/* Approved direction: Global Media Owner + Connected Enterprise */
.enterprise-header {
  background: #061426;
  border-bottom-color: rgba(255,255,255,.13);
  height: 138px;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 10px 35px rgba(1,9,22,.18);
}

.enterprise-header.header-overlay {
  position: absolute;
  inset: 0 0 auto;
  background: linear-gradient(180deg,rgba(3,13,27,.94),rgba(3,13,27,.72),transparent);
  border-bottom-color: rgba(255,255,255,.14);
}

.enterprise-header .brand-panel {
  height: 118px;
  background: transparent;
}

.enterprise-header .brand-panel img {
  width: 382px;
}

.enterprise-header .nav-cta {
  min-width: 178px;
  background: transparent;
  border: 1px solid #168bff;
  color: #63b9ff;
}

.enterprise-header .nav-cta:hover {
  color: #fff;
  background: #087fff;
}

.enterprise-hero {
  height: min(850px,calc(100vh - 138px));
  min-height: 720px;
  background: #04101e;
}

.enterprise-hero > img {
  filter: saturate(.88) contrast(1.05);
  animation: enterpriseHeroScale 1.1s ease-out both;
  object-position: center center;
}

.hero-image-one .actions {
  margin-top: 32px;
}

.enterprise-hero .hero-overlay {
  background:
    linear-gradient(90deg,#020b18f2 0%,#031225d9 31%,#04162b67 53%,#0210220d 76%),
    linear-gradient(0deg,#020915c4 0%,transparent 48%);
}

.enterprise-network-lines {
  position: absolute;
  z-index: 1;
  inset: 110px auto 0 0;
  width: 48%;
  opacity: .23;
  background:
    radial-gradient(circle at 13% 30%,#1ba9ff 0 2px,transparent 3px),
    radial-gradient(circle at 42% 51%,#1ba9ff 0 2px,transparent 3px),
    radial-gradient(circle at 67% 25%,#1ba9ff 0 2px,transparent 3px),
    linear-gradient(27deg,transparent 49.8%,#168bff 50%,transparent 50.2%);
  mask-image: linear-gradient(90deg,#000,transparent);
}

.enterprise-hero .hero-content {
  padding-top: 115px;
}

.enterprise-hero h1 {
  max-width: 600px;
  margin: 0 0 24px;
  font-size: clamp(56px,4.65vw,76px);
  line-height: 1.03;
  letter-spacing: -.052em;
}

.enterprise-hero h1 em {
  color: #fff;
}

.enterprise-hero .hero-content > p {
  width: min(560px,100%);
  color: #c1ccda;
  font-size: 16px;
  line-height: 1.72;
}

.outline-light {
  color: #fff;
  border: 1px solid rgba(255,255,255,.62);
  background: rgba(4,17,35,.25);
}

.outline-light:hover {
  border-color: #168bff;
  background: rgba(8,127,255,.15);
}

.hero-principles {
  display: flex;
  gap: 28px;
  margin-top: 43px;
  color: #90a0b3;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-principles span:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 9px;
  border-radius: 50%;
  background: #168bff;
  box-shadow: 0 0 12px #168bff;
}

.intro {
  position: relative;
}

.intro:before {
  content: "01 / ENTERPRISE DOOH";
  position: absolute;
  top: 52px;
  right: 0;
  color: #9aa5b1;
  font-size: 8px;
  letter-spacing: .16em;
}

.services article {
  transition: background .25s, transform .25s;
}

.services article:hover {
  background: #f1f7fc;
  transform: translateY(-4px);
}

@keyframes enterpriseHeroScale {
  from { transform: scale(1.025); opacity: .78; }
  to { transform: scale(1); opacity: 1; }
}

@media (prefers-reduced-motion:reduce) {
  .enterprise-hero > img { animation: none; }
}

@media(max-width:820px) {
  .enterprise-header { height: 112px; }
  .enterprise-header .brand-panel { height: 92px; }
  .enterprise-header .brand-panel img { width: 294px; }
  .enterprise-hero { height: 790px; }
  .enterprise-hero .hero-content { padding-top: 125px; }
  .enterprise-hero h1 { font-size: 58px; }
}

@media(max-width:580px) {
  .enterprise-header { height: 94px; }
  .enterprise-header .brand-panel { height: 82px; }
  .enterprise-header .brand-panel img { width: 240px; }
  .enterprise-hero { height: 790px; min-height: 0; }
  .enterprise-hero .hero-content { padding-top: 195px; }
  .enterprise-hero h1 { font-size: 50px; }
  .enterprise-hero .hero-content > p { font-size: 14px; }
  .hero-principles { gap: 12px; flex-wrap: wrap; margin-top: 32px; }
  .enterprise-network-lines { width: 100%; }
}
