:root {
  --color-primary: #f2b705;
  --color-primary-deep: #cf9903;
  --color-secondary: #1a1a1a;
  --color-secondary-soft: #4a4a4a;
  --color-accent: #171717;
  --color-muted: #5f5b54;
  --color-text-soft: #7b756d;
  --color-panel: #ffffff;
  --color-panel-strong: #fbfaf7;
  --color-border: rgba(20, 20, 20, 0.12);
  --shadow-heavy: 0 18px 40px rgba(23, 23, 23, 0.06);
  --shadow-glow: 0 8px 20px rgba(242, 183, 5, 0.16);
  --radius-card: 16px;
  --radius-button: 999px;
  --container-width: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 17px;
  color: var(--color-accent);
  background: #f3eee3;
}

body.is-modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.site-shell {
  overflow: clip;
}

.container {
  width: min(calc(100% - 2rem), var(--container-width));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--color-border);
  background: rgba(252, 249, 243, 0.96);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  font-family: "Bitter", serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.1;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.brand__short {
  display: none;
}

.topbar__actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex: 0 0 auto;
}

.topbar__contact,
.topbar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.58rem 0.92rem;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.topbar__contact {
  background: rgba(255, 255, 255, 0.88);
}

.topbar__contact:hover,
.topbar__contact:focus-visible,
.topbar__cta:hover,
.topbar__cta:focus-visible {
  transform: translateY(-1px);
}

.topbar__cta {
  color: var(--color-secondary);
  background: var(--color-primary);
  border-color: rgba(207, 153, 3, 0.28);
  box-shadow: 0 10px 22px rgba(242, 183, 5, 0.16);
}

.hero {
  position: relative;
  padding: 4.5rem 0 3rem;
  background: #fbf8f2;
  border-bottom: 1px solid var(--color-border);
}

.hero__grid,
.split-section {
  display: grid;
  gap: 2.25rem;
}

.hero__intro-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0.35rem 0.68rem;
  border: 1px solid rgba(242, 183, 5, 0.28);
  border-radius: 999px;
  background: #fff7d9;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
  color: #6c5200;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.02em;
  text-transform: none;
}

h1 {
  max-width: 13ch;
  font-family: "Bitter", serif;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  font-weight: 600;
  line-height: 1.05;
  text-wrap: balance;
}

h2 {
  font-family: "Bitter", serif;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  font-weight: 600;
  line-height: 1.08;
}

h3 {
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(1.08rem, 1.4vw, 1.26rem);
  font-weight: 700;
  line-height: 1.3;
}

p {
  margin: 0;
  line-height: 1.6;
}

.hero__lede,
.section-heading p,
.timeline-card p,
.task-card p,
.step-card p,
.scenario-card p,
.offer-card__summary,
.offer-card__meta,
.offer-card__microcopy,
.offer-card__note,
.faq-item__content p,
.included-list li {
  color: var(--color-muted);
}

.hero__lede {
  max-width: 38rem;
  margin-top: 1rem;
  font-size: 1.08rem;
  line-height: 1.62;
}

.hero__format {
  max-width: 38rem;
  margin-top: 0.85rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--color-secondary-soft);
}

.hero__content {
  max-width: 42rem;
}

.hero__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--color-secondary);
  white-space: nowrap;
}

@media (max-width: 479px) {
  .trust-strip {
    gap: 0.45rem;
  }

  .trust-strip span {
    min-height: 1.8rem;
    padding: 0.32rem 0.65rem;
    font-size: 0.73rem;
  }
}

.btn--hero {
  min-height: 3.7rem;
  padding: 0.96rem 1.7rem;
  font-size: 1.06rem;
  box-shadow: 0 14px 28px rgba(242, 183, 5, 0.24);
}

.hero__inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--color-secondary-soft);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.hero__inline-link:hover,
.hero__inline-link:focus-visible {
  color: var(--color-secondary);
}

.hero__testimonial {
  max-width: 27rem;
  margin-top: 1rem;
}

.hero__visual {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.hero__testimonial--attached {
  max-width: min(100%, 27rem);
  margin-top: 0;
}

.hero__testimonial-image {
  width: 100%;
  height: auto;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(23, 23, 23, 0.06);
}

.hero__trust-line {
  margin-top: 0.7rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
  color: #6b5200;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.82rem 1.35rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-button);
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

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

.btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.28);
  outline-offset: 3px;
}

.btn--primary {
  color: #161616;
  background: var(--color-primary);
  border-color: rgba(207, 153, 3, 0.28);
  box-shadow: var(--shadow-glow);
}

.btn--ghost {
  border-color: var(--color-border);
  background: #fcfbf8;
}

.btn--full {
  width: 100%;
}

.hero__proof {
  display: grid;
  gap: 0.7rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.hero__proof li,
.offer-list li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem;
}

.hero__proof li::before,
.offer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 0 0 0.18rem rgba(242, 183, 5, 0.16);
}

.hero-panel,
.timeline-card,
.task-card,
.step-card,
.scenario-card,
.offer-card,
.faq-item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(23, 23, 23, 0.03);
}

.timeline-card,
.task-card,
.step-card,
.scenario-card,
.faq-item {
  padding: 1.35rem;
}

.timeline-card__step,
.offer-card__price-label,
.included-list__title {
  display: inline-flex;
  margin-bottom: 0.8rem;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: var(--color-text-soft);
}

.hero-panel {
  padding: 1.25rem;
  background: #f6efe1;
  box-shadow: none;
}

.hero-panel__image {
  width: min(100%, 430px);
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(23, 23, 23, 0.1));
}

.trust-layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.snapshot-card,
.trust-panel {
  padding: 1.45rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  background: #fffdf8;
  box-shadow: 0 2px 10px rgba(23, 23, 23, 0.03);
}

.snapshot-card {
  display: grid;
  gap: 1rem;
  align-self: start;
}

.snapshot-card__label {
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--color-text-soft);
}

.feature-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list--tight {
  gap: 0.65rem;
}

.feature-list li,
.mini-list li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--color-secondary);
}

.feature-list li::before,
.mini-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 0 0 0.14rem rgba(242, 183, 5, 0.14);
}

.proof-line {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.55;
  color: var(--color-muted);
}

.trust-block {
  background: #f8f2e6;
}

.trust-visual__media {
  padding: 0;
}

.trust-panel {
  background: linear-gradient(180deg, #1e1a16 0%, #2a221d 100%);
  box-shadow: 0 16px 34px rgba(23, 23, 23, 0.14);
}

.trust-panel h3 {
  margin-top: 0.6rem;
  color: #fff8eb;
}

.trust-panel .snapshot-card__label {
  color: rgba(255, 248, 235, 0.72);
}

.mini-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
  padding: 0;
  list-style: none;
}

.mini-list li {
  color: rgba(255, 248, 235, 0.88);
}

.mini-list li::before {
  background: #f2b705;
  box-shadow: 0 0 0 0.14rem rgba(242, 183, 5, 0.18);
}

.trust-copy {
  display: grid;
  gap: 1rem;
}

.trust-copy h2 {
  max-width: 14ch;
}

.proof-list {
  display: grid;
  gap: 0.95rem;
}

.proof-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.proof-dot {
  flex: 0 0 auto;
  width: 0.72rem;
  height: 0.72rem;
  margin-top: 0.48rem;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 0 0 0.2rem rgba(242, 183, 5, 0.14);
}

.proof-item p {
  margin: 0;
  color: var(--color-muted);
}

.pull-quote {
  margin-top: 0.2rem;
  padding-left: 1rem;
  border-left: 3px solid rgba(242, 183, 5, 0.42);
  font-family: "Bitter", serif;
  font-size: 1.28rem;
  line-height: 1.4;
  color: var(--color-secondary);
}

.faq-section__intro {
  max-width: 34rem;
  margin-inline: auto;
  text-align: center;
}

.included-list,
.offer-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section {
  position: relative;
  padding: 4.5rem 0;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
}

.section-heading {
  display: grid;
  gap: 0.85rem;
  max-width: 54rem;
  margin: 0 auto 1.85rem;
  text-align: center;
}

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

.section-heading--left h2 {
  max-width: none;
}

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

.problem-timeline,
.steps,
.scenario-grid {
  display: grid;
  gap: 1rem;
}

.plain-steps {
  display: grid;
  gap: 1.1rem;
  margin-top: 1.75rem;
}

.plain-step,
.include-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(20, 20, 20, 0.12);
}

.plain-step:last-child,
.include-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.plain-step > div,
.include-row > div {
  display: grid;
  gap: 0.45rem;
}

.number-marker,
.include-row__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: rgba(242, 183, 5, 0.14);
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-primary-deep);
}

.number-marker {
  flex: 0 0 auto;
}

.plain-step h3,
.include-row h3 {
  margin: 0;
  font-family: "Bitter", serif;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.08;
  color: var(--color-secondary);
}

.plain-step p,
.include-row p {
  margin: 0.55rem 0 0;
  max-width: 58rem;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.6;
  color: var(--color-text);
}

.timeline-card,
.task-card,
.scenario-card {
  position: relative;
  overflow: hidden;
}

.problem {
  background: #efe6d6;
}

.problem__intro {
  max-width: 76rem;
  margin-bottom: 2.2rem;
}

.problem__intro h2 {
  max-width: 28ch;
}

.problem__content {
  display: grid;
  gap: 0;
}

.problem__proof {
  max-width: 44rem;
  margin-top: 1.8rem;
}

.includes-layout {
  display: grid;
  gap: 1.75rem;
  margin-top: 1.8rem;
}

.includes-list {
  display: grid;
  gap: 1.1rem;
}

.includes-proof {
  margin-top: 0.25rem;
}

.tasks {
  background: #fcfbf8;
}

.message-proof {
  background: #f7f2e7;
}

.social-proof {
  background: #f8f2e6;
}

.offer {
  background: #f7f1e3;
}

.faq-section {
  background: #fcfbf8;
}

.timeline-card__step {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.01em;
}

.timeline-card,
.step-card {
  background: #fffdf8;
}

.task-card,
.scenario-card,
.faq-item {
  background: #ffffff;
}

.task-card {
  padding: 1.4rem;
}

.task-card__summary {
  margin-top: 0.55rem;
  margin-bottom: 0.45rem;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--color-secondary);
}

.task-card__index {
  display: inline-flex;
  margin-bottom: 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--color-primary-deep);
}

.step-card__number {
  display: inline-flex;
  margin-bottom: 1rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--color-primary);
}

.message-proof__stack {
  display: grid;
  gap: 1.15rem;
}

.message-proof__example {
  padding: 1.4rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  background: #fffdf9;
  box-shadow: 0 2px 10px rgba(23, 23, 23, 0.03);
}

.message-proof__intro {
  display: grid;
  gap: 0.45rem;
}

.message-proof__scenario {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--color-primary-deep);
  text-transform: none;
}

.message-proof__grid {
  display: grid;
  gap: 0.95rem;
  margin-top: 1rem;
}

.message-proof__card {
  padding: 1.15rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 16px;
  background: #ffffff;
}

.message-proof__card--after {
  border-color: rgba(242, 183, 5, 0.38);
  background: #fff9e8;
  box-shadow: inset 0 0 0 1px rgba(242, 183, 5, 0.12);
}

.message-proof__label {
  display: inline-flex;
  margin-bottom: 0.7rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--color-text-soft);
}

.message-proof__text {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-secondary);
}

.message-proof__impact {
  margin-top: 0.95rem;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: #f5efe2;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.55;
  color: var(--color-secondary);
}

.decision-reminder__panel {
  max-width: 58rem;
  margin: 0 auto;
  padding: 1.5rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  background: #fffdf8;
  box-shadow: 0 2px 10px rgba(23, 23, 23, 0.03);
}

.decision-reminder__panel h2 {
  max-width: 20ch;
  margin-top: 0.85rem;
}

.decision-reminder__panel p:last-child {
  max-width: 48rem;
  margin-top: 0.9rem;
  font-size: 1.05rem;
  color: var(--color-muted);
}

.social-proof__panel {
  max-width: 48rem;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  background: #fffdf8;
  box-shadow: 0 2px 10px rgba(23, 23, 23, 0.03);
}

.problem .social-proof__panel {
  margin-top: 1.25rem;
}

.social-proof__image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(23, 23, 23, 0.08);
}

.offer-card {
  display: grid;
  gap: 1.4rem;
  padding: 1.5rem;
  border-color: rgba(242, 183, 5, 0.34);
  background: #fffdf9;
  box-shadow: var(--shadow-heavy);
}

.offer-card__summary {
  max-width: 38rem;
  margin-top: 1rem;
  font-size: 1.05rem;
  line-height: 1.62;
}

.offer-card__list-wrap {
  margin-top: 1.3rem;
  padding: 1.2rem;
  border-radius: 16px;
  background: #f8f4eb;
}

.offer-card__checkout {
  padding: 1.3rem;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 16px;
  background: #fff4cd;
}

.post-purchase-page--downsell .offer-card--downsell .offer-card__content,
.post-purchase-page--downsell .offer-card--downsell .offer-card__checkout {
  min-width: 0;
}

.post-purchase-page--oto1 .offer-card--oto1 .offer-card__content,
.post-purchase-page--oto1 .offer-card--oto1 .offer-card__checkout {
  min-width: 0;
}

.post-purchase-page--downsell .offer-card--downsell .offer-card__checkout {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.post-purchase-page--oto1 .offer-card--oto1 .offer-card__checkout {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.offer-card__price {
  margin-top: 0.15rem;
  font-family: "Bitter", serif;
  font-size: clamp(2.6rem, 4.5vw, 3.6rem);
  font-weight: 600;
  line-height: 1;
}

.offer-card__meta {
  margin-top: 0.45rem;
  margin-bottom: 1rem;
}

.offer-card__proof {
  margin-top: 1rem;
}

.offer-card__guarantee {
  margin-top: 0.8rem;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--color-secondary-soft);
}

.offer-card__microcopy {
  margin-top: 0.85rem;
  font-size: 0.95rem;
}

.offer-card__note {
  margin-top: 0.8rem;
  font-size: 0.88rem;
}

.hero__cost-anchor {
  margin-top: 0.95rem;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--color-secondary-soft);
}

.price-stack {
  display: grid;
  gap: 0.2rem;
}

.price-stack__label {
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--color-text-soft);
}

.price-stack__price {
  margin: 0;
  font-family: "Bitter", serif;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  font-weight: 600;
  line-height: 1;
}

.price-stack__meta {
  color: var(--color-muted);
}

.dual-actions {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.muted-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-secondary-soft);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.muted-link:hover,
.muted-link:focus-visible {
  color: var(--color-secondary);
}

.btn.is-disabled,
.btn[aria-disabled="true"] {
  opacity: 0.55;
  box-shadow: none;
  pointer-events: none;
}

.offer-card__addon {
  margin-top: 1rem;
  padding: 1rem 1.05rem;
  border: 1px dashed rgba(20, 20, 20, 0.16);
  border-radius: 14px;
  background: rgba(255, 251, 238, 0.9);
}

.offer-card__addon h3 {
  margin-top: 0.15rem;
}

.reassurance-strip {
  padding: 1rem 0;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  background: #fff7df;
}

.reassurance-strip__inner {
  display: grid;
  gap: 0.75rem;
}

.reassurance-strip__inner p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-secondary);
}

.service-panel {
  display: grid;
  gap: 1.4rem;
  padding: 1.5rem;
  border: 1px solid rgba(242, 183, 5, 0.34);
  border-radius: var(--radius-card);
  background: #fffdf9;
  box-shadow: var(--shadow-heavy);
}

.service-panel__content {
  display: grid;
  gap: 1rem;
}

.thank-you-page {
  background:
    radial-gradient(circle at top left, rgba(242, 183, 5, 0.22), transparent 28%),
    radial-gradient(circle at 85% 8%, rgba(36, 34, 31, 0.09), transparent 22%),
    linear-gradient(180deg, #f3ecde 0%, #fbf8f1 18%, #f6efe2 58%, #f9f5ec 100%);
}

.thank-you {
  padding: 0 0 5rem;
}

.thank-you__hero {
  position: relative;
  padding: 4.75rem 0 3rem;
  overflow: hidden;
}

.thank-you__hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 32rem;
  background:
    linear-gradient(135deg, rgba(255, 251, 241, 0.94) 0%, rgba(249, 239, 209, 0.76) 44%, rgba(244, 228, 180, 0.36) 100%);
  pointer-events: none;
}

.thank-you__hero::after {
  content: "";
  position: absolute;
  right: -5rem;
  top: 2rem;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(242, 183, 5, 0.22) 0%, rgba(242, 183, 5, 0) 70%);
  pointer-events: none;
}

.thank-you__hero-grid,
.thank-you__content-grid,
.thank-you__service {
  display: grid;
  gap: 1.8rem;
}

.thank-you__hero-grid {
  position: relative;
  z-index: 1;
  align-items: end;
}

.thank-you__intro {
  max-width: 46rem;
  min-width: 0;
}

.thank-you__intro h1 {
  max-width: 11ch;
  font-size: clamp(3rem, 7vw, 5.4rem);
  line-height: 0.94;
}

.thank-you__kicker {
  margin-top: 1rem;
  font-family: "Bitter", serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(26, 26, 26, 0.72);
}

.thank-you__lede {
  max-width: 42rem;
  margin-top: 1.2rem;
  font-size: clamp(1.2rem, 2.6vw, 1.5rem);
  line-height: 1.52;
  color: var(--color-secondary);
}

.thank-you__subnote {
  max-width: 38rem;
  margin-top: 1.1rem;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-secondary-soft);
}

.thank-you__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin-top: 1.8rem;
}

.thank-you__sidebar,
.thank-you__service-aside {
  align-self: start;
}

.thank-you__sidebar {
  max-width: 22rem;
  min-width: 0;
  width: 100%;
  padding: 1.4rem 1.35rem 1.3rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 24px;
  background: rgba(255, 252, 245, 0.78);
  box-shadow: 0 18px 40px rgba(23, 23, 23, 0.06);
  backdrop-filter: blur(14px);
}

.thank-you__service-aside {
  min-width: 0;
  width: 100%;
  padding: 1.5rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 251, 239, 0.94) 0%, rgba(255, 247, 223, 0.88) 100%);
  box-shadow: 0 20px 48px rgba(23, 23, 23, 0.08);
}

.thank-you__sidebar-label,
.thank-you__service-label {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--color-text-soft);
}

.thank-you__service-anchor {
  margin-top: 0.7rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--color-secondary-soft);
}

.thank-you__sidebar-headline {
  margin-top: 0.7rem;
  font-family: "Bitter", serif;
  font-size: 1.6rem;
  line-height: 1.08;
  color: var(--color-secondary);
}

.thank-you__sidebar-divider {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  background: rgba(20, 20, 20, 0.1);
}

.thank-you__summary-list {
  margin: 1rem 0 0 1.15rem;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.thank-you__summary-list li {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-secondary);
}

.thank-you__sidebar-note,
.thank-you__service-note {
  margin-top: 1rem;
  font-size: 0.96rem;
  line-height: 1.55;
  color: var(--color-muted);
}

.thank-you__service-note a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.thank-you__section {
  padding: 3rem 0;
}

.thank-you__section--accent {
  margin-top: 1.2rem;
}

.thank-you__rail {
  max-width: 15rem;
  min-width: 0;
}

.thank-you__rail h2 {
  max-width: 11ch;
}

.thank-you__body {
  max-width: 48rem;
  min-width: 0;
  display: grid;
  gap: 0;
}

.thank-you__micro-grid {
  display: grid;
  gap: 1rem;
  margin-top: 0.8rem;
}

.thank-you__micro-card {
  min-width: 0;
  padding: 1.25rem 1.2rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
}

.thank-you__micro-card h3 {
  margin-bottom: 0.8rem;
}

.thank-you__step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  align-items: start;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
}

.thank-you__step:first-child {
  padding-top: 0.2rem;
  border-top: 0;
}

.thank-you__step h3 {
  margin-top: 0;
  font-size: 1.18rem;
}

.thank-you__step p {
  margin: 0.42rem 0 0;
  max-width: 38rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-muted);
}

.thank-you__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe7a3 0%, #f2b705 100%);
  box-shadow: 0 10px 22px rgba(242, 183, 5, 0.2);
  font-size: 0.88rem;
  font-weight: 700;
  color: #5d4300;
}

.thank-you__plain-list {
  margin: 0.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.thank-you__plain-list li {
  position: relative;
  padding-left: 1.45rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--color-secondary);
}

.thank-you__plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 0 0 0.16rem rgba(242, 183, 5, 0.16);
}

.thank-you__plain-list--tight {
  gap: 0.65rem;
  margin-top: 0;
}

.thank-you__plain-list--tight li {
  font-size: 0.98rem;
  line-height: 1.5;
}

.thank-you__service {
  align-items: start;
  padding: 2rem;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 252, 244, 0.86) 0%, rgba(249, 241, 221, 0.86) 100%);
  box-shadow: 0 24px 60px rgba(23, 23, 23, 0.08);
}

.thank-you__service-copy {
  max-width: 48rem;
  min-width: 0;
  display: grid;
  gap: 1rem;
}

.thank-you__service-copy h2 {
  max-width: 11ch;
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.thank-you__service-copy p {
  margin: 0;
  max-width: 43rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--color-secondary);
}

.thank-you__service-lede {
  font-size: 1.08rem;
  font-weight: 700;
}

.thank-you__service-summary {
  font-weight: 700;
  color: var(--color-secondary-soft);
}

.thank-you__service-range {
  max-width: 40rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
  color: var(--color-secondary);
}

.thank-you__service-price {
  margin: 0.25rem 0 1rem;
  max-width: 100%;
  font-family: "Bitter", serif;
  font-size: clamp(2rem, 3vw, 2.9rem);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.thank-you-page .btn--primary {
  box-shadow: 0 14px 30px rgba(242, 183, 5, 0.26);
}

.thank-you-page .btn--ghost {
  background: rgba(255, 255, 255, 0.65);
}

.highlight-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlight-list li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--color-muted);
}

.highlight-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 0 0 0.18rem rgba(242, 183, 5, 0.16);
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: grid;
  place-items: center;
  padding: 0.8rem;
  background: rgba(18, 18, 18, 0.42);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.modal-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal {
  position: relative;
  width: min(100%, 28.5rem);
  padding: 1.05rem 1.05rem 1rem;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 20px;
  background: linear-gradient(180deg, #fffdf9 0%, #fff7e5 100%);
  box-shadow: 0 30px 80px rgba(23, 23, 23, 0.18);
  transform: translateY(18px) scale(0.98);
  transition: transform 200ms ease;
}

.modal-backdrop.is-open .modal {
  transform: translateY(0) scale(1);
}

.modal__close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 999px;
  color: var(--color-secondary);
  background: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.modal__close:hover,
.modal__close:focus-visible {
  transform: translateY(-1px);
  background: #ffffff;
}

.modal__close span {
  font-size: 1.25rem;
  line-height: 1;
}

.modal h2 {
  max-width: 11ch;
  margin-top: 0.55rem;
  font-size: clamp(1.55rem, 4.2vw, 2.15rem);
  line-height: 1.06;
}

.modal__lede {
  margin-top: 0.65rem;
  font-size: 0.96rem;
  line-height: 1.5;
  color: var(--color-muted);
}

.modal__callout {
  margin-top: 0.8rem;
  padding: 0.25rem 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.modal__price {
  font-family: "Bitter", serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.1;
}

.modal__actions {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.modal .btn {
  min-height: 2.95rem;
  padding: 0.72rem 1rem;
  font-size: 0.92rem;
}

.modal__helper {
  margin-top: 0.7rem;
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--color-secondary-soft);
}

.faq {
  display: grid;
  gap: 0.9rem;
}

.faq-item__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.35rem 1.4rem;
  border: 0;
  color: inherit;
  text-align: left;
  cursor: pointer;
  background: transparent;
}

.faq-item__trigger span:first-child {
  font-weight: 600;
  text-transform: none;
}

.faq-item__plus {
  position: relative;
  flex: none;
  width: 1.1rem;
  height: 1.1rem;
}

.faq-item__plus::before,
.faq-item__plus::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: var(--color-primary);
  transition: transform 180ms ease;
}

.faq-item__plus::after {
  transform: rotate(90deg);
}

.faq-item__trigger[aria-expanded="true"] .faq-item__plus::after {
  transform: rotate(0deg);
}

.faq-item__content {
  padding: 0 1.4rem 1.35rem;
}

.sticky-cta {
  position: fixed;
  left: 0.8rem;
  right: 0.8rem;
  bottom: calc(0.8rem + env(safe-area-inset-bottom));
  z-index: 28;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.72rem 0.8rem;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 16px;
  background: rgba(252, 251, 248, 0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 30px rgba(23, 23, 23, 0.08);
  opacity: 0;
  transform: translateY(120%);
  pointer-events: none;
  transition:
    opacity 200ms ease,
    transform 220ms ease;
}

.sticky-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.post-purchase-page .hero {
  padding-top: 4rem;
}

.post-purchase-page .offer-card,
.post-purchase-page .offer-card__checkout {
  margin-left: auto;
  margin-right: auto;
}

.sticky-cta__meta {
  display: grid;
  gap: 0.08rem;
  min-width: 0;
}

.sticky-cta__label {
  font-size: 0.82rem;
  color: var(--color-text-soft);
}

.sticky-cta__price {
  font-size: 0.98rem;
  font-weight: 600;
}

.sticky-cta .btn {
  min-height: 2.7rem;
  padding: 0.65rem 1rem;
  box-shadow: none;
  white-space: nowrap;
}

@media (min-width: 720px) {
  .container {
    width: min(calc(100% - 3rem), var(--container-width));
  }

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

  .trust-layout {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 24rem);
    gap: 2.5rem;
  }

  .includes-layout {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 23rem);
    align-items: start;
  }

  .snapshot-card {
    position: sticky;
    top: 6.5rem;
  }

  .thank-you__hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
    gap: 1.75rem;
    align-items: end;
  }

  .thank-you__sidebar {
    max-width: 24rem;
    margin-top: 7rem;
    justify-self: end;
  }

  .thank-you__content-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
  }

  .thank-you__rail {
    max-width: 40rem;
  }

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

  .thank-you__service {
    grid-template-columns: minmax(0, 1.12fr) minmax(16rem, 20rem);
    align-items: start;
  }

  .problem-timeline,
  .task-grid,
  .steps,
  .scenario-grid,
  .message-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-card {
    grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.85fr);
    align-items: center;
  }

  .post-purchase-page .offer-card {
    grid-template-columns: minmax(0, 42rem);
  }

  .post-purchase-page--downsell .offer-card {
    grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.85fr);
  }

  .post-purchase-page--downsell .offer-card--downsell {
    grid-template-columns: minmax(0, 1fr) minmax(21rem, 24rem);
    align-items: start;
    column-gap: 1.6rem;
  }

  .post-purchase-page--downsell .offer-card--downsell .offer-card__checkout {
    max-width: 24rem;
    justify-self: end;
  }

  .post-purchase-page--oto1 .offer-card--oto1 {
    grid-template-columns: minmax(0, 1fr) minmax(21rem, 24rem);
    align-items: start;
    column-gap: 1.6rem;
  }

  .post-purchase-page--oto1 .offer-card--oto1 .offer-card__checkout {
    max-width: 24rem;
    justify-self: end;
  }

  .dual-actions {
    grid-template-columns: 1fr;
  }

  .service-panel {
    grid-template-columns: minmax(0, 1.2fr) minmax(19rem, 0.8fr);
    align-items: center;
  }
}

@media (min-width: 940px) {
  .thank-you__hero {
    padding: 5rem 0 3.4rem;
  }

  .thank-you__hero-grid {
    gap: 2rem;
  }

  .thank-you__intro {
    max-width: 52rem;
  }

  .thank-you__sidebar {
    max-width: 23rem;
    margin-top: 8.5rem;
  }

  .thank-you__content-grid {
    gap: 1.4rem;
  }

  .thank-you__body {
    max-width: 52rem;
  }

  .hero {
    padding-top: 5.75rem;
  }

  .hero__grid,
  .split-section {
    grid-template-columns: minmax(0, 0.92fr) minmax(24rem, 1.08fr);
    align-items: start;
  }

  .split-section > .section-heading {
    position: sticky;
    top: 6.5rem;
    align-self: start;
  }

  .problem-timeline,
  .steps--timeline {
    grid-template-columns: 1fr;
  }

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

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

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

  .step-card {
    position: relative;
    padding-left: 4.4rem;
  }

  .steps--timeline {
    position: relative;
    gap: 1.25rem;
  }

  .steps--timeline::before {
    content: "";
    position: absolute;
    left: 1.05rem;
    top: 1.4rem;
    bottom: 1.4rem;
    width: 1px;
    background: rgba(20, 20, 20, 0.1);
  }

  .step-card__number {
    position: absolute;
    left: 1.2rem;
    top: 1.3rem;
    margin: 0;
  }

}

@media (max-width: 719px) {
  body {
    font-size: 16px;
  }

  .thank-you {
    padding-bottom: 4rem;
  }

  .thank-you__hero {
    padding: 3.4rem 0 2.2rem;
  }

  .thank-you__intro h1 {
    max-width: 12ch;
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .thank-you__actions .btn {
    width: min(100%, 22rem);
  }

  .thank-you__sidebar,
  .thank-you__service-aside,
  .thank-you__service {
    border-radius: 22px;
  }

  .thank-you__service {
    padding: 1.4rem;
  }

  .topbar__inner {
    gap: 0.55rem;
    padding: 0.72rem 0;
  }

  .brand {
    font-size: 0.88rem;
  }

  .brand__full {
    display: none;
  }

  .brand__short {
    display: block;
  }

  .topbar__actions {
    gap: 0.42rem;
  }

  .topbar__contact,
  .topbar__cta {
    min-height: 2.28rem;
    padding: 0.44rem 0.72rem;
    font-size: 0.8rem;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero__grid {
    gap: 1.5rem;
  }

  .hero-panel {
    margin: 0 auto;
  }

  .hero__visual {
    justify-items: center;
  }

  .hero__content {
    max-width: none;
    text-align: center;
  }

  .hero__intro-row {
    justify-content: center;
  }

  .hero__content h1,
  .hero__content .hero__lede,
  .hero__content .hero__format,
  .hero__content .hero__trust-line,
  .hero__content .hero__testimonial {
    margin-left: auto;
    margin-right: auto;
  }

  .hero__content h1 {
    max-width: 15ch;
    font-size: clamp(2.2rem, 8vw, 2.9rem);
    line-height: 1.08;
  }

  .hero__actions {
    align-items: center;
  }

  .btn--hero {
    width: min(100%, 22rem);
  }

  .hero__proof {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .hero-panel,
  .offer-card,
  .offer-card__checkout,
  .service-panel {
    border-radius: 16px;
  }

  .sticky-cta {
    left: 0.7rem;
    right: 0.7rem;
    bottom: calc(0.7rem + env(safe-area-inset-bottom));
  }

  .modal {
    padding: 1.15rem;
    border-radius: 18px;
  }

  .modal h2 {
    max-width: none;
    padding-right: 2rem;
  }

  .section-heading h2,
  .section-heading--left h2 {
    max-width: none;
  }
}

@media (max-width: 420px) {
  .topbar__inner {
    gap: 0.4rem;
  }

  .brand {
    font-size: 0.8rem;
  }

  .topbar__actions {
    gap: 0.35rem;
  }

  .topbar__contact,
  .topbar__cta {
    min-height: 2.16rem;
    padding: 0.4rem 0.62rem;
    font-size: 0.76rem;
  }

  .sticky-cta {
    gap: 0.6rem;
    padding: 0.68rem 0.72rem;
  }

  .sticky-cta__label {
    font-size: 0.78rem;
  }

  .sticky-cta__price {
    font-size: 0.92rem;
  }

  .sticky-cta .btn {
    padding: 0.62rem 0.86rem;
    font-size: 0.9rem;
  }
}

@media (min-width: 1040px) {
  .sticky-cta {
    display: none;
  }
}
