﻿:root {
  --bg: #f4efe8;
  --ink: #1e1b18;
  --muted: #665b50;
  --panel: rgba(255, 251, 245, 0.84);
  --line: rgba(30, 27, 24, 0.1);
  --accent: #b34e2e;
  --accent-deep: #8e381c;
  --accent-soft: #f3d5b4;
  --shadow: 0 24px 70px rgba(77, 47, 23, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(243, 213, 180, 0.72), transparent 28%),
    radial-gradient(circle at bottom right, rgba(179, 78, 46, 0.12), transparent 30%),
    linear-gradient(180deg, #fbf5ee 0%, var(--bg) 100%);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  min-height: 100vh;
}

a {
  color: inherit;
}

.halo {
  position: fixed;
  width: 34vw;
  height: 34vw;
  border-radius: 999px;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.35;
}

.halo-left {
  top: -14vw;
  left: -10vw;
  background: rgba(243, 213, 180, 0.9);
}

.halo-right {
  right: -10vw;
  bottom: -18vw;
  background: rgba(179, 78, 46, 0.18);
}

.shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 26px 0 80px;
}

.topbar,
.hero,
.statement,
.card,
.footer {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 28px;
  padding: 18px 22px;
}

.brand {
  font-family: Georgia, "Palatino Linotype", serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

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

.nav a,
.policy-links a,
.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

.nav a:hover,
.policy-links a:hover,
.footer-links a:hover {
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.85fr);
  gap: 22px;
  border-radius: 36px;
  margin-top: 22px;
  padding: 34px;
}

.eyebrow,
.label,
.panel-label {
  margin: 0;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Palatino Linotype", serif;
  font-weight: 700;
  line-height: 1.06;
}

h1 {
  margin-top: 12px;
  font-size: clamp(2.7rem, 6.7vw, 5.6rem);
  max-width: 850px;
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

h3 {
  font-size: 1.38rem;
}

.lede,
.statement p,
.card p,
.footer p {
  color: var(--muted);
  line-height: 1.72;
}

.lede {
  margin: 20px 0 0;
  max-width: 760px;
  font-size: 1.1rem;
}

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

.hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-actions a:hover {
  transform: translateY(-1px);
}

.primary {
  color: #fffaf4;
  background: linear-gradient(180deg, var(--accent), var(--accent-deep));
  box-shadow: var(--shadow);
}

.secondary {
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid var(--line);
}

.trust-list,
.offer ul,
.prose ul {
  margin: 22px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.hero-panel {
  border-radius: 28px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 247, 236, 0.9), rgba(246, 227, 205, 0.84));
}

.metric + .metric {
  margin-top: 20px;
}

.metric-value {
  display: block;
  font-family: Georgia, "Palatino Linotype", serif;
  font-size: 2rem;
  font-weight: 700;
}

.metric-copy {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.6;
}

.section {
  margin-top: 26px;
}

.statement {
  border-radius: 28px;
  padding: 20px 24px;
}

.section-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

.cards {
  display: grid;
  gap: 18px;
}

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

.cards-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.card {
  border-radius: 28px;
  padding: 24px;
}

.offer .price {
  margin: 14px 0 10px;
  font-size: 2rem;
  color: var(--ink);
  font-weight: 700;
}

.featured {
  background: linear-gradient(180deg, rgba(255, 247, 236, 0.96), rgba(243, 213, 180, 0.72));
}

.step-number {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(179, 78, 46, 0.12);
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 14px;
}

.policy-links,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.policy-links {
  margin-top: 18px;
}

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

.contact-card {
  text-align: left;
}

.contact-email {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-radius: 28px;
  margin-top: 26px;
  padding: 20px 24px;
}

.page-legal .topbar {
  margin-bottom: 22px;
}

.legal {
  border-radius: 36px;
  padding: 30px;
}

.legal p,
.legal li {
  color: var(--muted);
  line-height: 1.72;
}

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

@media (max-width: 1024px) {
  .hero,
  .cards-3,
  .cards-4,
  .split,
  .faq-list,
  .footer {
    grid-template-columns: 1fr;
  }

  .footer {
    display: grid;
  }
}

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

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

  .hero {
    padding: 24px;
    border-radius: 28px;
  }

  .card,
  .statement,
  .footer,
  .hero-panel {
    border-radius: 24px;
  }

  .nav {
    gap: 12px;
  }
}
