:root {
  --brand: #00c4ff;
  --brand-hover: #009ed6;
  --brand-soft: #eafbff;
  --brand-dark: #101b2d;
  --brand-glow: rgba(0,196,255,.22);
  --success: #269557;
  --ink: var(--brand-dark);
  --ink-2: #18303d;
  --purple: var(--brand);
  --purple-2: #29d2ff;
  --lime: var(--brand);
  --pink: #ff5d8f;
  --surface: #f3f7f8;
  --white: #fff;
  --muted: #687880;
  --line: #dfe8eb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.rch-template {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: "IBM Plex Sans Arabic", Arial, sans-serif;
}
.rch-template #wpadminbar { direction: ltr; }
.rch-template.admin-bar .site-header { top: 32px; }
.rc-home { width: 100%; min-height: 100vh; overflow: clip; background: var(--surface); color: var(--ink); font-family: "IBM Plex Sans Arabic",Arial,sans-serif; line-height: 1.5; text-align: right; }
.rc-home img { max-width: none; }
.rc-home h1,.rc-home h2,.rc-home h3,.rc-home p { font-family: inherit; }
.rc-home button,.rc-home input { box-shadow: none; text-transform: none; }
.rc-home .woocommerce-Price-currencySymbol { font-size: .72em; }
.rch-empty-products { grid-column: 1/-1; padding: 28px; border: 1px dashed var(--brand); border-radius: 14px; background: var(--brand-soft); color: var(--ink-2); text-align: center; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

.top-note {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 5px 20px;
  background: var(--brand);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 600;
}
.top-note p { margin: 0; }
.top-note a { border-bottom: 1px solid; font-weight: 700; }
.top-note p span { color: var(--brand-dark); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); box-shadow: 0 1px rgba(24,15,55,.08); backdrop-filter: blur(18px); }
.header-main { height: 76px; display: grid; grid-template-columns: 190px minmax(320px, 1fr) 260px; gap: 28px; align-items: center; }
.brand { display: flex; align-items: center; gap: 10px; width: fit-content; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 24px; letter-spacing: -.04em; }
.brand small { margin-top: 5px; font: 700 8px/1 Arial; letter-spacing: .28em; color: var(--purple); }
.brand-logo {
  width: 41px;
  height: 41px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 8px 22px var(--brand-glow);
}
.brand-logo img { width: 100%; height: 100%; display: block; object-fit: contain; }
.brand-mark { position: relative; display: block; width: 38px; height: 38px; border-radius: 13px; transform: rotate(-10deg); background: var(--purple); box-shadow: 0 8px 20px rgba(95,44,255,.25); overflow: hidden; }
.brand-mark:before { content: ""; position: absolute; width: 20px; height: 20px; left: -6px; top: -5px; border: 6px solid var(--lime); border-radius: 50%; }
.brand-mark i { position: absolute; background: var(--pink); width: 22px; height: 8px; border-radius: 8px; bottom: 7px; right: -2px; transform: rotate(-28deg); }
.brand-mark b { position: absolute; width: 7px; height: 7px; background: white; border-radius: 50%; top: 9px; right: 9px; }

.search-wrap { position: relative; height: 46px; display: flex; align-items: center; border: 1px solid #d9d5e5; background: #f8f7fb; border-radius: 14px; transition: .25s ease; }
.search-wrap:focus-within { background: white; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(0,196,255,.1); }
.search-wrap input { width: 100%; height: 100%; border: 0; outline: 0; background: transparent; padding: 0 44px 0 62px; color: var(--ink); font-size: 14px; }
.search-wrap input::placeholder { color: #918b9e; }
.magnify { position: absolute; right: 17px; width: 16px; height: 16px; border: 2px solid var(--ink); border-radius: 50%; }
.magnify:after { content: ""; position: absolute; width: 7px; height: 2px; background: var(--ink); left: -5px; bottom: -3px; transform: rotate(45deg); border-radius: 2px; }
.search-wrap kbd { position: absolute; left: 12px; padding: 3px 7px; border: 1px solid #dedbe7; border-radius: 6px; background: white; color: #8a8496; font: 500 11px Arial; }
.search-results { position: absolute; top: 54px; inset-inline: 0; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 24px 50px rgba(29,15,70,.18); z-index: 20; }
.search-results > p { padding: 5px 8px 9px; margin: 0; font-size: 12px; color: var(--muted); }
.search-results button { width: 100%; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 11px; padding: 8px; background: transparent; border: 0; border-radius: 10px; text-align: right; }
.search-results button:hover { background: var(--brand-soft); }
.search-results .rch-search-result { width: 100%; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 11px; padding: 8px; border-radius: 10px; text-align: right; }
.search-results .rch-search-result:hover { background: var(--brand-soft); }
.search-results .rch-search-result > span:nth-child(2) { display: flex; flex-direction: column; }
.search-results .rch-search-result > strong { color: var(--purple); font-size: 11px; }
.result-thumb { width: 38px; height: 42px; overflow: hidden; border-radius: 7px; background: linear-gradient(145deg,var(--purple),var(--pink)); }
.result-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; }
.search-results button span:nth-child(2) { display: flex; flex-direction: column; }
.search-results b { font-size: 12px; }
.search-results small { color: var(--muted); font-size: 9px; }
.search-results button > strong { font-size: 11px; color: var(--purple); }

.header-tools { display: flex; align-items: center; justify-content: flex-end; gap: 6px; }
.icon-button { position: relative; width: 40px; height: 40px; display: grid; place-items: center; border: 0; background: transparent; color: var(--ink); font: 400 25px/1 Arial; border-radius: 12px; }
.icon-button:hover { background: var(--brand-soft); }
.cart-button { font-size: 25px; }
.cart-button b { position: absolute; top: -1px; right: -1px; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: var(--pink); color: white; font: 700 9px Arial; }
.rch-cart-icon { width: 23px; height: 23px; display: inline-grid; place-items: center; position: relative; }
.rch-cart-icon svg { width: 100%; height: 100%; display: block; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.account-button { display: flex; align-items: center; gap: 8px; margin-right: 4px; background: transparent; border: 0; color: var(--ink); }
.account-button > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--brand-soft); color: var(--brand-hover); font-size: 20px; }
.account-button i { display: flex; flex-direction: column; align-items: flex-start; font-style: normal; font-weight: 600; font-size: 12px; }
.account-button small { margin-top: 2px; color: var(--muted); font-weight: 400; font-size: 9px; }
.account-button.rch-account-shortcode { min-width: 98px; position: relative; }
.account-button.rch-account-shortcode > .otp-popup-button,
.account-button.rch-account-shortcode > .popup-toggle { flex: 0 0 42px; margin: 0!important; }
.account-button.rch-account-shortcode > .otp-popup-button { color: var(--ink)!important; background: var(--brand-soft)!important; border-color: transparent!important; box-shadow: none!important; }
.account-button.rch-account-shortcode > .otp-popup-button:hover,
.account-button.rch-account-shortcode > .otp-popup-button:focus-visible { color: var(--brand-hover)!important; border-color: rgba(0,196,255,.35)!important; box-shadow: 0 8px 20px rgba(0,196,255,.14)!important; }
.account-button.rch-account-shortcode > .popup-toggle img { border-color: rgba(0,196,255,.28)!important; box-shadow: 0 8px 20px rgba(16,27,45,.09)!important; }
.rch-account-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.nav-bar { border-top: 1px solid #f0eef5; }
.nav-inner { height: 44px; display: flex; align-items: center; gap: 28px; overflow: hidden; }
.nav-inner a, .nav-inner button { white-space: nowrap; font-size: 12px; font-weight: 500; background: transparent; border: 0; }
.nav-inner a:hover { color: var(--purple); }
.all-categories { align-self: stretch; display: flex; align-items: center; gap: 8px; padding: 0 17px; margin-left: 4px; color: white; background: var(--ink)!important; }
.all-categories span { font-size: 14px; }
.flash-link { color: #e72b61!important; font-weight: 700!important; }
.flash-link span { animation: pulse 1.2s infinite; }
.locale { margin-right: auto; display: flex; gap: 8px; align-items: center; color: var(--muted); }
.locale i { width: 1px; height: 14px; background: #d8d4e1; }

.hero { overflow: hidden; background: var(--ink); color: white; }
.hero-grid { min-height: 500px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; }
.hero-copy { position: relative; z-index: 3; padding: 64px 0 60px; }
.pill { width: fit-content; display: flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); border-radius: 999px; font-size: 11px; }
.pill span { color: var(--lime); font-size: 8px; }
.hero h1 { margin: 18px 0 12px; font-size: clamp(48px,5vw,76px); line-height: 1.02; letter-spacing: -.055em; font-weight: 700; }
.hero h1 em { color: var(--brand); font-style: normal; text-shadow: 0 0 30px var(--brand-glow); }
.hero-copy > p { max-width: 520px; margin: 0; color: #bbb4d1; line-height: 1.9; font-size: 16px; }
.hero-actions { display: flex; gap: 12px; margin-top: 28px; }
.hero-actions a { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 22px; border-radius: 12px; font-size: 13px; font-weight: 700; }
.primary-cta { color: var(--brand-dark); background: var(--brand); box-shadow: 0 12px 30px var(--brand-glow); }
.primary-cta:hover { transform: translateY(-2px); background: var(--brand-hover); color: white; }
.secondary-cta { border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.04); }
.secondary-cta:hover { background: rgba(255,255,255,.09); }
.trust-row { display: flex; gap: 20px; margin-top: 32px; color: #8d85a6; font-size: 10px; }
.trust-row span { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.13); }
.trust-row span:last-child { border: 0; }
.trust-row b { display: block; color: white; font-size: 12px; margin-bottom: 3px; }

.hero-art { position: relative; align-self: stretch; min-height: 500px; }
.hero-art:after { content: ""; position: absolute; inset: auto 3% 0 0; width: 92%; height: 34%; border-radius: 50% 50% 0 0; background: linear-gradient(180deg,rgba(95,44,255,.35),transparent); filter: blur(12px); }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 420px; height: 420px; left: 7%; top: 9%; background: radial-gradient(circle at 45% 40%,#aa8eff 0,#5e31dc 32%,#28125f 66%,transparent 68%); box-shadow: 0 0 120px rgba(95,44,255,.3); }
.orb-two { width: 110px; height: 110px; right: 12%; top: 17%; background: radial-gradient(circle at 35% 32%,#ffadca,#ff5d8f 40%,#6a1f64 72%); box-shadow: 0 0 60px rgba(255,93,143,.25); }
.portal-ring { position: absolute; border-radius: 50%; transform: rotate(-12deg); border-style: solid; border-color: var(--lime) transparent var(--purple-2) transparent; }
.ring-one { width: 480px; height: 310px; left: -2%; top: 20%; border-width: 8px; filter: drop-shadow(0 0 12px var(--brand-glow)); }
.ring-two { width: 380px; height: 250px; left: 6%; top: 26%; border-width: 2px; opacity: .65; }
.controller { position: absolute; z-index: 4; width: 310px; height: 190px; left: 17%; top: 25%; border: 3px solid rgba(255,255,255,.5); border-radius: 46% 46% 40% 40% / 46% 46% 65% 65%; background: linear-gradient(145deg,#fff 0,#d8d2e8 42%,#786ca1 100%); transform: rotate(-9deg); box-shadow: -20px 45px 60px rgba(9,3,28,.55), inset -20px -25px 40px rgba(34,20,70,.22); }
.controller:before, .controller:after { content: ""; position: absolute; bottom: -48px; width: 95px; height: 115px; background: linear-gradient(150deg,#b8aecf,#5f537f); z-index: -1; }
.controller:before { right: 4px; border-radius: 30% 30% 70% 25%; transform: rotate(-13deg); }
.controller:after { left: 4px; border-radius: 30% 30% 25% 70%; transform: rotate(13deg); }
.pad-left { position: absolute; top: 57px; right: 59px; color: #43396a; font: 700 42px/1 Arial; }
.pad-right { position: absolute; top: 52px; left: 52px; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: #3c315e; color: var(--pink); font: 900 26px/1 Arial; letter-spacing: 7px; padding-left: 7px; transform: rotate(45deg); }
.controller i { position: absolute; width: 44px; height: 44px; border-radius: 50%; background: radial-gradient(circle at 40% 34%,#746a92,#292042 58%); border: 5px solid #ccc5dd; }
.stick-a { right: 102px; top: 100px; }
.stick-b { left: 101px; top: 104px; }
.deal-badge { position: absolute; z-index: 6; top: 55px; left: 28px; width: 112px; height: 112px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--brand); color: var(--brand-dark); transform: rotate(8deg); box-shadow: 0 16px 40px var(--brand-glow); }
.deal-badge small { font-size: 9px; }
.deal-badge strong { font: 800 31px/1 Arial; margin: 4px; }
.deal-badge span { font-size: 7px; }
.floating-card { position: absolute; z-index: 7; min-width: 110px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.15); background: rgba(25,12,62,.75); backdrop-filter: blur(10px); border-radius: 12px; box-shadow: 0 15px 35px rgba(0,0,0,.22); }
.floating-card span { display: block; color: #8f86a9; font-size: 8px; }
.floating-card b { display: block; margin-top: 3px; font-size: 11px; }
.card-a { left: 1%; bottom: 74px; animation: floaty 3.5s ease-in-out infinite; }
.card-b { right: 4%; bottom: 112px; animation: floaty 3.5s ease-in-out .8s infinite; }

.hero-lab { background: #0d0723; color: white; overflow: hidden; }
.hero-mode-bar {
  min-height: 96px;
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 30px;
}
.mode-intro { display: flex; flex-direction: column; }
.mode-intro span { color: var(--lime); font-size: 9px; font-weight: 700; }
.mode-intro strong { margin-top: 5px; font-size: 15px; }
.mode-tabs { height: 100%; display: grid; grid-template-columns: repeat(2,1fr); }
.mode-tabs button {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.08);
  background: transparent;
  color: #817997;
  text-align: right;
  transition: .25s ease;
}
.mode-tabs button:hover { color: white; background: rgba(255,255,255,.035); }
.mode-tabs button.is-active { color: white; background: rgba(0,196,255,.12); box-shadow: inset 0 -2px var(--brand); }
.mode-tabs small { font: 700 8px Arial; color: var(--lime); opacity: .65; }
.mode-tabs span { min-width: 0; display: flex; flex-direction: column; font-size: 11px; font-weight: 700; }
.mode-tabs i { margin-top: 4px; overflow: hidden; color: #746c89; font-size: 7px; font-style: normal; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }

.hero-stage {
  position: relative;
  min-height: 555px;
  background: #09051a;
  border-top: 1px solid rgba(255,255,255,.06);
  isolation: isolate;
}
.hero-stage img { width: 100%; height: 100%; display: block; object-fit: cover; }
.cinematic-frame, .preview-main { position: relative; overflow: hidden; }
.cinematic-frame { min-height: 555px; animation: revealMask .8s cubic-bezier(.2,.7,.2,1); }
.cinematic-frame > img {
  position: absolute;
  inset: 0;
  animation: cinematicPush 6.2s ease-out both;
}
.image-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,rgba(5,2,15,.08) 15%,rgba(5,2,15,.03) 48%,rgba(5,2,15,.86) 100%),
    linear-gradient(0deg,rgba(4,2,12,.35),transparent 40%);
}
.minimal-offer {
  position: relative;
  z-index: 4;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.minimal-offer > span { color: var(--lime); font-size: 10px; font-weight: 700; letter-spacing: .03em; }
.minimal-offer h1 {
  max-width: 480px;
  margin: 12px 0 25px;
  font-size: clamp(42px,5vw,72px);
  line-height: 1.03;
  letter-spacing: -.06em;
  text-wrap: balance;
  text-shadow: 0 12px 35px rgba(0,0,0,.35);
}
.minimal-offer a, .stack-copy a {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 11px;
  background: white;
  color: #130b2d;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
}
.minimal-offer a:hover, .stack-copy a:hover { transform: translateY(-2px); background: var(--brand); }
.banner-badge {
  position: absolute;
  z-index: 6;
  left: max(28px,calc((100% - 1240px) / 2));
  top: 50px;
  min-width: 86px;
  min-height: 86px;
  display: grid;
  place-items: center;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%;
  background: rgba(19,10,47,.55);
  backdrop-filter: blur(15px);
  color: white;
  font-size: 13px;
  transform: rotate(-7deg);
  box-shadow: 0 20px 50px rgba(0,0,0,.2);
}
.tone-lime .banner-badge { color: var(--brand-dark); background: var(--brand); border-color: var(--brand); }
.tone-coral .banner-badge { background: #ff6a82; border-color: #ff9bab; }

.slider-controls {
  position: absolute;
  z-index: 20;
  inset-inline: 0;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}
.slider-controls > * { pointer-events: auto; }
.slider-controls > button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  background: rgba(10,4,27,.38);
  backdrop-filter: blur(12px);
  color: white;
}
.slider-controls > button:hover { background: white; color: var(--ink); }
.slider-controls > span { color: rgba(255,255,255,.68); font: 700 9px Arial; direction: ltr; }
.slider-progress { width: 155px; display: flex; gap: 5px; }
.slider-progress button {
  position: relative;
  width: 100%;
  height: 3px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: rgba(255,255,255,.25);
}
.slider-progress button.is-active:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--lime);
  transform-origin: right;
  animation: progressFill 6.2s linear both;
}

.mode-previews { padding: 26px 0 82px; }
.preview-layout { min-height: 445px; display: grid; grid-template-columns: 1fr 250px; gap: 13px; }
.preview-main { min-height: 445px; border-radius: 22px; animation: softReveal .55s ease; }
.preview-main > img { position: absolute; inset: 0; }
.preview-main .minimal-offer { padding-inline: 45px; }
.preview-main .minimal-offer h1 { max-width: 380px; font-size: clamp(36px,4vw,56px); }
.preview-main .banner-badge { left: 28px; top: 28px; }
.preview-list { display: grid; grid-template-rows: repeat(3,1fr); gap: 10px; }
.preview-list button {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 15px;
  background: #17102e;
  color: white;
  opacity: .48;
  text-align: right;
  transition: .25s ease;
}
.preview-list button:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(8,3,22,.85),transparent 70%); }
.preview-list button:hover, .preview-list button.is-active { opacity: 1; transform: translateX(-5px); border-color: var(--brand); }
.preview-list span { position: absolute; z-index: 3; inset: auto 12px 11px; display: flex; align-items: center; gap: 8px; font: 700 8px Arial; }
.preview-list b { font-family: "IBM Plex Sans Arabic",Arial,sans-serif; font-size: 9px; }

.mode-stacked {
  background:
    radial-gradient(circle at 72% 50%,rgba(0,174,232,.24) 0,transparent 42%),
    radial-gradient(circle at 22% 110%,rgba(0,196,255,.09),transparent 34%),
    #071116;
}
.stack-layout { min-height: 555px; display: grid; grid-template-columns: 410px 1fr; align-items: center; gap: 80px; }
.stack-copy { position: relative; z-index: 12; }
.stack-copy > span { color: var(--lime); font-size: 10px; font-weight: 700; }
.stack-copy h1 {
  max-width: 370px;
  margin: 12px 0;
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: -.055em;
}
.stack-copy h1 span { display: block; white-space: nowrap; }
.stack-copy p { max-width: 370px; margin: 0 0 24px; color: #8f87a4; font-size: 11px; line-height: 1.8; }
.card-stack { position: relative; min-height: 400px; perspective: 1400px; }
.stack-card {
  position: absolute;
  inset: 32px 0 auto auto;
  width: min(760px,100%);
  aspect-ratio: 2.5 / 1;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 24px;
  background: #1b123c;
  box-shadow: -30px 40px 75px rgba(3,1,10,.5);
  transition: .65s cubic-bezier(.2,.75,.2,1);
  transform-origin: center right;
}
.stack-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent 40%,rgba(5,2,15,.48)); }
.stack-card img { pointer-events: none; }
.stack-card strong { position: absolute; z-index: 4; right: 24px; bottom: 24px; padding: 9px 13px; border-radius: 10px; background: var(--brand); color: var(--brand-dark); font-size: 11px; box-shadow: 0 10px 28px var(--brand-glow); }
.stack-0 { z-index: 5; transform: rotateY(-5deg) translateX(0) scale(1); opacity: 1; }
.stack-1 { z-index: 4; transform: rotateY(-10deg) translateX(52px) translateY(-24px) scale(.92); opacity: .7; }
.stack-2 { z-index: 3; transform: rotateY(-14deg) translateX(96px) translateY(-45px) scale(.84); opacity: .42; }

/*
 * Woodmart treats every <button> as a theme button and adds position, display,
 * padding, minimum-height and colour rules. Hero slides and progress dots are
 * buttons for accessibility, so restore the prototype geometry with selectors
 * scoped to this plugin only.
 */
.rc-home .stack-copy h1,
.rc-home .stack-copy h1 span {
  color: #fff !important;
}
.rc-home button.stack-card {
  position: absolute !important;
  display: block !important;
  align-items: initial !important;
  justify-content: initial !important;
  gap: 0 !important;
  width: min(760px,100%) !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  border-radius: 24px !important;
  background: #1b123c !important;
  color: #fff !important;
  line-height: normal !important;
  text-align: right !important;
  box-shadow: -30px 40px 75px rgba(3,1,10,.5) !important;
}
.rc-home button.stack-card:before {
  content: none !important;
}
.rc-home button.stack-card:after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg,transparent 40%,rgba(5,2,15,.48)) !important;
}
.rc-home button.stack-card img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}
.rc-home .slider-controls > button {
  display: grid !important;
  width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  flex: 0 0 38px !important;
  place-items: center !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.rc-home .slider-progress button {
  display: block !important;
  width: 100% !important;
  height: 3px !important;
  min-height: 3px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.25) !important;
  box-shadow: none !important;
}

.mode-panorama {
  min-height: 590px;
  padding: 28px 0 90px;
  background:
    radial-gradient(circle at 50% 30%,rgba(95,44,255,.18),transparent 42%),
    #09051a;
}
.panorama-window {
  position: relative;
  min-height: 470px;
  overflow: hidden;
}
.panorama-window:before,
.panorama-window:after {
  content: "";
  position: absolute;
  z-index: 8;
  top: 0;
  bottom: 48px;
  width: 5vw;
  pointer-events: none;
}
.panorama-window:before { right: 0; background: linear-gradient(270deg,#09051a,transparent); }
.panorama-window:after { left: 0; background: linear-gradient(90deg,#09051a,transparent); }
.panorama-track {
  --journey-card-width: min(980px,68vw);
  --journey-shift: calc(38vw + min(421px,29.25vw));
  position: relative;
  height: 420px;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}
.panorama-track.is-dragging { cursor: grabbing; }
.journey-card {
  position: absolute;
  left: 50%;
  top: 0;
  width: var(--journey-card-width);
  height: 410px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 25px;
  background: #17102e;
  color: white;
  opacity: .42;
  filter: saturate(.72) brightness(.68);
  transform: translateX(-50%) scale(.86);
  transition:
    transform .9s cubic-bezier(.2,.75,.2,1),
    opacity .65s ease,
    filter .65s ease,
    box-shadow .65s ease;
  will-change: transform;
}
.journey-card img { pointer-events: none; }
.journey-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,rgba(7,3,18,.6),transparent 42%);
  opacity: .35;
  transition: opacity .5s ease;
}
.journey-card.is-active {
  z-index: 4;
  opacity: 1;
  filter: none;
  transform: translateX(-50%) scale(1);
  box-shadow: 0 32px 90px rgba(2,0,10,.58),0 0 0 1px rgba(255,255,255,.05);
}
.journey-card.is-active:after { opacity: .68; }
.journey-pos-1 {
  z-index: 2;
  transform: translateX(calc(-50% - var(--journey-shift))) scale(.86) rotateY(3deg);
}
.journey-pos-2 {
  z-index: 1;
  transform: translateX(calc(-50% + var(--journey-shift))) scale(.86) rotateY(-3deg);
}
.panorama-track span {
  position: absolute;
  z-index: 4;
  right: 34px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(8px);
  transition: .45s ease .15s;
}
.journey-card.is-active span { opacity: 1; transform: none; }
.panorama-track small { color: var(--lime); font-size: 9px; }
.panorama-track b { margin-top: 5px; font-size: 27px; letter-spacing: -.04em; }
.journey-line { height: 48px; display: flex; align-items: center; gap: 0; }
.journey-line button { flex: 1; display: flex; align-items: center; gap: 8px; padding: 0; border: 0; background: transparent; color: #5f586f; font: 700 8px Arial; }
.journey-line i { flex: 1; height: 1px; background: #302943; }
.journey-line button.is-active { color: white; }
.journey-line button.is-active i { height: 2px; background: var(--lime); box-shadow: 0 0 12px var(--lime); }

@keyframes revealMask { from { clip-path: inset(0 0 0 100%); } to { clip-path: inset(0); } }
@keyframes cinematicPush { from { transform: scale(1.06); } to { transform: scale(1); } }
@keyframes softReveal { from { opacity: .45; transform: scale(.985); } }
@keyframes progressFill { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.category-strip { background: white; border-bottom: 1px solid var(--line); }
.category-rail { min-height: 95px; display: flex; align-items: center; overflow-x: auto; scrollbar-width: none; }
.category-rail::-webkit-scrollbar { display: none; }
.category-rail a { min-width: 155px; display: flex; align-items: center; gap: 12px; padding: 14px; border-left: 1px solid #eeeaf3; transition: .2s; }
.category-rail a:first-child { border-right: 1px solid #eeeaf3; }
.category-rail a:hover { background: var(--brand-soft); color: var(--brand-hover); }
.category-rail a > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: var(--brand-soft); color: var(--brand-hover); font-size: 19px; }
.category-rail div { display: flex; flex-direction: column; }
.category-rail strong { font-size: 12px; }
.category-rail small { margin-top: 3px; color: var(--muted); font-size: 8px; }

.content-bg { background: var(--surface); padding-top: 1px; overflow: hidden; }
.shop-section { padding-block: 70px 12px; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 24px; }
.eyebrow { display: block; margin-bottom: 5px; color: var(--purple); font-size: 10px; font-weight: 700; letter-spacing: .05em; }
.section-head h2 { margin: 0; font-size: 27px; letter-spacing: -.035em; }
.head-actions { display: flex; align-items: center; gap: 7px; }
.text-link { display: flex; align-items: center; gap: 12px; margin-left: 6px; padding: 8px 0; border: 0; background: transparent; color: var(--ink); font-size: 11px; font-weight: 600; }
.text-link:hover { color: var(--purple); }
.arrow { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #dcd8e5; border-radius: 10px; background: white; color: var(--ink); }
.arrow:hover { border-color: var(--purple); color: var(--purple); }
.product-rail { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 75px) / 6); gap: 15px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; direction: rtl; }
.product-rail::-webkit-scrollbar { display: none; }
.product-card { position: relative; min-width: 0; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 16px; scroll-snap-align: start; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 18px 35px rgba(34,20,82,.11); }
.cover { position: relative; height: auto; aspect-ratio: 1 / 1; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 18px 15px; color: white; background: #18242b; isolation: isolate; }
.cover:before, .cover:after { content: ""; position: absolute; z-index: -1; }
.cover:before { inset: 0; background: radial-gradient(circle at 30% 24%,rgba(255,255,255,.3),transparent 28%), linear-gradient(155deg,transparent 30%,rgba(0,0,0,.7)); }
.cover:after { width: 150px; height: 150px; left: -20px; top: 36px; border: 18px solid rgba(255,255,255,.15); border-radius: 45% 55% 36% 64%; transform: rotate(25deg); }
.cover > strong { font-size: 21px; line-height: 1.08; letter-spacing: -.04em; text-shadow: 0 4px 18px rgba(0,0,0,.5); }
.cover > i { width: 24px; height: 3px; margin-top: 9px; background: var(--brand); }
.cover-kicker { margin-bottom: 6px; font: 700 8px/1 Arial; letter-spacing: .13em; color: var(--brand); }
.real-product-cover {
  display: block;
  padding: 0;
  background: #202b31;
}
.real-product-cover:before {
  z-index: 2;
  background: linear-gradient(180deg,rgba(5,12,16,.5),transparent 27%,transparent 72%,rgba(5,12,16,.45));
  pointer-events: none;
}
.real-product-cover:after { display: none; }
.product-art {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
}
.product-card:hover .product-art { transform: scale(1.035); }
.real-product-cover .cover-kicker {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 11px;
  margin: 0;
  padding: 5px 7px;
  border-radius: 7px;
  background: rgba(8,17,22,.72);
  backdrop-filter: blur(8px);
  color: white;
  letter-spacing: .08em;
}
.ember { background: linear-gradient(155deg,#241332 12%,#ac2d1e 62%,#ff8b27); }
.neon { background: linear-gradient(155deg,#101b4f,#2c21be 48%,#ff2f92); }
.cosmos { background: linear-gradient(150deg,#161343,#7144d8 52%,#00a5b2); }
.shadow { background: linear-gradient(160deg,#171724,#354b58 52%,#6f315e); }
.stadium { background: linear-gradient(160deg,#06384b,#007fa9 55%,#00c4ff); }
.zero { background: linear-gradient(155deg,#1b1e2a,#5b6376 50%,#cf4b38); }
.north { background: linear-gradient(155deg,#122837,#347f93 55%,#d1e3da); }
.pixel { background: linear-gradient(150deg,#382657,#b14094 48%,#ffcf51); }
.voyage { background: linear-gradient(155deg,#122330,#086c83 48%,#ef9b5d); }
.dawn { background: linear-gradient(160deg,#242336,#6b3146 48%,#ff7742); }
.formula { background: linear-gradient(160deg,#141725,#174993 50%,#26d6dd); }
.portal { background: linear-gradient(160deg,#2e185e,#652eb5 50%,#ce5eea); }
.heart { position: absolute; top: 10px; left: 10px; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(16,9,41,.42); color: white; font: 20px/1 Arial; backdrop-filter: blur(6px); }
.heart.is-liked { background: var(--pink); border-color: var(--pink); }
.discount { position: absolute; z-index: 4; top: 12px; right: 11px; padding: 6px 8px; border-radius: 7px; background: var(--brand); color: var(--brand-dark); font: 700 8px/1 "IBM Plex Sans Arabic",Arial,sans-serif; box-shadow: 0 7px 20px var(--brand-glow); }
.product-info { padding: 13px 13px 14px; }
.platform { margin: 0 0 5px; color: var(--muted); font-size: 8px; }
.product-info h3 { min-height: 42px; margin: 0; font-size: 12px; line-height: 1.55; }
.price-row { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 10px; }
.price-row > div { display: flex; flex-direction: column; }
.price-row del { color: #a49ead; font: 400 8px Arial; }
.price-row strong { margin-top: 2px; color: var(--ink); font-size: 15px; }
.quick-add { width: 31px; height: 31px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 9px; background: var(--ink); color: white; font: 300 16px/1 Arial; }
.quick-add .rch-cart-icon { width: 19px; height: 19px; }
.quick-add .rch-cart-icon svg { stroke-width: 1.75; }
.quick-add .rch-cart-icon--bag svg path:nth-child(3) { stroke-width: 2.7; stroke-linecap: round; }
.quick-add:hover { background: var(--brand-hover); }
.quick-add.is-loading { opacity: .55; pointer-events: none; }
.delivery { margin: 10px 0 0; padding-top: 9px; border-top: 1px solid #efedf3; color: #777183; font-size: 8px; }
.delivery span { color: var(--success); font-weight: 700; }

.promo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-top: 64px; }
.promo-card { position: relative; min-height: 300px; overflow: hidden; padding: 38px; border-radius: 24px; }
.promo-card h2 { position: relative; z-index: 2; margin: 10px 0; font-size: 36px; line-height: 1.12; letter-spacing: -.05em; }
.promo-card p { position: relative; z-index: 2; max-width: 285px; margin: 0; font-size: 12px; line-height: 1.7; }
.promo-label { position: relative; z-index: 2; font-size: 9px; font-weight: 700; }
.promo-card > button, .promo-card > a { position: relative; z-index: 3; display: flex; width: fit-content; gap: 30px; margin-top: 24px; padding: 11px 16px; border: 0; border-radius: 10px; font-size: 11px; font-weight: 700; }
.purple-promo { color: white; background: radial-gradient(circle at 85% 25%,#20d5ff,transparent 32%),linear-gradient(135deg,#10283a,#006f98); }
.purple-promo > button, .purple-promo > a { color: var(--brand-dark); background: var(--brand); }
.purple-promo:after { content: ""; position: absolute; width: 310px; height: 310px; left: -40px; bottom: -170px; border: 50px solid rgba(255,255,255,.08); border-radius: 50%; }
.mini-card { position: absolute; left: 62px; top: 50%; width: 170px; height: 220px; display: flex; flex-direction: column; align-items: flex-start; padding: 25px; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; background: linear-gradient(145deg,#8ee9ff,#00c4ff 60%,#063e59); color: var(--brand-dark); transform: translateY(-37%) rotate(-9deg); box-shadow: 0 30px 60px rgba(2,34,48,.35); }
.mini-card i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--ink); color: white; font-style: normal; font-weight: 800; }
.mini-card strong { margin-top: auto; font: 800 18px Arial; }
.mini-card small { font: 700 7px Arial; letter-spacing: .15em; }
.mini-card b { margin-top: 12px; font-size: 18px; }
.lime-promo { color: var(--brand-dark); background: linear-gradient(135deg,#eafbff,#7ee5ff); }
.lime-promo > button, .lime-promo > a { color: white; background: var(--ink); }
.lime-promo:after { content: ""; position: absolute; width: 350px; height: 350px; left: -90px; top: -130px; border: 70px solid rgba(255,255,255,.28); border-radius: 50%; }
.phone-mock { position: absolute; left: 64px; bottom: -58px; width: 180px; height: 265px; display: flex; flex-direction: column; align-items: center; padding: 55px 20px; border: 9px solid var(--ink); border-radius: 34px 34px 0 0; background: #fafaff; transform: rotate(5deg); box-shadow: 0 28px 40px rgba(34,40,10,.2); }
.phone-mock:before { content: ""; position: absolute; top: 9px; width: 50px; height: 6px; background: var(--ink); border-radius: 10px; }
.phone-mock span { color: var(--success); font-size: 9px; }
.phone-mock b { margin-top: 22px; font: 800 34px Arial; color: var(--purple); }
.phone-mock small { font-size: 10px; color: var(--muted); }

.gift-section { margin-top: 70px; padding: 64px 0 68px; background: var(--ink); color: white; }
.light-head .eyebrow { color: var(--lime); }
.light-head .text-link { color: white; }
.gift-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.gift-card { position: relative; min-height: 150px; display: grid; grid-template-columns: 72px 1fr auto; gap: 18px; align-items: center; overflow: hidden; padding: 22px; border: 1px solid rgba(255,255,255,.11); border-radius: 17px; }
.gift-card:before { content: ""; position: absolute; width: 150px; height: 150px; right: -70px; top: -70px; border: 26px solid rgba(255,255,255,.08); border-radius: 50%; }
.gift-logo { width: 62px; height: 82px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.9); color: #181230; font: 800 23px Arial; box-shadow: 0 12px 30px rgba(0,0,0,.22); transform: rotate(3deg); }
.gift-card div { display: flex; flex-direction: column; }
.gift-card strong { font-size: 13px; }
.gift-card small { margin-top: 6px; color: rgba(255,255,255,.6); font-size: 9px; }
.gift-card button, .gift-card > a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(255,255,255,.08); color: white; }
.gift-card button:hover, .gift-card > a:hover { background: white; color: var(--ink); }
.gift-ai { background: linear-gradient(135deg,#06384b,#00aee8); }
.gift-stream { background: linear-gradient(135deg,#851d2f,#d91435); }
.gift-anime { background: linear-gradient(135deg,#9b3c08,#ff8a25); }
.gift-games { background: linear-gradient(135deg,#12333f,#245875); }
.gift-apps { background: linear-gradient(135deg,#2c2180,#6055dc); }
.gift-social { background: linear-gradient(135deg,#7e195e,#e43987); }
.gift-teal { background: linear-gradient(135deg,#075c5c,#13a99d); }
.gift-gold { background: linear-gradient(135deg,#7a4a05,#d99a19); }

.platform-grid {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  gap: 16px;
}
.platform-card {
  position: relative;
  min-height: 276px;
  grid-column: span 5;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  background: #102336;
  color: white;
  isolation: isolate;
  box-shadow: 0 18px 42px rgba(16,27,45,.12);
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease;
}
.platform-card:nth-child(2),
.platform-card:nth-child(3) { grid-column: span 7; }
.platform-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg,rgba(7,17,31,.96) 0,rgba(7,17,31,.64) 34%,rgba(7,17,31,.1) 74%),
    linear-gradient(90deg,rgba(0,196,255,.2),transparent 58%);
}
.platform-card:after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}
.platform-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(16,27,45,.2);
}
.platform-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
.platform-media img {
  position: absolute;
  display: block;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .35s ease;
}
.platform-card:hover .platform-media img { transform: scale(1.045); }
.platform-kicker {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(10,25,40,.38);
  backdrop-filter: blur(12px);
  color: white;
  font: 800 9px Arial;
  letter-spacing: .08em;
}
.platform-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
}
.platform-card small { color: var(--brand); font-size: 9px; font-weight: 700; }
.platform-card strong {
  max-width: 430px;
  margin-top: 5px;
  font-size: clamp(24px,2.3vw,32px);
  line-height: 1.2;
  letter-spacing: -.045em;
}
.platform-card b { margin-top: 6px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 500; }
.platform-arrow {
  position: absolute;
  z-index: 3;
  left: 22px;
  bottom: 22px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  background: rgba(11,26,40,.38);
  backdrop-filter: blur(10px);
  color: white;
  font-size: 16px;
  transition: .25s ease;
}
.platform-card:hover .platform-arrow { background: var(--brand); border-color: var(--brand); color: var(--brand-dark); transform: translateX(-3px); }

.showcase-ai .platform-media img,
.showcase-games .platform-media img,
.showcase-watch .platform-media img,
.showcase-apps .platform-media img {
  inset: 0;
  width: 100%;
  height: 100%;
}
.showcase-ai .platform-media img { object-position: 39% center; }
.showcase-games .platform-media img { object-position: 39% 52%; }
.showcase-watch .platform-media img { object-position: 36% center; }
.showcase-apps .platform-media img { object-position: 35% center; }
.showcase-ai:before,
.showcase-games:before,
.showcase-watch:before,
.showcase-apps:before {
  background:
    linear-gradient(0deg,rgba(5,16,28,.97) 0,rgba(5,16,28,.66) 32%,rgba(5,16,28,.12) 72%),
    linear-gradient(90deg,rgba(5,16,28,.02) 34%,rgba(5,16,28,.52) 100%);
}
.showcase-watch:before {
  background:
    linear-gradient(0deg,rgba(24,7,17,.97) 0,rgba(24,7,17,.65) 32%,rgba(24,7,17,.1) 72%),
    linear-gradient(90deg,rgba(24,7,17,.02) 34%,rgba(24,7,17,.55) 100%);
}

.reviews-section {
  position: relative;
  margin-top: 76px;
  padding: 74px 0 78px;
  overflow: hidden;
  background:
    radial-gradient(circle at 13% 18%,rgba(0,196,255,.18),transparent 28%),
    radial-gradient(circle at 90% 92%,rgba(0,158,214,.12),transparent 30%),
    #0b1723;
  color: white;
  isolation: isolate;
}
.reviews-section:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .3;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg,transparent,#000 24%,#000 76%,transparent);
}
.reviews-heading { position: relative; z-index: 2; text-align: center; }
.reviews-heading > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(0,196,255,.35);
  border-radius: 999px;
  background: rgba(0,196,255,.08);
  color: var(--brand);
  font-size: 9px;
  font-weight: 700;
}
.reviews-heading > span:before { content: "✦"; }
.reviews-heading h2 { margin: 13px 0 7px; font-size: 34px; letter-spacing: -.045em; }
.reviews-heading > p { margin: 0 auto; max-width: 620px; color: #91a6b7; font-size: 11px; line-height: 1.8; }
.reviews-score {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 18px auto 0;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 11px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(10px);
}
.reviews-score b { color: white; font: 800 15px Arial; }
.reviews-score span, .review-stars { direction: ltr; color: #ffd34d; letter-spacing: 1px; font: 700 11px Arial; }
.reviews-score small { color: #8ca1b0; font-size: 8px; }
.reviews-marquees { display: grid; gap: 13px; margin-top: 38px; }
.reviews-window {
  width: 100%;
  overflow: hidden;
  padding-block: 2px;
  direction: ltr;
  mask-image: linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);
}
.reviews-track {
  width: max-content;
  display: flex;
  gap: 13px;
  will-change: transform;
}
.reviews-track-1 { animation: reviewsMoveLeft 42s linear infinite; }
.reviews-track-2 { animation: reviewsMoveRight 47s linear infinite; }
.reviews-window:hover .reviews-track { animation-play-state: paused; }
.review-card {
  width: 360px;
  min-height: 178px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 17px;
  background: rgba(18,37,52,.84);
  box-shadow: 0 18px 50px rgba(0,0,0,.16);
  backdrop-filter: blur(14px);
  direction: rtl;
  transition: .25s ease;
}
.review-card:hover { border-color: rgba(0,196,255,.42); background: rgba(20,44,61,.96); transform: translateY(-2px); }
.review-top { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 10px; }
.review-avatar { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: white; font-weight: 700; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); }
.avatar-blue { background: linear-gradient(145deg,#006fc5,#00c4ff); }
.avatar-orange { background: linear-gradient(145deg,#c34a13,#ff9b35); }
.avatar-navy { background: linear-gradient(145deg,#22345f,#5779d6); }
.avatar-pink { background: linear-gradient(145deg,#a92965,#ff6da4); }
.avatar-green { background: linear-gradient(145deg,#147548,#44c783); }
.avatar-violet { background: linear-gradient(145deg,#6235a5,#a77bff); }
.review-top > div { display: flex; flex-direction: column; }
.review-top strong { font-size: 11px; }
.review-top small { margin-top: 3px; color: #8298a8; font-size: 8px; }
.review-top small i { display: inline-grid; place-items: center; width: 13px; height: 13px; margin-left: 3px; border-radius: 50%; background: var(--brand); color: var(--brand-dark); font-style: normal; font-size: 8px; }
.review-stars { font-size: 9px; }
.review-card blockquote { flex: 1; margin: 16px 0 13px; color: #dce8ef; font-size: 11px; line-height: 1.8; }
.review-product { display: flex; align-items: center; gap: 8px; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.08); }
.review-product span { padding: 5px 8px; border-radius: 7px; background: rgba(0,196,255,.12); color: var(--brand); font: 700 8px Arial; }
.review-product small { color: #71899a; font-size: 8px; }

.benefits { margin-top: 70px; padding: 34px 0; border-block: 1px solid var(--line); background: white; }
.benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.benefits article { display: flex; align-items: center; gap: 15px; padding: 0 26px; border-left: 1px solid var(--line); }
.benefits article:last-child { border: 0; }
.benefits article > span { width: 45px; height: 45px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 13px; background: var(--brand-soft); color: var(--brand-hover); font-size: 20px; }
.benefits strong { font-size: 12px; }
.benefits p { margin: 3px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; }

.newsletter { margin-block: 70px; min-height: 270px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 46px 58px; overflow: hidden; border-radius: 25px; background: linear-gradient(135deg,#007fa9,#00bce9); color: white; position: relative; }
.newsletter:before, .newsletter:after { content: ""; position: absolute; border-radius: 50%; border: 40px solid rgba(255,255,255,.08); }
.newsletter:before { width: 280px; height: 280px; right: -150px; top: -140px; }
.newsletter:after { width: 190px; height: 190px; left: -100px; bottom: -120px; }
.newsletter > div, .newsletter form { position: relative; z-index: 2; }
.newsletter > div > span { color: var(--brand-soft); font-size: 10px; font-weight: 700; }
.newsletter h2 { margin: 8px 0 0; font-size: 36px; line-height: 1.2; letter-spacing: -.05em; }
.newsletter form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 7px; border-radius: 15px; background: white; }
.newsletter input { min-width: 0; height: 48px; padding: 0 15px; border: 0; outline: 0; color: var(--ink); }
.newsletter button { padding: 0 19px; border: 0; border-radius: 10px; background: var(--ink); color: white; font-size: 11px; font-weight: 700; }
.newsletter button span { margin-right: 13px; }
.newsletter form small { grid-column: 1 / -1; padding: 0 8px 5px; color: #777183; font-size: 7px; }

footer { background: #0e0921; color: white; }
.footer-main { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 50px; padding-block: 60px 45px; }
.brand-footer strong { color: white; }
.brand-footer small { color: var(--lime); }
.footer-brand > p { max-width: 320px; margin: 20px 0; color: #8f899f; font-size: 11px; line-height: 1.9; }
.socials { display: flex; gap: 8px; }
.socials a { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #302943; border-radius: 9px; color: #b8b1c8; }
.socials a:hover { border-color: var(--lime); color: var(--lime); }
.footer-main > div:not(:first-child) { display: flex; flex-direction: column; gap: 12px; }
.footer-main h3 { margin: 4px 0 8px; color: white; font-size: 12px; }
.footer-main > div:not(:first-child) a { color: #918aa2; font-size: 10px; }
.footer-main > div:not(:first-child) a:hover { color: white; }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #2a243b; color: #70697f; font-size: 8px; }
.footer-bottom div { display: flex; gap: 6px; }
.footer-bottom span { padding: 5px 8px; border-radius: 5px; background: #fff; color: #211b32; font: 700 8px Arial; }
.cart-toast { position: fixed; z-index: 90; bottom: 24px; left: 24px; display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: 12px; background: var(--ink); color: white; box-shadow: 0 15px 40px rgba(16,9,41,.3); font-size: 11px; animation: toastIn .3s ease; }
.cart-toast b { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--brand); color: var(--brand-dark); font: 700 10px Arial; }
.rch-cart-dialog[hidden] { display: none!important; }
.rch-cart-dialog {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  direction: rtl;
  font-family: "IBM Plex Sans Arabic", Arial, sans-serif;
}
.rch-cart-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7,18,34,.58);
  backdrop-filter: blur(7px);
  animation: rchDialogFade .22s ease both;
}
.rch-cart-dialog__panel {
  width: min(430px,100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 34px 32px 30px;
  border: 1px solid rgba(0,196,255,.25);
  border-radius: 24px;
  outline: 0;
  background:
    radial-gradient(circle at 15% 0,rgba(0,196,255,.12),transparent 36%),
    #fff;
  color: var(--ink);
  text-align: center;
  box-shadow: 0 30px 90px rgba(5,22,41,.32);
  animation: rchDialogIn .3s cubic-bezier(.2,.8,.2,1) both;
}
.rch-cart-dialog__panel:before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  left: -100px;
  top: -115px;
  border: 28px solid rgba(0,196,255,.08);
  border-radius: 50%;
}
.rch-cart-dialog__close {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f7fafb;
  color: #61717a;
  cursor: pointer;
}
.rch-cart-dialog__close:hover { border-color: var(--brand); color: var(--brand-hover); }
.rch-cart-dialog__close svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.rch-cart-dialog__success {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border: 8px solid #e8fbf3;
  border-radius: 50%;
  background: #26c981;
  color: #fff;
  box-shadow: 0 12px 30px rgba(38,201,129,.25);
}
.rch-cart-dialog__success svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.rch-cart-dialog__eyebrow { display: block; color: var(--brand-hover); font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.rch-cart-dialog h2 { margin: 7px 0 7px; color: var(--ink); font-size: 25px; line-height: 1.35; letter-spacing: -.035em; }
.rch-cart-dialog p { max-width: 330px; margin: 0 auto; color: var(--muted); font-size: 12px; line-height: 1.8; }
.rch-cart-dialog__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
.rch-cart-dialog__actions button,
.rch-cart-dialog__actions a {
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0;
  padding: 0 15px;
  border-radius: 12px;
  font: 700 12px/1.2 "IBM Plex Sans Arabic",Arial,sans-serif;
  cursor: pointer;
}
.rch-cart-dialog__continue { border: 1px solid var(--line); background: #f8fafb; color: var(--ink); }
.rch-cart-dialog__continue:hover { border-color: #bdd0d6; background: #f1f7f9; }
.rch-cart-dialog__cart { border: 1px solid var(--ink); background: var(--ink); color: #fff!important; box-shadow: 0 12px 25px rgba(16,27,45,.18); }
.rch-cart-dialog__cart:hover { border-color: var(--brand-hover); background: var(--brand-hover); }
.rch-cart-dialog__cart svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
html.rch-cart-dialog-open,
html.rch-cart-dialog-open body { overflow: hidden!important; }

@keyframes pulse { 50% { opacity: .3; } }
@keyframes floaty { 50% { transform: translateY(-8px); } }
@keyframes toastIn { from { transform: translateY(15px); opacity: 0; } }
@keyframes rchDialogFade { from { opacity: 0; } }
@keyframes rchDialogIn { from { opacity: 0; transform: translateY(16px) scale(.97); } }
@keyframes reviewsMoveLeft {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 6.5px)); }
}
@keyframes reviewsMoveRight {
  from { transform: translateX(calc(-50% - 6.5px)); }
  to { transform: translateX(0); }
}

@media (max-width: 1050px) {
  .header-main { grid-template-columns: 160px 1fr 170px; }
  .account-button i { display: none; }
  .header-tools { gap: 0; }
  .nav-inner { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-mode-bar { grid-template-columns: 150px 1fr; }
  .mode-tabs button { padding-inline: 10px; }
  .mode-tabs i { display: none; }
  .preview-layout { grid-template-columns: 1fr 200px; }
  .stack-layout { grid-template-columns: 330px 1fr; gap: 45px; }
  .stack-copy h1 { font-size: 46px; }
  .product-rail { grid-auto-columns: calc((100% - 45px) / 4); }
  .mini-card, .phone-mock { left: 25px; }
  .gift-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 620px); }
  .top-note { justify-content: space-between; }
  .header-main { height: auto; min-height: 70px; grid-template-columns: 1fr auto; gap: 12px; padding-block: 10px; }
  .brand strong { font-size: 21px; }
  .brand-logo { width: 36px; height: 36px; }
  .search-wrap { grid-column: 1 / -1; grid-row: 2; width: 100%; margin-bottom: 4px; }
  .header-tools { grid-column: 2; grid-row: 1; }
  .account-button { display: flex; min-width: 0; margin-right: 0; }
  .account-button i { display: none; }
  .nav-inner { width: 100%; padding-inline: 14px; overflow-x: auto; scrollbar-width: none; }
  .nav-inner::-webkit-scrollbar { display: none; }
  .all-categories { margin-right: -14px; }
  .locale { display: none; }
  .hero-mode-bar { min-height: auto; display: block; padding-block: 14px 12px; }
  .mode-intro { display: none; }
  .mode-tabs { height: 58px; display: flex; gap: 7px; overflow-x: auto; scrollbar-width: none; }
  .mode-tabs::-webkit-scrollbar { display: none; }
  .mode-tabs button { flex: 0 0 auto; min-width: 125px; padding-inline: 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; }
  .mode-tabs button.is-active { border-color: rgba(0,196,255,.5); box-shadow: inset 0 -2px var(--brand); }
  .hero-stage { min-height: 460px; }
  .cinematic-frame { min-height: 460px; }
  .cinematic-frame > img { object-position: 40% center; }
  .minimal-offer { justify-content: flex-end; padding-bottom: 92px; }
  .minimal-offer h1 { max-width: 290px; margin: 8px 0 17px; font-size: 39px; }
  .image-shade { background: linear-gradient(0deg,rgba(5,2,15,.96) 0,rgba(5,2,15,.24) 68%,rgba(5,2,15,.05)); }
  .banner-badge { top: 22px; left: 18px; min-width: 72px; min-height: 72px; font-size: 10px; }
  .slider-controls { bottom: 18px; }
  .mode-previews { padding: 12px 0 80px; }
  .preview-layout { min-height: 430px; display: flex; flex-direction: column; }
  .preview-main { min-height: 335px; }
  .preview-main > img { object-position: 38% center; }
  .preview-main .minimal-offer { justify-content: flex-end; padding: 24px 22px 28px; }
  .preview-main .minimal-offer h1 { font-size: 34px; }
  .preview-list { height: 80px; display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: 1fr; }
  .preview-list button:hover, .preview-list button.is-active { transform: translateY(-3px); }
  .preview-list span b { display: none; }
  .mode-stacked { min-height: 560px; }
  .stack-layout { min-height: 520px; display: flex; flex-direction: column-reverse; justify-content: center; gap: 22px; padding-block: 30px 78px; }
  .stack-copy { width: 100%; }
  .stack-copy h1 { max-width: none; margin-block: 7px; font-size: 35px; }
  .stack-copy p { display: none; }
  .stack-copy a { min-height: 40px; margin-top: 7px; }
  .card-stack { width: 100%; min-height: 175px; }
  .stack-card { top: 0; height: auto; aspect-ratio: 2.5 / 1; border-radius: 17px; }
  .rc-home button.stack-card { border-radius: 17px !important; }
  .stack-card img { object-fit: contain; object-position: center; }
  .rc-home button.stack-card img { object-fit: contain !important; }
  .stack-1 { transform: rotateY(-8deg) translateX(24px) translateY(-13px) scale(.93); }
  .stack-2 { transform: rotateY(-12deg) translateX(45px) translateY(-27px) scale(.85); }
  .mode-panorama { min-height: 470px; padding-block: 15px 78px; }
  .panorama-window { min-height: 350px; }
  .panorama-window:before, .panorama-window:after { width: 3vw; bottom: 42px; }
  .panorama-track {
    --journey-card-width: 84vw;
    --journey-shift: 76vw;
    height: 310px;
  }
  .journey-card { height: 300px; border-radius: 18px; }
  .panorama-track img { object-position: 36% center; }
  .panorama-track span { right: 22px; bottom: 25px; }
  .panorama-track b { font-size: 22px; }
  .journey-line { width: calc(100% - 28px); }
  .hero-grid { min-height: 690px; display: block; }
  .hero-copy { padding: 42px 0 8px; text-align: center; }
  .pill { margin-inline: auto; }
  .hero h1 { font-size: 50px; }
  .hero-copy > p { margin-inline: auto; font-size: 14px; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-art { min-height: 330px; }
  .orb-one { width: 310px; height: 310px; left: 10%; }
  .ring-one { width: 360px; height: 230px; left: 0; }
  .ring-two { width: 290px; height: 185px; }
  .controller { width: 230px; height: 140px; left: 20%; }
  .controller:before, .controller:after { width: 70px; height: 82px; bottom: -35px; }
  .pad-left { top: 40px; right: 40px; font-size: 33px; }
  .pad-right { top: 37px; left: 37px; width: 41px; height: 41px; font-size: 18px; }
  .controller i { width: 34px; height: 34px; }
  .stick-a { right: 75px; top: 73px; }
  .stick-b { left: 73px; top: 76px; }
  .deal-badge { width: 90px; height: 90px; top: 15px; left: 5px; }
  .deal-badge strong { font-size: 25px; }
  .floating-card { display: none; }
  .category-rail a { min-width: 145px; }
  .shop-section { padding-top: 52px; }
  .section-head h2 { font-size: 23px; }
  .head-actions .arrow { display: none; }
  .product-rail {
    width: 100%;
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: 1fr;
    gap: 12px;
    overflow: visible;
    scroll-snap-type: none;
  }
  .product-card {
    min-height: 168px;
    display: grid;
    grid-template-columns: 124px minmax(0,1fr);
    grid-template-rows: 168px;
    overflow: hidden;
    border-color: #c4e8f2;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(16,48,61,.055);
  }
  .product-card:hover { transform: none; box-shadow: 0 8px 20px rgba(16,48,61,.055); }
  .product-card .cover {
    grid-column: 1;
    grid-row: 1;
    width: 124px;
    height: 168px;
    aspect-ratio: auto;
    border-radius: 0;
  }
  .product-card .product-art { object-position: center; }
  .product-card .discount {
    top: 9px;
    right: 8px;
    max-width: 106px;
    padding: 5px 7px;
    font-size: 7px;
    white-space: nowrap;
  }
  .product-card .real-product-cover .cover-kicker {
    right: 8px;
    bottom: 8px;
    max-width: 106px;
    padding: 4px 6px;
    overflow: hidden;
    font-size: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-card .heart {
    z-index: 7;
    top: 0;
    left: 13px;
    width: 34px;
    height: 43px;
    border: 1px solid #b7e5f2;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    background: var(--brand-soft);
    color: var(--ink);
    font-size: 20px;
    backdrop-filter: none;
  }
  .product-card .heart.is-liked { background: var(--pink); border-color: var(--pink); color: white; }
  .product-info {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 13px 13px 11px 57px;
  }
  .product-info .platform {
    margin-bottom: 4px;
    color: var(--purple);
    font-size: 8px;
    font-weight: 600;
  }
  .product-info h3 {
    min-height: 0;
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .product-info .price-row {
    margin-top: auto;
    align-items: flex-end;
  }
  .product-info .price-row strong { font-size: 18px; }
  .product-info .quick-add {
    position: absolute;
    z-index: 7;
    left: 13px;
    bottom: 13px;
    width: 38px;
    height: 38px;
    border: 1px solid var(--brand);
    border-radius: 7px;
    background: var(--brand);
    color: var(--brand-dark);
    box-shadow: 0 8px 20px var(--brand-glow);
  }
  .product-info .delivery {
    width: fit-content;
    margin-top: 5px;
    padding-top: 0;
    border: 0;
    color: var(--success);
    font-size: 8px;
    font-weight: 600;
  }
  .promo-grid { grid-template-columns: 1fr; padding-top: 50px; }
  .promo-card { min-height: 300px; padding: 30px; }
  .promo-card h2 { font-size: 31px; }
  .mini-card, .phone-mock { left: 18px; }
  .gift-section { margin-top: 52px; padding-block: 50px; }
  .gift-grid { grid-template-columns: 1fr; }
  .platform-grid { grid-template-columns: 1fr 1fr; }
  .platform-card,
  .platform-card:nth-child(2),
  .platform-card:nth-child(3) {
    min-height: 230px;
    grid-column: auto;
    padding: 22px;
  }
  .platform-card strong { max-width: 250px; font-size: 24px; }
  .reviews-section { margin-top: 56px; padding-block: 56px 60px; }
  .reviews-heading h2 { font-size: 28px; }
  .reviews-heading > p { max-width: 92%; }
  .reviews-marquees { margin-top: 30px; }
  .review-card { width: 300px; min-height: 170px; padding: 17px; }
  .benefits-grid { grid-template-columns: 1fr 1fr; gap: 24px 0; }
  .benefits article:nth-child(2) { border-left: 0; }
  .newsletter { grid-template-columns: 1fr; gap: 28px; padding: 38px 28px; }
  .newsletter h2 { font-size: 30px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-wrap: wrap; justify-content: center; padding-block: 18px; }
}

@media (max-width: 782px) {
  .rch-template.admin-bar .site-header { top: 46px; }
}

@media (max-width: 480px) {
  .top-note { font-size: 9px; }
  .top-note a { display: none; }
  .header-tools .icon-button:first-child { display: none; }
  .mode-tabs button { min-width: 118px; }
  .slider-progress { width: 100px; }
  .slider-controls > button { width: 34px; height: 34px; }
  .minimal-offer a { min-height: 42px; }
  .hero h1 { font-size: 43px; }
  .hero-actions a { flex: 1; padding: 0 12px; gap: 10px; }
  .trust-row { gap: 10px; font-size: 8px; }
  .trust-row span { padding-left: 10px; }
  .hero-art { transform: translateX(-2%); }
  .product-card {
    min-height: 156px;
    grid-template-columns: 112px minmax(0,1fr);
    grid-template-rows: 156px;
  }
  .product-card .cover { width: 112px; height: 156px; }
  .product-info { padding: 12px 10px 10px 52px; }
  .product-info h3 { font-size: 11px; }
  .product-info .price-row strong { font-size: 17px; }
  .product-card .heart, .product-info .quick-add { left: 10px; }
  .rch-cart-dialog { padding: 14px; align-items: end; }
  .rch-cart-dialog__panel { width: 100%; padding: 31px 20px 20px; border-radius: 22px 22px 16px 16px; }
  .rch-cart-dialog h2 { font-size: 22px; }
  .rch-cart-dialog__actions { grid-template-columns: 1fr; }
  .rch-cart-dialog__cart { grid-row: 1; }
  .promo-card { min-height: 390px; }
  .promo-card p { max-width: 200px; }
  .mini-card { top: auto; bottom: -65px; left: 50%; transform: translateX(-50%) rotate(-7deg); }
  .phone-mock { left: 50%; transform: translateX(-50%) rotate(3deg); }
  .platform-grid { grid-template-columns: 1fr; gap: 12px; }
  .platform-card,
  .platform-card:nth-child(2),
  .platform-card:nth-child(3) {
    min-height: 215px;
    grid-column: auto;
    padding: 20px;
    border-radius: 18px;
  }
  .platform-card strong { max-width: calc(100% - 52px); font-size: 24px; }
  .platform-card b { font-size: 10px; }
  .platform-arrow { left: 18px; bottom: 18px; width: 38px; height: 38px; }
  .reviews-section { padding-block: 48px 52px; }
  .reviews-heading h2 { font-size: 25px; }
  .reviews-heading > p { font-size: 10px; }
  .reviews-score { margin-top: 15px; }
  .reviews-marquees { gap: 10px; margin-top: 26px; }
  .review-card { width: 282px; min-height: 164px; padding: 15px; border-radius: 15px; }
  .review-card blockquote { margin-block: 13px 10px; font-size: 10px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits article { border-left: 0; }
  .newsletter form { grid-template-columns: 1fr; background: transparent; padding: 0; }
  .newsletter input { border-radius: 10px; }
  .newsletter button { min-height: 46px; background: var(--brand); color: var(--brand-dark); }
  .newsletter form small { color: rgba(255,255,255,.6); padding-inline: 2px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; }
}
