:root {
  --bg: #fff8f4;
  --ink: #151414;
  --muted: #5a5f66;
  --soft: #f7f3ef;
  --soft-rose: #f7e2dd;
  --accent: #e5533d;
  --accent-dark: #c64533;
  --accent-2: #173a33;
  --line: #e8e6e2;
  --shadow: 0 20px 60px rgba(14, 14, 14, 0.12);
}

* {
  box-sizing: border-box;
}

body.landing {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 20% 10%, rgba(229, 83, 61, 0.08), transparent 55%),
    radial-gradient(circle at 90% 20%, rgba(23, 58, 51, 0.08), transparent 60%),
    var(--bg);
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links a {
  text-decoration: none;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.nav-links a:hover {
  color: var(--ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 20px rgba(229, 83, 61, 0.25);
}

.btn-primary:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
}

.btn-ghost {
  border-color: #fff;
  color: #fff;
}

.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(120deg, rgba(12, 13, 14, 0.78), rgba(12, 13, 14, 0.12)),
    url("/static/landing-hero.jpg") center/cover no-repeat;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(229, 83, 61, 0.25), transparent 45%),
    radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.1), transparent 50%);
  pointer-events: none;
}

.hero-content {
  padding: 80px 0 100px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.75fr;
  gap: 48px;
  align-items: center;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero-title {
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  margin: 0 0 18px;
  max-width: 560px;
}

.hero-subtitle {
  max-width: 420px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.84);
  margin: 0 0 28px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-note {
  margin-top: 14px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}

.hero-metrics {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.hero-metrics strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.hero-metrics span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.hero-stack {
  display: grid;
  gap: 18px;
}

.hero-card {
  background: rgba(255, 255, 255, 0.95);
  color: #1b1b1b;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.hero-card-title {
  font-weight: 700;
  margin-bottom: 14px;
}

.hero-card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  margin-bottom: 10px;
}

.meter {
  flex: 1;
  height: 8px;
  background: #f1f1f1;
  border-radius: 999px;
  overflow: hidden;
}

.meter div {
  height: 100%;
  background: linear-gradient(90deg, var(--accent), #f08b6f);
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(23, 58, 51, 0.08);
  font-size: 12px;
  color: var(--accent-2);
  font-weight: 600;
}

.hero-card-footer {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
}

.section {
  padding: 84px 0;
}

.section.light {
  background: #fff;
}

.section.soft {
  background: var(--soft);
}

.section-title {
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: clamp(28px, 3.2vw, 42px);
  text-align: center;
  margin: 0 0 16px;
}

.section-sub {
  text-align: center;
  color: var(--muted);
  max-width: 640px;
  margin: 0 auto 48px;
}

.stats-highlight {
  text-align: center;
  font-size: 20px;
  color: var(--muted);
  margin-top: 8px;
}

.stats-highlight span {
  color: var(--accent);
  font-weight: 800;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  text-align: center;
}

.step-card {
  background: #fff;
  padding: 28px 22px;
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(25, 25, 25, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(25, 25, 25, 0.1);
}

.step-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(229, 83, 61, 0.15);
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
}

.step-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 10px;
}

.step-title {
  font-weight: 700;
  margin-bottom: 8px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.info-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(25, 25, 25, 0.08);
}

.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(229, 83, 61, 0.14);
  display: grid;
  place-items: center;
}

.brand-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: center;
  margin: 24px 0 36px;
  color: #b3b3b3;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 24px 0 40px;
}

.metric {
  text-align: center;
}

.metric h3 {
  margin: 0;
  font-size: 34px;
  color: var(--accent);
}

.metric p {
  margin: 6px 0 0;
  color: var(--muted);
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.testimonial {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  box-shadow: 0 12px 24px rgba(25, 25, 25, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.testimonial:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(25, 25, 25, 0.1);
}

.stars {
  color: var(--accent);
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.cta {
  background: var(--soft-rose);
  padding: 70px 0;
  text-align: center;
}

.cta h2 {
  margin-bottom: 18px;
}

.cta .btn {
  margin: 0 auto;
}

.footer {
  background: #1f2328;
  color: #c7cbd1;
  padding: 32px 0 24px;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 22px;
}

.footer-links a {
  color: #c7cbd1;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: #fff;
}

.footer-note {
  margin-top: 18px;
  font-size: 12px;
  color: #8b9099;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUp 0.8s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .steps,
  .metrics,
  .testimonials {
    grid-template-columns: 1fr;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .brand-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .nav {
    flex-direction: column;
    gap: 12px;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 70px 0 80px;
  }

  .hero-metrics {
    gap: 16px;
  }
}
