:root {
  --plum: #5b354f;
  --plum-dark: #43243a;
  --ivory: #fbf7f2;
  --surface: #fffdfb;
  --rose: #c98683;
  --sage: #879786;
  --sand: #d9c5b5;
  --gold: #b8945f;
  --ink: #2b2528;
  --muted: #6b6166;
  --border: #e8ddd6;
  --shadow: 0 24px 70px rgba(67, 36, 58, 0.12);
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; font-size: 17px; line-height: 1.65; }
a { color: inherit; }
img { max-width: 100%; }
button, select { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; background: var(--plum); color: white; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.announcement { background: var(--plum-dark); color: #fff; text-align: center; padding: 8px 16px; font-size: 14px; letter-spacing: .02em; }
.site-header { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand > span:last-child { display: grid; line-height: 1.15; }
.brand strong { color: var(--plum); font-size: 16px; }
.brand small { color: var(--muted); font-size: 12px; }
.brand-mark { width: 38px; height: 38px; border-radius: 13px; display: grid; place-items: center; background: var(--plum); }
.brand-mark span { width: 18px; height: 18px; border: 2px solid var(--ivory); border-left-color: transparent; border-radius: 50%; transform: rotate(-25deg); }
.header-cta { text-decoration: none; border: 1px solid var(--plum); color: var(--plum); border-radius: 999px; padding: 10px 18px; font-weight: 700; font-size: 15px; }
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; line-height: 1.08; margin: 0 0 18px; color: var(--plum-dark); }
h1 { font-size: clamp(42px, 6vw, 72px); letter-spacing: -.035em; }
h2 { font-size: clamp(34px, 4vw, 52px); letter-spacing: -.025em; }
h3 { font-size: 25px; }
p { margin: 0 0 18px; }
.eyebrow { margin: 0 0 12px; color: var(--plum); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800; }
.section-pad { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; padding: 100px 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 19px; }
.hero { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; padding: 68px 0 100px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.hero h1 em { color: var(--rose); font-style: normal; }
.hero-lead { font-size: 20px; color: var(--muted); max-width: 720px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0; }
.hero-points span { border: 1px solid var(--border); background: rgba(255,255,255,.62); border-radius: 999px; padding: 8px 13px; font-size: 14px; font-weight: 600; }
.price-block { display: flex; align-items: end; gap: 18px; margin: 22px 0 16px; }
.price-label { color: var(--muted); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.price-block > div { display: flex; align-items: baseline; gap: 10px; }
.price-block strong { color: var(--plum); font-size: 48px; line-height: 1; }
.price-block small { color: var(--muted); }
.button { min-height: 54px; border-radius: 999px; padding: 14px 25px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--plum); color: white; box-shadow: 0 16px 34px rgba(91,53,79,.22); }
.button.primary:hover { background: var(--plum-dark); }
.button.light { background: white; color: var(--plum); }
.button.secondary { color: var(--plum); border-color: var(--border); background: var(--surface); }
.microcopy { color: var(--muted); font-size: 13px; margin-top: 12px; }
.hero-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 46% 54% 63% 37% / 45% 38% 62% 55%; background: linear-gradient(145deg, rgba(201,134,131,.32), rgba(135,151,134,.24)); filter: blur(2px); transform: rotate(-6deg); }
.phone-shell { position: relative; z-index: 2; width: 290px; min-height: 575px; padding: 12px; border-radius: 44px; background: var(--plum-dark); box-shadow: var(--shadow); transform: rotate(3deg); }
.phone-top { width: 92px; height: 20px; border-radius: 0 0 16px 16px; background: var(--plum-dark); position: absolute; left: 50%; transform: translateX(-50%); top: 6px; z-index: 3; }
.phone-screen { min-height: 551px; border-radius: 34px; background: var(--surface); padding: 54px 24px 28px; }
.phone-screen h2 { font-size: 31px; }
.mini-score { display: grid; grid-template-columns: 82px 1fr; gap: 10px; align-items: center; font-size: 13px; margin: 17px 0; }
.mini-score i { height: 9px; background: #eee5df; border-radius: 999px; overflow: hidden; }
.mini-score i::after { content: ""; display: block; height: 100%; width: var(--score); background: linear-gradient(90deg, var(--rose), var(--plum)); border-radius: inherit; }
.mini-action { margin-top: 34px; background: var(--plum); color: white; padding: 13px; text-align: center; border-radius: 999px; font-size: 14px; font-weight: 700; }
.floating-card { position: absolute; z-index: 3; background: rgba(255,253,251,.94); border: 1px solid var(--border); box-shadow: 0 18px 50px rgba(67,36,58,.12); padding: 15px 18px; border-radius: 18px; display: grid; line-height: 1.2; }
.floating-card strong { color: var(--plum); font-size: 20px; }
.floating-card span { color: var(--muted); font-size: 13px; }
.card-a { left: 0; top: 115px; }
.card-b { right: 0; bottom: 100px; }
.vsl-section { background: var(--plum-dark); color: white; padding: 96px 16px; }
.vsl-section .section-heading h2, .vsl-section .section-heading p { color: white; }
.vsl-section .eyebrow { color: #e7bbb7; }
.vsl-player { width: min(100%, 960px); margin: 0 auto; background: #1f151c; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.vsl-stage { min-height: 520px; padding: 70px 9%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; position: relative; overflow: hidden; isolation: isolate; }
.vsl-stage::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 30% 20%, rgba(201,134,131,.2), transparent 35%), radial-gradient(circle at 78% 80%, rgba(135,151,134,.18), transparent 35%); z-index: -2; }
.vsl-orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; z-index: -1; }
.orbit-one { width: 430px; height: 430px; animation: orbit 20s linear infinite; }
.orbit-two { width: 620px; height: 250px; transform: rotate(25deg); animation: orbit 24s linear infinite reverse; }
@keyframes orbit { to { transform: rotate(360deg); } }
.vsl-brand { position: absolute; top: 28px; left: 32px; font-weight: 700; color: rgba(255,255,255,.82); font-size: 14px; }
.vsl-kicker { color: #e7bbb7; text-transform: uppercase; font-weight: 800; font-size: 12px; letter-spacing: .1em; }
.vsl-stage h3 { color: white; font-size: clamp(32px, 5vw, 54px); max-width: 820px; }
.vsl-stage > p:last-of-type { color: rgba(255,255,255,.77); max-width: 760px; font-size: 19px; }
.vsl-play { border: 0; border-radius: 999px; background: white; color: var(--plum-dark); padding: 15px 24px; font-weight: 800; cursor: pointer; }
.vsl-controls { padding: 14px 18px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; background: #170f14; border-top: 1px solid rgba(255,255,255,.1); }
.vsl-controls button, .vsl-controls select { color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 9px; padding: 8px 11px; }
.vsl-controls label { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.68); }
#vsl-time { margin-left: auto; color: rgba(255,255,255,.62); font-size: 13px; }
.vsl-progress { height: 5px; background: rgba(255,255,255,.08); }
.vsl-progress span { display: block; width: 0; height: 100%; background: var(--rose); transition: width .3s linear; }
.vsl-transcript { background: #170f14; border-top: 1px solid rgba(255,255,255,.08); }
.vsl-transcript summary { padding: 15px 20px; cursor: pointer; color: rgba(255,255,255,.78); font-size: 14px; }
.vsl-transcript div { max-height: 420px; overflow: auto; padding: 0 24px 26px; color: rgba(255,255,255,.78); }
.vsl-transcript h4 { color: white; margin-bottom: 4px; }
.vsl-transcript p { font-size: 15px; }
.recognition-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.recognition-grid article { background: var(--surface); border: 1px solid var(--border); border-radius: 24px; padding: 28px; }
.recognition-grid article > span { color: var(--rose); font-weight: 800; }
.recognition-grid h3 { font-size: 24px; margin-top: 30px; }
.recognition-grid p { color: var(--muted); font-size: 15px; }
.problem-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.problem-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.callout { border-left: 4px solid var(--rose); background: white; padding: 20px 22px; border-radius: 0 18px 18px 0; margin-top: 30px; }
.area-wheel { position: relative; width: min(90vw, 470px); aspect-ratio: 1; margin: 0 auto; border: 1px solid var(--border); border-radius: 50%; background: radial-gradient(circle, white 0 23%, transparent 24%), repeating-radial-gradient(circle, transparent 0 19%, rgba(91,53,79,.07) 20% 20.5%); }
.wheel-center { position: absolute; inset: 37%; display: grid; place-items: center; align-content: center; background: var(--plum); color: white; border-radius: 50%; text-align: center; box-shadow: 0 14px 34px rgba(91,53,79,.23); }
.wheel-center strong { font-family: "Playfair Display", serif; font-size: 28px; }
.wheel-center span { font-size: 12px; }
.area-wheel > span { position: absolute; left: 50%; top: 50%; transform: rotate(calc(var(--i) * 51.43deg)) translateY(-195px) rotate(calc(var(--i) * -51.43deg)); transform-origin: center; width: 120px; margin-left: -60px; text-align: center; background: var(--surface); border: 1px solid var(--border); border-radius: 999px; padding: 8px; color: var(--plum); font-size: 13px; font-weight: 700; }
.method { background: var(--surface); width: 100%; max-width: none; padding-inline: max(16px, calc((100vw - var(--max)) / 2)); }
.method-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.method-steps article { padding: 26px 20px; border-top: 1px solid var(--border); }
.method-steps b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--plum); }
.method-steps h3 { margin-top: 28px; font-size: 23px; }
.method-steps p { color: var(--muted); font-size: 15px; }
.timeline { position: relative; display: grid; gap: 14px; max-width: 850px; }
.timeline::before { content: ""; position: absolute; left: 42px; top: 35px; bottom: 35px; width: 1px; background: var(--sand); }
.timeline article { display: grid; grid-template-columns: 85px 1fr; gap: 22px; position: relative; }
.timeline article > span { width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center; background: var(--surface); border: 1px solid var(--border); color: var(--plum); font-weight: 800; z-index: 1; }
.timeline article > div { background: var(--surface); border: 1px solid var(--border); border-radius: 24px; padding: 24px; }
.timeline small { color: var(--rose); text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.timeline h3 { font-size: 25px; margin: 8px 0; }
.timeline p { color: var(--muted); margin: 0; }
.deliverables { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.deliverable-visual { min-height: 520px; position: relative; }
.stack-card { position: absolute; width: 270px; height: 360px; border-radius: 20px; padding: 32px; display: flex; align-items: end; font-family: "Playfair Display", serif; font-size: 36px; line-height: 1.05; box-shadow: var(--shadow); }
.stack-one { background: var(--plum); color: white; left: 15%; top: 20px; transform: rotate(-8deg); }
.stack-two { background: var(--sage); color: white; left: 28%; top: 80px; transform: rotate(4deg); }
.stack-three { background: var(--surface); color: var(--plum); left: 10%; top: 145px; transform: rotate(-1deg); border: 1px solid var(--border); }
.check-list { list-style: none; padding: 0; margin: 32px 0 0; display: grid; gap: 16px; }
.check-list li { position: relative; padding-left: 34px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; background: rgba(135,151,134,.18); color: #526452; font-weight: 800; }
.fit { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.fit-card { padding: 38px; border-radius: 28px; }
.fit-card.good { background: var(--plum); color: white; }
.fit-card.good .eyebrow { color: #e7bbb7; }
.fit-card.neutral { background: var(--surface); border: 1px solid var(--border); }
.fit-card ul { margin: 0; padding-left: 22px; display: grid; gap: 12px; }
.origin { padding-top: 50px; }
.origin-card { max-width: 900px; margin: 0 auto; text-align: center; padding: 60px; border: 1px solid var(--border); border-radius: 36px; background: linear-gradient(145deg, white, #f4eae5); }
.origin-card p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.offer { padding-bottom: 55px; }
.offer-card { display: grid; grid-template-columns: 1.2fr .8fr; background: var(--surface); border: 1px solid var(--border); border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); }
.offer-main { padding: 54px; }
.offer-main h2 { margin-bottom: 5px; }
.offer-subtitle { color: var(--muted); font-size: 20px; }
.offer-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.offer-list span { background: var(--ivory); border-radius: 999px; padding: 9px 13px; font-size: 14px; }
.offer-buy { background: var(--plum); color: white; padding: 54px; display: flex; flex-direction: column; justify-content: center; }
.offer-buy .price-label, .offer-buy p { color: rgba(255,255,255,.7); }
.offer-price { display: flex; align-items: start; margin: 8px 0 -5px; }
.offer-price small { font-size: 24px; margin-top: 13px; }
.offer-price strong { font-size: 96px; line-height: 1; font-family: "Playfair Display", serif; }
.secure-line { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; font-size: 12px; color: rgba(255,255,255,.72); }
.guarantee { display: grid; grid-template-columns: auto 1fr; gap: 36px; align-items: center; max-width: 900px; }
.guarantee-seal { width: 150px; height: 150px; border: 2px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--plum); transform: rotate(-6deg); }
.guarantee-seal strong { font-family: "Playfair Display", serif; font-size: 70px; line-height: 1; }
.guarantee-seal span { font-size: 13px; line-height: 1.2; font-weight: 700; text-transform: uppercase; }
.guarantee p:last-child { color: var(--muted); }
.faq { max-width: 920px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--border); background: var(--surface); border-radius: 18px; padding: 0 22px; }
.faq-list summary { cursor: pointer; font-weight: 700; padding: 20px 0; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--plum); font-size: 24px; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { color: var(--muted); padding-bottom: 20px; }
.final-cta { width: 100%; max-width: none; padding-inline: max(16px, calc((100vw - 850px) / 2)); text-align: center; color: white; background: var(--plum-dark); }
.final-cta h2 { color: white; }
.final-cta > p:not(.eyebrow) { color: rgba(255,255,255,.74); font-size: 19px; }
.final-cta .eyebrow { color: #e7bbb7; }
.final-cta small { display: block; margin-top: 14px; color: rgba(255,255,255,.62); }
footer { padding: 55px max(16px, calc((100vw - var(--max)) / 2)) 105px; display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 28px; align-items: start; background: #f1e9e4; color: var(--muted); font-size: 13px; }
footer nav { display: flex; flex-direction: column; gap: 7px; }
footer > small { grid-column: 1/-1; }
.footer-brand strong { font-size: 15px; }
.sticky-buy { display: none; }
.legal-page { width: min(calc(100% - 32px), 800px); margin: 0 auto; padding: 70px 0 120px; }
.legal-page h1 { font-size: clamp(42px, 8vw, 65px); }
.legal-page h2 { font-size: 27px; margin-top: 38px; }
.legal-page p { color: var(--muted); }
section, article { opacity: .98; transform: translateY(0); }
@media (prefers-reduced-motion: no-preference) { section, article { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; } section.visible, article.visible { opacity: 1; transform: translateY(0); } .hero { opacity: 1; transform: none; } }
@media (max-width: 900px) { .hero, .problem-section, .deliverables, .offer-card { grid-template-columns: 1fr; } .hero { padding-top: 42px; gap: 30px; } .hero-visual { min-height: 540px; } .recognition-grid { grid-template-columns: 1fr 1fr; } .method-steps { grid-template-columns: 1fr 1fr; } .deliverable-visual { min-height: 470px; } .offer-buy { padding: 42px; } footer { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { body { font-size: 16px; padding-bottom: 72px; } .announcement { font-size: 12px; } .site-header { min-height: 68px; } .header-cta { display: none; } .hero { padding: 35px 0 70px; } h1 { font-size: 43px; } h2 { font-size: 35px; } .hero-lead { font-size: 18px; } .price-block { display: block; } .price-block > div { margin-top: 5px; } .button { width: 100%; } .hero-visual { min-height: 500px; } .hero-visual::before { width: 330px; height: 400px; } .phone-shell { width: 250px; min-height: 500px; } .phone-screen { min-height: 476px; padding: 48px 20px 22px; } .phone-screen h2 { font-size: 27px; } .card-a { left: -5px; top: 80px; } .card-b { right: -5px; bottom: 70px; } .section-pad { padding: 72px 0; } .vsl-section { padding: 72px 12px; } .vsl-stage { min-height: 450px; padding: 62px 24px; } .vsl-stage h3 { font-size: 34px; } .vsl-stage > p:last-of-type { font-size: 16px; } #vsl-time { width: 100%; margin-left: 0; } .recognition-grid, .method-steps, .fit { grid-template-columns: 1fr; } .area-wheel { transform: scale(.8); margin-block: -40px; } .timeline article { grid-template-columns: 64px 1fr; gap: 12px; } .timeline::before { left: 32px; } .timeline article > span { width: 64px; height: 64px; font-size: 13px; } .timeline article > div { padding: 20px; } .deliverable-visual { min-height: 400px; } .stack-card { width: 220px; height: 300px; font-size: 29px; } .stack-one { left: 8%; } .stack-two { left: 25%; } .stack-three { left: 6%; } .origin-card { padding: 38px 22px; } .offer-main, .offer-buy { padding: 34px 24px; } .offer-price strong { font-size: 82px; } .guarantee { grid-template-columns: 1fr; text-align: center; } .guarantee-seal { margin: 0 auto; } footer { grid-template-columns: 1fr; padding-bottom: 100px; } .sticky-buy { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 17px; border-radius: 17px; text-decoration: none; background: var(--plum); color: white; box-shadow: 0 16px 36px rgba(43,37,40,.25); font-size: 13px; } .sticky-buy span { opacity: .72; } .sticky-buy strong { font-size: 15px; } }
