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

:root {
    /* Primary & Interactive */
    --primary: #001736;
    --primary-container: #002b5b;
    --on-primary: #ffffff;
    --secondary: #006ef5; /* Refined Technical Blue */
    --secondary-hover: #0059c7;
    
    /* Tertiary / Status (High Precision Growth) */
    --tertiary-fixed: #00c06a; /* High-Precision Emerald Green */
    --tertiary-container: #003d22; /* Deep forest contrast */
    
    /* Surfaces (Architectural Tonalism) */
    --surface: #f9f9fb; /* Base Layer */
    --surface-container-lowest: #ffffff; /* Content Blocks / Cards */
    --surface-container-low: #f3f3f5; /* Navigation / Anchors */
    --surface-container-high: #eef1f5; /* Nested Modules */
    
    /* Text & Lines */
    --on-surface: #1a1c1d; /* Ink density */
    --outline-variant: rgba(26, 28, 29, 0.15); /* Ghost Border */
    
    /* Spacing & Radii */
    --radius-lg: 8px; /* Buttons & Inputs */
    --radius-xl: 12px; /* Primary Cards */
    
    /* Shadows (Presence, not Pop) */
    --shadow-ambient: 0 32px 64px rgba(26, 28, 29, 0.05); /* 5% opacity */
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--on-surface);
    background: var(--surface);
    line-height: 1.55;
    text-rendering: optimizeLegibility;
}

img {
    display: block;
    max-width: 100%;
}

a { text-decoration: none; color: inherit; }

.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.section-spacious { padding: 96px 0; }
.section-tinted { background: var(--surface-low); }

.site-header {
    height: 80px; /* Placeholder for layout spacing if needed */
}

.btn {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 44px; padding: 0 24px; border-radius: var(--radius-lg);
    font-size: .93rem; font-weight: 600;
    transition: all 0.2s cubic-bezier(0.2, 1, 0.3, 1);
}.btn-sm { min-height: 38px; padding: 0 16px; }
.btn-primary {
    color: var(--on-primary);
    background: var(--primary);
    box-shadow: var(--shadow-ambient);
}

.section-dark .btn-primary {
    background: var(--tertiary-fixed); /* Emerald Green for dark backgrounds */
    color: #fff;
}

.section-dark .btn-primary:hover {
    background: var(--tertiary-container);
    transform: translateY(-2px);
}
.btn-secondary { background: var(--surface-container-high); color: var(--primary); }

.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 760px;
    background: var(--surface-container-lowest);
}

.hero-split {
    width: 100%;
}

.hero-copy-panel {
    display: flex;
    align-items: center;
    background: var(--surface-lowest);
}

.hero-copy-inner {
    width: min(100%, 620px);
    margin-left: auto;
    padding: 80px 72px 80px 40px;
}

.hero-visual-panel {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    background: var(--surface-lowest);
}

.hero-visual-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 760px;
}

.eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    text-transform: uppercase; letter-spacing: .25em; font-size: .72rem;
    color: rgba(26,28,29,.62); font-weight: 700; margin-bottom: 18px;
}

.hero h1 {
    font-size: clamp(3.5rem, 5.5vw, 5.2rem);
    line-height: .9;
    letter-spacing: -0.06em;
    font-weight: 800; /* Institutional weight */
    color: var(--on-surface);
    max-width: 10ch;
}
.lead {
    margin-top: 24px;
    max-width: 58ch;
    font-size: 1.15rem; /* Larger, Inter body */
    color: var(--on-surface);
    opacity: 0.8;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.hero-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .92rem;
    color: var(--primary);
    font-weight: 700;
}

.nav-link:hover {
    color: #444444 !important; /* Force dark gray on hover */
}

.nav-link.active {
    color: var(--secondary);
}

.stats-section {
    padding: 80px 0;
    background: #fbfbfb; /* Ein Tick heller als das alte Grau */
}

.stats-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.stat-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 40px;
}

/* Vertical dividers removed according to No-Line Rule */

.stat-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-weight: 800;
    color: var(--on-surface);
    opacity: 0.5;
    margin-bottom: 12px;
}

.stat-value {
    font-size: 2.3rem; 
    font-weight: 800;
    line-height: 1;
    color: var(--primary);
    letter-spacing: -0.05em;
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.stat-unit {
    font-size: 1.1rem; /* Deutlich kleiner */
    font-weight: 500; /* Nicht fett */
    color: var(--tertiary-fixed); /* Same Emerald Green */
    opacity: 1; /* High presence */
}

.accent-green {
    color: var(--tertiary-fixed); 
}

.hero-metric {
    position: absolute; left: 40px; bottom: 40px; background: var(--surface-container-lowest);
    border-radius: var(--radius-xl); padding: 24px 28px; min-width: 180px; 
    box-shadow: var(--shadow-ambient);
    z-index: 10;
}
.hero-metric .metric-label {
    display: block;
    font-size: .66rem;
    text-transform: uppercase;
    letter-spacing: .22em;
    color: rgba(26, 28, 29, 0.5);
    font-weight: 700;
}
.cta-meta {
    display: flex; gap: 48px; margin-top: 48px; /* Increased vertical space for architectural airiness */
    font-size: 0.98rem; opacity: 0.9;
}
.hero-metric strong {
    display: block;
    margin: 8px 0 10px;
    font-size: 2.6rem;
    color: var(--primary);
    letter-spacing: -0.05em;
}
.hero-metric small {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #18a34a;
    font-weight: 800;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.hero-metric small::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: currentColor;
    border-radius: 50%;
}

.section-white {
    background: var(--surface-container-lowest);
}

.section-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
}

.display-sm {
    font-size: 3.2rem;
    font-weight: 800;
    letter-spacing: -0.05em;
    color: var(--on-surface);
    line-height: 1;
    margin-bottom: 24px;
}

.lead-sm {
    font-size: 1.1rem;
    color: var(--on-surface);
    opacity: 0.6;
    max-width: 50ch;
}

.institutional-label {
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--tertiary-fixed); /* MATCHES LOGO GREEN */
    white-space: nowrap;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    width: min(100% - 40px, 1280px);
    margin: 0 auto;
}
.project-card {
    border-radius: 12px;
    background: transparent;
}

.insight-card, .panel {
    border-radius: 12px;
    background: var(--surface-lowest);
}
.project-media {
    position: relative;
    aspect-ratio: 0.8 / 1;
    overflow: hidden;
    border-radius: var(--radius-xl);
    background: var(--surface-container-high);
    transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}

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

.project-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
}

.project-card:hover .project-media img {
    transform: scale(1.05);
}

.project-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, transparent 60%);
    pointer-events: none;
}
.project-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: .05em;
    padding: 6px 14px;
    border-radius: 6px;
    z-index: 5;
}

.tag-white {
    background: #ffffff;
    color: #000;
}

.tag-growth {
    background: var(--tertiary-fixed);
    color: #000;
}

.tag-emerging {
    background: #0047a5; /* Specific blue for Emerging as in image */
    color: #fff;
}

.project-meta {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    z-index: 2;
}

.project-sub {
    display: block;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
    opacity: 0.9;
}

.project-hero-title {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
}
.project-description {
    padding: 16px 4px 0;
}

.project-description p {
    font-size: 0.82rem;
    line-height: 1.5;
    color: rgba(26, 28, 29, 0.6);
    max-width: 28ch;
}

/* --- IMPACT SECTION STYLES --- */
.impact-hero-metrics {
    display: flex;
    gap: 40px;
    margin-top: 48px;
    border-top: 1px solid rgba(26,28,29,0.1);
    padding-top: 32px;
}
.impact-metric {
    display: flex;
    flex-direction: column;
}
.impact-metric-value {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
}
.impact-metric-label {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(26,28,29,0.5);
    margin-top: 6px;
}

/* --- IMPACT SUBNAVIGATION (Jump Links) --- */
.impact-subnav {
    background: var(--surface-container-lowest);
    border-bottom: 1px solid rgba(26,28,29,0.05); /* very subtle border */
    position: sticky;
    top: 80px; /* Sits exactly below header if header is fixed, else just sticks here */
    z-index: 50;
    backdrop-filter: blur(8px); /* Optional modern feel if translucent */
}

.impact-subnav-inner {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 24px 0;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.impact-subnav-inner::-webkit-scrollbar {
    display: none;
}

.impact-subnav-label {
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--on-surface);
    opacity: 0.4;
    white-space: nowrap;
    margin-left: 24px;
}

.impact-subnav-links {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-right: 24px;
}

.impact-subnav-link {
    font-size: 0.85rem;
    font-weight: 700;
    color: rgba(26,28,29,0.5);
    transition: color 0.3s;
    text-decoration: none;
    white-space: nowrap;
}

.impact-subnav-link:hover {
    color: var(--primary);
}

@media (max-width: 1200px) {
    .impact-subnav-inner {
        padding: 16px 24px; /* Matches header-inner padding! */
    }
    .impact-subnav-label {
        display: none; /* Hide label on tight mobile to save space */
    }
    .impact-subnav-links {
        padding-left: 0;
    }
}

/* --- IMPACT FULL WIDTH V2 --- */
.impact-section-full {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.impact-row-full {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 70vh;
}

/* Default (Odd rows): Image Left (order 1), Text Right (order 2) */
.impact-row-full .impact-visual-full {
    order: 1;
}
.impact-row-full .impact-copy-full {
    order: 2;
}
.impact-copy-inner {
    width: min(100% - 80px, 590px);
    margin: 0 auto 0 8%; /* Text is on the Right, push from Left */
}

/* Alternate (Even rows): Text Left (order 1), Image Right (order 2) */
.impact-row-full:nth-child(even) .impact-copy-full {
    order: 1;
    background: var(--surface-low); /* Alternating color for depth */
}
.impact-row-full:nth-child(even) .impact-visual-full {
    order: 2;
}
.impact-row-full:nth-child(even) .impact-copy-inner {
    margin: 0 8% 0 auto; /* Text is on the Left, push from Right */
}

/* --- Base Panel Substyles --- */
.impact-visual-full {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.impact-visual-full img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

.impact-row-full:hover .impact-visual-full img {
    transform: scale(1.05);
}

.impact-copy-full {
    display: flex;
    align-items: center;
    background: var(--surface-container-lowest);
    padding: 80px 0;
    width: 100%;
}

.impact-copy h3 {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin-bottom: 24px;
    color: var(--on-surface);
}

@media (max-width: 1024px) {
    .impact-row-full {
        grid-template-columns: 1fr;
    }
    /* Force Image Top, Text Bottom for ALL rows on mobile by overriding nth-child */
    .impact-row-full .impact-visual-full,
    .impact-row-full:nth-child(even) .impact-visual-full {
        min-height: 400px;
        order: 1; /* Image always top */
    }
    .impact-row-full .impact-copy-full,
    .impact-row-full:nth-child(even) .impact-copy-full {
        order: 2; /* Text always bottom */
        padding: 60px 24px;
    }
    .impact-copy-inner, 
    .impact-row-full:nth-child(even) .impact-copy-inner {
        width: 100%;
        margin: 0; /* Remove side pushing margins */
    }
}

.impact-pill-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.impact-pill {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 12px;
    border-radius: 100px;
    background: rgba(0, 192, 106, 0.1); 
    color: var(--tertiary-fixed);
}

.impact-data-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.impact-data-item {
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(26,28,29,0.7);
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.impact-data-item::before {
    content: "—";
    color: var(--tertiary-fixed);
    font-weight: 700;
}

.impact-data-item strong {
    color: var(--on-surface);
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}

.cta-section {
    background: linear-gradient(to bottom, var(--primary), var(--primary-container));
    color: #fff;
    padding: 160px 0;
    position: relative;
    overflow: hidden;
}

.cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 80px;
}

.cta-content {
    max-width: 680px;
}

.cta-content h2 {
    font-size: clamp(2.5rem, 4vw, 3.8rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.06em;
    margin-bottom: 32px;
}

.cta-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.7;
    max-width: 48ch;
}

.cta-contact-grid {
    display: flex;
    gap: 60px;
}

.cta-label {
    display: block;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 8px;
}

.cta-link, .cta-location {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.03em;
}

.btn-accent-large {
    background: #0077ed;
    color: #fff;
    padding: 20px 40px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 8px;
    transition: background 0.2s;
}

.btn-accent-large:hover {
    background: var(--secondary-hover);
}

.two-column { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.panel { padding: 34px; }
.panel-dark { background: linear-gradient(135deg, var(--primary), var(--primary-container)); color: #fff; }
.panel-dark h2 { font-size: clamp(2rem, 3.2vw, 3.1rem); line-height: 1.02; letter-spacing: -0.05em; margin-bottom: 14px; max-width: 11ch; }
.panel-dark p { color: rgba(255,255,255,.78); max-width: 54ch; }
.contact-meta { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 28px; }
.contact-meta span, .platform-list span { display: block; text-transform: uppercase; letter-spacing: .24em; font-size: .67rem; opacity: .72; }
.contact-meta strong { display: block; margin-top: 6px; font-size: 1rem; }

.panel-light { background: var(--surface-lowest); }
.portrait-image { border-radius: 10px; aspect-ratio: 1 / 1.18; object-fit: cover; width: 100%; }
.platform-list {
    display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 18px;
}
.platform-list strong { display: block; margin-top: 5px; color: var(--primary); }

.investor-band {
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
    background: linear-gradient(135deg, var(--primary), #07285e); color: #fff; border-radius: 12px; padding: 32px 34px;
    box-shadow: var(--shadow);
}
.investor-band h2 { max-width: 14ch; font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -0.05em; line-height: 1.02; }

.insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.insight-card { padding: 24px; }
.insight-card h3 { font-size: 1.2rem; color: var(--primary); margin-bottom: 8px; }
.insight-card p:last-child { color: rgba(26,28,29,.72); }

.site-footer {
    padding: 100px 0 0;
    background: var(--surface-container-low); /* Anchored sidebar/bottom feel */
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    margin-bottom: 120px;
    padding: 0 40px;
}

.footer-tagline {
    font-size: 0.95rem;
    color: rgba(26, 28, 29, 0.6);
    margin-top: 24px;
    line-height: 1.5;
}

.footer-links-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.footer-heading {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(26, 28, 29, 0.8);
    margin-bottom: 24px;
}

.footer-list {
    list-style: none;
    display: grid;
    gap: 14px;
}

.footer-list a {
    font-size: 0.9rem;
    color: rgba(26, 28, 29, 0.6);
    font-weight: 500;
    transition: color 0.2s;
}

.footer-list a:hover {
    color: var(--primary);
}

.footer-bottom {
    border-top: 1px solid rgba(26, 28, 29, 0.08);
    padding: 32px 0 40px;
    background: #f9f9fb;
    width: 100%;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright {
    font-size: 0.8rem;
    color: rgba(26, 28, 29, 0.4);
    font-weight: 500;
}

.footer-meta {
    display: flex;
    align-items: center;
    gap: 40px;
}

.footer-lang, .back-to-top {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(26, 28, 29, 0.5); /* Matching gray from image */
    transition: color 0.2s;
}

.back-to-top:hover {
    color: var(--primary);
}

.lang-icon {
    width: 20px;
    height: 20px;
    opacity: 0.5;
}

.arrow-up {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(-45deg);
    margin-top: 2px;
    opacity: 0.8;
}

@media (max-width: 1024px) {
    .hero-grid, .two-column { grid-template-columns: 1fr; }
    .project-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .insight-grid { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .header-inner { flex-wrap: wrap; justify-content: center; padding: 14px 0; }
    .site-nav { gap: 14px; }
    .section-spacious { padding: 64px 0; }
    .stats-grid, .contact-meta, .platform-list, .footer-inner { grid-template-columns: 1fr; }
    .project-grid { grid-template-columns: 1fr; }
    .hero-image-frame, .hero-image-frame img { min-height: 420px; }
    .section-heading-row, .investor-band, .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
    .container { width: min(100% - 24px, 1180px); }
    .panel, .investor-band { padding: 22px; }
    .hero h1 { max-width: 100%; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .btn { width: 100%; }
}


/* Mobile Footer Optimization */
@media (max-width: 1024px) {
    .footer-inner {
        flex-direction: column;
        gap: 40px;
        text-align: center;
        padding: 48px 24px;
    }

    .footer-copy {
        order: 3;
        width: 100%;
        opacity: 0.6;
    }

    .lang-switcher {
        order: 1;
        justify-content: center;
        width: 100%;
    }

    .footer-top {
        order: 2;
        width: 100%;
        justify-content: center;
    }

    .lang-current {
        font-size: 1.1rem;
        letter-spacing: 0.15em;
    }
}


/* Full Site Mobile Optimization */
@media (max-width: 1200px) {
    html, body {
        max-width: 100%;
        overflow-x: hidden;
        position: relative;
    }

    .container {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box;
    }

    /* Hero */
    .hero-split {
        flex-direction: column;
        text-align: center;
        padding-top: 40px;
        gap: 32px;
        width: 100%;
        overflow: hidden;
    }

    .hero-copy-panel, .hero-visual-panel {
        width: 100% !important;
        flex: none !important;
        padding: 40px 0 !important;
    }

    .hero-content h1 {
        font-size: 2.5rem !important; /* Smaller for safety on mobile */
        line-height: 1.1;
    }

    /* Stats & Metrics Stacking (Final Fix) */
    .stats-inner {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 40px !important;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .stat-item {
        width: 100% !important;
        text-align: center !important;
        border-left: none !important;
        border-bottom: 2px solid rgba(26,28,29,0.05);
        padding-bottom: 24px;
    }

    .stat-item:last-child {
        border-bottom: none !important;
    }

    .stat-value {
        font-size: 2rem !important;
        display: block;
        margin-top: 8px;
    }

    .stat-label {
        font-size: 0.85rem;
        letter-spacing: 0.15em;
        opacity: 0.7;
    }

    /* Projects */
    .project-grid {
        grid-template-columns: 1fr;
    }

    /* CTA Section (Target from Screenshot) */
    .cta-box {
        padding: 60px 24px;
        text-align: center;
    }

    .cta-box h2 {
        font-size: 1.8rem !important; /* Scale down drastically for h2 */
        line-height: 1.2;
    }

    .cta-meta {
        flex-direction: column !important; /* Force stack */
        gap: 24px !important;
        margin-top: 32px !important;
        align-items: center;
        text-align: center;
    }

    .cta-meta > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cta-actions {
        margin-top: 40px;
        width: 100%;
    }

    .cta-actions .btn {
        width: 100%;
        max-width: 320px;
    }
}
