:root {
  --bg: #081118;
  --surface: rgba(14, 22, 31, 0.74);
  --surface-strong: rgba(18, 30, 40, 0.94);
  --ink: #f4f8fb;
  --ink-soft: #a8b7c3;
  --line: rgba(149, 196, 197, 0.16);
  --teal: #2d8b88;
  --teal-bright: #56b7b2;
  --teal-deep: #123e49;
  --amber: #d89153;
  --amber-soft: #f0bd8f;
  --radius: 24px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: 'Manrope', 'Avenir Next', 'Segoe UI', sans-serif;
  background:
    radial-gradient(circle at 14% 10%, rgba(86, 183, 178, 0.22), transparent 24%),
    radial-gradient(circle at 88% 14%, rgba(216, 145, 83, 0.18), transparent 22%),
    radial-gradient(circle at 22% 84%, rgba(45, 139, 136, 0.18), transparent 26%),
    linear-gradient(180deg, #071018 0%, #0b1520 52%, #0b1b1f 100%);
  min-height: 100vh;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

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

.nav {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border: 1px solid rgba(123, 184, 185, 0.16);
  border-radius: 999px;
  background: rgba(8, 17, 24, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(17, 38, 48, 0.96), rgba(16, 29, 41, 0.92));
  box-shadow: inset 0 0 0 1px rgba(86, 183, 178, 0.18);
}

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

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

.nav-links a {
  text-decoration: none;
  color: #d1dbe4;
  font-size: 0.92rem;
  font-weight: 700;
}

.hero {
  padding: 44px 0 18px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: center;
}

.eyebrow {
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--amber-soft);
}

h1,
h2,
.countdown {
  font-family: 'Fraunces', Georgia, serif;
}

h1 {
  margin-top: 10px;
  font-size: clamp(2.7rem, 7vw, 5.3rem);
  line-height: 0.94;
  max-width: 10ch;
}

.lead {
  margin-top: 18px;
  max-width: 56ch;
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--ink-soft);
}

.hero-actions,
.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

.primary-btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
}

.primary-btn {
  background: linear-gradient(145deg, var(--teal), var(--teal-bright));
  color: #031015;
  box-shadow: 0 16px 34px rgba(45, 139, 136, 0.28);
}

.ghost-btn {
  border: 1px solid var(--line);
  background: rgba(15, 24, 33, 0.6);
}

.hero-metrics,
.benefit-grid,
.workflow-grid,
.showcase-grid,
.faq-list {
  display: grid;
  gap: 14px;
}

.hero-metrics {
  margin-top: 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.metric {
  padding: 16px;
}

.metric strong,
.benefit-card h3,
.workflow-step h3,
.feature-slide h3,
.showcase-card h3,
.faq-toggle {
  font-size: 1rem;
}

.metric span,
.benefit-card p,
.workflow-step p,
.feature-slide p,
.showcase-card p,
.faq-answer,
.section-head p,
.visual-caption,
.panel-label {
  color: var(--ink-soft);
  line-height: 1.65;
}

.hero-visual {
  position: relative;
}

.phone-card {
  position: relative;
  overflow: hidden;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(13, 23, 33, 0.96), rgba(15, 28, 38, 0.9)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.phone-card::after {
  content: '';
  position: absolute;
  inset: auto -18% -26% auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(86, 183, 178, 0.24), transparent 70%);
}

.phone-topbar {
  display: flex;
  justify-content: center;
}

.phone-topbar span {
  display: block;
  width: 34%;
  height: 18px;
  border-radius: 0 0 12px 12px;
  background: rgba(5, 11, 18, 0.92);
}

.screen-card {
  position: relative;
  border-radius: 22px;
  margin-top: 16px;
}

.mascot-panel {
  min-height: 280px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(10, 24, 31, 0.98), rgba(11, 36, 38, 0.94));
}

.orb {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(121, 226, 220, 0.2), rgba(45, 139, 136, 0.08));
}

.mascot-panel img {
  position: relative;
  width: min(84%, 280px);
  z-index: 1;
}

.session-panel {
  padding: 18px;
  background: linear-gradient(180deg, rgba(18, 32, 44, 0.98), rgba(16, 28, 39, 0.98));
  border: 1px solid rgba(86, 183, 178, 0.12);
}

.panel-label {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.session-panel h2 {
  margin-top: 6px;
  font-size: 1.5rem;
}

.countdown {
  margin-top: 14px;
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  line-height: 1;
}

.mini-pills {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mini-pills span,
.workflow-step span,
.showcase-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(86, 183, 178, 0.16);
  color: #9ee3df;
  font-size: 0.78rem;
  font-weight: 800;
}

.visual-caption {
  margin-top: 14px;
  font-size: 0.92rem;
}

.section-block {
  margin-top: 42px;
}

.section-head {
  max-width: 640px;
  margin-bottom: 16px;
}

.section-head h2 {
  margin-top: 8px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.benefit-grid,
.workflow-grid,
.showcase-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-card,
.workflow-step,
.showcase-card,
.cta-panel {
  padding: 22px;
}

.workflow-step span {
  min-width: 42px;
}

.workflow-step h3,
.showcase-card h3 {
  margin-top: 16px;
}

.feature-carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 250, 243, 0.9), rgba(255, 246, 234, 0.7));
  background: linear-gradient(145deg, rgba(12, 23, 32, 0.94), rgba(15, 27, 37, 0.82));
  border: 1px solid rgba(86, 183, 178, 0.12);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
}

.carousel-window {
  overflow: hidden;
  border-radius: 20px;
}

.carousel-track {
  display: flex;
  transition: transform 340ms ease;
  will-change: transform;
}

.feature-slide {
  flex: 0 0 100%;
  padding: 28px;
  min-height: 200px;
}

.feature-slide p {
  margin-top: 10px;
  max-width: 52ch;
}

.carousel-btn {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(18, 36, 46, 0.96);
  color: #9ee3df;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.22);
}

.carousel-dots {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.carousel-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: rgba(158, 227, 223, 0.24);
  cursor: pointer;
}

.carousel-dot.active {
  background: var(--teal-bright);
}

.showcase-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(18, 32, 44, 0.65), rgba(15, 28, 39, 0.96)),
    radial-gradient(circle at top right, rgba(216, 145, 83, 0.2), transparent 40%),
    radial-gradient(circle at bottom left, rgba(86, 183, 178, 0.14), transparent 40%);
}

.accent-card {
  transform: translateY(18px);
}

.faq-item {
  overflow: hidden;
}

.faq-toggle {
  width: 100%;
  padding: 18px 20px;
  border: 0;
  text-align: left;
  font: inherit;
  font-weight: 800;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
}

.faq-item.open .faq-answer {
  display: block;
}

.cta-panel {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background:
    radial-gradient(circle at top right, rgba(216, 145, 83, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(14, 27, 36, 0.98), rgba(12, 22, 31, 0.94));
}

.legal-links {
  margin-top: 42px;
  padding: 32px;
}

.legal-links p {
  margin-top: 14px;
}

.legal-links .legal-actions {
  margin-top: 18px;
}

.footer {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-animate] {
  opacity: 0;
  transform: translateY(12px);
  animation: rise 460ms ease forwards;
}

[data-animate='2'] {
  animation-delay: 90ms;
}

[data-animate='3'] {
  animation-delay: 180ms;
}

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

@media (max-width: 960px) {
  .nav {
    position: static;
    border-radius: 28px;
    align-items: flex-start;
    flex-direction: column;
  }

  .hero,
  .benefit-grid,
  .workflow-grid,
  .showcase-grid,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 28px;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .benefit-grid,
  .workflow-grid,
  .showcase-grid {
    display: grid;
  }

  .accent-card {
    transform: none;
  }

  .cta-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer {
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 20px, 1120px);
    padding-top: 10px;
  }

  h1 {
    max-width: none;
  }

  .feature-carousel {
    grid-template-columns: 1fr;
  }

  .carousel-btn {
    display: none;
  }

  .feature-slide {
    min-height: 220px;
    padding: 22px;
  }
}

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

  .reveal,
  .reveal.is-visible,
  [data-animate] {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }

  .carousel-track {
    transition: none;
  }
}

.legal-page {
  min-height: 100vh;
}

.legal-shell {
  width: min(860px, calc(100% - 24px));
  margin: 0 auto;
  padding: 20px 0 52px;
}

.legal-nav {
  margin-bottom: 12px;
}

.legal-nav a {
  text-decoration: none;
  color: var(--ink-soft);
  font-weight: 700;
}

.legal-content {
  padding: 24px;
}

.legal-content h1 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 0.98;
}

.legal-content p {
  margin-top: 12px;
  color: var(--ink-soft);
  line-height: 1.7;
}

.legal-content ul {
  margin: 10px 0 0 20px;
  padding: 0;
  color: var(--ink-soft);
}

.legal-content li {
  margin-top: 8px;
  line-height: 1.6;
}
