:root{--bg-deep:#0f1419;--bg-mid:#1a2535;--bg-card:#2a3544;--bg-cream:#f3ece2;--bg-warm:#e8e4dc;--gold:#c9a227;--gold-light:#e8c547;--gold-muted:#c9a22724;--border-gold:#c9a22747;--text-main:#1c2430;--text-body:#3d4f63;--text-muted:#6b7a8d;--white:#fff;--font-serif:"Cormorant Garamond", Georgia, serif;--font-sans:"Source Sans 3", "Segoe UI", sans-serif;--nav-h:64px;--max-width:1120px;--radius:12px;--shadow:0 8px 32px #0000001f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text-body);background:var(--bg-warm);-webkit-font-smoothing:antialiased;line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:min(100% - 1.5rem, var(--max-width));margin-inline:auto}@media (width>=768px){.container{width:min(100% - 3rem, var(--max-width))}}.section{padding:3.5rem 0}@media (width>=768px){.section{padding:5rem 0}}.section--cream{background:var(--bg-cream)}.section--white{background:var(--white)}.section__label{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-block}.section__title{font-family:var(--font-serif);color:var(--text-main);margin-bottom:1rem;font-size:clamp(1.75rem,5vw,2.75rem);font-weight:700;line-height:1.15}.section__lead{color:var(--text-muted);max-width:42rem;font-size:1.05rem}@media (width>=768px){.section__lead{font-size:1.125rem}}.btn{letter-spacing:.02em;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn--primary{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);color:var(--bg-deep);box-shadow:0 4px 20px #c9a22759}.btn--primary:hover{box-shadow:0 6px 28px #c9a22773}.btn--outline{border:1px solid var(--border-gold);color:var(--gold-light);background:0 0}.btn--outline:hover{background:var(--gold-muted)}@media (width<=479px){.hero__actions .btn{text-align:center;width:100%}}.site-header{z-index:100;height:var(--nav-h);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f1419f5;border-bottom:1px solid #c9a2271f;position:fixed;top:0;left:0;right:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;height:100%;display:flex}.site-header__brand{font-family:var(--font-serif);color:var(--white);letter-spacing:.02em;flex-shrink:0;font-size:1.2rem;font-weight:700}.site-header__brand span{color:var(--gold)}.site-header__nav{align-items:center;gap:1.75rem;display:none}.site-header__link{color:#ffffffbf;font-size:.875rem;font-weight:500;transition:color .2s}.site-header__link:hover{color:var(--gold-light)}.site-header__cta-mobile{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);color:var(--bg-deep);white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;padding:.5rem 1rem;font-size:.8rem;font-weight:700;display:inline-flex}@media (width>=768px){.site-header__nav{display:flex}.site-header__cta-mobile{display:none}}.hero{padding-top:calc(var(--nav-h) + 2.5rem);background:radial-gradient(ellipse 80% 50% at 50% 0%, #e8c5471a, transparent 70%), linear-gradient(160deg, var(--bg-deep) 0%, var(--bg-mid) 55%, var(--bg-card) 100%);color:var(--white);padding-bottom:3.5rem}@media (width>=768px){.hero{padding-top:calc(var(--nav-h) + 3rem);padding-bottom:5rem}}.hero__grid{text-align:center;align-items:center;gap:2rem;display:grid}@media (width>=900px){.hero__grid{text-align:left;grid-template-columns:1fr 1.15fr;gap:4rem}}.hero__visual{order:-1;justify-content:center;display:flex}@media (width>=900px){.hero__visual{order:0;justify-content:flex-start}}.hero__cover{border-radius:var(--radius);border:1px solid var(--border-gold);width:min(82vw,300px);height:auto;display:block;box-shadow:0 20px 60px #00000073}@media (width>=480px){.hero__cover{width:min(70vw,320px)}}@media (width>=900px){.hero__cover{width:min(100%,340px)}}.hero__badge{letter-spacing:.16em;text-transform:uppercase;color:var(--gold-light);border:1px solid var(--border-gold);border-radius:999px;margin-bottom:1rem;padding:.35rem .85rem;font-size:.7rem;font-weight:600;display:inline-block}.hero__title{font-family:var(--font-serif);margin-bottom:.75rem;font-size:clamp(2.25rem,8vw,3.75rem);font-weight:700;line-height:1.05}.hero__title span{color:var(--gold)}.hero__subtitle{color:#fffc;margin-bottom:1.5rem;max-width:32rem;margin-inline:auto;font-size:1.05rem}@media (width>=900px){.hero__subtitle{margin-inline:0;font-size:1.2rem}}.hero__verse{border-top:1px solid var(--border-gold);border-bottom:1px solid var(--border-gold);margin-bottom:1.75rem;padding:1rem 0}.hero__verse p{font-family:var(--font-serif);color:#ffffffe6;margin-bottom:.4rem;font-size:1.05rem;font-style:italic}.hero__verse cite{color:var(--gold-light);font-size:.82rem;font-style:normal}.hero__actions{flex-wrap:wrap;justify-content:center;gap:.85rem;display:flex}@media (width>=900px){.hero__actions{justify-content:flex-start}}.why-read{background:var(--bg-deep);color:var(--white)}.why-read .section__title{color:var(--white)}.why-read .section__lead{color:#ffffffb3}.pain-grid{gap:1rem;margin-top:2.5rem;display:grid}@media (width>=600px){.pain-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=960px){.pain-grid{grid-template-columns:repeat(3,1fr)}}.pain-card{border-radius:var(--radius);background:#ffffff0a;border:1px solid #c9a2272e;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.pain-card__check{background:var(--gold-muted);border:1px solid var(--border-gold);width:28px;height:28px;color:var(--gold-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;font-size:.85rem;display:flex}.pain-card__text{color:#ffffffd9;font-size:.95rem;line-height:1.55}.why-read__closing{border:1px solid var(--border-gold);border-radius:var(--radius);text-align:center;background:#c9a2271a;margin-top:2.5rem;padding:1.5rem 2rem}.why-read__closing p{font-family:var(--font-serif);color:var(--white);font-size:clamp(1.15rem,3vw,1.4rem);line-height:1.5}.why-read__closing strong{color:var(--gold-light)}.about__content{gap:2rem;margin-top:1.5rem;display:grid}@media (width>=768px){.about__content{grid-template-columns:1fr 1fr;align-items:start;gap:3rem}}.about__text p{margin-bottom:1.25rem}.about__text strong{color:var(--text-main)}.about__highlight{background:var(--white);border-left:3px solid var(--gold);border-radius:0 var(--radius) var(--radius) 0;box-shadow:var(--shadow);padding:1.5rem 1.75rem}.about__highlight p{font-family:var(--font-serif);color:var(--text-main);font-size:1.3rem;font-weight:600;line-height:1.45}.contents-grid{gap:1rem;margin-top:2.5rem;display:grid}@media (width>=600px){.contents-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (width>=900px){.contents-grid{grid-template-columns:repeat(3,1fr)}}.content-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #0000000a;padding:1.4rem;transition:transform .2s}@media (width>=768px){.content-card{padding:1.5rem}.content-card:hover{transform:translateY(-4px)}}.content-card__num{font-family:var(--font-serif);color:var(--gold);margin-bottom:.6rem;font-size:1.75rem;font-weight:700;line-height:1}.content-card__title{font-family:var(--font-serif);color:var(--text-main);margin-bottom:.4rem;font-size:1.15rem;font-weight:600}.content-card__desc{color:var(--text-muted);margin-bottom:.85rem;font-size:.88rem}.content-card__bullets{flex-direction:column;gap:.35rem;list-style:none;display:flex}.content-card__bullets li{color:var(--text-body);padding-left:1.1rem;font-size:.82rem;line-height:1.45;position:relative}.content-card__bullets li:before{content:"›";color:var(--gold);font-weight:700;position:absolute;left:0}.audience-grid{gap:1.25rem;margin-top:2.5rem;display:grid}@media (width>=768px){.audience-grid{grid-template-columns:repeat(3,1fr)}}.audience-card{text-align:center;background:var(--bg-cream);border-radius:var(--radius);border:1px solid #c9a22726;padding:1.75rem 1.5rem}.audience-card__icon{margin-bottom:.85rem;font-size:2rem}.audience-card__title{font-family:var(--font-serif);color:var(--text-main);margin-bottom:.65rem;font-size:1.2rem;font-weight:600}.audience-card__text{color:var(--text-muted);font-size:.9rem}.author{background:radial-gradient(ellipse 60% 40% at 80% 20%, #c9a2270f, transparent), var(--white)}.author__card{background:var(--bg-cream);border-radius:var(--radius);border:1px solid var(--border-gold);gap:1.5rem;padding:1.75rem;display:grid}@media (width>=640px){.author__card{padding:2.5rem}}@media (width>=768px){.author__card{grid-template-columns:auto 1fr;align-items:start;gap:2.5rem}}.author__avatar{background:linear-gradient(135deg, var(--bg-mid), var(--bg-card));width:72px;height:72px;font-family:var(--font-serif);color:var(--gold);border:2px solid var(--border-gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.6rem;font-weight:700;display:flex}@media (width>=768px){.author__avatar{width:80px;height:80px;font-size:1.75rem}}.author__name{font-family:var(--font-serif);color:var(--text-main);margin-bottom:.2rem;font-size:1.4rem;font-weight:700}.author__role{color:var(--gold);margin-bottom:1.25rem;font-size:.85rem;font-weight:600}.author__text p{margin-bottom:1rem}.author__text em{color:var(--text-main);font-style:italic}.author__signature{font-family:var(--font-serif);color:var(--text-main);margin-top:1.25rem;font-size:1.05rem}.bonus{background:linear-gradient(160deg, var(--bg-deep) 0%, var(--bg-mid) 100%);color:var(--white)}.bonus__inner{align-items:center;gap:2rem;display:grid}@media (width>=768px){.bonus__inner{grid-template-columns:1fr auto;gap:3rem}}.bonus .section__title{color:var(--white)}.bonus .section__lead{color:#ffffffb3}.bonus__tag{background:var(--gold-muted);border:1px solid var(--border-gold);color:var(--gold-light);letter-spacing:.12em;text-transform:uppercase;border-radius:999px;margin-bottom:1rem;padding:.35rem .85rem;font-size:.75rem;font-weight:600;display:inline-block}.bonus__list{margin-top:1.5rem;list-style:none}.bonus__list li{color:#ffffffd9;padding:.5rem 0 .5rem 1.5rem;position:relative}.bonus__list li:before{content:"✦";color:var(--gold);position:absolute;left:0}.cta-section{text-align:center;background:var(--bg-cream)}.cta-section__box{max-width:36rem;margin-inline:auto}.cta-section__btn-wrap{flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;display:flex}.cta-section__btn-wrap .btn{width:100%;max-width:360px;padding:1.1rem 2rem;font-size:1.05rem}@media (width>=480px){.cta-section__btn-wrap .btn{width:auto}}.payment-badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:.65rem;margin-top:.25rem;display:flex}.payment-badge{color:var(--text-muted);background:var(--white);border:1px solid #0000001a;border-radius:999px;align-items:center;gap:.4rem;padding:.3rem .85rem;font-size:.8rem;font-weight:600;display:inline-flex}.payment-badge__icon{font-size:1rem}.payment-secure{color:var(--text-muted);margin-top:.25rem;font-size:.8rem}.site-footer{background:var(--bg-deep);color:#fff9;text-align:center;padding:2.5rem 0;font-size:.85rem}.site-footer__brand{font-family:var(--font-serif);color:var(--white);margin-bottom:.5rem;font-size:1.1rem}.site-footer__brand span{color:var(--gold)}.site-footer p{margin-bottom:.35rem}.quiz{background:var(--bg-deep);min-height:100dvh;font-family:var(--font-sans);flex-direction:column;align-items:center;padding:0 16px 48px;display:flex}.quiz__progress-bar{background:#c9a2272e;border-radius:99px;width:100%;max-width:480px;height:4px;margin-top:20px;overflow:hidden}.quiz__progress-fill{background:var(--gold);border-radius:99px;height:100%;transition:width .35s}.quiz__progress-label{text-align:right;width:100%;max-width:480px;color:var(--text-muted);margin-top:6px;margin-bottom:0;font-size:.75rem}.quiz__card{flex-direction:column;gap:0;width:100%;max-width:480px;margin-top:28px;display:flex}.quiz-intro{text-align:center;flex-direction:column;align-items:center;gap:0;width:100%;max-width:480px;padding-top:40px;display:flex}.quiz-intro__badge{background:var(--gold-muted);border:1px solid var(--border-gold);color:var(--gold);letter-spacing:.06em;text-transform:uppercase;border-radius:99px;align-items:center;gap:6px;margin-bottom:24px;padding:6px 14px;font-size:.78rem;font-weight:600;display:inline-flex}.quiz-intro__title{font-family:var(--font-serif);color:var(--white);margin:0 0 16px;font-size:clamp(1.75rem,7vw,2.4rem);font-weight:700;line-height:1.2}.quiz-intro__title span{color:var(--gold)}.quiz-intro__lead{color:#ffffffb8;margin:0 0 12px;font-size:1rem;line-height:1.65}.quiz-intro__disclaimer{color:var(--text-muted);margin:0 0 36px;font-size:.82rem}.quiz-intro__cta{background:var(--gold);width:100%;color:var(--bg-deep);font-family:var(--font-sans);border-radius:var(--radius);cursor:pointer;letter-spacing:.02em;border:none;padding:18px 24px;font-size:1.05rem;font-weight:700;transition:background .18s,transform .12s;box-shadow:0 4px 20px #c9a22759}.quiz-intro__cta:hover{background:var(--gold-light);transform:translateY(-1px)}.quiz-intro__cta:active{transform:translateY(0)}.quiz-question__header{margin-bottom:28px}.quiz-question__number{color:var(--gold);letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;font-size:.78rem;font-weight:700}.quiz-question__text{font-family:var(--font-serif);color:var(--white);margin:0;font-size:clamp(1.25rem,5.5vw,1.65rem);font-weight:600;line-height:1.3}.quiz-options{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.quiz-option{background:var(--bg-card);border-radius:var(--radius);cursor:pointer;text-align:left;width:100%;min-height:64px;font-family:var(--font-sans);border:2px solid #ffffff1f;align-items:center;gap:14px;padding:16px 18px;transition:border-color .15s,background .15s,transform .1s,box-shadow .15s;display:flex;box-shadow:0 2px 12px #0000002e}.quiz-option--low{background:#e07a5f1a;border-color:#e07a5fb8;box-shadow:0 2px 16px #e07a5f1f}.quiz-option--medium{background:#c9a2271f;border-color:#c9a227d1;box-shadow:0 2px 16px #c9a22724}.quiz-option--high{background:#5cb88a1f;border-color:#5cb88ad1;box-shadow:0 2px 16px #5cb88a24}.quiz-option:hover{transform:translateY(-1px)}.quiz-option--low:hover{background:#e07a5f2e;border-color:#e07a5f;box-shadow:0 4px 20px #e07a5f38}.quiz-option--medium:hover{border-color:var(--gold-light);background:#c9a22733;box-shadow:0 4px 20px #c9a2273d}.quiz-option--high:hover{background:#5cb88a33;border-color:#6fd4a8;box-shadow:0 4px 20px #5cb88a3d}.quiz-option:active{transform:scale(.98)}.quiz-option--selected{border-color:var(--gold);background:var(--gold-muted)}.quiz-option__body{flex-direction:column;flex:1;gap:4px;display:flex}.quiz-option__level{letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:700}.quiz-option--low .quiz-option__level{color:#f0a08a}.quiz-option--medium .quiz-option__level{color:var(--gold-light)}.quiz-option--high .quiz-option__level{color:#8ee4b8}.quiz-option__icon{background:#ffffff14;border:2px solid #ffffff2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:700;transition:background .15s,border-color .15s,color .15s;display:flex}.quiz-option--low .quiz-option__icon{color:#f0a08a;background:#e07a5f2e;border-color:#e07a5fa6}.quiz-option--medium .quiz-option__icon{color:var(--gold-light);background:#c9a22733;border-color:#c9a227b3}.quiz-option--high .quiz-option__icon{color:#8ee4b8;background:#5cb88a33;border-color:#5cb88ab3}.quiz-option--selected .quiz-option__icon{background:var(--gold);border-color:var(--gold);color:var(--bg-deep)}.quiz-option__text{color:#ffffffeb;font-size:.95rem;line-height:1.45;transition:color .15s}.quiz-option--selected .quiz-option__text{color:var(--white);font-weight:600}.quiz__back-btn{color:var(--text-muted);font-family:var(--font-sans);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-top:4px;padding:8px 0;font-size:.9rem;transition:color .15s;display:flex}.quiz__back-btn:hover{color:#ffffffb3}.quiz-result{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:480px;padding-top:32px;display:flex}.quiz-result__badge{background:var(--gold-muted);border:2px solid var(--border-gold);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;font-size:2rem;display:flex;box-shadow:0 0 32px #c9a2272e}.quiz-result__level{color:var(--gold);letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;font-size:.78rem;font-weight:700}.quiz-result__title{font-family:var(--font-serif);color:var(--white);margin:0 0 20px;font-size:clamp(1.5rem,6.5vw,2rem);font-weight:700;line-height:1.25}.quiz-result__divider{background:var(--gold);border-radius:99px;width:48px;height:2px;margin:0 auto 20px}.quiz-result__diagnosis{color:#ffffffbf;text-align:left;margin:0 0 14px;font-size:.97rem;line-height:1.7}.quiz-result__recommendation{background:var(--bg-card);border:1px solid var(--border-gold);border-radius:var(--radius);text-align:left;margin:0 0 32px;padding:18px 20px}.quiz-result__recommendation-label{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:.75rem;font-weight:700}.quiz-result__recommendation-text{color:#fffc;margin:0;font-size:.95rem;line-height:1.6}.quiz-result__offer-box{border-radius:var(--radius);background:#5cb88a12;border:1.5px solid #5cb88a59;flex-direction:column;align-items:center;gap:14px;width:100%;margin-top:4px;padding:24px 20px 20px;display:flex}.quiz-result__offer-intro{color:#ffffffe0;text-align:center;margin:0;font-size:.97rem;font-weight:600;line-height:1.5}.quiz-result__cta{color:#fff;width:100%;font-family:var(--font-sans);border-radius:var(--radius);cursor:pointer;letter-spacing:.02em;text-align:center;background:#3dba7f;border:none;padding:18px 24px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:background .18s,transform .12s,box-shadow .18s;display:block;box-shadow:0 4px 24px #3dba7f66}.quiz-result__cta:hover{background:#2ea86d;transform:translateY(-2px);box-shadow:0 6px 32px #3dba7f8c}.quiz-result__cta:active{transform:translateY(0)}.quiz-result__guarantee{color:var(--text-muted);justify-content:center;align-items:center;gap:5px;margin:0;font-size:.78rem;display:flex}.checkout-modal__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#080c12d1;justify-content:center;align-items:center;padding:20px 16px;display:flex;position:fixed;inset:0}.checkout-modal{background:var(--bg-mid);border:1.5px solid var(--border-gold);border-radius:calc(var(--radius) + 4px);width:100%;max-width:420px;color:var(--white);padding:28px 22px 24px;position:relative;box-shadow:0 24px 64px #00000073}.checkout-modal__close{color:#ffffffb3;background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.4rem;line-height:1;transition:background .15s,color .15s;display:flex;position:absolute;top:12px;right:14px}.checkout-modal__close:hover{color:var(--white);background:#ffffff1f}.checkout-modal__badge{background:var(--gold-muted);border:1px solid var(--border-gold);letter-spacing:.1em;text-transform:uppercase;color:var(--gold);border-radius:99px;align-items:center;margin-bottom:16px;padding:5px 12px;font-size:.72rem;font-weight:700;display:inline-flex}.checkout-modal__title{font-family:var(--font-serif);color:var(--white);margin:0 0 12px;font-size:clamp(1.45rem,5.5vw,1.85rem);font-weight:700;line-height:1.25}.checkout-modal__title span{color:#6fd4a8}.checkout-modal__lead{color:#ffffffb8;margin:0 0 22px;font-size:.95rem;line-height:1.55}.checkout-modal__form{flex-direction:column;gap:10px;display:flex}.checkout-modal__label{letter-spacing:.06em;text-transform:uppercase;color:#ffffff8c;font-size:.78rem;font-weight:600}.checkout-modal__input{border-radius:var(--radius);background:var(--bg-card);width:100%;color:var(--white);font-family:var(--font-sans);border:1.5px solid #ffffff24;outline:none;padding:14px 16px;font-size:1rem;transition:border-color .15s,box-shadow .15s}.checkout-modal__input::placeholder{color:#ffffff59}.checkout-modal__input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c9a22733}.checkout-modal__error{color:#f0a08a;margin:0;font-size:.85rem;line-height:1.4}.checkout-modal__submit{border-radius:var(--radius);color:#fff;width:100%;font-family:var(--font-sans);cursor:pointer;background:#3dba7f;border:none;margin-top:6px;padding:16px 20px;font-size:1rem;font-weight:700;transition:background .18s,transform .12s,opacity .15s;box-shadow:0 4px 20px #3dba7f59}.checkout-modal__submit:hover:not(:disabled){background:#2ea86d;transform:translateY(-1px)}.checkout-modal__submit:disabled{opacity:.7;cursor:wait}.checkout-modal__note{color:#ffffff73;text-align:center;margin:14px 0 0;font-size:.75rem;line-height:1.45}
