/* Brand motion runs unconditionally by contract. Do not add motion-reduction gates. */

/* Self-hosted fonts — no CDN (strict CSP / self-contained). Variable files, weight range declared. */
@font-face {
  font-family: "Fraunces"; font-style: normal; font-weight: 400 600; font-display: swap;
  src: url("fonts/fraunces-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fraunces"; font-style: normal; font-weight: 400 600; font-display: swap;
  src: url("fonts/fraunces-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Karla"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("fonts/karla-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Karla"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("fonts/karla-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  /* palette — derived from the persona's photos; USE VERBATIM */
  --base:         #1b120c;  /* page background — deep warm umber-black, NEVER #000 */
  --panel:        #251912;  /* raised card surface */
  --panel-deep:   #1d120b;  /* card gradient bottom */
  --metal-base:   #6e3f18;  /* amber glass in shadow — large fills, gradients */
  --metal-soft:   #c1802f;  /* the always-visible accent: hairlines, eyebrows, glows */
  --metal-bright: #f2ad46;  /* HOT — reserved for price, CTA, peak emphasis ONLY */
  --text-strong:  #f5ead6;  /* headings — warm sunlit ivory, never pure white */
  --text-mid:     #d3bd9c;  /* body copy on dark */
  --text-soft:    #9c8367;  /* captions, meta, struck price */
  --line:  rgba(193, 128, 47, 0.20);  /* hairlines */
  --frame: rgba(193, 128, 47, 0.32);  /* panel borders */
  --ink-on-gold:  #2a1608;  /* CTA text color on the amber gradient */
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Karla", "Segoe UI", sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  color: var(--text-mid);
  background: var(--base);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.85;
}
img { max-width: 100%; height: auto; }
a { color: var(--text-strong); }
button, input { font: inherit; }
.wrap { width: min(100% - 44px, 640px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
main, header, section, footer { position: relative; z-index: 2; }

.aura {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(52% 38% at 50% -6%, rgba(242,173,70,.14), transparent 70%),
    radial-gradient(46% 36% at 84% 108%, rgba(150,86,28,.20), transparent 72%),
    radial-gradient(36% 30% at 8% 92%,  rgba(110,63,24,.15), transparent 70%);
  animation: breathe 7s ease-in-out infinite;
}
@keyframes breathe { 0%, 100% { opacity: 0.7; } 50% { opacity: 1; } }
.grain {
  position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
}

.brand, .eyebrow {
  margin: 0 0 14px;
  color: var(--metal-soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .24em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}
.brand { letter-spacing: .34em; }
h1, h2 { color: var(--text-strong); font-family: var(--font-display); font-weight: 600; text-align: center; }
h1 { font-size: clamp(44px, 11vw, 88px); line-height: 1.02; margin: 0 0 14px; }
h2 { font-size: clamp(30px, 6.4vw, 44px); line-height: 1.15; margin: 0 0 28px; }
p { margin: 0 0 22px; }
.section { padding: clamp(72px, 14vw, 118px) 0; }

/* 390×844 fold budget: header 40 + h1 100 + subhead 78 + stats 52 + bundle 170
   + badge/price/save/note 120 + CTA 64 + trust 18 ≈ 700px. The five named books
   sit right under it — the whole point is that "what you get" is visible early. */
.hero {
  min-height: 640px;
  padding: 12px 0 24px;
  background-image: url("hero-still.jpg");
  background-size: cover;
  background-position: center;
  isolation: isolate;
}
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(27,18,12,.68), rgba(27,18,12,.92) 52%, var(--base)); z-index: -1; }
.hero-inner { text-align: center; }
.hero .brand { margin-bottom: 4px; }
.hero-eyebrow { margin-bottom: 4px; }
.hero h1 { margin-bottom: 4px; }
.subhead { max-width: 610px; margin: 0 auto 8px; color: var(--text-mid); font-size: 18px; line-height: 1.38; }
.cover-wrap { perspective: 1100px; width: clamp(104px, 30vw, 236px); margin-inline: auto; }
.book {
  transform-style: preserve-3d;
  transform: rotateY(calc(-9deg + var(--ty, 0deg))) rotateX(calc(3deg + var(--tx, 0deg)));
  transition: transform 0.35s ease-out;
  animation: bookFloat 5.5s ease-in-out infinite;
}
@keyframes bookFloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -12px; } }
.book img.cover { width: 100%; border-radius: 4px 10px 10px 4px; display: block; box-shadow: 0 30px 60px -20px rgba(0,0,0,.8), 0 0 44px rgba(193,128,47,.22); }
/* bundle shot — the hero now sells the five books, not one */
.bundle-wrap { width: min(100%, 360px); margin: 2px auto 0; perspective: 1300px; animation: bookFloat 6.5s ease-in-out infinite; }
.bundle-shot { display: block; width: 100%; height: auto; transform: rotateY(var(--ty, 0deg)) rotateX(var(--tx, 0deg)); transition: transform .35s ease-out; filter: drop-shadow(0 26px 46px rgba(0,0,0,.7)) drop-shadow(0 0 44px rgba(193,128,47,.16)); }
.hero-stack { margin: 12px auto 2px; padding: 0; list-style: none; width: min(100%, 420px); text-align: left; }
.hero-stack li { display: flex; flex-wrap: wrap; gap: 0 9px; align-items: baseline; padding: 4px 0; border-bottom: 1px solid var(--line); color: var(--text-mid); font-size: 15px; line-height: 1.4; }
.hero-stack li:last-child { border-bottom: 0; }
.hero-stack > li > span { flex: 0 0 auto; color: var(--metal-bright); font-size: 13px; }
.hero-stack b { color: var(--text-strong); font-weight: 700; }
.hero-stack i { margin-left: auto; padding-left: 8px; color: var(--metal-soft); font-size: 13px; font-style: normal; white-space: nowrap; }

/* three-number generosity strip — the first thing that says "you get a lot" */
.stats { display: flex; justify-content: center; gap: 8px; margin: 6px auto 4px; padding: 0; list-style: none; width: min(100%, 420px); }
.stats li { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 1px; padding: 6px 4px; border: 1px solid var(--line); border-radius: 10px; background: rgba(37,25,18,.55); color: var(--text-soft); font-size: 12px; line-height: 1.2; text-align: center; }
.stats b { color: var(--metal-bright); font-family: var(--font-display); font-size: 25px; font-weight: 600; line-height: 1.05; }
.ghost-strong { color: var(--metal-soft); font-weight: 700; }

.hero-offer { margin-top: 5px; }
.badge { display: inline-flex; align-items: center; min-height: 24px; padding: 2px 12px; border: 1px solid rgba(242,173,70,.45); border-radius: 999px; color: var(--metal-bright); font-size: 13px; font-weight: 700; letter-spacing: .08em; line-height: 1.2; }
.price-row { display: flex; justify-content: center; align-items: baseline; gap: 14px; height: 49px; line-height: 1; }
.price-now { font-family: var(--font-display); font-size: clamp(46px, 10vw, 58px); color: var(--metal-bright); text-shadow: 0 0 36px rgba(242,173,70,.45); }
.price-was { color: var(--text-soft); font-size: 20px; }
.save { margin: 0; color: var(--metal-bright); font-size: 15px; font-weight: 700; line-height: 1.25; }
.urgency { margin: 1px 0; font-size: 15px; line-height: 1.25; }
.price-note, .trust { margin: 2px auto 6px; color: var(--text-soft); font-size: 13px; line-height: 1.25; }
.trust { margin-top: 4px; }
.ghost-link { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 10px 8px; color: var(--text-soft); font-size: 14px; line-height: 1.3; text-underline-offset: 5px; }

.cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 64px; width: min(100%, 400px);
  font: 700 16px/1.25 var(--font-body); letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; border-radius: 10px; padding: 18px 24px;
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out), filter .25s;
  border: 0; cursor: pointer;
}
.cta.primary {
  position: relative; overflow: hidden;
  color: var(--ink-on-gold);
  background: linear-gradient(170deg, #f2ad46, #c1802f 55%, #8a5220);
  box-shadow: 0 0 38px -4px rgba(242,173,70,.5), 0 18px 40px -14px rgba(0,0,0,.8);
  animation: ctaGlow 3.2s ease-in-out infinite;
}
.cta.primary:hover { transform: translateY(-2px); filter: brightness(1.07); }
@keyframes ctaGlow {
  0%, 100% { box-shadow: 0 0 28px -6px rgba(242,173,70,.42), 0 18px 40px -14px rgba(0,0,0,.8); }
  50%      { box-shadow: 0 0 62px 0 rgba(242,173,70,.72), 0 18px 44px -12px rgba(0,0,0,.85); }
}
.cta.primary::before {
  content: ""; position: absolute; top: 0; left: 0; width: 45%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255,248,232,.75) 50%, transparent);
  transform: translateX(-140%) skewX(-18deg);
  animation: ctaGlint 3.8s ease-in-out infinite;
}
@keyframes ctaGlint {
  0%, 45% { transform: translateX(-140%) skewX(-18deg); }
  75%, 100% { transform: translateX(360%) skewX(-18deg); }
}
.cta.secondary {
  color: var(--text-strong);
  background: transparent;
  border: 1px solid var(--metal-soft);
}
.cta.secondary:hover { transform: translateY(-2px); border-color: var(--metal-bright); }
.reveal.in .price-now { animation: priceDrop 0.8s var(--ease-out) 0.2s both; }
@keyframes priceDrop { from { opacity: 0; transform: translateY(-28px) scale(0.9); } to { opacity: 1; transform: none; } }

.article { font-size: 21px; line-height: 1.85; }
.article p { margin-bottom: 30px; }
.recognition, .checklist { margin: 0; padding: 0; list-style: none; }
.recognition li { position: relative; padding: 22px 0 22px 36px; border-bottom: 1px solid var(--line); font-size: 19px; line-height: 1.75; }
.recognition li::before { content: ""; position: absolute; left: 4px; top: 36px; width: 9px; height: 9px; background: var(--metal-soft); transform: rotate(45deg); box-shadow: 0 0 18px rgba(193,128,47,.55); }
.gains { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.gains li { display: flex; gap: 16px; padding: 20px 4px; border-bottom: 1px solid var(--line); font-size: 19px; line-height: 1.7; }
.gains li span { flex: 0 0 auto; color: var(--metal-soft); font-weight: 700; text-shadow: 0 0 16px rgba(193,128,47,.5); }
.closing { margin-top: 28px; color: var(--text-strong); font-family: var(--font-display); font-size: 25px; line-height: 1.55; text-align: center; }
.promise > .wrap > p { font-size: 21px; line-height: 1.85; }
blockquote { margin: 46px 0 0; color: var(--text-strong); font-family: var(--font-display); font-size: clamp(27px, 6vw, 38px); line-height: 1.4; text-align: center; }
blockquote::first-letter { color: var(--metal-soft); }
blockquote cite { display: block; margin-top: 18px; color: var(--metal-soft); font-size: 20px; font-style: italic; }
h2.hline::after { content: ""; display: block; width: 64px; height: 1px; margin: 18px auto 0; background: linear-gradient(90deg, transparent, var(--metal-soft), transparent); transform: scaleX(0); transition: transform 1s var(--ease-out) 0.35s; }
.reveal.in h2.hline::after { transform: scaleX(1); }

.bottle-divider { display: flex; align-items: center; gap: 12px; padding: 14px 0; }
.bottle-divider span { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--metal-soft), transparent); box-shadow: 0 0 18px rgba(193,128,47,.25); }
.deco { display: block; margin-inline: auto; pointer-events: none; filter: drop-shadow(0 0 26px rgba(242,173,70,.35)); }
.bottle-img { width: min(150px, 40vw); animation: bottleFloat 6.5s ease-in-out infinite; }
@keyframes bottleFloat { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-9px) rotate(2deg); } }

.toc { list-style: none; margin: 34px 0; padding: 0; border-top: 1px solid var(--line); }
.toc li { display: flex; gap: 22px; padding: 22px 4px; border-bottom: 1px solid var(--line); line-height: 1.7; }
.toc b { flex: 0 0 48px; color: var(--metal-soft); font-family: var(--font-display); font-size: 20px; font-weight: 600; }
.toc span { flex: 1; }
.days b { flex-basis: 78px; }

.marquee { position: relative; z-index: 2; overflow: hidden; border-block: 1px solid var(--line); padding: 24px 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: flex; width: max-content; animation: drift 36s linear infinite; }
.marquee ul { display: flex; align-items: center; margin: 0; padding: 0; list-style: none; }
.marquee li { position: relative; color: var(--metal-soft); font-family: var(--font-display); font-size: 20px; white-space: nowrap; }
.marquee li::after { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 36px; background: var(--metal-soft); transform: rotate(45deg); }
@keyframes drift { to { transform: translateX(-50%); } }

.author-photo { display: block; width: min(100%, 480px); margin: 0 auto 38px; border-radius: 18px 6px 18px 6px; border: 1px solid var(--frame); box-shadow: 0 0 40px rgba(193,128,47,.18); }
.signature { color: var(--metal-soft); font-family: var(--font-display); font-size: 34px; font-style: italic; text-align: right; }

.plate { position: relative; background: linear-gradient(172deg, var(--panel), var(--panel-deep) 75%); border: 1px solid var(--frame); border-radius: 18px; box-shadow: inset 0 1px 0 rgba(245,234,214,0.05), 0 30px 60px -22px rgba(0,0,0,0.75), 0 0 40px rgba(193,128,47,0.12); padding: clamp(26px, 6vw, 44px); }
.plate::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(193,128,47,0.14); border-radius: 11px; pointer-events: none; }
.guarantee { color: var(--text-strong); font-family: var(--font-display); font-size: 22px; font-style: italic; line-height: 1.65; text-align: center; }
.checklist { margin-bottom: 34px; }
.checklist li { display: flex; gap: 14px; padding: 14px 0; line-height: 1.65; }
.checklist span { flex: 0 0 auto; color: var(--metal-soft); font-weight: 700; }
.price-block { text-align: center; }
.price-block .urgency { margin-bottom: 20px; }
.trust-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 16px 0 0; padding: 0; list-style: none; }
.trust-badges li { display: inline-flex; align-items: center; padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--text-mid); font-size: 13px; line-height: 1.2; }
.trust-badges li::before { content: "✓"; margin-right: 7px; color: var(--metal-soft); font-weight: 700; }
.steps { margin: 18px 0 0; color: var(--text-soft); font-size: 16px; line-height: 1.6; }

details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; min-height: 72px; padding: 14px 8px 14px 0; color: var(--text-strong); font-size: 19px; font-weight: 700; line-height: 1.45; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary { list-style: none; }
summary::after { content: "+"; flex: 0 0 auto; margin-left: auto; padding-left: 14px; color: var(--metal-soft); font-family: var(--font-display); font-size: 28px; font-weight: 400; line-height: 1; transition: transform .3s var(--ease-out); }
details[open] summary::after { transform: rotate(45deg); }
details p { padding: 0 0 24px; line-height: 1.85; }

.capture { padding-bottom: 96px; }
.capture .plate { text-align: center; }
.capture-form { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.capture-form input { width: min(100%, 440px); min-height: 56px; padding: 12px 16px; border: 1px solid var(--frame); border-radius: 6px; outline: none; background: var(--base); color: var(--text-strong); font-size: 18px; }
.capture-form input:focus { border-color: var(--metal-soft); box-shadow: 0 0 24px rgba(193,128,47,.22); }
.capture-form input::placeholder { color: var(--text-soft); }
.form-error { min-height: 0; margin: 0; color: var(--metal-bright); font-size: 16px; line-height: 1.5; }
.form-note { margin: 14px 0 0; color: var(--text-soft); font-size: 15px; line-height: 1.55; }

footer { position: relative; z-index: 2; padding: 64px 0 110px; border-top: 1px solid var(--line); color: var(--text-soft); font-size: 15px; line-height: 1.7; }
footer .medical { color: var(--text-mid); font-weight: 700; }
.footer-links a { display: inline-flex; align-items: center; min-height: 64px; color: var(--text-mid); }

.sticky-buy { position: fixed; left: 50%; bottom: max(14px, env(safe-area-inset-bottom)); z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 12px; width: min(100% - 20px, 520px); padding: 10px; border-radius: 14px; background: rgba(27,18,12,.97); border: 1px solid var(--frame); box-shadow: 0 0 40px rgba(193,128,47,.22); transform: translate(-50%, 130%); opacity: 0; transition: transform 0.6s cubic-bezier(0.34, 1.4, 0.64, 1), opacity 0.35s; }
.sticky-buy.is-visible { transform: translate(-50%, 0); opacity: 1; }
.sticky-buy > div { display: flex; flex-direction: column; min-width: 0; line-height: 1.25; }
.sticky-buy strong { color: var(--text-strong); font-family: var(--font-display); font-size: 17px; white-space: nowrap; }
.sticky-buy span { color: var(--text-soft); font-size: 14px; }
.sticky-buy b { color: var(--metal-bright); }
.sticky-buy .cta { min-height: 64px; width: auto; padding: 12px 18px; font-size: 13px; }

.toast { position: fixed; right: 14px; bottom: 96px; z-index: 60; width: min(320px, calc(100% - 28px)); background: var(--panel); border: 1px solid var(--frame); border-radius: 14px; padding: 18px; box-shadow: 0 0 36px rgba(193,128,47,.2); transform: translateY(16px); opacity: 0; pointer-events: none; transition: transform .45s var(--ease-out), opacity .45s; }
.toast.is-visible { transform: none; opacity: 1; pointer-events: auto; }
.toast strong { color: var(--text-strong); font-family: var(--font-display); font-size: 22px; }
.toast p { margin: 4px 0 10px; font-size: 16px; line-height: 1.4; }
.toast-button { min-height: 64px; width: 100%; padding: 10px 14px; border: 1px solid var(--metal-soft); border-radius: 10px; background: transparent; color: var(--text-strong); cursor: pointer; }
.toast-close { position: absolute; top: 2px; right: 2px; width: 64px; height: 64px; border: 0; background: transparent; color: var(--text-soft); font-size: 30px; cursor: pointer; }

/* mid-page buy box — most readers never scroll to the offer section */
.midbuy { padding-block: 8px; }
.midbuy-card { text-align: center; padding: 26px 20px 22px; }
.midbuy-title { font-family: var(--font-display); font-size: clamp(27px, 6.2vw, 36px); line-height: 1.15; margin: 2px 0 8px; color: var(--text-strong); }
.midbuy-sub { max-width: 480px; margin: 0 auto 6px; color: var(--text-mid); font-size: 17px; line-height: 1.5; }
.midbuy-card .price-row { margin-top: 2px; }
.midbuy-card .ghost-link { margin-top: 2px; }

.js .reveal { opacity: 0; transform: translateY(30px); filter: blur(10px); transition: opacity 1s var(--ease-out), transform 1s var(--ease-out), filter 1s var(--ease-out); transition-delay: calc(var(--d, 0) * 130ms); }
.js .cover-wrap.reveal { transform: translateY(30px) scale(0.92); }
.js .bundle-wrap.reveal { transform: translateY(30px) scale(0.94); }
.js .reveal.in { opacity: 1; transform: none; filter: none; }
.sheen { background: linear-gradient(100deg, var(--text-strong) 42%, #fff8ea 50%, var(--metal-bright) 54%, var(--text-strong) 62%); background-size: 300% 100%; background-position: 100% 0; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.reveal.in .sheen, .reveal.in.sheen { animation: sheen 6s ease-in-out .6s infinite; }
@keyframes sheen { 0% { background-position: 100% 0; } 32% { background-position: 0% 0; } 100% { background-position: 0% 0; } }

.simple-page { min-height: 100vh; padding: 44px 0; display: flex; align-items: center; justify-content: center; }
.simple-card { position: relative; z-index: 2; width: min(100% - 44px, 640px); margin-inline: auto; text-align: center; }
.simple-card h1 { font-size: clamp(40px, 9vw, 66px); }
.simple-copy, .legal { font-size: 19px; line-height: 1.85; }
.simple-copy { text-align: left; }
.simple-note { margin: 22px 0 0; color: var(--text-soft); font-size: 16px; line-height: 1.65; }
.simple-card .medical { margin: 34px 0 0; padding-top: 24px; border-top: 1px solid var(--line); color: var(--text-mid); font-size: 15px; font-weight: 700; line-height: 1.65; }
.legal { text-align: left; }
.legal h1 { text-align: center; }

@media (min-width: 600px) {
  .hero { min-height: 820px; padding-top: 28px; }
  .hero .brand { margin-bottom: 10px; }
  .hero-eyebrow { margin-bottom: 10px; }
  .hero h1 { margin-bottom: 12px; }
  .subhead { line-height: 1.6; margin-bottom: 18px; }
  .cover-wrap { width: clamp(168px, 42vw, 236px); }
  .bundle-wrap { width: min(100%, 610px); }
  .hero-stack { font-size: 16px; width: min(100%, 460px); }
  .hero-stack li { font-size: 16px; }
  .stats { width: min(100%, 460px); gap: 12px; }
  .stats li { padding: 10px 6px; font-size: 13px; }
  .stats b { font-size: 30px; }
  .hero-offer { margin-top: 14px; }
  .price-row { height: 64px; }
  .price-note, .trust { font-size: 14px; }
}

@media (max-width: 380px) {
  .hero { padding-top: 7px; }
  .hero .brand, .hero-eyebrow { font-size: 11px; }
  .subhead { font-size: 18px; line-height: 1.3; }
  .cover-wrap { width: 96px; }
  .bundle-wrap { width: 100%; }
  .hero-stack li { font-size: 14px; padding: 3px 0; }
  .hero-stack i { font-size: 12px; }
  .stats b { font-size: 22px; }
  .stats li { font-size: 11px; padding: 5px 3px; }
  .badge { min-height: 21px; font-size: 11px; }
  .price-row { height: 43px; }
  .price-now { font-size: 43px; }
  .save, .urgency { font-size: 13px; }
  .price-note { font-size: 12px; }
  .hero .cta { min-height: 64px; padding: 15px 18px; font-size: 16px; }
  .hero .ghost-link { min-height: 50px; font-size: 14px; }
  .sticky-buy strong { font-size: 15px; }
  .sticky-buy .cta { padding-inline: 12px; }
}

@media (max-height: 700px) and (max-width: 420px) {
  .hero { min-height: 640px; }
}

/* --- two-tier offer (single vs value-stacked pack) --- */
.offer .guarantee { margin-bottom: 30px; }
.offers { display: flex; flex-direction: column; gap: 26px; margin: 34px 0 26px; }
.offer-card { position: relative; }
.offer-card--pack { border-color: rgba(242,173,70,.55); box-shadow: inset 0 1px 0 rgba(245,234,214,.06), 0 30px 60px -22px rgba(0,0,0,.78), 0 0 58px rgba(242,173,70,.2); }
.offer-card--pack::before { border-color: rgba(242,173,70,.26); }
.offer-card--single { background: linear-gradient(172deg, #201510, var(--panel-deep) 78%); }
.ribbon {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%); z-index: 3;
  display: inline-flex; align-items: center; min-height: 28px; padding: 3px 18px; border-radius: 999px;
  background: linear-gradient(170deg, #f2ad46, #c1802f 60%, #8a5220); color: var(--ink-on-gold);
  font-size: 12px; font-weight: 700; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase;
  white-space: nowrap; box-shadow: 0 0 26px rgba(242,173,70,.5);
}
.offer-head { text-align: center; margin-bottom: 22px; }
.offer-card--pack .offer-head { margin-top: 6px; }
.offer-title { margin: 0 0 5px; color: var(--text-strong); font-family: var(--font-display); font-size: clamp(27px, 6.4vw, 34px); font-weight: 600; line-height: 1.1; }
.offer-sub { margin: 0; color: var(--text-soft); font-size: 15px; line-height: 1.45; }

.stack { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.stack li { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--line); }
.stack-main { flex: 1; min-width: 0; }
.stack-main b { display: block; color: var(--text-strong); font-size: 17px; line-height: 1.4; }
.stack-main span { display: block; margin-top: 3px; color: var(--text-mid); font-size: 15px; line-height: 1.55; }
.stack-price { flex: 0 0 auto; margin-top: 2px; color: var(--metal-soft); font-family: var(--font-display); font-size: 16px; white-space: nowrap; }
.stack-total { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 18px 0 4px; color: var(--text-soft); font-size: 15px; }
.stack-total s { color: var(--text-soft); font-size: 19px; }

.offer-card .price-block { margin-top: 22px; }
.offer-card--single .price-block { margin-top: 26px; }
.offer-card--single .price-now { font-size: clamp(40px, 9vw, 50px); }

/* --- „Ce primești" — the section the whole page exists for --- */
.deliver { padding-top: clamp(52px, 10vw, 84px); }
.deliver-lead { font-size: 19px; line-height: 1.7; text-align: center; }
.deliverables { display: flex; flex-direction: column; gap: 20px; margin: 34px 0 30px; padding: 0; list-style: none; counter-reset: none; }
.deli { padding: 24px 22px 22px; }
.deli-num { margin: 0 0 6px; color: var(--metal-soft); font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.deli-title { margin: 0 0 8px; color: var(--text-strong); font-family: var(--font-display); font-size: clamp(26px, 6vw, 32px); font-weight: 600; line-height: 1.15; }
.deli-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 14px; padding: 0; }
.deli-meta span { display: inline-flex; align-items: center; padding: 4px 11px; border: 1px solid var(--frame); border-radius: 999px; color: var(--metal-soft); font-size: 13px; line-height: 1.2; white-space: nowrap; }
.deli-what { margin: 0 0 16px; color: var(--text-strong); font-size: 18px; line-height: 1.6; }
.deli-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.deli-list li { position: relative; padding: 13px 0 13px 28px; border-bottom: 1px solid var(--line); font-size: 17px; line-height: 1.6; }
.deli-list li:last-child { border-bottom: 0; padding-bottom: 2px; }
.deli-list li::before { content: "✓"; position: absolute; left: 0; top: 13px; color: var(--metal-bright); font-weight: 700; }

.value-box { text-align: center; padding: 26px 22px 24px; }
.value-box .eyebrow { margin-bottom: 16px; }
.value-lines { margin: 0; padding: 0; list-style: none; text-align: left; border-top: 1px solid var(--line); }
.value-lines li { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 17px; line-height: 1.4; }
.value-lines b { flex: 0 0 auto; color: var(--text-soft); font-family: var(--font-display); font-size: 17px; font-weight: 600; }
.value-total { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin: 16px 0 10px; color: var(--text-mid); font-size: 17px; }
.value-total s { color: var(--text-soft); font-family: var(--font-display); font-size: 24px; }
.value-box .price-row { margin-top: 4px; }
.value-box .cta { margin-top: 14px; }

/* annex list — six extras most buyers never expect */
.mini-title { margin: 46px 0 6px; color: var(--text-strong); font-family: var(--font-display); font-size: clamp(23px, 5vw, 28px); font-weight: 600; line-height: 1.25; text-align: center; }
.annexes { margin: 22px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.annexes li { display: flex; gap: 16px; align-items: baseline; padding: 15px 2px; border-bottom: 1px solid var(--line); font-size: 17px; line-height: 1.6; }
.annexes li > span { flex: 0 0 26px; color: var(--metal-soft); font-family: var(--font-display); font-size: 19px; }
.toc-more { color: var(--text-soft); }

/* guarantee — it already existed in copy; now it looks like a seal */
.guarantee-seal { margin-bottom: 42px; text-align: center; padding: 30px 24px 24px; }
.seal-mark { display: flex; align-items: center; justify-content: center; width: 76px; height: 76px; margin: 0 auto 12px; border: 2px solid var(--metal-soft); border-radius: 50%; color: var(--metal-bright); font-family: var(--font-display); font-size: 38px; line-height: 1; box-shadow: 0 0 34px rgba(242,173,70,.28), inset 0 0 22px rgba(242,173,70,.12); }
.seal-title { margin: 0 0 12px; color: var(--metal-bright); font-size: 13px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.guarantee-seal .guarantee { margin: 0; font-size: 20px; }

/* --- showcase imagery (added post-build) --- */
figure.showcase-fig { margin: 0; }
.showcase { display: block; width: min(100%, 520px); margin: 34px auto 0; border-radius: 18px 6px 18px 6px; border: 1px solid var(--frame); box-shadow: 0 0 40px rgba(193,128,47,.16); }
figure.showcase-fig figcaption { margin-top: 16px; color: #b79b76; font-size: 16px; font-style: italic; text-align: center; }
