:root{--ink:#202e4f;--red:#df2846;--paper:#faf7f0;--white:#fff;--line:#dadbd8;--muted:#626775;--yellow:#f3d667;--font:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;color:var(--ink);background:var(--paper);font:17px/1.65 var(--font)}h1,h2,h3,p{margin:0}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}.wrap{max-width:1240px;padding-inline:40px;margin:auto}.topline{background:var(--ink);color:#fff;font-size:13px;text-align:center;padding:9px 20px}.header{height:100px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{font-family:Manrope,Arial,sans-serif;font-size:22px;font-weight:800;letter-spacing:-1px;line-height:1.05}.brand span{display:block;color:var(--red)}nav{display:flex;gap:32px;font-size:14px;font-weight:600}.small-cta{border:1px solid var(--ink);border-radius:5px;padding:10px 19px;font-weight:700;font-size:14px}.small-cta span{margin-left:25px}.hero{display:grid;grid-template-columns:1.08fr 1fr;gap:22px;padding-top:65px;padding-bottom:95px;min-height:720px;align-items:center}.eyebrow{font-size:12px;letter-spacing:.15em;font-weight:800;margin-bottom:25px}.hero h1{font-family:Manrope,Arial,sans-serif;font-size:clamp(42px,4.3vw,60px);line-height:1.1;letter-spacing:-2.7px;font-weight:800}.hero h1 em{font-style:normal;color:var(--red)}.lead{font-size:18px;line-height:1.65;max-width:510px;margin:27px 0}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:25px;background:var(--red);color:#fff;padding:18px 23px;border:0;border-radius:5px;font-weight:700;font-size:16px;box-shadow:0 6px 0 #b81d37;transition:transform .18s,box-shadow .18s;cursor:pointer}.button:hover{transform:translateY(-2px);box-shadow:0 8px 0 #b81d37}.button:active{transform:translateY(3px);box-shadow:0 3px 0 #b81d37}.micro{font-size:13px;color:var(--muted);margin-top:16px}.hero-trust{display:flex;gap:20px;font-size:12px;color:var(--muted);margin-top:23px}.hero-trust span:before{content:'✓';color:var(--ink);margin-right:6px}.hero-visual{position:relative;min-height:560px}.ebook-cover{width:56%;position:absolute;right:4%;top:15px;transform:rotate(7deg);box-shadow:12px 24px 40px #202e4f24;border:1px solid #d8d4cc;border-radius:3px}.plan-cover{width:48%;position:absolute;left:3%;top:175px;transform:rotate(-10deg);box-shadow:9px 20px 40px #202e4f24;border:1px solid #d8d4cc;border-radius:3px}.orbit-label{font-size:10px;letter-spacing:.12em;position:absolute;top:-30px;right:15px;transform:rotate(7deg);font-weight:700}.today-note{position:absolute;right:-2%;top:345px;background:white;box-shadow:0 12px 35px #202e4f16;padding:22px 25px;transform:rotate(3deg);border:1px solid #e5e3de}.today-note span{font-size:10px;letter-spacing:.12em;color:var(--red);font-weight:800}.today-note strong{display:block;font-size:20px;margin:8px 0}.today-note p{font-size:13px;line-height:1.5}.plan-seal{position:absolute;top:14px;left:5%;border-radius:50%;width:117px;height:117px;background:var(--yellow);display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:47px;font-weight:800;line-height:1;transform:rotate(-12deg)}.plan-seal span{font-size:10px;font-weight:800;margin-top:8px;letter-spacing:.07em}.intro-strip{border-block:1px solid var(--line)}.strip-inner{display:flex;justify-content:space-between;padding-block:27px}.strip-inner>div{display:flex;gap:20px;align-items:center}.strip-inner strong{font-family:Manrope,Arial,sans-serif;font-size:35px;letter-spacing:-1px;line-height:1}.strip-inner span{font-size:13px;max-width:150px;line-height:1.45}.section{padding-block:95px}h2{font-family:Manrope,Arial,sans-serif;font-size:42px;line-height:1.15;letter-spacing:-1.6px;font-weight:800;margin-bottom:25px}.skip{position:fixed;left:20px;top:-100px;background:var(--ink);color:white;padding:15px;z-index:100}.skip:focus{top:10px}:focus-visible{outline:3px solid #407aaa;outline-offset:5px}section[id]{scroll-margin-top:25px}@media(max-width:1000px){.wrap{padding-inline:28px}.hero h1{font-size:46px}.hero-visual{min-height:500px}.today-note{top:310px;padding:18px}.hero-trust{gap:10px;flex-wrap:wrap}nav{gap:18px}.hero{gap:10px}}@media(max-width:760px){.wrap{padding-inline:22px}.header{height:82px}nav{display:none}.brand{font-size:20px}.hero{grid-template-columns:1fr;padding-top:35px;padding-bottom:45px;gap:50px}.hero h1{font-size:44px;letter-spacing:-2px}.eyebrow{font-size:11px;margin-bottom:20px}.lead{font-size:17px}.hero-visual{width:min(100%,430px);min-height:485px;margin:auto}.today-note{right:0;top:320px}.plan-seal{width:100px;height:100px;font-size:40px}.plan-cover{top:150px}.hero .button{width:100%;font-size:15px;padding:18px}.micro{font-size:12px}.strip-inner{gap:25px;align-items:flex-start}.strip-inner>div{flex-direction:column;gap:8px;align-items:flex-start;flex:1}.strip-inner strong{font-size:28px}.strip-inner span{font-size:12px}.section{padding-block:65px}h2{font-size:35px}.topline{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
/* Narrative sections */
.problem{display:grid;grid-template-columns:1fr 1.15fr;gap:100px}.problem h2{font-size:49px}.quiet{font-family:Georgia,serif;font-style:italic;color:var(--red);font-size:72px}.large{font-size:24px;line-height:1.55;letter-spacing:-.5px;margin-bottom:22px}.problem-copy>p+p{color:var(--muted)}.problem-list{margin-top:30px;border-top:1px solid var(--line)}.problem-list p{padding:16px 0;border-bottom:1px solid var(--line);font-size:15px;display:flex;gap:20px}.problem-list span{font-size:12px;color:var(--red);font-weight:700;padding-top:2px}.demo-section{background:#f0eee7;padding:75px 0}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:43px}.section-heading h2{margin:0}.section-heading>p{font-size:16px;max-width:390px;color:var(--muted)}.phrase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.phrase{text-align:left;min-height:250px;background:var(--paper);border:1px solid #d3d3ce;border-radius:5px;padding:26px;display:flex;flex-direction:column;cursor:pointer;color:var(--ink);transition:transform .18s,background .18s}.phrase:hover{transform:translateY(-4px);border-color:var(--ink)}.phrase-number{font-size:12px;letter-spacing:.08em;color:var(--muted);font-weight:700}.phrase-front{font-size:23px;font-weight:600;line-height:1.35;margin:31px 0}.phrase-action{display:flex;justify-content:space-between;font-size:13px;margin-top:auto}.phrase[aria-pressed=true]{background:var(--ink);color:#fff;border-color:var(--ink)}.phrase[aria-pressed=true] .phrase-number{color:#c3cbdf}.phrase-back{margin:28px 0}.phrase-back strong{font-size:27px;line-height:1.3;display:block}.phrase-back>span{display:block;font-size:17px;color:#d0d5df;margin-top:9px}.demo-bottom{font-size:16px;text-align:center;margin-top:32px}.plan-section{background:var(--ink);color:#fff}.plan-section .eyebrow{color:var(--yellow)}.plan-section .section-heading>p{color:#d3d8e1}.plan-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:80px;margin-top:55px}.big-number{font-family:Manrope,Arial,sans-serif;display:flex;align-items:center;gap:22px;font-size:118px;font-weight:800;line-height:1;color:var(--yellow);letter-spacing:-6px;margin:0 0 30px}.big-number>span{font-size:17px;letter-spacing:.05em;line-height:1.45}.plan-story>p{color:#d7dce6;font-size:17px}.plan-split{display:flex;gap:40px;margin:28px 0 20px}.plan-split>div{flex:1;border-top:1px solid #64708a;padding-top:16px}.plan-split strong{font-size:35px;font-weight:600}.plan-split p{font-size:14px;line-height:1.5;color:#d7dce6}.plan-story .plan-caption{font-size:14px;color:#b9c2d4}.day-preview{background:var(--paper);color:var(--ink);border-radius:6px;align-self:start;overflow:hidden;box-shadow:15px 15px 0 #172440}.day-tabs{display:flex;border-bottom:1px solid #d9dbdf}.day-tabs button{flex:1;border:0;border-right:1px solid #d9dbdf;background:none;padding:16px 6px;font-size:14px;font-weight:700;cursor:pointer;color:var(--muted)}.day-tabs button:last-child{border-right:0}.day-tabs [aria-selected=true]{background:var(--yellow);color:var(--ink)}#day-panel{padding:28px 30px 23px;min-height:412px}.day-type{font-size:12px;letter-spacing:.08em;font-weight:700;color:var(--red);margin-bottom:17px}h3{font-family:Manrope,Arial,sans-serif;line-height:1.3;font-weight:800}.day-preview h3{font-size:27px;letter-spacing:-.8px}.day-lines{margin:20px 0}.day-lines p{font-size:16px;font-weight:600;border-bottom:1px solid var(--line);padding:8px 0;display:flex;justify-content:space-between;gap:10px}.day-lines span{color:var(--muted);font-size:13px;font-weight:400;align-self:center}.day-task{border-left:3px solid var(--red);padding-left:16px;margin-top:20px}.day-task>span{font-size:12px;font-weight:700;color:var(--red);letter-spacing:.06em}.day-task p{font-size:14px;line-height:1.6;margin-top:5px}.day-source{font-size:12px;color:var(--muted);margin-top:19px}.day-footer{display:flex;justify-content:space-between;padding:14px 30px;border-top:1px solid var(--line);font-size:12px}.daily-rhythm{display:grid;grid-template-columns:1.1fr repeat(4,1fr);gap:25px;margin-top:65px;padding-top:30px;border-top:1px solid #53607d}.daily-rhythm>p{font-size:12px;line-height:1.7;letter-spacing:.07em}.daily-rhythm>p strong{font-size:20px;color:var(--yellow)}.daily-rhythm>div{border-left:1px solid #53607d;padding-left:22px}.daily-rhythm b{font-size:23px;color:var(--yellow)}.daily-rhythm span{display:block;font-size:13px;line-height:1.5;margin-top:8px;color:#d7dce6}.pace-note{font-size:12px;color:#c6cedd;margin-top:25px}.chapter-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:70px}.chapter{display:flex;gap:20px;border-top:1px solid var(--line);padding:25px 0}.chapter-number{font-size:13px;color:var(--red);font-weight:700;padding-top:4px}.chapter h3{font-size:20px;margin-bottom:9px}.chapter p{font-size:15px;color:var(--muted);max-width:420px}.chapter-phrase{display:block;font-size:14px;font-weight:600;margin-top:10px}.preview-section{background:#ece9e1;padding:75px 0}.pages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.page-preview{border:0;background:none;padding:0;color:var(--ink);text-align:left;cursor:zoom-in;min-width:0}.page-image{display:block;background:#dfdbd1;padding:24px 24px 0;overflow:hidden;height:340px;border-radius:5px;border:1px solid #d7d2c8}.page-image img{width:100%;height:auto;box-shadow:0 7px 20px #202e4f20;transition:transform .25s}.page-preview:hover img{transform:translateY(-8px)}.page-preview>span:last-child{display:block;position:relative;padding:20px 25px 0 0;font-size:15px;line-height:1.5}.page-preview b{display:block;font-size:12px;letter-spacing:.07em;margin-bottom:5px;color:var(--muted)}.page-preview i{position:absolute;right:0;bottom:0;font-size:24px;font-style:normal}.rescue{display:grid;grid-template-columns:1fr 1fr;gap:100px}.rescue>div>p:not(.eyebrow){color:var(--muted);margin-bottom:18px}.rescue strong{color:var(--ink)}.bonus-list article{display:flex;gap:25px;padding:20px 0;border-top:1px solid var(--line)}.bonus-list article>span{color:var(--red);font-size:13px;font-weight:700}.bonus-list h3{font-size:19px;margin-bottom:6px}.bonus-list p{font-size:15px;color:var(--muted)}.audience-section{background:var(--yellow);padding:65px 0}.audience-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:80px;align-items:start}.audience-grid h3{font-size:20px;margin-bottom:18px}.check-list{list-style:none;margin:0;padding:0}.check-list li{position:relative;padding-left:25px;margin:10px 0;font-size:16px}.check-list li:before{content:'✓';position:absolute;left:0;font-weight:800}.fit-note{border-top:1px solid #b89e44;margin-top:25px;padding-top:20px;font-size:14px}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.reviews figure{margin:0;padding:27px;background:white;border:1px solid var(--line);border-radius:5px;display:flex;flex-direction:column}.quote-mark{font-family:Georgia,serif;color:var(--red);font-size:58px;line-height:.8}.reviews blockquote{font-size:18px;line-height:1.7;margin:15px 0 28px;letter-spacing:-.2px}.reviews figcaption{display:flex;align-items:center;gap:12px;margin-top:auto}.initial{width:39px;height:39px;display:grid;place-items:center;background:#eeeae1;border-radius:50%;font-size:14px;font-weight:700}.reviews figcaption b{font-size:14px}.reviews figcaption div>span{display:block;font-size:12px;color:var(--muted)}.review-note{font-size:12px;color:var(--muted);margin-top:22px;max-width:800px}.author{padding-top:15px;display:grid;grid-template-columns:.8fr 1.2fr;gap:85px;align-items:center}.author-photo{position:relative}.author-photo img{width:100%;height:470px;object-fit:cover;object-position:center;border-radius:5px}.author-photo>span{position:absolute;bottom:18px;left:18px;background:var(--paper);padding:9px 14px;font-size:12px;font-weight:700;letter-spacing:.04em}.author>div>p:not(.eyebrow){color:var(--muted);margin-bottom:20px}.author .signature{font-family:Georgia,serif;font-style:italic;font-size:34px;color:var(--ink)}.offer-section{background:var(--ink);color:white;padding:90px 0}.offer-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:100px;align-items:center}.offer-story .eyebrow{color:var(--yellow)}.offer-story h2{font-size:50px}.offer-story>p:not(.eyebrow){font-size:19px;color:#d2d9e6;line-height:1.8}.offer-contents{margin-top:30px}.offer-contents>div{display:flex;gap:22px;border-top:1px solid #4a5774;padding:17px 0}.offer-contents>div>span{font-size:12px;color:var(--yellow);padding-top:4px}.offer-contents p{font-size:13px;color:#c0cadc}.offer-contents strong{font-size:16px;color:#fff;line-height:1.8}.price-card{background:var(--paper);color:var(--ink);padding:35px 35px 25px;border-radius:6px;position:relative}.price-card .eyebrow{color:var(--red);font-size:12px;margin-bottom:20px}.price-card h3{font-size:36px;line-height:1.05;letter-spacing:-1.3px}.price{display:flex;gap:13px;align-items:center;margin-top:20px}.price>strong{font-family:Manrope,Arial,sans-serif;font-size:88px;letter-spacing:-5px;line-height:1.2}.price>span{font-size:23px;line-height:1.25}.price small{font-size:12px;color:var(--muted)}.price-note{font-size:14px;color:var(--muted);margin:8px 0 23px}.price-card .button{width:100%;padding:16px 19px}.price-checks{list-style:none;padding:0;font-size:13px;margin:28px 0 20px}.price-checks li{margin:6px 0}.price-checks li:before{content:'✓';margin-right:8px}.payment-label{border-top:1px solid var(--line);padding-top:18px;display:flex;align-items:center;justify-content:center;gap:16px;font-size:12px;color:var(--muted)}.payment-label img{width:90px;height:auto}.cards-section{padding-block:75px;display:grid;grid-template-columns:1.2fr .8fr;gap:100px;align-items:center;border-bottom:1px solid var(--line)}.cards-section h2{font-size:36px}.cards-section>div>p:not(.eyebrow){font-size:16px;color:var(--muted)}.cards-section .cards-price{font-size:23px;font-weight:800;color:var(--ink);margin:20px 0 10px}.cards-price>span{font-size:14px;color:var(--muted);font-weight:400;margin-left:10px}.text-link{font-size:15px;font-weight:700;border-bottom:1px solid;padding-bottom:3px}.text-link>span{margin-left:15px}.card-example{border:1px solid var(--line);padding:27px;border-radius:5px;background:#fff}.card-example>.eyebrow{font-size:12px;letter-spacing:.05em;color:var(--muted)}.bilingual{display:flex;gap:20px;padding:20px 0;border-top:1px solid var(--line);align-items:center}.bilingual>span{font-size:12px;font-weight:700;color:var(--red)}.bilingual p{font-size:23px;font-weight:600}.card-example .micro{font-size:12px!important}.checkout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}.checkout-intro{position:sticky;top:35px}.checkout-intro>p:not(.eyebrow){color:var(--muted);font-size:16px}.checkout-support{border-top:1px solid var(--line);margin-top:35px;padding-top:23px;font-size:14px}.checkout-support strong{display:block}.checkout-support a{font-size:14px;text-decoration:underline;overflow-wrap:anywhere}.checkout-box{background:white;border:1px solid var(--line);padding:25px;border-radius:6px;min-width:0}.checkout-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:15px}.checkout-head>span{font-size:12px;letter-spacing:.06em;font-weight:700}.checkout-head strong{font-size:22px}#fapi-container{min-height:150px;max-width:100%}#fapi-container iframe{max-width:100%;border:0}.checkout-fallback{font-size:12px;color:var(--muted);margin-top:15px}.checkout-fallback a{text-decoration:underline}.faq{border-top:1px solid var(--line);display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.faq>div>p:not(.eyebrow){font-size:16px;color:var(--muted)}details{border-bottom:1px solid var(--line)}details:first-child{border-top:1px solid var(--line)}summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:18px;font-weight:700;font-size:16px;padding:20px 0;line-height:1.5}summary::-webkit-details-marker{display:none}summary>span{font-weight:400;color:var(--red);font-size:23px;line-height:1}details[open] summary>span{transform:rotate(45deg)}details>p{font-size:15px;color:var(--muted);padding-bottom:22px}details[open]>summary{padding-bottom:12px}.closing{text-align:center;padding-block:60px 110px}.closing h2{font-size:66px;letter-spacing:-2.5px;margin-bottom:32px}.closing .eyebrow{color:var(--red)}.footer{padding-block:40px;border-top:1px solid var(--line)}.footer-top{display:flex;justify-content:space-between;gap:35px}.footer-top>div{font-size:14px}.footer-top>div>*{display:block}.footer-top>div>span{color:var(--muted);margin:3px 0}.footer button{padding:0;border:0;background:none;text-align:left;cursor:pointer;color:var(--ink);font-size:13px;line-height:2.1}.footer button:hover{text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;gap:30px;font-size:12px;color:var(--muted);margin-top:35px}.footer-bottom>span:last-child{max-width:500px;text-align:right}.sticky-buy{position:fixed;bottom:12px;left:50%;transform:translateX(-50%);width:calc(100% - 28px);max-width:430px;padding:12px 16px;z-index:20;background:var(--ink);box-shadow:0 3px 25px #202e4f40;color:white;border-radius:8px;display:none;justify-content:space-between;align-items:center;gap:20px}.sticky-buy[hidden]{display:none}.sticky-buy strong{display:block;font-size:20px;line-height:1.3}.sticky-buy small{font-size:12px;color:#d1d7e1}.sticky-buy>a{background:var(--red);padding:12px 22px;border-radius:4px;font-size:15px;font-weight:700}.sticky-buy>a>span{margin-left:20px}dialog{color:var(--ink);background:var(--paper);border:0;border-radius:6px;max-width:calc(100vw - 30px);max-height:92vh;padding:28px}dialog::backdrop{background:#111b35b8;backdrop-filter:blur(5px)}.dialog-close{position:sticky;top:0;float:right;width:42px;height:42px;background:var(--ink);color:white;border:0;border-radius:50%;font-size:28px;line-height:1;cursor:pointer;z-index:1}#preview-dialog{width:790px}#preview-caption{font-size:14px;margin:8px 55px 22px 0}#preview-img{width:100%;height:auto}.legal-dialog{width:750px;padding:35px}.legal-dialog h2{font-size:29px;padding-right:40px}.legal-dialog p{font-size:15px;margin-top:15px}.legal-dialog a{text-decoration:underline;overflow-wrap:anywhere}.orbit-label,.today-note span,.plan-seal span{font-size:12px}.plan-seal span{font-size:11px}.hero-trust{font-size:13px}a,button{-webkit-tap-highlight-color:transparent}[hidden]{display:none!important}
@media(min-width:1500px){.hero{min-height:755px}.hero h1{font-size:60px}}
@media(max-width:1050px){.problem,.rescue,.plan-layout,.offer-grid,.cards-section{gap:50px}.author{gap:45px}.hero-visual{overflow:visible}.chapter-grid{column-gap:35px}.section-heading{gap:40px}.page-image{height:290px;padding:18px 18px 0}.reviews figure{padding:22px}.reviews blockquote{font-size:16px}.checkout,.faq{gap:40px}.price-card{padding:30px 25px}.day-lines p{display:block}.day-lines span{display:block}.daily-rhythm{gap:15px}.daily-rhythm>div{padding-left:15px}}
@media(max-width:760px){.problem,.rescue,.plan-layout,.offer-grid,.cards-section,.audience-grid,.author,.checkout,.faq{grid-template-columns:1fr;gap:35px}.problem h2{font-size:37px}.quiet{font-size:54px}.large{font-size:21px}.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin-top:22px;max-width:none;font-size:16px}.phrase-grid{grid-template-columns:1fr;gap:13px}.phrase{min-height:210px;padding:24px}.phrase-front{margin:23px 0;font-size:23px}.phrase-back{margin:23px 0}.phrase-back strong{font-size:26px}.demo-section,.preview-section{padding:60px 0}.demo-bottom{text-align:left;font-size:15px}.big-number{font-size:103px;margin-bottom:25px}.big-number>span{font-size:16px}.plan-layout{margin-top:35px}.day-preview{box-shadow:8px 8px 0 #172440}#day-panel{padding:25px;min-height:390px}.day-lines p{display:flex}.day-lines span{max-width:48%;font-size:13px}.daily-rhythm{grid-template-columns:1fr 1fr;gap:25px;margin-top:45px}.daily-rhythm>p{grid-column:1/-1}.daily-rhythm>p br{display:none}.daily-rhythm>p strong{margin-left:7px;font-size:21px}.daily-rhythm>div{padding-left:18px}.chapter-grid{grid-template-columns:1fr}.chapter{gap:18px;padding:22px 0}.chapter h3{font-size:19px}.pages-grid{grid-template-columns:1fr;gap:32px}.page-image{height:380px;padding:25px 35px 0}.page-preview>span:last-child{font-size:16px}.bonus-list article{padding-block:18px}.audience-section{padding:55px 0}.reviews{grid-template-columns:1fr;gap:18px}.reviews figure{padding:28px}.reviews blockquote{font-size:18px;margin-top:8px}.author{padding-top:0;gap:30px}.author-photo{max-width:460px}.author-photo img{height:390px}.offer-section{padding:65px 0}.offer-story h2{font-size:43px}.price-card{padding:30px}.price-card h3{font-size:37px}.price-card .button{font-size:15px}.cards-section{padding-block:60px}.cards-section h2{font-size:34px}.card-example{padding:25px}.checkout-intro{position:static}.checkout-box{padding:18px}.checkout-head>span{font-size:12px}.checkout-head strong{font-size:21px}.faq{gap:25px}.closing{padding-block:30px 75px}.closing h2{font-size:46px;letter-spacing:-2px}.closing .button{width:100%;font-size:15px;padding:18px}.footer{padding-bottom:110px}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:28px}.footer-top>.brand{grid-column:1/-1}.footer-top>div{min-width:0;font-size:12px}.footer-top>div a{font-size:12px;overflow-wrap:anywhere}.footer-bottom{display:block}.footer-bottom>span{display:block}.footer-bottom>span:last-child{text-align:left;margin-top:15px;font-size:12px}.sticky-buy:not([hidden]){display:flex}.legal-dialog{padding:22px}.legal-dialog h2{font-size:25px}.plan-seal{left:0}.today-note{right:0}.hero-visual{overflow:visible}.today-note strong{font-size:19px}.orbit-label{font-size:11px}.hero h1 em br{display:none}}
@media(max-width:370px){.hero h1{font-size:39px}.hero-visual{min-height:450px}.today-note{top:290px;padding:17px}.today-note strong{font-size:17px}.plan-seal{width:85px;height:85px;font-size:34px}.plan-seal span{font-size:9px}.day-lines p{display:block}.day-lines span{max-width:none}.button{gap:12px}.price-card{padding:25px}.small-cta{padding:9px 13px}.small-cta span{margin-left:10px}}

.chapter p,.bonus-list p,details>p{font-size:16px}.phrase-action{font-size:14px}.day-lines span{font-size:14px}.day-footer{font-size:13px}

/* Conversion / responsive review, 16 September 2026. */
.ebook-cover,.plan-cover{height:auto}.hero-visual{min-width:0}.hero h1{font-size:clamp(44px,4.3vw,60px);line-height:1.09}.hero h1 em{display:block}.hero{min-height:650px;padding-top:40px;padding-bottom:65px}.hero-visual{min-height:510px}.hero-secondary{display:block;width:fit-content;font-size:14px;font-weight:700;text-decoration:underline;text-underline-offset:4px;margin-top:22px;padding-block:5px}.hero-secondary span{display:inline-block;margin-left:8px}.hero-trust{margin-top:15px}.hero .lead{margin:24px 0}.quiet{font-size:51px}.section-action{display:flex;align-items:center;gap:25px;margin-top:35px}.section-action p{font-size:13px;color:#d7dce6;max-width:270px}.extras{margin-top:20px}.extras>.bonus-list{display:grid;grid-template-columns:1fr 1fr;gap:0 35px}.extras .bonus-list article{border-top:0}.extras>p{max-width:680px}.checkout{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:45px}.checkout-addon{margin-top:22px;font-size:14px!important}.checkout-box{padding:25px}.checkout-head{gap:15px}.checkout-head>strong{white-space:nowrap}.author-photo img{height:360px}.author{gap:60px;padding-bottom:65px}.author p{font-size:16px}.faq{padding-top:65px}.checkout-fallback a{display:inline-block;padding-block:8px}.day-tabs button{min-height:48px}.page-preview{scroll-margin-bottom:100px}#fapi-container input:not([type=checkbox]):not([type=radio]),#fapi-container select{font-size:16px!important;max-width:100%}#fapi-container input[type=checkbox],#fapi-container input[type=radio]{accent-color:var(--red)}
@media(min-width:761px) and (max-width:1000px){.header{gap:20px}nav{gap:14px;font-size:12px}.hero{grid-template-columns:1.15fr 1fr}.hero h1{font-size:43px}.today-note{padding:16px;top:295px}.today-note strong{font-size:17px}.orbit-label{font-size:10px;right:0}.plan-seal{width:90px;height:90px;font-size:37px}.hero-visual{min-height:420px}.checkout{grid-template-columns:1fr}.checkout-intro{position:static;max-width:650px}.checkout-box{width:100%;max-width:780px;margin:auto}}
@media(max-width:760px){html{scroll-padding-top:22px}.topline{font-size:11px;padding:8px 14px}.header{height:74px}.hero{padding-top:25px;padding-bottom:32px;gap:40px;min-height:0}.hero h1{font-size:42px;letter-spacing:-1.8px}.hero .eyebrow{font-size:10px;letter-spacing:.1em;margin-bottom:17px}.hero .lead{font-size:17px;line-height:1.55;margin:22px 0}.hero-secondary{margin-top:17px;font-size:13px}.hero-visual{min-height:365px;max-width:350px}.ebook-cover{width:53%;right:5%;top:8px}.plan-cover{width:45%;left:7%;top:90px}.orbit-label{top:-12px;right:5%;font-size:9px}.plan-seal{width:82px;height:82px;left:4%;font-size:32px;top:0}.plan-seal span{font-size:8px}.today-note{top:242px;right:3%;padding:13px 16px}.today-note span{font-size:9px}.today-note strong{font-size:17px;margin:5px 0}.today-note p{font-size:12px}.section{padding-block:48px}.problem h2{font-size:34px}.quiet{font-size:38px}.problem{gap:20px}.large{font-size:20px;margin-bottom:16px}.problem-copy>p+p{font-size:16px}.demo-section,.preview-section{padding-block:48px}.phrase{min-height:180px;padding:20px}.phrase-front,.phrase-back{margin:18px 0;font-size:21px}.phrase-back strong{font-size:24px}.demo-bottom{margin-top:25px}#zkusenosti .section-heading>p{display:none}.reviews figure{padding:22px}.reviews blockquote{font-size:16px;line-height:1.6;margin-bottom:18px}.quote-mark{font-size:40px}.review-note{font-size:12px}.plan-layout{gap:28px}.big-number{font-size:78px;margin-bottom:18px}.plan-story>p{font-size:16px}.plan-split{margin-top:22px}.daily-rhythm{margin-top:35px;gap:20px}.section-action{display:block}.section-action .button{width:100%;font-size:14px;padding:17px}.section-action p{margin-top:16px;max-width:none}.page-image{height:200px;padding:18px 35px 0}.pages-grid{gap:23px}.page-preview>span:last-child{padding-top:12px;font-size:15px}.chapter{padding-block:17px}.chapter h3{font-size:18px}.chapter p{font-size:15px}.chapter-phrase{margin-top:5px;font-size:13px}.extras>.bonus-list{grid-template-columns:1fr}.audience-section{padding-block:45px}.audience-grid{gap:15px}.audience-grid h2{margin-bottom:10px}.author-photo{width:100%;max-width:260px}.author-photo img{height:270px}.author-photo>span{font-size:9px;bottom:12px;left:12px}.author{gap:25px;padding-top:48px}.author h2{font-size:32px}.author>div>p:not(.eyebrow){margin-bottom:15px}.offer-section{padding-block:48px}.offer-story h2{font-size:38px}.offer-story>p:not(.eyebrow){font-size:17px}.checkout{grid-template-columns:1fr;gap:24px}.checkout-box{padding:14px}.checkout-support{margin-top:20px;padding-top:18px}.checkout-head>span{font-size:10px;letter-spacing:.04em}.checkout-head strong{font-size:20px}.sticky-buy{bottom:max(10px,env(safe-area-inset-bottom));gap:12px}.sticky-buy>a{min-height:46px}.faq{gap:16px}.closing{padding-block:30px 65px}.closing h2{font-size:42px}.footer button{min-height:44px}.price-card .button{gap:12px}.hero-trust{font-size:12px}}
@media(max-width:370px){.wrap{padding-inline:18px}.hero h1{font-size:37px}.hero .button{font-size:13px;padding:16px 14px;gap:10px}.hero .button>span{white-space:nowrap}.hero-visual{min-height:330px}.today-note{top:219px;padding:12px}.today-note strong{font-size:15px}.today-note span{font-size:8px}.day-tabs button{padding-inline:8px;font-size:13px}#day-panel{padding:20px}.price-card{padding:23px}.price-card .button{font-size:13px}.closing .button{font-size:13px}.hero-secondary{font-size:12px}.orbit-label{font-size:8px}.section-action .button{font-size:13px}.checkout-head>span{max-width:145px}.sticky-buy small{font-size:11px}}

@media(max-width:760px){#fapi-container .fapi-form-prices{max-width:calc(100vw - 40px)}#fapi-container .fapi-form-prices-repayment-with-vat{flex-wrap:wrap;gap:0 8px}#fapi-container p{overflow-wrap:anywhere}}

.progress-proof{margin-top:28px;padding:25px 0;border-block:1px solid #53607d;max-width:850px}.progress-proof h3{font-size:22px;line-height:1.35;margin-bottom:12px}.progress-proof p{font-size:15px;color:#d7dce6}#preview-original{display:inline-block;padding:16px 0 0;text-decoration:underline;font-size:14px}@media(max-width:760px){.progress-proof h3{font-size:20px}.hero h1{font-size:39px}.hero .eyebrow{max-width:340px;line-height:1.7}.hero .lead{font-size:16px}.hero .button{font-size:15px}}@media(max-width:370px){.hero h1{font-size:34px}.price-card .button{font-size:12px}}

.day-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.day-tabs button{padding-inline:8px;white-space:nowrap}@media(max-width:370px){.day-tabs button{padding-inline:4px;font-size:12px}.topline{font-size:10px}}

/* Introductory offer and customer count supplied by the owner. */
.topline{display:flex;justify-content:center;align-items:center;gap:8px 14px;flex-wrap:wrap;font-size:13px;line-height:1.5}.topline>a{text-decoration:underline;text-underline-offset:3px}.topline>a:focus-visible{outline:2px solid white;outline-offset:4px}@media(max-width:600px){.topline{flex-direction:column;gap:1px;padding:8px 14px;font-size:12px}.topline-divider{display:none}}

/* Keep the outcome line subordinate to the daily commitment. */
.hero h1 em{font-size:.76em;line-height:1.18;letter-spacing:-.035em;margin-top:12px}

/* Reader feedback, styled as correspondence; source channels retained. */
.mail-reviews{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:start}.mail-reviews .mail-review{padding:0;background:#fff;border:1px solid #deded9;border-radius:12px;overflow:hidden;box-shadow:0 3px 10px #202e4f05}.mail-reviews figcaption{margin:0;padding:18px 22px;border-bottom:1px solid #eeece7;background:#fafaf8;gap:11px}.mail-reviews .initial{flex-shrink:0;background:#e9edf3;color:#344663}.mail-reviews .review-channel{margin-left:auto;display:flex;align-items:center;gap:6px;font-size:11px;color:var(--muted);white-space:nowrap}.mail-reviews .review-subject{padding:15px 22px 0;font-size:13px;font-weight:700}.mail-reviews .review-subject>span{font-weight:400;color:var(--muted)}.mail-reviews blockquote{margin:0;padding:18px 22px 23px;font-family:Arial,sans-serif;font-size:16px;line-height:1.7;letter-spacing:0}.mail-reviews blockquote p+p{margin-top:13px}.review-note a{text-decoration:underline;text-underline-offset:3px}@media(max-width:760px){.mail-reviews{grid-template-columns:1fr;gap:16px}.mail-reviews figcaption{padding:15px 17px}.mail-reviews blockquote{padding:16px 17px 20px;font-size:15px}.mail-reviews .review-subject{padding:14px 17px 0}.mail-reviews .review-channel{font-size:10px;gap:4px}}

.author .signature{display:inline-block;font-family:'Caveat',cursive;font-style:normal;font-weight:700;font-size:clamp(40px,4.4vw,56px);line-height:1.15;letter-spacing:-1px;color:var(--ink);transform:rotate(-4deg);text-shadow:.3px 0 currentColor;margin-top:8px;padding:0 5px 8px 0}

/* Author breathing room and checkout reassurance, mobile first. */
.author{padding-top:80px;padding-bottom:56px;align-items:start}.author-photo{margin-top:6px}.checkout-side{min-width:0;align-self:stretch}.checkout-side .checkout-intro{position:static}.checkout-review{position:sticky;top:28px;margin:28px 0 0;padding:23px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 4px 18px #202e4f06}.checkout-review figcaption{display:flex;align-items:center;gap:12px}.checkout-review figcaption b{font-size:14px}.checkout-review figcaption div>span{display:block;color:var(--muted);font-size:12px}.checkout-review blockquote{margin:18px 0 14px;font-size:17px;line-height:1.65}.checkout-review>p{font-size:12px;line-height:1.6;color:var(--muted)}.checkout-review a{text-decoration:underline;text-underline-offset:3px}body:has(#adk-consent:not([hidden])) .sticky-buy{display:none!important}body:has(#fapi-container :focus) .sticky-buy{display:none!important}
@media(max-width:1000px){.checkout-review{position:static;max-width:650px}.author{padding-top:64px}}
@media(max-width:760px){.author{padding-top:48px;padding-bottom:40px;gap:24px}.author-photo{margin-top:0}.author .eyebrow{line-height:1.6;margin-bottom:14px}.author .signature{max-width:100%;font-size:44px}.checkout-review{margin-top:22px;padding:18px}.checkout-review blockquote{font-size:16px}.checkout-box{min-width:0}#fapi-container input:not([type=checkbox]):not([type=radio]),#fapi-container select,#fapi-container textarea{font-size:16px!important;max-width:100%;box-sizing:border-box}.checkout-head{flex-wrap:wrap;gap:8px}.checkout-support a{display:inline-block;padding-block:8px}}

/* Correspondence, with real source text and no live status. */
.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}.correspondence-reviews{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:stretch}.correspondence-reviews figure{padding:0;background:#fff;border:1px solid #e0e4eb;border-radius:18px;overflow:hidden;box-shadow:0 14px 32px #202e4f09;min-width:0}.correspondence-reviews figcaption{margin:0;padding:18px 22px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #eef0f4}.message-avatar{width:40px;height:40px;flex-shrink:0;display:grid;place-items:center;background:linear-gradient(135deg,#2878ff,#8550f7);border-radius:50%;font-size:18px;font-weight:700;color:white}.correspondence-reviews figure:nth-child(3) .message-avatar,.correspondence-reviews figure:nth-child(4) .message-avatar{background:linear-gradient(135deg,#f34b9b,#a449e7)}.correspondence-reviews figcaption div>span{display:block;font:11px/1.5 Arial,sans-serif;color:#6e7280;overflow-wrap:anywhere}.message-symbol{color:#0786ff;margin-left:auto;font-size:22px}.correspondence-reviews blockquote{margin:0;font:15px/1.6 Arial,sans-serif;letter-spacing:0}.chat-content{padding:22px 16px;flex:1}.chat-content blockquote{padding:0}.chat-content .chat-in{background:#e9eaee;color:#20232a;border-radius:18px 18px 18px 5px;padding:11px 14px;max-width:90%;margin:0 0 5px}.chat-out{background:#0785ed;color:#fff;border-radius:18px 18px 5px 18px;padding:10px 14px;font:14px/1.5 Arial,sans-serif;margin:14px 0 0 auto;max-width:85%;width:fit-content}.chat-footer{display:flex;align-items:center;gap:11px;padding:10px 14px;border-top:1px solid #eef0f4;color:#0786ff}.chat-compose{flex:1;border-radius:25px;background:#f1f2f5;padding:5px 12px;color:#747885;font:12px Arial,sans-serif}.email-toolbar{padding:12px 20px;display:flex;justify-content:space-between;color:#858b96;border-bottom:1px solid #eef0f4}.email-subject{padding:20px 22px 0;font:21px/1.35 Arial,sans-serif;color:#20232a}.email-card blockquote{padding:22px}.email-card blockquote p+p{margin-top:18px}.checkout-extras{position:sticky;top:var(--checkout-stick-top,24px);display:grid;gap:18px;margin-top:28px}.checkout-extras .checkout-review{position:static;margin:0}.pocket-addon{background:linear-gradient(145deg,#fffaf0,#fff0e4);border:1px solid #f1d0a5;border-radius:18px;padding:20px;min-width:0}.pocket-badge{display:inline-block;padding:5px 10px;border-radius:20px;background:var(--ink);color:#fff;font-size:10px;letter-spacing:.07em;font-weight:700}.pocket-cards{height:115px;position:relative;margin:5px 0 7px}.pocket-cards>span{position:absolute;top:30px;width:39%;height:57px;display:grid;place-items:center;background:#fff;border:1px solid #e5e3dc;border-radius:10px;font-size:12px;font-weight:800;transform:rotate(-7deg);box-shadow:0 8px 16px #202e4f0a}.pocket-cards>span:nth-child(2){left:26%;top:18px;background:var(--ink);color:#fff;transform:rotate(5deg);z-index:1}.pocket-cards>span:nth-child(3){right:0;top:43px;background:#f7cc62;transform:rotate(7deg);z-index:2}.pocket-kicker{font-size:9px!important;letter-spacing:.06em;color:#ad5c0a!important;font-weight:800}.pocket-addon h3{font-size:24px;line-height:1.15;letter-spacing:-.7px;margin:8px 0}.pocket-addon>p{font-size:13px;line-height:1.6;color:#746454}.pocket-addon ul{list-style:none;padding:0;margin:14px 0;font-size:12px;line-height:1.8}.pocket-addon li:before{content:'✓';color:#009d72;margin-right:8px}.pocket-cta{width:100%;border:0;border-radius:9px;background:var(--red);color:#fff;padding:13px 14px;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:8px;font:700 13px var(--font);cursor:pointer;min-height:46px}.pocket-cta small{font-size:9px;font-weight:400}.checkout-assurance{padding:18px 20px;border-radius:18px;background:var(--ink);color:#fff}.checkout-assurance>p{display:flex;gap:10px;align-items:center;padding:11px 0;border-bottom:1px solid #ffffff20;font-size:13px;line-height:1.4}.checkout-assurance>p>span:first-child{display:grid;place-items:center;border-radius:50%;background:#ffffff20;min-width:23px;height:23px}.checkout-assurance small{display:block;font-size:10px;color:#c3ccdf}.checkout-assurance>div{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-top:15px;font-size:10px;color:#c3ccdf}.checkout-assurance img{max-width:115px;height:auto;background:#fff;border-radius:5px;padding:5px}.pocket-cta:focus-visible{outline:3px solid var(--ink);outline-offset:3px}@media(max-width:1000px){.checkout-extras{position:static;max-width:650px}.pocket-cards{max-width:340px}}@media(max-width:760px){.correspondence-reviews{grid-template-columns:1fr;gap:20px}.correspondence-reviews figcaption{padding:15px}.chat-content{padding:16px 12px}.correspondence-reviews blockquote{font-size:15px}.chat-content .chat-in{max-width:94%}.email-subject{padding:17px 17px 0;font-size:20px}.email-card blockquote{padding:18px}.checkout-extras{gap:14px;margin-top:22px}.pocket-addon{padding:17px}.pocket-addon h3{font-size:22px}.pocket-cards{height:95px}.pocket-cards>span{height:48px;top:22px}.pocket-cards>span:nth-child(2){top:10px}.pocket-cards>span:nth-child(3){top:32px}.checkout-assurance{padding:12px 17px}.pocket-cta{flex-wrap:wrap}}

.reviews-toggle{display:none}@media(max-width:760px){.correspondence-reviews[data-expanded="false"]>figure:nth-child(n+3){display:none}.reviews-toggle:not([hidden]){display:block;width:100%;margin:18px 0 0;min-height:48px;padding:13px 18px;border:1px solid var(--ink);border-radius:9px;background:transparent;color:var(--ink);font:700 14px var(--font);cursor:pointer}.reviews-toggle:focus-visible{outline:3px solid var(--red);outline-offset:3px}}

.closing h2{max-width:980px;margin-inline:auto;font-size:clamp(34px,4.2vw,58px);line-height:1.12;text-wrap:balance}.closing .closing-future{font-size:18px;line-height:1.6;color:var(--muted);max-width:620px;margin:22px auto 26px;text-wrap:balance}@media(max-width:760px){.closing h2{font-size:34px}.closing .closing-future{font-size:16px;margin:18px auto 22px}}

/* Clearer mobile purchase path and progressive detail. */
.checkout{grid-template-rows:auto 1fr;align-items:start}.checkout>.checkout-intro{grid-column:1;grid-row:1;position:static}.checkout>.checkout-box{grid-column:2;grid-row:1/3}.checkout>.checkout-extras{grid-column:1;grid-row:2;align-self:start;margin-top:0}.checkout-intro h2{font-size:36px}.checkout-intro .checkout-support{font-size:13px}.plan-time{margin-top:20px}.plan-details{margin-top:24px;border-block:1px solid #64708a;color:#d7dce6}.plan-details summary{color:#fff;min-height:48px;cursor:pointer;padding:16px 0;font-size:15px;font-weight:700}.plan-details>p{font-size:15px;margin:15px 0}.plan-method .daily-rhythm{margin-top:12px;border-top:0}.plan-method .progress-proof{border-bottom:0}.plan-method{margin-top:32px}.chapter{display:block}.chapter summary{display:flex;align-items:center;gap:18px;min-height:44px;padding:0;border:0;font-family:Manrope,Arial,sans-serif;font-size:18px;font-weight:800;cursor:pointer}.chapter summary:after{content:'+';margin-left:auto;color:var(--red);font-size:22px}.chapter[open] summary:after{content:'−'}.chapter>div{padding:12px 0 0 36px}.chapter .chapter-number{flex-shrink:0}.preview-tabs{display:none}
@media(max-width:1000px){.checkout{grid-template-rows:auto;grid-template-columns:minmax(0,1fr)}.checkout>.checkout-intro,.checkout>.checkout-box,.checkout>.checkout-extras{grid-column:1;grid-row:auto;width:100%;max-width:780px;margin-inline:auto}.checkout>.checkout-extras{position:static}.checkout-intro h2{font-size:30px;margin-bottom:12px}.checkout-intro .eyebrow{margin-bottom:12px}.checkout-intro>p:not(.eyebrow){font-size:15px}.checkout-intro .checkout-addon{margin-top:10px}.checkout-intro .checkout-support{margin-top:10px;padding-top:10px}.checkout-intro .checkout-support strong{display:none}.checkout-intro .checkout-support a{padding:0}.checkout-extras{margin-top:0}}
@media(max-width:760px){.preview-tabs:not([hidden]){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin-bottom:18px}.preview-tabs button{min-height:48px;border:1px solid var(--ink);background:transparent;color:var(--ink);border-radius:5px;font-size:14px;font-weight:700;cursor:pointer}.preview-tabs [aria-selected=true]{background:var(--ink);color:white}.pages-grid[data-interactive] .page-preview:not([data-active=true]){display:none}.pages-grid[data-interactive] .page-image{height:290px}.plan-layout{margin-top:25px}.plan-method{margin-top:25px}.plan-details summary{font-size:14px}.chapter{padding-block:12px}.chapter summary{font-size:17px;gap:12px}.chapter>div{padding-left:30px}.offer-story h2{font-size:33px}.offer-grid{gap:24px}.checkout{gap:18px}.checkout-head{padding-bottom:12px}.checkout-intro .checkout-support{border:0}.checkout-intro .checkout-addon{font-size:13px!important}}
