/* ========================================================================
   refillphone.org · editorial-mag · class-prefix .rfb-
   Palette shifted from #fefefe / #c2283c / #212842 (seed VYBUG5LY7R).
   ======================================================================== */

:root {
  --rfb-primary:      #1f2a48;
  --rfb-primary-700:  #16213a;
  --rfb-primary-050:  #eef0f6;
  --rfb-accent:       #c93043;
  --rfb-accent-700:   #a52132;
  --rfb-accent-050:   #fcecef;
  --rfb-bg:           #faf9f5;
  --rfb-surface:      #ffffff;
  --rfb-paper:        #f4f1e8;
  --rfb-border:       #e2dfd6;
  --rfb-border-2:     #b7b3a5;
  --rfb-text:         #1a1f33;
  --rfb-text-2:       #4f5366;
  --rfb-text-mute:    #8a8d9c;
  --rfb-ok:           #2f7a55;
  --rfb-warn:         #b56b1a;
  --rfb-err:          #b53636;
  --rfb-radius:       4px;
  --rfb-radius-sm:    2px;
  --rfb-radius-lg:    8px;
  --rfb-shadow-1:     0 1px 2px rgba(26, 31, 51, 0.06);
  --rfb-shadow-2:     0 8px 24px rgba(26, 31, 51, 0.10);
  --rfb-trans:        200ms ease;
  --rfb-font-serif:   "Source Serif Pro", "Source Serif 4", ui-serif, Georgia, "Times New Roman", serif;
  --rfb-font-sans:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --rfb-font-mono:    "JetBrains Mono", "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --rfb-font-ar:      "Noto Naskh Arabic", "Amiri", "Tahoma", serif;
  --rfb-container:    1180px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --rfb-bg:           #131321;
    --rfb-surface:      #1a1d2e;
    --rfb-paper:        #1f2236;
    --rfb-border:       #2a2e44;
    --rfb-border-2:     #3d4259;
    --rfb-text:         #ecedf2;
    --rfb-text-2:       #b0b3c0;
    --rfb-text-mute:    #7e8298;
    --rfb-primary:      #e8ebf5;
    --rfb-primary-700:  #ffffff;
    --rfb-primary-050:  #2a2e44;
    --rfb-accent:       #ee6173;
    --rfb-accent-700:   #d6485a;
    --rfb-accent-050:   #2a1a1f;
    --rfb-shadow-1:     0 1px 2px rgba(0, 0, 0, 0.6);
    --rfb-shadow-2:     0 8px 24px rgba(0, 0, 0, 0.45);
  }
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; tab-size: 4; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--rfb-font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--rfb-text);
  background: var(--rfb-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body[dir="rtl"] { font-family: var(--rfb-font-ar); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--rfb-accent); text-decoration: none; transition: color var(--rfb-trans); }
a:hover { color: var(--rfb-accent-700); text-decoration: underline; text-underline-offset: 3px; }
h1, h2, h3, h4 {
  font-family: var(--rfb-font-serif);
  color: var(--rfb-primary);
  line-height: 1.2;
  margin: 0 0 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
body[dir="rtl"] h1, body[dir="rtl"] h2, body[dir="rtl"] h3, body[dir="rtl"] h4 {
  font-family: var(--rfb-font-ar);
  letter-spacing: 0;
}
h1 { font-size: clamp(30px, 4.4vw, 50px); }
h2 { font-size: clamp(24px, 2.8vw, 34px); }
h3 { font-size: clamp(18px, 1.8vw, 22px); }
h4 { font-size: 16px; text-transform: uppercase; letter-spacing: .08em; color: var(--rfb-text-2); }
p  { margin: 0 0 14px; color: var(--rfb-text-2); }

.rfb-container { max-width: var(--rfb-container); margin: 0 auto; padding: 0 24px; }
.rfb-small { font-size: 13px; color: var(--rfb-text-mute); }
.rfb-mono  { font-family: var(--rfb-font-mono); }
.rfb-eyebrow {
  display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .14em; color: var(--rfb-accent); padding: 6px 0;
  border-top: 2px solid var(--rfb-accent); margin-bottom: 12px;
}

/* Skip link */
.rfb-skip {
  position: absolute; left: -9999px; top: 8px; padding: 8px 12px;
  background: var(--rfb-primary); color: #fff; border-radius: var(--rfb-radius);
  font-weight: 600; z-index: 200;
}
.rfb-skip:focus { left: 16px; outline: 2px solid var(--rfb-accent); }

/* ---------- Header ---------- */
.rfb-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--rfb-bg) 88%, transparent);
  backdrop-filter: saturate(160%) blur(8px);
  border-bottom: 1px solid var(--rfb-border);
}
.rfb-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px; max-width: var(--rfb-container); margin: 0 auto; gap: 16px;
}
.rfb-logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--rfb-font-serif); font-weight: 700; font-size: 18px;
  color: var(--rfb-primary); text-decoration: none;
  letter-spacing: -0.01em;
}
.rfb-logo__mark {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--rfb-accent); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 13px; font-family: var(--rfb-font-sans);
}
.rfb-nav { display: none; }
@media (min-width: 880px) {
  .rfb-nav { display: flex; gap: 22px; align-items: center; }
  .rfb-nav a {
    color: var(--rfb-text-2); font-size: 14px; font-weight: 500;
    padding: 8px 4px; border-bottom: 2px solid transparent;
    transition: color var(--rfb-trans), border-color var(--rfb-trans);
  }
  .rfb-nav a:hover { color: var(--rfb-primary); border-bottom-color: var(--rfb-accent); text-decoration: none; }
  .rfb-nav a.is-on { color: var(--rfb-primary); border-bottom-color: var(--rfb-accent); }
}
.rfb-header__cta { display: flex; gap: 8px; align-items: center; }
.rfb-lang {
  display: inline-flex; gap: 2px; align-items: center;
  border: 1px solid var(--rfb-border); border-radius: 999px; padding: 4px;
  background: var(--rfb-surface);
}
.rfb-lang a {
  font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 999px;
  color: var(--rfb-text-2); text-decoration: none;
}
.rfb-lang a.is-on { background: var(--rfb-primary); color: #fff; }

/* ---------- Buttons ---------- */
.rfb-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 10px 18px;
  border-radius: var(--rfb-radius); border: 1px solid transparent;
  font-family: var(--rfb-font-sans); font-weight: 600; font-size: 15px;
  text-decoration: none; cursor: pointer;
  transition: background var(--rfb-trans), color var(--rfb-trans), border-color var(--rfb-trans), transform var(--rfb-trans);
}
.rfb-btn:hover { text-decoration: none; }
.rfb-btn--primary {
  background: var(--rfb-accent); color: #fff; border-color: var(--rfb-accent);
}
.rfb-btn--primary:hover { background: var(--rfb-accent-700); border-color: var(--rfb-accent-700); color: #fff; transform: translateY(-1px); }
.rfb-btn--ghost {
  background: transparent; color: var(--rfb-primary); border-color: var(--rfb-border-2);
}
.rfb-btn--ghost:hover { border-color: var(--rfb-primary); color: var(--rfb-primary); }
.rfb-btn--dark {
  background: var(--rfb-primary); color: #fff; border-color: var(--rfb-primary);
}
.rfb-btn--dark:hover { background: var(--rfb-primary-700); color: #fff; }
.rfb-btn--lg { min-height: 52px; padding: 12px 26px; font-size: 16px; }

/* ---------- Drawer (CSS-driven) ---------- */
.rfb-drawer-toggle { display: none; }
.rfb-drawer-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: var(--rfb-radius);
  background: var(--rfb-surface); border: 1px solid var(--rfb-border);
  color: var(--rfb-primary); cursor: pointer;
}
@media (min-width: 880px) { .rfb-drawer-btn { display: none; } }
.rfb-drawer-btn svg { width: 22px; height: 22px; }

.rfb-drawer, .rfb-drawer__backdrop {
  visibility: hidden; opacity: 0;
  transition: opacity var(--rfb-trans), visibility 0s linear var(--rfb-trans);
}
.rfb-drawer__backdrop {
  position: fixed; inset: 0; background: rgba(20, 23, 38, 0.45); z-index: 90;
}
.rfb-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(360px, 86vw);
  background: var(--rfb-surface); z-index: 95;
  display: flex; flex-direction: column; padding: 22px 22px 30px;
  box-shadow: var(--rfb-shadow-2);
  transform: translateX(20px); transition: transform var(--rfb-trans), opacity var(--rfb-trans), visibility 0s linear var(--rfb-trans);
}
body[dir="rtl"] .rfb-drawer { right: auto; left: 0; transform: translateX(-20px); }
.rfb-drawer-toggle:checked ~ .rfb-drawer,
.rfb-drawer-toggle:checked ~ .rfb-drawer__backdrop {
  visibility: visible; opacity: 1; transition-delay: 0s;
}
.rfb-drawer-toggle:checked ~ .rfb-drawer { transform: translateX(0); }
.rfb-drawer__head {
  display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px;
}
.rfb-drawer__close {
  width: 36px; height: 36px; border-radius: var(--rfb-radius);
  background: transparent; border: 1px solid var(--rfb-border);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--rfb-text); cursor: pointer; font-size: 18px; line-height: 1;
}
.rfb-drawer__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.rfb-drawer__list li { border-bottom: 1px solid var(--rfb-border); }
.rfb-drawer__list a {
  display: block; padding: 14px 4px; color: var(--rfb-primary);
  font-family: var(--rfb-font-serif); font-size: 17px; font-weight: 500;
  text-decoration: none;
}
.rfb-drawer__foot {
  margin-top: auto; padding-top: 20px; color: var(--rfb-text-mute); font-size: 13px;
}
body.rfb-noscroll { overflow: hidden; }

/* ---------- Hero (editorial layout) ---------- */
.rfb-hero { padding: 56px 0 32px; }
.rfb-hero__grid {
  display: grid; gap: 36px; align-items: start;
  grid-template-columns: 1fr;
}
@media (min-width: 920px) {
  .rfb-hero__grid { grid-template-columns: 1.15fr 0.85fr; gap: 56px; }
}
.rfb-hero__copy h1 {
  border-bottom: 1px solid var(--rfb-border); padding-bottom: 18px; margin-bottom: 20px;
}
.rfb-hero__lead { font-size: 18px; line-height: 1.7; color: var(--rfb-text-2); }
.rfb-hero__lead::first-letter {
  font-family: var(--rfb-font-serif); font-weight: 700; font-size: 4.2em;
  float: left; line-height: 0.85; padding: 6px 10px 0 0; color: var(--rfb-accent);
}
body[dir="rtl"] .rfb-hero__lead::first-letter { float: right; padding: 6px 0 0 10px; }
.rfb-hero__cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }

/* Receipt anatomy block (killer USP) */
.rfb-receipt {
  background: var(--rfb-paper); border: 1px solid var(--rfb-border-2);
  border-radius: var(--rfb-radius-lg); padding: 22px;
  position: relative;
  box-shadow: var(--rfb-shadow-1);
}
.rfb-receipt::before {
  content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 4px;
  background: var(--rfb-accent); border-radius: var(--rfb-radius-lg) var(--rfb-radius-lg) 0 0;
}
.rfb-receipt__head {
  display: flex; justify-content: space-between; align-items: baseline;
  border-bottom: 1px dashed var(--rfb-border-2); padding-bottom: 10px; margin-bottom: 14px;
}
.rfb-receipt__title {
  font-family: var(--rfb-font-serif); font-weight: 700; color: var(--rfb-primary); font-size: 16px;
}
.rfb-receipt__badge {
  font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em;
  color: var(--rfb-text-mute); padding: 3px 8px; border: 1px solid var(--rfb-border-2);
  border-radius: 999px;
}
.rfb-receipt dl { margin: 0; display: grid; grid-template-columns: max-content 1fr; row-gap: 10px; column-gap: 18px; }
.rfb-receipt dt { font-size: 12px; color: var(--rfb-text-mute); text-transform: uppercase; letter-spacing: .06em; }
.rfb-receipt dd { margin: 0; font-family: var(--rfb-font-mono); font-size: 14px; color: var(--rfb-text); }
.rfb-receipt__foot {
  margin-top: 14px; padding-top: 12px; border-top: 1px dashed var(--rfb-border-2);
  font-size: 12px; color: var(--rfb-text-mute);
}

/* ---------- Stats / Quick facts ---------- */
.rfb-quick {
  border-top: 1px solid var(--rfb-border); border-bottom: 1px solid var(--rfb-border);
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 36px;
}
@media (min-width: 720px) { .rfb-quick { grid-template-columns: repeat(4, 1fr); } }
.rfb-quick > div {
  padding: 18px 16px; text-align: center; border-right: 1px solid var(--rfb-border);
}
.rfb-quick > div:last-child { border-right: 0; }
body[dir="rtl"] .rfb-quick > div { border-right: 0; border-left: 1px solid var(--rfb-border); }
body[dir="rtl"] .rfb-quick > div:last-child { border-left: 0; }
.rfb-quick strong {
  font-family: var(--rfb-font-serif); display: block; font-size: 26px;
  color: var(--rfb-primary); font-weight: 700;
}
.rfb-quick span { font-size: 12px; color: var(--rfb-text-mute); text-transform: uppercase; letter-spacing: .08em; }

/* ---------- Section ---------- */
.rfb-section { padding: 54px 0; }
.rfb-section + .rfb-section { border-top: 1px solid var(--rfb-border); }
.rfb-section__head { max-width: 760px; margin-bottom: 28px; }
.rfb-section__head h2 { border-bottom: 1px solid var(--rfb-border); padding-bottom: 14px; }
.rfb-cols-2 {
  display: grid; gap: 28px; grid-template-columns: 1fr;
}
@media (min-width: 760px) { .rfb-cols-2 { grid-template-columns: 1fr 1fr; column-gap: 48px; } }
.rfb-cols-3 {
  display: grid; gap: 24px; grid-template-columns: 1fr;
}
@media (min-width: 760px) { .rfb-cols-3 { grid-template-columns: repeat(3, 1fr); } }
.rfb-cols-4 {
  display: grid; gap: 18px; grid-template-columns: 1fr 1fr;
}
@media (min-width: 760px) { .rfb-cols-4 { grid-template-columns: repeat(4, 1fr); } }

.rfb-card {
  background: var(--rfb-surface); border: 1px solid var(--rfb-border);
  border-radius: var(--rfb-radius-lg); padding: 22px;
  box-shadow: var(--rfb-shadow-1);
}
.rfb-card h3 { margin-top: 0; }

/* Steps (editorial-numbered) */
.rfb-step { display: flex; gap: 16px; }
.rfb-step__num {
  flex: 0 0 44px; height: 44px; border-radius: 50%;
  background: var(--rfb-primary); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--rfb-font-serif); font-weight: 700; font-size: 18px;
}
.rfb-step h3 { margin-bottom: 6px; }

/* Coverage chips */
.rfb-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 0; padding: 0; list-style: none; }
.rfb-chips li {
  padding: 6px 12px; border: 1px solid var(--rfb-border-2); border-radius: 999px;
  font-size: 13px; color: var(--rfb-text-2); background: var(--rfb-surface);
}

/* ---------- Forms ---------- */
.rfb-form { display: grid; gap: 18px; }
.rfb-fieldset {
  border: 1px solid var(--rfb-border); border-radius: var(--rfb-radius-lg);
  padding: 20px; margin: 0; background: var(--rfb-surface);
}
.rfb-fieldset legend {
  font-family: var(--rfb-font-serif); font-weight: 700; color: var(--rfb-primary);
  padding: 0 6px; font-size: 16px;
}
.rfb-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.rfb-field:last-child { margin-bottom: 0; }
.rfb-field label { font-size: 13px; font-weight: 600; color: var(--rfb-text); }
.rfb-input, .rfb-select {
  width: 100%; min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--rfb-border-2); border-radius: var(--rfb-radius);
  background: var(--rfb-surface); color: var(--rfb-text);
  font: inherit; font-size: 15px;
  transition: border-color var(--rfb-trans), box-shadow var(--rfb-trans);
}
.rfb-input:focus, .rfb-select:focus {
  outline: 0; border-color: var(--rfb-accent);
  box-shadow: 0 0 0 3px rgba(201, 48, 67, 0.15);
}
.rfb-hint { font-size: 12px; color: var(--rfb-text-mute); }

/* Phone with prefix */
.rfb-phone { display: flex; align-items: stretch; }
.rfb-phone__prefix {
  display: inline-flex; align-items: center; padding: 0 12px;
  background: var(--rfb-paper); border: 1px solid var(--rfb-border-2);
  border-right: 0; border-radius: var(--rfb-radius) 0 0 var(--rfb-radius);
  font-family: var(--rfb-font-mono); font-size: 14px; color: var(--rfb-text);
}
body[dir="rtl"] .rfb-phone__prefix { border-right: 1px solid var(--rfb-border-2); border-left: 0; border-radius: 0 var(--rfb-radius) var(--rfb-radius) 0; }
.rfb-phone .rfb-input { border-radius: 0 var(--rfb-radius) var(--rfb-radius) 0; }
body[dir="rtl"] .rfb-phone .rfb-input { border-radius: var(--rfb-radius) 0 0 var(--rfb-radius); }

/* Amount chips */
.rfb-amounts {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
@media (min-width: 520px) { .rfb-amounts { grid-template-columns: repeat(6, 1fr); } }
.rfb-amount {
  position: relative; display: flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 8px 6px;
  border: 1px solid var(--rfb-border-2); border-radius: var(--rfb-radius);
  background: var(--rfb-surface); color: var(--rfb-text);
  font-family: var(--rfb-font-mono); font-size: 15px; font-weight: 600;
  cursor: pointer; transition: background var(--rfb-trans), border-color var(--rfb-trans), color var(--rfb-trans);
}
.rfb-amount input { position: absolute; opacity: 0; pointer-events: none; }
.rfb-amount:hover { border-color: var(--rfb-primary); }
.rfb-amount.is-on,
.rfb-amount:has(input:checked) {
  background: var(--rfb-primary); color: #fff; border-color: var(--rfb-primary);
}
.rfb-amount__cur { font-family: var(--rfb-font-sans); font-weight: 400; font-size: 11px; margin-inline-start: 4px; opacity: .8; }

/* Steps strip */
.rfb-steps {
  display: flex; gap: 0; margin-bottom: 22px;
  border: 1px solid var(--rfb-border); border-radius: var(--rfb-radius-lg);
  overflow: hidden; background: var(--rfb-surface);
}
.rfb-steps__item {
  flex: 1; padding: 12px 16px; display: flex; align-items: center; gap: 10px;
  border-right: 1px solid var(--rfb-border);
  font-size: 13px; color: var(--rfb-text-mute);
}
.rfb-steps__item:last-child { border-right: 0; }
body[dir="rtl"] .rfb-steps__item { border-right: 0; border-left: 1px solid var(--rfb-border); }
body[dir="rtl"] .rfb-steps__item:last-child { border-left: 0; }
.rfb-steps__item.is-on { color: var(--rfb-primary); font-weight: 700; background: var(--rfb-paper); }
.rfb-steps__num {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--rfb-border); color: var(--rfb-text-2);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700;
}
.rfb-steps__item.is-on .rfb-steps__num { background: var(--rfb-accent); color: #fff; }

/* FAQ accordion */
details.rfb-faq {
  border-top: 1px solid var(--rfb-border); padding: 18px 0;
}
details.rfb-faq:last-child { border-bottom: 1px solid var(--rfb-border); }
details.rfb-faq summary {
  font-family: var(--rfb-font-serif); font-weight: 600; font-size: 18px;
  color: var(--rfb-primary); cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
details.rfb-faq summary::-webkit-details-marker { display: none; }
details.rfb-faq summary::after {
  content: "+"; font-family: var(--rfb-font-sans); font-size: 22px; color: var(--rfb-accent);
  width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center;
}
details.rfb-faq[open] summary::after { content: "−"; }
details.rfb-faq p { margin-top: 10px; }

/* Cookies banner */
.rfb-cookies {
  position: fixed; left: 16px; right: 16px; bottom: 16px;
  background: var(--rfb-surface); border: 1px solid var(--rfb-border-2);
  border-radius: var(--rfb-radius-lg); padding: 14px 16px;
  display: flex; gap: 12px; align-items: center; justify-content: space-between;
  box-shadow: var(--rfb-shadow-2); z-index: 80; font-size: 14px;
}
.rfb-cookies.is-hidden { display: none; }

/* Editorial body for legal pages */
.rfb-prose { max-width: 780px; }
.rfb-prose h2 { margin-top: 32px; }
.rfb-prose h3 { margin-top: 24px; }
.rfb-prose p, .rfb-prose li { color: var(--rfb-text-2); }
.rfb-prose ul, .rfb-prose ol { padding-inline-start: 24px; }

/* Two-col body (editorial) */
.rfb-two-col p { margin-bottom: 14px; }
@media (min-width: 880px) {
  .rfb-two-col { columns: 2; column-gap: 48px; }
  .rfb-two-col p { break-inside: avoid; }
}

/* Trust strip */
.rfb-trust {
  display: flex; gap: 22px; align-items: center; justify-content: center; flex-wrap: wrap;
  padding: 22px 0; color: var(--rfb-text-mute); font-size: 12px;
  letter-spacing: .05em; text-transform: uppercase;
}
.rfb-trust img { width: 26px; height: 26px; opacity: .65; }

/* ---------- Footer ---------- */
.rfb-footer {
  background: var(--rfb-primary); color: #c8cce0;
  padding: 44px 0 20px; margin-top: 60px;
}
.rfb-footer a { color: #ffffff; }
.rfb-footer a:hover { color: #ffd7dd; }
.rfb-footer__top {
  display: grid; gap: 28px; grid-template-columns: 1fr;
}
@media (min-width: 780px) { .rfb-footer__top { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.rfb-footer h4 { color: #ffffff; margin-bottom: 14px; font-family: var(--rfb-font-sans); font-weight: 700; }
.rfb-footer ul { list-style: none; padding: 0; margin: 0; }
.rfb-footer li { padding: 4px 0; font-size: 14px; }
.rfb-footer__brand { font-family: var(--rfb-font-serif); font-size: 18px; color: #fff; font-weight: 700; margin-bottom: 6px; }
.rfb-footer__addr  { color: #c8cce0; font-size: 13px; max-width: 280px; }
.rfb-footer__line  { margin: 28px 0 12px; border: 0; border-top: 1px solid rgba(255,255,255,.12); }
.rfb-footer__bot   {
  display: flex; gap: 14px; justify-content: space-between; align-items: center; flex-wrap: wrap;
  font-size: 12px; color: #9b9fb4;
}
.rfb-footer__badges { display: flex; gap: 12px; align-items: center; }
.rfb-footer__badges img { width: 22px; height: 22px; opacity: .85; }

/* Redirect overlay */
.rfb-overlay {
  position: fixed; inset: 0; background: rgba(20, 23, 38, 0.55);
  display: flex; align-items: center; justify-content: center; z-index: 200;
  visibility: hidden; opacity: 0; transition: opacity var(--rfb-trans), visibility 0s linear var(--rfb-trans);
}
.rfb-overlay.is-on { visibility: visible; opacity: 1; transition-delay: 0s; }
.rfb-spinner {
  width: 46px; height: 46px; border-radius: 50%;
  border: 3px solid rgba(255,255,255,.3); border-top-color: #fff;
  animation: rfb-spin 850ms linear infinite;
}
@keyframes rfb-spin { to { transform: rotate(360deg); } }

/* Misc */
.rfb-err-line { color: var(--rfb-err); font-size: 13px; margin-top: 6px; min-height: 18px; }
.rfb-ok-line  { color: var(--rfb-ok);  font-size: 13px; margin-top: 6px; }

/* RTL flips */
body[dir="rtl"] .rfb-hero__cta,
body[dir="rtl"] .rfb-step { flex-direction: row; }
body[dir="rtl"] .rfb-trust { direction: rtl; }
