/* ============================================================
   مطية / MTYA — Partner Acquisition Site
   Bright Direction (v2). RTL, Arabic-first. Built on tokens.json.
   Ground: bright cream. Gold = primary action. Ochre = partner device.
   ============================================================ */
:root {
  /* palette — Bright Direction */
  --gold:        #EAA828;
  --gold-bright: #F5C840;
  --gold-light:  #F7D870;
  --gold-deep:   #B87820;

  --ochre:       #9C5A2C;
  --ochre-light: #E9D3C1;
  --ochre-deep:  #7C4520;

  --cream:       #FEFCF2;
  --warm:        #FFF8E8;
  --surface:     #FFFDF7;
  --input:       #FFFFFF;

  --border:      #EFE3C8;
  --border-soft: #F8F0DC;
  --border-dim:  #E3D5B4;

  --ink:         #1C1508;
  --ink-soft:    #6E6144;
  --ink-faint:   #9E9068;

  --charcoal:    #1C1508;
  --charcoal-2:  #2A2113;
  --on-dark:     #EFDFAF;
  --on-dark-soft:#C9BB99;

  --green:       #2E7D52;
  --green-soft:  #E4F0E8;
  --danger:      #C0392B;
  --danger-soft: #FBEAE7;

  --ar-display:  "Amiri", "IBM Plex Sans Arabic", serif;
  --ar-ui:       "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, sans-serif;
  --latin:       "IBM Plex Sans", system-ui, sans-serif;

  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --arch: 50% 50% 12px 12px / 60% 60% 12px 12px;

  --shadow-card: 0 2px 10px rgba(28,21,8,0.07), 0 0 0 0.5px rgba(28,21,8,0.04);
  --shadow-soft: 0 1px 4px rgba(28,21,8,0.05);
  --shadow-lift: 0 18px 40px -24px rgba(124,69,32,0.42);
  --gold-glow:  0 6px 18px rgba(234,168,40,0.35);
  --ochre-glow: 0 6px 18px rgba(156,90,44,0.28);

  --maxw: 1180px;
  --gut: clamp(20px, 5vw, 72px);

  /* tweakable */
  --sadu-vis: 0.06;
  --accent: var(--ochre);        /* partner accent device */
  --accent-deep: var(--ochre-deep);
  --accent-light: var(--ochre-light);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--ar-ui);
  background: var(--cream);
  color: var(--ink);
  direction: rtl;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  padding-bottom: env(safe-area-inset-bottom);
}
a { color: var(--gold-deep); text-decoration: none; }
a:hover { color: var(--ochre-deep); }
img, svg { display: block; }

/* LTR islands: phone, IBAN, price, plate, email, digits */
.ltr, .lat {
  font-family: var(--latin);
  direction: ltr;
  unicode-bidi: isolate;
}
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
section { padding-block: clamp(56px, 8vw, 116px); position: relative; }

/* ---- surfaces ---- */
.s-cream { background: var(--cream); }
.s-warm  { background: var(--warm); }
.s-dark  { background: var(--charcoal); color: var(--on-dark); }
.s-dark .lead, .s-dark p { color: var(--on-dark-soft); }

/* ---- sadu watermark util ---- */
.sadu-wm { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.sadu-wm rect { opacity: var(--sadu-vis); }
.s-dark .sadu-wm rect { opacity: calc(var(--sadu-vis) * 1.7); }
.wrap { position: relative; z-index: 1; }

/* ============================================================
   Typographic primitives
   ============================================================ */
.kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12px; font-weight: 600; letter-spacing: .01em;
  color: var(--gold-deep); margin: 0 0 20px;
}
.s-dark .kicker { color: var(--gold); }
.kicker .num { font-family: var(--latin); letter-spacing: .1em; font-weight: 700; font-variant-numeric: tabular-nums; }
.kicker .en  { font-family: var(--latin); font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase; opacity: .85; }
.kicker .bar { width: 46px; height: 1px; background: currentColor; opacity: .35; }

.sec-title {
  font-family: var(--ar-display); font-weight: 700;
  font-size: clamp(30px, 4.4vw, 54px); line-height: 1.14;
  margin: 0 0 18px; color: var(--ink); text-wrap: balance;
}
.s-dark .sec-title { color: var(--on-dark); }
.s-dark .sec-title .hl, .sec-title .hl { color: var(--gold); }
.lead {
  font-size: clamp(16px, 1.5vw, 19px); line-height: 1.8;
  max-width: 58ch; color: var(--ink-soft); margin: 0;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12px; font-weight: 600; letter-spacing: .01em;
  color: var(--ochre-deep); background: var(--ochre-light);
  padding: 7px 14px; border-radius: 9999px; margin-bottom: 20px;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ochre); }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--ar-ui); font-size: 16px; font-weight: 600;
  height: 54px; padding-inline: 26px; border-radius: 9999px;
  border: 1.5px solid transparent; cursor: pointer; text-decoration: none;
  transition: transform .16s ease, background .16s ease, box-shadow .16s ease, color .16s ease, border-color .16s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn .en { font-family: var(--latin); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; opacity: .72; }
.btn-gold { background: var(--gold); color: var(--charcoal); box-shadow: var(--gold-glow); }
.btn-gold:hover { background: var(--gold-bright); color: var(--charcoal); }
.btn-ochre { background: var(--ochre); color: #fff; box-shadow: var(--ochre-glow); }
.btn-ochre:hover { background: var(--ochre-deep); color: #fff; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--border-dim); }
.btn-ghost:hover { border-color: var(--gold-deep); color: var(--ochre-deep); }
.btn-ghost-dark { background: transparent; color: var(--on-dark); border-color: rgba(239,223,175,.34); }
.btn-ghost-dark:hover { border-color: var(--gold); color: var(--gold); }
.btn-sm { height: 44px; font-size: 14px; padding-inline: 18px; }
.btn-block { width: 100%; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 80;
  background: color-mix(in oklab, var(--cream) 88%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 66px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand .mk { width: 38px; height: 38px; color: var(--gold); flex: none; }
.brand .words { display: flex; flex-direction: column; line-height: 1; }
.brand .words .ar { font-family: var(--ar-display); font-size: 27px; font-weight: 700; color: var(--ink); }
.brand .words .en { font-family: var(--latin); font-size: 9px; letter-spacing: .32em; text-transform: uppercase; color: var(--ink-faint); margin-top: 3px; }
.nav-links { display: flex; gap: 2px; align-items: center; }
.nav-links a {
  font-size: 14.5px; color: var(--ink-soft); font-weight: 500;
  padding: 8px 13px; border-radius: 9px; transition: color .15s, background .15s;
}
.nav-links a:hover, .nav-links a.active { color: var(--ink); background: var(--warm); }
.nav-cta { display: flex; align-items: center; gap: 8px; }
.nav-toggle {
  display: none; width: 44px; height: 44px; border: none; background: none;
  cursor: pointer; align-items: center; justify-content: center; color: var(--ink);
}
.nav-toggle svg { width: 24px; height: 24px; }
@media (max-width: 1000px) {
  .nav-links { display: none; }
  .nav-cta .btn:not(.nav-toggle) { display: none; }
  .nav-toggle { display: inline-flex; }
}

/* mobile drawer */
.drawer {
  position: fixed; inset: 0; z-index: 90; background: rgba(28,21,8,.4);
  opacity: 0; pointer-events: none; transition: opacity .22s ease;
}
.drawer.open { opacity: 1; pointer-events: auto; }
.drawer-panel {
  position: absolute; inset-block: 0; inset-inline-end: 0; width: min(84vw, 340px);
  background: var(--cream); padding: 22px; display: flex; flex-direction: column; gap: 4px;
  transform: translateX(-100%); transition: transform .26s ease;
  box-shadow: -20px 0 50px -30px rgba(0,0,0,.5);
}
[dir=rtl] .drawer-panel { transform: translateX(100%); }
.drawer.open .drawer-panel { transform: none; }
.drawer-panel .dh { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.drawer-panel a.dl { font-size: 17px; color: var(--ink); padding: 13px 8px; border-bottom: 1px solid var(--border-soft); }
.drawer-panel a.dl:hover { color: var(--gold-deep); }
.drawer-panel .btn { margin-top: 16px; }
.icon-btn { width: 44px; height: 44px; border: none; background: none; cursor: pointer; color: var(--ink); display: grid; place-items: center; }
.icon-btn svg { width: 24px; height: 24px; }

/* mobile persistent CTA bar */
.mobile-cta {
  position: fixed; inset-inline: 0; bottom: 0; z-index: 70;
  background: color-mix(in oklab, var(--cream) 92%, transparent);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--border);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  display: none;
}
.mobile-cta .btn { width: 100%; height: 50px; }
@media (max-width: 1000px) { .mobile-cta { display: block; } body { padding-bottom: 74px; } }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; overflow: hidden; background: var(--charcoal); color: var(--on-dark); }
.hero .wrap { padding-block: clamp(46px, 7vw, 92px); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(36px, 5vw, 64px); align-items: center; }
@media (max-width: 940px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12px; font-weight: 600; color: var(--gold);
  border: 1px solid rgba(234,168,40,.4); background: rgba(234,168,40,.08);
  padding: 7px 15px; border-radius: 9999px; margin-bottom: 24px;
}
.hero-eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.hero h1 {
  font-family: var(--ar-display); font-weight: 700;
  font-size: clamp(64px, 11vw, 128px); line-height: .84; color: var(--gold);
  margin: 0; text-shadow: 0 2px 60px rgba(234,168,40,.3);
}
.hero .h1-en { font-family: var(--latin); font-size: clamp(13px, 1.5vw, 17px); letter-spacing: .5em; text-transform: uppercase; font-weight: 400; margin: 14px 0 0; color: var(--on-dark-soft); }
.hero-tag { margin: 26px 0 0; font-size: clamp(17px, 1.9vw, 22px); line-height: 1.7; max-width: 34ch; color: var(--on-dark); }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 32px; }
.hero-meta { margin-top: 40px; display: flex; gap: 12px 36px; flex-wrap: wrap; }
.hero-meta .l { font-family: var(--latin); font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.hero-meta .v { font-size: 14.5px; color: var(--on-dark-soft); margin-top: 5px; }
.hero-arch-frame { position: relative; }

/* ============================================================
   Phone mock (partner mode)
   ============================================================ */
.phone-stage { position: relative; display: grid; place-items: center; }
.phone-stage::before {
  content: ""; position: absolute; width: 108%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(234,168,40,.2), transparent 62%); filter: blur(6px);
}
.phone {
  position: relative; width: 306px; max-width: 80vw; aspect-ratio: 306/636;
  background: #0c0a06; border-radius: 44px; padding: 11px;
  box-shadow: 0 46px 90px -34px rgba(0,0,0,.75), inset 0 0 0 2px rgba(234,168,40,.22);
}
.phone .screen { width: 100%; height: 100%; border-radius: 33px; overflow: hidden; background: var(--cream); display: flex; flex-direction: column; }
.ph-status { display: flex; justify-content: space-between; align-items: center; font-family: var(--latin); font-size: 10.5px; padding: 12px 18px 6px; color: var(--ink); }
.ph-status .dots { letter-spacing: 1px; }
.ph-top { padding: 6px 16px 14px; }
.ph-partner-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 600; color: var(--ochre-deep); background: var(--ochre-light); padding: 4px 9px; border-radius: 9999px; }
.ph-hello { font-family: var(--ar-display); font-size: 21px; color: var(--ink); margin-top: 9px; font-weight: 700; }
.ph-sub { font-size: 11px; color: var(--ink-soft); margin-top: 2px; }
.ph-body { flex: 1; padding: 4px 14px 14px; overflow: hidden; background: var(--warm); }
.ph-sec-h { display: flex; align-items: center; justify-content: space-between; margin: 12px 2px 9px; }
.ph-sec-h .t { font-size: 12px; font-weight: 700; color: var(--ink); }
.ph-sec-h .n { font-size: 10px; color: var(--ochre-deep); font-weight: 600; }
/* job card */
.job-card { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 12px; box-shadow: var(--shadow-soft); margin-bottom: 9px; }
.job-card + .job-card { margin-top: 0; }
.job-card .row1 { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.job-card .route { display: flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; color: var(--ink); }
.job-card .route .ic { width: 15px; height: 15px; color: var(--gold-deep); flex: none; }
.job-card .tag { font-size: 9px; font-weight: 600; padding: 3px 7px; border-radius: 9999px; background: var(--green-soft); color: var(--green); }
.job-card .meta { display: flex; gap: 12px; margin-top: 8px; }
.job-card .meta .m { font-size: 10px; color: var(--ink-soft); }
.job-card .meta .m b { display: block; font-size: 11px; color: var(--ink); font-weight: 600; margin-top: 1px; }
.job-card .payout { display: flex; align-items: baseline; justify-content: space-between; margin-top: 10px; padding-top: 9px; border-top: 1px dashed var(--border-dim); }
.job-card .payout .lbl { font-size: 10px; color: var(--ink-soft); }
.job-card .payout .val { font-family: var(--latin); font-weight: 700; font-size: 16px; color: var(--ochre-deep); direction: ltr; }
.job-card .payout .val .cur { font-size: 11px; font-weight: 600; }
.ph-tabbar { display: flex; justify-content: space-around; padding: 10px 8px calc(14px); background: var(--surface); border-top: 1px solid var(--border); }
.ph-tabbar .tab { width: 22px; height: 22px; color: var(--ink-faint); }
.ph-tabbar .tab.active { color: var(--ochre); }

/* ============================================================
   Trust strip
   ============================================================ */
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.trust-chip {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 9999px; padding: 11px 18px; box-shadow: var(--shadow-soft);
  font-size: 14.5px; font-weight: 500; color: var(--ink);
}
.trust-chip .ic { width: 19px; height: 19px; color: var(--gold-deep); flex: none; }

/* ============================================================
   Section head (centered)
   ============================================================ */
.sec-head { text-align: center; max-width: 640px; margin-inline: auto; margin-bottom: clamp(32px, 4vw, 52px); }
.sec-head .kicker { justify-content: center; }
.sec-head .lead { margin-inline: auto; }

/* ============================================================
   Benefit cards (arch-topped)
   ============================================================ */
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 880px) { .benefits { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }
.benefit {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 0 26px 28px; box-shadow: var(--shadow-card); text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.benefit:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); border-color: var(--gold-light); }
.benefit .arch {
  width: 66px; height: 74px; margin: -1px auto 20px; border-radius: var(--arch);
  background: linear-gradient(180deg, var(--ochre) 0%, var(--ochre-deep) 100%);
  display: grid; place-items: center; box-shadow: var(--ochre-glow);
}
.benefit .arch svg { width: 32px; height: 32px; color: #fff; }
.benefit h3 { font-family: var(--ar-display); font-size: 25px; font-weight: 700; margin: 0 0 10px; color: var(--ink); }
.benefit p { font-size: 14.5px; line-height: 1.75; color: var(--ink-soft); margin: 0; }

/* ============================================================
   Track router cards
   ============================================================ */
.track-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 860px) { .track-cards { grid-template-columns: 1fr; max-width: 500px; margin-inline: auto; } }
.track-card {
  display: block; position: relative; background: var(--surface);
  border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 26px 24px;
  box-shadow: var(--shadow-card); overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.track-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); border-color: var(--gold); }
.track-card .ic-wrap { width: 54px; height: 54px; border-radius: var(--radius-md); background: var(--charcoal); display: grid; place-items: center; margin-bottom: 18px; }
.track-card .ic-wrap svg { width: 30px; height: 30px; color: var(--gold); }
.track-card h3 { font-family: var(--ar-display); font-size: 27px; font-weight: 700; margin: 0; color: var(--ink); }
.track-card .en { font-family: var(--latin); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep); margin: 4px 0 12px; }
.track-card p { font-size: 14.5px; line-height: 1.7; color: var(--ink-soft); margin: 0 0 18px; }
.track-card .more { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; color: var(--ochre-deep); }
.track-card .more svg { width: 16px; height: 16px; transition: transform .18s ease; }
.track-card:hover .more svg { transform: translateX(-4px); }

/* ============================================================
   Steps
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }
.step { position: relative; padding-block-start: 6px; }
.step .num {
  counter-increment: step; font-family: var(--latin); font-size: 14px; font-weight: 700; color: var(--charcoal);
  width: 40px; height: 40px; border-radius: 50%; background: var(--gold);
  display: grid; place-items: center; margin-bottom: 16px; box-shadow: var(--gold-glow);
}
.step .num::before { content: counter(step); }
.step h3 { font-family: var(--ar-display); font-size: 24px; font-weight: 700; margin: 0 0 8px; color: var(--ink); }
.step p { font-size: 15px; line-height: 1.7; color: var(--ink-soft); margin: 0; max-width: 38ch; }
.s-dark .step h3 { color: var(--on-dark); }
.s-dark .step p { color: var(--on-dark-soft); }

/* ============================================================
   Payout / fee block
   ============================================================ */
.payout-block {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-xl);
  padding: clamp(26px, 3.5vw, 40px); box-shadow: var(--shadow-card); max-width: 560px;
}
.payout-block .cap { font-size: 12px; font-weight: 600; letter-spacing: .04em; color: var(--ochre-deep); text-transform: uppercase; font-family: var(--latin); margin-bottom: 18px; }
.payout-row { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--border-soft); }
.payout-row:last-of-type { border-bottom: none; }
.payout-row .lbl { font-size: 15px; color: var(--ink-soft); }
.payout-row .val { font-family: var(--latin); font-size: 17px; font-weight: 600; color: var(--ink); direction: ltr; unicode-bidi: isolate; }
.payout-row.total { margin-top: 6px; border-top: 2px solid var(--ink); padding-top: 15px; }
.payout-row.total .lbl { font-weight: 700; color: var(--ink); font-family: var(--ar-ui); font-size: 16px; }
.payout-row.total .val { font-size: 24px; font-weight: 700; color: var(--ochre-deep); }
.payout-row .val .cur { font-size: 13px; font-weight: 600; opacity: .8; }
.payout-note { font-size: 13px; color: var(--ink-faint); margin: 16px 0 0; line-height: 1.6; }

/* ============================================================
   Requirement checklist
   ============================================================ */
.req-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.req-list li {
  display: flex; align-items: flex-start; gap: 13px;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md);
  padding: 15px 16px; box-shadow: var(--shadow-soft);
}
.req-list li .check {
  width: 26px; height: 26px; border-radius: 8px; background: var(--green-soft); color: var(--green);
  display: grid; place-items: center; flex: none; margin-top: 1px;
}
.req-list li .check svg { width: 15px; height: 15px; }
.req-list li .txt { font-size: 15px; color: var(--ink); line-height: 1.5; }
.req-list li .txt .sub { display: block; font-size: 12.5px; color: var(--ink-faint); margin-top: 2px; }

/* ============================================================
   Problem / status-quo block
   ============================================================ */
.problem { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
@media (max-width: 860px) { .problem { grid-template-columns: 1fr; } }
.problem-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 14px; }
.problem-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.6; color: var(--ink); }
.problem-list li .x { width: 22px; height: 22px; border-radius: 50%; background: var(--danger-soft); color: var(--danger); display: grid; place-items: center; flex: none; margin-top: 2px; }
.problem-list li .x svg { width: 12px; height: 12px; }

/* generic feature list with check ticks */
.tick-list { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 13px; }
.tick-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.6; color: var(--ink); }
.tick-list li .tk { width: 22px; height: 22px; border-radius: 50%; background: var(--green-soft); color: var(--green); display: grid; place-items: center; flex: none; margin-top: 2px; }
.tick-list li .tk svg { width: 12px; height: 12px; }
.s-dark .tick-list li { color: var(--on-dark); }

/* ============================================================
   FAQ accordion
   ============================================================ */
.faq-group { max-width: 780px; margin-inline: auto; }
.faq-group + .faq-group { margin-top: 40px; }
.faq-group > h3 { font-family: var(--ar-display); font-size: 26px; font-weight: 700; margin: 0 0 16px; color: var(--ink); }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface); margin-bottom: 10px; overflow: hidden; box-shadow: var(--shadow-soft); }
.faq-q {
  width: 100%; text-align: start; background: none; border: none; cursor: pointer;
  padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: var(--ar-ui); font-size: 16.5px; font-weight: 600; color: var(--ink);
}
.faq-q .chev { width: 22px; height: 22px; color: var(--gold-deep); flex: none; transition: transform .22s ease; }
.faq-item.open .faq-q .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-a .inner { padding: 0 20px 18px; font-size: 15px; line-height: 1.75; color: var(--ink-soft); }

/* ============================================================
   CTA band
   ============================================================ */
.cta-band { position: relative; overflow: hidden; background: var(--charcoal); color: var(--on-dark); text-align: center; }
.cta-band .sadu-wm rect { opacity: calc(var(--sadu-vis) * 2); }
.cta-inner { position: relative; z-index: 2; display: grid; place-items: center; gap: 20px; }
.cta-inner .mk { width: 72px; height: 74px; border-radius: var(--arch); background: rgba(234,168,40,.12); display: grid; place-items: center; border: 1px solid rgba(234,168,40,.3); }
.cta-inner .mk svg { width: 42px; height: 42px; color: var(--gold); }
.cta-inner h2 { font-family: var(--ar-display); font-size: clamp(32px, 5vw, 56px); font-weight: 700; color: var(--gold); margin: 0; line-height: 1.12; }
.cta-inner .sub { font-size: clamp(16px, 1.7vw, 19px); color: var(--on-dark-soft); max-width: 46ch; margin: 0; line-height: 1.7; }
.cta-actions { display: flex; gap: 13px; flex-wrap: wrap; justify-content: center; margin-top: 6px; }

/* ============================================================
   Footer
   ============================================================ */
.footer { background: var(--warm); color: var(--ink-soft); padding-block: 56px 36px; border-top: 1px solid var(--border); }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; padding-bottom: 34px; border-bottom: 1px solid var(--border); }
.footer-brand .ar { font-family: var(--ar-display); font-size: 42px; font-weight: 700; color: var(--ink); line-height: 1; }
.footer-brand .en { font-family: var(--latin); font-size: 9.5px; letter-spacing: .36em; text-transform: uppercase; margin-top: 7px; color: var(--ink-faint); }
.footer-brand p { font-size: 14px; line-height: 1.7; color: var(--ink-soft); max-width: 32ch; margin: 16px 0 0; }
.footer-cols { display: flex; gap: 48px; flex-wrap: wrap; }
.footer-col h4 { font-family: var(--latin); font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); margin: 0 0 15px; }
.footer-col a, .footer-col span { display: block; font-size: 14.5px; color: var(--ink-soft); margin-bottom: 10px; }
.footer-col a:hover { color: var(--gold-deep); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding-top: 24px; font-size: 12.5px; color: var(--ink-faint); }

/* ============================================================
   Reveal on scroll
   ============================================================ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ============================================================
   Utilities
   ============================================================ */
.center { text-align: center; }
.mt-actions { margin-top: 30px; display: flex; gap: 13px; flex-wrap: wrap; }
.sec-head + .mt-actions, .center .mt-actions { justify-content: center; }
