/* ==========================================================================
   Gold Hunter — storefront components (loaded after site.css)
   Intro hero, page headers, language menu, category & video cards, footer,
   product page and the live satellite page.
   ========================================================================== */

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

/* ---------- Buttons ---------- */
.btn--glass { color: #fff; background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .24); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.btn--glass:hover { background: rgba(255, 255, 255, .16); border-color: rgba(255, 255, 255, .45); }
.btn--dark { background: var(--obsidian); color: var(--ivory); }
.btn--dark:hover { background: #000; color: var(--gold-2); }
.btn--yt { background: #ff0033; color: #fff; }
.btn--yt:hover { background: #e0002d; transform: translateY(-1px); }
.link-arrow--light { color: var(--ivory); }
.sec__title, .pagehead__title, .pdx__name { text-wrap: balance; }
.eyebrow .ic { flex: none; }

/* ---------- Language menu (flag, no circle) ---------- */
.langsel { position: relative; }
.langsel__btn { display: inline-flex; align-items: center; gap: 6px; height: 40px; padding: 0 10px; border-radius: 10px; color: var(--ivory-2); transition: background-color .2s; }
.langsel__btn:hover, .langsel.is-open .langsel__btn { background: rgba(255, 255, 255, .08); color: var(--ivory); }
.langsel__flag { border-radius: 3px; box-shadow: 0 0 0 1px rgba(255, 255, 255, .22); }
.langsel__chev { transition: transform .2s; opacity: .8; }
.langsel.is-open .langsel__chev { transform: rotate(180deg); }
.langsel__menu { position: absolute; top: calc(100% + 8px); inset-inline-end: 0; min-width: 184px; padding: 6px; border-radius: 14px; background: var(--char); border: 1px solid var(--line-d2); box-shadow: 0 24px 48px -16px rgba(0, 0, 0, .7); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .18s, transform .18s, visibility .18s; z-index: 90; }
.langsel.is-open .langsel__menu { opacity: 1; visibility: visible; transform: none; }
.langsel__item { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 10px; font-size: 14.5px; color: var(--ivory-2); }
.langsel__item:hover { background: rgba(255, 255, 255, .06); color: var(--ivory); }
.langsel__item.is-current { color: var(--gold-2); }
.langsel__tick { margin-inline-start: auto; }

/* ---------- Page headers with video ---------- */
.pagehead { position: relative; overflow: hidden; isolation: isolate; background: #0b0a08; color: var(--ivory); padding-block: clamp(46px, 6.5vw, 88px); }
.pagehead__media { position: absolute; inset: 0; z-index: -1; }
.pagehead__video { width: 100%; height: 100%; object-fit: cover; }
.pagehead__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 9, 7, .78) 0%, rgba(10, 9, 7, .45) 55%, rgba(10, 9, 7, .25) 100%), linear-gradient(180deg, rgba(10, 9, 7, 0) 55%, rgba(10, 9, 7, .55) 100%); }
[dir="rtl"] .pagehead__media::after { background: linear-gradient(270deg, rgba(10, 9, 7, .78) 0%, rgba(10, 9, 7, .45) 55%, rgba(10, 9, 7, .25) 100%), linear-gradient(180deg, rgba(10, 9, 7, 0) 55%, rgba(10, 9, 7, .55) 100%); }
.pagehead--compact { padding-block: 20px; }
.pagehead--compact .crumbs { margin: 0; }
.pagehead__row { display: flex; align-items: center; gap: 20px; margin-top: 6px; }
.pagehead__ic { width: 62px; height: 62px; flex: none; display: grid; place-items: center; border-radius: 18px; color: var(--gold-2); background: rgba(242, 178, 51, .14); border: 1px solid rgba(242, 178, 51, .35); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.pagehead__title { font-size: clamp(1.9rem, 3.8vw, 3rem); font-weight: 800; color: #fff; text-shadow: 0 2px 18px rgba(0, 0, 0, .35); }
.pagehead__lead { margin-top: 8px; color: rgba(246, 241, 230, .86); max-width: 64ch; font-size: 1.04rem; }
.crumbs--light { color: rgba(246, 241, 230, .72); margin-bottom: 14px; }
.crumbs--light a { display: inline-flex; align-items: center; gap: 6px; }
.crumbs--light a:hover { color: var(--gold-2); }
.crumbs--light span[aria-current] { color: #fff; font-weight: 600; }
.crumbs__sep { opacity: .55; }

/* ---------- Intro hero (video) ---------- */
.ihero { position: relative; isolation: isolate; min-height: 100svh; display: grid; align-items: center; padding-top: calc(38px + var(--hdr-h)); background: #0b0a08; color: var(--ivory); overflow: hidden; }
.ihero__media { position: absolute; inset: 0; z-index: -1; }
.ihero__video { width: 100%; height: 100%; object-fit: cover; }
.ihero__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 7, 6, .86) 0%, rgba(8, 7, 6, .55) 48%, rgba(8, 7, 6, .18) 100%), linear-gradient(180deg, rgba(8, 7, 6, .35) 0%, transparent 30%, transparent 70%, rgba(8, 7, 6, .9) 100%); }
[dir="rtl"] .ihero__media::after { background: linear-gradient(270deg, rgba(8, 7, 6, .86) 0%, rgba(8, 7, 6, .55) 48%, rgba(8, 7, 6, .18) 100%), linear-gradient(180deg, rgba(8, 7, 6, .35) 0%, transparent 30%, transparent 70%, rgba(8, 7, 6, .9) 100%); }
.ihero__in { padding-block: clamp(56px, 9vh, 110px) clamp(96px, 14vh, 150px); }
.ihero__title { max-width: 22ch; font-size: clamp(2.3rem, 5vw, 4.4rem); font-weight: 800; line-height: 1.12; letter-spacing: -.02em; color: #fff; text-wrap: balance; }
.lang-ar .ihero__title { line-height: 1.32; letter-spacing: 0; max-width: 16ch; }
.ihero__lead { display: block; }
.ihero__rotor { display: grid; }
.ihero__word { grid-area: 1 / 1; white-space: nowrap; color: var(--gold-2); padding-bottom: .06em; opacity: 0; transform: translateY(.45em); filter: blur(6px); transition: opacity .55s var(--ease), transform .65s var(--ease), filter .55s var(--ease); }
.ihero__word.is-on { opacity: 1; transform: none; filter: none; }
.ihero__word.is-out { opacity: 0; transform: translateY(-.45em); filter: blur(6px); }
.ihero__text { margin-top: 22px; max-width: 54ch; font-size: clamp(1.02rem, 1.35vw, 1.2rem); color: rgba(246, 241, 230, .86); }
.ihero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.ihero__trust { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 34px; color: rgba(246, 241, 230, .78); font-size: 14px; }
.ihero__trust li { display: inline-flex; align-items: center; gap: 8px; }
.ihero__trust .ic { color: var(--gold); }
.ihero__next { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .28); color: #fff; animation: nudge 2.2s ease-in-out infinite; }
.ihero__next:hover { border-color: var(--gold); color: var(--gold-2); }
@keyframes nudge { 50% { transform: translate(-50%, 6px); } }

/* Second hero follows the intro: no header offset, balanced title. */
.ihero ~ .hero { padding-top: 0; min-height: 0; }
.ihero ~ .hero .hero__grid { padding-block: clamp(70px, 9vw, 120px); }
.hero__heading { font-size: clamp(2rem, 3.8vw, 3.3rem); font-weight: 800; line-height: 1.15; color: #fff; letter-spacing: -.02em; }
.lang-ar .hero__heading { line-height: 1.38; letter-spacing: 0; }
.hero__heading span { display: block; }
.hero__heading .hero__heading-accent { color: var(--gold-2); }

/* ---------- Category cards ---------- */
.techgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.techcard { position: relative; display: flex; flex-direction: column; border-radius: 18px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .3s; }
.techcard:hover { transform: translateY(-5px); border-color: rgba(185, 128, 12, .4); box-shadow: 0 26px 44px -26px rgba(23, 20, 15, .42); }
.techcard__media { position: relative; aspect-ratio: 4 / 3; display: grid; place-items: center; overflow: hidden; background: #ece5d6; }
.techcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.techcard:hover .techcard__media img { transform: scale(1.06); }
.techcard--plate .techcard__media { background: radial-gradient(90% 80% at 50% 35%, #2a2418 0%, #15120d 70%, #0f0d0a 100%); color: var(--gold); }
.techcard__lines { position: absolute; inset: -10%; width: 120%; height: 120%; opacity: .5; transition: transform 1.2s var(--ease), opacity .4s; }
.techcard:hover .techcard__lines { transform: scale(1.08) rotate(-2deg); opacity: .75; }
.techcard__glyph { position: relative; width: 86px; height: 86px; display: grid; place-items: center; border-radius: 50%; color: var(--gold-2); background: rgba(242, 178, 51, .08); border: 1px solid rgba(242, 178, 51, .32); box-shadow: 0 0 0 10px rgba(242, 178, 51, .04); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.techcard:hover .techcard__glyph { transform: scale(1.06); box-shadow: 0 0 0 16px rgba(242, 178, 51, .06); }
.techcard__count { position: absolute; bottom: 10px; inset-inline-start: 10px; padding: 4px 10px; border-radius: 99px; background: rgba(15, 13, 10, .78); color: var(--ivory); font-size: 12px; font-weight: 600; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.techcard__body { display: flex; align-items: flex-start; gap: 11px; padding: 13px 14px 15px; flex: 1; }
.techcard__ic { width: 36px; height: 36px; flex: none; display: grid; place-items: center; border-radius: 10px; background: var(--sand); color: var(--gold-deep); transition: background-color .3s, color .3s; }
.techcard:hover .techcard__ic { background: var(--gold); color: var(--gold-ink); }
.techcard__txt { display: grid; gap: 2px; min-width: 0; line-height: 1.35; }
.techcard__name { font-family: var(--f-display); font-weight: 700; font-size: .98rem; color: var(--ink); }
.techcard__note { font-size: 12.5px; color: var(--gold-deep); font-weight: 600; }

/* ---------- Video cards & player ---------- */
.vcards { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px 20px; }
.vcards--compact { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.vcard { display: grid; gap: 12px; align-content: start; }
.vcard__media { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden; background: #111; cursor: pointer; }
.vcard__thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); pointer-events: none; }
/* YouTube sd/hq thumbnails are 4:3 with black bands; crop them to 16:9. */
.vcard__thumb--yt { inset: auto; top: 50%; left: 0; height: 133.4%; transform: translateY(-50%); }
.vcard__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .45)); transition: background-color .3s; }
.vcard__media:hover::after { background-color: rgba(0, 0, 0, .18); }
.vcard__media:hover .vcard__thumb { transform: scale(1.04); }
.vcard__media:hover .vcard__thumb--yt { transform: translateY(-50%) scale(1.04); }
.vcard__play { position: absolute; z-index: 1; left: 50%; top: 50%; width: 58px; height: 58px; margin: -29px 0 0 -29px; display: grid; place-items: center; border-radius: 50%; background: rgba(242, 178, 51, .95); color: var(--gold-ink); box-shadow: 0 10px 30px rgba(0, 0, 0, .45); transition: transform .25s var(--ease), background-color .2s; }
.vcard__play .ic { margin-inline-start: 3px; }
[dir="rtl"] .vcard__play .ic { margin-inline-start: 0; margin-inline-end: 3px; }
.vcard__media:hover .vcard__play { transform: scale(1.1); background: var(--gold-2); }
.vcard__src { position: absolute; z-index: 1; top: 10px; inset-inline-start: 10px; display: inline-flex; align-items: center; gap: 5px; padding: 4px 8px; border-radius: 6px; background: rgba(0, 0, 0, .62); color: #fff; font: 600 11px var(--f-text); }
.vcard__src .ic { color: #ff3355; }
.vcard__title { font-size: 1rem; font-weight: 700; line-height: 1.45; color: var(--ink); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.vcard__date { display: block; margin-top: 4px; font-size: 13px; color: var(--mute); }
.vcard--dark .vcard__title { color: var(--ivory); }
.vcard--dark .vcard__date { color: var(--mute-d); }
.vlatest__head { margin-top: clamp(48px, 6vw, 80px); }

.ytbar { display: flex; align-items: center; gap: 16px; padding: 16px 18px; margin-bottom: clamp(36px, 5vw, 56px); border-radius: 18px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
.ytbar__logo { width: 52px; height: 52px; flex: none; display: grid; place-items: center; border-radius: 14px; background: #ff0033; color: #fff; }
.ytbar__txt { flex: 1; display: grid; line-height: 1.35; min-width: 0; }
.ytbar__txt strong { font-family: var(--f-display); font-size: 1.08rem; }
.ytbar__txt span { color: var(--mute); font-size: 14px; }

.vmodal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 20px; }
.vmodal__backdrop { position: absolute; inset: 0; background: rgba(6, 6, 5, .88); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.vmodal__dialog { position: relative; width: min(1040px, 100%); border-radius: 18px; overflow: hidden; background: #000; box-shadow: 0 40px 90px rgba(0, 0, 0, .7); animation: pop .25s var(--ease); }
.vmodal__head { display: flex; align-items: center; gap: 12px; padding: 12px 12px 12px 18px; background: #0f0e0c; color: var(--ivory); }
[dir="rtl"] .vmodal__head { padding: 12px 18px 12px 12px; }
.vmodal__title { flex: 1; min-width: 0; font-weight: 600; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vmodal__close { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; }
.vmodal__close:hover { background: rgba(255, 255, 255, .1); color: var(--gold-2); }
.vmodal__frame { aspect-ratio: 16 / 9; background: #000; }
.vmodal__frame iframe, .vmodal__frame video { width: 100%; height: 100%; border: 0; display: block; }
@keyframes pop { from { opacity: 0; transform: scale(.97); } }

/* ---------- Product card additions ---------- */
.pcard__summary { font-size: 13.5px; color: var(--mute); line-height: 1.55; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pcard__lbl, .pcard__val { overflow: hidden; text-overflow: ellipsis; }
.pcard__val { max-width: 55%; }

/* ---------- Footer ---------- */
.ftr__grid { position: relative; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.25fr; gap: clamp(28px, 4vw, 56px); padding-bottom: 44px; }
.ftr__logo { display: inline-block; }
.ftr__logo img { height: 72px; width: auto; }
.ftr__about { margin-top: 18px; font-size: 14.5px; line-height: 1.7; color: var(--mute-d); max-width: 40ch; }
.ftr__social { margin-top: 22px; flex-wrap: wrap; }
.ftr__soc { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; border: 1px solid var(--line-d2); color: var(--ivory-2); transition: background-color .2s, color .2s, border-color .2s; }
.ftr__soc:hover { color: #fff; border-color: transparent; }
.ftr__soc--youtube:hover { background: #ff0033; }
.ftr__soc--instagram:hover { background: #d62976; }
.ftr__soc--tiktok:hover { background: #111; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .25); }
.ftr__soc--facebook:hover { background: #1877f2; }
.ftr__soc--telegram:hover { background: #26a5e4; }
.ftr__title { margin-bottom: 18px; }
.ftr__links { display: grid; gap: 11px; font-size: 14.5px; }
.ftr__links a { color: var(--ivory-2); transition: color .2s; }
.ftr__links a:hover { color: var(--gold-2); }
.ftr__more { display: inline-flex; align-items: center; gap: 6px; color: var(--gold) !important; font-weight: 600; }
.ftr__contact { display: grid; gap: 13px; font-size: 14.5px; }
.ftr__contact li { display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.ftr__contact .ic { color: var(--gold); margin-top: 2px; }
.ftr__contact a:hover { color: var(--gold-2); }
.ftr__pay { position: relative; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px 24px; padding-block: 22px; border-top: 1px solid var(--line-d); }
.ftr__pay-title { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--ivory-2); }
.ftr__pay-title .ic { color: var(--gold); }
.ftr__paylist { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.paychip { display: inline-flex; align-items: center; gap: 7px; height: 30px; padding: 0 12px; border-radius: 6px; background: rgba(255, 255, 255, .06); border: 1px solid var(--line-d2); font-size: 12.5px; font-weight: 600; color: var(--ivory-2); }
.paychip .ic { color: var(--gold); }
.paymark { display: block; flex: none; }
.paymarks-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.ftr__flag { border-radius: 2px; box-shadow: 0 0 0 1px rgba(255, 255, 255, .2); }
.ftr__langs a { display: inline-flex; align-items: center; gap: 7px; }
.ftr__langs a:hover { color: var(--gold-2); }

/* ---------- Product page ---------- */
.pdx { padding-block: clamp(24px, 3.5vw, 44px) clamp(48px, 6vw, 72px); background: var(--paper); }
.pdx__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); gap: clamp(28px, 4.5vw, 72px); align-items: start; }
.pdx__gallery .gal__stage { background: #f2eee5; }
.gal__thumb video { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.pdx__info { min-width: 0; }
.pdx__tags { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.pdx__cat { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 10px; border-radius: 99px; background: var(--sand); color: var(--gold-deep); font-weight: 600; font-size: 13.5px; }
[dir="rtl"] .pdx__cat { padding: 6px 10px 6px 12px; }
.pdx__cat:hover { background: var(--sand-2); }
.pdx__name { margin-top: 14px; font-size: clamp(1.9rem, 3.2vw, 2.75rem); font-weight: 800; letter-spacing: -.02em; }
.lang-ar .pdx__name { letter-spacing: 0; }
.pdx__tagline { margin-top: 8px; font-size: 1.08rem; color: var(--mute); }
.pdx__specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 22px 0 0; }
.pdx__spec { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 14px; border: 1px solid var(--line); background: var(--paper); min-width: 0; }
.pdx__spec-ic { width: 38px; height: 38px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--sand); color: var(--gold-deep); }
.pdx__spec div { min-width: 0; }
.pdx__spec dt { font-size: 12.5px; color: var(--mute); }
.pdx__spec dd { margin: 0; font-weight: 700; color: var(--ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pdx__buy { margin-top: 24px; padding: clamp(16px, 2vw, 22px); border-radius: 20px; background: #fbf8f1; border: 1px solid var(--line); }
.pdx__price { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 16px; }
.pdx__amount { font: 700 clamp(1.6rem, 2.6vw, 2.05rem) var(--f-display); color: var(--ink); }
.pdx__amount--ask { font-size: clamp(1.3rem, 2vw, 1.55rem); }
.pdx__old { font-size: 1.05rem; color: var(--mute); }
.pdx__off { padding: 3px 9px; border-radius: 99px; background: var(--bad); color: #fff; font: 700 12.5px var(--f-text); }
.pdx__askwa { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 14px; color: var(--wa-d); border-bottom: 1.5px solid currentColor; }
.pdx__buy .pbuy { margin-top: 16px; }
.pdx__delivery { display: flex; align-items: flex-start; gap: 10px; margin-top: 14px; font-size: 13.5px; color: var(--mute); line-height: 1.5; }
.pdx__delivery .ic { color: var(--gold-deep); margin-top: 1px; }
.pdx__trust { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; margin-top: 22px; }
.pdx__trust li { display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 500; color: var(--ink-2); line-height: 1.4; }
.pdx__trust .ic { color: var(--gold-deep); }

.pdx__nav { position: sticky; top: var(--hdr-h); z-index: 40; background: rgba(255, 253, 248, .94); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-block: 1px solid var(--line); }
.pdx__nav-in { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.pdx__nav-in::-webkit-scrollbar { display: none; }
.pdx__nav a { flex: none; display: inline-flex; align-items: center; gap: 6px; padding: 15px 14px 13px; font-weight: 600; font-size: 14.5px; color: var(--mute); border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.pdx__nav a:hover { color: var(--ink); }
.pdx__nav a.is-active { color: var(--ink); border-color: var(--gold); }
.pdx__nav small, .pdx__h small { font: 600 11px var(--f-text); padding: 2px 7px; border-radius: 99px; background: var(--sand); color: var(--mute); vertical-align: middle; }
.pdx__sec { padding-block: clamp(48px, 6vw, 84px); background: var(--paper); scroll-margin-top: calc(var(--hdr-h) + 56px); }
.pdx__sec--sand { background: var(--sand); }
.pdx__sec--dark { background: var(--obsidian); color: var(--ivory); }
.pdx__h { font-size: clamp(1.4rem, 2.4vw, 1.9rem); font-weight: 800; margin-bottom: 22px; }
.pdx__h--light { color: var(--ivory); }
.pdx__h--light small { background: rgba(255, 255, 255, .1); color: var(--ivory-2); }
.pdx__overview { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.pdx__overview--single { grid-template-columns: minmax(0, 1fr); }
.pdx__aside { padding: clamp(18px, 2.5vw, 26px); border-radius: 20px; background: var(--sand); display: grid; gap: 14px; }
.pdx__h3 { font-size: 1.08rem; font-weight: 700; }
.pdx__h3:not(:first-child) { margin-top: 10px; }
.pdx__aside .ticks { grid-template-columns: 1fr; }
.pdx__aside .ticks li { background: var(--paper); }
.pdx__aside .boxlist { grid-template-columns: 1fr; }
.pdx__aside .boxlist li { background: var(--paper); }
.pdx__order { background: linear-gradient(180deg, var(--sand), var(--paper)); }
.pdx__order-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.pdx__order-copy { position: sticky; top: calc(var(--hdr-h) + 80px); }
.pdx__order-copy .eyebrow { color: var(--gold-deep); }
.pdx__order-text { color: var(--mute); margin: -8px 0 22px; max-width: 46ch; }
.pdx__order-copy .ocard__product { background: var(--paper); border: 1px solid var(--line); }
.pdx__order-copy .ocard__product img { width: 64px; height: 64px; }
.pdx__steps { display: grid; gap: 14px; margin-top: 26px; }
.pdx__steps li { display: flex; gap: 14px; align-items: flex-start; }
.pdx__steps li > span { width: 30px; height: 30px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--gold-2); font: 700 13px var(--f-text); }
.pdx__steps strong { display: block; font-weight: 700; }
.pdx__steps small { color: var(--mute); font-size: 13.5px; }
.pdx__order .ocard { margin-top: 0; }

/* ---------- Satellite page: live Earth ---------- */
.orbit { position: relative; overflow: hidden; color: var(--ivory); background: radial-gradient(ellipse 70% 80% at 72% 45%, #0e1b2b 0%, #070b12 55%, #040507 100%); padding-block: clamp(28px, 4vw, 48px) clamp(48px, 6vw, 72px); }
.orbit__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.orbit__copy { min-width: 0; }
.orbit__eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; color: var(--gold-2); font-weight: 600; font-size: 14px; }
.orbit__title { margin-top: 14px; font-size: clamp(2rem, 3.4vw, 3rem); font-weight: 800; line-height: 1.18; color: #fff; max-width: 17ch; text-wrap: balance; }
.lang-ar .orbit__title { line-height: 1.38; }
.orbit__lead { margin-top: 16px; max-width: 52ch; color: #b7c2cc; font-size: 1.04rem; }
.orbit__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.tracker { margin-top: 30px; padding: 14px; border-radius: 20px; background: rgba(255, 255, 255, .035); border: 1px solid rgba(255, 255, 255, .08); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.tracker__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 2px 4px; }
.tracker__live { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: #7ee0a1; }
.tracker__live i { width: 8px; height: 8px; border-radius: 50%; background: #34d27a; box-shadow: 0 0 0 0 rgba(52, 210, 122, .6); animation: live 2s infinite; }
@keyframes live { 70% { box-shadow: 0 0 0 7px rgba(52, 210, 122, 0); } 100% { box-shadow: 0 0 0 0 rgba(52, 210, 122, 0); } }
.tracker__clock { font: 500 12.5px var(--f-mono); color: #9fb0c0; white-space: pre; }
.tracker__filters { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0 8px; }
.tfilter { display: inline-flex; align-items: center; gap: 7px; height: 30px; padding: 0 12px; border-radius: 99px; border: 1px solid rgba(255, 255, 255, .12); font-size: 12.5px; font-weight: 600; color: #c9d3dc; transition: background-color .2s, color .2s, border-color .2s; }
.tfilter:hover { border-color: rgba(255, 255, 255, .3); }
.tfilter.is-on { background: #fff; color: #0b0f14; border-color: #fff; }
.kdot { width: 8px; height: 8px; flex: none; border-radius: 50%; display: inline-block; background: #fff; }
.kdot--sar { background: #f2b233; } .kdot--optical { background: #3ad4c0; } .kdot--thermal { background: #ff7a59; } .kdot--vhr { background: #b69cff; }
.tracker__list { max-height: 236px; overflow-y: auto; display: grid; gap: 2px; padding-inline-end: 4px; scrollbar-width: thin; scrollbar-color: rgba(255, 255, 255, .2) transparent; }
.tsat { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 8px 10px; border-radius: 12px; cursor: pointer; transition: background-color .15s; outline-offset: -2px; }
.tsat:hover { background: rgba(255, 255, 255, .05); }
.tsat.is-on { background: rgba(242, 178, 51, .12); box-shadow: inset 0 0 0 1px rgba(242, 178, 51, .35); }
.tsat__name { display: grid; line-height: 1.3; min-width: 0; }
.tsat__name strong { font-size: 14px; color: #fff; font-weight: 600; }
.tsat__name small { font-size: 11.5px; color: #8b9aa9; }
.tsat__pass { font-size: 12.5px; color: #9fb0c0; white-space: nowrap; }
.tsat__pass.is-now, .hud dd.is-now { color: #7ee0a1; font-weight: 700; }
.tracker__src { display: flex; align-items: center; gap: 6px; margin-top: 10px; padding: 0 4px; font-size: 11.5px; color: #7d8b99; }

.orbit__stage { position: relative; min-width: 0; }
.globe { position: relative; width: 100%; max-width: 680px; aspect-ratio: 1; margin-inline: auto; cursor: grab; opacity: 0; transition: opacity 1s var(--ease); }
.globe.is-ready, .globe--flat { opacity: 1; }
.globe.is-active { cursor: grabbing; }
.globe__canvas { width: 100%; height: 100%; display: block; -webkit-mask-image: radial-gradient(closest-side, #000 84%, transparent 100%); mask-image: radial-gradient(closest-side, #000 84%, transparent 100%); }
.globe--flat .globe__canvas { display: none; }
.globe--flat::before { content: ''; position: absolute; inset: 8%; border-radius: 50%; background: var(--earth) 0 50% / 200% 100% repeat-x; box-shadow: inset -40px -20px 80px rgba(0, 0, 0, .75), 0 0 80px rgba(80, 150, 255, .25); animation: earth-spin 80s linear infinite; }
@keyframes earth-spin { to { background-position: -200% 50%; } }
.globe__labels { position: absolute; inset: 0; pointer-events: none; direction: ltr; overflow: hidden; }
.glabel { position: absolute; top: 0; left: 0; margin: -34px 0 0 10px; padding: 3px 8px; border-radius: 6px; background: rgba(5, 8, 13, .78); border: 1px solid rgba(255, 255, 255, .2); color: #fff; font: 600 12px var(--f-text); white-space: nowrap; transition: opacity .25s; will-change: transform; }
.glabel--ma { border-color: rgba(242, 178, 51, .7); color: var(--gold-2); }
.glabel--sat { border-color: var(--c, #fff); }
.glabel.is-hidden { opacity: 0; }
.globe__tools { position: absolute; top: 8px; inset-inline-end: 8px; display: flex; gap: 8px; z-index: 2; }
.gtool { display: inline-flex; align-items: center; gap: 6px; height: 34px; padding: 0 12px; border-radius: 99px; background: rgba(8, 12, 18, .72); border: 1px solid rgba(255, 255, 255, .14); color: #dbe4ec; font-size: 12.5px; font-weight: 600; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: border-color .2s, background-color .2s, color .2s; }
.gtool:hover { border-color: var(--gold); color: #fff; }
.gtool[aria-pressed="true"] { background: var(--gold); color: var(--gold-ink); border-color: var(--gold); }
.globe__hint { position: absolute; bottom: 4px; left: 0; right: 0; text-align: center; font-size: 12px; color: #6f7e8c; pointer-events: none; }
.hud { display: grid; gap: 12px; max-width: 680px; margin: 6px auto 0; padding: 16px 18px; border-radius: 16px; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .09); }
.hud__head { display: flex; align-items: center; gap: 10px; }
.hud__head .kdot { width: 10px; height: 10px; }
.hud__head strong { display: block; font-size: 15px; color: #fff; }
.hud__head small { display: block; font-size: 12px; color: #8b9aa9; }
.hud__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px 18px; margin: 0; }
.hud__grid > div { min-width: 0; }
.hud__grid dt { font-size: 11.5px; color: #7d8b99; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hud__grid dd { margin: 2px 0 0; font: 500 13.5px var(--f-mono); color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hud__grid .hud__wide { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 10px; border-top: 1px solid rgba(255, 255, 255, .08); }
.hud__wide dt { font-size: 12.5px; color: #9fb0c0; }
.hud__wide dd { margin: 0; font-family: var(--f-text); font-weight: 700; color: var(--gold-2); }

.slayers { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.slayer { padding: 24px; border-radius: 20px; background: var(--paper); border: 1px solid var(--line); }
.slayer__ic { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: var(--obsidian); color: var(--gold-2); }
.slayer h3 { margin: 18px 0 8px; font-size: 1.08rem; }
.slayer p { font-size: 14.5px; color: var(--mute); line-height: 1.6; }
.ssteps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.sstep { position: relative; padding: 24px; border-radius: 20px; background: var(--paper); border: 1px solid var(--line); }
.sstep__n { position: absolute; top: 20px; inset-inline-end: 22px; font: 600 12px var(--f-mono); color: var(--gold-deep); }
.sstep__ic { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--sand); color: var(--gold-deep); }
.sstep h3 { margin: 16px 0 6px; font-size: 1.04rem; }
.sstep p { font-size: 14px; color: var(--mute); line-height: 1.6; }
.snote { display: flex; align-items: flex-start; justify-content: center; gap: 10px; max-width: 820px; margin: 30px auto 0; font-size: 13.5px; color: var(--mute); text-align: center; }
.snote .ic { color: var(--gold-deep); margin-top: 3px; }

.splans { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; max-width: 1000px; margin-inline: auto; align-items: start; }
.splan { padding: clamp(22px, 2.6vw, 30px); border-radius: 24px; background: var(--paper); border: 1px solid var(--line-2); box-shadow: var(--shadow); }
.splan--featured { background: var(--obsidian); color: var(--ivory); border-color: rgba(242, 178, 51, .55); box-shadow: 0 30px 60px -30px rgba(185, 128, 12, .55); }
.splan__top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.splan__ic { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--sand); color: var(--gold-deep); }
.splan--featured .splan__ic { background: rgba(242, 178, 51, .14); color: var(--gold-2); }
.splan__flag { padding: 5px 11px; border-radius: 99px; background: var(--gold); color: var(--gold-ink); font-size: 12px; font-weight: 700; }
.splan__name { margin-top: 18px; font-size: 1.4rem; }
.splan__sub { margin-top: 4px; color: var(--mute); }
.splan--featured .splan__sub, .splan--featured .splan__desc, .splan--featured .splan__price span { color: var(--mute-d); }
.splan__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px 10px; margin: 18px 0 6px; }
.splan__price strong { font: 800 clamp(1.8rem, 3vw, 2.3rem) var(--f-display); }
.splan--featured .splan__price strong { color: var(--gold-2); }
.splan__price span { color: var(--mute); font-size: 14px; }
.splan__desc { font-size: 14.5px; color: var(--mute); }
.splan__inc { margin: 20px 0 10px; font-size: 13px; font-weight: 700; color: var(--ink-2); }
.splan--featured .splan__inc { color: var(--ivory-2); }
.splan__feats { display: grid; gap: 10px; }
.splan__feats li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; line-height: 1.5; }
.splan__feats .ic { color: var(--ok); margin-top: 2px; }
.splan--featured .splan__feats .ic { color: var(--gold-2); }
.splan__cta { display: grid; gap: 10px; margin-top: 24px; }
.splan .plan__form { margin-top: 12px; padding: 18px; border-top: 0; border-radius: 16px; background: var(--paper); color: var(--ink); border: 1px solid var(--line); }
.plan__form-title { font-weight: 700; margin-bottom: 12px; }
.sbank { display: flex; align-items: center; gap: 16px; max-width: 1000px; margin: 26px auto 0; padding: 18px 22px; border-radius: 18px; background: var(--paper); border: 1px dashed var(--line-2); }
.sbank__ic { width: 48px; height: 48px; flex: none; display: grid; place-items: center; border-radius: 14px; background: var(--sand); color: var(--gold-deep); }
.sbank__txt { flex: 1; display: grid; gap: 2px; min-width: 0; }
.sbank__txt strong { font-weight: 700; }
.sbank__txt p { font-size: 14px; color: var(--mute); }
.sbank__txt code { font: 600 15px var(--f-mono); color: var(--ink); overflow-wrap: anywhere; }
.sbank__txt small { font-size: 13px; color: var(--mute); }

/* ---------- Motion & browser surfaces ---------- */
:root { --ease-out: cubic-bezier(.16, 1, .3, 1); }
@view-transition { navigation: auto; }
::view-transition-old(root), ::view-transition-new(root) { animation-duration: .32s; animation-timing-function: var(--ease-out); }
html { scrollbar-color: #c3b18a var(--sand); accent-color: var(--gold-deep); }
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: var(--sand); }
::-webkit-scrollbar-thumb { background: #c9b891; border-radius: 99px; border: 3px solid var(--sand); }
::-webkit-scrollbar-thumb:hover { background: #b39c6c; }
input, textarea, select { caret-color: var(--gold-deep); }
a { text-underline-offset: .22em; }
[data-reveal] { transform: translateY(24px); filter: blur(6px); transition: opacity .9s var(--ease-out), transform 1s var(--ease-out), filter .9s var(--ease-out); transition-delay: var(--d, 0ms); }
[data-reveal].is-in { filter: none; }
.errpage__code { background: none; -webkit-text-fill-color: currentColor; color: var(--gold-2); }

/* ---------- Floating WhatsApp (icon only) ---------- */
.wafab { position: fixed; z-index: 80; bottom: max(20px, env(safe-area-inset-bottom)); inset-inline-end: 20px; width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; background: var(--wa); color: #fff; box-shadow: 0 14px 30px -10px rgba(37, 211, 102, .7), 0 2px 6px rgba(0, 0, 0, .18); transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out); border: 0; cursor: pointer; }
.wafab::before { content: ''; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--wa); animation: wa-ring 2.8s ease-out infinite; }
.wafab:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 20px 36px -12px rgba(37, 211, 102, .8), 0 2px 6px rgba(0, 0, 0, .18); }
@keyframes wa-ring { 0% { transform: scale(1); opacity: .7; } 70%, 100% { transform: scale(1.45); opacity: 0; } }

/* Floating WhatsApp with 2+ contacts: the wrapper takes over the fixed placement, the button goes static. */
.wafab-wrap { position: fixed; z-index: 80; bottom: max(20px, env(safe-area-inset-bottom)); inset-inline-end: 20px; }
.wafab-wrap .wafab { position: static; }
.wafab__menu { position: absolute; bottom: calc(100% + 14px); inset-inline-end: 0; width: max(240px, 100%); padding: 10px; border-radius: 16px; background: var(--char, #1c1f26); border: 1px solid var(--line-d2); box-shadow: 0 24px 48px -16px rgba(0, 0, 0, .55); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .18s, transform .18s, visibility .18s; }
.wafab-wrap.is-open .wafab__menu { opacity: 1; visibility: visible; transform: none; }
.wafab-wrap.is-open .wafab { transform: scale(1.05); box-shadow: 0 20px 36px -12px rgba(37, 211, 102, .8), 0 2px 6px rgba(0, 0, 0, .18); }
.wafab__title { padding: 4px 8px 8px; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--ivory-2, #b8bcc4); }
.wafab__item { display: flex; align-items: center; gap: 10px; padding: 9px 8px; border-radius: 11px; color: var(--ivory, #fff); }
.wafab__item:hover { background: rgba(255, 255, 255, .07); }
.wafab__item .wafab__ic { flex: none; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--wa); color: #fff; }
.wafab__txt { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.wafab__txt strong { font-size: 13.5px; font-weight: 700; }
.wafab__txt bdi { font-size: 12px; color: var(--ivory-2, #b8bcc4); }

/* ---------- Product card: everything on the left, the photo alone on the right ---------- */
.pgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(420px, 100%), 1fr)); gap: 18px; }
.pc { position: relative; min-width: 0; border-radius: 22px; background: var(--paper); border: 1px solid var(--line); container-type: inline-size; transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out), border-color .3s; }
.pc:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: 0 30px 50px -32px rgba(23, 20, 15, .48); }
/* The photo stays on the right in every language, as on a product sheet. */
.pc__in { direction: ltr; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); grid-template-areas: "info media"; gap: 16px; padding: 10px; min-height: 100%; }
.pc__info { grid-area: info; direction: ltr; display: flex; flex-direction: column; gap: 9px; min-width: 0; padding: 10px 2px 6px 10px; }
[dir="rtl"] .pc__info { direction: rtl; padding: 10px 10px 6px 2px; }
.pc__cat { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; color: var(--gold-deep); }
.pc__name { font-size: 1.14rem; font-weight: 800; line-height: 1.3; }
.pc__name a::after { content: ''; position: absolute; inset: 0; z-index: 1; border-radius: inherit; }
.pc__name a:hover { color: var(--gold-deep); }
.pc__facts { display: grid; gap: 0; margin: 2px 0 0; }
.pc__fact { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 37px; border-bottom: 1px dashed var(--line); }
.pc__fact:last-child { border-bottom: 0; }
.pc__fact dt { display: flex; align-items: center; gap: 9px; min-width: 0; font-size: 13px; color: var(--mute); white-space: nowrap; }
.pc__fi { width: 30px; height: 30px; flex: none; display: grid; place-items: center; border-radius: 9px; background: var(--sand); color: var(--gold-deep); }
.pc__fact dd { margin: 0; font-size: 13.5px; font-weight: 700; color: var(--ink); font-variant-numeric: tabular-nums; text-align: end; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pc__fact.is-empty dd { color: #b3a88f; font-weight: 500; }

.pc__foot { margin-top: auto; padding-top: 12px; display: grid; gap: 10px; min-width: 0; }
.pc__price { min-width: 0; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pc__price strong { font-size: 1.1rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.pc__price s { margin-inline-start: 6px; font-size: 12px; color: var(--mute); }
.pc__price span { font-size: 13.5px; font-weight: 700; color: var(--ink-2); }
.pc__actions { position: relative; z-index: 2; display: flex; align-items: center; gap: 6px; }
.pc__view { flex: 1; justify-content: center; display: inline-flex; align-items: center; height: 40px; padding: 0 15px; border-radius: 99px; background: var(--ink); color: var(--ivory); font-size: 13.5px; font-weight: 600; white-space: nowrap; transition: background-color .2s, color .2s; }
.pc__view:hover { background: var(--gold); color: var(--gold-ink); }
.pc__cart { width: 40px; height: 40px; flex: none; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line-2); color: var(--ink); transition: background-color .2s, border-color .2s, color .2s; }
.pc__cart:hover { background: var(--gold); border-color: var(--gold); color: var(--gold-ink); }

/* Photo column: fills the whole right side. Hover: slow zoom and a fade to the second photo. */
.pc__media { grid-area: media; position: relative; display: block; min-height: 100%; overflow: hidden; border-radius: 16px; background: #efe8da; }
.pc__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out), opacity .6s ease; }
.pc__img--alt { opacity: 0; }
.pc:hover .pc__img { transform: scale(1.04); }
.pc:hover .pc__img--alt { opacity: 1; }
.pc__ph { position: absolute; inset: 0; display: grid; place-items: center; color: var(--gold-deep); background: radial-gradient(90% 80% at 50% 35%, #f7f1e4, #e6dcc6); }
.pc__flag { position: absolute; top: 10px; right: 10px; z-index: 2; padding: 4px 10px; border-radius: 99px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; }
.pc__flag--gold { background: var(--gold); color: var(--gold-ink); }

/* Narrow cards (phones): photo on top, facts as tiles below. */
@container (max-width: 400px) {
  .pc__in { grid-template-columns: minmax(0, 1fr); grid-template-areas: "media" "info"; gap: 0; }
  .pc__media { min-height: 0; aspect-ratio: 16 / 10; }
  .pc__info, [dir="rtl"] .pc__info { padding: 12px 4px 4px; gap: 8px; }
  .pc__name { font-size: 1.05rem; }
  .pc__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .pc__fact { display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: 8px; align-items: center; min-height: 0; padding: 8px; border: 0; border-radius: 12px; background: var(--sand); }
  .pc__fact dt { display: contents; }
  .pc__fi { grid-row: span 2; width: 28px; height: 28px; background: var(--paper); }
  .pc__fl { font-size: 11.5px; line-height: 1.2; }
  .pc__fact dd { text-align: start; font-size: 13px; line-height: 1.3; }
  .pc__foot { grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 12px; }
}

/* ---------- Press strip (admin-managed) ---------- */
.press { padding-block: clamp(36px, 5vw, 56px); background: var(--paper); border-bottom: 1px solid var(--line); }
.press__title { text-align: center; font: 700 13px var(--f-text); letter-spacing: .18em; text-transform: uppercase; color: #8b6f47; }
.lang-ar .press__title { letter-spacing: 0; font-size: 15px; }
.press__logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 26px 56px; margin-top: 26px; }
.press__logos img { height: 34px; width: auto; max-width: 170px; object-fit: contain; filter: grayscale(1); opacity: .72; transition: filter .3s, opacity .3s; }
.press__logos a:hover img, .press__logos img:hover { filter: none; opacity: 1; }
.press__logos span { font-family: var(--f-display); font-weight: 800; font-size: 1.2rem; color: var(--ink-2); }

/* ---------- Cities ---------- */
.cities { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.city { position: relative; isolation: isolate; aspect-ratio: 4 / 5; border-radius: 20px; overflow: hidden; background: #211d16; }
.city__img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease-out); }
.city::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10, 9, 7, 0) 38%, rgba(10, 9, 7, .88) 100%); }
.city:hover .city__img { transform: scale(1.07); }
.city__body { position: absolute; inset-inline: 0; bottom: 0; display: grid; gap: 12px; padding: 18px; }
.city__name { font-size: clamp(1.35rem, 2vw, 1.7rem); font-weight: 800; color: #fff; }
.city__actions { display: flex; gap: 8px; }
.city__phone { flex: 1; min-width: 0; display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 44px; padding: 0 12px; border-radius: 99px; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .28); color: #fff; font-weight: 600; font-size: 14px; font-variant-numeric: tabular-nums; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: background-color .25s, color .25s; }
.city__phone span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.city__phone:hover { background: #fff; color: var(--ink); }
.city__wa { width: 44px; height: 44px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--wa); color: #06341a; transition: transform .25s var(--ease-out); }
.city__wa:hover { transform: scale(1.08); }
.city__credit { position: absolute; top: 10px; inset-inline-end: 10px; max-width: calc(100% - 20px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 2px 6px; border-radius: 4px; background: rgba(0, 0, 0, .4); color: rgba(255, 255, 255, .75); font-size: 9.5px; line-height: 1.5; }

/* ---------- FAQ on photo (every page, background per topic) ---------- */
.faqband { position: relative; isolation: isolate; overflow: hidden; background: #0c0b09; color: var(--ivory); scroll-margin-top: var(--hdr-h); }
.faqband__img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 70% 55%; }
.faqband::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(8, 7, 6, .88) 0%, rgba(8, 7, 6, .76) 45%, rgba(8, 7, 6, .92) 100%); }
.faqband .faq__head { gap: 22px; }
.faq__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }
.faqband .faq__item { background: rgba(16, 14, 11, .72); border-color: rgba(255, 255, 255, .1); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: border-color .3s, box-shadow .4s var(--ease-out), background-color .3s; }
.faqband .faq__item:hover { border-color: rgba(255, 255, 255, .22); }
.faqband .faq__item[open] { border-color: rgba(242, 178, 51, .45); background: rgba(16, 14, 11, .84); box-shadow: 0 24px 44px -28px rgba(0, 0, 0, .9); }
.faqband .faq__item summary { color: #fff; }
.faqband .faq__a { color: rgba(246, 241, 230, .82); }
.faqband .faq__pm { background: rgba(255, 255, 255, .1); }
.faqband .faq__pm::before, .faqband .faq__pm::after { background: #fff; }
.faqband .faq__item[open] .faq__pm { background: var(--gold); }
.faqband .faq__item[open] .faq__pm::before, .faqband .faq__item[open] .faq__pm::after { background: var(--gold-ink); }
.faq__item summary { outline-offset: 3px; }
.faq__q { flex: 1; min-width: 0; }
.faq__pm { transition: background-color .3s; }
.faq__pm::before, .faq__pm::after { transition: transform .35s var(--ease-out), background-color .3s; }
/* The answer height is animated by site.js; this is only the text fade. */
.faq__a { overflow: hidden; padding: 0; }
.faq__ai { padding: 0 22px 20px; }
.faq__ai { transition: opacity .35s var(--ease-out), transform .45s var(--ease-out); }
.faq__item:not([open]) .faq__ai, .faq__item.is-closing .faq__ai { opacity: 0; transform: translateY(-6px); }
.faq__ai p { margin: 0; }
.faq__ai p + p { margin-top: .7em; }
@media (prefers-reduced-motion: reduce) { .faq__ai { transition: none; } }

/* ---------- Checkout ---------- */
.co { padding-block: clamp(22px, 3.5vw, 44px) clamp(56px, 7vw, 96px); background: var(--sand); }
.co__wrap { max-width: 1180px; }
.co__head { margin-bottom: 20px; }
.co__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 400px); gap: 24px; align-items: start; }
.co__card { padding: clamp(20px, 3vw, 32px); border-radius: 22px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 24px 50px -40px rgba(23, 20, 15, .35); }
.co__main { min-width: 0; }
.co__steps { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; font-size: 13px; color: var(--mute); }
.co__steps li { display: inline-flex; align-items: center; gap: 10px; }
.co__steps li + li::before { content: ''; width: 18px; height: 1px; background: var(--line-2); }
.co__steps .is-done a, .co__steps .is-done span { color: var(--gold-deep); }
.co__steps .is-done a:hover { text-decoration: underline; }
.co__steps .is-current { color: var(--ink); font-weight: 700; }
.co__title { font-size: clamp(1.5rem, 2.4vw, 2rem); font-weight: 800; margin: 10px 0 0; }
.co__express { display: grid; gap: 16px; margin-bottom: 22px; }
.co__or { display: flex; align-items: center; gap: 14px; color: var(--mute); font-size: 13px; }
.co__or::before, .co__or::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.co__aside { min-width: 0; position: sticky; top: calc(var(--hdr-h) + 24px); }
.co__summary { display: grid; gap: 18px; }
.co__summary.co__card { padding: 24px; }
.co__summary--cart { position: sticky; top: calc(var(--hdr-h) + 24px); padding: 22px; border-radius: 20px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 30px 60px -44px rgba(23, 20, 15, .45); }
.co__h { font-size: 1.1rem; font-weight: 800; }
.co__lines { display: grid; gap: 16px; }
.co__line { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 14px; }
.co__line--loading { display: block; color: var(--mute); }
.co__thumb { position: relative; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 12px; background: #fff; border: 1px solid var(--line); color: var(--gold-deep); }
.co__thumb img { width: 100%; height: 100%; object-fit: cover; border-radius: 11px; }
.co__qty { position: absolute; top: -8px; inset-inline-end: -8px; min-width: 22px; height: 22px; padding: 0 6px; display: grid; place-items: center; border-radius: 99px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums; }
.co__line-txt { display: grid; min-width: 0; line-height: 1.4; }
.co__line-txt strong { font-size: 14.5px; font-weight: 700; }
.co__line-txt small { font-size: 12.5px; color: var(--mute); }
.co__line-price { font-size: 14px; font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }
.co__totals { display: grid; gap: 10px; margin: 0; padding-top: 16px; border-top: 1px solid var(--line-2); }
.co__totals > div { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; font-size: 14.5px; }
.co__totals dt { color: var(--ink-2); }
.co__totals dd { margin: 0; font-weight: 600; font-variant-numeric: tabular-nums; }
.co__totals .co__grand { padding-top: 12px; border-top: 1px solid var(--line-2); font-size: 1.12rem; }
.co__totals > .co__grand:first-child { padding-top: 0; border-top: 0; }
.co__grand dt { color: var(--ink); font-weight: 700; }
.co__grand dd { font-weight: 800; }
.co__trust { display: grid; gap: 8px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 13.5px; font-weight: 600; color: var(--ink-2); }
.co__trust li { display: flex; align-items: center; gap: 10px; }
.co__trust-ic { width: 32px; height: 32px; flex: none; display: grid; place-items: center; border-radius: 9px; background: var(--sand); color: var(--gold-deep); }
.co__trust .tip { margin-inline-start: -4px; }
.co__empty { display: grid; justify-items: center; gap: 14px; padding: 48px 20px; text-align: center; color: var(--mute); }
.co__empty-ic { width: 88px; height: 88px; display: grid; place-items: center; border-radius: 50%; background: var(--sand); color: var(--gold-deep); }
.checkout__items-head .co__title { margin: 0; }

/* Forms */
.oform { display: grid; gap: 26px; }
.ofs { display: grid; gap: 14px; min-width: 0; margin: 0; padding: 0; border: 0; }
.ofs__title { padding: 0; margin-bottom: 2px; font-size: 1.05rem; font-weight: 800; color: var(--ink); }
.field label small { font-weight: 400; color: var(--mute); }
.field__input { width: 100%; height: 50px; padding: 0 14px; border-radius: 12px; border: 1px solid var(--line-2); background: #fff; color: var(--ink); font-size: 16px; outline: 0; transition: border-color .2s, box-shadow .2s; }
textarea.field__input { height: auto; min-height: 90px; padding: 12px 14px; resize: vertical; line-height: 1.6; }
.field__input::placeholder { color: #7a7160; }
.field__input:hover { border-color: #c2b597; }
.field__input:focus { border-color: var(--gold-deep); box-shadow: 0 0 0 4px rgba(242, 178, 51, .2); }
.field.is-invalid .field__input { border-color: var(--bad); box-shadow: 0 0 0 4px rgba(207, 63, 53, .12); }
.field__select { position: relative; }
.field select.field__input { height: 50px; min-height: 0; border: 1px solid var(--line-2); background: #fff; }
.field select.field__input:focus { border-color: var(--gold-deep); }
.field__select select { appearance: none; -webkit-appearance: none; padding-inline-end: 42px; cursor: pointer; }
.field__select .ic { position: absolute; top: 50%; inset-inline-end: 14px; transform: translateY(-50%); color: var(--mute); pointer-events: none; }
.field-hint { margin-top: -6px; font-size: 12.5px; color: var(--mute); }
.opts { display: grid; gap: 8px; }
.opt { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 14px; border: 1px solid var(--line-2); background: #fff; cursor: pointer; transition: border-color .2s, box-shadow .2s, background-color .2s; }
.opt:hover { border-color: #c2b597; }
.opt input { appearance: none; -webkit-appearance: none; width: 20px; height: 20px; flex: none; margin: 0; display: grid; place-items: center; border-radius: 50%; border: 1.5px solid #ad9f82; background: #fff; transition: border-color .2s; }
.opt input::after { content: ''; width: 10px; height: 10px; border-radius: 50%; background: var(--gold-deep); transform: scale(0); transition: transform .3s var(--ease-out); }
.opt input:checked { border-color: var(--gold-deep); }
.opt input:checked::after { transform: scale(1); }
.opt input:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.opt:has(input:checked) { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); background: #fffdf8; }
.opt__ic { width: 40px; height: 40px; flex: none; display: grid; place-items: center; border-radius: 10px; background: var(--sand); color: var(--gold-deep); }
.opt__txt { flex: 1; display: grid; min-width: 0; line-height: 1.4; }
.opt__txt strong { font-size: 14.5px; font-weight: 700; }
.opt__txt small { font-size: 12.5px; color: var(--mute); }
.opt__side { font-size: 13.5px; font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }
.opt__marks { display: flex; gap: 4px; }
.ofs--extra { gap: 12px; }
.account-opt { margin: 0; padding: 12px 16px; border: 1px solid var(--line-2); border-radius: 14px; background: #fff; }
.account-opt summary { display: flex; align-items: center; gap: 8px; list-style: none; cursor: pointer; font-weight: 600; }
.account-opt summary::-webkit-details-marker { display: none; }
.account-opt__chev { margin-inline-start: auto; color: var(--mute); transition: rotate .3s var(--ease-out); }
.account-opt[open] .account-opt__chev { rotate: 180deg; }
.oform__submit { --bh: 58px; font-size: 16.5px; }
.ofs label .tip, .opt__txt .tip { width: 18px; height: 18px; margin-inline-start: 2px; vertical-align: -3px; }
.opt__txt strong { display: inline-flex; align-items: center; gap: 4px; }
.field--terms { gap: 4px; }
.terms-check { display: flex; align-items: flex-start; gap: 11px; font-size: 14px; line-height: 1.5; color: var(--ink-2); cursor: pointer; }
.terms-check input { position: absolute; opacity: 0; pointer-events: none; }
.terms-check__box { width: 20px; height: 20px; flex: none; margin-top: 1px; display: grid; place-items: center; border-radius: 6px; border: 1.5px solid #ad9f82; background: #fff; color: transparent; transition: background-color .15s, border-color .15s, color .15s; }
.terms-check input:checked + .terms-check__box { background: var(--ink); border-color: var(--ink); color: var(--gold-2); }
.terms-check input:focus-visible + .terms-check__box { outline: 2px solid var(--gold); outline-offset: 2px; }
.field--terms.is-invalid .terms-check__box { border-color: #c0392b; box-shadow: 0 0 0 3px rgba(192, 57, 43, .15); }
.terms-check a { color: var(--ink); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.terms-check a:hover { color: var(--gold-deep); }
.ocard { border: 1px solid var(--line); box-shadow: 0 30px 60px -44px rgba(23, 20, 15, .4); }
.ocard__ic { background: var(--ink); color: var(--gold-2); }

/* ---------- Thank-you ---------- */
.ty { padding-block: clamp(44px, 7vw, 96px); overflow: hidden; background: radial-gradient(60% 45% at 50% 0%, rgba(242, 178, 51, .16), transparent 70%), var(--sand); }
.ty__in { display: grid; justify-items: center; gap: 12px; text-align: center; }
.ty__mark { position: relative; width: 116px; height: 116px; margin-bottom: 10px; }
.ty__mark svg { width: 100%; height: 100%; overflow: visible; animation: ty-pop .55s 1.05s var(--ease-out); }
.ty__ring { fill: var(--gold); fill-opacity: 0; stroke: var(--gold); stroke-width: 4; stroke-dasharray: 327; stroke-dashoffset: 327; transform: rotate(-90deg); transform-origin: 60px 60px; animation: ty-draw .8s .15s var(--ease-out) forwards, ty-fill .45s .75s var(--ease-out) forwards; }
.ty__check { fill: none; stroke: var(--gold-ink); stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 70; stroke-dashoffset: 70; animation: ty-draw .5s .95s var(--ease-out) forwards; }
.ty__spark { position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; margin: -4px; border-radius: 50%; background: var(--gold); opacity: 0; animation: ty-spark .9s calc(1.05s + var(--d)) var(--ease-out) forwards; }
.ty__spark:nth-child(even) { width: 5px; height: 5px; margin: -2.5px; background: var(--gold-deep); }
@keyframes ty-draw { to { stroke-dashoffset: 0; } }
@keyframes ty-fill { to { fill-opacity: 1; } }
@keyframes ty-pop { 45% { transform: scale(1.1); } }
@keyframes ty-spark { 0% { opacity: 1; transform: rotate(var(--a)) translateY(-44px) scale(1); } 100% { opacity: 0; transform: rotate(var(--a)) translateY(-96px) scale(.3); } }
@keyframes ty-rise { from { opacity: 0; transform: translateY(16px); } }
.ty__title { font-size: clamp(1.7rem, 3.6vw, 2.6rem); font-weight: 800; animation: ty-rise .7s 1.1s var(--ease-out) both; }
.ty__num { color: var(--ink-2); font-size: 1.05rem; animation: ty-rise .7s 1.2s var(--ease-out) both; }
.ty__code { display: inline-flex; align-items: center; gap: 8px; margin-inline-start: 6px; padding: 5px 12px; border-radius: 10px; background: var(--ink); color: var(--gold-2); font: 700 15px var(--f-mono); transition: background-color .2s; }
.ty__code:hover { background: #000; }
.ty__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 18px; width: 100%; max-width: 1000px; margin-block: 28px 12px; text-align: start; animation: ty-rise .8s 1.3s var(--ease-out) both; }
.ty__col { display: grid; align-content: start; gap: 18px; padding: clamp(20px, 3vw, 28px); border-radius: 22px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 30px 60px -46px rgba(23, 20, 15, .45); }
.ty__h { font-size: 1.15rem; font-weight: 800; }
.ty__steps { display: grid; gap: 14px; }
.ty__steps li { display: flex; align-items: flex-start; gap: 14px; animation: ty-rise .6s calc(1.5s + var(--i) * 120ms) var(--ease-out) both; }
.ty__steps span { width: 30px; height: 30px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--gold-2); font-size: 13px; font-weight: 700; }
.ty__steps p { padding-top: 4px; color: var(--ink-2); }
.ty__bank { display: grid; gap: 12px; padding: 18px; border-radius: 16px; background: var(--sand); }
.ty__h3 { display: flex; align-items: center; gap: 8px; font-size: 1rem; font-weight: 800; }
.ty__h3 .ic { color: var(--gold-deep); }
.ty__note { font-size: 13.5px; color: var(--ink-2); }
.ty__bank dl { display: grid; gap: 8px; margin: 0; }
.ty__bank dl > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border-radius: 12px; background: var(--paper); }
.ty__bank dt { font-size: 12.5px; color: var(--mute); }
.ty__bank dd { display: flex; align-items: center; gap: 6px; min-width: 0; margin: 0; }
.ty__bank code { font: 600 14px var(--f-mono); color: var(--ink); overflow-wrap: anywhere; }
.ty__copy { width: 32px; height: 32px; flex: none; display: grid; place-items: center; border-radius: 8px; color: var(--gold-deep); transition: background-color .2s; }
.ty__copy:hover { background: var(--sand); }
.ty__in > .link-arrow { animation: ty-rise .7s 1.6s var(--ease-out) both; }

/* ---------- Satellite page: space section ---------- */
.space { position: relative; isolation: isolate; overflow: hidden; background: #05060a; color: var(--ivory); padding-block: clamp(72px, 10vw, 140px) clamp(56px, 7vw, 90px); }
.space__bg { position: absolute; inset: -4%; z-index: -1; background: url(/assets/img/space-nisar.webp) 22% 28% / cover no-repeat; animation: space-drift 40s ease-in-out infinite alternate; }
[dir="ltr"] .space__bg { scale: -1 1; }
.space__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 6, 10, .3) 0%, rgba(5, 6, 10, .05) 30%, rgba(5, 6, 10, .82) 68%, #05060a 100%); }
@keyframes space-drift { from { transform: scale(1) translate3d(0, 0, 0); } to { transform: scale(1.07) translate3d(-1.5%, -1%, 0); } }
.space__title { max-width: 17ch; font-size: clamp(1.9rem, 3.6vw, 3rem); font-weight: 800; line-height: 1.25; color: #fff; text-wrap: balance; text-shadow: 0 4px 30px rgba(0, 0, 0, .55); }
.space .slayers { margin-top: clamp(160px, 21vw, 300px); }
.space .slayer { position: relative; background: rgba(10, 12, 18, .62); border: 1px solid rgba(255, 255, 255, .1); color: var(--ivory); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); transition: transform .6s var(--ease-out), border-color .4s, background-color .4s, opacity .9s var(--ease-out), filter .9s var(--ease-out); }
.space .slayer:hover { transform: translateY(-6px); border-color: rgba(242, 178, 51, .45); background: rgba(14, 16, 24, .8); }
.space .slayer h3 { color: #fff; }
.space .slayer p { color: #aeb8c4; }
.space .slayer__ic { position: relative; border-radius: 50%; background: rgba(242, 178, 51, .1); border: 1px solid rgba(242, 178, 51, .35); color: var(--gold-2); }
.slayer__orbit { position: absolute; inset: -8px; border-radius: 50%; border: 1px dashed rgba(242, 178, 51, .32); animation: orbit-spin 14s linear infinite; }
.slayer__orbit::before { content: ''; position: absolute; top: -3px; left: 50%; width: 6px; height: 6px; margin-left: -3px; border-radius: 50%; background: var(--gold-2); box-shadow: 0 0 10px var(--gold); }
.slayer:hover .slayer__orbit { animation-duration: 3.5s; }
@keyframes orbit-spin { to { rotate: 360deg; } }
.space__credit { margin-top: 26px; font-size: 11px; color: rgba(255, 255, 255, .45); text-align: end; }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .ftr__grid { grid-template-columns: 1fr 1fr; }
  .slayers, .ssteps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cities { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 960px) {
  .ihero { padding-top: calc(32px + var(--hdr-h)); }
  .ihero__title, .lang-ar .ihero__title { max-width: none; }
  .ihero__word { white-space: normal; }
  .pdx__grid, .pdx__overview, .pdx__order-grid { grid-template-columns: minmax(0, 1fr); }
  .pdx__order-copy { position: static; }
  .orbit__grid { grid-template-columns: minmax(0, 1fr); row-gap: 0; }
  .orbit__copy { display: contents; }
  .orbit__stage { order: 1; margin-top: 24px; }
  .tracker { order: 2; }
  .globe { max-width: 560px; }
  .hud__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .co { background: var(--sand); }
  .co__grid { grid-template-columns: minmax(0, 1fr); }
  .co__main { max-width: none; }
  .co__aside { position: static; order: -1; }
  .co__summary.co__card { padding: 18px; }
  .co__summary--cart { position: static; }
  .ty__grid { grid-template-columns: minmax(0, 1fr); }
  .wafab { width: 56px; height: 56px; }
  .page-product .wafab, .page-product .wafab-wrap { bottom: calc(86px + env(safe-area-inset-bottom)); }
  .space .slayers { margin-top: clamp(140px, 40vw, 260px); }
}
@media (max-width: 720px) {
  .ihero__in { padding-block: 40px 110px; }
  .ihero__title { font-size: clamp(2rem, 9vw, 2.8rem); }
  .ihero__cta .btn { flex: 1 1 100%; }
  .ihero__trust { gap: 8px 18px; font-size: 13px; }
  .techgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .techcard { border-radius: 16px; }
  .techcard__body { padding: 10px 12px; gap: 8px; }
  .techcard__ic, .techcard__go { display: none; }
  .techcard__name { font-size: .95rem; }
  .vcards { grid-template-columns: 1fr; }
  .vcards--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
  .vcards--compact .vcard__title { font-size: .92rem; }
  .ytbar { flex-wrap: wrap; }
  .ytbar .btn { width: 100%; }
  .pagehead__row { flex-direction: row; align-items: center; }
  .pagehead__ic { width: 50px; height: 50px; border-radius: 14px; }
  .ftr__grid { grid-template-columns: 1fr; gap: 30px; }
  .ftr__grid { text-align: center; justify-items: center; }
  .ftr__about { margin-inline: auto; }
  .ftr__social { justify-content: center; }
  .ftr__links, .ftr__contact { justify-items: center; }
  .ftr__contact li { justify-content: center; }
  .ftr__pay { flex-direction: column; align-items: center; text-align: center; }
  .ftr__paylist { justify-content: center; }
  .ftr__bottom { flex-direction: column; justify-content: center; text-align: center; }
  .ftr__langs { justify-content: center; flex-wrap: wrap; }
  .pgrid { gap: 12px; }
  .cities { gap: 10px; }
  .city { aspect-ratio: 3 / 4; border-radius: 16px; }
  .city__body { padding: 12px; gap: 8px; }
  .city__phone { height: 40px; font-size: 12.5px; padding: 0 8px; }
  .city__phone .ic { display: none; }
  .city__wa { width: 40px; height: 40px; }
  .opt { padding: 12px; gap: 10px; }
  .opt__ic { display: none; }
  .opt__marks { display: none; }
  .pdx__specs, .pdx__trust { grid-template-columns: 1fr; }
  .slayers, .ssteps { grid-template-columns: 1fr; }
  .sbank { flex-wrap: wrap; }
  .sbank .btn { width: 100%; }
  .tracker__list { max-height: 300px; }
  .gtool span { display: none; }
  .gtool { width: 36px; padding: 0; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .ihero__word { transition: none; filter: none; }
  .ihero__next { animation: none; }
  .space__bg, .slayer__orbit, .wafab::before { animation: none; }
  @view-transition { navigation: none; }
}

/* ---------- Mega menu: category pictures ---------- */
.hdr__in { position: relative; }
.hdr__mega-wrap { position: static; }
.mega { inset-inline: 0; margin-inline: auto; width: min(1040px, 100%); padding: 12px; }
.mega__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; }
.mega__item { gap: 12px; padding: 9px 10px; border-radius: 12px; }
.mega__ic { width: 56px; height: 56px; flex: none; border-radius: 12px; }
.mega__ic--pic { padding: 0; overflow: hidden; background: #f3eee4; border-color: rgba(255, 255, 255, .08); }
.mega__ic--pic img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease-out); }
.mega__item:hover .mega__ic--pic img { transform: scale(1.08); }
.mega__txt { min-width: 0; }
.mega__txt strong { font-size: 14.5px; line-height: 1.3; }
.mega__txt small { font-size: 12.5px; }
.mnav__pic { width: 30px; height: 30px; flex: none; border-radius: 8px; object-fit: cover; background: #f3eee4; }
@media (max-width: 1180px) { .mega__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ---------- Store: category rail, filter bar ---------- */
.wrap--wide { max-width: 1680px; }
.shop { padding-block: 26px 80px; }
.catrail { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; padding: 2px 2px 8px; margin-inline: -2px; scroll-snap-type: x proximity; }
.catrail::-webkit-scrollbar { display: none; }
.catrail__item { flex: none; scroll-snap-align: start; display: flex; align-items: center; gap: 11px; padding-block: 7px; padding-inline: 7px 16px; border-radius: 16px; border: 1px solid var(--line); background: var(--paper); transition: border-color .2s, background-color .2s, transform .3s var(--ease-out); }
.catrail__item:hover { border-color: var(--line-2); transform: translateY(-2px); }
.catrail__item.is-active { background: var(--ink); border-color: var(--ink); }
.catrail__pic { width: 52px; height: 52px; flex: none; border-radius: 11px; overflow: hidden; background: #efe8da; }
.catrail__pic img { width: 100%; height: 100%; object-fit: cover; }
.catrail__pic--ic { display: grid; place-items: center; background: var(--sand); color: var(--gold-deep); }
.catrail__item.is-active .catrail__pic--ic { background: var(--gold); color: var(--gold-ink); }
.catrail__txt { display: grid; line-height: 1.25; }
.catrail__txt strong { font-size: 14px; font-weight: 700; white-space: nowrap; }
.catrail__txt small { font-size: 12px; color: var(--mute); font-variant-numeric: tabular-nums; }
.catrail__item.is-active strong { color: var(--ivory); }
.catrail__item.is-active small { color: var(--gold-2); }

.fbar { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-block: 18px 14px; padding: 10px; border-radius: 18px; background: var(--sand); }
.fbar__search { flex: 1 1 240px; display: flex; align-items: center; gap: 9px; height: 44px; padding-inline: 14px; border-radius: 12px; background: var(--paper); border: 1px solid var(--line); color: var(--mute); transition: border-color .2s; }
.fbar__search:focus-within { border-color: var(--gold); }
.fbar__search input { flex: 1; min-width: 0; height: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.fbar__groups { display: flex; flex-wrap: wrap; gap: 8px; }
.fbar__count { margin-inline-start: auto; font-size: 13.5px; font-weight: 600; color: var(--ink-2); white-space: nowrap; }
.fbar__sort { position: relative; display: flex; align-items: center; color: var(--mute); }
.fbar__sort .ic { position: absolute; inset-inline-start: 12px; pointer-events: none; }
.fbar__sort select { height: 44px; padding-inline: 36px 14px; border-radius: 12px; border: 1px solid var(--line); background-color: var(--paper); font-weight: 600; font-size: 14px; color: var(--ink); cursor: pointer; }

.fdrop { position: relative; }
.fdrop__btn { list-style: none; display: inline-flex; align-items: center; gap: 8px; height: 44px; padding-inline: 14px; border-radius: 12px; border: 1px solid var(--line); background: var(--paper); font-size: 14px; font-weight: 600; color: var(--ink-2); cursor: pointer; user-select: none; transition: border-color .2s, background-color .2s; }
.fdrop__btn::-webkit-details-marker { display: none; }
.fdrop__btn > .ic:first-child { color: var(--gold-deep); }
.fdrop__btn:hover, .fdrop[open] .fdrop__btn { border-color: var(--ink-2); }
.fdrop.is-on .fdrop__btn { background: var(--ink); border-color: var(--ink); color: var(--ivory); }
.fdrop.is-on .fdrop__btn > .ic:first-child { color: var(--gold-2); }
.fdrop__n { min-width: 20px; height: 20px; padding-inline: 5px; display: grid; place-items: center; border-radius: 99px; background: var(--gold); color: var(--gold-ink); font-size: 12px; }
.fdrop__chev { transition: transform .25s var(--ease-out); }
.fdrop[open] .fdrop__chev { transform: rotate(180deg); }
.fdrop__pop { position: absolute; z-index: 30; top: calc(100% + 8px); inset-inline-start: 0; width: 270px; padding: 14px; border-radius: 16px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 24px 50px -20px rgba(23, 20, 15, .4); animation: fdrop-in .22s var(--ease-out); }
@keyframes fdrop-in { from { opacity: 0; transform: translateY(-6px); } }
@keyframes fdrop-up { from { transform: translateY(100%); } }
.fdrop__title { display: flex; align-items: center; gap: 6px; margin: 0 0 8px; font-size: 13px; font-weight: 700; color: var(--mute); }
.fdrop__opts { display: grid; gap: 2px; max-height: 300px; overflow-y: auto; }
.fdrop__apply { display: none; margin-top: 12px; }
.fopt { position: relative; display: flex; align-items: center; gap: 10px; min-height: 40px; padding: 0 8px; border-radius: 10px; cursor: pointer; font-size: 14.5px; transition: background-color .15s; }
.fopt:hover { background: var(--sand); }
.fopt input { position: absolute; opacity: 0; pointer-events: none; }
.fopt__box { width: 20px; height: 20px; flex: none; display: grid; place-items: center; border-radius: 6px; border: 1.5px solid var(--line-2); color: transparent; transition: background-color .15s, border-color .15s, color .15s; }
.fopt input:checked + .fopt__box { background: var(--ink); border-color: var(--ink); color: var(--gold-2); }
.fopt input:focus-visible + .fopt__box { outline: 2px solid var(--gold); outline-offset: 2px; }
.fopt__label { flex: 1; min-width: 0; }
.fopt__n { font-size: 12px; color: var(--mute); font-variant-numeric: tabular-nums; }
.fopt.is-off { opacity: .4; cursor: default; }
.fopt.is-off:hover { background: none; }

.fchips { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 16px; }
.fchip { display: inline-flex; align-items: center; gap: 7px; height: 34px; padding-inline: 12px; border-radius: 99px; background: var(--ink); color: var(--ivory); font-size: 13.5px; font-weight: 600; transition: background-color .2s; }
.fchip .ic:first-child { color: var(--gold-2); }
.fchip__x { opacity: .7; }
.fchip:hover { background: #000; }
.fchip:hover .fchip__x { opacity: 1; }
.fchips__clear { font-size: 13.5px; font-weight: 600; color: var(--gold-deep); text-decoration: underline; text-underline-offset: 3px; padding-inline: 6px; }

/* Info tooltip */
.tip { position: relative; display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: var(--mute); cursor: help; vertical-align: middle; }
.tip:hover, .tip:focus-visible { color: var(--gold-deep); outline: 0; }
.tip__bubble { position: absolute; z-index: 40; bottom: calc(100% + 8px); left: 50%; width: max-content; max-width: 250px; padding: 9px 12px; border-radius: 10px; background: var(--obsidian); color: var(--ivory); font-size: 12.5px; font-weight: 500; line-height: 1.5; text-align: start; white-space: normal; opacity: 0; visibility: hidden; transform: translate(-50%, 4px); transition: opacity .18s, transform .18s var(--ease-out), visibility .18s; pointer-events: none; }
.tip:hover .tip__bubble, .tip:focus-visible .tip__bubble { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

@media (max-width: 760px) {
  .shop { padding-block: 18px 60px; }
  .catrail__item { padding-inline-end: 12px; }
  .catrail__pic { width: 44px; height: 44px; }
  .fbar { padding: 8px; gap: 8px; }
  .fbar__search { flex-basis: 100%; }
  .fbar__groups { flex: 1 1 100%; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .fbar__groups::-webkit-scrollbar { display: none; }
  .fdrop { position: static; }
  .fdrop__btn { height: 40px; padding-inline: 12px; font-size: 13.5px; white-space: nowrap; }
  /* On phones the options open as a bottom sheet. */
  .fdrop[open]::before { content: ""; position: fixed; inset: 0; z-index: 110; background: rgba(12, 11, 9, .45); animation: fdrop-in .25s var(--ease-out); }
  .fdrop__pop { z-index: 120; position: fixed; inset: auto 0 0 0; width: auto; padding: 18px 16px calc(18px + env(safe-area-inset-bottom)); border-radius: 22px 22px 0 0; box-shadow: 0 -20px 60px rgba(0, 0, 0, .35); animation: fdrop-up .3s var(--ease-out); }
  .fdrop__opts { max-height: 55vh; }
  .fdrop__apply { display: flex; }
  .fbar__count { margin-inline-start: 0; flex: 1; }
  .fbar__sort select { height: 40px; }
  .tip__bubble { left: auto; inset-inline-end: -8px; transform: translateY(4px); }
  .tip:hover .tip__bubble, .tip:focus-visible .tip__bubble { transform: none; }
}

/* ---------- Long-form text (blog articles, legal pages) ---------- */
.prose { max-width: 72ch; display: block; font-size: 1.07rem; line-height: 1.8; color: var(--ink-2); }
.prose > * + * { margin-top: 1.05em; }
.prose h2 { margin-top: 2.1em; font-size: clamp(1.4rem, 2.2vw, 1.75rem); line-height: 1.3; font-weight: 800; color: var(--ink); scroll-margin-top: calc(var(--hdr-h) + 20px); }
.prose h3 { margin-top: 1.7em; font-size: 1.2rem; line-height: 1.35; font-weight: 700; color: var(--ink); scroll-margin-top: calc(var(--hdr-h) + 20px); }
.prose h4 { margin-top: 1.4em; font-size: 1.05rem; font-weight: 700; color: var(--ink); }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose strong { color: var(--ink); font-weight: 700; }
.prose a { color: var(--gold-deep); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose a:hover { color: var(--ink); }
.prose ul, .prose ol { padding-inline-start: 1.3em; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li + li { margin-top: .45em; }
.prose li::marker { color: var(--gold-deep); font-weight: 700; }
.prose blockquote { margin-inline: 0; padding: 16px 20px; border-radius: 14px; background: var(--sand); color: var(--ink); }
.prose blockquote p + p { margin-top: .6em; }
.prose hr { border: 0; height: 1px; background: var(--line); margin-block: 2.2em; }
.prose figure { margin: 1.8em 0; }
.prose figure img, .prose > p img { width: 100%; border-radius: 16px; background: var(--sand); }
.prose figcaption { margin-top: 8px; font-size: 13px; line-height: 1.5; color: var(--mute); }
.md-table { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.md-table table { width: 100%; border-collapse: collapse; font-size: .95rem; line-height: 1.5; }
.md-table th, .md-table td { padding: 11px 14px; text-align: start; vertical-align: top; border-bottom: 1px solid var(--line); }
.md-table th { background: var(--sand); color: var(--ink); font-weight: 700; white-space: nowrap; }
.md-table tr:last-child td { border-bottom: 0; }

/* ---------- FAQ page ---------- */
.faqpage__grid { display: grid; grid-template-columns: minmax(0, 320px) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.faqpage__side { position: sticky; top: calc(var(--hdr-h) + 24px); display: grid; gap: 18px; }
.faqpage__search { display: flex; align-items: center; gap: 10px; height: 52px; padding-inline: 16px; border-radius: 14px; background: var(--paper); border: 1px solid var(--line-2); color: var(--mute); transition: border-color .2s, box-shadow .2s; }
.faqpage__search:focus-within { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(242, 178, 51, .18); }
.faqpage__search input { flex: 1; min-width: 0; height: 100%; border: 0; outline: 0; background: transparent; font-size: 15px; color: var(--ink); }
.faqpage__tabs { display: grid; gap: 2px; }
.faqpage__tab { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 42px; padding-inline: 14px; border-radius: 11px; font-size: 14.5px; font-weight: 600; color: var(--ink-2); text-align: start; transition: background-color .2s, color .2s; }
.faqpage__tab small { font-size: 12px; color: var(--mute); font-variant-numeric: tabular-nums; }
.faqpage__tab:hover { background: var(--sand); }
.faqpage__tab[aria-pressed="true"] { background: var(--ink); color: var(--ivory); }
.faqpage__tab[aria-pressed="true"] small { color: var(--gold-2); }
.faqpage__help { display: grid; gap: 8px; padding: 18px; border-radius: 16px; background: var(--sand); font-size: 14px; color: var(--mute); }
.faqpage__help-t { font-size: 15.5px; font-weight: 700; color: var(--ink); }
.faqpage__help .btn { margin-top: 6px; }
.faqpage__main { display: grid; gap: clamp(28px, 4vw, 44px); min-width: 0; }
.faqpage__h { margin-bottom: 14px; font-size: 1.3rem; font-weight: 800; }
.faqpage__none { display: flex; align-items: center; gap: 10px; padding: 26px; border-radius: 16px; background: var(--sand); color: var(--mute); }
.faq__item[hidden] { display: none; }

/* ---------- Legal pages ---------- */
.legal__grid { display: grid; grid-template-columns: minmax(0, 290px) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.legal__side { position: sticky; top: calc(var(--hdr-h) + 24px); display: grid; gap: 22px; }
.legal__side-t { margin-bottom: 8px; font-size: 13px; font-weight: 700; color: var(--mute); }
.legal__toc ol { display: grid; gap: 2px; counter-reset: toc; }
.legal__toc li { counter-increment: toc; }
.legal__toc a { display: flex; gap: 10px; padding: 7px 10px; border-radius: 9px; font-size: 14px; line-height: 1.45; color: var(--ink-2); transition: background-color .2s; }
.legal__toc a::before { content: counter(toc); min-width: 1.4em; font-weight: 700; color: var(--gold-deep); font-variant-numeric: tabular-nums; }
.legal__toc a:hover { background: var(--sand); }
.legal__others ul { display: grid; gap: 2px; }
.legal__others a { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 10px; font-size: 14px; font-weight: 600; color: var(--ink-2); transition: background-color .2s; }
.legal__others a .ic { color: var(--gold-deep); flex: none; }
.legal__others a:hover { background: var(--sand); }
.legal__others a.is-on { background: var(--ink); color: var(--ivory); }
.legal__others a.is-on .ic { color: var(--gold-2); }
.legal__doc { min-width: 0; }
.legal__updated { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; font-size: 13.5px; color: var(--mute); }
.legal__company { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 30px; }
.legal__company div { flex: 1 1 200px; padding: 12px 16px; border-radius: 12px; border: 1px solid var(--line); background: #fff; }
.legal__company dt { font-size: 12px; color: var(--mute); }
.legal__company dd { margin: 2px 0 0; font-weight: 700; color: var(--ink); overflow-wrap: anywhere; }

/* ---------- Blog ---------- */
.bpost { position: relative; display: grid; grid-template-rows: auto 1fr; border-radius: 20px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out); }
.bpost:hover { transform: translateY(-4px); box-shadow: 0 30px 50px -34px rgba(23, 20, 15, .5); }
.bpost__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--sand); }
.bpost__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.bpost:hover .bpost__media img { transform: scale(1.04); }
.bpost__body { display: flex; flex-direction: column; gap: 10px; padding: 20px 22px 24px; }
.bpost__meta { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; color: var(--mute); }
.bpost__title { font-size: 1.2rem; line-height: 1.35; font-weight: 800; }
.bpost__title a::after { content: ''; position: absolute; inset: 0; }
.bpost__title a:hover { color: var(--gold-deep); }
.bpost__excerpt { color: var(--ink-2); line-height: 1.65; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.bpost--lead { grid-template-rows: none; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); margin-bottom: clamp(22px, 3vw, 34px); }
.bpost--lead .bpost__media { aspect-ratio: auto; min-height: 360px; }
.bpost--lead .bpost__body { justify-content: center; gap: 14px; padding: clamp(24px, 4vw, 52px); }
.bpost--lead .bpost__title { font-size: clamp(1.5rem, 2.6vw, 2.1rem); line-height: 1.25; }
.bpost--lead .bpost__excerpt { -webkit-line-clamp: 4; font-size: 1.05rem; }
.bpost--lead .link-arrow { align-self: flex-start; margin-top: 6px; }
.bgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr)); gap: 20px; }

/* ---------- Blog article ---------- */
.article { padding-block: clamp(30px, 5vw, 60px) clamp(50px, 7vw, 90px); background: var(--paper); }
.article__head { max-width: 900px; text-align: center; }
.article__title { font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.18; font-weight: 800; letter-spacing: -.01em; text-wrap: balance; }
.article__lead { max-width: 64ch; margin: 16px auto 0; font-size: clamp(1.05rem, 1.5vw, 1.2rem); line-height: 1.65; color: var(--ink-2); text-wrap: pretty; }
.article__meta { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px 22px; margin-top: 20px; font-size: 14px; color: var(--mute); }
.article__meta > span { display: inline-flex; align-items: center; gap: 7px; }
.article__share { display: inline-flex; align-items: center; gap: 7px; height: 34px; padding-inline: 13px; border-radius: 99px; border: 1px solid var(--line-2); font-weight: 600; color: var(--ink-2); transition: background-color .2s; }
.article__share:hover { background: var(--sand); }
.article__cover { max-width: 1180px; margin-top: clamp(26px, 4vw, 44px); }
.article__cover img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; border-radius: 22px; background: var(--sand); }
.article__cover figcaption { margin-top: 8px; font-size: 12.5px; color: var(--mute); text-align: end; }
.article__grid { display: grid; grid-template-columns: minmax(0, 250px) minmax(0, 72ch) minmax(0, 260px); justify-content: center; gap: clamp(26px, 4vw, 56px); margin-top: clamp(30px, 5vw, 56px); align-items: start; }
.article__side, .article__cta { position: sticky; top: calc(var(--hdr-h) + 24px); }
.article__side-t { margin-bottom: 8px; font-size: 13px; font-weight: 700; color: var(--mute); }
.article__toc ol { display: grid; gap: 1px; border-inline-start: 2px solid var(--line); }
.article__toc a { display: block; margin-inline-start: -2px; padding: 6px 12px; border-inline-start: 2px solid transparent; font-size: 13.5px; line-height: 1.45; color: var(--mute); transition: color .2s, border-color .2s; }
.article__toc a:hover { color: var(--ink); }
.article__toc a.is-on { color: var(--ink); font-weight: 600; border-color: var(--gold); }
.article__card { display: grid; gap: 8px; padding: 22px; border-radius: 18px; background: var(--obsidian); color: rgba(246, 241, 230, .78); font-size: 14px; line-height: 1.6; }
.article__card-ic { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: rgba(242, 178, 51, .14); color: var(--gold-2); }
.article__card-t { margin-top: 4px; font-size: 1.05rem; font-weight: 700; color: #fff; }
.article__card .btn { margin-top: 8px; }

@media (max-width: 1180px) {
  .article__grid { grid-template-columns: minmax(0, 230px) minmax(0, 1fr); }
  .article__cta { position: static; grid-column: 2; }
}
@media (max-width: 960px) {
  .faqpage__grid, .legal__grid { grid-template-columns: minmax(0, 1fr); }
  .faqpage__side, .legal__side { position: static; }
  .faqpage__tabs { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }
  .faqpage__tabs::-webkit-scrollbar { display: none; }
  .faqpage__tab { flex: none; min-height: 38px; border: 1px solid var(--line); }
  .faqpage__help { display: none; }
  .legal__toc { display: none; }
  .bpost--lead { grid-template-columns: minmax(0, 1fr); }
  .bpost--lead .bpost__media { min-height: 0; aspect-ratio: 16 / 10; }
  .article__grid { grid-template-columns: minmax(0, 1fr); }
  .article__side { position: static; }
  .article__toc { padding: 16px 18px; border-radius: 16px; background: var(--sand); }
  .article__toc ol { border: 0; }
  .article__toc a { padding-inline: 0; border: 0; }
  .article__cta { grid-column: auto; }
}
@media (max-width: 760px) {
  .article__cover { padding-inline: 0; }
  .article__cover img { aspect-ratio: 16 / 10; border-radius: 0; }
  .article__cover figcaption { padding-inline: var(--gutter); }
  .prose { font-size: 1.02rem; line-height: 1.75; }
}
@media print {
  .hdr, .topbar, .pagehead, .ftr, .legal__side, .wafab, .wafab-wrap, .faqband { display: none !important; }
  .legal__grid { display: block; }
}

/* ---------- Satellite page: check your site ---------- */
.glabel--site { margin: 10px 0 0 12px; border-color: rgba(58, 212, 192, .75); color: #8ff0e2; }
.sitecheck { background: var(--sand); scroll-margin-top: var(--hdr-h); }
.sitecheck__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.sitecheck__ic { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 16px; background: var(--ink); color: var(--gold-2); }
.sitecheck__lead { max-width: 52ch; margin-top: 14px; font-size: 1.05rem; line-height: 1.7; color: var(--ink-2); }
.sitecheck__form { display: grid; gap: 12px; margin-top: 26px; }
.sitecheck__label { display: flex; align-items: center; gap: 4px; font-size: 14px; font-weight: 700; }
.sitecheck__field { display: flex; align-items: center; gap: 10px; height: 56px; padding-inline: 16px; border-radius: 14px; background: #fff; border: 1px solid var(--line-2); color: var(--mute); transition: border-color .2s, box-shadow .2s; }
.sitecheck__field:focus-within { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(242, 178, 51, .18); }
.sitecheck__field input { flex: 1; min-width: 0; height: 100%; border: 0; outline: 0; background: transparent; font-size: 16px; color: var(--ink); font-variant-numeric: tabular-nums; }
.sitecheck__btns { display: flex; flex-wrap: wrap; gap: 10px; }
.sitecheck__err { padding: 10px 14px; border-radius: 10px; background: #fdecea; color: #a8322a; font-size: 14px; }
.sitecheck__privacy { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--mute); }
.sitecheck__out { min-width: 0; min-height: 420px; padding: clamp(20px, 3vw, 30px); border-radius: 22px; background: var(--obsidian); color: rgba(246, 241, 230, .82); box-shadow: 0 40px 70px -46px rgba(0, 0, 0, .8); }
.sitecheck__empty, .sitecheck__busy { min-height: 360px; display: grid; place-content: center; justify-items: center; gap: 18px; text-align: center; font-size: 15px; }
.sitecheck__empty p { max-width: 34ch; }
.sitecheck__radar { position: relative; width: 120px; height: 120px; display: grid; place-items: center; color: var(--gold-2); }
.sitecheck__radar i { position: absolute; inset: 0; border-radius: 50%; border: 1px solid rgba(242, 178, 51, .35); animation: sc-ping 3s var(--ease-out) infinite; }
.sitecheck__radar i:nth-child(2) { animation-delay: 1s; }
.sitecheck__radar i:nth-child(3) { animation-delay: 2s; }
@keyframes sc-ping { from { transform: scale(.35); opacity: 1; } to { transform: scale(1); opacity: 0; } }
.sitecheck__busy { grid-auto-flow: row; }
.sitecheck__spin { width: 40px; height: 40px; border-radius: 50%; border: 3px solid rgba(255, 255, 255, .15); border-top-color: var(--gold); animation: sc-spin .9s linear infinite; }
@keyframes sc-spin { to { transform: rotate(360deg); } }
.sitecheck__result { display: grid; gap: 18px; animation: fdrop-in .4s var(--ease-out); }
.sitecheck__where { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: #8ff0e2; }
.sitecheck__next { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.snext { display: grid; gap: 2px; padding: 12px 14px; border-radius: 14px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .08); }
.snext__k { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: rgba(246, 241, 230, .66); }
.snext strong { font-size: 1.05rem; color: #fff; font-variant-numeric: tabular-nums; }
.snext small { font-size: 12.5px; color: rgba(246, 241, 230, .6); }
.sitecheck__h { margin-top: 4px; font-size: 1rem; font-weight: 700; color: #fff; }
.sitecheck__list { display: grid; gap: 2px; max-height: 420px; overflow-y: auto; margin-inline: -6px; padding-inline: 6px; scrollbar-width: thin; scrollbar-color: rgba(255, 255, 255, .2) transparent; }
.spass { display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(0, 1.2fr) auto; align-items: center; gap: 12px; padding: 11px 4px; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.spass:last-child { border-bottom: 0; }
.spass__sat, .spass__when, .spass__meta { display: grid; min-width: 0; line-height: 1.35; }
.spass__sat strong, .spass__when strong { font-size: 14px; color: #fff; font-weight: 600; }
.spass small { font-size: 12px; color: rgba(246, 241, 230, .6); }
.spass__meta { justify-items: end; text-align: end; }
.spass__chip { padding: 2px 8px; border-radius: 99px; background: rgba(58, 212, 192, .14); color: #8ff0e2; font-size: 11.5px; font-weight: 700; white-space: nowrap; }
.spass__chip--tasked { background: rgba(182, 156, 255, .16); color: #cdbdff; }
.spass--none { display: block; color: rgba(246, 241, 230, .7); }
.sitecheck__note { display: flex; gap: 8px; font-size: 12.5px; line-height: 1.55; color: rgba(246, 241, 230, .6); }
.sitecheck__note .ic { flex: none; margin-top: 2px; }
.sitecheck__cta { display: flex; flex-wrap: wrap; gap: 10px; }
@media (max-width: 960px) {
  .sitecheck__grid { grid-template-columns: minmax(0, 1fr); }
  .sitecheck__out { min-height: 0; }
  .sitecheck__empty, .sitecheck__busy { min-height: 240px; }
}
@media (max-width: 560px) {
  .spass { grid-template-columns: auto minmax(0, 1fr); row-gap: 6px; }
  .spass__when { grid-column: 2; }
  .spass__meta { grid-column: 2; justify-items: start; text-align: start; }
  .sitecheck__next { grid-template-columns: minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) { .sitecheck__radar i, .sitecheck__spin { animation: none; } }

/* Top bar: plain white text, same tone as the phone numbers */
.topbar__msg { color: var(--ivory-2); font-weight: 500; }

/* Compact page head (store, articles): short band that still shows the video */
.pagehead--compact { min-height: clamp(150px, 17vw, 210px); display: flex; align-items: flex-end; padding-block: 28px 26px; }
.pagehead--compact .pagehead__in { width: 100%; }
.pagehead__title--slim { margin-top: 10px; font-size: clamp(1.5rem, 2.8vw, 2.25rem); }
.pagehead--compact .pagehead__media::after { background: linear-gradient(90deg, rgba(10, 9, 7, .72) 0%, rgba(10, 9, 7, .35) 60%, rgba(10, 9, 7, .15) 100%), linear-gradient(180deg, rgba(10, 9, 7, .1) 0%, rgba(10, 9, 7, .55) 100%); }
[dir="rtl"] .pagehead--compact .pagehead__media::after { background: linear-gradient(270deg, rgba(10, 9, 7, .72) 0%, rgba(10, 9, 7, .35) 60%, rgba(10, 9, 7, .15) 100%), linear-gradient(180deg, rgba(10, 9, 7, .1) 0%, rgba(10, 9, 7, .55) 100%); }

/* Legal notice: photo credits */
.legal__credits { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); }
.legal__credits h2 { font-size: 1.2rem; font-weight: 800; margin-bottom: 12px; }
.legal__credits ul { display: grid; gap: 2px; }
.legal__credits li { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 16px; padding: 9px 0; border-bottom: 1px dashed var(--line); font-size: 14px; }
.legal__credits small { color: var(--mute); font-size: 12.5px; }

/* ---------- Related devices: horizontal rail on a dark technical band ---------- */
.prail { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(52px, 7vw, 88px); background: #0d0c0a; color: var(--ivory); }
.prail::before { content: ''; position: absolute; inset: 0; z-index: -1; opacity: .5;
  background: linear-gradient(rgba(242, 178, 51, .07) 1px, transparent 1px) 0 0 / 48px 48px, linear-gradient(90deg, rgba(242, 178, 51, .07) 1px, transparent 1px) 0 0 / 48px 48px;
  -webkit-mask-image: radial-gradient(80% 90% at 50% 0%, #000 30%, transparent 85%); mask-image: radial-gradient(80% 90% at 50% 0%, #000 30%, transparent 85%); }
.prail__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 18px 28px; margin-bottom: 26px; }
.prail__titles { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; }
.prail__title { font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 800; color: #fff; }
.prail__count { padding: 5px 12px; border-radius: 99px; border: 1px solid rgba(242, 178, 51, .4); color: var(--gold-2); font-size: 13px; font-weight: 600; font-variant-numeric: tabular-nums; }
.prail__ctrl { display: flex; align-items: center; gap: 18px; }
.prail__all { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: rgba(246, 241, 230, .85); transition: color .2s, gap .25s var(--ease-out); }
.prail__all:hover { color: var(--gold-2); gap: 12px; }
.prail__nav { display: flex; gap: 8px; }
.prail__btn { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .18); color: #fff; background: rgba(255, 255, 255, .04); transition: background-color .2s, border-color .2s, color .2s, opacity .2s; }
.prail__btn:hover:not(:disabled) { background: var(--gold); border-color: var(--gold); color: var(--gold-ink); }
.prail__btn:disabled { opacity: .3; cursor: default; }
.prail__track { display: flex; gap: 18px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-inline: 2px; scrollbar-width: none; padding: 6px 2px 18px; margin-inline: -2px; cursor: grab; outline: 0; }
.prail__track::-webkit-scrollbar { display: none; }
.prail__track.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.prail__track.is-dragging .pc { pointer-events: none; }
.prail__track:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; border-radius: 22px; }
.prail__item { flex: 0 0 clamp(330px, 33%, 520px); scroll-snap-align: start; display: flex; }
.prail__item .pc { flex: 1; }
.prail .pc { color: var(--ink); border-color: rgba(255, 255, 255, .1); }
.prail .pc:hover { border-color: rgba(242, 178, 51, .5); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .9); }
.prail__bar { position: relative; height: 2px; margin-top: 8px; border-radius: 2px; background: rgba(255, 255, 255, .1); overflow: hidden; }
.prail__bar span { position: absolute; inset-block: 0; inset-inline-start: 0; width: var(--w, 30%); background: var(--gold); border-radius: 2px; transform: translateX(var(--x, 0%)); transition: transform .15s linear, width .2s; }
[dir="rtl"] .prail__bar span { transform: translateX(calc(var(--x, 0%) * -1)); }
@media (max-width: 760px) {
  .prail__item { flex-basis: 86%; }
  .prail__nav { display: none; }
}
.prail.is-static .prail__nav, .prail.is-static .prail__bar { visibility: hidden; }
