/* Experience Detail Page - Inline Styles Extracted */
/* Extracted from experience_detail.html on 2025-11-06 */

﻿.experience-details-upgrade {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    position: relative;
}

    .experience-header {
    background: #ffffff;
    padding: 32px;
    border-bottom: none;
}

    .experience-badges {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

    .badge {
    background: #10b981;
    color: white;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

    .badge.cancellation {
    background: #059669;
}

    .badge.instant {
    background: #0ea5e9;
}
    .image-section {
    background: #ffffff;
    padding: 0 32px 32px 32px;
    margin-bottom: 0;
    position: relative;
}

/* Carrossel de Imagens */
    .image-carousel {
    position: relative;
    width: 100%;
    max-height: 500px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    background: #f8f9fa;
}

    .carousel-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #f8f9fa;
}

    .carousel-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

    .carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    z-index: 1;
}

    .carousel-slide.active {
    opacity: 1;
    z-index: 2;
}

    .carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .carousel-slide img:hover {
    transform: scale(1.02);
}

/* NavegaÃ§Ã£o do Carrossel */
    .carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(10px);
    opacity: 0.8;
}

    .carousel-nav:hover {
    background: rgba(255, 138, 0, 0.9);
    border-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 6px 25px rgba(255, 138, 0, 0.4);
    opacity: 1;
}

    .carousel-nav.prev {
    left: 25px;
}

    .carousel-nav.next {
    right: 25px;
}

/* Indicadores */
    .carousel-indicators {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px 16px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
}

    .carousel-indicator {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

    .carousel-indicator:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
}

    .carousel-indicator.active {
    background: #FF8A00;
    transform: scale(1.3);
    border-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(255, 138, 0, 0.4);
}

/* Contador de imagens */
    .image-counter {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    z-index: 10;
    backdrop-filter: blur(10px);
}

/* Responsivo */
    @media (max-width: 768px) {
    .carousel-container {
    height: 300px;
}

    .image-carousel {
    max-height: 300px;
}

    .carousel-nav {
    width: 40px;
    height: 40px;
    font-size: 16px;
}

    .carousel-nav.prev {
    left: 10px;
}

    .carousel-nav.next {
    right: 10px;
}

    .image-counter {
    top: 10px;
    right: 10px;
    padding: 6px 12px;
    font-size: 12px;
}
}

    .title-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    gap: 20px;
}

    .experience-title {
    color: #1f2937;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 16px 0;
    line-height: 1.2;
    text-align: left;
    flex: 1;
}

    .experience-meta {
 color: #6b7280;
 font-size: 14px;
 margin-bottom: 16px;
 }

 .meta-company {
 font-weight: 400;
 }

 .rating-section {
 display: flex;
 align-items: center;
 gap: 4px;
 color: #1f2937;
 font-weight: 600;
 margin-bottom: 24px;
 }
 
 .rating-score {
 color: #1f2937;
 font-weight: 700;
 font-size: 16px;
 margin-right: 4px;
 }
 
 .rating-stars {
 color: #fbbf24;
 font-size: 14px;
 margin-right: 4px;
 }
 
 .rating-text {
  color: #6b7280;
  font-size: 14px;
  }
  
  .google-icon {
  background: linear-gradient(45deg, #4285f4, #34a853, #fbbc05, #ea4335);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 16px;
  margin: 0 4px;
  }

    .content-section {
    background: #ffffff;
    padding: 0 32px 32px 32px;
}

    .content-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    align-items: start;
}

/* Responsividade para tablets e mobile */
    @media (max-width: 1024px) {
    .content-grid {
    grid-template-columns: 1fr;
    gap: 32px;
}

    .main-content {
    padding: 24px;
}

    .highlights-section {
    padding: 20px;
}

    .description-upgrade {
    padding: 20px;
}
}

    @media (max-width: 768px) {
    .main-content {
    padding: 16px;
    border-radius: 12px;
}

    .highlights-section {
    padding: 16px;
}

    .highlights-title {
    font-size: 1.2rem;
}

    .highlights-list li {
    padding: 10px 12px;
    font-size: 0.9rem;
}

    .description-upgrade {
    padding: 16px;
    font-size: 1rem;
}

    .description-upgrade .content-title {
    font-size: 1.3rem;
}

    .description-upgrade .content-subtitle {
    font-size: 1.1rem;
    padding: 10px 12px;
}
}

    @media (max-width: 480px) {
    .content-grid {
    gap: 20px;
}

    .main-content {
    padding: 12px;
}

    .highlights-section {
    padding: 12px;
}

    .highlights-list li {
    padding: 8px 10px;
    gap: 8px;
}

    .highlights-list li::before {
    width: 20px;
    height: 20px;
    font-size: 0.7rem;
}

    .description-upgrade {
    padding: 12px;
}
}

    .main-content {
    background: #ffffff;
    padding: 12px;
}

    .sidebar {
    position: sticky;
    top: 20px;
    height: fit-content;
}

    .description-upgrade {
    font-size: 1.1rem;
    color: #374151;
    line-height: 1.8;
    margin-bottom: 32px;
    background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
    border-radius: 12px;
    padding: 28px;
    border: 1px solid rgba(229, 231, 235, 0.8);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

    .description-upgrade::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #FF8A00, transparent);
}

    .description-upgrade .content-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(255, 138, 0, 0.2);
    position: relative;
}

    .description-upgrade .content-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #FF8A00;
}

    .description-upgrade .content-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    color: #475569;
    margin: 24px 0 16px 0;
    padding-left: 16px;
    border-left: 3px solid #FF8A00;
    background: rgba(255, 138, 0, 0.05);
    padding: 12px 16px;
    border-radius: 0 8px 8px 0;
}

    .description-upgrade .content-paragraph {
    margin-bottom: 16px;
    text-align: justify;
    text-justify: inter-word;
}

    .description-upgrade .content-list {
    background: rgba(240, 249, 255, 0.8);
    border-radius: 8px;
    padding: 16px;
    margin: 16px 0;
    border-left: 3px solid #0ea5e9;
}

    .description-upgrade .content-list li {
    margin-bottom: 8px;
    padding-left: 8px;
    position: relative;
}

    .description-upgrade .content-list li::before {
    content: 'â€¢';
    color: #0ea5e9;
    font-weight: bold;
    position: absolute;
    left: -8px;
}

    .description-upgrade .price-highlight {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #92400e;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid #f59e0b;
}

    .description-upgrade .time-highlight {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1e40af;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid #3b82f6;
}

    .highlights-section {
    margin-bottom: 32px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 12px;
    padding: 24px;
    border-left: 4px solid #FF8A00;
    position: relative;
    overflow: hidden;
}

    .highlights-section::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 138, 0, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

    .highlights-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
}

    .highlights-title::before {
    content: 'âœ¨';
    font-size: 1.2em;
    animation: pulse 2s ease-in-out infinite;
}

    @keyframes pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.1); }
}

    .highlights-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
    position: relative;
    z-index: 1;
}

    .highlights-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    border: 1px solid rgba(255, 138, 0, 0.2);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    position: relative;
    overflow: hidden;
}

    .highlights-list li::before {
    content: 'âœ“';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #FF8A00, #FFB347);
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.8rem;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(255, 138, 0, 0.3);
}

    .highlights-list li:hover {
    transform: translateX(4px);
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(255, 138, 0, 0.4);
    box-shadow: 0 4px 12px rgba(255, 138, 0, 0.15);
}

    .highlights-list li:hover::before {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(255, 138, 0, 0.4);
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 16px;
}

    .highlights-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .highlights-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    color: #374151;
    line-height: 1.5;
}

    .highlights-list li::before {
    content: 'âœ“';
    color: #10b981;
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Estilos para conteÃºdo formatado inteligentemente */
    .smart-content .content-title {
    color: #1f2937; font-size: 1.25rem; font-weight: 600; margin: 20px 0 12px 0;
}

    .smart-content .content-subtitle {
    color: #1f2937; font-size: 1.125rem; font-weight: 600; margin: 16px 0 8px 0;
}

    .smart-content {
    font-size: 1rem;
    line-height: 1.7;
    color: #374151;
    text-align: justify;
    text-justify: inter-word;
    }

    .smart-content h1,
    .smart-content h2,
    .smart-content h3,
    .smart-content h4,
    .smart-content h5,
    .smart-content h6 {
    color: #1f2937;
    font-weight: 600;
    margin: 24px 0 16px 0;
    line-height: 1.3;
    text-align: justify;
    text-justify: inter-word;
    }

    .smart-content h2.content-title,
    .smart-content .content-title {
    color: #1f2937; 
    font-size: 1.5rem; 
    font-weight: 600; 
    margin: 24px 0 16px 0;
    text-align: center; /* Centraliza títulos ## */
    padding-bottom: 8px;
    border-bottom: 2px solid #f3f4f6;
    position: relative;
    }

    .smart-content h2.content-title::after,
    .smart-content .content-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #ff8a00;
    }

    .smart-content h3 {
    font-size: 1.25rem;
    color: #4b5563;
    margin: 20px 0 12px 0;
    }

    .smart-content h4 {
    font-size: 1.1rem;
    color: #6b7280;
    margin: 16px 0 10px 0;
    }

    .smart-content .content-paragraph,
    .smart-content p {
    margin: 0 0 16px 0; 
    /*text-align: left; */
    line-height: 1.7;
    color: #374151;
    }

    /* Justifica texto após <br> quando há padrão **texto:** */
    /* Parágrafos com classe content-justified têm texto justificado após <br> */
    .smart-content .content-paragraph.content-justified {
    text-align: justify;
    text-justify: inter-word;
    }

    /* Mantém o texto em negrito alinhado à esquerda */
    .smart-content .content-paragraph.content-justified strong {
    text-align: left;
    display: inline-block;
    }

    .smart-content p:last-child {
    margin-bottom: 0;
    }

    .smart-content ul,
    .smart-content ol {
    margin: 16px 0;
    padding-left: 24px;
    }

    .smart-content ul {
    list-style-type: disc;
    }

    .smart-content ol {
    list-style-type: decimal;
    }

    .smart-content .content-list,
    .smart-content ul li,
    .smart-content ol li {
    margin-bottom: 8px; 
    line-height: 1.6;
    color: #374151;
    }

    .smart-content ul li::marker {
    color: #ff8a00;
    }

    .smart-content .price-highlight {
    background: linear-gradient(90deg, #fef3c7, #fde68a); 
    color: #92400e;
    padding: 2px 6px; 
    border-radius: 4px; 
    font-weight: 600;
    }

    .smart-content .time-highlight {
    background: #dbeafe; 
    color: #1e40af; 
    padding: 2px 6px; 
    border-radius: 4px;
    font-weight: 500; 
    font-family: monospace;
    }

    .smart-content strong,
    .smart-content b {
    color: #1f2937; 
    font-weight: 700;
    }

    .smart-content em,
    .smart-content i {
    color: #4b5563; 
    font-style: italic;
    }

    .smart-content a {
    color: #2563eb; 
    text-decoration: underline;
    transition: color 0.2s ease;
    }

    .smart-content a:hover {
    color: #1d4ed8; 
    text-decoration: none;
    }

    .smart-content blockquote {
    border-left: 4px solid #ff8a00;
    padding-left: 16px;
    margin: 16px 0;
    color: #6b7280;
    font-style: italic;
    }

    .smart-content hr {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 24px 0;
    }

    .smart-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 16px 0;
    }

    .info-block {
    display: flex;
    gap: 20px;
    margin: 32px 20px 24px 20px;
    flex-wrap: wrap;
    justify-content: center;
}

    .info-item {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 12px;
    padding: 20px 24px;
    font-size: 1.08rem;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 140px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(102, 126, 234, 0.1);
    transition: all 0.3s ease;
    font-weight: 500;
}

    .info-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border-color: rgba(102, 126, 234, 0.2);
}
    .booking-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
  position: relative;
  }
  
  .modal-fh {
  z-index: 1000;
  }
  
  .content-section {
  overflow: visible;
  }

    .rating-section {
    margin: 16px 0;
    padding: 0;
    border-top: none;
    border-bottom: none;
}

    .rating-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 4px;
}

    .star {
    font-size: 18px;
    color: #d1d5db;
}

    .star.filled {
    color: #fbbf24;
}

    .rating-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

    .rating-value {
    font-weight: 600;
    color: #1f2937;
    font-size: 16px;
}

    .review-count {
    color: #6b7280;
}

    .price-section {
    margin-bottom: 20px;
}

    .price-label {
    color: #6b7280;
    font-size: 12px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .price-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 4px;
}

    .price-unit {
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
}

    .reserve-btn {
    background: #FF8A00;
    color: #fff;
    padding: 16px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    transition: all 0.2s ease;
    margin-bottom: 16px;
    display: block;
}

    .reserve-btn:hover {
    background: #E67E00;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 138, 0, 0.3);
}

    .booking-features {
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
}

    .booking-features li {
    margin-bottom: 8px;
    color: #374151;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
}

    .booking-features li:last-child {
    margin-bottom: 0;
}
 


    .cancellation {
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
    padding: 16px 24px;
    border-radius: 12px;
    margin: 24px 20px;
    color: #166534;
    font-size: 1.02rem;
    border-left: 4px solid #22c55e;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.1);
    font-weight: 500;
}
    .botao-voltar {
    margin: 0;
    padding: 0;
    flex-shrink: 0;
}

    .btn-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: rgba(255, 138, 0, 0.1);
    color: #FF8A00;
    border: 2px solid rgba(255, 138, 0, 0.2);
    border-radius: 10px;
    font-size: 1.08rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(255, 138, 0, 0.1);
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

    .btn-back:hover {
    background: rgba(255, 138, 0, 0.2);
    color: #E67300;
    border-color: rgba(255, 138, 0, 0.4);
    box-shadow: 0 6px 16px rgba(255, 138, 0, 0.2);
    transform: translateY(-1px);
}

    .btn-back i {
    font-size: 1.1em;
    transition: transform 0.3s ease;
}

    .btn-back:hover i {
    transform: translateX(-2px);
}



    .modal-fh { 
    display: none; 
    position: fixed; 
    inset: 0; 
    background-color: rgba(0, 0, 0, 0.3);
    justify-content: center; 
    align-items: center; 
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

    .modal-fh.active { 
    display: flex;
    opacity: 1;
}

    .modal-fh {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

    .modal-fh.active { 
    display: flex;
    opacity: 1;
}

    .modal-fh iframe {
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
  }

    .modal-fh.active .modal-fh-content {
    transform: scale(1);
}

    .modal-fh-content {
    background: #fff;
    padding: 0;
    border-radius: 15px;
    position: relative;
    width: 95vw;
    height: 90vh;
    max-width: 1200px;
    max-height: 800px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transform: scale(0.9);
    transition: transform 0.3s ease-in-out;
}

    #fh-iframe-container {
    width: 100%;
    height: 100%;
}

    #fh-iframe-container iframe {
    border: none;
    width: 100%;
    height: 100%;
}

    .modal-fh-close { 
    position: absolute; 
    top: 12px; 
    right: 20px; 
    font-size: 24px; 
    color: #1e3a8a; 
    cursor: pointer; 
    z-index: 1001;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

    .modal-fh-close:hover {
    background: rgba(255, 255, 255, 1);
    color: #1e40af;
}
 
/* Responsive adjustments for modal */
    @media (max-width: 768px) {
    .modal-fh iframe {
    width: 95%;
    max-width: none;
    height: auto;
    max-height: 95vh;
    min-height: 350px;
}
}

/* BotÃ£o fixo lateral */
 .fixed-reserve-btn {
 position: fixed;
 right: 20px;
 top: 50%;
 transform: translateY(-50%);
 z-index: 1000;
 background: linear-gradient(135deg, #FF8A00 0%, #E67E00 100%);
 color: #fff;
 padding: 16px 20px;
 border-radius: 50px;
 text-decoration: none;
 font-weight: 700;
 font-size: 1rem;
 box-shadow: 0 8px 25px rgba(255, 138, 0, 0.4);
 transition: all 0.3s ease;
 cursor: pointer;
 border: none;
 text-transform: uppercase;
 letter-spacing: 0.5px;
 writing-mode: vertical-rl;
 text-orientation: mixed;
 min-height: 140px;
 display: flex;
 align-items: center;
 justify-content: center;
 }
 
 .fixed-reserve-btn:hover {
 background: linear-gradient(135deg, #E67E00 0%, #CC6E00 100%);
 box-shadow: 0 10px 30px rgba(255, 138, 0, 0.5);
 transform: translateY(-50%) scale(1.05);
 right: 25px;
 }

    .fixed-reserve-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

    .fixed-reserve-btn:hover::before {
    left: 100%;
}

    @media (max-width: 768px) {
    .experience-header {
    padding: 16px 20px;
}

    .experience-title {
    font-size: 1.75rem;
}

    .content-section {
    padding: 0 20px 20px 20px;
}

    .image-section {
    padding: 0 20px 20px 20px;
}

    .experience-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

    .image-section {
    padding: 20px;
}

    .main-image {
    max-height: 250px;
}

    .content-section {
    padding: 20px;
}

    .content-grid {
    grid-template-columns: 1fr;
    gap: 24px;
}

    .sidebar {
    position: static;
    order: -1;
}

    .booking-card {
    margin-bottom: 24px;
}

    .fixed-reserve-btn {
    right: 10px;
    padding: 12px 16px;
    font-size: 0.9rem;
    min-height: 120px;
}

    .fixed-reserve-btn:hover {
    right: 15px;
}

    .title-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

    .botao-voltar {
    align-self: flex-end;
}
}
