:root {
    --bg: #05080b;
    --panel: #0b1117;
    --panel-2: #101820;
    --text: #f2f7f6;
    --muted: #9fb0ae;
    --line: rgba(255, 255, 255, 0.12);
    --green: #00d184;
    --green-2: #12f0a6;
    --silver: #dce6e7;
    --cyan: #78d7df;
    --warn: #c6a96c;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--bg);
    color: var(--text);
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

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

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 clamp(18px, 5vw, 56px);
    background: rgba(5, 8, 11, 0.78);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 0.96rem;
}

.brand img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.nav {
    display: flex;
    gap: 24px;
    color: var(--muted);
    font-size: 0.88rem;
}

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

.top-cta,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 7px;
    padding: 0 16px;
    font-weight: 700;
    font-size: 0.9rem;
    border: 1px solid transparent;
    white-space: nowrap;
}

.top-cta,
.btn.primary {
    background: var(--green);
    color: #03120d;
}

.btn.secondary {
    border-color: var(--line);
    color: var(--text);
    background: rgba(255, 255, 255, 0.04);
}

.hero {
    position: relative;
    min-height: 82vh;
    display: grid;
    align-items: center;
    overflow: hidden;
    padding: 106px clamp(20px, 7vw, 84px) 54px;
    border-bottom: 1px solid var(--line);
}

.hero-art {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-art img {
    position: absolute;
    right: -3vw;
    top: 50%;
    width: min(60vw, 780px);
    transform: translateY(-50%);
    opacity: 0.2;
    filter: saturate(1.08) contrast(1.06);
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 8, 11, 0.98) 0%, rgba(5, 8, 11, 0.84) 42%, rgba(5, 8, 11, 0.36) 100%),
        linear-gradient(180deg, rgba(5, 8, 11, 0) 0%, rgba(5, 8, 11, 0.8) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 730px;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--green-2);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.72rem;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 760px;
    margin-bottom: 18px;
    font-size: clamp(2.45rem, 4.35vw, 4.15rem);
    line-height: 1.04;
    font-weight: 800;
}

.hero-copy {
    max-width: 590px;
    color: var(--muted);
    font-size: clamp(1rem, 1.3vw, 1.12rem);
    line-height: 1.58;
    margin-bottom: 26px;
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-risk {
    color: var(--silver);
    font-weight: 700;
    margin: -8px 0 20px;
    font-size: 0.88rem;
}

.trust-row span {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.035);
    color: var(--silver);
    border-radius: 999px;
    padding: 7px 11px;
    font-size: 0.78rem;
}

.band {
    padding: clamp(52px, 7vw, 86px) clamp(20px, 7vw, 84px);
    border-bottom: 1px solid var(--line);
}

.engine-band,
.results-band {
    background: #07100e;
}

.trust-band,
.clarity-band {
    background: #090d12;
}

.inner {
    max-width: 1080px;
    margin: 0 auto;
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: clamp(30px, 5vw, 68px);
    align-items: center;
}

.split.reverse {
    grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
}

.section-copy h2,
.section-heading h2,
.final-cta h2 {
    font-size: clamp(1.62rem, 2.35vw, 2.55rem);
    line-height: 1.12;
    margin-bottom: 16px;
}

.section-copy p,
.section-heading p {
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.62;
}

.section-heading {
    max-width: 660px;
    margin-bottom: 30px;
}

.performance-card,
.engine-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 22px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.performance-card p {
    color: var(--muted);
    line-height: 1.55;
    margin: 18px 0 0;
    font-size: 0.9rem;
}

.mini-proof {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}

.mini-proof span {
    border-left: 3px solid var(--green);
    color: var(--silver);
    background: rgba(255, 255, 255, 0.035);
    padding: 12px 14px;
    border-radius: 0 7px 7px 0;
    font-size: 0.92rem;
}

.engine-panel {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    display: grid;
    align-content: end;
}

.engine-panel::before {
    content: "";
    position: absolute;
    inset: 22px;
    border: 1px solid rgba(0, 209, 132, 0.22);
    border-radius: 50%;
}

.engine-panel::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 42%;
    width: 240px;
    height: 240px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(0, 209, 132, 0.2), rgba(0, 209, 132, 0) 68%);
}

.engine-orbit {
    position: absolute;
    left: 50%;
    top: 42%;
    width: 132px;
    height: 132px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(5, 8, 11, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.12);
    z-index: 1;
}

.engine-orbit img {
    width: 98px;
    height: 98px;
    border-radius: 50%;
}

.engine-lines {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 10px;
}

.engine-lines div {
    display: grid;
    gap: 4px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(5, 8, 11, 0.78);
}

.engine-lines b,
.engine-lines span {
    display: block;
}

.engine-lines span {
    color: var(--muted);
    font-size: 0.86rem;
}

.panel-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.88rem;
}

.panel-head b {
    color: var(--text);
}

.metric-main {
    color: var(--green-2);
    font-weight: 800;
    font-size: clamp(2.65rem, 4.2vw, 4.1rem);
    line-height: 1;
    padding: 26px 0;
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.metric-grid div,
.proof-list div,
.steps article {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
}

.metric-grid div {
    padding: 14px;
}

.metric-grid span,
.proof-list span {
    display: block;
    color: var(--muted);
    font-size: 0.8rem;
    line-height: 1.45;
}

.metric-grid b {
    display: block;
    margin-top: 8px;
    font-size: 1.35rem;
}

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

.compare-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.compare-grid article,
.faq-grid details {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
    padding: 24px;
}

.compare-grid h3 {
    margin-bottom: 18px;
}

.compare-grid ul {
    margin: 0;
    padding-left: 18px;
    color: var(--muted);
    line-height: 1.8;
}

.is-card {
    border-color: rgba(0, 209, 132, 0.3) !important;
}

.not-card {
    border-color: rgba(198, 169, 108, 0.35) !important;
}

.steps article {
    min-height: 188px;
    padding: 20px;
}

.steps span {
    color: var(--warn);
    font-weight: 800;
    font-size: 0.86rem;
}

.steps h3 {
    margin: 30px 0 10px;
    font-size: 1.08rem;
}

.steps p {
    color: var(--muted);
    line-height: 1.55;
    font-size: 0.9rem;
}

.proof-list {
    display: grid;
    gap: 12px;
}

.proof-list div {
    padding: 20px;
}

.proof-list b {
    display: block;
    margin-bottom: 8px;
}

.final-cta {
    text-align: center;
    padding: clamp(58px, 8vw, 88px) 20px;
}

.faq-band {
    background: #060a0d;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.faq-grid summary {
    cursor: pointer;
    font-weight: 800;
}

.faq-grid p {
    color: var(--muted);
    line-height: 1.6;
    margin: 14px 0 0;
}

.final-cta img {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    margin-bottom: 24px;
}

.final-cta p {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    color: var(--muted);
    line-height: 1.65;
}

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

.risk {
    margin-top: 28px;
    font-size: 0.82rem;
}

[data-animate] {
    opacity: 1;
    transform: translateY(0);
}

[data-animate].in {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 860px) {
    .nav {
        display: none;
    }

    .topbar {
        height: 64px;
        padding: 0 16px;
    }

    .top-cta {
        min-height: 40px;
        padding: 0 12px;
        font-size: 0.86rem;
    }

    .hero {
        min-height: 78vh;
        padding: 88px 20px 42px;
    }

    .hero-art img {
        right: -44vw;
        width: 138vw;
        opacity: 0.16;
    }

    .hero::after {
        background:
            linear-gradient(90deg, rgba(5, 8, 11, 0.98) 0%, rgba(5, 8, 11, 0.74) 100%),
            linear-gradient(180deg, rgba(5, 8, 11, 0.06) 0%, rgba(5, 8, 11, 0.88) 100%);
    }

    .split,
    .split.reverse,
    .steps,
    .compare-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .steps article {
        min-height: 148px;
    }

    .steps h3 {
        margin-top: 22px;
    }
}

@media (max-width: 480px) {
    .brand span {
        display: none;
    }

    .btn {
        width: 100%;
    }

    h1 {
        font-size: clamp(2rem, 9.5vw, 2.85rem);
        line-height: 1.04;
    }

    .hero-copy {
        font-size: 0.98rem;
    }

    .hero-actions {
        width: 100%;
    }

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

    .engine-panel {
        min-height: 330px;
    }
}
