:root {
    --bg: #020a17;
    --bg-soft: #071426;
    --panel: #0b1a2d;
    --panel-2: #122238;
    --text: #e8f1ff;
    --muted: #94a8c6;
    --line: #1d3450;
    --accent: #59ef8a;
    --accent-deep: #1dbd58;
    --danger: #ff6d78;
    --radius: 18px;
    --shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Space Grotesk", sans-serif;
    color: var(--text);
    background:
        radial-gradient(1200px 600px at 12% -10%, rgba(38, 84, 146, 0.35), transparent 60%),
        radial-gradient(900px 500px at 80% 0%, rgba(25, 58, 100, 0.35), transparent 64%),
        var(--bg);
    line-height: 1.45;
}

.noise {
    pointer-events: none;
    position: fixed;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 3px 3px;
    mix-blend-mode: soft-light;
    opacity: 0.35;
    z-index: -1;
}

.wrap {
    width: min(1240px, calc(100% - 56px));
    margin: 0 auto;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(2, 10, 23, 0.82);
    border-bottom: 1px solid rgba(89, 239, 138, 0.18);
    backdrop-filter: blur(10px);
}

.topbar-inner {
    height: 60px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text);
    text-decoration: none;
}

.brand-mark {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: conic-gradient(from 210deg, #5ff196, #14a84c, #5ff196);
    box-shadow: 0 0 25px rgba(89, 239, 138, 0.6);
}

.brand-text {
    font-family: "Sora", sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-size: 0.86rem;
}

.nav {
    display: flex;
    gap: 18px;
}

.nav a,
.foot-cols a {
    color: var(--muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

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

.top-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ticker {
    margin: 0;
    color: var(--muted);
    font: 500 0.75rem "IBM Plex Mono", monospace;
    white-space: nowrap;
}

.btn {
    border: 1px solid transparent;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), #6af5af);
    color: #05200f;
    font-weight: 700;
    font-family: "Sora", sans-serif;
    padding: 11px 20px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(66, 219, 128, 0.25);
    filter: saturate(1.04);
}

.btn.ghost {
    background: rgba(18, 34, 56, 0.65);
    color: var(--text);
    border-color: rgba(126, 160, 206, 0.35);
}

.hero {
    padding: 80px 0 38px;
    border-bottom: 1px solid rgba(38, 70, 106, 0.4);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 40px;
}

.kicker {
    margin: 0 0 16px;
    font: 500 0.79rem "IBM Plex Mono", monospace;
    color: #86d8a5;
    letter-spacing: 0.03em;
}

.dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
    margin-right: 8px;
    box-shadow: 0 0 15px rgba(89, 239, 138, 0.8);
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: "Sora", sans-serif;
    line-height: 1.05;
}

h1 {
    font-size: clamp(2rem, 4.7vw, 4.25rem);
    max-width: 13ch;
    letter-spacing: -0.022em;
}

h1 span {
    color: #a5f6c4;
    font-style: italic;
}

.lede {
    margin: 22px 0 0;
    color: var(--muted);
    max-width: 58ch;
}

.cta-row {
    margin-top: 28px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.fineprint {
    color: #8aa0c0;
    margin-top: 14px;
    font-size: 0.85rem;
}

.sim-card {
    background: linear-gradient(160deg, rgba(15, 31, 52, 0.88), rgba(6, 15, 27, 0.92));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.sim-head,
.sim-foot {
    padding: 11px 15px;
    color: #89a5ca;
    font: 500 0.74rem "IBM Plex Mono", monospace;
    display: flex;
    align-items: center;
    gap: 11px;
    border-bottom: 1px solid rgba(51, 85, 120, 0.45);
}

.sim-foot {
    border-top: 1px solid rgba(51, 85, 120, 0.45);
    border-bottom: 0;
    opacity: 0.9;
}

.sim-dots {
    width: 41px;
    height: 8px;
    background: radial-gradient(circle at 4px 4px, #5d779a 4px, transparent 5px),
        radial-gradient(circle at 20px 4px, #5d779a 4px, transparent 5px),
        radial-gradient(circle at 36px 4px, #5d779a 4px, transparent 5px);
}

.live {
    margin-left: auto;
    color: #8df6b5;
}

.sim-body {
    display: grid;
    grid-template-columns: 196px 1fr;
    min-height: 360px;
}

.sim-side {
    border-right: 1px solid rgba(51, 85, 120, 0.35);
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.field label {
    color: #87a6cb;
    font-size: 0.76rem;
    display: block;
    margin-bottom: 6px;
}

.input,
.chips {
    border-radius: 10px;
    border: 1px solid #2a4565;
    background: rgba(15, 31, 52, 0.72);
    padding: 8px;
    font-size: 0.78rem;
}

.chips {
    display: flex;
    gap: 6px;
}

.chips span {
    flex: 1;
    text-align: center;
    background: #173353;
    border: 1px solid #2c4f75;
    border-radius: 8px;
    padding: 5px 0;
}

.run-btn {
    margin-top: auto;
    width: 100%;
    padding-block: 10px;
}

.sim-main {
    padding: 15px;
}

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

.kpis div {
    background: rgba(8, 20, 35, 0.8);
    border: 1px solid rgba(44, 79, 117, 0.6);
    border-radius: 11px;
    padding: 10px;
}

.kpis small {
    color: #8ba6c9;
    font-size: 0.67rem;
}

.kpis strong {
    display: block;
    margin-top: 4px;
    color: #8df5b8;
}

.chart-wrap {
    margin-top: 10px;
    border: 1px solid #2a4565;
    border-radius: 12px;
    padding: 8px 10px;
    background: linear-gradient(180deg, rgba(14, 35, 60, 0.68), rgba(8, 20, 35, 0.86));
}

.chart-wrap p {
    margin: 0 0 8px;
    color: #8df6b5;
    font: 500 0.72rem "IBM Plex Mono", monospace;
}

.chart-wrap svg {
    width: 100%;
    height: 172px;
    stroke: #6cf79f;
    fill: none;
    stroke-width: 2.5;
}

.axis {
    display: flex;
    justify-content: space-between;
    color: #7f9ec4;
    font-size: 0.72rem;
}

.stats-strip {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.stats-strip div {
    text-align: center;
    padding: 20px 14px;
    border-radius: 14px;
    border: 1px solid #2a4565;
    background: rgba(10, 22, 37, 0.85);
}

.stats-strip strong {
    display: block;
    font: 700 1.5rem "Sora", sans-serif;
    color: #91f7bf;
}

.stats-strip small {
    color: var(--muted);
}

.section {
    padding: 92px 0;
    border-bottom: 1px solid rgba(36, 63, 94, 0.35);
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.quote {
    font-size: 1.3rem;
    color: #deebff;
    font-style: italic;
    margin: 0 0 14px;
}

.section-head {
    display: flex;
    justify-content: space-between;
    gap: 34px;
    align-items: flex-end;
}

.section-head>p {
    color: var(--muted);
    max-width: 49ch;
}

h2 {
    font-size: clamp(1.8rem, 3.2vw, 3.55rem);
    max-width: 16ch;
}

.pain-grid,
.benefits-grid,
.obj-grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border: 1px solid rgba(36, 63, 94, 0.52);
    border-radius: 14px;
    overflow: hidden;
}

.pain-grid article,
.benefits-grid article,
.obj-grid article {
    padding: 24px;
    border-right: 1px solid rgba(36, 63, 94, 0.52);
    border-bottom: 1px solid rgba(36, 63, 94, 0.52);
    background: rgba(8, 19, 33, 0.73);
}

.pain-grid article:nth-child(2n),
.benefits-grid article:nth-child(2n),
.obj-grid article:nth-child(2n) {
    border-right: 0;
}

.pain-grid span,
.benefits-grid span {
    font: 600 0.78rem "IBM Plex Mono", monospace;
    color: #7fa8d6;
}

.transition {
    margin-top: 22px;
    color: #d6e8ff;
    max-width: 40ch;
    font-size: 1.34rem;
}

.triad-grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.triad-grid article,
.test-grid article,
.plan,
.faq-item,
.guarantee,
.urgency,
.compare-wrap,
.result-bar {
    border: 1px solid rgba(45, 76, 111, 0.6);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(11, 24, 40, 0.92), rgba(8, 18, 31, 0.92));
}

.triad-grid article {
    padding: 24px;
}

.step,
.mini-result,
.price-meta,
small,
.faq-a,
.plan ul,
.footer p,
.legal {
    color: var(--muted);
}

.triad-grid ul {
    margin: 16px 0 0;
    padding-left: 18px;
    color: #b9d0ee;
}

.mini-graph {
    margin-top: 14px;
    height: 90px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(108, 247, 159, 0.35), rgba(108, 247, 159, 0) 65%),
        linear-gradient(140deg, rgba(28, 62, 106, 0.35), rgba(13, 30, 51, 0.8));
}

.xp {
    margin-top: 14px;
    height: 22px;
    border-radius: 999px;
    border: 1px solid #305478;
    overflow: hidden;
}

.xp span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #63f293, #2acb62);
}

.result-bar {
    margin-top: 14px;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.result-bar p {
    margin: 0;
}

.benefits-grid article {
    min-height: 165px;
}

.test-grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.test-grid article {
    padding: 22px;
}

.chip {
    display: inline-block;
    margin: 0 0 15px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #2c9960;
    color: #98ffbf;
    font: 500 0.74rem "IBM Plex Mono", monospace;
}

blockquote {
    margin: 0;
    color: #dfeeff;
}

.offer-head {
    align-items: flex-start;
}

.billing-toggle {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
    max-width: 240px;
}

.billing-toggle button {
    background: rgba(16, 36, 60, 0.8);
    color: var(--text);
    border: 1px solid #385b80;
    border-radius: 999px;
    padding: 8px 13px;
    cursor: pointer;
    font-weight: 600;
}

.billing-toggle button.active {
    border-color: var(--accent);
    box-shadow: inset 0 0 0 1px rgba(89, 239, 138, 0.3);
}

.billing-toggle span {
    color: #9effc4;
    font-size: 0.7rem;
}

.billing-toggle small {
    display: block;
    width: 100%;
    text-align: right;
}

.pricing-grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.plan {
    position: relative;
    padding: 24px;
}

.plan.featured {
    outline: 1px solid rgba(89, 239, 138, 0.42);
    transform: translateY(-6px);
}

.plan-tag {
    position: absolute;
    top: 14px;
    right: 14px;
    margin: 0;
    font: 600 0.72rem "IBM Plex Mono", monospace;
    color: #95b7de;
}

.plan-tag.primary {
    color: #abffcc;
}

.price {
    margin: 12px 0 8px;
    font-family: "Sora", sans-serif;
    font-size: 2.2rem;
    color: #f2f8ff;
}

.price small {
    font-size: 0.95rem;
}

.plan ul {
    margin: 18px 0 0;
    padding-left: 18px;
    display: grid;
    gap: 9px;
    min-height: 190px;
}

.plan .btn {
    margin-top: 16px;
    width: 100%;
}

.compare-wrap {
    margin-top: 16px;
    padding: 18px;
}

.compare-wrap h3 {
    font-size: 1.15rem;
    margin-bottom: 12px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid rgba(39, 66, 98, 0.65);
    padding: 10px 12px;
    text-align: left;
    font-size: 0.92rem;
}

th {
    background: rgba(16, 35, 58, 0.9);
}

td:nth-child(3),
th:nth-child(3) {
    background: rgba(26, 58, 46, 0.42);
}

.obj-grid article {
    min-height: 180px;
}

.guarantee {
    padding: 28px;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 24px;
}

.seal {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #2a4f74;
    display: grid;
    place-items: center;
    text-align: center;
    background: radial-gradient(circle at 35% 20%, rgba(89, 239, 138, 0.18), rgba(8, 18, 31, 0.9));
}

.seal strong {
    display: block;
    font-size: 2rem;
    line-height: 1;
}

.seal span {
    font: 500 0.78rem "IBM Plex Mono", monospace;
    color: #9fc2e7;
}

.guarantee-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.guarantee-grid article {
    border: 1px solid rgba(39, 66, 98, 0.65);
    border-radius: 10px;
    padding: 12px;
}

.faq-list {
    margin-top: 24px;
    display: grid;
    gap: 8px;
}

.faq-item {
    overflow: clip;
}

.faq-q {
    width: 100%;
    border: 0;
    color: var(--text);
    background: transparent;
    font: 600 1rem "Space Grotesk", sans-serif;
    text-align: left;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-q span {
    color: #95b8df;
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding: 0 18px;
}

.faq-item.open .faq-a {
    max-height: 210px;
    padding-bottom: 16px;
}

.urgency {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    background:
        radial-gradient(420px 200px at 10% 20%, rgba(89, 239, 138, 0.15), transparent 70%),
        linear-gradient(180deg, rgba(20, 37, 60, 0.92), rgba(9, 18, 32, 0.92));
}

.urgency h3 {
    margin: 8px 0;
    font-size: clamp(1.4rem, 3vw, 2.2rem);
}

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

.countdown div {
    text-align: center;
    min-width: 60px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(9, 20, 35, 0.92);
    border: 1px solid #33587f;
}

.countdown strong {
    display: block;
    font-size: 1.5rem;
    font-family: "Sora", sans-serif;
    color: #b3ffd1;
}

.countdown span {
    font-size: 0.74rem;
    color: #8eb0d6;
}

.final-cta {
    text-align: center;
}

.final-cta h2 {
    margin: 0 auto;
    max-width: 17ch;
}

.final-cta p {
    margin: 16px auto 0;
    color: var(--muted);
    max-width: 56ch;
}

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

.footer {
    padding: 42px 0 30px;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.foot-cols {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 20px;
}

.foot-cols div {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.foot-cols h5 {
    margin: 0 0 5px;
    color: #cde1ff;
}

.legal {
    margin-top: 18px;
    font-size: 0.82rem;
}

.to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    border: 1px solid #33587f;
    border-radius: 50%;
    background: rgba(8, 19, 33, 0.92);
    color: #b0cceb;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

@media (max-width: 1180px) {

    .nav,
    .ticker {
        display: none;
    }

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

    .sim-card {
        max-width: 760px;
    }

    .stats-strip,
    .triad-grid,
    .pricing-grid,
    .test-grid,
    .guarantee-grid,
    .countdown {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .two-col,
    .section-head,
    .footer-main,
    .urgency,
    .guarantee {
        grid-template-columns: 1fr;
        display: grid;
    }

    .pain-grid,
    .benefits-grid,
    .obj-grid {
        grid-template-columns: 1fr;
    }

    .pain-grid article,
    .benefits-grid article,
    .obj-grid article {
        border-right: 0;
    }

    .foot-cols {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }
}

@media (max-width: 760px) {
    .wrap {
        width: min(1240px, calc(100% - 28px));
    }

    .top-actions {
        gap: 8px;
    }

    .top-actions .btn {
        padding: 8px 14px;
        font-size: 0.8rem;
    }

    .sim-body {
        grid-template-columns: 1fr;
    }

    .sim-side {
        border-right: 0;
        border-bottom: 1px solid rgba(51, 85, 120, 0.35);
    }

    .kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stats-strip,
    .triad-grid,
    .pricing-grid,
    .test-grid,
    .guarantee-grid,
    .countdown,
    .foot-cols {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 70px 0;
    }

    .result-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .compare-wrap {
        overflow-x: auto;
    }

    table {
        min-width: 620px;
    }

    .to-top {
        right: 10px;
        bottom: 10px;
    }
}