/*
Project: Rayane Olinto Turismo Landing Page
Developed by: YepTech Solutions California 2023 • YepTech Solutions Brasil 2025
Contact: rogeriodc180@gmail.com
Purpose: Premium tourism landing page — refatorado para match com design ideal.
*/

/* ─── Google Fonts ─── */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&family=Outfit:wght@400;500;600;700;800;900&family=Great+Vibes&display=swap');

/* ─── Design Tokens ─── */
:root {
    --deep-navy: #06263D;
    --dark-ocean: #083B5C;
    --gold: #DDAA3A;
    --gold-light: #F0C860;
    --warm-sand: #F5E7D0;
    --whatsapp-green: #18C35C;
    --whatsapp-dark: #10a84f;
    --white: #FFFFFF;
    --off-white: #FAF8F4;
    --text-dark: #0D2438;
    --text-mid: #364757;
    --text-muted: #4f6272;
    --border-light: #e7ddd1;

    --font-body: 'Outfit', 'Segoe UI', Tahoma, sans-serif;
    --font-display: 'Playfair Display', Georgia, serif;
    --font-script: 'Great Vibes', cursive;

    --radius-card: 1rem;
    --radius-btn: 2rem;
    --shadow-card: 0 4px 24px rgba(0, 0, 0, .10);
    --shadow-btn: 0 4px 18px rgba(16, 168, 79, .35);
}

/* ─── Reset ─── */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

/* CRITICAL: body/html must start at absolute top — no gap before hero */
html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    font-family: var(--font-body);
    color: var(--text-dark);
    /* Dark background so ANY gap between sections never shows as white */
    background: #04121e;
    line-height: 1.55;
}

/* Main wrapper — no top offset */
.landing-page {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
}

/* ─── Layout ─── */
.container {
    width: min(1180px, 92%);
    margin-inline: auto;
}

.section {
    padding: 5rem 0;
}

/* ─── Typography helpers ─── */
.section-eyebrow {
    display: block;
    font-size: .72rem;
    letter-spacing: .22em;
    font-weight: 700;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: .7rem;
}

.section-title {
    font-size: clamp(1.9rem, 4vw, 2.9rem);
    line-height: 1.08;
    margin-bottom: .85rem;
    font-family: var(--font-body);
    font-weight: 800;
    color: var(--text-dark);
}

.section-subtitle {
    max-width: 680px;
    color: var(--text-mid);
    font-size: .98rem;
    line-height: 1.6;
}

/* ─── Buttons ─── */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: var(--radius-btn);
    padding: .78rem 1.6rem;
    font-weight: 700;
    font-size: .88rem;
    letter-spacing: .04em;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: filter .18s, transform .18s, box-shadow .18s;
    white-space: nowrap;
}

.btn:hover {
    filter: brightness(1.07);
    transform: translateY(-1px);
}

.btn:active {
    transform: translateY(0);
}

.btn-whatsapp {
    background: var(--whatsapp-green);
    color: var(--white);
    box-shadow: var(--shadow-btn);
}

.btn-whatsapp:hover {
    box-shadow: 0 6px 24px rgba(16, 168, 79, .45);
}

.btn-secondary {
    background: transparent;
    border-color: rgba(255, 255, 255, .6);
    color: var(--white);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, .08);
}

/* ════════════════════════════════════════
   HEADER
════════════════════════════════════════ */

/*
 * Kill any margin/padding from third-party CSS loaded in head.php
 * (Bootstrap, normalize, browser UA stylesheet, etc.)
 */
html {
    margin: 0 !important;
    padding: 0 !important;
}

body {
    margin: 0 !important;
    padding: 0 !important;
}

main,
.landing-page {
    margin: 0 !important;
    padding: 0 !important;
}

.site-header {
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 100;
    transition: background 280ms ease, backdrop-filter 280ms ease, box-shadow 280ms ease;
}

/* Transparent by default — JS adds .is-scrolled */
.site-header.is-scrolled {
    background: rgba(4, 18, 28, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 2px 24px rgba(0, 0, 0, .28);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0 2rem;
    gap: 1.5rem;
}

/* Logo */
.brand {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    color: var(--white);
}

.brand .brand-icon {
    width: 140px;
    max-height: 64px;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Nav */
.main-nav {
    display: flex;
    align-items: center;
    gap: 2.2rem;
    flex: 1;
    justify-content: center;
}

.main-nav a {
    color: rgba(255, 255, 255, .92);
    font-weight: 600;
    font-size: .82rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 2px;
    transition: color .18s;
}

.main-nav a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width .22s ease;
    border-radius: 2px;
}

.main-nav a:hover {
    color: var(--white);
}

.main-nav a:hover::after {
    width: 100%;
}

/* Header CTA */
.cta-whatsapp-header {
    flex-shrink: 0;
    height: 42px;
    padding: 0 1.2rem;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .06em;
    border-radius: var(--radius-btn);
    gap: 8px;
    border: 1.5px solid rgba(255, 255, 255, .3);
}

.cta-whatsapp-header svg {
    flex-shrink: 0;
}

/* Mobile toggle */
.mobile-menu-toggle {
    display: none;
    background: transparent;
    color: var(--white);
    border: 1.5px solid rgba(255, 255, 255, .4);
    border-radius: .4rem;
    width: 38px;
    height: 38px;
    font-size: 1.15rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ════════════════════════════════════════
   HERO
════════════════════════════════════════ */
.hero-section {
    position: relative;
    margin-top: 0;
    padding-top: 0;
    height: 100vh;
    min-height: 740px;
    background-image: var(--hero-image);
    background-size: 100% auto;
    background-position: 55% 30%;
    /* sun visible top-center, woman right */
    background-repeat: no-repeat;
    color: var(--white);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Gradient overlay — left-to-right dark + top strip so nav reads on photo */
.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to right,
            rgba(4, 16, 26, .78) 0%,
            rgba(4, 16, 26, .55) 35%,
            rgba(4, 16, 26, .18) 60%,
            rgba(4, 16, 26, .0) 100%),
        linear-gradient(to bottom,
            rgba(0, 0, 0, .50) 0%,
            rgba(0, 0, 0, .20) 12%,
            rgba(0, 0, 0, .0) 35%,
            rgba(0, 0, 0, .0) 75%,
            rgba(0, 0, 0, .22) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* anchor to bottom-center like image 1 */
    height: 100%;
    padding-bottom: 8vh;
    /* push content up from bottom */
}

.hero-content .container {
    /* No extra padding — header is transparent/fixed and overlaps photo */
    padding-top: 0;
}

/* Hero typography */
.hero-title {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
    line-height: 1;
}

/* Line 1: VIVA EXPERIÊNCIAS — small caps label */
.ht-line1 {
    font-size: clamp(.78rem, 1.1vw, .95rem);
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .88);
    margin-bottom: .35rem;
}

/* Line 2: INESQUECÍVEIS — medium gold italic */
.ht-line2 {
    display: block;
    margin-bottom: .1rem;
}

.ht-line2 em {
    font-style: italic;
    font-family: var(--font-display);
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    font-weight: 700;
    color: var(--gold);
    letter-spacing: .06em;
    text-transform: uppercase;
}

/* Line 3: EXPLORE (huge bold white) */
.ht-line3 {
    display: block;
    margin-bottom: -.12em;
}

.ht-line3 strong {
    display: block;
    font-size: clamp(3.8rem, 8.5vw, 7.2rem);
    font-weight: 900;
    letter-spacing: -.01em;
    color: var(--white);
    line-height: .88;
    text-transform: uppercase;
}

/* Script "Natal" */
.hero-natal {
    display: block;
    font-family: var(--font-script);
    font-size: clamp(3.4rem, 7.8vw, 6.6rem);
    font-weight: 400;
    color: var(--gold);
    line-height: .82;
    text-transform: none;
    font-style: normal;
    margin-top: -.05em;
}

/* Line 4: DE VERDADE! */
.ht-line4 {
    display: block;
    font-size: clamp(1.55rem, 3.2vw, 2.6rem);
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--white);
    margin-top: .1em;
    margin-left: clamp(2rem, 9vw, 8rem);
}

.hero-subtitle {
    max-width: 400px;
    margin-top: 1.4rem;
    font-size: clamp(.88rem, 1.2vw, 1.02rem);
    color: rgba(255, 255, 255, .9);
    line-height: 1.6;
    font-weight: 400;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.8rem;
    flex-wrap: wrap;
}

.hero-actions .btn {
    height: 46px;
    padding: 0 1.5rem;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .05em;
}

.hero-actions .btn-whatsapp {
    min-width: 200px;
}

.hero-actions .btn-secondary {
    min-width: 188px;
    border-color: rgba(221, 170, 58, .7);
}

/* ════════════════════════════════════════
   EXPERIENCES
════════════════════════════════════════ */
.experiences-section {
    background: var(--white);
}

.experiences-section .container>.section-title {
    text-align: center;
}

.experiences-section .section-eyebrow {
    display: block;
    text-align: center;
}

.experiences-section .section-subtitle {
    text-align: center;
    margin-inline: auto;
    margin-bottom: 2.2rem;
}

.experiences-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.1rem;
}

.experience-card {
    position: relative;
    border-radius: var(--radius-card);
    min-height: 340px;
    overflow: hidden;
    background-image: var(--card-image);
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: transform .32s ease, box-shadow .32s ease;
    box-shadow: var(--shadow-card);
}

.experience-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, .18);
}

.experience-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(6, 20, 34, .04) 0%,
            rgba(6, 20, 34, .55) 55%,
            rgba(6, 20, 34, .92) 100%);
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: .4rem;
    padding: 1.4rem;
}

.experience-icon {
    color: var(--gold);
    display: flex;
    align-items: center;
    margin-bottom: .25rem;
}

.experience-overlay h3 {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.2;
}

.experience-overlay p {
    color: rgba(255, 255, 255, .84);
    font-size: .86rem;
    line-height: 1.45;
}

/* ════════════════════════════════════════
   ABOUT
════════════════════════════════════════ */
.about-section {
    background: var(--off-white);
    overflow: hidden;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-image-wrap {
    position: relative;
    border-radius: var(--radius-card);
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, .14);
}

.about-image-wrap img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-radius: var(--radius-card);
}

.about-content .section-title {
    margin-bottom: .6rem;
}

.about-content>p {
    color: var(--text-mid);
    font-size: .97rem;
    line-height: 1.7;
    margin-bottom: .2rem;
}

.about-list {
    margin: 1.2rem 0 1.6rem;
    display: flex;
    flex-direction: column;
    gap: .7rem;
}

.about-list li {
    display: flex;
    align-items: center;
    gap: .65rem;
    font-size: .97rem;
    font-weight: 500;
    color: var(--text-dark);
}

.about-check {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

/* ════════════════════════════════════════
   TESTIMONIALS
════════════════════════════════════════ */
.testimonials-section {
    background: var(--white);
}

.testimonials-section .section-eyebrow,
.testimonials-section .section-title {
    text-align: center;
}

.testimonials-carousel-wrap {
    position: relative;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: .75rem;
}

.testimonials-carousel {
    display: flex;
    gap: 1.1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex: 1;
    padding-bottom: 4px;
}

.testimonials-carousel::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    scroll-snap-align: start;
    flex: 0 0 calc(33.33% - .75rem);
    background: var(--off-white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-card);
    padding: 1.6rem;
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
    gap: 0;
}

.stars {
    color: var(--gold);
    letter-spacing: .08em;
    font-size: 1.05rem;
    margin-bottom: .7rem;
}

.testimonial-text {
    color: var(--text-mid);
    font-size: .95rem;
    line-height: 1.65;
    flex: 1;
}

.testimonial-author {
    margin-top: 1.2rem;
    display: flex;
    align-items: center;
    gap: .8rem;
}

.testimonial-author img {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid var(--gold);
}

.testimonial-author strong {
    display: block;
    font-size: .95rem;
    font-weight: 700;
}

.testimonial-author span {
    color: var(--text-muted);
    font-size: .84rem;
}

.carousel-btn {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: var(--deep-navy);
    color: var(--white);
    border: none;
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, transform .2s;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .16);
}

.carousel-btn:hover {
    background: var(--gold);
    color: var(--deep-navy);
    transform: scale(1.06);
}

/* ════════════════════════════════════════
   FINAL CTA + CONTACT
════════════════════════════════════════ */
.final-cta-section {
    position: relative;
    background-image: var(--cta-image);
    background-size: cover;
    background-position: center 30%;
    color: var(--white);
}

.final-cta-overlay {
    background: linear-gradient(110deg,
            rgba(6, 38, 61, .96) 0%,
            rgba(6, 38, 61, .88) 45%,
            rgba(8, 59, 92, .70) 100%);
    padding: 4.5rem 0 3.5rem;
}

.final-cta-content {}

/* Two column layout: logo col + copy col */
.final-cta-top {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3.5rem;
    align-items: start;
    margin-bottom: 3rem;
}

.final-cta-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .7rem;
    padding-top: .4rem;
}

.final-cta-brand svg {
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .3));
}

.final-cta-brand-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
}

.final-cta-brand-text strong {
    font-size: 1rem;
    font-weight: 800;
    color: var(--white);
    letter-spacing: .03em;
    line-height: 1.1;
}

.final-cta-brand-text em {
    font-style: normal;
    color: var(--gold);
    font-size: .65rem;
    letter-spacing: .28em;
    text-transform: uppercase;
    margin-top: 1px;
}

.final-cta-copy .section-title {
    color: var(--white);
    font-size: clamp(1.7rem, 3.5vw, 2.5rem);
}

.final-cta-copy .section-eyebrow {
    margin-bottom: .6rem;
}

.final-cta-sub {
    max-width: 520px;
    color: rgba(255, 255, 255, .84);
    font-size: .96rem;
    line-height: 1.65;
    margin-bottom: 1.6rem;
}

/* Contact info grid — horizontal 4 cols inside CTA */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding-top: 2.2rem;
}

.contact-card {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.contact-card svg {
    margin-bottom: .2rem;
}

.contact-card h3 {
    font-size: .72rem;
    letter-spacing: .18em;
    color: var(--warm-sand);
    text-transform: uppercase;
    font-weight: 700;
}

.contact-card p,
.contact-card a {
    color: rgba(255, 255, 255, .9);
    font-size: .92rem;
    line-height: 1.55;
}

.contact-card a:hover {
    color: var(--gold);
}

.final-tagline {
    margin-top: 2.5rem;
    text-align: right;
    font-family: var(--font-display);
    font-style: italic;
    font-size: clamp(1.4rem, 3vw, 2.1rem);
    color: var(--gold);
    opacity: .95;
}

/* ════════════════════════════════════════
   FLOATING WHATSAPP
════════════════════════════════════════ */
.floating-whatsapp {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 200;
    background: var(--whatsapp-green);
    color: var(--white);
    border-radius: 999px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(16, 195, 92, .5);
    transition: transform .22s, box-shadow .22s;
}

.floating-whatsapp:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 32px rgba(16, 195, 92, .6);
}

/* ════════════════════════════════════════
   FOOTER
════════════════════════════════════════ */
.site-footer {
    background: #031520;
    color: rgba(255, 255, 255, .75);
    padding: 1.6rem 0;
    border-top: 1px solid rgba(221, 170, 58, .15);
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.footer-brand-col {
    display: flex;
    align-items: center;
    gap: .6rem;
    flex-shrink: 0;
}

.footer-brand-text {
    display: flex;
    flex-direction: column;
}

.footer-brand-text strong {
    font-size: .9rem;
    font-weight: 700;
    color: var(--white);
}

.footer-brand-text em {
    font-style: normal;
    color: var(--gold);
    font-size: .6rem;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.footer-legal {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    font-size: .79rem;
    text-align: right;
}

.footer-dev {
    color: rgba(255, 255, 255, .42);
    font-size: .72rem;
}

.footer-dev a {
    color: var(--gold);
}

.footer-dev a:hover {
    text-decoration: underline;
}

/* ════════════════════════════════════════
   RESPONSIVE — TABLET 768px
════════════════════════════════════════ */
@media (max-width: 1023px) {
    .experiences-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonial-card {
        flex: 0 0 calc(50% - .55rem);
    }

    .about-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
    }

    .about-image-wrap img {
        height: 420px;
    }
}

@media (max-width: 767px) {

    /* Header */
    .mobile-menu-toggle {
        display: inline-flex;
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        background: rgba(4, 18, 28, .97);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 1rem 1.5rem 1.5rem;
        border-top: 1px solid rgba(255, 255, 255, .1);
        z-index: 120;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    .main-nav a {
        display: block;
        padding: .7rem 0;
        font-size: .9rem;
        border-bottom: 1px solid rgba(255, 255, 255, .07);
        width: 100%;
    }

    .main-nav a:last-child {
        border-bottom: none;
    }

    .site-header.menu-open .main-nav {
        display: flex;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .cta-whatsapp-header {
        display: none !important;
    }

    /* Hero */
    .hero-section {
        min-height: 100vh;
        min-height: 100svh;
        background-image:
            linear-gradient(to bottom,
                rgba(0, 0, 0, .22) 0%,
                rgba(0, 0, 0, .1) 38%,
                rgba(0, 0, 0, .2) 100%),
            url("../img/hero/ori_hero.jpg");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hero-content .container {
        padding-top: 4vh;
    }

    .ht-line3 strong {
        font-size: clamp(3rem, 14vw, 4.5rem);
    }

    .hero-natal {
        font-size: clamp(2.8rem, 13vw, 4.2rem);
    }

    .ht-line4 {
        font-size: clamp(1.2rem, 5.5vw, 1.8rem);
        margin-left: clamp(1.5rem, 7vw, 3rem);
    }

    .hero-subtitle {
        max-width: 85vw;
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    /* Experiences */
    .experiences-grid {
        grid-template-columns: 1fr;
        gap: .9rem;
    }

    .experience-card {
        min-height: 260px;
    }

    /* About */
    .about-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-image-wrap img {
        height: 300px;
    }

    /* Testimonials */
    .testimonial-card {
        flex: 0 0 min(300px, 85vw);
    }

    .carousel-btn {
        width: 36px;
        height: 36px;
        font-size: 1.4rem;
    }

    /* CTA */
    .final-cta-top {
        grid-template-columns: 1fr;
        gap: 1.8rem;
    }

    .final-cta-brand {
        flex-direction: row;
        justify-content: flex-start;
    }

    .contact-grid {
        grid-template-columns: 1fr 1fr;
        gap: .75rem;
    }

    .final-tagline {
        text-align: left;
    }

    /* Footer */
    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-legal {
        text-align: left;
    }

    .section {
        padding: 3.5rem 0;
    }
}

/* ════════════════════════════════════════
   RESPONSIVE — DESKTOP 1024px+
════════════════════════════════════════ */
@media (min-width: 1024px) {
    .header-inner {
        padding: 0 2.5rem;
    }

    .brand .brand-icon {
        width: 155px;
    }

    .experiences-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .testimonial-card {
        flex: 0 0 calc(33.33% - .75rem);
    }
}

@media (min-width: 1280px) {
    .header-inner {
        padding: 0 3rem;
    }

    .hero-content .container {
        padding-top: 10vh;
    }
}
