:root {
    color-scheme: dark;
    --bg: #07101f;
    --bg-elevated: #0a1730;
    --panel: rgba(13, 28, 54, 0.86);
    --panel-strong: rgba(16, 35, 67, 0.96);
    --panel-soft: rgba(12, 25, 48, 0.74);
    --border: rgba(136, 168, 223, 0.18);
    --border-strong: rgba(136, 168, 223, 0.28);
    --text: #f3f7ff;
    --muted: #9eb4d9;
    --accent: #1fd4ff;
    --accent-strong: #1aa4ff;
    --accent-bright: #8fb5ff;
    --accent-soft: rgba(31, 212, 255, 0.16);
    --success: #34d399;
    --success-soft: rgba(52, 211, 153, 0.14);
    --shadow: 0 24px 90px rgba(2, 7, 18, 0.42);
    --radius: 28px;
    --container: min(1160px, calc(100% - 2rem));
    --font-heading: "Bahnschrift", "Aptos Display", "Segoe UI", sans-serif;
    --font-body: "Aptos", "Segoe UI Variable Text", "Trebuchet MS", sans-serif;
    --font-mono: "Cascadia Code", "Consolas", "SFMono-Regular", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: var(--font-body);
    color: var(--text);
    background: radial-gradient(circle at top left, rgba(26, 164, 255, 0.2), transparent 34%), radial-gradient(circle at 82% 18%, rgba(52, 211, 153, 0.18), transparent 22%), linear-gradient(180deg, #081224 0%, #07101f 38%, #050c18 100%);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 88%);
    pointer-events: none;
}

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

img {
    max-width: 100%;
    display: block;
}

.site-shell {
    position: relative;
    overflow: clip;
}

.site-header,
.section,
.site-footer {
    width: var(--container);
    margin-inline: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    backdrop-filter: blur(18px);
}

.site-header::before {
    content: "";
    position: absolute;
    inset: 0 -1rem;
    border-bottom: 1px solid rgba(136, 168, 223, 0.08);
    background: linear-gradient(180deg, rgba(7, 16, 31, 0.92), rgba(7, 16, 31, 0.68));
    z-index: -1;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-width: fit-content;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 0.85rem;
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: 0.02em;
    background: linear-gradient(135deg, rgba(31, 212, 255, 0.28), rgba(26, 164, 255, 0.62));
    border: 1px solid rgba(94, 224, 255, 0.32);
    box-shadow: 0 8px 24px rgba(26, 164, 255, 0.2);
}

.brand-copy {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    font-family: var(--font-heading);
    letter-spacing: 0.02em;
}

.brand-copy strong {
    font-size: 1rem;
}

.brand-copy span {
    color: var(--muted);
    font-size: 0.9rem;
}

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

.section {
    padding: 4.5rem 0;
}

.hero {
    display: grid;
    gap: 2.5rem;
    padding-top: 5rem;
    align-items: center;
}

.hero-copy {
    position: relative;
    z-index: 1;
}

.eyebrow,
.section-kicker,
.metric-label,
.code-label {
    margin: 0 0 1rem;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent-bright);
}

.hero h1,
.section-heading h2,
.developer-copy h2,
.cta-copy h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: -0.04em;
}

.hero h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 10vw, 5.4rem);
    line-height: 0.96;
}

.hero h2 {
    font-size: clamp(2.5rem, 8vw, 4rem);
    line-height: 1.04;
}

.hero-summary,
.section-heading p,
.developer-copy p,
.cta-copy p,
.trust-badge p,
.step-card p,
.outcome-card p,
.form-footnote,
.site-footer p {
    color: var(--muted);
    line-height: 1.7;
}

.hero-summary {
    max-width: 42rem;
    margin: 1.4rem 0 0;
    font-size: 1.04rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.8rem;
}

.header-actions {
    gap: 0.85rem;
}

.button,
.text-link {
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 3.4rem;
    padding: 0 1.35rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 12px 32px rgba(2, 7, 18, 0.25);
}

.button:hover,
.button:focus-visible,
.text-link:hover,
.text-link:focus-visible {
    transform: translateY(-1px);
}

.button:disabled {
    cursor: wait;
    opacity: 0.74;
    transform: none;
}

.button-primary {
    color: #03101f;
    background: linear-gradient(135deg, #1fd4ff, #49f0b8);
}

.button-primary:hover,
.button-primary:focus-visible {
    box-shadow: 0 14px 36px rgba(31, 212, 255, 0.32);
}

.button-secondary {
    color: var(--text);
    background: rgba(14, 29, 57, 0.66);
    border-color: rgba(143, 181, 255, 0.22);
}

.button-secondary:hover,
.button-secondary:focus-visible {
    border-color: rgba(143, 181, 255, 0.44);
    background: rgba(17, 35, 67, 0.9);
}

.button-small {
    min-height: 2.8rem;
    padding-inline: 1rem;
    font-size: 0.95rem;
}

.button-block {
    width: 100%;
}

.hero-highlights {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.stat-card,
.step-card,
.outcome-card,
.trust-badge,
.lead-form,
.cta-note,
.code-window,
.dashboard-window {
    border: 1px solid var(--border);
    background: var(--panel);
    box-shadow: var(--shadow);
}

.stat-card {
    display: grid;
    gap: 0.45rem;
    padding: 1.15rem 1.2rem;
    border-radius: 1.25rem;
}

.stat-value {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    letter-spacing: -0.04em;
}

.stat-label {
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.hero-visual {
    position: relative;
    min-height: 29rem;
}

.network-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
}

.orb-one {
    inset: 1rem auto auto 8%;
    width: 11rem;
    height: 11rem;
    background: radial-gradient(circle, rgba(31, 212, 255, 0.26), transparent 70%);
    animation: float 7s ease-in-out infinite;
}

.orb-two {
    inset: auto 5% 12% auto;
    width: 13rem;
    height: 13rem;
    background: radial-gradient(circle, rgba(52, 211, 153, 0.18), transparent 72%);
    animation: float 9s ease-in-out infinite reverse;
}

.orb-three {
    inset: auto auto 0 18%;
    width: 10rem;
    height: 10rem;
    background: radial-gradient(circle, rgba(26, 164, 255, 0.2), transparent 70%);
    animation: float 8.5s ease-in-out infinite;
}

.visual-chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    min-height: 2.4rem;
    padding: 0 0.9rem;
    border-radius: 999px;
    background: rgba(9, 19, 37, 0.78);
    border: 1px solid rgba(143, 181, 255, 0.2);
    color: #d7e7ff;
    font-size: 0.85rem;
    backdrop-filter: blur(14px);
    z-index: 2;
}

.chip-one {
    top: 5%;
    right: 2%;
}

.chip-two {
    left: 4%;
    bottom: 6%;
}

.dashboard-window,
.code-window {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    backdrop-filter: blur(22px);
}

.dashboard-window::before,
.code-window::before,
.cta-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(31, 212, 255, 0.08), transparent 26%, transparent 68%, rgba(52, 211, 153, 0.08));
    pointer-events: none;
}

.dashboard-window {
    margin-top: 2rem;
}

.window-top {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid rgba(136, 168, 223, 0.12);
    background: rgba(7, 16, 31, 0.46);
}

.window-top p {
    margin: 0;
    color: #bfd1f1;
    font-size: 0.92rem;
}

.window-dots {
    display: inline-flex;
    gap: 0.38rem;
}

.window-dots span {
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 50%;
    background: rgba(182, 203, 239, 0.42);
}

.window-dots span:first-child {
    background: #ff6c7b;
}

.window-dots span:nth-child(2) {
    background: #ffd166;
}

.window-dots span:last-child {
    background: var(--accent);
}

.window-grid {
    display: grid;
    gap: 1rem;
    padding: 1.2rem;
}

.metric-card,
.session-card,
.product-card {
    border-radius: 1.25rem;
    padding: 1.15rem;
    border: 1px solid rgba(136, 168, 223, 0.12);
    background: rgba(9, 19, 37, 0.76);
}

.featured {
    background: linear-gradient(180deg, rgba(26, 164, 255, 0.2), rgba(11, 24, 46, 0.76)), rgba(9, 19, 37, 0.8);
}

.metric-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
}

.metric-card strong,
.session-card strong,
.product-pill strong {
    font-family: var(--font-heading);
    letter-spacing: -0.04em;
}

.metric-row strong,
.metric-card.compact strong {
    font-size: 2rem;
}

.metric-card span,
.metric-card.compact span,
.session-list p,
.product-pill span {
    color: var(--muted);
}

.chart-bars {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: end;
    gap: 0.45rem;
    height: 5.25rem;
    margin-top: 1rem;
}

.chart-bars span {
    display: block;
    border-radius: 999px 999px 0.5rem 0.5rem;
    background: linear-gradient(180deg, rgba(73, 240, 184, 0.92), rgba(31, 212, 255, 0.3));
    animation: rise 1.1s ease forwards;
    transform-origin: bottom;
}

.chart-bars span:nth-child(1) {
    height: 42%;
}

.chart-bars span:nth-child(2) {
    height: 58%;
}

.chart-bars span:nth-child(3) {
    height: 52%;
}

.chart-bars span:nth-child(4) {
    height: 76%;
}

.chart-bars span:nth-child(5) {
    height: 68%;
}

.chart-bars span:nth-child(6) {
    height: 92%;
}

.session-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 0.8rem;
}

.status-pill,
.developer-points span,
.product-pill,
.logo-row span {
    border: 1px solid rgba(136, 168, 223, 0.14);
    background: rgba(15, 30, 57, 0.72);
}

.status-pill {
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    color: #ccf7e4;
    background: var(--success-soft);
    border-color: rgba(52, 211, 153, 0.24);
    font-size: 0.8rem;
}

.session-list {
    display: grid;
    gap: 0.9rem;
    margin-top: 1rem;
}

.session-list div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.7rem;
    align-items: start;
}

.session-list span {
    width: 0.7rem;
    height: 0.7rem;
    margin-top: 0.35rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #49f0b8, #1fd4ff);
    box-shadow: 0 0 0 0.28rem rgba(31, 212, 255, 0.12);
}

.session-list p,
.product-pill span,
.code-block pre,
.cta-note p {
    margin: 0;
}

.product-card {
    display: grid;
    gap: 0.75rem;
}

.product-pill {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 0.95rem;
    border-radius: 0.95rem;
}

.section-heading {
    max-width: 48rem;
}

.section-heading h2,
.developer-copy h2,
.cta-copy h2 {
    font-size: clamp(2rem, 6vw, 3.25rem);
    line-height: 1.04;
}

.section-heading p,
.developer-copy p,
.cta-copy p {
    margin: 1rem 0 0;
    font-size: 1rem;
}

.center {
    text-align: center;
    margin-inline: auto;
}

.narrow {
    max-width: 42rem;
}

.trust-strip {
    padding-top: 2rem;
}

.logo-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 2rem;
}

.logo-row span {
    display: grid;
    place-items: center;
    min-height: 4.2rem;
    border-radius: 1.1rem;
    color: rgba(232, 241, 255, 0.86);
    font-family: var(--font-heading);
    letter-spacing: 0.12em;
    font-size: 0.86rem;
}

.badge-row,
.steps-grid,
.outcome-grid,
.code-columns {
    display: grid;
    gap: 1rem;
}

.badge-row {
    margin-top: 1.25rem;
}

.trust-badge,
.step-card,
.outcome-card {
    border-radius: 1.35rem;
    padding: 1.35rem;
}

.trust-badge {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
}

.trust-badge h3,
.step-card h3,
.outcome-card h3 {
    margin: 0;
    font-size: 1.15rem;
    font-family: var(--font-heading);
    letter-spacing: -0.02em;
}

.badge-icon {
    display: grid;
    place-items: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.9rem;
    background: linear-gradient(135deg, rgba(31, 212, 255, 0.26), rgba(52, 211, 153, 0.2));
    border: 1px solid rgba(31, 212, 255, 0.24);
    font-family: var(--font-heading);
    font-size: 0.85rem;
}

.steps-grid,
.outcome-grid {
    margin-top: 1.75rem;
}

.step-card,
.outcome-card {
    position: relative;
}

.step-card::after {
    content: "";
    position: absolute;
    inset: auto 1.35rem 0.85rem;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(31, 212, 255, 0.9), rgba(73, 240, 184, 0.3));
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    border-radius: 0.9rem;
    background: rgba(26, 164, 255, 0.16);
    color: #d6ebff;
    font-family: var(--font-heading);
    font-size: 0.95rem;
}

.developer {
    display: grid;
    gap: 1.5rem;
    align-items: center;
}

.developer-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.developer-points span {
    display: inline-flex;
    align-items: center;
    min-height: 2.5rem;
    padding: 0 0.95rem;
    border-radius: 999px;
    color: #d7e7ff;
}

.code-window {
    border-radius: 1.65rem;
}

.code-columns {
    padding: 1.2rem;
}

.code-block {
    padding: 1rem;
    border-radius: 1.15rem;
    background: rgba(7, 16, 31, 0.78);
    border: 1px solid rgba(136, 168, 223, 0.1);
}

.code-block pre {
    overflow-x: auto;
    font-family: var(--font-mono);
    font-size: 0.88rem;
    line-height: 1.7;
    color: #d7f0ff;
}

.cta-section {
    padding-bottom: 5.5rem;
}

.cta-panel {
    position: relative;
    display: grid;
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 2rem;
    border: 1px solid var(--border-strong);
    background: linear-gradient(180deg, rgba(9, 19, 37, 0.92), rgba(9, 19, 37, 0.86)), var(--bg-elevated);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.cta-copy,
.lead-form {
    border-radius: 1.45rem;
    padding: 1.4rem;
}

.cta-note {
    margin: 1.5rem 0;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
}

.cta-note strong {
    display: block;
    margin-bottom: 0.35rem;
    font-family: var(--font-heading);
    letter-spacing: -0.02em;
}

.lead-form {
    display: grid;
    gap: 0.75rem;
}

.form-intent-header {
    display: grid;
    gap: 0.9rem;
    margin-bottom: 0.35rem;
}

.form-caption {
    margin: 0;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent-bright);
}

.intent-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    padding: 0.4rem;
    border-radius: 999px;
    border: 1px solid rgba(136, 168, 223, 0.12);
    background: rgba(7, 16, 31, 0.74);
}

.intent-toggle {
    min-height: 2.8rem;
    padding: 0 0.95rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #bfd1f1;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.intent-toggle:hover,
.intent-toggle:focus-visible {
    background: rgba(255, 255, 255, 0.04);
    outline: none;
}

.intent-toggle.is-active {
    color: #03101f;
    background: linear-gradient(135deg, #1fd4ff, #49f0b8);
    box-shadow: 0 10px 24px rgba(31, 212, 255, 0.18);
}

.intent-description {
    margin: 0 0 0.3rem;
    color: var(--muted);
    line-height: 1.6;
}

.lead-form label {
    font-size: 0.9rem;
    color: #d9e7fb;
}

.lead-form input {
    width: 100%;
    min-height: 3.3rem;
    padding: 0 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(136, 168, 223, 0.16);
    background: rgba(6, 14, 28, 0.74);
    color: var(--text);
    font: inherit;
}

.lead-form input::placeholder {
    color: rgba(158, 180, 217, 0.72);
}

.lead-form input:focus-visible {
    outline: 2px solid rgba(31, 212, 255, 0.35);
    outline-offset: 2px;
    border-color: rgba(31, 212, 255, 0.35);
}

.form-footnote {
    margin: 0;
    font-size: 0.88rem;
}

.form-status {
    min-height: 1.45rem;
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.5;
}

.form-status.is-success {
    color: #bdf7de;
}

.form-status.is-error {
    color: #ffb4c1;
}

.key-result {
    display: grid;
    gap: 0.8rem;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(73, 240, 184, 0.24);
    background: rgba(9, 30, 28, 0.46);
}

.key-result[hidden] {
    display: none;
}

.key-result-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.key-result-label {
    margin: 0;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #9fe8c8;
}

.copy-chip {
    min-height: 2.1rem;
    padding: 0 0.9rem;
    border: 1px solid rgba(73, 240, 184, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.02);
    color: #dff8ee;
    font: inherit;
    cursor: pointer;
}

.copy-chip:hover,
.copy-chip:focus-visible {
    background: rgba(73, 240, 184, 0.1);
    outline: none;
}

.key-result code {
    display: block;
    overflow-x: auto;
    padding: 0.95rem 1rem;
    border-radius: 0.9rem;
    background: rgba(5, 12, 24, 0.86);
    color: #e8fff5;
    font-family: var(--font-mono);
    font-size: 0.94rem;
    line-height: 1.65;
}

.key-result-note {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.6;
}

.site-footer {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0 0 2rem;
}

.site-footer p {
    margin: 0;
}

.reveal {
    animation: fade-up 0.9s ease both;
}

.hero-copy.reveal {
    animation-delay: 0.08s;
}

.hero-visual.reveal {
    animation-delay: 0.18s;
}

@font-face {
    font-family: 'Forta';
    src: url('fonts/Forta-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes rise {
    from {
        transform: scaleY(0.28);
        opacity: 0.35;
    }
    to {
        transform: scaleY(1);
        opacity: 1;
    }
}

@media (min-width: 720px) {
    .site-header {
        padding: 1.25rem 0;
    }
    .logo-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .badge-row,
    .steps-grid,
    .outcome-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hero-highlights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .code-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .cta-panel {
        padding: 1.5rem;
    }
}

@media (min-width: 980px) {
    .site-nav,
    .header-actions {
        display: flex;
        align-items: center;
        gap: 1.1rem;
    }
    .site-nav a,
    .text-link {
        color: #bfd1f1;
        font-size: 0.95rem;
    }
    .hero {
        grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.95fr);
        min-height: calc(100vh - 5.5rem);
        padding-top: 4rem;
    }
    .window-grid {
        grid-template-columns: 1.1fr 0.85fr;
    }
    .session-card,
    .product-card {
        min-height: 100%;
    }
    .badge-row,
    .steps-grid,
    .outcome-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .developer {
        grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
        gap: 2rem;
    }
    .cta-panel {
        grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.88fr);
        align-items: center;
        padding: 1.7rem;
    }
    .cta-copy,
    .lead-form {
        min-height: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }
}