:root {
  --bg: #071827;
  --bg-dark: #04101d;
  --teal: #5bb8c8;
  --teal-dark: #256f83;
  --orange: #1f5fbf;
  --orange-dark: #173f8f;
  --cream: #9fd8ff;
  --card: #f8fbf8;
  --ink: #172324;
  --muted: #d7e2df;
  --white: #ffffff;
  --line: rgba(255, 255, 255, 0.16);
  --radius: 8px;
  --container: 1180px;
  --gutter: clamp(22px, 5vw, 82px);
}

* { box-sizing: border-box; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #061425;
  color: var(--white);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
svg { display: block; }
button { font: inherit; }

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

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  max-width: calc(var(--container) + var(--gutter) * 2);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 38px;
  margin: 0 auto;
  padding: 38px var(--gutter) 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: clamp(190px, 18vw, 270px);
  height: auto;
}

.brand-badge {
  width: 42px;
  height: 42px;
  color: var(--orange);
}

.brand-badge svg {
  width: 100%;
  height: 100%;
}

.brand-badge path:first-child {
  fill: currentColor;
}

.brand-badge path:last-child {
  fill: none;
  stroke: #ffffff;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand strong {
  display: block;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.05;
}

.brand small {
  display: block;
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4vw, 52px);
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 700;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 8px;
  padding: 0 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.button-warm {
  background: linear-gradient(180deg, #2f80ed, #174ea6);
  box-shadow: 0 18px 44px rgba(23, 78, 166, 0.32), inset 0 1px rgba(255, 255, 255, 0.28);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  color: #ffffff;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero-section {
  position: relative;
  min-height: 820px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 150px var(--gutter) 70px;
  background:
    radial-gradient(circle at 18% 54%, rgba(91, 184, 200, 0.18), transparent 24%),
    radial-gradient(circle at 86% 54%, rgba(31, 95, 191, 0.16), transparent 25%),
    radial-gradient(circle at 50% 35%, rgba(87, 126, 179, 0.16), transparent 36%),
    linear-gradient(180deg, #071827 0%, #061421 48%, #040d18 100%);
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-section::before {
  opacity: 0.42;
  background:
    radial-gradient(circle at 2px 2px, rgba(147, 197, 253, 0.32) 1.5px, transparent 1.8px) 0 255px / 10px 10px no-repeat,
    radial-gradient(circle at 2px 2px, rgba(91, 184, 200, 0.28) 1.5px, transparent 1.8px) calc(100% - 270px) 300px / 10px 10px no-repeat;
  mask-image: radial-gradient(circle at 0 50%, #000 0 180px, transparent 260px), radial-gradient(circle at 100% 52%, #000 0 190px, transparent 280px);
}

.hero-section::after {
  opacity: 0.24;
  background:
    repeating-radial-gradient(ellipse at 50% 100%, transparent 0 34px, rgba(44, 176, 255, 0.34) 35px 36px, transparent 37px 70px);
  clip-path: polygon(0 80%, 38% 100%, 52% 86%, 68% 100%, 100% 82%, 100% 100%, 0 100%);
}

.hero-copy {
  position: relative;
  z-index: 8;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(58px, 7.5vw, 104px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 7px 0 rgba(255, 255, 255, 0.06), 0 28px 52px rgba(0, 0, 0, 0.38);
}

.hero-copy h1 span {
  display: block;
}

.hero-copy p {
  max-width: 650px;
  margin: 34px auto 34px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.learn-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #8bd7e7;
  font-weight: 800;
}

.scene {
  position: absolute;
  bottom: 0;
  z-index: 4;
  width: 560px;
  height: 540px;
  pointer-events: none;
}

.scene-left {
  left: -22px;
}

.scene-right {
  right: -18px;
}

.half-disc {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  opacity: 0.52;
  filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.2));
}

.half-disc.teal {
  left: -210px;
  top: 62px;
  background: linear-gradient(145deg, #4fb3c4, #155c76);
}

.half-disc.amber {
  right: -178px;
  top: 88px;
  background: linear-gradient(145deg, #2f80ed, #123d79);
}

.platform {
  position: absolute;
  bottom: -58px;
  width: 440px;
  height: 142px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(145deg, #17405b, #09243b 58%, #041322);
  box-shadow: 0 -5px 0 rgba(139, 215, 231, 0.38), 0 34px 72px rgba(0, 0, 0, 0.42);
}

.scene-left .platform {
  left: -26px;
}

.scene-right .platform {
  right: -28px;
  width: 520px;
  height: 150px;
  background: linear-gradient(145deg, #163f72, #0b2450 58%, #06152e);
  box-shadow: 0 -5px 0 rgba(96, 165, 250, 0.32), 0 34px 72px rgba(0, 0, 0, 0.42);
}

.panel {
  position: absolute;
  border-radius: 10px;
  border: 1px solid rgba(181, 210, 255, 0.18);
  box-shadow: 0 32px 48px rgba(0, 0, 0, 0.36), inset 0 1px rgba(255, 255, 255, 0.22);
  animation: float 5.6s ease-in-out infinite;
}

.panel-tall {
  left: 8px;
  top: 244px;
  width: 168px;
  height: 142px;
  transform: rotate(0deg);
}

.panel-wide {
  left: 84px;
  top: 92px;
  width: 316px;
  height: 148px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), transparent 32%),
    radial-gradient(circle at 18% 28%, rgba(139, 215, 231, 0.18), transparent 30%),
    linear-gradient(145deg, #1b4f8f, #0b2d64 72%);
  animation-delay: -1.3s;
}

.panel span {
  position: absolute;
  left: 18px;
  width: 40px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}

.panel span:first-child { top: 22px; }
.panel span:nth-child(2) { top: 38px; width: 28px; }

.panel i {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 24px;
  height: 34px;
  border-radius: 7px;
  background:
    linear-gradient(90deg, rgba(63, 152, 159, 0.82) 0 34%, transparent 34% 40%, rgba(63, 152, 159, 0.46) 40% 70%, transparent 70% 76%, rgba(63, 152, 159, 0.26) 76%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.18));
}

.panel b {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  height: 34px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.42);
  border-left: 3px solid rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(90deg, transparent 0 11px, var(--cream) 11px 18px, transparent 18px 32px, var(--cream) 32px 39px, transparent 39px 53px, var(--cream) 53px 60px, transparent 60px),
    linear-gradient(180deg, transparent 0 22px, rgba(255, 255, 255, 0.16) 22px 25px, transparent 25px);
}

.dashboard-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), transparent 36%),
    linear-gradient(145deg, #eef5fa, #c8d7e6);
}

.analytics-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(145deg, #1d5ca1, #0a2d68);
}

.panel .panel-icon {
  position: absolute;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cloud-icon {
  left: 34px;
  top: 38px;
  width: 92px;
  height: 72px;
  color: #174ea6;
}

.graph-icon {
  right: 26px;
  top: 48px;
  width: 110px;
  height: 58px;
  color: #9be7f1;
}

.dashboard-panel::before,
.dashboard-panel::after,
.analytics-panel::before,
.analytics-panel::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.dashboard-panel::before {
  left: 34px;
  top: 38px;
  width: 70px;
  height: 70px;
  border: 10px solid #2f80ed;
  border-right-color: #7cc8d8;
  border-radius: 50%;
  background: transparent;
}

.dashboard-panel::after {
  right: 28px;
  bottom: 26px;
  width: 112px;
  height: 78px;
  border-radius: 0;
  background:
    linear-gradient(180deg, transparent 28px, rgba(95, 240, 222, 0.82) 28px 78px) 0 0 / 16px 78px no-repeat,
    linear-gradient(180deg, transparent 16px, rgba(95, 240, 222, 0.82) 16px 78px) 32px 0 / 16px 78px no-repeat,
    linear-gradient(180deg, transparent 0, rgba(95, 240, 222, 0.82) 0 78px) 64px 0 / 16px 78px no-repeat;
}

.analytics-panel::before {
  right: 18px;
  top: 17px;
  width: 11px;
  height: 11px;
  background: #9fd8ff;
}

.analytics-panel::after {
  left: 18px;
  top: 24px;
  width: 36px;
  height: 4px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 -12px rgba(255, 255, 255, 0.38), 0 -24px rgba(255, 255, 255, 0.28);
}

.cloud-badge,
.security-badge {
  position: absolute;
  width: 132px;
  height: 112px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 32px 48px rgba(0, 0, 0, 0.34), inset 0 1px rgba(255, 255, 255, 0.36);
  animation: bob 4.4s ease-in-out infinite;
}

.cloud-badge {
  left: 34px;
  top: 285px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), transparent 38%),
    linear-gradient(145deg, #f5f8fb, #d3e0ed);
}

.cloud-badge::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 22px;
  bottom: 20px;
  height: 5px;
  border-radius: 999px;
  background: rgba(13, 79, 127, 0.2);
  box-shadow: -1px 14px 0 -1px rgba(18, 141, 198, 0.62);
}

.security-badge {
  left: auto;
  right: 254px;
  top: 176px;
  width: 132px;
  height: 120px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(145deg, #3c91a3, #155c76);
  animation-delay: -0.7s;
}

.cloud-badge svg,
.security-badge svg {
  position: absolute;
  inset: 24px;
  width: auto;
  height: auto;
  fill: none;
  stroke: #0d4f7f;
  stroke-width: 4.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.security-badge svg {
  inset: 26px 34px;
  stroke: #e9f4ff;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.22));
}

.ball {
  position: absolute;
  display: block;
  border-radius: 50%;
  opacity: 0.64;
  box-shadow: 0 15px 22px rgba(0, 0, 0, 0.2);
  animation: ballFloat 6.8s ease-in-out infinite;
}

.ball.blue {
  right: 48px;
  top: -30px;
  width: 34px;
  height: 34px;
  background: radial-gradient(circle at 30% 24%, #9fd8ff, #2f80ed 68%, #123d79);
}

.ball.orange {
  right: -20px;
  top: -26px;
  width: 28px;
  height: 28px;
  background: radial-gradient(circle at 30% 25%, #d8e6f2, #7aa0bd 65%, #2c4a61);
}

.ball.cyan {
  right: 190px;
  top: 386px;
  width: 38px;
  height: 38px;
  background: radial-gradient(circle at 30% 25%, #d4ffff, #83d7df 62%, #4c9299);
  animation-delay: -1.1s;
}

.ball.orange-two {
  right: 106px;
  top: 276px;
  width: 24px;
  height: 24px;
  background: radial-gradient(circle at 30% 25%, #b9e8f0, #4fb3c4 68%, #155c76);
  animation-delay: -2s;
}

.ball.yellow {
  left: 82px;
  bottom: 72px;
  width: 22px;
  height: 22px;
  background: radial-gradient(circle at 30% 25%, #d8e6f2, #8aa7bd 66%, #405b70);
  animation-delay: -1.8s;
}

.ball.purple {
  right: 110px;
  top: 128px;
  width: 30px;
  height: 30px;
  background: radial-gradient(circle at 30% 24%, #93c5fd, #1f5fbf 68%, #12305f);
  animation-delay: -1.4s;
}

.endpoint-tile {
  position: absolute;
  left: 175px;
  top: 342px;
  width: 150px;
  height: 112px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 22% 18%, #8bd7e7 0 6px, transparent 7px),
    radial-gradient(circle at 38% 18%, #60a5fa 0 6px, transparent 7px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 36%),
    linear-gradient(145deg, #173f8f, #071d45);
  box-shadow: 0 32px 48px rgba(0, 0, 0, 0.36), inset 0 1px rgba(255, 255, 255, 0.28);
  animation: float 5.2s ease-in-out infinite;
  animation-delay: -2.1s;
}

.endpoint-tile::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 43px;
  width: 90px;
  height: 48px;
  border-radius: 7px;
  background: rgba(7, 24, 57, 0.32);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.14);
}

.endpoint-tile::after {
  content: "";
  position: absolute;
  left: 58px;
  top: 53px;
  width: 40px;
  height: 28px;
  border-left: 6px solid rgba(255, 255, 255, 0.78);
  border-right: 6px solid rgba(255, 255, 255, 0.78);
  border-radius: 4px;
  background: transparent;
  transform: skewX(-16deg);
}

.network-map {
  position: absolute;
  left: auto;
  right: 18px;
  top: 365px;
  width: 154px;
  height: 116px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent 34%),
    linear-gradient(145deg, #1f5fbf, #0b3678 76%);
  box-shadow: 0 32px 48px rgba(0, 0, 0, 0.36), inset 0 1px rgba(255, 255, 255, 0.3);
  animation: bob 5.4s ease-in-out infinite;
  animation-delay: -1.7s;
}

.network-map::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 17px;
  width: 38px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
}

.network-map svg {
  position: absolute;
  inset: 22px 18px;
  width: auto;
  height: auto;
  overflow: visible;
  fill: none;
}

.network-map path {
  stroke: rgba(255, 255, 255, 0.7);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.network-map circle {
  fill: #dceaff;
  stroke: rgba(255, 255, 255, 0.92);
  stroke-width: 4;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.18));
}

.stack {
  position: absolute;
  right: 92px;
  top: 258px;
  width: 174px;
  height: 198px;
  transform: perspective(560px) rotateY(-4deg);
  filter: drop-shadow(0 30px 34px rgba(0, 0, 0, 0.34));
}

.stack span {
  position: absolute;
  left: 0;
  width: 174px;
  height: 40px;
  background: linear-gradient(145deg, #284f91, #112c64 74%);
  border: 1px solid rgba(144, 192, 255, 0.2);
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.18);
  animation: stackPulse 5s ease-in-out infinite;
}

.stack span:nth-child(1) { top: 0; }
.stack span:nth-child(2) { top: 50px; left: 0; animation-delay: -0.4s; }
.stack span:nth-child(3) { top: 100px; left: 0; animation-delay: -0.8s; }
.stack span:nth-child(4) { top: 150px; left: 0; animation-delay: -1.2s; }

.server-rack span {
  border-radius: 6px;
  background:
    radial-gradient(circle at 142px 20px, #8bd7e7 0 4px, transparent 5px),
    radial-gradient(circle at 160px 20px, #60a5fa 0 4px, transparent 5px),
    linear-gradient(145deg, #284f91, #112c64 74%);
}

.server-rack span::before,
.server-rack span::after {
  content: "";
  position: absolute;
  top: 15px;
  width: 48px;
  height: 4px;
  border-radius: 999px;
  background: rgba(225, 238, 255, 0.55);
}

.server-rack span::before {
  left: 18px;
}

.server-rack span::after {
  left: 18px;
  top: 25px;
  width: 34px;
  opacity: 0.7;
}

.cube {
  position: absolute;
  right: 280px;
  top: 346px;
  width: 146px;
  height: 108px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 38%),
    linear-gradient(145deg, #7aa0bd, #2c4a61 76%);
  box-shadow: 0 30px 44px rgba(0, 0, 0, 0.32), inset 0 1px rgba(255, 255, 255, 0.34);
  transform: rotate(0deg);
  animation: float 5.1s ease-in-out infinite;
}

.firewall-cube::before,
.firewall-cube::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.74);
}

.firewall-cube::before {
  left: 24px;
  top: 32px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 28px 0 -8px rgba(255, 255, 255, 0.7);
}

.firewall-cube::after {
  left: 82px;
  top: 34px;
  width: 40px;
  height: 5px;
  border-radius: 999px;
  box-shadow: 0 18px rgba(255, 255, 255, 0.52), 0 36px rgba(255, 255, 255, 0.38);
}

.shield-token {
  position: absolute;
  left: 342px;
  top: 296px;
  width: 96px;
  height: 112px;
  background: linear-gradient(145deg, #5bb8c8, #155c76);
  clip-path: polygon(50% 0, 87% 14%, 82% 61%, 50% 100%, 18% 61%, 13% 14%);
  box-shadow: 0 28px 34px rgba(0, 0, 0, 0.26), inset 0 1px rgba(255, 255, 255, 0.34);
  animation: float 5.8s ease-in-out infinite;
  animation-delay: -0.9s;
}

.shield-token::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 37px;
  width: 32px;
  height: 18px;
  border-left: 6px solid rgba(255, 255, 255, 0.82);
  border-bottom: 6px solid rgba(255, 255, 255, 0.82);
  transform: rotate(-45deg);
}

.services-section,
.why-section,
.cta-section,
.site-footer,
.page-main {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.services-section,
.why-section {
  background: #f7faf7;
  color: var(--ink);
  padding-top: 86px;
  padding-bottom: 90px;
}

.section-heading {
  max-width: var(--container);
  margin: 0 auto 34px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-heading h2 {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
}

.section-heading p:last-child {
  max-width: 670px;
  margin: 18px auto 0;
  color: #526062;
}

.service-grid,
.why-grid {
  max-width: var(--container);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto;
}

.service-grid article,
.why-grid article,
.content-panel {
  border: 1px solid #dfe8e2;
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(34, 55, 56, 0.08);
}

.service-grid article {
  min-height: 260px;
  padding: 26px 20px;
  text-align: center;
}

.service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--orange);
  color: #ffffff;
}

.service-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-grid h3 {
  margin: 0 0 12px;
  font-size: 17px;
}

.service-grid p,
.why-grid p {
  margin: 0;
  color: #526062;
  font-size: 13px;
}

.why-section {
  background: #ffffff;
}

.why-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.why-grid article {
  min-height: 230px;
  padding: 26px;
}

.why-grid strong {
  color: var(--orange);
  font-size: 13px;
}

.why-grid h3 {
  margin: 40px 0 12px;
}

.cta-section {
  display: grid;
  justify-items: center;
  gap: 18px;
  background: var(--bg);
  padding-top: 76px;
  padding-bottom: 82px;
  text-align: center;
}

.cta-section h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
}

.cta-section p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(150px, 0.75fr));
  gap: clamp(28px, 4vw, 56px);
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 0, rgba(64, 226, 216, 0.12), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(255, 127, 24, 0.1), transparent 25%),
    linear-gradient(180deg, #06182c 0%, #04101d 100%);
  padding-top: 72px;
  padding-bottom: 0;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(99, 208, 255, 0.6), rgba(255, 118, 8, 0.5), transparent);
}

.site-footer::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: 40px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(99, 208, 255, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.site-footer p,
.site-footer address,
.site-footer a,
.site-footer span {
  color: rgba(255, 255, 255, 0.72);
}

.footer-company,
.footer-column,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-company p {
  max-width: 330px;
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 1.75;
}

.footer-logo-img {
  display: block;
  width: clamp(190px, 17vw, 250px);
  height: auto;
}

.footer-column {
  display: grid;
  gap: 12px;
  align-content: start;
}

.footer-column h2 {
  margin: 0 0 8px;
  color: #60e6dc;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span {
  font-size: 14px;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-column a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

.footer-contact {
  font-style: normal;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}

.footer-socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.footer-socials a:hover {
  border-color: rgba(99, 208, 255, 0.7);
  background: rgba(99, 208, 255, 0.14);
  transform: translateY(-2px);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
  font-size: 13px;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.footer-bottom a:hover {
  color: #ffffff;
}

.page-header {
  position: static;
  background: var(--bg);
  padding-bottom: 38px;
}

.page-main {
  background: #f7faf7;
  color: var(--ink);
  padding-top: 82px;
  padding-bottom: 100px;
}

.page-hero {
  max-width: var(--container);
  margin: 0 auto 34px;
}

.page-hero h1 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(40px, 5vw, 70px);
  line-height: 1.06;
}

.page-hero p:not(.eyebrow) {
  max-width: 650px;
  margin: 22px 0 0;
  color: #526062;
}

.content-panel {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 46px);
}

.content-panel h2 {
  margin: 0 0 12px;
}

.content-panel p {
  margin: 0 0 18px;
  color: #526062;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
}

.contact-list,
.contact-form {
  display: grid;
  gap: 14px;
  align-content: start;
}

.contact-list a,
.contact-list span {
  border: 1px solid #dfe8e2;
  border-radius: var(--radius);
  padding: 14px 16px;
  background: #ffffff;
  font-weight: 700;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  min-height: 48px;
  border: 1px solid #dfe8e2;
  border-radius: var(--radius);
  padding: 10px 12px;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-page-main {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(56, 226, 215, 0.12), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(255, 125, 8, 0.12), transparent 26%),
    linear-gradient(180deg, #f7faf7 0%, #eef5f5 100%);
}

.contact-hero {
  text-align: center;
}

.contact-hero h1,
.contact-hero > p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
}

.contact-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.contact-highlights span {
  border-radius: 999px;
  background: #ffffff;
  padding: 9px 15px;
  color: #0c6b70;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(15, 48, 58, 0.08);
}

.contact-panel {
  grid-template-columns: 0.9fr 1.1fr;
  border: 1px solid #dfe8e2;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 0 0, rgba(255, 118, 8, 0.12), transparent 36%),
    #ffffff;
  box-shadow: 0 24px 56px rgba(11, 36, 42, 0.08);
}

.contact-sidebar,
.next-steps {
  display: grid;
  gap: 18px;
  align-content: start;
}

.contact-card {
  border-radius: var(--radius);
  background: linear-gradient(145deg, #071a31, #061425);
  padding: 24px;
  color: #ffffff;
}

.contact-card p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-list a,
.contact-list span {
  display: grid;
  gap: 4px;
}

.contact-list a small,
.contact-list span small {
  color: #0c6b70;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.next-steps {
  border: 1px solid #dfe8e2;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  padding: 22px;
}

.next-steps ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: #526062;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dfe8e2;
  border-radius: var(--radius);
  padding: 10px 12px;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-14px) rotate(1deg); }
}

@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes ballFloat {
  0%, 100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-16px) translateX(5px); }
}

@keyframes stackPulse {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(-8px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .site-header.is-open .main-nav,
  .site-header.is-open .header-cta {
    grid-column: 1 / -1;
    display: flex;
  }

  .site-header.is-open .main-nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .scene {
    opacity: 0.65;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    grid-template-columns: 1.3fr 1fr 1fr;
  }

  .footer-company {
    grid-column: 1 / -1;
  }

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

@media (max-width: 720px) {
  .site-header {
    padding-top: 24px;
  }

  .brand strong {
    font-size: 19px;
  }

  .hero-section {
    min-height: 820px;
    align-items: start;
    padding-top: 145px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .button {
    width: 100%;
  }

  .scene {
    width: 330px;
    transform: scale(0.78);
    transform-origin: bottom;
  }

  .scene-left {
    left: -120px;
  }

  .scene-right {
    right: -126px;
  }

  .service-grid,
  .why-grid,
  .site-footer,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-company {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom nav {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-top: 18px;
  }

  .site-header.is-open {
    background: rgba(34, 55, 56, 0.98);
    padding-bottom: 18px;
  }

  .hero-section {
    min-height: 760px;
    padding-top: 132px;
    padding-bottom: 34px;
  }

  .hero-copy {
    text-align: left;
  }

  .hero-copy h1 {
    max-width: 10ch;
    font-size: clamp(36px, 11vw, 48px);
  }

  .hero-copy p {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
  }

  .learn-link {
    padding-left: 2px;
  }

  .scene {
    opacity: 0.48;
  }

  .scene-left {
    left: -170px;
  }

  .scene-right {
    right: -180px;
  }

  .services-section,
  .why-section,
  .cta-section,
  .page-main {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .section-heading {
    text-align: left;
  }

  .section-heading h2 {
    margin-left: 0;
    font-size: clamp(30px, 10vw, 40px);
  }

  .section-heading p:last-child {
    margin-left: 0;
  }

  .service-grid article,
  .why-grid article {
    min-height: 0;
    padding: 22px 18px;
  }

  .cta-section {
    justify-items: stretch;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .contact-hero {
    text-align: left;
  }

  .contact-highlights {
    justify-content: flex-start;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}
