@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
    --ink: #f2f4fb; --muted: #9da5bb; --dim: #6f778c; --line: rgba(255,255,255,.11);
    --panel: #111628; --night: #080b16; --purple: #a88bff; --cyan: #8ce7dc;
    --mono: 'DM Mono', ui-monospace, monospace; --sans: 'Manrope', ui-sans-serif, system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.site-shell { overflow: hidden; background: radial-gradient(circle at 78% 2%, rgba(111,76,209,.16), transparent 26rem), var(--night); }
.site-header, .section-pad, .site-footer { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.site-header { min-height: 92px; display: flex; align-items: center; gap: 34px; position: relative; z-index: 4; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px 10px 10px 3px; color: #111123; background: linear-gradient(135deg, var(--cyan), var(--purple)); font-size: 15px; font-weight: 800; box-shadow: 0 0 28px rgba(140,231,220,.25); }
.brand-name { font-size: 18px; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; color: var(--muted); font-size: 13px; }
.desktop-nav a, .footer-links a { transition: color .2s ease; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--ink); }
.header-cta { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 99px; padding: 10px 15px; font-size: 12px; transition: border-color .2s, background .2s; }
.header-cta:hover { border-color: rgba(140,231,220,.5); background: rgba(140,231,220,.06); }
.mobile-nav { display: none; margin-left: auto; position: relative; color: var(--muted); font-size: 13px; }
.mobile-nav summary { cursor: pointer; list-style: none; border: 1px solid var(--line); border-radius: 99px; padding: 8px 13px; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav-links { position: absolute; right: 0; top: 44px; display: grid; gap: 11px; width: 150px; padding: 14px; background: #151b2d; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 14px 40px #0008; }
.mobile-nav-links a { color: var(--muted); }
.section-pad { padding-top: 100px; padding-bottom: 100px; }
.hero { min-height: 635px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; padding-top: 90px; padding-bottom: 120px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: var(--cyan); font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.eyebrow-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 700; letter-spacing: -.075em; line-height: .98; }
h1 { max-width: 680px; margin-bottom: 30px; font-size: clamp(58px, 8vw, 102px); }
h2 { margin-bottom: 22px; font-size: clamp(44px, 5vw, 70px); }
h1 em, h2 em { color: var(--purple); font-style: normal; }
.hero-lede { max-width: 460px; margin-bottom: 35px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; border-radius: 99px; padding: 13px 18px; font-size: 12px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #101323; background: var(--cyan); box-shadow: 0 10px 32px rgba(140,231,220,.16); }
.button-primary:hover { box-shadow: 0 12px 36px rgba(140,231,220,.3); }
.button-light { color: #131526; background: #f1f2f7; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 12px; font-weight: 700; }
.text-link span, .app-link span { color: var(--cyan); transition: transform .2s; }
.text-link:hover span, .app-link:hover span { transform: translate(3px, -3px); }
.hero-art { position: relative; height: 440px; display: grid; place-items: center; }
.hero-orbit { position: absolute; border: 1px solid rgba(168,139,255,.22); border-radius: 50%; transform: rotate(-25deg); }
.orbit-one { width: 370px; height: 160px; }
.orbit-two { width: 450px; height: 240px; transform: rotate(33deg); border-color: rgba(140,231,220,.17); }
.orbit-three { width: 290px; height: 420px; transform: rotate(75deg); border-color: rgba(255,255,255,.1); }
.hero-orb { position: relative; display: grid; place-items: center; width: 205px; height: 205px; border-radius: 53% 47% 59% 41%; background: linear-gradient(145deg, #b8ffef 0%, #8ea5ff 45%, #7850bd 100%); box-shadow: inset -22px -25px 45px rgba(57,31,130,.45), inset 15px 17px 27px rgba(255,255,255,.45), 0 0 100px rgba(118,112,255,.34); transform: rotate(-13deg); animation: float 7s ease-in-out infinite; }
.orb-letter { color: #171831; font-size: 91px; font-weight: 800; letter-spacing: -.17em; transform: rotate(13deg); }
.orb-spark { position: absolute; display: block; border-radius: 50%; background: #fff; box-shadow: 0 0 16px #fff; }
.spark-one { width: 8px; height: 8px; top: 35px; right: 42px; }
.spark-two { width: 4px; height: 4px; bottom: 42px; left: 38px; }
.hero-label { position: absolute; color: var(--muted); font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.label-top { top: 55px; right: 20px; }
.label-bottom { bottom: 56px; left: 22px; }
@keyframes float { 0%,100% { transform: rotate(-13deg) translateY(0); } 50% { transform: rotate(-8deg) translateY(-11px); } }
.signal-strip { width: min(100%, 1280px); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-item { display: grid; grid-template-columns: 35px 1fr; column-gap: 8px; padding: 28px 32px; border-right: 1px solid var(--line); }
.signal-item:last-child { border-right: 0; }
.signal-item span { grid-row: span 2; color: var(--purple); font-family: var(--mono); font-size: 10px; }
.signal-item strong { font-size: 13px; }
.signal-item small { color: var(--dim); font-size: 11px; }
.apps-section { padding-top: 145px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 55px; }
.section-heading .eyebrow { margin-bottom: 20px; }
.section-intro { max-width: 300px; margin: 0 0 8px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.featured-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.app-card { position: relative; min-height: 440px; display: flex; flex-direction: column; overflow: hidden; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; transition: transform .3s, border-color .3s; }
.app-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.3); }
.app-card::after { position: absolute; content: ''; width: 250px; height: 250px; top: -85px; right: -60px; border-radius: 50%; background: rgba(255,255,255,.11); filter: blur(15px); }
.app-card-violet { background: radial-gradient(circle at 90% 10%, #5a499a, transparent 38%), linear-gradient(135deg, #1e1b3e, #12172e 70%); }
.app-card-blue { background: radial-gradient(circle at 90% 10%, #275886, transparent 38%), linear-gradient(135deg, #0d2541, #12172e 70%); }
.app-card-orange { background: radial-gradient(circle at 90% 10%, #a75c31, transparent 38%), linear-gradient(135deg, #38201d, #15182c 70%); }
.app-card-coral { background: radial-gradient(circle at 90% 10%, #a33f52, transparent 38%), linear-gradient(135deg, #401d38, #15172d 70%); }
.app-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.app-icon, .compact-icon { display: grid; place-items: center; flex: 0 0 auto; color: #fff; font-weight: 800; }
.app-icon { width: 62px; height: 62px; border-radius: 19px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.24); font-size: 29px; box-shadow: inset 0 1px 9px rgba(255,255,255,.2), 0 13px 30px rgba(0,0,0,.12); }
.app-category, .legal-aside span, .legal-aside a, .support-card small { color: rgba(255,255,255,.57); font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.app-card-content { position: relative; z-index: 1; margin-top: auto; max-width: 420px; }
.app-card h3 { margin-bottom: 8px; font-size: 27px; letter-spacing: -.055em; }
.app-tagline { margin-bottom: 11px; color: var(--cyan); font-size: 14px; font-weight: 700; }
.app-description { max-width: 360px; margin-bottom: 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.7; }
.app-link { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; margin-top: 25px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.15); color: var(--ink); font-size: 11px; font-weight: 700; }
.all-apps-heading { margin: 105px 0 26px; }
.all-apps-heading .eyebrow { margin-bottom: 0; }
.compact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.compact-card, .support-card { display: flex; align-items: center; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.025); transition: border-color .2s, background .2s, transform .2s; }
.compact-card:hover, .support-card:hover { border-color: rgba(140,231,220,.38); background: rgba(140,231,220,.04); transform: translateY(-2px); }
.compact-icon { width: 43px; height: 43px; border-radius: 14px; font-size: 20px; }
.compact-icon-green { background: linear-gradient(135deg, #7be2b2, #2d7f80); }
.compact-icon-pink { background: linear-gradient(135deg, #ff9fc7, #9c4ed2); }
.compact-icon-yellow { color: #312616; background: linear-gradient(135deg, #ffe68d, #e4a652); }
.compact-copy { min-width: 0; flex: 1; }
.compact-copy .app-category { margin-bottom: 5px; color: var(--dim); }
.compact-copy h3 { margin-bottom: 3px; font-size: 14px; letter-spacing: -.035em; }
.compact-copy p:last-child { overflow: hidden; margin: 0; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.compact-arrow { margin-left: auto; color: var(--cyan); font-size: 18px; }
.manifesto-section { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; padding-top: 170px; padding-bottom: 150px; }
.manifesto-mark { display: grid; place-items: center; width: min(320px, 80%); aspect-ratio: 1; border: 1px solid rgba(168,139,255,.28); border-radius: 43% 57% 62% 38%; color: var(--purple); font-size: 98px; background: radial-gradient(circle at 35% 30%, rgba(168,139,255,.22), transparent 45%); box-shadow: inset 0 0 60px rgba(168,139,255,.08), 0 0 80px rgba(168,139,255,.07); transform: rotate(19deg); }
.manifesto-copy { max-width: 570px; }
.manifesto-copy p:not(.eyebrow) { margin-bottom: 19px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.manifesto-copy .text-link { margin-top: 12px; }
.closing-cta { display: flex; justify-content: space-between; align-items: end; min-height: 360px; padding-top: 75px; padding-bottom: 75px; border: 1px solid var(--line); border-bottom: 0; border-radius: 26px 26px 0 0; background: radial-gradient(circle at 86% 52%, rgba(140,231,220,.17), transparent 31%), linear-gradient(110deg, #121a30, #181638); }
.closing-cta h2 { margin-bottom: 0; }
.site-footer { padding-top: 55px; padding-bottom: 30px; }
.footer-main { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 75px; }
.footer-note { margin: 20px 0 0; color: var(--dim); font-size: 11px; line-height: 1.8; }
.footer-links { display: flex; gap: 24px; align-items: start; color: var(--muted); font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); color: var(--dim); font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.legal-hero, .support-hero { padding-top: 115px; padding-bottom: 95px; }
.legal-hero h1, .support-hero h1 { font-size: clamp(58px, 8vw, 96px); }
.legal-updated { margin-top: 30px; color: var(--dim); font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.legal-layout { display: grid; grid-template-columns: 210px minmax(0,670px); justify-content: space-between; gap: 65px; padding-top: 45px; }
.legal-aside { position: sticky; top: 30px; align-self: start; display: grid; gap: 12px; padding-top: 6px; }
.legal-aside span { margin-bottom: 5px; color: var(--cyan); }
.legal-aside a { color: var(--dim); text-transform: none; letter-spacing: 0; transition: color .2s; }
.legal-aside a:hover { color: var(--ink); }
.legal-content { color: var(--muted); font-size: 14px; line-height: 1.85; }
.legal-content .legal-intro { margin-bottom: 55px; color: var(--ink); font-size: 18px; line-height: 1.7; }
.legal-content h2 { margin-top: 50px; margin-bottom: 13px; color: var(--ink); font-size: 25px; letter-spacing: -.05em; }
.legal-content p { margin-bottom: 16px; }
.legal-content ul { display: grid; gap: 13px; margin: 14px 0 20px; padding-left: 21px; }
.legal-content li { padding-left: 4px; }
.legal-content li::marker { color: var(--cyan); }
.legal-content strong { color: var(--ink); }
.legal-content a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }
.legal-note { margin-top: 60px; padding: 17px 20px; border-left: 2px solid var(--purple); color: var(--dim); font-size: 12px; }
.support-section { padding-top: 45px; }
.support-heading { align-items: start; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.support-card { padding: 16px 18px; }
.support-card > span:nth-child(2) { display: grid; gap: 2px; }
.support-card small { color: var(--dim); }
.support-card strong { font-size: 13px; }
.faq-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; padding-top: 145px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; color: var(--ink); font-size: 14px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; color: var(--cyan); font-size: 20px; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list p { max-width: 560px; padding: 0 38px 22px 0; margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.faq-list a { color: var(--cyan); }

@media (max-width: 850px) {
    .site-header, .section-pad, .site-footer { width: min(100% - 40px, 680px); }
    .desktop-nav, .header-cta { display: none; }
    .mobile-nav { display: block; }
    .hero { grid-template-columns: 1fr; gap: 45px; padding-top: 70px; }
    .hero-art { height: 320px; }
    .hero-orb { width: 160px; height: 160px; }
    .orb-letter { font-size: 68px; }
    .orbit-one { width: 300px; height: 130px; }
    .orbit-two { width: 370px; height: 200px; }
    .orbit-three { height: 330px; }
    .signal-strip { grid-template-columns: 1fr; width: calc(100% - 40px); }
    .signal-item { border-right: 0; border-bottom: 1px solid var(--line); }
    .signal-item:last-child { border-bottom: 0; }
    .section-heading, .closing-cta { display: grid; align-items: start; gap: 25px; }
    .section-intro { max-width: 440px; }
    .featured-grid, .compact-grid, .support-grid { grid-template-columns: 1fr; }
    .app-card { min-height: 410px; }
    .manifesto-section, .faq-section { grid-template-columns: 1fr; gap: 50px; }
    .manifesto-mark { width: 210px; }
    .legal-layout { grid-template-columns: 1fr; gap: 30px; }
    .legal-aside { position: static; display: flex; flex-wrap: wrap; gap: 10px 18px; }
    .legal-aside span { width: 100%; }
}
@media (max-width: 480px) {
    .site-header { min-height: 75px; }
    .section-pad { padding-top: 75px; padding-bottom: 75px; }
    h1 { font-size: 55px; }
    h2 { font-size: 43px; }
    .hero { min-height: auto; padding-top: 65px; padding-bottom: 80px; }
    .hero-lede { font-size: 15px; }
    .hero-actions { align-items: start; flex-direction: column; gap: 20px; }
    .hero-art { height: 280px; }
    .hero-label { font-size: 8px; }
    .label-top { right: 0; }
    .label-bottom { left: 0; }
    .app-card { min-height: 435px; padding: 22px; }
    .footer-main, .footer-bottom { align-items: start; flex-direction: column; }
    .footer-links { flex-wrap: wrap; }
    .footer-bottom { gap: 7px; }
    .legal-content .legal-intro { font-size: 16px; }
}
