:root {
    --ink: #111114;
    --muted: #66666d;
    --line: #dcdce2;
    --surface: #f5f5f7;
    --white: #ffffff;
    --purple: #7356f5;
    --purple-dark: #5d3ee1;
    --lavender: #ddd6ff;
    --dark: #0d0d10;
    --shell: min(1240px, calc(100% - 40px));
    --radius: 28px;
    --ease: cubic-bezier(.2, .8, .2, 1);
}

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

html { scroll-behavior: smooth; scroll-padding-top: 76px; }

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

::selection { color: white; background: var(--purple); }

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img, svg { max-width: 100%; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(100px, 12vw, 180px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; color: white; background: var(--ink); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    height: 76px;
    border-bottom: 1px solid transparent;
    transition: background .35s, border-color .35s, backdrop-filter .35s;
}

.site-header.scrolled { background: rgba(255,255,255,.83); border-color: rgba(17,17,20,.08); backdrop-filter: blur(20px) saturate(180%); }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; color: white; background: var(--ink); font-size: 14px; font-weight: 800; }
.nav-menu { display: flex; align-items: center; gap: 42px; }
.nav-links { display: flex; align-items: center; gap: 29px; }
.nav-links a { color: #48484d; font-size: 13px; font-weight: 550; transition: color .2s; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--purple); }
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 650; cursor: pointer; transition: transform .25s var(--ease), color .25s, background .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid rgba(115,86,245,.32); outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 12px; }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { background: var(--purple); }
.button-primary { color: white; background: var(--purple); box-shadow: 0 10px 28px rgba(93,62,225,.22); }
.button-primary:hover { background: var(--purple-dark); box-shadow: 0 14px 34px rgba(93,62,225,.3); }
.button-ghost { border-color: #cfcfd4; background: white; }
.button-ghost:hover { border-color: var(--ink); }
.button-white { color: var(--ink); background: white; }
.button-white:hover { color: white; background: var(--purple); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #56565c; font-size: 11px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 23px; height: 1px; background: currentColor; }
.eyebrow-light { color: #aaaab2; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.03; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--purple); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }

.hero { position: relative; height: 100svh; min-height: 760px; padding-top: clamp(130px, 12vh, 170px); overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: 0; inset: 8% -15% auto 36%; height: 70%; border-radius: 50%; background: radial-gradient(circle, rgba(115,86,245,.08), transparent 67%); pointer-events: none; animation: heroGlow 8s ease-in-out infinite; }
.hero-copy { position: relative; z-index: 3; width: min(630px, 57%); }
.hero h1 { margin-bottom: 28px; font-size: clamp(58px, 7.2vw, 104px); font-weight: 680; }
.hero-lead { max-width: 600px; margin-bottom: 34px; color: var(--muted); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; letter-spacing: -.02em; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.hero-stage { --stage-x: 0px; --stage-y: 0px; position: absolute; z-index: 1; top: 118px; right: 1%; width: 50%; height: 660px; isolation: isolate; translate: var(--stage-x) var(--stage-y); transition: translate .85s var(--ease), opacity .8s var(--ease), filter .8s var(--ease); will-change: translate; }
.hero-motion .hero-stage { opacity: 0; filter: blur(8px); }
.hero-motion.is-animated .hero-stage { opacity: 1; filter: blur(0); }
.hero-motion .hero-copy > * { opacity: 0; transform: translateY(28px); }
.hero-motion.is-animated .hero-copy > * { animation: heroCopyIn .85s var(--ease) forwards; }
.hero-motion.is-animated .hero-copy > :nth-child(1) { animation-delay: .08s; }
.hero-motion.is-animated .hero-copy > :nth-child(2) { animation-delay: .18s; }
.hero-motion.is-animated .hero-copy > :nth-child(3) { animation-delay: .31s; }
.hero-motion.is-animated .hero-copy > :nth-child(4) { animation-delay: .43s; }
.ambient { position: absolute; z-index: -2; border-radius: 50%; filter: blur(10px); }
.ambient-one { top: 5%; right: -12%; width: 470px; height: 470px; background: radial-gradient(circle at 40% 40%, #eeeaff, #c8bbff 55%, transparent 70%); opacity: .8; animation: ambientOne 9s ease-in-out infinite; }
.ambient-two { bottom: 4%; left: 4%; width: 300px; height: 300px; background: radial-gradient(circle, #ffe8df, transparent 68%); opacity: .7; animation: ambientTwo 7s ease-in-out infinite; }
.phone { position: absolute; overflow: hidden; border: 7px solid #1a1a1d; border-radius: 43px; background: #f7f7f9; box-shadow: 0 35px 80px rgba(17,17,20,.2), inset 0 0 0 1px rgba(255,255,255,.5); }
.phone::before { content: ""; position: absolute; z-index: 3; top: 8px; left: 50%; width: 82px; height: 22px; border-radius: 20px; background: #19191c; transform: translateX(-50%); }
.phone-main { z-index: 2; top: 12%; right: 12%; width: 270px; height: 548px; padding: 22px 19px; transform: rotate(2.5deg); animation: phoneMainFloat 6s ease-in-out infinite; }
.phone-back { z-index: 0; top: 25%; left: 5%; width: 226px; height: 460px; padding: 20px 17px; transform: rotate(-10deg); opacity: .96; animation: phoneBackFloat 7.5s ease-in-out infinite; }
.phone-top { display: flex; align-items: center; justify-content: space-between; margin: 0 3px 25px; font-size: 8px; font-weight: 700; }
.phone-top i { width: 24px; height: 7px; border: solid #222; border-width: 2px 3px 2px 7px; border-radius: 2px; }
.app-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 31px; }
.app-logo { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; color: white; background: var(--ink); font-size: 10px; font-weight: 800; }
.avatar { width: 27px; height: 27px; border-radius: 50%; background: linear-gradient(135deg, #d2caf8 50%, #ffe1d3 50%); }
.app-overline { margin-bottom: 4px; color: #96969d; font-size: 7px; font-weight: 750; letter-spacing: .12em; }
.phone h2 { margin-bottom: 15px; font-size: 25px; letter-spacing: -.06em; }
.app-card { min-height: 177px; padding: 21px; border-radius: 22px; color: white; }
.purple-card { background: linear-gradient(145deg, #856df8, #6041da); box-shadow: 0 17px 35px rgba(83,55,197,.25); }
.app-card span, .app-card small { display: block; color: rgba(255,255,255,.7); font-size: 7px; letter-spacing: .1em; }
.app-card strong { display: block; margin: 29px 0 4px; font-size: 16px; }
.app-card button { margin-top: 14px; padding: 9px 14px; border: 0; border-radius: 20px; color: #4f35b4; background: white; font-size: 8px; font-weight: 750; }
.app-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 16px; }
.app-grid span { height: 53px; border-radius: 14px; background: white; box-shadow: 0 5px 20px rgba(20,20,30,.07); }
.app-grid span:nth-child(2) { background: #ffe5d8; }
.phone-nav { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; justify-content: space-around; padding: 10px; border-radius: 15px; background: rgba(255,255,255,.9); }
.phone-nav i { width: 8px; height: 8px; border-radius: 50%; background: #bcbcc2; }
.phone-nav i:first-child { background: var(--purple); }
.mini-app { margin: 20px 0 15px; padding: 17px; border-radius: 20px; background: white; box-shadow: 0 15px 25px rgba(30,30,40,.09); }
.mini-icon { display: grid; place-items: center; width: 35px; height: 35px; margin-bottom: 30px; border-radius: 10px; color: white; background: #f38d67; }
.mini-app strong, .mini-app small { display: block; }
.mini-app strong { font-size: 15px; }.mini-app small { color: #929299; font-size: 8px; }
.progress { height: 5px; margin-top: 12px; border-radius: 10px; background: #eeeef1; }.progress span { display: block; width: 78%; height: 100%; border-radius: inherit; background: #f38d67; }
.list-line { width: 55%; height: 7px; margin: 9px; border-radius: 10px; background: #dddde2; }.list-line.wide { width: 82%; }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.7); border-radius: 17px; background: rgba(255,255,255,.86); box-shadow: 0 18px 44px rgba(20,20,30,.14); backdrop-filter: blur(15px); }
.float-card small, .float-card strong { display: block; }.float-card small { color: #95959c; font-size: 7px; font-weight: 750; letter-spacing: .13em; }.float-card strong { font-size: 12px; }
.float-status { top: 24%; left: 9%; padding: 15px 18px; animation: cardFloat 5.5s ease-in-out .4s infinite; }.status-dot { width: 12px; height: 12px; border: 3px solid #bff6dc; border-radius: 50%; background: #25ba7e; animation: statusPulse 2.2s ease-out infinite; }
.float-result { right: -2%; bottom: 17%; display: block; padding: 17px 25px; animation: cardFloat 6.5s ease-in-out 1.1s infinite reverse; }.float-result strong { margin-top: 3px; font-size: 27px; }.float-result sup { color: #9999a0; font-size: 9px; }

@keyframes heroCopyIn { to { opacity: 1; transform: translateY(0); } }
@keyframes heroGlow { 50% { opacity: .6; transform: translate3d(-3%, 2%, 0) scale(1.08); } }
@keyframes ambientOne { 50% { transform: translate3d(-24px, 18px, 0) scale(1.08); opacity: .95; } }
@keyframes ambientTwo { 50% { transform: translate3d(18px, -20px, 0) scale(.92); opacity: .55; } }
@keyframes phoneMainFloat { 50% { transform: rotate(1.2deg) translate3d(0, -15px, 0); } }
@keyframes phoneBackFloat { 50% { transform: rotate(-8.5deg) translate3d(0, 12px, 0); } }
@keyframes cardFloat { 50% { transform: translate3d(0, -11px, 0); } }
@keyframes statusPulse { 70% { box-shadow: 0 0 0 0 rgba(37,186,126,.3); } 100% { box-shadow: 0 0 0 10px rgba(37,186,126,0); } }
.ticker { overflow: hidden; padding-block: 19px; color: white; background: var(--ink); }
.ticker-track { display: flex; width: max-content; align-items: center; animation: ticker 30s linear infinite; }
.ticker span { padding-inline: 24px; font-family: Georgia, serif; font-size: 18px; font-style: italic; white-space: nowrap; }.ticker i { color: var(--purple); font-style: normal; font-size: 9px; }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-intro { max-width: 920px; }
.section-intro h2, .split-heading h2, .principles-head h2 { margin-bottom: 34px; font-size: clamp(44px, 6.5vw, 86px); font-weight: 620; }
.section-intro > p:last-child { max-width: 710px; margin-left: auto; color: var(--muted); font-size: 18px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 85px; }
.feature-card { min-height: 310px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border: 1px solid #e4e4e8; border-radius: var(--radius); background: #fafafa; transition: transform .3s var(--ease), border-color .3s, box-shadow .3s; }
.feature-card:hover { transform: translateY(-6px); border-color: #cdc4fb; box-shadow: 0 22px 50px rgba(30,20,80,.08); }
.line-icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; font-size: 22px; }
.feature-card h3 { margin-bottom: 12px; font-size: 23px; }.feature-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.apps-section { overflow: hidden; padding-block: clamp(100px, 12vw, 160px); color: white; background: var(--dark); }
.apps-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px 80px; align-items: center; }
.apps-copy h2 { margin: 25px 0 30px; font-size: clamp(44px, 5.7vw, 76px); font-weight: 580; }.apps-copy h2 em { color: #a78eff; }
.apps-copy > p:last-child { max-width: 530px; color: #9a9aa2; font-size: 16px; line-height: 1.75; }
.live-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid #34343a; border-radius: 30px; color: #cfcfd5; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.live-pill i, .process-running i { width: 6px; height: 6px; border-radius: 50%; background: #55d995; box-shadow: 0 0 0 4px rgba(85,217,149,.1); }
.product-visual { position: relative; height: 580px; perspective: 1000px; }
.orb { position: absolute; top: 50%; left: 50%; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #bdacff, #6242d6 45%, #1f163f 70%, transparent 71%); filter: blur(2px); transform: translate(-50%,-50%); opacity: .7; }
.dashboard-card { position: absolute; overflow: hidden; width: 360px; height: 460px; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: rgba(24,24,30,.83); box-shadow: 0 40px 100px rgba(0,0,0,.48); backdrop-filter: blur(22px); }
.dash-back { top: 13%; left: 5%; transform: rotateY(18deg) rotateZ(-9deg); opacity: .55; }.dash-back span { display: block; width: 70%; height: 18px; margin: 50px 40px; border-radius: 10px; background: #47464f; }
.dash-front { top: 7%; right: 5%; padding: 31px; transform: rotateY(-10deg) rotateZ(4deg); animation: float 6s ease-in-out infinite; }
@keyframes float { 50% { transform: rotateY(-7deg) rotateZ(3deg) translateY(-12px); } }
.dash-header { display: flex; justify-content: space-between; margin-bottom: 68px; }.dash-header b { font-size: 16px; }.dash-header i { width: 27px; height: 27px; border-radius: 50%; background: #f0a78c; }
.dash-greeting small, .dash-greeting strong { display: block; }.dash-greeting small { margin-bottom: 8px; color: #777780; font-size: 8px; letter-spacing: .13em; }.dash-greeting strong { font-size: 23px; }
.dash-chart { height: 140px; display: flex; align-items: end; gap: 10px; margin-top: 35px; padding: 20px; border-radius: 20px; background: rgba(255,255,255,.04); }.dash-chart i { flex: 1; height: 35%; border-radius: 5px; background: #7760e2; }.dash-chart i:nth-child(2) { height: 55%; }.dash-chart i:nth-child(3) { height: 42%; }.dash-chart i:nth-child(4) { height: 80%; }.dash-chart i:nth-child(5) { height: 65%; }.dash-chart i:nth-child(6) { height: 90%; }.dash-chart i:nth-child(7) { height: 72%; }
.dash-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }.dash-row span { height: 56px; border-radius: 16px; background: #24242a; }
.build-panel { grid-column: 1 / -1; display: grid; grid-template-columns: .8fr 1.7fr; align-items: center; padding: 30px 0; border-block: 1px solid #2e2e34; }
.panel-title { display: flex; justify-content: space-between; padding-right: 50px; color: #8a8a92; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }.panel-title i { color: #5b5b62; font-style: normal; }
.build-panel dl { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; }.build-panel dl div { padding-left: 25px; border-left: 1px solid #2e2e34; }.build-panel dt { margin-bottom: 8px; color: #686870; font-size: 9px; text-transform: uppercase; }.build-panel dd { margin: 0; font-size: 13px; }

.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }.split-heading h2 { margin-bottom: 0; }.split-heading > p { margin-bottom: 12px; color: var(--muted); line-height: 1.75; }
.availability { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin: 80px 0 55px; padding: 38px 42px; border-radius: var(--radius); color: white; background: var(--purple); }.availability > div { display: flex; align-items: center; gap: 40px; }.live-pill.light { flex: 0 0 auto; border-color: rgba(255,255,255,.3); color: white; }.availability p { max-width: 620px; margin: 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.65; }.availability .button { flex: 0 0 auto; }
.category-list { border-top: 1px solid var(--line); }.category { position: relative; display: grid; grid-template-columns: 80px 1fr 1fr 30px; gap: 30px; align-items: center; min-height: 142px; padding: 25px 20px 25px 8px; border-bottom: 1px solid var(--line); transition: padding .3s var(--ease), background .3s; }.category:hover { padding-inline: 24px; background: #f8f7fc; }.category > span { color: var(--purple); font-family: Georgia,serif; font-size: 13px; font-style: italic; }.category h3 { margin: 0; font-size: 24px; }.category p { max-width: 430px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }.category > i { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; font-style: normal; transition: transform .3s, color .3s, background .3s; }.category:hover > i { color: white; background: var(--purple); transform: rotate(45deg); }

.process { background: var(--surface); }
.process-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 90px; }.process-head h2 { margin: 0; font-size: clamp(60px, 8vw, 105px); font-weight: 620; }.process-running { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; padding: 9px 13px; border: 1px solid #d5d5da; border-radius: 30px; color: #6c6c72; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.process-list { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; border-top: 1px solid #cfcfd5; list-style: none; counter-reset: steps; }.process-list li { position: relative; min-height: 350px; padding: 32px 30px 30px 0; border-right: 1px solid #cfcfd5; }.process-list li + li { padding-left: 30px; }.process-list li:last-child { border-right: 0; }.process-list li::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--purple); }.process-list li + li::before { left: 30px; }.process-list li > span { color: #9999a0; font-family: Georgia,serif; font-size: 13px; font-style: italic; }.process-list li div { position: absolute; right: 30px; bottom: 30px; left: 0; }.process-list li + li div { left: 30px; }.process-list h3 { margin-bottom: 17px; font-size: 29px; }.process-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.principles { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }.principles-head { position: sticky; top: 120px; align-self: start; }.principles-head h2 { font-size: clamp(40px, 4.6vw, 68px); }
.principles-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }.principles-list li { min-height: 190px; display: grid; grid-template-columns: 70px 1fr; align-items: center; border-bottom: 1px solid var(--line); }.principles-list span { align-self: start; padding-top: 35px; color: var(--purple); font-family: Georgia,serif; font-size: 12px; font-style: italic; }.principles-list p { margin: 0; font-size: clamp(25px, 3vw, 40px); font-weight: 580; line-height: 1.15; letter-spacing: -.04em; }

.contact-section { padding-block: clamp(100px, 12vw, 160px); color: white; background: var(--dark); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.contact-copy { position: sticky; top: 120px; align-self: start; }.contact-copy h2 { margin-bottom: 35px; font-size: clamp(68px, 8vw, 110px); font-weight: 620; }.contact-copy h2 em { color: #a78eff; }.contact-copy > p { max-width: 440px; color: #9999a2; line-height: 1.75; }.email-link { display: inline-flex; gap: 12px; margin-top: 20px; padding-bottom: 7px; border-bottom: 1px solid #4a4a50; font-size: 14px; transition: color .2s, border-color .2s; }.email-link:hover { color: #a78eff; border-color: #a78eff; }
.contact-form { padding: 45px; border: 1px solid #29292f; border-radius: var(--radius); background: #151518; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.field { margin-bottom: 28px; }.field label { display: block; margin-bottom: 9px; color: #d4d4da; font-size: 11px; font-weight: 650; }.field label span { color: #a78eff; }.field input, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #3c3c43; border-radius: 0; color: white; background: transparent; transition: border-color .2s; }.field input { height: 46px; }.field textarea { min-height: 96px; padding: 12px 0; resize: vertical; }.field input:focus, .field textarea:focus { outline: 0; border-color: #a78eff; }.field [aria-invalid="true"] { border-color: #ff897f; }.field-error { display: block; margin-top: 7px; color: #ffaaa3; font-size: 11px; }.submit-button { width: 100%; margin-top: 8px; border: 0; }.privacy-note { margin: 14px 0 0; color: #66666f; font-size: 10px; text-align: center; }.hp-field { position: absolute!important; left: -9999px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }.form-notice { margin-bottom: 28px; padding: 14px 16px; border-radius: 12px; font-size: 13px; }.form-notice.success { color: #c5f5dc; background: rgba(46,184,114,.13); border: 1px solid rgba(75,220,145,.22); }.form-notice.error { color: #ffc2bd; background: rgba(225,77,68,.12); border: 1px solid rgba(255,130,120,.2); }

.site-footer { color: #d0d0d5; background: #08080a; }.footer-top { display: grid; grid-template-columns: 1fr auto 1fr; gap: 70px; align-items: start; padding-block: 75px; }.footer-brand { color: white; }.footer-top > div p { margin: 17px 0 0; color: #696970; font-size: 13px; }.footer-top nav { display: grid; gap: 12px; }.footer-top nav a { color: #888890; font-size: 12px; transition: color .2s; }.footer-top nav a:hover { color: white; }.footer-email { justify-self: end; padding-bottom: 5px; border-bottom: 1px solid #3e3e44; font-size: 12px; }.footer-bottom { display: flex; justify-content: space-between; padding-block: 21px; border-top: 1px solid #202024; color: #5e5e65; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
    :root { --shell: min(100% - 34px, 940px); }
    .nav-links { gap: 17px; }.nav-menu { gap: 22px; }
    .hero { min-height: 820px; }.hero-copy { width: 72%; }.hero-stage { top: 365px; right: -5%; width: 80%; transform: scale(.78); transform-origin: center top; }
    .apps-layout { gap: 50px 30px; }.product-visual { margin-right: -50px; }
    .split-heading { grid-template-columns: 1fr; gap: 30px; }.split-heading > p { max-width: 650px; }
    .availability > div { display: block; }.availability p { margin-top: 20px; }
    .contact-layout { gap: 45px; }
}

@media (max-width: 820px) {
    .site-header { height: 68px; }
    .menu-toggle { position: relative; z-index: 2; width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; padding: 0; }.menu-toggle > span:not(.sr-only) { display: block; width: 21px; height: 1px; background: var(--ink); transition: transform .3s, opacity .3s; }.menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
    .nav-menu { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 35px; padding: 80px 30px 40px; background: rgba(255,255,255,.98); visibility: hidden; opacity: 0; transform: translateY(-12px); transition: opacity .25s, transform .25s, visibility .25s; }.nav-menu.open { visibility: visible; opacity: 1; transform: translateY(0); }.nav-links { display: grid; gap: 0; }.nav-links a { padding-block: 14px; border-bottom: 1px solid var(--line); font-size: 25px; font-weight: 600; letter-spacing: -.04em; }.nav-menu .button { width: 100%; }
    .hero { min-height: 820px; padding-top: 112px; }.hero-copy { width: 100%; }.hero-stage { top: 500px; right: -9%; width: 118%; height: 525px; transform: scale(.78); transform-origin: center top; }.phone-main { right: 13%; width: 235px; height: 477px; }.phone-back { width: 190px; height: 390px; }.float-result { right: 1%; bottom: 5%; }
    .feature-grid { grid-template-columns: 1fr; margin-top: 55px; }.feature-card { min-height: 240px; }
    .apps-layout { grid-template-columns: 1fr; }.product-visual { margin: -20px 0 0; }.build-panel { grid-template-columns: 1fr; gap: 24px; }.panel-title { padding: 0; }.build-panel dl div:first-child { padding-left: 0; border-left: 0; }
    .availability { align-items: stretch; flex-direction: column; }.availability .button { align-self: start; }
    .category { grid-template-columns: 50px 1fr 30px; }.category p { grid-column: 2 / 4; }.category > i { grid-column: 3; grid-row: 1; }
    .process-list { grid-template-columns: 1fr 1fr; }.process-list li:nth-child(2) { border-right: 0; }.process-list li:nth-child(3), .process-list li:nth-child(4) { border-top: 1px solid #cfcfd5; }.process-list li:nth-child(3) { padding-left: 0; }.process-list li:nth-child(3)::before, .process-list li:nth-child(3) div { left: 0; }.process-list li:nth-child(4) { border-right: 0; }
    .principles { grid-template-columns: 1fr; gap: 40px; }.principles-head { position: static; }.principles-list li { min-height: 160px; }
    .contact-layout { grid-template-columns: 1fr; }.contact-copy { position: static; }.contact-copy h2 br { display: none; }.contact-copy > p { max-width: 620px; }
    .footer-top { grid-template-columns: 1fr 1fr; }.footer-email { justify-self: start; }
}

@media (max-width: 560px) {
    :root { --shell: calc(100% - 28px); --radius: 22px; }
    .section { padding-block: 90px; }
    .brand { font-size: 14px; }
    .hero { min-height: 780px; }.hero h1 { font-size: clamp(46px, 13.2vw, 56px); }.hero-lead { font-size: 16px; }.button-row { align-items: stretch; flex-direction: column; }.button-row .button { width: 100%; }
    .hero-stage { top: 520px; right: -27%; width: 140%; transform: scale(.64); transform-origin: center top; }.float-status { left: 4%; }
    .section-intro h2, .split-heading h2, .principles-head h2 { font-size: 43px; }.section-intro > p:last-child { font-size: 16px; }
    .feature-card { min-height: 225px; padding: 24px; }
    .apps-section { padding-block: 90px; }.apps-copy h2 { font-size: 44px; }.product-visual { height: 430px; transform: scale(.8); transform-origin: center top; margin-bottom: -90px; }.orb { width: 420px; height: 420px; }.dash-front { right: -35px; }.dash-back { left: -40px; }.build-panel dl { grid-template-columns: 1fr; gap: 22px; }.build-panel dl div { padding: 0 0 0 15px; }
    .availability { margin-top: 50px; padding: 27px 24px; }.availability .button { width: 100%; }
    .category { grid-template-columns: 38px 1fr 30px; gap: 14px; min-height: 155px; padding-inline: 3px; }.category:hover { padding-inline: 8px; }.category h3 { font-size: 21px; }.category p { font-size: 12px; }
    .process-head { align-items: start; flex-direction: column; gap: 25px; margin-bottom: 55px; }.process-head h2 { font-size: 60px; }.process-running { margin: 0; }.process-list { grid-template-columns: 1fr; border-top: 0; }.process-list li, .process-list li + li, .process-list li:nth-child(3) { min-height: auto; padding: 25px 0; border: 0; border-top: 1px solid #cfcfd5; }.process-list li::before, .process-list li + li::before, .process-list li:nth-child(3)::before { top: -5px; left: 0; }.process-list li div, .process-list li + li div, .process-list li:nth-child(3) div { position: static; margin: 35px 0 0; }.process-list p { max-width: 380px; }
    .principles-list li { grid-template-columns: 42px 1fr; min-height: 145px; }.principles-list p { font-size: 26px; }
    .contact-section { padding-block: 90px; }.contact-copy h2 { font-size: 68px; }.contact-form { padding: 25px 20px; }.form-row { grid-template-columns: 1fr; gap: 0; }
    .footer-top { grid-template-columns: 1fr; gap: 45px; padding-block: 55px; }.footer-email { justify-self: start; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 13px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
    .hero-motion .hero-copy > *, .hero-motion .hero-stage { opacity: 1; filter: none; transform: none; translate: none; }
}
