/* =============================================
   SCRAPJI HOME — COMBINED STYLES
   home.css (frontend-assets)
   ============================================= */

/* =============================================
   SECTION 1: DESIGN TOKENS & RESET
   ============================================= */

/* ---------- DARK MODE (Default) ---------- */
:root,
[data-theme="dark"] {
    --neon: #00ff88;
    --emerald: #10b981;
    --emerald-mid: #059669;
    --forest: #0a6b4f;
    --forest-deep: #18302a;
    --bg: #1b2e25;

    --text: #ffffff;
    --text-muted: #d1dfd8;
    --text-bright: #ffffff;

    --glass-bg: rgba(28, 64, 44, 0.62);
    --glass-border: rgba(16, 185, 129, 0.35);

    --overlay-start: rgba(27, 46, 37, 0.82);
    --overlay-mid: rgba(27, 50, 39, 0.70);
    --overlay-end: rgba(20, 64, 44, 0.45);
    --overlay-far: rgba(16, 88, 69, 0.18);
    --vignette-color: rgba(20, 38, 30, 0.22);

    --shadow-heavy: 0 4px 30px rgba(0, 0, 0, 0.6);
    --shadow-light: 0 2px 10px rgba(0, 0, 0, 0.5);

    --btn-text: #000c06;
    --badge-text: #ffffff;

    --chip-bg: rgba(255, 255, 255, 0.04);
    --chip-border: rgba(255, 255, 255, 0.08);

    --toggle-icon: "☀";

    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-pill: 50px;
    --font: 'Outfit', sans-serif;
    --easing: cubic-bezier(0.175, 0.885, 0.32, 1.275);

    /* Typography Tokens */
    --fs-hero: clamp(3rem, 5vw + 1rem, 5rem);
    --fs-h1: clamp(2.5rem, 4vw + 1rem, 4.5rem);
    --fs-h2: clamp(2rem, 3vw + 1rem, 3.5rem);
    --fs-h3: clamp(1.75rem, 2.5vw + 1rem, 2.5rem);
    --fs-h4: clamp(1.5rem, 2vw + 1rem, 2rem);
    --fs-h5: clamp(1.25rem, 1.5vw + 1rem, 1.5rem);
    --fs-body-lg: clamp(1.125rem, 1vw + 1rem, 1.25rem);
    --fs-body: clamp(1rem, 0.5vw + 0.8rem, 1.125rem);
    --fs-small: clamp(0.875rem, 0.5vw + 0.6rem, 1rem);
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'DM Sans', sans-serif;

    /* Layout & Spacing Tokens */
    --section-py: clamp(2rem, 4vw, 4rem);
    --section-px: clamp(1rem, 5vw, 5%);
    --container-max: 1200px;

    /* Section 2 (Sustainability) tokens */
    --neon-green: #00ff88;
    --forest-dark: #064e3b;
    --forest-light: #059669;
    --node-border: rgba(16, 185, 129, 0.4);
    --node-bg: rgba(6, 78, 59, 0.3);
    --icon-bg: linear-gradient(135deg, rgba(16, 185, 129, 0.22), rgba(10, 107, 79, 0.45));
    --icon-border: rgba(0, 255, 136, 0.3);
    --impact-bg: linear-gradient(180deg, rgba(16, 110, 82, 0.35) 0%, rgba(20, 44, 33, 0.55) 100%);
    --sdg-bg: rgba(16, 34, 26, 0.45);
    --text-main: #e2f5ea;
    --text-dim: #9cbcae;
    --text-inverse: #ffffff;

    /* Carbon texture */
    --carbon-c1: #1a2d23;
    --carbon-c2: #16271e;
    --carbon-c3: #1d3328;
    --carbon-c4: #20382b;
}

/* ---------- LIGHT MODE ---------- */
[data-theme="light"] {
    --neon: #059669;
    --emerald: #10b981;
    --emerald-mid: #047857;
    --forest: #dcfce7;
    --forest-deep: #f0fdf4;
    --bg: #f0fdf4;

    --text: #064e3b;
    --text-muted: #4b8a6e;
    --text-bright: #022c22;

    --glass-bg: rgba(255, 255, 255, 0.82);
    --glass-border: rgba(16, 185, 129, 0.3);

    --overlay-start: rgba(240, 253, 244, 0.95);
    --overlay-mid: rgba(240, 253, 244, 0.90);
    --overlay-end: rgba(220, 252, 231, 0.85);
    --overlay-far: rgba(209, 250, 229, 0.75);
    --vignette-color: rgba(255, 255, 255, 0.1);

    --shadow-heavy: 0 8px 30px rgba(6, 78, 59, 0.14);
    --shadow-light: 0 2px 12px rgba(6, 78, 59, 0.08);

    --btn-text: #ffffff;
    --badge-text: #020c07;

    --chip-bg: rgba(6, 78, 59, 0.06);
    --chip-border: rgba(16, 185, 129, 0.2);

    /* Section 2 light tokens */
    --neon-green: #059669;
    --forest-dark: #d1fae5;
    --forest-light: #a7f3d0;
    --node-border: rgba(16, 185, 129, 0.3);
    --node-bg: rgba(255, 255, 255, 0.85);
    --icon-bg: rgba(16, 185, 129, 0.1);
    --icon-border: rgba(16, 185, 129, 0.3);
    --impact-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(240, 253, 244, 0.9) 100%);
    --sdg-bg: rgba(255, 255, 255, 0.8);
    --text-main: #064e3b;
    --text-dim: #047857;

    /* Carbon texture */
    --carbon-c1: rgba(16, 185, 129, 0.05);
    --carbon-c2: rgba(16, 185, 129, 0.03);
    --carbon-c3: rgba(16, 185, 129, 0.07);
    --carbon-c4: rgba(16, 185, 129, 0.02);
}

/* ---------- Typography Base ---------- */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0.5em;
}
h1 { font-size: var(--fs-h1); letter-spacing: -1.5px; }
h2 { font-size: var(--fs-h2); letter-spacing: -1px; }
h3 { font-size: var(--fs-h3); letter-spacing: -0.5px; }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }
p {
    font-family: var(--font-body);
    font-size: var(--fs-body);
    line-height: 1.6;
    margin-bottom: 1em;
}
.subheading, .lead-text {
    font-size: var(--fs-body-lg);
    color: var(--text-muted);
}
.text-muted {
    color: var(--text-muted);
}
.small-text {
    font-size: var(--fs-small);
}

/* ---------- Layout Utils ---------- */
.section-spacing {
    padding: var(--section-py) var(--section-px) !important;
}
.container {
    max-width: var(--container-max);
    margin: 0 auto;
    width: 100%;
}

/* ---------- Reset ---------- */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: var(--font);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}


/* =============================================
   SECTION 1: NAVIGATION (from index7.html)
   ============================================= */
.site-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 5%;
    background: rgba(1, 14, 7, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(16, 185, 129, 0.12);
    transition: background 0.4s ease, backdrop-filter 0.4s ease, border-color 0.4s ease;
}

.site-nav.scrolled {
    background: rgba(1, 14, 7, 0.78);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--glass-border);
}

[data-theme="light"] .site-nav {
    background: #ffffff;
    border-bottom: 1px solid rgba(16, 185, 129, 0.18);
}

[data-theme="light"] .site-nav.scrolled {
    background: #ffffff;
}

.nav-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.brand-logo {
    height: 48px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
    transition: transform 0.4s var(--easing), filter 0.4s ease;
}

.nav-logo:hover .brand-logo {
    transform: scale(1.08);
    filter: drop-shadow(0 4px 12px rgba(0, 255, 136, 0.25));
}

.brand-logo--light {
    display: none;
}

[data-theme="light"] .brand-logo--dark {
    display: none;
}

[data-theme="light"] .brand-logo--light {
    display: block;
}

/* Inline logo theme toggling */
.inline-dark-logo { display: inline-block; }
.inline-light-logo { display: none; }
[data-theme="light"] .inline-dark-logo { display: none; }
[data-theme="light"] .inline-light-logo { display: inline-block; }

.nav-items {
    display: flex;
    list-style: none;
    gap: 2.5rem;
}

.nav-items a {
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
}

.nav-items a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--neon);
    transition: width 0.3s ease;
    box-shadow: 0 0 10px var(--neon);
}

.nav-items a:hover {
    color: var(--text-bright);
    transform: translateY(-1px);
}

.nav-items a:hover::after,
.nav-items a.active::after {
    width: 100%;
}

.nav-items a.active {
    color: var(--neon);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-link-secondary {
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

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

.nav-btn-primary {
    background: var(--neon);
    color: var(--btn-text);
    padding: 0.75rem 2rem;
    border-radius: var(--radius-pill);
    text-decoration: none;
    font-weight: 800;
    font-size: 1.1rem;
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.25);
    transition: transform 0.3s, box-shadow 0.3s;
}

.nav-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.5);
}


/* =============================================
   SECTION 1: HERO (from index7.html)
   ============================================= */
.hero {
    position: relative;
    width: 100vw;
    height: 100svh;
    min-height: 700px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Video Layer */
.video-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Overlay Stack */
.overlay-gradient {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(105deg,
            var(--overlay-start) 0%,
            var(--overlay-mid) 38%,
            var(--overlay-end) 65%,
            var(--overlay-far) 100%);
    transition: background 0.5s ease;
}

.overlay-carbon {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background-image:
        repeating-linear-gradient(45deg,
            rgba(16, 185, 129, 0.025) 0px,
            rgba(16, 185, 129, 0.025) 1px,
            transparent 1px,
            transparent 8px),
        repeating-linear-gradient(-45deg,
            rgba(16, 185, 129, 0.015) 0px,
            rgba(16, 185, 129, 0.015) 1px,
            transparent 1px,
            transparent 8px);
}

.overlay-vignette {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background: radial-gradient(ellipse at 30% 50%, transparent 30%, var(--vignette-color) 100%);
    transition: background 0.5s ease;
}

/* Inner Layout */
.hero-inner {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    align-items: center;
    gap: 5rem;
    padding-top: 80px;
}

/* LEFT COLUMN */
.hero-left {
    flex: 1;
    max-width: 640px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Trust pill */
.trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.25);
    padding: 0.5rem 1.2rem;
    border-radius: var(--radius-pill);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
    width: fit-content;
}

.live-dot {
    display: block;
    width: 8px;
    height: 8px;
    background: var(--neon);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--neon);
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.9);
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.6);
    }

    70% {
        transform: scale(1.1);
        opacity: 0.9;
        box-shadow: 0 0 0 8px rgba(0, 255, 136, 0);
    }

    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}

/* Main headline */
.hero-headline {
    font-size: var(--fs-hero);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -2px;
    text-shadow: var(--shadow-heavy);
    margin-bottom: 1.5rem;
    color: var(--text-bright);
}

.reveal-line {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    animation: revealUp 1s cubic-bezier(0.8, 0, 0.2, 1) both;
}

.delay-1 {
    animation-delay: 0.15s;
}

@keyframes revealUp {
    0% {
        transform: translateY(105%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.hl-glow {
    background: linear-gradient(100deg, var(--text-bright) 10%, var(--neon) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 16px rgba(0, 255, 136, 0.35));
}

/* Subtext */
.hero-subtext {
    font-size: var(--fs-body-lg);
    color: var(--text);
    line-height: 1.72;
    opacity: 0.9;
    max-width: 560px;
    margin-bottom: 2.8rem;
    text-shadow: var(--shadow-light);
}

/* CTAs */
.hero-ctas {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.btn-primary-glow {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    background: var(--neon);
    color: var(--btn-text);
    padding: 1.15rem 3rem;
    border-radius: var(--radius-pill);
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.3px;
    box-shadow: 0 0 40px rgba(0, 255, 136, 0.35);
    transition: transform 0.3s var(--easing), box-shadow 0.3s ease;
}

.btn-primary-glow:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 60px rgba(0, 255, 136, 0.55);
}

.btn-primary-glow i {
    font-size: 1.3rem;
    transition: transform 0.3s;
}

.btn-primary-glow:hover i {
    transform: translateX(4px);
}

.btn-ghost-link {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.3px;
    transition: color 0.3s;
}

.btn-ghost-link i {
    font-size: 1.5rem;
    color: var(--emerald);
    transition: transform 0.3s;
}

.btn-ghost-link:hover {
    color: var(--text-bright);
}

.btn-ghost-link:hover i {
    transform: scale(1.1);
    color: var(--neon);
}

/* Trust chips */
.trust-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--chip-bg);
    border: 1px solid var(--chip-border);
    color: var(--text-muted);
    padding: 0.45rem 1rem;
    border-radius: var(--radius-sm);
    font-size: 0.82rem;
    font-weight: 700;
    transition: background 0.4s, border-color 0.4s;
}

.trust-chip i {
    color: var(--emerald);
    font-size: 1rem;
}

/* Theme Toggle Button */
.theme-toggle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    color: var(--neon);
    font-size: 1.2rem;
    cursor: pointer;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.3s var(--easing), box-shadow 0.3s, background 0.4s, border-color 0.4s;
    flex-shrink: 0;
}

.theme-toggle:hover {
    transform: scale(1.15) rotate(20deg);
    box-shadow: 0 0 15px rgba(16, 185, 129, 0.4);
}

/* RIGHT COLUMN */
.hero-right {
    flex: 0 0 440px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Journey flow strip */
.journey-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    padding: 1.2rem 1.5rem;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.journey-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    animation: riseIn 0.5s var(--easing) both;
    animation-delay: var(--d, 0s);
}

@keyframes riseIn {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: var(--neon);
}

.step-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
}

.journey-step:hover .step-icon img {
    transform: scale(1.1) translateY(-2px);
}

.journey-step span {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--text-muted);
}

.flow-arrow {
    color: rgba(16, 185, 129, 0.4);
    font-size: 1rem;
    flex-shrink: 0;
}

/* Impact Glass Card */
.impact-glass-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    padding: 1.8rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(16, 185, 129, 0.05);
    animation: riseIn 0.6s var(--easing) 0.4s both;
}

.impact-card-header {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.5rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
}

.impact-card-header i {
    color: var(--emerald);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.live-indicator {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--neon);
}

.live-dot-small {
    display: block;
    width: 6px;
    height: 6px;
    background: var(--neon);
    border-radius: 50%;
    animation: pulse-dot 1.5s infinite;
}

/* Impact stats */
.impact-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    margin-bottom: 1.5rem;
}

.impact-number {
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
    color: var(--text-bright);
    display: flex;
    align-items: baseline;
    gap: 0.15rem;
    margin-bottom: 0.4rem;
}

.impact-number small {
    font-size: 1rem;
    color: var(--emerald);
    font-weight: 700;
}

.impact-label {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.impact-label .matrix-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2));
}

/* AI Model Mention */
.ai-mention {
    font-size: 0.68rem;
    color: var(--text-muted);
    opacity: 0.75;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1rem;
    letter-spacing: 0.2px;
}

.ai-mention i {
    font-size: 0.9rem;
    color: var(--neon);
    filter: drop-shadow(0 0 5px rgba(0, 255, 136, 0.4));
}

/* SDG Strip */
.sdg-strip {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1.3rem;
    border-top: 1px solid rgba(16, 185, 129, 0.12);
}

.sdg-header-text {
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--emerald);
    opacity: 0.8;
}

.sdg-strip-content {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
    width: 100%;
}

.sdg-main-logo {
    height: 38px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: opacity 0.3s;
}

.sdg-badges-images {
    display: flex;
    gap: 0.6rem;
    margin-left: auto;
}

.sdg-icon {
    width: 38px;
    height: 38px;
    border-radius: 4px;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.3s var(--easing), filter 0.3s ease;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

.sdg-icon:hover {
    transform: scale(1.15) translateY(-3px);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4));
}

/* Scroll Hint */
.scroll-hint {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    animation: float-hint 3s ease-in-out infinite;
}

.scroll-hint i {
    font-size: 1.2rem;
    color: var(--emerald);
}

@keyframes float-hint {

    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(8px);
    }
}


/* =============================================
   PRESS / AS FEATURED IN STRIP
   ============================================= */

.press-section {
    position: relative;
    padding: var(--section-py) var(--section-px);
    background: var(--bg);
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid var(--glass-border);
}

/* Top accent line */
.press-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--neon), transparent);
    border-radius: 2px;
}

/* Eyebrow label */
.press-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--emerald);
    margin-bottom: 1.2rem;
}

.press-eyebrow-dot {
    display: block;
    width: 24px;
    height: 1px;
    background: var(--neon);
    opacity: 0.6;
}

.press-subline {
    font-size: var(--fs-h3);
    color: var(--text-bright);
    margin-bottom: 3.5rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1.2;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Ticker outer wrapper — clips the scrolling content */
.press-ticker-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: default;
}

/* Scrolling row */
.press-ticker {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: pressTick 24s linear infinite;
    padding: 12px 10px;
}

.press-ticker.is-paused {
    animation-play-state: paused;
}

@keyframes pressTick {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Individual logo item — no box, just the logo */
.press-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0 10px;
    margin: 0 38px;
    text-decoration: none;
    position: relative;
    transition: transform 0.35s ease;
}

.press-logo-card:hover {
    transform: translateY(-5px);
}

/* Logo image container */
.press-logo-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.press-logo-img {
    width: auto;
    height: 80px;
    max-width: 240px;
    object-fit: contain;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.85;
}

.press-logo-card:hover .press-logo-img {
    transform: scale(1.1);
    opacity: 1;
}

/* Light mode — same behaviour */
[data-theme="light"] .press-logo-img {
    opacity: 0.8;
}

[data-theme="light"] .press-logo-card:hover .press-logo-img {
    opacity: 1;
}

/* DNA avif */
.press-logo-img--dna {
    border-radius: 4px;
}

/* Text logo for Inshorts — kept for fallback but hidden if img loads */
.press-text-logo {
    font-size: 2.8rem;
    font-weight: 900;
    letter-spacing: -1.5px;
    color: var(--text-muted);
    transition: color 0.4s ease, transform 0.4s ease;
    display: inline-block;
}

.press-logo-card:hover .press-text-logo {
    color: var(--neon);
    transform: scale(1.08);
}

/* Hide CTA — open design has no overlay CTA */
.press-card-cta {
    display: none;
}

/* Fade masks on left & right edges */
.press-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    pointer-events: none;
    z-index: 2;
}

.press-fade--left {
    left: 0;
    background: linear-gradient(to right, var(--bg) 0%, transparent 100%);
}

.press-fade--right {
    right: 0;
    background: linear-gradient(to left, var(--bg) 0%, transparent 100%);
}
}


/* =============================================
   SECTION 5: SERVICES — UNIFORM GRID
   ============================================= */

.svc4-section {
    padding: var(--section-py) var(--section-px);
    background: var(--bg);
    position: relative;
    overflow: hidden;
}

.svc4-container {
    max-width: 1300px;
    margin: 0 auto;
}

/* Header */
.svc4-header {
    text-align: center;
    margin-bottom: 70px;
}

.svc4-eyebrow {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--neon);
    margin-bottom: 1rem;
}

.svc4-title {
    font-size: var(--fs-h2);
    font-weight: 900;
    color: var(--text-bright);
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin-bottom: 1.2rem;
}

.svc4-title span {
    background: linear-gradient(120deg, var(--neon) 0%, #10b981 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}

.svc4-subtitle {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Grid */
.svc4-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Card */
.svc4-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 28px 24px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.svc4-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 255, 136, 0.4);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 255, 136, 0.05);
}

/* Icon Box */
.svc4-icon-box {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 14px;
    background: rgba(0, 255, 136, 0.08);
    border: 1px solid rgba(0, 255, 136, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.3s ease;
}

.svc4-card:hover .svc4-icon-box {
    background: rgba(0, 255, 136, 0.15);
    transform: scale(1.05);
}

.svc4-icon-box img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.svc4-icon-box i {
    font-size: 1.8rem;
    color: var(--neon);
}

/* Content */
.svc4-content {
    flex: 1;
    min-width: 0;
}

.svc4-content h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-bright);
    margin-bottom: 8px;
    letter-spacing: -0.3px;
    transition: color 0.3s ease;
}

.svc4-card:hover .svc4-content h3 {
    color: var(--neon);
}

.svc4-content p {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

/* Light Theme */
[data-theme="light"] .svc4-card {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .svc4-card:hover {
    border-color: var(--emerald);
    box-shadow: 0 10px 30px rgba(5, 150, 105, 0.1);
}

/* Responsive */
@media (max-width: 1024px) {
    .svc4-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

    .svc4-card {
        padding: 24px 20px;
    }
}

/* =============================================
   SECTION 2: SUSTAINABILITY IMPACT (from index3.html)
   ============================================= */

/* Background textures */
.sustainability-section {
    position: relative;
    min-height: 100vh;
    padding: var(--section-py) var(--section-px);
    overflow: hidden;
}

.sustainability-section .carbon-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background:
        linear-gradient(27deg, var(--carbon-c1) 5px, transparent 5px) 0 5px,
        linear-gradient(207deg, var(--carbon-c1) 5px, transparent 5px) 10px 0px,
        linear-gradient(27deg, var(--carbon-c2) 5px, transparent 5px) 0px 10px,
        linear-gradient(207deg, var(--carbon-c2) 5px, transparent 5px) 10px 5px,
        linear-gradient(90deg, var(--carbon-c3) 10px, transparent 10px),
        linear-gradient(var(--carbon-c4) 25%, transparent 25%, transparent 50%, transparent 50%, transparent 75%, var(--carbon-c1) 75%, var(--carbon-c1) 100%);
    background-size: 20px 20px;
    opacity: 0.6;
    transition: all 0.4s ease;
}

.sustainability-section .geo-gradient-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.ambient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.4;
    animation: orbMove 25s infinite alternate ease-in-out;
}

.orb-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, var(--emerald), transparent 70%);
    top: -10%;
    left: -5%;
}

.orb-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--neon-green), transparent 70%);
    bottom: -10%;
    right: -5%;
    animation-delay: -5s;
}

.orb-3 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #34d399, transparent 70%);
    top: 40%;
    left: 40%;
    animation-delay: -12s;
}

@keyframes orbMove {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(100px, 50px) scale(1.2);
    }
}

/* Section Header */
.section-header {
    position: relative;
    z-index: 10;
    padding: 1.5rem 1rem 0;
}

.section-header .header-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4rem;
}

.section-header h2 {
    font-size: 2.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(to right, var(--text-main), var(--neon-green));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0;
    margin-bottom: 0.25rem;
}

[data-theme="dark"] .section-header h2 {
    text-shadow: 0 0 30px rgba(0, 255, 136, 0.2);
    background: linear-gradient(to right, #ffffff, var(--neon-green));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-header p {
    font-size: 1.1rem;
    color: var(--text-dim);
    font-weight: 500;
    margin: 0;
}

/* Layout: 3-Column Flow */
.flow-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1400px;
    margin: 1rem auto 2rem;
    padding: 1rem 4rem;
    min-height: 70vh;
    position: relative;
    z-index: 10;
}

#flow-connections {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.flow-path {
    stroke-dasharray: 8 6;
    animation: dashFlow 15s linear infinite;
}

.draw-path {
    stroke-dashoffset: 2000;
    stroke-dasharray: 2000;
    animation: drawPath 2s ease-out forwards;
}

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dashFlow {
    from {
        stroke-dashoffset: 200;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.flow-col {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    width: 28%;
    position: relative;
    z-index: 5;
}

.col-impacts {
    justify-content: center;
    width: 25%;
}

.col-title {
    font-size: 0.9rem;
    color: var(--neon-green);
    letter-spacing: 3px;
    text-align: center;
    padding-bottom: 0.6rem;
    margin-top: 0;
    margin-bottom: 0.8rem;
    border-bottom: 1px solid rgba(16, 185, 129, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}

.col-title i {
    font-size: 1.2rem;
    opacity: 0.8;
}

.sdg-title-logo {
    height: 18px;
    width: auto;
    object-fit: contain;
    opacity: 0.8;
    margin-left: 5px;
}

[data-theme="light"] .sdg-title-logo {
    filter: none;
}

/* Shared Node Styles */
.node {
    background: var(--node-bg);
    border: 1px solid var(--node-border);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: 16px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.node:hover {
    transform: translateY(-5px) scale(1.05);
    border-color: var(--neon-green);
    box-shadow: 0 12px 40px rgba(16, 185, 129, 0.2), 0 0 0 1px rgba(16, 185, 129, 0.1);
}

.node::before,
.node::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    background: var(--neon-green);
    border-radius: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.node::before {
    left: -3px;
}

.node::after {
    right: -3px;
}

/* 1. Metric Nodes */
.metric-node {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-left: 4px solid var(--neon-green);
}

.icon-box {
    width: 55px;
    height: 55px;
    background: var(--icon-bg);
    border: 1px solid var(--icon-border);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}

.node-icon {
    width: 38px;
    height: 38px;
    object-fit: contain;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.4s ease;
}

.metric-node:hover .icon-box {
    transform: scale(1.12);
    box-shadow: 0 0 18px rgba(16, 185, 129, 0.3);
}

.metric-node:hover .node-icon {
    transform: scale(1.15) rotate(-8deg);
    filter: drop-shadow(0 3px 6px rgba(16, 185, 129, 0.35));
}

.metric-data {
    display: flex;
    flex-direction: column;
}

.metric-data .value {
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
    color: var(--text-main);
}

[data-theme="dark"] .metric-data .value {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.metric-data small {
    font-size: 1rem;
    color: var(--emerald);
}

.metric-data .label {
    font-size: 0.85rem;
    color: var(--text-dim);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 0.2rem;
}

/* 2. Impact Nodes */
.impact-node {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.8rem;
    background: var(--impact-bg);
    border-radius: 50px;
    border: 1px solid rgba(16, 185, 129, 0.4);
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.1);
}

.impact-icon-flow {
    width: 52px;
    height: 52px;
    object-fit: contain;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.4s ease;
}

.impact-node:hover .impact-icon-flow {
    transform: scale(1.2) translateY(-4px);
    filter: drop-shadow(0 6px 12px rgba(16, 185, 129, 0.4));
}

[data-theme="dark"] .impact-icon-flow {
    filter: drop-shadow(0 0 8px var(--neon-green));
}

[data-theme="dark"] .impact-node:hover .impact-icon-flow {
    filter: drop-shadow(0 0 16px var(--neon-green));
}

.impact-node span {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    color: var(--text-main);
}

[data-theme="dark"] .impact-node span {
    color: var(--text-inverse);
}

/* 3. SDG Nodes */
.sdg-node {
    display: flex;
    align-items: center;
    padding: 1.2rem;
    gap: 1rem;
    background: var(--sdg-bg);
}

.primary {
    border-right: 4px solid var(--neon-green);
}

.secondary {
    border-right: 2px dashed var(--emerald);
    opacity: 0.9;
}

.sdg-badge {
    background: linear-gradient(135deg, var(--forest-light), var(--forest-dark));
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(16, 185, 129, 0.2);
    flex-shrink: 0;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}

.sdg-badge-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sdg-node:hover .sdg-badge {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.35);
}

.sdg-node:hover .sdg-badge-icon {
    transform: scale(1.15) rotate(5deg);
}

[data-theme="dark"] .sdg-badge {
    color: #fff;
}

[data-theme="dark"] .primary .sdg-badge {
    box-shadow: 0 0 15px rgba(16, 185, 129, 0.4);
}

.secondary .sdg-badge {
    background: transparent;
    border: 2px solid var(--forest-dark);
}

[data-theme="dark"] .secondary .sdg-badge-icon {
    filter: brightness(1.2);
}

.sdg-body h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-main);
    margin-top: 0;
    margin-bottom: 0.2rem;
}

[data-theme="dark"] .sdg-body h3 {
    color: #fff;
}

.sdg-body p {
    font-size: 0.8rem;
    color: var(--emerald);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 600;
}

/* SVG Lines Animation */
path.flow-line {
    fill: none;
    stroke-linecap: round;
}

.line-primary {
    stroke: var(--neon-green);
    stroke-width: 2.5;
    filter: drop-shadow(0 0 2px var(--neon-green));
    stroke-dasharray: 8 6;
    animation: flowLinesPrimary 20s linear infinite;
}

.line-secondary {
    stroke: var(--emerald);
    stroke-width: 1.5;
    opacity: 0.7;
    stroke-dasharray: 4 4;
    animation: flowLinesSecondary 25s linear infinite reverse;
}

[data-theme="dark"] .line-primary {
    filter: drop-shadow(0 0 4px var(--neon-green));
}

@keyframes flowLinesPrimary {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes flowLinesSecondary {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}


/* Flow Arrow Divider (hidden on desktop, visible on tablet/mobile) */
.flow-arrow-divider {
    display: none;
}

/* =============================================
   SUSTAINABILITY IMPACT — TABLET
   ============================================= */
@media (max-width: 1100px) {
    .sustainability-section {
        min-height: auto;
        padding: var(--section-py) var(--section-px);
    }

    .section-header {
        padding: 0.5rem 0.5rem 0;
    }

    .section-header .header-content {
        padding: 0 1.5rem;
        flex-direction: column;
        text-align: center;
    }

    .section-header h2 {
        font-size: 1.8rem;
        margin-bottom: 0.15rem;
    }

    .section-header p {
        font-size: 0.88rem;
    }

    .flow-container {
        flex-direction: column;
        gap: 0;
        padding: 0.8rem 1.2rem;
        min-height: auto;
        margin: 0.5rem auto 0.5rem;
    }

    #flow-connections {
        display: block;
        pointer-events: none;
    }

    .flow-col {
        width: 100%;
        gap: 0.4rem;
    }

    .col-impacts {
        width: 100%;
    }

    .col-title {
        position: relative;
        z-index: 6;
        width: fit-content;
        margin: 0 auto 0.1rem;
        padding: 0.1rem 0.7rem 0.15rem;
        background: var(--bg);
        border-radius: 6px;
    }

    /* Show flow arrow dividers */
    .flow-arrow-divider {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 0.15rem 0;
        color: var(--neon-green);
    }

    .flow-arrow-line {
        width: 2px;
        height: 5px;
        background: linear-gradient(to bottom, var(--neon-green), rgba(16, 185, 129, 0.3));
    }

    .flow-arrow-divider i {
        font-size: 0.65rem;
        filter: drop-shadow(0 0 4px var(--neon-green));
        animation: arrowPulse 2s ease-in-out infinite;
    }

    @keyframes arrowPulse {

        0%,
        100% {
            opacity: 0.6;
            transform: translateY(0);
        }

        50% {
            opacity: 1;
            transform: translateY(2px);
        }
    }

    /* Metrics: 2×2 grid */
    .col-metrics {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }

    .col-metrics .col-title {
        grid-column: 1 / -1;
    }

    .metric-node {
        padding: 0.7rem;
        gap: 0.6rem;
        border-left-width: 3px;
    }

    .icon-box {
        width: 38px;
        height: 38px;
    }

    .node-icon {
        width: 26px;
        height: 26px;
    }

    .metric-data .value {
        font-size: 1.4rem;
    }

    .metric-data .label {
        font-size: 0.68rem;
        letter-spacing: 0.5px;
    }

    /* Impacts: horizontal row */
    .col-impacts {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }

    .col-impacts .col-title {
        grid-column: 1 / -1;
    }

    .impact-node {
        padding: 0.6rem 0.4rem;
        border-radius: 16px;
        gap: 0.3rem;
    }

    .impact-icon-flow {
        width: 30px;
        height: 30px;
    }

    .impact-node span {
        font-size: 0.72rem;
    }

    /* SDGs: 2×2 grid */
    .col-sdgs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }

    .col-sdgs .col-title {
        grid-column: 1 / -1;
        font-size: 0.75rem;
        flex-wrap: wrap;
    }

    .sdg-node {
        padding: 0.6rem;
        gap: 0.5rem;
    }

    .sdg-badge {
        width: 40px;
        height: 40px;
    }

    .sdg-badge-icon {
        width: 32px;
        height: 32px;
    }

    .sdg-body h3 {
        font-size: 0.85rem;
    }

    .sdg-body p {
        font-size: 0.65rem;
    }

    /* Reposition connector dots for vertical flow */
    .node::before,
    .node::after {
        left: 50%;
        top: auto;
        right: auto;
        transform: translateX(-50%);
        width: 5px;
        height: 5px;
    }

    .node::before {
        top: -3px;
    }

    .node::after {
        bottom: -3px;
        top: auto;
    }

    /* Thinner flow lines on tablet */
    .line-primary {
        stroke-width: 1.8;
    }

    .line-secondary {
        stroke-width: 1;
    }

    /* Override inline margin on AI footnote */
    .sustainability-ai-note {
        margin-top: 0.8rem !important;
        padding-bottom: 0.8rem !important;
    }

    /* Reduce orb sizes */
    .orb-1 {
        width: 300px;
        height: 300px;
    }

    .orb-2 {
        width: 250px;
        height: 250px;
    }

    .orb-3 {
        width: 180px;
        height: 180px;
    }
}

/* =============================================
   SUSTAINABILITY IMPACT — MOBILE
   ============================================= */
@media (max-width: 640px) {
    .sustainability-section {
        padding: var(--section-py) var(--section-px);
    }

    .section-header {
        padding: 0.3rem 0.3rem 0;
    }

    .section-header .header-content {
        padding: 0 0.6rem;
    }

    .section-header h2 {
        font-size: 1.35rem;
        letter-spacing: 1px;
        margin-bottom: 0.1rem;
    }

    .section-header p {
        font-size: 0.78rem;
        line-height: 1.4;
    }

    .flow-container {
        padding: 0.3rem 0.6rem;
        margin: 0.2rem auto 0.2rem;
    }

    .flow-col {
        gap: 0.3rem;
    }

    .col-title {
        font-size: 0.65rem;
        letter-spacing: 1.5px;
        gap: 0.3rem;
        padding-bottom: 0.1rem;
        margin-bottom: 0.05rem;
        margin-top: 0;
    }

    .col-title i {
        font-size: 0.85rem;
    }

    /* Flow arrow smaller */
    .flow-arrow-divider {
        padding: 0.1rem 0;
    }

    .flow-arrow-line {
        height: 4px;
    }

    .flow-arrow-divider i {
        font-size: 0.55rem;
    }

    /* Metrics: compact 2×2 */
    .col-metrics {
        gap: 0.4rem;
    }

    .metric-node {
        padding: 0.5rem;
        gap: 0.4rem;
        border-radius: 10px;
    }

    .icon-box {
        width: 32px;
        height: 32px;
        border-radius: 7px;
    }

    .node-icon {
        width: 22px;
        height: 22px;
    }

    .metric-data .value {
        font-size: 1.15rem;
    }

    .metric-data small {
        font-size: 0.65rem;
    }

    .metric-data .label {
        font-size: 0.58rem;
        margin-top: 0;
    }

    /* Impacts: compact horizontal */
    .col-impacts {
        gap: 0.4rem;
    }

    .impact-node {
        padding: 0.45rem 0.2rem;
        border-radius: 12px;
        gap: 0.2rem;
    }

    .impact-icon-flow {
        width: 24px;
        height: 24px;
    }

    .impact-node span {
        font-size: 0.62rem;
        line-height: 1.2;
    }

    /* SDGs: compact 2×2 */
    .col-sdgs {
        gap: 0.4rem;
    }

    .col-sdgs .col-title {
        font-size: 0.6rem;
        letter-spacing: 1px;
    }

    .sdg-title-logo {
        height: 12px;
    }

    .sdg-node {
        padding: 0.45rem;
        gap: 0.4rem;
        border-radius: 10px;
    }

    .sdg-badge {
        width: 32px;
        height: 32px;
        border-radius: 6px;
    }

    .sdg-badge-icon {
        width: 24px;
        height: 24px;
    }

    .sdg-body h3 {
        font-size: 0.7rem;
    }

    .sdg-body p {
        font-size: 0.55rem;
        letter-spacing: 0.5px;
    }

    .primary {
        border-right-width: 3px;
    }

    /* AI footnote */
    .sustainability-section .ai-mention {
        margin-top: 0.5rem !important;
        font-size: 0.65rem;
        padding: 0 0.6rem 0.5rem;
    }

    /* Thinner flow lines on mobile */
    .line-primary {
        stroke-width: 1.5;
    }

    .line-secondary {
        stroke-width: 0.8;
    }

    /* Disable hover effects on touch devices */
    .node:hover {
        transform: none;
    }

    .metric-node:hover .icon-box {
        transform: none;
        box-shadow: none;
    }

    .metric-node:hover .node-icon {
        transform: none;
        filter: none;
    }

    .impact-node:hover .impact-icon-flow {
        transform: none;
        filter: none;
    }

    .sdg-node:hover .sdg-badge {
        transform: none;
        box-shadow: none;
    }

    .sdg-node:hover .sdg-badge-icon {
        transform: none;
    }
}

/* =============================================
   SECTION 3: SCRAP TO CASH THREE.JS (from scrap-to-cash-threejs.html)
   ============================================= */

.scrap-to-cash-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    cursor: none;
}

.scrap-to-cash-section .s2c-canvas-container {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.scrap-to-cash-section .s2c-canvas-container canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
    cursor: none;
}

/* Background */
.scrap-to-cash-section .s2c-bg-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(23, 49, 36, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 49, 36, 0.04) 1px, transparent 1px);
    background-size: 64px 64px;
    pointer-events: none;
    z-index: 1;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-bg-overlay {
    background-image:
        linear-gradient(rgba(0, 255, 136, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 255, 136, 0.04) 1px, transparent 1px);
}

/* Section-level background */
.scrap-to-cash-section {
    background:
        radial-gradient(circle at top left, rgba(34, 197, 94, 0.14), transparent 26%),
        radial-gradient(circle at bottom right, rgba(250, 204, 21, 0.16), transparent 24%),
        linear-gradient(180deg, #fbfaf5 0%, #f6f3ea 100%);
    transition: background 0.4s ease;
}

[data-theme="dark"] .scrap-to-cash-section {
    background:
        radial-gradient(circle at top left, rgba(0, 255, 136, 0.10), transparent 30%),
        radial-gradient(circle at bottom right, rgba(250, 204, 21, 0.07), transparent 28%),
        linear-gradient(180deg, #14271d 0%, #102018 100%);
}

/* Overlay UI */
.scrap-to-cash-section .s2c-ui {
    position: absolute;
    inset: 0;
    z-index: 10;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Headline */
.scrap-to-cash-section .s2c-headline {
    margin-top: 5vh;
    text-align: center;
    animation: s2c-fadeUp 0.8s ease both;
    padding: 32px 54px 34px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(23, 49, 36, 0.12);
    border-radius: 28px;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    box-shadow: 0 12px 40px rgba(23, 49, 36, 0.08), 0 1px 0 rgba(255, 255, 255, 0.95) inset;
    max-width: 680px;
    transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-headline {
    background: rgba(6, 30, 18, 0.72);
    border: 1px solid rgba(16, 185, 129, 0.2);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(16, 185, 129, 0.05);
}

.scrap-to-cash-section .s2c-hl-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #16a34a;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.22);
    border-radius: 999px;
    padding: 6px 18px;
    margin-bottom: 16px;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-hl-badge {
    color: var(--neon);
    background: rgba(0, 255, 136, 0.08);
    border-color: rgba(0, 255, 136, 0.2);
}

.scrap-to-cash-section .s2c-hl-badge::before {
    content: '♻';
    font-size: 0.95rem;
}

.scrap-to-cash-section .s2c-headline h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: var(--fs-h3);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.025em;
    color: #173124;
    transition: color 0.4s ease;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-headline h2 {
    color: #ffffff;
}

.scrap-to-cash-section .s2c-headline h2 em {
    font-style: italic;
    color: #22c55e;
    font-weight: 800;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-headline h2 em {
    color: var(--neon);
    filter: drop-shadow(0 0 8px rgba(0, 255, 136, 0.3));
}

.scrap-to-cash-section .s2c-headline-logo {
    height: 1.15em;
    vertical-align: middle;
    margin-left: 8px;
    margin-bottom: 0.1em;
    object-fit: contain;
}

.scrap-to-cash-section .s2c-hl-rule {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #22c55e, #facc15);
    border-radius: 3px;
    margin: 16px auto 14px;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-hl-rule {
    background: linear-gradient(90deg, var(--neon), #facc15);
    box-shadow: 0 0 8px rgba(0, 255, 136, 0.3);
}

.scrap-to-cash-section .s2c-headline p {
    font-size: var(--fs-body);
    color: rgba(23, 49, 36, 0.58);
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.5;
    transition: color 0.4s ease;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-headline p {
    color: var(--text-muted);
}

/* Zone Labels — 3D Nameplate Style */
.scrap-to-cash-section .s2c-zone-label {
    position: absolute;
    bottom: 12%;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    animation: s2c-fadeUp 1s ease 0.3s both;
    pointer-events: none;
    z-index: 10;
}

.scrap-to-cash-section .s2c-zone-label span {
    display: inline-block;
    padding: 10px 28px 12px;
    border-radius: 6px;
    position: relative;
    transform: perspective(600px) rotateX(8deg);
    transform-origin: center bottom;
}

.scrap-to-cash-section #s2c-label-scrap {
    left: 8%;
}

.scrap-to-cash-section #s2c-label-scrap span {
    color: #fff;
    background: linear-gradient(180deg, #22c55e 0%, #15803d 100%);
    box-shadow:
        0 4px 0 #14532d,
        0 6px 12px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.scrap-to-cash-section #s2c-label-cash {
    right: 8%;
    text-align: right;
}

.scrap-to-cash-section #s2c-label-cash span {
    color: #1a1a00;
    background: linear-gradient(180deg, #facc15 0%, #ca8a04 100%);
    box-shadow:
        0 4px 0 #854d0e,
        0 6px 12px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Drag Hint */
.scrap-to-cash-section .s2c-drag-hint {
    position: absolute;
    bottom: 45%;
    left: 53%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    animation: s2c-hintPulse 2.5s ease-in-out infinite;
    animation-delay: 1.2s;
    opacity: 0;
    pointer-events: none;
    z-index: 21;
}

/* 3D Plate Badge */
.scrap-to-cash-section .s2c-hint-plate {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 22px 8px 16px;
    background: linear-gradient(145deg, #f0fdf4, #dcfce7);
    border: 1.5px solid rgba(34, 197, 94, 0.3);
    border-radius: 50px;
    box-shadow:
        0 2px 0 rgba(34, 197, 94, 0.15),
        0 4px 8px rgba(34, 197, 94, 0.12),
        0 8px 20px rgba(34, 197, 94, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        inset 0 -2px 4px rgba(34, 197, 94, 0.06);
    transform: perspective(400px) rotateX(6deg);
    transition: transform 0.3s ease;
}

.scrap-to-cash-section .s2c-plate-icon {
    font-size: 1.1rem;
    line-height: 1;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.15));
    animation: s2c-iconBounce 1.8s ease-in-out infinite;
}

.scrap-to-cash-section .s2c-plate-text {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #166534;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

[data-theme="dark"] .scrap-to-cash-section .s2c-hint-plate {
    background: linear-gradient(145deg, rgba(34, 197, 94, 0.15), rgba(34, 197, 94, 0.08));
    border-color: rgba(74, 222, 128, 0.25);
    box-shadow:
        0 2px 0 rgba(34, 197, 94, 0.2),
        0 4px 8px rgba(0, 0, 0, 0.3),
        0 8px 20px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -2px 4px rgba(0, 0, 0, 0.15);
}

[data-theme="dark"] .scrap-to-cash-section .s2c-plate-text {
    color: rgba(209, 223, 216, 0.85);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

@keyframes s2c-iconBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}

/* Fancy Arrow */
.scrap-to-cash-section .s2c-hint-arrow-fancy {
    width: 140px;
    height: 28px;
    opacity: 0.7;
}

.scrap-to-cash-section .s2c-hint-arrow-fancy svg {
    width: 100%;
    height: 100%;
}

@keyframes s2c-hintPulse {

    0%,
    100% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
    }
}

/* Earn Popup */
.scrap-to-cash-section .s2c-earn-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: linear-gradient(135deg, #facc15, #f59e0b);
    color: #1a1200;
    font-family: 'Syne', sans-serif;
    font-size: var(--fs-h4);
    font-weight: 800;
    padding: 20px 44px;
    border-radius: 20px;
    letter-spacing: -0.01em;
    pointer-events: none;
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s;
    opacity: 0;
    z-index: 100;
    white-space: nowrap;
    box-shadow: 0 0 60px rgba(250, 204, 21, 0.35);
}

.scrap-to-cash-section .s2c-earn-popup.show {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.scrap-to-cash-section .s2c-earn-popup.hide {
    transform: translate(-50%, -60%) scale(0.85);
    opacity: 0;
}

/* Transform Progress */
.scrap-to-cash-section .s2c-transform-progress {
    position: absolute;
    bottom: 14%;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 3px;
    background: rgba(23, 49, 36, 0.10);
    border-radius: 3px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-transform-progress {
    background: rgba(16, 185, 129, 0.15);
}

.scrap-to-cash-section .s2c-transform-progress.active {
    opacity: 1;
}

.scrap-to-cash-section .s2c-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #22c55e, #facc15);
    border-radius: 3px;
    transition: width 0.04s linear;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-progress-fill {
    background: linear-gradient(90deg, var(--neon), #facc15);
    box-shadow: 0 0 6px rgba(0, 255, 136, 0.4);
}

/* CTA */
.scrap-to-cash-section .s2c-cta {
    position: absolute;
    bottom: 2%;
    left: 40%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    animation: s2c-fadeUp 1s ease 0.6s both;
    pointer-events: none;
    padding: 24px 36px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 32px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow: 0 16px 50px rgba(23, 49, 36, 0.12), 0 1px 0 rgba(255, 255, 255, 1) inset;
    white-space: nowrap;
    text-align: center;
    z-index: 20;
    transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-cta {
    background: rgba(6, 30, 18, 0.78);
    border: 1px solid rgba(16, 185, 129, 0.2);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(16, 185, 129, 0.05);
}

.scrap-to-cash-section .s2c-cta button {
    background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
    color: #ffffff;
    border: none;
    padding: 16px 56px;
    border-radius: 999px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(34, 197, 94, 0.35), inset 0 2px 2px rgba(255, 255, 255, 0.25);
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
    pointer-events: auto;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-cta button {
    background: linear-gradient(135deg, var(--neon) 0%, var(--emerald) 100%);
    color: #000c06;
    box-shadow: 0 10px 30px rgba(0, 255, 136, 0.25), inset 0 2px 2px rgba(255, 255, 255, 0.15);
}

.scrap-to-cash-section .s2c-cta button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.scrap-to-cash-section .s2c-cta button:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 18px 40px rgba(34, 197, 94, 0.45), inset 0 2px 2px rgba(255, 255, 255, 0.35);
    background: linear-gradient(135deg, #15803d 0%, #16a34a 100%);
}

[data-theme="dark"] .scrap-to-cash-section .s2c-cta button:hover {
    box-shadow: 0 18px 40px rgba(0, 255, 136, 0.4), inset 0 2px 2px rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, var(--emerald) 0%, var(--neon) 100%);
}

.scrap-to-cash-section .s2c-cta button:hover::after {
    transform: translateX(100%);
}

.scrap-to-cash-section .s2c-cta small {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.75rem;
    color: rgba(23, 49, 36, 0.58);
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.85;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-cta small {
    color: var(--text-muted);
}

/* Total Counter */
.scrap-to-cash-section .s2c-total-earned {
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Syne', sans-serif;
    font-size: var(--fs-body);
    font-weight: 800;
    color: #92400e;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 0.5s, background 0.4s ease, box-shadow 0.4s ease, transform 0.2s ease;
    background: linear-gradient(135deg, #fef08a, #fde047);
    border: 2px solid #f59e0b;
    border-radius: 999px;
    padding: 12px 20px;
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.45), 0 0 0 4px rgba(250, 204, 21, 0.15);
    pointer-events: none;
}

.scrap-to-cash-section .s2c-total-earned:not(.visible) {
    transform: translateX(-50%) scale(0.92);
}

[data-theme="dark"] .scrap-to-cash-section .s2c-total-earned {
    color: #facc15;
    background: linear-gradient(135deg, rgba(6, 30, 18, 0.92), rgba(15, 50, 30, 0.88));
    border-color: rgba(250, 204, 21, 0.65);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), 0 0 0 4px rgba(250, 204, 21, 0.12), 0 0 24px rgba(250, 204, 21, 0.2);
}

.scrap-to-cash-section .s2c-total-earned.visible {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

/* Tooltip */
.scrap-to-cash-section .s2c-tooltip {
    position: fixed;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(34, 197, 94, 0.22);
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 0.75rem;
    color: #16a34a;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
    z-index: 50;
    white-space: nowrap;
    letter-spacing: 0.05em;
    box-shadow: 0 14px 30px rgba(23, 49, 36, 0.10);
}

[data-theme="dark"] .scrap-to-cash-section .s2c-tooltip {
    background: rgba(6, 30, 18, 0.9);
    border-color: rgba(0, 255, 136, 0.25);
    color: var(--neon);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.4);
}

/* 3D Hand Cursor */
.scrap-to-cash-section .s2c-hand-cursor {
    position: fixed;
    pointer-events: none;
    z-index: 99999;
    width: 56px;
    height: 64px;
    transform: translate(-38%, -18%);
    opacity: 0;
    transition: opacity 0.15s ease;
    will-change: transform, opacity;
    filter:
        drop-shadow(2px 6px 10px rgba(0, 0, 0, 0.32)) drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.18));
}

.scrap-to-cash-section .s2c-hand-cursor.visible {
    opacity: 1;
}

.scrap-to-cash-section .s2c-hand-cursor svg {
    width: 100%;
    height: 100%;
}

.scrap-to-cash-section .s2c-hand-cursor.open svg {
    transform-origin: 50% 80%;
    animation: s2c-handWiggle 0.35s ease both;
}

.scrap-to-cash-section .s2c-hand-cursor.grabbing svg {
    transform-origin: 50% 80%;
    animation: s2c-handGrab 0.18s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes s2c-handWiggle {
    0% {
        transform: rotate(0deg) scale(0.85);
    }

    60% {
        transform: rotate(-8deg) scale(1.08);
    }

    100% {
        transform: rotate(-5deg) scale(1);
    }
}

@keyframes s2c-handGrab {
    0% {
        transform: rotate(-5deg) scale(1);
    }

    50% {
        transform: rotate(4deg) scale(0.88);
    }

    100% {
        transform: rotate(2deg) scale(0.93);
    }
}

@keyframes s2c-fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Mobile Tap-to-Sell UI ── */
.scrap-to-cash-section .s2c-mobile-ui {
    display: none;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 20;
    padding: 2.5rem 1.25rem 2rem;
    gap: 20px;
}

.scrap-to-cash-section .s2c-mobile-header {
    text-align: center;
}

.scrap-to-cash-section .s2c-mobile-header h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #173124;
    margin: 0 0 2px;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-mobile-header h3 {
    color: #ffffff;
}

.scrap-to-cash-section .s2c-mobile-header h3 em {
    font-style: italic;
    color: #22c55e;
    font-weight: 800;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-mobile-header h3 em {
    color: var(--neon);
}

.scrap-to-cash-section .s2c-mobile-header p {
    font-size: 0.85rem;
    color: rgba(23, 49, 36, 0.55);
    margin: 0;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-mobile-header p {
    color: var(--text-muted);
}

/* Mobile counter pill */
.scrap-to-cash-section .s2c-mobile-counter {
    font-family: 'Syne', sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
    color: #92400e;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: linear-gradient(135deg, #fef08a, #fde047);
    border: 2px solid #f59e0b;
    border-radius: 999px;
    padding: 10px 20px;
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.3);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

[data-theme="dark"] .scrap-to-cash-section .s2c-mobile-counter {
    color: #facc15;
    background: linear-gradient(135deg, rgba(6, 30, 18, 0.92), rgba(15, 50, 30, 0.88));
    border-color: rgba(250, 204, 21, 0.65);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4), 0 0 24px rgba(250, 204, 21, 0.15);
}

.scrap-to-cash-section .s2c-mobile-counter.s2c-counter-bump {
    transform: scale(1.12);
}

/* Mobile card grid */
.scrap-to-cash-section .s2c-mobile-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    width: 100%;
    max-width: 400px;
}

.scrap-to-cash-section .s2c-mobile-card {
    perspective: 600px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}

.scrap-to-cash-section .s2c-mobile-card.s2c-mobile-hidden {
    display: none;
}

.scrap-to-cash-section .s2c-mobile-card .s2c-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 16px 10px 12px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(23, 49, 36, 0.1);
    border-radius: 18px;
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(23, 49, 36, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-mobile-card .s2c-card-inner {
    background: rgba(6, 30, 18, 0.65);
    border-color: rgba(16, 185, 129, 0.15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.scrap-to-cash-section .s2c-mobile-card:active .s2c-card-inner {
    transform: scale(0.96);
}

.scrap-to-cash-section .s2c-mobile-card img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    pointer-events: none;
}

.scrap-to-cash-section .s2c-card-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    color: #173124;
    letter-spacing: 0.02em;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-card-label {
    color: #e2f5e9;
}

.scrap-to-cash-section .s2c-card-value {
    font-family: 'Syne', sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    color: #16a34a;
    letter-spacing: 0.04em;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-card-value {
    color: var(--neon);
}

/* Card sell animation */
.scrap-to-cash-section .s2c-mobile-card.s2c-card-selling .s2c-card-inner {
    animation: s2c-cardSell 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes s2c-cardSell {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    30% {
        transform: scale(1.08) rotate(2deg);
        opacity: 1;
    }

    60% {
        transform: scale(0.85) rotate(-3deg);
        opacity: 0.7;
    }

    100% {
        transform: scale(0) rotate(8deg);
        opacity: 0;
    }
}

/* Card sold state — shows coin */
.scrap-to-cash-section .s2c-mobile-card.s2c-card-sold .s2c-card-inner {
    background: linear-gradient(135deg, rgba(250, 204, 21, 0.15), rgba(245, 158, 11, 0.1));
    border-color: rgba(250, 204, 21, 0.35);
    pointer-events: none;
    animation: s2c-cardCoin 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-mobile-card.s2c-card-sold .s2c-card-inner {
    background: linear-gradient(135deg, rgba(250, 204, 21, 0.08), rgba(245, 158, 11, 0.05));
    border-color: rgba(250, 204, 21, 0.25);
}

@keyframes s2c-cardCoin {
    0% {
        transform: scale(0) rotate(-10deg);
        opacity: 0;
    }

    60% {
        transform: scale(1.06) rotate(2deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

.scrap-to-cash-section .s2c-mobile-card.s2c-card-sold .s2c-card-label {
    color: #92400e;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-mobile-card.s2c-card-sold .s2c-card-label {
    color: #facc15;
}

.scrap-to-cash-section .s2c-mobile-card.s2c-card-sold .s2c-card-value {
    color: #f59e0b;
}

/* Card earned badge */
.scrap-to-cash-section .s2c-card-earned {
    font-family: 'Syne', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    color: #f59e0b;
    text-shadow: 0 1px 4px rgba(245, 158, 11, 0.3);
}

[data-theme="dark"] .scrap-to-cash-section .s2c-card-earned {
    color: #facc15;
    text-shadow: 0 1px 6px rgba(250, 204, 21, 0.4);
}

/* Confetti burst pseudo-element */
.scrap-to-cash-section .s2c-mobile-card.s2c-card-selling::after {
    content: '';
    position: absolute;
    inset: -20px;
    background:
        radial-gradient(circle at 30% 40%, #facc15 2px, transparent 2px),
        radial-gradient(circle at 70% 30%, #22c55e 2px, transparent 2px),
        radial-gradient(circle at 50% 60%, #f59e0b 1.5px, transparent 1.5px),
        radial-gradient(circle at 25% 70%, #facc15 1.5px, transparent 1.5px),
        radial-gradient(circle at 80% 65%, #22c55e 2px, transparent 2px);
    animation: s2c-confetti 0.7s ease-out forwards;
    pointer-events: none;
    z-index: 10;
}

@keyframes s2c-confetti {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

/* Show more button */
.scrap-to-cash-section .s2c-mobile-show-more {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #16a34a;
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 999px;
    padding: 10px 28px;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    -webkit-tap-highlight-color: transparent;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-mobile-show-more {
    color: var(--neon);
    background: rgba(0, 255, 136, 0.06);
    border-color: rgba(0, 255, 136, 0.18);
}

.scrap-to-cash-section .s2c-mobile-show-more:active {
    transform: scale(0.96);
}

/* Mobile CTA */
.scrap-to-cash-section .s2c-mobile-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 400px;
    padding-top: 4px;
}

.scrap-to-cash-section .s2c-mobile-cta button {
    width: 100%;
    background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    border-radius: 999px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(34, 197, 94, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
    overflow: hidden;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-mobile-cta button {
    background: linear-gradient(135deg, var(--neon) 0%, var(--emerald) 100%);
    color: #000c06;
    box-shadow: 0 10px 30px rgba(0, 255, 136, 0.2);
}

.scrap-to-cash-section .s2c-mobile-cta button:active {
    transform: scale(0.97);
}

.scrap-to-cash-section .s2c-mobile-cta small {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.72rem;
    color: rgba(23, 49, 36, 0.5);
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

[data-theme="dark"] .scrap-to-cash-section .s2c-mobile-cta small {
    color: var(--text-muted);
}

/* ── Mobile media query: show mobile UI, hide desktop 3D ── */
@media (max-width: 1024px) {
    .scrap-to-cash-section {
        height: auto;
        min-height: auto;
        overflow: visible;
        cursor: auto;
    }

    .scrap-to-cash-section .s2c-mobile-ui {
        display: flex;
    }

    .scrap-to-cash-section .s2c-canvas-container,
    .scrap-to-cash-section .s2c-bg-overlay,
    .scrap-to-cash-section .s2c-ui,
    .scrap-to-cash-section .s2c-zone-label,
    .scrap-to-cash-section .s2c-drag-hint,
    .scrap-to-cash-section .s2c-earn-popup,
    .scrap-to-cash-section .s2c-transform-progress,
    .scrap-to-cash-section .s2c-total-earned,
    .scrap-to-cash-section .s2c-tooltip,
    .scrap-to-cash-section .s2c-hand-cursor,
    .scrap-to-cash-section .s2c-cta {
        display: none !important;
    }
}

@media (max-width: 360px) {
    .scrap-to-cash-section .s2c-mobile-grid {
        gap: 10px;
    }

    .scrap-to-cash-section .s2c-mobile-card img {
        width: 56px;
        height: 56px;
    }

    .scrap-to-cash-section .s2c-mobile-card .s2c-card-inner {
        padding: 12px 8px 10px;
    }
}


@media (min-width: 600px) and (max-width: 1024px) {
    .scrap-to-cash-section .s2c-mobile-grid {
        grid-template-columns: repeat(3, 1fr);
        max-width: 600px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .scrap-to-cash-section .s2c-mobile-grid {
        grid-template-columns: repeat(4, 1fr);
        max-width: 800px;
    }
}

/* =============================================
   SECTION 4: SERVICE AVAILABILITY — ROUTE MAP
   ============================================= */

/* ---- Base Section ---- */
.avail-section {
    position: relative;
    padding: 6rem 5% 6rem;
    background: transparent;
    overflow: hidden;
    z-index: 1;
}

/* ---- Background decorations ---- */
.avail-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    z-index: 0;
}

.avail-glow-tl {
    top: -8rem;
    left: -6rem;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.12), transparent 70%);
}

.avail-glow-br {
    bottom: -6rem;
    right: -4rem;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 255, 136, 0.08), transparent 70%);
}

[data-theme="dark"] .avail-glow-tl {
    background: radial-gradient(circle, rgba(0, 255, 136, 0.18), transparent 70%);
}

[data-theme="dark"] .avail-glow-br {
    background: radial-gradient(circle, rgba(16, 185, 129, 0.14), transparent 70%);
}

.avail-grid-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(16, 185, 129, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 185, 129, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    z-index: 0;
    pointer-events: none;
}

[data-theme="dark"] .avail-grid-overlay {
    background-image:
        linear-gradient(rgba(0, 255, 136, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 255, 136, 0.035) 1px, transparent 1px);
}

/* ---- Header ---- */
.avail-header {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 660px;
    margin: 0 auto 4.5rem;
}

.avail-header-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.22);
    padding: 0.45rem 1.2rem;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--emerald);
    margin-bottom: 1.2rem;
}

[data-theme="dark"] .avail-header-eyebrow {
    background: rgba(0, 255, 136, 0.07);
    border-color: rgba(0, 255, 136, 0.2);
    color: var(--neon);
}

.avail-live-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--emerald);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.5);
    animation: pulse-dot 2s infinite;
    flex-shrink: 0;
}

[data-theme="dark"] .avail-live-dot {
    background: var(--neon);
    box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.5);
}

.avail-title {
    font-size: var(--fs-h2);
    font-weight: 900;
    letter-spacing: -1.5px;
    color: var(--text-bright);
    margin-bottom: 1rem;
    line-height: 1.1;
}

.avail-subtitle {
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.65;
}

.avail-subtitle strong {
    color: var(--text-bright);
    font-weight: 700;
}

/* ---- India Map Stage ---- */
.avail-stage {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

/* ---- India Map Column ---- */
.india-map-col {
    flex: 0 0 auto;
    width: 360px;
    position: relative;
    opacity: 0;
    transform: translateX(-30px) scale(0.95);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.avail-section.in-view .india-map-col {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.india-map-svg {
    width: 100%;
    height: auto;
    display: block;
}

/* ---- India Outline ---- */
.india-outline {
    stroke: rgba(16, 185, 129, 0.5);
    stroke-width: 1.5;
    stroke-linejoin: round;
}

[data-theme="dark"] .india-outline {
    stroke: rgba(0, 255, 136, 0.5);
}

/* ---- Colored Regions ---- */
.india-region {
    opacity: 0.55;
    cursor: pointer;
    transition: opacity 0.35s ease, filter 0.35s ease;
}

[data-theme="light"] .india-region {
    opacity: 0.4;
}

.india-regions:hover .india-region {
    opacity: 0.25;
}

[data-theme="light"] .india-regions:hover .india-region {
    opacity: 0.2;
}

.india-regions:hover .india-region:hover {
    opacity: 0.85;
    filter: brightness(1.15) saturate(1.2);
}

[data-theme="light"] .india-regions:hover .india-region:hover {
    opacity: 0.65;
}

.india-maharashtra {
    opacity: 0.72;
}

[data-theme="light"] .india-maharashtra {
    opacity: 0.52;
}

.india-regions:hover .india-maharashtra:hover {
    opacity: 0.92;
}

/* Maharashtra highlight glow */
.maharashtra-highlight {
    opacity: 0;
}

.avail-section.in-view .maharashtra-highlight {
    animation: maha-glow-pulse 3s ease-in-out infinite;
}

@keyframes maha-glow-pulse {

    0%,
    100% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.7;
    }
}

/* ---- Region Divider Lines ---- */
.region-dividers line {
    stroke: rgba(255, 255, 255, 0.15);
    stroke-width: 0.5;
}

[data-theme="light"] .region-dividers line {
    stroke: rgba(0, 0, 0, 0.1);
}

/* ---- Region Labels ---- */
.region-label-text {
    font-size: 10px;
    font-weight: 600;
    fill: rgba(255, 255, 255, 0.6);
    text-anchor: middle;
    pointer-events: none;
    letter-spacing: 0.5px;
    font-family: var(--font);
}

[data-theme="light"] .region-label-text {
    fill: rgba(0, 0, 0, 0.45);
}

.region-label-maha {
    font-weight: 800;
    font-size: 11px;
    fill: rgba(255, 255, 255, 0.88);
}

[data-theme="light"] .region-label-maha {
    fill: rgba(6, 78, 59, 0.75);
}

/* ---- Mumbai Pin Marker ---- */
.mumbai-marker {
    pointer-events: none;
}

.mumbai-pulse-ring {
    fill: none;
    stroke: #10b981;
    stroke-width: 2;
    transform-origin: center;
    opacity: 0;
}

.avail-section.in-view .mumbai-pulse-ring {
    animation: mumbai-pulse 2.5s ease-out infinite;
}

.mumbai-pulse-ring-2 {
    animation-delay: 1s;
}

[data-theme="dark"] .mumbai-pulse-ring {
    stroke: #00ff88;
}

@keyframes mumbai-pulse {
    0% {
        transform: scale(0.4);
        opacity: 0.8;
    }

    100% {
        transform: scale(2.8);
        opacity: 0;
    }
}

.mumbai-dot {
    fill: #10b981;
}

[data-theme="dark"] .mumbai-dot {
    fill: #00ff88;
}

.mumbai-map-label {
    fill: var(--text-bright);
    font-family: var(--font);
    pointer-events: none;
    opacity: 0.9;
}

/* ---- Mumbai Detail Panel ---- */
.mumbai-detail-col {
    flex: 1;
    max-width: 480px;
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.7s ease 0.3s, transform 0.7s ease 0.3s;
}

.avail-section.in-view .mumbai-detail-col {
    opacity: 1;
    transform: translateX(0);
}

/* ---- 3-Column Location Grid ---- */
.avail-locations-grid {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.avail-location-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    padding: 2rem 1.5rem;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

[data-theme="light"] .avail-location-card {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(16, 185, 129, 0.15);
    box-shadow: 0 4px 24px rgba(6, 78, 59, 0.06);
}

.avail-location-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(16, 185, 129, 0.15);
}

[data-theme="light"] .avail-location-card:hover {
    box-shadow: 0 8px 32px rgba(6, 78, 59, 0.12);
}

.avail-location-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--city-accent) 15%, transparent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.avail-location-icon i {
    font-size: 1.35rem;
    color: var(--city-accent);
}

.avail-location-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-bright);
    margin: 0 0 1rem;
}

.avail-location-areas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;
}

@media (max-width: 992px) {
    .avail-locations-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 720px;
        gap: 1.5rem;
    }
    .avail-location-card:last-child {
        grid-column: 1 / -1;
        max-width: 350px;
        justify-self: center;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .avail-locations-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        gap: 1rem;
    }
    .avail-location-card:last-child {
        grid-column: auto;
        max-width: none;
        justify-self: stretch;
    }
}

.mumbai-detail-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

[data-theme="light"] .mumbai-detail-card {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(16, 185, 129, 0.2);
    box-shadow: 0 8px 32px rgba(6, 78, 59, 0.08);
}

/* ---- Detail Card Header ---- */
.detail-card-header {
    margin-bottom: 1.8rem;
}

.detail-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.25);
    padding: 0.35rem 1rem;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--emerald);
    margin-bottom: 0.8rem;
}

[data-theme="dark"] .detail-badge {
    background: rgba(0, 255, 136, 0.08);
    border-color: rgba(0, 255, 136, 0.2);
    color: var(--neon);
}

.detail-badge i {
    font-size: 0.85rem;
}

.detail-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-bright);
    letter-spacing: -0.5px;
    line-height: 1.2;
}

/* ---- City Blocks ---- */
.detail-city-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.detail-city-block {
    padding: 1rem 1.2rem;
    border-radius: var(--radius-md);
    background: rgba(16, 185, 129, 0.04);
    border: 1px solid rgba(16, 185, 129, 0.1);
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.5s ease calc(var(--ci) * 0.15s + 0.5s),
        transform 0.5s ease calc(var(--ci) * 0.15s + 0.5s),
        background 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

[data-theme="dark"] .detail-city-block {
    background: rgba(0, 255, 136, 0.03);
    border-color: rgba(0, 255, 136, 0.08);
}

.avail-section.in-view .detail-city-block {
    opacity: 1;
    transform: translateY(0);
}

.detail-city-block:hover {
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.1);
}

[data-theme="dark"] .detail-city-block:hover {
    background: rgba(0, 255, 136, 0.08);
    border-color: rgba(0, 255, 136, 0.2);
    box-shadow: 0 4px 16px rgba(0, 255, 136, 0.15);
}

/* ---- City Name ---- */
.detail-city-name {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--text-bright);
    margin-bottom: 0.65rem;
}

.detail-city-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--city-accent);
    flex-shrink: 0;
    box-shadow: 0 0 8px var(--city-accent);
}

.detail-city-name i {
    font-size: 1rem;
    color: var(--emerald);
}

[data-theme="dark"] .detail-city-name i {
    color: var(--neon);
}

/* ---- Area Tags ---- */
.detail-areas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.detail-area-tag {
    display: inline-flex;
    align-items: center;
    background: rgba(16, 185, 129, 0.07);
    border: 1px solid rgba(16, 185, 129, 0.15);
    padding: 0.32rem 0.8rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text);
    cursor: default;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.4s ease calc(var(--ai) * 0.06s + var(--ci) * 0.15s + 0.8s),
        transform 0.4s ease calc(var(--ai) * 0.06s + var(--ci) * 0.15s + 0.8s),
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

[data-theme="dark"] .detail-area-tag {
    background: rgba(0, 255, 136, 0.04);
    border-color: rgba(0, 255, 136, 0.12);
    color: var(--text-muted);
}

.avail-section.in-view .detail-area-tag {
    opacity: 1;
    transform: scale(1);
}

.detail-area-tag:hover {
    background: rgba(16, 185, 129, 0.15);
    border-color: rgba(16, 185, 129, 0.35);
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.12);
}

[data-theme="dark"] .detail-area-tag:hover {
    background: rgba(0, 255, 136, 0.1);
    border-color: rgba(0, 255, 136, 0.28);
    box-shadow: 0 4px 12px rgba(0, 255, 136, 0.18);
    color: var(--text-bright);
}

/* ---- Responsive — stack on mobile ---- */
@media (max-width: 900px) {
    .avail-stage {
        flex-direction: column;
        align-items: center;
        gap: 2.5rem;
    }

    .india-map-col {
        width: 280px;
    }

    .mumbai-detail-col {
        max-width: 100%;
        width: 100%;
    }

    .mumbai-detail-card {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .india-map-col {
        width: 220px;
    }

    .detail-title {
        font-size: 1.25rem;
    }

    .detail-city-block {
        padding: 0.8rem 1rem;
    }
}





/* =============================================
   RESPONSIVE — ALL SECTIONS
   ============================================= */

/* Hero responsive */
@media (max-width: 1100px) {
    .hero-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 3rem;
        padding-top: 100px;
        padding-bottom: 6rem;
    }

    .hero-left {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .trust-pill {
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
    }

    .hero-subtext {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-ctas, .trust-row {
        justify-content: center;
    }

    .hero-right {
        flex: none;
        width: 100%;
        max-width: 540px;
        margin: 0 auto;
    }

    /* Sustainability responsive */
    .section-header .header-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        padding: 0 1rem;
    }

    .flow-container {
        flex-direction: column;
        gap: 0;
        padding: 0.8rem 1.2rem;
        align-items: center;
    }

    .flow-col {
        width: 100%;
        max-width: 600px;
    }

    #flow-connections {
        display: block;
        pointer-events: none;
    }
}

@media (max-width: 900px) {
    .hero {
        height: auto;
        min-height: 100svh;
    }

    .nav-items {
        display: none;
    }

    .nav-link-secondary {
        display: none;
    }

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

@media (max-width: 600px) {
    .hero-inner {
        padding: 0 6%;
        padding-top: 100px;
        padding-bottom: 7rem;
    }

    .hero-right {
        max-width: 100%;
    }

    .journey-flow {
        padding: 1rem;
        gap: 0.5rem;
    }

    .step-icon {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }
}


/* =============================================
   SECTION 6: INSTAGRAM
   ============================================= */
.insta-section {
    padding: var(--section-py) var(--section-px);
    background: var(--bg);
    position: relative;
    border-top: 1px solid var(--glass-border);
}

.insta-container {
    max-width: 1100px;
    margin: 0 auto;
}

.insta-header {
    text-align: center;
    margin-bottom: 50px;
}

.insta-eyebrow {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--neon);
    margin-bottom: 1rem;
}

.insta-title {
    font-size: var(--fs-h2);
    font-weight: 900;
    color: var(--text-bright);
    letter-spacing: -1px;
    margin-bottom: 0.8rem;
}

.insta-title span {
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.insta-handle {
    display: inline-block;
    font-size: 1.1rem;
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.insta-handle:hover {
    color: var(--neon);
}

.insta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 50px;
    align-items: start;
}

.insta-embed-wrap {
    border-radius: 12px;
    overflow: hidden;
    transform: scale(1);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.insta-embed-wrap:hover {
    transform: scale(1.05);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.insta-embed-wrap blockquote.instagram-media,
.insta-embed-wrap iframe.instagram-media {
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
    margin: 0 !important;
}

.insta-view-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 0;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 0 0 12px 12px;
    transition: opacity 0.3s ease;
}

.insta-view-btn:hover {
    opacity: 0.9;
}

.insta-view-btn i {
    font-size: 1.1rem;
}

.insta-post {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
    display: block;
    background: var(--glass-bg);
}

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

.insta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.insta-overlay i {
    font-size: 2.5rem;
    color: #fff;
    transform: scale(0.8);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.insta-post:hover img {
    transform: scale(1.08);
}

.insta-post:hover .insta-overlay {
    opacity: 1;
}

.insta-post:hover .insta-overlay i {
    transform: scale(1);
}

.insta-footer {
    text-align: center;
}

.insta-btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    color: var(--text-bright);
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.insta-btn:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-color: transparent;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(220, 39, 67, 0.2);
}

@media (max-width: 1024px) {
    .insta-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .insta-hide-mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .insta-grid {
        grid-template-columns: 1fr;
    }
}

/* =============================================
   SECTION: ABOUT US
   ============================================= */
.about-section {
    position: relative;
    padding: var(--section-py) var(--section-px);
    overflow: hidden;
    background: var(--bg);
}

.about-glow {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;
}

.about-glow-tl {
    top: -200px;
    left: -200px;
}

.about-glow-br {
    bottom: -200px;
    right: -200px;
}

.about-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.about-header {
    text-align: center;
    margin-bottom: 4rem;
}

.about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--emerald);
    margin-bottom: 1rem;
    background: var(--glass-bg);
    padding: 0.5rem 1.2rem;
    border-radius: var(--radius-pill);
    border: 1px solid var(--glass-border);
}

.about-live-dot {
    width: 8px;
    height: 8px;
    background: var(--neon);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--neon);
    animation: pulse-dot 2s infinite;
}

.about-title {
    font-size: var(--fs-h1);
    font-weight: 800;
    color: var(--text-bright);
    line-height: 1.1;
}

.about-title span {
    color: var(--emerald);
}

.about-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    margin-bottom: 6rem;
}

.about-collage-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-collage {
    position: relative;
    width: 85%;
    height: 85%;
}

.collage-img {
    position: absolute;
    width: 55%;
    height: auto;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-light);
    border: 4px solid var(--glass-border);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.5s, z-index 0s;
    object-fit: cover;
    aspect-ratio: 4/3;
    z-index: 1;
    background: var(--glass-bg);
}

.collage-img:hover {
    z-index: 10;
    transform: scale(1.15) rotate(0deg) translateZ(50px) !important;
    box-shadow: var(--shadow-heavy), 0 0 30px rgba(0, 255, 136, 0.2);
    border-color: var(--neon);
}

.collage-img.img-1 {
    top: 0;
    left: 0;
    transform: rotate(-6deg);
    z-index: 2;
}

.collage-img.img-2 {
    top: 20%;
    right: -5%;
    transform: rotate(8deg);
    z-index: 3;
}

.collage-img.img-3 {
    bottom: 20%;
    left: -5%;
    transform: rotate(-4deg);
    z-index: 4;
}

.collage-img.img-4 {
    bottom: -5%;
    right: 10%;
    transform: rotate(5deg);
    z-index: 5;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.about-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--text-muted);
}

.about-text strong {
    color: var(--text-bright);
    font-size: 1.3rem;
}

.about-btn-primary {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    background: var(--neon);
    color: var(--btn-text);
    padding: 1rem 2rem;
    border-radius: var(--radius-pill);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.2);
}

.about-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.4);
}

.about-btn-primary i {
    transition: transform 0.3s;
}

.about-btn-primary:hover i {
    transform: translateX(4px);
}

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

.about-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    padding: 1.8rem 1.5rem;
    text-align: center;
    backdrop-filter: blur(16px);
    transition: transform 0.4s, border-color 0.4s, box-shadow 0.4s;
}

.about-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 255, 136, 0.5);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 255, 136, 0.1);
}

.about-card-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 1rem;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    color: var(--neon);
}

.about-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-bright);
    margin-bottom: 0.6rem;
}

.about-card-text {
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--text-muted);
}

@media (max-width: 992px) {
    .about-split {
        grid-template-columns: 1fr;
        gap: 3rem;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .about-card:last-child {
        grid-column: 1 / -1;
        max-width: 350px;
        justify-self: center;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .about-cards-grid {
        grid-template-columns: 1fr;
    }
    
    .about-card:last-child {
        grid-column: auto;
        max-width: none;
        justify-self: stretch;
        width: auto;
    }
}

/* =============================================
   SECTION: DD NEWS FEATURE
   ============================================= */
.ddnews-feature {
    position: relative;
    padding: var(--section-py) var(--section-px);
    background: var(--bg);
    overflow: hidden;
}

.ddnews-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.ddnews-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ddnews-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--emerald);
    background: var(--glass-bg);
    padding: 0.5rem 1.2rem;
    border-radius: var(--radius-pill);
    border: 1px solid var(--glass-border);
    width: fit-content;
}

.ddnews-live-dot {
    width: 8px;
    height: 8px;
    background: var(--neon);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--neon);
    animation: pulse-dot-dd 2s infinite;
}

@keyframes pulse-dot-dd {
    0% {
        transform: scale(0.9);
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.6);
    }

    70% {
        transform: scale(1.1);
        opacity: 0.9;
        box-shadow: 0 0 0 8px rgba(0, 255, 136, 0);
    }

    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}

.ddnews-title {
    font-size: var(--fs-h1);
    font-weight: 900;
    color: var(--text-bright);
    line-height: 1.1;
}

.ddnews-subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--text-muted);
}

.ddnews-video-column {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.video-badge-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    background: var(--glass-bg);
    padding: 0 1.2rem;
    border-radius: var(--radius-pill);
    border: 1px solid var(--glass-border);
    height: 52px;
    box-sizing: border-box;
}

.ddnews-badge-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .ddnews-badge-row {
        justify-content: center;
    }
}

/* YouTube Watch Button — Dark Mode (default) */
.youtube-watch-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0 1.2rem 0 0.5rem;
    height: 52px;
    box-sizing: border-box;
    border-radius: var(--radius-pill);
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background 0.25s ease, border-color 0.25s ease,
                box-shadow 0.25s ease, transform 0.25s ease, color 0.25s ease;
    will-change: transform;
}

/* Light Mode base */
[data-theme="light"] .youtube-watch-btn {
    border-color: rgba(6, 78, 59, 0.18);
    background: rgba(255, 255, 255, 0.85);
    color: #064e3b;
    box-shadow: 0 1px 6px rgba(6, 78, 59, 0.08);
}

.yt-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ff0000;
    flex-shrink: 0;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 2px 8px rgba(255, 0, 0, 0.4);
}

.yt-svg {
    width: 20px;
    height: 14px;
    display: block;
}

.yt-label {
    line-height: 1;
}

/* Dark Mode hover */
.youtube-watch-btn:hover {
    background: rgba(255, 0, 0, 0.08);
    border-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    box-shadow: 0 4px 24px rgba(255, 0, 0, 0.22);
    transform: translateY(-2px);
}

/* Light Mode hover */
[data-theme="light"] .youtube-watch-btn:hover {
    background: rgba(255, 0, 0, 0.06);
    border-color: rgba(255, 0, 0, 0.45);
    color: #1a1a1a;
    box-shadow: 0 4px 20px rgba(255, 0, 0, 0.18);
    transform: translateY(-2px);
}

/* Icon hover — shared */
.youtube-watch-btn:hover .yt-icon-wrap {
    box-shadow: 0 4px 18px rgba(255, 0, 0, 0.65);
    transform: scale(1.1);
}


.video-badge-text {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
}

.video-badge-logo {
    height: 34px;
    background: #ffffff;
    padding: 0.3rem 0.7rem;
    border-radius: 6px;
    object-fit: contain;
}

.ddnews-video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-heavy), 0 0 40px rgba(255, 51, 102, 0.15);
    border: 1px solid var(--glass-border);
}

@media (max-width: 992px) {
    .ddnews-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 3rem;
    }

    .ddnews-eyebrow {
        margin: 0 auto;
    }
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
    position: relative;
    background: var(--bg);
    border-top: 1px solid var(--glass-border);
    padding: 5rem 2rem 2rem;
    overflow: hidden;
}

.footer-glow {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 300px;
    background: radial-gradient(ellipse, rgba(0, 255, 136, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
    gap: 3rem;
}

.footer-logo-link {
    display: inline-block;
    margin-bottom: 1rem;
}

.footer-logo {
    height: 48px;
    width: auto;
    object-fit: contain;
}

.footer-logo--light {
    display: none;
}

[data-theme="light"] .footer-logo--dark {
    display: none;
}

[data-theme="light"] .footer-logo--light {
    display: inline-block;
}

.footer-tagline {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text);
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.footer-desc {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    max-width: 280px;
}

.footer-socials {
    display: flex;
    gap: 0.6rem;
}

.footer-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    font-size: 1.1rem;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.footer-social-btn.instagram {
    color: #E1306C;
    border-color: rgba(225, 48, 108, 0.25);
    background: rgba(225, 48, 108, 0.03);
}

.footer-social-btn.instagram:hover {
    color: #fff;
    background: #E1306C;
    border-color: #E1306C;
    box-shadow: 0 0 12px rgba(225, 48, 108, 0.45);
}

.footer-social-btn.facebook {
    color: #1877F2;
    border-color: rgba(24, 119, 242, 0.25);
    background: rgba(24, 119, 242, 0.03);
}

.footer-social-btn.facebook:hover {
    color: #fff;
    background: #1877F2;
    border-color: #1877F2;
    box-shadow: 0 0 12px rgba(24, 119, 242, 0.45);
}

.footer-social-btn.youtube {
    color: #FF0000;
    border-color: rgba(255, 0, 0, 0.25);
    background: rgba(255, 0, 0, 0.03);
}

.footer-social-btn.youtube:hover {
    color: #fff;
    background: #FF0000;
    border-color: #FF0000;
    box-shadow: 0 0 12px rgba(255, 0, 0, 0.45);
}

.footer-social-btn.whatsapp {
    color: #25D366;
    border-color: rgba(37, 211, 102, 0.25);
    background: rgba(37, 211, 102, 0.03);
}

.footer-social-btn.whatsapp:hover {
    color: #fff;
    background: #25D366;
    border-color: #25D366;
    box-shadow: 0 0 12px rgba(37, 211, 102, 0.45);
}

.footer-col-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--neon);
    margin-bottom: 1.25rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.footer-links li a {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.88rem;
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.footer-links li a i {
    font-size: 0.75rem;
    opacity: 0;
    transition: opacity 0.2s ease;
    color: var(--neon);
}

.footer-links li a:hover {
    color: var(--text);
    gap: 0.65rem;
}

.footer-links li a:hover i {
    opacity: 1;
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.87rem;
    color: var(--text-muted);
}

.footer-contact-list li i {
    color: var(--neon);
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.footer-contact-list li a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact-list li a:hover {
    color: var(--neon);
}

.footer-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.2rem;
    border-radius: var(--radius-pill);
    background: var(--neon);
    color: #000;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s ease, box-shadow 0.2s ease;
}

[data-theme="light"] .footer-cta-btn {
    color: #fff;
}

.footer-cta-btn:hover {
    opacity: 0.88;
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.35);
}

.footer-divider {
    max-width: 1200px;
    margin: 3rem auto 0;
    height: 1px;
    background: var(--glass-border);
}

.footer-bottom {
    max-width: 1200px;
    margin: 1.5rem auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.footer-copyright,
.footer-made {
    font-size: 0.82rem;
    color: var(--text-muted);
}

.footer-bottom-links {
    display: flex;
    gap: 1.25rem;
}

.footer-bottom-links a {
    font-size: 0.82rem;
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
    color: var(--neon);
}

@media (max-width: 1024px) {
    .footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
    }
}

@media (max-width: 600px) {
    .footer-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

/* =============================================
   MOBILE NAVIGATION DRAWER
   ============================================= */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.nav-toggle-bar {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: var(--text-bright);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle.active .nav-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle.active .nav-toggle-bar:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active .nav-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: min(82vw, 340px);
    height: 100%;
    padding: 6rem 2rem 2.5rem;
    background: var(--bg);
    border-left: 1px solid var(--glass-border);
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.4);
    transform: translateX(105%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    overflow-y: auto;
}

.mobile-nav.open {
    transform: translateX(0);
}

.mobile-nav-items {
    list-style: none;
    display: flex;
    flex-direction: column;
}

.mobile-nav-items a {
    display: block;
    padding: 0.95rem 0.25rem;
    color: var(--text-bright);
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    border-bottom: 1px solid var(--glass-border);
    transition: color 0.25s ease, padding-left 0.25s ease;
}

.mobile-nav-items a:hover,
.mobile-nav-items a:active,
.mobile-nav-items a.active {
    color: var(--neon);
    padding-left: 0.6rem;
}

.mobile-nav-cta {
    margin-top: 1.75rem;
    padding: 0.9rem 1.5rem;
    text-align: center;
    background: var(--neon);
    color: var(--btn-text);
    border-radius: var(--radius-pill);
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
}

.mobile-nav-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: var(--text-bright);
    font-size: 1.75rem;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    z-index: 210;
}

.mobile-nav-close:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: var(--neon);
    transform: rotate(90deg);
}

[data-theme="light"] .mobile-nav-close:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 150;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-nav-backdrop.open {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 900px) {
    .nav-toggle {
        display: flex;
    }
}

/* =============================================
   RESPONSIVE REFINEMENTS — SPACING & TYPOGRAPHY
   (tablet & mobile)
   ============================================= */

/* ---------- Tablet (≤1024px) ---------- */
@media (max-width: 1024px) {

    .svc4-section,
    .insta-section {
        padding: var(--section-py) var(--section-px);
    }

    .about-section {
        padding: var(--section-py) var(--section-px);
    }

    .ddnews-feature {
        padding: var(--section-py) var(--section-px);
    }

    .team-section {
        padding: var(--section-py) var(--section-px);
    }

    .svc4-header {
        margin-bottom: 48px;
    }

    .insta-header,
    .avail-header,
    .about-header {
        margin-bottom: 2.5rem;
    }

    .section-header h2 {
        font-size: 2.3rem;
    }

    .press-text-logo {
        font-size: 2.3rem;
    }
}

/* ---------- Mobile (≤640px) ---------- */
@media (max-width: 640px) {

    /* Nav */
    .site-nav {
        padding: 1rem 5%;
    }

    .brand-logo {
        height: 40px;
    }

    .nav-actions {
        gap: 0.85rem;
    }

    .nav-btn-primary {
        display: none;
    }

    /* Section vertical rhythm */
    .svc4-section,
    .insta-section {
        padding: var(--section-py) var(--section-px);
    }

    .about-section {
        padding: var(--section-py) var(--section-px);
    }

    .ddnews-feature {
        padding: var(--section-py) var(--section-px);
    }

    .press-section {
        padding: var(--section-py) var(--section-px);
    }

    .team-section {
        padding: var(--section-py) var(--section-px);
    }

    .avail-section {
        padding: 2rem 6% 3.5rem;
    }

    .site-footer {
        padding: 3rem 1.5rem 1.75rem;
    }

    /* Header spacing */
    .svc4-header {
        margin-bottom: 32px;
    }

    .team-header {
        margin-bottom: 2.25rem;
    }

    .insta-header,
    .avail-header,
    .about-header,
    .press-subline {
        margin-bottom: 2rem;
    }

    .section-header {
        padding: 1rem 0.5rem 0;
    }

    /* Typography caps for fixed-size headings */
    .section-header h2 {
        font-size: 1.85rem;
        letter-spacing: 1px;
    }

    .press-text-logo {
        font-size: 2rem;
    }

    .svc4-subtitle,
    .insta-handle {
        font-size: 0.98rem;
    }

    /* Comfortable body line-length on small screens */
    .svc4-subtitle,
    .avail-subtitle,
    .about-text,
    .ddnews-subtitle {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

/* =============================================
   FLOATING CONTACT BUTTONS
   ============================================= */
.floating-contact {
    position: fixed;
    bottom: 24px;
    right: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 9999;
}

.floating-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.2rem;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    transition: transform 0.25s var(--easing), box-shadow 0.25s ease;
    padding: 0;
    line-height: 1;
}

.floating-btn:hover {
    transform: scale(1.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.floating-whatsapp {
    background: #25d366;
}

.floating-phone {
    background: #2196f3;
}

@media (max-width: 600px) {
    .floating-contact {
        bottom: 18px;
        right: 16px;
        gap: 12px;
    }

    .floating-btn {
        width: 50px;
        height: 50px;
        font-size: 1.9rem;
    }
}