:root {
    --c-acc: #2b6cb0;
    --c-acc-dark: #1e4d80;
    --c-dark: #0e1418;
    --c-bg: #ffffff;
    --c-bg-soft: #f4f6f8;
    --c-border: #e1e6eb;
    --c-text: #0a0e12;
    --c-muted: rgba(0,0,0,.55);
    --rhythm: 80px;
    --radius: 4px;
    --shadow: none;
    --ff-h: 'Space Grotesk', system-ui, -apple-system, sans-serif;
    --ff-b: 'Inter', system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--ff-b);
    background: var(--c-bg);
    color: var(--c-text);
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-acc); text-decoration: none; }
a:hover { color: var(--c-acc-dark); text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--ff-h); font-weight: 600; line-height: 1.2; margin: 0 0 .6em; color: var(--c-text); }
h1 { font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.01em; }
h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); letter-spacing: -.005em; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.05rem; }
p { margin: 0 0 1em; }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--c-acc); color: #fff; padding: 8px 12px; z-index: 9999; }
.skip-link:focus { left: 0; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.sec { padding: var(--rhythm) 0; border-bottom: 1px solid var(--c-border); }
.sec:last-of-type { border-bottom: none; }
.sec-soft { background: var(--c-bg-soft); }
.sec-dark { background: var(--c-dark); color: #f0f4f8; }
.sec-dark h1, .sec-dark h2, .sec-dark h3 { color: #fff; }
.sec-dark a { color: #9bbde0; }
.sec-head { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.label { display: inline-block; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 600; color: var(--c-acc); margin-bottom: 14px; }
.divider { display: block; width: 48px; height: 2px; background: var(--c-acc); margin: 16px auto 24px; }
.text-center { text-align: center; }

.hd { background: var(--c-bg); border-bottom: 1px solid var(--c-border); position: sticky; top: 0; z-index: 100; }
.hd-row { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.hd-logo { font-family: var(--ff-h); font-weight: 700; font-size: 1.45rem; color: var(--c-text); text-decoration: none; letter-spacing: -.01em; }
.hd-logo span { color: var(--c-acc); }
.hd-nav { display: flex; align-items: center; gap: 28px; }
.hd-link { color: var(--c-text); text-decoration: none; font-weight: 500; font-size: .95rem; padding: 6px 2px; border-bottom: 2px solid transparent; }
.hd-link:hover, .hd-link.on { color: var(--c-acc); border-bottom-color: var(--c-acc); text-decoration: none; }
.hd-cta { background: var(--c-acc); color: #fff !important; padding: 10px 18px; border-radius: var(--radius); font-weight: 600; font-size: .9rem; text-decoration: none; margin-left: 8px; }
.hd-cta:hover { background: var(--c-acc-dark); text-decoration: none; }
.hd-burger { display: none; background: none; border: none; font-size: 1.4rem; color: var(--c-text); cursor: pointer; padding: 8px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; font-family: var(--ff-h); font-weight: 600; font-size: .95rem; border: none; cursor: pointer; border-radius: var(--radius); text-decoration: none; transition: background .15s, color .15s, border-color .15s; }
.btn:hover { text-decoration: none; }
.btn-acc { background: var(--c-acc); color: #fff; }
.btn-acc:hover { background: var(--c-acc-dark); color: #fff; }
.btn-outline { background: transparent; border: 1px solid var(--c-acc); color: var(--c-acc); }
.btn-outline:hover { background: var(--c-acc); color: #fff; }
.btn-sm { padding: 8px 14px; font-size: .85rem; }
.btn-block { display: flex; width: 100%; }

.hero { padding: calc(var(--rhythm) + 20px) 0 var(--rhythm); }
.hero-inner { max-width: 820px; margin: 0 auto; text-align: center; }
.hero h1 { margin-bottom: 20px; }
.hero-sub { font-size: 1.15rem; color: var(--c-muted); margin-bottom: 32px; }
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 36px; }
.hero-chips { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.hero-chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; background: var(--c-bg-soft); border: 1px solid var(--c-border); border-radius: 999px; font-size: .85rem; color: var(--c-muted); font-weight: 500; }
.hero-chip i { color: var(--c-acc); }

.trust-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trust-item { text-align: center; padding: 24px 12px; background: var(--c-bg); border: 1px solid var(--c-border); border-radius: var(--radius); }
.trust-n { display: block; font-family: var(--ff-h); font-size: 2.4rem; font-weight: 700; color: var(--c-acc); margin-bottom: 6px; line-height: 1; }
.trust-l { font-size: .9rem; color: var(--c-muted); }

.cmp-wrap { overflow-x: auto; border: 1px solid var(--c-border); border-radius: var(--radius); background: var(--c-bg); }
.cmp { width: 100%; border-collapse: collapse; min-width: 880px; }
.cmp th, .cmp td { padding: 18px 16px; text-align: left; border-bottom: 1px solid var(--c-border); vertical-align: middle; }
.cmp th { background: var(--c-bg-soft); font-family: var(--ff-h); font-weight: 600; font-size: .85rem; text-transform: uppercase; letter-spacing: .06em; color: var(--c-muted); }
.cmp tr:last-child td { border-bottom: none; }
.cmp tr.cmp-top { background: rgba(43,108,176,.04); }
.cmp-name { display: flex; align-items: center; gap: 12px; min-width: 220px; }
.cmp-name a { color: var(--c-text); font-weight: 600; font-family: var(--ff-h); }
.cmp-name a:hover { color: var(--c-acc); }
.cmp-logo { width: 36px; height: 36px; flex-shrink: 0; }
.cmp-badge { display: inline-block; background: var(--c-acc); color: #fff; font-size: .7rem; font-weight: 600; padding: 3px 8px; border-radius: 2px; margin-left: 10px; text-transform: uppercase; letter-spacing: .04em; vertical-align: middle; }
.cmp-rating { font-weight: 700; color: var(--c-acc); font-family: var(--ff-h); font-size: 1.1rem; white-space: nowrap; }
.cmp-rating i { color: #f6b400; font-size: .9rem; margin-right: 4px; }
.cmp .btn { padding: 10px 18px; font-size: .85rem; }

.edit-big { background: var(--c-bg); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 36px; max-width: 960px; margin: 0 auto; }
.edit-big-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 24px; }
.edit-big-bar h3 { margin: 0; font-size: 1.6rem; }
.edit-big-bar .cmp-rating { font-size: 1.4rem; }
.edit-big-bullets { list-style: none; padding: 0; margin: 0 0 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.edit-big-bullets li { display: flex; align-items: flex-start; gap: 10px; font-size: .95rem; }
.edit-big-bullets i { color: var(--c-acc); margin-top: 4px; }
.edit-big-body { color: var(--c-muted); font-size: 1rem; line-height: 1.7; margin-bottom: 24px; }

.meth-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.meth-card { background: var(--c-bg); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 32px 28px; }
.meth-num { display: inline-block; font-family: var(--ff-h); font-size: 2.2rem; font-weight: 700; color: var(--c-acc); margin-bottom: 12px; line-height: 1; }
.meth-card h3 { margin-bottom: 12px; }
.meth-card p { color: var(--c-muted); margin: 0; }

.guides-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.guide-card { background: var(--c-bg); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 28px; transition: border-color .15s; }
.guide-card:hover { border-color: var(--c-acc); }
.guide-card .label { font-size: .72rem; }
.guide-card h3 { margin-bottom: 10px; font-size: 1.2rem; }
.guide-card h3 a { color: var(--c-text); }
.guide-card h3 a:hover { color: var(--c-acc); text-decoration: none; }
.guide-card p { color: var(--c-muted); font-size: .92rem; margin-bottom: 14px; }
.guide-card .read-more { font-weight: 600; font-size: .9rem; }
.guide-card .read-more i { margin-left: 4px; font-size: .8rem; }

.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { background: var(--c-bg); border: 1px solid var(--c-border); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; }
.faq-q { width: 100%; background: none; border: none; padding: 20px 24px; text-align: left; font-family: var(--ff-h); font-weight: 600; font-size: 1.02rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--c-text); }
.faq-q:hover { color: var(--c-acc); }
.faq-q i { color: var(--c-acc); transition: transform .25s; flex-shrink: 0; }
.faq-q[aria-expanded="true"] i { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 24px 20px; color: var(--c-muted); line-height: 1.7; }

.cta-box { background: var(--c-acc); color: #fff; padding: 56px 40px; border-radius: var(--radius); text-align: center; }
.cta-box h2 { color: #fff; margin-bottom: 16px; }
.cta-box p { color: rgba(255,255,255,.85); max-width: 600px; margin: 0 auto 28px; font-size: 1.05rem; }
.cta-box .btn { background: #fff; color: var(--c-acc); }
.cta-box .btn:hover { background: var(--c-bg-soft); color: var(--c-acc-dark); }

.risk-strip { background: var(--c-dark); color: rgba(255,255,255,.75); padding: 28px 0; font-size: .88rem; text-align: center; }
.risk-strip p { margin: 0; max-width: 900px; margin: 0 auto; }
.risk-strip i { color: #f6b400; margin-right: 8px; }

.reg-strip { padding: 36px 0; background: var(--c-bg-soft); border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border); }
.reg-strip-inner { display: flex; justify-content: center; align-items: center; gap: 48px; flex-wrap: wrap; }
.reg-strip-inner a { display: inline-flex; align-items: center; opacity: .65; transition: opacity .15s; }
.reg-strip-inner a:hover { opacity: 1; }
.reg-strip-inner img { height: 34px; width: auto; }
.reg-strip-label { width: 100%; text-align: center; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--c-muted); margin-bottom: 24px; }

.crumbs { font-size: .88rem; color: var(--c-muted); margin-bottom: 24px; }
.crumbs a { color: var(--c-muted); }
.crumbs a:hover { color: var(--c-acc); }
.crumbs span { margin: 0 8px; }

.byline { display: flex; align-items: center; gap: 16px; color: var(--c-muted); font-size: .92rem; margin: 16px 0 24px; flex-wrap: wrap; }
.byline i { color: var(--c-acc); margin-right: 6px; }

.bp { max-width: 1000px; margin: 0 auto; text-align: center; padding: 24px 0 36px; }
.bp-logo { width: 64px; height: 64px; margin: 0 auto 14px; }
.bp-cap { font-size: .88rem; color: var(--c-muted); margin: 0; }

.inline-logo { width: 20px; height: 20px; vertical-align: -4px; margin-right: 6px; display: inline-block; }

.review-hero { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; padding: 36px 0; }
.review-hero h1 { margin: 0; }
.review-hero-rating { text-align: right; }
.review-hero-rating .cmp-rating { font-size: 2rem; display: block; margin-bottom: 8px; }
.review-hero-rating .cmp-rating i { font-size: 1.2rem; }
.review-hero-rating small { display: block; color: var(--c-muted); font-size: .85rem; }
.review-hero-cta { margin-top: 20px; display: flex; gap: 12px; flex-wrap: wrap; }

.proco { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 36px 0; }
.proco-col { background: var(--c-bg); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 28px; }
.proco-col h3 { margin-top: 0; font-size: 1.15rem; }
.proco-col ul { list-style: none; padding: 0; margin: 0; }
.proco-col li { padding-left: 28px; position: relative; margin-bottom: 12px; font-size: .95rem; line-height: 1.55; }
.proco-pro li::before { content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: #2f9e44; position: absolute; left: 0; top: 4px; }
.proco-con li::before { content: '\f00d'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: #c92a2a; position: absolute; left: 0; top: 4px; }

.fact-tbl { width: 100%; border: 1px solid var(--c-border); border-radius: var(--radius); border-collapse: collapse; background: var(--c-bg); margin: 24px 0; }
.fact-tbl td { padding: 14px 18px; border-bottom: 1px solid var(--c-border); font-size: .95rem; }
.fact-tbl tr:last-child td { border-bottom: none; }
.fact-tbl td:first-child { font-weight: 600; width: 40%; background: var(--c-bg-soft); color: var(--c-text); }

.score-tbl { width: 100%; border: 1px solid var(--c-border); border-radius: var(--radius); border-collapse: collapse; background: var(--c-bg); margin: 24px 0; }
.score-tbl th, .score-tbl td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--c-border); }
.score-tbl th { background: var(--c-bg-soft); font-family: var(--ff-h); font-size: .85rem; text-transform: uppercase; letter-spacing: .06em; color: var(--c-muted); }
.score-tbl tr:last-child td { border-bottom: none; }
.score-tbl .score-bar { display: inline-block; width: 100px; height: 8px; background: var(--c-bg-soft); border-radius: 4px; vertical-align: middle; margin-right: 10px; overflow: hidden; border: 1px solid var(--c-border); }
.score-tbl .score-bar i { display: block; height: 100%; background: var(--c-acc); }
.score-tbl .score-val { font-weight: 700; color: var(--c-acc); font-family: var(--ff-h); }

.alt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 24px; }
.alt-card { background: var(--c-bg); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 24px; text-align: center; }
.alt-card img { width: 48px; height: 48px; margin: 0 auto 12px; }
.alt-card h4 { margin-bottom: 8px; }
.alt-card h4 a { color: var(--c-text); }
.alt-card h4 a:hover { color: var(--c-acc); text-decoration: none; }
.alt-card p { color: var(--c-muted); font-size: .9rem; margin-bottom: 16px; }
.alt-card .btn { width: 100%; }

.editor-card { display: flex; gap: 20px; align-items: flex-start; background: var(--c-bg); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 28px; max-width: 720px; margin: 0 auto; }
.editor-avatar { width: 72px; height: 72px; border-radius: 50%; background: var(--c-acc); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--ff-h); font-weight: 700; font-size: 1.4rem; flex-shrink: 0; }
.editor-meta h3 { margin: 0 0 4px; font-size: 1.15rem; }
.editor-role { color: var(--c-acc); font-size: .9rem; font-weight: 500; margin-bottom: 12px; }
.editor-bio { color: var(--c-muted); font-size: .95rem; margin: 0; line-height: 1.65; }

.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { margin-top: 48px; }
.prose h3 { margin-top: 32px; }
.prose ul, .prose ol { padding-left: 24px; }
.prose li { margin-bottom: 8px; }
.prose blockquote { border-left: 3px solid var(--c-acc); padding: 8px 20px; color: var(--c-muted); margin: 24px 0; font-style: italic; }

.ft { background: var(--c-dark); color: rgba(255,255,255,.75); padding: 60px 0 0; font-size: .92rem; }
.ft a { color: rgba(255,255,255,.85); }
.ft a:hover { color: #fff; }
.ft .hd-logo { color: #fff; }
.ft-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; padding-bottom: 40px; }
.ft-brand .hd-logo { font-size: 1.4rem; margin-bottom: 16px; display: inline-block; }
.ft-tag { color: rgba(255,255,255,.65); font-size: .9rem; line-height: 1.6; }
.ft-disclosure { font-size: .82rem; margin-top: 14px; color: rgba(255,255,255,.5); }
.ft-col h4 { color: #fff; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 16px; }
.ft-col ul { list-style: none; padding: 0; margin: 0; }
.ft-col li { margin-bottom: 8px; }
.ft-addr { font-style: normal; color: rgba(255,255,255,.75); line-height: 1.7; }
.ft-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 24px 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; font-size: .85rem; }
.ft-18 { color: rgba(255,255,255,.5); margin: 0; max-width: 700px; text-align: right; }

.ck { position: fixed; left: 0; right: 0; bottom: 0; background: #fff; border-top: 1px solid var(--c-border); box-shadow: 0 -4px 24px rgba(0,0,0,.08); z-index: 9000; padding: 20px 0; }
.ck-body h3 { margin: 0 0 8px; font-size: 1.05rem; }
.ck-body p { margin: 0; color: var(--c-muted); font-size: .92rem; max-width: 760px; }
.ck-prefs { margin-top: 18px; display: grid; gap: 10px; padding: 16px; background: var(--c-bg-soft); border-radius: var(--radius); }
.ck-row { display: flex; gap: 12px; align-items: flex-start; font-size: .9rem; }
.ck-row input { margin-top: 4px; }
.ck-btns { margin-top: 16px; display: flex; gap: 10px; flex-wrap: wrap; }
.ck-btns .btn { padding: 10px 18px; font-size: .88rem; }
.ck-reopen { position: fixed; left: 16px; bottom: 16px; width: 44px; height: 44px; border-radius: 50%; background: var(--c-acc); color: #fff; border: none; cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,.15); z-index: 8000; font-size: 1.1rem; }
.ck-reopen:hover { background: var(--c-acc-dark); }

.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; }
.contact-info { background: var(--c-bg); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 32px; }
.contact-info h3 { margin-top: 0; }
.contact-info dl { margin: 0; }
.contact-info dt { font-weight: 600; margin-top: 14px; font-size: .85rem; color: var(--c-muted); text-transform: uppercase; letter-spacing: .06em; }
.contact-info dd { margin: 4px 0 0; font-size: 1rem; }

.lst-grid { display: grid; gap: 20px; }
.lst-card { background: var(--c-bg); border: 1px solid var(--c-border); border-radius: var(--radius); padding: 28px; display: grid; grid-template-columns: 64px 1fr auto; gap: 24px; align-items: center; }
.lst-card-logo { width: 56px; height: 56px; }
.lst-card h3 { margin: 0 0 6px; font-size: 1.2rem; }
.lst-card h3 a { color: var(--c-text); }
.lst-card h3 a:hover { color: var(--c-acc); text-decoration: none; }
.lst-card .lst-meta { display: flex; gap: 16px; flex-wrap: wrap; font-size: .88rem; color: var(--c-muted); margin-bottom: 6px; }
.lst-card .lst-meta span { display: inline-flex; align-items: center; gap: 6px; }
.lst-card p { margin: 0; color: var(--c-muted); font-size: .95rem; }
.lst-card-actions { display: flex; flex-direction: column; gap: 10px; min-width: 180px; }

@media (max-width: 1024px) {
    .ft-grid { grid-template-columns: 1fr 1fr; }
    .trust-bar { grid-template-columns: repeat(2, 1fr); }
    .meth-grid, .guides-grid { grid-template-columns: 1fr; }
    .alt-grid { grid-template-columns: 1fr; }
    .edit-big-bullets { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .lst-card { grid-template-columns: 56px 1fr; }
    .lst-card-actions { grid-column: 1 / -1; flex-direction: row; }
    .lst-card-actions .btn { flex: 1; }
}

@media (max-width: 768px) {
    :root { --rhythm: 56px; }
    .hd-nav { display: none; position: fixed; top: 72px; left: 0; right: 0; background: var(--c-bg); flex-direction: column; align-items: stretch; padding: 16px 20px; gap: 4px; border-bottom: 1px solid var(--c-border); box-shadow: 0 8px 20px rgba(0,0,0,.06); }
    .hd-nav.open { display: flex; }
    .hd-link { padding: 10px 0; border-bottom: 1px solid var(--c-border); }
    .hd-link:last-of-type, .hd-cta { border-bottom: none; }
    .hd-cta { margin-top: 8px; margin-left: 0; text-align: center; }
    .hd-burger { display: block; }
    .proco { grid-template-columns: 1fr; }
    .review-hero { grid-template-columns: 1fr; }
    .review-hero-rating { text-align: left; }
    .ft-grid { grid-template-columns: 1fr; gap: 32px; }
    .ft-bottom { flex-direction: column; align-items: flex-start; }
    .ft-18 { text-align: left; }
    .cmp { min-width: 700px; }
    .editor-card { flex-direction: column; align-items: center; text-align: center; }
    .cta-box { padding: 40px 24px; }
    .hero-btns { flex-direction: column; }
    .hero-btns .btn { width: 100%; }
}

@media (max-width: 480px) {
    .trust-bar { grid-template-columns: 1fr 1fr; gap: 12px; }
    .trust-n { font-size: 1.8rem; }
    .reg-strip-inner { gap: 24px; }
    .reg-strip-inner img { height: 26px; }
    .edit-big { padding: 24px; }
    .meth-card { padding: 24px; }
}
