:root {
  --emerald: #00a86b;
  --emerald-bright: #24d18f;
  --emerald-deep: #04724d;
  --navy: #071525;
  --navy-soft: #0d2238;
  --ink: #142033;
  --muted: #667085;
  --line: #d9e2ea;
  --light: #f4f7f8;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(7, 21, 37, 0.12);
  --radius: 8px;
  --section-space: 6rem;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img,
canvas,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

p {
  color: var(--muted);
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: calc(100% - 2rem);
  max-width: var(--container);
  margin-inline: auto;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 100;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.8rem 1rem;
  margin: 0;
  clip: auto;
  color: var(--navy);
  background: var(--white);
  border-radius: var(--radius);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 21, 37, 0.72);
  backdrop-filter: blur(18px);
  transition: background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(217, 226, 234, 0.18);
  background: rgba(7, 21, 37, 0.94);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--white);
}

.brand-logo-plate {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 0.32rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0 0 5px rgba(0, 168, 107, 0.14);
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-text {
  display: grid;
  gap: 0;
  line-height: 1.1;
}

.brand-text strong {
  font-size: 1rem;
  letter-spacing: 0;
}

.brand-text span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.72);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.78);
}

.nav-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 0.9rem;
  border-radius: var(--radius);
  transition: color 180ms ease, background 180ms ease;
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.nav-menu .nav-cta {
  margin-left: 0.3rem;
  color: var(--navy);
  background: var(--emerald-bright);
  font-weight: 700;
}

.nav-menu .nav-cta:hover,
.nav-menu .nav-cta:focus-visible {
  color: var(--navy);
  background: var(--white);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.nav-toggle-line {
  width: 18px;
  height: 2px;
  display: block;
  margin: 4px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 88svh;
  padding: 8.5rem 0 7.25rem;
  overflow: hidden;
  display: grid;
  align-content: center;
  isolation: isolate;
  background: #071525;
}

.section-dark {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(0, 168, 107, 0.16), transparent 36%),
    linear-gradient(180deg, #071525 0%, #0a1b2e 56%, #071525 100%);
}

.hero.section-dark {
  background: #071525;
}

.hero-bg-slider {
  position: absolute;
  inset: 0;
  z-index: -4;
  overflow: hidden;
}

.hero-bg-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 21, 37, 0.98) 0%, rgba(7, 21, 37, 0.76) 48%, rgba(7, 21, 37, 0.42) 100%),
    linear-gradient(to top, rgba(7, 21, 37, 0.92), transparent 42%);
}

.hero-bg-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center;
  background-size: cover;
  transform: translate3d(3.5%, 0, 0) scale(1.08);
  transition: opacity 1200ms ease, transform 6400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-bg-slide.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1.02);
}

.hero-bg-slide.is-leaving {
  opacity: 0;
  transform: translate3d(-2.5%, 0, 0) scale(1.05);
}

.hero-bg-slide:nth-child(1) {
  background-image: url("assets/bg-datacenter.png");
}

.hero-bg-slide:nth-child(2) {
  background-image: url("assets/hero-network-security.png");
}

.hero-bg-slide:nth-child(3) {
  background-image: url("assets/hero-software-mobile.png");
}

.hero-bg-slide:nth-child(4) {
  background-image: url("assets/hero-robotics-climate.png");
}

.hero-canvas,
.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-canvas {
  opacity: 0.55;
}

.hero-grid {
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 82%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  z-index: -1;
  background: linear-gradient(to top, rgba(7, 21, 37, 0.98), transparent);
}

.hero-layout {
  width: calc(100vw - 2rem);
  max-width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.72fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: end;
  justify-self: center;
}

.hero-content {
  min-width: 0;
  max-width: 780px;
}

.hero-copy-slider {
  display: grid;
  align-items: start;
}

.hero-copy-slide {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  pointer-events: none;
  transition: opacity 680ms ease, transform 680ms ease;
}

.hero-copy-slide.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.eyebrow {
  margin-bottom: 0.9rem;
  color: var(--emerald-bright);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.hero-copy-slide h2 {
  max-width: 760px;
  margin-bottom: 1.2rem;
  color: var(--white);
  font-size: 4.2rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 720px;
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.12rem;
}

.hero-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  max-width: 720px;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

.hero-capabilities li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.35rem 0.72rem;
  border: 1px solid rgba(94, 234, 180, 0.3);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(7, 21, 37, 0.46);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  backdrop-filter: blur(10px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero-slider-ui {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  max-width: none;
  pointer-events: none;
}

.hero-vertical-dots {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: grid;
  gap: 0.72rem;
  transform: translateY(-50%);
  pointer-events: auto;
}

.hero-dot {
  width: 0.9rem;
  height: 0.9rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  background: rgba(7, 21, 37, 0.18);
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.hero-dot.is-active,
.hero-dot:hover,
.hero-dot:focus-visible {
  border-color: var(--emerald-bright);
  background: var(--emerald-bright);
  transform: scale(1.08);
}

.hero-tabs {
  position: absolute;
  right: 50%;
  bottom: 1.25rem;
  width: min(calc(100% - 2rem), var(--container));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
  transform: translateX(50%);
  pointer-events: auto;
}

.hero-tab {
  position: relative;
  min-height: 50px;
  overflow: hidden;
  padding: 1rem 0.85rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.68);
  background: rgba(7, 21, 37, 0.45);
  text-align: left;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.hero-tab:hover,
.hero-tab:focus-visible,
.hero-tab.is-active {
  color: var(--white);
  border-color: rgba(36, 209, 143, 0.72);
  background: rgba(7, 21, 37, 0.66);
}

.hero-tab strong {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-tab-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
}

.hero-tab-progress::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--emerald-bright), #ffffff);
  box-shadow: 0 0 18px rgba(36, 209, 143, 0.55);
  transform: scaleX(0);
  transform-origin: left;
}

.hero-tab.is-progressing .hero-tab-progress::after {
  animation: heroProgress 6s linear forwards;
}

@keyframes heroProgress {
  to {
    transform: scaleX(1);
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.15rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--navy);
  background: var(--emerald-bright);
  box-shadow: 0 18px 36px rgba(36, 209, 143, 0.22);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--white);
}

.btn-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.14);
}

.impact-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-bottom: var(--section-space);
  border: 1px solid var(--line);
  background: var(--line);
  box-shadow: var(--shadow);
}

.status-item {
  min-height: 118px;
  padding: 1.35rem;
  background: var(--white);
}

.status-item span {
  display: block;
  color: var(--emerald-deep);
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
}

.status-item p {
  max-width: 210px;
  margin: 0.5rem 0 0;
  color: var(--muted);
}

.section {
  position: relative;
  padding-block: var(--section-space);
  overflow: clip;
  isolation: isolate;
}

.section-light {
  background: var(--light);
}

.about {
  padding-top: 0;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(244, 247, 248, 0.98), rgba(244, 247, 248, 0.92) 52%, rgba(244, 247, 248, 0.78)),
    url("assets/bg-datacenter.png") center / cover no-repeat;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: start;
}

.section-intro,
.section-heading {
  max-width: 760px;
}

.section-heading {
  margin-bottom: 2.4rem;
}

.section h2 {
  margin-bottom: 1rem;
  color: var(--navy);
  font-size: 3.2rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.section-dark h2,
.section-dark h3 {
  color: var(--white);
}

.section-dark p {
  color: rgba(255, 255, 255, 0.72);
}

.about-copy {
  padding-top: 0.25rem;
}

.about-copy p {
  margin-bottom: 1rem;
  font-size: 1.04rem;
}

.services {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 21, 37, 0.96), rgba(7, 21, 37, 0.78)),
    url("assets/bg-services.png") center / cover no-repeat;
}

.services h2,
.services h3 {
  color: var(--white);
}

.services .section-heading p,
.services .service-slide p,
.services .service-slide li {
  color: rgba(255, 255, 255, 0.74);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.service-card {
  min-height: 286px;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(7, 21, 37, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 168, 107, 0.42);
  box-shadow: var(--shadow);
}

.service-card h3,
.solution-panel h3,
.reason h3 {
  margin-bottom: 0.65rem;
  color: var(--navy);
  font-size: 1.12rem;
  line-height: 1.25;
}

.service-card p,
.solution-panel p,
.reason p {
  margin-bottom: 0;
}

.service-icon {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-bottom: 1.35rem;
  border: 1px solid rgba(0, 168, 107, 0.22);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(0, 168, 107, 0.12), rgba(7, 21, 37, 0.04));
}

.service-icon::before,
.service-icon::after {
  content: "";
  position: absolute;
  border-color: var(--emerald);
}

.shield-icon::before {
  inset: 10px 13px 12px;
  border: 2px solid var(--emerald);
  border-radius: 14px 14px 18px 18px;
  clip-path: polygon(50% 0, 100% 18%, 88% 78%, 50% 100%, 12% 78%, 0 18%);
}

.components-icon::before {
  inset: 13px;
  border: 2px solid var(--emerald);
}

.components-icon::after {
  inset: 8px;
  background:
    linear-gradient(var(--emerald), var(--emerald)) 0 50% / 100% 2px no-repeat,
    linear-gradient(90deg, var(--emerald), var(--emerald)) 50% 0 / 2px 100% no-repeat;
  opacity: 0.8;
}

.web-icon::before {
  inset: 12px 9px;
  border: 2px solid var(--emerald);
  border-radius: 4px;
}

.web-icon::after {
  left: 14px;
  right: 14px;
  bottom: 12px;
  height: 2px;
  background: var(--emerald);
}

.managed-icon::before {
  inset: 13px;
  border: 2px solid var(--emerald);
  border-radius: 50%;
}

.managed-icon::after {
  inset: 9px;
  border: 2px dashed var(--emerald);
  border-radius: 50%;
}

.server-icon::before {
  inset: 10px 12px;
  border: 2px solid var(--emerald);
  border-radius: 4px;
}

.server-icon::after {
  left: 17px;
  right: 17px;
  top: 18px;
  height: 12px;
  border-top: 2px solid var(--emerald);
  border-bottom: 2px solid var(--emerald);
}

.software-icon::before {
  inset: 14px 10px;
  border-top: 2px solid var(--emerald);
  border-bottom: 2px solid var(--emerald);
  transform: skewX(-18deg);
}

.software-icon::after {
  inset: 12px 18px;
  border-left: 2px solid var(--emerald);
  transform: rotate(18deg);
}

.service-slider {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.service-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(0, 168, 107, 0.22), transparent 48%),
    radial-gradient(circle at 88% 14%, rgba(36, 209, 143, 0.18), transparent 28%);
}

.slider-viewport {
  overflow: hidden;
}

.slider-track {
  display: flex;
  transform: translateX(0);
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.service-slide {
  min-width: 100%;
  min-height: 430px;
  display: grid;
  align-content: center;
  padding: clamp(1.5rem, 5vw, 4.5rem);
}

.service-slide > * {
  max-width: 720px;
}

.slide-index {
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.35rem 0.6rem;
  border: 1px solid rgba(36, 209, 143, 0.42);
  border-radius: var(--radius);
  color: var(--emerald-bright);
  background: rgba(7, 21, 37, 0.42);
  font-size: 0.78rem;
  font-weight: 900;
}

.service-slide h3 {
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
}

.service-slide p {
  max-width: 760px;
  margin-bottom: 1.5rem;
  font-size: 1.08rem;
}

.service-slide ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 700px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-slide li {
  position: relative;
  padding: 0.85rem 0.9rem 0.85rem 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: rgba(7, 21, 37, 0.46);
}

.service-slide li::before {
  content: "";
  position: absolute;
  top: 1.35rem;
  left: 0.95rem;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: var(--emerald-bright);
  box-shadow: 0 0 0 5px rgba(36, 209, 143, 0.14);
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1.25rem 1.25rem;
}

.slider-button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font-size: 1.35rem;
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.slider-button:hover,
.slider-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(36, 209, 143, 0.7);
  background: rgba(36, 209, 143, 0.16);
}

.slider-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.slider-dot {
  width: 0.72rem;
  height: 0.72rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
  transition: width 220ms ease, background 220ms ease;
}

.slider-dot.is-active {
  width: 2rem;
  background: var(--emerald-bright);
}

.slider-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.solutions {
  background:
    linear-gradient(90deg, rgba(7, 21, 37, 0.92), rgba(7, 21, 37, 0.72)),
    url("assets/bg-robotics-climate.png") center / cover no-repeat;
}

.parallax-line {
  position: absolute;
  top: 4rem;
  right: -8rem;
  width: min(44vw, 520px);
  height: min(44vw, 520px);
  border: 1px solid rgba(36, 209, 143, 0.22);
  border-radius: 50%;
  opacity: 0.72;
}

.parallax-line::before,
.parallax-line::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.parallax-line::before {
  inset: 12%;
}

.parallax-line::after {
  inset: 26%;
}

.solution-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.solution-panel {
  min-height: 390px;
  display: grid;
  align-content: space-between;
  gap: 2rem;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.solution-visual {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, rgba(36, 209, 143, 0.2), rgba(255, 255, 255, 0.03));
  background-size: 32px 32px, 32px 32px, 100% 100%;
}

.solution-visual span {
  position: absolute;
  display: block;
  border: 2px solid rgba(36, 209, 143, 0.85);
  background: rgba(7, 21, 37, 0.58);
}

.robotics-visual span:nth-child(1) {
  width: 88px;
  height: 58px;
  left: 16%;
  bottom: 22%;
  border-radius: 7px;
}

.robotics-visual span:nth-child(2) {
  width: 128px;
  height: 2px;
  left: 34%;
  bottom: 42%;
  transform: rotate(-18deg);
}

.robotics-visual span:nth-child(3) {
  width: 58px;
  height: 58px;
  right: 18%;
  top: 22%;
  border-radius: 50%;
}

.climate-visual span:nth-child(1) {
  width: 150px;
  height: 70px;
  left: 12%;
  top: 26%;
  border-radius: 8px;
}

.climate-visual span:nth-child(2) {
  width: 80px;
  height: 80px;
  right: 18%;
  top: 22%;
  border-radius: 50%;
}

.climate-visual span:nth-child(3) {
  width: 70%;
  height: 2px;
  left: 15%;
  bottom: 26%;
}

.why-us {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9) 55%, rgba(255, 255, 255, 0.82)),
    url("assets/bg-services.png") center / cover no-repeat;
}

.reason-list {
  display: grid;
  gap: 1rem;
}

.reason {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 1rem;
  padding: 1.25rem 0;
  border-top: 1px solid var(--line);
}

.reason:last-child {
  border-bottom: 1px solid var(--line);
}

.reason span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--emerald-deep);
  border: 1px solid rgba(0, 168, 107, 0.22);
  border-radius: var(--radius);
  background: rgba(0, 168, 107, 0.08);
  font-weight: 900;
}

.contact {
  border-top: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(244, 247, 248, 0.98), rgba(244, 247, 248, 0.86)),
    url("assets/bg-contact.png") center / cover no-repeat;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.72fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.contact-copy h2 {
  max-width: 720px;
}

.contact-details {
  display: grid;
  gap: 0.75rem;
  margin-top: 2rem;
  font-style: normal;
}

.contact-details a,
.contact-details span {
  padding: 1rem;
  border-left: 4px solid var(--emerald);
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 10px 28px rgba(7, 21, 37, 0.06);
}

.contact-form {
  display: grid;
  gap: 0.75rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-form label {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0.78rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: #fbfdfe;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--emerald);
  box-shadow: 0 0 0 4px rgba(0, 168, 107, 0.12);
}

.form-note {
  min-height: 1.5rem;
  margin: 0;
  color: var(--emerald-deep);
  font-weight: 700;
}

.site-footer {
  padding: 1.5rem 0;
  color: rgba(255, 255, 255, 0.76);
  background: #05111e;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer-content a {
  color: var(--emerald-bright);
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.9rem;
}

.footer-links button {
  padding: 0;
  border: 0;
  color: var(--emerald-bright);
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.footer-links button:hover,
.footer-links button:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--white);
}

.cookie-banner {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  max-width: 1120px;
  margin-inline: auto;
  padding: 1rem;
  border: 1px solid rgba(94, 234, 180, 0.28);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(5, 17, 30, 0.94);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.cookie-banner.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner .eyebrow {
  margin-bottom: 0.35rem;
}

.cookie-banner h2 {
  margin-bottom: 0.3rem;
  color: var(--white);
  font-size: 1.35rem;
  letter-spacing: 0;
}

.cookie-banner p {
  max-width: 720px;
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.76);
}

.cookie-banner a {
  color: var(--emerald-bright);
  font-weight: 800;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem;
}

.cookie-actions .btn {
  min-height: 42px;
}

.audio-control {
  position: fixed;
  right: 1.25rem;
  bottom: 6.4rem;
  z-index: 75;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 44px;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(94, 234, 180, 0.32);
  border-radius: 999px;
  color: var(--white);
  background: rgba(5, 17, 30, 0.84);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.audio-control:hover,
.audio-control:focus-visible,
.audio-control.is-preferred,
.audio-control.is-playing {
  border-color: rgba(36, 209, 143, 0.78);
  background: rgba(7, 21, 37, 0.94);
  transform: translateY(-2px);
}

.audio-bars {
  display: inline-flex;
  align-items: end;
  gap: 3px;
  width: 18px;
  height: 18px;
}

.audio-bars span {
  width: 4px;
  height: 8px;
  border-radius: 999px;
  background: var(--emerald-bright);
  transform-origin: bottom;
}

.audio-control.is-playing .audio-bars span {
  animation: audioBar 900ms ease-in-out infinite;
}

.audio-control.is-playing .audio-bars span:nth-child(2) {
  animation-delay: 140ms;
}

.audio-control.is-playing .audio-bars span:nth-child(3) {
  animation-delay: 280ms;
}

@keyframes audioBar {
  0%,
  100% {
    transform: scaleY(0.62);
  }

  50% {
    transform: scaleY(1.7);
  }
}

.policy-page {
  background: var(--light);
}

.policy-hero {
  padding: 9rem 0 4.8rem;
  background:
    linear-gradient(90deg, rgba(7, 21, 37, 0.98), rgba(7, 21, 37, 0.82)),
    url("assets/bg-datacenter.png") center / cover;
}

.policy-hero h1 {
  max-width: 780px;
  margin-bottom: 1rem;
  color: var(--white);
  font-size: clamp(2.7rem, 6vw, 5rem);
  line-height: 1;
  letter-spacing: 0;
}

.policy-hero p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
}

.policy-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: start;
}

.policy-summary {
  position: sticky;
  top: 6rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.policy-summary h2 {
  margin-bottom: 0.7rem;
  color: var(--navy);
  font-size: 1.25rem;
  letter-spacing: 0;
}

.policy-summary p {
  color: var(--muted);
}

.policy-summary a,
.policy-summary button {
  display: block;
  width: fit-content;
  margin-top: 0.7rem;
  padding: 0;
  border: 0;
  color: var(--emerald-deep);
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.policy-document {
  padding: clamp(1.25rem, 4vw, 2.25rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.policy-document h2 {
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  color: var(--navy);
  font-size: 1.65rem;
  letter-spacing: 0;
}

.policy-document h2:first-child {
  margin-top: 0;
}

.policy-document p,
.policy-document li {
  color: var(--muted);
}

.policy-document ul {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}

.policy-document a {
  color: var(--emerald-deep);
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  :root {
    --section-space: 4.8rem;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    top: 72px;
    right: 1rem;
    left: 1rem;
    display: grid;
    gap: 0.35rem;
    padding: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    background: rgba(7, 21, 37, 0.98);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.28);
    transform: translateY(-14px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-menu.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-menu a {
    width: 100%;
    justify-content: space-between;
  }

  .nav-menu .nav-cta {
    margin-left: 0;
    justify-content: center;
  }

  .hero {
    min-height: auto;
    padding-top: 8.5rem;
  }

  .hero h1,
  .hero-copy-slide h2 {
    font-size: 3.75rem;
  }

  .section h2 {
    font-size: 2.55rem;
  }

  .hero-layout,
  .impact-strip,
  .policy-layout,
  .solution-layout,
  .two-column,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    width: calc(100vw - 2rem);
    max-width: var(--container);
    align-items: start;
  }

  .hero-tabs {
    width: calc(100% - 2rem);
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-tab {
    padding-inline: 0.7rem;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    justify-content: flex-start;
  }

  .policy-summary {
    position: static;
  }

  .impact-strip {
    margin-bottom: 4rem;
  }

  .service-card {
    min-height: auto;
  }

  .service-slide {
    min-height: 400px;
  }

  .service-slide h3 {
    font-size: 2.4rem;
  }

  .solution-panel {
    min-height: 340px;
  }
}

@media (max-width: 640px) {
  :root {
    --section-space: 4rem;
  }

  .container {
    width: calc(100% - 1.25rem);
    max-width: var(--container);
  }

  .brand-logo-plate {
    width: 50px;
    height: 50px;
    padding: 0.28rem;
  }

  .brand-text strong {
    font-size: 0.95rem;
  }

  .brand-text span {
    font-size: 0.72rem;
  }

  .hero {
    padding: 7.6rem 0 9rem;
  }

  .hero-layout {
    width: calc(100vw - 1.25rem);
  }

  .hero h1,
  .hero-copy-slide h2 {
    font-size: 2.55rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-capabilities {
    gap: 0.45rem;
    margin-bottom: 1.4rem;
  }

  .hero-capabilities li {
    min-height: 30px;
    padding: 0.3rem 0.58rem;
    font-size: 0.74rem;
  }

  .hero-tabs {
    bottom: 0.75rem;
    width: calc(100% - 1.25rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .hero-tab {
    min-height: 44px;
    padding: 0.86rem 0.65rem 0.55rem;
  }

  .hero-tab strong {
    font-size: 0.72rem;
  }

  .hero-tab-progress {
    height: 4px;
  }

  .hero-vertical-dots {
    display: none;
  }

  .hero-actions,
  .cookie-actions,
  .footer-content {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-links {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .cookie-banner {
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
    max-height: calc(100svh - 1.3rem);
    overflow: auto;
    padding: 0.9rem;
  }

  .cookie-banner h2 {
    font-size: 1.2rem;
  }

  .cookie-actions .btn {
    width: 100%;
  }

  .audio-control {
    right: 0.65rem;
    bottom: 0.65rem;
    min-height: 42px;
    padding-inline: 0.75rem;
  }

  .cookie-banner.is-visible ~ .audio-control {
    bottom: 1.1rem;
    opacity: 0;
    pointer-events: none;
  }

  .policy-hero {
    padding: 7.5rem 0 3.5rem;
  }

  .policy-document {
    padding: 1rem;
  }

  .policy-document h2 {
    font-size: 1.35rem;
  }

  .btn {
    width: 100%;
  }

  .status-item {
    min-height: auto;
  }

  .section h2 {
    font-size: 2.05rem;
  }

  .service-slide {
    min-height: 455px;
    padding: 1.15rem;
  }

  .service-slide h3 {
    font-size: 2rem;
  }

  .service-slide p {
    font-size: 1rem;
  }

  .service-slide ul {
    grid-template-columns: 1fr;
  }

  .slider-controls {
    gap: 0.7rem;
    padding: 0 1rem 1rem;
  }

  .slider-button {
    width: 42px;
    height: 42px;
  }

  .reason {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-tab.is-progressing .hero-tab-progress::after {
    animation-duration: 6s !important;
    animation-iteration-count: 1 !important;
  }
}
