/*
 * TouchScreens Oman — product page (owner: product page agent).
 * Values are the inline styles of design/Product - Interactive Display.dc.html. Logical properties throughout.
 * Breakpoints: 1020 (header drawer) / 900 (layouts stack) / 640 (single column).
 */

/* ---------- Hero ---------- */
.o-pp-hero { padding: max(150px, calc(var(--o-header-h) + 16px)) var(--gutter) 60px; }
.o-pp-hero__grid {
  margin-top: 22px; display: grid; gap: clamp(28px, 4vw, 56px); align-items: start;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 480px), 1fr));
}

/* Gallery — not sticky; photos are contained, never cropped */
.o-pp-gallery { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.o-pp-stage {
  position: relative; aspect-ratio: 4 / 3; border-radius: var(--r-hero); overflow: hidden;
  background: #fff; border: 1px solid var(--line);
}
.o-pp-stage__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: clamp(10px, 2vw, 24px); }
@media (prefers-reduced-motion: no-preference) {
  .o-pp-stage__img.is-swap { animation: o-pp-fade .45s var(--ease) both; }
}
@keyframes o-pp-fade { from { opacity: 0; transform: scale(.985); } to { opacity: 1; transform: none; } }
.o-pp-stage--empty {
  background: radial-gradient(600px 300px at 50% 100%, rgba(233, 138, 44, .16), transparent), linear-gradient(160deg, #fbf5ec, #efe4d4);
}
.o-pp-stage__ph {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  padding: 24px; text-align: center;
  background: repeating-linear-gradient(135deg, rgba(40, 28, 16, .03) 0 12px, transparent 12px 24px);
}
.o-pp-stage__ph-frame {
  width: min(46%, 240px); aspect-ratio: 16 / 10; border-radius: 10px; border: 2px solid rgba(40, 28, 16, .16);
  display: grid; place-items: end center; padding-bottom: 0; margin-bottom: 14px; position: relative;
}
.o-pp-stage__ph-frame span { position: absolute; bottom: -14px; width: 26%; height: 12px; border-inline: 2px solid rgba(40, 28, 16, .16); }
.o-pp-stage__ph-frame::after { content: ""; position: absolute; bottom: -16px; width: 40%; height: 2px; background: rgba(40, 28, 16, .16); border-radius: 2px; }
.o-pp-stage__ph-brand { margin-top: 10px; font-weight: 800; font-size: 13px; letter-spacing: .06em; color: var(--copper); text-transform: uppercase; }
[dir="rtl"] .o-pp-stage__ph-brand { letter-spacing: 0; }
.o-pp-stage__ph-sku { font-family: var(--mono); font-size: 13px; color: var(--text-ui); }
.o-pp-stage__ph-note { max-width: 34ch; font-size: 12.5px; line-height: 1.5; color: var(--muted-2); }
.o-pp-stage__badge {
  position: absolute; top: 16px; inset-inline-start: 16px; font-size: 12px; font-weight: 700; line-height: 1.3;
  padding: 6px 11px; border-radius: var(--r-pill); background: var(--ink); color: var(--on-ink);
}
.o-pp-stage__count {
  position: absolute; bottom: 16px; inset-inline-end: 16px; font-size: 12px; font-weight: 700; line-height: 1.3;
  padding: 7px 12px; border-radius: var(--r-pill); background: rgba(255, 255, 255, .9); color: var(--text-ui);
  border: 1px solid var(--line); direction: ltr;
}
.o-pp-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.o-pp-thumb {
  position: relative; aspect-ratio: 1; border-radius: 14px; border: 2px solid var(--line); background: #fff; padding: 4px;
  overflow: hidden; cursor: pointer; transition: border-color .2s;
}
.o-pp-thumb img { width: 100%; height: 100%; object-fit: contain; }
.o-pp-thumb:hover { border-color: var(--accent-line-strong); }
.o-pp-thumb.is-active { border-color: var(--cta); }

/* Info */
.o-pp-info { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.o-pp-brand { font-weight: 800; font-size: 13px; letter-spacing: .06em; color: var(--copper); text-transform: uppercase; }
[dir="rtl"] .o-pp-brand { letter-spacing: 0; }
.o-pp-h1 { font-size: clamp(30px, 3.4vw, 48px); line-height: 1.1; letter-spacing: -.03em; font-weight: 800; overflow-wrap: anywhere; }
[dir="rtl"] .o-pp-h1 { letter-spacing: 0; line-height: 1.3; }
/* A Latin model name on an Arabic page stays a left-aligned LTR line, as in the design (h1 dir=ltr, no text-align). */
[dir="rtl"] .o-pp-h1[dir="ltr"] { letter-spacing: -.03em; line-height: 1.1; }
.o-pp-codes { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 13px; color: var(--muted-2); }
.o-pp-codes strong { color: var(--ink); font-weight: 700; }
.o-pp-short { color: var(--lede); font-size: 16px; line-height: 1.75; text-wrap: pretty; }
[dir="rtl"] .o-pp-short { line-height: 1.9; }
.o-pp-glance { margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 10px; }
.o-pp-tile { border-radius: 16px; border: 1px solid var(--line); background: var(--surface); padding: 14px; min-width: 0; }
.o-pp-tile dt { font-size: 11px; font-weight: 700; letter-spacing: .12em; color: var(--muted-4); text-transform: uppercase; line-height: 1.35; }
[dir="rtl"] .o-pp-tile dt { letter-spacing: 0; }
.o-pp-tile dd { margin: 6px 0 0; font-weight: 800; font-size: 16px; line-height: 1.3; overflow-wrap: anywhere; }
[dir="rtl"] .o-pp-tile dd { text-align: right; }

/* Pricing panel */
.o-pp-panel {
  position: relative; overflow: hidden; border-radius: var(--r-card-lg); background: var(--surface);
  border: 1px solid var(--accent-line); box-shadow: 0 30px 70px rgba(70, 45, 20, .1); padding: 24px;
}
.o-pp-panel__flag { position: absolute; top: 0; left: 0; right: 0; }
.o-pp-panel__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; flex-wrap: wrap; }
.o-pp-panel__label { font-size: 12px; font-weight: 700; letter-spacing: .12em; color: var(--muted-4); text-transform: uppercase; }
[dir="rtl"] .o-pp-panel__label { letter-spacing: 0; }
.o-pp-panel__por { margin-top: 4px; font-size: 26px; font-weight: 800; line-height: 1.25; }
.o-pp-panel__omr { font-family: var(--accent-font); font-style: italic; font-weight: 400; color: var(--copper); font-size: 22px; }

.o-pp-qty { display: flex; align-items: center; border: 1px solid var(--line-14); border-radius: var(--r-pill); overflow: hidden; flex: none; background: var(--surface); }
.o-pp-qty__btn { border: 0; background: none; width: 40px; height: 42px; font-size: 18px; color: var(--ink); line-height: 1; cursor: pointer; }
.o-pp-qty__btn:hover { background: var(--tint); }
.o-pp-qty__input {
  width: 52px; min-width: 44px; height: 42px; border: 0; background: none; text-align: center; font-weight: 800; font-size: 16px;
  color: var(--ink); -moz-appearance: textfield; appearance: textfield; padding: 0;
}
.o-pp-qty__input::-webkit-outer-spin-button, .o-pp-qty__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.o-pp-qty__input:focus-visible { outline-offset: -2px; }

.o-pp-addons { margin: 16px 0 0; padding: 0; border: 0; min-width: 0; }
.o-pp-addons__legend { padding: 0; font-size: 12.5px; font-weight: 700; color: var(--text-ui); margin-bottom: 8px; }
/* The design's pill reads "+ Installation" (glyph + space ≈ 12px); the drawn 9px mark + 3px gap keeps that width,
   so the four add-ons stay on one row of the 594px panel at 1440. */
.o-pp-addons .o-toggle__ui { gap: 3px; }

.o-pp-actions { margin-top: 18px; display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.o-pp-cta.o-btn {
  border-radius: 16px; padding: 17px; font-weight: 800; font-size: 16px; white-space: normal;
  box-shadow: 0 14px 34px rgba(233, 138, 44, .35);
}
.o-pp-cta .o-btn__sheen { width: 30%; }
.o-pp-wa {
  display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border-radius: 16px;
  background: var(--wa); color: var(--wa-ink); font-weight: 800; font-size: 14px; white-space: nowrap;
}
.o-pp-wa:hover { background: #3be07a; color: var(--wa-ink); }
.o-pp-wa .o-icon { font-size: 17px; }

.o-pp-note { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; font-size: 12.5px; color: var(--lede); line-height: 1.45; }
.o-pp-note__reply { display: inline-flex; gap: 6px; align-items: center; }
.o-pp-note__dot { width: 5px; height: 5px; border-radius: 50%; background: currentColor; flex: none; }
.o-pp-note__ds { font-weight: 700; display: inline-flex; gap: 5px; align-items: center; }
.o-pp-note__ds .o-icon { font-size: 13px; }
.o-pp-cmp {
  margin-inline-start: auto; display: inline-flex; align-items: center; cursor: pointer; white-space: nowrap;
  border: 1px solid var(--line-18); background: transparent; color: var(--text-ui); border-radius: var(--r-pill);
  padding: 9px 14px; font: 700 12.5px var(--font); transition: background-color .2s, color .2s, border-color .2s;
}
.o-pp-cmp:hover { border-color: var(--ink); }
.o-pp-cmp > span { display: inline-flex; gap: 6px; align-items: center; }
.o-pp-cmp__on { display: none !important; }
.o-pp-cmp[aria-pressed="true"] { background: var(--ink); color: var(--on-ink); border-color: var(--ink); }
.o-pp-cmp[aria-pressed="true"] .o-pp-cmp__on { display: inline-flex !important; }
.o-pp-cmp[aria-pressed="true"] .o-pp-cmp__off { display: none; }

/* Trust row — 4 / 2 / 1 */
.o-pp-trust { list-style: none; margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.o-pp-trust__item { display: flex; gap: 12px; align-items: flex-start; padding: 20px; border-radius: 20px; background: var(--sand); }
.o-pp-trust__g { font-family: var(--ruqaa); font-size: 22px; line-height: 1; color: var(--copper); min-width: 24px; letter-spacing: 0; white-space: nowrap; }
.o-pp-trust__h { font-weight: 700; font-size: 13.5px; line-height: 1.4; }
.o-pp-trust__p { font-size: 12.5px; color: var(--muted-2); margin-top: 2px; line-height: 1.5; }

/* ---------- Sticky mini-bar ---------- */
.o-pp-mini {
  position: fixed; top: var(--o-pp-bar, var(--o-bar-bottom, 74px)); left: 0; right: 0; z-index: 56; padding: 0 var(--gutter); pointer-events: none;
}
.o-pp-mini__in {
  pointer-events: auto; max-width: var(--container); margin: 8px auto 0; display: flex; gap: 14px; align-items: center;
  border-radius: 18px; background: var(--ink); color: var(--on-ink); padding: 10px; padding-inline-start: 18px;
  box-shadow: 0 20px 50px rgba(40, 28, 16, .3);
}
@media (prefers-reduced-motion: no-preference) {
  .o-pp-mini.is-in .o-pp-mini__in { animation: o-pp-bar .35s var(--ease) both; }
}
@keyframes o-pp-bar { from { transform: translateY(-110%); opacity: 0; } to { transform: none; opacity: 1; } }
.o-pp-mini__thumb { width: 44px; height: 34px; border-radius: 8px; flex: none; object-fit: contain; background: #fff; }
.o-pp-mini__thumb--none { background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .08) 0 6px, transparent 6px 12px), #3a2c20; }
.o-pp-mini__text { flex: 1; min-width: 0; }
.o-pp-mini__name { font-weight: 700; font-size: 14px; line-height: 1.35; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.o-pp-mini__sub { font-size: 12px; color: #cdbb9f; line-height: 1.35; }
.o-pp-mini__wa {
  padding: 10px 14px; border-radius: 12px; border: 1px solid rgba(37, 211, 102, .5); color: #8ff2b6; font-weight: 700; font-size: 13px; white-space: nowrap;
}
.o-pp-mini__wa:hover { color: #b8f7d0; border-color: var(--wa); }
.o-pp-mini__cta {
  cursor: pointer; border: 0; background: var(--cta); color: var(--cta-ink); border-radius: 12px; padding: 11px 18px;
  font: 700 13.5px var(--font); white-space: nowrap;
}
.o-pp-mini__cta:hover { background: var(--cta-hover); }

/* ---------- Sticky section nav ---------- */
.o-pp-nav {
  position: sticky; top: calc(var(--o-pp-bar, var(--o-bar-bottom, 74px)) + var(--o-pp-mini-h, 0px)); z-index: 30;
  background: rgba(250, 247, 242, .94); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: top .3s var(--ease);
}
.o-pp-nav__in {
  max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); display: flex; gap: 4px;
  overflow-x: auto; scrollbar-width: none; white-space: nowrap;
}
.o-pp-nav__in::-webkit-scrollbar { display: none; }
.o-pp-nav__a { padding: 16px; font-weight: 700; font-size: 14px; line-height: normal; color: var(--text-ui); border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.o-pp-nav__a:hover, .o-pp-nav__a[aria-current="true"] { color: var(--copper); border-bottom-color: var(--cta); }
.o-pp-nav__a:focus-visible { outline-offset: -2px; }

/* ---------- Sections ---------- */
.o-pp-sec { padding: 80px var(--gutter); scroll-margin-top: calc(var(--o-bar-bottom, 74px) + 130px); }
.o-pp-h2 { font-size: clamp(28px, 3.4vw, 46px); line-height: 1.1; letter-spacing: -.03em; font-weight: 800; text-wrap: balance; }
.o-pp-h2--ov { max-width: 22ch; }
.o-pp-h2--sm { font-size: clamp(26px, 3vw, 40px); }
[dir="rtl"] .o-pp-h2 { letter-spacing: 0; line-height: 1.3; }

/* Overview: up to 3 feature cards (design grid: 3 / 2 / 1 columns); with fewer cards the description fills the row */
.o-pp-ov { margin-top: 36px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: start; }
.o-pp-feat { border-radius: 24px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); display: flex; flex-direction: column; }
.o-pp-ov--n3 .o-pp-feat, .o-pp-ov--n2 .o-pp-feat { align-self: stretch; }
/* Two cards: the description spans a second, flexible row, so the cards' row is only as tall as the taller card
   and both stretch to it (equal heights, as in the design) without growing to the description's height. */
@media (min-width: 961px) {
  .o-pp-ov--n2 { grid-template-rows: auto 1fr; }
  .o-pp-ov--n2 .o-pp-desc { grid-row: span 2; }
}
.o-pp-feat__media {
  aspect-ratio: 16 / 10; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 18px; text-align: center;
  background: repeating-linear-gradient(135deg, rgba(40, 28, 16, .035) 0 12px, transparent 12px 24px), linear-gradient(160deg, #fbf5ec, #efe4d4);
}
.o-pp-feat__stat { font-size: clamp(34px, 3.6vw, 52px); font-weight: 800; letter-spacing: -.03em; line-height: 1.05; color: var(--ink); overflow-wrap: anywhere; }
[dir="rtl"] .o-pp-feat__stat { letter-spacing: 0; }
.o-pp-feat__statk { font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--copper); }
[dir="rtl"] .o-pp-feat__statk { letter-spacing: 0; }
.o-pp-feat__body { padding: 22px; }
.o-pp-feat__h { font-size: 19px; font-weight: 800; line-height: 1.3; }
.o-pp-feat__list { margin: 8px 0 0; display: grid; gap: 4px; }
.o-pp-feat__list > div { display: flex; flex-wrap: wrap; gap: 0 8px; font-size: 14.5px; line-height: 1.7; }
.o-pp-feat__list dt { color: var(--muted-2); }
.o-pp-feat__list dd { margin: 0; color: var(--lede); font-weight: 600; }

.o-pp-desc { grid-column: 1 / -1; margin-top: 32px; max-width: 860px; }
.o-pp-ov--n0 .o-pp-desc { margin-top: 0; }
.o-pp-ov--n1 .o-pp-desc { grid-column: span 2; margin-top: 0; padding-inline-start: clamp(0px, 2vw, 24px); }
.o-pp-ov--n2 .o-pp-desc { grid-column: span 1; margin-top: 0; }
.o-pp-desc__h { font-size: 19px; font-weight: 800; margin-bottom: 14px; }
.o-pp-ov--n1 .o-pp-desc__h, .o-pp-ov--n2 .o-pp-desc__h { margin-top: 4px; }
.o-pp-desc__body { color: var(--lede); font-size: 16px; }
.o-pp-desc__body ul { margin: 0; }
@media (max-width: 960px) {
  .o-pp-ov { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .o-pp-ov--n1 .o-pp-desc { grid-column: span 1; }
  .o-pp-ov--n2 .o-pp-desc { grid-column: 1 / -1; margin-top: 32px; }
}
@media (max-width: 640px) {
  .o-pp-ov { grid-template-columns: 1fr; }
  .o-pp-ov .o-pp-desc { grid-column: 1 / -1; margin-top: 32px; padding-inline-start: 0; }
  .o-pp-ov--n0 .o-pp-desc { margin-top: 0; }
}

/* Specifications */
.o-pp-specs { background: var(--sand); }
.o-pp-specs__head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; align-items: flex-end; }
.o-pp-specs__note { font-size: 13px; color: var(--muted-2); }
.o-pp-specgrid { margin-top: 32px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: 16px; }
.o-pp-spec { border-radius: var(--r-card); background: var(--surface); border: 1px solid var(--line); overflow: hidden; }
.o-pp-spec__h { padding: 16px 20px; font-weight: 800; font-size: 15px; border-bottom: 1px solid var(--line); display: flex; gap: 10px; align-items: center; }
.o-pp-spec__dia { width: 8px; height: 8px; background: var(--cta); transform: rotate(45deg); flex: none; }
.o-pp-spec__dl { margin: 0; }
.o-pp-spec__row {
  display: grid; grid-template-columns: minmax(130px, .8fr) 1fr; gap: 12px; padding: 11px 20px;
  border-bottom: 1px solid rgba(40, 28, 16, .05); font-size: 14px; line-height: normal;
}
.o-pp-spec__row:last-child { border-bottom: 0; }
.o-pp-spec__row dt { color: var(--muted-2); }
.o-pp-spec__row dd { margin: 0; font-weight: 600; overflow-wrap: anywhere; min-width: 0; }
[dir="rtl"] .o-pp-spec__row dd { text-align: right; }
.o-pp-spec__row dd strong { font-weight: 800; }

/* Complete the room */
.o-pp-room__panel {
  position: relative; overflow: hidden; border-radius: 30px; background: var(--deep-red); padding: clamp(24px, 4vw, 48px); color: var(--deep-red-soft);
}
.o-pp-room__wm {
  position: absolute; right: -10px; bottom: -60px; font-family: var(--ruqaa); font-size: 220px; line-height: 1;
  color: rgba(255, 228, 210, .06); pointer-events: none; user-select: none; letter-spacing: 0;
}
.o-pp-room__grid { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 28px; align-items: center; }
.o-pp-room__ey { font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--deep-red-eyebrow); }
[dir="rtl"] .o-pp-room__ey { letter-spacing: 0; }
.o-pp-room__h { margin-top: 10px; font-size: clamp(28px, 3.2vw, 42px); letter-spacing: -.03em; font-weight: 800; color: var(--deep-red-text); line-height: 1.1; }
[dir="rtl"] .o-pp-room__h { letter-spacing: 0; line-height: 1.35; }
.o-pp-room__p { margin-top: 12px; color: var(--deep-red-body); font-size: 16px; line-height: 1.7; }
.o-pp-room__cta {
  margin-top: 20px; cursor: pointer; border: 0; background: var(--cta); color: var(--cta-ink); border-radius: var(--r-pill);
  padding: 14px 22px; font: 800 14.5px var(--font);
}
.o-pp-room__cta:hover { background: var(--cta-hover); }
.o-pp-room__cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.o-pp-room__cards--n3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.o-pp-addon {
  position: relative; cursor: pointer; text-align: start; border-radius: 18px; border: 1px solid rgba(255, 228, 210, .18);
  background: rgba(255, 255, 255, .04); padding: 14px; color: var(--deep-red-text); display: flex; flex-direction: column; gap: 10px;
  transition: background-color .25s, border-color .25s;
}
.o-pp-addon:hover { border-color: rgba(255, 228, 210, .4); }
.o-pp-addon__input { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; pointer-events: none; }
.o-pp-addon.is-on, .o-pp-addon:has(.o-pp-addon__input:checked) { background: rgba(233, 138, 44, .22); border-color: var(--cta); }
.o-pp-addon:has(.o-pp-addon__input:focus-visible) { outline: 2px solid var(--cta); outline-offset: 2px; }
.o-pp-addon__media {
  aspect-ratio: 16 / 10; border-radius: 10px; display: grid; place-items: center; color: #d9a99a;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .06) 0 8px, transparent 8px 16px);
}
.o-pp-addon__icon { width: 40px; height: 40px; }
.o-pp-addon.is-on .o-pp-addon__media, .o-pp-addon:has(.o-pp-addon__input:checked) .o-pp-addon__media { color: #ffcf9e; }
.o-pp-addon__foot { display: flex; justify-content: space-between; gap: 8px; align-items: center; font-weight: 700; font-size: 14px; line-height: 1.35; }
.o-pp-addon__mark { color: #d9a99a; font-size: 13px; display: inline-flex; }
.o-pp-addon__on { display: none; }
.o-pp-addon.is-on .o-pp-addon__mark, .o-pp-addon:has(.o-pp-addon__input:checked) .o-pp-addon__mark { color: #ffb866; }
.o-pp-addon.is-on .o-pp-addon__on, .o-pp-addon:has(.o-pp-addon__input:checked) .o-pp-addon__on { display: inline-block; }
.o-pp-addon.is-on .o-pp-addon__off, .o-pp-addon:has(.o-pp-addon__input:checked) .o-pp-addon__off { display: none; }

/* Downloads: no top padding right after the room panel (design); a tab or #downloads jump still leaves the
   padded sections' 80px above the heading. */
.o-pp-room + .o-pp-dl { padding-top: 0; scroll-margin-top: calc(var(--o-bar-bottom, 74px) + 130px + 80px); }
.o-pp-dlgrid { list-style: none; margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 12px; }
.o-pp-doc {
  height: 100%; display: flex; gap: 14px; align-items: center; padding: 18px; border-radius: 18px; background: var(--surface);
  border: 1px solid var(--line); color: var(--ink); transition: border-color .25s;
}
.o-pp-doc:hover { border-color: var(--accent-line-strong); color: var(--ink); }
.o-pp-doc__type {
  width: 46px; height: 54px; flex: none; border-radius: 8px; background: var(--sand); border: 1px solid var(--line-10);
  display: grid; place-items: center; font: 700 10px var(--mono); color: var(--copper);
}
.o-pp-doc__txt { flex: 1; min-width: 0; }
.o-pp-doc__h { display: block; font-weight: 700; font-size: 14.5px; line-height: 1.35; }
.o-pp-doc__s { display: block; font-size: 12.5px; color: var(--muted-2); margin-top: 2px; }
.o-pp-doc__arrow { color: var(--copper); flex: none; }

/* Delivery + FAQ */
.o-pp-faq__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 440px), 1fr)); gap: 48px; }
.o-pp-del__p { margin-top: 12px; color: var(--lede); font-size: 16px; line-height: 1.7; }
[dir="rtl"] .o-pp-del__p { line-height: 1.9; }
.o-pp-del__note { font-size: 14px; color: var(--muted-2); }
.o-pp-gov { list-style: none; margin: 20px 0 0; padding: 0; border-radius: 20px; border: 1px solid var(--line); background: var(--surface); overflow: hidden; }
.o-pp-gov li + li { border-top: 1px solid var(--line-06); }
.o-pp-gov__row { display: flex; justify-content: space-between; gap: 12px; padding: 13px 18px; font-size: 14px; color: var(--ink); line-height: 1.45; }
.o-pp-gov__row:hover { background: var(--bg); color: var(--copper-hover); }
.o-pp-gov__name { font-weight: 600; flex-shrink: 0; }
.o-pp-gov__cities { color: var(--lede); text-align: end; }
.o-pp-qa .o-pp-faqlist { margin-top: 12px; }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .o-pp-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .o-pp-trust { grid-template-columns: 1fr; }
  .o-pp-room__cards, .o-pp-room__cards--n3 { grid-template-columns: 1fr 1fr; gap: 10px; }
  .o-pp-room__cards--n3 .o-pp-addon:last-child { grid-column: 1 / -1; }
  .o-pp-room__cards--n3 .o-pp-addon:last-child .o-pp-addon__media { aspect-ratio: 32 / 9; }
  .o-pp-spec__row { grid-template-columns: minmax(110px, .8fr) 1fr; }
  /* Mini-bar on phones: the dock already carries WhatsApp + Request pricing at the bottom, so the bar keeps
     name + one CTA and stays compact under the header. */
  .o-pp-mini__in { gap: 10px; padding: 8px; padding-inline-start: 10px; border-radius: 14px; margin-top: 6px; }
  .o-pp-mini__wa, .o-pp-mini__sub { display: none; }
  .o-pp-mini__name { font-size: 13px; }
  .o-pp-mini__cta { padding: 10px 14px; font-size: 13px; }
}
