:root {
  --green: #05D58C;
  --blue: #3E61FF;
  --orange: #FFA600;
  --ink: #07101F;
  --ink-soft: #18233A;
  --muted: #687187;
  --paper: #F7F8FF;
  --white: #FFFFFF;
  --line: rgba(7, 16, 31, .10);
  --shadow: 0 24px 70px rgba(25, 37, 82, .12);
  --shadow-soft: 0 16px 46px rgba(25, 37, 82, .08);
  --radius-xl: 40px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --font-ar: "DIN Next LT Arabic", "DIN Next LT W23", "IBM Plex Sans Arabic", Tahoma, Arial, sans-serif;
  --font-en: "Quicksand", "IBM Plex Sans Arabic", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  font-family: var(--font-ar);
  background:
    radial-gradient(circle at 15% 5%, rgba(62, 97, 255, .13), transparent 28rem),
    radial-gradient(circle at 85% 18%, rgba(5, 213, 140, .13), transparent 26rem),
    linear-gradient(180deg, #fff 0%, #F8FAFF 44%, #fff 100%);
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
::selection { background: rgba(62, 97, 255, .18); color: var(--ink); }

.container { width: min(100% - 48px, 1220px); margin-inline: auto; }
.section { padding: 100px 0; content-visibility: auto; contain-intrinsic-size: 900px; }
.skip-link {
  position: fixed;
  z-index: 200;
  inset-inline-start: 16px;
  top: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-130%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.ambient {
  position: fixed;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(28px);
  opacity: .42;
  z-index: 0;
}
.ambient-blue { width: 380px; height: 380px; background: rgba(62,97,255,.18); inset-inline-start: -140px; top: 16%; }
.ambient-green { width: 340px; height: 340px; background: rgba(5,213,140,.16); inset-inline-end: -110px; top: 38%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(7, 16, 31, .08);
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(14px);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 14px 45px rgba(25,37,82,.08); background: rgba(255,255,255,.94); }
.nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.brand-mark img { width: 30px; height: 58px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 26px; font-weight: 800; letter-spacing: -.035em; }
.brand-copy small { font-family: var(--font-en); font-size: 11px; font-weight: 700; color: var(--muted); letter-spacing: .12em; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 15px; color: #253149; font-weight: 700; }
.nav-links a { position: relative; }
.nav-links a::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: -7px;
  width: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  transition: width .22s ease;
}
.nav-links a:hover::after { width: 100%; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: #fff; border-radius: 14px; box-shadow: var(--shadow-soft); }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 999px; margin: 5px auto; transition: .22s ease; }
body.menu-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-3px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--blue), #2547FF 56%, var(--green)); box-shadow: 0 16px 38px rgba(62,97,255,.24); }
.btn-secondary { color: var(--ink); background: rgba(255,255,255,.78); border-color: var(--line); box-shadow: var(--shadow-soft); }

.hero {
  position: relative;
  padding: 90px 0 82px;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .55;
  background:
    linear-gradient(90deg, transparent 0 79px, rgba(7,16,31,.045) 80px, transparent 81px),
    linear-gradient(0deg, transparent 0 79px, rgba(7,16,31,.035) 80px, transparent 81px);
  background-size: 80px 80px;
  mask-image: radial-gradient(circle at center, #000 12%, transparent 72%);
}
.shape {
  position: absolute;
  z-index: 1;
  border-radius: 8px;
  transform: rotate(45deg);
  pointer-events: none;
  animation: shapeFloat 7s ease-in-out infinite;
}
.shape-one { width: 18px; height: 18px; background: var(--green); top: 18%; inset-inline-end: 10%; box-shadow: 0 0 34px rgba(5,213,140,.42); }
.shape-two { width: 14px; height: 14px; background: var(--orange); bottom: 18%; inset-inline-start: 9%; animation-delay: -2.3s; box-shadow: 0 0 28px rgba(255,166,0,.35); }
.shape-three { width: 10px; height: 10px; background: var(--blue); top: 42%; inset-inline-start: 47%; animation-delay: -4s; }
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  gap: 54px;
  align-items: center;
}
.hero-copy { max-width: 640px; }
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  color: #1f2a44;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(62,97,255,.14);
  box-shadow: 0 10px 28px rgba(25,37,82,.06);
}
.eyebrow i, .section-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: linear-gradient(135deg, var(--green), var(--blue));
  transform: rotate(45deg);
}
.hero h1 {
  margin: 22px 0 18px;
  font-size: clamp(38px, 4.1vw, 58px);
  line-height: 1.24;
  letter-spacing: -.035em;
  font-weight: 800;
  max-width: 640px;
}
.hero-lead {
  margin: 0;
  max-width: 610px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.95;
  font-weight: 500;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 34px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 640px; }
.hero-proof div {
  min-height: 96px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: var(--shadow-soft);
}
.hero-proof strong { display: block; direction: ltr; font-family: var(--font-en); font-size: 24px; color: var(--blue); line-height: 1; }
.hero-proof span { display: block; margin-top: 8px; color: #3d465e; font-size: 13px; font-weight: 800; line-height: 1.5; }

.hero-visual { position: relative; min-height: 650px; perspective: 1200px; }
.visual-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.84);
  background: #fff;
  box-shadow: 0 28px 86px rgba(25,37,82,.16);
  transform: translate3d(var(--x, 0), var(--y, 0), 0);
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
.visual-card img { width: 100%; height: 100%; object-fit: cover; transform: translateZ(0); }
.visual-main {
  width: min(84%, 560px);
  height: 500px;
  inset-inline-start: 42px;
  top: 40px;
  border-radius: 44px;
}
.visual-main::after, .outdoor-photo::after, .contact-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 38%, rgba(7,16,31,.72));
}
.visual-small { width: 250px; height: 192px; border-radius: 28px; }
.visual-analytics { top: 0; inset-inline-end: 0; }
.visual-content { bottom: 16px; inset-inline-start: 0; }
.hero-glass-card {
  position: absolute;
  z-index: 3;
  inset-inline: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  padding: 16px;
  border-radius: 24px;
  background: rgba(7,16,31,.40);
  border: 1px solid rgba(255,255,255,.22);
}
.hero-glass-card img { width: 26px; height: 50px; object-fit: contain; flex: 0 0 auto; }
.hero-glass-card strong { display: block; direction: ltr; font-family: var(--font-en); font-size: 15px; }
.hero-glass-card span { display: block; margin-top: 4px; font-size: 13px; color: rgba(255,255,255,.82); font-weight: 700; }
.float-badge {
  position: absolute;
  z-index: 5;
  direction: ltr;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  padding: 9px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(62,97,255,.94), rgba(5,213,140,.88));
  border: 1px solid rgba(255,255,255,.46);
  box-shadow: 0 14px 34px rgba(62,97,255,.20);
  animation: floatSmall 5s ease-in-out infinite;
}
.badge-one { top: 90px; inset-inline-start: 8px; }
.badge-two { top: 300px; inset-inline-end: 10px; animation-delay: -1.4s; }
.badge-three { bottom: 50px; inset-inline-start: 190px; animation-delay: -2.8s; }

.section-head { text-align: center; max-width: 840px; margin: 0 auto 44px; }
.section-head h2 { margin: 16px 0 14px; font-size: clamp(32px, 4.2vw, 54px); line-height: 1.22; letter-spacing: -.035em; font-weight: 800; }
.section-head p { margin: 0 auto; max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.9; font-weight: 500; }
.services-layout { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card {
  position: relative;
  min-height: 356px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: var(--shadow-soft);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: rgba(62,97,255,.16); }
.service-large { grid-column: span 2; }
.service-media { display: block; height: 190px; overflow: hidden; background: #EDEFF8; position: relative; }
.service-large .service-media { height: 214px; }
.service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.8,.2,1), filter .75s ease; }
.service-card:hover .service-media img { transform: scale(1.055); filter: saturate(1.06) contrast(1.03); }
.service-body { padding: 22px; }
.service-body span { direction: ltr; display: inline-flex; color: var(--blue); font-family: var(--font-en); font-weight: 800; font-size: 13px; margin-bottom: 10px; }
.service-body h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.35; letter-spacing: -.02em; }
.service-body p { margin: 0; color: var(--muted); line-height: 1.75; font-weight: 500; }
.service-accent { background: linear-gradient(135deg, rgba(62,97,255,.10), rgba(5,213,140,.10)), #fff; }
.inline-link { display: inline-flex; margin-top: 16px; color: var(--blue); font-weight: 800; }
.inline-link:hover { color: var(--green); }

.outdoor-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  min-height: 440px;
  border-radius: var(--radius-xl);
  background: var(--ink);
  box-shadow: var(--shadow);
}
.outdoor-photo { position: relative; min-height: 440px; overflow: hidden; }
.outdoor-photo img { width: 100%; height: 100%; object-fit: cover; }
.outdoor-content { padding: 56px; color: #fff; align-self: center; position: relative; z-index: 2; }
.coming-badge { display: inline-flex; direction: ltr; padding: 9px 13px; border-radius: 999px; background: rgba(255,166,0,.18); color: #FFD480; border: 1px solid rgba(255,166,0,.36); font-family: var(--font-en); font-weight: 800; font-size: 12px; }
.outdoor-content h2 { margin: 18px 0 14px; font-size: clamp(34px, 5vw, 60px); line-height: 1.15; letter-spacing: -.035em; }
.outdoor-content p { margin: 0; max-width: 600px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.9; }
.outdoor-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.outdoor-tags span { direction: ltr; padding: 10px 13px; border-radius: 999px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.16); font-family: var(--font-en); font-weight: 800; font-size: 12px; }

.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.why-card {
  min-height: 220px;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: var(--shadow-soft);
}
.why-card span { display: block; width: 48px; height: 48px; border-radius: 17px; background: linear-gradient(135deg, var(--green), var(--blue)); margin-bottom: 20px; position: relative; }
.why-card span::after { content: ""; position: absolute; inset: 14px; border-radius: 5px; background: #fff; transform: rotate(45deg); }
.why-card h3 { margin: 0 0 10px; font-size: 22px; }
.why-card p { margin: 0; color: var(--muted); line-height: 1.75; font-weight: 500; }

.process-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 44px; align-items: start; }
.process-copy { position: sticky; top: 110px; }
.process-copy h2 { margin: 18px 0 14px; font-size: clamp(32px, 4.4vw, 56px); line-height: 1.24; letter-spacing: -.035em; }
.process-copy p { color: var(--muted); font-size: 18px; line-height: 1.85; }
.process-list { display: grid; gap: 16px; }
.process-step { display: grid; grid-template-columns: 88px 1fr; gap: 18px; padding: 24px; border-radius: var(--radius-lg); background: rgba(255,255,255,.84); border: 1px solid rgba(255,255,255,.92); box-shadow: var(--shadow-soft); }
.process-step strong { direction: ltr; font-family: var(--font-en); color: var(--blue); font-size: 34px; line-height: 1; }
.process-step h3 { margin: 0 0 8px; font-size: 22px; }
.process-step p { margin: 0; color: var(--muted); line-height: 1.7; font-weight: 500; }

.contact-panel { display: grid; grid-template-columns: .95fr 1.05fr; overflow: hidden; border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.9); }
.contact-media { display: block; min-height: 620px; position: relative; overflow: hidden; }
.contact-media img { width: 100%; height: 100%; object-fit: cover; }
.contact-copy { padding: 52px; display: flex; flex-direction: column; justify-content: center; }
.contact-copy h2 { margin: 18px 0 14px; font-size: clamp(32px, 4.4vw, 56px); line-height: 1.24; letter-spacing: -.035em; }
.contact-copy p { margin: 0 0 26px; color: var(--muted); font-size: 18px; line-height: 1.9; font-weight: 500; }
.social-strip, .footer-links { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.social-strip { margin: 0 0 24px; }
.social-strip a, .footer-links a { direction: ltr; font-family: var(--font-en); font-weight: 800; border-radius: 999px; border: 1px solid rgba(7,16,31,.10); background: rgba(255,255,255,.78); color: var(--ink); transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.social-strip a { padding: 11px 15px; }
.footer-links a { padding: 9px 13px; }
.social-strip a:hover, .footer-links a:hover { transform: translateY(-3px); color: #fff; border-color: transparent; background: linear-gradient(135deg, var(--blue), var(--green)); }
.contact-form { display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 8px; color: #273149; font-size: 14px; font-weight: 800; }
.contact-form input { width: 100%; border: 1px solid rgba(7,16,31,.11); background: #F7F8FF; color: var(--ink); border-radius: 17px; min-height: 54px; padding: 0 16px; outline: 0; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 5px rgba(62,97,255,.10); background: #fff; }
.contact-form small { color: var(--muted); text-align: center; font-size: 13px; }

.footer { padding: 32px 0; border-top: 1px solid var(--line); background: rgba(255,255,255,.72); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer p, .footer a { margin: 0; color: var(--muted); font-weight: 800; font-size: 14px; }
.footer-brand .brand-mark { width: 42px; height: 42px; border-radius: 14px; }
.footer-brand .brand-mark img { width: 26px; height: 50px; }
.footer-brand .brand-copy strong { font-size: 22px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .62s ease, transform .62s cubic-bezier(.2,.8,.2,1); }
.reveal.show { opacity: 1; transform: translateY(0); }
.hero-copy.show .eyebrow, .hero-copy.show h1, .hero-copy.show .hero-lead, .hero-copy.show .hero-actions, .hero-copy.show .hero-proof { animation: heroFadeUp .72s cubic-bezier(.2,.8,.2,1) both; }
.hero-copy.show h1 { animation-delay: .06s; }
.hero-copy.show .hero-lead { animation-delay: .12s; }
.hero-copy.show .hero-actions { animation-delay: .18s; }
.hero-copy.show .hero-proof { animation-delay: .24s; }
.hero-visual.show .visual-main { animation: cardIntro .78s cubic-bezier(.2,.8,.2,1) both, cardFloat 6.4s ease-in-out 1s infinite; }
.hero-visual.show .visual-analytics { animation: cardIntro .78s cubic-bezier(.2,.8,.2,1) .12s both, cardFloat 7s ease-in-out 1.1s infinite reverse; }
.hero-visual.show .visual-content { animation: cardIntro .78s cubic-bezier(.2,.8,.2,1) .20s both, cardFloat 7.5s ease-in-out 1.2s infinite; }

@keyframes heroFadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes cardIntro { from { opacity: 0; transform: translateY(32px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes cardFloat { 0%, 100% { transform: translate3d(var(--x, 0), var(--y, 0), 0); } 50% { transform: translate3d(var(--x, 0), calc(var(--y, 0) - 12px), 0); } }
@keyframes floatSmall { 0%, 100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-10px,0); } }
@keyframes shapeFloat { 0%, 100% { transform: translate3d(0,0,0) rotate(45deg); } 50% { transform: translate3d(16px,-16px,0) rotate(75deg); } }

@media (max-width: 1080px) {
  .nav-links { gap: 18px; }
  .hero-grid, .process-wrap, .contact-panel { grid-template-columns: 1fr; }
  .hero-visual { order: -1; min-height: 590px; }
  .visual-main { width: 78%; inset-inline-start: 34px; }
  .services-layout { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .outdoor-panel { grid-template-columns: 1fr; }
  .outdoor-photo { min-height: 300px; }
  .process-copy { position: static; }
  .contact-media { min-height: 320px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 1220px); }
  .section { padding: 72px 0; contain-intrinsic-size: 760px; }
  .site-header { background: rgba(255,255,255,.94); }
  .nav { height: 74px; }
  .nav-toggle { display: block; }
  .nav-cta { display: none; }
  .nav-links {
    position: fixed;
    top: 84px;
    inset-inline: 15px;
    display: grid;
    gap: 0;
    padding: 12px;
    border-radius: 24px;
    background: rgba(255,255,255,.98);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition: .22s ease;
  }
  body.menu-open .nav-links { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links a { padding: 14px; border-radius: 14px; }
  .nav-links a:hover { background: rgba(62,97,255,.07); }
  .nav-links a::after { display: none; }
  .brand-copy strong { font-size: 22px; }
  .brand-mark { width: 44px; height: 44px; border-radius: 15px; }
  .brand-mark img { width: 27px; height: 52px; }
  .hero { padding: 42px 0 56px; }
  .hero h1 { font-size: clamp(32px, 9vw, 44px); line-height: 1.28; }
  .hero-lead { font-size: 16px; line-height: 1.9; }
  .hero-actions { display: grid; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-visual { min-height: 500px; }
  .visual-main { inset-inline-start: 0; top: 28px; width: 100%; height: 360px; border-radius: 32px; }
  .visual-small, .float-badge, .shape-three { display: none; }
  .hero-glass-card { inset-inline: 16px; bottom: 16px; }
  .section-head { text-align: right; margin-bottom: 30px; }
  .section-head h2 { font-size: clamp(30px, 9vw, 42px); }
  .section-head p { font-size: 16px; }
  .services-layout, .why-grid { grid-template-columns: 1fr; }
  .service-large { grid-column: auto; }
  .service-card { min-height: auto; }
  .service-media, .service-large .service-media { height: 190px; }
  .outdoor-panel, .contact-panel { border-radius: 30px; }
  .outdoor-content, .contact-copy { padding: 28px; }
  .outdoor-content h2, .contact-copy h2 { font-size: clamp(30px, 9vw, 42px); }
  .process-step { grid-template-columns: 1fr; }
  .footer-grid { display: grid; justify-items: start; }
}

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