:root{
  --ink:#15151b;--ink-2:#30313a;--muted:#6e7180;--line:#e7e7ec;--soft:#f7f7fa;--soft-2:#fbfbfc;
  --blue:#2f5bea;--blue-dark:#2347bd;--blue-soft:#eef2ff;--navy:#171f46;--navy-2:#0f1738;
  --coral:#ff6b66;--green:#1f9d67;--gold:#f4a900;--white:#fff;--container:1180px;
  --radius:14px;--shadow:0 12px 32px rgba(19,27,56,.08);--shadow-sm:0 5px 18px rgba(19,27,56,.06)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.narrow,.comparison-container{width:min(calc(100% - 40px),1000px);margin-inline:auto}.review-container{width:min(calc(100% - 40px),1080px);margin-inline:auto}.screen-reader-text,.skip-link:not(:focus){position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;z-index:9999;top:12px;left:12px;background:#fff;padding:10px 14px;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}

/* Header */
.affiliate-disclosure-bar{background:#f6f6f8;border-bottom:1px solid #ededf1;color:#626572;font-size:11px}.affiliate-disclosure-bar .container{min-height:31px;display:flex;justify-content:flex-end;align-items:center;gap:12px}.affiliate-disclosure-bar a{font-weight:700;color:#42444d;text-decoration:underline}.site-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-inner{height:70px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;flex:none}.brand img,.brand .custom-logo{display:block;max-width:178px;max-height:46px;width:auto}.main-nav{margin-left:auto}.main-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:4px}.main-nav a{display:block;padding:11px 10px;color:#343640;font-size:14px;font-weight:650;border-radius:8px}.main-nav a:hover{color:var(--blue);background:#f7f8fd}.header-compare{display:none}.header-search{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:23px;color:#343640;background:#fff}.header-search:hover{border-color:#cfd4e6;color:var(--blue)}.menu-toggle{display:none;border:0;background:transparent;padding:7px;align-items:center;gap:4px;flex-direction:column}.menu-toggle span{width:22px;height:2px;background:#22252e;border-radius:5px}.menu-toggle em{display:none}

/* Shared */
.section{padding:64px 0}.section-space{padding:72px 0}.section-tight{padding:54px 0}.eyebrow{display:inline-block;margin-bottom:8px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.eyebrow-light{color:#aebfff}.section-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.section-title-row h2{margin:0;font-size:31px;line-height:1.15;letter-spacing:-.03em}.section-title-row p{margin:8px 0 0;color:var(--muted);font-size:15px}.section-link,.inline-arrow{color:var(--blue);font-size:14px;font-weight:750;white-space:nowrap}.section-link span{margin-left:4px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:7px;padding:12px 20px;font-weight:800;font-size:14px;cursor:pointer;transition:.18s ease}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-dark);transform:translateY(-1px)}.btn-wide{width:100%}.empty-state{padding:36px;background:#fff;border:1px dashed #ccd1e0;border-radius:12px;text-align:center;color:var(--muted)}

/* Home hero */
.home-hero{background:linear-gradient(180deg,#fff 0%,#fafaff 100%);border-bottom:1px solid #eeeeF2}.home-hero-inner{padding:70px 0 64px;text-align:center}.hero-kicker{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;margin-bottom:18px;border-radius:99px;background:var(--blue-soft);color:var(--blue);font-size:12px;font-weight:800}.home-hero h1{max-width:860px;margin:0 auto;font-size:clamp(40px,5.2vw,64px);line-height:1.04;letter-spacing:-.05em;font-weight:800}.home-hero p{max-width:730px;margin:19px auto 0;color:#555866;font-size:18px}.hero-search{max-width:720px;margin:31px auto 0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;background:#fff;border:1px solid #dcdfe9;border-radius:10px;box-shadow:0 8px 24px rgba(32,40,81,.07);overflow:hidden}.hero-search .search-icon{padding-left:17px;font-size:24px;color:#777b8a}.hero-search input{height:58px;border:0;outline:0;padding:0 14px;font-size:16px;color:#252730;min-width:0}.hero-search button{height:46px;margin-right:6px;border:0;background:var(--blue);color:#fff;border-radius:7px;padding:0 24px;font-weight:800;cursor:pointer}.hero-search button:hover{background:var(--blue-dark)}.hero-popular{display:flex;justify-content:center;flex-wrap:wrap;gap:9px 16px;margin-top:17px;font-size:13px;color:#737685}.hero-popular span{font-weight:700;color:#444650}.hero-popular a{color:#4f5772;border-bottom:1px solid #c8cbd5}.hero-popular a:hover{color:var(--blue);border-color:var(--blue)}

/* Categories */
.home-categories{background:#fff}.category-board{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.category-tile{min-height:112px;display:grid;grid-template-columns:42px 1fr 20px;align-items:center;gap:13px;padding:20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.18s ease}.category-tile:nth-child(4n){border-right:0}.category-tile:nth-last-child(-n+4){border-bottom:0}.category-tile:hover{background:#fbfbfe;box-shadow:inset 0 0 0 1px #dfe5ff}.category-mark{width:42px;height:42px;border-radius:10px;background:#f1f3fb;color:var(--blue);display:grid;place-items:center}.category-mark svg,.editorial-placeholder svg,.latest-fallback svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.category-copy{display:flex;flex-direction:column;min-width:0}.category-copy strong{font-size:15px;line-height:1.2}.category-copy small{margin-top:5px;color:var(--muted);font-size:11.5px;line-height:1.35}.category-arrow{color:#9a9dab;font-size:17px}.category-tile:hover .category-arrow{color:var(--blue);transform:translateX(2px)}.category-demo{cursor:default}

/* Brand strip */
.brand-strip-wrap{border-top:1px solid #f0f0f3;border-bottom:1px solid #f0f0f3;background:#fafafa;padding:28px 0}.brand-strip-label{text-align:center;margin:0 0 18px;color:#888b96;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.brand-strip{display:flex;align-items:center;justify-content:center;gap:36px;flex-wrap:wrap}.brand-logo-chip{height:38px;display:flex;align-items:center;justify-content:center;filter:grayscale(1);opacity:.68;transition:.18s}.brand-logo-chip:hover{filter:none;opacity:1}.brand-logo-chip img{max-height:34px;max-width:125px;object-fit:contain}.brand-logo-chip strong{font-size:16px;color:#555a67}

/* Decision */
.decision-section{padding:76px 0;background:var(--soft)}.decision-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:center}.decision-copy h2{font-size:40px;line-height:1.1;letter-spacing:-.04em;margin:0}.decision-copy p{font-size:16px;color:#5c5f6c;margin:18px 0 20px}.decision-cards{display:grid;gap:12px}.decision-cards article{display:grid;grid-template-columns:48px 1fr;gap:17px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px}.decision-cards article>span{width:44px;height:44px;border-radius:50%;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;font-size:12px;font-weight:850}.decision-cards h3{margin:1px 0 5px;font-size:17px}.decision-cards p{margin:0;color:var(--muted);font-size:13.5px}

/* Editor's picks */
.editors-section{background:#fff}.editorial-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:18px}.editorial-card{display:grid;grid-template-columns:132px 1fr;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;min-height:160px;transition:.18s}.editorial-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.editorial-featured{grid-row:1 / 3;grid-template-columns:1fr;min-height:430px}.editorial-image{display:block;background:#f0f2f7;overflow:hidden}.editorial-card:not(.editorial-featured) .editorial-image{min-height:100%;height:100%}.editorial-image img{width:100%;height:100%;object-fit:cover}.editorial-featured .editorial-image{min-height:230px}.editorial-placeholder,.latest-fallback{width:100%;height:100%;min-height:120px;display:grid;place-items:center;background:linear-gradient(135deg,#f4f6fd,#e8edff);color:var(--blue)}.editorial-placeholder svg{width:48px;height:48px;stroke-width:1.3}.editorial-body{padding:17px}.editorial-featured .editorial-body{padding:22px}.card-label{color:var(--blue);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.editorial-body h3{font-size:17px;line-height:1.22;margin:6px 0}.editorial-featured h3{font-size:25px}.editorial-body p{font-size:12.5px;color:var(--muted);margin:0 0 10px}.editorial-featured p{font-size:14px}.editorial-meta{font-size:10.5px;color:#92949d}.editorial-meta span{margin:0 5px}.demo-card{pointer-events:none}

/* Why */
.why-section{background:var(--navy);color:#fff;padding:65px 0}.why-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;align-items:center}.why-grid h2{font-size:38px;line-height:1.1;letter-spacing:-.035em;margin:0}.why-grid>div:first-child p{max-width:520px;color:#c8cce1;font-size:15px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.13);border-radius:13px;overflow:hidden}.stats-grid>div{padding:25px 18px;border-right:1px solid rgba(255,255,255,.13)}.stats-grid>div:last-child{border-right:0}.stats-grid strong{display:block;font-size:28px;margin-bottom:5px}.stats-grid span{font-size:11px;color:#c7cbdb;line-height:1.4}

/* Latest */
.latest-section{background:#fff}.latest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.latest-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.latest-thumb{display:block;height:190px;background:#f0f2f6}.latest-thumb img{width:100%;height:100%;object-fit:cover}.latest-fallback{min-height:190px}.latest-fallback svg{width:44px;height:44px}.latest-copy{padding:18px}.latest-copy>span{font-size:10px;color:var(--blue);font-weight:850;text-transform:uppercase;letter-spacing:.08em}.latest-copy h3{font-size:18px;line-height:1.25;margin:6px 0 9px}.latest-copy p{font-size:13px;color:var(--muted);margin:0 0 13px}.latest-copy small{font-size:10.5px;color:#9598a3}

/* FAQ */
.faq-section{background:var(--soft)}.faq-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:70px}.faq-grid h2{font-size:36px;margin:0;letter-spacing:-.035em}.faq-grid>div:first-child p{color:var(--muted)}.faq-list details{border-top:1px solid #dfe0e6;padding:17px 0}.faq-list details:last-child{border-bottom:1px solid #dfe0e6}.faq-list summary{cursor:pointer;font-size:15px;font-weight:750;list-style:none;position:relative;padding-right:30px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';position:absolute;right:3px;top:-4px;font-size:24px;color:#777}.faq-list details[open] summary:after{content:'–'}.faq-list p{margin:10px 30px 0 0;color:var(--muted);font-size:13.5px}

/* Breadcrumbs / generic */
.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#858894;font-size:11.5px;padding:18px 0}.breadcrumbs a{color:#5f6476}.breadcrumbs a:hover{color:var(--blue)}.page-head{padding:28px 0}.page-head h1,.article-header h1{font-size:clamp(35px,5vw,54px);line-height:1.08;letter-spacing:-.04em;margin:0}.page-head p{color:var(--muted);font-size:17px}.article-shell{max-width:830px}.article-header{margin:18px 0 30px}.article-meta{font-size:12px;color:var(--muted)}.article-featured img{border-radius:14px;width:100%}.article-content{font-size:16.5px;color:#3d404b;line-height:1.75}.article-content h2{font-size:28px;line-height:1.2;letter-spacing:-.02em;color:var(--ink);margin:40px 0 13px}.article-content h3{font-size:21px;color:var(--ink);margin-top:28px}.article-content a{color:var(--blue);text-decoration:underline}.article-content img{border-radius:10px}.article-content blockquote{margin:28px 0;padding:18px 22px;border-left:3px solid var(--blue);background:var(--soft);border-radius:0 10px 10px 0}.article-content table{width:100%;border-collapse:collapse}.article-content th,.article-content td{padding:12px;border:1px solid var(--line);text-align:left}

/* Comparison page - Top10-inspired */
.comparison-head{background:#fff}.comparison-meta-row{display:flex;justify-content:space-between;align-items:center;margin-top:7px;font-size:11px;color:#81848f}.comparison-meta-row a{text-decoration:underline;color:#565966}.comparison-head h1{max-width:830px;margin:18px auto 0;text-align:center;font-size:clamp(36px,4.6vw,54px);line-height:1.07;letter-spacing:-.045em}.comparison-subtitle{max-width:790px;text-align:center;margin:14px auto 0;color:#595c68;font-size:16.5px}.recommended-strip{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:33px 0 0;border:1px solid var(--line);border-radius:10px;background:var(--line);overflow:hidden}.recommended-label{position:absolute;left:14px;top:-10px;background:var(--navy);color:#fff;padding:4px 9px;border-radius:4px;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;z-index:2}.recommended-strip article{display:grid;grid-template-columns:72px 1fr auto;gap:10px;align-items:center;background:#fff;padding:17px 14px}.recommended-logo{height:52px;display:flex;align-items:center;justify-content:center}.recommended-logo img{max-width:68px;max-height:45px;object-fit:contain}.recommended-strip article>div:nth-child(2){display:flex;flex-direction:column;min-width:0}.recommended-strip article strong{font-size:13px}.recommended-strip article span{font-size:10px;color:#697080;margin-top:2px}.recommended-strip article span b{color:var(--ink);font-size:14px;margin-left:3px}.recommended-strip article small{font-size:9px;color:#9296a2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recommend-link{font-size:10px;font-weight:800;color:var(--blue);white-space:nowrap}.comparison-body{padding:28px 0 72px;background:#f7f7f9;border-top:1px solid #efeff2}.comparison-intro{max-width:820px;margin:0 auto 25px;font-size:14px}.provider-list{display:grid;gap:15px}.provider-card{position:relative;display:grid;grid-template-columns:46px 130px 1fr 108px 145px;gap:18px;align-items:center;background:#fff;border:1px solid #dedfe5;border-radius:8px;padding:22px 18px;box-shadow:0 2px 7px rgba(20,25,50,.03)}.provider-featured{border-color:#aab7e7;box-shadow:0 7px 22px rgba(47,91,234,.08)}.provider-ribbon{position:absolute;left:-1px;top:-12px;background:var(--navy);color:#fff;border-radius:4px 4px 4px 0;padding:5px 9px;font-size:9px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.provider-rank{font-size:18px;font-weight:800;color:#444853;text-align:center}.provider-logo{height:76px;display:flex;align-items:center;justify-content:center;border-right:1px solid #eeeef2;padding-right:16px}.provider-logo img{max-width:108px;max-height:60px;object-fit:contain}.provider-logo span{font-size:15px;font-weight:800;text-align:center}.provider-main h2{font-size:16px;line-height:1.28;margin:0 0 8px}.provider-main h2 span{font-weight:500;color:#646875}.provider-main ul{list-style:none;margin:0;padding:0;display:grid;gap:4px}.provider-main li{position:relative;padding-left:15px;font-size:11.5px;color:#565a66}.provider-main li:before{content:'✓';position:absolute;left:0;color:var(--green);font-weight:800}.provider-links{display:flex;align-items:center;gap:12px;margin-top:9px}.provider-links a{color:var(--blue);font-size:10.5px;font-weight:750;text-decoration:underline}.provider-links span{font-size:10px;color:#a14a44;background:#fff2f1;padding:3px 6px;border-radius:4px}.provider-score{text-align:center;border-left:1px solid #eeeef2;border-right:1px solid #eeeef2;padding:4px 10px}.provider-score span{display:block;color:#4e5361;font-size:10px;font-weight:750}.provider-score strong{display:block;font-size:31px;line-height:1.05;margin:3px 0}.provider-score small{font-size:8.5px;color:#9699a3}.provider-action{text-align:center}.provider-action .btn{padding:12px 12px}.provider-action small{display:block;margin-top:7px;color:#7f828e;font-size:9.5px}.methodology-panel{display:grid;grid-template-columns:.7fr 1.3fr;gap:55px;margin-top:42px;padding:32px;border:1px solid #dfe0e7;border-radius:10px;background:#fff}.methodology-panel h2{font-size:25px;line-height:1.18;margin:0}.methodology-panel p{margin:0;color:var(--muted);font-size:13.5px;line-height:1.65}

/* Review page */
.review-head,.compare-head{background:#fafafd;border-bottom:1px solid #ececf1;padding-bottom:44px}.review-meta-row{display:flex;gap:10px;color:#858894;font-size:11px;margin:8px 0 16px}.review-meta-row span+span:before{content:'•';margin-right:10px}.review-head-grid{display:grid;grid-template-columns:1fr 250px;gap:65px;align-items:center}.review-head h1,.compare-head h1{font-size:clamp(38px,5vw,56px);line-height:1.07;letter-spacing:-.045em;margin:0}.review-head p,.compare-head p{font-size:17px;color:#5f626f;max-width:720px}.review-byline{display:flex;align-items:center;gap:10px;margin-top:22px;font-size:12px;color:#737682}.review-byline img{border-radius:50%}.review-score-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:20px;text-align:center;box-shadow:var(--shadow-sm)}.review-brand-logo{height:56px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.review-brand-logo img{max-height:52px;max-width:145px;object-fit:contain}.review-score-card>span{display:block;font-size:10px;font-weight:750;color:#616572}.review-score-card>strong{display:block;font-size:38px;line-height:1;margin:3px 0}.review-score-card>small{display:block;font-size:9px;color:#989aa3;margin-bottom:13px}.review-layout{display:grid;grid-template-columns:1fr 260px;gap:55px;align-items:start}.review-verdict{padding:22px;background:#f6f7fb;border-left:3px solid var(--blue);border-radius:0 10px 10px 0;margin-bottom:32px}.review-verdict>span{font-size:10px;color:var(--blue);font-weight:850;text-transform:uppercase;letter-spacing:.08em}.review-verdict h2{margin:7px 0 8px;font-size:23px}.review-verdict p{margin:0;font-size:13px}.sticky-review-card{position:sticky;top:102px;border:1px solid var(--line);border-radius:10px;padding:20px;background:#fff}.sticky-review-card h3{margin:0 0 12px;font-size:17px}.sidebar-score{display:flex;align-items:baseline;gap:8px;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.sidebar-score strong{font-size:33px}.sidebar-score span{font-size:11px;color:var(--muted)}.sticky-review-card dl{margin:13px 0}.sticky-review-card dl>div{display:flex;justify-content:space-between;gap:14px;padding:7px 0;font-size:11px}.sticky-review-card dt{color:var(--muted)}.sticky-review-card dd{margin:0;font-weight:700;text-align:right}.sticky-review-card>small{display:block;text-align:center;color:#9496a0;font-size:9px;margin-top:8px}.check-list{padding:0;list-style:none;display:grid;gap:7px}.check-list li{position:relative;padding-left:22px}.check-list li:before{content:'✓';position:absolute;left:0;color:var(--green);font-weight:800}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:36px}.pros-cons>div{padding:20px;border:1px solid var(--line);border-radius:10px;background:#fff}.pros-cons h2{margin:0 0 12px;font-size:21px}.pros-cons ul{margin:0;padding-left:20px;font-size:14px}

/* Compare */
.compare-head{text-align:center}.compare-head .breadcrumbs{text-align:left}.compare-head .eyebrow{margin-top:14px}.compare-head p{margin:14px auto 0}.versus-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:28px}.versus-grid article{border:1px solid var(--line);border-radius:10px;padding:24px;text-align:center;background:#fff}.versus-logo{height:72px;display:flex;justify-content:center;align-items:center}.versus-logo img{max-height:62px;max-width:180px;object-fit:contain}.versus-grid h2{font-size:21px;margin:10px 0}.versus-score strong{font-size:31px;margin-right:7px}.versus-score span{font-size:11px;color:var(--muted)}.versus-grid p{color:var(--muted);font-size:13px}.compare-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:10px;margin:28px 0 38px}.compare-table{width:100%;border-collapse:collapse;min-width:640px}.compare-table th,.compare-table td{padding:15px 18px;border-bottom:1px solid var(--line);text-align:center;font-size:13px}.compare-table th:first-child,.compare-table td:first-child{text-align:left;font-weight:750}.compare-table thead{background:#f6f7fa}.compare-table a{color:var(--blue);font-weight:700}.compare-article{max-width:820px;margin:auto}

/* Archive/search */
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.content-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}.content-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.content-card-body{padding:18px}.content-card h2,.content-card h3{font-size:18px;line-height:1.25;margin:5px 0 9px}.content-card p{font-size:13px;color:var(--muted)}.card-kicker{font-size:10px;font-weight:850;color:var(--blue);text-transform:uppercase;letter-spacing:.07em}.text-link{font-size:12px;color:var(--blue);font-weight:750}.pagination{margin-top:30px}.pagination .nav-links{display:flex;gap:6px}.pagination .page-numbers{padding:8px 11px;border:1px solid var(--line);border-radius:6px}.pagination .current{background:var(--blue);border-color:var(--blue);color:#fff}

/* Footer */
.site-footer{background:#111735;color:#c8ccdc}.footer-top{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:55px;padding:58px 0 45px}.footer-brand img{display:block;max-width:176px}.footer-brand>p{font-size:13px;color:#d4d7e5;margin:14px 0}.footer-disclosure{max-width:390px!important;color:#9fa5bb!important;font-size:11px!important;line-height:1.55}.footer-top h3{color:#fff;font-size:12px;margin:0 0 14px;text-transform:uppercase;letter-spacing:.06em}.footer-top ul{list-style:none;margin:0;padding:0}.footer-top li{margin:9px 0}.footer-top a{color:#bfc4d7;font-size:12px}.footer-top a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.09);padding:18px 0;font-size:10.5px;color:#8f96ad}

@media(max-width:1050px){
  .category-board{grid-template-columns:repeat(3,1fr)}.category-tile:nth-child(4n){border-right:1px solid var(--line)}.category-tile:nth-child(3n){border-right:0}.category-tile:nth-last-child(-n+4){border-bottom:1px solid var(--line)}.category-tile:nth-last-child(-n+3){border-bottom:0}
  .decision-grid{gap:45px}.editorial-grid{grid-template-columns:1.25fr 1fr}.editorial-card:nth-child(4),.editorial-card:nth-child(5){display:none}.provider-card{grid-template-columns:42px 110px 1fr 95px 135px;gap:13px;padding:20px 14px}.provider-logo{padding-right:12px}.review-layout{gap:35px}.footer-top{grid-template-columns:1.4fr repeat(3,1fr);gap:32px}
}
@media(max-width:820px){
  .container,.narrow,.comparison-container,.review-container{width:min(calc(100% - 28px),var(--container))}.affiliate-disclosure-bar .container{justify-content:center}.affiliate-disclosure-bar span{display:none}.header-inner{height:64px;gap:12px}.brand img,.brand .custom-logo{max-width:150px;max-height:40px}.menu-toggle{display:flex;margin-left:auto}.main-nav{display:none;position:absolute;left:0;right:0;top:64px;background:#fff;border-bottom:1px solid var(--line);padding:12px 14px;box-shadow:0 10px 25px rgba(20,25,50,.08)}.main-nav.is-open{display:block}.main-nav ul{display:block}.main-nav a{padding:12px}.header-search{width:36px;height:36px}.home-hero-inner{padding:52px 0}.home-hero h1{font-size:43px}.home-hero p{font-size:16px}.category-board{grid-template-columns:repeat(2,1fr)}.category-tile:nth-child(3n){border-right:1px solid var(--line)}.category-tile:nth-child(2n){border-right:0}.category-tile:nth-last-child(-n+3){border-bottom:1px solid var(--line)}.category-tile:nth-last-child(-n+2){border-bottom:0}.decision-grid,.why-grid,.faq-grid,.review-head-grid,.review-layout{grid-template-columns:1fr}.decision-grid,.faq-grid{gap:35px}.editorial-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.editorial-featured{grid-column:1/-1;grid-row:auto;grid-template-columns:1fr 1fr;min-height:250px}.editorial-card:nth-child(4),.editorial-card:nth-child(5){display:grid}.why-grid{gap:28px}.recommended-strip{grid-template-columns:1fr}.recommended-strip article{grid-template-columns:70px 1fr auto}.provider-card{grid-template-columns:40px 105px 1fr 100px}.provider-action{grid-column:3/5;display:grid;grid-template-columns:150px 1fr;align-items:center;gap:12px;text-align:left}.provider-action small{margin-top:0}.methodology-panel{grid-template-columns:1fr;gap:15px}.review-score-card{max-width:310px}.review-sidebar{order:-1}.sticky-review-card{position:static;display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:center}.sticky-review-card h3,.sticky-review-card dl,.sticky-review-card>small{grid-column:1/-1}.latest-grid{grid-template-columns:1fr 1fr}.footer-top{grid-template-columns:1.4fr 1fr 1fr}.footer-top>div:nth-child(4){display:none}
}
@media(max-width:560px){
  .section-space{padding:54px 0}.section-tight{padding:42px 0}.section-title-row{align-items:flex-start}.section-title-row h2{font-size:27px}.section-title-row .section-link{display:none}.affiliate-disclosure-bar{font-size:10px}.home-hero-inner{padding:44px 0 48px}.hero-kicker{font-size:10px}.home-hero h1{font-size:37px}.home-hero p{font-size:15px}.hero-search{grid-template-columns:auto 1fr}.hero-search input{height:54px;font-size:14px}.hero-search button{grid-column:1/-1;width:calc(100% - 12px);margin:0 6px 6px;height:43px}.hero-popular{font-size:11.5px}.category-board{grid-template-columns:1fr}.category-tile{min-height:94px;border-right:0!important;border-bottom:1px solid var(--line)!important}.category-tile:last-child{border-bottom:0!important}.category-copy strong{font-size:14px}.decision-section{padding:54px 0}.decision-copy h2,.why-grid h2{font-size:31px}.editorial-grid{display:block}.editorial-card,.editorial-featured{display:grid!important;grid-template-columns:108px 1fr;min-height:145px;margin-bottom:12px}.editorial-image,.editorial-featured .editorial-image{min-height:145px}.editorial-featured h3{font-size:17px}.editorial-featured p{font-size:12.5px}.editorial-featured .editorial-body{padding:17px}.stats-grid{grid-template-columns:1fr}.stats-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}.stats-grid>div:last-child{border-bottom:0}.latest-grid{grid-template-columns:1fr}.latest-card{display:grid;grid-template-columns:120px 1fr}.latest-thumb,.latest-fallback{height:100%;min-height:150px}.latest-copy{padding:15px}.comparison-meta-row{align-items:flex-start;gap:8px}.comparison-head h1{font-size:37px}.comparison-subtitle{font-size:14.5px}.recommended-strip{margin-top:28px}.recommended-strip article{grid-template-columns:60px 1fr auto;padding:14px 10px}.recommended-logo img{max-width:56px}.comparison-body{padding-top:20px}.provider-card{grid-template-columns:36px 84px 1fr;gap:10px;padding:19px 12px}.provider-logo{height:62px}.provider-score{grid-column:1/2;grid-row:2;border:0;padding:0;text-align:left}.provider-score strong{font-size:24px}.provider-score span,.provider-score small{display:none}.provider-main{grid-column:3/4;grid-row:1/3}.provider-main h2{font-size:14px}.provider-main ul{display:none}.provider-action{grid-column:1/-1;grid-template-columns:1fr;text-align:center}.provider-action .btn{width:100%}.provider-links{margin-top:7px}.provider-ribbon{top:-10px}.methodology-panel{padding:22px}.review-head{padding-bottom:34px}.review-head h1,.compare-head h1{font-size:37px}.review-head p,.compare-head p{font-size:15px}.sticky-review-card{grid-template-columns:1fr}.sticky-review-card h3,.sticky-review-card dl,.sticky-review-card>small{grid-column:auto}.pros-cons,.versus-grid{grid-template-columns:1fr}.faq-grid h2{font-size:30px}.footer-top{grid-template-columns:1fr 1fr;gap:30px}.footer-brand{grid-column:1/-1}.footer-top>div:nth-child(4){display:block}.footer-bottom{display:block}.footer-bottom span{display:block;margin:3px 0}.card-grid{grid-template-columns:1fr}
}

@media(min-width:783px){.admin-bar .site-header{top:32px}}
@media(max-width:782px){.admin-bar .site-header{top:46px}}
