/* ===================================================================
   Snap Embolex Xr (PT) — visual system based on
   refero-styles/DESIGN-CRYPTO4.md ("Coinbase Spain"): high-contrast
   white/near-black canvas, a single electric-blue accent, pill buttons,
   24px card radius, no shadows — depth via flat color-blocked sections
   instead. Reinterpreted for this template's structure, not copied 1:1
   (see claims.md's Design section). Headings and body both use Inter
   (the design reference's own documented substitute for CoinbaseSans/
   CoinbaseText) rather than its CoinbaseDisplay substitute Manrope, whose
   single-story lowercase "a" read oddly at large display sizes.
   =================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root {
  --bg: #0a0b0d;
  --bg-2: #141519;
  --surface: #ffffff;
  --surface-soft: #f7f8f9;
  --text: #0a0b0d;
  --muted: #5b616e;
  --line: #dedfe2;
  --accent: #0052ff;
  --accent-2: #0052ff;
  --accent-link: #578bfa;
  --positive: #27ad75;
  --negative: #f0616d;
  --warning: #fff6df;
  --shadow: none;
  --radius: 24px;
  --font-display: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
h1, h2, h3, .stat-figure, .brand, .access-pass-title { font-family: var(--font-display); }
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: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--surface);
  line-height: 1.55;
}
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); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(120, 140, 170, .2);
}
.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:12px; background:linear-gradient(135deg,var(--accent),var(--accent-2)); color:#ffffff; font-size:13px; }
.nav-links { display:flex; gap:22px; color:#46556e; 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(--accent-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:var(--bg); 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(6,16,29,.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:linear-gradient(90deg,var(--accent),var(--accent-2)); }
.btn { position:relative; overflow:hidden; display:inline-flex; align-items:center; justify-content:center; border:0; border-radius:56px; background:var(--accent); color:#ffffff; padding:16px 32px; font-weight:700; text-decoration:none; cursor:pointer; box-shadow:none; transition:opacity .15s ease; }
.btn:hover { opacity:.88; }
.btn:active { opacity:.94; }
.btn::after { display:none; }
.btn-small { padding:12px 20px; font-size:14px; }
.btn-block { width:100%; }
.btn-ghost { background:#fff; color:var(--text); border:1px solid var(--line); box-shadow:none; border-radius:100000px; }
.btn-ghost:hover { background: var(--surface-soft); opacity:1; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible {
  outline:2px solid var(--accent-2);
  outline-offset:3px;
}
.hero { position:relative; overflow:hidden; color:white; background: var(--bg); padding: 80px 0 96px; }
.hero-grid { display:grid; grid-template-columns: 1.05fr .78fr; gap:48px; align-items:center; }
.eyebrow { color: var(--accent); font-weight:800; text-transform:uppercase; letter-spacing:.12em; font-size:12px; margin:0 0 14px; }
h1,h2,h3 { line-height:1.08; margin:0 0 16px; }
h1 { font-size: clamp(40px, 6vw, 72px); letter-spacing:-.055em; }
h2 { font-size: clamp(30px, 4vw, 46px); letter-spacing:-.04em; }
h3 { font-size:22px; letter-spacing:-.02em; }
.hero-lead { font-size:20px; color:rgba(255,255,255,.72); max-width:680px; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin:30px 0; }
.trust-row { display:flex; gap:12px; flex-wrap:wrap; }
.trust-row > span { border:1px solid rgba(255,255,255,.16); background:rgba(255,255,255,.08); padding:10px 12px; border-radius:999px; color:rgba(255,255,255,.85); 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:#ffffff; }
.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:var(--bg); 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:var(--bg); 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: 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:var(--positive); font-weight:700; }
.form-result.error { color:var(--negative); 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:none; transition:transform .15s ease, box-shadow .15s ease; }
.badges div:hover { transform:translateY(-3px); box-shadow:none; }
.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:#ffffff; 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:none; transition:transform .15s ease, box-shadow .15s ease; }
.steps article:hover, .feature-card:hover, .reason-grid article:hover { transform:translateY(-3px); box-shadow:none; }
.steps article > span { color:var(--accent-link); 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:var(--bg); 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:rgba(255,255,255,.78); }
.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(--accent-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:none; transition:transform .15s ease, box-shadow .15s ease; }
.testimonial-card:hover { transform:translateY(-3px); box-shadow:none; }
.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:#ffffff; 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-link); }
summary { cursor:pointer; font-weight:800; }
details p { color:var(--muted); margin-bottom:0; }
.risk { background:var(--warning); }
.site-footer { background:var(--bg); color:white; padding:36px 0; }
.footer-grid { display:flex; justify-content:space-between; gap:28px; align-items:flex-start; }
.footer-grid p { color:#9fb1c9; }
.footer-grid nav { display:flex; gap:14px; flex-wrap:wrap; justify-content:flex-end; }
.footer-grid a { color:rgba(255,255,255,.78); 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:16px; background:linear-gradient(135deg,var(--accent),var(--accent-2)); color:#ffffff; 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(--accent-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(--accent-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(--accent-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:none; transition:transform .15s ease, box-shadow .15s ease; scroll-margin-top:90px; }
.legal-section-card:hover { transform:translateY(-3px); box-shadow:none; }
.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:none; 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:#ffffff; 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:var(--positive); 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-link); 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(--accent-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:rgba(255,255,255,.85); border-radius:18px; padding:18px 20px; box-shadow:none; 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:#c7d5eb; flex:1 1 260px; }
.cookie-banner a { color:var(--accent-link); }
.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:none; 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:#ffffff; 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-link); }
.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:rgba(255,255,255,.85); }
.crypto-ticker .tick .chg.up { color:var(--positive); }
.crypto-ticker .tick .chg.down { color:var(--negative); }
.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:#ffffff; 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; }
  * { 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:none; 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:#ffffff; padding:14px 18px; font-weight:900; text-decoration:none; box-shadow:none; }
  body.has-mobile-sticky { padding-bottom:76px; }
}

.demo-banner { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:10px; background:var(--bg); color:rgba(255,255,255,.78); font-size:13px; padding:10px 16px; text-align:center; }
.demo-banner a { color:var(--accent-link); 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:#ffffff; 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:var(--bg); color:rgba(255,255,255,.78); 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:rgba(255,255,255,.78); margin-top:8px; justify-content:flex-start; }
.dashboard-nav .lang-toggle:hover { background:rgba(255,255,255,.06); }
.dashboard-nav a.active { background:rgba(39,173,117,.12); color:var(--positive); }
.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:none; }
.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:none; }
.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:var(--bg); 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:#ffffff; }
.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:#ffffff; 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:var(--positive); }
.market-mini-body .chg.down { color:var(--negative); }
.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:none; overflow-y:auto; }
  .dashboard-sidebar.open { transform:translateX(0); }
  .dashboard-backdrop { position:fixed; inset:0; z-index:205; background:rgba(6,16,29,.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 {
  --sb-blue: #0000ff;
  --sb-green: #098551;
  --sb-carbon: #000000;
  --sb-white: #ffffff;
  --sb-ash: #f2f2f2;
  --sb-slate: #717886;
  --sb-mist: #b1b7c3;
  --sb-sidebar-w: 216px;
  --sb-font-display: 'Space Grotesk', ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --sb-font-mono: 'JetBrains 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; flex-shrink: 0; display: grid; place-items: center; background: var(--sb-blue); }
.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(--sb-blue); color: var(--sb-white); 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(--sb-blue); color: var(--sb-white); 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; }
}
