:root{
  --ink:#151126;
  --ink-2:#20183c;
  --purple:#6f45ff;
  --purple-2:#9d79ff;
  --teal:#12d6c4;
  --teal-2:#8ff5ea;
  --paper:#fbfaff;
  --paper-2:#f3efff;
  --line:rgba(42,28,83,.12);
  --soft:rgba(255,255,255,.75);
  --shadow:0 24px 80px rgba(30,18,62,.12);
  --shadow-2:0 12px 36px rgba(30,18,62,.08);
  --radius:28px;
  --radius-xl:40px;
  --max:1240px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 12% 15%,rgba(111,69,255,.10),transparent 22%),
    radial-gradient(circle at 88% 10%,rgba(18,214,196,.10),transparent 24%),
    linear-gradient(180deg,#ffffff 0%,#fbfaff 34%,#f7f4ff 100%);
  overflow-x:hidden;
}

body.theme-dark{
  color:#fff;
  background:
    radial-gradient(circle at 15% 12%,rgba(111,69,255,.20),transparent 24%),
    radial-gradient(circle at 86% 16%,rgba(18,214,196,.14),transparent 22%),
    linear-gradient(180deg,#100b1f 0%,#17112d 56%,#130f22 100%);
}

a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}

.wrap{width:min(calc(100% - 32px),var(--max));margin:0 auto}
.page{position:relative;min-height:100vh}

.topbar{
  position:sticky;
  top:0;
  z-index:30;
  backdrop-filter:blur(18px);
  background:rgba(255,255,255,.82);
  border-bottom:1px solid var(--line);
}

body.theme-dark .topbar{
  background:rgba(16,11,31,.78);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.topbar-inner{
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}

.brand-mark{
  width:154px;
  height:42px;
  object-fit:contain;
  object-position:left center;
}

.brand-text{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.brand-word{
  font-family:"Manrope",sans-serif;
  font-weight:800;
  letter-spacing:.18em;
  font-size:13px;
}

.brand-sub{
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(79,72,101,.72);
}

body.theme-dark .brand-sub{color:rgba(255,255,255,.62)}

.nav{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.nav a{
  color:rgba(79,72,101,.82);
  font-size:13px;
  font-weight:700;
  padding:10px 12px;
  border-radius:999px;
}

body.theme-dark .nav a{color:rgba(255,255,255,.72)}

.nav a:hover{
  background:rgba(111,69,255,.08);
  color:var(--purple);
}

.nav .btn-primary{
  color:#fff;
}

.nav .btn-primary:hover{
  color:#fff;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:800;
  letter-spacing:.01em;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
  cursor:pointer;
}

.btn:hover{transform:translateY(-2px)}

.btn-primary{
  color:white;
  background:linear-gradient(135deg,var(--purple) 0%,#7d55ff 54%,var(--teal) 124%);
  box-shadow:0 16px 34px rgba(111,69,255,.24);
}

.btn-secondary{
  color:var(--ink);
  background:white;
  border-color:var(--line);
}

body.theme-dark .btn-secondary{
  color:#fff;
  background:rgba(255,255,255,.04);
  border-color:rgba(255,255,255,.10);
}

.hero{
  position:relative;
  padding:48px 0 28px;
}

.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(350px,.95fr);
  gap:34px;
  align-items:center;
  min-height:calc(100vh - 140px);
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(111,69,255,.08);
  color:var(--purple);
  font-size:12px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.eyebrow::before{
  content:"";
  width:24px;
  height:2px;
  background:var(--teal);
  border-radius:999px;
}

.hero h1{
  font-family:"Manrope",sans-serif;
  font-size:clamp(52px,6.3vw,92px);
  line-height:.94;
  letter-spacing:-.06em;
  margin:18px 0 18px;
  max-width:10ch;
}

.hero p{
  margin:0;
  max-width:58ch;
  font-size:19px;
  line-height:1.65;
  color:rgba(30,24,53,.74);
}

body.waiting-page{
  background:
    radial-gradient(circle at 18% 12%,rgba(111,69,255,.08),transparent 24%),
    radial-gradient(circle at 84% 18%,rgba(18,214,196,.10),transparent 22%),
    linear-gradient(180deg,#ffffff 0%,#fcfbff 40%,#f5f2ff 100%);
}

body.waiting-page .hero{
  padding-top:56px;
  padding-bottom:18px;
}

body.waiting-page .waiting-layout{
  display:grid;
  grid-template-columns:minmax(0,.72fr) minmax(600px,1.28fr);
  gap:0;
  align-items:center;
  min-height:calc(100vh - 150px);
  overflow:visible;
}

body.waiting-page .waiting-copy{
  max-width:620px;
  position:relative;
  z-index:3;
}

body.waiting-page .waiting-copy h1{
  max-width:9ch;
  margin:18px 0 18px;
}

body.waiting-page .waiting-copy p{
  font-size:18px;
  max-width:48ch;
}

body.waiting-page .waiting-visual{
  position:relative;
  min-height:900px;
  border-radius:0;
  overflow:visible;
  border:none;
  background:transparent;
  box-shadow:none;
  z-index:1;
  margin-left:-9vw;
}

body.waiting-page .waiting-flow,
body.waiting-page .waiting-network,
body.waiting-page .waiting-leaf{
  position:absolute;
  pointer-events:none;
  user-select:none;
}

body.waiting-page .waiting-flow{
  position:absolute;
  left:2%;
  right:auto;
  top:50%;
  transform:translateY(-50%);
  width:min(1480px,124vw);
  height:auto;
  object-fit:contain;
  opacity:1;
  mix-blend-mode:normal;
  filter:none;
}

body.waiting-page .waiting-character{
  position:absolute;
  right:5%;
  top:50%;
  transform:translateY(-38%);
  width:min(400px,30vw);
  height:auto;
  z-index:3;
  pointer-events:none;
  user-select:none;
}

body.waiting-page .waiting-sheen{
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg,rgba(255,255,255,.06),transparent 44%),
    linear-gradient(315deg,rgba(18,214,196,.03),transparent 40%);
  pointer-events:none;
}

body.waiting-page .waiting-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(6px);
}

body.waiting-page .orb-a{
  width:240px;
  height:240px;
  left:-74px;
  top:-60px;
  background:radial-gradient(circle,rgba(111,69,255,.50),rgba(111,69,255,.05) 58%,transparent 74%);
}

body.waiting-page .orb-b{
  width:190px;
  height:190px;
  right:8%;
  top:16%;
  background:radial-gradient(circle,rgba(18,214,196,.44),rgba(18,214,196,.05) 60%,transparent 76%);
}

body.waiting-page .orb-c{
  width:300px;
  height:300px;
  right:-92px;
  bottom:-52px;
  background:radial-gradient(circle,rgba(149,121,255,.36),rgba(149,121,255,.02) 66%,transparent 80%);
}

body.waiting-page .waiting-wave{
  position:absolute;
  left:-4%;
  right:-4%;
  bottom:7%;
  height:180px;
  border-radius:44% 44% 0 0;
  background:
    linear-gradient(90deg,rgba(111,69,255,.10),rgba(18,214,196,.08)),
    url("landing/banner5.png") center bottom / cover no-repeat;
  opacity:.42;
  filter:saturate(1.02);
}

body.waiting-page .waiting-brand{
  position:absolute;
  left:50%;
  top:50%;
  width:min(82%,560px);
  transform:translate(-50%,-50%);
  opacity:.16;
}

body.waiting-page .why-ambient{
  position:absolute;
  inset:0;
  overflow:hidden;
  pointer-events:none;
  opacity:.12;
}

body.waiting-page .why-ambient img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:blur(12px) saturate(1.04);
  transform:scale(1.1);
  mix-blend-mode:soft-light;
}

body.waiting-page .waiting-section::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:280px;
  background:url("landing/banner5.png") center bottom / cover no-repeat;
  opacity:.10;
  pointer-events:none;
  transform:translateY(22px);
}

body.waiting-page .waiting-section{
  position:relative;
}

body.waiting-page .hero-actions{
  margin-top:28px;
}

body.waiting-page .waiting-section{
  padding-top:20px;
}

body.waiting-page .waiting-points{
  gap:16px;
}

body.waiting-page .waiting-points .card{
  min-height:200px;
  position:relative;
  overflow:hidden;
}

body.waiting-page .point-icon{
  width:40px;
  height:40px;
  border-radius:14px;
  display:grid;
  place-items:center;
  margin-bottom:14px;
  background:rgba(111,69,255,.06);
  border:1px solid rgba(111,69,255,.10);
  box-shadow:0 10px 24px rgba(111,69,255,.06);
}

body.waiting-page .point-icon img{
  width:21px;
  height:21px;
  object-fit:contain;
}

body.waiting-page .join-grid{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:24px;
  align-items:start;
}

body.waiting-page .join-copy{
  padding-top:18px;
}

body.waiting-page .join-copy h2{
  font-family:"Manrope",sans-serif;
  font-size:clamp(38px,4.8vw,66px);
  line-height:.98;
  letter-spacing:-.055em;
  margin:14px 0 18px;
  max-width:9ch;
}

body.waiting-page .join-copy p{
  max-width:42ch;
  font-size:18px;
  line-height:1.7;
  color:rgba(30,24,53,.72);
}

body.waiting-page .join-note{
  margin-top:26px;
  max-width:34ch;
  padding:18px 20px;
  border-radius:22px;
  background:rgba(111,69,255,.08);
  border:1px solid rgba(111,69,255,.12);
}

body.waiting-page .join-note strong{
  display:block;
  margin-bottom:8px;
  font-family:"Manrope",sans-serif;
}

body.waiting-page .join-note span{
  display:block;
  color:rgba(30,24,53,.66);
  line-height:1.6;
}

body.waiting-page .status{
  display:none;
  margin-top:16px;
  padding:12px 14px;
  border-radius:14px;
  font-size:14px;
  line-height:1.45;
}
body.waiting-page .status.visible{display:block}
body.waiting-page .status.error{
  background:rgba(184,50,50,.08);
  color:#b42318;
  border:1px solid rgba(184,50,50,.2);
}
body.waiting-page .status.info{
  background:rgba(111,69,255,.08);
  color:var(--ink);
  border:1px solid rgba(111,69,255,.16);
}
body.waiting-page .status.success{
  background:rgba(24,216,192,.1);
  color:#0F7A6B;
  border:1px solid rgba(24,216,192,.24);
}

body.waiting-page .footer{
  padding:26px 0 44px;
}

body.waiting-page .footer-waiting-inner{
  align-items:center;
  gap:20px;
}

body.waiting-page .footer-brand{
  display:flex;
  flex-direction:column;
  gap:0;
}

body.waiting-page .footer-mark{
  width:178px;
  height:auto;
  object-fit:contain;
}

body.waiting-page .footer-social{
  display:flex;
  align-items:center;
  gap:10px;
}

body.waiting-page .footer-social a{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:999px;
  border:1px solid rgba(111,69,255,.14);
  background:
    linear-gradient(135deg,rgba(111,69,255,.12),rgba(18,214,196,.14)),
    rgba(255,255,255,.76);
  color:var(--purple);
  box-shadow:0 12px 24px rgba(30,18,62,.06);
}

body.waiting-page .footer-social a:hover{
  color:var(--teal);
  border-color:rgba(18,214,196,.22);
}

body.waiting-page .footer-social svg{
  width:18px;
  height:18px;
  display:block;
}

body.waiting-page .waiting-banner{
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:22px;
  align-items:end;
  min-height:320px;
  padding:26px;
  border-radius:38px;
  border:1px solid rgba(42,28,83,.08);
  background:
    radial-gradient(circle at 20% 16%,rgba(111,69,255,.08),transparent 24%),
    radial-gradient(circle at 82% 24%,rgba(18,214,196,.10),transparent 24%),
    linear-gradient(145deg,#ffffff 0%,#f7f3ff 58%,#eefcf9 100%);
  overflow:hidden;
  box-shadow:var(--shadow-2);
}

body.waiting-page .waiting-banner-text h2{
  font-family:"Manrope",sans-serif;
  font-size:clamp(36px,5vw,64px);
  line-height:.94;
  letter-spacing:-.055em;
  margin:12px 0 10px;
}

body.waiting-page .waiting-banner-text p{
  margin:0;
  max-width:28ch;
  color:rgba(30,24,53,.72);
  line-height:1.65;
}

body.waiting-page .waiting-banner img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:28px;
  opacity:.92;
}

body.theme-dark .hero p{color:rgba(255,255,255,.74)}

.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px;
}

.microcopy{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
  color:rgba(77,70,102,.76);
  font-size:13px;
}

body.theme-dark .microcopy{color:rgba(255,255,255,.64)}

.microcopy span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(42,28,83,.08);
}

body.theme-dark .microcopy span{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.08);
}

.hero-visual{
  position:relative;
}

.art-frame{
  position:relative;
  border-radius:var(--radius-xl);
  overflow:hidden;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 20% 15%,rgba(111,69,255,.12),transparent 28%),
    radial-gradient(circle at 82% 18%,rgba(18,214,196,.14),transparent 26%),
    linear-gradient(145deg,#ffffff 0%,#f8f4ff 55%,#f4fffd 100%);
  box-shadow:var(--shadow);
}

body.theme-dark .art-frame{
  border-color:rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 20% 15%,rgba(111,69,255,.26),transparent 28%),
    radial-gradient(circle at 82% 18%,rgba(18,214,196,.18),transparent 26%),
    linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
}

.art-frame::after{
  content:"";
  position:absolute;
  inset:auto -10% -18% -10%;
  height:170px;
  background:linear-gradient(90deg,rgba(111,69,255,.24),rgba(18,214,196,.18));
  filter:blur(30px);
  opacity:.55;
}

.art{
  position:relative;
  z-index:1;
  padding:22px;
  min-height:540px;
  display:grid;
  place-items:center;
}

.art img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.floating-card{
  position:absolute;
  right:18px;
  bottom:18px;
  z-index:2;
  width:min(320px,calc(100% - 36px));
  padding:18px 18px 16px;
  border-radius:22px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(42,28,83,.10);
  backdrop-filter:blur(16px);
  box-shadow:var(--shadow-2);
}

body.theme-dark .floating-card{
  background:rgba(18,14,34,.72);
  border-color:rgba(255,255,255,.12);
}

.floating-card strong{
  display:block;
  font-family:"Manrope",sans-serif;
  font-size:17px;
  margin-bottom:6px;
}

.floating-card p{
  margin:0;
  color:inherit;
  font-size:13px;
  line-height:1.55;
  opacity:.84;
}

.section{
  padding:86px 0;
  position:relative;
}

.section-title{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:end;
  margin-bottom:30px;
}

.section-title h2{
  font-family:"Manrope",sans-serif;
  font-size:clamp(34px,4.4vw,62px);
  line-height:1;
  letter-spacing:-.055em;
  margin:0;
}

.section-title p{
  margin:0;
  font-size:17px;
  line-height:1.7;
  color:rgba(30,24,53,.72);
}

body.theme-dark .section-title p{color:rgba(255,255,255,.74)}

.grid-3{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.grid-2{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.card{
  border-radius:var(--radius);
  border:1px solid var(--line);
  background:rgba(255,255,255,.84);
  backdrop-filter:blur(16px);
  box-shadow:var(--shadow-2);
  overflow:hidden;
}

body.theme-dark .card{
  background:rgba(255,255,255,.04);
  border-color:rgba(255,255,255,.10);
}

.card-pad{padding:26px}

.card h3{
  margin:0 0 10px;
  font-family:"Manrope",sans-serif;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.045em;
}

.card p{
  margin:0;
  color:rgba(30,24,53,.72);
  line-height:1.65;
}

body.theme-dark .card p{color:rgba(255,255,255,.72)}

.card .tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 11px;
  margin-bottom:16px;
  border-radius:999px;
  background:rgba(111,69,255,.08);
  color:var(--purple);
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.feature-list{
  display:grid;
  gap:14px;
  margin-top:20px;
}

.feature{
  display:grid;
  grid-template-columns:24px 1fr;
  gap:12px;
}

.feature i{
  width:24px;
  height:24px;
  border-radius:8px;
  background:rgba(18,214,196,.14);
  color:var(--teal);
  display:grid;
  place-items:center;
  font-style:normal;
  font-weight:900;
  font-size:13px;
}

.feature b{
  display:block;
  margin-bottom:3px;
  font-size:15px;
}

.feature span{
  display:block;
  color:rgba(30,24,53,.64);
  font-size:13px;
  line-height:1.55;
}

body.theme-dark .feature span{color:rgba(255,255,255,.64)}

.panel{
  border-radius:var(--radius-xl);
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(248,244,255,.86));
  box-shadow:var(--shadow);
  overflow:hidden;
}

body.theme-dark .panel{
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
  border-color:rgba(255,255,255,.10);
}

.form-shell{
  padding:24px;
}

.form{
  display:grid;
  gap:14px;
}

.field{
  display:grid;
  gap:8px;
}

.field label{
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
}

.input, .select, .textarea{
  width:100%;
  border:1px solid rgba(42,28,83,.12);
  background:rgba(255,255,255,.94);
  color:var(--ink);
  border-radius:18px;
  padding:15px 16px;
  outline:none;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.theme-dark .input,
body.theme-dark .select,
body.theme-dark .textarea{
  background:rgba(255,255,255,.05);
  color:#fff;
  border-color:rgba(255,255,255,.10);
}

.input:focus, .select:focus, .textarea:focus{
  border-color:rgba(111,69,255,.55);
  box-shadow:0 0 0 4px rgba(111,69,255,.12);
}

.textarea{min-height:118px;resize:vertical}

.inline{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.consent{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:13px;
  line-height:1.5;
  color:rgba(30,24,53,.72);
}

body.theme-dark .consent{color:rgba(255,255,255,.72)}

.consent input{margin-top:3px;accent-color:var(--purple)}

.submit-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}

.submit-row .btn{min-width:180px}

.note{
  font-size:12px;
  line-height:1.55;
  color:rgba(30,24,53,.64);
}

body.theme-dark .note{color:rgba(255,255,255,.58)}

.pill-rail{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}

.pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 13px;
  border-radius:999px;
  border:1px solid rgba(42,28,83,.10);
  background:rgba(255,255,255,.75);
  font-size:13px;
  color:rgba(30,24,53,.74);
}

body.theme-dark .pill{
  border-color:rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  color:rgba(255,255,255,.76);
}

.band{
  margin-top:28px;
  border-radius:var(--radius-xl);
  overflow:hidden;
  position:relative;
  min-height:260px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 18% 22%,rgba(111,69,255,.20),transparent 30%),
    radial-gradient(circle at 78% 18%,rgba(18,214,196,.18),transparent 26%),
    linear-gradient(135deg,#fff 0%,#f7f3ff 48%,#eefcf9 100%);
  box-shadow:var(--shadow);
}

.band img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.band-label{
  position:absolute;
  left:18px;
  top:18px;
  z-index:2;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(14px);
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.quote{
  display:grid;
  gap:18px;
  padding:26px;
}

.quote p{
  margin:0;
  font-size:18px;
  line-height:1.7;
}

.quote strong{
  font-family:"Manrope",sans-serif;
  font-size:18px;
}

.footer{
  padding:38px 0 56px;
  color:rgba(30,24,53,.62);
  font-size:13px;
}

body.theme-dark .footer{color:rgba(255,255,255,.52)}

.footer-inner{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  justify-content:space-between;
  align-items:center;
  padding-top:18px;
  border-top:1px solid var(--line);
}

body.theme-dark .footer-inner{border-top-color:rgba(255,255,255,.10)}

.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.footer-links a{
  color:inherit;
  font-weight:700;
}

.launch{
  padding:28px 0 84px;
}

.launch-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.launch-card{
  padding:22px;
}

.launch-card h3{
  margin-top:12px;
  font-size:25px;
}

.launch-card .mini{
  color:rgba(30,24,53,.68);
  font-size:14px;
  line-height:1.6;
}

body.theme-dark .launch-card .mini{color:rgba(255,255,255,.68)}

.launch-card .meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}

.meta span{
  padding:7px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  background:rgba(111,69,255,.08);
  color:var(--purple);
}

.page-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:18px;
  margin-bottom:20px;
}

.page-head h1{
  margin:10px 0 0;
  font-family:"Manrope",sans-serif;
  font-size:clamp(34px,4.6vw,64px);
  line-height:1;
  letter-spacing:-.055em;
}

.page-head p{
  margin:0;
  max-width:68ch;
  color:rgba(30,24,53,.72);
  line-height:1.6;
}

body.theme-dark .page-head p{color:rgba(255,255,255,.72)}

.strategy{
  margin-top:18px;
}

.strategy-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.strategy-card{
  padding:24px;
}

.strategy-card .num{
  width:38px;
  height:38px;
  border-radius:14px;
  display:grid;
  place-items:center;
  font-family:"Manrope",sans-serif;
  font-weight:800;
  background:rgba(18,214,196,.13);
  color:var(--teal);
}

.strategy-card h3{
  margin-top:16px;
}

.booklet-grid{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(340px,1.08fr);
  gap:22px;
}

.booklet-cover{
  position:relative;
  min-height:520px;
  border-radius:var(--radius-xl);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--shadow);
  background:
    radial-gradient(circle at 24% 18%,rgba(111,69,255,.22),transparent 28%),
    radial-gradient(circle at 78% 14%,rgba(18,214,196,.18),transparent 26%),
    linear-gradient(160deg,#120d22,#24193f 52%,#101223 100%);
}

.booklet-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.95;
}

.booklet-cover .label{
  position:absolute;
  left:18px;
  top:18px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:#fff;
  backdrop-filter:blur(14px);
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.booklet-cover .label::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--teal);
  box-shadow:0 0 0 6px rgba(18,214,196,.13);
}

.chapter-list{
  display:grid;
  gap:12px;
  margin-top:16px;
}

.chapter{
  display:grid;
  grid-template-columns:28px 1fr;
  gap:12px;
  align-items:start;
}

.chapter span{
  width:28px;
  height:28px;
  border-radius:10px;
  display:grid;
  place-items:center;
  background:rgba(111,69,255,.10);
  color:var(--purple);
  font-weight:900;
  font-size:13px;
}

.chapter b{display:block;margin-bottom:2px}

.chapter i{
  display:block;
  font-style:normal;
  color:rgba(30,24,53,.66);
  font-size:13px;
  line-height:1.55;
}

body.theme-dark .chapter i{color:rgba(255,255,255,.66)}

.access-note{
  margin-top:18px;
  padding:16px 18px;
  border-radius:20px;
  background:rgba(18,214,196,.10);
  border:1px solid rgba(18,214,196,.20);
  font-size:13px;
  line-height:1.6;
}

.access-note strong{
  display:block;
  margin-bottom:6px;
  font-family:"Manrope",sans-serif;
}

.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .65s ease, transform .65s ease;
}

.reveal.is-visible{
  opacity:1;
  transform:none;
}

body.waiting-page .reveal{
  opacity:1;
  transform:none;
}

@media (max-width: 980px){
  .hero-grid,.section-title,.grid-3,.grid-2,.launch-grid,.strategy-grid,.booklet-grid{
    grid-template-columns:1fr;
  }
  .hero-grid{min-height:auto;padding-bottom:12px}
  .art{min-height:420px}
  .page-head{grid-template-columns:1fr}
  body.waiting-page .waiting-layout,
  body.waiting-page .join-grid,
  body.waiting-page .waiting-banner{
    grid-template-columns:1fr;
  }
  body.waiting-page .waiting-layout{
    min-height:auto;
    gap:0;
  }
  body.waiting-page .waiting-visual{
    min-height:560px;
  }
  body.waiting-page .waiting-banner img{
    min-height:220px;
  }
  body.waiting-page .footer-waiting-inner{
    align-items:flex-start;
  }
}

@media (max-width: 640px){
  .wrap{width:calc(100% - 22px)}
  .topbar-inner{min-height:74px}
  .brand-mark{width:126px;height:34px}
  .nav{gap:4px}
  .nav a{padding:8px 10px;font-size:12px}
  .hero{padding-top:22px}
  .hero h1{max-width:none}
  .hero p{font-size:17px}
  .hero-actions,.pill-rail,.footer-inner{align-items:flex-start}
  .inline{grid-template-columns:1fr}
  .section{padding:66px 0}
  .card-pad,.form-shell,.strategy-card,.launch-card,.quote{padding:20px}
  .floating-card{position:relative;right:auto;bottom:auto;width:auto;margin:14px}
  .art{min-height:320px}
  body.waiting-page .hero{padding-top:28px}
  body.waiting-page .waiting-visual{
    min-height:380px;
    margin-left:-4vw;
  }
  body.waiting-page .waiting-flow{
    left:2%;
    width:min(1020px,116vw);
  }
  body.waiting-page .waiting-character{
    right:4%;
    width:min(260px,34vw);
  }
  body.waiting-page .join-copy h2{
    max-width:none;
  }
  body.waiting-page .waiting-banner{
    min-height:260px;
    padding:20px;
  }
  body.waiting-page .footer-mark{
    width:168px;
  }
  body.waiting-page .footer-social a{
    width:38px;
    height:38px;
  }
}

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

.form-error{
  color:#b42318;
  font-size:14px;
  font-weight:700;
  margin:0 0 10px;
}
body.theme-dark .form-error{color:#ffb4a9}
.booklet-doc{
  max-width:760px;
  margin:0 auto;
}
.booklet-doc h2{margin:36px 0 12px}
.booklet-doc p{font-size:17px;line-height:1.7}
.booklet-locked .booklet-doc{display:none}

.referral-layout{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:28px;
  align-items:center;
}
.referral-surface{padding:26px}
.referral-profile,.brand-only{display:grid;gap:14px;margin-bottom:18px}
.profile-head{display:flex;align-items:center;gap:14px}
.profile-badge{
  width:56px;
  height:56px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,rgba(111,69,255,.18),rgba(18,214,196,.16));
  font-family:"Manrope",sans-serif;
  font-weight:800;
  letter-spacing:.04em;
}
.profile-sub{
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(30,24,53,.52);
}
body.theme-dark .profile-sub{color:rgba(255,255,255,.56)}
.profile-name{
  font-family:"Manrope",sans-serif;
  font-size:28px;
  letter-spacing:-.04em;
}
.profile-copy,.brand-only p,.referral-note{
  color:rgba(30,24,53,.72);
  line-height:1.65;
}
body.theme-dark .profile-copy,
body.theme-dark .brand-only p,
body.theme-dark .referral-note{color:rgba(255,255,255,.72)}
.referral-note{margin-top:18px;max-width:560px}
.referral-link{
  display:grid;
  gap:6px;
  margin-top:16px;
  font-size:13px;
}
.referral-link code{
  overflow-wrap:anywhere;
  font-size:13px;
}
@media (max-width:900px){
  .referral-layout{grid-template-columns:1fr}
}

body.public-lite{
  background:
    radial-gradient(circle at 14% 12%,rgba(111,69,255,.08),transparent 24%),
    radial-gradient(circle at 86% 8%,rgba(18,214,196,.09),transparent 22%),
    linear-gradient(180deg,#ffffff 0%,#fcfbff 42%,#f7f5fb 100%);
}
.public-lite .hero{
  padding:72px 0 28px;
}
.public-lite .hero h1{
  max-width:11ch;
  font-size:clamp(42px,6vw,76px);
  line-height:.94;
}
.public-lite .hero p{
  max-width:46ch;
  font-size:18px;
  line-height:1.7;
  color:rgba(23,17,45,.72);
}
.public-lite .section{
  padding:20px 0 88px;
}
.public-lite .page-head h1{
  font-size:clamp(32px,4vw,48px);
  max-width:16ch;
}
.public-lite .grid-2{
  gap:48px;
  align-items:start;
}
.public-lite .form-shell,
.public-lite .referral-surface{
  background:#fff;
  box-shadow:0 18px 50px rgba(23,17,45,.08);
}
.public-lite .quote,
.public-lite .grid-3 .card{
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
}
.public-lite .how-list{
  display:grid;
  gap:22px;
  margin:28px 0 0;
  max-width:58ch;
}
.public-lite .how-list div strong{
  display:block;
  margin-bottom:6px;
  font-size:16px;
}
.public-lite .how-list div p{
  margin:0;
  color:rgba(23,17,45,.68);
  line-height:1.6;
}
@media (max-width:760px){
  .public-lite .hero{padding:40px 0 18px}
  .public-lite .hero h1{font-size:40px}
  .public-lite .section{padding:8px 0 56px}
}
