/* Vision International — premium B2B optical layer (refined, mature, high-trust) */

/* ——— Arabic display typography: Reem Kufi for ALL headings via tokens.css
       Extra reinforcement for elements that may inherit conflicting font ——— */
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] .hs-slide__title,
html[lang="ar"] .section__title,
html[lang="ar"] .hero__title,
html[lang="ar"] .value-monument__title,
html[lang="ar"] .page-hero h1,
html[lang="ar"] .cta-strip--premium h2,
html[lang="ar"] .stat-card__num,
html[lang="ar"] .mix-card h3,
html[lang="ar"] .product-card__title,
html[lang="ar"] .value-card__text {
  font-family: "Reem Kufi", "Noto Kufi Arabic", system-ui, sans-serif;
}

/* ——— Top bar ——— */
.topbar--premium {
  background: linear-gradient(180deg, #070d18 0%, #0b1220 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  min-height: var(--topbar-h);
}

.topbar--premium .container {
  justify-content: space-between;
  gap: var(--space-md);
  padding-block: 0.45rem;
}

.topbar__meta {
  flex: 1;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.06em;
  opacity: 0.88;
}

@media (max-width: 720px) {
  .topbar--premium .container {
    flex-direction: column;
    text-align: center;
    gap: 0.35rem;
  }

  .topbar__meta {
    order: 3;
    font-size: 0.68rem;
  }
}

.topbar__contacts a {
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  padding: 0.15rem 0;
  border-bottom: 1px solid transparent;
  transition:
    color var(--transition-fast),
    border-color var(--transition-fast);
}

.topbar__contacts a:hover {
  border-bottom-color: rgba(6, 182, 212, 0.5);
}

/* ——— Header ——— */
.site-header--premium {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  transition:
    min-height 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.site-header--premium.site-header--scrolled {
  min-height: var(--header-h-scrolled);
  box-shadow: var(--shadow-header);
  background: rgba(255, 255, 255, 0.92);
  border-bottom-color: rgba(15, 23, 42, 0.08);
}

.site-header--premium.site-header--scrolled .site-header__inner {
  min-height: var(--header-h-scrolled);
}

.site-header--premium.site-header--scrolled .logo--full .logo__mark--ar,
.site-header--premium.site-header--scrolled .logo--full .logo__mark--en {
  height: 42px;
}

.logo--full .logo__mark--ar,
.logo--full .logo__mark--en {
  height: 52px;
  max-width: min(320px, 58vw);
}

@media (max-width: 480px) {
  .logo--full .logo__mark--ar,
  .logo--full .logo__mark--en {
    height: 40px;
  }
}

/* Nav: quieter links */
.site-header--premium .nav__link {
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.45rem 0.75rem;
  color: var(--color-navy-mid);
}

.site-header--premium .nav__link:hover,
.site-header--premium .nav__link[aria-current="page"] {
  background: transparent;
  color: var(--color-teal);
}

/* Lang: minimal pills */
.lang-switcher--minimal {
  gap: 0.2rem;
  padding: 0.2rem;
  padding-inline: 0.25rem;
  border-radius: var(--radius-full);
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.lang-switcher--minimal button {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.55rem;
  border: none;
  background: transparent;
  color: var(--color-text-muted);
  border-radius: var(--radius-full);
}

.lang-switcher--minimal button[aria-pressed="true"] {
  background: #fff;
  color: var(--color-navy);
  box-shadow: var(--shadow-sm);
}

.lang-switcher--minimal button:hover:not([aria-pressed="true"]) {
  color: var(--color-teal);
}

/* Primary CTA: single strong button */
.btn--nav-cta {
  padding: 0.5rem 1.15rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 20px rgba(6, 182, 212, 0.28);
}

.btn--nav-cta:hover {
  box-shadow: 0 8px 28px rgba(6, 182, 212, 0.38);
}

/* ——— Hero immersive ——— */
.hero--immersive {
  min-height: min(92vh, 56rem);
  align-items: stretch;
}

.hero--immersive .hero__bg {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(6, 182, 212, 0.28) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 100% 80%, rgba(13, 148, 136, 0.22) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 0% 60%, rgba(34, 197, 94, 0.12) 0%, transparent 45%),
    linear-gradient(168deg, #050a14 0%, #0b1220 38%, #0b1f24 62%, #0b1220 100%);
}

.hero__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 40%, black 20%, transparent 75%);
}

.hero__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 85% 70% at 50% 50%, transparent 30%, rgba(5, 8, 15, 0.65) 100%);
  pointer-events: none;
}

.hero__glow {
  position: absolute;
  inset: 10% 15% auto auto;
  width: min(55vw, 28rem);
  height: min(55vw, 28rem);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.12) 0%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}

.hero__orb--3 {
  width: min(28vw, 14rem);
  height: min(28vw, 14rem);
  background: rgba(6, 182, 212, 0.5);
  inset-inline-start: 55%;
  bottom: 8%;
  opacity: 0.2;
  animation-delay: -2s;
}

.hero--immersive .hero__split--immersive {
  min-height: min(88vh, 52rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  padding-block: clamp(2rem, 6vh, 4rem);
  width: min(100% - var(--space-xl), var(--max-w));
  margin-inline: auto;
  padding-inline: var(--space-md);
}

.hero--immersive .hero__content {
  padding-inline: 0;
  max-width: 40rem;
}

.hero--immersive .hero__kicker {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: var(--space-lg);
}

.hero--immersive .hero__title {
  max-width: none;
  font-size: clamp(2.15rem, 4.8vw, 3.6rem);
  line-height: 1.12;
  font-weight: 700;
  margin-bottom: var(--space-lg);
  text-shadow: 0 4px 48px rgba(0, 0, 0, 0.35);
}

html[lang="ar"] .hero--immersive .hero__title {
  line-height: 1.2;
}

.hero--immersive .hero__lead {
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  line-height: 1.75;
  max-width: 38ch;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: var(--space-2xl);
}

.hero--immersive .hero__actions {
  gap: var(--space-md);
}

.hero--immersive .btn--hero-primary {
  padding: 0.85rem 1.75rem;
  font-size: 0.95rem;
  border-radius: var(--radius-full);
  box-shadow: 0 8px 32px rgba(6, 182, 212, 0.35);
}

.hero--immersive .btn--hero-secondary {
  border-radius: var(--radius-full);
  padding: 0.85rem 1.5rem;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.hero--immersive .btn--hero-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.55);
}

/* Hero visual frame — large art-directed block */
.hero__visual-wrap {
  position: relative;
  width: 100%;
  max-width: none;
}

.hero__figure--premium {
  position: relative;
  margin: 0;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow:
    var(--shadow-xl),
    0 0 0 1px rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.hero__figure--premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    145deg,
    rgba(13, 148, 136, 0.15) 0%,
    transparent 42%,
    rgba(6, 182, 212, 0.08) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.hero__figure--premium::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25) 0%,
    transparent 40%,
    rgba(6, 182, 212, 0.2) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.hero__figure--premium .hero__img-motion {
  display: block;
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
  animation: hero-ken 26s ease-in-out infinite alternate;
}

.hero__img--premium {
  display: block;
  width: 100%;
  height: auto;
  min-height: min(42vh, 22rem);
  object-fit: cover;
  object-position: center;
  animation: hero-img-float 8s ease-in-out infinite;
}

.hero__lens-flare {
  position: absolute;
  inset: auto -8% 12% auto;
  width: 45%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.2) 0%, transparent 65%);
  filter: blur(28px);
  pointer-events: none;
  z-index: 3;
}

@media (max-width: 960px) {
  .hero--immersive .hero__split--immersive {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: var(--space-2xl);
  }

  .hero__visual-wrap {
    order: -1;
    max-width: min(100%, 26rem);
    margin-inline: auto;
  }

  .hero__img--premium {
    min-height: 220px;
  }

  .hero--immersive .hero__lead {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__img--premium,
  .hero__figure--premium .hero__img-motion {
    animation: none;
  }
}

/* ——— Trust strip (editorial, luxury optics–style bridge) ——— */
.trust-strip {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  background:
    linear-gradient(90deg, rgba(184, 149, 62, 0.07) 0%, transparent 42%, rgba(6, 182, 212, 0.06) 100%),
    linear-gradient(180deg, #060910 0%, #0b1220 55%, #0d1520 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-block: clamp(0.7rem, 1.8vw, 1.05rem);
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.68rem, 1.1vw, 0.8rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trust-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem 1.1rem;
  text-align: center;
}

.trust-strip__item {
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.9);
}

.trust-strip__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-luxury-gold), var(--color-cyan));
  opacity: 0.75;
  flex-shrink: 0;
}

html[lang="ar"] .trust-strip {
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: clamp(0.78rem, 1.15vw, 0.88rem);
}

html[lang="ar"] .trust-strip__item {
  font-weight: 500;
  letter-spacing: 0;
}

@media (max-width: 520px) {
  .trust-strip__dot {
    display: none;
  }

  .trust-strip__inner {
    gap: 0.35rem 0.75rem;
  }

  .trust-strip__item {
    white-space: normal;
    max-width: 11rem;
  }
}

/* Full-bleed ambient strip (below hero) */
.media-strip {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.media-strip__inner {
  position: relative;
  width: 100%;
  max-height: min(22vh, 11rem);
  min-height: 5.5rem;
  overflow: hidden;
  background: var(--color-navy);
}

.media-strip__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 5.5rem;
  object-fit: cover;
  object-position: center;
  animation: strip-pan 22s ease-in-out infinite alternate;
  opacity: 0.95;
}

.media-strip__shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.12) 45%,
    transparent 90%
  );
  background-size: 220% 100%;
  animation: band-shine 4.5s ease-in-out infinite;
  mix-blend-mode: screen;
}

@media (prefers-reduced-motion: reduce) {
  .media-strip__img,
  .media-strip__shine {
    animation: none;
  }

  .media-strip__shine {
    opacity: 0.4;
  }
}

/* Wide creative frame between products and value monument */
.section-visual-break {
  width: 100%;
  max-width: var(--container-max, 72rem);
  margin-inline: auto;
  padding-inline: var(--space-md);
  margin-block: clamp(2rem, 5vw, 3.5rem);
}

.section-visual-break__frame {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.section-visual-break__img {
  display: block;
  width: 100%;
  height: auto;
  min-height: min(32vw, 14rem);
  max-height: min(42vw, 20rem);
  object-fit: cover;
  object-position: center;
  animation: visual-break-float 14s ease-in-out infinite;
}

.section-visual-break__veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.12) 0%,
    transparent 35%,
    transparent 65%,
    rgba(15, 23, 42, 0.18) 100%
  );
}

@media (prefers-reduced-motion: reduce) {
  .section-visual-break__img {
    animation: none;
  }
}

/* ——— Section rhythm ——— */
.section--premium {
  padding-block: var(--space-section);
}

.section--inset {
  background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 40%, #ffffff 100%);
}

.section-divider {
  height: 1px;
  border: 0;
  margin: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(13, 148, 136, 0.25) 45%,
    rgba(6, 182, 212, 0.2) 55%,
    transparent
  );
}

.section__head--premium .section__label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--color-teal);
  border: 1px solid rgba(13, 148, 136, 0.22);
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-full);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(13, 148, 136, 0.06) 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.section__head--premium .section__title {
  margin-top: var(--space-md);
}

/* ——— Why us — value cards ——— */
.value-grid {
  display: grid;
  gap: var(--space-lg);
  grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr));
}

.value-card {
  position: relative;
  padding: var(--space-xl) var(--space-lg);
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  border-radius: var(--radius-xl);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition:
    transform var(--transition-base) var(--ease-out-expo),
    box-shadow var(--transition-base),
    border-color var(--transition-base);
}

.value-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--color-luxury-gold-soft),
    rgba(6, 182, 212, 0.2),
    transparent
  );
  opacity: 0;
  transition: opacity var(--transition-base);
  pointer-events: none;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  border-color: rgba(13, 148, 136, 0.22);
}

.value-card:hover::before {
  opacity: 1;
}

.value-card__icon {
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: var(--space-md);
  color: var(--color-teal);
  opacity: 0.92;
}

.value-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.value-card__text {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.55;
  color: var(--color-navy);
}

/* ——— Products ——— */
.product-grid {
  display: grid;
  gap: var(--space-lg);
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

.product-card {
  position: relative;
  padding: var(--space-xl) var(--space-lg);
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  border-radius: var(--radius-xl);
  border: 1px solid var(--color-border);
  overflow: hidden;
  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base),
    border-color var(--transition-base);
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--gradient-brand);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

html[dir="rtl"] .product-card::before {
  transform-origin: 100% 50%;
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(13, 148, 136, 0.28);
  box-shadow: var(--shadow-lg);
}

.product-card:hover::before {
  transform: scaleX(1);
}

.product-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: var(--space-md);
  color: var(--color-teal);
}

.product-card__title {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--color-navy);
}

/* ——— Value monument (not price) ——— */
.value-monument {
  position: relative;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  background: linear-gradient(155deg, #0b1220 0%, #0f172a 42%, #134e4a 100%);
  color: rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

.value-monument::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 70% at 20% 30%, rgba(6, 182, 212, 0.12) 0%, transparent 55%);
  pointer-events: none;
}

.value-monument__inner {
  position: relative;
  z-index: 1;
  max-width: 40rem;
  margin-inline: auto;
  padding-block: clamp(3.5rem, 10vw, 5.5rem);
  padding-inline: var(--space-md);
  text-align: center;
}

.value-monument__eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(6, 182, 212, 0.95);
  margin-bottom: var(--space-lg);
}

.value-monument__title {
  margin: 0 0 var(--space-xl);
  font-size: clamp(1.85rem, 3.5vw, 2.65rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.25);
}

html[lang="en"] .value-monument__title {
  font-family: var(--font-display-en);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.value-monument__quote {
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 400;
}

.value-monument__accent-line {
  width: 4rem;
  height: 2px;
  margin: var(--space-2xl) auto 0;
  border-radius: var(--radius-full);
  background: linear-gradient(90deg, transparent, rgba(6, 182, 212, 0.8), transparent);
  animation: accent-line-glow 5.5s ease-in-out infinite;
}

/* ——— Sectors panel ——— */
.sectors-panel {
  max-width: 40rem;
  margin-inline: auto;
  padding: var(--space-2xl);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.06) 0%, rgba(255, 255, 255, 0.9) 100%);
  border: 1px solid rgba(13, 148, 136, 0.12);
  box-shadow: var(--shadow-sm);
}

.sectors-panel p:last-child {
  margin-bottom: 0;
}

/* ——— Support strip ——— */
.support-grid {
  display: grid;
  gap: var(--space-md);
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  max-width: 52rem;
  margin-inline: auto;
}

.support-item {
  padding: var(--space-lg);
  border-radius: var(--radius-lg);
  background: var(--color-surface-elevated);
  border: 1px solid var(--color-border);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-navy);
  transition:
    border-color var(--transition-fast),
    box-shadow var(--transition-fast);
}

.support-item:hover {
  border-color: rgba(13, 148, 136, 0.25);
  box-shadow: var(--shadow-sm);
}

/* ——— CTA ——— */
.cta-strip--premium {
  position: relative;
  padding-block: clamp(3.5rem, 10vw, 5rem);
  background: linear-gradient(125deg, #0d4f4a 0%, #0b1220 55%, #134e4a 100%);
  overflow: hidden;
}

.cta-strip--premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 20%, rgba(6, 182, 212, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.cta-strip--premium .container {
  position: relative;
  z-index: 1;
}

.cta-strip--premium h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  color: #fff;
  margin-bottom: var(--space-md);
}

.cta-strip--premium p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.82);
  max-width: 36rem;
  margin-inline: auto;
  margin-bottom: var(--space-xl);
}

.cta-strip__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  justify-content: center;
  align-items: center;
}

.btn--cta-glow {
  padding: 0.85rem 2rem;
  border-radius: var(--radius-full);
  font-weight: 600;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.btn--whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.35rem;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition:
    background var(--transition-fast),
    border-color var(--transition-fast);
}

.btn--whatsapp:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff !important;
}

.btn--whatsapp svg {
  flex-shrink: 0;
  opacity: 0.95;
}

/* ——— Footer ——— */
.site-footer--premium {
  background: linear-gradient(180deg, #070d18 0%, #0b1220 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-block: clamp(3rem, 8vw, 4.5rem);
}

.site-footer--premium .site-footer__grid {
  grid-template-columns: 1.2fr repeat(2, 1fr);
  gap: var(--space-2xl);
  align-items: start;
}

@media (min-width: 960px) {
  .site-footer--premium .site-footer__grid {
    grid-template-columns: 1.35fr 1fr 1.1fr 1.1fr;
  }
}

.site-footer--premium .site-footer__title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: var(--space-lg);
}

.site-footer--premium .site-footer__brand {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: var(--space-sm);
}

.site-footer--premium p {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  font-size: 0.95rem;
}

.site-footer--premium .site-footer__list a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}

.site-footer--premium .site-footer__list a:hover {
  color: rgba(6, 182, 212, 0.95);
}

.site-footer__contact-row {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.site-footer__contact-row a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  word-break: break-word;
}

.site-footer__bottom--premium {
  margin-top: var(--space-2xl);
  padding-top: var(--space-xl);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 960px) {
  .site-footer--premium .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .site-footer--premium .site-footer__grid {
    grid-template-columns: 1fr;
  }
}

/* ====================================================
   Inner pages — immersive dark hero banner (no images)
   ==================================================== */
.page-hero {
  position: relative;
  padding-block: clamp(3.5rem, 11vw, 5.5rem);
  overflow: hidden;
  /* Deep navy with teal/cyan radial gradients */
  background:
    radial-gradient(ellipse 75% 65% at 15% 25%, rgba(6, 182, 212, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 60% 55% at 90% 75%, rgba(13, 148, 136, 0.18) 0%, transparent 50%),
    radial-gradient(ellipse 45% 40% at 55% 10%, rgba(34, 197, 94, 0.1) 0%, transparent 50%),
    linear-gradient(155deg, #050a14 0%, #0b1220 42%, #0c1c1e 100%);
  color: #fff;
}

/* Dot-grid mesh overlay */
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 90% 85% at 50% 50%, black 30%, transparent 80%);
}

/* Vignette */
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 65% at 50% 55%, transparent 35%, rgba(5, 8, 15, 0.55) 100%);
  pointer-events: none;
}

.page-hero .container {
  position: relative;
  z-index: 2;
}

/* Label pill on dark background */
.page-hero .section__label {
  border: 1px solid rgba(6, 182, 212, 0.35);
  padding: 0.35rem 0.9rem;
  border-radius: var(--radius-full);
  background: rgba(6, 182, 212, 0.1);
  color: rgba(6, 182, 212, 0.92);
  backdrop-filter: blur(6px);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

html[lang="ar"] .page-hero .section__label {
  letter-spacing: 0.02em;
  text-transform: none;
}

.page-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  margin-top: var(--space-md);
  color: #fff;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.35);
  max-width: 22ch;
}

html[lang="ar"] .page-hero h1 {
  font-family: "Reem Kufi", "Noto Kufi Arabic", system-ui, sans-serif;
  font-weight: 600;
  max-width: none;
}

.page-hero .section__lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  max-width: 44ch;
  margin-top: var(--space-md);
}

/* SVG art element: positioned top-inline-end */
.page-hero__art {
  position: absolute;
  inset-inline-end: -2%;
  top: 50%;
  transform: translateY(-50%);
  width: min(38vw, 18rem);
  opacity: 0.18;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 768px) {
  .page-hero__art { opacity: 0.1; width: min(50vw, 10rem); }
}

/* Floating orbs */
.page-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(55px);
  opacity: 0.22;
  pointer-events: none;
  z-index: 0;
  animation: float-orb 10s ease-in-out infinite;
}

.page-hero__orb--1 {
  width: min(35vw, 16rem);
  height: min(35vw, 16rem);
  background: var(--color-cyan);
  inset-inline-end: 5%;
  top: -20%;
  animation-delay: -3s;
}

.page-hero__orb--2 {
  width: min(25vw, 12rem);
  height: min(25vw, 12rem);
  background: var(--color-green);
  inset-inline-start: 10%;
  bottom: -15%;
  animation-delay: -6s;
  opacity: 0.15;
}

@media (prefers-reduced-motion: reduce) {
  .page-hero__orb { animation: none; }
}

/* Thin bottom accent line */
.page-hero__accent {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--color-teal) 35%,
    var(--color-cyan) 65%,
    transparent
  );
  opacity: 0.6;
}

/* ======= Page hero layout variant: split (text + SVG side by side) ======= */
.page-hero--split .container {
  display: grid;
  grid-template-columns: 1fr min(40vw, 18rem);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

@media (max-width: 768px) {
  .page-hero--split .container {
    grid-template-columns: 1fr;
  }
  .page-hero--split .page-hero__visual { display: none; }
}

.page-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
}

.page-hero__visual svg {
  width: 100%;
  height: auto;
  animation: hero-img-float 7s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .page-hero__visual svg { animation: none; }
}

/* ======= Product cards — rich grid ======= */
.product-rich-grid {
  display: grid;
  gap: var(--space-lg);
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
}

.product-rich-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, #fff 0%, #f8fafc 100%);
  border-radius: var(--radius-xl);
  border: 1px solid var(--color-border);
  overflow: hidden;
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,0.9);
  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base),
    border-color var(--transition-base);
}

.product-rich-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(13, 148, 136, 0.25);
}

/* Gradient bar top */
.product-rich-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--gradient-brand);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.45s var(--ease-out-expo);
}

html[dir="rtl"] .product-rich-card::before { transform-origin: 100% 50%; }
.product-rich-card:hover::before { transform: scaleX(1); }

/* SVG visual area */
.product-rich-card__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-xl) var(--space-lg) var(--space-md);
  background: linear-gradient(
    180deg,
    rgba(13, 148, 136, 0.05) 0%,
    rgba(6, 182, 212, 0.04) 100%
  );
  min-height: 9rem;
}

.product-rich-card__visual svg {
  width: min(7.5rem, 60%);
  height: auto;
}

.product-rich-card__body {
  padding: var(--space-lg);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-rich-card__title {
  font-family: "Reem Kufi", "Noto Kufi Arabic", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-navy);
  margin: 0 0 var(--space-sm);
}

html[lang="en"] .product-rich-card__title {
  font-family: var(--font-en);
  font-weight: 700;
}

.product-rich-card__desc {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  line-height: 1.65;
  margin: 0;
  flex: 1;
}

/* ======= Why-us comparison block ======= */
.why-compare {
  display: grid;
  gap: var(--space-lg);
  grid-template-columns: 1fr 1fr;
  max-width: 52rem;
  margin-inline: auto;
}

@media (max-width: 600px) {
  .why-compare { grid-template-columns: 1fr; }
}

.why-compare__col {
  border-radius: var(--radius-xl);
  padding: var(--space-xl);
  border: 1px solid var(--color-border);
}

.why-compare__col--bad {
  background: linear-gradient(165deg, #fdf2f2 0%, #fff 100%);
  border-color: rgba(239, 68, 68, 0.12);
}

.why-compare__col--good {
  background: linear-gradient(165deg, #f0fdf4 0%, #fff 100%);
  border-color: rgba(34, 197, 94, 0.18);
  box-shadow: var(--shadow-sm), 0 0 0 1px rgba(34, 197, 94, 0.1);
}

.why-compare__head {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  margin-bottom: var(--space-lg);
}

.why-compare__badge {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.why-compare__col--bad .why-compare__badge {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}

.why-compare__col--good .why-compare__badge {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}

.why-compare__label {
  font-weight: 700;
  font-size: 0.95rem;
  font-family: "Reem Kufi", "Noto Kufi Arabic", system-ui, sans-serif;
}

html[lang="en"] .why-compare__label { font-family: var(--font-en); }

.why-compare__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.why-compare__list li {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  padding-inline-start: 1.4rem;
  position: relative;
  line-height: 1.6;
}

.why-compare__list li::before {
  content: "✕";
  position: absolute;
  inset-inline-start: 0;
  color: #ef4444;
  font-weight: 700;
  font-size: 0.8rem;
}

.why-compare__col--good .why-compare__list li::before {
  content: "✓";
  color: #16a34a;
}

/* ======= About page: values grid ======= */
.about-values-grid {
  display: grid;
  gap: var(--space-lg);
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  margin-top: var(--space-2xl);
}

.about-value-card {
  position: relative;
  padding: var(--space-xl) var(--space-lg);
  background: linear-gradient(165deg, #fff 0%, #f8fafc 100%);
  border-radius: var(--radius-xl);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.about-value-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.about-value-card__num {
  font-family: "Reem Kufi", "Noto Kufi Arabic", system-ui, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  margin-bottom: var(--space-sm);
}

html[lang="en"] .about-value-card__num { font-family: var(--font-display-en); }

.about-value-card__title {
  font-family: "Reem Kufi", "Noto Kufi Arabic", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-navy);
  margin: 0 0 var(--space-xs);
}

html[lang="en"] .about-value-card__title { font-family: var(--font-en); font-weight: 700; }

.about-value-card__text {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 1.65;
  margin: 0;
}

/* Commercial mix cards — refinement */
.mix-card {
  border-radius: var(--radius-xl);
  border-color: rgba(15, 23, 42, 0.07);
}

.mix-card h3 {
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.45;
}

/* Mobile nav — overridden in layout.css with full dark design */
