/* ==========================================================================
   ECPA landing pages. Calm edition.
   Navy #0F1E3C and gold #B8870C from the logo. One accent, lots of air,
   custom line-art emblems, real client logos.
   ========================================================================== */
:root {
  --navy: #0F1E3C; --navy-deep: #091430; --navy-tint: #EEF1F6;
  --gold: #B8870C; --gold-deep: #8A6508; --gold-bright: #D4A020; --gold-tint: #FAF4E4;
  --ink: #0F1E3C; --ink-2: #3F4A63; --muted: #6E7890;
  --paper: #FFFFFF; --paper-2: #F7F8FA; --line: #E4E7EE; --line-strong: #C9CFDB;
  --wa: #1FAF5A; --wa-deep: #158A46; --success: #1B7F5A; --danger: #C0392B;
  --display: 'Newsreader', Georgia, 'Times New Roman', serif;
  --body: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --r: 12px; --r-lg: 18px;
  --shadow: 0 1px 2px rgba(15,30,60,.04), 0 10px 30px rgba(15,30,60,.06);
  --shadow-lg: 0 2px 6px rgba(15,30,60,.05), 0 30px 60px rgba(15,30,60,.12);
  --wrap: 1140px; --header-h: 72px; --t: 180ms cubic-bezier(.4,0,.2,1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; font-family: var(--body); font-size: 1.05rem; line-height: 1.65; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.12; margin: 0 0 .5em; letter-spacing: -.015em; color: var(--ink); font-weight: 600; }
h1 { font-size: clamp(2.2rem, 4.6vw, 3.5rem); letter-spacing: -.02em; line-height: 1.06; }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
a { color: var(--navy); }
ul, ol { margin: 0; padding: 0; list-style: none; }
img, svg { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 3px; border-radius: 4px; }
.wrap { width: min(var(--wrap), 100% - 2.5rem); margin-inline: auto; }
.muted { color: var(--ink-2); }
.eyebrow { font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-deep); margin: 0 0 .9rem; }
.lede { font-size: 1.12rem; color: var(--ink-2); max-width: 58ch; }
.num { font-variant-numeric: tabular-nums; }
.hp { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.opt { font-weight: 400; color: var(--muted); }

/* Buttons: one solid gold action, one navy, one quiet outline, green only for the WhatsApp step */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .85rem 1.4rem; border-radius: 999px; border: 1.5px solid transparent; font-weight: 700; font-size: 1rem; line-height: 1.15; text-decoration: none; white-space: nowrap; transition: background var(--t), color var(--t), border-color var(--t), transform var(--t), box-shadow var(--t); }
.btn:active { transform: translateY(1px); }
.btn svg { width: 20px; height: 20px; flex: none; }
.btn--primary { background: var(--navy); color: #fff; }
.btn--primary:hover { background: var(--navy-deep); color: #fff; }
.btn--gold { background: var(--gold); color: #fff; box-shadow: 0 8px 22px rgba(184,135,12,.25); }
.btn--gold:hover { background: var(--gold-deep); color: #fff; }
.btn--wa { background: var(--wa); color: #fff; }
.btn--wa:hover { background: var(--wa-deep); color: #fff; }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--line-strong); }
.btn--ghost:hover { border-color: var(--navy); background: var(--navy-tint); color: var(--navy); }
.btn--sm { padding: .6rem 1.05rem; font-size: .92rem; }
.cta-short { display: none; }
@media (max-width: 520px) { .header .cta-long { display: none; } .header .cta-short { display: inline; } .header .btn--sm { padding: .55rem .9rem; } }
.btn--lg { padding: 1rem 1.7rem; font-size: 1.06rem; }
.btn--block { width: 100%; }

/* Header */
.header { position: sticky; top: 0; z-index: 50; height: var(--header-h); background: rgba(255,255,255,.94); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid transparent; transition: border-color var(--t); }
.header.is-stuck { border-color: var(--line); }
.header__in { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand img { height: 36px; width: auto; }
.header__right { display: flex; align-items: center; gap: 1.1rem; }
.lang { text-decoration: none; color: var(--ink-2); font-weight: 600; font-size: .92rem; }
.lang:hover { color: var(--navy); }
.header__phone { display: inline-flex; align-items: center; gap: .45rem; text-decoration: none; color: var(--ink); font-weight: 600; font-size: .95rem; }
.header__phone svg { width: 18px; height: 18px; color: var(--gold-deep); }
@media (max-width: 760px) { .header__phone { display: none; } .header__right { gap: .8rem; } }

/* Hero. The photograph is the background of the copy side and fades into the page before the form. */
.hero { position: relative; padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(2rem, 5vw, 4rem); background: var(--paper-2); overflow: hidden; }
.hero--photo { background: var(--navy-deep); }
.hero__media { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero__media::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(to var(--fade-dir, right), rgba(9,20,48,.86) 0%, rgba(9,20,48,.74) 40%, rgba(9,20,48,.42) 70%, rgba(9,20,48,.3) 100%),
  linear-gradient(to top, rgba(9,20,48,.35), transparent 45%); }
[dir="rtl"] .hero__media { --fade-dir: left; }
.hero--photo .hero__copy { position: relative; color: #fff; padding-block: 1rem 2rem; }
.hero--photo .hero__copy h1 { color: #fff; }
.hero--photo .hero__copy h1 em { color: var(--gold-bright); }
.hero--photo .eyebrow { color: var(--gold-bright); }
.hero--photo .lede { color: rgba(255,255,255,.82); }
.hero--photo .hero__note { color: rgba(255,255,255,.62); }
.hero--photo .trust { color: rgba(255,255,255,.88); }
.hero--photo .trust svg { color: var(--gold-bright); }
.btn--light { background: #fff; color: var(--navy); }
.btn--light:hover { background: var(--navy-tint); color: var(--navy); }
@media (max-width: 960px) {
  /* Phones and tablets: a visible photo band at the top, the copy on solid navy beneath it */
  .hero--photo { background: var(--navy-deep); padding-top: 0; }
  .hero__media { inset-inline-end: 0; bottom: auto; height: clamp(220px, 52vw, 420px); }
  .hero__media::after { background: linear-gradient(to bottom, rgba(9,20,48,.15) 0%, rgba(9,20,48,.2) 55%, var(--navy-deep) 100%); }
  .hero--photo .hero__copy { padding-top: clamp(150px, 38vw, 300px); }
  .hero__grid { gap: 1.5rem; }
}
.hero__grid > * { min-width: 0; }
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
@media (max-width: 960px) { .hero__grid { grid-template-columns: 1fr; } }
.hero__copy { position: relative; }
.hero h1 { max-width: 16ch; margin-bottom: 1.1rem; }
.hero h1 em { font-style: italic; color: var(--gold-deep); }
.hero .lede { margin-bottom: 1.6rem; }
.hero__cta { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem 1.1rem; margin-bottom: 1.6rem; }
.hero__note { font-size: .9rem; color: var(--muted); margin: 0; }
.trust { display: flex; flex-wrap: wrap; gap: .45rem 1.3rem; font-size: .9rem; color: var(--ink-2); font-weight: 600; }
.trust li { display: inline-flex; align-items: center; gap: .4rem; }
.trust svg { width: 16px; height: 16px; color: var(--success); flex: none; }
.trust--col { flex-direction: column; gap: .5rem; font-weight: 500; }

.emblem svg .g, .svc__art svg .g { stroke: var(--gold); }


/* Form card */
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.6rem 1.6rem 1.4rem; box-shadow: 0 24px 60px rgba(9,20,48,.35); }
.card__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.card h2 { font-size: 1.4rem; margin-bottom: .3rem; }
.card__step { font-size: .8rem; color: var(--muted); white-space: nowrap; }
.card > p { color: var(--ink-2); font-size: .95rem; margin-bottom: 1.1rem; }
.form { display: grid; gap: .75rem; }
.form__body { display: grid; gap: .75rem; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
@media (max-width: 480px) { .form__row { grid-template-columns: 1fr; } }
.qgroup { display: grid; gap: .75rem; }
.qgroup[hidden] { display: none; }
.field { display: grid; gap: .3rem; min-width: 0; }
.form__row > .field { min-width: 0; }
.card, .form, .form__body, .qgroup { min-width: 0; }
.field label { font-size: .84rem; font-weight: 600; color: var(--ink-2); }
.field input, .field select, .field textarea { width: 100%; max-width: 100%; min-width: 0; font: inherit; font-size: 1rem; color: var(--ink); background: #fff; border: 1.5px solid var(--line-strong); border-radius: 8px; padding: .68rem .8rem; transition: border-color var(--t), box-shadow var(--t); }
.field textarea { min-height: 64px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(15,30,60,.12); }
.field.is-invalid input, .field.is-invalid select { border-color: var(--danger); }
.field__err { font-size: .8rem; color: var(--danger); display: none; }
.field.is-invalid .field__err { display: block; }
.form__actions { display: grid; gap: .55rem; margin-top: .2rem; }
.form__fine { font-size: .8rem; color: var(--muted); text-align: center; margin: 0; }
.form__fine a { color: var(--muted); }
.form__done, .form__disq { display: none; text-align: center; padding: .8rem 0 .4rem; }
.form__done svg { width: 44px; height: 44px; color: var(--success); margin: 0 auto .6rem; }
.form__done h3, .form__disq h3 { margin-bottom: .5rem; font-size: 1.15rem; }
.form__disq p { color: var(--ink-2); font-size: .95rem; margin-bottom: 1rem; }
.form.is-done .form__body, .form.is-disq .form__body { display: none; }
.form.is-done .form__done, .form.is-disq .form__disq { display: block; }
.cf-turnstile { margin: .2rem 0; }

/* Client logos: a continuous carousel. Two identical tracks scroll by one track width for a seamless loop. */
.logos { padding: 2rem 0 1.4rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.logos__title { text-align: center; font-size: .9rem; font-weight: 600; color: var(--muted); margin: 0 0 1.2rem; }
.marquee { display: flex; overflow: hidden; width: 100%; -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; flex: none; align-items: center; gap: 2.5rem; padding-inline-end: 2.5rem; animation: marquee 48s linear infinite; }
.marquee:hover .marquee__track, .marquee:focus-within .marquee__track { animation-play-state: paused; }
.marquee__track li { --lw: 150px; --lh: 76px; flex: none; width: var(--lw); height: var(--lh); display: flex; align-items: center; justify-content: center; }
.marquee__track img { max-width: var(--lw); max-height: var(--lh); width: auto; height: auto; object-fit: contain; filter: grayscale(1); opacity: .75; transition: filter var(--t), opacity var(--t); }
.marquee__track li:hover img { filter: none; opacity: 1; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-100%); } }
@media (max-width: 720px) { .marquee__track { gap: 1.6rem; padding-inline-end: 1.6rem; animation-duration: 36s; } .marquee__track li { --lw: 120px; --lh: 60px; } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } .marquee { overflow-x: auto; mask-image: none; -webkit-mask-image: none; } .marquee__track[aria-hidden] { display: none; } }

/* Sections */
.section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.section--tint { background: var(--paper-2); }
.section__head { max-width: 62ch; margin-bottom: clamp(1.6rem, 4vw, 2.6rem); }
.section__head .lede { margin-bottom: 0; }
.split { display: grid; grid-template-columns: minmax(200px, .34fr) minmax(0, 1fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: start; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }
.split aside { position: sticky; top: calc(var(--header-h) + 1.5rem); }
.split aside h2 { margin-bottom: .5rem; }
.split aside .btn { margin-top: .4rem; }

/* What you get */
.scope { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem 2.5rem; }
@media (max-width: 720px) { .scope { grid-template-columns: 1fr; } }
.scope li { display: grid; grid-template-columns: 44px 1fr; gap: .9rem; align-items: start; }
.ic { width: 44px; height: 44px; border-radius: 12px; background: var(--navy-tint); color: var(--navy); display: grid; place-items: center; }
.ic svg { width: 22px; height: 22px; }
.scope b { display: block; font-weight: 700; margin-bottom: .15rem; }
.scope span { color: var(--ink-2); font-size: .97rem; }

/* Steps */
.steps { counter-reset: step; display: grid; }
.steps li { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; padding: 1.1rem 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li::before { counter-increment: step; content: counter(step); width: 32px; height: 32px; border-radius: 50%; background: var(--gold-tint); color: var(--gold-deep); font-weight: 700; display: grid; place-items: center; font-size: .9rem; }
.steps h3 { font-size: 1.1rem; margin-bottom: .25rem; }
.steps p { margin: 0; color: var(--ink-2); }

/* Why */
.why { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
@media (max-width: 960px) { .why { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .why { grid-template-columns: 1fr; } }
.why li { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.4rem 1.4rem 1.3rem; }
.why .num { display: block; font-family: var(--display); font-size: 2.2rem; color: var(--gold-deep); line-height: 1; margin-bottom: .6rem; }
.why .num--dash { height: 3px; width: 28px; background: var(--gold); border-radius: 2px; margin: 1rem 0 1.65rem; }
.why b { display: block; font-family: var(--display); font-size: 1.2rem; font-weight: 600; margin-bottom: .35rem; }
.why span:not(.num) { color: var(--ink-2); font-size: .96rem; }

/* Extras used by some pages */
.tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
@media (max-width: 960px) { .tiers { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .tiers { grid-template-columns: 1fr; } }
.tier { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.3rem; display: flex; flex-direction: column; gap: .45rem; }
.tier.is-featured { border-color: var(--gold); }
.tier h3 { margin: 0; font-size: 1.15rem; }
.tier .num { color: var(--gold-deep); font-size: .82rem; font-weight: 700; letter-spacing: .04em; }
.tier p { margin: 0 0 .3rem; color: var(--ink-2); font-size: .95rem; flex: 1; }
.modules { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: .5rem; }
.modules li { background: var(--paper-2); border-radius: 8px; padding: .55rem .8rem; font-size: .92rem; font-weight: 600; }
.modules__group { margin-bottom: 1.2rem; }
.modules__group h3 { font-family: var(--body); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: .5rem; }
.ledger { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
@media (max-width: 640px) { .ledger { grid-template-columns: 1fr 1fr; } }
.ledger li { border-top: 2px solid var(--gold); padding-top: .6rem; }
.ledger b { display: block; font-family: var(--display); font-size: 1.8rem; color: var(--navy); line-height: 1.1; }
.ledger span { font-size: .85rem; color: var(--ink-2); }

/* Services grid (hub) */
.group { font-family: var(--body); font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin: 2rem 0 .9rem; }
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
@media (max-width: 960px) { .services { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .services { grid-template-columns: 1fr; } }
.svc { display: flex; flex-direction: column; gap: .45rem; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.5rem; text-decoration: none; color: var(--ink); transition: transform var(--t), box-shadow var(--t), border-color var(--t); }
.svc:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: var(--navy); }
.svc__art { width: 64px; color: var(--navy); margin-bottom: .4rem; }
.svc h3 { margin: 0; font-size: 1.25rem; }
.svc p { margin: 0; color: var(--ink-2); font-size: .96rem; flex: 1; }
.svc__go { color: var(--gold-deep); font-weight: 700; display: inline-flex; align-items: center; gap: .4rem; margin-top: .4rem; font-size: .95rem; }
.svc__go svg { width: 18px; height: 18px; transition: transform var(--t); }
.svc:hover .svc__go svg { transform: translateX(4px); }

/* FAQ */
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 1rem 0; font-weight: 700; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.3rem; color: var(--gold-deep); flex: none; transition: transform var(--t); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding: 0 0 1.1rem; color: var(--ink-2); }
.faq details > div p:last-child { margin-bottom: 0; }

/* Final call to action */
.cta { position: relative; overflow: hidden; background: var(--navy); color: #fff; padding: clamp(3.5rem, 8vw, 6rem) 0; }
.cta__media { position: absolute; inset: 0; background-size: cover; background-position: center; }
.cta__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to var(--fade-dir, right), rgba(9,20,48,.94) 0%, rgba(9,20,48,.86) 45%, rgba(9,20,48,.45) 100%); }
[dir="rtl"] .cta__media { --fade-dir: left; }
.cta__in { position: relative; }
.cta h2 { color: #fff; max-width: 22ch; }
.cta .lede { color: rgba(255,255,255,.78); }
.cta__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.6rem; }
.cta__phone { color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; }
.cta__phone svg { width: 20px; height: 20px; color: var(--gold-bright); }

/* Footer */
.footer { padding: 2.5rem 0 2rem; border-top: 1px solid var(--line); font-size: .92rem; color: var(--ink-2); }
.footer__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 2rem; margin-bottom: 1.8rem; }
@media (max-width: 720px) { .footer__grid { grid-template-columns: 1fr; } }
.footer__logo { height: 32px; width: auto; margin-bottom: .8rem; }
.footer h4 { font-family: var(--body); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: .7rem; }
.footer li { margin-bottom: .35rem; }
.footer a { color: var(--ink-2); text-decoration: none; }
.footer a:hover { color: var(--navy); }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem; border-top: 1px solid var(--line); padding-top: 1.2rem; font-size: .82rem; color: var(--muted); }

/* Floating call button */
.call { position: fixed; z-index: 60; bottom: 1.25rem; inset-inline-end: 1.25rem; display: inline-flex; align-items: center; gap: .6rem; height: 56px; padding: 0 1rem 0 0; border-radius: 999px; background: var(--navy); color: #fff; text-decoration: none; box-shadow: 0 10px 30px rgba(15,30,60,.3); transition: transform var(--t), box-shadow var(--t); }
.call svg { width: 22px; height: 22px; margin-inline-start: 1.05rem; flex: none; }
.call span { font-size: .9rem; font-weight: 600; max-width: 0; overflow: hidden; white-space: nowrap; opacity: 0; transition: max-width 260ms ease, opacity var(--t); }
.call span b { font-weight: 700; }
.call:hover, .call:focus-visible { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(15,30,60,.35); }
.call.is-hidden { transform: translateY(140%); opacity: 0; pointer-events: none; }
.call { transition: transform 260ms ease, opacity 220ms ease, box-shadow var(--t); }
.call:hover span, .call:focus-visible span { max-width: 260px; opacity: 1; }
@media (max-width: 720px) { .call { padding: 0; width: 56px; justify-content: center; } .call svg { margin: 0; } .call span { display: none; } }

/* Thank-you, privacy, related */
.thanks__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
@media (max-width: 960px) { .thanks__grid { grid-template-columns: 1fr; } }
.hero--thanks h1 { max-width: 18ch; }
.summary { display: grid; grid-template-columns: auto 1fr; gap: .45rem 1rem; margin: 0; font-size: .95rem; }
.summary dt { color: var(--muted); font-size: .8rem; padding-top: .15rem; }
.summary dd { margin: 0; font-weight: 600; }
.related { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
@media (max-width: 720px) { .related { grid-template-columns: 1fr; } }
.related a { display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1rem 1.1rem; text-decoration: none; color: var(--ink); font-weight: 700; }
.related a span { display: block; font-weight: 500; color: var(--ink-2); font-size: .9rem; margin-top: .2rem; }
.related a:hover { border-color: var(--navy); }
.prose { max-width: 720px; }
.prose p { color: var(--ink-2); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(10px); transition: opacity 450ms ease, transform 450ms ease; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* Arabic */
[dir="rtl"] { --display: 'Cairo', 'Segoe UI', Tahoma, sans-serif; --body: 'Cairo', 'Segoe UI', Tahoma, sans-serif; }
[dir="rtl"] body { font-size: 1.08rem; line-height: 1.85; }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] h4 { letter-spacing: 0; line-height: 1.35; font-weight: 800; }
[dir="rtl"] h1 { font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.3; }
[dir="rtl"] .hero h1 em { color: var(--gold-deep); font-weight: 800; }
[dir="rtl"] .why .num { font-family: var(--body); font-weight: 800; }
[dir="rtl"] .hero h1 em { font-style: normal; }
[dir="rtl"] .eyebrow, [dir="rtl"] .group, [dir="rtl"] .footer h4, [dir="rtl"] .modules__group h3, [dir="rtl"] .tier .num { letter-spacing: 0; }
[dir="rtl"] .svc__go svg { transform: scaleX(-1); }
[dir="rtl"] .svc:hover .svc__go svg { transform: scaleX(-1) translateX(-4px); }
[dir="rtl"] .field input[type="tel"] { text-align: left; direction: ltr; }
[dir="rtl"] .call svg { margin-inline-start: 0; margin-inline-end: 1.05rem; }
[dir="rtl"] .call { padding: 0 0 0 1rem; }
@media (max-width: 720px) { [dir="rtl"] .call { padding: 0; } [dir="rtl"] .call svg { margin: 0; } }
