:root {
  --ink: #0a2133;
  --navy: #071a2a;
  --blue: #248ed8;
  --sky: #9bdcff;
  --muted: #607485;
  --line: #dce7ee;
  --paper: #ffffff;
  --wash: #f3f8fb;
  --cream: #fffaf0;
  --radius: 22px;
  font-family: "Tajawal", Tahoma, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 17px; line-height: 1.8; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; right: 20px; z-index: 100; padding: 10px 16px; border-radius: 10px; background: #fff; color: var(--navy); }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(7,26,42,.94); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.brand { display: flex; align-items: center; width: 176px; }
.brand img { display: block; width: 176px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-inline: auto; color: #bcd0dc; font-size: 15px; font-weight: 500; }
.main-nav a { position: relative; padding-block: 27px; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: #fff; }
.main-nav a[aria-current="page"]::after { content: ""; position: absolute; right: 0; bottom: 19px; width: 22px; height: 2px; border-radius: 2px; background: var(--sky); }
.header-cta { padding: 10px 18px; border-radius: 12px; background: #fff; color: var(--navy); font-size: 14px; font-weight: 700; }
.nav-toggle { display: none; margin-inline-start: auto; border: 0; background: transparent; color: #fff; font-size: 25px; }

.hero { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.hero::before { content: ""; position: absolute; inset: auto auto -260px -120px; width: 650px; height: 650px; border-radius: 50%; background: #0c3f61; filter: blur(15px); opacity: .7; }
.hero-grid { position: relative; min-height: calc(100svh - 82px); max-height: 760px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; padding-block: 54px; }
.eyebrow { display: inline-block; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.hero .eyebrow { color: var(--sky); }
.hero h1 { max-width: 650px; margin: 14px 0 18px; font-size: clamp(43px, 5vw, 68px); line-height: 1.1; letter-spacing: -.05em; }
.hero h1 em { color: var(--sky); font-style: normal; }
.hero-copy > p { max-width: 620px; margin: 0; color: #b8cbd6; font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; font-size: 15px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--blue); color: #fff; box-shadow: 0 12px 30px rgba(36,142,216,.22); }
.btn.ghost { border-color: #395264; color: #e9f2f7; }
.btn.light { background: #fff; color: var(--navy); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 28px; color: #8da6b5; font-size: 13px; }
.hero-proof span { display: grid; }
.hero-proof strong { color: #fff; font-size: 18px; }
.hero-visual { position: relative; min-height: 430px; display: grid; place-items: center; perspective: 1000px; }
.hero-visual::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle,rgba(36,142,216,.28),transparent 68%); }
.hero-browser { position: relative; z-index: 1; width: min(520px,92%); overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: #fff; box-shadow: 0 35px 80px rgba(0,0,0,.35); transform: rotateY(-6deg) rotateZ(-1deg); }
.browser-bar { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 15px; background: #eef4f8; color: #617988; font-size: 11px; }
.browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #b7cad5; }.browser-bar span { margin-right: auto; }
.hero-browser img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: top; }
.hero-product-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(255,255,255,.96); color: var(--navy); box-shadow: 0 20px 45px rgba(0,0,0,.25); }
.hero-product-chip img { width: 68px; height: 58px; object-fit: cover; border-radius: 11px; }.hero-product-chip span { display: grid; }.hero-product-chip b { font-size: 13px; }.hero-product-chip small { color: var(--muted); font-size: 11px; }
.chip-one { left: -8px; bottom: 40px; padding: 9px; }.chip-two { right: 3px; top: 42px; padding: 13px 16px; }.chip-two strong { color: var(--blue); font-size: 24px; }.chip-two span { font-size: 11px; font-weight: 700; }
.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip .container { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #79909f; font-size: 14px; }
.trust-strip span { color: var(--blue); font-weight: 800; }.trust-strip b { color: #4b6272; font-weight: 500; }

.section { padding-block: 105px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 45px; }
.section-head h2, .method h2, .newsletter h2 { margin: 8px 0 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.25; letter-spacing: -.035em; }
.section-head > p { max-width: 520px; margin: 0; color: var(--muted); }
.cards-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; }
.tool-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 38px rgba(7,26,42,.06); transition: transform .25s, box-shadow .25s; }
.tool-card:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(7,26,42,.1); }
.card-cover { position: relative; display: block; overflow: hidden; background: var(--wash); }
.card-cover::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(7,26,42,.52)); pointer-events: none; }
.card-cover img { display: block; width: 100%; aspect-ratio: 12/7; object-fit: cover; object-position: top; transition: transform .5s; }
.card-cover > span { position: absolute; z-index: 2; right: 18px; bottom: 14px; padding: 5px 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(7,26,42,.68); color: #fff; font-size: 11px; backdrop-filter: blur(10px); }
.tool-card:hover .card-cover img { transform: scale(1.025); }
.card-body { padding: 28px; }
.card-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--blue); font-size: 12px; font-weight: 700; }
.card-meta strong { color: var(--ink); }
.card-body h2 { margin: 10px 0; font-size: 28px; line-height: 1.3; }
.card-body p { margin: 0; color: var(--muted); font-size: 15px; }
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); color: #607485; font-size: 13px; }
.card-footer a { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); font-weight: 700; }
.method { background: var(--wash); }
.method-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.method-grid > div p { color: var(--muted); }
.method ol { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.method li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.method li > b { color: var(--blue); }.method h3 { margin: 0; font-size: 19px; }.method li p { margin: 3px 0 0; color: var(--muted); font-size: 14px; }
.newsletter { background: var(--blue); color: #fff; }
.newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }.newsletter h2 { max-width: 700px; }.newsletter span { color: #d8efff; }

.page-hero { padding-block: 100px; background: var(--navy); color: #fff; }.page-hero.compact { padding-block: 80px; }
.page-hero h1 { max-width: 850px; margin: 12px 0 20px; font-size: clamp(44px,6vw,72px); line-height: 1.2; letter-spacing: -.045em; }
.page-hero p { max-width: 720px; margin: 0; color: #b6c9d5; font-size: 18px; }
.page-hero-featured { position: relative; overflow: hidden; background: radial-gradient(circle at 12% 30%,rgba(36,142,216,.3),transparent 33%),linear-gradient(135deg,#071a2a,#0b263a); }
.page-hero-featured::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg,#000,transparent 76%); }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 470px; align-items: center; gap: 70px; }
.page-hero-stats { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 30px; color: #8ca6b5; font-size: 12px; }.page-hero-stats span { display: grid; }.page-hero-stats b { color: #fff; font-size: 17px; }
.directory-visual { position: relative; min-height: 335px; display: grid; place-items: center; }
.directory-visual::before,.directory-visual::after { content: ""; position: absolute; border: 1px solid rgba(155,220,255,.16); border-radius: 50%; }.directory-visual::before { width: 330px; height: 330px; }.directory-visual::after { width: 230px; height: 230px; }
.directory-core { position: relative; z-index: 2; width: 250px; padding: 28px; border: 1px solid rgba(255,255,255,.17); border-radius: 24px; background: rgba(13,49,73,.9); box-shadow: 0 25px 55px rgba(0,0,0,.28); }.directory-core span,.directory-core small { display: block; color: #91aaba; font-size: 11px; }.directory-core strong { display: block; margin: 6px 0 22px; font-size: 24px; }.directory-core small { padding-top: 13px; border-top: 1px solid #2a475a; }
.topic-pill { position: absolute; z-index: 3; padding: 8px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: #fff; color: var(--navy); font-size: 11px; font-weight: 800; box-shadow: 0 12px 30px rgba(0,0,0,.2); }.topic-pill.t1 { top: 28px; right: 54px; }.topic-pill.t2 { top: 78px; left: 24px; }.topic-pill.t3 { right: 12px; bottom: 62px; }.topic-pill.t4 { left: 52px; bottom: 22px; }
.match-score { position: absolute; z-index: 4; left: 4px; top: 150px; display: grid; padding: 12px 16px; border-radius: 14px; background: var(--blue); box-shadow: 0 15px 35px rgba(36,142,216,.3); }.match-score b { font-size: 20px; }.match-score span { color: #d9effd; font-size: 10px; }
.editorial-visual { position: relative; min-height: 335px; display: grid; align-content: center; gap: 12px; padding: 32px 36px; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: rgba(255,255,255,.055); box-shadow: 0 25px 65px rgba(0,0,0,.2); transform: rotate(-1deg); }
.editorial-visual article { position: relative; z-index: 2; display: grid; grid-template-columns: 42px 1fr; padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(7,26,42,.72); }.editorial-visual article span { grid-row: span 2; color: var(--sky); font-size: 12px; font-weight: 800; }.editorial-visual article b { font-size: 14px; }.editorial-visual article small { color: #86a1b1; font-size: 11px; }.editorial-line { position: absolute; top: 50%; right: 35px; bottom: 42px; width: 2px; background: linear-gradient(var(--blue),transparent); }
.about-hero { background: radial-gradient(circle at 15% 20%,rgba(155,220,255,.24),transparent 35%),linear-gradient(135deg,#071a2a,#0d3048); }
.about-visual { position: relative; min-height: 320px; display: grid; place-items: center; }.about-visual::before { content: ""; position: absolute; width: 280px; height: 280px; border: 1px dashed rgba(155,220,255,.32); border-radius: 50%; }.about-mark { position: relative; z-index: 2; width: 118px; height: 118px; overflow: hidden; }.about-mark img { position: absolute; top: 50%; right: 0; width: 430px; max-width: none; height: auto; transform: translateY(-50%); filter: drop-shadow(0 18px 24px rgba(0,0,0,.22)); }
.about-step { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: #fff; color: var(--navy); box-shadow: 0 14px 35px rgba(0,0,0,.2); }.about-step b { color: var(--blue); font-size: 11px; }.about-step span { font-size: 11px; font-weight: 700; }.about-step.a { top: 18px; right: 12px; }.about-step.b { left: 3px; top: 142px; }.about-step.c { right: 45px; bottom: 8px; }
.filter-bar { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 35px; }
.filter-bar label { width: min(520px,100%); display: grid; gap: 8px; font-size: 13px; font-weight: 700; }
.filter-bar input { min-height: 52px; padding: 0 17px; border: 1px solid var(--line); border-radius: 13px; outline: none; }.filter-bar input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(36,142,216,.1); }
.filter-bar span { color: var(--muted); font-size: 14px; }

.article-hero { position: relative; overflow: hidden; padding-block: 75px; background: radial-gradient(circle at 12% 18%, color-mix(in srgb,var(--product-color) 45%,transparent),transparent 38%), linear-gradient(135deg,var(--navy),color-mix(in srgb,var(--product-color) 28%,var(--navy))); color: #fff; }
.article-hero::after { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg,#000,transparent 72%); pointer-events: none; }
.article-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 460px; gap: 65px; align-items: center; }
.article-hero h1 { margin: 12px 0 20px; font-size: clamp(40px,5vw,64px); line-height: 1.2; letter-spacing: -.04em; }
.article-hero p { margin: 0; color: #bacbd5; font-size: 18px; }
.article-hero-media { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: #102c40; box-shadow: 0 25px 60px rgba(0,0,0,.28); }
.article-hero-media img { display: block; width: 100%; aspect-ratio: 16/11; object-fit: cover; object-position: top; }
.comparison-hero-media { min-height: 390px; }
.hero-media-stack { position: relative; min-height: 390px; overflow: hidden; background: #0d2639; }
.hero-media-stack img { position: absolute; width: 72%; aspect-ratio: 16/10; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; box-shadow: 0 18px 38px rgba(0,0,0,.3); }
.hero-media-stack img:nth-child(1) { z-index: 3; right: 3%; top: 9%; transform: rotate(1deg); }
.hero-media-stack img:nth-child(2) { z-index: 2; left: 1%; bottom: 2%; transform: rotate(-3deg); }
.hero-media-stack img:nth-child(3) { z-index: 1; right: 15%; top: -4%; opacity: .58; transform: rotate(5deg); }
.article-hero-media figcaption { position: absolute; right: 14px; left: 14px; bottom: 14px; display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: rgba(7,26,42,.82); backdrop-filter: blur(12px); }.article-hero-media figcaption span { color: #c4d5df; font-size: 12px; }.article-hero-media figcaption b { color: var(--sky); }
.reading-progress { position: sticky; top: 82px; z-index: 45; height: 3px; background: #dfeaf0; }.reading-progress i { display: block; width: var(--reading-progress,0%); height: 100%; background: linear-gradient(90deg,var(--product-color),var(--product-accent)); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 38px; color: #809aa9; font-size: 12px; }.breadcrumbs a:hover { color: #fff; }
.article-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; margin-top: 28px; }.article-actions > span { color: #8fa7b6; font-size: 12px; }
.article .article-actions .btn.primary { background: var(--product-color); box-shadow: 0 12px 30px color-mix(in srgb,var(--product-color) 30%,transparent); }
.article-layout { display: grid; grid-template-columns: 250px minmax(0,760px); justify-content: center; gap: 70px; padding-block: 85px 120px; }
.toc { position: sticky; top: 112px; align-self: start; display: grid; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--wash); }
.toc-label { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .08em; }.toc strong { margin-bottom: 10px; color: var(--ink); font-size: 14px; }.toc a { padding: 8px 0; border-bottom: 1px solid #e2ebf0; color: var(--muted); font-size: 13px; }.toc a:hover,.toc a[aria-current="true"] { color: var(--blue); }.toc-score { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }.toc-score span,.toc-score small { color: var(--muted); font-size: 10px; }.toc-score b { grid-row: span 2; color: var(--blue); font-size: 27px; line-height: 1; }
.article-content { min-width: 0; }
.verdict { display: grid; grid-template-columns: 1fr auto; gap: 8px 20px; padding: 30px; border: 1px solid #cce5f4; border-radius: 20px; background: #edf8ff; }.verdict span { color: var(--blue); font-size: 13px; font-weight: 800; }.verdict > strong { grid-row: span 2; align-self: center; color: var(--blue); font-size: 30px; }.verdict p { margin: 0; }
.review-dashboard { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--line); }.review-dashboard > div { min-height: 125px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; background: #fff; }.review-dashboard span { color: var(--muted); font-size: 11px; }.review-dashboard strong { font-size: 14px; line-height: 1.5; }
.quick-facts, .article-section { padding-top: 50px; }.article-content h2 { margin: 0 0 18px; font-size: 32px; line-height: 1.3; letter-spacing: -.025em; }.article-content p { color: #405766; }.article-content ul { display: grid; gap: 9px; padding-right: 22px; color: #405766; }.article-content li::marker { color: var(--blue); }
.quick-facts dl { display: grid; grid-template-columns: repeat(2,1fr); margin: 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }.quick-facts dl div { padding: 18px; border-bottom: 1px solid var(--line); }.quick-facts dl div:nth-child(odd) { border-left: 1px solid var(--line); }.quick-facts dt { color: var(--muted); font-size: 12px; }.quick-facts dd { margin: 2px 0 0; font-weight: 700; }
.product-showcase { margin: 58px 0 12px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--navy); color: #fff; }.product-showcase > div { padding: 28px 30px 22px; }.product-showcase span { color: var(--sky); font-size: 11px; font-weight: 800; }.product-showcase h2 { margin: 5px 0 8px; color: #fff; }.product-showcase p { max-width: 620px; margin: 0; color: #a9bfcc; font-size: 14px; }.product-showcase img { display: block; width: 100%; max-height: 520px; object-fit: cover; object-position: top; border-top: 1px solid #274154; }.product-showcase figcaption { padding: 9px 18px; color: #809baa; font-size: 10px; }
.article .toc-label,.article .toc a:hover,.article .toc a[aria-current="true"],.article .toc-score b,.article .section-kicker,.article .insight-list > strong { color: var(--product-color); }
.article .section-kicker b { background: color-mix(in srgb,var(--product-accent) 65%,#fff); }
.article .insight-list { border-right-color: var(--product-color); background: color-mix(in srgb,var(--product-accent) 32%,#fff); }
.product-gallery { margin-top: 54px; }
.gallery-heading span { color: var(--product-color); font-size: 11px; font-weight: 800; }
.gallery-heading h2 { margin-top: 6px; }
.gallery-heading p { margin-top: -7px; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }
.gallery-grid-three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.gallery-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--wash); }
.gallery-grid img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: top; }
.gallery-grid figcaption { padding: 10px 14px; color: var(--muted); font-size: 11px; }
.article-section { position: relative; margin-top: 38px; padding: 42px 42px 36px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 35px rgba(7,26,42,.045); }.article-section:nth-of-type(even) { background: #f8fbfd; }.section-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; color: var(--blue); }.section-kicker b { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; background: #e3f4ff; font-size: 12px; }.section-kicker span { font-size: 11px; font-weight: 800; }.insight-list { margin-top: 25px; padding: 22px; border-right: 4px solid var(--blue); border-radius: 14px 0 0 14px; background: #eef8fe; }.insight-list > strong { color: var(--blue); font-size: 12px; }.insight-list ul { grid-template-columns: repeat(2,minmax(0,1fr)); margin-bottom: 0; }
.buy-box { margin-top: 60px; padding: 32px; border-radius: 22px; background: var(--navy); color: #fff; }.buy-box span { color: var(--sky); font-size: 12px; font-weight: 800; }.buy-box h2 { margin: 8px 0; color: #fff; font-size: 28px; }.buy-box p { color: #a9bfcc; }.buy-box .btn { margin-top: 10px; }
.comparison-table-wrap { overflow-x: auto; margin-top: 24px; border: 1px solid var(--line); border-radius: 17px; }
.comparison-table { width: 100%; min-width: 670px; border-collapse: collapse; background: #fff; text-align: right; }
.comparison-table th,.comparison-table td { padding: 15px 17px; border-bottom: 1px solid var(--line); vertical-align: top; }
.comparison-table th { background: #eef5fa; color: var(--navy); font-size: 13px; }
.comparison-table td { color: #405766; font-size: 14px; }
.comparison-table tr:last-child td { border-bottom: 0; }
.inline-product-link { color: var(--product-color); font-weight: 800; text-decoration: underline; text-decoration-color: color-mix(in srgb,var(--product-color) 35%,transparent); text-underline-offset: 4px; }
.showcase-strip { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 28px; }
.showcase-strip img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: top; border: 1px solid var(--line); border-radius: 15px; background: var(--wash); }
.source-note { margin-top: 18px; color: var(--muted); font-size: 12px; }
.comparison-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.comparison-cta > div:first-child { max-width: 480px; }
.cta-links { display: flex; flex-wrap: wrap; gap: 10px; }
.article-note { margin-top: 28px; padding: 20px; border-right: 4px solid var(--blue); background: var(--wash); color: var(--muted); font-size: 13px; }
.prose { max-width: 790px; }.prose section + section { margin-top: 55px; }.prose h2 { margin: 0 0 15px; font-size: 32px; }.prose p, .prose li { color: #425a69; }

.site-footer { padding-top: 70px; background: var(--navy); color: #a9bdc9; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 55px; padding-bottom: 55px; }.footer-logo { width: 170px; }.footer-grid p { max-width: 300px; font-size: 14px; }.footer-grid > div { display: grid; align-content: start; gap: 10px; }.footer-grid h2 { margin: 8px 0; color: #fff; font-size: 15px; }.footer-grid a, .footer-grid span { font-size: 13px; }.footer-grid a:hover { color: #fff; }
.footer-bottom { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid #1b3548; font-size: 11px; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease var(--delay,0ms), transform .55s ease var(--delay,0ms); }.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 950px) {
  .nav-toggle { display: inline-grid; place-items: center; }
  .main-nav { position: absolute; top: 82px; right: 20px; left: 20px; display: none; align-items: stretch; gap: 0; padding: 15px; border: 1px solid #294354; border-radius: 16px; background: #0a2133; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
  .main-nav.open { display: grid; }.main-nav a { padding: 12px; }.main-nav a[aria-current="page"]::after { display: none; }.header-cta { display: none; }
  .hero-grid, .article-hero-grid,.page-hero-grid { grid-template-columns: 1fr; }.hero-grid { max-height: none; padding-block: 70px; }.hero-visual { min-height: 390px; }.article-hero-media { width: 100%; max-width: 620px; }.directory-visual,.editorial-visual,.about-visual { width: min(520px,100%); margin-inline: auto; }
  .article-layout { grid-template-columns: 1fr; }.toc { position: static; }.gallery-grid-three { grid-template-columns: repeat(2,minmax(0,1fr)); }.comparison-cta { align-items: flex-start; flex-direction: column; }.method-grid { grid-template-columns: 1fr; gap: 45px; }.footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  body { font-size: 16px; }.container { width: min(100% - 28px,1180px); }.nav-wrap { min-height: 72px; }.brand, .brand img { width: 148px; }.main-nav { top: 72px; }
  .hero-grid { min-height: auto; gap: 24px; padding-block: 50px; }.hero h1 { font-size: 43px; }.hero-copy > p { font-size: 16px; }.hero-proof { gap: 18px; }.hero-visual { min-height: 300px; }.hero-browser { width: 94%; border-radius: 18px; }.chip-one { left: 0; bottom: 16px; }.chip-two { right: 0; top: 15px; }
  .trust-strip .container { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }.section { padding-block: 72px; }.section-head { display: grid; }.cards-grid { grid-template-columns: 1fr; }.newsletter-inner { align-items: flex-start; flex-direction: column; }
  .page-hero { padding-block: 68px; }.page-hero h1 { font-size: 44px; }.page-hero-grid { gap: 34px; }.directory-visual,.editorial-visual,.about-visual { min-height: 280px; }.editorial-visual { padding: 24px 20px; }.filter-bar { align-items: stretch; flex-direction: column; }.article-hero { padding-block: 50px; }.article-hero-grid { gap: 38px; }.article-hero h1 { font-size: 42px; }.comparison-hero-media,.hero-media-stack { min-height: 300px; }.reading-progress { top: 72px; }.article-layout { padding-block: 55px 80px; }.quick-facts dl,.review-dashboard,.gallery-grid,.gallery-grid-three,.showcase-strip { grid-template-columns: 1fr; }.quick-facts dl div:nth-child(odd) { border-left: 0; }.verdict { grid-template-columns: 1fr; }.verdict > strong { grid-row: auto; }.article-section { padding: 30px 22px 26px; }.insight-list ul { grid-template-columns: 1fr; }.cta-links { width: 100%; }.cta-links .btn { flex: 1; }.footer-grid { grid-template-columns: 1fr; }.footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; } }
