:root {
    --bg: #08060d;
    --surface: #0f0c18;
    --surface-raised: #151022;
    --purple: #9b5cff;
    --purple-bright: #c28bff;
    --purple-soft: #7c4dba;
    --ink: #f4efff;
    --muted: #a39bb2;
    --dim: #6c6478;
    --line: rgba(194, 139, 255, .2);
    --line-soft: rgba(255, 255, 255, .1);
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--bg);
    font-family: Manrope, Arial, sans-serif;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--bg); background: var(--purple-bright); }

.noise {
    position: fixed;
    inset: 0;
    z-index: 20;
    pointer-events: none;
    opacity: .035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}
.ambient {
    position: fixed;
    z-index: -1;
    pointer-events: none;
    border: 1px solid rgba(155, 92, 255, .12);
    transform: rotate(22deg);
}
.ambient-one { width: 600px; height: 600px; top: 10%; right: -360px; }
.ambient-two { width: 420px; height: 420px; bottom: 12%; left: -300px; border-color: rgba(194, 139, 255, .08); transform: rotate(-17deg); }

.section-wrap { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.topbar {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 42px;
    height: 82px;
    padding: 0 max(32px, calc((100% - var(--container)) / 2));
    border-bottom: 1px solid var(--line-soft);
}
.brand {
    color: var(--ink);
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
}
.brand span { color: var(--purple-bright); font-weight: 400; }
.nav { display: flex; gap: 30px; }
.nav a, .nav-cta, .footer, .kicker, .card-top, .card-link, .hero-note, .art-coordinate, .tech-list span, .sticker-card-head {
    font: 11px "DM Mono", monospace;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.nav a {
    color: var(--muted);
    text-decoration: none;
    transition: color .25s ease;
}
.nav a:hover, .nav-cta:hover, .footer a:hover { color: var(--purple-bright); }
.nav-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    color: var(--ink);
    text-decoration: none;
}
.nav-cta svg, .footer svg, .button svg, .card-link svg { width: 15px; height: 15px; }

.hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(370px, .92fr);
    align-items: center;
    min-height: 720px;
    border-bottom: 1px solid var(--line-soft);
}
.hero-copy { position: relative; z-index: 1; padding: 110px 0 120px; }
.kicker {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    color: var(--muted);
}
.kicker-index { color: var(--purple-bright); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 {
    max-width: 850px;
    margin: 36px 0 32px;
    color: var(--ink);
    font-size: 5.1rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: .88;
}
em { color: var(--purple-bright); font-style: normal; }
.hero-lead {
    max-width: 555px;
    margin-bottom: 36px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 54px;
    padding: 16px 19px;
    border: 1px solid transparent;
    font: 11px "DM Mono", monospace;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .3s ease, border-color .3s ease, background-color .3s ease, color .3s ease;
}
.button:hover { transform: translateY(-4px); }
.button-primary { color: #100818; background: var(--purple-bright); }
.button-primary:hover { background: #d1a8ff; }
.button-ghost { color: var(--ink); border-color: var(--line); }
.button-ghost:hover { border-color: var(--purple-bright); color: var(--purple-bright); }
.hero-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 72px;
    color: var(--dim);
}
.hero-note strong { color: var(--purple); font-weight: 400; }
.status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--purple-bright);
    box-shadow: 0 0 0 5px rgba(194, 139, 255, .1);
    animation: pulse 2s ease-in-out infinite;
}
.hero-art {
    position: relative;
    min-height: 530px;
    overflow: hidden;
    border-left: 1px solid var(--line-soft);
    background-color: #0b0812;
}
.art-grid {
    position: absolute;
    inset: 0;
    opacity: .5;
    background-image: linear-gradient(rgba(194, 139, 255, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(194, 139, 255, .09) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}
.art-orbit {
    position: absolute;
    border: 1px solid rgba(194, 139, 255, .3);
    border-radius: 50%;
    transform: rotate(-22deg);
    animation: orbit 12s linear infinite;
}
.orbit-one { width: 450px; height: 200px; top: 155px; left: 20%; }
.orbit-two { width: 280px; height: 470px; top: 20px; left: 45%; animation-direction: reverse; animation-duration: 16s; }
.sticker-frame {
    position: absolute;
    display: grid;
    place-items: center;
    width: 275px;
    height: 275px;
}
.sticker-frame::after, .sticker-canvas::after {
    content: attr(data-sticker-label);
    position: absolute;
    right: -35px;
    bottom: -4px;
    padding: 7px 10px;
    color: var(--purple-bright);
    border: 1px solid var(--line);
    background: rgba(8, 6, 13, .86);
    font: 10px "DM Mono", monospace;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.sticker-hero { top: 117px; left: 50%; transform: translateX(-50%); }
.sticker-frame svg, .sticker-canvas svg { width: 100%; height: 100%; overflow: visible; }
.art-coordinate, .art-cross { position: absolute; color: var(--dim); }
.art-coordinate { top: 25px; right: 25px; }
.art-cross { color: var(--purple-bright); font-size: 18px; }
.cross-one { top: 90px; left: 13%; animation: flicker 2.5s infinite; }
.cross-two { right: 13%; bottom: 95px; animation: flicker 3s .8s infinite; }

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 62px 0;
    border-bottom: 1px solid var(--line-soft);
}
.stat {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    min-height: 80px;
    padding-left: 30px;
    border-left: 1px solid var(--line-soft);
}
.stat:first-child { padding-left: 0; border-left: 0; }
.stat strong {
    font-size: 5.8rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: .75;
}
.stat strong span { color: var(--purple-bright); font-size: .4em; letter-spacing: 0; }
.stat p { margin: 0; color: var(--muted); font: 11px "DM Mono", monospace; line-height: 1.5; text-transform: uppercase; }

.services, .why, .process, .stickers, .tech, .faq { padding: 120px 0; border-bottom: 1px solid var(--line-soft); }
.section-heading { max-width: 650px; }
.section-heading h2, .process-intro h2, .final-cta h2 {
    margin: 28px 0 22px;
    color: var(--ink);
    font-size: 5.7rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: .9;
}
.section-heading > p:last-child, .process-intro > p:last-child, .final-cta > div > p:last-of-type {
    max-width: 495px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
}
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 68px;
}
.service-card {
    min-height: 365px;
    padding: 25px;
    border: 1px solid var(--line-soft);
    background: var(--surface);
    transition: transform .35s ease, border-color .35s ease, background-color .35s ease;
}
.service-card:hover { transform: translateY(-8px); border-color: var(--purple-soft); background: var(--surface-raised); }
.service-card-featured { background: #171025; border-color: rgba(194, 139, 255, .34); }
.card-top { display: flex; align-items: center; justify-content: space-between; color: var(--purple-bright); }
.card-top svg { width: 22px; height: 22px; }
.service-card h3 { margin: 100px 0 14px; font-size: 25px; letter-spacing: 0; }
.service-card p { min-height: 78px; margin-bottom: 28px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.card-link { display: inline-flex; align-items: center; gap: 9px; color: var(--purple-bright); text-decoration: none; }
.card-link:hover { color: var(--ink); }

.why { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.why-list { border-top: 1px solid var(--line-soft); }
.why-item { display: grid; grid-template-columns: 38px 44px 1fr; align-items: start; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--line-soft); }
.why-number { padding-top: 4px; color: var(--purple-bright); font: 11px "DM Mono", monospace; }
.why-icon { display: grid; place-items: center; width: 40px; height: 40px; color: var(--purple-bright); border: 1px solid var(--line); }
.why-icon svg { width: 18px; height: 18px; }
.why-item h3 { margin: 0 0 8px; font-size: 19px; letter-spacing: 0; }
.why-item p { max-width: 480px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.process-intro > p:last-child { max-width: 370px; }
.process-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 35px; border-top: 1px solid var(--line-soft); }
.process-step { display: flex; gap: 18px; padding: 25px 0 28px; border-bottom: 1px solid var(--line-soft); }
.process-step > span { color: var(--purple-bright); font: 11px "DM Mono", monospace; }
.process-step h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: 0; }
.process-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.sticker-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; max-width: none; }
.sticker-heading > p { width: 300px; margin: 0 0 7px; }
.sticker-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 70px; }
.sticker-card { position: relative; min-height: 335px; padding: 20px; overflow: hidden; border: 1px solid var(--line-soft); background-color: #0d0915; transition: border-color .35s ease, transform .35s ease; }
.sticker-card:hover { border-color: var(--purple-soft); transform: translateY(-6px); }
.sticker-purple { background-color: #130b21; }
.sticker-wide { grid-column: span 2; }
.sticker-card-head { display: flex; justify-content: space-between; color: var(--muted); }
.sticker-card-head svg { width: 15px; height: 15px; color: var(--purple-bright); }
.sticker-canvas { position: relative; display: grid; place-items: center; width: 195px; height: 195px; margin: 17px auto 13px; }
.sticker-canvas::after { right: -30px; bottom: 6px; }
.sticker-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.tech { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; align-items: start; }
.tech-list { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 14px; }
.tech-list span { padding: 15px 17px; color: var(--muted); border: 1px solid var(--line); transition: color .25s ease, border-color .25s ease, background-color .25s ease; }
.tech-list span:hover { color: var(--ink); border-color: var(--purple-bright); background: var(--surface-raised); }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.faq-list { border-top: 1px solid var(--line-soft); }
.faq details { border-bottom: 1px solid var(--line-soft); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 23px 0; color: var(--ink); font-size: 16px; font-weight: 600; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq-plus { position: relative; flex: 0 0 18px; width: 18px; height: 18px; }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; top: 8px; left: 1px; width: 16px; height: 1px; background: var(--purple-bright); transition: transform .25s ease; }
.faq-plus::after { transform: rotate(90deg); }
.faq details[open] .faq-plus::after { transform: rotate(0); }
.faq details p { max-width: 600px; padding: 0 42px 23px 0; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.final-cta { position: relative; display: grid; grid-template-columns: 270px 1fr; gap: 80px; align-items: center; min-height: 540px; padding-block: 100px; }
.final-cta::before { content: ""; position: absolute; inset: 25px 0; z-index: -1; border: 1px solid var(--line); background: #100a1a; }
.final-sticker { position: relative; width: 250px; height: 250px; }
.final-sticker::after { right: -25px; bottom: 15px; }
.final-cta h2 { font-size: 6.5rem; }
.final-cta .button { margin-top: 12px; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 100px; color: var(--dim); }
.footer .brand { color: var(--ink); font: 800 24px Manrope, Arial, sans-serif; letter-spacing: 0; }
.footer a:last-child { display: flex; align-items: center; gap: 9px; color: var(--muted); text-decoration: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .1s; }
.reveal-delay-two { transition-delay: .2s; }
@keyframes pulse { 50% { opacity: .35; transform: scale(.8); } }
@keyframes orbit { to { transform: rotate(338deg); } }
@keyframes flicker { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }

@media (max-width: 900px) {
    .hero { grid-template-columns: 1fr; }
    .hero-copy { padding: 90px 0 60px; }
    .hero h1 { font-size: 4.2rem; }
    .section-heading h2, .process-intro h2 { font-size: 4.8rem; }
    .final-cta h2 { font-size: 5.5rem; }
    .hero-art { min-height: 440px; border-left: 0; border-top: 1px solid var(--line-soft); }
    .sticker-hero { top: 75px; }
    .why, .process, .tech, .faq { grid-template-columns: 1fr; gap: 55px; }
    .sticker-heading { display: block; }
    .sticker-heading > p { width: auto; max-width: 430px; margin: 35px 0 0; }
}
@media (max-width: 700px) {
    .section-wrap { width: calc(100% - 36px); }
    .topbar { height: 68px; padding: 0 18px; }
    .nav { display: none; }
    .hero { min-height: 0; }
    .hero h1 { font-size: 2.85rem; }
    .hero-lead { font-size: 16px; }
    .hero-art { order: -1; min-height: 350px; }
    .sticker-hero { top: 42px; }
    .hero-note { margin-top: 48px; font-size: 9px; letter-spacing: .04em; }
    .stats { grid-template-columns: 1fr; gap: 30px; padding: 48px 0; }
    .stat, .stat:first-child { min-height: 65px; padding: 23px 0 0; border-top: 1px solid var(--line-soft); border-left: 0; }
    .stat:first-child { padding-top: 0; border-top: 0; }
    .services, .why, .process, .stickers, .tech, .faq { padding: 78px 0; }
    .section-heading h2, .process-intro h2 { font-size: 3.4rem; }
    .section-heading > p:last-child, .process-intro > p:last-child, .final-cta > div > p:last-of-type { font-size: 15px; }
    .service-grid, .sticker-grid { grid-template-columns: 1fr; margin-top: 45px; }
    .service-card { min-height: 320px; }
    .service-card h3 { margin-top: 70px; }
    .sticker-wide { grid-column: auto; }
    .sticker-card { min-height: 330px; }
    .process-steps { grid-template-columns: 1fr; gap: 0; }
    .why-item { grid-template-columns: 28px 40px 1fr; gap: 13px; }
    .why-item h3 { font-size: 17px; }
    .why-item p { font-size: 13px; }
    .tech-list { padding-top: 0; }
    .faq summary { font-size: 14px; }
    .faq details p { font-size: 13px; }
    .final-cta { grid-template-columns: 1fr; gap: 20px; min-height: 0; padding: 90px 18px; }
    .final-cta::before { inset: 20px 0; }
    .final-sticker { width: 200px; height: 200px; margin-inline: auto; }
    .final-cta h2 { font-size: 3.9rem; }
    .footer { min-height: 125px; padding-block: 30px; flex-wrap: wrap; font-size: 9px; }
    .footer span { width: 100%; order: 3; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    .reveal { opacity: 1; transform: none; }
}
