:root {
  --ink: #102a43;
  --muted: #627d98;
  --blue: #1e90ff;
  --blue-dark: #1565c0;
  --blue-soft: #e7f4ff;
  --gold: #ffd43b;
  --green: #32c875;
  --cream: #fffaf0;
  --white: #ffffff;
  --border: #dceaf6;
  --shadow: 0 24px 70px rgba(30, 102, 166, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 5% 8%, rgba(100,181,246,.18), transparent 25rem),
    radial-gradient(circle at 92% 22%, rgba(255,212,59,.18), transparent 24rem),
    linear-gradient(180deg, #fbfdff 0%, #f5fbff 60%, #fff 100%);
  font-family: "DM Sans", system-ui, sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .35;
  background-image: radial-gradient(#9cccf2 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, #000, transparent 65%);
}

a { color: inherit; text-decoration: none; }
.page-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; position: relative; }

.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-family: Nunito, sans-serif; font-size: 26px; font-weight: 900; letter-spacing: -.04em; }
.brand img { width: 50px; height: 50px; object-fit: contain; }
.brand > span > span { color: var(--blue); }
.header-pill { display: inline-flex; align-items: center; gap: 9px; padding: 10px 15px; border: 1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,.8); box-shadow: 0 8px 24px rgba(42, 107, 157, .08); font-size: 13px; font-weight: 800; color: var(--blue-dark); }
.header-pill i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(50,200,117,.13); animation: pulse 2s infinite; }

.hero { min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 48px; padding: 40px 0 70px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; color: var(--blue-dark); font-weight: 800; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow span { color: var(--gold); font-size: 19px; }
h1 { margin: 18px 0 22px; font: 900 clamp(54px, 7vw, 86px)/.98 Nunito, sans-serif; letter-spacing: -.06em; }
h1 em { color: var(--blue); font-style: normal; position: relative; white-space: nowrap; }
h1 em::after { content: ""; position: absolute; left: 3%; right: 1%; bottom: -6px; height: 9px; background: var(--gold); border-radius: 60% 40% 50% 50%; transform: rotate(-1.5deg); opacity: .85; z-index: -1; }
.hero-lead { max-width: 600px; margin: 0 0 28px; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.65; }

.launch-card { display: flex; align-items: center; gap: 14px; max-width: 555px; padding: 17px 20px; background: rgba(255,255,255,.9); border: 1px solid var(--border); border-radius: 20px; box-shadow: 0 15px 38px rgba(27, 100, 158, .1); }
.launch-icon { display: grid; place-items: center; flex: 0 0 48px; height: 48px; border-radius: 15px; background: var(--blue-soft); font-size: 23px; }
.launch-card strong { font-size: 15px; }
.launch-card p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: #486581; font-size: 13px; font-weight: 700; }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row b { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: #fff; background: var(--green); font-size: 11px; }

.hero-visual { min-height: 560px; display: grid; place-items: center; position: relative; isolation: isolate; }
.mascot { width: min(440px, 92%); max-height: 550px; object-fit: contain; position: relative; z-index: 3; filter: drop-shadow(0 28px 25px rgba(14, 82, 136, .18)); animation: float 4s ease-in-out infinite; }
.mascot-glow { position: absolute; width: 430px; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg, #e0f3ff, #fff9d9); border: 1px solid rgba(100,181,246,.25); box-shadow: inset 0 0 0 20px rgba(255,255,255,.35), var(--shadow); z-index: 0; }
.floor-shadow { position: absolute; bottom: 37px; width: 270px; height: 40px; border-radius: 50%; background: rgba(23, 72, 112, .13); filter: blur(11px); z-index: 1; }
.orb { position: absolute; border-radius: 50%; z-index: -1; animation: float 5s ease-in-out infinite; }
.orb-one { width: 74px; height: 74px; top: 35px; right: 30px; background: rgba(255,212,59,.42); }
.orb-two { width: 44px; height: 44px; bottom: 70px; left: 15px; background: rgba(50,200,117,.26); animation-delay: -2s; }
.speech-card { position: absolute; z-index: 5; padding: 12px 16px; border-radius: 17px; background: #fff; border: 1px solid var(--border); box-shadow: 0 14px 35px rgba(25, 88, 139, .14); font-family: Nunito, sans-serif; font-weight: 900; animation: bob 3s ease-in-out infinite; }
.speech-card span { color: var(--blue); }
.speech-card-one { top: 100px; left: 0; transform: rotate(-5deg); }
.speech-card-two { right: -10px; bottom: 130px; animation-delay: -1.4s; transform: rotate(4deg); }

.features { padding: 90px 0; }
.section-heading { text-align: center; max-width: 660px; margin: 0 auto 42px; }
.section-heading p, .closing-kicker { margin: 0 0 8px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.section-heading h2, .closing-card h2 { margin: 0; font: 900 clamp(32px, 5vw, 48px)/1.08 Nunito, sans-serif; letter-spacing: -.035em; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { padding: 28px; background: #fff; border: 1px solid var(--border); border-radius: 26px; box-shadow: 0 16px 42px rgba(31, 91, 137, .08); transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(31, 91, 137, .13); }
.feature-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 22px; border-radius: 17px; font-size: 25px; }
.feature-blue .feature-icon { background: #e8f4ff; }
.feature-gold .feature-icon { background: #fff6cf; }
.feature-green .feature-icon { background: #e7faef; }
.feature-card h3 { margin: 0 0 10px; font: 900 20px Nunito, sans-serif; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 14px; }

.closing-card { min-height: 310px; margin: 45px 0 80px; padding: 55px 70px 55px 390px; display: flex; align-items: center; position: relative; overflow: hidden; border-radius: 38px; color: #fff; background: linear-gradient(135deg, #0d6bc6, #1e90ff 60%, #55b7ff); box-shadow: 0 30px 70px rgba(21,101,192,.25); }
.closing-card::before { content: ""; position: absolute; width: 400px; height: 400px; right: -130px; top: -210px; border: 50px solid rgba(255,255,255,.08); border-radius: 50%; }
.closing-card img { position: absolute; left: 30px; bottom: -70px; width: 340px; height: 370px; object-fit: contain; transform: rotate(-4deg); filter: drop-shadow(0 20px 20px rgba(0,0,0,.14)); }
.closing-card > div { position: relative; z-index: 2; max-width: 650px; }
.closing-kicker { color: #ffe477; }
.closing-card p:last-child { margin: 17px 0 0; color: rgba(255,255,255,.82); line-height: 1.6; }
.star { position: absolute; color: var(--gold); opacity: .8; }
.star-one { right: 50px; bottom: 45px; font-size: 28px; transform: rotate(12deg); }
.star-two { right: 120px; top: 30px; font-size: 16px; transform: rotate(-18deg); }

footer { min-height: 105px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; border-top: 1px solid var(--border); color: var(--muted); font-size: 12px; }
.brand-small { font-size: 18px; gap: 6px; }
.brand-small img { width: 34px; height: 34px; }
.footer-note { text-align: right; font-weight: 700; color: var(--blue-dark); }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes bob { 0%,100% { margin-top: 0; } 50% { margin-top: -8px; } }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 5px rgba(50,200,117,.13); } 50% { box-shadow: 0 0 0 9px rgba(50,200,117,0); } }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 65px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-visual { min-height: 520px; }
  .feature-grid { grid-template-columns: 1fr; max-width: 620px; margin: auto; }
  .closing-card { padding: 55px 40px 380px; text-align: center; justify-content: center; }
  .closing-card img { left: 50%; transform: translateX(-50%) rotate(-4deg); bottom: -60px; }
  footer { grid-template-columns: 1fr; justify-items: center; padding: 30px 0; text-align: center; }
  .footer-note { text-align: center; }
}

@media (max-width: 560px) {
  .page-shell { width: min(100% - 26px, 1180px); }
  .site-header { height: 78px; }
  .brand { font-size: 21px; }
  .brand img { width: 42px; height: 42px; }
  .header-pill { padding: 8px 11px; font-size: 11px; }
  .hero { min-height: auto; gap: 20px; padding: 55px 0 40px; }
  h1 { font-size: clamp(46px, 15vw, 64px); }
  .hero-lead { font-size: 16px; }
  .launch-card { text-align: left; padding: 14px; }
  .trust-row { justify-content: center; gap: 12px; }
  .hero-visual { min-height: 410px; }
  .mascot { width: 310px; max-height: 400px; }
  .mascot-glow { width: 315px; }
  .speech-card { padding: 9px 12px; font-size: 12px; }
  .speech-card-one { top: 70px; left: -2px; }
  .speech-card-two { right: -2px; bottom: 90px; }
  .features { padding: 65px 0; }
  .feature-card { padding: 23px; }
  .closing-card { margin-bottom: 50px; padding: 45px 24px 310px; border-radius: 28px; }
  .closing-card img { width: 280px; height: 310px; }
}

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