@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@600;700;800&display=swap");:root{--color-primary:#1a1a2e;--color-primary-light:#16213e;--color-accent:#e2b714;--color-accent-hover:#c9a312;--color-text:#1a1a2e;--color-text-light:#555;--color-text-muted:#888;--color-bg:#fff;--color-bg-alt:#f8f9fa;--color-bg-dark:#1a1a2e;--color-border:#e0e0e0;--color-card-bg:#fff;--font-display:"Playfair Display",Georgia,serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--max-width:1200px;--header-height:80px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);line-height:1.6}a{color:inherit;text-decoration:none}.site-header{background:var(--color-bg);border-bottom:1px solid var(--color-border);position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-main{max-width:var(--max-width);margin:0 auto;padding:0 24px;justify-content:space-between;height:var(--header-height)}.header-main,.logo{display:flex;align-items:center}.logo{gap:10px;font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--color-primary)}.logo-icon{width:40px;height:40px;background:var(--color-accent);border-radius:8px;justify-content:center;font-size:1.2rem}.logo-icon,.nav-main{display:flex;align-items:center}.nav-main{gap:28px}.nav-main a{font-size:.9rem;font-weight:500;color:var(--color-text);transition:color .2s}.nav-main a:hover{color:var(--color-accent)}.lang-bar{background:var(--color-primary);overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.lang-bar-inner{max-width:var(--max-width);margin:0 auto;padding:8px 24px;display:flex;gap:6px;flex-wrap:wrap;justify-content:center}.lang-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:20px;font-size:.78rem;font-weight:500;color:hsla(0,0%,100%,.8);transition:all .2s;cursor:pointer}.lang-pill.active,.lang-pill:hover{background:hsla(0,0%,100%,.15);color:#fff}.hero{background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-light) 100%);color:#fff;padding:80px 24px;text-align:center}.hero h1{font-family:var(--font-display);font-size:3rem;font-weight:800;margin-bottom:20px;line-height:1.15}.hero p{font-size:1.1rem;opacity:.85;max-width:650px;margin:0 auto 30px;line-height:1.7}.hero-cta{display:inline-block;padding:14px 36px;background:var(--color-accent);color:var(--color-primary);font-weight:600;font-size:1rem;border-radius:8px;transition:background .2s}.hero-cta:hover{background:var(--color-accent-hover)}.section{max-width:var(--max-width);margin:0 auto;padding:60px 24px}.section-title{font-family:var(--font-display);font-size:2rem;font-weight:700;margin-bottom:12px;color:var(--color-primary)}.section-subtitle{color:var(--color-text-light);font-size:1rem;margin-bottom:40px}.nav-dropdown{position:relative}.nav-dropdown-trigger{cursor:pointer;display:flex;align-items:center;gap:4px}.nav-dropdown-trigger:after{content:"▾";font-size:.7em}.nav-dropdown-menu{position:absolute;top:100%;left:0;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;box-shadow:0 8px 30px rgba(0,0,0,.12);min-width:240px;padding:8px 0;display:none;z-index:200}.nav-dropdown:hover .nav-dropdown-menu{display:block}.nav-dropdown-menu a{display:block;padding:8px 20px;font-size:.88rem;color:var(--color-text)}.nav-dropdown-menu a:hover{background:var(--color-bg-alt);color:var(--color-accent)}.category-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:32px}.category-tab{padding:8px 18px;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid var(--color-border);color:var(--color-text-light);cursor:pointer;transition:all .2s;background:transparent}.category-tab.active,.category-tab:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.category-tab .count{font-size:.75rem;opacity:.7;margin-left:4px}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:28px;gap:28px}.article-card{background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;transition:box-shadow .2s,transform .15s}.article-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.article-card-body{padding:24px}.article-card-category{display:inline-block;padding:3px 10px;border-radius:4px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:var(--color-bg-alt);color:var(--color-accent);margin-bottom:10px}.article-card h3{font-family:var(--font-display);font-size:1.25rem;font-weight:700;margin-bottom:8px;line-height:1.3;color:var(--color-primary)}.article-card-excerpt{font-size:.9rem;color:var(--color-text-light);line-height:1.6;margin-bottom:14px}.article-card-meta{font-size:.78rem;color:var(--color-text-muted);display:flex;justify-content:space-between;align-items:center}.article-card-link{font-size:.85rem;font-weight:600;color:var(--color-accent)}.article-page{max-width:780px;margin:0 auto;padding:40px 24px 80px}.article-back{display:inline-block;font-size:.88rem;color:var(--color-text-muted);margin-bottom:24px;transition:color .2s}.article-back:hover{color:var(--color-accent)}.article-page h1{font-family:var(--font-display);font-size:2.4rem;font-weight:800;color:var(--color-primary);margin-bottom:16px;line-height:1.2}.article-page-meta{font-size:.88rem;color:var(--color-text-muted);margin-bottom:32px;display:flex;gap:20px;flex-wrap:wrap}.article-content{font-size:1.05rem;line-height:1.8;color:var(--color-text)}.article-content h2{font-family:var(--font-display);font-size:1.6rem;font-weight:700;margin:36px 0 16px;color:var(--color-primary)}.article-content h3{font-size:1.2rem;font-weight:600;margin:28px 0 12px}.article-content p{margin-bottom:18px}.article-content ol,.article-content ul{margin-bottom:18px;padding-left:24px}.article-content li{margin-bottom:6px}.article-content blockquote{border-left:3px solid var(--color-accent);padding:12px 20px;margin:20px 0;background:var(--color-bg-alt);border-radius:0 8px 8px 0;font-style:italic;color:var(--color-text-light)}.site-footer{background:var(--color-primary);color:hsla(0,0%,100%,.7);padding:40px 24px;text-align:center;font-size:.88rem}.site-footer a{color:var(--color-accent)}@media (max-width:768px){.hero h1{font-size:2rem}.nav-main{gap:16px;font-size:.8rem}.articles-grid{grid-template-columns:1fr}.article-page h1{font-size:1.8rem}.header-main{flex-direction:column;height:auto;padding:12px 24px;gap:8px}}.empty-state{text-align:center;padding:60px 24px;color:var(--color-text-muted);font-size:1rem}.product-page{max-width:900px;margin:0 auto;padding:40px 24px 80px}.product-hero{display:flex;gap:36px;padding:20px 0;align-items:flex-start}.product-cover-col{flex:0 0 240px}.product-cover-img{width:240px;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15)}.product-cover-placeholder{width:240px;height:360px;background:var(--color-primary);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;font-weight:600;text-align:center;padding:20px;line-height:1.4}.product-info-col{flex:1 1;min-width:0}.product-badge{display:inline-block;padding:4px 12px;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;background:#faeeda;color:#854f0b;margin-bottom:12px}.product-badge-nf{background:#e1f5ee;color:#085041}.product-title{font-family:var(--font-display);font-size:2rem;font-weight:800;color:var(--color-primary);margin-bottom:6px;line-height:1.2}.product-author{font-size:.95rem;color:var(--color-text-muted);margin-bottom:16px}.product-hook{font-size:1.05rem;line-height:1.7;color:var(--color-text);margin-bottom:18px;font-family:Playfair Display,Georgia,serif;font-style:italic}.product-learn-box{background:var(--color-bg-alt);border-radius:8px;padding:16px 20px;margin-bottom:18px}.product-learn-title{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin-bottom:6px}.product-learn-text{font-size:.92rem;line-height:1.6;color:var(--color-text)}.product-prices{display:flex;align-items:baseline;gap:10px;margin-bottom:16px}.product-price-big{font-size:1.5rem;font-weight:700;color:var(--color-primary)}.product-price-label,.product-price-sep{font-size:.82rem;color:var(--color-text-muted)}.product-buttons{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.btn-amazon{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:var(--color-accent);color:var(--color-primary);font-weight:600;font-size:.95rem;border-radius:8px;text-decoration:none;transition:background .2s}.btn-amazon:hover{background:var(--color-accent-hover)}.btn-kindle{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:var(--color-primary);color:#fff;font-weight:600;font-size:.95rem;border-radius:8px;text-decoration:none;transition:opacity .2s}.btn-kindle:hover{opacity:.9}.product-features{display:flex;gap:18px;flex-wrap:wrap}.product-feat{font-size:.82rem;color:var(--color-text-muted)}.product-divider{height:1px;background:var(--color-border);margin:32px 0}.product-description{margin-bottom:32px}.product-description h2{font-family:var(--font-display);font-size:1.4rem;font-weight:700;margin-bottom:16px;color:var(--color-primary)}.product-description p{font-size:1rem;line-height:1.8;color:var(--color-text-light);margin-bottom:14px}.product-description strong{color:var(--color-text)}.product-description ul{list-style:none;padding:0;margin:16px 0}.product-description ul li{font-size:.95rem;color:var(--color-text-light);padding:5px 0 5px 24px;position:relative}.product-description ul li:before{content:"";position:absolute;left:0;top:12px;width:8px;height:8px;border-radius:50%;background:var(--color-accent)}.product-benefits-section{margin-bottom:32px}.product-benefits-section h2{font-family:var(--font-display);font-size:1.4rem;font-weight:700;margin-bottom:16px;color:var(--color-primary)}.product-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.product-benefit-card{background:var(--color-bg-alt);border-radius:8px;padding:18px}.product-benefit-title{font-size:.95rem;font-weight:600;margin-bottom:6px;color:var(--color-primary)}.product-benefit-desc{font-size:.85rem;color:var(--color-text-light);line-height:1.5}.product-toc{margin-bottom:32px}.product-toc h2{font-family:var(--font-display);font-size:1.4rem;font-weight:700;margin-bottom:16px;color:var(--color-primary)}.product-toc-list{list-style:none;padding:0}.product-toc-list li{font-size:.95rem;color:var(--color-text-light);padding:8px 0;border-bottom:1px solid var(--color-border);display:flex;align-items:center;gap:12px}.product-toc-num{font-size:.8rem;font-weight:600;color:var(--color-text-muted);min-width:24px}.product-foryou{background:var(--color-bg-alt);border-radius:12px;padding:24px;margin-bottom:32px}.product-foryou h2{font-family:var(--font-display);font-size:1.4rem;font-weight:700;margin-bottom:14px;color:var(--color-primary)}.product-foryou-list{list-style:none;padding:0}.product-foryou-list li{font-size:.95rem;color:var(--color-text-light);padding:6px 0 6px 26px;position:relative}.product-foryou-list li:before{content:"";position:absolute;left:0;top:11px;width:12px;height:12px;border-radius:50%;border:2px solid #1d9e75}.product-cta-bottom{display:flex;gap:12px;flex-wrap:wrap;margin:32px 0;padding:24px;background:var(--color-bg-alt);border-radius:12px;align-items:center;justify-content:space-between}.product-cta-dark{background:var(--color-primary);color:#fff}.product-cta-text{font-size:1.05rem;font-weight:600}.product-cta-sub{display:block;font-size:.82rem;opacity:.7;margin-top:4px}.product-cta-buttons{display:flex;gap:10px}.product-also{margin-top:40px}.product-also h2{font-family:var(--font-display);font-size:1.4rem;font-weight:700;margin-bottom:20px;color:var(--color-primary)}.product-also-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.product-also-card{background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:12px;padding:16px;text-align:center;transition:box-shadow .2s}.product-also-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}.product-also-cover{width:100px;height:150px;object-fit:contain;border-radius:4px;margin-bottom:10px}.product-also-placeholder{width:100px;height:150px;background:var(--color-primary-light);border-radius:4px;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.6);font-size:.75rem;text-align:center;padding:8px}.product-also-name{font-size:.88rem;font-weight:600;line-height:1.3;color:var(--color-primary)}.product-also-price{font-size:.78rem;color:var(--color-text-muted);margin-top:4px}@media (max-width:768px){.product-hero{flex-direction:column;align-items:center;text-align:center}.product-cover-col{flex:none}.product-buttons,.product-features,.product-prices{justify-content:center}.product-also-grid,.product-benefits-grid{grid-template-columns:1fr}}.product-market-buttons{display:flex;flex-direction:column;gap:10px;margin-top:20px}.product-market-row{display:flex;align-items:center;gap:12px;padding:10px 14px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:8px;flex-wrap:wrap}.product-market-label{font-size:.88rem;font-weight:500;min-width:160px;color:var(--color-text-light)}.product-market-links{display:flex;gap:8px;flex-wrap:wrap}.btn-amazon-sm,.btn-kindle-sm{padding:8px 16px!important;font-size:.82rem!important}.product-cta-markets{display:flex;flex-direction:column;gap:10px;margin-top:12px}@media (max-width:768px){.product-market-row{flex-direction:column;align-items:flex-start;gap:8px}.product-market-label{min-width:unset}}