:root{--primary:#1d4ed8;--secondary:#0f766e;--accent:#7c3aed;--success:#15803d;--warning:#b45309;--danger:#b91c1c;--text:#172033;--muted:#64748b;--background:#f8fafc;--card:#ffffff;--border:#dbe3ef}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--background);line-height:1.6}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:14px 5vw;background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(8px)}.logo{font-weight:800;color:var(--text);text-decoration:none}.logo span{display:inline-grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--secondary));color:white;width:36px;height:36px;border-radius:12px;margin-right:8px}nav{display:flex;gap:16px;align-items:center;flex-wrap:wrap}nav a,.site-footer a{color:var(--primary);text-decoration:none;font-weight:650}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 18px;font-weight:800;text-decoration:none;border:1px solid var(--border);min-height:44px}.button.primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:white;border:0}.button.secondary{background:white;color:var(--primary)}.hero{padding:70px 5vw 40px;background:radial-gradient(circle at 20% 0%,#dbeafe,transparent 34%),radial-gradient(circle at 90% 10%,#dcfce7,transparent 28%),white;border-bottom:1px solid var(--border)}.hero h1{font-size:clamp(2.2rem,6vw,4.8rem);line-height:1;margin:12px 0;max-width:1050px}.lede{font-size:1.22rem;max-width:960px;color:#334155}.eyebrow{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:900;color:var(--secondary)}.button-row{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0}.trust-bar{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.trust-bar span,.badge{background:#eef6ff;color:#17406e;border:1px solid #cfe4ff;border-radius:999px;padding:7px 10px;font-size:.86rem;font-weight:750}.badge.best{background:#dcfce7;color:#14532d}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px;padding:36px 5vw}.content-card,.side-card,.pricing-card,.cta-card,.news-card,.tool-card{background:var(--card);border:1px solid var(--border);border-radius:24px;padding:26px;box-shadow:0 16px 40px rgba(15,23,42,.05)}.wide{min-width:0}.side-card{position:sticky;top:86px;height:max-content}.ai-answer{border-left:5px solid var(--primary);background:#eff6ff;border-radius:18px;padding:22px;margin-bottom:24px}.direct-answer{font-size:1.1rem;font-weight:650}.keyfacts,.price-grid,.cards-3,.proscons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:20px 0}.keyfacts div,.mini-price,.cards-3>*{background:#f8fafc;border:1px solid var(--border);border-radius:18px;padding:16px}.keyfacts strong,.mini-price strong{display:block;font-size:1.4rem;color:var(--primary)}.mini-price span{color:var(--muted)}.cards-3{grid-template-columns:repeat(3,minmax(0,1fr))}.proscons{grid-template-columns:repeat(2,minmax(0,1fr))}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:18px;background:white;margin:18px 0}table{border-collapse:collapse;width:100%;min-width:900px}th,td{text-align:left;border-bottom:1px solid var(--border);padding:14px;vertical-align:top}th{background:#f1f5f9;font-size:.88rem}.pricing-card.featured{border:2px solid #bfdbfe;background:linear-gradient(180deg,#fff,#eff6ff)}.warning-box,.disclosure-box,.methodology-box{border:1px solid #fde68a;background:#fffbeb;border-radius:18px;padding:18px;margin:24px 0}.methodology-box{border-color:#c7d2fe;background:#eef2ff}.sources ul,.checklist{padding-left:20px}.faq details{border:1px solid var(--border);border-radius:14px;margin:10px 0;padding:14px;background:white}.faq summary{font-weight:800;cursor:pointer}.related{display:flex;flex-wrap:wrap;gap:10px}.related a{padding:10px 12px;border-radius:999px;border:1px solid var(--border);text-decoration:none}.site-footer{background:#0f172a;color:#e2e8f0;padding:45px 5vw 90px;margin-top:30px}.site-footer a{display:block;color:#bfdbfe;margin:7px 0}.footer-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px}.footer-cta{border-bottom:1px solid #334155;margin-bottom:26px;padding-bottom:24px}.fineprint,.disclosure,.muted{color:var(--muted);font-size:.9rem}.site-footer .fineprint{color:#94a3b8}.sticky-cta{display:none}.result-box{margin-top:16px;padding:16px;background:#ecfeff;border:1px solid #a5f3fc;border-radius:14px;font-weight:750}input{padding:12px;border:1px solid var(--border);border-radius:10px;margin-left:8px}.news-card{margin:18px 0}@media(max-width:980px){.content-grid{grid-template-columns:1fr}.side-card{position:static}.keyfacts,.price-grid,.cards-3,.proscons,.footer-grid{grid-template-columns:1fr 1fr}nav{display:none}.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;background:white;border-top:1px solid var(--border);box-shadow:0 -8px 24px rgba(15,23,42,.08)}.sticky-cta .button{padding:10px 14px}.sticky-cta span{font-size:.82rem;color:var(--muted)}}@media(max-width:620px){.keyfacts,.price-grid,.cards-3,.proscons,.footer-grid{grid-template-columns:1fr}.hero{padding-top:44px}.site-header{position:relative}.logo{font-size:.92rem}}

.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:24px 0}
.team-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:20px;box-shadow:0 12px 30px rgba(15,23,42,.05)}
.team-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px;margin-bottom:14px}
.team-card h3{margin:.2rem 0}.team-card .role{font-weight:800;color:var(--secondary);margin-top:0}
@media(max-width:780px){.team-grid{grid-template-columns:1fr}}

.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}
.hero-media img{width:100%;height:auto;border-radius:22px;box-shadow:0 24px 60px rgba(15,23,42,.10);border:1px solid var(--border)}
@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-media{order:2}}