:root{--cream:#F3EFE1;--ink:#111;--olive:#3d3b33;--accent:#e8e2c9;--cta:#222;--ctaText:#fff;--font-sans: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans";--font-serif: "Fraunces", Georgia, "Times New Roman", serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;background:var(--cream);color:var(--ink);font-family:var(--font-sans)}.hero-title,.order-title,.overview-title,.chapters-title,.hector-title,.cta-title,.brand{font-family:var(--font-sans);font-weight:800;letter-spacing:.04em;text-transform:uppercase;font-size:1.25rem}.kicker{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:.8rem;color:#bdb8a5}a{color:inherit;text-decoration:none}.container{width:min(1200px,92%);margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.4rem;border-radius:999px;background:var(--cta);color:var(--ctaText);font-weight:700;border:1px solid #000;box-shadow:0 1px #0003;transition:transform .06s ease,box-shadow .06s ease,opacity .2s}.btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #00000026}.btn.light{background:var(--cream);color:#222;border-color:#222}.display{font-family:Anton,Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;font-size:clamp(2.4rem,6vw,5rem);line-height:.9;letter-spacing:.5px;margin:0 0 1rem;text-transform:uppercase}.italic-quote{font-family:var(--font-serif);font-style:italic;font-size:clamp(1.4rem,3vw,2.2rem);color:#f7f5ea}.header{background:var(--cream);border-bottom:1px solid #ded9c6;position:sticky;top:0;z-index:50}.navbar{display:flex;align-items:center;justify-content:space-between;padding:.9rem 0}.nav-actions{display:flex;gap:.6rem;align-items:center}.hero{position:relative;background:#000;color:#fff}.hero .kicker{display:inline-block;margin-bottom:1rem}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;opacity:.55}.hero-media img,.hero-media video{width:100%;height:100%;object-fit:cover;filter:saturate(1.2) contrast(1.05)}.hero-content{position:relative;z-index:1;padding:min(18vh,160px) 0 min(14vh,120px)}.hero-badge{display:inline-block;background:#fff;color:#000;font-weight:800;border-radius:999px;padding:.35rem .7rem;font-size:.9rem;margin-bottom:.8rem}.hero-cta{margin-top:1.2rem}.section-dark{background:var(--olive);color:#fff;padding:clamp(2rem,6vw,4rem) 0}.grid{display:grid;gap:1.2rem}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:#fff;border-radius:18px;overflow:hidden;border:1px solid #ddd}.card img{width:100%;height:260px;object-fit:cover;display:block}.card-body{padding:1rem 1.1rem 1.2rem}.price{font-weight:800;font-size:1.4rem}.order-wrap{padding:2rem 0 3rem;font-size:1.06rem;width:min(1400px,96%)}.order-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:1.8rem;align-items:flex-start}.panel{background:#fff;border-radius:20px;border:1px solid #e7e2d3;box-shadow:0 10px 30px #0000000f;padding:1.8rem 1.8rem 2rem}.order-title{font-family:"Instrument Serif",serif;font-weight:800;font-size:clamp(2.3rem,5vw,3rem);margin:.4rem 0 1rem}.order-subtitle{font-weight:800;font-size:clamp(1.6rem,3.6vw,2.2rem);margin-top:.4rem}.order-form{margin-top:1.2rem}.inputs-2{display:grid;gap:.9rem;grid-template-columns:1fr 1fr}.order-form .input{font-size:1.16rem;padding:1.45rem 1.15rem;border-radius:14px}.order-form .radios{margin-top:1rem;gap:2rem}.order-form .radio input{width:20px;height:20px}.order-form .checkbox{font-size:1.16rem;gap:.75rem;margin-top:1rem}.order-form .checkbox input{width:18px;height:18px}.form-field{margin:.8rem 0}.form-field label{display:block;font-weight:700;margin-bottom:.6rem}.input{width:100%;padding:.9rem 1rem;border-radius:12px;border:1px solid #e1dccb;background:#fff;outline:none;font-size:1rem}.order-form .form-field label{font-size:1.2rem}.input:focus{border-color:#c6be9f;box-shadow:0 0 0 4px #c6be9f40}.radios{display:flex;gap:1.2rem;margin-top:.3rem}.radio{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.radio input{width:18px;height:18px}.checkbox{display:flex;gap:.6rem;align-items:flex-start;margin:.6rem 0 1rem}.checkbox input{margin-top:.25rem}.paybar{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:2px solid #1c1533;border-radius:14px;background:linear-gradient(180deg,#6a61ff,#594ff6);color:#fff;padding:14px 16px;cursor:pointer;box-shadow:0 2px #1c1533,0 12px 24px #5950f640;font-weight:800;font-size:1.1rem;line-height:1;margin-top:1.3rem;margin-bottom:1.5rem}.paybar:disabled{opacity:.7;cursor:not-allowed;box-shadow:0 2px #1c1533}.paybar:active{transform:translateY(1px);box-shadow:0 1px #1c1533}.paybar-badge{display:flex;align-items:center;gap:4px;background:#2f2f2f;color:#fff;padding:8px;border-radius:9px;font-weight:700;font-size:8px}.badge-logo{width:48px;height:16px;border-radius:4px;padding-inline:6px;background:#2c2c2c;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;letter-spacing:.02em}.badge-logo img,.pay-icon img{width:100%;height:100%;object-fit:contain;display:block}.paybar-text{flex:1;text-align:center}.paybar-icons{display:flex;gap:10px}.pay-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:32px;border-radius:8px;font-size:12px;font-weight:800;border:1px solid rgba(255,255,255,.7);background:#ffffff1a;box-shadow:inset 0 0 0 1px #0000000f}.pay-icon--cb{background:linear-gradient(180deg,#48c5ff,#185aa0);border-color:#ffffffe6}.pay-icon--apple{background:#fff;color:#111;border-color:#00000026}@media (max-width: 420px){.paybar{padding:12px;font-size:1rem}.pay-icon{width:44px;height:30px}.badge-logo{width:38px}}.form-error{color:#dc143c;margin:.6rem 0 .2rem}.secure-note{color:#7b7768;font-size:.95rem;margin-top:.4rem}.benefits{list-style:none;padding:0;margin:.8rem 0 1.2rem}.benefits li{display:flex;align-items:center;margin:.35rem 0;font-weight:450}.cover{margin-top:.6rem;display:flex;justify-content:center}.cover img{width:240px;height:360px;object-fit:cover;border-radius:20px;box-shadow:0 16px 40px #00000026}.thumbs{display:flex;gap:.6rem;margin-top:.9rem;flex-wrap:wrap}.thumbs img{width:86px;height:86px;object-fit:cover;border-radius:12px;border:1px solid #eee}.order-wrap .paybar{padding:16px 18px;font-size:1.18rem;border-radius:16px;gap:12px}.order-wrap .paybar-badge{font-size:13px;padding:7px 10px}.order-wrap .chip{font-size:1.1rem;padding:.3rem .6rem}.order-wrap .benefits li{font-size:1.23rem;line-height:1.7}.order-wrap .secure-note{font-size:1.15rem}@media (max-width: 480px){.order-wrap{font-size:1.04rem}.order-wrap .paybar{font-size:1.12rem;padding:14px 16px}}.chapters{padding:clamp(2rem,5vw,4rem) 0}.chapters-title{font-family:"Instrument Serif",serif;font-weight:800;font-size:clamp(2rem,4vw,2.6rem);margin:.5rem 0 1rem}.chapters-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.chapter-card{background:#f2efe6;border:1px solid #e7e1cf;border-radius:18px;padding:1.1rem 1.2rem;box-shadow:0 2px 10px #0000000a}.chapter-card h3{margin:0 0 .35rem;font-weight:800;font-size:1.35rem}.chapter-card p{margin:0;color:#4a473f;font-size:1.05rem}.stats-band{background:var(--olive);color:#fff;padding:clamp(2rem,6vw,3.2rem) 0}.stats-wrap{display:grid;gap:1.4rem;grid-template-columns:1.2fr .8fr;align-items:center}.hector-title{font-family:"Instrument Serif",serif;font-weight:800;font-size:clamp(2rem,4vw,2.6rem);margin:0 0 .6rem}.hector-text{font-size:1.1rem;max-width:720px}.stats-cards{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-end}.stat-card{background:#2a2a26;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1rem 1.2rem;min-width:170px;text-align:center;box-shadow:inset 0 1px #ffffff0f}.stat-big{font-weight:900;font-size:2.6rem;line-height:1}.stat-small{opacity:.9;margin-top:.2rem}.cta-block{padding:clamp(1.8rem,5vw,3rem) 0 3.2rem}.cta-card{background:#fff;border:1px solid #e7e2d3;border-radius:22px;box-shadow:0 24px 60px #0000001f;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:clamp(1.2rem,4vw,2rem)}.cta-title{font-family:"Instrument Serif",serif;font-weight:900;font-size:clamp(1.6rem,4vw,2.4rem);margin:0 0 .3rem}.cta-sub{margin:0;color:#6d695b;font-size:1.05rem}.pill-dark{background:#111;color:#fff;border-color:#000;padding:1rem 1.4rem;border-radius:999px;font-weight:800}.hero-grid{display:grid;gap:clamp(1rem,2.5vw,2rem);grid-template-columns:1.1fr .9fr;align-items:center}.hero--tight .hero-content{padding:clamp(90px,14vh,160px) 0 clamp(80px,12vh,120px)}.hero-title{font-family:"Instrument Serif",serif;font-weight:900;font-size:clamp(2.4rem,6vw,4.4rem);line-height:1.05;margin:1rem 0 1.3rem}.hero-title em{font-style:italic}.hero-sub{max-width:720px;font-size:1.15rem;line-height:1.6;margin:0 0 1.2rem;opacity:.95}.cta-row{display:flex;gap:1rem;margin-top:1.2rem;flex-wrap:wrap}.big{padding:1rem 1.4rem;font-size:1.05rem}.pill-dark{background:#111;color:#fff;border-color:#000;border-radius:999px}.instant-row{display:flex;align-items:center;gap:.6rem;margin-top:1.1rem;opacity:.9}.green-dot{width:10px;height:10px;background:#22c55e;border-radius:50%;display:inline-block}.overview{background:var(--cream);padding:clamp(2rem,5vw,4rem) 0 3.4rem}.overview-grid{display:grid;gap:clamp(1rem,3vw,2rem);grid-template-columns:1fr 1fr}.overview-grid>:first-child{display:flex;flex-direction:column;align-items:center}.overview-grid>:last-child{max-width:60ch}.overview-grid>:last-child .overview-title{margin-bottom:2rem}.overview-grid>:last-child .checklist{margin:0 0 1.8rem}.overview-grid>:last-child .check{gap:1rem;margin:.9rem 0;line-height:1.7;font-size:1.15rem}.overview-grid>:last-child .check svg{margin-top:.25rem;width:20px;height:20px}.overview-grid>:last-child .bonus-box{font-size:1.2rem;line-height:1.6;padding:1.1rem 1.2rem;margin:1.2rem 0 1.8rem}.overview-grid>:last-child .cta-col{gap:1rem;margin-top:.6rem}.overview-grid>:last-child .cta-note{line-height:1.5;opacity:.95}.overview-grid>:last-child .btn.pill-dark.big{font-size:1.2rem;padding:1.1rem 1.8rem;border-width:2px;box-shadow:0 6px 18px #00000029}@media (max-width: 640px){.overview-grid>:last-child .check{font-size:1.05rem;gap:.85rem;margin:.75rem 0;line-height:1.6}.overview-grid>:last-child .bonus-box{font-size:1.05rem;padding:1rem 1.05rem;margin:1rem 0 1.4rem}.overview-grid>:last-child .btn.pill-dark.big{width:100%;justify-content:center}}.overview-title{text-align:center;font-family:"Instrument Serif",serif;font-weight:900;font-size:clamp(1.8rem,4vw,2.6rem);margin:0 0 .75rem}.checklist{list-style:none;padding:0;margin:0 0 1rem}.check{display:flex;gap:.6rem;align-items:flex-start;margin:.6rem 0;font-size:1.05rem}.check svg{flex:0 0 auto;margin-top:.15rem}.bonus-box{background:#fff;border:1px solid #e7e2d3;border-radius:14px;padding:.9rem 1rem;margin:.6rem 0 1rem;box-shadow:0 4px 20px #0000000f}.cta-col{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.cta-note{color:#6d695b}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000073,#00000073);z-index:0}.he .overview-book{width:100%;display:flex;flex-direction:column;align-items:center}.overview-book .preview-main{width:clamp(180px,22vw,280px);margin-inline:auto}.book-mock .book-frame{width:clamp(220px,32vw,360px)}.overview-book .book-frame{width:clamp(170px,20vw,240px);border-radius:18px;box-shadow:0 16px 40px #00000038}.book-mock .book-frame img,.overview-book .book-frame img{width:100%!important;height:100%!important;object-fit:contain;object-position:center;display:block;border-radius:0;box-shadow:none}.book-mock>img{width:auto!important;height:auto!important;box-shadow:none!important;border-radius:0!important}@media (max-width: 1024px){.hero-grid,.overview-grid,.order-grid{grid-template-columns:1fr}}@media (max-width: 900px){.grid-3,.stats-wrap{grid-template-columns:1fr}.stats-cards{justify-content:flex-start}}@media (min-width: 1200px){.book-mock .book-frame{width:340px}}@media (min-width: 1280px){.hero .container{overflow:clip}}.container-nav{width:min(1380px,92%)}.nav-links{display:flex;gap:.9rem;align-items:center;font-size:.95rem}.nav-link{padding:.35rem .5rem;opacity:.9}.nav-link:hover{opacity:1;text-decoration:underline;text-underline-offset:3px}html{font-size:15px}.hero-sub{font-size:1.05rem}:root{--hero-cover-shift: clamp(4px, 1vw, 16px)}@media (min-width: 1024px){.hero-grid>.book-mock{justify-self:end}.book-mock .book-frame{transform:translate(var(--hero-cover-shift))}}.toc{padding:clamp(2rem,5vw,4rem) 0}.toc-title{font-family:var(--font-serif);font-weight:900;font-size:clamp(1.8rem,4vw,2.4rem);margin:0 0 .4rem}.toc-intro{margin:0 0 1rem;color:#5b584c}.toc-grid{display:grid;gap:1.2rem;grid-template-columns:1.1fr .9fr;align-items:start}.toc-list{margin:0;padding-left:1.1rem;line-height:1.6}.toc-cards{display:grid;gap:.8rem;grid-template-columns:1fr 1fr}.toc-card{background:#fff;border:1px solid #e7e2d3;border-radius:16px;padding:.9rem 1rem}.toc-card h3{margin:.1rem 0 .25rem;font-weight:800;font-size:1.05rem}.toc-card p{margin:0;color:#524f45;font-size:.97rem}@media (max-width: 1024px){.toc-grid{grid-template-columns:1fr}}@media (max-width: 900px){.toc-cards{grid-template-columns:1fr}}.about{padding:clamp(2.6rem,7vw,4.4rem) 0 3rem}@media (min-width: 1024px){.about{padding-top:5rem;padding-bottom:1.2rem}}.about-grid{display:grid;gap:1.2rem;grid-template-columns:1fr .8fr}.about-text{font-size:1.26rem;line-height:1.75;letter-spacing:.003em;max-width:70ch}.about-bullets{list-style:disc;margin:.6rem 0 0 1.2rem;line-height:1.6}.book-mock .book-frame,.overview-book .book-frame{aspect-ratio:2 / 3;overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 20px 50px #00000047;display:flex;align-items:center;justify-content:center}.book-mock .book-frame{width:clamp(165px,32vw,290px);margin-right:70px}.overview-book .book-frame{width:clamp(200px,24vw,300px);border-radius:18px;box-shadow:0 16px 40px #00000038}.book-mock .book-frame img,.overview-book .book-frame img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.thumbs5{margin-top:20px;display:grid;grid-template-columns:repeat(5,80px);gap:.5rem;justify-content:center}.thumb-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;background:transparent;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.35rem}.thumb-frame{width:80px;aspect-ratio:2 / 3;border-radius:10px;overflow:hidden;border:1px solid #e7e2d3;background:#fff;box-shadow:0 4px 14px #0000000f;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}@media (max-width: 680px){.thumbs5{grid-template-columns:repeat(5,60px);gap:.5rem}.thumb-frame{width:60px}}.thumb-frame img{width:100%;height:100%;object-fit:contain;display:block}.thumb-btn:hover .thumb-frame{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f;border-color:#d9d2be}.thumb-btn.is-active .thumb-frame{border-color:#b8b092;box-shadow:0 8px 24px #00000029}.thumb-label{font-size:.75rem;line-height:1.2;color:#5a574d}@media (max-width: 680px){.thumbs5{grid-template-columns:repeat(3,1fr)}}.summary{background:#fff;padding:clamp(2rem,5vw,4rem) 0;border-top:1px solid #ece7d7;border-bottom:1px solid #ece7d7}.summary-title{font-family:var(--font-serif);font-weight:900;letter-spacing:0;font-size:clamp(2rem,5vw,3.2rem);margin:0 0 1.4rem}.summary-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 1100px){.summary-grid{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.summary-grid{grid-template-columns:1fr}}.summary-card{background:#f5f2e8;border:1px solid #e8e1cf;border-radius:18px;padding:1.15rem 1.3rem 1.25rem;box-shadow:0 1px #00000005}.summary-card h3{margin:0 0 .55rem;font-family:var(--font-sans);font-weight:800;font-size:clamp(1.05rem,2.2vw,1.5rem);color:#121212}.summary-card p{margin:0;color:#5b584c;font-size:clamp(.95rem,1.6vw,1.1rem);line-height:1.6}.about-hero{background:var(--cream);padding:clamp(2rem,6vw,4rem) 0 1rem;border-bottom:1px solid #ece7d7}.about-title{font-family:var(--font-serif);font-weight:900;font-size:clamp(2.2rem,6vw,3.6rem);margin:.2rem 0 1.6rem}@media (min-width: 1024px){.about-title{margin-bottom:1.8rem}}.about-lead{max-width:70ch;font-size:1.1rem;line-height:1.65;color:#3a382f}.about-section{background:var(--cream);padding:clamp(1.6rem,5vw,3rem) 0 3rem}.about-grid{display:grid;gap:1.2rem;grid-template-columns:1.1fr .9fr;align-items:start}@media (max-width: 1024px){.about-grid{grid-template-columns:1fr}}.about-subtitle{font-family:var(--font-serif);font-weight:900;font-size:clamp(1.6rem,4vw,2.2rem);margin:0 0 .6rem}.about-textcol p{margin:0 0 1rem;line-height:1.7}.about-photos{display:grid;grid-template-columns:1fr 1fr;gap:.9rem;align-items:end;justify-items:center}.about-photo{width:100%;aspect-ratio:4 / 5;border-radius:18px;background:linear-gradient(180deg,#faf7ee,#f1ecdf);border:1px dashed #d8d1be;box-shadow:0 10px 24px #0000000f;display:flex;align-items:center;justify-content:center;color:#7a7462;font-weight:800;letter-spacing:.02em}.about-photo img{width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}.ph-label{font-family:var(--font-sans);font-size:.95rem;opacity:.9}.about-caption{grid-column:1 / -1;text-align:center;margin-top:.2rem;font-family:var(--font-serif);font-weight:900;font-size:clamp(1rem,2vw,1.2rem);color:#2b2a26}@media (min-width: 960px){.stats-wrap{grid-template-columns:minmax(420px,.95fr) 1.05fr;align-items:center;padding:2rem}.hector-text{max-width:600px;font-size:20px}.stats-cards{flex-wrap:nowrap;gap:1.1rem;justify-content:flex-end}.stat-card{min-width:165px;padding:1rem 1.2rem}}@media (min-width: 1200px){.stats-wrap{grid-template-columns:minmax(460px,1fr) 1fr}.stat-card{min-width:180px}}.footer{background:var(--olive);color:#fff;padding:1.6rem 0 1.8rem;margin-top:3rem;border-top:1px solid rgba(255,255,255,.06)}.footer-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.brand--footer{font-size:1.1rem;letter-spacing:.06em;text-transform:uppercase}.footer-center{display:flex;align-items:center;justify-content:center;gap:.6rem}.social-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:#111;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 10px #00000014;transition:transform .08s ease,box-shadow .12s ease}.social-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #00000029}.footer-right{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.btn.ghost-light{background:transparent;color:#fff;border-color:#fff9}.btn.ghost-light:hover{background:#ffffff14;box-shadow:none}.btn.small{padding:.55rem .9rem;font-size:.95rem}@media (max-width: 640px){.footer-grid{grid-template-columns:1fr;gap:.9rem}.footer-left{order:1}.footer-center{order:2}.footer-right{order:3;align-items:flex-start;width:100%}}
