.hero {
  position: relative;
  min-height: max(720px, 100svh);
  overflow: clip;
  isolation: isolate;
  background: var(--navy-900);
}

.hero-media {
  position: absolute;
  inset: -1.1%;
  z-index: -4;
  overflow: hidden;
  transform: translateZ(0);
}
.hero-poster,
.hero-poster img,
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.hero-poster { z-index: 0; }
.hero-poster img,
.hero-video {
  object-fit: cover;
  object-position: 58% 46%;
}
.hero-poster img { filter: saturate(.92) contrast(1.03) brightness(.90); }
.hero-video {
  z-index: 1;
  opacity: 0;
  background: transparent;
  filter: saturate(.93) contrast(1.035) brightness(.90);
  transition: opacity .68s var(--ease-standard);
  transform: translateZ(0);
}
.hero-media.is-video-ready .hero-video { opacity: 1; }
.hero-media-vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2,10,20,.20), rgba(2,10,20,.08) 45%, transparent 70%),
    linear-gradient(180deg, rgba(2,10,20,.09), transparent 30%, rgba(2,10,20,.18));
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2,10,20,.69) 0%, rgba(2,10,20,.51) 28%, rgba(2,10,20,.20) 52%, rgba(2,10,20,.03) 72%),
    linear-gradient(180deg, rgba(2,10,20,.29) 0%, rgba(2,10,20,.03) 28%, rgba(2,10,20,.04) 66%, rgba(2,10,20,.52) 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  z-index: -2;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(3,13,24,.30) 60%, rgba(3,13,24,.66));
}

.hero-shell {
  width: min(100%, 1600px);
  min-height: max(720px, 100svh);
  margin-inline: auto;
  padding: calc(var(--header-top) + var(--nav-height) + clamp(22px, 3vh, 36px)) var(--gutter) max(26px, env(safe-area-inset-bottom));
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}
.hero-main {
  min-height: 0;
  display: flex;
  align-items: center;
  padding-block: clamp(18px, 4vh, 52px);
}
.hero-copy {
  width: min(690px, 48vw);
  margin-left: clamp(8px, 2vw, 32px);
}
.headline {
  margin: 0;
  font-size: clamp(3.75rem, 5.35vw, 5.8rem);
  font-weight: 720;
  line-height: .985;
  letter-spacing: -.048em;
  text-wrap: balance;
  text-shadow: 0 2px 22px rgba(0,0,0,.08);
}
.headline-mask {
  width: max-content;
  max-width: 100%;
  padding-bottom: .03em;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.headline-mask > span { display: inline-block; }
.headline-mask + .headline-mask { margin-top: .16em; }
.headline .accent { color: var(--blue-500); }
.support {
  max-width: 460px;
  margin: 24px 0 0;
  color: var(--muted-100);
  font-size: clamp(15.5px, 1.15vw, 18.5px);
  font-weight: 430;
  line-height: 1.52;
  letter-spacing: -.012em;
}
.hero-actions {
  margin-top: 27px;
  display: flex;
  gap: 15px;
}
.hero-btn {
  min-width: 178px;
  min-height: 58px;
  font-size: clamp(14px, 1vw, 15px);
}

.proof {
  min-height: 108px;
  padding-top: 15px;
  display: grid;
  grid-template-columns: minmax(510px, .96fr) minmax(460px, 1.04fr);
  gap: clamp(28px, 4vw, 68px);
  align-items: end;
  position: relative;
  z-index: 5;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: clamp(26px, 3vw, 46px);
  align-items: center;
  padding-left: clamp(8px, 2vw, 32px);
}
.stat {
  display: grid;
  grid-template-columns: 46px auto;
  gap: 13px;
  align-items: center;
  position: relative;
}
.stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: calc(clamp(26px, 3vw, 46px) / -2);
  top: 5px;
  width: 1px;
  height: 44px;
  background: rgba(255,255,255,.18);
}
.stat-icon {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.09);
}
.stat-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.google-icon { color: #4285f4; font-size: 21px; font-weight: 800; }
.stat strong {
  display: block;
  font-size: clamp(20px, 1.55vw, 26px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.025em;
}
.stat div > span {
  display: block;
  margin-top: 5px;
  color: var(--muted-200);
  font-size: clamp(11px, .82vw, 12.5px);
  line-height: 1.2;
  white-space: nowrap;
}
.clients { min-width: 0; padding-right: 2px; }
.clients p { margin: 0 0 16px; color: rgba(255,255,255,.69); font-size: 11.5px; font-weight: 500; }
.client-list {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: clamp(16px, 2vw, 30px);
  align-items: center;
}
.client-logo {
  color: rgba(255,255,255,.90);
  font-size: clamp(15px, 1.28vw, 21px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.05em;
  white-space: nowrap;
}
.client-logo.hcl, .client-logo.kpmg { font-style: italic; }
.client-logo.decathlon { font-size: clamp(11px, .95vw, 15px); }
.client-logo.mahindra { font-size: clamp(13px, 1.08vw, 18px); }

@media (max-width: 1180px) {
  .hero-copy { width: min(610px, 54vw); margin-left: 6px; }
  .headline { font-size: clamp(3.45rem, 5.7vw, 4.85rem); }
  .proof { grid-template-columns: minmax(470px,1fr) minmax(350px,.9fr); gap: 24px; }
  .stats { gap: 23px; padding-left: 6px; }
  .stat:not(:last-child)::after { right: -12px; }
  .client-list { gap: 14px; }
}

@media (max-width: 1099px) {
  .hero { min-height: max(700px, 100svh); }
  .hero-shell { min-height: max(700px, 100svh); }
  .hero-poster img, .hero-video { object-position: 61% 46%; }
  .hero::before {
    background:
      linear-gradient(90deg, rgba(3,12,22,.76) 0%, rgba(3,12,22,.50) 39%, rgba(3,12,22,.15) 70%, rgba(3,12,22,.08) 100%),
      linear-gradient(180deg, rgba(3,11,20,.30) 0%, rgba(3,11,20,.03) 38%, rgba(3,11,20,.67) 100%);
  }
  .hero-copy { width: min(650px, 72vw); margin-left: 0; }
  .headline { font-size: clamp(3.45rem, 7.4vw, 4.85rem); }
  .proof { grid-template-columns: 1fr; gap: 22px; }
  .stats { padding-left: 0; }
  .clients { padding-left: 0; }
  .client-list { max-width: 670px; }
}

@media (max-width: 767px) {
  .hero { min-height: 100svh; }
  .hero-media { inset: -.8%; }
  .hero-poster img, .hero-video { object-position: 52% 24%; }
  .hero-poster img { filter: saturate(.92) contrast(1.03) brightness(.84); }
  .hero-video { filter: saturate(.93) contrast(1.035) brightness(.86); }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(3,12,22,.48) 0%, rgba(3,12,22,.10) 18%, rgba(3,12,22,.17) 34%, rgba(3,12,22,.67) 60%, rgba(3,12,22,.95) 84%, rgba(3,12,22,.985) 100%),
      linear-gradient(90deg, rgba(3,12,22,.31), rgba(3,12,22,.07) 76%, rgba(3,12,22,.16));
  }
  .hero::after { height: 58%; background: linear-gradient(180deg, transparent, rgba(4,14,25,.70) 50%, rgba(4,14,25,.98)); }
  .hero-shell {
    min-height: 100svh;
    padding-top: calc(var(--header-top) + var(--nav-height) + clamp(52px, 9vh, 82px));
    display: flex;
    flex-direction: column;
  }
  .hero-main { flex: 1 0 auto; display: block; padding: 0 0 clamp(38px, 7vh, 58px); }
  .hero-copy { width: 100%; }
  .headline { font-size: clamp(2.8rem, 12.9vw, 4rem); line-height: .985; }
  .headline-mask + .headline-mask { margin-top: .13em; }
  .support { max-width: 355px; margin-top: 20px; font-size: clamp(14.5px, 4vw, 15.5px); line-height: 1.48; }
  .hero-actions { margin-top: 23px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  .hero-btn { min-width: 0; width: 100%; min-height: 52px; padding-inline: 14px; font-size: 13.5px; }

  .proof { min-height: 0; padding: 0 0 max(24px, env(safe-area-inset-bottom)); gap: 21px; }
  .stats {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 0;
    padding: 0;
    border-top: 1px solid rgba(255,255,255,.13);
    border-bottom: 1px solid rgba(255,255,255,.10);
  }
  .stat {
    min-width: 0;
    min-height: 82px;
    padding: 13px 9px 12px 0;
    display: block;
  }
  .stat + .stat { padding-left: 10px; border-left: 1px solid rgba(255,255,255,.09); }
  .stat::after { display: none !important; }
  .stat-icon { width: 28px; height: 28px; margin-bottom: 9px; border-radius: 6px; }
  .stat-icon svg { width: 15px; height: 15px; }
  .google-icon { font-size: 15px; }
  .stat strong { font-size: clamp(16.5px, 4.7vw, 19px); }
  .stat div > span { margin-top: 4px; font-size: 9.8px; white-space: normal; line-height: 1.22; }
  .clients p { margin-bottom: 11px; font-size: 10px; }
  .client-list { grid-template-columns: repeat(3,max-content); justify-content: space-between; gap: 13px 10px; max-width: none; }
  .client-logo { font-size: 13.5px; }
  .client-logo.decathlon { font-size: 10px; }
  .client-logo.mahindra { font-size: 12px; }
}

@media (max-width: 430px) {
  .hero-shell { padding-top: calc(var(--header-top) + var(--nav-height) + clamp(42px, 7vh, 60px)); }
  .headline { font-size: clamp(2.55rem, 12.7vw, 3.4rem); }
  .support { max-width: 330px; }
  .hero-btn { min-height: 49px; padding-inline: 10px; font-size: 12.8px; }
  .client-list { grid-template-columns: repeat(2,max-content); justify-content: start; column-gap: 30px; }
}

@media (max-width: 360px) {
  .hero-actions { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .stat {
    min-height: 58px;
    padding: 9px 0;
    display: grid;
    grid-template-columns: 28px minmax(0,1fr);
    gap: 9px;
    align-items: center;
  }
  .stat + .stat { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.09); }
  .stat-icon { margin: 0; }
}

@media (max-height: 760px) and (min-width: 768px) {
  .hero, .hero-shell { min-height: 680px; }
  .hero-shell { padding-top: calc(var(--header-top) + var(--nav-height) + 14px); }
  .hero-main { padding-block: 10px 22px; }
  .headline { font-size: clamp(3.15rem, 4.7vw, 4.4rem); }
  .support { margin-top: 17px; }
  .hero-actions { margin-top: 20px; }
  .hero-btn { min-height: 52px; }
  .proof { min-height: 88px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media { transform: none !important; }
  .hero-video { display: none !important; }
  .hero-poster { opacity: 1 !important; }
}
