:root {
  --bg: #07111f;
  --bg-2: #0c1a2c;
  --surface: #ffffff;
  --surface-soft: #f4f7fb;
  --text: #0e1726;
  --muted: #5d6b82;
  --line: #dce5f2;
  --accent: #35d0a6;
  --accent-2: #5ba7ff;
  --warning: #fff6df;
  --shadow: 0 24px 80px rgba(5, 15, 30, .18);
  --radius: 24px;
}
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: #f5f8fc;
  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: #eef4fb; }
.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:#06111e; 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-2); }
.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(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:999px; background:linear-gradient(135deg,var(--accent),var(--accent-2)); color:#051322; padding:14px 22px; font-weight:800; text-decoration:none; cursor:pointer; box-shadow:0 14px 34px rgba(42, 156, 212, .27); transition:transform .15s ease, box-shadow .15s ease; }
.btn:hover { transform:translateY(-2px); box-shadow:0 18px 40px rgba(42, 156, 212, .34); }
.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:#0c1a2c; border:1px solid var(--line); box-shadow:none; }
.btn-ghost:hover { box-shadow:0 10px 26px rgba(9,22,43,.12); }
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:
  radial-gradient(circle at 15% 20%, rgba(53,208,166,.22), transparent 28%),
  radial-gradient(circle at 85% 10%, rgba(91,167,255,.22), transparent 30%),
  linear-gradient(135deg, #06101d, #0d213a 58%, #07111f);
  background-size: 160% 160%;
  animation: heroDrift 22s ease-in-out infinite;
  padding: 80px 0 96px;
}
@keyframes heroDrift {
  0%, 100% { background-position: 0% 30%; }
  50% { background-position: 100% 70%; }
}
.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:#d5e4f5; 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:#d9e7f7; 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(9,22,43,.05); transition:transform .15s ease, box-shadow .15s ease; }
.badges div:hover { transform:translateY(-3px); box-shadow:0 16px 40px rgba(9,22,43,.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(9,22,43,.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(9,22,43,.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(--accent-2); 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(9,22,43,.06); transition:transform .15s ease, box-shadow .15s ease; }
.testimonial-card:hover { transform:translateY(-3px); box-shadow:0 18px 44px rgba(9,22,43,.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-2); }
summary { cursor:pointer; font-weight:800; }
details p { color:var(--muted); margin-bottom:0; }
.risk { background:var(--warning); }
.site-footer { background:#07111f; 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:#d8e5f5; 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:#051322; 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-2); 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-2); 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-2); }
.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(9,22,43,.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(9,22,43,.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; }
.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(--accent-2); 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:#051322; 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:#0c1a2c; color:#e6eefc; border-radius:18px; padding:18px 20px; box-shadow:0 20px 50px rgba(5,15,30,.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:#c7d5eb; flex:1 1 260px; }
.cookie-banner a { color:#5ba7ff; }
.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(9,22,43,.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:#35d0a6; }
.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; }
  * { 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(9,22,43,.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(5,15,30,.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(53,208,166,.12); color:#35d0a6; }
.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(9,22,43,.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(9,22,43,.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(5,15,30,.35); 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); }
}

/* ===================================================================
   Bespoke visual skin for this offer only — a light, warm "coastal
   editorial" palette (sand + deep petrol teal + sun-gold) instead of the
   shared master template's cool crypto teal-on-dark-navy hero. Forked
   into this offer's own copy of styles.css; not part of the shared
   master template.
   =================================================================== */

:root {
  --bg: #f7f3ea;
  --bg-2: #eef1e6;
  --surface: #ffffff;
  --surface-soft: #f2ece0;
  --text: #12303d;
  --muted: #5c6f74;
  --line: #e3ddc9;
  --accent: #1f8a93;
  --accent-2: #e0a83f;
  --warning: #fbf1de;
  --shadow: 0 20px 60px rgba(18, 48, 61, .12);
  --radius: 20px;
}

body { background: var(--bg); }
.alt { background: var(--bg-2); }
.site-header { background: rgba(247,243,234,.9); border-bottom: 1px solid var(--line); }
.nav-links { color: var(--muted); }
.nav-toggle span, .dashboard-toggle span { background: var(--text); }
.lang-toggle { background: #fff; border-color: var(--line); color: var(--text); }
.eyebrow { color: var(--accent); }
.btn { color: #0b2530; box-shadow: 0 14px 34px rgba(31,138,147,.22); }
.btn:hover { box-shadow: 0 18px 40px rgba(31,138,147,.3); }
.btn-ghost { background: #fff; color: var(--text); border-color: var(--line); }
.btn-ghost:hover { box-shadow: 0 10px 26px rgba(18,48,61,.1); }

.hero {
  background:
    radial-gradient(circle at 12% 15%, rgba(224,168,63,.20), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(31,138,147,.30), transparent 32%),
    linear-gradient(150deg, #0b2e38, #124a56 55%, #0a2731);
}
.hero-lead { color: #d8ecec; }
.trust-row > span { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); color: #eaf4f2; }
.form-card { border-color: rgba(255,255,255,.5); }

.badges div, .feature-card, .reason-grid article, .legal-card,
.testimonial-card, .legal-section-card, .dashboard-card, details,
.demo-promo, .form-card, .ticker-card {
  border-radius: 18px;
}
.risk { background: var(--warning); border: 1px solid var(--line); }
.legal-contact-card { background: var(--surface-soft); }

.site-footer { background: #0e2731; color: #dce9e6; border-top: 1px solid rgba(255,255,255,.08); }
.site-footer a { color: #cfe7e2; }
.site-footer strong { color: #fff; }

.cookie-banner, .demo-promo { border: 1px solid var(--line); box-shadow: var(--shadow); }
.cookie-banner a, .demo-promo a { color: var(--accent); }

/* ===================================================================
   Bespoke STRUCTURE for this offer's homepage — a literal tide/wave
   motif rather than a recolor of the shared components: a wave-shaped
   divider under the hero, a rhythm strip with alternating high/low
   points instead of a flat badge row, a sine-wave connected timeline
   instead of a straight numbered line, an asymmetric "shore" bento
   instead of a uniform 4-up grid, and two-tone wave panels instead of
   plain split-cards. Uses var(--surface)/var(--line)/var(--accent)/
   var(--muted) so it automatically follows the palette defined above.
   =================================================================== */

.wave-divider { display: block; width: 100%; height: 64px; margin-top: -2px; position: relative; z-index: 1; }
.wave-divider path { fill: var(--bg); }

.tide-rhythm-strip { position: relative; display: flex; justify-content: space-between; gap: 8px; padding: 26px 10px 6px; }
.tide-rhythm-strip::before {
  content: ''; position: absolute; left: 2%; right: 2%; top: 38px; height: 2px;
  background: repeating-linear-gradient(90deg, var(--line) 0 6px, transparent 6px 12px);
}
.tide-point { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; flex: 1; }
.tide-point:nth-child(odd) { transform: translateY(-10px); }
.tide-point:nth-child(even) { transform: translateY(10px); }
.tide-dot { width: 14px; height: 14px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(31,138,147,.14); }
.tide-point strong { font-size: 15px; }
.tide-point span:last-child { color: var(--muted); font-size: 13px; }
@media (max-width: 760px) {
  .tide-rhythm-strip { flex-direction: column; padding-top: 6px; gap: 14px; }
  .tide-rhythm-strip::before { display: none; }
  .tide-point:nth-child(odd), .tide-point:nth-child(even) { transform: none; flex-direction: row; text-align: left; justify-content: flex-start; }
}

.coefficient-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.coefficient-card { background: var(--surface); border: 1px solid var(--line); border-radius: 22px; padding: 26px; }
.coefficient-card .icon-badge { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #08262c; }
@media (max-width: 760px) {
  .coefficient-cards { grid-template-columns: 1fr; }
}

.wave-timeline { position: relative; margin-top: 44px; padding-top: 20px; }
.wave-timeline-track { position: absolute; top: 0; left: 0; width: 100%; height: 90px; z-index: 0; }
.wave-timeline-track path { fill: none; stroke: var(--line); stroke-width: 2; }
.wave-timeline-row { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.wave-step { text-align: center; }
.wave-step:nth-child(even) { margin-top: 64px; }
.wave-num { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: var(--surface); border: 2px solid var(--accent); color: var(--accent); font-weight: 800; margin-bottom: 12px; box-shadow: var(--shadow); }
.wave-step h3 { font-size: 17px; }
.wave-step p { color: var(--muted); font-size: 14px; }
@media (max-width: 900px) {
  .wave-timeline-track { display: none; }
  .wave-timeline-row { grid-template-columns: 1fr; gap: 26px; }
  .wave-step:nth-child(even) { margin-top: 0; }
}

.shore-bento { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: auto; gap: 16px; margin-top: 8px; }
.shore-lead { grid-column: 1 / span 2; grid-row: 1 / span 2; display: flex; flex-direction: column; justify-content: center; border-radius: 28px 60px 28px 28px; }
.shore-bento .feature-card { border-radius: 20px; }
.shore-lead h3 { font-size: 24px; }
.shore-lead p { font-size: 16px; }
@media (max-width: 900px) {
  .shore-bento { grid-template-columns: 1fr; }
  .shore-lead { grid-column: auto; grid-row: auto; border-radius: 20px; }
}

.tide-panel { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: var(--surface); border: 1px solid var(--line); border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.tide-panel-half { padding: 40px; display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.tide-panel-half.tint { background: var(--surface-soft); }
.tide-panel-half .btn, .tide-panel-half .btn-ghost { align-self: flex-start; margin-top: 8px; }
@media (max-width: 860px) {
  .tide-panel { grid-template-columns: 1fr; }
}

.tide-cta { text-align: center; margin-top: 32px; }

@media (max-width: 900px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .btn, .hero-actions .btn-ghost { width: 100%; text-align: center; }
  .trust-row { gap: 8px; }
  .trust-row > span { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); font-size: 13px; padding: 9px 12px; }
  .crypto-ticker { justify-content: center; }
  .crypto-ticker .tick { flex: 1 1 auto; justify-content: center; }
}

.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: var(--surface); border:1px solid var(--line); border-radius:22px; padding:26px; box-shadow: var(--shadow); 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(11,37,48,.35); border-top-color:#0b2530; 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; }
