@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:#fff;color:#1f2937;font-size:16px;line-height:1.75}
a{color:#6d28d9;text-decoration:none}
a:hover{text-decoration:underline;color:#5b21b6}
img{max-width:100%;height:auto;display:block}

/* TOPBAR */
.topbar{background:#f5f3ff;border-bottom:1px solid #ede9fe;padding:8px 0}
.topbar-inner{max-width:1180px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:#6b7280}
.topbar-inner a{color:#6b7280;font-size:.78rem}
.topbar-inner a:hover{color:#6d28d9}
.topbar-right{display:flex;gap:20px}

/* HEADER */
.site-header{background:#fff;border-bottom:2px solid #1f2937;position:sticky;top:0;z-index:100}
.nav-inner{max-width:1180px;margin:0 auto;padding:0 24px;height:62px;display:flex;align-items:center;justify-content:space-between}
.logo{font-family:'DM Serif Display',serif;font-size:1.65rem;color:#1f2937;letter-spacing:-.01em}
.logo span{color:#7c3aed}
.site-nav{list-style:none;display:flex;gap:4px}
.site-nav a{font-family:'DM Sans',sans-serif;font-size:.8rem;font-weight:600;color:#374151;padding:7px 16px;border-radius:6px;letter-spacing:.02em;transition:background .18s,color .18s}
.site-nav a:hover{background:#f5f3ff;color:#6d28d9;text-decoration:none}
.nav-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#1f2937}

/* HERO BANNER */
.hero-band{background:linear-gradient(135deg,#1f2937 0%,#3b1f6e 100%);padding:64px 24px 0;overflow:hidden}
.hero-band-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr 480px;gap:48px;align-items:flex-end}
.hero-text{padding-bottom:64px}
.hero-kicker{display:inline-block;background:#7c3aed;color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:4px 14px;border-radius:20px;margin-bottom:20px}
.hero-h1{font-family:'DM Serif Display',serif;font-size:2.6rem;line-height:1.18;color:#fff;margin-bottom:18px}
.hero-sub{font-size:1rem;color:rgba(255,255,255,.72);line-height:1.7;margin-bottom:28px;max-width:500px}
.hero-meta{font-size:.76rem;color:rgba(255,255,255,.45);margin-bottom:28px}
.btn-hero{display:inline-flex;align-items:center;gap:8px;background:#7c3aed;color:#fff;font-size:.85rem;font-weight:600;padding:13px 28px;border-radius:8px;transition:background .2s}
.btn-hero:hover{background:#6d28d9;color:#fff;text-decoration:none}
.hero-img-col{align-self:flex-end}
.hero-img-col img{border-radius:8px 8px 0 0;box-shadow:0 -8px 40px rgba(0,0,0,.3)}

/* ARTICLES GRID */
.wrap{max-width:1180px;margin:0 auto;padding:64px 24px}
.grid-hdr{display:flex;align-items:center;gap:16px;margin-bottom:36px}
.grid-hdr h2{font-family:'DM Serif Display',serif;font-size:1.5rem;color:#1f2937;white-space:nowrap}
.grid-hdr::after{content:'';flex:1;height:1px;background:#e5e7eb}
.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.post-card{border:1px solid #f3f4f6;border-radius:10px;overflow:hidden;transition:box-shadow .22s,transform .22s}
.post-card:hover{box-shadow:0 8px 32px rgba(109,40,217,.1);transform:translateY(-3px)}
.card-img{aspect-ratio:16/9;overflow:hidden}
.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.post-card:hover .card-img img{transform:scale(1.05)}
.card-body{padding:22px}
.card-tag{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#7c3aed;margin-bottom:10px}
.card-title{font-family:'DM Serif Display',serif;font-size:1.1rem;line-height:1.3;margin-bottom:10px;color:#1f2937}
.card-title a{color:inherit}
.card-title a:hover{color:#6d28d9;text-decoration:none}
.card-excerpt{font-size:.86rem;color:#6b7280;line-height:1.6;margin-bottom:14px}
.card-meta{font-size:.74rem;color:#9ca3af}

/* ARTICLE PAGE */
.art-wrap{max-width:800px;margin:0 auto;padding:52px 24px 80px}
.art-kicker{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#7c3aed;margin-bottom:14px}
.art-h1{font-family:'DM Serif Display',serif;font-size:2.2rem;line-height:1.2;color:#1f2937;margin-bottom:18px}
.art-byline{font-size:.8rem;color:#9ca3af;padding-bottom:20px;border-bottom:1px solid #f3f4f6;margin-bottom:26px}
.art-byline strong{color:#374151}

/* Rating */
.rating-panel{background:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;padding:24px 28px;margin:24px 0 30px;display:flex;gap:28px;align-items:center}
.r-score{text-align:center;min-width:80px}
.r-score .num{font-family:'DM Serif Display',serif;font-size:3rem;color:#7c3aed;line-height:1}
.r-score .denom{font-size:.74rem;color:#9ca3af}
.r-score .stars{font-size:1.1rem;color:#d97706;margin:4px 0}
.r-divider{width:1px;background:#e5e7eb;align-self:stretch}
.r-bars{flex:1}
.rbar{display:flex;align-items:center;gap:10px;margin-bottom:8px;font-size:.78rem}
.rbar-lbl{width:130px;color:#6b7280}
.rbar-track{flex:1;height:7px;background:#e5e7eb;border-radius:4px;overflow:hidden}
.rbar-fill{height:100%;background:#7c3aed;border-radius:4px}
.rbar-val{width:28px;text-align:right;font-weight:600;color:#1f2937}

/* Disclosure / FDA */
.disc{background:#f5f3ff;border-left:3px solid #7c3aed;padding:13px 18px;border-radius:0 6px 6px 0;font-size:.81rem;color:#4c1d95;line-height:1.55;margin-bottom:26px}
.disc strong{color:#3b1f6e}
.fda-note{background:#f9fafb;border:1px solid #f3f4f6;border-radius:6px;padding:13px 18px;font-size:.77rem;color:#9ca3af;line-height:1.55;font-style:italic;margin:28px 0}

/* Hero image */
.art-img{border-radius:10px;overflow:hidden;margin-bottom:32px}
.art-img img{width:100%}

/* Body copy */
.art-body{font-size:1rem;line-height:1.85;color:#1f2937}
.art-body h2{font-family:'DM Serif Display',serif;font-size:1.6rem;margin:42px 0 14px;color:#1f2937}
.art-body h3{font-family:'DM Serif Display',serif;font-size:1.18rem;font-style:italic;margin:28px 0 10px;color:#374151}
.art-body p{margin-bottom:20px;color:#374151}
.art-body ul,.art-body ol{margin:0 0 20px 24px}
.art-body li{margin-bottom:8px;color:#374151}
.art-body strong{color:#1f2937}

/* Inline figure */
.art-fig{margin:32px 0;border-radius:10px;overflow:hidden}
.art-fig img{width:100%}
.art-fig figcaption{font-size:.74rem;color:#9ca3af;margin-top:7px;text-align:center;font-style:italic}

/* Pullquote */
.pullq{margin:36px 0;padding:22px 28px;border-left:4px solid #7c3aed;background:#f5f3ff;border-radius:0 8px 8px 0}
.pullq p{font-family:'DM Serif Display',serif;font-size:1.2rem;font-style:italic;color:#3b1f6e;margin:0 0 8px}
.pullq cite{font-size:.76rem;color:#9ca3af}

/* Pros / cons */
.pc-wrap{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:32px 0}
.pc-box{padding:22px;border-radius:10px;background:#f9fafb;border:1px solid #f3f4f6}
.pc-box.pros{border-top:3px solid #059669}
.pc-box.cons{border-top:3px solid #dc2626}
.pc-box h4{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}
.pc-box.pros h4{color:#059669}
.pc-box.cons h4{color:#dc2626}
.pc-ul{list-style:none;padding:0}
.pc-ul li{font-size:.87rem;padding:6px 0 6px 22px;position:relative;border-bottom:1px solid #f3f4f6;line-height:1.5;color:#374151}
.pc-ul li:last-child{border-bottom:none}
.pc-box.pros .pc-ul li::before{content:'✓';position:absolute;left:0;color:#059669;font-weight:700}
.pc-box.cons .pc-ul li::before{content:'✗';position:absolute;left:0;color:#dc2626;font-weight:700}

/* Testimonials */
.testi-stack{display:flex;flex-direction:column;gap:16px;margin:32px 0}
.testi-card{background:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;padding:20px 24px}
.testi-card .stars{color:#d97706;font-size:.9rem;margin-bottom:8px}
.testi-card p{font-size:.9rem;color:#374151;line-height:1.65;margin-bottom:8px}
.testi-card .who{font-size:.76rem;color:#9ca3af}

/* CTA */
.cta-panel{background:linear-gradient(135deg,#1f2937,#3b1f6e);border-radius:12px;padding:44px;text-align:center;margin:44px 0}
.cta-panel h3{font-family:'DM Serif Display',serif;font-size:1.65rem;color:#fff;margin-bottom:10px}
.cta-panel p{font-size:.92rem;color:rgba(255,255,255,.7);margin-bottom:26px;line-height:1.6}
.btn-cta{display:inline-block;background:#7c3aed;color:#fff;font-size:.88rem;font-weight:700;padding:14px 38px;border-radius:8px;letter-spacing:.03em;transition:background .2s}
.btn-cta:hover{background:#6d28d9;color:#fff;text-decoration:none}
.cta-note{font-size:.73rem;color:rgba(255,255,255,.35);margin-top:12px}

/* Static pages */
.static-wrap{max-width:760px;margin:0 auto;padding:56px 24px 80px}
.static-wrap h1{font-family:'DM Serif Display',serif;font-size:2.1rem;margin-bottom:8px}
.static-date{font-size:.79rem;color:#9ca3af;display:block;margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid #f3f4f6}
.static-wrap h2{font-family:'DM Serif Display',serif;font-size:1.25rem;margin:32px 0 10px;color:#1f2937}
.static-wrap p{font-size:.96rem;line-height:1.8;color:#374151;margin-bottom:16px}

/* FOOTER */
.site-footer{background:#1f2937;color:rgba(255,255,255,.6);padding:56px 24px 0;margin-top:24px}
.footer-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:56px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-brand .logo{color:#fff;display:block;margin-bottom:14px}
.footer-brand p{font-size:.82rem;line-height:1.7;color:rgba(255,255,255,.5)}
.footer-col h4{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:16px}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:9px}
.footer-col a{font-size:.83rem;color:rgba(255,255,255,.5)}
.footer-col a:hover{color:#fff}
.footer-base{max-width:1180px;margin:0 auto;padding:18px 0;display:flex;justify-content:space-between;font-size:.74rem;color:rgba(255,255,255,.25)}

@media(max-width:920px){
  .hero-band-inner{grid-template-columns:1fr}
  .hero-img-col{display:none}
  .post-grid{grid-template-columns:1fr 1fr}
  .footer-inner{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .post-grid{grid-template-columns:1fr}
  .pc-wrap{grid-template-columns:1fr}
  .art-h1{font-size:1.65rem}
  .rating-panel{flex-wrap:wrap}
  .site-nav{display:none}
  .site-nav.open{display:flex;flex-direction:column;position:absolute;top:62px;left:0;right:0;background:#fff;border-top:1px solid #f3f4f6;padding:16px 24px;gap:6px;box-shadow:0 4px 20px rgba(0,0,0,.1)}
  .nav-btn{display:block}
  .footer-inner{grid-template-columns:1fr}
  .hero-h1{font-size:2rem}
}
