/* ============================================================================
   Frontminder landing v7. Page styles on top of scrollcraft.css (the engine's
   taste floor). Tokens theme the engine; everything below is this page's own
   markup. Do not restyle .sc-* / [data-sc-*] here.
   ========================================================================== */

/* Palette: one hue. See docs/landing-v3-brief.md, "Palette". Every colour on the page
   is one of these tokens or a color-mix() of them. */
:root {
  --sc-canvas:      #FFFFFF;
  --sc-surface:     #F3F6FC;
  --sc-ink:         #0B1633;
  --sc-ink-soft:    #56627E;
  --sc-accent:      #1D4ED8;
  --sc-accent-ink:  #FFFFFF;
  --sc-font-display: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --sc-font-text:    "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --sc-font-mono:    ui-monospace, "SF Mono", Menlo, monospace;
  --sc-shadow-color: 222 55% 22%;
  --sc-r-sm: 8px; --sc-r-md: 14px; --sc-r-lg: 22px;
  --sc-maxw: 76rem;
  --sc-section: clamp(3.5rem, 6.5vw, 6.5rem);

  --ar-blue: #1D4ED8;                                            /* the accent on light */
  --ar-blue-lift: color-mix(in oklab, var(--ar-blue) 86%, #fff); /* lit top edge, never alone */
  --ar-sky: #7CA6FF;                                             /* the accent on dark */
  --ar-blue-100: #DCE6FF;
  --ar-blue-50: #EEF3FF;
  --ar-navy: #0B1633;
  --ar-navy-2: #10245C;
  --ar-navy-3: #17347A;
  --ar-ink-soft: #56627E;
  --ar-ink-soft-dark: #AEBBDA;
  --ar-ok: #15803D; --ar-ok-bg: #E7F7EE; --ar-ok-bright: #22C55E; --ar-ok-light: #86EFAC;
  --ar-danger: #B91C1C;
  --ar-tg: #2AABEE;
  --ar-line: color-mix(in oklab, var(--sc-ink) 10%, transparent);
  --ar-line-strong: color-mix(in oklab, var(--sc-ink) 18%, transparent);
  --ar-bar-h: 4.25rem;
}
.nb { white-space: nowrap; }
svg[hidden], [hidden] { display: none !important; }

.sc-display { font-weight: 800; }
strong { font-weight: 700; }
h1, h2, h3, h4 { margin: 0; }
p { margin: 0; }
a { text-decoration: none; }
button { border: 0; background: none; cursor: pointer; padding: 0; color: inherit; }

/* ------------------------------------------------------------- utilities -- */
.wrap { position: relative; width: 100%; max-width: var(--sc-maxw); margin-inline: auto; padding-inline: var(--sc-gutter); }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; color: var(--sc-accent); font-weight: 800; }
.eyebrow::before { content: ""; width: 1.5rem; height: 2px; border-radius: 2px; background: currentColor; opacity: .7; }
.eyebrow--light { color: var(--ar-sky); }
.h2 { font-size: var(--sc-t-2xl); line-height: 1.06; letter-spacing: var(--sc-track-snug); text-wrap: balance; }
.h2--md { font-size: clamp(1.7rem, 1.2rem + 1.6vw, 2.5rem); }
.h2 em { font-style: normal; color: var(--sc-accent); }
.h3 { font-size: var(--sc-t-lg); line-height: 1.2; letter-spacing: var(--sc-track-snug); font-weight: 800; }
.lede { font-size: var(--sc-t-lg); line-height: 1.42; color: var(--sc-ink-soft); font-weight: 500; text-wrap: pretty; max-width: 40ch; }
.sec { position: relative; padding-block: var(--sc-section); overflow: clip; }
.sec--surface { background: var(--sc-surface); }
.sec--navy { background: radial-gradient(120% 80% at 80% 0%, var(--ar-navy-3) 0%, var(--ar-navy) 55%); color: #fff; --sc-ink: #fff; --sc-ink-soft: var(--ar-ink-soft-dark); --sc-accent: var(--ar-sky); --sc-accent-ink: var(--ar-navy); --ar-line: color-mix(in oklab, #fff 14%, transparent); --ar-line-strong: color-mix(in oklab, #fff 26%, transparent); }
.sec__head { position: relative; max-width: 46rem; }
.sec__head--center { margin-inline: auto; text-align: center; }
.sec__head--center .eyebrow { justify-content: center; }
.sec__head--center .lede { margin-inline: auto; }
.sec__head .eyebrow { margin-bottom: var(--sc-4); }
.sec__head .lede { margin-top: var(--sc-4); }
.sec__head + * { margin-top: var(--sc-7); }
.ic { width: 1.25rem; height: 1.25rem; flex: none; }

/* ------------------------------------------------- atmosphere & grounds --
   Four grounds, after the references: a grainy light mesh (hero), a light grid
   with a centre glow (wait), broad unblurred light shafts over navy with a dot
   grid (CRM panel, close), a navy grid with a centre glow (pains). Grain on all.
   No blurred stripes: soft comes from wide gradient stops, not from filter. */
.deco { position: absolute; inset: 0; pointer-events: none; overflow: clip; z-index: 0; }
.deco ~ .wrap, .deco ~ [data-sc-stage], .deco ~ .crm__grid { z-index: 3; }
.grain { position: absolute; inset: 0; opacity: .16; mix-blend-mode: multiply; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.5 0 0 0 0 0.5 0 0 0 0 0.5 0 0 0 1 0'/></filter><rect width='160' height='160' filter='url(%23n)'/></svg>"); }
.grain--dark { opacity: .22; mix-blend-mode: soft-light; }
.dots { position: absolute; inset: 0; background-image: radial-gradient(color-mix(in oklab, var(--sc-accent) 24%, transparent) 1px, transparent 1.4px); background-size: 26px 26px; -webkit-mask-image: radial-gradient(70% 70% at 50% 40%, #000 30%, transparent 100%); mask-image: radial-gradient(70% 70% at 50% 40%, #000 30%, transparent 100%); }
.dots--dark { background-image: radial-gradient(color-mix(in oklab, #fff 14%, transparent) 1px, transparent 1.4px); background-size: 28px 28px; }
.gridlines { position: absolute; inset: 0; opacity: .7; background-image: linear-gradient(var(--ar-line) 1px, transparent 1px), linear-gradient(90deg, var(--ar-line) 1px, transparent 1px); background-size: 72px 72px; -webkit-mask-image: radial-gradient(80% 90% at 50% 0%, #000 20%, transparent 100%); mask-image: radial-gradient(80% 90% at 50% 0%, #000 20%, transparent 100%); }
.gridlines--dark { background-image: linear-gradient(color-mix(in oklab, #fff 7%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in oklab, #fff 7%, transparent) 1px, transparent 1px); background-size: 56px 56px; -webkit-mask-image: radial-gradient(70% 80% at 50% 45%, #000 10%, transparent 100%); mask-image: radial-gradient(70% 80% at 50% 45%, #000 10%, transparent 100%); }
.glow { position: absolute; inset: 0; background: radial-gradient(55% 50% at 50% 42%, color-mix(in oklab, var(--ar-blue) 34%, transparent), transparent 70%); }
.glow--light { background: radial-gradient(60% 55% at 50% 20%, color-mix(in oklab, var(--ar-sky) 22%, transparent), transparent 70%); }
.vignette { position: absolute; inset: 0; background: radial-gradient(90% 80% at 50% 40%, transparent 40%, color-mix(in oklab, var(--ar-navy) 55%, transparent) 100%); }
.orb { position: absolute; border-radius: 50%; filter: blur(48px); opacity: .55; will-change: transform; }
.orb--blue { background: radial-gradient(closest-side, color-mix(in oklab, var(--ar-blue) 45%, transparent), transparent 72%); }
.orb--sky { background: radial-gradient(closest-side, color-mix(in oklab, var(--ar-sky) 60%, transparent), transparent 72%); }
.sec--navy .orb { opacity: .7; }
.mesh { position: absolute; inset: -10%; filter: blur(70px); }
.mesh i { position: absolute; border-radius: 50%; will-change: transform; }
.mesh__a { width: 55%; height: 70%; left: -8%; top: -12%; background: radial-gradient(closest-side, color-mix(in oklab, var(--ar-sky) 55%, transparent), transparent 72%); animation: ar-mesh-a 22s ease-in-out infinite alternate; }
.mesh__b { width: 60%; height: 75%; right: -14%; top: -6%; background: radial-gradient(closest-side, color-mix(in oklab, var(--ar-blue) 28%, transparent), transparent 72%); animation: ar-mesh-b 26s ease-in-out infinite alternate; }
.mesh__c { width: 50%; height: 60%; left: 22%; bottom: -22%; background: radial-gradient(closest-side, color-mix(in oklab, var(--ar-sky) 30%, transparent), transparent 72%); animation: ar-mesh-c 30s ease-in-out infinite alternate; }
.mesh--soft { opacity: .55; }
@keyframes ar-mesh-a { to { transform: translate(14%, 12%) scale(1.15); } }
@keyframes ar-mesh-b { to { transform: translate(-12%, 10%) scale(.9); } }
@keyframes ar-mesh-c { to { transform: translate(-10%, -14%) scale(1.2); } }
/* broad light shafts: wide stops, no blur, a 40 s drift; masked so they fade before the edges */
.rays { position: absolute; inset: -25% -15%; will-change: transform; background:
  linear-gradient(112deg, transparent 4%, color-mix(in oklab, var(--ar-sky) 19%, transparent) 13%, transparent 24%),
  linear-gradient(112deg, transparent 28%, color-mix(in oklab, var(--ar-sky) 13%, transparent) 38%, transparent 50%),
  linear-gradient(112deg, transparent 56%, color-mix(in oklab, var(--ar-sky) 9%, transparent) 64%, transparent 74%);
  -webkit-mask-image: radial-gradient(85% 85% at 35% 25%, #000 25%, transparent 100%); mask-image: radial-gradient(85% 85% at 35% 25%, #000 25%, transparent 100%);
  animation: ar-rays 40s ease-in-out infinite alternate; }
.rays--light { background:
  linear-gradient(112deg, transparent 4%, color-mix(in oklab, var(--ar-blue) 9%, transparent) 13%, transparent 24%),
  linear-gradient(112deg, transparent 30%, color-mix(in oklab, var(--ar-sky) 12%, transparent) 40%, transparent 52%); }
@keyframes ar-rays { to { transform: translate3d(-3%, 2%, 0); } }
.stars { position: absolute; inset: 0; background-image: radial-gradient(color-mix(in oklab, #fff 55%, transparent) .8px, transparent 1.2px), radial-gradient(color-mix(in oklab, #fff 35%, transparent) .8px, transparent 1.2px); background-size: 140px 140px, 90px 90px; background-position: 0 0, 40px 60px; opacity: .4; -webkit-mask-image: radial-gradient(80% 80% at 50% 50%, #000 40%, transparent 100%); mask-image: radial-gradient(80% 80% at 50% 50%, #000 40%, transparent 100%); }

/* ---------------------------------------------------------------- buttons -- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 3rem; padding: 0 1.35rem; border-radius: 12px; font-weight: 700; font-size: .975rem; letter-spacing: var(--sc-track-normal); line-height: 1; white-space: nowrap; border: 1px solid transparent; transition: transform 140ms var(--sc-ease-out), box-shadow 180ms var(--sc-ease-out), background-color 140ms var(--sc-ease-out), border-color 140ms var(--sc-ease-out); }
.btn:active { transform: translateY(1px) scale(.985); }
.btn .ic { width: 1.05rem; height: 1.05rem; }
.btn--primary { background: linear-gradient(180deg, var(--ar-blue-lift), var(--ar-blue)); color: #fff; box-shadow: 0 1px 2px rgb(11 22 51 / .2), 0 8px 20px -8px rgb(29 78 216 / .6), inset 0 1px 0 rgb(255 255 255 / .18); }
.btn--primary:hover { box-shadow: 0 2px 4px rgb(11 22 51 / .2), 0 14px 28px -10px rgb(29 78 216 / .7), inset 0 1px 0 rgb(255 255 255 / .2); transform: translateY(-1px); }
.btn--ghost { color: var(--sc-ink); border-color: var(--ar-line-strong); background: color-mix(in oklab, #fff 70%, transparent); }
.btn--ghost:hover { border-color: var(--sc-ink); }
.sec--navy .btn--ghost, .close .btn--ghost { color: #fff; }
.btn--light { background: #fff; color: var(--ar-blue); box-shadow: 0 10px 30px -12px rgb(11 22 51 / .5); }
.btn--light:hover { transform: translateY(-1px); box-shadow: 0 16px 36px -14px rgb(11 22 51 / .55); }
.btn--lg { min-height: 3.5rem; padding: 0 1.75rem; font-size: 1.05rem; border-radius: 14px; }
.btn--block { width: 100%; }

/* --------------------------------------------------------- the bar (pill) -- */
.bar { position: fixed; inset: 0 0 auto 0; z-index: var(--sc-z-chrome); padding: 0 var(--sc-gutter); pointer-events: none; }
.bar__in { pointer-events: auto; display: flex; align-items: center; gap: var(--sc-6); height: var(--ar-bar-h); max-width: var(--sc-maxw); margin-inline: auto; padding-inline: 0; border-radius: 0; background: transparent; border: 1px solid transparent; transition: max-width 420ms var(--sc-ease-out), padding 420ms var(--sc-ease-out), background-color 300ms var(--sc-ease-out), box-shadow 300ms var(--sc-ease-out), border-color 300ms var(--sc-ease-out), border-radius 420ms var(--sc-ease-out), height 420ms var(--sc-ease-out), margin 420ms var(--sc-ease-out); }
.bar--scrolled .bar__in { max-width: 66rem; height: 3.5rem; margin-top: .6rem; padding-inline: 1.1rem .55rem; border-radius: 999px; background: color-mix(in oklab, #fff 84%, transparent); -webkit-backdrop-filter: saturate(160%) blur(14px); backdrop-filter: saturate(160%) blur(14px); border-color: color-mix(in oklab, var(--ar-navy) 8%, transparent); box-shadow: 0 10px 30px -14px rgb(11 22 51 / .35), inset 0 1px 0 rgb(255 255 255 / .6); }
.bar__brand img { height: 1.9rem; width: auto; display: block; transition: height 300ms var(--sc-ease-out); }
.bar--scrolled .bar__brand img { height: 1.6rem; }
.bar__links { display: flex; gap: var(--sc-5); margin-inline-start: var(--sc-4); }
.bar__links a { font-weight: 600; font-size: .95rem; color: var(--sc-ink-soft); padding: .35rem 0; transition: color 120ms var(--sc-ease-out); }
.bar__links a:hover { color: var(--sc-ink); }
.bar__cta { margin-inline-start: auto; display: flex; align-items: center; gap: var(--sc-4); }
.bar__login { font-weight: 700; font-size: .95rem; color: var(--sc-ink); padding: .5rem .25rem; }
.bar__login:hover { color: var(--sc-accent); }
.bar .btn { min-height: 2.6rem; padding: 0 1.1rem; font-size: .92rem; }
.bar--scrolled .btn { border-radius: 999px; }
.burger { display: none; width: 2.6rem; height: 2.6rem; border-radius: 10px; color: var(--sc-ink); align-items: center; justify-content: center; }
.burger svg { width: 1.4rem; height: 1.4rem; }
.menu { position: fixed; inset: var(--ar-bar-h) 0 auto 0; z-index: calc(var(--sc-z-chrome) - 1); background: #fff; border-bottom: 1px solid var(--ar-line); box-shadow: var(--sc-e2); padding: var(--sc-4) var(--sc-gutter) var(--sc-6); display: none; flex-direction: column; gap: .25rem; }
.menu.is-open { display: flex; }
.menu a:not(.btn) { font-weight: 700; font-size: 1.05rem; padding: .75rem 0; border-bottom: 1px solid var(--ar-line); color: var(--sc-ink); }
.menu .btn { margin-top: var(--sc-4); }

/* ------------------------------------------------------------------- hero -- */
.hero { position: relative; padding-top: calc(var(--ar-bar-h) + clamp(1rem, 2.5vw, 2.25rem)); padding-bottom: clamp(2rem, 3.5vw, 3rem); overflow: clip; background: #fff; --mx: 0; --my: 0; }
/* grainy light mesh (ref: the blue-on-paper gradient): one blue mass behind the stage, sky low right, paper left; follows the pointer a little */
.hero .mesh { filter: blur(80px); inset: -14%; transform: translate3d(calc(var(--mx) * -36px), calc(var(--my) * -26px), 0); transition: transform 1100ms var(--sc-ease-out); }
.hero .mesh__a { width: 46%; height: 96%; left: 34%; top: -12%; background: radial-gradient(closest-side, color-mix(in oklab, var(--ar-blue) 38%, transparent), transparent 72%); animation-duration: 28s; }
.hero .mesh__b { width: 40%; height: 62%; right: -8%; bottom: -22%; background: radial-gradient(closest-side, color-mix(in oklab, var(--ar-sky) 52%, transparent), transparent 72%); animation-duration: 34s; }
.hero .mesh__c { width: 34%; height: 54%; left: -10%; top: 30%; background: radial-gradient(closest-side, color-mix(in oklab, var(--ar-blue-100) 85%, transparent), transparent 72%); animation-duration: 30s; }
.hero .grain { opacity: .2; }
.hero__fade { position: absolute; inset: auto 0 0 0; height: 8rem; background: linear-gradient(180deg, transparent, #fff); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero__title { font-size: clamp(2.1rem, 1rem + 2.7vw, 3.4rem); line-height: 1.02; letter-spacing: var(--sc-track-tight); text-wrap: balance; }
.hero__title em { font-style: normal; color: var(--sc-accent); }
.hero__lead { margin-top: var(--sc-4); font-size: clamp(1.05rem, .95rem + .4vw, 1.2rem); line-height: 1.42; color: var(--sc-ink-soft); font-weight: 500; max-width: 46ch; text-wrap: pretty; }
.hero__cta { display: flex; flex-wrap: wrap; gap: var(--sc-3); margin-top: var(--sc-5); }
.hero__cta .btn--lg { min-height: 3.25rem; padding: 0 1.4rem; font-size: 1rem; }
@media (min-width: 1200px) { .hero__cta { flex-wrap: nowrap; } }
.hero__trust { display: flex; flex-wrap: wrap; gap: var(--sc-2) var(--sc-5); margin-top: var(--sc-4); font-size: .88rem; font-weight: 600; color: var(--sc-ink-soft); }
.hero__trust span { display: inline-flex; align-items: center; gap: .4rem; }
.hero__trust .ic { width: 1rem; height: 1rem; color: var(--sc-accent); }

.niche { margin-top: var(--sc-4); padding-top: var(--sc-4); border-top: 1px solid var(--ar-line); }
.niche__label { display: inline-flex; align-items: center; gap: .5rem; font-size: .88rem; font-weight: 700; color: var(--sc-ink); }
.niche__label .ic { width: 1.1rem; height: 1.1rem; color: var(--sc-accent); animation: ar-nudge 1.8s ease-in-out infinite; }
@keyframes ar-nudge { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(3px, 3px); } }
.tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .6rem; margin-top: .8rem; }
.tile { position: relative; display: flex; align-items: center; gap: .6rem; padding: .5rem .7rem .5rem .5rem; border-radius: 14px; border: 1px solid var(--ar-line-strong); background: linear-gradient(180deg, #fff, var(--sc-surface)); color: var(--sc-ink); font-weight: 700; font-size: .88rem; text-align: left; box-shadow: 0 1px 2px rgb(11 22 51 / .06), inset 0 1px 0 #fff; transition: transform 160ms var(--sc-ease-out), box-shadow 200ms var(--sc-ease-out), border-color 160ms var(--sc-ease-out), background-color 160ms var(--sc-ease-out); cursor: pointer; }
.tile__ic { flex: none; width: 2rem; height: 2rem; border-radius: 10px; display: grid; place-items: center; background: var(--ar-blue-50); color: var(--ar-blue); transition: background-color 160ms, color 160ms, transform 200ms var(--sc-ease-out); }
.tile__ic svg { width: 1.3rem; height: 1.3rem; }
.tile__t { flex: 1; min-width: 0; line-height: 1.15; }
.tile__check { position: absolute; top: -.4rem; right: -.4rem; width: 1.35rem; height: 1.35rem; border-radius: 50%; background: var(--ar-ok-bright); color: #fff; display: grid; place-items: center; box-shadow: 0 4px 10px -3px color-mix(in oklab, var(--ar-ok-bright) 70%, transparent); opacity: 0; transform: scale(.5); transition: opacity 160ms, transform 200ms var(--sc-ease-out); }
.tile__check .ic { width: .8rem; height: .8rem; }
.tile:hover { transform: translateY(-3px); border-color: color-mix(in oklab, var(--ar-blue) 45%, transparent); box-shadow: 0 14px 28px -14px rgb(29 78 216 / .5), inset 0 1px 0 #fff; }
.tile:hover .tile__ic { transform: rotate(-6deg) scale(1.08); }
.tile:active { transform: translateY(-1px) scale(.98); }
.tile[aria-pressed="true"] { background: linear-gradient(135deg, var(--ar-blue-lift), var(--ar-blue)); border-color: var(--ar-blue); color: #fff; box-shadow: 0 14px 30px -12px rgb(29 78 216 / .75), inset 0 1px 0 rgb(255 255 255 / .25); }
.tile[aria-pressed="true"] .tile__ic { background: rgb(255 255 255 / .18); color: #fff; }
.tile[aria-pressed="true"] .tile__check { opacity: 1; transform: none; }

.hero__stage { position: relative; transform: scale(clamp(.92, calc(1 - (var(--sc-p, .45) - .45) * .3), 1)); transform-origin: 50% 20%; will-change: transform; }
.plane { position: absolute; will-change: transform; }
.plane__in { will-change: transform; transition: transform 700ms var(--sc-ease-out); transform: translate3d(calc(var(--mx, 0) * var(--px, 0px)), calc(var(--my, 0) * var(--py, 0px)), 0); }
.plane--far { inset: -6% -10% -10% -10%; --px: -14px; --py: -10px; }
.plane--far svg { width: 100%; height: 100%; display: block; }
.plane--glow { inset: 2% 0 0 6%; width: 82%; height: 84%; pointer-events: none; --px: -22px; --py: -16px; }
.plane--glow .plane__in { width: 100%; height: 100%; border-radius: 50%; background: radial-gradient(closest-side, color-mix(in oklab, var(--sc-accent) 28%, transparent), transparent 72%); filter: blur(8px); }
.plane--phone { position: relative; width: min(23rem, 100%); margin-inline: auto; --px: 6px; --py: 4px; }
.plane--near { --px: 22px; --py: 16px; }
.plane--near.n1 { right: -6%; top: 3%; }
.plane--near.n2 { right: -9%; bottom: -2%; }
.plane--mascot { left: -9%; bottom: -5%; width: 8.5rem; --px: 12px; --py: 8px; }
@media (min-width: 1240px) { .plane--near.n1 { right: -9%; } .plane--near.n2 { right: -11%; } .plane--mascot { left: -14%; } }

.float { display: inline-flex; align-items: center; gap: .6rem; padding: .7rem .95rem .7rem .8rem; background: #fff; border: 1px solid var(--ar-line); border-radius: 14px; box-shadow: var(--sc-e2), var(--sc-edge); font-weight: 700; font-size: .92rem; color: var(--sc-ink); white-space: nowrap; }
.float__ic { width: 1.7rem; height: 1.7rem; border-radius: 9px; display: grid; place-items: center; background: var(--ar-blue-50); color: var(--sc-accent); }
.float__ic .ic { width: 1rem; height: 1rem; }
.float__ic--ok { background: var(--ar-ok-bg); color: var(--ar-ok); }
.float small { display: block; font-weight: 600; color: var(--sc-ink-soft); font-size: .78rem; margin-top: .1rem; }

/* ------------------------------------------------------------------ phone -- */
.phone { width: 100%; background: #fff; border: 1px solid var(--ar-line); border-radius: 30px; box-shadow: var(--sc-e3), var(--sc-edge); overflow: clip; display: flex; flex-direction: column; color: var(--ar-navy); --sc-ink: var(--ar-navy); --sc-ink-soft: var(--ar-ink-soft); }
.phone__bar { display: flex; align-items: center; gap: .65rem; padding: .85rem 1rem .75rem; border-bottom: 1px solid var(--ar-line); background: color-mix(in oklab, var(--ch, var(--ar-blue)) 8%, #fff); }
.phone__logo { width: 2.1rem; height: 2.1rem; border-radius: 10px; display: grid; place-items: center; background: #fff; border: 1px solid var(--ar-line); overflow: hidden; flex: none; }
.phone__logo img, .phone__logo svg { width: 1.35rem; height: 1.35rem; display: block; }
.phone__name { font-weight: 800; font-size: .92rem; line-height: 1.15; }
.phone__status { font-size: .76rem; font-weight: 600; color: var(--sc-ink-soft); display: flex; align-items: center; gap: .35rem; }
.phone__status::before { content: ""; width: .45rem; height: .45rem; border-radius: 50%; background: var(--ar-ok-bright); }
.phone__chat { display: flex; flex-direction: column; gap: .55rem; padding: .9rem .85rem 1rem; }
.phone__chat--play { height: clamp(19rem, 52svh, 30rem); overflow: hidden; scroll-behavior: auto; }
.phone--tall .phone__chat { flex: 1; min-height: clamp(16rem, 50svh, 30rem); }
.phone__input { display: flex; align-items: center; gap: .6rem; margin: 0 .85rem .85rem; padding: .5rem .55rem .5rem .9rem; border-radius: 999px; background: var(--sc-surface); border: 1px solid var(--ar-line); font-size: .84rem; color: var(--sc-ink-soft); font-weight: 500; }
.phone__input span { flex: 1; }
.phone__input i { width: 1.8rem; height: 1.8rem; border-radius: 50%; background: var(--ar-blue); display: grid; place-items: center; color: #fff; }
.phone__input i svg { width: .9rem; height: .9rem; }

.msg { position: relative; max-width: 88%; padding: .6rem .8rem .65rem; border-radius: 16px; font-size: .88rem; line-height: 1.4; font-weight: 500; text-wrap: pretty; color: var(--sc-ink); }
.msg--user { align-self: flex-start; background: var(--sc-surface); border-bottom-left-radius: 6px; }
.msg--bot { align-self: flex-end; background: var(--ar-blue-50); border-bottom-right-radius: 6px; }
.msg__who { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--sc-ink-soft); margin-bottom: .25rem; }
.msg--bot .msg__who { color: var(--ar-blue); }
.msg__time { display: inline-block; margin-left: .5rem; font-size: .7rem; font-weight: 600; color: var(--sc-ink-soft); font-variant-numeric: tabular-nums; }
.msg__text.is-typing::after { content: ""; display: inline-block; width: 2px; height: 1em; margin-left: 2px; vertical-align: -2px; background: currentColor; animation: ar-caret .9s steps(1) infinite; }
@keyframes ar-caret { 50% { opacity: 0; } }
.msg--typing { align-self: flex-end; background: var(--ar-blue-50); padding: .7rem .9rem; display: inline-flex; gap: .3rem; border-bottom-right-radius: 6px; }
.msg--typing i { width: .42rem; height: .42rem; border-radius: 50%; background: var(--ar-blue); opacity: .45; animation: ar-dot 1.1s infinite ease-in-out; }
.msg--typing i:nth-child(2) { animation-delay: .15s; } .msg--typing i:nth-child(3) { animation-delay: .3s; }
@keyframes ar-dot { 0%, 80%, 100% { transform: translateY(0); opacity: .45; } 40% { transform: translateY(-3px); opacity: 1; } }
.slot { display: grid; }
.slot > * { grid-area: 1 / 1; }
.slot > .msg--typing { justify-self: end; align-self: start; }
.slot > .msg--bot { justify-self: end; }
.msg.is-new { animation: ar-pop 320ms var(--sc-ease-out) both; }
@keyframes ar-pop { from { opacity: 0; transform: translateY(6px) scale(.98); } to { opacity: 1; transform: none; } }

.kb { margin-top: .55rem; border-top: 1px dashed color-mix(in oklab, var(--ar-blue) 30%, transparent); padding-top: .5rem; font-size: .76rem; font-weight: 600; color: var(--sc-ink-soft); }
.kb__head { display: inline-flex; align-items: center; gap: .4rem; }
.kb__head .ic { width: .95rem; height: .95rem; color: var(--ar-blue); }
.kb__row { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 320ms var(--sc-ease-out); }
.kb__row > div { overflow: hidden; }
.kb code { display: block; margin-top: .4rem; padding: .45rem .55rem; border-radius: 8px; background: #fff; border: 1px solid var(--ar-line); font-family: var(--sc-font-mono); font-size: .72rem; color: var(--sc-ink); white-space: normal; line-height: 1.45; }
.is-dwell .kb__row, .kb--open .kb__row, .kb--static .kb__row { grid-template-rows: 1fr; }
.fn { align-self: flex-end; display: inline-flex; align-items: center; gap: .45rem; padding: .4rem .7rem; border-radius: 999px; background: color-mix(in oklab, var(--ar-blue) 14%, transparent); color: var(--sc-ink); font-family: var(--sc-font-mono); font-size: .72rem; font-weight: 600; }
.fn .ic { width: .9rem; height: .9rem; color: var(--ar-blue); }

/* ----------------------------------------------------------------- mascot --
   SVG built in JS. Layers: halo disc (separates a white robot from a white
   ground), cast shadow, body with a darkened rim, head that idles and leans
   toward the pointer, visor shine sweep, chest signal bars, blinking eyes with
   pupils that track, a tap/click "happy" jump. */
.mascot { display: block; width: 100%; height: auto; overflow: visible; --ex: 0; --ey: 0; transition: transform 300ms var(--sc-ease-out); cursor: pointer; }
[data-mascot]:hover .mascot { transform: rotate(-3deg) scale(1.04); }
.mascot .halo { transform-origin: 82px 96px; animation: ar-halo 5s ease-in-out infinite; }
@keyframes ar-halo { 0%, 100% { transform: scale(1); opacity: .85; } 50% { transform: scale(1.06); opacity: 1; } }
.mascot .head { transform-origin: 82px 104px; transform: rotate(calc(var(--ex) * 5deg)) translateX(calc(var(--ex) * 2px)); transition: transform 260ms var(--sc-ease-out); }
.mascot .head__in { transform-origin: 82px 104px; animation: ar-tilt 6.5s ease-in-out infinite; }
@keyframes ar-tilt { 0%, 100% { transform: rotate(-2deg); } 50% { transform: rotate(2.2deg); } }
.mascot .pupils { transform: translate(calc(var(--ex) * 4px), calc(var(--ey) * 3px)); transition: transform 180ms var(--sc-ease-out); }
.mascot .eye { transform-origin: center; transform-box: fill-box; animation: ar-blink 4.6s ease-in-out infinite; }
.mascot .eye--r { animation-delay: .05s; }
@keyframes ar-blink { 0%, 93%, 100% { transform: scaleY(1); } 96% { transform: scaleY(.08); } }
.mascot .shine { animation: ar-shine 6s ease-in-out infinite; }
@keyframes ar-shine { 0% { transform: translateX(-10px) skewX(-22deg); } 38%, 100% { transform: translateX(150px) skewX(-22deg); } }
.mascot .bar { transform-origin: bottom; transform-box: fill-box; animation: ar-bars 1.7s ease-in-out infinite; }
.mascot .bar:nth-child(2) { animation-delay: .25s; } .mascot .bar:nth-child(3) { animation-delay: .5s; }
@keyframes ar-bars { 0%, 100% { transform: scaleY(.35); } 50% { transform: scaleY(1); } }
.mascot .arm--wave { transform-origin: 127px 100px; animation: ar-wave 1.9s ease-in-out infinite; }
/* the arm is pre-angled 42deg outward; the wave swings it further out and back, always beside the head, never behind it */
@keyframes ar-wave { 0%, 100% { transform: rotate(0deg); } 30% { transform: rotate(22deg); } 60% { transform: rotate(6deg); } }
.mascot .arm--point { transform-origin: 118px 107px; animation: ar-point 2.6s ease-in-out infinite; }
@keyframes ar-point { 0%, 100% { transform: rotate(0deg); } 50% { transform: rotate(-6deg) translateX(2px); } }
.mascot .arm--idle { transform-origin: 43px 104px; animation: ar-sway 3.4s ease-in-out infinite; }
@keyframes ar-sway { 0%, 100% { transform: rotate(0deg); } 50% { transform: rotate(5deg); } }
.mascot .antenna-tip { animation: ar-pulse 2.4s ease-in-out infinite; }
.mascot .antenna-ring { transform-origin: 82px 10px; animation: ar-ring 2.4s ease-out infinite; }
@keyframes ar-ring { 0% { transform: scale(.5); opacity: .8; } 100% { transform: scale(1.8); opacity: 0; } }
@keyframes ar-pulse { 0%, 100% { opacity: .7; } 50% { opacity: 1; } }
.mascot.is-happy { animation: ar-jump 720ms var(--sc-ease-out); }
@keyframes ar-jump { 0% { transform: translateY(0) scale(1); } 35% { transform: translateY(-16px) scale(1.06, .96); } 60% { transform: translateY(2px) scale(.98, 1.03); } 100% { transform: translateY(0) scale(1); } }
.mascot.is-happy .eye { animation: none; transform: scaleY(.38) translateY(-1px); }
.mascot.is-happy .mouth { transform: scale(1.35); }
.mascot.is-happy .cheek { opacity: .7; }
/* the origin lives on the resting rule too: set only while happy, the smile scaled back from the SVG corner and flew off the face */
.mascot .mouth { transform-origin: 82px 78px; transform-box: view-box; }
.mascot .mouth, .mascot .cheek { transition: transform 200ms var(--sc-ease-out), opacity 200ms; }
.mascot--float { animation: ar-float 5.5s ease-in-out infinite; }
@keyframes ar-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -8px; } }
.bubble { position: relative; display: inline-block; padding: .6rem .85rem; border-radius: 14px; background: #fff; color: var(--ar-navy); font-weight: 700; font-size: .88rem; box-shadow: var(--sc-e2); border: 1px solid var(--ar-line); max-width: 16rem; text-wrap: pretty; }
.bubble::after { content: ""; position: absolute; left: -7px; bottom: 12px; width: 12px; height: 12px; background: #fff; border-left: 1px solid var(--ar-line); border-bottom: 1px solid var(--ar-line); transform: rotate(45deg); }

/* ----------------------------------------------------------------- stages -- */
.stage { display: grid; align-content: center; padding-top: calc(var(--ar-bar-h) + .5rem); padding-bottom: var(--sc-4); }
.stage--split .stage__in { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 23rem); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.stage__phone { width: min(23rem, 100%); margin-inline: auto; position: relative; }

.act-wait .stage { background: linear-gradient(180deg, #fff 0%, var(--sc-surface) 100%); }
.narr { position: relative; }
.clock { font-size: clamp(3.4rem, 1.8rem + 6.5vw, 8rem); line-height: .95; letter-spacing: var(--sc-track-tight); font-weight: 800; font-variant-numeric: tabular-nums; color: var(--sc-ink); transition: color 260ms var(--sc-ease-out); }
.clock small { display: block; font-size: .95rem; letter-spacing: .01em; font-weight: 700; color: var(--sc-ink-soft); margin-top: .6rem; }
.clock.is-answered { color: var(--sc-accent); }
.narr__lines { position: relative; margin-top: var(--sc-5); min-height: 9rem; }
.narr__line { position: absolute; inset: 0 auto auto 0; max-width: 30ch; font-size: var(--sc-t-xl); line-height: 1.18; letter-spacing: var(--sc-track-snug); font-weight: 700; text-wrap: pretty; }
.narr__line--turn { color: var(--sc-accent); }
.narr__line--turn strong { color: var(--sc-ink); }
.wait-mascot { position: absolute; left: -7rem; bottom: -1rem; width: 6.5rem; z-index: 2; }
.wait-mascot .bubble { position: absolute; left: auto; right: 7rem; bottom: 3.6rem; white-space: nowrap; }
.wait-mascot .bubble::after { left: auto; right: -7px; bottom: 12px; border-left: 0; border-bottom: 0; border-right: 1px solid var(--ar-line); border-top: 1px solid var(--ar-line); transform: rotate(45deg); }

.act-channels .stage { background: linear-gradient(180deg, var(--sc-surface), var(--ar-blue-50)); padding-inline: 0; }
.rail { display: flex; align-items: stretch; gap: clamp(1rem, 2vw, 1.5rem); padding-inline: var(--sc-gutter); padding-block: var(--sc-3); }
.rail__lead { flex: none; width: clamp(18rem, 26vw, 24rem); display: flex; flex-direction: column; justify-content: center; padding-right: var(--sc-4); }
.rail__lead .lede { margin-top: var(--sc-4); }
.rail__lead .btn { margin-top: var(--sc-6); align-self: flex-start; }
.chcard { flex: none; width: clamp(17rem, 23vw, 21rem); height: clamp(24rem, 74svh, 36rem); background: #fff; border: 1px solid var(--ar-line); border-radius: 22px; box-shadow: var(--sc-e2), var(--sc-edge); overflow: clip; display: flex; flex-direction: column; color: var(--ar-navy); --sc-ink: var(--ar-navy); --sc-ink-soft: var(--ar-ink-soft); }
.chcard .phone__bar { border-radius: 0; }
.chcard .phone__chat { flex: 1; min-height: 0; overflow: hidden; padding-bottom: 1rem; }
.chcard__niche { display: inline-flex; align-items: center; gap: .4rem; margin-left: auto; padding: .25rem .6rem; border-radius: 999px; background: #fff; border: 1px solid var(--ar-line); font-size: .7rem; font-weight: 700; color: var(--sc-ink-soft); white-space: nowrap; }
.chcard__foot { padding: .7rem .95rem .85rem; border-top: 1px solid var(--ar-line); font-size: .78rem; font-weight: 600; color: var(--sc-ink-soft); display: grid; gap: .15rem; }
.chcard__foot b { color: var(--sc-ink); font-size: .86rem; }
.chcard__foot a { color: var(--ar-blue); }

/* ------------------------------------------------------- the CRM scene -- */
.crm { position: relative; padding: clamp(1rem, 2.5vw, 2rem) var(--sc-gutter); background: #fff; }
.panel { position: relative; max-width: calc(var(--sc-maxw) + 2rem); margin-inline: auto; border-radius: 28px; overflow: clip; padding: clamp(2rem, 4.5vh, 3.5rem) clamp(1.5rem, 4vw, 3.5rem); min-height: calc(100svh - var(--ar-bar-h) - 2rem); display: grid; align-content: center; background: radial-gradient(120% 90% at 85% 0%, var(--ar-navy-3) 0%, var(--ar-navy) 55%); color: #fff; --sc-ink: #fff; --sc-ink-soft: var(--ar-ink-soft-dark); --sc-accent: var(--ar-sky); --ar-line: color-mix(in oklab, #fff 14%, transparent); box-shadow: 0 40px 90px -40px rgb(11 22 51 / .6), inset 0 1px 0 rgb(255 255 255 / .12); }
.crm__grid { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
.crm__lede { margin-top: var(--sc-4); color: var(--sc-ink-soft); font-weight: 500; font-size: 1rem; max-width: 36ch; }
.wins { list-style: none; margin: var(--sc-5) 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.wins li { display: flex; align-items: flex-start; gap: .6rem; padding: .7rem .8rem; border-radius: 14px; border: 1px solid color-mix(in oklab, #fff 12%, transparent); background: color-mix(in oklab, #fff 4%, transparent); transition: background-color 400ms var(--sc-ease-out), border-color 400ms var(--sc-ease-out), transform 400ms var(--sc-ease-out); }
.wins li i { flex: none; width: 1.35rem; height: 1.35rem; border-radius: 50%; border: 2px solid color-mix(in oklab, #fff 28%, transparent); display: grid; place-items: center; color: #fff; transition: background-color 300ms var(--sc-ease-out), border-color 300ms var(--sc-ease-out); margin-top: .1rem; }
.wins li i svg { width: .8rem; height: .8rem; opacity: 0; transition: opacity 200ms; }
.wins li b { display: block; font-size: .86rem; font-weight: 800; line-height: 1.2; }
.wins li span span { display: block; margin-top: .15rem; font-size: .78rem; color: var(--sc-ink-soft); font-weight: 500; line-height: 1.35; }
.wins li.is-on { background: color-mix(in oklab, var(--ar-sky) 14%, transparent); border-color: color-mix(in oklab, var(--ar-sky) 45%, transparent); transform: translateX(4px); }
.wins li.is-on i { background: var(--ar-ok-bright); border-color: var(--ar-ok-bright); }
.wins li.is-on i svg { opacity: 1; }
.scene { position: relative; display: grid; grid-template-columns: minmax(0, 15.5rem) minmax(0, 1fr); gap: 1.25rem; align-items: start; }
.scene__phone { position: relative; }
.scene .phone { background: var(--ar-navy-2); border-color: var(--ar-line); box-shadow: 0 30px 80px -30px rgb(11 22 51 / .7), var(--sc-edge); color: #fff; --sc-ink: #fff; --sc-ink-soft: var(--ar-ink-soft-dark); --sc-surface: color-mix(in oklab, #fff 9%, var(--ar-navy-2)); --ar-blue-50: color-mix(in oklab, var(--ar-sky) 24%, var(--ar-navy-2)); }
.scene .phone__bar { background: color-mix(in oklab, #fff 4%, var(--ar-navy-2)); }
.scene .phone__logo { background: #fff; }
.scene .phone__chat { height: clamp(9rem, 22svh, 12rem); overflow: hidden; }
.scene .msg--typing { background: color-mix(in oklab, var(--ar-sky) 24%, var(--ar-navy-2)); }
.scene .msg--bot .msg__who { color: var(--ar-sky); }
.scene .fn { background: color-mix(in oklab, var(--ar-sky) 22%, transparent); color: #fff; margin: 0 .85rem .85rem auto; }
.scene .fn .ic { color: var(--ar-sky); }
.scene__mascot { position: absolute; left: .4rem; bottom: -5.6rem; width: 5.4rem; z-index: 2; }
.scene__flow { position: relative; display: grid; gap: .6rem; align-content: start; padding-left: 1.6rem; }
.scene__flow::before { content: ""; position: absolute; left: .55rem; top: 1rem; bottom: 1rem; border-left: 2px dashed color-mix(in oklab, #fff 22%, transparent); }
.flow__node { position: relative; }
.flow__node::before { content: ""; position: absolute; left: -1.45rem; top: 1rem; width: .8rem; height: .8rem; border-radius: 50%; background: var(--ar-navy-2); border: 2px solid color-mix(in oklab, #fff 30%, transparent); transition: background-color 300ms, border-color 300ms, box-shadow 300ms; }
.flow__node.is-on::before { background: var(--ar-sky); border-color: var(--ar-sky); box-shadow: 0 0 0 4px color-mix(in oklab, var(--ar-sky) 25%, transparent), 0 0 14px color-mix(in oklab, var(--ar-sky) 80%, transparent); }
.scene__step { opacity: 0; transform: translateY(8px); transition: opacity 380ms var(--sc-ease-out), transform 380ms var(--sc-ease-out); }
.scene__step.is-on { opacity: 1; transform: none; }
.deal { background: #fff; color: var(--ar-navy); border-radius: 16px; box-shadow: 0 30px 70px -28px rgb(11 22 51 / .8); overflow: clip; --sc-ink: var(--ar-navy); --sc-ink-soft: var(--ar-ink-soft); }
.deal__head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .65rem 1rem; border-bottom: 1px solid var(--ar-line); background: var(--sc-surface); }
.deal__head b { font-size: .88rem; font-weight: 800; white-space: nowrap; flex: none; }
.deal__crm { display: flex; align-items: center; gap: .5rem; }
.deal__crm img { height: .9rem; width: auto; display: block; opacity: .35; transition: opacity 300ms; }
.deal__crm img.is-on { opacity: 1; }
.deal__row { display: grid; grid-template-columns: 5rem 1fr; gap: .7rem; padding: .42rem 1rem; border-bottom: 1px solid var(--ar-line); font-size: .84rem; align-items: baseline; opacity: .18; transition: opacity 260ms var(--sc-ease-out); }
.deal__row.is-on { opacity: 1; }
.deal__row:last-child { border-bottom: 0; }
.deal__row dt { color: var(--ar-ink-soft); font-weight: 600; font-size: .76rem; }
.deal__row dd { margin: 0; font-weight: 700; color: var(--ar-navy); font-variant-numeric: tabular-nums; }
.deal__stage { display: inline-flex; align-items: center; gap: .4rem; padding: .2rem .55rem; border-radius: 999px; background: var(--ar-ok-bg); color: var(--ar-ok); font-size: .74rem; font-weight: 800; }
.deal__stage::before { content: ""; width: .45rem; height: .45rem; border-radius: 50%; background: currentColor; }
.badge { display: flex; align-items: center; gap: .7rem; padding: .55rem .8rem; border-radius: 12px; background: #fff; color: var(--ar-navy); box-shadow: 0 18px 40px -20px rgb(11 22 51 / .7); font-weight: 700; font-size: .84rem; }
.badge__ic { flex: none; width: 1.8rem; height: 1.8rem; border-radius: 8px; display: grid; place-items: center; background: var(--ar-blue-50); color: var(--ar-blue); }
.badge__ic img, .badge__ic svg { width: 1.05rem; height: 1.05rem; }
.badge__ic--tg { background: var(--ar-tg); }
.badge__ic--ok { background: var(--ar-ok-bg); color: var(--ar-ok); }
.badge small { display: block; font-weight: 500; color: var(--ar-ink-soft); font-size: .74rem; margin-top: .05rem; }

/* ---------------------------------------------------------------- steps -- */
@property --beam { syntax: "<angle>"; inherits: false; initial-value: 0deg; }
.sec--steps { padding-bottom: clamp(2.5rem, 5vw, 4.5rem); background: #fff; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--sc-5); position: relative; --fill: 0; }
.step { position: relative; margin-top: 1.3rem; padding: 2.4rem 1.4rem 1.4rem; border-radius: 22px; background: #fff; border: 1px solid var(--ar-line); box-shadow: var(--sc-e1), inset 0 1px 0 #fff; transition: transform 250ms var(--sc-ease-out), box-shadow 250ms var(--sc-ease-out), border-color 250ms; --seg: 0; }
/* the rail: one segment per step, from this circle to the next; it fills, then the next circle lights */
.step:not(:last-child)::before, .step:not(:last-child) .step__seg { content: ""; position: absolute; top: -1px; left: 3.9rem; width: calc(100% - 3.9rem + var(--sc-5) + 1.3rem); height: 2px; border-radius: 2px; z-index: 1; pointer-events: none; }
.step:not(:last-child)::before { background: var(--ar-line); }
.step:not(:last-child) .step__seg { background: linear-gradient(90deg, var(--ar-blue), var(--ar-sky)); transform: scaleX(var(--seg)); transform-origin: 0 50%; box-shadow: 0 0 10px rgb(29 78 216 / .45); }
/* the border beam: a light travelling along the card edge while the step is lit */
.step::after { content: ""; position: absolute; inset: -1px; border-radius: 23px; padding: 1.5px; background: conic-gradient(from var(--beam), transparent 0 62%, var(--ar-sky) 78%, var(--ar-blue) 86%, transparent 100%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity 400ms; pointer-events: none; }
.step.is-lit::after { opacity: 1; animation: ar-beam 4s linear infinite; }
@keyframes ar-beam { to { --beam: 360deg; } }
.step.is-lit { border-color: color-mix(in oklab, var(--ar-blue) 22%, transparent); box-shadow: 0 24px 50px -28px rgb(29 78 216 / .45), inset 0 1px 0 #fff; transform: translateY(-3px); }
.step__n { position: absolute; top: -1.3rem; left: 1.3rem; width: 2.6rem; height: 2.6rem; border-radius: 50%; background: #fff; border: 2px solid var(--ar-line-strong); display: grid; place-items: center; font-weight: 800; font-size: 1rem; color: var(--sc-ink-soft); z-index: 2; transition: background-color 300ms var(--sc-ease-out), color 300ms var(--sc-ease-out), border-color 300ms var(--sc-ease-out), box-shadow 300ms var(--sc-ease-out), transform 300ms var(--sc-ease-out); }
.step.is-lit .step__n { background: linear-gradient(135deg, var(--ar-blue-lift), var(--ar-blue)); border-color: var(--ar-blue); color: #fff; box-shadow: 0 0 0 6px rgb(29 78 216 / .14), 0 10px 24px -10px rgb(29 78 216 / .8); transform: scale(1.08); }
.step .h3 { transition: color 300ms; position: relative; }
.step.is-lit .h3 { color: var(--ar-blue); }
.step p { margin-top: var(--sc-3); color: var(--sc-ink-soft); font-weight: 500; text-wrap: pretty; font-size: .95rem; position: relative; }
.step__tile { position: relative; margin-top: var(--sc-5); padding: .9rem 1rem; border-radius: 14px; background: linear-gradient(180deg, var(--sc-surface), var(--ar-blue-50)); border: 1px solid var(--ar-line); font-size: .82rem; font-weight: 600; color: var(--sc-ink-soft); display: grid; gap: .55rem; box-shadow: var(--sc-e1); }
.step__logos { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.step__logos img, .step__logos svg { width: 1.4rem; height: 1.4rem; }
.step__logos .ic { color: var(--ar-blue); }
.step__logos--doc i { font-style: normal; font-family: var(--sc-font-mono); font-size: .68rem; font-weight: 700; padding: .25rem .45rem; border-radius: 6px; background: var(--ar-blue-50); color: var(--ar-blue); }

/* --------------------------------------------------------------- control -- */
.sec--features { background: linear-gradient(180deg, var(--ar-blue-50), var(--ar-blue-50)); border-top: 1px solid var(--ar-line); }
.board { margin-top: var(--sc-6); padding: clamp(1.25rem, 2.5vw, 2rem); border-radius: 26px; background: #fff; border: 1px solid var(--ar-line); box-shadow: var(--sc-e2), inset 0 1px 0 #fff; }
.control { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
.ledger { margin: 0; }
.ledger__row { display: grid; grid-template-columns: 2.2rem 11rem minmax(0, 1fr); gap: .9rem; padding: .75rem 0; border-bottom: 1px solid var(--ar-line); align-items: center; }
.ledger__row:last-child { border-bottom: 0; }
.ledger__row .ic { width: 1.35rem; height: 1.35rem; color: var(--ar-blue); }
.ledger__row dt { font-weight: 800; font-size: .92rem; line-height: 1.2; }
.ledger__row dd { margin: 0; color: var(--sc-ink-soft); font-weight: 500; font-size: .88rem; line-height: 1.4; text-wrap: pretty; }
.ledger__row dd a { color: var(--ar-blue); font-weight: 700; }
.shot { position: sticky; top: calc(var(--ar-bar-h) + 1.25rem); }
.shot__glow { position: absolute; inset: -10% -14%; border-radius: 50%; background: radial-gradient(closest-side, color-mix(in oklab, var(--ar-blue) 22%, transparent), transparent 70%); filter: blur(30px); z-index: -1; }
.shot figure { position: relative; margin: 0; border-radius: 18px; overflow: clip; border: 1px solid var(--ar-line); box-shadow: var(--sc-e3), var(--sc-edge); background: #fff; }
.shot img { width: 100%; height: auto; display: block; }
.shot figcaption { padding: .8rem 1rem; font-size: .82rem; font-weight: 600; color: var(--sc-ink-soft); border-top: 1px solid var(--ar-line); }
.logos { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin-top: var(--sc-5); }
.logo { display: inline-flex; align-items: center; gap: .45rem; padding: .45rem .75rem .45rem .5rem; border-radius: 10px; background: #fff; border: 1px solid var(--ar-line); font-size: .82rem; font-weight: 700; color: var(--sc-ink); }
.logo img, .logo svg { width: 1.2rem; height: 1.2rem; }
.logo--img { padding: .5rem .75rem; }
.logo--img img { width: auto; height: 1.15rem; }
.logo--ym { gap: .6rem; }
.logo--ym img:first-child { height: .95rem; }

/* ------------------------------------------------------------- pains (navy) -- */
.pains { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.pain { position: relative; display: flex; flex-direction: column; padding: 1.4rem 1.3rem 1.25rem; border-radius: 20px; overflow: clip; background: linear-gradient(160deg, rgb(255 255 255 / .08), rgb(255 255 255 / .025)); border: 1px solid rgb(255 255 255 / .12); box-shadow: inset 0 1px 0 rgb(255 255 255 / .12), 0 20px 40px -30px rgb(11 22 51 / .8); transition: transform 200ms var(--sc-ease-out), border-color 200ms; }
.pain::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 1px; background: linear-gradient(90deg, transparent, color-mix(in oklab, var(--ar-sky) 70%, transparent), transparent); }
.pain:hover { transform: translateY(-3px); border-color: color-mix(in oklab, var(--ar-sky) 40%, transparent); }
.pain__num { font-size: clamp(1.9rem, 2.6vw, 2.4rem); font-weight: 800; letter-spacing: var(--sc-track-tight); line-height: 1; color: #fff; font-variant-numeric: tabular-nums; white-space: nowrap; }
.pain__num small { font-size: .9rem; font-weight: 700; color: var(--sc-ink-soft); letter-spacing: 0; margin-left: .35rem; }
.pain .h3 { margin-top: .75rem; font-size: 1rem; color: #fff; }
.pain p { margin-top: .45rem; color: var(--sc-ink-soft); font-weight: 500; font-size: .9rem; text-wrap: pretty; }
.pain__win { align-self: flex-start; display: inline-flex; align-items: center; gap: .45rem; margin-top: auto; padding-top: 1rem; color: var(--ar-ok-light); font-weight: 700; font-size: .84rem; }
.pain__win .ic { width: 1rem; height: 1rem; }
.pain__mark { position: absolute; right: -.8rem; bottom: -.9rem; width: 6.5rem; height: 6.5rem; color: var(--ar-sky); opacity: .1; pointer-events: none; }
.sec__cta { margin-top: var(--sc-7); display: flex; flex-wrap: wrap; gap: var(--sc-3) var(--sc-5); align-items: center; }
.sec__cta span { color: var(--sc-ink-soft); font-weight: 600; font-size: .95rem; }

/* ------------------------------------------------------------- calculator -- */
.sec--calc { background: linear-gradient(180deg, #fff, var(--sc-surface)); padding-bottom: clamp(2.5rem, 4vw, 3.5rem); }
.calc { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; margin-top: var(--sc-6); padding: clamp(1.5rem, 3vw, 2.25rem); border-radius: 24px; background: #fff; border: 1px solid var(--ar-line); box-shadow: var(--sc-e3); position: relative; }
.calc__field + .calc__field { margin-top: var(--sc-4); }
.calc__top { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; font-weight: 700; }
.calc__top label { color: var(--sc-ink-soft); font-size: .92rem; }
.calc__top b { font-variant-numeric: tabular-nums; white-space: nowrap; }
.calc input[type="range"] { width: 100%; margin-top: .5rem; accent-color: var(--ar-blue); }
.calc__hint { margin-top: var(--sc-4); font-size: .8rem; color: var(--sc-ink-soft); font-weight: 500; }
.calc__out { display: grid; gap: .7rem; }
.calc__row { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .9rem 1.1rem; border-radius: 14px; background: var(--sc-surface); font-weight: 600; color: var(--sc-ink-soft); font-size: .92rem; }
.calc__row .v { font-weight: 800; color: var(--sc-ink); font-variant-numeric: tabular-nums; font-size: 1.1rem; white-space: nowrap; }
.calc__row--save { background: linear-gradient(135deg, var(--ar-blue-lift), var(--ar-blue)); color: color-mix(in oklab, #fff 80%, transparent); box-shadow: 0 16px 34px -16px rgb(29 78 216 / .8); }
.calc__row--save .v { color: #fff; font-size: 1.4rem; }
.calc__pay { display: flex; align-items: center; gap: .8rem; padding: .9rem 1.1rem; border-radius: 14px; border: 1px solid color-mix(in oklab, var(--ar-ok-bright) 40%, transparent); background: var(--ar-ok-bg); color: var(--ar-navy); }
.calc__pay-ic { flex: none; width: 2.2rem; height: 2.2rem; border-radius: 10px; display: grid; place-items: center; background: var(--ar-ok-bg); color: var(--ar-ok); }
.calc__pay b { display: block; font-size: .95rem; font-weight: 800; }
.calc__pay b em { font-style: normal; color: var(--ar-ok); }
.calc__pay small { display: block; margin-top: .15rem; font-size: .78rem; color: var(--ar-ink-soft); font-weight: 500; }

/* ---------------------------------------------------------------- pricing -- */
.pricing { max-width: 58rem; margin-inline: auto; }
.free { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sc-3) var(--sc-5); padding: 1rem 1.25rem; border-radius: 16px; background: #fff; border: 1px solid color-mix(in oklab, var(--ar-blue) 22%, transparent); margin-bottom: var(--sc-5); font-weight: 700; box-shadow: var(--sc-e1); }
.free__ic { width: 2.4rem; height: 2.4rem; border-radius: 10px; display: grid; place-items: center; background: var(--ar-blue-50); color: var(--ar-blue); }
.free b { font-size: 1.02rem; }
.free span { color: var(--sc-ink-soft); font-weight: 600; }
.free .btn { margin-inline-start: auto; }
.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sc-5); align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; padding: 2rem 1.75rem 1.75rem; border-radius: 22px; border: 1px solid var(--ar-line); background: #fff; box-shadow: var(--sc-e1), var(--sc-edge); }
.plan--pro { border-color: var(--ar-blue); box-shadow: 0 0 0 1px var(--ar-blue), 0 24px 50px -24px rgb(29 78 216 / .6); }
.plan__tag { position: absolute; top: -.85rem; left: 1.75rem; padding: .3rem .7rem; border-radius: 999px; background: linear-gradient(90deg, var(--ar-blue-lift), var(--ar-blue)); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; box-shadow: 0 8px 18px -8px rgb(29 78 216 / .8); }
.plan__name { font-weight: 800; font-size: 1rem; color: var(--sc-ink-soft); }
.plan__amt { margin-top: .4rem; font-size: clamp(2rem, 2.8vw, 2.5rem); font-weight: 800; letter-spacing: var(--sc-track-tight); line-height: 1; font-variant-numeric: tabular-nums; display: flex; align-items: baseline; gap: .4rem; white-space: nowrap; }
.plan__amt small { font-size: .95rem; font-weight: 700; color: var(--sc-ink-soft); letter-spacing: 0; }
.plan__desc { margin-top: .8rem; min-height: 2.8rem; color: var(--sc-ink-soft); font-weight: 500; font-size: .95rem; }
.plan__list { list-style: none; margin: var(--sc-5) 0 0; padding: var(--sc-5) 0 0; border-top: 1px solid var(--ar-line); display: grid; gap: .6rem; flex: 1; }
.plan__list li { display: flex; gap: .6rem; align-items: flex-start; font-weight: 600; font-size: .92rem; }
.plan__list .ic { width: 1.1rem; height: 1.1rem; color: var(--ar-blue); margin-top: .12rem; }
.plan .btn { margin-top: var(--sc-6); }

/* ------------------------------------------------------------------- FAQ -- */
.faqgrid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.faqgrid__aside { position: sticky; top: calc(var(--ar-bar-h) + 1.5rem); }
.faqgrid__aside .btn { margin-top: var(--sc-5); }
.faq-mascot { position: relative; width: 7rem; margin-bottom: var(--sc-5); }
.faq-mascot .bubble { position: absolute; left: 7.4rem; top: .6rem; white-space: nowrap; }
.faq { border-top: 1px solid var(--ar-line-strong); }
.faq details { border-bottom: 1px solid var(--ar-line); }
.faq summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 2.2rem 1fr 1.4rem; align-items: center; gap: .9rem; padding: 1.1rem 0; font-weight: 800; font-size: 1.02rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .n { width: 2.2rem; height: 2.2rem; border-radius: 50%; background: var(--ar-blue-50); color: var(--ar-blue); display: grid; place-items: center; font-size: .82rem; font-weight: 800; transition: background-color 200ms, color 200ms; }
.faq details[open] summary .n { background: var(--ar-blue); color: #fff; }
.faq summary .ic { width: 1.3rem; height: 1.3rem; color: var(--ar-blue); transition: transform 200ms var(--sc-ease-out); }
.faq details[open] summary .ic { transform: rotate(45deg); }
.faq details p { padding: 0 0 1.2rem 3.1rem; color: var(--sc-ink-soft); font-weight: 500; max-width: 62ch; text-wrap: pretty; }

/* ----------------------------------------------------------------- close -- */
.close { position: relative; background: var(--ar-navy); color: #fff; --sc-ink: #fff; --sc-ink-soft: var(--ar-ink-soft-dark); overflow: clip; }
.close__plate { position: relative; background: linear-gradient(160deg, var(--ar-blue-lift) 0%, var(--ar-blue) 45%, var(--ar-navy-2) 100%); color: #fff; padding-block: clamp(3rem, 7vw, 6rem); overflow: clip; --sc-accent: var(--ar-sky); }
.close__plate .orb.o1 { width: 40rem; height: 40rem; right: -12rem; top: -18rem; opacity: .45; }
.close__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.close__mascot { width: 7.5rem; margin-bottom: var(--sc-4); }
.close__title { margin-top: var(--sc-3); font-size: var(--sc-t-2xl); line-height: 1.04; letter-spacing: var(--sc-track-snug); text-wrap: balance; }
.close__niche { margin-top: var(--sc-4); font-size: var(--sc-t-lg); line-height: 1.4; color: color-mix(in oklab, #fff 84%, transparent); font-weight: 500; max-width: 36ch; text-wrap: pretty; }
.close__list { list-style: none; margin: var(--sc-4) 0 0; padding: 0; display: grid; gap: .5rem; }
.close__list li { display: flex; align-items: center; gap: .6rem; font-weight: 600; color: color-mix(in oklab, #fff 88%, transparent); }
.close__list .ic { width: 1.1rem; height: 1.1rem; color: var(--ar-ok-light); }
.close__cta { margin-top: var(--sc-5); display: flex; flex-wrap: wrap; gap: var(--sc-3); align-items: center; }
.close__cta .btn--light { min-height: 3.5rem; padding: 0 1.75rem; font-size: 1.05rem; border-radius: 14px; }
.form { position: relative; background: #fff; color: var(--ar-navy); --sc-ink: var(--ar-navy); --sc-ink-soft: var(--ar-ink-soft); border-radius: 22px; padding: clamp(1.5rem, 3vw, 2.25rem); box-shadow: 0 40px 90px -30px rgb(11 22 51 / .6); }
.form__head { display: flex; align-items: center; gap: .9rem; }
.form__head .form__ic { width: 2.6rem; height: 2.6rem; border-radius: 12px; display: grid; place-items: center; background: var(--ar-blue-50); color: var(--ar-blue); flex: none; }
.form h3 { font-size: 1.25rem; font-weight: 800; letter-spacing: var(--sc-track-snug); }
.form__head p { margin-top: .15rem; color: var(--ar-ink-soft); font-weight: 500; font-size: .9rem; }
.form > p { margin-top: .5rem; color: var(--ar-ink-soft); font-weight: 500; font-size: .95rem; }
.field { margin-top: var(--sc-4); }
.field label { display: block; font-size: .82rem; font-weight: 700; color: var(--ar-ink-soft); margin-bottom: .4rem; }
.field input { width: 100%; min-height: 3rem; padding: 0 .95rem; border-radius: 12px; border: 1px solid var(--ar-line-strong); background: #fff; color: var(--ar-navy); font-weight: 600; font-size: 1rem; transition: border-color 120ms var(--sc-ease-out), box-shadow 120ms var(--sc-ease-out); }
.field input::placeholder { color: color-mix(in oklab, var(--ar-ink-soft) 70%, #fff); font-weight: 500; }
.field input:focus { outline: none; border-color: var(--ar-blue); box-shadow: 0 0 0 3px color-mix(in oklab, var(--ar-blue) 22%, transparent); }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.field--row .field { margin-top: 0; }
.consent { display: flex; gap: .6rem; align-items: flex-start; margin-top: var(--sc-4); font-size: .82rem; color: var(--ar-ink-soft); font-weight: 500; line-height: 1.4; }
.consent input { margin-top: .2rem; accent-color: var(--ar-blue); width: 1rem; height: 1rem; flex: none; }
.consent a { color: var(--ar-blue); text-decoration: underline; text-underline-offset: .15em; }
.form .btn { margin-top: var(--sc-4); }
.form__meta { margin-top: .8rem; display: flex; flex-wrap: wrap; gap: .4rem 1rem; font-size: .78rem; color: var(--ar-ink-soft); font-weight: 600; }
.form__meta span { display: inline-flex; align-items: center; gap: .3rem; }
.form__meta .ic { width: .9rem; height: .9rem; color: var(--ar-ok); }
.form__err { display: none; margin-top: .7rem; color: var(--ar-danger); font-size: .85rem; font-weight: 600; line-height: 1.35; }
.form__ok { display: none; text-align: center; padding: 1rem 0; }
.form__ok .ok { width: 3.2rem; height: 3.2rem; border-radius: 50%; margin: 0 auto 1rem; background: var(--ar-ok-bg); color: var(--ar-ok); display: grid; place-items: center; }
.form__ok .ok .ic { width: 1.5rem; height: 1.5rem; }
.form__ok p { margin-top: .5rem; color: var(--ar-ink-soft); font-weight: 500; }
.form.is-done .form__main { display: none; }
.form.is-done .form__ok { display: block; }

.foot { position: relative; padding-block: clamp(2.5rem, 5vw, 4rem) var(--sc-6); }
.foot__grid { display: grid; grid-template-columns: 1.4fr repeat(4, minmax(0, 1fr)); gap: var(--sc-6); }
.foot__brand img { height: 1.9rem; width: auto; display: block; filter: brightness(0) invert(1); opacity: .95; }
.foot__about { margin-top: var(--sc-4); font-size: .9rem; color: var(--sc-ink-soft); font-weight: 500; max-width: 30ch; text-wrap: pretty; }
.foot__col h4 { font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; color: var(--sc-ink-soft); font-weight: 800; margin-bottom: .8rem; }
.foot__col a { display: block; padding: .3rem 0; font-size: .92rem; font-weight: 600; color: color-mix(in oklab, #fff 84%, transparent); }
.foot__col a:hover { color: #fff; text-decoration: underline; text-underline-offset: .2em; }
.foot__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--sc-3); margin-top: var(--sc-7); padding-top: var(--sc-5); border-top: 1px solid color-mix(in oklab, #fff 12%, transparent); font-size: .82rem; color: var(--sc-ink-soft); font-weight: 600; }

/* ---------------------------------------------------------------- modals -- */
.modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 1rem; background: color-mix(in oklab, var(--ar-navy) 55%, transparent); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); opacity: 0; transition: opacity 220ms var(--sc-ease-out); }
.modal.is-show { display: flex; }
.modal.is-in { opacity: 1; }
.modal__card { position: relative; width: 100%; max-width: 27rem; max-height: 92svh; overflow: auto; background: #fff; color: var(--ar-navy); --sc-ink: var(--ar-navy); --sc-ink-soft: var(--ar-ink-soft); border-radius: 22px; padding: 1.75rem; box-shadow: 0 40px 90px -30px rgb(11 22 51 / .6); transform: translateY(8px) scale(.97); transition: transform 240ms var(--sc-ease-out); }
.modal.is-in .modal__card { transform: none; }
.modal__close { position: absolute; z-index: 2; top: .9rem; right: .9rem; width: 2.2rem; height: 2.2rem; border-radius: 10px; display: grid; place-items: center; color: var(--ar-ink-soft); }
.modal__close:hover { background: var(--sc-surface); color: var(--ar-navy); }
.modal__close .ic { width: 1.1rem; height: 1.1rem; }
.modal h3 { font-size: 1.3rem; font-weight: 800; letter-spacing: var(--sc-track-snug); padding-right: 2rem; }
.modal .lead { margin-top: .5rem; color: var(--ar-ink-soft); font-weight: 500; font-size: .95rem; }
.modal .form { padding: 0; box-shadow: none; border-radius: 0; }
.bul { display: grid; gap: .55rem; margin-top: 1rem; padding: .9rem 1rem; border-radius: 14px; background: var(--sc-surface); font-size: .88rem; color: var(--sc-ink); font-weight: 500; }
.bul div { display: flex; gap: .5rem; align-items: flex-start; }
.bul .ic { width: 1rem; height: 1rem; color: var(--ar-blue); flex: none; margin-top: .15rem; }

/* ------------------------------------------------------- the demo sheet --
   Not a modal: a bright blue card that rises from the bottom edge, narrow and
   tall, with the mascot standing behind it: head and waving arm above the
   edge, one hand resting on the card. The page stays scrollable. */
.sheet { position: fixed; inset: auto 0 0 0; z-index: 90; padding: 0 var(--sc-gutter) 1rem; pointer-events: none; display: none; }
.sheet.is-show { display: block; }
.sheet__wrap { position: relative; max-width: 30rem; margin-inline: auto; pointer-events: auto; transform: translateY(120%); transition: transform 380ms var(--sc-ease-out); }
.sheet.is-in .sheet__wrap { transform: none; }
.sheet__bot { position: absolute; left: -.4rem; top: -8.9rem; width: 12rem; z-index: 0; }
.sheet__bot .mascot { --ex: .3; }
.sheet__bot .arm--idle { animation: none; }
.sheet__bot .arm--wave { animation-duration: 1.5s; }
.sheet__hand { position: absolute; left: -.4rem; top: -8.9rem; width: 12rem; height: auto; z-index: 2; pointer-events: none; overflow: visible; }
.sheet__card { position: relative; z-index: 1; overflow: hidden; max-height: 66vh; padding: 1.5rem 1.6rem 1.25rem; border-radius: 24px; color: #fff; --sc-ink: #fff; --sc-ink-soft: color-mix(in oklab, #fff 84%, transparent); --sc-accent: #fff; background: linear-gradient(165deg, var(--ar-blue-lift) 0%, var(--ar-blue) 55%, var(--ar-navy-2) 130%); border: 1px solid color-mix(in oklab, #fff 22%, transparent); box-shadow: 0 -12px 60px -14px rgb(11 22 51 / .55), 0 30px 60px -30px rgb(29 78 216 / .8), inset 0 1px 0 rgb(255 255 255 / .35); }
.sheet__glow { position: absolute; inset: -40% -30% auto auto; width: 24rem; height: 24rem; border-radius: 50%; background: radial-gradient(closest-side, color-mix(in oklab, var(--ar-sky) 70%, transparent), transparent 70%); pointer-events: none; }
.sheet__card > :where(:not(.sheet__glow)) { position: relative; }
.sheet__close { position: absolute; z-index: 3; top: .8rem; right: .8rem; width: 2.2rem; height: 2.2rem; border-radius: 10px; display: grid; place-items: center; color: #fff; background: rgb(255 255 255 / .16); transition: background-color 140ms; }
.sheet__close:hover { background: rgb(255 255 255 / .3); }
.sheet__close .ic { width: 1.1rem; height: 1.1rem; }
.sheet .form { padding: 0; box-shadow: none; border-radius: 0; background: transparent; color: #fff; --sc-ink: #fff; --sc-ink-soft: color-mix(in oklab, #fff 84%, transparent); }
.sheet .form__main { padding-top: .9rem; }
.sheet__tag { display: inline-flex; align-items: center; padding: .3rem .7rem; border-radius: 999px; background: rgb(255 255 255 / .18); color: #fff; font-size: .74rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.sheet h3 { margin-top: .7rem; font-size: 1.45rem; font-weight: 800; letter-spacing: var(--sc-track-snug); line-height: 1.12; text-wrap: balance; padding-right: 1rem; }
.sheet__sub { margin-top: .5rem; font-size: .92rem; color: color-mix(in oklab, #fff 86%, transparent); font-weight: 500; text-wrap: pretty; }
.sheet__form { margin-top: .4rem; }
.sheet .field { margin-top: .7rem; }
.sheet .field label { margin-bottom: .3rem; font-size: .78rem; color: color-mix(in oklab, #fff 85%, transparent); }
.sheet .field input { min-height: 2.9rem; font-size: .98rem; border-color: transparent; color: var(--ar-navy); background: #fff; }
.sheet .field input:focus { border-color: #fff; box-shadow: 0 0 0 3px rgb(255 255 255 / .35); }
.sheet .btn--light { margin-top: .9rem; }
.sheet .consent { margin-top: .7rem; font-size: .76rem; color: color-mix(in oklab, #fff 80%, transparent); }
.sheet .consent a { color: #fff; }
.sheet .consent input { accent-color: #fff; }
.sheet .form__err { color: #fff; background: rgb(11 22 51 / .35); padding: .5rem .7rem; border-radius: 8px; }
.sheet .form__ok { padding: .5rem 0; }
.sheet .form__ok .ok { background: #fff; color: var(--ar-ok); }
.sheet .form__ok p { color: color-mix(in oklab, #fff 86%, transparent); }

/* ---------------------------------------------------------- responsiveness -- */
@media (max-width: 1100px) {
  .bar__links { display: none; }
  .control, .faqgrid { grid-template-columns: 1fr; }
  .ledger__row { grid-template-columns: 2.2rem 10rem 1fr; }
  .shot, .faqgrid__aside { position: static; }
  .pains { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .crm__grid { grid-template-columns: 1fr; }
  .panel { min-height: 0; }
}
@media (max-height: 820px) and (min-width: 861px) {
  .hero__title { font-size: clamp(2rem, 1rem + 2.2vw, 2.9rem); }
  .hero__lead { font-size: 1.05rem; }
  .hero__cta { margin-top: var(--sc-4); }
  .niche { margin-top: var(--sc-4); }
  .tiles { gap: .45rem; }
  .tile { padding: .5rem .6rem .5rem .5rem; font-size: .82rem; }
  .tile__ic { width: 1.9rem; height: 1.9rem; }
  .clock { font-size: clamp(3rem, 1.6rem + 5vw, 6rem); }
  .narr__lines { margin-top: var(--sc-4); min-height: 7rem; }
  .narr__line { font-size: var(--sc-t-lg); }
  .wins li { padding: .55rem .7rem; }
  .wins li span span { display: none; }
  .scene .phone__chat { height: 9.5rem; }
}
@media (max-width: 860px) {
  .bar { padding: 0 .75rem; }
  .bar__in { gap: var(--sc-4); }
  .bar--scrolled .bar__in { max-width: none; padding-inline: .9rem .5rem; }
  .bar__login, .bar .btn { display: none; }
  .burger { display: inline-flex; }
  .hero { padding-top: calc(var(--ar-bar-h) + 1rem); }
  .hero__grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero__title { font-size: var(--sc-t-2xl); }
  .hero__stage { transform: none; padding-top: 1.5rem; }
  .tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plane--phone { width: min(20rem, 90%); }
  .plane--near.n1 { right: -2%; top: 2%; } .plane--near.n2 { right: -2%; bottom: -1%; }
  .plane--mascot { left: -2%; bottom: -2%; width: 6rem; }
  .float { font-size: .84rem; padding: .6rem .8rem .6rem .65rem; }
  .phone__chat--play { height: clamp(15rem, 40svh, 20rem); }
  .stage--split .stage__in { grid-template-columns: 1fr; gap: 1rem; align-content: start; }
  .stage { align-content: start; padding-top: calc(var(--ar-bar-h) + .5rem); }
  .clock { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .narr__lines { min-height: 6.5rem; margin-top: var(--sc-3); }
  .narr__line { font-size: 1.1rem; max-width: none; }
  .wait-mascot { display: none; }
  .stage__phone { width: min(19.5rem, 100%); }
  .act-wait .stage__phone { max-height: 56svh; overflow: clip; border-radius: 30px 30px 0 0; }
  .act-wait .phone { border-radius: 30px 30px 0 0; }
  .phone--tall .phone__chat { min-height: 0; }
  .act-wait .phone__chat { padding: .7rem .7rem .8rem; gap: .45rem; }
  .act-wait .phone__input { display: none; }
  .rail__lead { width: min(78vw, 20rem); }
  .chcard { width: min(76vw, 19rem); height: clamp(22rem, 66svh, 30rem); }
  .crm { padding: .75rem; }
  .panel { padding: 1.5rem 1.1rem; border-radius: 20px; }
  .wins { grid-template-columns: 1fr; }
  .scene { grid-template-columns: 1fr; }
  .scene__mascot { display: none; }
  .steps { grid-template-columns: 1fr; gap: var(--sc-5); }
  .step::before, .step .step__seg { display: none; }
  .step { padding: 1.4rem 1.2rem 1.2rem 3.8rem; margin-top: 0; }
  .step .step__n { top: 1.1rem; left: .9rem; }
  .pains, .plans, .calc, .close__grid { grid-template-columns: 1fr; }
  .close__plate { padding-block: 3rem; }
  .free .btn { margin-inline-start: 0; width: 100%; }
  .foot__grid { grid-template-columns: 1fr 1fr; }
  .foot__grid > :first-child { grid-column: 1 / -1; }
  .ledger__row { grid-template-columns: 2rem 1fr; }
  .ledger__row dd { grid-column: 2; }
  .faq details p { padding-left: 0; }
  .faq-mascot .bubble { display: none; }
  .field--row { grid-template-columns: 1fr; }
  .field--row .field + .field { margin-top: var(--sc-4); }
  .sheet { padding: 0 .5rem .5rem; }
  .sheet__wrap { max-width: none; }
  .sheet__card { max-height: 70svh; padding: 1.1rem 1.1rem 1rem; border-radius: 20px; }
  .sheet__bot, .sheet__hand { left: -.1rem; top: -6.6rem; width: 9rem; }
  .sheet .form__main { padding-top: 2.2rem; }
  .sheet h3 { font-size: 1.2rem; padding-right: 2.4rem; }
  .sheet__sub { display: none; }
  .sheet .field { margin-top: .55rem; }
}
@media (max-width: 400px) {
  .foot__grid { grid-template-columns: 1fr; }
  .tiles { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .msg--typing i, .mascot .eye, .mascot .arm--wave, .mascot .arm--point, .mascot .arm--idle, .mascot .antenna-tip, .mascot .antenna-ring, .mascot .halo, .mascot .head__in, .mascot .shine, .mascot .bar, .mascot--float, .mesh i, .rays, .niche__label .ic { animation: none; }
  .hero .mesh { transform: none; }
  .msg.is-new { animation: none; }
  .plane__in { transition: none; transform: none; }
  .hero__stage { transform: none; }
  .btn, .tile, .bar__in { transition: none; }
  .modal, .modal__card, .sheet__wrap { transition: none; }
  .steps::after { transition: none; }
}
@media (hover: none), (pointer: coarse) { .plane__in { transform: none; } }
