:root {
  --paper: #fbf6ea;
  --ink: #14221c;
  --muted: #53625b;
  --line: rgba(20, 34, 28, 0.12);
  --sun: #f48f4b;
  --sun-deep: #d95f23;
  --mint: #b5f2d4;
  --teal: #0f6c5d;
  --card: rgba(255, 255, 255, 0.78);
  --shadow: 0 22px 80px rgba(27, 43, 35, 0.14);
  --radius-lg: 28px;
  --radius-md: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(244, 143, 75, 0.30), transparent 28%),
    radial-gradient(circle at top right, rgba(181, 242, 212, 0.55), transparent 30%),
    linear-gradient(180deg, #fffaf0 0%, #f3eee2 52%, #efe6d5 100%);
  font-family: "Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(20, 34, 28, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 34, 28, 0.02) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

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

.topbar,
.hero,
.proof-grid,
.products,
.bundle,
.timeline-grid,
.faq-list,
.footer {
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 34px;
}

.eyebrow,
.kicker,
.panel-label,
.product-type {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  color: var(--teal);
  margin: 0 0 8px;
  font-weight: 700;
}

.status-pill {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow);
  font-size: 0.95rem;
}

.status-pill span {
  color: var(--muted);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-panel,
.product-card,
.bundle-card,
.proof-grid article,
.timeline-grid article,
.faq-list article {
  background: var(--card);
  backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 40px;
  border-radius: 34px;
}

.hero-copy h1,
.section-heading h2,
.bundle-copy h2 {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

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

.lede {
  margin: 22px 0 0;
  max-width: 56ch;
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--muted);
}

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

button,
.footer a {
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

button {
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  font-size: 0.98rem;
  font-weight: 700;
}

button:hover,
button:focus-visible,
.footer a:hover,
.footer a:focus-visible {
  transform: translateY(-2px);
}

button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--sun-deep), var(--sun));
  box-shadow: 0 18px 30px rgba(217, 95, 35, 0.28);
}

button.secondary,
.product-card button {
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(20, 34, 28, 0.16);
}

.signal-strip {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
}

.signal-strip li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(20, 34, 28, 0.05);
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-panel {
  border-radius: 30px;
  padding: 32px;
  background:
    linear-gradient(160deg, rgba(15, 108, 93, 0.96), rgba(7, 47, 41, 0.92)),
    rgba(15, 108, 93, 0.95);
  color: #effcf6;
}

.hero-panel ol {
  margin: 0;
  padding-left: 18px;
  line-height: 1.7;
}

.hero-card {
  margin-top: 28px;
  padding: 20px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-card p,
.hero-card strong,
.hero-panel li {
  margin: 0;
}

.hero-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.12rem;
  line-height: 1.5;
}

.proof-grid,
.products,
.timeline-grid,
.faq-list,
.footer nav {
  display: grid;
  gap: 18px;
}

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

.proof-grid article,
.timeline-grid article,
.faq-list article {
  padding: 24px;
  border-radius: var(--radius-md);
}

.proof-grid span,
.timeline-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.proof-grid strong,
.timeline-grid strong,
.faq-list h3 {
  display: block;
  margin-top: 10px;
  font-size: 1.28rem;
}

.proof-grid p,
.timeline-grid p,
.faq-list p,
.product-card .summary,
.bundle-copy p,
.bundle-card li,
.footer p {
  color: var(--muted);
  line-height: 1.7;
}

.section-heading {
  margin-top: 74px;
  text-align: center;
}

.section-heading.left {
  text-align: left;
  margin-top: 0;
}

.section-heading h2,
.bundle-copy h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  max-width: 14ch;
  margin-inline: auto;
}

.section-heading.left h2 {
  margin-inline: 0;
}

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

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

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

.product-card.featured {
  transform: translateY(-12px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(236, 249, 243, 0.96));
}

.product-card h3 {
  margin: 0;
  font-size: 1.8rem;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
}

.price,
.bundle-price {
  margin: 12px 0 0;
  font-size: 2.1rem;
  font-weight: 800;
}

.product-card ul,
.bundle-card ul {
  padding-left: 20px;
  margin: 20px 0 24px;
  line-height: 1.8;
}

.bundle {
  margin-top: 74px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.8fr);
  gap: 20px;
  align-items: center;
}

.bundle-copy {
  padding: 18px 10px 18px 0;
}

.bundle-card {
  padding: 28px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(20, 34, 28, 0.94), rgba(18, 45, 38, 0.98));
  color: #f8fffb;
}

.bundle-card .micro-note {
  margin-top: 16px;
  font-size: 0.9rem;
  color: rgba(248, 255, 251, 0.72);
}

.bundle-card button {
  width: 100%;
}

.timeline {
  margin-top: 74px;
}

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

.faq {
  margin-top: 74px;
}

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

.footer {
  margin-top: 72px;
  padding: 28px 0 8px;
  border-top: 1px solid rgba(20, 34, 28, 0.12);
}

.footer nav {
  margin-top: 16px;
  grid-template-columns: repeat(auto-fit, minmax(150px, max-content));
  justify-content: start;
}

.footer a {
  width: fit-content;
  color: var(--ink);
  text-decoration: none;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

@media (max-width: 980px) {
  .hero,
  .bundle,
  .products,
  .add-on-grid,
  .proof-grid,
  .timeline-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .hero-panel,
  .product-card.featured {
    transform: none;
  }

  .section-heading h2 {
    margin-inline: 0;
    max-width: none;
  }
}

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

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

  .hero-copy,
  .hero-panel,
  .product-card,
  .bundle-card,
  .proof-grid article,
  .timeline-grid article,
  .faq-list article {
    padding: 22px;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions button,
  .product-card button,
  .bundle-card button {
    width: 100%;
  }

  .footer nav {
    grid-template-columns: 1fr 1fr;
  }
}
