:root {
  --bg: #f6f1e8;
  --bg-strong: #fffaf3;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --ink: #0d1321;
  --ink-soft: #243046;
  --muted: #58616f;
  --line: rgba(13, 19, 33, 0.1);
  --orange: #ff4b12;
  --orange-deep: #d83a09;
  --orange-soft: rgba(255, 75, 18, 0.12);
  --shadow: 0 24px 70px rgba(13, 19, 33, 0.12);
  --radius: 30px;
  --container: min(1180px, calc(100vw - 32px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  position: relative;
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(circle at top left, rgba(255, 75, 18, 0.14), transparent 24%),
    radial-gradient(circle at 84% 12%, rgba(13, 19, 33, 0.1), transparent 18%),
    linear-gradient(180deg, #fffaf3 0%, #f4eee3 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(13, 19, 33, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 19, 33, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 78%);
}

.page-cables {
  position: absolute;
  inset: 0 auto 0 0;
  width: 208px;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

.cable {
  position: absolute;
  top: -2%;
  height: 104%;
  border-radius: 999px;
  opacity: 0.92;
}

.cable-main {
  left: 38px;
  width: 12px;
  background:
    linear-gradient(180deg, rgba(13, 19, 33, 0.98), rgba(36, 48, 70, 0.98)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent);
  box-shadow:
    10px 0 18px rgba(255, 75, 18, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.06);
}

.cable-offset {
  left: 84px;
  width: 8px;
  background: linear-gradient(180deg, rgba(255, 75, 18, 0.95), rgba(216, 58, 9, 0.95));
  box-shadow: 0 0 24px rgba(255, 75, 18, 0.14);
}

.cable-blue {
  left: 58px;
  width: 6px;
  background: linear-gradient(180deg, #3f89ff, #2451ad);
  box-shadow: 0 0 18px rgba(63, 137, 255, 0.14);
}

.cable-thin {
  left: 128px;
  width: 4px;
  background: linear-gradient(180deg, rgba(36, 48, 70, 0.88), rgba(13, 19, 33, 0.72));
}

.cable-node {
  position: absolute;
  left: 20px;
  width: 122px;
  height: 58px;
  border-left: 4px solid rgba(13, 19, 33, 0.92);
  border-bottom: 4px solid rgba(13, 19, 33, 0.92);
  border-bottom-left-radius: 44px;
  opacity: 0.96;
}

.cable-node::after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: -8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 75, 18, 0.1);
}

.node-top {
  top: 18%;
}

.node-mid {
  top: 46%;
}

.node-low {
  top: 74%;
}

.cable-branch {
  position: absolute;
  opacity: 0.96;
}

.branch-upper {
  left: 18px;
  top: 16%;
  width: 120px;
  height: 34px;
  border-left: 4px solid rgba(13, 19, 33, 0.88);
  border-bottom: 4px solid rgba(13, 19, 33, 0.88);
  border-bottom-left-radius: 28px;
}

.branch-upper::after {
  content: "";
  position: absolute;
  left: 26px;
  bottom: -4px;
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: rgba(13, 19, 33, 0.88);
}

.branch-middle {
  left: 18px;
  top: 40%;
  width: 160px;
  height: 84px;
  border-left: 4px solid #2451ad;
  border-bottom: 4px solid #2451ad;
  border-bottom-left-radius: 38px;
}

.branch-middle::after {
  content: "";
  position: absolute;
  left: 38px;
  bottom: -4px;
  width: 108px;
  height: 4px;
  border-radius: 999px;
  background: #2451ad;
}

.power-orb {
  position: absolute;
  top: -5%;
  border-radius: 50%;
  pointer-events: none;
  filter: saturate(1.15);
}

.power-orb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle, #fff6df 0%, #ffb067 34%, var(--orange) 66%, rgba(255, 75, 18, 0.24) 100%);
  box-shadow:
    0 0 16px rgba(255, 75, 18, 0.9),
    0 0 34px rgba(255, 75, 18, 0.44),
    0 0 54px rgba(255, 176, 103, 0.3);
}

.orb-main {
  left: 31px;
  width: 26px;
  height: 26px;
  animation: power-run-main 9.5s linear infinite;
}

.orb-offset {
  left: 77px;
  width: 18px;
  height: 18px;
  animation: power-run-offset 7.1s linear infinite;
  animation-delay: -1.8s;
}

.orb-blue {
  left: 52px;
  width: 16px;
  height: 16px;
  animation: power-run-blue 10.1s linear infinite;
  animation-delay: -2.6s;
}

.orb-blue::before {
  background: radial-gradient(circle, #eef4ff 0%, #93bcff 34%, #3f89ff 68%, rgba(63, 137, 255, 0.2) 100%);
  box-shadow:
    0 0 12px rgba(63, 137, 255, 0.84),
    0 0 28px rgba(63, 137, 255, 0.34);
}

.branch-orb {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  filter: saturate(1.15);
}

.branch-orb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.branch-orb-middle {
  left: 154px;
  top: 46%;
  animation: branch-pulse-blue 6.2s ease-in-out infinite;
}

.branch-orb-middle::before {
  background: radial-gradient(circle, #eef4ff 0%, #93bcff 36%, #3f89ff 68%, rgba(63, 137, 255, 0.18) 100%);
  box-shadow:
    0 0 10px rgba(63, 137, 255, 0.86),
    0 0 24px rgba(63, 137, 255, 0.3);
}

.cable-fault {
  position: absolute;
  left: 10px;
  bottom: 74px;
  width: 168px;
  height: 132px;
}

.cable-fault::before {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 28px;
  width: 74px;
  height: 58px;
  border-left: 4px solid rgba(13, 19, 33, 0.92);
  border-bottom: 4px solid rgba(13, 19, 33, 0.92);
  border-bottom-left-radius: 34px;
}

.cable-fault::after {
  content: "";
  position: absolute;
  left: 70px;
  bottom: 28px;
  width: 74px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(13, 19, 33, 0.92), rgba(13, 19, 33, 0.4));
  box-shadow: 12px 0 26px rgba(255, 75, 18, 0.1);
}

.fault-spark {
  position: absolute;
  left: 132px;
  bottom: 116px;
  width: 22px;
  height: 22px;
  opacity: 0.9;
  animation: spark-flicker 1.8s steps(2, end) infinite;
}

.fault-spark::before,
.fault-spark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff1c2, #ffb224, rgba(255, 75, 18, 0.2));
  transform-origin: center;
}

.fault-spark::before {
  transform: translate(-50%, -50%) rotate(24deg);
}

.fault-spark::after {
  transform: translate(-50%, -50%) rotate(-32deg);
}

.spark-two {
  left: 146px;
  bottom: 100px;
  width: 18px;
  height: 18px;
  animation-delay: -0.5s;
}

.spark-three {
  left: 118px;
  bottom: 98px;
  width: 16px;
  height: 16px;
  animation-delay: -1.1s;
}

@keyframes power-run-main {
  0% {
    top: -3%;
    transform: scale(0.7);
    opacity: 0;
  }

  8% {
    opacity: 1;
    top: 8%;
    transform: scale(1);
  }

  48% {
    opacity: 1;
    top: 42%;
    transform: scale(1.02);
  }

  78% {
    opacity: 1;
    top: 74%;
    transform: scale(0.96);
  }

  100% {
    top: 97%;
    transform: scale(0.78);
    opacity: 0;
  }
}

@keyframes power-run-offset {
  0% {
    top: -4%;
    transform: scale(0.6);
    opacity: 0;
  }

  10% {
    opacity: 0.9;
    top: 7%;
    transform: scale(1);
  }

  54% {
    opacity: 0.9;
    top: 46%;
    transform: scale(0.96);
  }

  100% {
    top: 95%;
    transform: scale(0.72);
    opacity: 0;
  }
}

@keyframes power-run-blue {
  0% {
    top: -4%;
    transform: scale(0.6);
    opacity: 0;
  }

  12% {
    top: 9%;
    transform: scale(1);
    opacity: 0.95;
  }

  58% {
    top: 58%;
    transform: scale(0.96);
    opacity: 0.95;
  }

  100% {
    top: 96%;
    transform: scale(0.72);
    opacity: 0;
  }
}

@keyframes branch-pulse-blue {
  0%,
  100% {
    transform: scale(0.7);
    opacity: 0.2;
  }

  45%,
  55% {
    transform: scale(1.1);
    opacity: 1;
  }
}

@keyframes spark-flicker {
  0%,
  100% {
    opacity: 0.14;
    transform: scale(0.72) rotate(0deg);
  }

  30% {
    opacity: 1;
    transform: scale(1.08) rotate(6deg);
  }

  60% {
    opacity: 0.28;
    transform: scale(0.82) rotate(-8deg);
  }
}

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

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

button {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 112px 0;
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.24)),
    linear-gradient(180deg, rgba(255, 75, 18, 0.03), transparent);
}

.section-dark {
  background:
    linear-gradient(135deg, rgba(13, 19, 33, 0.98), rgba(24, 34, 54, 0.96)),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.06));
  color: #fff8f2;
}

.site-header {
  position: fixed;
  inset: 18px 18px auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(13, 19, 33, 0.84);
  backdrop-filter: blur(18px);
  color: #fff8f2;
  box-shadow: 0 18px 44px rgba(13, 19, 33, 0.16);
}

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

.brand-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff8f2;
}

.brand-icon svg {
  width: 34px;
  height: 34px;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-family: "Oxanium", "Arial Narrow", sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-copy small {
  color: rgba(255, 248, 242, 0.72);
  font-size: 0.76rem;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.site-nav a {
  color: rgba(255, 248, 242, 0.8);
  font-size: 0.92rem;
  font-weight: 600;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #ffffff;
}

.menu-toggle {
  display: none;
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff8f2;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(255, 75, 18, 0.24);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(13, 19, 33, 0.1);
  color: var(--ink);
}

.header-cta {
  box-shadow: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 150px 0 96px;
  overflow: clip;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 75, 18, 0.16), transparent 18%),
    radial-gradient(circle at 76% 26%, rgba(13, 19, 33, 0.12), transparent 16%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 72%);
  pointer-events: none;
}

.hero-grid,
.contact-shell,
.why-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.hero-copy {
  order: 2;
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  padding-top: 26px;
}

.hero-description-pill {
  margin-top: 30px;
  padding: 24px 34px;
  border-radius: 999px;
  border: 1px solid rgba(13, 19, 33, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 241, 0.92));
  box-shadow: 0 16px 36px rgba(13, 19, 33, 0.06);
}

.eyebrow,
.section-kicker,
.routing-card span,
.contact-card p,
.panel-eyebrow {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker,
.routing-card span,
.contact-card p,
.panel-eyebrow {
  color: var(--orange);
}

.section-dark .section-kicker {
  color: rgba(255, 159, 129, 0.92);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Oxanium", "Arial Narrow", sans-serif;
  line-height: 0.96;
  text-transform: uppercase;
}

h1 {
  max-width: 10ch;
  font-size: clamp(3.06rem, 6.3vw, 5.94rem);
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h2 {
  font-size: clamp(2.3rem, 4.2vw, 4.4rem);
  letter-spacing: -0.03em;
}

h3 {
  font-size: 1.45rem;
  letter-spacing: -0.02em;
}

.hero-text,
.section-heading p,
.why-copy p,
.contact-copy p,
.routing-card p,
.service-card p,
.why-card p,
.coverage-card p,
.contact-card span,
.cta-band p,
.float-card p,
.panel-note {
  color: var(--muted);
}

.section-dark .why-copy p,
.section-dark .why-card p {
  color: rgba(255, 248, 242, 0.78);
}

.hero-text,
.section-heading p,
.why-copy p,
.contact-copy p,
.cta-band p {
  max-width: 60ch;
  margin-top: 20px;
  font-size: 1.05rem;
}

.hero-description-pill .hero-text {
  max-width: none;
  margin-top: 0;
}

.hero-power-source {
  --hero-feed-left: calc(44px - ((100vw - var(--container)) / 2));
  --hero-feed-width: calc(((100vw - var(--container)) / 2) - 44px);
  --hero-feed-travel: calc(var(--hero-feed-width) - 24px);
  position: relative;
  width: 178px;
  margin: 0;
}

.hero-power-logo {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 178px;
  aspect-ratio: 1;
  border-radius: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(13, 19, 33, 0.08);
  box-shadow:
    0 26px 54px rgba(13, 19, 33, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  color: var(--ink);
}

.hero-power-logo svg {
  width: 118px;
  height: 132px;
}

.hero-power-link {
  position: absolute;
  left: var(--hero-feed-left);
  top: calc(100% - 34px);
  width: var(--hero-feed-width);
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(13, 19, 33, 0.98), rgba(36, 48, 70, 0.98));
  box-shadow: 10px 0 18px rgba(255, 75, 18, 0.06);
}

.hero-power-junction {
  position: absolute;
  left: calc(var(--hero-feed-left) - 14px);
  top: calc(100% - 43px);
  z-index: 4;
  width: 32px;
  height: 30px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, #ffd766, #ffb224);
  border: 2px solid rgba(255, 120, 22, 0.92);
  box-shadow:
    0 8px 18px rgba(255, 140, 35, 0.28),
    inset 0 1px 0 rgba(255, 248, 215, 0.9);
}

.hero-power-junction::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -24px;
  width: 10px;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffd766, #ffb224);
  border-left: 2px solid rgba(255, 120, 22, 0.7);
  border-right: 2px solid rgba(255, 120, 22, 0.7);
}

.hero-power-junction::after {
  content: "";
  position: absolute;
  inset: 7px 6px 7px 6px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 248, 215, 0.95), rgba(255, 216, 102, 0.28));
  opacity: 0.82;
}

.hero-power-junction-tail {
  position: absolute;
  left: calc(var(--hero-feed-left) - 4px);
  top: calc(100% - 13px);
  z-index: 3;
  width: 8px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffd766, #ffb224);
  border-left: 2px solid rgba(255, 120, 22, 0.7);
  border-right: 2px solid rgba(255, 120, 22, 0.7);
}

.hero-power-endcap {
  position: absolute;
  left: -14px;
  top: calc(100% - 43px);
  z-index: 4;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffd766, #ffb224);
  border: 2px solid rgba(255, 120, 22, 0.92);
  box-shadow:
    0 8px 18px rgba(255, 140, 35, 0.24),
    inset 0 1px 0 rgba(255, 248, 215, 0.9);
}

.hero-power-endcap::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(255, 248, 215, 0.95), rgba(255, 216, 102, 0.28));
  opacity: 0.82;
}

.hero-power-link::before {
  content: none;
}

.hero-power-link::after {
  content: none;
}

.hero-power-orb {
  position: absolute;
  left: calc(var(--hero-feed-left) - 2px);
  top: calc(100% - 39px);
  z-index: 3;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff6df 0%, #ffb067 34%, var(--orange) 66%, rgba(255, 75, 18, 0.24) 100%);
  box-shadow:
    0 0 16px rgba(255, 75, 18, 0.92),
    0 0 34px rgba(255, 75, 18, 0.42);
  animation: hero-feed-run 4.5s linear infinite;
}

@keyframes hero-feed-run {
  0% {
    transform: translateX(0) scale(0.72);
    opacity: 0;
  }

  12% {
    transform: translateX(34px) scale(1);
    opacity: 1;
  }

  82% {
    transform: translateX(calc(var(--hero-feed-travel) - 18px)) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(calc(var(--hero-feed-travel) - 4px)) scale(0.74);
    opacity: 0;
  }
}

.hero-actions,
.cta-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-top: 34px;
}

.hero-trust {
  display: none;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.hero-trust li {
  position: relative;
  padding-left: 22px;
}

.hero-trust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
}

.hero-visual {
  order: 1;
  display: grid;
  justify-items: stretch;
  padding-top: 10px;
}

.visual-shell {
  position: relative;
  width: 100%;
  min-height: auto;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 28px;
  overflow: visible;
}

.visual-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}

.visual-glow-large {
  inset: 0 auto auto 10%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 75, 18, 0.18), transparent 68%);
}

.visual-glow-small {
  inset: auto 2% 6% auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(13, 19, 33, 0.14), transparent 68%);
}

.brand-panel,
.routing-card,
.service-card,
.why-card,
.coverage-card,
.contact-card,
.contact-copy,
.cta-band,
.float-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.brand-panel {
  position: relative;
  inset: auto;
  width: 100%;
  min-height: 430px;
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82)),
    linear-gradient(135deg, rgba(255, 75, 18, 0.08), rgba(13, 19, 33, 0.05));
}

.panel-tags {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.panel-tag {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
}

.panel-note {
  margin: 16px 0 0;
  font-size: 0.94rem;
}

.float-card {
  display: none;
}

.float-card span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.float-card p {
  margin: 10px 0 0;
  font-size: 0.95rem;
}

.float-card-dark {
  right: 4px;
  bottom: 108px;
  background: rgba(13, 19, 33, 0.96);
  border-color: rgba(255, 255, 255, 0.08);
  color: #fff8f2;
}

.float-card-dark span {
  color: rgba(255, 159, 129, 0.84);
}

.float-card-dark p {
  color: rgba(255, 248, 242, 0.74);
}

.float-card-orange {
  right: -18px;
  top: 28px;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  border-color: transparent;
  color: #ffffff;
}

.float-card-orange span,
.float-card-orange p {
  color: rgba(255, 255, 255, 0.9);
}

.routing-grid,
.service-grid,
.why-grid,
.coverage-grid,
.contact-grid {
  display: grid;
  gap: 18px;
}

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

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

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

.routing-card,
.service-card,
.why-card,
.coverage-card,
.contact-card,
.contact-copy,
.cta-band {
  padding: 28px;
}

.routing-card h3,
.service-card h3,
.why-card h3,
.coverage-card h3,
.contact-card h3 {
  margin-top: 16px;
}

.routing-card p,
.service-card p,
.why-card p,
.coverage-card p,
.contact-card span {
  margin: 12px 0 0;
}

.service-card,
.coverage-card,
.contact-card {
  background: rgba(255, 255, 255, 0.92);
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 75, 18, 0.16), transparent 66%);
}

.section-dark .why-card {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.cta-band {
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 20px;
  align-items: center;
  margin-top: 28px;
  background:
    linear-gradient(135deg, rgba(13, 19, 33, 0.98), rgba(24, 34, 54, 0.96)),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.06));
  border-color: rgba(255, 255, 255, 0.06);
  color: #fff8f2;
}

.cta-band h3,
.cta-band p {
  color: #fff8f2;
}

.why-layout .cta-band {
  grid-column: 1 / -1;
}

.cta-band-soft {
  margin-top: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 241, 0.92)),
    linear-gradient(135deg, rgba(255, 75, 18, 0.08), rgba(13, 19, 33, 0.05));
  border-color: rgba(13, 19, 33, 0.08);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.cta-band-soft h3,
.cta-band-soft p {
  color: var(--ink);
}

.cta-band-soft .section-kicker {
  color: var(--orange);
}

.contact-shell {
  align-items: stretch;
}

.contact-stack {
  display: grid;
  gap: 18px;
}

.contact-note {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 20px;
  background: var(--orange-soft);
  color: var(--ink) !important;
}

.contact-card {
  display: block;
  min-height: 0;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.contact-card:hover,
.contact-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 75, 18, 0.34);
  box-shadow: 0 24px 50px rgba(255, 75, 18, 0.12);
}

.contact-map-card {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.contact-map-frame {
  min-height: 320px;
  border-bottom: 1px solid rgba(13, 19, 33, 0.08);
}

.contact-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block;
}

.contact-map-copy {
  padding: 22px 24px 24px;
}

.contact-map-copy h3 {
  margin-top: 12px;
  font-size: 1.35rem;
  line-height: 1.1;
}

.contact-map-link {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  font-weight: 800;
  color: var(--orange);
}

.site-footer {
  padding: 30px 0 42px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

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

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

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

  .site-nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    display: none;
    flex-direction: column;
    gap: 12px;
    min-width: 220px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(13, 19, 33, 0.96);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-cta {
    display: none;
  }

  .hero-grid,
  .why-layout,
  .contact-shell,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    justify-items: start;
    padding-top: 0;
  }

  .visual-shell {
    width: 100%;
    min-height: auto;
  }

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

@media (max-width: 760px) {
  .page-cables {
    width: 104px;
    opacity: 0.42;
  }

  .cable-main {
    left: 20px;
  }

  .cable-blue {
    left: 30px;
    width: 4px;
  }

  .cable-offset {
    left: 50px;
  }

  .cable-thin {
    left: 74px;
  }

  .cable-node {
    width: 70px;
    left: 10px;
  }

  .branch-upper,
  .branch-middle,
  .branch-orb,
  .cable-fault,
  .fault-spark {
    display: none;
  }

  .orb-main {
    left: 13px;
    width: 20px;
    height: 20px;
  }

  .orb-offset {
    left: 43px;
    width: 14px;
    height: 14px;
  }

  .orb-blue {
    left: 26px;
    width: 12px;
    height: 12px;
  }

  .section {
    padding: 86px 0;
  }

  .site-header {
    inset: 12px 12px auto;
    padding: 12px 14px;
    gap: 12px;
  }

  .brand-copy small {
    display: none;
  }

  .hero {
    padding-top: 132px;
  }

  .hero-power-source {
    --hero-feed-left: -182px;
    --hero-feed-width: 182px;
    --hero-feed-travel: 162px;
    width: 132px;
    margin: 0;
  }

  .hero-power-logo {
    width: 132px;
    border-radius: 28px;
  }

  .hero-power-logo svg {
    width: 86px;
    height: 96px;
  }

  .hero-power-link {
    height: 12px;
    top: calc(100% - 24px);
  }

  .hero-power-junction {
    left: calc(var(--hero-feed-left) - 10px);
    top: calc(100% - 31px);
    width: 24px;
    height: 22px;
    border-radius: 9px;
  }

  .hero-power-junction::before {
    top: -18px;
    width: 8px;
    height: 18px;
  }

  .hero-power-junction::after {
    inset: 5px;
    border-radius: 6px;
  }

  .hero-power-junction-tail {
    left: calc(var(--hero-feed-left) - 3px);
    top: calc(100% - 13px);
    width: 6px;
    height: 14px;
  }

  .hero-power-endcap {
    left: -10px;
    top: calc(100% - 31px);
    width: 22px;
    height: 22px;
    border-radius: 8px;
  }

  .hero-power-endcap::after {
    inset: 4px;
    border-radius: 5px;
  }

  .hero-power-link::before {
    content: none;
  }

  .hero-power-link::after {
    content: none;
  }

  .hero-power-orb {
    top: calc(100% - 28px);
    width: 18px;
    height: 18px;
  }

  .button {
    width: 100%;
  }

  .hero-actions,
  .cta-band-actions {
    flex-direction: column;
  }

  .routing-grid,
  .service-grid,
  .why-grid,
  .coverage-grid,
  .contact-grid,
  .footer-row {
    grid-template-columns: 1fr;
    display: grid;
  }

  .visual-shell {
    min-height: auto;
  }

  .brand-panel,
  .routing-card,
  .service-card,
  .why-card,
  .coverage-card,
  .contact-card,
  .contact-copy,
  .cta-band,
  .float-card {
    padding: 22px;
  }

  .brand-panel {
    width: 100%;
    min-height: auto;
  }

  @keyframes hero-feed-run {
    0% {
      transform: translateX(0) scale(0.72);
      opacity: 0;
    }

    12% {
      transform: translateX(30px) scale(1);
      opacity: 1;
    }

    82% {
      transform: translateX(calc(var(--hero-feed-travel) - 10px)) scale(1);
      opacity: 1;
    }

    100% {
      transform: translateX(calc(var(--hero-feed-travel) - 2px)) scale(0.74);
      opacity: 0;
    }
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

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