@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800;900&display=swap');

:root {
  --bg: #020812;
  --panel: rgba(12, 22, 38, .78);
  --panel-2: rgba(16, 29, 48, .92);
  --line: rgba(121, 155, 213, .22);
  --text: #f4f7ff;
  --muted: #a8b4c8;
  --blue: #2f7dff;
  --blue-2: #1254e8;
  --glow: 0 0 34px rgba(47, 125, 255, .55);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Tajawal, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 18%, rgba(39, 107, 230, .24), transparent 28%),
    radial-gradient(circle at 72% 8%, rgba(11, 73, 172, .16), transparent 32%),
    linear-gradient(180deg, #01050d 0%, #07101d 42%, #020812 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .55;
  background:
    radial-gradient(circle at 8% 18%, rgba(105, 169, 255, .85) 0 1px, transparent 2px),
    radial-gradient(circle at 18% 34%, rgba(105, 169, 255, .75) 0 1px, transparent 2px),
    radial-gradient(circle at 76% 16%, rgba(105, 169, 255, .7) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 42%, rgba(105, 169, 255, .62) 0 1px, transparent 2px),
    linear-gradient(120deg, transparent 8%, rgba(64, 126, 230, .22) 8.2%, transparent 18%),
    linear-gradient(35deg, transparent 70%, rgba(64, 126, 230, .18) 70.2%, transparent 84%);
}

a { color: inherit; text-decoration: none; }
.site-shell { width: 100%; margin: 0 auto; overflow: hidden; position: relative; z-index: 1; padding-top: 90px; }

.topbar {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 0 48px;
  border-bottom: 1px solid rgba(131, 164, 218, .14);
  background: linear-gradient(180deg, rgba(3, 9, 19, .88), rgba(2, 8, 18, .42));
  backdrop-filter: blur(14px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.brand { display: flex; align-items: center; gap: 12px; direction: ltr; flex: 0 0 auto; }
.brand-logo {
  width: 170px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: brightness(1.55) contrast(1.08) drop-shadow(0 0 18px rgba(47, 125, 255, .34));
}
.topbar .brand-logo { width: 168px; }
.topbar .brand-logo {
  filter: brightness(0) invert(1) drop-shadow(0 0 18px rgba(47, 125, 255, .34));
}
.brand-mark {
  width: 47px;
  height: 54px;
  display: grid;
  place-items: center;
  color: transparent;
  position: relative;
  filter: drop-shadow(0 0 16px rgba(47, 125, 255, .55));
}
.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 4px 9px;
  transform: skewY(-30deg);
  border-left: 8px solid #7db3ff;
  border-right: 8px solid #0e56db;
  border-top: 8px solid #9fc5ff;
}
.brand strong { display: block; font-size: 27px; line-height: .9; letter-spacing: 0; }
.brand small { display: block; font-size: 11px; color: white; font-weight: 700; }

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  font-weight: 800;
  font-size: 15px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.nav a {
  color: #e8edf8;
  opacity: .94;
  position: relative;
  height: 88px;
  padding: 0;
  display: flex;
  align-items: center;
  border-radius: 0;
  white-space: nowrap;
  transition: .2s ease;
}
.nav a:hover { color: white; background: transparent; text-shadow: 0 0 18px rgba(82, 151, 255, .55); }
.nav a.active::after {
  content: "";
  position: absolute;
  right: 16%;
  left: 16%;
  bottom: 23px;
  height: 2px;
  background: var(--blue);
  box-shadow: 0 0 15px #2f7dff, 0 0 4px #fff;
}
.nav a.active {
  color: white;
  background: transparent;
}
.nav-drop > a::before {
  content: "⌄";
  display: inline-block;
  margin-left: 8px;
  color: #dce7fb;
  font-size: 13px;
  transform: translateY(-1px);
}
.nav-drop {
  position: relative;
  height: 88px;
  display: flex;
  align-items: center;
}
.nav-drop::after {
  content: "";
  position: absolute;
  right: -22px;
  left: -22px;
  top: 100%;
  height: 18px;
}
.drop-menu {
  min-width: 250px;
  position: absolute;
  top: calc(100% + 8px);
  right: 50%;
  padding: 14px 0;
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(14, 23, 38, .96), rgba(7, 13, 24, .96));
  box-shadow: 0 24px 60px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.04);
  opacity: 0;
  transform: translate(50%, 10px);
  pointer-events: none;
  transition: .2s ease;
}
.nav-drop:hover .drop-menu,
.nav-drop:focus-within .drop-menu { opacity: 1; transform: translate(50%, 0); pointer-events: auto; }
.drop-menu a {
  padding: 13px 22px;
  border-radius: 0;
  white-space: nowrap;
  text-align: right;
}
.drop-menu a::after { display: none; }
.drop-menu a:hover { background: rgba(47, 125, 255, .12); }

.menu-toggle,
.nav-backdrop,
.mobile-nav-actions {
  display: none;
}

.media-card {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(121, 155, 213, .22);
  box-shadow: 0 22px 60px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.05);
}
.service-page-hero {
  padding: 54px 70px 34px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 36px;
  align-items: center;
  min-height: 500px;
}
.service-page-hero h1 { font-size: clamp(38px, 4vw, 58px); line-height: 1.15; margin-bottom: 18px; }
.service-page-hero p { color: var(--muted); font-size: 19px; line-height: 1.8; }
.service-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 0;
  list-style: none;
  margin: 24px 0 0;
}
.service-points li {
  padding: 13px 14px;
  border: 1px solid rgba(121,155,213,.18);
  border-radius: 8px;
  background: rgba(9,18,32,.62);
  color: #e7efff;
  font-weight: 700;
}
.service-points li::before { content: "✓"; color: #4d93ff; margin-left: 10px; }
.deliverables {
  margin: 34px 70px 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.deliverables .card { min-height: 220px; }

.header-actions { display: flex; align-items: center; gap: 18px; flex: 0 0 auto; }
.phone {
  direction: ltr;
  border: 1px solid rgba(185, 205, 241, .36);
  border-radius: 999px;
  padding: 13px 23px;
  color: white;
  font-weight: 800;
}
.phone::before { content: "← "; color: #95b8ff; }
.phone::after { content: "  ☎"; color: white; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 42px;
  border: 1px solid rgba(108, 160, 255, .55);
  border-radius: 999px;
  color: white;
  font-weight: 800;
  background: linear-gradient(135deg, #3991ff, #124ee6);
  box-shadow: 0 0 30px rgba(47, 125, 255, .45), inset 0 1px rgba(255,255,255,.24);
}
.btn::after { content: "←"; margin-right: 14px; }
.btn.small { min-height: 46px; padding: 0 25px; font-size: 14px; }
.btn.ghost { background: rgba(8, 15, 27, .48); border-color: rgba(210, 223, 246, .28); box-shadow: none; }
.btn.centered { margin: 28px auto 0; width: fit-content; display: flex; }

.hero {
  min-height: 570px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
  padding: 28px 48px 0;
  position: relative;
  isolation: isolate;
  direction: ltr;
}
.hero-reference {
  display: grid;
  min-height: 615px;
  padding: 42px 72px 0;
  background:
    linear-gradient(90deg, rgba(1, 5, 13, .08), rgba(1, 5, 13, .12) 42%, rgba(1, 5, 13, .7) 100%),
    url("reference/hero-bg.png") center center / 100% 100% no-repeat;
  direction: ltr;
}
.hero-reference::before,
.hero-reference::after {
  display: none;
}
.hero-reference .constellation,
.hero-reference .hero-art {
  display: none;
}
.hero-reference .hero-copy {
  display: block;
  grid-column: 2;
  align-self: center;
  justify-self: end;
  max-width: 650px;
  margin-top: 0;
  padding-top: 18px;
  text-align: right;
  transform: translateY(-48px);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 55%, rgba(78,142,255,.34), transparent 24%),
    radial-gradient(circle at 35% 70%, rgba(42,101,198,.28), transparent 34%),
    radial-gradient(circle at 82% 28%, rgba(45,95,190,.13), transparent 28%),
    linear-gradient(90deg, rgba(3,9,20,.05), rgba(3,9,20,.78));
}
.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  background: linear-gradient(0deg, rgba(1,5,13,.98), transparent);
  pointer-events: none;
}
.hero-art { min-height: 540px; position: relative; }
.constellation {
  position: absolute;
  inset: 96px 0 auto auto;
  width: 48%;
  height: 310px;
  opacity: .8;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 42%, #57a0ff 0 2px, transparent 3px),
    radial-gradient(circle at 36% 20%, #57a0ff 0 2px, transparent 3px),
    radial-gradient(circle at 61% 58%, #57a0ff 0 2px, transparent 3px),
    radial-gradient(circle at 82% 24%, #57a0ff 0 2px, transparent 3px),
    linear-gradient(30deg, transparent 15%, rgba(68, 130, 236, .45) 15.4%, transparent 39%),
    linear-gradient(150deg, transparent 20%, rgba(68, 130, 236, .35) 20.4%, transparent 54%),
    linear-gradient(70deg, transparent 50%, rgba(68, 130, 236, .32) 50.4%, transparent 75%);
}
.orbit {
  position: absolute;
  width: 450px;
  height: 450px;
  left: 78px;
  top: 50px;
  border: 1px solid rgba(91, 144, 247, .55);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(47, 125, 255, .25), inset 0 0 70px rgba(47, 125, 255, .1);
}
.scan-lines {
  position: absolute;
  left: 42px;
  top: 54px;
  width: 520px;
  height: 480px;
  opacity: .16;
  background: repeating-linear-gradient(0deg, transparent 0 8px, rgba(126, 180, 255, .42) 9px);
  mask-image: radial-gradient(circle at 48% 48%, black, transparent 68%);
}
.mountains,
.mountains::before {
  position: absolute;
  content: "";
  left: -70px;
  right: -120px;
  bottom: 0;
  height: 235px;
  background:
    linear-gradient(133deg, transparent 9%, #244d80 10%, #0a1930 31%, transparent 32%),
    linear-gradient(43deg, transparent 8%, #245891 9%, #071326 39%, transparent 40%),
    linear-gradient(24deg, transparent 25%, #102947 26%, #06101f 59%, transparent 60%),
    linear-gradient(155deg, transparent 48%, #18375f 49%, #06101f 68%, transparent 69%);
  opacity: .95;
  filter: drop-shadow(0 -9px 20px rgba(72, 133, 232, .34));
}
.mountains::before {
  left: 210px;
  right: -180px;
  bottom: -26px;
  opacity: .75;
}
.n-logo.big {
  position: absolute;
  left: 175px;
  top: 78px;
  width: 350px;
  height: 405px;
  filter: drop-shadow(0 32px 48px rgba(0,0,0,.65)) drop-shadow(0 0 34px rgba(47,125,255,.45));
  transform: perspective(800px) rotateY(-11deg);
}
.hero-emblem {
  position: absolute;
  left: 120px;
  top: 86px;
  width: 330px;
  height: 330px;
  z-index: 2;
  display: grid;
  place-items: center;
  transform: perspective(900px) rotateY(-14deg) rotateX(2deg);
}
.hero-emblem::before {
  content: "";
  position: absolute;
  inset: 18px 0 -28px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(48,111,229,.18), transparent 62%);
  filter: blur(10px);
}
.hero-logo-mark {
  position: absolute;
  width: 330px;
  max-width: 100%;
  height: auto;
  filter: brightness(.62) contrast(1.28) saturate(1.15) drop-shadow(0 34px 52px rgba(0,0,0,.86)) drop-shadow(0 0 42px rgba(47,125,255,.72));
  opacity: 1;
}
.hero-emblem::after {
  content: "";
  position: absolute;
  inset: 22px 22px 6px;
  background: linear-gradient(135deg, rgba(255,255,255,.24), transparent 18%, transparent 62%, rgba(43,133,255,.34));
  mix-blend-mode: screen;
  opacity: .55;
  mask-image: url("brand/logo-mark.png");
  -webkit-mask-image: url("brand/logo-mark.png");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.n-logo.big::before,
.n-logo.big::after,
.n-logo.big span {
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #0b1221, #1c61d3 58%, #5ca7ff);
  border: 1px solid rgba(176, 212, 255, .45);
}
.n-logo.big::before { width: 98px; height: 350px; right: 0; top: 24px; transform: skewY(-32deg); }
.n-logo.big::after { width: 98px; height: 350px; left: 0; top: 24px; transform: skewY(-32deg); }
.n-logo.big span { width: 120px; height: 338px; right: 116px; top: 36px; transform: skewY(-32deg) rotate(53deg); transform-origin: center; }

.hero-copy { position: relative; z-index: 1; text-align: right; justify-self: end; max-width: 620px; direction: rtl; margin-top: 18px; }
.eyebrow {
  color: #4d93ff;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(47, 125, 255, .72);
}
h1, h2, h3, p { margin-top: 0; }
.hero h1 { font-size: clamp(42px, 4.4vw, 66px); line-height: 1.06; margin-bottom: 22px; font-weight: 900; }
.hero h1 span, .page-hero h1 span { color: #4287ff; text-shadow: 0 0 24px rgba(47, 125, 255, .45); }
.hero-copy p:not(.eyebrow), .page-hero p, .section-head p { color: var(--muted); font-size: 20px; line-height: 1.8; }
.hero-buttons { display: flex; gap: 16px; margin-top: 34px; }

.stats-bar {
  width: min(760px, calc(100% - 96px));
  margin: -118px 92px 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(19, 32, 52, .9), rgba(9, 16, 28, .86));
  backdrop-filter: blur(16px);
  position: relative;
  z-index: 2;
}
.stats-bar.wide { width: min(850px, calc(100% - 72px)); margin: -8px auto 38px; }
.stats-bar div { padding: 17px 22px; text-align: center; border-left: 1px solid rgba(121, 155, 213, .14); position: relative; }
.stats-bar div:last-child { border-left: 0; }
.stats-bar i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  position: absolute;
  right: 20px;
  top: 18px;
  border-radius: 13px;
  color: #4d93ff;
  background: rgba(47,125,255,.16);
  box-shadow: 0 0 20px rgba(47,125,255,.3);
  font-style: normal;
}
.stats-bar b { display: block; font-size: 26px; }
.stats-bar span { color: var(--muted); font-size: 13px; }

.section {
  padding: 70px 54px 34px;
  border-top: 1px solid rgba(131,164,218,.12);
  position: relative;
}
.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0, rgba(47,125,255,.16), transparent 36%);
}
.section.compact { min-height: auto; padding-top: 56px; padding-bottom: 62px; }
.section.compact .service-grid { grid-template-columns: repeat(3, 1fr); }
.section.compact .card.detail { min-height: 390px; }
.section-head { text-align: center; max-width: 860px; margin: 0 auto 28px; }
.section-head h1, .section-head h2 { font-size: clamp(34px, 3.2vw, 48px); line-height: 1.2; margin-bottom: 8px; font-weight: 900; }
.breadcrumb { color: #97a6bd; font-size: 14px; }

.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; position: relative; z-index: 1; }
.service-grid.three { grid-template-columns: repeat(3, 1fr); padding: 0 70px 44px; }
.card, .work-card, .post-card, .price-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), transparent 26%),
    linear-gradient(180deg, rgba(18, 31, 51, .82), rgba(9, 16, 28, .86));
  box-shadow: inset 0 1px rgba(255,255,255,.05), 0 18px 60px rgba(0,0,0,.16);
  position: relative;
  overflow: hidden;
}
.card::before, .work-card::before, .post-card::before, .price-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0, rgba(70, 145, 255, .2), transparent 42%);
}
.card { min-height: 300px; padding: 28px 24px; display: flex; flex-direction: column; align-items: flex-start; }
.home-services .card {
  min-height: 320px;
}
.service-grid.three .card {
  min-height: 235px;
}
.home-services .card::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 98px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(77,147,255,.5), transparent);
}
.card .icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #4691ff;
  background: rgba(47, 125, 255, .18);
  box-shadow: var(--glow);
  font-size: 28px;
  margin-bottom: 24px;
}
.card h3 { font-size: 21px; line-height: 1.35; margin-bottom: 15px; position: relative; z-index: 1; }
.card p { color: var(--muted); line-height: 1.75; font-size: 16px; position: relative; z-index: 1; }
.card a { margin-top: auto; color: #4793ff; font-weight: 800; position: relative; z-index: 1; }

.feature-band {
  margin: 70px 54px 20px;
  padding: 46px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 38px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    radial-gradient(circle at 82% 30%, rgba(58, 130, 255, .28), transparent 32%),
    linear-gradient(135deg, rgba(14, 26, 45, .9), rgba(5, 12, 23, .86));
  position: relative;
  overflow: hidden;
}
.feature-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 55%, rgba(67, 139, 255, .18) 55.2%, transparent 67%),
    repeating-linear-gradient(90deg, rgba(119, 167, 255, .08) 0 1px, transparent 1px 74px);
  pointer-events: none;
}
.feature-copy { position: relative; z-index: 1; }
.feature-copy h2, .final-cta h2 { font-size: clamp(34px, 3.8vw, 52px); line-height: 1.18; margin-bottom: 16px; }
.feature-copy p { color: var(--muted); font-size: 19px; line-height: 1.8; }
.command-center {
  min-height: 390px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}
.feature-image-frame {
  position: relative;
  z-index: 1;
  min-height: 330px;
  border: 1px solid rgba(121, 155, 213, .24);
  border-radius: 8px;
  background: rgba(4, 10, 20, .72);
  box-shadow: 0 24px 70px rgba(0,0,0,.32), inset 0 0 60px rgba(47,125,255,.08);
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 18px;
}
.feature-image-frame img {
  width: 100%;
  height: auto;
  max-height: 330px;
  min-height: 0;
  display: block;
  object-fit: contain;
  object-position: center;
  border-radius: 7px;
}
.services-feature-image {
  min-height: 390px;
  padding: 0;
}
.services-feature-image img {
  height: 390px;
  max-height: none;
  object-fit: cover;
}
.command-center::before {
  content: "";
  position: absolute;
  inset: 46px 30px 26px;
  border: 1px solid rgba(98, 151, 241, .26);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(9,19,35,.92), rgba(4,10,20,.9));
  box-shadow: var(--glow), inset 0 0 55px rgba(47,125,255,.12);
}
.screen {
  position: absolute;
  border: 1px solid rgba(119, 175, 255, .32);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(70, 145, 255, .78) 0 2px, transparent 2px 100%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 2px, transparent 2px 18px),
    linear-gradient(135deg, rgba(20, 73, 169, .8), rgba(4, 12, 24, .95));
  box-shadow: 0 25px 55px rgba(0,0,0,.42), inset 0 0 36px rgba(70,145,255,.15);
}
.main-screen { width: 56%; height: 210px; right: 16%; top: 58px; }
.phone-screen { width: 128px; height: 230px; left: 14%; top: 96px; border-radius: 22px; }
.chart-screen { width: 38%; height: 128px; right: 34%; bottom: 12px; }
.main-screen::after, .chart-screen::after {
  content: "";
  position: absolute;
  inset: 28px 26px;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(77,147,255,.8) 12% 18%, transparent 18% 28%, rgba(77,147,255,.55) 28% 34%, transparent 34% 48%, rgba(77,147,255,.9) 48% 54%, transparent 54%),
    linear-gradient(rgba(255,255,255,.16), rgba(255,255,255,.16)) top/70% 8px no-repeat;
}

.row-head {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  text-align: right;
}
.row-head .btn { flex: 0 0 auto; }
.home-portfolio .row-head {
  margin-bottom: 34px;
  align-items: flex-end;
}
.home-portfolio .row-head .btn {
  margin-bottom: 6px;
}
.home-portfolio .portfolio-grid {
  margin-top: 8px;
}
.card a::after { content: " ←"; }

.page-hero {
  position: relative;
  padding: 44px 70px 18px;
  min-height: 470px;
}
.page-hero.split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 40px; }
.page-hero h1 { font-size: clamp(36px, 4vw, 56px); line-height: 1.15; }
.check-list { padding: 0; list-style: none; display: grid; gap: 14px; color: white; font-weight: 700; }
.check-list li::before { content: "✓"; color: #4f98ff; margin-left: 12px; }
.visual-panel {
  min-height: 340px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: radial-gradient(circle at 50% 30%, rgba(69, 136, 255, .35), transparent 35%), linear-gradient(145deg, rgba(23,38,61,.9), rgba(5,12,23,.8));
  display: grid;
  place-items: center;
}
.visual-panel.meeting {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 24%, rgba(92, 160, 255, .35), transparent 22%),
    linear-gradient(135deg, rgba(21,37,62,.95), rgba(4,10,20,.92));
}
.visual-panel.meeting::before {
  content: "";
  position: absolute;
  inset: 46px 54px 72px;
  border: 1px solid rgba(132, 181, 255, .25);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.12) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(47,125,255,.32), rgba(4,10,20,.88));
  box-shadow: 0 26px 70px rgba(0,0,0,.38), inset 0 0 44px rgba(47,125,255,.14);
}
.visual-panel.meeting::after {
  content: "";
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: 58px;
  height: 54px;
  border-radius: 50%;
  background: rgba(2, 7, 15, .82);
  box-shadow: 0 -28px 50px rgba(47,125,255,.14);
}
.visual-panel.meeting .brand-mark {
  transform: scale(4.2);
  z-index: 1;
}
.panel-logo-mark {
  width: min(310px, 56%);
  height: auto;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 28px 46px rgba(0,0,0,.65)) drop-shadow(0 0 30px rgba(47,125,255,.46));
}
.giant { transform: scale(2.8); }

.detail .device, .shot {
  width: 100%;
  height: 145px;
  border-radius: 7px;
  margin-bottom: 20px;
  display: block;
  border: 1px solid rgba(113, 159, 236, .2);
  background:
    linear-gradient(90deg, transparent 18%, rgba(83, 145, 255, .45) 19% 21%, transparent 22%),
    linear-gradient(180deg, rgba(33, 93, 208, .34), rgba(5, 12, 23, .88));
  box-shadow: inset 0 0 60px rgba(47, 125, 255, .16);
}
.detail .device::before,
.detail .device::after {
  content: "";
  position: absolute;
}
.detail .device {
  position: relative;
  overflow: hidden;
}
.detail .device::before {
  inset: 22px 26px;
  border-radius: 8px;
  border: 1px solid rgba(160, 197, 255, .25);
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.15) 0 3px, transparent 3px 18px),
    linear-gradient(135deg, rgba(47,125,255,.45), rgba(4,10,20,.82));
}
.detail .device::after {
  width: 76px;
  height: 120px;
  left: 28px;
  bottom: 14px;
  border-radius: 18px;
  border: 1px solid rgba(160, 197, 255, .35);
  background: linear-gradient(180deg, rgba(78,149,255,.42), rgba(2,8,18,.92));
  box-shadow: 0 18px 34px rgba(0,0,0,.32);
}
.phone-art::before { inset: 18px 42% 15px 32px; border-radius: 22px; }
.phone-art::after { left: 48%; bottom: 13px; width: 90px; height: 128px; }
.dash::before { background: repeating-linear-gradient(90deg, rgba(255,255,255,.12) 0 6px, transparent 6px 34px), linear-gradient(135deg, rgba(47,125,255,.45), rgba(4,10,20,.82)); }
.store::before { background: radial-gradient(circle at 26% 38%, rgba(255,255,255,.8), transparent 12%), radial-gradient(circle at 54% 42%, rgba(255,255,255,.65), transparent 13%), linear-gradient(135deg, rgba(47,125,255,.45), rgba(4,10,20,.82)); }
.ux-art::before { background: linear-gradient(90deg, transparent 0 34%, rgba(255,255,255,.18) 34% 36%, transparent 36% 65%, rgba(255,255,255,.18) 65% 67%, transparent 67%), linear-gradient(135deg, rgba(47,125,255,.45), rgba(4,10,20,.82)); }
.support-art::before { border-radius: 50%; inset: 24px auto auto 50%; width: 100px; height: 100px; transform: translateX(-50%); }

.tabs { display: flex; justify-content: center; gap: 12px; margin-bottom: 24px; flex-wrap: wrap; }
.tabs button {
  border: 1px solid var(--line);
  color: white;
  background: rgba(12, 22, 38, .7);
  border-radius: 999px;
  padding: 12px 30px;
  font-family: inherit;
  font-weight: 800;
}
.tabs button.active { background: linear-gradient(135deg, #3991ff, #124ee6); }
.portfolio-grid, .blog-grid, .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; position: relative; z-index: 1; }
.portfolio-grid { grid-template-columns: repeat(4, 1fr); }
.portfolio-grid.rich .shot { height: 210px; }
.work-card, .post-card { padding: 12px; }
.work-card h3, .post-card h3 { padding: 0 8px; margin: 14px 0 4px; font-size: 20px; }
.work-card p, .post-card p { color: var(--muted); padding: 0 8px; line-height: 1.7; }
.post-card a { color: #4793ff; padding: 0 8px 10px; display: inline-block; font-weight: 800; }
.portfolio-page { padding-top: 22px; }
.portfolio-showcase { gap: 12px; }
.project-card {
  padding: 10px;
  min-height: 344px;
  display: flex;
  flex-direction: column;
}
.project-card[hidden] { display: none; }
.project-card .media-card {
  border-radius: 6px;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(121, 155, 213, .28);
}
.project-info {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 4px 6px;
}
.project-info h3 {
  padding: 0;
  margin: 0 0 4px;
  font-size: 18px;
}
.project-info p {
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}
.project-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: white;
  background: linear-gradient(135deg, #237fff, #102d83);
  box-shadow: 0 0 24px rgba(47, 125, 255, .28);
  font-weight: 900;
}
.project-icon.green { background: linear-gradient(135deg, #25c16f, #0d5235); }
.project-icon.orange { background: linear-gradient(135deg, #ff7a35, #81300f); }
.project-icon.purple { background: linear-gradient(135deg, #8b5cff, #3a197a); }
.project-icon.teal { background: linear-gradient(135deg, #2ed4bf, #09675d); }
.project-meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 4px 2px;
}
.project-meta span {
  color: #66b0ff;
  background: rgba(47, 125, 255, .13);
  border: 1px solid rgba(78, 145, 255, .22);
  border-radius: 8px;
  padding: 6px 11px;
  font-size: 12px;
  font-weight: 800;
}
.project-meta a {
  color: #4793ff;
  font-weight: 800;
  font-size: 13px;
}
.web-shot {
  background:
    linear-gradient(90deg, rgba(255,255,255,.16) 0 45%, transparent 45%),
    linear-gradient(180deg, rgba(255,255,255,.12) 0 24px, transparent 24px),
    radial-gradient(circle at 30% 20%, #66a7ff, transparent 28%),
    linear-gradient(135deg, #0c1a31, #1a55b8);
}
.store-shot {
  background:
    radial-gradient(circle at 20% 28%, rgba(255,255,255,.95), transparent 11%),
    radial-gradient(circle at 50% 40%, rgba(255,255,255,.8), transparent 12%),
    radial-gradient(circle at 75% 28%, rgba(255,255,255,.65), transparent 10%),
    linear-gradient(135deg, #d6dce8, #153a7c 55%, #07101d);
}
.app-shot {
  background:
    radial-gradient(circle at 55% 38%, #4f98ff, transparent 24%),
    linear-gradient(90deg, transparent 36%, rgba(255,255,255,.12) 36% 64%, transparent 64%),
    linear-gradient(135deg, #07101d, #123f94);
}
.erp-shot {
  background:
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(255,255,255,.11) 38px 42px),
    linear-gradient(90deg, #06101f, #164ea8, #07101d);
}
.future, .ux, .cloud { height: 205px; }
.future {
  background:
    radial-gradient(circle at 18% 60%, rgba(255,255,255,.75), transparent 9%),
    radial-gradient(circle at 58% 30%, rgba(89,159,255,.9), transparent 22%),
    linear-gradient(135deg, #0c1729, #124ea8 54%, #06101f);
}
.ux {
  background:
    linear-gradient(90deg, transparent 0 20%, rgba(255,255,255,.2) 20% 21%, transparent 21% 60%, rgba(255,255,255,.2) 60% 61%, transparent 61%),
    radial-gradient(circle at 54% 42%, rgba(78,149,255,.75), transparent 22%),
    linear-gradient(135deg, #06101f, #173d85);
}
.cloud {
  background:
    radial-gradient(circle at 30% 40%, rgba(255,255,255,.7), transparent 8%),
    radial-gradient(circle at 50% 34%, rgba(70,145,255,.9), transparent 9%),
    radial-gradient(circle at 68% 44%, rgba(255,255,255,.65), transparent 8%),
    linear-gradient(135deg, #06101f, #143f91);
}

.pricing-grid { max-width: 1360px; margin: 0 auto; grid-template-columns: repeat(4, 1fr); }
.price-card { padding: 28px; text-align: center; position: relative; }
.price-card.featured { border-color: rgba(66, 135, 255, .85); box-shadow: var(--glow); transform: translateY(-10px); }
.price-card em {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  padding: 9px;
  background: linear-gradient(135deg, #3991ff, #124ee6);
  border-radius: 8px 8px 0 0;
  font-style: normal;
  font-weight: 800;
}
.price-card.featured h3 { margin-top: 30px; }
.price-card strong { display: block; color: #4d93ff; font-size: 42px; direction: ltr; }
.price-card ul { list-style: none; padding: 0; color: var(--muted); line-height: 2.1; min-height: 160px; }
.price-card li::before { content: "✓"; color: #4f98ff; margin-left: 9px; }

.pricing-preview {
  background:
    radial-gradient(circle at 52% 42%, rgba(47,125,255,.14), transparent 38%),
    linear-gradient(180deg, rgba(3,9,20,.3), rgba(3,9,20,.75));
}

.blog-layout { display: grid; grid-template-columns: 1fr 270px; gap: 18px; }
.sidebar { min-height: auto; gap: 12px; }
.sidebar a { color: var(--muted); border-bottom: 1px solid rgba(121,155,213,.12); padding-bottom: 12px; width: 100%; }

.contact-layout { display: grid; grid-template-columns: 260px 1fr 340px; gap: 18px; align-items: stretch; }
.contact-info { min-height: auto; }
.socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; direction: ltr; }
.social-link {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(121,155,213,.28);
  border-radius: 50%;
  color: white;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  background:
    radial-gradient(circle at 35% 22%, rgba(255,255,255,.2), transparent 26%),
    linear-gradient(135deg, rgba(47,125,255,.34), rgba(5,12,23,.82));
  box-shadow: 0 0 22px rgba(47,125,255,.2), inset 0 1px rgba(255,255,255,.12);
  text-decoration: none;
}
.social-link::after { content: none !important; display: none !important; }
.social-link svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}
.social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(96,166,255,.82);
  box-shadow: 0 0 30px rgba(47,125,255,.38), inset 0 1px rgba(255,255,255,.18);
}
.social-link.instagram { background: linear-gradient(135deg, #7c3cff, #ff4d8d 54%, #ffb85c); }
.social-link.linkedin { background: linear-gradient(135deg, #0a66c2, #064a8f); }
.social-link.whatsapp { background: linear-gradient(135deg, #17b85f, #075e54); }
.social-link.x { background: linear-gradient(135deg, #111827, #020812); }
.contact-form { min-height: auto; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; width: 100%; }
input, select, textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(121, 155, 213, .22);
  border-radius: 6px;
  background: rgba(5, 12, 23, .75);
  color: white;
  padding: 0 16px;
  font-family: inherit;
}
textarea { min-height: 160px; padding-top: 14px; resize: vertical; }
.map {
  position: relative;
  min-height: auto;
  display: grid;
  place-items: stretch;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(47,125,255,.08), rgba(7,16,29,.92));
}
.map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 0;
  filter: grayscale(.15) invert(.9) hue-rotate(180deg) saturate(.8);
}
.map-placeholder {
  min-height: 400px;
  display: grid;
  place-content: center;
  gap: 8px;
  text-align: center;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 42%, rgba(47,125,255,.22), transparent 34%),
    repeating-linear-gradient(45deg, rgba(91,144,247,.15) 0 1px, transparent 1px 36px);
}
.map-placeholder strong { font-size: 28px; }
.map-placeholder p { color: var(--muted); margin: 0; }

.final-cta {
  margin: 60px 54px 72px;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  border: 1px solid rgba(83, 145, 255, .36);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 0, rgba(64, 132, 255, .4), transparent 42%),
    linear-gradient(135deg, rgba(12, 24, 43, .92), rgba(5, 12, 23, .94));
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(119, 167, 255, .08) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(0deg, rgba(119, 167, 255, .06) 0 1px, transparent 1px 70px);
  pointer-events: none;
}
.final-cta > * { position: relative; z-index: 1; }

.process-section,
.faq-section {
  margin: 54px;
  padding: 46px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 0, rgba(47, 125, 255, .2), transparent 34%),
    linear-gradient(180deg, rgba(14, 25, 43, .84), rgba(5, 12, 23, .86));
  position: relative;
  overflow: hidden;
}
.process-section::before,
.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(119,167,255,.07) 0 1px, transparent 1px 82px),
    linear-gradient(115deg, transparent 58%, rgba(47,125,255,.16) 58.3%, transparent 70%);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  position: relative;
  z-index: 1;
}
.process-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(121, 155, 213, .22);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(18, 31, 51, .75), rgba(6, 13, 25, .78));
  box-shadow: inset 0 1px rgba(255,255,255,.05);
}
.process-grid b {
  display: inline-grid;
  place-items: center;
  min-width: 54px;
  height: 42px;
  padding: 0 12px;
  margin-bottom: 26px;
  border-radius: 10px;
  color: #6cadff;
  background: rgba(47,125,255,.16);
  box-shadow: var(--glow);
  direction: ltr;
}
.process-grid h3 { font-size: 22px; margin-bottom: 10px; }
.process-grid p { color: var(--muted); line-height: 1.75; }

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  position: relative;
  z-index: 1;
}
.faq-grid details {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(121, 155, 213, .22);
  border-radius: 8px;
  background: rgba(8, 16, 29, .75);
}
.faq-grid summary {
  cursor: pointer;
  font-size: 19px;
  font-weight: 900;
  color: white;
}
.faq-grid p { color: var(--muted); line-height: 1.75; margin: 16px 0 0; }

.site-footer {
  margin: 34px 54px 40px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 28px;
  border: 1px solid rgba(121, 155, 213, .24);
  border-radius: 10px;
  background:
    radial-gradient(circle at 12% 20%, rgba(47,125,255,.18), transparent 24%),
    linear-gradient(180deg, rgba(13, 24, 41, .92), rgba(5, 11, 22, .94));
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(68, 130, 236, .18), transparent 34%, rgba(68, 130, 236, .12));
}
.site-footer > div { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.site-footer .brand { margin-bottom: 10px; }
.site-footer h3 { margin: 0 0 8px; font-size: 20px; }
.site-footer p,
.site-footer a {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 600;
}
.site-footer a:hover { color: #5fa0ff; }

@media (max-width: 1100px) {
  .topbar { padding: 0 20px; height: auto; min-height: 88px; flex-wrap: wrap; }
  .nav { order: 3; width: 100%; justify-content: center; gap: 18px; overflow-x: auto; }
  .hero, .page-hero.split { grid-template-columns: 1fr; padding-inline: 24px; }
  .hero-copy { justify-self: stretch; text-align: center; }
  .hero-buttons { justify-content: center; }
  .service-grid, .portfolio-grid, .pricing-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .section.compact .service-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout, .blog-layout { grid-template-columns: 1fr; }
  .feature-band { grid-template-columns: 1fr; margin-inline: 24px; }
  .row-head { align-items: flex-start; flex-direction: column; }
  .home-portfolio .row-head { margin-bottom: 26px; }
  .home-portfolio .row-head .btn { margin-bottom: 0; }
  .process-grid, .faq-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: repeat(2, 1fr); margin-inline: 24px; }
}

@media (max-width: 720px) {
  body.nav-open { overflow: hidden; }
  .site-shell { padding-top: 76px; }
  .topbar {
    height: 76px;
    min-height: 76px;
    padding: 0 18px;
    flex-wrap: nowrap;
    gap: 12px;
    z-index: 80;
  }
  .topbar .brand-logo { width: 138px; }
  .header-actions { display: none; }
  .menu-toggle {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(121,155,213,.28);
    border-radius: 12px;
    display: grid;
    place-content: center;
    gap: 5px;
    background: rgba(8,18,34,.82);
    box-shadow: inset 0 1px rgba(255,255,255,.06), 0 0 22px rgba(47,125,255,.18);
    cursor: pointer;
    position: relative;
    z-index: 75;
  }
  .menu-toggle span {
    width: 22px;
    height: 2px;
    display: block;
    border-radius: 4px;
    background: #f4f7ff;
    transition: .2s ease;
  }
  body.nav-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.nav-open .menu-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  body.nav-open .menu-toggle {
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 90;
    background: rgba(11, 22, 40, .96);
  }
  .nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 70;
    display: block;
    border: 0;
    opacity: 0;
    pointer-events: none;
    background: rgba(1,5,13,.72);
    transition: .2s ease;
  }
  body.nav-open .nav-backdrop { opacity: 1; pointer-events: auto; }
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 85;
    width: min(86vw, 360px);
    height: 100vh;
    padding: 96px 18px 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    overflow-y: auto;
    transform: translateX(105%);
    transition: transform .24s ease;
    border-left: 1px solid rgba(121,155,213,.34);
    background:
      radial-gradient(circle at 34% 8%, rgba(47,125,255,.18), transparent 34%),
      linear-gradient(180deg, #071426 0%, #030914 100%);
    box-shadow: -28px 0 80px rgba(0,0,0,.72);
  }
  .nav::before {
    content: "القائمة";
    position: absolute;
    top: 27px;
    right: 20px;
    color: white;
    font-size: 21px;
    font-weight: 900;
  }
  body.nav-open .nav { transform: translateX(0); }
  .nav a {
    height: auto;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid rgba(121,155,213,.2);
    border-radius: 8px;
    background: rgba(10,22,40,.78);
    color: #f4f7ff;
    opacity: 1;
    text-shadow: none;
  }
  .nav a.active::after { display: none; }
  .nav a.active {
    border-color: rgba(47,125,255,.58);
    background: linear-gradient(135deg, rgba(47,125,255,.28), rgba(8,18,34,.78));
    box-shadow: inset 0 1px rgba(255,255,255,.08), 0 0 18px rgba(47,125,255,.18);
  }
  .nav-drop {
    height: auto;
    display: block;
  }
  .nav-drop::after { display: none; }
  .nav-drop > a::before { content: "⌄"; }
  .drop-menu {
    position: static;
    min-width: 0;
    margin-top: 6px;
    padding: 6px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    border-radius: 8px;
    border-color: rgba(121,155,213,.18);
    background: rgba(2,8,18,.72);
    box-shadow: none;
  }
  .drop-menu a {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 14px;
    color: #dce7fb;
    background: transparent;
  }
  .mobile-nav-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 12px;
  }
  .mobile-nav-actions .phone,
  .mobile-nav-actions .btn {
    width: 100%;
    min-height: 46px;
  }
  .hero {
    padding-top: 14px;
    grid-template-columns: 1fr;
  }
  .hero-reference {
    min-height: 640px;
    padding: 58px 20px 52px;
    background:
      linear-gradient(180deg, rgba(1,5,13,.08), rgba(1,5,13,.18) 38%, rgba(1,5,13,.92) 100%),
      linear-gradient(90deg, rgba(1,5,13,.78), rgba(1,5,13,.2) 48%, rgba(1,5,13,.9) 100%),
      url("reference/hero-bg.png") 25% center / auto 100% no-repeat;
  }
  .hero-reference .hero-copy {
    grid-column: 1;
    justify-self: stretch;
    align-self: start;
    max-width: none;
    margin: 0;
    padding-top: 0;
    text-align: center;
    transform: none;
  }
  .hero h1 { font-size: 40px; line-height: 1.08; margin-bottom: 20px; }
  .eyebrow { font-size: 12px; letter-spacing: 1.6px; }
  .hero-copy p:not(.eyebrow), .page-hero p, .section-head p { font-size: 17px; line-height: 1.75; }
  .hero-buttons, .form-row { flex-direction: column; grid-template-columns: 1fr; }
  .hero-buttons { gap: 12px; margin-top: 26px; }
  .hero-buttons .btn { width: 100%; }
  .hero-art { min-height: 360px; transform: scale(.72); transform-origin: top center; margin-bottom: -90px; }
  .service-page-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 30px 18px 34px;
    text-align: center;
  }
  .service-page-hero > div { order: 2; }
  .service-page-hero > img {
    order: 1;
    max-height: 250px;
    object-fit: cover;
  }
  .service-page-hero h1 {
    font-size: 39px;
    line-height: 1.12;
  }
  .service-page-hero p {
    font-size: 17px;
    line-height: 1.75;
  }
  .service-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
  }
  .service-points li {
    min-height: 86px;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.45;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .deliverables {
    margin: 28px 16px 42px;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .deliverables .card {
    min-height: auto;
    padding: 24px 18px;
    text-align: center;
  }
  .stats-bar { grid-template-columns: repeat(2, 1fr); margin: 20px auto 0; }
  .service-grid, .service-grid.three, .portfolio-grid, .pricing-grid, .blog-grid { grid-template-columns: 1fr; padding-inline: 16px; }
  .section.compact .service-grid { grid-template-columns: 1fr; }
  .section { padding: 48px 16px 28px; }
  .section-head h1, .section-head h2 { font-size: 34px; }
  .feature-band, .final-cta { margin-inline: 16px; padding: 28px 20px; }
  .process-section, .faq-section { margin: 34px 16px; padding: 28px 18px; }
  .process-grid, .faq-grid, .site-footer { grid-template-columns: 1fr; }
  .site-footer { margin-inline: 16px; padding: 26px 20px; }
  .command-center { min-height: 310px; }
  .brand strong { font-size: 22px; }
}
