:root {
  --primary: #1264e8;
  --primary-dark: #075be6;
  --ink: #07142d;
  --text: #263955;
  --muted: #536079;
  --line: #dce8f8;
  --soft: #f7fbff;
  --white: #fff;
  --shadow: 0 24px 70px rgba(39, 67, 112, .12);
  --hero-heading-size: clamp(38px, 3.6vw, 50px);
  --hero-heading-mobile-size: clamp(32px, 8.2vw, 44px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Manrope, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(1320px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 14px 0 10px;
  overflow: visible;
  margin-bottom: -1px;
  background: transparent;
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 178px;
  pointer-events: none;
  background: radial-gradient(ellipse at 0% 0%, rgba(218,240,255,.72), rgba(218,240,255,.34) 34%, transparent 72%), radial-gradient(ellipse at 100% 0%, rgba(203,227,255,.74), rgba(203,227,255,.34) 36%, transparent 74%), linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.34) 48%, rgba(255,255,255,0));
  mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.86) 44%, rgba(0,0,0,.32) 76%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.86) 44%, rgba(0,0,0,.32) 76%, transparent 100%);
  z-index: 0;
}
.site-header.scrolled { background: rgba(255,255,255,.18); box-shadow: 0 14px 35px rgba(31,55,98,.08); }
.site-header.scrolled .nav-shell { border-color: rgba(255,255,255,.74); background: linear-gradient(135deg, rgba(255,255,255,.78), rgba(238,247,255,.52)); box-shadow: 0 22px 58px rgba(15,45,95,.16), inset 0 1px 0 rgba(255,255,255,.86); }
.nav-shell {
  position: relative;
  z-index: 2;
  min-height: 84px;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.64);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(239,247,255,.48));
  box-shadow: 0 20px 60px rgba(15,45,95,.12), inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter: blur(26px) saturate(1.45);
  -webkit-backdrop-filter: blur(26px) saturate(1.45);
}
.nav-shell::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: 23px;
  background: linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.10) 58%, rgba(18,100,232,.05));
  pointer-events: none;
}
.brand,
.main-nav,
.nav-actions,
.menu-toggle { position: relative; z-index: 1; }
.brand img { width: 198px; height: 62px; display: block; object-fit: contain; }
.main-nav { position: relative; display: flex; align-items: center; justify-content: center; gap: 34px; }
.main-nav a,
.main-nav .nav-link { position: relative; padding: 16px 0; color: #2a3854; font-size: 14px; font-weight: 700; line-height: 1; }
.main-nav a::after,
.main-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  height: 2px;
  background: var(--primary);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.main-nav a:hover,
.main-nav a.active,
.nav-item:hover .nav-link,
.nav-item:focus-within .nav-link { color: var(--primary); }
.main-nav a:hover::after,
.main-nav a.active::after,
.nav-item:hover .nav-link::after,
.nav-item:focus-within .nav-link::after { transform: scaleX(1); }
.nav-item { position: relative; display: flex; align-items: center; }
.has-dropdown::after { content: ""; position: absolute; left: -34px; right: -34px; top: 100%; height: 22px; }
.nav-link { appearance: none; border: 0; background: transparent; cursor: pointer; display: inline-flex; align-items: center; gap: 7px; }
.nav-link i { font-size:12px; transition: transform .22s ease; }
.nav-item:hover .nav-link i,
.nav-item:focus-within .nav-link i,
.nav-item.dropdown-open .nav-link i { transform: rotate(180deg); }
.services-dropdown {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  z-index: 60;
  width: min(680px, calc(100vw - 48px));
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(207, 224, 248, .96);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(23, 54, 101, .18), 0 10px 24px rgba(18, 100, 232, .10);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10px) scale(.98);
  transform-origin: top center;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.services-dropdown::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translateX(-50%) rotate(45deg);
  background: #fff;
  border-left: 1px solid rgba(207, 224, 248, .96);
  border-top: 1px solid rgba(207, 224, 248, .96);
}
.nav-item:hover .services-dropdown,
.nav-item:focus-within .services-dropdown,
.nav-item.dropdown-open .services-dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0) scale(1); }
.services-dropdown a {
  position: relative;
  min-height: 54px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: #fff;
  color: #172541;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}
.services-dropdown a::after { display: none; }
.services-dropdown a span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--primary);
  background: linear-gradient(180deg, #edf5ff, #fff);
  box-shadow: inset 0 0 0 1px rgba(196, 220, 252, .85);
}
.services-dropdown a:hover,
.services-dropdown a:focus-visible { transform: translateY(-2px); border-color: rgba(157, 195, 248, .9); box-shadow: 0 14px 30px rgba(31, 76, 143, .10); color: var(--primary-dark); outline: none; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .22s ease, box-shadow .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, #075be6 0%, #1577ff 58%, #46c8ff 100%); box-shadow: 0 18px 36px rgba(18, 100, 232, .28); }
.btn-primary span { font-size: 20px; }
.btn-whatsapp { color: #109b4c; border-color: #b9edce; background: #f8fffb; }
.btn-whatsapp svg { width: 20px; fill: #14b85a; }
.btn-outline { color: #172541; border-color: #cbdaf1; background: rgba(255,255,255,.9); box-shadow: 0 14px 30px rgba(25, 58, 109, .07); }
.btn-large { min-height: 50px; padding: 0 24px; border-radius: 16px; }
.menu-toggle { min-width: 98px; height: 44px; display: none; grid-template-columns: auto 24px; align-items: center; justify-content: center; gap: 10px; padding: 0 12px 0 14px; border: 1px solid rgba(188,212,244,.94); border-radius: 13px; color: #19304f; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(241,247,255,.94)); box-shadow: 0 10px 24px rgba(27,61,111,.09), inset 0 1px 0 #fff; cursor: pointer; transition: color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.menu-toggle:hover { color: #075fdc; border-color: #a9cdf9; box-shadow: 0 14px 30px rgba(18,100,232,.13), inset 0 1px 0 #fff; }
.menu-toggle[aria-expanded="false"] { color: #19304f; border-color: rgba(188,212,244,.94); background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(241,247,255,.94)); box-shadow: 0 10px 24px rgba(27,61,111,.09), inset 0 1px 0 #fff; }
.menu-toggle:active { transform: scale(.98); }
.menu-label { font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.menu-bars { width: 22px; height: 18px; display: grid; align-content: center; gap: 4px; }
.menu-bars i { width: 22px; height: 2px; display: block; border-radius: 2px; background: currentColor; transition: transform .24s ease, opacity .2s ease, width .2s ease; }
.menu-bars i:nth-child(2) { width: 16px; justify-self: end; }
.mobile-nav-actions { display: none; }
body.mobile-nav-open { overflow: hidden; }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: auto;
  margin-top: -1px;
  padding: 34px 0 42px;
  background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.98) 7%, rgba(248,252,255,.9) 20%, rgba(248,252,255,0) 36%), linear-gradient(135deg, #fff 0%, #f6fbff 46%, #eef6ff 100%);
  box-shadow: inset 0 132px 110px rgba(255,255,255,.96);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(rgba(18,100,232,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(18,100,232,.055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.18) 18%, rgba(0,0,0,.58) 42%, rgba(0,0,0,.62) 100%);
  opacity: .42;
}
.hero::after {
  content: "";
  position: absolute;
  right: -280px;
  top: -180px;
  z-index: -3;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18,100,232,.18), rgba(57,188,255,.1) 42%, transparent 70%);
}
.hero-decoration { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-decoration-one { left: -180px; bottom: -180px; width: 420px; height: 420px; background: radial-gradient(circle, #dff0ff 0, rgba(223,240,255,.55) 42%, transparent 72%); }
.hero-decoration-two { right: 46%; top: 70px; width: 260px; height: 260px; background: radial-gradient(circle, rgba(49,124,255,.15), transparent 72%); }
.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 525px;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(540px, 1.18fr);
  align-items: center;
  gap: 48px;
}
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 14px 0 10px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 14px;
  border: 1px solid rgba(183,211,255,.9);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #0f63d8;
  font-size:12px;
  font-weight: 700;
}
.eyebrow span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--primary); color: #fff; font-size:12px; }
.hero-copy h1 { max-width: 690px; margin: 20px 0 0; color: var(--ink); font-size: var(--hero-heading-size); line-height: 1.1; font-weight: 700; letter-spacing: 0; }
.hero-copy h1 em { color: var(--primary); background: linear-gradient(90deg, #075ee8 0%, #267cff 58%, #5d97ff 100%); -webkit-background-clip: text; background-clip: text; }
.title-line { width: 54px; height: 3px; margin: 17px 0 13px; border-radius: 99px; background: var(--primary); }
.hero-copy > p { max-width: 560px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; margin: 24px 0 26px; }
.hero-actions .btn-primary { min-width: 150px; }
.explore-btn { min-width: 190px; gap: 11px; }
.grid-icon { display: inline-grid; place-items: center; color: var(--primary); font-size: 15px; }
.trust-row { max-width: 620px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; padding-top: 18px; }
.trust-row > div { min-height: auto; display: grid; grid-template-columns: 42px 1fr; column-gap: 12px; align-items: center; padding: 0 22px; }
.trust-row > div:first-child { padding-left: 0; }
.trust-row > div + div { border-left: 1px solid rgba(30,65,120,.14); }
.trust-icon { grid-row: 1 / 3; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; font-size: 16px; }
.trust-blue { color: var(--primary); background: #eef6ff; }
.trust-purple { color: #8c5cff; background: #f2ecff; }
.trust-green { color: #14b85a; background: #eafbf1; }
.trust-row strong { color: #102041; font-size: 12px; line-height: 1.25; }
.trust-row small { color: var(--muted); font-size:12px; line-height: 1.25; }
.hero-visual { position: relative; min-height: 525px; perspective: 1200px; }
.hero-visual::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: conic-gradient(from 120deg, rgba(18,100,232,.01), rgba(18,100,232,.08), rgba(82,190,255,.055), rgba(18,100,232,.01));
  box-shadow: inset 0 0 0 1px rgba(164,201,250,.28);
  opacity: .42;
  animation: orbitSpin 18s linear infinite;
}
.hero-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  width: 330px;
  height: 330px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18,100,232,.07), transparent 70%);
  opacity: .55;
  z-index: 0;
}
.wire-network { position: absolute; inset: 0; z-index: 1; overflow: visible; pointer-events: none; }
.connector-wire { position: absolute; overflow: visible; filter: drop-shadow(0 8px 12px rgba(18,100,232,.10)); }
.connector-wire-map { left: 0; top: 0; width: 100%; height: 100%; }
.connector-wire path { fill: none; stroke: #73afff; stroke-width: 2; stroke-dasharray: 6 9; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; animation: dashFlow 12s linear infinite; }
.wire-dot { fill: var(--primary); stroke: #fff; stroke-width: 3; vector-effect: non-scaling-stroke; filter: drop-shadow(0 4px 8px rgba(18,100,232,.24)); }
.wire-dot-soft { fill: #6eaeff; opacity: .62; }
.brand-stage {
  position: absolute;
  left: 50%;
  top: 53%;
  z-index: 2;
  width: 430px;
  height: 430px;
  display: grid;
  place-items: center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translate(-50%, -50%) rotateX(1deg) rotateY(-5deg);
}
.brand-stage::before,
.brand-stage::after,
.stage-ring { display: none; }
.brand-stage img { width: 100%; height: 100%; object-fit: contain; filter: saturate(1.08) contrast(1.02) drop-shadow(0 28px 34px rgba(18, 82, 170, .18)); }
.service-card {
  position: absolute;
  z-index: 4;
  width: 128px;
  min-height: 124px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 12px 13px;
  border: 1px solid rgba(223,231,244,.95);
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 36px rgba(30,62,115,.10);
  text-align: center;
  backdrop-filter: blur(14px);
  animation: float 5.5s ease-in-out infinite;
}
.service-card h3 { margin: 8px 0 0; color: #111b2f; font-size:12px; line-height: 1.25; font-weight: 700; }
.icon-box { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: #eef6ff; color: var(--primary); }
.icon-box i { font-size: 24px; }
.icon-web,
.icon-code { color: var(--primary); background: linear-gradient(180deg, #edf5ff, #fff); }
.icon-cart,
.icon-mobile { color: #2b8cff; background: linear-gradient(180deg, #eef7ff, #fff); }
.icon-marketing { color: #8d63ff; background: linear-gradient(180deg, #f3edff, #fff); }
.icon-search { color: #f0a600; background: linear-gradient(180deg, #fff7de, #fff); }
.card-web { top: 16px; left: 106px; }
.card-software { top: 16px; right: 36px; animation-delay: .5s; }
.card-commerce { top: 154px; left: 34px; animation-delay: 1s; }
.card-marketing { top: 158px; right: -12px; animation-delay: 1.5s; }
.card-mobile { bottom: 86px; left: 74px; animation-delay: 2s; }
.card-seo { right: 26px; bottom: 76px; animation-delay: 2.5s; }
.hero-bottom-wave { position: absolute; left: 0; right: 0; bottom: -2px; z-index: 1; width: 100%; height: 78px; display: block; pointer-events: none; }
.hero-bottom-wave .wave-fill { fill: #fff; }
.hero-bottom-wave .wave-line { fill: none; stroke: rgba(92,151,255,.72); stroke-width: 2.2; vector-effect: non-scaling-stroke; }

main h2 { color: var(--ink); font-size: clamp(30px, 3.1vw, 46px); line-height: 1.12; letter-spacing: 0; }
.seo-intro-section { position: relative; overflow: hidden; padding: 92px 0 96px; background: linear-gradient(180deg, #fff 0%, #f7fbff 100%); }
.seo-intro-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(18,100,232,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(18,100,232,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.34), transparent 68%);
  pointer-events: none;
}
.seo-intro-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, .72fr); gap: 56px; align-items: center; }
.section-kicker { display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid #d9e8ff; border-radius: 999px; background: #fff; color: var(--primary); font-size: 12px; font-weight: 800; box-shadow: 0 10px 24px rgba(31,76,143,.06); }
.seo-intro-copy h2 { max-width: 760px; margin: 20px 0 16px; }
.seo-intro-copy p { max-width: 700px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.keyword-tags { max-width: 760px; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.keyword-tags span { min-height: 38px; display: inline-flex; align-items: center; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--text); font-size: 12px; font-weight: 800; box-shadow: 0 10px 22px rgba(31,68,123,.055); }
.growth-stack { position: relative; padding: 28px; border: 1px solid rgba(207,224,248,.96); border-radius: 26px; background: #fff; box-shadow: 0 28px 70px rgba(23,54,101,.13); }
.growth-stack::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 26px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(18,100,232,.46), rgba(34,197,94,.16), rgba(245,158,11,.22));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.stack-header { display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: center; padding-bottom: 20px; border-bottom: 1px solid #e7eef9; }
.stack-header > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: linear-gradient(135deg, var(--primary-dark), #36b4ff); box-shadow: 0 16px 32px rgba(18,100,232,.24); }
.stack-header strong { display: block; color: var(--ink); font-size: 19px; line-height: 1.2; }
.stack-header small { display: block; margin-top: 4px; color: #65738c; font-size: 12px; line-height: 1.4; }
.stack-list { display: grid; gap: 12px; margin: 22px 0 24px; }
.stack-list div { display: grid; grid-template-columns: 34px 1fr; gap: 11px; align-items: center; color: var(--text); font-size: 13px; font-weight: 800; line-height: 1.35; }
.stack-list i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: var(--primary); background: #edf5ff; }
.stack-list div:nth-child(3) i { color: #16a34a; background: #ecfdf3; }
.stack-list div:nth-child(4) i { color: #f59e0b; background: #fff7df; }
.stack-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.stack-metrics span { min-height: 72px; display: grid; place-items: center; border: 1px solid #e3edf9; border-radius: 16px; background: #f8fbff; text-align: center; }
.stack-metrics strong { color: var(--ink); font-size: 17px; line-height: 1; }
.stack-metrics small { color: #65738c; font-size:12px; font-weight: 800; }

.services-showcase-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0 104px;
  background: #fff;
}
.services-showcase-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 18%, rgba(18,100,232,.08), transparent 30%), radial-gradient(circle at 88% 24%, rgba(34,197,94,.07), transparent 28%), linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  pointer-events: none;
}
.services-showcase-inner { position: relative; z-index: 1; }
.section-head { max-width: 780px; margin-bottom: 34px; }
.section-head h2 { margin: 18px 0 14px; }
.section-head p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.services-layout { display: block; }
.service-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.service-tile {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(214,228,248,.96);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(248,251,255,.94) 100%);
  box-shadow: 0 18px 42px rgba(31,68,123,.085), inset 0 1px 0 rgba(255,255,255,.9);
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.service-tile::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #1264e8, #39b8ff, #8c5cff, #1264e8);
  background-size: 220% 100%;
  animation: accentFlow 7s linear infinite;
}
.service-tile::after {
  content: "";
  position: absolute;
  width: 112px;
  height: 112px;
  right: -54px;
  bottom: -58px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18,100,232,.12), rgba(18,100,232,0) 68%);
  opacity: .9;
  animation: softGlow 8s ease-in-out infinite;
  pointer-events: none;
}
.service-tile:hover { transform: translateY(-6px); border-color: rgba(132,184,255,.98); box-shadow: 0 24px 54px rgba(31,68,123,.14); }
.service-tile span { position: relative; z-index: 1; width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(204,224,252,.75); border-radius: 16px; color: var(--primary); background: #f1f7ff; box-shadow: 0 12px 24px rgba(18,100,232,.09); }
.service-tile span i { font-size: 21px; }
.service-tile:nth-child(3n+2)::before { background: linear-gradient(90deg, #8c5cff, #c8a8ff, #1264e8, #8c5cff); background-size: 220% 100%; }
.service-tile:nth-child(3n+3)::before { background: linear-gradient(90deg, #f0a600, #ffd36b, #39b8ff, #f0a600); background-size: 220% 100%; }
.service-tile:nth-child(4n)::before { background: linear-gradient(90deg, #16a34a, #7ee0a1, #1264e8, #16a34a); background-size: 220% 100%; }
.service-tile:nth-child(3n+2) span { color: #8c5cff; background: #f5f0ff; border-color: rgba(210,192,255,.76); box-shadow: 0 12px 24px rgba(140,92,255,.09); }
.service-tile:nth-child(3n+3) span { color: #f0a600; background: #fff8e6; border-color: rgba(255,220,126,.7); box-shadow: 0 12px 24px rgba(240,166,0,.1); }
.service-tile:nth-child(4n) span { color: #16a34a; background: #effcf4; border-color: rgba(172,232,195,.76); box-shadow: 0 12px 24px rgba(22,163,74,.09); }
.service-tile h3 { position: relative; z-index: 1; min-height: 46px; margin: 24px 0 10px; color: var(--ink); font-size: 17px; line-height: 1.25; letter-spacing: 0; }
.service-tile p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-read-more { position: relative; z-index: 1; width: fit-content; display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding: 9px 13px; border: 1px solid #d7e7fb; border-radius: 999px; background: #fff; color: var(--primary); font-size: 12px; font-weight: 900; box-shadow: 0 10px 22px rgba(31,68,123,.06); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.service-read-more i { font-size:12px; transition: transform .22s ease; }
.service-read-more:hover { transform: translateY(-2px); border-color: rgba(132,184,255,.96); box-shadow: 0 16px 30px rgba(31,68,123,.11); }
.service-read-more:hover i { transform: translateX(3px); }
.section-bottom-curve { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 1; width: 100%; height: 82px; pointer-events: none; }
.section-bottom-curve .curve-fill { fill: #fff; }
.section-bottom-curve .curve-line { fill: none; stroke: rgba(92,151,255,.42); stroke-width: 1.8; vector-effect: non-scaling-stroke; }
.service-detail-page { background: #fff; }
.service-detail-hero { position: relative; overflow: hidden; padding: 86px 0 136px; background: linear-gradient(135deg, #fff 0%, #f4faff 56%, #eef7ff 100%); }
.service-detail-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(18,100,232,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(18,100,232,.045) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, rgba(0,0,0,.24), transparent 70%); pointer-events: none; }
.service-detail-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .9fr) minmax(380px, .58fr); gap: 54px; align-items: center; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--primary); font-size: 13px; font-weight: 900; }
.service-detail-copy h1 { max-width: 780px; margin: 18px 0 18px; color: var(--ink); font-size: clamp(38px, 4.4vw, 62px); line-height: 1.05; letter-spacing: 0; }
.service-detail-copy p { max-width: 720px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.service-detail-card { position: relative; padding: 30px; border: 1px solid rgba(193,216,248,.96); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(244,249,255,.94)); box-shadow: 0 28px 70px rgba(23,54,101,.13), inset 0 1px 0 rgba(255,255,255,.92); overflow: hidden; }
.service-detail-card::before { content: ""; position: absolute; width: 220px; height: 220px; right: -82px; top: -82px; border-radius: 50%; background: radial-gradient(circle, rgba(18,100,232,.16), rgba(18,100,232,0) 68%); }
.detail-icon { position: relative; z-index: 1; width: 68px; height: 68px; display: grid; place-items: center; border-radius: 20px; color: #fff; background: linear-gradient(135deg, var(--primary-dark), #36b4ff); box-shadow: 0 18px 36px rgba(18,100,232,.24); }
.detail-icon i { font-size: 30px; }
.service-detail-card h2 { position: relative; z-index: 1; margin: 22px 0 10px; color: var(--ink); font-size: 28px; line-height: 1.15; }
.service-detail-card p { position: relative; z-index: 1; margin: 0 0 22px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.detail-feature-list { position: relative; z-index: 1; display: grid; gap: 12px; }
.detail-feature-list div { display: grid; grid-template-columns: 32px 1fr; gap: 10px; align-items: center; color: var(--text); font-size: 14px; font-weight: 800; }
.detail-feature-list i { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: #16a34a; background: #ecfdf3; }
.digital-marketing-section {
  position: relative;
  overflow: hidden;
  padding: 112px 0 104px;
  background: #fff;
}
.digital-marketing-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 22%, rgba(18,100,232,.07), transparent 30%), radial-gradient(circle at 92% 24%, rgba(245,158,11,.07), transparent 28%), linear-gradient(180deg, rgba(255,255,255,0) 0%, #f8fbff 34%, #fff 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.18) 10%, rgba(0,0,0,.72) 28%, #000 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.18) 10%, rgba(0,0,0,.72) 28%, #000 100%);
  pointer-events: none;
}
.digital-marketing-inner { position: relative; z-index: 1; }
.marketing-head { max-width: 820px; }
.marketing-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .48fr); gap: 22px; align-items: stretch; }.marketing-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.marketing-service-card {
  position: relative;
  min-height: 238px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(214,228,248,.96);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.94));
  box-shadow: 0 18px 42px rgba(31,68,123,.085), inset 0 1px 0 rgba(255,255,255,.9);
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.marketing-service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #1264e8, #39b8ff, #8c5cff, #1264e8);
  background-size: 220% 100%;
  animation: accentFlow 7s linear infinite;
}
.marketing-service-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -58px; bottom: -60px; border-radius: 50%; background: radial-gradient(circle, rgba(18,100,232,.11), rgba(18,100,232,0) 70%); pointer-events: none; }
.marketing-service-card:hover { transform: translateY(-5px); border-color: rgba(132,184,255,.98); box-shadow: 0 24px 54px rgba(31,68,123,.13); }
.marketing-service-card span { position: relative; z-index: 1; width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(204,224,252,.75); border-radius: 16px; color: var(--primary); background: #f1f7ff; box-shadow: 0 12px 24px rgba(18,100,232,.09); }
.marketing-service-card:nth-child(2)::before { background: linear-gradient(90deg, #f0a600, #ffd36b, #39b8ff, #f0a600); background-size: 220% 100%; }
.marketing-service-card:nth-child(2) span { color: #f0a600; background: #fff8e6; border-color: rgba(255,220,126,.7); }
.marketing-service-card:nth-child(3)::before { background: linear-gradient(90deg, #16a34a, #7ee0a1, #1264e8, #16a34a); background-size: 220% 100%; }
.marketing-service-card:nth-child(3) span { color: #16a34a; background: #effcf4; border-color: rgba(172,232,195,.76); }
.marketing-service-card:nth-child(4)::before { background: linear-gradient(90deg, #8c5cff, #c8a8ff, #1264e8, #8c5cff); background-size: 220% 100%; }
.marketing-service-card:nth-child(4) span { color: #8c5cff; background: #f5f0ff; border-color: rgba(210,192,255,.76); }
.marketing-service-card h3 { position: relative; z-index: 1; margin: 24px 0 10px; color: var(--ink); font-size: 19px; line-height: 1.22; letter-spacing: 0; }
.marketing-service-card p { position: relative; z-index: 1; margin: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.lead-engine-card {
  position: relative;
  min-height: 100%;
  display: grid;
  align-content: space-between;
  gap: 22px;
  padding: 30px;
  border: 1px solid rgba(193,216,248,.96);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(244,249,255,.94));
  box-shadow: 0 28px 70px rgba(23,54,101,.13), inset 0 1px 0 rgba(255,255,255,.92);
  overflow: hidden;
}
.lead-engine-card::before { content: ""; position: absolute; width: 240px; height: 240px; right: -96px; top: -94px; border-radius: 50%; background: radial-gradient(circle, rgba(18,100,232,.16), rgba(18,100,232,0) 68%); }
.lead-engine-card > * { position: relative; z-index: 1; }
.lead-engine-top { display: grid; grid-template-columns: 58px 1fr; gap: 14px; align-items: center; }
.lead-engine-top > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: #fff; background: linear-gradient(135deg, var(--primary-dark), #36b4ff); box-shadow: 0 16px 32px rgba(18,100,232,.22); }
.lead-engine-top small { color: var(--primary); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.lead-engine-card h3 { margin: 4px 0 0; color: var(--ink); font-size: 28px; line-height: 1.16; letter-spacing: 0; }
.lead-engine-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.lead-engine-flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.lead-engine-flow div { min-height: 74px; display: grid; place-items: center; border: 1px solid #e3edf9; border-radius: 16px; background: rgba(255,255,255,.74); text-align: center; }
.lead-engine-flow strong { color: var(--ink); font-size: 17px; line-height: 1; }
.lead-engine-flow small { color: #65738c; font-size:12px; font-weight: 800; }
.lead-engine-card a { width: fit-content; display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 18px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 900; box-shadow: 0 16px 32px rgba(8,18,36,.16); }
.seo-services-section {
  position: relative;
  overflow: hidden;
  padding: 104px 0 158px;
  background: linear-gradient(180deg, #fff 0%, #f4faff 46%, #f7fff9 100%);
}
.seo-services-section::before {
  content: "";
  position: absolute;
  inset: -48px 0 0;
  background: radial-gradient(circle at 8% 30%, rgba(18,100,232,.08), transparent 30%), radial-gradient(circle at 91% 24%, rgba(22,163,74,.08), transparent 28%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.08) 12%, rgba(0,0,0,.5) 28%, #000 48%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.08) 12%, rgba(0,0,0,.5) 28%, #000 48%);
  pointer-events: none;
}
.seo-services-inner { position: relative; z-index: 1; }
.seo-services-head { max-width: 900px; }
.seo-services-layout { display: grid; grid-template-columns: minmax(360px, .7fr) minmax(0, 1.3fr); gap: 20px; align-items: stretch; }
.seo-ranking-panel { position: relative; min-height: 500px; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(185,214,246,.95); border-radius: 26px; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(239,248,255,.94)); box-shadow: 0 24px 60px rgba(24,65,124,.12); overflow: hidden; }
.seo-ranking-panel::before { content: ""; position: absolute; width: 240px; height: 240px; right: -100px; top: -100px; border-radius: 50%; background: radial-gradient(circle, rgba(25,171,93,.18), transparent 68%); pointer-events: none; }
.ranking-panel-top { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; }
.ranking-panel-top > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: linear-gradient(135deg, #1264e8, #22b573); box-shadow: 0 14px 30px rgba(18,100,232,.2); }
.ranking-panel-top > span i { font-size: 23px; }
.ranking-panel-top div { display: grid; gap: 4px; }
.ranking-panel-top small { color: #16854a; font-size:12px; font-weight: 900; letter-spacing: .08em; }
.ranking-panel-top strong { color: var(--ink); font-size: 24px; line-height: 1.1; }
.ranking-visual { position: relative; height: 220px; margin: 28px 0 24px; border: 1px solid #dbe9f8; border-radius: 20px; background: rgba(255,255,255,.75); overflow: hidden; }
.ranking-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(18,100,232,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(18,100,232,.07) 1px, transparent 1px); background-size: 36px 36px; }
.ranking-bars { position: absolute; inset: 32px 28px 22px; display: flex; align-items: flex-end; gap: 15px; }
.ranking-bars span { flex: 1; height: 28%; border-radius: 8px 8px 3px 3px; background: linear-gradient(180deg, #8fd4ff, #2d8cff); }
.ranking-bars span:nth-child(2) { height: 42%; }
.ranking-bars span:nth-child(3) { height: 56%; }
.ranking-bars span:nth-child(4) { height: 72%; background: linear-gradient(180deg, #6ce09a, #22a85b); }
.ranking-bars span:nth-child(5) { height: 90%; background: linear-gradient(180deg, #45d485, #16884a); }
.ranking-line { position: absolute; inset: 0; pointer-events: none; }
.ranking-line::before { content: ""; position: absolute; left: 12%; right: 10%; top: 52%; height: 2px; background: linear-gradient(90deg, #5a9fff, #18a85b); transform: rotate(-18deg); transform-origin: center; }
.ranking-line i { position: absolute; width: 10px; height: 10px; border: 2px solid #fff; border-radius: 50%; background: #1675eb; box-shadow: 0 3px 8px rgba(18,100,232,.22); }
.ranking-line i:nth-child(1) { left: 14%; top: 66%; }
.ranking-line i:nth-child(2) { left: 33%; top: 57%; }
.ranking-line i:nth-child(3) { left: 51%; top: 48%; }
.ranking-line i:nth-child(4) { left: 69%; top: 39%; background: #22a85b; }
.ranking-line i:nth-child(5) { left: 86%; top: 30%; background: #16884a; }
.seo-ranking-panel > p { position: relative; z-index: 1; margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.72; }
.seo-ranking-panel > a { position: relative; z-index: 1; width: fit-content; min-height: 48px; display: inline-flex; align-items: center; gap: 10px; margin-top: auto; padding: 0 18px; border-radius: 999px; color: #fff; background: var(--ink); font-size: 13px; font-weight: 900; box-shadow: 0 15px 30px rgba(8,18,36,.16); }
.seo-capability-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.seo-capability-card { min-height: 156px; display: grid; grid-template-columns: 54px 1fr 42px; gap: 14px; align-items: center; padding: 22px; border: 1px solid rgba(205,224,247,.96); border-radius: 22px; background: rgba(255,255,255,.9); box-shadow: 0 18px 46px rgba(23,54,101,.09); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.seo-capability-card:hover { transform: translateY(-4px); border-color: rgba(76,158,255,.72); box-shadow: 0 25px 58px rgba(23,54,101,.14); }
.seo-capability-card > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: #1264e8; background: #edf5ff; }
.seo-capability-card:nth-child(2n) > span { color: #16884a; background: #ecfbf2; }
.seo-capability-card > span i { font-size: 21px; }
.seo-capability-card h3 { margin: 0 0 8px; color: var(--ink); font-size: 19px; line-height: 1.16; }
.seo-capability-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.seo-capability-card > a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #d8e7fb; border-radius: 50%; color: var(--primary); background: #fff; transition: color .2s ease, background .2s ease, transform .2s ease; }
.seo-capability-card:hover > a { color: #fff; background: var(--primary); transform: translateX(3px); }
.seo-capability-card-wide { grid-column: 1 / -1; }
.seo-bottom-wave { position: absolute; z-index: 2; right: 0; bottom: -1px; left: 0; width: 100%; height: 82px; display: block; pointer-events: none; }
.seo-wave-fill { fill: #fff; }
.seo-wave-line { fill: none; stroke: rgba(31,162,97,.48); stroke-width: 2; vector-effect: non-scaling-stroke; }
.work-showcase-section { position: relative; overflow: hidden; margin-top: -54px; padding: 154px 0 106px; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 104px, #f8fbff 100%); }
.work-showcase-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 8% 36%, rgba(18,100,232,.07), transparent 28%), radial-gradient(circle at 90% 62%, rgba(139,92,246,.06), transparent 28%); mask-image: linear-gradient(180deg, transparent, #000 26%); -webkit-mask-image: linear-gradient(180deg, transparent, #000 26%); pointer-events: none; }
.work-showcase-inner { position: relative; z-index: 1; }
.work-showcase-head { max-width: 860px; }
.work-showcase-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.work-project-card { display: grid; grid-template-rows: minmax(300px, auto) 1fr; padding: 16px; border: 1px solid rgba(203,222,247,.96); border-radius: 24px; background: rgba(255,255,255,.92); box-shadow: 0 22px 58px rgba(23,54,101,.11); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.work-project-card:hover { transform: translateY(-5px); border-color: rgba(100,167,255,.8); box-shadow: 0 30px 72px rgba(23,54,101,.15); }
.work-project-featured { grid-column: 1 / -1; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); grid-template-rows: 1fr; gap: 22px; }
.project-browser { position: relative; min-height: 300px; border: 1px solid #d9e7f8; border-radius: 18px; background: #fff; overflow: hidden; }
.project-browser-bar { height: 34px; display: flex; align-items: center; gap: 6px; padding: 0 12px; border-bottom: 1px solid #e6edf7; background: #f7f9fc; }
.project-browser-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #ff927d; }
.project-browser-bar > span:nth-child(2) { background: #ffc95c; }
.project-browser-bar > span:nth-child(3) { background: #66d890; }
.project-browser-bar small { margin-left: 12px; color: #8a97aa; font-size:12px; }
.project-business-nav { height: 50px; display: flex; align-items: center; gap: 24px; padding: 0 22px; }
.project-business-nav b { margin-right: auto; color: #10243f; font-size: 16px; letter-spacing: .08em; }
.project-business-nav > i { width: 38px; height: 5px; border-radius: 4px; background: #dce6f2; }
.project-business-nav button, .project-business-hero button, .store-preview-banner button { border: 0; border-radius: 7px; background: #1264e8; color: #fff; font-size:12px; font-weight: 800; }
.project-business-nav button { min-height: 28px; padding: 0 12px; }
.project-business-hero { min-height: 188px; display: grid; grid-template-columns: 1fr .72fr; gap: 18px; padding: 26px 28px; background: linear-gradient(135deg, #edf5ff, #f9fcff 54%, #eaf8f3); }
.project-business-hero > div { display: flex; flex-direction: column; align-items: flex-start; }
.project-business-hero small { color: #1264e8; font-size:12px; font-weight: 900; letter-spacing: .08em; }
.project-business-hero strong { max-width: 320px; margin: 10px 0 14px; color: #0b1f3a; font-size: 29px; line-height: 1.05; }
.project-business-hero > div > span { width: 80%; height: 5px; margin-bottom: 7px; border-radius: 4px; background: #d4e0ef; }
.project-business-hero > div > span:nth-of-type(2) { width: 58%; }
.project-business-hero button { min-height: 30px; margin-top: 9px; padding: 0 14px; }
.project-business-hero aside { position: relative; min-height: 130px; border-radius: 16px; background: linear-gradient(145deg, #1264e8, #35b3ff); box-shadow: 0 18px 30px rgba(18,100,232,.2); overflow: hidden; }
.project-business-hero aside::before { content: ""; position: absolute; width: 140px; height: 140px; right: -45px; top: -48px; border: 20px solid rgba(255,255,255,.18); border-radius: 50%; }
.project-business-hero aside i { position: absolute; right: 18px; bottom: 18px; width: 46%; height: 52%; border-radius: 8px; background: rgba(255,255,255,.94); }
.project-business-hero aside i:nth-child(2) { right: 36%; height: 36%; opacity: .82; }
.project-business-hero aside i:nth-child(3) { right: 60%; height: 24%; opacity: .68; }
.project-business-stats { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 66px; padding: 10px 18px; }
.project-business-stats span { display: grid; place-items: center; border-right: 1px solid #e5edf7; text-align: center; }
.project-business-stats span:last-child { border-right: 0; }
.project-business-stats b { color: #10243f; font-size: 15px; }
.project-business-stats small { color: #7b899d; font-size:12px; }
.work-project-content { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) auto; gap: 18px; align-items: center; padding: 20px 8px 8px; }
.work-project-content small { color: var(--primary); font-size:12px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.work-project-content h3 { margin: 7px 0 0; color: var(--ink); font-size: 23px; line-height: 1.15; }
.work-project-content p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.work-project-content a { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 0 15px; border: 1px solid #d8e7fb; border-radius: 999px; color: var(--primary); background: #fff; font-size: 12px; font-weight: 900; white-space: nowrap; }
.work-project-featured .work-project-content { grid-template-columns: 1fr; align-content: center; padding: 26px 18px; }
.work-project-featured .work-project-content a { width: fit-content; }
.work-project-card:not(.work-project-featured) .work-project-content { grid-template-columns: 1fr auto; }
.work-project-card:not(.work-project-featured) .work-project-content p { grid-column: 1 / -1; grid-row: 2; }
.project-store-preview { background: #fbfaf8; }
.store-preview-head { height: 48px; display: flex; align-items: center; padding: 0 20px; }
.store-preview-head b { color: #1c2534; font-family: Georgia, serif; font-size: 18px; letter-spacing: .14em; }
.store-preview-head span { display: flex; gap: 8px; margin-left: auto; }
.store-preview-head i { width: 22px; height: 22px; border: 1px solid #d7d3cc; border-radius: 50%; }
.store-preview-banner { min-height: 130px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 22px; background: linear-gradient(110deg, #e8f1ea, #f7eee7); }
.store-preview-banner small { color: #667765; font-size:12px; font-weight: 900; letter-spacing: .1em; }
.store-preview-banner strong { max-width: 260px; margin: 7px 0 12px; color: #253329; font-family: Georgia, serif; font-size: 24px; line-height: 1.06; }
.store-preview-banner button { min-height: 27px; padding: 0 12px; background: #26352b; }
.store-preview-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 14px; }
.store-preview-products i { height: 64px; border-radius: 9px; background: linear-gradient(145deg, #eee6dd, #d8c6b4); }
.store-preview-products i:nth-child(2) { background: linear-gradient(145deg, #e1e9df, #b8ceb8); }
.store-preview-products i:nth-child(3) { background: linear-gradient(145deg, #e8e1ed, #c9b9d2); }
.dashboard-preview-shell { min-height: 264px; display: grid; grid-template-columns: 52px 1fr; background: #f4f7fb; }
.dashboard-preview-shell > aside { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 14px 0; background: #0d2444; }
.dashboard-preview-shell > aside b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: #1675eb; }
.dashboard-preview-shell > aside i { width: 18px; height: 18px; border-radius: 5px; background: rgba(255,255,255,.16); }
.dashboard-preview-shell > div { padding: 22px; }
.dashboard-preview-shell > div > small { color: #1675eb; font-size:12px; font-weight: 900; letter-spacing: .08em; }
.dashboard-preview-shell > div > strong { display: block; margin: 6px 0 20px; color: #172b46; font-size: 18px; }
.dashboard-preview-shell section { height: 100px; display: flex; align-items: flex-end; gap: 12px; padding: 12px; border: 1px solid #dde7f3; border-radius: 12px; background: #fff; }
.dashboard-preview-shell section i { flex: 1; height: 34%; border-radius: 5px 5px 2px 2px; background: #a6cfff; }
.dashboard-preview-shell section i:nth-child(2) { height: 52%; }
.dashboard-preview-shell section i:nth-child(3) { height: 44%; }
.dashboard-preview-shell section i:nth-child(4) { height: 72%; background: #5ca3fa; }
.dashboard-preview-shell section i:nth-child(5) { height: 88%; background: #1675eb; }
.dashboard-preview-shell footer { display: grid; grid-template-columns: 1fr .7fr; gap: 10px; margin-top: 12px; }
.dashboard-preview-shell footer span { height: 44px; border: 1px solid #dde7f3; border-radius: 10px; background: #fff; }
.work-showcase-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 20px; padding: 20px 24px; border: 1px solid #d7e6f9; border-radius: 22px; background: linear-gradient(100deg, #fff, #eef6ff); box-shadow: 0 18px 46px rgba(23,54,101,.08); }
.work-showcase-cta > div { display: flex; align-items: center; gap: 14px; }
.work-showcase-cta > div > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; color: #fff; background: linear-gradient(135deg, #1264e8, #8b5cf6); }
.work-showcase-cta p { display: grid; gap: 4px; margin: 0; }
.work-showcase-cta small { color: var(--primary); font-size:12px; font-weight: 900; letter-spacing: .08em; }
.work-showcase-cta strong { color: var(--ink); font-size: 19px; }
.work-showcase-cta > a { min-height: 48px; display: inline-flex; align-items: center; gap: 10px; padding: 0 18px; border-radius: 999px; color: #fff; background: var(--ink); font-size: 13px; font-weight: 900; white-space: nowrap; }
.industries-section { position: relative; overflow: hidden; padding: 104px 0 110px; background: linear-gradient(180deg, #f8fbff 0%, #fff 36%, #f7fcfa 100%); }
.industries-section::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(18,100,232,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(18,100,232,.035) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(90deg, rgba(0,0,0,.35), transparent 72%); -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.35), transparent 72%); pointer-events: none; }
.industries-inner { position: relative; z-index: 1; }
.industries-head { max-width: 830px; }
.industries-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.industry-card { position: relative; min-height: 270px; display: flex; flex-direction: column; padding: 24px; border: 1px solid rgba(207,225,247,.96); border-radius: 22px; background-image: linear-gradient(180deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,.84) 42%, rgba(255,255,255,.98) 76%), var(--industry-image); background-position: center; background-size: cover; box-shadow: 0 18px 46px rgba(23,54,101,.08); overflow: hidden; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.industry-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg, #1264e8, #35b4ff); }
.industry-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -80px; top: -80px; border-radius: 50%; background: radial-gradient(circle, rgba(18,100,232,.12), transparent 70%); pointer-events: none; }
.industry-card > * { position: relative; z-index: 1; }
.industry-card:nth-child(1) { --industry-image: url("../images/industries/real-estate.webp"); }
.industry-card:nth-child(2) { --industry-image: url("../images/industries/education.webp"); }
.industry-card:nth-child(3) { --industry-image: url("../images/industries/healthcare.webp"); }
.industry-card:nth-child(4) { --industry-image: url("../images/industries/restaurants.webp"); }
.industry-card:nth-child(5) { --industry-image: url("../images/industries/consultants.webp"); }
.industry-card:nth-child(6) { --industry-image: url("../images/industries/startups.webp"); }
.industry-card:nth-child(7) { --industry-image: url("../images/industries/ecommerce.webp"); }
.industry-card:nth-child(8) { --industry-image: url("../images/industries/professional-services.webp"); }
.industry-card:nth-child(2)::before, .industry-card:nth-child(6)::before { background: linear-gradient(90deg, #7c4dff, #b495ff); }
.industry-card:nth-child(3)::before, .industry-card:nth-child(7)::before { background: linear-gradient(90deg, #16a34a, #65d995); }
.industry-card:nth-child(4)::before { background: linear-gradient(90deg, #f59e0b, #ffd36c); }
.industry-card:nth-child(5)::before, .industry-card:nth-child(8)::before { background: linear-gradient(90deg, #0f9f9a, #45d5c9); }
.industry-card:hover { transform: translateY(-6px); border-color: rgba(118,177,255,.84); box-shadow: 0 28px 64px rgba(23,54,101,.14); }
.industry-card > span { position: relative; z-index: 1; width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 16px; color: #1264e8; background: #edf5ff; box-shadow: 0 12px 26px rgba(18,100,232,.1); }
.industry-card:nth-child(2) > span, .industry-card:nth-child(6) > span { color: #7c4dff; background: #f3efff; }
.industry-card:nth-child(3) > span, .industry-card:nth-child(7) > span { color: #168c4a; background: #ecfbf2; }
.industry-card:nth-child(4) > span { color: #d98b00; background: #fff8e7; }
.industry-card:nth-child(5) > span, .industry-card:nth-child(8) > span { color: #078e89; background: #e9fbfa; }
.industry-card > span i { font-size: 21px; }
.industry-card > small { color: var(--primary); font-size:12px; font-weight: 900; letter-spacing: .1em; }
.industry-card h3 { margin: 7px 0 10px; color: var(--ink); font-size: 21px; line-height: 1.15; }
.industry-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.industry-card > div { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding-top: 20px; }
.industry-card b { min-height: 28px; display: inline-flex; align-items: center; padding: 0 10px; border: 1px solid #dce9f8; border-radius: 999px; color: #51627b; background: #f9fbfe; font-size:12px; font-weight: 900; }
.industries-note { display: flex; align-items: center; gap: 16px; margin-top: 20px; padding: 20px 24px; border: 1px solid #d5e8e0; border-radius: 22px; background: linear-gradient(100deg, rgba(255,255,255,.96), rgba(237,251,244,.94)); box-shadow: 0 18px 44px rgba(29,90,67,.08); }
.industries-note > span { width: 50px; height: 50px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 15px; color: #fff; background: linear-gradient(135deg, #1264e8, #22ad65); }
.industries-note p { display: grid; gap: 4px; margin: 0 auto 0 0; }
.industries-note small { color: #17864c; font-size:12px; font-weight: 900; letter-spacing: .08em; }
.industries-note strong { color: var(--ink); font-size: 18px; }
.industries-note a { min-height: 46px; display: inline-flex; align-items: center; gap: 9px; padding: 0 17px; border-radius: 999px; color: #fff; background: var(--ink); font-size: 12px; font-weight: 900; white-space: nowrap; }
.company-comparison-section { position: relative; overflow: hidden; padding: 110px 0 108px; background: linear-gradient(180deg, #f7fcfa 0%, #fff 34%, #f5f9ff 100%); }
.company-comparison-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 6% 24%, rgba(22,163,74,.07), transparent 26%), radial-gradient(circle at 94% 30%, rgba(18,100,232,.08), transparent 28%); pointer-events: none; }
.company-comparison-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(330px, .7fr) minmax(0, 1.3fr); gap: 24px; align-items: stretch; }
.comparison-intro { display: flex; flex-direction: column; align-items: flex-start; padding: 12px 18px 12px 0; }
.comparison-intro h2 { margin: 22px 0 18px; }
.comparison-intro > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.78; }
.comparison-assurance { display: grid; grid-template-columns: 52px 1fr; gap: 13px; align-items: center; margin-top: 28px; padding: 16px; border: 1px solid #d6e9e0; border-radius: 18px; background: rgba(245,253,249,.92); }
.comparison-assurance > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: #fff; background: linear-gradient(135deg, #168f4d, #3ecf82); box-shadow: 0 12px 25px rgba(22,143,77,.17); }
.comparison-assurance div { display: grid; gap: 5px; }
.comparison-assurance small { color: #16854a; font-size:12px; font-weight: 900; letter-spacing: .09em; }
.comparison-assurance strong { color: var(--ink); font-size: 14px; line-height: 1.45; }
.comparison-cta { min-height: 48px; display: inline-flex; align-items: center; gap: 10px; margin-top: auto; padding: 0 19px; border-radius: 999px; color: #fff; background: var(--ink); font-size: 13px; font-weight: 900; box-shadow: 0 15px 32px rgba(8,18,36,.16); }
.comparison-board { border: 1px solid rgba(202,222,248,.98); border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: 0 26px 68px rgba(23,54,101,.12); overflow: hidden; }
.comparison-board-head, .comparison-row { display: grid; grid-template-columns: minmax(170px, .8fr) repeat(2, minmax(180px, 1fr)); align-items: center; }
.comparison-board-head { min-height: 74px; color: #fff; background: linear-gradient(105deg, #0b1f3a, #102f58); }
.comparison-board-head span { height: 100%; display: flex; align-items: center; gap: 9px; padding: 0 20px; border-left: 1px solid rgba(255,255,255,.12); font-size: 12px; font-weight: 900; }
.comparison-board-head span:first-child { border-left: 0; color: rgba(255,255,255,.72); }
.comparison-board-head span:last-child { background: linear-gradient(105deg, rgba(18,100,232,.34), rgba(42,181,255,.22)); }
.comparison-row { min-height: 76px; border-top: 1px solid #e4edf8; }
.comparison-row:first-of-type { border-top: 0; }
.comparison-row > * { height: 100%; display: flex; align-items: center; gap: 10px; padding: 0 20px; }
.comparison-row strong { color: var(--ink); font-size: 13px; }
.comparison-row span { border-left: 1px solid #e4edf8; color: #718097; font-size: 12px; font-weight: 700; }
.comparison-row span:last-child { color: #16385f; background: linear-gradient(90deg, rgba(237,246,255,.74), rgba(245,252,248,.76)); }
.comparison-row span i { width: 26px; height: 26px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 8px; color: #8794a6; background: #f0f3f7; }
.comparison-row span:last-child i { color: #148549; background: #e8f9ef; }
.company-benefit-strip { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 2px; }
.company-benefit-strip article { min-height: 118px; display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 20px; border: 1px solid #dbe8f8; border-radius: 20px; background: rgba(255,255,255,.88); box-shadow: 0 16px 40px rgba(23,54,101,.075); }
.company-benefit-strip article > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: #1264e8; background: #edf5ff; }
.company-benefit-strip article:nth-child(2) > span { color: #7c4dff; background: #f3efff; }
.company-benefit-strip article:nth-child(3) > span { color: #16894b; background: #ecfbf2; }
.company-benefit-strip h3 { margin: 0 0 7px; color: var(--ink); font-size: 17px; line-height: 1.15; }
.company-benefit-strip p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.gurgaon-local-section { position: relative; overflow: hidden; padding: 110px 0 106px; background: linear-gradient(180deg, #f5f9ff 0%, #fff 42%, #f5fbff 100%); }
.gurgaon-local-section::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(18,100,232,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(18,100,232,.035) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, transparent, rgba(0,0,0,.34) 42%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, rgba(0,0,0,.34) 42%, transparent); pointer-events: none; }
.gurgaon-local-inner { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.local-copy { min-height: 480px; display: flex; flex-direction: column; padding: 40px; position: relative; border: 1px solid rgba(199,221,248,.98); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(239,247,255,.9)); box-shadow: 0 24px 64px rgba(23,54,101,.105); overflow: hidden; }
.local-copy::after { content: ""; width: 180px; height: 180px; position: absolute; right: -84px; bottom: -88px; border: 26px solid rgba(18,100,232,.055); border-radius: 50%; pointer-events: none; }
.local-copy h2 { max-width: 570px; margin: 22px 0 18px; }
.local-copy > p { max-width: 680px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.78; }
.local-trust-points { display: grid; gap: 12px; margin: 27px 0 30px; }
.local-trust-points span { display: flex; align-items: center; gap: 10px; color: #324762; font-size: 13px; font-weight: 800; }
.local-trust-points i { color: #18a257; }
.local-copy > a { min-height: 49px; display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; margin-top: auto; padding: 0 19px; position: relative; z-index: 1; border-radius: 999px; color: #fff; background: var(--ink); font-size: 13px; font-weight: 900; box-shadow: 0 16px 34px rgba(8,18,36,.16); }
.gurgaon-coverage-panel { min-height: 480px; display: flex; flex-direction: column; position: relative; padding: 28px; border: 1px solid rgba(199,221,248,.98); border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: 0 24px 64px rgba(23,54,101,.105); overflow: hidden; }
.coverage-panel-head { position: relative; z-index: 2; display: flex; align-items: center; gap: 13px; }
.coverage-panel-head > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: #fff; background: linear-gradient(135deg, #1264e8, #38b8ff); box-shadow: 0 13px 28px rgba(18,100,232,.2); }
.coverage-panel-head div { display: grid; gap: 4px; }
.coverage-panel-head small { color: var(--primary); font-size:12px; font-weight: 900; letter-spacing: .1em; }
.coverage-panel-head strong { color: var(--ink); font-size: 19px; }
.gurgaon-map-visual { position: relative; height: 205px; margin: 18px 0; border: 1px solid #dfeaf8; border-radius: 18px; background-color: #f7fbff; background-image: linear-gradient(rgba(18,100,232,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(18,100,232,.06) 1px, transparent 1px); background-size: 32px 32px; overflow: hidden; }
.gurgaon-map-visual::before { content: ""; position: absolute; inset: 22px; border: 2px dashed rgba(18,100,232,.18); border-radius: 45% 55% 48% 52%; transform: rotate(-7deg); }
.map-core { position: absolute; z-index: 3; left: 50%; top: 50%; width: 94px; height: 94px; display: grid; place-items: center; border: 8px solid rgba(255,255,255,.9); border-radius: 50%; background: linear-gradient(145deg, #1264e8, #35b5ff); box-shadow: 0 18px 40px rgba(18,100,232,.25); transform: translate(-50%, -50%); text-align: center; }
.map-core b { color: #fff; font-size: 33px; line-height: 1; }
.map-core small { margin-top: -17px; color: rgba(255,255,255,.86); font-size:12px; font-weight: 900; letter-spacing: .06em; }
.map-route { position: absolute; z-index: 1; left: 50%; top: 50%; width: 35%; height: 2px; border-top: 2px dashed rgba(18,100,232,.38); transform-origin: left center; }
.route-one { transform: rotate(20deg); }
.route-two { transform: rotate(142deg); }
.route-three { transform: rotate(265deg); }
.map-pin { position: absolute; z-index: 2; width: 14px; height: 14px; border: 3px solid #fff; border-radius: 50%; background: #1675eb; box-shadow: 0 5px 12px rgba(18,100,232,.25); }
.pin-one { left: 15%; top: 22%; }.pin-two { left: 30%; top: 72%; }.pin-three { left: 72%; top: 18%; }.pin-four { left: 82%; top: 58%; }.pin-five { left: 59%; top: 78%; }.pin-six { left: 12%; top: 54%; }.pin-seven { left: 67%; top: 48%; }
.featured-localities { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: auto; padding-top: 2px; }
.featured-localities h3 { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 7px; margin: 0; padding: 0 10px; border: 1px solid rgba(18,100,232,.16); border-radius: 999px; color: #23415f; background: rgba(255,255,255,.88); font-size:12px; line-height: 1.2; font-weight: 800; box-shadow: 0 7px 18px rgba(23,54,101,.045); }
.featured-localities i { color: var(--primary); }
.localities-directory { margin-top: 22px; padding: 0 2px; }
.localities-directory-title { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; color: #173654; font-size: 14px; font-weight: 900; }
.localities-directory-title::after { content: ""; height: 1px; flex: 1; background: linear-gradient(90deg, #c9ddf6, transparent); }
.localities-directory-title i { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: #fff; background: linear-gradient(135deg, #1264e8, #42adff); box-shadow: 0 9px 20px rgba(18,100,232,.18); }
.locality-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.locality-groups section { min-width: 0; padding: 20px 20px 18px; position: relative; border: 1px solid rgba(208,224,244,.82); border-radius: 12px; background: rgba(255,255,255,.68); box-shadow: 0 12px 32px rgba(23,54,101,.045); overflow: hidden; }
.locality-groups section::before { content: ""; width: 46px; height: 3px; position: absolute; top: 0; left: 20px; border-radius: 0 0 4px 4px; background: linear-gradient(90deg, #1264e8, #50b6ff); }
.locality-groups section > h3 { margin: 0 0 15px; color: #112d4d; font-size: 13px; line-height: 1.4; font-weight: 900; }
.sector-directory { grid-column: 1 / -1; }
.all-locality-badges { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 18px; }
.all-locality-badges h3 { min-height: 29px; display: flex; align-items: center; margin: 0; padding: 5px 5px 5px 15px; position: relative; border-bottom: 1px solid rgba(218,231,246,.72); color: #536a82; font-size:12px; line-height: 1.35; font-weight: 700; transition: color .18s ease, padding-left .18s ease; }
.all-locality-badges h3::before { content: ""; width: 4px; height: 4px; position: absolute; left: 2px; border-radius: 50%; background: #67aaf6; }
.all-locality-badges h3:hover { padding-left: 18px; color: #1264e8; }
.sector-directory { padding-bottom: 21px; background: linear-gradient(135deg, rgba(247,251,255,.92), rgba(255,255,255,.75)); }
.sector-badges { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 6px; }
.sector-badges h3 { min-height: 30px; justify-content: center; padding: 5px; border: 1px solid #dfebf8; border-radius: 7px; color: #42617f; background: rgba(255,255,255,.86); font-size:12px; text-align: center; }
.sector-badges h3::before { display: none; }
.sector-badges h3:hover { padding-left: 5px; color: #fff; border-color: #1264e8; background: #1264e8; }.process-section { position: relative; overflow: hidden; padding: 102px 0 112px; background: linear-gradient(180deg, #f5fbff 0%, #fff 100%); }
.process-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(18,100,232,.045), transparent 38%, rgba(22,163,74,.035)); pointer-events: none; }
.process-inner { position: relative; z-index: 1; }
.process-head { max-width: 840px; }
.process-track { position: relative; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 12px; }
.process-track::before { content: ""; position: absolute; z-index: 0; right: 4%; left: 4%; top: 70px; height: 2px; background: linear-gradient(90deg, #1264e8, #55b7ff 48%, #22a962); }
.process-step { position: relative; z-index: 1; min-height: 240px; padding: 18px 16px; border: 1px solid #dbe8f8; border-radius: 20px; background: rgba(255,255,255,.94); box-shadow: 0 16px 42px rgba(23,54,101,.08); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.process-step:hover { transform: translateY(-5px); border-color: rgba(100,169,255,.82); box-shadow: 0 24px 56px rgba(23,54,101,.13); }
.process-step > small { display: block; color: #9aa7b8; font-size:12px; font-weight: 900; letter-spacing: .09em; text-align: right; }
.process-step > span { width: 50px; height: 50px; display: grid; place-items: center; margin: 10px 0 24px; border: 6px solid #fff; border-radius: 15px; color: #1264e8; background: #eaf4ff; box-shadow: 0 9px 22px rgba(18,100,232,.14); }
.process-step:nth-child(2) > span, .process-step:nth-child(5) > span { color: #7c4dff; background: #f2edff; }
.process-step:nth-child(3) > span, .process-step:nth-child(6) > span { color: #e09300; background: #fff6df; }
.process-step:nth-child(4) > span, .process-step:nth-child(7) > span { color: #168c4b; background: #eafaf1; }
.process-step h3 { margin: 0 0 10px; color: var(--ink); font-size: 16px; line-height: 1.15; }
.process-step p { margin: 0; color: var(--muted); font-size:12px; line-height: 1.6; }
.testimonials-section { position: relative; overflow: hidden; padding: 108px 0 112px; background: linear-gradient(180deg, #fff 0%, #f4f9ff 52%, #fff 100%); }
.testimonials-section::before { content: ""; width: 520px; height: 520px; position: absolute; top: 40px; left: -330px; border: 1px solid rgba(18,100,232,.09); border-radius: 50%; box-shadow: 0 0 0 76px rgba(18,100,232,.025), 0 0 0 152px rgba(18,100,232,.018); pointer-events: none; }
.testimonials-inner { position: relative; z-index: 1; }
.testimonials-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 50px; align-items: end; margin-bottom: 38px; }
.testimonials-head .section-head { max-width: 820px; margin-bottom: 0; }
.testimonial-rating { min-width: 265px; display: grid; gap: 5px; padding: 20px 22px; border: 1px solid #dbe8f7; border-radius: 12px; background: rgba(255,255,255,.9); box-shadow: 0 16px 38px rgba(23,54,101,.075); }
.rating-stars, .testimonial-stars { display: flex; gap: 4px; color: #f2ad10; }
.rating-stars { margin-bottom: 4px; font-size: 14px; }
.testimonial-rating strong { color: var(--ink); font-size: 15px; }
.testimonial-rating span { color: var(--muted); font-size:12px; }
.testimonials-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 18px; }
.testimonial-card { position: relative; padding: 27px; border: 1px solid #dbe7f5; border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 18px 46px rgba(23,54,101,.075); overflow: hidden; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.testimonial-card:hover { transform: translateY(-4px); border-color: #b8d6fa; box-shadow: 0 26px 58px rgba(23,54,101,.11); }
.testimonial-featured { min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; padding: 38px; color: #fff; border: 0; background: linear-gradient(145deg, #071a38, #0d3265 72%, #1264e8); box-shadow: 0 26px 64px rgba(7,26,56,.2); }
.testimonial-featured::after { content: ""; width: 220px; height: 220px; position: absolute; right: -105px; bottom: -110px; border: 34px solid rgba(255,255,255,.055); border-radius: 50%; }
.quote-mark { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: #fff; background: rgba(255,255,255,.1); font-size: 22px; }
.testimonial-stars { margin: 16px 0 13px; font-size: 12px; }
.testimonial-card blockquote { margin: 0; color: #263d59; font-size: 16px; line-height: 1.72; font-weight: 650; }
.testimonial-featured blockquote { max-width: 660px; color: #fff; font-size: 22px; line-height: 1.58; }
.testimonial-card footer { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 12px; align-items: center; margin-top: 25px; position: relative; z-index: 1; }
.client-avatar { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(135deg, #1264e8, #47b5ff); font-size: 12px; font-weight: 900; box-shadow: 0 10px 22px rgba(18,100,232,.18); }
.avatar-green { background: linear-gradient(135deg, #12884b, #4ac881); box-shadow: 0 10px 22px rgba(18,136,75,.16); }
.avatar-violet { background: linear-gradient(135deg, #6d43dc, #a983ff); box-shadow: 0 10px 22px rgba(109,67,220,.16); }
.testimonial-card footer h3 { margin: 0 0 5px; color: var(--ink); font-size: 14px; line-height: 1.2; }
.testimonial-card footer p { margin: 0; color: var(--muted); font-size:12px; line-height: 1.4; }
.testimonial-card footer > i { color: #168d4d; font-size: 15px; }
.testimonial-featured footer h3 { color: #fff; }
.testimonial-featured footer p { color: rgba(255,255,255,.7); }
.testimonial-featured footer > i { color: #67e49c; }
.testimonial-stack { display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 18px; }
.testimonial-trust-strip { min-height: 82px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; gap: 18px; align-items: center; margin-top: 18px; padding: 17px 20px; border: 1px solid #dce8f6; border-radius: 12px; background: rgba(255,255,255,.9); box-shadow: 0 16px 38px rgba(23,54,101,.055); }
.testimonial-trust-strip > span { display: grid; grid-template-columns: 30px 1fr; column-gap: 9px; align-items: center; color: var(--muted); font-size:12px; line-height: 1.4; }
.testimonial-trust-strip > span i { grid-row: 1 / 3; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: #1264e8; background: #eaf4ff; }
.testimonial-trust-strip strong { color: #243d5a; font-size:12px; }
.testimonial-trust-strip a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 17px; border-radius: 999px; color: #fff; background: var(--ink); font-size:12px; font-weight: 900; box-shadow: 0 12px 28px rgba(8,18,36,.14); }
.faq-section { position: relative; overflow: hidden; padding: 108px 0 116px; background: linear-gradient(145deg, #f3f8ff 0%, #fff 48%, #f1fbf6 100%); }
.faq-section::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(18,100,232,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(18,100,232,.025) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, rgba(0,0,0,.38), transparent 58%); -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.38), transparent 58%); pointer-events: none; }
.faq-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(330px, .76fr) minmax(0, 1.24fr); gap: 64px; align-items: start; }
.faq-intro { position: sticky; top: 138px; }
.faq-intro h2 { margin: 22px 0 18px; }
.faq-intro > p { max-width: 540px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.faq-contact-card { display: grid; grid-template-columns: 52px minmax(0, 1fr) 42px; gap: 13px; align-items: center; margin-top: 32px; padding: 18px; border: 1px solid #d7e6f7; border-radius: 13px; background: rgba(255,255,255,.88); box-shadow: 0 18px 44px rgba(23,54,101,.075); }
.faq-contact-card > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(135deg, #1264e8, #42b7ff); box-shadow: 0 10px 24px rgba(18,100,232,.2); }
.faq-contact-card h3 { margin: 0 0 5px; color: var(--ink); font-size: 14px; }
.faq-contact-card p { margin: 0; color: var(--muted); font-size:12px; line-height: 1.4; }
.faq-contact-card a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #bdebd0; border-radius: 50%; color: #0b9e4f; background: #effcf4; font-size: 18px; transition: transform .2s ease, color .2s ease, background .2s ease; }
.faq-contact-card a:hover { transform: translateY(-2px); color: #fff; background: #0b9e4f; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid #dbe7f5; border-radius: 12px; background: rgba(255,255,255,.9); box-shadow: 0 11px 30px rgba(23,54,101,.05); overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease; }
.faq-list details[open] { border-color: #aecdF5; box-shadow: 0 17px 40px rgba(23,54,101,.085); }
.faq-list summary { min-height: 68px; display: grid; grid-template-columns: minmax(0, 1fr) 36px; gap: 18px; align-items: center; padding: 13px 16px 13px 21px; color: #172f4d; cursor: pointer; list-style: none; font-size: 14px; line-height: 1.4; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: #1264e8; background: #edf5ff; transition: transform .22s ease, color .22s ease, background .22s ease; }
.faq-list details[open] summary > i { color: #fff; background: #1264e8; transform: rotate(45deg); }
.faq-answer { padding: 0 72px 20px 21px; }
.faq-answer p { margin: 0; padding-top: 16px; border-top: 1px solid #e5edf7; color: #5a6d85; font-size: 12px; line-height: 1.75; }
.site-footer { padding: 18px 0 22px; color: #fff; background: #edf3fa; }
.footer-shell { position: relative; padding: 14px 16px 0; border: 1px solid rgba(63,135,232,.2); border-radius: 20px; background: #061a36; box-shadow: 0 28px 70px rgba(3,20,45,.25); overflow: hidden; }
.footer-shell::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(70,148,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(70,148,255,.035) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, rgba(0,0,0,.55), transparent 66%); -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.55), transparent 66%); pointer-events: none; }
.footer-cta { min-height: 142px; display: grid; grid-template-columns: 66px minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 28px 68px; position: relative; z-index: 1; border: 1px solid rgba(82,164,255,.28); border-radius: 13px; background: linear-gradient(110deg, #072657 0%, #07388a 56%, #075ff0 100%); overflow: hidden; }
.footer-cta::before { content: ""; width: 280px; height: 280px; position: absolute; right: -90px; top: -130px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,255,255,.035), 0 0 0 68px rgba(255,255,255,.025); }
.footer-cta::after { content: ""; width: 7px; height: 7px; position: absolute; right: 48px; top: 30px; border-radius: 50%; background: #63d9ff; box-shadow: -54px 53px 0 #43a7ff, 32px 76px 0 #8de4ff, -12px 102px 0 #42b7ff; }
.footer-cta-icon { width: 66px; height: 66px; display: grid; place-items: center; position: relative; z-index: 1; border: 1px solid rgba(91,196,255,.9); border-radius: 50%; color: #fff; background: rgba(4,23,57,.65); box-shadow: 0 0 0 7px rgba(0,130,255,.09), 0 0 28px rgba(31,173,255,.42); font-size: 24px; }
.footer-cta-copy { position: relative; z-index: 1; }
.footer-cta-copy h2 { margin: 0 0 7px; color: #fff; font-size: 34px; line-height: 1.18; }
.footer-cta-copy p { margin: 0; color: rgba(235,245,255,.74); font-size: 15px; line-height: 1.6; }
.footer-cta-copy p::first-letter { color: inherit; }
.footer-cta-actions { display: flex; gap: 14px; position: relative; z-index: 2; }
.footer-cta-actions a { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border-radius: 8px; font-size: 14px; font-weight: 900; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.footer-cta-actions a:hover { transform: translateY(-3px); }
.footer-call-btn { color: #0e5dd8; background: #fff; box-shadow: 0 12px 28px rgba(2,16,42,.2); }
.footer-whatsapp-btn { color: #fff; border: 1px solid rgba(255,255,255,.78); background: rgba(4,28,70,.28); }
.footer-whatsapp-btn:hover { background: #0ca75a; border-color: #0ca75a; }
.footer-main { display: grid; grid-template-columns: 1.12fr .72fr 1.08fr 1fr; gap: 0; padding: 54px 36px 42px; position: relative; z-index: 1; }
.footer-main > * { min-width: 0; padding: 0 34px; border-left: 1px solid rgba(144,188,244,.13); }
.footer-main > *:first-child { padding-left: 0; border-left: 0; }
.footer-main > *:last-child { padding-right: 0; }
.footer-logo { width: 236px; height: 78px; display: flex; align-items: center; padding: 8px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(255,255,255,.96); box-shadow: 0 14px 34px rgba(0,0,0,.16); }
.footer-logo img { width: 100%; height: 100%; object-fit: contain; }
.footer-brand-column > p { max-width: 310px; margin: 22px 0 24px; color: #aebed2; font-size: 14px; line-height: 1.75; }
.footer-accent-line { width: 58px; height: 2px; display: block; margin-bottom: 22px; background: linear-gradient(90deg, #1ea2ff, #73d8ff); }
.footer-connect { display: flex; gap: 10px; }
.footer-connect a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(107,172,255,.28); border-radius: 50%; color: #dcecff; background: rgba(13,58,111,.46); font-size: 14px; transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease; }
.footer-connect a:hover { transform: translateY(-3px); color: #fff; border-color: #209cff; background: #0c6ddd; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-column h3 { margin: 1px 0 14px; position: relative; color: #fff; font-size: 19px; line-height: 1.2; }
.footer-column h3::after { content: ""; width: 38px; height: 2px; position: absolute; left: 0; bottom: -10px; background: #198cff; }
.footer-column > a { display: flex; align-items: center; gap: 10px; color: #b7c6d9; font-size: 13px; line-height: 1.35; transition: color .18s ease, transform .18s ease; }
.footer-column > a:hover { color: #fff; transform: translateX(3px); }
.footer-column > a > i { width: 12px; color: #1796ff; text-align: center; }
.footer-services { gap: 10px; }
.footer-services > a { font-size: 12px; }
.footer-contact { gap: 16px; }
.footer-contact > a, .footer-contact-item { width: 100%; display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 11px; align-items: center; color: #d1dceb; font-size: 13px; line-height: 1.4; }
.footer-contact > a:hover { transform: none; }
.footer-contact > a > span, .footer-contact-item > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(64,147,255,.22); border-radius: 50%; color: #fff; background: rgba(15,71,140,.55); }
.footer-contact > a > span i { width: auto; color: inherit; }
.footer-contact div div, .footer-contact a div { min-width: 0; overflow-wrap: anywhere; }
.footer-contact small { display: block; margin-bottom: 3px; color: #86a0be; font-size:12px; font-weight: 800; }
.footer-bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 20px; position: relative; z-index: 1; border-top: 1px solid rgba(151,190,238,.15); }
.footer-bottom p { display: flex; align-items: center; gap: 10px; margin: 0; color: #9eb1c8; font-size: 12px; }
.footer-bottom p i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(81,160,255,.2); border-radius: 50%; color: #9ac9ff; background: rgba(20,66,122,.4); }
.footer-bottom > div { display: flex; align-items: center; gap: 12px; }
.footer-bottom > div span { width: 3px; height: 3px; border-radius: 50%; background: #527394; }
.footer-bottom a { color: #9eb1c8; font-size: 12px; transition: color .18s ease; }
.footer-bottom a:hover { color: #fff; }
@keyframes orbitSpin { to { transform: translate(-50%, -50%) rotate(360deg); } }
.floating-action-dock { position: fixed; right: clamp(16px, 2vw, 30px); bottom: clamp(18px, 2.4vw, 32px); z-index: 1100; display: grid; justify-items: end; gap: 12px; pointer-events: none; }
.floating-action-dock > * { pointer-events: auto; }
.floating-whatsapp { width: 56px; min-height: 56px; display: inline-flex; align-items: center; justify-content: center; padding: 0; position: relative; border: 1px solid rgba(255,255,255,.7); border-radius: 17px; color: #fff; background: linear-gradient(135deg, #0aa958, #20c877); box-shadow: 0 16px 36px rgba(4,139,69,.3), inset 0 1px 0 rgba(255,255,255,.25); font-size: 13px; font-weight: 800; isolation: isolate; overflow: visible; transition: transform .22s ease, box-shadow .22s ease; }
.floating-whatsapp::before, .floating-whatsapp::after { content: ""; position: absolute; inset: -3px; z-index: -1; border: 2px solid rgba(20,196,105,.68); border-radius: 20px; pointer-events: none; animation: floatingWhatsappPulse 3s ease-out infinite; }
.floating-whatsapp::after { animation-delay: 1.5s; }
.floating-whatsapp i { font-size: 25px; animation: floatingWhatsappIcon 3s ease-in-out infinite; }
.floating-whatsapp:hover { color: #fff; transform: translateY(-4px); box-shadow: 0 22px 44px rgba(4,139,69,.38), inset 0 1px 0 rgba(255,255,255,.3); }
.floating-back-top { width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(164,202,248,.72); border-radius: 14px; color: #fff; background: linear-gradient(145deg, #0b2344, #1264e8); box-shadow: 0 13px 30px rgba(9,37,75,.24); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(14px) scale(.92); transition: opacity .24s ease, visibility .24s ease, transform .24s ease, box-shadow .2s ease; }
.floating-back-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0) scale(1); animation: floatingArrowLift 2.4s ease-in-out infinite; }
.floating-back-top:hover { box-shadow: 0 18px 38px rgba(18,100,232,.32); transform: translateY(-3px); }
@keyframes floatingWhatsappPulse { 0% { opacity: .82; transform: scale(.94); } 72%, 100% { opacity: 0; transform: scale(1.48); } }
@keyframes floatingWhatsappIcon { 0%, 72%, 100% { transform: scale(1) rotate(0); } 8% { transform: scale(1.16) rotate(-7deg); } 16% { transform: scale(1.08) rotate(6deg); } 24% { transform: scale(1) rotate(0); } }
@keyframes floatingArrowLift { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
@keyframes dashFlow { to { stroke-dashoffset: -120; } }
@keyframes cardFloatMobile { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@keyframes float { 50% { transform: translateY(-8px); } }
@keyframes accentFlow { to { background-position: 220% 0; } }
@keyframes softGlow { 50% { opacity: .55; transform: scale(1.08); } }
@media (prefers-reduced-motion: reduce) {
  .featured-service-card::before,
  .service-tile::before,
  .service-tile::after { animation: none; }
}

@media (max-width: 1180px) {
  .nav-shell { grid-template-columns: 210px 1fr auto; }
  .brand img { width: 190px; }
  .main-nav { gap: 20px; }
  .btn-whatsapp { display: none; }
  .hero-grid,
  .seo-intro-grid,
  .marketing-layout,
  .seo-services-layout,
  .service-detail-grid { grid-template-columns: 1fr; }
  .marketing-card-grid,
  .seo-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-copy { text-align: center; }
  .hero-copy h1,
  .hero-copy > p,
  .trust-row,
  .title-line { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { width: min(800px, 100%); min-height: 540px; margin: 0 auto; }
  .growth-stack { max-width: 620px; }
  .work-showcase-grid { grid-template-columns: 1fr; }
  .work-project-featured { grid-column: auto; grid-template-columns: 1fr; }
  .industries-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .company-comparison-inner { grid-template-columns: 1fr; }
  .comparison-intro { padding-right: 0; }
  .comparison-cta { margin-top: 28px; }
  .gurgaon-local-inner { grid-template-columns: 1fr; }
  .gurgaon-coverage-panel { width: min(760px, 100%); }
  .process-track { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .process-track::before { display: none; }
}

@media (min-width: 1181px) and (max-height: 820px) {
  .hero { padding-top: 26px; }
  .hero-grid { min-height: 490px; }
  .hero-copy h1 { font-size: var(--hero-heading-size); }
  .title-line { margin: 14px 0 10px; }
  .hero-actions { margin: 20px 0 22px; }
  .hero-visual { min-height: 490px; }
  .brand-stage { width: 400px; height: 400px; }
  .service-card { width: 118px; min-height: 112px; padding: 12px 10px; }
  .service-card h3 { font-size:12px; }
  .icon-box { width: 40px; height: 40px; }
  .icon-box i { font-size: 21px; }
  .card-web { top: 10px; left: 112px; }
  .card-software { top: 12px; right: 42px; }
  .card-commerce { top: 146px; left: 42px; }
  .card-marketing { top: 150px; right: 0; }
  .card-mobile { bottom: 72px; left: 86px; }
  .card-seo { right: 34px; bottom: 64px; }
}

@media (max-width: 1024px) {
  .site-header { padding: 8px 0; }
  .site-header::after { top: 0; bottom: auto; height: 132px; }
  .nav-shell { grid-template-columns: 1fr auto; min-height: 74px; padding: 0 14px 0 18px; border-radius: 18px; }
  .brand img { width: 172px; height: 50px; }
  .menu-toggle { display: grid; }
  .menu-toggle[aria-expanded="true"] { color: #fff; border-color: #1264e8; background: linear-gradient(135deg, #075be6, #259bff); box-shadow: 0 14px 30px rgba(18,100,232,.24); }
  .menu-toggle[aria-expanded="true"] .menu-bars i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-bars i:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] .menu-bars i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: auto;
    width: min(480px, calc(100vw - 32px));
    max-height: calc(100vh - 118px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(198,218,244,.95);
    border-radius: 20px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 28px 70px rgba(17,46,90,.2), 0 8px 24px rgba(18,100,232,.1);
    backdrop-filter: blur(22px);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(.98);
    transform-origin: top right;
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
  }
  .main-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); }
  .main-nav > a,
  .main-nav .nav-link { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border: 1px solid transparent; border-radius: 12px; color: #1c2d49; font-size: 13px; }
  .main-nav > a:hover,
  .main-nav > a.active,
  .main-nav .nav-link:hover,
  .main-nav .nav-link.active { color: #075fdc; border-color: #d6e7fb; background: #f3f8ff; }
  .main-nav a::after,
  .main-nav .nav-link::after,
  .has-dropdown::after,
  .services-dropdown::before { display: none; }
  .nav-item { display: block; }
  .nav-link i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; background: #eef5ff; }
  .services-dropdown {
    position: static;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    max-height: 0;
    margin: 0;
    padding: 0 8px;
    border: 0;
    border-radius: 14px;
    background: #f7faff;
    box-shadow: none;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
    transition: max-height .3s ease, padding .3s ease, margin .3s ease, opacity .2s ease, visibility .2s ease;
  }
  .nav-item:hover .services-dropdown,
  .nav-item:focus-within .services-dropdown,
  .nav-item.dropdown-open .services-dropdown { left: auto; right: auto; top: auto; transform: none; }
  .nav-item.dropdown-open > .nav-link { color: #075fdc; border-color: #cfe2fa; background: #edf5ff; }
  .nav-item.dropdown-open .services-dropdown { width: 100%; max-height: clamp(190px, 32vh, 270px); margin: 6px 0 8px; padding: 9px; opacity: 1; visibility: visible; pointer-events: auto; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #9cc8fa transparent; transform: none; }
  .services-dropdown a { width: 100%; min-width: 0; min-height: 52px; grid-template-columns: 34px minmax(0, 1fr); gap: 9px; padding: 8px 9px; border-color: #dde9f7; border-radius: 11px; color: #1d304d; font-size: 10px; line-height: 1.2; white-space: normal; background: #fff; box-shadow: 0 6px 16px rgba(23,54,101,.045); overflow: hidden; transform: none; }
  .services-dropdown a:hover, .services-dropdown a:focus-visible { color: #075fdc; border-color: #b8d4f7; background: #f5f9ff; transform: none; box-shadow: 0 8px 18px rgba(23,54,101,.07); }
  .services-dropdown a span { width: 34px; height: 34px; border-radius: 9px; }
  .nav-item.dropdown-open .services-dropdown::-webkit-scrollbar { width: 5px; }
  .nav-item.dropdown-open .services-dropdown::-webkit-scrollbar-thumb { border-radius: 999px; background: #9cc8fa; }
  .mobile-nav-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 4px; padding-top: 11px; border-top: 1px solid #e3edf8; }
  .mobile-nav-actions a { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 10px; border: 1px solid #b9ebce; border-radius: 12px; color: #0b9e4f; background: #f1fcf6; font-size: 11px; font-weight: 800; }
  .mobile-nav-actions a:last-child { color: #fff; border-color: #1264e8; background: linear-gradient(135deg, #075be6, #2ba9ff); }
  .nav-actions { display: none; }
  .hero { padding-top: 24px; box-shadow: inset 0 92px 82px rgba(255,255,255,.96); }
  .hero-copy h1 { font-size: var(--hero-heading-mobile-size); }
  .trust-row { grid-template-columns: 1fr; gap: 12px; max-width: 360px; }
  .trust-row > div,
  .trust-row > div:first-child { padding: 12px; border: 1px solid rgba(208,224,247,.8); border-radius: 16px; background: rgba(255,255,255,.72); }
  .trust-row > div + div { border-left: 1px solid rgba(208,224,247,.8); }
  .hero-visual { width: min(100%, 760px); min-height: 0; aspect-ratio: 1.44; display: block; margin: 8px auto 0; padding: 0; }
  .hero-visual::before { display: block; width: 72%; height: auto; aspect-ratio: 1; opacity: .28; }
  .hero-visual::after { display: block; width: 48%; height: auto; aspect-ratio: 1; opacity: .38; }
  .wire-network { display: block; }
  .brand-stage { left: 50%; top: 53%; width: 55%; height: 78%; margin: 0; transform: translate(-50%, -50%) rotateY(-3deg); }
  .service-card { width: clamp(82px, 17vw, 112px); min-height: clamp(86px, 18vw, 108px); padding: 8px 7px; border-radius: 13px; animation: float 5.5s ease-in-out infinite; }
  .service-card h3 { margin-top: 5px; font-size: 12px; line-height: 1.15; }
  .icon-box { width: clamp(30px, 6vw, 40px); height: clamp(30px, 6vw, 40px); border-radius: 10px; }
  .icon-box i { font-size: clamp(16px, 3.4vw, 21px); }
  .card-web { top: 3%; left: 9%; }
  .card-software { top: 3%; right: 3%; }
  .card-commerce { top: 31%; left: -1%; }
  .card-marketing { top: 32%; right: -2%; }
  .card-mobile { bottom: 8%; left: 5%; }
  .card-seo { right: 1%; bottom: 8%; }
  .hero-bottom-wave { height: 58px; }
  .industries-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .industries-note { align-items: flex-start; flex-wrap: wrap; }
  .company-benefit-strip { grid-template-columns: 1fr; }
  .gurgaon-local-inner { grid-template-columns: 1fr; }
  .local-copy,
  .gurgaon-coverage-panel { min-height: 0; }
  .locality-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sector-badges { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .process-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .testimonials-head { grid-template-columns: 1fr; gap: 22px; }
  .testimonial-rating { width: 100%; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonial-featured { min-height: 380px; }
  .testimonial-trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .testimonial-trust-strip a { grid-column: 1 / -1; }
  .faq-inner { grid-template-columns: 1fr; gap: 34px; }
  .faq-intro { position: static; }
  .footer-cta { grid-template-columns: 58px 1fr; padding: 26px 30px; }
  .footer-cta-icon { width: 58px; height: 58px; }
  .footer-cta-actions { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 42px; }
  .footer-main > *:nth-child(3) { padding-left: 0; border-left: 0; }
}

@media (max-width: 640px) {
  .site-header { padding: 6px 0; }
  .nav-shell { min-height: 68px; padding: 0 10px 0 13px; border-radius: 16px; }
  .brand img { width: 154px; height: 46px; }
  .menu-toggle { min-width: 92px; height: 40px; gap: 8px; padding: 0 10px 0 12px; border-radius: 11px; }
  .menu-label { font-size: 12px; }
  .menu-bars, .menu-bars i { width: 20px; }
  .main-nav { top: calc(100% + 9px); right: -2px; width: calc(100vw - 24px); max-height: calc(100vh - 98px); padding: 10px; border-radius: 17px; }
  .main-nav > a, .main-nav .nav-link { min-height: 45px; padding: 0 12px; font-size: 12px; }
  .services-dropdown { width: 100%; left: auto; right: auto; grid-template-columns: 1fr; gap: 6px; background: #f4f8fe; transform: none; }
  .nav-item.dropdown-open .services-dropdown { max-height: clamp(190px, 32vh, 270px); padding: 8px; }
  .services-dropdown a { width: 100%; min-height: 48px; grid-template-columns: 34px minmax(0, 1fr); padding: 7px 9px; font-size: 10px; white-space: normal; }
  .services-dropdown a span { width: 32px; height: 32px; }
  .mobile-nav-actions a { min-height: 43px; font-size: 10px; }
  .container { width: min(100% - 24px, 1320px); }
  main h2 { font-size: clamp(28px, 8vw, 38px); }
  .hero-actions { flex-direction: column; }
  .trust-row { width: 100%; max-width: none; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; padding-top: 12px; }
  .trust-row > div,
  .trust-row > div:first-child { min-height: 88px; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 9px 4px; border: 1px solid rgba(199,219,247,.9); border-radius: 12px; background: rgba(255,255,255,.82); box-shadow: 0 8px 20px rgba(31,74,137,.06); }
  .trust-row > div + div { border-left: 1px solid rgba(199,219,247,.9); }
  .trust-icon { width: 30px; height: 30px; margin: 0 auto 1px; border-radius: 9px; }
  .trust-row strong { font-size: 10px; line-height: 1.12; font-weight: 600; text-align: center; }
  .trust-row small { font-size: 9px; line-height: 1.1; text-align: center; }  .hero-actions .btn,
  .keyword-tags span { width: 100%; }
  .hero-visual { display: block; aspect-ratio: 1.08; margin-top: 14px; }
  .hero-visual::before { width: 78%; opacity: .22; }
  .hero-visual::after { width: 54%; opacity: .3; }
  .brand-stage { top: 52%; width: 46%; height: 65%; }
  .service-card { width: clamp(68px, 19vw, 82px); min-height: clamp(78px, 23vw, 92px); display: flex; align-items: center; padding: 6px 5px; border-radius: 11px; text-align: center; animation: cardFloatMobile 4.8s ease-in-out infinite; box-shadow: 0 10px 22px rgba(30,62,115,.1); }
  .service-card .icon-box { width: 28px; height: 28px; flex: 0 0 auto; border-radius: 8px; }
  .service-card .icon-box i { font-size: 15px; }
  .service-card h3 { margin-top: 4px; font-size: 10px; line-height: 1.12; font-weight: 500; }
  .card-web { top: 3%; left: 1%; }
  .card-software { top: 3%; right: 1%; }
  .card-commerce { top: 35%; left: 0; }
  .card-marketing { top: 35%; right: 0; }
  .card-mobile { bottom: 5%; left: 1%; }
  .card-seo { right: 1%; bottom: 5%; }
  .card-software, .card-marketing, .card-seo { animation-delay: -2.4s; }
  .connector-wire path { stroke: #559cff; stroke-width: 1.7; stroke-dasharray: 5 6; animation-duration: 12s; }
  .wire-dot { stroke-width: 2; }
  .seo-intro-section { padding: 62px 0 68px; }
  .services-showcase-section,
  .digital-marketing-section,
  .seo-services-section,
  .service-detail-hero { padding: 62px 0 102px; }
  .section-head { margin-bottom: 26px; }
  .service-grid,
  .marketing-layout,
  .marketing-card-grid,
  .seo-services-layout,
  .seo-capability-grid { grid-template-columns: 1fr; }
  .lead-engine-card h3 { font-size: 23px; }
  .service-tile { min-height: auto; }
  .growth-stack { padding: 20px; border-radius: 22px; }
  .lead-engine-flow { grid-template-columns: 1fr; }
  .lead-engine-card a,
  .seo-ranking-panel > a { width: 100%; justify-content: center; }
  .stack-metrics { grid-template-columns: 1fr; }
  .work-showcase-section { margin-top: -38px; padding: 118px 0 72px; }
  .work-project-card { grid-template-rows: auto 1fr; padding: 12px; }
  .project-browser { min-height: 270px; }
  .project-business-hero { grid-template-columns: 1fr; padding: 20px; }
  .project-business-hero aside { display: none; }
  .project-business-hero strong { font-size: 23px; }
  .project-business-nav > i { display: none; }
  .work-project-content,
  .work-project-card:not(.work-project-featured) .work-project-content { grid-template-columns: 1fr; gap: 12px; }
  .work-project-card:not(.work-project-featured) .work-project-content p { grid-column: auto; grid-row: auto; }
  .work-project-content a { width: 100%; justify-content: center; }
  .work-showcase-cta { flex-direction: column; align-items: stretch; padding: 18px; }
  .work-showcase-cta > a { justify-content: center; }
  .work-showcase-cta strong { font-size: 16px; }
  .industries-section { padding: 70px 0 76px; }
  .industries-grid { grid-template-columns: 1fr; }
  .industry-card { min-height: 250px; }
  .industries-note { flex-direction: column; padding: 18px; }
  .industries-note a { width: 100%; justify-content: center; }
  .industries-note strong { font-size: 16px; }
  .company-comparison-section { padding: 72px 0 76px; }
  .comparison-board-head,
  .comparison-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .comparison-board-head span:first-child,
  .comparison-row strong { grid-column: 1 / -1; min-height: 44px; }
  .comparison-board-head { min-height: 118px; }
  .comparison-board-head span { min-height: 58px; padding: 0 14px; }
  .comparison-row > * { min-height: 52px; padding: 10px 14px; }
  .comparison-row span:first-of-type { border-left: 0; }
  .comparison-row span { border-top: 1px solid #e4edf8; font-size:12px; }
  .comparison-assurance { grid-template-columns: 44px 1fr; }
  .comparison-assurance > span { width: 44px; height: 44px; }
  .comparison-cta { width: 100%; justify-content: center; }
  .gurgaon-local-section,
  .process-section { padding: 72px 0 76px; }
  .local-copy > a { width: 100%; justify-content: center; }
  .local-copy { padding: 24px 20px; border-radius: 20px; }
  .gurgaon-coverage-panel { padding: 20px; border-radius: 20px; }
  .gurgaon-map-visual { height: 220px; }
  .coverage-panel-head strong { font-size: 16px; }
  .featured-localities h3 { flex: 1 1 calc(50% - 8px); justify-content: center; }
  .localities-directory-title { align-items: flex-start; }
  .locality-groups { grid-template-columns: 1fr; }
  .locality-groups section { padding: 18px 16px 16px; }
  .sector-directory { grid-column: auto; }
  .sector-badges { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .process-track { grid-template-columns: 1fr; }
  .process-step { min-height: 190px; }
  .process-step > span { margin-bottom: 18px; }
  .testimonials-section { padding: 72px 0 76px; }
  .testimonial-featured { min-height: 0; padding: 26px 22px; }
  .testimonial-featured blockquote { font-size: 18px; }
  .testimonial-card { padding: 22px 18px; }
  .testimonial-stack { grid-template-rows: none; }
  .testimonial-trust-strip { grid-template-columns: 1fr; padding: 17px; }
  .testimonial-trust-strip a { grid-column: auto; }
  .faq-section { padding: 72px 0 78px; }
  .faq-contact-card { grid-template-columns: 46px minmax(0, 1fr) 40px; padding: 14px; }
  .faq-contact-card > span { width: 46px; height: 46px; }
  .faq-list summary { min-height: 64px; grid-template-columns: minmax(0, 1fr) 34px; gap: 12px; padding: 12px 12px 12px 16px; font-size: 12px; }
  .faq-list summary > i { width: 34px; height: 34px; }
  .faq-answer { padding: 0 16px 17px; }
  .site-footer { padding: 10px 0 12px; }
  .footer-shell { width: calc(100% - 16px); padding: 8px 8px 0; border-radius: 15px; }
  .footer-cta { grid-template-columns: 46px 1fr; gap: 14px; padding: 22px 16px; }
  .footer-cta-icon { width: 46px; height: 46px; font-size: 18px; }
  .footer-cta-copy h2 { font-size: 26px; }
  .footer-cta-actions { flex-direction: column; }
  .footer-cta-actions a { width: 100%; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 38px 18px 26px; }
  .footer-main > * { padding: 24px 0; border-left: 0; border-top: 1px solid rgba(144,188,244,.13); }
  .footer-main > *:first-child { padding-top: 0; border-top: 0; }
  .footer-brand-column { grid-column: 1 / -1; }
  .footer-main > nav:nth-child(2) { padding-right: 14px; }
  .footer-main > .footer-services { padding-left: 14px; border-left: 1px solid rgba(144,188,244,.13); }
  .footer-contact { grid-column: 1 / -1; }
  .footer-logo { width: min(236px, 100%); }
  .footer-bottom { min-height: 0; flex-direction: column; justify-content: center; gap: 10px; padding: 16px 10px 18px; text-align: center; }
  .floating-action-dock { right: 12px; bottom: 14px; gap: 9px; }
  .floating-whatsapp { width: 52px; min-height: 52px; padding: 0; border-radius: 16px; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp i { font-size: 24px; }
  .floating-back-top { width: 42px; height: 42px; border-radius: 13px; }
}
/* Full-width Gurgaon locality directory */
.gurgaon-local-inner > .localities-directory {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
}
.locality-groups {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
}
.locality-groups > section {
  grid-column: span 2;
  height: 100%;
}
.locality-groups > section:nth-child(4),
.locality-groups > section:nth-child(5) {
  grid-column: span 3;
}
.locality-groups > .sector-directory {
  grid-column: 1 / -1;
}
@media (max-width: 980px) {
  .locality-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .locality-groups > section,
  .locality-groups > section:nth-child(4),
  .locality-groups > section:nth-child(5) { grid-column: span 1; }
  .locality-groups > .sector-directory { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .locality-groups { grid-template-columns: 1fr; }
  .locality-groups > section,
  .locality-groups > section:nth-child(4),
  .locality-groups > section:nth-child(5),
  .locality-groups > .sector-directory { grid-column: 1; }
}