:root {
  --blue: #0070d9;
  --blue-dark: #0058ad;
  --green: #15803d;
  --yellow: #ffc107;
  --ink: #24354a;
  --muted: #63758a;
  --line: #e5edf3;
  --paper: #f7fbff;
  --font-body: "DM Sans", Arial, sans-serif;
  --font-display: "Manrope", "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.6 var(--font-body);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 10; padding: 10px; background: white; }
.skip-link:focus { left: 8px; }
.site-header { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid rgba(220,231,241,.75); background: rgba(247,251,255,.92); backdrop-filter: blur(16px); }
.nav-wrap { max-width: 1200px; margin: auto; padding: 14px 28px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
.brand img { object-fit: contain; }
.brand-name { color: var(--blue); font: 800 22px var(--font-display); letter-spacing: -1.2px; }
.brand-name b { color: var(--green); }
nav { display: flex; gap: 34px; color: #607186; font-size: 14px; font-weight: 600; }
nav a:hover, .back-top:hover { color: var(--blue); }
.nav-cta { padding: 10px 17px; border: 1px solid #c8def2; border-radius: 999px; color: var(--blue); font-size: 13px; font-weight: 700; }
.nav-cta span { padding-left: 7px; }
.section-shell { width: min(1120px, calc(100% - 56px)); margin-inline: auto; }
.hero { min-height: 620px; padding-block: 52px 65px; display: grid; grid-template-columns: 1fr 1.03fr; align-items: center; gap: 25px; }
.eyebrow { margin: 0 0 17px; display: flex; align-items: center; gap: 9px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px #fff0bf; }
.hero h1, .section-heading h2, .how-heading h2, .community h2, .launch h2, .company h2 { margin: 0; color: var(--ink); font: 800 clamp(42px, 5vw, 67px)/1.07 var(--font-display); letter-spacing: -3.6px; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 490px; margin: 24px 0 30px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.button { padding: 15px 23px; display: inline-flex; align-items: center; gap: 22px; border-radius: 999px; font-size: 14px; font-weight: 700; }
.button-primary { background: var(--blue); color: white; box-shadow: 0 10px 26px rgba(0,112,217,.2); }
.button-primary:hover { background: var(--blue-dark); transform: translateY(-1px); }
.hero-note { margin-top: 35px; display: flex; align-items: center; gap: 11px; color: #7a8a9b; font-size: 12px; }
.note-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #fff2be; color: #bd8b00; font-size: 15px; }
.hero-art { height: 485px; position: relative; display: grid; place-items: center; isolation: isolate; }
.hero-art::before { position: absolute; z-index: -2; width: min(430px, 90%); aspect-ratio: 1; border-radius: 47% 53% 64% 36% / 44% 45% 55% 56%; background: linear-gradient(145deg,#e6f4ff,#f0f9ff 48%,#e5f7ea); content: ""; transform: rotate(-10deg); }
.hero-art img { width: 91%; max-height: 370px; height: auto; object-fit: contain; filter: drop-shadow(0 16px 15px rgba(44,82,116,.1)); z-index: 1; }
.art-orbit { position: absolute; z-index: -1; border: 1px dashed rgba(0,112,217,.22); border-radius: 50%; }
.orbit-one { width: 385px; height: 385px; transform: rotate(18deg); }
.orbit-two { width: 470px; height: 290px; transform: rotate(-31deg); }
.art-sun { position: absolute; top: 42px; right: 74px; width: 68px; height: 68px; border-radius: 50%; background: #ffe385; box-shadow: 0 0 0 11px rgba(255,227,133,.21); }
.float-card { position: absolute; z-index: 2; padding: 12px 16px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.9); border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: 0 14px 38px rgba(40,70,100,.13); }
.float-card b, .float-card small { display: block; }
.float-card b { font: 700 13px var(--font-display); }
.float-card small { color: #7c8995; font-size: 10px; }
.float-card-top { top: 86px; left: 5px; }
.float-card-bottom { right: 0; bottom: 89px; }
.float-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 12px; font-size: 21px; font-weight: 700; }
.icon-blue { background: #eaf5ff; color: var(--blue); }
.icon-green { background: #e9f8ed; color: var(--green); }
.art-spark { position: absolute; color: var(--blue); font-size: 23px; }
.spark-a { top: 158px; right: 31px; }
.spark-b { bottom: 140px; left: 40px; color: #e9a900; }
.ticker { padding: 13px 0; overflow: hidden; background: var(--blue); color: white; transform: rotate(-1.2deg) scale(1.01); }
.ticker-track { display: flex; align-items: center; justify-content: space-around; gap: 28px; white-space: nowrap; font: 700 15px var(--font-display); letter-spacing: .2px; }
.ticker i { color: var(--yellow); font-size: 20px; font-style: normal; }
.intro { padding-block: 138px 55px; display: grid; grid-template-columns: 1fr .85fr; align-items: end; gap: 90px; }
.section-heading h2, .how-heading h2, .company h2 { font-size: 45px; letter-spacing: -2.5px; }
.intro-copy { max-width: 440px; padding-bottom: 5px; position: relative; color: var(--muted); font-size: 15px; line-height: 1.8; }
.hand-drawn-arrow { position: absolute; right: -5px; bottom: -46px; color: var(--green); font-size: 35px; transform: rotate(-18deg); }
.feature-grid { padding-bottom: 126px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.feature-card { min-height: 258px; padding: 24px 25px 28px; position: relative; overflow: hidden; border-radius: 22px; }
.feature-blue { background: #eaf5ff; }
.feature-yellow { background: #fff6db; }
.feature-green { background: #eaf7ed; }
.feature-top { display: flex; align-items: center; justify-content: space-between; }
.feature-number { color: #8292a2; font-size: 11px; font-weight: 800; letter-spacing: 1px; }
.feature-symbol { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: white; color: var(--blue); font-size: 25px; }
.feature-yellow .feature-symbol { color: #b88a00; }
.feature-green .feature-symbol { color: var(--green); }
.feature-card h3 { margin: 32px 0 9px; font: 800 21px var(--font-display); letter-spacing: -.6px; }
.feature-card p { max-width: 280px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.card-line { width: 120px; height: 70px; position: absolute; right: -16px; bottom: -25px; border: 1px solid rgba(0,112,217,.2); border-radius: 50%; transform: rotate(-25deg); }
.feature-yellow .card-line { border-color: rgba(184,138,0,.2); }
.feature-green .card-line { border-color: rgba(21,128,61,.2); }
.how-section { padding-bottom: 135px; display: grid; grid-template-columns: .8fr 1fr; gap: 100px; }
.how-heading > p:last-child { max-width: 330px; margin-top: 22px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.steps { border-top: 1px solid var(--line); }
.step { padding: 23px 0; display: flex; align-items: flex-start; gap: 19px; border-bottom: 1px solid var(--line); }
.step-icon { flex: 0 0 47px; height: 47px; display: grid; place-items: center; border-radius: 15px; font-size: 24px; font-weight: 700; }
.step-blue { background: #eaf5ff; color: var(--blue); }
.step-yellow { background: #fff4ce; color: #bd8b00; }
.step-green { background: #e8f8ec; color: var(--green); }
.step-label { color: #95a2af; font-size: 10px; font-weight: 800; letter-spacing: 1.1px; text-transform: uppercase; }
.step h3 { margin: 3px 0; font: 800 17px var(--font-display); }
.step p { max-width: 390px; margin: 0; color: var(--muted); font-size: 12px; }
.community { overflow: hidden; background: #123b61; color: white; }
.community-inner { min-height: 420px; padding-block: 45px; display: grid; grid-template-columns: .85fr 1fr; align-items: center; gap: 95px; }
.community-art { height: 290px; position: relative; display: grid; place-items: center; }
.community-art::before { width: 240px; height: 240px; position: absolute; border-radius: 50%; background: #1d4d78; content: ""; }
.community-art img { width: 140px; height: auto; z-index: 1; filter: drop-shadow(0 12px 24px rgba(0,0,0,.18)); }
.community-ring { width: 330px; height: 205px; position: absolute; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; transform: rotate(-25deg); }
.community-ring::before, .community-ring::after { width: 8px; height: 8px; position: absolute; border-radius: 50%; background: var(--yellow); content: ""; }
.community-ring::before { top: 40px; left: 40px; }
.community-ring::after { right: 33px; bottom: 44px; background: #46ce75; }
.eyebrow-light { color: #b7dcff; }
.community h2 { color: white; font-size: 43px; letter-spacing: -2.2px; }
.community h2 em { color: #94d8a5; }
.community-copy > p:not(.eyebrow) { max-width: 485px; margin: 20px 0; color: #c0d2e1; font-size: 14px; line-height: 1.8; }
.role-list { display: flex; flex-wrap: wrap; gap: 11px; }
.role-list span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.21); border-radius: 999px; color: #e7f1f9; font-size: 11px; }
.role-dot { width: 7px; height: 7px; display: inline-block; margin-right: 6px; border-radius: 50%; }
.dot-yellow { background: var(--yellow); }
.dot-blue { background: #59aefa; }
.dot-green { background: #46ce75; }
.dot-orange { background: #ff9a59; }
.launch { padding-block: 120px; }
.launch-panel { padding: 53px 65px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 40px; border: 1px solid #eaf0f4; border-radius: 30px; background: white; box-shadow: 0 20px 55px rgba(39,73,102,.055); }
.launch-panel::after { width: 340px; height: 340px; position: absolute; top: -94px; right: 104px; border: 1px solid #e7f2fa; border-radius: 50%; content: ""; pointer-events: none; }
.launch h2 { font-size: 45px; letter-spacing: -2.6px; }
.launch-panel > div:first-child > p:last-child { max-width: 520px; margin: 17px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.launch-stamp { flex: 0 0 156px; width: 156px; height: 156px; z-index: 1; display: grid; place-content: center; border: 1.5px dashed #a6cbeb; border-radius: 50%; background: var(--paper); text-align: center; transform: rotate(8deg); }
.launch-stamp span { color: var(--blue); font: 800 24px/.95 var(--font-display); }
.launch-stamp i { margin: 5px; color: #d49e00; font-size: 14px; font-style: normal; }
.launch-stamp small { color: #68819a; font-size: 8px; font-weight: 800; letter-spacing: 1.3px; line-height: 1.1; }
.company { padding-bottom: 118px; display: grid; grid-template-columns: .65fr 1fr .9fr; align-items: start; gap: 52px; }
.company-mark { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; color: #8090a0; font: 700 13px/1.45 var(--font-display); }
.company-copy h2 { font-size: 39px; }
.company-copy > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.8; }
.company-copy strong { color: var(--ink); }
.company-facts { padding-top: 54px; }
.company-facts div { padding: 12px 0; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); }
.company-facts span { color: #8493a2; font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.company-facts strong { margin-top: 3px; font-size: 13px; }
.site-footer { background: #edf5fb; }
.footer-top { padding-block: 25px 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #dce8f0; }
.brand-footer .brand-name { font-size: 19px; }
.footer-top > p { color: #76899b; font-size: 12px; }
.back-top { color: #597084; font-size: 12px; font-weight: 700; }
.footer-bottom { padding-block: 16px 19px; display: flex; justify-content: space-between; color: #8796a3; font-size: 10px; }

@media (max-width: 850px) {
  .nav-wrap { padding-inline: 22px; }
  .nav-cta { display: none; }
  nav { gap: 22px; }
  .hero { min-height: 540px; grid-template-columns: 1fr 1fr; gap: 5px; }
  .hero-art { height: 400px; }
  .float-card-top { top: 67px; left: -6px; }
  .float-card-bottom { right: -5px; bottom: 63px; }
  .intro { gap: 45px; }
  .how-section { gap: 50px; }
  .community-inner { gap: 40px; }
  .company { grid-template-columns: .55fr 1fr; gap: 35px; }
  .company-facts { grid-column: 2; padding-top: 0; }
}

@media (max-width: 620px) {
  .section-shell { width: min(calc(100% - 36px), 480px); }
  .nav-wrap { padding: 10px 18px; }
  .brand img { width: 34px; height: 40px; }
  .brand-name { font-size: 19px; }
  nav { gap: 15px; font-size: 11px; }
  nav a:last-child { display: none; }
  .hero { min-height: 0; padding-block: 58px 50px; grid-template-columns: 1fr; }
  .hero h1 { font-size: 48px; letter-spacing: -2.8px; }
  .hero-lede { margin: 18px 0 22px; font-size: 15px; }
  .hero-note { margin-top: 24px; }
  .hero-art { height: 340px; margin-top: 10px; }
  .hero-art img { width: 88%; max-height: 270px; }
  .orbit-one { width: 300px; height: 300px; }
  .orbit-two { width: 340px; height: 220px; }
  .art-sun { top: 26px; right: 44px; width: 50px; height: 50px; }
  .float-card { padding: 9px 11px; }
  .float-card-top { top: 44px; left: 0; }
  .float-card-bottom { right: 0; bottom: 47px; }
  .float-icon { width: 29px; height: 29px; font-size: 18px; }
  .float-card b { font-size: 11px; }
  .float-card small { font-size: 9px; }
  .ticker { padding-block: 10px; }
  .ticker-track { width: max-content; padding-left: 12px; justify-content: flex-start; gap: 17px; font-size: 12px; }
  .intro { padding-block: 95px 37px; grid-template-columns: 1fr; gap: 12px; }
  .section-heading h2, .how-heading h2 { font-size: 36px; letter-spacing: -1.9px; }
  .intro-copy { font-size: 13px; }
  .hand-drawn-arrow { display: none; }
  .feature-grid { padding-bottom: 90px; grid-template-columns: 1fr; gap: 11px; }
  .feature-card { min-height: 218px; padding: 20px; }
  .feature-card h3 { margin-top: 23px; }
  .how-section { padding-bottom: 90px; grid-template-columns: 1fr; gap: 26px; }
  .how-heading > p:last-child { font-size: 13px; }
  .community-inner { padding-block: 35px 43px; grid-template-columns: 1fr; gap: 8px; }
  .community-art { height: 200px; }
  .community-art::before { width: 160px; height: 160px; }
  .community-art img { width: 94px; }
  .community-ring { width: 250px; height: 150px; }
  .community h2 { font-size: 36px; letter-spacing: -1.9px; }
  .community-copy > p:not(.eyebrow) { font-size: 13px; }
  .role-list { gap: 8px; }
  .role-list span { padding: 7px 10px; font-size: 10px; }
  .launch { padding-block: 80px 86px; }
  .launch-panel { padding: 30px 25px; align-items: flex-start; border-radius: 22px; }
  .launch h2 { font-size: 35px; letter-spacing: -2px; }
  .launch-panel > div:first-child > p:last-child { font-size: 12px; }
  .launch-stamp { flex-basis: 82px; width: 82px; height: 82px; margin-top: 30px; }
  .launch-stamp span { font-size: 18px; }
  .launch-stamp i, .launch-stamp small { display: none; }
  .company { padding-bottom: 80px; grid-template-columns: 1fr; gap: 26px; }
  .company-mark { flex-direction: row; align-items: center; }
  .company-mark img { width: 44px; height: 50px; }
  .company-copy h2 { font-size: 34px; }
  .company-copy > p:not(.eyebrow) { font-size: 12px; }
  .company-facts { grid-column: 1; }
  .footer-top { flex-wrap: wrap; gap: 5px 20px; }
  .footer-top > p { order: 3; width: 100%; margin: 4px 0 0; }
  .footer-bottom { gap: 10px; font-size: 9px; }
  .footer-bottom span:last-child { text-align: right; }
}

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