:root {
  --color-bg: #fffaf5;
  --color-bg-soft: #efe7dc;
  --color-bg-coral: #fff0ea;
  --color-bg-deep: #1f1b18;
  --color-text: #1f1b18;
  --color-muted: #6f6259;
  --color-accent: #ff7456;
  --color-accent-dark: #d95c42;
  --color-highlight: #dddd6b;
  --color-border: #e4d8cb;
  --color-white: #ffffff;
  --shadow: 0 24px 80px rgba(31, 27, 24, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 96px; }
html,
body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "Inter", sans-serif;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
figure { margin: 0; }
h1, h2, h3, p { margin-top: 0; }
ul { margin: 0; padding-left: 20px; }
li + li { margin-top: 8px; }
.container { width: min(1240px, 100%); margin: 0 auto; padding: 0 clamp(22px, 4vw, 48px); }

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 250, 245, .91);
  border-bottom: 1px solid rgba(228, 216, 203, .74);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
  width: fit-content;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.brand strong { font-size: .92rem; font-weight: 700; }
.brand span { color: var(--color-muted); font-size: .68rem; font-weight: 600; }
.nav { display: flex; align-items: center; gap: 24px; color: var(--color-muted); font-size: .88rem; font-weight: 700; }
.nav a:hover { color: var(--color-text); }

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: .76rem;
  letter-spacing: .06em;
  text-align: center;
}
.btn-primary {
  padding: 16px 28px;
  color: var(--color-text);
  background: var(--color-highlight);
  border: 1px solid rgba(31, 27, 24, .08);
  box-shadow: 0 14px 30px rgba(31, 27, 24, .08);
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.btn-primary:hover { transform: translateY(-2px); background: var(--color-accent); color: var(--color-white); }
.btn-primary:disabled { cursor: wait; opacity: .68; transform: none; }
.btn-secondary { color: var(--color-accent-dark); background: transparent; }
.btn-area {
  justify-self: end;
  min-height: 44px;
  padding: 12px 18px;
  color: var(--color-white);
  background: var(--color-accent);
  border: 1px solid var(--color-accent);
  box-shadow: 0 12px 24px rgba(224, 111, 88, .22);
}
.strong-link {
  padding: 14px 22px;
  color: var(--color-text);
  border: 1px solid rgba(31, 27, 24, .13);
  background: rgba(255, 255, 255, .58);
}
.text-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--color-accent-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--color-accent-dark);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; line-height: 1.05; letter-spacing: -.03em; }
h1 { margin-bottom: 18px; font-size: clamp(3.5rem, 9vw, 7.8rem); font-weight: 500; }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 4.6vw, 4.2rem); font-weight: 600; }
h3 { margin-bottom: 12px; font-size: 1.65rem; font-weight: 600; }
p { color: var(--color-muted); }
.hero-copy > *,
.form-copy > *,
.dea-copy > *,
.section-head > *,
.statement-copy > * {
  max-width: 100%;
  overflow-wrap: break-word;
}

.hero {
  position: relative;
  min-height: calc(100vh - 84px);
  display: grid;
  align-items: center;
  padding: clamp(36px, 6vw, 78px) 0 62px;
  background:
    radial-gradient(circle at 18% 18%, rgba(221, 221, 107, .22), transparent 32%),
    linear-gradient(135deg, #fffaf5 0%, #fff0ea 48%, #efe7dc 100%);
  border-bottom: 1px solid var(--color-border);
}
.hero-layout {
  display: grid;
  gap: clamp(28px, 5vw, 54px);
}
.hero-layout > * { min-width: 0; }
.hero h1 span { display: block; }
.hero-media-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .56fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
}
.hero-photo,
.hero-inline-photo,
.dea-photo,
.form-image-stack figure,
.story-image {
  overflow: hidden;
  border: 1px solid rgba(228, 216, 203, .9);
  border-radius: 8px;
  background: var(--color-bg-soft);
  box-shadow: var(--shadow);
}
.hero-photo {
  aspect-ratio: 4 / 3;
  min-height: 330px;
}
.hero-photo img {
  object-position: 58% center;
}
.hero-inline-photo {
  width: 100%;
  min-height: 0;
  margin-top: 0;
  aspect-ratio: 3 / 2;
}
.hero-inline-photo img {
  object-position: 58% 48%;
}
.hero-subtitle {
  max-width: 820px;
  color: var(--color-accent-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  line-height: 1.18;
}
.hero-lead {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--color-text);
  font-size: 1.08rem;
  font-weight: 600;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }
.cta-stack {
  align-items: flex-start;
}
.recommended-cta,
.secondary-cta {
  display: grid;
  gap: 8px;
  min-width: min(100%, 300px);
}
.cta-stack .recommended-cta,
.final-actions .recommended-cta,
.final-actions .secondary-cta {
  display: grid !important;
  align-items: start;
}
.cta-stack .recommended-cta {
  justify-items: center;
  width: fit-content;
}
.recommended-cta span,
.secondary-cta span {
  max-width: 520px;
  color: var(--color-muted);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.45;
}
.recommended-cta span {
  color: var(--color-accent-dark);
}
.cta-stack .recommended-cta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 7px 13px;
  border: 1px solid rgba(217, 92, 66, .22);
  border-radius: 999px;
  background: rgba(255, 240, 234, .86);
  color: var(--color-accent-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}
.support-note {
  max-width: 700px;
  margin: 24px 0 0;
  padding-left: 18px;
  border-left: 4px solid var(--color-highlight);
  color: var(--color-muted);
  font-weight: 700;
}
.structure-note {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin-top: 24px;
  padding: 20px;
  border: 1px solid rgba(217, 92, 66, .2);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(255, 244, 238, .78));
  box-shadow: 0 18px 42px rgba(88, 62, 48, .08);
}
.structure-note strong {
  color: var(--color-text);
  font-weight: 900;
}
.structure-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.structure-steps span {
  display: grid;
  gap: 4px;
  align-content: start;
  min-height: 96px;
  padding: 14px 14px 13px;
  border: 1px solid rgba(217, 92, 66, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .64);
  color: var(--color-muted);
  font-size: .9rem;
  font-weight: 650;
  line-height: 1.35;
}
.structure-steps b {
  display: inline-flex;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--color-highlight);
  color: var(--color-text);
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
  line-height: 1;
}
.hero-card {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(31, 27, 24, .1);
  border-radius: 8px;
  background: rgba(255, 250, 245, .78);
  box-shadow: var(--shadow);
}
.day-pill {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--color-bg-deep);
  color: var(--color-white);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero-card h2 { font-size: clamp(2rem, 3.2vw, 3.2rem); }
.hero-card p { font-weight: 600; }

.statement-band,
.premium-band,
.after-section {
  background: var(--color-bg-soft);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.tuneup-section {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 78px);
  padding-top: 88px;
  padding-bottom: 88px;
}
.tuneup-copy {
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid rgba(228, 216, 203, .86);
  border-radius: 8px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 16px 44px rgba(31, 27, 24, .045);
}
.tuneup-copy p {
  margin-bottom: 16px;
  color: var(--color-text);
  font-size: 1.04rem;
  font-weight: 600;
}
.tuneup-copy p:last-child {
  margin-bottom: 0;
}
.tuneup-copy strong {
  color: var(--color-accent-dark);
}
.statement-grid,
.premium-layout,
.after-layout {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 78px);
  padding-top: 78px;
  padding-bottom: 78px;
}
.statement-copy {
  padding: clamp(26px, 4vw, 38px);
  border-radius: 8px;
  background: rgba(255, 255, 255, .52);
  border: 1px solid rgba(228, 216, 203, .86);
}
.statement-copy p { margin-bottom: 14px; color: var(--color-text); font-size: 1.06rem; font-weight: 600; }
.statement-copy p:last-child { margin-bottom: 0; }

.image-story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.story-image {
  min-height: 280px;
}
.story-image-large {
  min-height: 360px;
}
.story-image img {
  object-position: center;
  transition: transform .45s ease;
}
.story-image:hover img {
  transform: scale(1.025);
}

.split-section,
.dea-section,
.form-section {
  display: grid;
  grid-template-columns: minmax(280px, .76fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 78px);
  padding-top: 88px;
  padding-bottom: 88px;
}
.fit-grid,
.option-grid {
  display: grid;
  gap: 16px;
}
.fit-grid article,
.option-card,
.premium-card,
.lead-form,
.thanks-card,
.thanks-steps article {
  border: 1px solid rgba(228, 216, 203, .92);
  border-radius: 8px;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 16px 44px rgba(31, 27, 24, .055);
}
.fit-grid article { padding: clamp(24px, 4vw, 34px); }
.quiet-card { background: rgba(255, 240, 234, .58) !important; }
.fit-compare {
  align-items: start;
}
.fit-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 42px) !important;
}
.fit-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: var(--color-highlight);
}
.fit-card.no-card::before {
  background: var(--color-accent);
}
.fit-card h3 {
  margin-bottom: 18px;
  font-size: clamp(1.85rem, 3vw, 2.75rem);
}
.fit-card .feature-list {
  margin-top: 0;
}
.fit-visual {
  width: min(380px, 100%);
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(228, 216, 203, .9);
  border-radius: 8px;
  background: var(--color-bg-soft);
  box-shadow: var(--shadow);
  aspect-ratio: 9 / 16;
}
.fit-visual img {
  object-position: center;
}

.work-section {
  padding: 88px 0;
  background: var(--color-bg-coral);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.section-head {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  margin-bottom: 34px;
}
.section-head p:last-child { max-width: 680px; font-size: 1.03rem; }
.centered-head {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(320px, 1fr);
  grid-template-areas:
    "eyebrow title"
    "copy title";
  column-gap: clamp(28px, 5vw, 70px);
  row-gap: 18px;
  align-items: start;
  max-width: none;
  margin: 0 0 42px;
  text-align: left;
}
.centered-head .eyebrow {
  grid-area: eyebrow;
  margin-bottom: 0;
}
.centered-head h2 {
  grid-area: title;
}
.centered-head p:last-child {
  grid-area: copy;
  max-width: 720px;
  margin-left: 0;
  margin-right: 0;
}
.topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}
.topic-grid span {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 74px;
  padding: 15px 24px;
  border: 1px solid rgba(217, 92, 66, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  font-weight: 800;
  box-shadow: 0 12px 34px rgba(217, 92, 66, .055);
}
.topic-grid svg {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  color: var(--color-accent-dark);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.text-topic-grid span {
  justify-content: flex-start;
}
.micro-mantra {
  margin: 34px auto 42px;
  color: var(--color-accent-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  line-height: 1.2;
  text-align: center;
}
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 30px);
  max-width: 980px;
  margin: 0 auto;
}
.pillar-grid article {
  text-align: center;
}
.pillar-grid svg {
  width: 86px;
  height: 86px;
  margin: 0 auto 18px;
  padding: 22px;
  color: var(--color-accent-dark);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  border-radius: 50%;
  background: rgba(239, 231, 220, .86);
}
.pillar-grid h3 {
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.pillar-grid p {
  max-width: 190px;
  margin: 0 auto;
  color: var(--color-text);
  font-size: .92rem;
  line-height: 1.45;
}

.dea-copy > p { max-width: 680px; }
.dea-copy strong { color: var(--color-text); }
.dea-photo {
  min-height: 330px;
  margin-top: 28px;
}
.dea-photo img {
  object-position: center;
}
.dea-section > .dea-photo {
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 34px);
}
.dea-section > .dea-photo img {
  height: auto;
  object-fit: contain;
}
.transparency {
  margin-top: 26px;
  padding: 20px 22px;
  border-left: 4px solid var(--color-accent);
  background: rgba(255, 240, 234, .66);
  color: var(--color-text);
  font-weight: 700;
}
.option-card {
  padding: clamp(24px, 4vw, 34px);
  transition: transform .25s ease, border-color .25s ease;
}
.option-card:hover { transform: translateY(-3px); border-color: rgba(217, 92, 66, .32); }
.option-card.featured {
  padding: clamp(30px, 5vw, 46px);
  background: rgba(255, 240, 234, .88);
  border-color: rgba(217, 92, 66, .34);
  box-shadow: 0 22px 58px rgba(217, 92, 66, .1);
}
.option-card.featured h3 {
  font-size: clamp(2rem, 3vw, 3rem);
}
.option-card.soft-option {
  box-shadow: none;
  background: rgba(255, 255, 255, .48);
}
.option-card.quiet-option { background: rgba(239, 231, 220, .54); }
.option-card span,
.premium-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--color-accent-dark);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.option-card .btn-primary,
.option-card .strong-link,
.premium-card .btn-primary { width: 100%; margin-top: 12px; }
.pricing-section {
  padding: 88px 0;
  background: var(--color-bg-coral);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.single-head {
  display: block;
  max-width: 780px;
  margin-bottom: 34px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .92fr) minmax(0, .92fr);
  gap: 16px;
  align-items: stretch;
}
.launch-card {
  background: rgba(221, 221, 107, .2);
  border-color: rgba(31, 27, 24, .1);
}
.pricing-grid .btn-primary {
  background: var(--color-highlight);
  color: var(--color-text);
}
.pricing-grid .strong-link {
  color: var(--color-white) !important;
  background: var(--color-accent) !important;
  border-color: var(--color-accent) !important;
  box-shadow: 0 14px 30px rgba(217, 92, 66, .16);
}
.pricing-grid .soft-option .strong-link {
  color: var(--color-text) !important;
  background: var(--color-highlight) !important;
  border-color: rgba(31, 27, 24, .1) !important;
  box-shadow: 0 14px 30px rgba(31, 27, 24, .08);
}
.pricing-grid .btn-launch {
  color: var(--color-white) !important;
  background: var(--color-accent) !important;
  border-color: var(--color-accent) !important;
}
.pricing-grid .btn-alternative {
  color: var(--color-text) !important;
  background: var(--color-highlight) !important;
  border-color: rgba(31, 27, 24, .1) !important;
}
.price {
  display: block;
  margin: 12px 0 18px;
  color: var(--color-text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 600;
  line-height: .95;
}

.premium-card {
  padding: clamp(26px, 4vw, 40px);
  background: rgba(255, 250, 245, .78);
}
.premium-card strong {
  display: block;
  margin-bottom: 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 600;
}
.small-note { font-size: .92rem; }
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}
.price-card {
  min-width: 0;
  padding: 18px 16px;
  border: 1px solid rgba(217, 92, 66, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .58);
}
.price-card.highlighted {
  background: rgba(255, 240, 234, .92);
  border-color: rgba(217, 92, 66, .34);
  box-shadow: 0 14px 30px rgba(217, 92, 66, .08);
}
.price-card span {
  margin-bottom: 8px;
  color: var(--color-accent-dark);
  font-size: .68rem;
  letter-spacing: .1em;
}
.price-card strong {
  margin-bottom: 8px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: .95;
}
.price-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: .86rem;
  line-height: 1.38;
}

.form-copy p { max-width: 560px; }
.form-image-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.form-image-stack figure {
  position: relative;
}
.form-image-stack figure img {
  position: absolute;
  inset: 0;
}
.form-image-stack figure:first-child {
  min-height: 360px;
  aspect-ratio: 4 / 3;
}
.form-image-stack figure:first-child img {
  object-position: 54% center;
}
.lead-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 38px);
  background: rgba(255, 255, 255, .72);
}
.lead-form label,
.lead-form legend {
  color: var(--color-text);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.lead-form input[type="text"],
.lead-form input[type="email"],
.lead-form input[type="tel"] {
  width: 100%;
  min-height: 50px;
  margin-top: 8px;
  padding: 12px 14px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-bg);
  color: var(--color-text);
  font: inherit;
}
.lead-form input:focus {
  outline: 2px solid rgba(217, 92, 66, .18);
  border-color: var(--color-accent-dark);
}
.lead-form fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(228, 216, 203, .86);
  border-radius: 8px;
}
.lead-form legend {
  grid-column: 1 / -1;
  padding: 0 6px;
}
.lead-form fieldset label,
.lead-form .form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--color-muted);
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}
.lead-form input[type="checkbox"],
.lead-form input[type="radio"] {
  flex: 0 0 auto;
  margin-top: 4px;
  accent-color: var(--color-accent-dark);
}
.form-consent span { display: block; color: var(--color-muted); }
.form-consent a { color: var(--color-accent-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.lead-form .btn-primary { width: 100%; border: 0; cursor: pointer; }
.form-note {
  margin: 0;
  color: var(--color-muted);
  font-size: .92rem;
  text-align: center;
}

.after-section {
  overflow: hidden;
  background: var(--color-accent);
}
.after-section h2,
.after-section p { color: var(--color-white); }
.after-section .eyebrow { color: var(--color-bg-deep); }
.after-section .btn-primary {
  color: var(--color-text);
  background: var(--color-highlight);
}
.after-section .strong-link {
  color: var(--color-white);
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255,255,255,.46);
}

.footer { padding: 34px 0; background: var(--color-bg); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.footer nav { display: flex; flex-wrap: wrap; gap: 16px; color: var(--color-muted); font-size: .88rem; font-weight: 700; }

.thanks-page { background: linear-gradient(135deg, #fffaf5 0%, #fff0ea 52%, #efe7dc 100%); }
.thanks-main { min-height: 100vh; display: grid; align-items: center; padding: 48px 0; }
.thanks-card {
  max-width: 1040px;
  padding-top: clamp(34px, 6vw, 62px);
  padding-bottom: clamp(34px, 6vw, 62px);
}
.thanks-card h1 { font-size: clamp(3rem, 7vw, 6.6rem); }
.thanks-card > p { max-width: 720px; font-size: 1.05rem; font-weight: 600; }
.thanks-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}
.thanks-steps article { padding: 24px; }
.thanks-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--color-highlight);
  font-weight: 900;
}
.thanks-steps h2 { font-size: 1.45rem; }
.thanks-steps .btn-primary,
.thanks-steps .strong-link { width: 100%; margin-top: 10px; }
.back-link {
  display: inline-flex;
  margin-top: 28px;
  color: var(--color-accent-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.dea-info-page {
  background: var(--color-bg);
}
.dea-info-hero h1 {
  max-width: 14ch;
  font-size: clamp(2.8rem, 5vw, 4.35rem);
}
.dea-info-hero {
  padding: clamp(42px, 5.8vw, 72px) 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(221, 221, 107, .2), transparent 30%),
    linear-gradient(135deg, #fffaf5 0%, #fff0ea 54%, #efe7dc 100%);
  border-bottom: 1px solid var(--color-border);
}
.dea-info-hero-layout,
.dea-info-grid,
.support-limits-grid,
.buy-section,
.caution-section,
.transparency-layout {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
}
.dea-info-photo {
  min-height: 400px;
  overflow: hidden;
  border: 1px solid rgba(228, 216, 203, .9);
  border-radius: 8px;
  background: var(--color-bg-soft);
  box-shadow: var(--shadow);
}
.dea-info-photo img { object-position: 62% center; }
.dea-info-grid,
.support-limits-grid,
.buy-section,
.caution-section {
  padding-top: 88px;
  padding-bottom: 88px;
  align-items: stretch;
}
.info-card {
  min-width: 0;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(228, 216, 203, .92);
  border-radius: 8px;
  background: rgba(255, 255, 255, .64);
  box-shadow: 0 16px 44px rgba(31, 27, 24, .055);
}
.info-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--color-accent-dark);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.info-card h2 {
  font-size: clamp(1.85rem, 3vw, 3rem);
}
.info-card p:last-child,
.info-card ul:last-child {
  margin-bottom: 0;
}
.warning-card,
.formula-card {
  background: rgba(255, 240, 234, .72);
}
.caution-section {
  align-items: start;
}
.buy-section {
  align-items: center;
}
.subtle-buy-section {
  padding-top: 62px;
  padding-bottom: 62px;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: rgba(255, 250, 245, .52);
}
.subtle-buy-section h2 {
  max-width: 11ch;
  font-size: clamp(2.2rem, 4vw, 3.45rem);
}
.subtle-buy-section .buy-card {
  background: transparent;
  border-color: rgba(228, 216, 203, .72);
  box-shadow: none;
}
.subtle-buy-section .product-pack-shot {
  background: rgba(255, 255, 255, .5);
}
.includes-section,
.final-conversion {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 78px);
  padding-top: 88px;
  padding-bottom: 88px;
  align-items: stretch;
}
.feature-compare {
  gap: 18px;
}
.feature-compare .info-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
}
.feature-compare .info-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: var(--color-highlight);
}
.feature-compare .exclude-card::before {
  background: var(--color-accent);
}
.feature-compare h2 {
  font-size: clamp(2.25rem, 4vw, 4rem);
}
.feature-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding: 0;
  list-style: none;
}
.feature-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 58px;
  margin: 0;
  padding: 13px 16px;
  border: 1px solid rgba(228, 216, 203, .88);
  border-radius: 8px;
  background: rgba(255, 255, 255, .62);
  color: var(--color-text);
  font-weight: 750;
  line-height: 1.35;
}
.feature-list li span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--color-highlight);
  color: var(--color-text);
  font-weight: 900;
}
.limit-list li {
  background: rgba(255, 250, 245, .74);
}
.limit-list li span {
  background: rgba(255, 116, 86, .16);
  color: var(--color-accent-dark);
}
.final-conversion {
  align-items: start;
  border-top: 1px solid var(--color-border);
}
.final-actions {
  display: grid;
  gap: 18px;
  align-items: stretch;
}
.final-actions .btn-primary,
.final-actions .strong-link {
  width: 100%;
}
.final-actions .recommended-cta,
.final-actions .secondary-cta {
  max-width: 720px;
}
.final-actions .recommended-cta span,
.final-actions .secondary-cta span {
  display: block;
  margin: 0;
  font-size: .95rem;
}
.final-image {
  min-height: 320px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(228, 216, 203, .9);
  border-radius: 8px;
  background: var(--color-bg-soft);
  box-shadow: var(--shadow);
}
.final-image img {
  object-position: 52% center;
}
.buy-copy p {
  max-width: 680px;
}
.buy-card {
  min-width: 0;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(217, 92, 66, .2);
  border-radius: 8px;
  background: rgba(255, 240, 234, .74);
  box-shadow: 0 18px 52px rgba(31, 27, 24, .065);
}
.buy-card-image-only {
  display: grid;
  place-items: center;
}
.product-pack-shot {
  display: grid;
  place-items: center;
  min-height: 260px;
  width: 100%;
  margin: 0;
  padding: clamp(18px, 4vw, 34px);
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, .68);
}
.product-pack-shot img {
  width: min(100%, 520px);
  height: auto;
  object-fit: contain;
}
.transparency-band {
  padding: 82px 0;
  background: var(--color-accent);
}
.transparency-band h2,
.transparency-band p {
  color: var(--color-white);
}
.transparency-band .eyebrow {
  color: var(--color-bg-deep);
}
.transparency-band .strong-link {
  color: var(--color-white);
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .46);
}

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .nav { display: none; }
  .hero-layout,
  .hero-media-row,
  .statement-grid,
  .tuneup-section,
  .image-story,
  .split-section,
  .section-head,
  .dea-section,
  .premium-layout,
  .form-section,
  .after-layout,
  .pricing-grid,
  .includes-section,
  .final-conversion,
  .dea-info-hero-layout,
  .dea-info-grid,
  .support-limits-grid,
  .buy-section,
  .caution-section,
  .transparency-layout { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .image-story {
    grid-template-columns: 1fr;
  }
  .story-image,
  .story-image-large {
    min-height: 300px;
  }
  .topic-grid,
  .pillar-grid,
  .thanks-steps { grid-template-columns: 1fr; }
  .centered-head {
    grid-template-areas:
      "eyebrow"
      "title"
      "copy";
  }
}

@media (max-width: 640px) {
  .container { padding-left: 18px; padding-right: 18px; }
  .header-inner { min-height: 72px; }
  .btn-area { display: none; }
  h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .hero h1 {
    max-width: 7.8ch;
    font-size: clamp(3.05rem, 14vw, 3.72rem);
    line-height: .96;
  }
  .hero-subtitle {
    max-width: 22ch;
    font-size: 1.34rem;
    line-height: 1.18;
  }
  .hero-lead {
    max-width: 34ch;
    font-size: .98rem;
    line-height: 1.58;
  }
  .structure-note {
    padding: 16px;
  }
  .structure-steps {
    grid-template-columns: 1fr;
  }
  .structure-steps span {
    min-height: 0;
  }
  .support-note {
    max-width: 32ch;
    font-size: .95rem;
    line-height: 1.5;
  }
  h2 { font-size: clamp(1.95rem, 10vw, 3rem); }
  .hero-actions, .footer-inner { align-items: stretch; flex-direction: column; }
  .hero-actions .btn-primary,
  .hero-actions .btn-secondary { width: 100%; }
  .hero-inline-photo {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
    margin-top: 22px;
  }
  .hero-inline-photo img { object-position: 60% center; }
  .image-story {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .story-image,
  .story-image-large,
  .dea-photo,
  .dea-info-photo,
  .form-image-stack figure:first-child {
    min-height: 260px;
  }
  .lead-form fieldset { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { padding: 16px; }
  .after-section .hero-actions { width: 100%; }
  .topic-grid { gap: 10px; }
  .topic-grid span {
    min-height: 58px;
    padding: 12px 18px;
    font-size: .92rem;
  }
  .topic-grid svg {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }
  .pillar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 14px;
  }
  .pillar-grid svg {
    width: 74px;
    height: 74px;
    padding: 19px;
  }
  .pillar-grid p {
    max-width: 150px;
    font-size: .86rem;
  }
  .split-section,
  .tuneup-section,
  .dea-section,
  .pricing-section,
  .includes-section,
  .final-conversion,
  .dea-info-grid,
  .support-limits-grid,
  .buy-section,
  .caution-section,
  .form-section,
  .work-section,
  .statement-grid,
  .premium-layout,
  .after-layout { padding-top: 58px; padding-bottom: 58px; }
  .dea-info-hero,
  .transparency-band { padding-top: 58px; padding-bottom: 58px; }
}
