:root {
  --indigo: #2402ad;
  --indigo-deep: #1a0780;
  --cyan: #2c9fa3;
  --soft-cyan: #c8f0f2;
  --iris: #b9a7ff;
  --cloud: #f8f9fc;
  --midnight: #0b0f19;
  --ink: #111827;
  --muted: #5f697c;
  --line: #dce2ed;
  --white: #fff;
  --display: "Aptos Display", Aptos, system-ui, -apple-system, "Segoe UI", sans-serif;
  --body: Aptos, system-ui, -apple-system, "Segoe UI", sans-serif;
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow-soft: 0 24px 70px rgba(25, 32, 57, .11);
  --shadow-panel: 0 18px 50px rgba(11, 15, 25, .16);
  --max: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cloud);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 12% 5%, rgba(200, 240, 242, .65), transparent 25rem),
    radial-gradient(circle at 90% 12%, rgba(227, 220, 255, .6), transparent 30rem),
    var(--cloud);
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 16px; color: #fff; background: var(--midnight); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-sm { padding: 72px 0; }
.section-dark { color: #fff; background: var(--midnight); }
.section-tint { background: rgba(200, 240, 242, .28); }
.eyebrow { margin: 0 0 14px; color: var(--indigo); font-size: .77rem; font-weight: 750; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.section-dark .eyebrow { color: var(--iris); }
h1, h2, h3 { margin: 0; font-family: var(--display); letter-spacing: -.035em; text-wrap: balance; }
h1 { max-width: 940px; font-size: clamp(2.55rem, 6vw, 4rem); line-height: .99; }
h2 { max-width: 800px; font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.06; }
h3 { font-size: 1.32rem; line-height: 1.18; }
p { margin: 0; }
.lede { max-width: 770px; margin-top: 24px; color: #3c4658; font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.5; }
.section-dark .lede, .section-dark .muted { color: #b8c0d1; }
.muted { color: var(--muted); }
.measure { max-width: 690px; }
.kicker-line { width: 54px; height: 4px; margin-bottom: 28px; border-radius: 99px; background: linear-gradient(90deg, var(--indigo), var(--cyan)); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .94rem; font-weight: 750; line-height: 1.2; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--indigo); }
.button-primary:hover { background: var(--indigo-deep); }
.button-secondary { color: var(--ink); border-color: #bdc5d4; background: rgba(255,255,255,.64); }
.button-secondary:hover { border-color: var(--indigo); }
.section-dark .button-secondary { color: #fff; border-color: #3c4658; background: #151b29; }

.site-header { position: relative; z-index: 20; padding: 18px 0; border-bottom: 1px solid rgba(220, 226, 237, .78); background: rgba(248, 249, 252, .82); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 50px; }
.brand-link { flex: 0 0 auto; width: 190px; }
.brand-link img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { padding: 9px 12px; border-radius: 999px; font-size: .9rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--indigo); background: rgba(36, 2, 173, .07); }
.site-nav .nav-cta { margin-left: 6px; padding-inline: 18px; color: #fff; background: var(--indigo); }
.site-nav .nav-cta:hover { color: #fff; background: var(--indigo-deep); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #fff; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 99px; content: ""; background: currentColor; }

.hero { overflow: hidden; padding: 80px 0 72px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .84fr) minmax(500px, 1.16fr); align-items: center; gap: 58px; }
.hero-copy { position: relative; z-index: 1; }
.hero-note { display: flex; gap: 10px; align-items: center; margin-top: 24px; color: var(--muted); font-size: .88rem; }
.hero-note::before { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; content: ""; background: var(--cyan); }
.hero-visual { position: relative; }
.hero-visual::before { position: absolute; z-index: -1; inset: -40px -70px -60px -30px; content: ""; background: url('/assets/glass-light.webp') center/cover no-repeat; opacity: .75; }

.product-window { overflow: hidden; color: var(--ink); border: 1px solid rgba(188, 198, 216, .82); border-radius: 28px; background: rgba(255,255,255,.93); box-shadow: var(--shadow-soft); }
.window-bar { display: flex; align-items: center; gap: 6px; padding: 14px 18px; border-bottom: 1px solid var(--line); color: #5f697c; font-size: .69rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.window-bar i { width: 7px; height: 7px; border-radius: 50%; background: #d8deea; }
.window-bar span { margin-left: 7px; }
.dashboard-layout { display: grid; grid-template-columns: 140px 1fr; min-height: 440px; }
.demo-sidebar { padding: 20px 12px; color: #d6dbeb; background: var(--midnight); }
.demo-sidebar img { width: 108px; margin: 0 8px 24px; }
.demo-sidebar span { display: block; margin-bottom: 5px; padding: 8px 10px; border-radius: 8px; font-size: .68rem; font-weight: 650; }
.demo-sidebar .active { color: #fff; background: rgba(185,167,255,.16); }
.demo-main { padding: 24px; }
.demo-label { color: var(--muted); font-size: .68rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.demo-heading { margin-top: 4px; font-size: 1.32rem; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 20px 0; }
.metric { padding: 13px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.metric strong { display: block; font-size: 1.45rem; line-height: 1.1; }
.metric span { color: var(--muted); font-size: .66rem; }
.demo-columns { display: grid; grid-template-columns: 1.25fr .75fr; gap: 12px; }
.mini-panel { padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.mini-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; font-size: .72rem; font-weight: 750; }
.request-row { display: grid; grid-template-columns: 8px 1fr auto; gap: 9px; align-items: center; padding: 9px 0; border-top: 1px solid #edf0f5; font-size: .67rem; }
.request-row:first-of-type { border-top: 0; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); }
.dot.iris { background: var(--iris); }
.dot.indigo { background: var(--indigo); }
.status { padding: 3px 7px; border-radius: 99px; color: #446064; background: #e2f4f4; font-size: .56rem; font-weight: 750; white-space: nowrap; }
.bar-list { display: grid; gap: 10px; }
.bar-label { display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font-size: .61rem; }
.bar-track { height: 6px; margin-top: 4px; overflow: hidden; border-radius: 99px; background: #eef1f6; }
.bar-track i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--indigo),var(--cyan)); }
.bar-88 { width: 88%; }
.bar-82 { width: 82%; }
.bar-58 { width: 58%; }
.bar-56 { width: 56%; }
.bar-38 { width: 38%; }
.bar-36 { width: 36%; }
.fiction-label { margin-top: 11px; color: var(--muted); font-size: .62rem; text-align: right; }

.demo-explorer { margin-top: 46px; }
.demo-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.demo-tab { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.64); font-size: .85rem; font-weight: 750; cursor: pointer; }
.demo-tab[aria-selected="true"] { color: #fff; border-color: var(--indigo); background: var(--indigo); }
.demo-panel { min-height: 370px; }
.panel-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; padding: 42px; }
.panel-copy { align-self: center; }
.panel-copy h3 { margin-bottom: 12px; font-size: 1.7rem; }
.panel-copy p { color: var(--muted); font-size: .98rem; }
.interface-card { align-self: stretch; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.interface-list { display: grid; gap: 9px; margin-top: 18px; }
.interface-row { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 13px 0; border-top: 1px solid #e7ebf2; }
.interface-row strong { display: block; font-size: .88rem; }
.interface-row small { display: block; margin-top: 3px; color: var(--muted); font-size: .73rem; }
.interface-row time { color: var(--muted); font-size: .72rem; }

.split { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 70px; align-items: start; }
.intro-copy > p:not(.eyebrow) { margin-top: 22px; color: var(--muted); }
.section-dark .intro-copy > p:not(.eyebrow) { color: #b8c0d1; }
.step-list { counter-reset: steps; display: grid; gap: 2px; }
.step { position: relative; padding: 4px 0 34px 70px; counter-increment: steps; }
.step::before { position: absolute; top: 0; left: 0; display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid rgba(36,2,173,.18); border-radius: 50%; color: var(--indigo); content: counter(steps, decimal-leading-zero); background: rgba(255,255,255,.72); font-size: .69rem; font-weight: 800; }
.step:not(:last-child)::after { position: absolute; top: 45px; bottom: 0; left: 22px; width: 1px; content: ""; background: linear-gradient(var(--indigo), rgba(44,159,163,.2)); }
.step p { margin-top: 7px; color: var(--muted); font-size: .94rem; }
.section-dark .step p { color: #b8c0d1; }

.content-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; margin-top: 44px; }
.content-card { min-height: 235px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.76); }
.content-card .card-index { display: block; margin-bottom: 40px; color: var(--indigo); font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.content-card p { margin-top: 12px; color: var(--muted); font-size: .94rem; }
.section-dark .content-card { border-color: #293144; background: rgba(21,27,41,.8); }
.section-dark .content-card .card-index { color: var(--iris); }
.section-dark .content-card p { color: #b8c0d1; }

.scenario { padding: 46px; border: 1px solid rgba(44,159,163,.28); border-radius: var(--radius-xl); background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(200,240,242,.32)); box-shadow: var(--shadow-soft); }
.scenario-head { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.scenario-head p { max-width: 450px; color: var(--muted); }
.timeline { display: grid; grid-template-columns: repeat(4,1fr); }
.timeline-item { position: relative; padding: 30px 26px 0 0; border-top: 1px solid #aebbc9; }
.timeline-item::before { position: absolute; top: -6px; left: 0; width: 11px; height: 11px; border: 3px solid #fff; border-radius: 50%; content: ""; background: var(--indigo); box-shadow: 0 0 0 1px var(--indigo); }
.timeline-item time { color: var(--indigo); font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.timeline-item h3 { margin-top: 9px; font-size: 1.03rem; }
.timeline-item p { margin-top: 8px; color: var(--muted); font-size: .82rem; }

.quote-panel { position: relative; overflow: hidden; padding: 70px; border-radius: var(--radius-xl); color: #fff; background: var(--midnight); }
.quote-panel::after { position: absolute; right: -130px; bottom: -200px; width: 500px; height: 500px; border: 1px solid rgba(44,159,163,.4); border-radius: 50%; content: ""; box-shadow: 0 0 0 60px rgba(185,167,255,.04), 0 0 0 120px rgba(44,159,163,.03); }
.quote-panel h2 { max-width: 840px; }
.quote-panel p { max-width: 680px; margin-top: 22px; color: #bec5d4; }
.quote-panel .actions { position: relative; z-index: 2; }
.quote-panel .eyebrow { color: var(--iris); }
.quote-panel .button-primary { color: var(--ink); background: var(--cyan); }
.quote-panel .button-primary:hover { background: var(--soft-cyan); }

.faq-list { max-width: 880px; margin-top: 42px; border-top: 1px solid var(--line); }
.faq-item { padding: 24px 0; border-bottom: 1px solid var(--line); }
.faq-item h3 { font-size: 1.05rem; }
.faq-item p { margin-top: 9px; color: var(--muted); font-size: .94rem; }

.page-hero { padding: 88px 0 66px; }
.page-hero .lede { max-width: 800px; }
.page-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.page-aside { padding: 28px; border-left: 3px solid var(--cyan); color: var(--muted); background: rgba(255,255,255,.58); }
.page-aside strong { display: block; margin-bottom: 7px; color: var(--ink); }
.feature-row { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; padding: 55px 0; border-top: 1px solid var(--line); }
.feature-row:last-child { border-bottom: 1px solid var(--line); }
.feature-row p { color: var(--muted); }
.feature-row ul { margin: 22px 0 0; padding: 0; list-style: none; }
.feature-row li { position: relative; margin-top: 9px; padding-left: 23px; }
.feature-row li::before { position: absolute; top: .65em; left: 0; width: 7px; height: 7px; border-radius: 50%; content: ""; background: var(--cyan); }
.module-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin-top: 44px; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: var(--line); }
.module { padding: 28px; background: #fff; }
.module p { margin-top: 8px; color: var(--muted); font-size: .9rem; }
.module small { display: inline-block; margin-top: 16px; color: var(--indigo); font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.persona-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; margin-top: 44px; }
.persona { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.section-dark .persona { color: var(--ink); }
.persona h3 { margin-bottom: 12px; font-size: 1.55rem; }
.persona p { color: var(--muted); }
.persona ul { margin: 22px 0 0; padding-left: 20px; }
.persona li + li { margin-top: 8px; }
.principles { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 40px; }
.principle { padding: 30px; border-top: 3px solid var(--cyan); background: rgba(255,255,255,.65); }
.section-dark .principle { color: var(--ink); }
.principle p { margin-top: 10px; color: var(--muted); font-size: .9rem; }
.origin { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.origin-mark { position: relative; display: grid; min-height: 390px; place-items: center; overflow: hidden; border-radius: var(--radius-xl); background: var(--midnight); }
.origin-mark::before, .origin-mark::after { position: absolute; width: 360px; height: 360px; border: 1px solid rgba(185,167,255,.3); border-radius: 50%; content: ""; }
.origin-mark::after { width: 250px; height: 250px; border-color: rgba(44,159,163,.48); }
.origin-mark img { position: relative; z-index: 1; width: 185px; }
.origin-copy p { margin-top: 20px; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.contact-details { display: grid; gap: 25px; margin-top: 38px; }
.contact-detail { padding-top: 20px; border-top: 1px solid var(--line); }
.contact-detail span { display: block; color: var(--muted); font-size: .8rem; }
.contact-detail a { color: var(--indigo); font-weight: 750; text-decoration: none; }
.contact-form { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: rgba(255,255,255,.92); box-shadow: var(--shadow-soft); }
.contact-form > .muted { margin: 8px 0 26px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; font-size: .84rem; font-weight: 750; }
.field input, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #6b7280; border-radius: 12px; color: var(--ink); background: #fff; }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--indigo); outline: 3px solid rgba(36,2,173,.12); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-note { margin-top: 15px; color: var(--muted); font-size: .77rem; }
.form-note a { color: var(--indigo); }
.form-result { min-height: 1.5em; margin-top: 14px; font-size: .86rem; font-weight: 700; }

.site-footer { padding: 64px 0 30px; color: #c3cad8; background: var(--midnight); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 50px; }
.footer-brand img { width: 190px; }
.footer-brand p { max-width: 430px; margin-top: 18px; color: #9fa9bb; font-size: .9rem; }
.footer-links strong { display: block; margin-bottom: 14px; color: #fff; font-size: .8rem; }
.footer-links a { display: block; width: fit-content; margin-top: 8px; color: #aeb7c8; font-size: .84rem; text-decoration: none; }
.footer-links a:hover { color: var(--iris); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 52px; padding-top: 20px; border-top: 1px solid #293144; color: #818da0; font-size: .73rem; }

.not-found { display: grid; min-height: 72vh; place-items: center; padding: 80px 20px; text-align: center; }
.not-found img { width: 210px; margin: 0 auto 45px; }
.not-found p { max-width: 570px; margin: 20px auto 0; color: var(--muted); }
.not-found .actions { justify-content: center; }

@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 810px; }
  .hero-visual { max-width: 760px; }
  .split, .origin, .contact-grid { gap: 45px; }
  .content-grid { grid-template-columns: 1fr 1fr; }
  .timeline { grid-template-columns: 1fr 1fr; gap: 32px 0; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 820px) {
  body { font-size: 17px; }
  .section { padding: 78px 0; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; align-items: stretch; padding: 18px 20px 24px; border-bottom: 1px solid var(--line); background: rgba(248,249,252,.98); box-shadow: 0 20px 40px rgba(11,15,25,.08); }
  .site-nav[data-open="true"] { display: grid; }
  .site-nav a { padding: 12px 16px; }
  .site-nav .nav-cta { margin: 4px 0 0; text-align: center; }
  .split, .origin, .contact-grid { grid-template-columns: 1fr; }
  .content-grid, .principles { grid-template-columns: 1fr; }
  .content-card { min-height: 0; }
  .content-card .card-index { margin-bottom: 24px; }
  .panel-grid { grid-template-columns: 1fr; padding: 30px; }
  .feature-row { grid-template-columns: 1fr; gap: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 30px), var(--max)); }
  .hero { padding: 58px 0 50px; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.1rem); overflow-wrap: normal; word-break: normal; }
  h2 { font-size: 2.05rem; }
  .hero-grid { gap: 40px; }
  .hero-visual { margin-inline: -7px; }
  .dashboard-layout { grid-template-columns: 1fr; min-height: 0; }
  .demo-sidebar { display: none; }
  .demo-main { padding: 18px; }
  .metric-row { gap: 6px; }
  .metric { padding: 10px 8px; }
  .metric strong { font-size: 1.18rem; }
  .metric span { font-size: .57rem; }
  .demo-columns { grid-template-columns: 1fr; }
  .mini-panel:last-child { display: none; }
  .panel-grid { padding: 24px; }
  .demo-panel { min-height: 0; }
  .scenario { padding: 28px 22px; }
  .scenario-head { display: block; }
  .scenario-head p { margin-top: 14px; }
  .timeline { grid-template-columns: 1fr; gap: 0; }
  .timeline-item { padding: 0 0 28px 28px; border-top: 0; border-left: 1px solid #aebbc9; }
  .timeline-item::before { top: 4px; left: -6px; }
  .quote-panel { padding: 45px 28px; }
  .module-list, .persona-grid { grid-template-columns: 1fr; }
  .origin-mark { min-height: 300px; }
  .contact-form { padding: 26px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Let cards shrink to the available mobile column. */
.persona, .content-card, .module, .feature-row > div { min-width: 0; }
.section-dark .principle { color: #fff; background: #151b29; }
.section-dark .principle p { color: #b8c0d1; }
.quote-panel .button-secondary { color: #fff; border-color: #536074; background: #151b29; }
.quote-panel .button-secondary:hover { border-color: var(--iris); }
