
/* =========================================================
   01) Design Tokens / Global CSS Variables
   المتغيرات العامة للهوية: الألوان، الخطوط، الظلال، الحركة، المقاسات
   ========================================================= */

:root {
  --carbon: #071018;
  --carbon-2: #0b1620;
  --carbon-3: #102331;
  --carbon-4: #173346;

  --teal: #23c6bd;
  --teal-2: #39eee3;
  --teal-dim: rgba(35, 198, 189, 0.13);
  --teal-line: rgba(35, 198, 189, 0.32);

  --gold: #d9af55;
  --gold-dim: rgba(217, 175, 85, 0.12);

  --white: #fff;
  --text: #e7eef4;
  --muted: #9aabb7;
  --light: #647785;

  --border: rgba(255, 255, 255, 0.08);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.36);

  --font: "IBM Plex Sans Arabic", system-ui, sans-serif;

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --spring: cubic-bezier(0.34, 1.56, 0.64, 1);

  --max-w: 1240px;
  --topbar-h: 42px;
  --nav-h: 82px;
  --header-h: 124px;
}

/* Active testimonial quote icon — subtle premium highlight */
body[data-page="home"] [data-scope="moeen-home-testimonials-slider"]
  .moeen-testimonial-slide.moeen-testimonial-slide.is-active::after {
  color: #c79d36;
  opacity: 0.82;
  text-shadow:
    0 0 10px rgba(217, 175, 85, 0.34),
    0 5px 18px rgba(139, 96, 10, 0.18);
  filter: drop-shadow(0 0 4px rgba(255, 220, 132, 0.22));
  transition: color 320ms ease, opacity 320ms ease, text-shadow 320ms ease;
}

/* === Home testimonials: light active card premium contrast === */
body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonials-slider__viewport {
  padding-block: 22px 28px;
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide {
  min-height: 300px;
  border-color: rgba(53, 240, 227, 0.10);
  background:
    radial-gradient(circle at 50% 0%, rgba(53, 240, 227, 0.06), transparent 44%),
    linear-gradient(180deg, rgba(7, 20, 27, 0.92), rgba(3, 10, 15, 0.96));
  opacity: 0.54;
  transform: scale(0.955);
  filter: saturate(0.85);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide::before {
  inset-inline: 56px;
  background: linear-gradient(90deg, transparent, rgba(53, 240, 227, 0.22), transparent);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide::after {
  content: "”";
  top: 38px;
  inset-inline-start: 30px;
  color: rgba(217, 175, 85, 0.20);
  font-size: 72px;
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active {
  border-color: rgba(53, 240, 227, 0.38);
  background:
    radial-gradient(circle at 82% 0%, rgba(53, 240, 227, 0.16), transparent 34%),
    linear-gradient(180deg, #fbffff 0%, #eef8f7 100%);
  box-shadow:
    0 30px 76px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.72) inset,
    0 0 46px rgba(53, 240, 227, 0.12);
  opacity: 1;
  transform: translateY(-8px) scale(1.018);
  filter: none;
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active::before {
  height: 3px;
  background: linear-gradient(90deg, transparent, #35f0e3, #d9af55, transparent);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active::after {
  color: rgba(217, 175, 85, 0.24);
  opacity: 1;
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide__media {
  width: 66px;
  height: 66px;
  border: 1px solid rgba(53, 240, 227, 0.22);
  background: #ffffff;
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.18),
    0 0 0 5px rgba(53, 240, 227, 0.04);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active .moeen-testimonial-slide__media {
  border-color: rgba(217, 175, 85, 0.48);
  box-shadow:
    0 16px 34px rgba(7, 24, 31, 0.16),
    0 0 0 6px rgba(217, 175, 85, 0.10);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide__tag {
  border-color: rgba(53, 240, 227, 0.14);
  color: rgba(237, 250, 250, 0.62);
  background: rgba(53, 240, 227, 0.045);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active .moeen-testimonial-slide__tag {
  border-color: rgba(6, 133, 125, 0.18);
  color: #057c75;
  background: rgba(53, 240, 227, 0.12);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide blockquote {
  max-width: 330px;
  color: rgba(237, 250, 250, 0.64);
  font-size: 15.5px;
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active blockquote {
  color: #071820;
  font-weight: 900;
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide__footer::before {
  background: rgba(53, 240, 227, 0.14);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active .moeen-testimonial-slide__footer::before {
  background: linear-gradient(90deg, transparent, rgba(7, 124, 117, 0.26), transparent);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide__footer strong {
  color: #35f0e3;
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active .moeen-testimonial-slide__footer strong {
  color: #067d76;
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide__footer span {
  color: rgba(237, 250, 250, 0.42);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active .moeen-testimonial-slide__footer span {
  color: rgba(7, 24, 32, 0.52);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonials-slider__dots button {
  width: 8px;
  height: 8px;
  background: rgba(237, 250, 250, 0.18);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonials-slider__dots button.is-active {
  width: 34px;
  background: linear-gradient(90deg, #35f0e3, #d9af55);
  box-shadow: 0 0 18px rgba(53, 240, 227, 0.22);
}

@media (max-width: 760px) {
  body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide,
  body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active {
    transform: none;
    min-height: 278px;
  }
}

/* =========================================================
   Moeen pricing — modern service selector v2
   ========================================================= */
body[data-page="pricing"] {
  background: radial-gradient(circle at 12% 8%, rgba(35,198,189,.05), transparent 26%), linear-gradient(180deg,#06131d 0%,#071924 56%,#06131d 100%);
}
[data-scope="moeen-command-pricing"] {
  --mcp-v2-line: rgba(141,177,194,.2);
  --mcp-v2-line-strong: rgba(141,177,194,.34);
  --mcp-v2-title: #f2f7f8;
  padding: 0 0 104px;
  background: transparent;
}
[data-scope="moeen-command-pricing"] .mcp-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
[data-scope="moeen-command-pricing"] .mcp-head {
  position: relative;
  max-width: none;
  min-height: 410px;
  margin: 0 0 64px;
  padding: 92px 0 70px 42%;
  overflow: hidden;
  border-bottom: 1px solid var(--mcp-v2-line);
  text-align: right;
}
[data-scope="moeen-command-pricing"] .mcp-head::before {
  content: "";
  position: absolute;
  top: 52px;
  left: 1%;
  width: 34%;
  aspect-ratio: 1.2;
  border: 1px solid rgba(35,198,189,.19);
  background: linear-gradient(135deg,transparent 40%,rgba(35,198,189,.07) 40% 41%,transparent 41%), radial-gradient(circle at 65% 35%,rgba(213,172,92,.26) 0 4%,transparent 4.5%), radial-gradient(circle at 50% 50%,transparent 0 25%,rgba(35,198,189,.13) 25.5% 26%,transparent 26.5% 42%,rgba(35,198,189,.09) 42.5% 43%,transparent 43.5%), #0a2636;
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}
[data-scope="moeen-command-pricing"] .mcp-head::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12%;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(35,198,189,.35);
  transform: translateY(-50%) rotate(45deg);
  box-shadow: 28px -28px 0 -1px rgba(8,39,54,.9), 28px -28px 0 0 rgba(35,198,189,.16);
}
[data-scope="moeen-command-pricing"] .mcp-head h1 {
  max-width: 690px;
  margin: 0;
  color: var(--mcp-v2-title);
  font-size: clamp(45px,5vw,66px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.03em;
}
[data-scope="moeen-command-pricing"] .mcp-head p {
  max-width: 680px;
  margin: 22px 0 0;
  color: #b4c3cb;
  font-size: 18px;
  line-height: 1.95;
}
[data-scope="moeen-command-pricing"] .mcp-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
[data-scope="moeen-command-pricing"] .mcp-shell::before { display: none; }
[data-scope="moeen-command-pricing"] .mcp-services {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 18px;
}
[data-scope="moeen-command-pricing"] .mcp-service {
  grid-column: span 2;
  display: flex;
  min-height: 410px;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--mcp-v2-line);
  border-radius: 4px;
  background: linear-gradient(180deg,rgba(14,43,59,.72),rgba(8,29,42,.72));
  box-shadow: 0 18px 50px rgba(0,0,0,.1);
  text-align: right;
  transition: transform .24s ease,border-color .24s ease,background .24s ease;
}
[data-scope="moeen-command-pricing"] .mcp-service:nth-child(4),
[data-scope="moeen-command-pricing"] .mcp-service:nth-child(5) {
  grid-column: span 3;
  min-height: 365px;
}
[data-scope="moeen-command-pricing"] .mcp-service:hover {
  transform: translateY(-5px);
  border-color: rgba(35,198,189,.42);
  background: linear-gradient(180deg,rgba(15,49,66,.82),rgba(9,33,46,.82));
}
[data-scope="moeen-command-pricing"] .mcp-service.is-active {
  border-color: rgba(35,198,189,.78);
  background: radial-gradient(circle at 10% 0%,rgba(35,198,189,.09),transparent 34%),linear-gradient(180deg,rgba(15,49,66,.84),rgba(9,33,46,.84));
  box-shadow: inset 0 -3px 0 #23c6bd,0 22px 58px rgba(0,0,0,.16);
}
[data-scope="moeen-command-pricing"] .mcp-featured-badge { display: none; }
[data-scope="moeen-command-pricing"] .mcp-service__icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 25px;
  place-items: center;
  border: 1px solid rgba(35,198,189,.33);
  border-radius: 4px;
  background: rgba(35,198,189,.06);
  color: #38d0c6;
}
[data-scope="moeen-command-pricing"] .mcp-service__icon svg { width: 27px; height: 27px; }
[data-scope="moeen-command-pricing"] .mcp-service__content { display: block; }
[data-scope="moeen-command-pricing"] .mcp-service__content strong {
  display: block;
  margin-bottom: 10px;
  color: var(--mcp-v2-title);
  font-size: 20px;
  font-weight: 750;
  line-height: 1.45;
}
[data-scope="moeen-command-pricing"] .mcp-service__content small {
  display: block;
  min-height: 54px;
  color: #9db0ba;
  font-size: 14px;
  line-height: 1.8;
}
[data-scope="moeen-command-pricing"] .mcp-service__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 18px 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--mcp-v2-line);
  color: #dcb45f;
}
[data-scope="moeen-command-pricing"] .mcp-service__price strong { color: #e7bd61; font-size: 27px; font-weight: 800; }
[data-scope="moeen-command-pricing"] .mcp-service__price small { color: #afbdc4; font-size: 12px; }
[data-scope="moeen-command-pricing"] .mcp-service__deliverables {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}
[data-scope="moeen-command-pricing"] .mcp-service__deliverables span {
  position: relative;
  padding-right: 16px;
  color: #b8c8cf;
  font-size: 13px;
  line-height: 1.65;
}
[data-scope="moeen-command-pricing"] .mcp-service__deliverables span::before {
  content: "";
  position: absolute;
  top: .7em;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #23c6bd;
}
[data-scope="moeen-command-pricing"] .mcp-service__action {
  display: inline-flex;
  min-width: 0;
  width: max-content;
  height: auto;
  margin-top: auto;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 0;
  background: none;
  color: #4ed6cd;
  font-size: 13px;
  font-weight: 700;
}
[data-scope="moeen-command-pricing"] .mcp-service__action svg { width: 16px; height: 16px; }
[data-scope="moeen-command-pricing"] .mcp-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px,.88fr) minmax(0,1.12fr);
  gap: 0 46px;
  min-height: 440px;
  padding: 48px;
  overflow: hidden;
  border: 1px solid var(--mcp-v2-line-strong);
  border-radius: 4px;
  background: radial-gradient(circle at 100% 0%,rgba(35,198,189,.07),transparent 30%),#0a2130;
  box-shadow: 0 26px 70px rgba(0,0,0,.16);
  scroll-margin-top: 100px;
}
[data-scope="moeen-command-pricing"] .mcp-panel::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / 8;
  min-height: 342px;
  border: 1px solid rgba(35,198,189,.18);
  background: linear-gradient(135deg,transparent 49%,rgba(35,198,189,.1) 49.5% 50%,transparent 50.5%),radial-gradient(circle at 62% 38%,rgba(213,172,92,.62) 0 4%,transparent 4.5%),radial-gradient(circle at center,transparent 0 24%,rgba(35,198,189,.16) 24.5% 25%,transparent 25.5% 42%,rgba(35,198,189,.1) 42.5% 43%,transparent 43.5%),#0c2c3d;
}
[data-scope="moeen-command-pricing"] .mcp-panel > * { grid-column: 2; }
[data-scope="moeen-command-pricing"] .mcp-panel__icon { display: none; }
[data-scope="moeen-command-pricing"] .mcp-panel__eyebrow { margin-bottom: 8px; color: #3cd2c8; font-size: 12px; font-weight: 750; }
[data-scope="moeen-command-pricing"] .mcp-panel h3 {
  margin: 0 0 12px;
  color: var(--mcp-v2-title);
  font-size: clamp(30px,3vw,42px);
  line-height: 1.35;
}
[data-scope="moeen-command-pricing"] .mcp-panel > p { max-width: 630px; margin: 0 0 22px; color: #b6c6cd; font-size: 16px; line-height: 1.9; }
[data-scope="moeen-command-pricing"] .mcp-panel__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  background: none;
}
[data-scope="moeen-command-pricing"] .mcp-panel__price span { color: #92a7b2; font-size: 12px; }
[data-scope="moeen-command-pricing"] .mcp-panel__price strong { color: #e7bd61; font-size: 28px; }
[data-scope="moeen-command-pricing"] .mcp-panel__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 0 0 26px;
  padding: 22px 0;
  border-top: 1px solid var(--mcp-v2-line);
  border-bottom: 1px solid var(--mcp-v2-line);
}
[data-scope="moeen-command-pricing"] .mcp-panel__info > div { padding: 0; border: 0; background: none; }
[data-scope="moeen-command-pricing"] .mcp-panel__info > div + div { padding-right: 24px; border-right: 1px solid var(--mcp-v2-line); }
[data-scope="moeen-command-pricing"] .mcp-panel__info span { display: block; margin-bottom: 7px; color: #45d1c7; font-size: 13px; font-weight: 750; }
[data-scope="moeen-command-pricing"] .mcp-panel__info p { color: #b7c6cd; font-size: 13px; line-height: 1.8; }
[data-scope="moeen-command-pricing"] .mcp-panel__actions { margin-top: auto; }
[data-scope="moeen-command-pricing"] .mcp-primary {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 3px;
  background: #18bdb4;
  color: #04171f;
  font-size: 14px;
  font-weight: 800;
}
[data-scope="moeen-command-pricing"] .mcp-process {
  margin-top: 90px;
  padding-top: 68px;
  border-top: 1px solid var(--mcp-v2-line);
}
[data-scope="moeen-command-pricing"] .mcp-process > header { max-width: 650px; margin-bottom: 42px; }
[data-scope="moeen-command-pricing"] .mcp-process h2 { margin: 0 0 12px; color: var(--mcp-v2-title); font-size: clamp(34px,4vw,48px); line-height: 1.35; }
[data-scope="moeen-command-pricing"] .mcp-process > header p { color: #9eb0b9; font-size: 16px; line-height: 1.8; }
[data-scope="moeen-command-pricing"] .mcp-process__steps {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--mcp-v2-line);
  border-bottom: 1px solid var(--mcp-v2-line);
}

[data-scope="moeen-command-pricing"] .mcp-process__steps h3 { margin: 0 0 10px; color: #edf4f6; font-size: 20px; }
[data-scope="moeen-command-pricing"] .mcp-process__steps p { margin: 0; color: #9db0b9; font-size: 14px; line-height: 1.85; }
@media (max-width:980px) {
  [data-scope="moeen-command-pricing"] .mcp-head { min-height: 350px; padding-left: 35%; }
  [data-scope="moeen-command-pricing"] .mcp-services { grid-template-columns: repeat(2,minmax(0,1fr)); }
  [data-scope="moeen-command-pricing"] .mcp-service,
  [data-scope="moeen-command-pricing"] .mcp-service:nth-child(4),
  [data-scope="moeen-command-pricing"] .mcp-service:nth-child(5) { grid-column: span 1; }
  [data-scope="moeen-command-pricing"] .mcp-service:last-child { grid-column: 1 / -1; }
  [data-scope="moeen-command-pricing"] .mcp-panel { grid-template-columns: 1fr; }
  [data-scope="moeen-command-pricing"] .mcp-panel::before { grid-column: 1; grid-row: auto; min-height: 260px; margin-bottom: 30px; }
  [data-scope="moeen-command-pricing"] .mcp-panel > * { grid-column: 1; }
}
@media (max-width:680px) {
  [data-scope="moeen-command-pricing"] { padding-bottom: 72px; }
  [data-scope="moeen-command-pricing"] .mcp-container { width: min(100% - 28px,1180px); }
  [data-scope="moeen-command-pricing"] .mcp-head { min-height: 0; margin-bottom: 42px; padding: 280px 0 42px; }
  [data-scope="moeen-command-pricing"] .mcp-head::before { top: 20px; left: 0; width: 100%; height: 230px; aspect-ratio: auto; }
  [data-scope="moeen-command-pricing"] .mcp-head::after { top: 130px; left: calc(50% - 55px); }
  [data-scope="moeen-command-pricing"] .mcp-head h1 { font-size: 39px; line-height: 1.32; }
  [data-scope="moeen-command-pricing"] .mcp-head p { font-size: 16px; }
  [data-scope="moeen-command-pricing"] .mcp-services { grid-template-columns: 1fr; }
  [data-scope="moeen-command-pricing"] .mcp-service,
  [data-scope="moeen-command-pricing"] .mcp-service:nth-child(4),
  [data-scope="moeen-command-pricing"] .mcp-service:nth-child(5),
  [data-scope="moeen-command-pricing"] .mcp-service:last-child { grid-column: 1; min-height: 0; padding: 24px; }
  [data-scope="moeen-command-pricing"] .mcp-service__content small { min-height: 0; }
  [data-scope="moeen-command-pricing"] .mcp-panel { min-height: 0; padding: 22px; }
  [data-scope="moeen-command-pricing"] .mcp-panel::before { min-height: 190px; }
  [data-scope="moeen-command-pricing"] .mcp-panel h3 { font-size: 30px; }
  [data-scope="moeen-command-pricing"] .mcp-panel__info { grid-template-columns: 1fr; }
  [data-scope="moeen-command-pricing"] .mcp-panel__info > div + div { padding: 18px 0 0; border-top: 1px solid var(--mcp-v2-line); border-right: 0; }
  [data-scope="moeen-command-pricing"] .mcp-primary { width: 100%; }
  [data-scope="moeen-command-pricing"] .mcp-process { margin-top: 64px; padding-top: 48px; }
  [data-scope="moeen-command-pricing"] .mcp-process__steps { grid-template-columns: 1fr; }
  
}

/* =========================================================
   Join form — compact, clear application flow
   ========================================================= */
[data-scope="moeen-join-section"] .moeen-join-section__form-card {
  max-width: 680px;
  margin-inline-start: auto;
  padding: clamp(22px, 3vw, 30px);
  border-color: rgba(40, 215, 205, 0.22);
  border-radius: 22px;
  background: rgba(4, 18, 24, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

[data-scope="moeen-join-section"] .moeen-join-section__form-card::before {
  content: none;
}

[data-scope="moeen-join-section"] .moeen-join-section__form-head {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

[data-scope="moeen-join-section"] .moeen-join-section__form-head h3 {
  margin-bottom: 7px;
  font-size: clamp(25px, 2.4vw, 32px);
}

[data-scope="moeen-join-section"] .moeen-join-section__form-head p {
  max-width: 530px;
  margin: 0;
  color: rgba(246, 250, 250, 0.62);
  font-size: 13.5px;
  line-height: 1.75;
}

[data-scope="moeen-join-section"] .moeen-join-section__fields {
  gap: 16px 14px;
}

[data-scope="moeen-join-section"] .moeen-join-section__fields label > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
  color: rgba(246, 250, 250, 0.86);
  font-size: 13px;
  font-weight: 700;
}

[data-scope="moeen-join-section"] .moeen-join-section__fields label > span small {
  color: rgba(246, 250, 250, 0.42);
  font-size: 11px;
  font-weight: 500;
}

[data-scope="moeen-join-section"] .moeen-join-section__fields input,
[data-scope="moeen-join-section"] .moeen-join-section__fields select,
[data-scope="moeen-join-section"] .moeen-join-section__fields textarea {
  min-height: 50px;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background-color: rgba(0, 8, 13, 0.62);
  color: var(--white);
  font-size: 14px;
}

[data-scope="moeen-join-section"] .moeen-join-section__fields input::placeholder,
[data-scope="moeen-join-section"] .moeen-join-section__fields textarea::placeholder {
  color: rgba(246, 250, 250, 0.32);
  opacity: 1;
}

[data-scope="moeen-join-section"] .moeen-join-section__fields input:focus,
[data-scope="moeen-join-section"] .moeen-join-section__fields select:focus,
[data-scope="moeen-join-section"] .moeen-join-section__fields textarea:focus {
  border-color: rgba(40, 215, 205, 0.6);
  background-color: rgba(2, 14, 19, 0.9);
  box-shadow: 0 0 0 3px rgba(40, 215, 205, 0.09);
  outline: none;
}

[data-scope="moeen-join-section"] .moeen-join-section__fields textarea {
  min-height: 108px;
  resize: vertical;
}

[data-scope="moeen-join-section"] .moeen-join-section__select-field::after {
  width: 8px;
  height: 8px;
  inset-inline-start: 18px;
  bottom: 22px;
  border: 0;
  border-inline-end: 1.5px solid rgba(40, 215, 205, 0.78);
  border-bottom: 1.5px solid rgba(40, 215, 205, 0.78);
  transform: rotate(45deg);
}

[data-scope="moeen-join-section"] .moeen-join-section__submit {
  min-height: 52px;
  margin-top: 18px;
  border: 1px solid rgba(40, 215, 205, 0.72);
  border-radius: 14px;
  background: #23c6bd;
  color: #031216;
  box-shadow: 0 12px 30px rgba(35, 198, 189, 0.14);
  font-size: 15px;
  font-weight: 800;
}

[data-scope="moeen-join-section"] .moeen-join-section__submit:hover {
  transform: translateY(-2px);
  background: #35d4cb;
  color: #031216;
}

[data-scope="moeen-join-section"] .moeen-join-section__alert.is-visible {
  display: block;
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(40, 215, 205, 0.3);
  border-radius: 12px;
  background: rgba(40, 215, 205, 0.08);
  color: rgba(246, 250, 250, 0.9);
  font-size: 13px;
  line-height: 1.7;
}

[data-scope="moeen-join-section"] .moeen-join-section__alert.is-visible.is-error {
  border-color: rgba(232, 112, 112, 0.36);
  background: rgba(232, 112, 112, 0.08);
  color: #ffd2d2;
}

/* =========================================================
   Project details — quieter editorial case-study hierarchy
   ========================================================= */
[data-scope="moeen-project-hero"] {
  min-height: auto;
  padding-block: clamp(48px, 7vw, 88px);
}

[data-scope="moeen-project-hero"] .moeen-project-hero__grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 6vw, 76px);
}

[data-scope="moeen-project-hero"] .moeen-project-hero__breadcrumb {
  margin-bottom: 28px;
  font-size: 12px;
}

[data-scope="moeen-project-hero"] .moeen-project-hero__kicker,
[data-scope="moeen-case-study"] .moeen-case-study__kicker,
[data-scope="moeen-project-value"] .moeen-project-value__kicker,
[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__kicker {
  padding: 0;
  border: 0;
  background: transparent;
}

[data-scope="moeen-project-hero"] .moeen-project-hero__content h1 {
  max-width: 700px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.12;
}

[data-scope="moeen-project-hero"] .moeen-project-hero__content > p {
  max-width: 650px;
  font-size: 16px;
  line-height: 1.95;
}

[data-scope="moeen-project-hero"] .moeen-project-hero__actions {
  margin-top: 26px;
}

[data-scope="moeen-project-hero"] .moeen-project-hero__btn {
  min-height: 48px;
  border-radius: 13px;
}

[data-scope="moeen-project-hero"] .moeen-project-hero__media figure {
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

[data-scope="moeen-project-hero"] .moeen-project-hero__media figure::before {
  content: none;
}

[data-scope="moeen-project-hero"] .moeen-project-hero__media img {
  min-height: 430px;
  max-height: 520px;
  object-fit: cover;
}

[data-scope="moeen-case-study"] .moeen-case-study__layout {
  grid-template-columns: minmax(0, 1fr) 285px;
  gap: clamp(28px, 4vw, 52px);
}

[data-scope="moeen-case-study"] .moeen-case-study__content {
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

[data-scope="moeen-case-study"] .moeen-case-study__content::before,
[data-scope="moeen-case-study"] .moeen-case-study__content::after {
  content: none;
}

[data-scope="moeen-case-study"] .moeen-case-study__content:hover {
  transform: none;
  border-color: transparent;
  background: transparent;
}

[data-scope="moeen-case-study"] .moeen-case-study__head {
  padding-bottom: 30px;
  margin-bottom: 6px;
}

[data-scope="moeen-case-study"] .moeen-case-study__head h2,
[data-scope="moeen-project-value"] .moeen-project-value__content h2 {
  font-size: clamp(32px, 4vw, 48px);
}

[data-scope="moeen-case-study"] .moeen-case-study__timeline {
  gap: 0;
}

[data-scope="moeen-case-study"] .moeen-case-study__step {
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  padding-block: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: transparent;
}

[data-scope="moeen-case-study"] .moeen-case-study__step:hover {
  transform: none;
  background: transparent;
}

[data-scope="moeen-case-study"] .moeen-case-study__step-marker {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}

[data-scope="moeen-case-study"] .moeen-case-study__step-body {
  padding: 0;
}

[data-scope="moeen-case-study"] .moeen-case-study__facts-card {
  position: sticky;
  top: 112px;
  padding: 22px;
  border-radius: 20px;
  background: rgba(5, 18, 25, 0.78);
}

[data-scope="moeen-case-study"] .moeen-case-study__facts-card::before {
  content: none;
}

[data-scope="moeen-project-value"] .moeen-project-value__layout {
  grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(28px, 4vw, 54px);
}

[data-scope="moeen-project-value"] .moeen-project-value__cards {
  gap: 12px;
}

[data-scope="moeen-project-value"] .moeen-project-value__card,
[data-scope="moeen-project-value"] .moeen-project-value__card--featured {
  min-height: 190px;
  padding: 22px;
  border-radius: 18px;
}

[data-scope="moeen-project-value"] .moeen-project-value__card::before {
  content: none;
}

[data-scope="moeen-project-value"] .moeen-project-value__card--featured h3 {
  font-size: 23px;
}

[data-scope="moeen-project-value"] .moeen-project-value__card--featured .moeen-project-value__num {
  font-size: 28px;
}

[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__box {
  padding: clamp(24px, 3vw, 34px);
  border-radius: 20px;
}

[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__box::before {
  content: none;
}

[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__content h2 {
  font-size: clamp(30px, 3.4vw, 46px);
}

@media (max-width: 980px) {
  [data-scope="moeen-project-hero"] .moeen-project-hero__grid,
  [data-scope="moeen-case-study"] .moeen-case-study__layout,
  [data-scope="moeen-project-value"] .moeen-project-value__layout {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__facts-card {
    position: static;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__aside {
    order: -1;
  }
}

@media (max-width: 700px) {
  [data-scope="moeen-join-section"] .moeen-join-section__form-card {
    padding: 20px 16px;
    border-radius: 18px;
  }

  [data-scope="moeen-join-section"] .moeen-join-section__fields {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-project-hero"] {
    padding-block: 38px 54px;
  }

  [data-scope="moeen-project-hero"] .moeen-project-hero__content h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  [data-scope="moeen-project-hero"] .moeen-project-hero__media img {
    min-height: 300px;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__step {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    padding-block: 22px;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__step-marker {
    width: 38px;
    height: 38px;
  }

  [data-scope="moeen-project-value"] .moeen-project-value__card,
  [data-scope="moeen-project-value"] .moeen-project-value__card--featured {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-ai"] *,
  [data-scope="moeen-ai"] *::before,
  [data-scope="moeen-ai"] *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* =========================================================
   Home stats — light editorial pause between dark sections
   ========================================================= */
@media (max-width: 0px) {
body[data-page="home"] [data-scope="moeen-stats"].moeen-stats-flow {
  --msf-bg: #f4f7f3;
  --msf-card: #ffffff;
  --msf-card-hover: #ffffff;
  --msf-cyan: #138f8a;
  --msf-cyan-2: #087c78;
  --msf-gold: #b4852b;
  --msf-gold-2: #9b6f1f;
  --msf-text: #0a2932;
  --msf-muted: #60757a;
  color-scheme: light;
  color: var(--msf-text);
  border-block: 1px solid rgba(10, 67, 73, .08) !important;
  background:
    radial-gradient(circle at 9% 18%, rgba(19, 143, 138, .10), transparent 25%),
    radial-gradient(circle at 91% 82%, rgba(180, 133, 43, .09), transparent 24%),
    linear-gradient(rgba(10, 65, 71, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 65, 71, .028) 1px, transparent 1px),
    #f4f7f3 !important;
  background-size: auto, auto, 48px 48px, 48px 48px, auto !important;
}

body[data-page="home"] [data-scope="moeen-stats"].moeen-stats-flow::before {
  inset: 0 8% auto;
  height: 1px;
  opacity: 1;
  background: linear-gradient(90deg, transparent, rgba(19,143,138,.30), rgba(180,133,43,.22), transparent);
}

body[data-page="home"] [data-scope="moeen-stats"].moeen-stats-flow::after {
  width: 340px;
  height: 340px;
  top: -190px;
  right: -90px;
  opacity: .7;
  border: 1px solid rgba(19,143,138,.09);
  background: radial-gradient(circle, rgba(255,255,255,.72), transparent 68%);
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-kicker {
  border-color: rgba(19, 143, 138, .23);
  background: rgba(255, 255, 255, .72);
  color: #087c78;
  box-shadow: 0 8px 24px rgba(17, 72, 77, .06);
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-kicker::before {
  background: #b4852b;
  box-shadow: 0 0 0 4px rgba(180, 133, 43, .10);
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-title {
  color: #092a33;
  text-shadow: none;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-title span {
  color: #a97922;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-lead {
  color: #5d7278;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step:nth-of-type(odd) .msf-card,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step:nth-of-type(even) .msf-card {
  border-color: rgba(11, 91, 94, .14);
  background:
    radial-gradient(circle at 90% 0%, rgba(19, 143, 138, .075), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(249,252,249,.98));
  box-shadow:
    0 18px 45px rgba(20, 61, 66, .08),
    inset 0 1px 0 #fff;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card::before {
  border-color: rgba(9, 68, 72, .055);
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card::after {
  opacity: .72;
  background: linear-gradient(90deg, transparent, #138f8a, #d0a340, transparent);
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card.is-gold {
  border-color: rgba(180, 133, 43, .22);
  background:
    radial-gradient(circle at 90% 0%, rgba(180, 133, 43, .10), transparent 36%),
    linear-gradient(180deg, #fff, #fcfaf4);
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-chip {
  border-color: rgba(19, 143, 138, .18);
  background: rgba(19, 143, 138, .07);
  color: #28575c;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card.is-gold .msf-chip {
  border-color: rgba(180, 133, 43, .20);
  background: rgba(180, 133, 43, .08);
  color: #735722;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-index {
  border-color: rgba(12, 91, 94, .15);
  background: #f5faf8;
  color: #126f6c;
  box-shadow: none;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card.is-gold .msf-index {
  border-color: rgba(180, 133, 43, .18);
  background: #fcf8ed;
  color: #926b22;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-value,
body[data-page="home"] [data-scope="moeen-stats"] .msf-card:hover .msf-value,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step.is-flow-active .msf-value {
  color: #087c78;
  text-shadow: none;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card.is-gold .msf-value,
body[data-page="home"] [data-scope="moeen-stats"] .msf-card.is-gold:hover .msf-value,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step.is-flow-active .msf-card.is-gold .msf-value {
  color: #a97922;
  text-shadow: none;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-label {
  color: #15383f;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card:hover,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step.is-flow-active .msf-card {
  border-color: rgba(19, 143, 138, .34);
  background:
    radial-gradient(circle at 90% 0%, rgba(19, 143, 138, .11), transparent 36%),
    #fff;
  box-shadow: 0 24px 55px rgba(20, 61, 66, .13);
  filter: none;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card.is-gold:hover,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step.is-flow-active .msf-card.is-gold {
  border-color: rgba(180, 133, 43, .38);
  background:
    radial-gradient(circle at 90% 0%, rgba(180, 133, 43, .13), transparent 36%),
    #fffefb;
}
}


/* =========================================================
   02) Global Reset / Base Setup
   تصفير الهوامش، ضبط box model، إعداد RTL والخلفية العامة
   ========================================================= */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--teal) var(--carbon-2);
  scrollbar-width: thin;
}

body,
button,
input,
select,
textarea,
optgroup {
  font-family: var(--font) !important;
}

body {
  background: var(--carbon);
  color: var(--text);
  line-height: 1.75;
  direction: rtl;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
textarea,
select {
  font: inherit;
}


/* =========================================================
   03) Custom Scrollbar
   شكل شريط التمرير في المتصفحات التي تدعم WebKit
   ========================================================= */

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: var(--carbon-2);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--teal), var(--gold));
  border: 3px solid var(--carbon-2);
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--teal-2), var(--gold));
}


/* =========================================================
   04) Subtle Global Noise Overlay
   طبقة Noise خفيفة فوق الموقع لإحساس Premium Dark
   ملاحظة: z-index عال جدا، لكنها pointer-events none
   ========================================================= */

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9000;
  pointer-events: none;
  opacity: 0.42;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
}


/* =========================================================
   05) Layout Helpers
   عناصر مساعدة عامة للحاويات والسكاشن والمحاذاة
   ========================================================= */

.container {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: 28px;
}

.section {
  padding: 104px 0;
  position: relative;
}

.section.is-alt {
  background: linear-gradient(180deg, var(--carbon-2), rgba(11, 22, 32, 0.72));
}

.center {
  text-align: center;
}

.teal {
  color: var(--teal);
}

.gold {
  color: var(--gold);
}


/* =========================================================
   06) Accessibility / Skip Link
   رابط تخطي المحتوى لتحسين التصفح بلوحة المفاتيح
   ========================================================= */

.skip-link {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 10000;
  background: var(--teal);
  color: var(--carbon);
  padding: 10px 16px;
  border-radius: 12px;
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: none;
}


/* =========================================================
   07) Old Scroll Rail
   شريط تقدم تمرير جانبي قديم
   ملاحظة: حسب السياق الحالي لمركز معين، الأفضل نقله أو حذفه إذا أصبح مكررا مع الهيدر الجديد
   ========================================================= */

.scroll-rail {
  position: fixed;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 950;
  display: flex;
  align-items: center;
  gap: 10px;
  writing-mode: vertical-rl;
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
}

.scroll-rail::before {
  content: "";
  width: 5px;
  height: 150px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  order: 2;
}

.scroll-rail__bar {
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 0;
  background: linear-gradient(180deg, var(--teal), var(--gold));
  border-radius: 999px;
  box-shadow: 0 0 18px var(--teal);
}


/* =========================================================
   08) Buttons
   أزرار عامة: زر تركواز، زر Outline، وزر Full Width
   ========================================================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 14px 28px;
  border: 0;
  border-radius: 13px;
  font-weight: 900;
  line-height: 1;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    background 0.28s var(--ease),
    color 0.28s var(--ease),
    border-color 0.28s;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: translateX(120%);
  transition: transform 0.58s var(--ease);
  z-index: -1;
}

.btn:hover::before {
  transform: translateX(-120%);
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-teal {
  background: var(--teal);
  color: #062028;
  box-shadow: 0 16px 42px rgba(35, 198, 189, 0.25);
}

.btn-teal:hover {
  background: var(--teal-2);
  box-shadow: 0 22px 62px rgba(35, 198, 189, 0.38);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.18);
}

.btn-outline:hover {
  color: var(--teal);
  box-shadow:
    inset 0 0 0 1.5px var(--teal),
    0 14px 40px rgba(35, 198, 189, 0.12);
}

.btn-block {
  width: 100%;
}


/* =========================================================
   09) Section Heading Components
   الكيكر، عنوان السكشن، الوصف، ومسافة رأس السكشن
   ========================================================= */

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--teal);
  background: var(--teal-dim);
  border: 1px solid var(--teal-line);
  border-radius: 999px;
  padding: 7px 16px;
  margin-bottom: 22px;
  font-size: 12px;
  font-weight: 900;
}

.kicker::before {
  content: "◈";
  color: var(--gold);
  font-size: 10px;
}

.section-title {
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--white);
  font-weight: 900;
}

.section-lead {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 17px;
}

.section-head {
  margin-bottom: 52px;
}


/* =========================================================
   10) Topbar
   الشريط العلوي الصغير فوق الهيدر
   ========================================================= */

.topbar {
  height: var(--topbar-h);
  background: #061018;
  border-bottom: 1px solid var(--border);
}

.topbar__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar__hours {
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
}


/* =========================================================
   11) Social Icons Shared Styles
   أيقونات السوشيال في التوب بار والفوتر وبعض الصفوف المشتركة
   ========================================================= */

.topbar-social,
.footer-social,
.social-row {
  display: flex;
  gap: 9px;
  align-items: center;
}

.topbar-social a,
.footer-social a,
.social-row a {
  width: 34px;
  height: 34px;
  border: 1px solid var(--border);
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.035);
  transition: 0.28s var(--ease);
}

.topbar-social svg,
.footer-social svg,
.support-links svg,
.contact-methods svg {
  width: 17px;
  height: 17px;
}

.topbar-social a:hover,
.footer-social a:hover {
  color: var(--teal);
  border-color: var(--teal-line);
  background: var(--teal-dim);
  transform: translateY(-3px) rotate(-4deg);
}


/* =========================================================
   12) Site Header
   الهيدر الثابت أعلى الصفحة، ويتغير عند إضافة كلاس is-scrolled
   ========================================================= */

.site-header {
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 1000;
  transition:
    background 0.35s,
    border 0.35s,
    backdrop-filter 0.35s;
}

.site-header.is-scrolled {
  background: rgba(7, 16, 24, 0.94);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(18px) saturate(1.4);
}


/* =========================================================
   13) Main Navigation Layout
   توزيع اللوجو، القائمة، والأزرار داخل الهيدر
   ========================================================= */

.nav {
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}


/* =========================================================
   14) Brand / Logo Block
   كتلة شعار مركز معين داخل الهيدر
   ========================================================= */

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--white);
  min-width: max-content;
}

.brand__logo {
  width: 43px;
  height: 43px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--teal), #0d716d);
  display: grid;
  place-items: center;
  color: var(--carbon);
  font-weight: 900;
  box-shadow: 0 0 0 8px var(--teal-dim);
  animation: pulse 2s infinite;
}

.brand b {
  font-size: 24px;
  line-height: 1;
}

.brand em {
  display: block;
  font-style: normal;
  color: var(--gold);
  font-size: 11px;
  margin-top: -3px;
}


/* =========================================================
   15) Desktop Menu
   روابط القائمة الرئيسية في الهيدر
   ========================================================= */

.nav__menu {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
}

.nav__link,
.nav__trigger {
  position: relative;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  padding: 10px 0;
  transition: color 0.25s var(--ease);
  background: none;
  border: 0;
}

.nav__link::after,
.nav__trigger::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 0;
  height: 2px;
  border-radius: 4px;
  background: linear-gradient(90deg, transparent, var(--teal));
  transition: width 0.32s var(--ease);
}

.nav__link:hover,
.nav__link.is-active,
.nav__trigger:hover,
.nav__trigger.is-active {
  color: var(--white);
}

.nav__link:hover::after,
.nav__link.is-active::after,
.nav__trigger:hover::after,
.nav__trigger.is-active::after {
  width: 100%;
}


/* =========================================================
   16) Dropdown Menu Trigger
   زر أو رابط القائمة التي تحتوي على Submenu
   ========================================================= */

.nav__item {
  position: relative;
}

.nav__trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.submenu-plus {
  width: 19px;
  height: 19px;
  border: 1px solid var(--teal-line);
  border-radius: 7px;
  color: var(--teal);
  display: inline-grid;
  place-items: center;
  line-height: 1;
  font-size: 16px;
  font-weight: 900;
  transition: 0.28s var(--spring);
}

.nav__trigger:hover .submenu-plus,
.nav__item.is-open .submenu-plus {
  background: var(--teal);
  color: var(--carbon);
  transform: rotate(45deg) scale(1.08);
  box-shadow: 0 0 18px rgba(35, 198, 189, 0.34);
}


/* =========================================================
   17) Dropdown Submenu
   القائمة المنسدلة لعناصر مثل: عن معين / خدماتنا
   ========================================================= */

.submenu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  min-width: 240px;
  list-style: none;
  background: rgba(9, 22, 32, 0.96);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 10px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: 0.28s var(--ease);
  backdrop-filter: blur(18px);
}

.submenu--wide {
  min-width: 320px;
}

.nav__item:hover > .submenu,
.nav__item.is-open > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu a {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 11px 13px;
  border-radius: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: 0.25s;
}

.submenu a span {
  color: var(--teal);
  transition: 0.25s;
}

.submenu a:hover,
.submenu a.is-active {
  color: var(--white);
  background: var(--teal-dim);
  border-color: var(--teal-line);
  transform: translateX(-4px);
}

.submenu a:hover span,
.submenu a.is-active span {
  color: var(--gold);
  transform: scale(1.15);
}


/* =========================================================
   18) Header Actions
   أزرار الهيدر: مثل الحساب، السلة، CTA
   ========================================================= */

.nav__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}


/* =========================================================
   19) Mobile Menu Toggle
   زر فتح القائمة في الموبايل
   ملاحظة: الكود الحالي يخفي الزر افتراضيا، ويحتاج Media Query لاحقا لإظهاره
   ========================================================= */

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--border);
  background: var(--carbon-3);
  color: var(--white);
  border-radius: 13px;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  margin: 5px auto;
  transition: 0.25s;
}


/* =========================================================
  Moeen Center Hero - Compact Loop Rails
  Scope: [data-scope="moeen-center-hero"]
========================================================= */

[data-scope="moeen-center-hero"].moeen-center-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: auto !important;
  padding: calc(var(--header-h, 82px) + 38px) 0 52px !important;
  background:
    radial-gradient(circle at 50% 8%, rgba(20, 217, 204, 0.13), transparent 30%),
    radial-gradient(circle at 12% 68%, rgba(215, 179, 90, 0.055), transparent 26%),
    radial-gradient(circle at 88% 68%, rgba(20, 217, 204, 0.055), transparent 26%),
    linear-gradient(180deg, #02070B 0%, #06121A 52%, #02070B 100%);
}

[data-scope="moeen-center-hero"] * {
  box-sizing: border-box;
}

[data-scope="moeen-center-hero"] .container {
  width: min(1180px, 100%);
  margin-inline: auto;
  padding-inline: 18px;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(20, 217, 204, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 217, 204, 0.024) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 50% 14%, #000 10%, transparent 68%);
}

[data-scope="moeen-center-hero"] .moeen-center-hero__bg::after {
  content: "";
  position: absolute;
  inset: 10% 9% 14%;
  border: 1px solid rgba(20, 217, 204, 0.052);
  border-radius: 999px;
  opacity: 0.72;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1.5fr) minmax(150px, 0.42fr);
  align-items: center;
  gap: clamp(14px, 2.6vw, 36px);
  min-height: 420px;
}

/* Center content */
[data-scope="moeen-center-hero"] .moeen-center-hero__content {
  position: relative;
  z-index: 5;
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 6px 13px;
  border: 1px solid rgba(20, 217, 204, 0.24);
  border-radius: 999px;
  background: rgba(20, 217, 204, 0.055);
  color: #46F2E8;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.4;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__badge::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 2px;
  background: #D7B35A;
  transform: rotate(45deg);
}

[data-scope="moeen-center-hero"] .moeen-center-hero__title {
  max-width: 760px;
  margin: 0 auto;
  color: #F6FAFA;
  font-size: clamp(40px, 5.1vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 950;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__title span {
  display: block;
  margin-top: 4px;
  color: #14D9CC;
  text-shadow: 0 0 26px rgba(20, 217, 204, 0.14);
}

[data-scope="moeen-center-hero"] .moeen-center-hero__text {
  max-width: 660px;
  margin: 17px auto 0;
  color: rgba(246, 250, 250, 0.66);
  font-size: 15px;
  line-height: 1.95;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  overflow: hidden;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.25s cubic-bezier(.22, 1, .36, 1),
    background 0.25s cubic-bezier(.22, 1, .36, 1),
    border-color 0.25s cubic-bezier(.22, 1, .36, 1),
    color 0.25s cubic-bezier(.22, 1, .36, 1),
    box-shadow 0.25s cubic-bezier(.22, 1, .36, 1);
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .28), transparent);
  transform: translateX(115%);
  transition: transform .55s cubic-bezier(.22, 1, .36, 1);
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn:hover::before {
  transform: translateX(-115%);
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn:hover {
  transform: translateY(-3px);
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn--primary {
  border: 1px solid #D7B35A;
  background: linear-gradient(135deg, #F2CF7B, #D7B35A);
  color: #061016;
  box-shadow:
    0 16px 34px rgba(215, 179, 90, 0.18),
    0 0 28px rgba(215, 179, 90, 0.10);
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn--primary:hover {
  background: linear-gradient(135deg, #FFE09A, #D7B35A);
  border-color: #F2CF7B;
  color: #061016;
  box-shadow:
    0 18px 42px rgba(215, 179, 90, 0.24),
    0 0 34px rgba(215, 179, 90, 0.14);
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta]  {
  min-width: min(100%, 430px);
  max-width: min(100%, 560px);
  min-height: 54px;
  padding: 13px 24px;
  font-size: 16px;
  line-height: 1.55;
  white-space: normal;
  text-align: center;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta]::after  {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  opacity: 0.58;
  transform: translateX(28%);
  transition: transform 0.7s cubic-bezier(.22, 1, .36, 1), opacity 0.35s ease;
  pointer-events: none;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta]:hover,
[data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta]:focus-visible  {
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta]:hover::after,
[data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta]:focus-visible::after  {
  opacity: 0.86;
  transform: translateX(-28%);
}

[data-scope="moeen-center-hero"] [data-hero-animated-cta-text] {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  transition:
    opacity 260ms ease,
    transform 320ms cubic-bezier(.22, 1, .36, 1),
    filter 260ms ease;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn.is-changing [data-hero-animated-cta-text] {
  opacity: 0;
  filter: blur(2px);
  transform: translateY(-7px) scale(.985);
}

@media (max-width: 680px) {
  [data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta]  {
    width: min(100%, 360px);
    min-height: 56px;
    padding-inline: 18px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-center-hero"] [data-hero-animated-cta-text] {
    transition: none;
  }

  [data-scope="moeen-center-hero"] .moeen-center-hero__btn.is-changing [data-hero-animated-cta-text] {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

/* Loop side rails */
[data-scope="moeen-center-hero"] .moeen-hero-loop {
  position: relative;
  z-index: 3;
  height: 335px;
  overflow: hidden;
  opacity: 0.9;
  mask-image: linear-gradient(180deg, transparent, #000 15%, #000 85%, transparent);
}

[data-scope="moeen-center-hero"] .moeen-hero-loop::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 255px;
  height: 335px;
  border: 1px solid rgba(20, 217, 204, 0.055);
  border-radius: 999px;
  transform: translateY(-50%);
  pointer-events: none;
}

[data-scope="moeen-center-hero"] .moeen-hero-loop--right::before {
  left: -116px;
}

[data-scope="moeen-center-hero"] .moeen-hero-loop--left::before {
  right: -116px;
}

[data-scope="moeen-center-hero"] .moeen-hero-loop__track {
  display: grid;
  gap: 14px;
  will-change: transform;
  animation: moeenHeroLoopUp 48s linear infinite;
}

[data-scope="moeen-center-hero"] .moeen-hero-loop--left .moeen-hero-loop__track {
  animation-name: moeenHeroLoopDown;
  animation-duration: 52s;
}

[data-scope="moeen-center-hero"] .moeen-hero-loop:hover .moeen-hero-loop__track,
[data-scope="moeen-center-hero"] .moeen-hero-loop:focus-within .moeen-hero-loop__track {
  animation-play-state: paused;
}

[data-scope="moeen-center-hero"] .moeen-hero-loop a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(20, 217, 204, 0.13);
  border-radius: 999px;
  background:
    radial-gradient(circle at 100% 0%, rgba(20, 217, 204, 0.045), transparent 36%),
    rgba(255, 255, 255, 0.026);
  color: rgba(246, 250, 250, 0.58);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
  backdrop-filter: blur(10px);
  transition:
    transform 0.25s cubic-bezier(.22, 1, .36, 1),
    color 0.25s cubic-bezier(.22, 1, .36, 1),
    background 0.25s cubic-bezier(.22, 1, .36, 1),
    border-color 0.25s cubic-bezier(.22, 1, .36, 1),
    opacity 0.25s cubic-bezier(.22, 1, .36, 1);
}

[data-scope="moeen-center-hero"] .moeen-hero-loop a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-radius: 2px;
  background: #14D9CC;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

[data-scope="moeen-center-hero"] .moeen-hero-loop a:nth-child(2n) {
  border-color: rgba(215, 179, 90, 0.18);
}

[data-scope="moeen-center-hero"] .moeen-hero-loop a:nth-child(2n)::before {
  background: #D7B35A;
}

[data-scope="moeen-center-hero"] .moeen-hero-loop a:hover,
[data-scope="moeen-center-hero"] .moeen-hero-loop a:focus-visible {
  color: #F6FAFA;
  border-color: rgba(20, 217, 204, 0.34);
  background: rgba(20, 217, 204, 0.075);
  outline: none;
}

/* Stair layout: right */
[data-scope="moeen-center-hero"] .moeen-hero-loop--right a:nth-child(5n + 1) {
  margin-inline-start: 26px;
}

[data-scope="moeen-center-hero"] .moeen-hero-loop--right a:nth-child(5n + 2) {
  margin-inline-start: 0;
}

[data-scope="moeen-center-hero"] .moeen-hero-loop--right a:nth-child(5n + 3) {
  margin-inline-start: 38px;
}

[data-scope="moeen-center-hero"] .moeen-hero-loop--right a:nth-child(5n + 4) {
  margin-inline-start: 12px;
}

[data-scope="moeen-center-hero"] .moeen-hero-loop--right a:nth-child(5n + 5) {
  margin-inline-start: 50px;
}

/* Stair layout: left */
[data-scope="moeen-center-hero"] .moeen-hero-loop--left .moeen-hero-loop__track {
  justify-items: end;
}

[data-scope="moeen-center-hero"] .moeen-hero-loop--left a:nth-child(5n + 1) {
  margin-inline-end: 26px;
}

[data-scope="moeen-center-hero"] .moeen-hero-loop--left a:nth-child(5n + 2) {
  margin-inline-end: 0;
}

[data-scope="moeen-center-hero"] .moeen-hero-loop--left a:nth-child(5n + 3) {
  margin-inline-end: 38px;
}

[data-scope="moeen-center-hero"] .moeen-hero-loop--left a:nth-child(5n + 4) {
  margin-inline-end: 12px;
}

[data-scope="moeen-center-hero"] .moeen-hero-loop--left a:nth-child(5n + 5) {
  margin-inline-end: 50px;
}

/* Hover direction */
[data-scope="moeen-center-hero"] .moeen-hero-loop--right a:hover,
[data-scope="moeen-center-hero"] .moeen-hero-loop--right a:focus-visible {
  transform: translateX(-7px);
}

[data-scope="moeen-center-hero"] .moeen-hero-loop--left a:hover,
[data-scope="moeen-center-hero"] .moeen-hero-loop--left a:focus-visible {
  transform: translateX(7px);
}

@keyframes moeenHeroLoopUp {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(calc(-50% - 7px));
  }
}

@keyframes moeenHeroLoopDown {
  from {
    transform: translateY(calc(-50% - 7px));
  }

  to {
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 980px) {
  [data-scope="moeen-center-hero"].moeen-center-hero {
    padding: calc(var(--header-h, 82px) + 34px) 0 48px !important;
  }

  [data-scope="moeen-center-hero"] .moeen-center-hero__layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  [data-scope="moeen-center-hero"] .moeen-hero-loop {
    display: none;
  }

  [data-scope="moeen-center-hero"] .moeen-center-hero__title {
    font-size: clamp(34px, 8vw, 56px);
  }
}

@media (max-width: 640px) {
  [data-scope="moeen-center-hero"].moeen-center-hero {
    padding: calc(var(--header-h, 82px) + 30px) 0 42px !important;
  }

  [data-scope="moeen-center-hero"] .container {
    padding-inline: 14px;
  }

  [data-scope="moeen-center-hero"] .moeen-center-hero__badge {
    max-width: 100%;
    font-size: 10.5px;
    padding: 7px 12px;
  }

  [data-scope="moeen-center-hero"] .moeen-center-hero__title {
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.035em !important;
  }

  [data-scope="moeen-center-hero"] .moeen-center-hero__text {
    font-size: 14px;
    line-height: 1.9;
  }

  [data-scope="moeen-center-hero"] .moeen-center-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-center-hero"] .moeen-center-hero__btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-center-hero"] * {
    animation: none !important;
    transition: none !important;
  }
}

/* =========================================================
  Moeen Hero Chips Tooltip - Centered Preview
  Scope: [data-scope="moeen-center-hero"]
========================================================= */

[data-scope="moeen-center-hero"] .moeen-hero-chip-tooltip {
  width: min(430px, 100%);
  min-height: 78px;
  margin: 16px auto 0;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(20, 217, 204, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(20, 217, 204, 0.075), transparent 34%),
    rgba(255, 255, 255, 0.025);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition:
    opacity .18s ease,
    visibility .18s ease,
    transform .18s cubic-bezier(.22, 1, .36, 1),
    border-color .18s ease,
    background .18s ease;
}

[data-scope="moeen-center-hero"] .moeen-hero-chip-tooltip.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

[data-scope="moeen-center-hero"] .moeen-hero-chip-tooltip__media {
  width: 74px;
  height: 54px;
  overflow: hidden;
  border: 1px solid rgba(20, 217, 204, 0.13);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.03);
}

[data-scope="moeen-center-hero"] .moeen-hero-chip-tooltip__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.03) brightness(.82);
}

[data-scope="moeen-center-hero"] .moeen-hero-chip-tooltip__body {
  min-width: 0;
  text-align: right;
}

[data-scope="moeen-center-hero"] .moeen-hero-chip-tooltip strong {
  display: block;
  color: #F6FAFA;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[data-scope="moeen-center-hero"] .moeen-hero-chip-tooltip p {
  margin: 4px 0 0;
  color: rgba(246, 250, 250, 0.62);
  font-size: 11.5px;
  line-height: 1.65;
}

@media (max-width: 980px) {
  [data-scope="moeen-center-hero"] .moeen-hero-chip-tooltip {
    display: none !important;
  }
}

/* =========================================================
  Moeen Center Hero - Mobile Chips Only
  يظهر الشيبس في الموبايل فقط
========================================================= */

@media (max-width: 640px) {
  [data-scope="moeen-center-hero"] .moeen-center-hero__layout {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px !important;
    min-height: auto !important;
  }

  [data-scope="moeen-center-hero"] .moeen-center-hero__content {
    order: 1 !important;
  }

  [data-scope="moeen-center-hero"] .moeen-hero-loop {
    display: block !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    overflow: hidden !important;
    opacity: 1 !important;
    mask-image: linear-gradient(
      90deg,
      transparent,
      #000 10%,
      #000 90%,
      transparent
    ) !important;
  }

  [data-scope="moeen-center-hero"] .moeen-hero-loop--right {
    order: 2 !important;
    margin-top: 2px !important;
  }

  [data-scope="moeen-center-hero"] .moeen-hero-loop--left {
    order: 3 !important;
    margin-top: -6px !important;
  }

  [data-scope="moeen-center-hero"] .moeen-hero-loop::before {
    display: none !important;
  }

  [data-scope="moeen-center-hero"] .moeen-hero-loop__track {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: max-content !important;
    min-width: max-content !important;
    will-change: transform !important;
  }

  [data-scope="moeen-center-hero"] .moeen-hero-loop--right .moeen-hero-loop__track {
    animation: moeenHeroMobileLoopRight 54s linear infinite !important;
  }

  [data-scope="moeen-center-hero"] .moeen-hero-loop--left .moeen-hero-loop__track {
    animation: moeenHeroMobileLoopLeft 58s linear infinite !important;
  }

  [data-scope="moeen-center-hero"] .moeen-hero-loop a {
    min-height: 30px !important;
    padding: 6px 10px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    background: rgba(255, 255, 255, 0.03) !important;
    color: rgba(246, 250, 250, 0.68) !important;
  }

  [data-scope="moeen-center-hero"] .moeen-hero-loop a::before {
    width: 6px !important;
    height: 6px !important;
    margin-left: 6px !important;
  }

  [data-scope="moeen-center-hero"] .moeen-hero-loop a:hover,
  [data-scope="moeen-center-hero"] .moeen-hero-loop a:focus-visible {
    transform: none !important;
    color: #ffffff !important;
    background: rgba(20, 217, 204, 0.075) !important;
    border-color: rgba(20, 217, 204, 0.28) !important;
  }

  [data-scope="moeen-center-hero"] .moeen-hero-chip-tooltip {
    display: none !important;
  }
}

@keyframes moeenHeroMobileLoopRight {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(50% + 4px));
  }
}

@keyframes moeenHeroMobileLoopLeft {
  from {
    transform: translateX(calc(50% + 4px));
  }

  to {
    transform: translateX(0);
  }
}





/* =========================================================
  Moeen Why Locked Steps
  Scope: [data-scope="moeen-why-lock"]
========================================================= */

[data-scope="moeen-why-lock"].moeen-why-lock {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - var(--header-h, 82px));
  padding: calc(var(--header-h, 82px) + 26px) 0 46px !important;
  background:
    radial-gradient(circle at 18% 38%, rgba(20, 217, 204, 0.12), transparent 30%),
    radial-gradient(circle at 86% 16%, rgba(215, 179, 90, 0.075), transparent 28%),
    linear-gradient(180deg, #06121A 0%, #02070B 100%) !important;
}

[data-scope="moeen-why-lock"].moeen-why-lock::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(20, 217, 204, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 217, 204, 0.024) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(ellipse at 50% 44%, #000 10%, transparent 72%);
}

[data-scope="moeen-why-lock"] .moeen-why-lock__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(30px, 5vw, 68px);
  min-height: calc(60vh - var(--header-h, 82px) - 82px);
}

[data-scope="moeen-why-lock"] .moeen-why-lock__content {
  max-width: 710px;
  min-width: 0;
}

[data-scope="moeen-why-lock"] .moeen-why-lock__kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  padding: 8px 15px;
  border: 1px solid rgba(20, 217, 204, 0.24);
  border-radius: 999px;
  background: rgba(20, 217, 204, 0.065);
  color: #46F2E8;
  font-size: 12px;
  font-weight: 900;
}

[data-scope="moeen-why-lock"] .moeen-why-lock__kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #D7B35A;
  transform: rotate(45deg);
}

[data-scope="moeen-why-lock"] .moeen-why-lock__title {
  margin: 0;
  color: #F6FAFA;
  font-size: clamp(31px, 3.8vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  font-weight: 950;
}

[data-scope="moeen-why-lock"] .moeen-why-lock__title span {
  display: block;
  margin-top: 4px;
  color: #14D9CC;
}

[data-scope="moeen-why-lock"] .moeen-why-lock__lead {
  max-width: 640px;
  margin: 14px 0 0;
  color: rgba(246, 250, 250, 0.64);
  font-size: 15px;
  line-height: 1.9;
}

[data-scope="moeen-why-lock"] .moeen-why-lock__card {
  position: relative;
  width: min(100%, 520px);
  min-height: 158px;
  margin-top: 20px;
  padding: 21px 23px;
  overflow: hidden;
  border: 1px solid rgba(20, 217, 204, 0.20);
  border-radius: 23px;
  background:
    radial-gradient(circle at 0% 0%, rgba(20, 217, 204, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.042), rgba(255, 255, 255, 0.018));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

[data-scope="moeen-why-lock"] .moeen-why-lock__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, #14D9CC, #D7B35A, transparent);
  opacity: 0.75;
}

[data-scope="moeen-why-lock"] .moeen-why-lock__num {
  display: inline-grid;
  place-items: center;
  width: 35px;
  height: 35px;
  margin-bottom: 11px;
  border: 1px solid rgba(215, 179, 90, 0.30);
  border-radius: 13px;
  background: rgba(215, 179, 90, 0.12);
  color: #D7B35A;
  font-size: 12px;
  font-weight: 950;
}

[data-scope="moeen-why-lock"] .moeen-why-lock__card h3 {
  margin: 0;
  color: #F6FAFA;
  font-size: clamp(21px, 2.1vw, 28px);
  line-height: 1.28;
  font-weight: 950;
}

[data-scope="moeen-why-lock"] .moeen-why-lock__card p {
  max-width: 505px;
  margin: 10px 0 0;
  color: rgba(246, 250, 250, 0.66);
  font-size: 14.3px;
  line-height: 1.85;
}

[data-scope="moeen-why-lock"].is-changing .moeen-why-lock__card {
  animation: moeenLockCardSwap 0.38s cubic-bezier(.4,0,.2,1);
}

@keyframes moeenLockCardSwap {
  0% {
    opacity: 0.62;
    transform: translateY(8px) scale(0.99);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

[data-scope="moeen-why-lock"] .moeen-why-lock__bottom {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
}

[data-scope="moeen-why-lock"] .moeen-why-lock__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(215, 179, 90, 0.48);
  border-radius: 13px;
  background: rgba(215, 179, 90, 0.08);
  color: #D7B35A;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
  transition:
    transform 0.25s cubic-bezier(.4,0,.2,1),
    background 0.25s cubic-bezier(.4,0,.2,1),
    border-color 0.25s cubic-bezier(.4,0,.2,1),
    color 0.25s cubic-bezier(.4,0,.2,1);
}

[data-scope="moeen-why-lock"] .moeen-why-lock__btn:hover {
  transform: translateY(-3px);
  background: rgba(20, 217, 204, 0.10);
  border-color: rgba(20, 217, 204, 0.42);
  color: #46F2E8;
}

[data-scope="moeen-why-lock"] .moeen-why-lock__progress {
  width: 148px;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.065);
}

[data-scope="moeen-why-lock"] .moeen-why-lock__progress span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #14D9CC, #D7B35A);
  transition: width 0.28s cubic-bezier(.4,0,.2,1);
}

/* =========================================================
  Orbit Visual
========================================================= */

[data-scope="moeen-why-lock"] .moeen-why-lock__visual {
  min-width: 0;
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit {
  --orbit-rotation: 0deg;
  --orbit-counter: 0deg;
  --orbit-radius: 168px;
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 405px);
  height: 405px;
  margin-inline: auto;
  isolation: isolate;
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__ring {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  transform: rotate(var(--orbit-rotation));
  transition: transform 0.56s cubic-bezier(.34,1.56,.64,1);
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__ring--outer {
  width: 340px;
  height: 340px;
  border: 1px solid rgba(20, 217, 204, 0.16);
  box-shadow: inset 0 0 62px rgba(20, 217, 204, 0.025);
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__ring--middle {
  width: 242px;
  height: 242px;
  border: 1px solid rgba(215, 179, 90, 0.16);
  transition-duration: 0.72s;
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__ring--inner {
  width: 148px;
  height: 148px;
  border: 1px solid rgba(20, 217, 204, 0.20);
  transition-duration: 0.45s;
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__center {
  position: relative;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  padding: 10px;
  border-radius: 32px;
  text-align: center;
  color: #041014;
  background:
    radial-gradient(circle at 30% 18%, rgba(255,255,255,.72), transparent 28%),
    linear-gradient(135deg, #46F2E8 0%, #14D9CC 55%, #0A746E 100%);
  box-shadow:
    0 0 0 10px rgba(20, 217, 204, 0.075),
    0 0 0 22px rgba(20, 217, 204, 0.026),
    0 24px 68px rgba(20, 217, 204, 0.20);
  transform: rotate(45deg);
  transition: transform 0.42s cubic-bezier(.34,1.56,.64,1), box-shadow 0.42s cubic-bezier(.34,1.56,.64,1);
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__center > * {
  transform: rotate(-45deg);
}

[data-scope="moeen-why-lock"].is-changing .moeen-lock-orbit__center {
  transform: rotate(45deg) scale(1.045);
  box-shadow:
    0 0 0 12px rgba(20, 217, 204, 0.07),
    0 0 0 28px rgba(215, 179, 90, 0.026),
    0 28px 78px rgba(20, 217, 204, 0.24);
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__logo {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-bottom: 4px;
  border-radius: 10px;
  background: rgba(4, 16, 20, 0.12);
  color: #041014;
  font-size: 14px;
  font-weight: 950;
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__center strong {
  display: block;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.1;
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__center small {
  display: block;
  max-width: 78px;
  margin-top: 4px;
  color: rgba(4, 16, 20, 0.72);
  font-size: 8.5px;
  font-weight: 900;
  line-height: 1.35;
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__nodes {
  position: absolute;
  inset: 0;
  z-index: 5;
  transform: rotate(var(--orbit-rotation));
  transition: transform 0.56s cubic-bezier(.34,1.56,.64,1);
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__node {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(246, 250, 250, 0.68);
  cursor: pointer;
  transform:
    translate(-50%, -50%)
    rotate(var(--node-angle))
    translateY(calc(var(--orbit-radius) * -1))
    rotate(calc(var(--node-angle) * -1));
  transition:
    opacity 0.28s cubic-bezier(.4,0,.2,1),
    filter 0.28s cubic-bezier(.4,0,.2,1);
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__node-inner {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid rgba(20, 217, 204, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.028);
  color: rgba(246, 250, 250, 0.68);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(12px);
  box-shadow: none;
  transform: rotate(var(--orbit-counter));
  transition:
    transform 0.56s cubic-bezier(.34,1.56,.64,1),
    color 0.28s cubic-bezier(.4,0,.2,1),
    background 0.28s cubic-bezier(.4,0,.2,1),
    border-color 0.28s cubic-bezier(.4,0,.2,1),
    box-shadow 0.28s cubic-bezier(.4,0,.2,1);
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__node i {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: rgba(20, 217, 204, 0.10);
  color: #14D9CC;
  font-style: normal;
  font-size: 9px;
  font-weight: 950;
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__node.is-active .moeen-lock-orbit__node-inner {
  border-color: rgba(215, 179, 90, 0.50);
  background: linear-gradient(135deg, rgba(20, 217, 204, 0.16), rgba(215, 179, 90, 0.14));
  color: #F6FAFA;
  box-shadow: 0 14px 38px rgba(20, 217, 204, 0.12);
  transform: rotate(var(--orbit-counter)) translateY(-6px) scale(1.04);
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__node.is-active i {
  background: #D7B35A;
  color: #061018;
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__node:hover .moeen-lock-orbit__node-inner {
  border-color: rgba(20, 217, 204, 0.34);
  color: #F6FAFA;
}

/* =========================================================
  Responsive
========================================================= */

@media (max-width: 1080px) {
  [data-scope="moeen-why-lock"].moeen-why-lock {
    min-height: auto;
    padding: 66px 0 76px !important;
  }

  [data-scope="moeen-why-lock"] .moeen-why-lock__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  [data-scope="moeen-why-lock"] .moeen-why-lock__visual {
    order: -1;
  }

  [data-scope="moeen-why-lock"] .moeen-lock-orbit {
    width: 360px;
    height: 360px;
    --orbit-radius: 145px;
  }

  [data-scope="moeen-why-lock"] .moeen-lock-orbit__ring--outer {
    width: 300px;
    height: 300px;
  }

  [data-scope="moeen-why-lock"] .moeen-lock-orbit__ring--middle {
    width: 220px;
    height: 220px;
  }

  [data-scope="moeen-why-lock"] .moeen-lock-orbit__ring--inner {
    width: 140px;
    height: 140px;
  }

  [data-scope="moeen-why-lock"] .moeen-why-lock__card {
    width: 100%;
  }
}

@media (max-width: 720px) {
  [data-scope="moeen-why-lock"].moeen-why-lock {
    padding: 62px 0 72px !important;
  }

  [data-scope="moeen-why-lock"] .moeen-why-lock__title {
    font-size: 30px;
    line-height: 1.18;
  }

  [data-scope="moeen-why-lock"] .moeen-why-lock__lead,
  [data-scope="moeen-why-lock"] .moeen-why-lock__card p {
    font-size: 14px;
  }

  [data-scope="moeen-why-lock"] .moeen-why-lock__card {
    min-height: auto;
    padding: 22px;
  }

  [data-scope="moeen-why-lock"] .moeen-why-lock__bottom {
    display: grid;
    gap: 14px;
  }

  [data-scope="moeen-why-lock"] .moeen-why-lock__progress {
    width: 100%;
  }

  [data-scope="moeen-why-lock"] .moeen-lock-orbit {
    width: 310px;
    height: 310px;
    --orbit-radius: 124px;
  }

  [data-scope="moeen-why-lock"] .moeen-lock-orbit__center {
    width: 98px;
    height: 98px;
  }

  [data-scope="moeen-why-lock"] .moeen-lock-orbit__ring--outer {
    width: 260px;
    height: 260px;
  }

  [data-scope="moeen-why-lock"] .moeen-lock-orbit__ring--middle {
    width: 195px;
    height: 195px;
  }

  [data-scope="moeen-why-lock"] .moeen-lock-orbit__ring--inner {
    width: 124px;
    height: 124px;
  }

  [data-scope="moeen-why-lock"] .moeen-lock-orbit__node-inner {
    font-size: 11px;
    padding: 6px 9px;
  }

  [data-scope="moeen-why-lock"] .moeen-lock-orbit__node i {
    width: 20px;
    height: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-why-lock"],
  [data-scope="moeen-why-lock"] *,
  [data-scope="moeen-why-lock"] *::before,
  [data-scope="moeen-why-lock"] *::after {
    animation: none !important;
    transition: none !important;
  }
}
/* =========================================================
  Moeen Why Orbit Final Fix
  إصلاح شكل الدائرة والنودز ومنع التداخل
========================================================= */

[data-scope="moeen-why-lock"] .moeen-lock-orbit {
  --orbit-rotation: 0deg;
  --orbit-counter: 0deg;
  --orbit-radius: 176px;
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 430px);
  height: 430px;
  margin-inline: auto;
  isolation: isolate;
}

/* خلفية خفيفة وراء الدائرة */
[data-scope="moeen-why-lock"] .moeen-lock-orbit::before {
  content: "";
  position: absolute;
  inset: 46px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(20, 217, 204, 0.12), transparent 58%);
  filter: blur(2px);
  pointer-events: none;
}

/* الحلقات */
[data-scope="moeen-why-lock"] .moeen-lock-orbit__ring {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  transform: rotate(var(--orbit-rotation));
  transition: transform 0.62s cubic-bezier(.34, 1.56, .64, 1);
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__ring--outer {
  width: 360px;
  height: 360px;
  border: 1px solid rgba(20, 217, 204, 0.18);
  box-shadow:
    inset 0 0 54px rgba(20, 217, 204, 0.025),
    0 0 46px rgba(20, 217, 204, 0.035);
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__ring--middle {
  width: 254px;
  height: 254px;
  border: 1px solid rgba(215, 179, 90, 0.17);
  transition-duration: 0.76s;
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__ring--inner {
  width: 154px;
  height: 154px;
  border: 1px solid rgba(20, 217, 204, 0.22);
  transition-duration: 0.48s;
}

/* مركز معين - شكل حديث بدلا من الشكل المائل */
[data-scope="moeen-why-lock"] .moeen-lock-orbit__center {
  position: relative;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  padding: 12px;
  border: 1px solid rgba(70, 242, 232, 0.32);
  border-radius: 34px;
  text-align: center;
  color: #041014;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.78), transparent 26%),
    linear-gradient(135deg, #46F2E8 0%, #14D9CC 55%, #08746E 100%);
  box-shadow:
    0 0 0 10px rgba(20, 217, 204, 0.07),
    0 0 0 22px rgba(20, 217, 204, 0.025),
    0 24px 68px rgba(20, 217, 204, 0.20);
  transform: none !important;
  transition:
    transform 0.42s cubic-bezier(.34, 1.56, .64, 1),
    box-shadow 0.42s cubic-bezier(.34, 1.56, .64, 1);
}

[data-scope="moeen-why-lock"].is-changing .moeen-lock-orbit__center {
  transform: scale(1.045) !important;
  box-shadow:
    0 0 0 12px rgba(20, 217, 204, 0.07),
    0 0 0 28px rgba(215, 179, 90, 0.026),
    0 28px 78px rgba(20, 217, 204, 0.24);
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__center > * {
  transform: none !important;
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__logo {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-bottom: 4px;
  border-radius: 10px;
  background: rgba(4, 16, 20, 0.12);
  color: #041014;
  font-size: 14px;
  font-weight: 950;
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__center strong {
  display: block;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.1;
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__center small {
  display: block;
  max-width: 80px;
  margin-top: 4px;
  color: rgba(4, 16, 20, 0.72);
  font-size: 8.5px;
  font-weight: 900;
  line-height: 1.35;
}

/* طبقة النودز الدوارة */
[data-scope="moeen-why-lock"] .moeen-lock-orbit__nodes {
  position: absolute;
  inset: 0;
  z-index: 5;
  transform: rotate(var(--orbit-rotation));
  transition: transform 0.62s cubic-bezier(.34, 1.56, .64, 1);
}

/* مهم: منع أي CSS قديم من تثبيت النودز في أماكن خاطئة */
[data-scope="moeen-why-lock"] .moeen-lock-orbit__node {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(246, 250, 250, 0.68);
  cursor: pointer;
  transform:
    translate(-50%, -50%)
    rotate(var(--node-angle))
    translateY(calc(var(--orbit-radius) * -1))
    rotate(calc(var(--node-angle) * -1)) !important;
  transition:
    opacity 0.28s cubic-bezier(.4, 0, .2, 1),
    filter 0.28s cubic-bezier(.4, 0, .2, 1);
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__node-inner {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 7px 12px;
  border: 1px solid rgba(20, 217, 204, 0.16);
  border-radius: 999px;
  background: rgba(8, 18, 25, 0.72);
  color: rgba(246, 250, 250, 0.70);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transform: rotate(var(--orbit-counter));
  transition:
    transform 0.62s cubic-bezier(.34, 1.56, .64, 1),
    color 0.28s cubic-bezier(.4, 0, .2, 1),
    background 0.28s cubic-bezier(.4, 0, .2, 1),
    border-color 0.28s cubic-bezier(.4, 0, .2, 1),
    box-shadow 0.28s cubic-bezier(.4, 0, .2, 1);
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__node i {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: rgba(20, 217, 204, 0.11);
  color: #14D9CC;
  font-style: normal;
  font-size: 9px;
  font-weight: 950;
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__node b {
  font-weight: 950;
}

/* حالة النود النشط */
[data-scope="moeen-why-lock"] .moeen-lock-orbit__node.is-active {
  z-index: 8;
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__node.is-active .moeen-lock-orbit__node-inner {
  border-color: rgba(215, 179, 90, 0.55);
  background:
    linear-gradient(135deg, rgba(20, 217, 204, 0.22), rgba(215, 179, 90, 0.16));
  color: #F6FAFA;
  box-shadow:
    0 16px 44px rgba(20, 217, 204, 0.16),
    0 0 0 5px rgba(215, 179, 90, 0.045);
  transform: rotate(var(--orbit-counter)) translateY(-7px) scale(1.05);
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__node.is-active i {
  background: #D7B35A;
  color: #061018;
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__node:hover .moeen-lock-orbit__node-inner {
  border-color: rgba(20, 217, 204, 0.34);
  color: #F6FAFA;
}

/* تصغير الدائرة قليلا على الشاشات المتوسطة */
@media (max-width: 1080px) {
  [data-scope="moeen-why-lock"] .moeen-lock-orbit {
    width: 360px;
    height: 360px;
    --orbit-radius: 146px;
  }

  [data-scope="moeen-why-lock"] .moeen-lock-orbit__ring--outer {
    width: 300px;
    height: 300px;
  }

  [data-scope="moeen-why-lock"] .moeen-lock-orbit__ring--middle {
    width: 220px;
    height: 220px;
  }

  [data-scope="moeen-why-lock"] .moeen-lock-orbit__ring--inner {
    width: 138px;
    height: 138px;
  }

  [data-scope="moeen-why-lock"] .moeen-lock-orbit__center {
    width: 102px;
    height: 102px;
  }
}

@media (max-width: 720px) {
  [data-scope="moeen-why-lock"] .moeen-lock-orbit {
    width: 310px;
    height: 310px;
    --orbit-radius: 126px;
  }

 

  [data-scope="moeen-why-lock"] .moeen-lock-orbit__node-inner {
    min-height: 34px;
    padding: 6px 9px;
    font-size: 11px;
  }

  [data-scope="moeen-why-lock"] .moeen-lock-orbit__node i {
    width: 20px;
    height: 20px;
  }
}


/* =========================================================
  Moeen Orbit Center - Circular Premium Animated Core
  شكل دائري مختلف مع أنيميشن خفيف
========================================================= */

[data-scope="moeen-why-lock"] .moeen-lock-orbit__center {
  position: relative;
  z-index: 6;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 118px !important;
  height: 118px !important;
  padding: 14px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(70, 242, 232, 0.34) !important;
  text-align: center;
  overflow: hidden;
  color: #F6FAFA;
  background:
    radial-gradient(circle at 50% 42%, rgba(20, 217, 204, 0.34), transparent 48%),
    linear-gradient(180deg, rgba(8, 18, 25, 0.92), rgba(6, 18, 26, 0.72)) !important;
  box-shadow:
    0 0 0 10px rgba(20, 217, 204, 0.055),
    0 0 0 22px rgba(20, 217, 204, 0.018),
    0 22px 62px rgba(0, 0, 0, 0.28),
    inset 0 0 34px rgba(20, 217, 204, 0.18) !important;
  transform: none !important;
  isolation: isolate;
  transition:
    transform 0.42s cubic-bezier(.34, 1.56, .64, 1),
    border-color 0.32s cubic-bezier(.4, 0, .2, 1),
    box-shadow 0.32s cubic-bezier(.4, 0, .2, 1);
}

/* إلغاء أي دوران قديم للعناصر الداخلية */
[data-scope="moeen-why-lock"] .moeen-lock-orbit__center > * {
  transform: none !important;
}

/* إخفاء حرف م لو موجود */
[data-scope="moeen-why-lock"] .moeen-lock-orbit__logo {
  display: none !important;
}

/* حلقة داخلية متحركة */
[data-scope="moeen-why-lock"] .moeen-lock-orbit__center::before {
  content: "";
  position: absolute;
  inset: 9px;
  z-index: -1;
  border-radius: inherit;
  border: 1px dashed rgba(70, 242, 232, 0.34);
  opacity: 0.82;
  animation: moeenCoreSpin 14s linear infinite;
}

/* نقطة ضوء تدور */
[data-scope="moeen-why-lock"] .moeen-lock-orbit__center::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #D7B35A;
  box-shadow:
    0 0 14px rgba(215, 179, 90, 0.55),
    0 0 24px rgba(20, 217, 204, 0.28);
  transform-origin: 0 50px;
  animation: moeenCoreDot 6s linear infinite;
}

/* النص */
[data-scope="moeen-why-lock"] .moeen-lock-orbit__center strong {
  position: relative;
  z-index: 3;
  display: block;
  margin: 0 !important;
  color: #F6FAFA;
  font-size: 24px !important;
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__center small {
  position: relative;
  z-index: 3;
  display: block;
  max-width: 82px;
  margin-top: 7px !important;
  color: rgba(246, 250, 250, 0.62);
  font-size: 9px !important;
  font-weight: 850;
  line-height: 1.35;
}

/* عند تغيير الكارت */
[data-scope="moeen-why-lock"].is-changing .moeen-lock-orbit__center {
  transform: scale(1.045) !important;
  border-color: rgba(215, 179, 90, 0.42) !important;
  box-shadow:
    0 0 0 12px rgba(20, 217, 204, 0.052),
    0 0 0 28px rgba(215, 179, 90, 0.020),
    0 26px 74px rgba(20, 217, 204, 0.18),
    inset 0 0 42px rgba(20, 217, 204, 0.22) !important;
}

/* أنيميشن خفيف */
@keyframes moeenCoreSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes moeenCoreDot {
  from {
    transform: rotate(0deg) translateX(-50%);
  }

  to {
    transform: rotate(360deg) translateX(-50%);
  }
}

/* إيقاف الحركة لمن يفضل تقليل الحركة */
@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-why-lock"] .moeen-lock-orbit__center::before,
  [data-scope="moeen-why-lock"] .moeen-lock-orbit__center::after {
    animation: none !important;
  }
}

/* موبايل */
@media (max-width: 720px) {
  [data-scope="moeen-why-lock"] .moeen-lock-orbit__center {
    width: 96px !important;
    height: 96px !important;
  }

  [data-scope="moeen-why-lock"] .moeen-lock-orbit__center strong {
    font-size: 21px !important;
  }

  [data-scope="moeen-why-lock"] .moeen-lock-orbit__center small {
    font-size: 8px !important;
  }

  [data-scope="moeen-why-lock"] .moeen-lock-orbit__center::after {
    transform-origin: 0 40px;
  }
}



/* =========================================================
  Home Stats Flow | إحصائيات مركز معين
  Scope: [data-scope="moeen-stats"]
========================================================= */

/* =========================================================
   Moeen Stats Flow - Premium Pipeline Style
   تحسين سكشن الإحصائيات فقط بدون تعديل HTML أو JS
========================================================= */

[data-scope="moeen-stats"].moeen-stats-flow {
  --msf-bg: #02070b;
  --msf-panel: rgba(6, 17, 25, 0.72);
  --msf-card: rgba(8, 18, 25, 0.92);
  --msf-card-hover: rgba(10, 24, 34, 0.98);

  --msf-cyan: #14d9cc;
  --msf-cyan-2: #46f2e8;
  --msf-gold: #d7b35a;
  --msf-gold-2: #f1d56b;

  --msf-text: #f6fafa;
  --msf-muted: rgba(246, 250, 250, 0.66);
  --msf-soft: rgba(246, 250, 250, 0.08);
  --msf-ease: cubic-bezier(.22, 1, .36, 1);

  position: relative;
  overflow: hidden;
  isolation: isolate;
  direction: rtl;
  padding: 66px 0 76px !important;
  background:
  linear-gradient(rgba(20, 217, 204, 0.026) 1px, transparent 1px),
  linear-gradient(90deg, rgba(20, 217, 204, 0.026) 1px, transparent 1px),
  radial-gradient(circle at 50% 16%, rgba(20, 217, 204, 0.055), transparent 34%),
  radial-gradient(circle at 14% 82%, rgba(215, 179, 90, 0.045), transparent 30%),
  var(--msf-bg) !important;

background-size:
  42px 42px,
  42px 42px,
  auto,
  auto,
  auto;
  color: var(--msf-text);
  border: 0 !important;
  border-block: 0 !important;
}

/* هالات خفيفة بدون بوردر خارجي */
[data-scope="moeen-stats"].moeen-stats-flow::before {
  content: "";
  position: absolute;
  inset: auto 8% 0;
  height: 1px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(20, 217, 204, 0.16),
    rgba(215, 179, 90, 0.12),
    transparent
  );
  opacity: 0.75;
}

[data-scope="moeen-stats"].moeen-stats-flow::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -280px;
  top: 18%;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(20, 217, 204, 0.055), transparent 70%);
}

[data-scope="moeen-stats"] .container {
  position: relative;
  z-index: 2;
}

/* =========================================================
   Header
========================================================= */

[data-scope="moeen-stats"] .msf-head {
  max-width: 800px;
  margin: 0 auto 48px;
  text-align: center;
}

[data-scope="moeen-stats"] .msf-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: fit-content;
  padding: 8px 15px;
  border: 1px solid rgba(20, 217, 204, 0.28);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(20, 217, 204, 0.09), rgba(20, 217, 204, 0.035));
  color: var(--msf-cyan-2);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
}

[data-scope="moeen-stats"] .msf-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--msf-gold);
  transform: rotate(45deg);
  box-shadow: 0 0 0 4px rgba(215, 179, 90, 0.08);
}

[data-scope="moeen-stats"] .msf-title {
  margin: 17px 0 0;
  color: var(--msf-text);
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.045em;
}

[data-scope="moeen-stats"] .msf-title span {
  color: var(--msf-gold);
}

[data-scope="moeen-stats"] .msf-lead {
  max-width: 660px;
  margin: 16px auto 0;
  color: var(--msf-muted);
  font-size: 15px;
  line-height: 1.95;
}

/* =========================================================
   Pipeline Wrapper
========================================================= */

[data-scope="moeen-stats"] .msf-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 28px;
  align-items: center;
  min-height: 286px;
  padding: 38px 0;
}

/* خط البايب لاين الرئيسي */
[data-scope="moeen-stats"] .msf-track::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  z-index: 1;
  height: 4px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(20, 217, 204, 0.12),
      rgba(20, 217, 204, 0.34),
      rgba(215, 179, 90, 0.22),
      rgba(20, 217, 204, 0.34),
      rgba(20, 217, 204, 0.12),
      transparent
    );
  transform: translateY(-50%);
  opacity: 0.92;
  box-shadow:
    0 0 18px rgba(20, 217, 204, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* خط خفيف إضافي فوق البايب لاين */
[data-scope="moeen-stats"] .msf-track::after {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: calc(50% - 15px);
  z-index: 1;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(20, 217, 204, 0.10),
    rgba(215, 179, 90, 0.08),
    transparent
  );
  opacity: 0.7;
}

[data-scope="moeen-stats"] .msf-step {
  position: relative;
  min-height: 238px;
}

/* =========================================================
   Timeline Dots
========================================================= */

[data-scope="moeen-stats"] .msf-dot {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(20, 217, 204, 0.58);
  background: rgba(2, 7, 11, 0.98);
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 8px rgba(20, 217, 204, 0.065),
    0 0 20px rgba(20, 217, 204, 0.13),
    inset 0 0 0 4px rgba(20, 217, 204, 0.18);
  pointer-events: none;
  transition:
    border-color 0.28s var(--msf-ease),
    box-shadow 0.28s var(--msf-ease),
    transform 0.28s var(--msf-ease);
}

[data-scope="moeen-stats"] .msf-dot::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  background: var(--msf-cyan);
  transition:
    background 0.28s var(--msf-ease),
    transform 0.28s var(--msf-ease);
}

[data-scope="moeen-stats"] .msf-step:hover .msf-dot,
[data-scope="moeen-stats"] .msf-step.is-flow-active .msf-dot {
  border-color: rgba(70, 242, 232, 0.84);
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow:
    0 0 0 9px rgba(20, 217, 204, 0.085),
    0 0 28px rgba(20, 217, 204, 0.24),
    inset 0 0 0 4px rgba(20, 217, 204, 0.26);
}

[data-scope="moeen-stats"] .msf-step:hover .msf-dot::before,
[data-scope="moeen-stats"] .msf-step.is-flow-active .msf-dot::before {
  background: var(--msf-cyan-2);
  transform: scale(1.2);
}

/* النقطة الذهبية للمرحلة الأخيرة */
[data-scope="moeen-stats"] .msf-step:has(.is-gold) .msf-dot {
  border-color: rgba(215, 179, 90, 0.62);
  box-shadow:
    0 0 0 8px rgba(215, 179, 90, 0.065),
    0 0 20px rgba(215, 179, 90, 0.13),
    inset 0 0 0 4px rgba(215, 179, 90, 0.18);
}

[data-scope="moeen-stats"] .msf-step:has(.is-gold) .msf-dot::before {
  background: var(--msf-gold-2);
}

/* =========================================================
   Moving Pulse - JS keeps working
========================================================= */

[data-scope="moeen-stats"] .msf-pulse {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--msf-cyan-2);
  opacity: 0;
  pointer-events: none;
  box-shadow:
    0 0 0 6px rgba(20, 217, 204, 0.09),
    0 0 20px rgba(20, 217, 204, 0.40),
    0 0 34px rgba(20, 217, 204, 0.16);
  transform: translate3d(0, 0, 0) translate(-50%, -50%) scale(0.72);
  transition:
    transform 0.88s cubic-bezier(.32, .72, .18, 1),
    opacity 0.18s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

[data-scope="moeen-stats"] .msf-pulse.is-on {
  opacity: 1;
  transform: translate3d(var(--pulse-x, 0px), var(--pulse-y, 0px), 0) translate(-50%, -50%) scale(1);
}

[data-scope="moeen-stats"] .msf-pulse.is-gold {
  background: var(--msf-gold-2);
  box-shadow:
    0 0 0 6px rgba(215, 179, 90, 0.10),
    0 0 20px rgba(215, 179, 90, 0.38),
    0 0 34px rgba(215, 179, 90, 0.16);
}

/* =========================================================
   Cards
========================================================= */

[data-scope="moeen-stats"] .msf-card {
  position: absolute;
  left: 50%;
  z-index: 4;
  width: 190px;
  min-height: 118px;
  padding: 15px 16px;
  border: 1px solid rgba(20, 217, 204, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 84% 12%, rgba(20, 217, 204, 0.11), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    var(--msf-card);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 18px 36px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.30s var(--msf-ease),
    border-color 0.30s var(--msf-ease),
    background 0.30s var(--msf-ease),
    box-shadow 0.30s var(--msf-ease),
    filter 0.30s ease;
}

[data-scope="moeen-stats"] .msf-card::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(255, 255, 255, 0.052);
  border-radius: 17px;
  pointer-events: none;
}

[data-scope="moeen-stats"] .msf-card::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 28px;
  width: 60px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--msf-cyan),
    var(--msf-gold),
    transparent
  );
  opacity: 0.68;
  transition:
    opacity 0.28s var(--msf-ease),
    width 0.28s var(--msf-ease);
}

/* توزيع الكروت فوق وتحت الخط بدون تغيير HTML */
[data-scope="moeen-stats"] .msf-step:nth-of-type(odd) .msf-card {
  bottom: calc(50% + 38px);
  transform: translateX(-50%);
}

[data-scope="moeen-stats"] .msf-step:nth-of-type(even) .msf-card {
  top: calc(50% + 38px);
  transform: translateX(-50%);
}

[data-scope="moeen-stats"] .msf-step:nth-of-type(odd) .msf-card:hover,
[data-scope="moeen-stats"] .msf-step:nth-of-type(odd).is-flow-active .msf-card {
  transform: translateX(-50%) translateY(-5px);
}

[data-scope="moeen-stats"] .msf-step:nth-of-type(even) .msf-card:hover,
[data-scope="moeen-stats"] .msf-step:nth-of-type(even).is-flow-active .msf-card {
  transform: translateX(-50%) translateY(5px);
}

[data-scope="moeen-stats"] .msf-card:hover,
[data-scope="moeen-stats"] .msf-step.is-flow-active .msf-card {
  border-color: rgba(20, 217, 204, 0.42);
  background:
    radial-gradient(circle at 84% 12%, rgba(20, 217, 204, 0.17), transparent 38%),
    linear-gradient(180deg, rgba(20, 217, 204, 0.055), rgba(255, 255, 255, 0.014)),
    var(--msf-card-hover);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 22px 44px rgba(0, 0, 0, 0.25);
  filter: saturate(1.06);
}

[data-scope="moeen-stats"] .msf-card:hover::after,
[data-scope="moeen-stats"] .msf-step.is-flow-active .msf-card::after {
  opacity: 1;
  width: 84px;
}

/* Card Gold */
[data-scope="moeen-stats"] .msf-card.is-gold {
  border-color: rgba(215, 179, 90, 0.26);
  background:
    radial-gradient(circle at 84% 12%, rgba(215, 179, 90, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    var(--msf-card);
}

[data-scope="moeen-stats"] .msf-card.is-gold::after {
  background: linear-gradient(
    90deg,
    transparent,
    var(--msf-gold),
    var(--msf-gold-2),
    transparent
  );
}

[data-scope="moeen-stats"] .msf-card.is-gold:hover,
[data-scope="moeen-stats"] .msf-step.is-flow-active .msf-card.is-gold {
  border-color: rgba(215, 179, 90, 0.48);
  background:
    radial-gradient(circle at 84% 12%, rgba(215, 179, 90, 0.17), transparent 38%),
    linear-gradient(180deg, rgba(215, 179, 90, 0.050), rgba(255, 255, 255, 0.014)),
    var(--msf-card-hover);
}

/* =========================================================
   Connectors between Card and Pipeline
========================================================= */

[data-scope="moeen-stats"] .msf-step::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 1px;
  height: 38px;
  transform: translateX(-50%);
  opacity: 0.62;
  transition:
    opacity 0.28s var(--msf-ease),
    background 0.28s var(--msf-ease),
    box-shadow 0.28s var(--msf-ease);
}

[data-scope="moeen-stats"] .msf-step:nth-of-type(odd)::before {
  top: calc(50% - 38px);
  background: linear-gradient(0deg, rgba(20, 217, 204, 0.03), rgba(20, 217, 204, 0.42));
}

[data-scope="moeen-stats"] .msf-step:nth-of-type(even)::before {
  bottom: calc(50% - 38px);
  background: linear-gradient(180deg, rgba(20, 217, 204, 0.03), rgba(20, 217, 204, 0.42));
}

[data-scope="moeen-stats"] .msf-step:hover::before,
[data-scope="moeen-stats"] .msf-step.is-flow-active::before {
  opacity: 1;
  background: linear-gradient(180deg, rgba(20, 217, 204, 0.06), rgba(20, 217, 204, 0.70));
  box-shadow: 0 0 18px rgba(20, 217, 204, 0.12);
}

[data-scope="moeen-stats"] .msf-step:hover:has(.is-gold)::before,
[data-scope="moeen-stats"] .msf-step.is-flow-active:has(.is-gold)::before {
  background: linear-gradient(180deg, rgba(215, 179, 90, 0.08), rgba(215, 179, 90, 0.70));
  box-shadow: 0 0 18px rgba(215, 179, 90, 0.13);
}

/* =========================================================
   Card Content
========================================================= */

[data-scope="moeen-stats"] .msf-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

[data-scope="moeen-stats"] .msf-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 25px;
  max-width: 128px;
  padding: 5px 9px;
  border: 1px solid rgba(20, 217, 204, 0.18);
  border-radius: 999px;
  background: rgba(20, 217, 204, 0.055);
  color: rgba(246, 250, 250, 0.76);
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition:
    border-color 0.24s var(--msf-ease),
    background 0.24s var(--msf-ease),
    color 0.24s var(--msf-ease);
}

[data-scope="moeen-stats"] .msf-chip::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--msf-cyan);
  box-shadow: 0 0 0 4px rgba(20, 217, 204, 0.065);
  transition:
    background 0.22s ease,
    box-shadow 0.22s ease;
}

[data-scope="moeen-stats"] .msf-card:hover .msf-chip,
[data-scope="moeen-stats"] .msf-step.is-flow-active .msf-chip {
  border-color: rgba(20, 217, 204, 0.32);
  background: rgba(20, 217, 204, 0.075);
  color: rgba(246, 250, 250, 0.90);
}

[data-scope="moeen-stats"] .msf-step:hover .msf-chip::before,
[data-scope="moeen-stats"] .msf-step.is-flow-active .msf-chip::before {
  background: var(--msf-cyan-2);
  box-shadow:
    0 0 0 4px rgba(20, 217, 204, 0.10),
    0 0 14px rgba(20, 217, 204, 0.26);
}

[data-scope="moeen-stats"] .msf-card.is-gold .msf-chip {
  border-color: rgba(215, 179, 90, 0.22);
  background: rgba(215, 179, 90, 0.060);
}

[data-scope="moeen-stats"] .msf-card.is-gold .msf-chip::before,
[data-scope="moeen-stats"] .msf-card.is-gold:hover .msf-chip::before,
[data-scope="moeen-stats"] .msf-step.is-flow-active .msf-card.is-gold .msf-chip::before {
  background: var(--msf-gold-2);
  box-shadow:
    0 0 0 4px rgba(215, 179, 90, 0.10),
    0 0 14px rgba(215, 179, 90, 0.24);
}

[data-scope="moeen-stats"] .msf-index {
  display: block;
  color: var(--msf-gold);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  opacity: 0.90;
  flex: 0 0 auto;
}

[data-scope="moeen-stats"] .msf-value {
  display: block;
  margin: 0;
  color: var(--msf-cyan-2);
  font-size: 38px;
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 950;
  text-shadow: 0 0 22px rgba(20, 217, 204, 0.12);
  transition:
    text-shadow 0.25s ease,
    color 0.25s ease,
    transform 0.25s var(--msf-ease);
}

[data-scope="moeen-stats"] .msf-card:hover .msf-value,
[data-scope="moeen-stats"] .msf-step.is-flow-active .msf-value {
  color: var(--msf-cyan-2);
  text-shadow: 0 0 30px rgba(20, 217, 204, 0.26);
  transform: translateY(-1px);
}

[data-scope="moeen-stats"] .msf-card.is-gold .msf-value {
  color: var(--msf-gold-2);
  text-shadow: 0 0 22px rgba(215, 179, 90, 0.16);
}

[data-scope="moeen-stats"] .msf-card.is-gold:hover .msf-value,
[data-scope="moeen-stats"] .msf-step.is-flow-active .msf-card.is-gold .msf-value {
  color: var(--msf-gold-2);
  text-shadow: 0 0 30px rgba(215, 179, 90, 0.26);
}

[data-scope="moeen-stats"] .msf-label {
  display: block;
  margin-top: 8px;
  color: var(--msf-text);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.45;
}

[data-scope="moeen-stats"] .msf-text {
  display: none;
}

/* =========================================================
   Reveal State - Compatible with existing JS
========================================================= */

[data-scope="moeen-stats"] .msf-step {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(1.4px);
  transition:
    opacity 0.7s var(--msf-ease),
    transform 0.7s var(--msf-ease),
    filter 0.7s var(--msf-ease);
}

[data-scope="moeen-stats"].is-visible .msf-step {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

[data-scope="moeen-stats"].is-visible .msf-step:nth-of-type(1) {
  transition-delay: 0.06s;
}

[data-scope="moeen-stats"].is-visible .msf-step:nth-of-type(2) {
  transition-delay: 0.13s;
}

[data-scope="moeen-stats"].is-visible .msf-step:nth-of-type(3) {
  transition-delay: 0.20s;
}

[data-scope="moeen-stats"].is-visible .msf-step:nth-of-type(4) {
  transition-delay: 0.27s;
}

[data-scope="moeen-stats"].is-visible .msf-track::before {
  animation: msfLineIn 1s var(--msf-ease) both;
}

@keyframes msfLineIn {
  from {
    opacity: 0;
    transform: translateY(-50%) scaleX(0.55);
  }

  to {
    opacity: 0.92;
    transform: translateY(-50%) scaleX(1);
  }
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 920px) {
  [data-scope="moeen-stats"] .msf-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    min-height: auto;
    padding: 0;
  }

  [data-scope="moeen-stats"] .msf-track::before,
  [data-scope="moeen-stats"] .msf-track::after,
  [data-scope="moeen-stats"] .msf-pulse,
  [data-scope="moeen-stats"] .msf-dot,
  [data-scope="moeen-stats"] .msf-step::before {
    display: none !important;
  }

  [data-scope="moeen-stats"] .msf-step {
    min-height: auto;
  }

  [data-scope="moeen-stats"] .msf-card,
  [data-scope="moeen-stats"] .msf-step:nth-of-type(odd) .msf-card,
  [data-scope="moeen-stats"] .msf-step:nth-of-type(even) .msf-card {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    min-height: 126px;
    transform: none;
  }

  [data-scope="moeen-stats"] .msf-step:nth-of-type(odd) .msf-card:hover,
  [data-scope="moeen-stats"] .msf-step:nth-of-type(even) .msf-card:hover,
  [data-scope="moeen-stats"] .msf-step:nth-of-type(odd).is-flow-active .msf-card,
  [data-scope="moeen-stats"] .msf-step:nth-of-type(even).is-flow-active .msf-card {
    transform: translateY(-5px);
  }
}

@media (max-width: 760px) {
  [data-scope="moeen-stats"].moeen-stats-flow {
    padding: 56px 0 64px !important;
  }

  [data-scope="moeen-stats"] .container {
    width: min(100% - 28px, 1120px);
  }

  [data-scope="moeen-stats"] .msf-head {
    margin-bottom: 30px;
    text-align: right;
  }

  [data-scope="moeen-stats"] .msf-title {
    font-size: 34px;
    letter-spacing: -0.025em;
  }

  [data-scope="moeen-stats"] .msf-lead {
    font-size: 14px;
    margin-inline: 0;
  }

  [data-scope="moeen-stats"] .msf-track {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  [data-scope="moeen-stats"] .msf-step {
    opacity: 1;
    filter: none;
    transform: none;
  }

  [data-scope="moeen-stats"] .msf-card,
  [data-scope="moeen-stats"] .msf-step:nth-of-type(odd) .msf-card,
  [data-scope="moeen-stats"] .msf-step:nth-of-type(even) .msf-card {
    width: 100%;
    min-height: 118px;
    padding: 15px 16px;
  }

  [data-scope="moeen-stats"] .msf-value {
    font-size: 34px;
  }

  [data-scope="moeen-stats"] .msf-label {
    font-size: 14px;
  }
}

/* =========================================================
   Reduced Motion
========================================================= */

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-stats"] *,
  [data-scope="moeen-stats"] *::before,
  [data-scope="moeen-stats"] *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-scope="moeen-stats"] .msf-step {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  [data-scope="moeen-stats"] .msf-pulse {
    display: none !important;
  }
}


/* =========================================================
   Section: Identity Cards — connected AI path
   ========================================================= */
.section[data-scope="moeen-identity-cards"] {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 12%, rgba(25, 209, 197, 0.09), transparent 28%),
    radial-gradient(circle at 15% 90%, rgba(207, 163, 55, 0.07), transparent 30%),
    linear-gradient(135deg, #071923 0%, #06141d 52%, #081923 100%);
}

[data-scope="moeen-identity-cards"]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(105, 224, 217, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 224, 217, 0.09) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, #000 24%, #000 76%, transparent);
}

[data-scope="moeen-identity-cards"] .container {
  position: relative;
}

[data-scope="moeen-identity-cards"] .moeen-identity-cards__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
}

[data-scope="moeen-identity-cards"] .moeen-identity-cards__grid::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 42px;
  right: 11%;
  left: 11%;
  height: 1px;
  background: linear-gradient(90deg, rgba(207, 163, 55, 0.15), #cfa337 28%, #20d6ca 64%, rgba(32, 214, 202, 0.12));
  background-size: 180% 100%;
  animation: micDataFlow 5s linear infinite;
}

[data-scope="moeen-identity-cards"] .moeen-identity-cards__card {
  --mic-accent: #20d6ca;
  --mic-accent-rgb: 32, 214, 202;
  position: relative;
  z-index: 1;
  min-height: 258px;
  padding: 28px clamp(24px, 2.5vw, 34px) 30px;
  overflow: hidden;
  border: 1px solid rgba(var(--mic-accent-rgb), 0.22);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(var(--mic-accent-rgb), 0.07), transparent 40%),
    rgba(8, 25, 34, 0.92);
  box-shadow: none;
  transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

[data-scope="moeen-identity-cards"] .moeen-identity-cards__card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  left: 26px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--mic-accent), transparent);
  opacity: 0.75;
}

[data-scope="moeen-identity-cards"] .moeen-identity-cards__card::after {
  content: "";
  position: absolute;
  top: 37px;
  right: 52px;
  width: 9px;
  height: 9px;
  border: 2px solid #081923;
  border-radius: 50%;
  background: var(--mic-accent);
  animation: micNodePulse 2.8s ease-in-out infinite;
}

[data-scope="moeen-identity-cards"] .moeen-identity-cards__card:nth-child(2)::after { animation-delay: -0.9s; }
[data-scope="moeen-identity-cards"] .moeen-identity-cards__card:nth-child(3)::after { animation-delay: -1.8s; }

[data-scope="moeen-identity-cards"] .moeen-identity-cards__card--accent {
  --mic-accent: #cfa337;
  --mic-accent-rgb: 207, 163, 55;
}

[data-scope="moeen-identity-cards"] .moeen-identity-cards__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border: 1px solid rgba(var(--mic-accent-rgb), 0.36);
  border-radius: 17px;
  color: var(--mic-accent);
  background: rgba(var(--mic-accent-rgb), 0.08);
}

[data-scope="moeen-identity-cards"] .moeen-identity-cards__icon::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px dashed rgba(var(--mic-accent-rgb), 0.3);
  border-radius: 21px;
  animation: micOrbit 12s linear infinite;
}

[data-scope="moeen-identity-cards"] .moeen-identity-cards__icon svg {
  width: 24px;
  height: 24px;
}

[data-scope="moeen-identity-cards"] .moeen-identity-cards__eyebrow {
  position: absolute;
  top: 26px;
  left: 28px;
  color: rgba(var(--mic-accent-rgb), 0.32);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
}

[data-scope="moeen-identity-cards"] .moeen-identity-cards__card h3 {
  position: relative;
  margin: 0 0 12px;
  color: #f5fbfc;
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 900;
}

[data-scope="moeen-identity-cards"] .moeen-identity-cards__card p {
  position: relative;
  margin: 0;
  color: rgba(225, 239, 242, 0.76);
  font-size: 14px;
  line-height: 2;
}

[data-scope="moeen-identity-cards"] .moeen-identity-cards__card:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--mic-accent-rgb), 0.48);
  background-color: rgba(10, 31, 41, 0.98);
}

[data-scope="moeen-identity-cards"] .moeen-identity-cards__actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(24px, 3vw, 36px);
}

[data-scope="moeen-identity-cards"] .moeen-identity-cards__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid rgba(32, 214, 202, 0.5);
  border-radius: 15px;
  color: #062029;
  background: linear-gradient(135deg, #42ded4, #20cfc4);
  font-weight: 900;
  text-decoration: none;
  box-shadow: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

[data-scope="moeen-identity-cards"] .moeen-identity-cards__cta:hover {
  transform: translateY(-3px);
  border-color: rgba(207, 163, 55, 0.7);
  background: linear-gradient(135deg, #5de6de, #2dd7cc);
}

@keyframes micDataFlow {
  to { background-position: -180% 0; }
}

@keyframes micOrbit {
  to { transform: rotate(360deg); }
}

@keyframes micNodePulse {
  0%, 100% { opacity: 0.55; transform: scale(0.82); }
  50% { opacity: 1; transform: scale(1.15); }
}

@media (max-width: 980px) {
  [data-scope="moeen-identity-cards"] .moeen-identity-cards__grid {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-identity-cards"] .moeen-identity-cards__grid::before {
    top: 42px;
    right: 47px;
    bottom: 42px;
    left: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, #20d6ca, rgba(32, 214, 202, 0.25) 60%, #cfa337);
  }

  [data-scope="moeen-identity-cards"] .moeen-identity-cards__card {
    min-height: auto;
  }
}

@media (max-width: 540px) {
  [data-scope="moeen-identity-cards"] .moeen-identity-cards__grid { gap: 14px; }

  [data-scope="moeen-identity-cards"] .moeen-identity-cards__card {
    padding: 24px 22px 24px;
    border-radius: 20px;
  }

  [data-scope="moeen-identity-cards"] .moeen-identity-cards__grid::before { right: 43px; }
  [data-scope="moeen-identity-cards"] .moeen-identity-cards__icon { width: 48px; height: 48px; margin-bottom: 20px; }
  [data-scope="moeen-identity-cards"] .moeen-identity-cards__card::after { top: 34px; right: 47px; }
  [data-scope="moeen-identity-cards"] .moeen-identity-cards__eyebrow { top: 24px; left: 22px; font-size: 28px; }
  [data-scope="moeen-identity-cards"] .moeen-identity-cards__card p { font-size: 13.5px; line-height: 1.9; }
  [data-scope="moeen-identity-cards"] .moeen-identity-cards__cta { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-identity-cards"] *,
  [data-scope="moeen-identity-cards"] *::before,
  [data-scope="moeen-identity-cards"] *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

/* =========================================================
   03) About Grid
   سكشن التعريف بالمركز: النص + الصورة/العنصر البصري
========================================================= */



/* =========================================================
   Section: About Intro
   السكشن: ما هو مركز معين؟
   تحسين الشكل بدون تغيير خلفية السكشن العامة
   ========================================================= */

/* ---------- Main Shell ---------- */
[data-scope="moeen-about-intro"] .moeen-about-intro__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.82fr);
  align-items: center;
  gap: clamp(34px, 5vw, 70px);
  min-height: 150px;
}

/* ---------- Content ---------- */
[data-scope="moeen-about-intro"] .moeen-about-intro__content {
  max-width: 720px;
  justify-self: start;
}

[data-scope="moeen-about-intro"] .moeen-about-intro__kicker {
  margin-bottom: 18px;
}

[data-scope="moeen-about-intro"] .moeen-about-intro__title {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-size: clamp(38px, 4.8vw, 66px);
  line-height: 1.14;
  font-weight: 900;
  letter-spacing: -0.035em;
}

[data-scope="moeen-about-intro"] .moeen-about-intro__title span {
  color: var(--teal);
}

[data-scope="moeen-about-intro"] .moeen-about-intro__lead {
  max-width: 690px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 2.05;
}

/* ---------- Image Card ---------- */
[data-scope="moeen-about-intro"] .moeen-about-intro__media {
  position: relative;
  width: min(100%, 430px);
  height: 300px;
  justify-self: end;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(35, 198, 189, 0.18);
  border-radius: 28px;
  background: rgba(8, 18, 25, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 22px 58px rgba(0, 0, 0, 0.24);
  transform: translateY(8px);
  transition:
    transform 0.32s var(--ease),
    border-color 0.32s var(--ease),
    box-shadow 0.32s var(--ease);
}

[data-scope="moeen-about-intro"] .moeen-about-intro__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition:
    transform 0.62s var(--ease),
    filter 0.62s var(--ease);
}

/* Overlay */
[data-scope="moeen-about-intro"] .moeen-about-intro__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 7, 11, 0.02) 20%, rgba(2, 7, 11, 0.72) 100%),
    radial-gradient(circle at 78% 18%, rgba(35, 198, 189, 0.18), transparent 35%);
  opacity: 0.86;
  transition: opacity 0.32s var(--ease);
}

/* Inner Border */
[data-scope="moeen-about-intro"] .moeen-about-intro__media::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  opacity: 0.78;
  transition:
    opacity 0.32s var(--ease),
    border-color 0.32s var(--ease);
}

/* ---------- Hover Tag ---------- */
[data-scope="moeen-about-intro"] .moeen-about-intro__tag {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 40px);
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(35, 198, 189, 0.34);
  border-radius: 999px;
  background: rgba(8, 18, 25, 0.86);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  backdrop-filter: blur(12px);
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.28s var(--ease),
    transform 0.28s var(--ease),
    background 0.28s var(--ease),
    border-color 0.28s var(--ease);
}

[data-scope="moeen-about-intro"] .moeen-about-intro__tag::before {
  content: "◆";
  color: var(--gold);
  font-size: 9px;
}

/* ---------- Hover ---------- */
[data-scope="moeen-about-intro"] .moeen-about-intro__media:hover {
  transform: translateY(0);
  border-color: rgba(35, 198, 189, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 30px 74px rgba(0, 0, 0, 0.30);
}

[data-scope="moeen-about-intro"] .moeen-about-intro__media:hover img {
  transform: scale(1.055);
  filter: saturate(1.04) contrast(1.03);
}

[data-scope="moeen-about-intro"] .moeen-about-intro__media:hover::after {
  opacity: 1;
  border-color: rgba(35, 198, 189, 0.26);
}

[data-scope="moeen-about-intro"] .moeen-about-intro__media:hover .moeen-about-intro__tag {
  opacity: 1;
  transform: translateY(0);
  background: rgba(8, 18, 25, 0.92);
  border-color: rgba(35, 198, 189, 0.48);
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  [data-scope="moeen-about-intro"] .moeen-about-intro__shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  [data-scope="moeen-about-intro"] .moeen-about-intro__media {
    order: -1;
    justify-self: center;
    width: min(100%, 560px);
    height: 320px;
  }

  [data-scope="moeen-about-intro"] .moeen-about-intro__content {
    max-width: 100%;
  }
}

@media (max-width: 540px) {
  [data-scope="moeen-about-intro"] .moeen-about-intro__shell {
    gap: 28px;
  }

  [data-scope="moeen-about-intro"] .moeen-about-intro__title {
    font-size: 34px;
    letter-spacing: -0.02em;
  }

  [data-scope="moeen-about-intro"] .moeen-about-intro__lead {
    font-size: 15px;
  }

  [data-scope="moeen-about-intro"] .moeen-about-intro__media {
    width: 100%;
    height: 240px;
    border-radius: 22px;
  }

  [data-scope="moeen-about-intro"] .moeen-about-intro__media::after {
    inset: 10px;
    border-radius: 16px;
  }

  [data-scope="moeen-about-intro"] .moeen-about-intro__tag {
    right: 16px;
    bottom: 16px;
    opacity: 1;
    transform: none;
    min-height: 36px;
    padding: 8px 12px;
    font-size: 12px;
  }
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-about-intro"] .moeen-about-intro__media,
  [data-scope="moeen-about-intro"] .moeen-about-intro__media img,
  [data-scope="moeen-about-intro"] .moeen-about-intro__media::before,
  [data-scope="moeen-about-intro"] .moeen-about-intro__media::after,
  [data-scope="moeen-about-intro"] .moeen-about-intro__tag {
    transition: none !important;
  }
}

/* =========================================================
   04) Why Cards
   سكشن لماذا معين / نقاط القوة
========================================================= */
/* =========================================================
   Section: Why Moeen - Premium Mosaic Board
   السكشن: لماذا معين؟
   تصميم مختلف عن الإحصائيات بدون Pipeline وبدون Slider
   ========================================================= */

/* ---------- Wrapper ---------- */
[data-scope="moeen-why-map"] {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* خط علوي خفيف فقط بدون تغيير خلفية السكشن */
[data-scope="moeen-why-map"]::before {
  content: "";
  position: absolute;
  inset-inline: 12%;
  top: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(35, 198, 189, 0.16),
    rgba(217, 175, 85, 0.12),
    transparent
  );
}

/* ---------- Head ---------- */
[data-scope="moeen-why-map"] .section-head {
  margin-bottom: 44px;
}

[data-scope="moeen-why-map"] .section-title {
  font-size: clamp(36px, 5vw, 64px);
}

[data-scope="moeen-why-map"] .section-lead {
  max-width: 710px;
}

/* ---------- Stage / Mosaic Board ---------- */
[data-scope="moeen-why-map"] .moeen-why-map__stage {
  position: relative;
  width: min(100%, 1120px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(168px, auto);
  gap: 18px;
  padding: 26px;
  border: 0 !important;
  border-radius: 0;
  overflow: visible;
  background:
    radial-gradient(circle at 50% 36%, rgba(35, 198, 189, 0.04), transparent 34%),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    transparent;
  background-size: auto, 38px 38px, 38px 38px, auto;
}

/* زخرفة خلفية ناعمة بدون إطار خارجي */
[data-scope="moeen-why-map"] .moeen-why-map__stage::before {
  content: "";
  position: absolute;
  inset: 8%;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(35, 198, 189, 0.035), transparent 62%);
  opacity: 0.42;
}

[data-scope="moeen-why-map"] .moeen-why-map__stage::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  right: 50%;
  top: 50%;
  pointer-events: none;
  border-radius: 999px;
  transform: translate(50%, -50%);
  background: radial-gradient(circle, rgba(217, 175, 85, 0.025), transparent 68%);
}

/* =========================================================
   Isolated Component: Moeen Why Orbit
   دائرة معين المعزولة بدون تداخل مع أكواد المركز القديمة
   ========================================================= */

[data-scope="moeen-why-map"] .moeen-why-orbit {
  position: relative;
  z-index: 2;
  grid-column: 5 / 9;
  grid-row: 1 / 3;
  min-height: 100%;
  display: grid;
  place-items: center;
  pointer-events: none;
}

/* حاوية الدوائر */
[data-scope="moeen-why-map"] .moeen-why-orbit__ring {
  position: relative;
  width: 190px;
  height: 190px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(20, 217, 204, 0.045), transparent 62%);
}

/* الدائرة الخارجية */
[data-scope="moeen-why-map"] .moeen-why-orbit__ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(20, 217, 204, 0.30);
  border-radius: 50%;
}

/* الدائرة الداخلية المتقطعة */
[data-scope="moeen-why-map"] .moeen-why-orbit__ring::after {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px dashed rgba(20, 217, 204, 0.36);
  border-radius: 50%;
}

/* النص الداخلي */
[data-scope="moeen-why-map"] .moeen-why-orbit__text {
  position: relative;
  z-index: 3;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(20, 217, 204, 0.44);
  border-radius: 50%;
  background:
    radial-gradient(circle at 68% 22%, rgba(20, 217, 204, 0.16), transparent 42%),
    rgba(8, 18, 25, 0.94);
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 10px 26px rgba(0, 0, 0, 0.18);
}

/* النقطة الذهبية الحقيقية */
[data-scope="moeen-why-map"] .moeen-why-orbit__dot {
  position: absolute;
  z-index: 4;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  animation: moeenWhyOrbitSpin 7s linear infinite;
}

[data-scope="moeen-why-map"] .moeen-why-orbit__dot::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateX(-50%);
  box-shadow:
    0 0 0 5px rgba(217, 175, 85, 0.13),
    0 0 16px rgba(217, 175, 85, 0.42);
}

/* حركة دوران النقطة */
@keyframes moeenWhyOrbitSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* ---------- Grid Placement ---------- */
[data-scope="moeen-why-map"] .moeen-why-map__item--one {
  grid-column: 1 / 5;
  grid-row: 1;
}

[data-scope="moeen-why-map"] .moeen-why-map__item--two {
  grid-column: 9 / 13;
  grid-row: 1;
}

[data-scope="moeen-why-map"] .moeen-why-map__item--three {
  grid-column: 1 / 5;
  grid-row: 2;
}

[data-scope="moeen-why-map"] .moeen-why-map__item--four {
  grid-column: 9 / 13;
  grid-row: 2;
}

[data-scope="moeen-why-map"] .moeen-why-map__item--five {
  grid-column: 3 / 11;
  grid-row: 3;
}

/* ---------- Feature Item ---------- */
[data-scope="moeen-why-map"] .moeen-why-map__item {
  position: relative;
  z-index: 3;
  min-height: 168px;
  overflow: hidden;
  padding: 22px 22px 20px;
  border: 1px solid rgba(35, 198, 189, 0.13);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.014)),
    rgba(8, 18, 25, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 14px 38px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.28s var(--ease),
    border-color 0.28s var(--ease),
    background 0.28s var(--ease),
    box-shadow 0.28s var(--ease);
}

/* الكارت الخامس مميز ولكن غير متداخل */
[data-scope="moeen-why-map"] .moeen-why-map__item--five {
  min-height: 150px;
  border-color: rgba(217, 175, 85, 0.22);
  background:
    linear-gradient(180deg, rgba(217, 175, 85, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(8, 18, 25, 0.78);
}

/* إطار داخلي */
[data-scope="moeen-why-map"] .moeen-why-map__item::before {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.052);
  border-radius: 16px;
  opacity: 0.78;
  transition:
    opacity 0.28s var(--ease),
    border-color 0.28s var(--ease);
}

/* إضاءة ركنية */
[data-scope="moeen-why-map"] .moeen-why-map__item::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  left: -58px;
  bottom: -58px;
  pointer-events: none;
  border-radius: 999px;
  background: rgba(35, 198, 189, 0.08);
  filter: blur(9px);
  opacity: 0;
  transition: opacity 0.28s var(--ease);
}

/* ---------- Number ---------- */
[data-scope="moeen-why-map"] .moeen-why-map__num {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  color: rgba(246, 250, 250, 0.20);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  transition:
    color 0.28s var(--ease),
    transform 0.28s var(--ease);
}

/* ---------- Icon ---------- */
[data-scope="moeen-why-map"] .moeen-why-map__icon {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(35, 198, 189, 0.28);
  border-radius: 15px;
  background: rgba(35, 198, 189, 0.08);
  color: var(--teal);
  transition:
    transform 0.28s var(--spring),
    background 0.28s var(--ease),
    color 0.28s var(--ease),
    border-color 0.28s var(--ease);
}

[data-scope="moeen-why-map"] .moeen-why-map__icon svg {
  width: 21px;
  height: 21px;
}

/* ---------- Text ---------- */
[data-scope="moeen-why-map"] .moeen-why-map__item h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 8px;
  color: var(--white);
  font-size: 20px;
  line-height: 1.42;
  font-weight: 900;
}

[data-scope="moeen-why-map"] .moeen-why-map__item p {
  position: relative;
  z-index: 2;
  max-width: 96%;
  margin: 0;
  color: rgba(246, 250, 250, 0.63);
  font-size: 13.5px;
  line-height: 1.85;
}

/* ---------- Accent Item ---------- */
[data-scope="moeen-why-map"] .moeen-why-map__item--five .moeen-why-map__icon {
  color: var(--gold);
  border-color: rgba(217, 175, 85, 0.30);
  background: rgba(217, 175, 85, 0.08);
}

/* ---------- Hover ---------- */
[data-scope="moeen-why-map"] .moeen-why-map__item:hover {
  transform: translateY(-5px);
  border-color: rgba(35, 198, 189, 0.34);
  background:
    linear-gradient(180deg, rgba(35, 198, 189, 0.052), rgba(255, 255, 255, 0.014)),
    rgba(8, 18, 25, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 62px rgba(0, 0, 0, 0.25);
}

[data-scope="moeen-why-map"] .moeen-why-map__item:hover::before {
  opacity: 1;
  border-color: rgba(35, 198, 189, 0.18);
}

[data-scope="moeen-why-map"] .moeen-why-map__item:hover::after {
  opacity: 1;
}

[data-scope="moeen-why-map"] .moeen-why-map__item:hover .moeen-why-map__icon {
  transform: translateY(-2px) rotate(-4deg);
  background: var(--teal);
  border-color: var(--teal);
  color: var(--carbon);
}

[data-scope="moeen-why-map"] .moeen-why-map__item:hover .moeen-why-map__num {
  color: rgba(35, 198, 189, 0.42);
  transform: translateY(-2px);
}

[data-scope="moeen-why-map"] .moeen-why-map__item--five:hover {
  border-color: rgba(217, 175, 85, 0.40);
  background:
    linear-gradient(180deg, rgba(217, 175, 85, 0.065), rgba(255, 255, 255, 0.014)),
    rgba(8, 18, 25, 0.86);
}

[data-scope="moeen-why-map"] .moeen-why-map__item--five:hover .moeen-why-map__icon {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--carbon);
}

[data-scope="moeen-why-map"] .moeen-why-map__item--five:hover .moeen-why-map__num {
  color: rgba(217, 175, 85, 0.48);
}

/* ---------- Responsive ---------- */
@media (max-width: 1120px) {
  [data-scope="moeen-why-map"] .moeen-why-map__stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    padding: 22px;
  }

  [data-scope="moeen-why-map"] .moeen-why-orbit {
    display: none;
  }

  [data-scope="moeen-why-map"] .moeen-why-map__item,
  [data-scope="moeen-why-map"] .moeen-why-map__item--one,
  [data-scope="moeen-why-map"] .moeen-why-map__item--two,
  [data-scope="moeen-why-map"] .moeen-why-map__item--three,
  [data-scope="moeen-why-map"] .moeen-why-map__item--four,
  [data-scope="moeen-why-map"] .moeen-why-map__item--five {
    grid-column: auto;
    grid-row: auto;
    min-height: 160px;
  }

  [data-scope="moeen-why-map"] .moeen-why-map__item--five {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  [data-scope="moeen-why-map"] .moeen-why-map__stage {
    grid-template-columns: 1fr;
    border-radius: 0;
  }

  [data-scope="moeen-why-map"] .section-head {
    margin-bottom: 32px;
  }

  [data-scope="moeen-why-map"] .section-title {
    font-size: 34px;
  }

  [data-scope="moeen-why-map"] .moeen-why-map__item--five {
    grid-column: auto;
  }
}

@media (max-width: 540px) {
  [data-scope="moeen-why-map"] .moeen-why-map__stage {
    padding: 0;
    gap: 14px;
    background:
      radial-gradient(circle at 50% 36%, rgba(35, 198, 189, 0.04), transparent 34%),
      linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
      transparent;
    background-size: auto, 34px 34px, 34px 34px, auto;
  }

  [data-scope="moeen-why-map"] .moeen-why-map__item {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  [data-scope="moeen-why-map"] .moeen-why-map__item::before {
    inset: 10px;
    border-radius: 15px;
  }

  [data-scope="moeen-why-map"] .moeen-why-map__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    border-radius: 14px;
  }

  [data-scope="moeen-why-map"] .moeen-why-map__num {
    top: 22px;
    left: 22px;
    font-size: 22px;
  }

  [data-scope="moeen-why-map"] .moeen-why-map__item h3 {
    font-size: 19px;
  }

  [data-scope="moeen-why-map"] .moeen-why-map__item p {
    font-size: 13.5px;
  }
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-why-map"] .moeen-why-map__item,
  [data-scope="moeen-why-map"] .moeen-why-map__item::before,
  [data-scope="moeen-why-map"] .moeen-why-map__item::after,
  [data-scope="moeen-why-map"] .moeen-why-map__icon,
  [data-scope="moeen-why-map"] .moeen-why-map__num,
  [data-scope="moeen-why-map"] .moeen-why-orbit__dot {
    transition: none !important;
    animation: none !important;
  }
}
/* =========================================================
   05) Generic Card Component
   الكارت العام المستخدم في أكثر من سكشن
========================================================= */
.card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: linear-gradient(180deg, var(--carbon-2), rgba(16, 35, 49, 0.76));
  transition: 0.3s var(--ease);
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 0%, rgba(35, 198, 189, 0.11), transparent 45%);
  opacity: 0;
  transition: 0.35s var(--ease);
}

.card:hover {
  border-color: var(--teal-line);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.card:hover::before {
  opacity: 1;
}

.card h3 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 22px;
}

.card p {
  color: var(--muted);
  font-size: 15px;
}

.icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  border: 1px solid var(--teal-line);
  border-radius: 18px;
  background: var(--teal-dim);
  font-size: 28px;
  transition: 0.35s var(--spring);
}

.card:hover .icon {
  transform: scale(1.1) rotate(-6deg);
  background: var(--teal);
  color: var(--carbon);
}

.card-link {
  display: inline-flex;
  gap: 8px;
  margin-top: 22px;
  color: var(--teal);
  font-weight: 900;
  transition: 0.25s var(--ease);
}

.card-link:hover {
  color: var(--teal);
  transform: translateX(-4px);
}

/* =========================================================
   06) Stats Section
   سكشن الإحصائيات
========================================================= */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.stat {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--carbon-2);
  text-align: center;
  transition: 0.3s var(--ease);
}

.stat:hover {
  border-color: var(--teal-line);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.stat-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 14px;
  border: 1px solid var(--teal-line);
  border-radius: 17px;
  background: var(--teal-dim);
  font-size: 24px;
}

.stat strong {
  display: block;
  color: var(--white);
  font-size: 38px;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

/* =========================================================
   07) Portfolio Section
   سكشن الأعمال / البورتفوليو
========================================================= */
/* =========================================================
   Section: Portfolio Showcase
   السكشن: نماذج المشاريع
   Clean Premium Portfolio Cards
   ========================================================= */

[data-scope="moeen-portfolio-showcase"] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

[data-scope="moeen-portfolio-showcase"]::before {
  content: "";
  position: absolute;
  inset-inline: 12%;
  top: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(35, 198, 189, 0.18),
    rgba(217, 175, 85, 0.12),
    transparent
  );
}

/* ---------- Filters ---------- */
[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__filters {
  width: min(100%, 1040px);
  margin: 0 auto clamp(28px, 4vw, 42px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__filters button {
  min-height: 42px;
  padding: 9px 17px;
  border: 1px solid rgba(35, 198, 189, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.028), rgba(255,255,255,0.010)),
    rgba(8, 18, 25, 0.58);
  color: rgba(246, 250, 250, 0.76);
  font-size: 13.5px;
  font-weight: 900;
  cursor: pointer;
  transition:
    transform 0.25s var(--ease),
    border-color 0.25s var(--ease),
    background 0.25s var(--ease),
    color 0.25s var(--ease);
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__filters button:hover {
  transform: translateY(-2px);
  border-color: rgba(35, 198, 189, 0.34);
  background: rgba(35, 198, 189, 0.08);
  color: var(--white);
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__filters button.is-active {
  border-color: rgba(217, 175, 85, 0.44);
  background:
    linear-gradient(135deg, rgba(217, 175, 85, 0.92), rgba(35, 198, 189, 0.86));
  color: var(--carbon);
}

/* ---------- Grid ---------- */
[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}

/* ---------- Card ---------- */
[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__card {
  position: relative;
  grid-column: span 4;
  overflow: hidden;
  border: 1px solid rgba(35, 198, 189, 0.14);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.036), rgba(255,255,255,0.012)),
    rgba(8, 18, 25, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 14px 38px rgba(0,0,0,0.14);
  transition:
    transform 0.30s var(--ease),
    border-color 0.30s var(--ease),
    background 0.30s var(--ease),
    box-shadow 0.30s var(--ease);
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__card::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,0.048);
  border-radius: 20px;
  opacity: 0.7;
  transition:
    opacity 0.30s var(--ease),
    border-color 0.30s var(--ease);
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__card:hover {
  transform: translateY(-6px);
  border-color: rgba(35, 198, 189, 0.32);
  background:
    linear-gradient(180deg, rgba(35,198,189,0.038), rgba(255,255,255,0.012)),
    rgba(8, 18, 25, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 24px 60px rgba(0,0,0,0.24);
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__card:hover::before {
  opacity: 1;
  border-color: rgba(35, 198, 189, 0.16);
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__link {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  color: inherit;
}

/* ---------- Media ---------- */
[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__media {
  position: relative;
  height: 212px;
  margin: 0;
  overflow: hidden;
  background: var(--carbon-3);
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 44%, rgba(2, 7, 11, 0.72) 100%),
    radial-gradient(circle at 82% 16%, rgba(35, 198, 189, 0.16), transparent 34%);
  opacity: 0.84;
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.70s var(--ease),
    filter 0.70s var(--ease);
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__card:hover .moeen-portfolio-showcase__media img {
  transform: scale(1.055);
  filter: saturate(1.04) contrast(1.02);
}

/* ---------- Category Badge ---------- */
[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__category {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border: 1px solid rgba(35, 198, 189, 0.30);
  border-radius: 999px;
  background: rgba(8, 18, 25, 0.78);
  color: var(--teal);
  font-size: 11.5px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__category::before {
  content: "◆";
  margin-inline-end: 7px;
  color: var(--gold);
  font-size: 8px;
}

/* ---------- Content ---------- */
[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__topline span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__topline small {
  color: rgba(246, 250, 250, 0.18);
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  transition:
    color 220ms ease,
    text-shadow 220ms ease,
    transform 220ms ease;
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__card:hover .moeen-portfolio-showcase__topline small {
  color: rgba(242, 201, 107, 0.92);
  text-shadow:
    0 0 14px rgba(242, 201, 107, 0.26),
    0 0 24px rgba(53, 240, 227, 0.10);
  transform: translateY(-1px);
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__card h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.42;
  font-weight: 900;
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__card p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 13px 0 0;
  color: rgba(246, 250, 250, 0.64);
  font-size: 14.5px;
  line-height: 1.9;
}

/* ---------- Meta Tags ---------- */
[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 17px;
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 5px 9px;
  border: 1px solid rgba(217, 175, 85, 0.19);
  border-radius: 999px;
  background: rgba(217, 175, 85, 0.065);
  color: rgba(246, 250, 250, 0.70);
  font-size: 11.2px;
  font-weight: 800;
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__card:hover .moeen-portfolio-showcase__meta span {
  border-color: rgba(53, 240, 227, 0.34);
  background: rgba(53, 240, 227, 0.085);
  color: rgba(238, 255, 253, 0.88);
  box-shadow: 0 0 18px rgba(53, 240, 227, 0.08);
  transform: translateY(-1px);
}

/* ---------- CTA ---------- */
[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__cta {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(35, 198, 189, 0.26);
  border-radius: 999px;
  background: rgba(35, 198, 189, 0.07);
  color: var(--teal);
  font-size: 12.5px;
  font-weight: 900;
  transition:
    transform 0.25s var(--ease),
    background 0.25s var(--ease),
    color 0.25s var(--ease),
    border-color 0.25s var(--ease);
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__cta::after {
  content: "←";
  margin-inline-start: 7px;
  transition: transform 0.25s var(--ease);
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__card:hover .moeen-portfolio-showcase__cta {
  transform: translateY(-2px);
  background: var(--teal);
  border-color: var(--teal);
  color: var(--carbon);
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__card:hover .moeen-portfolio-showcase__cta::after {
  transform: translateX(-3px);
}

/* ---------- Filtering ---------- */
[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__card.is-hidden {
  display: none;
}

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__empty {
  margin: 28px auto 0;
  width: fit-content;
  padding: 14px 18px;
  border: 1px solid rgba(217, 175, 85, 0.24);
  border-radius: 16px;
  background: rgba(217, 175, 85, 0.08);
  color: var(--gold);
  font-weight: 900;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  [data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__card {
    grid-column: span 6;
  }
}

@media (max-width: 700px) {
  [data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__grid {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__card {
    grid-column: auto;
  }

  [data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__filters {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
    scrollbar-width: thin;
  }

  [data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__filters button {
    flex: 0 0 auto;
  }
}

@media (max-width: 540px) {
  [data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__media {
    height: 200px;
  }

  [data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__content {
    padding: 20px;
  }

  [data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__card {
    border-radius: 24px;
  }

  [data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__card::before {
    inset: 10px;
    border-radius: 18px;
  }

  [data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__topline small {
    font-size: 23px;
  }
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-portfolio-showcase"] *,
  [data-scope="moeen-portfolio-showcase"] *::before,
  [data-scope="moeen-portfolio-showcase"] *::after {
    transition: none !important;
    animation: none !important;
  }
}


/* =========================================================
   08) Blog Section
   سكشن المدونة
========================================================= */
/* =========================================================
   Section: Blog Index - Editorial Premium Layout
   السكشن: أحدث المقالات
   ========================================================= */

/* ---------- Wrapper ---------- */
[data-scope="moeen-blog-index"] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

[data-scope="moeen-blog-index"]::before {
  content: "";
  position: absolute;
  inset-inline: 12%;
  top: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(35, 198, 189, 0.16),
    rgba(217, 175, 85, 0.12),
    transparent
  );
}

/* ---------- Layout ---------- */
[data-scope="moeen-blog-index"] .moeen-blog-index__layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: clamp(26px, 4vw, 42px);
  align-items: start;
}

/* =========================================================
   Sidebar
   ========================================================= */

[data-scope="moeen-blog-index"] .moeen-blog-index__sidebar {
  position: sticky;
  top: 130px;
  display: grid;
  gap: 16px;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__side-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(35, 198, 189, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.012)),
    rgba(8, 18, 25, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.045),
    0 14px 40px rgba(0,0,0,0.15);
}

[data-scope="moeen-blog-index"] .moeen-blog-index__side-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255,255,255,0.045);
  border-radius: 18px;
  pointer-events: none;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__side-title {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__side-title::before {
  content: "◆";
  color: var(--gold);
  font-size: 9px;
}

/* ---------- Search ---------- */
[data-scope="moeen-blog-index"] .moeen-blog-index__search {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__search input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(35, 198, 189, 0.16);
  border-radius: 16px;
  background: rgba(2, 7, 11, 0.42);
  color: var(--white);
  outline: none;
  transition:
    border-color 0.25s var(--ease),
    box-shadow 0.25s var(--ease),
    background 0.25s var(--ease);
}

[data-scope="moeen-blog-index"] .moeen-blog-index__search input:focus {
  border-color: var(--teal);
  background: rgba(2, 7, 11, 0.58);
  box-shadow: 0 0 0 4px rgba(35, 198, 189, 0.11);
}

[data-scope="moeen-blog-index"] .moeen-blog-index__search button {
  min-width: 64px;
  min-height: 50px;
  border: 1px solid var(--teal);
  border-radius: 16px;
  background: var(--teal);
  color: var(--carbon);
  font-weight: 900;
  cursor: pointer;
  transition:
    transform 0.25s var(--ease),
    background 0.25s var(--ease),
    border-color 0.25s var(--ease);
}

[data-scope="moeen-blog-index"] .moeen-blog-index__search button:hover {
  transform: translateY(-2px);
  background: var(--teal-2);
  border-color: var(--teal-2);
}

/* ---------- Categories ---------- */
[data-scope="moeen-blog-index"] .moeen-blog-index__cats {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__cats button {
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid rgba(35, 198, 189, 0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.025);
  color: rgba(246,250,250,0.74);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 0.25s var(--ease),
    border-color 0.25s var(--ease),
    background 0.25s var(--ease),
    color 0.25s var(--ease);
}

[data-scope="moeen-blog-index"] .moeen-blog-index__cats button:hover,
[data-scope="moeen-blog-index"] .moeen-blog-index__cats button.is-active {
  transform: translateY(-2px);
  border-color: rgba(35, 198, 189, 0.34);
  background: rgba(35, 198, 189, 0.09);
  color: var(--white);
}

/* ---------- Latest Posts ---------- */
[data-scope="moeen-blog-index"] .moeen-blog-index__latest {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__latest a {
  display: block;
  padding: 13px 14px;
  border: 1px solid rgba(35, 198, 189, 0.12);
  border-radius: 16px;
  background: rgba(255,255,255,0.022);
  color: rgba(246,250,250,0.68);
  font-size: 14px;
  line-height: 1.85;
  transition:
    transform 0.25s var(--ease),
    color 0.25s var(--ease),
    border-color 0.25s var(--ease),
    background 0.25s var(--ease);
}

[data-scope="moeen-blog-index"] .moeen-blog-index__latest a:hover {
  transform: translateX(-4px);
  border-color: rgba(35, 198, 189, 0.26);
  background: rgba(35, 198, 189, 0.065);
  color: var(--white);
}

/* =========================================================
   Posts List
   ========================================================= */

[data-scope="moeen-blog-index"] .moeen-blog-index__list {
  display: grid;
  gap: 20px;
}

/* ---------- Post Card ---------- */
[data-scope="moeen-blog-index"] .moeen-blog-index__post {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(35, 198, 189, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.012)),
    rgba(8, 18, 25, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.045),
    0 16px 44px rgba(0,0,0,0.16);
  transition:
    transform 0.28s var(--ease),
    border-color 0.28s var(--ease),
    background 0.28s var(--ease),
    box-shadow 0.28s var(--ease);
}

[data-scope="moeen-blog-index"] .moeen-blog-index__post::before {
  content: "";
  position: absolute;
  inset: 16px;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,0.045);
  border-radius: 22px;
  opacity: 0.76;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__post::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  left: -80px;
  bottom: -80px;
  pointer-events: none;
  border-radius: 999px;
  background: rgba(35,198,189,0.075);
  filter: blur(10px);
  opacity: 0;
  transition: opacity 0.28s var(--ease);
}

[data-scope="moeen-blog-index"] .moeen-blog-index__post:hover {
  transform: translateY(-5px);
  border-color: rgba(35, 198, 189, 0.34);
  background:
    linear-gradient(180deg, rgba(35,198,189,0.045), rgba(255,255,255,0.012)),
    rgba(8, 18, 25, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 26px 68px rgba(0,0,0,0.25);
}

[data-scope="moeen-blog-index"] .moeen-blog-index__post:hover::after {
  opacity: 1;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__post a {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, 0.36fr) minmax(0, 1fr);
  gap: 26px;
  min-height: 240px;
  padding: 26px;
  color: inherit;
}

/* ---------- Featured Post ---------- */
[data-scope="moeen-blog-index"] .moeen-blog-index__post--featured a {
  min-height: 280px;
}

/* ---------- Media ---------- */
[data-scope="moeen-blog-index"] .moeen-blog-index__media {
  position: relative;
  height: 100%;
  min-height: 205px;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: var(--carbon-3);
}

[data-scope="moeen-blog-index"] .moeen-blog-index__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 40%, rgba(2,7,11,0.58) 100%),
    radial-gradient(circle at 80% 18%, rgba(35,198,189,0.15), transparent 35%);
  pointer-events: none;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.65s var(--ease),
    filter 0.65s var(--ease);
}

[data-scope="moeen-blog-index"] .moeen-blog-index__post:hover .moeen-blog-index__media img {
  transform: scale(1.055);
  filter: saturate(1.04) contrast(1.03);
}

/* ---------- Body ---------- */
[data-scope="moeen-blog-index"] .moeen-blog-index__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid rgba(217, 175, 85, 0.25);
  border-radius: 999px;
  background: rgba(217,175,85,0.09);
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__post h3 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-size: clamp(23px, 2.4vw, 34px);
  line-height: 1.45;
  font-weight: 900;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__post p {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(246,250,250,0.66);
  font-size: 16px;
  line-height: 2;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__footer small {
  color: rgba(246,250,250,0.50);
  font-size: 13px;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__footer strong {
  color: var(--teal);
  font-size: 15px;
  font-weight: 900;
  transition:
    color 0.25s var(--ease),
    transform 0.25s var(--ease);
}

[data-scope="moeen-blog-index"] .moeen-blog-index__post:hover .moeen-blog-index__footer strong {
  color: var(--teal-2);
  transform: translateX(-4px);
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1100px) {
  [data-scope="moeen-blog-index"] .moeen-blog-index__layout {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-blog-index"] .moeen-blog-index__sidebar {
    position: static;
    order: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  [data-scope="moeen-blog-index"] .moeen-blog-index__list {
    order: 1;
  }
}

@media (max-width: 900px) {
  [data-scope="moeen-blog-index"] .moeen-blog-index__sidebar {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-blog-index"] .moeen-blog-index__post a {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-blog-index"] .moeen-blog-index__media {
    height: 260px;
  }
}

@media (max-width: 540px) {
  [data-scope="moeen-blog-index"] .moeen-blog-index__post {
    border-radius: 22px;
  }

  [data-scope="moeen-blog-index"] .moeen-blog-index__post::before {
    inset: 10px;
    border-radius: 16px;
  }

  [data-scope="moeen-blog-index"] .moeen-blog-index__post a {
    padding: 18px;
    gap: 18px;
  }

  [data-scope="moeen-blog-index"] .moeen-blog-index__media {
    height: 210px;
    min-height: 210px;
    border-radius: 18px;
  }

  [data-scope="moeen-blog-index"] .moeen-blog-index__post h3 {
    font-size: 22px;
  }

  [data-scope="moeen-blog-index"] .moeen-blog-index__post p {
    font-size: 14.5px;
    margin-top: 14px;
  }

  [data-scope="moeen-blog-index"] .moeen-blog-index__footer {
    display: grid;
    gap: 8px;
  }

  [data-scope="moeen-blog-index"] .moeen-blog-index__search {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-blog-index"] .moeen-blog-index__search button {
    width: 100%;
  }
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-blog-index"] *,
  [data-scope="moeen-blog-index"] *::before,
  [data-scope="moeen-blog-index"] *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* =========================================================
   09) Testimonials Section
   سكشن آراء العملاء
========================================================= */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.testimonial-card {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--carbon-2);
  transition: 0.3s var(--ease);
}

.testimonial-card:hover {
  border-color: var(--teal-line);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.stars {
  margin-bottom: 12px;
  color: var(--gold);
  letter-spacing: 2px;
}

.testimonial-card p {
  margin-bottom: 20px;
  color: var(--text);
  font-size: 16px;
}

.testimonial-card strong {
  display: block;
  color: var(--white);
}

.testimonial-card span {
  color: var(--muted);
  font-size: 13px;
}

.testimonial-wide {
  max-width: 860px;
  margin: auto;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--carbon-2);
  text-align: center;
  transition: 0.3s var(--ease);
}

.testimonial-wide:hover {
  border-color: var(--teal-line);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.testimonial-wide p {
  color: var(--white);
  font-size: 22px;
}

/* =========================================================
   10) Partners Section
   سكشن شركاء النجاح
========================================================= */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.partner-logo {
  min-height: 106px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  font-size: 19px;
  font-weight: 900;
  transition: 0.3s var(--ease);
}

.partner-logo:hover {
  color: var(--white);
  border-color: var(--teal-line);
  background: var(--teal-dim);
  box-shadow: var(--shadow);
  transform: translateY(-6px) scale(1.02);
}

.partner-logo span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.partner-logo span::before {
  content: "◈";
  color: var(--teal);
}


/* =========================================================
   Project Detail Hero
   سكشن هيرو تفاصيل المشروع
   ========================================================= */

[data-scope="moeen-project-hero"] {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(86px, 9vw, 130px) 0 clamp(58px, 7vw, 90px);
}

/* لمسات خلفية خفيفة */
[data-scope="moeen-project-hero"]::before {
  content: "";
  position: absolute;
  inset-inline: 12%;
  top: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(35, 198, 189, 0.18),
    rgba(217, 175, 85, 0.12),
    transparent
  );
}

[data-scope="moeen-project-hero"]::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -260px;
  top: 20%;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(35, 198, 189, 0.07), transparent 68%);
}

/* ---------- Grid ---------- */
[data-scope="moeen-project-hero"] .moeen-project-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.88fr);
  align-items: center;
  gap: clamp(38px, 5vw, 76px);
}

/* ---------- Content ---------- */
[data-scope="moeen-project-hero"] .moeen-project-hero__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

/* ---------- Breadcrumb ---------- */
[data-scope="moeen-project-hero"] .moeen-project-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: rgba(246, 250, 250, 0.50);
  font-size: 13px;
  line-height: 1.8;
}

[data-scope="moeen-project-hero"] .moeen-project-hero__breadcrumb a {
  color: var(--teal);
  font-weight: 800;
  transition: color 0.25s var(--ease), transform 0.25s var(--ease);
}

[data-scope="moeen-project-hero"] .moeen-project-hero__breadcrumb a:hover {
  color: var(--teal-2, var(--teal));
  transform: translateY(-1px);
}

[data-scope="moeen-project-hero"] .moeen-project-hero__breadcrumb span {
  color: rgba(246, 250, 250, 0.45);
}

/* ---------- Kicker ---------- */
[data-scope="moeen-project-hero"] .moeen-project-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-bottom: 22px;
  padding: 8px 15px;
  border: 1px solid rgba(35, 198, 189, 0.30);
  border-radius: 999px;
  background: rgba(35, 198, 189, 0.08);
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

[data-scope="moeen-project-hero"] .moeen-project-hero__kicker span {
  color: var(--gold);
  font-size: 9px;
}

/* ---------- Title ---------- */
[data-scope="moeen-project-hero"] h1 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(48px, 6.3vw, 86px);
  line-height: 1.07;
  font-weight: 900;
  letter-spacing: -0.055em;
}

[data-scope="moeen-project-hero"] h1 span {
  display: block;
}

/* ---------- Lead ---------- */
[data-scope="moeen-project-hero"] p {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(246, 250, 250, 0.66);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 2.05;
}

/* ---------- Actions ---------- */
[data-scope="moeen-project-hero"] .moeen-project-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

[data-scope="moeen-project-hero"] .moeen-project-hero__btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  transition:
    transform 0.25s var(--ease),
    background 0.25s var(--ease),
    border-color 0.25s var(--ease),
    color 0.25s var(--ease);
}

[data-scope="moeen-project-hero"] .moeen-project-hero__btn--primary {
  border: 1px solid var(--teal);
  background: var(--teal);
  color: var(--carbon);
}

[data-scope="moeen-project-hero"] .moeen-project-hero__btn--outline {
  border: 1px solid rgba(217, 175, 85, 0.48);
  background: rgba(217, 175, 85, 0.07);
  color: var(--gold);
}

[data-scope="moeen-project-hero"] .moeen-project-hero__btn:hover {
  transform: translateY(-3px);
}

[data-scope="moeen-project-hero"] .moeen-project-hero__btn--primary:hover {
  background: transparent;
  color: var(--teal);
}

[data-scope="moeen-project-hero"] .moeen-project-hero__btn--outline:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--carbon);
}

/* ---------- Media ---------- */
[data-scope="moeen-project-hero"] .moeen-project-hero__media {
  position: relative;
  z-index: 1;
}

[data-scope="moeen-project-hero"] .moeen-project-hero__media figure {
  position: relative;
  width: min(100%, 520px);
  margin: 0;
  margin-inline-start: auto;
  overflow: hidden;
  border: 1px solid rgba(35, 198, 189, 0.18);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.012)),
    rgba(8, 18, 25, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 26px 80px rgba(0, 0, 0, 0.26);
}

[data-scope="moeen-project-hero"] .moeen-project-hero__media figure::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,0.055);
  border-radius: 22px;
}

[data-scope="moeen-project-hero"] .moeen-project-hero__media figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 42%, rgba(2, 7, 11, 0.70) 100%),
    radial-gradient(circle at 80% 18%, rgba(35,198,189,0.16), transparent 34%);
}

[data-scope="moeen-project-hero"] .moeen-project-hero__media img {
  display: block;
  width: 100%;
  height: clamp(320px, 33vw, 430px);
  object-fit: cover;
  transform: scale(1.01);
  transition:
    transform 0.75s var(--ease),
    filter 0.75s var(--ease);
}

[data-scope="moeen-project-hero"] .moeen-project-hero__media:hover img {
  transform: scale(1.055);
  filter: saturate(1.04) contrast(1.03);
}

/* ---------- Caption ---------- */
[data-scope="moeen-project-hero"] .moeen-project-hero__media figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 44px);
  padding: 10px 14px;
  border: 1px solid rgba(35, 198, 189, 0.30);
  border-radius: 999px;
  background: rgba(8, 18, 25, 0.78);
  backdrop-filter: blur(10px);
}

[data-scope="moeen-project-hero"] .moeen-project-hero__media figcaption span {
  color: rgba(246, 250, 250, 0.58);
  font-size: 12px;
  font-weight: 800;
}

[data-scope="moeen-project-hero"] .moeen-project-hero__media figcaption strong {
  color: var(--teal);
  font-size: 12.5px;
  font-weight: 900;
}

/* زخرفة خفيفة خلف الصورة */
[data-scope="moeen-project-hero"] .moeen-project-hero__media::before {
  content: "";
  position: absolute;
  inset: 10% -8% auto auto;
  width: 220px;
  height: 220px;
  z-index: -1;
  border-radius: 999px;
  border: 1px dashed rgba(35, 198, 189, 0.18);
  opacity: 0.75;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  [data-scope="moeen-project-hero"] {
    min-height: auto;
    padding-top: 92px;
  }

  [data-scope="moeen-project-hero"] .moeen-project-hero__grid {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-project-hero"] .moeen-project-hero__content {
    max-width: 860px;
  }

  [data-scope="moeen-project-hero"] .moeen-project-hero__media {
    order: 2;
  }

  [data-scope="moeen-project-hero"] .moeen-project-hero__content {
    order: 1;
  }

  [data-scope="moeen-project-hero"] .moeen-project-hero__media figure {
    width: min(100%, 720px);
    margin-inline: 0;
  }

  [data-scope="moeen-project-hero"] .moeen-project-hero__media img {
    height: 390px;
  }
}

@media (max-width: 700px) {
  [data-scope="moeen-project-hero"] {
    padding: 78px 0 54px;
  }

  [data-scope="moeen-project-hero"] .moeen-project-hero__grid {
    gap: 34px;
  }

  [data-scope="moeen-project-hero"] .moeen-project-hero__breadcrumb {
    font-size: 12.5px;
    margin-bottom: 16px;
  }

  [data-scope="moeen-project-hero"] h1 {
    font-size: 44px;
    letter-spacing: -0.03em;
  }

  [data-scope="moeen-project-hero"] p {
    font-size: 15.5px;
    line-height: 1.95;
  }

  [data-scope="moeen-project-hero"] .moeen-project-hero__actions {
    display: grid;
    gap: 10px;
  }

  [data-scope="moeen-project-hero"] .moeen-project-hero__btn {
    width: 100%;
  }

  [data-scope="moeen-project-hero"] .moeen-project-hero__media figure {
    border-radius: 24px;
  }

  [data-scope="moeen-project-hero"] .moeen-project-hero__media figure::before {
    inset: 10px;
    border-radius: 18px;
  }

  [data-scope="moeen-project-hero"] .moeen-project-hero__media img {
    height: 300px;
  }

  [data-scope="moeen-project-hero"] .moeen-project-hero__media figcaption {
    right: 16px;
    bottom: 16px;
    max-width: calc(100% - 32px);
  }
}

[data-scope="moeen-project-hero"] .moeen-project-hero__media figcaption {
  right: auto;
  left: 22px;
  bottom: auto;
  top: 22px;
}

@media (max-width: 480px) {
  [data-scope="moeen-project-hero"] h1 {
    font-size: 38px;
  }

  [data-scope="moeen-project-hero"] .moeen-project-hero__kicker {
    margin-bottom: 18px;
  }

  [data-scope="moeen-project-hero"] .moeen-project-hero__media img {
    height: 250px;
  }

  [data-scope="moeen-project-hero"] .moeen-project-hero__media figcaption {
    display: grid;
    gap: 3px;
    border-radius: 16px;
  }
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-project-hero"] *,
  [data-scope="moeen-project-hero"] *::before,
  [data-scope="moeen-project-hero"] *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* =========================================================
   12) Detail Hero / Features Orbit Layouts
   جريدات داخلية مشتركة للصفحات التفصيلية
========================================================= */
.detail-hero__grid,
.form-layout,
.features-orbit-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}


/* =========================================================
   Section: Project Case Study
   سكشن دراسة حالة المشروع - Refined Compact Style
   ========================================================= */

[data-scope="moeen-case-study"] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

[data-scope="moeen-case-study"]::before {
  content: "";
  position: absolute;
  inset-inline: 12%;
  top: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(35, 198, 189, 0.18),
    rgba(217, 175, 85, 0.12),
    transparent
  );
}

[data-scope="moeen-case-study"]::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  left: -250px;
  bottom: -260px;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(35, 198, 189, 0.045), transparent 70%);
}

/* ---------- Layout ---------- */
[data-scope="moeen-case-study"] .moeen-case-study__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
}

/* =========================================================
   Main Content
   ========================================================= */

[data-scope="moeen-case-study"] .moeen-case-study__content {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(35, 198, 189, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(35, 198, 189, 0.075), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.040), rgba(255, 255, 255, 0.014)),
    rgba(8, 18, 25, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition:
    transform 0.28s var(--ease),
    border-color 0.28s var(--ease),
    background 0.28s var(--ease);
}

[data-scope="moeen-case-study"] .moeen-case-study__content::before {
  content: "";
  position: absolute;
  inset: 14px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 21px;
  opacity: 0.78;
}

[data-scope="moeen-case-study"] .moeen-case-study__content::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  top: -90px;
  left: -90px;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(217, 175, 85, 0.075), transparent 70%);
}

[data-scope="moeen-case-study"] .moeen-case-study__content:hover {
  transform: translateY(-3px);
  border-color: rgba(35, 198, 189, 0.34);
  background:
    radial-gradient(circle at 90% 10%, rgba(35, 198, 189, 0.10), transparent 32%),
    linear-gradient(180deg, rgba(35, 198, 189, 0.032), rgba(255, 255, 255, 0.014)),
    rgba(8, 18, 25, 0.84);
}

/* ---------- Head ---------- */
[data-scope="moeen-case-study"] .moeen-case-study__head {
  position: relative;
  z-index: 2;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

[data-scope="moeen-case-study"] .moeen-case-study__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 13px;
  border: 1px solid rgba(35, 198, 189, 0.34);
  border-radius: 999px;
  background: rgba(35, 198, 189, 0.095);
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

[data-scope="moeen-case-study"] .moeen-case-study__kicker span {
  color: var(--gold);
  font-size: 8px;
}

[data-scope="moeen-case-study"] .moeen-case-study__head h2 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.028em;
}

[data-scope="moeen-case-study"] .moeen-case-study__head h2 span {
  color: var(--teal);
}

[data-scope="moeen-case-study"] .moeen-case-study__head p {
  max-width: 840px;
  margin: 14px 0 0;
  color: rgba(246, 250, 250, 0.74);
  font-size: 14.8px;
  line-height: 1.95;
}

/* =========================================================
   Timeline
   ========================================================= */

[data-scope="moeen-case-study"] .moeen-case-study__timeline {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

[data-scope="moeen-case-study"] .moeen-case-study__timeline::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 24px;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(35, 198, 189, 0.44),
    rgba(217, 175, 85, 0.26),
    transparent
  );
}

/* ---------- Step ---------- */
[data-scope="moeen-case-study"] .moeen-case-study__step {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

[data-scope="moeen-case-study"] .moeen-case-study__step-marker {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(35, 198, 189, 0.32);
  border-radius: 16px;
  background:
    radial-gradient(circle at 70% 18%, rgba(35, 198, 189, 0.17), transparent 44%),
    rgba(8, 18, 25, 0.95);
  color: var(--teal);
  transition:
    transform 0.25s var(--spring),
    border-color 0.25s var(--ease),
    background 0.25s var(--ease),
    color 0.25s var(--ease);
}

[data-scope="moeen-case-study"] .moeen-case-study__step-marker span {
  font-size: 13px;
  font-weight: 900;
}

[data-scope="moeen-case-study"] .moeen-case-study__step-body {
  position: relative;
  overflow: hidden;
  padding: 18px 20px;
  border: 1px solid rgba(35, 198, 189, 0.15);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.030), rgba(255, 255, 255, 0.010)),
    rgba(2, 7, 11, 0.30);
  transition:
    transform 0.25s var(--ease),
    border-color 0.25s var(--ease),
    background 0.25s var(--ease);
}

[data-scope="moeen-case-study"] .moeen-case-study__step-body::before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 15px;
  opacity: 0.70;
}

[data-scope="moeen-case-study"] .moeen-case-study__step-body h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--teal);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 900;
}

[data-scope="moeen-case-study"] .moeen-case-study__step-body p {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 8px 0 0;
  color: rgba(246, 250, 250, 0.72);
  font-size: 14.2px;
  line-height: 1.9;
}

[data-scope="moeen-case-study"] .moeen-case-study__step:hover .moeen-case-study__step-marker {
  transform: translateY(-2px) rotate(-3deg);
  border-color: rgba(217, 175, 85, 0.42);
  background: rgba(217, 175, 85, 0.11);
  color: var(--gold);
}

[data-scope="moeen-case-study"] .moeen-case-study__step:hover .moeen-case-study__step-body {
  transform: translateY(-2px);
  border-color: rgba(35, 198, 189, 0.32);
  background:
    linear-gradient(180deg, rgba(35, 198, 189, 0.040), rgba(255, 255, 255, 0.010)),
    rgba(2, 7, 11, 0.38);
}

/* ---------- Deliverables Chips ---------- */
[data-scope="moeen-case-study"] .moeen-case-study__chips {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
}

[data-scope="moeen-case-study"] .moeen-case-study__chips span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border: 1px solid rgba(217, 175, 85, 0.24);
  border-radius: 999px;
  background: rgba(217, 175, 85, 0.085);
  color: rgba(246, 250, 250, 0.82);
  font-size: 12px;
  font-weight: 800;
  transition:
    transform 0.22s var(--ease),
    border-color 0.22s var(--ease),
    background 0.22s var(--ease),
    color 0.22s var(--ease);
}

[data-scope="moeen-case-study"] .moeen-case-study__chips span:hover {
  transform: translateY(-2px);
  border-color: rgba(217, 175, 85, 0.44);
  background: rgba(217, 175, 85, 0.13);
  color: var(--gold);
}

/* =========================================================
   Aside Facts
   ========================================================= */

[data-scope="moeen-case-study"] .moeen-case-study__aside {
  position: sticky;
  top: 140px;
}

/* ---------- Facts Card ---------- */
[data-scope="moeen-case-study"] .moeen-case-study__facts-card {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(35, 198, 189, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 10%, rgba(217, 175, 85, 0.10), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(35, 198, 189, 0.09), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.012)),
    rgba(8, 18, 25, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition:
    transform 0.25s var(--ease),
    border-color 0.25s var(--ease),
    background 0.25s var(--ease);
}

[data-scope="moeen-case-study"] .moeen-case-study__facts-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.052);
  border-radius: 18px;
  opacity: 0.82;
}

[data-scope="moeen-case-study"] .moeen-case-study__facts-card:hover {
  transform: translateY(-3px);
  border-color: rgba(35, 198, 189, 0.34);
  background:
    radial-gradient(circle at 18% 10%, rgba(217, 175, 85, 0.13), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(35, 198, 189, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(35, 198, 189, 0.032), rgba(255, 255, 255, 0.012)),
    rgba(8, 18, 25, 0.84);
}

/* ---------- Facts Head ---------- */
[data-scope="moeen-case-study"] .moeen-case-study__facts-head {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.085);
}

[data-scope="moeen-case-study"] .moeen-case-study__facts-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  min-height: 28px;
  margin-bottom: 10px;
  padding: 6px 11px;
  border: 1px solid rgba(35, 198, 189, 0.32);
  border-radius: 999px;
  background: rgba(35, 198, 189, 0.095);
  color: var(--teal);
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1;
}

[data-scope="moeen-case-study"] .moeen-case-study__facts-kicker span {
  color: var(--gold);
  font-size: 8px;
}

[data-scope="moeen-case-study"] .moeen-case-study__facts-head h3 {
  margin: 0;
  color: var(--white);
  font-size: 21px;
  line-height: 1.35;
  font-weight: 900;
}

[data-scope="moeen-case-study"] .moeen-case-study__facts-head p {
  margin: 8px 0 0;
  color: rgba(246, 250, 250, 0.66);
  font-size: 12.8px;
  line-height: 1.85;
}

/* ---------- Highlight Fact ---------- */
[data-scope="moeen-case-study"] .moeen-case-study__highlight-fact {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 12px;
  padding: 14px;
  border: 1px solid rgba(217, 175, 85, 0.30);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(217, 175, 85, 0.13), rgba(35, 198, 189, 0.060)),
    rgba(2, 7, 11, 0.30);
  transition:
    transform 0.22s var(--ease),
    border-color 0.22s var(--ease),
    background 0.22s var(--ease);
}

[data-scope="moeen-case-study"] .moeen-case-study__highlight-fact::before {
  content: "";
  position: absolute;
  inset: 8px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.052);
  border-radius: 12px;
}

[data-scope="moeen-case-study"] .moeen-case-study__highlight-fact span {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 6px;
  color: rgba(246, 250, 250, 0.64);
  font-size: 11.8px;
  font-weight: 800;
}

[data-scope="moeen-case-study"] .moeen-case-study__highlight-fact strong {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--gold);
  font-size: 15.5px;
  line-height: 1.5;
  font-weight: 900;
}

[data-scope="moeen-case-study"] .moeen-case-study__highlight-fact:hover {
  transform: translateY(-2px);
  border-color: rgba(217, 175, 85, 0.46);
  background:
    linear-gradient(135deg, rgba(217, 175, 85, 0.16), rgba(35, 198, 189, 0.075)),
    rgba(2, 7, 11, 0.36);
}

/* ---------- Facts List ---------- */
[data-scope="moeen-case-study"] .moeen-case-study__facts {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

[data-scope="moeen-case-study"] .moeen-case-study__facts li {
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 58px;
  padding: 12px 13px;
  border: 1px solid rgba(35, 198, 189, 0.14);
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0.008)),
    rgba(2, 7, 11, 0.24);
  transition:
    transform 0.22s var(--ease),
    border-color 0.22s var(--ease),
    background 0.22s var(--ease);
}

[data-scope="moeen-case-study"] .moeen-case-study__facts li::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  width: 3px;
  height: 24px;
  border-radius: 999px 0 0 999px;
  background: rgba(35, 198, 189, 0.56);
  transition:
    height 0.22s var(--ease),
    background 0.22s var(--ease);
}

[data-scope="moeen-case-study"] .moeen-case-study__facts li:hover {
  transform: translateY(-2px);
  border-color: rgba(35, 198, 189, 0.30);
  background:
    linear-gradient(180deg, rgba(35, 198, 189, 0.036), rgba(255, 255, 255, 0.008)),
    rgba(2, 7, 11, 0.32);
}

[data-scope="moeen-case-study"] .moeen-case-study__facts li:hover::before {
  height: 34px;
  background: var(--teal);
}

[data-scope="moeen-case-study"] .moeen-case-study__facts li span {
  color: rgba(246, 250, 250, 0.58);
  font-size: 11.6px;
  line-height: 1.6;
  font-weight: 800;
}

[data-scope="moeen-case-study"] .moeen-case-study__facts li strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: 12.8px;
  line-height: 1.65;
  font-weight: 900;
}

/* ---------- Result Item ---------- */
[data-scope="moeen-case-study"] .moeen-case-study__facts-result {
  border-color: rgba(217, 175, 85, 0.24) !important;
  background:
    linear-gradient(180deg, rgba(217, 175, 85, 0.072), rgba(255, 255, 255, 0.008)),
    rgba(2, 7, 11, 0.28) !important;
}

[data-scope="moeen-case-study"] .moeen-case-study__facts-result::before {
  background: rgba(217, 175, 85, 0.68) !important;
}

[data-scope="moeen-case-study"] .moeen-case-study__facts-result strong {
  color: var(--gold);
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1080px) {
  [data-scope="moeen-case-study"] .moeen-case-study__layout {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__aside {
    position: relative;
    top: auto;
    order: -1;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-scope="moeen-case-study"] .moeen-case-study__highlight-fact {
    max-width: 420px;
  }
}

@media (max-width: 760px) {
  [data-scope="moeen-case-study"] .moeen-case-study__content {
    padding: 22px;
    border-radius: 24px;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__content::before {
    inset: 10px;
    border-radius: 18px;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__head h2 {
    font-size: 32px;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__head p {
    font-size: 14px;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__step {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__timeline::before {
    right: 21px;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__step-marker {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__step-body {
    padding: 17px;
    border-radius: 18px;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__step-body h3 {
    font-size: 19px;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__step-body p {
    font-size: 13.8px;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__facts-card {
    padding: 19px;
    border-radius: 22px;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__facts-card::before {
    inset: 9px;
    border-radius: 17px;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__facts {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__highlight-fact {
    max-width: none;
  }
}

@media (max-width: 520px) {
  [data-scope="moeen-case-study"] .moeen-case-study__content,
  [data-scope="moeen-case-study"] .moeen-case-study__facts-card {
    padding: 18px;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__head h2 {
    font-size: 28px;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__step {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__timeline::before {
    display: none;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__step-marker {
    width: fit-content;
    min-width: 46px;
    height: 34px;
    border-radius: 999px;
  }

  [data-scope="moeen-case-study"] .moeen-case-study__facts li {
    min-height: auto;
  }
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-case-study"] *,
  [data-scope="moeen-case-study"] *::before,
  [data-scope="moeen-case-study"] *::after {
    transition: none !important;
    animation: none !important;
  }
}
/* =========================================================
   14) Lists / Links / TOC
   القوائم والروابط الجانبية وقائمة المحتوى
========================================================= */
.feature-list,
.project-facts,
.footer-links,
.toc-list {
  display: grid;
  gap: 10px;
  list-style: none;
}

.feature-list {
  gap: 12px;
  margin-top: 28px;
}

.feature-list li {
  display: flex;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--carbon-3);
  color: var(--text);
  transition: 0.25s var(--ease);
}

.feature-list li:hover {
  border-color: var(--teal-line);
  background: var(--teal-dim);
  transform: translateY(-4px);
}

.feature-list span {
  color: var(--gold);
}

.mini-service-link,
.other-posts a,
.toc-btn {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--muted);
  transition: 0.25s var(--ease);
}

.toc-btn {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  font-weight: 900;
}

.mini-service-link:hover,
.other-posts a:hover,
.toc-btn:hover,
.footer-links a:hover {
  color: var(--teal);
  transform: translateX(-4px);
}

.toc-btn:hover {
  border-color: var(--teal-line);
  background: var(--teal-dim);
}

.toc-mobile {
  display: none;
  margin-bottom: 20px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--carbon-3);
}

/* =========================================================
   15) Flip Cards
   كروت Flip
========================================================= */

/* =========================================================
   16) Audience Cards
   كروت الجمهور المستهدف
========================================================= */



/* =========================================================
   Section: Project Added Value
   سكشن القيمة المضافة - Bento Modern Style
   ========================================================= */

[data-scope="moeen-project-value"] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

[data-scope="moeen-project-value"]::before {
  content: "";
  position: absolute;
  inset-inline: 12%;
  top: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(35, 198, 189, 0.18),
    rgba(217, 175, 85, 0.12),
    transparent
  );
}

[data-scope="moeen-project-value"]::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -260px;
  bottom: -280px;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(35, 198, 189, 0.045), transparent 70%);
}

/* ---------- Layout ---------- */

[data-scope="moeen-project-value"] .moeen-project-value__layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
}

/* ---------- Content ---------- */

[data-scope="moeen-project-value"] .moeen-project-value__content {
  max-width: 620px;
}

[data-scope="moeen-project-value"] .moeen-project-value__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 14px;
  border: 1px solid rgba(35, 198, 189, 0.34);
  border-radius: 999px;
  background: rgba(35, 198, 189, 0.09);
  color: var(--teal);
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1;
}

[data-scope="moeen-project-value"] .moeen-project-value__kicker span {
  color: var(--gold);
  font-size: 8px;
}

[data-scope="moeen-project-value"] .moeen-project-value__content h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(38px, 4.2vw, 68px);
  line-height: 1.14;
  font-weight: 900;
  letter-spacing: -0.04em;
}

[data-scope="moeen-project-value"] .moeen-project-value__content h2 span {
  display: block;
  color: var(--gold);
}

[data-scope="moeen-project-value"] .moeen-project-value__content p {
  max-width: 580px;
  margin: 18px 0 0;
  color: rgba(246, 250, 250, 0.74);
  font-size: 15.5px;
  line-height: 1.95;
}

/* ---------- Cards Grid ---------- */

[data-scope="moeen-project-value"] .moeen-project-value__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

/* ---------- Card ---------- */

[data-scope="moeen-project-value"] .moeen-project-value__card {
  position: relative;
  overflow: hidden;
  min-height: 168px;
  padding: 22px;
  border: 1px solid rgba(35, 198, 189, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.036), rgba(255, 255, 255, 0.012)),
    rgba(8, 18, 25, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition:
    transform 0.25s var(--ease),
    border-color 0.25s var(--ease),
    background 0.25s var(--ease);
}

[data-scope="moeen-project-value"] .moeen-project-value__card::before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.052);
  border-radius: 18px;
  opacity: 0.76;
}

[data-scope="moeen-project-value"] .moeen-project-value__card::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 3px;
  height: 34px;
  border-radius: 999px 0 0 999px;
  background: rgba(35, 198, 189, 0.62);
  transition:
    height 0.25s var(--ease),
    background 0.25s var(--ease);
}

/* الكارت المميز */
[data-scope="moeen-project-value"] .moeen-project-value__card--featured {
  grid-row: span 2;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-color: rgba(217, 175, 85, 0.28);
  background:
    radial-gradient(circle at 18% 10%, rgba(217, 175, 85, 0.14), transparent 34%),
    radial-gradient(circle at 88% 0%, rgba(35, 198, 189, 0.10), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.040), rgba(255, 255, 255, 0.012)),
    rgba(8, 18, 25, 0.78);
}

[data-scope="moeen-project-value"] .moeen-project-value__card--featured::after {
  background: rgba(217, 175, 85, 0.72);
  height: 52px;
}

/* Hover بدون شادو */
[data-scope="moeen-project-value"] .moeen-project-value__card:hover {
  transform: translateY(-3px);
  border-color: rgba(35, 198, 189, 0.36);
  background:
    linear-gradient(180deg, rgba(35, 198, 189, 0.040), rgba(255, 255, 255, 0.012)),
    rgba(8, 18, 25, 0.84);
}

[data-scope="moeen-project-value"] .moeen-project-value__card:hover::after {
  height: 58px;
  background: var(--gold);
}

[data-scope="moeen-project-value"] .moeen-project-value__card--featured:hover {
  border-color: rgba(217, 175, 85, 0.46);
  background:
    radial-gradient(circle at 18% 10%, rgba(217, 175, 85, 0.16), transparent 34%),
    radial-gradient(circle at 88% 0%, rgba(35, 198, 189, 0.13), transparent 32%),
    linear-gradient(180deg, rgba(217, 175, 85, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(8, 18, 25, 0.84);
}

/* ---------- Text ---------- */

[data-scope="moeen-project-value"] .moeen-project-value__num {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 14px;
  color: rgba(246, 250, 250, 0.24);
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  transition: color 0.25s var(--ease);
}

[data-scope="moeen-project-value"] .moeen-project-value__card--featured .moeen-project-value__num {
  color: rgba(217, 175, 85, 0.58);
  font-size: 38px;
}

[data-scope="moeen-project-value"] .moeen-project-value__card:hover .moeen-project-value__num {
  color: rgba(217, 175, 85, 0.70);
}

[data-scope="moeen-project-value"] .moeen-project-value__card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--white);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 900;
}

[data-scope="moeen-project-value"] .moeen-project-value__card--featured h3 {
  max-width: 360px;
  font-size: 28px;
  line-height: 1.35;
}

[data-scope="moeen-project-value"] .moeen-project-value__card p {
  position: relative;
  z-index: 1;
  margin: 9px 0 0;
  color: rgba(246, 250, 250, 0.70);
  font-size: 13.8px;
  line-height: 1.85;
}

[data-scope="moeen-project-value"] .moeen-project-value__card--featured p {
  max-width: 380px;
  margin-top: 12px;
  color: rgba(246, 250, 250, 0.76);
  font-size: 14.5px;
}

/* ---------- Responsive ---------- */

@media (max-width: 1050px) {
  [data-scope="moeen-project-value"] .moeen-project-value__layout {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-project-value"] .moeen-project-value__content {
    max-width: 850px;
    text-align: center;
    margin-inline: auto;
  }

  [data-scope="moeen-project-value"] .moeen-project-value__kicker {
    margin-inline: auto;
  }

  [data-scope="moeen-project-value"] .moeen-project-value__content p {
    margin-inline: auto;
  }

  [data-scope="moeen-project-value"] .moeen-project-value__cards {
    max-width: 900px;
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  [data-scope="moeen-project-value"] .moeen-project-value__content {
    text-align: right;
  }

  [data-scope="moeen-project-value"] .moeen-project-value__kicker {
    margin-inline: 0;
  }

  [data-scope="moeen-project-value"] .moeen-project-value__content h2 {
    font-size: 36px;
    letter-spacing: -0.025em;
  }

  [data-scope="moeen-project-value"] .moeen-project-value__content p {
    font-size: 14.5px;
  }

  [data-scope="moeen-project-value"] .moeen-project-value__cards {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-project-value"] .moeen-project-value__card,
  [data-scope="moeen-project-value"] .moeen-project-value__card--featured {
    grid-row: auto;
    min-height: auto;
    padding: 22px;
  }

  [data-scope="moeen-project-value"] .moeen-project-value__card--featured h3 {
    font-size: 23px;
  }

  [data-scope="moeen-project-value"] .moeen-project-value__card--featured .moeen-project-value__num {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  [data-scope="moeen-project-value"] .moeen-project-value__content h2 {
    font-size: 32px;
  }

  [data-scope="moeen-project-value"] .moeen-project-value__card {
    border-radius: 22px;
  }

  [data-scope="moeen-project-value"] .moeen-project-value__card::before {
    inset: 9px;
    border-radius: 16px;
  }
}

/* ---------- Reduced Motion ---------- */

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-project-value"] *,
  [data-scope="moeen-project-value"] *::before,
  [data-scope="moeen-project-value"] *::after {
    transition: none !important;
    animation: none !important;
  }
}



/* =========================================================
   Section: Project CTA Process
   سكشن تحفيزي لطلب مشروع مشابه
   ========================================================= */

/* =========================================================
   Section: Simple Project CTA
   سكشن بسيط لطلب مشروع مشابه
   ========================================================= */

[data-scope="moeen-simple-project-cta"] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

[data-scope="moeen-simple-project-cta"]::before {
  content: "";
  position: absolute;
  inset-inline: 12%;
  top: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(35, 198, 189, 0.18),
    rgba(217, 175, 85, 0.12),
    transparent
  );
}

/* ---------- Box ---------- */

[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(35, 198, 189, 0.20);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 0%, rgba(217, 175, 85, 0.10), transparent 32%),
    radial-gradient(circle at 92% 16%, rgba(35, 198, 189, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.040), rgba(255, 255, 255, 0.014)),
    rgba(8, 18, 25, 0.80);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__box::before {
  content: "";
  position: absolute;
  inset: 14px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.052);
  border-radius: 23px;
}

[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 28px;
  width: 3px;
  height: 72px;
  border-radius: 999px 0 0 999px;
  background: linear-gradient(180deg, var(--teal), var(--gold));
}

/* ---------- Content ---------- */

[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__content {
  position: relative;
  z-index: 1;
}

[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 13px;
  border: 1px solid rgba(35, 198, 189, 0.34);
  border-radius: 999px;
  background: rgba(35, 198, 189, 0.09);
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__kicker span {
  color: var(--gold);
  font-size: 8px;
}

[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__content h2 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(32px, 3.5vw, 56px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.035em;
}

[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__content h2 span {
  color: var(--teal);
}

[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__content p {
  max-width: 720px;
  margin: 14px 0 0;
  color: rgba(246, 250, 250, 0.72);
  font-size: 15px;
  line-height: 1.9;
}

/* ---------- Points ---------- */

[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(217, 175, 85, 0.24);
  border-radius: 999px;
  background: rgba(217, 175, 85, 0.075);
  color: rgba(246, 250, 250, 0.82);
  font-size: 12.5px;
  font-weight: 800;
}

[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__points span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-inline-end: 8px;
  border-radius: 999px;
  background: var(--gold);
}

/* ---------- Action ---------- */

[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__action {
  position: relative;
  z-index: 1;
  min-width: 250px;
  display: grid;
  gap: 12px;
  justify-items: stretch;
}

[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__action a {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid var(--teal);
  border-radius: 16px;
  background: var(--teal);
  color: var(--carbon);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  transition:
    transform 0.22s var(--ease),
    background 0.22s var(--ease),
    color 0.22s var(--ease),
    border-color 0.22s var(--ease);
}

[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__action a:hover {
  transform: translateY(-2px);
  background: transparent;
  color: var(--teal);
}

[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__action small {
  color: rgba(246, 250, 250, 0.56);
  font-size: 12.5px;
  line-height: 1.7;
  text-align: center;
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  [data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__box {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__action {
    min-width: 0;
    max-width: 360px;
  }
}

@media (max-width: 620px) {
  [data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__box {
    padding: 22px;
    border-radius: 24px;
  }

  [data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__box::before {
    inset: 10px;
    border-radius: 18px;
  }

  [data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__box::after {
    top: 24px;
    height: 56px;
  }

  [data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__content h2 {
    font-size: 28px;
    letter-spacing: -0.02em;
  }

  [data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__content h2 span {
    display: block;
  }

  [data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__content p {
    font-size: 14.2px;
  }

  [data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__action {
    max-width: none;
  }

  [data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__action a {
    width: 100%;
  }
}

/* ---------- Reduced Motion ---------- */

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-simple-project-cta"] *,
  [data-scope="moeen-simple-project-cta"] *::before,
  [data-scope="moeen-simple-project-cta"] *::after {
    transition: none !important;
  }
}






/* =========================================================
   17) Albums / Deliverables / Project Facts
   ألبومات الصور والمخرجات وحقائق المشروع
========================================================= */
.album-grid,
.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.album-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--carbon-2);
  transition: 0.3s var(--ease);
}

.album-card:hover {
  border-color: var(--teal-line);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.album-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.album-card:hover img {
  transform: scale(1.05);
}

.album-card figcaption {
  padding: 14px;
  color: var(--muted);
  font-weight: 800;
}

.deliverables-grid span {
  padding: 12px;
  border: 1px solid var(--teal-line);
  border-radius: 13px;
  background: var(--teal-dim);
  color: var(--text);
  font-weight: 800;
}

.project-facts li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

.project-facts li span {
  color: var(--muted);
}

.project-facts li strong {
  text-align: left;
  font-size: 14px;
}



/* =========================================================
   18) Forms / Contact
   النماذج ووسائل التواصل
========================================================= */



/* =========================================================
   Section: Join Moeen - Compact Professional Style
   السكشن: طلب الانضمام إلى فريق معين
   ========================================================= */

/* ---------- Wrapper ---------- */
[data-scope="moeen-join-section"] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

[data-scope="moeen-join-section"]::before {
  content: "";
  position: absolute;
  inset-inline: 12%;
  top: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(35, 198, 189, 0.18),
    rgba(217, 175, 85, 0.10),
    transparent
  );
}

/* ---------- Layout ---------- */
[data-scope="moeen-join-section"] .moeen-join-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
}

/* ---------- Content Side ---------- */
[data-scope="moeen-join-section"] .moeen-join-section__content {
  max-width: 690px;
}

[data-scope="moeen-join-section"] .moeen-join-section__kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 15px;
  border: 1px solid rgba(35, 198, 189, 0.30);
  border-radius: 999px;
  background: rgba(35, 198, 189, 0.08);
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

[data-scope="moeen-join-section"] .moeen-join-section__kicker span {
  color: var(--gold);
  font-size: 10px;
}

[data-scope="moeen-join-section"] .moeen-join-section__title {
  margin: 0;
  color: var(--white);
  font-size: clamp(40px, 5.3vw, 70px);
  line-height: 1.13;
  font-weight: 900;
  letter-spacing: -0.04em;
}

[data-scope="moeen-join-section"] .moeen-join-section__title span {
  display: inline-block;
  color: var(--teal);
}

[data-scope="moeen-join-section"] .moeen-join-section__lead {
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 2;
}

/* ---------- Compact Values ---------- */
[data-scope="moeen-join-section"] .moeen-join-section__values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

[data-scope="moeen-join-section"] .moeen-join-section__values span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(35, 198, 189, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(246, 250, 250, 0.76);
  font-size: 13px;
  font-weight: 800;
  transition:
    transform 0.25s var(--ease),
    border-color 0.25s var(--ease),
    background 0.25s var(--ease),
    color 0.25s var(--ease);
}

[data-scope="moeen-join-section"] .moeen-join-section__values span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-inline-end: 8px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(217, 175, 85, 0.10);
}

[data-scope="moeen-join-section"] .moeen-join-section__values span:hover {
  transform: translateY(-2px);
  border-color: rgba(35, 198, 189, 0.32);
  background: rgba(35, 198, 189, 0.075);
  color: var(--white);
}

/* ---------- Form Card ---------- */
[data-scope="moeen-join-section"] .moeen-join-section__form-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid rgba(35, 198, 189, 0.20);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.040), rgba(255, 255, 255, 0.014)),
    rgba(8, 18, 25, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 22px 66px rgba(0, 0, 0, 0.24);
  transition:
    transform 0.28s var(--ease),
    border-color 0.28s var(--ease),
    background 0.28s var(--ease);
}

[data-scope="moeen-join-section"] .moeen-join-section__form-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.050);
  border-radius: 21px;
}

[data-scope="moeen-join-section"] .moeen-join-section__form-card::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  left: -95px;
  top: -95px;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(217, 175, 85, 0.09), transparent 65%);
}

[data-scope="moeen-join-section"] .moeen-join-section__form-card:hover {
  transform: translateY(-4px);
  border-color: rgba(35, 198, 189, 0.34);
  background:
    linear-gradient(180deg, rgba(35, 198, 189, 0.035), rgba(255, 255, 255, 0.014)),
    rgba(8, 18, 25, 0.84);
}

/* ---------- Form Head ---------- */
[data-scope="moeen-join-section"] .moeen-join-section__form-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

[data-scope="moeen-join-section"] .moeen-join-section__form-head span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  border: 1px solid rgba(217, 175, 85, 0.24);
  border-radius: 999px;
  background: rgba(217, 175, 85, 0.09);
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

[data-scope="moeen-join-section"] .moeen-join-section__form-head h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.35;
  font-weight: 900;
}

/* ---------- Form ---------- */
[data-scope="moeen-join-section"] .moeen-join-section__form {
  position: relative;
  z-index: 1;
}

[data-scope="moeen-join-section"] .moeen-join-section__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

[data-scope="moeen-join-section"] .moeen-join-section__fields label {
  display: grid;
  gap: 8px;
  color: var(--white);
  font-size: 13.5px;
  font-weight: 900;
}

[data-scope="moeen-join-section"] .moeen-join-section__full {
  grid-column: 1 / -1;
}

/* ---------- Inputs ---------- */
[data-scope="moeen-join-section"] input,
[data-scope="moeen-join-section"] textarea,
[data-scope="moeen-join-section"] select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(35, 198, 189, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0.008)),
    rgba(2, 7, 11, 0.44);
  color: var(--white);
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition:
    border-color 0.25s var(--ease),
    background 0.25s var(--ease),
    box-shadow 0.25s var(--ease);
}

/* إزالة أي Placeholder بصري */
[data-scope="moeen-join-section"] input::placeholder,
[data-scope="moeen-join-section"] textarea::placeholder {
  color: transparent;
}

[data-scope="moeen-join-section"] textarea {
  min-height: 112px;
  padding-block: 13px;
  resize: vertical;
}

[data-scope="moeen-join-section"] input:hover,
[data-scope="moeen-join-section"] textarea:hover,
[data-scope="moeen-join-section"] select:hover {
  border-color: rgba(35, 198, 189, 0.32);
  background:
    linear-gradient(180deg, rgba(35, 198, 189, 0.030), rgba(255, 255, 255, 0.008)),
    rgba(2, 7, 11, 0.50);
}

[data-scope="moeen-join-section"] input:focus,
[data-scope="moeen-join-section"] textarea:focus,
[data-scope="moeen-join-section"] select:focus {
  border-color: var(--teal);
  background: rgba(2, 7, 11, 0.58);
  box-shadow:
    0 0 0 4px rgba(35, 198, 189, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

/* ---------- Select Field - Premium Style ---------- */
[data-scope="moeen-join-section"] .moeen-join-section__select-field {
  position: relative;
}

[data-scope="moeen-join-section"] .moeen-join-section__select-field select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-inline-end: 46px;
  border-color: rgba(217, 175, 85, 0.22);
  background:
    linear-gradient(180deg, rgba(217, 175, 85, 0.050), rgba(255, 255, 255, 0.008)),
    rgba(2, 7, 11, 0.48);
  color: var(--white);
}

/* السهم المخصص للقائمة */
[data-scope="moeen-join-section"] .moeen-join-section__select-field::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 18px;
  width: 9px;
  height: 9px;
  pointer-events: none;
  border-inline-end: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(45deg);
  opacity: 0.9;
  transition:
    transform 0.25s var(--ease),
    opacity 0.25s var(--ease);
}

[data-scope="moeen-join-section"] .moeen-join-section__select-field:hover::after,
[data-scope="moeen-join-section"] .moeen-join-section__select-field:focus-within::after {
  transform: rotate(45deg) translate(2px, 2px);
  opacity: 1;
}

[data-scope="moeen-join-section"] .moeen-join-section__select-field select:hover,
[data-scope="moeen-join-section"] .moeen-join-section__select-field select:focus {
  border-color: rgba(217, 175, 85, 0.42);
  background:
    linear-gradient(180deg, rgba(217, 175, 85, 0.075), rgba(255, 255, 255, 0.010)),
    rgba(2, 7, 11, 0.58);
}

/* تنسيق خيارات القائمة قدر الإمكان حسب دعم المتصفح */
[data-scope="moeen-join-section"] select option {
  background: #071018;
  color: var(--white);
}

/* ---------- Alert ---------- */
[data-scope="moeen-join-section"] .moeen-join-section__alert {
  display: none;
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(35, 198, 189, 0.30);
  border-radius: 14px;
  background: rgba(35, 198, 189, 0.10);
  color: var(--teal);
  font-size: 14px;
  font-weight: 900;
}

/* ---------- Submit Button ---------- */
[data-scope="moeen-join-section"] .moeen-join-section__submit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 18px;
  padding: 14px 24px;
  border: 1px solid var(--teal);
  border-radius: 16px;
  background: rgba(35, 198, 189, 0.10);
  color: var(--teal);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition:
    transform 0.25s var(--ease),
    color 0.25s var(--ease),
    background 0.25s var(--ease),
    border-color 0.25s var(--ease);
}

[data-scope="moeen-join-section"] .moeen-join-section__submit:hover {
  transform: translateY(-2px);
  background: var(--teal);
  border-color: var(--teal);
  color: var(--carbon);
  box-shadow: none !important;
}

[data-scope="moeen-join-section"] .moeen-join-section__submit:focus-visible {
  outline: 3px solid rgba(35, 198, 189, 0.18);
  outline-offset: 4px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  [data-scope="moeen-join-section"] .moeen-join-section__layout {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-join-section"] .moeen-join-section__content,
  [data-scope="moeen-join-section"] .moeen-join-section__form-card {
    max-width: 820px;
    width: 100%;
    margin-inline: auto;
  }
}

@media (max-width: 700px) {
  [data-scope="moeen-join-section"] .moeen-join-section__title {
    font-size: 38px;
    letter-spacing: -0.02em;
  }

  [data-scope="moeen-join-section"] .moeen-join-section__values,
  [data-scope="moeen-join-section"] .moeen-join-section__fields {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-join-section"] .moeen-join-section__form-head {
    display: grid;
    justify-items: start;
  }

  [data-scope="moeen-join-section"] .moeen-join-section__form-card {
    border-radius: 24px;
  }

  [data-scope="moeen-join-section"] .moeen-join-section__form-card::before {
    inset: 12px;
    border-radius: 18px;
  }
}

@media (max-width: 540px) {
  [data-scope="moeen-join-section"] .moeen-join-section__title {
    font-size: 34px;
  }

  [data-scope="moeen-join-section"] .moeen-join-section__lead {
    font-size: 15px;
  }

  [data-scope="moeen-join-section"] .moeen-join-section__values {
    gap: 8px;
  }

  [data-scope="moeen-join-section"] .moeen-join-section__values span {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 12.5px;
  }

  [data-scope="moeen-join-section"] .moeen-join-section__form-card {
    padding: 22px;
  }

  [data-scope="moeen-join-section"] input,
  [data-scope="moeen-join-section"] textarea,
  [data-scope="moeen-join-section"] select {
    border-radius: 14px;
  }
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-join-section"] *,
  [data-scope="moeen-join-section"] *::before,
  [data-scope="moeen-join-section"] *::after {
    transition: none !important;
    animation: none !important;
  }
}



[data-component="moeen-contact"] {
  --contact-teal: var(--teal, #23c6bd);
  --contact-gold: var(--gold, #d9af55);
  --contact-white: var(--white, #f7fbfb);
  --contact-text: rgba(246, 250, 250, 0.82);
  --contact-muted:  rgba(246, 250, 250, 0.68);
  --contact-surface: rgba(10, 24, 33, 0.9);
  --contact-border: rgba(35, 198, 189, 0.22);
  --contact-radius: 24px;

  position: relative;
  overflow: hidden;
  padding-block: clamp(56px, 7vw, 92px);
  isolation: isolate;
}

[data-component="moeen-contact"]::before {
  content: "";
  position: absolute;
  inset-inline-start: -260px;
  top: 12%;
  z-index: -1;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(35, 198, 189, 0.1), transparent 68%);
  pointer-events: none;
}

[data-component="moeen-contact"] .moeen-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  gap: clamp(32px, 4.5vw, 64px);
  align-items: start;
}

[data-component="moeen-contact"] .moeen-contact__content {
  grid-column: 1;
  min-width: 0;
  padding-block: clamp(8px, 1.4vw, 20px);
}

[data-component="moeen-contact"] .moeen-contact__eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(35, 198, 189, 0.22);
  border-radius: 999px;
  background: rgba(35, 198, 189, 0.07);
  color: var(--contact-teal);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

[data-component="moeen-contact"] .moeen-contact__title {
  max-width: 720px;
  margin: 0;
  color: var(--contact-white);
  font-size: clamp(32px, 4.6vw, 56px);
  line-height: 1.14;
  letter-spacing: -0.035em;
  font-weight: 950;
}

[data-component="moeen-contact"] .moeen-contact__title span {
  display: block;
  margin-top: 2px;
  color: var(--contact-teal);
}

[data-component="moeen-contact"] .moeen-contact__lead {
  max-width: 650px;
  margin: 16px 0 0;
  color: var(--contact-text);
  font-size: clamp(14.5px, 1.35vw, 16.5px);
  line-height: 1.9;
}

[data-component="moeen-contact"] .moeen-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

[data-component="moeen-contact"] .moeen-contact__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid var(--contact-border);
  border-radius: 999px;
  background: rgba(8, 18, 25, 0.62);
  color: var(--contact-text);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 850;
  line-height: 1;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

[data-component="moeen-contact"] .moeen-contact__action:hover {
  transform: translateY(-2px);
  border-color: rgba(35, 198, 189, 0.34);
  background: rgba(35, 198, 189, 0.09);
  color: var(--contact-teal);
}

[data-component="moeen-contact"] .moeen-contact__action--primary {
  border-color: rgba(35, 198, 189, 0.36);
  background: linear-gradient(135deg, rgba(35, 198, 189, 0.95), rgba(35, 198, 189, 0.76));
  color: #031b1d;
}


/* =========================================================
   Contact Meta - Modern Flex Cards
========================================================= */

[data-component="moeen-contact"] .moeen-contact__meta {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 12px;
  margin-top: 24px;
}

[data-component="moeen-contact"] .moeen-contact__meta-card {
  min-width: 0;
  min-height: 112px;
  padding: 18px 20px;
  border: 1px solid rgba(35, 198, 189, 0.22);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(11, 27, 37, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 14px 34px rgba(0, 0, 0, 0.12);
}

[data-component="moeen-contact"] .moeen-contact__meta-card:hover {
  border-color: rgba(35, 198, 189, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.068), rgba(255, 255, 255, 0.018)),
    rgba(13, 32, 43, 0.9);
}

[data-component="moeen-contact"] .moeen-contact__meta-label {
  display: block;
  margin-bottom: 7px;
  color: rgba(246, 250, 250, 0.96);
  font-size: 12.8px;
  font-weight: 950;
  line-height: 1.4;
}

[data-component="moeen-contact"] .moeen-contact__meta-value {
  display: block;
  color: rgba(246, 250, 250, 0.78);
  font-size: 13.2px;
  font-weight: 650;
  line-height: 1.85;
}

[data-component="moeen-contact"] .moeen-contact__meta-value--phone {
  color: var(--contact-teal, #23c6bd);
  font-size: 14px;
  font-weight: 950;
  direction: ltr;
  text-align: right;
  letter-spacing: 0.01em;
}

/* Make address card wider */
[data-component="moeen-contact"] .moeen-contact__meta-card:nth-child(2) {
  grid-column: auto;
}

[data-component="moeen-contact"] .moeen-contact__meta-card:nth-child(3) {
  grid-column: 1 / -1;
  min-height: 92px;
}

/* Mobile */
@media (max-width: 700px) {
  [data-component="moeen-contact"] .moeen-contact__meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  [data-component="moeen-contact"] .moeen-contact__meta-card {
    padding: 14px 16px;
    border-radius: 17px;
  }

  [data-component="moeen-contact"] .moeen-contact__meta-value {
    font-size: 13px;
    line-height: 1.8;
  }
}


[data-component="moeen-contact"] .moeen-contact__form-card {
  position: relative;
  grid-column: 2;
  min-width: 0;
  overflow: hidden;
  padding: clamp(26px, 2.6vw, 34px);
  border: 1px solid rgba(35, 198, 189, 0.2);
  border-radius: var(--contact-radius);
  background:
    radial-gradient(circle at 100% 0, rgba(35, 198, 189, 0.1), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    var(--contact-surface);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 64px rgba(0, 0, 0, 0.22);
}

[data-component="moeen-contact"] .moeen-contact__form-card::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(35, 198, 189, 0.72), rgba(217, 175, 85, 0.58), transparent);
  pointer-events: none;
}

[data-component="moeen-contact"] .moeen-contact__form-head {
  margin-bottom: 18px;
}

[data-component="moeen-contact"] .moeen-contact__form-head span {
  display: inline-flex;
  margin-bottom: 7px;
  color: var(--contact-teal);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

[data-component="moeen-contact"] .moeen-contact__form-head h3 {
  margin: 0;
  color: var(--contact-white);
  font-size: clamp(21px, 2vw, 26px);
  line-height: 1.35;
  font-weight: 950;
}

[data-component="moeen-contact"] .moeen-contact__form-head p {
  margin: 7px 0 0;
  color: var(--contact-muted);
  font-size: 13.2px;
  line-height: 1.75;
}

[data-component="moeen-contact"] .moeen-contact__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

[data-component="moeen-contact"] .moeen-contact__fields label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: var(--contact-white);
  font-size: 13px;
  font-weight: 850;
}

[data-component="moeen-contact"] .moeen-contact__field-full {
  grid-column: 1 / -1;
}

[data-component="moeen-contact"] .moeen-contact__fields input,
[data-component="moeen-contact"] .moeen-contact__fields textarea {
  width: 100%;
  min-height: 50px;
  padding-inline: 14px;
  border: 1px solid rgba(35, 198, 189, 0.15);
  border-radius: 14px;
  background: rgba(2, 7, 11, 0.36);
  color: var(--contact-white);
  outline: none;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.6;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

[data-component="moeen-contact"] .moeen-contact__fields textarea {
  min-height: 112px;
  padding-block: 13px;
  resize: vertical;
}

[data-component="moeen-contact"] .moeen-contact__fields input::placeholder,
[data-component="moeen-contact"] .moeen-contact__fields textarea::placeholder {
  color: rgba(246, 250, 250, 0.34);
}

[data-component="moeen-contact"] .moeen-contact__fields input:focus,
[data-component="moeen-contact"] .moeen-contact__fields textarea:focus {
  border-color: rgba(35, 198, 189, 0.48);
  background: rgba(2, 7, 11, 0.5);
  box-shadow: 0 0 0 4px rgba(35, 198, 189, 0.075);
}

[data-component="moeen-contact"] .moeen-contact__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-top: 16px;
  padding: 13px 20px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(35, 198, 189, 1), rgba(35, 198, 189, 0.78));
  color: #031b1d;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
}

[data-component="moeen-contact"] .moeen-contact__alert {
  display: none;
  margin-top: 12px;
  padding: 11px 13px;
  border: 1px solid rgba(35, 198, 189, 0.26);
  border-radius: 14px;
  background: rgba(35, 198, 189, 0.08);
  color: rgba(236, 255, 253, 0.92);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
}

[data-component="moeen-contact"] .moeen-contact__alert.is-visible {
  display: block;
}

[data-component="moeen-contact"] .moeen-contact__alert.is-error {
  border-color: rgba(255, 115, 115, 0.34);
  background: rgba(255, 115, 115, 0.09);
  color: rgba(255, 226, 226, 0.96);
}

[data-component="moeen-contact"] .moeen-contact__submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

[data-component="moeen-contact"] .moeen-contact__privacy {
  margin: 10px 0 0;
  color: rgba(246, 250, 250, 0.48);
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

@media (max-width: 1080px) {
  [data-component="moeen-contact"] .moeen-contact__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  [data-component="moeen-contact"] .moeen-contact__content,
  [data-component="moeen-contact"] .moeen-contact__form-card {
    grid-column: 1;
  }

  [data-component="moeen-contact"] .moeen-contact__form-card {
    width: 100%;
    max-width: 760px;
  }
}



@media (max-width: 700px) {
  [data-component="moeen-contact"] {
    padding-block: 50px;
  }

  [data-component="moeen-contact"] .moeen-contact__grid {
    gap: 24px;
  }

  [data-component="moeen-contact"] .moeen-contact__content {
    padding-block: 0;
  }

  [data-component="moeen-contact"] .moeen-contact__title {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.18;
  }

  [data-component="moeen-contact"] .moeen-contact__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  [data-component="moeen-contact"] .moeen-contact__fields {
    grid-template-columns: 1fr;
  }

  [data-component="moeen-contact"] .moeen-contact__form-card {
    padding: 20px;
    border-radius: 22px;
  }
}




/* =========================================================
   Section: FAQ - Moeen Premium Accordion
   السكشن: الأسئلة الشائعة
   ========================================================= */

/* ---------- Wrapper ---------- */
[data-scope="moeen-faq-section"] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

[data-scope="moeen-faq-section"]::before {
  content: "";
  position: absolute;
  inset-inline: 12%;
  top: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(35, 198, 189, 0.18),
    rgba(217, 175, 85, 0.12),
    transparent
  );
}

[data-scope="moeen-faq-section"]::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -220px;
  bottom: -260px;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(35, 198, 189, 0.07), transparent 68%);
}

/* ---------- Layout ---------- */
[data-scope="moeen-faq-section"] .moeen-faq-section__layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 40px);
  align-items: start;
}

/* =========================================================
   Side Card
   ========================================================= */

[data-scope="moeen-faq-section"] .moeen-faq-section__side {
  position: sticky;
  top: 130px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(35, 198, 189, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 10%, rgba(217, 175, 85, 0.10), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.014)),
    rgba(8, 18, 25, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 52px rgba(0, 0, 0, 0.18);
}

[data-scope="moeen-faq-section"] .moeen-faq-section__side::before {
  content: "";
  position: absolute;
  inset: 14px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.052);
  border-radius: 21px;
}

[data-scope="moeen-faq-section"] .moeen-faq-section__side-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  margin-bottom: 18px;
  padding: 7px 13px;
  border: 1px solid rgba(35, 198, 189, 0.30);
  border-radius: 999px;
  background: rgba(35, 198, 189, 0.08);
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

[data-scope="moeen-faq-section"] .moeen-faq-section__side h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--white);
  font-size: 25px;
  line-height: 1.45;
  font-weight: 900;
}

[data-scope="moeen-faq-section"] .moeen-faq-section__side p {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  color: rgba(246, 250, 250, 0.64);
  font-size: 14.5px;
  line-height: 2;
}

[data-scope="moeen-faq-section"] .moeen-faq-section__side-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

[data-scope="moeen-faq-section"] .moeen-faq-section__side-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(35, 198, 189, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.024);
  color: rgba(246, 250, 250, 0.74);
  font-size: 13.5px;
  font-weight: 800;
}

[data-scope="moeen-faq-section"] .moeen-faq-section__side-list span::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(217, 175, 85, 0.10);
}

[data-scope="moeen-faq-section"] .moeen-faq-section__tab {
  position: relative;
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 16px;
  border: 1px solid rgba(35, 198, 189, 0.16);
  border-radius: 14px;
  color: rgba(246, 250, 250, 0.78);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
    rgba(8, 23, 31, 0.72);
  font-family: inherit;
  font-size: 14px;
  font-weight: 850;
  text-align: right;
  cursor: pointer;
  transition:
    transform 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

[data-scope="moeen-faq-section"] .moeen-faq-section__tab::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: rgba(217, 175, 85, 0.72);
  box-shadow: 0 0 14px rgba(217, 175, 85, 0.18);
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

[data-scope="moeen-faq-section"] .moeen-faq-section__tab:hover,
[data-scope="moeen-faq-section"] .moeen-faq-section__tab:focus-visible {
  color: #ffffff;
  border-color: rgba(35, 198, 189, 0.30);
  background: rgba(35, 198, 189, 0.07);
  transform: translateX(-3px);
}

[data-scope="moeen-faq-section"] .moeen-faq-section__tab.is-active {
  color: #071014;
  border-color: rgba(53, 240, 227, 0.62);
  background: linear-gradient(135deg, #35f0e3, #74fff4);
  box-shadow:
    0 14px 30px rgba(53, 240, 227, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

[data-scope="moeen-faq-section"] .moeen-faq-section__tab.is-active::before {
  background: #d9af55;
  transform: scale(1.18);
  box-shadow: 0 0 16px rgba(217, 175, 85, 0.42);
}

/* =========================================================
   FAQ List
   ========================================================= */

[data-scope="moeen-faq-section"] .moeen-faq-section__list {
  display: grid;
  gap: 14px;
}

/* ---------- FAQ Item ---------- */
[data-scope="moeen-faq-section"] .moeen-faq-section__item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(35, 198, 189, 0.13);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.034), rgba(255, 255, 255, 0.012)),
    rgba(8, 18, 25, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.042),
    0 12px 34px rgba(0, 0, 0, 0.14);
  transition:
    transform 0.28s var(--ease),
    border-color 0.28s var(--ease),
    background 0.28s var(--ease),
    box-shadow 0.28s var(--ease);
}

[data-scope="moeen-faq-section"] .moeen-faq-section__item::before {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 16px;
  opacity: 0.72;
  transition:
    opacity 0.28s var(--ease),
    border-color 0.28s var(--ease);
}

[data-scope="moeen-faq-section"] .moeen-faq-section__item::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  left: -64px;
  bottom: -64px;
  pointer-events: none;
  border-radius: 999px;
  background: rgba(35, 198, 189, 0.07);
  filter: blur(8px);
  opacity: 0;
  transition: opacity 0.28s var(--ease);
}

[data-scope="moeen-faq-section"] .moeen-faq-section__item:hover {
  transform: translateY(-3px);
  border-color: rgba(35, 198, 189, 0.30);
  background:
    linear-gradient(180deg, rgba(35, 198, 189, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(8, 18, 25, 0.80);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 18px 46px rgba(0, 0, 0, 0.20);
}

[data-scope="moeen-faq-section"] .moeen-faq-section__item:hover::after,
[data-scope="moeen-faq-section"] .moeen-faq-section__item.is-open::after {
  opacity: 1;
}

[data-scope="moeen-faq-section"] .moeen-faq-section__item.is-open {
  border-color: rgba(35, 198, 189, 0.32);
  background:
    radial-gradient(circle at 92% 18%, rgba(35, 198, 189, 0.075), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.040), rgba(255, 255, 255, 0.014)),
    rgba(8, 18, 25, 0.84);
}

/* ---------- Question Button ---------- */
[data-scope="moeen-faq-section"] .moeen-faq-section__question {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px;
  border: 0;
  background: transparent;
  color: var(--white);
  text-align: right;
  cursor: pointer;
}

[data-scope="moeen-faq-section"] .moeen-faq-section__question span {
  color: var(--white);
  font-size: clamp(14px, 1.3vw, 22px);
  line-height: 1.55;
  font-weight: 900;
}

/* Icon */
[data-scope="moeen-faq-section"] .moeen-faq-section__question i {
  position: relative;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(35, 198, 189, 0.28);
  border-radius: 15px;
  background: rgba(35, 198, 189, 0.08);
  transition:
    transform 0.32s var(--spring),
    border-color 0.28s var(--ease),
    background 0.28s var(--ease);
}

[data-scope="moeen-faq-section"] .moeen-faq-section__question i::before,
[data-scope="moeen-faq-section"] .moeen-faq-section__question i::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--teal);
  transition:
    transform 0.32s var(--spring),
    background 0.28s var(--ease);
}

[data-scope="moeen-faq-section"] .moeen-faq-section__question i::after {
  transform: rotate(90deg);
}

[data-scope="moeen-faq-section"] .moeen-faq-section__item.is-open .moeen-faq-section__question i {
  transform: rotate(-4deg);
  border-color: rgba(217, 175, 85, 0.34);
  background: rgba(217, 175, 85, 0.11);
}

[data-scope="moeen-faq-section"] .moeen-faq-section__item.is-open .moeen-faq-section__question i::before {
  background: var(--gold);
}

[data-scope="moeen-faq-section"] .moeen-faq-section__item.is-open .moeen-faq-section__question i::after {
  transform: rotate(0deg);
  background: var(--gold);
}

/* Focus */
[data-scope="moeen-faq-section"] .moeen-faq-section__question:focus-visible {
  outline: 3px solid rgba(35, 198, 189, 0.16);
  outline-offset: -6px;
  border-radius: 20px;
}

/* ---------- Answer ---------- */
[data-scope="moeen-faq-section"] .moeen-faq-section__answer {
  position: relative;
  z-index: 1;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    height 0.44s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.28s var(--ease);
}

[data-scope="moeen-faq-section"] .moeen-faq-section__item.is-open .moeen-faq-section__answer {
  opacity: 1;
}

[data-scope="moeen-faq-section"] .moeen-faq-section__answer > div {
  padding: 0 26px 24px;
}

[data-scope="moeen-faq-section"] .moeen-faq-section__answer p {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(35, 198, 189, 0.12);
  border-radius: 18px;
  background: rgba(2, 7, 11, 0.26);
  color: rgba(246, 250, 250, 0.68);
  font-size: 15.5px;
  line-height: 2;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 980px) {
  [data-scope="moeen-faq-section"] .moeen-faq-section__layout {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-faq-section"] .moeen-faq-section__side {
    position: relative;
    top: auto;
  }

  [data-scope="moeen-faq-section"] .moeen-faq-section__side-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  [data-scope="moeen-faq-section"] .moeen-faq-section__side-list {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-faq-section"] .moeen-faq-section__question {
    min-height: 74px;
    padding: 20px;
  }

  [data-scope="moeen-faq-section"] .moeen-faq-section__question i {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  [data-scope="moeen-faq-section"] .moeen-faq-section__answer > div {
    padding: 0 20px 20px;
  }

  [data-scope="moeen-faq-section"] .moeen-faq-section__answer p {
    padding: 16px;
    font-size: 14.5px;
  }
}

@media (max-width: 540px) {
  [data-scope="moeen-faq-section"] .moeen-faq-section__side {
    padding: 22px;
    border-radius: 24px;
  }

  [data-scope="moeen-faq-section"] .moeen-faq-section__item {
    border-radius: 20px;
  }

  [data-scope="moeen-faq-section"] .moeen-faq-section__item::before {
    inset: 10px;
    border-radius: 15px;
  }

  [data-scope="moeen-faq-section"] .moeen-faq-section__question {
    gap: 12px;
    padding: 18px;
  }

  [data-scope="moeen-faq-section"] .moeen-faq-section__question span {
    font-size: 16px;
  }
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-faq-section"] *,
  [data-scope="moeen-faq-section"] *::before,
  [data-scope="moeen-faq-section"] *::after {
    transition: none !important;
    animation: none !important;
  }
}



/* =========================================================
   20) CTA Band
   شريط الدعوة لاتخاذ إجراء
========================================================= */
.cta-band {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  text-align: center;
  background: radial-gradient(circle at 50% 0%, rgba(35, 198, 189, 0.12), transparent 42%), var(--carbon);
}

.cta-band h2 {
  color: var(--white);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.12;
  font-weight: 900;
}

.cta-band p {
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--muted);
}

.cta-actions {
  justify-content: center;
}

/* =========================================================
   21) Footer
   الفوتر
========================================================= */
.site-footer {
  padding: 70px 0 30px;
  border-top: 1px solid var(--border);
  background: #040b11;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 38px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--border);
}

.footer-brand p {
  max-width: 320px;
  margin: 18px 0;
  color: var(--muted);
}

.footer-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: var(--teal) !important;
  font-size: 19px !important;
  transition: 0.25s var(--ease);
}

.footer-title::before {
  content: "◈";
  color: var(--gold);
  font-size: 10px;
}

.footer-title:hover {
  color: var(--gold) !important;
  transform: translateX(-4px);
  letter-spacing: 0.06em;
}

.footer-links {
  display: grid;
  gap: 10px;
  list-style: none;
}

.footer-links a {
  display: inline-flex;
  color: var(--muted);
  transition: 0.25s var(--ease);
}

.footer-card {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid var(--teal-line);
  border-radius: 16px;
  background: var(--teal-dim);
}

.footer-card strong {
  color: var(--white);
}

.footer-card span,
.footer-bottom {
  color: var(--muted);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  font-size: 13px;
}

.footer-mini {
  display: flex;
  gap: 18px;
}

.footer-mini a {
  transition: 0.25s var(--ease);
}

.footer-mini a:hover {
  color: var(--teal);
  transform: translateY(-2px);
}

.footer-social {
  display: flex;
  gap: 9px;
  align-items: center;
}

.footer-social a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  transition: 0.28s var(--ease);
}

.footer-social svg {
  width: 17px;
  height: 17px;
}

.footer-social a:hover {
  color: var(--teal);
  border-color: var(--teal-line);
  background: var(--teal-dim);
  transform: translateY(-3px) rotate(-4deg);
}



/* =========================================================
   25) Accessibility
   تقليل الحركة لمن اختار ذلك من النظام
========================================================= */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* =========================================================
   26) Responsive - Tablet / Small Desktop
   استجابات أقل من 1100px
========================================================= */
@media (max-width: 1100px) {
  .hero__inner,
  .detail-hero__grid,
  .features-orbit-grid,
  .about-grid,
  .form-layout {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    max-width: 650px;
  }

  .stats-grid,
  .flip-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .audience-grid,
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  
  .project-layout {
    grid-template-columns: 1fr;
  }

  .detail-sidebar,
  .project-side {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .scroll-rail {
    display: none;
  }
}

/* =========================================================
   27) Responsive - Mobile / Tablet
   استجابات أقل من 860px
========================================================= */
@media (max-width: 860px) {
  :root {
    --topbar-h: 46px;
    --nav-h: 76px;
    --header-h: 122px;
  }

  .topbar__inner {
    justify-content: center;
  }

  .topbar-social,
  .nav__actions .btn {
    display: none;
  }

  .topbar__hours {
    text-align: center;
    font-size: 12px;
  }

  .menu-toggle {
    display: block;
  }

  .nav__menu {
    position: absolute;
    top: var(--header-h);
    right: 14px;
    left: 14px;
    display: grid;
    gap: 6px;
    max-height: calc(100vh - 150px);
    padding: 16px;
    overflow: auto;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: rgba(7, 16, 24, 0.97);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: 0.3s var(--ease);
  }

  .nav__menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav__link,
  .nav__trigger {
    width: 100%;
    justify-content: space-between;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .nav__link:hover,
  .nav__trigger:hover,
  .nav__link.is-active,
  .nav__trigger.is-active {
    background: rgba(255, 255, 255, 0.04);
  }

  .submenu {
    position: static;
    min-width: 0;
    max-height: 0;
    margin-top: 4px;
    overflow: hidden;
    padding: 0 10px;
    border-color: transparent;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.025);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav__item.is-open > .submenu,
  .nav__item:hover > .submenu {
    max-height: 620px;
    padding: 10px;
    border-color: var(--border);
  }

  .hero__inner {
    padding: 55px 0;
  }

  .hero__title {
    font-size: 42px;
  }

  .service-grid,
  .cards-3,
  .portfolio-grid,
  .blog-grid,
  .testimonial-grid,
  .why-cards {
    grid-template-columns: 1fr;
  }

  .stats-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .album-grid,
  .deliverables-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid,
  .footer-bottom {
    display: grid;
    grid-template-columns: 1fr;
  }

  .toc-mobile {
    display: block;
  }

   .side-card:first-child {
    display: none;
  }

  .detail-media img,
  .about-image img {
    height: 320px;
  }

  .orbit-graphic {
    height: 390px;
    transform: scale(0.88);
  }

  .float-card {
    position: relative;
    inset: auto !important;
    display: inline-block;
    margin: 12px 8px 0 0;
  }

  .hero-image-shell img {
    min-height: 310px;
  }
}




/* =========================================================
   28) Responsive - Small Mobile
   استجابات أقل من 540px
========================================================= */
@media (max-width: 540px) {
  .container {
    padding-inline: 18px;
  }

  .section {
    padding: 76px 0;
  }

  .hero__title {
    font-size: 34px;
  }


  .hero__proof {
    align-items: flex-start;
  }

  .stats-grid,
  .audience-grid,
  .partners-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .detail-media img,
  .about-image img {
    height: 250px;
  }



  .orb {
    display: none;
  }
}

/* إخفاء بقايا ويدجت الدعم القديم إن وجدت */
.moeen-support-widget,
.moeen-support-widget *,
.support-float,
.support-float * {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

/* =========================================================
   Home Portfolio More Button Spacing
   إنزال زر عرض كل الأعمال لأسفل قليلا
   ========================================================= */

[data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__more {
  margin-top: 45px !important;
}

/* =========================================================
  Home Testimonials | Partner List + Featured Testimonial
  Scope: [data-scope="moeen-testimonials"]
========================================================= */

[data-scope="moeen-testimonials"].moeen-testimonials {
  --mt-bg: #02070b;
  --mt-surface: rgba(8, 18, 25, 0.84);
  --mt-surface-strong: rgba(10, 25, 32, 0.94);
  --mt-line: rgba(20, 217, 204, 0.15);
  --mt-line-strong: rgba(20, 217, 204, 0.36);
  --mt-cyan: #14d9cc;
  --mt-cyan-soft: #67fff4;
  --mt-gold: #d7b35a;
  --mt-text: #f6fafa;
  --mt-muted: rgba(246, 250, 250, 0.66);
  --mt-faint: rgba(246, 250, 250, 0.46);
  --mt-radius: 8px;
  position: relative;
  overflow: hidden;
  direction: rtl;
  padding-block: clamp(62px, 7vw, 92px);
  background:
    radial-gradient(circle at 18% 18%, rgba(20, 217, 204, 0.075), transparent 28%),
    linear-gradient(180deg, #02070b 0%, #061017 50%, #02070b 100%);
  border-block: 1px solid rgba(20, 217, 204, 0.08);
}

[data-scope="moeen-testimonials"] .moeen-testimonials__container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__head {
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: clamp(28px, 4vw, 42px);
  text-align: center;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(20, 217, 204, 0.22);
  border-radius: 999px;
  background: rgba(20, 217, 204, 0.055);
  color: var(--mt-cyan-soft);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--mt-gold);
  transform: rotate(45deg);
}

[data-scope="moeen-testimonials"] .moeen-testimonials__title {
  margin: 0;
  color: var(--mt-text);
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 950;
  line-height: 1.18;
  letter-spacing: 0;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__lead {
  max-width: 620px;
  margin: 14px auto 0;
  color: var(--mt-muted);
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.9;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: clamp(18px, 3vw, 28px);
  align-items: stretch;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__partners {
  grid-column: 2;
  display: grid;
  gap: 12px;
  align-content: start;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__feature {
  grid-column: 1;
  position: relative;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(20, 217, 204, 0.22);
  border-radius: var(--mt-radius);
  background:
    linear-gradient(135deg, rgba(20, 217, 204, 0.08), transparent 34%),
    var(--mt-surface-strong);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: opacity 260ms ease, transform 260ms ease;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__feature::before {
  content: "";
  position: absolute;
  inset: 0 24px auto;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--mt-cyan), var(--mt-gold), transparent);
  opacity: 0.8;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__feature.is-switching {
  opacity: 0;
  transform: translateY(8px);
}

[data-scope="moeen-testimonials"] .moeen-testimonials__quote-mark {
  position: absolute;
  inset-block-start: 32px;
  inset-inline-start: 34px;
  color: rgba(215, 179, 90, 0.18);
  font-size: clamp(64px, 8vw, 104px);
  font-weight: 950;
  line-height: 1;
  pointer-events: none;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__feature-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(26px, 4vw, 42px);
}

[data-scope="moeen-testimonials"] .moeen-testimonials__feature-logo,
[data-scope="moeen-testimonials"] .moeen-testimonials__partner-logo {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(246, 250, 250, 0.92);
}

[data-scope="moeen-testimonials"] .moeen-testimonials__feature-logo {
  width: 72px;
  height: 72px;
  padding: 4px;
  border: 1px solid rgba(215, 179, 90, 0.48);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

[data-scope="moeen-testimonials"] .moeen-testimonials__partner-logo {
  width: 48px;
  height: 48px;
  padding: 3px;
  border: 1px solid rgba(20, 217, 204, 0.16);
}

[data-scope="moeen-testimonials"] .moeen-testimonials__feature-logo img,
[data-scope="moeen-testimonials"] .moeen-testimonials__partner-logo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__badge,
[data-scope="moeen-testimonials"] .moeen-testimonials__partner-copy span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 5px 11px;
  border: 1px solid rgba(20, 217, 204, 0.22);
  border-radius: 999px;
  background: rgba(20, 217, 204, 0.055);
  color: var(--mt-cyan-soft);
  font-size: 11.5px;
  font-weight: 850;
  line-height: 1.45;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__quote {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0;
  padding: 0;
  color: var(--mt-text);
  font-size: clamp(21px, 2.3vw, 32px);
  font-weight: 850;
  line-height: 1.8;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__quote::before {
  content: none;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__meta {
  position: relative;
  z-index: 1;
  margin-top: clamp(26px, 4vw, 42px);
  padding-top: 18px;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__meta::before {
  content: "";
  display: block;
  width: 86px;
  height: 1px;
  margin-bottom: 14px;
  background: linear-gradient(90deg, var(--mt-cyan), rgba(215, 179, 90, 0.7), transparent);
}

[data-scope="moeen-testimonials"] .moeen-testimonials__meta strong {
  display: block;
  color: var(--mt-cyan-soft);
  font-size: 17px;
  font-weight: 950;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__meta span {
  display: block;
  margin-top: 6px;
  color: var(--mt-faint);
  font-size: 13px;
  font-weight: 800;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__impact {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__impact span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border: 1px solid rgba(246, 250, 250, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(246, 250, 250, 0.72);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__partner {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 78px;
  padding: 14px;
  border: 1px solid rgba(20, 217, 204, 0.11);
  border-radius: var(--mt-radius);
  background: var(--mt-surface);
  color: var(--mt-text);
  text-align: start;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__partner::after {
  content: "";
  position: absolute;
  inset-block: 14px;
  inset-inline-start: 0;
  width: 3px;
  border-radius: 999px;
  background: var(--mt-gold);
  opacity: 0;
  transition: opacity 220ms ease;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__partner:hover,
[data-scope="moeen-testimonials"] .moeen-testimonials__partner:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(20, 217, 204, 0.32);
  background: rgba(11, 27, 35, 0.96);
}

[data-scope="moeen-testimonials"] .moeen-testimonials__partner:focus-visible,
[data-scope="moeen-testimonials"] .moeen-testimonials__feature:focus-visible {
  outline: 2px solid rgba(103, 255, 244, 0.82);
  outline-offset: 3px;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__partner.is-active {
  border-color: var(--mt-line-strong);
  background: rgba(12, 34, 42, 0.98);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16), inset 0 0 0 1px rgba(20, 217, 204, 0.06);
}

[data-scope="moeen-testimonials"] .moeen-testimonials__partner.is-active::after {
  opacity: 1;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__partner-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__partner-copy strong {
  overflow-wrap: anywhere;
  color: var(--mt-text);
  font-size: 14.5px;
  font-weight: 950;
  line-height: 1.45;
}

[data-scope="moeen-testimonials"] .moeen-testimonials__partner:not(.is-active) .moeen-testimonials__partner-copy span {
  border-color: rgba(20, 217, 204, 0.12);
  color: rgba(246, 250, 250, 0.54);
}

@media (max-width: 900px) {
  [data-scope="moeen-testimonials"] .moeen-testimonials__layout {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-testimonials"] .moeen-testimonials__partners,
  [data-scope="moeen-testimonials"] .moeen-testimonials__feature {
    grid-column: 1;
  }

  [data-scope="moeen-testimonials"] .moeen-testimonials__partners {
    display: flex;
    gap: 10px;
    margin-inline: -20px;
    padding: 2px 20px 10px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  [data-scope="moeen-testimonials"] .moeen-testimonials__partner {
    flex: 0 0 min(285px, 82vw);
    scroll-snap-align: start;
  }

  [data-scope="moeen-testimonials"] .moeen-testimonials__feature {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  [data-scope="moeen-testimonials"] .moeen-testimonials__container {
    width: min(100% - 28px, 1120px);
  }

  [data-scope="moeen-testimonials"] .moeen-testimonials__feature {
    padding: 24px 18px;
  }

  [data-scope="moeen-testimonials"] .moeen-testimonials__feature-top {
    align-items: flex-start;
    flex-direction: column;
  }

  [data-scope="moeen-testimonials"] .moeen-testimonials__feature-logo {
    width: 62px;
    height: 62px;
  }

  [data-scope="moeen-testimonials"] .moeen-testimonials__quote {
    font-size: 19px;
  }

  [data-scope="moeen-testimonials"] .moeen-testimonials__partner {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 72px;
    padding: 12px;
  }

  [data-scope="moeen-testimonials"] .moeen-testimonials__partner-logo {
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-testimonials"] *,
  [data-scope="moeen-testimonials"] *::before,
  [data-scope="moeen-testimonials"] *::after {
    transition-duration: 0.01ms;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    scroll-behavior: auto;
  }
}


/* =========================================================
  Home Testimonials Slider | Calm cards, no arrows
  Scope: [data-scope="moeen-home-testimonials-slider"]
========================================================= */

[data-scope="moeen-home-testimonials-slider"].moeen-testimonials-slider {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
  background:
    radial-gradient(circle at 50% 0%, rgba(20, 217, 204, 0.055), transparent 36%),
    #02070b;
  border-top: 1px solid rgba(20, 217, 204, 0.08);
  border-bottom: 1px solid rgba(20, 217, 204, 0.08);
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonials-slider__head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonials-slider__kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  padding: 8px 15px;
  border: 1px solid rgba(20, 217, 204, 0.22);
  border-radius: 999px;
  background: rgba(20, 217, 204, 0.055);
  color: #46f2e8;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonials-slider__kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #d7b35a;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonials-slider__title {
  margin: 0;
  color: #f6fafa;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.14;
  font-weight: 950;
  letter-spacing: 0;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonials-slider__title span {
  color: #14d9cc;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonials-slider__lead {
  max-width: 620px;
  margin: 16px auto 0;
  color: rgba(246, 250, 250, 0.64);
  font-size: 15.5px;
  line-height: 1.9;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonials-slider__shell {
  position: relative;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonials-slider__viewport {
  overflow: hidden;
  padding: 18px 4px 24px;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonials-slider__track {
  display: flex;
  gap: 18px;
  will-change: transform;
  transition: transform 0.46s cubic-bezier(.4, 0, .2, 1);
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide {
  position: relative;
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 292px;
  padding: 30px 26px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  overflow: hidden;
  border: 1px solid rgba(20, 217, 204, 0.11);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(12, 28, 36, 0.92), rgba(6, 16, 22, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 18px 48px rgba(0, 0, 0, 0.16);
  opacity: 0.62;
  transform: scale(0.965);
  transition:
    transform 0.34s cubic-bezier(.4, 0, .2, 1),
    opacity 0.34s cubic-bezier(.4, 0, .2, 1),
    border-color 0.34s cubic-bezier(.4, 0, .2, 1),
    background 0.34s cubic-bezier(.4, 0, .2, 1),
    box-shadow 0.34s cubic-bezier(.4, 0, .2, 1);
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide::before {
  content: "";
  position: absolute;
  inset: 0 52px auto;
  height: 2px;
  border-radius: 999px;
  background: rgba(20, 217, 204, 0.28);
  opacity: 0.65;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide::after {
  content: "”";
  position: absolute;
  top: 42px;
  inset-inline-start: 34px;
  z-index: 1;
  color: rgba(215, 179, 90, 0.24);
  opacity: 0.42;
  font-size: 74px;
  font-weight: 950;
  line-height: 1;
  pointer-events: none;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active {
  opacity: 1;
  transform: scale(1) translateY(-4px);
  border-color: rgba(20, 217, 204, 0.28);
  background: linear-gradient(180deg, rgba(11, 30, 38, 0.98), rgba(6, 17, 23, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(20, 217, 204, 0.06),
    0 24px 62px rgba(0, 0, 0, 0.22);
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active::before {
  background: linear-gradient(90deg, transparent, rgba(20, 217, 204, 0.78), rgba(215, 179, 90, 0.62), transparent);
  opacity: 0.85;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active::after {
  opacity: 0.52;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide:hover {
  opacity: 1;
  transform: translateY(-4px) scale(1);
  border-color: rgba(20, 217, 204, 0.32);
  background: rgba(8, 22, 29, 0.98);
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide__media {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid rgba(20, 217, 204, 0.24);
  background: rgba(246, 250, 250, 0.92);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide__media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active .moeen-testimonial-slide__media {
  border-color: rgba(215, 179, 90, 0.36);
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide__tag {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 12px;
  border: 1px solid rgba(20, 217, 204, 0.14);
  border-radius: 999px;
  background: rgba(20, 217, 204, 0.045);
  color: rgba(246, 250, 250, 0.62);
  font-size: 11.5px;
  font-weight: 850;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active .moeen-testimonial-slide__tag {
  border-color: rgba(20, 217, 204, 0.28);
  background: rgba(20, 217, 204, 0.075);
  color: #46f2e8;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide blockquote {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 72px;
  max-width: 310px;
  margin: 0 auto;
  padding: 0;
  color: rgba(246, 250, 250, 0.78);
  font-size: 15.5px;
  font-weight: 820;
  line-height: 1.9;
  text-align: center;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide blockquote::before {
  content: none;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active blockquote {
  color: #f6fafa;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide__footer {
  position: relative;
  z-index: 2;
  margin: 0;
  padding-top: 14px;
  text-align: center;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide__footer::before {
  content: "";
  display: block;
  width: 68px;
  height: 1px;
  margin: 0 auto 12px;
  background: rgba(20, 217, 204, 0.16);
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide__footer strong {
  display: block;
  color: #14d9cc;
  font-size: 14px;
  font-weight: 950;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active .moeen-testimonial-slide__footer strong {
  color: #46f2e8;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide__footer span {
  display: block;
  margin-top: 5px;
  color: rgba(246, 250, 250, 0.46);
  font-size: 12px;
  font-weight: 800;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonials-slider__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonials-slider__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(246, 250, 250, 0.16);
  cursor: pointer;
  transition:
    width 0.24s cubic-bezier(.4, 0, .2, 1),
    background 0.24s cubic-bezier(.4, 0, .2, 1);
}

[data-scope="moeen-home-testimonials-slider"] .moeen-testimonials-slider__dots button.is-active {
  width: 28px;
  background: linear-gradient(90deg, #14d9cc, #d7b35a);
}

@media (max-width: 1100px) {
  [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 760px) {
  [data-scope="moeen-home-testimonials-slider"].moeen-testimonials-slider {
    padding: 72px 0 78px;
  }

  [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide {
    flex-basis: 100%;
    min-height: 266px;
    transform: none;
  }

  [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active {
    transform: none;
  }

  [data-scope="moeen-home-testimonials-slider"] .moeen-testimonials-slider__title {
    font-size: 30px;
  }

  [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide__media {
    width: 56px;
    height: 56px;
  }

  [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide blockquote {
    min-height: auto;
    font-size: 14.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-home-testimonials-slider"] *,
  [data-scope="moeen-home-testimonials-slider"] *::before,
  [data-scope="moeen-home-testimonials-slider"] *::after {
    transition: none;
    animation: none;
  }
}


/* =========================================================
   Pricing Section
   سكشن الأسعار - شبكة ثابتة بدون سلايدر
========================================================= */

/* ---------- Pricing Grid ---------- */
/* =========================================================
   Moeen Command Pricing
   Cleaner / Less Shadow / More Readable Content
========================================================= */

[data-scope="moeen-command-pricing"] {
  --mcp-bg: #020b0f;
  --mcp-surface: rgba(4, 20, 27, 0.82);
  --mcp-surface-2: rgba(8, 35, 44, 0.72);
  --mcp-teal: #23c6bd;
  --mcp-teal-soft: rgba(35, 198, 189, 0.11);
  --mcp-gold: #d9af55;
  --mcp-gold-2: #f2cf7b;
  --mcp-white: #ffffff;
  --mcp-text: rgba(255, 255, 255, 0.88);
  --mcp-muted: rgba(219, 234, 239, 0.68);
  --mcp-line: rgba(35, 198, 189, 0.15);
  --mcp-line-strong: rgba(35, 198, 189, 0.28);
  --mcp-gold-line: rgba(217, 175, 85, 0.30);
  --mcp-shadow-soft: 0 14px 38px rgba(0, 0, 0, 0.18);
  --mcp-shadow-card: 0 10px 26px rgba(0, 0, 0, 0.16);
  --mcp-radius-xl: 30px;
  --mcp-radius-lg: 23px;
  --mcp-radius-md: 16px;
  --mcp-ease: cubic-bezier(.22, 1, .36, 1);

  position: relative;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: clamp(52px, 6vw, 84px) 18px;
  overflow: hidden;
  direction: rtl;
  color: var(--mcp-text);
 
  isolation: isolate;
}

[data-scope="moeen-command-pricing"]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 76%);
}

[data-scope="moeen-command-pricing"]::after {
  content: "";
  position: absolute;
  inset: 20% auto auto 50%;
  z-index: -1;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(35, 198, 189, 0.04);
  filter: blur(58px);
  transform: translateX(-50%);
}

[data-scope="moeen-command-pricing"] * {
  box-sizing: border-box;
}

[data-scope="moeen-command-pricing"] a {
  color: inherit;
}

[data-scope="moeen-command-pricing"] .mcp-container {
  width: min(1220px, 100%);
  margin: 0 auto;
}

/* Header */
[data-scope="moeen-command-pricing"] .mcp-head {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

[data-scope="moeen-command-pricing"] .mcp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  margin-bottom: 13px;
  padding: 7px 15px;
  border: 1px solid rgba(35, 198, 189, 0.28);
  border-radius: 999px;
  background: rgba(35, 198, 189, 0.07);
  color: var(--mcp-teal);
  font-size: 13px;
  font-weight: 850;
}

[data-scope="moeen-command-pricing"] .mcp-kicker span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--mcp-gold);
  box-shadow: 0 0 12px rgba(217, 175, 85, 0.55);
}

[data-scope="moeen-command-pricing"] .mcp-head h2 {
  margin: 0;
  color: var(--mcp-white);
  font-size: clamp(32px, 4.7vw, 56px);
  line-height: 1.22;
  font-weight: 950;
  letter-spacing: -0.04em;
}

[data-scope="moeen-command-pricing"] .mcp-head h2 em {
  font-style: normal;
  color: var(--mcp-teal);
  text-shadow: 0 0 24px rgba(35, 198, 189, 0.16);
}

[data-scope="moeen-command-pricing"] .mcp-head p {
  max-width: 720px;
  margin: 13px auto 0;
  color: var(--mcp-muted);
  font-size: 15px;
  line-height: 1.9;
}

/* Main Shell */
[data-scope="moeen-command-pricing"] .mcp-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(340px, 0.78fr);
  gap: 22px;
  align-items: stretch;
  padding: 22px;
  border: 1px solid rgba(35, 198, 189, 0.18);
  border-radius: var(--mcp-radius-xl);
  background:
    radial-gradient(circle at 0% 0%, rgba(35,198,189,.065), transparent 30%),
    radial-gradient(circle at 100% 100%, rgba(217,175,85,.045), transparent 34%),
    rgba(2, 14, 19, 0.56);
  box-shadow: var(--mcp-shadow-soft);
  backdrop-filter: blur(14px);
}

[data-scope="moeen-command-pricing"] .mcp-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(35,198,189,.20), transparent 42%, rgba(217,175,85,.18));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}



/* Services */
[data-scope="moeen-command-pricing"] .mcp-services {
  display: grid;
  gap: 12px;
  min-width: 0;
}

[data-scope="moeen-command-pricing"] .mcp-service {
  --glow-x: 50%;
  --glow-y: 50%;

  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 88px 88px;
  gap: 14px;
  align-items: center;
  min-height: 112px;
  width: 100%;
  padding: 16px;
  overflow: hidden;
  text-align: right;
  border: 1px solid rgba(35, 198, 189, 0.14);
  border-radius: 20px;
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(35,198,189,.075), transparent 30%),
    linear-gradient(135deg, rgba(7, 32, 40, 0.68), rgba(3, 18, 25, 0.78));
  color: var(--mcp-text);
  cursor: pointer;
  box-shadow: var(--mcp-shadow-card);
  transition:
    transform .26s var(--mcp-ease),
    border-color .26s var(--mcp-ease),
    box-shadow .26s var(--mcp-ease),
    background .26s var(--mcp-ease);
}

[data-scope="moeen-command-pricing"] .mcp-service::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  
  opacity: 0;
  transition: opacity .26s var(--mcp-ease);
}

[data-scope="moeen-command-pricing"] .mcp-service::after {
  content: "";
  position: absolute;
  inset: auto -24% -62% -24%;
  height: 94px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(35,198,189,.09), transparent 70%);
  opacity: .45;
  pointer-events: none;
  transition: transform .26s var(--mcp-ease), opacity .26s var(--mcp-ease);
}

[data-scope="moeen-command-pricing"] .mcp-service:hover,
[data-scope="moeen-command-pricing"] .mcp-service.is-active {
  transform: translateY(-2px);
  border-color: rgba(35, 198, 189, 0.30);
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(35,198,189,.11), transparent 34%),
    linear-gradient(135deg, rgba(8, 40, 50, 0.78), rgba(3, 20, 28, 0.90));
  box-shadow: 0 14px 32px rgba(0, 0, 0, .18);
}

[data-scope="moeen-command-pricing"] .mcp-service:hover::before,
[data-scope="moeen-command-pricing"] .mcp-service.is-active::before {
  opacity: 1;
}

[data-scope="moeen-command-pricing"] .mcp-service:hover::after,
[data-scope="moeen-command-pricing"] .mcp-service.is-active::after {
  transform: translateY(-12px) scale(1.04);
  opacity: .75;
}

[data-scope="moeen-command-pricing"] .mcp-service--featured {
  border-color: rgba(217, 175, 85, 0.34);
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(217,175,85,.09), transparent 32%),
    linear-gradient(135deg, rgba(8, 42, 52, 0.82), rgba(3, 20, 28, 0.92));
}

[data-scope="moeen-command-pricing"] .mcp-featured-badge {
  position: absolute;
  top: 12px;
  right: 114px;
  z-index: 4;
  display: inline-flex;
  padding: 4px 9px;
  border: 1px solid rgba(217, 175, 85, .18);
  border-radius: 999px;
  background: rgba(217, 175, 85, 0.10);
  color: var(--mcp-gold-2);
  font-size: 10.5px;
  line-height: 1;
  font-weight: 900;
}

[data-scope="moeen-command-pricing"] .mcp-service__icon,
[data-scope="moeen-command-pricing"] .mcp-service__content,
[data-scope="moeen-command-pricing"] .mcp-service__price,
[data-scope="moeen-command-pricing"] .mcp-service__action {
  position: relative;
  z-index: 3;
}

[data-scope="moeen-command-pricing"] .mcp-service__icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(35, 198, 189, 0.20);
  border-radius: 18px;
  
  color: var(--mcp-teal);
  transition:
    transform .26s var(--mcp-ease),
    border-color .26s var(--mcp-ease),
    color .26s var(--mcp-ease),
    background .26s var(--mcp-ease);
}

[data-scope="moeen-command-pricing"] .mcp-service:hover .mcp-service__icon,
[data-scope="moeen-command-pricing"] .mcp-service.is-active .mcp-service__icon {
  transform: scale(1.025);
  border-color: rgba(35, 198, 189, 0.34);
  background: rgba(35, 198, 189, 0.07);
}

[data-scope="moeen-command-pricing"] .mcp-service--featured:hover .mcp-service__icon,
[data-scope="moeen-command-pricing"] .mcp-service--featured.is-active .mcp-service__icon {
  color: var(--mcp-gold-2);
  border-color: rgba(217, 175, 85, 0.34);
  background: rgba(217, 175, 85, 0.07);
}

[data-scope="moeen-command-pricing"] .mcp-service__icon svg,
[data-scope="moeen-command-pricing"] .mcp-service__action svg,
[data-scope="moeen-command-pricing"] .mcp-panel svg,
[data-scope="moeen-command-pricing"] .mcp-bottom-features svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

[data-scope="moeen-command-pricing"] .mcp-service__icon svg {
  width: 29px;
  height: 29px;
}

[data-scope="moeen-command-pricing"] .mcp-service__content {
  min-width: 0;
  padding-top: 2px;
}

[data-scope="moeen-command-pricing"] .mcp-service__content strong {
  display: block;
  margin-bottom: 7px;
  color: var(--mcp-white);
  font-size: 21px;
  line-height: 1.38;
  font-weight: 900;
  letter-spacing: -0.01em;
}

[data-scope="moeen-command-pricing"] .mcp-service__content small {
  display: -webkit-box;
  color: var(--mcp-muted);
  font-size: 16px;
  line-height: 1.7;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

[data-scope="moeen-command-pricing"] .mcp-service__price {
  padding-inline-start: 14px;
  border-inline-start: 1px solid rgba(35, 198, 189, 0.11);
}

[data-scope="moeen-command-pricing"] .mcp-service__price small {
  display: block;
  color: rgba(255,255,255,.64);
  font-size: 14px;
  line-height: 1.45;
}

[data-scope="moeen-command-pricing"] .mcp-service__price strong {
  display: block;
  margin: 3px 0;
  color: var(--mcp-gold-2);
  font-size: 23px;
  line-height: 1;
  font-weight: 950;
}

[data-scope="moeen-command-pricing"] .mcp-service__action {
  display: grid;
  justify-items: center;
  gap: 7px;
  color: rgba(255,255,255,.66);
  transition: color .24s var(--mcp-ease);
}

[data-scope="moeen-command-pricing"] .mcp-service__action svg {
  width: 38px;
  height: 38px;
  padding: 10px;
  border: 1px solid rgba(35, 198, 189, 0.22);
  border-radius: 999px;
  background: rgba(35, 198, 189, 0.065);
  color: var(--mcp-teal);
  transition:
    transform .24s var(--mcp-ease),
    border-color .24s var(--mcp-ease),
    background .24s var(--mcp-ease),
    color .24s var(--mcp-ease);
}

[data-scope="moeen-command-pricing"] .mcp-service:hover .mcp-service__action,
[data-scope="moeen-command-pricing"] .mcp-service.is-active .mcp-service__action {
  color: var(--mcp-white);
}

[data-scope="moeen-command-pricing"] .mcp-service:hover .mcp-service__action svg,
[data-scope="moeen-command-pricing"] .mcp-service.is-active .mcp-service__action svg {
  transform: translateX(2px);
  border-color: rgba(217, 175, 85, 0.34);
 
  color: var(--mcp-gold-2);
}

[data-scope="moeen-command-pricing"] .mcp-service__action small {
  font-size: 15px;
  font-weight: 800;
}

[data-scope="moeen-command-pricing"] .mcp-service:focus-visible {
  outline: 3px solid rgba(35, 198, 189, 0.34);
  outline-offset: 3px;
}

/* Panel */
[data-scope="moeen-command-pricing"] .mcp-panel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 32px 26px 24px;
  border: 1px solid rgba(35, 198, 189, 0.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(35,198,189,.075), transparent 34%),
    linear-gradient(180deg, rgba(4, 26, 34, .88), rgba(3, 17, 23, .94));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}

[data-scope="moeen-command-pricing"] .mcp-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(135deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, #000, transparent 72%);
  pointer-events: none;
}

[data-scope="moeen-command-pricing"] .mcp-panel__ribbon {
  position: absolute;
  top: 0;
  left: 24px;
  z-index: 4;
  display: grid;
  width: 44px;
  height: 62px;
  place-items: start center;
  padding-top: 15px;
  background: linear-gradient(180deg, var(--mcp-gold-2), var(--mcp-gold));
  color: #061016;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
  box-shadow: 0 10px 20px rgba(217,175,85,.14);
}

[data-scope="moeen-command-pricing"] .mcp-panel__ribbon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}

[data-scope="moeen-command-pricing"] .mcp-panel__icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 66px;
  height: 66px;
  margin: 8px auto 18px;
  place-items: center;
  border: 1px solid rgba(35, 198, 189, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 40% 20%, rgba(35,198,189,.15), transparent 54%),
    rgba(5, 28, 36, 0.68);
  color: var(--mcp-teal);
}

[data-scope="moeen-command-pricing"] .mcp-panel__icon svg {
  width: 31px;
  height: 31px;
}

[data-scope="moeen-command-pricing"] .mcp-panel__eyebrow {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 8px;
  color: var(--mcp-gold-2);
  text-align: center;
  font-size: 12.5px;
  line-height: 1.5;
  font-weight: 850;
}

[data-scope="moeen-command-pricing"] .mcp-panel h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--mcp-white);
  text-align: center;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.32;
  font-weight: 950;
  letter-spacing: -0.03em;
}

[data-scope="moeen-command-pricing"] .mcp-panel > p {
  position: relative;
  z-index: 2;
  max-width: 410px;
  margin: 12px auto 0;
  color: var(--mcp-muted);
  text-align: center;
  font-size: 16px;
  line-height: 1.85;
}

[data-scope="moeen-command-pricing"] .mcp-panel__price {
  position: relative;
  z-index: 2;
  display: flex;
  width: fit-content;
  align-items: baseline;
  gap: 8px;
  margin: 16px auto;
  padding: 9px 13px;
  border: 1px solid rgba(217, 175, 85, 0.18);
  border-radius: 999px;
  background: rgba(217, 175, 85, 0.065);
}

[data-scope="moeen-command-pricing"] .mcp-panel__price span {
  color: rgba(255,255,255,.65);
  font-size: 11.5px;
  font-weight: 800;
}

[data-scope="moeen-command-pricing"] .mcp-panel__price strong {
  color: var(--mcp-gold-2);
  font-size: 18px;
  font-weight: 950;
}

[data-scope="moeen-command-pricing"] .mcp-panel__info {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 9px;
  margin-bottom: 16px;
}

[data-scope="moeen-command-pricing"] .mcp-panel__info div {
  padding: 12px 13px;
  border: 1px solid rgba(35, 198, 189, 0.12);
  border-radius: 16px;
  background: rgba(2, 14, 19, 0.26);
}

[data-scope="moeen-command-pricing"] .mcp-panel__info span {
  display: block;
  margin-bottom: 5px;
  color: var(--mcp-teal);
  font-size: 15px;
  font-weight: 850;
}

[data-scope="moeen-command-pricing"] .mcp-panel__info p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 15px;
  line-height: 1.75;
}

/* Offer */
[data-scope="moeen-command-pricing"] .mcp-offer {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  padding: 15px;
  overflow: hidden;
  border: 1px solid rgba(217, 175, 85, 0.20);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(217,175,85,.12), transparent 34%),
    linear-gradient(135deg, rgba(7, 28, 35, 0.72), rgba(3, 15, 20, 0.86));
}

[data-scope="moeen-command-pricing"] .mcp-offer__label {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mcp-gold), var(--mcp-gold-2));
  color: #071016;
  font-size: 10.5px;
  font-weight: 950;
}

[data-scope="moeen-command-pricing"] .mcp-offer__value {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-bottom: 11px;
}

[data-scope="moeen-command-pricing"] .mcp-offer__value strong {
  color: var(--mcp-gold-2);
  font-size: 29px;
  line-height: 1;
  font-weight: 950;
}

[data-scope="moeen-command-pricing"] .mcp-offer__value span {
  color: rgba(255,255,255,.78);
  font-size: 12.5px;
  line-height: 1.6;
}

[data-scope="moeen-command-pricing"] .mcp-timer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

[data-scope="moeen-command-pricing"] .mcp-timer div {
  padding: 8px 5px;
  text-align: center;
  border: 1px solid rgba(35,198,189,.16);
  border-radius: 13px;
  background: rgba(2, 12, 17, 0.42);
}

[data-scope="moeen-command-pricing"] .mcp-timer strong {
  display: block;
  color: var(--mcp-teal);
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
}

[data-scope="moeen-command-pricing"] .mcp-timer span {
  display: block;
  margin-top: 5px;
  color: var(--mcp-muted);
  font-size: 9.5px;
}

/* Actions */
[data-scope="moeen-command-pricing"] .mcp-panel__actions {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 9px;
}

[data-scope="moeen-command-pricing"] .mcp-primary,
[data-scope="moeen-command-pricing"] .mcp-secondary {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 900;
  transition:
    transform .24s var(--mcp-ease),
    box-shadow .24s var(--mcp-ease),
    border-color .24s var(--mcp-ease),
    background .24s var(--mcp-ease),
    color .24s var(--mcp-ease);
}

[data-scope="moeen-command-pricing"] .mcp-primary {
  background: linear-gradient(135deg, var(--mcp-gold-2), var(--mcp-gold));
  color: #061016;
  box-shadow: 0 10px 22px rgba(217, 175, 85, 0.12);
}

[data-scope="moeen-command-pricing"] .mcp-primary svg {
  width: 17px;
  height: 17px;
}

[data-scope="moeen-command-pricing"] .mcp-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(217, 175, 85, 0.17);
}

[data-scope="moeen-command-pricing"] .mcp-secondary {
  border: 1px solid rgba(35, 198, 189, 0.22);
  background: rgba(35, 198, 189, 0.055);
  color: var(--mcp-teal);
}

[data-scope="moeen-command-pricing"] .mcp-secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(35, 198, 189, 0.34);
  background: rgba(35, 198, 189, 0.09);
}

[data-scope="moeen-command-pricing"] .mcp-primary:focus-visible,
[data-scope="moeen-command-pricing"] .mcp-secondary:focus-visible {
  outline: 3px solid rgba(35, 198, 189, 0.34);
  outline-offset: 3px;
}

[data-scope="moeen-command-pricing"] .mcp-trust {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  color: rgba(255,255,255,.64);
  text-align: center;
  font-size: 11.5px;
}

[data-scope="moeen-command-pricing"] .mcp-trust span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

[data-scope="moeen-command-pricing"] .mcp-trust svg {
  width: 15px;
  height: 15px;
  color: var(--mcp-gold-2);
}

/* Bottom Features */
[data-scope="moeen-command-pricing"] .mcp-bottom-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin: 18px auto 0;
}

[data-scope="moeen-command-pricing"] .mcp-bottom-features div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 9px 13px;
  border: 1px solid rgba(35, 198, 189, 0.11);
  border-radius: 16px;
  background: rgba(2, 14, 19, 0.24);
  color: rgba(255,255,255,.70);
  text-align: center;
  font-size: 12px;
}

[data-scope="moeen-command-pricing"] .mcp-bottom-features svg {
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  color: var(--mcp-teal);
}

/* Animation State */
[data-scope="moeen-command-pricing"] .mcp-panel.is-changing {
  animation: mcpPanelPulse .30s var(--mcp-ease);
}

@keyframes mcpPanelPulse {
  0% {
    opacity: .82;
  }

  100% {
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 1100px) {
  [data-scope="moeen-command-pricing"] .mcp-shell {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-command-pricing"] .mcp-panel {
    order: -1;
  }

  [data-scope="moeen-command-pricing"] .mcp-services {
    order: 2;
  }
}

@media (max-width: 760px) {
  [data-scope="moeen-command-pricing"] {
    padding: 46px 14px;
  }

  [data-scope="moeen-command-pricing"] .mcp-head {
    margin-bottom: 24px;
  }

  [data-scope="moeen-command-pricing"] .mcp-head h2 {
    font-size: 33px;
  }

  [data-scope="moeen-command-pricing"] .mcp-head p {
    font-size: 14px;
  }

  [data-scope="moeen-command-pricing"] .mcp-shell {
    gap: 15px;
    padding: 15px;
    border-radius: 24px;
  }

  [data-scope="moeen-command-pricing"] .mcp-service {
    grid-template-columns: 50px minmax(0, 1fr) 70px;
    min-height: 98px;
    gap: 11px;
    padding: 14px;
    border-radius: 18px;
  }

  [data-scope="moeen-command-pricing"] .mcp-service__icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }

  [data-scope="moeen-command-pricing"] .mcp-service__icon svg {
    width: 24px;
    height: 24px;
  }

  [data-scope="moeen-command-pricing"] .mcp-service__content strong {
    font-size: 18px;
  }

  [data-scope="moeen-command-pricing"] .mcp-service__content small {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }

  [data-scope="moeen-command-pricing"] .mcp-service__price {
    padding-inline-start: 9px;
  }

  [data-scope="moeen-command-pricing"] .mcp-service__price strong {
    font-size: 19px;
  }

  [data-scope="moeen-command-pricing"] .mcp-service__action {
    display: none;
  }

  [data-scope="moeen-command-pricing"] .mcp-featured-badge {
    position: static;
    grid-column: 1 / -1;
    width: fit-content;
    margin-bottom: -2px;
  }

  [data-scope="moeen-command-pricing"] .mcp-panel {
    padding: 26px 17px 19px;
    border-radius: 22px;
  }

  [data-scope="moeen-command-pricing"] .mcp-panel__ribbon {
    left: 17px;
    width: 40px;
    height: 58px;
  }

  [data-scope="moeen-command-pricing"] .mcp-panel__icon {
    width: 60px;
    height: 60px;
    margin-top: 8px;
    border-radius: 19px;
  }

  [data-scope="moeen-command-pricing"] .mcp-panel h3 {
    font-size: 24px;
  }

  [data-scope="moeen-command-pricing"] .mcp-panel > p {
    font-size: 16px;
  }

  [data-scope="moeen-command-pricing"] .mcp-offer__value {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  [data-scope="moeen-command-pricing"] .mcp-bottom-features {
    grid-template-columns: 1fr;
    margin-top: 15px;
  }
}

@media (max-width: 420px) {
  [data-scope="moeen-command-pricing"] .mcp-timer {
    gap: 6px;
  }

  [data-scope="moeen-command-pricing"] .mcp-timer strong {
    font-size: 16px;
  }

  [data-scope="moeen-command-pricing"] .mcp-timer span {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-command-pricing"] *,
  [data-scope="moeen-command-pricing"] *::before,
  [data-scope="moeen-command-pricing"] *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}



/* Partners infinity loop */
/* =========================================================
  Success Partners Section | شركاء النجاح
  Scope: [data-scope="moeen-success-partners"]
  Style: Premium Dark Logo Tiles
========================================================= */

[data-scope="moeen-success-partners"].moeen-partners {
  position: relative;
  overflow: hidden;
  padding: 92px 0 86px !important;
  background-color: #06121A !important;
  
}

[data-scope="moeen-success-partners"].moeen-partners::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
 background: #02070B !important;
  background-color: #02070B !important;

  opacity: 0.72;
}

[data-scope="moeen-success-partners"] .container {
  position: relative;
  z-index: 2;
}

/* Header */
[data-scope="moeen-success-partners"] .moeen-partners__head {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}

[data-scope="moeen-success-partners"] .moeen-partners__kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  padding: 8px 15px;
  border: 1px solid rgba(20, 217, 204, 0.22);
  border-radius: 999px;
  background: rgba(20, 217, 204, 0.055);
  color: #46F2E8;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
}

[data-scope="moeen-success-partners"] .moeen-partners__kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #D7B35A;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

[data-scope="moeen-success-partners"] .moeen-partners__title {
  margin: 0;
  color: #F6FAFA;
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.04em;
}

[data-scope="moeen-success-partners"] .moeen-partners__title span {
  color: #D7B35A;
}

[data-scope="moeen-success-partners"] .moeen-partners__lead {
  max-width: 660px;
  margin: 16px auto 0;
  color: rgba(246, 250, 250, 0.64);
  font-size: 15.5px;
  line-height: 1.9;
}

/* Rail */
[data-scope="moeen-success-partners"] .moeen-partners__rail {
  position: relative;
  overflow: hidden;
  margin-top: 34px;
  padding: 14px 0;
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

[data-scope="moeen-success-partners"] .moeen-partners__track {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  animation: moeenPartnersRail 30s linear infinite;
  will-change: transform;
}

[data-scope="moeen-success-partners"] .moeen-partners__rail:hover .moeen-partners__track {
  animation-play-state: paused;
}

/* Logo Tile */
[data-scope="moeen-success-partners"] .moeen-partner-card {
  position: relative;
  flex: 0 0 auto;
  width: 178px;
  height: 96px;
  display: block;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 217, 204, 0.14);
  border-radius: 24px;
  background: rgba(246, 250, 250, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 16px 38px rgba(0, 0, 0, 0.14);
  transition:
    transform 0.28s cubic-bezier(.4, 0, .2, 1),
    border-color 0.28s cubic-bezier(.4, 0, .2, 1),
    box-shadow 0.28s cubic-bezier(.4, 0, .2, 1),
    background 0.28s cubic-bezier(.4, 0, .2, 1);
}

/* Soft overlay */
[data-scope="moeen-success-partners"] .moeen-partner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(90deg, rgba(20, 217, 204, 0.16), transparent 28%, transparent 72%, rgba(215, 179, 90, 0.14));
  opacity: 0.32;
  transition: opacity 0.28s cubic-bezier(.4, 0, .2, 1);
}

/* Accent line on hover */
[data-scope="moeen-success-partners"] .moeen-partner-card::after {
  content: "";
  position: absolute;
  inset: auto 26px 0;
  z-index: 3;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #14D9CC, #D7B35A, transparent);
  opacity: 0;
  transition: opacity 0.28s cubic-bezier(.4, 0, .2, 1);
}

/* Full tile image */
[data-scope="moeen-success-partners"] .moeen-partner-card img {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  padding: 14px 22px;
  border-radius: inherit;
  object-fit: contain;
  background: #F6FAFA;
  filter: grayscale(0.12) contrast(1.04) brightness(0.98) opacity(0.92);
  transition:
    transform 0.28s cubic-bezier(.4, 0, .2, 1),
    filter 0.28s cubic-bezier(.4, 0, .2, 1),
    padding 0.28s cubic-bezier(.4, 0, .2, 1);
}

[data-scope="moeen-success-partners"] .moeen-partner-card:hover {
  transform: translateY(-6px);
  border-color: rgba(20, 217, 204, 0.36);
  background: #FFFFFF;
  box-shadow:
    inset 0 0 0 1px rgba(20, 217, 204, 0.08),
    0 22px 52px rgba(0, 0, 0, 0.22);
}

[data-scope="moeen-success-partners"] .moeen-partner-card:hover::before {
  opacity: 0.18;
}

[data-scope="moeen-success-partners"] .moeen-partner-card:hover::after {
  opacity: 1;
}

[data-scope="moeen-success-partners"] .moeen-partner-card:hover img {
  padding: 12px 20px;
  transform: scale(1.04);
  filter: grayscale(0) contrast(1.05) brightness(1) opacity(1);
}

/* Note */
[data-scope="moeen-success-partners"] .moeen-partners__note {
  max-width: 760px;
  margin: 28px auto 0;
  color: rgba(246, 250, 250, 0.68);
  font-size: 14.5px;
  line-height: 1.9;
  text-align: center;
}

[data-scope="moeen-success-partners"] .moeen-partners__note::before {
  content: "";
  display: block;
  width: 74px;
  height: 1px;
  margin: 0 auto 16px;
  background: linear-gradient(90deg, transparent, rgba(20, 217, 204, 0.65), transparent);
}

/* Animation */
@keyframes moeenPartnersRail {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(50%);
  }
}

/* Responsive */
@media (max-width: 980px) {
  [data-scope="moeen-success-partners"].moeen-partners {
    padding: 74px 0 76px !important;
  }

  [data-scope="moeen-success-partners"] .moeen-partner-card {
    width: 158px;
    height: 88px;
    border-radius: 22px;
  }

  [data-scope="moeen-success-partners"] .moeen-partner-card img {
    padding: 13px 18px;
  }
}

@media (max-width: 640px) {
  [data-scope="moeen-success-partners"] .moeen-partners__title {
    font-size: 32px;
  }

  [data-scope="moeen-success-partners"] .moeen-partners__rail {
    margin-inline: calc(50% - 50vw);
    padding-inline: 16px;
  }

  [data-scope="moeen-success-partners"] .moeen-partner-card {
    width: 146px;
    height: 82px;
    border-radius: 20px;
  }

  [data-scope="moeen-success-partners"] .moeen-partner-card img {
    padding: 12px 16px;
  }

  [data-scope="moeen-success-partners"] .moeen-partners__track {
    animation-duration: 24s;
  }
}
/* =========================================================
  Partners Logo Tiles - Final Visual Polish
  تكبير اللوجو وتقليل سيطرة البياض
========================================================= */

[data-scope="moeen-success-partners"] .moeen-partners__rail {
  position: relative;
  overflow: hidden;
  margin-top: 34px;
  padding: 18px 0;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 5%,
    #000 95%,
    transparent
  );
}

[data-scope="moeen-success-partners"] .moeen-partners__track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  animation: moeenPartnersRail 30s linear infinite;
  will-change: transform;
}

[data-scope="moeen-success-partners"] .moeen-partner-card {
  position: relative;
  flex: 0 0 auto;
  width: 184px;
  height: 94px;
  display: block;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 217, 204, 0.16);
  border-radius: 22px;
  background: rgba(246, 250, 250, 0.96);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    0 16px 40px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.28s cubic-bezier(.4, 0, .2, 1),
    border-color 0.28s cubic-bezier(.4, 0, .2, 1),
    box-shadow 0.28s cubic-bezier(.4, 0, .2, 1),
    background 0.28s cubic-bezier(.4, 0, .2, 1);
}

/* Overlay أخف حتى لا يغمق اللوجو */
[data-scope="moeen-success-partners"] .moeen-partner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), transparent 38%),
    linear-gradient(90deg, rgba(20,217,204,0.10), transparent 32%, transparent 68%, rgba(215,179,90,0.10));
  opacity: 0.26;
  transition: opacity 0.28s cubic-bezier(.4, 0, .2, 1);
}

/* خط سفلي ناعم عند الهوفر */
[data-scope="moeen-success-partners"] .moeen-partner-card::after {
  content: "";
  position: absolute;
  inset: auto 30px 0;
  z-index: 3;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #14D9CC, #D7B35A, transparent);
  opacity: 0;
  transition: opacity 0.28s cubic-bezier(.4, 0, .2, 1);
}

/* تكبير الصورة نفسها داخل الكارت */
[data-scope="moeen-success-partners"] .moeen-partner-card img {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  padding: 8px 16px;
  border-radius: inherit;
  object-fit: contain;
  background: #F6FAFA;
  filter: grayscale(0.05) contrast(1.06) brightness(1) opacity(0.96);
  transform: scale(1.16);
  transition:
    transform 0.28s cubic-bezier(.4, 0, .2, 1),
    filter 0.28s cubic-bezier(.4, 0, .2, 1),
    padding 0.28s cubic-bezier(.4, 0, .2, 1);
}

[data-scope="moeen-success-partners"] .moeen-partner-card:hover {
  transform: translateY(-6px);
  border-color: rgba(20, 217, 204, 0.38);
  background: #FFFFFF;
  box-shadow:
    inset 0 0 0 1px rgba(20, 217, 204, 0.10),
    0 22px 54px rgba(0, 0, 0, 0.24);
}

[data-scope="moeen-success-partners"] .moeen-partner-card:hover::before {
  opacity: 0.14;
}

[data-scope="moeen-success-partners"] .moeen-partner-card:hover::after {
  opacity: 1;
}

[data-scope="moeen-success-partners"] .moeen-partner-card:hover img {
  padding: 6px 14px;
  transform: scale(1.24);
  filter: grayscale(0) contrast(1.06) brightness(1) opacity(1);
}

/* Responsive */
@media (max-width: 980px) {
  [data-scope="moeen-success-partners"] .moeen-partner-card {
    width: 164px;
    height: 88px;
    border-radius: 20px;
  }

  [data-scope="moeen-success-partners"] .moeen-partner-card img {
    padding: 8px 14px;
    transform: scale(1.14);
  }
}

@media (max-width: 640px) {
  [data-scope="moeen-success-partners"] .moeen-partner-card {
    width: 150px;
    height: 82px;
    border-radius: 18px;
  }

  [data-scope="moeen-success-partners"] .moeen-partner-card img {
    padding: 8px 12px;
    transform: scale(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-success-partners"] .moeen-partners__track {
    animation: none !important;
    transform: none !important;
  }
}




/* === Codex theme hardening 20260515: canonical theme-only UI === */
html,body{max-width:100%!important;overflow-x:hidden!important;cursor:auto!important}body *{cursor:auto}a,button,[role="button"],input[type="submit"]{cursor:pointer!important}.preloader,#preloader,.maeen-preloader,.moeen-preloader,.page-loader,.loading-screen,[class*="preloader"],[class*="page-loader"]{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.site-header{position:sticky!important;top:0!important;z-index:9998!important;background:transparent!important;background-color:transparent!important;backdrop-filter:none!important;border-bottom:1px solid rgba(53,240,227,.12)!important;box-shadow:none!important;overflow:visible!important}.site-header.is-scrolled{background:linear-gradient(180deg,rgba(2,8,12,.78),rgba(2,8,12,.38))!important;backdrop-filter:blur(14px)!important}.site-header .container,.site-header .nav{overflow:visible!important}.site-header .nav{min-height:86px!important;display:flex!important;align-items:center!important;gap:22px!important}.site-header .brand{order:3!important;flex:0 0 auto!important}.site-header .nav__menu{order:2!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:26px!important;flex:1 1 auto!important}.site-header .nav__actions{order:1!important;position:static!important;inset:auto!important;transform:none!important;margin:0!important;display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important}.site-header .menu-toggle{display:none!important}.site-header .nav__link,.site-header .nav__trigger,.site-header .nav__trigger-link{border-radius:14px!important;border:1px solid transparent!important;transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease!important}.site-header .nav__link:hover,.site-header .nav__trigger:hover,.site-header .nav__trigger-link:hover,.site-header .submenu a:hover{color:var(--teal,#35f0e3)!important;background:rgba(53,240,227,.08)!important;border-color:rgba(53,240,227,.20)!important;transform:translateY(-1px)!important}.site-header .nav__link.is-active,.site-header .nav__trigger-link.is-active,.site-header .current-menu-item>a{color:var(--gold,#d9af55)!important;background:rgba(217,175,85,.10)!important;border-color:rgba(217,175,85,.28)!important}.site-header .submenu a:before,.site-header .submenu a:after{display:none!important;content:none!important}.site-header .nav__actions>a,.site-header .nav__actions>button,.site-header .nav__actions .moeen-notification-toggle{width:44px!important;height:44px!important;min-width:44px!important;border-radius:15px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(53,240,227,.42)!important;background:rgba(3,19,25,.68)!important;color:var(--teal,#35f0e3)!important;padding:0!important;position:relative!important;overflow:visible!important}.site-header .moeen-header-account,.site-header .moeen-header-join{background:linear-gradient(135deg,var(--teal,#35f0e3),#21c9bf)!important;color:#041014!important;border-color:rgba(53,240,227,.62)!important}.site-header .nav__actions svg{width:20px!important;height:20px!important;display:block!important}.moeen-cart-count,[data-moeen-notification-count]{position:absolute!important;top:-12px!important;inset-inline-end:-8px!important;min-width:22px!important;height:22px!important;padding:0 6px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,var(--gold,#d9af55),#ffd87b)!important;color:#061014!important;font-size:12px!important;font-weight:900!important;line-height:1!important;box-shadow:0 8px 22px rgba(217,175,85,.28)!important;animation:codexCountPulse 2.4s ease-in-out infinite!important;z-index:4!important}@keyframes codexCountPulse{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-2px) scale(1.08)}}.moeen-notification-panel{position:absolute!important;top:calc(100% + 14px)!important;left:0!important;right:auto!important;width:min(420px,calc(100vw - 24px))!important;max-height:min(70vh,520px)!important;overflow:auto!important;border-radius:22px!important;background:linear-gradient(180deg,rgba(6,22,29,.98),rgba(2,8,12,.98))!important;border:1px solid rgba(53,240,227,.26)!important;box-shadow:0 28px 90px rgba(0,0,0,.44)!important}.moeen-notification-row a{display:block!important;border-radius:16px!important;padding:12px!important;color:#fff!important}.moeen-notification-row a:hover{background:rgba(53,240,227,.08)!important}.moeen-notification-row button{color:var(--gold,#d9af55)!important;border:1px solid rgba(217,175,85,.35)!important;background:rgba(217,175,85,.08)!important;border-radius:999px!important}




/* === Codex Arabic safe popup final 20260515 === */
.moeen-service-popup,.moeen-scroll-offer{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.moeen-offer-modal{position:fixed!important;inset:0!important;z-index:7000!important;display:grid!important;place-items:center!important;padding:18px!important;background:rgba(0,7,11,.54)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .22s ease,visibility .22s ease!important;direction:rtl!important}.moeen-offer-modal.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.moeen-offer-modal__card{position:relative!important;width:min(820px,calc(100vw - 28px))!important;display:grid!important;grid-template-columns:minmax(0,1fr) 280px!important;overflow:hidden!important;border-radius:30px!important;background:radial-gradient(circle at 20% 15%,rgba(53,240,227,.16),transparent 33%),linear-gradient(145deg,rgba(7,26,36,.98),rgba(2,9,14,.99))!important;border:1px solid rgba(53,240,227,.28)!important;box-shadow:0 34px 110px rgba(0,0,0,.50)!important;transform:translateY(14px) scale(.98)!important;transition:transform .24s ease!important}.moeen-offer-modal.is-open .moeen-offer-modal__card{transform:translateY(0) scale(1)!important}.moeen-offer-modal__media{min-height:310px!important;background:linear-gradient(rgba(0,0,0,.05),rgba(0,0,0,.15)),url('https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=420&q=80') center/cover!important}.moeen-offer-modal__body{padding:36px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;text-align:right!important;color:#eef8f8!important}.moeen-offer-modal__kicker{display:inline-flex!important;margin-bottom:12px!important;padding:7px 13px!important;border-radius:999px!important;background:rgba(217,175,85,.13)!important;border:1px solid rgba(217,175,85,.38)!important;color:#f0c96b!important;font-size:13px!important;font-weight:900!important}.moeen-offer-modal__body h3{margin:0 0 12px!important;color:#fff!important;font-size:clamp(23px,2.55vw,33px)!important;line-height:1.5!important;letter-spacing:0!important}.moeen-offer-modal__body p{margin:0 0 22px!important;color:#d7e8e7!important;font-size:16px!important;line-height:2!important}.moeen-offer-modal__cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;padding:0 22px!important;border-radius:15px!important;background:linear-gradient(135deg,#35f0e3,#18c8bd)!important;color:#061014!important;font-weight:950!important;text-decoration:none!important;box-shadow:0 16px 44px rgba(53,240,227,.24)!important}.moeen-offer-modal__cta:hover{background:linear-gradient(135deg,#d9af55,#f2cd74)!important;color:#061014!important}.moeen-offer-modal__close{position:absolute!important;top:16px!important;left:16px!important;right:auto!important;z-index:3!important;width:40px!important;height:40px!important;border-radius:14px!important;border:1px solid rgba(53,240,227,.45)!important;background:#35f0e3!important;color:#061014!important;font-size:26px!important;line-height:1!important;display:grid!important;place-items:center!important;cursor:pointer!important}.moeen-offer-modal__close:hover{background:#18c8bd!important;border-color:rgba(53,240,227,.65)!important;color:#061014!important}@media(max-width:720px){.moeen-offer-modal__card{grid-template-columns:1fr!important;width:min(94vw,520px)!important}.moeen-offer-modal__media{min-height:170px!important;order:1!important}.moeen-offer-modal__body{order:2!important;padding:24px!important}.moeen-offer-modal__close{top:12px!important;left:12px!important;right:auto!important}.moeen-offer-modal__body h3{font-size:23px!important}.moeen-offer-modal__body p{font-size:15px!important}}




/* =========================================================
  Home Services Interactive Preview | خدمات مركز معين
  Scope: [data-scope="moeen-services-preview"]
========================================================= */

[data-scope="moeen-services-preview"].moeen-services-preview {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  direction: rtl;
  padding: 76px 0 82px !important;
  background: #02070B !important;
  color: #F6FAFA;
 
}

[data-scope="moeen-services-preview"].moeen-services-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 18%, rgba(20, 217, 204, 0.07), transparent 34%);
  opacity: 0.68;
}

[data-scope="moeen-services-preview"] .container {
  position: relative;
  z-index: 2;
}

/* Header */
[data-scope="moeen-services-preview"] .msc-head {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

[data-scope="moeen-services-preview"] .msc-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 15px;
  border: 1px solid rgba(20, 217, 204, 0.22);
  border-radius: 999px;
  background: rgba(20, 217, 204, 0.055);
  color: #46F2E8;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
}

[data-scope="moeen-services-preview"] .msc-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #D7B35A;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

[data-scope="moeen-services-preview"] .msc-title {
  margin: 16px 0 0;
  color: #F6FAFA;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.04em;
}

[data-scope="moeen-services-preview"] .msc-title span {
  color: #14D9CC;
}

[data-scope="moeen-services-preview"] .msc-lead {
  max-width: 690px;
  margin: 16px auto 0;
  color: rgba(246, 250, 250, 0.66);
  font-size: 15.5px;
  line-height: 1.95;
}

/* Layout */
[data-scope="moeen-services-preview"] .msc-shell {
  display: grid;
  grid-template-columns: minmax(284px, 0.78fr) minmax(0, 1.22fr);
  gap: 18px;
  align-items: stretch;
}

/* Sidebar */
[data-scope="moeen-services-preview"] .msc-list {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 398px;
  padding: 12px;
  border: 1px solid rgba(20, 217, 204, 0.10);
  border-radius: 30px;
  background: rgba(8, 18, 25, 0.56);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.016);
}

[data-scope="moeen-services-preview"] .msc-item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 86px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(20, 217, 204, 0.085);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.022);
  color: inherit;
  text-align: right;
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 0.24s cubic-bezier(.22, 1, .36, 1),
    background 0.24s cubic-bezier(.22, 1, .36, 1),
    border-color 0.24s cubic-bezier(.22, 1, .36, 1),
    box-shadow 0.24s cubic-bezier(.22, 1, .36, 1);
}

[data-scope="moeen-services-preview"] .msc-item * {
  text-decoration: none !important;
}

[data-scope="moeen-services-preview"] .msc-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #14D9CC, #D7B35A);
  opacity: 0;
  transition: opacity 0.24s cubic-bezier(.22, 1, .36, 1);
}

[data-scope="moeen-services-preview"] .msc-item:hover {
  transform: translateY(-3px);
  border-color: rgba(20, 217, 204, 0.24);
  background: rgba(255, 255, 255, 0.035);
}

[data-scope="moeen-services-preview"] .msc-item.is-active {
  border-color: rgba(20, 217, 204, 0.30);
  background: rgba(20, 217, 204, 0.065);
  box-shadow:
    inset 0 0 0 1px rgba(20, 217, 204, 0.030),
    0 14px 34px rgba(0, 0, 0, 0.12);
}

[data-scope="moeen-services-preview"] .msc-item.is-active::before {
  opacity: 1;
}

[data-scope="moeen-services-preview"] .msc-num {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(215, 179, 90, 0.26);
  border-radius: 14px;
  background: rgba(215, 179, 90, 0.08);
  color: #D7B35A;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

[data-scope="moeen-services-preview"] .msc-item strong {
  display: block;
  color: #F6FAFA;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 950;
}

[data-scope="moeen-services-preview"] .msc-item small {
  display: block;
  margin-top: 4px;
  color: rgba(246, 250, 250, 0.52);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
}

[data-scope="moeen-services-preview"] .msc-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(246, 250, 250, 0.13);
  box-shadow: 0 0 0 5px rgba(246, 250, 250, 0.02);
  transition:
    background 0.24s cubic-bezier(.22, 1, .36, 1),
    box-shadow 0.24s cubic-bezier(.22, 1, .36, 1);
}

[data-scope="moeen-services-preview"] .msc-item.is-active .msc-dot {
  background: #14D9CC;
  box-shadow:
    0 0 0 6px rgba(20, 217, 204, 0.10),
    0 0 20px rgba(20, 217, 204, 0.35);
}

/* Preview Card */
[data-scope="moeen-services-preview"] .msc-stage {
  position: relative;
  min-height: 398px;
  overflow: hidden;
  border: 1px solid rgba(20, 217, 204, 0.15);
  border-radius: 32px;
  background: rgba(8, 18, 25, 0.88);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.022),
    0 24px 64px rgba(0, 0, 0, 0.18);
}

[data-scope="moeen-services-preview"] .msc-stage::before {
  content: "";
  position: absolute;
  inset: 0 42px auto;
  z-index: 3;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #14D9CC, #D7B35A, transparent);
  opacity: 0.82;
}

[data-scope="moeen-services-preview"] .msc-img {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
}

[data-scope="moeen-services-preview"] .msc-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04) brightness(0.66);
  transform: scale(1.02);
  transition:
    transform 0.58s cubic-bezier(.22, 1, .36, 1),
    opacity 0.22s ease,
    filter 0.58s cubic-bezier(.22, 1, .36, 1);
}

/* Hover بسيط للصورة */
[data-scope="moeen-services-preview"] .msc-stage:hover .msc-img img {
  transform: scale(1.055);
  filter: saturate(0.96) contrast(1.05) brightness(0.72);
}

[data-scope="moeen-services-preview"] .msc-stage.is-changing .msc-img img {
  opacity: 0.68;
  transform: scale(1.075);
}

/* Preserve complete square artwork when a service image contains edge content. */
[data-scope="moeen-services-preview"] .msc-stage[data-image-fit="contain"] .msc-img {
  background:
    radial-gradient(circle at 50% 44%, rgba(16, 105, 124, 0.42), transparent 62%),
    #052f3b;
}

[data-scope="moeen-services-preview"] .msc-stage[data-image-fit="contain"] .msc-img img,
[data-scope="moeen-services-preview"] .msc-stage[data-image-fit="contain"]:hover .msc-img img,
[data-scope="moeen-services-preview"] .msc-stage[data-image-fit="contain"].is-changing .msc-img img {
  object-fit: contain;
  object-position: center;
  transform: none;
}

[data-scope="moeen-services-preview"] .msc-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 7, 11, 0.92), rgba(2, 7, 11, 0.70) 52%, rgba(2, 7, 11, 0.24)),
    linear-gradient(180deg, rgba(2, 7, 11, 0.08), rgba(2, 7, 11, 0.82));
  pointer-events: none;
}

[data-scope="moeen-services-preview"] .msc-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 398px;
  max-width: 570px;
  padding: 36px;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.28s ease,
    transform 0.28s cubic-bezier(.22, 1, .36, 1),
    filter 0.28s ease;
}

[data-scope="moeen-services-preview"] .msc-stage.is-changing .msc-content {
  opacity: 0.18;
  transform: translateY(10px);
  filter: blur(3px);
}

[data-scope="moeen-services-preview"] .msc-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

[data-scope="moeen-services-preview"] .msc-current {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(215, 179, 90, 0.28);
  border-radius: 15px;
  background: rgba(215, 179, 90, 0.10);
  color: #D7B35A;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
}

[data-scope="moeen-services-preview"] .msc-cat {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 7px 12px;
  border: 1px solid rgba(20, 217, 204, 0.20);
  border-radius: 999px;
  background: rgba(20, 217, 204, 0.07);
  color: #46F2E8;
  font-size: 12px;
  font-weight: 900;
}

[data-scope="moeen-services-preview"] .msc-content h3 {
  margin: 0;
  color: #F6FAFA;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.17;
  font-weight: 950;
  letter-spacing: -0.035em;
}

[data-scope="moeen-services-preview"] .msc-content p {
  max-width: 500px;
  margin: 16px 0 0;
  color: rgba(246, 250, 250, 0.72);
  font-size: 15px;
  line-height: 1.9;
  white-space: pre-line;
}

[data-scope="moeen-services-preview"] .msc-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  margin-top: 24px;
}

[data-scope="moeen-services-preview"] .msc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 10px;
  padding: 8px 8px;
  border: 1px solid rgba(20, 217, 204, 0.42);
  border-radius: 15px;
  background: linear-gradient(135deg, #14D9CC, #46F2E8);
  color: #041014;
  text-decoration: none;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(20, 217, 204, 0.10);
  transition:
    transform 0.24s cubic-bezier(.22, 1, .36, 1),
    filter 0.24s cubic-bezier(.22, 1, .36, 1),
    box-shadow 0.24s cubic-bezier(.22, 1, .36, 1),
    gap 0.24s cubic-bezier(.22, 1, .36, 1);
}

[data-scope="moeen-services-preview"] .msc-btn:hover {
  gap: 12px;
  transform: translateY(-3px);
  filter: brightness(1.04);
  box-shadow: 0 18px 34px rgba(20, 217, 204, 0.14);
}

[data-scope="moeen-services-preview"] .msc-pills {
  position: absolute;
  z-index: 4;
  inset: auto auto 28px 34px;
  display: flex;
  gap: 7px;
  direction: ltr;
}

[data-scope="moeen-services-preview"] .msc-pills button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(246, 250, 250, 0.18);
  cursor: pointer;
  transition:
    width 0.24s cubic-bezier(.22, 1, .36, 1),
    background 0.24s cubic-bezier(.22, 1, .36, 1),
    opacity 0.24s cubic-bezier(.22, 1, .36, 1);
}

[data-scope="moeen-services-preview"] .msc-pills button.is-active {
  width: 26px;
  background: linear-gradient(90deg, #14D9CC, #D7B35A);
}

/* Footer CTA */
[data-scope="moeen-services-preview"] .msc-footer {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

[data-scope="moeen-services-preview"] .msc-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid rgba(215, 179, 90, 0.36);
  border-radius: 999px;
  background: rgba(215, 179, 90, 0.065);
  color: #D7B35A;
  text-decoration: none;
  font-weight: 950;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.018);
  transition:
    transform 0.24s cubic-bezier(.22, 1, .36, 1),
    border-color 0.24s cubic-bezier(.22, 1, .36, 1),
    color 0.24s cubic-bezier(.22, 1, .36, 1),
    background 0.24s cubic-bezier(.22, 1, .36, 1),
    gap 0.24s cubic-bezier(.22, 1, .36, 1);
}

[data-scope="moeen-services-preview"] .msc-all:hover {
  gap: 13px;
  transform: translateY(-3px);
  border-color: rgba(215, 179, 90, 0.56);
  background: rgba(215, 179, 90, 0.095);
  color: #F1D56B;
}

/* Responsive */
@media (max-width: 960px) {
  [data-scope="moeen-services-preview"].moeen-services-preview {
    padding: 64px 0 70px !important;
  }

  [data-scope="moeen-services-preview"] .msc-shell {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-services-preview"] .msc-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: auto;
    order: 2;
  }

  [data-scope="moeen-services-preview"] .msc-stage {
    order: 1;
    min-height: 390px;
  }

  [data-scope="moeen-services-preview"] .msc-content {
    min-height: 390px;
    padding: 30px;
  }
}

@media (max-width: 640px) {
  [data-scope="moeen-services-preview"].moeen-services-preview {
    padding: 56px 0 64px !important;
  }

  [data-scope="moeen-services-preview"] .container {
    width: min(100% - 28px, 1120px);
  }

  [data-scope="moeen-services-preview"] .msc-title {
    font-size: 31px;
  }

  [data-scope="moeen-services-preview"] .msc-lead {
    font-size: 14.5px;
  }

  [data-scope="moeen-services-preview"] .msc-list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 10px;
    border-radius: 24px;
  }

  [data-scope="moeen-services-preview"] .msc-item {
    flex: 0 0 245px;
    scroll-snap-align: start;
  }

  [data-scope="moeen-services-preview"] .msc-stage {
    min-height: 470px;
    border-radius: 26px;
  }

  [data-scope="moeen-services-preview"] .msc-content {
    min-height: 470px;
    padding: 24px;
  }

  [data-scope="moeen-services-preview"] .msc-content h3 {
    font-size: 32px;
  }

  [data-scope="moeen-services-preview"] .msc-content p {
    font-size: 14.5px;
  }

  [data-scope="moeen-services-preview"] .msc-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-services-preview"] .msc-btn {
    width: 100%;
  }

  [data-scope="moeen-services-preview"] .msc-pills {
    inset: auto auto 22px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-services-preview"] *,
  [data-scope="moeen-services-preview"] *::before,
  [data-scope="moeen-services-preview"] *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-scope="moeen-services-preview"] .msc-stage:hover .msc-img img,
  [data-scope="moeen-services-preview"] .msc-stage.is-changing .msc-img img {
    transform: none !important;
  }
}

/* =========================================================
   Moeen Services AI Console — central sphere and five paths
   Scoped: [data-scope="moeen-services-showcase"]
   ========================================================= */
.section[data-scope="moeen-services-showcase"] {
  --msh-bg: #020b11;
  --msh-panel: #051923;
  --msh-panel-2: #08232d;
  --msh-teal: #36ddd4;
  --msh-teal-rgb: 54, 221, 212;
  --msh-gold: #d9ad4d;
  --msh-gold-rgb: 217, 173, 77;
  --msh-text: #f5fbfc;
  --msh-muted: rgba(222, 238, 241, 0.68);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(64px, 7vw, 98px) 18px;
  color: var(--msh-text);
  background:
    radial-gradient(circle at 50% 52%, rgba(var(--msh-teal-rgb), 0.08), transparent 31%),
    radial-gradient(circle at 83% 18%, rgba(var(--msh-gold-rgb), 0.05), transparent 25%),
    linear-gradient(135deg, #020a10 0%, #04141c 52%, #020a10 100%);
}

[data-scope="moeen-services-showcase"]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(var(--msh-teal-rgb), 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--msh-teal-rgb), 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 50%, #000, transparent 78%);
}

[data-scope="moeen-services-showcase"] * { box-sizing: border-box; }

[data-scope="moeen-services-showcase"] .container {
  width: min(1380px, 100%);
  margin-inline: auto;
}

[data-scope="moeen-services-showcase"] .msh-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.9fr) minmax(470px, 1.25fr) minmax(280px, 0.78fr);
  grid-template-areas: "console stage intro";
  align-items: center;
  gap: clamp(22px, 2.5vw, 44px);
  direction: ltr;
}

[data-scope="moeen-services-showcase"] .msh-intro,
[data-scope="moeen-services-showcase"] .msh-ai-stage,
[data-scope="moeen-services-showcase"] .msh-console { direction: rtl; }

[data-scope="moeen-services-showcase"] .msh-intro { grid-area: intro; }

[data-scope="moeen-services-showcase"] .msh-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--msh-gold);
  font-size: 13px;
  font-weight: 900;
}

[data-scope="moeen-services-showcase"] .msh-kicker::before,
[data-scope="moeen-services-showcase"] .msh-kicker::after {
  content: "";
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--msh-gold-rgb), 0.75));
}

[data-scope="moeen-services-showcase"] .msh-kicker::after {
  background: linear-gradient(90deg, rgba(var(--msh-gold-rgb), 0.75), transparent);
}

[data-scope="moeen-services-showcase"] .msh-kicker > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--msh-gold);
}

[data-scope="moeen-services-showcase"] .msh-intro h2 {
  margin: 0;
  color: var(--msh-text);
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 950;
  line-height: 1.27;
  letter-spacing: -0.045em;
}

[data-scope="moeen-services-showcase"] .msh-intro h2 em {
  color: var(--msh-teal);
  font-style: normal;
}

[data-scope="moeen-services-showcase"] .msh-intro p {
  max-width: 390px;
  margin: 24px 0 0;
  color: var(--msh-muted);
  font-size: 14.5px;
  line-height: 2;
}

[data-scope="moeen-services-showcase"] .msh-intro__signal {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 28px;
}

[data-scope="moeen-services-showcase"] .msh-intro__signal::before {
  content: "";
  width: 92px;
  height: 1px;
  background: linear-gradient(90deg, var(--msh-teal), transparent);
}

[data-scope="moeen-services-showcase"] .msh-intro__signal span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--msh-teal);
  animation: mshSignal 2.4s ease-in-out infinite;
}

[data-scope="moeen-services-showcase"] .msh-intro__signal span:nth-child(2) { animation-delay: -0.8s; }
[data-scope="moeen-services-showcase"] .msh-intro__signal span:nth-child(3) { animation-delay: -1.6s; }

/* Central AI sphere */
[data-scope="moeen-services-showcase"] .msh-ai-stage {
  grid-area: stage;
  position: relative;
  width: min(100%, 540px);
  aspect-ratio: 1;
  margin-inline: auto;
}

[data-scope="moeen-services-showcase"] .msh-ai-stage__connections {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  pointer-events: none;
}

[data-scope="moeen-services-showcase"] .msh-ai-stage__connections path {
  stroke: rgba(var(--msh-teal-rgb), 0.38);
  stroke-width: 1.3;
  stroke-dasharray: 7 9;
  transition: stroke 0.28s ease, stroke-width 0.28s ease, opacity 0.28s ease;
  animation: mshDataFlow 7s linear infinite;
}

[data-scope="moeen-services-showcase"] .msh-ai-stage__connections path.is-active {
  stroke: var(--msh-gold);
  stroke-width: 2;
  opacity: 1;
}

[data-scope="moeen-services-showcase"] .msh-ai-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 52%;
  aspect-ratio: 1;
  border: 1px solid rgba(var(--msh-teal-rgb), 0.3);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(var(--msh-teal-rgb), 0.15), rgba(2, 15, 21, 0.84) 57%, rgba(2, 11, 16, 0.96));
  transform: translate(-50%, -50%);
  box-shadow: none;
}

[data-scope="moeen-services-showcase"] .msh-ai-core::before,
[data-scope="moeen-services-showcase"] .msh-ai-core::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

[data-scope="moeen-services-showcase"] .msh-ai-core::before {
  inset: -10%;
  border: 1px dashed rgba(var(--msh-teal-rgb), 0.28);
  animation: mshRotate 25s linear infinite;
}

[data-scope="moeen-services-showcase"] .msh-ai-core::after {
  inset: 12%;
  border: 1px solid rgba(var(--msh-gold-rgb), 0.2);
}

[data-scope="moeen-services-showcase"] .msh-ai-core__orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(var(--msh-teal-rgb), 0.17);
}

[data-scope="moeen-services-showcase"] .msh-ai-core__orbit--one { inset: -4%; }
[data-scope="moeen-services-showcase"] .msh-ai-core__orbit--two { inset: 21%; }

[data-scope="moeen-services-showcase"] .msh-ai-core > svg {
  width: 76%;
  height: 76%;
  overflow: visible;
}

[data-scope="moeen-services-showcase"] .msh-ai-core__lines {
  fill: none;
  stroke: rgba(var(--msh-teal-rgb), 0.62);
  stroke-width: 1.2;
}

[data-scope="moeen-services-showcase"] .msh-ai-core__nodes { fill: var(--msh-teal); }
[data-scope="moeen-services-showcase"] .msh-ai-core__nodes circle:last-child { fill: var(--msh-gold); }

[data-scope="moeen-services-showcase"] .msh-ai-core__brand {
  position: absolute;
  display: grid;
  place-items: center;
  gap: 1px;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(var(--msh-gold-rgb), 0.38);
  border-radius: 26px;
  background: rgba(3, 18, 25, 0.94);
  transform: rotate(45deg);
}

[data-scope="moeen-services-showcase"] .msh-ai-core__brand strong,
[data-scope="moeen-services-showcase"] .msh-ai-core__brand small { transform: rotate(-45deg); }
[data-scope="moeen-services-showcase"] .msh-ai-core__brand strong { color: var(--msh-gold); font-size: 19px; }
[data-scope="moeen-services-showcase"] .msh-ai-core__brand small { color: var(--msh-muted); font-size: 9px; }

/* Five clickable service nodes */
[data-scope="moeen-services-showcase"] .msh-node {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  border: 0;
  color: var(--msh-teal);
  background: transparent;
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.25s ease, transform 0.25s ease;
}

[data-scope="moeen-services-showcase"] .msh-node__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(var(--msh-teal-rgb), 0.4);
  border-radius: 50%;
  background: rgba(4, 24, 32, 0.93);
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

[data-scope="moeen-services-showcase"] .msh-node__icon::before {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  border: 1px dashed rgba(var(--msh-teal-rgb), 0.2);
  border-radius: 50%;
}

[data-scope="moeen-services-showcase"] .msh-node svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

[data-scope="moeen-services-showcase"] .msh-node--management { top: 0; left: 50%; flex-direction: column; transform: translateX(-50%); }
[data-scope="moeen-services-showcase"] .msh-node--scientific { top: 18%; left: 0; flex-direction: row-reverse; }
[data-scope="moeen-services-showcase"] .msh-node--technology { top: 18%; right: 0; }
[data-scope="moeen-services-showcase"] .msh-node--marketing { bottom: 5%; left: 2%; flex-direction: row-reverse; }
[data-scope="moeen-services-showcase"] .msh-node--design { right: 2%; bottom: 5%; }

[data-scope="moeen-services-showcase"] .msh-node:hover,
[data-scope="moeen-services-showcase"] .msh-node:focus-visible { color: #79f1e9; }
[data-scope="moeen-services-showcase"] .msh-node:focus-visible { outline: 2px solid rgba(var(--msh-gold-rgb), 0.8); outline-offset: 6px; border-radius: 16px; }

[data-scope="moeen-services-showcase"] .msh-node.is-active { color: var(--msh-gold); }
[data-scope="moeen-services-showcase"] .msh-node.is-active .msh-node__icon {
  border-color: rgba(var(--msh-gold-rgb), 0.8);
  background: rgba(var(--msh-gold-rgb), 0.09);
  transform: scale(1.06);
}
[data-scope="moeen-services-showcase"] .msh-node.is-active .msh-node__icon::before { border-color: rgba(var(--msh-gold-rgb), 0.38); animation: mshRotate 15s linear infinite; }

/* AI console */
[data-scope="moeen-services-showcase"] .msh-console {
  grid-area: console;
  overflow: hidden;
  min-height: 480px;
  border: 1px solid rgba(var(--msh-teal-rgb), 0.28);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(var(--msh-teal-rgb), 0.035), transparent 38%),
    rgba(3, 17, 24, 0.94);
  box-shadow: none;
}

[data-scope="moeen-services-showcase"] .msh-console__bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(var(--msh-teal-rgb), 0.16);
  direction: ltr;
}

[data-scope="moeen-services-showcase"] .msh-console__lights { display: flex; gap: 7px; }
[data-scope="moeen-services-showcase"] .msh-console__lights i { width: 9px; height: 9px; border-radius: 50%; background: var(--msh-teal); opacity: 0.75; }
[data-scope="moeen-services-showcase"] .msh-console__lights i:nth-child(2) { background: var(--msh-gold); }
[data-scope="moeen-services-showcase"] .msh-console__lights i:nth-child(3) { opacity: 0.35; }
[data-scope="moeen-services-showcase"] .msh-console__path { overflow: hidden; color: rgba(var(--msh-teal-rgb), 0.62); font-size: 10px; letter-spacing: 0.05em; white-space: nowrap; text-overflow: ellipsis; }
[data-scope="moeen-services-showcase"] .msh-console__status { display: inline-flex; align-items: center; gap: 6px; color: var(--msh-muted); font-size: 10px; direction: rtl; }
[data-scope="moeen-services-showcase"] .msh-console__status i { width: 6px; height: 6px; border-radius: 50%; background: var(--msh-teal); animation: mshSignal 2s ease-in-out infinite; }

[data-scope="moeen-services-showcase"] .msh-console__body {
  min-height: 370px;
  padding: clamp(24px, 3vw, 34px);
}

[data-scope="moeen-services-showcase"] .msh-console__label {
  display: block;
  margin-bottom: 13px;
  color: rgba(var(--msh-teal-rgb), 0.58);
  font-size: 11px;
  font-weight: 800;
}

[data-scope="moeen-services-showcase"] .msh-console h3 {
  display: flex;
  align-items: center;
  min-height: 46px;
  margin: 0 0 22px;
  color: var(--msh-gold);
  font-size: clamp(23px, 2.1vw, 31px);
  font-weight: 900;
  line-height: 1.4;
}

[data-scope="moeen-services-showcase"] .msh-console h3 > span:first-child { margin-left: 9px; }
[data-scope="moeen-services-showcase"] .msh-console__caret {
  width: 3px;
  height: 30px;
  margin-right: 5px;
  background: var(--msh-gold);
  animation: mshCaret 0.85s steps(1) infinite;
}

[data-scope="moeen-services-showcase"] .msh-console__hint { margin: 0 0 12px; color: var(--msh-muted); font-size: 12px; }
[data-scope="moeen-services-showcase"] .msh-console ul {
  display: grid;
  gap: 10px;
  min-height: 132px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

[data-scope="moeen-services-showcase"] .msh-console li {
  position: relative;
  padding: 10px 24px 10px 10px;
  border-bottom: 1px solid rgba(var(--msh-teal-rgb), 0.09);
  color: rgba(239, 248, 249, 0.84);
  font-size: 13px;
  line-height: 1.55;
}

[data-scope="moeen-services-showcase"] .msh-console li::before {
  content: "›";
  position: absolute;
  right: 3px;
  color: var(--msh-teal);
  font-size: 20px;
  line-height: 1;
}

[data-scope="moeen-services-showcase"] .msh-console__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(var(--msh-gold-rgb), 0.72);
  border-radius: 13px;
  color: var(--msh-gold);
  background: rgba(var(--msh-gold-rgb), 0.045);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

[data-scope="moeen-services-showcase"] .msh-console__link:hover { color: #04141b; background: var(--msh-gold); transform: translateY(-2px); }
[data-scope="moeen-services-showcase"] .msh-console.is-switching ul,
[data-scope="moeen-services-showcase"] .msh-console.is-switching .msh-console__link { opacity: 0; transform: translateY(5px); }

[data-scope="moeen-services-showcase"] .msh-console__footer {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 50px;
  padding: 0 20px;
  border-top: 1px solid rgba(var(--msh-teal-rgb), 0.13);
  color: var(--msh-teal);
  direction: ltr;
}

[data-scope="moeen-services-showcase"] .msh-console__footer span { margin-right: auto; }
[data-scope="moeen-services-showcase"] .msh-console__footer i { width: 4px; height: 4px; border-radius: 50%; background: var(--msh-teal); opacity: 0.35; }
[data-scope="moeen-services-showcase"] .msh-console__footer i:nth-of-type(3) { width: 36px; border-radius: 9px; opacity: 0.16; }

@keyframes mshRotate { to { transform: rotate(360deg); } }
@keyframes mshDataFlow { to { stroke-dashoffset: -64; } }
@keyframes mshSignal { 0%, 100% { opacity: 0.3; transform: scale(0.75); } 50% { opacity: 1; transform: scale(1); } }
@keyframes mshCaret { 0%, 48% { opacity: 1; } 49%, 100% { opacity: 0; } }

@media (max-width: 1180px) {
  [data-scope="moeen-services-showcase"] .msh-layout {
    grid-template-columns: minmax(360px, 0.9fr) minmax(470px, 1.1fr);
    grid-template-areas: "intro intro" "console stage";
  }
  [data-scope="moeen-services-showcase"] .msh-intro { max-width: 760px; margin: 0 auto 8px; text-align: center; }
  [data-scope="moeen-services-showcase"] .msh-intro p { max-width: 620px; margin-inline: auto; }
  [data-scope="moeen-services-showcase"] .msh-intro__signal { justify-content: center; }
}

@media (max-width: 820px) {
  .section[data-scope="moeen-services-showcase"] { padding: 54px 16px; }
  [data-scope="moeen-services-showcase"] .msh-layout {
    grid-template-columns: 1fr;
    grid-template-areas: "intro" "stage" "console";
    gap: 32px;
  }
  [data-scope="moeen-services-showcase"] .msh-intro h2 { font-size: 38px; }
  [data-scope="moeen-services-showcase"] .msh-ai-stage { width: min(100%, 540px); }
  [data-scope="moeen-services-showcase"] .msh-console { width: min(100%, 560px); margin-inline: auto; min-height: auto; }
}

@media (max-width: 520px) {
  [data-scope="moeen-services-showcase"] .msh-intro h2 { font-size: 34px; }
  [data-scope="moeen-services-showcase"] .msh-ai-stage { width: calc(100% + 14px); margin-inline: -7px; }
  [data-scope="moeen-services-showcase"] .msh-ai-core { width: 48%; }
  [data-scope="moeen-services-showcase"] .msh-ai-core__brand { width: 64px; height: 64px; border-radius: 19px; }
  [data-scope="moeen-services-showcase"] .msh-ai-core__brand strong { font-size: 14px; }
  [data-scope="moeen-services-showcase"] .msh-node { gap: 5px; font-size: 9.5px; }
  [data-scope="moeen-services-showcase"] .msh-node__icon { width: 45px; height: 45px; }
  [data-scope="moeen-services-showcase"] .msh-node__icon::before { width: 52px; height: 52px; }
  [data-scope="moeen-services-showcase"] .msh-node svg { width: 20px; height: 20px; }
  [data-scope="moeen-services-showcase"] .msh-node--scientific { left: 1%; }
  [data-scope="moeen-services-showcase"] .msh-node--technology { right: 1%; }
  [data-scope="moeen-services-showcase"] .msh-node--marketing { left: 1%; }
  [data-scope="moeen-services-showcase"] .msh-node--design { right: 1%; }
  [data-scope="moeen-services-showcase"] .msh-console__bar { grid-template-columns: auto 1fr; }
  [data-scope="moeen-services-showcase"] .msh-console__status { display: none; }
  [data-scope="moeen-services-showcase"] .msh-console__body { min-height: 350px; padding: 24px 20px; }
  [data-scope="moeen-services-showcase"] .msh-console h3 { font-size: 23px; }
  [data-scope="moeen-services-showcase"] .msh-console__link { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-services-showcase"] *,
  [data-scope="moeen-services-showcase"] *::before,
  [data-scope="moeen-services-showcase"] *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

/* =========================================================
   Moeen Process Roadmap
   Scoped: [data-scope="moeen-process-roadmap"]
========================================================= */

[data-scope="moeen-process-roadmap"] {
  --mpr-bg: #020b0f;
  --mpr-teal: #23c6bd;
  --mpr-teal-2: #4ee2d6;
  --mpr-gold: #d9af55;
  --mpr-gold-2: #f2cf7b;
  --mpr-white: #ffffff;
  --mpr-text: rgba(255, 255, 255, 0.88);
  --mpr-muted: rgba(219, 234, 239, 0.68);
  --mpr-line: rgba(35, 198, 189, 0.16);
  --mpr-gold-line: rgba(217, 175, 85, 0.24);
  --mpr-card: rgba(5, 24, 31, 0.66);
  --mpr-card-2: rgba(2, 14, 19, 0.76);
  --mpr-radius-xl: 30px;
  --mpr-radius-lg: 22px;
  --mpr-radius-md: 16px;
  --mpr-ease: cubic-bezier(.22, 1, .36, 1);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: clamp(58px, 7vw, 96px) 18px;
  color: var(--mpr-text);
 
}

[data-scope="moeen-process-roadmap"]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.20;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 50% 18%, #000 0%, transparent 78%);
}

[data-scope="moeen-process-roadmap"]::after {
  content: "";
  position: absolute;
  inset: 18% auto auto 50%;
  z-index: -1;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: rgba(35, 198, 189, 0.045);
  filter: blur(72px);
  transform: translateX(-50%);
}

[data-scope="moeen-process-roadmap"] * {
  box-sizing: border-box;
}

[data-scope="moeen-process-roadmap"] .mpr-container {
  width: min(1120px, 100%);
  margin: 0 auto;
}

/* Header */
[data-scope="moeen-process-roadmap"] .mpr-head {
  max-width: 860px;
  margin: 0 auto 46px;
  text-align: center;
}

[data-scope="moeen-process-roadmap"] .mpr-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  margin-bottom: 14px;
  padding: 7px 15px;
  border: 1px solid rgba(35, 198, 189, 0.28);
  border-radius: 999px;
  background: rgba(35, 198, 189, 0.07);
  color: var(--mpr-teal);
  font-size: 13px;
  font-weight: 850;
}

[data-scope="moeen-process-roadmap"] .mpr-kicker span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--mpr-gold);
  box-shadow: 0 0 14px rgba(217, 175, 85, 0.55);
}

[data-scope="moeen-process-roadmap"] .mpr-head h2 {
  margin: 0;
  color: var(--mpr-white);
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.24;
  font-weight: 950;
  letter-spacing: -0.04em;
}

[data-scope="moeen-process-roadmap"] .mpr-head h2 em {
  color: var(--mpr-gold-2);
  font-style: normal;
  text-shadow: 0 0 24px rgba(217, 175, 85, 0.13);
}

[data-scope="moeen-process-roadmap"] .mpr-head p {
  max-width: 740px;
  margin: 14px auto 0;
  color: var(--mpr-muted);
  font-size: 15px;
  line-height: 1.95;
}

/* Roadmap */
[data-scope="moeen-process-roadmap"] .mpr-roadmap {
  position: relative;
  display: grid;
  gap: 26px;
  padding: 8px 0;
}

[data-scope="moeen-process-roadmap"] .mpr-line {
  position: absolute;
  top: 18px;
  bottom: 18px;
  right: 50%;
  width: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(35, 198, 189, 0.13);
  transform: translateX(50%);
}

[data-scope="moeen-process-roadmap"] .mpr-line::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(35, 198, 189, 0.22),
      rgba(217, 175, 85, 0.16),
      transparent
    );
  opacity: 0.65;
}

[data-scope="moeen-process-roadmap"] .mpr-line span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0%;
  border-radius: inherit;
  background: linear-gradient(180deg, var(--mpr-teal), var(--mpr-gold));
  box-shadow: 0 0 22px rgba(35, 198, 189, 0.34);
  transition: height 0.24s linear;
}

/* Step */
[data-scope="moeen-process-roadmap"] .mpr-step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  align-items: center;
  min-height: 185px;
}

[data-scope="moeen-process-roadmap"] .mpr-step:nth-child(even) .mpr-step__card {
  grid-column: 1;
}

[data-scope="moeen-process-roadmap"] .mpr-step:nth-child(odd) .mpr-step__card {
  grid-column: 3;
}

[data-scope="moeen-process-roadmap"] .mpr-step__node {
  position: relative;
  z-index: 4;
  grid-column: 2;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(35, 198, 189, 0.28);
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 25%, rgba(35, 198, 189, 0.24), transparent 52%),
    rgba(3, 18, 24, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 0 0 8px rgba(35, 198, 189, 0.035),
    0 14px 30px rgba(0,0,0,.20);
  transition:
    border-color .28s var(--mpr-ease),
    background .28s var(--mpr-ease),
    box-shadow .28s var(--mpr-ease),
    transform .28s var(--mpr-ease);
}

[data-scope="moeen-process-roadmap"] .mpr-step__node span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: rgba(35, 198, 189, 0.09);
  color: var(--mpr-teal-2);
  font-size: 12px;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  transition:
    color .28s var(--mpr-ease),
    background .28s var(--mpr-ease);
}

[data-scope="moeen-process-roadmap"] .mpr-step__card {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 22px;
  border: 1px solid rgba(35, 198, 189, 0.14);
  border-radius: var(--mpr-radius-xl);
  background:
    radial-gradient(circle at 100% 0%, rgba(35, 198, 189, 0.055), transparent 34%),
    linear-gradient(180deg, rgba(7, 31, 40, 0.58), rgba(2, 14, 19, 0.70));
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
  transform: translateY(0);
  transition:
    transform .28s var(--mpr-ease),
    border-color .28s var(--mpr-ease),
    background .28s var(--mpr-ease),
    box-shadow .28s var(--mpr-ease),
    opacity .28s var(--mpr-ease);
}

[data-scope="moeen-process-roadmap"] .mpr-step__card::before {
  content: "";
  position: absolute;
  inset: 0 24px auto 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--mpr-teal), var(--mpr-gold), transparent);
  opacity: 0;
  transition: opacity .28s var(--mpr-ease);
}

[data-scope="moeen-process-roadmap"] .mpr-step__card::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, rgba(35, 198, 189, 0.44), transparent);
  opacity: .38;
}

[data-scope="moeen-process-roadmap"] .mpr-step:nth-child(even) .mpr-step__card::after {
  left: -36px;
  transform: translateY(-50%);
}

[data-scope="moeen-process-roadmap"] .mpr-step:nth-child(odd) .mpr-step__card::after {
  right: -36px;
  transform: translateY(-50%) rotate(180deg);
}

[data-scope="moeen-process-roadmap"] .mpr-step__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

[data-scope="moeen-process-roadmap"] .mpr-step__badge {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 11px;
  border: 1px solid rgba(35, 198, 189, 0.18);
  border-radius: 999px;
  background: rgba(35, 198, 189, 0.055);
  color: var(--mpr-teal);
  font-size: 11.5px;
  line-height: 1;
  font-weight: 900;
}

[data-scope="moeen-process-roadmap"] .mpr-step__top strong {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(217, 175, 85, 0.26);
  border-radius: 13px;
  background: rgba(217, 175, 85, 0.08);
  color: var(--mpr-gold-2);
  font-size: 13px;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
}

[data-scope="moeen-process-roadmap"] .mpr-step h3 {
  margin: 0 0 10px;
  color: var(--mpr-white);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.34;
  font-weight: 950;
  letter-spacing: -0.02em;
}

[data-scope="moeen-process-roadmap"] .mpr-step p {
  margin: 0;
  color: rgba(230, 242, 245, 0.72);
  font-size: 14px;
  line-height: 1.95;
}

[data-scope="moeen-process-roadmap"] .mpr-step__output {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  padding: 10px 12px;
  border: 1px solid rgba(35, 198, 189, 0.12);
  border-radius: 15px;
  background: rgba(2, 14, 19, 0.30);
}

[data-scope="moeen-process-roadmap"] .mpr-step__output span {
  color: var(--mpr-muted);
  font-size: 12px;
  font-weight: 800;
}

[data-scope="moeen-process-roadmap"] .mpr-step__output b {
  color: var(--mpr-teal-2);
  font-size: 13px;
  font-weight: 900;
}

/* Active / Done */
[data-scope="moeen-process-roadmap"] .mpr-step.is-active .mpr-step__node,
[data-scope="moeen-process-roadmap"] .mpr-step.is-done .mpr-step__node {
  border-color: rgba(217, 175, 85, 0.42);
  background:
    radial-gradient(circle at 35% 25%, rgba(217, 175, 85, 0.24), transparent 52%),
    rgba(3, 18, 24, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 0 0 8px rgba(217, 175, 85, 0.045),
    0 0 28px rgba(217, 175, 85, 0.14),
    0 14px 30px rgba(0,0,0,.20);
}

[data-scope="moeen-process-roadmap"] .mpr-step.is-active .mpr-step__node {
  transform: scale(1.06);
}

[data-scope="moeen-process-roadmap"] .mpr-step.is-active .mpr-step__node span,
[data-scope="moeen-process-roadmap"] .mpr-step.is-done .mpr-step__node span {
  background: rgba(217, 175, 85, 0.12);
  color: var(--mpr-gold-2);
}

[data-scope="moeen-process-roadmap"] .mpr-step.is-done .mpr-step__node span {
  font-size: 0;
}

[data-scope="moeen-process-roadmap"] .mpr-step.is-done .mpr-step__node span::before {
  content: "✓";
  font-size: 14px;
  font-weight: 950;
}

[data-scope="moeen-process-roadmap"] .mpr-step.is-active .mpr-step__card,
[data-scope="moeen-process-roadmap"] .mpr-step:hover .mpr-step__card {
  transform: translateY(-4px);
  border-color: rgba(35, 198, 189, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(35, 198, 189, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(8, 36, 46, 0.66), rgba(2, 14, 19, 0.80));
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

[data-scope="moeen-process-roadmap"] .mpr-step.is-active .mpr-step__card::before,
[data-scope="moeen-process-roadmap"] .mpr-step:hover .mpr-step__card::before {
  opacity: .86;
}

/* Responsive */
@media (max-width: 900px) {
  [data-scope="moeen-process-roadmap"] .mpr-head {
    margin-bottom: 34px;
  }

  [data-scope="moeen-process-roadmap"] .mpr-roadmap {
    gap: 18px;
    padding-inline-start: 0;
  }

  [data-scope="moeen-process-roadmap"] .mpr-line {
    right: 29px;
    transform: none;
  }

  [data-scope="moeen-process-roadmap"] .mpr-step {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    min-height: auto;
  }

  [data-scope="moeen-process-roadmap"] .mpr-step:nth-child(even) .mpr-step__card,
  [data-scope="moeen-process-roadmap"] .mpr-step:nth-child(odd) .mpr-step__card {
    grid-column: 2;
  }

  [data-scope="moeen-process-roadmap"] .mpr-step__node {
    grid-column: 1;
    width: 50px;
    height: 50px;
  }

  [data-scope="moeen-process-roadmap"] .mpr-step__node span {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  [data-scope="moeen-process-roadmap"] .mpr-step__card {
    padding: 20px 18px;
    border-radius: 22px;
  }

  [data-scope="moeen-process-roadmap"] .mpr-step__card::after {
    display: none;
  }
}

@media (max-width: 640px) {
  [data-scope="moeen-process-roadmap"] {
    padding: 46px 14px;
  }

  [data-scope="moeen-process-roadmap"] .mpr-head h2 {
    font-size: 34px;
  }

  [data-scope="moeen-process-roadmap"] .mpr-head p {
    font-size: 14px;
  }

  [data-scope="moeen-process-roadmap"] .mpr-step__top {
    align-items: flex-start;
  }

  [data-scope="moeen-process-roadmap"] .mpr-step h3 {
    font-size: 21px;
  }

  [data-scope="moeen-process-roadmap"] .mpr-step p {
    font-size: 13.5px;
  }

  [data-scope="moeen-process-roadmap"] .mpr-step__output {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-process-roadmap"] *,
  [data-scope="moeen-process-roadmap"] *::before,
  [data-scope="moeen-process-roadmap"] *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}



[data-scope="moeen-success-partners"]{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(180deg,#02070b 0%,#061018 100%);color:#f5ffff;padding-block:clamp(56px,7vw,86px);direction:rtl;}
[data-scope="moeen-success-partners"]::before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 50% 0%,rgba(53,240,227,.08),transparent 38%);pointer-events:none;}
[data-scope="moeen-success-partners"] .section-head{max-width:760px;margin:0 auto 26px;text-align:center;}
[data-scope="moeen-success-partners"] .kicker{display:inline-flex;padding:7px 14px;border:1px solid rgba(53,240,227,.18);border-radius:999px;background:rgba(53,240,227,.06);color:#6ffcf2;font-weight:900;}
[data-scope="moeen-success-partners"] .section-title{margin:14px 0 10px;color:#f8ffff;letter-spacing:0;}
[data-scope="moeen-success-partners"] .section-title .gold{color:#e1bd68;}
[data-scope="moeen-success-partners"] .section-lead{margin:0 auto;color:rgba(235,248,247,.72);line-height:1.9;}
[data-scope="moeen-success-partners"] .partners-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;}
[data-scope="moeen-success-partners"] .partner-logo{min-height:92px;display:grid;place-items:center;text-align:center;border:1px solid rgba(53,240,227,.14);border-radius:18px;background:linear-gradient(145deg,rgba(8,28,36,.56),rgba(2,10,15,.82));box-shadow:inset 0 1px 0 rgba(255,255,255,.04);filter:grayscale(1);opacity:.72;transition:opacity .24s ease,filter .24s ease,border-color .24s ease,transform .24s ease;}
[data-scope="moeen-success-partners"] .partner-logo:hover{opacity:1;filter:grayscale(0);border-color:rgba(53,240,227,.28);transform:translateY(-3px);}
[data-scope="moeen-success-partners"] .partner-logo span{color:rgba(235,248,247,.62);font-size:13px;font-weight:900;}
[data-scope="moeen-success-partners"] .partners-note{max-width:720px;margin:20px auto 0;text-align:center;color:rgba(235,248,247,.64);font-size:14px;line-height:1.9;}
@media (max-width:1100px){[data-scope="moeen-services-preview"] .mls-grid{grid-template-columns:repeat(2,minmax(0,1fr));}[data-scope="moeen-success-partners"] .partners-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media (max-width:680px){[data-scope="moeen-services-preview"],[data-scope="moeen-success-partners"]{padding-block:46px}[data-scope="moeen-services-preview"] .mls-grid{grid-template-columns:1fr}[data-scope="moeen-services-preview"] .mls-footer{display:block;text-align:center}[data-scope="moeen-services-preview"] .mls-all{margin-top:12px}[data-scope="moeen-success-partners"] .partners-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.stats-section[data-scope="moeen-stats"]{padding-block:48px}}
@media (max-width:420px){[data-scope="moeen-success-partners"] .partners-grid{grid-template-columns:1fr}[data-scope="moeen-success-partners"] .partner-logo{max-width:280px;width:100%;margin-inline:auto}}
@media (prefers-reduced-motion:reduce){[data-scope="moeen-services-preview"] .mls-card,[data-scope="moeen-services-preview"] .mls-media img,[data-scope="moeen-success-partners"] .partner-logo{transition:none}[data-scope="moeen-services-preview"] .mls-card:hover,[data-scope="moeen-success-partners"] .partner-logo:hover{transform:none}}



/* === Moeen homepage background system 20260525 === */
body[data-page="home"]{
  background:#02070b;
}
body[data-page="home"] main{
  --moeen-home-text:#f6fafa;
  --moeen-home-muted:rgba(246,250,250,.68);
  --moeen-home-soft:rgba(246,250,250,.52);
  --moeen-home-cyan:#14d9cc;
  --moeen-home-gold:#d7b35a;
  --moeen-home-border:rgba(20,217,204,.16);
  --moeen-home-border-strong:rgba(20,217,204,.34);
  --moeen-home-surface:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.028));
  --moeen-home-surface-deep:linear-gradient(180deg,rgba(8,25,34,.82),rgba(3,12,18,.74));
  background:#02070b;
  color:var(--moeen-home-text);
}
body[data-page="home"] main [data-scope="moeen-home-hero"],
body[data-page="home"] main [data-scope="moeen-stats"],
body[data-page="home"] main [data-scope="moeen-home-testimonials"],
body[data-page="home"] main [data-scope="moeen-home-cta"]{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  color:var(--moeen-home-text);
  background:
    radial-gradient(circle at 50% 0%,rgba(20,217,204,.07),transparent 42%),
    linear-gradient(180deg,#02070b 0%,#050b10 100%);
}
body[data-page="home"] main [data-scope="moeen-home-why"],
body[data-page="home"] main [data-scope="moeen-services-preview"],
body[data-page="home"] main [data-scope="moeen-home-work"],
body[data-page="home"] main [data-scope="moeen-success-partners"]{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  color:var(--moeen-home-text);
  background:linear-gradient(180deg,#07131d 0%,#081923 100%);
}
body[data-page="home"] main [data-scope="moeen-home-hero"]::before,
body[data-page="home"] main [data-scope="moeen-stats"]::before,
body[data-page="home"] main [data-scope="moeen-home-testimonials"]::before,
body[data-page="home"] main [data-scope="moeen-home-cta"]::before,
body[data-page="home"] main [data-scope="moeen-home-why"]::before,
body[data-page="home"] main [data-scope="moeen-services-preview"]::before,
body[data-page="home"] main [data-scope="moeen-home-work"]::before,
body[data-page="home"] main [data-scope="moeen-success-partners"]::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    linear-gradient(90deg,transparent,rgba(20,217,204,.08),transparent) top/100% 1px no-repeat;
  opacity:.72;
}
body[data-page="home"] main [data-scope="moeen-home-why"]::after,
body[data-page="home"] main [data-scope="moeen-services-preview"]::after,
body[data-page="home"] main [data-scope="moeen-home-work"]::after,
body[data-page="home"] main [data-scope="moeen-success-partners"]::after{
  content:"";
  position:absolute;
  inset-inline:8%;
  inset-block-start:0;
  height:160px;
  pointer-events:none;
  background:radial-gradient(circle at 50% 0%,rgba(20,217,204,.045),transparent 68%);
  opacity:.85;
  z-index:-1;
}
body[data-page="home"] main [data-scope="moeen-home-hero"] .container,
body[data-page="home"] main [data-scope="moeen-home-why"] .container,
body[data-page="home"] main [data-scope="moeen-services-preview"] .container,
body[data-page="home"] main [data-scope="moeen-stats"] .container,
body[data-page="home"] main [data-scope="moeen-home-work"] .container,
body[data-page="home"] main [data-scope="moeen-home-testimonials"] .container,
body[data-page="home"] main [data-scope="moeen-success-partners"] .container,
body[data-page="home"] main [data-scope="moeen-home-cta"] .container{
  position:relative;
  z-index:1;
}
body[data-page="home"] main [data-scope="moeen-home-hero"] .hero__title,
body[data-page="home"] main [data-scope="moeen-home-why"] .section-title,
body[data-page="home"] main [data-scope="moeen-services-preview"] h2,
body[data-page="home"] main [data-scope="moeen-stats"] .section-title,
body[data-page="home"] main [data-scope="moeen-home-work"] .section-title,
body[data-page="home"] main [data-scope="moeen-home-testimonials"] .section-title,
body[data-page="home"] main [data-scope="moeen-success-partners"] .section-title,
body[data-page="home"] main [data-scope="moeen-home-cta"] h2{
  color:var(--moeen-home-text);
}
body[data-page="home"] main [data-scope="moeen-home-hero"] .hero__text,
body[data-page="home"] main [data-scope="moeen-home-why"] .section-lead,
body[data-page="home"] main [data-scope="moeen-services-preview"] p,
body[data-page="home"] main [data-scope="moeen-stats"] .section-lead,
body[data-page="home"] main [data-scope="moeen-home-work"] .section-lead,
body[data-page="home"] main [data-scope="moeen-home-testimonials"] .section-lead,
body[data-page="home"] main [data-scope="moeen-success-partners"] .section-lead,
body[data-page="home"] main [data-scope="moeen-home-cta"] p{
  color:var(--moeen-home-muted);
}
body[data-page="home"] main [data-scope="moeen-home-hero"] .kicker,
body[data-page="home"] main [data-scope="moeen-home-why"] .kicker,
body[data-page="home"] main [data-scope="moeen-stats"] .kicker,
body[data-page="home"] main [data-scope="moeen-home-work"] .kicker,
body[data-page="home"] main [data-scope="moeen-home-testimonials"] .kicker,
body[data-page="home"] main [data-scope="moeen-success-partners"] .kicker,
body[data-page="home"] main [data-scope="moeen-home-cta"] .kicker,
body[data-page="home"] main [data-scope="moeen-services-preview"] .mls-badge{
  background:rgba(20,217,204,.06);
  border-color:rgba(20,217,204,.18);
  color:#77f3eb;
}
body[data-page="home"] main [data-scope="moeen-home-hero"] .hero-image-shell,
body[data-page="home"] main [data-scope="moeen-home-hero"] .float-card,
body[data-page="home"] main [data-scope="moeen-home-why"] .why-list > div,
body[data-page="home"] main [data-scope="moeen-home-why"] .orbit-center,
body[data-page="home"] main [data-scope="moeen-home-why"] .node,
body[data-page="home"] main [data-scope="moeen-services-preview"] .mls-card,
body[data-page="home"] main [data-scope="moeen-stats"] .stat,
body[data-page="home"] main [data-scope="moeen-home-work"] .portfolio-card,
body[data-page="home"] main [data-scope="moeen-home-testimonials"] .testimonial-card,
body[data-page="home"] main [data-scope="moeen-success-partners"] .partner-logo{
  background:var(--moeen-home-surface);
  border:1px solid var(--moeen-home-border);
  box-shadow:0 18px 42px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.035);
}
body[data-page="home"] main [data-scope="moeen-services-preview"] .mls-card,
body[data-page="home"] main [data-scope="moeen-home-work"] .portfolio-card,
body[data-page="home"] main [data-scope="moeen-home-testimonials"] .testimonial-card,
body[data-page="home"] main [data-scope="moeen-success-partners"] .partner-logo{
  background:var(--moeen-home-surface-deep);
}
body[data-page="home"] main [data-scope="moeen-services-preview"] .mls-card h3,
body[data-page="home"] main [data-scope="moeen-home-work"] .portfolio-card h3,
body[data-page="home"] main [data-scope="moeen-home-testimonials"] .testimonial-card strong,
body[data-page="home"] main [data-scope="moeen-success-partners"] .partner-logo span{
  color:var(--moeen-home-text);
}
body[data-page="home"] main [data-scope="moeen-services-preview"] .mls-card p,
body[data-page="home"] main [data-scope="moeen-home-work"] .portfolio-card p,
body[data-page="home"] main [data-scope="moeen-home-testimonials"] .testimonial-card p,
body[data-page="home"] main [data-scope="moeen-home-testimonials"] .testimonial-card span,
body[data-page="home"] main [data-scope="moeen-success-partners"] .partners-note{
  color:var(--moeen-home-muted);
}
body[data-page="home"] main [data-scope="moeen-stats"] .stat.is-emphasis,
body[data-page="home"] main [data-scope="moeen-home-cta"] .container{
  border-color:rgba(215,179,90,.22);
}
body[data-page="home"] main [data-scope="moeen-stats"] .stat-icon,
body[data-page="home"] main [data-scope="moeen-home-testimonials"] .testimonial-avatar{
  background:rgba(20,217,204,.08);
  border:1px solid rgba(20,217,204,.2);
  color:var(--moeen-home-cyan);
}
body[data-page="home"] main [data-scope="moeen-success-partners"] .partner-logo{
  min-height:86px;
  opacity:.9;
}
body[data-page="home"] main [data-scope="moeen-home-why"] .why-list > div:hover,
body[data-page="home"] main [data-scope="moeen-services-preview"] .mls-card:hover,
body[data-page="home"] main [data-scope="moeen-stats"] .stat:hover,
body[data-page="home"] main [data-scope="moeen-home-work"] .portfolio-card:hover,
body[data-page="home"] main [data-scope="moeen-home-testimonials"] .testimonial-card:hover,
body[data-page="home"] main [data-scope="moeen-success-partners"] .partner-logo:hover{
  border-color:var(--moeen-home-border-strong);
  box-shadow:0 20px 46px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.05);
}
body[data-page="home"] main [data-scope="moeen-home-work"] .portfolio-thumb::after,
body[data-page="home"] main [data-scope="moeen-services-preview"] .mls-media::after{
  background:linear-gradient(180deg,rgba(2,7,11,.02),rgba(2,7,11,.42));
}
@media (max-width: 767px){
  body[data-page="home"] main [data-scope="moeen-home-why"],
  body[data-page="home"] main [data-scope="moeen-services-preview"],
  body[data-page="home"] main [data-scope="moeen-stats"],
  body[data-page="home"] main [data-scope="moeen-home-work"],
  body[data-page="home"] main [data-scope="moeen-home-testimonials"],
  body[data-page="home"] main [data-scope="moeen-success-partners"],
  body[data-page="home"] main [data-scope="moeen-home-cta"]{
    background-size:auto;
  }
  body[data-page="home"] main [data-scope="moeen-success-partners"] .partner-logo{
    min-height:74px;
  }
}
@media (prefers-reduced-motion: reduce){
  body[data-page="home"] main [data-scope="moeen-home-why"] .why-list > div:hover,
  body[data-page="home"] main [data-scope="moeen-services-preview"] .mls-card:hover,
  body[data-page="home"] main [data-scope="moeen-stats"] .stat:hover,
  body[data-page="home"] main [data-scope="moeen-home-work"] .portfolio-card:hover,
  body[data-page="home"] main [data-scope="moeen-home-testimonials"] .testimonial-card:hover,
  body[data-page="home"] main [data-scope="moeen-success-partners"] .partner-logo:hover{
    transform:none;
  }
}


/* === Moeen rescue cursor and progress 20260527 === */
.custom-cursor,#customCursor,[id="customCursor"]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;width:0!important;height:0!important;overflow:hidden!important}html,body{cursor:auto!important}
.mesk-premium-header .mesk-center-control .mesk-scroll-progress{position:relative;flex:0 0 auto;min-width:42px;height:30px;padding-inline:10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#35f0e3;font-size:12px;font-weight:800;line-height:1;background:rgba(3,18,25,.74);border:1px solid rgba(53,240,227,.28);box-shadow:inset 0 0 0 1px rgba(255,255,255,.025);direction:ltr;white-space:nowrap;transition:border-color .24s ease,color .24s ease,background .24s ease}.mesk-premium-header .mesk-center-control:hover .mesk-scroll-progress,.mesk-premium-header .mesk-center-control .mesk-scroll-progress:focus-visible{color:#7cfbf3;border-color:rgba(53,240,227,.48);background:rgba(8,34,42,.82)}@media(max-width:390px){.mesk-premium-header .mesk-center-control .mesk-scroll-progress{min-width:36px;height:28px;padding-inline:8px;font-size:11px}}@media(max-width:359px){.mesk-premium-header .mesk-center-control .mesk-scroll-progress{display:none}}



/* =========================================================
   Moeen Back To Top - Auto Button
   زر الرجوع للأعلى
   ========================================================= */



/* =========================================================
   Compact Page Hero - Unified RTL Style
   هيرو الصفحات الداخلي بشكل مختصر وموحد
========================================================= */

body .page-hero {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
  min-height: 270px !important;
  padding-top: 92px !important;
  padding-bottom: 42px !important;
  display: flex !important;
  align-items: center !important;
}

/* خلفية جمالية خافتة في يسار الهيرو */
body .page-hero::before {
  content: none !important;
  display: none !important;
}

body .page-hero::after {
  content: "";
  position: absolute;
  left: clamp(36px, 7vw, 112px);
  top: 50%;
  z-index: 1;
  width: var(--page-hero-after-w, 210px);
  height: var(--page-hero-after-h, 168px);
  border: 1px solid rgba(35, 198, 189, 0.22);
  border-radius: var(--page-hero-after-radius, 34px);
  background:
    var(--page-hero-after-bg,
      radial-gradient(circle at 74% 24%, rgba(217, 175, 85, 0.28) 0 4px, transparent 5px),
      radial-gradient(circle at 38% 56%, rgba(35, 198, 189, 0.16), transparent 36%),
      linear-gradient(135deg, rgba(5, 33, 42, 0.72), rgba(3, 14, 20, 0.30))
    );
  opacity: var(--page-hero-after-opacity, 0.72);
  transform: translateY(-50%) var(--page-hero-after-transform, rotate(-8deg));
  filter: drop-shadow(0 24px 60px rgba(0, 0, 0, 0.22));
  pointer-events: none;
  animation: moeenPageHeroAfterFloat 7s ease-in-out infinite;
}

/* المحتوى */
body .page-hero .container {
  position: relative !important;
  z-index: 2 !important;
  width: min(100% - 32px, var(--max-w, 1180px)) !important;
  margin-inline: auto !important;
}

/* دفع المحتوى لليمين */
body .page-hero .page-hero__inner {
  position: relative !important;
  z-index: 2 !important;
  max-width: 880px !important;
  padding: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: auto !important;
  text-align: right !important;
}

/* Breadcrumb */
body .page-hero .breadcrumb {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  color: rgba(246, 250, 250, 0.70) !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
  text-align: right !important;
}

body .page-hero .breadcrumb a {
  position: relative;
  color: var(--teal, #23c6bd) !important;
  text-decoration: none !important;
  font-weight: 800 !important;
}

body .page-hero .breadcrumb a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal, #23c6bd), var(--gold, #d9af55));
  opacity: 0.45;
  transform: scaleX(0.45);
  transform-origin: right;
  transition: 0.25s ease;
}

body .page-hero .breadcrumb a:hover {
  color: var(--gold, #d9af55) !important;
}

body .page-hero .breadcrumb a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

/* Kicker */
body .page-hero .kicker {
  margin: 0 0 14px !important;
}

/* العنوان الكبير */
body .page-hero h1 {
  max-width: 900px !important;
  margin: 0 !important;
  font-size: clamp(42px, 5vw, 68px) !important;
  line-height: 1.25 !important;
  font-weight: 950 !important;
  letter-spacing: -0.035em !important;
  text-align: right !important;
}

/* الوصف */
body .page-hero p {
  max-width: 760px !important;
  margin: 6px 0 0 !important;
  color: rgba(246, 250, 250, 0.74) !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
  text-align: right !important;
}

/* صفحات المشاريع ذات الصورة */
body .detail-hero.page-hero .detail-hero__grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 500px) !important;
  gap: clamp(28px, 5vw, 64px) !important;
  align-items: center !important;
}

body .detail-hero.page-hero .detail-media img {
  width: 100% !important;
  height: clamp(280px, 32vw, 410px) !important;
  object-fit: cover !important;
  border-radius: 26px !important;
}

/* Responsive */
@media (max-width: 900px) {
  body .page-hero {
    min-height: 245px !important;
    padding-top: 82px !important;
    padding-bottom: 36px !important;
  }

  body .detail-hero.page-hero .detail-hero__grid {
    grid-template-columns: 1fr !important;
  }

  body .page-hero h1 {
    font-size: clamp(36px, 8vw, 54px) !important;
  }
}

@media (max-width: 700px) {
  body .page-hero {
    min-height: 230px !important;
    padding-top: 76px !important;
    padding-bottom: 34px !important;
  }

  body .page-hero::after {
    left: -60px;
    top: 34%;
    opacity: 0.20;
    transform: translateY(-50%) scale(0.72) var(--page-hero-after-transform, rotate(-8deg));
  }

  body .page-hero h1 {
    font-size: 36px !important;
  }

  body .page-hero p {
    font-size: 14.5px !important;
  }
}


/* =========================================================
   Moeen Service Page Template
   Scoped and isolated: [data-scope="moeen-service-page"]
========================================================= */

[data-scope="moeen-service-page"] {
  --msp-bg: #020b0f;
  --msp-bg-2: #041419;
  --msp-teal: #23c6bd;
  --msp-teal-2: #4ee2d6;
  --msp-gold: #d9af55;
  --msp-gold-2: #f2cf7b;
  --msp-white: #ffffff;
  --msp-text: rgba(255,255,255,.88);
  --msp-muted: rgba(219,234,239,.68);
  --msp-muted-2: rgba(219,234,239,.52);
  --msp-line: rgba(35,198,189,.15);
  --msp-line-strong: rgba(35,198,189,.28);
  --msp-gold-line: rgba(217,175,85,.24);
  --msp-card: rgba(5,24,31,.66);
  --msp-card-2: rgba(2,14,19,.76);
  --msp-radius-xl: 30px;
  --msp-radius-lg: 22px;
  --msp-radius-md: 16px;
  --msp-shadow: 0 14px 34px rgba(0,0,0,.16);
  --msp-ease: cubic-bezier(.22,1,.36,1);

  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  color: var(--msp-text);
  background: var(--msp-bg);
  direction: rtl;
  overflow: hidden;
}

[data-scope="moeen-service-page"],
[data-scope="moeen-service-page"] * {
  box-sizing: border-box;
}

[data-scope="moeen-service-page"] a {
  color: inherit;
}

[data-scope="moeen-service-page"] .msp-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding-inline: 18px;
}

[data-scope="moeen-service-page"] section {
  position: relative;
  isolation: isolate;
  padding: clamp(58px, 7vw, 98px) 0;
  background:
   
    radial-gradient(circle at 84% 16%, rgba(217,175,85,.045), transparent 32%),
    linear-gradient(180deg, var(--msp-bg-2) 0%, var(--msp-bg) 100%);
}

[data-scope="moeen-service-page"] section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .16;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 50% 18%, #000 0%, transparent 78%);
}

/* Reveal animation */
[data-scope="moeen-service-page"] .msp-reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

[data-scope="moeen-service-page"] .msp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Shared heading */
[data-scope="moeen-service-page"] .msp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  min-height: 36px;
  padding: 7px 15px;
  border: 1px solid rgba(35,198,189,.28);
  border-radius: 999px;
  background: rgba(35,198,189,.07);
  color: var(--msp-teal);
  font-size: 13px;
  font-weight: 850;
}

[data-scope="moeen-service-page"] .msp-kicker i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--msp-gold);
  box-shadow: 0 0 14px rgba(217,175,85,.55);
}

[data-scope="moeen-service-page"] .msp-section-head {
  max-width: 840px;
  margin: 0 auto 36px;
  text-align: center;
}

[data-scope="moeen-service-page"] .msp-section-head h2 {
  margin: 14px 0 0;
  color: var(--msp-white);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.22;
  font-weight: 950;
  letter-spacing: -.04em;
}

[data-scope="moeen-service-page"] .msp-section-head h2 em {
  color: var(--msp-teal);
  font-style: normal;
  text-shadow: 0 0 22px rgba(35,198,189,.14);
}

[data-scope="moeen-service-page"] .msp-section-head p {
  max-width: 720px;
  margin: 13px auto 0;
  color: var(--msp-muted);
  font-size: 15px;
  line-height: 1.95;
}

/* Buttons */
[data-scope="moeen-service-page"] .msp-btn {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  overflow: hidden;
  border-radius: 16px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 950;
  isolation: isolate;
  transition:
    transform .22s var(--msp-ease),
    border-color .22s var(--msp-ease),
    background .22s var(--msp-ease),
    color .22s var(--msp-ease),
    box-shadow .22s var(--msp-ease);
}

[data-scope="moeen-service-page"] .msp-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  transform: translateX(110%);
  transition: transform .55s var(--msp-ease);
}

[data-scope="moeen-service-page"] .msp-btn:hover::before {
  transform: translateX(-110%);
}

[data-scope="moeen-service-page"] .msp-btn--primary {
  border: 1px solid rgba(35,198,189,.34);
  background: linear-gradient(135deg, var(--msp-teal-2), var(--msp-teal));
  color: #061016;
}

[data-scope="moeen-service-page"] .msp-btn--ghost {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.035);
  color: var(--msp-white);
}

[data-scope="moeen-service-page"] .msp-btn--block {
  width: 100%;
}

[data-scope="moeen-service-page"] .msp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(0,0,0,.16);
}

/* Hero */
[data-scope="moeen-service-page"] .msp-hero {
  padding-block-start: clamp(120px, 10vw, 148px);
  padding-top: clamp(48px, 7vw, 86px);
}

[data-scope="moeen-service-page"] .msp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

[data-scope="moeen-service-page"] .msp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(219,234,239,.70);
  font-size: 13px;
}

[data-scope="moeen-service-page"] .msp-breadcrumb a {
  color: var(--msp-teal);
  text-decoration: none;
  transition: color .22s var(--msp-ease);
}

[data-scope="moeen-service-page"] .msp-breadcrumb a:hover {
  color: var(--msp-gold-2);
}

[data-scope="moeen-service-page"] .msp-hero h1 {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--msp-white);
  font-size: clamp(44px, 7vw, 82px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -.055em;
}

[data-scope="moeen-service-page"] .msp-hero h1 em {
  display: block;
  color: var(--msp-teal);
  font-style: normal;
  text-shadow: 0 0 28px rgba(35,198,189,.14);
}

[data-scope="moeen-service-page"] .msp-hero p {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--msp-muted);
  font-size: 16px;
  line-height: 2;
}

[data-scope="moeen-service-page"] .msp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

[data-scope="moeen-service-page"] .msp-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

[data-scope="moeen-service-page"] .msp-trust span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 6px 11px;
  border: 1px solid rgba(35,198,189,.16);
  border-radius: 999px;
  background: rgba(35,198,189,.045);
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 800;
  transition:
    color .22s var(--msp-ease),
    border-color .22s var(--msp-ease),
    background .22s var(--msp-ease),
    transform .22s var(--msp-ease);
}

[data-scope="moeen-service-page"] .msp-trust span:hover {
  transform: translateY(-2px);
  color: var(--msp-gold-2);
  border-color: rgba(217,175,85,.26);
  background: rgba(217,175,85,.06);
}

[data-scope="moeen-service-page"] .msp-hero__media {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(35,198,189,.18);
  border-radius: 30px;
  background: rgba(2,14,19,.46);
  box-shadow: 0 20px 42px rgba(0,0,0,.20);
  transform-style: preserve-3d;
  transition:
    transform .35s var(--msp-ease),
    border-color .35s var(--msp-ease),
    box-shadow .35s var(--msp-ease);
}

[data-scope="moeen-service-page"] .msp-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2,11,15,.02), rgba(2,11,15,.35)),
    radial-gradient(circle at 80% 10%, rgba(35,198,189,.14), transparent 36%);
  pointer-events: none;
}

[data-scope="moeen-service-page"] .msp-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  display: block;
  object-fit: cover;
  filter: saturate(.92) contrast(1.03) brightness(.88);
  transition: transform .55s var(--msp-ease), filter .55s var(--msp-ease);
}

[data-scope="moeen-service-page"] .msp-hero__media:hover {
  border-color: rgba(217,175,85,.26);
  box-shadow: 0 24px 52px rgba(0,0,0,.24);
}

[data-scope="moeen-service-page"] .msp-hero__media:hover img {
  transform: scale(1.045);
  filter: saturate(1) contrast(1.04) brightness(.92);
}

/* Outcomes */
[data-scope="moeen-service-page"] .msp-outcomes__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  align-items: start;
}

[data-scope="moeen-service-page"] .msp-outcomes__main,
[data-scope="moeen-service-page"] .msp-side-card {
  border: 1px solid rgba(35,198,189,.15);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(35,198,189,.055), transparent 34%),
    linear-gradient(180deg, rgba(7,31,40,.56), rgba(2,14,19,.72));
  box-shadow: 0 12px 28px rgba(0,0,0,.13);
  transition:
    transform .26s var(--msp-ease),
    border-color .26s var(--msp-ease),
    background .26s var(--msp-ease),
    box-shadow .26s var(--msp-ease);
}

[data-scope="moeen-service-page"] .msp-outcomes__main:hover,
[data-scope="moeen-service-page"] .msp-side-card:hover {
  transform: translateY(-4px);
  border-color: rgba(35,198,189,.26);
  background:
    radial-gradient(circle at 100% 0%, rgba(35,198,189,.075), transparent 34%),
    linear-gradient(180deg, rgba(8,36,46,.64), rgba(2,14,19,.78));
  box-shadow: 0 16px 36px rgba(0,0,0,.17);
}

[data-scope="moeen-service-page"] .msp-outcomes__main {
  padding: 18px;
}

[data-scope="moeen-service-page"] .msp-feature-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

[data-scope="moeen-service-page"] .msp-feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid rgba(35,198,189,.12);
  border-radius: 17px;
  background: rgba(2,14,19,.30);
  color: var(--msp-white);
  line-height: 1.8;
  transition:
    transform .22s var(--msp-ease),
    color .22s var(--msp-ease),
    border-color .22s var(--msp-ease),
    background .22s var(--msp-ease);
}

[data-scope="moeen-service-page"] .msp-feature-list li::before {
  content: "✓";
  display: grid;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  place-items: center;
  border-radius: 9px;
  border: 1px solid rgba(217,175,85,.34);
  background: rgba(217,175,85,.10);
  color: var(--msp-gold-2);
  font-size: 12px;
  font-weight: 950;
}

[data-scope="moeen-service-page"] .msp-feature-list li:hover {
  transform: translateX(-4px);
  color: var(--msp-gold-2);
  border-color: rgba(217,175,85,.24);
  background: rgba(217,175,85,.055);
}

[data-scope="moeen-service-page"] .msp-side-panel {
  display: grid;
  gap: 14px;
}

[data-scope="moeen-service-page"] .msp-side-card {
  padding: 20px;
}

[data-scope="moeen-service-page"] .msp-side-card > span {
  display: block;
  margin-bottom: 10px;
  color: var(--msp-teal);
  font-size: 13px;
  font-weight: 900;
}

[data-scope="moeen-service-page"] .msp-side-card strong {
  display: block;
  color: var(--msp-white);
  font-size: 20px;
  line-height: 1.5;
}

[data-scope="moeen-service-page"] .msp-side-card p {
  margin: 10px 0 16px;
  color: var(--msp-muted);
  font-size: 13.5px;
  line-height: 1.9;
}

[data-scope="moeen-service-page"] .msp-related {
  display: grid;
  gap: 11px;
}

[data-scope="moeen-service-page"] .msp-related a {
  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 68px;
  overflow: hidden;
  padding: 8px 9px 8px 13px;
  border: 1px solid rgba(35,198,189,.14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 50%, rgba(35,198,189,.08), transparent 42%),
    rgba(2,14,19,.32);
  color: rgba(255,255,255,.80);
  text-decoration: none;
  font-size: 13.5px;
  transition: .22s var(--msp-ease);
}

[data-scope="moeen-service-page"] .msp-related a::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 0;
  width: 3px;
  border-radius: 99px;
  background: linear-gradient(var(--msp-teal), var(--msp-gold));
  opacity: 0;
  transition: opacity .22s var(--msp-ease);
}

[data-scope="moeen-service-page"] .msp-related a img {
  display: block;
  width: 68px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(35,198,189,.18);
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(53,240,227,.10), transparent 52%),
    linear-gradient(145deg, rgba(7,37,46,.92), rgba(2,15,21,.94));
  filter: saturate(.98) brightness(.96);
  transition: transform .22s var(--msp-ease), border-color .22s var(--msp-ease), filter .22s var(--msp-ease), box-shadow .22s var(--msp-ease);
}

[data-scope="moeen-service-page"] .msp-related a span {
  min-width: 0;
  line-height: 1.55;
  font-weight: 900;
}

[data-scope="moeen-service-page"] .msp-related a:hover,
[data-scope="moeen-service-page"] .msp-related a:focus-visible,
[data-scope="moeen-service-page"] .msp-related a.is-active {
  transform: translateX(-3px);
  color: var(--msp-gold-2);
  border-color: rgba(217,175,85,.24);
  background: rgba(217,175,85,.055);
  box-shadow: 0 10px 24px rgba(0,0,0,.12), inset 0 0 0 1px rgba(217,175,85,.025);
}

[data-scope="moeen-service-page"] .msp-related a:hover::before,
[data-scope="moeen-service-page"] .msp-related a:focus-visible::before,
[data-scope="moeen-service-page"] .msp-related a.is-active::before {
  opacity: 1;
}

[data-scope="moeen-service-page"] .msp-related a:hover img,
[data-scope="moeen-service-page"] .msp-related a:focus-visible img,
[data-scope="moeen-service-page"] .msp-related a.is-active img {
  transform: translateX(-2px) scale(1.035);
  border-color: rgba(217,175,85,.34);
  filter: saturate(1) brightness(1);
  box-shadow: 0 0 16px rgba(217,175,85,.10);
}

[data-scope="moeen-service-page"] .msp-related a:focus-visible {
  outline: 2px solid rgba(53,240,227,.72);
  outline-offset: 3px;
}

[data-scope="moeen-service-page"] .msp-feature-list li {
  position: relative;
  overflow: hidden;
  animation: mspFeatureWave 9s ease-in-out infinite;
}

[data-scope="moeen-service-page"] .msp-feature-list li::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(53,240,227,.10), rgba(217,175,85,.075), transparent);
  transform: translateX(120%);
  opacity: 0;
  animation: mspFeatureSheen 9s ease-in-out infinite;
}

[data-scope="moeen-service-page"] .msp-feature-list li:nth-child(1) { animation-delay: 0s; }
[data-scope="moeen-service-page"] .msp-feature-list li:nth-child(2) { animation-delay: 1s; }
[data-scope="moeen-service-page"] .msp-feature-list li:nth-child(3) { animation-delay: 2s; }
[data-scope="moeen-service-page"] .msp-feature-list li:nth-child(4) { animation-delay: 3s; }
[data-scope="moeen-service-page"] .msp-feature-list li:nth-child(5) { animation-delay: 4s; }
[data-scope="moeen-service-page"] .msp-feature-list li:nth-child(6) { animation-delay: 5s; }
[data-scope="moeen-service-page"] .msp-feature-list li:nth-child(1)::after { animation-delay: 0s; }
[data-scope="moeen-service-page"] .msp-feature-list li:nth-child(2)::after { animation-delay: 1s; }
[data-scope="moeen-service-page"] .msp-feature-list li:nth-child(3)::after { animation-delay: 2s; }
[data-scope="moeen-service-page"] .msp-feature-list li:nth-child(4)::after { animation-delay: 3s; }
[data-scope="moeen-service-page"] .msp-feature-list li:nth-child(5)::after { animation-delay: 4s; }
[data-scope="moeen-service-page"] .msp-feature-list li:nth-child(6)::after { animation-delay: 5s; }

@keyframes mspFeatureWave {
  0%, 10%, 100% {
    border-color: rgba(35,198,189,.10);
    background: rgba(2,14,19,.24);
    color: rgba(255,255,255,.80);
  }
  4% {
    border-color: rgba(217,175,85,.30);
    background: rgba(217,175,85,.065);
    color: var(--msp-gold-2);
  }
}

@keyframes mspFeatureSheen {
  0%, 2%, 100% {
    opacity: 0;
    transform: translateX(120%);
  }
  4% {
    opacity: 1;
  }
  8% {
    opacity: 0;
    transform: translateX(-120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-service-page"] .msp-feature-list li,
  [data-scope="moeen-service-page"] .msp-feature-list li::after {
    animation: none !important;
  }
}

/* Flip Slider */
[data-scope="moeen-service-page"] .msp-slider {
  position: relative;
  padding-inline: 44px;
}

[data-scope="moeen-service-page"] .msp-slider__viewport {
  overflow: hidden;
  padding: 5px;
  cursor: grab !important;
}

[data-scope="moeen-service-page"] .msp-slider__track {
  display: flex;
  gap: 18px;
  will-change: transform;
  transition: transform .42s var(--msp-ease);
}

[data-scope="moeen-service-page"] .msp-flip-card {
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 330px;
  perspective: 1200px;
  cursor: grab !important;
}

[data-scope="moeen-service-page"] .msp-flip-card__face,
[data-scope="moeen-service-page"] .msp-flip-card__face *:not(a):not(button) {
  cursor: inherit !important;
}

[data-scope="moeen-service-page"] .msp-flip-card__inner {
  position: relative;
  min-height: 330px;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .68s var(--msp-ease);
}

[data-scope="moeen-service-page"] .msp-flip-card:hover .msp-flip-card__inner,
[data-scope="moeen-service-page"] .msp-flip-card:focus .msp-flip-card__inner,
[data-scope="moeen-service-page"] .msp-flip-card.is-flipped .msp-flip-card__inner {
  transform: rotateY(180deg);
}

[data-scope="moeen-service-page"] .msp-flip-card__face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(35,198,189,.15);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(35,198,189,.055), transparent 34%),
    linear-gradient(180deg, rgba(7,31,40,.58), rgba(2,14,19,.74));
  box-shadow: 0 12px 28px rgba(0,0,0,.13);
  backface-visibility: hidden;
  transition:
    border-color .24s var(--msp-ease),
    background .24s var(--msp-ease),
    box-shadow .24s var(--msp-ease);
}

[data-scope="moeen-service-page"] .msp-flip-card:hover .msp-flip-card__face {
  border-color: rgba(35,198,189,.28);
  box-shadow: 0 16px 36px rgba(0,0,0,.18);
}

[data-scope="moeen-service-page"] .msp-flip-card__front::before,
[data-scope="moeen-service-page"] .msp-flip-card__back::before {
  content: "";
  position: absolute;
  inset: 0 22px auto 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--msp-teal), var(--msp-gold), transparent);
  opacity: .75;
}

[data-scope="moeen-service-page"] .msp-flip-card__back {
  transform: rotateY(180deg);
  border-color: rgba(217,175,85,.26);
  background:
    radial-gradient(circle at 100% 0%, rgba(217,175,85,.075), transparent 34%),
    linear-gradient(180deg, rgba(8,36,46,.68), rgba(2,14,19,.82));
}

[data-scope="moeen-service-page"] .msp-card-num {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: auto;
  border: 1px solid rgba(217,175,85,.28);
  border-radius: 15px;
  background: rgba(217,175,85,.08);
  color: var(--msp-gold-2);
  font-size: 13px;
  font-weight: 950;
}

[data-scope="moeen-service-page"] .msp-card-tag {
  width: fit-content;
  margin-top: 30px;
  padding: 6px 11px;
  border: 1px solid rgba(35,198,189,.18);
  border-radius: 999px;
  background: rgba(35,198,189,.055);
  color: var(--msp-teal);
  font-size: 12px;
  font-weight: 900;
}

[data-scope="moeen-service-page"] .msp-flip-card h3 {
  margin: 14px 0 8px;
  color: var(--msp-white);
  font-size: 24px;
  line-height: 1.35;
  font-weight: 950;
}

[data-scope="moeen-service-page"] .msp-flip-card p {
  margin: 0;
  color: var(--msp-muted);
  font-size: 14px;
  line-height: 1.9;
}

[data-scope="moeen-service-page"] .msp-flip-card small {
  margin-top: auto;
  color: rgba(255,255,255,.50);
  font-size: 12px;
}

[data-scope="moeen-service-page"] .msp-flip-card ul {
  display: grid;
  gap: 9px;
  margin: 6px 0 18px;
  padding: 0;
  list-style: none;
}

[data-scope="moeen-service-page"] .msp-flip-card li {
  display: flex;
  gap: 8px;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.75;
}

[data-scope="moeen-service-page"] .msp-flip-card li::before {
  content: "✓";
  color: var(--msp-gold-2);
  font-weight: 950;
}

/* Slider controls */
[data-scope="moeen-service-page"] .msp-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(35,198,189,.22);
  border-radius: 999px;
  background: rgba(4,22,29,.86);
  color: var(--msp-teal);
  font-size: 18px;
  cursor: default !important;
  transform: translateY(-50%);
  transition: .22s var(--msp-ease);
}

[data-scope="moeen-service-page"] .msp-slider__nav:hover {
  border-color: rgba(217,175,85,.30);
  color: var(--msp-gold-2);
  background: rgba(217,175,85,.075);
  transform: translateY(-50%) scale(1.05);
}

[data-scope="moeen-service-page"] .msp-slider__nav--prev {
  right: 0;
}

[data-scope="moeen-service-page"] .msp-slider__nav--next {
  left: 0;
}

[data-scope="moeen-service-page"] .msp-slider__dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 22px;
}

[data-scope="moeen-service-page"] .msp-slider__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  cursor: default !important;
  transition: .22s var(--msp-ease);
}

[data-scope="moeen-service-page"] .msp-slider__dots button.is-active {
  width: 30px;
  background: linear-gradient(90deg, var(--msp-teal), var(--msp-gold));
}

/* Fit */
[data-scope="moeen-service-page"] .msp-fit {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

[data-scope="moeen-service-page"] .msp-fit::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  inset-block-start: 8%;
  inset-inline-end: -260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(35,198,189,.075), transparent 68%);
  pointer-events: none;
}

[data-scope="moeen-service-page"] .msp-fit__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

[data-scope="moeen-service-page"] .msp-fit-card {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-height: 108px;
  padding: 17px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(35,198,189,.13);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(35,198,189,.045), transparent 46%),
    rgba(3,20,27,.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  transition:
    transform .32s cubic-bezier(.22,1,.36,1),
    border-color .32s var(--msp-ease),
    background .32s var(--msp-ease),
    box-shadow .32s var(--msp-ease);
}

[data-scope="moeen-service-page"] .msp-fit-card::before {
  content: "";
  position: absolute;
  inset-block: 20px;
  inset-inline-start: 0;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, var(--msp-teal), var(--msp-gold), transparent);
  opacity: .48;
}

[data-scope="moeen-service-page"] .msp-fit-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 130px;
  height: 130px;
  inset-block-start: -78px;
  inset-inline-end: -54px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53,240,227,.17), transparent 70%);
  opacity: .34;
  transform: scale(.82);
  transition: opacity .32s var(--msp-ease), transform .52s cubic-bezier(.22,1,.36,1);
  animation: mspFitAmbientGlow 5.4s ease-in-out infinite;
}

[data-scope="moeen-service-page"] .msp-fit-card:nth-child(2)::after { animation-delay: .7s; }
[data-scope="moeen-service-page"] .msp-fit-card:nth-child(3)::after { animation-delay: 1.4s; }
[data-scope="moeen-service-page"] .msp-fit-card:nth-child(4)::after { animation-delay: 2.1s; }

[data-scope="moeen-service-page"] .msp-fit-card:hover,
[data-scope="moeen-service-page"] .msp-fit-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(35,198,189,.30);
  background:
    linear-gradient(135deg, rgba(35,198,189,.09), transparent 52%),
    rgba(4,24,31,.78);
  box-shadow: 0 14px 32px rgba(0,0,0,.14), 0 0 24px rgba(35,198,189,.045);
}

[data-scope="moeen-service-page"] .msp-fit-card:hover::after,
[data-scope="moeen-service-page"] .msp-fit-card:focus-within::after {
  opacity: .72;
  transform: scale(1.16);
}

[data-scope="moeen-service-page"] .msp-fit-card span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(217,175,85,.25);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(217,175,85,.12), rgba(35,198,189,.055));
  color: var(--msp-gold-2);
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 0 0 5px rgba(217,175,85,.025);
  transition: transform .32s cubic-bezier(.22,1,.36,1), border-color .32s var(--msp-ease), box-shadow .32s var(--msp-ease);
}

[data-scope="moeen-service-page"] .msp-fit-card:hover span,
[data-scope="moeen-service-page"] .msp-fit-card:focus-within span {
  transform: rotate(-6deg) scale(1.05);
  border-color: rgba(217,175,85,.48);
  box-shadow: 0 0 0 5px rgba(217,175,85,.045), 0 0 18px rgba(217,175,85,.10);
}

[data-scope="moeen-service-page"] .msp-fit-card p {
  margin: 0;
  color: rgba(242,248,249,.88);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 750;
}

[data-scope="moeen-service-page"] .msp-final-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 16px 18px;
  overflow: hidden;
  border: 1px solid rgba(35,198,189,.18);
  border-radius: 19px;
  background:
    linear-gradient(100deg, rgba(35,198,189,.075), transparent 48%),
    rgba(3,20,27,.60);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}

[data-scope="moeen-service-page"] .msp-final-cta::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -35%;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(53,240,227,.075), transparent);
  transform: skewX(-18deg);
  animation: mspFitCtaSweep 7s ease-in-out infinite;
  pointer-events: none;
}

[data-scope="moeen-service-page"] .msp-final-cta p {
  position: relative;
  margin: 0;
  color: rgba(214,230,232,.72);
  font-size: 14px;
  line-height: 1.8;
}

[data-scope="moeen-service-page"] .msp-final-cta .msp-btn {
  flex: 0 0 auto;
  min-height: 44px;
  border-radius: 14px;
}

@keyframes mspFitAmbientGlow {
  0%, 100% { opacity: .26; transform: scale(.82); }
  50% { opacity: .48; transform: scale(1); }
}

@keyframes mspFitCtaSweep {
  0%, 66%, 100% { transform: translateX(0) skewX(-18deg); opacity: 0; }
  74% { opacity: 1; }
  90% { transform: translateX(520%) skewX(-18deg); opacity: 0; }
}

/* Dragging */
[data-scope="moeen-service-page"] .msp-slider.is-dragging {
  cursor: grabbing !important;
}

[data-scope="moeen-service-page"] .msp-slider.is-dragging .msp-slider__viewport,
[data-scope="moeen-service-page"] .msp-slider.is-dragging .msp-flip-card,
[data-scope="moeen-service-page"] .msp-slider.is-dragging .msp-flip-card__face,
[data-scope="moeen-service-page"] .msp-slider.is-dragging .msp-flip-card__face *:not(a):not(button) {
  cursor: grabbing !important;
  user-select: none;
}

[data-scope="moeen-service-page"] .msp-flip-card__back .msp-btn {
  cursor: pointer !important;
}

/* Service-specific miniature interfaces on the front of every flip card. */
[data-scope="moeen-service-page"] .msp-flip-card,
[data-scope="moeen-service-page"] .msp-flip-card__inner {
  min-height: 380px;
}

[data-scope="moeen-service-page"] .msp-flip-card__front {
  overflow: hidden;
  padding: 20px;
}

[data-scope="moeen-service-page"] .msp-flip-card__front .msp-card-num {
  position: absolute;
  z-index: 4;
  inset-block-start: 18px;
  inset-inline-start: 18px;
  width: 38px;
  height: 38px;
  background: rgba(217,175,85,.08);
  backdrop-filter: blur(8px);
}

[data-scope="moeen-service-page"] .msp-flip-card__front .msp-card-tag {
  margin-top: 14px;
  padding: 5px 10px;
}

[data-scope="moeen-service-page"] .msp-flip-card__front h3 {
  margin-top: 10px;
  font-size: 21px;
}

[data-scope="moeen-service-page"] .msp-flip-card__front > p,
[data-scope="moeen-service-page"] .msp-flip-card__front > small {
  display: none;
}

[data-scope="moeen-service-page"] .msp-card-visual {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
  border: 1px solid rgba(35,198,189,.18);
  border-radius: 16px;
  background:
    linear-gradient(rgba(35,198,189,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35,198,189,.025) 1px, transparent 1px),
    rgba(2,18,24,.72);
  background-size: 22px 22px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025), 0 12px 28px rgba(0,0,0,.16);
  isolation: isolate;
}

[data-scope="moeen-service-page"] .msp-card-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 130px;
  height: 130px;
  inset: auto -38px -54px auto;
  border-radius: 50%;
  background: rgba(35,198,189,.09);
  filter: blur(28px);
  animation: mspVisualAmbient 5.5s ease-in-out infinite;
}

[data-scope="moeen-service-page"] .msp-card-visual::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 24px 0 auto;
  height: 1px;
  opacity: .32;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 4%, rgba(35,198,189,.18), rgba(217,175,85,.72), rgba(35,198,189,.18), transparent 96%);
  box-shadow: 0 0 12px rgba(35,198,189,.24);
  animation: mspAiScan 4.8s cubic-bezier(.45,0,.25,1) infinite;
  animation-delay: calc(var(--msp-card-index, 0) * -.43s);
}

[data-scope="moeen-service-page"] .msp-ai-chip {
  position: absolute;
  z-index: 5;
  top: 33px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 42px;
  padding: 4px 7px;
  border: 1px solid rgba(217,175,85,.2);
  border-radius: 999px;
  color: rgba(234,208,145,.78);
  background: rgba(4,27,34,.78);
  backdrop-filter: blur(7px);
  font: 700 9px/1 "IBM Plex Sans Arabic", sans-serif;
  letter-spacing: .08em;
}

[data-scope="moeen-service-page"] .msp-ai-chip b {
  color: var(--msp-gold);
  font-size: 10px;
  animation: mspAiSpark 2.2s ease-in-out infinite;
}

[data-scope="moeen-service-page"] .msp-ai-orbit {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(35,198,189,.12);
  border-radius: 50%;
  animation: mspAiOrbit 7s linear infinite;
  animation-delay: calc(var(--msp-card-index, 0) * -.7s);
}

[data-scope="moeen-service-page"] .msp-ai-orbit::before,
[data-scope="moeen-service-page"] .msp-ai-orbit::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px dashed rgba(217,175,85,.14);
  border-radius: inherit;
}

[data-scope="moeen-service-page"] .msp-ai-orbit::after {
  inset: 13px;
  border: 0;
  background: var(--msp-teal);
  box-shadow: 0 0 12px rgba(35,198,189,.45);
}

[data-scope="moeen-service-page"] .msp-ai-orbit i {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--msp-gold);
}

[data-scope="moeen-service-page"] .msp-ai-orbit i:nth-child(1) { top: -2px; left: 15px; }
[data-scope="moeen-service-page"] .msp-ai-orbit i:nth-child(2) { right: 1px; bottom: 5px; }
[data-scope="moeen-service-page"] .msp-ai-orbit i:nth-child(3) { left: 0; bottom: 7px; background: var(--msp-teal); }

[data-scope="moeen-service-page"] .msp-card-visual__bar {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 24px;
  padding-inline: 9px;
  border-bottom: 1px solid rgba(35,198,189,.12);
  background: rgba(4,29,37,.78);
}

[data-scope="moeen-service-page"] .msp-card-visual__bar i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(225,241,243,.28);
}

[data-scope="moeen-service-page"] .msp-card-visual__bar i:first-child {
  background: var(--msp-gold);
  box-shadow: 0 0 8px rgba(217,175,85,.32);
}

[data-scope="moeen-service-page"] .msp-card-visual__canvas {
  position: absolute;
  inset: 24px 0 0;
  transition: transform .55s var(--msp-ease), filter .55s var(--msp-ease);
}

[data-scope="moeen-service-page"] .msp-card-visual .msp-v {
  position: absolute;
  display: block;
  border-radius: 5px;
  background: rgba(35,198,189,.13);
  border: 1px solid rgba(35,198,189,.12);
  transition: transform .45s var(--msp-ease), background .45s var(--msp-ease), border-color .45s var(--msp-ease);
}

[data-scope="moeen-service-page"] .msp-flip-card:hover .msp-card-visual .msp-v {
  border-color: rgba(78,226,214,.32);
}

[data-scope="moeen-service-page"] .msp-flip-card:hover .msp-card-visual__canvas,
[data-scope="moeen-service-page"] .msp-flip-card:focus-visible .msp-card-visual__canvas {
  transform: translateY(-2px) scale(1.015);
  filter: saturate(1.18) brightness(1.06);
}

[data-scope="moeen-service-page"] .msp-flip-card:hover .msp-ai-orbit,
[data-scope="moeen-service-page"] .msp-flip-card:focus-visible .msp-ai-orbit {
  animation-duration: 3.6s;
  filter: drop-shadow(0 0 7px rgba(35,198,189,.25));
}

[data-scope="moeen-service-page"] .msp-ai-chip,
[data-scope="moeen-service-page"] .msp-ai-orbit {
  display: none !important;
}

[data-scope="moeen-service-page"] .msp-visual-mark {
  position: absolute;
  z-index: 6;
  top: 35px;
  left: 14px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(35,198,189,.26);
  border-radius: 15px;
  color: var(--msp-teal);
  background:
    radial-gradient(circle at 35% 25%, rgba(217,175,85,.22), transparent 48%),
    linear-gradient(145deg, rgba(9,50,58,.78), rgba(3,21,27,.82));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 12px 26px rgba(0,0,0,.20),
    0 0 0 0 rgba(35,198,189,.0);
  pointer-events: none;
  transform-origin: 50% 54%;
  animation: mspVisualMarkFloat 5.4s ease-in-out infinite;
  animation-delay: calc(var(--msp-card-index, 0) * -.38s);
}

[data-scope="moeen-service-page"] .msp-visual-mark svg {
  width: 21px;
  height: 21px;
  display: block;
  filter: drop-shadow(0 0 7px rgba(35,198,189,.24));
}

[data-scope="moeen-service-page"] .msp-flip-card:hover .msp-visual-mark,
[data-scope="moeen-service-page"] .msp-flip-card:focus-visible .msp-visual-mark {
  color: #f2d27a;
  border-color: rgba(217,175,85,.42);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 14px 30px rgba(0,0,0,.24),
    0 0 22px rgba(217,175,85,.12);
  animation-duration: 3.8s;
}

[data-scope="moeen-service-page"] .msp-card-visual__canvas .msp-v {
  will-change: transform;
}

[data-scope="moeen-service-page"] .msp-flip-card:hover .msp-card-visual .msp-v:nth-child(2n),
[data-scope="moeen-service-page"] .msp-flip-card:focus-visible .msp-card-visual .msp-v:nth-child(2n) {
  transform: translateY(-2px);
}

[data-scope="moeen-service-page"] .msp-flip-card:hover .msp-card-visual .msp-v:nth-child(2n + 1),
[data-scope="moeen-service-page"] .msp-flip-card:focus-visible .msp-card-visual .msp-v:nth-child(2n + 1) {
  transform: translateY(2px);
}

[data-scope="moeen-service-page"] .msp-flip-card__back {
  justify-content: center;
}

[data-scope="moeen-service-page"] .msp-flip-card__back ul {
  gap: 8px;
  margin: 10px 0 16px;
}

[data-scope="moeen-service-page"] .msp-flip-card__back li {
  align-items: flex-start;
  color: rgba(238,248,248,.82);
  font-size: 13px;
  line-height: 1.65;
}

[data-scope="moeen-service-page"] .msp-flip-card__back li::before {
  display: inline-grid;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  place-items: center;
  margin-top: 3px;
  border-radius: 50%;
  background: rgba(217,175,85,.11);
  box-shadow: inset 0 0 0 1px rgba(217,175,85,.22);
  font-size: 11px;
  line-height: 1;
}

/* Technical: corporate site, LMS, landing page, mobile app, integrations. */
[data-visual="corporate"] .msp-v--1 { inset: 24px 18px auto; height: 8px; background: linear-gradient(90deg, rgba(35,198,189,.48) 34%, rgba(255,255,255,.10) 34%); }
[data-visual="corporate"] .msp-v--2 { top: 48px; right: 18px; width: 54%; height: 10px; }
[data-visual="corporate"] .msp-v--3 { top: 65px; right: 18px; width: 40%; height: 6px; background: rgba(255,255,255,.10); }
[data-visual="corporate"] .msp-v--4 { top: 84px; right: 18px; width: 40px; height: 17px; background: rgba(35,198,189,.62); }
[data-visual="corporate"] .msp-v--5 { top: 48px; left: 18px; width: 29%; height: 55px; background: linear-gradient(145deg, rgba(35,198,189,.18), rgba(217,175,85,.12)); }

[data-visual="learning"] .msp-v--1 { inset: 18px auto 18px 16px; width: 28%; background: rgba(35,198,189,.08); }
[data-visual="learning"] .msp-v--2 { top: 23px; right: 16px; width: 58%; height: 7px; }
[data-visual="learning"] .msp-v--3 { top: 42px; right: 16px; width: 27%; height: 42px; }
[data-visual="learning"] .msp-v--4 { top: 42px; right: 46%; width: 27%; height: 42px; }
[data-visual="learning"] .msp-v--5 { top: 96px; right: 16px; width: 58%; height: 7px; background: linear-gradient(90deg, var(--msp-teal) 68%, rgba(255,255,255,.08) 68%); }
[data-visual="learning"] .msp-v--6 { bottom: 28px; left: 24px; width: 15%; height: 15%; border-radius: 50%; background: conic-gradient(var(--msp-gold) 0 72%, rgba(255,255,255,.08) 72%); }

[data-visual="landing"] .msp-v--1 { top: 24px; left: 22%; width: 56%; height: 9px; background: rgba(255,255,255,.15); }
[data-visual="landing"] .msp-v--2 { top: 43px; left: 30%; width: 40%; height: 6px; }
[data-visual="landing"] .msp-v--3 { top: 63px; left: 35%; width: 30%; height: 24px; background: linear-gradient(135deg, var(--msp-teal), #34a9b8); box-shadow: 0 0 18px rgba(35,198,189,.16); }
[data-visual="landing"] .msp-v--4 { bottom: 18px; right: 15px; width: 28%; height: 29px; }
[data-visual="landing"] .msp-v--5 { bottom: 18px; left: 36%; width: 28%; height: 29px; }
[data-visual="landing"] .msp-v--6 { bottom: 18px; left: 15px; width: 28%; height: 29px; }

[data-visual="mobile"] .msp-v--1 { top: 12px; left: 50%; width: 64px; height: 128px; transform: translateX(-50%); border-radius: 13px; border-color: rgba(217,175,85,.28); background: rgba(3,24,31,.88); }
[data-visual="mobile"] .msp-v--2 { top: 24px; left: calc(50% - 24px); width: 48px; height: 34px; background: linear-gradient(145deg, rgba(35,198,189,.35), rgba(35,198,189,.06)); }
[data-visual="mobile"] .msp-v--3 { top: 67px; left: calc(50% - 24px); width: 22px; height: 22px; }
[data-visual="mobile"] .msp-v--4 { top: 67px; left: calc(50% + 2px); width: 22px; height: 22px; }
[data-visual="mobile"] .msp-v--5 { top: 98px; left: calc(50% - 24px); width: 48px; height: 6px; background: linear-gradient(90deg, var(--msp-teal) 58%, rgba(255,255,255,.08) 58%); }
[data-visual="mobile"] .msp-v--6 { top: 125px; left: calc(50% - 7px); width: 14px; height: 3px; }

[data-visual="integration"] .msp-v { width: 28px; height: 28px; border-radius: 8px; background: rgba(4,38,47,.96); box-shadow: 0 0 0 4px rgba(35,198,189,.025); }
[data-visual="integration"] .msp-v--1 { top: 25px; right: 22px; }
[data-visual="integration"] .msp-v--2 { top: 25px; left: 22px; }
[data-visual="integration"] .msp-v--3 { top: 92px; right: 22px; }
[data-visual="integration"] .msp-v--4 { top: 92px; left: 22px; }
[data-visual="integration"] .msp-v--5 { top: 57px; left: calc(50% - 19px); width: 38px; height: 38px; border-radius: 50%; background: rgba(217,175,85,.18); border-color: rgba(217,175,85,.34); }
[data-visual="integration"] .msp-v--6 { top: 73px; left: 43px; width: calc(50% - 62px); height: 2px; transform: rotate(24deg); transform-origin: left; }
[data-visual="integration"] .msp-v--7 { top: 73px; right: 43px; width: calc(50% - 62px); height: 2px; transform: rotate(-24deg); transform-origin: right; }

/* Scientific: kits, knowledge maps, proofreading, transcription, organization. */
[data-visual="learning-kit"] .msp-v { width: 42%; height: 38px; }
[data-visual="learning-kit"] .msp-v--1 { top: 18px; right: 16px; }
[data-visual="learning-kit"] .msp-v--2 { top: 18px; left: 16px; background: rgba(217,175,85,.10); }
[data-visual="learning-kit"] .msp-v--3 { top: 67px; right: 16px; }
[data-visual="learning-kit"] .msp-v--4 { top: 67px; left: 16px; }
[data-visual="learning-kit"] .msp-v--5 { bottom: 16px; right: 16px; width: calc(100% - 32px); height: 7px; background: linear-gradient(90deg, var(--msp-teal) 74%, rgba(255,255,255,.08) 74%); }

[data-visual="knowledge-tree"] .msp-v { width: 42px; height: 23px; background: rgba(4,38,47,.94); }
[data-visual="knowledge-tree"] .msp-v--1 { top: 16px; left: calc(50% - 21px); border-color: rgba(217,175,85,.35); }
[data-visual="knowledge-tree"] .msp-v--2 { top: 67px; right: 28px; }
[data-visual="knowledge-tree"] .msp-v--3 { top: 67px; left: 28px; }
[data-visual="knowledge-tree"] .msp-v--4 { top: 112px; right: 10px; width: 34px; }
[data-visual="knowledge-tree"] .msp-v--5 { top: 112px; right: calc(50% - 17px); width: 34px; }
[data-visual="knowledge-tree"] .msp-v--6 { top: 112px; left: 10px; width: 34px; }
[data-visual="knowledge-tree"] .msp-v--7 { top: 39px; left: calc(50% - 1px); width: 2px; height: 72px; border: 0; border-radius: 0; background: linear-gradient(var(--msp-teal), rgba(35,198,189,.18)); }

[data-visual="proofreading"] .msp-v { right: 18px; height: 6px; border: 0; background: rgba(255,255,255,.12); }
[data-visual="proofreading"] .msp-v--1 { top: 23px; width: 78%; }
[data-visual="proofreading"] .msp-v--2 { top: 43px; width: 62%; background: linear-gradient(90deg, rgba(255,255,255,.12) 0 38%, rgba(217,175,85,.65) 38% 55%, rgba(255,255,255,.12) 55%); }
[data-visual="proofreading"] .msp-v--3 { top: 63px; width: 73%; }
[data-visual="proofreading"] .msp-v--4 { top: 83px; width: 52%; background: linear-gradient(90deg, rgba(255,255,255,.12) 0 62%, rgba(35,198,189,.65) 62% 84%, rgba(255,255,255,.12) 84%); }
[data-visual="proofreading"] .msp-v--5 { top: 103px; width: 68%; }
[data-visual="proofreading"] .msp-v--6 { top: 123px; right: auto; left: 18px; width: 34px; height: 18px; border: 1px solid rgba(35,198,189,.24); background: rgba(35,198,189,.12); }

[data-visual="transcription"] .msp-v { top: 50%; width: 3px; border: 0; border-radius: 3px; background: var(--msp-teal); transform: translateY(-50%); animation: mspWave 1.8s ease-in-out infinite; }
[data-visual="transcription"] .msp-v--1 { right: 30px; height: 28px; }
[data-visual="transcription"] .msp-v--2 { right: 48px; height: 62px; animation-delay: -.2s; }
[data-visual="transcription"] .msp-v--3 { right: 66px; height: 40px; animation-delay: -.45s; }
[data-visual="transcription"] .msp-v--4 { right: 84px; height: 82px; background: var(--msp-gold); animation-delay: -.65s; }
[data-visual="transcription"] .msp-v--5 { right: 102px; height: 46px; animation-delay: -.35s; }
[data-visual="transcription"] .msp-v--6 { right: 120px; height: 68px; animation-delay: -.8s; }
[data-visual="transcription"] .msp-v--7 { right: 138px; height: 32px; animation-delay: -.15s; }

[data-visual="content-order"] .msp-v { top: 20px; bottom: 18px; width: 27%; background: rgba(3,30,38,.78); }
[data-visual="content-order"] .msp-v--1 { right: 5%; }
[data-visual="content-order"] .msp-v--2 { right: 36.5%; }
[data-visual="content-order"] .msp-v--3 { left: 5%; }
[data-visual="content-order"] .msp-v--4 { top: 34px; right: 8%; width: 21%; height: 23px; background: rgba(35,198,189,.18); }
[data-visual="content-order"] .msp-v--5 { top: 68px; right: 39.5%; width: 21%; height: 34px; background: rgba(217,175,85,.12); }
[data-visual="content-order"] .msp-v--6 { top: 43px; left: 8%; width: 21%; height: 54px; }

/* Marketing: strategy, calendar, publishing, search, analytics. */
[data-visual="marketing-plan"] .msp-v { right: 20px; height: 8px; border: 0; }
[data-visual="marketing-plan"] .msp-v--1 { top: 25px; width: 72%; background: linear-gradient(90deg, var(--msp-teal) 72%, rgba(255,255,255,.08) 72%); }
[data-visual="marketing-plan"] .msp-v--2 { top: 52px; width: 58%; background: linear-gradient(90deg, var(--msp-gold) 48%, rgba(255,255,255,.08) 48%); }
[data-visual="marketing-plan"] .msp-v--3 { top: 79px; width: 78%; background: linear-gradient(90deg, #33a9b7 83%, rgba(255,255,255,.08) 83%); }
[data-visual="marketing-plan"] .msp-v--4 { top: 106px; width: 64%; background: linear-gradient(90deg, var(--msp-teal) 62%, rgba(255,255,255,.08) 62%); }
[data-visual="marketing-plan"] .msp-v--5 { top: 16px; right: auto; left: 19px; width: 2px; height: 108px; background: rgba(217,175,85,.28); }

[data-visual="content-calendar"] .msp-v { width: 19%; height: 24px; }
[data-visual="content-calendar"] .msp-v--1 { top: 24px; right: 9%; background: rgba(217,175,85,.15); }
[data-visual="content-calendar"] .msp-v--2 { top: 24px; right: 31%; }
[data-visual="content-calendar"] .msp-v--3 { top: 24px; left: 28%; }
[data-visual="content-calendar"] .msp-v--4 { top: 24px; left: 7%; }
[data-visual="content-calendar"] .msp-v--5 { top: 61px; right: 9%; }
[data-visual="content-calendar"] .msp-v--6 { top: 61px; right: 31%; background: rgba(35,198,189,.28); }
[data-visual="content-calendar"] .msp-v--7 { top: 61px; left: 28%; }
[data-visual="content-calendar"] .msp-v--8 { top: 98px; left: 7%; background: rgba(217,175,85,.14); }

[data-visual="content-board"] .msp-v--1 { inset: 16px 14px auto; height: 17px; background: rgba(35,198,189,.11); }
[data-visual="content-board"] .msp-v--2 { top: 45px; right: 14px; width: 47%; height: 24px; }
[data-visual="content-board"] .msp-v--3 { top: 78px; right: 14px; width: 47%; height: 24px; background: rgba(217,175,85,.10); }
[data-visual="content-board"] .msp-v--4 { top: 45px; left: 14px; width: 38%; height: 57px; }
[data-visual="content-board"] .msp-v--5 { bottom: 18px; right: 14px; width: 70%; height: 7px; background: linear-gradient(90deg, var(--msp-teal) 64%, rgba(255,255,255,.08) 64%); }

[data-visual="search-growth"] .msp-v--1 { top: 18px; right: 16px; left: 16px; height: 28px; border-radius: 14px; background: rgba(255,255,255,.055); }
[data-visual="search-growth"] .msp-v--2 { top: 60px; right: 19px; width: 64%; height: 7px; }
[data-visual="search-growth"] .msp-v--3 { top: 79px; right: 19px; width: 49%; height: 5px; background: rgba(255,255,255,.10); }
[data-visual="search-growth"] .msp-v--4 { top: 100px; right: 19px; width: 57%; height: 7px; }
[data-visual="search-growth"] .msp-v--5 { bottom: 20px; left: 19px; width: 46px; height: 42px; border: 0; background: linear-gradient(145deg, transparent 48%, var(--msp-teal) 49% 54%, transparent 55%); }

[data-visual="analytics"] .msp-v { bottom: 22px; width: 12%; border: 0; background: linear-gradient(180deg, var(--msp-teal), rgba(35,198,189,.12)); transform-origin: bottom; animation: mspBars 4s ease-in-out infinite; }
[data-visual="analytics"] .msp-v--1 { right: 16px; height: 36px; }
[data-visual="analytics"] .msp-v--2 { right: 32%; height: 68px; animation-delay: -.4s; }
[data-visual="analytics"] .msp-v--3 { left: 32%; height: 50px; animation-delay: -.8s; background: linear-gradient(180deg, var(--msp-gold), rgba(217,175,85,.10)); }
[data-visual="analytics"] .msp-v--4 { left: 16px; height: 91px; animation-delay: -1.2s; }
[data-visual="analytics"] .msp-v--5 { top: 20px; right: 16px; width: 45%; height: 7px; animation: none; background: rgba(255,255,255,.11); }

/* Design: social assets, profiles, print, decks, infographics. */
[data-visual="social-grid"] .msp-v { width: 29%; height: 49px; }
[data-visual="social-grid"] .msp-v--1 { top: 16px; right: 3%; background: linear-gradient(145deg, rgba(35,198,189,.28), rgba(35,198,189,.06)); }
[data-visual="social-grid"] .msp-v--2 { top: 16px; right: 35.5%; }
[data-visual="social-grid"] .msp-v--3 { top: 16px; left: 3%; background: rgba(217,175,85,.12); }
[data-visual="social-grid"] .msp-v--4 { top: 77px; right: 3%; }
[data-visual="social-grid"] .msp-v--5 { top: 77px; right: 35.5%; background: rgba(35,198,189,.18); }
[data-visual="social-grid"] .msp-v--6 { top: 77px; left: 3%; }

[data-visual="brand-profile"] .msp-v--1 { inset: 16px 14px 16px auto; width: 31%; border-radius: 7px; background: linear-gradient(155deg, rgba(35,198,189,.28), rgba(217,175,85,.10)); }
[data-visual="brand-profile"] .msp-v--2 { top: 23px; left: 14px; width: 53%; height: 9px; background: rgba(217,175,85,.24); }
[data-visual="brand-profile"] .msp-v--3 { top: 49px; left: 14px; width: 48%; height: 6px; background: rgba(255,255,255,.11); }
[data-visual="brand-profile"] .msp-v--4 { top: 68px; left: 14px; width: 43%; height: 6px; background: rgba(255,255,255,.09); }
[data-visual="brand-profile"] .msp-v--5 { bottom: 25px; left: 14px; width: 50%; height: 28px; }

[data-visual="print-layout"] .msp-v { width: 82px; height: 112px; background: rgba(5,34,42,.96); box-shadow: 0 8px 16px rgba(0,0,0,.18); }
[data-visual="print-layout"] .msp-v--1 { top: 24px; left: calc(50% - 61px); transform: rotate(-8deg); border-color: rgba(217,175,85,.24); }
[data-visual="print-layout"] .msp-v--2 { top: 19px; left: calc(50% - 21px); transform: rotate(7deg); }
[data-visual="print-layout"] .msp-v--3 { top: 40px; left: calc(50% - 6px); width: 52px; height: 7px; background: rgba(35,198,189,.38); }
[data-visual="print-layout"] .msp-v--4 { top: 63px; left: calc(50% - 6px); width: 42px; height: 4px; background: rgba(255,255,255,.12); }

[data-visual="presentation"] .msp-v--1 { top: 18px; right: 14px; width: 68%; height: 110px; background: linear-gradient(145deg, rgba(35,198,189,.14), rgba(2,18,24,.75)); }
[data-visual="presentation"] .msp-v--2 { top: 18px; left: 14px; width: 21%; height: 31px; }
[data-visual="presentation"] .msp-v--3 { top: 57px; left: 14px; width: 21%; height: 31px; background: rgba(217,175,85,.11); }
[data-visual="presentation"] .msp-v--4 { top: 96px; left: 14px; width: 21%; height: 31px; }
[data-visual="presentation"] .msp-v--5 { top: 39px; right: 28px; width: 38%; height: 8px; background: rgba(255,255,255,.14); }
[data-visual="presentation"] .msp-v--6 { top: 63px; right: 28px; width: 27%; height: 35px; background: rgba(35,198,189,.25); }

[data-visual="infographic"] .msp-v--1 { top: 22px; right: 18px; width: 52px; height: 52px; border-radius: 50%; background: conic-gradient(var(--msp-teal) 0 65%, rgba(255,255,255,.07) 65%); }
[data-visual="infographic"] .msp-v--2 { top: 88px; right: 18px; width: 58%; height: 8px; background: linear-gradient(90deg, var(--msp-gold) 72%, rgba(255,255,255,.08) 72%); }
[data-visual="infographic"] .msp-v--3 { top: 110px; right: 18px; width: 72%; height: 8px; background: linear-gradient(90deg, var(--msp-teal) 54%, rgba(255,255,255,.08) 54%); }
[data-visual="infographic"] .msp-v--4 { top: 24px; left: 18px; width: 34%; height: 9px; background: rgba(255,255,255,.12); }
[data-visual="infographic"] .msp-v--5 { top: 46px; left: 18px; width: 27%; height: 6px; }

/* Management: policies, operations, reports, automation, performance. */
[data-visual="policies"] .msp-v { right: 18px; height: 24px; border-color: rgba(255,255,255,.07); background: rgba(255,255,255,.035); }
[data-visual="policies"] .msp-v--1 { top: 18px; width: 78%; }
[data-visual="policies"] .msp-v--2 { top: 51px; width: 66%; }
[data-visual="policies"] .msp-v--3 { top: 84px; width: 73%; }
[data-visual="policies"] .msp-v--4 { top: 117px; width: 58%; }
[data-visual="policies"] .msp-v--5 { top: 25px; right: auto; left: 22px; width: 10px; height: 10px; border-color: var(--msp-teal); background: rgba(35,198,189,.18); }
[data-visual="policies"] .msp-v--6 { top: 58px; right: auto; left: 22px; width: 10px; height: 10px; border-color: var(--msp-gold); background: rgba(217,175,85,.16); }

[data-visual="operations"] .msp-v--1 { top: 28px; right: 16px; width: calc(100% - 32px); height: 2px; border: 0; background: linear-gradient(90deg, var(--msp-teal), var(--msp-gold)); }
[data-visual="operations"] .msp-v--2, [data-visual="operations"] .msp-v--3, [data-visual="operations"] .msp-v--4 { top: 21px; width: 16px; height: 16px; border-radius: 50%; background: rgba(4,38,47,.98); border-color: var(--msp-teal); }
[data-visual="operations"] .msp-v--2 { right: 15px; }
[data-visual="operations"] .msp-v--3 { right: calc(50% - 8px); border-color: var(--msp-gold); }
[data-visual="operations"] .msp-v--4 { left: 15px; }
[data-visual="operations"] .msp-v--5 { top: 58px; right: 15px; width: 29%; height: 66px; }
[data-visual="operations"] .msp-v--6 { top: 58px; right: 35.5%; width: 29%; height: 48px; background: rgba(217,175,85,.10); }
[data-visual="operations"] .msp-v--7 { top: 58px; left: 15px; width: 29%; height: 78px; }

[data-visual="reports"] .msp-v--1 { top: 17px; right: 15px; width: 58%; height: 9px; background: rgba(255,255,255,.12); }
[data-visual="reports"] .msp-v--2 { top: 48px; right: 15px; width: 43%; height: 72px; background: linear-gradient(145deg, rgba(35,198,189,.20), rgba(35,198,189,.04)); }
[data-visual="reports"] .msp-v--3 { top: 48px; left: 15px; width: 42%; height: 34px; }
[data-visual="reports"] .msp-v--4 { top: 91px; left: 15px; width: 42%; height: 29px; background: rgba(217,175,85,.10); }
[data-visual="reports"] .msp-v--5 { bottom: 18px; right: 15px; width: 70%; height: 5px; background: linear-gradient(90deg, var(--msp-teal) 78%, rgba(255,255,255,.08) 78%); }

[data-visual="automation"] .msp-v { width: 36px; height: 26px; background: rgba(4,38,47,.96); }
[data-visual="automation"] .msp-v--1 { top: 19px; right: 18px; }
[data-visual="automation"] .msp-v--2 { top: 64px; right: calc(50% - 18px); border-color: rgba(217,175,85,.36); }
[data-visual="automation"] .msp-v--3 { top: 109px; left: 18px; }
[data-visual="automation"] .msp-v--4 { top: 34px; right: 51px; width: calc(50% - 54px); height: 2px; border: 0; transform: rotate(-20deg); background: var(--msp-teal); }
[data-visual="automation"] .msp-v--5 { top: 97px; left: 51px; width: calc(50% - 54px); height: 2px; border: 0; transform: rotate(-20deg); background: var(--msp-gold); }
[data-visual="automation"] .msp-v--6 { top: 64px; left: 18px; width: 22px; height: 26px; border: 0; background: repeating-linear-gradient(90deg, rgba(35,198,189,.32) 0 3px, transparent 3px 6px); }

[data-visual="performance"] .msp-v--1 { top: 18px; right: 18px; width: 70px; height: 70px; border-radius: 50%; background: conic-gradient(var(--msp-teal) 0 81%, rgba(255,255,255,.07) 81%); }
[data-visual="performance"] .msp-v--1::after { content: ""; position: absolute; inset: 8px; border-radius: 50%; background: #06202a; }
[data-visual="performance"] .msp-v--2 { top: 25px; left: 18px; width: 38%; height: 8px; background: linear-gradient(90deg, var(--msp-gold) 74%, rgba(255,255,255,.08) 74%); }
[data-visual="performance"] .msp-v--3 { top: 50px; left: 18px; width: 45%; height: 8px; background: linear-gradient(90deg, var(--msp-teal) 86%, rgba(255,255,255,.08) 86%); }
[data-visual="performance"] .msp-v--4 { top: 75px; left: 18px; width: 35%; height: 8px; background: linear-gradient(90deg, #36aebb 62%, rgba(255,255,255,.08) 62%); }
[data-visual="performance"] .msp-v--5 { bottom: 18px; right: 18px; left: 18px; height: 25px; background: rgba(35,198,189,.08); }

/* 2026 catalogue visuals: each miniature tells the story of its service. */
[data-visual="code-build"] .msp-v { border-radius: 3px; }
[data-visual="code-build"] .msp-v--1 { inset: 18px 15px; background: rgba(3,27,34,.9); }
[data-visual="code-build"] .msp-v--2 { top: 35px; right: 28px; width: 42%; height: 5px; box-shadow: 0 18px 0 rgba(35,198,189,.14), 0 36px 0 rgba(255,255,255,.08), 0 54px 0 rgba(35,198,189,.12), 0 72px 0 rgba(255,255,255,.07); }
[data-visual="code-build"] .msp-v--3 { top: 33px; right: 28px; width: 4px; height: 9px; background: var(--msp-gold); box-shadow: 0 18px 0 var(--msp-teal), 0 36px 0 var(--msp-gold), 0 54px 0 var(--msp-teal); }
[data-visual="code-build"] .msp-v--4 { top: 35px; left: 25px; width: 28%; height: 78px; background: linear-gradient(145deg, rgba(35,198,189,.22), rgba(217,175,85,.06)); }
[data-visual="code-build"] .msp-v--5 { bottom: 23px; right: 28px; width: 34%; height: 5px; background: linear-gradient(90deg, var(--msp-teal) 73%, rgba(255,255,255,.07) 73%); }

[data-visual="site-control"] .msp-v--1 { inset: 17px 14px auto; height: 28px; border-radius: 8px; background: rgba(35,198,189,.08); }
[data-visual="site-control"] .msp-v--2 { top: 25px; right: 24px; width: 40%; height: 9px; background: linear-gradient(90deg, var(--msp-teal) 82%, rgba(255,255,255,.07) 82%); }
[data-visual="site-control"] .msp-v--3 { top: 58px; right: 14px; width: 43%; height: 60px; background: linear-gradient(145deg, rgba(35,198,189,.18), transparent); }
[data-visual="site-control"] .msp-v--4 { top: 58px; left: 14px; width: 43%; height: 27px; }
[data-visual="site-control"] .msp-v--5 { top: 94px; left: 14px; width: 43%; height: 24px; background: rgba(217,175,85,.09); }
[data-visual="site-control"] .msp-v--6 { bottom: 14px; right: 14px; width: 66%; height: 5px; background: linear-gradient(90deg, var(--msp-teal) 91%, rgba(255,255,255,.07) 91%); }

[data-visual="tech-consult"] .msp-v { width: 32px; height: 32px; border-radius: 50%; background: rgba(4,38,47,.94); }
[data-visual="tech-consult"] .msp-v--1 { top: 57px; left: calc(50% - 18px); width: 36px; height: 36px; border-color: rgba(217,175,85,.36); background: radial-gradient(circle, rgba(217,175,85,.3), rgba(35,198,189,.08)); }
[data-visual="tech-consult"] .msp-v--2 { top: 20px; right: 24px; }
[data-visual="tech-consult"] .msp-v--3 { top: 20px; left: 24px; }
[data-visual="tech-consult"] .msp-v--4 { bottom: 18px; right: 24px; }
[data-visual="tech-consult"] .msp-v--5 { bottom: 18px; left: 24px; }
[data-visual="tech-consult"] .msp-v--6 { top: 36px; right: 51px; width: calc(50% - 68px); height: 1px; transform: rotate(25deg); background: var(--msp-teal); }
[data-visual="tech-consult"] .msp-v--7 { top: 36px; left: 51px; width: calc(50% - 68px); height: 1px; transform: rotate(-25deg); background: var(--msp-gold); }

[data-visual="forms"] .msp-v--1 { inset: 14px 18px; background: rgba(4,31,39,.9); }
[data-visual="forms"] .msp-v--2 { top: 29px; right: 31px; width: 52%; height: 7px; background: rgba(255,255,255,.13); }
[data-visual="forms"] .msp-v--3 { top: 53px; right: 31px; width: calc(100% - 62px); height: 22px; }
[data-visual="forms"] .msp-v--4 { top: 84px; right: 31px; width: 46%; height: 22px; }
[data-visual="forms"] .msp-v--5 { top: 84px; left: 31px; width: 29%; height: 22px; background: rgba(217,175,85,.10); }
[data-visual="forms"] .msp-v--6 { bottom: 23px; left: 31px; width: 35%; height: 17px; background: rgba(35,198,189,.3); }

[data-visual="org-chart"] .msp-v { width: 48px; height: 23px; background: rgba(4,38,47,.96); }
[data-visual="org-chart"] .msp-v--1 { top: 15px; left: calc(50% - 24px); border-color: rgba(217,175,85,.42); }
[data-visual="org-chart"] .msp-v--2 { top: 62px; right: 20px; }
[data-visual="org-chart"] .msp-v--3 { top: 62px; left: calc(50% - 24px); }
[data-visual="org-chart"] .msp-v--4 { top: 62px; left: 20px; }
[data-visual="org-chart"] .msp-v--5 { top: 38px; left: calc(50% - 1px); width: 2px; height: 23px; background: var(--msp-teal); }
[data-visual="org-chart"] .msp-v--6 { top: 50px; right: 43px; left: 43px; height: 2px; background: linear-gradient(90deg, var(--msp-teal), var(--msp-gold)); }
[data-visual="org-chart"] .msp-v--7 { bottom: 17px; right: 20px; width: calc(100% - 40px); height: 25px; background: rgba(35,198,189,.06); }

[data-visual="job-description"] .msp-v--1 { inset: 15px 17px; background: rgba(4,31,39,.9); }
[data-visual="job-description"] .msp-v--2 { top: 27px; right: 29px; width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(145deg, rgba(35,198,189,.32), rgba(217,175,85,.08)); }
[data-visual="job-description"] .msp-v--3 { top: 29px; right: 78px; width: 40%; height: 8px; background: rgba(255,255,255,.14); }
[data-visual="job-description"] .msp-v--4 { top: 50px; right: 78px; width: 29%; height: 5px; }
[data-visual="job-description"] .msp-v--5 { top: 82px; right: 29px; width: 72%; height: 5px; box-shadow: 0 18px 0 rgba(255,255,255,.08), 0 36px 0 rgba(35,198,189,.12); }
[data-visual="job-description"] .msp-v--6 { top: 79px; left: 27px; width: 9px; height: 9px; border-radius: 50%; background: var(--msp-gold); box-shadow: 0 18px 0 var(--msp-teal), 0 36px 0 var(--msp-teal); }

[data-visual="book-summary"] .msp-v { top: 20px; bottom: 18px; width: 42%; background: rgba(4,34,42,.92); }
[data-visual="book-summary"] .msp-v--1 { right: 8%; transform: perspective(100px) rotateY(-4deg); }
[data-visual="book-summary"] .msp-v--2 { left: 8%; transform: perspective(100px) rotateY(4deg); border-color: rgba(217,175,85,.22); }
[data-visual="book-summary"] .msp-v--3 { top: 36px; right: 14%; width: 28%; height: 5px; background: rgba(255,255,255,.12); box-shadow: 0 20px 0 rgba(35,198,189,.13), 0 40px 0 rgba(255,255,255,.08), 0 60px 0 rgba(35,198,189,.1); }
[data-visual="book-summary"] .msp-v--4 { top: 36px; left: 14%; width: 24%; height: 5px; background: var(--msp-gold); box-shadow: 0 20px 0 rgba(255,255,255,.09), 0 40px 0 rgba(35,198,189,.14); }
[data-visual="book-summary"] .msp-v--5 { top: 20px; left: calc(50% - 1px); width: 2px; height: 116px; background: linear-gradient(var(--msp-teal), var(--msp-gold)); }

[data-visual="ads-campaign"] .msp-v--1 { top: 22px; right: 18px; width: 52%; height: 92px; background: linear-gradient(145deg, rgba(35,198,189,.25), rgba(4,31,39,.92)); }
[data-visual="ads-campaign"] .msp-v--2 { top: 39px; right: 32px; width: 25%; height: 9px; background: rgba(255,255,255,.14); }
[data-visual="ads-campaign"] .msp-v--3 { top: 62px; right: 32px; width: 34%; height: 28px; background: rgba(217,175,85,.12); }
[data-visual="ads-campaign"] .msp-v--4 { top: 28px; left: 18px; width: 29%; height: 35px; border-radius: 50%; background: conic-gradient(var(--msp-teal) 0 78%, rgba(255,255,255,.07) 78%); }
[data-visual="ads-campaign"] .msp-v--5 { top: 78px; left: 18px; width: 29%; height: 8px; background: linear-gradient(90deg, var(--msp-gold) 68%, rgba(255,255,255,.07) 68%); }
[data-visual="ads-campaign"] .msp-v--6 { top: 101px; left: 18px; width: 23%; height: 8px; background: linear-gradient(90deg, var(--msp-teal) 86%, rgba(255,255,255,.07) 86%); }

[data-visual="creative-design"] .msp-v--1 { top: 20px; right: 17px; width: 48%; height: 105px; background: linear-gradient(145deg, rgba(35,198,189,.26), rgba(217,175,85,.08)); }
[data-visual="creative-design"] .msp-v--2 { top: 35px; right: 32px; width: 38px; height: 38px; border-radius: 50%; background: rgba(217,175,85,.22); }
[data-visual="creative-design"] .msp-v--3 { top: 85px; right: 32px; width: 30%; height: 8px; background: rgba(255,255,255,.15); }
[data-visual="creative-design"] .msp-v--4 { top: 22px; left: 19px; width: 23px; height: 23px; border-radius: 50%; background: var(--msp-teal); box-shadow: 30px 0 0 rgba(217,175,85,.65), 0 31px 0 rgba(255,255,255,.15), 30px 31px 0 rgba(35,198,189,.2); }
[data-visual="creative-design"] .msp-v--5 { bottom: 20px; left: 19px; width: 33%; height: 37px; background: rgba(4,38,47,.92); }

[data-visual="marketing-consult"] .msp-v--1 { top: 18px; right: 16px; width: 58%; height: 8px; background: rgba(255,255,255,.13); }
[data-visual="marketing-consult"] .msp-v--2 { top: 51px; right: 16px; width: 44%; height: 67px; background: linear-gradient(145deg, rgba(35,198,189,.17), transparent); }
[data-visual="marketing-consult"] .msp-v--3 { top: 51px; left: 16px; width: 42%; height: 29px; background: rgba(217,175,85,.1); }
[data-visual="marketing-consult"] .msp-v--4 { top: 92px; left: 16px; width: 42%; height: 26px; }
[data-visual="marketing-consult"] .msp-v--5 { bottom: 18px; right: 16px; width: 68%; height: 4px; background: linear-gradient(90deg, var(--msp-teal), var(--msp-gold)); }

[data-visual="copywriting"] .msp-v { right: 18px; height: 6px; border: 0; background: rgba(255,255,255,.11); }
[data-visual="copywriting"] .msp-v--1 { top: 24px; width: 72%; }
[data-visual="copywriting"] .msp-v--2 { top: 46px; width: 58%; }
[data-visual="copywriting"] .msp-v--3 { top: 68px; width: 78%; background: linear-gradient(90deg, rgba(255,255,255,.1) 0 35%, var(--msp-gold) 35% 52%, rgba(255,255,255,.1) 52%); }
[data-visual="copywriting"] .msp-v--4 { top: 90px; width: 64%; }
[data-visual="copywriting"] .msp-v--5 { top: 112px; width: 48%; background: var(--msp-teal); }
[data-visual="copywriting"] .msp-v--6 { bottom: 17px; right: auto; left: 18px; width: 35px; height: 18px; border: 1px solid rgba(217,175,85,.22); background: rgba(217,175,85,.1); }

[data-visual="social-management"] .msp-v--1 { inset: 15px 14px auto; height: 17px; background: rgba(35,198,189,.09); }
[data-visual="social-management"] .msp-v--2 { top: 43px; right: 14px; width: 47%; height: 62px; background: linear-gradient(145deg, rgba(35,198,189,.22), rgba(4,31,39,.8)); }
[data-visual="social-management"] .msp-v--3 { top: 43px; left: 14px; width: 38%; height: 28px; }
[data-visual="social-management"] .msp-v--4 { top: 79px; left: 14px; width: 38%; height: 26px; background: rgba(217,175,85,.1); }
[data-visual="social-management"] .msp-v--5 { bottom: 17px; right: 14px; width: 72%; height: 7px; background: linear-gradient(90deg, var(--msp-teal) 76%, rgba(255,255,255,.07) 76%); }

[data-visual="logo-design"] .msp-v--1 { top: 22px; left: calc(50% - 48px); width: 96px; height: 96px; border-radius: 50%; background: conic-gradient(from 35deg, rgba(35,198,189,.32), rgba(217,175,85,.2), rgba(35,198,189,.08), rgba(35,198,189,.32)); }
[data-visual="logo-design"] .msp-v--2 { top: 39px; left: calc(50% - 31px); width: 62px; height: 62px; border-radius: 18px 50% 24px 50%; transform: rotate(45deg); background: rgba(4,31,39,.94); border-color: rgba(217,175,85,.3); }
[data-visual="logo-design"] .msp-v--3 { top: 58px; left: calc(50% - 12px); width: 24px; height: 24px; border-radius: 50%; background: var(--msp-teal); box-shadow: 0 0 18px rgba(35,198,189,.35); }
[data-visual="logo-design"] .msp-v--4 { bottom: 16px; left: calc(50% - 34px); width: 68px; height: 5px; background: linear-gradient(90deg, transparent, var(--msp-gold), transparent); }

[data-visual="visual-identity"] .msp-v--1 { top: 18px; right: 16px; width: 54%; height: 104px; background: linear-gradient(145deg, rgba(35,198,189,.22), rgba(217,175,85,.07)); }
[data-visual="visual-identity"] .msp-v--2 { top: 31px; right: 29px; width: 35px; height: 35px; border-radius: 50%; background: rgba(217,175,85,.2); }
[data-visual="visual-identity"] .msp-v--3 { top: 81px; right: 29px; width: 34%; height: 7px; background: rgba(255,255,255,.13); }
[data-visual="visual-identity"] .msp-v--4 { top: 20px; left: 16px; width: 21px; height: 21px; border-radius: 50%; background: #23c6bd; box-shadow: 29px 0 0 #d9af55, 0 29px 0 #147d82, 29px 29px 0 rgba(255,255,255,.14); }
[data-visual="visual-identity"] .msp-v--5 { bottom: 20px; left: 16px; width: 35%; height: 37px; background: rgba(4,38,47,.94); }

[data-scope="moeen-service-page"] .msp-flip-card:hover .msp-ai-chip,
[data-scope="moeen-service-page"] .msp-flip-card:focus-visible .msp-ai-chip {
  color: #f1dca8;
  border-color: rgba(217,175,85,.42);
  box-shadow: 0 0 18px rgba(217,175,85,.1);
}

[data-scope="moeen-service-page"] .msp-flip-card:hover .msp-card-visual::after,
[data-scope="moeen-service-page"] .msp-flip-card:focus-visible .msp-card-visual::after {
  opacity: .72;
  animation-duration: 2.5s;
}

@keyframes mspAiScan {
  0%, 12% { transform: translateY(0); opacity: 0; }
  22% { opacity: .5; }
  75% { opacity: .28; }
  88%, 100% { transform: translateY(154px); opacity: 0; }
}

@keyframes mspAiSpark {
  0%, 100% { transform: rotate(0) scale(.8); opacity: .58; }
  50% { transform: rotate(90deg) scale(1.18); opacity: 1; }
}

@keyframes mspAiOrbit {
  to { transform: rotate(360deg); }
}

@keyframes mspVisualAmbient {
  0%, 100% { transform: scale(.88); opacity: .45; }
  50% { transform: scale(1.12); opacity: .8; }
}

@keyframes mspVisualMarkFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
    filter: saturate(1);
  }
  45% {
    transform: translate3d(0, -4px, 0) rotate(-3deg);
    filter: saturate(1.18);
  }
  70% {
    transform: translate3d(2px, -1px, 0) rotate(2deg);
  }
}

@keyframes mspWave {
  0%, 100% { transform: translateY(-50%) scaleY(.62); opacity: .65; }
  50% { transform: translateY(-50%) scaleY(1.08); opacity: 1; }
}

@keyframes mspBars {
  0%, 100% { transform: scaleY(.78); }
  50% { transform: scaleY(1); }
}

/* Responsive */
@media (max-width: 1100px) {
  [data-scope="moeen-service-page"] .msp-hero__grid,
  [data-scope="moeen-service-page"] .msp-outcomes__grid {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-service-page"] .msp-hero__media {
    min-height: 320px;
  }

  [data-scope="moeen-service-page"] .msp-flip-card {
    flex-basis: calc((100% - 18px) / 2);
  }

  [data-scope="moeen-service-page"] .msp-fit__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  [data-scope="moeen-service-page"] section {
    padding: 46px 0;
  }

  [data-scope="moeen-service-page"] .msp-container {
    padding-inline: 14px;
  }

  [data-scope="moeen-service-page"] .msp-hero h1,
  [data-scope="moeen-service-page"] .msp-section-head h2 {
    font-size: 34px;
  }

  [data-scope="moeen-service-page"] .msp-hero p,
  [data-scope="moeen-service-page"] .msp-section-head p {
    font-size: 14px;
  }

  [data-scope="moeen-service-page"] .msp-hero__media {
    min-height: 230px;
    border-radius: 22px;
  }

  [data-scope="moeen-service-page"] .msp-slider {
    padding-inline: 0;
  }

  [data-scope="moeen-service-page"] .msp-flip-card {
    flex-basis: 100%;
    min-height: 310px;
  }

  [data-scope="moeen-service-page"] .msp-flip-card__inner {
    min-height: 310px;
  }

  [data-scope="moeen-service-page"] .msp-slider__nav {
    display: none;
  }

  [data-scope="moeen-service-page"] .msp-fit__grid {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-service-page"] .msp-final-cta {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-service-page"] *,
  [data-scope="moeen-service-page"] *::before,
  [data-scope="moeen-service-page"] *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  [data-scope="moeen-service-page"] .msp-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}


[data-scope="moeen-service-page"] .msp-slider {
  overflow: hidden;
  touch-action: pan-y;
}

[data-scope="moeen-service-page"] .msp-slider__viewport {
  overflow: hidden !important;
}

[data-scope="moeen-service-page"] .msp-slider__track {
  display: flex !important;
  flex-wrap: nowrap !important;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

[data-scope="moeen-service-page"] .msp-flip-card {
  flex-shrink: 0 !important;
}


/* ==========================================================
   Moeen Stats Icons Polish
   ضبط أيقونات سكشن الإحصائيات: توسيط، إظهار SVG، وتوحيد الشكل مع هوية معين.
========================================================== */

[data-scope="moeen-stats"] .stat-icon {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    display: grid !important;
    place-items: center !important;
    margin: 0 auto 16px !important;
    padding: 0 !important;
    border-radius: 18px !important;
    border: 1px solid rgba(38, 214, 203, 0.28) !important;
    background:
        radial-gradient(circle at 50% 20%, rgba(38, 214, 203, 0.18), transparent 55%),
        rgba(38, 214, 203, 0.08) !important;
    color: #4ee8df !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 12px 28px rgba(38, 214, 203, 0.08) !important;
    line-height: 0 !important;
    overflow: hidden !important;
}

[data-scope="moeen-stats"] .stat-icon svg {
    width: 26px !important;
    height: 26px !important;
    display: block !important;
    margin: 0 !important;
    color: currentColor !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.85 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

[data-scope="moeen-stats"] .stat-icon svg * {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.85 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* تمييز الكارت الأساسي بدون تضخيم الأيقونة */
[data-scope="moeen-stats"] .stat.is-emphasis .stat-icon {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    border-color: rgba(242, 201, 107, 0.34) !important;
    background:
        radial-gradient(circle at 50% 22%, rgba(242, 201, 107, 0.20), transparent 56%),
        rgba(242, 201, 107, 0.08) !important;
    color: #f2c96b !important;
}

[data-scope="moeen-stats"] .stat.is-emphasis .stat-icon svg {
    width: 28px !important;
    height: 28px !important;
}

/* === Stable page paint and heading-only reveals === */
html {
    scroll-behavior: smooth;
    background: #020b0f;
}

body {
    background-color: #020b0f;
}


html:not(.elementor-editor-active) .moeen-h2-reveal {
    opacity: 1;
    transform: translateY(9px);
    transition:
        color 0.55s cubic-bezier(.22, 1, .36, 1),
        transform 0.55s cubic-bezier(.22, 1, .36, 1);
}

html:not(.elementor-editor-active) .moeen-h2-reveal.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* Lightweight section settling: content stays visible at every stage. */
html:not(.elementor-editor-active) .moeen-scroll-settle > .container {
    transform: translateY(12px);
    transition: transform 0.68s cubic-bezier(.22, 1, .36, 1);
    will-change: transform;
}

html:not(.elementor-editor-active) .moeen-scroll-settle.in-view > .container {
    transform: translateY(0);
    will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    html:not(.elementor-editor-active) .moeen-h2-reveal,
    html:not(.elementor-editor-active) .moeen-h2-reveal.in-view,
    html:not(.elementor-editor-active) .moeen-scroll-settle > .container,
    html:not(.elementor-editor-active) .moeen-scroll-settle.in-view > .container {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        will-change: auto !important;
    }
}

@media (max-width: 900px) {
    [data-scope="moeen-service-page"] .msp-hero {
        padding-block-start: 100px;
    }
}

/* Service pages hero offset: give the first msp-container breathing room under the header. */
@media (min-width: 901px) {
    [data-scope="moeen-service-page"] .msp-hero {
        padding-top: clamp(86px, 8.4vw, 124px) !important;
        padding-block-start: clamp(86px, 8.4vw, 124px) !important;
    }
}

/* Contact details: balanced, actionable, modern cards */
[data-component="moeen-contact"] .moeen-contact__content {
  padding-block: 0;
}
[data-contact-form] input[name="website"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
}
[data-component="moeen-contact"] .moeen-contact__lead {
  max-width: 700px;
  margin-top: 18px;
  color: rgba(230, 244, 244, .78);
  font-size: clamp(15px, 1.4vw, 17px);
}
[data-component="moeen-contact"] .moeen-contact__actions {
  gap: 9px;
  margin-top: 24px;
}
[data-component="moeen-contact"] .moeen-contact__action {
  gap: 8px;
  min-height: 46px;
  padding-inline: 17px;
  border-radius: 14px;
}
[data-component="moeen-contact"] .moeen-contact__action svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
[data-component="moeen-contact"] .moeen-contact__meta {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
[data-component="moeen-contact"] .moeen-contact__meta-card,
[data-component="moeen-contact"] .moeen-contact__meta-card:nth-child(2),
[data-component="moeen-contact"] .moeen-contact__meta-card:nth-child(3) {
  grid-column: auto;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  min-height: 156px;
  padding: 20px;
  border-color: rgba(35, 198, 189, .15);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.045), transparent 56%),
    rgba(9, 27, 35, .72);
  box-shadow: 0 18px 48px rgba(0,0,0,.16);
  transition: transform .28s cubic-bezier(.22,1,.36,1), border-color .28s ease, background-color .28s ease;
}
[data-component="moeen-contact"] .moeen-contact__meta-card:hover {
  transform: translateY(-4px);
  border-color: rgba(35, 198, 189, .32);
}
[data-component="moeen-contact"] .moeen-contact__meta-card > div {
  min-width: 0;
}
[data-component="moeen-contact"] .moeen-contact__meta-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(35,198,189,.24);
  border-radius: 13px;
  background: rgba(35,198,189,.07);
  color: var(--contact-teal, #23c6bd);
}
[data-component="moeen-contact"] .moeen-contact__meta-icon svg {
  width: 20px;
  height: 20px;
}
[data-component="moeen-contact"] .moeen-contact__meta-label {
  margin-bottom: 8px;
  font-size: 13px;
}
[data-component="moeen-contact"] .moeen-contact__meta-value {
  color: rgba(238,248,248,.78);
  font-size: 13px;
  line-height: 1.75;
  text-decoration: none;
}
[data-component="moeen-contact"] .moeen-contact__meta-value--phone {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
}
[data-component="moeen-contact"] .moeen-contact__meta-link,
[data-component="moeen-contact"] .moeen-contact__meta-note {
  display: inline-flex;
  margin-top: 9px;
  color: var(--contact-teal, #23c6bd);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}
[data-component="moeen-contact"] .moeen-contact__meta-link {
  min-height: 30px;
  align-items: center;
  text-underline-offset: 4px;
}
[data-component="moeen-contact"] .moeen-contact__meta-link:focus-visible,
[data-component="moeen-contact"] .moeen-contact__meta-value--phone:focus-visible,
[data-component="moeen-contact"] .moeen-contact__action:focus-visible {
  outline: 2px solid rgba(35,198,189,.72);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  [data-component="moeen-contact"] .moeen-contact__meta {
    grid-template-columns: 1fr;
  }
  [data-component="moeen-contact"] .moeen-contact__meta-card,
  [data-component="moeen-contact"] .moeen-contact__meta-card:nth-child(2),
  [data-component="moeen-contact"] .moeen-contact__meta-card:nth-child(3) {
    min-height: 0;
  }
}
@media (max-width: 700px) {
  [data-component="moeen-contact"] .moeen-contact__actions {
    grid-template-columns: 1fr;
  }
  [data-component="moeen-contact"] .moeen-contact__meta-card {
    padding: 17px;
  }
}

/* Offers page: quiet product-led redesign */
.moeen-offers-page--quiet {
  min-height: 70vh;
  overflow: clip;
  color: #edf7f7;
  background:
    radial-gradient(circle at 50% 4%, rgba(35,198,189,.07), transparent 30rem),
    #06131a;
}
.moeen-offers-quiet-hero {
  padding: clamp(145px, 15vw, 210px) 0 clamp(62px, 8vw, 96px);
  text-align: center;
  background: linear-gradient(180deg, rgba(5,20,28,.3), transparent);
}
.moeen-offers-quiet-hero .breadcrumb {
  justify-content: center;
  margin-bottom: 28px;
}
.moeen-offers-quiet-hero h1 {
  max-width: 920px;
  margin: 0 auto;
  color: #f4f8f8;
  font-size: clamp(3rem, 6.2vw, 6.2rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.045em;
}
.moeen-offers-quiet-hero h1 span {
  color: #d9af55;
}
.moeen-offers-quiet-hero p {
  max-width: 650px;
  margin: 24px auto 30px;
  color: rgba(225,239,239,.7);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.9;
}
.moeen-offers-quiet-hero .btn {
  min-width: 155px;
}
.moeen-offers-products {
  padding: 0 0 clamp(70px, 8vw, 110px);
}
.moeen-offers-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.moeen-offer-product-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(217,175,85,.24);
  border-radius: 10px;
  background: rgba(7,23,31,.86);
  box-shadow: 0 18px 48px rgba(0,0,0,.2);
  transition: transform .32s cubic-bezier(.22,1,.36,1), border-color .32s ease, box-shadow .32s ease;
}
.moeen-offer-product-card:hover {
  transform: translateY(-7px);
  border-color: rgba(35,198,189,.45);
  box-shadow: 0 26px 64px rgba(0,0,0,.28), 0 0 24px rgba(35,198,189,.07);
}
.moeen-offer-product-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-bottom: 1px solid rgba(255,255,255,.07);
  transition: transform .55s cubic-bezier(.22,1,.36,1);
}
.moeen-offer-product-card:hover > img {
  transform: scale(1.025);
}
.moeen-offer-product-card__body {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 22px 20px 18px;
}
.moeen-offer-product-card__body > span {
  color: #35dacf;
  font-size: .78rem;
  font-weight: 800;
}
.moeen-offer-product-card h2 {
  margin: 10px 0 9px;
  color: #f2f7f7;
  font-size: clamp(1.22rem, 1.7vw, 1.55rem);
  line-height: 1.4;
}
.moeen-offer-product-card p {
  margin: 0;
  color: rgba(224,237,237,.66);
  font-size: .92rem;
  line-height: 1.8;
}
.moeen-offer-product-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.07);
}
.moeen-offer-product-card__foot small {
  color: rgba(231,241,241,.62);
  font-size: .76rem;
}
.moeen-offer-product-card__foot a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid rgba(35,198,189,.32);
  border-radius: 9px;
  color: #c9fffb;
  background: rgba(35,198,189,.06);
  font-size: .8rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}
.moeen-offer-product-card__foot a:hover,
.moeen-offer-product-card__foot a:focus-visible {
  transform: translateX(-2px);
  border-color: rgba(35,198,189,.62);
  background: rgba(35,198,189,.12);
}
.moeen-offers-products__note {
  margin: 34px 0 0;
  padding: 20px;
  border: 1px solid rgba(35,198,189,.16);
  border-radius: 10px;
  color: rgba(231,241,241,.72);
  background: rgba(35,198,189,.035);
  text-align: center;
}
@media (max-width: 1080px) {
  .moeen-offers-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .moeen-offers-quiet-hero {
    padding-top: 120px;
  }
  .moeen-offers-quiet-hero h1 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }
  .moeen-offers-products__grid {
    grid-template-columns: 1fr;
  }
  .moeen-offer-product-card__body {
    min-height: 235px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .moeen-offer-product-card,
  .moeen-offer-product-card > img,
  .moeen-offer-product-card__foot a {
    transition: none;
  }
}


/* Pricing v2 cascade lock: kept last to supersede legacy pricing rules. */
body[data-page="pricing"] [data-scope="moeen-command-pricing"] {
  padding: 0 0 104px;
  background: transparent;
}
body[data-page="pricing"] {
  overflow-x: hidden;
}
body[data-page="pricing"] .moeen-final-footer .brand,
body[data-page="pricing"] .moeen-final-footer .brand__img {
  width: auto;
  max-width: 176px;
  height: auto;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-container {
  width: min(1180px, calc(100% - 48px));
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-head {
  position: relative;
  max-width: none;
  min-height: 410px;
  margin: 0 0 64px;
  padding: 92px 0 70px 42%;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid var(--mcp-v2-line);
  border-radius: 0;
  background: none;
  box-shadow: none;
  text-align: right;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-head h1 {
  max-width: 690px;
  margin: 0;
  color: var(--mcp-v2-title);
  font-size: clamp(45px,5vw,66px);
  font-weight: 800;
  line-height: 1.25;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-head p {
  max-width: 680px;
  margin: 22px 0 0;
  color: #b4c3cb;
  font-size: 18px;
  line-height: 1.95;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-shell::before { display: none; }
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-services {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 18px;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service {
  grid-column: span 2;
  display: flex;
  min-height: 410px;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 28px;
  border: 1px solid var(--mcp-v2-line);
  border-radius: 4px;
  background: linear-gradient(180deg,rgba(14,43,59,.72),rgba(8,29,42,.72));
  box-shadow: 0 18px 50px rgba(0,0,0,.1);
  text-align: right;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service:nth-child(4),
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service:nth-child(5) {
  grid-column: span 3;
  min-height: 365px;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service:hover {
  transform: translateY(-5px);
  border-color: rgba(35,198,189,.42);
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service.is-active {
  border-color: rgba(35,198,189,.78);
  background: radial-gradient(circle at 10% 0%,rgba(35,198,189,.09),transparent 34%),linear-gradient(180deg,rgba(15,49,66,.84),rgba(9,33,46,.84));
  box-shadow: inset 0 -3px 0 #23c6bd,0 22px 58px rgba(0,0,0,.16);
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-featured-badge { display: none; }
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service__icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 0 25px;
  place-items: center;
  border: 1px solid rgba(35,198,189,.33);
  border-radius: 4px;
  background: rgba(35,198,189,.06);
  color: #38d0c6;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service__content { display: block; }
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service__content strong {
  margin-bottom: 10px;
  color: var(--mcp-v2-title);
  font-size: 20px;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service__content small {
  display: block;
  min-height: 54px;
  color: #9db0ba;
  font-size: 14px;
  line-height: 1.8;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 18px 0 16px;
  padding: 0 0 16px;
  border: 0;
  border-bottom: 1px solid var(--mcp-v2-line);
  background: none;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service__price strong { font-size: 27px; }
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service__deliverables { display: grid; }
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service__action {
  display: inline-flex;
  width: max-content;
  height: auto;
  margin-top: auto;
  border: 0;
  background: none;
  color: #4ed6cd;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px,.88fr) minmax(0,1.12fr);
  gap: 0 46px;
  min-height: 440px;
  padding: 48px;
  border: 1px solid var(--mcp-v2-line-strong);
  border-radius: 4px;
  background: radial-gradient(circle at 100% 0%,rgba(35,198,189,.07),transparent 30%),#0a2130;
  box-shadow: 0 26px 70px rgba(0,0,0,.16);
  scroll-margin-top: 100px;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel::before {
  display: block;
  grid-column: 1;
  grid-row: 1 / 8;
  min-height: 342px;
  border: 1px solid rgba(35,198,189,.18);
  background: linear-gradient(135deg,transparent 49%,rgba(35,198,189,.1) 49.5% 50%,transparent 50.5%),radial-gradient(circle at 62% 38%,rgba(213,172,92,.62) 0 4%,transparent 4.5%),radial-gradient(circle at center,transparent 0 24%,rgba(35,198,189,.16) 24.5% 25%,transparent 25.5% 42%,rgba(35,198,189,.1) 42.5% 43%,transparent 43.5%),#0c2c3d;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel > * { grid-column: 2; }
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__icon { display: none; }
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel h3 {
  margin: 0 0 12px;
  font-size: clamp(30px,3vw,42px);
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel > p {
  margin: 0 0 22px;
  font-size: 16px;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__price {
  display: flex;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  background: none;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 0 0 26px;
  padding: 22px 0;
  border-top: 1px solid var(--mcp-v2-line);
  border-bottom: 1px solid var(--mcp-v2-line);
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__info > div {
  padding: 0;
  border: 0;
  background: none;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__info > div + div {
  padding-right: 24px;
  border-right: 1px solid var(--mcp-v2-line);
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-primary {
  min-height: 50px;
  border-radius: 3px;
  background: #18bdb4;
  color: #04171f;
}
@media (max-width:980px) {
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-services { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service,
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service:nth-child(4),
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service:nth-child(5) { grid-column: span 1; }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service:last-child { grid-column: 1 / -1; }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel { grid-template-columns: 1fr; }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel::before { grid-column: 1; grid-row: auto; min-height: 260px; margin-bottom: 30px; }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel > * { grid-column: 1; }
}
@media (max-width:680px) {
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-container { width: min(100% - 28px,1180px); }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-head { min-height: 0; margin-bottom: 42px; padding: 280px 0 42px; }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-head::before { top: 20px; left: 0; width: 100%; height: 230px; aspect-ratio: auto; }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-head::after { top: 130px; left: calc(50% - 55px); }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-head h1 { font-size: 39px; }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-services { grid-template-columns: 1fr; }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service,
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service:nth-child(4),
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service:nth-child(5),
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service:last-child { grid-column: 1; min-height: 0; padding: 24px; }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service__content small { min-height: 0; }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel { min-height: 0; padding: 22px; }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel::before { min-height: 190px; }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__info { grid-template-columns: 1fr; }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__info > div + div { padding: 18px 0 0; border-top: 1px solid var(--mcp-v2-line); border-right: 0; }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-primary { width: 100%; }
}

/* Final scoped cascade: join application and project detail polish. */
[data-scope="moeen-join-section"] .moeen-join-section__form-card {
  max-width: 680px;
  margin-inline-start: auto;
  padding: clamp(22px, 3vw, 30px);
  border-color: rgba(40, 215, 205, 0.22);
  border-radius: 22px;
  background: rgba(4, 18, 24, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}
[data-scope="moeen-join-section"] .moeen-join-section__form-card::before { content: none; }
[data-scope="moeen-join-section"] .moeen-join-section__form-head {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
[data-scope="moeen-join-section"] .moeen-join-section__form-head h3 {
  margin-bottom: 7px;
  font-size: clamp(25px, 2.4vw, 32px);
}
[data-scope="moeen-join-section"] .moeen-join-section__form-head p {
  max-width: 530px;
  margin: 0;
  color: rgba(246, 250, 250, 0.62);
  font-size: 13.5px;
  line-height: 1.75;
}
[data-scope="moeen-join-section"] .moeen-join-section__fields { gap: 16px 14px; }
[data-scope="moeen-join-section"] .moeen-join-section__fields label > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
  color: rgba(246, 250, 250, 0.86);
  font-size: 13px;
}
[data-scope="moeen-join-section"] .moeen-join-section__fields label > span small {
  color: rgba(246, 250, 250, 0.42);
  font-size: 11px;
  font-weight: 500;
}
[data-scope="moeen-join-section"] .moeen-join-section__fields input,
[data-scope="moeen-join-section"] .moeen-join-section__fields select,
[data-scope="moeen-join-section"] .moeen-join-section__fields textarea {
  min-height: 50px;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background-color: rgba(0, 8, 13, 0.62);
  color: var(--white);
  font-size: 14px;
}
[data-scope="moeen-join-section"] .moeen-join-section__fields input::placeholder,
[data-scope="moeen-join-section"] .moeen-join-section__fields textarea::placeholder {
  color: rgba(246, 250, 250, 0.32);
  opacity: 1;
}
[data-scope="moeen-join-section"] .moeen-join-section__fields input:focus,
[data-scope="moeen-join-section"] .moeen-join-section__fields select:focus,
[data-scope="moeen-join-section"] .moeen-join-section__fields textarea:focus {
  border-color: rgba(40, 215, 205, 0.6);
  background-color: rgba(2, 14, 19, 0.9);
  box-shadow: 0 0 0 3px rgba(40, 215, 205, 0.09);
  outline: none;
}
[data-scope="moeen-join-section"] .moeen-join-section__fields textarea {
  min-height: 108px;
  resize: vertical;
}
[data-scope="moeen-join-section"] .moeen-join-section__select-field::after {
  width: 8px;
  height: 8px;
  inset-inline-start: 18px;
  bottom: 22px;
  border: 0;
  border-inline-end: 1.5px solid rgba(40, 215, 205, 0.78);
  border-bottom: 1.5px solid rgba(40, 215, 205, 0.78);
  transform: rotate(45deg);
}
[data-scope="moeen-join-section"] .moeen-join-section__submit {
  min-height: 52px;
  margin-top: 18px;
  border-radius: 14px;
  background: #23c6bd;
  color: #031216;
  box-shadow: 0 12px 30px rgba(35, 198, 189, 0.14);
}
[data-scope="moeen-join-section"] .moeen-join-section__alert.is-visible {
  display: block;
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(40, 215, 205, 0.3);
  border-radius: 12px;
  background: rgba(40, 215, 205, 0.08);
}
[data-scope="moeen-join-section"] .moeen-join-section__alert.is-visible.is-error {
  border-color: rgba(232, 112, 112, 0.36);
  background: rgba(232, 112, 112, 0.08);
  color: #ffd2d2;
}

[data-scope="moeen-project-hero"] {
  min-height: auto;
  padding-block: clamp(48px, 7vw, 88px);
}
[data-scope="moeen-project-hero"] .moeen-project-hero__grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 6vw, 76px);
}
[data-scope="moeen-project-hero"] .moeen-project-hero__content h1 {
  max-width: 700px;
  font-size: clamp(40px, 5vw, 68px);
}
[data-scope="moeen-project-hero"] .moeen-project-hero__media figure {
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}
[data-scope="moeen-project-hero"] .moeen-project-hero__media figure::before { content: none; }
[data-scope="moeen-project-hero"] .moeen-project-hero__media img {
  min-height: 430px;
  max-height: 520px;
  object-fit: cover;
}
[data-scope="moeen-case-study"] .moeen-case-study__layout {
  grid-template-columns: minmax(0, 1fr) 285px;
  gap: clamp(28px, 4vw, 52px);
}
[data-scope="moeen-case-study"] .moeen-case-study__content {
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
[data-scope="moeen-case-study"] .moeen-case-study__content::before,
[data-scope="moeen-case-study"] .moeen-case-study__content::after { content: none; }
[data-scope="moeen-case-study"] .moeen-case-study__content:hover {
  transform: none;
  background: transparent;
}
[data-scope="moeen-case-study"] .moeen-case-study__timeline { gap: 0; }
[data-scope="moeen-case-study"] .moeen-case-study__step {
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  padding-block: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: transparent;
}
[data-scope="moeen-case-study"] .moeen-case-study__step:hover {
  transform: none;
  background: transparent;
}
[data-scope="moeen-case-study"] .moeen-case-study__facts-card {
  position: sticky;
  top: 112px;
  padding: 22px;
  border-radius: 20px;
}
[data-scope="moeen-case-study"] .moeen-case-study__facts-card::before { content: none; }
[data-scope="moeen-project-value"] .moeen-project-value__layout {
  grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(28px, 4vw, 54px);
}
[data-scope="moeen-project-value"] .moeen-project-value__cards { gap: 12px; }
[data-scope="moeen-project-value"] .moeen-project-value__card,
[data-scope="moeen-project-value"] .moeen-project-value__card--featured {
  min-height: 190px;
  padding: 22px;
  border-radius: 18px;
}
[data-scope="moeen-project-value"] .moeen-project-value__card::before { content: none; }
[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__box {
  padding: clamp(24px, 3vw, 34px);
  border-radius: 20px;
}
[data-scope="moeen-simple-project-cta"] .moeen-simple-project-cta__box::before { content: none; }

@media (max-width: 980px) {
  [data-scope="moeen-project-hero"] .moeen-project-hero__grid,
  [data-scope="moeen-case-study"] .moeen-case-study__layout,
  [data-scope="moeen-project-value"] .moeen-project-value__layout { grid-template-columns: 1fr; }
  [data-scope="moeen-case-study"] .moeen-case-study__facts-card { position: static; }
  [data-scope="moeen-case-study"] .moeen-case-study__aside { order: -1; }
}

@media (max-width: 700px) {
  [data-scope="moeen-join-section"] .moeen-join-section__form-card {
    padding: 20px 16px;
    border-radius: 18px;
  }
  [data-scope="moeen-join-section"] .moeen-join-section__fields { grid-template-columns: 1fr; }
  [data-scope="moeen-project-hero"] .moeen-project-hero__media img { min-height: 300px; }
  [data-scope="moeen-case-study"] .moeen-case-study__step {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
  }
  [data-scope="moeen-project-value"] .moeen-project-value__card,
  [data-scope="moeen-project-value"] .moeen-project-value__card--featured { min-height: auto; }
}
/* Homepage hero offers tag */
[data-scope="moeen-center-hero"] .moeen-center-hero__offers-tag {
  position: absolute;
  top: 1px;
  left: 42px;
  z-index: 8;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  overflow: hidden;
  padding: 9px 18px;
  border: 1px solid rgba(242, 201, 107, 0.58);
  border-radius: 11px 16px 11px 16px;
  color: #fff2bd;
  background:
    linear-gradient(135deg, rgba(242, 201, 107, 0.22), rgba(20, 217, 204, 0.12)),
    rgba(4, 17, 24, 0.94);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.24),
    0 0 22px rgba(242, 201, 107, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
  font-size: 13.5px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  transform: rotate(-4deg);
  transition:
    transform 220ms cubic-bezier(.22, 1, .36, 1),
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__offers-tag::before {
  content: "";
  position: absolute;
  top: -45%;
  left: -60%;
  width: 34%;
  height: 190%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: skewX(-20deg);
  animation: moeenOffersShine 4.8s ease-in-out infinite;
  pointer-events: none;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__offers-tag svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: #f2c96b;
  filter: drop-shadow(0 0 6px rgba(242, 201, 107, 0.38));
}

[data-scope="moeen-center-hero"] .moeen-center-hero__offers-tag:hover,
[data-scope="moeen-center-hero"] .moeen-center-hero__offers-tag:focus-visible {
  color: #ffffff;
  border-color: rgba(78, 232, 223, 0.72);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(38, 214, 203, 0.16);
  transform: translateY(-2px) rotate(-1deg);
}

[data-scope="moeen-center-hero"] .moeen-center-hero__offers-tag:focus-visible {
  outline: 3px solid rgba(78, 232, 223, 0.22);
  outline-offset: 4px;
}

@keyframes moeenOffersShine {
  0%, 58% {
    left: -60%;
    opacity: 0;
  }
  66% {
    opacity: 0.8;
  }
  82%, 100% {
    left: 135%;
    opacity: 0;
  }
}

@media (max-width: 1100px) {
  [data-scope="moeen-center-hero"] .moeen-center-hero__offers-tag {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 16px;
    transform: rotate(-3deg);
  }
}

@media (max-width: 700px) {
  [data-scope="moeen-center-hero"] .moeen-center-hero__offers-tag {
    min-height: 38px;
    margin: 0 auto 14px;
    padding: 7px 14px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-center-hero"] .moeen-center-hero__offers-tag::before {
    animation: none;
  }
}

/* =========================================================
   Offers page — unified hero and premium compact offer cards
   All offers presentation intentionally lives in this file.
   ========================================================= */
.moeen-offers-page--quiet {
  --offers-bg: #06131a;
  --offers-surface: rgba(8, 25, 33, 0.88);
  --offers-surface-hover: rgba(10, 31, 40, 0.96);
  --offers-line: rgba(40, 215, 205, 0.16);
  --offers-line-strong: rgba(40, 215, 205, 0.36);
  min-height: 70vh;
  overflow: clip;
  color: #edf7f7;
  background:
    radial-gradient(circle at 50% 4%, rgba(35, 198, 189, 0.055), transparent 30rem),
    var(--offers-bg);
}

/* Keep the Offers hero identical to the shared “Our Work” page hero. */
.moeen-offers-page--quiet .moeen-offers-quiet-hero.page-hero {
  text-align: right;
  background: transparent;
}

.moeen-offers-page--quiet .moeen-offers-quiet-hero .page-hero__inner {
  max-width: 880px;
}

.moeen-offers-page--quiet .moeen-offers-quiet-hero h1 span {
  display: inline;
  color: var(--gold, #d9af55);
}

.moeen-offers-page--quiet .moeen-offers-products {
  padding: clamp(54px, 7vw, 86px) 0 clamp(72px, 8vw, 108px);
}

.moeen-offers-page--quiet .moeen-offers-products__grid {
  display: grid;
  grid-template-columns: minmax(310px, 1.42fr) repeat(3, minmax(210px, 1fr));
  align-items: stretch;
  gap: 16px;
}

.moeen-offers-page--quiet .moeen-offer-product-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--offers-line);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 48%),
    var(--offers-surface);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 320ms ease,
    background-color 320ms ease,
    box-shadow 320ms ease;
}

.moeen-offers-page--quiet .moeen-offer-product-card:hover {
  transform: translateY(-5px);
  border-color: var(--offers-line-strong);
  background-color: var(--offers-surface-hover);
  box-shadow: 0 25px 62px rgba(0, 0, 0, 0.25), 0 0 24px rgba(40, 215, 205, 0.055);
}

.moeen-offers-page--quiet .moeen-offer-product-card:focus-within {
  border-color: rgba(40, 215, 205, 0.52);
  box-shadow: 0 0 0 3px rgba(40, 215, 205, 0.1);
}

.moeen-offers-page--quiet .moeen-offer-product-card > img {
  display: block;
  width: 100%;
  height: 186px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.moeen-offers-page--quiet .moeen-offer-product-card:hover > img {
  transform: scale(1.025);
}

.moeen-offers-page--quiet .moeen-offer-product-card__body {
  display: flex;
  flex: 1;
  min-height: 214px;
  flex-direction: column;
  padding: 18px 17px 16px;
}

.moeen-offers-page--quiet .moeen-offer-product-card__body > span {
  color: #35dacf;
  font-size: 0.74rem;
  font-weight: 800;
}

.moeen-offers-page--quiet .moeen-offer-product-card h2 {
  margin: 7px 0 6px;
  color: #f3f8f8;
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  line-height: 1.42;
}

.moeen-offers-page--quiet .moeen-offer-product-card p {
  margin: 0;
  color: rgba(224, 237, 237, 0.65);
  font-size: 0.84rem;
  line-height: 1.68;
}

.moeen-offers-page--quiet .moeen-offer-product-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.moeen-offers-page--quiet .moeen-offer-product-card__foot small {
  color: rgba(231, 241, 241, 0.58);
  font-size: 0.72rem;
  white-space: nowrap;
}

.moeen-offers-page--quiet .moeen-offer-product-card__foot a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding-inline: 12px;
  border: 1px solid rgba(40, 215, 205, 0.3);
  border-radius: 10px;
  color: #c9fffb;
  background: rgba(40, 215, 205, 0.055);
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 250ms ease,
    border-color 250ms ease,
    background-color 250ms ease;
}

.moeen-offers-page--quiet .moeen-offer-product-card__foot a:hover,
.moeen-offers-page--quiet .moeen-offer-product-card__foot a:focus-visible {
  transform: translateX(-2px);
  border-color: rgba(40, 215, 205, 0.62);
  background: rgba(40, 215, 205, 0.12);
  outline: none;
}

/* Featured / best-selling offer */
.moeen-offers-page--quiet .moeen-offer-product-card--featured {
  border-color: rgba(217, 175, 85, 0.5);
  background:
    radial-gradient(circle at 85% 0%, rgba(40, 215, 205, 0.1), transparent 38%),
    linear-gradient(150deg, rgba(217, 175, 85, 0.07), transparent 46%),
    rgba(8, 27, 35, 0.96);
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.25),
    0 0 28px rgba(217, 175, 85, 0.075);
}

.moeen-offers-page--quiet .moeen-offer-product-card--featured::before {
  content: "";
  position: absolute;
  top: -35%;
  bottom: -35%;
  left: -42%;
  width: 26%;
  z-index: 3;
  pointer-events: none;
  transform: rotate(14deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.13),
    transparent
  );
  animation: moeen-offer-shine 6.5s ease-in-out infinite;
}

.moeen-offers-page--quiet .moeen-offer-product-card--featured::after {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(217, 175, 85, 0.13);
  border-radius: 13px;
}

.moeen-offers-page--quiet .moeen-offer-product-card--featured > img {
  height: 210px;
}

.moeen-offers-page--quiet .moeen-offer-product-card--featured h2 {
  font-size: clamp(1.28rem, 1.8vw, 1.62rem);
}

.moeen-offers-page--quiet .moeen-offer-product-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border: 1px solid rgba(217, 175, 85, 0.48);
  border-radius: 999px;
  background: rgba(5, 18, 24, 0.88);
  color: #f0c86d;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
  font-size: 0.7rem;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.moeen-offers-page--quiet .moeen-offers-products__note {
  max-width: 780px;
  margin: 28px auto 0;
  padding: 16px 18px;
  border: 1px solid rgba(40, 215, 205, 0.12);
  border-radius: 14px;
  color: rgba(231, 241, 241, 0.68);
  background: rgba(40, 215, 205, 0.035);
  font-size: 0.83rem;
  line-height: 1.75;
  text-align: center;
}

@keyframes moeen-offer-shine {
  0%, 68% { left: -42%; opacity: 0; }
  74% { opacity: 0.8; }
  88%, 100% { left: 128%; opacity: 0; }
}

@media (max-width: 1120px) {
  .moeen-offers-page--quiet .moeen-offers-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .moeen-offers-page--quiet .moeen-offer-product-card--featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  }

  .moeen-offers-page--quiet .moeen-offer-product-card--featured > img {
    height: 100%;
    min-height: 270px;
    border-bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.065);
  }
}

@media (max-width: 700px) {
  .moeen-offers-page--quiet .moeen-offers-products {
    padding-top: 44px;
  }

  .moeen-offers-page--quiet .moeen-offers-products__grid {
    grid-template-columns: 1fr;
  }

  .moeen-offers-page--quiet .moeen-offer-product-card--featured {
    grid-column: auto;
    display: flex;
  }

  .moeen-offers-page--quiet .moeen-offer-product-card > img,
  .moeen-offers-page--quiet .moeen-offer-product-card--featured > img {
    height: min(58vw, 230px);
    min-height: 0;
    border-left: 0;
  }

  .moeen-offers-page--quiet .moeen-offer-product-card__body {
    min-height: 198px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .moeen-offers-page--quiet .moeen-offer-product-card,
  .moeen-offers-page--quiet .moeen-offer-product-card > img,
  .moeen-offers-page--quiet .moeen-offer-product-card__foot a {
    transition: none;
  }

  .moeen-offers-page--quiet .moeen-offer-product-card--featured::before {
    animation: none;
    opacity: 0;
  }
}

/* Pricing form v3 — compact selector, original page framing. */
body[data-page="pricing"] [data-scope="moeen-command-pricing"] {
  padding: 64px 0 92px;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-head {
  min-height: 0;
  max-width: 720px;
  margin: 0 auto 34px;
  padding: 0;
  overflow: visible;
  border: 0;
  background: none;
  text-align: center;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-head::before,
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-head::after { display: none; }
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-kicker { display: inline-flex; }
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-head h2 {
  margin: 12px 0 0;
  color: #f1f6f8;
  font-size: clamp(30px,3.4vw,44px);
  line-height: 1.35;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-head p {
  margin: 14px auto 0;
  color: #93a7b2;
  font-size: 15px;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-shell {
  grid-template-columns: 390px minmax(0,1fr);
  gap: 0;
  max-width: 1080px;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(141,177,194,.28);
  border-radius: 10px;
  background: rgba(7,25,37,.78);
  box-shadow: 0 24px 70px rgba(0,0,0,.16);
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-services {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 32px;
  border-left: 1px solid rgba(141,177,194,.2);
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-services::before {
  content: "اختر نوع الخدمة";
  display: block;
  margin-bottom: 8px;
  color: #dce6ea;
  font-size: 17px;
  font-weight: 700;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service,
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service:nth-child(4),
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service:nth-child(5),
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service:last-child {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr) 18px;
  min-height: 66px;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(141,177,194,.2);
  border-radius: 7px;
  background: rgba(8,27,40,.62);
  box-shadow: none;
  text-align: right;
  transform: none;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service::before { display: none; }
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service::after {
  content: "";
  grid-column: 3;
  grid-row: 1;
  width: 14px;
  height: 14px;
  border: 1.5px solid #728994;
  border-radius: 50%;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service.is-active {
  border-color: #23c6bd;
  background: rgba(35,198,189,.08);
  box-shadow: none;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service.is-active::after {
  border: 4px solid #071925;
  background: #23c6bd;
  box-shadow: 0 0 0 1px #23c6bd;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service__icon {
  grid-column: 1;
  grid-row: 1;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 0;
  background: none;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service__icon svg { width: 23px; height: 23px; }
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service__content {
  grid-column: 2;
  grid-row: 1;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service__content strong {
  margin: 0;
  color: #dce6ea;
  font-size: 14px;
  line-height: 1.5;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service__content small,
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service__price,
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service__deliverables,
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service__action { display: none; }
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel {
  display: flex;
  min-height: 510px;
  flex-direction: column;
  padding: 42px;
  border: 0;
  border-radius: 0;
  background: radial-gradient(circle at 100% 0%,rgba(35,198,189,.08),transparent 34%),#091f2e;
  box-shadow: none;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel::before { display: none; }
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel > * { grid-column: auto; }
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  place-items: center;
  border: 1px solid rgba(35,198,189,.3);
  border-radius: 8px;
  color: #2dccbf;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel h3 { font-size: clamp(28px,3vw,38px); }
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__price { gap: 10px; }
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__price strong { font-size: 34px; }
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-feature-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-feature-list li {
  position: relative;
  padding-right: 19px;
  color: #b9cbd2;
  font-size: 13px;
  line-height: 1.75;
  opacity: 0;
  animation: mcp-feature-in .42s cubic-bezier(.22,1,.36,1) forwards;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-feature-list li:nth-child(2) {
  animation-delay: .06s;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-feature-list li:nth-child(3) {
  animation-delay: .12s;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-feature-list li::before {
  content: "";
  position: absolute;
  top: .72em;
  right: 0;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(87,232,223,.8);
  border-radius: 50%;
  background: rgba(35,198,189,.2);
  box-shadow: 0 0 0 4px rgba(35,198,189,.055);
  animation: mcp-feature-pulse 2.8s ease-in-out infinite;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__info > div:nth-child(2) .mcp-feature-list li::before {
  border-color: rgba(232,184,75,.82);
  background: rgba(232,184,75,.2);
  box-shadow: 0 0 0 4px rgba(232,184,75,.05);
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__actions { margin-top: auto; }
@keyframes mcp-feature-in {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes mcp-feature-pulse {
  0%,100% { transform: scale(.9); opacity: .72; }
  50% { transform: scale(1.08); opacity: 1; }
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process {
  max-width: 1080px;
  margin: 84px auto 0;
  padding-top: 0;
  border: 0;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process > header { margin: 0 0 36px; }
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps {
  position: relative;
  gap: 54px;
  border: 0;
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50px;
  right: 11%;
  left: 11%;
  height: 1px;
  background: linear-gradient(90deg,rgba(35,198,189,.18),#23c6bd,rgba(35,198,189,.18));
}
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 46px;
  right: 12%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #57e8df;
  box-shadow: 0 0 16px #23c6bd;
  animation: mcp-flow-dot 4s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps::after { animation: none; }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-feature-list li,
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-feature-list li::before {
    opacity: 1;
    animation: none;
    transform: none;
  }
}
@media (max-width:860px) {
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-shell { grid-template-columns: 1fr; }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-services {
    order: 0;
    border-bottom: 1px solid rgba(141,177,194,.2);
    border-left: 0;
  }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel {
    order: 1;
    min-height: 480px;
  }
}
@media (max-width:680px) {
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] { padding-top: 48px; }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-head { padding: 0; }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-services,
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel { padding: 22px; }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__info { grid-template-columns: 1fr; }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps::before {
    top: 32px;
    right: 24px;
    bottom: 32px;
    left: auto;
    width: 1px;
    height: auto;
  }
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps::after { display: none; }
}

/* Pricing selector polish — synced icon, softer compact panel, calmer details. */
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-shell {
  max-width: 1040px;
  border-color: rgba(40,215,205,.18);
  border-radius: 26px;
  background:
    linear-gradient(135deg,rgba(10,35,48,.86),rgba(5,20,29,.92)),
    rgba(7,25,37,.78);
  box-shadow:
    0 26px 72px rgba(0,0,0,.22),
    0 0 34px rgba(40,215,205,.055);
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-services {
  padding: 28px;
  border-left-color: rgba(40,215,205,.14);
  background:
    radial-gradient(circle at 8% 14%,rgba(40,215,205,.075),transparent 34%),
    rgba(4,18,27,.3);
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service,
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service:nth-child(4),
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service:nth-child(5),
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service:last-child {
  min-height: 58px;
  border-color: rgba(151,184,196,.17);
  border-radius: 16px;
  background: rgba(6,25,36,.54);
  transition:
    border-color .28s ease,
    background .28s ease,
    transform .28s ease,
    box-shadow .28s ease;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service:hover {
  transform: translateX(-2px);
  border-color: rgba(40,215,205,.3);
  background: rgba(40,215,205,.065);
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service.is-active {
  border-color: rgba(40,215,205,.62);
  background:
    linear-gradient(135deg,rgba(40,215,205,.15),rgba(40,215,205,.045)),
    rgba(4,28,39,.72);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 14px 30px rgba(0,0,0,.14),
    0 0 22px rgba(40,215,205,.075);
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-service__icon {
  border-radius: 14px;
  color: #39dcd1;
  background: rgba(40,215,205,.055);
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel {
  position: relative;
  min-height: 440px;
  padding: 34px 36px 32px;
  overflow: hidden;
  border-radius: 24px 0 0 24px;
  background:
    radial-gradient(circle at 92% 8%,rgba(40,215,205,.105),transparent 32%),
    linear-gradient(145deg,rgba(10,38,52,.9),rgba(5,21,31,.96));
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 92px;
  border-top: 1px solid rgba(231,189,97,.34);
  border-left: 1px solid rgba(231,189,97,.34);
  border-radius: 0 0 28px;
  opacity: .7;
  pointer-events: none;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  border-color: rgba(40,215,205,.34);
  border-radius: 15px;
  background:
    linear-gradient(135deg,rgba(40,215,205,.14),rgba(40,215,205,.035)),
    rgba(3,18,27,.62);
  box-shadow: 0 0 22px rgba(40,215,205,.075);
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__icon svg {
  width: 23px;
  height: 23px;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__eyebrow {
  margin-bottom: 8px;
  color: #e6bd62;
  font-size: 12px;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel h3 {
  max-width: 620px;
  margin-bottom: 10px;
  font-size: clamp(27px,2.7vw,34px);
  line-height: 1.28;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel > p {
  max-width: 640px;
  margin-bottom: 18px;
  color: rgba(224,238,242,.7);
  font-size: 14px;
  line-height: 1.9;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__price {
  width: fit-content;
  margin-bottom: 22px;
  padding: 8px 14px 9px;
  border: 1px solid rgba(231,189,97,.16);
  border-radius: 999px;
  background: rgba(231,189,97,.055);
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__price span {
  color: rgba(224,238,242,.58);
  font-size: 11px;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__price strong {
  color: #edc86b;
  font-size: 29px;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__info {
  gap: 14px;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__info > div {
  padding: 16px;
  border: 1px solid rgba(151,184,196,.13);
  border-radius: 20px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012)),
    rgba(2,15,23,.28);
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__info span {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #50ddd3;
  font-size: 13px;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__info span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-feature-list {
  gap: 8px;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-feature-list li {
  min-height: 32px;
  padding: 7px 28px 7px 10px;
  border: 1px solid rgba(151,184,196,.09);
  border-radius: 12px;
  background: rgba(255,255,255,.025);
  color: rgba(229,242,245,.78);
  font-size: 12.5px;
  line-height: 1.55;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-feature-list li::before {
  top: 50%;
  right: 11px;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  animation: none;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__actions {
  margin-top: 22px;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-primary {
  min-height: 48px;
  border-radius: 15px;
}

@media (max-width:860px) {
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel {
    border-radius: 0 0 24px 24px;
  }
}

@media (max-width:680px) {
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-shell {
    border-radius: 22px;
  }

  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-services,
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel {
    padding: 20px;
  }

  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel {
    min-height: 0;
  }

  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-panel__info > div {
    padding: 14px;
  }
}


/* Contact details v2 — calm vertical directory. */
[data-component="moeen-contact"] .moeen-contact__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: 100%;
  max-width: 680px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(35, 198, 189, .17);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(35, 198, 189, .035), transparent 42%),
    rgba(5, 20, 27, .66);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .14);
}
[data-component="moeen-contact"] .moeen-contact__meta-card,
[data-component="moeen-contact"] .moeen-contact__meta-card:nth-child(2),
[data-component="moeen-contact"] .moeen-contact__meta-card:nth-child(3) {
  grid-column: auto;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 0;
  margin: 0;
  padding: 18px 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  transition: background-color .24s ease;
}
[data-component="moeen-contact"] .moeen-contact__meta-card + .moeen-contact__meta-card {
  border-top: 1px solid rgba(147, 178, 190, .12);
}
[data-component="moeen-contact"] .moeen-contact__meta-card:hover {
  border-color: transparent;
  background: rgba(35, 198, 189, .045);
  transform: none;
}
[data-component="moeen-contact"] .moeen-contact__meta-icon {
  width: 42px;
  height: 42px;
  flex: none;
  border-color: rgba(35, 198, 189, .2);
  border-radius: 12px;
  background: rgba(35, 198, 189, .055);
  transition: color .24s ease, border-color .24s ease, background-color .24s ease, transform .24s ease;
}
[data-component="moeen-contact"] .moeen-contact__meta-card:hover .moeen-contact__meta-icon {
  color: #55e3da;
  border-color: rgba(35, 198, 189, .38);
  background: rgba(35, 198, 189, .1);
  transform: translateX(-2px);
}
[data-component="moeen-contact"] .moeen-contact__meta-card > div {
  display: grid;
  grid-template-columns: minmax(105px, .32fr) minmax(0, 1fr);
  align-items: center;
  column-gap: 20px;
  min-width: 0;
}
[data-component="moeen-contact"] .moeen-contact__meta-label {
  margin: 0;
  color: rgba(239, 249, 249, .9);
  font-size: 13px;
  font-weight: 850;
}
[data-component="moeen-contact"] .moeen-contact__meta-value {
  color: rgba(218, 234, 235, .76);
  font-size: 13px;
  line-height: 1.8;
}
[data-component="moeen-contact"] .moeen-contact__meta-value--phone {
  justify-self: start;
}
[data-component="moeen-contact"] .moeen-contact__meta-link,
[data-component="moeen-contact"] .moeen-contact__meta-note {
  grid-column: 2;
  width: max-content;
  max-width: 100%;
  margin-top: 5px;
  color: #42d5cc;
}
@media (max-width: 700px) {
  [data-component="moeen-contact"] .moeen-contact__meta {
    border-radius: 17px;
  }
  [data-component="moeen-contact"] .moeen-contact__meta-card,
  [data-component="moeen-contact"] .moeen-contact__meta-card:nth-child(2),
  [data-component="moeen-contact"] .moeen-contact__meta-card:nth-child(3) {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    padding: 16px;
  }
  [data-component="moeen-contact"] .moeen-contact__meta-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }
  [data-component="moeen-contact"] .moeen-contact__meta-card > div {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }
  [data-component="moeen-contact"] .moeen-contact__meta-link,
  [data-component="moeen-contact"] .moeen-contact__meta-note {
    grid-column: 1;
    margin-top: 3px;
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-component="moeen-contact"] .moeen-contact__meta-card,
  [data-component="moeen-contact"] .moeen-contact__meta-icon {
    transition: none;
  }
}

/* Why section orbit nodes — subtle idle motion, scoped to the home orbit only. */
[data-scope="moeen-why-lock"] .moeen-lock-orbit {
  --orbit-idle: 0deg;
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__ring,
[data-scope="moeen-why-lock"] .moeen-lock-orbit__nodes {
  transform: rotate(calc(var(--orbit-rotation) + var(--orbit-idle, 0deg)));
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__node-inner {
  position: relative;
  overflow: hidden;
  transform: rotate(calc(var(--orbit-counter) - var(--orbit-idle, 0deg)));
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__node.is-active .moeen-lock-orbit__node-inner {
  transform: rotate(calc(var(--orbit-counter) - var(--orbit-idle, 0deg))) translateY(-7px) scale(1.05);
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__node-inner::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 22%, rgba(255, 255, 255, 0.09), transparent 58%);
  opacity: 0;
  transform: translateX(14px);
  transition: opacity 0.4s ease, transform 0.8s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__node.is-active .moeen-lock-orbit__node-inner::after {
  opacity: 1;
  transform: translateX(-18px);
}

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-why-lock"] .moeen-lock-orbit {
    --orbit-idle: 0deg;
  }
}

/* Contact form layout — full-name row, phone/Telegram pair, WhatsApp hint. */
[data-component="moeen-contact"] .moeen-contact__fields {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

[data-component="moeen-contact"] .moeen-contact__field-name,
[data-component="moeen-contact"] .moeen-contact__field-full {
  grid-column: 1 / -1;
}

[data-component="moeen-contact"] .moeen-contact__field-phone {
  grid-column: 1;
}

[data-component="moeen-contact"] .moeen-contact__field-telegram {
  grid-column: 2;
}

[data-component="moeen-contact"] .moeen-contact__label-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

[data-component="moeen-contact"] .moeen-contact__label-line em {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 9px 4px;
  border: 1px solid rgba(40, 215, 205, 0.26);
  border-radius: 999px;
  background: rgba(40, 215, 205, 0.08);
  color: #35f0e3;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  box-shadow: 0 0 16px rgba(40, 215, 205, 0.08);
}

@media (max-width: 680px) {
  [data-component="moeen-contact"] .moeen-contact__fields {
    grid-template-columns: 1fr;
  }

  [data-component="moeen-contact"] .moeen-contact__field-phone,
  [data-component="moeen-contact"] .moeen-contact__field-telegram {
    grid-column: 1 / -1;
  }
}
/* === Offers cards: calm promo details === */
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card {
  --offer-sale: "عرض خاص";
  --offer-old-price: "بدلاً من 650$";
  --offer-new-price: "يبدأ من 520$";
  --offer-save: "وفّر 20%";
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card:nth-child(1) {
  --offer-sale: "الأكثر طلباً";
  --offer-old-price: "بدلاً من 750$";
  --offer-new-price: "يبدأ من 590$";
  --offer-save: "خصم 21%";
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card:nth-child(2) {
  --offer-sale: "هوية متكاملة";
  --offer-old-price: "بدلاً من 520$";
  --offer-new-price: "يبدأ من 410$";
  --offer-save: "خصم 20%";
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card:nth-child(3) {
  --offer-sale: "تنظيم وتشغيل";
  --offer-old-price: "بدلاً من 480$";
  --offer-new-price: "يبدأ من 380$";
  --offer-save: "خصم 20%";
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card:nth-child(4) {
  --offer-sale: "قريباً";
  --offer-old-price: "بدلاً من 120$";
  --offer-new-price: "يبدأ من 79$";
  --offer-save: "حجز مبكر";
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card:not(.moeen-offer-product-card--featured)::before {
  content: var(--offer-sale);
  position: absolute;
  top: 14px;
  inset-inline-end: 14px;
  z-index: 3;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  border: 1px solid rgba(217, 177, 94, .44);
  border-radius: 999px;
  color: #f4d783;
  background: rgba(7, 15, 20, .78);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .20);
  backdrop-filter: blur(10px);
  font-size: 11px;
  font-weight: 900;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__body::after {
  content: var(--offer-old-price) "  " var(--offer-new-price) "  ·  " var(--offer-save);
  order: 5;
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 9px 12px;
  border: 1px solid rgba(53, 240, 227, .13);
  border-radius: 14px;
  color: rgba(235, 248, 247, .72);
  background:
    radial-gradient(circle at 100% 0%, rgba(53, 240, 227, .075), transparent 42%),
    rgba(255, 255, 255, .025);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.8;
  white-space: normal;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__body::before {
  content: "✓ مراجعة أولية مجانية  ·  ✓ عرض قابل للتخصيص";
  order: 4;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 14px;
  padding: 6px 10px;
  border: 1px solid rgba(53, 240, 227, .12);
  border-radius: 999px;
  color: rgba(127, 255, 248, .78);
  background: rgba(53, 240, 227, .045);
  font-size: 10.5px;
  font-weight: 850;
  line-height: 1.7;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__foot {
  order: 9;
  margin-top: 16px;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__body > span {
  order: 1;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card h2 {
  order: 2;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card p {
  order: 3;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card:hover .moeen-offer-product-card__body::after {
  border-color: rgba(217, 177, 94, .24);
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 177, 94, .08), transparent 42%),
    rgba(255, 255, 255, .032);
}

@media (max-width: 680px) {
  body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__body::after {
    justify-content: flex-start;
    text-align: start;
  }

  body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__body::before {
    border-radius: 14px;
  }
}

/* === Offers cards: refined badges and pricing reset === */
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__body::before {
  display: none !important;
  content: none !important;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__body::after {
  content: none !important;
  display: none !important;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__foot {
  order: 9;
  margin-top: auto;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card:not(.moeen-offer-product-card--featured)::before,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__badge {
  top: 12px;
  inset-inline-end: 12px;
  min-height: 31px;
  padding: 5px 12px;
  border: 1px solid rgba(217, 177, 94, .52);
  border-radius: 999px;
  color: #f7dd8c;
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 177, 94, .18), transparent 56%),
    rgba(4, 11, 15, .78);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
  backdrop-filter: blur(10px);
  font-size: 11px;
  font-weight: 900;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card {
  --offer-base-price: "750$";
  --offer-sale-price: "590$";
  --offer-discount-label: "خصم 21%";
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card:nth-child(2) {
  --offer-base-price: "520$";
  --offer-sale-price: "410$";
  --offer-discount-label: "خصم 20%";
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card:nth-child(3) {
  --offer-base-price: "480$";
  --offer-sale-price: "380$";
  --offer-discount-label: "خصم 20%";
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card:nth-child(4) {
  --offer-base-price: "120$";
  --offer-sale-price: "79$";
  --offer-discount-label: "حجز مبكر";
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__foot::before {
  content: "يبدأ من " var(--offer-base-price) "  " var(--offer-sale-price) "  ·  " var(--offer-discount-label);
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
  margin-bottom: 14px;
  padding: 10px 13px;
  border: 1px solid rgba(53, 240, 227, .12);
  border-radius: 15px;
  color: rgba(235, 248, 247, .72);
  background:
    radial-gradient(circle at 100% 0%, rgba(53, 240, 227, .06), transparent 42%),
    rgba(255, 255, 255, .024);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.8;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__foot {
  flex-wrap: wrap;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__foot small,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__foot a {
  order: 2;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__foot a {
  border-color: rgba(53, 240, 227, .42);
  color: #031018;
  background: linear-gradient(135deg, #35f0e3, #20c7bd);
  box-shadow: 0 12px 28px rgba(53, 240, 227, .13);
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__foot a:hover,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__foot a:focus-visible {
  color: #031018;
  border-color: rgba(217, 177, 94, .52);
  background: linear-gradient(135deg, #61fff6, #d9b15e);
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__foot::before {
  display: none !important;
  content: none !important;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__price {
  order: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px 10px;
  margin-top: 16px;
  padding: 10px 12px;
  border: 1px solid rgba(53, 240, 227, .11);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(53, 240, 227, .055), transparent 42%),
    rgba(255, 255, 255, .022);
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__price-old {
  position: relative;
  color: rgba(53, 240, 227, .88);
  font-size: clamp(18px, 1.8vw, 23px);
  font-weight: 950;
  line-height: 1;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__price-old::after {
  content: "";
  position: absolute;
  right: -3px;
  left: -3px;
  top: 50%;
  height: 2px;
  border-radius: 999px;
  background: rgba(217, 177, 94, .88);
  transform: rotate(-7deg);
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__price-new {
  color: #f3d376;
  font-size: clamp(14px, 1.35vw, 17px);
  font-weight: 950;
  line-height: 1;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__price-new::before {
  content: "بعد الخصم ";
  color: rgba(235, 248, 247, .56);
  font-size: 10px;
  font-weight: 800;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__price em {
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  padding: 3px 8px;
  border: 1px solid rgba(217, 177, 94, .24);
  border-radius: 999px;
  color: #f3d376;
  background: rgba(217, 177, 94, .065);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 900;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card:hover .moeen-offer-product-card__price {
  border-color: rgba(53, 240, 227, .18);
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 177, 94, .055), transparent 42%),
    rgba(255, 255, 255, .028);
}
/* === Home stats: quiet journey cards redesign === */
body[data-page="home"] [data-scope="moeen-stats"].moeen-stats-flow {
  padding-block: clamp(58px, 7vw, 92px) !important;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-head {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: clamp(28px, 4vw, 46px);
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 18px);
  min-height: auto;
  padding: 0;
  align-items: stretch;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-track::before,
body[data-page="home"] [data-scope="moeen-stats"] .msf-track::after,
body[data-page="home"] [data-scope="moeen-stats"] .msf-pulse,
body[data-page="home"] [data-scope="moeen-stats"] .msf-dot,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step::before {
  display: none !important;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-step {
  min-height: auto;
  opacity: 1;
  filter: none;
  transform: none;
}

body[data-page="home"] [data-scope="moeen-stats"].is-visible .msf-step {
  opacity: 1;
  filter: none;
  transform: none;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step:nth-of-type(odd) .msf-card,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step:nth-of-type(even) .msf-card {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  min-height: 176px;
  padding: 17px;
  border-color: rgba(53, 240, 227, .14);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(53, 240, 227, .07), transparent 42%),
    linear-gradient(180deg, rgba(8, 24, 32, .86), rgba(4, 13, 19, .92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
  transform: none;
  overflow: hidden;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card::before {
  content: "";
  position: absolute;
  inset: 12px auto auto 12px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(53, 240, 227, .16);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(53, 240, 227, .70) 0 3px, transparent 4px),
    rgba(53, 240, 227, .045);
  opacity: .72;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card::after {
  content: "";
  position: absolute;
  inset-inline: 18px;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(53, 240, 227, .55), rgba(217, 177, 94, .38), transparent);
  opacity: .42;
  transform: scaleX(.44);
  transform-origin: center;
  transition: transform .32s cubic-bezier(.22, 1, .36, 1), opacity .32s ease;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card.is-gold {
  border-color: rgba(217, 177, 94, .22);
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 177, 94, .08), transparent 42%),
    linear-gradient(180deg, rgba(9, 24, 31, .86), rgba(5, 14, 18, .92));
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card.is-gold::before {
  border-color: rgba(217, 177, 94, .22);
  background:
    radial-gradient(circle, rgba(217, 177, 94, .82) 0 3px, transparent 4px),
    rgba(217, 177, 94, .06);
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card:hover,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step.is-flow-active .msf-card,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step:nth-of-type(odd) .msf-card:hover,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step:nth-of-type(even) .msf-card:hover,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step:nth-of-type(odd).is-flow-active .msf-card,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step:nth-of-type(even).is-flow-active .msf-card {
  border-color: rgba(53, 240, 227, .28);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .20), inset 0 1px 0 rgba(255, 255, 255, .045);
  transform: translateY(-5px);
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card:hover::after,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step.is-flow-active .msf-card::after {
  opacity: .92;
  transform: scaleX(1);
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-top {
  gap: 8px;
  margin-bottom: 16px;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-chip {
  min-height: 25px;
  padding: 4px 10px;
  border-color: rgba(53, 240, 227, .14);
  background: rgba(53, 240, 227, .045);
  color: rgba(211, 255, 251, .82);
  font-size: 10.5px;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-index {
  color: rgba(217, 177, 94, .88);
  font-size: 12px;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-value {
  margin-top: auto;
  color: #49f2e8;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card.is-gold .msf-value {
  color: #f1d56b;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-label {
  margin-top: 8px;
  color: rgba(246, 250, 250, .92);
  font-size: 12.5px;
  line-height: 1.7;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-label::after {
  display: block;
  margin-top: 8px;
  color: rgba(218, 235, 235, .56);
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.75;
}


@media (max-width: 1050px) {
  body[data-page="home"] [data-scope="moeen-stats"] .msf-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body[data-page="home"] [data-scope="moeen-stats"] .msf-head {
    text-align: right;
  }

  body[data-page="home"] [data-scope="moeen-stats"] .msf-track {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] [data-scope="moeen-stats"] .msf-card,
  body[data-page="home"] [data-scope="moeen-stats"] .msf-step:nth-of-type(odd) .msf-card,
  body[data-page="home"] [data-scope="moeen-stats"] .msf-step:nth-of-type(even) .msf-card {
    min-height: 150px;
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] [data-scope="moeen-stats"] .msf-card,
  body[data-page="home"] [data-scope="moeen-stats"] .msf-card::after {
    transition: none;
  }

  body[data-page="home"] [data-scope="moeen-stats"] .msf-card:hover {
    transform: none;
  }
}

/* === Home stats: smaller centered premium cards === */
body[data-page="home"] [data-scope="moeen-stats"] .msf-track {
  max-width: 1120px;
  margin-inline: auto;
  gap: clamp(12px, 1.35vw, 16px);
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step:nth-of-type(odd) .msf-card,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step:nth-of-type(even) .msf-card {
  display: flex;
  min-height: 154px;
  padding: 14px 15px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(8, 26, 34, .84), rgba(3, 12, 18, .94)),
    radial-gradient(circle at 50% 0%, rgba(53, 240, 227, .10), transparent 46%) !important;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card::before {
  inset: 12px auto auto 12px;
  width: 24px;
  height: 24px;
  opacity: .54;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-top {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 12px;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-chip {
  min-height: 24px;
  padding: 4px 9px;
  font-size: 10px;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-index {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(53, 240, 227, .10);
  border-radius: 999px;
  background: rgba(53, 240, 227, .035);
  font-size: 11px;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-value {
  margin-top: 0;
  font-size: clamp(29px, 2.8vw, 38px);
  text-shadow: 0 10px 24px rgba(53, 240, 227, .10);
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-label {
  margin-top: 6px;
  font-size: 14px;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-label::after {
  max-width: 210px;
  margin: 7px auto 0;
  font-size: 14px;
  line-height: 1.7;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card:hover,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step.is-flow-active .msf-card {
  transform: translateY(-4px) scale(.995);
}

@media (max-width: 1050px) {
  body[data-page="home"] [data-scope="moeen-stats"] .msf-track {
    max-width: 720px;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] [data-scope="moeen-stats"] .msf-card,
  body[data-page="home"] [data-scope="moeen-stats"] .msf-step:nth-of-type(odd) .msf-card,
  body[data-page="home"] [data-scope="moeen-stats"] .msf-step:nth-of-type(even) .msf-card {
    min-height: 142px;
  }
}

/* === Why lock: synced node/card motion === */
[data-scope="moeen-why-lock"] .moeen-why-lock__card {
  transition:
    opacity .34s ease,
    transform .34s cubic-bezier(.22, 1, .36, 1),
    border-color .34s ease,
    box-shadow .34s ease,
    background .34s ease;
}

[data-scope="moeen-why-lock"].is-changing .moeen-why-lock__card {
  opacity: .84;
  transform: translateY(-4px) scale(.992);
  border-color: rgba(53, 240, 227, .34);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22), 0 0 0 1px rgba(53, 240, 227, .055);
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__node-inner {
  transition:
    transform .34s cubic-bezier(.22, 1, .36, 1),
    border-color .34s ease,
    background .34s ease,
    box-shadow .34s ease,
    color .34s ease;
}

[data-scope="moeen-why-lock"] .moeen-lock-orbit__node.is-active .moeen-lock-orbit__node-inner {
  transform: translateY(-2px) scale(1.04);
}

[data-scope="moeen-why-lock"] .moeen-why-lock__progress span {
  transition: width .42s cubic-bezier(.22, 1, .36, 1);
}

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-why-lock"] .moeen-why-lock__card,
  [data-scope="moeen-why-lock"] .moeen-lock-orbit__node-inner,
  [data-scope="moeen-why-lock"] .moeen-why-lock__progress span {
    transition: none !important;
  }
}

/* === Home stats: compact cards and cleaner index === */
body[data-page="home"] [data-scope="moeen-stats"] .msf-track {
  max-width: 1080px;
  gap: clamp(10px, 1.15vw, 14px);
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step:nth-of-type(odd) .msf-card,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step:nth-of-type(even) .msf-card {
  min-height: 132px;
  padding: 13px 14px 14px;
  border-radius: 16px;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .035);
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card::before {
  inset: 13px auto auto 13px;
  width: 18px;
  height: 18px;
  opacity: .22;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-top {
  align-items: center;
  margin-bottom: 8px;
  gap: 8px;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-chip {
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 9.5px;
  line-height: 1.35;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-chip::before {
  width: 5px;
  height: 5px;
  box-shadow: 0 0 0 3px rgba(53, 240, 227, .08);
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-index {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: auto;
  min-width: 30px;
  height: 22px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(53, 240, 227, .18);
  border-radius: 999px;
  background: rgba(4, 15, 21, .74);
  color: var(--color-primary);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .025) inset,
    0 8px 18px rgba(0, 0, 0, .16);
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-value {
  font-size: clamp(26px, 2.35vw, 34px);
  line-height: 1;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-label {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.45;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-label::after {
  max-width: 190px;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.65;
  opacity: .76;
}

body[data-page="home"] [data-scope="moeen-stats"] .msf-card:hover,
body[data-page="home"] [data-scope="moeen-stats"] .msf-step.is-flow-active .msf-card {
  transform: translateY(-3px) scale(.992);
}

@media (max-width: 1050px) {
  body[data-page="home"] [data-scope="moeen-stats"] .msf-track {
    max-width: 680px;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] [data-scope="moeen-stats"] .msf-card,
  body[data-page="home"] [data-scope="moeen-stats"] .msf-step:nth-of-type(odd) .msf-card,
  body[data-page="home"] [data-scope="moeen-stats"] .msf-step:nth-of-type(even) .msf-card {
    min-height: 128px;
    padding: 13px;
  }

  body[data-page="home"] [data-scope="moeen-stats"] .msf-value {
    font-size: 28px;
  }
}

/* === Why lock: restore clean circular orbit nodes === */
body[data-page="home"] [data-scope="moeen-why-lock"] .moeen-lock-orbit__ring,
body[data-page="home"] [data-scope="moeen-why-lock"] .moeen-lock-orbit__nodes {
  transform: rotate(calc(var(--orbit-rotation, 0deg) + var(--orbit-idle, 0deg)));
  transition: transform .62s cubic-bezier(.22, 1, .36, 1);
}

body[data-page="home"] [data-scope="moeen-why-lock"] .moeen-lock-orbit__node {
  transform:
    translate(-50%, -50%)
    rotate(var(--node-angle))
    translateY(calc(var(--orbit-radius) * -1))
    rotate(calc(var(--node-angle) * -1)) !important;
  transform-origin: center;
}

body[data-page="home"] [data-scope="moeen-why-lock"] .moeen-lock-orbit__node-inner {
  min-height: 36px;
  padding: 7px 12px;
  border-radius: 999px;
  transform: rotate(calc(var(--orbit-counter, 0deg) - var(--orbit-idle, 0deg))) !important;
  transition:
    transform .62s cubic-bezier(.22, 1, .36, 1),
    border-color .28s ease,
    background .28s ease,
    box-shadow .28s ease,
    color .28s ease;
  will-change: transform;
}

body[data-page="home"] [data-scope="moeen-why-lock"] .moeen-lock-orbit__node.is-active .moeen-lock-orbit__node-inner {
  transform: rotate(calc(var(--orbit-counter, 0deg) - var(--orbit-idle, 0deg))) translateY(-5px) scale(1.045) !important;
  border-color: rgba(215, 179, 90, .54);
  box-shadow:
    0 14px 36px rgba(20, 217, 204, .14),
    0 0 0 5px rgba(215, 179, 90, .045);
}

body[data-page="home"] [data-scope="moeen-why-lock"] .moeen-lock-orbit__node:hover .moeen-lock-orbit__node-inner {
  transform: rotate(calc(var(--orbit-counter, 0deg) - var(--orbit-idle, 0deg))) translateY(-3px) scale(1.025) !important;
}

body[data-page="home"] [data-scope="moeen-why-lock"] .moeen-lock-orbit__node i {
  flex: 0 0 auto;
}

@media (max-width: 640px) {
  body[data-page="home"] [data-scope="moeen-why-lock"] .moeen-lock-orbit__node-inner {
    min-height: 32px;
    padding: 6px 9px;
    font-size: 10.5px;
  }
}

@media not all {
/* =========================================================
   Global CTA band unification
   One calm premium CTA style across all pages.
========================================================= */
body:not(.elementor-editor-active) .cta-band {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  margin: 0 !important;
  padding-block: clamp(58px, 7vw, 88px) !important;
  border-block: 1px solid rgba(35, 198, 189, 0.16) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(35, 198, 189, 0.13), transparent 44%),
    radial-gradient(circle at 88% 50%, rgba(217, 175, 85, 0.06), transparent 26%),
    linear-gradient(180deg, rgba(6, 20, 29, 0.96), rgba(3, 12, 17, 0.98)) !important;
  box-shadow: none !important;
  text-align: center !important;
}

body:not(.elementor-editor-active) .cta-band::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, transparent, rgba(35, 198, 189, 0.08), transparent),
    radial-gradient(circle at 50% 55%, rgba(35, 198, 189, 0.055), transparent 36%) !important;
}

body:not(.elementor-editor-active) .cta-band .container {
  width: min(900px, calc(100% - 40px)) !important;
  max-width: 900px !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
  display: grid !important;
  justify-items: center !important;
  text-align: center !important;
}

body:not(.elementor-editor-active) .cta-band .kicker {
  width: fit-content !important;
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 0 0 22px !important;
  padding: 7px 16px !important;
  border: 1px solid rgba(35, 198, 189, 0.28) !important;
  border-radius: 999px !important;
  background: rgba(35, 198, 189, 0.08) !important;
  color: var(--teal-2, #39eee3) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
}

body:not(.elementor-editor-active) .cta-band .kicker::after {
  content: "◆" !important;
  color: var(--gold, #d9af55) !important;
  font-size: 9px !important;
  line-height: 1 !important;
}

body:not(.elementor-editor-active) .cta-band h2 {
  max-width: 850px !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(34px, 5vw, 64px) !important;
  font-weight: 950 !important;
  line-height: 1.28 !important;
  letter-spacing: -0.035em !important;
}

body:not(.elementor-editor-active) .cta-band h2 .teal,
body:not(.elementor-editor-active) .cta-band h2 span {
  color: var(--teal-2, #39eee3) !important;
}

body:not(.elementor-editor-active) .cta-band p {
  max-width: 660px !important;
  margin: 22px auto 0 !important;
  color: rgba(231, 238, 244, 0.78) !important;
  font-size: clamp(14px, 1.25vw, 17px) !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
}

body:not(.elementor-editor-active) .cta-band .cta-actions,
body:not(.elementor-editor-active) .cta-band .hero__actions.cta-actions {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 28px !important;
}

body:not(.elementor-editor-active) .cta-band .btn {
  min-width: 148px !important;
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 14px !important;
  padding: 12px 20px !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
}

@media (max-width: 640px) {
  body:not(.elementor-editor-active) .cta-band {
    padding-block: 48px !important;
  }

  body:not(.elementor-editor-active) .cta-band .container {
    width: min(100% - 28px, 560px) !important;
  }

  body:not(.elementor-editor-active) .cta-band .kicker {
    margin-bottom: 18px !important;
    font-size: 11px !important;
  }

  body:not(.elementor-editor-active) .cta-band h2 {
    font-size: clamp(30px, 9vw, 42px) !important;
    line-height: 1.32 !important;
  }

  body:not(.elementor-editor-active) .cta-band p {
    margin-top: 16px !important;
    font-size: 14px !important;
  }

  body:not(.elementor-editor-active) .cta-band .cta-actions,
  body:not(.elementor-editor-active) .cta-band .hero__actions.cta-actions {
    margin-top: 22px !important;
    gap: 10px !important;
  }

  body:not(.elementor-editor-active) .cta-band .btn {
    width: min(100%, 280px) !important;
    min-height: 46px !important;
  }
}

/* =========================================================
   Home hero offer tag + animated CTA final polish
========================================================= */
[data-scope="moeen-center-hero"] .moeen-center-hero__offers-tag {
  top: 92px !important;
  transform: rotate(-4deg) translateY(-8px) !important;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__offers-tag:hover,
[data-scope="moeen-center-hero"] .moeen-center-hero__offers-tag:focus-visible {
  transform: rotate(-2deg) translateY(-11px) !important;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn--primary {
  border: 1px solid rgba(53, 240, 227, 0.62) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(53, 240, 227, 0.12), transparent 58%),
    rgba(3, 18, 22, 0.22) !important;
  color: var(--teal-2, #39eee3) !important;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.20),
    0 0 0 1px rgba(255, 255, 255, 0.035) inset,
    0 0 30px rgba(53, 240, 227, 0.11) !important;
  backdrop-filter: blur(16px) !important;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta]  {
  min-height: 56px !important;
  border-radius: 17px !important;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta]::before  {
  content: "" !important;
  position: absolute !important;
  inset: -1px !important;
  z-index: 0 !important;
  border-radius: inherit !important;
  opacity: 0.34 !important;
  transform: translateX(34%) !important;
  transition: transform 720ms cubic-bezier(.22, 1, .36, 1), opacity 260ms ease !important;
  pointer-events: none !important;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta]::after  {
  content: "" !important;
  position: absolute !important;
  inset: 1px !important;
  z-index: 0 !important;
  border-radius: inherit !important;
  opacity: 0.46 !important;
  transform: translateX(42%) skewX(-10deg) !important;
  transition: transform 860ms cubic-bezier(.22, 1, .36, 1), opacity 320ms ease !important;
  pointer-events: none !important;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn--primary:hover,
[data-scope="moeen-center-hero"] .moeen-center-hero__btn--primary:focus-visible {
  border-color: rgba(53, 240, 227, 0.86) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(53, 240, 227, 0.16), transparent 58%),
    rgba(3, 18, 22, 0.34) !important;
  color: #70fff6 !important;
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.045) inset,
    0 0 42px rgba(53, 240, 227, 0.18) !important;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta]:hover::before,
[data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta]:focus-visible::before  {
  opacity: 0.68 !important;
  transform: translateX(-28%) !important;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta]:hover::after,
[data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta]:focus-visible::after  {
  opacity: 0.82 !important;
  transform: translateX(-38%) skewX(-10deg) !important;
}

[data-scope="moeen-center-hero"] [data-hero-animated-cta-text] {
  position: relative !important;
  z-index: 2 !important;
  color: currentColor !important;
  text-shadow: 0 0 18px rgba(53, 240, 227, 0.16) !important;
  transition:
    opacity 260ms ease,
    transform 380ms cubic-bezier(.22, 1, .36, 1),
    filter 260ms ease !important;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn.is-changing [data-hero-animated-cta-text] {
  opacity: 0 !important;
  filter: blur(2.5px) !important;
  transform: translateY(9px) scale(0.98) !important;
}

@media (max-width: 680px) {
  [data-scope="moeen-center-hero"] .moeen-center-hero__offers-tag {
    top: 82px !important;
    transform: rotate(-4deg) translateY(-6px) !important;
  }

  [data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta]  {
    min-height: 54px !important;
  }
}

/* =========================================================
   Why lock orbit — fixed nodes with calm synced card changes
========================================================= */
body[data-page="home"] [data-scope="moeen-why-lock"] .moeen-lock-orbit {
  --orbit-rotation: 0deg !important;
  --orbit-counter: 0deg !important;
  --orbit-idle: 0deg !important;
}

body[data-page="home"] [data-scope="moeen-why-lock"] .moeen-lock-orbit__ring,
body[data-page="home"] [data-scope="moeen-why-lock"] .moeen-lock-orbit__nodes {
  transform: rotate(0deg) !important;
  transition: none !important;
}

body[data-page="home"] [data-scope="moeen-why-lock"] .moeen-lock-orbit__node {
  transition:
    opacity 420ms cubic-bezier(.22, 1, .36, 1),
    filter 420ms cubic-bezier(.22, 1, .36, 1) !important;
}

body[data-page="home"] [data-scope="moeen-why-lock"] .moeen-lock-orbit__node-inner {
  transform: rotate(0deg) !important;
  transition:
    transform 460ms cubic-bezier(.22, 1, .36, 1),
    border-color 420ms cubic-bezier(.22, 1, .36, 1),
    background 420ms cubic-bezier(.22, 1, .36, 1),
    box-shadow 420ms cubic-bezier(.22, 1, .36, 1),
    color 420ms cubic-bezier(.22, 1, .36, 1) !important;
}

body[data-page="home"] [data-scope="moeen-why-lock"] .moeen-lock-orbit__node.is-active .moeen-lock-orbit__node-inner {
  transform: translateY(-5px) scale(1.045) !important;
  border-color: rgba(217, 175, 85, 0.68) !important;
  background:
    radial-gradient(circle at 18% 20%, rgba(53, 240, 227, 0.16), transparent 42%),
    linear-gradient(135deg, rgba(217, 175, 85, 0.24), rgba(35, 198, 189, 0.12)) !important;
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(217, 175, 85, 0.18) inset,
    0 0 26px rgba(217, 175, 85, 0.16) !important;
}

body[data-page="home"] [data-scope="moeen-why-lock"] .moeen-lock-orbit__node:hover .moeen-lock-orbit__node-inner,
body[data-page="home"] [data-scope="moeen-why-lock"] .moeen-lock-orbit__node:focus-visible .moeen-lock-orbit__node-inner {
  transform: translateY(-3px) scale(1.025) !important;
}

body[data-page="home"] [data-scope="moeen-why-lock"].is-changing .moeen-lock-orbit__center {
  transform: translateY(5px) scale(0.985) !important;
  opacity: 0.82 !important;
  filter: blur(1px) !important;
}

body[data-page="home"] [data-scope="moeen-why-lock"] .moeen-lock-orbit__center {
  transition:
    opacity 420ms cubic-bezier(.22, 1, .36, 1),
    transform 460ms cubic-bezier(.22, 1, .36, 1),
    filter 420ms ease !important;
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] [data-scope="moeen-why-lock"] .moeen-lock-orbit__node,
  body[data-page="home"] [data-scope="moeen-why-lock"] .moeen-lock-orbit__node-inner,
  body[data-page="home"] [data-scope="moeen-why-lock"] .moeen-lock-orbit__center {
    transition: none !important;
  }
}
}

/* Hero animated CTA colors — single source, matched to exclusive offers tag */
[data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta] {
  border-color: rgba(242, 201, 107, 0.58) !important;
  background: transparent !important;
  color: #fff2bd !important;
  box-shadow:
    inset 0 0 0 1px rgba(242, 201, 107, 0.10),
    0 0 22px rgba(242, 201, 107, 0.08) !important;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta]::before,
[data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta]::after {
  opacity: 0 !important;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta]:hover,
[data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta]:focus-visible {
  border-color: rgba(78, 232, 223, 0.72) !important;
  background: rgba(242, 201, 107, 0.045) !important;
  color: #ffffff !important;
  box-shadow:
    inset 0 0 0 1px rgba(242, 201, 107, 0.14),
    0 0 28px rgba(242, 201, 107, 0.12) !important;
}

[data-scope="moeen-center-hero"] .moeen-center-hero__btn[data-hero-animated-cta] [data-hero-animated-cta-text] {
  text-shadow: 0 0 18px rgba(242, 201, 107, 0.14) !important;
}
/* Offers page final grid: uniform premium cards + calm centered category tabs */
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offers-products {
  padding-top: clamp(42px, 5vw, 68px) !important;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offers-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(920px, 100%);
  margin: 0 auto 26px;
  padding: 10px;
  border: 1px solid rgba(53, 240, 227, .16);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .028), rgba(255, 255, 255, .010)),
    rgba(6, 20, 28, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offers-filter button {
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(53, 240, 227, .18);
  border-radius: 999px;
  background: transparent;
  color: rgba(229, 248, 247, .72);
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offers-filter button:hover,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offers-filter button:focus-visible,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offers-filter button.is-active {
  border-color: rgba(53, 240, 227, .58);
  background: rgba(53, 240, 227, .10);
  color: #70fff6;
  box-shadow: 0 0 20px rgba(53, 240, 227, .09);
  outline: none;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offers-filter button:hover {
  transform: translateY(-1px);
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offers-products__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card--featured {
  grid-column: auto !important;
  display: flex !important;
  min-height: 100%;
  border-radius: 18px;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card > img,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card--featured > img {
  height: 210px !important;
  min-height: 0 !important;
  border-left: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .065) !important;
  object-fit: cover;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__body {
  min-height: 268px;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card h2,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card--featured h2 {
  font-size: clamp(1.22rem, 1.55vw, 1.55rem);
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card.is-hidden {
  display: none !important;
}

@media (max-width: 1040px) {
  body[data-page="offers"] .moeen-offers-page--quiet .moeen-offers-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  body[data-page="offers"] .moeen-offers-page--quiet .moeen-offers-filter {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    border-radius: 18px;
    scrollbar-width: none;
  }

  body[data-page="offers"] .moeen-offers-page--quiet .moeen-offers-filter::-webkit-scrollbar {
    display: none;
  }

  body[data-page="offers"] .moeen-offers-page--quiet .moeen-offers-filter button {
    flex: 0 0 auto;
  }

  body[data-page="offers"] .moeen-offers-page--quiet .moeen-offers-products__grid {
    grid-template-columns: 1fr !important;
  }

  body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__body {
    min-height: 230px;
  }
}

/* === Home testimonials: final light active card override === */
body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonials-slider__viewport {
  padding-block: 22px 28px;
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide {
  min-height: 300px;
  border-color: rgba(53, 240, 227, 0.10);
  background:
    radial-gradient(circle at 50% 0%, rgba(53, 240, 227, 0.06), transparent 44%),
    linear-gradient(180deg, rgba(7, 20, 27, 0.92), rgba(3, 10, 15, 0.96));
  opacity: 0.54;
  transform: scale(0.955);
  filter: saturate(0.85);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide::before {
  inset-inline: 56px;
  background: linear-gradient(90deg, transparent, rgba(53, 240, 227, 0.22), transparent);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide::after {
  content: "”";
  top: 38px;
  inset-inline-start: 30px;
  color: rgba(217, 175, 85, 0.20);
  font-size: 72px;
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active {
  border-color: rgba(53, 240, 227, 0.38);
  background:
    radial-gradient(circle at 82% 0%, rgba(53, 240, 227, 0.16), transparent 34%),
    linear-gradient(180deg, #fbffff 0%, #eef8f7 100%);
  box-shadow:
    0 30px 76px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.72) inset,
    0 0 46px rgba(53, 240, 227, 0.12);
  opacity: 1;
  transform: translateY(-8px) scale(1.018);
  filter: none;
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active::before {
  height: 3px;
  background: linear-gradient(90deg, transparent, #35f0e3, #d9af55, transparent);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active::after {
  color: rgba(217, 175, 85, 0.24);
  opacity: 1;
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide__media {
  width: 66px;
  height: 66px;
  border: 1px solid rgba(53, 240, 227, 0.22);
  background: #ffffff;
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.18),
    0 0 0 5px rgba(53, 240, 227, 0.04);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active .moeen-testimonial-slide__media {
  border-color: rgba(217, 175, 85, 0.48);
  box-shadow:
    0 16px 34px rgba(7, 24, 31, 0.16),
    0 0 0 6px rgba(217, 175, 85, 0.10);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide__tag {
  border-color: rgba(53, 240, 227, 0.14);
  color: rgba(237, 250, 250, 0.62);
  background: rgba(53, 240, 227, 0.045);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active .moeen-testimonial-slide__tag {
  border-color: rgba(6, 133, 125, 0.18);
  color: #057c75;
  background: rgba(53, 240, 227, 0.12);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide blockquote {
  max-width: 330px;
  color: rgba(237, 250, 250, 0.64);
  font-size: 15.5px;
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active blockquote {
  color: #071820;
  font-weight: 900;
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide__footer::before {
  background: rgba(53, 240, 227, 0.14);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active .moeen-testimonial-slide__footer::before {
  background: linear-gradient(90deg, transparent, rgba(7, 124, 117, 0.26), transparent);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide__footer strong {
  color: #35f0e3;
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active .moeen-testimonial-slide__footer strong {
  color: #067d76;
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide__footer span {
  color: rgba(237, 250, 250, 0.42);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active .moeen-testimonial-slide__footer span {
  color: rgba(7, 24, 32, 0.52);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonials-slider__dots button {
  width: 8px;
  height: 8px;
  background: rgba(237, 250, 250, 0.18);
}

body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonials-slider__dots button.is-active {
  width: 34px;
  background: linear-gradient(90deg, #35f0e3, #d9af55);
  box-shadow: 0 0 18px rgba(53, 240, 227, 0.22);
}

@media (max-width: 760px) {
  body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide,
  body[data-page="home"] [data-scope="moeen-home-testimonials-slider"] .moeen-testimonial-slide.is-active {
    transform: none;
    min-height: 278px;
  }
}
/* Moeen AI landing page */
[data-scope="moeen-ai"] {
  --mai-bg: #041116;
  --mai-panel: rgba(6, 28, 34, .76);
  --mai-panel-soft: rgba(9, 37, 45, .58);
  --mai-line: rgba(42, 224, 211, .18);
  --mai-line-strong: rgba(42, 224, 211, .38);
  --mai-cyan: #2de1d1;
  --mai-cyan-soft: rgba(45, 225, 209, .12);
  --mai-gold: #e2b95f;
  --mai-text: #f8ffff;
  --mai-muted: rgba(229, 247, 247, .72);
  --mai-shadow: 0 28px 90px rgba(0, 0, 0, .34), 0 0 42px rgba(45, 225, 209, .08);
  color: var(--mai-text);
  background:
    radial-gradient(circle at 18% 12%, rgba(45, 225, 209, .16), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(226, 185, 95, .10), transparent 32%),
    linear-gradient(180deg, #031014 0%, #06141a 45%, #030c11 100%);
  overflow: hidden;
}

[data-scope="moeen-ai"] .mai-hero {
  position: relative;
  min-height: 720px;
  padding-block: calc(var(--header-h, 124px) + 58px) 86px;
  isolation: isolate;
}

[data-scope="moeen-ai"] .mai-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

[data-scope="moeen-ai"] .mai-bg span {
  position: absolute;
  border: 1px solid rgba(45, 225, 209, .16);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(45, 225, 209, .06), transparent);
  filter: blur(.1px);
}

[data-scope="moeen-ai"] .mai-bg span:nth-child(1) {
  width: 190px;
  height: 190px;
  inset-inline-start: 7%;
  top: 26%;
  transform: rotate(16deg);
  animation: maiFloat 9s ease-in-out infinite;
}

[data-scope="moeen-ai"] .mai-bg span:nth-child(2) {
  width: 270px;
  height: 270px;
  inset-inline-end: -70px;
  top: 10%;
  border-radius: 50%;
  animation: maiPulse 7s ease-in-out infinite;
}

[data-scope="moeen-ai"] .mai-bg span:nth-child(3) {
  width: 460px;
  height: 1px;
  inset-inline-start: 30%;
  bottom: 16%;
  background: linear-gradient(90deg, transparent, rgba(226, 185, 95, .22), rgba(45, 225, 209, .28), transparent);
  border: 0;
}

[data-scope="moeen-ai"] .mai-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .82fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

[data-scope="moeen-ai"] .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-block-end: 24px;
  color: rgba(229, 247, 247, .68);
  font-size: 14px;
}

[data-scope="moeen-ai"] .breadcrumb a {
  color: var(--mai-cyan);
  text-decoration: none;
}

[data-scope="moeen-ai"] .mai-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 34px;
  padding: 7px 15px;
  border: 1px solid rgba(45, 225, 209, .26);
  border-radius: 999px;
  color: var(--mai-cyan);
  background: rgba(45, 225, 209, .08);
  font-size: 13px;
  font-weight: 800;
}

[data-scope="moeen-ai"] .mai-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mai-gold);
  box-shadow: 0 0 18px rgba(226, 185, 95, .45);
}

[data-scope="moeen-ai"] h1,
[data-scope="moeen-ai"] h2,
[data-scope="moeen-ai"] h3 {
  margin: 0;
  letter-spacing: -.04em;
}

[data-scope="moeen-ai"] .mai-hero h1 {
  margin-block: 22px 20px;
  font-size: clamp(48px, 7.6vw, 104px);
  line-height: .98;
  font-weight: 900;
}

[data-scope="moeen-ai"] .mai-hero h1 span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(110deg, #f9ffff 0%, var(--mai-cyan) 42%, var(--mai-gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

[data-scope="moeen-ai"] .mai-hero p,
[data-scope="moeen-ai"] .mai-section__head p,
[data-scope="moeen-ai"] .mai-final p {
  max-width: 720px;
  color: var(--mai-muted);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 2;
}

[data-scope="moeen-ai"] .mai-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-block: 32px 24px;
}

[data-scope="moeen-ai"] .mai-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 24px;
  border-radius: 18px;
  border: 1px solid var(--mai-line-strong);
  color: var(--mai-text);
  text-decoration: none;
  font-weight: 900;
  overflow: hidden;
  transition: transform .34s cubic-bezier(.22, 1, .36, 1), border-color .34s ease, background .34s ease, box-shadow .34s ease;
}

[data-scope="moeen-ai"] .mai-btn::after {
  content: "";
  position: absolute;
  inset: -80% auto -80% -45%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .28), transparent);
  transform: rotate(14deg);
  opacity: 0;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1), opacity .25s ease;
}

[data-scope="moeen-ai"] .mai-btn:hover {
  transform: translateY(-3px);
  border-color: rgba(45, 225, 209, .62);
  box-shadow: 0 18px 44px rgba(45, 225, 209, .14);
}

[data-scope="moeen-ai"] .mai-btn:hover::after {
  opacity: 1;
  transform: translateX(360%) rotate(14deg);
}

[data-scope="moeen-ai"] .mai-btn--primary {
  color: #031014;
  background: linear-gradient(135deg, var(--mai-cyan), #7df8ef);
  border-color: rgba(45, 225, 209, .70);
}

[data-scope="moeen-ai"] .mai-btn--ghost {
  background: rgba(255, 255, 255, .035);
}

[data-scope="moeen-ai"] .mai-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

[data-scope="moeen-ai"] .mai-trust span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  color: rgba(229, 247, 247, .78);
  background: rgba(255, 255, 255, .035);
  font-size: 13px;
  font-weight: 700;
}

[data-scope="moeen-ai"] .mai-hero__visual {
  position: relative;
  min-height: 470px;
  border: 1px solid var(--mai-line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 38%, rgba(45, 225, 209, .16), transparent 33%),
    linear-gradient(145deg, rgba(10, 43, 51, .82), rgba(2, 11, 16, .72));
  box-shadow: var(--mai-shadow);
  overflow: hidden;
}

[data-scope="moeen-ai"] .mai-orbit {
  position: absolute;
  inset: 48px 48px auto auto;
  width: 220px;
  height: 220px;
  display: grid;
  place-items: center;
}

[data-scope="moeen-ai"] .mai-orbit__ring,
[data-scope="moeen-ai"] .mai-orbit::before,
[data-scope="moeen-ai"] .mai-orbit::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(45, 225, 209, .18);
  border-radius: 50%;
}

[data-scope="moeen-ai"] .mai-orbit::before {
  inset: 28px;
  border-color: rgba(226, 185, 95, .20);
}

[data-scope="moeen-ai"] .mai-orbit::after {
  inset: 56px;
  border-color: rgba(45, 225, 209, .32);
  box-shadow: inset 0 0 35px rgba(45, 225, 209, .10);
}

[data-scope="moeen-ai"] .mai-orbit__dot {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--mai-gold);
  box-shadow: 0 0 20px rgba(226, 185, 95, .55);
  offset-path: circle(104px at 110px 110px);
  animation: maiOrbit 8s linear infinite;
}

[data-scope="moeen-ai"] .mai-orbit strong {
  position: relative;
  z-index: 2;
  font-size: 44px;
  color: #fff;
  text-shadow: 0 0 24px rgba(45, 225, 209, .32);
}

[data-scope="moeen-ai"] .mai-console {
  position: absolute;
  inset-inline: 34px;
  bottom: 34px;
  padding: 22px;
  border: 1px solid rgba(45, 225, 209, .20);
  border-radius: 26px;
  background: rgba(2, 13, 18, .72);
  backdrop-filter: blur(18px);
}

[data-scope="moeen-ai"] .mai-console__top {
  display: flex;
  gap: 7px;
  margin-block-end: 18px;
}

[data-scope="moeen-ai"] .mai-console__top span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mai-cyan);
  opacity: .65;
}

[data-scope="moeen-ai"] .mai-console__line {
  width: 68%;
  height: 10px;
  margin-block: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(45, 225, 209, .28), rgba(255, 255, 255, .07));
}

[data-scope="moeen-ai"] .mai-console__line.is-wide {
  width: 92%;
}

[data-scope="moeen-ai"] .mai-console__answer {
  margin-block-start: 20px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(45, 225, 209, .07);
  border: 1px solid rgba(45, 225, 209, .16);
}

[data-scope="moeen-ai"] .mai-console__answer span,
[data-scope="moeen-ai"] .mai-console__metric span {
  color: var(--mai-gold);
  font-size: 12px;
  font-weight: 900;
}

[data-scope="moeen-ai"] .mai-console__answer p {
  margin: 6px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(248, 255, 255, .86);
}

[data-scope="moeen-ai"] .mai-console__metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block-start: 14px;
  padding: 13px 15px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .04);
}

[data-scope="moeen-ai"] .mai-console__metric strong {
  color: var(--mai-cyan);
  font-size: 24px;
}

[data-scope="moeen-ai"] .mai-section {
  padding-block: 78px;
}

[data-scope="moeen-ai"] .mai-section__head {
  margin-block-end: 28px;
}

[data-scope="moeen-ai"] .mai-section__head h2,
[data-scope="moeen-ai"] .mai-final h2 {
  margin-block: 18px 12px;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 1.12;
  font-weight: 900;
}

[data-scope="moeen-ai"] .mai-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

[data-scope="moeen-ai"] .mai-card {
  position: relative;
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--mai-line);
  border-radius: 26px;
  background: linear-gradient(150deg, var(--mai-panel), rgba(3, 15, 21, .68));
  box-shadow: 0 18px 54px rgba(0, 0, 0, .18);
  overflow: hidden;
  transition: transform .34s cubic-bezier(.22, 1, .36, 1), border-color .34s ease, background .34s ease;
}

[data-scope="moeen-ai"] .mai-card::after {
  content: "";
  position: absolute;
  inset: auto -28% -44% auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 225, 209, .16), transparent 66%);
}

[data-scope="moeen-ai"] .mai-card:hover {
  transform: translateY(-6px);
  border-color: rgba(45, 225, 209, .36);
  background: linear-gradient(150deg, rgba(12, 52, 60, .82), rgba(3, 15, 21, .72));
}

[data-scope="moeen-ai"] .mai-card.is-featured {
  border-color: rgba(226, 185, 95, .36);
  box-shadow: 0 22px 70px rgba(226, 185, 95, .08), 0 0 34px rgba(45, 225, 209, .08);
}

[data-scope="moeen-ai"] .mai-card__num {
  display: inline-flex;
  margin-block-end: 20px;
  color: var(--mai-gold);
  font-weight: 900;
  letter-spacing: .08em;
}

[data-scope="moeen-ai"] .mai-card h3 {
  font-size: 24px;
  line-height: 1.3;
}

[data-scope="moeen-ai"] .mai-card p {
  margin: 12px 0 0;
  color: var(--mai-muted);
  line-height: 1.9;
}

[data-scope="moeen-ai"] .mai-workflow__panel,
[data-scope="moeen-ai"] .mai-final__box {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--mai-line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 18%, rgba(226, 185, 95, .10), transparent 28%),
    radial-gradient(circle at 90% 24%, rgba(45, 225, 209, .14), transparent 30%),
    rgba(5, 24, 31, .72);
  box-shadow: var(--mai-shadow);
}

[data-scope="moeen-ai"] .mai-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

[data-scope="moeen-ai"] .mai-steps div,
[data-scope="moeen-ai"] .mai-safety div {
  padding: 20px;
  border: 1px solid rgba(45, 225, 209, .16);
  border-radius: 22px;
  background: rgba(255, 255, 255, .035);
}

[data-scope="moeen-ai"] .mai-steps span {
  display: inline-flex;
  margin-block-end: 12px;
  color: var(--mai-cyan);
  font-weight: 900;
}

[data-scope="moeen-ai"] .mai-steps strong,
[data-scope="moeen-ai"] .mai-safety strong {
  display: block;
  color: #fff;
  font-size: 18px;
}

[data-scope="moeen-ai"] .mai-steps p,
[data-scope="moeen-ai"] .mai-safety span {
  display: block;
  margin: 8px 0 0;
  color: var(--mai-muted);
  line-height: 1.8;
}

[data-scope="moeen-ai"] .mai-split {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 26px;
  align-items: center;
}

[data-scope="moeen-ai"] .mai-safety {
  display: grid;
  gap: 14px;
}

[data-scope="moeen-ai"] .mai-final {
  padding-block: 80px 110px;
}

[data-scope="moeen-ai"] .mai-final__box {
  text-align: center;
}

[data-scope="moeen-ai"] .mai-final__box .mai-kicker,
[data-scope="moeen-ai"] .mai-final__box p,
[data-scope="moeen-ai"] .mai-final__box .mai-btn {
  margin-inline: auto;
}

@keyframes maiFloat {
  0%, 100% { transform: translateY(0) rotate(16deg); }
  50% { transform: translateY(-18px) rotate(22deg); }
}

@keyframes maiPulse {
  0%, 100% { opacity: .55; transform: scale(1); }
  50% { opacity: .9; transform: scale(1.04); }
}

@keyframes maiOrbit {
  to { offset-distance: 100%; }
}

@media (max-width: 1024px) {
  [data-scope="moeen-ai"] .mai-hero__grid,
  [data-scope="moeen-ai"] .mai-split {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-ai"] .mai-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-scope="moeen-ai"] .mai-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  [data-scope="moeen-ai"] .mai-hero {
    min-height: 0;
    padding-block: calc(var(--header-h, 122px) + 36px) 56px;
  }

  [data-scope="moeen-ai"] .mai-hero h1 {
    font-size: clamp(42px, 16vw, 64px);
  }

  [data-scope="moeen-ai"] .mai-hero__visual {
    min-height: 430px;
    border-radius: 28px;
  }

  [data-scope="moeen-ai"] .mai-orbit {
    inset-inline: 50%;
    top: 34px;
    transform: translateX(50%);
  }

  [data-scope="moeen-ai"] .mai-console {
    inset-inline: 18px;
    bottom: 18px;
  }

  [data-scope="moeen-ai"] .mai-services,
  [data-scope="moeen-ai"] .mai-steps {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-ai"] .mai-section {
    padding-block: 52px;
  }

  [data-scope="moeen-ai"] .mai-actions,
  [data-scope="moeen-ai"] .mai-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-scope="moeen-ai"] *,
  [data-scope="moeen-ai"] *::before,
  [data-scope="moeen-ai"] *::after {
    animation: none;
    transition: none;
  }
}

/* Offers page final calm pass: remove card shine and lighten the product section. */
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offers-products {
  padding-block: clamp(44px, 6vw, 74px) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(35, 198, 189, .045), transparent 42%),
    linear-gradient(180deg, rgba(2, 11, 16, .18), rgba(2, 11, 16, .02)) !important;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offers-products__grid {
  gap: 18px !important;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card--featured {
  border-color: rgba(217, 175, 85, .24) !important;
  background:
    linear-gradient(180deg, rgba(5, 24, 31, .86), rgba(3, 14, 20, .92)) !important;
  box-shadow:
    0 14px 38px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .035) !important;
  transform: none !important;
  animation: none !important;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card:hover,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card--featured:hover,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card:focus-within {
  border-color: rgba(35, 198, 189, .28) !important;
  box-shadow:
    0 16px 42px rgba(0, 0, 0, .20),
    0 0 0 1px rgba(35, 198, 189, .035) !important;
  transform: translateY(-2px) !important;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card::before,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card::after,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card--featured::before,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card--featured::after,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__body::before,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__body::after,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__foot::before {
  display: none !important;
  content: none !important;
  animation: none !important;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card > img,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card--featured > img {
  min-height: 178px !important;
  max-height: 210px !important;
  filter: saturate(.96) contrast(.98) brightness(.90) !important;
  transform: none !important;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card:hover > img,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card--featured:hover > img {
  transform: scale(1.015) !important;
  filter: saturate(1) contrast(1) brightness(.94) !important;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__badge,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card:not(.moeen-offer-product-card--featured)::before {
  box-shadow: none !important;
  background: rgba(3, 14, 20, .70) !important;
  border-color: rgba(217, 175, 85, .34) !important;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__body {
  padding: 22px 18px 18px !important;
  background:
    linear-gradient(180deg, rgba(7, 31, 38, .84), rgba(4, 17, 23, .94)) !important;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card h2,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card--featured h2 {
  font-size: clamp(22px, 2vw, 28px) !important;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card p {
  color: rgba(234, 255, 255, .66) !important;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card__price {
  border-color: rgba(35, 198, 189, .16) !important;
  background: rgba(255, 255, 255, .035) !important;
  box-shadow: none !important;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card:hover .moeen-offer-product-card__price {
  box-shadow: none !important;
}

/* Moeen AI refinement layer */
[data-scope="moeen-ai"] .mai-hero {
  isolation: isolate;
  min-height: min(820px, 100svh);
  background:
    radial-gradient(circle at 76% 32%, rgba(45, 225, 209, .18), transparent 34%),
    radial-gradient(circle at 18% 62%, rgba(226, 185, 95, .10), transparent 30%),
    linear-gradient(135deg, rgba(5, 22, 27, .98), rgba(3, 14, 18, .98));
}

[data-scope="moeen-ai"] .mai-hero__grid {
  align-items: center;
  gap: clamp(36px, 5vw, 76px);
}

[data-scope="moeen-ai"] .mai-hero__content {
  position: relative;
  z-index: 2;
}

[data-scope="moeen-ai"] .mai-hero h1 {
  letter-spacing: -0.055em;
}

[data-scope="moeen-ai"] .mai-hero h1 span {
  filter: drop-shadow(0 14px 30px rgba(45, 225, 209, .10));
}

[data-scope="moeen-ai"] .mai-hero__visual {
  min-height: clamp(430px, 45vw, 560px);
  max-width: 620px;
  margin-inline: auto;
  overflow: hidden;
}

[data-scope="moeen-ai"] .mai-hero__visual::before {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  border: 1px solid rgba(45, 225, 209, .14);
  background:
    repeating-radial-gradient(circle, transparent 0 34px, rgba(45, 225, 209, .08) 35px 36px),
    radial-gradient(circle, rgba(45, 225, 209, .12), transparent 62%);
  opacity: .72;
  animation: maiPulse 5.5s ease-in-out infinite;
}

[data-scope="moeen-ai"] .mai-console {
  backdrop-filter: blur(18px);
  border-color: rgba(45, 225, 209, .26);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255, 255, 255, .07);
}

[data-scope="moeen-ai"] .mai-trust span {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)),
    rgba(7, 25, 30, .66);
}

[data-scope="moeen-ai"] .mai-services {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-scope="moeen-ai"] .mai-card {
  min-height: 228px;
  overflow: hidden;
}

[data-scope="moeen-ai"] .mai-card::before {
  content: "";
  position: absolute;
  inset: 16px auto auto 16px;
  width: 54px;
  height: 54px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(45, 225, 209, .18), rgba(226, 185, 95, .12)),
    rgba(255, 255, 255, .03);
  border: 1px solid rgba(45, 225, 209, .18);
}

[data-scope="moeen-ai"] .mai-card:hover {
  border-color: rgba(226, 185, 95, .42);
  box-shadow: 0 22px 56px rgba(0, 0, 0, .24), 0 0 38px rgba(45, 225, 209, .08);
}

[data-scope="moeen-ai"] .mai-offerings {
  position: relative;
  padding-block-start: 48px;
}

[data-scope="moeen-ai"] .mai-offerings::before {
  content: "";
  position: absolute;
  inset: 14% 8% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(45, 225, 209, .34), rgba(226, 185, 95, .26), transparent);
  opacity: .72;
}

[data-scope="moeen-ai"] .mai-offerings__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

[data-scope="moeen-ai"] .mai-offering {
  position: relative;
  display: grid;
  gap: 20px;
  min-height: 360px;
  padding: 28px;
  border: 1px solid rgba(45, 225, 209, .20);
  border-radius: 34px;
  background:
    radial-gradient(circle at 16% 8%, rgba(45, 225, 209, .14), transparent 36%),
    linear-gradient(145deg, rgba(10, 40, 48, .82), rgba(4, 16, 21, .76));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
  overflow: hidden;
}

[data-scope="moeen-ai"] .mai-offering::after {
  content: "";
  position: absolute;
  inset: auto -20% -38% 22%;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(226, 185, 95, .15), transparent 64%);
  pointer-events: none;
}

[data-scope="moeen-ai"] .mai-offering__icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  color: #061014;
  background: linear-gradient(135deg, var(--mai-gold), #f1d78c);
  box-shadow: 0 16px 34px rgba(226, 185, 95, .18);
}

[data-scope="moeen-ai"] .mai-offering__label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 12px;
  border: 1px solid rgba(45, 225, 209, .20);
  border-radius: 999px;
  color: var(--mai-cyan);
  background: rgba(45, 225, 209, .08);
  font-size: 12px;
  font-weight: 900;
}

[data-scope="moeen-ai"] .mai-offering h3 {
  margin: 0;
  font-size: clamp(22px, 2.1vw, 30px);
}

[data-scope="moeen-ai"] .mai-offering p {
  margin: 12px 0 0;
  color: var(--mai-muted);
  line-height: 1.95;
}

[data-scope="moeen-ai"] .mai-offering ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

[data-scope="moeen-ai"] .mai-offering li {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 999px;
  color: rgba(238, 255, 255, .82);
  background: rgba(255, 255, 255, .045);
  font-size: 12px;
  font-weight: 800;
}

[data-scope="moeen-ai"] .mai-workflow__panel {
  background:
    radial-gradient(circle at 78% 24%, rgba(45, 225, 209, .13), transparent 34%),
    linear-gradient(145deg, rgba(8, 34, 41, .82), rgba(4, 16, 21, .76));
}

[data-scope="moeen-ai"] .mai-split {
  align-items: center;
}

[data-scope="moeen-ai"] .mai-safety div {
  border-color: rgba(45, 225, 209, .18);
  background: linear-gradient(135deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .02));
}

@media (max-width: 1024px) {
  [data-scope="moeen-ai"] .mai-services,
  [data-scope="moeen-ai"] .mai-offerings__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  [data-scope="moeen-ai"] .mai-hero {
    padding-block: calc(var(--header-h, 108px) + 24px) 44px;
  }

  [data-scope="moeen-ai"] .breadcrumb {
    justify-content: flex-start;
  }

  [data-scope="moeen-ai"] .mai-hero h1 {
    font-size: clamp(38px, 13vw, 56px);
  }

  [data-scope="moeen-ai"] .mai-hero__visual {
    min-height: 360px;
    border-radius: 26px;
  }

  [data-scope="moeen-ai"] .mai-console {
    border-radius: 24px;
  }

  [data-scope="moeen-ai"] .mai-services,
  [data-scope="moeen-ai"] .mai-offerings__grid {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-ai"] .mai-card,
  [data-scope="moeen-ai"] .mai-offering {
    min-height: 0;
    border-radius: 26px;
  }
}


/* === Unified hero breathing room under the fixed header === */
body .page-hero {
  padding-top: calc(var(--header-h, 124px) + 54px) !important;
}

[data-scope="moeen-project-hero"] {
  padding-top: calc(var(--header-h, 124px) + 64px) !important;
  padding-bottom: clamp(58px, 7vw, 92px) !important;
}

[data-scope="moeen-ai"] .mai-hero {
  padding-top: calc(var(--header-h, 124px) + 82px) !important;
  padding-bottom: 86px !important;
}

@media (max-width: 1024px) {
  body .page-hero {
    padding-top: calc(var(--header-h, 112px) + 42px) !important;
  }

  [data-scope="moeen-project-hero"] {
    padding-top: calc(var(--header-h, 112px) + 46px) !important;
  }

  [data-scope="moeen-ai"] .mai-hero {
    padding-top: calc(var(--header-h, 112px) + 52px) !important;
    padding-bottom: 64px !important;
  }
}

@media (max-width: 700px) {
  body .page-hero {
    padding-top: calc(var(--header-h, 96px) + 32px) !important;
  }

  [data-scope="moeen-project-hero"] {
    padding-top: calc(var(--header-h, 96px) + 34px) !important;
    padding-bottom: 52px !important;
  }

  [data-scope="moeen-ai"] .mai-hero {
    padding-top: calc(var(--header-h, 96px) + 38px) !important;
    padding-bottom: 48px !important;
  }
}


/* =========================================================
   Blog sidebar final polish: search, filters, latest posts
   ========================================================= */

[data-scope="moeen-blog-index"] .moeen-blog-index__post[hidden],
[data-scope="moeen-blog-index"] .moeen-blog-index__post.is-hidden,
[data-scope="moeen-blog-index"] .moeen-blog-index__cats button[hidden] {
  display: none;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__search input::placeholder {
  color: rgba(246, 250, 250, 0.48);
}

[data-scope="moeen-blog-index"] .moeen-blog-index__cats button {
  isolation: isolate;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__cats button.is-active {
  border-color: rgba(35, 198, 189, 0.48);
  background:
    linear-gradient(135deg, rgba(35, 198, 189, 0.19), rgba(35, 198, 189, 0.055)),
    rgba(255, 255, 255, 0.025);
  color: var(--teal);
  box-shadow: 0 10px 26px rgba(35, 198, 189, 0.09);
}

[data-scope="moeen-blog-index"] .moeen-blog-index__latest {
  gap: 12px;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__latest a.moeen-blog-index__latest-item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 84px;
  padding: 10px;
  border-color: rgba(35, 198, 189, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    rgba(3, 18, 22, 0.42);
  color: var(--white);
  line-height: 1.55;
  overflow: hidden;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__latest a.moeen-blog-index__latest-item:hover {
  transform: translateX(-4px);
  border-color: rgba(35, 198, 189, 0.3);
  background:
    linear-gradient(135deg, rgba(35, 198, 189, 0.08), rgba(255, 255, 255, 0.018)),
    rgba(3, 18, 22, 0.5);
}

[data-scope="moeen-blog-index"] .moeen-blog-index__latest-item img {
  width: 68px;
  height: 64px;
  border: 1px solid rgba(35, 198, 189, 0.15);
  border-radius: 15px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
}

[data-scope="moeen-blog-index"] .moeen-blog-index__latest-item span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__latest-item small {
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__latest-item strong {
  color: rgba(246, 250, 250, 0.9);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.7;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__empty {
  padding: 22px;
  border: 1px solid rgba(35, 198, 189, 0.16);
  border-radius: 20px;
  background:
    radial-gradient(circle at 80% 20%, rgba(35, 198, 189, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.025);
  color: rgba(246, 250, 250, 0.78);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 640px) {
  [data-scope="moeen-blog-index"] .moeen-blog-index__latest a.moeen-blog-index__latest-item {
    grid-template-columns: 60px minmax(0, 1fr);
    min-height: 78px;
  }

  [data-scope="moeen-blog-index"] .moeen-blog-index__latest-item img {
    width: 60px;
    height: 58px;
    border-radius: 14px;
  }

  [data-scope="moeen-blog-index"] .moeen-blog-index__latest-item strong {
    font-size: 12.5px;
  }
}

/* === Scroll offer modal: local image + clean final override === */
.moeen-offer-modal__media {
  min-height: 310px !important;
  background-image:
    linear-gradient(180deg, rgba(0, 7, 11, 0.04), rgba(0, 7, 11, 0.22)),
    url("../img/01.jpg") !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 720px) {
  .moeen-offer-modal__media {
    min-height: 180px !important;
    background-position: center !important;
  }
}

/* === Project value section: calm balanced feature cards === */
[data-scope="moeen-project-value"] {
  overflow: hidden;
}

[data-scope="moeen-project-value"] .moeen-project-value__layout {
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr) !important;
  align-items: center;
  gap: clamp(34px, 5vw, 70px) !important;
}

[data-scope="moeen-project-value"] .moeen-project-value__content {
  max-width: 520px;
}

[data-scope="moeen-project-value"] .moeen-project-value__content h2 {
  font-size: clamp(42px, 4.4vw, 66px);
  letter-spacing: -0.025em;
}

[data-scope="moeen-project-value"] .moeen-project-value__content p {
  max-width: 500px;
  color: rgba(246, 250, 250, 0.72);
}

[data-scope="moeen-project-value"] .moeen-project-value__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px !important;
}

[data-scope="moeen-project-value"] .moeen-project-value__card,
[data-scope="moeen-project-value"] .moeen-project-value__card--featured {
  grid-row: auto !important;
  min-height: 178px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px !important;
  border-radius: 22px !important;
  border-color: rgba(53, 240, 227, 0.16);
  background:
    radial-gradient(circle at 18% 0%, rgba(53, 240, 227, 0.08), transparent 36%),
    linear-gradient(145deg, rgba(8, 26, 36, 0.82), rgba(3, 13, 20, 0.92)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 44px rgba(0, 0, 0, 0.12);
  transform: none;
}

[data-scope="moeen-project-value"] .moeen-project-value__card::before {
  content: "" !important;
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 0;
  border-radius: inherit;
  opacity: 0;
  background:
    linear-gradient(90deg, transparent, rgba(53, 240, 227, 0.12), transparent),
    radial-gradient(circle at 82% 18%, rgba(217, 175, 85, 0.12), transparent 36%);
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

[data-scope="moeen-project-value"] .moeen-project-value__card::after {
  top: 22px;
  right: auto;
  left: 0;
  width: 3px;
  height: 42px;
  border-radius: 0 999px 999px 0;
  background: rgba(53, 240, 227, 0.52);
}

[data-scope="moeen-project-value"] .moeen-project-value__card--featured {
  border-color: rgba(217, 175, 85, 0.34) !important;
  background:
    radial-gradient(circle at 16% 0%, rgba(217, 175, 85, 0.16), transparent 38%),
    radial-gradient(circle at 88% 12%, rgba(53, 240, 227, 0.10), transparent 34%),
    linear-gradient(145deg, rgba(11, 31, 39, 0.88), rgba(4, 14, 20, 0.94)) !important;
}

[data-scope="moeen-project-value"] .moeen-project-value__card--featured::after {
  height: 54px;
  background: rgba(217, 175, 85, 0.74);
}

[data-scope="moeen-project-value"] .moeen-project-value__card:hover {
  transform: translateY(-5px);
  border-color: rgba(53, 240, 227, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 24px 58px rgba(0, 0, 0, 0.18);
}

[data-scope="moeen-project-value"] .moeen-project-value__card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

[data-scope="moeen-project-value"] .moeen-project-value__card--featured:hover {
  border-color: rgba(217, 175, 85, 0.52) !important;
}

[data-scope="moeen-project-value"] .moeen-project-value__num {
  position: absolute;
  top: 20px;
  inset-inline-end: 22px;
  margin: 0;
  color: rgba(53, 240, 227, 0.70);
  font-size: 17px !important;
  letter-spacing: 0;
}

[data-scope="moeen-project-value"] .moeen-project-value__card--featured .moeen-project-value__num {
  color: rgba(217, 175, 85, 0.86);
  font-size: 18px !important;
}

[data-scope="moeen-project-value"] .moeen-project-value__card h3,
[data-scope="moeen-project-value"] .moeen-project-value__card--featured h3 {
  max-width: 86%;
  margin-top: 28px;
  font-size: clamp(19px, 1.65vw, 24px);
  line-height: 1.45;
}

[data-scope="moeen-project-value"] .moeen-project-value__card p,
[data-scope="moeen-project-value"] .moeen-project-value__card--featured p {
  max-width: 94%;
  margin-top: 10px;
  color: rgba(235, 244, 245, 0.70);
  font-size: 14px;
  line-height: 1.85;
}

@media (max-width: 980px) {
  [data-scope="moeen-project-value"] .moeen-project-value__layout {
    grid-template-columns: 1fr !important;
  }

  [data-scope="moeen-project-value"] .moeen-project-value__content {
    max-width: 720px;
    text-align: center;
    margin-inline: auto;
  }

  [data-scope="moeen-project-value"] .moeen-project-value__kicker {
    margin-inline: auto;
  }
}

@media (max-width: 680px) {
  [data-scope="moeen-project-value"] .moeen-project-value__cards {
    grid-template-columns: 1fr;
  }

  [data-scope="moeen-project-value"] .moeen-project-value__card,
  [data-scope="moeen-project-value"] .moeen-project-value__card--featured {
    min-height: 0 !important;
    padding: 22px !important;
  }
}

/* === Pricing process: clean horizontal steps with subtle motion === */
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process {
  max-width: 1120px !important;
  margin: 92px auto 0 !important;
  padding: clamp(32px, 4vw, 48px) 0 0 !important;
  border: 0 !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process > header {
  max-width: 760px !important;
  margin: 0 0 42px !important;
  text-align: start;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process h2 {
  margin: 0 0 10px !important;
  color: #f6fbfb !important;
  font-size: clamp(38px, 4.2vw, 58px) !important;
  line-height: 1.25 !important;
  letter-spacing: -0.025em;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process > header p {
  margin: 0 !important;
  color: rgba(213, 232, 235, 0.78) !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(22px, 4vw, 64px) !important;
  align-items: start !important;
  border: 0 !important;
  padding-top: 24px !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps::before {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  top: 47px !important;
  inset-inline: 12% !important;
  width: auto !important;
  height: 1px !important;
  background:
    linear-gradient(90deg, transparent, rgba(53, 240, 227, 0.28), rgba(217, 175, 85, 0.18), rgba(53, 240, 227, 0.28), transparent) !important;
  box-shadow: 0 0 20px rgba(53, 240, 227, 0.08);
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps::after {
  content: "" !important;
  position: absolute !important;
  z-index: 2 !important;
  top: 43px !important;
  inset-inline-start: 12% !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 999px !important;
  background: #57e8df !important;
  box-shadow:
    0 0 0 7px rgba(53, 240, 227, 0.08),
    0 0 18px rgba(53, 240, 227, 0.52) !important;
  animation: mcp-flow-dot-soft 4.4s ease-in-out infinite !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article {
  position: relative !important;
  z-index: 1 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: start !important;
  transition: transform 0.25s ease;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article > span {
  display: inline-grid !important;
  place-items: center !important;
  width: 46px !important;
  height: 46px !important;
  margin: 0 0 24px !important;
  border: 1px solid rgba(53, 240, 227, 0.40) !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 50% 35%, rgba(53, 240, 227, 0.16), transparent 58%),
    rgba(3, 15, 22, 0.90) !important;
  color: #f8ffff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  box-shadow:
    0 0 0 7px rgba(53, 240, 227, 0.035),
    0 10px 24px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    color 0.25s ease;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps h3 {
  margin: 0 0 12px !important;
  color: #f4fbfb !important;
  font-size: clamp(19px, 2vw, 24px) !important;
  line-height: 1.55 !important;
  font-weight: 900 !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps p {
  max-width: 330px !important;
  margin: 0 !important;
  color: rgba(213, 232, 235, 0.74) !important;
  font-size: 14px !important;
  line-height: 1.95 !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article:hover {
  transform: translateY(-4px);
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article:hover > span {
  transform: translateY(-2px);
  border-color: rgba(217, 175, 85, 0.58) !important;
  background:
    radial-gradient(circle at 50% 35%, rgba(217, 175, 85, 0.22), transparent 58%),
    rgba(3, 15, 22, 0.92) !important;
  color: #f3cd73 !important;
  box-shadow:
    0 0 0 7px rgba(217, 175, 85, 0.045),
    0 14px 30px rgba(0, 0, 0, 0.22);
}

@keyframes mcp-flow-dot-soft {
  0%, 100% {
    inset-inline-start: 12%;
    opacity: 0.55;
  }

  50% {
    inset-inline-start: calc(88% - 10px);
    opacity: 1;
  }
}

@media (max-width: 760px) {
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process {
    margin-top: 64px !important;
  }

  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process > header {
    text-align: center;
    margin-bottom: 28px !important;
  }

  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding-inline-start: 22px;
  }

  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps::before {
    top: 24px !important;
    bottom: 24px !important;
    inset-inline-start: 22px !important;
    inset-inline-end: auto !important;
    width: 1px !important;
    height: auto !important;
    background: linear-gradient(180deg, rgba(53, 240, 227, 0.26), rgba(217, 175, 85, 0.18), rgba(53, 240, 227, 0.16)) !important;
  }

  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps::after {
    display: none !important;
  }

  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article {
    padding-inline-start: 18px !important;
  }

  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps p {
    max-width: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps::after {
    animation: none !important;
  }
}

/* === Pricing process: elegant connected cards === */
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process {
  max-width: 1140px !important;
  margin-top: 84px !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process > header {
  max-width: 760px !important;
  margin-inline: auto !important;
  margin-bottom: 38px !important;
  text-align: center !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process h2 {
  font-size: clamp(36px, 4vw, 54px) !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
  padding-top: 0 !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps::before {
  top: 50% !important;
  inset-inline: 11% !important;
  height: 1px !important;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(53, 240, 227, 0.18),
    rgba(217, 175, 85, 0.16),
    rgba(53, 240, 227, 0.18),
    transparent
  ) !important;
  opacity: 0.7;
  transform: translateY(-50%);
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps::after {
  top: 50% !important;
  width: 8px !important;
  height: 8px !important;
  transform: translateY(-50%);
  animation: mcp-card-flow-dot 4.8s ease-in-out infinite !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article {
  isolation: isolate;
  overflow: hidden;
  min-height: 220px !important;
  padding: 30px 28px 28px !important;
  border: 1px solid rgba(53, 240, 227, 0.20) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(53, 240, 227, 0.13), transparent 36%),
    linear-gradient(145deg, rgba(8, 30, 40, 0.82), rgba(4, 15, 22, 0.94)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 18px 46px rgba(0, 0, 0, 0.14) !important;
  text-align: center !important;
  transition:
    transform 0.28s cubic-bezier(.22, 1, .36, 1),
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 16%, rgba(255, 255, 255, 0.08) 46%, transparent 68%);
  opacity: 0;
  transform: translateX(34%);
  transition: opacity 0.28s ease, transform 0.55s ease;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article::after {
  content: "";
  position: absolute;
  inset-inline: 38px;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(53, 240, 227, 0.72), rgba(217, 175, 85, 0.58), transparent);
  opacity: 0.72;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article > span {
  width: 48px !important;
  height: 48px !important;
  margin: 0 auto 20px !important;
  border-color: rgba(53, 240, 227, 0.34) !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(53, 240, 227, 0.22), transparent 58%),
    rgba(3, 17, 24, 0.94) !important;
  color: #f8ffff !important;
  box-shadow:
    0 0 0 8px rgba(53, 240, 227, 0.045),
    0 12px 28px rgba(0, 0, 0, 0.22) !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps h3 {
  margin-bottom: 12px !important;
  color: #f7ffff !important;
  font-size: clamp(19px, 1.9vw, 23px) !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps p {
  max-width: 285px !important;
  margin-inline: auto !important;
  color: rgba(221, 238, 240, 0.72) !important;
  font-size: 14px !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article:hover {
  transform: translateY(-7px) !important;
  border-color: rgba(217, 175, 85, 0.36) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(217, 175, 85, 0.15), transparent 36%),
    radial-gradient(circle at 85% 12%, rgba(53, 240, 227, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(10, 34, 43, 0.9), rgba(4, 15, 22, 0.96)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 26px 62px rgba(0, 0, 0, 0.22),
    0 0 34px rgba(53, 240, 227, 0.07) !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article:hover::before {
  opacity: 1;
  transform: translateX(-34%);
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article:hover > span {
  transform: translateY(-3px) scale(1.04) !important;
  border-color: rgba(217, 175, 85, 0.58) !important;
}

@keyframes mcp-card-flow-dot {
  0%, 100% {
    inset-inline-start: 12%;
    opacity: 0.45;
  }

  50% {
    inset-inline-start: calc(88% - 8px);
    opacity: 1;
  }
}

@media (max-width: 860px) {
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding-inline-start: 0 !important;
  }

  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps::before,
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps::after {
    display: none !important;
  }

  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article {
    min-height: 0 !important;
    padding: 26px 22px !important;
  }

  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps p {
    max-width: 520px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps::after {
    animation: none !important;
  }

  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article,
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article::before,
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article > span {
    transition: none !important;
  }
}

/* === Pricing process: ultra-light hover + soft card-to-card motion === */
body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps {
  gap: 16px !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps::before {
  opacity: 0.45 !important;
  box-shadow: none !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps::after {
  width: 7px !important;
  height: 7px !important;
  background: rgba(78, 226, 214, 0.88) !important;
  box-shadow:
    0 0 0 5px rgba(53, 240, 227, 0.045),
    0 0 12px rgba(53, 240, 227, 0.32) !important;
  animation: mcp-card-flow-dot-soft 6s ease-in-out infinite !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article {
  min-height: 205px !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(53, 240, 227, 0.075), transparent 34%),
    linear-gradient(145deg, rgba(8, 30, 40, 0.74), rgba(4, 15, 22, 0.90)) !important;
  border-color: rgba(53, 240, 227, 0.16) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 14px 34px rgba(0, 0, 0, 0.10) !important;
  animation: mcp-card-breathe 6s ease-in-out infinite;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article:nth-child(2) {
  animation-delay: 2s;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article:nth-child(3) {
  animation-delay: 4s;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article::before {
  opacity: 0 !important;
  display: none;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article::after {
  opacity: 0.42 !important;
  height: 1px !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article > span {
  box-shadow:
    0 0 0 6px rgba(53, 240, 227, 0.032),
    0 9px 20px rgba(0, 0, 0, 0.16) !important;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(53, 240, 227, 0.28) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(53, 240, 227, 0.095), transparent 34%),
    linear-gradient(145deg, rgba(8, 30, 40, 0.80), rgba(4, 15, 22, 0.92)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 18px 42px rgba(0, 0, 0, 0.14) !important;
}

body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article:hover > span {
  transform: translateY(-1px) scale(1.015) !important;
  border-color: rgba(217, 175, 85, 0.38) !important;
  color: #f1cc72 !important;
  box-shadow:
    0 0 0 6px rgba(217, 175, 85, 0.035),
    0 10px 22px rgba(0, 0, 0, 0.17) !important;
}

@keyframes mcp-card-flow-dot-soft {
  0%, 12%, 100% {
    inset-inline-start: 12%;
    opacity: 0.38;
  }

  43%, 55% {
    inset-inline-start: 50%;
    opacity: 0.82;
  }

  86%, 94% {
    inset-inline-start: calc(88% - 7px);
    opacity: 0.58;
  }
}

@keyframes mcp-card-breathe {
  0%, 100% {
    border-color: rgba(53, 240, 227, 0.16);
    transform: translateY(0);
  }

  10%, 20% {
    border-color: rgba(53, 240, 227, 0.27);
    transform: translateY(-2px);
  }

  30% {
    border-color: rgba(53, 240, 227, 0.16);
    transform: translateY(0);
  }
}

@media (max-width: 860px) {
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article {
    animation: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps::after,
  body[data-page="pricing"] [data-scope="moeen-command-pricing"] .mcp-process__steps article {
    animation: none !important;
  }
}

/* Home portfolio: use the secondary brand gold for the standalone archive CTA. */
body[data-page="home"] [data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__more .btn {
  color: var(--gold, #d9af55) !important;
  border-color: rgba(217, 175, 85, 0.36) !important;
  background: rgba(217, 175, 85, 0.075) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
}

body[data-page="home"] [data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__more .btn:hover,
body[data-page="home"] [data-scope="moeen-portfolio-showcase"] .moeen-portfolio-showcase__more .btn:focus-visible {
  color: #ffe29a !important;
  border-color: rgba(217, 175, 85, 0.62) !important;
  background: rgba(217, 175, 85, 0.13) !important;
  box-shadow: 0 12px 28px rgba(217, 175, 85, 0.12) !important;
}

/* Unified Moeen transition for login, registration, Google verification and logout. */
html.is-moeen-auth-transition,
html.is-moeen-auth-transition body {
  overflow: hidden !important;
}

.moeen-auth-transition[hidden] {
  display: none !important;
}

.moeen-auth-transition {
  position: fixed;
  inset: 0;
  z-index: 2147483600;
  display: grid;
  place-items: center;
  padding: 20px;
  direction: rtl;
  background:
    radial-gradient(circle at 50% 42%, rgba(40, 215, 205, 0.09), transparent 34%),
    rgba(1, 8, 12, 0.78);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 240ms ease, visibility 240ms step-end;
}

.moeen-auth-transition.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 240ms ease, visibility 0ms step-start;
}

.moeen-auth-transition__card {
  position: relative;
  isolation: isolate;
  width: min(360px, calc(100vw - 32px));
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 26px;
  overflow: hidden;
  border: 1px solid rgba(40, 215, 205, 0.24);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 48%),
    rgba(3, 18, 24, 0.96);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.52),
    0 0 40px rgba(40, 215, 205, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  text-align: center;
  opacity: 0;
  transform: translateY(10px) scale(0.985);
  transition: opacity 360ms ease, transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.moeen-auth-transition__card::before {
  content: "";
  position: absolute;
  inset: 0 46px auto;
  z-index: -1;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #28d7cd, #d9af55, transparent);
  box-shadow: 0 0 22px rgba(40, 215, 205, 0.22);
}

.moeen-auth-transition__card::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 120px;
  height: 1px;
  inset: auto auto 0 50%;
  background: linear-gradient(90deg, transparent, rgba(217, 175, 85, 0.32), transparent);
  transform: translateX(-50%);
  pointer-events: none;
}

.moeen-auth-transition.is-visible .moeen-auth-transition__card {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.moeen-auth-transition__logo {
  width: 104px;
  height: 54px;
  display: block;
  margin: 0 0 18px;
  object-fit: contain;
}

.moeen-auth-transition__loader {
  position: relative;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}

.moeen-auth-transition__loader::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(40, 215, 205, 0.14);
  border-top-color: #28d7cd;
  border-inline-end-color: rgba(217, 175, 85, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(40, 215, 205, 0.08);
  animation: moeen-auth-orbit 1.7s linear infinite;
}

.moeen-auth-transition__card strong {
  color: #f7ffff;
  font-size: clamp(21px, 5vw, 26px);
  font-weight: 950;
  line-height: 1.35;
}

.moeen-auth-transition__card p {
  max-width: 270px;
  margin: 10px 0 0;
  color: rgba(232, 249, 249, 0.66);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.8;
}

@keyframes moeen-auth-orbit {
  to { transform: rotate(360deg); }
}

@keyframes moeen-auth-orbit-reverse {
  to { transform: rotate(-360deg); }
}

@keyframes moeen-auth-dot {
  to { transform: rotate(360deg); }
}

@media (max-width: 480px) {
  .moeen-auth-transition__card {
    min-height: 280px;
    padding: 26px 20px;
    border-radius: 22px;
  }

  .moeen-auth-transition__logo {
    width: 92px;
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .moeen-auth-transition,
  .moeen-auth-transition__card {
    transition: none !important;
  }

  .moeen-auth-transition__loader::before {
    animation: none !important;
  }
}

/* =========================================================
   Privacy policy and terms — shared calm legal document UI
========================================================= */
body[data-page="privacy"],
body[data-page="terms"] {
  background:
    radial-gradient(circle at 88% 14%, rgba(35, 198, 189, 0.055), transparent 28rem),
    radial-gradient(circle at 8% 52%, rgba(217, 175, 85, 0.035), transparent 24rem),
    #06131a;
  color: #f4f8f8;
}

body[data-page="privacy"] main,
body[data-page="terms"] main {
  overflow: clip;
}

body[data-page="privacy"] .page-hero,
body[data-page="terms"] .page-hero {
  min-height: 250px !important;
  padding-block: 88px 36px !important;
  border-bottom: 1px solid rgba(35, 198, 189, 0.14);
  background:
    linear-gradient(180deg, rgba(9, 31, 39, 0.82), rgba(6, 19, 26, 0.38));
}

body[data-page="privacy"] .page-hero .page-hero__inner,
body[data-page="terms"] .page-hero .page-hero__inner {
  max-width: 920px !important;
}

body[data-page="privacy"] .page-hero h1,
body[data-page="terms"] .page-hero h1 {
  font-size: clamp(38px, 5vw, 62px) !important;
  line-height: 1.18 !important;
}

body[data-page="privacy"] .page-hero p,
body[data-page="terms"] .page-hero p {
  max-width: 680px !important;
  margin-top: 12px !important;
  color: rgba(229, 242, 243, 0.72) !important;
}

body[data-page="privacy"] main > .section,
body[data-page="terms"] main > .section {
  padding-block: clamp(36px, 5vw, 68px) 76px;
}

body[data-page="privacy"] main > .section > .container,
body[data-page="terms"] main > .section > .container {
  width: min(100%, 1120px);
}

.legal-content {
  width: min(100%, 980px);
  margin-inline: auto;
  color: rgba(230, 241, 242, 0.82);
  font-size: 16px;
  line-height: 2;
}

.legal-intro {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(35, 198, 189, 0.22);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(35, 198, 189, 0.075), transparent 44%),
    rgba(8, 27, 35, 0.82);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.14);
}

.legal-intro::after {
  content: "";
  position: absolute;
  inset-inline-end: -80px;
  top: -100px;
  width: 250px;
  aspect-ratio: 1;
  border: 1px solid rgba(217, 175, 85, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(217, 175, 85, 0.025),
    0 0 0 72px rgba(35, 198, 189, 0.018);
  pointer-events: none;
}

.legal-intro > * {
  position: relative;
  z-index: 1;
}

.legal-updated {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 16px;
  padding: 5px 14px;
  border: 1px solid rgba(217, 175, 85, 0.28);
  border-radius: 999px;
  background: rgba(217, 175, 85, 0.075);
  color: #e5c56f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.legal-intro h2 {
  max-width: 780px;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.legal-intro > p:not(.legal-updated) {
  max-width: 820px;
  margin: 0;
  color: rgba(230, 241, 242, 0.76);
}

.legal-note {
  position: relative;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(217, 175, 85, 0.24);
  border-inline-start: 3px solid #d9af55;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(217, 175, 85, 0.08), transparent 70%),
    rgba(5, 18, 24, 0.58);
}

.legal-note p {
  margin: 0;
  color: rgba(244, 239, 217, 0.84);
  font-size: 15px;
  line-height: 1.95;
}

.legal-note strong {
  color: #efd27d;
}

.legal-toc {
  position: sticky;
  top: 86px;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 22px 0 28px;
  padding: 12px;
  border: 1px solid rgba(35, 198, 189, 0.18);
  border-radius: 20px;
  background: rgba(5, 18, 24, 0.91);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(16px);
}

.legal-toc a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: rgba(226, 240, 241, 0.76);
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  transition:
    color 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    transform 0.22s ease;
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
  border-color: rgba(35, 198, 189, 0.34);
  background: rgba(35, 198, 189, 0.09);
  color: #63e5de;
  transform: translateY(-1px);
}

.legal-toc a:focus-visible,
.legal-content a:focus-visible {
  outline: 2px solid rgba(229, 197, 111, 0.92);
  outline-offset: 3px;
}

body[data-page="privacy"] .legal-block,
body[data-page="terms"] .legal-block {
  position: relative;
  margin: 0 0 14px;
  padding: clamp(21px, 3vw, 30px);
  border: 1px solid rgba(35, 198, 189, 0.16) !important;
  border-radius: 20px !important;
  background:
    linear-gradient(120deg, rgba(35, 198, 189, 0.028), transparent 46%),
    rgba(8, 26, 34, 0.68) !important;
  box-shadow: none !important;
  scroll-margin-top: 176px;
  transition:
    border-color 0.22s ease,
    background-color 0.22s ease,
    transform 0.22s ease;
}

body[data-page="privacy"] .legal-block:hover,
body[data-page="terms"] .legal-block:hover {
  border-color: rgba(35, 198, 189, 0.29) !important;
  background-color: rgba(10, 31, 40, 0.82) !important;
  transform: translateY(-1px);
}

.legal-block h3 {
  position: relative;
  margin: 0 0 12px;
  padding-inline-start: 18px;
  color: #f7fbfb;
  font-size: clamp(19px, 2.2vw, 24px);
  line-height: 1.5;
}

.legal-block h3::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #28d7cd;
  box-shadow: 0 0 0 5px rgba(40, 215, 205, 0.08);
}

.legal-block p {
  margin: 0;
  color: rgba(221, 236, 237, 0.76);
}

.legal-block p + p,
.legal-block ul + p {
  margin-top: 13px;
}

.legal-block ul,
.legal-block ol {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.legal-block li {
  position: relative;
  min-height: 44px;
  padding: 9px 40px 9px 14px;
  border: 1px solid rgba(35, 198, 189, 0.11);
  border-radius: 13px;
  background: rgba(3, 16, 22, 0.38);
  color: rgba(225, 239, 240, 0.78);
  line-height: 1.75;
}

.legal-block li::before {
  content: "✓";
  position: absolute;
  inset-inline-start: 12px;
  top: 50%;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid rgba(35, 198, 189, 0.34);
  border-radius: 50%;
  background: rgba(35, 198, 189, 0.08);
  color: #3eddd4;
  font-size: 11px;
  line-height: 1;
  transform: translateY(-50%);
}

.legal-content a:not(.legal-toc a) {
  color: #4ddfd7;
  font-weight: 700;
  text-underline-offset: 4px;
  text-decoration-color: rgba(77, 223, 215, 0.35);
}

.legal-content a:not(.legal-toc a):hover {
  color: #efd27d;
  text-decoration-color: rgba(239, 210, 125, 0.55);
}

@media (max-width: 760px) {
  body[data-page="privacy"] .page-hero,
  body[data-page="terms"] .page-hero {
    min-height: 220px !important;
    padding-block: 76px 30px !important;
  }

  body[data-page="privacy"] .page-hero h1,
  body[data-page="terms"] .page-hero h1 {
    font-size: clamp(32px, 10vw, 42px) !important;
  }

  body[data-page="privacy"] main > .section,
  body[data-page="terms"] main > .section {
    padding-block: 28px 54px;
  }

  .legal-content {
    font-size: 15px;
    line-height: 1.9;
  }

  .legal-intro {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .legal-intro h2 {
    font-size: 27px;
  }

  .legal-note {
    padding: 16px;
  }

  .legal-toc {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-block: 16px 22px;
    padding: 9px;
    border-radius: 16px;
    backdrop-filter: none;
  }

  .legal-toc a {
    min-height: 40px;
    padding-inline: 8px;
    font-size: 12.5px;
  }

  .legal-block {
    padding: 19px 17px;
    border-radius: 17px !important;
    scroll-margin-top: 96px;
  }

  .legal-block h3 {
    padding-inline-start: 16px;
    font-size: 20px;
  }

  .legal-block li {
    padding-inline: 38px 11px;
  }
}

@media (max-width: 420px) {
  .legal-toc {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .legal-toc a,
  .legal-block {
    transition: none;
  }
}

/* === Blog index modern cards and filters - 20260714 === */
body[data-page="blog"] .moeen-blog-index {
  position: relative;
  background:
    radial-gradient(circle at 82% 0%, rgba(53, 240, 227, 0.10), transparent 32vw),
    radial-gradient(circle at 10% 24%, rgba(217, 175, 85, 0.07), transparent 24vw);
}

body[data-page="blog"] .moeen-blog-index__layout {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: start;
}

body[data-page="blog"] .moeen-blog-index__side-card,
body[data-page="blog"] .moeen-blog-index__post {
  border: 1px solid rgba(53, 240, 227, 0.16);
  background:
    radial-gradient(circle at 100% 0%, rgba(53, 240, 227, 0.11), transparent 34%),
    linear-gradient(145deg, rgba(7, 28, 38, 0.80), rgba(3, 13, 19, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 20px 50px rgba(0, 0, 0, 0.14);
}

body[data-page="blog"] .moeen-blog-index__side-card {
  border-radius: 24px;
  padding: 18px;
}

body[data-page="blog"] .moeen-blog-index__sidebar {
  position: sticky;
  top: calc(var(--header-h, 92px) + 22px);
  display: grid;
  gap: 16px;
}

body[data-page="blog"] .moeen-blog-index__search {
  display: flex;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(53, 240, 227, 0.13);
  border-radius: 18px;
  background: rgba(2, 12, 17, 0.46);
}

body[data-page="blog"] .moeen-blog-index__search input {
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  color: #eefafa;
  outline: 0;
}

body[data-page="blog"] .moeen-blog-index__search button,
body[data-page="blog"] .moeen-blog-index__cats button {
  border-radius: 14px;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

body[data-page="blog"] .moeen-blog-index__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

body[data-page="blog"] .moeen-blog-index__cats button {
  border: 1px solid rgba(53, 240, 227, 0.14);
  background: rgba(53, 240, 227, 0.045);
  color: rgba(232, 247, 248, 0.80);
}

body[data-page="blog"] .moeen-blog-index__cats button:hover,
body[data-page="blog"] .moeen-blog-index__cats button.is-active {
  transform: translateY(-1px);
  border-color: rgba(217, 175, 85, 0.38);
  background: linear-gradient(135deg, rgba(217, 175, 85, 0.78), rgba(53, 240, 227, 0.72));
  color: #061014;
}

body[data-page="blog"] .moeen-blog-index__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}

body[data-page="blog"] .moeen-blog-index__post {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, opacity 0.22s ease;
}

body[data-page="blog"] .moeen-blog-index__post:hover {
  transform: translateY(-5px);
  border-color: rgba(53, 240, 227, 0.30);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 28px 70px rgba(0, 0, 0, 0.20);
}

body[data-page="blog"] .moeen-blog-index__post--featured {
  grid-column: 1 / -1;
}

body[data-page="blog"] .moeen-blog-index__post a {
  display: grid;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

body[data-page="blog"] .moeen-blog-index__media {
  overflow: hidden;
  min-height: 220px;
  margin: 0;
  background: rgba(53, 240, 227, 0.04);
}

body[data-page="blog"] .moeen-blog-index__media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform 0.32s ease, filter 0.32s ease;
}

body[data-page="blog"] .moeen-blog-index__post:hover .moeen-blog-index__media img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.04);
}

body[data-page="blog"] .moeen-blog-index__body {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 28px);
}

body[data-page="blog"] .moeen-blog-index__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

body[data-page="blog"] .moeen-blog-index__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  border: 1px solid rgba(53, 240, 227, 0.16);
  border-radius: 999px;
  background: rgba(53, 240, 227, 0.055);
  color: #45efe5;
  font-size: 12px;
  font-weight: 850;
}

body[data-page="blog"] .moeen-blog-index__post h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 2.5vw, 38px);
  line-height: 1.35;
  text-wrap: balance;
}

body[data-page="blog"] .moeen-blog-index__post p {
  margin: 0;
  color: rgba(224, 240, 243, 0.76);
  line-height: 1.95;
}

body[data-page="blog"] .moeen-blog-index__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(53, 240, 227, 0.10);
}

body[data-page="blog"] .moeen-blog-index__footer strong {
  color: #d9af55;
}

body[data-page="blog"] .moeen-blog-index__latest {
  display: grid;
  gap: 10px;
}

body[data-page="blog"] .moeen-blog-index__latest-item {
  border-radius: 16px;
  transition: background 0.2s ease, transform 0.2s ease;
}

body[data-page="blog"] .moeen-blog-index__latest-item:hover {
  transform: translateX(-2px);
  background: rgba(53, 240, 227, 0.055);
}

body[data-page="blog"] .moeen-blog-index__empty {
  grid-column: 1 / -1;
  padding: 24px;
  border: 1px dashed rgba(217, 175, 85, 0.35);
  border-radius: 24px;
  color: #f0d489;
  text-align: center;
  background: rgba(217, 175, 85, 0.055);
}

body[data-page="blog"] .moeen-blog-index__post.is-hidden {
  display: none;
}

@media (max-width: 980px) {
  body[data-page="blog"] .moeen-blog-index__layout,
  body[data-page="blog"] .moeen-blog-index__list {
    grid-template-columns: 1fr;
  }

  body[data-page="blog"] .moeen-blog-index__sidebar {
    position: static;
  }
}

/* === Site-wide image fit correction - complete images without zoom/cropping === */
/* Disabled: every original component keeps its own intended frame and crop. */
@media (max-width: 0px) {
:root {
  --moeen-image-frame-bg:
    radial-gradient(circle at 50% 18%, rgba(53, 240, 227, 0.12), transparent 42%),
    radial-gradient(circle at 90% 85%, rgba(217, 175, 85, 0.085), transparent 34%),
    linear-gradient(145deg, rgba(7, 28, 38, 0.86), rgba(2, 11, 16, 0.96));
}

[data-scope="moeen-project-hero"] .moeen-project-hero__media figure,
body .detail-hero.page-hero .detail-media,
.album-card,
[data-scope="moeen-blog-index"] .moeen-blog-index__media,
body[data-page="blog"] .moeen-blog-index__media,
.moeen-portfolio-showcase__media,
[data-scope="moeen-service-page"] .msp-hero__media,
[data-scope="moeen-services-preview"] .msc-stage,
.moeen-offer-product-card,
.moeen-offers-page--quiet .moeen-offer-product-card,
[data-scope="moeen-about-intro"] .moeen-about-intro__media,
.mlc-course-card__media {
  background: var(--moeen-image-frame-bg) !important;
}

[data-scope="moeen-project-hero"] .moeen-project-hero__media img,
body .detail-hero.page-hero .detail-media img,
.album-card img,
[data-scope="moeen-blog-index"] .moeen-blog-index__media img,
body[data-page="blog"] .moeen-blog-index__media img,
.moeen-portfolio-showcase__media img,
[data-scope="moeen-service-page"] .msp-hero__media img,
[data-scope="moeen-services-preview"] .msc-img img,
.moeen-offer-product-card > img,
.moeen-offers-page--quiet .moeen-offer-product-card > img,
.moeen-offers-page--quiet .moeen-offer-product-card--featured > img,
[data-scope="moeen-about-intro"] .moeen-about-intro__media img,
.mlc-course-card__media img {
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  filter: saturate(1.02) contrast(1.02) !important;
}

[data-scope="moeen-project-hero"] .moeen-project-hero__media:hover img,
[data-scope="moeen-project-hero"] .moeen-project-hero__media figure:hover img,
body .detail-hero.page-hero .detail-media:hover img,
.album-card:hover img,
[data-scope="moeen-blog-index"] .moeen-blog-index__post:hover .moeen-blog-index__media img,
body[data-page="blog"] .moeen-blog-index__post:hover .moeen-blog-index__media img,
.moeen-portfolio-showcase__card:hover .moeen-portfolio-showcase__media img,
[data-scope="moeen-service-page"] .msp-hero__media:hover img,
[data-scope="moeen-services-preview"] .msc-stage:hover .msc-img img,
[data-scope="moeen-services-preview"] .msc-stage.is-changing .msc-img img,
.moeen-offer-product-card:hover > img,
.moeen-offers-page--quiet .moeen-offer-product-card:hover > img,
.moeen-offers-page--quiet .moeen-offer-product-card--featured:hover > img,
[data-scope="moeen-about-intro"] .moeen-about-intro__media:hover img,
.mlc-course-card:hover .mlc-course-card__media img {
  transform: none !important;
  filter: saturate(1.06) contrast(1.03) brightness(1) !important;
}

[data-scope="moeen-project-hero"] .moeen-project-hero__media img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: clamp(10px, 1.6vw, 18px) !important;
  box-sizing: border-box !important;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__media img,
body[data-page="blog"] .moeen-blog-index__media img,
.moeen-portfolio-showcase__media img,
.album-card img,
body .detail-hero.page-hero .detail-media img,
[data-scope="moeen-service-page"] .msp-hero__media img,
.mlc-course-card__media img {
  padding: clamp(8px, 1.3vw, 14px) !important;
  box-sizing: border-box !important;
}

.moeen-offer-product-card > img,
.moeen-offers-page--quiet .moeen-offer-product-card > img,
.moeen-offers-page--quiet .moeen-offer-product-card--featured > img {
  padding: 10px !important;
  box-sizing: border-box !important;
}

[data-scope="moeen-services-preview"] .msc-img {
  inset: 12px !important;
  border-radius: 24px !important;
  background: transparent !important;
}

[data-scope="moeen-services-preview"] .msc-img img {
  border-radius: 22px !important;
}

body[data-page="blog"] .moeen-blog-index__media,
[data-scope="moeen-blog-index"] .moeen-blog-index__media {
  display: grid !important;
  place-items: center !important;
}

body[data-page="blog"] .moeen-blog-index__media img,
[data-scope="moeen-blog-index"] .moeen-blog-index__media img {
  min-height: 0 !important;
}

/* Match common frame ratios to their real image groups */
[data-scope="moeen-project-hero"] .moeen-project-hero__media figure,
.moeen-portfolio-showcase__media,
[data-scope="moeen-service-page"] .msp-hero__media {
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  min-height: 0 !important;
}

[data-scope="moeen-project-hero"] .moeen-project-hero__media img,
.moeen-portfolio-showcase__media img,
[data-scope="moeen-service-page"] .msp-hero__media img {
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
}

.album-card img,
.album-card {
  aspect-ratio: 16 / 9 !important;
}

.album-card img {
  height: auto !important;
}

body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card > img,
body[data-page="offers"] .moeen-offers-page--quiet .moeen-offer-product-card--featured > img,
.moeen-offer-product-card > img,
.moeen-offers-page--quiet .moeen-offer-product-card > img,
.moeen-offers-page--quiet .moeen-offer-product-card--featured > img {
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

[data-scope="moeen-about-intro"] .moeen-about-intro__media {
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__media,
body[data-page="blog"] .moeen-blog-index__media {
  aspect-ratio: 16 / 10 !important;
  height: auto !important;
  min-height: 0 !important;
}

[data-scope="moeen-blog-index"] .moeen-blog-index__media img,
body[data-page="blog"] .moeen-blog-index__media img {
  height: 100% !important;
}
}

/* =========================================================
   Homepage: premium store bridge + modern partner directory
   ========================================================= */
/* Home digital hub: compact AI-inspired bridge between learning and application. */
body[data-page="home"] [data-scope="moeen-home-digital-hub"] {
  --mdh-cyan: #35f0e3;
  --mdh-gold: #e1bd68;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(48px, 5.6vw, 72px);
  color: #f3fbfc;
  border-block: 1px solid rgba(53, 240, 227, .1);
  background:
    radial-gradient(circle at 50% 42%, rgba(53, 240, 227, .075), transparent 31rem),
    radial-gradient(circle at 8% 84%, rgba(225, 189, 104, .045), transparent 22rem),
    linear-gradient(180deg, #020d13 0%, #051923 52%, #031119 100%);
  box-shadow: none;
}

body[data-page="home"] [data-scope="moeen-home-digital-hub"]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .34;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(53,240,227,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53,240,227,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(circle at center, #000, transparent 72%);
  mask-image: radial-gradient(circle at center, #000, transparent 72%);
}

body[data-page="home"] .mdh-head { width: min(760px, 100%); margin: 0 auto clamp(26px, 3.2vw, 38px); }
body[data-page="home"] .mdh-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--mdh-gold); font-size: 13px; font-weight: 900; }
body[data-page="home"] .mdh-eyebrow::before,
body[data-page="home"] .mdh-eyebrow::after { content: ""; width: 26px; height: 1px; background: linear-gradient(90deg, transparent, currentColor); }
body[data-page="home"] .mdh-eyebrow::after { transform: scaleX(-1); }
body[data-page="home"] .mdh-head h2 { margin: 9px 0 7px; color: #f5fbfc; font-size: clamp(34px, 4.5vw, 58px); font-weight: 950; line-height: 1.16; letter-spacing: -.04em; text-shadow: none; }
body[data-page="home"] .mdh-head h2 span { color: var(--mdh-gold); }
body[data-page="home"] .mdh-head p { margin: 0; color: #a8bcc1; font-size: clamp(14px, 1.35vw, 17px); line-height: 1.8; }

body[data-page="home"] .mdh-paths {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(84px, 9vw, 124px) minmax(0, 1fr);
  align-items: stretch;
  width: min(1080px, 100%);
  margin-inline: auto;
  direction: rtl;
}

body[data-page="home"] .mdh-card {
  --mdh-accent: var(--mdh-cyan);
  --mdh-accent-rgb: 53, 240, 227;
  position: relative;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  grid-template-areas: "icon copy" "icon action";
  align-items: center;
  gap: 12px 20px;
  min-width: 0;
  min-height: 214px;
  padding: clamp(22px, 2.5vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(var(--mdh-accent-rgb), .28);
  border-radius: 26px;
  color: #f2fafb;
  background:
    radial-gradient(circle at 88% 8%, rgba(var(--mdh-accent-rgb), .11), transparent 34%),
    linear-gradient(145deg, rgba(8, 31, 40, .94), rgba(3, 17, 24, .98));
  text-decoration: none;
  box-shadow: none;
  transform: translateY(0);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

body[data-page="home"] .mdh-card--store { --mdh-accent: var(--mdh-gold); --mdh-accent-rgb: 225, 189, 104; }
body[data-page="home"] .mdh-card::before { content: ""; position: absolute; inset: 0 22px auto; height: 2px; opacity: .72; border-radius: 999px; background: linear-gradient(90deg, transparent, var(--mdh-accent), transparent); }
body[data-page="home"] .mdh-card:hover { transform: translateY(-3px); border-color: rgba(var(--mdh-accent-rgb), .52); background: radial-gradient(circle at 88% 8%, rgba(var(--mdh-accent-rgb), .16), transparent 36%), linear-gradient(145deg, rgba(10, 37, 47, .97), rgba(4, 20, 28, .99)); }
body[data-page="home"] .mdh-card:focus-visible { outline: 3px solid rgba(var(--mdh-accent-rgb), .55); outline-offset: 4px; }

body[data-page="home"] .mdh-icon { grid-area: icon; position: relative; display: grid; width: 78px; height: 78px; place-items: center; border: 1px solid rgba(var(--mdh-accent-rgb), .3); border-radius: 22px; color: var(--mdh-accent); background: rgba(var(--mdh-accent-rgb), .07); }
body[data-page="home"] .mdh-icon::before { content: ""; position: absolute; inset: 10px; border: 1px dashed rgba(var(--mdh-accent-rgb), .2); border-radius: 16px; animation: mdhOrbit 12s linear infinite; }
body[data-page="home"] .mdh-icon svg { position: relative; width: 45px; height: 45px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
body[data-page="home"] .mdh-copy { grid-area: copy; display: grid; align-content: center; gap: 4px; min-width: 0; }
body[data-page="home"] .mdh-copy small { color: var(--mdh-accent); font-size: 11px; font-weight: 900; }
body[data-page="home"] .mdh-copy strong { color: #f7fcfd; font-size: clamp(24px, 2.5vw, 34px); font-weight: 950; line-height: 1.25; }
body[data-page="home"] .mdh-copy > span { color: #a9bdc2; font-size: 14px; font-weight: 650; line-height: 1.7; }

body[data-page="home"] .mdh-cta { grid-area: action; display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: fit-content; min-height: 42px; padding: 9px 16px; border: 1px solid rgba(var(--mdh-accent-rgb), .36); border-radius: 13px; color: var(--mdh-accent); background: rgba(var(--mdh-accent-rgb), .065); font-size: 13px; font-weight: 900; transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease; }
body[data-page="home"] .mdh-cta b { font-size: 17px; line-height: 1; transition: transform 180ms ease; }
body[data-page="home"] .mdh-card:hover .mdh-cta { color: #06141a; border-color: var(--mdh-accent); background: var(--mdh-accent); }
body[data-page="home"] .mdh-card:hover .mdh-cta b { transform: translateX(-3px); }

body[data-page="home"] .mdh-connector { position: relative; display: grid; min-height: 214px; place-items: center; overflow: hidden; }
body[data-page="home"] .mdh-connector::before { content: ""; position: absolute; inset-inline: 0; top: 50%; height: 1px; background: linear-gradient(90deg, rgba(225,189,104,.18), var(--mdh-gold), var(--mdh-cyan), rgba(53,240,227,.18)); background-size: 220% 100%; animation: mdhLineFlow 4.2s linear infinite; }
body[data-page="home"] .mdh-core { position: relative; z-index: 2; display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(225, 189, 104, .58); border-radius: 50%; color: var(--mdh-gold); background: #061a23; box-shadow: 0 0 0 7px rgba(53, 240, 227, .035); animation: mdhCorePulse 3.2s ease-in-out infinite; }
body[data-page="home"] .mdh-core svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
body[data-page="home"] .mdh-particle { position: absolute; z-index: 1; top: 50%; left: 8%; width: 7px; height: 7px; border-radius: 50%; background: var(--mdh-cyan); opacity: 0; transform: translate(0,-50%); animation: mdhParticleX 3.4s linear infinite; }
body[data-page="home"] .mdh-particle--two { background: var(--mdh-gold); animation-delay: -1.7s; }

@keyframes mdhOrbit { to { transform: rotate(1turn); } }
@keyframes mdhLineFlow { to { background-position: -220% 0; } }
@keyframes mdhCorePulse { 0%,100% { transform: scale(1); opacity: .88; } 50% { transform: scale(1.06); opacity: 1; } }
@keyframes mdhParticleX { 0% { opacity: 0; transform: translate(0,-50%); } 18%,82% { opacity: 1; } 100% { opacity: 0; transform: translate(clamp(70px,8vw,106px),-50%); } }

@media (max-width: 820px) {
  body[data-page="home"] [data-scope="moeen-home-digital-hub"] { padding-block: 44px; }
  body[data-page="home"] .mdh-paths { grid-template-columns: minmax(0, 1fr); width: min(560px,100%); }
  body[data-page="home"] .mdh-card { min-height: 188px; border-radius: 22px; }
  body[data-page="home"] .mdh-connector { min-height: 72px; }
  body[data-page="home"] .mdh-connector::before { inset-block: 0; top: 0; left: 50%; width: 1px; height: auto; background: linear-gradient(180deg, rgba(53,240,227,.18), var(--mdh-cyan), var(--mdh-gold), rgba(225,189,104,.18)); background-size: 100% 220%; animation-name: mdhLineFlowY; }
  body[data-page="home"] .mdh-core { width: 46px; height: 46px; transform: rotate(90deg); animation: mdhCorePulseMobile 3.2s ease-in-out infinite; }
  body[data-page="home"] .mdh-particle { top: 8%; left: 50%; transform: translate(-50%,0); animation-name: mdhParticleY; }
  @keyframes mdhLineFlowY { to { background-position: 0 -220%; } }
  @keyframes mdhCorePulseMobile { 0%,100% { transform: rotate(90deg) scale(1); opacity: .88; } 50% { transform: rotate(90deg) scale(1.06); opacity: 1; } }
  @keyframes mdhParticleY { 0% { opacity: 0; transform: translate(-50%,0); } 18%,82% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,56px); } }
}

@media (max-width: 520px) {
  body[data-page="home"] .mdh-head { margin-bottom: 24px; }
  body[data-page="home"] .mdh-head h2 { font-size: clamp(31px, 10vw, 41px); }
  body[data-page="home"] .mdh-card { grid-template-columns: 62px minmax(0,1fr); gap: 10px 14px; min-height: 170px; padding: 20px 17px; }
  body[data-page="home"] .mdh-icon { width: 62px; height: 62px; border-radius: 18px; }
  body[data-page="home"] .mdh-icon svg { width: 37px; height: 37px; }
  body[data-page="home"] .mdh-copy strong { font-size: 24px; }
  body[data-page="home"] .mdh-copy > span { font-size: 12.5px; }
  body[data-page="home"] .mdh-cta { min-height: 39px; padding: 8px 13px; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .mdh-icon::before,
  body[data-page="home"] .mdh-connector::before,
  body[data-page="home"] .mdh-core,
  body[data-page="home"] .mdh-particle { animation: none !important; }
  body[data-page="home"] .mdh-card,
  body[data-page="home"] .mdh-cta,
  body[data-page="home"] .mdh-cta b { transition: none !important; }
}
/* Final precedence for the light statistics section. */
body[data-page="home"] section[data-scope="moeen-stats"].moeen-stats-flow {
  --msf-bg: #f4f7f3;
  --msf-card: #fff;
  --msf-card-hover: #fff;
  --msf-cyan: #138f8a;
  --msf-cyan-2: #087c78;
  --msf-gold: #b4852b;
  --msf-gold-2: #9b6f1f;
  --msf-text: #0a2932;
  --msf-muted: #60757a;
  color-scheme: light;
  color: #0a2932 !important;
  border-block: 1px solid rgba(10,67,73,.08) !important;
  background:
    radial-gradient(circle at 9% 18%, rgba(19,143,138,.10), transparent 25%),
    radial-gradient(circle at 91% 82%, rgba(180,133,43,.09), transparent 24%),
    linear-gradient(rgba(10,65,71,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,65,71,.028) 1px, transparent 1px),
    #f4f7f3 !important;
  background-size: auto, auto, 48px 48px, 48px 48px, auto !important;
}

body[data-page="home"] section[data-scope="moeen-stats"].moeen-stats-flow::before {
  inset: 0 8% auto !important;
  height: 1px !important;
  opacity: 1 !important;
  background: linear-gradient(90deg, transparent, rgba(19,143,138,.30), rgba(180,133,43,.22), transparent) !important;
}

body[data-page="home"] section[data-scope="moeen-stats"].moeen-stats-flow::after {
  width: 340px !important;
  height: 340px !important;
  top: -190px !important;
  right: -90px !important;
  opacity: .7 !important;
  border: 1px solid rgba(19,143,138,.09) !important;
  background: radial-gradient(circle, rgba(255,255,255,.72), transparent 68%) !important;
}

body[data-page="home"] section[data-scope="moeen-stats"] .msf-kicker {
  border-color: rgba(19,143,138,.23) !important;
  background: rgba(255,255,255,.76) !important;
  color: #087c78 !important;
  box-shadow: 0 8px 24px rgba(17,72,77,.06) !important;
}

body[data-page="home"] section[data-scope="moeen-stats"] .msf-title { color: #092a33 !important; text-shadow: none !important; }
body[data-page="home"] section[data-scope="moeen-stats"] .msf-title span { color: #a97922 !important; }
body[data-page="home"] section[data-scope="moeen-stats"] .msf-lead { color: #5d7278 !important; }

body[data-page="home"] section[data-scope="moeen-stats"] .msf-card,
body[data-page="home"] section[data-scope="moeen-stats"] .msf-step:nth-of-type(odd) .msf-card,
body[data-page="home"] section[data-scope="moeen-stats"] .msf-step:nth-of-type(even) .msf-card {
  border-color: rgba(11,91,94,.14) !important;
  background: radial-gradient(circle at 90% 0%, rgba(19,143,138,.075), transparent 35%), linear-gradient(180deg,#fff,#f9fcf9) !important;
  box-shadow: 0 18px 45px rgba(20,61,66,.08), inset 0 1px 0 #fff !important;
}

body[data-page="home"] section[data-scope="moeen-stats"] .msf-card.is-gold {
  border-color: rgba(180,133,43,.22) !important;
  background: radial-gradient(circle at 90% 0%, rgba(180,133,43,.10), transparent 36%), linear-gradient(180deg,#fff,#fcfaf4) !important;
}

body[data-page="home"] section[data-scope="moeen-stats"] .msf-card::before { border-color: rgba(9,68,72,.055) !important; }
body[data-page="home"] section[data-scope="moeen-stats"] .msf-card::after { background: linear-gradient(90deg,transparent,#138f8a,#d0a340,transparent) !important; }

body[data-page="home"] section[data-scope="moeen-stats"] .msf-chip {
  border-color: rgba(19,143,138,.18) !important;
  background: rgba(19,143,138,.07) !important;
  color: #28575c !important;
}

body[data-page="home"] section[data-scope="moeen-stats"] .msf-card.is-gold .msf-chip {
  border-color: rgba(180,133,43,.20) !important;
  background: rgba(180,133,43,.08) !important;
  color: #735722 !important;
}

body[data-page="home"] section[data-scope="moeen-stats"] .msf-index {
  border-color: rgba(12,91,94,.15) !important;
  background: #f5faf8 !important;
  color: #126f6c !important;
  box-shadow: none !important;
}

body[data-page="home"] section[data-scope="moeen-stats"] .msf-value,
body[data-page="home"] section[data-scope="moeen-stats"] .msf-card:hover .msf-value,
body[data-page="home"] section[data-scope="moeen-stats"] .msf-step.is-flow-active .msf-value {
  color: #087c78 !important;
  text-shadow: none !important;
}

body[data-page="home"] section[data-scope="moeen-stats"] .msf-card.is-gold .msf-value,
body[data-page="home"] section[data-scope="moeen-stats"] .msf-card.is-gold:hover .msf-value {
  color: #a97922 !important;
}

body[data-page="home"] section[data-scope="moeen-stats"] .msf-label { color: #15383f !important; }

body[data-page="home"] section[data-scope="moeen-stats"] .msf-card:hover,
body[data-page="home"] section[data-scope="moeen-stats"] .msf-step.is-flow-active .msf-card {
  border-color: rgba(19,143,138,.34) !important;
  background: radial-gradient(circle at 90% 0%, rgba(19,143,138,.11), transparent 36%), #fff !important;
  box-shadow: 0 24px 55px rgba(20,61,66,.13) !important;
  filter: none !important;
}

/* =========================================================
   Blog index — calm editorial cards, final isolated layer
   ========================================================= */
body[data-page="blog"] .moeen-blog-index {
  overflow: clip;
  padding-block: clamp(58px, 7vw, 92px);
  background:
    radial-gradient(circle at 88% 8%, rgba(39, 205, 195, .075), transparent 28rem),
    radial-gradient(circle at 8% 72%, rgba(214, 174, 82, .045), transparent 24rem),
    #041219;
}

body[data-page="blog"] .moeen-blog-index::before {
  opacity: .16;
}

body[data-page="blog"] .moeen-blog-index .section-head {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: clamp(30px, 4vw, 48px);
}

body[data-page="blog"] .moeen-blog-index__layout {
  display: grid !important;
  grid-template-columns: minmax(248px, 292px) minmax(0, 1fr) !important;
  gap: clamp(22px, 3vw, 38px) !important;
  align-items: start;
}

body[data-page="blog"] .moeen-blog-index__sidebar {
  position: sticky;
  top: calc(var(--header-h, 84px) + 18px);
  display: grid;
  gap: 13px;
}

body[data-page="blog"] .moeen-blog-index__side-card {
  padding: 17px !important;
  border: 1px solid rgba(44, 204, 194, .15) !important;
  border-radius: 20px !important;
  background: linear-gradient(150deg, rgba(8, 31, 40, .88), rgba(3, 17, 23, .94)) !important;
  box-shadow: none !important;
}

body[data-page="blog"] .moeen-blog-index__side-card::before {
  display: none !important;
}

body[data-page="blog"] .moeen-blog-index__side-title {
  margin-bottom: 13px;
  color: #43ddd4;
  font-size: 13px;
  font-weight: 800;
}

body[data-page="blog"] .moeen-blog-index__search {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
  padding: 5px !important;
  border: 1px solid rgba(44, 204, 194, .13) !important;
  border-radius: 14px !important;
  background: rgba(1, 11, 16, .52) !important;
}

body[data-page="blog"] .moeen-blog-index__search input {
  width: 100%;
  min-width: 0;
  height: 39px;
  padding: 0 10px !important;
  border: 0 !important;
  background: transparent !important;
  color: #edf8f8 !important;
  font-size: 12px !important;
}

body[data-page="blog"] .moeen-blog-index__search input::placeholder {
  color: rgba(215, 232, 234, .48) !important;
}

body[data-page="blog"] .moeen-blog-index__search button {
  min-width: 58px;
  height: 39px;
  padding-inline: 13px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: #2ccbc2 !important;
  color: #031318 !important;
  font-size: 12px;
  font-weight: 850;
  box-shadow: none !important;
  transform: none !important;
}

body[data-page="blog"] .moeen-blog-index__cats {
  display: flex !important;
  flex-wrap: wrap;
  gap: 7px !important;
}

body[data-page="blog"] .moeen-blog-index__cats button {
  min-height: 34px;
  padding: 6px 11px !important;
  border: 1px solid rgba(44, 204, 194, .14) !important;
  border-radius: 999px !important;
  background: rgba(44, 204, 194, .035) !important;
  color: rgba(229, 242, 243, .72) !important;
  font-size: 11px !important;
  font-weight: 700;
  box-shadow: none !important;
  transform: none !important;
  transition: color .16s ease, border-color .16s ease, background .16s ease !important;
}

body[data-page="blog"] .moeen-blog-index__cats button:hover {
  border-color: rgba(44, 204, 194, .34) !important;
  color: #fff !important;
}

body[data-page="blog"] .moeen-blog-index__cats button.is-active {
  border-color: rgba(214, 174, 82, .52) !important;
  background: rgba(214, 174, 82, .12) !important;
  color: #f0cf7d !important;
}

body[data-page="blog"] .moeen-blog-index__latest {
  display: grid !important;
  gap: 9px !important;
}

body[data-page="blog"] .moeen-blog-index__latest a.moeen-blog-index__latest-item {
  position: relative;
  display: grid !important;
  grid-template-columns: 62px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center;
  min-height: 74px;
  padding: 8px !important;
  border: 1px solid rgba(44, 204, 194, .105) !important;
  border-radius: 14px !important;
  background: rgba(3, 18, 24, .48) !important;
  box-shadow: none !important;
  transform: none !important;
}

body[data-page="blog"] .moeen-blog-index__latest a.moeen-blog-index__latest-item.is-new {
  border-color: rgba(214, 174, 82, .25) !important;
  background: linear-gradient(110deg, rgba(214, 174, 82, .075), rgba(44, 204, 194, .035)) !important;
}

body[data-page="blog"] .moeen-blog-index__latest a.moeen-blog-index__latest-item.is-new::after {
  content: "جديد";
  position: absolute;
  top: 7px;
  left: 7px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(214, 174, 82, .14);
  color: #efcc75;
  font-size: 8px;
  font-weight: 850;
}

body[data-page="blog"] .moeen-blog-index__latest-item img {
  display: block !important;
  width: 62px !important;
  height: 58px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border-radius: 10px !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: saturate(.78) contrast(.96) brightness(.88) !important;
}

body[data-page="blog"] .moeen-blog-index__latest-item span {
  min-width: 0;
}

body[data-page="blog"] .moeen-blog-index__latest-item small {
  display: block;
  margin-bottom: 4px;
  color: #42d9d0 !important;
  font-size: 9px !important;
}

body[data-page="blog"] .moeen-blog-index__latest-item strong {
  display: -webkit-box;
  overflow: hidden;
  color: #eff8f8 !important;
  font-size: 11px !important;
  line-height: 1.65 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body[data-page="blog"] .moeen-blog-index__list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(16px, 2vw, 22px) !important;
  align-items: stretch;
}

body[data-page="blog"] .moeen-blog-index__post,
body[data-page="blog"] .moeen-blog-index__post--featured {
  grid-column: auto !important;
  position: relative !important;
  overflow: hidden !important;
  min-width: 0;
  border: 1px solid rgba(44, 204, 194, .16) !important;
  border-radius: 23px !important;
  background: linear-gradient(155deg, rgba(7, 29, 38, .92), rgba(3, 16, 22, .97)) !important;
  box-shadow: none !important;
  transform: none !important;
  transition: border-color .18s ease, background .18s ease !important;
}

body[data-page="blog"] .moeen-blog-index__post::before,
body[data-page="blog"] .moeen-blog-index__post::after {
  display: none !important;
}

body[data-page="blog"] .moeen-blog-index__post:hover {
  border-color: rgba(44, 204, 194, .33) !important;
  background: linear-gradient(155deg, rgba(8, 34, 43, .95), rgba(3, 18, 24, .98)) !important;
  box-shadow: none !important;
  transform: none !important;
}

body[data-page="blog"] .moeen-blog-index__post > a,
body[data-page="blog"] .moeen-blog-index__post--featured > a {
  display: flex !important;
  flex-direction: column !important;
  width: 100%;
  height: 100%;
  gap: 0 !important;
  padding: 0 !important;
  color: inherit;
  text-decoration: none;
}

body[data-page="blog"] .moeen-blog-index__media {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  overflow: hidden !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 10 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: #071b23 !important;
}

body[data-page="blog"] .moeen-blog-index__media::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  background: linear-gradient(180deg, rgba(3, 17, 23, .02) 54%, rgba(3, 17, 23, .38) 100%) !important;
  pointer-events: none;
}

body[data-page="blog"] .moeen-blog-index__media img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: saturate(.78) contrast(.96) brightness(.86) !important;
  transform: none !important;
  transition: filter .2s ease !important;
}

body[data-page="blog"] .moeen-blog-index__post:hover .moeen-blog-index__media img {
  filter: saturate(.84) contrast(.98) brightness(.9) !important;
  transform: none !important;
}

body[data-page="blog"] .moeen-blog-index__body {
  display: flex !important;
  flex: 1;
  flex-direction: column;
  gap: 12px !important;
  padding: clamp(18px, 2vw, 23px) !important;
}

body[data-page="blog"] .moeen-blog-index__meta {
  display: flex !important;
  margin: 0 !important;
}

body[data-page="blog"] .moeen-blog-index__meta span {
  min-height: 27px !important;
  padding: 4px 10px !important;
  border: 1px solid rgba(44, 204, 194, .2) !important;
  border-radius: 999px !important;
  background: rgba(44, 204, 194, .055) !important;
  color: #43ddd4 !important;
  font-size: 10px !important;
  font-weight: 800;
}

body[data-page="blog"] .moeen-blog-index__post h3 {
  display: -webkit-box;
  overflow: hidden;
  min-height: calc(1.48em * 2);
  margin: 0 !important;
  color: #f6fbfb !important;
  font-size: clamp(19px, 1.55vw, 24px) !important;
  line-height: 1.48 !important;
  text-wrap: pretty;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body[data-page="blog"] .moeen-blog-index__post p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 !important;
  color: rgba(218, 235, 237, .67) !important;
  font-size: 13px !important;
  line-height: 1.9 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body[data-page="blog"] .moeen-blog-index__footer {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 15px !important;
  border-top: 1px solid rgba(44, 204, 194, .095) !important;
}

body[data-page="blog"] .moeen-blog-index__footer small {
  color: rgba(215, 232, 234, .48) !important;
  font-size: 10px !important;
}

body[data-page="blog"] .moeen-blog-index__footer strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 7px 13px;
  border: 1px solid rgba(214, 174, 82, .27);
  border-radius: 999px;
  background: rgba(214, 174, 82, .075);
  color: #ebc970 !important;
  font-size: 11px !important;
  font-weight: 850;
  transition: color .16s ease, border-color .16s ease, background .16s ease !important;
}

body[data-page="blog"] .moeen-blog-index__footer strong i {
  font-style: normal;
  transition: transform .16s ease;
}

body[data-page="blog"] .moeen-blog-index__post:hover .moeen-blog-index__footer strong {
  border-color: rgba(214, 174, 82, .45);
  background: rgba(214, 174, 82, .11);
  color: #f3d78d !important;
  transform: none !important;
}

body[data-page="blog"] .moeen-blog-index__post:hover .moeen-blog-index__footer strong i {
  transform: translateX(-2px);
}

body[data-page="blog"] .moeen-blog-index__empty {
  grid-column: 1 / -1;
  padding: 28px;
  border: 1px dashed rgba(214, 174, 82, .3) !important;
  border-radius: 20px !important;
  background: rgba(214, 174, 82, .045) !important;
  color: #e8c56e !important;
  box-shadow: none !important;
}

body[data-page="blog"] .moeen-blog-index__post[hidden],
body[data-page="blog"] .moeen-blog-index__post.is-hidden {
  display: none !important;
}

@media (max-width: 1050px) {
  body[data-page="blog"] .moeen-blog-index__layout {
    grid-template-columns: minmax(225px, 260px) minmax(0, 1fr) !important;
    gap: 20px !important;
  }

  body[data-page="blog"] .moeen-blog-index__post h3 {
    font-size: 19px !important;
  }
}

@media (max-width: 860px) {
  body[data-page="blog"] .moeen-blog-index__layout {
    grid-template-columns: 1fr !important;
  }

  body[data-page="blog"] .moeen-blog-index__sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="blog"] .moeen-blog-index__side-card:last-child {
    grid-column: 1 / -1;
  }

  body[data-page="blog"] .moeen-blog-index__latest {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body[data-page="blog"] .moeen-blog-index {
    padding-block: 46px;
  }

  body[data-page="blog"] .moeen-blog-index__sidebar,
  body[data-page="blog"] .moeen-blog-index__latest,
  body[data-page="blog"] .moeen-blog-index__list {
    grid-template-columns: 1fr !important;
  }

  body[data-page="blog"] .moeen-blog-index__side-card:last-child {
    grid-column: auto;
  }

  body[data-page="blog"] .moeen-blog-index__post h3 {
    font-size: 20px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="blog"] .moeen-blog-index *,
  body[data-page="blog"] .moeen-blog-index *::before,
  body[data-page="blog"] .moeen-blog-index *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Homepage light sections: final authoritative layer.
 * Kept here because this stylesheet is loaded by the static homepage itself. */
body[data-page="home"] main section[data-scope="moeen-stats"].moeen-stats-flow {
  padding-block: clamp(42px, 5vw, 66px) !important;
  background-color: #fff !important;
  background-image:
    linear-gradient(rgba(7, 58, 65, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 58, 65, .055) 1px, transparent 1px) !important;
  background-size: 52px 52px !important;
  box-shadow: none !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"].moeen-stats-flow::after {
  content: none !important;
  display: none !important;
  background: none !important;
  box-shadow: none !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-track {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: center !important;
  gap: clamp(14px, 1.7vw, 22px) !important;
  min-height: 210px !important;
  padding: 18px 0 !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-head {
  margin-bottom: 14px !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step {
  width: 100% !important;
  min-width: 0 !important;
  opacity: 1 !important;
  filter: none !important;
  animation: moeen-stats-soft-float 5.8s ease-in-out infinite;
  will-change: translate;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:nth-of-type(2) {
  animation-delay: -.9s;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:nth-of-type(3) {
  animation-delay: -1.8s;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:nth-of-type(4) {
  animation-delay: -2.7s;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-card,
body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:nth-of-type(odd) .msf-card,
body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:nth-of-type(even) .msf-card {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 146px !important;
  padding: 18px 17px !important;
  color: #0a2932 !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(19, 143, 138, .07), transparent 37%),
    linear-gradient(180deg, #fff 0%, #f9fcfb 100%) !important;
  border: 1px solid rgba(11, 111, 108, .22) !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 28px rgba(20, 61, 66, .09) !important;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:nth-of-type(odd) .msf-card {
  transform: translateY(-14px) !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:nth-of-type(even) .msf-card {
  transform: translateY(14px) !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:nth-of-type(odd) .msf-card:hover {
  transform: translateY(-18px) !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:nth-of-type(even) .msf-card:hover {
  transform: translateY(10px) !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-card:hover {
  border-color: rgba(19, 143, 138, .42) !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(19, 143, 138, .11), transparent 39%),
    #fff !important;
  box-shadow: 0 16px 34px rgba(20, 61, 66, .13) !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-card::before {
  content: none !important;
  display: none !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 22px auto !important;
  width: auto !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, transparent, #20cfc4, #d8b24d, transparent) !important;
  opacity: .85 !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-chip,
body[data-page="home"] main section[data-scope="moeen-stats"] .msf-index {
  color: #176e6b !important;
  background: rgba(19, 143, 138, .07) !important;
  border-color: rgba(19, 143, 138, .2) !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-value {
  color: #087c78 !important;
  text-shadow: none !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:last-of-type .msf-value,
body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:last-of-type .msf-chip,
body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:last-of-type .msf-index {
  color: #a97922 !important;
  border-color: rgba(180, 133, 43, .28) !important;
  background: rgba(180, 133, 43, .08) !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-label {
  color: #15383f !important;
}

@keyframes moeen-stats-soft-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -5px; }
}

@media (max-width: 920px) {
  body[data-page="home"] main section[data-scope="moeen-stats"] .msf-track {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    min-height: auto !important;
    row-gap: 24px !important;
  }

  body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:nth-of-type(odd) .msf-card {
    transform: translateY(-6px) !important;
  }

  body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:nth-of-type(even) .msf-card {
    transform: translateY(6px) !important;
  }
}

@media (max-width: 620px) {
  body[data-page="home"] main section[data-scope="moeen-stats"] .msf-track {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
    padding: 16px 0 !important;
  }

  body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step,
  body[data-page="home"] main section[data-scope="moeen-stats"] .msf-card {
    animation: none !important;
    transform: none !important;
  }

  body[data-page="home"] main section[data-scope="moeen-stats"] .msf-card {
    min-height: 138px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step {
    animation: none !important;
  }
}

/* About introduction actions: compact and aligned with the content column. */
body[data-page="about"] .moeen-about-intro__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 26px;
}

body[data-page="about"] .moeen-about-intro__actions .btn {
  min-width: 146px;
  justify-content: center;
}

@media (max-width: 620px) {
  body[data-page="about"] .moeen-about-intro__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body[data-page="about"] .moeen-about-intro__actions .btn {
    width: 100%;
  }
}

/* Home statistics: final dark premium color treatment only. */
body[data-page="home"] main section[data-scope="moeen-stats"].moeen-stats-flow {
  --msf-bg: #020d13;
  --msf-card: #071820;
  --msf-card-hover: #091d26;
  --msf-cyan: #27d8cd;
  --msf-cyan-2: #5bf2e8;
  --msf-gold: #d7b35a;
  --msf-gold-2: #f0cf78;
  --msf-text: #f3f9fa;
  --msf-muted: #a8bcc1;
  color-scheme: dark !important;
  color: var(--msf-text) !important;
  border-block-color: rgba(53, 240, 227, .11) !important;
  background:
    radial-gradient(circle at 10% 16%, rgba(39, 216, 205, .075), transparent 31rem),
    radial-gradient(circle at 90% 84%, rgba(215, 179, 90, .055), transparent 28rem),
    linear-gradient(180deg, #03141b 0%, #020c12 100%) !important;
  background-size: auto !important;
  box-shadow: none !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"].moeen-stats-flow::before {
  background: linear-gradient(90deg, transparent, rgba(53, 240, 227, .34), rgba(215, 179, 90, .27), transparent) !important;
  box-shadow: none !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-kicker {
  color: #75eee6 !important;
  border-color: rgba(53, 240, 227, .25) !important;
  background: rgba(53, 240, 227, .065) !important;
  box-shadow: none !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-title {
  color: var(--msf-text) !important;
  text-shadow: none !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-title span {
  color: var(--msf-gold-2) !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-lead {
  color: var(--msf-muted) !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-card,
body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:nth-of-type(odd) .msf-card,
body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:nth-of-type(even) .msf-card {
  color: var(--msf-text) !important;
  border-color: rgba(53, 240, 227, .18) !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(53, 240, 227, .075), transparent 39%),
    linear-gradient(180deg, rgba(9, 28, 37, .98), rgba(5, 20, 28, .98)) !important;
  box-shadow: none !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-card.is-gold,
body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:last-of-type .msf-card {
  border-color: rgba(215, 179, 90, .25) !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(215, 179, 90, .095), transparent 40%),
    linear-gradient(180deg, rgba(28, 26, 20, .98), rgba(15, 20, 22, .98)) !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-card:hover,
body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step.is-flow-active .msf-card,
body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:nth-of-type(odd) .msf-card:hover,
body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:nth-of-type(even) .msf-card:hover {
  border-color: rgba(53, 240, 227, .36) !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(53, 240, 227, .11), transparent 40%),
    linear-gradient(180deg, rgba(11, 33, 43, .99), rgba(6, 23, 31, .99)) !important;
  box-shadow: none !important;
  filter: none !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:last-of-type .msf-card:hover,
body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:last-of-type.is-flow-active .msf-card {
  border-color: rgba(215, 179, 90, .4) !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(215, 179, 90, .14), transparent 42%),
    linear-gradient(180deg, rgba(34, 31, 23, .99), rgba(17, 23, 25, .99)) !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-chip,
body[data-page="home"] main section[data-scope="moeen-stats"] .msf-index {
  color: #8af5ee !important;
  background: rgba(53, 240, 227, .075) !important;
  border-color: rgba(53, 240, 227, .24) !important;
  box-shadow: none !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-value,
body[data-page="home"] main section[data-scope="moeen-stats"] .msf-card:hover .msf-value,
body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step.is-flow-active .msf-value {
  color: var(--msf-cyan-2) !important;
  text-shadow: none !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:last-of-type .msf-value,
body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:last-of-type .msf-chip,
body[data-page="home"] main section[data-scope="moeen-stats"] .msf-step:last-of-type .msf-index {
  color: var(--msf-gold-2) !important;
  border-color: rgba(215, 179, 90, .3) !important;
  background: rgba(215, 179, 90, .085) !important;
}

body[data-page="home"] main section[data-scope="moeen-stats"] .msf-label {
  color: #e8f3f4 !important;
  text-shadow: none !important;
}