*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--green-dark: #1B2A4A;--green-mid: #243D6B;--green-light: #4A90D9;--green-pale: #D6E8F7;--green-faint: #EEF4FB;--gold: #E9A84C;--gold-light: #FFF3D6;--text-dark: #0F1F16;--text-mid: #2D4070;--text-muted: #7A90B8;--white: #FFFFFF;--off-white: #F7F9FC;--border: #C5D5EB}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--white);color:var(--text-dark);overflow-x:hidden;padding-top:64px}nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);padding:0 5%;height:64px;display:flex;align-items:center;justify-content:space-between;transition:box-shadow .3s}nav.scrolled{box-shadow:0 2px 20px #1b433214}.nav-logo{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--green-dark);text-decoration:none;letter-spacing:-.3px;flex-shrink:0}.nav-logo span{color:var(--green-light)}.nav-links{display:flex;align-items:center;gap:32px}.nav-links a{font-size:14px;font-weight:400;color:var(--text-mid);text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--green-dark)}.nav-cta{background:var(--green-dark)!important;color:var(--white)!important;padding:9px 20px;border-radius:8px;font-weight:500!important;transition:background .2s,transform .15s!important}.nav-cta:hover{background:var(--green-mid)!important;transform:translateY(-1px)}.nav-mobile-toggle{display:none;background:none;border:none;font-size:22px;color:var(--green-dark);cursor:pointer;padding:4px}.nav-mobile-menu{display:none;flex-direction:column;position:fixed;top:64px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--border);padding:16px 5%;z-index:999;gap:4px}.nav-mobile-menu.open{display:flex}.nav-mobile-menu a{font-size:15px;color:var(--text-mid);text-decoration:none;padding:10px 0;border-bottom:1px solid var(--border)}.nav-mobile-menu a:last-child{border-bottom:none}.nav-mobile-menu .nav-cta{margin-top:8px;text-align:center;border-radius:8px;border-bottom:none!important}.hero{min-height:calc(100vh - 64px);padding:80px 5%;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;background:var(--off-white);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-200px;right:-200px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(82,183,136,.12) 0%,transparent 70%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(233,168,76,.08) 0%,transparent 70%);pointer-events:none}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--green-pale);color:var(--green-mid);font-size:12px;font-weight:500;padding:6px 14px;border-radius:100px;margin-bottom:24px;opacity:0;transform:translateY(20px);animation:fadeUp .6s ease forwards .1s}.hero-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green-light);display:block}.hero h1{font-family:Playfair Display,serif;font-size:clamp(38px,5vw,62px);font-weight:900;line-height:1.1;color:var(--green-dark);margin-bottom:20px;opacity:0;transform:translateY(30px);animation:fadeUp .7s ease forwards .2s}.hero h1 em{font-style:italic;color:var(--green-light)}.hero-sub{font-size:17px;font-weight:300;color:var(--text-mid);line-height:1.7;max-width:480px;margin-bottom:36px;opacity:0;transform:translateY(30px);animation:fadeUp .7s ease forwards .35s}.hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;opacity:0;transform:translateY(30px);animation:fadeUp .7s ease forwards .5s}.hero-stats{display:flex;gap:32px;margin-top:48px;opacity:0;transform:translateY(20px);animation:fadeUp .7s ease forwards .65s}.stat-item{text-align:left}.stat-num{font-family:Playfair Display,serif;font-size:28px;font-weight:700;color:var(--green-dark);line-height:1}.stat-label{font-size:12px;color:var(--text-muted);margin-top:4px}.hero-visual{display:flex;justify-content:center;align-items:center;position:relative;opacity:0;transform:translate(40px);animation:fadeLeft .8s ease forwards .4s}.pdf-mockup{width:280px;background:#1b4332;border-radius:16px;padding:32px 28px;position:relative;box-shadow:0 24px 60px #1b433259,0 8px 20px #1b433233;transform:rotate(-2deg);transition:transform .3s}.pdf-mockup:hover{transform:rotate(0) scale(1.02)}.pdf-tag{font-size:10px;font-weight:500;color:#52b788;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px}.pdf-title{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--white);line-height:1.2;margin-bottom:10px}.pdf-subtitle{font-size:11px;color:#fff9;line-height:1.5;margin-bottom:24px}.pdf-divider{height:1px;background:#ffffff26;margin-bottom:18px}.pdf-stat-row{display:flex;gap:12px;margin-bottom:20px}.pdf-stat{flex:1;background:#ffffff14;border-radius:8px;padding:10px}.pdf-stat-val{font-size:16px;font-weight:700;color:var(--gold);font-family:Playfair Display,serif}.pdf-stat-lab{font-size:9px;color:#ffffff80;margin-top:2px}.pdf-price-row{display:flex;align-items:center;justify-content:space-between}.pdf-price{font-size:24px;font-weight:700;font-family:Playfair Display,serif;color:var(--white)}.pdf-btn{background:var(--gold);color:#1a1000;font-size:11px;font-weight:600;padding:8px 16px;border-radius:6px;text-decoration:none}.float-badge{position:absolute;top:-18px;right:-60px;background:var(--white);border-radius:12px;padding:12px 16px;box-shadow:0 8px 24px #0000001f;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--green-dark);animation:floatBob 3s ease-in-out infinite;white-space:nowrap}.float-badge:before{content:"\26a1";font-size:16px}.float-badge2{position:absolute;bottom:-16px;left:-30px;background:var(--white);border-radius:12px;padding:12px 16px;box-shadow:0 8px 24px #0000001f;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--green-dark);animation:floatBob 3s ease-in-out infinite 1.5s;white-space:nowrap}.float-badge2:before{content:"\2605";color:var(--gold);font-size:16px}.trust-bar{background:var(--green-dark);padding:18px 5%;display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:10px;color:#fffc;font-size:13px}.trust-icon{font-size:18px}section{padding:100px 5%}.section-label{font-size:11px;font-weight:500;color:var(--green-light);letter-spacing:2.5px;text-transform:uppercase;margin-bottom:12px;display:block}.section-heading{font-family:Playfair Display,serif;font-size:clamp(30px,4vw,46px);font-weight:700;color:var(--green-dark);line-height:1.15;margin-bottom:16px}.section-sub{font-size:16px;color:var(--text-mid);line-height:1.7;max-width:560px;font-weight:300}.reveal{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.how-section{background:var(--off-white)}.how-section .inner{max-width:1100px;margin:0 auto}.how-section .header{text-align:center;margin-bottom:60px}.how-section .header .section-sub{margin:0 auto}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--border);border-radius:16px;overflow:hidden}.step-card{background:var(--white);padding:40px 32px}.step-num{font-family:Playfair Display,serif;font-size:56px;font-weight:900;color:var(--green-pale);line-height:1;margin-bottom:20px;display:block}.step-icon{width:44px;height:44px;background:var(--green-pale);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:22px}.step-title{font-size:18px;font-weight:500;color:var(--green-dark);margin-bottom:10px}.step-body{font-size:14px;color:var(--text-mid);line-height:1.7;font-weight:300}.featured-section{background:var(--white)}.featured-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.featured-visual{position:relative;display:flex;justify-content:center}.featured-card{width:300px;background:var(--green-dark);border-radius:20px;padding:36px 30px;box-shadow:0 32px 80px #1b43324d;position:relative}.featured-card:before{content:"FEATURED GUIDE";position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--gold);color:#1a1000;font-size:10px;font-weight:600;letter-spacing:1.5px;padding:5px 16px;border-radius:100px;white-space:nowrap}.fc-label{font-size:10px;color:var(--green-light);letter-spacing:2px;text-transform:uppercase;margin-bottom:12px}.fc-title{font-family:Playfair Display,serif;font-size:26px;font-weight:700;color:var(--white);line-height:1.2;margin-bottom:8px}.fc-subtitle{font-size:11px;color:#ffffff8c;line-height:1.6;margin-bottom:24px}.fc-divider{height:1px;background:#ffffff1f;margin-bottom:20px}.fc-features{margin-bottom:24px}.fc-feature{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}.fc-check{width:18px;height:18px;background:var(--green-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;color:var(--white);flex-shrink:0;margin-top:1px}.fc-feature-text{font-size:12px;color:#ffffffbf;line-height:1.5}.fc-bottom{display:flex;align-items:center;justify-content:space-between}.fc-price{font-family:Playfair Display,serif;font-size:32px;font-weight:700;color:var(--white);line-height:1}.fc-price-note{font-size:10px;color:#fff6;margin-top:2px}.fc-buy{background:var(--gold);color:#1a1000;padding:12px 22px;border-radius:10px;font-size:13px;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .2s;box-shadow:0 4px 16px #e9a84c66;display:inline-block}.fc-buy:hover{transform:translateY(-2px);box-shadow:0 8px 24px #e9a84c80}.benefit-list{list-style:none;margin-top:32px}.benefit-item{display:flex;align-items:flex-start;gap:14px;padding:16px 0;border-bottom:1px solid var(--border)}.benefit-item:last-child{border-bottom:none}.benefit-dot{width:10px;height:10px;border-radius:50%;background:var(--green-light);flex-shrink:0;margin-top:6px}.benefit-title{font-size:15px;font-weight:500;color:var(--green-dark);margin-bottom:4px}.benefit-body{font-size:13px;color:var(--text-mid);line-height:1.6;font-weight:300}.why-section{background:var(--green-dark);padding:100px 5%}.why-inner{max-width:1100px;margin:0 auto}.why-header{text-align:center;margin-bottom:60px}.why-header .section-label{color:var(--green-light)}.why-header .section-heading{color:var(--white)}.why-header .section-sub{color:#fff9;margin:0 auto}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.why-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px 28px;transition:background .3s,transform .3s}.why-card:hover{background:#ffffff17;transform:translateY(-4px)}.why-icon{font-size:28px;margin-bottom:18px;display:block}.why-title{font-size:17px;font-weight:500;color:var(--white);margin-bottom:10px}.why-body{font-size:13px;color:#ffffff8c;line-height:1.7;font-weight:300}.cat-section{background:var(--off-white)}.cat-inner{max-width:1100px;margin:0 auto}.cat-header{text-align:center;margin-bottom:52px}.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cat-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:28px 24px;text-align:center;cursor:pointer;transition:border-color .2s,transform .2s,box-shadow .2s;text-decoration:none;display:block}.cat-card:hover{border-color:var(--green-light);transform:translateY(-4px);box-shadow:0 12px 32px #1b43321a}.cat-emoji{font-size:32px;margin-bottom:12px;display:block}.cat-name{font-size:14px;font-weight:500;color:var(--green-dark);margin-bottom:4px}.cat-count{font-size:12px;color:var(--text-muted)}.testi-section{background:var(--white)}.testi-inner{max-width:1100px;margin:0 auto}.testi-header{text-align:center;margin-bottom:52px}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testi-card{background:var(--off-white);border:1px solid var(--border);border-radius:16px;padding:28px;transition:transform .3s}.testi-card:hover{transform:translateY(-4px)}.testi-stars{color:var(--gold);font-size:14px;margin-bottom:14px}.testi-text{font-size:14px;color:var(--text-mid);line-height:1.7;margin-bottom:20px;font-weight:300;font-style:italic}.testi-author{display:flex;align-items:center;gap:10px}.testi-avatar{width:38px;height:38px;border-radius:50%;background:var(--green-pale);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:var(--green-mid)}.testi-name{font-size:13px;font-weight:500;color:var(--green-dark)}.testi-role{font-size:11px;color:var(--text-muted)}.cta-section{background:var(--green-dark);padding:100px 5%;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:-200px;left:50%;transform:translate(-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(82,183,136,.15) 0%,transparent 70%);pointer-events:none}.cta-label{color:var(--green-light);margin-bottom:16px}.cta-heading{font-family:Playfair Display,serif;font-size:clamp(32px,4vw,52px);font-weight:700;color:var(--white);line-height:1.15;margin-bottom:16px}.cta-sub{font-size:16px;color:#fff9;max-width:500px;margin:0 auto 40px;font-weight:300;line-height:1.7}.cta-actions{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}.btn-primary{background:var(--green-dark);color:var(--white);padding:14px 28px;border-radius:10px;font-size:15px;font-weight:500;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 20px #1b433240;display:inline-block}.btn-primary:hover{background:var(--green-mid);transform:translateY(-2px);box-shadow:0 8px 28px #1b43324d}.btn-secondary{color:var(--green-dark);font-size:15px;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:gap .2s}.btn-secondary:hover{gap:10px}.btn-secondary:after{content:"\2192"}.btn-gold{background:var(--gold);color:#1a1000;padding:16px 32px;border-radius:10px;font-size:16px;font-weight:600;text-decoration:none;box-shadow:0 4px 24px #e9a84c73;transition:transform .15s,box-shadow .2s;display:inline-block}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 32px #e9a84c8c}.btn-outline-white{color:#fffc;font-size:15px;font-weight:400;text-decoration:none;border:1px solid rgba(255,255,255,.25);padding:15px 28px;border-radius:10px;transition:border-color .2s,color .2s;display:inline-block}.btn-outline-white:hover{border-color:#fff9;color:var(--white)}.collection-header{background:var(--green-dark);padding:60px 5%;text-align:center}.collection-header h1{font-family:Playfair Display,serif;font-size:42px;font-weight:700;color:var(--white);margin-bottom:12px}.collection-header p{font-size:16px;color:#fff9;font-weight:300}.collection-grid-wrap{padding:60px 5%;max-width:1200px;margin:0 auto}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.product-card{background:var(--white);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:transform .3s,box-shadow .3s;text-decoration:none;display:block}.product-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #1b43321f}.product-card-img{background:var(--green-dark);padding:32px 24px;min-height:180px;display:flex;flex-direction:column;justify-content:space-between}.product-card-category{font-size:10px;color:var(--green-light);letter-spacing:2px;text-transform:uppercase;margin-bottom:10px}.product-card-title{font-family:Playfair Display,serif;font-size:20px;font-weight:700;color:var(--white);line-height:1.2}.product-card-body{padding:20px 24px}.product-card-desc{font-size:13px;color:var(--text-mid);line-height:1.6;margin-bottom:16px;font-weight:300}.product-card-footer{display:flex;align-items:center;justify-content:space-between}.product-card-price{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--green-dark)}.product-card-cta{background:var(--green-dark);color:var(--white);font-size:12px;font-weight:500;padding:8px 16px;border-radius:8px;text-decoration:none;transition:background .2s}.product-card-cta:hover{background:var(--green-mid)}.product-page{max-width:1100px;margin:0 auto;padding:60px 5%;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.product-visual{position:sticky;top:84px}.product-cover{background:var(--green-dark);border-radius:20px;padding:40px 36px;box-shadow:0 32px 80px #1b43324d}.product-cover-tag{font-size:10px;color:var(--green-light);letter-spacing:2px;text-transform:uppercase;margin-bottom:14px}.product-cover-title{font-family:Playfair Display,serif;font-size:28px;font-weight:700;color:var(--white);line-height:1.2;margin-bottom:10px}.product-cover-sub{font-size:12px;color:#ffffff8c;line-height:1.6}.product-info .product-category{font-size:11px;color:var(--green-light);letter-spacing:2px;text-transform:uppercase;margin-bottom:12px}.product-info h1{font-family:Playfair Display,serif;font-size:36px;font-weight:700;color:var(--green-dark);line-height:1.15;margin-bottom:12px}.product-info .product-desc{font-size:15px;color:var(--text-mid);line-height:1.7;font-weight:300;margin-bottom:28px}.product-price-row{display:flex;align-items:center;gap:16px;margin-bottom:28px}.product-price{font-family:Playfair Display,serif;font-size:40px;font-weight:700;color:var(--green-dark)}.product-price-note{font-size:13px;color:var(--text-muted)}.product-buy-btn{display:block;width:100%;background:var(--green-dark);color:var(--white);padding:16px;border-radius:12px;font-size:16px;font-weight:500;text-align:center;border:none;cursor:pointer;transition:background .2s,transform .15s;margin-bottom:12px}.product-buy-btn:hover{background:var(--green-mid);transform:translateY(-2px)}.product-guarantee{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted);margin-bottom:32px}.product-features-title{font-size:14px;font-weight:500;color:var(--green-dark);margin-bottom:16px}.product-feature{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}.product-feature-check{width:20px;height:20px;background:var(--green-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--green-mid);flex-shrink:0}.product-feature-text{font-size:14px;color:var(--text-mid);line-height:1.5;font-weight:300}footer{background:#0a1220;padding:60px 5% 32px}.footer-inner{max-width:1100px;margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;margin-bottom:48px}.footer-brand .nav-logo{display:block;margin-bottom:12px;color:var(--white)}.footer-brand .nav-logo span{color:var(--green-light)}.footer-tagline{font-size:13px;color:#fff6;line-height:1.6;font-weight:300}.footer-col-title{font-size:12px;font-weight:500;color:#ffffff80;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:16px}.footer-links{list-style:none}.footer-links li{margin-bottom:10px}.footer-links a{font-size:13px;color:#ffffff73;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fffc}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;align-items:center;justify-content:space-between}.footer-copy{font-size:12px;color:#ffffff40}.footer-disc{font-size:11px;color:#fff3;max-width:500px;text-align:right;line-height:1.5}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeLeft{to{opacity:1;transform:translate(0)}}@keyframes floatBob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media(max-width:900px){.nav-links{display:none}.nav-mobile-toggle{display:block}.hero{grid-template-columns:1fr;text-align:center;padding:60px 5%}.hero-sub{margin:0 auto 36px}.hero-actions,.hero-stats{justify-content:center}.hero-visual{display:none}.steps-grid,.why-grid{grid-template-columns:1fr}.cat-grid{grid-template-columns:repeat(2,1fr)}.testi-grid,.featured-inner{grid-template-columns:1fr}.collection-grid{grid-template-columns:repeat(2,1fr)}.product-page{grid-template-columns:1fr}.product-visual{position:static}.footer-top{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.footer-disc{text-align:center}}@media(max-width:560px){.cat-grid{grid-template-columns:1fr 1fr}.collection-grid{grid-template-columns:1fr}.trust-bar{gap:20px}}body{background:#f7f9fc}.niche-section{background:transparent;padding:80px 5%}.niche-inner{max-width:1100px;margin:0 auto}.niche-header{text-align:center;margin-bottom:52px}.niche-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.niche-card{border-radius:20px;overflow:hidden;text-decoration:none;display:block;position:relative;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 20px #00000014}.niche-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #00000026}.niche-finance{background:#1b4332}.niche-finance .niche-card-label{color:#52b788}.niche-finance .niche-card-title{color:#fff}.niche-finance .niche-card-subtitle{color:#ffffffa6}.niche-finance .niche-card-divider{background:#ffffff26}.niche-finance .niche-stat-val{color:#e9a84c}.niche-finance .niche-stat-lab{color:#ffffff80}.niche-finance .niche-price{color:#fff}.niche-finance .niche-cta{background:#e9a84c;color:#1a1000}.niche-finance .niche-card-icon{background:#52b78833}.niche-wellness{background:#0d3b47}.niche-wellness .niche-card-label{color:#3aafbf}.niche-wellness .niche-card-title{color:#fff}.niche-wellness .niche-card-subtitle{color:#ffffffa6}.niche-wellness .niche-card-divider{background:#ffffff26}.niche-wellness .niche-stat-val{color:#e9a84c}.niche-wellness .niche-stat-lab{color:#ffffff80}.niche-wellness .niche-price{color:#fff}.niche-wellness .niche-cta{background:#e9a84c;color:#1a1000}.niche-wellness .niche-card-icon{background:#3aafbf33}.niche-parenting{background:#7a3b10}.niche-parenting .niche-card-label{color:#e8834a}.niche-parenting .niche-card-title{color:#fff}.niche-parenting .niche-card-subtitle{color:#ffffffa6}.niche-parenting .niche-card-divider{background:#ffffff26}.niche-parenting .niche-stat-val{color:#e9a84c}.niche-parenting .niche-stat-lab{color:#ffffff80}.niche-parenting .niche-price{color:#fff}.niche-parenting .niche-cta{background:#e9a84c;color:#1a1000}.niche-parenting .niche-card-icon{background:#e8834a33}.niche-card-content{padding:28px 24px}.niche-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:16px}.niche-card-label{font-size:10px;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px}.niche-card-title{font-family:Playfair Display,serif;font-size:19px;font-weight:700;line-height:1.25;margin-bottom:10px}.niche-card-subtitle{font-size:12px;line-height:1.6;font-weight:300;margin-bottom:18px}.niche-card-divider{height:1px;margin-bottom:16px}.niche-card-stats{display:flex;gap:16px;margin-bottom:20px}.niche-stat{flex:1;background:#ffffff14;border-radius:8px;padding:10px 12px}.niche-stat-val{font-family:Playfair Display,serif;font-size:20px;font-weight:700;line-height:1}.niche-stat-lab{font-size:10px;margin-top:3px}.niche-card-footer{display:flex;align-items:center;justify-content:space-between}.niche-price{font-family:Playfair Display,serif;font-size:28px;font-weight:700}.niche-cta{padding:10px 18px;border-radius:8px;font-size:12px;font-weight:600;transition:opacity .2s}.niche-card:hover .niche-cta{opacity:.85}.hero,.how-section,.featured-section,.cat-section,.testi-section{background:transparent}@media(max-width:900px){.niche-cards{grid-template-columns:1fr}}.niche-cards{align-items:stretch}.niche-card-content{display:flex;flex-direction:column;height:100%;padding:28px 24px}.niche-card-subtitle{flex:1}.niche-card-divider{margin-top:0}.niche-card-stats{margin-top:auto}.niche-card-wrap{display:flex;flex-direction:column}.niche-above-label{font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;text-decoration:none;margin-bottom:10px;display:inline-block;padding:4px 0;transition:opacity .2s}.niche-above-label:hover{opacity:.7}.niche-finance-label{color:var(--green-dark)}.niche-wellness-label{color:var(--green-mid)}.niche-parenting-label{color:#c45e1a}.niche-cards{align-items:start}.niche-card{display:flex;flex-direction:column;height:100%}.niche-card-content{display:flex;flex-direction:column;flex:1;padding:28px 24px}.niche-card-subtitle{flex:1;margin-bottom:18px}.niche-card-footer{flex-shrink:0;margin-top:auto}.niche-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}.niche-card-wrap{display:flex;flex-direction:column;height:100%}.niche-card{flex:1;display:flex;flex-direction:column}.niche-card-content{flex:1;display:flex;flex-direction:column;padding:28px 24px}.niche-card-icon,.niche-card-title{flex-shrink:0}.niche-card-subtitle{flex:1;min-height:80px}.niche-card-divider{flex-shrink:0}.niche-card-stats{flex-shrink:0;margin-bottom:20px}.niche-card-footer{flex-shrink:0}.product-image-wrap{position:sticky;top:84px;border-radius:16px;overflow:hidden;box-shadow:0 16px 48px #00000026}.product-cover-img{width:100%;display:block;border-radius:16px}.product-cover-personal-finance{background:#1b4332}.product-buy-personal-finance{background:#1b4332!important}.product-buy-personal-finance:hover{background:#2d6a4f!important}.product-cover-self-improvement{background:#0d3b47}.product-buy-self-improvement{background:#0d3b47!important}.product-buy-self-improvement:hover{background:#1a6b7c!important}.product-cover-parenting{background:#7a3b10}.product-buy-parenting{background:#c45e1a!important}.product-buy-parenting:hover{background:#7a3b10!important}.product-type-personal-finance .product-category,.product-type-personal-finance .product-features-title{color:#1b4332}.product-type-personal-finance .product-buy-btn{background:#1b4332!important}.product-type-personal-finance .product-buy-btn:hover{background:#2d6a4f!important}.product-type-personal-finance .product-feature-check{background:#d8f3dc;color:#1b4332}.product-type-self-improvement .product-category,.product-type-self-improvement .product-features-title{color:#0d3b47}.product-type-self-improvement .product-buy-btn{background:#0d3b47!important}.product-type-self-improvement .product-buy-btn:hover{background:#1a6b7c!important}.product-type-self-improvement .product-feature-check{background:#d0f0f5;color:#0d3b47}.product-type-parenting .product-category,.product-type-parenting .product-features-title{color:#c45e1a}.product-type-parenting .product-buy-btn{background:#c45e1a!important}.product-type-parenting .product-buy-btn:hover{background:#7a3b10!important}.product-type-parenting .product-feature-check{background:#fde8d8;color:#c45e1a}.collection-header-niche-finance{background:#1b4332}.collection-header-niche-wellness{background:#0d3b47}.collection-header-niche-parenting{background:#7a3b10}.collection-header-niche-default{background:var(--green-dark)}.product-card-img-niche-finance{background:#1b4332}.product-card-img-niche-finance .product-card-category{color:#52b788}.product-card-cta-niche-finance{background:#1b4332;color:#fff}.product-card-cta-niche-finance:hover{background:#2d6a4f}.product-card-img-niche-wellness{background:#0d3b47}.product-card-img-niche-wellness .product-card-category{color:#3aafbf}.product-card-cta-niche-wellness{background:#0d3b47;color:#fff}.product-card-cta-niche-wellness:hover{background:#1a6b7c}.product-card-img-niche-parenting{background:#7a3b10}.product-card-img-niche-parenting .product-card-category{color:#e8834a}.product-card-cta-niche-parenting{background:#c45e1a;color:#fff}.product-card-cta-niche-parenting:hover{background:#7a3b10}.product-card-img-niche-default{background:var(--green-dark)}.product-card-cta-niche-default{background:var(--green-dark);color:#fff}.product-card{display:flex;flex-direction:column;height:100%;min-height:380px}.product-card-img{padding:24px 24px 20px;min-height:130px;display:flex;flex-direction:column;justify-content:flex-end}.product-card-category{font-size:10px;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px}.product-card-title{font-family:Playfair Display,serif;font-size:18px;font-weight:700;color:#fff;line-height:1.25}.product-card-body{flex:1;display:flex;flex-direction:column;padding:18px 24px 20px}.product-card-desc{flex:1;font-size:13px;color:var(--text-mid);line-height:1.65;margin-bottom:16px;overflow:visible;display:block;-webkit-line-clamp:unset}.product-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.product-card-price{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--text-dark)}.product-card-cta{padding:9px 18px;border-radius:8px;font-size:12px;font-weight:600;text-decoration:none;transition:background .2s;color:#fff}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:stretch}.product-card-img{padding:22px 22px 18px!important;min-height:160px!important;max-height:160px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}.product-card-category{margin-bottom:8px;flex-shrink:0}.product-card-title{font-size:17px!important;line-height:1.3!important;flex-shrink:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.product-card-body{flex:1!important;display:flex!important;flex-direction:column!important;padding:18px 22px 20px!important;min-height:180px}.product-card-desc{flex:1!important;font-size:13px!important;line-height:1.65!important;color:var(--text-mid)!important;margin-bottom:16px!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:6!important;-webkit-box-orient:vertical!important}.product-card-footer{margin-top:auto!important;flex-shrink:0}.product-card-img{padding:20px 22px 16px!important;min-height:unset!important;max-height:unset!important;height:auto!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}.page-wrap{max-width:700px;margin:0 auto;padding:80px 5%}.page-wrap h1{font-family:Playfair Display,serif;font-size:42px;font-weight:700;color:var(--green-dark);margin-bottom:24px}.page-body{font-size:16px;color:var(--text-mid);line-height:1.8;font-weight:300}.product-price-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:28px}.product-compare-price{font-size:18px;color:var(--text-muted);text-decoration:line-through;font-weight:300}.product-save-badge{background:#e8f3e8;color:#1b4332;font-size:12px;font-weight:600;padding:4px 10px;border-radius:100px}.product-price-note{width:100%;font-size:13px;color:var(--text-muted);margin-top:-4px}.product-card-prices{display:flex;align-items:baseline;gap:8px}.product-card-compare{font-size:13px;color:var(--text-muted);text-decoration:line-through;font-weight:300}.niche-prices{display:flex;align-items:baseline;gap:8px}.niche-compare{font-size:14px;color:#ffffff73;text-decoration:line-through;font-weight:300}@media(max-width:768px){.collection-grid{grid-template-columns:1fr!important;gap:20px!important;padding:0 16px}.collection-header h1{font-size:28px!important;padding:0 16px}.collection-header p{font-size:14px!important;padding:0 16px}.collection-header{padding:40px 0!important}.product-card{width:100%!important}.product-card-img{padding:20px 20px 16px!important}.product-card-title{font-size:18px!important}.product-card-body{padding:16px 20px 18px!important}.niche-cards{grid-template-columns:1fr!important}.collection-grid-wrap{padding:32px 0!important}.hero{padding:60px 5% 50px!important;grid-template-columns:1fr!important;text-align:center!important}.hero-actions,.hero-stats{justify-content:center!important}.hero-visual{display:none!important}.product-page{grid-template-columns:1fr!important;padding:32px 5%!important;gap:32px!important}.product-visual{position:static!important}.steps-grid,.why-grid,.testi-grid{grid-template-columns:1fr!important}.trust-bar{gap:16px!important;padding:16px 5%!important}.footer-top{grid-template-columns:1fr!important;gap:24px!important}.footer-bottom{flex-direction:column!important;text-align:center!important;gap:8px!important}.footer-disc{text-align:center!important}}.hero-visual{justify-content:flex-end!important}.pdf-mockup{width:340px!important;padding:36px 32px!important}.pdf-title{font-size:26px!important;margin-bottom:12px!important}.pdf-subtitle{font-size:13px!important;margin-bottom:28px!important}.pdf-stat-val{font-size:20px!important}.pdf-price{font-size:30px!important}.float-badge{right:-20px!important;top:-16px!important}.float-badge2{left:-20px!important;bottom:-14px!important}.hero{display:grid!important;grid-template-columns:1.1fr .9fr!important;align-items:center!important;gap:40px!important;padding:80px 5%!important;overflow:visible!important}.hero-content{min-width:0}.hero-visual{display:flex!important;justify-content:center!important;align-items:center!important;position:relative!important;overflow:visible!important}.pdf-mockup{width:300px!important;max-width:300px!important;padding:32px 28px!important;transform:rotate(-2deg)!important}.pdf-title{font-size:22px!important}.pdf-price{font-size:26px!important}.float-badge{right:-30px!important;top:-18px!important}.float-badge2{left:-30px!important;bottom:-16px!important}.hero{min-height:92vh!important;padding:80px 6%!important;grid-template-columns:1fr 1fr!important;gap:60px!important}.hero-visual{justify-content:center!important;padding-right:40px!important}.pdf-mockup{width:320px!important;max-width:320px!important}.hero-features{margin-top:32px;display:flex;flex-direction:column;gap:10px;opacity:0;transform:translateY(20px);animation:fadeUp .7s ease forwards .8s}.hero-feature-item{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-mid);font-weight:400}.hero-feature-icon{font-size:16px;flex-shrink:0}.announcement-bar{background:#1b2a4a;color:#ffffffd9;font-size:12px;font-weight:400;text-align:center;padding:10px 5%;white-space:nowrap;overflow:hidden;letter-spacing:.3px}@media(max-width:768px){.announcement-bar{font-size:11px;white-space:normal;line-height:1.6}body{padding-top:124px!important}}.announcement-bar{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1001!important}nav{top:40px!important}@media(max-width:768px){nav{top:52px!important}body{padding-top:120px!important}}.announcement-bar{position:fixed!important;top:64px!important;left:0!important;right:0!important;z-index:999!important}nav{top:0!important;z-index:1000!important}body{padding-top:104px!important}@media(max-width:768px){.announcement-bar{top:64px!important}body{padding-top:120px!important}}@media(max-width:768px){.hero{display:block!important;padding:24px 20px 40px!important;min-height:unset!important;text-align:left!important}.hero h1{font-size:36px!important;line-height:1.15!important}.hero-sub{font-size:15px!important;max-width:100%!important}.hero-visual{display:none!important}.hero-stats{flex-wrap:wrap!important;gap:16px!important;justify-content:flex-start!important}.hero-features{margin-top:20px!important}.hero-badge{margin-bottom:16px!important}.announcement-bar{font-size:11px!important;white-space:normal!important;line-height:1.5!important;padding:8px 16px!important;top:64px!important}body{padding-top:124px!important}.hero-sub,.hero-content p,.hero-content span{word-break:normal!important;overflow-wrap:normal!important;white-space:normal!important}}.reveal{transition:opacity .7s ease,transform .7s ease}@keyframes forceVisible{to{opacity:1;transform:none}}.reveal:not(.visible){animation:forceVisible 0s ease 2s forwards}
/*# sourceMappingURL=/cdn/shop/t/25/assets/theme.css.map */
