:root {
  --ink: #10132e;
  --muted: rgba(247, 247, 255, .76);
  --paper: #06060d;
  --coral: #ff6d5c;
  --violet: #7565e8;
  --line: rgba(247, 247, 255, .2);
  --white: #fff;
  --radius: 22px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f7f7ff;
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: hidden; }
img, svg, video { max-width: 100%; }
button, a, input, textarea, select { max-width: 100%; }
body, main, header, footer, section, article, div, nav { min-width: 0; }
main, .site-header, .site-footer { position: relative; }
main { overflow: clip; }
html { scroll-behavior: smooth; }
body { position: relative; isolation: isolate; margin: 0; background: var(--paper); line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(135deg, rgba(4, 4, 14, .76), rgba(4, 4, 14, .48) 48%, rgba(4, 4, 14, .7)); }
.particle-background { position: fixed; inset: -2%; z-index: -2; pointer-events: none; background: #05050a url("/assets/physics-quantum-physics.gif") center / cover no-repeat; transform: scale(1.02); filter: saturate(1.08) brightness(.78); transition: transform 1000ms cubic-bezier(.22, .61, .36, 1), filter 1000ms ease, background-position 1000ms cubic-bezier(.22, .61, .36, 1); }
body.is-scrolling .particle-background { transform: scale(1.005) translate3d(0, .45%, 0); filter: saturate(.9) brightness(.68); background-position: 50% 51%; }
a { color: inherit; text-decoration: none; }
.site-header { max-width: 1240px; margin: auto; padding: 24px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: .13em; font-size: .95rem; }
.brand-icon { width: 34px; height: 34px; border-radius: 10px; object-fit: cover; box-shadow: 0 4px 12px rgba(16, 19, 46, .12); }
.brand > span { min-width: 0; overflow-wrap: anywhere; }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; margin-right: 20px; color: var(--muted); font-size: .9rem; }
.desktop-nav a:hover, .footer-bottom a:hover, .text-link:hover { color: var(--coral); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 15px 23px; font-weight: 750; font-size: .92rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(16, 19, 46, .14); }
.button-small { padding: 10px 16px; font-size: .82rem; }
.button-primary { background: var(--coral); color: var(--white); }
.button-light { background: var(--white); color: var(--ink); }
.button-outline { border: 1px solid var(--line); }
.eyebrow { text-transform: uppercase; letter-spacing: .15em; font-size: .74rem; font-weight: 800; color: var(--coral); margin: 0 0 18px; }
.eyebrow-dot { display: inline-block; width: 8px; height: 8px; background: var(--coral); border-radius: 50%; margin-right: 8px; }
.hero { max-width: 1240px; margin: 0 auto; padding: 58px 32px 72px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 62px; align-items: center; }
.hero-copy, .hero-visual, .section-intro, .steps, .feature-card, .download-panel > div, .download-actions, .faq-list { min-width: 0; }
.hero h1 { max-width: 620px; font-size: clamp(3.5rem, 7vw, 7.7rem); line-height: .94; letter-spacing: -.075em; margin: 0 0 30px; overflow-wrap: break-word; }
.accent { color: var(--coral); }
.hero-lead { max-width: 480px; color: var(--muted); font-size: 1.16rem; line-height: 1.65; margin: 0 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.text-link { font-weight: 750; font-size: .92rem; }
.hero-proof { display: flex; gap: 18px; margin-top: 52px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .73rem; text-transform: uppercase; letter-spacing: .05em; flex-wrap: wrap; }
.hero-proof strong { color: var(--ink); margin-right: 4px; }
.hero-visual { position: relative; width: 100%; aspect-ratio: 1672 / 941; min-height: 0; border-radius: 34px; overflow: hidden; background: var(--ink); box-shadow: 0 24px 60px rgba(16, 19, 46, .18); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,19,46,.42), transparent 50%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center; display: block; }
.visual-note { position: absolute; z-index: 1; left: 24px; bottom: 24px; display: flex; gap: 12px; align-items: center; color: var(--white); background: rgba(16,19,46,.78); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(12px); border-radius: 16px; padding: 13px 17px; font-size: .83rem; }
.visual-note { max-width: calc(100% - 48px); }
.visual-note > span:last-child { min-width: 0; overflow-wrap: break-word; }
.visual-note small { display: block; color: rgba(255,255,255,.7); font-size: .72rem; }
.note-icon { color: var(--coral); font-size: 1.25rem; }
.ticker { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 17px 32px; display: flex; justify-content: center; gap: 28px; align-items: center; flex-wrap: wrap; color: var(--muted); font-size: .67rem; letter-spacing: .16em; font-weight: 800; }
.ticker i { color: var(--coral); font-style: normal; }
.section { max-width: 1240px; margin: auto; padding: 130px 32px; }
.split-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
h2 { font-size: clamp(2.35rem, 4vw, 4.8rem); line-height: 1; letter-spacing: -.06em; margin: 0 0 24px; }
h2 em { color: var(--violet); font-family: Georgia, serif; font-weight: 500; letter-spacing: -.08em; }
.section-intro > p:not(.eyebrow) { color: var(--muted); max-width: 380px; font-size: 1.03rem; }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 68px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.step-number { color: var(--coral); font-size: .78rem; font-weight: 850; padding-top: 6px; }
.step h3 { margin: 0 0 8px; font-size: 1.28rem; letter-spacing: -.02em; }
.step p { margin: 0; color: var(--muted); max-width: 470px; }
.feature-band { max-width: 1240px; padding: 0 32px 130px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card { border-radius: var(--radius); padding: 47px; min-height: 405px; display: flex; flex-direction: column; align-items: flex-start; }
.feature-card h2 { font-size: clamp(2rem, 3.4vw, 3.7rem); max-width: 520px; overflow-wrap: break-word; }
.feature-card p { max-width: 500px; margin: 0 0 27px; }
.feature-card-dark { background: var(--ink); color: var(--white); }
.feature-card-dark p { color: rgba(255,255,255,.68); }
.feature-card-coral { background: var(--coral); color: var(--white); }
.feature-card-coral p { color: rgba(255,255,255,.82); }
.card-kicker { text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; font-weight: 800; margin-bottom: 65px; opacity: .7; }
.light-link { margin-top: auto; font-weight: 750; font-size: .88rem; }
.province-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.province-chips span { border: 1px solid rgba(255,255,255,.38); border-radius: 99px; padding: 7px 11px; font-size: .76rem; }
.manifesto { text-align: center; padding-top: 100px; padding-bottom: 140px; }
.manifesto blockquote { max-width: 850px; margin: auto; font-size: clamp(2rem, 4vw, 4.5rem); line-height: 1.04; letter-spacing: -.065em; font-weight: 800; overflow-wrap: break-word; }
.manifesto-caption { max-width: 460px; margin: 28px auto 0; color: var(--muted); }
.legal-page { max-width: 900px; }
.legal-page h1 { max-width: 760px; font-size: clamp(2.7rem, 7vw, 6rem); line-height: .96; letter-spacing: -.07em; overflow-wrap: break-word; }
.legal-page h2 { margin-top: 2.8rem; font-size: clamp(1.7rem, 3vw, 3rem); }
.legal-page p { max-width: 760px; color: var(--muted); overflow-wrap: break-word; }
.legal-page .legal-lead { color: rgba(247,247,255,.58); font-size: .9rem; }
.download-section { max-width: 1240px; margin: auto; padding: 0 32px 130px; }
.download-panel { border-radius: var(--radius); background: var(--violet); color: var(--white); padding: 48px 54px; display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; }
.download-panel h2 { max-width: 560px; }
.download-panel p:not(.eyebrow) { color: rgba(255,255,255,.78); max-width: 560px; margin: 0; }
.download-actions { min-width: 230px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.small-note { font-size: .72rem; opacity: .7; }
.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 22px 0; }
summary { cursor: pointer; list-style: none; font-weight: 760; font-size: 1.05rem; display: flex; justify-content: space-between; gap: 18px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--coral); font-size: 1.35rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { color: var(--muted); max-width: 630px; margin: 14px 34px 0 0; }
.site-footer { background: var(--ink); color: var(--white); padding: 50px max(32px, calc((100% - 1176px) / 2)); }
.footer-top, .footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-top p { color: rgba(255,255,255,.55); margin: 0 auto 0 16px; font-size: .85rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); margin-top: 48px; padding-top: 20px; color: rgba(255,255,255,.48); font-size: .72rem; }
.footer-bottom nav { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-bottom a { color: rgba(255,255,255,.75); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .particle-background { transition: none; }
  body.is-scrolling .particle-background { transform: scale(1.02); filter: saturate(1.08) brightness(.78); background-position: 50% 50%; }
}
@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero, .split-section, .faq { grid-template-columns: 1fr; gap: 45px; }
  .site-header { padding-left: 24px; padding-right: 24px; }
  .hero { padding-top: 35px; }
  .hero-visual { min-height: 0; }
  .hero-visual img { min-height: 0; }
  .feature-band { grid-template-columns: 1fr; }
  .download-panel { flex-direction: column; align-items: flex-start; }
  .section, .feature-band, .download-section { padding-left: 22px; padding-right: 22px; }
}
@media (max-width: 560px) {
  .site-header { padding: 18px 20px; }
  .site-header > .button { display: none; }
  .hero { padding: 38px 20px 58px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-visual { min-height: 0; border-radius: 23px; }
  .hero-visual img { min-height: 0; }
  .hero-proof { gap: 10px; font-size: .63rem; }
  .ticker { justify-content: flex-start; padding-left: 20px; gap: 12px; font-size: .58rem; }
  .section { padding-top: 85px; padding-bottom: 85px; }
  .feature-band { padding-bottom: 85px; }
  .feature-card { padding: 30px; min-height: 350px; }
  .card-kicker { margin-bottom: 45px; }
  .download-section { padding-bottom: 85px; }
  .download-panel { padding: 32px 28px; }
  .hero-actions { align-items: stretch; gap: 16px; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; }
  .visual-note { max-width: calc(100% - 24px); left: 12px; right: 12px; bottom: 12px; padding: 10px 12px; font-size: .76rem; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-top p { margin: 0; }
  .footer-bottom { gap: 15px; }
}
@media (max-width: 420px) {
  .site-header { padding: 16px 16px; gap: 12px; }
  .brand { gap: 7px; font-size: .78rem; letter-spacing: .09em; }
  .brand-icon { width: 30px; height: 30px; border-radius: 8px; }
  .hero { padding-left: 16px; padding-right: 16px; }
  .hero h1 { font-size: clamp(2.45rem, 14vw, 3.6rem); }
  .hero-proof { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .section, .feature-band, .download-section { padding-left: 16px; padding-right: 16px; }
  .feature-card { padding: 24px; }
  .download-panel { padding: 26px 22px; }
  .button { padding-left: 16px; padding-right: 16px; }
}
