
:root{--blue:#17468c;--blue-dark:#102f65;--blue-soft:#edf5ff;--yellow:#f6ae17;--yellow-soft:#fff1bd;--green:#12a653;--green-dark:#08783a;--text:#263652;--muted:#68758b;--border:#e2eaf5;--white:#fff;--shadow:0 18px 45px rgba(28,55,95,.10)}
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;overflow-x:hidden}button,a{font:inherit}button{border:0}img{width:100%;display:block}.container{width:min(1180px,92%);margin:0 auto}
.nav{height:88px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20}.brand,.footer-brand{text-decoration:none;color:var(--blue);font-size:28px;font-weight:900}.brand span,.footer-brand span{color:var(--yellow)}.nav-links{display:flex;align-items:center;gap:30px}.nav-links a{color:#40506b;text-decoration:none;font-weight:700;transition:.2s}.nav-links a:hover{color:var(--blue)}.nav-buy{text-decoration:none;background:var(--green);color:#fff;padding:13px 20px;border-radius:12px;font-weight:900;box-shadow:0 5px 0 var(--green-dark)}
.hero{min-height:760px;overflow:hidden;background:radial-gradient(circle at 85% 13%,rgba(255,216,93,.75),transparent 25%),radial-gradient(circle at 5% 70%,rgba(145,203,255,.25),transparent 25%),linear-gradient(135deg,#eef7ff 0%,#fff9ea 100%)}.hero-grid{min-height:660px;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:55px;padding:30px 0 75px}.eyebrow,.section-label{display:inline-flex;border-radius:999px;padding:9px 14px;background:var(--yellow-soft);color:#805900;font-size:12px;font-weight:900;letter-spacing:.7px}.hero-copy h1{margin-top:18px;font-size:clamp(43px,5.1vw,68px);line-height:1.02;color:var(--blue);letter-spacing:-2px}.hero-copy h1 span{display:block;color:#e99a00}.hero-description{max-width:620px;margin:24px 0;color:var(--muted);line-height:1.65;font-size:18px}.hero-list{display:grid;grid-template-columns:1fr 1fr;gap:13px 18px;margin-bottom:27px;font-weight:700}.check{display:inline-grid;width:23px;height:23px;place-items:center;margin-right:6px;background:#daf8e5;color:var(--green-dark);border-radius:50%}.hero-offer{width:max-content;max-width:100%;display:flex;align-items:center;gap:14px;padding:13px 18px;margin-bottom:25px;border-radius:18px;background:#fff;border:1px solid #dbe6f4;box-shadow:var(--shadow)}.mini-offer{background:#ffe179;color:#705000;font-size:11px;font-weight:900;padding:7px 9px;border-radius:8px}.hero-price{color:var(--green);display:flex;align-items:flex-start}.hero-price small{font-size:20px;font-weight:900;margin-top:10px;margin-right:4px}.hero-price strong{font-size:48px;line-height:1}.price-note{color:var(--muted);font-size:12px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap}.button{min-height:56px;padding:0 26px;display:inline-flex;align-items:center;justify-content:center;border-radius:13px;text-decoration:none;font-weight:900;text-align:center;transition:.2s}.button:hover{transform:translateY(-3px)}.primary{color:#fff;background:linear-gradient(135deg,#1dbc60,#0f9a48);box-shadow:0 7px 0 var(--green-dark)}.secondary{color:var(--blue);background:#fff;border:2px solid #dae5f3}.hero-showcase{position:relative;height:570px}.glow{position:absolute;width:480px;height:480px;background:radial-gradient(circle,#fff 0%,rgba(255,255,255,.4) 40%,transparent 70%);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.hero-book{position:absolute;width:250px;border-radius:17px;border:5px solid #fff;box-shadow:0 28px 55px rgba(20,40,78,.25)}.book-left{left:0;top:125px;transform:rotate(-10deg)}.book-center{z-index:4;width:285px;left:145px;top:30px}.book-right{right:0;top:130px;transform:rotate(10deg)}.hero-badge{position:absolute;z-index:6;bottom:38px;right:5px;background:#fff;border-radius:16px;padding:14px 18px;box-shadow:var(--shadow)}.hero-badge strong,.hero-badge span{display:block}.hero-badge strong{color:var(--blue)}
.quick-benefits{position:relative;margin-top:-35px;z-index:10}.quick-grid{background:#fff;display:grid;grid-template-columns:repeat(3,1fr);border-radius:20px;box-shadow:0 18px 45px rgba(20,40,78,.12);overflow:hidden}.quick-item{padding:25px;display:flex;align-items:center;gap:15px}.quick-item+.quick-item{border-left:1px solid var(--border)}.quick-icon{font-size:34px}.quick-item strong,.quick-item span{display:block}.quick-item strong{color:var(--blue);margin-bottom:5px}.quick-item span{color:var(--muted);font-size:14px}
.section{padding:100px 0}.section-heading{max-width:760px;text-align:center;margin:0 auto 50px}.section-heading>span{color:#df9300;font-size:12px;font-weight:900;letter-spacing:1.2px}.section-heading h2{color:var(--blue);font-size:clamp(32px,4vw,43px);line-height:1.12;margin-top:10px}.section-heading p{max-width:650px;margin:14px auto 0;color:var(--muted);line-height:1.6}
.what{padding-top:125px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.feature-card{border:1px solid var(--border);border-radius:18px;padding:28px 23px;background:#fff;box-shadow:0 10px 30px rgba(30,55,90,.05)}.feature-icon{font-size:38px;margin-bottom:18px}.feature-card h3{color:var(--blue);margin-bottom:9px}.feature-card p{color:var(--muted);line-height:1.55}
.books-section{background:#f5f8fe}.books-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.book-card{overflow:hidden;background:#fff;border-radius:18px;box-shadow:var(--shadow);transition:.25s}.book-card:hover{transform:translateY(-8px)}.book-card img{aspect-ratio:3/4;object-fit:cover}.book-body{padding:17px 15px 20px}.book-body span{color:#e99a00;font-size:12px;font-weight:900}.book-body h3{margin-top:6px;color:var(--blue);font-size:17px;line-height:1.3}
.mid-cta{padding:40px 0;background:linear-gradient(135deg,#133d80,#2568c2)}.mid-cta-box{min-height:150px;display:flex;align-items:center;justify-content:space-between;gap:30px}.mid-cta span{color:#ffda61;font-size:12px;font-weight:900}.mid-cta h2{max-width:720px;color:#fff;font-size:30px;margin-top:8px}.mid-cta h2 strong{color:#ffdc62}.mid-cta p{color:#d8e6ff;margin-top:7px}
.samples-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.sample-card{overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);transition:.25s}.sample-card:hover{transform:translateY(-7px)}.sample-card img{aspect-ratio:3/4;object-fit:cover;object-position:top;background:#fff}.sample-body{padding:18px 18px 22px}.sample-body h3{color:var(--blue);margin-bottom:8px}.sample-body p{color:var(--muted);line-height:1.55}
.audience{background:#f5f8fe}.audience-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:65px}.audience-copy h2{color:var(--blue);font-size:42px;line-height:1.12;margin:15px 0}.audience-copy p{color:var(--muted);line-height:1.65;margin-bottom:28px}.audience-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px}.audience-card{background:#fff;border-radius:18px;padding:25px;box-shadow:var(--shadow)}.audience-card>span{font-size:35px}.audience-card strong{display:block;margin:13px 0 7px;color:var(--blue)}.audience-card p{color:var(--muted);font-size:14px;line-height:1.5}
.faq{max-width:820px;margin:0 auto;display:grid;gap:13px}.faq-item{border:1px solid var(--border);border-radius:15px;overflow:hidden;background:#fff}.faq-question{width:100%;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:15px;color:var(--blue);background:#fff;font-weight:800;cursor:pointer;text-align:left}.faq-question span{font-size:25px;color:var(--yellow);transition:.2s}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer p{padding:0 22px 22px;color:var(--muted);line-height:1.6}.faq-item.open .faq-answer{max-height:180px}.faq-item.open .faq-question span{transform:rotate(45deg)}
.offer-section{padding:105px 0;background:radial-gradient(circle at 15% 20%,rgba(255,220,96,.12),transparent 16%),radial-gradient(circle at 88% 25%,rgba(255,220,96,.12),transparent 16%),#17468c}.offer-card{max-width:660px;margin:0 auto;padding:55px;text-align:center;background:#fff;border-radius:27px;box-shadow:0 30px 70px rgba(0,0,0,.2)}.offer-badge{display:inline-flex;padding:8px 14px;border-radius:999px;background:#ffe17b;color:#745200;font-size:12px;font-weight:900}.offer-card h2{color:var(--blue);font-size:37px;line-height:1.18;margin:20px 0 12px}.offer-description{max-width:510px;margin:0 auto;color:var(--muted);line-height:1.6}.final-price{margin:27px 0 24px;padding:19px;border:2px solid #1caf58;border-radius:20px;background:linear-gradient(135deg,#edfff4,#d9ffe7)}.final-price>span{display:block;color:#0c8c42;font-size:12px;font-weight:900;margin-bottom:6px}.final-price>div{display:flex;justify-content:center;align-items:flex-start;color:var(--green)}.final-price small{margin-top:15px;margin-right:5px;font-size:26px;font-weight:900}.final-price strong{font-size:78px;line-height:1}.final-price p{color:#5f7669;margin-top:6px}.final-buy{width:100%;min-height:62px;border-radius:14px;background:linear-gradient(135deg,#1dbc60,#0e9948);color:#fff;font-size:18px;font-weight:900;cursor:pointer;box-shadow:0 7px 0 var(--green-dark);transition:.2s}.final-buy:hover{transform:translateY(-3px)}.safe{margin-top:22px;color:#778092;font-size:13px}
footer{padding:45px 0;background:#0e2b5e;color:#dce8ff}.footer-content{text-align:center}.footer-brand{color:#fff}.footer-content p{margin:10px 0}.mobile-buy{display:none}
@media(max-width:1050px){.hero-grid{grid-template-columns:1fr;text-align:center}.hero-description{margin-left:auto;margin-right:auto}.hero-list{max-width:610px;margin-left:auto;margin-right:auto;text-align:left}.hero-offer{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-showcase{width:590px;max-width:100%;margin:0 auto}.feature-grid{grid-template-columns:1fr 1fr}.books-grid{grid-template-columns:repeat(3,1fr)}.audience-grid{grid-template-columns:1fr}}
@media(max-width:760px){body{padding-bottom:72px}.hero{min-height:auto!important;padding:0 0 38px!important;overflow:hidden!important}.nav{width:91%!important;height:68px!important;padding:0!important}.brand{font-size:20px!important;white-space:nowrap}.nav-buy{font-size:14px!important;padding:10px 13px!important;border-radius:10px!important}.nav-links{display:none!important}.hero-grid{width:91%!important;display:flex!important;flex-direction:column!important;min-height:auto!important;gap:26px!important;padding:26px 0 0!important}.hero-copy{width:100%!important;text-align:center!important}.eyebrow{font-size:11px!important;padding:8px 12px!important;margin-bottom:4px!important}.hero-copy h1{max-width:420px!important;margin:15px auto 0!important;font-size:36px!important;line-height:1.05!important;letter-spacing:-1px!important}.hero-copy h1 span{margin-top:4px}.hero-description{max-width:410px!important;margin:18px auto!important;font-size:16px!important;line-height:1.55!important}.hero-list{width:100%!important;max-width:390px!important;margin:22px auto!important;grid-template-columns:1fr!important;gap:10px!important;text-align:left!important;font-size:15px!important}.hero-list>div{display:flex;align-items:center}.check{flex:0 0 23px}.hero-offer{width:100%!important;max-width:390px!important;margin:22px auto!important;display:grid!important;grid-template-columns:auto 1fr!important;align-items:center!important;gap:4px 12px!important;padding:15px!important}.mini-offer{grid-row:1/3;font-size:10px!important;line-height:1.2;padding:8px 9px!important}.hero-price{justify-content:center!important}.hero-price small{font-size:19px!important;margin-top:8px!important}.hero-price strong{font-size:43px!important}.price-note{font-size:11px!important;text-align:center}.hero-actions{width:100%!important;max-width:390px!important;margin:0 auto!important;display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.hero-actions .button{width:100%!important;min-height:55px!important;padding:0 16px!important;font-size:14px!important}.hero-showcase{position:relative!important;width:100vw!important;max-width:none!important;height:355px!important;margin:4px calc(50% - 50vw) 0!important;transform:none!important;overflow:hidden!important}.glow{width:330px!important;height:330px!important;left:50%!important;top:47%!important}.hero-book{border-width:3px!important;border-radius:13px!important;box-shadow:0 18px 34px rgba(20,40,78,.24)!important}.book-center{width:205px!important;max-width:54vw!important;left:50%!important;right:auto!important;top:4px!important;transform:translateX(-50%)!important;z-index:5!important}.book-left{width:155px!important;max-width:42vw!important;left:-18px!important;right:auto!important;top:63px!important;transform:rotate(-8deg)!important;z-index:2!important}.book-right{width:155px!important;max-width:42vw!important;right:-18px!important;left:auto!important;top:63px!important;transform:rotate(8deg)!important;z-index:2!important}.hero-badge{display:none!important}.quick-benefits{margin-top:0!important;padding-top:0!important}.quick-grid{width:91%!important;grid-template-columns:1fr!important;border-radius:18px!important}.quick-item{padding:18px!important}.quick-item+.quick-item{border-left:0;border-top:1px solid var(--border)}.section{padding:75px 0}.feature-grid,.books-grid,.samples-grid,.audience-cards{grid-template-columns:1fr 1fr}.mid-cta-box{flex-direction:column;align-items:flex-start;padding-top:25px;padding-bottom:25px}.mid-cta .button{width:auto}.audience-copy{text-align:center}.audience-copy h2{font-size:34px}.offer-card{padding:42px 22px}.offer-card h2{font-size:31px}.mobile-buy{position:fixed;display:flex;z-index:1000;bottom:0;left:0;width:100%;min-height:70px;background:#fff;border-top:1px solid #dce5f1;padding:10px 15px;align-items:center;justify-content:space-between;gap:15px;box-shadow:0 -8px 25px rgba(15,36,70,.12)}.mobile-buy small,.mobile-buy strong{display:block}.mobile-buy small{color:#777;font-size:11px}.mobile-buy strong{color:var(--green);font-size:24px}.mobile-buy button{background:var(--green);color:#fff;padding:13px 19px;border-radius:10px;font-weight:900;cursor:pointer}}
@media(max-width:500px){.container{width:91%}.feature-grid,.books-grid,.samples-grid,.audience-cards{grid-template-columns:1fr}.section-heading{margin-bottom:35px}.section-heading h2{font-size:30px}.sample-card img{aspect-ratio:auto}.mid-cta{text-align:center}.mid-cta-box{align-items:center}.mid-cta h2{font-size:26px}.mid-cta .button{width:100%}.audience-copy h2{font-size:30px}.offer-card{padding:35px 17px}.final-price strong{font-size:62px}.final-price small{font-size:21px;margin-top:10px}}
@media(max-width:420px){.brand{font-size:18px!important}.nav-buy{font-size:13px!important}.hero-copy h1{font-size:32px!important}.hero-description{font-size:15px!important}.hero-showcase{height:325px!important}.book-center{width:188px!important}.book-left,.book-right{width:140px!important;top:60px!important}}
