/* =====================================================================
   SAFĀ — صفحة الهبوط
   نظام الهوية: عاجي 60% · أخضر 30% · محايد 10% · ذهبي ≤ 5% (خطوط رفيعة فقط)
   ===================================================================== */

:root {
  --green: #1F3424;
  --deep: #253628;
  --gold: #A48641;
  --ivory: #F8F4F0;
  --ivory-2: #FDF9F5;
  --stone: #C9C3BC;
  --olive: #616253;
  --error: #8E3B3B;
  --white: #FFFFFF;

  --font-ar-display: "Noto Naskh Arabic", "Amiri", serif;
  --font-ar-ui: "IBM Plex Sans Arabic", "Segoe UI", Tahoma, sans-serif;
  --font-la-display: "Cormorant Garamond", "DM Serif Display", Georgia, serif;
  --font-la-ui: "Manrope", "Inter", "Segoe UI", sans-serif;

  --max: 1200px;
  --pad: 24px;
  --section: 64px;
  --r1: 2px;
  --r2: 4px;
  --r3: 8px;
  --shadow: 0 4px 16px rgba(31, 52, 36, 0.08);
  --mashrabiya: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='128' viewBox='0 0 96 128' fill='none' stroke='%231F3424' stroke-width='1'%3E%3Cpath d='M0 128V72C0 40 24 24 48 6C72 24 96 40 96 72V128'/%3E%3Cpath d='M16 128V80C16 56 32 44 48 30C64 44 80 56 80 80V128'/%3E%3Cpath d='M48 0V6'/%3E%3C/svg%3E");
}

@media (min-width: 900px) {
  :root { --pad: 48px; --section: 96px; }
}

/* ---------- الأساس ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--green);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.lang-ar body, body.lang-ar { font-family: var(--font-ar-ui); line-height: 1.7; }
body.lang-fr { font-family: var(--font-la-ui); }
img, picture { max-width: 100%; display: block; }
[hidden] { display: none !important; }
img { height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; }
p { margin: 0 0 16px; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0 0 16px; font-weight: 600; }
strong { font-weight: 600; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.skip { position: absolute; inset-inline-start: 8px; top: -60px; background: var(--green); color: var(--ivory); padding: 8px 16px; border-radius: var(--r2); z-index: 100; }
.skip:focus { top: 8px; }
.hp { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

/* ---------- الطباعة ---------- */
.display, .h1, .h2, .h3 { line-height: 1.35; text-wrap: balance; }
body.lang-ar .display, body.lang-ar .h1, body.lang-ar .h2, body.lang-ar .h3, body.lang-ar .offer-card__title { font-family: var(--font-ar-display); font-weight: 700; }
body.lang-fr .display, body.lang-fr .h1, body.lang-fr .h2, body.lang-fr .h3, body.lang-fr .offer-card__title { font-family: var(--font-la-display); font-weight: 600; line-height: 1.15; }
.display { font-size: 40px; line-height: 1.15; }
.h1 { font-size: 32px; line-height: 1.22; }
.h2 { font-size: 26px; line-height: 1.3; }
.h3 { font-size: 21px; line-height: 1.38; }
@media (min-width: 900px) {
  body { font-size: 16px; }
  .display { font-size: 64px; line-height: 1.12; }
  .h1 { font-size: 48px; line-height: 1.17; }
  .h2 { font-size: 36px; line-height: 1.22; }
  .h3 { font-size: 28px; line-height: 1.29; }
}
body.lang-ar .h3 { font-size: 20px; }
@media (min-width: 900px) { body.lang-ar .h3 { font-size: 24px; } }
.lead { font-size: 17px; line-height: 1.7; max-width: 52ch; }
@media (min-width: 900px) { .lead { font-size: 18px; } }
.muted { color: var(--olive); max-width: 52ch; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 16px; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--olive); font-family: var(--font-la-display); font-weight: 600; font-size: 15px; }
.eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--gold); }
.eyebrow--ivory { color: var(--ivory); opacity: 0.85; }
.hairline { display: block; width: 48px; height: 1px; background: var(--gold); margin-top: 24px; }

/* ---------- الحاويات ---------- */
.container { max-width: var(--max); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: var(--section); position: relative; }
.section__head { max-width: 640px; margin-bottom: 40px; }
.section__head .muted { margin: 0; }
.split { display: grid; gap: 40px; align-items: center; }
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; gap: 64px; }
  .split--wide { grid-template-columns: 7fr 5fr; }
  .split--wide.split--reverse { grid-template-columns: 5fr 7fr; }
}
.split__text--airy { padding-inline-end: 8%; }
.frame img { border-radius: var(--r2); width: 100%; }
.split__media--fade img {
  -webkit-mask-image: radial-gradient(ellipse 72% 72% at 50% 50%, #000 58%, transparent 100%);
  mask-image: radial-gradient(ellipse 72% 72% at 50% 50%, #000 58%, transparent 100%);
}
.split__media--faq { max-width: 440px; justify-self: center; }

/* المشربية — 4% على العاجي، خلف الصور والفراغات فقط */
.section--intro::before, .section--pack::before {
  content: ""; position: absolute; inset: 0; background: var(--mashrabiya) center/96px 128px repeat; opacity: 0.035; pointer-events: none;
}
.section--intro .container, .section--pack .container { position: relative; }

/* ---------- الأزرار ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 24px; border-radius: var(--r2); border: 1px solid transparent;
  font-weight: 600; font-size: 16px; text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
.btn--primary { background: var(--green); color: var(--ivory); border-color: var(--green); }
.btn--primary:hover { background: var(--deep); border-color: var(--deep); }
.btn--secondary { background: transparent; color: var(--green); border-color: var(--green); }
.btn--secondary:hover { background: rgba(31, 52, 36, 0.06); }
.btn--ivory { background: var(--ivory); color: var(--green); border-color: var(--ivory); }
.btn--ivory:hover { background: var(--white); }
.btn--sm { min-height: 40px; padding: 0 18px; font-size: 15px; }
.btn--lg { min-height: 56px; font-size: 17px; }
.btn--block { width: 100%; }
.btn:disabled { background: #E3DED8; color: #8B8882; border-color: #E3DED8; cursor: not-allowed; }
.btn .ic { width: 20px; height: 20px; }

/* ---------- الأيقونات ---------- */
.ic { width: 24px; height: 24px; flex: none; }

/* ---------- الهيدر ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--ivory); border-bottom: 1px solid var(--stone); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 64px; }
@media (min-width: 900px) { .site-header__inner { min-height: 72px; } }
.site-header__logo { display: inline-flex; text-decoration: none; }
.logo { display: inline-flex; align-items: center; gap: 10px; }
.logo__arch { height: 26px; width: auto; }
.logo__latin { height: 19px; width: auto; }
.logo__ar { height: 14px; width: auto; margin-top: 2px; }
.logo__sep { width: 1px; height: 20px; background: var(--gold); }
.site-nav { display: none; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; font-weight: 500; font-size: 15px; padding: 6px 0; border-bottom: 1px solid transparent; }
.site-nav a:hover { border-bottom-color: var(--gold); }
.site-nav__lang { border: 1px solid var(--stone) !important; padding: 4px 10px !important; border-radius: var(--r1); font-size: 13px !important; }
.site-nav__lang:hover { border-color: var(--green) !important; }
.site-header__actions { display: flex; align-items: center; gap: 12px; }
.site-header__menu { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--stone); background: transparent; border-radius: var(--r2); cursor: pointer; }
.site-header__menu .ic--close { display: none; }
.site-header__menu[aria-expanded="true"] .ic--menu { display: none; }
.site-header__menu[aria-expanded="true"] .ic--close { display: block; }
@media (max-width: 899px) {
  .site-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; position: absolute; top: 100%; inset-inline: 0; background: var(--ivory); border-bottom: 1px solid var(--stone); padding: 8px var(--pad) 16px; box-shadow: var(--shadow); }
  .site-nav.is-open a { padding: 14px 0; border-bottom: 1px solid var(--stone); font-size: 16px; }
  .site-nav.is-open a:last-child { border-bottom: 0; }
  .site-nav.is-open .site-nav__lang { align-self: flex-start; margin-top: 12px; padding: 6px 14px !important; }
}
@media (max-width: 479px) { .site-header__actions .btn { display: none; } }
@media (min-width: 900px) { .site-nav { display: flex; } .site-header__menu { display: none; } }

/* ---------- الهيرو ---------- */
.hero { position: relative; background: var(--ivory-2); display: flex; flex-direction: column; }
.hero__media { order: 2; aspect-ratio: 4 / 3; overflow: hidden; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 28% 50%; }
.hero__grid { order: 1; padding-block: 40px 32px; }
.hero__sub { font-size: 20px; line-height: 1.5; font-weight: 600; margin-bottom: 12px; }
body.lang-ar .hero__sub { font-family: var(--font-ar-display); }
.hero__support { color: var(--olive); max-width: 46ch; }
.hero__price { margin: 24px 0 20px; font-size: 18px; }
.hero__price strong { font-size: 28px; font-weight: 700; }
.hero__from { color: var(--olive); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--stone); }
.trust li { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; }
.trust .ic { width: 20px; height: 20px; color: var(--green); }
@media (min-width: 900px) {
  .hero { display: block; min-height: clamp(560px, 72vh, 760px); }
  .hero__media { position: absolute; inset: 0; aspect-ratio: auto; }
  .hero__media img { object-position: 40% 50%; }
  .hero__grid { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); column-gap: 24px; align-items: center; min-height: clamp(560px, 72vh, 760px); padding-block: 96px; }
  .hero__content { grid-column: 1 / 8; }
  [dir="ltr"] .hero__content { grid-column: 6 / 13; }
  .hero__sub { font-size: 24px; }
  .hero__price strong { font-size: 32px; }
}

/* ---------- المقدمة ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.chips li { border: 1px solid var(--stone); border-radius: var(--r1); padding: 8px 14px; font-size: 14px; font-weight: 500; background: var(--ivory); }

/* ---------- خطوات الاستخدام ---------- */
.steps { display: grid; gap: 0; margin-top: 8px; }
.steps__item { display: flex; gap: 20px; padding: 20px 0; border-top: 1px solid var(--stone); }
.steps__item:last-child { border-bottom: 1px solid var(--stone); }
.steps__num { flex: none; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; font-family: var(--font-la-display); font-weight: 600; font-size: 22px; color: var(--green); }
.steps__item .h3 { margin-bottom: 4px; }
.steps__item p { margin: 0; color: var(--olive); }

/* ---------- القوام ---------- */
.section--formula { padding-bottom: 0; }
.formula__head { text-align: center; margin-bottom: 40px; }
.formula__head .lead { margin-inline: auto; }
.formula__media { max-height: 560px; overflow: hidden; }
.formula__media img { width: 100%; height: 100%; max-height: 560px; object-fit: cover; }

/* ---------- التغليف ---------- */
.callouts { display: grid; gap: 14px; margin: 8px 0 32px; }
.callouts li { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--stone); font-weight: 500; }
.callouts .ic { color: var(--green); }
.disc { display: flex; align-items: center; gap: 16px; }
.disc__img img { width: 140px; height: 140px; border-radius: 50%; object-fit: cover; border: 1px solid var(--stone); }

/* ---------- فيديو أهل العلم ---------- */
.video { display: grid; gap: 32px; }
.video__panel { background: var(--deep); color: var(--ivory); padding: 32px; border-radius: var(--r3); }
.video__panel .h2 { color: var(--ivory); }
.video__sub { font-weight: 600; font-size: 17px; }
.video__disclaimer { margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(164, 134, 65, 0.7); }
.video__actions { margin-top: 24px; }
.video__source { margin: 16px 0 0; font-size: 13px; opacity: 0.8; }
.video__embed { position: relative; aspect-ratio: 16 / 9; background: #0f1a12; border-radius: var(--r3); overflow: hidden; border: 1px solid var(--stone); }
.video__embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video__poster { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: #0f1a12; cursor: pointer; }
.video__poster img { width: 100%; height: 100%; object-fit: cover; opacity: 0.92; }
.video__play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 72px; height: 72px; border-radius: 50%; background: var(--ivory); color: var(--green); display: grid; place-items: center; box-shadow: var(--shadow); }
.video__play .ic { width: 32px; height: 32px; fill: currentColor; }
.video__poster:hover .video__play { background: var(--white); }
@media (min-width: 900px) {
  .video { grid-template-columns: 5fr 7fr; gap: 48px; align-items: stretch; }
  .video__panel { padding: 48px; }
  .video__embed { align-self: center; }
}

/* ---------- العروض ---------- */
.section--offer { background: var(--ivory-2); border-top: 1px solid var(--stone); border-bottom: 1px solid var(--stone); }
.offers { display: grid; gap: 24px; }
@media (min-width: 760px) { .offers { grid-template-columns: 1fr 1fr; align-items: stretch; gap: 32px; } }
.offer-card { position: relative; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--stone); border-radius: var(--r3); padding: 32px 28px; }
@media (min-width: 900px) { .offer-card { padding: 40px 36px; } }
.offer-card--featured { background: var(--deep); color: var(--ivory); border-color: var(--deep); }
.offer-card__badge { position: absolute; top: -13px; inset-inline-start: 28px; background: var(--deep); color: var(--ivory); border: 1px solid var(--gold); border-radius: var(--r1); padding: 4px 12px; font-size: 13px; font-weight: 600; }
.offer-card__title { font-size: 24px; margin-bottom: 12px; }
.offer-card__facts { display: grid; gap: 6px; margin-bottom: 20px; color: var(--olive); font-size: 15px; }
.offer-card--featured .offer-card__facts { color: rgba(248, 244, 240, 0.85); }
.offer-card__facts li { display: flex; align-items: center; gap: 10px; }
.offer-card__facts li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex: none; }
.offer-card__price { display: flex; align-items: baseline; gap: 12px; margin: 0 0 4px; }
.offer-card__price strong { font-size: 36px; font-weight: 700; line-height: 1.1; }
.offer-card__compare { color: var(--olive); font-size: 17px; }
.offer-card--featured .offer-card__compare { color: rgba(248, 244, 240, 0.7); }
.offer-card__save { font-weight: 600; margin: 0 0 20px; padding-inline-start: 14px; border-inline-start: 2px solid var(--gold); }
.offer-card__gift { display: flex; gap: 14px; align-items: center; border: 1px solid var(--stone); border-radius: var(--r2); padding: 14px 16px; margin-bottom: 24px; }
.offer-card--featured .offer-card__gift { border-color: rgba(248, 244, 240, 0.28); }
.offer-card__gift img { width: 56px; height: 56px; object-fit: cover; border-radius: var(--r2); flex: none; }
.offer-card__gift .ic { width: 32px; height: 32px; flex: none; }
.offer-card__gift p { margin: 4px 0 0; font-size: 14px; opacity: 0.85; }
.offer-card__gift-label { display: block; font-size: 12px; letter-spacing: 0.04em; opacity: 0.8; }
.offer-card .btn { margin-top: auto; }

/* ---------- النموذج ---------- */
.order { display: grid; gap: 32px; }
@media (min-width: 960px) { .order { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 48px; align-items: start; } .order-summary { position: sticky; top: 96px; } }
.order-form { background: var(--white); border: 1px solid var(--stone); border-radius: var(--r3); padding: 24px; }
@media (min-width: 900px) { .order-form { padding: 40px; } }
.field { margin-bottom: 20px; border: 0; padding: 0; min-width: 0; }
.field__label { display: block; font-weight: 600; font-size: 15px; margin-bottom: 8px; }
.field__hint { margin: 8px 0 0; font-size: 14px; color: var(--olive); }
.field-row { display: grid; gap: 0 16px; }
@media (min-width: 600px) { .field-row { grid-template-columns: 1fr 1fr; } }
.input { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--stone); border-radius: var(--r1); background: var(--white); font: inherit; font-size: 16px; color: var(--green); transition: border-color .15s ease; }
.input:focus { border-color: var(--green); outline: 2px solid var(--gold); outline-offset: 2px; }
.input:disabled { background: var(--ivory); color: var(--olive); }
textarea.input { resize: vertical; min-height: 72px; }
select.input { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231F3424' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: left 12px center; background-size: 20px; padding-inline-end: 14px; padding-inline-start: 40px; }
[dir="ltr"] select.input { background-position: right 12px center; padding-inline-start: 14px; padding-inline-end: 40px; }
.input[aria-invalid="true"] { border-color: var(--error); }
.field__error { margin: 6px 0 0; font-size: 14px; color: var(--error); min-height: 0; }
.field__error:not(:empty)::before { content: "! "; font-weight: 700; }
.form__error { background: #FBEFEF; border: 1px solid #E3C1C1; color: var(--error); padding: 12px 16px; border-radius: var(--r2); margin-bottom: 16px; }
.form__cod { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 16px 0 0; color: var(--olive); font-size: 14px; }
.form__cod .ic { width: 20px; height: 20px; }
.offer-radios, .type-radios { display: grid; gap: 10px; }
.offer-radio, .type-radio { position: relative; display: block; cursor: pointer; }
.offer-radio input, .type-radio input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.offer-radio__box { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 16px; border: 1px solid var(--stone); border-radius: var(--r2); padding: 14px 16px; transition: border-color .15s ease, box-shadow .15s ease; }
.offer-radio__title { font-weight: 600; flex: 1 1 auto; }
.offer-radio__price { font-weight: 700; }
.offer-radio__gift { flex-basis: 100%; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--olive); }
.offer-radio__gift .ic { width: 18px; height: 18px; }
.offer-radio input:checked + .offer-radio__box { border-color: var(--green); box-shadow: inset 0 0 0 1px var(--green); background: var(--ivory-2); }
.offer-radio input:focus-visible + .offer-radio__box, .type-radio input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 2px; }
.type-radio > span { display: flex; justify-content: space-between; align-items: center; gap: 12px; border: 1px solid var(--stone); border-radius: var(--r2); padding: 12px 16px; min-height: 48px; }
.type-radio > span small { font-size: 14px; color: var(--olive); white-space: nowrap; }
.type-radio input:checked + span { border-color: var(--green); box-shadow: inset 0 0 0 1px var(--green); background: var(--ivory-2); }
@media (min-width: 600px) { .type-radios { grid-template-columns: 1fr 1fr; } }
.btn .spinner { width: 18px; height: 18px; border: 2px solid rgba(248, 244, 240, 0.4); border-top-color: var(--ivory); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.order-summary { background: var(--white); border: 1px solid var(--stone); border-radius: var(--r3); padding: 24px; }
.order-summary .h3 { margin-bottom: 12px; }
.summary div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--stone); margin: 0; }
.summary dt { color: var(--olive); }
.summary dd { margin: 0; font-weight: 600; text-align: end; }
.summary__total dt, .summary__total dd { font-size: 18px; font-weight: 700; color: var(--green); }
.summary__cod { display: flex; align-items: center; gap: 8px; margin: 16px 0 0; font-size: 14px; color: var(--olive); }
.summary__cod .ic { width: 20px; height: 20px; }
.order-success { grid-column: 1 / -1; background: var(--white); border: 1px solid var(--stone); border-radius: var(--r3); padding: 40px 24px; text-align: center; max-width: 640px; margin-inline: auto; width: 100%; }
.order-success__icon { display: inline-grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: var(--green); color: var(--ivory); margin-bottom: 16px; }
.order-success__icon .ic { width: 32px; height: 32px; }
.order-success .lead { margin-inline: auto; }
.order-success__ref { font-size: 18px; margin: 8px 0 24px; }
.summary--success { text-align: start; }
.order.is-success .order-form, .order.is-success .order-summary { display: none; }

/* ---------- الأسئلة ---------- */
.faq { margin-top: 8px; }
.faq__item { border-bottom: 1px solid var(--stone); }
.faq__item:first-child { border-top: 1px solid var(--stone); }
.faq__q { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; cursor: pointer; font-weight: 600; font-size: 17px; list-style: none; }
.faq__q::-webkit-details-marker { display: none; }
.faq__q .ic { transition: transform .2s ease; color: var(--olive); }
.faq__item[open] .faq__q .ic { transform: rotate(180deg); }
.faq__a { padding: 0 0 18px; color: var(--olive); max-width: 60ch; }
.faq__a p { margin: 0; }

/* ---------- الختام ---------- */
.final { position: relative; background: var(--green); color: var(--ivory); display: flex; flex-direction: column; }
.final__media { aspect-ratio: 4 / 3; overflow: hidden; }
.final__media img { width: 100%; height: 100%; object-fit: cover; object-position: 30% 50%; }
.final__grid { padding-block: 48px; }
.final__sub { font-size: 17px; opacity: 0.9; }
.final__offer { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 20px 0 28px; font-weight: 600; font-size: 17px; }
.final__or { opacity: 0.7; font-weight: 400; }
.final .display { color: var(--ivory); }
@media (min-width: 900px) {
  .final { display: block; min-height: 620px; }
  .final__media { position: absolute; inset: 0; aspect-ratio: auto; }
  .final__media img { object-position: 35% 50%; }
  .final__grid { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); column-gap: 24px; align-items: center; min-height: 620px; padding-block: 96px; }
  .final__content { grid-column: 1 / 7; }
  [dir="ltr"] .final__content { grid-column: 7 / 13; }
}

/* ---------- الفوتر ---------- */
.site-footer { background: var(--green); color: var(--ivory); padding-top: 56px; }
.site-footer__grid { display: grid; gap: 32px; padding-bottom: 40px; }
@media (min-width: 760px) { .site-footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; } }
.logo--footer .logo__arch { height: 30px; }
.logo--footer .logo__latin { height: 22px; }
.logo--footer .logo__ar { height: 16px; }
.site-footer__tagline { margin: 16px 0 4px; font-size: 16px; }
body.lang-ar .site-footer__tagline { font-family: var(--font-ar-display); }
.site-footer__baseline { font-family: var(--font-la-display); letter-spacing: 0.14em; font-size: 12px; opacity: 0.75; margin: 0; }
.site-footer__col h3 { font-size: 14px; letter-spacing: 0.04em; margin-bottom: 14px; opacity: 0.7; font-weight: 500; }
.site-footer__col a { display: flex; align-items: center; gap: 8px; text-decoration: none; padding: 6px 0; opacity: 0.9; }
.site-footer__col a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--gold); }
.site-footer__col .ic { width: 18px; height: 18px; }
.muted-ivory { opacity: 0.6; }
.site-footer__bottom { border-top: 1px solid rgba(164, 134, 65, 0.55); padding-block: 20px; font-size: 13px; opacity: 0.85; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; }
.site-footer__bottom p { margin: 0; }

/* ---------- الشريط الثابت (موبايل) ---------- */
.sticky-bar { position: fixed; inset-inline: 0; bottom: 0; z-index: 40; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: var(--ivory); border-top: 1px solid var(--stone); padding: 10px var(--pad); padding-bottom: calc(10px + env(safe-area-inset-bottom)); box-shadow: 0 -4px 16px rgba(31, 52, 36, 0.08); }
.sticky-bar[hidden] { display: none; }
.sticky-bar__info { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.sticky-bar__label { font-size: 12px; color: var(--olive); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky-bar__price { font-size: 18px; font-weight: 700; }
.sticky-bar .btn { min-height: 44px; }
body.has-sticky { padding-bottom: 72px; }
@media (min-width: 900px) { .sticky-bar { display: none !important; } body.has-sticky { padding-bottom: 0; } }

/* ---------- صفحات المعلومات ---------- */
.page { padding-block: 48px var(--section); }
.page__body { max-width: 760px; line-height: 1.8; }
.page__body p { margin-bottom: 14px; }
.page__back { display: inline-block; margin-bottom: 24px; text-decoration: none; border-bottom: 1px solid var(--gold); }

/* =====================================================================
   تحسينات الهاتف — المشتري يطلب من الهاتف: صفحة أقصر، صور مقصوصة، ملخص قبل زر التأكيد
   ===================================================================== */
.ltr { direction: ltr; unicode-bidi: isolate; display: inline-block; }
.steps__num { font-family: var(--font-la-ui); font-weight: 600; font-size: 17px; }
@media (max-width: 899px) {
  :root { --section: 48px; }
  .section__head { margin-bottom: 24px; }
  .split { gap: 24px; }
  .h2 { margin-bottom: 12px; }
  .lead { font-size: 16px; }
  /* الصور العمودية تُقصّ إلى 4:3 حتى لا تأخذ شاشة كاملة */
  .split__media .frame img, .split__media picture.frame img { aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 42%; }
  .section--texture .frame img { object-position: 50% 55%; }
  .section--howto .frame img { object-position: 50% 45%; }
  .section--travel .frame img { object-position: 50% 50%; }
  .split__media--fade img { max-height: 320px; width: auto; margin-inline: auto; }
  .split__media--faq { display: none; }
  .formula__media, .formula__media img { max-height: 300px; }
  .formula__head { margin-bottom: 24px; }
  .disc__img img { width: 110px; height: 110px; }
  .callouts { margin-bottom: 20px; }
  .hero__grid { padding-block: 32px 24px; }
  .hero__media { aspect-ratio: 16 / 11; }
  .hero__support { font-size: 15px; }
  .hero__price { margin: 16px 0 14px; }
  .trust { margin-top: 20px; padding-top: 16px; }
  .video__panel { padding: 24px 20px; }
  .video__actions { margin-top: 16px; }
  .offer-card { padding: 24px 20px; }
  .offer-card--featured { order: -1; }
  .offer-card__price strong { font-size: 32px; }
  .order-form { padding: 20px 16px; }
  .order-summary { display: none; }
  .faq__q { font-size: 16px; padding: 14px 0; }
  .final__grid { padding-block: 40px; }
  .final__media { aspect-ratio: 16 / 11; }
  .site-footer { padding-top: 40px; }
}
@media (min-width: 360px) and (max-width: 599px) {
  .field-row { grid-template-columns: 1fr 1fr; gap: 0 10px; }
}
/* ملخص مصغّر داخل النموذج (يظهر على الهاتف قبل زر التأكيد) */
.mini-summary { display: grid; gap: 4px; border: 1px solid var(--stone); border-radius: var(--r2); padding: 12px 14px; margin: 4px 0 16px; background: var(--ivory-2); }
.mini-summary div { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; }
.mini-summary span { color: var(--olive); flex: none; }
.mini-summary strong { text-align: end; }
.mini-summary__total { border-top: 1px solid var(--stone); padding-top: 6px; margin-top: 2px; }
.mini-summary__total span, .mini-summary__total strong { font-size: 16px; font-weight: 700; color: var(--green); }
@media (min-width: 960px) { .mini-summary { display: none; } }
