:root{--hero-navy-900:#0a2245;--hero-navy-800:#0f2d52;--hero-navy-700:#1b4f86;--hero-navy-card:#13335c;--hero-blue-ink:#10305a;--hero-white:#fff;--hero-scrim-top:linear-gradient(to bottom, #08163085 0%, #0816302e 40%, #08163000 100%);--hero-scrim-bottom:linear-gradient(to top, #08142c99 0%, #08142c24 55%, #08142c00 100%);--hero-bg-gradient:radial-gradient(120% 90% at 50% 0%, #1b4f86 0%, #0f2d52 55%, #0a2245 100%);--hero-text-shadow-title:0 2px 40px #0710268c;--hero-text-shadow-nav:0 1px 10px #07122899;--hero-shadow-pill:0 10px 26px -12px #071228b3;--hero-shadow-logo:drop-shadow(0 2px 9px #07122899);--hero-text-shadow-brand:0 1px 12px #071228b3;--hero-text-shadow-sub:0 1px 16px #07102699;--hero-text-strong:#fffffff5;--hero-text-soft:#ffffffeb;--hero-text-muted:#ffffffd1;--hero-text-faint:#ffffffb3;--font-serif-raw:"Norse", "Instrument Serif", serif;--font-grotesk-raw:"Space Grotesk", sans-serif;--hero-radius-pill:999px;--hero-title-clamp:clamp(50px, 7.4vw, 98px);--hero-font-size-root:15px;--hero-line-height-root:1.5;--hero-letter-spacing-label:.12em;--hero-measure-page:1180px;--hero-weight-regular:400;--hero-weight-medium:500;--hero-weight-semibold:600;--hero-font-size-eyebrow:13px;--hero-font-size-body:14px;--hero-font-size-lead:16px;--hero-font-size-subtitle:20px;--hero-font-size-title:26px;--hero-space-1:4px;--hero-space-2:8px;--hero-space-3:12px;--hero-space-4:16px;--hero-space-5:20px;--hero-space-6:24px;--hero-space-8:32px;--hero-space-12:48px;--hero-space-20:80px;--hero-radius-sm:12px;--hero-radius-lg:18px;--hero-radius-circle:50%;--hero-border-width-thin:1px;--hero-ease-out:cubic-bezier(.22, 1, .36, 1);--hero-duration-fast:.22s;--hero-ease-soft:ease-in-out;--hero-duration-drift:6.8s;--hero-size-logo:42px;--font-serif:var(--font-serif-raw);--font-grotesk:var(--font-grotesk-raw);--site-bg:var(--hero-navy-800);--site-bg-gradient:var(--hero-bg-gradient);--surface-card-dark:var(--hero-navy-card);--accent-on-dark:var(--hero-navy-700);--text-on-dark:var(--hero-text-soft);--text-on-dark-strong:var(--hero-text-strong);--text-on-dark-muted:var(--hero-text-muted);--text-on-dark-faint:var(--hero-text-faint);--text-on-dark-brand:var(--hero-white);--scrim-top:var(--hero-scrim-top);--scrim-bottom:var(--hero-scrim-bottom);--pill-bg:var(--hero-white);--pill-ink:var(--hero-blue-ink);--radius-pill-cta:var(--hero-radius-pill);--text-display-hero:var(--hero-title-clamp);--text-shadow-hero:var(--hero-text-shadow-title);--text-shadow-nav:var(--hero-text-shadow-nav);--text-shadow-brand:var(--hero-text-shadow-brand);--text-shadow-sub:var(--hero-text-shadow-sub);--shadow-pill:var(--hero-shadow-pill);--shadow-logo:var(--hero-shadow-logo);--font-size-root:var(--hero-font-size-root);--line-height-root:var(--hero-line-height-root);--tracking-label:var(--hero-letter-spacing-label);--layout-measure:var(--hero-measure-page);--weight-normal:var(--hero-weight-regular);--weight-medium:var(--hero-weight-medium);--weight-label:var(--hero-weight-semibold);--weight-emphasis:var(--hero-weight-semibold);--text-eyebrow:var(--hero-font-size-eyebrow);--text-body:var(--hero-font-size-body);--text-lead:var(--hero-font-size-lead);--text-subtitle:var(--hero-font-size-subtitle);--text-title:var(--hero-font-size-title);--space-hairline:var(--hero-space-1);--space-tight:var(--hero-space-2);--space-cozy:var(--hero-space-3);--space-stack:var(--hero-space-4);--space-inline:var(--hero-space-4);--space-loose:var(--hero-space-5);--space-gap:var(--hero-space-5);--space-card:var(--hero-space-6);--space-roomy:var(--hero-space-8);--space-block:var(--hero-space-12);--space-section:var(--hero-space-20);--size-icon:var(--hero-space-8);--radius-control:var(--hero-radius-sm);--radius-card:var(--hero-radius-lg);--radius-badge:var(--hero-radius-pill);--radius-round:var(--hero-radius-circle);--border-width:var(--hero-border-width-thin);--motion-ease:var(--hero-ease-out);--motion-duration:var(--hero-duration-fast);--motion-ease-soft:var(--hero-ease-soft);--motion-drift-duration:var(--hero-duration-drift);--size-logo:var(--hero-size-logo)}.btn,.button{justify-content:center;align-items:center;gap:var(--space-tight);padding-block:var(--space-cozy);padding-inline:var(--space-loose);font-size:var(--text-lead);font-weight:var(--weight-label);cursor:pointer;text-decoration:none;display:inline-flex}.app-brand,.nav-brand{align-items:center;gap:var(--space-cozy);text-decoration:none;display:inline-flex}.app-brand__text,.brand-text{flex-direction:column;display:flex}.app-brand__name,.brand-name{font-size:var(--text-subtitle);font-weight:var(--weight-label);letter-spacing:var(--tracking-label)}.app-brand__by,.brand-by{margin-top:var(--space-hairline);font-size:var(--text-eyebrow);font-weight:var(--weight-normal);letter-spacing:var(--tracking-label);text-transform:uppercase}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{font-size:var(--font-size-root);line-height:var(--line-height-root);-webkit-text-size-adjust:100%}body{font-family:var(--font-grotesk);color:var(--text-on-dark);background:var(--site-bg)}a{color:inherit}img,svg{max-width:100%;display:block}::selection{background:var(--accent-on-dark);color:var(--text-on-dark-brand)}.site-shell{background:var(--site-bg);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.site-bg{z-index:0;background:var(--site-bg-gradient);position:absolute;inset:0}.scrim{z-index:1;pointer-events:none;position:absolute;left:0;right:0}.scrim--top{background:var(--scrim-top);height:42%;top:0}.scrim--bottom{background:var(--scrim-bottom);height:40%;bottom:0}.site-nav-wrap{z-index:3;position:relative}.site-nav-bar{justify-content:space-between;align-items:center;gap:var(--space-gap);padding-block:var(--space-loose);padding-inline:var(--space-block);max-width:var(--layout-measure);margin-inline:auto;display:flex}.nav-logo{width:auto;height:var(--size-logo);filter:var(--shadow-logo);transform-origin:26% 86%;animation:navWingDrift var(--motion-drift-duration) var(--motion-ease-soft) infinite}@keyframes navWingDrift{0%{transform:translate(0)rotate(0)}22%{transform:translate(-.7%,-1.1%)rotate(-1deg)}48%{transform:translate(.5%,.5%)rotate(.6deg)}74%{transform:translate(.8%,-.7%)rotate(1.3deg)}to{transform:translate(0)rotate(0)}}@media (prefers-reduced-motion:reduce){.nav-logo{animation:none}}.brand-text{line-height:1.05}.brand-name{font-family:var(--font-grotesk);color:var(--text-on-dark-brand);text-shadow:var(--text-shadow-brand)}.brand-by{color:var(--text-on-dark-muted)}.nav-links{align-items:center;gap:var(--space-gap);display:flex}.nav-link{font-size:var(--text-lead);font-weight:var(--weight-medium);color:var(--text-on-dark-strong);text-shadow:var(--text-shadow-nav);transition:opacity var(--motion-duration) var(--motion-ease);text-decoration:none}.nav-link:hover{opacity:.7}.nav-toggle{justify-content:center;gap:var(--space-hairline);width:var(--size-icon);height:var(--size-icon);border:var(--border-width) solid var(--text-on-dark-muted);border-radius:var(--radius-control);cursor:pointer;background:0 0;flex-direction:column;padding:0;display:none}.nav-toggle__bar{width:var(--space-loose);border-radius:var(--radius-badge);background:var(--text-on-dark-brand);height:2px;margin-inline:auto}.btn,.button{border:var(--border-width) solid transparent;border-radius:var(--radius-pill-cta);font-family:var(--font-grotesk);color:var(--pill-ink);background:var(--pill-bg);box-shadow:var(--shadow-pill);transition:transform var(--motion-duration) var(--motion-ease), box-shadow var(--motion-duration) var(--motion-ease)}.btn:hover,.button:hover{transform:translateY(-1px)}.btn svg,.button svg{color:var(--pill-ink)}.button--primary,.button--action,.btn--nav,.btn--hero{color:var(--pill-ink);background:var(--pill-bg)}.button--ghost{color:var(--text-on-dark-strong);border-color:var(--text-on-dark-muted);box-shadow:none;background:0 0}.button--ghost:hover{border-color:var(--text-on-dark-brand)}.site-main{z-index:2;flex:1;position:relative}.container{width:100%;max-width:var(--layout-measure);padding-inline:var(--space-card);margin-inline:auto}.hero{padding-block:var(--space-section);text-align:center}.hero__eyebrow,.eyebrow{margin-bottom:var(--space-cozy);font-size:var(--text-eyebrow);font-weight:var(--weight-label);letter-spacing:var(--tracking-label);text-transform:uppercase;color:var(--text-on-dark-muted);display:inline-block}.hero__title{font-family:var(--font-serif);font-weight:var(--weight-normal);font-size:var(--text-display-hero);color:var(--text-on-dark-brand);text-shadow:var(--text-shadow-hero);line-height:.98}.hero__title .highlight{color:var(--accent-on-dark);font-style:italic}.hero__lead{max-width:var(--layout-measure);margin-inline:auto;margin-top:var(--space-loose);font-size:var(--text-subtitle);color:var(--text-on-dark-strong);text-shadow:var(--text-shadow-sub)}.hero__actions{justify-content:center;gap:var(--space-cozy);margin-top:var(--space-roomy);flex-wrap:wrap;display:flex}.section{padding-block:var(--space-section)}.section--surface{background:var(--surface-card-dark)}.section__head{max-width:var(--layout-measure);margin-inline:auto;margin-bottom:var(--space-block);text-align:center}.section__title{font-family:var(--font-serif);font-weight:var(--weight-normal);font-size:var(--text-title);color:var(--text-on-dark-brand);text-shadow:var(--text-shadow-hero)}.section__lead{margin-top:var(--space-stack);font-size:var(--text-lead);color:var(--text-on-dark)}.card{background:var(--surface-card-dark);border:var(--border-width) solid var(--accent-on-dark);border-radius:var(--radius-card);padding:var(--space-card);box-shadow:var(--shadow-pill)}.card__title{font-size:var(--text-lead);font-weight:var(--weight-emphasis);color:var(--text-on-dark-brand)}.card__text{margin-top:var(--space-tight);font-size:var(--text-body);color:var(--text-on-dark)}.grid{gap:var(--space-gap);max-width:var(--layout-measure);margin-inline:auto;display:grid}.grid--three{grid-template-columns:repeat(3,1fr)}.step__index{width:var(--size-icon);height:var(--size-icon);margin-bottom:var(--space-stack);border-radius:var(--radius-round);background:var(--accent-on-dark);color:var(--text-on-dark-brand);font-weight:var(--weight-emphasis);justify-content:center;align-items:center;display:inline-flex}.badge{border-radius:var(--radius-badge);padding-block:var(--space-hairline);padding-inline:var(--space-cozy);font-size:var(--text-eyebrow);font-weight:var(--weight-emphasis);display:inline-block}.badge--accent{background:var(--accent-on-dark);color:var(--text-on-dark-brand)}.pricing{gap:var(--space-gap);max-width:var(--layout-measure);grid-template-columns:repeat(2,minmax(0,1fr));margin-inline:auto;display:grid}.plan{gap:var(--space-stack);background:var(--surface-card-dark);border:var(--border-width) solid var(--accent-on-dark);border-radius:var(--radius-card);padding:var(--space-card);box-shadow:var(--shadow-pill);flex-direction:column;display:flex}.plan--featured{border-color:var(--text-on-dark-brand)}.plan__name{font-size:var(--text-lead);font-weight:var(--weight-emphasis);color:var(--text-on-dark-brand)}.plan__price{font-size:var(--text-title);font-weight:var(--weight-emphasis);color:var(--text-on-dark-brand)}.plan__price small{font-size:var(--text-body);font-weight:var(--weight-normal);color:var(--text-on-dark-muted)}.plan__features{gap:var(--space-cozy);flex-direction:column;list-style:none;display:flex}.plan__feature{font-size:var(--text-body);color:var(--text-on-dark)}.plan__cta{margin-top:auto}.note{max-width:var(--layout-measure);margin-inline:auto;margin-top:var(--space-block);padding:var(--space-card);border:var(--border-width) solid var(--accent-on-dark);border-radius:var(--radius-card);background:var(--surface-card-dark);text-align:center}.note__title{font-size:var(--text-lead);font-weight:var(--weight-emphasis);color:var(--text-on-dark-brand)}.note__text{margin-top:var(--space-tight);font-size:var(--text-body);color:var(--text-on-dark)}.legal{max-width:var(--layout-measure);padding:var(--space-card);border:var(--border-width) solid var(--accent-on-dark);border-radius:var(--radius-card);background:var(--surface-card-dark);margin-inline:auto}.legal__note{margin-top:var(--space-stack);padding:var(--space-cozy) var(--space-loose);border-radius:var(--radius-control);background:var(--accent-on-dark);color:var(--text-on-dark-brand);font-size:var(--text-body)}.legal__heading{margin-top:var(--space-block);font-size:var(--text-subtitle);font-weight:var(--weight-emphasis);color:var(--text-on-dark-brand)}.legal__text{margin-top:var(--space-tight);font-size:var(--text-lead);color:var(--text-on-dark)}.error-page{text-align:center}.error-page__code{font-size:var(--text-display-hero);font-family:var(--font-serif);font-weight:var(--weight-normal);color:var(--text-on-dark-brand);text-shadow:var(--text-shadow-hero)}.site-footer{z-index:2;border-top:var(--border-width) solid var(--accent-on-dark);margin-top:auto;position:relative}.site-footer__inner{align-items:center;gap:var(--space-inline);max-width:var(--layout-measure);padding-block:var(--space-card);padding-inline:var(--space-card);font-size:var(--text-body);color:var(--text-on-dark-muted);flex-wrap:wrap;margin-inline:auto;display:flex}.site-footer__nav{gap:var(--space-gap);flex-wrap:wrap;margin-inline-start:auto;display:flex}.site-footer__link{color:var(--text-on-dark-muted);text-decoration:none}.site-footer__link:hover{color:var(--text-on-dark-brand)}@media (width<=980px){.grid--three{grid-template-columns:1fr}}@media (width<=720px){.pricing{grid-template-columns:1fr}.site-nav-bar{flex-wrap:wrap}.nav-toggle{display:inline-flex}.nav-links{align-items:stretch;gap:var(--space-tight);width:100%;padding-block:var(--space-stack);flex-direction:column;display:none}.nav-links.is-open{display:flex}}
