/* ===== HERO SECTION (node 1:304-1:506, frame 1:300, fileKey lweOnfp23FBRWjuK2mQ7cw) =====
   Canvas is a fixed 1280px-wide frame. Visible hero band is y=0..832; all children below
   are positioned at their exact frame-relative x/y. Nodes that bleed above y=0 (1:304's
   own top, 1:305's top, 1:306's top, etc.) are clipped by .sec-hero's own overflow:hidden,
   matching how Figma clips them against the parent frame edge.
   The page-wide vertical gradient background (light blue -> navy) belongs to the page
   root, NOT this section - intentionally left transparent here per the shared contract. */

.sec-hero {
  position: relative;
  width: 1280px;
  height: 832px;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

/* 1:304 Rectangle 57 - radial navy/black vignette under the photo card, multiply-blended */
.hero-vignette {
  position: absolute;
  left: 0px;
  top: -342px;
  width: 1280px;
  height: 1066px;
  border-radius: 0 0 0 99px;
  background: radial-gradient(ellipse at 50% 50%,
    #000000 0%,
    #01050a 12.5%,
    #030a15 25%,
    #06152a 50%,
    #091f3f 75%,
    #0c2a54 100%);
  mix-blend-mode: multiply;
  box-shadow: 0 -1px 6.3px rgba(0, 0, 0, 0.25);
}

/* 1:305 corridor server-room photo, rounded card, 34% opacity */
.hero-photo-card {
  position: absolute;
  left: -2px;
  top: -347px;
  width: 1285px;
  height: 1071px;
  border-radius: 118px 118px 0 102px;
  overflow: hidden;
}

.hero-photo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
}

/* 1:306 Rectangle 90 - blurred dark gradient bar softening the top of the hero band */
.hero-top-shade {
  position: absolute;
  left: -1px;
  top: -250px;
  width: 1501px;
  height: 459px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.77) 19.75%, rgba(9, 32, 50, 0.77) 100%);
  filter: blur(25.45px);
  pointer-events: none;
}

/* 1:307 Rectangle 91 - soft blurred glow behind the headline/subtitle area */
.hero-mid-glow {
  position: absolute;
  left: 324px;
  top: 460px;
  width: 596px;
  height: 313px;
  pointer-events: none;
}

/* 1:445 Vector 6 - hard-light navy blob glow behind the globe render */
.hero-globe-blob {
  position: absolute;
  left: 560px;
  top: 252px;
  width: 172px;
  height: 170px;
  pointer-events: none;
}

/* 1:446 Ellipse 20 - soft blurred shadow beneath the CTA button */
.hero-cta-shadow {
  position: absolute;
  left: 524px;
  top: 608px;
  width: 216px;
  height: 62px;
  pointer-events: none;
}

/* 1:498 headline "BEYOND THE DIGITAL / INFRASTRUCTURE" */
.hero-h1 {
  position: absolute;
  left: 310px;
  top: 480px;
  width: 660px;
  height: 100px;
  margin: 0;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 49px;
  line-height: 50px;
  letter-spacing: -0.5px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

/* 1:499 twisting globe render */
.hero-globe-wrap {
  position: absolute;
  left: 386.63px;
  top: 125.46px;
  width: 499.58px;
  height: 391.36px;
  transform: rotate(-50.037deg);
  overflow: hidden;
  pointer-events: none;
}
.hero-globe-img {
  position: absolute;
  left: -73.94px;
  top: -11.27px;
  width: 654.9px;
  height: 429.75px;
  max-width: none;
  display: block;
}

/* 1:500 "Explore Solutions" CTA button - off-white box, navy square, white arrow */
.hero-cta {
  position: absolute;
  left: 522px;
  top: 643px;
  width: 237px;
  height: 46px;
  display: block;
  background: #ececec;
  border-radius: 0;
  text-decoration: none;
  overflow: hidden;
}

.hero-cta-label {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Ailerons', 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #213a5d;
  white-space: nowrap;
}

.hero-cta-icon {
  position: absolute;
  left: 196px;
  top: 7.5px;
  width: 34px;
  height: 31px;
  background: #213a5d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-cta-icon svg {
  transform: rotate(-45deg);
}

/* 1:505 subtitle paragraph */
.hero-subtitle {
  position: absolute;
  left: 438px;
  top: 586px;
  width: 405px;
  height: 87px;
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  color: #ffffff;
}

/* 1:506 header - rounded translucent nav bar */
.hero-header {
  position: absolute;
  left: 21px;
  top: 25px;
  width: 1238px;
  height: 88px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 19px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.hero-header-logo {
  position: absolute;
  left: 58px;
  top: 24px;
  width: 109px;
  height: 47px;
}

.hero-header-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero-nav-link {
  position: absolute;
  top: 30px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -0.08px;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}

.hero-nav-home { left: 402px; width: 45px; }
.hero-nav-solutions { left: 487px; width: 82px; }
.hero-nav-services { left: 593px; width: 66px; }
.hero-nav-projects { left: 688px; width: 62px; }
.hero-nav-news { left: 793px; width: 43px; }

.hero-nav-caret {
  transform: rotate(180deg);
  flex: none;
}

.hero-header-contact {
  position: absolute;
  left: 1009px;
  top: 17px;
  width: 169px;
  height: 49px;
  background: #ffffff;
  border-radius: 0;
  text-decoration: none;
  overflow: hidden;
}

.hero-header-contact-label {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -0.08px;
  color: #213a5d;
  white-space: nowrap;
}

.hero-header-contact-icon {
  position: absolute;
  left: 125px;
  top: 9px;
  width: 37px;
  height: 35px;
  background: #213a5d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-header-contact-icon svg {
  transform: rotate(-45deg);
}
