:root {
  --navy-950: #04131f;
  --navy-900: #071a2b;
  --navy-800: #0c2b45;
  --navy-700: #123e60;
  --forest: #176b66;
  --forest-dark: #0f4f4c;
  --cyan: #55f2d5;
  --cyan-soft: #c9fff6;
  --gold: #f4c86a;
  --gold-deep: #b67a1f;
  --paper: #f5f3ed;
  --paper-warm: #ece8df;
  --white: #fff;
  --ink: #102b3d;
  --ink-soft: #5f7080;
  --line: rgba(18, 54, 77, .14);
  --danger: #b4233f;
  --shell: min(1180px, calc(100% - 48px));
  --radius-lg: 32px;
  --radius-md: 20px;
  --shadow-lg: 0 30px 80px rgba(6, 31, 48, .16);
  --axel-neon: #55f2d5;
  --chat-opacity: .9;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body.dialog-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { margin-bottom: 0; line-height: 1.05; text-wrap: balance; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding: 108px 0; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 5000; top: 10px; left: 10px; padding: 10px 16px; color: #fff; background: var(--navy-950); border-radius: 10px; transform: translateY(-180%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.ambient-canvas { position: fixed; z-index: -2; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.grain { position: fixed; z-index: -1; inset: 0; pointer-events: none; opacity: .22; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.07'/%3E%3C/svg%3E"); }

.environment-notice { position: relative; z-index: 1200; min-height: 42px; padding: 8px max(20px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: center; gap: 22px; color: #d7ecf2; background: #0b344c; font-size: .76rem; }
.environment-notice button { padding: 5px 10px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; cursor: pointer; }

.site-header { position: sticky; z-index: 1000; top: 0; height: 82px; color: #eef8f8; background: rgba(4, 19, 31, .72); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px) saturate(130%); transition: height .25s ease, background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { height: 70px; background: rgba(4, 19, 31, .94); box-shadow: 0 12px 40px rgba(0,0,0,.2); }
.nav-shell { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; white-space: nowrap; }
.brand img { width: 45px; height: 45px; object-fit: contain; background: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.brand > span { display: grid; font-size: .82rem; font-weight: 750; letter-spacing: .14em; line-height: 1.1; }
.brand strong { color: var(--cyan); }
.brand small { margin-top: 5px; color: rgba(255,255,255,.48); font-size: .48rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.primary-nav a { position: relative; padding: 10px 12px; color: rgba(255,255,255,.75); text-decoration: none; font-size: .76rem; font-weight: 700; }
.primary-nav a::after { content: ""; position: absolute; right: 12px; bottom: 5px; left: 12px; height: 1px; background: var(--cyan); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: #fff; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); }
.account-button { min-width: 108px; height: 40px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; font-size: .72rem; font-weight: 800; cursor: pointer; transition: background .2s ease, border-color .2s ease; }
.account-button:hover { background: rgba(85,242,213,.12); border-color: rgba(85,242,213,.48); }
.account-dot { width: 7px; height: 7px; background: #8ea4b0; border-radius: 50%; box-shadow: 0 0 0 4px rgba(142,164,176,.12); }
.account-button.is-authenticated .account-dot { background: var(--cyan); box-shadow: 0 0 0 4px rgba(85,242,213,.14), 0 0 12px var(--cyan); }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; padding: 10px; flex-direction: column; justify-content: center; gap: 5px; background: transparent; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { width: 100%; height: 2px; background: #fff; border-radius: 2px; }

.hero { position: relative; min-height: calc(100svh - 82px); padding: 74px 0 86px; display: grid; align-items: center; overflow: clip; color: #eef8f8; background: radial-gradient(circle at 79% 35%, rgba(29,116,121,.28), transparent 30%), linear-gradient(135deg, rgba(4,19,31,.98), rgba(7,31,50,.96) 55%, rgba(10,42,61,.94)); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(410px, .94fr); align-items: center; gap: clamp(48px, 7vw, 100px); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin-bottom: 20px; display: flex; align-items: center; gap: 11px; color: var(--forest); font-size: .69rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 1px; background: currentColor; }
.eyebrow-light { color: #80ded4; }
.hero .eyebrow { color: #86e6dc; }
.hero h1 { max-width: 790px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.55rem, 6.6vw, 6.75rem); font-weight: 400; letter-spacing: -.055em; }
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero-lead { max-width: 680px; margin: 28px 0 0; color: rgba(235,247,248,.73); font-size: clamp(1rem, 1.3vw, 1.18rem); line-height: 1.75; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: .76rem; font-weight: 850; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--cyan); box-shadow: 0 14px 34px rgba(85,242,213,.16); }
.button-primary:hover { background: #8bffe9; box-shadow: 0 18px 40px rgba(85,242,213,.25); }
.button-secondary { color: var(--ink); background: transparent; border-color: var(--line); }
.hero .button-secondary { color: #fff; border-color: rgba(255,255,255,.25); }
.button-secondary:hover { border-color: var(--forest); }
.hero .button-secondary:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.55); }
.button-dark { color: #fff; background: var(--navy-900); }
.button-gold { color: var(--navy-950); background: var(--gold); }
.hero-signals { max-width: 760px; margin: 52px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.hero-signals li { min-width: 0; padding: 0 20px; display: grid; gap: 3px; border-left: 1px solid rgba(255,255,255,.14); }
.hero-signals li:first-child { padding-left: 0; border-left: 0; }
.hero-signals strong { color: #fff; font-size: .75rem; }
.hero-signals span { color: rgba(255,255,255,.5); font-size: .65rem; }

.hero-system { position: relative; width: min(100%, 520px); aspect-ratio: 1; margin-inline: auto; display: grid; place-items: center; }
.hero-system::before { content: ""; position: absolute; inset: 8%; background: radial-gradient(circle, rgba(85,242,213,.16), transparent 58%); filter: blur(6px); }
.system-halo { position: absolute; inset: 17%; border: 1px solid rgba(118,227,220,.21); border-radius: 50%; }
.halo-two { inset: 3%; border-style: dashed; border-color: rgba(244,200,106,.16); }
.system-core { position: relative; z-index: 3; width: 145px; height: 145px; display: grid; place-items: center; align-content: center; background: radial-gradient(circle at 35% 30%, #2b7580, #0a2d43 68%); border: 1px solid rgba(141,255,238,.42); border-radius: 50%; box-shadow: inset 0 0 30px rgba(132,255,238,.18), 0 0 80px rgba(85,242,213,.2); }
.system-core::after { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(255,255,255,.16); border-radius: inherit; }
.system-core span { color: #fff; font: 400 2.6rem/1 Georgia, serif; letter-spacing: -.05em; }
.system-core small { margin-top: 7px; color: var(--cyan); font-size: .55rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.system-node { position: absolute; z-index: 2; min-width: 132px; padding: 12px 15px; display: grid; color: #fff; background: rgba(9,38,57,.78); border: 1px solid rgba(255,255,255,.13); border-radius: 14px; box-shadow: 0 20px 40px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.system-node b { font-size: .72rem; }
.system-node span { color: rgba(255,255,255,.5); font-size: .6rem; }
.node-one { top: 8%; left: 10%; }
.node-two { top: 35%; right: -1%; }
.node-three { right: 13%; bottom: 8%; }
.system-caption { position: absolute; bottom: -4px; margin: 0; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.55); font-size: .62rem; font-weight: 700; letter-spacing: .06em; }
.live-dot { width: 7px; height: 7px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 0 5px rgba(85,242,213,.1), 0 0 14px rgba(85,242,213,.7); }

.trust-strip { position: relative; z-index: 3; color: #e8f5f5; background: var(--forest-dark); border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { min-height: 118px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid p { margin: 0; padding: 28px 22px; display: grid; align-content: center; color: rgba(255,255,255,.58); border-left: 1px solid rgba(255,255,255,.09); font-size: .67rem; }
.trust-grid p:first-child { border-left: 0; }
.trust-grid span { color: var(--gold); font-size: .55rem; font-weight: 900; letter-spacing: .16em; }
.trust-grid strong { margin: 3px 0; color: #fff; font-size: .76rem; }

.section-heading { margin-bottom: 42px; }
.section-heading.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .54fr); align-items: end; gap: 60px; }
.section-heading h2 { max-width: 760px; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 4.6vw, 4.65rem); font-weight: 400; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 6px; color: var(--ink-soft); font-size: .9rem; }
.resources-section { background: linear-gradient(180deg, rgba(245,243,237,.98), rgba(237,234,226,.98)); }
.resource-toolbar { padding: 14px; display: grid; grid-template-columns: 1.5fr .55fr .55fr auto; gap: 10px; background: rgba(255,255,255,.68); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 40px rgba(11,43,65,.06); backdrop-filter: blur(15px); }
.resource-toolbar label { min-width: 0; display: grid; gap: 5px; color: var(--ink-soft); font-size: .58rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.resource-toolbar input, .resource-toolbar select { width: 100%; height: 46px; padding: 0 13px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 11px; outline: none; font-size: .78rem; text-transform: none; }
.resource-toolbar input:focus, .resource-toolbar select:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(23,107,102,.1); }
.search-field { position: relative; align-self: end; }
.search-field svg { position: absolute; z-index: 1; top: 15px; left: 14px; width: 18px; fill: none; stroke: var(--ink-soft); stroke-width: 1.7; }
.search-field input { padding-left: 43px; }
.clear-filters { align-self: end; height: 46px; padding: 0 15px; color: var(--forest); background: transparent; border: 1px solid var(--line); border-radius: 11px; font-size: .7rem; font-weight: 850; cursor: pointer; }
.clear-filters:hover { background: rgba(23,107,102,.07); }
.resource-results-head { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.resource-results-head p { margin: 0; color: var(--ink-soft); font-size: .67rem; }
.resource-results-head p:last-child { display: flex; align-items: center; gap: 7px; }
.legend-pulse, .legend-static { width: 10px; height: 10px; display: inline-block; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 0 4px rgba(23,107,102,.09); }
.legend-static { margin-left: 10px; background: var(--gold); border-radius: 2px; box-shadow: none; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.resource-card { --resource-accent: #2f8e88; position: relative; min-height: 354px; padding: 24px; display: flex; flex-direction: column; overflow: hidden; background: rgba(255,255,255,.88); border: 1px solid rgba(17,55,77,.11); border-radius: var(--radius-md); box-shadow: 0 15px 35px rgba(10,40,60,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.resource-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--resource-accent), transparent 52%); box-shadow: 0 24px 50px rgba(10,40,60,.12); }
.resource-card::after { content: ""; position: absolute; right: -70px; bottom: -80px; width: 190px; height: 190px; background: radial-gradient(circle, color-mix(in srgb, var(--resource-accent), transparent 76%), transparent 70%); pointer-events: none; }
.resource-card-top { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.resource-code { color: var(--resource-accent); font-size: .57rem; font-weight: 900; letter-spacing: .13em; }
.resource-type { padding: 5px 8px; color: var(--ink-soft); background: #f1f3f0; border-radius: 999px; font-size: .55rem; font-weight: 850; text-transform: uppercase; }
.resource-visual { position: relative; z-index: 2; width: 64px; height: 72px; margin: 24px 0 20px; display: grid; place-items: center; color: var(--resource-accent); }
.resource-visual::before { content: ""; position: absolute; inset: 3px 9px 3px 6px; background: color-mix(in srgb, var(--resource-accent), white 86%); border: 1px solid color-mix(in srgb, var(--resource-accent), transparent 35%); border-radius: 4px 10px 10px 4px; box-shadow: -5px 5px 0 rgba(16,42,62,.05); transform-origin: left center; }
.resource-visual::after { content: ""; position: absolute; left: 13px; width: 27px; height: 1px; background: currentColor; box-shadow: 0 7px 0 currentColor, 0 14px 0 currentColor; opacity: .48; }
.resource-card.is-interactive .resource-visual { filter: drop-shadow(0 0 11px color-mix(in srgb, var(--resource-accent), transparent 48%)); }
.resource-card.is-interactive .resource-visual::before { box-shadow: -5px 5px 0 rgba(16,42,62,.05), 0 0 22px color-mix(in srgb, var(--resource-accent), transparent 67%); }
.resource-card.is-pdf .resource-visual::before { background: var(--resource-accent); border-color: transparent; }
.resource-card.is-pdf .resource-visual::after { background: #fff; box-shadow: 0 7px 0 #fff, 0 14px 0 #fff; opacity: .72; }
.resource-card h3 { position: relative; z-index: 2; color: var(--navy-900); font: 400 1.55rem/1.13 Georgia, serif; }
.resource-meta { position: relative; z-index: 2; margin: 10px 0 0; color: var(--resource-accent); font-size: .61rem; font-weight: 800; }
.resource-description { position: relative; z-index: 2; margin: 12px 0 24px; color: var(--ink-soft); font-size: .76rem; line-height: 1.6; }
.resource-open { position: relative; z-index: 2; margin-top: auto; display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--navy-800); text-decoration: none; font-size: .7rem; font-weight: 900; }
.resource-open span { width: 31px; height: 31px; display: grid; place-items: center; color: #fff; background: var(--resource-accent); border-radius: 50%; transition: transform .2s ease; }
.resource-open:hover span { transform: rotate(35deg); }
.empty-results { grid-column: 1 / -1; min-height: 230px; padding: 40px; display: grid; place-items: center; align-content: center; text-align: center; background: rgba(255,255,255,.58); border: 1px dashed var(--line); border-radius: var(--radius-md); }
.empty-results h3 { font: 400 1.6rem Georgia, serif; }
.empty-results p { margin: 10px 0 0; color: var(--ink-soft); }

.model-section { color: #eaf6f5; background: linear-gradient(135deg, #0a3448, #0a282f 70%, #103f3b); overflow: hidden; }
.model-section::after { content: ""; position: absolute; top: -230px; right: -160px; width: 650px; height: 650px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 180px rgba(255,255,255,.012); }
.model-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.model-intro { position: sticky; top: 110px; align-self: start; }
.model-intro h2 { color: #fff; font: 400 clamp(2.8rem, 4.5vw, 4.5rem)/1.04 Georgia, serif; letter-spacing: -.045em; }
.model-intro > p:last-child { margin: 24px 0 0; color: rgba(255,255,255,.64); }
.model-steps { margin: 0; padding: 0; list-style: none; }
.model-steps li { padding: 26px 0; display: grid; grid-template-columns: 58px 1fr; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.model-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.model-steps > li > span { color: var(--gold); font-size: .63rem; font-weight: 900; letter-spacing: .12em; }
.model-steps h3 { color: #fff; font: 400 1.6rem Georgia, serif; }
.model-steps p { margin: 8px 0 0; color: rgba(255,255,255,.57); font-size: .79rem; }

.identity-section { background: #f7f6f2; }
.identity-grid { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(50px, 8vw, 120px); }
.axel-stage { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 45%, #163f50, #071b2c 65%); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.axel-demo-orb { position: relative; z-index: 4; width: 152px; height: 152px; display: grid; place-items: center; color: #fff; background: radial-gradient(circle at 35% 28%, color-mix(in srgb, var(--axel-neon), white 18%), #0b3046 60%, #04131f); border: 1px solid color-mix(in srgb, var(--axel-neon), transparent 28%); border-radius: 50%; box-shadow: inset -18px -20px 38px rgba(0,0,0,.34), inset 12px 10px 28px rgba(255,255,255,.1), 0 0 34px color-mix(in srgb, var(--axel-neon), transparent 48%), 0 0 100px color-mix(in srgb, var(--axel-neon), transparent 72%); }
.axel-demo-orb::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.18); border-radius: inherit; }
.axel-demo-orb span { font: 400 2.4rem Georgia, serif; letter-spacing: -.08em; }
.axel-stage-ring { position: absolute; width: 310px; height: 310px; border: 1px solid rgba(85,242,213,.22); border-radius: 50%; }
.ring-b { width: 430px; height: 430px; border-style: dashed; border-color: rgba(244,200,106,.17); }
.stage-word { position: absolute; color: rgba(255,255,255,.6); font-size: .59rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.word-a { top: 18%; left: 18%; }.word-b { top: 40%; right: 11%; }.word-c { right: 20%; bottom: 17%; }
.identity-copy h2 { color: var(--navy-900); font: 400 clamp(2.8rem, 4.5vw, 4.5rem)/1.04 Georgia, serif; letter-spacing: -.045em; }
.identity-copy > p:not(.eyebrow) { max-width: 620px; margin: 24px 0; color: var(--ink-soft); }
.check-list { margin: 0 0 30px; padding: 0; display: grid; gap: 10px; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: var(--ink); font-size: .8rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; display: grid; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; font-size: .6rem; font-weight: 900; }

.pricing-section { background: linear-gradient(180deg, #ece9e1, #f6f4ee); }
.seat-calculator { margin-bottom: 22px; padding: 24px; display: grid; grid-template-columns: .85fr 1.25fr .7fr; align-items: center; gap: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 16px 40px rgba(11,45,66,.06); }
.seat-calculator > div:first-child { display: grid; gap: 3px; }
.seat-calculator label { color: var(--navy-900); font-size: .76rem; font-weight: 850; }
.seat-calculator output { color: var(--forest); font: 400 1.45rem Georgia, serif; }
.seat-calculator input[type="range"] { accent-color: var(--forest); }
.calculator-result { display: grid; justify-items: end; }
.calculator-result span { color: var(--forest); font-size: .62rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.calculator-result strong { color: var(--navy-900); font: 400 1.75rem Georgia, serif; }
.calculator-result small { color: var(--ink-soft); font-size: .59rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 13px; }
.plan-card { min-height: 420px; padding: 26px 22px; display: flex; flex-direction: column; background: rgba(255,255,255,.78); border: 1px solid var(--line); border-radius: var(--radius-md); }
.plan-card.featured { color: #fff; background: linear-gradient(155deg, var(--navy-800), var(--forest-dark)); border-color: rgba(85,242,213,.35); box-shadow: 0 24px 60px rgba(7,38,56,.2); transform: translateY(-6px); }
.plan-label { margin: 0 0 26px; color: var(--forest); font-size: .59rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.featured .plan-label { color: var(--cyan); }
.plan-card h3 { font: 400 1.7rem Georgia, serif; }
.plan-price { margin: 22px 0; display: grid; }
.plan-price strong { font: 400 1.75rem Georgia, serif; }
.plan-price span { color: var(--ink-soft); font-size: .6rem; }
.featured .plan-price span { color: rgba(255,255,255,.55); }
.plan-card ul { margin: 0 0 26px; padding: 0; display: grid; gap: 9px; list-style: none; }
.plan-card li { position: relative; padding-left: 18px; color: var(--ink-soft); font-size: .71rem; }
.plan-card li::before { content: "·"; position: absolute; left: 3px; color: var(--forest); font-weight: 900; }
.featured li { color: rgba(255,255,255,.7); }.featured li::before { color: var(--cyan); }
.plan-card .button { width: 100%; margin-top: auto; }
.plan-actions { margin-top: auto; display: grid; gap: 9px; }
.plan-actions .button { margin-top: 0; }
.plan-link { padding: 6px; color: inherit; background: transparent; border: 0; font-size: .64rem; font-weight: 850; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.pricing-note { margin: 18px auto 0; color: var(--ink-soft); text-align: center; font-size: .63rem; }

.account-section { padding-top: 10px; background: #f6f4ee; }
.cabinet-card { padding: clamp(36px, 6vw, 70px); color: #fff; background: linear-gradient(135deg, #092b40, #0d4e50); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.cabinet-card > div:first-child { max-width: 780px; }
.cabinet-card h2 { font: 400 clamp(2.7rem, 4vw, 4rem) Georgia, serif; }
.cabinet-card > div:first-child > p:last-child { margin: 20px 0 28px; color: rgba(255,255,255,.65); }
.cabinet-dashboard { margin-top: 35px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.15); }
.dashboard-summary { display: flex; align-items: center; gap: 14px; }
.dashboard-summary span { padding: 6px 9px; color: var(--navy-950); background: var(--cyan); border-radius: 999px; font-size: .56rem; font-weight: 900; text-transform: uppercase; }
.dashboard-summary strong { font: 400 1.4rem Georgia, serif; }
.dashboard-summary button { margin-left: auto; padding: 8px 12px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: .62rem; cursor: pointer; }
.dashboard-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.dashboard-grid article { padding: 18px; display: grid; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; }
.dashboard-grid span { color: rgba(255,255,255,.55); font-size: .58rem; font-weight: 850; text-transform: uppercase; }
.dashboard-grid strong { margin: 6px 0 2px; color: var(--gold); font: 400 2rem Georgia, serif; }
.dashboard-grid small { color: rgba(255,255,255,.45); font-size: .56rem; }
.private-tools { margin-top: 26px; padding: 22px; color: var(--ink); background: rgba(255,255,255,.96); border-radius: 18px; }
.private-tools h3 { font: 400 1.4rem Georgia, serif; }
.private-tabs { margin: 16px 0; display: flex; gap: 6px; }
.private-tabs button { padding: 8px 12px; color: var(--ink-soft); background: #eef2ef; border: 0; border-radius: 999px; font-size: .64rem; font-weight: 800; cursor: pointer; }
.private-tabs button[aria-selected="true"] { color: #fff; background: var(--forest); }
.private-panel > p { color: var(--ink-soft); font-size: .7rem; }
.private-list { display: grid; gap: 8px; }
.private-document { padding: 12px; display: flex; align-items: center; justify-content: space-between; gap: 14px; background: #f3f5f2; border-radius: 11px; }
.private-document b { font-size: .7rem; }.private-document button { padding: 6px 10px; color: #fff; background: var(--forest); border: 0; border-radius: 999px; font-size: .58rem; cursor: pointer; }
.legal-note { padding: 12px; color: #71521b !important; background: #fff4d7; border-left: 3px solid var(--gold-deep); border-radius: 6px; }
.cap-summary { margin: 14px 0; display: flex; gap: 8px; flex-wrap: wrap; }.cap-summary span { padding: 7px 10px; background: #eef3ef; border-radius: 999px; font-size: .6rem; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .66rem; } th, td { padding: 10px; text-align: left; border-bottom: 1px solid var(--line); } th { color: var(--forest); font-size: .56rem; text-transform: uppercase; }

.contact-section { padding-top: 30px; background: #f6f4ee; }
.contact-card { padding: clamp(38px, 6vw, 72px); display: grid; grid-template-columns: 1.25fr .55fr; align-items: center; gap: 60px; color: #fff; background: var(--forest); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.contact-card h2 { font: 400 clamp(2.55rem, 4.1vw, 4rem) Georgia, serif; }
.contact-actions { display: grid; justify-items: start; gap: 14px; }.contact-actions > a:last-child { color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 800; }

.site-footer { padding: 52px 0; color: rgba(255,255,255,.65); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .6fr .6fr; gap: 50px; align-items: start; }
.brand-footer { color: #fff; }.brand-footer > span { display: block; }.brand-footer img { background: #fff; }
.footer-grid > div > p { max-width: 400px; margin: 15px 0 0; font-size: .7rem; }
.footer-grid nav { display: grid; gap: 8px; }.footer-grid nav a, .footer-grid nav button { width: max-content; padding: 0; color: rgba(255,255,255,.66); background: transparent; border: 0; text-decoration: none; font-size: .68rem; cursor: pointer; }.footer-grid nav a:hover, .footer-grid nav button:hover { color: #fff; }
.footer-note { margin: 0; text-align: right; font-size: .66rem; }
.back-to-top { position: fixed; z-index: 790; right: 24px; bottom: 108px; width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: rgba(7,26,43,.84); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s ease; backdrop-filter: blur(10px); }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }

.axel-launcher { position: fixed; z-index: 1250; right: 24px; bottom: 24px; height: 68px; padding: 0 15px 0 6px; display: flex; align-items: center; gap: 10px; color: #fff; background: rgba(4,19,31,.88); border: 1px solid color-mix(in srgb, var(--axel-neon), transparent 58%); border-radius: 999px; box-shadow: 0 20px 50px rgba(0,0,0,.28), 0 0 30px color-mix(in srgb, var(--axel-neon), transparent 82%); backdrop-filter: blur(15px); cursor: pointer; }
.orb-shell, .mini-orb { position: relative; width: 55px; height: 55px; display: grid; place-items: center; color: #fff; background: radial-gradient(circle at 34% 27%, color-mix(in srgb, var(--axel-neon), white 22%), #0b3548 58%, #04131f); border: 1px solid color-mix(in srgb, var(--axel-neon), transparent 20%); border-radius: 50%; box-shadow: inset -8px -10px 18px rgba(0,0,0,.33), inset 6px 5px 14px rgba(255,255,255,.14), 0 0 18px color-mix(in srgb, var(--axel-neon), transparent 42%); }
.orb-shell::after, .mini-orb::after { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(255,255,255,.2); border-radius: inherit; }
.orb-shell b, .mini-orb span { font: 400 .95rem Georgia, serif; letter-spacing: -.05em; }
.launcher-label { font-size: .65rem; font-weight: 850; }
.orb-particles { position: absolute; inset: -13px; pointer-events: none; }
.orb-particles i { --angle: 0deg; --distance: 39px; position: absolute; top: 50%; left: 36px; width: 3px; height: 3px; background: var(--axel-neon); border-radius: 50%; box-shadow: 0 0 7px var(--axel-neon); transform: rotate(var(--angle)) translateX(var(--distance)); transform-origin: 0 0; opacity: .55; }

.axel-chat { position: fixed; z-index: 1300; right: 24px; bottom: 104px; width: min(430px, calc(100vw - 30px)); height: min(690px, calc(100dvh - 130px)); display: grid; grid-template-rows: auto auto 1fr auto auto auto; overflow: hidden; color: var(--ink); background: rgba(244,248,247,var(--chat-opacity)); border: 1px solid color-mix(in srgb, var(--axel-neon), transparent 55%); border-radius: 25px; box-shadow: 0 35px 100px rgba(2,16,26,.36), 0 0 50px color-mix(in srgb, var(--axel-neon), transparent 88%); backdrop-filter: blur(22px) saturate(135%); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(15px) scale(.98); transform-origin: bottom right; transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
.axel-chat.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.axel-chat header { padding: 14px 15px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 11px; color: #fff; background: rgba(4,24,38,.92); border-bottom: 1px solid rgba(255,255,255,.08); }
.mini-orb { width: 42px; height: 42px; }.mini-orb::after { inset: 5px; }
.chat-status { display: flex; align-items: center; gap: 6px; color: var(--axel-neon); font-size: .51rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }.chat-status i { width: 5px; height: 5px; background: var(--axel-neon); border-radius: 50%; box-shadow: 0 0 8px var(--axel-neon); }
.axel-chat header h2 { margin-top: 2px; font: 400 1.2rem Georgia, serif; }.axel-chat header button { width: 34px; height: 34px; color: rgba(255,255,255,.7); background: transparent; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; font-size: 1.25rem; cursor: pointer; }
.axel-controls { padding: 8px 12px; display: flex; align-items: center; gap: 7px; overflow-x: auto; background: rgba(255,255,255,.66); border-bottom: 1px solid var(--line); }
.axel-controls label, .axel-controls button { min-width: max-content; display: flex; align-items: center; gap: 5px; color: var(--ink-soft); background: transparent; border: 0; font-size: .54rem; font-weight: 800; cursor: pointer; }.axel-controls input[type="color"] { width: 22px; height: 22px; padding: 1px; border: 0; border-radius: 50%; }.axel-controls input[type="range"] { width: 56px; accent-color: var(--forest); }
.axel-log { min-height: 0; padding: 16px 13px; overflow-y: auto; display: flex; flex-direction: column; gap: 12px; background: linear-gradient(180deg, rgba(235,242,239,.5), rgba(248,249,247,.2)); }
.chat-message { max-width: 89%; display: flex; align-items: flex-start; gap: 7px; }
.chat-message > span { width: 26px; height: 26px; flex: 0 0 26px; display: grid; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; font-size: .48rem; font-weight: 900; }
.chat-message p { margin: 0; padding: 10px 12px; color: var(--ink); background: rgba(255,255,255,.88); border: 1px solid var(--line); border-radius: 3px 13px 13px 13px; font-size: .74rem; line-height: 1.52; box-shadow: 0 5px 16px rgba(16,42,62,.05); white-space: pre-wrap; }
.chat-message.user { margin-left: auto; flex-direction: row-reverse; }.chat-message.user > span { background: var(--navy-800); }.chat-message.user p { color: #fff; background: var(--navy-800); border-color: var(--navy-800); border-radius: 13px 3px 13px 13px; }
.chat-message.pending p::after { content: ""; display: inline-block; width: 18px; height: 5px; margin-left: 6px; background: radial-gradient(circle, var(--forest) 2px, transparent 3px) 0 0 / 6px 6px repeat-x; }
.quick-prompts { padding: 8px 11px 3px; display: flex; gap: 6px; overflow-x: auto; background: rgba(255,255,255,.7); }.quick-prompts button { min-width: max-content; padding: 6px 9px; color: var(--forest); background: rgba(23,107,102,.08); border: 0; border-radius: 999px; font-size: .57rem; font-weight: 800; cursor: pointer; }.quick-prompts button:hover { color: #fff; background: var(--forest); }
.axel-form { padding: 8px 11px; display: grid; grid-template-columns: 1fr auto; gap: 7px; background: rgba(255,255,255,.74); }
.axel-form textarea { min-width: 0; max-height: 110px; padding: 12px; resize: none; color: var(--ink); background: rgba(245,247,245,.9); border: 1px solid var(--line); border-radius: 12px; outline: none; font-size: .72rem; line-height: 1.35; }.axel-form textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(23,107,102,.1); }
.axel-form button { min-width: 72px; padding: 0 10px; display: flex; align-items: center; justify-content: center; gap: 5px; color: #fff; background: var(--forest); border: 0; border-radius: 12px; font-size: .62rem; font-weight: 850; cursor: pointer; }.axel-form button:disabled { opacity: .5; cursor: wait; }
.axel-foot { margin: 0; padding: 0 12px 10px; color: var(--ink-soft); background: rgba(255,255,255,.74); font-size: .51rem; line-height: 1.35; }

dialog { color: var(--ink); }
.auth-dialog, .memory-dialog, .pilot-dialog { width: min(540px, calc(100% - 24px)); max-width: none; max-height: calc(100dvh - 24px); padding: 0; overflow: auto; background: rgba(252,252,249,.97); border: 0; border-radius: 26px; box-shadow: 0 35px 100px rgba(3,18,29,.42); }
.pilot-dialog { width: min(760px, calc(100% - 24px)); }
.auth-dialog::backdrop, .memory-dialog::backdrop, .pilot-dialog::backdrop { background: rgba(2,14,23,.72); backdrop-filter: blur(8px); }
.dialog-shell { position: relative; padding: clamp(28px, 6vw, 48px); }
.dialog-close { position: absolute; z-index: 2; top: 16px; right: 16px; width: 36px; height: 36px; display: grid; place-items: center; color: var(--ink-soft); background: #eef1ed; border: 0; border-radius: 50%; font-size: 1.25rem; cursor: pointer; }
.auth-brand { margin: -48px -48px 35px; padding: 42px 48px 25px; display: flex; align-items: center; gap: 14px; color: #fff; background: linear-gradient(135deg, var(--navy-900), var(--forest-dark)); }.auth-brand p { margin: 0; color: rgba(255,255,255,.67); font-size: .68rem; }.auth-orb { width: 50px; height: 50px; display: grid; place-items: center; color: var(--navy-950); background: var(--cyan); border-radius: 50%; font: 400 1rem Georgia, serif; box-shadow: 0 0 25px rgba(85,242,213,.3); }
.auth-dialog h2, .memory-dialog h2 { font: 400 2.25rem Georgia, serif; }.auth-dialog p, .memory-dialog > .dialog-shell > p:not(.eyebrow) { color: var(--ink-soft); font-size: .75rem; }
.pilot-dialog h2 { font: 400 2.25rem Georgia, serif; }
.pilot-dialog > .dialog-shell > p:not(.eyebrow) { color: var(--ink-soft); font-size: .75rem; }
.institutional-form { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.institutional-form label { display: grid; gap: 6px; color: var(--ink); font-size: .61rem; font-weight: 850; }
.institutional-form input:not([type="checkbox"]), .institutional-form select, .institutional-form textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 11px; outline: none; font: inherit; font-size: .72rem; font-weight: 500; }
.institutional-form input:not([type="checkbox"]), .institutional-form select { height: 46px; }
.institutional-form textarea { resize: vertical; line-height: 1.45; }
.institutional-form input:focus, .institutional-form select:focus, .institutional-form textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(23,107,102,.1); }
.form-wide { grid-column: 1 / -1; }
.form-consent { grid-template-columns: auto 1fr; align-items: start; gap: 9px !important; color: var(--ink-soft) !important; font-weight: 600 !important; line-height: 1.4; }
.form-consent input { margin-top: 2px; accent-color: var(--forest); }
.institutional-submit { display: flex; align-items: center; gap: 14px; }
.institutional-submit span { color: var(--forest); font-size: .66rem; }
.form-trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.oauth-buttons { margin-top: 22px; display: grid; gap: 8px; }.oauth-buttons button { height: 48px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 12px; font-size: .72rem; font-weight: 850; cursor: pointer; }.oauth-buttons button:hover { border-color: var(--forest); }.oauth-buttons span { width: 20px; color: var(--navy-800); font: 800 1rem Arial, sans-serif; }
.auth-divider { margin: 20px 0; display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: .56rem; }.auth-divider::before, .auth-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
#magic-link-form label { display: block; margin-bottom: 5px; color: var(--ink); font-size: .62rem; font-weight: 850; } #magic-link-form > div { display: grid; grid-template-columns: 1fr auto; gap: 7px; } #magic-link-form input { min-width: 0; height: 46px; padding: 0 12px; border: 1px solid var(--line); border-radius: 11px; outline: none; } #magic-link-form input:focus { border-color: var(--forest); } #magic-link-form button { padding: 0 13px; color: #fff; background: var(--forest); border: 0; border-radius: 11px; font-size: .63rem; font-weight: 850; cursor: pointer; }
.auth-note { margin: 16px 0 0; font-size: .56rem !important; }.signed-actions { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.signed-actions button, .memory-actions button { min-height: 44px; border: 1px solid var(--line); border-radius: 11px; font-size: .67rem; font-weight: 850; cursor: pointer; }.signed-actions button:first-child, #memory-done { color: #fff; background: var(--forest); }.signed-actions button:last-child, #clear-memory { color: var(--danger); background: #fff; }
.memory-list { max-height: 340px; margin: 20px 0; overflow-y: auto; display: grid; gap: 8px; }.memory-item { padding: 12px; display: grid; grid-template-columns: 1fr auto; gap: 10px; background: #f1f3ef; border-radius: 11px; }.memory-item p { margin: 0; color: var(--ink); font-size: .68rem; }.memory-item small { color: var(--ink-soft); font-size: .55rem; }.memory-item button { align-self: start; color: var(--danger); background: transparent; border: 0; font-size: .58rem; cursor: pointer; }.memory-empty { padding: 24px; color: var(--ink-soft); text-align: center; background: #f3f5f2; border-radius: 12px; font-size: .68rem; }.memory-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.toast { position: fixed; z-index: 5000; left: 50%; bottom: 24px; max-width: min(500px, calc(100% - 28px)); padding: 12px 17px; color: #fff; background: rgba(4,24,38,.95); border: 1px solid rgba(255,255,255,.15); border-radius: 999px; box-shadow: 0 16px 40px rgba(0,0,0,.24); font-size: .68rem; transform: translateX(-50%); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid rgba(85,242,213,.72); outline-offset: 3px; }

@media (prefers-reduced-motion: no-preference) {
  .system-core, .axel-demo-orb, .orb-shell, .mini-orb { animation: axel-breathe 4.8s ease-in-out infinite; }
  .halo-one, .ring-a { animation: slow-orbit 24s linear infinite; }.halo-two, .ring-b { animation: reverse-orbit 32s linear infinite; }
  .system-node { animation: gentle-float 6s ease-in-out infinite; }.node-two { animation-delay: -2s; }.node-three { animation-delay: -4s; }
  .resource-card.is-interactive .resource-visual::before { animation: book-breathe 4.2s ease-in-out infinite; }
  .orb-particles i { animation: particle-drift var(--duration, 5s) ease-in-out infinite var(--delay, 0s); }
  @keyframes axel-breathe { 0%,100% { transform: scale(.97); filter: brightness(.94); } 50% { transform: scale(1.035); filter: brightness(1.1); } }
  @keyframes slow-orbit { to { transform: rotate(360deg); } } @keyframes reverse-orbit { to { transform: rotate(-360deg); } }
  @keyframes gentle-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
  @keyframes book-breathe { 0%,100% { transform: perspective(180px) rotateY(0deg) scale(.98); } 50% { transform: perspective(180px) rotateY(-9deg) scale(1.035); } }
  @keyframes particle-drift { 0%,100% { opacity: .15; transform: rotate(var(--angle)) translateX(calc(var(--distance) * .76)) scale(.6); } 50% { opacity: .82; transform: rotate(calc(var(--angle) + 22deg)) translateX(var(--distance)) scale(1.15); } }
}

@media (max-width: 1040px) {
  :root { --shell: min(900px, calc(100% - 34px)); }
  .nav-toggle { display: flex; }
  .primary-nav { position: fixed; top: 76px; right: 17px; left: 17px; padding: 14px; display: grid; gap: 2px; background: rgba(7,26,43,.98); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
  .site-header.is-scrolled .primary-nav { top: 66px; }.primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .account-button { min-width: 42px; }.account-button #account-label { display: none; }
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 800px; }.hero-system { width: min(100%, 560px); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }.trust-grid p:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.09); }.trust-grid p:nth-child(4) { border-top: 1px solid rgba(255,255,255,.09); }
  .resource-grid { grid-template-columns: repeat(2, 1fr); }.model-grid { grid-template-columns: 1fr; gap: 55px; }.model-intro { position: static; }.identity-grid { grid-template-columns: 1fr; }.axel-stage { min-height: 470px; }.pricing-grid { grid-template-columns: repeat(2, 1fr); }.plan-card.featured { transform: none; }.seat-calculator { grid-template-columns: 1fr 1fr; }.seat-calculator input { grid-column: 1 / -1; grid-row: 2; }.calculator-result { justify-items: end; }.contact-card { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1.2fr .6fr; }.footer-note { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 24px); --radius-lg: 24px; }
  .section { padding: 76px 0; }.site-header { height: 68px; }.brand img { width: 39px; height: 39px; }.brand small { display: none; }.primary-nav { top: 66px; }.site-header.is-scrolled .primary-nav { top: 64px; }
  .hero { min-height: 0; padding: 55px 0 70px; }.hero h1 { font-size: clamp(3rem, 15vw, 4.65rem); }.hero-actions { align-items: stretch; }.hero-actions .button { width: 100%; }.hero-signals { grid-template-columns: 1fr; }.hero-signals li, .hero-signals li:first-child { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }.hero-system { margin-top: 10px; }.system-node { min-width: 112px; padding: 9px 11px; }.system-core { width: 120px; height: 120px; }.node-two { right: 0; }.node-three { right: 8%; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid p, .trust-grid p:nth-child(3), .trust-grid p:nth-child(4) { padding: 19px 5px; border-top: 1px solid rgba(255,255,255,.09); border-left: 0; }
  .section-heading.split { grid-template-columns: 1fr; gap: 18px; }.section-heading h2 { font-size: 2.75rem; }.resource-toolbar { grid-template-columns: 1fr; }.resource-grid { grid-template-columns: 1fr; }.resource-card { min-height: 330px; }.resource-results-head { align-items: flex-start; flex-direction: column; padding: 12px 0; }.model-intro h2, .identity-copy h2 { font-size: 2.85rem; }.model-steps li { grid-template-columns: 44px 1fr; }.axel-stage { min-height: 390px; }.axel-stage-ring { width: 260px; height: 260px; }.ring-b { width: 340px; height: 340px; }
  .seat-calculator { grid-template-columns: 1fr; }.seat-calculator input { grid-column: auto; grid-row: auto; }.calculator-result { justify-items: start; }.pricing-grid { grid-template-columns: 1fr; }.plan-card { min-height: 370px; }
  .dashboard-summary { align-items: flex-start; flex-direction: column; }.dashboard-summary button { margin-left: 0; }.dashboard-grid { grid-template-columns: 1fr; }.contact-card { padding: 36px 25px; }.contact-actions .button { width: 100%; }.footer-grid { grid-template-columns: 1fr; }
  .axel-launcher { right: 13px; bottom: 13px; width: 62px; height: 62px; padding: 4px; justify-content: center; }.launcher-label { display: none; }.orb-shell { width: 51px; height: 51px; }.orb-particles { inset: -10px; }.axel-chat { right: 7px; bottom: 82px; width: calc(100% - 14px); height: min(690px, calc(100dvh - 90px)); border-radius: 20px; }.back-to-top { right: 18px; bottom: 88px; }
  .auth-dialog, .memory-dialog, .pilot-dialog { width: calc(100% - 12px); border-radius: 20px; }.dialog-shell { padding: 28px 20px; }.auth-brand { margin: -28px -20px 30px; padding: 34px 20px 23px; }.signed-actions, .memory-actions { grid-template-columns: 1fr; }.institutional-form { grid-template-columns: 1fr; }.form-wide { grid-column: auto; }.institutional-submit { align-items: stretch; flex-direction: column; }
}

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

@media print {
  .site-header, .environment-notice, .ambient-canvas, .grain, .hero-actions, .resource-toolbar, .back-to-top, .axel-chat, .axel-launcher, .contact-section, .pricing-section, .account-section { display: none !important; }
  body, .hero, .model-section, .identity-section, .resources-section { color: #000; background: #fff; }
  .hero { min-height: 0; }.hero h1, .section-heading h2, .model-intro h2, .identity-copy h2, .model-steps h3 { color: #000; }
  .hero-grid, .model-grid, .identity-grid { display: block; }.hero-system, .axel-stage { display: none; }.resource-grid { grid-template-columns: repeat(2, 1fr); }.resource-card { color: #000; background: #fff; box-shadow: none; break-inside: avoid; }
}
