/* =========================================
   1. CORE VARIABLES & RESET (WHITE THEME)
   ========================================= */
   :root {
    /* Base Colors */
    --bg-white: #ffffff;
    --bg-off-white: #f8fafc; /* Slate 50 */
    --bg-subtle: #f1f5f9;    /* Slate 100 */
    
    /* Typography Colors */
    --text-main: #0f172a;    /* Slate 900 */
    --text-body: #334155;    /* Slate 700 */
    --text-muted: #64748b;   /* Slate 500 */
    
    /* Borders */
    --border-light: #e2e8f0;
    --border-medium: #cbd5e1;

    /* Brand Identity - Burnt Orange */
    --accent: #ea580c;       /* Orange 600 - "International Orange" */
    --accent-hover: #c2410c; /* Orange 700 */
    --accent-light: #fff7ed; /* Orange 50 */

    /* Fonts */
    --font-main: 'Inter', sans-serif;
    --font-display: 'Inter', sans-serif; /* Dropped JetBrains Mono for headers to look less 'techy' */
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    background-color: var(--bg-white);
    color: var(--text-body);
    font-family: var(--font-main);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
    color: var(--text-main);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

a { text-decoration: none; transition: 0.2s; }

/* =========================================
   2. NAVIGATION (Sticky & Clean)
   ========================================= */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 40px;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid var(--border-light);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(8px);
}

.logo {
    font-weight: 900;
    font-size: 1.5rem;
    color: var(--text-main);
    letter-spacing: -1px;
}

.nav-links { display: flex; align-items: center; gap: 32px; }

.nav-links a {
    color: var(--text-body);
    font-weight: 600;
    font-size: 0.95rem;
}
.nav-links a:hover { color: var(--accent); }

.btn-login { color: var(--text-main) !important; }

.btn-primary {
    background-color: var(--accent);
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
}
.btn-primary:hover { background-color: var(--accent-hover); transform: translateY(-1px); }

/* =========================================
   3. HERO SECTION (High Impact)
   ========================================= */
.hero {
    padding: 100px 0 80px;
    text-align: center;
    background: radial-gradient(circle at 50% 0%, var(--bg-off-white) 0%, var(--bg-white) 70%);
}

.hero h1 {
    font-size: 4rem;
    margin-bottom: 24px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.sub-headline {
    font-size: 1.25rem;
    color: var(--text-muted);
    max-width: 650px;
    margin: 0 auto 40px;
}

.cta-group { display: flex; gap: 16px; justify-content: center; }

.btn-large-primary {
    background-color: var(--accent);
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.1rem;
}
.btn-large-primary:hover { background-color: var(--accent-hover); color: #fff; }

.btn-large-secondary {
    background-color: #fff;
    color: var(--text-main);
    border: 2px solid var(--border-light);
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.1rem;
}
.btn-large-secondary:hover { border-color: var(--accent); color: var(--accent); }

/* =========================================
   4. SECTIONS & GRIDS (Density)
   ========================================= */
section { padding: 100px 0; }
.bg-alt { background-color: var(--bg-off-white); border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); }

.section-header { text-align: center; margin-bottom: 60px; max-width: 700px; margin-left: auto; margin-right: auto; }
.section-label { 
    color: var(--accent); 
    font-weight: 700; 
    text-transform: uppercase; 
    font-size: 0.85rem; 
    letter-spacing: 1px; 
    margin-bottom: 16px;
    display: block;
}
.section-title { font-size: 2.5rem; margin-bottom: 16px; }

/* Feature Grid (Cards) */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.card {
    background: #fff;
    padding: 40px 32px;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    border-color: var(--accent);
}

.card h3 { font-size: 1.25rem; margin-bottom: 12px; }
.card p { color: var(--text-muted); font-size: 1rem; }
.icon-wrap { 
    width: 48px; height: 48px; 
    background: var(--accent-light); 
    border-radius: 8px; 
    display: flex; align-items: center; justify-content: center;
    color: var(--accent);
    margin-bottom: 24px;
}

/* Split Section (Image/Text) */
.split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

/* --- NEW MODIFIER FOR CENTERED TEXT --- */
.split-section.centered {
    display: block;       /* Overrides the grid */
    text-align: center;   /* Centers text */
    max-width: 800px;     /* Prevents text from getting too wide to read */
    margin: 0 auto 80px;  /* Centers the box itself */
}
/* -------------------------------------- */

.split-content h3 { font-size: 2rem; margin-bottom: 20px; }
.split-content p { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 30px; }

/* =========================================
   5. PRICING & TABLES (UPDATED)
   ========================================= */
   .pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 60px;
    align-items: flex-start; /* Ensures cards don't stretch weirdly */
}

.price-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px -5px rgba(0,0,0,0.1);
}

.price-card.featured {
    border-color: var(--accent);
    background: #fff;
    box-shadow: 0 0 0 1px var(--accent); /* Orange Outline */
    z-index: 1;
}

/* --- New Promo Styles --- */

.popular-tag {
    position: absolute; 
    top: -12px; 
    left: 50%; 
    transform: translateX(-50%); 
    background: var(--accent); 
    color: #fff; 
    padding: 4px 12px; 
    border-radius: 20px; 
    font-size: 0.75rem; 
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.promo-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    min-height: 24px;
}

.discount-badge {
    background-color: #dcfce7; /* Soft Green */
    color: #15803d; /* Dark Green Text */
    font-size: 0.75rem;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 6px;
    text-transform: uppercase;
}

.promo-date {
    font-size: 0.75rem;
    color: var(--accent);
    font-weight: 600;
    text-transform: uppercase;
}

.price-stack {
    margin: 20px 0;
}

.old-price {
    text-decoration: line-through;
    color: var(--text-muted);
    font-size: 1.1rem;
    display: block;
    margin-bottom: -5px; /* Pulls the new price up slightly */
}

.price-large { 
    font-size: 3rem; 
    font-weight: 900; 
    color: var(--text-main); 
    display: inline-block;
}

.price-period { 
    font-size: 1rem; 
    color: var(--text-muted); 
    font-weight: 400; 
}

/* --- List Styles --- */
.feature-check-list { list-style: none; text-align: left; margin: 30px 0; }
.feature-check-list li { margin-bottom: 12px; display: flex; align-items: center; gap: 10px; color: var(--text-body); }
.check-icon { color: var(--accent); font-weight: bold;}

/* =========================================
   REVIEWS SLIDER SECTION
   ========================================= */
   .reviews-section {
    padding: 60px 0 100px;
    background-color: var(--bg-off-white);
    overflow: hidden; /* Hides the scrollbar */
}

.slider-container {
    width: 100%;
    position: relative;
    /* Optional: Fade effect on edges */
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.slider-track {
    display: flex;
    width: calc(300px * 20); /* 300px card width * 20 cards total */
    gap: 24px;
    animation: scrollReviews 40s linear infinite;
    padding: 20px 0; /* Space for hover shadow/pop effect */
}

/* Pause animation on HOVER of the TRACK */
.slider-container:hover .slider-track {
    animation-play-state: paused;
}

.review-card {
    width: 300px; /* Fixed width */
    flex-shrink: 0;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: default;
}

/* THE POP EFFECT */
.review-card:hover {
    border-color: var(--accent); /* Orange Border */
    transform: translateY(-8px) scale(1.02); /* Moves up and slightly grows */
    box-shadow: 0 15px 30px -10px rgba(234, 88, 12, 0.2); /* Orange tinted shadow */
}

.review-card p {
    font-size: 0.95rem;
    color: var(--text-body);
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.5;
}

.reviewer {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--border-light);
    padding-top: 12px;
}

.reviewer .name {
    font-weight: 700;
    color: var(--text-main);
    font-size: 0.9rem;
}

.reviewer .role {
    font-size: 0.8rem;
    color: var(--accent);
    font-weight: 600;
    text-transform: uppercase;
}

/* THE ENDLESS SCROLL ANIMATION */
@keyframes scrollReviews {
    0% {
        transform: translateX(0);
    }
    100% {
        /* Move left by half the total width (the width of the 10 original cards + gaps) */
        transform: translateX(calc(-1 * (300px + 24px) * 10)); 
    }
}


/* =========================================
   6. FAQ (Accordion)
   ========================================= */
.faq-container { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border-light); }
.faq-btn {
    width: 100%;
    text-align: left;
    padding: 24px 0;
    background: none;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-main);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    color: var(--text-muted);
}
.faq-content p { padding-bottom: 24px; }
.faq-item.active .faq-content { max-height: 200px; }
.arrow { transition: 0.3s; }
.faq-item.active .arrow { transform: rotate(180deg); }


/* =========================================
   8. FINAL CTA SECTION (New)
   ========================================= */
.final-cta {
    padding: 140px 0; /* Extra whitespace for that premium feel */
    background-color: var(--bg-off-white);
    border-top: 1px solid var(--border-light);
    text-align: left; /* Ensures it stays left-aligned like the image */
}

.cta-heading {
    font-size: 3.0rem; /* Matches the heavy typography of the screenshot */
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.1;
    margin-bottom: 32px;
    max-width: 600px;
    letter-spacing: -0.03em;
}

.cta-action {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Mobile Tweaks for this section */
@media (max-width: 768px) {
    .final-cta { padding: 80px 0; }
    .cta-heading { font-size: 2.5rem; }
}


/* =========================================
   7. FOOTER & MODALS (FIXED)
   ========================================= */
   footer { 
    background: var(--bg-off-white); 
    border-top: 1px solid var(--border-light); 
    padding: 80px 0 40px; 
}

.footer-grid { 
    display: grid; 
    /* 1fr takes all empty space, pushing the next two 'auto' columns to the right */
    grid-template-columns: 1fr auto auto; 
    gap: 60px; /* Increased gap for better separation */
    margin-bottom: 60px; 
}

/* FIXED: Removed the "." before footer to target the tag, not a class */
footer h4 { 
    margin-bottom: 20px; 
    font-size: 0.9rem; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    color: var(--text-main); 
}

footer a { 
    display: block; 
    margin-bottom: 12px; 
    color: var(--text-muted); 
    transition: color 0.2s; /* Added transition for smooth hover */
}

footer a:hover { 
    color: var(--accent); 
}

/* Responsive: Stack them on mobile */
@media (max-width: 768px) {
    .footer-grid { 
        grid-template-columns: 1fr; 
        gap: 40px;
        text-align: center; /* Optional: centers text on mobile */
    }
}


/* =========================================
   8. POPUP MODAL STYLES (Restored)
   ========================================= */
   .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.6); /* Darkened overlay */
    backdrop-filter: blur(4px);
    z-index: 2000;
    
    /* Hiding it by default */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    
    /* Centering the box */
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-height: 80vh;
    overflow-y: auto;
    text-align: left;
}

.popup-content h2 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: var(--text-main);
}

.popup-content p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-muted);
    transition: color 0.2s;
    line-height: 1;
}

.close-btn:hover {
    color: var(--accent);
}


/* =========================================
   TEAM SECTION
   ========================================= */
   .team-grid {
    display: flex;
    justify-content: center; /* Centers the 2 cards */
    gap: 60px; /* Space between the cards */
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 80px;
}

.team-card {
    width: 350px;
    text-align: center;
}

/* Photo Placeholder */
.headshot-box {
    width: 100%;
    height: 350px; /* Tall portrait style like the Aura photo */
    background-color: var(--bg-subtle); /* Light gray placeholder */
    border-radius: 12px;
    margin-bottom: 24px;
    border: 1px solid var(--border-light);
    /* To add actual images later, add style="background-image: url('...')" inline in HTML */
    background-position: center;
    background-size: cover;
}
.headshot-responsive-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 400px;
    border-radius: 12px;
}

.team-card h3 {
    font-size: 1.5rem;
    margin-bottom: 8px;
    color: var(--text-main);
}

.team-card .role {
    display: block;
    color: var(--accent);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.team-card .bio {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.6;
}


/* =========================================
   NEW PRICING PAGE STYLES
   ========================================= */

/* --- TOGGLE SWITCH --- */
.pricing-toggle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

.toggle-label {
    font-weight: 600;
    color: var(--text-main);
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.discount-pill {
    background: #FFEDD5; /* Light Orange */
    color: var(--accent);
    font-size: 0.75rem;
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

/* The Switch Box */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}
.switch input { opacity: 0; width: 0; height: 0; }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #cbd5e1;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 20px; width: 20px;
    left: 3px; bottom: 3px;
    background-color: white;
    transition: .4s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

input:checked + .slider { background-color: var(--text-main); } /* Black when active */
input:checked + .slider:before { transform: translateX(24px); }
.slider.round { border-radius: 34px; }
.slider.round:before { border-radius: 50%; }

/* --- NEW CARD DECK (Aura Style) --- */

.pricing-deck {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Changed from 4 to 3 */
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 80px;
}

.price-card-v2 {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-card-v2:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.1);
}

.price-card-v2.featured {
    background: #FFF7ED; /* Very light orange tint */
    border-color: var(--accent);
}

.popular-badge {
    position: absolute;
    top: 12px; right: 12px;
    background: var(--accent);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.card-header h3 {
    font-size: 1.25rem;
    margin-bottom: 16px;
    color: var(--text-main);
}

.price-display {
    display: flex;
    align-items: baseline;
    color: var(--text-main);
}

.price-display .currency { font-size: 1.5rem; font-weight: 600; margin-right: 2px; }
.price-display .amount { font-size: 3rem; font-weight: 800; transition: opacity 0.2s; }
.price-display .period { font-size: 1rem; color: var(--text-muted); margin-left: 4px; }

.billed-text {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 24px;
}

.btn-card {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    background: var(--text-main); /* Black button */
    color: #fff;
    transition: 0.2s;
}

.btn-card:hover { background: #334155; }
.btn-card.primary { background: var(--accent); color: #fff; }
.btn-card.primary:hover { background: var(--accent-hover); }

.card-features { margin-top: 32px; border-top: 1px solid rgba(0,0,0,0.05); padding-top: 20px; }
.feat-title { font-size: 0.9rem; font-weight: 700; margin-bottom: 12px; }

.price-card-v2 ul { list-style: none; padding: 0; margin: 0; }
.price-card-v2 li {
    font-size: 0.9rem;
    color: var(--text-body);
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}
.price-card-v2 li::before {
    content: "✓";
    position: absolute; left: 0; color: var(--accent); font-weight: bold;
}

/* --- DEEP DIVE SECTION --- */
.breakdown-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    padding: 60px 0;
    align-items: start;
}

.breakdown-info h3 { font-size: 2rem; margin-bottom: 10px; }
.breakdown-info p { color: var(--text-muted); font-size: 1.1rem; }

.breakdown-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}

.breakdown-item h4 {
    font-size: 1rem;
    color: var(--text-main);
    margin-bottom: 12px;
    border-bottom: 2px solid var(--border-light);
    padding-bottom: 8px;
    display: inline-block;
}

.breakdown-item.highlight h4 { border-color: var(--accent); }

.breakdown-item ul { list-style: none; }
.breakdown-item li {
    font-size: 0.95rem;
    margin-bottom: 8px;
    color: var(--text-body);
}

.divider { border: 0; border-top: 1px solid var(--border-light); margin: 0; }

/* Responsive Pricing */
@media (max-width: 1024px) {
    .pricing-deck { grid-template-columns: 1fr 1fr; }
    .breakdown-row { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .pricing-deck { grid-template-columns: 1fr; }
}




/* =========================================
   9. RESPONSIVE / MOBILE STYLES
   ========================================= */

/* --- TABLET (1024px and down) --- */
@media (max-width: 1024px) {
    .container { padding: 0 32px; }
    
    .hero h1 { font-size: 3.5rem; }
    
    /* Condense Grids from 3 columns to 2 */
    .features-grid, 
    .pricing-deck, 
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Pricing Deep Dive Table squishing fix */
    .breakdown-row {
        grid-template-columns: 1fr; /* Stack title on top of grid */
        gap: 24px;
    }
}

/* --- MOBILE (768px and down) --- */
@media (max-width: 768px) {
    
    /* 1. Mobile Navigation (The Hamburger Menu) */
    .mobile-menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 21px;
        background: transparent;
        border: none;
        cursor: pointer;
        z-index: 1001;
    }
    
    .mobile-menu-toggle .bar {
        width: 100%;
        height: 3px;
        background-color: var(--text-main);
        border-radius: 3px;
        transition: 0.3s;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%; /* Hidden off-screen by default */
        height: 100vh;
        width: 75%;
        background-color: var(--bg-white);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        transition: right 0.3s ease-in-out;
        gap: 24px;
        padding: 40px;
    }

    .nav-links.active {
        right: 0; /* Slide in */
    }

    /* 2. Typography Adjustments */
    .hero h1 { font-size: 2.5rem; }
    .hero .sub-headline { font-size: 1.1rem; }
    .section-title { font-size: 2rem; }

    /* 3. Grid Collapsing (Force everything to 1 column) */
    .features-grid, 
    .pricing-deck, 
    .pricing-grid,
    .footer-grid,
    .breakdown-grid {
        grid-template-columns: 1fr; 
    }

    /* 4. Split Sections (Image on top, Text on bottom usually) */
    .split-section {
        display: flex;
        flex-direction: column;
        gap: 32px;
        text-align: center; /* Center text on mobile for better balance */
    }
    
    /* Handle alternating order in split sections if you want image first */
    .split-section > .split-image { order: -1; width: 100%; height: 250px; background: #f1f5f9; border-radius: 12px; }
    .split-section > .split-content { width: 100%; }

    /* 5. Pricing Page Specifics */
    .pricing-toggle-wrapper { margin-top: 24px; }
    
    .price-card-v2, .price-card {
        padding: 24px; 
    }

    /* 6. Footer Stacking */
    .footer-grid { gap: 40px; text-align: left; }
    
    /* 7. Team Grid */
    .team-grid { gap: 40px; }
    .team-card { width: 100%; max-width: 350px; margin: 0 auto; }
}

/* --- HIDE HAMBURGER ON DESKTOP --- */
@media (min-width: 769px) {
    .mobile-menu-toggle { display: none; }
}