/* ============================================================
   reloadhafilat.org — glassmorph-soft x editorial-zine
   prefix: rh-   seed: 0LK23NZQX2   theme: light only (no dark)
   Plain static, no framework. Fonts via Google Fonts + fallbacks.
   ============================================================ */

:root {
  --rh-primary: #127152;
  --rh-primary-ink: #0e5c42;
  --rh-primary-soft: #e2f1eb;
  --rh-accent: #d97a2b;
  --rh-accent-ink: #a85a15;
  --rh-accent-soft: #fbeede;
  --rh-ink: #14231f;
  --rh-ink-2: #51615c;
  --rh-paper: #f4f8f7;
  --rh-paper-2: #e9f1ee;
  --rh-glass: rgba(255, 255, 255, .62);
  --rh-glass-2: rgba(255, 255, 255, .78);
  --rh-border: rgba(18, 113, 82, .18);
  --rh-line: #d7e5df;
  --rh-white: #ffffff;

  --rh-shadow: 0 18px 50px -24px rgba(18, 40, 33, .45);
  --rh-shadow-sm: 0 10px 26px -16px rgba(18, 40, 33, .4);

  --rh-sans: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --rh-serif: "DM Serif Display", Georgia, "Times New Roman", serif;
  --rh-ar: "Rakkas", "Noto Naskh Arabic", "Segoe UI", Tahoma, serif;
  --rh-ar-body: "Noto Naskh Arabic", "Segoe UI", Tahoma, Arial, sans-serif;

  --rh-maxw: 1150px;
  --rh-radius: 16px;
  --rh-radius-lg: 22px;
  --rh-fs-root: 18px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--rh-sans);
  font-size: var(--rh-fs-root);
  line-height: 1.65;
  color: var(--rh-ink);
  background-color: var(--rh-paper);
  background-image:
    radial-gradient(60% 55% at 88% -5%, rgba(18,113,82,.16), transparent 60%),
    radial-gradient(50% 45% at -8% 12%, rgba(217,122,43,.10), transparent 55%),
    radial-gradient(55% 50% at 50% 108%, rgba(18,113,82,.12), transparent 60%);
  background-attachment: fixed;
  overflow-x: hidden;
}
body.rh-noscroll { overflow: hidden; }
body[dir="rtl"] { font-family: var(--rh-ar-body); }

h1, h2, h3, h4 { font-family: var(--rh-serif); font-weight: 400; line-height: 1.12; margin: 0 0 .5em; letter-spacing: 0; }
body[dir="rtl"] h1, body[dir="rtl"] h2, body[dir="rtl"] h3 { font-family: var(--rh-ar); font-weight: 400; }
h1 { font-size: clamp(2.3rem, 5.6vw, 3.9rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.45rem); }
p { margin: 0 0 1rem; }
a { color: var(--rh-primary-ink); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }

.rh-wrap { max-width: var(--rh-maxw); margin: 0 auto; padding: 0 clamp(16px, 4vw, 36px); }
.rh-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--rh-primary); outline-offset: 2px; border-radius: 4px; }

/* LTR islands inside RTL */
.rh-ltr, a[href^="tel:"], a[href^="mailto:"], a[href*="wa.me"] { direction: ltr; unicode-bidi: isolate; }
.rh-foot address { unicode-bidi: plaintext; }

/* ---------- announcement strip ---------- */
.rh-annc { background: var(--rh-primary); color: #fff; font-size: .82rem; text-align: center; }
.rh-annc .rh-wrap { padding: 8px 16px; }

/* ---------- header (split logo in middle) ---------- */
.rh-head { position: sticky; top: 0; z-index: 60; background: rgba(244,248,247,.72); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid var(--rh-border); transition: transform .3s ease; }
.rh-head.rh-hidden { transform: translateY(-130%); }
.rh-head .rh-wrap { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; min-height: 72px; }
.rh-nav-l { display: flex; align-items: center; gap: 22px; }
.rh-nav-r { display: flex; align-items: center; gap: 12px; justify-content: flex-end; }
.rh-nav-l a { font-size: .92rem; color: var(--rh-ink-2); font-weight: 600; }
.rh-nav-l a:hover { color: var(--rh-primary-ink); text-decoration: none; }
.rh-logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--rh-ink); justify-self: center; }
.rh-logo:hover { text-decoration: none; }
.rh-logo-mark { width: 44px; height: 44px; border-radius: 50%; background: var(--rh-primary); color: #fff; display: grid; place-items: center; font-family: var(--rh-serif); font-size: 1.3rem; box-shadow: var(--rh-shadow-sm); flex: none; }
.rh-logo b { font-family: var(--rh-serif); font-size: 1.35rem; font-weight: 400; line-height: 1; }
.rh-logo small { display: block; font-family: var(--rh-sans); font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; color: var(--rh-ink-2); font-weight: 700; }
body[dir="rtl"] .rh-logo small { font-family: var(--rh-ar-body); letter-spacing: normal; }

/* flags language switcher */
.rh-lang { display: inline-flex; gap: 6px; }
.rh-lang button { display: inline-flex; align-items: center; gap: 6px; background: var(--rh-glass-2); border: 1px solid var(--rh-border); border-radius: 999px; cursor: pointer; color: var(--rh-ink); font: inherit; font-size: .78rem; font-weight: 700; padding: 5px 11px 5px 6px; }
.rh-lang button:hover { border-color: var(--rh-primary); }
.rh-lang button.rh-on { background: var(--rh-primary); border-color: var(--rh-primary); color: #fff; }
.rh-flag { width: 22px; height: 15px; border-radius: 3px; overflow: hidden; display: block; box-shadow: 0 0 0 1px rgba(0,0,0,.08); flex: none; }

/* buttons (asymmetric: one corner squared) */
.rh-btn { display: inline-flex; align-items: center; gap: 9px; font-family: var(--rh-sans); font-weight: 800; font-size: .98rem; padding: 14px 26px; min-height: 52px; border-radius: 999px 999px 999px 6px; border: 0; background: var(--rh-primary); color: #fff; text-decoration: none; cursor: pointer; box-shadow: var(--rh-shadow-sm); transition: transform .14s ease, box-shadow .14s ease, background .15s ease; line-height: 1.1; }
body[dir="rtl"] .rh-btn { border-radius: 999px 999px 6px 999px; }
.rh-btn:hover { background: var(--rh-primary-ink); color: #fff; text-decoration: none; transform: translateY(-2px); box-shadow: var(--rh-shadow); }
.rh-btn:active { transform: translateY(0); }
.rh-btn--ghost { background: var(--rh-glass-2); color: var(--rh-primary-ink); box-shadow: inset 0 0 0 1.5px var(--rh-border); }
.rh-btn--ghost:hover { background: #fff; color: var(--rh-primary-ink); }
.rh-btn--sm { min-height: 44px; padding: 9px 18px; font-size: .85rem; }
.rh-btn--lg { font-size: 1.05rem; padding: 16px 30px; }
.rh-btn .rh-ic { display: inline-flex; }
body[dir="rtl"] .rh-btn .rh-ic svg { transform: scaleX(-1); }

.rh-burger { display: none; width: 46px; height: 46px; border: 1px solid var(--rh-border); border-radius: 12px; background: var(--rh-glass-2); cursor: pointer; flex-direction: column; gap: 4px; align-items: center; justify-content: center; }
.rh-burger span { display: block; width: 20px; height: 2px; background: var(--rh-ink); border-radius: 2px; }

/* glass card base */
.rh-glass { background: var(--rh-glass); -webkit-backdrop-filter: blur(16px) saturate(1.2); backdrop-filter: blur(16px) saturate(1.2); border: 1px solid var(--rh-glass-2); box-shadow: var(--rh-shadow); border-radius: var(--rh-radius-lg); }

/* ---------- mobile drawer ---------- */
.rh-drawer-back { position: fixed; inset: 0; z-index: 90; background: rgba(18,40,33,.5); visibility: hidden; opacity: 0; transition: opacity .3s ease, visibility .3s ease; }
.rh-drawer-back.rh-open { visibility: visible; opacity: 1; }
.rh-drawer { position: fixed; inset: 0 0 0 auto; width: min(360px, 88vw); z-index: 95; background: var(--rh-paper); border-inline-start: 1px solid var(--rh-border); padding: 20px; transform: translateX(100%); visibility: hidden; opacity: 0; transition: transform .34s cubic-bezier(.22,.61,.36,1), visibility .34s ease, opacity .34s ease; overflow-y: auto; }
body[dir="rtl"] .rh-drawer { inset: 0 auto 0 0; border-inline-start: 0; border-inline-end: 1px solid var(--rh-border); transform: translateX(-100%); }
.rh-drawer.rh-open { transform: translateX(0); visibility: visible; opacity: 1; }
.rh-drawer-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.rh-drawer-close { width: 42px; height: 42px; border: 1px solid var(--rh-border); border-radius: 12px; background: var(--rh-glass-2); font-size: 1.3rem; cursor: pointer; color: var(--rh-ink); }
.rh-drawer nav { display: flex; flex-direction: column; }
.rh-drawer nav a { padding: 14px 6px; border-bottom: 1px solid var(--rh-line); text-decoration: none; color: var(--rh-ink); font-size: 1.1rem; }
.rh-drawer-foot { margin-top: 18px; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }

/* ---------- hero (split) ---------- */
.rh-hero { padding: clamp(34px, 6vw, 72px) 0 clamp(30px, 5vw, 56px); }
.rh-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(26px, 4vw, 54px); align-items: center; }
.rh-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--rh-sans); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--rh-primary-ink); background: var(--rh-primary-soft); padding: 7px 14px; border-radius: 999px; margin-bottom: 20px; }
body[dir="rtl"] .rh-eyebrow { letter-spacing: normal; }
.rh-hero h1 .rh-hl { color: var(--rh-primary); font-style: italic; }
.rh-lede { font-size: 1.12rem; color: var(--rh-ink-2); max-width: 52ch; }
.rh-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.rh-trust { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 24px; font-size: .84rem; color: var(--rh-ink-2); }
.rh-trust span { display: inline-flex; align-items: center; gap: 7px; }
.rh-trust svg { color: var(--rh-primary); }

/* balance widget (glass) */
.rh-balance { padding: 24px; }
.rh-balance h3 { margin: 0 0 4px; font-size: 1.3rem; }
.rh-balance .rh-bal-sub { font-size: .86rem; color: var(--rh-ink-2); margin: 0 0 16px; font-family: var(--rh-sans); }
.rh-card3d { background: linear-gradient(135deg, var(--rh-primary), var(--rh-primary-ink)); color: #fff; border-radius: 14px; padding: 20px; margin-bottom: 16px; position: relative; overflow: hidden; }
.rh-card3d::after { content: ""; position: absolute; inset-inline-end: -30px; top: -30px; width: 120px; height: 120px; border-radius: 50%; background: rgba(255,255,255,.12); }
.rh-card3d .rh-chip { width: 36px; height: 27px; border-radius: 5px; background: linear-gradient(135deg,#f4d06f,#d9a441); margin-bottom: 24px; }
.rh-card3d .rh-c-label { font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; opacity: .85; font-family: var(--rh-sans); }
.rh-card3d .rh-c-num { font-family: var(--rh-serif); font-size: 1.15rem; letter-spacing: .1em; }
.rh-bal-row { display: flex; gap: 10px; }
.rh-bal-row .rh-field { flex: 1; }
.rh-bal-result { display: none; margin-top: 14px; padding: 14px 16px; border-radius: 12px; background: var(--rh-primary-soft); border: 1px solid #cfe6dd; }
.rh-bal-result.rh-show { display: block; }
.rh-bal-result .rh-amt-val { font-family: var(--rh-serif); font-size: 2rem; color: var(--rh-primary-ink); }
.rh-bal-result small { display: block; color: var(--rh-ink-2); font-size: .82rem; font-family: var(--rh-sans); }

/* ---------- sections ---------- */
.rh-sec { padding: clamp(40px, 6vw, 76px) 0; position: relative; }
.rh-sec-head { max-width: 62ch; margin-bottom: 32px; }
.rh-kick { font-family: var(--rh-sans); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--rh-accent-ink); margin: 0 0 8px; }
body[dir="rtl"] .rh-kick { letter-spacing: normal; }
.rh-kick::before { content: ""; display: inline-block; width: 22px; height: 2px; background: var(--rh-accent-ink); vertical-align: middle; margin-inline-end: 8px; }

/* steps */
.rh-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.rh-step { padding: 24px; }
.rh-step .rh-stnum { font-family: var(--rh-serif); font-size: 2.2rem; color: var(--rh-primary); line-height: 1; }
.rh-step h3 { margin: 8px 0 6px; }
.rh-step p { margin: 0; color: var(--rh-ink-2); font-size: .95rem; }

/* amount chips */
.rh-chips { display: flex; flex-wrap: wrap; gap: 12px; }
.rh-chip { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; min-height: 62px; min-width: 110px; padding: 10px 18px; border-radius: 14px; background: var(--rh-glass-2); border: 1px solid var(--rh-border); text-decoration: none; color: var(--rh-ink); box-shadow: var(--rh-shadow-sm); transition: transform .12s ease, background .12s ease; }
.rh-chip:hover { transform: translateY(-3px); background: var(--rh-primary); color: #fff; text-decoration: none; }
.rh-chip:hover span { color: rgba(255,255,255,.85); }
.rh-chip b { font-family: var(--rh-serif); font-size: 1.4rem; }
.rh-chip span { font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--rh-ink-2); font-family: var(--rh-sans); }

/* feature cards (masonry-ish) */
.rh-cards { columns: 3 260px; column-gap: 18px; }
.rh-fcard { break-inside: avoid; margin-bottom: 18px; padding: 24px; }
.rh-fcard .rh-ficon { width: 46px; height: 46px; border-radius: 12px; background: var(--rh-primary-soft); display: grid; place-items: center; color: var(--rh-primary-ink); margin-bottom: 14px; }
.rh-fcard h3 { margin: 0 0 6px; }
.rh-fcard p { margin: 0; color: var(--rh-ink-2); font-size: .95rem; }

/* prose + editorial dropcap */
.rh-prose { max-width: 70ch; }
.rh-prose h2 { margin-top: 1.5em; }
.rh-prose ul, .rh-prose ol { padding-inline-start: 22px; }
.rh-prose li { margin-bottom: .5em; }
.rh-dropcap::first-letter { font-family: var(--rh-serif); font-size: 3.4em; line-height: .8; float: left; margin: 6px 10px 0 0; color: var(--rh-accent); }
body[dir="rtl"] .rh-dropcap::first-letter { float: right; margin: 6px 0 0 10px; }
.rh-callout { border-inline-start: 4px solid var(--rh-primary); background: var(--rh-glass-2); border-radius: 0 14px 14px 0; padding: 16px 20px; margin: 22px 0; }
body[dir="rtl"] .rh-callout { border-radius: 14px 0 0 14px; }
.rh-quote { font-family: var(--rh-serif); font-size: 1.5rem; line-height: 1.35; color: var(--rh-ink); border-top: 2px solid var(--rh-accent); padding-top: 16px; margin: 26px 0; }

/* band */
.rh-band { position: relative; }
.rh-band .rh-inner { background: linear-gradient(135deg, var(--rh-primary), var(--rh-primary-ink)); color: #fff; border-radius: var(--rh-radius-lg); padding: clamp(28px,5vw,48px); display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; box-shadow: var(--rh-shadow); }
.rh-band h2 { color: #fff; margin: 0 0 6px; }
.rh-band p { color: rgba(255,255,255,.9); margin: 0; max-width: 46ch; }
.rh-band .rh-btn { background: #fff; color: var(--rh-primary-ink); }
.rh-band .rh-btn:hover { background: rgba(255,255,255,.9); }

/* ---------- forms ---------- */
.rh-form { display: grid; gap: 20px; }
.rh-field { display: grid; gap: 7px; }
.rh-field label { font-weight: 700; font-size: .92rem; font-family: var(--rh-sans); }
body[dir="rtl"] .rh-field label { font-family: var(--rh-ar-body); }
.rh-field .rh-hint { font-size: .78rem; color: var(--rh-ink-2); }
.rh-input, .rh-select { font: inherit; font-family: var(--rh-sans); font-size: 1rem; padding: 13px 15px; min-height: 52px; border: 1px solid var(--rh-line); border-radius: 12px; background: #fff; color: var(--rh-ink); width: 100%; }
.rh-input:focus, .rh-select:focus { outline: 3px solid var(--rh-primary); outline-offset: 1px; border-color: var(--rh-primary); }
.rh-input.rh-invalid, .rh-select.rh-invalid { border-color: #c0392b; background: #fdf3f2; }
.rh-err { color: #c0392b; font-size: .8rem; font-weight: 700; min-height: 1em; font-family: var(--rh-sans); }
.rh-input-wrap { position: relative; }
.rh-input-suffix { position: absolute; inset-inline-end: 15px; top: 50%; transform: translateY(-50%); color: var(--rh-ink-2); font-weight: 700; pointer-events: none; }
.rh-input[inputmode="numeric"], .rh-input[inputmode="decimal"], .rh-input[type="email"] { direction: ltr; text-align: start; }
body[dir="rtl"] .rh-input[inputmode="numeric"], body[dir="rtl"] .rh-input[inputmode="decimal"], body[dir="rtl"] .rh-input[type="email"] { text-align: right; }

.rh-amounts { display: flex; flex-wrap: wrap; gap: 12px; }
.rh-amount { position: relative; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; min-height: 56px; min-width: 100px; padding: 8px 16px; border: 1px solid var(--rh-line); border-radius: 12px; background: #fff; cursor: pointer; transition: background .12s ease, color .12s ease, border-color .12s ease; }
.rh-amount input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.rh-amount b { font-family: var(--rh-serif); font-size: 1.35rem; }
.rh-amount span { font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; color: var(--rh-ink-2); font-family: var(--rh-sans); }
.rh-amount.is-on, .rh-amount:has(input:checked) { background: var(--rh-primary); border-color: var(--rh-primary); color: #fff; }
.rh-amount.is-on span, .rh-amount:has(input:checked) span { color: rgba(255,255,255,.85); }

.rh-summary { display: flex; justify-content: space-between; align-items: center; padding: 16px 18px; border: 1px dashed var(--rh-border); border-radius: 12px; background: var(--rh-glass-2); }
.rh-summary .rh-total { font-family: var(--rh-serif); font-size: 1.7rem; color: var(--rh-primary-ink); }

.rh-form-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(24px, 4vw, 44px); align-items: start; }
.rh-form-card { padding: clamp(20px, 3vw, 34px); }
.rh-aside-card { padding: 22px; }
.rh-aside-card h3 { margin-top: 0; }
.rh-aside-card ul { padding-inline-start: 18px; margin: 0; }
.rh-aside-card li { margin-bottom: 9px; font-size: .92rem; }

/* faq */
.rh-faq details { margin-bottom: 12px; padding: 2px 4px; }
.rh-faq summary { cursor: pointer; list-style: none; padding: 17px 46px 17px 20px; font-weight: 700; font-family: var(--rh-sans); position: relative; }
body[dir="rtl"] .rh-faq summary { padding: 17px 20px 17px 46px; font-family: var(--rh-ar-body); }
.rh-faq summary::-webkit-details-marker { display: none; }
.rh-faq summary::after { content: "+"; position: absolute; inset-inline-end: 18px; top: 12px; font-size: 1.5rem; color: var(--rh-primary); }
.rh-faq details[open] summary::after { content: "\2212"; }
.rh-faq .rh-faq-a { padding: 0 20px 18px; color: var(--rh-ink-2); }
.rh-faq .rh-faq-a p { margin: 0; }

/* page head */
.rh-phead { padding: clamp(26px, 5vw, 52px) 0 clamp(16px, 3vw, 28px); }
.rh-crumb { font-size: .78rem; color: var(--rh-ink-2); margin: 0 0 12px; font-family: var(--rh-sans); }
.rh-crumb a { color: var(--rh-ink-2); }

/* contact grid */
.rh-contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; }

/* ---------- footer ---------- */
.rh-foot { background: #0f211c; color: #b9c8c1; margin-top: 20px; }
.rh-foot .rh-wrap { padding: 50px 0 26px; }
.rh-foot-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 30px; }
.rh-foot h4 { color: #fff; font-family: var(--rh-sans); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px; }
.rh-foot ul { list-style: none; margin: 0; padding: 0; }
.rh-foot li { margin-bottom: 9px; }
.rh-foot a { color: #b9c8c1; font-size: .9rem; text-decoration: none; }
.rh-foot a:hover { color: #fff; text-decoration: underline; }
.rh-foot-logo b { font-family: var(--rh-serif); font-size: 1.4rem; color: #fff; }
.rh-foot-blurb { font-size: .9rem; max-width: 40ch; margin: 12px 0; }
.rh-foot address { font-style: normal; font-size: .86rem; line-height: 1.7; }
.rh-cards-note { display: flex; gap: 8px; margin-top: 14px; align-items: center; font-size: .8rem; color: #9fb1a9; }
.rh-cards-note svg { color: #cdddd6; }
.rh-foot-bar { border-top: 1px solid #27403a; margin-top: 30px; padding-top: 18px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .8rem; }

/* cookie banner */
.rh-cookie { position: fixed; inset-inline: 16px; bottom: 16px; z-index: 80; max-width: 680px; margin: 0 auto; background: #fff; border: 1px solid var(--rh-border); border-radius: var(--rh-radius); box-shadow: var(--rh-shadow); padding: 16px 18px; display: none; gap: 14px; align-items: center; flex-wrap: wrap; }
.rh-cookie.rh-show { display: flex; }
.rh-cookie p { margin: 0; font-size: .86rem; flex: 1 1 260px; }

/* scroll top + progress */
.rh-top { position: fixed; inset-inline-end: 18px; bottom: 18px; z-index: 70; width: 48px; height: 48px; border-radius: 50% 50% 50% 8px; border: 0; background: var(--rh-primary); color: #fff; cursor: pointer; display: grid; place-items: center; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease, transform .15s ease; box-shadow: var(--rh-shadow-sm); }
.rh-top.rh-show { opacity: 1; visibility: visible; }
.rh-top:hover { transform: translateY(-3px); }
.rh-progress { position: fixed; top: 0; inset-inline-start: 0; height: 3px; width: 0; background: var(--rh-accent); z-index: 100; transition: width .1s linear; }

/* reveal */
.rh-reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.rh-reveal.rh-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rh-reveal { opacity: 1; transform: none; transition: none; } .rh-head { transition: none; } }

/* overlay spinner */
.rh-overlay { position: fixed; inset: 0; z-index: 200; background: rgba(244,248,247,.92); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); display: none; align-items: center; justify-content: center; }
.rh-overlay.rh-show { display: flex; }
.rh-spinner { width: 54px; height: 54px; border: 4px solid var(--rh-line); border-top-color: var(--rh-primary); border-radius: 50%; animation: rh-spin .8s linear infinite; }
@keyframes rh-spin { to { transform: rotate(360deg); } }

.rh-noscript { background: var(--rh-accent); color: #fff; text-align: center; padding: 10px; font-size: .85rem; }

/* responsive */
@media (max-width: 900px) {
  .rh-hero-grid { grid-template-columns: 1fr; }
  .rh-form-grid { grid-template-columns: 1fr; }
  .rh-foot-top { grid-template-columns: 1fr 1fr; }
  .rh-cards { columns: 2 240px; }
}
@media (max-width: 760px) {
  .rh-nav-l { display: none; }
  .rh-head .rh-wrap { grid-template-columns: auto 1fr auto; }
  .rh-logo { justify-self: start; }
  .rh-burger { display: inline-flex; }
  .rh-head-cta { display: none; }
}
@media (max-width: 560px) {
  :root { --rh-fs-root: 17px; }
  .rh-foot-top { grid-template-columns: 1fr; }
  .rh-band .rh-inner { flex-direction: column; align-items: flex-start; }
  .rh-cards { columns: 1; }
}
@media (max-width: 360px) {
  .rh-btn { width: 100%; justify-content: center; }
  .rh-hero-cta .rh-btn { width: 100%; }
  .rh-lang button span.rh-lang-txt { display: none; }
}
