/* ════════════════════════════════════════
   REVIEW PAGE STYLES  (Security swoon-direr)
   Matches the visual language of /lp/uk
════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #eef0f5;
  --card: #fff;
  --text: #0f1724;
  --muted: #64748b;
  --soft: #94a3b8;
  --border: #e2e8f0;
  --navy: #0f2a4a;
  --blue: #2563eb;
  --blue-pale: #eff6ff;
  --green: #15803d;
  --green-pale: #f0fdf4;
  --green-border: #6ee7b7;
  --orange: #f97316;
  --orange-dark: #ea580c;
  --star: #d4a017;
  --red: #b91c1c;
  --amber: #b45309;
  --amber-pale: #fffbeb;
  --amber-border: #fde68a;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* ── HEADER (identical to /lp/uk) ── */
.hdr { background: var(--navy); height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; position: relative; z-index: 200; }
.hdr-logo { font-size: 15px; font-weight: 800; color: #fff; letter-spacing: -.3px; text-decoration: none; }
.hdr-logo span { color: #60a5fa; }
.hdr-nav { display: flex; gap: 22px; align-items: center; }
.hdr-nav a { font-size: 12px; color: #94a3b8; text-decoration: none; font-weight: 500; }
.hdr-nav a:hover { color: #fff; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.hamburger span { display: block; width: 22px; height: 2px; background: #94a3b8; border-radius: 2px; transition: background .2s; }
.hamburger:hover span { background: #fff; }
.mobile-drawer { display: none; position: absolute; top: 54px; left: 0; right: 0; background: #0d2440; border-top: 1px solid rgba(255,255,255,.08); padding: 8px 0 12px; z-index: 199; box-shadow: 0 8px 24px rgba(0,0,0,.3); }
.mobile-drawer.open { display: block; }
.mobile-drawer a { display: block; padding: 12px 24px; font-size: 14px; font-weight: 600; color: #94a3b8; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.05); }
.mobile-drawer a:last-child { border-bottom: none; }
.mobile-drawer a:hover { color: #fff; background: rgba(255,255,255,.04); }
.mobile-drawer a.disclosure-link { color: #60a5fa; }

.disclosure-overlay { display: none; position: fixed; inset: 0; background: rgba(10,20,40,.65); z-index: 500; align-items: center; justify-content: center; padding: 24px; }
.disclosure-overlay.show { display: flex; }
.disclosure-box { background: var(--card); border-radius: 12px; max-width: 440px; width: 100%; padding: 28px 26px 24px; position: relative; animation: popIn .25s cubic-bezier(.34,1.56,.64,1); }
@keyframes popIn { from { transform: scale(.88); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.disclosure-close { position: absolute; top: 12px; right: 14px; font-size: 17px; color: var(--muted); cursor: pointer; background: none; border: none; font-weight: 700; padding: 4px; line-height: 1; }
.disclosure-close:hover { color: var(--text); }
.disclosure-box h2 { font-size: 16px; font-weight: 800; margin-bottom: 12px; }
.disclosure-box p { font-size: 13px; color: var(--muted); line-height: 1.7; margin-bottom: 10px; }
.disclosure-box p:last-child { margin-bottom: 0; }

@media (max-width: 600px) { .hdr-nav { display: none; } .hamburger { display: flex; } }

/* ── HERO (matches /lp/uk hero) ── */
.hero { background: var(--navy); border-bottom: 3px solid var(--blue); padding: 28px 24px 32px; text-align: center; }
.hero-tag { display: inline-block; background: rgba(37,99,235,.2); border: 1px solid rgba(96,165,250,.35); color: #93c5fd; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 4px 12px; border-radius: 4px; margin-bottom: 14px; }
.hero h1 { font-size: clamp(22px, 5vw, 30px); font-weight: 800; color: #fff; line-height: 1.18; letter-spacing: -.5px; margin-bottom: 10px; }
.hero h1 em { font-style: normal; color: #60a5fa; }
.hero-sub { color: #94a3b8; font-size: 13px; max-width: 540px; margin: 0 auto; line-height: 1.55; }

/* ── ARTICLE PAGE ── */
.review { max-width: 720px; margin: 0 auto; padding: 26px 16px 56px; }

.review-breadcrumb {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--muted);
  margin-bottom: 14px;
}
.review-breadcrumb a { color: inherit; text-decoration: none; }
.review-breadcrumb a:hover { color: var(--blue); }

/* compact byline card */
.review-byline {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: var(--card);
  border: 1.5px solid var(--border);
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.5;
}
.review-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e3a5f, #2563eb);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  font-size: 12px;
  flex: 0 0 36px;
  letter-spacing: -.3px;
}
.review-byline strong { color: var(--text); font-weight: 700; font-size: 13px; }
.review-byline .dot { color: var(--soft); margin: 0 4px; }

/* affiliate disclosure strip */
.review-disclosure {
  background: var(--blue-pale);
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 14px;
  font-size: 12px;
  color: #1e40af;
  line-height: 1.55;
}
.review-disclosure strong { color: #1e3a8a; font-weight: 800; }

/* ── SCORE CARD (styled like fc-gold) ── */
.review-score {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  background: var(--card);
  border: 1.5px solid var(--green-border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0;
}
.review-score::before {
  content: '';
  grid-column: 1 / -1;
  height: 4px;
  background: linear-gradient(90deg, var(--green), #4ade80);
}
.review-score-meta {
  grid-column: 1;
  grid-row: 2;
  padding: 16px 8px 16px 20px;
  align-self: center;
}
.review-score-meta .stars {
  color: var(--star);
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 6px;
  line-height: 1;
}
.review-score-meta .label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--green);
  font-weight: 800;
}
.review-score-num {
  grid-column: 2;
  grid-row: 2;
  padding: 16px 22px 16px 8px;
  font-size: 44px;
  font-weight: 800;
  color: var(--green);
  letter-spacing: -2px;
  line-height: 1;
  align-self: center;
  text-align: right;
}
.review-score-summary {
  grid-column: 1 / -1;
  grid-row: 3;
  padding: 14px 20px;
  font-size: 13px;
  color: #334155;
  line-height: 1.65;
  background: #fafafa;
  border-top: 1px solid var(--border);
  font-style: normal;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* ── ARTICLE BODY ── */
.review p {
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0 0 14px;
  color: #334155;
}
.review p.lead {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--text);
  margin-top: 6px;
}
.review p.lead::first-letter {
  font-family: inherit;
  float: none;
  font-size: inherit;
  padding: 0;
  font-weight: 700;
  color: inherit;
}
.review h2 {
  font-size: 19px;
  font-weight: 800;
  margin: 28px 0 12px;
  color: var(--text);
  letter-spacing: -.3px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.review h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 22px 0 8px;
  color: var(--text);
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.review ul, .review ol { margin: 0 0 14px; padding-left: 20px; }
.review li { font-size: 14px; line-height: 1.65; margin-bottom: 4px; color: #334155; }
.review strong { color: var(--text); font-weight: 700; }

/* ── METHODOLOGY CARD ── */
.review-method {
  background: var(--amber-pale);
  border: 1px solid var(--amber-border);
  border-left: 3px solid var(--amber);
  border-radius: 8px;
  padding: 14px 18px;
  margin: 14px 0 22px;
  font-size: 13.5px;
  line-height: 1.65;
  color: #78350f;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.review-method h4 {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--amber);
  margin: 0 0 6px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* ── BANNER (TotalAV promo) ── */
.ad-banner {
  display: block;
  position: relative;
  background: var(--card);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 18px 22px 24px;
  margin: 24px 0;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 6px rgba(15,42,74,.04);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s;
}
.ad-banner:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(15,42,74,.10); border-color: #93c5fd; }

.ad-corner {
  position: absolute;
  top: 14px; left: -42px;
  width: 150px;
  padding: 4px 0;
  background: linear-gradient(90deg, var(--green), #4ade80);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  transform: rotate(-45deg);
  box-shadow: 0 2px 6px rgba(0,0,0,.18);
  pointer-events: none;
}

.ad-body {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: 36px;
}
.ad-text { flex: 1; min-width: 0; }
.ad-text h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: var(--text);
  line-height: 1.25;
  margin-bottom: 4px;
  letter-spacing: -.3px;
}
.ad-text p {
  font-size: 12.5px;
  color: var(--muted);
  margin: 0;
  line-height: 1.45;
}
.ad-action { display: flex; flex-direction: column; align-items: center; gap: 7px; flex-shrink: 0; }
.ad-btn {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  padding: 11px 22px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  transition: background .15s;
  white-space: nowrap;
}
.ad-banner:hover .ad-btn { background: var(--orange-dark); }
.ad-stars { color: var(--star); font-size: 12px; letter-spacing: 1px; line-height: 1; }
.ad-brand {
  position: absolute;
  bottom: 6px; left: 14px;
  font-size: 9px;
  font-weight: 800;
  color: var(--soft);
  letter-spacing: .8px;
  text-transform: uppercase;
}

@media (max-width: 560px) {
  .ad-corner { top: 12px; left: -44px; width: 140px; font-size: 9px; }
  .ad-body { flex-direction: column; align-items: flex-start; gap: 14px; margin-left: 28px; }
  .ad-action { align-self: stretch; flex-direction: row; gap: 14px; align-items: center; justify-content: space-between; }
  .ad-text h4 { font-size: 16px; }
}

/* ── PROS / CONS ── */
.proscons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 12px 0 22px;
}
.pc-block {
  background: var(--card);
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 14px 16px;
}
.pc-block h4 {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0 0 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.pc-pros { border-color: #bbf7d0; }
.pc-cons { border-color: #fecaca; }
.pc-pros h4 { color: var(--green); }
.pc-cons h4 { color: var(--red); }
.pc-block ul { list-style: none; margin: 0; padding: 0; }
.pc-block li {
  font-size: 13px;
  line-height: 1.55;
  padding: 4px 0 4px 20px;
  position: relative;
  color: #334155;
}
.pc-pros li::before {
  content: "✓";
  position: absolute; left: 2px; top: 4px;
  color: var(--green); font-weight: 800; font-size: 11px;
}
.pc-cons li::before {
  content: "✕";
  position: absolute; left: 2px; top: 4px;
  color: var(--red); font-weight: 800; font-size: 11px;
}

@media (max-width: 520px) {
  .proscons { grid-template-columns: 1fr; }
}

/* ── END CTA (matches fc-blue card style) ── */
.end-cta {
  background: var(--card);
  border-radius: 12px;
  border: 1.5px solid #93c5fd;
  overflow: hidden;
  padding: 0 0 18px;
  margin: 28px 0 14px;
  position: relative;
}
.end-cta::before {
  content: '';
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), #60a5fa);
  margin-bottom: 18px;
}
.end-cta h3 {
  font-size: 17px;
  font-weight: 800;
  margin: 0 22px 6px;
  color: var(--text);
  font-family: 'Plus Jakarta Sans', sans-serif;
  text-align: center;
}
.end-cta p {
  font-size: 13px;
  color: var(--muted);
  margin: 0 22px 14px;
  line-height: 1.55;
  text-align: center;
}
.end-cta-btn {
  display: block;
  background: var(--blue);
  color: #fff;
  padding: 13px 24px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: .3px;
  margin: 0 22px;
  text-align: center;
  transition: opacity .15s;
}
.end-cta-btn:hover { opacity: .88; }
.end-cta-note { font-size: 11px; color: var(--muted); margin: 8px 22px 0; text-align: center; }

/* ── BOTTOM BIO ── */
.review-bio {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 18px;
  padding: 14px 16px;
  background: var(--card);
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.6;
}
.review-bio .review-avatar { width: 42px; height: 42px; font-size: 14px; flex: 0 0 42px; }
.review-bio strong { color: var(--text); display: block; font-size: 13px; margin-bottom: 2px; font-weight: 800; }

/* ── SITE FOOTER (matches LP) ── */
.site-footer { background: #0b1a2e; color: #94a3b8; padding: 22px 20px 26px; text-align: center; font-family: 'Plus Jakarta Sans', sans-serif; }
.site-footer .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 22px; margin-bottom: 12px; }
.site-footer .footer-links a { color: #cbd5e1; text-decoration: none; font-size: 12px; font-weight: 500; }
.site-footer .footer-links a:hover { color: #fff; text-decoration: underline; }
.site-footer .footer-copy { font-size: 11px; color: #64748b; line-height: 1.6; max-width: 760px; margin: 0 auto; }

@media (max-width: 600px) {
  .review { padding: 22px 14px 48px; }
  .review h2 { font-size: 17px; }
  .review-score-num { font-size: 38px; padding-right: 16px; }
  .review-score-meta { padding-left: 16px; }
}
