/* Brand Review Hub Factory palette — this hub (Świadomy Trading, PL) is the
   fourth bespoke fork of this template. FR used navy/cream/gold (serif,
   podium), IT used dark green/terracotta/parchment (bold grotesque + mono
   labels, featured-band), UK used ink/paper/cobalt (condensed sans, flat
   leaderboard). This fork uses a genuinely new hue family — deep plum/violet
   ink for dark sections, warm ivory for light sections, and a vivid
   emerald/mint accent none of the other three hubs used. --good/--bad are
   the one deliberately-kept functional pair (pros/cons marks); --good
   intentionally sits close to --accent here since the whole theme is already
   green-forward, --bad stays a warm, clearly distinct red. */
:root {
  --bg: #241b2f;
  --bg-2: #2f2340;
  --cream: #faf8f5;
  --surface: #ffffff;
  --surface-soft: #f3eef4;
  --text: #241b2f;
  --muted: #6e6476;
  --line: #e5dde6;
  --accent: #1f9d6b;
  --accent-2: #241b2f;
  /* Darker emerald for text links on light backgrounds — the bright
     --accent mint doesn't meet body-text contrast on cream/white, so link
     color and fill/badge color are deliberately split. */
  --link: #167a54;
  --good: #1f9d6b;
  --bad: #c0483f;
  --warning: #f6ecd9;
  --shadow: 0 24px 80px rgba(36, 27, 47, .18);
  --radius: 18px;
  /* Rounder, friendlier geometric sans for headings — no external font
     loading (system stack only, per this project's convention), the
     "geometric/friendly" identity comes from generous positive letter-
     spacing and a normal (not black/900, not condensed) weight applied in
     the h1/h2/h3 rules below, not from a different typeface family. Not
     FR's serif, not IT's bold-grotesque+mono, not UK's condensed sans. */
  --font-display: -apple-system, system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
html[lang="ar"] body { font-family: "Segoe UI", Tahoma, Geneva, "Noto Sans Arabic", Inter, ui-sans-serif, system-ui, sans-serif; }
.lang-toggle { display:none; align-items:center; gap:6px; border:1px solid var(--line); background:#fff; color:var(--text); font-weight:700; font-size:13px; padding:8px 14px; border-radius:999px; cursor:pointer; text-decoration:none; flex-shrink:0; }
.lang-toggle[data-bilingual="true"] { display:inline-flex; }
.lang-toggle .nav-icon { opacity:.6; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; height:100%; }
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: 'Segoe UI', Roboto, Inter, ui-sans-serif, system-ui, -apple-system, Arial, sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
}
main { flex: 1 0 auto; }
.site-footer { flex-shrink: 0; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 36px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 36px)); }
.section { padding: 82px 0; }
.section.compact { padding: 34px 0; }
.alt { background: var(--surface-soft); }
h1 { font-family: var(--font-display); font-weight: 600; letter-spacing: .01em; }
.eyebrow::before { content: ''; display: inline-block; width: 8px; height: 8px; margin-right: 8px; background: var(--accent); border-radius: 1px; vertical-align: middle; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250,248,245,.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(36,27,47, .12);
}
.nav { display:flex; align-items:center; justify-content:space-between; height:72px; gap:24px; }
.brand { display:flex; align-items:center; gap:10px; font-weight:800; text-decoration:none; font-size:18px; }
.brand-mark { display:grid; place-items:center; width:36px; height:36px; border-radius:50%; background:var(--accent); color:var(--bg); font-size:13px; }
.nav-links { display:flex; gap:22px; color:#4a4234; font-weight:600; }
.nav-links a { display:inline-flex; align-items:center; gap:8px; text-decoration:none; transition:color .15s ease; }
.nav-links a:hover { color:var(--link); }
.nav-icon { flex-shrink:0; opacity:.7; }
.nav-cta-mobile.btn { display:none; }
.nav-toggle, .dashboard-toggle { display:none; flex-direction:column; justify-content:center; gap:5px; width:38px; height:38px; padding:8px; border:0; background:none; cursor:pointer; border-radius:10px; }
.nav-toggle span, .dashboard-toggle span { display:block; width:100%; height:2px; background:#0c1a2c; border-radius:2px; transition:transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1), .dashboard-toggle[aria-expanded="true"] span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2), .dashboard-toggle[aria-expanded="true"] span:nth-child(2) { opacity:0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3), .dashboard-toggle[aria-expanded="true"] span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
.nav-backdrop { position:fixed; inset:0; z-index:45; background:rgba(29,21,38,.4); opacity:0; visibility:hidden; transition:opacity .25s ease, visibility .25s ease; }
.nav-backdrop.open { opacity:1; visibility:visible; }
.scroll-progress { position:fixed; top:0; left:0; right:0; height:3px; z-index:110; background:transparent; }
.scroll-progress-fill { height:100%; width:0%; background:var(--accent); }
.btn { position:relative; overflow:hidden; display:inline-flex; align-items:center; justify-content:center; border:0; border-radius:999px; background:var(--accent); color:var(--bg); padding:14px 22px; font-weight:800; text-decoration:none; cursor:pointer; box-shadow:0 14px 34px rgba(36,27,47,.22); transition:transform .15s ease, box-shadow .15s ease; }
.btn:hover { transform:translateY(-2px); box-shadow:0 18px 40px rgba(36,27,47,.3); }
.btn:active { transform:translateY(0); }
.btn::after { content:''; position:absolute; top:0; left:-60%; width:40%; height:100%; background:linear-gradient(120deg, transparent, rgba(255,255,255,.55), transparent); transform:skewX(-20deg); transition:left .6s ease; }
.btn:hover::after { left:130%; }
.btn-small { padding:10px 16px; font-size:14px; }
.btn-block { width:100%; }
.btn-ghost { background:#fff; color:var(--bg); border:1px solid var(--line); box-shadow:none; }
.btn-ghost:hover { box-shadow:0 10px 26px rgba(36,27,47,.12); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible {
  outline:2px solid var(--accent);
  outline-offset:3px;
}
/* Editorial masthead — replaces the offer-lander's animated single-CTA hero.
   Static (no drifting gradient, no giant CTA button): there's no lead form
   to push toward here, the ranking itself is the point. See CLAUDE.md part 3. */
.masthead { position:relative; overflow:hidden; color:var(--cream); background: var(--bg); padding: 104px 0 76px; border-bottom: 4px solid var(--accent); }
.masthead-inner { position:relative; z-index:1; max-width: 720px; }
/* Self-contained CSS-only "depth" effect — three finite, bounded radial-
   gradient circles drifting on independent slow @keyframes loops (different
   durations/offsets per layer), NOT scroll-linked JS and NOT an
   infinitely-tiled background-image or a position:fixed element spanning
   the page (this project's own documented failure classes for exactly that
   kind of decorative effect — see CLAUDE.md/MEMORY). Subtle by design: this
   is a comparison/review site, not a game. */
.masthead-deco { position:absolute; inset:0; overflow:hidden; pointer-events:none; z-index:0; }
.masthead-deco-shape { position:absolute; border-radius:50%; filter:blur(1px); opacity:.55; }
.masthead-deco-1 { width:260px; height:260px; top:-70px; right:6%; background:radial-gradient(circle at 30% 30%, rgba(217,164,65,.38), transparent 70%); animation:mastheadFloatA 16s ease-in-out infinite; }
.masthead-deco-2 { width:180px; height:180px; bottom:-50px; right:24%; background:radial-gradient(circle at 40% 40%, rgba(250,248,245,.14), transparent 70%); animation:mastheadFloatB 22s ease-in-out infinite; }
.masthead-deco-3 { width:120px; height:120px; top:26%; right:2%; background:radial-gradient(circle at 50% 50%, rgba(217,164,65,.24), transparent 70%); animation:mastheadFloatC 12s ease-in-out infinite; }
@keyframes mastheadFloatA { 0%, 100% { transform:translate(0,0); } 50% { transform:translate(-18px, 22px); } }
@keyframes mastheadFloatB { 0%, 100% { transform:translate(0,0); } 50% { transform:translate(14px, -16px); } }
@keyframes mastheadFloatC { 0%, 100% { transform:translate(0,0); } 50% { transform:translate(-12px, -14px); } }
@media (max-width: 900px) {
  .masthead-deco-1, .masthead-deco-2, .masthead-deco-3 { opacity:.35; }
}
.masthead .eyebrow { color: var(--accent); }
.masthead .eyebrow::before { background: var(--accent); }
.masthead h1 { color:#ffffff; }
.eyebrow { color: var(--accent); font-weight:800; text-transform:uppercase; letter-spacing:.14em; font-size:12px; margin:0 0 14px; }
h1,h2,h3 { font-family: var(--font-display); line-height:1.15; margin:0 0 16px; }
h1 { font-size: clamp(34px, 5vw, 58px); letter-spacing:.01em; font-weight:600; }
h2 { font-size: clamp(26px, 3.4vw, 38px); letter-spacing:.005em; font-weight:600; }
h3 { font-size:19px; letter-spacing:0; font-weight:600; }
.masthead-lead { font-size:19px; color:rgba(250,248,245,.82); max-width:620px; }
.masthead-meta { display:flex; gap:22px; flex-wrap:wrap; margin:26px 0 0; font-size:13px; color:rgba(250,248,245,.66); text-transform:uppercase; letter-spacing:.05em; }
.masthead-meta strong { color:#ffffff; font-weight:700; }
.masthead-links { display:flex; gap:26px; flex-wrap:wrap; margin:28px 0 0; }
.masthead-links a { color:var(--accent); font-weight:700; text-decoration:none; display:inline-flex; align-items:center; gap:6px; font-size:15px; }
.masthead-links a:hover { text-decoration:underline; }
.trust-row { display:flex; gap:12px; flex-wrap:wrap; }
.trust-row > span { border:1px solid rgba(250,248,245,.2); background:rgba(250,248,245,.08); padding:10px 12px; border-radius:999px; color:rgba(250,248,245,.9); font-size:14px; }
.form-card { position:relative; background:white; color:var(--text); border-radius:var(--radius); box-shadow:var(--shadow); padding:26px; border:1px solid rgba(255,255,255,.5); overflow:hidden; }
.access-pass { opacity:0; transform:scale(.94) translateY(10px); transition:opacity .5s ease, transform .5s cubic-bezier(.34,1.56,.64,1); }
.access-pass.in { opacity:1; transform:scale(1) translateY(0); }
.access-pass-band { position:relative; overflow:hidden; display:flex; align-items:center; gap:14px; margin:-26px -26px 0; padding:22px 26px; background:linear-gradient(135deg,var(--accent),var(--accent-2)); color:#051322; }
.access-pass-band::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg, transparent, rgba(255,255,255,.5), transparent); transform:translateX(-120%); animation:passShine 1.8s ease-in-out .3s 1; }
@keyframes passShine { to { transform:translateX(120%); } }
.access-pass-badge { display:flex; align-items:center; justify-content:center; width:38px; height:38px; border-radius:50%; background:#051322; color:var(--accent); font-weight:900; font-size:16px; flex-shrink:0; }
.access-pass-title { margin:0; font-weight:800; font-size:15px; letter-spacing:-.01em; }
.access-pass-status { margin:4px 0 0; font-size:12px; font-weight:700; display:flex; align-items:center; gap:7px; text-transform:uppercase; letter-spacing:.04em; }
.pulse-dot { width:7px; height:7px; border-radius:50%; background:#051322; animation:pulseDot 1.6s ease-in-out infinite; }
@keyframes pulseDot { 0%, 100% { opacity:1; } 50% { opacity:.25; } }
.access-pass-stub { position:relative; padding-top:20px; margin-top:18px; border-top:2px dashed var(--line); }
.access-pass-stub::before, .access-pass-stub::after { content:''; position:absolute; top:-9px; width:16px; height:16px; border-radius:50%; background:#fff; border:2px solid var(--line); }
.access-pass-stub::before { left:-8px; }
.access-pass-stub::after { right:-8px; }
.access-pass-row { display:flex; flex-wrap:wrap; justify-content:space-between; gap:6px 12px; padding:8px 0; border-bottom:1px solid var(--line); font-size:14px; }
.access-pass-row:last-child { border-bottom:0; }
.access-pass-row span { color:var(--muted); }
.access-pass-row strong { text-align:right; word-break:break-word; }
.form-card-head p:not(.eyebrow) { color:var(--muted); margin-top:0; }
.lead-form { display:grid; gap:14px; }
.lead-form label { display:grid; gap:7px; font-weight:700; color:#33415a; font-size:14px; }
.lead-form input, .lead-form select { width:100%; border:1px solid var(--line); border-radius:14px; padding:13px 14px; font:inherit; line-height:1.3; background:#fff; }
.phone-row { display:grid; grid-template-columns: 110px 1fr; gap:10px; }
.check { display:flex !important; grid-template-columns:none !important; gap:10px !important; align-items:flex-start; font-weight:500 !important; color:#526077 !important; }
.check input { width:auto; margin-top:5px; }
.form-note, .form-result { color:var(--muted); font-size:13px; margin:0; }
.form-result.success { color:#0a7a5c; font-weight:700; }
.form-result.error { color:#b42318; font-weight:700; }
.badges { display:grid; grid-template-columns: repeat(4,1fr); gap:16px; }
.badges div { background:white; border:1px solid var(--line); border-radius:18px; padding:18px; box-shadow:0 8px 30px rgba(36,27,47,.05); transition:transform .15s ease, box-shadow .15s ease; }
.badges div:hover { transform:translateY(-3px); box-shadow:0 16px 40px rgba(36,27,47,.1); }
.badges strong { display:inline-grid; place-items:center; min-width:34px; height:34px; padding:0 8px; margin-bottom:10px; border-radius:10px; background:linear-gradient(135deg,var(--accent),var(--accent-2)); color:#051322; font-size:14px; }
.badges div > span { display:block; color:var(--muted); }
.two-col { display:grid; grid-template-columns:.8fr 1.2fr; gap:48px; align-items:start; }
.steps { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.steps article, .feature-card, .reason-grid article, .legal-card { background:white; border:1px solid var(--line); border-radius:22px; padding:24px; box-shadow:0 12px 34px rgba(36,27,47,.06); transition:transform .15s ease, box-shadow .15s ease; }
.steps article:hover, .feature-card:hover, .reason-grid article:hover { transform:translateY(-3px); box-shadow:0 18px 44px rgba(36,27,47,.1); }
.steps article > span { color:var(--accent-2); font-weight:900; }
.steps p, .feature-card p, .reason-grid p, .section-head p { color:var(--muted); }
.feature-grid { display:grid; grid-template-columns: repeat(4,1fr); gap:18px; }
.section-head { grid-column:1/-1; max-width:780px; }
.centered { text-align:center; margin:0 auto 26px; }
.split-card { display:grid; grid-template-columns:1fr 1fr; gap:34px; background:linear-gradient(135deg,#0c1a2c,#122d4a); color:white; border-radius:32px; padding:42px; box-shadow:var(--shadow); }
.split-card-side { display:flex; flex-direction:column; justify-content:center; }
.split-card p, .split-card li { color:#d8e5f5; }
.stat-figure { font-size:clamp(46px,7vw,80px); font-weight:900; line-height:1; margin:0 0 8px; background:linear-gradient(135deg,var(--accent),var(--accent-2)); -webkit-background-clip:text; background-clip:text; color:transparent; }
.check-list { margin:0 0 22px; padding-left:22px; }
.legal-card .check-list a { color:var(--link); font-weight:700; text-decoration:none; }
.legal-card .check-list a:hover { text-decoration:underline; }
.reason-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.testimonial-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:8px; }
.testimonial-card { display:flex; flex-direction:column; background:white; border:1px solid var(--line); border-radius:22px; padding:24px; box-shadow:0 12px 34px rgba(36,27,47,.06); transition:transform .15s ease, box-shadow .15s ease; }
.testimonial-card:hover { transform:translateY(-3px); box-shadow:0 18px 44px rgba(36,27,47,.1); }
.testimonial-quote { margin:0 0 14px; color:var(--text); font-style:italic; line-height:1.55; }
.testimonial-author-row { display:flex; align-items:center; gap:10px; margin-top:auto; padding-top:16px; }
.testimonial-avatar { display:inline-flex; align-items:center; justify-content:center; flex-shrink:0; width:38px; height:38px; border-radius:50%; background:linear-gradient(135deg,var(--accent),var(--accent-2)); color:#051322; font-weight:800; font-size:13px; letter-spacing:.02em; }
.testimonial-author { margin:0; color:var(--muted); font-size:14px; }
.testimonial-author strong { color:var(--text); }
@media (max-width: 900px) { .testimonial-grid { grid-template-columns:1fr; } }
details { background:white; border:1px solid var(--line); border-radius:18px; padding:18px 20px; margin:12px 0; transition:border-color .15s ease; }
details[open] { border-color:var(--accent); }
summary { cursor:pointer; font-weight:800; }
details p { color:var(--muted); margin-bottom:0; }
.risk { background:var(--warning); }
.site-footer { background:var(--bg); color:var(--cream); padding:36px 0; }
.footer-grid { display:flex; justify-content:space-between; gap:28px; align-items:flex-start; }
.footer-grid p { color:#a8a08d; }
.footer-grid nav { display:flex; gap:14px; flex-wrap:wrap; justify-content:flex-end; }
.footer-grid a { color:var(--cream); text-decoration:none; }
.legal-page { min-height:60vh; }
.legal-card { margin-top:30px; }
.icon-badge { display:inline-flex; align-items:center; justify-content:center; width:52px; height:52px; border-radius:50%; background:var(--accent); color:var(--bg); margin-bottom:18px; }
.updated-note { color:var(--muted); font-size:13px; }
.resources-grid { margin-top:8px; }
.resource-card { text-decoration:none; color:inherit; display:block; }
.breadcrumb { display:flex; flex-wrap:wrap; align-items:center; gap:6px; font-size:13px; color:var(--muted); margin:0 0 20px; }
.breadcrumb a { color:var(--link); text-decoration:none; }
.breadcrumb a:hover { text-decoration:underline; }
.breadcrumb .sep { opacity:.5; }
.reading-time { color:var(--muted); font-size:13px; margin:-8px 0 20px; }
.article-illustration { width:100%; height:auto; display:block; margin:0 0 24px; border-radius:20px; background:var(--surface-soft); }
.volatility-line { stroke-dasharray:700; stroke-dashoffset:700; animation:drawLine 2.4s ease forwards; }
@keyframes drawLine { to { stroke-dashoffset:0; } }
.volatility-point { opacity:0; transform-origin:center; animation:popIn .4s ease forwards; }
@keyframes popIn { from { opacity:0; transform:scale(.3); } to { opacity:1; transform:scale(1); } }
.legal-intro { font-size:18px; color:var(--muted); margin:0 0 4px; }
.legal-toc { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.legal-toc a { font-size:13px; font-weight:700; color:var(--link); text-decoration:none; border:1px solid var(--line); border-radius:999px; padding:8px 14px; transition:background .15s ease, border-color .15s ease; }
.legal-toc a:hover { background:var(--surface-soft); border-color:var(--link); }
.legal-sections { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.legal-section-card { background:white; border:1px solid var(--line); border-radius:22px; padding:28px; box-shadow:0 12px 34px rgba(36,27,47,.06); transition:transform .15s ease, box-shadow .15s ease; scroll-margin-top:90px; }
.legal-section-card:hover { transform:translateY(-3px); box-shadow:0 18px 44px rgba(36,27,47,.1); }
.legal-section-card h2 { font-size:19px; margin:2px 0 12px; }
.legal-section-card p { color:var(--muted); margin:0 0 10px; }
.legal-section-card p:last-child { margin-bottom:0; }
.legal-contact-card { background:var(--surface-soft); border:1px solid var(--line); border-radius:22px; padding:26px; }
.legal-contact-card p { margin:0 0 12px; }
.legal-contact-card p:last-child { margin-bottom:0; }
.visually-hidden { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.contact-form-card { background:white; border:1px solid var(--line); border-radius:22px; padding:26px; box-shadow:0 12px 34px rgba(36,27,47,.06); margin:0 0 26px; }
.contact-form { display:grid; gap:14px; }
.contact-form input, .contact-form textarea { width:100%; box-sizing:border-box; border:1px solid var(--line); border-radius:14px; padding:13px 14px; font:inherit; line-height:1.4; background:#fff; resize:vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline:2px solid var(--accent-2); outline-offset:1px; }
.contact-form .btn[disabled] { opacity:.75; cursor:default; }
.contact-form .btn.is-loading span { position:relative; padding-right:22px; }
.contact-form .btn.is-loading span::after {
  content:''; position:absolute; top:50%; right:0; width:14px; height:14px; margin-top:-7px;
  border:2px solid rgba(5,19,34,.35); border-top-color:#051322; border-radius:50%;
  animation:contactSpin .7s linear infinite;
}
@keyframes contactSpin { to { transform:rotate(360deg); } }
.contact-form-result { min-height:18px; margin:0; font-size:13px; color:var(--muted); }
.contact-form-result.success { color:#0a7a5c; font-weight:700; }
.contact-map { border:1px solid var(--line); border-radius:22px; overflow:hidden; margin:0 0 12px; background:#e5e3df; }
.contact-map iframe { display:block; width:100%; height:320px; border:0; }
.contact-map-fallback { margin:0 0 22px; font-size:13px; }
.contact-map-fallback a { color:var(--accent-2); font-weight:700; text-decoration:none; }
.contact-map-fallback a:hover { text-decoration:underline; }
.legal-back { margin-top:24px; }
@media (max-width: 900px) { .legal-sections { grid-template-columns:1fr; } }
.related-links { margin-top:28px; padding-top:22px; border-top:1px solid var(--line); }
.related-links h2 { font-size:18px; margin-bottom:12px; }
.related-links ul { list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.related-links a { color:var(--link); text-decoration:none; font-weight:600; }
.related-links a:hover { text-decoration:underline; }
.skip-link { position:absolute; top:-48px; left:12px; z-index:100; background:var(--bg); color:#fff; padding:12px 18px; border-radius:10px; text-decoration:none; font-weight:700; transition:top .15s ease; }
.skip-link:focus { top:12px; }
.cookie-banner { position:fixed; left:16px; right:16px; bottom:16px; z-index:90; max-width:560px; margin:0 auto; background:var(--bg); color:var(--cream); border-radius:18px; padding:18px 20px; box-shadow:0 20px 50px rgba(29,21,38,.35); display:flex; flex-wrap:wrap; align-items:center; gap:14px; justify-content:space-between; }
.cookie-banner[hidden] { display:none; }
.cookie-banner p { margin:0; font-size:13px; color:#d8d2c2; flex:1 1 260px; }
.cookie-banner a { color:var(--accent); }
.demo-promo { position:fixed; right:16px; bottom:16px; z-index:95; width:min(320px, calc(100% - 32px)); background:#fff; border:1px solid var(--line); border-radius:20px; padding:22px 20px 20px; box-shadow:0 24px 60px rgba(36,27,47,.22); opacity:0; visibility:hidden; transform:translateY(16px); transition:opacity .3s ease, transform .3s ease, visibility .3s ease; }
.demo-promo[hidden] { display:none; }
.demo-promo.in { opacity:1; visibility:visible; transform:translateY(0); }
.demo-promo-close { position:absolute; top:10px; right:10px; width:28px; height:28px; display:inline-flex; align-items:center; justify-content:center; border:0; background:none; font-size:20px; line-height:1; color:var(--muted); cursor:pointer; border-radius:8px; }
.demo-promo-close:hover { background:var(--surface-soft); }
.demo-promo-icon { display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius:10px; background:linear-gradient(135deg,var(--accent),var(--accent-2)); color:#051322; margin-bottom:10px; }
.demo-promo-eyebrow { margin:0 0 4px; font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.05em; color:var(--accent-2); }
.demo-promo-title { margin:0 0 8px; font-size:17px; font-weight:800; line-height:1.3; }
.demo-promo p:not(.demo-promo-eyebrow) { margin:0 0 14px; font-size:13px; color:var(--muted); }
@media (max-width: 900px) {
  .demo-promo { left:16px; right:16px; bottom:96px; width:auto; }
}
.crypto-ticker { display:flex; flex-wrap:wrap; gap:10px; margin-top:14px; transition:opacity .35s ease; }
.crypto-ticker .tick { border:1px solid rgba(255,255,255,.16); background:rgba(255,255,255,.08); padding:8px 12px; border-radius:999px; font-size:13px; color:#d9e7f7; }
.crypto-ticker .tick .chg.up { color:var(--good); }
.crypto-ticker .tick .chg.down { color:#ff8a8a; }
.tick-skeleton { display:inline-block; width:130px; height:32px; border-radius:999px; background:linear-gradient(90deg, rgba(255,255,255,.06) 25%, rgba(255,255,255,.16) 37%, rgba(255,255,255,.06) 63%); background-size:400% 100%; animation:shimmer 1.4s ease infinite; }
@keyframes shimmer { 0% { background-position:100% 0; } 100% { background-position:0 0; } }
.ticker-card { border:1px solid var(--line); background:var(--surface-soft); border-radius:16px; padding:16px 18px; margin:0 0 20px; }
.ticker-card .crypto-ticker .tick { border-color:var(--line); background:#fff; color:var(--text); }
.ticker-card .tick-skeleton { background:linear-gradient(90deg, #e4ecf6 25%, #f4f7fb 37%, #e4ecf6 63%); background-size:400% 100%; }
.ticker-note { color:var(--muted); font-size:12px; margin:8px 0 0; }
.form-progress { height:4px; border-radius:2px; background:var(--line); overflow:hidden; margin-bottom:16px; }
.form-progress-fill { height:100%; width:0%; border-radius:2px; background:linear-gradient(135deg,var(--accent),var(--accent-2)); transition:width .3s ease; }
.field-label { display:inline-flex; align-items:center; gap:6px; }
.field-check { display:inline-flex; align-items:center; justify-content:center; width:16px; height:16px; border-radius:50%; background:var(--accent); color:#051322; font-size:10px; line-height:1; opacity:0; transform:scale(.5); transition:opacity .18s ease, transform .18s ease; }
.lead-form label.valid .field-check { opacity:1; transform:scale(1); }
.lead-form label.valid input, .lead-form label.valid select { border-color:var(--accent); }
.reveal { opacity:0; transform:translateY(26px); transition:opacity .6s ease, transform .6s ease; }
.reveal.in-view { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce) {
  .hero { animation:none; }
  .reveal { opacity:1; transform:none; transition:none; }
  .btn::after { display:none; }
  .volatility-line { animation:none; stroke-dashoffset:0; }
  .volatility-point { animation:none; opacity:1; transform:none; }
  .access-pass { transition:none; opacity:1; transform:none; }
  .access-pass-band::after { display:none; }
  .pulse-dot { animation:none; }
  .masthead-deco-shape { animation:none; }
  .trust-slide.active { animation:none; }
  * { scroll-behavior:auto !important; }
}
.mobile-sticky { display:none; }
@media print {
  .site-header, .site-footer, .mobile-sticky, .cookie-banner, .skip-link, #lead-form, .hero-actions, #how-it-works, #faq .btn, .btn { display:none !important; }
  main { padding:0 !important; }
  body { background:#fff; }
  a { color:#000; text-decoration:underline; }
}
@media (max-width: 900px) {
  .nav-links { display:flex; position:absolute; top:calc(100% + 10px); left:16px; right:16px; flex-direction:column; gap:2px; background:#fff; padding:12px; border-radius:20px; box-shadow:0 20px 44px rgba(36,27,47,.16); opacity:0; visibility:hidden; transform:translateY(-10px); transition:opacity .22s ease, transform .22s ease, visibility .22s ease; z-index:80; }
  .nav-links.open { opacity:1; visibility:visible; transform:translateY(0); }
  .nav-links a { padding:12px 10px; border-radius:12px; font-size:15px; }
  .nav-links a:hover { background:var(--surface-soft); }
  .nav-cta-mobile.btn { display:flex; margin-top:8px; }
  .nav-toggle { display:flex; }
  .nav { height:auto; padding:12px 0; gap:10px; flex-wrap:nowrap; position:relative; }
  .lang-toggle { padding:9px; }
  .lang-toggle-label { display:none; }
  .brand { font-size:15px; gap:8px; min-width:0; flex-shrink:1; }
  .brand span:last-child { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:120px; }
  .brand-mark { flex-shrink:0; width:32px; height:32px; }
  .btn-small { padding:9px 12px; font-size:12px; white-space:nowrap; flex-shrink:0; }
  .hero-grid, .two-col, .split-card { grid-template-columns:1fr; }
  .badges, .feature-grid, .reason-grid, .steps { grid-template-columns:1fr; }
  .section { padding:56px 0; }
  .hero { padding:54px 0 70px; }
  .trust-row { flex-direction:column; align-items:flex-start; gap:8px; }
  .trust-row > span { width:100%; box-sizing:border-box; white-space:normal; }
  .footer-grid { flex-direction:column; }
  .footer-grid nav { justify-content:flex-start; }
  .mobile-sticky { display:flex; position:fixed; left:16px; right:16px; bottom:16px; z-index:80; justify-content:center; border-radius:999px; background:linear-gradient(135deg,var(--accent),var(--accent-2)); color:#051322; padding:14px 18px; font-weight:900; text-decoration:none; box-shadow:0 20px 44px rgba(29,21,38,.28); }
  body.has-mobile-sticky { padding-bottom:76px; }
}

.demo-banner { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:10px; background:#0c1a2c; color:#d8e5f5; font-size:13px; padding:10px 16px; text-align:center; }
.demo-banner a { color:#5ba7ff; font-weight:700; text-decoration:none; margin-left:6px; }
.demo-banner a:hover { text-decoration:underline; }
.demo-badge { display:inline-flex; align-items:center; background:linear-gradient(135deg,var(--accent),var(--accent-2)); color:#051322; font-weight:800; font-size:11px; text-transform:uppercase; letter-spacing:.05em; padding:4px 10px; border-radius:999px; }
.dashboard-shell { display:flex; align-items:stretch; min-height:calc(100vh - 40px); }
.dashboard-sidebar { width:240px; flex-shrink:0; background:#07111f; color:#d8e5f5; padding:28px 20px; display:flex; flex-direction:column; gap:28px; }
.dashboard-sidebar .brand { color:#fff; }
.dashboard-nav { display:flex; flex-direction:column; gap:4px; flex:1; }
.dashboard-nav a { display:flex; align-items:center; gap:12px; color:#9fb1c9; text-decoration:none; font-weight:600; padding:11px 12px; border-radius:12px; transition:background .15s ease, color .15s ease; }
.dashboard-nav a:hover { background:rgba(255,255,255,.06); color:#fff; }
.dashboard-nav .lang-toggle { background:transparent; border-color:rgba(255,255,255,.16); color:#d8e5f5; margin-top:8px; justify-content:flex-start; }
.dashboard-nav .lang-toggle:hover { background:rgba(255,255,255,.06); }
.dashboard-nav a.active { background:rgba(217,164,65,.14); color:var(--accent); }
.dashboard-main { flex:1; padding:40px; background:#f5f8fc; }
.dashboard-topbar { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; margin-bottom:28px; flex-wrap:wrap; }
.dashboard-head { max-width:640px; order:1; }
.dashboard-head .legal-intro { font-size:15px; margin:6px 0 0; }
.preview-pill { display:inline-flex; align-items:center; gap:6px; flex-shrink:0; order:2; background:white; border:1px solid var(--line); color:var(--muted); font-weight:700; font-size:12px; padding:8px 14px; border-radius:999px; box-shadow:0 8px 20px rgba(36,27,47,.05); }
.preview-pill .nav-icon { opacity:.65; }
.dashboard-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.dashboard-card { background:white; border:1px solid var(--line); border-radius:22px; padding:24px; box-shadow:0 12px 34px rgba(36,27,47,.06); }
.dashboard-card h2 { font-size:22px; margin:0 0 10px; }
.dashboard-card p { color:var(--muted); margin:0 0 10px; }
.dashboard-card p:last-child { margin-bottom:0; }
.dashboard-card-wide { grid-column:1 / -1; }
.dashboard-banner { background:linear-gradient(135deg,#0c1a2c,#173257); border-color:transparent; color:#fff; display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.dashboard-banner .eyebrow { color:#8fb4e0; }
.dashboard-banner h2 { color:#fff; }
.dashboard-banner p { color:#c3d3ea; }
.dashboard-banner .ticker-note { color:#8fa2bd; font-size:13px; }
.dashboard-steps { list-style:none; margin:0; padding:0; display:grid; gap:10px; }
.dashboard-steps li { display:flex; align-items:center; gap:10px; color:var(--muted); font-weight:600; }
.dashboard-steps li.done { color:var(--text); }
.dashboard-step-dot { display:inline-flex; align-items:center; justify-content:center; width:22px; height:22px; border-radius:50%; border:2px solid var(--line); font-size:12px; font-weight:800; color:var(--accent); flex-shrink:0; }
.dashboard-steps li.done .dashboard-step-dot { background:var(--accent); border-color:var(--accent); color:#051322; }
.market-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(160px, 1fr)); gap:12px; margin-bottom:10px; }
.market-mini { display:flex; align-items:center; gap:12px; background:var(--surface-soft); border:1px solid var(--line); border-radius:16px; padding:14px 16px; }
.market-mini-icon { display:grid; place-items:center; width:36px; height:36px; border-radius:50%; background:linear-gradient(135deg,var(--accent),var(--accent-2)); color:#051322; font-weight:800; font-size:16px; flex-shrink:0; }
.market-mini-body { display:flex; flex-direction:column; gap:2px; }
.market-mini-body strong { font-size:13px; color:var(--muted); font-weight:700; }
.market-mini-price { font-size:17px; font-weight:800; color:var(--text); }
.market-mini-body .chg { font-size:13px; font-weight:700; }
.market-mini-body .chg.up { color:#0d9c78; }
.market-mini-body .chg.down { color:#d64545; }
.market-mini .tick-skeleton { width:80px; height:16px; border-radius:6px; background:linear-gradient(90deg, #e4ecf6 25%, #f4f7fb 37%, #e4ecf6 63%); background-size:400% 100%; }
.sparkline-card .sparkline-svg { width:100%; height:80px; margin:6px 0 10px; }
@media (max-width: 900px) {
  .dashboard-toggle { display:flex; order:1; }
  .dashboard-head { order:3; flex-basis:100%; }
  .dashboard-topbar { align-items:center; }
  .dashboard-sidebar { position:fixed; top:0; left:0; bottom:0; width:260px; max-width:82vw; flex-direction:column; flex-wrap:nowrap; align-items:stretch; padding:24px 20px; transform:translateX(-100%); transition:transform .25s ease; z-index:210; box-shadow:0 24px 60px rgba(29,21,38,.35); overflow-y:auto; }
  .dashboard-sidebar.open { transform:translateX(0); }
  .dashboard-backdrop { position:fixed; inset:0; z-index:205; background:rgba(29,21,38,.45); opacity:0; visibility:hidden; transition:opacity .25s ease, visibility .25s ease; }
  .dashboard-backdrop.open { opacity:1; visibility:visible; }
  .dashboard-main { padding:24px 16px; }
  .dashboard-grid { grid-template-columns:1fr; }
  .dashboard-card-wide { grid-column:auto; }
  .dashboard-banner { flex-direction:column; align-items:flex-start; }
}

/* RTL layer — activated when <html dir="rtl"> (Arabic). Flex/grid rows mirror
   automatically via the `direction` property; these rules cover the physical
   left/right values that don't. */
html[dir="rtl"] body { direction: rtl; text-align: right; }
html[dir="rtl"] .hero-lead,
html[dir="rtl"] .legal-intro,
html[dir="rtl"] .section-head p,
html[dir="rtl"] .dashboard-card p,
html[dir="rtl"] details p { text-align: right; }
html[dir="rtl"] .section-head.centered,
html[dir="rtl"] .form-card-head { text-align: center; }
html[dir="rtl"] .skip-link { left: auto; right: 12px; }
html[dir="rtl"] .nav-icon { transform: scaleX(-1); }
html[dir="rtl"] .market-mini-icon { transform: none; }
html[dir="rtl"] .dashboard-step-dot { transform: none; }
html[dir="rtl"] .checkmark, html[dir="rtl"] .field-check { transform: none; }
html[dir="rtl"] .cookie-banner { direction: rtl; }
html[dir="rtl"] .demo-promo { right: auto; left: 16px; }
html[dir="rtl"] .demo-promo-close { right: auto; left: 12px; }
/* Phone dial codes and numbers are not translated content — keep them LTR
   even on an RTL page, otherwise the select's overflow clipping flips sides
   and hides the flag/dial-code prefix instead of the country name tail. */
html[dir="rtl"] .phone-row select,
html[dir="rtl"] .phone-row input[type="tel"] { direction: ltr; text-align: left; }
@media (max-width: 900px) {
  html[dir="rtl"] .demo-promo { left: 16px; right: 16px; }
  html[dir="rtl"] .dashboard-sidebar { left: auto; right: 0; transform: translateX(100%); }
  html[dir="rtl"] .dashboard-sidebar.open { transform: translateX(0); }
}

/* ===================================================================
   Sidebar layout system — an alternate page chrome (fixed left nav
   instead of the shared top header) that any offer can opt into via the
   <Sidebar>/<SidebarLegalPage> components. Monochrome canvas, a single
   rationed blue accent, large geometric display type, uppercase
   wide-tracked mono labels, 8px-radius surfaces, no shadows/gradients —
   loosely inspired by refero-styles/DESIGN-CRYPTO2.md, reinterpreted
   rather than copied. Scoped entirely under sb-/sidebar- class names so
   it never touches the default header-based template's styles.
   =================================================================== */
:root {
  /* Retinted for the Brand Review Hub Factory: same rationed-single-accent
     structural pattern as the offer-lander's sidebar system this was ported
     from, but every color is this hub's own plum/ivory/emerald palette, and
     the font stacks are system-only (no Google Fonts import) per CLAUDE.md
     part 3's "no external font loading" rule. --sb-blue keeps its name for
     minimal rule churn but now holds the darker emerald link color —
     large CTA fills use --accent directly with --sb-carbon text instead,
     see .sidebar-cta.btn below. This sidebar layout system is unused by
     this hub's own pages (see LegalPage.astro — plain top-nav layout, per
     CLAUDE.md's rule against the sidebar trust-page layout), kept only for
     structural parity with the copied template. */
  --sb-blue: #167a54;
  --sb-green: #1f9d6b;
  --sb-carbon: #241b2f;
  --sb-white: #ffffff;
  --sb-ash: #f3eef4;
  --sb-slate: #6e6476;
  --sb-mist: #ddd0dc;
  --sb-sidebar-w: 216px;
  --sb-font-display: var(--font-display);
  --sb-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
.sidebar-body { margin: 0; min-height: 100vh; background: var(--sb-white); color: var(--sb-carbon); font-family: var(--sb-font-display); line-height: 1.5; }
.sidebar-body a { color: inherit; }
.sidebar-body ::selection { background: var(--sb-blue); color: var(--sb-white); }

.site-sidebar {
  position: fixed; top: 0; left: 0; bottom: 0; width: var(--sb-sidebar-w);
  border-right: 1px solid var(--sb-ash); background: var(--sb-white);
  display: flex; flex-direction: column; padding: 24px 20px; z-index: 60;
  overflow-y: auto;
}
.sidebar-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-bottom: 32px; }
.sidebar-logo-mark { width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center; background: var(--accent); }
.sidebar-logo-text { font-weight: 700; font-size: 15px; letter-spacing: -0.01em; }
.sidebar-nav { display: flex; flex-direction: column; gap: 2px; }
.sidebar-nav a { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 4px; text-decoration: none; font-size: 15px; color: var(--sb-carbon); border-radius: 6px; transition: color .15s ease; }
.sidebar-nav a:hover, .sidebar-nav a.active { color: var(--sb-blue); }
.sidebar-nav a svg { opacity: .55; flex-shrink: 0; }
.sidebar-nav a:hover svg, .sidebar-nav a.active svg { opacity: 1; }
.sidebar-start { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--sb-mist); display: flex; flex-direction: column; gap: 10px; }
.sidebar-start-label { display: flex; align-items: center; gap: 6px; font-family: var(--sb-font-mono); font-size: 11px; letter-spacing: 0.073em; text-transform: uppercase; color: var(--sb-slate); margin: 0; }
.sidebar-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sb-blue); flex-shrink: 0; }
.sidebar-cta.btn { background: var(--accent); color: var(--sb-carbon); border-radius: 8px; box-shadow: none; padding: 11px 14px; font-size: 14px; font-weight: 500; }
.sidebar-cta.btn::after { display: none; }
.sidebar-cta.btn:hover { transform: none; box-shadow: none; opacity: .9; }
.sidebar-ghost.btn-ghost { display: block; text-align: center; background: var(--sb-white); color: var(--sb-carbon); border: 1px solid var(--sb-mist); border-radius: 8px; padding: 10px 14px; font-size: 13px; text-decoration: none; }
.sidebar-toggle { display: none; position: fixed; top: 14px; left: 14px; z-index: 70; flex-direction: column; justify-content: center; gap: 4px; width: 40px; height: 40px; border: 1px solid var(--sb-ash); border-radius: 8px; background: var(--sb-white); cursor: pointer; transition: left .25s ease, right .25s ease; }
.sidebar-toggle span { display: block; width: 18px; height: 2px; background: var(--sb-carbon); margin: 0 auto; transition: transform .2s ease, opacity .2s ease; }
.sidebar-toggle[aria-expanded="true"] { left: calc(var(--sb-sidebar-w) + 14px); right: auto; border-color: var(--sb-mist); }
.sidebar-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.sidebar-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.sidebar-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.sidebar-backdrop { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.35); z-index: 55; }
.sidebar-backdrop.open { display: block; }

.sidebar-content { position: relative; margin-left: var(--sb-sidebar-w); padding: 0 48px 64px; max-width: 1180px; }
.sb-mono-label { font-family: var(--sb-font-mono); font-size: 12px; letter-spacing: 0.073em; text-transform: uppercase; color: var(--sb-slate); margin: 0 0 14px; }
.sb-hero { padding: 72px 0 40px; max-width: 780px; }
.sb-hero h1 { font-family: var(--sb-font-display); font-weight: 500; font-size: clamp(36px, 5.4vw, 68px); line-height: 1.02; letter-spacing: -0.03em; margin: 0 0 20px; }
.sb-hero-lead { font-size: 18px; line-height: 1.5; color: var(--sb-slate); max-width: 620px; margin: 0 0 28px; }
.sb-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.sidebar-content .btn { display: inline-flex; align-items: center; justify-content: center; background: var(--accent); color: var(--sb-carbon); border: 0; border-radius: 8px; padding: 13px 20px; font-family: var(--sb-font-display); font-weight: 500; font-size: 15px; text-decoration: none; cursor: pointer; box-shadow: none; }
.sidebar-content .btn::after { display: none; }
.sidebar-content .btn:hover { transform: none; box-shadow: none; opacity: .9; }
.sidebar-content .btn-ghost { display: inline-flex; align-items: center; justify-content: center; background: var(--sb-white); color: var(--sb-carbon); border: 1px solid var(--sb-mist); border-radius: 8px; padding: 13px 20px; font-size: 15px; text-decoration: none; box-shadow: none; }
.sidebar-content .btn-ghost:hover { box-shadow: none; background: var(--sb-ash); }

.sb-worldmap-section { margin: 0 0 40px; padding: 24px 0; }
.sb-worldmap { width: 100%; height: 110px; display: block; }
.sb-worldmap rect { transform-origin: bottom; transform: scaleY(0); opacity: 0; transition: transform .5s ease, opacity .5s ease; }
.sb-worldmap circle { opacity: 0; transform: scale(0); transform-origin: center; transition: transform .4s ease, opacity .4s ease; animation: sbDotPulse 2.4s ease-in-out infinite; animation-play-state: paused; }
.sb-worldmap-section.in-view rect { transform: scaleY(1); opacity: 1; }
.sb-worldmap-section.in-view circle { opacity: 1; transform: scale(1); animation-play-state: running; }
@keyframes sbDotPulse { 0%, 100% { opacity: 1; } 50% { opacity: .45; } }
@media (prefers-reduced-motion: reduce) {
  .sb-worldmap rect, .sb-worldmap circle { transition: none; animation: none; opacity: 1; transform: none; }
}

.sb-parallax-deco { position: absolute; top: 0; bottom: 0; right: -220px; width: clamp(140px, 10vw, 200px); pointer-events: none; z-index: 1; display: none; }
.sb-parallax-deco svg rect { animation: sbCandlePulse 3.4s ease-in-out infinite; transform-origin: center; }
.sb-parallax-deco svg rect:nth-of-type(2n) { animation-delay: .5s; }
.sb-parallax-deco svg rect:nth-of-type(3n) { animation-delay: 1s; }
.sb-parallax-deco svg circle { animation: sbDotPulse 2.4s ease-in-out infinite; }
.sb-parallax-deco svg circle:nth-of-type(3n) { animation-delay: .8s; }
@keyframes sbCandlePulse { 0%, 100% { opacity: 1; } 50% { opacity: .55; } }
@media (min-width: 1800px) {
  .sb-parallax-deco { display: block; }
}
@media (prefers-reduced-motion: reduce) {
  .sb-parallax-deco svg rect, .sb-parallax-deco svg circle { animation: none; }
}

.sb-form-anchor { margin: 0 0 56px; max-width: none; display: grid; grid-template-columns: minmax(0, 480px) 1fr; gap: 40px; align-items: stretch; }
.sidebar-content .form-card { background: var(--sb-white); border: 1px solid var(--sb-ash); border-radius: 8px; box-shadow: none; padding: 24px; }
.sidebar-content .form-card-head h2 { font-family: var(--sb-font-display); font-size: 22px; letter-spacing: -0.01em; }
.sidebar-content .eyebrow { font-family: var(--sb-font-mono); font-size: 11px; letter-spacing: 0.073em; text-transform: uppercase; color: var(--sb-slate); }
.sidebar-content .lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; }
.sidebar-content .lead-form label:has(input[type="email"]),
.sidebar-content .lead-form .lead-form-continue,
.sidebar-content .lead-form .lead-form-step2,
.sidebar-content .lead-form .phone-row,
.sidebar-content .lead-form .check,
.sidebar-content .lead-form button,
.sidebar-content .lead-form .form-note,
.sidebar-content .lead-form .form-result { grid-column: 1 / -1; }
.lead-form-step2 { display: none; }
.lead-form-continue.is-hidden { display: none; }
.lead-form-step2.is-active { display: block; animation: sbStepIn .3s ease; }
.lead-form-step2 > .phone-row, .lead-form-step2 > .check, .lead-form-step2 > button { margin-top: 14px; }
.lead-form-step2 > .phone-row:first-child { margin-top: 0; }
@keyframes sbStepIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .lead-form-step2.is-active { animation: none; }
}
.sidebar-content .lead-form input, .sidebar-content .lead-form select { border-radius: 8px; border-color: var(--sb-ash); background: var(--sb-white); }
.sidebar-content .lead-form label { color: var(--sb-carbon); }
.sidebar-content .check { color: var(--sb-slate) !important; }
.sidebar-content .btn-block { width: 100%; }
.sidebar-content .form-result.success { color: var(--sb-green); }
.sb-form-side { padding-top: 6px; display: flex; flex-direction: column; height: 100%; }
.sb-form-side .sb-mono-label { margin-bottom: 16px; }
.sb-form-side .sb-check-list { font-size: 15px; list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 22px; }
.sb-form-side .sb-check-list li { display: flex; align-items: flex-start; gap: 14px; }
.sb-form-side .sb-check-icon { flex-shrink: 0; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--sb-ash); border-radius: 8px; color: var(--sb-blue); }
.sb-form-side-stat { margin-top: auto; padding-top: 28px; border-top: 1px solid var(--sb-ash); }
.sb-form-side-stat .sb-stat-value { margin: 6px 0 10px; font-size: 28px; }
.sb-form-side-stat .sb-stat-value.sb-form-side-contact { font-size: 19px; word-break: break-word; }
.sb-form-side-stat p.sb-muted { font-size: 14px; margin: 0; }

/* Shared testimonials partial (renderTestimonials in create-lander.mjs) uses
   the header-based template's generic .section/.container/.testimonial-card
   classes — rescope them to the flat sidebar system when nested inside
   .sidebar-content, instead of forking testimonial markup per layout. */
.sidebar-content #testimonials.section { padding: 0 0 64px; }
.sidebar-content #testimonials .container { width: 100%; margin: 0; }
.sidebar-content #testimonials .section-head.centered { text-align: left; margin: 0 0 32px; }
.sidebar-content #testimonials .section-head.centered .eyebrow { font-family: var(--sb-font-mono); font-size: 12px; letter-spacing: 0.073em; text-transform: uppercase; color: var(--sb-slate); }
.sidebar-content #testimonials .section-head.centered h2 { font-family: var(--sb-font-display); font-weight: 500; font-size: clamp(24px, 3vw, 34px); letter-spacing: -0.02em; }
.sidebar-content #testimonials .testimonial-card { border-radius: 8px; box-shadow: none; border-color: var(--sb-ash); }
.sidebar-content #testimonials .testimonial-card:hover { transform: none; box-shadow: none; }
.sidebar-content #testimonials .testimonial-quote { color: var(--sb-carbon); font-style: normal; }
.sidebar-content #testimonials .testimonial-avatar { background: var(--sb-blue); color: #ffffff; border-radius: 8px; }
@media (max-width: 900px) {
  .sb-form-anchor { grid-template-columns: 1fr; }
  .sidebar-content .lead-form { grid-template-columns: 1fr; }
  .sidebar-content .lead-form label:has(input[type="email"]) { grid-column: auto; }
}

.sb-stat-row { display: flex; gap: 40px; flex-wrap: wrap; padding: 32px 0; border-top: 1px solid var(--sb-ash); border-bottom: 1px solid var(--sb-ash); margin: 0 0 56px; }
.sb-stat-icon { display: flex; align-items: center; gap: 8px; color: var(--sb-slate); font-size: 14px; margin: 0 0 8px; }
.sb-stat-value { font-family: var(--sb-font-display); font-size: 32px; font-weight: 500; letter-spacing: -0.01em; margin: 0; }
.sb-about-highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 8px 0 40px; }
.sb-about-highlights .sb-stat-value { font-size: 17px; line-height: 1.35; }
@media (max-width: 760px) { .sb-about-highlights { grid-template-columns: 1fr; } }

.sb-section { padding: 0 0 64px; }
.sb-section.alt { background: var(--sb-ash); margin: 0 -48px 64px; padding: 56px 48px; }
.sb-section-head { display: flex; flex-direction: column; gap: 16px; margin: 0 0 32px; }
.sb-section-head h2 { font-family: var(--sb-font-display); font-weight: 500; font-size: clamp(24px, 3vw, 34px); letter-spacing: -0.02em; margin: 0; }
.sb-section-desc { color: var(--sb-slate); font-size: 16px; max-width: 640px; margin: 0; }
@media (min-width: 900px) {
  .sb-section-head { flex-direction: row; justify-content: space-between; align-items: flex-end; }
}

.sb-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sb-product-card { background: var(--sb-white); border: 1px solid var(--sb-ash); border-radius: 8px; padding: 20px; }
.sb-product-illustration { width: 100%; height: 60px; margin: 12px 0; display: block; }
.sb-product-card h3 { font-family: var(--sb-font-display); font-size: 17px; font-weight: 500; margin: 0 0 8px; letter-spacing: -0.01em; }
.sb-product-card p { color: var(--sb-slate); font-size: 14px; margin: 0; }
@media (max-width: 900px) { .sb-product-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .sb-product-grid { grid-template-columns: 1fr; } }

.sb-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sb-step { border-top: 2px solid var(--sb-blue); padding-top: 14px; }
.sb-step-num { font-family: var(--sb-font-mono); font-size: 12px; letter-spacing: 0.073em; color: var(--sb-slate); }
.sb-step h3 { font-family: var(--sb-font-display); font-size: 16px; font-weight: 500; margin: 8px 0; }
.sb-step p { color: var(--sb-slate); font-size: 14px; margin: 0; }
@media (max-width: 900px) { .sb-steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .sb-steps { grid-template-columns: 1fr; } }

.sb-panel { background: var(--sb-white); border: 1px solid var(--sb-ash); border-radius: 8px; padding: 24px; }
.sb-section.alt .sb-panel { background: var(--sb-white); }
.sb-check-list { margin: 0; padding-left: 18px; display: flex; flex-direction: column; gap: 10px; color: var(--sb-slate); }
.sb-check-list li::marker { color: var(--sb-blue); }

.sb-faq-list details { background: none; border: 0; border-bottom: 1px solid var(--sb-ash); border-radius: 0; padding: 18px 0; margin: 0; transition: border-color .15s ease; }
.sb-faq-list details:last-child { border-bottom: 0; }
.sb-faq-list details[open] { border-color: var(--sb-ash); }
.sb-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-family: var(--sb-font-display); font-weight: 500; font-size: 16px; cursor: pointer; list-style: none; }
.sb-faq-list summary::-webkit-details-marker { display: none; }
.sb-faq-list summary::after {
  content: ''; flex-shrink: 0; width: 10px; height: 10px; border-right: 2px solid var(--sb-carbon); border-bottom: 2px solid var(--sb-carbon);
  transform: rotate(45deg); transition: transform .2s ease;
}
.sb-faq-list details[open] summary::after { transform: rotate(-135deg); }
.sb-faq-list summary:hover { color: var(--sb-blue); }
.sb-faq-list summary:hover::after { border-color: var(--sb-blue); }
.sb-faq-list p { color: var(--sb-slate); margin: 12px 0 0; font-size: 15px; line-height: 1.6; }

.sb-risk { background: var(--sb-ash); margin: 0 -48px; padding: 48px; }
.sb-risk h2 { font-family: var(--sb-font-display); font-weight: 500; font-size: 24px; margin: 0 0 12px; }
.sb-risk p { color: var(--sb-slate); margin: 0; max-width: 640px; }

.sb-legal-hero { padding: 56px 0 24px; max-width: 720px; }
.sb-legal-hero h1 { font-family: var(--sb-font-display); font-weight: 500; font-size: clamp(30px, 4vw, 46px); letter-spacing: -0.02em; margin: 10px 0 18px; }
.sb-lead, .sb-body-text { color: var(--sb-slate); font-size: 16px; line-height: 1.6; margin: 0 0 14px; }
.sb-legal-hero .breadcrumb { font-size: 13px; color: var(--sb-slate); margin: 0 0 18px; }
.sb-legal-hero .breadcrumb a { color: var(--sb-slate); text-decoration: none; }
.sb-legal-hero .breadcrumb a:hover { color: var(--sb-blue); }
.sb-legal-hero .breadcrumb .sep { margin: 0 6px; }
.sb-legal-sections { display: flex; flex-direction: column; gap: 16px; padding: 0 0 32px; }
.sb-section-card { background: var(--sb-white); border: 1px solid var(--sb-ash); border-radius: 8px; padding: 22px; }
.sb-section-card h2 { font-family: var(--sb-font-display); font-size: 18px; font-weight: 500; margin: 10px 0 8px; }
.sb-section-card p { color: var(--sb-slate); font-size: 15px; margin: 0; }
.sb-legal-contact { border-top: 1px solid var(--sb-ash); padding: 32px 0; color: var(--sb-slate); font-size: 14px; }
.sb-legal-contact p { margin: 0 0 8px; }
.sb-muted { color: var(--sb-slate); }
.sidebar-content .contact-map { border-radius: 8px; }
.sidebar-content .contact-form-card { border-radius: 8px; box-shadow: none; }
.sidebar-content .contact-form input, .sidebar-content .contact-form textarea { border-radius: 8px; }
.sidebar-content .contact-form .btn.is-loading span::after { border-color: rgba(255,255,255,.4); border-top-color: #fff; }

.sb-footer { border-top: 1px solid var(--sb-ash); padding: 24px 0 48px; display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; color: var(--sb-slate); font-size: 13px; }
.sb-footer nav { display: flex; flex-wrap: wrap; gap: 16px; }
.sb-footer a { color: var(--sb-slate); text-decoration: none; }
.sb-footer a:hover { color: var(--sb-blue); }

.sb-mobile-sticky { display: none; }

@media (max-width: 900px) {
  .site-sidebar { transform: translateX(-100%); transition: transform .25s ease; box-shadow: 0 0 0 9999px transparent; }
  .site-sidebar.open { transform: translateX(0); }
  .sidebar-toggle { display: flex; }
  .sidebar-content { margin-left: 0; padding: 72px 20px 48px; }
  .sb-section.alt, .sb-risk { margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; }
  .sb-mobile-sticky { display: flex; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 50; justify-content: center; align-items: center; background: var(--sb-blue); color: #fff; border-radius: 8px; padding: 14px; font-family: var(--sb-font-display); font-weight: 500; text-decoration: none; }
  body.sidebar-body { padding-bottom: 74px; }
}

/* ---------------------------------------------------------------------
 * Brand Review Hub Factory additions — BrandCard, ComparisonTable, and
 * the homepage ranking/listicle grid. Appended rather than woven into the
 * rules above so the shared header/footer/legal-page/cookie-banner/icon
 * styles above keep working unmodified. See _master/brand-hub-template.
 * ------------------------------------------------------------------- */
.ranking-grid { display: grid; gap: 20px; margin-top: 8px; }
.brand-card { position: relative; display: grid; grid-template-columns: auto 1.4fr 1fr auto; gap: 22px; align-items: start; background: white; border: 1px solid var(--line); border-radius: 22px; padding: 26px; box-shadow: 0 12px 34px rgba(36,27,47,.06); transition: transform .15s ease, box-shadow .15s ease; }
.brand-card:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(36,27,47,.1); }
/* Rank badges — a circular, medal-coded rank indicator shared by BrandCard
   and Podium (see .rank-badge below), replacing the offer-lander's plain
   square number tile. Gold/silver/bronze for the top 3, neutral navy below. */
.brand-card-rank { flex-shrink: 0; }
.brand-card-main h3 { margin: 0 0 8px; font-size: 21px; }
.brand-card-main p { color: var(--muted); margin: 0 0 14px; }
.brand-card-facts { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; font-size: 13px; }
.brand-card-facts li { display: flex; justify-content: space-between; gap: 10px; padding: 6px 0; border-bottom: 1px solid var(--line); }
.brand-card-facts li:last-child { border-bottom: 0; }
.brand-card-facts span:first-child { color: var(--muted); }
.brand-card-facts span:last-child { font-weight: 700; text-align: right; }
.brand-card-pros-cons { display: grid; gap: 12px; }
.brand-card-pros-cons h4 { margin: 0 0 6px; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); }
.brand-card-pros-cons ul { margin: 0; padding-left: 18px; font-size: 13px; }
.brand-card-pros-cons ul li { margin-bottom: 4px; }
.brand-card-actions { display: flex; flex-direction: column; gap: 10px; align-items: stretch; justify-self: end; min-width: 160px; }
.brand-card-actions .btn { text-align: center; white-space: nowrap; }
.brand-card-actions .btn-ghost { white-space: nowrap; }
.brand-card-disclosure-note { grid-column: 1 / -1; font-size: 12px; color: var(--muted); margin: 4px 0 0; }

.comparison-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 12px 34px rgba(36,27,47,.06); }
.comparison-table { width: 100%; min-width: 560px; border-collapse: collapse; background: white; }
.comparison-table th, .comparison-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--line); font-size: 14px; white-space: nowrap; }
.comparison-table thead th { background: var(--surface-soft); font-size: 12px; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); }
.comparison-table thead th a { color: var(--text); text-decoration: none; font-weight: 800; text-transform: none; letter-spacing: normal; font-size: 14px; }
.comparison-table thead th a:hover { color: var(--link); }
.comparison-table tbody th { color: var(--muted); font-weight: 700; white-space: normal; }
.comparison-table tbody tr:last-child th, .comparison-table tbody tr:last-child td { border-bottom: 0; }
.comparison-table .comparison-cta-row td { padding-top: 16px; padding-bottom: 16px; }
.comparison-table .btn-small { white-space: nowrap; }

.trust-block { background: var(--surface-soft); border: 1px solid var(--line); border-radius: 22px; padding: 26px; margin-top: 26px; }
.trust-block p { margin: 0 0 10px; }
.trust-block p:last-child { margin-bottom: 0; }
.trust-block a { color: var(--link); font-weight: 700; text-decoration: none; }
.trust-block a:hover { text-decoration: underline; }

.guides-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 8px; }
.guide-card { text-decoration: none; color: inherit; display: block; background: white; border: 1px solid var(--line); border-radius: 22px; padding: 24px; box-shadow: 0 12px 34px rgba(36,27,47,.06); transition: transform .15s ease, box-shadow .15s ease; }
.guide-card:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(36,27,47,.1); }
.guide-card h3 { margin: 10px 0 8px; }
.guide-card p { color: var(--muted); margin: 0; }
.guide-placeholder-note { font-size: 12px; color: var(--muted); margin-top: -6px; }

@media (max-width: 900px) {
  .brand-card { grid-template-columns: 1fr; gap: 16px; }
  .brand-card-rank.rank-badge { width: 36px; height: 36px; font-size: 15px; }
  .brand-card-actions { justify-self: stretch; min-width: 0; }
  .guides-grid { grid-template-columns: 1fr; }
  .comparison-table { min-width: 480px; }
}

/* ---------------------------------------------------------------------
 * Rank badges — circular, medal-coded rank indicator shared by BrandCard
 * and Podium. Gold/silver/bronze for the top 3, neutral navy for the rest.
 * This is the real visual-identity difference from the offer template's
 * plain square number tile (see CLAUDE.md part 3).
 * ------------------------------------------------------------------- */
.rank-badge { display: grid; place-items: center; border-radius: 50%; font-weight: 900; flex-shrink: 0; line-height: 1; }
.rank-badge.rank-1 { background: linear-gradient(135deg, #f3cd7f, #dba847); color: #3a2a05; }
.rank-badge.rank-2 { background: linear-gradient(135deg, #e2e6ec, #aeb6c2); color: #20242c; }
.rank-badge.rank-3 { background: linear-gradient(135deg, #d99a6c, #b06a3d); color: #2c1806; }
.rank-badge.rank-default { background: var(--bg); color: #ffffff; }
.brand-card-rank.rank-badge { width: 44px; height: 44px; font-size: 18px; }

/* ---------------------------------------------------------------------
 * Podium — a visually distinct top-3 layout on the homepage, immediately
 * below the masthead: rank #1 elevated/centered, #2 and #3 flanking it.
 * The full BrandCard ranking-grid continues below for rank 4+. DOM order
 * stays rank ascending (1, 2, 3) for a11y/SEO; only the visual position is
 * reordered, via flexbox `order` on specific children below.
 * ------------------------------------------------------------------- */
.podium { margin: 4px 0 44px; }
.podium-row { display: flex; gap: 20px; align-items: flex-end; }
.podium-row .podium-card:nth-child(1) { order: 2; }
.podium-row .podium-card:nth-child(2) { order: 1; }
.podium-row .podium-card:nth-child(3) { order: 3; }
.podium-card { flex: 1; min-width: 0; background: var(--surface); border: 1px solid var(--line); border-radius: 22px; padding: 28px 22px; box-shadow: 0 12px 34px rgba(36,27,47,.08); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.podium-card.podium-first { padding: 40px 24px 34px; border-color: var(--accent); box-shadow: 0 22px 54px rgba(36,27,47,.16); transform: translateY(-10px); }
.podium-medal.rank-badge { width: 58px; height: 58px; font-size: 20px; }
.podium-first .podium-medal.rank-badge { width: 68px; height: 68px; font-size: 25px; }
.podium-card h3 { margin: 0; font-size: 19px; }
.podium-card h3 a { text-decoration: none; }
.podium-card h3 a:hover { text-decoration: underline; }
.podium-card p { color: var(--muted); font-size: 14px; margin: 0; }
.podium-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-top: 6px; }
@media (max-width: 900px) {
  .podium-row { flex-direction: column; }
  .podium-row .podium-card:nth-child(1),
  .podium-row .podium-card:nth-child(2),
  .podium-row .podium-card:nth-child(3) { order: 0; }
  .podium-card.podium-first { transform: none; }
}

/* ---------------------------------------------------------------------
 * Verdict card — a compact, bordered summary at the top of a review page:
 * rank medal + brand name + one-line neutral summary + outbound CTA, before
 * the detailed key-facts/pros/cons sections that follow.
 * ------------------------------------------------------------------- */
.verdict-card { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; background: var(--surface); border: 1px solid var(--accent); border-radius: 22px; padding: 24px 26px; margin: 22px 0 8px; box-shadow: 0 12px 34px rgba(36,27,47,.08); }
.verdict-card-medal.rank-badge { width: 52px; height: 52px; font-size: 19px; }
.verdict-card-body { flex: 1 1 220px; min-width: 0; }
.verdict-card-body h2 { margin: 0 0 4px; font-size: 18px; }
.verdict-card-body p { margin: 0; color: var(--muted); font-size: 14px; }
.verdict-card-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* Quick "compare with" links row on a review page, and the "legit or scam?"
   link near a brand's CTA — small, unobtrusive text links, not new buttons. */
.compare-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 0; }
.compare-links a { font-size: 13px; font-weight: 700; color: var(--link); text-decoration: none; border: 1px solid var(--line); border-radius: 999px; padding: 7px 13px; }
.compare-links a:hover { background: var(--surface-soft); border-color: var(--link); }
.scam-check-link { font-size: 13px; font-weight: 600; color: var(--link); text-decoration: none; }
.scam-check-link:hover { text-decoration: underline; }

/* Scam-check ("arnaque ou fiable ?") page — reuses .legal-section-card for
   the two-column what-is-stated / what-is-unclear panels. */
.scam-check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 26px 0; }
.scam-check-note { color: var(--muted); font-size: 13px; margin: 4px 0 12px; }
.scam-check-howto { margin: 0 0 26px; }
@media (max-width: 900px) { .scam-check-grid { grid-template-columns: 1fr; } }

/* ---------------------------------------------------------------------
 * HeadToHead — richer 1-vs-1 layout for /compare/<a>-vs-<b>/ pages,
 * replacing ComparisonTable.astro there (ComparisonTable stays in use only
 * on the homepage's full N-brand grid, which legitimately needs horizontal
 * scroll room for more than 2 columns — see HeadToHead.astro's own comment).
 * Two panels in a 3-column grid (panel / vs-badge / panel) on desktop; the
 * VS badge is the literal middle DOM child so grid auto-placement puts it
 * in the middle column with no explicit grid-column rules, and the same
 * markup order simply stacks top-to-bottom — panel A, badge, panel B — on
 * the mobile single-column breakpoint. A real reflow, not a
 * horizontally-scrolling table, for what's fundamentally a 2-item
 * comparison.
 * ------------------------------------------------------------------- */
.head-to-head { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0 28px; align-items: center; margin: 8px 0; }
.h2h-panel { background: white; border: 1px solid var(--line); border-radius: 22px; padding: 28px 26px; box-shadow: 0 12px 34px rgba(36,27,47,.06); min-width: 0; }
.h2h-rank.rank-badge { width: 46px; height: 46px; font-size: 17px; margin-bottom: 14px; }
.h2h-panel h2 { font-size: 22px; margin: 0 0 8px; }
.h2h-panel h2 a { text-decoration: none; }
.h2h-panel h2 a:hover { text-decoration: underline; }
.h2h-summary { color: var(--muted); margin: 0 0 18px; }
.h2h-facts { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 4px; }
.h2h-facts li { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.h2h-facts li:last-child { border-bottom: 0; }
.h2h-facts .nav-icon { color: var(--accent-2); }
.h2h-fact-label { color: var(--muted); flex: 1 1 auto; }
.h2h-fact-value { font-weight: 700; text-align: right; }
.h2h-list { margin: 0 0 16px; }
.h2h-list h3 { font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); margin: 0 0 8px; }
.h2h-list ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: 14px; }
.h2h-list li { display: flex; align-items: flex-start; gap: 8px; }
.h2h-list li .nav-icon { flex-shrink: 0; margin-top: 2px; opacity: 1; }
.h2h-list-good li .nav-icon { color: var(--good); }
.h2h-list-bad li .nav-icon { color: var(--bad); }
.h2h-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.h2h-vs { align-self: center; justify-self: center; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #051322; font-weight: 900; font-size: 14px; letter-spacing: .04em; box-shadow: 0 12px 30px rgba(36,27,47,.22); z-index: 2; }
@media (max-width: 900px) {
  .head-to-head { grid-template-columns: 1fr; gap: 18px; }
  .h2h-vs { margin: -20px auto 0; }
}

/* ---------------------------------------------------------------------
 * TrustSlider — homepage "why trust this ranking?" click/autoplay carousel
 * (see TrustSlider.astro + main.js's [data-trust-slider] block). The .active
 * class is toggled by JS only; without JS the first slide (server-rendered
 * with .active already) stays visible via plain display:block and the rest
 * stay display:none — a reasonable no-JS degrade, not a blank/broken page.
 * ------------------------------------------------------------------- */
.trust-slider { max-width: 640px; margin: 0 auto; }
.trust-slider-track { position: relative; min-height: 200px; }
.trust-slide { display: none; text-align: center; padding: 4px 8px 0; }
.trust-slide.active { display: block; animation: trustFadeIn .45s ease; }
@keyframes trustFadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.trust-slide-icon { display: flex; justify-content: center; margin-bottom: 6px; }
.trust-slide h3 { font-size: 19px; margin: 0 0 10px; }
.trust-slide p { color: var(--muted); max-width: 480px; margin: 0 auto; }
.trust-slide a { display: inline-block; margin-top: 12px; color: var(--link); font-weight: 700; text-decoration: none; }
.trust-slide a:hover { text-decoration: underline; }
.trust-slider-controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 26px; }
.trust-slider-prev, .trust-slider-next { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: white; cursor: pointer; color: var(--text); flex-shrink: 0; padding: 0; transition: background .15s ease, border-color .15s ease; }
.trust-slider-prev:hover, .trust-slider-next:hover { background: var(--surface-soft); border-color: var(--accent); }
.trust-slider-prev svg { transform: rotate(180deg); }
.trust-slider-dots { display: flex; gap: 8px; }
.trust-slider-dot { width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0; background: var(--line); cursor: pointer; }
.trust-slider-dot.active { background: var(--accent); }

/* Homepage brand-comparison carousel (ComparisonSlider.astro) — reuses the
 * .trust-slider/.trust-slide/.trust-slider-* structural + JS contract above,
 * but each slide is a full .h2h-panel card (see HeadToHead.astro), which
 * needs left-aligned text and more width than the short centered quotes the
 * base .trust-slide rules were written for. */
.comparison-slider { max-width: 640px; }
.comparison-slider-track { min-height: 360px; }
.comparison-slide { text-align: left; padding: 0; }
.comparison-slide .h2h-panel h3 { font-size: 22px; margin: 0 0 8px; }
.comparison-slide .h2h-panel p { max-width: none; margin: 0 0 18px; }
@media (max-width: 900px) {
  .trust-slider-track { min-height: 230px; }
}

/* ---------------------------------------------------------------------
 * Hub sidebar chrome (SidebarLegalPage.astro) — the trust/legal-page layout
 * this hub uses instead of the plain centered LegalPage.astro, ported from
 * the offer-lander's own Sidebar.astro/SidebarLegalPage.astro pattern (see
 * the "Sidebar layout system" block above, retinted to this hub's own
 * plum/ivory/emerald palette) and extended with a secondary nav group for
 * the trust-page links that don't fit the primary five-item nav. Unused by
 * this hub's own pages — see LegalPage.astro's comment.
 * ------------------------------------------------------------------- */
.sidebar-nav-group { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--sb-ash); display: flex; flex-direction: column; gap: 2px; }
.sidebar-nav-group-label { font-family: var(--sb-font-mono); font-size: 11px; letter-spacing: 0.073em; text-transform: uppercase; color: var(--sb-slate); margin: 0 0 6px; }
.sidebar-nav-group a { display: block; padding: 7px 4px; text-decoration: none; font-size: 13px; color: var(--sb-slate); border-radius: 6px; transition: color .15s ease; }
.sidebar-nav-group a:hover, .sidebar-nav-group a.active { color: var(--sb-blue); }

/* ---------------------------------------------------------------------
 * Świadomy Trading (PL) bespoke structural additions — the fourth hub
 * fork, deliberately different from all three existing hubs' header/
 * footer/ranking-presentation choices. See CLAUDE.md's Brand Review Hub
 * Factory section part 3 and this file's palette comment at the top.
 * ------------------------------------------------------------------- */

/* Two-tier header — a thin dark utility strip above the main logo+nav row,
   instead of the other three hubs' single-row header. Plain static (not
   sticky) so it scrolls away, leaving the familiar sticky .site-header row
   beneath it unchanged. */
.utility-bar { background: var(--bg); color: rgba(250,248,245,.78); font-size: 12px; }
.utility-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; height: 34px; flex-wrap: wrap; }
.utility-tagline { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.utility-right { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.utility-link { color: rgba(250,248,245,.78); text-decoration: none; }
.utility-link:hover { color: #fff; text-decoration: underline; }
.utility-geo { display: inline-flex; align-items: center; border: 1px solid rgba(250,248,245,.28); border-radius: 999px; padding: 3px 10px; font-weight: 700; letter-spacing: .03em; font-size: 11px; }
@media (max-width: 640px) {
  .utility-bar-inner { height: auto; padding: 8px 0; justify-content: center; text-align: center; }
  .utility-tagline { display: none; }
}

/* Single consolidated footer band — a centered sign-off line plus one
   compact horizontal link row, instead of the other three hubs'
   `.footer-grid` left-block/right-column split. */
.hub-footer { background: var(--bg); color: var(--cream); padding: 46px 0 38px; }
.hub-footer-inner { text-align: center; max-width: 720px; margin: 0 auto; }
.hub-footer-brand { margin: 0 0 10px; font-weight: 700; font-size: 16px; letter-spacing: .01em; }
.hub-footer-signoff { margin: 0 0 22px; color: #cabfd1; font-size: 14px; line-height: 1.6; }
.hub-footer-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 10px; border-top: 1px solid rgba(250,248,245,.14); padding-top: 20px; }
.hub-footer-links a { color: var(--cream); text-decoration: none; font-size: 13px; }
.hub-footer-links a:hover { text-decoration: underline; color: var(--accent); }
.hub-footer-sep { color: rgba(250,248,245,.3); }
@media (max-width: 640px) { .hub-footer-signoff { max-width: 420px; margin-left: auto; margin-right: auto; } }

/* Magazine-grid ranking presentation — a 2-column card grid (not FR's
   podium, not IT's featured-band+aside, not UK's flat leaderboard list).
   Rank #1 gets a corner ribbon ("Editor's pick") instead of a medal/badge;
   every other card gets a plain small rank-number text label. */
.magazine-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 8px; }
/* A lone last card in an odd-length list (e.g. 3 brands) would otherwise sit
   in the left column with an empty gap beside it, reading like a missing
   4th card. Span it across both columns and center its own width instead. */
.magazine-grid > *:last-child:nth-child(odd) { grid-column: 1 / -1; max-width: calc(50% - 11px); margin: 0 auto; }
@media (max-width: 720px) {
  .magazine-grid > *:last-child:nth-child(odd) { max-width: none; }
}
.magazine-card { position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 14px; background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 12px 34px rgba(36,27,47,.07); transition: transform .15s ease, box-shadow .15s ease; }
.magazine-card:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(36,27,47,.12); }
.magazine-card-head { display: flex; align-items: center; gap: 10px; }
.magazine-rank { font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--muted); flex-shrink: 0; }
.magazine-card-head h3 { margin: 0; font-size: 20px; }
.magazine-card-head h3 a { text-decoration: none; }
.magazine-card-head h3 a:hover { text-decoration: underline; }
.magazine-card-summary { color: var(--muted); margin: 0; }
.magazine-card-facts { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; font-size: 13px; }
.magazine-card-facts li { display: flex; justify-content: space-between; gap: 10px; padding: 6px 0; border-bottom: 1px solid var(--line); }
.magazine-card-facts li:last-child { border-bottom: 0; }
.magazine-card-facts span:first-child { color: var(--muted); }
.magazine-card-facts span:last-child { font-weight: 700; text-align: right; }
.magazine-card-pros-cons { display: grid; gap: 12px; }
.magazine-card-pros-cons h4 { margin: 0 0 6px; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); }
.magazine-card-pros-cons ul { margin: 0; padding-left: 18px; font-size: 13px; }
.magazine-card-pros-cons ul li { margin-bottom: 4px; }
.magazine-card-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 4px; }
.magazine-card-actions .btn, .magazine-card-actions .btn-ghost { flex: 1 1 auto; text-align: center; white-space: nowrap; }
.magazine-card-scam { flex-basis: 100%; text-align: center; }
.magazine-ribbon { position: absolute; top: 16px; right: -34px; transform: rotate(40deg); background: var(--accent); color: #fff; font-weight: 700; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; padding: 5px 40px; box-shadow: 0 6px 14px rgba(36,27,47,.2); }
.magazine-card-pick { border-color: var(--accent); }
@media (max-width: 900px) {
  .magazine-grid { grid-template-columns: 1fr; }
}

