@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,500&display=swap");

:root {
  --ink: #0a0d0c;
  --ink-soft: #151917;
  --paper: #f2f0e9;
  --paper-deep: #e7e3d8;
  --paper-light: #faf9f5;
  --signal: #dfff72;
  --signal-soft: #efffc0;
  --amber: #d6a85f;
  --muted: #696d67;
  --line: rgba(10, 13, 12, 0.14);
  --line-dark: rgba(255, 255, 255, 0.14);
  --container: 1280px;
  --sans: "Manrope", "Avenir Next", sans-serif;
  --serif: "Newsreader", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.035;
  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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 4px; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--signal);
  color: var(--ink);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container.narrow { width: min(calc(100% - 40px), 820px); }

.site-header {
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  padding: 24px 0;
  color: white;
}
.site-header.light { position: relative; background: var(--paper); color: var(--ink); }
.nav-shell {
  position: relative;
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  padding: 8px 10px 8px 20px;
  background: rgba(10, 13, 12, 0.58);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.site-header.light .nav-shell { border-color: var(--line); background: rgba(250, 249, 245, 0.78); box-shadow: none; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 108px; }
.site-header.light .brand img { filter: invert(1); }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 13px; font-weight: 600; letter-spacing: 0.01em; text-decoration: none; }
.nav-links a:not(.nav-cta) { opacity: 0.74; transition: opacity 160ms ease; }
.nav-links a:not(.nav-cta):hover { opacity: 1; }
.nav-cta, .button {
  --magnetic-x: 0px;
  --magnetic-y: 0px;
  --button-lift: 0px;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 20px;
  background: var(--signal);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transform: translate3d(var(--magnetic-x), calc(var(--magnetic-y) + var(--button-lift)), 0);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.nav-cta { min-height: 44px; }
.nav-cta:hover, .button:hover { --button-lift: -2px; background: #ebff9f; }
.button.secondary { border-color: rgba(255,255,255,.3); background: transparent; color: white; }
.button.secondary:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.07); }
.button.dark { background: var(--ink); color: white; }
.button.dark:hover { background: #202522; }
.button-arrow { width: 18px; transition: transform 180ms ease; }
.button:hover .button-arrow { transform: translateX(3px); }
.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: transparent;
  color: inherit;
}
.menu-button span, .menu-button span::before, .menu-button span::after {
  display: block;
  width: 16px;
  height: 1px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease;
}
.menu-button span::before { transform: translateY(-5px); }
.menu-button span::after { transform: translateY(4px); }

.hero { position: relative; min-height: 860px; overflow: hidden; background: var(--ink); color: white; }
.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 72% 48%, rgba(213, 168, 95, 0.20), transparent 24%),
    radial-gradient(circle at 82% 28%, rgba(223, 255, 114, 0.10), transparent 20%),
    linear-gradient(120deg, transparent 0 52%, rgba(255,255,255,.035) 52.1% 52.2%, transparent 52.3%);
}
.hero::after {
  position: absolute;
  right: -12vw;
  bottom: -34vw;
  width: 74vw;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 120px rgba(255,255,255,.012), 0 0 0 240px rgba(255,255,255,.008);
}
.hero-rays {
  position: absolute;
  z-index: 1;
  inset: -24% -14% -10% 42%;
  overflow: hidden;
  pointer-events: none;
  transform: rotate(-11deg);
  transform-origin: 50% 0;
  -webkit-mask-image: radial-gradient(ellipse at 48% 42%, black 0 34%, transparent 70%);
  mask-image: radial-gradient(ellipse at 48% 42%, black 0 34%, transparent 70%);
}
.hero-rays::before,
.hero-rays::after {
  position: absolute;
  inset: -20%;
  content: "";
  background: repeating-linear-gradient(90deg, transparent 0 7.5%, rgba(223,255,114,.12) 7.7% 7.9%, transparent 8.1% 15%);
  filter: blur(1px);
  animation: rays-drift 18s ease-in-out infinite alternate;
}
.hero-rays::after { background: repeating-linear-gradient(90deg, transparent 0 11%, rgba(214,168,95,.09) 11.2% 11.4%, transparent 11.6% 22%); filter: blur(7px); animation-duration: 25s; animation-direction: alternate-reverse; }
@keyframes rays-drift { from { transform: translate3d(-3%, 0, 0) scaleX(.96); opacity: .55; } to { transform: translate3d(5%, 4%, 0) scaleX(1.04); opacity: 1; } }
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 860px;
  grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
  align-items: center;
  gap: 30px;
  padding-top: 124px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { width: 28px; height: 1px; background: currentColor; content: ""; opacity: .55; }
.eyebrow.status::before { width: 7px; height: 7px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 5px rgba(223,255,114,.12); opacity: 1; }
.hero-copy h1, .page-hero h1, .cta-panel h2 {
  margin: 0;
  font-size: clamp(54px, 7vw, 104px);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .94;
}
.hero-copy { padding-bottom: 12px; }
.hero-copy h1 { max-width: 660px; }
.hero-copy h1 em { color: var(--signal); font-family: var(--serif); font-weight: 400; }
.hero-line { display: block; overflow: hidden; padding: .03em .08em .07em 0; }
.hero-word { display: inline-block; opacity: 0; transform: translateY(115%) rotate(2deg); transform-origin: left bottom; animation: hero-word-in 780ms cubic-bezier(.16,1,.3,1) forwards; }
.hero-line:nth-child(1) .hero-word:nth-child(2) { animation-delay: 70ms; }
.hero-line:nth-child(2) .hero-word:nth-child(1) { animation-delay: 140ms; }
.hero-line:nth-child(2) .hero-word:nth-child(2) { animation-delay: 210ms; }
.hero-line:nth-child(3) .hero-word { animation-delay: 280ms; }
.hero-copy > .eyebrow,
.hero-copy > p:not(.eyebrow),
.hero-actions,
.hero-note { opacity: 0; animation: hero-fade-in 700ms cubic-bezier(.16,1,.3,1) forwards; }
.hero-copy > .eyebrow { animation-delay: 80ms; }
.hero-copy > p:not(.eyebrow) { animation-delay: 420ms; }
.hero-actions { animation-delay: 500ms; }
.hero-note { animation-delay: 580ms; }
@keyframes hero-word-in { to { opacity: 1; transform: translateY(0) rotate(0); } }
@keyframes hero-fade-in { from { transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.hero-copy > p:not(.eyebrow) { max-width: 600px; margin: 30px 0 0; color: rgba(255,255,255,.68); font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 26px; color: rgba(255,255,255,.48); font-size: 12px; }
.hero-note svg { width: 15px; color: var(--signal); }

.card-stage { position: relative; display: grid; min-height: 610px; place-items: center; perspective: 1200px; }
.orbit { position: absolute; width: min(40vw, 520px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; transform: rotate(-17deg); animation: orbit-turn 34s linear infinite; }
.orbit.second { width: min(31vw, 405px); border-color: rgba(223,255,114,.17); transform: rotate(26deg); animation-name: orbit-turn-reverse; animation-duration: 28s; }
@keyframes orbit-turn { to { transform: rotate(343deg); } }
@keyframes orbit-turn-reverse { to { transform: rotate(-334deg); } }
.orbit::after, .orbit::before { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--signal); content: ""; box-shadow: 0 0 20px rgba(223,255,114,.8); }
.orbit::after { top: 7%; left: 27%; }
.orbit::before { right: 7%; bottom: 30%; width: 5px; height: 5px; background: white; }
.saker-card {
  --tilt-x: -2deg;
  --tilt-y: -7deg;
  --glow-x: 35%;
  --glow-y: 30%;
  position: relative;
  z-index: 3;
  width: min(39vw, 510px);
  aspect-ratio: 1.586;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 29px;
  padding: clamp(26px, 3vw, 38px);
  background: radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(223,255,114,.13), transparent 34%), linear-gradient(145deg, #333227 0%, #111310 42%, #050605 100%);
  box-shadow: -28px 52px 80px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.13);
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotateZ(-5deg);
  transition: transform 220ms ease-out;
}
.saker-card::before { position: absolute; inset: -50%; background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,.11) 48%, transparent 58%); content: ""; transform: translateX(-40%); animation: card-sheen 7s ease-in-out infinite; }
@keyframes card-sheen { 0%, 52%, 100% { transform: translateX(-42%); } 68% { transform: translateX(42%); } }
.card-top, .card-bottom { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; }
.card-logo { width: 112px; }
.card-signal { width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; }
.card-signal::before, .card-signal::after { display: block; width: 14px; height: 1px; margin: 11px auto 0; background: var(--signal); content: ""; transform: rotate(45deg); }
.card-signal::after { margin-top: 6px; transform: rotate(-45deg); }
.card-balance { position: relative; z-index: 2; margin-top: 23%; }
.card-balance span, .card-bottom span { display: block; color: rgba(255,255,255,.48); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.card-balance strong { display: block; margin-top: 4px; font-size: clamp(25px, 3vw, 38px); font-weight: 500; letter-spacing: -.04em; }
.card-bottom { position: absolute; right: clamp(26px, 3vw, 38px); bottom: clamp(24px, 2.6vw, 34px); left: clamp(26px, 3vw, 38px); }
.card-bottom b { font-size: 12px; font-weight: 500; letter-spacing: .1em; }
.orbit-tag { position: absolute; z-index: 5; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; padding: 8px 12px; background: rgba(12,14,13,.7); color: rgba(255,255,255,.72); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(12px); }
.orbit-tag i { width: 6px; height: 6px; border-radius: 50%; background: var(--signal); }
.tag-one { top: 17%; right: 4%; }
.tag-two { bottom: 16%; left: 3%; }
.card-chip { position: absolute; z-index: 5; right: 2%; bottom: 8%; min-width: 138px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; padding: 12px 14px; background: rgba(12,14,13,.72); backdrop-filter: blur(14px); }
.card-chip span { display: block; color: rgba(255,255,255,.42); font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.card-chip b { display: block; margin-top: 2px; color: white; font-size: 12px; font-weight: 600; }

.trust-bar { border-bottom: 1px solid var(--line); background: var(--paper-light); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { min-height: 118px; border-left: 1px solid var(--line); padding: 30px; }
.trust-item:first-child { border-left: 0; padding-left: 0; }
.trust-item small { display: block; margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.trust-item strong { display: block; max-width: 230px; font-size: 14px; line-height: 1.45; }

.section { padding: clamp(96px, 10vw, 148px) 0; }

.product-section { overflow: hidden; background: var(--ink); color: white; }
.product-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.product-copy h2 { max-width: 540px; margin: 0; font-size: clamp(46px, 6vw, 80px); font-weight: 500; letter-spacing: -.055em; line-height: .97; }
.product-copy h2 em { color: var(--signal); font-family: var(--serif); font-weight: 400; }
.product-copy > p { max-width: 500px; margin: 26px 0 36px; color: rgba(255,255,255,.62); }
.feature-list { display: grid; gap: 0; border-top: 1px solid var(--line-dark); }
.feature-list div { display: grid; grid-template-columns: 28px 1fr; gap: 12px; border-bottom: 1px solid var(--line-dark); padding: 18px 0; }
.feature-list b { color: var(--signal); font-size: 12px; }
.feature-list span { font-size: 14px; }
.phone-scene { position: relative; min-height: 720px; }
.phone-orbit { position: absolute; top: 50%; left: 50%; width: 660px; height: 660px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; transform: translate(-50%,-50%); }
.phone-orbit::before { position: absolute; inset: 90px; border: 1px solid rgba(223,255,114,.12); border-radius: inherit; content: ""; }
.phone { position: absolute; z-index: 2; top: 50%; left: 50%; width: 326px; height: 668px; overflow: hidden; border: 8px solid #2b2e2b; border-radius: 48px; background: #f3f1eb; color: var(--ink); box-shadow: 0 45px 100px rgba(0,0,0,.5); transform: translate(-50%,-50%) rotate(4deg); animation: phone-float 7s ease-in-out infinite; }
@keyframes phone-float { 0%,100% { transform: translate(-50%,-50%) rotate(4deg); } 50% { transform: translate(-50%,calc(-50% - 8px)) rotate(2.8deg); } }
.phone::before { position: absolute; z-index: 5; top: 8px; left: 50%; width: 94px; height: 25px; border-radius: 999px; background: #111; content: ""; transform: translateX(-50%); }
.phone-screen { padding: 53px 20px 22px; }
.phone-kicker { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.phone-screen h3 { margin: 22px 0 2px; font-size: 14px; font-weight: 500; }
.phone-balance { display: block; margin-bottom: 22px; font-size: 31px; letter-spacing: -.05em; }
.phone-card { position: relative; aspect-ratio: 1.586; overflow: hidden; border-radius: 20px; padding: 20px; background: linear-gradient(145deg,#4b4937,#151713 55%,#050505); color: white; box-shadow: 0 15px 28px rgba(0,0,0,.2); }
.phone-card strong { font-size: 14px; letter-spacing: .18em; }
.phone-card span { position: absolute; right: 20px; bottom: 18px; font-size: 10px; opacity: .7; }
.quick-actions { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 20px 0; }
.quick-actions div { text-align: center; font-size: 9px; }
.quick-actions i { display: grid; width: 42px; height: 42px; margin: 0 auto 6px; place-items: center; border-radius: 50%; background: white; box-shadow: 0 5px 15px rgba(0,0,0,.07); font-style: normal; }
.activity { display: grid; gap: 10px; }
.activity > strong { font-size: 13px; }
.activity-row { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; border-top: 1px solid rgba(10,13,12,.09); padding-top: 10px; }
.activity-row i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 12px; background: #e4e0d5; font-size: 11px; font-style: normal; }
.activity-row span, .activity-row b { font-size: 10px; }
.activity-row small { display: block; color: var(--muted); font-size: 8px; }
.status-float { position: absolute; z-index: 4; border: 1px solid var(--line-dark); border-radius: 18px; padding: 16px 18px; background: rgba(20,23,21,.8); backdrop-filter: blur(14px); }
.status-float small { display: block; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.status-float strong { display: block; margin-top: 4px; font-size: 14px; }
.float-one { top: 15%; left: 2%; }
.float-two { right: 0; bottom: 19%; }
.assurance-rail { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 7vw, 96px); align-items: start; margin-top: clamp(32px, 5vw, 64px); border-top: 1px solid var(--line-dark); padding-top: 42px; scroll-margin-top: 32px; }
.assurance-intro .eyebrow { color: rgba(255,255,255,.46); }
.assurance-intro h3 { max-width: 390px; margin: 14px 0 0; font-size: clamp(27px, 3vw, 38px); font-weight: 500; letter-spacing: -.04em; line-height: 1.08; }
.assurance-points { display: grid; grid-template-columns: repeat(3, 1fr); }
.assurance-points div { min-height: 138px; border-left: 1px solid var(--line-dark); padding: 4px 24px 0; }
.assurance-points span { display: block; margin-bottom: 34px; color: var(--signal); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.assurance-points strong { display: block; font-size: 14px; }
.assurance-points small { display: block; max-width: 210px; margin-top: 7px; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.55; }

.disclosure { border-block: 1px solid var(--line); padding: 28px 0; }
.disclosure .container { display: grid; grid-template-columns: 1fr 3fr; gap: 30px; }
.disclosure strong { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.disclosure p { max-width: 920px; margin: 0; color: var(--muted); font-size: 13px; }
.cta-section { padding: 24px 0 80px; }
.cta-panel { position: relative; overflow: hidden; border-radius: 34px; padding: clamp(48px,8vw,98px); background: var(--ink); color: white; }
.cta-panel::before { position: absolute; inset: 0; content: ""; background: linear-gradient(110deg, transparent 0 45%, rgba(223,255,114,.055) 46%, transparent 58%); transform: translateX(-45%); animation: cta-light 9s ease-in-out infinite; }
.cta-panel::after { position: absolute; top: -40%; right: -12%; width: 560px; aspect-ratio: 1; border: 1px solid rgba(223,255,114,.2); border-radius: 50%; content: ""; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.015); }
.cta-panel > * { position: relative; z-index: 2; }
@keyframes cta-light { 0%,42%,100% { transform: translateX(-55%); } 66% { transform: translateX(70%); } }
.cta-panel h2 { position: relative; z-index: 2; max-width: 760px; font-size: clamp(44px,6.2vw,82px); }
.cta-panel p { position: relative; z-index: 2; max-width: 600px; margin: 24px 0 34px; color: rgba(255,255,255,.62); }
.cta-panel .button { position: relative; z-index: 2; }

.site-footer { background: var(--ink); color: white; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px; padding: 80px 0 60px; }
.footer-brand img { width: 126px; }
.footer-brand p { max-width: 320px; margin: 24px 0; color: rgba(255,255,255,.5); font-size: 13px; }
.footer-email { color: var(--signal); font-size: 13px; text-underline-offset: 4px; }
.footer-column strong { display: block; margin-bottom: 20px; color: rgba(255,255,255,.38); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.footer-column a { display: block; width: fit-content; margin: 10px 0; color: rgba(255,255,255,.74); font-size: 13px; text-decoration: none; }
.footer-column a:hover { color: white; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line-dark); padding: 24px 0 30px; color: rgba(255,255,255,.38); font-size: 11px; }

.page-main { min-height: 70vh; }
.page-hero { padding: 110px 0 74px; border-bottom: 1px solid var(--line); }
.page-hero .eyebrow { color: var(--muted); }
.page-hero h1 { max-width: 940px; font-size: clamp(52px,8vw,100px); }
.page-hero > .container > p:not(.eyebrow) { max-width: 690px; margin: 28px 0 0; color: var(--muted); font-size: 18px; }
.page-meta { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 34px; color: var(--muted); font-size: 12px; }
.document { padding: 72px 0 120px; }
.document-layout { display: grid; grid-template-columns: 210px minmax(0, 720px); gap: 80px; align-items: start; }
.document-aside { position: sticky; top: 30px; }
.document-aside strong { display: block; margin-bottom: 16px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.document-aside a { display: block; margin: 9px 0; color: var(--muted); font-size: 12px; text-decoration: none; }
.document-aside a:hover { color: var(--ink); }
.document-body h2 { margin: 64px 0 18px; scroll-margin-top: 30px; font-size: 30px; letter-spacing: -.035em; }
.document-body h2:first-child { margin-top: 0; }
.document-body h3 { margin: 30px 0 10px; font-size: 17px; }
.document-body p, .document-body li { color: #444943; }
.document-body ul { padding-left: 22px; }
.document-body a { text-underline-offset: 3px; }
.document-note { border-left: 3px solid var(--signal); padding: 18px 20px; background: rgba(223,255,114,.22); font-size: 14px; }

.company-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; padding: 100px 0; }
.company-story h2 { margin: 0 0 28px; font-size: clamp(40px,5vw,68px); letter-spacing: -.05em; line-height: 1; }
.company-story p { max-width: 650px; color: var(--muted); }
.company-facts { border-top: 1px solid var(--line); }
.fact-row { display: grid; grid-template-columns: 140px 1fr; gap: 20px; border-bottom: 1px solid var(--line); padding: 22px 0; }
.fact-row span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.fact-row strong, .fact-row a { font-size: 14px; font-weight: 600; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; padding-bottom: 120px; }
.value-card { min-height: 310px; border: 1px solid var(--line); border-radius: 28px; padding: 30px; background: var(--paper-light); }
.value-card b { color: var(--amber); font-family: var(--serif); font-size: 42px; font-weight: 400; }
.value-card h3 { margin: 88px 0 10px; font-size: 24px; letter-spacing: -.03em; }
.value-card p { margin: 0; color: var(--muted); font-size: 14px; }

.support-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding: 100px 0 130px; }
.support-intro h2 { margin: 0 0 20px; font-size: clamp(38px,5vw,60px); letter-spacing: -.045em; line-height: 1; }
.support-intro p { color: var(--muted); }
.contact-card { margin-top: 36px; border-radius: 24px; padding: 28px; background: var(--ink); color: white; }
.contact-card small { display: block; margin-bottom: 10px; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.contact-card a { color: var(--signal); font-size: 15px; }
.support-sections { border-top: 1px solid var(--line); }
.support-item { display: grid; grid-template-columns: 42px 1fr auto; gap: 18px; align-items: start; border-bottom: 1px solid var(--line); padding: 28px 0; text-decoration: none; }
.support-item > span:first-child { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 14px; font-family: var(--serif); font-size: 18px; }
.support-item h3 { margin: 0 0 4px; font-size: 18px; letter-spacing: -.02em; }
.support-item p { margin: 0; color: var(--muted); font-size: 13px; }
.support-item > b { padding-top: 8px; color: var(--muted); }
.faq-list { margin-top: 30px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; cursor: pointer; list-style: none; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--muted); font-size: 22px; font-weight: 400; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 650px; margin: -6px 0 24px; color: var(--muted); font-size: 14px; }
.error-page { display: grid; min-height: 72vh; place-items: center; text-align: center; }
.error-page strong { color: var(--amber); font-family: var(--serif); font-size: 80px; font-weight: 400; }
.error-page h1 { margin: 0; font-size: clamp(42px,6vw,72px); letter-spacing: -.05em; }
.error-page p { margin: 16px 0 28px; color: var(--muted); }

[data-reveal] { opacity: 1; transform: none; }
[data-reveal].is-visible { animation: reveal-in 720ms cubic-bezier(.16,1,.3,1) both; }
@keyframes reveal-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 180px; padding-bottom: 80px; }
  .hero-copy { max-width: 760px; }
  .card-stage { min-height: 560px; }
  .saker-card { width: min(76vw, 510px); }
  .orbit { width: min(80vw,520px); }
  .orbit.second { width: min(62vw,405px); }
  .trust-grid { grid-template-columns: repeat(3,1fr); }
  .product-grid, .assurance-rail, .company-grid, .support-layout { grid-template-columns: 1fr; }
  .assurance-rail { gap: 34px; }
  .phone-scene { min-height: 700px; }
}

@media (max-width: 760px) {
  .container, .container.narrow { width: min(calc(100% - 28px), var(--container)); }
  .site-header { padding-top: 14px; }
  .nav-shell { min-height: 56px; padding: 6px 6px 6px 16px; }
  .brand img { width: 92px; }
  .menu-button { display: grid; }
  .site-header.light .menu-button { border-color: var(--line); }
  .nav-links { position: absolute; top: 70px; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; border: 1px solid var(--line-dark); border-radius: 24px; padding: 14px; background: #121513; box-shadow: 0 24px 60px rgba(0,0,0,.28); }
  .site-header.light .nav-links { border-color: var(--line); background: var(--paper-light); box-shadow: 0 24px 60px rgba(0,0,0,.1); }
  .nav-links[data-open="true"] { display: flex; }
  .nav-links a { padding: 13px 12px; }
  .nav-cta { margin-top: 6px; }
  body.menu-open { overflow: hidden; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { padding-top: 148px; }
  .hero-copy h1 { font-size: clamp(48px,14vw,72px); }
  .hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .card-stage { min-height: 480px; margin: 20px -10px 0; }
  .saker-card { width: min(87vw, 430px); border-radius: 23px; }
  .orbit { width: 92vw; }
  .orbit.second { width: 74vw; }
  .tag-one { top: 9%; right: 0; }
  .tag-two { bottom: 10%; left: 0; }
  .trust-grid { grid-template-columns: repeat(3,1fr); }
  .trust-item { min-height: 105px; padding: 20px 12px; }
  .trust-item:first-child { padding-left: 0; }
  .trust-item:last-child { padding-right: 0; }
  .section { padding: 88px 0; }
  .product-grid { gap: 50px; }
  .phone-scene { min-height: 650px; margin: 0 -12px; }
  .phone { width: 292px; height: 598px; }
  .phone-orbit { width: 520px; height: 520px; }
  .float-one { top: 8%; left: 0; }
  .float-two { right: 0; bottom: 10%; }
  .assurance-points { grid-template-columns: 1fr; }
  .assurance-points div { display: grid; min-height: auto; grid-template-columns: 30px 1fr; column-gap: 14px; border-top: 1px solid var(--line-dark); border-left: 0; padding: 18px 0; }
  .assurance-points span { grid-row: span 2; margin: 2px 0 0; }
  .assurance-points small { margin-top: 3px; }
  .disclosure .container { grid-template-columns: 1fr; gap: 10px; }
  .cta-section { padding-bottom: 28px; }
  .cta-panel { border-radius: 28px; padding: 48px 24px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .page-hero { padding-top: 72px; }
  .page-hero h1 { font-size: 54px; }
  .document-layout { grid-template-columns: 1fr; gap: 34px; }
  .document-aside { position: static; display: none; }
  .company-grid, .support-layout { gap: 44px; padding: 72px 0 90px; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 260px; }
  .value-card h3 { margin-top: 64px; }
}

@media (max-width: 430px) {
  .status-float { padding: 12px 14px; }
}

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