:root {
  --navy: #07347C;
  --pink: #D00061;
  --green: #43A817;
  --light-green: #78C600;
  --soft-pink: #F8D9E8;
  --soft-blue: #DCEBFA;
  --soft-green: #E3F2D9;
  --soft-yellow: #FFF2C2;
  --cream: #FFF9F2;
  --ink: #252525;
  --muted: #667085;
  --white: #FFFFFF;
  --border: rgba(7, 52, 124, 0.10);
  --shadow: 0 24px 70px rgba(7, 52, 124, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(248, 217, 232, 0.55), transparent 30%),
    radial-gradient(circle at top right, rgba(227, 242, 217, 0.70), transparent 26%),
    linear-gradient(180deg, #fff 0%, var(--cream) 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(7, 52, 124, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 52, 124, 0.025) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 12px 0;
}

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

.brand-mini {
  color: var(--navy);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 1.15rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(67, 168, 23, 0.11);
}

.hero {
  position: relative;
  min-height: min(820px, calc(100dvh - 48px));
  display: grid;
  place-items: center;
  padding: clamp(44px, 7vh, 64px) 24px;
  overflow: hidden;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-content {
  width: min(870px, 100%);
  text-align: center;
  position: relative;
  z-index: 2;
}

.logo-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.main-logo {
  width: min(620px, 86vw);
  height: auto;
  display: block;
  mix-blend-mode: multiply;
  margin-bottom: 30px;
  margin-top: 30px;
}

.coming-soon {
  margin: 6px 0 0;
  color: #b0bdf3ad;
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker {
  display: inline-block;
  margin: 0 0 14px;
  color: var(--pink);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  font-weight: 800;
  text-transform: uppercase;
}

.headline {
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  font-weight: 900;
  display: flex;
  justify-content: center;

}

.blue {
  color: var(--navy);
}

.pink {
  color: var(--pink);
}

.green {
  color: var(--green);
}

.tagline {
  margin: 22px 0 0;
  color: var(--navy);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.intro {
  width: min(730px, 100%);
  margin: 24px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.primary-btn,
.secondary-btn {
  min-width: 190px;
  padding: 14px 22px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.primary-btn {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #0b4ca8);
  box-shadow: 0 12px 28px rgba(7, 52, 124, 0.25);
}

.secondary-btn {
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(7, 52, 124, 0.14);
}

.primary-btn:hover,
.secondary-btn:hover {
  transform: translateY(-2px);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.65;
}

.hero-glow-one {
  width: 320px;
  height: 320px;
  background: rgba(208, 0, 97, 0.09);
  left: -110px;
  top: 90px;
}

.hero-glow-two {
  width: 350px;
  height: 350px;
  background: rgba(67, 168, 23, 0.12);
  right: -120px;
  bottom: 50px;
}

.discover {
  padding: 120px 0 70px;
}

.section-copy {
  width: min(700px, 100%);
  margin-bottom: 38px;
}

.section-copy h2,
.launch-panel h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.section-copy p,
.launch-panel p {
  color: var(--muted);
  font-size: 1.08rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-card {
  min-height: 260px;
  padding: 30px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--border);
  box-shadow: 0 18px 48px rgba(7, 52, 124, 0.08);
}

.feature-card h3 {
  margin: 22px 0 8px;
  color: var(--navy);
  font-size: 1.5rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
}

.icon-badge {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  font-size: 1.45rem;
  font-weight: 900;
}

.pink-bg {
  background: var(--soft-pink);
  color: var(--pink);
}

.blue-bg {
  background: var(--soft-blue);
  color: var(--navy);
}

.green-bg {
  background: var(--soft-green);
  color: var(--green);
}

.launch-panel {
  margin: 50px 0 100px;
  padding: clamp(30px, 5vw, 60px);
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  align-items: center;
  gap: 30px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(7, 52, 124, 0.97), rgba(7, 52, 124, 0.90)),
    radial-gradient(circle at 80% 20%, rgba(208, 0, 97, 0.6), transparent 40%);
  box-shadow: 0 24px 60px rgba(7, 52, 124, 0.22);
}

.launch-panel .section-kicker,
.launch-panel h2,
.launch-panel p {
  color: #fff;
}

.launch-panel p {
  opacity: 0.82;
}

.launch-badge {
  aspect-ratio: 1;
  width: min(240px, 70%);
  justify-self: center;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  border-radius: 50%;
  background: var(--white);
  color: var(--navy);
  border: 10px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(7, 52, 124, 0.08), 0 18px 42px rgba(0, 0, 0, 0.16);
  font-weight: 900;
  letter-spacing: .08em;
}

.launch-badge strong {
  color: var(--pink);
  font-size: 2rem;
}

footer {
  padding-bottom: 28px;
}

.footer-line {
  height: 1px;
  background: var(--border);
}

.footer-content {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-note {
  color: var(--navy);
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: reveal .8s ease forwards;
}

.delay-1 {
  animation-delay: .1s;
}

.delay-2 {
  animation-delay: .2s;
}

.delay-3 {
  animation-delay: .3s;
}

.delay-4 {
  animation-delay: .4s;
}

.delay-5 {
  animation-delay: .5s;
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 820px) {
  .page-shell {
    width: min(calc(100% - 20px), 1180px);
  }

  .topbar {
    min-height: 70px;
  }

  .hero {
    min-height: auto;
    padding: 56px 18px;
    border-radius: 26px;
  }

  .hero-content {
    width: 100%;
    min-width: 0;
  }

  .main-logo {
    width: 100%;
    max-width: 560px;
  }

  .logo-wrap {
    margin-bottom: 26px;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .launch-panel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .launch-badge {
    width: 180px;
  }

  .footer-content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 24px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

@media (max-width: 520px) {
  .brand-mini {
    display: none;
  }

  .topbar {
    justify-content: center;
  }

  .headline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 0.14em;
    font-size: clamp(2.6rem, 14vw, 4.4rem);
  }

  .headline span {
    display: inline-block;
  }

  .eyebrow {
    max-width: 28ch;
  }

  .cta-row {
    flex-direction: column;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
  }
}