/*
 * TouchScreens Oman — Sector pages + governorate pages (owner: projects agent).
 * Design: Sector Page.dc.html (inline styles = spec). Governorate pages reuse this layout (not separately designed).
 */

/* ---------- Hero ---------- */
.o-shero { position: relative; padding: 150px var(--gutter) 0; overflow: hidden; }
.o-shero__glow { position: absolute; inset: 0; background: radial-gradient(900px 500px at 80% 30%, rgba(233, 138, 44, .12), transparent 70%); pointer-events: none; }
.o-shero__pattern { -webkit-mask-image: linear-gradient(180deg, #000, transparent 85%); mask-image: linear-gradient(180deg, #000, transparent 85%); }
.o-shero__wm { top: 110px; font-size: clamp(150px, 20vw, 320px); }
.o-shero__in { position: relative; }
.o-stabs {
  margin-top: 18px; display: flex; gap: 6px; flex-wrap: wrap; padding: 5px; border-radius: var(--r-pill);
  background: var(--tint); border: 1px solid var(--line); width: max-content; max-width: 100%;
}
.o-stabs__a {
  border-radius: var(--r-pill); padding: 9px 16px; background: transparent; color: var(--text-ui);
  font: 700 13.5px var(--font); white-space: nowrap; transition: background-color .25s, color .25s;
}
.o-stabs__a:hover { background: rgba(40, 28, 16, .06); color: var(--ink); }
.o-stabs__a[aria-current="page"] { background: var(--ink); color: var(--on-ink); }
.o-shero__grid {
  margin-top: 34px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 460px), 1fr));
  gap: 40px; align-items: end;
}
@media (prefers-reduced-motion: no-preference) {
  .o-shero__grid { animation: o-sec-in .6s var(--ease) both; }
  .o-shero__float { animation: o-drift 6s ease-in-out infinite; }
}
@keyframes o-sec-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes o-drift { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.o-shero__text { padding-bottom: 56px; min-width: 0; }
.o-shero .o-eyebrow { letter-spacing: var(--track-eyebrow-sm); }
.o-shero__h1 { margin: 14px 0 0; font-size: var(--fs-h1); line-height: 1.02; letter-spacing: var(--track-tight); font-weight: 800; text-wrap: balance; }
.o-shero__lede { margin: 20px 0 0; max-width: 560px; color: var(--lede); font-size: 17px; line-height: 1.7; }
.o-shero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.o-shero__cta { font-weight: 800; font-size: 15.5px; padding: 16px 26px; box-shadow: var(--sh-cta); }
.o-shero__brief.o-btn--ghost { padding: 15px 22px; font-weight: 700; font-size: 16px; }
.o-shero__chips { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.o-shero__chips li {
  display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; line-height: 1.3; padding: 7px 12px; border-radius: var(--r-pill);
  background: var(--surface); border: 1px solid var(--line-10); color: var(--text-ui);
}
.o-shero__tick { font-size: 11px; color: var(--text-ui); }
.o-shero__media { position: relative; min-height: 440px; }
.o-shero__photo {
  position: absolute; inset: 0 0 0 8%; border-radius: 32px 32px 0 0;
  background: repeating-linear-gradient(135deg, rgba(40, 28, 16, .035) 0 12px, transparent 12px 24px), linear-gradient(160deg, #fbf5ec, #ebdfcd);
  border: 1px solid var(--line); border-bottom: 0; display: grid; place-items: center; overflow: hidden;
}
.o-shero__photo img { width: min(78%, 440px); height: auto; mix-blend-mode: multiply; margin-bottom: 40px; }
.o-shero__float {
  position: absolute; inset-inline-start: 0; bottom: 40px; padding: 16px 18px; border-radius: 18px; background: var(--surface);
  border: 1px solid var(--line-10); box-shadow: 0 24px 60px rgba(70, 45, 20, .14); max-width: 250px;
}
.o-shero__float-l { font-size: 11px; font-weight: 800; letter-spacing: var(--track-eyebrow-sm); color: var(--copper); }
.o-shero__float-t { margin-top: 6px; font-weight: 800; font-size: 15px; line-height: 1.35; }

/* ---------- Challenges (dark band) ---------- */
.o-sch { position: relative; overflow: hidden; padding: 90px var(--gutter); background: var(--ink); color: #f1ebe3; }
.o-sch__pattern {
  position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(45deg, rgba(233, 138, 44, .06) 1px, transparent 1px), linear-gradient(-45deg, rgba(233, 138, 44, .06) 1px, transparent 1px);
  background-size: 44px 44px;
}
.o-sch__in { position: relative; }
.o-sch__h { font-size: var(--fs-h2); letter-spacing: var(--track-tight); font-weight: 800; max-width: 20ch; line-height: 1.08; }
.o-sch__h .o-accent, .o-sgov-deliv .o-accent { color: #ffb866; }
.o-sch__grid { margin-top: 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 16px; }
.o-sch__card { border-radius: 24px; border: 1px solid rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .03); padding: 26px; display: flex; flex-direction: column; gap: 18px; }
.o-sch__l { font-size: 11px; font-weight: 800; letter-spacing: var(--track-eyebrow-sm); color: #a89b8b; }
.o-sch__l--a { color: #ffb866; }
.o-sch__q { margin-top: 8px; font-size: 18px; font-weight: 700; line-height: 1.4; }
.o-sch__rule { height: 1px; background: linear-gradient(90deg, var(--cta), transparent); }
[dir="rtl"] .o-sch__rule { background: linear-gradient(270deg, var(--cta), transparent); }
.o-sch__a { margin-top: 8px; font-size: 15px; line-height: 1.65; color: #d9d0c4; }

/* ---------- Setups ---------- */
.o-ssetups { padding: 90px var(--gutter); }
.o-ssetups__head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; align-items: end; }
.o-ssetups__h, .o-sproc__h, .o-sgov-h2 { font-size: var(--fs-h2); letter-spacing: var(--track-tight); font-weight: 800; line-height: 1.08; }
.o-ssetups__note { font-size: 13.5px; line-height: 1.55; color: var(--muted-2); max-width: 380px; }
.o-ssetups__grid { margin-top: 36px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr)); gap: 16px; }
.o-setup {
  position: relative; border-radius: 26px; background: var(--surface); border: 1px solid var(--line); padding: 22px;
  display: flex; flex-direction: column; gap: 14px; transition: translate .35s, box-shadow .35s;
}
.o-setup--featured { border-color: var(--accent-line-strong); }
/* The lift uses `translate`, so it never fights the scroll reveal's `transform` (the card carries data-reveal). */
.o-setup:hover { translate: 0 -5px; box-shadow: 0 28px 60px rgba(70, 45, 20, .12); }
@media (prefers-reduced-motion: no-preference) {
  /* base.css's reveal transition would replace the card's own: list both, the hover ones at .35s with no stagger delay. */
  .o-js .o-setup[data-reveal] {
    transition: opacity var(--t-reveal) var(--ease), transform var(--t-reveal) var(--ease), translate .35s, box-shadow .35s;
    transition-delay: calc(var(--reveal-i, 0) * 70ms), calc(var(--reveal-i, 0) * 70ms), 0s, 0s;
  }
}
.o-setup__badge {
  position: absolute; top: -12px; inset-inline-start: 22px; z-index: 1; font-size: 11px; font-weight: 800; line-height: 1.3;
  padding: 6px 11px; border-radius: var(--r-pill); background: var(--oman-red); color: #fff;
}
.o-setup__media {
  position: relative; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden; display: grid; place-items: center;
  background: repeating-linear-gradient(135deg, rgba(40, 28, 16, .035) 0 10px, transparent 10px 20px), linear-gradient(160deg, #fbf5ec, #efe4d4);
}
.o-setup__img { position: absolute; top: 4%; bottom: 4%; left: 12%; width: 76%; height: 92%; object-fit: contain; mix-blend-mode: multiply; }
.o-setup__thumbs { position: absolute; bottom: 10px; inset-inline-end: 10px; display: flex; gap: 6px; }
.o-setup__thumbs img { width: 44px; height: 44px; object-fit: contain; background: #fff; border-radius: 10px; border: 1px solid var(--line-10); padding: 3px; }
.o-setup__h { font-size: 21px; font-weight: 800; line-height: 1.3; }
.o-setup__p { margin-top: 6px; font-size: 14px; color: var(--muted-2); line-height: 1.55; }
.o-setup__bom { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.o-setup__bom li { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line-06); font-size: 13.5px; line-height: 1.45; }
.o-setup__item { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.o-setup__prod { font-size: 12px; color: var(--muted-3); overflow-wrap: anywhere; } /* QA polish: wrap, never ellipsis, so the model number stays readable */
a.o-setup__prod:hover { color: var(--copper-hover); text-decoration: underline; }
.o-setup__qty { color: var(--copper); font-weight: 700; white-space: nowrap; flex: none; }
.o-setup__cta { margin-top: auto; width: 100%; padding: 14px; font-weight: 800; font-size: 14px; }

/* ---------- Process ---------- */
.o-sproc { padding: 90px var(--gutter); background: var(--sand); border-top: 1px solid var(--line); }
.o-sproc__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 440px), 1fr)); gap: 48px; align-items: start; }
.o-sproc__intro { position: sticky; top: calc(var(--o-bar-bottom, 90px) + 20px); }
.o-sproc__p { margin-top: 16px; color: var(--lede); line-height: 1.7; max-width: 460px; font-size: 16px; }
.o-sproc__vision {
  margin-top: 22px; display: flex; gap: 14px; align-items: center; border-radius: 18px; border: 1px solid rgba(214, 40, 46, .3);
  background: linear-gradient(90deg, rgba(214, 40, 46, .08), rgba(233, 138, 44, .05)); padding: 16px 18px;
  font-size: 13.5px; color: #3b2f25; line-height: 1.5;
}
.o-sproc__year { font-size: 26px; font-weight: 800; color: var(--oman-red-ink); flex: none; }
.o-sproc__steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.o-sproc__step { display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: start; border-radius: 20px; background: var(--surface); border: 1px solid var(--line); padding: 20px; }
.o-sproc__n { width: 44px; height: 44px; border-radius: 14px; background: var(--ink); color: #ffb866; display: grid; place-items: center; font-weight: 800; font-size: 15px; }
.o-sproc__t { font-weight: 800; font-size: 16.5px; line-height: 1.4; }
.o-sproc__b { margin-top: 4px; color: var(--lede); font-size: 14px; line-height: 1.6; }

/* ---------- Proof (real entries only) ---------- */
.o-sproof { padding: 80px var(--gutter); }
.o-sproof__head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; align-items: end; }
.o-sproof__h { font-size: clamp(26px, 3vw, 40px); letter-spacing: var(--track-tight); font-weight: 800; }
.o-sproof__note { font-size: 13px; color: var(--muted-2); }
.o-sproof__logos { margin-top: 26px; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; }
.o-sproof__logo { height: 88px; border-radius: 14px; background: var(--surface); border: 1px solid var(--line-10); display: grid; place-items: center; padding: 14px; }
.o-sproof__logo img { max-height: 100%; width: auto; }
.o-sproof__cases { margin-top: 14px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: 14px; }
.o-sproof__case { border-radius: 22px; background: var(--surface); border: 1px solid var(--line); padding: 20px; }
.o-sproof__w { font-size: 11px; font-weight: 800; letter-spacing: var(--track-eyebrow-sm); color: var(--copper); }
.o-sproof__t { margin-top: 6px; font-weight: 800; font-size: 17px; line-height: 1.35; }
.o-sproof__p { margin-top: 6px; font-size: 13.5px; color: var(--muted-2); line-height: 1.55; }

/* ---------- FAQ + CTA ---------- */
.o-sfaq { padding: 90px var(--gutter); }
.o-sproc + .o-sfaq, .o-sproof + .o-sfaq { padding-top: 80px; }
.o-sfaq__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 440px), 1fr)); gap: 40px; align-items: start; }
.o-sfaq .o-faq__h { margin: 0 0 12px; font-size: clamp(26px, 3vw, 40px); font-weight: 800; letter-spacing: var(--track-tight); line-height: 1.15; }
.o-sfaq .o-faq__a { font-size: 16px; line-height: 1.75; }
.o-scta { position: relative; overflow: hidden; border-radius: 30px; background: var(--deep-red); color: var(--deep-red-soft); padding: clamp(26px, 4vw, 44px); }
.o-scta > * { position: relative; }
.o-scta__wm { position: absolute !important; right: -10px; bottom: -60px; font-family: var(--ruqaa); font-size: 200px; line-height: 1; color: rgba(255, 228, 210, .07); pointer-events: none; user-select: none; }
.o-scta__eyebrow { font-size: 11.5px; font-weight: 800; letter-spacing: var(--track-eyebrow-sm); color: var(--deep-red-eyebrow); }
.o-scta__h { margin-top: 10px; font-size: clamp(28px, 3.2vw, 44px); font-weight: 800; color: var(--deep-red-text); line-height: 1.1; }
.o-scta__p { margin-top: 14px; color: var(--deep-red-body); line-height: 1.7; font-size: 16px; }
.o-scta__btns { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; }
.o-scta__btn { padding: 15px 22px; font-weight: 800; font-size: 16px; }

/* ---------- Governorate additions ---------- */
.o-gmap {
  position: relative; aspect-ratio: 4 / 5; max-height: 520px; width: 100%; margin-inline-start: auto; border-radius: 28px;
  border: 1px solid rgba(194, 106, 26, .18); background: radial-gradient(closest-side, rgba(233, 138, 44, .08), transparent), rgba(246, 239, 228, .82); overflow: hidden;
}
.o-shero__media--map { min-height: 0; display: flex; justify-content: flex-end; padding-bottom: 56px; }
.o-gmap .o-map { position: absolute; inset: 0; width: 100%; height: 100%; display: block; overflow: visible; }
.o-gmap .o-map text { font-family: var(--font); }
[dir="rtl"] .o-gmap .o-map__label--en { display: none; }
[dir="rtl"] .o-gmap .o-map__label--ar { display: inline; }
.o-gmap .o-map__arcs { display: none; }
.o-gmap .o-map__city:not(.is-here) { opacity: .35; }
.o-gmap .o-map__city.is-here .o-map__dot { fill: var(--oman-red); }
.o-gmap .o-map__city.is-here .o-map__label { font-weight: 800; fill: var(--ink); }
/* QA polish: "Al Buraimi" sits west of its dot so it never runs into Sohar's dot or label (bold on /oman/al-buraimi). */
.o-gmap .o-map__city[data-city="al-buraimi"] .o-map__label--en { text-anchor: end; transform: translateX(-20px); }
.o-gmap .o-map__ping { display: none; }
@media (prefers-reduced-motion: no-preference) {
  .o-gmap .o-map__city.is-here .o-map__ping { display: inline; stroke: var(--oman-red); transform-box: fill-box; transform-origin: center; animation: o-gping 2.4s ease-out infinite; }
}
@keyframes o-gping { 0% { transform: scale(1); opacity: .9; } 100% { transform: scale(5.5); opacity: 0; } }
.o-gmap__legend {
  position: absolute; inset-inline-start: 16px; bottom: 16px; max-width: calc(100% - 32px); padding: 12px 14px; border-radius: 14px;
  background: rgba(255, 255, 255, .92); border: 1px solid var(--line-10); font-size: 12.5px; color: var(--text-ui); line-height: 1.45;
}
.o-gmap__legend strong { display: block; font-size: 11px; font-weight: 800; letter-spacing: var(--track-eyebrow-sm); color: var(--copper); margin-bottom: 4px; }

.o-sgov-local { padding: 90px var(--gutter); }
.o-sgov-local__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 56px; align-items: start; }
.o-sgov-local__body { margin-top: 20px; display: flex; flex-direction: column; gap: 16px; color: var(--text); font-size: 16.5px; line-height: 1.8; max-width: 68ch; }
[dir="rtl"] .o-sgov-local__body { line-height: 1.95; }
.o-sgov-marks { margin: 26px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.o-sgov-marks li { display: inline-flex; gap: 8px; align-items: baseline; font-size: 13px; padding: 8px 13px; border-radius: var(--r-pill); background: var(--surface); border: 1px solid var(--line-10); color: var(--text-ui); }
.o-sgov-marks__k { font-size: 11px; font-weight: 800; color: var(--copper); letter-spacing: .06em; text-transform: uppercase; }
[dir="rtl"] .o-sgov-marks__k { letter-spacing: 0; }
.o-sgov-marks sup { font-size: 10px; }
.o-sgov-marks sup a { color: var(--muted-4); }
.o-sgov-wil { border-radius: 26px; background: var(--surface); border: 1px solid var(--line); padding: 26px; }
.o-sgov-wil__h { font-size: 11.5px; font-weight: 800; letter-spacing: var(--track-eyebrow-sm); color: var(--muted-3); text-transform: uppercase; }
.o-sgov-wil__cap { margin-top: 10px; font-size: 22px; font-weight: 800; }
.o-sgov-wil__cap span { display: block; font-size: 12.5px; font-weight: 600; color: var(--muted-2); margin-bottom: 2px; }
.o-sgov-wil ul { margin: 16px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.o-sgov-wil li { font-size: 13px; padding: 6px 11px; border-radius: var(--r-pill); background: var(--bg); border: 1px solid var(--line); }
.o-sgov-wil__note { margin-top: 14px; font-size: 12px; color: var(--muted-4); line-height: 1.5; }

.o-sgov-deliv { position: relative; overflow: hidden; padding: 90px var(--gutter); background: var(--ink); color: #f1ebe3; }
.o-sgov-deliv__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: start; }
.o-sgov-deliv__h { font-size: var(--fs-h2); letter-spacing: var(--track-tight); font-weight: 800; line-height: 1.08; max-width: 18ch; }
.o-sgov-deliv__card { border-radius: 24px; border: 1px solid rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .03); padding: 26px; display: flex; flex-direction: column; gap: 18px; }
.o-sgov-deliv__p { font-size: 16px; line-height: 1.7; color: #d9d0c4; }
.o-sgov-deliv__p--strong { color: #f1ebe3; font-size: 17px; }

.o-sgov-sectors { padding: 90px var(--gutter) 0; }
.o-sgov-sectors__grid { margin-top: 32px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 14px; }
.o-sgov-sec {
  position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 8px; min-height: 150px; border-radius: 22px;
  background: var(--surface); border: 1px solid var(--line); padding: 20px; color: var(--ink); transition: transform .3s, box-shadow .3s, border-color .3s;
}
.o-sgov-sec:hover { transform: translateY(-4px); box-shadow: var(--sh-card); border-color: var(--accent-line); color: var(--ink); }
.o-sgov-sec__wm { position: absolute; right: -6px; bottom: -22px; font-family: var(--ruqaa); font-size: 76px; line-height: 1; color: rgba(180, 95, 20, .07); pointer-events: none; }
.o-sgov-sec__n { font-size: 18px; font-weight: 800; }
.o-sgov-sec__p { font-size: 13.5px; color: var(--muted-2); line-height: 1.55; }
.o-sgov-sec__go { margin-top: auto; font-size: 13px; font-weight: 700; color: var(--copper); display: inline-flex; gap: 6px; align-items: center; }

.o-sgov-foot { padding: 0 var(--gutter) 90px; }
.o-sgov-foot__grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 40px; align-items: start; border-top: 1px solid var(--line-10); padding-top: 40px; }
.o-sgov-foot__h { font-size: 12px; font-weight: 800; letter-spacing: var(--track-eyebrow-sm); color: var(--muted-3); text-transform: uppercase; }
.o-sgov-src { margin: 14px 0 0; padding-inline-start: 1.4em; font-size: 13px; color: var(--muted-2); line-height: 1.6; display: flex; flex-direction: column; gap: 6px; }
.o-sgov-src a { color: var(--text-ui); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--line-18); }
.o-sgov-src a:hover { color: var(--copper-hover); }
.o-sgov-src li:target { color: var(--ink); }
.o-sgov-src li:target a { background: var(--cta-soft); }
.o-sgov-near { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px; }
.o-sgov-near a { display: inline-flex; gap: 6px; align-items: center; padding: 9px 14px; border-radius: var(--r-pill); background: var(--surface); border: 1px solid var(--line-14); color: var(--ink); font-weight: 700; font-size: 13px; }
.o-sgov-near a:hover { border-color: var(--cta); color: var(--ink); }
.o-sgov-near a.is-all { background: none; border-style: dashed; color: var(--copper-hover); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .o-sproc__intro { position: static; }
  .o-sgov-local__grid, .o-sgov-deliv__grid, .o-sgov-foot__grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .o-shero__media--map { justify-content: center; padding-bottom: 40px; }
  .o-gmap { max-height: none; max-width: 460px; margin-inline: auto; }
  /* QA: stacked, the legend chip sits under the map (as on the homepage) so it never covers a city such as Salalah. */
  .o-gmap { aspect-ratio: auto; display: flex; flex-direction: column; }
  .o-gmap .o-map { position: relative; inset: auto; height: auto; aspect-ratio: 4 / 5; overflow: hidden; }
  .o-gmap__legend { position: static; max-width: none; margin: 0 16px 16px; align-self: flex-start; }
}
@media (max-width: 640px) {
  .o-shero__media--map { min-height: 0; }
  .o-shero__text { padding-bottom: 40px; }
  .o-shero__photo img { margin-bottom: 110px; }
  .o-shero__ctas .o-btn { width: auto; }
  .o-gmap .o-map .o-map__label { font-size: 17px; }
  /* QA polish: at 17px some neighbouring labels collide. Nudge them apart (user units, so every phone width behaves the same). */
  .o-gmap .o-map__city[data-city="rustaq"] .o-map__label--en { transform: translate(-3px, 7px); }
  .o-gmap .o-map__city[data-city="nizwa"] .o-map__label--en { transform: translateY(4px); }
  .o-gmap .o-map__city[data-city="ibri"] .o-map__label--ar { transform: translateY(8px); }
  .o-gmap .o-map__city[data-city="rustaq"] .o-map__label--ar { transform: translateY(-4px); }
}
.o-sgov-deliv__p { margin-top: 8px; }

/* QA polish (AR): Sector Page.dc.html leaves line-height unset on these, so Noto Kufi Arabic keeps its taller normal line box. */
[dir="rtl"] .o-shero .o-eyebrow,
[dir="rtl"] .o-shero__chips li,
[dir="rtl"] .o-shero__float-l,
[dir="rtl"] .o-sch__l,
[dir="rtl"] .o-setup__badge,
[dir="rtl"] .o-setup__h,
[dir="rtl"] .o-sproc__t,
[dir="rtl"] .o-sfaq .o-faq__q,
[dir="rtl"] .o-scta__eyebrow { line-height: normal; }
