
:root{--bg:#f6f7f9;--surface:#fff;--text:#172033;--muted:#687386;--line:#dfe4ea;--navy:#12284c;--gold:#caa85c;--green:#179b5f;--green2:#11834f;--max:1160px;--shadow:0 10px 30px rgba(20,35,55,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.68}img{display:block;width:100%;height:auto;max-width:100%;object-fit:contain;object-position:center}a{color:inherit}
.hero{background:linear-gradient(135deg,#0f2444,#1d355d);color:#fff;padding:58px 24px 50px}.hero-inner{max-width:var(--max);margin:auto}.hero h1{font-size:clamp(40px,5.8vw,68px);line-height:1.02;letter-spacing:-.035em;margin:0 0 22px;max-width:980px}.hero p{font-size:20px;color:#e7ebf1;max-width:920px;margin:0 0 15px}.hero p:last-child{margin-bottom:0}
.content{max-width:var(--max);margin:auto;padding:44px 24px 90px}.article{font-size:18px}.article h2{font-size:34px;line-height:1.16;margin:60px 0 18px;letter-spacing:-.02em}.article h3{font-size:25px;line-height:1.25;margin:38px 0 14px}.article p{margin:0 0 20px}.article ul,.article ol{margin:0 0 24px;padding-left:25px}.article li{margin:7px 0}.article blockquote{margin:28px 0;padding:20px 24px;border-left:5px solid var(--gold);background:#fff8e8;border-radius:0 14px 14px 0}
.table-scroll{overflow-x:auto;background:#fff;border:1px solid var(--line);border-radius:16px;margin:24px 0 32px}table{width:100%;border-collapse:collapse;min-width:720px}th,td{text-align:left;vertical-align:top;padding:15px 16px;border-bottom:1px solid var(--line)}th{background:var(--navy);color:#fff;font-size:15px}tr:last-child td{border-bottom:0}
.editorial-figure{margin:30px 0 38px;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}.editorial-figure img{width:100%;height:auto;object-fit:contain}.editorial-figure figcaption{padding:12px 16px 14px;color:#485367;font-size:15px;background:#fff}
.affiliate-table{margin:14px 0 50px}.affiliate-heading{margin-bottom:18px}.affiliate-heading h2{margin:0 0 6px;font-size:31px}.affiliate-heading p{margin:0;color:var(--muted);font-size:16px}.affiliate-list{display:grid;gap:14px}.affiliate-card{position:relative;display:grid;grid-template-columns:46px 86px minmax(160px,1fr) minmax(250px,1.35fr) 190px;gap:16px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:17px;padding:16px 18px;box-shadow:0 5px 16px rgba(18,40,76,.05);transition:transform .18s ease,box-shadow .18s ease}.affiliate-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(18,40,76,.10)}.affiliate-card.top{border:2px solid #3970c8;box-shadow:0 12px 28px rgba(57,112,200,.14)}.top-pick{position:absolute;top:-13px;left:90px;background:#3970c8;color:#fff;border-radius:999px;padding:5px 11px;font-size:11px;font-weight:800;letter-spacing:.04em}.rank{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eef2f7;color:#20314d;font-weight:800}.logo-tile{width:78px;height:78px;border-radius:14px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}.logo-tile img{width:80%;height:80%;object-fit:contain}.brand-name{font-size:20px;font-weight:800;line-height:1.1;margin-bottom:7px}.rating-row{display:flex;align-items:center;gap:8px}.stars{position:relative;display:inline-block;font-size:19px;line-height:1;letter-spacing:1px;color:#d2d7df}.stars-fill{position:absolute;inset:0 auto 0 0;overflow:hidden;white-space:nowrap;color:#e7a51c}.score{font-size:13px;color:var(--muted)}.bonus-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#7b8595;font-weight:800;margin-bottom:6px}.bonus-text{font-weight:800;line-height:1.35}.affiliate-cta{display:flex;align-items:center;justify-content:center;min-height:50px;background:var(--green);color:#fff;text-decoration:none;font-weight:800;border-radius:10px;padding:12px 18px}.affiliate-cta:hover{background:var(--green2)}
.affiliate-skeleton{height:116px;border-radius:17px;background:linear-gradient(90deg,#eceff3 25%,#f7f8fa 37%,#eceff3 63%);background-size:400% 100%;animation:shimmer 1.3s infinite}@keyframes shimmer{0%{background-position:100% 0}100%{background-position:0 0}}.affiliate-error{padding:18px;border:1px solid #e5c7c7;background:#fff5f5;border-radius:14px;color:#7b2e2e}
.sub-footer{background:#101827;color:#fff;padding:34px max(24px,calc((100% - var(--max))/2));}.sub-footer strong{display:block;font-size:22px;margin-bottom:14px}.sub-footer-links{display:flex;flex-wrap:wrap;gap:10px 22px}.sub-footer a{color:#d8b96f;text-decoration:none;font-weight:700}.sub-footer a:hover{text-decoration:underline}.utility{max-width:860px;margin:auto;padding:70px 24px 100px;min-height:65vh}.utility h1{font-size:42px;line-height:1.1}.utility h2{font-size:27px;margin-top:28px}.utility a{color:#234d8f;font-weight:700}
@media(max-width:900px){.affiliate-card{grid-template-columns:42px 78px 1fr 1.1fr;}.affiliate-cta{grid-column:2/-1}.hero h1{font-size:48px}.article{font-size:17px}.article h2{font-size:30px}}
@media(max-width:720px){.hero{padding:42px 16px}.content{padding-left:16px;padding-right:16px}.hero h1{font-size:39px}.hero p{font-size:18px}.affiliate-card{grid-template-columns:58px 1fr;gap:12px;padding:18px 16px}.affiliate-card.top{padding-top:24px}.top-pick{left:auto;right:14px;top:-12px}.rank{position:absolute;top:12px;left:12px;z-index:2;width:30px;height:30px}.logo-tile{width:58px;height:58px;margin-left:24px}.brand-col{align-self:center}.bonus-col{grid-column:1/-1;text-align:center;background:#f5f7fa;border-radius:12px;padding:13px}.affiliate-cta{grid-column:1/-1;width:100%;min-height:52px}.affiliate-skeleton{height:250px}.editorial-figure{border-radius:14px}}
