:root {
  --ink: #2f2421;
  --muted: #6f625e;
  --rose: #a85f68;
  --rose-dark: #7f3f49;
  --blush: #f4dedc;
  --nude: #ead7c7;
  --cream: #fffaf7;
  --paper: #ffffff;
  --gold: #bd9560;
  --line: #e8ddd7;
  --dark: #302421;
  --success: #35694c;
  --container: 1160px;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(63, 42, 36, .1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.sticky-visible { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
img, video, svg { display: block; max-width: 100%; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.08;
  text-wrap: balance;
}
h1 { font-size: clamp(2.25rem, 9.5vw, 4.65rem); }
h2 { font-size: clamp(2rem, 7vw, 3.45rem); }
h3 { line-height: 1.3; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.narrow { max-width: 820px; }
.section { padding: 72px 0; }
.section-kicker, .eyebrow {
  margin: 0 0 14px;
  color: var(--rose-dark);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}
.section h2 { max-width: 800px; margin-inline: auto; text-align: center; }
.section-intro { max-width: 700px; margin: 18px auto 0; color: var(--muted); text-align: center; }
.section > .container > .section-kicker { text-align: center; }
.soft-section { background: #f8efea; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; background: var(--dark); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #1f67b1; outline-offset: 3px; }

.offer-bar {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 18px;
  background: var(--dark);
  color: white;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}
.offer-bar > span:first-child { color: #e7bd86; }

.hero { position: relative; padding: 48px 0 62px; background: var(--cream); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 230px; height: 230px; right: -100px; top: 10px; border: 1px solid rgba(189,149,96,.3); border-radius: 50%; }
.hero-grid { position: relative; display: grid; grid-template-areas: "intro" "video" "action"; gap: 28px; }
.hero-intro { grid-area: intro; position: relative; z-index: 1; text-align: center; }
.hero-intro h1 { max-width: 760px; margin-inline: auto; }
.hero-lead { max-width: 670px; margin: 20px auto 0; color: var(--muted); font-size: 1.05rem; }
.hero-action { grid-area: action; text-align: center; }
.hero-price { display: flex; align-items: baseline; justify-content: center; gap: 10px; margin: 22px 0 12px; }
.hero-price span { color: var(--muted); font-size: .88rem; }
.hero-price strong { color: var(--rose-dark); font-family: Georgia, serif; font-size: 1.65rem; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background-color .18s ease, transform .18s ease;
}
.button-primary { background: var(--rose-dark); color: white; box-shadow: 0 12px 28px rgba(127,63,73,.18); }
.button-primary:hover { background: #6f333c; transform: translateY(-1px); }
.hero-cta { width: 100%; max-width: 520px; }
.microcopy { margin: 12px 0 0; color: var(--muted); font-size: .77rem; line-height: 1.45; }
.microcopy span { padding-inline: 3px; color: var(--gold); }
.secure-line { display: flex; justify-content: center; gap: 7px; margin: 10px auto 0; color: var(--success); font-size: .76rem; line-height: 1.4; }
.secure-line svg { width: 17px; min-width: 17px; fill: currentColor; }
.preview-frame img { width: 100%; height: auto; }

.preview-section { background: white; }
.preview-frame { width: 100%; margin: 30px 0 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #f4e9d8; cursor: zoom-in; }
.preview-notes { display: grid; gap: 10px; margin-top: 14px; }
.preview-notes span { padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); color: var(--muted); font-size: .82rem; text-align: center; }
.preview-notes strong { color: var(--rose-dark); }
.compact-steps { max-width: 680px; margin-inline: auto; margin-top: 38px; }

.pain-grid, .receive-grid { display: grid; gap: 12px; margin-top: 32px; }
.pain-card { display: grid; grid-template-columns: 38px 1fr; align-items: start; gap: 12px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.7); }
.pain-card span { color: var(--rose-dark); font-family: Georgia, serif; font-size: 1.15rem; font-weight: 700; }
.pain-card p { margin: 0; }
.closing-copy { max-width: 760px; margin: 28px auto 0; padding: 18px; border-left: 3px solid var(--gold); background: white; font-family: Georgia, serif; font-size: 1.15rem; text-align: center; }

.comparison-grid { display: grid; gap: 10px; margin-top: 34px; }
.comparison-card { padding: 24px 20px; border: 1px solid var(--line); border-radius: var(--radius); }
.before-card { background: #f3eeeb; }
.after-card { border-color: #e3c9c5; background: #fff4f2; }
.comparison-label { margin: 0 0 7px; color: var(--rose-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.comparison-card h3 { margin: 0 0 16px; font-family: Georgia, serif; font-size: 1.35rem; }
.comparison-arrow { justify-self: center; color: var(--gold); font-size: 2rem; line-height: 1; transform: rotate(90deg); }
.mechanism-benefits { display: grid; gap: 10px; margin-top: 22px; }
.mechanism-benefits p { display: grid; gap: 2px; margin: 0; padding: 16px; border-left: 3px solid var(--rose-dark); background: #fff8f5; }
.mechanism-benefits strong { font-family: Georgia, serif; font-size: 1.1rem; }
.mechanism-benefits span { color: var(--muted); }
.feature-list { margin: 0; padding: 0; list-style: none; }
.feature-list li { position: relative; margin-top: 10px; padding-left: 24px; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 800; }
.muted-list li::before { content: "–"; color: #907e77; }

.info-card { padding: 22px 20px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.icon-circle { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; background: var(--blush); color: var(--rose-dark); font-family: Georgia, serif; font-weight: 700; }
.info-card h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 1.25rem; }
.info-card p { margin: 0; color: var(--muted); }

.steps-list { margin: 34px 0 0; padding: 0; list-style: none; }
.steps-list li { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding-bottom: 30px; }
.steps-list li:not(:last-child)::after { content: ""; position: absolute; top: 48px; bottom: 0; left: 23px; width: 1px; background: var(--line); }
.steps-list span { width: 48px; height: 48px; display: grid; place-items: center; z-index: 1; border-radius: 50%; background: var(--rose-dark); color: white; font-family: Georgia, serif; font-size: 1.2rem; }
.steps-list h3 { margin: 1px 0 4px; }
.steps-list p { margin: 0; color: var(--muted); }

.video-shell { position: relative; width: min(100%, 360px); aspect-ratio: 9 / 16; margin-inline: auto; overflow: hidden; border-radius: 22px; background: #d8d0cc; box-shadow: var(--shadow); }
.video-shell video { width: 100%; height: 100%; object-fit: cover; }
.hero-video { grid-area: video; width: min(78vw, 300px); }
.play-button { position: absolute; top: 50%; left: 50%; width: 70px; height: 70px; padding: 0; border: 2px solid white; border-radius: 50%; background: rgba(127,63,73,.92); cursor: pointer; transform: translate(-50%,-50%); }
.play-button span { display: block; width: 0; height: 0; margin-left: 28px; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 18px solid white; }
.play-button.is-hidden { display: none; }

.dark-section { background: var(--dark); color: white; }
.dark-section h2 { color: white; }
.dark-section .section-kicker { color: #e8bd87; }
.benefit-grid { display: grid; gap: 10px; margin-top: 34px; }
.benefit-grid p { display: grid; grid-template-columns: 26px 1fr; gap: 9px; margin: 0; padding: 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.04); }
.benefit-grid > p > span:first-child { color: #e8bd87; font-weight: 800; }

.testimonials { background: white; }
.testimonial-empty { margin-top: 30px; padding: 28px 22px; border: 1px dashed #c8afa8; border-radius: var(--radius); background: var(--cream); text-align: center; }
.testimonial-empty svg { width: 38px; margin: 0 auto 14px; fill: var(--gold); }
.testimonial-empty p { max-width: 600px; margin: 8px auto 0; color: var(--muted); }
.testimonial-empty strong { color: var(--ink); }

.offer-section { background: #f8efea; }
.offer-card { overflow: hidden; border-radius: 24px; background: var(--rose-dark); color: white; box-shadow: var(--shadow); }
.offer-content { padding: 30px 22px; }
.offer-content h2 { margin: 0; color: white; text-align: left; }
.offer-content > p:not(.offer-tag) { color: #f4dedc; }
.offer-tag { margin: 0 0 12px; color: #efc696; font-size: .73rem; font-weight: 800; letter-spacing: .12em; }
.offer-trust { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.offer-trust li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: .75rem; }
.price-box { padding: 28px 22px; background: white; color: var(--ink); text-align: center; }
.price-box > span, .price-box small { display: block; color: var(--muted); }
.price-box strong { display: block; margin: 2px 0; color: var(--rose-dark); font-family: Georgia, serif; font-size: 3.4rem; line-height: 1.1; }
.button-light { width: 100%; margin-top: 22px; background: var(--rose-dark); color: white; }
.price-box p { margin: 10px 0 0; color: var(--success); font-size: .76rem; }
.offer-footnote { margin: 12px 0 0; color: var(--muted); font-size: .75rem; text-align: center; }

.security-grid { display: grid; gap: 30px; }
.security-grid h2, .security-grid .section-kicker { margin-inline: 0; text-align: left; }
.security-grid > div > p:not(.section-kicker) { color: var(--muted); }
.security-points { margin-top: 22px; }
.security-points p { margin: 8px 0; }
.pending-info, .security-points p:last-child { color: #8a491e; }
.creator-placeholder { display: grid; gap: 18px; padding: 22px; border: 1px dashed #c7aaa2; border-radius: var(--radius); background: #fff8f5; }
.creator-photo { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; background: var(--blush); color: var(--rose-dark); font-size: .7rem; font-weight: 800; }
.creator-placeholder h3 { margin: 0 0 6px; font-family: Georgia, serif; }
.creator-placeholder p { margin: 0; color: var(--muted); }
.creator-section { background: white; }
.creator-section .creator-placeholder { margin-top: 30px; }
.guarantee-card { padding: 28px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff8f5; }
.guarantee-card h2, .guarantee-card .section-kicker { text-align: left; }
.extras-grid p { grid-template-columns: 26px minmax(0, 1fr); }
.extras-grid .extra-copy { min-width: 0; color: #eee4df; font-weight: 400; }
.extras-grid strong { display: block; margin-bottom: 4px; color: white; }

.faq-section { background: white; }
.accordion { margin-top: 32px; border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item h3 { margin: 0; }
.accordion-item button { width: 100%; min-height: 60px; display: grid; grid-template-columns: 1fr 26px; align-items: center; gap: 14px; padding: 16px 0; border: 0; background: transparent; color: var(--ink); font-weight: 700; text-align: left; cursor: pointer; }
.accordion-item button span { color: var(--rose-dark); font-size: 1.5rem; font-weight: 400; text-align: center; }
.accordion-panel p { margin: 0; padding: 0 32px 18px 0; color: var(--muted); }

.site-footer { padding: 38px 0 calc(38px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: var(--dark); color: #eee4df; font-size: .82rem; }
.footer-grid { display: grid; gap: 20px; }
.site-footer strong { color: white; font-family: Georgia, serif; font-size: 1.15rem; }
.site-footer p { margin: 5px 0; color: #cdbfba; }
.site-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.site-footer a { text-underline-offset: 3px; }

.sticky-cta { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 32px; gap: 7px; align-items: center; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); background: rgba(255,250,247,.96); box-shadow: 0 -8px 30px rgba(47,36,33,.13); transform: translateY(120%); visibility: hidden; transition: transform .22s ease, visibility .22s; }
.sticky-cta.is-visible { transform: translateY(0); visibility: visible; }
.sticky-cta .button { grid-column: 1; grid-row: 1; width: 100%; min-height: 52px; }
.sticky-close { grid-column: 2; grid-row: 1; width: 32px; height: 44px; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 1.5rem; cursor: pointer; }

.preview-dialog { width: min(calc(100% - 24px), 860px); max-height: 92dvh; padding: 16px; border: 0; border-radius: 18px; background: white; color: var(--ink); box-shadow: var(--shadow); }
.preview-dialog::backdrop { background: rgba(35,24,22,.78); }
.preview-dialog img { width: 100%; height: auto; border-radius: 10px; }
.dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 12px; }
.dialog-header h2 { font-size: 1.35rem; }
.dialog-header button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: #f1e8e3; font-size: 1.5rem; cursor: pointer; }
.preview-dialog > p { margin: 10px 0 0; color: var(--muted); font-size: .82rem; text-align: center; }

.legal-page { background: white; }
.legal-header { padding: 18px 0; border-bottom: 1px solid var(--line); background: var(--cream); }
.legal-header a { font-weight: 700; text-underline-offset: 3px; }
.legal-main { padding: 58px 0 80px; }
.legal-content h1 { margin-bottom: 18px; font-size: clamp(2.25rem, 8vw, 3.7rem); }
.legal-content h2 { margin: 34px 0 8px; font-size: clamp(1.35rem, 5vw, 1.8rem); text-align: left; }
.legal-content p { color: var(--muted); }
.legal-alert { padding: 16px 18px; border-left: 4px solid var(--gold); background: #fff7ed; color: var(--ink) !important; }

@media (min-width: 600px) {
  .container { width: min(calc(100% - 48px), var(--container)); }
  .preview-notes { grid-template-columns: repeat(3, 1fr); }
  .pain-grid, .receive-grid, .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .creator-placeholder { grid-template-columns: 76px 1fr; align-items: center; }
}

@media (min-width: 768px) {
  .section { padding: 96px 0; }
  .hero { padding: 72px 0 84px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 340px; grid-template-areas: "intro video" "action video"; align-items: center; gap: 22px 64px; }
  .hero-intro, .hero-action { text-align: left; }
  .hero-intro h1, .hero-lead { margin-inline: 0; }
  .hero-price, .secure-line { justify-content: flex-start; }
  .hero-cta { width: auto; min-width: 420px; }
  .hero-video { width: 340px; }
  .comparison-grid { grid-template-columns: 1fr 50px 1fr; align-items: stretch; }
  .comparison-arrow { align-self: center; transform: none; }
  .mechanism-benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .receive-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .offer-card { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: stretch; }
  .offer-content { padding: 46px; }
  .price-box { display: flex; flex-direction: column; justify-content: center; padding: 36px; }
  .security-grid { grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); align-items: center; gap: 70px; }
  .footer-grid { grid-template-columns: 1.2fr .8fr 1fr; align-items: start; }
  .sticky-cta { display: none; }
  body.sticky-visible { padding-bottom: 0; }
}

@media (min-width: 1024px) {
  .pain-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 359px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  h1 { font-size: 2.08rem; }
  .button { font-size: .8rem; padding-inline: 14px; }
  .microcopy { font-size: .7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
