@font-face {
    font-family: "LatteraMono";
    src: url("https://cdn.shopify.com/oxygen-v2/43495/38485/80939/3566373/fonts/LetteraMonoLL-Regular.otf") format("opentype");
    font-weight: 400;
}

/* latin */
@font-face {
    font-family: 'Doto-800';
    font-style: normal;
    font-optical-sizing: auto;
    font-weight: 800;
    font-variation-settings: "ROND" 0;
    src: url(https://fonts.gstatic.com/s/doto/v3/t5t6IRMbNJ6TQG7Il_EKPqP9zTnvqouBWho.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Doto-300';
    font-style: normal;
    font-optical-sizing: auto;
    font-weight: 300;
    font-variation-settings: "ROND" 0;
    src: url(https://fonts.gstatic.com/s/doto/v3/t5t6IRMbNJ6TQG7Il_EKPqP9zTnvqouBWho.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --orange: #FF5500;
    --yellow: #FFD000;
    --blue: #1A6FFF;
    --white: #F8F8F8;
    --dark: #090909;
    --graphite: #111214;
    --chrome: rgba(255, 255, 255, 0.06);
    --seam: rgba(255, 255, 255, 0.15);
    --font-display: 'Doto-800', 'Doto-300', sans-serif;
    --font-mono: 'LatteraMono', monospace;
    --font-body: 'Doto-800', sans-serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    position: relative;
    background: var(--dark);
    color: var(--white);
    font-family: var(--font-body);
    overflow-x: hidden;
    cursor: none;
}

/* NAV */
nav {
    position: fixed;
    width: 100vw;
    z-index: 1000;
    padding: 28px 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    mix-blend-mode: normal;
}

.nav-logo {
    font-family: var(--font-display);
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--white);
    opacity: 0.9;
}

.nav-cube {
    display: grid;
    flex: 1;
    grid-template-columns: repeat(2, 10px);
    grid-template-rows: repeat(2, 10px);
    gap: 2px;
    cursor: pointer;
}

.nav-tile {
    width: 10px;
    height: 10px;
    border-radius: 1px;
    transition: transform 0.3s ease;
}

.nav-tile:nth-child(1) {
    background: var(--orange);
}

.nav-tile:nth-child(2) {
    background: var(--yellow);
}

.nav-tile:nth-child(3) {
    background: var(--blue);
}

.nav-tile:nth-child(4) {
    background: var(--white);
}

.nav-cube:hover .nav-tile {
    transform: scale(1.3) rotate(45deg);
}

.nav-links {
    display: flex;
    justify-content: center;
    flex: 1;
    gap: 36px;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    opacity: 0.7;
}

.nav-links a {
    color: var(--white);
    text-decoration: none;
    transition: opacity 0.2s;
}

.nav-links a:hover {
    opacity: 1;
}

.nav-btn {
    display: flex;
    flex: 1;
    justify-content: end;
}

/* SECTIONS */
section {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    padding: 120px 80px;
    z-index: 1;
}

/* ===================== SECTION 1: HERO ===================== */
#hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1.50rem;
    overflow: hidden;
    background: radial-gradient(ellipse 80% 60% at 50% 40%, #1a1a2e 0%, var(--dark) 100%);
    padding-top: 16rem;
    padding-bottom: 2rem
}

/* HERO TYPOGRAPHY */
.hero-label {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    opacity: 0.4;
    animation: fadeUp 1.2s ease 0.3s both;
}

.hero-headline {
    font-family: var(--font-display);
    font-size: clamp(52px, 9vw, 130px);
    font-weight: 55;
    word-spacing: -25%;
    letter-spacing: -0.02em;
    line-height: 0.9;
    text-transform: uppercase;
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: fadeUp 1.2s ease 0.5s both;
}

.hero-slash {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, var(--orange), var(--yellow));
    -webkit-background-clip: text;
    background-clip: text;
    word-spacing: -50%;
}

.hero-sub {
    font-family: var(--font-mono);
    font-size: 13px;
    letter-spacing: 0.12em;
    opacity: 0.5;
    max-width: 440px;
    line-height: 1.8;
    text-transform: uppercase;
    animation: fadeUp 1.2s ease 0.7s both;
}

.hero-ctas {
    display: flex;
    width: 100%;
    gap: 16px;
    animation: fadeUp 1.2s ease 0.9s both;

    .left-btn {
        display: flex;
        flex: 1;
        justify-content: flex-end;
    }

    .right-btn {
        display: flex;
        flex: 1;
        justify-content: flex-start;
    }
}

.btn-primary {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 16px 36px;
    background: var(--orange);
    color: #000;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.3s;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(255, 85, 0, 0.4);
}

.btn-primary:hover::before {
    opacity: 1;
}

.btn-secondary {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 16px 36px;
    background: transparent;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.05);
}

.scroll-hint {
    bottom: 36px;
    transform: translateX(-50%);
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    opacity: 0.3;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    animation: fadeUp 1.2s ease 1.4s both;
}

.scroll-line {
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), transparent);
    animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {

    0%,
    100% {
        opacity: 0.3;
        transform: scaleY(1);
    }

    50% {
        opacity: 0.8;
        transform: scaleY(1.2);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===================== SECTION 2: PRODUCT REVEAL ===================== */
#product-reveal {
    /* background: linear-gradient(180deg, var(--dark) 0%, #0d0d1a 100%);*/
    background: #090909;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;

    .reveal-content {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
}

.section-label {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--orange);
    opacity: 0.8;
}

.section-headline {
    font-family: var(--font-display);
    font-size: clamp(36px, 4vw, 64px);
    font-weight: 55;
    line-height: 1.0;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.section-sub {
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.12em;
    opacity: 0.45;
    line-height: 2;
    text-transform: uppercase;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
}

.tag:hover {
    border-color: var(--orange);
    color: var(--orange);
}

/* METRICS */
.metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 80px auto;
    max-width: 900px;
    padding: 0 48px;

}

.metric-card {
    padding: 48px 32px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: background 0.4s;
    border-radius: 4px;
}

.metric-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--orange), transparent);
    opacity: 0;
    transition: opacity 0.4s;
}

.metric-card:hover {
    background: rgba(255, 255, 255, 0.04);
}

.metric-card:hover::before {
    opacity: 1;
}

.metric-card:nth-child(2)::before {
    background: linear-gradient(90deg, transparent, var(--yellow), transparent);
}

.metric-card:nth-child(3)::before {
    background: linear-gradient(90deg, transparent, var(--blue), transparent);
}

.metric-number {
    font-family: var(--font-display);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 55;
    line-height: 1;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.6) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.metric-label {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    opacity: 0.35;
}

.center-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.font-xx-large {
    font-size: xx-large;
}

/* CODE BLOCK */
.code-container {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    padding: 28px 32px;
    position: relative;
    overflow: hidden;

    pre {
        max-height: 300px;
        min-height: 300px;
        overflow: auto;
        text-wrap: auto;
    }
}

.code-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, var(--blue), var(--yellow), var(--orange));
    opacity: 0.6;
}

.code-header {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 20px;
}

.code-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.6;
}

.code-dot:nth-child(1) {
    background: var(--orange);
}

.code-dot:nth-child(2) {
    background: var(--yellow);
}

.code-dot:nth-child(3) {
    background: var(--blue);
}

pre {
    font-family: var(--font-mono);
    font-size: 12px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    overflow-x: auto;
}

.code-keyword {
    color: var(--orange);
}

.code-string {
    color: var(--yellow);
}

.code-comment {
    color: rgba(255, 255, 255, 0.25);
}

.code-func {
    color: var(--blue);
}

.code-cursor {
    display: inline-block;
    width: 8px;
    height: 14px;
    background: var(--white);
    vertical-align: middle;
    margin-left: 2px;
    animation: blink 1s step-end infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

/* ===================== SECTION 3: INSIDE THE SYSTEM ===================== */
#inside-system {
    background: radial-gradient(ellipse 120% 80% at 50% 50%, #001433 0%, var(--dark) 60%);
    text-align: center;
}

.pt-96 {
    padding-top: 96px;
}

.pb-96 {
    padding-bottom: 96px;
}

.text-center {
    text-align: center;
}

.align-start {
    align-items: flex-start !important;
}


.neural-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    max-width: 800px;
}

.neural-node {
    padding: 32px 20px;
    background: rgba(26, 111, 255, 0.05);
    border: 1px solid rgba(26, 111, 255, 0.15);
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 4px;
}

.neural-node:hover {
    background: rgba(26, 111, 255, 0.12);
    border-color: rgba(26, 111, 255, 0.4);
    transform: translateY(-4px);
}

.neural-node::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: var(--blue);
    opacity: 0;
    transition: opacity 0.3s;
}

.neural-node:hover::after {
    opacity: 1;
}

.node-icon {
    font-size: 20px;
    margin-bottom: 12px;
}

.node-label {
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.5;
    line-height: 1.5;
}

.energy-line {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--blue), transparent);
    animation: energyFlow 3s linear infinite;
    opacity: 0;
}

@keyframes energyFlow {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

/* ===================== SECTION 4: ECOSYSTEM ===================== */
#ecosystem {
    display: flex;
    justify-content: center;
    text-align: center;
}

.partner-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    max-width: 800px;
    gap: 2px;
    padding: 60px 0;
}

.partner-tile {
    height: 200px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    perspective: 400px;
    transition: all 0.4s;
    border-radius: 4px;
}

.partner-tile-inner {
    width: 100%;
    height: 100%;
    padding: 8px;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.partner-tile:hover .partner-tile-inner {
    transform: rotateY(180deg);
}

.partner-front,
.partner-back {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backface-visibility: hidden;
    padding: 8px;
}

.partner-back {
    transform: rotateY(180deg);
    padding: 18px;
    background: rgba(26, 111, 255, 0.08);
    gap: 6px;
}

.partner-name {
    font-family: var(--font-display);
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.partner-tile:hover .partner-name {
    opacity: 1;
}

.partner-metric {
    flex: 1;
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    opacity: 0.6;
    line-height: 1.8;
    text-align: center;
}

.partner-stat {
    font-family: var(--font-display);
    font-size: 18px;
    color: var(--blue);
    height: 30%;
    display: flex;
    align-items: center;
}

.bottom-placement {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

/* ===================== SECTION 5: DASHBOARD ===================== */
#dashboard {
    background: linear-gradient(180deg, #0a0f1a 0%, var(--dark) 100%);
}

.terminal {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(26, 111, 255, 0.2);
    border-radius: 6px;
    padding: 32px;
    max-width: 700px;
    font-family: var(--font-mono);
    font-size: 13px;
    line-height: 2.2;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(26, 111, 255, 0.08);
}

.terminal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--blue), var(--orange), var(--yellow));
    opacity: 0.7;
}

.terminal-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    opacity: 0.4;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.terminal-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--blue);
    animation: terminalDot 2s ease-in-out infinite;
}

.terminal-dot:nth-child(2) {
    animation-delay: 0.3s;
    background: var(--yellow);
}

.terminal-dot:nth-child(3) {
    animation-delay: 0.6s;
    background: var(--orange);
}

@keyframes terminalDot {

    0%,
    100% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }
}

.terminal-line {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    padding: 2px 0;
}

.terminal-prompt {
    color: var(--blue);
    margin-right: 8px;
}

.terminal-success {
    color: var(--orange);
}

.terminal-comment {
    color: rgba(255, 255, 255, 0.2);
}

.dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-top: 0;
}

.live-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

.stat-card {
    padding: 32px 24px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    border-radius: 4px;
}

.stat-value {
    font-family: var(--font-display);
    font-size: 28px;
    margin-bottom: 8px;
    background: linear-gradient(135deg, var(--white), rgba(255, 255, 255, 0.6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.3;
}

.stat-indicator {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--orange);
    animation: statPulse 2s ease-in-out infinite;
}

@keyframes statPulse {

    0%,
    100% {
        opacity: 1;
        box-shadow: 0 0 6px var(--orange);
    }

    50% {
        opacity: 0.4;
        box-shadow: none;
    }
}

/* ===================== SECTION 6: REVIEWS ===================== */
#reviews {
    background: linear-gradient(180deg, var(--dark) 0%, #0a0a12 100%);
    text-align: center;
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    max-width: 1000px;
}

.review-card {
    padding: 40px 32px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    text-align: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
    border-radius: 4px;
}

.review-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background: linear-gradient(to bottom, var(--orange), var(--yellow));
    transition: height 0.4s ease;
}

.review-card:hover::before {
    height: 100%;
}

.review-card:hover {
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-4px);
}

.review-quote {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 28px;
    opacity: 0.8;
    font-style: italic;
}

.review-author {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.4;
}

.review-metric-hover {
    position: absolute;
    bottom: 24px;
    right: 24px;
    text-align: right;
    opacity: 0;
    transition: opacity 0.3s;
}

.review-card:hover .review-metric-hover {
    opacity: 1;
}

.review-metric-num {
    font-family: var(--font-display);
    font-size: 22px;
    color: var(--orange);
}

.review-metric-label {
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    opacity: 0.4;
}

/* ===================== SECTION 7: PERFORMANCE ===================== */
#performance {
    background: var(--dark);
    text-align: center;
    overflow: hidden;
    position: relative;
}

.perf-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 45% at 50% 45%, rgba(255, 85, 0, 0.06) 0%, transparent 70%);
}

.mega-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 0 auto;
    max-width: 1100px;
}

.mega-stat {
    padding: 80px 40px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.04);
    position: relative;
}

.mega-stat:last-child {
    border-right: none;
}

.mega-number {
    font-family: var(--font-display);
    font-size: clamp(48px, 7vw, 96px);
    font-weight: 55;
    line-height: 1;
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.5) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
    transition: all 0.3s;
}

.mega-stat:nth-child(1) .mega-number {
    background: linear-gradient(135deg, var(--orange), #ff8800);
    -webkit-background-clip: text;
    background-clip: text;
}

.mega-stat:nth-child(2) .mega-number {
    background: linear-gradient(135deg, var(--yellow), #ffe566);
    -webkit-background-clip: text;
    background-clip: text;
}

.mega-stat:nth-child(3) .mega-number {
    background: linear-gradient(135deg, var(--blue), #66a8ff);
    -webkit-background-clip: text;
    background-clip: text;
}

.mega-label {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    opacity: 0.3;
}

/* ===================== SECTION 8: DEVELOPER ===================== */
#vision {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, #050a14 0%, #08101e 100%);
}

.vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1200px;

    .vision-content {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .vision-tab {
        display: flex;
        flex-direction: column;
        gap: 24px;

        .item {
            display: flex;
            flex-direction: column;
            gap: 12px;
            padding: 18px 18px 16px;
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.03);
            backdrop-filter: blur(10px);

            .title {
                font-size: 0.78rem;
                letter-spacing: 0.14em;
                text-transform: uppercase;
                color: rgba(255, 255, 255, 0.55);
            }
        }
    }
}

.bl-orange {
    border-left: 3px solid var(--orange);
}

.bl-yellow {
    border-left: 3px solid var(--yellow);
}

.bl-blue {
    border-left: 3px solid var(--blue);
}

.api-nodes {
    position: relative;
    width: 500px;
    height: 400px;
}

.api-node {
    position: absolute;
    padding: 14px 20px;
    background: rgba(26, 111, 255, 0.08);
    border: 1px solid rgba(26, 111, 255, 0.2);
    border-radius: 4px;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s;
    cursor: pointer;
}

.api-node:hover {
    background: rgba(26, 111, 255, 0.15);
    border-color: var(--blue);
    color: var(--white);
    transform: scale(1.05);
}

.api-node:nth-child(1) {
    top: 20px;
    left: 20px;
}

.api-node:nth-child(2) {
    top: 20px;
    right: 20px;
}

.api-node:nth-child(3) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 85, 0, 0.1);
    border-color: rgba(255, 85, 0, 0.3);
    color: var(--orange);
}

.api-node:nth-child(3):hover {
    transform: translate(-50%, -50%) scale(1.08);
}

.api-node:nth-child(4) {
    bottom: 20px;
    left: 20px;
}

.api-node:nth-child(5) {
    bottom: 20px;
    right: 20px;
}

svg.api-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

svg.api-lines line {
    stroke: rgba(26, 111, 255, 0.2);
    stroke-width: 1;
    stroke-dasharray: 4 4;
    animation: dashFlow 3s linear infinite;
}

@keyframes dashFlow {
    from {
        stroke-dashoffset: 32;
    }

    to {
        stroke-dashoffset: 0;
    }
}

/* ===================== SECTION 10: ENTERPRISE ===================== */
#enterprise {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, #0d0d0d 0%, #090909 100%);
    text-align: center;
}

.enterprise-headline {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 56px);
    font-weight: 55;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    line-height: 1.1;
    max-width: 800px;
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.enterprise-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.enterprise-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2px;
    max-width: 900px;
}

.enterprise-item {
    padding: 32px 20px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 4px;
}

.enterprise-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
}

.enterprise-icon {
    font-size: 20px;
    margin-bottom: 12px;
}

.enterprise-label {
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.4;
    line-height: 1.6;
}

.uptime-display {
    display: inline-block;
    padding: 24px 48px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    border-radius: 4px;
}

.uptime-number {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 55;
    color: var(--white);
}

.uptime-label {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    opacity: 0.3;
    margin-top: 8px;
}

/* FINAL SECTION */
#final {
    background: radial-gradient(ellipse 80% 60% at 50% 50%, #1a0a00 0%, var(--dark) 70%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 200px 80px;
    position: relative;
    overflow: hidden;
}

.final-headline {
    font-family: var(--font-display);
    font-size: clamp(48px, 9vw, 140px);
    font-weight: 55;
    line-height: 0.85;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    margin-bottom: 48px;
    z-index: 1;
    background: linear-gradient(135deg, #fff 30%, rgba(255, 255, 255, 0.4) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.final-sub {
    font-family: var(--font-mono);
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.35;
    margin-bottom: 64px;
    z-index: 1;
}

.final-ctas {
    display: flex;
    gap: 12px;
    z-index: 1;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-ghost {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 16px 32px;
    background: transparent;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s;
    backdrop-filter: blur(10px);
}

.btn-ghost:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.04);
}

.final-cube-bg {
    position: absolute;
    opacity: 0.06;
    pointer-events: none;
}

#final-cube-anim {
    width: 300px;
    height: 300px;
    transform-style: preserve-3d;
    animation: finalSpin 25s linear infinite;
    margin: 150px auto;
}

@keyframes finalSpin {
    from {
        transform: rotateX(-20deg) rotateY(0deg);
    }

    to {
        transform: rotateX(-20deg) rotateY(360deg);
    }
}

/* ===================== FOOTER ===================== */
.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

footer {
    display: flex;
    flex-direction: column;
    gap: 40px;
    background: #000;
    padding: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-grid {
    display: flex;
    gap: 40px;
}

.footer-brand {
    font-family: var(--font-display);
    font-size: 32px;
    font-weight: 55;
    text-transform: uppercase;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
}

.footer-tagline {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.3;
    line-height: 1.8;
    max-width: 300px;
}

.footer-col-title {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    opacity: 0.3;
    margin-bottom: 24px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a {
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: var(--white);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-copy {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.2;
}

.footer-cube {
    display: grid;
    grid-template-columns: repeat(2, 8px);
    gap: 2px;
}

.footer-tile {
    width: 8px;
    height: 8px;
    border-radius: 1px;
}

.footer-tile:nth-child(1) {
    background: var(--orange);
    opacity: 0.7;
}

.footer-tile:nth-child(2) {
    background: var(--yellow);
    opacity: 0.7;
}

.footer-tile:nth-child(3) {
    background: var(--blue);
    opacity: 0.7;
}

.footer-tile:nth-child(4) {
    background: var(--white);
    opacity: 0.7;
}

/* ===================== SCROLL REVEAL ===================== */
.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 {
    transition-delay: 0.1s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

.reveal-delay-3 {
    transition-delay: 0.3s;
}

.reveal-delay-4 {
    transition-delay: 0.4s;
}

.reveal-delay-5 {
    transition-delay: 0.5s;
}

.reveal-delay-6 {
    transition-delay: 0.6s;
}

/* DIVIDERS */
.section-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
}

/* SECTION WRAPPER */
.section-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.announcement {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-end;
}

.section-inner-bottom {
    max-width: 1200px;
}

.flex-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.centered {
    text-align: center;
}

.text-centered {
    width: 75%;
    display: flex;
    justify-content: flex-end;
    text-align: center;
    place-self: center;
    opacity: 0.7;
}

.pt-3 {
    padding-top: 3rem;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    #hero {
        padding-top: 10rem !important;
    }

    #product-reveal {
        modular-cube {
            display: none;
        }
    }

    nav {
        padding: 20px 24px;
    }

    .nav-links {
        display: none;
    }

    #product-reveal {
        grid-template-columns: 1fr;
        padding: 80px 24px;
    }

    .metrics-grid {
        grid-template-columns: 1fr;
        padding: 0 24px;
    }

    .neural-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .partner-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .review-grid {
        grid-template-columns: 1fr;
    }

    .mega-stats {
        grid-template-columns: 1fr;
    }

    .vision-grid {
        grid-template-columns: 1fr;

        modular-cube {
            display: none;
        }
    }

    .enterprise-grid {
        grid-template-columns: unset;
    }

    .mega-stat {
        border-right: none;
    }

    .perf-bg {
        background: radial-gradient(ellipse 60% 45% at 50% 62%, rgba(255, 85, 0, 0.06) 0%, transparent 70%);
    }

    .btn-primary,
    .btn-secondary,
    .btn-ghost {
        width: 100%;
        padding: 16px 16px;
    }

    .footer-grid {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 40px;
    }

    section {
        padding: 80px 24px;
    }

    .final-ctas {
        flex-direction: column;
        align-items: center;
    }

    .dashboard-grid {
        grid-template-columns: none;
    }
}

.code-block {
    display: none;
}

.code-block.active {
    display: block;
}

.tag.active {
    border-color: var(--orange);
    color: var(--orange);
}

#inside-system {
    position: relative;
    overflow: hidden;
}

#system-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

#inside-system .section-inner {
    position: relative;
    z-index: 1;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}