:root {
    --bg0: #050611;
    --bg1: #070a16;
    --bg2: #0b0f20;

    --text: #e9ecff;
    --muted: #b5bdd6;
    --faint: #7c86a7;

    --c-cyan: #35f7ff;
    --c-blue: #4b7bff;
    --c-purple: #b16bff;

    --glass: rgba(255, 255, 255, 0.06);
    --glass2: rgba(255, 255, 255, 0.08);
    --stroke: rgba(255, 255, 255, 0.10);

    --shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
    --shadow2: 0 14px 40px rgba(0, 0, 0, 0.45);

    --radius: 18px;
    --radius2: 24px;
    --container: 1120px;

    --ease: cubic-bezier(.2, .8, .2, 1);
}

* {
    box-sizing: border-box
}

html,
body {
    height: 100%
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--text);
    background: radial-gradient(1200px 700px at 20% 5%, rgba(53, 247, 255, 0.10), transparent 60%),
        radial-gradient(900px 600px at 85% 18%, rgba(177, 107, 255, 0.12), transparent 55%),
        radial-gradient(1000px 600px at 55% 95%, rgba(75, 123, 255, 0.10), transparent 60%),
        linear-gradient(180deg, var(--bg0), var(--bg1) 35%, var(--bg0) 100%);
    overflow-x: hidden;
}

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

.container {
    width: min(var(--container), calc(100% - 48px));
    margin: 0 auto
}

.muted {
    color: var(--muted)
}

.small {
    font-size: 12.5px
}

.mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    letter-spacing: .02em;
}

.h2 {
    font-family: "Space Grotesk", Inter, system-ui, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 8px 0;
    font-size: clamp(28px, 3.2vw, 44px);
}

.section {
    padding: 92px 0;
    position: relative;
}

.section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.section__head p {
    margin: 0;
    max-width: 560px
}

.glass {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.04));
    border: 1px solid var(--stroke);
    border-radius: var(--radius2);
    box-shadow: var(--shadow2);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: var(--radius);
    box-shadow: var(--shadow2);
    position: relative;
    overflow: hidden;
}

.card:before {
    content: "";
    position: absolute;
    inset: -2px;
    background: radial-gradient(800px 240px at var(--mx, 50%) var(--my, 20%), rgba(53, 247, 255, 0.16), transparent 55%),
        radial-gradient(700px 260px at calc(var(--mx, 50%) + 10%) calc(var(--my, 50%) + 10%), rgba(177, 107, 255, 0.12), transparent 60%);
    opacity: 0;
    transition: opacity .45s var(--ease);
    pointer-events: none;
}

.card:hover:before {
    opacity: 1
}

.divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
    margin: 18px 0;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
    font-size: 13px;
    color: rgba(233, 236, 255, 0.92);
}

.pill .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #fff, rgba(255, 255, 255, 0.2) 35%, transparent 60%),
        linear-gradient(90deg, var(--c-cyan), var(--c-purple));
    box-shadow: 0 0 18px rgba(53, 247, 255, 0.8);
}

/* Background layers */
#fx-canvas {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.bg-grid {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(700px 500px at 50% 20%, rgba(0, 0, 0, 1), transparent 70%);
}

.bg-glow {
    position: fixed;
    width: 880px;
    height: 880px;
    filter: blur(50px);
    opacity: 0.22;
    z-index: 0;
    pointer-events: none;
}

.bg-glow--a {
    left: -280px;
    top: -240px;
    background: radial-gradient(circle at 30% 30%, rgba(53, 247, 255, 0.7), transparent 60%),
        radial-gradient(circle at 70% 60%, rgba(75, 123, 255, 0.55), transparent 65%);
}

.bg-glow--b {
    right: -340px;
    top: 40px;
    background: radial-gradient(circle at 35% 30%, rgba(177, 107, 255, 0.65), transparent 62%),
        radial-gradient(circle at 60% 70%, rgba(53, 247, 255, 0.45), transparent 70%);
}

/* Nav */
.nav {
    position: sticky;
    top: 0;
    z-index: 20;
    background: linear-gradient(180deg, rgba(5, 6, 17, 0.85), rgba(5, 6, 17, 0.55));
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    gap: 14px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Space Grotesk", Inter, system-ui, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.brand__mark {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--c-cyan), var(--c-purple));
    box-shadow: 0 0 20px rgba(53, 247, 255, 0.55), 0 0 26px rgba(177, 107, 255, 0.35);
    position: relative;
}

.brand__mark:after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 5px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02));
}

.nav__links {
    display: flex;
    gap: 18px;
    align-items: center;
    color: rgba(233, 236, 255, 0.88);
    font-size: 13.5px;
}

.nav__links a {
    padding: 10px 10px;
    border-radius: 12px;
    border: 1px solid transparent;
    transition: all .25s var(--ease);
}

.nav__links a:hover {
    border-color: rgba(53, 247, 255, 0.26);
    background: rgba(53, 247, 255, 0.05);
    box-shadow: 0 0 26px rgba(53, 247, 255, 0.12);
}

.nav__cta {
    display: flex;
    gap: 10px;
    align-items: center
}

.nav__burger {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
}

.nav__burger span {
    display: block;
    width: 18px;
    height: 2px;
    background: rgba(233, 236, 255, 0.9);
    margin: 4px auto;
    border-radius: 2px;
}

.nav__mobile {
    padding: 14px 24px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(5, 6, 17, 0.86);
}

.nav__mobile a {
    display: block;
    padding: 12px 10px;
    border-radius: 14px;
    border: 1px solid transparent;
}

.nav__mobile a:hover {
    border-color: rgba(177, 107, 255, 0.26);
    background: rgba(177, 107, 255, 0.05);
}

.nav__mobile-cta {
    display: flex;
    gap: 10px;
    padding-top: 10px
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform .2s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease), border-color .35s var(--ease);
    position: relative;
    overflow: hidden;
    user-select: none;
}

.btn--lg {
    padding: 13px 18px;
    border-radius: 16px;
    font-weight: 600
}

.btn--primary {
    border-color: rgba(53, 247, 255, 0.35);
    background: linear-gradient(135deg, rgba(53, 247, 255, 0.20), rgba(177, 107, 255, 0.16));
    box-shadow: 0 16px 40px rgba(53, 247, 255, 0.10);
}

.btn--ghost {
    background: rgba(255, 255, 255, 0.04);
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
    border-color: rgba(255, 255, 255, 0.18);
}

.btn--primary:hover {
    border-color: rgba(53, 247, 255, 0.55);
    box-shadow: 0 22px 70px rgba(53, 247, 255, 0.16), 0 18px 60px rgba(177, 107, 255, 0.10);
}

.btn__shine {
    position: absolute;
    inset: -80px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
    transform: translateX(-60%) rotate(18deg);
    animation: shine 3.4s var(--ease) infinite;
    opacity: 0.45;
    pointer-events: none;
}

@keyframes shine {
    0% {
        transform: translateX(-65%) rotate(18deg)
    }

    55% {
        transform: translateX(70%) rotate(18deg)
    }

    100% {
        transform: translateX(70%) rotate(18deg)
    }
}

.wfull {
    width: 100%
}

/* Hero */
.hero {
    padding: 88px 0 36px;
    position: relative;
    z-index: 1;
}

.hero__inner {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    align-items: start;
}

.hero__copy {
    padding-top: 10px
}

.hero__title {
    margin: 16px 0 12px 0;
    font-family: "Space Grotesk", Inter, system-ui, sans-serif;
    font-weight: 700;
    font-size: clamp(42px, 4.8vw, 64px);
    line-height: 1.02;
    letter-spacing: -0.03em;
}

.hero__title span {
    display: block
}

.hero__title .accent {
    background: linear-gradient(90deg, var(--c-cyan), var(--c-purple), var(--c-blue));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 24px rgba(53, 247, 255, 0.12);
}

.hero__sub {
    margin: 0 0 18px 0;
    max-width: 560px;
    color: rgba(233, 236, 255, 0.86);
    line-height: 1.55
}

.hero__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.hero__meta {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.stat {
    padding: 14px 14px 12px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.stat__k {
    font-size: 12px;
    color: rgba(233, 236, 255, 0.70)
}

.stat__v {
    font-family: "Space Grotesk", Inter, system-ui, sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-top: 6px;
}

.stat__s {
    font-size: 12.5px;
    color: rgba(233, 236, 255, 0.70);
    margin-top: 4px
}

.hero__visual {
    position: relative
}

.terminal {
    border-radius: 22px;
    overflow: hidden;
}

.terminal__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.03);
}

.lights {
    display: flex;
    gap: 7px
}

.lights span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
}

.terminal__title {
    font-size: 13px;
    color: rgba(233, 236, 255, 0.82)
}

.terminal__badge {
    font-size: 11px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(53, 247, 255, 0.28);
    background: rgba(53, 247, 255, 0.08);
    color: rgba(233, 236, 255, 0.86);
}

.terminal__body {
    padding: 12px 14px 14px
}

.wave {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background:
        radial-gradient(600px 160px at 20% 30%, rgba(53, 247, 255, 0.10), transparent 55%),
        radial-gradient(500px 160px at 80% 50%, rgba(177, 107, 255, 0.10), transparent 58%),
        rgba(255, 255, 255, 0.02);
    padding: 10px 10px 6px;
}

.wave svg {
    display: block;
    width: 100%;
    height: 150px
}

.terminal__rows {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.row {
    display: flex;
    align-items: center;
    gap: 10px
}

.tag {
    font-size: 11px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(233, 236, 255, 0.86);
    text-transform: lowercase;
}

.tag--cyan {
    border-color: rgba(53, 247, 255, 0.25);
    background: rgba(53, 247, 255, 0.07)
}

.tag--purple {
    border-color: rgba(177, 107, 255, 0.24);
    background: rgba(177, 107, 255, 0.06)
}

.tag--blue {
    border-color: rgba(75, 123, 255, 0.24);
    background: rgba(75, 123, 255, 0.06)
}

.tag--muted {
    border-color: rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.03)
}

.terminal__bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.03);
}

.pulse {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(90deg, var(--c-cyan), var(--c-purple));
    box-shadow: 0 0 18px rgba(53, 247, 255, 0.75);
    animation: pulse 1.2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: .9
    }

    50% {
        transform: scale(1.35);
        opacity: .65
    }
}

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

.chip {
    position: absolute;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    font-size: 12.5px;
    color: rgba(233, 236, 255, 0.85);
}

.float {
    animation: float 6.5s var(--ease) infinite
}

.float--1 {
    left: -8px;
    top: 34px;
    animation-delay: .3s
}

.float--2 {
    right: 12px;
    top: 72px;
    animation-delay: 1.2s
}

.float--3 {
    left: 18px;
    bottom: 58px;
    animation-delay: 2.0s
}

.float--4 {
    right: 24px;
    bottom: 18px;
    animation-delay: 2.8s
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

/* How */
.how {
    padding: 22px 18px 18px;
    position: relative;
    overflow: hidden;
}

.how__lines {
    position: absolute;
    inset: 0;
    opacity: 0.55;
}

.how__path {
    fill: none;
    stroke: url(#gLine);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-dasharray: 6 12;
}

.how__steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    z-index: 1;
}

.step {
    padding: 16px 14px 14px
}

.step__n {
    font-family: "Space Grotesk", Inter, system-ui, sans-serif;
    font-weight: 700;
    letter-spacing: .02em;
    color: rgba(233, 236, 255, 0.76);
}

.step__t {
    margin-top: 10px;
    font-weight: 650;
    font-size: 16px;
    letter-spacing: -0.01em;
}

.step__d {
    margin-top: 6px;
    color: rgba(233, 236, 255, 0.70);
    line-height: 1.45;
    font-size: 13px
}

.how__hint {
    margin-top: 10px;
    position: relative;
    z-index: 1
}

/* Compare */
.compare {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.compare__card {
    padding: 16px 14px 14px;
    transition: transform .25s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}

.compare__card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.52);
}

.compare__top h3 {
    margin: 10px 0 8px 0;
    font-family: "Space Grotesk", Inter, system-ui, sans-serif;
    letter-spacing: -0.02em;
}

.compare__foot {
    margin-top: 12px
}

.compare__card.highlight {
    border-color: rgba(53, 247, 255, 0.22);
    box-shadow: 0 26px 80px rgba(53, 247, 255, 0.10);
}

/* Lists */
.list {
    margin: 10px 0 0 0;
    padding-left: 16px;
    color: rgba(233, 236, 255, 0.76);
    line-height: 1.55;
}

.list li {
    margin: 6px 0
}

.list .strong {
    font-weight: 700;
    color: rgba(233, 236, 255, 0.92)
}

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

.feature {
    padding: 16px 14px 14px;
    transition: transform .25s var(--ease), box-shadow .35s var(--ease);
}

.feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.56);
}

.feature h3 {
    margin: 12px 0 6px;
    font-family: "Space Grotesk", Inter, system-ui, sans-serif;
    letter-spacing: -0.02em;
    font-size: 16px;
}

.feature p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55
}

.feature__icon {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

.feature__icon:after {
    content: "";
    position: absolute;
    inset: -40%;
    background: conic-gradient(from 180deg, rgba(53, 247, 255, 0.7), rgba(177, 107, 255, 0.65), rgba(75, 123, 255, 0.6), rgba(53, 247, 255, 0.7));
    opacity: 0.8;
    filter: blur(0.2px);
    animation: spin 4s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.i-cyan:after {
    opacity: .78
}

.i-purple:after {
    opacity: .70
}

.i-blue:after {
    opacity: .72
}

.i-adv:after {
    opacity: .86
}

.feature.advanced {
    border-color: rgba(177, 107, 255, 0.22);
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(177, 107, 255, 0.25);
    background: rgba(177, 107, 255, 0.08);
    margin: 10px 0 -4px;
    color: rgba(233, 236, 255, 0.88);
}

/* Pricing */
.pricing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    align-items: stretch;
}

.price {
    padding: 16px 14px 14px;
    transition: transform .25s var(--ease), box-shadow .35s var(--ease);
    position: relative;
}

.price:after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: calc(var(--radius) + 2px);
    background: conic-gradient(from 90deg, rgba(53, 247, 255, 0.0), rgba(53, 247, 255, 0.55), rgba(177, 107, 255, 0.55), rgba(75, 123, 255, 0.55), rgba(53, 247, 255, 0.0));
    opacity: 0.0;
    filter: blur(.2px);
    transition: opacity .35s var(--ease);
    mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    -webkit-mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    padding: 1px;
    pointer-events: none;
}

.price:hover {
    transform: translateY(-5px);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.58);
}

.price:hover:after {
    opacity: 0.85;
    animation: spin 2.6s linear infinite
}

.price__top {
    margin-bottom: 10px
}

.price__name {
    font-weight: 700
}

.price__cost {
    font-family: "Space Grotesk", Inter, system-ui, sans-serif;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-top: 8px;
}

.price__sub {
    margin-top: 6px;
    font-size: 13px
}

.price.featured {
    border-color: rgba(53, 247, 255, 0.22);
    box-shadow: 0 26px 80px rgba(53, 247, 255, 0.10);
}

.price.featured .price__cost {
    background: linear-gradient(90deg, var(--c-cyan), var(--c-purple), var(--c-blue));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Demo */
.demo {
    position: relative;
    padding: 20px;
    border-radius: 26px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 14px;
    overflow: hidden;
}

.demo__edge {
    position: absolute;
    inset: -2px;
    border-radius: 26px;
    pointer-events: none;
    opacity: 0.55;
    background: radial-gradient(900px 360px at 15% 20%, rgba(53, 247, 255, 0.18), transparent 60%),
        radial-gradient(800px 360px at 80% 50%, rgba(177, 107, 255, 0.16), transparent 62%);
}

.demo__left {
    position: relative;
    z-index: 1;
    padding: 6px
}

.demo__right {
    position: relative;
    z-index: 1;
    padding: 6px
}

.demo__steps {
    margin: 16px 0 18px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.demo__step {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px 12px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.03);
}

.demo__step .k {
    width: 30px;
    height: 30px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(53, 247, 255, 0.20);
    background: rgba(53, 247, 255, 0.06);
    font-family: "Space Grotesk", Inter, system-ui, sans-serif;
    font-weight: 700;
}

.demo__step .t {
    font-weight: 700
}

.demo__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.demo__panel {
    padding: 12px
}

.panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.panel__body {
    padding-top: 10px
}

.chat {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.msg {
    padding: 12px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10)
}

.msg--ai {
    background: rgba(53, 247, 255, 0.05);
    border-color: rgba(53, 247, 255, 0.14);
}

.msg--you {
    background: rgba(177, 107, 255, 0.05);
    border-color: rgba(177, 107, 255, 0.14);
}

.msg__meta {
    font-size: 12px;
    color: rgba(233, 236, 255, 0.80);
    margin-bottom: 6px
}

.msg__text {
    color: rgba(233, 236, 255, 0.90);
    line-height: 1.52
}

.panel__meter {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08)
}

.meter__label {
    font-size: 12px;
    color: rgba(233, 236, 255, 0.75);
    margin-bottom: 6px
}

.meter {
    height: 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
}

.meter__fill {
    height: 100%;
    width: var(--p, 60%);
    background: linear-gradient(90deg, var(--c-cyan), var(--c-purple), var(--c-blue));
    box-shadow: 0 0 26px rgba(53, 247, 255, 0.18);
    animation: meter 2.2s var(--ease) infinite;
}

@keyframes meter {

    0%,
    100% {
        filter: brightness(1)
    }

    50% {
        filter: brightness(1.2)
    }
}

.panel__foot {
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 10px;
}

/* Vision */
.vision {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 12px;
}

.vision__card {
    padding: 16px 14px 14px;
}

.vision__card h3 {
    margin: 0 0 10px;
    font-family: "Space Grotesk", Inter, system-ui, sans-serif;
    letter-spacing: -0.02em;
}

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

.roadmap {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.roadmap__item {
    display: flex;
    gap: 12px;
    align-items: flex-start
}

.roadmap__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 6px;
    background: linear-gradient(90deg, var(--c-cyan), var(--c-purple));
    box-shadow: 0 0 18px rgba(53, 247, 255, 0.55);
}

.roadmap .t {
    font-weight: 700
}

.vision__side {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.side__card {
    padding: 16px 14px 14px
}

.side__k {
    font-size: 12px;
    color: rgba(233, 236, 255, 0.70);
    margin-bottom: 8px
}

.side__v {
    font-weight: 650;
    line-height: 1.45
}

.chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.chip--mini {
    position: relative;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);
    font-size: 12px;
    color: rgba(233, 236, 255, 0.82);
}

/* Footer */
.footer {
    padding: 28px 0 38px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(5, 6, 17, 0.35);
    position: relative;
    z-index: 1;
}

.footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.footer__right {
    display: flex;
    align-items: center;
    gap: 10px
}

.footer__link {
    color: rgba(233, 236, 255, 0.86);
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid transparent;
    transition: all .25s var(--ease);
}

.footer__link:hover {
    border-color: rgba(53, 247, 255, 0.22);
    background: rgba(53, 247, 255, 0.05);
    box-shadow: 0 0 24px rgba(53, 247, 255, 0.10);
}

.sep {
    color: rgba(233, 236, 255, 0.35)
}

.brand--footer {
    opacity: 0.95
}

/* Tilt */
.tilt {
    transform-style: preserve-3d;
    will-change: transform;
}

/* Scroll reveal */
[data-animate] {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .7s var(--ease), transform .7s var(--ease);
}

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

[data-stagger="children"]>* {
    opacity: 0;
    transform: translateY(10px);
}

[data-animate].in[data-stagger="children"]>* {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .7s var(--ease), transform .7s var(--ease);
}

[data-animate].in[data-stagger="children"]>*:nth-child(1) {
    transition-delay: .03s
}

[data-animate].in[data-stagger="children"]>*:nth-child(2) {
    transition-delay: .08s
}

[data-animate].in[data-stagger="children"]>*:nth-child(3) {
    transition-delay: .13s
}

[data-animate].in[data-stagger="children"]>*:nth-child(4) {
    transition-delay: .18s
}

[data-animate].in[data-stagger="children"]>*:nth-child(5) {
    transition-delay: .23s
}

/* Responsive */
@media (max-width: 980px) {
    .hero__inner {
        grid-template-columns: 1fr
    }

    .hero__meta {
        grid-template-columns: 1fr;
        max-width: 520px
    }

    .how__steps {
        grid-template-columns: 1fr 1fr
    }

    .compare {
        grid-template-columns: 1fr
    }

    .features {
        grid-template-columns: 1fr 1fr
    }

    .pricing {
        grid-template-columns: 1fr
    }

    .demo {
        grid-template-columns: 1fr
    }

    .vision {
        grid-template-columns: 1fr
    }

    .nav__links {
        display: none
    }

    .nav__burger {
        display: inline-flex;
        align-items: center;
        justify-content: center
    }

    .nav__cta {
        display: none
    }
}

@media (max-width: 520px) {
    .container {
        width: min(var(--container), calc(100% - 28px))
    }

    .section {
        padding: 72px 0
    }

    .hero {
        padding: 72px 0 28px
    }

    .features {
        grid-template-columns: 1fr
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto
    }

    .btn__shine,
    .float,
    .pulse,
    .feature__icon:after,
    .price:hover:after {
        animation: none !important
    }

    [data-animate],
    [data-animate] * {
        transition: none !important
    }
}