:root {
    --bg: #050509;
    --bg-2: #0b0c10;
    --panel: rgba(17, 19, 25, 0.78);
    --panel-strong: rgba(25, 28, 36, 0.92);
    --line: rgba(255, 255, 255, 0.1);
    --line-bright: rgba(38, 255, 171, 0.55);
    --text: #f8fafc;
    --muted: #a5adba;
    --soft: #d9ffe9;
    --primary: #14f195;
    --primary-2: #00c2ff;
    --accent: #ff3d9a;
    --danger: #ff5573;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
    --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
    scroll-behavior: smooth;
    background: var(--bg);
    overflow-x: hidden;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    color: var(--text);
    font-family: var(--font);
    line-height: 1.55;
    background:
        radial-gradient(circle at 50% -20%, rgba(20, 241, 149, 0.12), transparent 42%),
        linear-gradient(180deg, #050509 0%, #08090f 42%, #050509 100%);
}

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

button,
input,
textarea {
    font: inherit;
}

.container {
    width: min(100% - clamp(32px, 6vw, 96px), 1320px);
    margin: 0 auto;
}

.site-wrapper {
    position: relative;
    z-index: 1;
    isolation: isolate;
}

.animated-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background: #050509;
}

.animated-bg::before {
    content: "";
    position: absolute;
    inset: -20%;
    background-image:
        linear-gradient(115deg, rgba(20,241,149,0.045) 1px, transparent 1px);
    background-size: 90px 90px;
    transform: translate3d(0, var(--grid-shift, 0px), 0);
    opacity: .55;
}

.animated-bg::after {
    content: "";
    position: absolute;
    inset: -10%;
    background:
        radial-gradient(circle at 20% calc(20% + var(--grid-shift, 0px)), rgba(20,241,149,.14), transparent 30%),
        radial-gradient(circle at 80% calc(60% - var(--grid-shift, 0px)), rgba(0,194,255,.08), transparent 35%);
    opacity: .9;
}

.data-line {
    position: absolute;
    width: var(--w, 150vw);
    height: var(--thickness, 1px);
    transform: rotate(var(--r, 35deg));
    transform-origin: left center;
    background: rgba(20, 241, 149, var(--opacity, 0.08));
    box-shadow: 0 0 1px rgba(20, 241, 149, 0.1);
}

.data-line::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: var(--beam-width, 220px);
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(20, 241, 149, 0.95), rgba(255, 255, 255, 0.9) 70%, transparent);
    filter: blur(0.5px);
    box-shadow:
        0 0 10px rgba(20, 241, 149, 0.95),
        0 0 20px rgba(20, 241, 149, 0.6);
    transform: translate3d(-240px, -50%, 0);
    animation: cometFlow var(--speed) linear infinite;
    animation-delay: var(--delay);
    will-change: transform, opacity;
}

.data-line.line-1 { top: -10%; left: -15%; --w: 160vw; --r: 35deg; --speed: 5.5s; --delay: -1.2s; --opacity: 0.11; --beam-width: 240px; --thickness: 1px; --travel: 190vw; }
.data-line.line-2 { top: 10%; left: -30%; --w: 170vw; --r: 33deg; --speed: 7.2s; --delay: -4.5s; --opacity: 0.08; --beam-width: 190px; --thickness: 1px; --travel: 210vw; }
.data-line.line-3 { top: 25%; left: -10%; --w: 150vw; --r: 36deg; --speed: 6.0s; --delay: -2.8s; --opacity: 0.13; --beam-width: 220px; --thickness: 1px; --travel: 185vw; }
.data-line.line-4 { top: 5%; left: 30%; --w: 140vw; --r: 34deg; --speed: 8.5s; --delay: -6.1s; --opacity: 0.09; --beam-width: 180px; --thickness: 1px; --travel: 160vw; }
.data-line.line-5 { top: 40%; left: -35%; --w: 180vw; --r: 35deg; --speed: 5.0s; --delay: -0.5s; --opacity: 0.16; --beam-width: 280px; --thickness: 2px; --travel: 230vw; }
.data-line.line-6 { top: 55%; left: -15%; --w: 160vw; --r: 33deg; --speed: 9.0s; --delay: -3.7s; --opacity: 0.10; --beam-width: 200px; --thickness: 1px; --travel: 195vw; }
.data-line.line-7 { top: 30%; left: 50%; --w: 130vw; --r: 37deg; --speed: 6.8s; --delay: -5.2s; --opacity: 0.12; --beam-width: 210px; --thickness: 1px; --travel: 155vw; }
.data-line.line-8 { top: 70%; left: -25%; --w: 170vw; --r: 35deg; --speed: 8.0s; --delay: -1.9s; --opacity: 0.09; --beam-width: 200px; --thickness: 1px; --travel: 215vw; }
.data-line.line-9 { top: 80%; left: -10%; --w: 150vw; --r: 34deg; --speed: 6.3s; --delay: -4.1s; --opacity: 0.14; --beam-width: 260px; --thickness: 2px; --travel: 180vw; }
.data-line.line-10 { top: 60%; left: 40%; --w: 135vw; --r: 36deg; --speed: 10.2s; --delay: -8.0s; --opacity: 0.08; --beam-width: 185px; --thickness: 1px; --travel: 165vw; }
.data-line.line-11 { top: 88%; left: -30%; --w: 180vw; --r: 35deg; --speed: 7.5s; --delay: -2.3s; --opacity: 0.11; --beam-width: 230px; --thickness: 1px; --travel: 225vw; }
.data-line.line-12 { top: 92%; left: 15%; --w: 140vw; --r: 33deg; --speed: 5.8s; --delay: -4.9s; --opacity: 0.13; --beam-width: 220px; --thickness: 1px; --travel: 170vw; }
.data-line.line-13 { top: 45%; left: 70%; --w: 120vw; --r: 36deg; --speed: 8.8s; --delay: -6.5s; --opacity: 0.08; --beam-width: 190px; --thickness: 1px; --travel: 145vw; }
.data-line.line-14 { top: 15%; left: -40%; --w: 190vw; --r: 35deg; --speed: 11.0s; --delay: -9.5s; --opacity: 0.10; --beam-width: 195px; --thickness: 1px; --travel: 240vw; }

.section-noise::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.1;
    background-image: linear-gradient(90deg, transparent 0 48%, rgba(255,255,255,0.025) 50%, transparent 52%);
    background-size: 28px 100%;
    /* Prefix added for mask-image */
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
    mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}

.header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(5, 5, 9, 0.66);
    /* Prefix added for backdrop-filter */
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.header.scrolled {
    background: rgba(5, 5, 9, 0.9);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.35);
}

.header-inner {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    letter-spacing: 0;
}

.brand span span,
.brand-headline {
    color: var(--primary);
}

.brand-mark {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: var(--primary);
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.nav {
    display: flex;
    align-items: center;
    gap: 28px;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
}

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

.header-actions,
.hero-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn {
    position: relative;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--text);
    font-weight: 900;
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.btn::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-115%);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.24), transparent);
    transition: transform 0.55s ease;
}

.btn:hover::after {
    transform: translateX(115%);
}

.btn-primary {
    color: #03110b;
    background: linear-gradient(135deg, var(--primary), #8dffcf);
    box-shadow: 0 0 28px rgba(20, 241, 149, 0.26);
}

.btn-primary:hover,
.btn-dark:hover,
.btn-ghost:hover {
    transform: translateY(-3px);
}

.btn-dark {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
}

.btn-ghost {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.16);
}

.btn-large {
    min-height: 56px;
    padding: 0 24px;
    font-size: 1rem;
}

.btn-block {
    width: 100%;
}

.menu-btn {
    display: none;
    width: 44px;
    height: 44px;
    place-items: center;
    gap: 4px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 8px;
    background: rgba(255,255,255,0.04);
    cursor: pointer;
}

.menu-btn span {
    width: 18px;
    height: 2px;
    display: block;
    background: var(--text);
}

.hero {
    position: relative;
    min-height: clamp(620px, 95vh, 950px);
    display: flex;
    align-items: center;
    padding: clamp(100px, 12vh, 130px) 0 clamp(40px, 6vh, 80px);
    overflow: hidden;
}

.hero-ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.pipeline-line {
    position: absolute;
    height: 1px;
    width: 70vw;
    opacity: 0.45;
    background: linear-gradient(90deg, transparent, rgba(20, 241, 149, 0.7), rgba(0, 194, 255, 0.3), transparent);
    transform: rotate(-18deg);
}

.pipeline-line::after {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 18px var(--primary);
    animation: nodeRun 2.2s linear infinite;
}

.line-1 { top: 20%; right: -12%; }
.line-2 { top: 47%; left: -10%; animation-delay: -1s; }
.line-3 { bottom: 13%; right: 2%; animation-delay: -2s; }

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: center;
    gap: clamp(28px, 4vw, 56px);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--soft);
    font-size: 0.83rem;
    font-weight: 900;
    text-transform: uppercase;
}

.eyebrow span {
    width: 34px;
    height: 2px;
    background: linear-gradient(90deg, var(--primary), var(--primary-2));
}

.eyebrow.centered {
    justify-content: center;
}

.hero h1 {
    max-width: 680px;
    font-size: clamp(2.4rem, 4.8vw, 4.2rem);
    line-height: 1.05;
    letter-spacing: -0.01em;
    font-weight: 900;
}

.brand-headline {
    display: block;
    text-shadow: 0 0 34px rgba(20, 241, 149, 0.3);
    animation: headlineGlow 2.8s ease-in-out infinite;
}

.hero-subtitle {
    max-width: 650px;
    margin: 26px 0 32px;
    color: var(--muted);
    font-size: clamp(1rem, 1.5vw, 1.13rem);
}

.hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 640px;
    margin-top: 34px;
}

.hero-proof div {
    min-height: 86px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    background: rgba(255,255,255,0.045);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.hero-proof strong {
    display: block;
    color: var(--primary);
    font-size: 1.45rem;
    font-variant-numeric: tabular-nums;
}

.hero-proof span {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.hero-stage {
    position: relative;
    min-height: clamp(420px, 55vh, 560px);
    display: grid;
    place-items: center;
    width: 100%;
}

.capture-ring {
    position: absolute;
    width: 248px;
    height: 248px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(20, 241, 149, 0.34);
    background: rgba(20, 241, 149, 0.04);
}

.ring-text {
    z-index: 2;
    color: #03110b;
    padding: 12px 18px;
    border-radius: 8px;
    background: var(--primary);
    font-size: 1.15rem;
    font-weight: 900;
    box-shadow: 0 0 34px rgba(20, 241, 149, 0.36);
}

.ring-pulse {
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(20, 241, 149, 0.3);
    border-radius: 50%;
    animation: ringPulse 3s linear infinite;
}

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

.live-panel {
    position: relative;
    z-index: 3;
    width: min(100%, clamp(380px, 32vw, 470px));
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(22, 25, 32, 0.92), rgba(8, 10, 14, 0.84));
    box-shadow: var(--shadow), 0 0 0 1px rgba(20, 241, 149, 0.1);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    transform: rotateX(7deg) rotateY(-10deg);
    animation: panelFloat 4.2s ease-in-out infinite;
}

.panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    color: var(--muted);
    font-size: 0.84rem;
    font-weight: 900;
    text-transform: uppercase;
}

.panel-top div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 0 0 rgba(20, 241, 149, 0.55);
    animation: statusPulse 1.6s infinite;
}

.panel-top strong {
    color: var(--primary);
}

.metric-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.metric-row article {
    min-height: 126px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    background: rgba(255,255,255,0.045);
}

.metric-row span,
.metric-row small {
    display: block;
    color: var(--muted);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.metric-row strong {
    display: block;
    margin: 7px 0;
    color: var(--text);
    font-size: 1.9rem;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}

.activity-chart {
    height: 132px;
    display: flex;
    align-items: end;
    gap: 10px;
    margin: 18px 0;
    padding: 16px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    background:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px) 0 0 / 100% 33%,
        rgba(0,0,0,0.16);
}

.activity-chart span {
    flex: 1;
    height: var(--h);
    min-height: 20%;
    border-radius: 8px 8px 2px 2px;
    background: linear-gradient(180deg, var(--primary), rgba(0, 194, 255, 0.42));
    transform-origin: bottom;
    animation: barMove 1.05s ease-in-out infinite;
}

.activity-chart span:nth-child(2n) { animation-delay: -0.35s; }
.activity-chart span:nth-child(3n) { animation-delay: -0.75s; }

.feed {
    min-height: 112px;
    display: grid;
    gap: 8px;
}

.feed-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(20, 241, 149, 0.18);
    border-radius: 8px;
    background: rgba(20, 241, 149, 0.06);
    animation: feedIn 0.35s ease both;
}

.feed-item span {
    color: var(--text);
    font-size: 0.82rem;
    font-weight: 800;
}

.feed-item small {
    color: var(--primary);
    font-size: 0.72rem;
    font-weight: 900;
}

.floating-card {
    position: absolute;
    z-index: 4;
    width: 210px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 8px;
    background: rgba(12, 13, 18, 0.86);
    box-shadow: var(--shadow);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    animation: miniFloat 3.6s ease-in-out infinite;
}

.floating-card::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-110%);
    background: linear-gradient(90deg, transparent, rgba(20, 241, 149, 0.22), transparent);
    animation: cardScan 2.8s ease-in-out infinite;
}

.floating-card span {
    color: var(--primary);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.floating-card strong {
    display: block;
    margin-top: 4px;
    font-size: 0.92rem;
}

.card-left { left: -130px; top: 75px; }
.card-right { right: 0; bottom: 92px; animation-delay: -2s; }

.section {
    position: relative;
    padding: 112px 0;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.section-header {
    max-width: 760px;
    margin: 0 auto 52px;
    text-align: center;
}

.section-header h2,
.solution-copy h2,
.control-grid h2,
.final-cta h2 {
    font-size: clamp(1.9rem, 3.8vw, 3.05rem);
    line-height: 1.05;
    letter-spacing: 0;
    font-weight: 900;
}

.section-header p,
.solution-copy p,
.control-grid p,
.final-cta p {
    margin-top: 16px;
    color: var(--muted);
    font-size: 1.05rem;
}

.metrics-strip {
    position: relative;
    padding: 28px 0;
    border-block: 1px solid rgba(255,255,255,0.08);
    background: rgba(8, 9, 13, 0.78);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.metrics-grid div {
    min-height: 94px;
    display: grid;
    place-items: center;
    padding: 14px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    background: rgba(255,255,255,0.035);
}

.metrics-grid strong {
    color: var(--primary);
    font-size: 2rem;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}

.metrics-grid span {
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 800;
}

.grid {
    display: grid;
    gap: 18px;
}

.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card,
.feature-card,
.pricing-card {
    position: relative;
    min-height: 100%;
    padding: 24px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    background: rgba(255,255,255,0.045);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.card::before,
.feature-card::before,
.pricing-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background: linear-gradient(135deg, rgba(20, 241, 149, 0.14), transparent 40%, rgba(255, 61, 154, 0.08));
    transition: opacity 0.25s ease;
}

.card:hover,
.feature-card:hover,
.pricing-card:hover {
    transform: translateY(-6px);
    border-color: rgba(20, 241, 149, 0.45);
    background: rgba(255,255,255,0.07);
}

.card:hover::before,
.feature-card:hover::before,
.pricing-card:hover::before {
    opacity: 1;
}

.card > *,
.feature-card > *,
.pricing-card > * {
    position: relative;
    z-index: 1;
}

.card-icon,
.feature-card span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border: 1px solid rgba(20, 241, 149, 0.28);
    border-radius: 8px;
    color: var(--primary);
    background: rgba(20, 241, 149, 0.08);
    font-weight: 900;
}

.card-icon.danger {
    color: var(--danger);
    border-color: rgba(255, 85, 115, 0.34);
    background: rgba(255, 85, 115, 0.08);
}

.card h3,
.feature-card h3,
.pricing-card h3 {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.card p,
.feature-card p,
.pricing-card p {
    color: var(--muted);
    font-size: 0.95rem;
}

.solution-layout {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
    gap: 64px;
}

.funnel {
    position: relative;
    min-height: 450px;
    display: grid;
    place-items: center;
}

.funnel::before {
    content: "";
    position: absolute;
    inset: 40px;
    border: 1px solid rgba(20, 241, 149, 0.18);
    border-radius: 50%;
    animation: rotateSlow 18s linear infinite;
}

.funnel-source,
.funnel-center,
.funnel-output {
    position: absolute;
    display: grid;
    place-items: center;
    border-radius: 8px;
    font-weight: 900;
}

.funnel-source {
    width: 118px;
    height: 48px;
    border: 1px solid rgba(255,255,255,0.12);
    color: var(--muted);
    background: rgba(255,255,255,0.04);
    animation: sourcePulse 4s ease-in-out infinite;
}

.funnel-source:nth-child(1) { top: 16px; left: 48px; }
.funnel-source:nth-child(2) { top: 24px; right: 38px; animation-delay: -1s; }
.funnel-source:nth-child(3) { bottom: 116px; left: 0; animation-delay: -2s; }
.funnel-source:nth-child(4) { bottom: 96px; right: 4px; animation-delay: -3s; }

.funnel-center {
    width: 210px;
    height: 92px;
    color: #03110b;
    background: linear-gradient(135deg, var(--primary), #8dffcf);
    box-shadow: 0 0 45px rgba(20, 241, 149, 0.28);
}

.funnel-output {
    bottom: 12px;
    width: 260px;
    min-height: 58px;
    color: var(--text);
    border: 1px solid rgba(0, 194, 255, 0.3);
    background: rgba(0, 194, 255, 0.09);
}

.check-list {
    display: grid;
    gap: 12px;
    margin: 26px 0 30px;
}

.check-list li,
.pricing-card li {
    position: relative;
    padding-left: 26px;
    color: var(--text);
    font-weight: 700;
}

.check-list li::before,
.pricing-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.63em;
    width: 12px;
    height: 8px;
    border-left: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    transform: translateY(-50%) rotate(-45deg);
}

.steps-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.steps-track::before {
    content: "";
    position: absolute;
    top: 32px;
    left: 7%;
    right: 7%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary), var(--primary-2), transparent);
    animation: progressRun 3.6s linear infinite;
}

.steps-track article {
    position: relative;
    z-index: 1;
    min-height: 210px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    background: rgba(7,8,12,0.74);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.steps-track strong {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
    border-radius: 50%;
    color: #03110b;
    background: var(--primary);
    box-shadow: 0 0 0 8px #050509, 0 0 30px rgba(20,241,149,0.25);
}

.steps-track h3 {
    margin-bottom: 8px;
}

.steps-track p {
    color: var(--muted);
    font-size: 0.95rem;
}

.feature-card {
    min-height: 210px;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.audience-grid span,
.control-items span {
    min-height: 68px;
    display: grid;
    place-items: center;
    padding: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    color: var(--text);
    background: rgba(255,255,255,0.04);
    font-weight: 900;
    text-align: center;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.audience-grid span:hover,
.control-items span:hover {
    transform: translateY(-5px);
    border-color: rgba(20, 241, 149, 0.45);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 24px;
    margin-top: 48px;
}

.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px 28px 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(17, 19, 25, 0.45);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card::before {
    display: none;
}

.pricing-card.bronze-card {
    border-color: rgba(205, 127, 50, 0.72);
    box-shadow: 0 0 24px rgba(205, 127, 50, 0.12);
}

.pricing-card.bronze-card:hover {
    transform: translateY(-8px);
    border-color: #cd7f32 !important;
    background:
        linear-gradient(180deg, rgba(205, 127, 50, 0.14) 0%, rgba(5, 5, 9, 0.45) 100%),
        rgba(17, 19, 25, 0.55) !important;
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.55),
        0 0 40px rgba(205, 127, 50, 0.28) !important;
}

.pricing-card.bronze-card:hover .btn-ghost {
    color: #2b1606 !important;
    background: linear-gradient(135deg, #f0b36d, #cd7f32) !important;
    border-color: transparent !important;
    box-shadow: 0 0 28px rgba(205, 127, 50, 0.4) !important;
}

.pricing-card.popular {
    border-color: rgba(192, 192, 192, 0.72);
    background: 
        linear-gradient(180deg, rgba(20, 241, 149, 0.08) 0%, rgba(5, 5, 9, 0.45) 100%),
        rgba(17, 19, 25, 0.55);
    box-shadow: 
        0 20px 48px rgba(0, 0, 0, 0.45),
        0 0 30px rgba(192, 192, 192, 0.14);
}

.pricing-card.popular:hover {
    transform: translateY(-8px);
    border-color: #d9e0e8 !important;
    background: 
        linear-gradient(180deg, rgba(192, 192, 192, 0.14) 0%, rgba(5, 5, 9, 0.45) 100%),
        rgba(17, 19, 25, 0.55) !important;
    box-shadow: 
        0 24px 60px rgba(0, 0, 0, 0.55),
        0 0 40px rgba(192, 192, 192, 0.28) !important;
}

.pricing-card:not(.popular):hover {
    transform: translateY(-8px);
    border-color: rgba(20, 241, 149, 0.75);
    background: 
        linear-gradient(180deg, rgba(20, 241, 149, 0.12) 0%, rgba(5, 5, 9, 0.4) 100%),
        rgba(20, 241, 149, 0.03) !important;
    box-shadow: 
        0 24px 60px rgba(0, 0, 0, 0.5),
        0 0 35px rgba(20, 241, 149, 0.2);
}

.pricing-card:not(.popular):hover .btn-ghost {
    color: #03110b;
    background: linear-gradient(135deg, var(--primary), #8dffcf);
    border-color: transparent;
    box-shadow: 0 0 24px rgba(20, 241, 149, 0.35);
}

.pricing-card.popular .btn-primary {
    color: #03110b;
    background: linear-gradient(135deg, var(--primary), #8dffcf);
    border-color: transparent;
    box-shadow: 0 0 24px rgba(20, 241, 149, 0.25);
}

.pricing-card.popular .btn-primary:hover {
    background: linear-gradient(135deg, #a5ffda, #64ffbe);
    box-shadow: 0 0 28px rgba(20, 241, 149, 0.4);
}

.pricing-card.silver-card:hover .btn-primary {
    color: #10151c !important;
    background: linear-gradient(135deg, #f8fafc, #c8d0da) !important;
    border-color: transparent !important;
    box-shadow: 0 0 28px rgba(192, 192, 192, 0.38) !important;
}

.popular-label {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 6px 12px;
    border-radius: 20px;
    color: #03110b;
    background: var(--primary);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(20, 241, 149, 0.3);
    z-index: 10;
}

.pricing-card.popular li::before {
    border-left-color: var(--primary);
    border-bottom-color: var(--primary);
}

.pricing-card.popular .price span {
    color: var(--primary);
    opacity: 0.85;
}

.pricing-card.gold-card {
    border-color: rgba(250, 204, 21, 0.6);
    box-shadow: 0 0 24px rgba(250, 204, 21, 0.12);
}

.pricing-card.gold-card h3 {
    color: #facc15;
}

.pricing-card.gold-card:hover {
    transform: translateY(-8px);
    border-color: rgba(250, 204, 21, 0.6) !important;
    background: 
        linear-gradient(180deg, rgba(250, 204, 21, 0.06) 0%, rgba(5, 5, 9, 0.45) 100%),
        rgba(17, 19, 25, 0.5) !important;
    box-shadow: 
        0 24px 60px rgba(0, 0, 0, 0.5),
        0 0 35px rgba(250, 204, 21, 0.15) !important;
}

.pricing-card.gold-card:hover .btn-ghost {
    color: #0c0802;
    background: linear-gradient(135deg, #facc15, #d4af37) !important;
    border-color: transparent;
    box-shadow: 0 0 24px rgba(250, 204, 21, 0.35) !important;
}

.billing-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 24px auto 40px;
    padding: 6px;
    border: 1px solid rgba(20, 241, 149, 0.28);
    border-radius: 999px;
    background: rgba(5, 8, 10, 0.82);
    box-shadow: 0 0 24px rgba(20, 241, 149, 0.08);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.billing-option {
    border: 0;
    border-radius: 999px;
    padding: 10px 18px;
    color: #a5adba;
    background: transparent;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.25s ease;
}

.billing-option.active {
    color: #03110b;
    background: linear-gradient(135deg, #14f195, #8dffcf);
    box-shadow: 0 0 18px rgba(20, 241, 149, 0.35);
}

.billing-option:not(.active):hover {
    color: #f8fafc;
    background: rgba(255, 255, 255, 0.06);
}

.card-discount-badge {
    display: inline-block;
    padding: 5px 10px;
    font-size: 0.72rem;
    font-weight: 900;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-top: 4px;
    margin-bottom: 20px;
    background: rgba(20, 241, 149, 0.12);
    color: var(--primary);
    border: 1px solid rgba(20, 241, 149, 0.25);
    animation: badgeScaleIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.card-discount-badge[hidden] {
    display: none !important;
}

.pricing-card.popular .card-discount-badge {
    background: var(--primary);
    color: #03110b;
    border-color: transparent;
    box-shadow: 0 0 10px rgba(20, 241, 149, 0.25);
}

.pricing-card.gold-card .card-discount-badge {
    background: rgba(250, 204, 21, 0.12);
    color: #facc15;
    border: 1px solid rgba(250, 204, 21, 0.28);
}

@keyframes badgeScaleIn {
    from {
        transform: scale(0.92);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 576px) {
    .billing-toggle {
        width: 100%;
        display: flex;
        box-sizing: border-box;
    }
    .billing-option {
        flex: 1;
        text-align: center;
        padding: 10px 8px;
        font-size: 0.8rem;
    }
}

.pricing-header {
    margin-bottom: 24px;
}

.pricing-card h3 {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 12px;
    padding-right: 90px;
}

.price {
    display: flex;
    align-items: baseline;
    gap: 2px;
    margin: 16px 0;
}

.price span {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--muted);
    position: relative;
    top: -0.9rem;
}

.price strong {
    font-size: 3.6rem;
    line-height: 1;
    font-weight: 900;
    color: var(--text);
    letter-spacing: -0.02em;
}

.price-cents,
.price-period {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--muted);
    margin-left: 2px;
}

.plan-desc {
    font-size: 0.92rem;
    color: var(--muted);
    line-height: 1.5;
    margin-top: 12px;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pricing-footer {
    margin-top: auto;
}

.control-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    align-items: center;
    gap: 42px;
}

.control-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.final-cta {
    position: relative;
    padding: 112px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center;
    overflow: hidden;
}

.final-cta .container {
    max-width: 860px;
}

.final-cta p {
    max-width: 650px;
    margin: 18px auto 30px;
}

.narrow {
    max-width: 820px;
}

.accordion {
    display: grid;
    gap: 12px;
}

.accordion-item {
    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 8px;
    background: rgba(255,255,255,0.045);
    overflow: hidden;
}

.accordion-header {
    width: 100%;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border: 0;
    color: var(--text);
    background: transparent;
    text-align: left;
    font-weight: 900;
    cursor: pointer;
}

.accordion-header span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    color: var(--primary);
}

.accordion-header.active span {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-content p {
    padding: 0 18px 18px;
    color: var(--muted);
}

.footer {
    padding: 56px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    background: rgba(0,0,0,0.38);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 28px;
}

.footer p,
.footer a,
.footer span {
    display: block;
    margin-top: 10px;
    color: var(--muted);
    font-size: 0.92rem;
}

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

.reveal {
    opacity: 0;
    transform: translate3d(0, 44px, 0) scale(.98);
    filter: blur(12px);
    transition:
        opacity .9s cubic-bezier(.16,1,.3,1),
        transform .9s cubic-bezier(.16,1,.3,1),
        filter .9s cubic-bezier(.16,1,.3,1);
}

.reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
}

.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }
.delay-4 { transition-delay: 0.32s; }

@keyframes cometFlow {
    0% {
        transform: translate3d(-240px, -50%, 0);
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    82% {
        opacity: 1;
    }
    100% {
        transform: translate3d(var(--travel, 190vw), -50%, 0);
        opacity: 0;
    }
}

@keyframes nodeRun {
    from { transform: translateX(0); }
    to { transform: translateX(70vw); }
}

@keyframes headlineGlow {
    0%, 100% { text-shadow: 0 0 26px rgba(20, 241, 149, 0.2); }
    50% { text-shadow: 0 0 46px rgba(20, 241, 149, 0.48); }
}

@keyframes ringPulse {
    from { transform: scale(0.72); opacity: 0.75; }
    to { transform: scale(1.9); opacity: 0; }
}

@keyframes panelFloat {
    0%, 100% { transform: rotateX(7deg) rotateY(-10deg) translateY(0); }
    50% { transform: rotateX(4deg) rotateY(-6deg) translateY(-14px); }
}

@keyframes miniFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@keyframes statusPulse {
    to { box-shadow: 0 0 0 10px rgba(20, 241, 149, 0); }
}

@keyframes barMove {
    0%, 100% { transform: scaleY(0.68); opacity: 0.72; }
    50% { transform: scaleY(1.12); opacity: 1; }
}

@keyframes feedIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes cardScan {
    0%, 35% { transform: translateX(-110%); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: translateX(110%); opacity: 0; }
}

@keyframes rotateSlow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes sourcePulse {
    0%, 100% { border-color: rgba(255,255,255,0.12); transform: translateY(0); }
    50% { border-color: rgba(20, 241, 149, 0.45); transform: translateY(-5px); }
}

@keyframes progressRun {
    from { background-position: -220px 0; }
    to { background-position: 220px 0; }
}

@media (max-width: 1440px) {
    .container {
        width: min(100% - clamp(24px, 5vw, 64px), 1200px);
    }
    
    .hero {
        padding: clamp(90px, 9vh, 110px) 0 clamp(40px, 5vh, 60px);
        min-height: clamp(580px, 90vh, 800px);
    }
    
    .hero h1 {
        font-size: clamp(2rem, 3.6vw, 3.2rem);
    }
    
    .hero-subtitle {
        margin: 16px 0 24px;
        font-size: 0.95rem;
    }
    
    .hero-proof {
        margin-top: 24px;
        gap: 8px;
    }
    
    .hero-proof div {
        min-height: 74px;
        padding: 12px;
    }
    
    .hero-proof strong {
        font-size: 1.25rem;
    }
    
    .hero-stage {
        min-height: 420px;
    }
    
    .capture-ring {
        width: 190px;
        height: 190px;
    }
    
    .live-panel {
        width: min(100%, 390px);
        padding: 16px;
    }
    
    .floating-card {
        width: 170px;
        padding: 10px;
    }
    
    .card-left { top: 60px; left: -90px; }
    .card-right { bottom: 60px; right: -10px; }
    
    .pricing-grid {
        gap: 16px;
    }
}

@media (max-width: 1024px) {
    .hero-grid,
    .solution-layout,
    .control-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        padding-top: 110px;
        padding-bottom: 48px;
        min-height: auto;
    }

    .hero-copy {
        text-align: center;
    }

    .eyebrow {
        justify-content: center;
    }

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

    .hero-actions {
        justify-content: center;
    }

    .hero-proof,
    .metrics-grid,
    .grid-4,
    .audience-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-3,
    .pricing-grid,
    .steps-track {
        grid-template-columns: 1fr;
    }

    .steps-track::before {
        display: none;
    }
    
    .hero-stage {
        min-height: 480px;
        width: 100%;
        max-width: 500px;
        margin: 40px auto 0;
    }
}

@media (max-width: 768px) {
    .container {
        width: min(100% - 24px, 1160px);
    }

    .header-actions,
    .nav {
        display: none;
    }

    .menu-btn {
        display: grid;
    }

    .nav.active {
        position: absolute;
        top: 74px;
        left: 14px;
        right: 14px;
        display: grid;
        gap: 4px;
        padding: 12px;
        border: 1px solid rgba(255,255,255,0.12);
        border-radius: 8px;
        background: rgba(5,5,9,0.96);
    }

    .nav.active a {
        padding: 12px;
    }

    .hero {
        min-height: auto;
        padding-top: 90px;
        padding-bottom: 40px;
    }

    .hero h1 {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        text-align: center;
    }

    .hero-actions {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        gap: 12px;
    }
    
    .hero-actions .btn {
        width: 100%;
    }

    .hero-proof,
    .metric-row,
    .metrics-grid,
    .grid-4,
    .audience-grid,
    .control-items {
        grid-template-columns: 1fr;
    }

    .hero-stage {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-top: 32px;
    }

    .live-panel {
        width: 100%;
        max-width: 100%;
        transform: none;
        animation: panelFloatMobile 6s ease-in-out infinite;
    }

    .floating-card {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        margin-top: 0;
    }

    .capture-ring {
        display: none;
    }

    .section {
        padding: 64px 0;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .data-line.line-2,
    .data-line.line-4,
    .data-line.line-6,
    .data-line.line-8,
    .data-line.line-10,
    .data-line.line-12,
    .data-line.line-14 {
        display: none;
    }
}

@keyframes panelFloatMobile {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }

    .reveal {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }

    .data-line::after {
        animation: none !important;
        opacity: 0 !important;
        display: none !important;
    }
}

@media (max-width: 760px) {
    .card-left,
    .card-right {
        display: none !important;
    }
}