:root{--navy:#10233f;--blue:#0d6f8d;--sky:#eaf7fb;--sand:#f6efe3;--ink:#17212b;--muted:#5e6a72;--line:#dbe3e6;--card:#fff;--accent:#f2a94f;--max:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f8faf9;color:var(--ink);font:17px/1.7 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}a{color:var(--blue);text-underline-offset:3px}.wrap{width:min(var(--max),92%);margin:auto}.site{background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.topbar{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:14px 0}.brand{font-weight:900;color:var(--navy);text-decoration:none}.nav{display:flex;flex-wrap:wrap;gap:8px 18px}.nav a{font-size:15px;font-weight:800;text-decoration:none;color:#29465c}.hero{position:relative;overflow:hidden;margin:28px 0;border-radius:26px;min-height:500px;display:flex;align-items:end;background:var(--navy)}.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,27,48,.9),rgba(10,27,48,.64) 54%,rgba(10,27,48,.18))}.hero-content{position:relative;z-index:1;color:#fff;padding:50px;max-width:790px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:13px;font-weight:900;color:#ffd28a}.hero h1{font-size:clamp(2.35rem,5.4vw,4.8rem);line-height:1.03;margin:.15em 0 .26em}.hero p{font-size:19px;max-width:690px}.cta{display:inline-block;background:#fff;color:var(--navy);font-weight:900;padding:11px 16px;border-radius:11px;text-decoration:none;margin-top:8px}.intro{max-width:860px;margin:30px auto 36px}.decision-grid,.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card,.panel,.article section,.scorecard,.note{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:24px}.card{display:flex;flex-direction:column;overflow:hidden}.card img{width:calc(100% + 48px);height:210px;object-fit:cover;margin:-24px -24px 18px}.card h2{margin:.05em 0 .4em;font-size:24px;color:var(--navy)}.card p{color:#45545d}.more{margin-top:auto;font-weight:900}.badge{display:inline-block;width:max-content;background:var(--sky);color:var(--blue);font-size:12px;font-weight:900;border-radius:999px;padding:5px 9px;margin-bottom:10px}.score{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0}.score div{background:#edf7fa;border-radius:12px;padding:14px}.score strong{display:block;color:var(--navy);font-size:14px}.article{max-width:900px;margin:auto}.article .hero{min-height:440px}.article section{margin:16px 0}.article h2{color:var(--navy);font-size:29px;line-height:1.18;margin-top:0}.article h3{font-size:21px}.article figure{margin:22px 0}.article figure img{width:100%;height:430px;object-fit:cover;border-radius:18px}.article figcaption{font-size:12px;color:var(--muted)}.proscons{display:grid;grid-template-columns:1fr 1fr;gap:14px}.proscons div{background:#f8fbfc;border-radius:14px;padding:18px}.proscons h3{margin-top:0}.note{border-left:6px solid var(--accent);background:#fffaf1}.related{display:flex;flex-wrap:wrap;gap:10px 20px;padding-left:18px}.breadcrumbs{font-size:14px;color:var(--muted);margin-top:22px}.breadcrumbs a{color:inherit}footer{margin-top:54px;background:var(--navy);color:#e7eef4}.footer-inner{padding:32px 0}.footer-inner a{color:#fff}.small{font-size:13px;color:#bac8d2}@media(max-width:900px){.decision-grid,.grid{grid-template-columns:1fr 1fr}.score{grid-template-columns:1fr 1fr}.topbar{align-items:flex-start;flex-direction:column;gap:8px}.hero-content{padding:36px}}@media(max-width:620px){body{font-size:16px}.decision-grid,.grid,.proscons,.score{grid-template-columns:1fr}.hero{min-height:430px;border-radius:18px}.hero-content{padding:28px 22px}.article figure img{height:280px}.site{position:static}}