:root {
  --bg: #09141b;
  --bg-soft: #101e28;
  --panel: rgba(13, 26, 35, 0.82);
  --panel-strong: #122531;
  --ink: #edf7ff;
  --muted: #98adbd;
  --line: rgba(157, 196, 224, 0.16);
  --sea-deep: #16343f;
  --sea: #1e6b73;
  --aqua: #4db0ba;
  --sand: #f6dfb1;
  --copper: #c97737;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --radius-xl: 30px;
  --radius-lg: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(77, 176, 186, 0.18), transparent 22%),
    radial-gradient(circle at top right, rgba(201, 119, 55, 0.12), transparent 20%),
    linear-gradient(180deg, #081219 0%, #0b1720 48%, #071117 100%);
}

a {
  color: inherit;
}

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

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

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(10, 20, 27, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  position: sticky;
  top: 16px;
  z-index: 20;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.06em;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 14px;
}

.topnav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.topnav a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.95rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 24px;
  margin-top: 28px;
  padding: 32px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(77, 176, 186, 0.18), transparent 28%),
    radial-gradient(circle at bottom left, rgba(201, 119, 55, 0.18), transparent 26%),
    linear-gradient(145deg, #0c1821 0%, #133040 48%, #184b58 100%);
  color: #f8f4ed;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #efc77f;
}

.hero h1,
.section-heading h2,
.legal-page h1,
.legal-section h2,
.feature-card h3,
.timeline-item h3,
.trust-card h3 {
  font-family: "Space Grotesk", sans-serif;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.95;
  max-width: 11ch;
}

.hero-text,
.section-heading p,
.feature-card p,
.timeline-item p,
.trust-card p,
.footer-copy,
.legal-page p,
.legal-page li {
  line-height: 1.65;
}

.hero-text {
  max-width: 64ch;
  margin: 18px 0 0;
  color: rgba(248, 244, 237, 0.82);
}

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

.hero-stats article {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-stats span {
  display: block;
  color: rgba(248, 244, 237, 0.7);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-stats strong {
  display: block;
  margin-top: 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.topnav a:hover,
.footer-links a:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(180deg, #58bcc5, #257985);
  color: #eaf7f8;
  box-shadow: 0 12px 24px rgba(37, 121, 133, 0.34);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.09);
  color: #f8f4ed;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  border: 1px solid var(--line);
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.hero-pills li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.92rem;
}

.hero-stage {
  display: grid;
  gap: 14px;
  align-content: center;
}

.stage-card {
  padding: 18px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.stage-card span,
.metrics-strip span,
.timeline-step {
  display: block;
  color: rgba(248, 244, 237, 0.72);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stage-card strong,
.metrics-strip strong {
  display: block;
  margin-top: 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.06rem;
}

.stage-card p {
  margin: 10px 0 0;
  color: rgba(248, 244, 237, 0.74);
}

.stage-card-main {
  min-height: 220px;
  background:
    radial-gradient(circle at top right, rgba(246, 223, 177, 0.12), transparent 28%),
    rgba(255, 251, 246, 0.1);
}

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

.metrics-strip,
.feature-card,
.timeline-item,
.trust-card,
.legal-page,
.footer {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.metrics-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(10, 21, 28, 0.78);
  backdrop-filter: blur(10px);
}

.metrics-strip article {
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(22, 41, 53, 0.94), rgba(13, 27, 36, 0.98));
  border: 1px solid var(--line);
}

.metrics-strip span {
  color: var(--muted);
}

.section {
  margin-top: 26px;
  padding: 34px 0 8px;
}

.section-alt {
  padding: 34px 28px 28px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top left, rgba(77, 176, 186, 0.09), transparent 28%),
    rgba(13, 24, 33, 0.72);
  border: 1px solid var(--line);
}

.section-heading {
  max-width: 760px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
}

.section-heading p {
  margin: 16px 0 0;
  color: var(--muted);
}

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

.feature-card,
.trust-card,
.timeline-item {
  padding: 22px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top right, rgba(77, 176, 186, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(18, 37, 49, 0.94), rgba(11, 23, 31, 0.98));
}

.feature-card-wide {
  grid-column: span 2;
  background:
    radial-gradient(circle at top right, rgba(201, 119, 55, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(20, 38, 50, 0.96), rgba(12, 24, 32, 1));
}

.feature-card h3,
.timeline-item h3,
.trust-card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

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

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.timeline-step {
  margin-bottom: 12px;
  color: var(--copper);
  font-weight: 700;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(9, 19, 25, 0.98), rgba(19, 63, 74, 0.95));
  color: #f8f4ed;
}

.brand-footer {
  margin-bottom: 12px;
}

.footer-copy {
  max-width: 40ch;
  margin: 0;
  color: rgba(248, 244, 237, 0.76);
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: #f8f4ed;
  text-decoration: none;
}

.legal-shell {
  max-width: 960px;
}

.legal-page {
  margin-top: 28px;
  padding: 38px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(77, 176, 186, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(18, 37, 49, 0.96), rgba(10, 20, 27, 1));
}

.legal-page h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.legal-lead {
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.02rem;
}

.legal-section {
  margin-top: 28px;
}

.legal-section h2 {
  margin: 0 0 10px;
  font-size: 1.24rem;
}

.legal-section p,
.legal-section ul {
  margin: 0;
  color: var(--muted);
}

.legal-section ul {
  padding-left: 18px;
}

.showcase-section {
  padding-top: 14px;
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.9fr));
  gap: 16px;
  margin-top: 24px;
}

.showcase-panel {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(17, 33, 44, 0.96), rgba(9, 20, 27, 0.98));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.showcase-panel-primary {
  background:
    radial-gradient(circle at top right, rgba(77, 176, 186, 0.16), transparent 30%),
    radial-gradient(circle at bottom left, rgba(201, 119, 55, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(18, 39, 52, 0.98), rgba(10, 21, 29, 1));
}

.panel-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #7eced4;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.showcase-panel h3,
.cta-card h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.5rem;
}

.showcase-panel p,
.cta-card p {
  color: var(--muted);
  line-height: 1.65;
}

.panel-list {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--ink);
}

.panel-list li + li {
  margin-top: 8px;
}

.cta-section {
  padding-top: 18px;
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(77, 176, 186, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(11, 23, 31, 0.98), rgba(19, 56, 66, 0.96));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.legal-section li + li {
  margin-top: 8px;
}

@media (max-width: 980px) {
  .hero,
  .feature-grid,
  .timeline,
  .trust-grid,
  .metrics-strip,
  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .feature-card-wide {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 16px;
  }

  .topbar,
  .footer {
    border-radius: 24px;
  }

  .topbar,
  .footer {
    flex-direction: column;
    align-items: stretch;
  }

  .hero,
  .section-alt,
  .legal-page,
  .cta-card {
    padding: 24px;
  }

  .hero h1 {
    max-width: none;
  }

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

  .topnav {
    gap: 12px;
  }

  .cta-card {
    flex-direction: column;
    align-items: stretch;
  }
}
