:root {
  --ink: #17131f;
  --muted: #655f70;
  --lavender: #8257e6;
  --lavender-dark: #6440bd;
  --lilac: #eee8ff;
  --coral: #ff7886;
  --gold: #f5c75c;
  --cream: #fbf9f5;
  --white: #fff;
  --line: rgba(23, 19, 31, .11);
  --shadow: 0 28px 80px rgba(61, 40, 102, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 100;
  padding: 10px 16px; border-radius: 10px; background: var(--ink); color: white;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: absolute; top: 0; inset-inline: 0; z-index: 10;
  border-bottom: 1px solid rgba(23, 19, 31, .07);
}
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -.04em; font-size: 21px; }
.brand img { border-radius: 50%; box-shadow: 0 6px 16px rgba(77, 49, 128, .16); }
nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 700; }
nav > a:not(.button) { color: var(--muted); }
nav > a:hover { color: var(--lavender-dark); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  min-height: 56px; padding: 0 24px; border: 1px solid transparent; border-radius: 16px;
  font-weight: 800; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: white; background: var(--ink);
  box-shadow: 0 15px 30px rgba(23, 19, 31, .18);
}
.button-primary:hover { background: var(--lavender-dark); box-shadow: 0 18px 34px rgba(100, 64, 189, .26); }
.button-small { min-height: 42px; padding: 0 17px; border-radius: 12px; }
.button-ghost { border-color: var(--line); background: rgba(255, 255, 255, .45); }
.button-light { color: var(--ink); background: white; box-shadow: 0 14px 30px rgba(25, 15, 48, .18); }
.text-link { font-size: 14px; font-weight: 800; border-bottom: 1px solid var(--ink); }

.hero {
  position: relative; overflow: hidden;
  background: radial-gradient(circle at 74% 23%, rgba(221, 207, 255, .78), transparent 31%), #fbf9f5;
  padding: 144px 0 0;
}
.hero::before {
  content: ""; position: absolute; width: 700px; height: 700px; border: 1px solid rgba(130, 87, 230, .13);
  border-radius: 50%; right: -230px; top: -240px;
}
.hero-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; min-width: 0; min-height: 670px; }
.hero-copy { position: relative; z-index: 2; min-width: 0; padding: 30px 0 90px; }
.eyebrow, .kicker {
  display: flex; align-items: center; gap: 9px; margin-bottom: 20px;
  color: var(--lavender-dark); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase;
}
.spark { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; color: white; background: var(--lavender); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; letter-spacing: -.055em; }
h1 { margin-bottom: 26px; font-size: clamp(57px, 6.3vw, 92px); font-weight: 900; }
h1 span, h2 span { color: var(--lavender); }
.lede { max-width: 520px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 35px; color: var(--muted); font-size: 12px; font-weight: 750; }
.trust-row i { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 4px; border-radius: 50%; color: white; background: var(--lavender); font-style: normal; }
.hero-art { position: relative; align-self: stretch; min-width: 720px; margin-left: -100px; }
.hero-art > img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; mix-blend-mode: multiply; }
.balance-card {
  position: absolute; right: 5%; bottom: 13%; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center;
  padding: 13px 15px; min-width: 235px; border: 1px solid rgba(255,255,255,.9); border-radius: 18px;
  background: rgba(255,255,255,.82); box-shadow: var(--shadow); backdrop-filter: blur(18px); transform: rotate(-2deg);
}
.avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: white; background: linear-gradient(135deg, var(--lavender), #b891ff); font-weight: 900; }
.balance-card small, .balance-card strong { display: block; line-height: 1.15; }
.balance-card small { color: var(--muted); font-size: 10px; }
.balance-card strong { margin-top: 4px; font-size: 18px; }
.balance-card strong span { font-size: 10px; color: var(--muted); letter-spacing: 0; }
.trend { color: #1d8c69; padding: 4px 7px; border-radius: 8px; background: #e1f7ef; font-size: 11px; font-weight: 900; }
.hero-ribbon {
  display: flex; justify-content: center; gap: 46px; padding: 19px 24px; color: white; background: var(--ink);
  font-size: 11px; font-weight: 900; letter-spacing: .24em;
}
.hero-ribbon b { color: var(--gold); }

.section { padding: 120px 0; }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
h2 { margin-bottom: 24px; font-size: clamp(44px, 5vw, 68px); font-weight: 900; }
.intro-copy { color: var(--muted); font-size: 18px; }
.intro-copy p:first-child { color: var(--ink); font-size: 22px; font-weight: 650; }
.ledger-demo { margin-top: 70px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.ledger-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 26px; }
.mini-label { color: var(--lavender); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.ledger-top h3 { margin: 5px 0 0; font-size: 26px; }
.live-pill { padding: 8px 12px; border-radius: 999px; background: #effaf6; color: #28755d; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.live-pill i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #39ad83; }
.ledger-grid { display: grid; grid-template-columns: 1fr 1fr 1.15fr; gap: 15px; }
.kid-card, .activity-card { position: relative; display: flex; align-items: center; min-height: 138px; padding: 22px; border-radius: 22px; overflow: hidden; }
.kid-card.lavender { background: #eee8ff; }
.kid-card.coral { background: #fff0ed; }
.kid-avatar { display: grid; place-items: center; flex: 0 0 56px; height: 56px; margin-right: 16px; border-radius: 18px; color: white; background: var(--lavender); font-size: 20px; font-weight: 900; }
.coral .kid-avatar { background: var(--coral); }
.kid-card small, .kid-card strong, .kid-card span { display: block; line-height: 1.1; }
.kid-card small { color: var(--muted); font-weight: 800; }
.kid-card strong { margin: 7px 0 3px; font-size: 28px; }
.kid-card span { color: var(--muted); font-size: 10px; }
.token { position: absolute; right: -8px; bottom: -16px; color: rgba(130,87,230,.18); font-size: 82px; line-height: 1; transform: rotate(12deg); }
.activity-card { gap: 14px; border: 1px solid var(--line); }
.activity-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; color: #28755d; background: #e5f8f0; font-weight: 900; }
.activity-card div { flex: 1; }
.activity-card small, .activity-card strong, .activity-card div span { display: block; }
.activity-card small { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .09em; }
.activity-card strong { margin: 4px 0; font-size: 14px; }
.activity-card div span { color: var(--muted); font-size: 11px; }
.activity-card > b { color: var(--lavender); font-size: 20px; }

.why { background: white; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.section-heading > p { margin-bottom: 32px; color: var(--muted); font-size: 18px; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 62px; }
.pillar { position: relative; min-height: 410px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.pillar.featured { color: white; background: var(--lavender); border-color: var(--lavender); transform: translateY(-18px); box-shadow: 0 28px 50px rgba(100, 64, 189, .22); }
.number { position: absolute; right: 28px; top: 25px; color: rgba(23,19,31,.34); font-size: 11px; font-weight: 900; }
.featured .number { color: rgba(255,255,255,.55); }
.pillar-icon { display: grid; place-items: center; width: 66px; height: 66px; margin-bottom: 68px; border-radius: 21px; font-size: 30px; font-weight: 800; }
.delay { background: #fff1cc; color: #a86c00; }
.initiative { background: rgba(255,255,255,.19); color: white; }
.equity { background: #ffe5e8; color: #d95666; }
.pillar h3 { margin-bottom: 16px; font-size: 31px; }
.pillar p { color: var(--muted); }
.featured p { color: rgba(255,255,255,.8); }
.tag { position: absolute; left: 32px; bottom: 28px; padding-top: 10px; border-top: 1px solid currentColor; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; opacity: .75; }

.how { color: white; background: var(--ink); overflow: hidden; }
.how-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.kicker.light { color: #c7b6ff; }
.how-copy { position: sticky; top: 50px; }
.how-copy > p { max-width: 420px; color: rgba(255,255,255,.64); font-size: 18px; }
.how-copy .button { margin-top: 26px; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 72px 1fr; gap: 18px; padding: 32px 0; border-top: 1px solid rgba(255,255,255,.14); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.steps > li > span { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.24); border-radius: 18px; color: #c7b6ff; font-size: 12px; font-weight: 900; }
.steps h3 { margin: 0 0 9px; font-size: 26px; letter-spacing: -.035em; }
.steps p { margin: 0; color: rgba(255,255,255,.57); }

.honest-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; padding: 70px; border-radius: 36px; background: #eee8ff; overflow: hidden; }
.honest-art { position: relative; min-height: 430px; }
.big-token {
  position: absolute; inset: 50% auto auto 50%; display: grid; place-items: center; width: 260px; height: 260px;
  border: 18px solid #a07aef; border-radius: 50%; color: white; background: linear-gradient(145deg,#d4c0ff,#8356e7);
  font-size: 112px; line-height: 1; box-shadow: inset 0 0 0 7px rgba(255,255,255,.45), 0 30px 50px rgba(76,44,141,.24);
  transform: translate(-50%,-45%) rotate(-10deg);
}
.bubble { position: absolute; z-index: 2; padding: 13px 18px; border-radius: 17px; background: white; box-shadow: 0 14px 32px rgba(72,47,119,.13); font-size: 13px; font-weight: 800; }
.bubble-one { top: 38px; left: 0; transform: rotate(-4deg); }
.bubble-two { right: 0; bottom: 38px; color: white; background: var(--ink); transform: rotate(3deg); }
.honest-copy > p { color: var(--muted); font-size: 17px; }
.quote { display: flex; align-items: flex-start; gap: 12px; margin-top: 30px; padding-top: 26px; border-top: 1px solid rgba(100,64,189,.2); }
.quote > span { color: var(--lavender); font-family: Georgia, serif; font-size: 48px; line-height: .8; }
.quote p { margin: 0; font-size: 19px; line-height: 1.35; }

.final-cta { padding-top: 0; }
.cta-card {
  position: relative; display: grid; grid-template-columns: 300px 1fr; gap: 60px; align-items: center;
  min-height: 490px; padding: 65px 90px; border-radius: 38px; color: white; background: var(--lavender); overflow: hidden;
}
.cta-card::after { content: ""; position: absolute; width: 480px; height: 480px; right: -170px; top: -240px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.mascot-orb { position: relative; z-index: 1; width: 270px; height: 270px; padding: 30px; border-radius: 50%; background: rgba(255,255,255,.12); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); transform: rotate(-4deg); }
.mascot-orb img { width: 100%; border-radius: 50%; box-shadow: 0 24px 50px rgba(43,25,83,.28); }
.cta-card > div:last-child { position: relative; z-index: 1; }
.cta-card h2 span { color: #ffe08a; }
.cta-card p { max-width: 570px; color: rgba(255,255,255,.76); font-size: 18px; }
.cta-card .button { margin-top: 18px; }
.cta-spark { position: absolute; color: #ffe08a; }
.cta-spark-one { left: 50px; top: 50px; font-size: 24px; }
.cta-spark-two { left: 345px; bottom: 55px; font-size: 15px; }

footer { padding: 30px 0 55px; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; padding-top: 28px; border-top: 1px solid var(--line); }
.footer-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.footer-grid > a:last-child { font-size: 13px; font-weight: 800; }

@media (max-width: 980px) {
  nav > a:not(.button) { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 30px; }
  .hero-copy { padding-bottom: 0; }
  .hero-art { min-width: 0; height: 520px; margin: -40px -80px 0 -180px; }
  .hero-art > img { object-position: 64% center; }
  .split-heading, .section-heading, .how-grid, .honest-card { grid-template-columns: 1fr; gap: 45px; }
  .ledger-grid { grid-template-columns: 1fr 1fr; }
  .activity-card { grid-column: 1 / -1; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar { min-height: 330px; }
  .pillar.featured { transform: none; }
  .pillar-icon { margin-bottom: 42px; }
  .how-copy { position: static; }
  .honest-card { padding: 50px; }
  .honest-art { min-height: 350px; }
  .cta-card { grid-template-columns: 220px 1fr; padding: 55px; }
  .mascot-orb { width: 210px; height: 210px; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav { height: 70px; }
  .brand { font-size: 18px; }
  .nav .brand img { width: 38px; height: 38px; }
  .nav nav { gap: 0; }
  .nav .button { min-height: 38px; padding-inline: 13px; font-size: 12px; }
  .hero { padding-top: 94px; }
  .hero-grid { min-height: auto; }
  .hero-copy { padding-top: 28px; }
  h1 { max-width: 100%; font-size: clamp(43px, 12.5vw, 56px); overflow-wrap: anywhere; }
  h2 { font-size: 43px; }
  .lede { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .text-link { align-self: center; }
  .trust-row { gap: 10px 16px; }
  .hero-art { height: 360px; margin: -5px -80px 0 -135px; }
  .balance-card { right: 2%; bottom: 5%; min-width: 205px; transform: scale(.88) rotate(-2deg); transform-origin: right bottom; }
  .hero-ribbon { justify-content: flex-start; gap: 30px; overflow: hidden; white-space: nowrap; }
  .section { padding: 82px 0; }
  .split-heading { gap: 25px; }
  .intro-copy p:first-child { font-size: 19px; }
  .ledger-demo { margin-top: 45px; padding: 18px; }
  .ledger-top { align-items: center; }
  .live-pill { font-size: 8px; }
  .ledger-grid { grid-template-columns: 1fr; }
  .activity-card { grid-column: auto; }
  .section-heading { gap: 10px; }
  .pillar-grid { margin-top: 42px; }
  .pillar { min-height: 350px; }
  .how-grid { gap: 55px; }
  .steps li { grid-template-columns: 54px 1fr; }
  .steps > li > span { width: 44px; height: 44px; border-radius: 14px; }
  .steps h3 { font-size: 22px; }
  .honest-card { padding: 32px 22px; border-radius: 28px; }
  .honest-art { min-height: 300px; }
  .big-token { width: 205px; height: 205px; border-width: 14px; font-size: 82px; }
  .bubble { padding: 10px 13px; font-size: 11px; }
  .cta-card { grid-template-columns: 1fr; gap: 25px; padding: 42px 25px; text-align: center; border-radius: 28px; }
  .mascot-orb { width: 180px; height: 180px; margin-inline: auto; }
  .cta-card .kicker { justify-content: center; }
  .cta-card .button { width: 100%; }
  .footer-grid { flex-direction: column; gap: 18px; text-align: center; }
}

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