*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:root {
    --blue: #0052e0;
    --blue-d: #003bb5;
    --blue-l: #e8f0ff;
    --teal: #00bfa8;
    --purple: #7c3aed;
    --amber: #f59e0b;
    --green: #16a34a;
    --red: #dc2626;
    --orange: #ea580c;
    --pink: #db2777;
    --text: #0f172a;
    --muted: #64748b;
    --border: #e2e8f0;
    --off: #f8fafc;
    --font: 'Plus Jakarta Sans', sans-serif;
    --mono: 'JetBrains Mono', monospace;
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--font);
    color: var(--text);
    overflow-x: hidden;
    background: #fff
}

a {
    text-decoration: none
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(16px, 4vw, 48px)
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .2
    }
}

@keyframes ticker {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }
}

@keyframes cursor {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(0, 82, 224, .35)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 82, 224, 0)
    }
}

@keyframes tagPop {
    0% {
        opacity: 0;
        transform: scale(.7) translateY(4px)
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(6px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes scanLine {
    0% {
        top: 0%
    }

    100% {
        top: 100%
    }
}

.sr {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .65s ease, transform .65s ease
}

.sr.in {
    opacity: 1;
    transform: none
}

.sr-l {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity .65s ease, transform .65s ease
}

.sr-l.in {
    opacity: 1;
    transform: none
}

.sr-r {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity .65s ease, transform .65s ease
}

.sr-r.in {
    opacity: 1;
    transform: none;
    margin-top: 40px;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-family: var(--font);
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    border: none;
    transition: transform .14s, box-shadow .18s;
    white-space: nowrap;
    font-size: .92rem;
    text-decoration: none
}

.btn-p {
    background: linear-gradient(135deg, #0052e0, #4f46e5);
    color: #fff;
    padding: .85rem 1.75rem;
    box-shadow: 0 4px 20px rgba(0, 82, 224, .38)
}

.btn-p:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 82, 224, .5)
}

.btn-g {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .88);
    padding: .82rem 1.6rem
}

.btn-g:hover {
    background: rgba(255, 255, 255, .14);
    transform: translateY(-1px)
}

.btn-o {
    background: transparent;
    border: 1.5px solid var(--blue);
    color: var(--blue);
    padding: .78rem 1.5rem
}

.btn-o:hover {
    background: var(--blue-l);
    transform: translateY(-1px)
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .13em;
    border-radius: 100px;
    padding: .28rem .9rem
}

.tag-b {
    background: var(--blue-l);
    color: var(--blue)
}

.tag-d {
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .7)
}

.tag-t {
    background: rgba(0, 191, 168, .12);
    color: #007a6e
}

.tag-pu {
    background: rgba(124, 58, 237, .1);
    color: var(--purple)
}

.tag-pk {
    background: rgba(219, 39, 119, .1);
    color: var(--pink)
}

.tag-g {
    background: rgba(22, 163, 74, .1);
    color: #15803d
}

/* HERO */
.hero {
    background: #060d1a;
    padding: 3.5rem 0 0;
    position: relative;
    overflow: hidden
}

.hgrid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0, 191, 168, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 191, 168, .05) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 90% 75% at 50% 0%, #000 30%, transparent 100%)
}

.horb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none
}

.ho1 {
    top: -18%;
    right: -5%;
    width: min(700px, 72vw);
    height: min(700px, 72vw);
    background: radial-gradient(circle, rgba(0, 191, 168, .15), transparent 65%)
}

.ho2 {
    bottom: -25%;
    left: -7%;
    width: min(520px, 60vw);
    height: min(520px, 60vw);
    background: radial-gradient(circle, rgba(0, 82, 224, .1), transparent 65%)
}

.ho3 {
    top: 35%;
    left: 12%;
    width: min(260px, 32vw);
    height: min(260px, 32vw);
    background: radial-gradient(circle, rgba(22, 163, 74, .07), transparent 65%)
}

.hero-in {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 3.5rem;
    align-items: center;
    padding-bottom: 5rem
}

.hbadges {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    margin-bottom: 1.75rem
}

.hbg {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    border-radius: 100px;
    padding: .26rem .85rem;
    font-size: .7rem;
    font-weight: 700
}

.hbg-t {
    background: rgba(0, 191, 168, .2);
    border: 1px solid rgba(0, 191, 168, .4);
    color: rgba(134, 239, 172, .9)
}

.hbg-b {
    background: rgba(0, 82, 224, .2);
    border: 1px solid rgba(0, 82, 224, .4);
    color: rgba(148, 196, 255, .9)
}

.hbg-g {
    background: rgba(22, 163, 74, .15);
    border: 1px solid rgba(22, 163, 74, .3);
    color: rgba(134, 239, 172, .9)
}

.bdot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ade80;
    animation: blink 2s infinite;
    flex-shrink: 0
}

.hero h1 {
    font-size: clamp(2.5rem, 3.8vw, 3rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.046em;
    color: #fff;
    margin-bottom: 1.4rem
}

.gt {
    background: linear-gradient(135deg, #6ee7b7 0%, #22d3ee 50%, #60a5fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.hdesc {
    font-size: 1rem;
    color: rgba(255, 255, 255, .48);
    line-height: 1.85;
    max-width: 50ch;
    margin-bottom: 2.25rem
}

.hbtns {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    margin-bottom: 2rem
}

.hchips {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem
}

.chip {
    font-size: .68rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .38);
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 100px;
    padding: .2rem .7rem
}

.refresh-card {
    background: linear-gradient(150deg, #0d1829, #0a1f1c);
    border: 1px solid rgba(0, 191, 168, .15);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(0, 0, 0, .5), 0 0 0 1px rgba(0, 191, 168, .08);
    animation: float 6s ease-in-out infinite
}

.rc-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: .875rem 1.25rem;
    background: rgba(255, 255, 255, .03);
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.rcd {
    width: 11px;
    height: 11px;
    border-radius: 50%
}

.rcd1 {
    background: #ff5f57
}

.rcd2 {
    background: #ffbd2e
}

.rcd3 {
    background: #28ca41
}

.rc-url {
    font-family: var(--mono);
    font-size: .68rem;
    color: rgba(255, 255, 255, .2);
    margin-left: .4rem;
    flex: 1
}

.rc-live {
    display: flex;
    align-items: center;
    gap: .35rem;
    font-size: .65rem;
    font-weight: 700;
    color: #6ee7b7
}

.rc-ldot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #6ee7b7;
    animation: blink 1.8s infinite
}

.rc-lift-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .875rem 1.25rem .625rem;
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.rc-lift-left {
    display: flex;
    align-items: center;
    gap: .75rem
}

.rc-ring {
    position: relative;
    width: 44px;
    height: 44px;
    flex-shrink: 0
}

.rc-ring svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg)
}

.rc-ring-num {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .78rem;
    font-weight: 800;
    color: #fff
}

.rc-lift-info h4 {
    font-size: .82rem;
    font-weight: 800;
    color: #34d399;
    margin-bottom: .1rem
}

.rc-lift-info p {
    font-size: .65rem;
    color: rgba(255, 255, 255, .3);
    line-height: 1.4
}

.rc-badge {
    font-size: 1.1rem;
    font-weight: 800;
    background: linear-gradient(135deg, #6ee7b7, #22d3ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -.04em
}

.rc-diff {
    padding: .875rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.rc-diff-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .625rem
}

.rc-diff-title {
    font-size: .62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: rgba(255, 255, 255, .25)
}

.rc-diff-pill {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .6rem;
    font-weight: 700;
    background: rgba(0, 191, 168, .15);
    border: 1px solid rgba(0, 191, 168, .3);
    color: #6ee7b7;
    border-radius: 100px;
    padding: .14rem .5rem
}

.rc-diff-box {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 9px;
    overflow: hidden;
    font-family: var(--mono);
    font-size: .67rem;
    line-height: 1.7
}

.diff-old {
    padding: .3rem .75rem;
    color: rgba(255, 100, 100, .6);
    background: rgba(220, 38, 38, .06);
    text-decoration: line-through
}

.diff-new {
    padding: .3rem .75rem;
    color: rgba(110, 231, 183, .8);
    background: rgba(0, 191, 168, .08)
}

.diff-ctx {
    padding: .2rem .75rem;
    color: rgba(255, 255, 255, .22)
}

.diff-prefix {
    margin-right: .4rem;
    font-weight: 700
}

.diff-prefix-r {
    color: rgba(255, 100, 100, .7)
}

.diff-prefix-g {
    color: rgba(110, 231, 183, .8)
}

.rc-signals {
    padding: .625rem 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.rc-sig {
    display: inline-flex;
    align-items: center;
    gap: .28rem;
    font-size: .6rem;
    font-weight: 700;
    border-radius: 100px;
    padding: .18rem .6rem;
    animation: tagPop .3s ease both
}

.rc-sig-g {
    background: rgba(22, 163, 74, .18);
    border: 1px solid rgba(22, 163, 74, .3);
    color: #6ee7b7
}

.rc-sig-b {
    background: rgba(0, 82, 224, .18);
    border: 1px solid rgba(0, 82, 224, .3);
    color: #93c5fd
}

.rc-sig-t {
    background: rgba(0, 191, 168, .18);
    border: 1px solid rgba(0, 191, 168, .3);
    color: #5eead4
}

.rc-sig-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.rc-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .5rem;
    padding: .75rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.rc-met {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 8px;
    padding: .6rem;
    text-align: center
}

.rc-met-val {
    font-size: .95rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: .15rem;
    letter-spacing: -.03em
}

.rc-met-lbl {
    font-size: .56rem;
    color: rgba(255, 255, 255, .28);
    text-transform: uppercase;
    letter-spacing: .06em
}

.rc-ft {
    padding: .75rem 1.25rem;
    display: flex;
    align-items: center;
    gap: .5rem
}

.rc-fdot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00bfa8;
    animation: blink 1.5s infinite
}

.rc-ftxt {
    font-size: .63rem;
    font-family: var(--mono);
    color: rgba(110, 231, 183, .35)
}

/* TICKER */
.ticker {
    background: #fff;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 1.1rem 0;
    overflow: hidden;
    position: relative
}

.ticker::before,
.ticker::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none
}

.ticker::before {
    left: 0;
    background: linear-gradient(90deg, #fff, transparent)
}

.ticker::after {
    right: 0;
    background: linear-gradient(-90deg, #fff, transparent)
}

.ttrack {
    display: flex;
    white-space: nowrap;
    animation: ticker 30s linear infinite
}

.ti {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: 0 2rem;
    font-size: .8rem;
    font-weight: 600;
    color: var(--muted)
}

.ti svg {
    width: 13px;
    height: 13px;
    stroke: var(--teal);
    fill: none;
    stroke-width: 2.5;
    flex-shrink: 0
}

.tdot {
    padding: 0 .5rem;
    color: var(--border)
}

/* STATS */
.stats {
    background: #fff;
    border-bottom: 1px solid var(--border)
}

.sgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.sitem {
    position: relative;
    text-align: center;
    padding: 2rem 1.25rem 1.75rem;
    border-right: 1px solid var(--border);
    transition: background .2s;
    overflow: hidden
}

.sitem:last-child {
    border-right: none
}

.sitem::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    border-radius: 2px;
    transition: width .3s ease
}

.sitem:nth-child(1)::after {
    background: linear-gradient(90deg, #00bfa8, #22d3ee)
}

.sitem:nth-child(2)::after {
    background: linear-gradient(90deg, #16a34a, #6ee7b7)
}

.sitem:nth-child(3)::after {
    background: linear-gradient(90deg, #0052e0, #22d3ee)
}

.sitem:nth-child(4)::after {
    background: linear-gradient(90deg, #7c3aed, #a78bfa)
}

.sitem:hover {
    background: var(--off)
}

.sitem:hover::after {
    width: 60%
}

.sico-wrap {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto .875rem;
    font-size: 1.1rem
}

.sitem:nth-child(1) .sico-wrap {
    background: rgba(0, 191, 168, .1)
}

.sitem:nth-child(2) .sico-wrap {
    background: rgba(22, 163, 74, .08)
}

.sitem:nth-child(3) .sico-wrap {
    background: rgba(0, 82, 224, .08)
}

.sitem:nth-child(4) .sico-wrap {
    background: rgba(124, 58, 237, .08)
}

.sval {
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: -.05em;
    color: var(--text);
    line-height: 1;
    margin-bottom: .3rem;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 1px
}

.sval b {
    font-size: 1.15rem;
    font-weight: 800
}

.sitem:nth-child(1) .sval b {
    color: #00bfa8
}

.sitem:nth-child(2) .sval b {
    color: #16a34a
}

.sitem:nth-child(3) .sval b {
    color: #0052e0
}

.sitem:nth-child(4) .sval b {
    color: #7c3aed
}

.slbl {
    font-size: .74rem;
    color: var(--muted);
    line-height: 1.5;
    max-width: 17ch;
    margin: 0 auto
}

/* WHY */
.intro-sec {
    background: #fff;
    padding: 6rem 0
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center
}

.sh2 {
    font-size: clamp(1.7rem, 2.8vw, 2.4rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.03em;
    margin-bottom: 1rem
}

.sdesc {
    font-size: .95rem;
    color: var(--muted);
    line-height: 1.82;
    margin-bottom: 1.5rem
}

.cklist {
    display: flex;
    flex-direction: column;
    gap: .625rem;
    margin-bottom: 2rem
}

.cki {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    font-size: .875rem;
    line-height: 1.6
}

.ckico {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00bfa8, #0052e0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .58rem;
    color: #fff;
    flex-shrink: 0;
    margin-top: 2px;
    font-weight: 800
}

.sbtns {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap
}

.decay-card {
    background: var(--off);
    border: 1.5px solid var(--border);
    border-radius: 20px;
    overflow: hidden
}

.dc-hd {
    padding: 1rem 1.5rem;
    background: #fff;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.dc-hd h4 {
    font-size: .82rem;
    font-weight: 700
}

.dc-badge {
    font-size: .62rem;
    font-weight: 700;
    background: rgba(220, 38, 38, .1);
    color: #dc2626;
    border-radius: 100px;
    padding: .18rem .6rem
}

.dc-list {
    padding: .5rem 0
}

.dc-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .75rem 1.5rem;
    border-bottom: 1px solid #f1f5f9;
    transition: background .15s
}

.dc-row:last-child {
    border-bottom: none
}

.dc-row:hover {
    background: #fff
}

.dc-ico {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    flex-shrink: 0
}

.dc-name {
    font-size: .84rem;
    font-weight: 600;
    flex: 1
}

.dc-desc {
    font-size: .7rem;
    color: var(--muted)
}

.dc-pill {
    font-size: .62rem;
    font-weight: 700;
    padding: .15rem .5rem;
    border-radius: 4px;
    flex-shrink: 0;
    white-space: nowrap
}

/* TABS */
.tabs-sec {
    background: var(--off);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 6rem 0
}

.shead {
    text-align: center;
    margin-bottom: 2.5rem
}

.shead h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -.03em;
    margin-bottom: .75rem
}

.shead p {
    font-size: .95rem;
    color: var(--muted);
    max-width: 52ch;
    margin: 0 auto;
    line-height: 1.78
}

.tnav {
    display: flex;
    gap: .375rem;
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 14px;
    padding: .375rem;
    margin-bottom: 2rem;
    overflow-x: auto;
    scrollbar-width: none
}

.tnav::-webkit-scrollbar {
    display: none
}

.tbtn {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .8rem;
    font-weight: 600;
    padding: .55rem 1.1rem;
    border-radius: 9px;
    cursor: pointer;
    color: var(--muted);
    border: none;
    background: transparent;
    font-family: var(--font);
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .12s, color .12s
}

.tbtn:hover {
    background: var(--off);
    color: var(--text)
}

.tbtn.act {
    background: linear-gradient(135deg, #0052e0, #00bfa8);
    color: #fff;
    box-shadow: 0 2px 12px rgba(0, 82, 224, .3)
}

.tpanel {
    display: none
}

.tpanel.act {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    animation: fadein .3s ease
}

.tcopy h3 {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -.025em;
    margin-bottom: .75rem;
    line-height: 1.2
}

.tcopy p {
    font-size: .9rem;
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 1.25rem
}

.tsteps {
    display: flex;
    flex-direction: column;
    gap: .625rem
}

.tstep {
    display: flex;
    align-items: flex-start;
    gap: .875rem;
    padding: .875rem 1rem;
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 12px
}

.tsn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00bfa8, #0052e0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .62rem;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
    margin-top: 1px
}

.tst {
    font-size: .82rem;
    font-weight: 700;
    margin-bottom: .16rem
}

.tsd {
    font-size: .75rem;
    color: var(--muted);
    line-height: 1.55
}

.tvis {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 18px;
    overflow: hidden
}

.tvh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .875rem 1.25rem;
    background: var(--off);
    border-bottom: 1px solid var(--border)
}

.tvtit {
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: var(--muted)
}

.tvbdg {
    font-size: .62rem;
    font-weight: 700;
    padding: .18rem .55rem;
    border-radius: 100px
}

.tvbody {
    padding: 1.25rem
}

.brow {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: .875rem
}

.brow:last-child {
    margin-bottom: 0
}

.blbl {
    font-size: .74rem;
    color: var(--muted);
    width: 130px;
    flex-shrink: 0
}

.btrack {
    flex: 1;
    height: 8px;
    background: var(--off);
    border-radius: 100px;
    overflow: hidden
}

.bfill {
    height: 100%;
    border-radius: 100px;
    width: 0;
    transition: width 1.2s cubic-bezier(.4, 0, .2, 1)
}

.bval {
    font-size: .72rem;
    font-weight: 700;
    width: 44px;
    text-align: right;
    flex-shrink: 0
}

.tvextra {
    padding: 0 1.25rem 1.25rem;
    border-top: 1px solid var(--border)
}

.tvextra-title {
    font-size: .63rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: var(--muted);
    padding: .875rem 0 .625rem
}

.tvkpis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .625rem
}

.tvkpi {
    background: var(--off);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: .75rem .625rem;
    text-align: center
}

.tvkpiv {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1;
    margin-bottom: .2rem
}

.tvkpil {
    font-size: .62rem;
    color: var(--muted);
    line-height: 1.35
}

.audit-mock {
    margin: 0 1.25rem 1.25rem;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden
}

.aud-hd {
    padding: .5rem .875rem;
    background: var(--off);
    border-bottom: 1px solid var(--border);
    font-size: .62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--muted)
}

.aud-body {
    padding: .875rem;
    background: #fff
}

.aud-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .45rem 0;
    border-bottom: 1px solid var(--off)
}

.aud-row:last-child {
    border-bottom: none
}

.aud-sig {
    font-size: .72rem;
    color: var(--muted)
}

.aud-val {
    font-size: .72rem;
    font-weight: 700;
    padding: .1rem .45rem;
    border-radius: 4px
}

.ba-mock {
    margin: 0 1.25rem 1.25rem;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden
}

.ba-col-hd {
    padding: .4rem .875rem;
    font-size: .6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em
}

.ba-block {
    padding: .625rem .875rem;
    background: #fff;
    font-size: .72rem;
    line-height: 1.65;
    color: var(--muted)
}

.ba-block strong {
    color: var(--text)
}

.ba-sep {
    height: 1px;
    background: var(--border)
}

/* PROCESS */
.proc-sec {
    background: #060d1a;
    padding: 6rem 0
}

.procsh {
    text-align: center;
    margin-bottom: 3.5rem
}

.procsh h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -.03em;
    color: #fff;
    margin-bottom: .75rem
}

.procsh p {
    font-size: .95rem;
    color: rgba(255, 255, 255, .4);
    max-width: 50ch;
    margin: 0 auto;
    line-height: 1.78
}

.psteps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    position: relative
}

.psteps::before {
    content: '';
    position: absolute;
    top: 24px;
    left: calc(12.5% + 1.5rem);
    right: calc(12.5% + 1.5rem);
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 191, 168, .3), rgba(0, 82, 224, .3), rgba(0, 191, 168, .3));
    z-index: 0
}

.pstep {
    position: relative;
    z-index: 1;
    text-align: center
}

.pstep-ico {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin: 0 auto 1rem;
    position: relative
}

.pstep:nth-child(1) .pstep-ico {
    background: rgba(0, 191, 168, .15);
    border: 1.5px solid rgba(0, 191, 168, .3)
}

.pstep:nth-child(2) .pstep-ico {
    background: rgba(0, 82, 224, .15);
    border: 1.5px solid rgba(0, 82, 224, .3)
}

.pstep:nth-child(3) .pstep-ico {
    background: rgba(22, 163, 74, .15);
    border: 1.5px solid rgba(22, 163, 74, .3)
}

.pstep:nth-child(4) .pstep-ico {
    background: rgba(124, 58, 237, .15);
    border: 1.5px solid rgba(124, 58, 237, .3)
}

.pstep-num {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: .58rem;
    font-weight: 800;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.pstep:nth-child(1) .pstep-num {
    background: #00bfa8
}

.pstep:nth-child(2) .pstep-num {
    background: #0052e0
}

.pstep:nth-child(3) .pstep-num {
    background: #16a34a
}

.pstep:nth-child(4) .pstep-num {
    background: #7c3aed
}

.pstep h4 {
    font-size: .9rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: .4rem;
    line-height: 1.25
}

.pstep p {
    font-size: .78rem;
    color: rgba(255, 255, 255, .38);
    line-height: 1.65
}

/* ====== SIMULATOR — FIXED ====== */
.sim-sec {
    background: #fff;
    padding: 6rem 0
}

.sim-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start
}

.sim-panel {
    background: var(--off);
    border: 1.5px solid var(--border);
    border-radius: 20px;
    padding: 1.5rem;
    position: sticky;
    top: 2rem
}

.sim-panel-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem
}

.sim-panel-title {
    font-size: .82rem;
    font-weight: 800
}

.sim-score-badge {
    font-size: .7rem;
    font-weight: 700;
    background: var(--blue-l);
    color: var(--blue);
    border-radius: 100px;
    padding: .22rem .75rem;
    transition: background .2s, color .2s
}

.big-ring-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.25rem
}

.big-ring-wrap svg {
    width: 130px;
    height: 130px
}

.big-ring-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .2rem;
    margin-bottom: .5rem
}

.big-ring-val {
    font-size: 2.8rem;
    font-weight: 800;
    letter-spacing: -.05em;
    line-height: 1;
    transition: color .3s
}

.big-ring-lbl {
    font-size: .7rem;
    color: var(--muted);
    font-weight: 600
}

.sim-grade {
    font-size: .78rem;
    font-weight: 700;
    border-radius: 8px;
    padding: .35rem .875rem;
    transition: background .3s, color .3s
}

#simRows {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-bottom: 1.25rem
}

.sim-row {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .75rem 1rem;
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    cursor: pointer;
    transition: border-color .15s, background .15s
}

.sim-row:hover {
    border-color: rgba(0, 191, 168, .3);
    background: rgba(0, 191, 168, .02)
}

.sim-row.active {
    border-color: rgba(0, 191, 168, .4);
    background: rgba(0, 191, 168, .04)
}

.tog {
    width: 36px;
    height: 20px;
    border-radius: 100px;
    background: var(--border);
    position: relative;
    flex-shrink: 0;
    transition: background .18s;
    cursor: pointer
}

.tog::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    transition: transform .18s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.tog.on {
    background: linear-gradient(135deg, #00bfa8, #0052e0)
}

.tog.on::after {
    transform: translateX(16px)
}

.sim-row-ico {
    font-size: .95rem;
    flex-shrink: 0
}

.sim-row-body {
    flex: 1
}

.sim-row-name {
    font-size: .82rem;
    font-weight: 700;
    margin-bottom: .1rem
}

.sim-row-desc {
    font-size: .7rem;
    color: var(--muted)
}

.sim-pts {
    font-size: .68rem;
    font-weight: 700;
    color: var(--teal);
    flex-shrink: 0
}

.elem-chips {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem
}

.elem-chip {
    font-size: .65rem;
    font-weight: 600;
    background: rgba(0, 191, 168, .1);
    color: #007a6e;
    border-radius: 100px;
    padding: .18rem .6rem
}

.rank-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1rem;
    background: var(--off);
    border: 1px solid var(--border);
    border-radius: 10px;
    margin-top: .875rem
}

.rank-lbl {
    font-size: .74rem;
    color: var(--muted)
}

.rank-val {
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -.03em;
    transition: color .3s
}

/* breakdown bar */
.bd-row {
    display: flex;
    align-items: center;
    gap: .5rem
}

.bd-lbl {
    font-size: .68rem;
    color: var(--muted);
    width: 110px;
    flex-shrink: 0
}

.bd-bar {
    flex: 1;
    height: 6px;
    background: #e2e8f0;
    border-radius: 100px;
    overflow: hidden
}

.bd-fill {
    height: 100%;
    border-radius: 100px;
    transition: width .6s cubic-bezier(.4, 0, .2, 1)
}

.bd-val {
    font-size: .65rem;
    font-weight: 700;
    width: 32px;
    text-align: right;
    flex-shrink: 0
}

/* BEFORE/AFTER */
.ba-sec {
    background: var(--off);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 6rem 0
}

.ba-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2.5rem
}

.ba-card {
    border-radius: 18px;
    overflow: hidden;
    border: 1.5px solid var(--border);
    background: #fff
}

.ba-card-hd {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .875rem 1.25rem;
    border-bottom: 1px solid var(--border)
}

.ba-card-ico {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem
}

.ba-card-title {
    font-size: .78rem;
    font-weight: 700
}

.ba-card-pill {
    font-size: .6rem;
    font-weight: 700;
    border-radius: 100px;
    padding: .14rem .55rem;
    margin-left: auto
}

.ba-content {
    padding: 1.25rem;
    font-size: .82rem;
    line-height: 1.8;
    color: var(--muted)
}

.ba-content strong {
    color: var(--text)
}

.ba-content .kw {
    background: rgba(0, 191, 168, .1);
    color: #007a6e;
    border-radius: 3px;
    padding: .02rem .25rem;
    font-weight: 600
}

.ba-content .bad-kw {
    background: rgba(220, 38, 38, .08);
    color: #dc2626;
    border-radius: 3px;
    padding: .02rem .25rem
}

.ba-metrics {
    display: flex;
    gap: .75rem;
    padding: .875rem 1.25rem;
    border-top: 1px solid var(--border);
    background: var(--off)
}

.ba-met {
    flex: 1;
    text-align: center
}

.ba-met-val {
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1;
    margin-bottom: .15rem
}

.ba-met-lbl {
    font-size: .58rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .06em
}

/* FAQ */
.faq-sec {
    background: #fff;
    padding: 6rem 0
}

.faq-wrap {
    max-width: 720px;
    margin: 0 auto
}

.faqlist {
    display: flex;
    flex-direction: column;
    gap: .625rem;
    margin-top: 2.5rem
}

.faqitem {
    border: 1.5px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color .2s
}

.faqitem.open {
    border-color: rgba(0, 191, 168, .3)
}

.faqq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-size: .9rem;
    font-weight: 700;
    gap: 1rem;
    user-select: none
}

.faqico {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--off);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
    flex-shrink: 0;
    transition: background .2s, transform .2s
}

.faqitem.open .faqico {
    background: linear-gradient(135deg, #00bfa8, #0052e0);
    border-color: transparent;
    color: #fff;
    transform: rotate(45deg)
}

.faqa {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .2s
}

.faqitem.open .faqa {
    max-height: 300px;
    padding-bottom: 1rem
}

.faqa p {
    padding: 0 1.25rem;
    font-size: .875rem;
    color: var(--muted);
    line-height: 1.82
}

/* CTA */
.cta-sec {
    background: #060d1a;
    padding: 6rem 0;
    position: relative;
    overflow: hidden
}

.cta-sec .ho1 {
    opacity: .7
}

.cta-in {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 640px;
    margin: 0 auto
}

.cta-in h2 {
    font-size: clamp(1.75rem, 3.5vw, 3rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.08;
    letter-spacing: -.04em;
    margin-bottom: 1rem
}

.cta-in p {
    font-size: 1rem;
    color: rgba(255, 255, 255, .45);
    line-height: 1.85;
    margin-bottom: 2rem
}

.cta-btns {
    display: flex;
    gap: .75rem;
    justify-content: center;
    flex-wrap: wrap
}

.cta-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    margin-top: 1.25rem
}

.cta-trust span {
    font-size: .72rem;
    color: rgba(255, 255, 255, .28);
    font-weight: 500
}

.cta-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18)
}

@media(max-width:900px) {

    .hero-in,
    .split,
    .tpanel.act,
    .ba-grid,
    .sim-wrap {
        grid-template-columns: 1fr;
        gap: 2rem
    }

    .sgrid {
        grid-template-columns: repeat(2, 1fr)
    }

    .psteps {
        grid-template-columns: repeat(2, 1fr)
    }

    .psteps::before {
        display: none
    }

    .sim-panel {
        position: static
    }
}

@media(max-width:600px) {
    .sgrid {
        grid-template-columns: 1fr
    }

    .psteps {
        grid-template-columns: 1fr
    }
}