@font-face{font-family: 'Inter'; font-style: normal; font-weight: 300 700; font-display: swap; src: url('/fonts/inter.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}



@font-face{font-family: 'Sora'; font-style: normal; font-weight: 400 600; font-display: swap; src: url('/fonts/sora.woff2') format('woff2');}

:root{
  --teal:#38C9DB; --teal-dark:#5fd6e6; --blue:#2883F9; --ink:#eef2f9;
  --slate:#c2cddf; --slate-light:#94a3b8; --line:#25335a; --bg:#121c31; --soft:#213052;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.wrap{max-width:1120px;margin:0 auto;padding:0 24px}

/* nav */
nav{position:sticky;top:0;z-index:50;background:rgba(18,28,49,.88);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav-in{display:flex;align-items:center;gap:28px;height:64px}
.nav-logo img{height:30px;display:block}
.nav-links{display:flex;gap:22px;font-size:14px;font-weight:500;color:var(--slate)}
.nav-links a:hover{color:var(--ink)}
.nav-cta{margin-left:auto;display:flex;gap:10px;align-items:center}
.btn{display:inline-block;border-radius:10px;font-weight:600;font-size:14px;padding:10px 18px;transition:.15s}
.btn-ghost{color:var(--slate);border:1px solid var(--line)}
.btn-ghost:hover{border-color:var(--blue);color:var(--blue)}
.btn-primary{background:var(--teal-dark);color:#fff}
.btn-primary:hover{background:#0a6273}
.btn-big{padding:14px 26px;font-size:15px;border-radius:12px}

/* hero */
.hero{position:relative;overflow:hidden;padding:84px 0 64px;background:
  radial-gradient(60% 50% at 85% 0%, rgba(56,201,219,.10), transparent 60%),
  radial-gradient(50% 40% at 10% 10%, rgba(40,131,249,.08), transparent 60%)}
/* aurora: slow drifting colour fields, the Medipay answer to Stripe's ribbon */
.aurora{position:absolute;inset:-25% -10% auto -10%;height:150%;pointer-events:none;z-index:0;filter:blur(58px);opacity:.62}
.aurora span{position:absolute;display:block;border-radius:50%;mix-blend-mode:multiply}
.aurora .a1{width:46vw;height:46vw;right:2%;top:2%;background:radial-gradient(circle at 30% 30%,rgba(40,131,249,.55),rgba(40,131,249,0) 70%);animation:drift1 26s ease-in-out infinite}
.aurora .a2{width:40vw;height:40vw;right:20%;top:24%;background:radial-gradient(circle at 50% 50%,rgba(56,201,219,.5),rgba(56,201,219,0) 70%);animation:drift2 32s ease-in-out infinite}
.aurora .a3{width:32vw;height:32vw;right:38%;top:-8%;background:radial-gradient(circle at 50% 50%,rgba(14,124,140,.38),rgba(14,124,140,0) 70%);animation:drift3 38s ease-in-out infinite}
@keyframes drift1{0%,100%{transform:translate3d(0,0,0) scale(1)}33%{transform:translate3d(-7%,6%,0) scale(1.12)}66%{transform:translate3d(5%,-5%,0) scale(.94)}}
@keyframes drift2{0%,100%{transform:translate3d(0,0,0) scale(1)}40%{transform:translate3d(9%,-7%,0) scale(1.15)}70%{transform:translate3d(-6%,4%,0) scale(.9)}}
@keyframes drift3{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(-9%,9%,0) scale(1.2)}}
.hero-grid{position:relative;z-index:1}
.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}
.kicker{display:inline-block;background:rgba(40,131,249,.10);color:var(--blue);font-size:13px;font-weight:600;padding:6px 12px;border-radius:999px;margin-bottom:18px}
h1{font-size:52px;line-height:1.08;letter-spacing:-1.5px;font-weight:700}
.hero p.sub{margin:20px 0 30px;font-size:18px;color:var(--slate);max-width:34rem}
.hero-ctas{display:flex;gap:12px;flex-wrap:wrap}
.hero-note{margin-top:16px;font-size:13px;color:var(--slate-light)}

/* portal mock */
.mock{background:#1a2643;border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 60px -24px rgba(15,23,42,.18);overflow:hidden}
.mock-top{display:flex;align-items:center;gap:6px;padding:10px 14px;border-bottom:1px solid var(--line);background:var(--soft)}
.dot{width:9px;height:9px;border-radius:50%;background:#25335a}
.mock-url{margin-left:8px;font-size:11px;color:var(--slate-light);background:#1a2643;border:1px solid var(--line);border-radius:6px;padding:2px 10px}

/* live dashboard mock in the hero */
.dash{display:grid;grid-template-columns:132px 1fr;background:#1a2643;font-size:11px}
.dash-side{border-right:1px solid var(--line);padding:12px 10px;background:#0e172a;display:flex;flex-direction:column;gap:3px}
.dash-brand{display:flex;align-items:center;gap:7px;margin-bottom:10px}
.dash-badge{width:20px;height:20px;border-radius:6px;background:var(--blue);color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center}
.dash-brand b{font-size:10.5px;letter-spacing:-.2px;line-height:1.25}
.dash-lab{font-size:8.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--slate-light);margin-top:9px}
.dash-nav{color:var(--slate);padding:4px 7px;border-radius:6px}
.dash-nav.on{background:rgba(40,131,249,.10);color:var(--blue);font-weight:600}
.dash-main{padding:14px 16px}
.dash-hi{font-size:14px;font-weight:700;letter-spacing:-.3px}
.dash-sub{color:var(--slate-light);font-size:10px;margin-top:1px}
.dash-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}
.dash-tile{border:1px solid var(--line);border-radius:8px;padding:9px 10px;font-weight:600;color:var(--slate)}
.dash-tile.hot{background:var(--blue);border-color:var(--blue);color:#fff}
.dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}
.dash-stat{border:1px solid var(--line);border-radius:8px;padding:8px 10px}
.dash-stat i{display:block;font-style:normal;font-size:8.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--slate-light)}
.dash-stat b{font-size:13px;letter-spacing:-.3px}
.dash-feed{margin-top:10px;border:1px solid var(--line);border-radius:8px;overflow:hidden}
.dash-row{display:flex;align-items:center;gap:8px;padding:7px 10px;border-bottom:1px solid var(--line);color:var(--slate)}
.dash-row:last-child{border-bottom:0}
.dash-row em{margin-left:auto;font-style:normal;font-weight:700;color:var(--ink)}
.dash-dot{width:6px;height:6px;border-radius:50%;background:var(--blue);flex-shrink:0}
.dash-row.fresh{animation:rowIn .5s ease both}
@keyframes rowIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}
@media(max-width:900px){.dash{grid-template-columns:110px 1fr}.dash-side{display:none}.dash{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){
  .aurora span{animation:none}
  .dash-row.fresh{animation:none}
}

/* marks strip */
.marks{padding:26px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--soft)}
.marks-in{display:flex;align-items:center;justify-content:center;gap:26px;flex-wrap:wrap}
.marks-label{font-size:13px;color:var(--slate)}
.markrow{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.mark{height:34px;display:flex;align-items:center}
.mark svg{height:34px;width:auto;display:block}

/* sections */
section{padding:76px 0}
.sec-kicker{color:var(--blue);font-weight:600;font-size:14px;letter-spacing:.02em}
h2{font-size:34px;letter-spacing:-.8px;line-height:1.15;margin:8px 0 12px}
.sec-sub{color:var(--slate);max-width:40rem;font-size:16.5px}

/* big product tiles */
.big3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}
.card{border:1px solid var(--line);border-radius:16px;padding:26px;background:#1a2643;transition:.15s}
.card:hover{box-shadow:0 16px 40px -20px rgba(15,23,42,.18);transform:translateY(-2px)}
.card .ic{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;background:rgba(40,131,249,.10);color:var(--blue);margin-bottom:14px}
.card h3{font-size:19px;margin-bottom:8px}
.card p{font-size:14.5px;color:var(--slate)}
.card ul{margin-top:12px;font-size:13.5px;color:var(--slate);list-style:none}
.card ul li{padding-left:20px;position:relative;margin-top:6px}
.card ul li:before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:700}

/* feature grid */
.grid6{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:36px}
.feat{border:1px solid var(--line);border-radius:14px;padding:20px;background:#1a2643}
.feat b{font-size:15px;display:flex;align-items:center;gap:8px}
.feat p{font-size:13.5px;color:var(--slate);margin-top:6px}
.soon{background:#eef2ff;color:#4338ca;font-size:10.5px;font-weight:700;letter-spacing:.04em;border-radius:999px;padding:2.5px 8px;text-transform:uppercase}

/* integrations */
.integrations{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.chips{display:flex;gap:14px;flex-wrap:wrap;margin-top:16px}
.chip{display:flex;align-items:center;gap:10px;border:1px solid var(--line);background:#1a2643;border-radius:12px;padding:14px 22px;font-weight:600;font-size:15.5px}
.chip svg{height:26px;width:auto;flex-shrink:0}
.chip-img{padding:12px 22px}
.chip-img img{height:26px;width:auto;max-width:132px;object-fit:contain;display:block}
.int-group{margin-top:32px}
.int-head{font-size:15px;font-weight:700;letter-spacing:-.1px}
.int-note{font-size:14px;color:var(--slate);margin-top:3px}
.int-more{margin-top:30px;font-size:14px;color:var(--slate)}
.int-more a{color:var(--blue);font-weight:600;text-decoration:underline;text-underline-offset:2px}

/* security */
.sec-band{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:34px}
.sec-item{display:flex;gap:12px;border:1px solid var(--line);border-radius:14px;padding:18px;background:#1a2643}
.sec-item .ic{flex-shrink:0;width:38px;height:38px;border-radius:10px;background:rgba(40,131,249,.1);color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:17px}
.sec-item b{font-size:14.5px}
.sec-item p{font-size:13px;color:var(--slate)}

/* CTA */
.cta{background:linear-gradient(135deg,#5fd6e6,#12556b);border-radius:22px;color:#fff;padding:56px;display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap}
.cta h2{color:#fff;margin:0 0 6px}
.cta p{color:rgba(255,255,255,.85);font-size:15.5px}
.btn-white{background:#1a2643;color:var(--teal-dark)}
.btn-white:hover{background:#e7fbfd}

/* how-it-fits diagram */
.how{background:linear-gradient(135deg,#5fd6e6,#12556b);color:#fff;border-top:1px solid var(--line)}
.how h2{color:#fff}
.how-kicker{color:#9fe8f2}
.how-sub{color:rgba(255,255,255,.82);max-width:44rem}
.diagram-scroll{margin-top:38px;overflow-x:auto;-webkit-overflow-scrolling:touch}
.diagram-scroll svg{display:block;width:100%;height:auto;min-width:760px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Helvetica,Arial,sans-serif}
.diagram-scroll .n rect{fill:rgba(255,255,255,.09);stroke:rgba(255,255,255,.22);stroke-width:1}
.diagram-scroll .n text{fill:#1a2643;font-size:14px;font-weight:500}
.diagram-scroll .n text.mk{font-weight:800}
.diagram-scroll .n .ni{color:#7fdcea}
.diagram-scroll .n.nb rect{fill:#1a2643;stroke:rgba(255,255,255,.45);animation:mpBreatheLight 5.5s ease-in-out infinite}
.diagram-scroll .n.nb text{fill:#0f172a}
@keyframes mpBreatheLight{
  0%,100%{stroke:rgba(255,255,255,.45)}
  50%{stroke:rgba(127,220,234,.95)}
}
.diagram-scroll .hub rect{fill:#1a2643}
.diagram-scroll .hub text{fill:#5fd6e6;font-size:20px;font-weight:700;text-anchor:middle;letter-spacing:-.3px}
.diagram-scroll .hub-glow{fill:none;stroke:rgba(127,220,234,.55);stroke-width:2}
.diagram-scroll .cap{fill:rgba(255,255,255,.62);font-size:11.5px;font-weight:700;letter-spacing:.09em}
.diagram-scroll .c{stroke:rgba(255,255,255,.38);stroke-width:1.6;stroke-dasharray:5 6}

/* the diagram runs: dashes march along each connector in the direction money
   and data actually travel, nodes breathe, the hub keeps a slow halo */
.diagram-scroll .c{animation:mpFlow 1.1s linear infinite}
.diagram-scroll .n rect{animation:mpBreathe 5.5s ease-in-out infinite}
.diagram-scroll .hub-glow{animation:mpHalo 3.6s ease-in-out infinite}
@keyframes mpFlow{from{stroke-dashoffset:22}to{stroke-dashoffset:0}}
@keyframes mpBreathe{
  0%,100%{fill:rgba(255,255,255,.09);stroke:rgba(255,255,255,.22)}
  50%{fill:rgba(255,255,255,.15);stroke:rgba(127,220,234,.6)}
}
@keyframes mpHalo{
  0%,100%{opacity:.25;transform:scale(.985)}
  50%{opacity:.75;transform:scale(1.015)}
}
.diagram-scroll .hub-glow{transform-box:fill-box;transform-origin:center}
@media(prefers-reduced-motion:reduce){
  .diagram-scroll .c,.diagram-scroll .n rect,.diagram-scroll .n.nb rect,.diagram-scroll .hub-glow{animation:none}
}

footer{border-top:1px solid var(--line);padding:48px 0 34px;font-size:13.5px;color:var(--slate)}
/* sales chat */
.mpc-panel[hidden]{display:none}
.mpc{position:fixed;right:20px;bottom:20px;z-index:100;font-size:14px}
.mpc-launch{display:flex;align-items:center;gap:9px;border:0;cursor:pointer;background:var(--blue);color:#fff;font-weight:600;font-size:14px;font-family:inherit;padding:12px 18px;border-radius:999px;box-shadow:0 12px 30px -10px rgba(40,131,249,.6);transition:.15s}
.mpc-launch:hover{background:#1a66d6;transform:translateY(-1px)}
.mpc-launch svg{width:18px;height:18px}
.mpc-panel{position:absolute;right:0;bottom:60px;width:340px;max-width:calc(100vw - 40px);background:#1a2643;border:1px solid var(--line);border-radius:16px;box-shadow:0 30px 70px -20px rgba(15,23,42,.35);overflow:hidden;display:flex;flex-direction:column}
.mpc-head{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;border-bottom:1px solid var(--line);background:var(--soft)}
.mpc-head b{display:block;font-size:14.5px}
.mpc-head i{display:block;font-style:normal;font-size:12px;color:var(--slate);margin-top:2px}
.mpc-x{margin-left:auto;background:none;border:0;font-size:22px;line-height:1;color:var(--slate-light);cursor:pointer;padding:0 2px}
.mpc-x:hover{color:var(--ink)}
.mpc-log{padding:14px 16px;display:flex;flex-direction:column;gap:9px;max-height:250px;overflow-y:auto}
.mpc-b{max-width:85%;padding:9px 12px;border-radius:13px;font-size:13.5px;line-height:1.45}
.mpc-them{background:var(--soft);border:1px solid var(--line);border-bottom-left-radius:4px;align-self:flex-start}
.mpc-me{background:var(--blue);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}
.mpc-chips{display:flex;flex-wrap:wrap;gap:6px;padding:0 16px 10px}
.mpc-chip{background:#1a2643;border:1px solid var(--line);border-radius:999px;padding:6px 11px;font-size:12.5px;font-family:inherit;color:var(--slate);cursor:pointer}
.mpc-chip:hover{border-color:var(--blue);color:var(--blue)}
.mpc-input{display:flex;gap:8px;padding:12px 16px 14px;border-top:1px solid var(--line)}
.mpc-input input{flex:1;min-width:0;border:1px solid var(--line);border-radius:9px;padding:9px 11px;font-size:13.5px;font-family:inherit;color:var(--ink)}
.mpc-input input:focus{outline:2px solid rgba(40,131,249,.35);outline-offset:1px;border-color:var(--blue)}
.mpc-input button{flex-shrink:0;border:0;background:var(--blue);color:#fff;border-radius:9px;width:38px;cursor:pointer;display:flex;align-items:center;justify-content:center}
.mpc-input button svg{width:16px;height:16px}
.mpc-done{padding:12px 16px 16px;border-top:1px solid var(--line)}
.mpc-done p{font-size:13px;color:var(--slate);margin-bottom:10px}
.mpc-send{display:block;text-align:center}
.mpc-note{display:block;margin-top:9px;font-size:11.5px;color:var(--slate-light);line-height:1.45}
@media(max-width:560px){
  .mpc{right:12px;bottom:12px}
  .mpc-launch span{display:none}
  .mpc-launch{padding:14px;border-radius:50%}
  .mpc-panel{width:calc(100vw - 24px)}
}

/* ready-to-start */
.ready{border-top:1px solid var(--line)}
.ready-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.ready-cols{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding-top:6px}
.ready-ic{width:34px;height:34px;border-radius:9px;background:rgba(40,131,249,.10);color:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:10px}
.ready-ic svg{width:18px;height:18px}
.ready-col b{font-size:15px;display:block}
.ready-col p{font-size:13.5px;color:var(--slate);margin:5px 0 9px}
.ready-col a{color:var(--blue);font-weight:600;font-size:13.5px}
.ready-col a:hover{text-decoration:underline}

/* footer */
.foot-grid{display:grid;grid-template-columns:1.6fr repeat(4,1fr);gap:30px}
.foot-brand p{margin-top:12px;font-size:13.5px;color:var(--slate);max-width:15rem}
.foot-col{display:flex;flex-direction:column;gap:8px}
.foot-col b{font-size:13.5px;color:var(--ink)}
.foot-col a{font-size:13.5px;color:var(--slate)}
.foot-col a:hover{color:var(--blue)}
.foot-base{margin-top:34px;padding-top:20px;border-top:1px solid var(--line);font-size:13px;color:var(--slate-light)}
@media(max-width:900px){
  .ready-grid{grid-template-columns:1fr;gap:34px}
  .foot-grid{grid-template-columns:1fr 1fr;gap:26px}
}


/* lucide icons */
.ic svg{width:22px;height:22px}
.feat b svg{width:17px;height:17px;color:var(--blue);flex-shrink:0}
.sec-item .ic svg{width:19px;height:19px}

@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr}
  h1{font-size:38px}
  .big3,.grid6{grid-template-columns:1fr}
  .sec-band{grid-template-columns:1fr}
  .cta{padding:36px}
  /* keep the nav links reachable: logo + CTAs on row one, links wrap below */
  .nav-in{flex-wrap:wrap;height:auto;gap:0;padding-top:10px;padding-bottom:8px}
  .nav-logo{order:1}
  .nav-cta{order:2;margin-left:auto}
  .nav-links{order:3;flex-basis:100%;gap:18px;margin-top:8px;padding-bottom:2px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .nav-links::-webkit-scrollbar{display:none}
  .nav-links a{white-space:nowrap}
}
@media(max-width:560px){
  .btn{padding:9px 14px;font-size:13.5px}
  .nav-logo img{height:26px}
}

/* ============ HULY SKIN (preview) ============
   Language: Huly - aurora beam hero on void, alternating dark and light
   bands, pill controls, dark charcoal cards even on light sections, Sora
   (Esbuild's listed substitute) for display, Inter for UI.
   Identity: Medipay - Huly runs on exactly two accents (cool iris + warm
   ember); Medipay owns exactly two brand colours, so logo blue #2883F9
   takes the iris seat and teal #38C9DB the ember seat. The aurora is the
   logo's own palette painted as a beam. */
:root{
  --canvas:#dce4f0; --hvoid:#090a0c; --charcoal:#111111; --edge:#4a4b50;
  --smoke2:#7e8ca6; --ash2:#a9a9aa; --frost:#33436f; --linen:#0e172a;
  --inkl:#eef2f9; --blue:#2883F9; --teal:#38C9DB;
}
html{scroll-behavior:smooth}
body{background:var(--hvoid);color:#fff;
  font-family:'Inter',ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  letter-spacing:-0.01em}
h1,h2{font-family:'Sora',ui-sans-serif,system-ui,sans-serif;font-weight:500;color:#fff}
h1{font-size:56px;line-height:0.95;letter-spacing:-2.4px}
h2{font-size:38px;line-height:1.05;letter-spacing:-1.4px}
h3{color:#fff;font-weight:600}

/* nav */
nav{background:rgba(9,10,12,.7);border-bottom:1px solid rgba(74,75,80,.5);backdrop-filter:blur(12px)}
.nav-links{color:#fff;font-size:14px;font-weight:400}
.nav-links a:hover{color:var(--teal)}
.btn{border-radius:9999px;font-weight:500;font-size:14px;letter-spacing:-0.01em;transition:.15s}
.btn-ghost{color:#fff;border:1px solid var(--edge);background:transparent}
.btn-ghost:hover{background:#1a2643;color:var(--hvoid);border-color:#fff}
.btn-primary{background:var(--blue);color:#fff;border:0}
.btn-primary:hover{background:#4a97ff}

/* hero: void canvas, the beam, white pill as the hero action */
.hero{background:var(--hvoid);padding:96px 0 96px;position:relative;overflow:hidden}
.kicker{background:rgba(56,201,219,.12);border:0;color:var(--teal);font-weight:500;border-radius:9999px}
.hero p.sub{color:var(--ash2);font-size:16px}
.hero-note{display:none}
.hero-ctas .btn-primary{background:#1a2643;color:var(--hvoid)}
.hero-ctas .btn-primary:hover{background:var(--frost)}
.hero-ctas .btn-big{padding:12px 24px;font-size:14px}
.hero-grid{position:relative;z-index:1}
/* the aurora element becomes the beam: blue through teal to white */
.aurora{display:block;position:absolute;inset:0;filter:none;opacity:1;pointer-events:none;z-index:0}
.aurora::before{content:"";position:absolute;left:30%;top:-10%;width:18%;height:120%;
  transform:rotate(14deg);
  background:linear-gradient(180deg,rgba(40,131,249,.55),rgba(56,201,219,.75) 55%,rgba(255,255,255,.9));
  filter:blur(46px)}
.aurora::after{content:"";position:absolute;left:12%;bottom:-30%;width:60%;height:60%;
  background:radial-gradient(closest-side,rgba(56,201,219,.35),rgba(40,131,249,.12),transparent 75%);
  filter:blur(30px)}
.aurora span{display:none}
@media(prefers-reduced-motion:reduce){.aurora::before,.aurora::after{filter:blur(46px)}}
.hero-grid>.mock::after{content:none}

/* mock floats over the beam with the xl shadow */
.mock{background:var(--charcoal);border:1px solid var(--edge);border-radius:12px;
  box-shadow:rgba(0,0,0,.5) 0 6px 25px}
.mock-top{background:#0e0e10;border-bottom:1px solid var(--edge)}
.dot{background:var(--edge)}
.mock-url{background:var(--hvoid);border:1px solid var(--edge);color:var(--smoke2);border-radius:9999px}
.dash{background:var(--charcoal)}
.dash-side{background:var(--charcoal);border-right:1px solid #232427}
.dash-brand b{color:#fff}
.dash-lab{color:var(--smoke2)}
.dash-nav{color:var(--ash2);border-radius:9999px}
.dash-nav.on{background:rgba(40,131,249,.16);color:#fff}
.dash-hi{color:#fff}
.dash-sub{color:var(--smoke2)}
.dash-tile{border:1px solid var(--edge);color:var(--ash2);background:transparent;border-radius:9999px}
.dash-tile.hot{background:var(--blue);border-color:var(--blue);color:#fff}
.dash-stat{border:1px solid #232427;border-radius:12px}
.dash-stat i{color:var(--smoke2)}
.dash-stat b{color:#fff}
#gild stop:nth-child(1){stop-color:#2883F9}
#gild stop:nth-child(2){stop-color:#7fdcea}
#gild stop:nth-child(3){stop-color:#38C9DB}
#gild stop:nth-child(4){stop-color:rgba(56,201,219,0)}
.dash-feed{border:1px solid #232427;border-radius:12px}
.dash-row{border-bottom:1px solid #232427;color:var(--ash2)}
.dash-row em{color:#fff}
.dash-dot{background:var(--teal)}

/* marks: hero tail, dark */
.marks{background:var(--hvoid);border-color:#232427}
.marks-label{color:var(--smoke2);font-size:13px}

/* ---- alternating bands: Huly's structural rhythm ---- */
section{padding:96px 0}
.sec-kicker,.how-kicker{display:none}

/* light band: product (white) - dark charcoal cards on white, their signature */
#product{background:#1a2643}
#product h2{color:var(--inkl)}
#product .sec-sub{color:var(--canvas)}
.card,.feat{background:var(--charcoal);border:1px solid var(--edge);border-radius:12px;box-shadow:none}
.card{position:relative;overflow:hidden}
.card::after{content:"";position:absolute;right:-60px;bottom:-60px;width:220px;height:220px;
  background:radial-gradient(closest-side,rgba(56,201,219,.22),transparent 70%);pointer-events:none}
.card:hover{box-shadow:none;transform:none;border-color:var(--smoke2)}
.card h3{color:#fff;font-size:18px}
.card p,.feat p,.card ul{color:var(--ash2)}
.card ul li:before{color:var(--teal)}
.card .ic{background:rgba(40,131,249,.16);color:#7ab2ff;border:0;border-radius:9999px}
.feat b{color:#fff;font-weight:500;font-size:14px}
.feat b svg{color:var(--teal)}
.soon{background:rgba(56,201,219,.12);border:0;color:var(--teal);border-radius:9999px}

/* light band: integrations (linen) */
.integrations{background:var(--linen);border:0}
.integrations h2{color:var(--inkl)}
.integrations .sec-sub{color:var(--canvas)}
.int-head{color:var(--inkl);font-weight:600}
.int-note{color:#a3b1c9}
.chip{background:#1a2643;border:1px solid var(--frost);border-radius:9999px;color:var(--inkl);font-weight:500;font-size:14px}
.chip-img{border-radius:9999px}
.int-more{color:#a3b1c9}
.int-more a{color:var(--blue)}
#integrations .sec-kicker{display:none}

/* dark band: the diagram */
.how{background:var(--canvas);border:0}
.how h2{color:#fff}
.how-sub{color:var(--ash2)}
.diagram-scroll .n rect{fill:#111111;stroke:#4a4b50}
.diagram-scroll .n text{fill:#25335a}
.diagram-scroll .n .ni{color:var(--teal)}
.diagram-scroll .c{stroke:#a3b1c9}
.diagram-scroll .cap{fill:var(--teal);font-weight:600}
.diagram-scroll .hub rect{fill:#1a2643}
.diagram-scroll .hub text{fill:var(--hvoid)}
.diagram-scroll .hub-glow{stroke:rgba(56,201,219,.55)}
@keyframes mpBreathe{
  0%,100%{fill:#111111;stroke:#4a4b50}
  50%{fill:#16171a;stroke:rgba(56,201,219,.5)}
}
@keyframes mpBreatheLight{
  0%,100%{stroke:rgba(255,255,255,.4)}
  50%{stroke:rgba(40,131,249,.7)}
}
.diagram-scroll .n.nb rect{stroke:rgba(255,255,255,.4)}

/* light band: security */
#security{background:#1a2643}
#security h2{color:var(--inkl)}
.sec-item{background:var(--charcoal);border:1px solid var(--edge);border-radius:12px;box-shadow:none}
.sec-item .ic{background:rgba(40,131,249,.16);color:#7ab2ff;border:0;border-radius:9999px}
.sec-item b{color:#fff}
.sec-item p{color:var(--ash2)}

/* dark band: closing CTA, panel radius 30 with the sunburst */
.cta{background:var(--charcoal);border:1px solid var(--edge);border-radius:30px;box-shadow:none;
  position:relative;overflow:hidden}
.cta::after{content:"";position:absolute;right:-80px;top:-80px;width:340px;height:340px;
  background:radial-gradient(closest-side,rgba(40,131,249,.3),rgba(56,201,219,.14),transparent 75%);pointer-events:none}
.cta h2{color:#fff}
.cta p{color:var(--ash2)}
.cta>div{position:relative;z-index:1}
.btn-white{background:var(--blue);color:#fff;border-radius:9999px}
.btn-white:hover{background:#4a97ff}
.cta a.btn[style]{border-color:var(--edge)!important;color:#fff!important;border-radius:9999px}

/* light band: ready */
.ready{background:var(--linen);border:0}
.ready h2{color:var(--inkl)}
.ready .sec-sub{color:var(--canvas)}
.ready .btn-primary{background:var(--blue);color:#fff}
.ready .btn-ghost{border-color:#b9bbc3;color:var(--inkl)}
.ready .btn-ghost:hover{background:var(--inkl);color:#fff;border-color:var(--inkl)}
.ready-ic{background:rgba(40,131,249,.12);color:var(--blue);border:0;border-radius:9999px}
.ready-col b{color:var(--inkl);font-weight:600}
.ready-col p{color:#c2cddf}
.ready-col a{color:var(--blue)}

/* footer: void */
footer{background:var(--hvoid);border-top:1px solid #232427;color:var(--smoke2)}
.foot-brand p{color:var(--smoke2)}
.foot-col b{color:#fff;font-weight:500}
.foot-col a{color:var(--smoke2)}
.foot-col a:hover{color:#fff}
.foot-base{border-top:1px solid #232427;color:var(--smoke2)}

/* chat */
.mpc-launch{background:var(--blue);color:#fff;box-shadow:rgba(0,0,0,.35) 0 4px 16px;font-weight:500}
.mpc-launch:hover{background:#4a97ff;transform:none}
.mpc-panel{background:var(--charcoal);border:1px solid var(--edge);box-shadow:rgba(0,0,0,.5) 0 6px 25px;border-radius:12px}
.mpc-head{background:#0e0e10;border-bottom:1px solid var(--edge)}
.mpc-head b{color:#fff}
.mpc-head i{color:var(--smoke2)}
.mpc-x{color:var(--smoke2)}
.mpc-x:hover{color:#fff}
.mpc-them{background:rgba(255,255,255,.05);border:1px solid var(--edge);color:#25335a}
.mpc-me{background:var(--blue);color:#fff}
.mpc-chip{background:rgba(56,201,219,.12);border:0;color:var(--teal)}
.mpc-chip:hover{background:rgba(56,201,219,.22);color:var(--teal)}
.mpc-input{border-top:1px solid var(--edge)}
.mpc-input input{background:rgba(255,255,255,.04);border:1px solid var(--edge);color:#25335a;border-radius:9999px}
.mpc-input input:focus{outline:none;border-color:var(--blue)}
.mpc-input button{background:var(--blue);color:#fff;border-radius:9999px}
.mpc-done{border-top:1px solid var(--edge)}
.mpc-done p{color:var(--smoke2)}
.mpc-send{background:var(--blue)!important;color:#fff!important;border-radius:9999px}
.mpc-note{color:var(--smoke2)}

@media(max-width:900px){
  h1{font-size:36px;letter-spacing:-1.4px}
  h2{font-size:29px}
  .aurora::before{left:55%;width:34%}
}
/* ============ end huly skin ============ */
/* ============ HULY LIGHT + MOTION (preview) ============
   Nikita, 14 Sep: white as the dominant canvas instead of black. The Huly
   rhythm survives inverted: light-first page, one dark band (the diagram),
   charcoal cards and the dark product mock carrying the contrast. */
body{background:#1a2643;color:#dce4f0}
h1,h2{color:#eef2f9}
nav{background:rgba(255,255,255,.78);border-bottom:1px solid #25335a}
.nav-links{color:#dce4f0}
.nav-links a:hover{color:var(--blue)}
.btn-ghost{color:#eef2f9;border:1px solid #33436f}
.btn-ghost:hover{background:#2883F9;color:#fff;border-color:#eef2f9}
.nav-cta .btn-primary{background:#2883F9;color:#fff}
.nav-cta .btn-primary:hover{background:#dce4f0}
.hero{background:#1a2643}
.hero p.sub{color:#c2cddf}
.hero-ctas .btn-primary{background:var(--blue);color:#fff}
.hero-ctas .btn-primary:hover{background:#4a97ff}
.aurora::before{background:linear-gradient(180deg,rgba(40,131,249,.55),rgba(56,201,219,.6) 55%,rgba(255,255,255,0));opacity:.85}
.aurora::after{background:radial-gradient(closest-side,rgba(56,201,219,.28),rgba(40,131,249,.1),transparent 75%)}
.marks{background:#1a2643;border-color:#25335a}
.marks-label{color:#a3b1c9}
.how{background:var(--canvas)}
.cta{background:var(--charcoal)}
.ready{background:var(--linen)}
footer{background:#1a2643;border-top:1px solid #25335a;color:#a3b1c9}
.foot-brand p{color:#a3b1c9}
.foot-col b{color:#eef2f9}
.foot-col a{color:#a3b1c9}
.foot-col a:hover{color:#eef2f9}
.foot-base{border-top:1px solid #25335a;color:#7e8ca6}

/* scroll reveal: elements enter with a short rise, card grids stagger.
   Motivation: hierarchy - each band introduces itself in reading order.
   Driven by IntersectionObserver (no scroll listeners), once per element,
   fully disabled under prefers-reduced-motion. */
.rv{opacity:0;transform:translateY(22px);
  transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);
  transition-delay:calc(var(--i,0) * 70ms)}
.rv.in{opacity:1;transform:none}
.hero .rv{transition-duration:.9s}
.mock.rv{transform:translateY(28px) scale(.985)}
@media(prefers-reduced-motion:reduce){
  .rv{opacity:1;transform:none;transition:none}
}
/* ============ end huly light + motion ============ */
/* ============ DIAGRAM STORY (Huly light) ============
   When the diagram enters the viewport it tells the payment's journey in
   order: the systems a practice runs, the ways money comes in, the hub,
   what comes back, then settlement. Delays are set per element by script
   from real SVG geometry (data-story is only set when motion is allowed;
   without it everything is simply visible). */
.diagram-scroll[data-story].rv{opacity:1;transform:none;transition:none}
.diagram-scroll[data-story] .n,
.diagram-scroll[data-story] .hub{opacity:0;transform:translateY(10px);transform-box:fill-box;transform-origin:center;
  transition:opacity .55s ease,transform .6s cubic-bezier(.16,1,.3,1);transition-delay:var(--d,0ms)}
.diagram-scroll[data-story] .hub{transform:scale(.86)}
.diagram-scroll[data-story] .c,
.diagram-scroll[data-story] .cap{opacity:0;transition:opacity .45s ease;transition-delay:var(--d,0ms)}
.diagram-scroll[data-story].in .n,
.diagram-scroll[data-story].in .hub{opacity:1;transform:none}
.diagram-scroll[data-story].in .c,
.diagram-scroll[data-story].in .cap{opacity:1}
/* the hub announces itself with one halo burst on arrival, then settles into its slow breathe */
.diagram-scroll[data-story].in .hub-glow{animation:mpHalo 3.6s ease-in-out infinite,mpBurst .9s ease-out 1;animation-delay:var(--hub,0ms)}
@keyframes mpBurst{0%{opacity:0;transform:scale(.9)}40%{opacity:1;transform:scale(1.06)}100%{opacity:.5;transform:scale(1)}}
/* ============ end diagram story ============ */
/* ============ ALL LIGHT (Nikita, 14 Sep: no dark accents) ============
   Every surface white or linen, hairline borders, the product mock in the
   portal's real light mode, blue as the single strong accent, teal-dark
   for small labels and icons where teal itself would not pass contrast. */
:root{--tdark:#5fd6e6}
.nav-cta .btn-primary{background:var(--blue);color:#fff}
.nav-cta .btn-primary:hover{background:#4a97ff}
.btn-ghost{color:#eef2f9;border:1px solid #33436f;background:#1a2643}
.btn-ghost:hover{background:#213052;color:#eef2f9;border-color:#b9bbc3}

/* mock: portal light mode */
.mock{background:#1a2643;border:1px solid #25335a;box-shadow:rgba(0,0,0,.12) 0 12px 40px}
.mock-top{background:#213052;border-bottom:1px solid #25335a}
.dot{background:#33436f}
.mock-url{background:#1a2643;border:1px solid #33436f;color:#a3b1c9}
.dash{background:#1a2643}
.dash-side{background:#0e172a;border-right:1px solid #25335a}
.dash-brand b{color:#eef2f9}
.dash-lab{color:#7e8ca6}
.dash-nav{color:#c2cddf}
.dash-nav.on{background:rgba(40,131,249,.10);color:var(--blue)}
.dash-hi{color:#eef2f9}
.dash-sub{color:#7e8ca6}
.dash-tile{border:1px solid #25335a;color:#c2cddf;background:#1a2643}
.dash-tile.hot{background:var(--blue);border-color:var(--blue);color:#fff}
.dash-stat{border:1px solid #25335a}
.dash-stat i{color:#7e8ca6}
.dash-stat b{color:#eef2f9}
.dash-feed{border:1px solid #25335a}
.dash-row{border-bottom:1px solid #25335a;color:#c2cddf}
.dash-row em{color:#eef2f9}

/* cards */
.card,.feat,.sec-item{background:#1a2643;border:1px solid #25335a}
.card:hover{border-color:#c7c9d1}
.card h3{color:#eef2f9}
.card p,.feat p,.card ul,.sec-item p{color:#c2cddf}
.card ul li:before{color:var(--tdark)}
.card .ic,.sec-item .ic,.ready-ic{background:rgba(40,131,249,.10);color:var(--blue)}
.feat b,.sec-item b{color:#eef2f9}
.feat b svg{color:var(--tdark)}
.soon{background:rgba(56,201,219,.14);color:var(--tdark)}
#product .sec-sub,#security .sec-sub{color:#c2cddf}

/* diagram on linen, light nodes, blue hub */
.how{background:var(--linen)}
.how h2{color:#eef2f9}
.how-sub{color:#c2cddf}
.diagram-scroll .n rect{fill:#1a2643;stroke:#33436f}
.diagram-scroll .n text{fill:#eef2f9}
.diagram-scroll .n .ni{color:var(--tdark)}
.diagram-scroll .c{stroke:#b9bbc3}
.diagram-scroll .cap{fill:var(--tdark)}
.diagram-scroll .n.nb rect{stroke:#33436f}
.diagram-scroll .hub rect{fill:var(--blue)}
.diagram-scroll .hub text{fill:#1a2643}
.diagram-scroll .hub-glow{stroke:rgba(40,131,249,.45)}
@keyframes mpBreathe{
  0%,100%{fill:#1a2643;stroke:#33436f}
  50%{fill:#1a2643;stroke:rgba(40,131,249,.55)}
}
@keyframes mpBreatheLight{
  0%,100%{stroke:#33436f}
  50%{stroke:rgba(40,131,249,.55)}
}

/* closing CTA: linen panel with the soft beam glow */
.cta{background:var(--linen);border:1px solid #25335a}
.cta::after{background:radial-gradient(closest-side,rgba(40,131,249,.22),rgba(56,201,219,.14),transparent 75%)}
.cta h2{color:#eef2f9}
.cta p{color:#c2cddf}
.cta a.btn[style]{border-color:#c7c9d1!important;color:#eef2f9!important;background:#1a2643}

/* chat: light panel */
.mpc-panel{background:#1a2643;border:1px solid #25335a;box-shadow:rgba(0,0,0,.15) 0 12px 40px}
.mpc-head{background:#213052;border-bottom:1px solid #25335a}
.mpc-head b{color:#eef2f9}
.mpc-head i{color:#a3b1c9}
.mpc-x{color:#7e8ca6}
.mpc-x:hover{color:#eef2f9}
.mpc-them{background:#213052;border:1px solid #25335a;color:#dce4f0}
.mpc-chip{background:rgba(56,201,219,.14);color:var(--tdark)}
.mpc-chip:hover{background:rgba(56,201,219,.26);color:var(--tdark)}
.mpc-input{border-top:1px solid #25335a}
.mpc-input input{background:#1a2643;border:1px solid #33436f;color:#eef2f9}
.mpc-done{border-top:1px solid #25335a}
.mpc-done p{color:#c2cddf}
.mpc-note{color:#a3b1c9}
/* ============ end all light ============ */
/* ============ MOTION, LOUDER (Nikita, 14 Sep: "I don't see them") ============
   Reveal distances doubled, cards scale up as they arrive, staggers
   lengthened, and true scroll-driven parallax on the hero beam and the
   product mock. Still no scroll listeners; still off under reduced motion. */
.rv{transform:translateY(44px);
  transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);
  transition-delay:calc(var(--i,0) * 110ms)}
.card.rv,.feat.rv,.sec-item.rv,.chip.rv,.ready-col.rv{transform:translateY(44px) scale(.96)}
section h2.rv{transform:translateY(28px)}
.mock.rv{transform:translateY(60px) scale(.97)}
.rv.in{transform:none}
/* the beam drifts and the mock settles as the page scrolls away from the hero */
@supports (animation-timeline: scroll()){
  @media(prefers-reduced-motion:no-preference){
    .aurora::before{animation:mpBeamDrift linear both;animation-timeline:scroll(root);animation-range:0 90vh}
    .hero-grid>.mock{animation:mpMockLift linear both;animation-timeline:scroll(root);animation-range:0 90vh}
    .hero-grid>div:first-child{animation:mpCopyFade linear both;animation-timeline:scroll(root);animation-range:0 70vh}
  }
}
@keyframes mpBeamDrift{from{translate:0 0;rotate:14deg}to{translate:12vw -18vh;rotate:22deg}}
@keyframes mpMockLift{from{translate:0 0}to{translate:0 -14vh}}
@keyframes mpCopyFade{from{opacity:1;translate:0 0}to{opacity:.35;translate:0 -6vh}}
/* ============ end motion louder ============ */

/* ============ inner pages (built by build.py) ============ */
.page-hero{padding:72px 0 40px}
.page-hero h1{font-size:44px;line-height:1.02;letter-spacing:-1.6px;max-width:16em}
.page-hero .lede{color:#c2cddf;font-size:18px;max-width:40rem;margin-top:16px}
.page-hero .eyebrow{display:inline-block;background:rgba(56,201,219,.12);color:#5fd6e6;font-size:13px;font-weight:500;padding:6px 12px;border-radius:9999px;margin-bottom:18px}
.page-hero .brandmark{height:40px;width:auto;max-width:180px;display:block;margin-bottom:22px}
.page-hero .brandmark.sm{height:34px}
.status-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid #33436f;border-radius:9999px;padding:6px 12px;font-size:13px;color:#dce4f0;margin-left:10px;vertical-align:middle}
.status-pill i{width:8px;height:8px;border-radius:50%;background:#38C9DB;display:inline-block}
.status-pill.rolling i{background:#ff8964}
.prose{max-width:44rem;color:#dce4f0;font-size:16px;line-height:1.6}
.prose h2{font-size:28px;letter-spacing:-.9px;margin:40px 0 12px}
.prose p{margin:0 0 14px}
.two{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:36px}
.steps{counter-reset:s;list-style:none;display:grid;gap:12px;margin-top:10px}
.steps li{position:relative;padding:16px 18px 16px 54px;border:1px solid #25335a;border-radius:12px;background:#1a2643;color:#dce4f0;font-size:15px}
.steps li::before{counter-increment:s;content:counter(s);position:absolute;left:16px;top:14px;width:26px;height:26px;border-radius:50%;background:rgba(40,131,249,.10);color:#2883F9;font-weight:600;font-size:13px;display:flex;align-items:center;justify-content:center}
.ticks{list-style:none;display:grid;gap:10px;margin-top:10px}
.ticks li{position:relative;padding-left:26px;color:#dce4f0;font-size:15px}
.ticks li::before{content:"";position:absolute;left:0;top:6px;width:14px;height:14px;border-radius:50%;background:rgba(56,201,219,.18)}
.ticks li::after{content:"";position:absolute;left:4px;top:9px;width:6px;height:4px;border-left:2px solid #5fd6e6;border-bottom:2px solid #5fd6e6;transform:rotate(-45deg)}
.pricelist{border:1px solid #25335a;border-radius:12px;overflow:hidden;margin-top:12px}
.pricelist div{display:flex;justify-content:space-between;gap:16px;padding:12px 16px;border-bottom:1px solid #25335a;font-size:14.5px}
.pricelist div:last-child{border-bottom:0}
.pricelist small{display:block;color:#a3b1c9;font-size:12.5px;margin-top:2px}
.pricelist b{font-weight:500;white-space:nowrap}
.note{font-size:13px;color:#a3b1c9;margin-top:10px}
.faq details{border:1px solid #25335a;border-radius:12px;padding:0 18px;background:#1a2643;margin-top:10px}
.faq summary{cursor:pointer;padding:16px 0;font-weight:500;color:#eef2f9;list-style:none;display:flex;justify-content:space-between;gap:16px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:#2883F9;font-weight:500}
.faq details[open] summary::after{content:"\2212"}
.faq details p{color:#dce4f0;font-size:15px;line-height:1.6;padding:0 0 16px;margin:0}
.faq h2{font-size:22px;letter-spacing:-.5px;margin:36px 0 4px}
.log{list-style:none;margin-top:20px}
.log li{display:grid;grid-template-columns:120px 1fr;gap:20px;padding:20px 0;border-bottom:1px solid #25335a}
.log time{color:#a3b1c9;font-size:13px;padding-top:4px}
.log b{display:block;font-weight:500;color:#eef2f9;font-size:16px}
.log p{color:#c2cddf;font-size:14.5px;margin-top:6px;line-height:1.55}
.tag{display:inline-block;border-radius:9999px;padding:2px 9px;font-size:11px;font-weight:500;margin-right:8px;vertical-align:middle}
.tag.New{background:rgba(40,131,249,.12);color:#2883F9}
.tag.Improved{background:rgba(56,201,219,.16);color:#5fd6e6}
.tag.Fixed{background:rgba(255,137,100,.16);color:#a0421f}
.form{display:grid;gap:14px;max-width:32rem;margin-top:24px}
.form label{display:grid;gap:6px;font-size:13.5px;color:#dce4f0;font-weight:500}
.form input,.form select,.form textarea{border:1px solid #33436f;border-radius:9999px;padding:11px 16px;font:inherit;font-size:14.5px;color:#eef2f9;background:#1a2643}
.form textarea{border-radius:14px;min-height:96px;resize:vertical}
.form input:focus,.form select:focus,.form textarea:focus{outline:none;border-color:#2883F9;box-shadow:0 0 0 4px rgba(40,131,249,.14)}
.form .hp{position:absolute;left:-9999px;opacity:0;height:0;width:0}
.form .msg{font-size:14px;color:#5fd6e6}
.form .msg.err{color:#a0421f}
.status-card{border:1px solid #25335a;border-radius:12px;padding:22px;display:flex;align-items:center;gap:14px;margin-top:24px;max-width:32rem}
.status-card i{width:12px;height:12px;border-radius:50%;background:#33436f;flex-shrink:0}
.status-card.ok i{background:#27a644}
.status-card.down i{background:#eb5757}
.status-card b{display:block;font-weight:500;color:#eef2f9}
.status-card span{font-size:13px;color:#a3b1c9}
.grid-links{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}
.grid-links a{border:1px solid #25335a;border-radius:12px;padding:18px;background:#1a2643;color:#eef2f9;font-weight:500;transition:.15s}
.grid-links a small{display:block;color:#a3b1c9;font-weight:400;font-size:13px;margin-top:4px}
.grid-links a:hover{border-color:#2883F9}
.grid-links img{height:24px;width:auto;max-width:110px;display:block;margin-bottom:10px}
.demo-embed{margin-top:24px;border:1px solid #25335a;border-radius:12px;overflow:hidden;min-height:620px}
@media(max-width:900px){
  .page-hero h1{font-size:32px;letter-spacing:-1px}
  .two,.grid-links{grid-template-columns:1fr}
  .log li{grid-template-columns:1fr;gap:6px}
}
/* articles */
.tpl{white-space:pre-wrap;background:#213052;border:1px solid #25335a;border-radius:12px;padding:16px 18px;font:inherit;font-size:15px;color:#dce4f0;line-height:1.55;margin:8px 0 18px}
.gloss{display:grid;grid-template-columns:200px 1fr;gap:12px 24px;margin-top:16px}
.gloss dt{font-weight:600;color:#eef2f9}
.gloss dd{margin:0;color:#dce4f0;font-size:15px;line-height:1.55}
.cmp-wrap{overflow-x:auto;margin-top:8px}
.cmp{width:100%;border-collapse:collapse;font-size:15px;min-width:640px}
.cmp th,.cmp td{text-align:left;padding:14px 16px;border-bottom:1px solid #25335a;vertical-align:top;color:#dce4f0}
.cmp thead th{font-size:13px;color:#a3b1c9;font-weight:500;letter-spacing:.02em}
.cmp tbody th{font-weight:500;color:#eef2f9;width:38%}
.cmp .us{background:rgba(40,131,249,.06);color:#eef2f9}
@media(max-width:900px){.gloss{grid-template-columns:1fr;gap:4px 0}.gloss dd{margin-bottom:14px}}

/* accessibility + mobile menu */
.skip{position:absolute;left:-9999px;top:8px;background:#2883F9;color:#fff;padding:10px 14px;border-radius:9999px;z-index:200;font-weight:500}
.skip:focus{left:12px}
:focus-visible{outline:2px solid #2883F9;outline-offset:3px;border-radius:6px}
.btn:focus-visible,.mpc-launch:focus-visible{outline-offset:2px}
.nav-toggle{display:none;border:1px solid #33436f;background:#1a2643;border-radius:9999px;width:40px;height:40px;padding:0;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:4px;margin-left:auto}
.nav-toggle span{display:block;width:16px;height:2px;background:#2883F9;border-radius:2px;transition:.2s}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
@media(max-width:900px){
  .nav-in{flex-wrap:nowrap;height:64px;padding:0}
  .nav-toggle{display:flex;order:3}
  .nav-cta{order:2;margin-left:auto;margin-right:10px}
  .nav-cta .btn-ghost{display:none}
  .nav-links{display:none;position:absolute;left:0;right:0;top:64px;background:#1a2643;border-bottom:1px solid #25335a;flex-direction:column;gap:0;padding:8px 16px 16px;margin:0;overflow:visible;box-shadow:rgba(0,0,0,.08) 0 12px 30px}
  .nav-links.open{display:flex}
  .nav-links a{padding:12px 8px;border-bottom:1px solid #1b2642;font-size:16px}
  .nav-links a:last-child{border-bottom:0}
}
/* product screenshots (build.py shot()) */
.shot{margin:40px 0 0}
.shot-frame{background:#1a2643;border:1px solid #25335a;border-radius:16px;overflow:hidden;box-shadow:0 30px 70px -40px rgba(5,5,6,.35),0 1px 2px rgba(5,5,6,.04)}
.shot-frame img,.shot-frame video{display:block;width:100%;height:auto}
.shot-bar{height:36px;background:#213052;border-bottom:1px solid #25335a;display:flex;align-items:center;gap:6px;padding:0 14px}
.shot-bar i{width:10px;height:10px;border-radius:50%;background:#33436f}
.shot-bar span{margin-left:12px;font-size:12px;color:#7e8ca6;background:#1a2643;border:1px solid #25335a;border-radius:9999px;padding:3px 12px;font-variant-numeric:tabular-nums}
.shot figcaption{font-size:14px;color:#a3b1c9;margin-top:14px;text-align:center;line-height:1.5}
.shot-phone{max-width:340px;margin-left:auto;margin-right:auto}
.shot-phone .shot-frame{border-radius:40px;border:9px solid #111318;background:#111318;box-shadow:0 40px 80px -40px rgba(5,5,6,.45)}
.shot-phone .shot-frame img{border-radius:31px}
.prose .shot{margin:28px 0 36px}
.showcase{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center;margin-top:72px;padding-top:64px;border-top:1px solid #1b2642}
.showcase h3{font-family:"Sora","Esbuild",Inter,system-ui,sans-serif;font-size:32px;line-height:1.08;letter-spacing:-1px;margin:12px 0 16px;color:#eef2f9}
.showcase p{color:#c2cddf;font-size:17px;line-height:1.6;margin:0 0 22px;max-width:34rem}
.showcase .shot{margin:0}
.showcase .sec-kicker{display:inline-block}
.showcase-wide{margin-top:64px}
@media(max-width:820px){.showcase{grid-template-columns:1fr;gap:36px;margin-top:56px;padding-top:44px}.showcase h3{font-size:26px}.shot-phone{max-width:300px}}
/* site search */
.nav-search{border:1px solid #33436f;background:#1a2643;border-radius:9999px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#dce4f0;padding:0;flex:none}
.nav-search:hover{border-color:#2883F9;color:#2883F9}
.nav-search svg{width:16px;height:16px}
.mps[hidden]{display:none}
.mps{position:fixed;inset:0;z-index:300}
.mps-backdrop{position:absolute;inset:0;background:rgba(5,5,6,.35);backdrop-filter:blur(2px)}
.mps-box{position:relative;max-width:640px;width:calc(100% - 32px);margin:10vh auto 0;background:#1a2643;border-radius:16px;box-shadow:0 40px 90px -30px rgba(5,5,6,.45);overflow:hidden}
.mps-form{display:flex;align-items:center;gap:12px;padding:4px 16px;border-bottom:1px solid #1b2642}
.mps-form svg{width:18px;height:18px;color:#7e8ca6;flex:none}
.mps-form input{flex:1;min-width:0;border:0;outline:0;font:inherit;font-size:17px;padding:14px 0;background:transparent;color:#eef2f9;-webkit-appearance:none}
.mps-form input::-webkit-search-cancel-button{display:none}
.mps-x{border:1px solid #25335a;background:#213052;border-radius:6px;font:inherit;font-size:12px;color:#a3b1c9;padding:3px 8px;cursor:pointer}
.mps-results{list-style:none;margin:0;padding:8px;max-height:min(60vh,480px);overflow:auto}
.mps-results li a{display:block;padding:10px 12px;border-radius:10px;text-decoration:none;color:inherit}
.mps-results .mps-row{display:flex;justify-content:space-between;gap:12px;align-items:baseline}
.mps-results b{font-weight:600;color:#eef2f9}
.mps-results .mps-sec{font-size:12px;color:#2883F9;font-weight:500;white-space:nowrap}
.mps-results small{display:block;color:#a3b1c9;font-size:13px;margin-top:2px;line-height:1.45}
.mps-results li.on a,.mps-results li a:hover{background:#1e2b4b}
.mps-results .mps-empty,.mps-results .mps-hint{padding:14px 12px;color:#a3b1c9;font-size:14px}
.mps-results .mps-hint a{color:#2883F9}
.mps-foot{display:flex;justify-content:space-between;padding:10px 16px;border-top:1px solid #1b2642;font-size:12px;color:#7e8ca6}
.mps-foot a{color:#2883F9}
body.mps-open{overflow:hidden}
/* breadcrumbs */
.crumbs{font-size:13px;color:#a3b1c9;padding-top:22px}
.crumbs a{color:#a3b1c9}
.crumbs a:hover{color:#2883F9}
.crumbs i{font-style:normal;margin:0 8px;color:#3f5280}
.crumbs+.page-hero{padding-top:34px}
/* sitemap page */
.sitemap-groups{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 40px;margin-top:8px}
.sitemap-groups h2{font-size:15px;font-weight:600;letter-spacing:0;margin:0 0 10px}
.sitemap-groups ul{list-style:none;margin:0;padding:0}
.sitemap-groups li{padding:5px 0;border-bottom:1px solid #1b2642;font-size:14px}
.sitemap-groups a{color:#dce4f0}
.sitemap-groups a:hover{color:#2883F9}
@media(max-width:820px){.sitemap-groups{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.sitemap-groups{grid-template-columns:1fr}}
/* print: guides and reference pages come out clean */
@media print{
  nav,footer,.mpc,.mps,.skip,.nav-toggle,.cta,.crumbs,.shot,.hero .mock{display:none!important}
  section:has(> .wrap > .cta){display:none}
  .rv{opacity:1!important;transform:none!important;transition:none!important}
  body{background:#1a2643;color:#000}
  .page-hero{padding-top:0}
  .prose a[href^="http"]::after{content:" (" attr(href) ")";font-size:90%;color:#555}
  .wrap{max-width:none;padding:0}
}
.form select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236b6c6d' stroke-width='1.6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}
/* WCAG AA text contrast. Buttons and text links use a one-step deeper blue
   so white-on-blue and blue-on-white pass 4.5:1; decorative accents (beam,
   icons, tints, borders) keep the logo blue. */
:root{--blue-btn:#1a70e6;--blue-text:#7ab6ff;--mute:#a3b1c9}
.btn-primary,.nav-cta .btn-primary,.hero-ctas .btn-primary,.ready .btn-primary,.mpc-launch{background:var(--blue-btn);color:#fff}
.btn-primary:hover,.nav-cta .btn-primary:hover,.hero-ctas .btn-primary:hover,.mpc-launch:hover{background:#2883F9}
.lnk,.int-more a,.ready-col a,.prose a,.note a,.mps-sec,.mps-foot a,.mps-hint a,.sec-kicker,.foot-col a:hover,.nav-links a:hover,.btn-ghost:hover,.crumbs a:hover,.sitemap-groups a:hover,.nav-search:hover,.mpc-chip:hover{color:var(--blue-text)}
.btn-ghost:hover,.nav-search:hover,.mpc-chip:hover{border-color:var(--blue-text)}
.kicker{color:var(--teal-dark)}
.foot-base,.dash-lab,.dash-sub,.dash-stat i,.mpc-x{color:var(--mute)}
.dash-nav.on{color:var(--blue-text)}
.dash-tile.hot{background:var(--blue-btn)}
/* cost calculator */
.calc{align-items:start}
.calc .form label small{font-weight:400;color:#a3b1c9;font-size:12.5px;line-height:1.4}
.calc-out{border:1px solid #25335a;border-radius:16px;padding:24px;background:#1a2643;position:sticky;top:84px}
.calc-big{padding-bottom:18px;border-bottom:1px solid #1b2642;margin-bottom:8px}
.calc-big i{font-style:normal;font-size:13px;color:#a3b1c9;display:block}
.calc-big b{font-family:"Sora","Esbuild",Inter,system-ui,sans-serif;font-size:44px;letter-spacing:-1.5px;line-height:1.15;display:block;color:#eef2f9;font-variant-numeric:tabular-nums}
.calc-big small{color:#a3b1c9;font-size:13px}
.calc-row{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #1b2642;font-size:14.5px;color:#dce4f0}
.calc-row b{font-weight:500;color:#eef2f9;font-variant-numeric:tabular-nums}
.calc-row.total{color:#eef2f9;font-weight:500}
.calc-row.total b{font-weight:600}
.calc-cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
@media(max-width:900px){.calc-out{position:static}}
/* pricing */
.price-card{border:1px solid #25335a;border-radius:16px;padding:28px;background:#1a2643}
.price-k{display:inline-block;font-size:13px;font-weight:600;color:#7ab6ff;letter-spacing:.02em}
.price-v{display:block;font-family:"Sora","Esbuild",Inter,system-ui,sans-serif;font-size:36px;letter-spacing:-1.2px;line-height:1.1;margin:10px 0 12px;color:#eef2f9}
.price-v small{font-size:16px;letter-spacing:0;color:#a3b1c9;font-weight:400;margin-left:4px}
.price-card p{color:#c2cddf;font-size:15px;line-height:1.55;margin:0 0 14px}
.price-card .ticks li{font-size:14.5px}
/* one-page overview: a sheet on screen, an A4 page in print */
.op{background:#1a2643;border:1px solid #25335a;border-radius:16px;padding:34px 38px;max-width:900px;margin:8px auto 0;color:#dce4f0;font-size:13.5px;line-height:1.45}
.op-head{display:flex;align-items:center;gap:18px;padding-bottom:16px;border-bottom:1px solid #1b2642}
.op-head img{height:30px;width:auto}
.op-head h1{font-size:26px;letter-spacing:-.9px;line-height:1.05;margin:0;color:#eef2f9}
.op-head p{margin:2px 0 0;color:#c2cddf;font-size:14px}
.op-url{margin-left:auto;font-size:13px;color:#7ab6ff;font-weight:500}
.op-lede{margin:16px 0 18px;font-size:15px;color:#dce4f0;max-width:60rem}
.op-cols{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
.op section{padding:0}
.op h2{font-size:13px;font-weight:600;letter-spacing:.02em;color:#7ab6ff;margin:0 0 8px;text-transform:uppercase}
.op section h2+h2,.op section p+h2{margin-top:16px}
.op ul{list-style:none;margin:0;padding:0}
.op li{padding:0 0 8px 12px;position:relative}
.op li::before{content:"";position:absolute;left:0;top:7px;width:5px;height:5px;border-radius:50%;background:#38C9DB}
.op li b{display:block;color:#eef2f9;font-weight:600}
.op-tight li{padding-bottom:5px}
.op section p{margin:0}
.op-band{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin-top:22px;padding:16px 18px;border-radius:12px;background:#1e2b4b}
.op-band b{display:block;color:#eef2f9;font-weight:600;margin-bottom:3px}
.op-foot{display:flex;flex-wrap:wrap;gap:6px 20px;margin-top:18px;padding-top:12px;border-top:1px solid #1b2642;font-size:11.5px;color:#a3b1c9}
@media(max-width:820px){.op{padding:24px}.op-cols,.op-band{grid-template-columns:1fr}.op-head{flex-wrap:wrap}.op-url{margin-left:0}}
@media print{
  @page{size:A4;margin:11mm 12mm}
  .op-intro,.showcase{display:none!important}
  .op{border:0;border-radius:0;padding:0;margin:0;max-width:none;font-size:11.2pt;line-height:1.38}
  .op-head h1{font-size:22pt}.op-head img{height:26px}.op-lede{font-size:11.6pt;margin:10px 0 12px}
  .op-cols,.op-band{grid-template-columns:1fr 1fr 1fr!important}
  .op-head{flex-wrap:nowrap!important}.op-url{margin-left:auto!important}
  .op-cols{gap:16px}.op h2{font-size:9.5pt}.op li{padding-bottom:5px}.op-band{margin-top:14px;padding:12px 14px;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  .op-foot{font-size:8.5pt;margin-top:12px}
  main{padding:0}section{padding:0!important}.wrap{padding:0;max-width:none}
}
/* product tour (home) */
.tour-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-top:28px}
.tour-tabs button{font:inherit;font-size:14px;font-weight:500;border:1px solid #33436f;background:#1a2643;color:#dce4f0;border-radius:9999px;padding:9px 16px;cursor:pointer;transition:.15s}
.tour-tabs button:hover{border-color:#7ab6ff;color:#7ab6ff}
.tour-tabs button[aria-selected="true"]{background:#2883F9;color:#fff;border-color:#eef2f9}
.tour-panels{margin-top:28px}
.tour-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:44px;align-items:center;animation:tourIn .4s ease}
.tour-panel[hidden]{display:none}
@keyframes tourIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.tour-panel{animation:none}}
.tour-copy h3{font-family:"Sora","Esbuild",Inter,system-ui,sans-serif;font-size:28px;letter-spacing:-.9px;line-height:1.1;margin:0 0 12px;color:#eef2f9}
.tour-copy p{color:#c2cddf;font-size:16px;line-height:1.6;margin:0 0 16px}
.tour-copy .lnk{font-weight:500}
.tour-panel .shot{margin:0}
.tour-panel[data-shot] .tour-mock{display:none}
.tour-mock .shot-frame{box-shadow:0 30px 70px -40px rgba(5,5,6,.35),0 1px 2px rgba(5,5,6,.04)}
.tm{padding:18px 20px;font-size:12.5px;color:#dce4f0;background:#1a2643}
.tm-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}
.tm-head b{font-size:15px;color:#eef2f9;font-weight:600}
.tm-btn{display:inline-block;background:#1a70e6;color:#fff;border-radius:9999px;padding:6px 12px;font-weight:500;font-size:12px;white-space:nowrap}
.tm-btn.ghost{background:#1a2643;color:#dce4f0;border:1px solid #33436f}
.tm-pill{font-size:11px;border:1px solid #25335a;border-radius:9999px;padding:3px 9px;color:#a3b1c9;white-space:nowrap}
.tm-pill.ok{background:rgba(56,201,219,.14);color:#5fd6e6;border-color:transparent}
.tm-table{width:100%;border-collapse:collapse}
.tm-table th{text-align:left;font-size:10.5px;letter-spacing:.05em;text-transform:uppercase;color:#7e8ca6;font-weight:600;padding:6px 8px;border-bottom:1px solid #1b2642}
.tm-table td{padding:9px 8px;border-bottom:1px solid #1b2642;color:#dce4f0;white-space:nowrap}
.tm-table td:first-child{color:#eef2f9;font-weight:500}
.tm-table em{font-style:normal;font-size:11px;border-radius:9999px;padding:3px 8px;background:#1e2b4b;color:#c2cddf}
.tm-table em.ok{background:rgba(56,201,219,.14);color:#5fd6e6}
.tm-table em.warm{background:rgba(40,131,249,.12);color:#7ab6ff}
.tm-form{display:grid;gap:10px}
.tm-form label{display:grid;gap:4px;font-size:11px;color:#a3b1c9;font-weight:500}
.tm-form label span{border:1px solid #25335a;border-radius:8px;padding:8px 10px;font-size:13px;color:#eef2f9;font-weight:400;background:#1a2643}
.tm-form .mask{letter-spacing:.06em;color:#c2cddf}
.tm-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.tm-actions{display:flex;gap:8px;margin-top:6px;flex-wrap:wrap}
.tm small{display:block;margin-top:10px;color:#7e8ca6;font-size:11px}
.tm-kvs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}
.tm-kv{border:1px solid #1b2642;border-radius:8px;padding:8px 10px;min-width:0}
.tm-kv i{display:block;font-style:normal;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#7e8ca6}
.tm-kv b{font-size:13px;color:#eef2f9;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}
.tm-bar{height:6px;background:#25335a;border-radius:9999px;overflow:hidden;margin:4px 0 12px}
.tm-bar span{display:block;height:100%;background:linear-gradient(90deg,#2883F9,#38C9DB)}
.tm-steps{list-style:none;margin:0;padding:0;display:grid;gap:6px}
.tm-steps li{display:flex;justify-content:space-between;gap:10px;padding:7px 10px;border:1px solid #1b2642;border-radius:8px}
.tm-steps li em{font-style:normal;color:#7e8ca6;font-size:11px;white-space:nowrap}
.tm-steps li.done{background:#1e2b4b;color:#dce4f0}
.tm-steps li.done::before{content:"\2713";color:#5fd6e6;margin-right:6px}
.tm-steps li.next{border-color:#2883F9}
@media(max-width:820px){.tour-panel{grid-template-columns:1fr;gap:22px}.tour-copy h3{font-size:24px}.tm{padding:14px;font-size:12px}.tm-kvs{grid-template-columns:1fr 1fr}.tm-table td,.tm-table th{padding:7px 6px}}
/* a day at the practice (specialty pages) */
.day{margin-top:52px;max-width:44rem}
.day h2{font-size:24px;letter-spacing:-.6px;margin:0 0 18px}
.day-list{list-style:none;margin:0 0 0 64px;padding:0;border-left:2px solid #25335a}
.day-list li{position:relative;padding:0 0 22px 24px}
.day-list li:last-child{padding-bottom:4px}
.day-list li::before{content:"";position:absolute;left:-7px;top:5px;width:12px;height:12px;border-radius:50%;background:#1a2643;border:2px solid #38C9DB}
.day-list time{position:absolute;left:-84px;top:1px;width:66px;text-align:right;font-size:12.5px;color:#a3b1c9;font-variant-numeric:tabular-nums}
.day-list b{display:block;color:#eef2f9;font-weight:600}
.day-list p{margin:3px 0 0;color:#c2cddf;font-size:15px;line-height:1.55}
@media(max-width:600px){.day-list{margin-left:6px}.day-list time{position:static;display:block;margin-bottom:2px;text-align:left;width:auto}}
/* mobile polish (batch 10) */
@media(max-width:600px){
  .tour-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}
  .tour-tabs::-webkit-scrollbar{display:none}
  .tour-tabs button{flex:none}
  .foot-col a{padding:7px 0;display:block}
  .calc-cta .btn{width:100%;text-align:center}
}
/* hero mini-portal: the mock is clickable */
.mock-hint{margin-left:auto;font-size:10.5px;color:#7ab6ff;background:rgba(40,131,249,.10);border-radius:9999px;padding:3px 9px;font-weight:600;white-space:nowrap}
.dash-side button,.dash-tiles button{font:inherit;text-align:left;cursor:pointer}
.dash-nav{display:block;width:100%;border:0;background:transparent;transition:.15s}
.dash-nav:hover{color:#7ab6ff;background:rgba(40,131,249,.06)}
.dash-tile{cursor:pointer;transition:.15s}
.dash-tile:hover{border-color:#7ab6ff;color:#7ab6ff}
.dash-tile.hot:hover{color:#fff;background:#2883F9;border-color:#2883F9}
.dash-main{min-height:250px}
.dash-view[hidden]{display:none}
.dash-view{animation:tourIn .28s ease}
@media(prefers-reduced-motion:reduce){.dash-view{animation:none}}
.dm-head{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}
.dm-form{display:grid;gap:7px;margin-top:10px}
.dm-form label{display:grid;gap:3px;font-size:9.5px;color:#a3b1c9;font-weight:600}
.dm-form label span{border:1px solid #25335a;border-radius:6px;padding:6px 8px;font-size:11px;color:#eef2f9;font-weight:400;background:#1a2643}
.dm-form .mask{letter-spacing:.05em;color:#c2cddf}
.dm-row{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.dm-actions{display:flex;gap:6px;margin-top:4px;flex-wrap:wrap}
.dm-btn{font:inherit;font-size:11px;font-weight:600;border:0;background:#1a70e6;color:#fff;border-radius:9999px;padding:6px 11px;cursor:pointer;transition:.15s;white-space:nowrap}
.dm-btn:hover{background:#2883F9}
.dm-btn.ghost{background:#1a2643;color:#dce4f0;border:1px solid #33436f}
.dm-btn.ghost:hover{border-color:#7ab6ff;color:#7ab6ff;background:#1a2643}
.dm-btn.ok,.dm-btn.ok:hover{background:#5fd6e6}
.dm-btn[disabled]{opacity:.8;cursor:default}
.dm-note{margin:8px 0 0;font-size:9.5px;color:#7e8ca6;line-height:1.4}
.dm-table{width:100%;border-collapse:collapse;margin-top:10px;font-size:10.5px}
.dm-table th{text-align:left;font-size:8.5px;letter-spacing:.06em;text-transform:uppercase;color:#7e8ca6;font-weight:700;padding:4px 6px;border-bottom:1px solid #1b2642}
.dm-table td{padding:6px;border-bottom:1px solid #1b2642;color:#dce4f0;white-space:nowrap}
.dm-table td:first-child{color:#eef2f9;font-weight:600}
.dm-table em{font-style:normal;font-size:9.5px;border-radius:9999px;padding:2px 7px;background:#1e2b4b;color:#c2cddf}
.dm-table em.ok{background:rgba(56,201,219,.14);color:#5fd6e6}
.dm-table em.warm{background:rgba(40,131,249,.12);color:#7ab6ff}
.dm-table tr.fresh{animation:rowIn .5s ease both}
.dm-kvs{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:10px}
.dm-kv{border:1px solid #1b2642;border-radius:6px;padding:6px 8px;min-width:0}
.dm-kv i{display:block;font-style:normal;font-size:8.5px;text-transform:uppercase;letter-spacing:.06em;color:#7e8ca6}
.dm-kv b{font-size:11px;color:#eef2f9;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dm-bar{height:5px;background:#25335a;border-radius:9999px;overflow:hidden;margin:8px 0}
.dm-bar span{display:block;height:100%;background:linear-gradient(90deg,#2883F9,#38C9DB);transition:width .6s ease}
.dm-steps{list-style:none;margin:0;padding:0;display:grid;gap:4px}
.dm-steps li{display:flex;justify-content:space-between;gap:8px;padding:5px 8px;border:1px solid #1b2642;border-radius:6px;font-size:10.5px;color:#dce4f0}
.dm-steps li em{font-style:normal;color:#7e8ca6;font-size:9.5px;white-space:nowrap}
.dm-steps li.done{background:#1e2b4b}
.dm-steps li.done::before{content:"\2713";color:#5fd6e6;margin-right:5px}
.dm-bars{display:grid;gap:7px;margin-top:8px}
.dm-bars div{display:grid;grid-template-columns:82px 1fr 52px;align-items:center;gap:8px;font-size:10.5px;color:#dce4f0}
.dm-bars i{height:8px;border-radius:9999px;background:linear-gradient(90deg,#2883F9,#38C9DB);display:block}
.dm-bars b{text-align:right;font-weight:600;color:#eef2f9;font-variant-numeric:tabular-nums}
.dm-pill{display:inline-block;font-size:9.5px;border-radius:9999px;padding:3px 8px;background:rgba(56,201,219,.14);color:#5fd6e6;white-space:nowrap;margin-top:2px}
@media(max-width:600px){.mock-hint{display:none}.dash{grid-template-columns:100px 1fr}.dash-main{padding:10px 12px}.dm-table td,.dm-table th{padding:5px 4px}}
.dm-back{display:none;font:inherit;font-size:10.5px;font-weight:600;color:#7ab6ff;background:transparent;border:0;padding:0 0 8px;cursor:pointer}
@media(max-width:900px){.dash[data-view]:not([data-view="home"]) .dm-back{display:inline-block}}
.dm-steps li,.tm-steps li{justify-content:flex-start}
.dm-steps li em,.tm-steps li em{margin-left:auto}

/* deliberately faint, as on the old site's pricing page */
.quiet-link{text-align:right;font-size:11px;margin:10px 0 0}
.quiet-link a{color:#c9cbd2;text-decoration:none}
.quiet-link a:hover{color:#7e8ca6}
/* hero mock: bigger figures, and a clear "it is interactive" button under it */
.hero .dash-hi{font-size:17px}
.hero .dash-stat b{font-size:22px;letter-spacing:-.5px;line-height:1.15;display:block;margin-top:2px}
.hero .dash-stat i{font-size:9.5px}
.hero .dash-row{font-size:12.5px;padding:9px 12px}
.hero .dash-row em{font-size:14.5px}
.hero .dash-tile{font-size:12.5px;padding:11px 12px}
.hero .dm-kv b{font-size:14px}.hero .dm-table td{font-size:11.5px}
.mock-cta{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:18px;position:relative;z-index:2}
.mock-try{display:inline-flex;align-items:center;gap:12px;font:inherit;font-size:16px;font-weight:600;color:#fff;background:#1a70e6;border:0;border-radius:9999px;padding:14px 24px;cursor:pointer;box-shadow:0 18px 40px -18px rgba(40,131,249,.8);transition:.15s;animation:tryPulse 2.4s ease-in-out infinite}
.mock-try:hover{background:#2883F9;transform:translateY(-1px)}
.mock-try-ic{width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.22);position:relative;flex:none}
.mock-try-ic::after{content:"";position:absolute;left:6px;top:5px;width:8px;height:11px;border:2px solid #fff;border-radius:2px 2px 6px 6px;border-top-width:1px;transform:rotate(-20deg)}
.mock-try-note{font-size:13.5px;color:#a3b1c9}
@keyframes tryPulse{0%,100%{box-shadow:0 18px 40px -18px rgba(40,131,249,.8),0 0 0 0 rgba(40,131,249,.45)}50%{box-shadow:0 18px 40px -18px rgba(40,131,249,.8),0 0 0 10px rgba(40,131,249,0)}}
.mock.nudge{animation:mockNudge .5s ease}
@keyframes mockNudge{30%{transform:scale(1.012)}}
@media(prefers-reduced-motion:reduce){.mock-try{animation:none}.mock.nudge{animation:none}}
@media(max-width:600px){.mock-try{font-size:14px;padding:12px 18px;text-align:left}.hero .dash-stat b{font-size:18px}}

  --code-bg:#0b1220; --code-line:#1e293b;
.code{background:var(--code-bg);border:1px solid var(--code-line);border-radius:14px;overflow:hidden;box-shadow:0 30px 70px -30px rgba(0,0,0,.6)}
.code-top{display:flex;gap:6px;padding:10px 14px;border-bottom:1px solid var(--code-line)}
.code pre{padding:18px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;line-height:1.7;color:#dbe4f0;overflow-x:auto}
.endpoints{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:32px}
.ep{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:12px;padding:13px 16px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}
.method{font-weight:700;font-size:11px;border-radius:6px;padding:3px 8px;letter-spacing:.03em}
.ep span.desc{margin-left:auto;font-family:inherit;color:var(--slate-light);font-size:12px;font-family:-apple-system,sans-serif}
.grid4{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:34px}
  .hero-grid,.endpoints,.grid4{grid-template-columns:1fr}

/* navy: brand logos keep a white tile so dark wordmarks stay legible */
.chip,.page-hero .brandmark,.grid-links img,.int-group img{background:#fff!important;border-radius:8px}
.chip,.chip *{color:#121c31!important}
nav{background:rgba(18,28,49,.88)!important;border-bottom:1px solid #1b2642}
.nav-links{color:#dce4f0}.nav-links a:hover{color:#7ab6ff}
.nav-cta .btn-ghost{background:transparent;color:#eef2f9;border-color:#33436f}
footer{border-top:1px solid #1b2642}
.page-hero .brandmark,.grid-links img{padding:4px 8px}
.n.nb rect,.nb rect{fill:#fff!important}
.mock-top .dot{background:#33436f}
.shot-frame{background:#fff!important}
.mp-cap{background:rgba(5,10,24,.92)}
.tour-tabs button[aria-selected="true"],.chapter i{background:#2883F9;color:#fff}
.btn-white{background:#fff;color:#121c31}
.hero .kicker,.page-hero .eyebrow{background:rgba(56,201,219,.16)}
input,select,textarea{color-scheme:dark}
.quiet-link a{color:#2a3a5e}.quiet-link a:hover{color:#4a5c86}
/* the canvas is the poster navy #0A1220; cards and panels step up from it */
html,body{background:#121c31!important}
header.hero,.marks,section:not(.integrations):not(.ready),main,.page-hero{background:transparent!important}
.integrations,.ready{background:#0e172a!important}
/* hero mock: give the inner surfaces their own steps so the screen reads as a screen */
.hero .mock{background:#0e172a!important;border-color:#25335a;box-shadow:0 40px 90px -40px rgba(0,0,0,.7)}
.hero .mock-top{background:#0b1220!important;border-bottom-color:#1b2642}
.hero .dash{background:#121c31!important}
.hero .dash-side{background:#0e172a!important;border-right-color:#1b2642}
.hero .dash-main{background:#121c31}
.hero .dash-tile,.hero .dash-stat,.hero .dash-feed,.hero .dm-form label span,.hero .dm-kv,.hero .dm-steps li{background:#1a2643!important;border-color:#25335a!important}
.hero .dash-tile.hot{background:#2883F9!important;border-color:#2883F9!important}
.hero .dash-row{border-bottom-color:#1b2642}
.hero .dash-hi,.hero .dash-stat b,.hero .dash-row em,.hero .dm-table td:first-child{color:#fff}
.hero .dash-nav.on{background:rgba(40,131,249,.22)}
.hero .dm-table th{border-bottom-color:#25335a}.hero .dm-table td{border-bottom-color:#1b2642}
.hero .mock-hint{background:rgba(40,131,249,.22);color:#9cc8ff}
/* the PDF one-pager is an on-screen deliverable, so it prints navy too; guides still print light */
@media print{
  @page{margin:0}
  body:has(.op) .op{padding:11mm 12mm!important}
  body:has(.op){background:#121c31!important;color:#dce4f0;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  .op{color:#dce4f0}.op-head h1,.op li b,.op-band b{color:#eef2f9}.op-head p,.op-foot{color:#a3b1c9}
  .op-band{background:#1a2643!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  .op-head,.op-foot{border-color:#25335a}
}
