/* Homepage — experiência imersiva Inhaca */
.inhaca-home {
    overflow-x: hidden;
}

.inhaca-home .top-header-area {
    display: none;
}

/* Header estilo Adventor — legível sobre o hero */
.inhaca-home .main-header-area {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.25) 75%, transparent 100%) !important;
    box-shadow: none !important;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: background 0.35s ease, box-shadow 0.35s ease;
}

.inhaca-home.scrolled .main-header-area,
.inhaca-home .main-header-area.nav-solid {
    background: rgba(15, 23, 42, 0.97) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25) !important;
}

.inhaca-home .classy-navbar {
    align-items: center;
    min-height: 76px;
}

.inhaca-home .classynav {
    margin-left: auto;
}

.inhaca-home .classynav ul#nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.15rem;
}

.inhaca-home .classynav ul#nav > li > a {
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    padding: 10px 16px !important;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
    letter-spacing: 0.02em;
    text-transform: none !important;
    transition: color 0.25s ease;
}

.inhaca-home .classynav ul#nav > li > a::after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 16px;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: width 0.25s ease;
}

.inhaca-home .classynav ul#nav > li.active > a::before {
    display: none !important;
}

.inhaca-home .classynav ul#nav > li.active > a::after,
.inhaca-home .classynav ul#nav > li > a:hover::after {
    width: calc(100% - 32px);
}

.inhaca-home .classynav ul#nav > li.active > a,
.inhaca-home .classynav ul#nav > li > a:hover {
    color: var(--color-accent) !important;
}

.inhaca-home.scrolled .classynav ul#nav > li > a,
.inhaca-home .main-header-area.nav-solid .classynav ul#nav > li > a {
    color: rgba(255, 255, 255, 0.92) !important;
    text-shadow: none;
}

.inhaca-home.scrolled .classynav ul#nav > li.active > a,
.inhaca-home.scrolled .classynav ul#nav > li > a:hover,
.inhaca-home .main-header-area.nav-solid .classynav ul#nav > li.active > a,
.inhaca-home .main-header-area.nav-solid .classynav ul#nav > li > a:hover {
    color: var(--color-accent) !important;
}

.inhaca-home .nav-brand img {
    max-height: 52px;
    width: auto;
    background: #fff;
    border-radius: 8px;
    padding: 5px 10px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
}

.inhaca-home:not(.scrolled) .book-now-btn a {
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.85) !important;
    color: #fff !important;
    height: auto !important;
    line-height: 1.35 !important;
    padding: 10px 22px !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
}

.inhaca-home:not(.scrolled) .book-now-btn a:hover {
    background: #fff !important;
    color: var(--color-dark) !important;
    border-color: #fff !important;
}

.inhaca-home.scrolled .book-now-btn a,
.inhaca-home .main-header-area.nav-solid .book-now-btn a {
    background: var(--color-accent) !important;
    border: 2px solid var(--color-accent) !important;
    color: #fff !important;
    height: auto !important;
    line-height: 1.35 !important;
    padding: 10px 22px !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.35) !important;
}

.inhaca-home:not(.scrolled) .classy-navbar-toggler .navbarToggler span {
    background-color: #fff;
}

.inhaca-home.scrolled .classy-navbar-toggler .navbarToggler span,
.inhaca-home .main-header-area.nav-solid .classy-navbar-toggler .navbarToggler span {
    background-color: #fff;
}


.inhaca-home main {
    padding-top: 0;
}

.exp-card {
    display: block;
    text-decoration: none !important;
}

.btn-hero-primary.btn-sm {
    padding: 10px 20px;
    font-size: 0.9rem;
}

/* Hero — estilo Adventor: limpo, imagem em destaque */
.inhaca-hero {
    position: relative;
    min-height: 85vh;
    min-height: 85svh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 60px;
}

.hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #0f172a;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease;
    will-change: opacity;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-slide.active {
    opacity: 1;
    z-index: 1;
}

.hero-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    z-index: 0;
    transform: scale(1.06);
    transition: transform 10s cubic-bezier(0.25, 0.1, 0.25, 1);
    filter: contrast(1.06) saturate(1.12) brightness(1.02);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hero-slide.active img {
    transform: scale(1);
}

.hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.45) 100%
    );
    pointer-events: none;
}

.hero-caption {
    color: #5eead4;
    font-size: clamp(0.95rem, 2vw, 1.15rem);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    min-height: 1.5em;
    transition: opacity 0.4s ease;
    animation: fadeUp 0.8s ease 0.15s both;
}

.hero-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0;
    background: linear-gradient(90deg, #5eead4, #14b8a6);
    z-index: 15;
    transition: width 0.1s linear;
    box-shadow: 0 0 12px rgba(94, 234, 212, 0.6);
}

.hero-grain {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 3;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 100px 24px 40px;
    max-width: 720px;
    margin: 0 auto;
}

.hero-shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    line-height: 0;
    pointer-events: none;
}

.hero-shape-divider svg {
    width: 100%;
    height: 110px;
    display: block;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(8px);
    animation: fadeUp 0.8s ease 0.2s both;
}

.hero-badge .pulse {
    width: 8px;
    height: 8px;
    background: #5eead4;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.4); }
}

.hero-title {
    font-family: var(--font-sans) !important;
    font-size: clamp(1.75rem, 4vw, 2.75rem) !important;
    font-weight: 500 !important;
    color: #fff !important;
    line-height: 1.4 !important;
    margin-bottom: 2rem;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
    animation: fadeUp 0.9s ease 0.2s both;
}

.hero-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.7;
    animation: fadeUp 0.9s ease 0.5s both;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    animation: fadeUp 0.9s ease 0.4s both;
}

.btn-hero-adventor {
    display: inline-block;
    padding: 14px 36px;
    background: #fff;
    color: #1a1a1a !important;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 4px;
    letter-spacing: 0.02em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.btn-hero-adventor:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    color: #1a1a1a !important;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.2);
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #14b8a6, #0d9488);
    color: #fff !important;
    font-weight: 700;
    border-radius: 999px;
    border: none;
    box-shadow: 0 8px 32px rgba(20, 184, 166, 0.45);
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn-hero-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 40px rgba(20, 184, 166, 0.55);
    color: #fff !important;
}

.btn-hero-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    font-weight: 600;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    transition: all 0.3s;
}

.btn-hero-outline:hover {
    background: #fff;
    color: var(--color-primary-dark) !important;
    border-color: #fff;
}

.hero-scroll {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    animation: bounce 2s infinite;
}

.hero-scroll .mouse {
    width: 24px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    position: relative;
}

.hero-scroll .mouse::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 8px;
    background: #5eead4;
    border-radius: 2px;
    animation: scrollWheel 1.5s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(6px); }
}

@keyframes scrollWheel {
    0% { opacity: 1; top: 8px; }
    100% { opacity: 0; top: 18px; }
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero-dots {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 90%;
    padding: 12px 20px;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(10px);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.45);
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: all 0.35s;
}

.hero-dots button:hover {
    border-color: #5eead4;
    transform: scale(1.15);
}

.hero-dots button.active {
    width: 28px;
    border-radius: 999px;
    background: #5eead4;
    border-color: #5eead4;
}

/* Oferecemos o melhor — layout Adventor full-width */
.offer-best-section {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.offer-best-split {
    display: grid;
    grid-template-columns: minmax(300px, 42vw) minmax(0, 1fr);
    align-items: stretch;
    width: 100%;
    min-height: clamp(520px, 68vh, 760px);
}

.offer-best-split__media {
    position: relative;
    min-height: inherit;
    overflow: hidden;
}

.offer-best-split__media img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    object-position: center;
    display: block;
}

.offer-best-split__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 55%,
        rgba(255, 255, 255, 0.55) 78%,
        #fff 100%
    );
    pointer-events: none;
}

.offer-best-split__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2.5rem, 5vw, 4.5rem) clamp(2rem, 5vw, 4rem) clamp(2.5rem, 5vw, 4.5rem) clamp(0.5rem, 2vw, 1.5rem);
    max-width: none;
}

.offer-best-section__script {
    font-family: "Dancing Script", cursive;
    font-size: clamp(1.65rem, 3vw, 2.1rem);
    font-weight: 600;
    color: var(--color-primary);
    margin: 0 0 0.35rem;
    line-height: 1.2;
}

.offer-best-section__title {
    font-family: var(--font-sans) !important;
    font-size: clamp(1.85rem, 3.4vw, 2.55rem) !important;
    font-weight: 700 !important;
    color: var(--color-text) !important;
    letter-spacing: -0.02em;
    margin: 0 0 clamp(1.75rem, 3vw, 2.5rem);
    line-height: 1.12 !important;
}

.offer-best-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(1.75rem, 3.5vw, 3rem);
    width: 100%;
    max-width: min(820px, 100%);
}

.offer-best-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: clamp(1.25rem, 2.2vw, 1.65rem) 0;
    border-bottom: 1px solid #e2e8f0;
}

.offer-best-item:nth-last-child(-n+2) {
    border-bottom: none;
}

.offer-best-item__icon {
    flex-shrink: 0;
    width: 34px;
    color: #1e293b;
    font-size: 1.45rem;
    line-height: 1;
    padding-top: 0.15rem;
}

.offer-best-item__title {
    font-family: var(--font-sans) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--color-text) !important;
    margin: 0 0 0.4rem !important;
    line-height: 1.3 !important;
}

.offer-best-item__desc {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.65;
    color: #64748b;
}

@media (max-width: 991px) {
    .offer-best-split {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .offer-best-split__media {
        min-height: clamp(280px, 45vw, 420px);
        max-height: 420px;
    }

    .offer-best-split__media::after {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0) 60%,
            #fff 100%
        );
    }

    .offer-best-split__content {
        padding: 2.5rem clamp(1.25rem, 4vw, 2rem) 3.5rem;
    }

    .offer-best-grid {
        max-width: none;
    }
}

@media (max-width: 575px) {
    .offer-best-grid {
        grid-template-columns: 1fr;
    }

    .offer-best-item:nth-last-child(-n+2) {
        border-bottom: 1px solid #e2e8f0;
    }

    .offer-best-item:last-child {
        border-bottom: none;
    }
}

/* Os nossos clientes — estilo Our Footprints */
.footprints-section {
    position: relative;
    padding: clamp(4rem, 8vw, 6.5rem) 0 clamp(5rem, 10vw, 8rem);
    background: #f4f6f5;
    overflow: hidden;
}

.footprints-section__birds {
    position: absolute;
    top: clamp(1.5rem, 4vw, 3rem);
    left: 50%;
    transform: translateX(-50%);
    width: min(520px, 70vw);
    height: 40px;
    pointer-events: none;
}

.footprints-section__birds span {
    position: absolute;
    display: block;
    width: 18px;
    height: 6px;
    border-radius: 50%;
    border-top: 2px solid #94a3b8;
    transform: rotate(-18deg);
}

.footprints-section__birds span:nth-child(1) { left: 8%; top: 18px; }
.footprints-section__birds span:nth-child(2) { left: 42%; top: 4px; width: 14px; }
.footprints-section__birds span:nth-child(3) { left: 72%; top: 22px; width: 16px; }

.footprints-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 1.05fr);
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: start;
}

.footprints-section__script {
    font-family: "Dancing Script", cursive;
    font-size: clamp(1.65rem, 3vw, 2.1rem);
    font-weight: 600;
    color: var(--color-primary);
    margin: 0 0 0.35rem;
    line-height: 1.2;
}

.footprints-section__title {
    font-family: var(--font-sans) !important;
    font-size: clamp(2rem, 3.8vw, 2.75rem) !important;
    font-weight: 700 !important;
    color: var(--color-text) !important;
    letter-spacing: -0.02em;
    margin: 0 0 1rem;
    line-height: 1.1 !important;
}

.footprints-section__lead {
    margin: 0;
    max-width: 460px;
    font-size: 0.98rem;
    line-height: 1.75;
    color: #64748b;
}

.footprints-circles {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: clamp(1rem, 2.5vw, 1.75rem);
    margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.footprints-circle {
    flex: 0 0 clamp(120px, 18vw, 150px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: #111827;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
}

.footprints-circle .stat-number {
    font-family: var(--font-sans) !important;
    font-size: clamp(1.65rem, 3vw, 2.15rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #fff;
}

.footprints-circle__label {
    margin-top: 0.45rem;
    font-size: 0.72rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.82);
    max-width: 8em;
}

.footprints-quote {
    margin: 0;
    max-width: 520px;
}

.footprints-quote p {
    margin: 0 0 0.85rem;
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    line-height: 1.65;
    color: #64748b;
    font-style: italic;
}

.footprints-quote footer {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--color-text);
    font-style: normal;
}

.footprints-section__hills {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: clamp(80px, 12vw, 130px);
    background:
        radial-gradient(ellipse 55% 100% at 15% 100%, rgba(148, 163, 184, 0.22) 0%, transparent 70%),
        radial-gradient(ellipse 45% 90% at 45% 100%, rgba(148, 163, 184, 0.18) 0%, transparent 68%),
        radial-gradient(ellipse 50% 95% at 78% 100%, rgba(148, 163, 184, 0.2) 0%, transparent 70%),
        linear-gradient(to top, rgba(148, 163, 184, 0.12), transparent);
    pointer-events: none;
}

@media (max-width: 991px) {
    .footprints-split {
        grid-template-columns: 1fr;
    }

    .footprints-section__lead {
        max-width: none;
    }

    .footprints-circles {
        justify-content: center;
    }

    .footprints-quote {
        max-width: none;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .footprints-circles {
        gap: 0.85rem;
    }

    .footprints-circle {
        flex: 0 0 calc(33.333% - 0.6rem);
        min-width: 96px;
        padding: 0.65rem;
    }

    .footprints-circle__label {
        font-size: 0.62rem;
    }
}

/* Bloco pós-hero: stats + marquee + reserva */
.post-hero-section {
    background: #fff;
}

/* Stats modernos */
.stats-band {
    padding: 3rem clamp(1rem, 3vw, 2rem) 2rem;
    background: #fff;
}

.stats-band__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.stat-card {
    text-align: center;
    padding: 1.5rem 1rem;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 16px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.stat-card:hover {
    border-color: rgba(13, 148, 136, 0.25);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
    transform: translateY(-3px);
}

.stat-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 0.85rem;
    border-radius: 50%;
    background: rgba(13, 148, 136, 0.1);
    color: var(--color-primary);
    font-size: 1.1rem;
}

.stat-number {
    font-family: var(--font-sans) !important;
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 700;
    color: var(--color-text);
    line-height: 1;
    letter-spacing: -0.02em;
}

.stat-label {
    font-size: 0.82rem;
    color: #64748b;
    margin-top: 0.55rem;
    font-weight: 600;
    line-height: 1.4;
}

/* Marquee */
.inhaca-marquee {
    background: var(--color-dark);
    padding: 18px 0;
    overflow: hidden;
}

.inhaca-marquee--light {
    background: linear-gradient(90deg, #f0fdfa 0%, #fff 50%, #f0fdfa 100%);
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    padding: 14px 0;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.inhaca-marquee--light .marquee-track span {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 0.82rem;
    letter-spacing: 0.18em;
    opacity: 0.85;
}

.inhaca-marquee--light .marquee-track span::after {
    color: var(--color-accent);
    opacity: 0.7;
}

.marquee-track {
    display: flex;
    animation: marquee 25s linear infinite;
    width: max-content;
}

.marquee-track span {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0 3rem;
    white-space: nowrap;
}

.marquee-track span::after {
    content: "✦";
    margin-left: 3rem;
    color: var(--color-primary-light);
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Legado stats */
.inhaca-stats {
    margin-top: 0;
    position: relative;
    z-index: 5;
    padding: 48px 24px 32px;
    background: #fff;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    max-width: 1100px;
    margin: 0 auto;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.stat-item {
    text-align: center;
    padding: 0.5rem;
}

/* Secções comuns */
.inhaca-section {
    padding: 100px 0;
}

.inhaca-section.alt {
    background: var(--color-surface);
}

.section-tag {
    display: inline-block;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    margin-bottom: 1rem;
}

.section-lead {
    font-size: 1.1rem;
    max-width: 560px;
    margin-bottom: 3rem;
}

/* Reveal animation */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* Reserva rápida — moderno */
.booking-section--modern {
    padding: 3.5rem 0 4.5rem;
    background: #f8fafc;
}

.booking-section__header {
    margin-bottom: 2rem;
}

.booking-section__script {
    font-family: "Dancing Script", cursive;
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 600;
    color: var(--color-primary);
    margin: 0 0 0.35rem;
    line-height: 1.2;
}

.booking-section__title {
    font-family: var(--font-sans) !important;
    font-size: clamp(1.85rem, 3.5vw, 2.35rem) !important;
    font-weight: 700 !important;
    color: var(--color-text) !important;
    letter-spacing: -0.02em;
    margin: 0 0 0.65rem;
    line-height: 1.2 !important;
}

.booking-section__lead {
    max-width: 560px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.65;
    color: #64748b;
}

.booking-panel {
    max-width: 1100px;
    margin: 0 auto;
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
}

.booking-section--modern .booking-field label {
    color: #475569;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.booking-section--modern .booking-form .form-control {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.8rem 0.95rem;
    height: 50px;
    font-size: 0.9rem;
    background: #fff;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.booking-section--modern .booking-form .form-control:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.12);
}

.booking-section--modern .booking-form .btn-book {
    background: var(--color-primary);
    color: #fff;
    border-radius: 12px;
    height: 50px;
    font-size: 0.88rem;
    box-shadow: 0 8px 24px rgba(13, 148, 136, 0.28);
}

.booking-section--modern .booking-form .btn-book:hover {
    background: var(--color-primary-dark);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(13, 148, 136, 0.35);
}

/* Reserva rápida — legado */
.booking-section {
    padding-top: 64px;
    padding-bottom: 64px;
}

.booking-strip {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    background: linear-gradient(135deg, #0f766e 0%, #0d9488 50%, #14b8a6 100%);
    padding: 2rem 2.25rem;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 24px 60px rgba(13, 148, 136, 0.28);
    overflow: hidden;
}

@media (min-width: 992px) {
    .booking-strip {
        flex-direction: row;
        align-items: center;
        gap: 2rem;
    }
}

.booking-strip__intro {
    flex: 0 0 auto;
    max-width: 100%;
}

@media (min-width: 992px) {
    .booking-strip__intro {
        flex: 0 0 280px;
        max-width: 300px;
    }
}

.booking-strip__tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0.5rem;
}

.booking-strip h3 {
    color: #fff !important;
    font-size: clamp(1.35rem, 2.5vw, 1.65rem) !important;
    margin-bottom: 0.5rem;
    line-height: 1.25 !important;
}

.booking-strip p {
    color: rgba(255, 255, 255, 0.88) !important;
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.booking-form {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
}

.booking-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    align-items: end;
}

.booking-field {
    min-width: 0;
}

@media (min-width: 768px) {
    .booking-form__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.booking-form .btn-book {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
}

@media (min-width: 992px) {
    .booking-form .btn-book {
        width: auto;
        justify-self: end;
        min-width: 160px;
    }
}

@media (min-width: 1400px) {
    .booking-form__grid {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr) minmax(0, 0.9fr) minmax(0, 0.9fr) minmax(0, 1fr);
    }

    .booking-form .btn-book {
        grid-column: auto;
        width: 100%;
        justify-self: stretch;
    }
}

.booking-field label {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.booking-form .form-control {
    border: none;
    border-radius: 10px;
    padding: 0.75rem 0.9rem;
    height: 48px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-dark);
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.booking-form .form-control:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}

.booking-form select.form-control {
    cursor: pointer;
    appearance: none;
    font-size: 0.82rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23475569' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 2rem;
}

.booking-form input[type="date"].form-control {
    cursor: pointer;
    font-size: 0.82rem;
}

.booking-form .btn-book {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #fff;
    color: var(--color-primary-dark);
    font-weight: 700;
    font-size: 0.85rem;
    border: none;
    border-radius: 10px;
    padding: 0 1rem;
    height: 48px;
    white-space: nowrap;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.booking-form .btn-book:hover {
    transform: translateY(-2px);
    background: #f0fdfa;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    color: var(--color-primary-dark);
}

.booking-form .btn-book i {
    font-size: 0.85rem;
    transition: transform 0.25s ease;
}

.booking-form .btn-book:hover i {
    transform: translateX(3px);
}

@media (max-width: 767px) {
    .booking-strip {
        padding: 1.5rem 1.25rem;
        gap: 1.5rem;
    }

    .booking-strip__intro {
        max-width: none;
    }

    .booking-form__grid {
        grid-template-columns: 1fr;
    }
}

/* Sobre — collage */
.about-section {
    padding: 110px 0 120px;
}

.about-section__content {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 15px;
    padding-right: 15px;
}

.about-section .section-tag {
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.about-section .section-title {
    font-size: clamp(2.25rem, 4.5vw, 3.35rem) !important;
    line-height: 1.12 !important;
    margin-bottom: 1.25rem;
}

.about-section .section-lead {
    font-size: 1.15rem;
    line-height: 1.75;
    max-width: none;
    margin-bottom: 1.75rem;
}

.about-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem 1.5rem;
    margin: 0 0 2rem !important;
}

@media (min-width: 576px) {
    .about-features {
        grid-template-columns: 1fr 1fr;
    }
}

.about-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.55rem 0 !important;
    font-size: 1rem !important;
    line-height: 1.45;
}

.about-features li i {
    flex-shrink: 0;
    margin-top: 0.2rem;
    font-size: 1.15rem;
}

.about-section .about-cta {
    padding: 16px 34px;
    font-size: 1rem;
}

.about-collage {
    position: relative;
    height: 480px;
}

.about-section .about-collage {
    height: min(640px, 72vw);
    min-height: 420px;
}

.about-collage .img-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 75%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
}

.about-section .about-collage .img-main {
    width: 74%;
    height: 80%;
    border-radius: 24px;
}

.about-collage .img-float {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    height: 55%;
    object-fit: cover;
    border-radius: 20px;
    border: 6px solid #fff;
    box-shadow: var(--shadow-lg);
}

.about-section .about-collage .img-float {
    width: 58%;
    height: 58%;
    border-radius: 24px;
    border-width: 8px;
}

.about-collage .img-accent {
    position: absolute;
    top: 40%;
    right: 10%;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: var(--shadow-md);
}

.about-section .about-collage .img-accent {
    top: 38%;
    right: 6%;
    width: clamp(130px, 18vw, 168px);
    height: clamp(130px, 18vw, 168px);
    object-fit: contain;
    background: #fff;
    padding: 10px;
    border-width: 6px;
}

.experience-badge {
    position: absolute;
    bottom: 20%;
    left: -10px;
    background: var(--color-accent);
    color: #fff;
    padding: 1.25rem 1.5rem;
    border-radius: 16px;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.4);
    z-index: 5;
}

.about-section .experience-badge {
    left: 0;
    bottom: 16%;
    padding: 1.5rem 1.85rem;
    border-radius: 18px;
    font-size: 0.95rem;
    line-height: 1.35;
}

.experience-badge span {
    display: block;
    font-size: 2rem;
    line-height: 1;
}

.about-section .experience-badge span {
    font-size: clamp(2.25rem, 4vw, 3rem);
    margin-bottom: 0.15rem;
}

/* Serviços — estilo Adventure Ideas (Adventor) */
.services-section {
    position: relative;
    background: #fff;
    padding: 100px 0 110px;
    overflow: hidden;
}

.services-section__waves {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 520' preserveAspectRatio='none'%3E%3Cpath d='M0 180 C240 120 480 240 720 180 S1200 120 1440 180' fill='none' stroke='%23d9cfc0' stroke-width='1.2'/%3E%3Cpath d='M0 260 C280 320 520 200 760 260 S1180 320 1440 260' fill='none' stroke='%23d9cfc0' stroke-width='1.2'/%3E%3Cpath d='M0 340 C220 280 500 380 740 340 S1160 280 1440 340' fill='none' stroke='%23d9cfc0' stroke-width='1.2'/%3E%3Cpath d='M0 420 C260 480 540 360 780 420 S1220 480 1440 420' fill='none' stroke='%23d9cfc0' stroke-width='1.2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0.85;
}

.services-section__header {
    position: relative;
    z-index: 1;
    margin-bottom: 3.5rem;
}

.services-section__grid-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    padding-left: clamp(1rem, 3vw, 2.75rem);
    padding-right: clamp(1rem, 3vw, 2.75rem);
}

.services-section__script {
    font-family: "Dancing Script", cursive;
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 600;
    color: var(--color-primary);
    margin: 0 0 0.35rem;
    line-height: 1.2;
}

.services-section__title {
    font-family: var(--font-sans) !important;
    font-size: clamp(1.85rem, 3.5vw, 2.5rem) !important;
    font-weight: 700 !important;
    color: var(--color-text) !important;
    letter-spacing: -0.02em;
    margin: 0;
    line-height: 1.2 !important;
}

.services-ideas-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(1rem, 2.5vw, 2.25rem);
    width: 100%;
    max-width: none;
    margin: 0;
}

.service-idea {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    min-width: 0;
}

.service-idea__photo {
    width: 100%;
    aspect-ratio: 1;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1.35rem;
    flex-shrink: 0;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    background: #e2e8f0;
}

.service-idea__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, opacity 0.35s ease;
    opacity: 1;
}

.service-idea:hover .service-idea__photo img {
    transform: scale(1.08);
}

.service-idea__title {
    font-family: var(--font-sans) !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: var(--color-text) !important;
    margin: 0 0 0.65rem !important;
    line-height: 1.3 !important;
}

.service-idea__desc {
    font-size: clamp(0.82rem, 1.1vw, 0.92rem);
    line-height: 1.65;
    color: #64748b;
    margin: 0 0 1.35rem;
    max-width: none;
    width: 100%;
    padding: 0 0.15rem;
    flex: 1;
}

.service-idea__btn {
    display: inline-block;
    background: #1e293b;
    color: #fff !important;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 12px 26px;
    border-radius: 2px;
    transition: background 0.3s ease, transform 0.3s ease;
    margin-top: auto;
}

.service-idea__btn:hover {
    background: var(--color-primary);
    color: #fff !important;
    transform: translateY(-2px);
}

@media (max-width: 1199px) {
    .services-ideas-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem 1.5rem;
    }
}

@media (max-width: 767px) {
    .services-section {
        padding: 80px 0 90px;
    }

    .services-section__header {
        margin-bottom: 2.5rem;
    }

    .services-ideas-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.25rem 1rem;
    }

    .service-idea__desc {
        font-size: 0.85rem;
        max-width: none;
    }
}

@media (max-width: 479px) {
    .services-ideas-grid {
        grid-template-columns: 1fr;
    }

    .service-idea__photo {
        width: min(100%, 280px);
    }
}

/* Experiências — estilo Explore Activities (Adventor) */
.activities-section {
    position: relative;
    background: #fff;
    padding: 100px 0 110px;
    overflow: hidden;
}

.activities-section__trees {
    position: absolute;
    top: 52%;
    width: clamp(90px, 12vw, 170px);
    height: clamp(180px, 28vw, 320px);
    pointer-events: none;
    opacity: 0.14;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 260'%3E%3Cpath fill='%231e293b' d='M60 20 C45 55 20 70 35 95 C15 110 25 145 50 150 C40 175 55 205 60 240 C65 205 80 175 70 150 C95 145 105 110 85 95 C100 70 75 55 60 20Z'/%3E%3Cpath fill='%231e293b' d='M20 120 C10 145 5 170 18 185 C8 200 12 230 28 235 C22 250 30 260 35 255 C40 260 48 250 42 235 C58 230 62 200 52 185 C65 170 60 145 50 120 Z'/%3E%3Cpath fill='%231e293b' d='M100 120 C90 145 85 170 98 185 C88 200 92 230 108 235 C102 250 110 260 115 255 C120 260 128 250 122 235 C138 230 142 200 132 185 C145 170 140 145 130 120 Z'/%3E%3C/svg%3E");
}

.activities-section__trees--left {
    left: clamp(0.5rem, 2vw, 2rem);
    transform: translateY(-50%);
}

.activities-section__trees--right {
    right: clamp(0.5rem, 2vw, 2rem);
    transform: translateY(-50%) scaleX(-1);
}

.activities-section__header {
    position: relative;
    z-index: 1;
    margin-bottom: 3rem;
}

.activities-section__script {
    font-family: "Dancing Script", cursive;
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 600;
    color: var(--color-primary);
    margin: 0 0 0.35rem;
    line-height: 1.2;
}

.activities-section__title {
    font-family: var(--font-sans) !important;
    font-size: clamp(1.85rem, 3.5vw, 2.5rem) !important;
    font-weight: 700 !important;
    color: var(--color-text) !important;
    letter-spacing: -0.02em;
    margin: 0;
    line-height: 1.2 !important;
}

.activities-section__slider {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: clamp(0.75rem, 2.5vw, 2rem);
    width: 100%;
    max-width: 100%;
    padding: 0 clamp(1rem, 3vw, 3rem);
    margin-bottom: 2.75rem;
}

.activities-carousel {
    flex: 1;
    overflow: hidden;
    min-width: 0;
}

.activities-carousel__track {
    display: flex;
    gap: 2rem;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.activity-card {
    flex: 0 0 calc((100% - 4rem) / 3);
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    color: inherit !important;
    text-decoration: none !important;
    transition: box-shadow 0.35s ease, border-color 0.35s ease;
}

.activity-card:hover {
    border-color: rgba(13, 148, 136, 0.35);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    color: inherit !important;
}

.activity-card__image {
    aspect-ratio: 1 / 1;
    min-height: clamp(240px, 28vw, 380px);
    overflow: hidden;
    background: #e2e8f0;
}

.activity-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.activity-card:hover .activity-card__image img {
    transform: scale(1.05);
}

.activity-card__body {
    padding: 1.35rem 1.5rem 1.5rem;
    text-align: left;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    min-height: 118px;
}

.activity-card__title {
    font-family: var(--font-sans) !important;
    font-size: clamp(1rem, 1.4vw, 1.15rem) !important;
    font-weight: 700 !important;
    color: var(--color-text) !important;
    margin: 0 0 0.85rem !important;
    line-height: 1.35 !important;
}

.activity-card__from {
    margin: 0 0 0.2rem;
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.4;
}

.activity-card__price {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: 0.01em;
}

.activities-carousel__nav {
    flex-shrink: 0;
    width: clamp(44px, 5vw, 64px);
    height: clamp(44px, 5vw, 64px);
    border: none;
    background: transparent;
    color: var(--color-text);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    cursor: pointer;
    transition: color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
    padding: 0;
}

.activities-carousel__nav span {
    display: block;
    font-family: Georgia, serif;
    font-weight: 400;
}

.activities-carousel__nav:hover:not(:disabled) {
    color: var(--color-primary);
    transform: scale(1.08);
}

.activities-carousel__nav:disabled {
    opacity: 0.25;
    cursor: default;
}

.activities-section__footer {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .activity-card {
        flex: 0 0 calc((100% - 2rem) / 2);
    }

    .activities-section__trees {
        opacity: 0.08;
    }
}

@media (max-width: 575px) {
    .activities-section {
        padding: 80px 0 90px;
    }

    .activity-card {
        flex: 0 0 100%;
    }

    .activities-section__slider {
        gap: 0.35rem;
        padding: 0 0.75rem;
    }

    .activities-carousel__nav {
        width: 34px;
        font-size: 1.75rem;
    }

    .activities-section__trees {
        display: none;
    }
}

/* Legado — bento grid (outras páginas) */
.experiences-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 220px;
    gap: 1rem;
}

.exp-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    grid-column: span 4;
    cursor: pointer;
}

.exp-card.large { grid-column: span 8; grid-row: span 2; }
.exp-card.tall { grid-row: span 2; }

.exp-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.exp-card:hover img {
    transform: scale(1.1);
}

.exp-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, transparent 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    color: #fff;
    transition: background 0.4s;
}

.exp-card:hover .exp-overlay {
    background: linear-gradient(to top, rgba(13, 148, 136, 0.95) 0%, rgba(15, 23, 42, 0.4) 100%);
}

.exp-price {
    display: inline-block;
    background: var(--color-accent);
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 0.5rem;
}

.exp-overlay h4 {
    color: #fff !important;
    font-size: 1.25rem !important;
    margin-bottom: 0.25rem;
}

.exp-overlay p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.85rem;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.exp-card:hover .exp-overlay p {
    max-height: 80px;
    opacity: 1;
    margin-top: 0.5rem;
}

.exp-link {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transform: translate(10px, -10px);
    transition: all 0.3s;
}

.exp-card:hover .exp-link {
    opacity: 1;
    transform: translate(0, 0);
}

/* Alojamento — estilo moderno Adventor */
.stay-section {
    background: #fff;
    padding: 100px 0 110px;
}

.stay-section__header {
    margin-bottom: 3rem;
}

.stay-section__script {
    font-family: "Dancing Script", cursive;
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 600;
    color: var(--color-primary);
    margin: 0 0 0.35rem;
    line-height: 1.2;
}

.stay-section__title {
    font-family: var(--font-sans) !important;
    font-size: clamp(1.85rem, 3.5vw, 2.5rem) !important;
    font-weight: 700 !important;
    color: var(--color-text) !important;
    letter-spacing: -0.02em;
    margin: 0 0 0.75rem;
    line-height: 1.2 !important;
}

.stay-section__lead {
    max-width: 640px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #64748b;
}

.stay-section__grid-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 clamp(1rem, 3vw, 3rem);
}

.stay-cards-modern {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.25rem, 2vw, 2rem);
    max-width: 1400px;
    margin: 0 auto;
}

.stay-card-modern {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    transition: box-shadow 0.35s ease, border-color 0.35s ease;
}

.stay-card-modern:hover {
    border-color: rgba(13, 148, 136, 0.35);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
}

.stay-card-modern__image {
    aspect-ratio: 16 / 11;
    min-height: clamp(220px, 22vw, 320px);
    overflow: hidden;
    background: #e2e8f0;
}

.stay-card-modern__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.stay-card-modern:hover .stay-card-modern__image img {
    transform: scale(1.05);
}

.stay-card-modern__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.5rem 1.5rem 1.65rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.stay-card-modern__title {
    font-family: var(--font-sans) !important;
    font-size: clamp(1.05rem, 1.4vw, 1.2rem) !important;
    font-weight: 700 !important;
    color: var(--color-text) !important;
    margin: 0 0 0.55rem !important;
    line-height: 1.3 !important;
}

.stay-card-modern__desc {
    margin: 0 0 1rem;
    font-size: 0.92rem;
    line-height: 1.65;
    color: #64748b;
}

.stay-card-modern__from {
    margin: 0 0 0.15rem;
    font-size: 0.85rem;
    color: #94a3b8;
}

.stay-card-modern__price {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-accent);
}

.stay-card-modern__features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.35rem;
    flex: 1;
}

.stay-card-modern__features li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.35rem 0;
    font-size: 0.88rem;
    line-height: 1.45;
    color: var(--color-text);
}

.stay-card-modern__features li i {
    color: var(--color-primary);
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.stay-card-modern__btn {
    display: inline-block;
    align-self: flex-start;
    background: #1e293b;
    color: #fff !important;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 2px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.stay-card-modern__btn:hover {
    background: var(--color-primary);
    color: #fff !important;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .stay-cards-modern {
        grid-template-columns: 1fr;
        max-width: 560px;
    }
}

@media (max-width: 575px) {
    .stay-section {
        padding: 80px 0 90px;
    }

    .stay-section__grid-wrap {
        padding: 0 0.75rem;
    }
}

/* Legado — cards antigos */
.stay-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.stay-card {
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-md);
    transition: transform 0.4s;
}

.stay-card:hover {
    transform: translateY(-8px);
}

.stay-card-image {
    height: 280px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.stay-card-image .price-tag {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: #fff;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    font-weight: 700;
    color: var(--color-primary-dark);
    box-shadow: var(--shadow-sm);
}

.stay-card-body {
    padding: 2rem;
}

.stay-features {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.stay-features li {
    padding: 0.35rem 0;
    color: var(--color-text);
    font-size: 0.9rem;
}

.stay-features li i {
    color: var(--color-primary);
    margin-right: 8px;
}

/* Galeria — estilo moderno */
.gallery-section {
    background: #f8fafc;
    padding: 100px 0 110px;
}

.gallery-section__header {
    margin-bottom: 3rem;
}

.gallery-section__script {
    font-family: "Dancing Script", cursive;
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 600;
    color: var(--color-primary);
    margin: 0 0 0.35rem;
    line-height: 1.2;
}

.gallery-section__title {
    font-family: var(--font-sans) !important;
    font-size: clamp(1.85rem, 3.5vw, 2.5rem) !important;
    font-weight: 700 !important;
    color: var(--color-text) !important;
    letter-spacing: -0.02em;
    margin: 0 0 0.75rem;
    line-height: 1.2 !important;
}

.gallery-section__lead {
    max-width: 620px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #64748b;
}

.gallery-section__wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 clamp(1rem, 3vw, 3rem);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: minmax(260px, 22vw);
    gap: 1rem;
    max-width: 1480px;
    margin: 0 auto;
}

.gallery-grid__item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    background: #cbd5e1;
    min-height: 260px;
}

.gallery-grid__item--tall {
    grid-row: span 2;
}

.gallery-grid__item--wide {
    grid-column: span 2;
}

.gallery-grid__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-grid__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.55);
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.gallery-grid__overlay i {
    font-size: 1.75rem;
}

.gallery-grid__overlay span {
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.gallery-grid__item:hover img {
    transform: scale(1.08);
}

.gallery-grid__item:hover .gallery-grid__overlay {
    opacity: 1;
}

@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: minmax(220px, 40vw);
    }

    .gallery-grid__item--tall {
        grid-row: span 1;
    }

    .gallery-grid__item--wide {
        grid-column: span 2;
    }
}

@media (max-width: 575px) {
    .gallery-section {
        padding: 80px 0 90px;
    }

    .gallery-section__wrap {
        padding: 0 0.75rem;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: minmax(240px, 65vw);
    }

    .gallery-grid__item--wide {
        grid-column: span 1;
    }
}

/* Legado — mosaico antigo */
.gallery-mosaic {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 200px);
    gap: 0.75rem;
}

.gallery-item {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.gallery-item:nth-child(1) { grid-row: span 2; }
.gallery-item:nth-child(4) { grid-column: span 2; }

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

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

/* Testemunhos */
.testimonials-slider {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: center;
}

.testimonial-visual {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 420px;
}

.testimonial-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 3px solid var(--color-primary-light);
    border-radius: 24px;
    margin: 12px;
    pointer-events: none;
}

.testimonial-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 24px;
    box-shadow: var(--shadow-lg);
    position: relative;
}

.testimonial-card::before {
    content: "\201C";
    position: absolute;
    top: -10px;
    left: 24px;
    font-size: 6rem;
    color: var(--color-primary);
    opacity: 0.15;
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-quote {
    font-family: var(--font-display) !important;
    font-size: 1.35rem !important;
    font-style: italic;
    line-height: 1.6 !important;
    margin-bottom: 1.5rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
}

.testimonial-stars {
    color: #fbbf24;
    margin-bottom: 0.25rem;
}

.testimonial-nav {
    display: flex;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.testimonial-nav button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #e2e8f0;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.testimonial-nav button:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

/* Eventos cards */
.event-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.event-card {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-sm);
    transition: all 0.4s;
}

.event-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.event-card-img {
    height: 220px;
    overflow: hidden;
}

.event-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.event-card:hover .event-card-img img {
    transform: scale(1.08);
}

.event-card-body {
    padding: 1.5rem;
}

.event-meta {
    font-size: 0.8rem;
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.event-card h4 {
    font-size: 1.15rem !important;
    margin-bottom: 0.75rem;
}

/* CTA final */
.inhaca-cta {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.inhaca-cta .cta-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    animation: ctaZoom 20s ease infinite alternate;
}

@keyframes ctaZoom {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}

.inhaca-cta .cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(13, 148, 136, 0.92), rgba(15, 23, 42, 0.88));
}

.inhaca-cta .cta-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.inhaca-cta h2 {
    color: #fff !important;
    font-size: clamp(2rem, 5vw, 3.5rem) !important;
    margin-bottom: 1rem;
}

.inhaca-cta p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.cta-phone {
    font-size: 1.5rem;
    font-weight: 700;
    color: #5eead4;
}

/* Porquê Inhaca — estilo moderno */
.why-section {
    background: #fff;
    padding: 100px 0 110px;
}

.why-section__header {
    margin-bottom: 3rem;
}

.why-section__script {
    font-family: "Dancing Script", cursive;
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 600;
    color: var(--color-primary);
    margin: 0 0 0.35rem;
    line-height: 1.2;
}

.why-section__title {
    font-family: var(--font-sans) !important;
    font-size: clamp(1.85rem, 3.5vw, 2.5rem) !important;
    font-weight: 700 !important;
    color: var(--color-text) !important;
    letter-spacing: -0.02em;
    margin: 0 0 0.75rem;
    line-height: 1.2 !important;
}

.why-section__lead {
    max-width: 620px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #64748b;
}

.why-section__wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 clamp(1rem, 3vw, 3rem);
}

.why-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.25rem, 2vw, 2rem);
    max-width: 1400px;
    margin: 0 auto;
}

.why-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    transition: box-shadow 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.why-card:hover {
    border-color: rgba(13, 148, 136, 0.35);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
    transform: translateY(-4px);
}

.why-card__image {
    position: relative;
    aspect-ratio: 16 / 10;
    min-height: 200px;
    overflow: hidden;
    background: #e2e8f0;
}

.why-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.why-card:hover .why-card__image img {
    transform: scale(1.06);
}

.why-card__icon {
    position: absolute;
    left: 1.25rem;
    bottom: -1.35rem;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 10px 24px rgba(13, 148, 136, 0.35);
    z-index: 2;
}

.why-card__body {
    padding: 2.25rem 1.5rem 1.65rem;
    text-align: left;
}

.why-card__number {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 0.45rem;
}

.why-card__title {
    font-family: var(--font-sans) !important;
    font-size: clamp(1.05rem, 1.4vw, 1.2rem) !important;
    font-weight: 700 !important;
    color: var(--color-text) !important;
    margin: 0 0 0.65rem !important;
    line-height: 1.3 !important;
}

.why-card__desc {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.7;
    color: #64748b;
}

@media (max-width: 991px) {
    .why-cards {
        grid-template-columns: 1fr;
        max-width: 560px;
    }
}

@media (max-width: 575px) {
    .why-section {
        padding: 80px 0 90px;
    }

    .why-section__wrap {
        padding: 0 0.75rem;
    }
}

/* Legado */
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.why-item {
    text-align: center;
    padding: 2rem;
}

.why-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1.25rem;
    background: linear-gradient(135deg, #ccfbf1, #99f6e4);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: var(--color-primary-dark);
}

/* Responsive */
@media (max-width: 991px) {
    .stats-band__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .stats-band {
        padding: 2rem 0.75rem 1.5rem;
    }

    .stats-band__grid {
        grid-template-columns: 1fr;
    }

    .booking-section--modern {
        padding: 2.5rem 0 3rem;
    }

    .booking-panel {
        border-radius: 16px;
        padding: 1.25rem;
    }
}

@media (max-width: 991px) {
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .experiences-grid { grid-template-columns: 1fr 1fr; }
    .exp-card, .exp-card.large { grid-column: span 1; grid-row: span 1; }
    .stay-cards { grid-template-columns: 1fr; }
    .testimonials-slider { grid-template-columns: 1fr; }
    .event-cards { grid-template-columns: 1fr; }
    .why-cards { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .gallery-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .gallery-item:nth-child(1),
    .gallery-item:nth-child(4) { grid-row: span 1; grid-column: span 1; }
    .about-section .about-collage {
        height: 400px;
        min-height: 360px;
    }

    .about-section .about-collage .img-accent {
        width: 110px;
        height: 110px;
    }

    .about-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .about-section__content {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .inhaca-hero {
        min-height: 75svh;
        padding-bottom: 48px;
    }

    .hero-shape-divider svg {
        height: 72px;
    }

    .inhaca-stats {
        padding: 32px 16px 24px;
    }

    .stats-grid { grid-template-columns: 1fr; }
    .inhaca-section { padding: 60px 0; }
    .experiences-grid { grid-template-columns: 1fr; }
    .gallery-mosaic { grid-template-columns: 1fr; }
}

@media (min-width: 1400px) {
    .hero-title {
        font-size: 3rem !important;
    }
}
