:root {
  --bg: #05070d;
  --bg-2: #080b14;
  --panel: rgba(255,255,255,.075);
  --panel-2: rgba(255,255,255,.105);
  --stroke: rgba(255,255,255,.14);
  --stroke-strong: rgba(255,255,255,.26);
  --text: #f8fafc;
  --muted: #a8b3c7;
  --soft: #d8deea;
  --gold: #f3c969;
  --gold-2: #b7792d;
  --cyan: #4ad7ff;
  --violet: #8b5cf6;
  --green: #44d7a8;
  --danger: #fb7185;
  --shadow: 0 34px 100px rgba(0,0,0,.38);
  --radius: 18px;
  --radius-lg: 24px;
  --radius-sm: 12px;
  --font-body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-ar: "Noto Kufi Arabic", Tahoma, Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(139,92,246,.22), transparent 26rem),
    radial-gradient(circle at 92% 6%, rgba(74,215,255,.16), transparent 28rem),
    radial-gradient(circle at 50% 100%, rgba(243,201,105,.10), transparent 30rem),
    var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

html[dir="rtl"] body {
  font-family: var(--font-ar);
  line-height: 1.85;
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 80;
  opacity: .05;
  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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

a { color: inherit; }
img, svg, video { display: block; max-width: 100%; }
h1, h2, h3, p, li, a, strong {
  overflow-wrap: break-word;
}

.container {
  width: calc(100% - 48px);
  max-width: 1160px;
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 70;
  padding: 16px 0;
  transition: background .25s ease, padding .25s ease;
}

.site-header.scrolled {
  padding: 10px 0;
  background: rgba(5,7,13,.62);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.nav-shell {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background: rgba(5,7,13,.48);
  box-shadow: 0 18px 60px rgba(0,0,0,.28);
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  direction: ltr;
  text-align: left;
  min-width: 0;
}

.brand > span:last-child {
  min-width: 0;
}

.brand-mark {
  position: relative;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #08111c;
  font-weight: 800;
  letter-spacing: 0;
  background:
    linear-gradient(135deg, #fff7bf, var(--gold), #c9892f);
  box-shadow: 0 0 42px rgba(243,201,105,.34);
}

.brand-mark:after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 18px;
  border: 1px solid rgba(243,201,105,.35);
}

.brand strong,
.brand small {
  display: block;
  white-space: nowrap;
}

.brand strong {
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 800;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

html[dir="rtl"] .brand small {
  direction: rtl;
  text-align: right;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-nav a {
  text-decoration: none;
  color: rgba(248,250,252,.78);
  font-size: 13px;
  font-weight: 700;
  transition: color .2s ease, transform .2s ease;
}

.site-nav a:hover {
  color: #fff;
  transform: translateY(-1px);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
}

.mobile-language-switcher {
  display: none;
}

.language-switcher a {
  min-width: 38px;
  padding: 7px 10px;
  text-align: center;
  border-radius: 999px;
  font-size: 12px;
}

.language-switcher .active {
  color: #08111c;
  background: linear-gradient(135deg, #fff7bf, var(--gold));
}

.nav-cta {
  position: relative;
  overflow: hidden;
  padding: 10px 16px;
  border-radius: 16px;
  color: #07101a !important;
  white-space: nowrap;
  background: linear-gradient(135deg, #fff7bf, var(--gold), #d28b32);
  box-shadow: 0 14px 34px rgba(243,201,105,.22);
  text-align: center;
}

.nav-cta:after,
.button-primary:after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -60%;
  width: 45%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.48), transparent);
  transform: skewX(-18deg);
  animation: shine 4.8s ease-in-out infinite;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.07);
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
  border-radius: 99px;
}

.hero {
  min-height: 94svh;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 132px 0 74px;
}

.hero-media,
.hero-bg,
.hero-loop,
.hero-overlay,
.mesh-orb {
  position: absolute;
}

.hero-media {
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-bg,
.hero-loop {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-loop {
  opacity: .34;
  filter: saturate(1.08) contrast(1.08) brightness(.72);
  mix-blend-mode: screen;
}

.hero-bg {
  opacity: .74;
  filter: saturate(.96) contrast(1.06) brightness(.55);
  transform: scale(1.02);
}

.hero-overlay {
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 18% 28%, rgba(139,92,246,.35), transparent 30rem),
    radial-gradient(circle at 70% 18%, rgba(74,215,255,.18), transparent 26rem),
    linear-gradient(90deg, rgba(5,7,13,.98) 0%, rgba(5,7,13,.88) 40%, rgba(5,7,13,.44) 100%);
}

html[dir="rtl"] .hero-overlay {
  background:
    radial-gradient(circle at 82% 28%, rgba(139,92,246,.35), transparent 30rem),
    radial-gradient(circle at 30% 18%, rgba(74,215,255,.18), transparent 26rem),
    linear-gradient(270deg, rgba(5,7,13,.98) 0%, rgba(5,7,13,.88) 40%, rgba(5,7,13,.44) 100%);
}

.mesh-orb {
  width: 30rem;
  height: 30rem;
  border-radius: 999px;
  filter: blur(66px);
  opacity: .36;
  animation: drift 12s ease-in-out infinite alternate;
}

.orb-one { top: 12%; left: -12rem; background: var(--violet); }
.orb-two { right: -9rem; bottom: 10%; background: var(--cyan); animation-delay: -4s; }

html[dir="rtl"] .orb-one { left: auto; right: -12rem; }
html[dir="rtl"] .orb-two { right: auto; left: -9rem; }

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(340px, .72fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: center;
}

.hero-grid > *,
.intro-grid > *,
.statement-grid > *,
.cta-panel > * {
  min-width: 0;
}

.hero-copy {
  width: min(100%, 720px);
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

html[dir="rtl"] .eyebrow {
  letter-spacing: 0;
}

.hero h1,
.section-heading h2,
.statement h2,
.cta-copy h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 800;
}

html[dir="rtl"] .hero h1,
html[dir="rtl"] .section-heading h2,
html[dir="rtl"] .statement h2,
html[dir="rtl"] .cta-copy h2 {
  letter-spacing: 0;
  line-height: 1.18;
}

.gradient-text {
  background: linear-gradient(135deg, #fff, #dbeafe 30%, #f9d976 64%, #fff7bf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-lead {
  margin: 22px 0 0;
  max-width: 660px;
  color: var(--soft);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.75;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 52px;
  padding: 13px 20px;
  border-radius: 14px;
  text-decoration: none;
  text-align: center;
  font-weight: 800;
  line-height: 1.25;
  white-space: normal;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

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

.button[href^="mailto:"] {
  overflow-wrap: anywhere;
}

.button-primary {
  position: relative;
  overflow: hidden;
  color: #07101a;
  background: linear-gradient(135deg, #fff7bf, var(--gold), #d88d32);
  box-shadow: 0 22px 54px rgba(243,201,105,.22);
}

.button-secondary {
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(16px);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
  margin-top: 26px;
}

.hero-proof span {
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: rgba(248,250,252,.78);
  background: rgba(255,255,255,.055);
  font-size: 12px;
  font-weight: 700;
}

.hero-showcase {
  position: relative;
  min-height: 520px;
  perspective: 1200px;
}

.showcase-card {
  position: absolute;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.055));
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.browser-card {
  inset: 36px 0 auto auto;
  width: min(500px, 100%);
  transform: rotateY(-10deg) rotateX(4deg);
  animation: floatCard 7s ease-in-out infinite;
}

html[dir="rtl"] .browser-card {
  inset: 36px auto auto 0;
  transform: rotateY(10deg) rotateX(4deg);
  animation-name: floatCardRtl;
}

.browser-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 17px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(0,0,0,.22);
}

.browser-top i {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: rgba(255,255,255,.36);
}

.browser-top span {
  margin-inline-start: auto;
  color: rgba(248,250,252,.55);
  font-size: 11px;
  font-weight: 800;
}

.browser-body {
  position: relative;
  min-height: 330px;
  padding: 20px;
  background:
    radial-gradient(circle at 15% 25%, rgba(74,215,255,.14), transparent 12rem),
    radial-gradient(circle at 80% 10%, rgba(243,201,105,.15), transparent 12rem),
    rgba(255,255,255,.03);
}

.browser-hero {
  min-height: 128px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.04)),
    url("../images/hero-studio.png") center/cover;
  border: 1px solid rgba(255,255,255,.14);
}

.browser-lines {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.browser-lines b,
.browser-lines span {
  display: block;
  height: 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.2);
}

.browser-lines b { width: 68%; height: 20px; background: rgba(255,255,255,.34); }
.browser-lines span:nth-child(2) { width: 90%; }
.browser-lines span:nth-child(3) { width: 74%; }

.browser-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  margin-top: 22px;
}

.browser-grid span {
  height: 70px;
  border-radius: 14px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.09);
}

.phone-card {
  right: -16px;
  bottom: 24px;
  width: 168px;
  padding: 12px;
  border-radius: 28px;
  animation: floatCard 6.5s ease-in-out infinite reverse;
}

html[dir="rtl"] .phone-card {
  right: auto;
  left: -16px;
  animation-name: floatCardRtl;
}

.phone-screen {
  min-height: 308px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(5,7,13,.04), rgba(5,7,13,.72)),
    url("../images/hero-studio.png") 68% center/cover;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
}

.metrics-card {
  left: 6px;
  bottom: 82px;
  width: 218px;
  padding: 17px;
  animation: floatCard 8s ease-in-out infinite;
}

html[dir="rtl"] .metrics-card {
  left: auto;
  right: 6px;
  animation-name: floatCardRtl;
}

.metrics-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.metrics-card strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.15;
}

.metrics-card > span {
  display: block;
  margin-top: 8px;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.65;
}

.pulse-row {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.pulse-row span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--gold));
  transform-origin: left;
  animation: pulseWidth 2.6s ease-in-out infinite;
}

.pulse-row span:nth-child(2) { width: 72%; animation-delay: -.7s; }
.pulse-row span:nth-child(3) { width: 46%; animation-delay: -1.3s; }

html[dir="rtl"] .pulse-row span {
  transform-origin: right;
}

.lang-orbit {
  position: absolute;
  left: 70px;
  top: 18px;
  display: flex;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(0,0,0,.34);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
  animation: floatCard 5.8s ease-in-out infinite;
}

html[dir="rtl"] .lang-orbit {
  left: auto;
  right: 70px;
}

.lang-orbit span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 99px;
  background: rgba(255,255,255,.09);
  color: rgba(255,255,255,.83);
  font-size: 12px;
  font-weight: 800;
}

.marquee {
  overflow: hidden;
  border-block: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.035);
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 0;
  padding: 14px 0;
  color: rgba(248,250,252,.58);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .24em;
  animation: marquee 30s linear infinite;
}

html[dir="rtl"] .marquee-track {
  animation-direction: reverse;
  letter-spacing: 0;
}

.marquee-track span {
  white-space: nowrap;
  padding-inline: 15px;
}

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

.section-light {
  background:
    radial-gradient(circle at 10% 10%, rgba(243,201,105,.08), transparent 25rem),
    radial-gradient(circle at 88% 0%, rgba(74,215,255,.06), transparent 24rem);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.statement h2,
.cta-copy h2 {
  font-size: clamp(31px, 3.8vw, 50px);
  line-height: 1.08;
}

.section-heading p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.intro-band {
  position: relative;
  padding: 62px 0;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.intro-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 42px;
  align-items: center;
}

.intro-grid h2 {
  margin: 0;
  font-size: clamp(29px, 3.4vw, 46px);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 800;
}

html[dir="rtl"] .intro-grid h2 {
  letter-spacing: 0;
}

.intro-grid p:last-child {
  color: var(--soft);
  font-size: 17px;
  margin: 0;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 22px;
}

.work-card {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  box-shadow: var(--shadow);
  transition: transform .35s ease, border-color .35s ease, background .35s ease;
}

.work-card:hover {
  transform: translateY(-10px);
  border-color: rgba(243,201,105,.44);
  background: rgba(255,255,255,.085);
}

.work-card a {
  display: grid;
  min-height: 480px;
  text-decoration: none;
}

.work-visual {
  position: relative;
  min-height: 278px;
  overflow: hidden;
  background:
    radial-gradient(circle at 25% 22%, rgba(74,215,255,.22), transparent 14rem),
    radial-gradient(circle at 82% 18%, rgba(243,201,105,.16), transparent 14rem),
    rgba(255,255,255,.05);
}

.work-visual img {
  position: absolute;
  top: 34px;
  left: 28px;
  right: 28px;
  width: calc(100% - 56px);
  border-radius: 18px;
  filter: drop-shadow(0 24px 44px rgba(0,0,0,.28));
  transition: transform .5s ease;
}

.work-card:hover .work-visual img {
  transform: translateY(-8px) scale(1.025);
}

.work-visual:before {
  content: "";
  position: absolute;
  inset: 24px 24px auto;
  height: 38px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.22), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.12);
}

.work-copy {
  padding: 24px;
}

.work-copy p:first-child {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .15em;
}

html[dir="rtl"] .work-copy p:first-child {
  letter-spacing: 0;
}

.work-copy h3 {
  margin: 0;
  font-size: clamp(24px, 2.5vw, 30px);
  letter-spacing: 0;
  line-height: 1.16;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.work-copy p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.package-card,
.process-card,
.video-card,
.contact-card {
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.service-card {
  position: relative;
  min-height: 214px;
  padding: 24px;
  overflow: hidden;
  transition: transform .28s ease, border-color .28s ease;
}

.service-card:hover {
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(74,215,255,.34);
}

.service-card:before {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(74,215,255,.2), transparent 66%);
}

html[dir="rtl"] .service-card:before {
  inset: auto auto -60px -40px;
}

.service-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 14px;
  color: #08111c;
  background: linear-gradient(135deg, #fff7bf, var(--gold));
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(243,201,105,.18);
}

.service-card h3,
.process-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.service-card p,
.package-card p,
.process-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-height: 100%;
  padding: 24px;
  overflow: hidden;
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}

.package-card:hover {
  transform: translateY(-8px);
  border-color: rgba(243,201,105,.34);
}

.package-card-featured {
  border-color: rgba(243,201,105,.36);
  background:
    radial-gradient(circle at 20% 0%, rgba(243,201,105,.18), transparent 18rem),
    linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.045));
}

.package-kicker {
  margin: 0 0 10px !important;
  color: var(--gold) !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

html[dir="rtl"] .package-kicker {
  letter-spacing: 0;
}

.package-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.18;
}

.package-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--soft);
  list-style: none;
}

.package-list li {
  position: relative;
  padding-inline-start: 22px;
  font-size: 14px;
  line-height: 1.65;
}

.package-list li:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: .76em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--cyan));
  box-shadow: 0 0 18px rgba(243,201,105,.34);
}

.package-cta {
  width: 100%;
  margin-top: auto;
}

.statement {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(243,201,105,.18), transparent 30rem),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border-block: 1px solid rgba(255,255,255,.08);
}

.statement-grid {
  display: grid;
  grid-template-columns: .98fr 1.02fr;
  gap: 46px;
  align-items: center;
}

.statement p {
  margin: 20px 0 0;
  color: var(--soft);
  font-size: 17px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.video-card {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  isolation: isolate;
}

.video-card video,
.video-card .video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.06) brightness(.72);
  transition: transform .7s ease, filter .7s ease;
}

.video-card .video-poster {
  background-position: center;
  background-size: cover;
}

.video-card:hover video,
.video-card:hover .video-poster {
  transform: scale(1.08);
  filter: saturate(1.1) contrast(1.08) brightness(.82);
}

.video-card:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.76));
}

.video-copy {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 24px;
}

.video-copy span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 800;
}

.video-copy h3 {
  margin: 14px 0 0;
  font-size: clamp(22px, 2.2vw, 27px);
  line-height: 1.18;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.process-grid:before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(243,201,105,.5), transparent);
}

.process-card {
  position: relative;
  padding: 22px;
  min-height: 246px;
}

.step-number {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 16px;
  color: #08111c;
  background: linear-gradient(135deg, #fff7bf, var(--gold));
  font-size: 22px;
  font-weight: 800;
  box-shadow: 0 16px 38px rgba(243,201,105,.18);
}

.cta-section {
  position: relative;
  overflow: hidden;
  padding: 92px 0 68px;
}

.cta-panel {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 14% 0%, rgba(243,201,105,.18), transparent 22rem),
    radial-gradient(circle at 88% 25%, rgba(74,215,255,.13), transparent 24rem),
    rgba(255,255,255,.055);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.cta-copy {
  padding: 28px;
}

.cta-copy p:not(.eyebrow) {
  color: var(--soft);
  font-size: 17px;
  line-height: 1.8;
}

.contact-card {
  padding: 24px;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  text-decoration: none;
  background: rgba(255,255,255,.045);
  transition: background .2s ease, transform .2s ease;
}

.contact-row + .contact-row {
  margin-top: 12px;
}

.contact-row:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.075);
}

.contact-row i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  font-style: normal;
  color: #08111c;
  background: linear-gradient(135deg, #fff7bf, var(--gold));
}

.contact-row small,
.contact-row strong {
  display: block;
}

.contact-row span {
  min-width: 0;
}

.contact-row small {
  color: var(--muted);
  font-weight: 700;
}

.contact-row strong {
  color: #fff;
  font-size: 15px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.footer {
  padding: 34px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(248,250,252,.52);
  font-size: 12px;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
}

.footer p {
  margin: 0;
}

.footer-brand {
  max-width: 560px;
}

.footer-brand strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.footer-brand p {
  margin-top: 9px;
  color: rgba(248,250,252,.66);
  line-height: 1.75;
}

.footer-brand small {
  display: block;
  margin-top: 7px;
  color: rgba(248,250,252,.48);
  line-height: 1.6;
}

.footer-grid > p {
  max-width: 470px;
  text-align: end;
  line-height: 1.8;
}

html[dir="rtl"] .footer-grid {
  text-align: right;
}

.footer-market-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(243,201,105,.28);
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  background: rgba(243,201,105,.08);
}

.footer-market-link:hover {
  border-color: rgba(243,201,105,.52);
  background: rgba(243,201,105,.13);
}

.iraq-page .hero-overlay {
  background:
    radial-gradient(circle at 82% 22%, rgba(243,201,105,.24), transparent 26rem),
    radial-gradient(circle at 22% 20%, rgba(74,215,255,.18), transparent 28rem),
    linear-gradient(270deg, rgba(5,7,13,.99) 0%, rgba(5,7,13,.9) 46%, rgba(5,7,13,.62) 100%);
}

.iraq-page .nav-shell {
  background: rgba(5,7,13,.6);
}

.iraq-hero {
  min-height: 100svh;
}

.iraq-hero-grid {
  grid-template-columns: minmax(0, .98fr) minmax(330px, .68fr);
}

.iraq-trust-line {
  margin: 14px 0 0;
  color: rgba(248,250,252,.74);
  font-size: 14px;
  font-weight: 700;
}

.iraq-hero-preview {
  position: relative;
  min-height: 540px;
}

.iraq-preview-browser,
.iraq-phone-mock,
.iraq-floating-card,
.iraq-sector-card,
.iraq-demo-phone {
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.045));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.iraq-preview-browser {
  position: absolute;
  top: 42px;
  left: 0;
  width: min(500px, 100%);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transform: rotateY(9deg) rotateX(3deg);
  animation: floatCardRtl 7s ease-in-out infinite;
}

.iraq-preview-body {
  min-height: 340px;
  padding: 22px;
  background:
    radial-gradient(circle at 24% 20%, rgba(243,201,105,.18), transparent 12rem),
    radial-gradient(circle at 82% 22%, rgba(74,215,255,.16), transparent 12rem),
    rgba(255,255,255,.035);
}

.iraq-preview-hero {
  display: grid;
  gap: 10px;
  min-height: 168px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(5,7,13,.12), rgba(5,7,13,.76)),
    url("../images/hero-studio.png") center/cover;
}

.iraq-preview-hero span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
}

.iraq-preview-hero strong {
  max-width: 260px;
  color: #fff;
  font-size: 25px;
  line-height: 1.28;
}

.iraq-preview-hero b,
.iraq-phone-screen b,
.iraq-demo-screen b {
  justify-self: start;
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  color: #07101a;
  background: linear-gradient(135deg, #fff7bf, var(--gold), #d88d32);
  font-size: 12px;
}

.iraq-preview-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.iraq-preview-services span {
  min-height: 72px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.075);
}

.iraq-phone-mock {
  position: absolute;
  right: -10px;
  bottom: 22px;
  width: 178px;
  padding: 12px;
  border-radius: 30px;
  animation: floatCardRtl 6.4s ease-in-out infinite reverse;
}

.iraq-phone-screen {
  display: grid;
  gap: 11px;
  min-height: 326px;
  padding: 18px 14px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 23px;
  background:
    radial-gradient(circle at 20% 0%, rgba(243,201,105,.24), transparent 9rem),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025)),
    #08111c;
}

.iraq-phone-pill {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
}

.iraq-phone-screen strong {
  font-size: 20px;
  line-height: 1.32;
}

.iraq-phone-screen p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.iraq-floating-card {
  position: absolute;
  right: 26px;
  bottom: 120px;
  width: 250px;
  padding: 18px;
  border-radius: 18px;
  animation: floatCardRtl 8s ease-in-out infinite;
}

.iraq-floating-card small {
  color: var(--gold);
  font-weight: 800;
}

.iraq-floating-card strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1.45;
}

.iraq-problem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.iraq-sector-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.iraq-sector-card {
  position: relative;
  min-height: 186px;
  padding: 22px;
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .28s ease, border-color .28s ease;
}

.iraq-sector-card:hover {
  transform: translateY(-6px);
  border-color: rgba(243,201,105,.34);
}

.iraq-sector-card:before {
  content: "";
  position: absolute;
  inset: auto auto -54px -44px;
  width: 130px;
  height: 130px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(74,215,255,.16), transparent 68%);
}

.iraq-sector-card h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}

.iraq-sector-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.iraq-mobile-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.iraq-mobile-demo {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.iraq-demo-phone {
  width: min(310px, 100%);
  padding: 14px;
  border-radius: 38px;
}

.iraq-demo-screen {
  min-height: 510px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 26px 20px;
  border-radius: 29px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(180deg, rgba(5,7,13,.08), rgba(5,7,13,.82)),
    url("../images/hero-studio.png") center/cover;
  overflow: hidden;
}

.iraq-demo-screen span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
}

.iraq-demo-screen strong {
  color: #fff;
  font-size: 28px;
  line-height: 1.25;
}

.iraq-demo-card {
  min-height: 110px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.13);
  backdrop-filter: blur(14px);
}

.iraq-demo-card.small {
  min-height: 72px;
}

.iraq-final-cta {
  background:
    radial-gradient(circle at 20% 0%, rgba(243,201,105,.2), transparent 23rem),
    radial-gradient(circle at 84% 20%, rgba(74,215,255,.14), transparent 24rem),
    rgba(255,255,255,.06);
}

.iraq-work-actions {
  justify-content: center;
  margin-top: 34px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-in {
  animation: rise .9s ease both;
}

.hero-in-delay {
  animation: rise .9s ease .15s both;
}

.hero-in-delay-2 {
  animation: rise .9s ease .3s both;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes drift {
  from { transform: translate3d(0,0,0) scale(.95); }
  to { transform: translate3d(70px, -26px, 0) scale(1.08); }
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0) rotateY(-10deg) rotateX(4deg); }
  50% { transform: translateY(-18px) rotateY(-7deg) rotateX(3deg); }
}

@keyframes floatCardRtl {
  0%, 100% { transform: translateY(0) rotateY(10deg) rotateX(4deg); }
  50% { transform: translateY(-18px) rotateY(7deg) rotateX(3deg); }
}

@keyframes pulseWidth {
  0%, 100% { transform: scaleX(.42); opacity: .55; }
  50% { transform: scaleX(1); opacity: 1; }
}

@keyframes shine {
  0% { transform: translateX(-100%) skewX(-18deg); }
  45%, 100% { transform: translateX(360%) skewX(-18deg); }
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 1050px) {
  .nav-shell {
    gap: 10px;
  }

  .mobile-language-switcher {
    display: inline-flex;
    margin-inline-start: auto;
  }

  .site-nav {
    position: fixed;
    top: 92px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 20px;
    border-radius: 28px;
    background: rgba(5,7,13,.94);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: var(--shadow);
    backdrop-filter: blur(24px);
  }

  .site-nav.open { display: flex; }

  .site-nav a {
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255,255,255,.045);
    white-space: normal;
  }

  .site-nav .nav-cta {
    color: #07101a !important;
    background: linear-gradient(135deg, #fff7bf, var(--gold), #d28b32);
    box-shadow: 0 14px 34px rgba(243,201,105,.22);
  }

  .language-switcher {
    justify-content: center;
  }

  .site-nav .language-switcher {
    display: none;
  }

  .menu-toggle { display: block; }

  .hero-grid,
  .iraq-hero-grid,
  .iraq-mobile-grid,
  .intro-grid,
  .statement-grid,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    min-height: 470px;
  }

  .browser-card {
    left: 0;
    right: 0;
    margin-inline: auto;
  }

  html[dir="rtl"] .browser-card {
    left: 0;
    right: 0;
  }

  .phone-card { right: 12px; }
  html[dir="rtl"] .phone-card { left: 12px; right: auto; }

  .metrics-card { left: 12px; }
  html[dir="rtl"] .metrics-card { right: 12px; left: auto; }

  .work-grid,
  .service-grid,
  .iraq-problem-grid,
  .iraq-sector-grid,
  .package-grid,
  .video-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .work-visual {
    min-height: 340px;
  }

  .process-grid:before { display: none; }
}

@media (max-width: 760px) {
  .container {
    width: calc(100% - 48px);
    max-width: none;
    margin-inline: auto;
  }

  .site-header {
    padding: 10px 0;
  }

  .nav-shell {
    border-radius: 20px;
    gap: 8px;
    padding: 8px 10px;
  }

  .brand {
    flex: 1 1 auto;
    min-width: 0;
    gap: 8px;
  }

  .brand > span:last-child {
    min-width: 0;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .brand strong {
    max-width: clamp(150px, 52vw, 220px);
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
  }

  .brand small { display: none; }

  .mobile-language-switcher {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .mobile-language-switcher a {
    min-width: 32px;
    padding: 6px 8px;
    font-size: 11px;
  }

  .site-nav .language-switcher {
    display: none;
  }

  .menu-toggle {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
  }

  .hero {
    padding: 112px 0 58px;
  }

  .hero-grid {
    gap: 30px;
  }

  .hero-copy,
  .section-heading {
    width: auto;
    max-width: none;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.12;
    max-width: 100%;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  html[dir="rtl"] .hero h1 {
    font-size: 32px;
    line-height: 1.34;
  }

  .hero-lead,
  .hero-proof {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-lead,
  .section-heading p:not(.eyebrow),
  .intro-grid p:last-child,
  .cta-copy p:not(.eyebrow) {
    font-size: 15px;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-showcase {
    min-height: 390px;
  }

  .iraq-hero-preview {
    min-height: 430px;
  }

  .iraq-preview-browser {
    top: 18px;
    left: 0;
    right: 0;
    margin-inline: auto;
    transform: none;
  }

  .iraq-preview-body {
    min-height: 280px;
    padding: 16px;
  }

  .iraq-preview-hero {
    min-height: 132px;
  }

  .iraq-preview-hero strong {
    font-size: 20px;
  }

  .iraq-phone-mock {
    right: 8px;
    bottom: 0;
    width: 138px;
  }

  .iraq-phone-screen {
    min-height: 238px;
  }

  .iraq-floating-card {
    right: auto;
    left: 8px;
    bottom: 60px;
    width: 188px;
    padding: 14px;
  }

  .iraq-floating-card strong {
    font-size: 14px;
  }

  .browser-card {
    top: 22px;
  }

  .browser-body {
    min-height: 270px;
  }

  .phone-card {
    width: 132px;
    bottom: 6px;
  }

  .phone-screen {
    min-height: 236px;
  }

  .metrics-card {
    width: 188px;
    bottom: 54px;
  }

  .lang-orbit {
    top: 0;
    left: 14px;
    right: auto;
  }

  html[dir="rtl"] .lang-orbit {
    right: 14px;
    left: auto;
  }

  .section {
    padding: 70px 0;
  }

  .intro-band {
    padding: 46px 0;
  }

  .work-grid,
  .service-grid,
  .iraq-problem-grid,
  .iraq-sector-grid,
  .package-grid,
  .video-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .work-card,
  .work-card a {
    min-height: 430px;
  }

  .work-visual {
    min-height: clamp(300px, 64vw, 466px);
  }

  .video-card {
    min-height: 330px;
  }

  .iraq-mobile-demo {
    min-height: 430px;
  }

  .iraq-demo-phone {
    width: min(280px, 100%);
  }

  .iraq-demo-screen {
    min-height: 420px;
  }

  .iraq-demo-screen strong {
    font-size: 24px;
  }

  .cta-panel {
    border-radius: 20px;
    padding: 12px;
  }

  .cta-copy,
  .contact-card {
    padding: 20px;
  }

  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-grid > p {
    max-width: none;
    text-align: start;
  }
}

@media (max-width: 500px) {
  .nav-shell {
    gap: 6px;
    padding: 7px 8px;
  }

  .brand {
    flex: 0 0 auto;
  }

  .brand > span:last-child {
    display: none;
  }

  .mobile-language-switcher {
    gap: 2px;
    padding: 3px;
  }

  .mobile-language-switcher a {
    min-width: 30px;
    padding: 5px 7px;
    font-size: 10.5px;
  }

  .hero h1 {
    font-size: 31px;
  }

  html[dir="rtl"] .hero h1 {
    font-size: 29px;
  }

  .hero-showcase {
    min-height: 360px;
  }

  .browser-card {
    width: 100%;
  }

  .metrics-card {
    width: 176px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Articles / Business Owner Guide */
.article-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.article-card {
  min-height: 260px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 18% 0%, rgba(74,215,255,.12), transparent 14rem),
    rgba(255,255,255,.065);
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}

.article-card:hover {
  transform: translateY(-6px);
  border-color: rgba(243,201,105,.4);
  background:
    radial-gradient(circle at 18% 0%, rgba(74,215,255,.16), transparent 14rem),
    rgba(255,255,255,.09);
}

.article-card a {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  text-decoration: none;
}

.article-card span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #07101a;
  background: linear-gradient(135deg, #fff7bf, var(--gold));
  font-weight: 900;
  font-size: 13px;
}

.article-card h3 {
  margin: 22px 0 10px;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.28;
}

.article-card p {
  margin: 0;
  color: var(--soft);
  font-size: 15px;
}

.article-page {
  padding-top: 150px;
}

.article-shell {
  max-width: 860px;
  padding: 38px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 18% 0%, rgba(243,201,105,.1), transparent 18rem),
    rgba(255,255,255,.065);
  box-shadow: var(--shadow);
}

.article-shell h1 {
  margin: 10px 0 24px;
  max-width: 760px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.12;
}

html[dir="rtl"] .article-shell h1 {
  line-height: 1.35;
}

.article-content {
  display: grid;
  gap: 18px;
  color: var(--soft);
  font-size: clamp(17px, 1.7vw, 19px);
}

.article-content p {
  margin: 0;
}

.article-checklist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-checklist li {
  position: relative;
  padding-inline-start: 34px;
}

.article-checklist li:before {
  content: "✓";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  color: var(--gold);
  font-weight: 900;
}

.article-cta {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.article-cta h2 {
  margin: 0 0 18px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.25;
}

@media (max-width: 1050px) {
  .article-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .article-card-grid {
    grid-template-columns: 1fr;
  }

  .article-card,
  .article-card a {
    min-height: 0;
  }

  .article-page {
    padding-top: 118px;
  }

  .article-shell {
    padding: 24px;
    border-radius: 20px;
  }

  .article-shell h1 {
    font-size: 34px;
  }
}

/* Homepage Digital Growth / Social Media */
.digital-growth-section {
  position: relative;
}

.digital-growth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.growth-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 18% 0%, rgba(74,215,255,.13), transparent 18rem),
    rgba(255,255,255,.065);
  box-shadow: 0 28px 90px rgba(0,0,0,.26);
}

.growth-card-featured {
  border-color: rgba(243,201,105,.34);
  background:
    radial-gradient(circle at 18% 0%, rgba(243,201,105,.16), transparent 16rem),
    radial-gradient(circle at 100% 100%, rgba(74,215,255,.13), transparent 18rem),
    rgba(255,255,255,.085);
}

.growth-icon {
  min-width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  padding: 0 12px;
  border-radius: 17px;
  color: #07101a;
  background: linear-gradient(135deg, #fff7bf, var(--gold), #61cfff);
  font-weight: 900;
  letter-spacing: 0;
}

.growth-card h3 {
  margin: 24px 0 12px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.25;
}

.growth-card p {
  margin: 0 0 28px;
  color: var(--soft);
  font-size: 17px;
}

.growth-card .button {
  margin-top: auto;
}

.iraq-social-banner {
  padding: 24px 0 96px;
}

.iraq-social-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .55fr);
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(243,201,105,.28);
  background:
    radial-gradient(circle at 10% 0%, rgba(243,201,105,.18), transparent 18rem),
    radial-gradient(circle at 100% 100%, rgba(74,215,255,.15), transparent 20rem),
    rgba(255,255,255,.07);
  box-shadow: var(--shadow);
}

.iraq-social-copy h2 {
  margin: 0 0 16px;
  max-width: 850px;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.18;
}

html[dir="rtl"] .iraq-social-copy h2 {
  line-height: 1.35;
}

.iraq-social-copy p {
  margin: 0 0 16px;
  color: var(--soft);
  font-size: 17px;
}

.iraq-social-note {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(68,215,168,.24);
  background: rgba(68,215,168,.08);
  color: #e7fff7 !important;
  font-weight: 800;
}

.iraq-social-actions {
  display: grid;
  gap: 12px;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links strong {
  color: var(--text);
  font-size: 14px;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: color .2s ease;
}

.footer-links a:hover {
  color: var(--gold);
}

@media (max-width: 900px) {
  .digital-growth-grid,
  .iraq-social-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .growth-card,
  .iraq-social-panel {
    padding: 24px;
  }

  .iraq-social-banner {
    padding-bottom: 70px;
  }
}
