*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: clip; }
body.home-page { max-width: 100%; overflow-x: clip; font-family: 'Yahoo Sans', system-ui, -apple-system, Arial, sans-serif; background: #fff; color: var(--text); font-size: 16px; line-height: 1.6; }
body.report-page {
  --border: #e8d8fa;
  --text: #1a0040;
  --muted: #7c6ea0;
  max-width: 100%;
  overflow-x: clip;
  background: #faf7ff;
  color: var(--text);
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: #6001d2; text-decoration: none; }
@supports not (overflow: clip) {
  html,
  body.home-page,
  body.report-page { overflow-x: hidden; }
}
:root {
  --purple:  #6001D2;
  --purple-d: #4a00a3;
  --purple-pale: #F3EAFE;
  --magenta: #FF0080;
  --text:    #1d1d1d;
  --muted:   #6e6e6e;
  --border:  #e0e0e0;
  --surface: #f7f3fe;
  --ok:      #16a34a;
  --warn:    #d97706;
  --radius:  12px;
  --shadow:  0 4px 20px rgba(96,1,210,.12);
}

/* ── TICKER ─────────────────────────────────────────────────── */
.ticker-wrap { background: var(--purple); overflow: hidden; white-space: nowrap; padding: 8px 0; }
.ticker-track { display: inline-flex; animation: ticker 28s linear infinite; gap: 0; }
.ticker-item { display: inline-flex; align-items: center; gap: 8px; padding: 0 28px; font-size: 12px; font-weight: 700; color: rgba(255,255,255,.9); letter-spacing: .5px; text-transform: uppercase; }
.ticker-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--magenta); flex-shrink: 0; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── HEADER ──────────────────────────────────────────────────── */
.site-header { position: relative; z-index: 100; background: #fff; border-bottom: 1px solid var(--border); }
.header-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; height: 64px; display: flex; align-items: center; gap: 20px; }
.logo-text,
.report-logo-text {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.3px;
  text-decoration: none;
}
.logo-text img,
.report-logo-text img {
  width: auto;
  height: 38px;
  display: block;
  flex-shrink: 0;
}
.logo-a11y {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.logo-text { color: var(--purple); }
.logo-text:hover { text-decoration: none; color: var(--purple-d); }
.footer-logo-text { font-size: 20px; font-weight: 800; color: #fff; letter-spacing: -0.3px; }

/* PREVIEW REPORT MOCK */
.preview-report-mock { background: #fff; padding: 28px 32px; }
.prm-pills { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 22px; }
.prm-pill { display: flex; align-items: center; gap: 10px; background: #f4f4f5; border-radius: 12px; padding: 14px 18px; font-size: 15px; font-weight: 700; color: #1d1d1d; }
.prm-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
.prm-pill.ok .prm-dot { background: #22c55e; }
.prm-pill.warn .prm-dot { background: #d97706; }
.prm-rows { display: flex; flex-direction: column; }
.prm-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid #eee; font-size: 14px; color: #6e6e6e; }
.prm-row:last-child { border-bottom: none; }
.prm-row strong { color: #1d1d1d; font-weight: 700; }
.prm-row strong.warn-t { color: #d97706; }
.prm-row strong.ok-t { color: #22c55e; }
.site-nav { display: flex; gap: 2px; margin-left: auto; }
.site-nav a { font-size: 14px; color: var(--muted); padding: 8px 14px; border-radius: 8px; font-weight: 500; transition: background .15s, color .15s; }
.site-nav a:hover { background: var(--purple-pale); color: var(--purple); text-decoration: none; }
.header-cta { background: var(--purple); color: #fff; padding: 10px 22px; border-radius: 24px; font-size: 14px; font-weight: 700; white-space: nowrap; transition: background .15s; }
.header-cta:hover { background: var(--purple-d); text-decoration: none; color: #fff; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; margin-left: auto; }
.hamburger span { width: 22px; height: 2px; background: var(--muted); border-radius: 2px; }
.mobile-menu {
  display: none;
  position: absolute;
  top: var(--mobile-menu-top, 64px);
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 101;
  padding: 18px 24px calc(16px + env(safe-area-inset-bottom, 0px));
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid var(--border);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: 12px 8px; font-size: 15px; color: var(--text); border-radius: var(--radius); }
.mobile-menu a:hover { background: var(--purple-pale); text-decoration: none; }

/* ── HERO (SPLIT LAYOUT) ─────────────────────────────────────── */
.hero {
  background: linear-gradient(135deg, var(--purple) 0%, #3d0090 55%, #200050 100%);
  padding: 64px 32px 80px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,0,128,.25) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; bottom: -60px; left: 30%;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.04) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-left,
.hero-right { min-width: 0; }
.hero-title-line { display: block; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,0,128,.2); border: 1px solid rgba(255,0,128,.3); border-radius: 20px; padding: 5px 14px; margin-bottom: 20px; }
.hero-eyebrow span { font-size: 12px; font-weight: 700; color: #ff66b2; text-transform: uppercase; letter-spacing: .5px; }
.hero-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--magenta); animation: pulse-dot 2s ease-in-out infinite; }
@keyframes pulse-dot { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:.5; transform:scale(.7); } }
.hero h1 { font-size: 52px; font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 18px; letter-spacing: -1.5px; }
.hero h1 em { color: var(--magenta); font-style: normal; }
.hero-sub { font-size: 17px; color: rgba(255,255,255,.7); margin-bottom: 36px; max-width: 480px; line-height: 1.6; }

/* SEARCH BOX */
.search-box { background: #fff; border-radius: 16px; padding: 20px; box-shadow: 0 8px 40px rgba(0,0,0,.25); }
.search-tabs { display: flex; gap: 4px; margin-bottom: 16px; background: var(--purple-pale); border-radius: 10px; padding: 4px; }
.tab-btn { flex: 1; background: none; border: none; font-size: 13px; color: var(--muted); padding: 8px 12px; cursor: pointer; border-radius: 8px; font-weight: 600; transition: background .15s, color .15s; font-family: inherit; }
.tab-btn.active { background: var(--purple); color: #fff; }
.tab-btn:hover:not(.active) { color: var(--purple); }
.tab-pane { display: none; }
.tab-pane.active { display: block; }
.search-input-wrap { display: flex; gap: 10px; }
.search-input { flex: 1; min-width: 0; border: 2px solid var(--border); border-radius: 10px; padding: 13px 16px; font-size: 16px; color: var(--text); outline: none; transition: border-color .15s; font-family: inherit; background: #fff; }
.search-input:focus { border-color: var(--purple); }
.search-input::placeholder { color: #b0b0b0; }
.btn-search { background: var(--purple); color: #fff; border: none; padding: 13px 22px; border-radius: 10px; font-size: 15px; font-weight: 700; cursor: pointer; transition: background .15s; white-space: nowrap; font-family: inherit; flex-shrink: 0; }
.btn-search:hover { background: var(--purple-d); }
.form-error { font-size: 13px; color: #e53e3e; padding: 6px 0 2px; }
.search-hint { font-size: 12px; color: var(--muted); padding: 8px 0 0; }
.search-trust { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border); }
.trust-item { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--muted); }

/* HERO RIGHT — RISK GAUGE */
.hero-right { display: flex; flex-direction: column; gap: 16px; }
.risk-gauge-card {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px); border-radius: 20px; padding: 28px;
  text-align: center;
}
.risk-gauge-title { font-size: 12px; font-weight: 700; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.risk-gauge-svg { position: relative; display: inline-block; }
.risk-gauge-svg svg { display: block; margin: 0 auto; }
.risk-gauge-num {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-size: 36px; font-weight: 900; color: #fff; line-height: 1;
}
.risk-gauge-num small { font-size: 12px; color: rgba(255,255,255,.5); font-weight: 400; margin-top: 2px; }
.risk-gauge-label { font-size: 13px; color: rgba(255,255,255,.7); margin-top: 12px; }

.hero-mini-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.mini-stat { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 14px 10px; text-align: center; }
.mini-stat .n { font-size: 22px; font-weight: 800; color: #fff; }
.mini-stat .l { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 2px; }

/* ── RISK CARDS (GRID, NOT BARS) ─────────────────────────────── */
.risk-section { padding: 72px 32px; background: var(--surface); }
.risk-cards-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; max-width: 900px; margin: 0 auto; }
.risk-card {
  background: #fff; border-radius: var(--radius); padding: 28px 24px;
  display: flex; gap: 20px; align-items: flex-start;
  border: 1px solid var(--border); transition: box-shadow .2s, transform .2s;
}
.risk-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.risk-pct {
  min-width: 72px; height: 72px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 900; flex-shrink: 0;
}
.risk-pct.danger { background: #fff0f0; color: #c53030; }
.risk-pct.warn { background: #fffbeb; color: #d97706; }
.risk-card-info { flex: 1; }
.risk-card-info h4 { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.risk-card-info p { font-size: 13px; color: var(--muted); line-height: 1.5; }
.risk-pill { display: inline-block; margin-top: 10px; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; }
.risk-pill.danger { background: #fff0f0; color: #c53030; }
.risk-pill.warn { background: #fffbeb; color: #d97706; }
.risk-title-line { display: inline; }

/* ── HOW — ZIGZAG ───────────────────────────────────────────── */
.how-section { padding: 80px 32px; }
.how-steps { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
.how-step { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 48px 0; border-bottom: 1px solid var(--border); }
.how-step:last-child { border-bottom: none; }
.how-step.reverse .how-step-visual { order: -1; }
.how-step-num { font-size: 80px; font-weight: 900; color: var(--purple-pale); line-height: 1; margin-bottom: -10px; }
.how-step h3 { font-size: 24px; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.how-step p { font-size: 15px; color: var(--muted); line-height: 1.7; }
.how-step-visual {
  background: var(--purple-pale); border-radius: 20px; padding: 28px;
  display: flex; align-items: center; justify-content: center; min-height: 160px;
  position: relative; overflow: hidden;
}
.how-step-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--purple-pale), transparent); opacity: .5; }
.how-icon { width: 80px; height: 80px; background: var(--purple); border-radius: 20px; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(96,1,210,.3); position: relative; z-index: 1; }

/* ── FEATURES MASONRY ────────────────────────────────────────── */
.features-section { padding: 72px 32px; background: var(--surface); }
.features-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.feature-card {
  background: #fff; border-radius: var(--radius); padding: 20px 16px; text-align: center;
  border: 1px solid var(--border); transition: box-shadow .2s, transform .2s;
  cursor: default;
}
.feature-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.feature-icon { width: 44px; height: 44px; margin: 0 auto 12px; background: var(--purple-pale); border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.feature-card strong { display: block; font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.feature-card span { font-size: 11px; color: var(--muted); line-height: 1.4; display: block; }

/* ── PREVIEW ─────────────────────────────────────────────────── */
.preview-section { padding: 72px 32px; }
.preview-wrap { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.preview-img-wrap { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 16px 60px rgba(96,1,210,.2); }
.preview-car-svg { width: 100%; display: block; line-height: 0; }
.preview-img-lock { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(96,1,210,.9) 0%, transparent 100%); padding: 32px 20px 20px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.9); font-size: 14px; font-weight: 500; }
.preview-text h2 { font-size: 32px; font-weight: 800; color: var(--text); margin-bottom: 12px; letter-spacing: -.5px; }
.preview-text p { font-size: 15px; color: var(--muted); margin-bottom: 20px; }
.preview-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.preview-list li { font-size: 14px; color: var(--text); display: flex; align-items: center; gap: 10px; }
.preview-list li::before { content: ''; width: 20px; height: 20px; border-radius: 50%; background: var(--purple); flex-shrink: 0; display: flex; align-items: center; justify-content: center; background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17l-5-5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }
.btn-preview { display: inline-flex; align-items: center; gap: 8px; background: var(--purple-pale); color: var(--purple); border: none; padding: 13px 24px; border-radius: 12px; font-size: 14px; font-weight: 700; cursor: pointer; transition: background .15s; font-family: inherit; }
.btn-preview:hover { background: #e5d4fc; }

/* ── SOURCES ─────────────────────────────────────────────────── */
.sources-section { padding: 72px 32px; background: var(--surface); }
.sources-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; align-items: stretch; }
.sources-title-number { color: var(--purple); font-weight: 900; }
.source-card { min-height: 112px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 18px 20px; display: flex; align-items: center; gap: 14px; transition: box-shadow .15s; }
.source-card:hover { box-shadow: var(--shadow); }
.source-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--purple-pale); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.source-icon img { width: 22px; height: 22px; object-fit: contain; }
.source-info { min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.source-info strong { display: block; font-size: 14px; font-weight: 700; color: var(--text); }
.source-info span { font-size: 12px; color: var(--muted); line-height: 1.5; }

/* ── FOR WHOM ────────────────────────────────────────────────── */
.forwho-section { padding: 72px 32px; }
.forwho-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.forwho-card { border-radius: var(--radius); padding: 28px 20px; border: 1px solid var(--border); transition: box-shadow .2s, transform .2s; background: #fff; }
.forwho-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.forwho-icon { width: 48px; height: 48px; background: var(--purple-pale); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.forwho-card h3 { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.forwho-card p { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ── REVIEWS MAGAZINE ────────────────────────────────────────── */
.reviews-section { padding: 72px 32px; background: var(--purple); }
.reviews-section .block-head h2 { color: #fff; }
.reviews-section .eyebrow { color: #ff66b2; }
.reviews-section .block-head p { color: rgba(255,255,255,.6); }
.reviews-title-line { display: inline; }
.reviews-magazine { display: grid; grid-template-columns: 1.6fr 1fr; gap: 20px; }
.review-featured {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px; padding: 36px; display: flex; flex-direction: column;
  backdrop-filter: blur(6px);
}
.review-featured .review-text { font-size: 20px; line-height: 1.6; color: rgba(255,255,255,.9); font-weight: 300; flex: 1; margin-bottom: 24px; }
.review-small-stack { display: flex; flex-direction: column; gap: 16px; }
.review-small { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 20px; flex: 1; }
.review-small .review-text { font-size: 14px; color: rgba(255,255,255,.8); line-height: 1.6; margin-bottom: 14px; }
.review-stars { display: flex; gap: 2px; margin-bottom: 12px; }
.review-author { display: flex; align-items: center; gap: 10px; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: rgba(255,255,255,.15); }
.review-name strong { display: block; font-size: 13px; font-weight: 700; color: rgba(255,255,255,.9); }
.review-name span { font-size: 12px; color: rgba(255,255,255,.45); }

/* ── FAQ ─────────────────────────────────────────────────────── */
.faq-section { padding: 72px 32px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 900px; margin: 0 auto; align-items: start; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; align-self: start; }
.faq-q { width: 100%; background: #fff; border: none; text-align: left; padding: 18px 20px; font-size: 14px; font-weight: 600; color: var(--text); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-family: inherit; transition: background .15s; }
.faq-q:hover { background: var(--purple-pale); color: var(--purple); }
.faq-item.open .faq-q { background: var(--purple); color: #fff; }
.faq-arrow { flex-shrink: 0; transition: transform .2s; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a { font-size: 13px; color: var(--muted); padding: 16px 20px; background: #fff; display: none; line-height: 1.6; border-top: 1px solid var(--border); }
.faq-item.open .faq-a { display: block; }

/* ── CTA ─────────────────────────────────────────────────────── */
.cta-section { padding: 80px 32px; background: linear-gradient(135deg, #1a0040 0%, var(--purple) 50%, var(--magenta) 100%); position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 600px; height: 400px; border-radius: 50%; background: rgba(255,255,255,.04); }
.cta-banner { max-width: 680px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.cta-banner h2 { font-size: 40px; font-weight: 800; color: #fff; margin-bottom: 12px; letter-spacing: -1px; }
.cta-banner p { font-size: 17px; color: rgba(255,255,255,.75); margin-bottom: 32px; }
.cta-search { display: flex; gap: 10px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 16px; padding: 8px; backdrop-filter: blur(8px); }
.cta-search .search-input { background: rgba(255,255,255,.9); border: none; border-radius: 10px; color: var(--text); }
.cta-search .search-input:focus { border: none; box-shadow: none; }
#cta-submit { border-radius: 10px; background: var(--magenta); }
#cta-submit:hover { background: #cc0066; }
.search-inline-error { min-height: 20px; padding-top: 8px; text-align: center; }
.cta-banner .search-inline-error { color: #ffd6dd; font-size: 13px; margin-bottom: 0; }
.input-invalid { border: 2px solid #e53e3e !important; box-shadow: none !important; }
.cta-search .search-input.input-invalid,
.cta-search .search-input.input-invalid:focus { border: 2px solid #e53e3e !important; }

/* ── FOOTER ──────────────────────────────────────────────────── */
footer { background: #10003a; padding: 40px 32px 24px; }
.footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 28px; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,.4); margin-top: 12px; line-height: 1.6; }
.footer-col h4 { font-size: 12px; font-weight: 700; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.footer-col { display: flex; flex-direction: column; gap: 8px; }
.footer-col a { font-size: 13px; color: rgba(255,255,255,.4); transition: color .15s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { max-width: 1280px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,.25); }

/* ── POPUP ───────────────────────────────────────────────────── */
#popup-overlay[hidden], #sample-modal[hidden] { display: none !important; }
.popup { background: #fff; border-radius: 20px; padding: 40px 36px; max-width: 440px; width: 100%; position: relative; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.popup-close { position: absolute; top: 16px; right: 16px; background: none; border: none; font-size: 24px; cursor: pointer; color: var(--muted); }
.popup-icon { width: 56px; height: 56px; background: var(--purple-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.popup-title { font-size: 24px; font-weight: 800; text-align: center; color: var(--text); margin-bottom: 6px; }
.popup-subtitle { font-size: 14px; color: var(--muted); text-align: center; margin-bottom: 16px; }
.popup-echo { background: var(--purple-pale); border-radius: 8px; padding: 8px 14px; font-size: 14px; font-weight: 700; color: var(--purple); text-align: center; margin-bottom: 14px; }
.popup-input { width: 100%; border: 2px solid var(--border); border-radius: 10px; padding: 13px 16px; font-size: 15px; color: var(--text); margin-bottom: 12px; font-family: inherit; outline: none; transition: border-color .15s; }
.popup-input:focus { border-color: var(--purple); }
.popup-submit { width: 100%; background: var(--purple); color: #fff; border: none; padding: 14px; border-radius: 10px; font-size: 15px; font-weight: 700; cursor: pointer; transition: background .15s; font-family: inherit; }
.popup-submit:hover { background: var(--purple-d); }
.popup-fine { font-size: 12px; color: var(--muted); text-align: center; margin-top: 10px; }
#popup-error { color: #e53e3e; font-size: 13px; margin-bottom: 8px; }

/* ── SAMPLE MODAL ────────────────────────────────────────────── */
.sample-modal-box { background: #fff; border-radius: 16px; max-width: 500px; width: 100%; max-height: 90vh; overflow-y: auto; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.sample-modal-header { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; border-bottom: 1px solid var(--border); }
.sample-modal-header h3 { font-size: 16px; font-weight: 700; }
.sample-modal-close { background: none; border: none; font-size: 22px; cursor: pointer; color: var(--muted); }
.sample-modal-body { padding: 24px; }
.sample-plate { background: var(--purple-pale); border-radius: 8px; padding: 10px 20px; text-align: center; font-size: 20px; font-weight: 800; letter-spacing: 2px; color: var(--purple); margin-bottom: 16px; }
.sample-indicators { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-bottom: 16px; }
.indicator { display: flex; align-items: center; gap: 6px; background: #f7f7f7; border-radius: 8px; padding: 8px 10px; font-size: 12px; font-weight: 600; }
.indicator-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.indicator.green .indicator-dot { background: #48bb78; }
.indicator.amber .indicator-dot { background: #d97706; }
.sample-rows { display: flex; flex-direction: column; }
.sample-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 13px; }
.sample-row .label { color: var(--muted); }
.sample-row .value { font-weight: 600; }
.sample-row .value.warn { color: #d97706; }
.sample-row .value.ok { color: #48bb78; }
.sample-locked { text-align: center; margin-top: 16px; padding: 16px; background: var(--purple-pale); border-radius: 12px; }
.sample-locked p { font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.sample-modal-cta { background: var(--purple); color: #fff; border: none; padding: 11px 24px; border-radius: 10px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; }

/* ── STICKY DOCK ─────────────────────────────────────────────── */
#sticky-dock { position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; background: #fff; border-top: 2px solid var(--purple); padding: 12px 24px; display: flex; gap: 10px; align-items: center; flex-wrap: wrap; box-shadow: 0 -4px 20px rgba(96,1,210,.12); transform: translateY(100%); transition: transform .3s; }
#sticky-dock.visible { transform: translateY(0); }
#sticky-input { flex: 1; border: 2px solid var(--border); border-radius: 10px; padding: 10px 16px; font-size: 15px; outline: none; font-family: inherit; transition: border-color .15s; }
#sticky-input:focus { border-color: var(--purple); }
#sticky-btn { background: var(--purple); color: #fff; border: none; padding: 10px 24px; border-radius: 10px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; }
#sticky-error { flex: 0 0 100%; min-height: 0; padding-top: 0; text-align: left; }
#scroll-top-btn {
  position: fixed;
  right: 16px;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 116px);
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--purple);
  color: #fff;
  box-shadow: 0 10px 26px rgba(96,1,210,.24);
  cursor: pointer;
  z-index: 91;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity .22s, transform .22s, background .15s;
}
#scroll-top-btn.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#scroll-top-btn:hover { background: var(--purple-d); }

/* ── SECTION COMMON ──────────────────────────────────────────── */
.section { padding: 72px 32px; }
.container { max-width: 1280px; margin: 0 auto; }
.block-head { text-align: center; margin-bottom: 48px; }
.eyebrow { font-size: 12px; font-weight: 800; color: var(--purple); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px; }
.block-head h2 { font-size: 36px; font-weight: 800; color: var(--text); margin-bottom: 10px; letter-spacing: -.5px; }
.block-head p { font-size: 16px; color: var(--muted); }

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 1023px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-right { flex-direction: row; gap: 12px; }
  .risk-gauge-card { flex: 1; }
  .hero-mini-stats { flex: 1; }
  .features-grid { grid-template-columns: repeat(3,1fr); }
  .forwho-grid { grid-template-columns: repeat(2,1fr); }
  .faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .header-inner { padding: 0 16px; }
  .site-nav { display: none; }
  .header-cta { display: none; }
  .hamburger { display: flex; }
  .mobile-menu { padding-top: 14px; }
  .hero { padding: 40px 20px 56px; }
  .hero h1 { font-size: 29px; line-height: 1.04; letter-spacing: -1.2px; }
  .hero-sub { margin-bottom: 28px; }
  .hero-right { flex-direction: column; }
  .risk-title-line { display: block; }
  .reviews-title-line { display: block; }
  .search-box { padding: 16px; }
  .search-input-wrap { flex-direction: column; }
  .btn-search { width: 100%; }
  .how-section .block-head { margin-bottom: 18px; }
  .how-step { grid-template-columns: 1fr; gap: 20px; }
  .how-step:first-child { padding-top: 18px; }
  .how-step { padding: 28px 0; }
  .how-step.reverse .how-step-visual { order: 0; }
  .features-grid { grid-template-columns: repeat(2,1fr); }
  .preview-wrap { grid-template-columns: 1fr; }
  .btn-preview { width: 100%; justify-content: center; }
  .sources-grid { grid-template-columns: repeat(2,1fr); }
  .sources-title { display: flex; flex-direction: column; align-items: center; gap: 6px; }
  .sources-title-number { display: block; font-size: clamp(38px, 11vw, 44px); line-height: 1; }
  .sources-title-text { display: block; font-size: clamp(16px, 4.8vw, 20px); line-height: 1.15; white-space: nowrap; }
  .source-card { min-height: 168px; padding: 16px 12px; flex-direction: column; align-items: center; justify-content: flex-start; gap: 12px; text-align: center; }
  .source-info { width: 100%; align-items: center; gap: 8px; }
  .source-info strong { min-height: 2.8em; display: flex; align-items: center; justify-content: center; }
  .source-info span { min-height: 4.5em; display: flex; align-items: flex-start; justify-content: center; }
  .forwho-grid { grid-template-columns: 1fr 1fr; }
  .reviews-magazine { grid-template-columns: 1fr; }
  .risk-cards-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .cta-banner h2 { font-size: clamp(24px, 7vw, 28px); line-height: 1.05; white-space: nowrap; }
  .cta-search { flex-direction: column; }
  .risk-section { padding: 40px 20px; }
  .how-section { padding: 40px 20px; }
  #sticky-dock { padding: 12px 16px; }
  #sticky-btn {
    width: 100%;
    min-height: 56px;
    padding: 16px 24px;
    border-radius: 12px;
    font-size: 17px;
  }
  #scroll-top-btn { right: 16px; bottom: calc(env(safe-area-inset-bottom, 0px) + 132px); }
}
@media (max-width: 479px) {
  .features-grid { grid-template-columns: 1fr 1fr; }
  .hero-mini-stats { grid-template-columns: 1fr 1fr 1fr; }
  .hero h1 { font-size: 28px; }
  .sources-title-text { font-size: 18px; }
}

/* ── REPORT PAGE ───────────────────────────────────────────── */
.report-logo-text { color: #fff; }
.report-logo-text:hover { color: #FFD0EE; }

.row-loader { display: inline-block; width: 80px; height: 10px; border-radius: 6px; background: linear-gradient(90deg, #f0e8fc 0%, #e0ccf8 50%, #f0e8fc 100%); background-size: 200% 100%; animation: rowShimmer 1.2s linear infinite; vertical-align: middle; }
@keyframes rowShimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.report-row.loading-row .val { min-width: 120px; text-align: right; }
.report-row.loaded .val { color: var(--ok); font-weight: 700; }

.tsb-fill.tsb-animate { transition: width 1.4s cubic-bezier(.2,.7,.2,1); }

.r-indicator.checking { border-color: #e8d8fa; }
.r-indicator.checking .dot { background: #b79cde; animation: dotPulse 1s ease-in-out infinite; }
.r-indicator.checking strong { color: var(--muted); font-weight: 600; }
@keyframes dotPulse { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:.3; transform:scale(.7); } }

.report-header {
  background: var(--purple);
  padding: 14px 0;
  position: relative;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(96,1,210,.25);
}
.report-header-inner {
  max-width: 900px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; gap: 16px;
}
.report-plate-echo { font-size: 14px; font-weight: 700; background: rgba(255,255,255,.18); color: #fff; padding: 4px 12px; border-radius: 20px; letter-spacing: .5px; }
#loading-state { text-align: center; padding: 80px 0; }
.loader-spinner {
  width: 52px; height: 52px;
  border: 5px solid #e8d8fa;
  border-top-color: var(--purple);
  border-radius: 50%;
  animation: spin .8s linear infinite;
  margin: 0 auto 20px;
}
@keyframes spin { to { transform: rotate(360deg); } }
#loading-state strong { display: block; font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
#loader-msg { font-size: 13px; color: var(--muted); }

#report-content { display: none; }

.report-cta-top {
  background: linear-gradient(135deg, var(--purple), var(--magenta));
  color: #fff;
  padding: 16px 20px;
  border-radius: 14px;
  margin: 28px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.report-cta-top p { font-size: 15px; font-weight: 600; }
.report-cta-top button {
  background: #fff;
  color: var(--purple);
  border: none;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background .15s;
}
.report-cta-top button:hover { background: #f3eafe; }

.report-indicators {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.r-indicator {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.r-indicator .dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 4px;
}
.r-indicator.ok .dot   { background: var(--ok); }
.r-indicator.warn .dot { background: var(--warn); }
.r-indicator strong { display: block; font-size: 13px; font-weight: 700; }
.r-indicator span { font-size: 11px; color: var(--muted); }
.r-indicator.ok { border-color: #bbf7d0; }
.r-indicator.warn { border-color: #fde68a; }

.trust-score-banner {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.trust-score-left { display: flex; align-items: center; gap: 14px; }
.trust-score-circle { position: relative; width: 80px; height: 80px; flex-shrink: 0; }
.trust-score-circle svg { transform: rotate(-90deg); }
.trust-score-num {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 800; color: var(--purple);
}
.trust-score-label { font-size: 15px; font-weight: 700; color: var(--text); }
.trust-score-sub { font-size: 12px; color: var(--muted); margin-top: 3px; }
.trust-score-bars { flex: 1 1 320px; min-width: 0; display: flex; flex-direction: column; gap: 12px; }
.tsb-item { display: grid; gap: 8px; font-size: 12px; }
.tsb-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.tsb-lbl { color: var(--muted); min-width: 0; line-height: 1.25; }
.tsb-track { width: 100%; height: 8px; background: #f0e8fc; border-radius: 999px; overflow: hidden; }
.tsb-fill { height: 100%; border-radius: 4px; background: var(--purple); }
.tsb-fill.warn { background: var(--warn); }
.tsb-badge {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tsb-badge.ok { background: #dcfce7; color: var(--ok); }
.tsb-badge.warn { background: #fef3c7; color: var(--warn); }

.report-section {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 16px;
}
.report-section-head {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 14px;
}
.report-section-head h3 { font-size: 15px; font-weight: 700; color: var(--text); }
.section-badge {
  font-size: 11px; font-weight: 700;
  padding: 2px 10px; border-radius: 20px;
  text-transform: uppercase; letter-spacing: .4px;
}
.section-badge.ok { background: #dcfce7; color: var(--ok); }
.report-rows { display: flex; flex-direction: column; gap: 0; }
.report-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 0; border-bottom: 1px solid #f3eafe; font-size: 14px;
}
.report-row:last-child { border-bottom: none; }
.report-row .lbl { color: var(--muted); }
.report-row .val { font-weight: 600; }
.report-row .val.ok { color: var(--ok); }
.report-row .val.warn { color: var(--warn); }

.locked-section {
  position: relative;
  margin-bottom: 16px;
  border-radius: 14px;
  overflow: hidden;
}
.locked-inner {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 20px 24px;
  filter: blur(4px);
  user-select: none;
  pointer-events: none;
}
.lock-overlay {
  position: absolute; inset: 0;
  background: rgba(96,1,210,.08);
  backdrop-filter: blur(2px);
  border: 1.5px solid var(--purple);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  padding: 20px;
}
.lock-overlay svg { color: var(--purple); }
.lock-overlay svg rect,
.lock-overlay svg path { stroke: var(--purple); }
.lock-overlay strong { font-size: 15px; font-weight: 700; color: var(--text); }
.lock-overlay span { font-size: 13px; color: var(--muted); }
.lock-cta {
  background: linear-gradient(135deg, var(--purple), var(--magenta));
  color: #fff;
  border: none;
  padding: 10px 28px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 6px;
  transition: opacity .15s;
}
.lock-cta:hover { opacity: .9; }

.report-freshness {
  margin: 32px 0 16px;
  padding: 20px 22px;
  background: linear-gradient(135deg, #fff4fb 0%, #faf7ff 100%);
  border: 1.5px solid #f2cde3;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(96,1,210,.08);
}
.report-freshness-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255,0,128,.08);
  color: #c41473;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.report-freshness-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.report-freshness-copy { flex: 1; min-width: 0; }
.report-freshness-copy h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 6px;
}
.report-freshness-copy p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
}
.report-freshness-timer {
  min-width: 112px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  color: var(--purple);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  font-variant-numeric: tabular-nums;
  box-shadow: 0 8px 24px rgba(96,1,210,.10);
}

#tariff-section {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 28px 24px;
  margin: 0 0 40px;
  text-align: center;
}
#tariff-section h2 { font-size: 22px; font-weight: 800; color: var(--text); margin-bottom: 6px; }
.tariff-sub { font-size: 14px; color: var(--muted); margin-bottom: 24px; }
.tariff-email-line {
  margin: -12px 0 24px;
  font-size: 13px;
  color: var(--purple);
  font-weight: 600;
}

.tariff-primary {
  background: linear-gradient(135deg, #faf7ff 0%, #f3eafe 100%);
  border: 2px solid var(--purple);
  border-radius: 14px;
  padding: 24px;
  text-align: left;
  position: relative;
  margin-bottom: 16px;
  box-shadow: 0 4px 24px rgba(96,1,210,.10);
}
.tariff-primary-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--purple), var(--magenta));
  color: #fff;
  font-size: 11px; font-weight: 700;
  padding: 3px 12px; border-radius: 20px;
  text-transform: uppercase; letter-spacing: .5px;
  margin-bottom: 10px;
}
.tariff-primary-top { display: flex; gap: 24px; flex-wrap: wrap; margin-bottom: 16px; }
.tariff-primary-name { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.tariff-primary-price {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 4px;
}
.tariff-price-current {
  font-size: 42px;
  font-weight: 900;
  color: var(--purple);
  line-height: 1;
  letter-spacing: -.5px;
}
.tariff-price-old {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #b6a0d8;
  text-decoration: line-through;
  text-decoration-color: #b6a0d8;
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: none;
}
.tariff-primary-desc { font-size: 13px; color: var(--muted); }
.tariff-primary-features { flex: 1; min-width: 180px; display: flex; flex-direction: column; gap: 6px; justify-content: center; }
.tpf { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--text); }

.tariff-primary-btn {
  display: block;
  background: linear-gradient(135deg, var(--purple), var(--magenta));
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 16px; font-weight: 700;
  margin-bottom: 10px;
  transition: opacity .15s;
}
.tariff-primary-btn:hover { opacity: .9; }
.tariff-consent {
  margin: 0 0 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  font-size: clamp(10.5px, 2.8vw, 12px);
  line-height: 1.45;
  color: var(--muted);
  text-align: left;
}
.tariff-consent-check {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--purple);
}
.tariff-consent span { color: inherit; }
.tariff-consent a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.tariff-primary-footer {
  font-size: clamp(10.5px, 2.8vw, 12px);
  color: var(--muted);
  text-align: center;
  white-space: nowrap;
  letter-spacing: -.1px;
}

.purchase-check-note {
  margin-top: 16px;
  padding: 22px 20px;
  background: linear-gradient(180deg, #faf7ff 0%, #f3eafe 100%);
  border: 1.5px solid var(--border);
  border-radius: 14px;
  text-align: left;
}
.purchase-check-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(96,1,210,.09);
  color: var(--purple);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.purchase-check-note h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 16px;
  line-height: 1.2;
}
.purchase-check-list {
  display: grid;
  gap: 10px;
}
.purchase-check-list p {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
}
.purchase-check-list p::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--magenta), var(--purple));
}

#report-jump-cta {
  position: fixed;
  right: 16px;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 18px);
  z-index: 92;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 999px;
  padding: 12px 14px;
  background: linear-gradient(135deg, var(--purple), var(--magenta));
  color: #fff;
  box-shadow: 0 12px 28px rgba(96,1,210,.26);
  cursor: pointer;
  transition: transform .18s ease, opacity .18s ease;
}
#report-jump-cta:hover {
  transform: translateY(-1px);
  opacity: .96;
}
#report-jump-cta span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

footer#report-footer {
  background: #f3eafe;
  border-top: 1.5px solid var(--border);
  padding: 20px 24px;
  text-align: center;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}
footer#report-footer a { color: var(--purple); text-decoration: none; }
footer[hidden] { display: none !important; }

@media (max-width: 767px) {
  .logo-text,
  .report-logo-text {
    font-size: 18px;
  }
  .logo-text img,
  .report-logo-text img { height: 32px; }
  .report-indicators { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .r-indicator { min-width: 0; }
  .trust-score-banner {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 18px 18px;
  }
  .trust-score-left { width: 100%; }
  .trust-score-bars {
    width: 100%;
    flex: none;
  }
  .tariff-primary-price {
    gap: 10px;
    flex-wrap: wrap;
  }
  .tariff-price-current { font-size: 38px; }
  .tariff-price-old { font-size: 15px; }
  .tariff-primary-top { flex-direction: column; }
  .report-cta-top { flex-direction: column; text-align: center; }
  .report-freshness {
    margin-top: 28px;
    padding: 18px 16px;
  }
  .report-freshness-content {
    flex-direction: column;
    align-items: stretch;
  }
  .report-freshness-copy h3 { font-size: 18px; }
  .report-freshness-timer {
    min-width: 0;
    width: 100%;
    font-size: 28px;
  }
  .purchase-check-note { padding: 20px 16px; }
  .purchase-check-note h3 { font-size: 18px; }
  .tariff-primary-footer { font-size: 10.5px; }
  .tariff-consent { align-items: flex-start; }
  #report-jump-cta {
    right: 12px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
    padding: 11px 13px;
  }
  #report-jump-cta span { font-size: 12px; }
}
