@charset "UTF-8";
:root{--paper:#f7f8f2;--ink:#191b15;--lime:#dcff70;--gray:#666a60;--line:#d8dbd0;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:1.0rem;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #638c05;outline-offset:6px}::selection{background:var(--lime);color:var(--ink)}.wrap{max-width:1320px;margin-inline:auto;width:calc(100% - 112px)}.header{max-width:1440px;margin:auto;padding:28px 56px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{font-size:1.4375rem;font-weight:800;letter-spacing:-1px;display:flex;align-items:center;gap:9px;white-space:nowrap}.brand-icon{height:36px;width:36px;display:grid;place-items:center;background:var(--lime);border-radius:10px;font-size:1.6875rem;letter-spacing:-3px;padding-right:3px}.brand-light{font-weight:400}.brand-dot{color:#779d2c}.header nav{display:flex;gap:34px;align-items:center;font-size:0.875rem;font-weight:600}.header nav>a:not(.nav-cta):hover,.text-link:hover{color:#678514}.nav-cta{border:1px solid var(--ink);padding:13px 18px;border-radius:7px;display:flex;gap:24px;align-items:center}.nav-cta:hover{background:var(--ink);color:var(--paper)}.hero{display:grid;grid-template-columns:1.13fr 1fr;gap:40px;padding-top:35px;padding-bottom:68px}.eyebrow{font-size:0.75rem;letter-spacing:1.8px;line-height:1.6;font-weight:700;display:block}.hero .eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:27px}.mini-line{height:1px;width:24px;background:var(--ink)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(58px,6.5vw,92px);letter-spacing:-5px;line-height:1.015;font-weight:600;margin-bottom:28px}.highlight{background:var(--lime);box-shadow:7px 0 var(--lime),-3px 0 var(--lime);box-decoration-break:clone;-webkit-box-decoration-break:clone}.hero-description{max-width:445px;font-size:1.0625rem;line-height:1.7;color:#565a4f;margin-bottom:27px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:30px;padding:20px 23px;border-radius:8px;font-weight:700;font-size:0.875rem;border:0;min-height:56px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button span{font-size:1.4375rem;font-weight:400;line-height:1}.button-dark{background:var(--ink);color:white}.button-dark:hover{background:#363c2a}.micro{font-size:0.75rem;color:var(--gray);margin:13px 0 27px}.author-line{display:flex;align-items:center;gap:12px}.monogram{background:#e6e9de;border:1px solid #d5dac9;border-radius:50%;width:43px;height:43px;display:grid;place-items:center;font-size:0.75rem;letter-spacing:-.3px}.author-line strong{font-size:0.8125rem;display:block}.author-line div>span{display:block;font-size:0.75rem;color:var(--gray);margin-top:4px}.hero-art{position:relative;min-height:630px;background:#141712;border-radius:16px;overflow:hidden;color:white}.hero-art img{width:100%;height:100%;position:absolute;object-fit:cover}.hero-art:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0005 0%,transparent 40%,#000b 100%);pointer-events:none}.art-top,.art-bottom{position:absolute;z-index:1;left:30px;right:30px;display:flex;justify-content:space-between}.art-top{top:28px;font-size:0.75rem;letter-spacing:1.7px}.art-bottom{bottom:32px;align-items:flex-end}.art-bottom>span{font-size:2.125rem;letter-spacing:-1px;line-height:1.15}.art-bottom em{font-family:Georgia,serif;font-weight:400}.art-bottom a{height:52px;width:52px;border:1px solid #ffffff66;border-radius:50%;display:grid;place-items:center;font-size:1.5625rem;transition:background .2s}.art-bottom a:hover{background:var(--lime);color:var(--ink)}.ticker{background:var(--lime);padding:22px 24px;overflow:hidden}.ticker>div{display:flex;justify-content:center;align-items:center;gap:42px;font-size:0.8125rem;font-weight:700;letter-spacing:1.7px;white-space:nowrap}.ticker span{font-size:1.375rem;font-weight:400}.section{padding-block:100px}.intro{display:grid;grid-template-columns:1fr 1fr;gap:75px;border-bottom:1px solid var(--line)}h2{font-size:clamp(38px,4.1vw,58px);font-weight:500;letter-spacing:-2.7px;line-height:1.07;margin:23px 0 0}.muted{color:#8b9082}.intro-body{padding-top:39px;max-width:515px}.intro-body p{font-size:1.0rem;line-height:1.8;color:var(--gray);margin-bottom:21px}.intro-body .lead{font-size:1.5rem;line-height:1.4;letter-spacing:-.7px;color:var(--ink)}.signature{display:flex;align-items:center;gap:23px;margin-top:30px;flex-wrap:wrap}.signature>span:first-child{font-family:Georgia,serif;font-style:italic;font-size:1.625rem;letter-spacing:-1px}.signature-note{font-size:0.75rem;color:var(--gray)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:47px}.section-heading>p{font-size:1.0rem;line-height:1.7;color:var(--gray);margin:0 0 4px}.product-examples{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-examples article{background:#edf0e5;padding:29px;border-radius:12px;position:relative;transition:transform .2s,background .2s}.product-examples article:hover{transform:translateY(-4px);background:#e6eccf}.example-number{position:absolute;right:25px;top:26px;font-size:0.75rem;color:var(--gray)}.example-type{font-size:0.75rem;letter-spacing:1.4px;font-weight:700;margin:0 0 54px}.product-examples h3{font-size:1.625rem;font-weight:500;letter-spacing:-1px;margin-bottom:13px}.product-examples p{line-height:1.7;font-size:0.9375rem;color:var(--gray);max-width:270px}.example-footer{border-top:1px solid #cbd1bf;margin-top:25px;padding-top:21px;display:block;font-size:0.75rem}.journey{background:#e9eddf}.text-link{font-size:0.875rem;font-weight:700;border-bottom:1px solid var(--ink);padding-bottom:8px;white-space:nowrap}.text-link span{margin-left:15px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:60px}.step-number{font-size:2.8125rem;letter-spacing:-2px;font-weight:400;display:block;padding-bottom:25px;border-bottom:1px solid #bbc3ac;margin-bottom:29px;color:#818d70}.steps h3{font-size:1.3125rem;letter-spacing:-.7px;font-weight:500;margin-bottom:13px}.steps p{color:#5c6550;font-size:0.9375rem;line-height:1.7;max-width:240px}.offer-section{padding-bottom:45px}.offer{background:var(--ink);color:var(--paper);padding:62px;border-radius:20px;display:grid;grid-template-columns:1.2fr 1fr;gap:75px}.offer h2{font-size:clamp(39px,4vw,56px);margin-top:26px}.offer h2>span{color:var(--lime)}.offer-intro{font-size:1.0rem;line-height:1.7;color:#bfc4b5;max-width:390px;margin-top:25px}.offer .eyebrow{color:#c5ccb7}.offer-status{font-size:0.75rem;letter-spacing:1.4px;color:#b4bc9f;margin-top:33px}.checklist{list-style:none;margin:15px 0 0;padding:0}.checklist li{position:relative;font-size:0.875rem;line-height:1.5;padding:9px 0 9px 28px}.checklist li:before{content:'✓';color:var(--lime);position:absolute;left:0}.purchase-panel{background:#2a2e23;border:1px solid #474e38;border-radius:12px;padding:28px 30px;align-self:stretch;display:flex;flex-direction:column}.edition-label{font-size:0.75rem;letter-spacing:1.5px;color:#c0c8b0;display:flex;justify-content:space-between}.recipe-title{font-size:2.75rem;letter-spacing:-2px;line-height:1.08;margin:36px 0 34px}.recipe-title em{font-family:Georgia,serif;color:var(--lime);font-weight:400}.price-area{margin-top:auto;padding-top:23px;border-top:1px solid #4a513d}.price-label{font-size:0.75rem;letter-spacing:1.1px;color:#c7ceb9}.price{font-size:3.75rem;letter-spacing:-3px;margin-top:11px;font-weight:500}.price>span:last-child{font-size:1.4375rem;letter-spacing:-.5px}.price-area p{font-size:0.75rem;color:#c0c7b3;margin:5px 0 23px}.button-lime{background:var(--lime);color:var(--ink)}.button-lime:hover{background:#e7ff9c}.buy-button{width:100%}.checkout-note{font-size:0.75rem;color:#c3cbb5;text-align:center;margin:13px 0 0;line-height:1.5}.offer-footnote{font-size:0.75rem;text-align:center;color:var(--gray);margin:20px 0 0;line-height:1.6}.faq{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;padding-top:60px}.faq h2{font-size:2.6875rem}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;display:flex;justify-content:space-between;gap:20px;font-size:1.0rem;line-height:1.5;padding:24px 0;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:1.5625rem;font-weight:300;line-height:1}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{font-size:0.9375rem;color:var(--gray);line-height:1.8;max-width:95%;margin-bottom:23px}.closing{border-top:1px solid var(--line);padding-block:62px 75px;position:relative}.closing p{font-size:clamp(44px,6.2vw,85px);letter-spacing:-4px;line-height:1.12;margin:20px 100px 0 0}.closing em{font-family:Georgia,serif;font-weight:400}.round-link{position:absolute;right:0;top:77px;width:75px;height:75px;background:var(--lime);border-radius:50%;display:grid;place-items:center;font-size:2.25rem}.round-link:hover{background:#c6ec50}.footer{border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding-block:29px;gap:20px}.footer .brand{font-size:1.1875rem}.footer .brand-icon{width:30px;height:30px;font-size:1.4375rem}.footer p,.footer>a:last-child{font-size:0.75rem;color:var(--gray);margin:0}.skip{position:fixed;top:-100px;left:16px;padding:15px;background:var(--lime);z-index:100}.skip:focus{top:10px}dialog{background:var(--paper);border:0;border-radius:18px;padding:45px;max-width:470px;width:calc(100% - 32px);color:var(--ink)}dialog::backdrop{background:#10140ec9;backdrop-filter:blur(5px)}dialog h2{margin-bottom:20px}dialog p{color:var(--gray);line-height:1.7;margin-bottom:27px}.dialog-close{position:absolute;right:16px;top:12px;background:none;border:0;font-size:1.875rem;padding:5px 10px}.dialog-dismiss{min-width:150px}
@media(min-width:1600px){.hero-art{min-height:690px}.hero-copy{padding-top:15px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.header{padding:24px 32px}.hero{gap:28px}.hero-art{min-height:620px}h1{letter-spacing:-3.8px}.hero .eyebrow{font-size:0.75rem;letter-spacing:1.3px}.hero-description{font-size:1.0rem}.button{gap:18px;padding-inline:18px}.ticker>div{gap:24px;font-size:0.75rem}.intro{gap:40px}.section{padding-block:75px}.offer{padding:40px;gap:40px}.purchase-panel{padding:25px}.recipe-title{font-size:2.5rem}.product-examples article{padding:23px}.example-type{font-size:0.75rem}.faq{gap:40px}.faq h2{font-size:2.25rem}.section-heading>p{max-width:310px}.header nav{gap:23px}}
@media(max-width:760px){html{scroll-padding-top:25px}.wrap{width:calc(100% - 40px)}.header{padding:20px;gap:10px}.brand{font-size:1.1875rem}.brand-icon{width:31px;height:31px;font-size:1.5rem}.header nav>a:not(.nav-cta){display:none}.nav-cta{font-size:0.75rem;padding:11px 12px;gap:10px}.hero{grid-template-columns:1fr;padding-top:22px;gap:34px;padding-bottom:36px}.hero .eyebrow{font-size:0.75rem;margin-bottom:22px}h1{font-size:clamp(55px,12vw,83px);letter-spacing:-3px;line-height:1.04}.hero-description{max-width:510px;font-size:1.0rem}.hero .button{font-size:0.8125rem}.hero-art{min-height:0;aspect-ratio:1.06}.hero-art img{object-position:center 48%}.art-bottom>span{font-size:1.9375rem}.art-top{font-size:0.75rem;left:24px;right:24px}.art-bottom{left:24px;right:24px;bottom:25px}.ticker{padding:18px 20px}.ticker>div{justify-content:flex-start;gap:20px;width:max-content;font-size:0.75rem}.section{padding-block:58px}.intro,.faq{grid-template-columns:1fr;gap:28px}h2{font-size:2.625rem;letter-spacing:-2px}.intro-body{padding-top:0;max-width:none}.intro-body .lead{font-size:1.375rem}.intro-body p{font-size:0.9375rem}.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin-top:22px;max-width:none;font-size:0.9375rem}.product-examples{grid-template-columns:1fr;gap:12px}.product-examples article{padding:26px}.example-type{margin-bottom:30px;font-size:0.75rem}.product-examples p{max-width:none}.example-footer{margin-top:20px}.text-link{display:inline-block;margin-top:26px}.steps{grid-template-columns:1fr 1fr;gap:24px;margin-top:36px}.step-number{font-size:2.1875rem;padding-bottom:17px;margin-bottom:20px}.steps h3{font-size:1.25rem}.steps p{font-size:0.875rem;max-width:none}.offer{padding:30px 24px;grid-template-columns:1fr;gap:30px;border-radius:15px}.offer h2{font-size:2.6875rem}.offer-intro{max-width:none;font-size:0.9375rem}.checklist li{font-size:0.875rem}.purchase-panel{padding:25px}.recipe-title{font-size:2.6875rem;margin-block:30px}.price{font-size:3.875rem}.offer-section{padding-bottom:30px}.offer-footnote{text-align:left}.faq{padding-top:28px}.faq h2{font-size:2.375rem}.faq-list summary{font-size:0.9375rem}.closing{padding-block:42px 55px}.closing .eyebrow{font-size:0.75rem;letter-spacing:1px}.closing p{font-size:3.0625rem;letter-spacing:-2.7px;margin-right:60px}.round-link{height:51px;width:51px;font-size:1.75rem;top:80px}.footer{flex-wrap:wrap;padding-block:25px}.footer .brand{width:100%}.footer p,.footer>a:last-child{font-size:0.75rem}dialog{padding:36px 25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

/* CONVERT: obsah balíčku a AI sprint */
.steps{grid-template-columns:repeat(3,1fr);gap:42px}.step-number{font-size:2.3125rem;letter-spacing:-1.8px}.day-label{font-size:0.75rem;letter-spacing:1.5px;display:block;color:#59674b;margin-bottom:15px}.steps p{max-width:none}.step-output{font-size:0.75rem;font-weight:700;letter-spacing:.5px;line-height:1.6;display:block;margin-top:23px}.sprint-note{font-size:0.75rem;line-height:1.8;color:#657058;border-top:1px solid #c4ccba;padding-top:24px;margin:39px 0 0;max-width:1010px}.ai-section{padding-bottom:35px}.ai-panel{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.ai-panel h2{margin-bottom:25px}.ai-panel h2 em{font-family:Georgia,serif}.ai-panel p{line-height:1.8;color:var(--gray);max-width:480px}.ai-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:25px}.ai-tags span{padding:8px 12px;border:1px solid var(--line);border-radius:30px;font-size:0.75rem}.prompt-preview{background:var(--lime);border-radius:14px;padding:34px}.prompt-top{font-size:0.75rem;letter-spacing:1.5px;font-weight:700;display:flex;justify-content:space-between;padding-bottom:24px;border-bottom:1px solid #abc651}.prompt-top span{font-size:1.375rem}.prompt-preview blockquote{margin:30px 0;font-size:1.5625rem;line-height:1.5;letter-spacing:-.6px}.prompt-preview mark{background:var(--ink);color:var(--lime);padding:3px 7px;font-size:1.25rem}.prompt-caption{font-size:0.75rem;color:#4c5c27}.inside{padding-bottom:0}.document-previews{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.document-previews figure{margin:0;min-width:0}.document-previews figure>a{background:#e9ecdf;padding:22px;display:block;border-radius:12px;overflow:hidden}.document-previews img{width:100%;height:auto;display:block;box-shadow:0 8px 18px #191b1520;transition:transform .25s}.document-previews a:hover img{transform:translateY(-4px)}.document-previews figcaption{padding-top:20px}.document-previews strong,.document-previews figcaption span{display:block;font-size:0.875rem;line-height:1.6}.document-previews figcaption span{color:var(--gray);font-size:0.8125rem;margin-top:3px}.offer .convert-title{font-size:clamp(42px,5vw,70px);font-weight:650;letter-spacing:-3px;white-space:nowrap}.convert-dot{color:var(--lime)}.offer-subtitle{color:var(--lime);font-size:2.0625rem;font-weight:400;letter-spacing:-1px;margin:10px 0 0}.format-note{color:#b9c2aa;font-size:0.75rem;line-height:1.7;margin:25px 0 0}.purchase-facts{display:flex;flex-wrap:wrap;gap:8px;font-size:0.75rem;margin-bottom:35px}.purchase-facts span{padding:7px 9px;border:1px solid #566047;border-radius:5px}.recipe-title{font-size:2.625rem}.hero h1{font-size:clamp(55px,6.1vw,87px);line-height:1.06;letter-spacing:-4.8px}.hero-description{margin-top:29px}.hero-art{min-height:620px}.hero-copy{padding-top:13px}.micro{max-width:390px;line-height:1.6}.hero .button{margin-top:1px}.hero .author-line{margin-top:30px}
@media(max-width:1100px){.ai-panel{gap:35px}.prompt-preview{padding:27px}.prompt-preview blockquote{font-size:1.375rem}.steps{gap:27px}.hero h1{letter-spacing:-3px}.offer{gap:35px;padding:36px}.recipe-title{font-size:2.25rem}.offer-subtitle{font-size:1.75rem}.document-previews{gap:20px}.document-previews figure>a{padding:17px}}
@media(max-width:760px){.hero h1{font-size:clamp(51px,11.7vw,80px);letter-spacing:-3px}.hero-art{min-height:0}.hero-copy{padding-top:0}.hero-description{margin-top:0}.hero .author-line{margin-top:24px}.steps{grid-template-columns:1fr;gap:32px}.step-number{margin-bottom:20px;font-size:2.0rem}.steps h3{font-size:1.5rem}.steps p{font-size:1.0rem}.step-output{margin-top:17px}.ai-panel{grid-template-columns:1fr;gap:30px}.ai-section{padding-bottom:10px}.prompt-preview{padding:26px}.prompt-preview blockquote{font-size:1.4375rem}.prompt-preview mark{font-size:1.125rem}.inside{padding-bottom:0}.document-previews{grid-template-columns:1fr;gap:32px}.document-previews figure>a{padding:23px;max-height:350px}.document-previews img{width:100%;height:auto}.document-previews figure>a:hover img{transform:none}.offer{padding:30px 24px;gap:28px}.offer .convert-title{font-size:clamp(36px,10.5vw,66px);letter-spacing:-2px}.offer-subtitle{font-size:1.8125rem}.recipe-title{font-size:2.5625rem}.sprint-note{font-size:0.75rem}.document-previews figcaption{padding-top:12px}.header .nav-cta{font-size:0.75rem}.header nav{gap:0}}

.hero-copy,.intro>div,.offer-copy,.purchase-panel,.faq>div,.ai-panel>div{min-width:0}p,li,summary{overflow-wrap:break-word}

.button .button-label,.button .button-label span{font-size:inherit;font-weight:inherit;line-height:1.5}.art-top{gap:16px}.art-top>span:last-child{text-align:right}@media(max-width:360px){.header{gap:8px}.header .brand{font-size:1rem}.header .brand-icon{width:27px;height:27px}.header .nav-cta{padding:10px 8px;font-size:.75rem;gap:5px}.header .nav-cta>span{display:none}.hero .button{gap:12px}.art-top{font-size:.75rem;letter-spacing:.7px}}

/* Příběh a konverzní struktura podle CONVERT Playbooku. */
.hero h1{font-size:clamp(3.2rem,5.3vw,4.8rem);letter-spacing:-.055em;line-height:1.06}.hero{align-items:start;grid-template-columns:1.1fr 1fr}.hero-description{max-width:520px;margin:25px 0 18px;font-size:1rem}.hero-benefits{padding:0;list-style:none;margin:0 0 25px;font-size:.875rem;line-height:1.7}.hero-benefits li:before{content:'✓';margin-right:10px;color:#526f19}.hero-product{background:#20251a;border-radius:16px;padding:27px 32px;color:var(--paper);overflow:hidden}.product-topline,.product-bottomline{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.75rem;letter-spacing:.5px}.product-topline{font-weight:700;padding-bottom:24px}.product-topline span{font-size:.75rem;font-weight:400;color:#bec8ac;text-align:right}.hero-product img{display:block;width:80%;height:auto;margin:auto;box-shadow:0 13px 30px #0005;max-height:505px;object-fit:contain}.product-bottomline{padding-top:25px}.product-bottomline>span:last-child{font-size:.75rem;color:#bec8ac}.proof-strip{display:flex;align-items:center;gap:35px;border-block:1px solid var(--line);padding-block:24px;font-size:.8125rem;color:var(--gray)}.proof-strip p{margin:0;margin-right:auto}.proof-strip strong{display:block;color:var(--ink);font-size:1.05rem;margin-bottom:5px}.story-section{display:grid;grid-template-columns:1fr 1fr;gap:80px}.story-heading h2{font-size:clamp(2.5rem,4vw,3.5rem)}.story-body{padding-top:40px}.story-body p,.author-letter p{font-size:1.0625rem;line-height:1.85;color:#5c6254;margin-bottom:23px}.story-body .lead{font-size:1.5rem;line-height:1.4;color:var(--ink)}.story-body strong{font-weight:600;color:var(--ink)}.story-body .story-turn{color:var(--ink);font-size:1.4rem;line-height:1.5;border-left:3px solid #9abd45;padding-left:22px;margin:30px 0 0}.promise-band{background:var(--lime);padding:65px 0}.promise-band h2{font-size:clamp(2rem,3.5vw,3.3rem);margin-top:22px}.promise-band em{font-family:Georgia,serif}.promise-band p{max-width:680px;line-height:1.8;font-size:1rem;margin:25px 0 0}.inside{padding-top:0;padding-bottom:85px}.product-examples h3{font-size:1.4rem}.product-examples p{font-size:1rem}.audience{padding-bottom:55px}.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px}.audience-grid article{border-top:2px solid #9caf77;padding-top:25px}.audience-grid article:last-child{border-color:#bdc2b6}.audience-grid h3{font-size:1.35rem;font-weight:500;letter-spacing:-.5px}.audience-grid ul{padding-left:20px;margin:0}.audience-grid li{line-height:1.75;font-size:1rem;margin-bottom:12px;color:var(--gray)}.author-story{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;border-top:1px solid var(--line);padding-bottom:30px}.author-card{background:#e9edde;border-radius:14px;padding:40px;align-self:start}.author-card .monogram{width:70px;height:70px;font-size:1.4rem;background:var(--lime);border:0;margin-bottom:32px}.author-card h2{font-size:2.4rem}.author-card p{font-size:.875rem;margin:20px 0 40px;color:var(--gray)}.author-letter h2{font-size:2.7rem;margin:0 0 28px}.author-letter .letter-end{color:var(--ink)}.checklist small{display:block;color:#b9c2aa;font-size:.875rem;line-height:1.65;margin-top:5px}.checklist li{padding-block:11px;font-size:1rem}.offer-subtitle{font-size:1.7rem;line-height:1.25}.purchase-panel{align-self:start;position:sticky;top:30px}.offer .recipe-title{font-size:2.4rem}.closing-story h2{margin:22px 0 0;font-size:clamp(2.8rem,5vw,4.4rem)}.closing-story p{font-size:1rem;letter-spacing:0;line-height:1.8;max-width:520px;margin:23px 0 25px}.closing-story .button{font-size:.875rem}.ai-section{padding-bottom:20px}.ai-panel h2{font-size:2.8rem}
@media(max-width:1000px){.story-section,.author-story{gap:40px}.hero-product{padding:24px}.hero-product img{width:90%}.proof-strip{gap:22px}.proof-strip p{max-width:180px}.hero{gap:28px}.offer-subtitle{font-size:1.4rem}.story-body{padding-top:20px}}
@media(max-width:760px){.hero{grid-template-columns:1fr;gap:30px}.hero h1{font-size:clamp(2.9rem,11.8vw,4.5rem);letter-spacing:-.05em}.hero-description{font-size:1rem;line-height:1.7}.hero-benefits{font-size:.875rem}.hero-product{padding:24px;max-width:480px;width:100%;margin:auto}.hero-product img{max-height:370px;width:auto;max-width:100%}.product-topline,.product-bottomline{font-size:.75rem}.product-topline span,.product-bottomline>span:last-child{font-size:.75rem}.proof-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;font-size:.75rem}.proof-strip p{grid-column:1/-1;max-width:none}.proof-strip strong{font-size:.9375rem}.story-section,.author-story{grid-template-columns:1fr;gap:25px}.story-body{padding-top:0}.story-heading h2{font-size:2.5rem}.story-body p,.author-letter p{font-size:1rem}.promise-band{padding:45px 0}.promise-band h2{letter-spacing:-1px}.inside{padding-top:0;padding-bottom:55px}.audience-grid{grid-template-columns:1fr;gap:25px}.audience{padding-bottom:55px}.author-story{padding-bottom:0}.author-card{padding:30px}.author-card h2{font-size:2.2rem}.author-card .monogram{margin-bottom:20px}.author-card p{margin-bottom:25px}.author-letter h2{font-size:2.2rem;margin-top:10px}.offer-subtitle{font-size:1.5rem}.purchase-panel{position:static}.offer .recipe-title{font-size:2.2rem}.ai-panel h2{font-size:2.3rem}.closing-story h2{font-size:2.8rem}.closing-story p{margin-right:0}.closing-story .button{font-size:.8125rem}}

.personal-hero{grid-template-columns:1.13fr 1fr;align-items:stretch}.personal-hero h1{font-size:clamp(2.8rem,4.9vw,4.5rem);line-height:1.08;letter-spacing:-.05em}.chapter-card{background:#20251a;color:var(--paper);border-radius:18px;padding:38px;display:flex;flex-direction:column;min-width:0}.chapter-card>.eyebrow{color:#c6ceba}.chapter-number{font-size:6rem;line-height:1;letter-spacing:-.07em;margin:38px 0;color:var(--lime)}.chapter-number span{font-size:2.7rem;color:#8e9a7c;letter-spacing:-2px}.chapter-quote{font-size:clamp(2rem,3.5vw,3.4rem);line-height:1.15;letter-spacing:-1.6px;margin-bottom:42px}.chapter-quote em{color:var(--lime);font-family:Georgia,serif}.chapter-footer{margin-top:auto;border-top:1px solid #536046;padding-top:24px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:.8rem}.chapter-footer a{border:1px solid #84916f;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:1.5rem;flex-shrink:0}.proof-context{color:var(--gray);font-size:.75rem;line-height:1.7;margin-top:14px}.proof-strip p>span{font-size:.75rem}.story-date{border-top:1px solid var(--line);padding-top:25px;margin-top:35px;font-size:.875rem;font-weight:700}.story-date span{display:block;font-size:.8rem;color:var(--gray);font-weight:400;line-height:1.7;margin-top:8px}.source-link{font-size:.8rem;text-decoration:underline;text-underline-offset:4px}.results-section{padding-top:20px}.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.result-grid article{background:#eaf0df;padding:30px;border-radius:12px}.result-grid article>span{font-size:.75rem;letter-spacing:1.2px}.result-grid strong{display:block;font-size:clamp(1.75rem,3.1vw,2.8rem);letter-spacing:-1.8px;font-weight:500;margin:23px 0 15px}.result-grid small{font-size:1.1rem;letter-spacing:0}.result-grid p{font-size:.9rem;line-height:1.7;color:var(--gray);margin:0}.results-explanation{font-size:.875rem;line-height:1.8;color:var(--gray);max-width:960px;margin:23px 0 30px}.fapi-proof{margin:0}.fapi-proof img{display:block;width:100%;height:auto;border:1px solid var(--line);border-radius:10px}.fapi-proof figcaption{color:var(--gray);font-size:.75rem;margin-top:12px}.graph-detail{border-block:1px solid var(--line);margin-top:25px}.graph-detail summary{display:flex;justify-content:space-between;padding:20px 0;font-size:.9rem;cursor:pointer;list-style:none}.graph-detail img{width:100%;height:auto}.graph-detail p,.results-limit{font-size:.75rem;color:var(--gray);line-height:1.8}.project-note{margin-top:35px}.project-note p{font-size:1rem;line-height:1.9;margin-top:15px}.project-note p span{color:#97a281;margin-inline:10px}.results-limit{margin-bottom:0}.offer .guide-title{font-size:clamp(2.2rem,4vw,3.5rem);letter-spacing:-2px;line-height:1.08}.guide-title>span{color:var(--lime)}.author-letter .author-sources{font-size:.8125rem;margin-top:26px}.author-sources a{text-decoration:underline;text-underline-offset:3px}.footer-contact p+p{margin-top:7px;line-height:1.7}.footer-contact a{text-decoration:underline}
@media(max-width:760px){.personal-hero{grid-template-columns:1fr}.personal-hero h1{font-size:clamp(2.6rem,10.5vw,4rem)}.chapter-card{padding:29px}.chapter-number{font-size:4.5rem;margin-block:25px}.chapter-quote{font-size:2.4rem;margin-bottom:28px}.result-grid{grid-template-columns:1fr;gap:14px}.result-grid article{padding:25px}.result-grid strong{font-size:2.3rem}.results-section{padding-top:0}.proof-strip{grid-template-columns:1fr 1fr}.proof-strip>span:last-child{grid-column:1/-1}.proof-strip strong{font-size:1rem}.story-date{margin-top:25px}.footer-contact{width:100%}.offer .guide-title{font-size:2.5rem}.chapter-footer{font-size:.8rem}}

.beginner-promise{font-size:1rem;line-height:1.7;max-width:520px;margin:0 0 27px;color:var(--gray)}.beginner-promise strong{display:block;color:var(--ink);font-weight:600;margin-bottom:5px}.personal-hero h1{font-size:clamp(2.7rem,4.8vw,4.35rem)}.personal-hero .hero-description{margin-bottom:18px}.closing-story h2 em{font-family:Georgia,serif;font-weight:400}.product-examples .example-type{padding-right:28px;font-size:.75rem;line-height:1.7;min-height:42px;margin-bottom:27px}.chapter-card{justify-content:space-between}.chapter-quote{font-size:clamp(1.9rem,3.3vw,3rem)}
@media(max-width:760px){.personal-hero h1{font-size:clamp(2.6rem,10.4vw,4rem)}.beginner-promise{font-size:.9375rem;margin-bottom:23px}.personal-hero .button{gap:15px;font-size:.8125rem}.product-examples .example-type{min-height:0}.chapter-quote{font-size:2.2rem}}

/* Prodejní směr: inkoustově modrá, bílá, oranžová a viditelná nabídka. */
:root{--paper:#fff;--ink:#101b35;--lime:#ffc77c;--gray:#526075;--line:#dce2eb}body{background:#fff}.wrap{max-width:1180px}.sales-ribbon{background:#112244;color:white;text-align:center;padding:12px 20px;font-size:.75rem;font-weight:700;letter-spacing:1px}.sales-ribbon span{display:inline-block;color:#ffd49d;margin-left:22px;letter-spacing:0}.header{max-width:1300px;padding-block:20px}.brand-icon{background:#ff8b37;color:#111c35}.brand-dot{color:#ff7a18}.nav-cta{border-color:#dce2eb}.button-dark,.button-lime{background:#fc7523;color:#161a24;box-shadow:0 4px 0 #ce5310,0 10px 24px #fb78232b}.button-dark:hover,.button-lime:hover{background:#ff934e;color:#101b35}.button{font-size:1rem;padding:22px 27px;border-radius:8px;font-weight:750}.sales-hero{grid-template-columns:1.18fr 1fr;gap:48px;padding-top:40px;padding-bottom:54px;align-items:center}.sales-hero .eyebrow{font-size:.75rem;letter-spacing:1px;margin-bottom:22px}.sales-hero h1{font-size:clamp(2.8rem,4.6vw,4.4rem);line-height:1.09;letter-spacing:-.05em;margin-bottom:25px}.sales-hero h1>span{color:#d95b0d}.sales-subhead{font-size:1.2rem;line-height:1.7;color:#394a61;margin:0 0 22px;max-width:560px}.sales-reassurance{font-size:1rem;line-height:1.8;color:#4e5d71;margin-bottom:28px}.sales-reassurance strong{color:#101b35;font-weight:600}.sales-hero .micro{max-width:none;font-size:.8rem;line-height:1.8;margin-top:18px;margin-bottom:20px}.sales-hero .micro strong{color:#15243f;font-size:1rem}.hero-trust{display:flex;gap:15px;flex-wrap:wrap;font-size:.75rem;color:#536076}.sales-evidence{background:#f2f5fa;border:1px solid #dce2eb;border-radius:16px;padding:27px;min-width:0}.evidence-label{font-size:.75rem;letter-spacing:1.4px;font-weight:700;color:#5d6c83}.evidence-value{font-size:clamp(2rem,3.7vw,3.25rem);font-weight:750;letter-spacing:-2px;margin:22px 0 10px;color:#142440}.evidence-value span{font-size:1.1rem;letter-spacing:0}.sales-evidence>p{font-size:.9375rem;line-height:1.7;color:#526075}.sales-evidence img{width:100%;height:auto;border:1px solid #d0d8e5;border-radius:7px;display:block}.sales-evidence .evidence-context{font-size:.75rem;margin:14px 0 20px}.sales-evidence .author-line{border-top:1px solid #d4deeb;padding-top:20px}.proof-strip{gap:28px}.proof-strip strong{color:#153766}.section{padding-block:75px}h2{font-weight:700;letter-spacing:-.04em;line-height:1.13}h3{font-weight:650}.story-section{gap:65px}.story-heading h2{font-size:2.85rem}.story-body{padding-top:12px}.story-body p,.author-letter p{color:#46546b}.story-body .story-turn{border-color:#ff802e;color:#142440}.muted{color:#7f8da1}.sales-problem{text-align:center;padding-bottom:35px}.sales-problem h2{font-size:clamp(2rem,3.6vw,3.15rem);margin:20px auto 34px}.sales-problem em{color:#d95b0d;font-style:normal}.problem-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;text-align:left}.problem-columns>div{border-top:3px solid #fb8237;padding-top:23px}.problem-columns h3{font-size:1.15rem;line-height:1.4;letter-spacing:-.4px}.problem-columns p{font-size:1rem;color:#536075;line-height:1.8}.sales-bridge{font-size:1.25rem;font-weight:700;margin:26px 0 0}.results-section{padding-top:35px}.result-grid article{background:#f1f5fb;border:1px solid #d8e1ef}.result-grid strong{color:#163967}.sales-checkpoint{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:27px 32px;background:#fff4e9;border:1px solid #ffd7b4;border-radius:12px;margin-top:0;margin-bottom:65px}.sales-checkpoint h3{font-size:1.3rem;letter-spacing:-.5px;line-height:1.4;margin-bottom:7px}.sales-checkpoint p{font-size:.9375rem;line-height:1.6;color:#62667a;margin:0}.sales-checkpoint .button{flex-shrink:0;font-size:.9rem}.promise-band{background:#132648;color:#fff;padding:65px 0}.promise-band .eyebrow{color:#f6bc83}.promise-band h2 em{color:#ffbd7e;font-family:inherit;font-style:normal}.promise-band p{color:#d4deed}.product-examples article{background:#f1f5fa;border:1px solid #dce3ed}.product-examples article:hover{background:#eaf0f9}.example-footer{border-color:#ced8e6}.journey{background:#f1f5fb}.journey .steps p,.day-label,.sprint-note{color:#52647b}.step-number{color:#db641d;border-color:#cdd8e7}.ai-tags span{border-color:#dce3ed}.prompt-preview{background:#fff2e4;border:1px solid #ffd4ad}.prompt-top{border-color:#e7c09a}.prompt-caption{color:#6a6058}.prompt-preview mark{background:#142744;color:#fff}.audience-grid article{border-color:#49739d}.author-card{background:#eef3fa}.monogram{background:#ffdcbb;border-color:#f0c49e}.offer{background:#11213e;padding:48px;gap:45px;border-radius:18px;color:#fff;box-shadow:0 15px 45px #12224320}.offer .guide-title span,.offer-subtitle,.checklist li:before{color:#ffc183}.offer .eyebrow,.offer-status{color:#c5d4e9}.offer-intro,.checklist small,.format-note{color:#c4d1e4}.purchase-panel{background:#fff;color:#162441;border-color:#fff;padding:27px;box-shadow:0 12px 35px #0002}.edition-label,.price-label{color:#596980}.recipe-title{color:#152441}.recipe-title em{color:#ca5410}.price-area{border-color:#dce3ed}.price{color:#142441;font-weight:800}.price-area p,.checkout-note{color:#546278}.purchase-facts{color:#53647b}.purchase-facts span{border-color:#d8e1ed}.offer .buy-button{font-size:.875rem}.offer-footnote{max-width:960px;margin:22px auto 0}.closing-story{text-align:center;padding:60px 0 80px}.closing-story p{margin:24px auto;max-width:600px}.closing-story h2 em{color:#d95b0d;font-family:inherit;font-style:normal}.footer{padding-bottom:105px}.sticky-buy{position:fixed;z-index:25;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:55px;padding:12px 24px;background:#fffffff5;border-top:1px solid #dce3ed;box-shadow:0 -4px 20px #15243f10;backdrop-filter:blur(10px)}.sticky-buy>div strong,.sticky-buy>div span{display:block}.sticky-buy>div strong{font-size:.875rem}.sticky-buy>div span{font-size:.75rem;color:#56667c;margin-top:5px}.sticky-buy .button{padding:12px 25px;min-height:46px;font-size:.875rem}html{scroll-padding-bottom:110px}.source-link,.author-sources a{color:#375e87}
@media(max-width:1000px){.sales-hero{gap:28px}.sales-evidence{padding:23px}.sales-checkpoint{padding:24px}.sales-checkpoint .button{font-size:.8125rem;padding:19px}.offer{padding:35px;gap:28px}}
@media(max-width:760px){.sales-ribbon{font-size:.65rem;letter-spacing:.5px;padding:9px 15px}.sales-ribbon span{display:block;margin:5px 0 0}.sales-hero{grid-template-columns:1fr;padding-top:24px;gap:32px}.sales-hero h1{font-size:clamp(2.25rem,9.8vw,3.6rem)}.sales-hero .eyebrow{font-size:.68rem;letter-spacing:.7px;line-height:1.7}.sales-subhead{font-size:1.0625rem;line-height:1.7}.sales-reassurance{font-size:.9375rem}.sales-main-cta{width:100%;font-size:.875rem;padding:20px}.sales-evidence{padding:24px}.evidence-value{font-size:2.55rem;letter-spacing:-1.7px}.hero-trust{font-size:.75rem;gap:12px}.section{padding-block:52px}.problem-columns{grid-template-columns:1fr;gap:19px}.problem-columns h3{margin-bottom:10px}.problem-columns p{margin-bottom:0}.sales-bridge{font-size:1.1rem}.story-section{gap:24px}.story-heading h2{font-size:2.4rem}.sales-checkpoint{display:block;margin-bottom:45px;padding:25px}.sales-checkpoint .button{display:flex;margin-top:22px;font-size:.875rem}.sales-checkpoint h3{font-size:1.2rem}.sales-checkpoint p{font-size:.9rem}.offer{padding:29px 22px;gap:28px}.offer .guide-title{font-size:2.3rem}.purchase-panel{padding:23px}.sticky-buy{justify-content:space-between;gap:15px;padding:12px 18px;padding-bottom:calc(12px + env(safe-area-inset-bottom))}.sticky-buy>div strong{font-size:.75rem}.sticky-buy .button{font-size:.8125rem;padding:12px 19px;gap:16px}.footer{padding-bottom:110px}.closing-story{padding-bottom:55px}.sales-hero .micro{font-size:.75rem}.sales-hero .micro strong{font-size:.9375rem}}
