/* ====================================================
   Click — Dubai marketing agency. Shared stylesheet.
   White / blue professional palette, no dark mode.
   ==================================================== */

:root {
  --bg: #FFFFFF;
  --bg-2: #F8FAFC;
  --bg-3: #EFF6FF;
  --card: #FFFFFF;
  --blue: #2563EB;
  --blue-bright: #3B82F6;
  --blue-deep: #1E40AF;
  --blue-soft: #DBEAFE;
  --text: #0F172A;
  --text-2: #334155;
  --muted: #64748B;
  --border: #E2E8F0;
  --border-strong: #CBD5E1;
  --glow: rgba(37, 99, 235, 0.22);
  --glow-soft: rgba(37, 99, 235, 0.08);
  --nav-bg: rgba(255, 255, 255, 0.78);
  --nav-bg-scrolled: rgba(255, 255, 255, 0.94);
  --surface-2: rgba(255, 255, 255, 0.96);
  --on-blue: #FFFFFF;
  --grad-blue: linear-gradient(135deg, #3B82F6 0%, #2563EB 50%, #1E40AF 100%);
  --grad-blue-soft: linear-gradient(135deg, rgba(59, 130, 246, 0.16), rgba(30, 64, 175, 0.05));
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.05);
  --shadow: 0 8px 24px -10px rgba(15, 23, 42, 0.18), 0 2px 6px -2px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 30px 70px -20px rgba(37, 99, 235, 0.25), 0 12px 30px -12px rgba(15, 23, 42, 0.12);
  --radius: 10px;
  --radius-lg: 16px;
  --radius-sm: 6px;
  --radius-pill: 999px;
  --nav-h: 76px;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--text);
  background: var(--bg);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  min-height: 100vh;
  line-height: 1.6;
  font-size: 16px;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.1;
  color: var(--text);
}
h1 { font-size: clamp(2.4rem, 5.4vw, 4.4rem); letter-spacing: -0.03em; }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.85rem); }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.45rem); }
p { margin: 0; color: var(--muted); }
::selection { background: var(--blue); color: #FFFFFF; }

/* ============== UTILITIES ============== */
.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 28px; }
.section { position: relative; padding: clamp(72px, 9vw, 120px) 0; }
.section--sm { padding: clamp(56px, 7vw, 90px) 0; }

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  background: var(--blue-soft);
  border: 1px solid rgba(37, 99, 235, 0.25);
  color: var(--blue-deep);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  align-self: flex-start;
  width: max-content;
  max-width: 100%;
}
.section-tag::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 10px var(--blue);
}

.section-head {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}
.section-head .section-tag { align-self: center; }
.section-head h2 { max-width: 28ch; margin: 0 auto; }
.section-head p { font-size: 1.05rem; color: var(--muted); max-width: 60ch; margin: 0 auto; }

.eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 700;
  align-self: flex-start;
  width: max-content;
}

.grad-text {
  background: var(--grad-blue);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.text-muted { color: var(--muted); }
.divider { height: 1px; background: var(--border); width: 100%; }

.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 960px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

/* ============== BUTTONS ============== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 26px;
  border-radius: var(--radius-pill);
  border: 1.5px solid transparent;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.4s ease,
              color 0.3s ease,
              background 0.3s ease,
              border-color 0.3s ease,
              letter-spacing 0.3s ease;
}
.btn > * { position: relative; z-index: 2; }
/* Sheen sweep on hover */
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 25%, rgba(255, 255, 255, 0.38) 50%, transparent 75%);
  transform: translateX(-130%);
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 1;
}
.btn:hover::after { transform: translateX(130%); }
.btn:hover { letter-spacing: 0.01em; }
.btn:hover .btn-arrow { transform: translateX(5px); }
/* Tactile click — slight press-down */
.btn:active {
  transform: translateY(-1px) scale(0.985);
  transition-duration: 0.1s;
}
/* Accessible keyboard focus */
.btn:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}
.btn-lg { padding: 16px 32px; font-size: 1rem; }

/* Animated rotating-light angle, used by primary & ghost borders */
@property --btn-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
@keyframes btn-rotate-light { to { --btn-angle: 360deg; } }
@keyframes btn-glow-pulse {
  0%, 100% {
    box-shadow:
      0 12px 28px -6px rgba(37, 99, 235, 0.55),
      0 0 0 0 rgba(96, 165, 250, 0),
      0 0 18px -2px rgba(59, 130, 246, 0.30),
      inset 0 1px 0 rgba(255, 255, 255, 0.30);
  }
  50% {
    box-shadow:
      0 20px 48px -4px rgba(37, 99, 235, 0.75),
      0 0 0 8px rgba(96, 165, 250, 0.22),
      0 0 40px 2px rgba(96, 165, 250, 0.55),
      inset 0 1px 0 rgba(255, 255, 255, 0.40);
  }
}

.btn-primary {
  /* Two-layer background: solid blue gradient inside, BRIGHT WHITE light bursts on border */
  background:
    linear-gradient(135deg, #3B82F6 0%, #2563EB 50%, #1E40AF 100%) padding-box,
    conic-gradient(from var(--btn-angle),
      transparent 0deg,
      #FFFFFF 18deg,
      rgba(255, 255, 255, 0.55) 40deg,
      transparent 72deg,
      transparent 200deg,
      #FFFFFF 218deg,
      rgba(255, 255, 255, 0.45) 240deg,
      transparent 272deg,
      transparent 360deg
    ) border-box;
  border: 2px solid transparent;
  color: var(--on-blue);
  animation:
    btn-rotate-light 3s linear infinite,
    btn-glow-pulse 2.4s ease-in-out infinite;
}
.btn-primary:hover {
  transform: translateY(-3px);
  /* Speed up both animations on hover for a more energetic feel */
  animation-duration: 1.4s, 1.1s;
}
.btn-primary:active {
  animation-duration: 0.9s, 0.7s;
}

.btn-outline {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.42);
  color: #FFFFFF;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.btn-outline:hover {
  transform: translateY(-3px);
  background: #FFFFFF;
  color: var(--blue-deep);
  border-color: #FFFFFF;
  box-shadow: 0 20px 40px -14px rgba(255, 255, 255, 0.45);
}

.btn-ghost {
  background: transparent;
  border-color: var(--border-strong);
  color: var(--text);
}
/* Always-visible animated blue stroke (continuous), brighter on hover */
.btn-ghost::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 2px;
  background: conic-gradient(from var(--btn-angle),
    rgba(59, 130, 246, 0.45) 0deg,
    #60A5FA 50deg,
    #2563EB 95deg,
    rgba(96, 165, 250, 0.35) 140deg,
    rgba(59, 130, 246, 0.30) 200deg,
    #3B82F6 245deg,
    #60A5FA 290deg,
    rgba(59, 130, 246, 0.45) 360deg
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
          mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0.65;
  transition: opacity 0.35s ease;
  animation: btn-rotate-light 3.2s linear infinite;
  pointer-events: none;
  z-index: 0;
}
.btn-ghost:hover {
  transform: translateY(-3px);
  background: var(--bg-3);
  border-color: transparent;
  color: var(--blue-deep);
  box-shadow:
    0 14px 28px -14px rgba(15, 23, 42, 0.18),
    0 0 24px -2px rgba(59, 130, 246, 0.35);
}
.btn-ghost:hover::before { opacity: 1; animation-duration: 1.8s; }

@media (prefers-reduced-motion: reduce) {
  .btn-primary, .btn-ghost::before { animation: none; }
}

.btn-arrow {
  display: inline-block;
  width: 16px; height: 16px;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn-arrow::before, .btn-arrow::after { content: ""; position: absolute; background: currentColor; }
.btn-arrow::before { left: 0; right: 0; top: 50%; height: 1.8px; transform: translateY(-50%); }
.btn-arrow::after {
  width: 7px; height: 7px;
  right: 0; top: 50%;
  border-top: 1.8px solid currentColor;
  border-right: 1.8px solid currentColor;
  background: transparent;
  transform: translateY(-50%) rotate(45deg);
}

/* Inline "Learn more →" style links — same press feedback */
.feature-card__link,
.team__cta .btn,
.svc-card__arrow {
  transition-property: transform, color, background, gap, border-color, box-shadow;
  transition-duration: 0.35s, 0.3s, 0.3s, 0.25s, 0.3s, 0.35s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.feature-card__link:active { transform: translateY(1px); }
.svc-card__arrow:active { transform: scale(0.92) rotate(-45deg); }
.feature-card__link:focus-visible,
.svc-card__link:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Nav "Let's Talk" CTA gets the same press feedback */
.nav__cta:active {
  transform: translateY(0) scale(0.97);
  transition-duration: 0.1s;
}

/* ============== CARDS ============== */
.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.card:hover {
  transform: translateY(-4px);
  border-color: var(--blue);
  box-shadow: var(--shadow);
}

/* ============== REVEAL ============== */
.reveal {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition:
    opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.4s ease;
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: none;
}

/* Section heads — soft blur → crisp */
.section-head.reveal,
.services-showcase__head.reveal {
  filter: blur(8px);
  transform: translate3d(0, 30px, 0);
}
.section-head.reveal.is-visible,
.services-showcase__head.reveal.is-visible {
  filter: none;
  transform: translate3d(0, 0, 0);
}

/* Process: copy slides in from the left, image from the right */
.process__copy .reveal { transform: translate3d(-60px, 0, 0); }
.process__visual.reveal { transform: translate3d(60px, 0, 0); }
.process__copy .reveal.is-visible,
.process__visual.reveal.is-visible { transform: translate3d(0, 0, 0); }

/* Cards pop in with a gentle scale */
.stat-card.reveal,
.team-card.reveal {
  transform: scale(0.92) translate3d(0, 24px, 0);
}
.stat-card.reveal.is-visible,
.team-card.reveal.is-visible {
  transform: scale(1) translate3d(0, 0, 0);
}

/* ============== SERVICES SHOWCASE — fast 3-phase choreography, full travel ============== */
/* Layout: 1 2 3 / 4 5 6
   Phase 1 (0s):    cards 2, 5 (centers)   scale up from 0.3
   Phase 2 (0.2s):  cards 3, 4 (diagonals) slide in from ±85vw
   Phase 3 (0.4s):  cards 1, 6 (corners)   slide in from ±95vw
   Transform: 0.6s. Total: ~1.0s */
.services-grid .svc-card {
  opacity: 0;
  transition:
    opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.services-grid .svc-card:nth-child(1) { transform: translate3d(-95vw, 0, 0); }
.services-grid .svc-card:nth-child(2) { transform: scale(0.3); transform-origin: center; }
.services-grid .svc-card:nth-child(3) { transform: translate3d(85vw, 0, 0); }
.services-grid .svc-card:nth-child(4) { transform: translate3d(-85vw, 0, 0); }
.services-grid .svc-card:nth-child(5) { transform: scale(0.3); transform-origin: center; }
.services-grid .svc-card:nth-child(6) { transform: translate3d(95vw, 0, 0); }

.services-showcase.is-revealing .services-grid .svc-card {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.services-showcase.is-revealing .services-grid .svc-card:nth-child(2),
.services-showcase.is-revealing .services-grid .svc-card:nth-child(5) { transition-delay: 0s; }
.services-showcase.is-revealing .services-grid .svc-card:nth-child(3),
.services-showcase.is-revealing .services-grid .svc-card:nth-child(4) { transition-delay: 0.2s; }
.services-showcase.is-revealing .services-grid .svc-card:nth-child(1),
.services-showcase.is-revealing .services-grid .svc-card:nth-child(6) { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  .services-grid .svc-card { opacity: 1; transform: none !important; transition: none; }
}

/* Featured Capabilities — fast 2-wave choreography, full travel distance.
   Wave 1 (0s):   cards 2, 3 (centers) slide in from ±65vw
   Wave 2 (0.2s): cards 1, 4 (outer)   slide in from ±100vw
   Transform: 0.6s. Total: ~0.8s */
.features .feature-card {
  opacity: 0;
  transition:
    opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease,
    border-color 0.35s ease;
}
.features .feature-card:nth-child(1) { transform: translate3d(-100vw, 0, 0); }
.features .feature-card:nth-child(2) { transform: translate3d(-65vw, 0, 0); }
.features .feature-card:nth-child(3) { transform: translate3d(65vw, 0, 0); }
.features .feature-card:nth-child(4) { transform: translate3d(100vw, 0, 0); }

.features.is-revealing .feature-card {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.features.is-revealing .feature-card:nth-child(2),
.features.is-revealing .feature-card:nth-child(3) { transition-delay: 0s; }
.features.is-revealing .feature-card:nth-child(1),
.features.is-revealing .feature-card:nth-child(4) { transition-delay: 0.2s; }

@media (prefers-reduced-motion: reduce) {
  .features .feature-card { opacity: 1; transform: none !important; transition: none; }
}

/* Final CTA — gentle pop with a wider drop */
.cta-final__card.reveal { transform: scale(0.96) translate3d(0, 38px, 0); }
.cta-final__card.reveal.is-visible { transform: scale(1) translate3d(0, 0, 0); }

/* Hero copy + photo animate in once preloader is done (home only) */
body.has-preloader .hero__content > * {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
body.has-preloader.is-loaded .hero__content > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
body.has-preloader.is-loaded .hero__content > *:nth-child(1) { transition-delay: 0.05s; }
body.has-preloader.is-loaded .hero__content > *:nth-child(2) { transition-delay: 0.18s; }
body.has-preloader.is-loaded .hero__content > *:nth-child(3) { transition-delay: 0.30s; }
body.has-preloader.is-loaded .hero__content > *:nth-child(4) { transition-delay: 0.42s; }
body.has-preloader.is-loaded .hero__content > *:nth-child(5) { transition-delay: 0.54s; }

body.has-preloader .hero__media-img {
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.4s ease, transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}
body.has-preloader.is-loaded .hero__media-img {
  opacity: 1;
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .section-head.reveal,
  .services-showcase__head.reveal,
  .process__copy .reveal,
  .process__visual.reveal,
  .feature-card.reveal,
  .svc-card.reveal,
  .stat-card.reveal,
  .team-card.reveal,
  .cta-final__card.reveal,
  body.has-preloader .hero__content > *,
  body.has-preloader .hero__media-img {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

/* ============== PRELOADER (home page) ============== */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
              visibility 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.preloader::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 600px at 50% 50%, rgba(59, 130, 246, 0.10), transparent 60%),
    radial-gradient(600px 400px at 10% 10%, rgba(99, 102, 241, 0.08), transparent 60%);
  pointer-events: none;
}
.preloader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.preloader__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}
.preloader__logo {
  height: 72px;
  width: auto;
  animation: preloader-pop 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes preloader-pop {
  0%   { opacity: 0; transform: scale(0.94) translateY(10px); filter: blur(6px); }
  100% { opacity: 1; transform: scale(1) translateY(0);       filter: blur(0); }
}
.preloader__bar {
  width: 200px;
  height: 3px;
  background: var(--border);
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}
.preloader__bar span {
  position: absolute;
  inset: 0;
  background: var(--grad-blue);
  border-radius: 999px;
  transform-origin: left center;
  animation: preloader-fill 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes preloader-fill {
  0%   { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}
.preloader__caption {
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

/* ============== NAV ============== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  background: var(--nav-bg);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.nav--scrolled {
  background: var(--nav-bg-scrolled);
  border-bottom-color: var(--border);
  box-shadow: var(--shadow-sm);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  transition: opacity 0.2s ease;
}
.nav__logo:hover { opacity: 0.82; }
.nav__logo img {
  height: 42px;
  width: auto;
  display: block;
}
.nav__links { display: flex; align-items: center; gap: 4px; }
.nav__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  border-radius: var(--radius);
  font-size: 0.93rem;
  font-weight: 500;
  color: var(--text-2);
  position: relative;
  transition: color 0.25s ease, background 0.25s ease;
}
.nav__link:hover { color: var(--blue-deep); background: var(--bg-3); }
.nav__link.active { color: var(--blue-deep); }
.nav__link.active::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 14px;
  right: 14px;
  height: 2px;
  border-radius: 2px;
  background: var(--blue);
}
.nav__dropdown { position: relative; }
.nav__dropdown-trigger { background: transparent; border: none; }
.nav__dropdown-trigger svg { transition: transform 0.25s ease; }
.nav__dropdown-trigger.is-active svg { transform: rotate(180deg); }

.nav__menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  margin-top: 14px;
  width: min(620px, 90vw);
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 22px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.nav__menu::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.nav__menu--open { opacity: 1; transform: translateX(-50%) translateY(0); pointer-events: auto; }
.nav__menu-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 4px 6px 14px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 14px;
}
.nav__menu-head p { font-size: 0.92rem; }
.nav__menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
.nav__menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border-radius: var(--radius-sm);
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 500;
  transition: background 0.2s ease, color 0.2s ease;
}
.nav__menu-item:hover { background: var(--bg-3); color: var(--blue-deep); }
.nav__menu-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.35);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
.nav__menu-item:hover .nav__menu-dot { background: var(--blue); box-shadow: 0 0 10px var(--blue); }
.nav__menu-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 11px 16px;
  border-radius: var(--radius-pill);
  color: var(--on-blue);
  font-size: 0.88rem;
  font-weight: 600;
  background: var(--grad-blue);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.nav__menu-cta:hover { transform: translateX(2px); box-shadow: 0 12px 28px -10px var(--glow); }

.nav__actions { display: flex; align-items: center; gap: 10px; }
.nav__cta { padding: 11px 22px; font-size: 0.9rem; }
.nav__burger {
  display: none;
  width: 40px; height: 40px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  background: var(--bg);
}
.nav__burger span { display: block; width: 18px; height: 2px; background: var(--text); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }
.nav__burger.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 980px) {
  .nav__burger { display: inline-flex; }
  .nav__cta { display: none; }
  .nav__links {
    position: fixed;
    top: var(--nav-h);
    left: 0; right: 0;
    background: var(--nav-bg-scrolled);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border-bottom: 1px solid var(--border);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 20px 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
  }
  .nav__links--open { max-height: calc(100vh - var(--nav-h)); overflow-y: auto; padding: 18px 20px 30px; }
  .nav__link { padding: 14px 12px; font-size: 1rem; justify-content: space-between; }
  .nav__link.active::after { display: none; }
  .nav__dropdown { display: flex; flex-direction: column; }
  .nav__menu {
    position: static; transform: none; width: 100%;
    padding: 14px; margin-top: 6px;
    opacity: 1; pointer-events: auto;
    max-height: 0; overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease, margin-top 0.3s ease;
    padding-top: 0; padding-bottom: 0;
    border: none; box-shadow: none; background: transparent;
  }
  .nav__menu--open {
    max-height: 800px;
    padding: 14px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--bg-2);
  }
  .nav__menu-grid { grid-template-columns: 1fr; }
}

main { position: relative; z-index: 1; padding-top: var(--nav-h); }

/* ============== HERO (homepage) — Dubai cityscape ============== */
.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: clamp(620px, 86vh, 800px);
  padding: clamp(100px, 12vw, 160px) 0 clamp(70px, 9vw, 110px);
  color: var(--text);
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero__media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__inner { position: relative; z-index: 1; }
.hero__content {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: var(--blue-deep);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  width: max-content;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 6px 18px -8px rgba(15, 23, 42, 0.18);
}
.hero__badge-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #10B981;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.18);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.18); }
  50% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0.04); }
}

.hero__title {
  font-size: clamp(2.6rem, 5.8vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -0.032em;
  color: #000000;
  max-width: 20ch;
  font-weight: 800;
  text-shadow: 0 2px 24px rgba(255, 255, 255, 0.55),
               0 1px 2px rgba(255, 255, 255, 0.4);
}
.hero__title .grad-text {
  background: linear-gradient(135deg, #1E40AF 0%, #1E3A8A 50%, #1E3A8A 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  /* Kill the inherited white text-shadow that was blurring the gradient edges */
  text-shadow: none;
}

.hero__lead {
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  color: #0F172A;
  max-width: 580px;
  line-height: 1.65;
  font-weight: 500;
  text-shadow: 0 2px 18px rgba(255, 255, 255, 0.5);
}

.hero__ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.hero__trust {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(15, 23, 42, 0.18);
  width: max-content;
  max-width: 100%;
}
.hero__avatars { display: flex; }
.hero__avatars span {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  margin-left: -12px;
  box-shadow: 0 6px 14px -3px rgba(15, 23, 42, 0.28);
  overflow: hidden;
  position: relative;
  background: var(--bg-3);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.4s ease,
              z-index 0s 0.4s;
}
.hero__avatars span:first-child { margin-left: 0; }
.hero__avatars span img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.hero__avatars span:hover {
  transform: translateY(-4px) scale(1.12);
  box-shadow: 0 12px 24px -6px rgba(37, 99, 235, 0.4);
  z-index: 2;
  transition-delay: 0s;
}
/* Spread the stack slightly when the cluster is hovered */
.hero__avatars:hover span { transform: translateX(2px); }
.hero__avatars:hover span:hover { transform: translateY(-4px) scale(1.12); }
.hero__stars { color: #F59E0B; font-size: 0.95rem; letter-spacing: 2px; }
.hero__trust-text { color: #0F172A; font-size: 0.85rem; font-weight: 600; }

@media (max-width: 600px) {
  .hero { min-height: 78vh; padding-bottom: 60px; }
}

/* ============== SERVICE DETAIL PAGE ============== */
.service-hero {
  position: relative;
  padding: clamp(110px, 13vw, 160px) 0 clamp(60px, 8vw, 100px);
  background:
    radial-gradient(900px 600px at 10% 0%, rgba(59, 130, 246, 0.10), transparent 60%),
    radial-gradient(700px 500px at 100% 100%, rgba(99, 102, 241, 0.08), transparent 60%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  overflow: hidden;
}
.service-hero__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 900px) { .service-hero__inner { grid-template-columns: 1fr; gap: 40px; } }
.service-hero__copy { display: flex; flex-direction: column; gap: 22px; }
.service-crumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 500;
}
.service-crumb a { color: var(--muted); transition: color 0.2s ease; }
.service-crumb a:hover { color: var(--blue); }
.service-crumb span:last-child { color: var(--text); font-weight: 600; }
.service-hero__copy h1 { font-size: clamp(2.2rem, 4.8vw, 3.6rem); max-width: 18ch; }
.service-hero__copy .lead {
  font-size: 1.1rem;
  color: var(--text-2);
  max-width: 60ch;
  line-height: 1.6;
}
.service-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.service-hero__visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--bg-2);
  border: 1px solid var(--border);
  box-shadow: 0 30px 70px -22px rgba(37, 99, 235, 0.22),
              0 6px 20px -8px rgba(15, 23, 42, 0.12);
}
.service-hero__visual img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}

/* Deliverables grid */
.service-deliverables { background: var(--bg); }
.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
@media (max-width: 900px) { .deliverables-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .deliverables-grid { grid-template-columns: 1fr; } }

.deliverable {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.3s ease,
              box-shadow 0.4s ease;
}
.deliverable:hover {
  transform: translateY(-6px);
  border-color: var(--blue);
  box-shadow: 0 22px 50px -22px rgba(37, 99, 235, 0.28);
}
.deliverable__num {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: var(--bg-3);
  color: var(--blue-deep);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.9rem;
  font-feature-settings: "tnum";
  margin-bottom: 6px;
}
.deliverable h3 { font-size: 1.1rem; letter-spacing: -0.01em; }
.deliverable p { font-size: 0.92rem; color: var(--muted); line-height: 1.55; }

/* Approach steps — horizontal flow on desktop */
.service-approach { background: var(--bg-2); }
.approach-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  counter-reset: step;
}
@media (max-width: 900px) { .approach-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .approach-steps { grid-template-columns: 1fr; } }

.approach-step {
  position: relative;
  padding: 26px 24px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}
.approach-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px; height: 46px;
  border-radius: 12px;
  background: var(--grad-blue);
  color: #FFFFFF;
  font-weight: 800;
  margin-bottom: 12px;
  box-shadow: 0 8px 22px -8px var(--glow);
}
.approach-step h3 { font-size: 1.1rem; margin-bottom: 6px; }
.approach-step p { color: var(--muted); font-size: 0.92rem; line-height: 1.55; }

/* Outcomes — what you get */
.service-outcomes { background: var(--bg); }
.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
@media (max-width: 800px) { .outcomes-grid { grid-template-columns: 1fr; } }
.outcome-card {
  padding: 32px 28px;
  background: linear-gradient(160deg, var(--blue-soft), var(--bg-3));
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: var(--radius-lg);
}
.outcome-card__icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: #FFFFFF;
  color: var(--blue-deep);
  display: grid; place-items: center;
  margin-bottom: 14px;
  box-shadow: 0 8px 20px -8px rgba(37, 99, 235, 0.25);
}
.outcome-card h3 { font-size: 1.15rem; margin-bottom: 6px; }
.outcome-card p { color: var(--text-2); font-size: 0.95rem; line-height: 1.6; }

/* Related services row */
.related-services { background: var(--bg-2); }
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
@media (max-width: 900px) { .related-grid { grid-template-columns: 1fr; } }
.related-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 24px 26px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  color: var(--text);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.3s ease,
              box-shadow 0.4s ease;
}
.related-card:hover {
  transform: translateY(-4px);
  border-color: var(--blue);
  box-shadow: 0 18px 38px -16px rgba(37, 99, 235, 0.25);
}
.related-card__eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 700;
}
.related-card h3 { font-size: 1.1rem; }
.related-card p { font-size: 0.9rem; color: var(--muted); }
.related-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: var(--blue);
  font-weight: 600;
  font-size: 0.88rem;
  transition: gap 0.25s ease;
}
.related-card:hover .related-card__link { gap: 10px; }

/* ============== FEATURES (after hero) ============== */
.features { background: var(--bg); padding: clamp(80px, 9vw, 120px) 0; }
.features__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1100px) { .features__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px)  { .features__grid { grid-template-columns: 1fr; } }

.feature-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  will-change: transform, opacity;
  transition: box-shadow 0.45s ease, border-color 0.35s ease;
}
.feature-card:hover {
  border-color: var(--blue);
  box-shadow: 0 24px 60px -22px rgba(37, 99, 235, 0.28),
              0 6px 16px -6px rgba(15, 23, 42, 0.10);
}
.feature-card__img-wrap {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: var(--bg-2);
}
.feature-card__img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.feature-card:hover .feature-card__img { transform: scale(1.06); }
.feature-card__badge {
  position: absolute;
  top: 14px; left: 14px;
  z-index: 2;
  padding: 6px 12px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: var(--blue);
  border-radius: var(--radius-pill);
  box-shadow: 0 6px 18px -6px var(--glow);
}
.feature-card__body {
  padding: 24px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.feature-card__body h3 {
  font-size: 1.18rem;
  letter-spacing: -0.015em;
}
.feature-card__body p {
  font-size: 0.92rem;
  color: var(--muted);
  flex: 1;
}
.feature-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--blue);
  font-weight: 600;
  font-size: 0.88rem;
  transition: gap 0.25s ease, color 0.25s ease;
}
.feature-card__link:hover { gap: 12px; color: var(--blue-deep); }
.feature-card__link .btn-arrow { width: 14px; height: 14px; }

/* ============== LOGO STRIP ============== */
.logos {
  background: var(--bg);
  padding: 32px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.logos__head {
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 22px;
}
.logos__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 5vw, 60px);
  flex-wrap: wrap;
  opacity: 0.7;
}
.logos__item { font-weight: 700; color: var(--text-2); font-size: 1.05rem; letter-spacing: -0.01em; }

/* ============== HIGHLIGHTS ============== */
.sub-hero { background: var(--bg); }
.highlights .highlight {
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.highlight__icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--bg-3);
  display: grid;
  place-items: center;
  color: var(--blue);
  margin-bottom: 4px;
}
.highlight h3 { font-size: 1.25rem; }
.highlight__bar {
  margin-top: 14px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--blue) 0%, transparent 100%);
  width: 50%;
  transition: width 0.4s ease;
}
.highlight:hover .highlight__bar { width: 100%; }

/* ============== WHY ============== */
.why { background: var(--bg-2); }
.why__head { text-align: center; max-width: 760px; margin: 0 auto 50px; display: flex; flex-direction: column; gap: 16px; align-items: center; }
.why__lead { font-size: 1.05rem; color: var(--muted); max-width: 60ch; }
.why__card { padding: 30px 28px; display: flex; flex-direction: column; gap: 14px; background: var(--card); }
.why__icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: var(--blue-soft);
  border: 1px solid rgba(37, 99, 235, 0.2);
  display: grid;
  place-items: center;
  color: var(--blue-deep);
  font-weight: 800;
  font-size: 1rem;
  font-feature-settings: "tnum";
  transition: background 0.3s ease, color 0.3s ease;
}
.why__card:hover .why__icon { background: var(--grad-blue); color: #FFFFFF; }
.why__card h3 { font-size: 1.18rem; }

/* ============== TEAM ============== */
.team { background: var(--bg); }
.team__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .team__grid {
    grid-template-columns: 1fr;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}

.team-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(160deg, #3B82F6 0%, #2563EB 55%, #1E40AF 100%);
  border: 1px solid #93C5FD;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 14px 32px -16px rgba(37, 99, 235, 0.32);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.4s ease,
              border-color 0.3s ease;
}
.team-card:hover {
  transform: translateY(-6px);
  border-color: #BFDBFE;
  box-shadow: 0 28px 64px -22px rgba(37, 99, 235, 0.55),
              0 0 0 4px rgba(147, 197, 253, 0.25);
}
.team-card__photo {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background:
    /* Subtle person silhouette as fallback while the image loads */
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 250' fill='rgba(255,255,255,0.55)'><circle cx='100' cy='90' r='38'/><path d='M40 220c0-33 27-60 60-60s60 27 60 60v30H40z'/></svg>") center 55% / 60% no-repeat,
    radial-gradient(circle at 50% 30%, rgba(191, 219, 254, 0.55), transparent 60%),
    linear-gradient(180deg, #DBEAFE, #93C5FD);
}
/* Status pill — top-left of portrait */
.team-card__status {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px 5px 9px;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #047857;
  background: rgba(236, 253, 245, 0.95);
  border: 1px solid rgba(16, 185, 129, 0.35);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.team-card__status::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #10B981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
  animation: pulse 2s ease-in-out infinite;
}
/* Quote ribbon — sits at the bottom of the portrait */
.team-card__quote {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 10px 14px;
  font-size: 0.78rem;
  line-height: 1.4;
  font-style: italic;
  font-weight: 500;
  color: #FFFFFF;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  box-shadow: 0 8px 22px -8px rgba(15, 23, 42, 0.4);
}
.team-card__quote::before {
  content: "\201C";
  font-size: 1.4em;
  line-height: 0;
  vertical-align: -0.3em;
  margin-right: 4px;
  opacity: 0.7;
}
.team-card__photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.team-card:hover .team-card__photo img { transform: scale(1.04); }
.team-card__body {
  padding: 22px 24px 24px;
  background: transparent;
  border-top: 1px solid rgba(191, 219, 254, 0.35);
}
.team-card__body h3 {
  font-size: 1.25rem;
  letter-spacing: -0.015em;
  color: #FFFFFF;
  margin: 0 0 4px;
}
.team-card__role {
  font-size: 0.9rem;
  color: #BFDBFE;
  font-weight: 600;
  margin: 0 0 12px;
  letter-spacing: 0.02em;
}
.team-card__tag {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(219, 234, 254, 0.85);
  margin: 0 0 10px;
}
.team-card__bio {
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 16px;
  font-weight: 400;
}
.team-card__socials {
  display: flex;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(191, 219, 254, 0.25);
}
.team-card__social {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}
.team-card__social:hover {
  background: #FFFFFF;
  color: var(--blue-deep);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 18px -6px rgba(15, 23, 42, 0.30);
}

/* Years / experience pill on the portrait */
.team-card__photo { position: relative; }
.team-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 6px 11px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue-deep);
  background: rgba(255, 255, 255, 0.95);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 6px 14px -4px rgba(15, 23, 42, 0.25);
}
.team__cta {
  text-align: center;
  display: flex;
  justify-content: center;
}

/* ============== GROWTH (legacy, retained) ============== */
.growth { background: var(--bg); position: relative; overflow: hidden; }
.growth__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 900px) { .growth__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .growth__grid { grid-template-columns: 1fr; } }
.growth__card {
  display: flex;
  flex-direction: column;
  padding: 26px 24px;
  gap: 8px;
  position: relative;
  overflow: hidden;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.growth__card:hover { transform: translateY(-4px); border-color: var(--blue); box-shadow: var(--shadow); }
.growth__chart { position: absolute; inset: auto 0 0 0; height: 60%; opacity: 0.7; z-index: 0; }
.growth__chart svg { width: 100%; height: 100%; }
.growth__num { font-size: clamp(2rem, 3.4vw, 2.6rem); font-weight: 800; letter-spacing: -0.04em; position: relative; z-index: 1; line-height: 1; }
.growth__label { font-weight: 600; font-size: 0.95rem; color: var(--text); position: relative; z-index: 1; }
.growth__sub { font-size: 0.85rem; color: var(--muted); position: relative; z-index: 1; }
.growth__note {
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: var(--muted);
  padding: 10px 16px;
  border-radius: var(--radius);
  background: var(--bg-2);
  border: 1px solid var(--border);
}

/* ============== SERVICES SHOWCASE (editorial cards) ============== */
.services-showcase { background: var(--bg-2); }
.services-showcase__head {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 56px;
}
.services-showcase__head .eyebrow { margin-bottom: 14px; }
.services-showcase__head h2 {
  max-width: 16ch;
  font-size: clamp(2rem, 3.6vw, 3rem);
}
.services-showcase__head p {
  font-size: 1rem;
  color: var(--muted);
  max-width: 46ch;
  line-height: 1.65;
  justify-self: end;
}
@media (max-width: 800px) {
  .services-showcase__head { grid-template-columns: 1fr; gap: 18px; align-items: start; }
  .services-showcase__head p { justify-self: start; }
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
@media (max-width: 1000px) { .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px)  { .services-grid { grid-template-columns: 1fr; gap: 24px; } }

.svc-card { position: relative; }
.svc-card__link {
  display: flex;
  flex-direction: column;
  gap: 0;
  color: inherit;
  text-decoration: none;
}
.svc-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--bg-2);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.4s ease,
              border-color 0.35s ease;
}
.svc-card:hover .svc-card__media {
  transform: translateY(-8px);
  border-color: var(--blue);
  box-shadow: 0 26px 60px -22px rgba(37, 99, 235, 0.32),
              0 6px 18px -6px rgba(15, 23, 42, 0.12);
}
.svc-card__media img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.svc-card:hover .svc-card__media img { transform: scale(1.06); }
.svc-card__num {
  position: absolute;
  top: 18px; left: 20px;
  z-index: 2;
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  text-shadow: 0 4px 24px rgba(15, 23, 42, 0.5),
               0 1px 2px rgba(15, 23, 42, 0.3);
  line-height: 0.95;
  font-feature-settings: "tnum";
  pointer-events: none;
}
.svc-card__chip {
  position: absolute;
  bottom: 16px; left: 16px;
  z-index: 2;
  padding: 7px 14px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: var(--radius-pill);
  color: var(--blue-deep);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 18px -8px rgba(15, 23, 42, 0.25);
}

.svc-card__body {
  padding: 22px 4px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 18px;
  align-items: start;
}
.svc-card__body h3 {
  font-size: 1.32rem;
  letter-spacing: -0.015em;
  color: var(--text);
}
.svc-card__body p {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
  max-width: 42ch;
  margin: 0;
}
.svc-card__arrow {
  grid-row: 1;
  grid-column: 2;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--bg-3);
  display: grid;
  place-items: center;
  color: var(--blue-deep);
  border: 1px solid rgba(37, 99, 235, 0.18);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              background 0.3s ease,
              color 0.3s ease,
              border-color 0.3s ease;
}
.svc-card:hover .svc-card__arrow {
  background: var(--grad-blue);
  color: #FFFFFF;
  border-color: transparent;
  transform: rotate(-45deg);
}
.svc-card__arrow .btn-arrow { width: 14px; height: 14px; }

/* ============== PROCESS (two-column with insight image) ============== */
.process { background: var(--bg); }
.process__layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 960px) {
  .process__layout { grid-template-columns: 1fr; gap: 40px; }
}

.process__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  max-width: 580px;
}
.process__copy .section-tag { align-self: flex-start; }
.process__copy h2 {
  font-size: clamp(2rem, 3.6vw, 3rem);
  max-width: 16ch;
  text-align: left;
  margin: 0;
}
.process__lead {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 56ch;
  margin: 0 0 18px;
  line-height: 1.65;
}

.process__steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.process__step-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px 22px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.3s ease,
              box-shadow 0.3s ease;
}
.process__step-item:hover {
  transform: translateX(6px);
  border-color: var(--blue);
  box-shadow: 0 16px 36px -16px rgba(37, 99, 235, 0.25);
}
.process__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--grad-blue);
  color: #FFFFFF;
  font-weight: 800;
  font-size: 1rem;
  font-feature-settings: "tnum";
  box-shadow: 0 8px 22px -8px var(--glow);
}
.process__step-item h3 {
  font-size: 1.15rem;
  margin: 4px 0 4px;
  letter-spacing: -0.01em;
}
.process__step-item p {
  color: var(--muted);
  font-size: 0.94rem;
  margin: 0;
  line-height: 1.55;
}

.process__visual {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-2);
  border: 1px solid var(--border);
  box-shadow: 0 30px 70px -22px rgba(37, 99, 235, 0.22),
              0 6px 20px -8px rgba(15, 23, 42, 0.12);
}
.process__visual img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.process__visual:hover img { transform: scale(1.04); }
@media (min-width: 961px) {
  .process__visual { position: sticky; top: calc(var(--nav-h) + 28px); }
}

/* ============== INDUSTRIES (legacy) ============== */
.industries { background: var(--bg-2); }
.industry-card { padding: 28px 26px; display: flex; flex-direction: column; gap: 14px; }
.industry-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px; height: 46px;
  border-radius: 12px;
  background: var(--bg-3);
  color: var(--blue);
  font-weight: 800;
  font-size: 0.95rem;
}
.industry-card h3 { font-size: 1.18rem; }

/* ============== STAT COUNTER CARDS ============== */
.stats-feature { background: var(--bg-2); }
.stats-feature__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
@media (max-width: 1000px) { .stats-feature__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 540px)  { .stats-feature__grid { grid-template-columns: 1fr; } }

.stat-card {
  position: relative;
  padding: 32px 28px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.35s ease,
              box-shadow 0.4s ease;
}
.stat-card::before {
  content: "";
  position: absolute;
  inset: -50% -10% auto auto;
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.18), transparent 65%);
  filter: blur(20px);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.stat-card:hover {
  transform: translateY(-6px);
  border-color: var(--blue);
  box-shadow: 0 24px 60px -22px rgba(37, 99, 235, 0.32),
              0 6px 18px -6px rgba(15, 23, 42, 0.10);
}
.stat-card:hover::before { opacity: 1; }
.stat-card__icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--bg-3);
  color: var(--blue-deep);
  display: grid;
  place-items: center;
  margin-bottom: 6px;
}
.stat-card__num {
  display: flex;
  align-items: baseline;
  gap: 2px;
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  background: var(--grad-blue);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-feature-settings: "tnum";
}
.stat-card__num .counter { display: inline-block; min-width: 1ch; }
.stat-card__label { font-weight: 700; color: var(--text); font-size: 1.05rem; letter-spacing: -0.01em; }
.stat-card__sub { font-size: 0.88rem; color: var(--muted); margin: 0; }

/* ============== CTA FINAL ============== */
.cta-final { background: var(--bg); padding-top: clamp(60px, 8vw, 110px); }
.cta-final__card {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 7vw, 80px) clamp(28px, 5vw, 60px);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(800px 400px at 50% 0%, rgba(37, 99, 235, 0.18), transparent 70%),
    var(--bg-3);
  border: 1px solid rgba(37, 99, 235, 0.18);
  text-align: center;
}
.cta-final__card .section-tag { margin: 0 auto; }
.cta-final__card h2 { margin: 20px auto 14px; max-width: 24ch; }
.cta-final__card p { max-width: 56ch; margin: 0 auto; font-size: 1.05rem; color: var(--text-2); }
.cta-final__actions { display: inline-flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; justify-content: center; }

/* ============== FOOTER SOCIAL ROW ============== */
.footer__social-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
  margin-top: 28px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
}
.footer__social-label {
  font-size: 0.9rem;
  color: var(--text-2);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.footer__social-label .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
  animation: pulse 2.2s ease-in-out infinite;
}
.footer__social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.social-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid var(--border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-2);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.4s ease;
  overflow: hidden;
}
.social-icon:hover {
  background: var(--grad-blue);
  color: #FFFFFF;
  border-color: transparent;
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 12px 26px -6px rgba(37, 99, 235, 0.5);
}
.social-icon svg { transition: transform 0.3s ease; }
.social-icon:hover svg { transform: scale(1.1); }

/* ============== WHATSAPP FLOATING WIDGET ============== */
.whatsapp-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 10px 28px -6px rgba(37, 211, 102, 0.55),
    0 4px 12px -4px rgba(0, 0, 0, 0.15);
  z-index: 9000;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.3s ease,
    box-shadow 0.4s ease;
  text-decoration: none;
}
.whatsapp-widget:hover {
  transform: scale(1.08) translateY(-3px);
  background: #1FB855;
  box-shadow:
    0 14px 34px -6px rgba(37, 211, 102, 0.7),
    0 6px 16px -4px rgba(0, 0, 0, 0.2);
}
.whatsapp-widget:active { transform: scale(0.96); }
.whatsapp-widget__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25D366;
  opacity: 0.45;
  animation: wa-pulse 2.2s ease-out infinite;
  z-index: -1;
  pointer-events: none;
}
@keyframes wa-pulse {
  0%   { transform: scale(1);   opacity: 0.45; }
  100% { transform: scale(1.8); opacity: 0;    }
}
.whatsapp-widget__tip {
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  background: #0F172A;
  color: #FFFFFF;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 10px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.whatsapp-widget__tip::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #0F172A;
}
.whatsapp-widget:hover .whatsapp-widget__tip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
@media (max-width: 600px) {
  .whatsapp-widget { width: 54px; height: 54px; bottom: 18px; right: 18px; }
  .whatsapp-widget svg { width: 24px; height: 24px; }
  .whatsapp-widget__tip { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .whatsapp-widget__pulse { animation: none; }
}

/* ============== FOOTER ============== */
.footer {
  position: relative;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  padding: 70px 0 28px;
  overflow: hidden;
}
.footer__inner { position: relative; z-index: 1; }
.footer__top {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 60px;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--border);
}
.footer__brand { display: flex; flex-direction: column; gap: 16px; max-width: 360px; }
.footer__brand p { font-size: 0.95rem; }
.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  transition: opacity 0.2s ease;
}
.footer__logo:hover { opacity: 0.82; }
.footer__logo img {
  height: 48px;
  width: auto;
  display: block;
}
.footer__cta { align-self: flex-start; margin-top: 4px; }
.footer__cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.footer__col { display: flex; flex-direction: column; gap: 12px; }
.footer__col h4 {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 6px;
}
.footer__col a, .footer__col span { font-size: 0.92rem; color: var(--text-2); transition: color 0.2s ease; }
.footer__col a:hover { color: var(--blue-deep); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 22px; font-size: 0.85rem; gap: 16px; flex-wrap: wrap; color: var(--muted); }
.footer__legal { display: flex; gap: 22px; }
.footer__legal a { color: var(--muted); font-size: 0.85rem; transition: color 0.2s ease; }
.footer__legal a:hover { color: var(--blue); }
@media (max-width: 900px) { .footer__top { grid-template-columns: 1fr; gap: 40px; } .footer__cols { gap: 24px; } }
@media (max-width: 600px) { .footer__cols { grid-template-columns: 1fr 1fr; } }

/* ============== PAGE HERO (inner pages) ============== */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 11vw, 130px) 0 clamp(50px, 7vw, 80px);
  background:
    radial-gradient(800px 500px at 80% 0%, rgba(37, 99, 235, 0.10), transparent 60%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
}
.page-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(37, 99, 235, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse at 70% 30%, #000 30%, transparent 75%);
          mask-image: radial-gradient(ellipse at 70% 30%, #000 30%, transparent 75%);
  pointer-events: none;
}
.page-hero__inner { position: relative; z-index: 1; max-width: 760px; display: flex; flex-direction: column; gap: 22px; }
.page-hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
.page-hero p { font-size: 1.1rem; color: var(--text-2); max-width: 56ch; }

/* ============== ABOUT page ============== */
.about-story { background: var(--bg); }
.about-story__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; }
.about-story__copy { display: flex; flex-direction: column; gap: 18px; }
.about-story__visual {
  position: relative;
  aspect-ratio: 5 / 4;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-2);
  border: 1px solid var(--border);
  box-shadow:
    0 30px 70px -22px rgba(37, 99, 235, 0.25),
    0 6px 18px -6px rgba(15, 23, 42, 0.12);
}
.about-story__img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
/* Subtle bottom gradient — only just enough to anchor the stats card */
.about-story__visual::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.45));
  pointer-events: none;
}
/* Location chip — top-left, never overflows */
.about-story__chip {
  position: absolute;
  top: 16px; left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--blue-deep);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius-pill);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 18px -6px rgba(15, 23, 42, 0.25);
}
.about-story__chip-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #10B981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
  animation: pulse 2s ease-in-out infinite;
}
/* Floating stats card — overlapping the image at the bottom */
.about-story__stat-card {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 22px 50px -18px rgba(15, 23, 42, 0.4);
}
.about-story__stat { text-align: center; }
.about-story__stat-num {
  font-size: clamp(1.5rem, 2.4vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1;
  background: var(--grad-blue);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-feature-settings: "tnum";
}
.about-story__stat-num span { -webkit-text-fill-color: initial; color: var(--blue-deep); }
.about-story__stat-lbl {
  margin-top: 5px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-2);
}
.about-story__stat-divider {
  width: 1px;
  height: 30px;
  background: var(--border);
}
@media (max-width: 600px) {
  .about-story__stat-card { padding: 12px; gap: 6px; }
  .about-story__stat-lbl { font-size: 0.58rem; letter-spacing: 0.06em; }
  .about-story__stat-divider { height: 24px; }
}
@media (max-width: 900px) { .about-story__grid { grid-template-columns: 1fr; gap: 40px; } }

.values { background: var(--bg-2); }
.values__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
@media (max-width: 900px) { .values__grid { grid-template-columns: 1fr; } }
.value-card { padding: 32px 28px; display: flex; flex-direction: column; gap: 14px; }
.value-card__icon {
  width: 54px; height: 54px;
  border-radius: 14px;
  background: var(--grad-blue);
  color: #FFFFFF;
  display: grid; place-items: center;
  box-shadow: 0 10px 24px -10px var(--glow);
}
.value-card h3 { font-size: 1.2rem; }

.stats-band { background: var(--bg-3); }
.stats-band__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; text-align: center; }
@media (max-width: 700px) { .stats-band__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.stats-band__num { font-size: clamp(2rem, 3.6vw, 2.6rem); font-weight: 800; letter-spacing: -0.04em; color: var(--blue-deep); }
.stats-band__label { color: var(--text-2); font-weight: 500; margin-top: 4px; }

/* ============== PROFILE page ============== */
.facts__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 900px) { .facts__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .facts__grid { grid-template-columns: 1fr; } }
.fact-card { padding: 26px 24px; display: flex; flex-direction: column; gap: 10px; }
.fact-card__num { font-size: 2rem; font-weight: 800; color: var(--blue-deep); letter-spacing: -0.03em; }
.fact-card__label { font-weight: 600; color: var(--text); }
.fact-card__sub { font-size: 0.85rem; color: var(--muted); }

.capabilities__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}
@media (max-width: 700px) { .capabilities__list { grid-template-columns: 1fr; } }
.capability {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 20px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.capability:hover { border-color: var(--blue); transform: translateX(4px); }
.capability__check {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 8px;
  background: var(--bg-3);
  color: var(--blue);
  display: grid; place-items: center;
}
.capability__text { font-weight: 500; color: var(--text); }

/* ============== SERVICES page ============== */
.service-block {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 60px;
  align-items: center;
  padding: clamp(48px, 7vw, 80px) 0;
  border-bottom: 1px solid var(--border);
}
.service-block:nth-child(even) .service-block__media { order: -1; }
.service-block:last-child { border-bottom: none; }
@media (max-width: 900px) {
  .service-block { grid-template-columns: 1fr; gap: 30px; }
  .service-block:nth-child(even) .service-block__media { order: 0; }
}
.service-block__num {
  display: inline-flex;
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--bg-3);
  color: var(--blue-deep);
  font-weight: 800;
  font-feature-settings: "tnum";
  align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.service-block h2 { margin-bottom: 14px; }
.service-block__lead { color: var(--text-2); font-size: 1.05rem; margin-bottom: 22px; }
.service-block__list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; margin: 0; padding: 0; list-style: none; }
.service-block__list li { display: flex; align-items: center; gap: 10px; color: var(--text-2); font-size: 0.95rem; }
.service-block__list li::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--blue);
  flex-shrink: 0;
}
@media (max-width: 600px) { .service-block__list { grid-template-columns: 1fr; } }
.service-block__media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 5 / 4;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.service-block__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ============== CONTACT page ============== */
.contact-section { background: var(--bg); }
.contact__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: start; }
@media (max-width: 900px) { .contact__grid { grid-template-columns: 1fr; gap: 40px; } }

.contact-form {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow);
}
.contact-form h3 { margin-bottom: 6px; }
.contact-form > p { margin-bottom: 22px; color: var(--muted); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.form-group label { font-size: 0.85rem; font-weight: 600; color: var(--text); }
.form-group input,
.form-group select,
.form-group textarea {
  font-family: inherit;
  font-size: 0.95rem;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg);
  color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px var(--glow-soft);
}
.form-group textarea { resize: vertical; min-height: 130px; }
.form-submit { width: 100%; justify-content: center; margin-top: 6px; }
.form-success {
  display: none;
  margin-top: 14px;
  padding: 14px 16px;
  background: #ECFDF5;
  border: 1px solid #6EE7B7;
  color: #047857;
  border-radius: var(--radius);
  font-size: 0.92rem;
  font-weight: 500;
}
.form-success.is-visible { display: block; }

.contact-info { display: flex; flex-direction: column; gap: 22px; }
.contact-info__card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 26px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.contact-info__icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--grad-blue);
  color: #FFFFFF;
  display: grid; place-items: center;
  box-shadow: 0 8px 22px -10px var(--glow);
}
.contact-info__card h4 { margin: 0; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue); font-weight: 700; }
.contact-info__card a, .contact-info__card p { display: block; color: var(--text); font-weight: 600; margin-top: 4px; font-size: 1rem; transition: color 0.2s ease; }
.contact-info__card a:hover { color: var(--blue-deep); }
.contact-info__card .text-muted { color: var(--muted); font-weight: 500; font-size: 0.9rem; margin-top: 2px; }

/* ============== MARQUEE ============== */
.marquee {
  position: relative;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
  overflow: hidden;
  background: var(--bg);
}
.marquee__track { display: flex; gap: 40px; align-items: center; white-space: nowrap; animation: marquee 38s linear infinite; }
.marquee__item { display: inline-flex; align-items: center; gap: 40px; font-size: 1rem; font-weight: 600; letter-spacing: 0.02em; color: var(--text-2); }
.marquee__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 8px var(--glow); }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-33.333%); } }
