:root {
  --ink: #28251f;
  --muted: #6f685e;
  --ivory: #fbf8f1;
  --paper: #fffdf8;
  --champagne: #d9c5a1;
  --gold: #b38b50;
  --rose: #b66f72;
  --rose-dark: #83464c;
  --blush: #f3e5e0;
  --sage: #7d8874;
  --sage-dark: #4c5747;
  --line: #e8dfd2;
  --dark: #24251f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
.container { width: min(1180px, calc(100% - 42px)); margin: 0 auto; }
.section { padding: 108px 0; }

.announcement {
  min-height: 48px;
  padding: 8px 20px;
  background: #20221e;
  color: #fff;
}
.launchBarInner {
  min-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 10px;
  letter-spacing: .09em;
}
.launchBarTitle { color: #fff; font-weight: 800; }
.launchBarAccess { color: #e9cfaa; font-weight: 700; }
.launchBarSeparator { width: 1px; height: 18px; background: rgba(255, 255, 255, .28); }
.launchBarDate { color: rgba(255, 255, 255, .78); }
.launchBarCountdown { display: inline-flex; align-items: center; gap: 7px; }
.launchBarCountdown small { color: rgba(255, 255, 255, .66); font: 700 8px/1 Arial, sans-serif; }
.launchBarCountdown b {
  min-width: 101px;
  color: #fff;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .06em;
}

.topbar {
  height: 80px;
  padding: 0 max(22px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 253, 248, .92);
  border-bottom: 1px solid rgba(179, 139, 80, .14);
  backdrop-filter: blur(15px);
  position: sticky;
  top: 0;
  z-index: 30;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--ink);
  font: 500 18px/1.05 Georgia, serif;
}
.brand small {
  display: block;
  margin-bottom: 4px;
  color: var(--gold);
  font: 700 8px/1 Arial, sans-serif;
  letter-spacing: .24em;
}
.brandMark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--champagne);
  border-radius: 50%;
  color: var(--rose-dark);
  font: italic 600 14px Georgia, serif;
}
.navCta {
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .09em;
  text-underline-offset: 5px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 108px;
  background:
    radial-gradient(circle at 76% 24%, rgba(217, 197, 161, .26), transparent 29%),
    linear-gradient(125deg, #fffdf9 0%, #f8f0e7 100%);
}
.heroOrnament {
  position: absolute;
  border: 1px solid rgba(179, 139, 80, .18);
  border-radius: 50%;
}
.ornamentOne { width: 410px; height: 410px; right: -240px; top: 20px; }
.ornamentTwo { width: 180px; height: 180px; left: -105px; bottom: -55px; }
.heroGrid {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 76px;
  align-items: center;
}
.eyebrow, .sectionKicker {
  color: var(--rose-dark);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .17em;
}
.eyebrow span { width: 25px; height: 1px; background: var(--rose-dark); }
h1 {
  max-width: 720px;
  margin: 20px 0 28px;
  font-size: clamp(49px, 5.3vw, 75px);
  font-weight: 500;
  line-height: 1.025;
  letter-spacing: -.035em;
}
h1 em { color: var(--rose-dark); font-weight: 500; }
.heroLead {
  max-width: 660px;
  margin-bottom: 15px;
  color: #4f4942;
  font-size: 19px;
  line-height: 1.65;
}
.heroSupport {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}
.heroBenefits { display: grid; gap: 11px; margin: 29px 0 34px; }
.heroBenefits > div { display: flex; gap: 11px; align-items: center; font-size: 14px; font-weight: 700; }
.check {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blush);
  color: var(--rose-dark);
  font: 900 12px Arial, sans-serif;
}
.checkLight { color: white; background: rgba(255,255,255,.14); }
.button {
  min-height: 58px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 0 29px;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .075em;
  font-size: 11px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.primary {
  color: white;
  background: var(--rose-dark);
  box-shadow: 0 16px 34px rgba(131, 70, 76, .22);
}
.primary:hover { background: #713a40; box-shadow: 0 18px 38px rgba(131, 70, 76, .28); }
.microcopy { margin: 12px 0 0 14px; color: #877e72; font-size: 11px; }
.heroVisual { position: relative; padding: 0 28px 32px 0; }
.heroImage {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 220px 220px 15px 15px;
  box-shadow: 0 32px 75px rgba(61, 52, 40, .20);
  background: #eee4d7;
}
.heroImage img { height: 100%; object-fit: cover; object-position: center; }
.floatingNote {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 17px;
  border: 1px solid rgba(217, 197, 161, .65);
  border-radius: 9px;
  background: rgba(255, 253, 248, .96);
  box-shadow: 0 17px 45px rgba(64, 53, 40, .16);
}
.floatingNote > span {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--sage);
  font: 700 14px Georgia, serif;
}
.floatingNote strong, .floatingNote small { display: block; }
.floatingNote strong { font-size: 12px; }
.floatingNote small { color: var(--muted); font-size: 10px; }
.noteTop { right: -10px; top: 55px; }
.noteBottom { left: -36px; bottom: 9px; }

.recognition { padding: 76px 0; background: var(--dark); color: white; }
.recognitionGrid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 70px;
  align-items: center;
}
.recognitionImage { position: relative; }
.budgetPreview {
  overflow: hidden;
  border: 1px solid rgba(217, 197, 161, .42);
  border-radius: 5px 54px 5px 5px;
  color: var(--ink);
  background: #fffdf8;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
}
.budgetPreviewTop {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid #eadfce;
  background: #f6eee3;
}
.budgetPreviewTop small, .budgetPreviewTop strong { display: block; }
.budgetPreviewTop small { margin-bottom: 4px; color: var(--gold); font-size: 7px; font-weight: 800; letter-spacing: .18em; }
.budgetPreviewTop strong { font: 500 18px/1.2 Georgia, serif; }
.budgetPreviewTop > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--champagne);
  border-radius: 50%;
  color: var(--rose-dark);
  font: italic 700 11px Georgia, serif;
}
.budgetSummary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 15px 18px 13px; }
.budgetSummary > div { padding: 10px 11px; border-radius: 4px; background: #f7f3ec; }
.budgetSummary small, .budgetSummary strong { display: block; }
.budgetSummary small { margin-bottom: 3px; color: #8a8176; font-size: 6px; font-weight: 800; letter-spacing: .08em; }
.budgetSummary strong { color: var(--sage-dark); font-size: 12px; }
.budgetTable { padding: 0 18px 13px; font-size: 8px; }
.budgetTable > div { display: grid; grid-template-columns: 1.35fr .75fr .85fr; align-items: center; gap: 7px; min-height: 32px; padding: 6px 8px; border-bottom: 1px solid #eee6db; }
.budgetTable .budgetTableHead { min-height: 25px; color: #8d857a; background: #faf7f1; font-size: 6px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.budgetTable b { width: fit-content; padding: 3px 6px; border-radius: 20px; color: var(--sage-dark); background: #e9efe5; font-size: 6px; }
.budgetPreview > p { margin: 0; padding: 0 22px 18px; color: #91887c; font-size: 8px; }
.imageBadge {
  width: 78%;
  margin: -29px 0 0 10%;
  position: relative;
  padding: 16px 21px;
  color: var(--dark);
  background: #f4e8d5;
  border-left: 3px solid var(--rose);
  font: italic 14px/1.5 Georgia, serif;
}
.recognitionCopy .sectionKicker, .lightKicker { color: #dfbd8f; }
.recognitionCopy h2, .sectionHeading h2, .chaptersIntro h2, .kitHeading h2,
.transformationCopy h2, .offerIntro h2, .faqTitle h2 {
  margin: 17px 0 24px;
  font-size: clamp(38px, 4.15vw, 57px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.025em;
}
.recognitionCopy p { color: #cbc8c0; font-size: 15px; }
.emphasis {
  margin-top: 28px;
  padding: 20px 23px;
  border-left: 2px solid var(--champagne);
  background: rgba(255,255,255,.045);
  color: #f2e7d5;
  font: 500 17px/1.55 Georgia, serif;
}

.method { background: var(--paper); }
.sectionHeading { max-width: 800px; margin-bottom: 58px; }
.centered { margin-left: auto; margin-right: auto; text-align: center; }
.sectionHeading > p, .kitHeading > p, .offerIntro > p, .faqTitle > p {
  color: var(--muted);
  font-size: 16px;
}
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.stepCard {
  min-height: 305px;
  position: relative;
  padding: 38px 32px;
  border: 1px solid var(--line);
  background: white;
}
.stepCard.featured {
  color: white;
  border-color: var(--sage-dark);
  background: var(--sage-dark);
  transform: translateY(-12px);
  box-shadow: 0 21px 50px rgba(76,87,71,.22);
}
.stepNumber {
  display: block;
  color: var(--rose-dark);
  font: italic 28px Georgia, serif;
}
.featured .stepNumber { color: #e8d4b9; }
.stepLine { width: 36px; height: 1px; margin: 26px 0 34px; background: var(--champagne); }
.stepCard h3 { margin-bottom: 15px; font-size: 25px; font-weight: 500; }
.stepCard p { color: var(--muted); font-size: 14px; }
.featured p { color: #dce1d8; }

.chapters { color: white; background: var(--rose-dark); }
.chaptersGrid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 90px;
  align-items: start;
}
.chaptersIntro { position: sticky; top: 118px; }
.chaptersIntro p { color: #ead7d4; }
.miniPromise {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.miniPromise > span {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  color: #f2d8bb;
  font: 500 31px Georgia, serif;
}
.miniPromise strong, .miniPromise small { display: block; }
.miniPromise strong { font-size: 13px; }
.miniPromise small { color: #ddc7c4; font-size: 11px; }
.chapterList { border-top: 1px solid rgba(255,255,255,.20); }
.chapterList article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.20);
}
.chapterList article > span { color: #e9c99f; font: italic 17px Georgia, serif; }
.chapterList h3 { margin-bottom: 7px; font-size: 23px; font-weight: 500; }
.chapterList p { margin: 0; color: #e7d5d3; font-size: 13px; }

.kit { background: var(--ivory); }
.kitHeading { max-width: 790px; }
.kitShowcase {
  max-width: 680px;
  margin: 38px auto 28px;
  overflow: hidden;
  border: 1px solid rgba(131,70,76,.16);
  border-radius: 30px;
  background: #f3ece2;
  box-shadow: 0 22px 55px rgba(69,42,39,.12);
}
.kitShowcase img {
  display: block;
  width: 100%;
  height: auto;
}
.kitShowcase figcaption {
  padding: 14px 22px 16px;
  color: var(--muted);
  background: rgba(255,255,255,.88);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
}
.kitGrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.kitCard {
  min-height: 285px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
}
.kitMain { color: white; border-color: var(--sage-dark); background: var(--sage-dark); }
.kitIcon {
  position: absolute;
  right: 26px;
  top: 23px;
  color: #d5c8b5;
  font: italic 32px Georgia, serif;
}
.kitTag {
  display: inline-block;
  margin-bottom: 35px;
  color: var(--rose-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}
.kitMain .kitTag { color: #e8cda9; }
.kitCard h3 { max-width: 390px; margin-bottom: 14px; font-size: 27px; font-weight: 500; }
.kitCard p { max-width: 480px; color: var(--muted); font-size: 13px; }
.kitMain p { color: #dbe0d7; }
.kitCheck { margin-top: 20px; display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 700; }

.transformation { background: white; }
.transformationGrid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 64px;
  align-items: start;
}
.transformationCopy ul { list-style: none; display: grid; gap: 15px; padding: 0; margin: 30px 0 36px; }
.transformationCopy li { display: flex; align-items: flex-start; gap: 12px; color: var(--muted); font-size: 14px; }
.textCta {
  color: var(--rose-dark);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-underline-offset: 6px;
}
.transformationProofHeading { margin-bottom: 24px; }
.transformationProofHeading h3 {
  max-width: 580px;
  margin: 10px 0 0;
  color: var(--ink);
  font: 500 28px/1.18 Georgia, serif;
}
.testimonialsGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.testimonialCard {
  min-height: 0;
  padding: 22px 21px 24px;
  border: 1px solid rgba(191, 160, 118, .25);
  border-radius: 22px;
  background: #fbf7f1;
  box-shadow: 0 12px 30px rgba(74, 55, 38, .08);
}
.testimonialTop {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 9px;
}
.testimonialPerson { display: flex; align-items: center; gap: 11px; }
.testimonialAvatar {
  position: relative;
  overflow: hidden;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(191, 160, 118, .38);
  border-radius: 50%;
  background: linear-gradient(145deg, #f8f3ec, #eadfd1);
}
.avatarHead {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 14px;
  height: 14px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #c9bbaa;
}
.avatarBody {
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 30px;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
  background: #c9bbaa;
}
.testimonialPerson h3 { margin: 0; color: var(--ink); font-size: 16px; font-weight: 650; }
.testimonialRating { margin: 0 0 10px 53px; color: #e6a700; font-size: 14px; letter-spacing: 1px; line-height: 1; }
.testimonialCard > p { margin: 0; color: #393733; font-size: 12.5px; line-height: 1.58; }

.comparison { padding: 0 0 82px; background: white; }
.comparisonGrid { display: grid; grid-template-columns: 1fr 1fr; }
.comparisonCard { min-height: 315px; padding: 38px 42px; }
.comparisonCard.positive { color: white; background: var(--sage-dark); }
.comparisonCard.negative { color: var(--ink); border: 1px solid var(--line); background: var(--ivory); }
.comparisonTag {
  color: #dfc7a5;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
}
.negative .comparisonTag { color: var(--rose-dark); }
.comparisonCard h3 { max-width: 440px; margin: 17px 0 22px; font-size: 26px; line-height: 1.15; font-weight: 500; }
.comparisonCard ul { list-style: none; display: grid; gap: 12px; padding: 0; margin: 0; }
.comparisonCard li { display: flex; align-items: center; gap: 12px; font-size: 13px; }
.cross {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--rose-dark);
  border-radius: 50%;
  background: var(--blush);
  font-size: 20px;
}
.comparisonAction {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 32px 34px;
  border: 1px solid #e4d5c4;
  border-top: 0;
  background: #fbf7f1;
  text-align: center;
}
.comparisonActionCopy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  text-align: center;
}
.comparisonActionCopy span { color: var(--muted); font-size: 12px; }
.comparisonActionCopy strong { color: var(--rose-dark); font: 500 42px/1 Georgia, serif; }
.comparisonActionCopy strong sup { font-size: 16px; }
.comparisonActionCopy small { color: var(--muted); font-size: 10px; }
.comparisonActionButton { width: 100%; text-align: center; }
.comparisonActionButton .button { width: min(100%, 520px); min-width: 0; margin: 0 auto; }
.comparisonActionButton p { margin: 8px 0 0; color: var(--muted); font-size: 9px; }

.offer { background: #f3e8dc; }
.offerGrid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 75px;
  align-items: center;
}
.guaranteeMini { margin-top: 34px; display: flex; align-items: center; gap: 15px; }
.guaranteeMini > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--sage-dark);
  font: 500 27px Georgia, serif;
}
.guaranteeMini strong, .guaranteeMini small { display: block; }
.guaranteeMini strong { font-size: 13px; }
.guaranteeMini small { color: var(--muted); font-size: 11px; }
.offerCard {
  position: relative;
  padding: 48px;
  border: 1px solid #e4d5c4;
  background: white;
  box-shadow: 0 30px 78px rgba(73, 54, 38, .15);
}
.offerBadge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 18px;
  white-space: nowrap;
  color: white;
  background: var(--rose-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
}
.offerCard h3 { margin-bottom: 24px; font-size: 29px; font-weight: 500; }
.stack { list-style: none; display: grid; gap: 13px; padding: 0; margin: 0; }
.stack li {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 10px;
  align-items: center;
  font-size: 12px;
}
.stack b { color: #8d8377; font-size: 11px; }
.total { margin: 25px 0 8px; padding-top: 21px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; text-align: center; }
.total s { margin-left: 6px; }
.price { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; margin-bottom: 24px; text-align: center; }
.price small { margin-bottom: 3px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.price strong { display: block; color: var(--rose-dark); font: 500 70px/1 Georgia, serif; text-align: center; }
.price sup { margin-right: 5px; font: 700 17px Arial, sans-serif; }
.price span { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; text-align: center; }
.fullButton { width: 100%; }
.secure { margin: 14px 0 0; text-align: center; color: #8a8175; font-size: 10px; }

.guarantee { padding: 76px 0; color: white; background: var(--sage-dark); }
.guaranteeInner {
  max-width: 900px;
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 48px;
  align-items: center;
}
.guaranteeSeal {
  width: 130px;
  height: 130px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid #cdd6c8;
  border-radius: 50%;
}
.guaranteeSeal strong { font: 500 54px/1 Georgia, serif; }
.guaranteeSeal span { margin-top: 6px; font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.guarantee h2 { margin: 11px 0 14px; font-size: 40px; line-height: 1.1; font-weight: 500; }
.guarantee p { margin: 0; color: #dce1d9; }
.guaranteeAction { margin-top: 38px; text-align: center; }
.guaranteeAction .button { width: min(100%, 520px); margin: 0 auto; }
.guaranteeAction p { margin-top: 13px; color: #dce1d9; font-size: 11px; }

.faqGrid {
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  gap: 90px;
  align-items: start;
}
.faqTitle { position: sticky; top: 120px; }
.faqList { border-top: 1px solid var(--line); }
.faqList details { border-bottom: 1px solid var(--line); }
.faqList summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 23px 0;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 700;
}
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary span { color: var(--rose-dark); font-size: 22px; transition: transform .2s ease; }
.faqList details[open] summary span { transform: rotate(45deg); }
.faqList details p { padding: 0 40px 24px 0; margin: 0; color: var(--muted); font-size: 13px; }

.finalCta { padding: 105px 0; text-align: center; color: white; background: var(--rose-dark); }
.finalCtaInner { max-width: 800px; }
.finalCtaInner > span { color: #e7c8a5; font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.finalCta h2 { margin: 17px 0; font-size: clamp(42px, 5vw, 64px); line-height: 1.06; font-weight: 500; }
.finalCta p { max-width: 640px; margin: 0 auto 32px; color: #ecd9d7; }
.lightButton { color: var(--rose-dark); background: white; }

footer { padding: 39px 0; color: #aaa79f; background: #1c1d19; font-size: 10px; }
.footerInner { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 30px; align-items: center; }
.footerBrand { color: #e8dfd2; font: 500 16px Georgia, serif; }
.footerInner p { margin: 0; text-align: center; }
.footerInner p:last-child { text-align: right; }

@media (max-width: 920px) {
  .section { padding: 82px 0; }
  .heroGrid, .recognitionGrid, .chaptersGrid, .transformationGrid, .offerGrid, .faqGrid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .heroVisual { max-width: 620px; margin: 0 auto; }
  .recognitionGrid { display: flex; flex-direction: column-reverse; }
  .steps { grid-template-columns: 1fr; }
  .stepCard.featured { transform: none; }
  .chaptersIntro, .faqTitle { position: static; }
  .kitGrid { grid-template-columns: 1fr; }
  .transformationTestimonials { max-width: 760px; }
  .testimonialsGrid { gap: 16px; }
  .footerInner { grid-template-columns: 1fr; text-align: center; }
  .footerInner p:last-child { text-align: center; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .announcement { min-height: 80px; padding: 8px 12px; }
  .launchBarInner { min-height: 64px; flex-wrap: wrap; gap: 2px 10px; text-align: center; }
  .launchBarTitle { width: 100%; font-size: 9px; }
  .launchBarAccess { width: 100%; font-size: 8px; }
  .launchBarSeparator { display: none; }
  .launchBarDate { font-size: 9px; }
  .launchBarCountdown { gap: 5px; }
  .launchBarCountdown b { min-width: 96px; font-size: 10px; }
  .topbar { height: 68px; padding: 0 14px; }
  .brand { font-size: 15px; }
  .brandMark { width: 36px; height: 36px; }
  .navCta { font-size: 10px; }
  .hero { padding: 48px 0 76px; }
  h1 { font-size: 44px; }
  .heroLead { font-size: 17px; }
  .button { width: 100%; padding: 0 17px; font-size: 10px; }
  .heroVisual { padding: 0 0 34px; }
  .noteTop { right: -3px; top: 35px; }
  .noteBottom { left: 7px; bottom: 10px; }
  .floatingNote { padding: 10px 12px; }
  .floatingNote > span { width: 34px; height: 34px; }
  .recognition, .guarantee { padding: 70px 0; }
  .recognitionCopy h2, .sectionHeading h2, .chaptersIntro h2, .kitHeading h2,
  .transformationCopy h2, .offerIntro h2, .faqTitle h2 { font-size: 37px; }
  .imageBadge { width: 90%; margin-left: 5%; }
  .budgetPreviewTop { padding: 15px 16px; }
  .budgetPreviewTop strong { font-size: 16px; }
  .budgetSummary { padding-left: 12px; padding-right: 12px; }
  .budgetTable { padding-left: 12px; padding-right: 12px; }
  .stepCard { min-height: auto; }
  .chapterList article { grid-template-columns: 40px 1fr; gap: 13px; }
  .kitCard { min-height: auto; padding: 28px 23px; }
  .kitShowcase {
    width: min(100%, 560px);
    margin: 30px auto 22px;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(69,42,39,.11);
  }
  .kitShowcase figcaption { padding: 12px 14px 13px; font-size: 10px; }
  .transformationProofHeading h3 { font-size: 25px; }
  .testimonialsGrid { grid-template-columns: 1fr; gap: 16px; }
  .testimonialCard { min-height: auto; padding: 24px 21px 27px; border-radius: 22px; }
  .testimonialTop { margin-bottom: 9px; }
  .testimonialPerson { gap: 12px; }
  .testimonialAvatar { flex-basis: 46px; width: 46px; height: 46px; }
  .testimonialPerson h3 { font-size: 19px; }
  .testimonialRating { margin-left: 58px; }
  .testimonialCard > p { font-size: 15px; line-height: 1.65; }
  .comparison { padding-bottom: 70px; }
  .comparisonGrid { grid-template-columns: 1fr; }
  .comparisonCard { min-height: auto; padding: 37px 24px; }
  .comparisonAction { min-height: auto; flex-direction: column; gap: 18px; padding: 26px 20px; text-align: center; }
  .comparisonActionCopy { flex-wrap: wrap; justify-content: center; }
  .comparisonActionButton { width: 100%; }
  .comparisonActionButton .button { min-width: 0; }
  .offerCard { padding: 42px 22px 28px; }
  .stack li { grid-template-columns: 24px 1fr; }
  .stack b { display: none; }
  .price strong { font-size: 62px; }
  .guaranteeInner { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .guaranteeSeal { margin: 0 auto; }
  .guarantee h2 { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
.origin {
  position: relative;
  overflow: hidden;
  color: #fbf8f1;
  background:
    radial-gradient(circle at 8% 10%, rgba(217, 197, 161, .14), transparent 30%),
    linear-gradient(135deg, #633238 0%, #83464c 55%, #6f3940 100%);
}

.origin::after {
  content: "CS";
  position: absolute;
  right: -1.5rem;
  bottom: -7rem;
  font-family: Georgia, serif;
  font-size: clamp(12rem, 24vw, 24rem);
  line-height: 1;
  color: rgba(255, 255, 255, .035);
  pointer-events: none;
}

.originGrid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: start;
}

.originIntro h2 {
  max-width: 14ch;
  margin: 1rem 0 1.6rem;
  color: #fffaf3;
}

.originIntro blockquote {
  margin: 0;
  padding: 1.25rem 0 1.25rem 1.4rem;
  border-left: 2px solid #d9c5a1;
  color: #f4e9dc;
  font-family: Georgia, serif;
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  line-height: 1.55;
}

.originSignature {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-top: 1.7rem;
}

.originMark {
  flex: 0 0 auto;
  border-color: #d9c5a1;
  color: #d9c5a1;
}

.originSignature strong,
.originSignature small {
  display: block;
}

.originSignature strong {
  margin-bottom: .25rem;
  color: #fffaf3;
  font-size: .92rem;
}

.originSignature small {
  max-width: 34rem;
  color: rgba(255, 250, 243, .7);
  line-height: 1.5;
}

.originStory {
  padding: clamp(1.6rem, 4vw, 2.6rem);
  border: 1px solid rgba(217, 197, 161, .32);
  border-radius: 26px;
  background: rgba(255, 250, 243, .075);
  box-shadow: 0 24px 70px rgba(45, 18, 22, .2);
  backdrop-filter: blur(10px);
}

.originStory > p {
  margin: 0 0 1.15rem;
  color: rgba(255, 250, 243, .88);
  font-size: 1.02rem;
  line-height: 1.78;
}

.originStory > p strong {
  color: #f2d9ad;
}

.originPurpose {
  margin-top: 1.65rem;
  padding: 1.35rem 1.45rem;
  border-radius: 18px;
  color: #49272b;
  background: #fbf8f1;
}

.originPurpose strong {
  display: block;
  margin-bottom: .45rem;
  color: #83464c;
  font-family: Georgia, serif;
  font-size: 1.13rem;
}

.originPurpose p {
  margin: 0;
  line-height: 1.65;
}

@media (max-width: 820px) {
  .originGrid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .originIntro h2 {
    max-width: 18ch;
  }

  .originStory {
    border-radius: 20px;
  }
}
