:root {
  --bg: #07111f;
  --bg-soft: #0d1c31;
  --surface: rgba(13, 28, 49, 0.64);
  --surface-strong: rgba(12, 24, 42, 0.9);
  --text: #f5f7fb;
  --muted: #a8b5cb;
  --line: rgba(255, 255, 255, 0.12);
  --accent: #58f2c1;
  --accent-strong: #17c987;
  --warm: #ffb86b;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(88, 242, 193, 0.18), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(255, 184, 107, 0.16), transparent 22%),
    linear-gradient(145deg, #06101d 0%, #0a1525 48%, #101d31 100%);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  padding: 24px 0 64px;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  margin-bottom: 34px;
  background: rgba(8, 18, 31, 0.6);
  border: 1px solid var(--line);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.brand-logo {
  display: block;
  width: 188px;
  height: auto;
}

.nav {
  display: inline-flex;
  gap: 28px;
  color: var(--muted);
}

.nav a:hover,
.header-cta:hover {
  color: var(--text);
}

.header-cta,
.button {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.header-cta {
  padding: 12px 18px;
  border: 1px solid rgba(88, 242, 193, 0.35);
  border-radius: 999px;
  background: rgba(88, 242, 193, 0.08);
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
  padding: 48px 0 32px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
}

.hero h1,
.section-heading h2,
.launch-copy h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.hero h1 {
  font-size: clamp(3.5rem, 8vw, 6.6rem);
  max-width: 10ch;
}

.hero-text,
.section-heading,
.feature-card p,
.workflow-steps p,
.launch-copy p,
.launch-form span,
.launch-form input {
  color: var(--muted);
}

.hero-text {
  max-width: 58ch;
  font-size: 1.08rem;
  line-height: 1.8;
  margin: 22px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-proof span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #d9e6f8;
  font-size: 0.92rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), var(--warm));
  color: #041019;
  box-shadow: 0 16px 36px rgba(88, 242, 193, 0.22);
}

.button-secondary {
  background: transparent;
  border-color: var(--line);
}

.hero-stats,
.logo-strip,
.feature-grid,
.workflow-steps {
  display: grid;
  gap: 16px;
}

.hero-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.hero-stats div,
.mini-card,
.feature-card,
.workflow-steps article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
}

.hero-stats strong {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.hero-visual {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: center;
}

.glass-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.hero-panel {
  position: relative;
  width: min(100%, 470px);
  padding: 22px;
  overflow: hidden;
}

.panel-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  color: var(--muted);
}

.signal {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 20px rgba(88, 242, 193, 0.8);
}

.metric-card {
  padding: 26px;
  margin-bottom: 18px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(88, 242, 193, 0.12), rgba(255, 184, 107, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.metric-card p,
.metric-card span {
  margin: 0;
  color: var(--muted);
}

.metric-card strong {
  display: block;
  margin: 10px 0;
  font-size: 4rem;
  line-height: 1;
  font-family: "Space Grotesk", sans-serif;
}

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

.mini-card span,
.feature-index,
.workflow-steps span {
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mini-card strong,
.feature-card h3,
.workflow-steps h3 {
  font-size: 1.18rem;
  margin: 0;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(16px);
}

.orb-one {
  width: 180px;
  height: 180px;
  background: rgba(88, 242, 193, 0.22);
  top: 18%;
  left: 2%;
}

.orb-two {
  width: 240px;
  height: 240px;
  background: rgba(255, 184, 107, 0.16);
  bottom: 8%;
  right: 0;
}

.logo-strip {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 28px 0 84px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
  color: #d8e0ee;
}

.features,
.experience,
.workflow,
.faq,
.launch {
  margin-top: 84px;
}

.experience-grid,
.faq-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.experience-grid {
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
}

.experience-card {
  min-height: 240px;
  padding: 26px;
  position: relative;
  overflow: hidden;
}

.experience-card::before {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -40%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(88, 242, 193, 0.18), transparent 70%);
}

.experience-card-large {
  background:
    linear-gradient(135deg, rgba(88, 242, 193, 0.12), rgba(255, 184, 107, 0.06)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
}

.experience-label {
  margin: 0 0 14px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.82rem;
  font-weight: 800;
}

.experience-card h3,
.faq-item h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.15;
}

.faq-item {
  padding: 24px;
}

.faq-item p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.8;
}

.section-heading h2,
.launch-copy h2 {
  font-size: clamp(2.1rem, 4vw, 4rem);
  max-width: 12ch;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.feature-card,
.workflow-panel,
.launch-form {
  padding: 24px;
}

.feature-card p,
.workflow-steps p {
  line-height: 1.7;
  margin-bottom: 0;
}

.workflow-panel {
  padding: 32px;
}

.workflow-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.launch {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 28px;
  align-items: center;
}

.launch-copy p {
  max-width: 54ch;
  line-height: 1.8;
}

.launch-form {
  display: grid;
  gap: 18px;
}

.launch-form label {
  display: grid;
  gap: 10px;
}

.launch-form input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  outline: none;
  font: inherit;
}

.launch-form input:focus {
  border-color: rgba(88, 242, 193, 0.58);
  box-shadow: 0 0 0 4px rgba(88, 242, 193, 0.12);
}

.site-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 88px;
  padding: 28px 0 12px;
  border-top: 1px solid var(--line);
}

.footer-logo-link {
  display: inline-flex;
  margin-bottom: 12px;
}

.footer-logo {
  display: block;
  width: 170px;
  height: auto;
}

.footer-copy {
  margin: 0;
  color: var(--muted);
  max-width: 48ch;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
}

.footer-links a:hover {
  color: var(--text);
}

.legal-shell {
  padding-bottom: 40px;
}

.legal-page {
  max-width: 920px;
  margin: 0 auto;
}

.legal-hero h1 {
  margin: 0;
  max-width: 12ch;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.legal-intro {
  max-width: 62ch;
  color: var(--muted);
  line-height: 1.8;
}

.legal-content {
  padding: 34px;
  margin-top: 28px;
}

.legal-content h2 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.5rem;
}

.legal-content p {
  margin: 0 0 28px;
  color: var(--muted);
  line-height: 1.85;
}

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

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

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

@media (max-width: 980px) {
  .hero,
  .launch,
  .feature-grid,
  .experience-grid,
  .faq-list,
  .workflow-steps,
  .logo-strip {
    grid-template-columns: 1fr;
  }

  .site-header {
    border-radius: 28px;
    padding: 18px;
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 16px;
  }

  .hero h1 {
    max-width: 12ch;
  }

  .hero-visual {
    min-height: auto;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(calc(100% - 20px), var(--max-width));
    padding-top: 14px;
  }

  .site-header {
    top: 8px;
    gap: 14px;
  }

  .brand-logo {
    width: 156px;
  }

  .nav {
    font-size: 0.95rem;
  }

  .hero {
    padding-top: 26px;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 15vw, 4.2rem);
  }

  .hero-stats,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .logo-strip {
    border-radius: 28px;
  }

  .legal-content {
    padding: 24px;
  }
}
