:root {
  --ink: #0f172a;
  --steel: #334155;
  --fog: #f8fafc;
  --brand: #1d4ed8;
  --brand-strong: #1e3a8a;
  --mint: #10b981;
  --sun: #f59e0b;
  --card: rgba(255, 255, 255, 0.76);
  --line: rgba(15, 23, 42, 0.1);
  --radius-lg: 22px;
  --radius-md: 14px;
  --shadow: 0 20px 40px rgba(15, 23, 42, 0.14);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Space Grotesk', sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 15%, rgba(16, 185, 129, 0.22), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(29, 78, 216, 0.24), transparent 30%),
    linear-gradient(140deg, #f0fdf4 0%, #f8fafc 48%, #ecfeff 100%);
  min-height: 100vh;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image: radial-gradient(rgba(15, 23, 42, 0.08) 0.6px, transparent 0.6px);
  background-size: 3px 3px;
  z-index: -1;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

header {
  padding: 26px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  animation: rise 700ms ease forwards;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: 0.3px;
}

.logo-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(155deg, var(--brand), var(--mint));
  box-shadow: 0 8px 18px rgba(29, 78, 216, 0.28);
}

.logo-icon svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.cta-top {
  text-decoration: none;
  color: #fff;
  background: var(--brand);
  border: 1px solid transparent;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
  transition: background 180ms ease, transform 180ms ease;
}

.cta-top:hover {
  background: var(--brand-strong);
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 24px;
  align-items: stretch;
  margin-top: 18px;
}

.hero-copy,
.hero-card,
.benefits,
.proof,
.final {
  background: var(--card);
  border: 1px solid var(--line);
  backdrop-filter: blur(7px);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(16px);
  animation: rise 650ms ease forwards;
}

.hero-copy {
  padding: 44px;
  animation-delay: 120ms;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0f766e;
  font-weight: 700;
  margin-bottom: 18px;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #0f766e;
  box-shadow: 0 0 0 6px rgba(15, 118, 110, 0.15);
}

h1 {
  margin: 0;
  font-family: 'Fraunces', serif;
  font-size: clamp(2rem, 3.7vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.hero-sub {
  margin-top: 16px;
  color: var(--steel);
  font-size: 1.08rem;
  line-height: 1.55;
  max-width: 56ch;
}

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

.btn {
  text-decoration: none;
  border-radius: 999px;
  padding: 11px 20px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn-primary {
  background: linear-gradient(150deg, var(--brand), #2563eb);
  color: #fff;
  box-shadow: 0 10px 18px rgba(37, 99, 235, 0.3);
}

.btn-secondary {
  color: var(--ink);
  border: 1px solid rgba(15, 23, 42, 0.22);
  background: rgba(255, 255, 255, 0.7);
}

.btn:hover {
  transform: translateY(-1px);
}

.hero-card {
  padding: 26px;
  animation-delay: 220ms;
  display: grid;
  align-content: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
}

.hero-card::before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  right: -34px;
  top: -46px;
  background: radial-gradient(circle at 40% 40%, rgba(16, 185, 129, 0.38), rgba(16, 185, 129, 0));
}

.metric {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 14px;
  background: rgba(255, 255, 255, 0.75);
  position: relative;
  z-index: 1;
}

.metric strong {
  display: block;
  font-size: 1.6rem;
  font-family: 'Fraunces', serif;
  color: var(--brand-strong);
  margin-bottom: 4px;
}

.metric span {
  color: var(--steel);
  font-size: 0.93rem;
}

.section {
  margin-top: 24px;
}

.benefits {
  padding: 34px;
  animation-delay: 320ms;
}

.section h2 {
  margin: 0;
  font-family: 'Fraunces', serif;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  letter-spacing: -0.015em;
}

.section-lead {
  margin-top: 10px;
  color: var(--steel);
  max-width: 68ch;
  line-height: 1.55;
}

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

.benefit {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 16px;
  opacity: 0;
  transform: translateY(12px);
  animation: rise 550ms ease forwards;
}

.benefit:nth-child(1) { animation-delay: 420ms; }
.benefit:nth-child(2) { animation-delay: 520ms; }
.benefit:nth-child(3) { animation-delay: 620ms; }
.benefit:nth-child(4) { animation-delay: 720ms; }
.benefit:nth-child(5) { animation-delay: 820ms; }
.benefit:nth-child(6) { animation-delay: 920ms; }

.benefit h3 {
  margin: 2px 0 8px;
  font-size: 1.02rem;
}

.benefit p {
  margin: 0;
  color: var(--steel);
  font-size: 0.93rem;
  line-height: 1.45;
}

.chip {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
  margin-bottom: 8px;
  background: rgba(245, 158, 11, 0.18);
  color: #92400e;
}

.proof {
  margin-top: 24px;
  padding: 30px;
  animation-delay: 380ms;
}

.proof-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.proof-item {
  border: 1px dashed rgba(15, 23, 42, 0.25);
  border-radius: var(--radius-md);
  padding: 14px;
  background: rgba(255, 255, 255, 0.58);
}

.proof-item strong {
  display: block;
  font-size: 1.35rem;
  color: #0f766e;
  margin-bottom: 4px;
  font-family: 'Fraunces', serif;
}

.proof-item span {
  color: var(--steel);
  font-size: 0.9rem;
  line-height: 1.4;
}

.final {
  margin: 24px 0 42px;
  padding: 30px;
  animation-delay: 480ms;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.final h3 {
  margin: 0;
  font-size: 1.35rem;
  font-family: 'Fraunces', serif;
}

.final p {
  margin: 8px 0 0;
  color: var(--steel);
  max-width: 60ch;
}

.legal-footer {
  margin: -12px 0 36px;
  text-align: right;
  font-size: 0.9rem;
}

.legal-footer a {
  color: var(--brand-strong);
  text-decoration: none;
  font-weight: 600;
}

.legal-footer a:hover {
  text-decoration: underline;
}

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

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 34px;
  }

  .benefit-grid,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  header {
    padding-top: 18px;
  }

  .cta-top {
    display: none;
  }

  .hero-copy,
  .hero-card,
  .benefits,
  .proof,
  .final {
    border-radius: 16px;
  }

  .hero-copy {
    padding: 24px;
  }

  .benefits,
  .proof,
  .final {
    padding: 22px;
  }

  .benefit-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .legal-footer {
    text-align: left;
  }

  .hero-actions {
    width: 100%;
  }

  .btn {
    width: 100%;
    text-align: center;
  }
}
