/* ========================================
   DESTINO PAGES - SPECIFIC STYLES
======================================== */

/* Container geral */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 4vw, 3rem);
}

/* ========================================
   HERO DO DESTINO
======================================== */

.destino-hero {
    position: relative;
    height: 65vh;
    min-height: 550px;
    display: flex;
    align-items: center;
    margin-top: 80px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
}

.destino-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.destino-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.destino-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
}

.destino-hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    color: white;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.85rem;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #FF6600;
}

.breadcrumb span {
    color: rgba(255, 255, 255, 0.5);
}

.destino-hero-title {
    font-size: clamp(1.5rem, 4vw, 3rem);
    font-weight: 800;
    margin: 0 0 0.8rem 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.destino-hero-subtitle {
    font-size: clamp(1rem, 1.8vw, 1.3rem);
    margin: 0 0 1.5rem 0;
    opacity: 0.9;
    max-width: 600px;
    line-height: 1.4;
}

.destino-hero-info {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: flex-start;
    margin-top: 0.5rem;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 0.6rem 1rem;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.85rem;
    white-space: nowrap;
}

.info-item svg {
    width: 16px;
    height: 16px;
    color: #FF6600;
}

.info-item span {
    font-weight: 600;
    font-size: 0.8rem;
}

/* ========================================
   TOUR INFO SECTION
======================================== */

.tour-info-section {
    padding: clamp(4rem, 8vw, 6rem) 0;
    background: #FFFFFF;
}

.tour-info-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 3rem;
    align-items: start;
}

.tour-main-content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

/* Info Cards */
.info-card {
    background: #f8f9fa;
    padding: 2.5rem;
    border-radius: 20px;
    border-left: 4px solid #FF6600;
}

.info-card-title {
    color: #333333;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    margin: 0 0 1.5rem 0;
    letter-spacing: -0.5px;
}

.info-card-text {
    color: #666666;
    font-size: 1.05rem;
    line-height: 1.8;
    margin: 0 0 1.5rem 0;
}

.info-card-text:last-child {
    margin-bottom: 0;
}

/* Itinerário */
.itinerary-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.itinerary-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 2rem;
    align-items: start;
}

.itinerary-time {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.time-badge {
    display: inline-block;
    background: linear-gradient(135deg, #FF6600, #FF8C42);
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    text-align: center;
    margin: 0 auto;
}

.itinerary-item:not(:last-child) .itinerary-time::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 2px;
    height: 40px;
    background: rgba(255, 102, 0, 0.2);
    transform: translateX(-50%);
}

.itinerary-content h3 {
    color: #333333;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

.itinerary-content p {
    color: #666666;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

/* Incluído/Não Incluído */
.included-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.included-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: white;
    border-radius: 12px;
}

.included-item.included svg {
    width: 20px;
    height: 20px;
    color: #52B788;
}

.included-item.not-included svg {
    width: 20px;
    height: 20px;
    color: #E63946;
}

.included-item span {
    color: #333333;
    font-size: 0.95rem;
    font-weight: 600;
}

/* Galeria */
.tour-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.gallery-item {
    aspect-ratio: 4/3;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    background: #f8f9fa;
}

.gallery-item:hover {
    transform: scale(1.03);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f8f9fa;
}

/* ========================================
   SIDEBAR DE RESERVA
======================================== */

.tour-sidebar {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.booking-card {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 2px solid #f8f9fa;
}

.price-section {
    text-align: center;
    padding-bottom: 2rem;
    border-bottom: 2px solid #f8f9fa;
    margin-bottom: 2rem;
}

.price-label {
    color: #666666;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.5rem;
}

.price-amount {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.3rem;
}

.currency {
    color: #333333;
    font-size: 1.5rem;
    font-weight: 700;
}

.price {
    color: #FF6600;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
}

.price-unit {
    color: #666666;
    font-size: 1rem;
}

.booking-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.booking-features .feature {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.booking-features svg {
    width: 18px;
    height: 18px;
    color: #52B788;
    flex-shrink: 0;
}

.booking-features span {
    color: #666666;
    font-size: 0.9rem;
}

.btn-reservar {
    width: 100%;
    background: linear-gradient(135deg, #FF6600, #FF8C42);
    color: white;
    padding: 1.2rem;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 25px rgba(255, 102, 0, 0.3);
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    animation: buttonPulse 2s ease-in-out infinite;
}

.btn-reservar span,
.btn-reservar svg {
    position: relative;
    z-index: 1;
}

/* Efeito de brilho animado */
.btn-reservar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.btn-reservar:hover::before {
    left: 100%;
}

/* Efeito de glow pulsante */
.btn-reservar::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    pointer-events: none;
}

.btn-reservar:hover::after {
    width: 300px;
    height: 300px;
}

.btn-reservar:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 40px rgba(255, 102, 0, 0.5),
                0 0 30px rgba(255, 102, 0, 0.3);
    background: linear-gradient(135deg, #FF7722, #FF9D5C);
}

.btn-reservar:active {
    transform: translateY(-1px) scale(0.98);
    box-shadow: 0 8px 25px rgba(255, 102, 0, 0.4);
}

/* Animação do ícone SVG */
.btn-reservar svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.btn-reservar:hover svg {
    transform: rotate(15deg) scale(1.1);
}

/* Animação de pulso contínuo */
@keyframes buttonPulse {
    0%, 100% {
        box-shadow: 0 8px 25px rgba(255, 102, 0, 0.3);
    }
    50% {
        box-shadow: 0 8px 25px rgba(255, 102, 0, 0.3),
                    0 0 20px rgba(255, 102, 0, 0.2);
    }
}

/* Dynamic Pricing Section */
.dynamic-pricing-section {
    margin: 1.6rem 0;
    padding: 1.2rem 1.3rem;
    background: linear-gradient(135deg, #f2fff7 0%, #ffffff 100%);
    border-radius: 14px;
    border: 1px solid #cbe9d2;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(36, 103, 56, 0.05);
}

.dynamic-pricing-header {
    text-align: center;
    margin-bottom: 1.1rem;
}

.dynamic-pricing-title {
    color: #245b36;
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.35rem 0;
    letter-spacing: -0.3px;
}

.dynamic-pricing-subtitle {
    color: #2f8f4b;
    font-size: 0.82rem;
    font-weight: 500;
    margin: 0;
}

.pricing-list {
    background: #ffffff;
    border-radius: 10px;
    padding: 0.8rem;
    margin-bottom: 1rem;
    border: 1px solid #d9f1df;
}

.pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0.55rem;
    border-bottom: 1px solid #ededed;
    transition: all 0.2s ease;
    position: relative;
}

.pricing-row:last-child {
    border-bottom: none;
}

.pricing-row.highlighted {
    background: linear-gradient(135deg, #ecfdf2 0%, #ffffff 100%);
    border-radius: 8px;
    margin: 0.25rem 0;
    border: 1px solid #9ed4ae;
    padding: 0.85rem 0.55rem;
}

.pricing-people-label {
    color: #3d5a45;
    font-size: 0.88rem;
    font-weight: 600;
}

.pricing-price-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.15rem;
}

.pricing-price-value {
    color: #2f8f4b;
    font-size: 1.08rem;
    font-weight: 700;
    display: flex;
    align-items: baseline;
    gap: 0.2rem;
}

.pricing-unit-small {
    font-size: 0.7rem;
    font-weight: 600;
    color: #557a60;
}

.pricing-footnote {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.78rem;
    color: #4a7056;
}

.pricing-badge-small {
    position: absolute;
    top: -6px;
    right: 8px;
    background: linear-gradient(135deg, #2f8f4b, #45af65);
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.pricing-consult-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.9rem;
    background: linear-gradient(135deg, #2f8f4b, #45af65);
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 1px solid #2f8f4b;
    box-shadow: 0 8px 18px rgba(47, 143, 75, 0.25);
    margin-top: 1rem;
}

.pricing-consult-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(47, 143, 75, 0.3);
    background: linear-gradient(135deg, #2a7f42, #3fa85f);
}

.pricing-consult-btn svg {
    flex-shrink: 0;
}

.dynamic-pricing-desc {
    color: #4b6a54;
    font-size: 0.85rem;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 0.8rem 0;
}

.dynamic-pricing-benefit {
    color: #2f8f4b;
    font-size: 0.88rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
    font-style: italic;
}

.pricing-disclaimer {
    text-align: center;
    color: #3d5a45;
    font-size: 0.85rem;
    margin: 1rem 0;
    padding: 0.85rem;
    background: #ecfdf2;
    border-radius: 6px;
    line-height: 1.5;
    border: 1px solid #cbe9d2;
}

/* Utility Helpers */
.tour-note {
    color: #666666;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.tour-map {
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
}

.map-caption {
    color: #666666;
    font-size: 0.9rem;
    margin-top: 1rem;
    text-align: center;
}

.info-card-highlight {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-left: 4px solid #00B4D8;
}

.info-card-highlight .info-card-title {
    color: #00B4D8;
}

.info-card-highlight .info-card-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333333;
}

.pickup-section {
    margin-bottom: 2rem;
}

.pickup-heading {
    color: #FF6600;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.pickup-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pickup-item {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.pickup-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    stroke: #52B788;
}

.pickup-title {
    color: #333333;
    font-weight: 700;
}

.pickup-label {
    color: #52B788;
    font-size: 0.85rem;
    margin-top: 0.2rem;
}

.pickup-item--highlight {
    padding: 1rem;
    background: #fff3cd;
    border-radius: 10px;
    border-left: 4px solid #FFB800;
}

.pickup-item--highlight .pickup-icon {
    stroke: #FFB800;
}

.pickup-item--highlight .pickup-title {
    color: #856404;
}

.pickup-item--highlight .pickup-label {
    color: #856404;
    font-size: 0.9rem;
    margin-top: 0.3rem;
    line-height: 1.5;
}

.transfer-whatsapp-btn {
    display: none;
}

.map-popup {
    font-family: 'Outfit', sans-serif;
    min-width: 200px;
}

.map-popup-title {
    color: #FF6600;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

.map-popup-text {
    color: #666666;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.5;
}

.is-hidden {
    display: none !important;
}

.btn-whatsapp-secondary {
    width: 100%;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
    padding: 1rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.4);
}

.btn-whatsapp-secondary svg {
    width: 18px;
    height: 18px;
}

.trust-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid #f8f9fa;
    margin-top: 1.5rem;
}

.trust-badges .trust-badge-img,
.trust-badges img {
    height: 24px;
    width: auto;
    max-width: 70px;
    object-fit: contain;
    opacity: 0.85;
    cursor: default;
    border-radius: 0;
    box-shadow: none;
    transition: none;
}

/* Info Box */
.info-box {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
}

.info-box h3 {
    color: #333333;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 0.8rem 0;
}

.info-box p {
    color: #666666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: #FF6600;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.contact-link:hover {
    color: #FF8C42;
    transform: translateX(5px);
}

.contact-link svg {
    width: 20px;
    height: 20px;
}

/* ========================================
   TRANSFERES SECTION
======================================== */

.info-box .transfers-container {
    margin: 1.5rem 0 !important;
    text-align: center !important;
}

.info-box .transfer-description {
    color: #666 !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    margin-bottom: 1.5rem !important;
    text-align: center !important;
}

.info-box .transfer-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 1rem !important;
    margin-bottom: 1.5rem !important;
}

.info-box .transfer-option {
    background: white !important;
    border: 2px solid #e9ecef !important;
    border-radius: 12px !important;
    padding: 1rem !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
}

.info-box .transfer-option::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, #FF6600, #4A90E2) !important;
    transform: scaleX(0) !important;
    transition: transform 0.3s ease !important;
}

.info-box .transfer-option:hover {
    border-color: #FF6600 !important;
    box-shadow: 0 4px 20px rgba(255, 102, 0, 0.15) !important;
    transform: translateY(-2px) !important;
}

.info-box .transfer-option:hover::before {
    transform: scaleX(1) !important;
}

.info-box .transfer-option h4 {
    color: #333 !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    margin: 0 0 0.5rem 0 !important;
}

.info-box .transfer-option p {
    color: #666 !important;
    font-size: 0.85rem !important;
    margin: 0 !important;
}

.info-box .transfer-whatsapp-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    background: #25D366 !important;
    color: white !important;
    padding: 0.8rem 1.5rem !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3) !important;
    width: 100% !important;
    justify-content: center !important;
}

.info-box .transfer-whatsapp-btn:hover {
    background: #20BA5A !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4) !important;
    color: white !important;
}

.info-box .transfer-whatsapp-btn svg {
    width: 18px !important;
    height: 18px !important;
    fill: currentColor !important;
}

/* ========================================
   RESPONSIVIDADE
======================================== */

@media (max-width: 1024px) {
    .tour-info-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .tour-sidebar {
        position: static;
        order: -1;
    }
}

@media (max-width: 768px) {
    .destino-hero {
        height: 55vh;
        min-height: 450px;
        margin-top: 70px;
        overflow: hidden;
    }
    
    .destino-hero-image {
        overflow: hidden;
    }
    
    .destino-hero-image img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .destino-hero-content {
        padding: 0 1.5rem;
        width: 100%;
        max-width: 100%;
    }
    
    .destino-hero-info {
        display: none;
    }
    
    .itinerary-item {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .itinerary-item:not(:last-child) .itinerary-time::after {
        display: none;
    }
    
    .itinerary-time {
        justify-content: center;
        align-items: center;
    }
    
    .tour-gallery {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .gallery-item {
        aspect-ratio: 4/3;
    }
    
    .info-card {
        padding: 1.5rem;
    }
    
    .booking-card {
        padding: 1.5rem;
    }
    
    .dynamic-pricing-section {
        padding: 1.2rem;
        margin: 1.5rem 0;
    }
    
    .pricing-list {
        padding: 0.6rem;
    }
    
    .pricing-row {
        padding: 0.7rem 0.5rem;
    }
    
    .pricing-row.highlighted {
        padding: 0.8rem 0.5rem;
    }
    
    .pricing-people-label {
        font-size: 0.85rem;
    }
    
    .pricing-price-value {
        font-size: 1rem;
    }
    
    .pricing-badge-small {
        font-size: 0.6rem;
        padding: 0.15rem 0.4rem;
        top: -5px;
        right: 6px;
    }
    
    .info-box .transfer-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.8rem !important;
    }
    
    .info-box .transfer-option {
        padding: 0.8rem !important;
    }
    
    .info-box .transfer-option h4 {
        font-size: 0.9rem !important;
    }
    
    .info-box .transfer-option p {
        font-size: 0.8rem !important;
    }
    
    .info-box .transfer-whatsapp-btn {
        padding: 0.7rem 1.2rem !important;
        font-size: 0.85rem !important;
    }
}

@media (max-width: 480px) {
    .destino-hero {
        height: 50vh;
        min-height: 400px;
    }
    
    .destino-hero-content {
        padding: 0 1rem;
    }
    
    .destino-hero-info {
        display: none;
    }
    
    .tour-gallery {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }
    
    .gallery-item {
        aspect-ratio: 4/3;
    }
}

/* ========================================
   CUSTOM MAP MARKERS
======================================== */

.custom-marker {
    background: transparent;
    border: none;
}

.marker-pin {
    position: relative;
    background: linear-gradient(135deg, #FF6600, #FF8C42);
    color: white;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.5rem 0.8rem;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.4);
    text-align: center;
    white-space: nowrap;
}

.marker-pin::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #FF8C42;
}

.start-marker .marker-pin {
    background: linear-gradient(135deg, #52B788, #2D6A4F);
    font-size: 0.7rem;
    padding: 0.6rem 1rem;
}

.start-marker .marker-pin::after {
    border-top-color: #2D6A4F;
}

.end-marker .marker-pin {
    background: linear-gradient(135deg, #00B4D8, #0077B6);
    font-size: 0.7rem;
    padding: 0.6rem 1rem;
}

.end-marker .marker-pin::after {
    border-top-color: #0077B6;
}

.number-marker .marker-pin {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1rem;
}

.number-marker .marker-pin::after {
    display: none;
}

/* Leaflet Popup Customization */
.leaflet-popup-content-wrapper {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.leaflet-popup-tip {
    background: white;
}

/* Mobile Map */
@media (max-width: 768px) {
    #tourMap {
        height: 400px !important;
    }
    
    .marker-pin {
        font-size: 0.65rem;
        padding: 0.4rem 0.6rem;
    }
    
    .start-marker .marker-pin,
    .end-marker .marker-pin {
        font-size: 0.6rem;
        padding: 0.5rem 0.8rem;
    }
    
    .number-marker .marker-pin {
        width: 30px;
        height: 30px;
        font-size: 0.85rem;
    }
}

/* ========================================
   TRANSFERES SECTION - CSS FIX
   ======================================== */


/* Transferes Section */
.transfers-container {
    margin: 1.5rem 0;
    text-align: center;
    overflow: visible;
}

.transfer-description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    text-align: center;
}

.transfer-search-container {
    position: relative;
    margin-bottom: 1.5rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    overflow: visible;
}

.transfer-search-input {
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    outline: none;
}

.transfer-search-input:focus {
    border-color: #FF6600;
    box-shadow: 0 4px 20px rgba(255, 102, 0, 0.15);
}

.transfer-search-input::placeholder {
    color: #999;
    font-weight: 400;
}

.transfer-search-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #666;
    pointer-events: none;
}

.transfer-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 2px solid #e9ecef;
    border-top: none;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    max-height: 300px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    margin-top: -2px;
}

.transfer-dropdown.show {
    display: block;
}

.transfer-option {
    padding: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    user-select: none;
}

.transfer-option:last-child {
    border-bottom: none;
}

.transfer-option:hover,
.transfer-option:active {
    background: #f8f9fa;
}

.transfer-option:active {
    background: #f0f0f0;
}

.transfer-option-info h4 {
    color: #333;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
}

.transfer-option-info p {
    color: #666;
    font-size: 0.8rem;
    margin: 0;
}

.transfer-option-icon {
    width: 16px;
    height: 16px;
    color: #FF6600;
}

.transfer-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #25D366;
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    width: 100%;
    justify-content: center;
}

.transfer-whatsapp-btn:hover {
    background: #20BA5A;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: white;
}

.transfer-whatsapp-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* Responsive */
@media (max-width: 768px) {
    .trust-badges {
        gap: 0.3rem;
    }
    
    .trust-badges .trust-badge-img,
    .trust-badges img {
        height: 24px;
        max-width: 60px;
    }
    
    .transfer-search-container {
        max-width: 100%;
        margin: 0 1rem 1.5rem 1rem;
    }
    
    .transfer-search-input {
        padding: 0.8rem 2.5rem 0.8rem 0.8rem;
        font-size: 0.9rem;
        border-radius: 8px;
    }
    
    .transfer-search-icon {
        width: 18px;
        height: 18px;
        right: 0.8rem;
    }
    
    .transfer-dropdown {
        border-radius: 0 0 8px 8px;
        max-height: 350px;
        z-index: 99999;
        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    }
    
    .transfer-option {
        padding: 1rem 0.8rem;
        min-height: 60px;
        display: flex;
        align-items: center;
    }
    
    .transfer-option-info h4 {
        font-size: 0.85rem;
        line-height: 1.2;
    }
    
    .transfer-option-info p {
        font-size: 0.75rem;
        margin-top: 2px;
    }
    
    .transfer-option-icon {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }
    
    .transfer-whatsapp-btn {
        padding: 0.7rem 1.2rem;
        font-size: 0.85rem;
        width: 100%;
        justify-content: center;
        margin-top: 1rem;
    }
}

/* Mobile muito pequeno */
@media (max-width: 480px) {
    .transfer-search-container {
        margin: 0 0.5rem 1.5rem 0.5rem;
    }
    
    .transfer-search-input {
        padding: 0.7rem 2.2rem 0.7rem 0.7rem;
        font-size: 0.85rem;
    }
    
    .transfer-search-icon {
        width: 16px;
        height: 16px;
        right: 0.7rem;
    }
    
    .transfer-option {
        padding: 0.6rem 0.7rem;
        min-height: 40px;
    }
    
    .transfer-option-info h4 {
        font-size: 0.8rem;
    }
    
    .transfer-option-info p {
        font-size: 0.7rem;
    }
    
    .transfer-option-icon {
        width: 12px;
        height: 12px;
    }
    
    .transfer-whatsapp-btn {
        padding: 0.6rem 1rem;
        font-size: 0.8rem;
    }
}

/* ========================================
   PICKUP POINTS CONTAINER
======================================== */

.pickup-points-container {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.pickup-section h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 1rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #dc3545;
}

.pickup-option {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem 0;
    border-bottom: 1px solid #e9ecef;
}

.pickup-option:last-child {
    border-bottom: none;
}

.pickup-location {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.4;
    color: #333;
}

.pickup-location strong {
    color: #dc3545;
    font-weight: 600;
}

.pickup-cost {
    flex-shrink: 0;
    margin-left: 1rem;
    text-align: right;
}

.cost-free {
    display: inline-block;
    background: #28a745;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.cost-additional {
    display: inline-block;
    background: #ffc107;
    color: #333;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    max-width: 200px;
    line-height: 1.3;
}

/* Responsive para Pickup Points */
@media (max-width: 768px) {
    .pickup-points-container {
        padding: 1rem;
    }
    
    .pickup-section h4 {
        font-size: 1rem;
    }
    
    .pickup-option {
        flex-direction: column;
        gap: 0.75rem;
        padding: 0.75rem 0;
    }
    
    .pickup-location {
        font-size: 0.9rem;
    }
    
    .pickup-cost {
        margin-left: 0;
        text-align: left;
        width: 100%;
    }
    
    .cost-free,
    .cost-additional {
        font-size: 0.75rem;
        padding: 0.2rem 0.6rem;
    }
    
    .cost-additional {
        max-width: 100%;
    }
}

/* ========================================
   ATIVIDADES EXTRAS SECTION
======================================== */

.extras-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.extras-content {
    text-align: center;
}

.extras-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.extra-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.extra-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff4300, #ff6b35);
}

.extra-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.extra-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff4300, #ff6b35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
}

.extra-icon svg {
    width: 28px;
    height: 28px;
}

.extra-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.extra-content p {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.extra-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.extra-note {
    color: #856404;
    font-weight: 600;
    font-size: 0.9rem;
}

.extra-price {
    color: #ff4300;
    font-weight: 700;
    font-size: 0.9rem;
}

.btn-extra {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #25d366;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
    justify-content: center;
}

.btn-extra:hover {
    background: #128c7e;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
}

.btn-extra svg {
    width: 20px;
    height: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .extras-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .extra-card {
        padding: 1.5rem;
    }
    
    .extra-details {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
}

/* ========================================
   GALLERY SECTION
======================================== */

.gallery-section {
    padding: 4rem 0;
    background: #f8f9fa;
}

.gallery-section .section-title {
    text-align: center;
    margin-bottom: 1rem;
}

.gallery-section .section-description {
    text-align: center;
    color: #6c757d;
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.gallery-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    aspect-ratio: 4/3;
    height: 250px;
}

.gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f8f9fa;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 2rem 1.5rem 1.5rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: white;
}

.gallery-overlay p {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0;
    color: white;
}

/* Responsive Gallery */
@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .gallery-item {
        height: 200px;
    }
    
    .gallery-overlay {
        padding: 1.5rem 1rem 1rem;
    }
    
    .gallery-overlay h3 {
        font-size: 1.1rem;
    }
    
    .gallery-overlay p {
        font-size: 0.85rem;
    }
}

/* ========================================
   ITINERARY ENHANCED STYLES
======================================== */

.itinerary-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #ff4300;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.itinerary-info {
    text-align: center;
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.itinerary-description {
    text-align: center;
    font-size: 1.1rem;
    color: #2c3e50;
    margin-bottom: 3rem;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.timeline-marker {
    background: linear-gradient(135deg, #ff4300, #ff6b35);
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    min-width: 60px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(255, 67, 0, 0.3);
}

/* ========================================
   WHAT'S INCLUDED SECTION
======================================== */

.included-section {
    padding: 4rem 0;
    background: #f8f9fa;
}

.included-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.included-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #28a745;
}

.included-card.not-included {
    border-left-color: #dc3545;
}

.included-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.included-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.included-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
}

.included-list li:last-child {
    border-bottom: none;
}

.included-list li:hover {
    color: #2c3e50;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .included-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .included-card {
        padding: 1.5rem;
    }
    
    .itinerary-subtitle {
        font-size: 1.1rem;
    }
    
    .itinerary-info {
        font-size: 0.9rem;
    }
    
    .itinerary-description {
        font-size: 1rem;
    }
}

