:root {
  --ink: #071b33;
  --blue: #0c4cce;
  --blue-deep: #082a75;
  --cyan: #78e5ff;
  --lime: #d5ff71;
  --paper: #f3f6f5;
  --muted: #708196;
  --line: rgba(7, 27, 51, .15);
  --display: "Noto Serif SC", Georgia, serif;
  --mono: "DM Mono", "SFMono-Regular", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--mono); }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
.grain { position: fixed; inset: 0; pointer-events: none; opacity: .055; z-index: 10; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.page-shell { max-width: 1180px; margin: 0 auto; padding: 0 54px 30px; overflow: hidden; }
.topbar { display: flex; justify-content: space-between; align-items: center; height: 94px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; gap: 12px; align-items: center; color: var(--ink); text-decoration: none; }
.brand b { display: block; font: 700 15px var(--display); letter-spacing: .04em; }
.brand small { display: block; color: var(--muted); font-size: 9px; letter-spacing: .18em; margin-top: 3px; text-transform: uppercase; }
.brand-mark { width: 29px; height: 29px; display: flex; gap: 2px; align-items: end; padding: 4px; background: var(--blue); transform: rotate(-8deg); }
.brand-mark i { display: block; flex: 1; background: var(--cyan); height: 47%; }.brand-mark i:nth-child(2) { height: 73%; background: white; }.brand-mark i:nth-child(3) { height: 100%; }
.topbar-tag { padding: 8px 11px; color: var(--blue-deep); border: 1px solid rgba(12, 76, 206, .24); font-size: 10px; letter-spacing: .12em; }
.hero { min-height: 464px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; padding: 66px 0 55px; position: relative; }
.eyebrow, .section-kicker { margin: 0 0 23px; font-size: 10px; letter-spacing: .18em; color: var(--blue); }
.eyebrow { display: flex; align-items: center; gap: 11px; }.eyebrow-line { width: 32px; height: 1px; background: var(--blue); }
h1, h2, h3, p { margin-top: 0; }.hero h1 { font: 900 clamp(40px, 6vw, 72px)/1.08 var(--display); letter-spacing: -.09em; margin: 0; }.hero h1 em, .section-intro h2 em { color: var(--blue); font-style: normal; position: relative; }.hero h1 em::after { content: ""; position: absolute; left: 2px; right: -7px; bottom: -7px; height: 4px; background: var(--lime); transform: skewX(-24deg); }
.hero-intro { max-width: 455px; margin: 27px 0 23px; font-size: 12px; line-height: 1.9; color: var(--muted); }.hero-intro strong { color: var(--blue); font-size: 18px; }
.hero-pills { display: flex; gap: 7px; flex-wrap: wrap; }.hero-pills span { padding: 7px 9px; background: white; font-size: 9px; color: var(--blue-deep); }
.hero-orbit { min-height: 330px; position: relative; display: grid; place-items: center; }.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(12, 76, 206, .25); transform: rotate(-27deg); }.orbit-a { width: 300px; height: 154px; border-color: var(--blue); }.orbit-b { width: 176px; height: 300px; border-color: var(--cyan); transform: rotate(30deg); }.orbit::before { content: ""; position: absolute; width: 7px; height: 7px; background: var(--lime); border-radius: 50%; top: 15%; right: 7%; box-shadow: 0 0 0 5px rgba(213, 255, 113, .18); }.orbit-b::before { top: auto; right: auto; bottom: 13%; left: 2%; background: var(--blue); }
.orbit-core { width: 178px; height: 178px; display: grid; align-content: center; justify-items: center; border-radius: 50%; background: var(--blue); color: white; box-shadow: 16px 18px 0 var(--lime); transform: rotate(-7deg); z-index: 1; }.orbit-core small { order: 1; margin-bottom: 2px; color: white; font: 600 15px var(--display); letter-spacing: .12em; }.orbit-core span { order: 2; font: 600 61px var(--display); line-height: .95; letter-spacing: -.12em; }.orbit-core em { order: 3; margin-top: 4px; color: var(--cyan); font: 600 18px var(--display); font-style: normal; letter-spacing: .08em; }.orbit-label { position: absolute; padding: 7px 9px; background: var(--ink); color: var(--cyan); font-size: 9px; line-height: 1.4; letter-spacing: .08em; z-index: 2; }.label-a { top: 12%; right: 4%; transform: rotate(8deg); }.label-b { bottom: 13%; left: 1%; color: var(--lime); transform: rotate(-8deg); }
.access-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; align-items: stretch; }.access-card { background: white; border: 1px solid rgba(7, 27, 51, .08); padding: 29px 31px 25px; }.card-heading { display: flex; justify-content: space-between; align-items: flex-start; }.access-card h2 { margin: 0; font: 700 25px var(--display); letter-spacing: -.06em; }.status-dot { display: inline-flex; align-items: center; gap: 6px; padding: 6px 8px; font-size: 9px; background: #eff9dc; color: #4d7600; }.status-dot i { width: 5px; height: 5px; border-radius: 50%; background: #80b817; }.card-note { margin: 17px 0 22px; font-size: 11px; line-height: 1.75; color: var(--muted); max-width: 570px; }.credential-list { border-top: 1px solid var(--line); }.credential-row { min-height: 69px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); gap: 15px; }.field-label { display: block; margin-bottom: 7px; color: var(--muted); font-size: 9px; letter-spacing: .1em; }.credential-row strong { display: block; font-size: 16px; letter-spacing: .04em; }.site-link { display: block; font-size: 11px; color: var(--blue); word-break: break-all; text-decoration: none; }.site-link:hover { text-decoration: underline; }.primary-button { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 18px; padding: 14px 17px; border: 0; background: var(--ink); color: white; font-size: 11px; letter-spacing: .06em; transition: background .2s, transform .2s, box-shadow .2s; }.primary-button:hover { background: var(--blue); transform: translateY(-2px); }.primary-button.is-copied { background: var(--blue); box-shadow: 0 0 0 3px rgba(12, 76, 206, .13); }.primary-button span:last-child { color: var(--lime); font-size: 18px; }.primary-button.is-copied span:last-child { color: white; }.copy-feedback { min-height: 14px; margin: 8px 0 0; text-align: right; font-size: 9px; color: #4d7600; }
.use-cases { display: grid; grid-template-columns: 34% 1fr; gap: 62px; padding: 105px 0 80px; }.section-intro h2 { font: 700 clamp(31px, 4vw, 47px)/1.2 var(--display); letter-spacing: -.08em; margin: 0 0 20px; }.section-intro > p:last-child { max-width: 250px; font-size: 11px; line-height: 1.9; color: var(--muted); }.case-list { border-top: 1px solid var(--line); }.case-item { min-height: 106px; display: grid; grid-template-columns: 50px 1fr 30px; gap: 14px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .3s, background .3s; }.case-item:hover { padding-left: 12px; background: rgba(255,255,255,.65); }.case-no { align-self: start; padding-top: 17px; color: var(--blue); font-size: 10px; }.case-item h3 { margin: 0 0 8px; font: 600 17px var(--display); letter-spacing: -.04em; }.case-item p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.7; }.case-arrow { justify-self: end; font-size: 20px; color: var(--blue); }.how-it-works { padding: 30px 0 47px; border-top: 1px solid var(--line); }.steps { display: flex; align-items: center; gap: 20px; max-width: 650px; margin-top: 27px; }.steps > div { display: flex; gap: 12px; align-items: center; }.steps span { color: var(--blue); font-size: 11px; }.steps p { margin: 0; font: 600 16px var(--display); }.steps i { height: 1px; flex: 1; background: var(--line); }.footer { display: flex; justify-content: space-between; gap: 15px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.reveal { animation: rise .8s both cubic-bezier(.2,.75,.2,1); }.reveal-1 { animation-delay: .05s; }.reveal-2 { animation-delay: .16s; }.reveal-3 { animation-delay: .26s; }.reveal-4 { animation-delay: .34s; }.reveal-5 { animation-delay: .42s; } @keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 760px) { .page-shell { padding: 0 16px 22px; }.topbar { height: 62px; }.brand b { font-size: 13px; }.brand small { font-size: 8px; }.brand-mark { width: 26px; height: 26px; }.topbar-tag { display: inline-block; max-width: 118px; padding: 6px 7px; font-size: 7px; line-height: 1.25; letter-spacing: .06em; text-align: center; }.hero { min-height: unset; grid-template-columns: 1fr; padding: 17px 0 8px; }.eyebrow { margin-bottom: 9px; font-size: 8px; }.hero h1 { font-size: clamp(32px, 10vw, 43px); line-height: 1.04; }.hero-intro { margin: 10px 0 10px; max-width: 350px; font-size: 9px; line-height: 1.55; }.hero-intro strong { font-size: 14px; }.hero-pills span { padding: 4px 6px; font-size: 7px; }.hero-orbit { display: grid; min-height: 122px; margin: -6px -15px -5px; transform: scale(.44); }.access-grid { gap: 0; }.access-card { padding: 15px 14px 11px; }.access-card h2 { font-size: 20px; }.section-kicker { margin-bottom: 9px; font-size: 8px; }.status-dot { padding: 5px 7px; font-size: 8px; }.card-note { margin: 8px 0 10px; font-size: 9px; line-height: 1.45; }.credential-row { min-height: 49px; gap: 10px; }.field-label { margin-bottom: 4px; font-size: 7px; }.credential-row strong, .site-link { font-size: 13px; }.site-link { max-width: 220px; }.primary-button { margin-top: 9px; padding: 10px 12px; font-size: 10px; }.primary-button span:last-child { font-size: 15px; }.copy-feedback { min-height: 10px; margin-top: 4px; font-size: 8px; }.use-cases { grid-template-columns: 1fr; gap: 28px; padding: 56px 0 45px; }.section-intro > p:last-child { max-width: 330px; }.footer { flex-direction: column; }.steps { gap: 10px; }.steps p { font-size: 13px; }.steps i { min-width: 15px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } }
