:root{--max: 900px;--border: #dddddd;--text: #111111;--muted: #555555;--bg: #ffffff;--link: #0b57d0}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6}a{color:#fff;text-decoration:none}a:hover{text-decoration:underline}.site-header{border-bottom:1px solid var(--border);padding:1rem 1rem 0;background-color:#0f2f57}.site-nav{max-width:var(--max);margin:0 auto;display:flex;gap:1rem;align-items:center}.nav-logo img{height:75px;width:auto}.site-main{max-width:var(--max);margin:0 auto;padding:2rem}.site-footer{background-color:#0f2f57;min-height:100px}.page-title{margin:0 0 1rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-top:1rem}.card{border:1px solid var(--border);border-radius:12px;padding:1rem;background:#fff;transition:transform .12s ease,box-shadow .12s ease}.card:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000014}.card-title{font-size:1.05rem;margin:0 0 .25rem}.card-meta{margin:0;color:var(--muted);font-size:.95rem}.card-link{display:block;color:inherit}.empty-state{color:var(--muted)}.book-back{display:inline-block;margin-bottom:1rem}.book-meta{margin-top:.25rem;color:var(--muted)}.card-img{width:100%;object-fit:cover;border-radius:10px;border:1px solid var(--border);margin-bottom:.75rem;display:block}.product{display:grid;grid-template-columns:320px 1fr;gap:2rem;align-items:start}@media(max-width:780px){.product{grid-template-columns:1fr}}.product-media{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}.product-media img{width:100%;height:auto;display:block}.product-title{margin:0 0 .25rem}.product-meta{margin:0 0 1rem;color:var(--muted)}.product-actions{margin:1rem 0 1.5rem;display:flex;gap:.75rem;align-items:center}.btn{display:inline-block;padding:.65rem .9rem;border-radius:10px;border:1px solid var(--border);background:#fff;cursor:pointer;font:inherit;color:#0f2f57}.btn-primary{border-color:transparent;background:var(--link);color:#fff}.btn:disabled{opacity:.6;cursor:not-allowed}.product-fullwidth{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}.product-fullwidth-inner p{line-height:1.7;margin:0 0 1rem}.article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.article-card{position:relative}.article-card img{width:100%;height:auto;display:block}.article-pill{position:absolute;bottom:1rem;left:1rem;background:#2aa6a1;color:#fff;padding:.4rem .8rem;border-radius:999px;font-size:.85rem}.article-page{max-width:800px;margin:0 auto}.article-hero{width:100%;margin:2rem 0}.article-footer{margin-top:3rem;font-size:.85rem;color:#666}.site-main.home-page{padding:0;margin:0;width:100%;display:block;position:relative;max-width:100%}.hero{position:relative;width:100vw;height:98vh;background-image:url(/images/hero.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover;min-height:500px}.hero span{display:block;color:#fff;text-align:center}.hero-overlay-text{position:absolute;max-width:420px;padding:1.5rem 2rem;border-radius:12px;background:#0f2f5740;backdrop-filter:blur(6px);color:#fff;font-weight:700;line-height:1.5}.hero-overlay-text.left{top:15%;left:5%;text-align:left}.hero-overlay-text.right{bottom:20%;right:5%;text-align:right}.blue-two-col{background-color:#0f2f57;color:#fff;padding:4rem 1.5rem;text-align:center}.blue-two-col h2{max-width:800px;margin:0 auto 2.5rem;font-size:1.75rem;line-height:1.4}.blue-two-col .col p{background:#ffffff0d;padding:1.5rem;border-radius:6px}.blue-two-col .wrapper{display:flex;justify-content:center;align-items:stretch;gap:2rem;max-width:1100px;margin:0 auto}.blue-two-col .col{flex:1;text-align:left;font-size:1rem;line-height:1.6}@media(max-width:768px){.blue-two-col .wrapper{flex-direction:column}.blue-two-col .col{text-align:left}}.blue-two-col .col p{overflow:hidden;white-space:pre-wrap}.typing-cursor:after{content:"|";margin-left:4px;animation:blink 1s infinite}@keyframes blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}.hero-book{background-color:#000;color:#fff;padding:3rem 1.5rem}.hero-book h1{text-align:center;font-size:40px;margin-bottom:66px}.hero-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:4rem}.hero-left{flex:0 0 auto}.book-image img{max-width:295px;width:100%;height:auto;display:block}.hero-right{flex:1}.hero-title{font-size:2.1rem;margin-bottom:1.5rem;margin-top:0}.hero-subtitle{font-size:1.5rem;font-style:italic;color:#cfcfcf;margin-bottom:1.5rem}.hero-description{font-size:1.1rem;line-height:1.7;color:#d6d6d6}@media(max-width:900px){.hero-container{flex-direction:column;text-align:center}.hero-right{max-width:700px}.book-image img{max-width:280px}}.hero-left,.hero-right{opacity:0;transform:translateY(40px);transition:opacity .9s ease,transform .9s ease}.hero-book.in-view .hero-left,.hero-book.in-view .hero-right{opacity:1;transform:translateY(0)}.hero-book.in-view .hero-left{transition-delay:.1s}.hero-book.in-view .hero-right{transition-delay:.3s}
