@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Syne:wght@400;500;600;700&display=swap');

/* Brand tokens: public/assets/css/cs-brand.css */

body { background: var(--cs-bg) !important; color: var(--cs-text); }

.cs-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 20px 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .35s ease;
    font-family: 'Inter', sans-serif;
}

.cs-header.scrolled {
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--cs-line);
    box-shadow: 0 8px 35px rgba(15,23,42,.08);
}

/* Dark hero: light nav until scroll */
.cs-header:not(.scrolled) .cs-nav a {
    color: rgba(255,255,255,.78);
}
.cs-header:not(.scrolled) .cs-menu-toggle span {
    background: rgba(255,255,255,.9);
}

.cs-logo img,
.cs-logo-img {
    height: auto;
    width: auto;
    max-height: 52px;
    max-width: min(220px, 52vw);
    object-fit: contain;
}
.cs-page-anchor {
    scroll-margin-top: 92px;
    padding: 48px max(24px, env(safe-area-inset-right)) 24px max(24px, env(safe-area-inset-left));
    max-width: 1200px;
    margin: 0 auto;
}
.cs-page-anchor-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--cs-text);
    margin: 0;
}

.cs-nav { display: flex; list-style: none; margin: 0; padding: 0; gap: 30px; }
.cs-nav a { color: #334155; text-decoration: none; font-size: 14px; font-weight: 600; }
.cs-nav a:hover { color: var(--cs-cyan); }

/* Header CTA — voice-wave texture + drift */
.cs-demo-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .02em;
    border-radius: 10px;
    padding: 7px 26px;
    border: 1px solid rgba(255,255,255,.18);
    text-shadow: 0 1px 2px rgba(0,0,0,.22);
    background-image:
        var(--cs-btn-sound-texture),
        linear-gradient(145deg, var(--cs-olive-dark) 0%, var(--cs-olive) 38%, #7d9448 72%, var(--cs-lime) 100%);
    background-size: 200px 100%, 100% 100%;
    background-position: 0 50%, 0 0;
    background-repeat: repeat, no-repeat;
    background-blend-mode: soft-light, normal;
    animation: csVoiceWaveDrift 3.6s linear infinite;
    box-shadow:
        0 0 0 1px rgba(0,0,0,.08),
        0 6px 22px rgba(var(--cs-rgb-olive), .35),
        0 2px 8px rgba(var(--cs-rgb-lime), .2),
        inset 0 1px 0 rgba(255,255,255,.2),
        inset 0 -1px 0 rgba(0,0,0,.12);
    transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s;
}

.cs-demo-btn:hover {
    transform: translateY(-1px);
    box-shadow:
        0 0 0 1px rgba(255,255,255,.2),
        0 10px 32px rgba(var(--cs-rgb-olive), .45),
        0 4px 14px rgba(var(--cs-rgb-lime), .28),
        inset 0 1px 0 rgba(255,255,255,.28),
        inset 0 -1px 0 rgba(0,0,0,.15);
}

.cs-menu-toggle { display: none; border: 0; background: none; }
.cs-menu-toggle span { display: block; width: 24px; height: 2px; background: #0f172a; margin: 5px 0; }
.cs-menu-overlay { position: fixed; inset: 0; background: rgba(2,6,23,.2); display: none; z-index: 10000; }
.cs-menu-overlay.active { display: block; }
.cs-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: #fff;
    border-left: 1px solid var(--cs-line);
    z-index: 10001;
    padding: 80px 28px;
    transition: .3s;
}
.cs-mobile-menu.active { right: 0; }
.cs-mobile-menu ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.cs-mobile-menu a { color: #334155; text-decoration: none; font-weight: 600; }
.cs-mobile-close { position: absolute; right: 18px; top: 14px; border: 0; background: none; font-size: 28px; color: #334155; }

/* ===== HERO — AWWWARDS-STYLE CREATIVE ===== */
.cs-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #060a07;
    font-family: 'Inter', sans-serif;
    padding: 70px 48px 100px;
    padding-left: max(48px, env(safe-area-inset-left));
    padding-right: max(48px, env(safe-area-inset-right));
}

.cs-hero-mesh {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 80% 50% at 50% -20%, rgba(var(--cs-rgb-lime),.25), transparent 55%),
        radial-gradient(ellipse 60% 40% at 100% 50%, rgba(var(--cs-rgb-olive),.18), transparent 50%),
        radial-gradient(ellipse 50% 35% at 0% 80%, rgba(var(--cs-rgb-olive),.14), transparent 45%),
        linear-gradient(180deg, #060a07 0%, #0d160f 50%, #060a07 100%);
    pointer-events: none;
}

.cs-hero-grid {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(ellipse 70% 70% at 50% 45%, #000 20%, transparent 70%);
    pointer-events: none;
}

.cs-hero-grain {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: .35;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    mix-blend-mode: overlay;
}

/* Dubbing-style mirrored voice waves + spectrum (canvas) */
.cs-wave-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .3;
    mix-blend-mode: screen;
}

.cs-hero-layout {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 48px;
    align-items: center;
}

.cs-hero-copy {
    will-change: transform;
}

.cs-hero-kicker {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.cs-hero-badge {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255,255,255,.85);
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.04);
}

.cs-hero-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--cs-cyan);
    opacity: .8;
}

.cs-hero-loc {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,.38);
    letter-spacing: .02em;
}

.cs-hero-title {
    font-family: 'Syne', sans-serif;
    margin: 0 0 24px;
}

.cs-hero-title-line {
    display: block;
    font-size: clamp(2.5rem, 5vw, 4.25rem);
    font-weight: 600;
    line-height: 1.05;
    color: rgba(255,255,255,.92);
    letter-spacing: -.03em;
}

.cs-hero-title-line--xl {
    margin-top: 4px;
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 700;
    line-height: 1;
}

.cs-hero-word {
    display: inline-block;
    margin-right: 0.25em;
    opacity: 0;
    transform: translateY(1.1em);
    transition: opacity .85s cubic-bezier(.16,1,.3,1), transform .85s cubic-bezier(.16,1,.3,1);
}

.cs-hero-word.visible {
    opacity: 1;
    transform: translateY(0);
}

.cs-hero-word:nth-child(1) { transition-delay: 0s; }
.cs-hero-word:nth-child(2) { transition-delay: .08s; }

.cs-rotating-word {
    display: inline-block;
    min-width: 2.5ch;
    background: linear-gradient(135deg, var(--cs-lime-soft) 0%, var(--cs-lime) 42%, var(--cs-olive) 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: csHeroGrad 8s ease infinite;
    transition: opacity .35s ease, transform .35s ease;
}

@keyframes csHeroGrad {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.cs-hero-lead {
    max-width: 440px;
    margin: 0 0 36px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255,255,255,.45);
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .9s .45s cubic-bezier(.16,1,.3,1), transform .9s .45s cubic-bezier(.16,1,.3,1);
}

.cs-hero-lead.visible {
    opacity: 1;
    transform: translateY(0);
}

.cs-hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.cs-hero-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .02em;
    padding: 8px 20px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    text-shadow: 0 1px 3px rgba(0,0,0,.25);
    opacity: 0;
    transition: opacity .85s .5s cubic-bezier(.16,1,.3,1);
    box-shadow:
        0 0 0 1px rgba(0,0,0,.12),
        0 8px 36px rgba(0,0,0,.35),
        0 4px 18px rgba(var(--cs-rgb-lime), .18),
        inset 0 1px 0 rgba(255,255,255,.12);
}

.cs-hero-cta.visible {
    opacity: 1;
}

/* Moving light sheen (studio “glass” feel) */
.cs-hero-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(100deg, transparent 0%, rgba(255,255,255,.14) 45%, transparent 78%);
    background-size: 180% 100%;
    background-position: -120% 0;
    animation: csBtnSoundShimmer 5.2s ease-in-out infinite;
    mix-blend-mode: soft-light;
}

.cs-hero-cta-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    overflow: hidden;
    background: linear-gradient(148deg, var(--cs-olive-dark) 0%, var(--cs-olive) 40%, #7f964c 78%, var(--cs-lime) 100%);
    transition: transform .45s cubic-bezier(.16,1,.3,1);
}

.cs-hero-cta-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.38;
    background-image: var(--cs-btn-sound-texture);
    background-size: 200px 100%;
    background-repeat: repeat-x;
    background-position: 0 50%;
    animation: csVoiceWaveDriftTex 3.2s linear infinite;
    mix-blend-mode: soft-light;
    pointer-events: none;
}

.cs-hero-cta:hover .cs-hero-cta-bg {
    transform: scale(1.045);
}

.cs-hero-cta:hover {
    border-color: rgba(255,255,255,.22);
    box-shadow:
        0 0 0 1px rgba(var(--cs-rgb-lime), .25),
        0 12px 48px rgba(0,0,0,.4),
        0 6px 24px rgba(var(--cs-rgb-lime), .28),
        inset 0 1px 0 rgba(255,255,255,.2);
}

.cs-hero-cta-label,
.cs-hero-cta-arrow {
    position: relative;
    z-index: 2;
}

.cs-hero-cta-arrow {
    display: flex;
    transition: transform .35s cubic-bezier(.16,1,.3,1);
}

.cs-hero-cta:hover .cs-hero-cta-arrow {
    transform: translateX(4px);
}

.cs-hero-meta-num {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(255,255,255,.22);
}

/* Visual stage */
.cs-hero-stage {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: transform;
}

.cs-hero-orb {
    position: absolute;
    width: 420px;
    height: 420px;
    pointer-events: none;
}

.cs-hero-orb-core {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, rgba(var(--cs-rgb-lime),.35), transparent 55%),
                radial-gradient(circle at 70% 60%, rgba(var(--cs-rgb-olive),.25), transparent 50%);
    filter: blur(40px);
    animation: csOrbPulse 8s ease-in-out infinite;
}

@keyframes csOrbPulse {
    0%, 100% { transform: scale(1); opacity: .9; }
    50% { transform: scale(1.08); opacity: 1; }
}

.cs-hero-orb-ring {
    position: absolute;
    inset: 12%;
    border-radius: 50%;
    border: 1px solid rgba(var(--cs-rgb-lime),.12);
    animation: csOrbRing 14s linear infinite;
}

.cs-hero-orb-ring:nth-child(2) { inset: 22%; animation-duration: 18s; animation-direction: reverse; border-color: rgba(var(--cs-rgb-olive),.1); }
.cs-hero-orb-ring:nth-child(3) { inset: 32%; animation-duration: 22s; border-color: rgba(var(--cs-rgb-olive),.08); }

@keyframes csOrbRing {
    to { transform: rotate(360deg); }
}

.cs-globe-scene {
    width: 320px;
    height: 320px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.cs-globe-scene--hero {
    filter: drop-shadow(0 20px 80px rgba(var(--cs-rgb-lime),.15));
}

/* WebGL Earth */
.cs-earth-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 260px;
    height: 260px;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    box-shadow:
        inset 0 0 40px rgba(0,0,0,.35),
        0 0 0 1px rgba(255,255,255,.08),
        0 12px 40px rgba(0,0,0,.4);
}

.cs-earth-wrap canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.cs-orbit-track {
    width: 320px;
    height: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1.5px dashed rgba(var(--cs-rgb-lime),.35);
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
}

.cs-orbit-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    will-change: transform;
}

.cs-mic-float {
    position: absolute;
    top: -160px;
    left: 50%;
    width: 44px;
    height: auto;
    transform: translateX(-50%);
    will-change: transform;
    transform-origin: center center;
}

/* Logo-style condenser mic (pill badge + tall SVG) */
.cs-mic-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 44px;
    padding: 8px 10px;
    border-radius: 999px;
    color: var(--cs-olive);
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(var(--cs-rgb-lime), .45);
    box-shadow: 0 10px 30px rgba(var(--cs-rgb-lime),.28), 0 0 0 6px rgba(var(--cs-rgb-olive),.1);
}

.cs-mic-svg {
    display: block;
    width: 30px;
    height: 42px;
}

/* Desktop — larger Earth + orbit + logo mic */
@media (min-width: 1025px) {
    .cs-hero-stage {
        min-height: 540px;
    }

    .cs-hero-orb {
        width: 520px;
        height: 520px;
    }

    .cs-globe-scene {
        width: 420px;
        height: 420px;
    }

    .cs-earth-wrap {
        width: 360px;
        height: 360px;
    }

    .cs-orbit-track {
        width: 420px;
        height: 420px;
    }

    .cs-mic-float {
        top: -210px;
        width: 58px;
    }

    .cs-mic-icon {
        min-width: 52px;
        padding: 11px 13px;
    }

    .cs-mic-svg {
        width: 40px;
        height: 54px;
    }
}

.cs-hero-lang-readout {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    text-align: center;
    width: 100%;
    max-width: 280px;
    pointer-events: none;
}

.cs-hero-lang-main {
    display: block;
    font-family: 'Syne', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: rgba(255,255,255,.95);
    letter-spacing: .02em;
    transition: opacity .25s ease;
}

.cs-hero-lang-sub {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(var(--cs-rgb-lime),.75);
}

.cs-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 210px;
    height: 210px;
    margin: -105px 0 0 -105px;
    border: 1.5px solid rgba(var(--cs-rgb-lime),.45);
    border-radius: 50%;
    animation: csPulse 4s infinite;
}
.cs-pulse:nth-child(2) { animation-delay: 1.2s; }
.cs-pulse:nth-child(3) { animation-delay: 2.4s; }
@keyframes csPulse { from { transform: scale(1); opacity: .45; } to { transform: scale(2.2); opacity: 0; } }

/* Marquee */
.cs-hero-marquee {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    border-top: 1px solid rgba(255,255,255,.06);
    background: rgba(0,0,0,.2);
    backdrop-filter: blur(4px);
    overflow: hidden;
}

.cs-hero-marquee-inner {
    display: flex;
    width: max-content;
    animation: csMarquee 32s linear infinite;
}

@keyframes csMarquee {
    to { transform: translateX(-50%); }
}

.cs-hero-marquee-track {
    display: flex;
    align-items: center;
    gap: 48px;
    padding: 18px 24px;
    flex-shrink: 0;
}

.cs-hero-marquee-track span {
    font-family: 'Syne', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255,255,255,.22);
    white-space: nowrap;
}

.cs-hero-marquee-track span::after {
    content: '•';
    margin-left: 48px;
    color: rgba(var(--cs-rgb-lime),.35);
}

.cs-scroll-indicator {
    position: absolute;
    bottom: 88px;
    left: max(48px, env(safe-area-inset-left));
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255,255,255,.28);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .25em;
    text-transform: uppercase;
    will-change: transform;
}

.cs-scroll-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(180deg, rgba(var(--cs-rgb-lime),.5), transparent);
    animation: csScrollLine 2.2s ease-in-out infinite;
}

@keyframes csScrollLine {
    0%, 100% { transform: scaleY(1); opacity: .6; }
    50% { transform: scaleY(.4); opacity: 1; }
}

.cs-particle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;
    animation: csFloat linear infinite;
    box-shadow: 0 0 10px rgba(var(--cs-rgb-lime),.35);
}
@keyframes csFloat {
    0% { transform: translateY(0) translateX(0) scale(0); opacity: 0; }
    12% { opacity: .8; transform: scale(1); }
    88% { opacity: .8; }
    100% { transform: translateY(-130px) translateX(25px) scale(0); opacity: 0; }
}

@media (max-width: 1024px) {
    .cs-nav, .cs-demo-btn { display: none; }
    .cs-menu-toggle { display: block; }
    .cs-header { padding: 14px 20px; }
    .cs-hero {
        padding: 100px 24px 120px;
    }
    .cs-hero-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .cs-hero-stage {
        min-height: 320px;
        order: -1;
    }
    .cs-hero-orb {
        width: 300px;
        height: 300px;
    }
    .cs-globe-scene { width: 250px; height: 250px; }
    .cs-earth-wrap { width: 210px; height: 210px; }
    .cs-orbit-track { width: 250px; height: 250px; }
    .cs-mic-float { top: -125px; }
    .cs-scroll-indicator {
        bottom: 72px;
        left: 24px;
    }
}

@media (max-width: 580px) {
    .cs-hero-title-line { font-size: 2rem; }
    .cs-hero-title-line--xl { font-size: 2.5rem; }
    .cs-hero-marquee-track { gap: 32px; padding: 14px 16px; }
}

/* ===== STATEMENT — IMMERSIVE PARALLAX HERO ===== */
.cs-stmt {
    position: relative;
    min-height: 100vh;
    background: #050806;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: none;
}

.cs-stmt-scene {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Animated ring accents */
.cs-stmt-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 520px;
    height: 520px;
    margin: -260px 0 0 -260px;
    border-radius: 50%;
    border: 1px solid rgba(var(--cs-rgb-lime),.1);
    pointer-events: none;
    animation: csRingPulse 6s ease-in-out infinite;
    will-change: transform;
}

.cs-stmt-ring--2 {
    width: 720px;
    height: 720px;
    margin: -360px 0 0 -360px;
    border-color: rgba(var(--cs-rgb-olive),.07);
    animation-delay: -3s;
    animation-duration: 8s;
}

@keyframes csRingPulse {
    0%, 100% { transform: scale(1); opacity: .5; }
    50% { transform: scale(1.06); opacity: 1; }
}

/* Floating language tags */
.cs-stmt-langs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    will-change: transform;
}

.cs-stmt-lang {
    position: absolute;
    left: var(--x);
    top: var(--y);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .05em;
    color: rgba(255,255,255,.12);
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.06);
    backdrop-filter: blur(4px);
    background: rgba(255,255,255,.02);
    white-space: nowrap;
    animation: csLangFloat 7s ease-in-out infinite;
    transition: color .4s, border-color .4s, background .4s;
}

.cs-stmt-lang:nth-child(even) { animation-delay: -3.5s; animation-duration: 9s; }
.cs-stmt-lang:nth-child(3n) { animation-delay: -1.5s; animation-duration: 8s; }
.cs-stmt-lang:nth-child(4n+1) { animation-delay: -5s; animation-duration: 10s; }

.cs-stmt:hover .cs-stmt-lang {
    color: rgba(255,255,255,.22);
    border-color: rgba(var(--cs-rgb-lime),.12);
    background: rgba(var(--cs-rgb-lime),.04);
}

@keyframes csLangFloat {
    0%, 100% { transform: translateY(0) translateX(0); }
    25% { transform: translateY(-12px) translateX(6px); }
    50% { transform: translateY(-4px) translateX(-8px); }
    75% { transform: translateY(10px) translateX(4px); }
}

/* Center content */
.cs-stmt-content {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 800px;
    padding: 0 24px;
    will-change: transform;
}

.cs-stmt-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--cs-cyan);
    background: rgba(var(--cs-rgb-lime),.1);
    border: 1px solid rgba(var(--cs-rgb-lime),.15);
    padding: 7px 18px;
    border-radius: 999px;
    margin-bottom: 28px;
}

.cs-stmt-heading {
    font-family: 'Syne', sans-serif;
    margin: 0 0 22px;
}

.cs-stmt-line {
    display: block;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
    will-change: transform;
}

.cs-stmt-line--grad {
    background: linear-gradient(135deg, var(--cs-lime-soft) 0%, var(--cs-lime) 38%, var(--cs-olive) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cs-stmt-desc {
    font-size: 1.1rem;
    color: rgba(255,255,255,.45);
    margin: 0 auto 36px;
    max-width: 520px;
    line-height: 1.75;
}

.cs-stmt-cta {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .02em;
    padding: 14px 32px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.16);
    text-shadow: 0 1px 3px rgba(0,0,0,.25);
    background-image:
        var(--cs-btn-sound-texture),
        linear-gradient(145deg, var(--cs-olive-dark) 0%, var(--cs-olive) 42%, #7d9448 75%, var(--cs-lime) 100%);
    background-size: 200px 100%, 100% 100%;
    background-position: 0 50%, 0 0;
    background-repeat: repeat, no-repeat;
    background-blend-mode: soft-light, normal;
    animation: csVoiceWaveDrift 3.5s linear infinite;
    box-shadow:
        0 0 0 1px rgba(0,0,0,.1),
        0 8px 32px rgba(var(--cs-rgb-olive), .4),
        0 3px 14px rgba(var(--cs-rgb-lime), .22),
        inset 0 1px 0 rgba(255,255,255,.18);
    transition: transform .3s, box-shadow .3s;
}

.cs-stmt-cta:hover {
    transform: translateY(-2px);
    box-shadow:
        0 0 0 1px rgba(var(--cs-rgb-lime), .25),
        0 14px 44px rgba(0,0,0,.35),
        0 6px 22px rgba(var(--cs-rgb-lime), .32),
        inset 0 1px 0 rgba(255,255,255,.22);
}

.cs-stmt-cta svg { transition: transform .3s; }
.cs-stmt-cta:hover svg { transform: translateX(4px); }

/* Scroll-triggered reveal */
.cs-stmt-reveal {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1);
}

.cs-stmt-reveal.visible { opacity: 1; transform: translateY(0); }

.cs-stmt-reveal:nth-child(1) { transition-delay: 0s; }
.cs-stmt-reveal:nth-child(2) { transition-delay: .08s; }
.cs-stmt-reveal:nth-child(3) { transition-delay: .16s; }
.cs-stmt-reveal:nth-child(4) { transition-delay: .24s; }
.cs-stmt-reveal:nth-child(5) { transition-delay: .32s; }

/* Background sound bars */
.cs-stmt-bars-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 4px;
    pointer-events: none;
    opacity: .15;
    will-change: transform;
}

.cs-stmt-bars-bg span {
    width: 3px;
    border-radius: 2px 2px 0 0;
    background: linear-gradient(180deg, var(--cs-cyan), transparent);
    animation: csStmtBar 1.2s ease-in-out infinite alternate;
}

.cs-stmt-bars-bg span:nth-child(1) { height: 40px; animation-delay: 0s; }
.cs-stmt-bars-bg span:nth-child(2) { height: 70px; animation-delay: .06s; }
.cs-stmt-bars-bg span:nth-child(3) { height: 50px; animation-delay: .12s; }
.cs-stmt-bars-bg span:nth-child(4) { height: 90px; animation-delay: .18s; }
.cs-stmt-bars-bg span:nth-child(5) { height: 55px; animation-delay: .24s; }
.cs-stmt-bars-bg span:nth-child(6) { height: 110px; animation-delay: .3s; }
.cs-stmt-bars-bg span:nth-child(7) { height: 65px; animation-delay: .36s; }
.cs-stmt-bars-bg span:nth-child(8) { height: 130px; animation-delay: .42s; }
.cs-stmt-bars-bg span:nth-child(9) { height: 80px; animation-delay: .48s; }
.cs-stmt-bars-bg span:nth-child(10) { height: 150px; animation-delay: .54s; }
.cs-stmt-bars-bg span:nth-child(11) { height: 100px; animation-delay: .6s; }
.cs-stmt-bars-bg span:nth-child(12) { height: 140px; animation-delay: .4s; }
.cs-stmt-bars-bg span:nth-child(13) { height: 75px; animation-delay: .2s; }
.cs-stmt-bars-bg span:nth-child(14) { height: 120px; animation-delay: .5s; }
.cs-stmt-bars-bg span:nth-child(15) { height: 60px; animation-delay: .1s; }
.cs-stmt-bars-bg span:nth-child(16) { height: 95px; animation-delay: .35s; }
.cs-stmt-bars-bg span:nth-child(17) { height: 45px; animation-delay: .15s; }
.cs-stmt-bars-bg span:nth-child(18) { height: 85px; animation-delay: .28s; }
.cs-stmt-bars-bg span:nth-child(19) { height: 115px; animation-delay: .45s; }
.cs-stmt-bars-bg span:nth-child(20) { height: 50px; animation-delay: .08s; }

@keyframes csStmtBar {
    0% { transform: scaleY(.3); }
    100% { transform: scaleY(1); }
}

/* Custom cursor dot */
.cs-stmt-mouse-dot {
    position: fixed;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--cs-rgb-lime),.9), rgba(var(--cs-rgb-olive),.6));
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity .3s;
    box-shadow: 0 0 20px rgba(var(--cs-rgb-lime),.5), 0 0 60px rgba(var(--cs-rgb-lime),.15);
    mix-blend-mode: screen;
}

.cs-stmt-mouse-dot.active { opacity: 1; }

@media (max-width: 900px) {
    .cs-stmt-line { font-size: 2.6rem; }
    .cs-stmt-ring { width: 360px; height: 360px; margin: -180px 0 0 -180px; }
    .cs-stmt-ring--2 { width: 500px; height: 500px; margin: -250px 0 0 -250px; }
    .cs-stmt { cursor: auto; }
    .cs-stmt-mouse-dot { display: none; }
}

@media (max-width: 580px) {
    .cs-stmt-line { font-size: 1.8rem; }
    .cs-stmt-desc { font-size: .95rem; }
    .cs-stmt-lang { font-size: 10px; padding: 4px 10px; }
    .cs-stmt-bars-bg { height: 100px; }
}

.cs-showcase {
    padding: 45px 20px 45px;
    background: #ffffff;
    border-top: 1px solid var(--cs-line);
    position: relative;
    overflow: hidden;
}

.cs-showcase-wrap {
    max-width: 1300px;
    margin: 0 auto;
}

.cs-showcase::before {
    content: '';
    position: absolute;
    inset: -20% -10% auto;
    height: 320px;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 22% 40%, rgba(var(--cs-rgb-lime), 0.14), transparent 52%),
        radial-gradient(ellipse at 78% 40%, rgba(var(--cs-rgb-olive), 0.12), transparent 56%);
    filter: blur(10px);
    opacity: 0.95;
    animation: csShowcaseAura 12s ease-in-out infinite;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cs-showcase-player {
    height: 520px;
    border-radius: 22px;
    border: 1px solid rgba(var(--cs-rgb-olive), 0.18);
    position: relative;
    overflow: hidden;
    background: #0a0e0b;
    box-shadow: 0 18px 45px rgba(15,23,42,.18);
    transition: transform .45s cubic-bezier(.16,1,.3,1), box-shadow .45s cubic-bezier(.16,1,.3,1);
    will-change: transform;
}

.cs-showcase-player:hover {
    transform: translateY(-4px) scale(1.005);
    box-shadow: 0 26px 60px rgba(15,23,42,.22);
}

.cs-showcase-yt {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.cs-showcase-yt iframe {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

.cs-showcase-player-shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: auto;
    background:
        radial-gradient(circle at 20% 25%, rgba(var(--cs-rgb-lime),.22), transparent 38%),
        radial-gradient(circle at 80% 75%, rgba(var(--cs-rgb-olive),.2), transparent 40%),
        linear-gradient(180deg, rgba(15,23,42,.28), rgba(15,23,42,.62));
    transition: opacity .35s ease, visibility .35s ease;
}

.cs-showcase-player.is-playing .cs-showcase-player-shade {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.cs-showcase-video-title {
    position: absolute;
    top: max(18px, env(safe-area-inset-top));
    left: max(20px, env(safe-area-inset-left));
    z-index: 5;
    margin: 0;
    max-width: min(92%, 700px);
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.35rem, 3.8vw, 2.05rem);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: left;
    text-shadow: 0 2px 24px rgba(0,0,0,.55), 0 1px 3px rgba(0,0,0,.45);
    pointer-events: none;
    transition: transform .45s cubic-bezier(.16,1,.3,1), text-shadow .45s ease;
}

.cs-showcase-player:hover .cs-showcase-video-title {
    transform: translateY(-2px);
    text-shadow: 0 4px 26px rgba(0,0,0,.62), 0 1px 3px rgba(0,0,0,.45);
}

@keyframes csShowcaseAura {
    0%, 100% { transform: translateY(0) scale(1); opacity: .88; }
    50% { transform: translateY(14px) scale(1.04); opacity: 1; }
}

.cs-showcase-controls {
    position: absolute;
    left: max(16px, env(safe-area-inset-left));
    bottom: max(16px, env(safe-area-inset-bottom));
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    pointer-events: auto;
}

.cs-showcase-controls-label {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    color: rgba(255,255,255,.92);
    text-shadow: 0 1px 8px rgba(0,0,0,.6);
}

.cs-showcase-controls-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
}

.cs-showcase-select-wrap {
    display: block;
    margin: 0;
}

.cs-lang-select {
    appearance: none;
    -webkit-appearance: none;
    min-width: 200px;
    padding: 10px 40px 10px 14px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #1e293b;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23334155' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    border: 1px solid rgba(15,23,42,.12);
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,.2);
    cursor: pointer;
}

.cs-lang-select:hover {
    border-color: rgba(15,23,42,.22);
}

.cs-lang-select:focus {
    outline: none;
    box-shadow: 0 4px 16px rgba(0,0,0,.2), 0 0 0 2px rgba(var(--cs-rgb-lime),.75);
}

.cs-showcase-play-compact {
    flex-shrink: 0;
    width: 44px;
    height: auto;
    min-height: 44px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    background: linear-gradient(180deg, #bfe4ff 0%, #7ec8f5 55%, #5ab8ec 100%);
    box-shadow: 0 3px 12px rgba(0,80,140,.35);
    cursor: pointer;
    transition: transform .15s ease, filter .15s ease;
}

.cs-showcase-play-compact:hover {
    filter: brightness(1.05);
    transform: scale(1.03);
}

.cs-showcase-play-compact:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.cs-showcase-play-compact-ic {
    display: block;
}

.cs-showcase-play-compact-ic--play {
    width: 0;
    height: 0;
    margin-left: 3px;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #0f172a;
}

.cs-showcase-play-compact-ic--pause {
    display: none;
    position: relative;
    width: 14px;
    height: 14px;
}

.cs-showcase-play-compact-ic--pause::before,
.cs-showcase-play-compact-ic--pause::after {
    content: '';
    position: absolute;
    top: 0;
    width: 4px;
    height: 14px;
    background: #0f172a;
    border-radius: 1px;
}

.cs-showcase-play-compact-ic--pause::before { left: 0; }
.cs-showcase-play-compact-ic--pause::after { right: 0; }

.cs-showcase-player.is-playing .cs-showcase-play-compact-ic--play {
    display: none;
}

.cs-showcase-player.is-playing .cs-showcase-play-compact-ic--pause {
    display: block;
}

@media (max-width: 768px) {
    .cs-showcase-player {
        height: 360px;
    }

    .cs-showcase-controls-row {
        flex-wrap: wrap;
    }

    .cs-lang-select {
        min-width: 160px;
    }
}

@media (max-width: 480px) {
    .cs-showcase-video-title {
        font-size: 1.2rem;
        max-width: 95%;
    }

    .cs-showcase-controls-row {
        width: 100%;
    }

    .cs-lang-select {
        flex: 1;
        min-width: 0;
    }
}

/* ===== GLOBAL PRESENCE — dark “command center” map + side panel (premium reference) ===== */
.cs-global--premium {
    /* Brand accents: lime for selection / pins; olive gradient for popup (readable white type) */
    --cs-global-accent: var(--cs-lime);
    --cs-global-accent-soft: rgba(var(--cs-rgb-lime), 0.22);
    --cs-global-popup-bg: linear-gradient(145deg, var(--cs-olive-dark) 0%, var(--cs-olive) 52%, #6d8048 100%);
    --cs-global-surface: #f4f6ef;
    --cs-global-elevated: #ffffff;
    --cs-global-map-land: #5a6b40;
    /* Same gradient as section — reused on map panel so it doesn’t look like a separate “card” */
    --cs-global-surface-gradient: linear-gradient(180deg, #ffffff 0%, var(--cs-bg) 32%, #e8ebe3 100%);
}

@keyframes csPinPulse {
    0% {
        transform: scale(0.7);
        opacity: 0.55;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes csGlobalMapGlow {
    0%,
    100% {
        opacity: 0.45;
        transform: translate(-50%, -48%) scale(1);
    }
    50% {
        opacity: 0.65;
        transform: translate(-50%, -52%) scale(1.03);
    }
}

.cs-global--premium {
    position: relative;
    padding: clamp(48px, 7vw, 40px) clamp(16px, 3.5vw, 40px) clamp(56px, 8vw, 40px);
    /*border-top: 1px solid var(--cs-line);*/
    background: var(--cs-global-surface-gradient);
    overflow: hidden;
    color: var(--cs-text);
}

.cs-global-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.4;
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.05) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 78% 68% at 50% 42%, #000 22%, transparent 72%);
}

.cs-global--premium .cs-global-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(ellipse 85% 55% at 10% 15%, rgba(var(--cs-rgb-lime), 0.16), transparent 52%),
        radial-gradient(ellipse 70% 50% at 92% 85%, rgba(var(--cs-rgb-olive), 0.1), transparent 50%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, transparent 45%);
}

.cs-global-inner {
    position: relative;
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
}

.cs-global-stage {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.72fr);
    align-items: center;
    gap: clamp(28px, 4.5vw, 56px);
}

.cs-global-map-block {
    position: relative;
    min-height: 0;
    margin-bottom: 0;
}

.cs-global-legend {
    position: absolute;
    z-index: 4;
    left: 14px;
    top: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(var(--cs-rgb-olive), 0.12);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.07);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--cs-muted);
}

.cs-global-legend-line {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cs-global-legend-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.cs-global-legend-dot--muted {
    background: var(--cs-olive);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95);
}

.cs-global-legend-dot--accent {
    background: var(--cs-global-accent);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}

.cs-global-map-glow {
    position: absolute;
    left: 50%;
    top: 48%;
    width: min(115%, 900px);
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(var(--cs-rgb-lime), 0.1) 0%, rgba(var(--cs-rgb-olive), 0.05) 42%, transparent 62%);
    filter: blur(32px);
    pointer-events: none;
    z-index: 0;
    animation: csGlobalMapGlow 12s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
    .cs-global-map-glow {
        animation: none;
        opacity: 0.5;
    }
}

.cs-global-map-shell {
    position: relative;
    z-index: 1;
    padding: 0;
    border-radius: 22px;
    border: 1px solid rgba(var(--cs-rgb-olive), 0.1);
    background: transparent;
    box-shadow: 0 20px 48px -34px rgba(26, 35, 20, 0.12);
}

.cs-global-map-rot {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    border-radius: 21px;
    overflow: hidden;
    background: var(--cs-global-surface-gradient);
}

.cs-global-map-panel {
    position: relative;
    width: 100%;
    aspect-ratio: 950 / 620;
    overflow: hidden;
    background: var(--cs-global-surface-gradient);
    box-shadow: none;
}

.cs-global-map-vignette {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:
        radial-gradient(ellipse 92% 78% at 50% 48%, transparent 42%, rgba(232, 235, 227, 0.22) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, transparent 30%, transparent 72%, rgba(232, 235, 227, 0.12) 100%);
}

.cs-global-map-base {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 78% 60% at 48% 40%, rgba(var(--cs-rgb-lime), 0.04), transparent 58%);
}

.cs-global-map-img {
    display: block;
    width: 100%;
    height: auto;
    filter: brightness(0) saturate(100%) invert(37%) sepia(16%) saturate(520%) hue-rotate(46deg) brightness(0.95) contrast(1.05);
    opacity: 0.92;
}

.cs-global-map-shine {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(125deg, rgba(255, 255, 255, 0.22) 0%, transparent 40%, transparent 100%);
    mix-blend-mode: overlay;
    opacity: 0.45;
}

.cs-global-markers {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
}

.cs-global-marker {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    pointer-events: auto;
    z-index: 5;
    transition: opacity 0.25s ease, transform 0.2s ease;
}

.cs-global-marker:hover,
.cs-global-marker:focus-visible {
    z-index: 30;
}

.cs-global-marker:focus-visible {
    outline: none;
}

.cs-global-pin {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.cs-global-pin-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 9px;
    margin: -4.5px 0 0 -4.5px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    box-shadow:
        0 0 0 2px rgba(61, 74, 44, 0.45),
        0 3px 10px rgba(15, 23, 42, 0.18);
    transition: transform 0.25s ease, width 0.25s ease, height 0.25s ease, margin 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.cs-global-pin-pulse {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 28px;
    margin: -14px 0 0 -14px;
    border-radius: 50%;
    border: 1px solid rgba(var(--cs-rgb-olive), 0.25);
    animation: csPinPulse 3s ease-out infinite;
    opacity: 0;
}

.cs-global-marker.is-active .cs-global-pin-pulse {
    opacity: 1;
    border-color: rgba(var(--cs-rgb-lime), 0.5);
}

.cs-global-marker.is-active .cs-global-pin-dot {
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    background: var(--cs-global-accent);
    box-shadow:
        0 0 0 3px rgba(255, 255, 255, 0.95),
        0 0 22px rgba(var(--cs-rgb-lime), 0.55);
}

.cs-global-marker:hover:not(.is-active) .cs-global-pin-dot {
    transform: scale(1.15);
}

.cs-global-marker:focus-visible .cs-global-pin-dot {
    box-shadow: 0 0 0 3px rgba(var(--cs-rgb-lime), 0.55), 0 3px 12px rgba(15, 23, 42, 0.2);
}

@media (prefers-reduced-motion: reduce) {
    .cs-global-pin-pulse {
        animation: none;
        opacity: 0;
    }
}

/* Floating detail card (reference: accent panel + connector) */
.cs-global-popup {
    position: absolute;
    z-index: 20;
    min-width: min(220px, 72vw);
    max-width: 280px;
    padding: 14px 36px 14px 14px;
    border-radius: 10px;
    background: var(--cs-global-popup-bg);
    color: #fff;
    box-shadow:
        0 16px 36px rgba(var(--cs-rgb-olive), 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.12) inset;
    transform: translate(-50%, calc(-100% - 16px));
    text-align: left;
    pointer-events: auto;
}

.cs-global-popup[hidden] {
    display: none !important;
}

.cs-global-popup-connector {
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 0;
    height: 0;
    margin-left: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #6d8048;
}

.cs-global-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease;
}

.cs-global-popup-close:hover {
    background: rgba(0, 0, 0, 0.35);
}

.cs-global-popup-title {
    margin: 0 0 6px;
    font-family: 'Syne', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.cs-global-popup-detail {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.45;
    opacity: 0.95;
    font-weight: 500;
}

.cs-global-popup-maplink {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    color: #0f0f0f;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cs-global-popup-maplink:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cs-global-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(8px, 1.5vw, 16px) 0;
    max-width: 28rem;
}

.cs-global--premium.cs-global--light .cs-global-copy .cs-global-kicker {
    padding-left: 14px;
    border-left: 3px solid var(--cs-lime);
}

.cs-global--premium .cs-global-copy {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.cs-global--premium .cs-global-copy .cs-global-kicker {
    margin: 0 0 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--cs-olive);
    border: none;
    padding: 0;
}

.cs-global--premium .cs-global-copy .cs-global-title {
    margin: 0 0 14px;
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.5rem, 2.4vw, 2.1rem);
    font-weight: 700;
    color: var(--cs-text);
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.cs-global--premium .cs-global-copy .cs-global-lead {
    margin: 0 0 22px;
    font-size: 0.95rem;
    line-height: 1.58;
    color: var(--cs-muted);
    max-width: 26em;
}

.cs-global-regions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.cs-global-region {
    padding: 3px 15px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    border: 1px solid var(--cs-line);
    background: rgba(255, 255, 255, 0.85);
    color: var(--cs-text);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.cs-global-region:hover {
    border-color: rgba(var(--cs-rgb-olive), 0.35);
}

.cs-global-region.is-active {
    background: #7a9047;
    border-color: transparent;
    color: #fff;
}

.cs-global-cities {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 16px;
    margin-bottom: 20px;
}

.cs-global-city {
    display: block;
    width: 100%;
    padding: 8px 0 8px 14px;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: var(--cs-muted);
    background: none;
    border: none;
    border-bottom: 1px solid rgba(var(--cs-rgb-olive), 0.12);
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease;
}

.cs-global-city::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--cs-olive);
    opacity: 0.45;
    transition: background 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.cs-global-city:hover {
    color: var(--cs-text);
}

.cs-global-city.is-active {
    color: var(--cs-global-accent);
    font-weight: 600;
}

.cs-global-city.is-active::before {
    background: var(--cs-global-accent);
    box-shadow: 0 0 0 3px var(--cs-global-accent-soft);
}

.cs-global--premium .cs-global-stat {
    margin: 0 0 18px;
    padding: 0;
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: none;
    color: var(--cs-muted);
}

.cs-global--premium .cs-global-ctas {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: auto;
}

.cs-global--premium .cs-global-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 20px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    border-radius: 999px;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease;
}

.cs-global--premium .cs-global-btn--primary {
    position: relative;
    overflow: hidden;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.18);
    background-image:
        var(--cs-btn-sound-texture),
        linear-gradient(145deg, var(--cs-olive-dark) 0%, var(--cs-olive) 38%, #7d9448 72%, var(--cs-lime) 100%);
    background-size: 200px 100%, 100% 100%;
    background-position: 0 50%, 0 0;
    background-repeat: repeat, no-repeat;
    background-blend-mode: soft-light, normal;
    animation: csVoiceWaveDrift 3.6s linear infinite;
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.08),
        0 8px 26px rgba(var(--cs-rgb-olive), 0.38),
        0 2px 10px rgba(var(--cs-rgb-lime), 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.cs-global--premium .cs-global-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 12px 32px rgba(var(--cs-rgb-olive), 0.45),
        0 4px 14px rgba(var(--cs-rgb-lime), 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.cs-global--premium .cs-global-btn--ghost {
    color: var(--cs-text);
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--cs-line);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.cs-global--premium .cs-global-btn--ghost:hover {
    border-color: rgba(var(--cs-rgb-olive), 0.4);
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.cs-global--premium .cs-global-play-ic {
    border-color: transparent transparent transparent var(--cs-olive);
}

@media (prefers-reduced-motion: reduce) {
    .cs-global--premium .cs-global-btn--primary {
        animation: none;
    }
}

@media (max-width: 900px) {
    .cs-global-stage {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .cs-global-panel {
        max-width: none;
    }

    .cs-global--premium.cs-global--light .cs-global-copy .cs-global-kicker {
        display: inline-block;
        padding-left: 0;
        border-left: none;
        border-bottom: 2px solid var(--cs-lime);
        padding-bottom: 6px;
    }

    .cs-global--premium .cs-global-copy {
        text-align: center;
        max-width: 36rem;
        margin-left: auto;
        margin-right: auto;
    }

    .cs-global--premium .cs-global-copy .cs-global-lead {
        margin-left: auto;
        margin-right: auto;
    }

    .cs-global-regions {
        justify-content: center;
    }

    .cs-global--premium .cs-global-stat {
        text-align: center;
    }

    .cs-global-cities {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .cs-global--premium .cs-global-ctas {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .cs-global-cities {
        grid-template-columns: 1fr;
    }

    .cs-global--premium .cs-global-ctas {
        flex-direction: column;
        align-items: stretch;
    }

    .cs-global--premium .cs-global-btn {
        width: 100%;
    }

    .cs-global-legend {
        font-size: 9px;
        padding: 8px 10px;
    }
}
