:root {
  color-scheme: dark;
  --ink: #0b0f14;
  --surface: #151a21;
  --raised: #1d242d;
  --border: #2c3541;
  --text: #f3f5f8;
  --muted: #acb6c4;
  --violet: #6847ff;
  --violet-light: #b1a2ff;
  --teal: #42d9c1;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 100%;
  line-height: 1.6;
  background: var(--ink);
  color: var(--text);
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.15; letter-spacing: -.035em; }
h1, h2, h3, p, strong, li, summary, a { overflow-wrap: anywhere; }
p { color: var(--muted); }
a, summary { -webkit-tap-highlight-color: #6847ff33; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--teal); outline-offset: 5px; border-radius: 4px; }
section, main { scroll-margin-top: 7rem; }
.shell { width: min(73.75rem, calc(100% - 4rem)); margin-inline: auto; }
.review-notice { padding: .55rem 1rem; text-align: center; color: #e1dfff; background: #282045; font-size: .875rem; }
.skip-link { position: fixed; z-index: 100; top: -6rem; left: 1rem; background: var(--teal); color: var(--ink); padding: .8rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid #ffffff0d; background: #0b0f14f5; }
.header-inner { min-height: 6rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; flex-shrink: 0; }
.brand > span { font-size: 1.6rem; line-height: 1.15; font-weight: 800; letter-spacing: -.03em; }
.brand small { display: block; color: var(--muted); font-weight: 400; font-size: .875rem; letter-spacing: .01em; margin-top: .15rem; }
nav { display: flex; align-items: center; gap: 1.8rem; }
.section-link { font-size: .9375rem; color: var(--muted); min-height: 2.75rem; display: inline-flex; align-items: center; }
.section-link:hover, .footer-links a:hover { color: var(--teal); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.4rem; background: var(--violet); border: 1px solid transparent; color: white; border-radius: .75rem; min-height: 3.25rem; padding: .8rem 1.4rem; font-weight: 650; font-size: 1rem; line-height: 1.4; text-align: center; }
.button:hover { background: #5d3fe8; }
.button-small { min-height: 2.875rem; padding: .65rem 1.05rem; font-size: .9375rem; gap: .85rem; }
.button span { font-size: 1.2em; }
.hero { display: grid; grid-template-columns: 1.08fr 1fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: center; padding-block: clamp(3.25rem, 6vw, 6rem); }
.eyebrow { color: var(--teal); font-size: .875rem; font-weight: 650; letter-spacing: .035em; display: flex; align-items: center; gap: .55rem; }
.accent-line { width: 1.3rem; height: 2px; background: var(--teal); }
h1 { font-size: clamp(3rem, 5.8vw, 5rem); line-height: 1.04; letter-spacing: -.055em; margin-block: 1.4rem; font-weight: 780; }
h1 span, .pilot-copy h2 span { color: var(--teal); }
.hero-lead { font-size: 1.375rem; line-height: 1.5; color: var(--text); max-width: 29rem; letter-spacing: -.015em; }
.hero-description { font-size: 1.0625rem; max-width: 28rem; margin-top: 1rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 2rem; }
.text-link { display: inline-flex; align-items: center; gap: .75rem; min-height: 3rem; font-weight: 600; font-size: .9375rem; }
.text-link:hover { color: var(--teal); }
.pilot-link { display: inline-flex; align-items: center; gap: .6rem; color: var(--muted); margin-top: 1.25rem; font-size: .875rem; min-height: 2.75rem; }
.pilot-dot { width: .45rem; height: .45rem; border-radius: 100%; background: var(--teal); flex: none; }
.community-panel { border: 1px solid #46415e; background: var(--surface); border-radius: 1.5rem; padding: 1.7rem; min-width: 0; box-shadow: 0 24px 64px #00000029; }
.panel-topline { display: flex; justify-content: space-between; align-items: center; gap: .75rem; color: var(--violet-light); font-size: .8125rem; letter-spacing: .085em; font-weight: 650; }
.country-label { font-size: .75rem; border: 1px solid #5b4d85; border-radius: .4rem; padding: .2rem .5rem; letter-spacing: .025em; }
.panel-community { display: flex; align-items: center; gap: 1rem; padding-block: 1.75rem; }
.panel-community img { flex: none; }
.panel-community > div, .panel-features li > div { min-width: 0; }
.panel-community h2 { font-size: 1.625rem; }
.panel-community p { font-size: .875rem; margin-top: .65rem; }
.panel-features { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.panel-features li { display: flex; align-items: center; gap: .8rem; padding: .95rem; border-radius: .8rem; background: var(--raised); border: 1px solid #ffffff05; }
.panel-features strong { display: block; font-size: .9375rem; font-weight: 650; line-height: 1.4; }
.panel-features li div > span { display: block; font-size: .875rem; color: var(--muted); margin-top: .25rem; line-height: 1.5; }
.icon-box { background: #6847ff24; color: var(--violet-light); display: grid; place-items: center; width: 2.75rem; height: 2.75rem; flex: none; border-radius: .65rem; }
.icon-box svg { width: 1.3rem; height: 1.3rem; stroke: currentColor; stroke-width: 1.7; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.panel-caption { font-size: .8125rem; text-align: center; margin-top: 1.25rem; }
.community-section { padding-block: 4.5rem; background: #11161c; border-block: 1px solid #ffffff08; }
.section-heading h2 { font-size: clamp(2rem, 3.8vw, 3rem); margin-top: 1rem; }
.section-heading > p:last-child:not(.eyebrow) { max-width: 39rem; margin-top: 1.25rem; font-size: 1.0625rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; margin-top: 2.5rem; }
.feature-card { padding: 1.8rem; border: 1px solid var(--border); border-radius: 1rem; background: var(--surface); }
.feature-number { color: var(--violet-light); font-size: .8125rem; letter-spacing: .07em; font-weight: 650; }
.feature-card h3 { font-size: 1.45rem; margin-block: 1.4rem .9rem; }
.feature-card p { font-size: 1rem; }
.feature-card ul { list-style: none; margin: 1.5rem 0 0; padding: 1.25rem 0 0; border-top: 1px solid var(--border); display: grid; gap: .65rem; }
.feature-card li { color: #dce2ea; font-size: .9375rem; padding-left: 1rem; position: relative; }
.feature-card li::before { content: ''; width: .3rem; height: .3rem; background: var(--teal); position: absolute; top: .6rem; left: 0; border-radius: 100%; }
.section-note { max-width: 57rem; font-size: .875rem; margin-top: 1.5rem; }
.how-section { padding-block: 5rem; display: grid; grid-template-columns: 1fr 1.12fr; gap: 2rem 5rem; align-items: start; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.8rem; }
.steps li { display: flex; align-items: start; gap: 1.2rem; }
.step-index { display: grid; place-items: center; flex: none; width: 2.5rem; height: 2.5rem; color: var(--teal); background: #42d9c112; border: 1px solid #42d9c144; border-radius: 50%; font-weight: 650; }
.steps h3 { font-size: 1.2rem; margin-block: .3rem .6rem; }
.steps p { font-size: 1rem; }
.account-note { grid-column: 2; padding: 1rem 1.2rem; border-left: 2px solid var(--border); font-size: .875rem; }
.pilot-section { display: grid; grid-template-columns: 1.25fr 1fr; gap: 4rem; padding: 3rem; border: 1px solid #42d9c13b; border-radius: 1.5rem; background: #101d20; }
.pilot-copy h2 { font-size: clamp(2.125rem, 3.8vw, 3rem); margin-top: 1rem; }
.pilot-copy > p:not(.eyebrow) { margin-top: 1.2rem; color: #b3c4c9; }
.pilot-copy .button { margin-top: 1.6rem; }
.pilot-principles { border-left: 1px solid #42d9c133; padding-left: 2.5rem; align-self: center; }
.pilot-principles h3 { font-size: 1.25rem; margin-bottom: .8rem; }
.pilot-principles p { color: #b3c4c9; }
.principle-divider { height: 1px; background: #42d9c122; margin-block: 1.8rem; }
.faq-section { display: grid; grid-template-columns: .9fr 1.2fr; gap: 4rem; padding-block: 5rem; }
.faq-list { min-width: 0; }
details { border-bottom: 1px solid var(--border); }
details:first-child { border-top: 1px solid var(--border); }
summary { cursor: pointer; display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding-block: 1.25rem; font-size: 1.0625rem; line-height: 1.45; font-weight: 600; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--teal); font-weight: 400; font-size: 1.4rem; flex: none; }
details[open] summary span { transform: rotate(45deg); }
details p { padding-bottom: 1.3rem; padding-right: 1.5rem; }
.site-footer { border-top: 1px solid var(--border); padding-block: 2rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; }
.footer-brand { font-size: 1.4rem; letter-spacing: -.025em; font-weight: 750; }
.footer-brand span { color: var(--muted); font-size: .875rem; font-weight: 400; margin-left: .4rem; letter-spacing: 0; }
.footer-inner p { font-size: .875rem; margin-top: .2rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; font-size: .9375rem; color: var(--muted); }
.footer-links a { display: inline-flex; align-items: center; min-height: 2.75rem; }
@media (max-width: 62rem) {
  .hero { gap: 2rem; }
  .community-panel { padding: 1.2rem; }
  .panel-community { gap: .75rem; }
  .panel-community img { width: 56px; height: 56px; }
  .panel-community h2 { font-size: 1.4rem; }
  .feature-card { padding: 1.4rem; }
  .how-section, .faq-section { gap: 2rem; }
  .pilot-section { gap: 2rem; padding: 2rem; }
  .pilot-principles { padding-left: 1.8rem; }
}
@media (max-width: 48rem) {
  .shell { width: calc(100% - 2.5rem); }
  .hero, .how-section, .faq-section, .pilot-section { grid-template-columns: minmax(0, 1fr); }
  .hero { padding-block: 3rem; gap: 2.5rem; }
  h1 { font-size: clamp(3rem, 9vw, 4.5rem); }
  .hero-lead, .hero-description { max-width: 36rem; }
  .community-panel { padding: 1.5rem; }
  .panel-community h2 { font-size: 1.625rem; }
  .panel-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .panel-features li { align-items: start; flex-direction: column; gap: .8rem; }
  .feature-grid { grid-template-columns: minmax(0, 1fr); gap: 1rem; }
  .feature-card { padding: 1.7rem; }
  .feature-card h3 { margin-top: 1rem; }
  .community-section, .how-section, .faq-section { padding-block: 3rem; }
  .account-note { grid-column: 1; }
  .pilot-principles { padding-left: 0; border-left: 0; padding-top: 1.75rem; border-top: 1px solid #42d9c133; }
  .footer-inner { align-items: start; flex-direction: column; }
}
@media (max-width: 42rem) {
  .section-link { display: none; }
  .header-inner { gap: .75rem; min-height: 5rem; }
  .brand img { width: 38px; height: 38px; }
  .brand > span { font-size: 1.4rem; }
  nav { gap: 0; }
  .button-small { font-size: .875rem; padding-inline: .8rem; gap: .65rem; }
}
@media (max-width: 25rem) {
  .shell { width: calc(100% - 2rem); }
  .brand small { display: none; }
  .brand { gap: .4rem; }
  .header-inner { flex-wrap: wrap; }
  .hero-actions { gap: .75rem; }
  .hero-actions > a { width: 100%; justify-content: center; }
  .community-panel { padding: 1.1rem; }
  .panel-features { grid-template-columns: minmax(0, 1fr); }
  .panel-features li { flex-direction: row; align-items: center; }
  .panel-community img { width: 44px; height: 44px; }
  .panel-community h2 { font-size: 1.4rem; }
  .pilot-section { padding: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
@media print {
  :root { color-scheme: light; background: white; color: black; }
  .review-notice, nav, .hero-actions, .pilot-link, .footer-links { display: none; }
  .site-header { position: static; background: white; }
  .shell { width: 100%; }
  .hero, .how-section, .pilot-section, .faq-section { display: block; }
  .community-panel, .feature-card, .pilot-section, .community-section { background: white; box-shadow: none; }
  h1 span, p, .eyebrow, .feature-number { color: #18202a; }
  .feature-card, details { break-inside: avoid; }
}
