@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Orbitron:wght@500;700;800&display=swap");

:root {
  --bg0: #000508;
  --bg1: #001133;
  --bg2: #000814;
  --bg3: #001a0a;
  --p: #00ffff;
  --a: #88ffff;
  --line: rgba(0, 255, 255, 0.18);
  --line-strong: rgba(136, 255, 255, 0.34);
  --text: #f4fbff;
  --muted: #bbd7df;
  --soft: #7ea2af;
  --panel: rgba(0, 0, 0, 0.52);
  --panel-strong: rgba(1, 10, 18, 0.78);
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.42);
  --shadow-soft: 0 18px 42px rgba(0, 0, 0, 0.24);
  --max-width: 1260px;
  --radius-sm: 18px;
  --radius-md: 28px;
  --radius-lg: 42px;
  --display: "Orbitron", "Segoe UI Variable Display", "Bahnschrift", sans-serif;
  --body: "Manrope", "Segoe UI Variable Text", "Aptos", "Segoe UI", sans-serif;
  --hero-stage-shift: 0.9rem;
}

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

html {
  scroll-behavior: smooth;
}

body.home-page {
  --body: var(--display);
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: var(--body);
  line-height: 1.65;
  background:
    linear-gradient(180deg,
      #000000 0%,
      #000000 22%,
      #000206 46%,
      #03111a 70%,
      #0a2a38 88%,
      #123c4b 100%);
}

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

.home-shell {
  position: relative;
  overflow: hidden;
}

main {
  position: relative;
}

main::before {
  content: "";
  position: absolute;
  inset: 58rem 0 auto;
  height: 118rem;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 18%, rgba(136, 255, 255, 0.08), transparent 26%),
    radial-gradient(circle at 80% 42%, rgba(0, 255, 255, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(22, 60, 75, 0.22) 62%, rgba(22, 60, 75, 0.38) 100%);
  opacity: 0.95;
}

.page-glow {
  position: fixed;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  filter: blur(120px);
  pointer-events: none;
  opacity: 0.12;
}

.page-glow-one {
  right: -7rem;
  top: -8rem;
  background: rgba(0, 255, 255, 0.12);
}

.page-glow-two {
  left: -8rem;
  bottom: -2rem;
  background: rgba(136, 255, 255, 0.2);
}

.hero-nav-bar,
.hero-section,
.hero-stats-divider,
.stats-section,
.proof-strip,
.content-section {
  width: min(calc(100% - 2rem), var(--max-width));
  margin-inline: auto;
}

.hero-nav-bar {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.45rem;
  padding: 9px 26px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(0, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  box-shadow: 0 0 18px rgba(0, 255, 255, 0.1);
  width: min(1100px, calc(100vw - 24px));
  will-change: transform, opacity;
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.hero-nav-bar.is-nav-elevated {
  background: rgba(0, 0, 0, 0.72);
  border-color: rgba(128, 220, 255, 0.22);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(0, 255, 255, 0.1);
}

.hero-nav-bar.is-nav-hidden {
  transform: translate(-50%, calc(-100% - 20px));
  opacity: 0;
  pointer-events: none;
}

.hero-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.35rem;
  margin-right: 1.45rem;
  flex: 0 0 auto;
}

.hero-brand::after {
  content: none;
}

.brand-dot {
  display: none;
}

.brand-lockup {
  display: grid;
  width: 7.2ch;
  margin: 0;
  justify-items: center;
  text-align: center;
  line-height: 1.03;
  text-transform: uppercase;
  letter-spacing: 0.105em;
  font-family: var(--display);
}

.brand-lockup strong {
  display: block;
  font-size: 1.22rem;
  font-weight: 800;
}

.brand-lockup span:last-child {
  display: block;
  color: var(--muted);
  font-size: 0.98rem;
}

.hero-nav {
  display: flex;
  justify-content: center;
  gap: 1.15rem;
  flex-wrap: wrap;
  color: rgba(186, 214, 228, 0.74);
  font-family: var(--body);
  font-size: 0.93rem;
  letter-spacing: 0.01em;
  flex: 1 1 auto;
  min-width: 0;
}

.hero-nav a {
  position: relative;
  transition: color 180ms ease, text-shadow 180ms ease;
}

.hero-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.45rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 255, 255, 0.9), rgba(67, 118, 255, 0.92) 52%, rgba(131, 92, 255, 0.85));
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: center;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero-nav a.active,
.hero-nav a:hover,
.hero-nav a:focus-visible {
  color: rgba(238, 249, 255, 0.98);
  text-shadow:
    0 0 16px rgba(0, 209, 255, 0.18),
    0 0 24px rgba(72, 91, 255, 0.1);
}

.hero-nav a.active::after,
.hero-nav a:hover::after,
.hero-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.mobile-nav-toggle {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid rgba(208, 228, 240, 0.14);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(18, 24, 34, 0.92), rgba(8, 12, 18, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 20px rgba(0, 0, 0, 0.18);
  color: rgba(238, 249, 255, 0.92);
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.mobile-nav-toggle:hover,
.mobile-nav-toggle:focus-visible {
  border-color: rgba(208, 228, 240, 0.22);
  background: linear-gradient(180deg, rgba(24, 31, 43, 0.96), rgba(10, 15, 22, 0.99));
}

.mobile-nav-toggle-lines,
.mobile-nav-toggle-lines::before,
.mobile-nav-toggle-lines::after {
  display: block;
  width: 1rem;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.mobile-nav-toggle-lines {
  position: relative;
}

.mobile-nav-toggle-lines::before,
.mobile-nav-toggle-lines::after {
  content: "";
  position: absolute;
  left: 0;
}

.mobile-nav-toggle-lines::before {
  transform: translateY(-0.3rem);
}

.mobile-nav-toggle-lines::after {
  transform: translateY(0.3rem);
}

.hero-nav-bar.is-mobile-nav-open .mobile-nav-toggle-lines {
  background: transparent;
}

.hero-nav-bar.is-mobile-nav-open .mobile-nav-toggle-lines::before {
  transform: translateY(0) rotate(45deg);
}

.hero-nav-bar.is-mobile-nav-open .mobile-nav-toggle-lines::after {
  transform: translateY(0) rotate(-45deg);
}

.nav-cta {
  min-height: 1.58rem;
  padding-inline: 0.62rem;
  margin-left: 1.2rem;
  flex: 0 0 auto;
  border-radius: 10px;
  font-size: 0.61rem;
  letter-spacing: 0.06em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(9, 16, 26, 0.52),
    0 10px 20px rgba(0, 0, 0, 0.2),
    0 0 14px rgba(0, 240, 255, 0.08);
}

.hero-control-stack {
  --scene-control-accent: rgba(148, 232, 255, 0.96);
  --scene-control-accent-soft: rgba(92, 166, 255, 0.3);
  --scene-control-glow: rgba(108, 192, 226, 0.22);
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 18px;
  top: auto;
  transform: translateX(-50%);
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 0.24rem 0.28rem;
  border-radius: 13px;
  background:
    linear-gradient(180deg, rgba(10, 18, 30, 0.86), rgba(5, 10, 18, 0.82));
  border: 1px solid rgba(208, 228, 240, 0.16);
  backdrop-filter: blur(10px);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 22px rgba(92, 176, 228, 0.05);
  transition:
    transform 220ms ease,
    opacity 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.hero-control-stack.frame-trace-card .frame-trace-overlay {
  z-index: 0;
}

.hero-control-stack.frame-trace-card .frame-trace-path-glow {
  stroke: rgba(198, 222, 235, 0.16);
  opacity: 0.12;
}

.hero-control-stack.frame-trace-card .frame-trace-path-line {
  stroke: rgba(168, 198, 216, 0.34);
  opacity: 0.44;
}

.hero-control-stack.frame-trace-card.is-frame-trace-complete .frame-trace-path-glow {
  opacity: 0.11;
}

.hero-control-stack.frame-trace-card.is-frame-trace-complete .frame-trace-path-line {
  opacity: 0.44;
}

.hero-control-stack.frame-trace-card > *:not(.frame-trace-overlay) {
  position: relative;
  z-index: 1;
}

.hero-control {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-grid;
  place-items: center;
  width: 2.04rem;
  min-width: 2.04rem;
  height: 2.04rem;
  padding: 0;
  border-radius: 8px;
  --control-fill: linear-gradient(180deg, rgba(24, 34, 48, 0.99), rgba(8, 12, 22, 1));
  --control-edge: linear-gradient(
    120deg,
    rgba(230, 240, 246, 0.52),
    rgba(124, 182, 255, 0.24) 36%,
    rgba(106, 228, 255, 0.18) 68%,
    rgba(255, 255, 255, 0.1)
  );
  border: 1px solid transparent;
  background:
    var(--control-fill) padding-box,
    var(--control-edge) border-box;
  background-size: 100% 100%, 180% 180%;
  background-position: 0 0, 0% 50%;
  color: rgba(224, 236, 244, 0.82);
  cursor: pointer;
  backdrop-filter: blur(8px);
  box-shadow:
    inset 0 1px 0 rgba(236, 244, 250, 0.1),
    inset 0 -1px 0 rgba(56, 86, 116, 0.32),
    0 8px 16px rgba(0, 0, 0, 0.18),
    0 0 12px rgba(88, 176, 220, 0.04);
  opacity: 0.78;
  animation: none;
  transition: transform 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.hero-control::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 8px;
  background:
    linear-gradient(108deg, rgba(255, 255, 255, 0) 20%, rgba(240, 248, 252, 0.22) 46%, rgba(136, 226, 248, 0.12) 56%, rgba(255, 255, 255, 0) 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02) 38%, rgba(255, 255, 255, 0));
  background-size: 220% 100%, 100% 100%;
  background-position: 130% 0, 0 0;
  opacity: 0.72;
  pointer-events: none;
  transition: background-position 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
}

.hero-control:hover,
.hero-control:focus-visible,
.hero-control.active {
  --control-fill: linear-gradient(180deg, rgba(26, 42, 58, 0.995), rgba(8, 12, 24, 1));
  color: rgba(248, 252, 255, 0.98);
  opacity: 0.98;
  background-position: 0 0, 100% 50%;
  box-shadow:
    inset 0 1px 0 rgba(242, 248, 252, 0.18),
    inset 0 -1px 0 rgba(100, 156, 198, 0.28),
    0 10px 20px rgba(0, 0, 0, 0.22),
    0 0 18px rgba(118, 190, 222, 0.12);
}

.hero-control.active {
  --control-fill: linear-gradient(180deg, rgba(22, 38, 54, 0.995), rgba(8, 12, 24, 1));
  --control-edge: linear-gradient(
    120deg,
    color-mix(in srgb, var(--scene-control-accent) 76%, white 24%),
    color-mix(in srgb, var(--scene-control-accent-soft) 72%, rgba(96, 140, 255, 0.2) 28%) 34%,
    rgba(255, 255, 255, 0.1)
  );
  color: color-mix(in srgb, var(--scene-control-accent) 74%, white 26%);
  box-shadow:
    inset 0 1px 0 rgba(248, 252, 255, 0.18),
    inset 0 -1px 0 color-mix(in srgb, var(--scene-control-accent) 34%, rgba(36, 56, 74, 0.72)),
    0 10px 18px rgba(0, 0, 0, 0.22),
    0 0 18px var(--scene-control-glow);
}

.hero-control:hover::before,
.hero-control:focus-visible::before,
.hero-control.active::before {
  background-position: -26% 0, 0 0;
  opacity: 0.84;
}

.hero-control.pulse {
  transform: scale(0.98);
}

.hero-control-glyph {
  position: relative;
  display: inline-block;
  color: currentColor;
}

.hero-control-glyph::before,
.hero-control-glyph::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 999px;
  background: currentColor;
}

.hero-control-glyph-next {
  width: 0.62rem;
  height: 0.62rem;
}

.hero-control-glyph-next::before,
.hero-control-glyph-next::after {
  width: 0.36rem;
  height: 1.4px;
  right: 0.035rem;
}

.hero-control-glyph-next::before {
  top: 0.2rem;
  transform: rotate(38deg);
}

.hero-control-glyph-next::after {
  bottom: 0.2rem;
  transform: rotate(-38deg);
}

.hero-control-glyph-trails {
  width: 0.7rem;
  height: 0.42rem;
}

.hero-control-glyph-trails::before {
  left: 0;
  top: 0.02rem;
  width: 0.7rem;
  height: 1.35px;
  box-shadow:
    0 0 8px rgba(146, 208, 236, 0.12),
    0 0.18rem 0 currentColor,
    0 0.36rem 0 currentColor;
}

.hero-control-glyph-trails::after {
  display: none;
}

.hero-control-glyph-glow {
  width: 0.62rem;
  height: 0.62rem;
  border: 1.15px solid currentColor;
  border-radius: 999px;
  box-shadow:
    0 0 8px rgba(118, 190, 222, 0.1),
    inset 0 0 8px rgba(118, 190, 222, 0.04);
}

.hero-control-glyph-glow::before {
  inset: 50% auto auto 50%;
  width: 0.17rem;
  height: 0.17rem;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  box-shadow: 0 0 8px rgba(118, 190, 222, 0.14);
}

.hero-control-glyph-glow::after {
  display: none;
}

.hero-lock-toggle {
  margin-left: 0.04rem;
}

.hero-lock-icon {
  position: relative;
  z-index: 1;
  width: 0.82rem;
  height: 0.82rem;
  display: inline-block;
  color: rgba(244, 250, 255, 0.98);
}

.hero-lock-shackle {
  position: absolute;
  left: 50%;
  top: 0.02rem;
  width: 0.5rem;
  height: 0.36rem;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 0.38rem 0.38rem 0 0;
  transform: translateX(-50%) translateY(0);
  transform-origin: 18% 100%;
  opacity: 0.96;
  transition:
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease,
    color 180ms ease;
}

.hero-lock-body {
  position: absolute;
  left: 50%;
  bottom: 0.03rem;
  width: 0.62rem;
  height: 0.48rem;
  border: 1.5px solid currentColor;
  border-radius: 0.16rem 0.16rem 0.18rem 0.18rem;
  transform: translateX(-50%);
  opacity: 0.9;
  transition:
    opacity 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.hero-lock-toggle.active .hero-lock-icon {
  color: rgba(248, 252, 255, 0.98);
}

.hero-lock-toggle:not(.active) .hero-lock-shackle {
  transform: translateX(-50%) rotate(16deg) translate(0.035rem, -0.11rem);
  opacity: 0.96;
}

.hero-lock-toggle.active .hero-lock-body {
  opacity: 1;
  box-shadow:
    0 0 10px rgba(0, 209, 255, 0.12),
    0 0 18px rgba(72, 91, 255, 0.06);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 2.82rem;
  padding: 0 1.1rem;
  border-radius: 11px;
  --button-fill: linear-gradient(180deg, rgba(9, 16, 28, 0.985), rgba(4, 8, 16, 0.995));
  --button-edge: linear-gradient(
    120deg,
    rgba(214, 226, 234, 0.42),
    rgba(126, 154, 176, 0.16) 38%,
    rgba(86, 112, 138, 0.08) 72%,
    rgba(255, 255, 255, 0.08)
  );
  border: 1px solid transparent;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)) padding-box,
    var(--button-fill) padding-box,
    var(--button-edge) border-box;
  background-size: 100% 100%, 100% 100%, 180% 180%;
  background-position: 0 0, 0 0, 0% 50%;
  color: rgba(238, 245, 250, 0.96);
  font-family: var(--body);
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(242, 247, 250, 0.08),
    inset 0 -1px 0 rgba(34, 46, 58, 0.42),
    0 10px 18px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.02);
  text-shadow:
    0 0 6px rgba(255, 255, 255, 0.05);
  animation: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 10px;
  background:
    linear-gradient(108deg, rgba(255, 255, 255, 0) 24%, rgba(244, 249, 252, 0.16) 46%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(180deg, rgba(248, 251, 252, 0.1), rgba(255, 255, 255, 0.012) 34%, rgba(0, 0, 0, 0.08) 100%),
    radial-gradient(circle at 18% 16%, rgba(176, 198, 214, 0.06), transparent 24%);
  background-size: 220% 100%, 100% 100%, 100% 100%;
  background-position: 130% 0, 0 0, 0 0;
  opacity: 0.82;
  pointer-events: none;
  transition:
    background-position 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease;
}

.button::after {
  content: "";
  position: absolute;
  left: 0.64rem;
  right: 0.64rem;
  bottom: 0.46rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(162, 188, 206, 0.22), rgba(88, 120, 146, 0.1), transparent);
  opacity: 0.62;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  background-position: 0 0, 0 0, 100% 50%;
  box-shadow:
    inset 0 1px 0 rgba(248, 252, 255, 0.12),
    inset 0 -1px 0 rgba(74, 110, 140, 0.3),
    0 12px 20px rgba(0, 0, 0, 0.22),
    0 0 14px rgba(120, 186, 214, 0.07);
  color: rgba(250, 253, 255, 1);
}

.button:hover::before,
.button:focus-visible::before {
  background-position: -24% 0, 0 0, 0 0;
  opacity: 0.92;
}

.button:hover::after,
.button:focus-visible::after {
  opacity: 0.88;
  transform: translateX(0.12rem);
}

.button-primary {
  --button-fill: linear-gradient(180deg, rgba(14, 32, 56, 0.995), rgba(5, 10, 20, 1));
  --button-edge: linear-gradient(
    120deg,
    rgba(214, 236, 246, 0.54),
    rgba(106, 176, 220, 0.28) 34%,
    rgba(82, 120, 164, 0.14) 68%,
    rgba(255, 255, 255, 0.1)
  );
  color: #f8fdff;
}

.button-secondary {
  --button-fill: linear-gradient(180deg, rgba(8, 12, 20, 0.99), rgba(3, 6, 12, 0.998));
  --button-edge: linear-gradient(
    120deg,
    rgba(182, 198, 208, 0.2),
    rgba(92, 112, 132, 0.12) 48%,
    rgba(255, 255, 255, 0.06)
  );
  color: rgba(214, 226, 234, 0.88);
}

@keyframes prismBorderShift {
  0% {
    background-position: 0 0, 0% 50%;
  }
  50% {
    background-position: 0 0, 100% 50%;
  }
  100% {
    background-position: 0 0, 0% 50%;
  }
}

.topbar-cta {
  min-height: 2.9rem;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6.5rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.hero-reference {
  isolation: isolate;
}

.hero-reference::before {
  content: "";
  position: absolute;
  inset: 6% 18% 14%;
  pointer-events: none;
  background:
    radial-gradient(circle at 56% 40%, rgba(90, 214, 255, 0.16), transparent 24%),
    radial-gradient(circle at 56% 50%, rgba(0, 255, 255, 0.06), transparent 30%);
  filter: blur(42px);
  z-index: 0;
}

.hero-reference::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at center, transparent 34%, rgba(0, 0, 0, 0.2) 88%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.26), transparent 26%, transparent 72%, rgba(0, 0, 0, 0.14)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), transparent 22%, transparent 78%, rgba(0, 0, 0, 0.24));
  z-index: 2;
}

#hero-stage,
.hero-grid-overlay,
.hero-circuit-lines,
.hero-scan-line {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#hero-stage {
  inset: var(--hero-stage-shift) 0 calc(var(--hero-stage-shift) * -1);
  z-index: 0;
}

#hero-stage canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.hero-grid-overlay {
  z-index: 1;
  opacity: 0.028;
  background-image:
    linear-gradient(rgba(0, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 64px 64px;
  animation: gridShift 16s linear infinite;
  mix-blend-mode: screen;
}

.hero-circuit-lines {
  z-index: 1;
  opacity: 0.028;
  background-image:
    linear-gradient(45deg, transparent 46%, rgba(0, 255, 255, 0.18) 47%, rgba(0, 255, 255, 0.18) 48%, transparent 49%),
    linear-gradient(-45deg, transparent 46%, rgba(0, 136, 255, 0.16) 47%, rgba(0, 136, 255, 0.16) 48%, transparent 49%);
  background-size: 180px 180px;
  animation: circuitFlow 12s linear infinite;
  mix-blend-mode: screen;
}

.hero-scan-line {
  display: none;
}

.eyebrow,
.micro-label,
.mini-key {
  display: inline-flex;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  font-family: var(--body);
  font-weight: 700;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--a);
  letter-spacing: 0.06em;
  font-size: 0.72rem;
}

.micro-label,
.mini-key {
  color: var(--soft);
}

h1,
h2,
h3 {
  margin: 0;
}

h1 {
  font-family: var(--display);
  width: fit-content;
  max-width: min(100%, calc(100vw - 12rem));
  margin-inline: auto;
  font-size: clamp(1.8rem, 5.8vw, 6.4rem);
  line-height: 0.94;
  letter-spacing: 0.012em;
  white-space: nowrap;
  text-align: center;
  text-shadow:
    0 0 18px rgba(110, 228, 255, 0.4),
    0 0 56px rgba(0, 255, 255, 0.16);
  margin-bottom: 0.2rem;
}

h2 {
  font-family: var(--body);
  max-width: 12ch;
  font-size: clamp(2rem, 3.1vw, 3.08rem);
  line-height: 1.03;
  letter-spacing: 0.012em;
  font-weight: 700;
  text-shadow: none;
}

h3 {
  font-family: var(--body);
  font-size: 1.12rem;
  line-height: 1.28;
  letter-spacing: 0.012em;
  font-weight: 700;
}

.hero-copy h1,
.stats-heading-block h2,
.story-panel-copy h2,
.section-header h2,
.pathway-card h2,
.story-value-item h3,
.story-service-item h3,
.showcase-lead-copy h3,
.showcase-secondary-copy h3,
.project-body h3,
.faq-card summary {
  text-transform: capitalize;
}

.final-cta-card h2 {
  text-transform: capitalize;
  letter-spacing: 0.028em;
}

.title-reveal-line-mask {
  display: block;
  overflow: hidden;
  padding-bottom: 0.08em;
  margin-bottom: -0.08em;
  perspective: 1400px;
  transform-style: preserve-3d;
}

.title-reveal-line {
  display: block;
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  opacity: 1;
}

.hero-copy h1 .title-reveal-line-mask {
  padding-bottom: 0.1em;
  margin-bottom: -0.1em;
}

.accent-line {
  display: block;
  width: 3.15rem;
  height: 1px;
  margin: 0 0 0.95rem;
  background: linear-gradient(90deg, rgba(0, 255, 255, 0.78), rgba(86, 112, 255, 0.46), transparent);
  box-shadow: 0 0 14px rgba(0, 209, 255, 0.14);
  opacity: 0.96;
}

.accent-line-center {
  margin-inline: auto;
}

.hero-support,
.section-support,
.panel p,
.project-body p,
.faq-card p,
.proof-strip article span {
  color: var(--muted);
  letter-spacing: 0.02em;
}

.hero-support {
  max-width: 58rem;
  margin: 1.45rem auto 0;
  font-size: clamp(0.88rem, 1.08vw, 1rem);
  line-height: 1.55;
  white-space: nowrap;
}

.hero-actions,
.section-action-center {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.section-action-center {
  justify-content: center;
}

.hero-actions {
  margin-top: 2.15rem;
  justify-content: center;
  gap: 0.68rem;
}

.panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at top left, rgba(136, 255, 255, 0.045), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
    linear-gradient(180deg, rgba(7, 17, 28, 0.86), rgba(4, 9, 17, 0.94));
  border: 1px solid rgba(136, 255, 255, 0.092);
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.015);
  backdrop-filter: blur(18px);
}

.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(136, 255, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.panel::after {
  content: "";
  position: absolute;
  inset: auto 12% 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(136, 255, 255, 0.16), transparent);
  opacity: 0.85;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 5;
  width: min(1180px, calc(100vw - 12rem));
  min-height: calc(100vh - 10rem);
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  pointer-events: none;
  padding: 3.4rem 0 0;
}

.hero-copy::before {
  display: none;
}

.hero-kicker {
  position: relative;
  z-index: 1;
  margin: 0 0 1.3rem;
  color: rgba(198, 224, 232, 0.84);
  font-size: clamp(0.94rem, 1.1vw, 1.08rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-shadow: 0 0 16px rgba(110, 228, 255, 0.08);
}

.hero-copy .button {
  pointer-events: auto;
}

.hero-copy h1,
.hero-copy .hero-actions {
  position: relative;
  z-index: 1;
  max-width: 32rem;
}

.hero-copy h1,
.hero-copy .hero-support {
  text-align: center;
}

.hero-copy .hero-support {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(100%, 58rem);
  margin-inline: auto;
  justify-self: center;
}

.hero-copy h1 {
  width: 100%;
  max-width: min(100%, calc(100vw - 3rem));
  margin-inline: auto;
}

@keyframes brandDotShift {
  0%,
  100% {
    background: #00f5ff;
    box-shadow:
      0 0 12px rgba(0, 245, 255, 0.5),
      0 0 24px rgba(67, 118, 255, 0.18);
  }
  33% {
    background: #4d7cff;
    box-shadow:
      0 0 12px rgba(77, 124, 255, 0.48),
      0 0 24px rgba(0, 245, 255, 0.18);
  }
  66% {
    background: #8f63ff;
    box-shadow:
      0 0 12px rgba(143, 99, 255, 0.46),
      0 0 24px rgba(77, 124, 255, 0.18);
  }
}

.stats-section {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 3.85rem;
  margin-bottom: 3.4rem;
  z-index: 10;
}

.stats-heading-block {
  grid-column: 1 / -1;
  max-width: min(100%, 34rem);
  margin: 0 0 1.7rem;
  text-align: left;
  overflow: visible;
}

.stats-heading-block h2 {
  display: block;
  width: auto;
  max-width: none;
  font-family: var(--body);
  font-size: clamp(1.85rem, 3.2vw, 2.8rem);
  line-height: 1.04;
  letter-spacing: 0.018em;
  font-weight: 700;
  color: rgba(244, 251, 255, 0.96);
  text-shadow: 0 0 18px rgba(111, 214, 255, 0.08);
  white-space: normal;
  overflow: visible;
}

.stats-heading-block p {
  margin: 0 0 0.65rem;
  max-width: 26rem;
  color: rgba(188, 214, 226, 0.82);
  font-size: 0.78rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.stats-heading-block .eyebrow {
  margin: 0 0 0.8rem;
  color: var(--a);
}

.hero-stats-divider {
  position: relative;
  height: 2.8rem;
  margin-top: 0.8rem;
  margin-bottom: 0.55rem;
}

.hero-stats-divider::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(100%, 44rem);
  height: 1px;
  transform: translate(-50%, -50%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(109, 205, 255, 0.18) 14%,
    rgba(151, 233, 255, 0.68) 50%,
    rgba(109, 205, 255, 0.18) 86%,
    transparent
  );
  box-shadow:
    0 0 12px rgba(84, 208, 255, 0.12),
    0 0 28px rgba(84, 208, 255, 0.08);
}

.hero-stats-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7.5rem;
  height: 7.5rem;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(99, 217, 255, 0.12), transparent 68%);
  filter: blur(20px);
  opacity: 0.55;
  pointer-events: none;
}

.stats-card {
  position: relative;
  overflow: hidden;
  padding: 1.2rem 1.25rem 1.12rem;
  min-height: 9.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(136, 255, 255, 0.06), transparent 28%),
    linear-gradient(180deg, rgba(10, 22, 36, 0.82), rgba(5, 11, 20, 0.9));
  border: 1px solid rgba(132, 195, 255, 0.12);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
}

.stats-card .accent-line {
  align-self: center;
  width: 2.85rem;
  margin-bottom: 1rem;
}

.stats-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.stats-card::after {
  content: "";
  position: absolute;
  inset: auto 1.35rem 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 255, 255, 0.3), rgba(86, 112, 255, 0.12), transparent);
  opacity: 0.78;
  pointer-events: none;
}

.stats-card:nth-of-type(1) {
  background:
    radial-gradient(circle at 18% 16%, rgba(0, 255, 255, 0.085), transparent 34%),
    linear-gradient(180deg, rgba(10, 22, 36, 0.84), rgba(5, 11, 20, 0.92));
}

.stats-card:nth-of-type(2) {
  background:
    radial-gradient(circle at 50% 12%, rgba(108, 182, 255, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(10, 22, 36, 0.84), rgba(5, 11, 20, 0.92));
}

.stats-card:nth-of-type(3) {
  background:
    radial-gradient(circle at 82% 16%, rgba(131, 92, 255, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(10, 22, 36, 0.84), rgba(5, 11, 20, 0.92));
}

.stats-card:hover {
  transform: translateY(-3px);
  border-color: rgba(144, 216, 255, 0.18);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 20px rgba(0, 209, 255, 0.05);
}

.stats-label {
  margin: 0.82rem 0 0;
  color: rgba(188, 218, 228, 0.68);
  font-family: var(--body);
  width: 100%;
  max-width: none;
  font-size: clamp(0.66rem, 0.72vw, 0.77rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.006em;
  text-transform: none;
  text-align: center;
  white-space: nowrap;
}

.stats-value-wrap {
  margin-top: 0;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.stats-value {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.08em;
  width: 100%;
  min-width: 2.2ch;
  font-family: var(--display);
  font-size: clamp(2.8rem, 4.6vw, 4.5rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: rgba(244, 251, 255, 0.98);
  text-shadow:
    0 0 14px rgba(110, 228, 255, 0.16),
    0 0 26px rgba(0, 209, 255, 0.08);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  will-change: transform, opacity;
}

.stats-digit-window {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  width: 0.72em;
  height: 1em;
  overflow: hidden;
}

.stats-digit-track {
  display: flex;
  flex-direction: column;
  align-items: center;
  will-change: transform;
  transform: translateY(0);
}

.stats-digit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1em;
}

.stats-suffix {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  padding-left: 0.03em;
  color: rgba(188, 237, 255, 0.94);
  font-size: 0.62em;
  line-height: 1;
  transform: translateY(-0.14em);
}

.stats-value.is-counting .stats-digit-window {
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 20%, #000 36%, #000 68%, rgba(0, 0, 0, 0.72) 84%, transparent 100%);
}

.stats-value.is-finished .stats-digit-window {
  mask-image: none;
}

@media (prefers-reduced-motion: reduce) {
  .stats-digit-track {
    transform: none !important;
  }
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.proof-strip article {
  padding: 1.1rem 1.15rem;
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(136, 255, 255, 0.045), transparent 34%),
    rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(136, 255, 255, 0.09);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.proof-strip strong {
  display: block;
  margin-top: 0.4rem;
  font-family: "Segoe UI Variable Display", "Aptos Display", var(--body);
  font-size: 1rem;
  letter-spacing: -0.01em;
}

.proof-strip article span {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.9rem;
  line-height: 1.5;
}

.content-section {
  position: relative;
  padding-top: 7.35rem;
}

.section-header {
  max-width: 36rem;
  margin-bottom: 2.2rem;
}

.section-support {
  max-width: 24rem;
  margin: 0.72rem 0 0;
  font-size: 0.96rem;
  line-height: 1.62;
}

.explore-section .section-action-center {
  margin-top: 1.7rem;
}

.intro-layout,
.value-grid,
.work-grid,
.services-grid,
.explore-grid {
  display: grid;
  gap: 1rem;
}

.intro-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.value-grid,
.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.explore-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr) minmax(0, 0.9fr);
}

.panel {
  padding: 1.42rem;
}

.intro-card,
.pathway-card,
.final-cta-card {
  padding: 1.5rem;
}

.panel p {
  margin: 0.8rem 0 0;
}

.intro-stack {
  display: grid;
  gap: 1rem;
}

.text-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--a);
  font-family: var(--body);
  font-size: 0.88rem;
  letter-spacing: 0.01em;
  font-weight: 600;
  transition: color 180ms ease, transform 180ms ease, text-shadow 180ms ease;
}

.text-link:hover,
.text-link:focus-visible {
  color: rgba(239, 251, 255, 0.98);
  transform: translateX(2px);
  text-shadow: 0 0 16px rgba(0, 209, 255, 0.12);
}

.value-card h3,
.service-card h3,
.project-body h3,
.intro-card h2,
.pathway-card h2,
.final-cta-card h2 {
  margin-top: 0.4rem;
}

.media-block {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius-md) - 6px);
  background:
    radial-gradient(circle at 18% 18%, rgba(136, 255, 255, 0.18), transparent 22%),
    radial-gradient(circle at 82% 20%, rgba(0, 255, 255, 0.14), transparent 18%),
    linear-gradient(135deg, rgba(1, 14, 24, 0.94), rgba(8, 31, 48, 0.88) 50%, rgba(1, 13, 21, 0.96));
  border: 1px solid rgba(136, 255, 255, 0.1);
  box-shadow: inset 0 0 20px rgba(0, 255, 255, 0.035);
}

.media-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, transparent 16%, rgba(255, 255, 255, 0.12) 48%, transparent 82%);
  transform: translateX(-100%);
  animation: sheen 9s linear infinite;
}

.media-block::after {
  content: attr(data-label);
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(136, 255, 255, 0.1);
  color: var(--muted);
  font-family: var(--body);
  font-size: 0.78rem;
  letter-spacing: 0.01em;
}

.media-wide {
  min-height: 21rem;
}

.media-square {
  min-height: 15rem;
}

.media-tall {
  min-height: 24rem;
}

.project-body {
  padding-top: 1.25rem;
}

.pathway-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto;
  align-items: center;
  gap: 1.5rem;
}

.pathway-action {
  justify-self: end;
}

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

.faq-card {
  padding: 0;
}

.faq-card summary {
  list-style: none;
  cursor: pointer;
  padding: 1.25rem 1.4rem;
  font-family: var(--body);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.012em;
  line-height: 1.35;
}

.faq-card summary::-webkit-details-marker {
  display: none;
}

.faq-card p {
  margin: 0;
  color: rgba(226, 239, 247, 0.96);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  line-height: 1.62;
}

.faq-answer-shell {
  --faq-sheen: rgba(128, 220, 255, 0.05);
  --faq-border: rgba(130, 204, 255, 0.11);
  --faq-trace-glow: rgba(102, 227, 255, 0.3);
  --faq-trace-line: rgba(176, 242, 255, 0.82);
  --faq-trace-glow-rest: 0.16;
  --faq-trace-line-rest: 0.62;
  position: relative;
  margin: 0.7rem 1rem 1rem;
  padding: 1rem 1.1rem 1.05rem;
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 16%, var(--faq-sheen), transparent 32%),
    linear-gradient(180deg, rgba(18, 43, 68, 0.68), rgba(10, 24, 40, 0.82));
  border: 1px solid var(--faq-border);
  box-shadow:
    inset 0 1px 0 rgba(220, 246, 255, 0.05),
    0 10px 22px rgba(0, 0, 0, 0.12);
}

.faq-card:nth-child(1) .faq-answer-shell {
  --faq-sheen: rgba(138, 234, 255, 0.065);
  --faq-border: rgba(146, 224, 255, 0.14);
  --faq-trace-glow: rgba(118, 232, 255, 0.34);
  --faq-trace-line: rgba(186, 245, 255, 0.84);
}

.faq-card:nth-child(2) .faq-answer-shell {
  --faq-sheen: rgba(78, 132, 255, 0.065);
  --faq-border: rgba(112, 160, 255, 0.14);
  --faq-trace-glow: rgba(98, 148, 255, 0.32);
  --faq-trace-line: rgba(166, 206, 255, 0.82);
}

.faq-card:nth-child(3) .faq-answer-shell {
  --faq-sheen: rgba(170, 120, 255, 0.065);
  --faq-border: rgba(178, 148, 255, 0.14);
  --faq-trace-glow: rgba(188, 138, 255, 0.34);
  --faq-trace-line: rgba(218, 190, 255, 0.84);
}

.final-cta-card {
  display: grid;
  gap: 0.2rem;
}

.intro-section h2 {
  max-width: 10ch;
}

.value-section h2 {
  max-width: 11ch;
}

.work-section h2 {
  max-width: 13ch;
}

.work-section {
  margin-top: 0;
  padding-top: 6.75rem;
}

.services-section h2,
.faq-section h2 {
  max-width: 8ch;
}

.explore-section h2 {
  max-width: 12ch;
}

.pathway-card h2,
.final-cta-card h2 {
  max-width: 14ch;
}

.content-section {
  isolation: isolate;
  padding-top: 7.35rem;
}

.bottom-atmosphere-section > *:not(.section-atmosphere) {
  position: relative;
  z-index: 1;
}

.section-atmosphere {
  position: absolute;
  inset: 1.1rem 0 auto;
  height: 18rem;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
  opacity: 0.8;
}

.section-atmosphere::before {
  content: "";
  position: absolute;
  inset: 2.4rem 8% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(142, 220, 255, 0.22), transparent);
  opacity: 0.7;
}

.section-trail,
.section-glow {
  position: absolute;
  display: block;
}

.section-trail {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 255, 255, 0), rgba(122, 220, 255, 0.5) 24%, rgba(98, 124, 255, 0.42) 56%, rgba(0, 255, 255, 0));
  filter: blur(0.25px);
  box-shadow:
    0 0 16px rgba(112, 214, 255, 0.12),
    0 0 28px rgba(72, 91, 255, 0.08);
  opacity: 0.68;
  transform: translate3d(0, 0, 0);
}

.section-trail::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 50%;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(135, 232, 255, 0.26), rgba(135, 232, 255, 0.08) 38%, transparent 72%);
  transform: translateY(-50%);
  filter: blur(8px);
}

.section-glow {
  width: 20rem;
  height: 20rem;
  border-radius: 999px;
  filter: blur(52px);
  opacity: 0.2;
}

.section-atmosphere-faq .section-trail-one {
  top: 4.1rem;
  left: 12%;
  width: 52%;
  animation: footerTrailFloat 18s ease-in-out infinite;
}

.section-atmosphere-faq .section-trail-two {
  top: 7.1rem;
  left: 34%;
  width: 38%;
  opacity: 0.48;
  animation: footerTrailFloat 21s ease-in-out infinite reverse;
}

.section-atmosphere-faq .section-glow-one {
  left: 8%;
  top: 2rem;
  background: radial-gradient(circle, rgba(0, 255, 255, 0.2), rgba(0, 255, 255, 0.08) 42%, transparent 72%);
}

.section-atmosphere-cta {
  inset: -0.2rem 0 auto;
  height: 20rem;
}

.section-atmosphere-cta .section-trail-three {
  top: 4.6rem;
  left: 24%;
  width: 58%;
  animation: footerTrailFloat 20s ease-in-out infinite;
}

.section-atmosphere-cta .section-trail-four {
  top: 8rem;
  left: 10%;
  width: 46%;
  opacity: 0.52;
  animation: footerTrailFloat 24s ease-in-out infinite reverse;
}

.section-atmosphere-cta .section-glow-two {
  right: 8%;
  top: 1rem;
  background: radial-gradient(circle, rgba(92, 128, 255, 0.18), rgba(0, 255, 255, 0.08) 44%, transparent 72%);
}

.content-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  pointer-events: none;
  opacity: 0.62;
  background: linear-gradient(90deg, transparent, rgba(111, 204, 255, 0.18), transparent);
}

.work-section {
  overflow: hidden;
}

#projects-particle-stage {
  position: absolute;
  inset: 2.8rem 0 1.2rem;
  z-index: 0;
  pointer-events: none;
  opacity: 0.94;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.92) 12%, rgba(0, 0, 0, 0.95) 72%, transparent 100%);
}

#projects-particle-stage canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.work-section > *:not(#projects-particle-stage) {
  position: relative;
  z-index: 1;
}

.work-section::after,
.explore-section::after {
  content: "";
  position: absolute;
  inset: 4.5rem 0 auto;
  height: 24rem;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}

.work-section::after {
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 255, 255, 0.08), transparent 26%),
    radial-gradient(circle at 82% 26%, rgba(92, 128, 255, 0.06), transparent 24%);
}

.explore-section::after {
  background:
    radial-gradient(circle at 22% 22%, rgba(131, 92, 255, 0.06), transparent 24%),
    radial-gradient(circle at 76% 18%, rgba(0, 255, 255, 0.06), transparent 22%);
}

.section-header {
  position: relative;
  max-width: 34rem;
  margin-bottom: 1.9rem;
  padding-left: 0;
}

.section-header::before {
  content: "";
  display: block;
  width: 3.4rem;
  height: 1px;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, rgba(0, 255, 255, 0.72), rgba(86, 112, 255, 0.42), rgba(0, 255, 255, 0));
  box-shadow: 0 0 14px rgba(0, 209, 255, 0.14);
}

.panel {
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;
  background:
    linear-gradient(180deg, rgba(10, 21, 34, 0.78), rgba(5, 11, 20, 0.84));
  border-color: rgba(132, 195, 255, 0.12);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.panel::before {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.panel::after {
  inset: 0 auto auto 1.35rem;
  width: 4rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 255, 255, 0.38), rgba(86, 112, 255, 0.16), transparent);
  opacity: 0.8;
}

.intro-card:hover,
.insight-card:hover,
.value-card:hover,
.service-card:hover,
.lead-project:hover,
.side-project:hover,
.stats-card:hover,
.explore-card:hover,
.final-cta-card:hover,
.faq-card:hover,
.proof-card:hover {
  transform: translateY(-3px);
  border-color: rgba(132, 214, 255, 0.18);
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 18px rgba(0, 209, 255, 0.06);
}

.proof-strip {
  gap: 1rem;
  position: relative;
  z-index: 12;
  margin-top: 3.5rem;
  margin-bottom: 5rem;
}

.proof-strip .proof-card {
  padding: 1.35rem;
  border-radius: 22px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  background: linear-gradient(180deg, rgba(10, 21, 34, 0.84), rgba(6, 12, 21, 0.9));
  border: 1px solid rgba(132, 195, 255, 0.12);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.proof-strip .proof-card strong {
  display: block;
  margin-top: 0.55rem;
  font-family: "Segoe UI Variable Display", "Aptos Display", var(--body);
  font-size: 1.04rem;
  line-height: 1.22;
  letter-spacing: -0.015em;
}

.proof-detail {
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.storytelling-shell {
  position: relative;
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 6.4rem auto 5rem;
  isolation: isolate;
}

.storytelling-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(111, 204, 255, 0.18), transparent);
  opacity: 0.62;
  pointer-events: none;
}

.story-stage {
  display: grid;
  gap: 1.1rem;
}

.story-panel {
  min-height: 30rem;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
  align-items: end;
  gap: 1.35rem;
  padding: 1.55rem;
  background:
    linear-gradient(180deg, rgba(9, 19, 32, 0.9), rgba(4, 9, 17, 0.96));
  border-color: rgba(132, 195, 255, 0.14);
  box-shadow:
    0 26px 56px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.story-panel > *:not(.story-ambient-fx):not(.frame-trace-overlay) {
  position: relative;
  z-index: 1;
}

.story-panel-intro {
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 255, 255, 0.07), transparent 28%),
    linear-gradient(180deg, rgba(9, 19, 32, 0.92), rgba(4, 9, 17, 0.97));
}

.story-panel-value {
  background:
    radial-gradient(circle at 84% 18%, rgba(92, 128, 255, 0.085), transparent 30%),
    linear-gradient(180deg, rgba(9, 19, 32, 0.92), rgba(4, 9, 17, 0.97));
}

.story-panel-services {
  background:
    radial-gradient(circle at 80% 18%, rgba(131, 92, 255, 0.07), transparent 30%),
    linear-gradient(180deg, rgba(9, 19, 32, 0.92), rgba(4, 9, 17, 0.97));
}

.story-panel-copy {
  max-width: 35rem;
}

.story-panel-copy .eyebrow {
  margin-bottom: 0.85rem;
}

.story-panel-copy h2 {
  font-size: clamp(2.18rem, 3.25vw, 3.32rem);
  line-height: 0.99;
  max-width: 10.5ch;
}

.story-panel-value .story-panel-copy h2 {
  max-width: 11.5ch;
}

.story-panel-services .story-panel-copy h2 {
  max-width: 10.6ch;
}

.story-title-line {
  width: 4.5rem;
  margin: 0.9rem 0 1.05rem;
}

.story-support {
  margin: 0;
  max-width: 25rem;
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.56;
}

.story-panel-side {
  display: grid;
  align-content: end;
  justify-items: end;
}

.story-note {
  width: min(24rem, 100%);
  padding: 1.15rem 1.2rem;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(9, 19, 32, 0.9), rgba(5, 10, 18, 0.94));
  border: 1px solid rgba(132, 195, 255, 0.12);
}

.story-note-line {
  display: block;
  width: 3rem;
  height: 1px;
  margin-bottom: 0.9rem;
  background: linear-gradient(90deg, rgba(0, 255, 255, 0.72), rgba(86, 112, 255, 0.4), transparent);
}

.story-note p {
  margin: 0;
  max-width: 22ch;
}

.story-value-list,
.story-service-list {
  display: grid;
  gap: 0.95rem;
  width: min(100%, 27rem);
  justify-self: end;
}

.story-value-item,
.story-service-item {
  padding: 1rem 1.05rem 1.05rem;
  border: 1px solid rgba(132, 195, 255, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(11, 24, 40, 0.58), rgba(6, 13, 24, 0.42));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 12px 26px rgba(0, 0, 0, 0.12);
}

.story-item-line {
  width: 2.2rem;
  margin: 0.35rem 0 0.7rem;
}

.story-value-item .micro-label,
.story-service-item .micro-label {
  margin: 0;
}

.story-value-item h3,
.story-service-item h3 {
  max-width: 16ch;
  font-size: 1.06rem;
  line-height: 1.34;
}

.story-panel-intro::before,
.story-panel-value::before,
.story-panel-services::before {
  content: "";
  position: absolute;
  right: 8%;
  top: 12%;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 255, 255, 0.12), transparent 68%);
  filter: blur(28px);
  opacity: 0.62;
  pointer-events: none;
}

.story-panel-value::before {
  background: radial-gradient(circle, rgba(86, 112, 255, 0.14), transparent 68%);
}

.story-panel-services::before {
  background: radial-gradient(circle, rgba(0, 255, 255, 0.08), rgba(86, 112, 255, 0.12) 44%, transparent 72%);
}

.storytelling-shell.is-enhanced {
  z-index: 1;
}

.storytelling-shell.is-enhanced .story-stage {
  position: relative;
  height: calc(100vh - 9rem);
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--radius-md);
  z-index: 1;
  background: linear-gradient(180deg, rgba(5, 10, 18, 0.985), rgba(2, 6, 12, 0.985));
}

.storytelling-shell.is-enhanced .story-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(3, 8, 15, 0.64), rgba(2, 6, 12, 0.82)),
    radial-gradient(circle at 20% 20%, rgba(0, 255, 255, 0.03), transparent 26%);
  box-shadow:
    inset 0 0 0 1px rgba(132, 195, 255, 0.05),
    0 28px 64px rgba(0, 0, 0, 0.24);
  pointer-events: none;
  z-index: 0;
}

.storytelling-shell.is-enhanced .story-panel {
  position: absolute;
  inset: 0;
  min-height: auto;
  pointer-events: none;
  will-change: transform, opacity;
  z-index: 2;
  transform-origin: center center;
}

.storytelling-shell.is-enhanced .story-panel-copy,
.storytelling-shell.is-enhanced .story-panel-side,
.storytelling-shell.is-enhanced .story-value-list,
.storytelling-shell.is-enhanced .story-service-list {
  position: relative;
  z-index: 1;
  will-change: transform, opacity;
  transform: translateZ(0);
}

.storytelling-shell.is-enhanced .story-note,
.storytelling-shell.is-enhanced .story-value-item,
.storytelling-shell.is-enhanced .story-service-item {
  background: rgba(4, 10, 18, 0.34);
  backdrop-filter: blur(10px);
}

.story-ambient-fx {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: inherit;
}

.story-ambient-fx::before,
.story-ambient-fx::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
}

.story-ambient-fx::before {
  background:
    radial-gradient(circle at 76% 28%, rgba(94, 214, 255, 0.12), transparent 18%),
    radial-gradient(circle at 84% 54%, rgba(79, 129, 255, 0.08), transparent 24%);
  opacity: 0.72;
}

.story-ambient-fx::after {
  background: linear-gradient(90deg, rgba(4, 9, 17, 0.04), rgba(4, 9, 17, 0) 28%, rgba(4, 9, 17, 0.12) 100%);
}

.story-ambient-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.storytelling-shell.is-enhanced .story-note {
  box-shadow:
    0 18px 32px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.storytelling-shell.is-enhanced .story-value-item,
.storytelling-shell.is-enhanced .story-service-item {
  padding: 1rem 1rem 0 0;
  border-top-color: rgba(132, 195, 255, 0.14);
}

.intro-layout,
.value-grid,
.work-grid,
.services-grid,
.explore-grid {
  gap: 1.15rem;
}

.intro-card,
.pathway-card,
.final-cta-card {
  padding: 1.7rem;
}

.intro-card h2 {
  max-width: 12ch;
}

.insight-card {
  min-height: 12rem;
  display: grid;
  align-content: end;
}

.insight-card h3,
.value-card h3,
.service-card h3 {
  font-size: 1.18rem;
  line-height: 1.22;
}

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

.value-card p,
.service-card p,
.project-body p {
  max-width: 28ch;
}

.project-body {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.project-meta {
  margin: 0;
  max-width: none;
  color: var(--soft);
  font-size: 0.82rem;
  letter-spacing: 0.03em;
}

.work-section .section-header {
  max-width: 27rem;
}

.work-section .section-support {
  max-width: 22rem;
}

.section-header h2 {
  font-size: clamp(2.18rem, 3.35vw, 3.3rem);
  line-height: 1.01;
}

.showcase-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(20rem, 0.82fr);
  gap: 1.15rem;
  align-items: start;
}

.showcase-lead {
  display: grid;
  gap: 1.15rem;
  align-content: start;
}

.showcase-lead-media-shell,
.showcase-secondary,
.showcase-lead-copy-shell {
  position: relative;
}

.frame-trace-card {
  isolation: isolate;
}

.frame-trace-overlay {
  position: absolute;
  inset: -1px;
  display: block;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  border-radius: inherit;
  overflow: visible;
}

.frame-trace-card.is-frame-trace-ready .frame-trace-overlay,
.frame-trace-card.is-frame-trace-complete .frame-trace-overlay {
  opacity: 1;
}

.frame-trace-svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.frame-trace-path {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.frame-trace-path-glow {
  stroke: var(--frame-trace-glow, rgba(102, 227, 255, 0.52));
  stroke-width: var(--frame-trace-glow-width, 4.8px);
  filter: blur(var(--frame-trace-glow-blur, 5px));
  opacity: var(--frame-trace-glow-opacity, 0.4);
}

.frame-trace-path-line {
  stroke: var(--frame-trace-line, rgba(176, 242, 255, 0.96));
  stroke-width: var(--frame-trace-line-width, 2.2px);
  opacity: var(--frame-trace-line-opacity, 1);
}

.faq-answer-shell .frame-trace-path-glow {
  stroke: var(--faq-trace-glow, rgba(102, 227, 255, 0.46));
}

.faq-answer-shell .frame-trace-path-line {
  stroke: var(--faq-trace-line, rgba(176, 242, 255, 0.92));
}

.frame-trace-card.is-frame-trace-complete .frame-trace-path-glow {
  opacity: var(--frame-trace-glow-rest, 0.3);
}

.frame-trace-card.is-frame-trace-complete .frame-trace-path-line {
  opacity: var(--frame-trace-line-rest, 0.8);
}

.faq-answer-shell.is-frame-trace-complete .frame-trace-path-glow {
  opacity: var(--faq-trace-glow-rest, 0.24);
}

.faq-answer-shell.is-frame-trace-complete .frame-trace-path-line {
  opacity: var(--faq-trace-line-rest, 0.76);
}

.showcase-lead-media-shell {
  padding: 0.88rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 255, 255, 0.09), transparent 28%),
    linear-gradient(180deg, rgba(9, 23, 38, 0.88), rgba(4, 10, 18, 0.94));
  border: 1px solid rgba(136, 255, 255, 0.1);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.showcase-lead-media-shell.frame-trace-card {
  --frame-trace-radius-adjust: -2px;
}

.showcase-lead-media-shell::after,
.showcase-lead-copy-shell::after,
.showcase-secondary::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.showcase-number {
  position: absolute;
  left: 1.15rem;
  top: 1.05rem;
  z-index: 2;
  color: rgba(244, 251, 255, 0.68);
  font-family: var(--display);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.showcase-number-inline {
  position: static;
  margin-bottom: 0.2rem;
}

.showcase-media {
  min-height: 100%;
}

.showcase-media-lead {
  min-height: 31rem;
  border-radius: 28px;
}

.showcase-lead-copy-shell {
  width: min(34rem, calc(100% - 2rem));
  margin-left: auto;
  margin-top: -6.7rem;
  padding: 1rem;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(7, 17, 29, 0.94), rgba(3, 8, 15, 0.98));
  border: 1px solid rgba(132, 195, 255, 0.12);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.showcase-lead-copy {
  display: grid;
  align-content: start;
  gap: 0.82rem;
  padding: 1rem 1.05rem 1.15rem;
}

.showcase-lead-copy .accent-line,
.showcase-secondary-top .accent-line,
.showcase-secondary-copy .accent-line {
  width: 2.8rem;
  margin-bottom: 0.85rem;
}

.showcase-lead-copy h3 {
  font-size: clamp(1.95rem, 2.9vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  max-width: 8.2ch;
}

.showcase-lead-copy p:last-of-type {
  max-width: 28ch;
  font-size: 0.98rem;
  line-height: 1.65;
}

.showcase-links {
  margin-top: 0.25rem;
}

.showcase-secondary-column {
  display: grid;
  gap: 1.2rem;
  align-items: start;
}

.showcase-secondary {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border-radius: 28px;
  border: 1px solid rgba(132, 195, 255, 0.1);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, box-shadow 260ms ease;
}

.showcase-secondary-top {
  background:
    radial-gradient(circle at 80% 16%, rgba(92, 128, 255, 0.07), transparent 28%),
    linear-gradient(180deg, rgba(8, 20, 34, 0.84), rgba(5, 11, 20, 0.9));
  align-content: start;
  padding-bottom: 1.15rem;
}

.showcase-secondary-top.frame-trace-card {
  --frame-trace-radius-adjust: -2px;
}

.showcase-lead-copy-shell.frame-trace-card,
.showcase-secondary-bottom.frame-trace-card,
.stats-card.frame-trace-card,
.story-panel.frame-trace-card,
.pathway-card.frame-trace-card,
.explore-card.frame-trace-card,
.faq-answer-shell.frame-trace-card,
.final-cta-card.frame-trace-card,
.hero-control-stack.frame-trace-card {
  --frame-trace-radius-adjust: -2px;
}

.showcase-secondary-copy {
  display: grid;
  align-content: start;
  gap: 0.6rem;
  padding: 0.2rem 0.2rem 0.3rem;
}

.showcase-secondary-copy .showcase-number {
  position: static;
  margin-bottom: 0.4rem;
}

.showcase-secondary-top h3,
.showcase-secondary-copy h3 {
  max-width: 14ch;
  font-size: 1.5rem;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.showcase-secondary-top p:last-of-type,
.showcase-secondary-copy p:last-of-type {
  max-width: 24ch;
  line-height: 1.58;
}

.showcase-media-wide {
  min-height: 13.25rem;
  border-radius: 22px;
}

.showcase-media-tall {
  min-height: 19.75rem;
  border-radius: 22px;
}

.showcase-secondary-bottom {
  background:
    radial-gradient(circle at 20% 12%, rgba(131, 92, 255, 0.06), transparent 26%),
    linear-gradient(180deg, rgba(8, 20, 34, 0.84), rgba(5, 11, 20, 0.9));
}

.showcase-lead-media-shell:hover,
.showcase-lead-copy-shell:hover,
.showcase-secondary:hover {
  transform: translateY(-3px);
  border-color: rgba(144, 216, 255, 0.16);
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 18px rgba(0, 209, 255, 0.05);
}

.media-block {
  background-size: 100% 100%;
  animation: none;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.media-block::before {
  opacity: 0;
  transform: translateX(-120%);
  animation: none;
  transition: transform 900ms ease, opacity 260ms ease;
}

.showcase-lead:hover .media-block,
.showcase-secondary:hover .media-block,
.explore-card:hover .media-block {
  transform: translateY(-3px);
  border-color: rgba(132, 214, 255, 0.18);
  box-shadow:
    inset 0 0 24px rgba(0, 255, 255, 0.05),
    0 0 18px rgba(0, 209, 255, 0.05);
}

.showcase-lead:hover .media-block::before,
.showcase-secondary:hover .media-block::before,
.explore-card:hover .media-block::before {
  opacity: 1;
  transform: translateX(150%);
}

.media-alpha-alerts,
.media-price-wise,
.media-3d-sky,
.media-ray-photo,
.media-tiger-photo,
.media-diving-photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.media-alpha-alerts {
  background-image:
    linear-gradient(180deg, rgba(2, 10, 18, 0.18), rgba(2, 10, 18, 0.34)),
    url("media/projects/1alpha-alerts-hero.png");
}

.media-price-wise {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(4, 11, 20, 0.08)),
    url("media/projects/2price-wise-site.png");
  background-position: center top;
}

.media-3d-sky {
  background-image:
    linear-gradient(180deg, rgba(5, 10, 18, 0.1), rgba(5, 10, 18, 0.22)),
    url("media/projects/3d-blockchain-page.png");
  background-position: center center;
}

.media-ray-photo {
  background-image:
    linear-gradient(180deg, rgba(4, 10, 18, 0.06), rgba(4, 10, 18, 0.2)),
    url("media/explore/4-string-ray-photo.JPG");
  background-position: center center;
}

.media-tiger-photo {
  background-image:
    linear-gradient(180deg, rgba(4, 10, 18, 0.06), rgba(4, 10, 18, 0.18)),
    url("media/explore/5tiger-man.JPG");
  background-position: center 32%;
}

.media-diving-photo {
  background-image:
    linear-gradient(180deg, rgba(4, 10, 18, 0.04), rgba(4, 10, 18, 0.18)),
    url("media/explore/6diving-photo.jpg");
  background-position: center 38%;
}

@media (max-width: 1100px) {
  .showcase-layout {
    grid-template-columns: 1fr;
  }

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

  .showcase-lead-copy-shell {
    width: min(34rem, calc(100% - 1.4rem));
    margin-top: -6.4rem;
  }
}

.pathway-card {
  position: relative;
  display: block;
  min-height: clamp(19rem, 40vw, 22.25rem);
  padding: 1px;
  overflow: hidden;
  isolation: isolate;
  border: 0;
  background: none;
  box-shadow:
    0 58px 108px rgba(0, 0, 0, 0.54),
    0 22px 40px rgba(0, 0, 0, 0.26);
  transform: translateZ(0);
  transition:
    box-shadow 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pathway-card.frame-trace-card .frame-trace-overlay {
  inset: 0;
  z-index: 4;
}

.pathway-card.frame-trace-card .frame-trace-path-glow {
  stroke: rgba(116, 208, 228, 0.42);
  stroke-width: 5.6;
  filter: blur(6px);
  opacity: 0.52;
  transition:
    stroke-width 1180ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 1180ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 1180ms cubic-bezier(0.22, 1, 0.36, 1),
    stroke 1180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pathway-card.frame-trace-card .frame-trace-path-line {
  stroke: rgba(229, 236, 242, 0.92);
  stroke-width: 2.1;
  opacity: 0.94;
  transition:
    stroke-width 1180ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 1180ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 1180ms cubic-bezier(0.22, 1, 0.36, 1),
    stroke 1180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pathway-card.frame-trace-card.is-frame-trace-complete .frame-trace-path-glow {
  opacity: 0.3;
}

.pathway-card.frame-trace-card.is-frame-trace-complete .frame-trace-path-line {
  opacity: 0.82;
}

.pathway-card.frame-trace-card.is-pathway-button-ready .frame-trace-path-glow {
  stroke: rgba(214, 228, 238, 0.62);
  stroke-width: 11.2;
  filter: blur(10px);
  opacity: 0.5;
  animation: pathwayFinalEdgeGlow 2280ms cubic-bezier(0.22, 1, 0.36, 1) 1 both;
}

.pathway-card.frame-trace-card.is-pathway-button-ready .frame-trace-path-line {
  stroke: rgba(244, 249, 253, 0.95);
  stroke-width: 4.3;
  opacity: 0.94;
  filter: drop-shadow(0 0 12px rgba(226, 234, 240, 0.18));
  animation: pathwayFinalEdgeLine 2040ms cubic-bezier(0.22, 1, 0.36, 1) 1 both;
}

.pathway-card::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Fine surface grain and subtle metallic panel texture. */
  background:
    radial-gradient(circle at 50% -18%, rgba(242, 246, 250, 0.1), rgba(255, 255, 255, 0) 36%),
    linear-gradient(145deg, rgba(248, 250, 252, 0.06), rgba(255, 255, 255, 0.008) 18%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.02) 68%, rgba(255, 255, 255, 0.028) 100%),
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.006) 0,
      rgba(255, 255, 255, 0.006) 1px,
      rgba(0, 0, 0, 0) 1px,
      rgba(0, 0, 0, 0) 4px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.008) 0,
      rgba(255, 255, 255, 0.008) 1px,
      rgba(0, 0, 0, 0) 1px,
      rgba(0, 0, 0, 0) 6px
    );
  opacity: 0.48;
  transition:
    opacity 1400ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 1400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pathway-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: calc(var(--radius-md) - 1px);
  background:
    radial-gradient(circle at 50% 27%, rgba(176, 186, 198, 0.08), transparent 16%),
    radial-gradient(circle at 18% 22%, rgba(34, 40, 46, 0.14), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(28, 33, 40, 0.12), transparent 24%),
    linear-gradient(138deg, rgba(26, 29, 34, 0.972), rgba(9, 10, 12, 0.994) 44%, rgba(2, 2, 3, 1) 100%),
    linear-gradient(180deg, rgba(14, 16, 19, 0.992), rgba(3, 4, 5, 1));
  box-shadow:
    0 0 0 1px rgba(224, 230, 238, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.046),
    inset 0 0 0 1px rgba(255, 255, 255, 0.012),
    inset 0 -38px 74px rgba(0, 0, 0, 0.44),
    inset 0 14px 28px rgba(24, 28, 34, 0.18),
    inset 0 0 32px rgba(88, 104, 118, 0.06);
  z-index: 0;
  transition:
    background 1500ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 1500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pathway-card.is-pathway-settled::before {
  opacity: 0.62;
}

.pathway-card.is-pathway-settled::after {
  background:
    radial-gradient(circle at 50% 28%, rgba(214, 222, 230, 0.16), transparent 18%),
    radial-gradient(circle at 50% 42%, rgba(122, 138, 154, 0.11), transparent 30%),
    radial-gradient(circle at 20% 22%, rgba(28, 34, 40, 0.1), transparent 28%),
    radial-gradient(circle at 80% 24%, rgba(28, 34, 40, 0.08), transparent 24%),
    linear-gradient(138deg, rgba(30, 33, 38, 0.972), rgba(10, 12, 15, 0.994) 44%, rgba(3, 4, 5, 1) 100%),
    linear-gradient(180deg, rgba(16, 18, 21, 0.992), rgba(4, 4, 5, 1));
  box-shadow:
    0 0 0 1px rgba(236, 242, 248, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.018),
    inset 0 -28px 54px rgba(0, 0, 0, 0.3),
    inset 0 10px 24px rgba(38, 44, 52, 0.2),
    inset 0 0 46px rgba(126, 142, 158, 0.1);
}

.pathway-card > *:not(.frame-trace-overlay) {
  position: relative;
  z-index: 1;
}

.pathway-cinematic-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: clamp(19rem, 40vw, 22.25rem);
  padding: clamp(2rem, 4.6vw, 3rem) clamp(1.4rem, 4.5vw, 3rem) clamp(1.25rem, 3vw, 1.7rem);
}

.pathway-cinematic-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: calc(var(--radius-md) - 1px);
  background:
    linear-gradient(108deg, rgba(255, 255, 255, 0) 16%, rgba(239, 244, 248, 0.12) 44%, rgba(102, 208, 230, 0.09) 52%, rgba(255, 255, 255, 0) 78%);
  background-size: 210% 100%;
  background-position: 135% 0;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  mix-blend-mode: screen;
}

.pathway-cinematic-stage::after {
  content: "";
  position: absolute;
  left: 50%;
  top: clamp(0.9rem, 2vw, 1.1rem);
  width: min(100%, 9rem);
  height: 1px;
  transform: translateX(-50%) scaleX(0.4);
  transform-origin: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(232, 237, 242, 0.94) 50%, rgba(255, 255, 255, 0));
  box-shadow: 0 0 18px rgba(212, 219, 228, 0.12);
  opacity: 0;
  pointer-events: none;
}

.pathway-card.is-pathway-settled .pathway-cinematic-stage::after {
  animation: pathwayTitleAccent 940ms cubic-bezier(0.22, 1, 0.36, 1) 240ms 1 both;
}

.pathway-card.is-pathway-settled .pathway-cinematic-stage::before {
  animation: pathwayTileSweep 2100ms cubic-bezier(0.22, 1, 0.36, 1) 280ms 1 both;
}

.pathway-content-shell {
  display: grid;
  justify-items: center;
  align-content: center;
  width: 100%;
  max-width: none;
  margin-inline: auto;
  text-align: center;
  gap: clamp(0.22rem, 0.68vw, 0.44rem);
  position: relative;
  z-index: 1;
  isolation: isolate;
}

.pathway-content-shell::before {
  content: "";
  position: absolute;
  inset: 0.2rem 0.4rem 0.2rem;
  border-radius: calc(var(--radius-md) - 1.05rem);
  /* In-panel light texture: quiet cyan/silver bands with very slow drift. */
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(122, 206, 224, 0.032) 16%,
      rgba(255, 255, 255, 0) 31%,
      rgba(198, 214, 228, 0.024) 48%,
      rgba(255, 255, 255, 0) 63%,
      rgba(108, 196, 216, 0.03) 81%,
      rgba(255, 255, 255, 0) 100%
    ),
    repeating-linear-gradient(
      90deg,
      rgba(205, 229, 240, 0.018) 0,
      rgba(205, 229, 240, 0.018) 1px,
      rgba(0, 0, 0, 0) 1px,
      rgba(0, 0, 0, 0) 24px
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.016), rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0.012) 100%);
  background-size: 180% 100%, 100% 100%, 100% 100%;
  background-position: 0% 0, 0 0, 0 0;
  mix-blend-mode: screen;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
  animation: pathwayPanelBands 20s cubic-bezier(0.42, 0, 0.24, 1) infinite alternate;
}

.pathway-card.is-pathway-settled .pathway-content-shell::before {
  opacity: 0.18;
}

.pathway-content-shell > * {
  position: relative;
  z-index: 1;
}

.pathway-main-content {
  position: relative;
  display: block;
  min-height: 11rem;
  width: 100%;
  max-width: none;
  isolation: isolate;
}

.pathway-ambient-fx {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  border-radius: calc(var(--radius-md) - 1px);
  overflow: hidden;
  opacity: 0.9;
}

.pathway-ambient-fx::before,
.pathway-ambient-fx::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
}

.pathway-ambient-fx::before {
  background:
    radial-gradient(circle at 12% 14%, rgba(226, 234, 240, 0.08), transparent 13%),
    radial-gradient(circle at 88% 12%, rgba(216, 224, 232, 0.08), transparent 13%),
    radial-gradient(circle at 14% 88%, rgba(214, 174, 118, 0.075), transparent 14%),
    radial-gradient(circle at 88% 86%, rgba(205, 184, 136, 0.05), transparent 14%);
  opacity: 0.92;
}

.pathway-ambient-fx::after {
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(8, 12, 16, 0.04), rgba(8, 12, 16, 0.18) 28%, rgba(8, 12, 16, 0.52) 54%, rgba(8, 12, 16, 0.82) 100%);
  opacity: 0.44;
}

.pathway-ambient-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.9;
  mix-blend-mode: screen;
}

.pathway-ambient-canvas-top {
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.98) 18%, rgba(0, 0, 0, 0.72) 28%, transparent 42%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.98) 18%, rgba(0, 0, 0, 0.72) 28%, transparent 42%);
}

.pathway-ambient-canvas-right {
  -webkit-mask-image: linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.98) 18%, rgba(0, 0, 0, 0.72) 28%, transparent 42%);
  mask-image: linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.98) 18%, rgba(0, 0, 0, 0.72) 28%, transparent 42%);
}

.pathway-ambient-canvas-bottom {
  -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.98) 18%, rgba(0, 0, 0, 0.72) 28%, transparent 42%);
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.98) 18%, rgba(0, 0, 0, 0.72) 28%, transparent 42%);
}

.pathway-ambient-canvas-left {
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.98) 18%, rgba(0, 0, 0, 0.72) 28%, transparent 42%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.98) 18%, rgba(0, 0, 0, 0.72) 28%, transparent 42%);
}

.pathway-stage-center {
  position: relative;
  width: 100%;
  min-height: 9.95rem;
  text-align: center;
}

.pathway-stage-center::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(100%, 32rem);
  height: 6.4rem;
  transform: translate(-50%, -52%);
  background:
    radial-gradient(circle at center, rgba(226, 232, 238, 0.12), rgba(124, 190, 210, 0.04) 30%, rgba(216, 223, 232, 0) 74%);
  filter: blur(26px);
  opacity: 0.18;
  pointer-events: none;
}

.pathway-card.is-pathway-settled .pathway-stage-center::before {
  animation:
    pathwayCenterBloom 1550ms cubic-bezier(0.22, 1, 0.36, 1) 120ms 1 both,
    pathwayTitleHalo 8.4s ease-in-out 1900ms infinite;
}

.pathway-intro-sequence,
.pathway-settled {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  max-width: none;
}

.pathway-intro-sequence {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  right: auto;
  width: fit-content;
  max-width: calc(100% - 2rem);
  gap: clamp(0.95rem, 1.9vw, 1.7rem);
  transform: translate(-50%, -50%);
  padding-inline: 0;
  text-align: center;
  pointer-events: none;
}

.pathway-intro-line {
  display: inline-block;
  flex: 0 0 auto;
  max-width: none;
  font-family: var(--display);
  font-size: clamp(2.1rem, 4.95vw, 3.95rem);
  line-height: 0.94;
  letter-spacing: 0.008em;
  white-space: nowrap;
  color: rgba(245, 247, 249, 0.97);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 24px rgba(0, 0, 0, 0.26);
  opacity: 0;
  filter: blur(14px);
  transform: translateY(18px) scale(0.985);
  transition:
    opacity 1180ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1180ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 1180ms ease;
}

.pathway-intro-line-two {
  font-size: clamp(2.04rem, 4.75vw, 3.72rem);
  letter-spacing: 0.012em;
}

.pathway-card.is-pathway-line-one-visible .pathway-intro-line-one,
.pathway-card.is-pathway-line-two-visible .pathway-intro-line-two {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.pathway-card.is-pathway-intro-clearing .pathway-intro-line {
  opacity: 0;
  filter: blur(11px);
  transform: translateY(-10px) scale(1.008);
}

.pathway-settled {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.22rem;
  padding: 0 clamp(1rem, 2.6vw, 2rem);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  perspective: 1200px;
  transform: translateY(-50%);
  transition:
    opacity 820ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 980ms;
}

.pathway-settled::before {
  content: "";
  width: min(100%, 5.3rem);
  height: 1px;
  margin-bottom: 0.28rem;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(224, 230, 236, 0.72) 50%, rgba(255, 255, 255, 0));
  box-shadow: 0 0 10px rgba(210, 218, 228, 0.05);
}

.pathway-card.is-pathway-settled .pathway-settled {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.pathway-settled-title {
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 0.08em 0.06em 0.12em;
  margin: 0;
  margin-inline: auto;
  font-family: var(--body);
  font-size: clamp(2.62rem, 5.1vw, 4.02rem);
  line-height: 1.02;
  letter-spacing: 0.132em;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  color: rgba(246, 248, 250, 0.98);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18),
    0 14px 30px rgba(0, 0, 0, 0.34),
    0 0 18px rgba(210, 218, 228, 0.045);
  opacity: 0;
  filter: blur(5px);
  transform-origin: center center;
  transform: perspective(1200px) rotateX(0deg) scale(0.94);
  will-change: transform, opacity, filter;
  transition:
    opacity 1220ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1220ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 1260ms ease;
}

.pathway-card.is-pathway-settled .pathway-settled-title {
  opacity: 1;
  filter: blur(0);
  transform: perspective(1200px) rotateX(0deg) scale(1);
}

.pathway-settled-detail {
  display: grid;
  justify-items: center;
  gap: 0.3rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition:
    opacity 1040ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1040ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 1040ms;
}

.pathway-card.is-pathway-support-ready .pathway-settled-detail {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.pathway-settled-support {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  width: auto;
  max-width: calc(100% - 1rem);
  margin: 0;
  margin-inline: auto;
  line-height: 1.4;
  font-size: 1.14rem;
  letter-spacing: 0.014em;
  white-space: nowrap;
  color: rgba(234, 238, 242, 0.92);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.16),
    0 0 12px rgba(214, 220, 226, 0.05),
    0 8px 16px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.pathway-support-token {
  display: inline-flex;
  align-items: center;
  opacity: 0;
  filter: blur(2.5px);
  clip-path: inset(0 100% 0 0);
  transform: translateX(-2px);
  transition:
    opacity 1440ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1440ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 1440ms ease,
    clip-path 1620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pathway-support-token-three {
  transition:
    opacity 1560ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1560ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 1560ms ease,
    clip-path 1780ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pathway-card.is-pathway-support-one-ready .pathway-support-token-one,
.pathway-card.is-pathway-support-two-ready .pathway-support-token-two,
.pathway-card.is-pathway-support-three-ready .pathway-support-token-three {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}

.pathway-action {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition:
    opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 900ms;
}

.pathway-card.is-pathway-button-ready .pathway-action {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.pathway-action .button {
  min-width: clamp(13.15rem, 29vw, 16.2rem);
  min-height: 3.18rem;
  padding-inline: 1.72rem;
  border-color: rgba(206, 212, 220, 0.24);
  background:
    linear-gradient(180deg, rgba(25, 28, 34, 0.99), rgba(7, 9, 12, 0.995)) padding-box,
    linear-gradient(120deg, rgba(228, 234, 240, 0.28), rgba(112, 121, 132, 0.085) 48%, rgba(255, 255, 255, 0.05)) border-box;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.085),
    inset 0 -1px 0 rgba(54, 58, 64, 0.44),
    0 16px 28px rgba(0, 0, 0, 0.32),
    0 0 14px rgba(164, 174, 184, 0.03);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.pathway-action .button::before {
  /* One restrained sheen sweep on interaction. */
  background:
    linear-gradient(108deg, rgba(255, 255, 255, 0) 18%, rgba(242, 247, 250, 0.18) 46%, rgba(108, 196, 216, 0.12) 56%, rgba(255, 255, 255, 0) 70%),
    linear-gradient(180deg, rgba(248, 251, 252, 0.08), rgba(255, 255, 255, 0.01) 34%, rgba(0, 0, 0, 0.1) 100%),
    radial-gradient(circle at 18% 16%, rgba(170, 192, 208, 0.05), transparent 24%);
  background-size: 240% 100%, 100% 100%, 100% 100%;
  background-position: 145% 0, 0 0, 0 0;
  opacity: 0.86;
  transition:
    background-position 760ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease;
}

.pathway-action .button:hover,
.pathway-action .button:focus-visible {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(248, 252, 255, 0.1),
    inset 0 -1px 0 rgba(72, 94, 118, 0.28),
    0 14px 24px rgba(0, 0, 0, 0.24),
    0 0 16px rgba(112, 188, 214, 0.05);
}

.pathway-action .button:hover::before,
.pathway-action .button:focus-visible::before {
  background-position: -24% 0, 0 0, 0 0;
}

.pathway-card:hover {
  box-shadow:
    0 48px 88px rgba(0, 0, 0, 0.42),
    0 18px 30px rgba(0, 0, 0, 0.22);
}

.pathway-card:hover::before {
  opacity: 0.52;
}

.faq-card summary {
  position: relative;
  transition: color 180ms ease, background 180ms ease;
}

.faq-card summary:hover,
.faq-card summary:focus-visible {
  color: rgba(242, 250, 255, 0.96);
}

.faq-card[open] {
  border-color: rgba(144, 216, 255, 0.18);
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 18px rgba(0, 209, 255, 0.05);
}

.faq-card summary::after {
  content: "+";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--a);
  font-family: var(--body);
  font-size: 1rem;
}

.faq-card[open] summary::after {
  content: "−";
}

.final-cta-card {
  text-align: center;
  justify-items: center;
  padding-block: 2.45rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 255, 255, 0.06), transparent 28%),
    radial-gradient(circle at 72% 22%, rgba(92, 128, 255, 0.05), transparent 24%),
    linear-gradient(180deg, rgba(7, 20, 34, 0.9), rgba(4, 10, 18, 0.96));
}

.final-cta-card > *:not(.cta-particle-field):not(.frame-trace-overlay) {
  position: relative;
  z-index: 2;
}

.final-cta-card.frame-trace-card .frame-trace-path-glow {
  stroke: rgba(102, 227, 255, 0.4);
  opacity: 0.3;
}

.final-cta-card.frame-trace-card .frame-trace-path-line {
  stroke: rgba(176, 242, 255, 0.84);
  opacity: 0.86;
}

.final-cta-card.frame-trace-card.is-frame-trace-complete .frame-trace-path-glow {
  opacity: 0.24;
}

.final-cta-card.frame-trace-card.is-frame-trace-complete .frame-trace-path-line {
  opacity: 0.66;
}

.final-cta-card .accent-line {
  margin-bottom: 1.05rem;
}

.cta-particle-field {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.cta-particle-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.92;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.9) 44%, rgba(0, 0, 0, 0.42) 78%, transparent 100%);
}

.cta-particle-field::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 16%, rgba(0, 255, 255, 0.08), transparent 18%),
    radial-gradient(circle at 38% 22%, rgba(87, 129, 255, 0.06), transparent 16%),
    radial-gradient(circle at 64% 26%, rgba(131, 92, 255, 0.05), transparent 14%);
  opacity: 0.9;
}

.cta-orbit,
.cta-dust,
.cta-core-glow {
  position: absolute;
  display: block;
}

.cta-orbit {
  border-radius: 999px;
  border: 1.5px solid rgba(116, 222, 255, 0.34);
  border-left-color: transparent;
  border-bottom-color: transparent;
  filter: drop-shadow(0 0 8px rgba(0, 209, 255, 0.14));
  opacity: 0.58;
  --orbit-rotate-start: -8deg;
  --orbit-rotate-mid: -3deg;
}

.cta-orbit-one {
  width: 18rem;
  height: 18rem;
  left: 8%;
  top: -8.8rem;
  transform: rotate(-8deg);
  animation: ctaOrbitFloat 17s ease-in-out infinite;
}

.cta-orbit-two {
  width: 13rem;
  height: 13rem;
  right: 10%;
  top: -5rem;
  border-color: rgba(111, 126, 255, 0.28);
  border-left-color: transparent;
  border-bottom-color: transparent;
  opacity: 0.44;
  --orbit-rotate-start: 16deg;
  --orbit-rotate-mid: 21deg;
  animation: ctaOrbitFloat 22s ease-in-out infinite reverse;
}

.cta-dust {
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 24%, rgba(115, 228, 255, 0.84) 0 1.1px, transparent 1.8px),
    radial-gradient(circle at 18% 36%, rgba(97, 177, 255, 0.82) 0 1px, transparent 1.7px),
    radial-gradient(circle at 24% 18%, rgba(0, 255, 255, 0.86) 0 1.2px, transparent 1.9px),
    radial-gradient(circle at 30% 30%, rgba(131, 92, 255, 0.7) 0 1px, transparent 1.8px),
    radial-gradient(circle at 62% 16%, rgba(0, 255, 255, 0.72) 0 1px, transparent 1.8px),
    radial-gradient(circle at 70% 26%, rgba(115, 228, 255, 0.7) 0 1.1px, transparent 1.9px),
    radial-gradient(circle at 78% 14%, rgba(97, 177, 255, 0.72) 0 1px, transparent 1.8px),
    radial-gradient(circle at 84% 30%, rgba(131, 92, 255, 0.62) 0 1px, transparent 1.8px),
    radial-gradient(circle at 55% 34%, rgba(115, 228, 255, 0.68) 0 0.95px, transparent 1.7px),
    radial-gradient(circle at 44% 24%, rgba(97, 177, 255, 0.66) 0 0.95px, transparent 1.7px);
  opacity: 0.28;
  animation: ctaDustDrift 18s linear infinite;
}

.cta-core-glow {
  left: 50%;
  top: 1.1rem;
  width: 9.5rem;
  height: 9.5rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(106, 236, 255, 0.24), rgba(106, 236, 255, 0.12) 28%, rgba(97, 177, 255, 0.08) 46%, transparent 74%);
  filter: blur(18px);
  opacity: 0.5;
  animation: ctaGlowPulse 8.5s ease-in-out infinite;
}

.final-cta-card p {
  max-width: 36rem;
}

.project-body .accent-line {
  width: 2.7rem;
  margin-bottom: 0.85rem;
}

.site-footer {
  position: relative;
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 5rem auto 2.4rem;
  padding: 1.2rem 1.35rem 1rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 255, 255, 0.045), transparent 26%),
    linear-gradient(180deg, rgba(2, 8, 14, 0.96), rgba(0, 0, 0, 0.985));
  border: 1px solid rgba(0, 255, 255, 0.1);
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  isolation: isolate;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(111, 204, 255, 0.26), transparent);
  opacity: 0.72;
}

.site-footer::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -2.2rem;
  width: 100vw;
  height: calc(100% + 5.5rem);
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(2, 8, 14, 0.74), rgba(1, 4, 9, 0.96) 28%, #000 68%, #000 100%);
  z-index: -1;
}

.footer-inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.2rem;
  padding: 1.15rem 0.9rem 0.15rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
  justify-self: start;
}

.footer-dot {
  width: 0.68rem;
  height: 0.68rem;
}

.footer-lockup {
  width: 6.55ch;
  line-height: 1.01;
}

.footer-lockup strong {
  font-size: 1.08rem;
  color: rgba(244, 251, 255, 0.98);
  margin-bottom: 0.03rem;
}

.footer-lockup span:last-child {
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  color: rgba(194, 220, 232, 0.76);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.footer-nav a {
  transition: color 160ms ease, text-shadow 160ms ease;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: rgba(240, 250, 255, 0.96);
  text-shadow: 0 0 14px rgba(0, 209, 255, 0.12);
}

.footer-note {
  margin: 0;
  color: rgba(170, 198, 212, 0.62);
  font-size: 0.76rem;
  letter-spacing: 0.035em;
  text-align: right;
  white-space: nowrap;
  justify-self: end;
}

@keyframes footerTrailFloat {
  0% {
    transform: translate3d(-1.5%, 0, 0);
    opacity: 0.46;
  }
  50% {
    transform: translate3d(1.8%, -0.18rem, 0);
    opacity: 0.78;
  }
  100% {
    transform: translate3d(-1.5%, 0, 0);
    opacity: 0.46;
  }
}

@keyframes ctaOrbitFloat {
  0% {
    transform: translate3d(0, 0, 0) rotate(var(--orbit-rotate-start));
    opacity: 0.44;
  }
  50% {
    transform: translate3d(0.4rem, 0.26rem, 0) rotate(var(--orbit-rotate-mid));
    opacity: 0.68;
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--orbit-rotate-start));
    opacity: 0.44;
  }
}

@keyframes ctaDustDrift {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0.48;
  }
  50% {
    transform: translate3d(0.7rem, 0.25rem, 0);
    opacity: 0.8;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.48;
  }
}

@keyframes ctaGlowPulse {
  0% {
    transform: translateX(-50%) scale(0.94);
    opacity: 0.34;
  }
  50% {
    transform: translateX(-50%) scale(1.04);
    opacity: 0.58;
  }
  100% {
    transform: translateX(-50%) scale(0.94);
    opacity: 0.34;
  }
}

@keyframes pathwayBorderSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pathwayCenterBloom {
  0% {
    opacity: 0.2;
    transform: translate(-50%, -53%) scale(0.94);
  }
  18% {
    opacity: 0.34;
  }
  52% {
    opacity: 0.52;
  }
  100% {
    opacity: 0.36;
    transform: translate(-50%, -53%) scale(1);
  }
}

@keyframes pathwayTitleHalo {
  0%,
  100% {
    opacity: 0.26;
    transform: translate(-50%, -52%) scale(0.985);
  }
  50% {
    opacity: 0.34;
    transform: translate(-50%, -52%) scale(1.02);
  }
}

@keyframes pathwayPanelBands {
  0% {
    background-position: 0% 0, 0 0, 0 0;
    opacity: 0.1;
  }
  50% {
    opacity: 0.16;
  }
  100% {
    background-position: 100% 0, 0 0, 0 0;
    opacity: 0.13;
  }
}

@keyframes pathwayTileSweep {
  0% {
    opacity: 0;
    background-position: 135% 0;
  }
  18% {
    opacity: 0.2;
  }
  52% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    background-position: -28% 0;
  }
}

@keyframes pathwayTitleAccent {
  0% {
    opacity: 0;
    transform: translateX(-50%) scaleX(0.42);
  }
  38% {
    opacity: 0.72;
  }
  100% {
    opacity: 0.44;
    transform: translateX(-50%) scaleX(1);
  }
}

@keyframes pathwayFinalEdgeGlow {
  0% {
    opacity: 0.24;
    stroke-width: 6.8;
    filter: blur(6px);
  }
  34% {
    opacity: 0.42;
    stroke-width: 10.2;
    filter: blur(9px);
  }
  62% {
    opacity: 0.64;
    stroke-width: 12.8;
    filter: blur(11px);
  }
  100% {
    opacity: 0.5;
    stroke-width: 11.2;
    filter: blur(10px);
  }
}

@keyframes pathwayFinalEdgeLine {
  0% {
    opacity: 0.84;
    stroke-width: 2.4;
    filter: drop-shadow(0 0 0 rgba(218, 228, 236, 0));
  }
  36% {
    opacity: 0.96;
    stroke-width: 3.8;
    filter: drop-shadow(0 0 9px rgba(218, 228, 236, 0.14));
  }
  64% {
    opacity: 0.96;
    stroke-width: 4.8;
    filter: drop-shadow(0 0 14px rgba(228, 236, 242, 0.2));
  }
  100% {
    opacity: 0.94;
    stroke-width: 4.3;
    filter: drop-shadow(0 0 12px rgba(226, 234, 240, 0.18));
  }
}

@media (prefers-reduced-motion: reduce) {
  .pathway-ambient-canvas,
  .pathway-content-shell::before,
  .pathway-cinematic-stage::before,
  .pathway-cinematic-stage::after,
  .pathway-stage-center::before {
    animation: none !important;
  }

  .pathway-ambient-canvas {
    opacity: 0.42;
  }

  .pathway-content-shell::before {
    opacity: 0.1;
  }

  .pathway-settled-title {
    transform: translateY(0) scale(1);
    filter: none;
    transition:
      opacity 0.4s ease,
      visibility 0s linear 0s;
  }

  .pathway-card.frame-trace-card.is-pathway-button-ready .frame-trace-path-glow,
  .pathway-card.frame-trace-card.is-pathway-button-ready .frame-trace-path-line {
    animation: none !important;
  }
}

@media (max-width: 900px) {
  .section-atmosphere {
    height: 14rem;
    opacity: 0.68;
  }

  .section-atmosphere-cta {
    height: 15rem;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.9rem;
  }

  .footer-brand {
    justify-self: center;
  }

  .footer-lockup {
    text-align: center;
  }

  .footer-nav {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    justify-content: center;
    gap: 0.8rem 1rem;
  }

  .footer-note {
    justify-self: center;
    text-align: center;
    white-space: normal;
  }

  .cta-orbit-one {
    width: 14rem;
    height: 14rem;
    top: -6.8rem;
  }

  .cta-orbit-two {
    width: 10rem;
    height: 10rem;
    top: -3.2rem;
  }

  .cta-core-glow {
    top: 1.6rem;
    width: 7rem;
    height: 7rem;
  }

  .pathway-card::before {
    inset: -54%;
    opacity: 0.58;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-trail {
    animation: none !important;
  }

  .cta-orbit,
  .cta-dust,
  .cta-core-glow {
    animation: none !important;
  }
}

.reveal {
  --reveal-x: 0;
  --reveal-y: 22px;
  --reveal-scale: 1;
  --reveal-blur: 8px;
  opacity: 0;
  transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale));
  filter: blur(var(--reveal-blur));
  transition:
    opacity 820ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 820ms ease;
  transition-delay: var(--delay, 0ms);
}

.reveal-up {
  --reveal-y: 18px;
  --reveal-blur: 6px;
}

.reveal-soft {
  --reveal-y: 12px;
  --reveal-blur: 4px;
}

.reveal-left {
  --reveal-x: -30px;
  --reveal-y: 0;
  --reveal-blur: 6px;
}

.reveal-right {
  --reveal-x: 30px;
  --reveal-y: 0;
  --reveal-blur: 6px;
}

.reveal-cinematic {
  --reveal-y: 26px;
  --reveal-scale: 0.985;
  --reveal-blur: 10px;
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

@keyframes gridShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(64px, 64px);
  }
}

@keyframes circuitFlow {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 180px 180px, -180px 180px;
  }
}

@keyframes scanCycle {
  0% {
    transform: translateY(-18vh);
    opacity: 0;
  }
  6% {
    transform: translateY(-18vh);
    opacity: 1;
  }
  16% {
    transform: translateY(-18vh);
    opacity: 1;
  }
  50% {
    transform: translateY(118vh);
    opacity: 1;
  }
  62% {
    transform: translateY(118vh);
    opacity: 1;
  }
  96% {
    transform: translateY(-18vh);
    opacity: 1;
  }
  100% {
    transform: translateY(-18vh);
    opacity: 0;
  }
}

@keyframes sheen {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(180%);
  }
}

@media (max-width: 1100px) {
  .hero-section,
  .intro-layout,
  .work-grid,
  .explore-grid,
  .pathway-card {
    grid-template-columns: 1fr;
  }

  .story-panel {
    grid-template-columns: 1fr;
    min-height: 30rem;
  }

  .story-panel-side {
    justify-items: start;
  }

  .pathway-action {
    justify-self: start;
  }

  .hero-copy {
    width: min(96vw, 1180px);
  }
}

@media (max-width: 900px) {
  .hero-section {
    padding-bottom: 4.75rem;
  }

  .hero-nav-bar {
    width: min(calc(100vw - 20px), 980px);
    justify-content: space-between;
    top: 14px;
    padding: 10px 16px;
    gap: 0.9rem;
  }

  .proof-strip,
  .stats-section,
  .value-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .stats-heading-block {
    margin-bottom: 1rem;
    max-width: 100%;
  }

  .stats-heading-block p {
    max-width: 28rem;
  }

  .showcase-secondary-column {
    grid-template-columns: 1fr;
  }

  .showcase-lead-media-shell {
    padding: 0.9rem;
  }

  .showcase-media-lead {
    min-height: 27rem;
  }

  .showcase-lead-copy-shell {
    width: min(100%, calc(100% - 0.8rem));
    margin-top: -4.8rem;
  }

  .pathway-card {
    min-height: 17.8rem;
  }

  .pathway-cinematic-stage {
    min-height: 17.8rem;
    padding: 1.9rem 1.3rem 1.25rem;
  }

  .pathway-content-shell {
    max-width: none;
  }

  .pathway-stage-center {
    min-height: 10rem;
  }

  .pathway-ambient-canvas {
    opacity: 0.82;
  }

  .pathway-intro-sequence {
    gap: 0.88rem;
  }

  .pathway-intro-line {
    font-size: clamp(1.86rem, 5.9vw, 3.18rem);
  }

  .pathway-intro-line-two {
    font-size: clamp(1.8rem, 5.6vw, 3.02rem);
  }

  .pathway-settled {
    padding: 0 0.3rem;
  }

  .pathway-settled-title {
    font-size: clamp(2.08rem, 4.45vw, 3.08rem);
    letter-spacing: 0.118em;
  }

  .pathway-settled-support {
    font-size: 1.02rem;
  }

  .pathway-action .button {
    min-width: 12.2rem;
    min-height: 3.06rem;
    padding-inline: 1.45rem;
  }

  .pathway-action {
    padding-top: 0;
  }

  .storytelling-shell {
    margin-top: 4.9rem;
  }

  .hero-control-stack {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    justify-content: center;
    max-width: calc(100% - 28px);
  }

  .story-panel {
    min-height: auto;
    gap: 1.2rem;
    padding: 1.45rem 1.35rem;
  }

  .story-panel-copy,
  .story-panel-side,
  .story-value-list,
  .story-service-list {
    max-width: 100%;
    width: 100%;
    justify-self: stretch;
  }

  .story-panel-copy h2,
  .story-panel-value .story-panel-copy h2,
  .story-panel-services .story-panel-copy h2 {
    max-width: 12ch;
  }

  .story-support {
    max-width: 24rem;
  }

  .story-note {
    width: min(100%, 25rem);
  }

  .hero-nav {
    display: none;
  }

  .mobile-nav-toggle {
    display: inline-flex;
    flex: 0 0 auto;
    order: 3;
  }

  .hero-nav-bar.is-mobile-nav-open {
    overflow: visible;
  }

  .hero-nav-bar.is-mobile-nav-open .hero-nav {
    position: absolute;
    top: calc(100% + 0.55rem);
    left: 0;
    right: 0;
    z-index: 65;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 0.18rem;
    padding: 0.5rem;
    border-radius: 16px;
    border: 1px solid rgba(208, 228, 240, 0.14);
    background: linear-gradient(180deg, rgba(4, 10, 18, 0.96), rgba(2, 6, 12, 0.985));
    box-shadow:
      0 18px 34px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(14px);
  }

  .hero-nav-bar.is-mobile-nav-open .hero-nav a {
    display: flex;
    align-items: center;
    min-height: 2.6rem;
    padding: 0.55rem 0.8rem;
    border-radius: 12px;
  }

  .hero-nav-bar.is-mobile-nav-open .hero-nav a::after {
    display: none;
  }

  .hero-nav-bar.is-mobile-nav-open .hero-nav a.active,
  .hero-nav-bar.is-mobile-nav-open .hero-nav a:hover,
  .hero-nav-bar.is-mobile-nav-open .hero-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.05);
    text-shadow: none;
  }

  .hero-copy {
    width: min(94vw, 760px);
    min-height: calc(100vh - 10rem);
    justify-items: center;
    text-align: center;
    padding: 3.2rem 0 0;
  }

  .hero-copy h1,
  .hero-copy .hero-actions {
    max-width: min(100%, 32rem);
    text-align: center;
  }

  .hero-copy .hero-support {
    max-width: min(100%, 33rem);
    text-align: center;
  }

  .hero-support {
    max-width: min(100%, 33rem);
    font-size: clamp(0.92rem, 2vw, 1rem);
    white-space: normal;
  }

  h1 {
    max-width: min(100%, calc(100vw - 3rem));
    font-size: clamp(1.05rem, 5.7vw, 4rem);
  }

  h2 {
    font-size: clamp(1.8rem, 8vw, 2.8rem);
  }

  .nav-cta {
    order: 2;
    margin-left: 0;
    min-height: 1.72rem;
    padding-inline: 0.66rem;
    font-size: 0.63rem;
  }
}

@media (max-width: 640px) {
  :root {
    --hero-stage-shift: 0.45rem;
  }

  .hero-kicker {
    margin-bottom: 1.1rem;
    font-size: clamp(0.9rem, 4vw, 1rem);
    letter-spacing: 0.03em;
  }

  .hero-section {
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 5.75rem;
  }

  .pathway-card {
    min-height: 15.8rem;
  }

  .pathway-cinematic-stage {
    min-height: 15.8rem;
    padding: 1.55rem 0.95rem 1rem;
  }

  .pathway-content-shell {
    max-width: none;
  }

  .pathway-stage-center {
    min-height: 8.95rem;
  }

  .pathway-ambient-canvas {
    opacity: 0.68;
  }

  .pathway-intro-sequence {
    gap: 0.62rem;
  }

  .pathway-intro-line {
    font-size: clamp(1.28rem, 5.55vw, 1.96rem);
  }

  .pathway-intro-line-two {
    font-size: clamp(1.24rem, 5.3vw, 1.88rem);
  }

  .pathway-settled {
    padding: 0 0.25rem;
  }

  .pathway-settled-title {
    font-size: clamp(1.58rem, 5.7vw, 2.16rem);
    letter-spacing: 0.108em;
  }

  .pathway-settled-support {
    font-size: 0.9rem;
    white-space: normal;
    flex-wrap: wrap;
    gap: 0.14rem 0.28rem;
  }

  .pathway-action {
    padding-top: 0;
  }

  .pathway-action .button {
    min-width: 11.3rem;
    min-height: 2.94rem;
    padding-inline: 1.22rem;
  }

  .hero-control-stack {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 10px;
    transform: translateX(-50%);
    width: auto;
    max-width: calc(100% - 20px);
    gap: 0.18rem;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0.22rem 0.24rem;
  }

  .hero-control {
    width: 1.72rem;
    min-width: 1.72rem;
    height: 1.72rem;
    border-radius: 7px;
  }

  .hero-lock-toggle {
    width: 1.72rem;
    min-width: 1.72rem;
  }

  .button {
    min-height: 2.62rem;
    padding: 0 0.96rem;
    font-size: 0.7rem;
    letter-spacing: 0.06em;
  }

  .nav-cta {
    min-height: 1.68rem;
    padding-inline: 0.62rem;
    font-size: 0.61rem;
  }

  .proof-strip {
    margin-top: 1rem;
  }

  .stats-card {
    padding: 1.2rem 1.1rem 1.08rem;
  }

  .stats-label {
    max-width: 100%;
    font-size: 0.78rem;
    white-space: normal;
  }

  .content-section {
    padding-top: 6rem;
  }

  .stats-value-wrap {
    min-height: 3.6rem;
  }

  .stats-value {
    font-size: clamp(2.3rem, 13vw, 3.4rem);
  }

  .showcase-media-lead {
    min-height: 21rem;
  }

  .showcase-lead-copy-shell {
    width: 100%;
    margin-top: -3.4rem;
    padding: 0.85rem;
  }

  .showcase-lead-copy {
    padding: 0.9rem;
  }

  .proof-strip .proof-card {
    padding: 1rem;
  }

  .story-panel {
    gap: 1rem;
    padding: 1.25rem 1.1rem;
  }

  .story-support {
    max-width: 100%;
    font-size: 0.93rem;
  }

  .story-panel-copy .eyebrow {
    margin-bottom: 0.72rem;
  }

  .story-title-line {
    margin: 0.8rem 0 0.92rem;
  }

  .story-value-list,
  .story-service-list {
    gap: 0.8rem;
  }

  .story-value-item,
  .story-service-item {
    padding: 0.9rem 0.9rem 0.95rem;
  }

  .story-value-item h3,
  .story-service-item h3 {
    max-width: none;
    font-size: 1rem;
  }

  .story-note {
    padding: 0.95rem 1rem;
  }

  .hero-copy {
    width: min(94vw, 760px);
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.2rem, 10vw, 3.35rem);
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: 0.02em;
    text-shadow:
      0 0 22px rgba(110, 228, 255, 0.42),
      0 0 62px rgba(0, 255, 255, 0.18);
  }

  .panel:not(.story-panel):not(.pathway-card):not(.final-cta-card),
  .intro-card {
    padding: 1.3rem;
  }

  .pathway-card {
    padding: 1px;
  }

  .final-cta-card {
    padding: 1.3rem;
    text-align: left;
    justify-items: start;
  }

  .footer-inner {
    gap: 1rem;
    padding-top: 0.55rem;
  }

  .footer-brand {
    width: 100%;
    justify-content: center;
  }

  .footer-lockup {
    width: 7.9ch;
    justify-items: center;
    text-align: center;
    line-height: 0.96;
  }

  .footer-lockup strong {
    font-size: 1.38rem;
  }

  .footer-lockup span:last-child {
    font-size: 1.02rem;
  }

  .faq-card summary,
  .faq-card p {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .media-wide {
    min-height: 16rem;
  }

  .media-square {
    min-height: 13rem;
  }

  .media-tall {
    min-height: 18rem;
  }
}

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

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

  .hero-scan-line {
    display: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
/* =========================================================
   WHY IT WORKS FULL CARD FX
   Original canvas effect adapted to the real card background
========================================================= */

.why-works-panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.why-works-panel .story-panel-copy,
.why-works-panel .story-value-list {
  position: relative;
  z-index: 2;
}

.why-works-full-fx {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  overflow: hidden;
  opacity: 1;
}

.why-works-full-fx::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;

  background:
    radial-gradient(
      circle at 24% 34%,
      rgba(78, 146, 236, 0.12) 0%,
      rgba(34, 84, 182, 0.06) 22%,
      rgba(0, 0, 0, 0) 48%
    ),
    radial-gradient(circle at 72% 52%, rgba(84, 208, 255, 0.08), transparent 26%);
}

.why-works-full-fx::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow:
    inset 0 0 56px rgba(0, 0, 0, 0.06),
    inset 0 0 18px rgba(0, 0, 0, 0.03);
}

#why-works-full-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 900px) {
  .why-works-full-fx {
    opacity: 0.82;
  }
}

@media (prefers-reduced-motion: reduce) {
  .why-works-full-fx {
    opacity: 0.45;
  }
}

/* ---------------------------------------------------------
   Interior pages: homepage-derived shared system
--------------------------------------------------------- */

body.interior-page {
  --page-glow-1: rgba(82, 164, 214, 0.18);
  --page-glow-2: rgba(48, 108, 146, 0.16);
  --page-atmo-1: rgba(88, 160, 210, 0.12);
  --page-atmo-2: rgba(14, 54, 82, 0.22);
  --page-line: rgba(136, 255, 255, 0.12);
  --page-line-strong: rgba(136, 255, 255, 0.22);
  --page-chip-bg: rgba(132, 211, 255, 0.08);
  --page-chip-border: rgba(136, 211, 255, 0.16);
  --page-chip-text: rgba(224, 241, 247, 0.9);
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: var(--body);
  line-height: 1.68;
  background:
    linear-gradient(180deg, #020508 0%, #02070d 20%, #07131b 54%, #0a1f2b 100%);
}

body.interior-page main::before {
  inset: 0;
  height: auto;
  background:
    radial-gradient(circle at 16% 10%, var(--page-atmo-1), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.025), transparent 22%),
    radial-gradient(circle at 50% 100%, var(--page-atmo-2), transparent 48%),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(2, 10, 18, 0.5) 38%, rgba(0, 0, 0, 0.88) 100%);
  opacity: 1;
}

body.interior-page .page-glow-one {
  background: var(--page-glow-1);
  opacity: 0.18;
}

body.interior-page .page-glow-two {
  background: var(--page-glow-2);
  opacity: 0.2;
}

body.about-page {
  --page-glow-1: rgba(170, 197, 214, 0.16);
  --page-glow-2: rgba(96, 129, 150, 0.15);
  --page-atmo-1: rgba(174, 200, 218, 0.08);
  --page-atmo-2: rgba(31, 48, 61, 0.24);
  --page-chip-bg: rgba(192, 212, 225, 0.08);
  --page-chip-border: rgba(192, 212, 225, 0.18);
}

body.projects-page {
  --page-glow-1: rgba(196, 212, 224, 0.14);
  --page-glow-2: rgba(120, 44, 36, 0.14);
  --page-atmo-1: rgba(196, 212, 224, 0.08);
  --page-atmo-2: rgba(68, 23, 20, 0.18);
  --page-chip-bg: rgba(212, 226, 237, 0.08);
  --page-chip-border: rgba(212, 226, 237, 0.16);
}

body.solutions-page {
  --page-glow-1: rgba(155, 183, 204, 0.14);
  --page-glow-2: rgba(108, 128, 144, 0.15);
  --page-atmo-1: rgba(188, 208, 220, 0.07);
  --page-atmo-2: rgba(32, 44, 53, 0.26);
  --page-chip-bg: rgba(192, 208, 216, 0.08);
  --page-chip-border: rgba(192, 208, 216, 0.18);
}

body.explore-page {
  --page-glow-1: rgba(112, 148, 112, 0.17);
  --page-glow-2: rgba(76, 101, 70, 0.18);
  --page-atmo-1: rgba(116, 150, 112, 0.1);
  --page-atmo-2: rgba(39, 55, 34, 0.28);
  --page-chip-bg: rgba(155, 180, 129, 0.1);
  --page-chip-border: rgba(155, 180, 129, 0.18);
}

body.contact-page {
  --page-glow-1: rgba(164, 181, 196, 0.14);
  --page-glow-2: rgba(108, 136, 156, 0.15);
  --page-atmo-1: rgba(173, 194, 208, 0.07);
  --page-atmo-2: rgba(28, 38, 46, 0.24);
}

body.interior-page .hero-actions {
  justify-content: flex-start;
}

body.interior-page .hero-nav-bar {
  background: rgba(0, 0, 0, 0.6);
}

body.interior-page .hero-nav-bar.is-nav-elevated {
  background: rgba(0, 0, 0, 0.78);
}

body.interior-page .page-hero-section {
  width: min(calc(100% - 2rem), var(--max-width));
  margin-inline: auto;
  padding: 9rem 0 1.2rem;
}

body.interior-page .page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(20rem, 0.98fr);
  gap: 1.15rem;
  align-items: end;
}

body.interior-page .page-hero-copy {
  max-width: 43rem;
  padding: 0.6rem 0 1.25rem;
}

body.interior-page .page-hero-copy h1,
body.interior-page .content-section h2,
body.interior-page .content-section h3,
body.interior-page .page-hero-aside h3 {
  font-family: var(--display);
}

body.interior-page .page-hero-copy h1 {
  max-width: 10ch;
  margin: 0.45rem 0 0;
  font-size: clamp(3.4rem, 7.6vw, 6.4rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
}

body.interior-page .page-lead {
  max-width: 34rem;
  margin: 1.35rem 0 0;
  color: rgba(215, 231, 238, 0.82);
  font-size: 1.03rem;
}

body.interior-page .page-hero-aside {
  align-self: stretch;
}

body.interior-page .content-section {
  padding-top: 5.8rem;
}

body.interior-page .content-section:last-of-type {
  padding-bottom: 0;
}

body.interior-page .section-header {
  max-width: 42rem;
  margin-bottom: 2.35rem;
}

body.interior-page .section-header-tight {
  margin-bottom: 1.5rem;
}

body.interior-page .section-support {
  max-width: 32rem;
  color: rgba(197, 216, 226, 0.7);
}

body.interior-page .feature-layout,
body.interior-page .card-grid-2,
body.interior-page .card-grid-3,
body.interior-page .card-grid-4,
body.interior-page .contact-method-grid,
body.interior-page .review-grid-premium,
body.interior-page .mini-media-grid,
body.interior-page .dual-media-stack,
body.interior-page .support-stack {
  display: grid;
  gap: 1.1rem;
}

body.interior-page .feature-layout {
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  align-items: start;
}

body.interior-page .feature-layout-reverse {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

body.interior-page .project-lead-layout {
  align-items: stretch;
}

body.interior-page .card-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.interior-page .card-grid-3,
body.interior-page .contact-method-grid,
body.interior-page .review-grid-premium {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.interior-page .card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.interior-page .support-stack {
  align-content: start;
}

body.interior-page .mini-media-grid,
body.interior-page .dual-media-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.interior-page .panel {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.035), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.01)),
    linear-gradient(180deg, rgba(8, 16, 24, 0.88), rgba(3, 8, 13, 0.96));
  border: 1px solid rgba(180, 222, 245, 0.09);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.015);
}

body.interior-page .page-copy-panel,
body.interior-page .metrics-panel,
body.interior-page .timeline-panel,
body.interior-page .contact-method-card,
body.interior-page .review-quote-card,
body.interior-page .google-proof-copy,
body.interior-page .google-proof-stage,
body.interior-page .reserved-panel,
body.interior-page .closing-panel,
body.interior-page .mini-detail-card,
body.interior-page .service-lane-card {
  padding: 1.5rem;
}

body.interior-page .metrics-panel {
  min-height: 100%;
  display: grid;
  align-content: start;
  gap: 1rem;
}

body.interior-page .page-media-card {
  padding: 0;
  overflow: hidden;
}

body.interior-page .page-media {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius-md) - 6px);
  background:
    radial-gradient(circle at 18% 18%, rgba(136, 255, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(6, 13, 20, 0.96), rgba(4, 8, 12, 0.98));
}

body.interior-page .page-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.14));
  pointer-events: none;
}

body.interior-page .page-media img,
body.interior-page .page-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.interior-page .page-media video {
  background: #040608;
}

body.interior-page .portrait-media {
  min-height: 31rem;
}

body.interior-page .square-media {
  aspect-ratio: 1;
}

body.interior-page .landscape-media {
  aspect-ratio: 16 / 10;
}

body.interior-page .widescreen-media {
  aspect-ratio: 16 / 9;
  min-height: 24rem;
}

body.about-page .portrait-media img,
body.contact-page .portrait-media img {
  object-position: center top;
}

body.interior-page .page-panel-copy {
  padding: 1.35rem 1.4rem 1.5rem;
}

body.interior-page .compact-copy {
  padding-top: 1rem;
}

body.interior-page .page-panel-copy h3,
body.interior-page .page-copy-panel h3,
body.interior-page .timeline-panel h3,
body.interior-page .review-quote-card h3 {
  margin: 0.2rem 0 0;
  font-size: 1.16rem;
  line-height: 1.18;
}

body.interior-page .page-copy-panel h2,
body.interior-page .contact-method-card h2,
body.interior-page .closing-panel h2,
body.interior-page .reserved-panel h2 {
  margin: 0.4rem 0 0;
  font-size: clamp(2rem, 3.25vw, 3rem);
  line-height: 0.98;
}

body.interior-page .detail-list {
  display: grid;
  gap: 0.85rem;
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
}

body.interior-page .detail-list li {
  position: relative;
  padding-left: 1.15rem;
  color: rgba(215, 231, 238, 0.84);
}

body.interior-page .detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: rgba(143, 215, 255, 0.9);
  box-shadow: 0 0 14px rgba(143, 215, 255, 0.2);
}

body.explore-page .detail-list li::before {
  background: rgba(178, 210, 141, 0.92);
  box-shadow: 0 0 14px rgba(178, 210, 141, 0.18);
}

body.interior-page .stat-chip-row,
body.interior-page .review-kicker-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

body.interior-page .page-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.32rem 0.8rem;
  border-radius: 999px;
  background: var(--page-chip-bg);
  border: 1px solid var(--page-chip-border);
  color: var(--page-chip-text);
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}

body.projects-page .page-chip-warm {
  background: rgba(132, 54, 46, 0.18);
  border-color: rgba(190, 103, 93, 0.22);
}

body.interior-page .rating-line {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
}

body.interior-page .rating-line strong {
  font-family: var(--display);
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

body.interior-page .rating-line span {
  color: rgba(206, 222, 230, 0.72);
  font-size: 0.92rem;
}

body.interior-page .timeline-panel {
  display: grid;
  gap: 0.75rem;
}

body.interior-page .timeline-panel strong {
  color: rgba(215, 235, 245, 0.88);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
}

body.interior-page .review-quote-card {
  display: grid;
  gap: 1rem;
}

body.interior-page .review-stars {
  color: rgba(244, 215, 103, 0.96);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.interior-page .review-quote {
  margin: 0;
  color: rgba(238, 246, 250, 0.94);
  font-size: 1.02rem;
  line-height: 1.62;
}

body.interior-page .review-attribution {
  margin: 0;
  color: rgba(188, 210, 220, 0.6);
  font-size: 0.84rem;
}

body.interior-page .google-proof-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr);
  gap: 1.1rem;
  align-items: start;
}

body.interior-page .google-proof-copy {
  display: grid;
  align-content: start;
  gap: 1.1rem;
  min-height: 100%;
}

body.interior-page .google-proof-copy .section-support {
  margin: 0;
}

body.interior-page .google-proof-stat-block {
  display: grid;
  gap: 0.9rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(190, 210, 222, 0.12);
}

body.interior-page .google-proof-note {
  margin: 0;
  max-width: 30rem;
  color: rgba(209, 223, 232, 0.74);
}

body.interior-page .google-proof-link {
  margin-top: 0;
}

body.interior-page .google-proof-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(34rem, 54vw, 46rem);
  background:
    radial-gradient(circle at 16% 14%, rgba(154, 214, 240, 0.1), transparent 23%),
    radial-gradient(circle at 82% 18%, rgba(120, 146, 164, 0.14), transparent 25%),
    linear-gradient(180deg, rgba(14, 21, 30, 0.94), rgba(4, 8, 12, 0.985));
  border-color: rgba(196, 214, 224, 0.14);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.interior-page .google-proof-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.28)),
    radial-gradient(circle at 50% 50%, transparent 56%, rgba(0, 0, 0, 0.22) 100%);
  z-index: 0;
}

body.interior-page .google-proof-stage-topline,
body.interior-page .google-proof-columns {
  position: relative;
  z-index: 1;
}

body.interior-page .google-proof-stage-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

body.interior-page .google-proof-stage-label {
  color: rgba(188, 210, 220, 0.54);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.interior-page .google-proof-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  flex: 1 1 auto;
  gap: 0.95rem;
  min-height: 0;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 11%, black 89%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, black 11%, black 89%, transparent 100%);
}

body.interior-page .google-proof-column {
  position: relative;
  overflow: hidden;
}

body.interior-page .google-review-track {
  display: flex;
  flex-direction: column;
  will-change: transform;
}

body.interior-page .google-review-stack {
  display: grid;
  gap: 0.95rem;
  padding-bottom: 0.95rem;
}

body.interior-page .google-proof-column-a .google-review-track {
  animation: google-review-marquee-up 36s linear infinite;
}

body.interior-page .google-proof-column-b .google-review-track {
  animation: google-review-marquee-down 42s linear infinite;
  animation-delay: -10s;
}

body.interior-page .google-proof-column-c .google-review-track {
  animation: google-review-marquee-up 48s linear infinite;
  animation-delay: -16s;
}

body.interior-page .google-proof-stage:hover .google-review-track,
body.interior-page .google-proof-stage:focus-within .google-review-track {
  animation-play-state: paused;
}

body.interior-page .google-review-card {
  position: relative;
  display: grid;
  gap: 0.85rem;
  padding: 1.05rem 1rem 1.08rem;
  border-radius: 1.45rem;
  background:
    radial-gradient(circle at top right, rgba(170, 208, 232, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.012)),
    linear-gradient(180deg, rgba(8, 14, 21, 0.98), rgba(4, 8, 12, 0.985));
  border: 1px solid rgba(196, 214, 224, 0.12);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.interior-page .google-review-card-featured {
  padding: 1.18rem 1.08rem 1.18rem;
  background:
    radial-gradient(circle at 14% 14%, rgba(153, 213, 240, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.014)),
    linear-gradient(180deg, rgba(10, 16, 24, 0.985), rgba(4, 7, 11, 0.992));
  border-color: rgba(202, 220, 230, 0.15);
}

body.interior-page .google-review-card-head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

body.interior-page .google-review-avatar {
  display: grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(202, 218, 228, 0.16), rgba(98, 116, 130, 0.16)),
    linear-gradient(180deg, rgba(22, 28, 36, 0.98), rgba(8, 12, 18, 0.98));
  border: 1px solid rgba(210, 226, 234, 0.12);
  color: rgba(239, 248, 252, 0.94);
  font-family: var(--display);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 20px rgba(0, 0, 0, 0.16);
}

body.interior-page .google-review-card-meta {
  display: grid;
  gap: 0.12rem;
}

body.interior-page .google-review-name,
body.interior-page .google-review-source {
  margin: 0;
}

body.interior-page .google-review-name {
  color: rgba(244, 249, 252, 0.96);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.2;
}

body.interior-page .google-review-source {
  color: rgba(186, 208, 220, 0.56);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.interior-page .google-review-stars {
  margin: 0;
  color: rgba(246, 214, 112, 0.96);
  font-size: 0.86rem;
  letter-spacing: 0.2em;
}

body.interior-page .google-review-excerpt {
  margin: 0;
  color: rgba(233, 242, 247, 0.92);
  font-size: 0.95rem;
  line-height: 1.62;
}

body.interior-page .google-review-card-featured .google-review-excerpt {
  font-size: 1rem;
}

body.interior-page .google-proof-mobile {
  display: none;
  gap: 1rem;
  margin-top: 1rem;
}

@keyframes google-review-marquee-up {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

@keyframes google-review-marquee-down {
  from {
    transform: translateY(-50%);
  }

  to {
    transform: translateY(0);
  }
}

body.interior-page .closing-panel,
body.interior-page .reserved-panel {
  display: grid;
  justify-items: start;
  gap: 0.75rem;
}

body.interior-page .closing-panel p,
body.interior-page .reserved-panel p {
  max-width: 46rem;
}

body.interior-page .showcase-card,
body.interior-page .video-showcase-card {
  height: 100%;
}

body.interior-page .contact-method-card {
  display: grid;
  gap: 0.8rem;
}

body.interior-page .contact-method-card .text-link {
  margin-top: 0;
}

body.interior-page .photo-reel-panel {
  padding: 1.5rem;
}

body.interior-page .site-footer {
  margin-top: 4.6rem;
}

body.explore-page .explore-carousel-scene {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(24rem, 44vw, 36rem);
  overflow: hidden;
  border-radius: 1.75rem;
  perspective: 58em;
  background:
    radial-gradient(circle at 50% 50%, rgba(168, 196, 126, 0.12), transparent 28%),
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.06), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(176, 204, 139, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 20px 60px rgba(0, 0, 0, 0.28);
  -webkit-mask: linear-gradient(90deg, transparent 0%, black 11%, black 89%, transparent 100%);
  mask: linear-gradient(90deg, transparent 0%, black 11%, black 89%, transparent 100%);
}

body.explore-page .explore-carousel-scene::before {
  content: "";
  position: absolute;
  inset: auto 10% 8% 10%;
  height: 3.5rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(155, 180, 129, 0.16), transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}

body.explore-page .explore-carousel-ring {
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
  animation: explore-spin-y 38s linear infinite;
  will-change: transform;
}

body.explore-page .explore-carousel-scene:hover .explore-carousel-ring {
  animation-play-state: paused;
}

@keyframes explore-spin-y {
  to {
    transform: rotateY(360deg);
  }
}

body.explore-page .explore-carousel-card {
  --w: clamp(9.2rem, 16vw, 13rem);
  --ba: calc(1turn / var(--n));
  grid-area: 1 / 1;
  width: var(--w);
  aspect-ratio: 7 / 10;
  object-fit: cover;
  border-radius: 1.25rem;
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 18px 32px rgba(0, 0, 0, 0.34),
    0 6px 18px rgba(0, 0, 0, 0.2);
  transform:
    rotateY(calc(var(--i) * var(--ba)))
    translateZ(calc(-1 * ((0.5 * var(--w) + 0.5rem) / tan(calc(0.5 * var(--ba))))));
}

@media (max-width: 1100px) {
  body.interior-page .page-hero-grid,
  body.interior-page .feature-layout,
  body.interior-page .feature-layout-reverse,
  body.interior-page .card-grid-4,
  body.interior-page .card-grid-3,
  body.interior-page .contact-method-grid,
  body.interior-page .review-grid-premium {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.interior-page .page-hero-copy h1 {
    font-size: clamp(3rem, 8vw, 5.3rem);
  }

  body.interior-page .google-proof-layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }

  body.interior-page .google-proof-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.interior-page .google-proof-column-c {
    display: none;
  }
}

@media (max-width: 900px) {
  body.interior-page .page-hero-section {
    padding-top: 7.9rem;
  }

  body.interior-page .page-hero-grid,
  body.interior-page .feature-layout,
  body.interior-page .feature-layout-reverse,
  body.interior-page .card-grid-2,
  body.interior-page .card-grid-3,
  body.interior-page .card-grid-4,
  body.interior-page .contact-method-grid,
  body.interior-page .review-grid-premium,
  body.interior-page .mini-media-grid,
  body.interior-page .dual-media-stack {
    grid-template-columns: minmax(0, 1fr);
  }

  body.interior-page .portrait-media {
    min-height: 24rem;
  }

  body.interior-page .widescreen-media {
    min-height: 18rem;
  }

  body.interior-page .google-proof-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  body.interior-page .google-proof-stage {
    display: none;
  }

  body.interior-page .google-proof-mobile {
    display: grid;
  }

  body.explore-page .explore-carousel-scene {
    min-height: 22rem;
    border-radius: 1.25rem;
  }

  body.explore-page .explore-carousel-card {
    --w: clamp(7.4rem, 24vw, 10.2rem);
    border-radius: 1rem;
  }
}

@media (max-width: 640px) {
  body.interior-page .page-hero-copy h1,
  body.interior-page .page-copy-panel h2,
  body.interior-page .contact-method-card h2,
  body.interior-page .closing-panel h2,
  body.interior-page .reserved-panel h2 {
    max-width: none;
  }

  body.interior-page .page-copy-panel,
  body.interior-page .metrics-panel,
  body.interior-page .timeline-panel,
  body.interior-page .contact-method-card,
  body.interior-page .review-quote-card,
  body.interior-page .google-proof-copy,
  body.interior-page .google-proof-stage,
  body.interior-page .reserved-panel,
  body.interior-page .closing-panel,
  body.interior-page .mini-detail-card,
  body.interior-page .service-lane-card,
  body.interior-page .photo-reel-panel {
    padding: 1.25rem;
  }

  body.interior-page .page-panel-copy {
    padding: 1.05rem 1.15rem 1.2rem;
  }

  body.interior-page .google-review-card {
    padding: 1rem 0.95rem 1.02rem;
    border-radius: 1.3rem;
  }

  body.interior-page .google-review-card-featured {
    padding: 1.08rem 1rem 1.08rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.explore-page .explore-carousel-ring {
    animation-duration: 120s;
  }

  body.interior-page .google-review-track {
    animation: none !important;
    transform: none !important;
  }

  body.interior-page .google-review-stack[aria-hidden="true"] {
    display: none;
  }
}

body.interior-page .google-proof-section {
  padding-top: 4.8rem;
}

body.interior-page .google-proof-layout {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.15rem;
}

body.interior-page .google-proof-copy {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 0.3rem 1.35rem;
  min-height: 0;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

body.interior-page .google-proof-copy .frame-trace-overlay {
  display: none;
}

body.interior-page .google-proof-copy > .eyebrow {
  margin: 0 0 0.45rem;
  color: rgba(208, 210, 214, 0.62);
}

body.interior-page .google-proof-copy > h2 {
  max-width: 14ch;
  margin: 0;
  color: rgba(245, 245, 246, 0.96);
}

body.interior-page .google-proof-copy > .section-support {
  max-width: 33rem;
  margin-top: 0.28rem;
  color: rgba(207, 210, 214, 0.72);
}

body.interior-page .google-proof-copy > .google-proof-stat-block {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: start;
  justify-self: end;
  min-width: 12.8rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.1rem;
  background:
    linear-gradient(180deg, rgba(22, 22, 24, 0.98), rgba(10, 10, 12, 0.995));
  box-shadow:
    0 16px 32px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.interior-page .google-proof-copy > .google-proof-stat-block .rating-line {
  align-items: flex-end;
  gap: 0.55rem;
}

body.interior-page .google-proof-copy > .google-proof-stat-block .rating-line strong {
  color: rgba(246, 246, 247, 0.96);
  font-size: clamp(2rem, 3vw, 2.55rem);
}

body.interior-page .google-proof-copy > .google-proof-stat-block .rating-line span {
  color: rgba(191, 193, 198, 0.68);
}

body.interior-page .google-proof-copy > .google-proof-stat-block .stat-chip-row {
  justify-content: flex-end;
  gap: 0.45rem;
}

body.interior-page .google-proof-copy > .google-proof-stat-block .page-chip {
  min-height: 1.8rem;
  padding: 0.22rem 0.68rem;
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(209, 211, 215, 0.74);
  font-size: 0.76rem;
}

body.interior-page .google-proof-copy > .google-proof-stat-block .page-chip:nth-child(2) {
  display: none;
}

body.interior-page .google-proof-note {
  display: none;
}

body.interior-page .google-proof-link {
  grid-column: 2;
  grid-row: 3;
  justify-self: end;
  align-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(19, 19, 21, 0.98), rgba(9, 9, 11, 0.995));
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(233, 234, 236, 0.86);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: none;
}

body.interior-page .google-proof-link:hover,
body.interior-page .google-proof-link:focus-visible {
  color: rgba(247, 247, 248, 0.96);
  transform: translateX(0);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.14);
}

body.interior-page .google-proof-stage {
  min-height: clamp(22rem, 36vw, 27rem);
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(16, 16, 18, 0.985), rgba(8, 8, 10, 0.998));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 22px 42px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

body.interior-page .google-proof-stage::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.2));
}

body.interior-page .google-proof-stage-topline {
  display: none;
}

body.interior-page .google-proof-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 9%, black 91%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, black 9%, black 91%, transparent 100%);
}

body.interior-page .google-proof-column-c {
  display: none;
}

body.interior-page .google-review-stack {
  gap: 0.8rem;
  padding-bottom: 0.8rem;
}

body.interior-page .google-proof-column-a .google-review-track {
  animation-duration: 72s;
}

body.interior-page .google-proof-column-b .google-review-track {
  animation-duration: 78s;
  animation-delay: -18s;
}

body.interior-page .google-review-card,
body.interior-page .google-review-card-featured {
  gap: 0.72rem;
  padding: 0.95rem 0.92rem 0.98rem;
  border-radius: 1.2rem;
  background:
    linear-gradient(180deg, rgba(24, 24, 26, 0.985), rgba(11, 11, 13, 0.995));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 12px 22px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

body.interior-page .google-review-card-head {
  gap: 0.72rem;
}

body.interior-page .google-review-avatar {
  width: 2.2rem;
  height: 2.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(130, 130, 136, 0.08)),
    linear-gradient(180deg, rgba(28, 28, 31, 0.99), rgba(11, 11, 13, 0.995));
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(239, 240, 242, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 8px 16px rgba(0, 0, 0, 0.12);
}

body.interior-page .google-review-name {
  color: rgba(241, 242, 244, 0.94);
}

body.interior-page .google-review-source {
  color: rgba(183, 185, 190, 0.54);
}

body.interior-page .google-review-stars {
  color: rgba(212, 184, 118, 0.9);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
}

body.interior-page .google-review-excerpt,
body.interior-page .google-review-card-featured .google-review-excerpt {
  color: rgba(223, 225, 229, 0.88);
  font-size: 0.9rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  body.interior-page .google-proof-copy {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.45rem;
  }

  body.interior-page .google-proof-copy > .google-proof-stat-block,
  body.interior-page .google-proof-link {
    grid-column: 1;
    justify-self: start;
  }

  body.interior-page .google-proof-copy > .google-proof-stat-block {
    grid-row: auto;
    margin-top: 0.35rem;
  }

  body.interior-page .google-proof-link {
    grid-row: auto;
    margin-top: 0.15rem;
  }

  body.interior-page .google-proof-copy > .google-proof-stat-block .stat-chip-row {
    justify-content: flex-start;
  }

  body.interior-page .google-proof-mobile {
    margin-top: 0.85rem;
  }
}

@media (max-width: 640px) {
  body.interior-page .google-proof-section {
    padding-top: 4.2rem;
  }

  body.interior-page .google-proof-stage {
    padding: 0.9rem;
  }

  body.interior-page .google-review-card,
  body.interior-page .google-review-card-featured {
    padding: 0.92rem 0.9rem 0.94rem;
    border-radius: 1.15rem;
  }
}

body.interior-page .google-proof-section {
  padding-top: 4.7rem;
}

body.interior-page .google-proof-layout {
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

body.interior-page .google-proof-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  text-align: center;
  gap: 0.4rem;
  max-width: 40rem;
  margin: 0 auto;
  padding: 0;
  min-height: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

body.interior-page .google-proof-copy .frame-trace-overlay {
  display: none;
}

body.interior-page .google-proof-copy > .eyebrow {
  margin: 0 0 0.3rem;
  color: rgba(203, 206, 210, 0.62);
}

body.interior-page .google-proof-copy > h2 {
  max-width: none;
  margin: 0;
  color: rgba(244, 245, 247, 0.96);
  text-align: center;
}

body.interior-page .google-proof-copy > .section-support {
  max-width: 31rem;
  margin: 0;
  color: rgba(203, 206, 211, 0.72);
  text-align: center;
}

body.interior-page .google-proof-stat-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 0.25rem;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

body.interior-page .google-proof-stat-block .rating-line {
  align-items: flex-end;
  gap: 0.45rem;
}

body.interior-page .google-proof-stat-block .rating-line strong {
  color: rgba(244, 245, 247, 0.96);
  font-size: clamp(1.65rem, 2vw, 1.95rem);
}

body.interior-page .google-proof-stat-block .rating-line span {
  color: rgba(186, 189, 194, 0.7);
  font-size: 0.82rem;
}

body.interior-page .google-proof-stat-block .stat-chip-row {
  gap: 0.4rem;
}

body.interior-page .google-proof-stat-block .page-chip {
  min-height: 1.7rem;
  padding: 0.18rem 0.62rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(205, 208, 212, 0.72);
  font-size: 0.73rem;
}

body.interior-page .google-proof-stat-block .page-chip:nth-child(2),
body.interior-page .google-proof-stat-block .page-chip:nth-child(3) {
  display: none;
}

body.interior-page .google-proof-note {
  display: none;
}

body.interior-page .google-proof-link {
  grid-column: auto;
  grid-row: auto;
  justify-self: center;
  align-self: center;
  margin-top: 0.15rem;
  min-height: 2.2rem;
  padding: 0.4rem 0.88rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(21, 21, 23, 0.98), rgba(9, 9, 11, 0.995));
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(230, 231, 234, 0.84);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: none;
}

body.interior-page .google-proof-link:hover,
body.interior-page .google-proof-link:focus-visible {
  color: rgba(245, 246, 247, 0.96);
  transform: translateX(0);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.14);
}

body.interior-page .google-proof-stage {
  width: min(100%, 61rem);
  margin: 0 auto;
  min-height: 23.25rem;
  max-height: 23.25rem;
  padding: 0.9rem;
  background: linear-gradient(180deg, rgba(15, 15, 17, 0.985), rgba(8, 8, 10, 0.998));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 22px 42px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

body.interior-page .google-proof-stage::before,
body.interior-page .google-proof-stage .frame-trace-overlay,
body.interior-page .google-proof-stage-topline {
  display: none;
}

body.interior-page .google-proof-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
  height: 100%;
  min-height: 0;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, black 10%, black 90%, transparent 100%);
}

body.interior-page .google-proof-column {
  overflow: hidden;
}

body.interior-page .google-proof-column-c {
  display: block;
}

body.interior-page .google-review-stack {
  gap: 0.72rem;
  padding-bottom: 0.72rem;
}

body.interior-page .google-proof-column-a .google-review-track {
  animation: google-review-marquee-up 64s linear infinite;
  animation-delay: -8s;
}

body.interior-page .google-proof-column-b .google-review-track {
  animation: google-review-marquee-down 70s linear infinite;
  animation-delay: -22s;
}

body.interior-page .google-proof-column-c .google-review-track {
  animation: google-review-marquee-up 76s linear infinite;
  animation-delay: -18s;
}

body.interior-page .google-review-card,
body.interior-page .google-review-card-featured {
  gap: 0.62rem;
  padding: 0.78rem 0.76rem 0.82rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(23, 23, 25, 0.985), rgba(11, 11, 13, 0.995));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 10px 18px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

body.interior-page .google-review-card-head {
  gap: 0.62rem;
}

body.interior-page .google-review-avatar {
  width: 1.9rem;
  height: 1.9rem;
  font-size: 0.68rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(128, 128, 134, 0.08)),
    linear-gradient(180deg, rgba(27, 27, 30, 0.99), rgba(10, 10, 12, 0.995));
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(237, 238, 240, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 6px 12px rgba(0, 0, 0, 0.1);
}

body.interior-page .google-review-name {
  color: rgba(240, 241, 243, 0.94);
  font-size: 0.85rem;
}

body.interior-page .google-review-source {
  color: rgba(180, 183, 188, 0.54);
  font-size: 0.64rem;
  letter-spacing: 0.09em;
}

body.interior-page .google-review-stars {
  color: rgba(209, 183, 120, 0.88);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

body.interior-page .google-review-excerpt,
body.interior-page .google-review-card-featured .google-review-excerpt {
  color: rgba(222, 224, 228, 0.87);
  font-size: 0.83rem;
  line-height: 1.48;
}

@media (max-width: 900px) {
  body.interior-page .google-proof-copy {
    max-width: 34rem;
  }

  body.interior-page .google-proof-stat-block {
    flex-direction: column;
    gap: 0.4rem;
  }

  body.interior-page .google-proof-stage {
    display: none;
  }

  body.interior-page .google-proof-mobile {
    display: grid;
    width: min(100%, 34rem);
    margin: 0.75rem auto 0;
  }

  body.interior-page .google-proof-mobile .google-review-card,
  body.interior-page .google-proof-mobile .google-review-card-featured {
    padding: 0.95rem 0.92rem 0.98rem;
    border-radius: 1.1rem;
  }

  body.interior-page .google-proof-mobile .google-review-excerpt,
  body.interior-page .google-proof-mobile .google-review-card-featured .google-review-excerpt {
    font-size: 0.9rem;
    line-height: 1.52;
  }
}

body.interior-page .google-proof-section {
  padding-top: 4.5rem;
}

body.interior-page .google-proof-layout {
  width: min(100%, 64rem);
  margin: 0 auto;
  gap: 1rem;
  padding: 1.35rem 1.15rem 1.1rem;
  border-radius: 1.6rem;
  background:
    linear-gradient(180deg, rgba(24, 24, 26, 0.98), rgba(10, 10, 12, 0.995)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  border: 1px solid rgba(214, 218, 224, 0.09);
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

body.interior-page .google-proof-layout .frame-trace-overlay {
  display: none;
}

body.interior-page .google-proof-copy {
  max-width: 38rem;
  margin: 0 auto;
  gap: 0.3rem;
}

body.interior-page .google-proof-copy > .eyebrow {
  margin: 0 0 0.2rem;
  color: rgba(199, 202, 207, 0.58);
  letter-spacing: 0.08em;
}

body.interior-page .google-proof-copy > h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  letter-spacing: 0.01em;
  line-height: 1.02;
}

body.interior-page .google-proof-copy > .section-support {
  max-width: 28rem;
  color: rgba(203, 206, 210, 0.68);
  font-size: 0.95rem;
}

body.interior-page .google-proof-meta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
  margin-top: 0.55rem;
}

body.interior-page .google-proof-stat-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0;
}

body.interior-page .google-proof-stat-block .rating-line {
  align-items: center;
  gap: 0.35rem;
}

body.interior-page .google-proof-stat-block .rating-line strong {
  font-size: 1.15rem;
  letter-spacing: -0.04em;
}

body.interior-page .google-proof-stat-block .rating-line span {
  color: rgba(185, 189, 193, 0.68);
  font-size: 0.76rem;
}

body.interior-page .google-proof-stat-block .stat-chip-row {
  gap: 0.35rem;
}

body.interior-page .google-proof-stat-block .page-chip {
  min-height: 1.58rem;
  padding: 0.12rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(214, 218, 224, 0.09);
  color: rgba(199, 202, 207, 0.7);
  font-size: 0.7rem;
}

body.interior-page .google-proof-stat-block .page-chip:nth-child(2),
body.interior-page .google-proof-stat-block .page-chip:nth-child(3) {
  display: none;
}

body.interior-page .google-proof-link {
  margin-top: 0;
  min-height: 1.95rem;
  padding: 0.34rem 0.8rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(19, 19, 21, 0.98), rgba(9, 9, 11, 0.995));
  border: 1px solid rgba(214, 218, 224, 0.1);
  color: rgba(230, 232, 235, 0.84);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.interior-page .google-proof-link:hover,
body.interior-page .google-proof-link:focus-visible {
  color: rgba(245, 246, 247, 0.96);
  transform: none;
  border-color: rgba(224, 227, 232, 0.16);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.12);
}

body.interior-page .google-proof-stage {
  width: 100%;
  margin: 0;
  min-height: 21.75rem;
  max-height: 21.75rem;
  padding: 0.95rem 0 0;
  background: none;
  border: 0;
  border-top: 1px solid rgba(214, 218, 224, 0.08);
  border-radius: 0;
  box-shadow: none;
}

body.interior-page .google-proof-stage::before,
body.interior-page .google-proof-stage-topline,
body.interior-page .google-proof-stage .frame-trace-overlay {
  display: none;
}

body.interior-page .google-proof-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.68rem;
  height: 100%;
  padding: 0 0.05rem;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 9%, black 91%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, black 9%, black 91%, transparent 100%);
}

body.interior-page .google-proof-column {
  overflow: hidden;
}

body.interior-page .google-proof-column-c {
  display: block;
}

body.interior-page .google-review-stack {
  gap: 0.68rem;
  padding-bottom: 0.68rem;
}

body.interior-page .google-proof-column-a .google-review-track {
  animation: google-review-marquee-up 42s linear infinite;
  animation-delay: -10s;
}

body.interior-page .google-proof-column-b .google-review-track {
  animation: google-review-marquee-down 48s linear infinite;
  animation-delay: -20s;
}

body.interior-page .google-proof-column-c .google-review-track {
  animation: google-review-marquee-up 54s linear infinite;
  animation-delay: -16s;
}

body.interior-page .google-proof-stage:hover .google-review-track,
body.interior-page .google-proof-stage:focus-within .google-review-track {
  animation-play-state: running;
}

body.interior-page .google-review-card,
body.interior-page .google-review-card-featured {
  gap: 0.54rem;
  padding: 0.74rem 0.72rem 0.78rem;
  border-radius: 0.95rem;
  background:
    linear-gradient(180deg, rgba(28, 28, 30, 0.98), rgba(13, 13, 15, 0.995));
  border: 1px solid rgba(214, 218, 224, 0.08);
  box-shadow:
    0 8px 14px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.018);
}

body.interior-page .google-review-card-featured {
  padding-top: 0.8rem;
  padding-bottom: 0.84rem;
  border-color: rgba(220, 224, 229, 0.1);
}

body.interior-page .google-review-card-head {
  gap: 0.58rem;
}

body.interior-page .google-review-avatar {
  width: 1.82rem;
  height: 1.82rem;
  font-size: 0.64rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(128, 128, 134, 0.06)),
    linear-gradient(180deg, rgba(29, 29, 32, 0.99), rgba(11, 11, 13, 0.995));
  border-color: rgba(214, 218, 224, 0.08);
  color: rgba(236, 238, 240, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 5px 10px rgba(0, 0, 0, 0.08);
}

body.interior-page .google-review-name {
  font-size: 0.83rem;
}

body.interior-page .google-review-source {
  color: rgba(177, 180, 185, 0.52);
  font-size: 0.61rem;
  letter-spacing: 0.1em;
}

body.interior-page .google-review-stars {
  color: rgba(206, 180, 118, 0.86);
  font-size: 0.68rem;
  letter-spacing: 0.13em;
}

body.interior-page .google-review-excerpt,
body.interior-page .google-review-card-featured .google-review-excerpt {
  color: rgba(220, 223, 227, 0.86);
  font-size: 0.8rem;
  line-height: 1.45;
}

body.interior-page .google-proof-mobile {
  display: none;
  width: 100%;
  margin-top: 0.85rem;
}

@media (max-width: 900px) {
  body.interior-page .google-proof-layout {
    width: 100%;
    padding: 1.15rem 1rem 1rem;
    border-radius: 1.35rem;
  }

  body.interior-page .google-proof-copy {
    max-width: 33rem;
  }

  body.interior-page .google-proof-copy > h2 {
    font-size: clamp(1.9rem, 8vw, 2.4rem);
  }

  body.interior-page .google-proof-meta-row {
    flex-direction: column;
    gap: 0.45rem;
  }

  body.interior-page .google-proof-stage {
    display: none;
  }

  body.interior-page .google-proof-mobile {
    display: grid;
  }

  body.interior-page .google-proof-mobile .google-review-card,
  body.interior-page .google-proof-mobile .google-review-card-featured {
    padding: 0.92rem 0.9rem 0.96rem;
    border-radius: 1.02rem;
  }

  body.interior-page .google-proof-mobile .google-review-excerpt,
  body.interior-page .google-proof-mobile .google-review-card-featured .google-review-excerpt {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

body.interior-page .service-area-section {
  padding-top: 4.6rem;
}

body.interior-page .service-area-shell {
  display: grid;
  gap: 1.15rem;
  padding: 1.35rem 1.1rem 1.15rem;
  background:
    linear-gradient(180deg, rgba(26, 26, 28, 0.985), rgba(10, 10, 12, 0.998)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  border: 1px solid rgba(214, 218, 224, 0.08);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.022);
}

body.interior-page .service-area-header {
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  text-align: center;
  max-width: 42rem;
  margin: 0 auto;
}

body.interior-page .service-area-header .eyebrow {
  margin: 0 0 0.15rem;
  color: rgba(198, 201, 205, 0.58);
  letter-spacing: 0.08em;
}

body.interior-page .service-area-header h2 {
  max-width: none;
  font-size: clamp(1.95rem, 3vw, 2.6rem);
  line-height: 1.02;
  letter-spacing: 0.01em;
  color: rgba(243, 245, 247, 0.96);
}

body.interior-page .service-area-header .section-support {
  max-width: 34rem;
  margin: 0;
  color: rgba(202, 205, 210, 0.66);
  font-size: 0.94rem;
}

body.interior-page .service-area-marquee {
  position: relative;
  overflow: hidden;
  min-height: 4.7rem;
  display: grid;
  align-items: center;
  padding: 0.2rem 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
}

body.interior-page .service-area-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: service-area-marquee 34s linear infinite;
}

body.interior-page .service-area-sequence {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: max-content;
  padding-right: 0.7rem;
}

body.interior-page .service-area-tile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10.5rem;
  min-height: 3.55rem;
  padding: 0.55rem 1.15rem;
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(34, 34, 36, 0.985), rgba(14, 14, 16, 0.995)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  border: 1px solid rgba(214, 218, 224, 0.09);
  box-shadow:
    0 10px 18px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.024);
  color: rgba(234, 236, 239, 0.9);
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
  white-space: nowrap;
}

body.interior-page .service-area-mobile-grid {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

@keyframes service-area-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 900px) {
  body.interior-page .service-area-shell {
    gap: 1rem;
    padding: 1.15rem 1rem 1rem;
  }

  body.interior-page .service-area-header h2 {
    font-size: clamp(1.8rem, 8vw, 2.25rem);
  }

  body.interior-page .service-area-header .section-support {
    font-size: 0.9rem;
  }

  body.interior-page .service-area-marquee {
    display: none;
  }

  body.interior-page .service-area-mobile-grid {
    display: grid;
  }

  body.interior-page .service-area-mobile-grid .service-area-tile {
    min-width: 0;
    min-height: 3.2rem;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  body.interior-page .service-area-section {
    padding-top: 4rem;
  }

  body.interior-page .service-area-shell {
    padding: 1.05rem 0.95rem 0.95rem;
    border-radius: 1.3rem;
  }

  body.interior-page .service-area-mobile-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.interior-page .service-area-mobile-grid .service-area-tile {
    min-height: 3rem;
    font-size: 0.92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.interior-page .service-area-track {
    animation-duration: 80s;
  }
}

body.interior-page .services-rail-section {
  padding-top: 5rem;
}

body.interior-page .services-rail-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 1.6rem;
  padding: 2rem 1.1rem 1.65rem;
  border-radius: 1.9rem;
  background:
    radial-gradient(circle at 50% -8%, rgba(255, 255, 255, 0.035), transparent 34%),
    linear-gradient(180deg, rgba(14, 14, 16, 0.985), rgba(8, 8, 10, 0.998) 54%, rgba(10, 10, 12, 0.99));
  border: 1px solid rgba(214, 218, 224, 0.08);
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
  isolation: isolate;
}

body.interior-page .services-rail-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 24%, transparent 76%, rgba(0, 0, 0, 0.18)),
    radial-gradient(circle at 50% 58%, rgba(255, 255, 255, 0.024), transparent 48%);
  z-index: 0;
}

body.interior-page .services-rail-heading,
body.interior-page .services-rail-stage {
  position: relative;
  z-index: 1;
}

body.interior-page .services-rail-heading {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  text-align: center;
  max-width: 44rem;
  margin: 0 auto;
}

body.interior-page .services-rail-rule {
  display: block;
  width: 4.75rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 218, 224, 0.42), transparent);
}

body.interior-page .services-rail-heading h2 {
  margin: 0;
  font-family: var(--body);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 600;
  letter-spacing: 0.28em;
  line-height: 0.96;
  color: rgba(243, 245, 247, 0.96);
}

body.interior-page .services-rail-support {
  max-width: 32rem;
  margin: 0;
  color: rgba(202, 205, 210, 0.68);
  font-size: 0.96rem;
}

body.interior-page .services-rail-stage {
  position: relative;
  overflow: hidden;
  padding: 0.85rem 1.85rem 0.95rem;
}

body.interior-page .services-rail-stage::before,
body.interior-page .services-rail-stage::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4rem;
  pointer-events: none;
  z-index: 2;
}

body.interior-page .services-rail-stage::before {
  left: 0;
  background: linear-gradient(90deg, rgba(10, 10, 12, 0.98), rgba(10, 10, 12, 0));
}

body.interior-page .services-rail-stage::after {
  right: 0;
  background: linear-gradient(270deg, rgba(10, 10, 12, 0.98), rgba(10, 10, 12, 0));
}

body.interior-page .services-rail-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
  align-items: start;
  will-change: transform, opacity;
}

body.interior-page .services-rail-card {
  display: grid;
  gap: 0.9rem;
  min-height: 13.6rem;
  padding: 1.2rem 1.05rem 1.08rem;
  border-radius: 1.3rem;
  background:
    linear-gradient(180deg, rgba(28, 28, 30, 0.985), rgba(12, 12, 14, 0.995)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0));
  border: 1px solid rgba(214, 218, 224, 0.085);
  box-shadow:
    0 16px 28px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

body.interior-page .services-rail-card:nth-child(2),
body.interior-page .services-rail-card:nth-child(4) {
  margin-top: 1rem;
}

body.interior-page .services-rail-card-kicker {
  margin: 0;
  color: rgba(186, 189, 194, 0.58);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.interior-page .services-rail-card h3 {
  margin: 0;
  color: rgba(244, 245, 247, 0.96);
  font-family: var(--display);
  font-size: 1.1rem;
  line-height: 1.08;
}

body.interior-page .services-rail-card p:last-child {
  margin: 0;
  color: rgba(214, 217, 221, 0.8);
  font-size: 0.93rem;
  line-height: 1.58;
}

body.interior-page .services-rail-card:hover,
body.interior-page .services-rail-card:focus-within {
  border-color: rgba(224, 228, 232, 0.15);
  box-shadow:
    0 18px 30px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

@media (max-width: 900px) {
  body.interior-page .services-rail-shell {
    gap: 1.2rem;
    padding: 1.35rem 1rem 1.15rem;
    border-radius: 1.45rem;
  }

  body.interior-page .services-rail-heading h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
    letter-spacing: 0.2em;
  }

  body.interior-page .services-rail-support {
    font-size: 0.92rem;
  }

  body.interior-page .services-rail-stage {
    overflow: visible;
    padding: 0;
  }

  body.interior-page .services-rail-stage::before,
  body.interior-page .services-rail-stage::after {
    display: none;
  }

  body.interior-page .services-rail-track {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.8rem;
    transform: none !important;
  }

  body.interior-page .services-rail-card {
    min-height: 0;
    padding: 1rem 0.92rem 0.94rem;
  }

  body.interior-page .services-rail-card:nth-child(2),
  body.interior-page .services-rail-card:nth-child(4) {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  body.interior-page .services-rail-section {
    padding-top: 4.2rem;
  }

  body.interior-page .services-rail-shell {
    padding: 1.2rem 0.92rem 1rem;
  }

  body.interior-page .services-rail-card h3 {
    font-size: 1.02rem;
  }

  body.interior-page .services-rail-card p:last-child {
    font-size: 0.9rem;
  }
}

/* ---------------------------------------------------------
   Solutions page premium overrides
--------------------------------------------------------- */

body.solutions-page {
  --body: var(--display);
  --solutions-black: #050505;
  --solutions-graphite: #0b0d10;
  --solutions-charcoal: #13161a;
  --solutions-titanium: #1b1f25;
  --solutions-silver: #c3c8cf;
  --solutions-muted: #8d949d;
  --solutions-warm: #a88f5a;
  --page-glow-1: rgba(195, 200, 207, 0.1);
  --page-glow-2: rgba(27, 31, 37, 0.32);
  --page-atmo-1: rgba(195, 200, 207, 0.05);
  --page-atmo-2: rgba(27, 31, 37, 0.4);
  --page-line: rgba(195, 200, 207, 0.08);
  --page-line-strong: rgba(195, 200, 207, 0.16);
  --page-chip-bg: rgba(195, 200, 207, 0.055);
  --page-chip-border: rgba(195, 200, 207, 0.12);
  --page-chip-text: rgba(229, 232, 236, 0.88);
  font-family: var(--body);
  overflow-x: clip;
  background:
    linear-gradient(180deg, #050505 0%, #060708 18%, #0b0d10 42%, #111419 72%, #070809 100%);
}

body.solutions-page main::before {
  inset: 0;
  height: auto;
  background:
    radial-gradient(circle at 16% 8%, rgba(195, 200, 207, 0.055), transparent 22%),
    radial-gradient(circle at 84% 16%, rgba(168, 143, 90, 0.05), transparent 16%),
    radial-gradient(circle at 50% 48%, rgba(27, 31, 37, 0.4), transparent 40%),
    radial-gradient(circle at 50% 100%, rgba(195, 200, 207, 0.045), transparent 30%),
    linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(9, 11, 14, 0.36) 38%, rgba(5, 5, 5, 0.94) 100%);
}

body.solutions-page .page-glow {
  filter: blur(140px);
}

body.solutions-page .page-glow-one {
  top: -12rem;
  right: -10rem;
  opacity: 0.16;
  background: rgba(195, 200, 207, 0.12);
}

body.solutions-page .page-glow-two {
  left: -12rem;
  bottom: -10rem;
  opacity: 0.18;
  background: rgba(27, 31, 37, 0.38);
}

body.solutions-page .solutions-energy-field {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.8;
  overflow: hidden;
}

body.solutions-page .solutions-energy-field::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(168, 143, 90, 0.1), transparent 22%),
    radial-gradient(circle at 74% 46%, rgba(195, 200, 207, 0.045), transparent 24%),
    linear-gradient(135deg, rgba(168, 143, 90, 0.028), transparent 34%, transparent 66%, rgba(195, 200, 207, 0.02));
  opacity: 0.55;
}

body.solutions-page .solutions-energy-canvas {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.92;
}

body.solutions-page .interior-main {
  position: relative;
  z-index: 1;
}

body.solutions-page .hero-nav-bar {
  background: rgba(8, 9, 10, 0.74);
  border-color: rgba(195, 200, 207, 0.12);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.solutions-page .hero-nav-bar.is-nav-elevated {
  background: rgba(8, 9, 10, 0.84);
  border-color: rgba(195, 200, 207, 0.16);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.solutions-page .brand-lockup {
  font-family: var(--body);
  letter-spacing: 0.14em;
}

body.solutions-page .brand-lockup strong {
  font-size: 1.08rem;
}

body.solutions-page .brand-lockup span:last-child {
  color: rgba(195, 200, 207, 0.68);
  font-size: 0.9rem;
}

body.solutions-page .hero-nav {
  color: rgba(195, 200, 207, 0.74);
}

body.solutions-page .hero-nav a::after {
  background: linear-gradient(90deg, rgba(195, 200, 207, 0), rgba(195, 200, 207, 0.7), rgba(168, 143, 90, 0.44), rgba(195, 200, 207, 0));
}

body.solutions-page .hero-nav a.active,
body.solutions-page .hero-nav a:hover,
body.solutions-page .hero-nav a:focus-visible {
  color: rgba(244, 246, 248, 0.96);
  text-shadow: none;
}

body.solutions-page .hero-nav a {
  color: rgba(244, 246, 248, 0.9);
}

body.solutions-page .mobile-nav-toggle {
  border-color: rgba(195, 200, 207, 0.12);
  background: linear-gradient(180deg, rgba(27, 30, 35, 0.96), rgba(11, 13, 16, 0.99));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 22px rgba(0, 0, 0, 0.24);
  color: rgba(244, 246, 248, 0.92);
}

body.solutions-page .mobile-nav-toggle:hover,
body.solutions-page .mobile-nav-toggle:focus-visible {
  border-color: rgba(198, 172, 117, 0.22);
  background: linear-gradient(180deg, rgba(35, 38, 44, 0.98), rgba(14, 16, 19, 1));
}

@media (max-width: 900px) {
  body.solutions-page .hero-nav-bar.is-mobile-nav-open .hero-nav {
    border-color: rgba(195, 200, 207, 0.14);
    background: linear-gradient(180deg, rgba(15, 17, 20, 0.97), rgba(7, 8, 10, 0.99));
    box-shadow:
      0 20px 36px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }

  body.solutions-page .hero-nav-bar.is-mobile-nav-open .hero-nav a.active,
  body.solutions-page .hero-nav-bar.is-mobile-nav-open .hero-nav a:hover,
  body.solutions-page .hero-nav-bar.is-mobile-nav-open .hero-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.04);
  }
}

body.solutions-page .hero-nav a.active {
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.solutions-page .footer-nav a {
  color: rgba(244, 246, 248, 0.9);
}

body.solutions-page .footer-nav a[href="/solutions"] {
  color: rgba(244, 246, 248, 0.96);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.solutions-page .footer-note {
  color: rgba(244, 246, 248, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body.solutions-page .button-primary {
  --button-fill: linear-gradient(180deg, rgba(31, 34, 39, 0.995), rgba(11, 13, 16, 1));
  --button-edge: linear-gradient(
    120deg,
    rgba(235, 238, 241, 0.36),
    rgba(195, 200, 207, 0.18) 44%,
    rgba(168, 143, 90, 0.14) 76%,
    rgba(255, 255, 255, 0.08)
  );
  color: rgba(247, 248, 249, 0.96);
}

body.solutions-page .button-secondary {
  --button-fill: linear-gradient(180deg, rgba(17, 19, 22, 0.99), rgba(8, 9, 11, 0.998));
  --button-edge: linear-gradient(
    120deg,
    rgba(195, 200, 207, 0.22),
    rgba(89, 94, 101, 0.16) 52%,
    rgba(255, 255, 255, 0.06)
  );
  color: rgba(221, 225, 229, 0.9);
}

body.solutions-page .nav-cta {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(10, 12, 15, 0.58),
    0 10px 22px rgba(0, 0, 0, 0.24);
}

body.solutions-page .hero-kicker,
body.solutions-page .eyebrow {
  color: rgba(195, 200, 207, 0.72);
  text-shadow: none;
}

body.solutions-page .page-hero-copy h1,
body.solutions-page .content-section h2,
body.solutions-page .content-section h3,
body.solutions-page .page-hero-aside h3 {
  font-family: var(--display);
}

body.solutions-page .page-hero-section {
  padding: 9.2rem 0 0.8rem;
}

body.solutions-page .page-hero-grid {
  gap: 1.3rem;
  align-items: stretch;
}

body.solutions-page .page-hero-copy {
  padding: 0.8rem 0 0.95rem;
}

body.solutions-page .page-hero-copy h1 {
  max-width: 10.5ch;
  font-size: clamp(3.15rem, 6.2vw, 5.4rem);
  line-height: 0.9;
  letter-spacing: -0.065em;
}

body.solutions-page .page-lead,
body.solutions-page .section-support,
body.solutions-page .detail-list li,
body.solutions-page .reserved-panel p,
body.solutions-page .closing-panel p {
  color: rgba(214, 218, 223, 0.78);
}

body.solutions-page .page-lead {
  max-width: 35rem;
  margin-top: 1.15rem;
  font-size: 1rem;
}

body.solutions-page .content-section {
  position: relative;
  padding-top: clamp(4.1rem, 6vw, 5.15rem);
}

body.solutions-page .content-section + .content-section::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: -1rem;
  height: 4rem;
  border-radius: 999px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(195, 200, 207, 0.045), rgba(195, 200, 207, 0));
  opacity: 0.42;
}

body.solutions-page .panel {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.04), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    linear-gradient(180deg, rgba(27, 31, 37, 0.98), rgba(11, 13, 16, 0.995));
  border: 1px solid rgba(195, 200, 207, 0.1);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.solutions-page .frame-trace-card {
  --frame-trace-radius-adjust: -2px;
  --frame-trace-glow: rgba(170, 150, 110, 0.12);
  --frame-trace-glow-width: 2.1px;
  --frame-trace-glow-blur: 2px;
  --frame-trace-glow-opacity: 0.09;
  --frame-trace-glow-rest: 0.02;
  --frame-trace-line: rgba(176, 160, 126, 0.72);
  --frame-trace-line-width: 1px;
  --frame-trace-line-opacity: 0.78;
  --frame-trace-line-rest: 0.07;
}

body.solutions-page .frame-trace-card .frame-trace-path-glow {
  stroke: var(--frame-trace-glow);
}

body.solutions-page .frame-trace-card .frame-trace-path-line {
  stroke: var(--frame-trace-line);
}

body.solutions-page .solutions-proof-pill.frame-trace-card,
body.solutions-page .google-review-card.frame-trace-card,
body.solutions-page .google-review-card-featured.frame-trace-card,
body.solutions-page .service-area-tile.frame-trace-card,
body.solutions-page .solutions-closing-action-panel.frame-trace-card {
  position: relative;
}

body.solutions-page .solutions-proof-pill.frame-trace-card,
body.solutions-page .service-area-tile.frame-trace-card,
body.solutions-page .google-review-card.frame-trace-card,
body.solutions-page .google-review-card-featured.frame-trace-card {
  --frame-trace-glow: rgba(183, 154, 99, 0.14);
  --frame-trace-glow-width: 2.2px;
  --frame-trace-glow-opacity: 0.1;
  --frame-trace-glow-rest: 0.035;
  --frame-trace-line: rgba(191, 166, 112, 0.76);
  --frame-trace-line-width: 1px;
  --frame-trace-line-opacity: 0.78;
  --frame-trace-line-rest: 0.12;
}

body.solutions-page .solutions-closing-action-panel.frame-trace-card {
  --frame-trace-glow: rgba(183, 154, 99, 0.18);
  --frame-trace-glow-width: 2.5px;
  --frame-trace-glow-opacity: 0.12;
  --frame-trace-glow-rest: 0.04;
  --frame-trace-line: rgba(198, 172, 117, 0.86);
  --frame-trace-line-width: 1.06px;
  --frame-trace-line-opacity: 0.84;
  --frame-trace-line-rest: 0.16;
}

body.solutions-page .services-rail-card.frame-trace-card {
  --frame-trace-radius-adjust: -2px;
  --frame-trace-glow: rgba(183, 154, 99, 0.2);
  --frame-trace-glow-width: 2.8px;
  --frame-trace-glow-blur: 2px;
  --frame-trace-glow-opacity: 0.16;
  --frame-trace-glow-rest: 0.05;
  --frame-trace-line: rgba(191, 166, 112, 0.92);
  --frame-trace-line-width: 1.15px;
  --frame-trace-line-opacity: 0.88;
  --frame-trace-line-rest: 0.13;
}

body.solutions-page .services-rail-card.frame-trace-card .frame-trace-overlay {
  inset: -1px;
  z-index: 4;
}

body.solutions-page .services-rail-card.frame-trace-card .frame-trace-path-glow {
  stroke: rgba(183, 154, 99, 0.2);
}

body.solutions-page .services-rail-card.frame-trace-card .frame-trace-path-line {
  stroke: rgba(191, 166, 112, 0.92);
}

body.solutions-page .services-rail-card.frame-trace-card.is-frame-trace-complete .frame-trace-path-glow {
  opacity: 0.05;
}

body.solutions-page .services-rail-card.frame-trace-card.is-frame-trace-complete .frame-trace-path-line {
  opacity: 0.2;
}

body.solutions-page .page-chip {
  background: rgba(195, 200, 207, 0.055);
  border-color: rgba(195, 200, 207, 0.12);
  color: rgba(229, 232, 236, 0.86);
}

body.solutions-page .detail-list li::before {
  background: linear-gradient(180deg, rgba(195, 200, 207, 0.94), rgba(168, 143, 90, 0.72));
  box-shadow: none;
}

body.solutions-page .rating-line strong {
  color: rgba(244, 246, 248, 0.98);
}

body.solutions-page .rating-line span {
  color: rgba(195, 200, 207, 0.68);
}

body.solutions-page .metrics-panel,
body.solutions-page .page-copy-panel,
body.solutions-page .timeline-panel,
body.solutions-page .reserved-panel {
  border-radius: 1.55rem;
}

body.solutions-page .services-rail-section {
  padding-top: 4.65rem;
}

body.solutions-page .services-rail-shell {
  width: min(100%, 72rem);
  margin: 0 auto;
  gap: 1.9rem;
  padding: 2.35rem 1.45rem 1.95rem;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.045), transparent 34%),
    linear-gradient(180deg, rgba(23, 26, 31, 0.985), rgba(11, 13, 16, 0.995) 58%, rgba(7, 8, 10, 0.998));
  border: 1px solid rgba(195, 200, 207, 0.1);
  box-shadow:
    0 30px 64px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.solutions-page .services-rail-shell::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 22%, transparent 78%, rgba(0, 0, 0, 0.16)),
    radial-gradient(circle at 50% 58%, rgba(195, 200, 207, 0.04), transparent 50%);
}

body.solutions-page .services-rail-heading {
  gap: 0.6rem;
  max-width: 40rem;
}

body.solutions-page .services-rail-rule {
  width: 5.4rem;
  background: linear-gradient(90deg, transparent, rgba(195, 200, 207, 0.56), transparent);
}

body.solutions-page .services-rail-heading h2 {
  font-family: var(--body);
  font-size: clamp(2.5rem, 4.4vw, 3.75rem);
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 0.95;
  color: rgba(244, 246, 248, 0.97);
}

body.solutions-page .services-rail-support {
  max-width: 34rem;
  color: rgba(206, 210, 215, 0.72);
  font-size: 0.98rem;
}

body.solutions-page .services-rail-stage {
  overflow: visible;
  padding: 0.25rem 0 0;
}

body.solutions-page .services-rail-stage::before,
body.solutions-page .services-rail-stage::after {
  display: none;
}

body.solutions-page .services-rail-track {
  gap: 1rem;
  align-items: start;
}

body.solutions-page .services-rail-card {
  gap: 0.95rem;
  min-height: 14.25rem;
  padding: 1.18rem 1.08rem 1.02rem;
  border-radius: 1.28rem;
  background:
    linear-gradient(180deg, rgba(31, 35, 41, 0.985), rgba(15, 17, 21, 0.995)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  border: 1px solid rgba(195, 200, 207, 0.1);
  box-shadow:
    0 18px 30px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.022);
}

body.solutions-page .services-rail-card:nth-child(1),
body.solutions-page .services-rail-card:nth-child(3) {
  margin-top: 0.15rem;
}

body.solutions-page .services-rail-card:nth-child(2),
body.solutions-page .services-rail-card:nth-child(4) {
  margin-top: 1.25rem;
}

body.solutions-page .services-rail-card-kicker {
  color: rgba(195, 200, 207, 0.56);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

body.solutions-page .services-rail-card h3 {
  font-family: var(--body);
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.08;
  color: rgba(244, 246, 248, 0.95);
}

body.solutions-page .services-rail-card p:last-child {
  color: rgba(214, 218, 223, 0.78);
  font-size: 0.92rem;
  line-height: 1.56;
}

body.solutions-page .services-rail-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: auto;
}

body.solutions-page .services-rail-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 1.6rem;
  padding: 0.16rem 0.56rem;
  border-radius: 999px;
  background: rgba(195, 200, 207, 0.045);
  border: 1px solid rgba(195, 200, 207, 0.1);
  color: rgba(214, 218, 223, 0.72);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.solutions-page .services-rail-card:hover,
body.solutions-page .services-rail-card:focus-within {
  border-color: rgba(216, 221, 226, 0.16);
  box-shadow:
    0 20px 34px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.solutions-page .solutions-fit-grid,
body.solutions-page .solutions-process-grid {
  width: min(100%, 72rem);
  margin: 0 auto;
}

body.solutions-page .solutions-fit-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(19rem, 0.92fr);
  align-items: start;
  gap: 0.9rem;
}

body.solutions-page .solutions-copy-card {
  min-height: 0;
  padding: 1.2rem 1.15rem;
}

body.solutions-page .solutions-copy-card-primary {
  min-height: 12rem;
}

body.solutions-page .solutions-fit-side {
  gap: 0.9rem;
}

body.solutions-page .solutions-copy-card h2 {
  max-width: 10ch;
  font-size: clamp(1.8rem, 2.3vw, 2.35rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

body.solutions-page .solutions-copy-card p {
  max-width: 29rem;
  font-size: 0.94rem;
  line-height: 1.5;
}

body.solutions-page .solutions-copy-footnote {
  gap: 0.42rem;
  margin-top: 0.2rem;
}

body.solutions-page .solutions-copy-footnote span {
  min-height: 1.8rem;
  font-size: 0.68rem;
}

body.solutions-page .solutions-copy-card-secondary .detail-list {
  gap: 0.7rem;
  margin: 0;
}

body.solutions-page .solutions-copy-card-secondary .detail-list li {
  font-size: 0.92rem;
  line-height: 1.45;
}

body.solutions-page .solutions-process-section .section-header {
  max-width: 18rem;
  margin: 0 auto 1.1rem;
  text-align: center;
}

body.solutions-page .solutions-process-card {
  min-height: 10.75rem;
  padding: 1.15rem 1.05rem 1rem;
}

body.solutions-page .solutions-process-card strong {
  color: rgba(234, 237, 240, 0.82);
  background: rgba(196, 201, 207, 0.05);
  border-color: rgba(196, 201, 207, 0.12);
  position: relative;
  isolation: isolate;
  overflow: visible;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  transition:
    color 420ms ease,
    background-color 420ms ease,
    border-color 420ms ease,
    box-shadow 520ms ease,
    text-shadow 520ms ease,
    transform 420ms ease;
}

body.solutions-page .solutions-process-card strong::before {
  content: "";
  position: absolute;
  inset: -0.42rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(232, 196, 124, 0.34) 0%, rgba(232, 196, 124, 0.1) 42%, rgba(232, 196, 124, 0) 78%);
  opacity: 0;
  filter: blur(10px);
  z-index: -2;
  transition: opacity 520ms ease, transform 520ms ease;
}

body.solutions-page .solutions-process-card strong::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 252, 242, 0.3), rgba(255, 252, 242, 0) 36%),
    radial-gradient(circle at 50% 52%, rgba(246, 223, 171, 0.16), rgba(246, 223, 171, 0) 68%);
  opacity: 0;
  z-index: -1;
  transition: opacity 420ms ease;
}

body.solutions-page .solutions-process-card strong.is-process-badge-lit {
  color: rgba(255, 251, 242, 0.995);
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 251, 240, 0.56), rgba(255, 239, 196, 0.24) 34%, rgba(221, 186, 116, 0.13) 58%, rgba(221, 186, 116, 0.02) 74%, rgba(221, 186, 116, 0) 100%),
    linear-gradient(180deg, rgba(76, 65, 43, 0.82), rgba(29, 24, 18, 0.94));
  border-color: rgba(236, 208, 150, 0.34);
  box-shadow:
    0 0 0 1px rgba(236, 208, 150, 0.12),
    0 10px 22px rgba(0, 0, 0, 0.16),
    0 0 24px rgba(236, 208, 150, 0.16),
    0 0 56px rgba(213, 176, 103, 0.16),
    inset 0 1px 0 rgba(255, 252, 243, 0.18),
    inset 0 -10px 18px rgba(56, 44, 26, 0.3);
  text-shadow:
    0 1px 0 rgba(255, 253, 247, 0.14),
    0 0 6px rgba(255, 247, 230, 0.08);
  transform: translateY(-1px) scale(1.02);
}

body.solutions-page .solutions-process-card strong.is-process-badge-lit::before {
  opacity: 1;
  transform: scale(1.14);
}

body.solutions-page .solutions-process-card strong.is-process-badge-lit::after {
  opacity: 1;
}

body.solutions-page .solutions-process-card h3 {
  font-size: 1.18rem;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

body.solutions-page .solutions-process-card p {
  max-width: 20ch;
  color: rgba(213, 217, 221, 0.72);
  font-size: 0.9rem;
  line-height: 1.46;
}

body.solutions-page .google-proof-section {
  padding-top: 4.45rem;
}

body.solutions-page .google-proof-layout {
  width: min(100%, 75rem);
  gap: 0.9rem;
  padding: 1.35rem 1.2rem 1.2rem;
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.04), transparent 36%),
    linear-gradient(180deg, rgba(23, 26, 30, 0.985), rgba(10, 12, 15, 0.995));
  border: 1px solid rgba(195, 200, 207, 0.1);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.solutions-page .google-proof-copy {
  max-width: 34rem;
  gap: 0.25rem;
  margin: 0 auto;
  text-align: center;
}

body.solutions-page .google-proof-copy > .eyebrow {
  color: rgba(195, 200, 207, 0.64);
}

body.solutions-page .google-proof-copy > h2 {
  font-family: var(--body);
  font-size: clamp(1.9rem, 2.8vw, 2.45rem);
  line-height: 1;
}

body.solutions-page .google-proof-meta-row {
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 0.45rem;
}

body.solutions-page .google-proof-link {
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  color: rgba(225, 208, 164, 0.88);
}

body.solutions-page .google-proof-link:hover,
body.solutions-page .google-proof-link:focus-visible {
  color: rgba(236, 220, 184, 0.96);
  box-shadow: none;
}

body.solutions-page .google-proof-stage {
  min-height: 31rem;
  max-height: 31rem;
  padding-top: 0.35rem;
  border-top: 0;
}

body.solutions-page .google-proof-columns {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.95rem;
}

body.solutions-page .google-review-stack {
  gap: 0.95rem;
  padding-bottom: 0.95rem;
}

body.solutions-page .google-review-card,
body.solutions-page .google-review-card-featured {
  gap: 0.72rem;
  min-height: 10.4rem;
  padding: 1rem 0.95rem 1.02rem;
  border-radius: 1.12rem;
  background: linear-gradient(180deg, rgba(30, 34, 39, 0.985), rgba(14, 16, 19, 0.995));
  border: 1px solid rgba(195, 200, 207, 0.09);
  box-shadow:
    0 10px 18px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 200ms ease,
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.solutions-page .google-review-card-featured {
  border-color: rgba(216, 221, 226, 0.12);
}

body.solutions-page .google-review-name {
  font-size: 0.96rem;
}

body.solutions-page .google-review-avatar {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(128, 128, 134, 0.05)),
    linear-gradient(180deg, rgba(32, 36, 41, 0.99), rgba(12, 13, 16, 0.995));
  border-color: rgba(195, 200, 207, 0.09);
}

body.solutions-page .google-review-source {
  color: rgba(177, 181, 186, 0.56);
  font-size: 0.64rem;
}

body.solutions-page .google-review-stars {
  color: rgba(206, 180, 118, 0.88);
}

body.solutions-page .google-review-excerpt,
body.solutions-page .google-review-card-featured .google-review-excerpt {
  color: rgba(220, 223, 227, 0.84);
  font-size: 0.98rem;
  line-height: 1.58;
}

body.solutions-page .service-area-section {
  padding-top: 4.45rem;
}

body.solutions-page .service-area-shell {
  width: min(100%, 68rem);
  margin: 0 auto;
  gap: 0.85rem;
  padding: 1.15rem 1.05rem 1rem;
  border-radius: 1.75rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.035), transparent 40%),
    linear-gradient(180deg, rgba(23, 26, 31, 0.985), rgba(10, 12, 15, 0.995));
  border: 1px solid rgba(195, 200, 207, 0.1);
  box-shadow:
    0 26px 54px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

body.solutions-page .service-area-header {
  justify-items: center;
  gap: 0.18rem;
  text-align: center;
}

body.solutions-page .service-area-header .eyebrow {
  color: rgba(195, 200, 207, 0.64);
}

body.solutions-page .service-area-header h2 {
  font-family: var(--body);
  font-size: clamp(1.55rem, 2.3vw, 1.95rem);
  font-weight: 700;
  color: rgba(244, 246, 248, 0.96);
}

body.solutions-page .service-area-motion {
  display: grid;
  gap: 0.7rem;
}

body.solutions-page .service-area-marquee {
  min-height: 3.35rem;
  padding: 0.05rem 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
}

body.solutions-page .service-area-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: solutions-area-drift-left 18s ease-in-out infinite alternate;
}

body.solutions-page .service-area-marquee-b .service-area-track {
  animation-name: solutions-area-drift-right;
  animation-duration: 20s;
}

body.solutions-page .service-area-sequence {
  gap: 0.65rem;
  padding-right: 0.65rem;
}

body.solutions-page .service-area-tile {
  min-width: 9.5rem;
  min-height: 2.95rem;
  padding: 0.42rem 0.95rem;
  border-radius: 0.98rem;
  background:
    linear-gradient(180deg, rgba(31, 35, 40, 0.985), rgba(13, 15, 18, 0.995)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  border: 1px solid rgba(195, 200, 207, 0.1);
  box-shadow:
    0 12px 20px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
  color: rgba(232, 235, 239, 0.9);
  font-size: 0.88rem;
  font-weight: 600;
}

body.solutions-page .service-area-mobile-grid {
  gap: 0.7rem;
}

body.solutions-page .service-area-mobile-grid .service-area-tile {
  min-width: 0;
}

body.solutions-page .solutions-close-section {
  padding-top: 4.4rem;
}

body.solutions-page .solutions-closing-panel {
  width: min(100%, 69rem);
  margin: 0 auto;
  justify-items: stretch;
  align-items: stretch;
  gap: 0.9rem;
  padding: 1.35rem 1.2rem;
  text-align: left;
  border-radius: 1.9rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.04), transparent 36%),
    linear-gradient(180deg, rgba(24, 27, 32, 0.985), rgba(10, 12, 15, 0.995));
}

body.solutions-page .solutions-closing-panel h2 {
  max-width: 10ch;
  font-size: clamp(1.95rem, 2.8vw, 2.6rem);
  line-height: 1;
}

body.solutions-page .solutions-closing-panel p {
  max-width: 28rem;
  margin: 0;
}

body.solutions-page .solutions-closing-panel .hero-actions {
  justify-content: flex-start;
  margin-top: 0;
}

body.solutions-page .site-footer {
  margin-top: 4rem;
  background:
    linear-gradient(180deg, rgba(4, 5, 7, 0.96), rgba(0, 0, 0, 0.995));
  border-color: rgba(198, 172, 117, 0.14);
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

body.solutions-page .site-footer::before {
  background: linear-gradient(90deg, transparent, rgba(198, 172, 117, 0.22), transparent);
  opacity: 0.72;
}

body.solutions-page .site-footer::after {
  background:
    linear-gradient(180deg, rgba(6, 7, 10, 0.76), rgba(2, 3, 5, 0.96) 28%, #000 68%, #000 100%);
}

@media (max-width: 900px) {
  body.solutions-page .page-hero-section {
    padding-top: 8.5rem;
  }

  body.solutions-page .content-section + .content-section::before {
    left: 0.8rem;
    right: 0.8rem;
  }

  body.solutions-page .services-rail-shell,
  body.solutions-page .service-area-shell,
  body.solutions-page .google-proof-layout,
  body.solutions-page .solutions-closing-panel {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1.45rem;
  }

  body.solutions-page .services-rail-heading h2 {
    letter-spacing: 0.2em;
  }

  body.solutions-page .services-rail-track {
    gap: 0.82rem;
  }

  body.solutions-page .services-rail-card {
    min-height: 0;
  }

  body.solutions-page .services-rail-card:nth-child(1),
  body.solutions-page .services-rail-card:nth-child(2),
  body.solutions-page .services-rail-card:nth-child(3),
  body.solutions-page .services-rail-card:nth-child(4) {
    margin-top: 0;
  }

  body.solutions-page .solutions-copy-card,
  body.solutions-page .solutions-process-card {
    min-height: 0;
  }

  body.solutions-page .google-proof-copy {
    max-width: 34rem;
  }

  body.solutions-page .service-area-header h2 {
    font-size: clamp(1.85rem, 7.5vw, 2.35rem);
  }
}

@media (max-width: 640px) {
  body.solutions-page .page-hero-copy h1 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  body.solutions-page .services-rail-shell {
    padding-top: 1.35rem;
    padding-bottom: 1.05rem;
  }

  body.solutions-page .services-rail-heading h2 {
    font-size: clamp(2.1rem, 10vw, 2.7rem);
    letter-spacing: 0.18em;
  }

  body.solutions-page .services-rail-card-meta {
    gap: 0.38rem;
  }

  body.solutions-page .google-proof-layout,
  body.solutions-page .service-area-shell,
  body.solutions-page .solutions-closing-panel {
    padding-bottom: 1rem;
  }

  body.solutions-page .solutions-closing-panel {
    padding-top: 1.45rem;
  }

  body.solutions-page .solutions-closing-panel .hero-actions {
    width: 100%;
    gap: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.solutions-page .service-area-track {
    animation-duration: 80s;
  }
}

/* ---------------------------------------------------------
   Solutions page redesign pass
--------------------------------------------------------- */

body.solutions-page {
  background:
    linear-gradient(180deg, #050505 0%, #050505 14%, #090b0d 30%, #0d1014 54%, #11151a 74%, #060708 100%);
}

body.solutions-page main::before {
  background:
    radial-gradient(circle at 12% 9%, rgba(226, 230, 235, 0.05), transparent 20%),
    radial-gradient(circle at 84% 14%, rgba(168, 143, 90, 0.055), transparent 14%),
    radial-gradient(circle at 50% 48%, rgba(28, 32, 38, 0.42), transparent 36%),
    radial-gradient(circle at 50% 100%, rgba(226, 230, 235, 0.04), transparent 28%),
    linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(8, 10, 12, 0.44) 34%, rgba(5, 5, 5, 0.96) 100%);
}

body.solutions-page .hero-kicker,
body.solutions-page .eyebrow {
  color: rgba(202, 207, 213, 0.72);
  letter-spacing: 0.12em;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

body.solutions-page .page-hero-section {
  display: grid;
  gap: 0.95rem;
  padding: 8.95rem 0 0.55rem;
}

body.solutions-page .solutions-hero-shell {
  position: relative;
  overflow: hidden;
  width: min(100%, 72.5rem);
  margin: 0 auto;
  padding: 1.7rem 1.7rem 1.55rem;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.06), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(168, 143, 90, 0.06), transparent 16%),
    linear-gradient(180deg, rgba(24, 27, 32, 0.985), rgba(10, 12, 15, 0.995) 68%, rgba(7, 8, 10, 0.998));
  border: 1px solid rgba(196, 201, 207, 0.1);
  box-shadow:
    0 34px 70px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition:
    border-color 1200ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 1200ms cubic-bezier(0.22, 1, 0.36, 1),
    background 1200ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.solutions-page .solutions-hero-shell.is-hero-dimmed {
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.03), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(168, 143, 90, 0.028), transparent 15%),
    linear-gradient(180deg, rgba(19, 22, 26, 0.992), rgba(8, 10, 12, 0.998) 72%, rgba(6, 7, 9, 0.999));
  border-color: rgba(196, 201, 207, 0.08);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
  filter: saturate(0.86) brightness(0.84);
}

body.solutions-page .solutions-hero-shell.is-hero-energized {
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.075), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(168, 143, 90, 0.085), transparent 18%),
    linear-gradient(180deg, rgba(26, 30, 35, 0.988), rgba(10, 12, 15, 0.995) 68%, rgba(7, 8, 10, 0.998));
  border-color: rgba(196, 201, 207, 0.13);
  box-shadow:
    0 40px 76px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(168, 143, 90, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  filter: saturate(1) brightness(1);
}

body.solutions-page .solutions-hero-zap {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.94;
}

body.solutions-page .solutions-hero-zap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(168, 143, 90, 0.08), transparent 20%),
    linear-gradient(135deg, rgba(195, 200, 207, 0.03), transparent 28%, transparent 68%, rgba(168, 143, 90, 0.025));
  opacity: 0.72;
}

body.solutions-page .solutions-hero-zap-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

body.solutions-page .solutions-hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.16)),
    linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.02) 50%, rgba(255, 255, 255, 0));
}

body.solutions-page .solutions-hero-shell::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: calc(2rem - 1rem);
  border: 1px solid rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

body.solutions-page .solutions-hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.34fr) minmax(16.5rem, 0.66fr);
  gap: 1rem;
  align-items: stretch;
  transition:
    opacity 1100ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1100ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.solutions-page .solutions-hero-shell.is-hero-dimmed .solutions-hero-grid {
  opacity: 0.8;
  transform: translateY(4px);
  filter: saturate(0.92);
}

body.solutions-page .solutions-hero-shell.is-hero-energized .solutions-hero-grid {
  opacity: 1;
  transform: none;
  filter: none;
}

body.solutions-page .page-hero-copy {
  display: grid;
  align-content: center;
  gap: 0.62rem;
  padding: 0.7rem 0 0.35rem;
  min-width: 0;
}

body.solutions-page .page-hero-copy h1 {
  max-width: 7.4ch;
  margin: 0.1rem 0 0;
  font-size: clamp(2.7rem, 4.55vw, 4.1rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: rgba(246, 247, 248, 0.98);
  overflow: visible;
  text-wrap: balance;
}

body.solutions-page .page-lead {
  max-width: 29rem;
  margin-top: 0;
  color: rgba(216, 220, 225, 0.78);
  font-size: 0.94rem;
  line-height: 1.54;
}

body.solutions-page .page-hero-copy .hero-actions {
  margin-top: 0.15rem;
}

body.solutions-page .solutions-hero-inline-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.15rem;
}

body.solutions-page .solutions-hero-inline-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 1.95rem;
  padding: 0.26rem 0.72rem;
  border-radius: 999px;
  background: rgba(196, 201, 207, 0.045);
  border: 1px solid rgba(196, 201, 207, 0.1);
  color: rgba(226, 230, 234, 0.72);
  font-size: 0.68rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

body.solutions-page .page-hero-aside {
  align-self: center;
}

body.solutions-page .solutions-trust-panel {
  position: relative;
  overflow: hidden;
  gap: 0.75rem;
  min-height: 0;
  max-width: 28rem;
  margin-left: auto;
  padding: 1.2rem 1.1rem;
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at 72% 16%, rgba(255, 255, 255, 0.05), transparent 18%),
    linear-gradient(180deg, rgba(32, 36, 42, 0.985), rgba(14, 16, 20, 0.995));
}

body.solutions-page .solutions-trust-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0) 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0) 44%, rgba(0, 0, 0, 0.08));
}

body.solutions-page .solutions-trust-summary {
  margin: 0;
  color: rgba(220, 224, 228, 0.8);
  font-size: 0.88rem;
  line-height: 1.48;
}

body.solutions-page .solutions-trust-list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.solutions-page .solutions-trust-list li {
  position: relative;
  padding-left: 1rem;
  color: rgba(209, 214, 219, 0.78);
  font-size: 0.84rem;
  line-height: 1.42;
}

body.solutions-page .solutions-trust-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(230, 233, 236, 0.9), rgba(168, 143, 90, 0.76));
}

body.solutions-page .solutions-hero-band {
  position: relative;
  z-index: 1;
  width: min(100%, 64rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

body.solutions-page .solutions-proof-pill {
  display: grid;
  gap: 0.2rem;
  min-height: 4.3rem;
  padding: 0.82rem 0.9rem 0.78rem;
  border-radius: 1.15rem;
  background:
    linear-gradient(180deg, rgba(31, 35, 41, 0.96), rgba(14, 16, 19, 0.98));
  border: 1px solid rgba(196, 201, 207, 0.09);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 14px 26px rgba(0, 0, 0, 0.14);
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 200ms ease,
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.solutions-page .solutions-proof-pill strong {
  color: rgba(246, 247, 248, 0.96);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.solutions-page .solutions-proof-pill span {
  color: rgba(198, 203, 209, 0.66);
  font-size: 0.72rem;
  line-height: 1.3;
}

body.solutions-page .content-section {
  padding-top: clamp(4.35rem, 6.5vw, 5.4rem);
}

body.solutions-page .content-section + .content-section::before {
  top: -0.65rem;
  left: 6%;
  right: 6%;
  height: 4.5rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(202, 207, 213, 0.07), transparent 62%);
  filter: blur(10px);
  opacity: 0.72;
}

body.solutions-page .panel {
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.045), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0.012)),
    linear-gradient(180deg, rgba(27, 31, 37, 0.985), rgba(10, 12, 15, 0.995));
  border: 1px solid rgba(196, 201, 207, 0.1);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.026);
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease,
    box-shadow 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.solutions-page .solutions-fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(18rem, 0.82fr);
  gap: 1rem;
  width: min(100%, 72rem);
  margin: 0 auto;
}

body.solutions-page .solutions-fit-side {
  display: grid;
  gap: 1rem;
}

body.solutions-page .solutions-copy-card {
  gap: 0.9rem;
  min-height: 0;
  padding: 1.55rem;
}

body.solutions-page .solutions-copy-card-primary {
  min-height: 18rem;
  justify-items: start;
}

body.solutions-page .solutions-copy-card h2 {
  max-width: 11ch;
  font-size: clamp(2.35rem, 3.4vw, 3.15rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: rgba(245, 247, 248, 0.97);
}

body.solutions-page .solutions-copy-card-primary p:last-of-type,
body.solutions-page .solutions-copy-card-secondary .detail-list {
  max-width: 33rem;
}

body.solutions-page .solutions-copy-footnote {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
}

body.solutions-page .solutions-copy-footnote span {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.22rem 0.72rem;
  border-radius: 999px;
  background: rgba(202, 207, 213, 0.05);
  border: 1px solid rgba(202, 207, 213, 0.1);
  color: rgba(226, 230, 234, 0.78);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.solutions-page .solutions-assurance-card {
  display: grid;
  gap: 0.95rem;
  padding: 1.4rem 1.45rem;
}

body.solutions-page .solutions-assurance-list {
  display: grid;
  gap: 0.7rem;
}

body.solutions-page .solutions-assurance-row {
  display: grid;
  gap: 0.18rem;
  padding: 0.85rem 0.95rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.018);
  border: 1px solid rgba(202, 207, 213, 0.08);
}

body.solutions-page .solutions-assurance-row strong {
  color: rgba(245, 247, 248, 0.94);
  font-size: 0.9rem;
}

body.solutions-page .solutions-assurance-row span {
  color: rgba(205, 210, 216, 0.7);
  font-size: 0.85rem;
  line-height: 1.5;
}

body.solutions-page .services-rail-shell,
body.solutions-page .google-proof-layout,
body.solutions-page .service-area-shell,
body.solutions-page .solutions-closing-panel {
  width: min(100%, 72rem);
}

body.solutions-page .services-rail-shell {
  padding: 2.4rem 1.5rem 2rem;
}

body.solutions-page .services-rail-heading {
  gap: 0.7rem;
  max-width: 42rem;
}

body.solutions-page .services-rail-heading h2 {
  font-size: clamp(2.7rem, 4.5vw, 4rem);
  letter-spacing: 0.22em;
}

body.solutions-page .services-rail-support {
  max-width: 35rem;
  font-size: 1rem;
  line-height: 1.66;
}

body.solutions-page .services-rail-track {
  gap: 1.05rem;
}

body.solutions-page .services-rail-card {
  position: relative;
  overflow: hidden;
  min-height: 15rem;
  padding: 1.25rem 1.12rem 1.08rem;
}

body.solutions-page .services-rail-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(220, 224, 228, 0.24), rgba(168, 143, 90, 0.22), rgba(255, 255, 255, 0));
}

body.solutions-page .services-rail-card::after {
  content: "";
  position: absolute;
  inset: auto -14% -28% auto;
  width: 7rem;
  height: 7rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06), transparent 66%);
  opacity: 0.34;
  pointer-events: none;
}

body.solutions-page .services-rail-card h3 {
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

body.solutions-page .services-rail-card p:last-child {
  font-size: 0.93rem;
}

body.solutions-page .services-rail-card:hover,
body.solutions-page .services-rail-card:focus-within,
body.solutions-page .solutions-proof-pill:hover,
body.solutions-page .solutions-assurance-card:hover,
body.solutions-page .solutions-process-card:hover,
body.solutions-page .google-review-card:hover,
body.solutions-page .google-review-card-featured:hover,
body.solutions-page .service-area-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(220, 224, 229, 0.16);
  box-shadow:
    0 28px 40px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.solutions-page .google-proof-layout {
  gap: 1.15rem;
  padding: 1.65rem 1.4rem 1.25rem;
}

body.solutions-page .google-proof-copy {
  max-width: 44rem;
}

body.solutions-page .google-proof-copy > h2 {
  font-size: clamp(2.15rem, 3.2vw, 2.95rem);
  letter-spacing: -0.03em;
}

body.solutions-page .google-proof-signals {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.2rem;
}

body.solutions-page .google-proof-signals span {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0.22rem 0.68rem;
  border-radius: 999px;
  background: rgba(202, 207, 213, 0.05);
  border: 1px solid rgba(202, 207, 213, 0.1);
  color: rgba(226, 230, 234, 0.74);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.solutions-page .google-proof-stage {
  min-height: 21rem;
  max-height: 21rem;
}

body.solutions-page .service-area-shell {
  gap: 1.2rem;
  padding: 1.5rem 1.4rem 1.3rem;
}

body.solutions-page .service-area-header {
  gap: 0.45rem;
}

body.solutions-page .service-area-header h2 {
  font-size: clamp(2.1rem, 3.2vw, 2.9rem);
  letter-spacing: -0.035em;
}

body.solutions-page .service-area-marquee {
  min-height: 4.5rem;
}

body.solutions-page .service-area-tile {
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 200ms ease,
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.solutions-page .solutions-process-section .section-header {
  max-width: 36rem;
  margin-bottom: 1.95rem;
}

body.solutions-page .solutions-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

body.solutions-page .solutions-process-grid::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 2.15rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(204, 209, 215, 0.22), rgba(255, 255, 255, 0));
  pointer-events: none;
}

body.solutions-page .solutions-process-card {
  position: relative;
  min-height: 14rem;
  padding: 1.45rem 1.35rem 1.25rem;
}

body.solutions-page .solutions-process-card strong {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(168, 143, 90, 0.08);
  border: 1px solid rgba(168, 143, 90, 0.18);
}

body.solutions-page .solutions-close-section {
  padding-top: 4.8rem;
}

body.solutions-page .solutions-closing-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(19rem, 0.9fr);
  gap: 1rem;
  align-items: stretch;
  justify-items: stretch;
  padding: 1.45rem;
  text-align: left;
}

body.solutions-page .solutions-closing-copy {
  display: grid;
  align-content: center;
  gap: 0.95rem;
  padding: 0.5rem 0.35rem 0.5rem 0.2rem;
  text-align: left;
}

body.solutions-page .solutions-closing-copy h2 {
  max-width: 11ch;
  font-size: clamp(2.5rem, 3.8vw, 3.45rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

body.solutions-page .solutions-closing-copy p {
  max-width: 38rem;
}

body.solutions-page .solutions-closing-action-panel {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  padding: 1.3rem 1.25rem;
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(33, 37, 43, 0.985), rgba(15, 17, 20, 0.995));
  border: 1px solid rgba(196, 201, 207, 0.09);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.024),
    0 14px 28px rgba(0, 0, 0, 0.16);
}

body.solutions-page .solutions-closing-action-panel h3 {
  font-size: 1.55rem;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: rgba(246, 247, 248, 0.96);
}

body.solutions-page .solutions-closing-action-panel p {
  margin: 0;
  color: rgba(216, 220, 225, 0.76);
}

body.solutions-page .solutions-closing-action-panel .hero-actions {
  justify-content: flex-start;
  margin-top: 0.15rem;
}

body.solutions-page .solutions-closing-note {
  color: rgba(188, 194, 200, 0.62);
  font-size: 0.82rem;
}

@media (max-width: 900px) {
  body.solutions-page .solutions-hero-shell,
  body.solutions-page .services-rail-shell,
  body.solutions-page .google-proof-layout,
  body.solutions-page .service-area-shell,
  body.solutions-page .solutions-closing-panel {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1.5rem;
  }

  body.solutions-page .solutions-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  body.solutions-page .page-hero-copy {
    gap: 0.62rem;
    padding-bottom: 0.2rem;
  }

  body.solutions-page .page-hero-copy h1 {
    max-width: 9ch;
    font-size: clamp(2.85rem, 8vw, 4.2rem);
  }

  body.solutions-page .page-lead {
    max-width: 34rem;
  }

  body.solutions-page .page-hero-aside,
  body.solutions-page .solutions-trust-panel {
    max-width: none;
    margin-left: 0;
  }

  body.solutions-page .solutions-hero-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.solutions-page .solutions-fit-grid,
  body.solutions-page .solutions-process-grid,
  body.solutions-page .solutions-closing-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  body.solutions-page .solutions-process-grid::before {
    display: none;
  }

  body.solutions-page .solutions-closing-copy,
  body.solutions-page .solutions-closing-action-panel {
    padding-left: 0;
    padding-right: 0;
  }

  body.solutions-page .solutions-closing-action-panel {
    padding: 1.15rem;
  }
}

@media (max-width: 640px) {
  body.solutions-page .page-hero-section {
    gap: 0.75rem;
    padding-top: 8.1rem;
  }

  body.solutions-page .solutions-hero-shell {
    padding: 1.2rem 1rem 1rem;
  }

  body.solutions-page .page-hero-copy h1 {
    max-width: 8.5ch;
    font-size: clamp(2.55rem, 12vw, 3.55rem);
    line-height: 0.96;
  }

  body.solutions-page .page-lead {
    font-size: 0.93rem;
    line-height: 1.58;
  }

  body.solutions-page .solutions-hero-inline-proof {
    gap: 0.42rem;
  }

  body.solutions-page .solutions-hero-inline-proof span {
    font-size: 0.68rem;
  }

  body.solutions-page .solutions-hero-band {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.65rem;
  }

  body.solutions-page .solutions-proof-pill {
    min-height: 0;
  }

  body.solutions-page .services-rail-heading h2 {
    letter-spacing: 0.16em;
  }

  body.solutions-page .services-rail-card,
  body.solutions-page .solutions-copy-card,
  body.solutions-page .solutions-assurance-card,
  body.solutions-page .solutions-process-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  body.solutions-page .google-proof-layout,
  body.solutions-page .service-area-shell,
  body.solutions-page .solutions-closing-panel {
    padding-bottom: 1rem;
  }

  body.solutions-page .solutions-closing-copy h2 {
    max-width: 12ch;
    font-size: clamp(2.2rem, 10vw, 2.8rem);
  }

  body.solutions-page .solutions-closing-action-panel .hero-actions {
    width: 100%;
    gap: 0.7rem;
  }
}

/* ---------------------------------------------------------
   Solutions page refinement pass
--------------------------------------------------------- */

body.solutions-page .page-glow-one {
  background: rgba(228, 232, 236, 0.08);
  opacity: 0.1;
}

body.solutions-page .page-glow-two {
  background: rgba(168, 143, 90, 0.1);
  opacity: 0.12;
}

body.solutions-page .hero-nav-bar,
body.solutions-page .hero-nav-bar.is-nav-elevated {
  border-color: rgba(199, 204, 210, 0.11);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.solutions-page .button-primary {
  --button-fill: linear-gradient(180deg, rgba(32, 35, 40, 1), rgba(10, 12, 15, 1));
  --button-edge: linear-gradient(
    120deg,
    rgba(236, 239, 242, 0.32),
    rgba(208, 189, 145, 0.18) 38%,
    rgba(168, 143, 90, 0.16) 72%,
    rgba(255, 255, 255, 0.08)
  );
}

body.solutions-page .button-secondary {
  --button-fill: linear-gradient(180deg, rgba(20, 22, 26, 0.995), rgba(8, 9, 11, 1));
  --button-edge: linear-gradient(
    120deg,
    rgba(198, 203, 209, 0.18),
    rgba(168, 143, 90, 0.08) 52%,
    rgba(255, 255, 255, 0.05)
  );
}

body.solutions-page .services-rail-section {
  padding-top: 4.55rem;
  min-height: 118vh;
}

body.solutions-page .services-rail-shell {
  position: sticky;
  top: 6.35rem;
  width: min(100%, 76rem);
  padding: 2.75rem 1.75rem 2.15rem;
  overflow: hidden;
}

body.solutions-page .services-rail-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.06) 46%, rgba(168, 143, 90, 0.08) 52%, rgba(255, 255, 255, 0) 68%);
  background-size: 220% 100%;
  background-position: 140% 0;
  opacity: 0;
  pointer-events: none;
}

body.solutions-page .services-rail-shell.is-services-active::after {
  animation: solutionsServiceSweep 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1 both;
}

body.solutions-page .services-rail-heading {
  gap: 0.42rem;
  max-width: 35rem;
  padding-top: 0.2rem;
}

body.solutions-page .services-rail-eyebrow {
  margin: 0;
}

body.solutions-page .services-rail-rule {
  width: 4.4rem;
}

body.solutions-page .services-rail-heading h2 {
  font-size: clamp(2.05rem, 3.7vw, 3rem);
  letter-spacing: 0.18em;
  line-height: 0.95;
}

body.solutions-page .services-rail-support {
  max-width: 30rem;
  font-size: 0.94rem;
  line-height: 1.55;
}

body.solutions-page .services-rail-stage {
  padding-top: 0.15rem;
}

body.solutions-page .services-rail-track {
  gap: 1.2rem;
  align-items: stretch;
}

body.solutions-page .services-rail-card {
  min-height: 17.75rem;
  padding: 1.45rem 1.28rem 1.18rem;
  gap: 0.7rem;
}

body.solutions-page .services-rail-card:nth-child(1),
body.solutions-page .services-rail-card:nth-child(3) {
  margin-top: 0.35rem;
}

body.solutions-page .services-rail-card:nth-child(2),
body.solutions-page .services-rail-card:nth-child(4) {
  margin-top: 1.6rem;
}

body.solutions-page .services-rail-card-kicker {
  color: rgba(207, 212, 217, 0.6);
  font-size: 0.68rem;
}

body.solutions-page .services-rail-card h3 {
  font-size: 1.32rem;
  line-height: 1.05;
  color: rgba(246, 247, 248, 0.96);
}

body.solutions-page .services-rail-card-summary {
  margin: 0;
  color: rgba(219, 223, 227, 0.82);
  font-size: 0.98rem;
  line-height: 1.48;
  max-width: 16ch;
}

body.solutions-page .services-rail-card-benefit {
  margin: auto 0 0;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(199, 204, 210, 0.08);
  color: rgba(205, 190, 154, 0.78);
  font-size: 0.74rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.solutions-page .services-rail-card-featured {
  border-color: rgba(199, 184, 145, 0.18);
  background:
    radial-gradient(circle at 78% 20%, rgba(168, 143, 90, 0.1), transparent 20%),
    linear-gradient(180deg, rgba(36, 39, 44, 0.99), rgba(15, 17, 20, 0.995));
  box-shadow:
    0 20px 34px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.028),
    inset 0 0 0 1px rgba(168, 143, 90, 0.06);
}

body.solutions-page .services-rail-card-featured::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(230, 234, 238, 0.28), rgba(168, 143, 90, 0.34), rgba(255, 255, 255, 0));
}

body.solutions-page .services-rail-card:hover h3,
body.solutions-page .services-rail-card:focus-within h3 {
  color: rgba(252, 252, 252, 1);
}

body.solutions-page .services-rail-card:hover .services-rail-card-benefit,
body.solutions-page .services-rail-card:focus-within .services-rail-card-benefit {
  color: rgba(218, 200, 160, 0.9);
}

body.solutions-page .solutions-copy-card h2,
body.solutions-page .google-proof-copy > h2,
body.solutions-page .service-area-header h2,
body.solutions-page .solutions-closing-copy h2 {
  letter-spacing: -0.045em;
}

body.solutions-page .google-proof-layout,
body.solutions-page .service-area-shell,
body.solutions-page .solutions-closing-panel {
  width: min(100%, 70rem);
}

body.solutions-page .google-proof-copy > .section-support,
body.solutions-page .service-area-header .section-support,
body.solutions-page .solutions-closing-action-panel p,
body.solutions-page .solutions-closing-copy p,
body.solutions-page .solutions-assurance-row span {
  color: rgba(221, 224, 228, 0.76);
}

body.solutions-page .solutions-process-section .section-support {
  max-width: 28rem;
  color: rgba(214, 218, 223, 0.72);
}

body.solutions-page .solutions-process-card p {
  max-width: 18ch;
}

@media (max-width: 900px) {
  body.solutions-page .services-rail-section {
    min-height: 0;
  }

  body.solutions-page .services-rail-shell {
    position: relative;
    top: auto;
    width: 100%;
    padding-top: 1.7rem;
    padding-bottom: 1.2rem;
  }

  body.solutions-page .services-rail-heading {
    max-width: 30rem;
  }

  body.solutions-page .services-rail-heading h2 {
    font-size: clamp(2rem, 7vw, 2.5rem);
    letter-spacing: 0.14em;
  }

  body.solutions-page .services-rail-support {
    max-width: 28rem;
  }

  body.solutions-page .services-rail-card {
    min-height: 0;
  }

  body.solutions-page .services-rail-card:nth-child(1),
  body.solutions-page .services-rail-card:nth-child(2),
  body.solutions-page .services-rail-card:nth-child(3),
  body.solutions-page .services-rail-card:nth-child(4) {
    margin-top: 0;
  }

  body.solutions-page .services-rail-card-summary {
    max-width: none;
  }

  body.solutions-page .solutions-process-card p {
    max-width: none;
  }
}

@media (max-width: 640px) {
  body.solutions-page .services-rail-shell {
    padding-top: 1.45rem;
  }

  body.solutions-page .services-rail-heading h2 {
    font-size: clamp(1.9rem, 9vw, 2.3rem);
  }

  body.solutions-page .services-rail-card {
    padding: 1.15rem 1rem 1rem;
  }

  body.solutions-page .services-rail-card h3 {
    font-size: 1.16rem;
  }

  body.solutions-page .services-rail-card-summary {
    font-size: 0.93rem;
  }
}

@keyframes solutionsServiceSweep {
  0% {
    background-position: 140% 0;
    opacity: 0;
  }

  20% {
    opacity: 0.7;
  }

  100% {
    background-position: -40% 0;
    opacity: 0;
  }
}

/* ---------------------------------------------------------
   Solutions page cleanup pass
--------------------------------------------------------- */

body.solutions-page .page-hero-copy h1,
body.solutions-page .solutions-copy-card h2,
body.solutions-page .google-proof-copy > h2,
body.solutions-page .service-area-header h2,
body.solutions-page .solutions-closing-copy h2,
body.solutions-page .solutions-process-section .section-header h2 {
  text-transform: none;
}

body.solutions-page .page-hero-copy h1 {
  max-width: 7.2ch;
  font-size: clamp(2.7rem, 4.4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

body.solutions-page .solutions-hero-grid {
  grid-template-columns: minmax(0, 1.36fr) minmax(16rem, 0.64fr);
}

body.solutions-page .solutions-hero-shell {
  width: min(100%, 71rem);
}

body.solutions-page .solutions-hero-band {
  width: min(100%, 62rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.solutions-page .solutions-fit-grid {
  width: min(100%, 68rem);
  grid-template-columns: minmax(0, 1.06fr) minmax(19rem, 0.94fr);
  gap: 0.9rem;
}

body.solutions-page .solutions-copy-card,
body.solutions-page .solutions-assurance-card {
  min-height: 0;
}

body.solutions-page .solutions-copy-card-primary {
  min-height: 11.75rem;
}

body.solutions-page .solutions-copy-card h2 {
  max-width: 9ch;
  font-size: clamp(1.7rem, 2.2vw, 2.2rem);
}

body.solutions-page .solutions-copy-card p,
body.solutions-page .solutions-assurance-row span,
body.solutions-page .solutions-closing-copy p {
  color: rgba(214, 218, 222, 0.74);
}

body.solutions-page .service-area-shell {
  width: min(100%, 66rem);
}

body.solutions-page .service-area-header h2 {
  font-size: clamp(1.5rem, 2.2vw, 1.9rem);
  letter-spacing: -0.02em;
}

body.solutions-page .service-area-motion {
  display: grid;
  gap: 0.7rem;
}

body.solutions-page .service-area-marquee {
  min-height: 3.2rem;
}

body.solutions-page .service-area-marquee .service-area-track {
  animation: solutions-area-drift-left 18s ease-in-out infinite alternate;
}

body.solutions-page .service-area-marquee-b .service-area-track {
  animation-name: solutions-area-drift-right;
  animation-duration: 20s;
}

body.solutions-page .service-area-tile {
  min-width: 9.4rem;
  min-height: 2.9rem;
  font-size: 0.86rem;
}

body.solutions-page .google-proof-layout {
  width: min(100%, 75rem);
  padding: 1.35rem 1.15rem 1.2rem;
}

body.solutions-page .google-proof-copy {
  max-width: 32rem;
  margin: 0 auto;
  text-align: center;
}

body.solutions-page .google-proof-copy > h2 {
  font-size: clamp(1.85rem, 2.7vw, 2.35rem);
}

body.solutions-page .google-proof-meta-row {
  justify-content: center;
  gap: 0.7rem;
}

body.solutions-page .google-proof-link {
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

body.solutions-page .google-proof-stage {
  min-height: 32rem;
  max-height: 32rem;
  padding-top: 0.3rem;
}

body.solutions-page .google-proof-columns {
  gap: 0.95rem;
}

body.solutions-page .google-review-card,
body.solutions-page .google-review-card-featured {
  min-height: 10.5rem;
  padding: 1rem 0.95rem 1.04rem;
}

body.solutions-page .google-review-excerpt,
body.solutions-page .google-review-card-featured .google-review-excerpt {
  font-size: 0.98rem;
  line-height: 1.56;
}

body.solutions-page .solutions-process-section .section-header {
  max-width: 15rem;
  margin-bottom: 1rem;
}

body.solutions-page .solutions-process-section .section-header h2 {
  font-size: clamp(1.75rem, 2.4vw, 2rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

body.solutions-page .solutions-process-grid {
  width: min(100%, 68rem);
}

body.solutions-page .solutions-process-card strong {
  color: rgba(233, 236, 239, 0.8);
}

body.solutions-page .solutions-closing-panel {
  width: min(100%, 68rem);
  grid-template-columns: minmax(0, 1.12fr) minmax(18rem, 0.78fr);
}

body.solutions-page .solutions-closing-copy h2 {
  max-width: 9ch;
  font-size: clamp(1.95rem, 2.7vw, 2.45rem);
}

body.solutions-page .solutions-closing-action-panel {
  gap: 0.7rem;
  align-content: center;
}

body.solutions-page .solutions-closing-action-panel h3 {
  font-size: 1.32rem;
}

body.solutions-page .solutions-closing-link {
  align-self: start;
  color: rgba(225, 208, 164, 0.88);
}

@media (max-width: 900px) {
  body.solutions-page .solutions-hero-grid,
  body.solutions-page .solutions-fit-grid,
  body.solutions-page .solutions-closing-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  body.solutions-page .solutions-hero-band {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.solutions-page .google-proof-stage {
    min-height: 27rem;
    max-height: 27rem;
  }
}

@media (max-width: 640px) {
  body.solutions-page .page-hero-copy h1 {
    max-width: 8ch;
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }

  body.solutions-page .solutions-hero-band {
    grid-template-columns: minmax(0, 1fr);
  }

  body.solutions-page .service-area-motion {
    display: none;
  }
}

@keyframes solutions-area-drift-left {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-10%, 0, 0);
  }
}

@keyframes solutions-area-drift-right {
  0% {
    transform: translate3d(-8%, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* ---------------------------------------------------------
   Solutions page flagship pass
--------------------------------------------------------- */

body.solutions-page main::before {
  background:
    radial-gradient(circle at 14% 10%, rgba(232, 236, 240, 0.06), transparent 20%),
    radial-gradient(circle at 86% 14%, rgba(168, 143, 90, 0.035), transparent 14%),
    radial-gradient(circle at 18% 64%, rgba(38, 44, 52, 0.22), transparent 30%),
    radial-gradient(circle at 78% 72%, rgba(36, 41, 48, 0.18), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(216, 221, 226, 0.04), transparent 30%),
    linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(10, 12, 15, 0.42) 34%, rgba(5, 5, 5, 0.96) 100%);
}

body.solutions-page .page-glow-one {
  background: rgba(218, 223, 229, 0.1);
  opacity: 0.12;
}

body.solutions-page .page-glow-two {
  background: rgba(42, 48, 56, 0.34);
  opacity: 0.14;
}

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

body.solutions-page .solutions-hero-shell,
body.solutions-page .services-rail-shell,
body.solutions-page .google-proof-layout,
body.solutions-page .service-area-shell,
body.solutions-page .solutions-closing-panel {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.05), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.022), transparent 18%),
    linear-gradient(180deg, rgba(25, 29, 34, 0.988), rgba(10, 12, 15, 0.996) 70%, rgba(7, 8, 10, 0.998));
  border-color: rgba(198, 203, 209, 0.1);
  box-shadow:
    0 30px 64px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.028),
    inset 0 0 0 1px rgba(255, 255, 255, 0.01);
}

body.solutions-page .solutions-fit-grid {
  position: relative;
}

body.solutions-page .solutions-fit-grid::before {
  content: "";
  position: absolute;
  inset: -1rem -1rem auto;
  height: 16rem;
  background: radial-gradient(circle at 32% 22%, rgba(228, 232, 236, 0.06), transparent 26%);
  filter: blur(18px);
  pointer-events: none;
}

body.solutions-page .solutions-copy-card,
body.solutions-page .solutions-assurance-card,
body.solutions-page .solutions-process-card,
body.solutions-page .google-review-card,
body.solutions-page .google-review-card-featured,
body.solutions-page .service-area-tile {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.04), transparent 28%),
    linear-gradient(180deg, rgba(29, 33, 38, 0.985), rgba(12, 14, 17, 0.996));
}

body.solutions-page .services-rail-section {
  min-height: 122vh;
}

body.solutions-page .services-rail-shell {
  top: 5.9rem;
  width: min(100%, 78rem);
  padding: 2.35rem 1.55rem 1.9rem;
}

body.solutions-page .services-rail-stage {
  padding-top: 0.35rem;
}

body.solutions-page .services-rail-track {
  gap: 1.15rem;
}

body.solutions-page .services-rail-card {
  min-height: 19.25rem;
  padding: 1.55rem 1.35rem 1.24rem;
}

body.solutions-page .services-rail-card h3 {
  font-size: 1.3rem;
}

body.solutions-page .services-rail-card-summary {
  font-size: 0.96rem;
  line-height: 1.5;
}

body.solutions-page .services-rail-card-benefit {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

body.solutions-page .google-proof-layout {
  width: min(100%, 78rem);
}

body.solutions-page .google-proof-stage {
  min-height: 35rem;
  max-height: 35rem;
}

body.solutions-page .google-proof-columns {
  gap: 1rem;
}

body.solutions-page .google-review-card,
body.solutions-page .google-review-card-featured {
  min-height: 11.25rem;
  padding: 1.08rem 1.02rem 1.08rem;
}

body.solutions-page .google-review-name {
  font-size: 1rem;
}

body.solutions-page .google-review-excerpt,
body.solutions-page .google-review-card-featured .google-review-excerpt {
  font-size: 1rem;
  line-height: 1.6;
}

body.solutions-page .service-area-shell {
  gap: 1rem;
  padding: 1.2rem 1.05rem 1.05rem;
}

body.solutions-page .service-area-header .section-support {
  max-width: 28rem;
  color: rgba(212, 216, 220, 0.68);
  font-size: 0.9rem;
  line-height: 1.45;
}

body.solutions-page .service-area-tile {
  box-shadow:
    0 14px 22px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.solutions-page .solutions-process-section {
  padding-top: 4.9rem;
}

body.solutions-page .solutions-process-section .section-header {
  max-width: 20rem;
  margin-bottom: 1.2rem;
}

body.solutions-page .solutions-process-section .section-header h2 {
  font-size: clamp(1.9rem, 2.5vw, 2.2rem);
}

body.solutions-page .solutions-process-grid {
  width: min(100%, 70rem);
  padding: 1rem;
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.035), transparent 32%),
    linear-gradient(180deg, rgba(24, 28, 33, 0.986), rgba(10, 12, 15, 0.996));
  border: 1px solid rgba(198, 203, 209, 0.1);
  box-shadow:
    0 26px 54px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.026);
}

body.solutions-page .solutions-process-card {
  min-height: 11.6rem;
}

body.solutions-page .solutions-closing-panel {
  width: min(100%, 70rem);
  padding: 1.5rem 1.3rem;
}

body.solutions-page .solutions-closing-copy h2 {
  font-size: clamp(2.05rem, 2.8vw, 2.6rem);
}

body.solutions-page .solutions-closing-action-panel {
  padding: 1.25rem 1.15rem;
}

@media (max-width: 900px) {
  body.solutions-page .services-rail-section {
    min-height: 0;
  }

  body.solutions-page .services-rail-shell,
  body.solutions-page .google-proof-layout,
  body.solutions-page .solutions-process-grid {
    width: 100%;
  }

  body.solutions-page .google-proof-stage {
    min-height: 28rem;
    max-height: 28rem;
  }
}

/* ---------------------------------------------------------
   Solutions page composition cleanup pass
--------------------------------------------------------- */

body.solutions-page main::after {
  content: "";
  position: absolute;
  inset: 16rem 0 8rem;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(226, 230, 234, 0.045), transparent 22%),
    radial-gradient(circle at 22% 54%, rgba(56, 62, 70, 0.12), transparent 26%),
    radial-gradient(circle at 78% 62%, rgba(52, 58, 66, 0.1), transparent 24%);
  opacity: 0.9;
}

body.solutions-page .interior-main > :not(.hero-nav-bar) {
  position: relative;
  z-index: 1;
}

body.solutions-page .page-hero-section {
  gap: 0;
  padding: 9.55rem 0 1.35rem;
}

body.solutions-page .page-hero-copy h1 {
  position: relative;
  max-width: 7ch;
  text-shadow:
    0 0 18px rgba(182, 155, 102, 0.16),
    0 0 38px rgba(182, 155, 102, 0.08);
}

body.solutions-page .page-hero-copy h1::after {
  content: "";
  position: absolute;
  left: -0.2rem;
  right: 20%;
  top: 18%;
  height: 58%;
  background: radial-gradient(circle at 38% 50%, rgba(182, 155, 102, 0.24), rgba(182, 155, 102, 0.08) 42%, transparent 74%);
  filter: blur(18px);
  z-index: -1;
  opacity: 0.72;
}

body.solutions-page .solutions-hero-grid {
  grid-template-columns: minmax(0, 1.46fr) minmax(16rem, 0.54fr);
  gap: 1.55rem;
}

body.solutions-page .solutions-hero-inline-proof {
  gap: 0.55rem;
  margin-top: 0.35rem;
}

body.solutions-page .solutions-hero-inline-proof span {
  min-height: 2rem;
  padding: 0.3rem 0.78rem;
}

body.solutions-page .solutions-trust-panel {
  gap: 0.85rem;
  padding: 1.25rem 1.15rem;
}

body.solutions-page .solutions-trust-panel h3 {
  margin: 0;
  font-size: 1.34rem;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: rgba(245, 247, 248, 0.96);
}

body.solutions-page .solutions-trust-summary {
  max-width: 20rem;
}

body.solutions-page .service-area-shell {
  width: min(100%, 67rem);
  gap: 1.05rem;
  padding: 1.7rem 1.55rem 1.45rem;
}

body.solutions-page .service-area-header h2 {
  font-size: clamp(1.92rem, 2.8vw, 2.45rem);
  color: rgba(245, 247, 248, 0.98);
  line-height: 1.02;
  margin-top: 0.05rem;
}

body.solutions-page .service-area-header .section-support {
  max-width: 30rem;
  margin: 0 auto;
  color: rgba(223, 227, 232, 0.74);
}

body.solutions-page .service-area-motion {
  display: block;
}

body.solutions-page .service-area-marquee {
  min-height: 3.5rem;
}

body.solutions-page .service-area-marquee .service-area-track {
  animation: service-area-marquee 52s linear infinite;
}

body.solutions-page .service-area-sequence {
  gap: 0.72rem;
  padding-right: 0.72rem;
}

body.solutions-page .service-area-tile {
  min-width: 10rem;
  min-height: 3.05rem;
}

body.solutions-page .google-proof-layout {
  width: min(100%, 76.5rem);
  gap: 1rem;
  padding: 1.7rem 1.55rem 1.45rem;
}

body.solutions-page .google-proof-copy {
  max-width: 35rem;
  gap: 0.55rem;
  justify-items: center;
  text-align: center;
}

body.solutions-page .google-proof-copy > h2 {
  margin: 0;
  font-family: var(--body);
  font-size: clamp(2.15rem, 3.2vw, 2.8rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

body.solutions-page .google-proof-copy > .section-support {
  max-width: 33rem;
  margin: 0;
  color: rgba(220, 224, 228, 0.72);
  font-size: 1rem;
  line-height: 1.55;
}

body.solutions-page .google-proof-trust-line {
  margin: 0;
  color: rgba(230, 214, 177, 0.82);
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.solutions-page .google-proof-stage {
  min-height: 34rem;
  max-height: 34rem;
}

body.solutions-page .content-section {
  padding-top: clamp(5.5rem, 7.4vw, 6.7rem);
}

body.solutions-page .hero-nav-bar {
  z-index: 80;
  width: min(1100px, calc(100vw - 24px));
  justify-content: center;
  padding-inline: 26px;
  top: 18px;
}

body.solutions-page .services-rail-section {
  min-height: 98vh;
  padding-bottom: 1.25rem;
}

body.solutions-page .solutions-fit-grid {
  gap: 1.6rem;
}

body.solutions-page .solutions-fit-side {
  gap: 1.3rem;
}

body.solutions-page .solutions-copy-card {
  padding: 1.9rem;
}

body.solutions-page .google-proof-copy {
  gap: 0.6rem;
}

body.solutions-page .google-proof-stage {
  min-height: 36.5rem;
  max-height: 36.5rem;
}

body.solutions-page .google-proof-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  margin-top: 0.1rem;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(210, 187, 139, 0.18);
  background:
    linear-gradient(180deg, rgba(39, 34, 27, 0.94), rgba(18, 16, 13, 0.98));
  box-shadow:
    0 16px 28px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 248, 230, 0.08);
  color: rgba(244, 227, 189, 0.92);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

body.solutions-page .google-proof-link:hover,
body.solutions-page .google-proof-link:focus-visible {
  color: rgba(252, 238, 207, 0.98);
  border-color: rgba(223, 200, 152, 0.28);
  background:
    linear-gradient(180deg, rgba(47, 40, 31, 0.96), rgba(21, 18, 14, 0.99));
  box-shadow:
    0 18px 30px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 248, 230, 0.11);
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  body.solutions-page .google-proof-layout {
    gap: 0.9rem;
    padding-top: 1.35rem;
  }

  body.solutions-page .google-proof-copy {
    gap: 0.5rem;
  }

  body.solutions-page .google-proof-copy > h2 {
    font-size: clamp(2rem, 10vw, 2.45rem);
  }

  body.solutions-page .google-proof-copy > .section-support {
    font-size: 0.95rem;
  }

  body.solutions-page .google-proof-trust-line {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
  }

  body.solutions-page .google-proof-link {
    width: 100%;
    max-width: 18rem;
  }
}

body.solutions-page .google-proof-layout.google-proof-layout-curated {
  width: min(100%, 76.5rem);
  display: grid;
  gap: 1.2rem;
  padding: 1.65rem 1.45rem 1.4rem;
}

body.solutions-page .google-proof-layout.google-proof-layout-curated .google-proof-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem 1.2rem;
  align-items: end;
}

body.solutions-page .google-proof-layout.google-proof-layout-curated .google-proof-copy {
  max-width: none;
  margin: 0;
  display: grid;
  gap: 0.3rem;
  text-align: left;
}

body.solutions-page .google-proof-layout.google-proof-layout-curated .google-proof-copy > h2 {
  margin: 0;
  font-size: clamp(2rem, 2.8vw, 2.45rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

body.solutions-page .google-proof-layout.google-proof-layout-curated .google-proof-copy > .section-support {
  max-width: 32rem;
  margin: 0;
  color: rgba(216, 220, 225, 0.72);
  font-size: 0.95rem;
  line-height: 1.5;
}

body.solutions-page .google-proof-summary-side {
  display: grid;
  justify-items: end;
  gap: 0.7rem;
}

body.solutions-page .google-proof-statline {
  margin: 0;
  color: rgba(229, 233, 236, 0.78);
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

body.solutions-page .google-proof-button {
  min-width: 13rem;
}

body.solutions-page .google-proof-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

body.solutions-page .google-review-card-curated,
body.solutions-page .google-proof-layout.google-proof-layout-curated .google-review-card-featured {
  min-height: 15.75rem;
  gap: 0.78rem;
  padding: 1.12rem 1.02rem 1.08rem;
  border-radius: 1.3rem;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.045), transparent 28%),
    linear-gradient(180deg, rgba(29, 33, 38, 0.985), rgba(12, 14, 17, 0.996));
  border: 1px solid rgba(198, 203, 209, 0.1);
  box-shadow:
    0 16px 26px rgba(0, 0, 0, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.024);
}

body.solutions-page .google-proof-layout.google-proof-layout-curated .google-review-card-featured {
  background:
    radial-gradient(circle at 14% 14%, rgba(168, 143, 90, 0.1), transparent 22%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.05), transparent 28%),
    linear-gradient(180deg, rgba(31, 35, 40, 0.99), rgba(12, 14, 18, 0.998));
  border-color: rgba(206, 187, 150, 0.16);
}

body.solutions-page .google-proof-layout.google-proof-layout-curated .google-review-name {
  font-size: 0.96rem;
}

body.solutions-page .google-proof-layout.google-proof-layout-curated .google-review-source {
  color: rgba(188, 194, 200, 0.56);
}

body.solutions-page .google-proof-layout.google-proof-layout-curated .google-review-stars {
  color: rgba(218, 191, 132, 0.94);
  font-size: 0.82rem;
  letter-spacing: 0.15em;
}

body.solutions-page .google-proof-layout.google-proof-layout-curated .google-review-excerpt,
body.solutions-page .google-proof-layout.google-proof-layout-curated .google-review-card-featured .google-review-excerpt {
  font-size: 0.96rem;
  line-height: 1.62;
  color: rgba(234, 237, 240, 0.88);
}

@media (max-width: 1100px) {
  body.solutions-page .google-proof-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.solutions-page .google-proof-card-grid .google-review-card-curated:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  body.solutions-page .google-proof-layout.google-proof-layout-curated {
    padding: 1.15rem 1rem 1rem;
  }

  body.solutions-page .google-proof-layout.google-proof-layout-curated .google-proof-summary {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  body.solutions-page .google-proof-summary-side {
    justify-items: start;
  }

  body.solutions-page .google-proof-statline {
    white-space: normal;
  }

  body.solutions-page .google-proof-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.solutions-page .google-proof-card-grid .google-review-card-curated:last-child {
    grid-column: auto;
  }

  body.solutions-page .google-review-card-curated,
  body.solutions-page .google-proof-layout.google-proof-layout-curated .google-review-card-featured {
    min-height: 0;
  }
}

body.solutions-page .google-proof-layout.google-proof-layout-curated {
  width: min(100%, 78rem);
  display: grid;
  gap: 1.35rem;
  padding: 1.75rem 1.6rem 1.6rem;
}

body.solutions-page .google-proof-layout.google-proof-layout-curated .google-proof-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 1.5rem;
  align-items: end;
}

body.solutions-page .google-proof-layout.google-proof-layout-curated .google-proof-copy {
  max-width: none;
  margin: 0;
  display: grid;
  gap: 0.38rem;
  text-align: left;
}

body.solutions-page .google-proof-layout.google-proof-layout-curated .google-proof-copy > h2 {
  margin: 0;
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

body.solutions-page .google-proof-layout.google-proof-layout-curated .google-proof-copy > .section-support {
  max-width: 34rem;
  margin: 0;
  color: rgba(216, 220, 225, 0.72);
  font-size: 0.98rem;
  line-height: 1.5;
}

body.solutions-page .google-proof-summary-side {
  display: grid;
  justify-items: end;
  gap: 0.75rem;
}

body.solutions-page .google-proof-statline {
  margin: 0;
  color: rgba(233, 236, 239, 0.82);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

body.solutions-page .google-proof-button {
  min-width: 13.5rem;
}

body.solutions-page .google-proof-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

body.solutions-page .google-review-card-curated,
body.solutions-page .google-proof-layout.google-proof-layout-curated .google-review-card-featured {
  min-height: 18.5rem;
  gap: 0.9rem;
  padding: 1.25rem 1.15rem 1.2rem;
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.045), transparent 28%),
    linear-gradient(180deg, rgba(30, 34, 39, 0.985), rgba(11, 13, 16, 0.996));
  border: 1px solid rgba(198, 203, 209, 0.1);
  box-shadow:
    0 18px 30px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.026);
}

body.solutions-page .google-proof-layout.google-proof-layout-curated .google-review-card-featured {
  background:
    radial-gradient(circle at 14% 14%, rgba(168, 143, 90, 0.11), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.05), transparent 28%),
    linear-gradient(180deg, rgba(32, 36, 41, 0.99), rgba(12, 14, 18, 0.998));
  border-color: rgba(208, 188, 148, 0.16);
}

body.solutions-page .google-proof-layout.google-proof-layout-curated .google-review-card-head {
  align-items: flex-start;
  gap: 0.85rem;
}

body.solutions-page .google-proof-layout.google-proof-layout-curated .google-review-name {
  font-size: 0.98rem;
}

body.solutions-page .google-proof-layout.google-proof-layout-curated .google-review-source {
  color: rgba(188, 194, 200, 0.56);
}

body.solutions-page .google-proof-layout.google-proof-layout-curated .google-review-stars {
  color: rgba(218, 191, 132, 0.94);
  font-size: 0.84rem;
  letter-spacing: 0.16em;
}

body.solutions-page .google-proof-layout.google-proof-layout-curated .google-review-excerpt,
body.solutions-page .google-proof-layout.google-proof-layout-curated .google-review-card-featured .google-review-excerpt {
  font-size: 1rem;
  line-height: 1.66;
  color: rgba(234, 237, 240, 0.88);
}

@media (max-width: 1100px) {
  body.solutions-page .google-proof-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.solutions-page .google-proof-card-grid .google-review-card-curated:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  body.solutions-page .google-proof-layout.google-proof-layout-curated {
    padding: 1.2rem 1rem 1rem;
  }

  body.solutions-page .google-proof-layout.google-proof-layout-curated .google-proof-summary {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  body.solutions-page .google-proof-summary-side {
    justify-items: start;
  }

  body.solutions-page .google-proof-statline {
    white-space: normal;
  }

  body.solutions-page .google-proof-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.solutions-page .google-proof-card-grid .google-review-card-curated:last-child {
    grid-column: auto;
  }

  body.solutions-page .google-review-card-curated,
  body.solutions-page .google-proof-layout.google-proof-layout-curated .google-review-card-featured {
    min-height: 0;
  }
}

body.solutions-page .solutions-process-section .section-header {
  margin-bottom: 1.7rem;
}

body.solutions-page .solutions-process-grid {
  padding: 1.35rem;
}

body.solutions-page .solutions-closing-panel {
  gap: 1.1rem;
  padding: 1.95rem 1.6rem;
}

body.solutions-page .services-rail-shell {
  top: 5.85rem;
}

body.solutions-page .solutions-hero-section {
  min-height: calc(100svh + 8rem);
  align-items: center;
}

body.solutions-page .page-hero-section {
  padding: 5.4rem 0 1.2rem;
}

body.solutions-page .solutions-hero-shell {
  width: min(100%, 90rem);
  min-height: clamp(38rem, 76svh, 49rem);
  margin-top: 0;
  padding: clamp(5.4rem, 8.6vw, 7.2rem) clamp(2.2rem, 3vw, 3rem) clamp(2.5rem, 3.8vw, 3.2rem);
  border-radius: 2.3rem;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.075), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(168, 143, 90, 0.075), transparent 18%),
    radial-gradient(circle at 48% 58%, rgba(34, 38, 45, 0.34), transparent 38%),
    linear-gradient(180deg, rgba(26, 30, 35, 0.988), rgba(10, 12, 15, 0.995) 66%, rgba(7, 8, 10, 0.998));
  box-shadow:
    0 44px 96px rgba(0, 0, 0, 0.34),
    0 0 40px rgba(168, 143, 90, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.solutions-page .solutions-hero-grid {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}

body.solutions-page .solutions-hero-copy {
  flex: 0 1 auto;
  justify-self: center;
  width: min(100%, 84rem);
  max-width: none;
  margin-inline: auto;
  min-height: 0;
  align-content: center;
  justify-items: center;
  gap: 1.35rem;
  padding: 1.5rem 0 1rem;
  text-align: center;
}

body.solutions-page .solutions-hero-kicker {
  --solutions-kicker-line-scale: 1;
  --solutions-kicker-line-opacity: 1;
  order: 2;
  display: inline-block;
  margin: 0;
  color: rgba(220, 224, 229, 0.76);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

body.solutions-page .solutions-hero-kicker::before {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  margin: 0 auto 0.85rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(191, 166, 112, 0.72), rgba(255, 255, 255, 0));
  transform-origin: center center;
  transform: scaleX(var(--solutions-kicker-line-scale));
  opacity: var(--solutions-kicker-line-opacity);
}

body.solutions-page .solutions-hero-kicker-char {
  display: inline-block;
  transform-origin: center 70%;
  will-change: transform, opacity, filter;
}

body.solutions-page .solutions-hero-kicker-space {
  display: inline-block;
  width: 0.46em;
}

body.solutions-page .page-hero-copy h1.solutions-hero-title {
  --solutions-hero-title-glow: 0.82;
  order: 3;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-size: var(--solutions-hero-title-size, clamp(9rem, 13vw, 13rem));
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.088em;
  white-space: nowrap;
  text-transform: uppercase;
  color: rgba(246, 247, 248, 0.985);
  text-shadow:
    0 0 22px rgba(182, 155, 102, 0.12),
    0 0 44px rgba(182, 155, 102, 0.08);
}

body.solutions-page .page-hero-copy h1.solutions-hero-title::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  top: 24%;
  height: 48%;
  background: radial-gradient(circle at 50% 50%, rgba(182, 155, 102, 0.2), rgba(182, 155, 102, 0.06) 44%, transparent 74%);
  filter: blur(20px);
  z-index: -1;
  opacity: var(--solutions-hero-title-glow);
}

body.solutions-page .solutions-hero-title-word {
  display: inline-block;
  width: auto;
  will-change: transform, opacity, filter;
}

body.solutions-page .solutions-hero-title-word + .solutions-hero-title-word {
  margin-left: 0.08em;
}

body.solutions-page .solutions-hero-lead {
  order: 4;
  max-width: 50rem;
  margin-top: 0.7rem;
  color: rgba(220, 224, 229, 0.78);
  font-size: 1.04rem;
  line-height: 1.6;
}

body.solutions-page .page-hero-copy .hero-actions {
  order: 5;
  margin-top: 1.2rem;
  justify-content: center;
}

body.solutions-page .solutions-hero-inline-proof {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
  gap: 0.45rem;
}

body.solutions-page .solutions-hero-inline-proof span {
  min-height: 1.55rem;
  padding: 0.1rem 0.58rem;
  font-size: 0.56rem;
  letter-spacing: 0.12em;
}

body.solutions-page .solutions-hero-aside {
  position: static;
  width: 100%;
  margin-top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

body.solutions-page .solutions-hero-aside-external {
  width: min(100%, 78rem);
  margin: 2.8rem auto 0;
}

body.solutions-page .solutions-trust-panel {
  width: min(100%, 60rem);
  max-width: 60rem;
  min-height: 0;
  margin: 0 auto;
  padding: 1.05rem 1.9rem 1rem;
  border-radius: 1.45rem;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0.48rem;
  pointer-events: auto;
}

body.solutions-page .solutions-trust-panel h3 {
  font-size: 1.14rem;
  line-height: 1.08;
  margin: 0;
}

body.solutions-page .solutions-trust-summary {
  max-width: 40rem;
  font-size: 0.84rem;
  line-height: 1.48;
}

body.solutions-page .solutions-trust-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 1.35rem;
  margin: 0.2rem 0 0;
  padding: 0;
  list-style: none;
}

body.solutions-page .solutions-trust-list li {
  font-size: 0.72rem;
  line-height: 1.3;
}

body.solutions-page .solutions-trust-panel .eyebrow {
  margin-bottom: 0.08rem;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
}

@media (max-width: 900px) {
  body.solutions-page .solutions-energy-field {
    opacity: 0.56;
  }

  body.solutions-page .solutions-hero-zap {
    opacity: 0.74;
  }

  body.solutions-page .page-hero-copy h1::after {
    right: 6%;
  }

  body.solutions-page .solutions-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.solutions-page .solutions-hero-section {
    min-height: auto;
  }

  body.solutions-page .page-hero-section {
    padding: 9.5rem 0 1.35rem;
  }

  body.solutions-page .solutions-hero-shell {
    min-height: 0;
    padding: 2.35rem 1.5rem 1.85rem;
  }

  body.solutions-page .solutions-hero-copy {
    justify-self: stretch;
    width: 100%;
    min-height: 0;
    flex: 0 0 auto;
    justify-items: flex-start;
    gap: 0.9rem;
    padding: 0.45rem 0 0;
    text-align: left;
  }

  body.solutions-page .solutions-hero-kicker {
    text-align: left;
  }

  body.solutions-page .solutions-hero-kicker::before {
    width: 3rem;
    margin: 0 0 0.5rem;
  }

  body.solutions-page .page-hero-copy h1.solutions-hero-title {
    display: grid;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    font-size: clamp(4.4rem, 14vw, 6.6rem);
  }

  body.solutions-page .solutions-hero-title-word + .solutions-hero-title-word {
    margin-left: 0;
  }

  body.solutions-page .page-hero-copy .hero-actions,
  body.solutions-page .solutions-hero-inline-proof {
    justify-content: flex-start;
  }

  body.solutions-page .solutions-hero-aside {
    position: static;
    align-items: stretch;
    justify-content: stretch;
    pointer-events: auto;
  }

  body.solutions-page .solutions-hero-aside-external {
    width: 100%;
    margin-top: 0.4rem;
  }

  body.solutions-page .solutions-trust-panel {
    min-height: 0;
    max-width: none;
    width: 100%;
  }

  body.solutions-page .services-rail-section {
    min-height: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 640px) {
  body.solutions-page .solutions-hero-kicker {
    font-size: 0.67rem;
    letter-spacing: 0.2em;
  }

  body.solutions-page .solutions-hero-kicker::before {
    width: 2.2rem;
  }

  body.solutions-page .page-hero-copy h1.solutions-hero-title {
    max-width: 100%;
    font-size: clamp(3.4rem, 15vw, 4.8rem);
    line-height: 0.9;
  }

  body.solutions-page .solutions-hero-lead {
    font-size: 0.94rem;
  }

  body.solutions-page .service-area-motion {
    display: none;
  }
}

/* ---------------------------------------------------------
   Solutions page visual polish pass
--------------------------------------------------------- */

body.solutions-page .page-hero-section {
  padding-bottom: 0.6rem;
}

body.solutions-page .solutions-hero-shell {
  min-height: clamp(36.5rem, 72svh, 47.5rem);
  padding:
    clamp(5rem, 8vw, 6.6rem)
    clamp(2.2rem, 3vw, 3rem)
    clamp(2.1rem, 3.2vw, 2.75rem);
}

body.solutions-page .solutions-hero-copy {
  gap: 1.15rem;
  padding: 1.2rem 0 0.7rem;
}

body.solutions-page .solutions-hero-inline-proof span {
  min-height: 1.7rem;
  padding: 0.14rem 0.68rem;
  font-size: 0.58rem;
}

body.solutions-page .solutions-hero-lead {
  margin-top: 0.45rem;
}

body.solutions-page .page-hero-copy .hero-actions {
  margin-top: 0.9rem;
}

body.solutions-page .solutions-hero-aside-external {
  margin: 1.35rem auto 0;
}

body.solutions-page .solutions-trust-panel {
  width: min(100%, 58rem);
  padding: 0.95rem 1.55rem 0.92rem;
  gap: 0.4rem;
}

body.solutions-page .services-rail-section {
  min-height: 88vh;
}

body.solutions-page .services-rail-shell {
  top: 5.65rem;
  padding: 2.05rem 1.45rem 1.55rem;
}

body.solutions-page .services-rail-heading {
  gap: 0.34rem;
}

body.solutions-page .services-rail-stage {
  padding-top: 0.1rem;
}

body.solutions-page .services-rail-track {
  gap: 1rem;
}

body.solutions-page .services-rail-card {
  min-height: 17.35rem;
  padding: 1.28rem 1.15rem 1.05rem;
  gap: 0.58rem;
}

body.solutions-page .services-rail-card:nth-child(1),
body.solutions-page .services-rail-card:nth-child(3) {
  margin-top: 0.22rem;
}

body.solutions-page .services-rail-card:nth-child(2),
body.solutions-page .services-rail-card:nth-child(4) {
  margin-top: 1.25rem;
}

body.solutions-page .services-rail-card-summary {
  line-height: 1.44;
}

body.solutions-page .services-rail-card-benefit {
  padding-top: 0.62rem;
}

body.solutions-page .google-proof-layout {
  gap: 0.72rem;
  padding: 1.5rem 1.45rem 1.2rem;
}

body.solutions-page .google-proof-copy {
  gap: 0.42rem;
}

body.solutions-page .google-proof-link {
  margin-top: 0;
}

body.solutions-page .google-proof-stage {
  min-height: 33.25rem;
  max-height: 33.25rem;
  padding-top: 0.1rem;
}

body.solutions-page .solutions-closing-panel {
  padding: 1.7rem 1.45rem;
}

body.solutions-page .solutions-closing-action-panel {
  align-content: center;
  justify-items: start;
  gap: 0.95rem;
  min-height: 100%;
  padding: 1.35rem 1.22rem;
}

body.solutions-page .solutions-closing-action-panel > p:first-child {
  max-width: 21rem;
  color: rgba(226, 230, 234, 0.84);
  font-size: 0.98rem;
  line-height: 1.58;
}

body.solutions-page .solutions-closing-action-panel .hero-actions {
  margin-top: 0.2rem;
}

body.solutions-page .solutions-closing-action-panel .button-primary {
  min-width: 13.25rem;
}

body.solutions-page .solutions-closing-link {
  font-size: 0.84rem;
}

@media (max-width: 900px) {
  body.solutions-page .page-hero-section {
    padding-bottom: 1rem;
  }

  body.solutions-page .solutions-hero-shell {
    min-height: 0;
    padding: 2.2rem 1.45rem 1.7rem;
  }

  body.solutions-page .solutions-hero-copy {
    gap: 0.82rem;
    padding: 0.35rem 0 0;
  }

  body.solutions-page .solutions-hero-aside-external {
    margin-top: 0.6rem;
  }

  body.solutions-page .solutions-trust-panel {
    width: 100%;
    padding: 1rem 1rem 0.96rem;
  }

  body.solutions-page .services-rail-section {
    min-height: 0;
  }

  body.solutions-page .services-rail-shell {
    top: auto;
    padding-top: 1.55rem;
    padding-bottom: 1.15rem;
  }

  body.solutions-page .services-rail-card {
    min-height: 0;
  }

  body.solutions-page .google-proof-layout {
    gap: 0.82rem;
    padding-top: 1.3rem;
  }

  body.solutions-page .google-proof-stage {
    min-height: 27.25rem;
    max-height: 27.25rem;
  }

  body.solutions-page .solutions-closing-panel {
    padding: 1.45rem 1rem;
  }

  body.solutions-page .solutions-closing-action-panel {
    min-height: 0;
    width: 100%;
    padding: 1.1rem 1rem;
  }

  body.solutions-page .solutions-closing-action-panel .button-primary {
    min-width: 0;
  }
}

/* ---------------------------------------------------------
   Solutions page refinement pass
--------------------------------------------------------- */

body.solutions-page .page-hero-section {
  padding-bottom: 0.45rem;
}

body.solutions-page .solutions-hero-shell {
  min-height: clamp(35rem, 68svh, 45.5rem);
  padding:
    clamp(4.9rem, 7.7vw, 6.3rem)
    clamp(2.2rem, 3vw, 3rem)
    clamp(1.7rem, 2.4vw, 2.15rem);
}

body.solutions-page .solutions-hero-copy {
  gap: 1.05rem;
  padding: 1rem 0 0.45rem;
}

body.solutions-page .page-hero-copy .hero-actions {
  margin-top: 0.75rem;
}

body.solutions-page .solutions-hero-aside-external {
  margin: 1.15rem auto 0;
}

body.solutions-page .services-rail-section {
  min-height: 76vh;
  padding-bottom: 0.55rem;
}

body.solutions-page .services-rail-shell {
  top: 5.5rem;
  padding-bottom: 1.35rem;
}

body.solutions-page .google-proof-section {
  padding-top: 4.65rem;
}

body.solutions-page .solutions-process-section {
  padding-top: 4.35rem;
}

body.solutions-page .solutions-process-section .section-header {
  margin-bottom: 1.15rem;
}

body.solutions-page .solutions-process-grid {
  padding: 1.15rem;
}

body.solutions-page .service-area-section {
  padding-top: 3.45rem;
}

body.solutions-page .service-area-shell {
  width: min(100%, 64.5rem);
  gap: 0.85rem;
  padding: 1.25rem 1.35rem 1.1rem;
}

body.solutions-page .service-area-header {
  gap: 0.32rem;
}

body.solutions-page .service-area-header h2 {
  font-size: clamp(1.75rem, 2.45vw, 2.15rem);
}

body.solutions-page .service-area-header .section-support {
  max-width: 34rem;
  font-size: 0.92rem;
}

body.solutions-page .solutions-close-section {
  padding-top: 5.3rem;
}

@media (max-width: 900px) {
  body.solutions-page .page-hero-section {
    padding-bottom: 0.95rem;
  }

  body.solutions-page .solutions-hero-shell {
    padding: 2rem 1.35rem 1.55rem;
  }

  body.solutions-page .solutions-hero-copy {
    gap: 0.78rem;
    padding: 0.2rem 0 0;
  }

  body.solutions-page .solutions-hero-aside-external {
    margin-top: 0.5rem;
  }

  body.solutions-page .services-rail-section {
    min-height: 0;
    padding-bottom: 0;
  }

  body.solutions-page .google-proof-section,
  body.solutions-page .solutions-process-section,
  body.solutions-page .service-area-section,
  body.solutions-page .solutions-close-section {
    padding-top: 4.6rem;
  }
}

@media (max-width: 640px) {
  body.solutions-page .solutions-hero-shell {
    padding: 1.85rem 1.1rem 1.35rem;
  }

  body.solutions-page .solutions-hero-copy {
    gap: 0.72rem;
  }

  body.solutions-page .page-hero-copy h1.solutions-hero-title {
    max-width: 100%;
    font-size: clamp(2.9rem, 12.4vw, 4.15rem);
    line-height: 0.88;
    letter-spacing: -0.072em;
  }

  body.solutions-page .solutions-hero-lead {
    font-size: 0.92rem;
    line-height: 1.52;
  }

  body.solutions-page .solutions-hero-inline-proof span {
    min-height: 1.6rem;
    padding: 0.12rem 0.58rem;
    font-size: 0.55rem;
  }

  body.solutions-page .services-rail-section,
  body.solutions-page .google-proof-section,
  body.solutions-page .solutions-fit-section,
  body.solutions-page .solutions-process-section,
  body.solutions-page .service-area-section,
  body.solutions-page .solutions-close-section {
    padding-top: 4.15rem;
  }

  body.solutions-page .service-area-shell {
    padding: 1.1rem 1rem 1rem;
  }

  body.solutions-page .solutions-close-section {
    padding-top: 4.6rem;
  }
}

/* ---------------------------------------------------------
   Solutions page focused correction pass
--------------------------------------------------------- */

body.solutions-page .page-hero-section {
  min-height: auto;
  align-content: center;
  gap: 0.35rem;
  padding-top: 6.2rem;
  padding-bottom: 0.35rem;
}

body.solutions-page .solutions-hero-shell {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: clamp(35.5rem, calc(100svh - 17rem), 39.5rem);
  overflow: hidden;
  padding:
    clamp(3.15rem, 4.3vw, 3.9rem)
    clamp(2.35rem, 3vw, 3.05rem)
    clamp(2.9rem, 4vw, 3.45rem);
}

body.solutions-page .solutions-hero-grid {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  align-items: center;
  align-content: center;
  min-height: 100%;
  gap: 0;
}

body.solutions-page .solutions-hero-copy {
  width: min(100%, 47rem);
  justify-items: center;
  gap: 1.24rem;
  padding: 0;
  text-align: center;
}

body.solutions-page .solutions-hero-copy::before {
  display: none;
}

body.solutions-page .solutions-hero-inline-proof {
  gap: 0.72rem;
  margin-top: 0;
  justify-content: center;
}

body.solutions-page .solutions-hero-inline-proof span {
  min-height: 1.72rem;
  padding: 0.12rem 0.72rem;
  font-size: 0.56rem;
  letter-spacing: 0.1em;
}

body.solutions-page .solutions-hero-kicker {
  width: min(100%, 33rem);
  max-width: 100%;
  font-size: clamp(0.74rem, 0.68rem + 0.12vw, 0.82rem);
  line-height: 1.34;
  letter-spacing: 0.12em;
  text-wrap: balance;
}

body.solutions-page .solutions-hero-kicker::before {
  content: "";
  display: block;
  width: 5.2rem;
  height: 1px;
  margin: 0 auto 0.7rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(191, 166, 112, 0.82), rgba(255, 255, 255, 0));
}

body.solutions-page .page-hero-copy h1.solutions-hero-title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.15em;
  width: auto;
  max-width: none;
  font-size: var(--solutions-hero-title-size, clamp(1.98rem, 2.45vw, 2.46rem));
  line-height: 0.95;
  letter-spacing: -0.018em;
  white-space: nowrap;
  text-align: center;
}

body.solutions-page .solutions-hero-title-word {
  display: inline-block;
}

body.solutions-page .solutions-hero-title-word + .solutions-hero-title-word {
  margin-left: 0;
}

body.solutions-page .solutions-hero-lead {
  max-width: 48rem;
  margin-top: 0.58rem;
  font-size: 0.98rem;
  line-height: 1.58;
  text-wrap: initial;
}

body.solutions-page .solutions-hero-lead-line {
  display: block;
  white-space: nowrap;
}

body.solutions-page .solutions-hero-lead-line + .solutions-hero-lead-line {
  margin-top: 0.08rem;
}

body.solutions-page .page-hero-copy .hero-actions {
  margin-top: 1.62rem;
  gap: 1rem;
  justify-content: center;
}

body.solutions-page .page-hero-copy .button {
  min-height: 2.92rem;
  padding: 0 1.16rem;
  border-radius: 12px;
  font-size: 0.74rem;
  letter-spacing: 0.064em;
}

body.solutions-page .solutions-hero-area-band {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 1.95rem;
  margin:
    0
    calc(clamp(1.9rem, 2.5vw, 2.45rem) * -1)
    calc(clamp(2.5rem, 3.8vw, 3.05rem) * -1);
  padding: 1.85rem clamp(1.55rem, 3vw, 2.35rem) 1.55rem;
  background:
    linear-gradient(180deg, rgba(8, 10, 13, 0) 0%, rgba(8, 10, 13, 0.12) 22%, rgba(8, 10, 13, 0.52) 100%);
  box-shadow: none;
  backdrop-filter: none;
  overflow: hidden;
}

body.solutions-page .solutions-hero-area-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.015) 32%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.55;
}

body.solutions-page .solutions-hero-area-band .service-area-header {
  position: relative;
  z-index: 1;
  width: 100%;
  gap: 0;
  justify-items: center;
  text-align: center;
}

body.solutions-page .solutions-hero-area-band .service-area-header h2 {
  margin: 0;
  font-family: var(--body);
  font-size: clamp(0.54rem, 0.51rem + 0.07vw, 0.62rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(244, 246, 248, 0.86);
}

body.solutions-page .solutions-hero-area-band .service-area-motion,
body.solutions-page .solutions-hero-area-band .service-area-mobile-grid {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 0;
}

body.solutions-page .solutions-hero-area-band .service-area-motion {
  display: block;
  opacity: 0.78;
}

body.solutions-page .solutions-hero-area-band .service-area-marquee {
  min-height: 1.45rem;
  padding: 0.04rem 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 12%, black 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 12%, black 88%, transparent 100%);
}

body.solutions-page .solutions-hero-area-band .service-area-marquee .service-area-track {
  animation: service-area-marquee 52s linear infinite;
  align-items: center;
}

body.solutions-page .solutions-hero-area-band .service-area-sequence {
  gap: clamp(2.1rem, 4vw, 3.25rem);
  padding-right: clamp(2.1rem, 4vw, 3.25rem);
}

body.solutions-page .solutions-hero-area-band .service-area-tile {
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(222, 226, 231, 0.28);
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.92;
}

body.solutions-page .solutions-hero-area-band .service-area-tile::before,
body.solutions-page .solutions-hero-area-band .service-area-tile::after {
  display: none;
}

body.solutions-page .solutions-hero-area-band .service-area-tile:hover,
body.solutions-page .solutions-hero-area-band .service-area-tile:focus-visible {
  border: 0;
  box-shadow: none;
  color: rgba(222, 226, 231, 0.34);
}

body.solutions-page .solutions-hero-aside-external {
  margin: 3rem auto 0;
}

body.solutions-page .solutions-trust-panel {
  width: min(100%, 59rem);
  padding: 1.56rem 1.95rem 1.45rem;
  gap: 0.68rem;
  justify-items: center;
  text-align: center;
}

body.solutions-page .solutions-trust-panel .eyebrow {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
}

body.solutions-page .solutions-trust-panel h3 {
  font-size: 1.22rem;
  line-height: 1.06;
}

body.solutions-page .solutions-trust-summary {
  max-width: 42rem;
  margin: 0;
  line-height: 1.64;
}

body.solutions-page .services-rail-section {
  min-height: 0;
  padding-top: 3rem;
  padding-bottom: 0.35rem;
}

body.solutions-page .solutions-trust-list {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  gap: 0.56rem 1.45rem;
  margin: 0.4rem 0 0;
}

body.solutions-page .solutions-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.74rem;
  line-height: 1.3;
}

body.solutions-page .solutions-trust-list li::before {
  content: "";
  width: 0.34rem;
  height: 0.34rem;
  flex: 0 0 0.34rem;
  border-radius: 999px;
  background: rgba(210, 183, 128, 0.92);
  box-shadow: 0 0 0 1px rgba(244, 229, 194, 0.12);
}

body.solutions-page .services-rail-heading {
  gap: 0.44rem;
  max-width: 46rem;
}

body.solutions-page .services-rail-heading .eyebrow {
  margin: 0;
}

body.solutions-page .services-rail-rule {
  margin: 0.08rem 0 0.18rem;
}

body.solutions-page .services-rail-heading h2 {
  font-size: clamp(2.85rem, 5.4vw, 4.75rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 0.94;
}

body.solutions-page .services-rail-support {
  max-width: 37rem;
  font-size: 0.93rem;
  line-height: 1.56;
  color: rgba(214, 218, 223, 0.68);
}

body.solutions-page .google-proof-copy {
  max-width: 28rem;
  gap: 0.56rem;
  padding-top: 0.4rem;
  padding-bottom: 0.55rem;
}

body.solutions-page .google-proof-copy > .eyebrow {
  margin: 0 0 0.14rem;
  color: rgba(204, 208, 212, 0.6);
}

body.solutions-page .google-proof-copy > h2 {
  font-size: clamp(4.7rem, 6.8vw, 6rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-transform: none;
}

body.solutions-page .google-proof-stars {
  margin: 0.12rem 0 0;
  color: rgba(229, 207, 158, 0.94);
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
}

body.solutions-page .google-review-card,
body.solutions-page .google-review-card-featured {
  transform: none;
}

body.solutions-page .google-review-card:hover,
body.solutions-page .google-review-card:focus-visible,
body.solutions-page .google-review-card-featured:hover,
body.solutions-page .google-review-card-featured:focus-visible {
  transform: none;
  border-color: rgba(195, 200, 207, 0.09);
  box-shadow:
    0 20px 34px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.solutions-page .google-proof-copy > .section-support {
  max-width: 22rem;
  font-size: 0.94rem;
  line-height: 1.52;
  color: rgba(214, 218, 223, 0.7);
}

body.solutions-page .google-proof-link {
  min-height: 1.45rem;
  padding: 0.18rem 0.52rem;
  margin-top: 0.34rem;
  margin-bottom: 0.55rem;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.solutions-page .solutions-process-section .section-header {
  max-width: 28rem;
  justify-items: center;
  text-align: center;
}

body.solutions-page .solutions-process-section .section-header h2 {
  font-size: clamp(4.7rem, 6.8vw, 6rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

body.solutions-page .solutions-process-section .section-support {
  max-width: 22rem;
  white-space: normal;
  font-size: 0.94rem;
  line-height: 1.52;
}

body.solutions-page .solutions-process-section .section-header::before {
  width: 4.3rem;
  margin: 0 auto 0.95rem;
  background:
    linear-gradient(
      90deg,
      rgba(197, 171, 118, 0),
      rgba(197, 171, 118, 0.9) 24%,
      rgba(241, 225, 186, 0.88) 50%,
      rgba(197, 171, 118, 0.9) 76%,
      rgba(197, 171, 118, 0)
    );
}

body.solutions-page .service-area-shell {
  width: min(calc(100vw - 2.8rem), 84rem);
  gap: 1.45rem;
  padding: 1.65rem 1.15rem 1.4rem;
  border-radius: 1.45rem;
  background:
    linear-gradient(180deg, rgba(19, 23, 27, 0.8), rgba(10, 12, 15, 0.9)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.02), transparent 42%);
  border: 1px solid rgba(195, 200, 207, 0.075);
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

body.solutions-page .service-area-header {
  gap: 0.48rem;
  max-width: 46rem;
  justify-items: center;
  margin: 0 auto;
  text-align: center;
}

body.solutions-page .service-area-header .eyebrow {
  margin: 0;
}

body.solutions-page .service-area-header h2 {
  max-width: none;
  font-size: clamp(0.82rem, 0.72rem + 0.22vw, 0.96rem);
  line-height: 1.18;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(202, 207, 213, 0.64);
}

body.solutions-page .service-area-header .section-support {
  max-width: 41rem;
  font-size: 0.92rem;
  line-height: 1.58;
  color: rgba(219, 223, 228, 0.64);
}

body.solutions-page .service-area-motion,
body.solutions-page .service-area-mobile-grid {
  margin-top: 0.55rem;
}

body.solutions-page .service-area-motion {
  margin-inline: -0.2rem;
}

@media (max-width: 900px) {
  body.solutions-page .page-hero-section {
    min-height: auto;
    gap: 0.75rem;
    padding-top: 5.85rem;
    padding-bottom: 0.65rem;
  }

  body.solutions-page .solutions-hero-shell {
    min-height: 0;
    padding: 2.35rem 1.2rem 1.75rem;
  }

  body.solutions-page .solutions-hero-copy {
    width: min(100%, 32rem);
    gap: 0.82rem;
    padding: 0.1rem 0;
  }

  body.solutions-page .solutions-hero-inline-proof {
    gap: 0.58rem;
  }

  body.solutions-page .solutions-hero-inline-proof span {
    min-height: 1.64rem;
    padding: 0.12rem 0.62rem;
    font-size: 0.54rem;
  }

  body.solutions-page .solutions-hero-kicker {
    width: min(100%, 22rem);
    font-size: clamp(0.66rem, 0.6rem + 0.18vw, 0.72rem);
    letter-spacing: 0.12em;
    text-align: center;
  }

  body.solutions-page .solutions-hero-kicker::before {
    width: 4.4rem;
    margin-bottom: 0.44rem;
  }

  body.solutions-page .page-hero-copy h1.solutions-hero-title {
    gap: 0.14em;
    font-size: clamp(1.84rem, 4.65vw, 2.22rem);
    line-height: 0.95;
    letter-spacing: -0.012em;
  }

  body.solutions-page .solutions-hero-lead {
    max-width: 29rem;
    font-size: 0.88rem;
    line-height: 1.38;
  }

  body.solutions-page .page-hero-copy .hero-actions {
    gap: 0.64rem;
    margin-top: 0.74rem;
  }

  body.solutions-page .page-hero-copy .button {
    min-height: 2.82rem;
    padding: 0 1.02rem;
    font-size: 0.72rem;
  }

  body.solutions-page .solutions-hero-area-band {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
    margin-bottom: -1.75rem;
    gap: 0.78rem;
    padding: 0.92rem 1rem 0.88rem;
  }

  body.solutions-page .solutions-hero-area-band .service-area-mobile-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, max-content));
    justify-content: center;
    gap: 0.42rem 1.15rem;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion {
    display: none;
  }

  body.solutions-page .solutions-hero-area-band .service-area-tile {
    min-width: 0;
    min-height: 0;
    padding: 0;
    font-size: 0.7rem;
    color: rgba(225, 229, 234, 0.38);
    letter-spacing: 0.03em;
    white-space: nowrap;
  }

  body.solutions-page .solutions-hero-inline-proof,
  body.solutions-page .page-hero-copy .hero-actions {
    justify-content: center;
  }

  body.solutions-page .solutions-trust-panel {
    width: 100%;
    padding: 1.18rem 1.15rem 1.06rem;
  }

  body.solutions-page .solutions-hero-aside-external {
    margin: 1.7rem auto 0;
  }

  body.solutions-page .solutions-trust-list {
    grid-template-columns: minmax(0, max-content);
    gap: 0.42rem;
  }

  body.solutions-page .services-rail-heading {
    gap: 0.38rem;
  }

  body.solutions-page .services-rail-heading h2 {
    font-size: clamp(2.35rem, 10vw, 3.35rem);
    letter-spacing: 0.14em;
  }

  body.solutions-page .google-proof-copy {
    max-width: 24rem;
    gap: 0.32rem;
    padding-top: 0.2rem;
    padding-bottom: 0.3rem;
  }

  body.solutions-page .google-proof-link {
    width: 100%;
    max-width: 15rem;
  }

  body.solutions-page .solutions-process-section .section-header h2 {
    font-size: clamp(3.5rem, 13vw, 4.4rem);
  }

  body.solutions-page .solutions-process-section .section-support {
    font-size: 0.95rem;
  }

  body.solutions-page .service-area-shell {
    width: min(calc(100vw - 1.9rem), 84rem);
    gap: 1.18rem;
    padding: 1.34rem 0.94rem 1.06rem;
  }

  body.solutions-page .service-area-header h2 {
    max-width: none;
    font-size: clamp(0.78rem, 0.72rem + 0.18vw, 0.9rem);
  }

  body.solutions-page .services-rail-section {
    padding-top: 2.55rem;
  }
}

@media (max-width: 640px) {
  body.solutions-page .page-hero-section {
    gap: 0.8rem;
    padding-top: 5.35rem;
  }

  body.solutions-page .solutions-hero-shell {
    min-height: 0;
    padding: 1.85rem 0.9rem 1.5rem;
  }

  body.solutions-page .solutions-hero-copy {
    width: min(100%, 19.5rem);
    gap: 0.74rem;
  }

  body.solutions-page .solutions-hero-inline-proof span {
    min-height: 1.48rem;
    padding: 0.08rem 0.46rem;
    font-size: 0.48rem;
  }

  body.solutions-page .solutions-hero-kicker {
    width: 100%;
    max-width: none;
    font-size: 0.54rem;
    letter-spacing: 0.07em;
    line-height: 1.4;
    white-space: normal;
  }

  body.solutions-page .page-hero-copy h1.solutions-hero-title {
    gap: 0.1em;
    font-size: clamp(1.22rem, 4.7vw, 1.46rem);
    line-height: 0.96;
    letter-spacing: -0.01em;
  }

  body.solutions-page .solutions-hero-lead {
    max-width: 18rem;
    font-size: 0.84rem;
    line-height: 1.4;
  }

  body.solutions-page .page-hero-copy .hero-actions {
    gap: 0.58rem;
    margin-top: 0.68rem;
  }

  body.solutions-page .page-hero-copy .button {
    min-height: 2.66rem;
    padding: 0 0.84rem;
    font-size: 0.69rem;
  }

  body.solutions-page .solutions-hero-aside-external {
    margin: 1.45rem auto 0;
  }

  body.solutions-page .services-rail-section {
    padding-top: 2.2rem;
  }

  body.solutions-page .google-proof-copy > h2 {
    font-size: clamp(3.5rem, 13vw, 4.4rem);
  }

  body.solutions-page .google-proof-stars {
    font-size: 2.1rem;
    letter-spacing: 0.14em;
    text-indent: 0.14em;
  }

  body.solutions-page .solutions-process-section .section-header h2 {
    font-size: clamp(3rem, 14vw, 3.9rem);
  }

  body.solutions-page .service-area-shell {
    width: min(calc(100vw - 1rem), 84rem);
    padding: 1.16rem 0.72rem 0.9rem;
  }

  body.solutions-page .solutions-hero-area-band {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
    margin-bottom: -1.5rem;
    gap: 0.68rem;
    padding: 0.84rem 0.82rem 0.76rem;
  }

  body.solutions-page .solutions-hero-area-band .service-area-header h2 {
    font-size: 0.62rem;
    letter-spacing: 0.16em;
  }

  body.solutions-page .solutions-hero-area-band .service-area-mobile-grid {
    grid-template-columns: repeat(2, minmax(0, max-content));
    justify-content: center;
    gap: 0.34rem 0.88rem;
  }

  body.solutions-page .solutions-hero-area-band .service-area-tile {
    min-height: 0;
    font-size: 0.6rem;
    letter-spacing: 0.03em;
  }
}

body.solutions-page .service-area-section {
  overflow: clip;
}

body.solutions-page .service-area-section {
  padding-top: 1rem;
}

body.solutions-page .service-area-marquee {
  min-height: 4.9rem;
  padding: 0.2rem 1rem;
  -webkit-mask-image: none;
  mask-image: none;
  position: relative;
}

body.solutions-page .service-area-track {
  gap: 0;
}

body.solutions-page .service-area-sequence {
  gap: 1rem;
  padding-right: 1rem;
}

body.solutions-page .service-area-tile {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: clamp(12rem, 15vw, 15rem);
  min-height: 4rem;
  padding: 0.8rem 1.45rem;
  border-radius: 0.78rem;
  background:
    linear-gradient(180deg, rgba(31, 35, 40, 0.9), rgba(13, 15, 18, 0.96)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0));
  border: 1px solid rgba(195, 200, 207, 0.095);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  color: rgba(236, 239, 242, 0.92);
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

body.solutions-page .service-area-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.03), transparent 28%);
  opacity: 0.85;
  z-index: -2;
}

body.solutions-page .service-area-tile::after {
  content: "";
  position: absolute;
  inset: -18% auto -18% -34%;
  width: 38%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(246, 232, 199, 0.18), rgba(255, 255, 255, 0));
  opacity: 0;
  transform: translateX(-190%) skewX(-18deg);
  transition:
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 160ms ease;
  z-index: -1;
}

body.solutions-page .service-area-tile:hover,
body.solutions-page .service-area-tile:focus-visible {
  border-color: rgba(214, 201, 170, 0.16);
  box-shadow:
    0 16px 28px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

body.solutions-page .service-area-tile:hover::after,
body.solutions-page .service-area-tile:focus-visible::after {
  opacity: 1;
  transform: translateX(430%) skewX(-18deg);
}

@media (min-width: 901px) {
  body.solutions-page .service-area-motion {
    display: none;
  }

  body.solutions-page .service-area-mobile-grid {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 0.72rem;
    width: 100%;
    margin-top: 0.02rem;
    padding: 0 1rem;
  }

  body.solutions-page .service-area-mobile-grid .service-area-tile {
    min-width: 0;
    min-height: 3.5rem;
    padding: 0.7rem 0.8rem;
    font-size: 0.78rem;
    letter-spacing: 0.035em;
  }
}

body.solutions-page .service-area-mobile-grid {
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.88rem;
}

body.solutions-page .service-area-mobile-grid .service-area-tile {
  min-width: 0;
  min-height: 3.7rem;
  font-size: 0.88rem;
}

body.solutions-page .service-area-shell {
  position: relative;
  left: 50%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  overflow: hidden;
  width: 100vw;
  max-width: none;
  margin-left: calc(-50vw);
  margin-right: calc(-50vw);
  gap: 0.52rem;
  padding: 0.88rem 0 0.82rem;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

body.solutions-page .service-area-header {
  min-width: 0;
  width: 100%;
  max-width: none;
  gap: 0.08rem;
  justify-items: center;
  margin: 0;
  padding: 0 0.95rem;
  text-align: center;
}

body.solutions-page .service-area-header h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(0.74rem, 0.68rem + 0.16vw, 0.84rem);
  line-height: 1.18;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(202, 207, 213, 0.56);
}

body.solutions-page .service-area-motion {
  min-width: 0;
  width: 100%;
  margin-top: 0.02rem;
  margin-inline: 0;
}

body.solutions-page .service-area-marquee {
  width: 100%;
  min-height: 4rem;
  padding: 0.02rem 1rem;
}

body.solutions-page .service-area-sequence {
  gap: 0.82rem;
  padding-right: 0.82rem;
}

body.solutions-page .service-area-tile {
  min-width: clamp(12.5rem, 15vw, 15.4rem);
  min-height: 3.72rem;
  border-radius: 0.72rem;
}

body.solutions-page .service-area-tile,
body.solutions-page .service-area-tile:hover,
body.solutions-page .service-area-tile:focus-visible {
  transform: none;
}

body.solutions-page .service-area-tile:hover,
body.solutions-page .service-area-tile:focus-visible {
  border-color: rgba(214, 201, 170, 0.16);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

@media (max-width: 900px) {
  body.solutions-page .service-area-motion {
    width: 100%;
    margin-inline: 0;
  }

  body.solutions-page .service-area-marquee {
    min-height: 4.45rem;
  }

  body.solutions-page .service-area-shell {
    left: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0.88rem 0 0.82rem;
  }

  body.solutions-page .service-area-header {
    padding: 0 0.72rem;
  }

  body.solutions-page .service-area-mobile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.solutions-page .service-area-mobile-grid .service-area-tile {
    min-height: 3.45rem;
    padding: 0.72rem 0.9rem;
    border-radius: 0.72rem;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  body.solutions-page .service-area-shell {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0.8rem 0 0.76rem;
  }

  body.solutions-page .service-area-header h2 {
    font-size: clamp(0.74rem, 0.68rem + 0.18vw, 0.84rem);
  }

  body.solutions-page .service-area-mobile-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.74rem;
  }

  body.solutions-page .service-area-mobile-grid .service-area-tile {
    min-height: 3.3rem;
    font-size: 0.82rem;
    letter-spacing: 0.05em;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.solutions-page .solutions-hero-zap-canvas,
  body.solutions-page .solutions-energy-canvas {
    display: none;
  }
}

@media (min-width: 901px) {
  body.solutions-page .service-area-motion {
    display: block;
    width: 100%;
    margin-inline: 0;
  }

  body.solutions-page .service-area-mobile-grid {
    display: none;
  }
}

/* ---------------------------------------------------------
   Solutions hero borderless full-height correction
--------------------------------------------------------- */

body.solutions-page .page-hero-section {
  min-height: 100svh;
  gap: 0;
  padding-top: 6.4rem;
  padding-bottom: 0;
}

body.solutions-page .solutions-hero-shell {
  display: grid;
  grid-template-rows: auto auto;
  width: min(100%, 79rem);
  min-height: calc(100svh - 7.3rem);
  margin: 0 auto;
  padding: 3.35rem clamp(2.2rem, 3vw, 3rem) 2.4rem;
  border: 2px solid rgba(198, 172, 117, 0.58);
  border-radius: 2rem;
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.026),
    inset 0 0 0 1px rgba(198, 172, 117, 0.16),
    0 0 0 1px rgba(198, 172, 117, 0.08);
}

body.solutions-page .solutions-hero-shell::after {
  content: "";
  position: absolute;
  inset: 0.75rem;
  border-radius: calc(2rem - 0.75rem);
  border: 1px solid rgba(198, 172, 117, 0.24);
  pointer-events: none;
}

body.solutions-page .solutions-hero-shell.frame-trace-card .frame-trace-overlay {
  display: none;
}

body.solutions-page .solutions-hero-shell.is-hero-dimmed,
body.solutions-page .solutions-hero-shell.is-hero-energized {
  border-color: rgba(198, 172, 117, 0.58);
}

body.solutions-page .solutions-hero-shell.is-hero-dimmed {
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.022),
    inset 0 0 0 1px rgba(198, 172, 117, 0.14),
    0 0 0 1px rgba(198, 172, 117, 0.08);
  filter: saturate(0.92) brightness(0.92);
}

body.solutions-page .solutions-hero-shell.is-hero-dimmed::after,
body.solutions-page .solutions-hero-shell.is-hero-energized::after {
  border-color: rgba(198, 172, 117, 0.24);
}

body.solutions-page .solutions-hero-grid {
  min-height: 0;
  justify-content: flex-start;
  align-items: start;
  align-content: start;
  padding-top: clamp(2.7rem, 5.1vh, 4.1rem);
}

body.solutions-page .solutions-hero-copy {
  width: min(100%, 50rem);
  gap: 0.92rem;
  padding-top: 0.35rem;
}

body.solutions-page .solutions-hero-inline-proof {
  width: 100%;
  gap: 0;
  justify-content: center;
}

body.solutions-page .solutions-hero-inline-proof span {
  min-height: auto;
  padding: 0;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(206, 210, 216, 0.86);
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.solutions-page .solutions-hero-kicker {
  margin-top: 0;
  text-rendering: optimizeLegibility;
}

body.solutions-page .page-hero-copy h1.solutions-hero-title {
  margin-top: 0.04rem;
  overflow: visible;
  font-size: clamp(4.15rem, 5.35vw, 5.45rem);
  letter-spacing: -0.014em;
  text-rendering: geometricPrecision;
}

body.solutions-page .solutions-hero-title-text {
  --solutions-hero-title-fill:
    linear-gradient(
      180deg,
      rgba(255, 251, 238, 0.98) 0%,
      rgba(245, 230, 194, 0.98) 18%,
      rgba(211, 181, 118, 0.98) 42%,
      rgba(250, 236, 199, 0.96) 62%,
      rgba(154, 123, 70, 0.98) 100%
    ),
    linear-gradient(
      90deg,
      rgba(255, 246, 219, 0.24) 0%,
      rgba(112, 86, 43, 0.04) 22%,
      rgba(255, 246, 219, 0.12) 45%,
      rgba(104, 78, 37, 0.08) 62%,
      rgba(255, 240, 205, 0.18) 100%
    );
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  color: transparent;
  background-image: var(--solutions-hero-title-fill);
  background-size: 100% 100%, 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 1px 0 rgba(255, 248, 223, 0.16),
    0 0 18px rgba(198, 172, 117, 0.1),
    0 0 30px rgba(126, 96, 44, 0.1);
}

body.solutions-page .page-hero-copy h1.solutions-hero-title .solutions-hero-title-text {
  display: inline-flex;
}

body.solutions-page .solutions-hero-title-text::before {
  content: none;
}

body.solutions-page .solutions-hero-title-word {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}

body.solutions-page .page-hero-copy h1.solutions-hero-title .solutions-hero-title-word {
  display: inline-flex;
}

body.solutions-page .solutions-hero-title-gap {
  display: inline-block;
  width: 0.16em;
  flex: 0 0 0.16em;
}

body.solutions-page .page-hero-copy h1.solutions-hero-title .solutions-hero-title-gap {
  display: inline-block;
}

body.solutions-page .solutions-hero-title-letter {
  display: inline-block;
  color: transparent;
  background-image: var(--solutions-hero-title-fill);
  background-size: 100% 100%, 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 1px 0 rgba(255, 248, 223, 0.16),
    0 0 18px rgba(198, 172, 117, 0.1),
    0 0 30px rgba(126, 96, 44, 0.1);
  will-change: transform, opacity, filter;
}

body.solutions-page .page-hero-copy h1.solutions-hero-title .solutions-hero-title-letter {
  display: inline-block;
}

body.solutions-page .solutions-hero-title-text::after {
  content: "";
  position: absolute;
  inset: 10% 3% 8%;
  border-radius: 1.5rem;
  background: radial-gradient(circle at 50% 50%, rgba(198, 172, 117, 0.14), rgba(198, 172, 117, 0) 70%);
  filter: blur(20px);
  opacity: 0.65;
  pointer-events: none;
  z-index: -1;
}

body.solutions-page .solutions-hero-lead {
  margin-top: 0.52rem;
}

body.solutions-page .page-hero-copy .hero-actions {
  margin-top: 1.08rem;
  gap: 0.86rem;
}

body.solutions-page .page-hero-copy .button {
  min-height: 2.72rem;
  padding: 0 1.04rem;
  border-radius: 0.82rem;
  font-size: 0.7rem;
  letter-spacing: 0.058em;
}

body.solutions-page .solutions-hero-area-band {
  gap: 2.1rem;
  padding: 1.95rem clamp(1.45rem, 2.8vw, 2.2rem) 1.55rem;
  background:
    linear-gradient(180deg, rgba(8, 10, 13, 0) 0%, rgba(8, 10, 13, 0.14) 26%, rgba(8, 10, 13, 0.46) 100%);
  box-shadow: none;
}

body.solutions-page .solutions-hero-area-band::before {
  display: none;
}

body.solutions-page .solutions-hero-area-band .service-area-header h2 {
  color: rgba(244, 246, 248, 0.8);
}

body.solutions-page .solutions-hero-kicker::before {
  width: 7.5rem;
  margin-bottom: 0.48rem;
  background: linear-gradient(90deg, rgba(198, 172, 117, 0), rgba(198, 172, 117, 0.88), rgba(198, 172, 117, 0));
}

body.solutions-page .solutions-hero-area-band .service-area-tile,
body.solutions-page .solutions-hero-area-band .service-area-tile:hover,
body.solutions-page .solutions-hero-area-band .service-area-tile:focus-visible {
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
  color: rgba(223, 227, 232, 0.24);
}

body.solutions-page .solutions-hero-area-band .service-area-tile::before,
body.solutions-page .solutions-hero-area-band .service-area-tile::after {
  display: none;
}

body.solutions-page .hero-stats-divider {
  height: 3.9rem;
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

body.solutions-page .hero-stats-divider::before {
  width: min(100%, 44rem);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(191, 166, 112, 0.14) 14%,
    rgba(232, 219, 189, 0.6) 50%,
    rgba(191, 166, 112, 0.14) 86%,
    transparent
  );
  box-shadow:
    0 0 12px rgba(198, 172, 117, 0.08),
    0 0 26px rgba(198, 172, 117, 0.05);
}

body.solutions-page .hero-stats-divider::after {
  width: 7rem;
  height: 7rem;
  background: radial-gradient(circle, rgba(198, 172, 117, 0.11), transparent 68%);
}

body.solutions-page .solutions-stats-section {
  width: min(100%, 72.5rem);
  gap: 1.3rem;
  margin: 0 auto 5.4rem;
}

body.solutions-page .solutions-stats-section .stats-heading-block {
  max-width: 34rem;
  margin-bottom: 1.55rem;
}

body.solutions-page .solutions-stats-section .stats-heading-block .accent-line {
  width: 3.2rem;
  background: linear-gradient(90deg, rgba(198, 172, 117, 0.9), rgba(236, 221, 184, 0.42), rgba(198, 172, 117, 0));
  box-shadow: 0 0 14px rgba(198, 172, 117, 0.1);
}

body.solutions-page .solutions-stats-section .stats-heading-block .eyebrow {
  color: rgba(236, 221, 184, 0.84);
}

body.solutions-page .solutions-stats-section .stats-heading-block h2 {
  color: rgba(244, 246, 248, 0.97);
  text-shadow: 0 0 18px rgba(198, 172, 117, 0.06);
}

body.solutions-page .solutions-stats-section .stats-card.frame-trace-card {
  --frame-trace-radius-adjust: -2px;
  --frame-trace-glow: rgba(183, 154, 99, 0.18);
  --frame-trace-glow-width: 3px;
  --frame-trace-glow-blur: 2px;
  --frame-trace-glow-opacity: 0.16;
  --frame-trace-glow-rest: 0.05;
  --frame-trace-line: rgba(191, 166, 112, 0.9);
  --frame-trace-line-width: 1.15px;
  --frame-trace-line-opacity: 0.86;
  --frame-trace-line-rest: 0.14;
}

body.solutions-page .solutions-stats-section .stats-card {
  min-height: 9.35rem;
  border: 1px solid rgba(198, 172, 117, 0.34);
  background:
    radial-gradient(circle at 18% 16%, rgba(198, 172, 117, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(23, 26, 31, 0.985), rgba(11, 13, 16, 0.995) 60%, rgba(7, 8, 10, 0.998));
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 0 0 1px rgba(198, 172, 117, 0.08);
}

body.solutions-page .solutions-stats-section .stats-card:nth-of-type(2) {
  background:
    radial-gradient(circle at 50% 12%, rgba(198, 172, 117, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(20, 24, 30, 0.986), rgba(10, 12, 15, 0.996) 60%, rgba(7, 8, 10, 0.998));
}

body.solutions-page .solutions-stats-section .stats-card:nth-of-type(3) {
  background:
    radial-gradient(circle at 82% 16%, rgba(198, 172, 117, 0.075), transparent 32%),
    linear-gradient(180deg, rgba(20, 24, 30, 0.986), rgba(10, 12, 15, 0.996) 60%, rgba(7, 8, 10, 0.998));
}

body.solutions-page .solutions-stats-section .stats-card .accent-line {
  width: 2.7rem;
  background: linear-gradient(90deg, rgba(198, 172, 117, 0.18), rgba(236, 221, 184, 0.72), rgba(198, 172, 117, 0.18));
}

body.solutions-page .solutions-stats-section .stats-card::before {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.018),
    inset 0 1px 0 rgba(255, 255, 255, 0.026);
}

body.solutions-page .solutions-stats-section .stats-card::after {
  background: linear-gradient(90deg, rgba(198, 172, 117, 0.3), rgba(236, 221, 184, 0.14), transparent);
}

body.solutions-page .solutions-stats-section .stats-card:hover {
  border-color: rgba(198, 172, 117, 0.5);
  box-shadow:
    0 26px 54px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.038),
    0 0 18px rgba(198, 172, 117, 0.06);
}

body.solutions-page .solutions-stats-section .stats-value {
  color: rgba(244, 246, 248, 0.98);
  text-shadow: 0 0 16px rgba(198, 172, 117, 0.08);
}

body.solutions-page .solutions-stats-section .stats-suffix {
  color: rgba(236, 221, 184, 0.96);
  text-shadow: 0 0 12px rgba(198, 172, 117, 0.12);
}

body.solutions-page .solutions-stats-section .stats-label {
  color: rgba(214, 218, 223, 0.76);
}

body.solutions-page .services-rail-shell {
  border: 2px solid rgba(198, 172, 117, 0.42);
  box-shadow:
    0 30px 64px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 0 0 1px rgba(198, 172, 117, 0.1);
}

body.solutions-page .google-proof-layout {
  border: 2px solid rgba(198, 172, 117, 0.42);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 0 0 1px rgba(198, 172, 117, 0.1);
}

body.solutions-page .solutions-closing-panel {
  border: 2px solid rgba(198, 172, 117, 0.42);
  box-shadow:
    0 28px 58px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.026),
    inset 0 0 0 1px rgba(198, 172, 117, 0.1);
}

body.solutions-page .services-rail-section {
  position: relative;
  padding-top: 8.65rem;
  padding-bottom: 3.8rem;
}

body.solutions-page .services-rail-section::before {
  content: "";
  position: absolute;
  top: 3.35rem;
  left: 50%;
  width: min(100%, 25rem);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    rgba(191, 166, 112, 0),
    rgba(191, 166, 112, 0.2) 22%,
    rgba(232, 219, 189, 0.18) 50%,
    rgba(191, 166, 112, 0.2) 78%,
    rgba(191, 166, 112, 0)
  );
  opacity: 0.78;
}

body.solutions-page .services-rail-section::after {
  content: "";
  position: absolute;
  top: 3.35rem;
  left: 50%;
  width: 0.32rem;
  height: 0.32rem;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(198, 172, 117, 0.9);
  box-shadow:
    -1.3rem 0 0 rgba(198, 172, 117, 0.6),
    1.3rem 0 0 rgba(198, 172, 117, 0.6);
}

body.solutions-page .services-rail-shell {
  padding: 2.95rem 1.55rem 2.9rem;
  gap: 1.9rem;
}

body.solutions-page .services-rail-heading {
  gap: 0.42rem;
  padding-top: 0.3rem;
  padding-bottom: 0.28rem;
}

body.solutions-page .services-rail-eyebrow {
  margin: 0;
}

body.solutions-page .services-rail-rule {
  width: 6.8rem;
  background: linear-gradient(90deg, rgba(198, 172, 117, 0), rgba(236, 221, 184, 0.82), rgba(198, 172, 117, 0));
  box-shadow: 0 0 14px rgba(198, 172, 117, 0.08);
}

body.solutions-page .services-rail-support {
  max-width: 36rem;
  color: rgba(220, 224, 229, 0.78);
}

body.solutions-page .services-rail-track {
  gap: 0.88rem;
}

body.solutions-page .services-rail-heading h2 {
  font-family: var(--body);
  font-size: clamp(4.7rem, 6.8vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.96;
  color: rgba(244, 246, 248, 0.97);
  text-transform: none;
}

body.solutions-page .google-proof-section {
  position: relative;
  padding-top: 8.2rem;
  padding-bottom: 3.8rem;
}

body.solutions-page .google-proof-section::before {
  content: "";
  position: absolute;
  top: 3.05rem;
  left: 50%;
  width: min(100%, 25rem);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    rgba(191, 166, 112, 0),
    rgba(191, 166, 112, 0.2) 22%,
    rgba(232, 219, 189, 0.18) 50%,
    rgba(191, 166, 112, 0.2) 78%,
    rgba(191, 166, 112, 0)
  );
  opacity: 0.78;
}

body.solutions-page .google-proof-section::after {
  content: "";
  position: absolute;
  top: 3.05rem;
  left: 50%;
  width: 0.32rem;
  height: 0.32rem;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(198, 172, 117, 0.9);
  box-shadow:
    -1.3rem 0 0 rgba(198, 172, 117, 0.6),
    1.3rem 0 0 rgba(198, 172, 117, 0.6);
}

body.solutions-page .google-proof-layout {
  padding: 2.8rem 1.35rem 2.8rem;
  gap: 1.25rem;
}

body.solutions-page .google-proof-copy {
  gap: 0.45rem;
  padding-top: 0.28rem;
  padding-bottom: 0.45rem;
}

body.solutions-page .google-proof-copy > .eyebrow {
  display: grid;
  justify-items: center;
  width: max-content;
  margin: 0 auto 0.34rem;
}

body.solutions-page .solutions-copy-card-primary > .eyebrow,
body.solutions-page .solutions-copy-card-secondary > .eyebrow,
body.solutions-page .solutions-closing-copy > .eyebrow {
  display: grid;
  justify-items: start;
  width: max-content;
  margin: 0 0 0.82rem;
}

body.solutions-page .google-proof-copy > .eyebrow::after,
body.solutions-page .solutions-copy-card-primary > .eyebrow::after,
body.solutions-page .solutions-copy-card-secondary > .eyebrow::after,
body.solutions-page .solutions-closing-copy > .eyebrow::after {
  content: "";
  display: block;
  width: 5.6rem;
  height: 1px;
  margin-top: 0.72rem;
  background: linear-gradient(90deg, rgba(198, 172, 117, 0), rgba(236, 221, 184, 0.86), rgba(198, 172, 117, 0));
  box-shadow: 0 0 12px rgba(198, 172, 117, 0.08);
}

body.solutions-page .google-proof-copy > .eyebrow::after {
  margin-left: auto;
  margin-right: auto;
}

body.solutions-page .solutions-copy-card-primary h2::after {
  content: none;
}

body.solutions-page .solutions-copy-card-primary .solutions-copy-footnote {
  margin-top: 0.9rem;
  gap: 0.56rem;
}

body.solutions-page .solutions-closing-copy {
  gap: 0.68rem;
}

body.solutions-page .solutions-closing-copy > .eyebrow {
  margin: 0 0 0.42rem;
}

body.solutions-page .solutions-closing-copy > .eyebrow::after {
  margin-top: 0.42rem;
}


@media (max-width: 900px) {
  body.solutions-page .page-hero-section {
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 0;
  }

  body.solutions-page .solutions-hero-shell {
    min-height: calc(100svh - 6.6rem);
    border-radius: 1.6rem;
    box-shadow:
      0 22px 50px rgba(0, 0, 0, 0.26),
      inset 0 1px 0 rgba(255, 255, 255, 0.022),
      inset 0 0 0 1px rgba(198, 172, 117, 0.12);
  }

  body.solutions-page .solutions-hero-grid {
    padding-top: 2.5rem;
  }

  body.solutions-page .solutions-hero-area-band {
    gap: 1.18rem;
    padding-top: 1.18rem;
    padding-bottom: 1.08rem;
  }

  body.solutions-page .hero-stats-divider {
    height: 3rem;
    margin-top: 1.15rem;
    margin-bottom: 0.85rem;
  }

  body.solutions-page .solutions-stats-section {
    gap: 1rem;
    margin-bottom: 4.1rem;
  }

  body.solutions-page .page-hero-copy h1.solutions-hero-title {
    font-size: clamp(1.78rem, 4.2vw, 2.08rem);
  }

  body.solutions-page .solutions-hero-lead {
    max-width: 32rem;
    font-size: 0.9rem;
    line-height: 1.46;
  }

  body.solutions-page .solutions-hero-lead-line {
    white-space: normal;
  }

  body.solutions-page .services-rail-section {
    padding-top: 6.2rem;
    padding-bottom: 2.9rem;
  }

  body.solutions-page .services-rail-section::before {
    top: 2.3rem;
    width: min(100%, 17rem);
  }

  body.solutions-page .services-rail-section::after {
    top: 2.3rem;
  }

  body.solutions-page .solutions-hero-area-band .service-area-header h2 {
    font-size: 0.56rem;
  }

  body.solutions-page .google-proof-section {
    padding-top: 6rem;
    padding-bottom: 2.9rem;
  }

  body.solutions-page .google-proof-section::before {
    top: 2.2rem;
    width: min(100%, 17rem);
  }

  body.solutions-page .google-proof-section::after {
    top: 2.2rem;
  }
}

@media (max-width: 640px) {
  body.solutions-page .solutions-hero-shell {
    min-height: calc(100svh - 6.2rem);
    border-radius: 1.25rem;
  }

  body.solutions-page .page-hero-copy h1.solutions-hero-title {
    font-size: clamp(1.2rem, 4.3vw, 1.4rem);
  }

  body.solutions-page .solutions-hero-lead {
    max-width: 19rem;
    font-size: 0.84rem;
  }

  body.solutions-page .solutions-hero-grid {
    padding-top: 1.9rem;
  }

  body.solutions-page .services-rail-section {
    padding-top: 5.35rem;
    padding-bottom: 2.4rem;
  }

  body.solutions-page .google-proof-section {
    padding-top: 5.15rem;
    padding-bottom: 2.4rem;
  }

  body.solutions-page .solutions-stats-section {
    margin-bottom: 3.25rem;
  }
}

/* ---------------------------------------------------------
   Solutions final business polish pass
--------------------------------------------------------- */

body.solutions-page .solutions-hero-inline-proof {
  gap: 0.55rem;
}

body.solutions-page .solutions-hero-inline-proof span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.9rem;
  padding: 0.16rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(211, 188, 143, 0.18);
  background:
    linear-gradient(180deg, rgba(34, 38, 43, 0.96), rgba(14, 16, 19, 0.99));
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: rgba(236, 239, 242, 0.92);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.solutions-page .solutions-hero-kicker {
  max-width: 54rem;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  line-height: 1.3;
  white-space: normal;
}

body.solutions-page .solutions-hero-lead {
  max-width: 53rem;
  color: rgba(225, 229, 233, 0.82);
  font-size: 1.02rem;
  line-height: 1.55;
}

body.solutions-page .page-hero-copy .hero-actions {
  gap: 0.78rem;
}

body.solutions-page .page-hero-copy .button {
  min-height: 3rem;
  font-size: 0.76rem;
  letter-spacing: 0.05em;
}

body.solutions-page .page-hero-copy .button-primary {
  min-width: 13.4rem;
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

body.solutions-page .hero-secondary-cta {
  color: rgba(219, 223, 227, 0.84);
}

body.solutions-page .solutions-hero-area-band {
  gap: 1rem;
  margin-top: 1rem;
  padding: 1.2rem 1.35rem 1.25rem;
  border-top: 1px solid rgba(198, 172, 117, 0.12);
  background:
    linear-gradient(180deg, rgba(8, 10, 13, 0.04), rgba(8, 10, 13, 0.38) 100%);
}

body.solutions-page .solutions-hero-area-band .service-area-header {
  display: grid;
  gap: 0.42rem;
  justify-items: start;
  text-align: left;
}

body.solutions-page .solutions-hero-area-band .service-area-header .eyebrow {
  margin: 0;
}

body.solutions-page .solutions-hero-area-band .service-area-header h2 {
  margin: 0;
  font-family: var(--body);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
  text-transform: none;
}

body.solutions-page .service-area-summary {
  max-width: 58rem;
  margin: 0;
  color: rgba(216, 220, 225, 0.76);
  font-size: 0.94rem;
  line-height: 1.55;
}

body.solutions-page .solutions-hero-area-band .service-area-motion {
  display: grid;
  gap: 0.42rem;
  width: 100%;
  margin-top: 0.1rem;
  overflow: hidden;
}

body.solutions-page .solutions-hero-area-band .service-area-mobile-grid {
  display: none;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, max-content));
  justify-content: start;
  gap: 0.55rem;
}

body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-marquee {
  min-height: 1.55rem;
  padding: 0.04rem 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
}

body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: solutions-area-drift-left 22s ease-in-out infinite alternate;
}

body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-marquee-b .service-area-track {
  animation-name: solutions-area-drift-right;
  animation-duration: 24s;
}

body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-sequence {
  display: flex;
  gap: clamp(2rem, 4vw, 3.2rem);
  padding-right: clamp(2rem, 4vw, 3.2rem);
}

body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile,
body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile:hover,
body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile:focus-visible {
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(221, 226, 232, 0.22);
  font-size: clamp(1rem, 1.6vw, 1.32rem);
  font-weight: 600;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile::before,
body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile::after {
  display: none;
}

body.solutions-page .solutions-hero-area-band .service-area-mobile-grid .service-area-tile,
body.solutions-page .solutions-hero-area-band .service-area-mobile-grid .service-area-tile:hover,
body.solutions-page .solutions-hero-area-band .service-area-mobile-grid .service-area-tile:focus-visible {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  padding: 0.34rem 0.8rem;
  border-radius: 0.9rem;
  background:
    linear-gradient(180deg, rgba(33, 37, 42, 0.985), rgba(14, 16, 19, 0.995));
  border: 1px solid rgba(198, 203, 209, 0.1);
  box-shadow: none;
  color: rgba(229, 233, 237, 0.88);
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: none;
}

body.solutions-page .services-rail-section {
  min-height: 0;
  padding-bottom: 0.9rem;
}

body.solutions-page .services-rail-shell {
  top: auto;
}

body.solutions-page .services-rail-heading {
  max-width: 42rem;
}

body.solutions-page .services-rail-heading h2 {
  font-size: clamp(3rem, 4.8vw, 4.25rem);
  letter-spacing: 0.12em;
}

body.solutions-page .services-rail-support {
  max-width: 40rem;
  font-size: 1rem;
  line-height: 1.55;
}

body.solutions-page .services-rail-card {
  min-height: 16.6rem;
  padding: 1.35rem 1.15rem 1.1rem;
}

body.solutions-page .services-rail-card h3 {
  max-width: 13ch;
}

body.solutions-page .services-rail-card-summary {
  max-width: none;
  font-size: 0.94rem;
  line-height: 1.52;
}

body.solutions-page .services-rail-card-benefit {
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}

body.solutions-page .google-proof-layout.google-proof-layout-curated {
  gap: 1.2rem;
}

body.solutions-page .google-proof-button {
  min-width: 14.5rem;
}

body.solutions-page .google-proof-card-grid {
  margin-top: 0.15rem;
}

body.solutions-page .google-review-card-curated,
body.solutions-page .google-proof-layout.google-proof-layout-curated .google-review-card-featured {
  min-height: 0;
}

body.solutions-page .solutions-fit-grid {
  gap: 1rem;
}

body.solutions-page .solutions-copy-card h2 {
  max-width: 14ch;
}

body.solutions-page .solutions-copy-card p {
  max-width: 34rem;
}

body.solutions-page .solutions-copy-card-secondary .text-link {
  margin-top: 0.25rem;
}

body.solutions-page .solutions-secondary-gold-button {
  align-self: start;
  justify-content: center;
  min-height: 2.7rem;
  margin-top: 0.35rem;
  padding: 0 1.05rem;
  border-radius: 0.82rem;
  border: 1px solid rgba(205, 180, 124, 0.22);
  background:
    linear-gradient(180deg, rgba(60, 49, 29, 0.94), rgba(23, 18, 10, 0.98));
  box-shadow:
    0 12px 22px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 242, 208, 0.08);
  color: rgba(241, 222, 180, 0.94);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.solutions-page .solutions-secondary-gold-button:hover,
body.solutions-page .solutions-secondary-gold-button:focus-visible {
  border-color: rgba(223, 198, 142, 0.3);
  background:
    linear-gradient(180deg, rgba(70, 57, 34, 0.96), rgba(28, 22, 12, 0.99));
  box-shadow:
    0 16px 26px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 245, 216, 0.1);
  color: rgba(249, 233, 197, 0.98);
  transform: translateY(-1px);
}

body.solutions-page .solutions-closing-copy h2 {
  max-width: 12ch;
}

body.solutions-page .solutions-closing-action-panel {
  background:
    linear-gradient(180deg, rgba(27, 30, 35, 0.96), rgba(12, 14, 17, 0.99));
}

body.solutions-page .solutions-closing-action-panel > p:first-child {
  max-width: 24rem;
}

body.solutions-page .solutions-closing-link {
  color: rgba(227, 210, 171, 0.9);
}

body.solutions-page .site-footer {
  margin-top: 3.2rem;
}

@media (min-width: 701px) and (max-width: 900px) {
  body.solutions-page .hero-nav {
    display: flex;
    gap: 0.72rem;
    font-size: 0.8rem;
  }

  body.solutions-page .hero-nav-bar {
    justify-content: space-between;
    gap: 0.75rem;
    padding: 10px 14px;
  }

  body.solutions-page .hero-brand {
    margin-right: 0.35rem;
  }

  body.solutions-page .nav-cta {
    margin-left: 0.35rem;
    padding-inline: 0.58rem;
    font-size: 0.58rem;
  }

  body.solutions-page .solutions-hero-shell {
    padding: 2.15rem 1.25rem 1.45rem;
  }

  body.solutions-page .solutions-hero-copy {
    width: 100%;
    gap: 0.9rem;
  }

  body.solutions-page .page-hero-copy h1.solutions-hero-title {
    font-size: clamp(4rem, 11vw, 5.4rem);
    line-height: 0.9;
  }

  body.solutions-page .solutions-hero-lead {
    max-width: 40rem;
    font-size: 0.98rem;
  }

  body.solutions-page .page-hero-copy .hero-actions {
    flex-wrap: wrap;
  }

  body.solutions-page .solutions-hero-area-band {
    margin-top: 0.7rem;
    padding: 1rem;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion {
    display: none;
  }

  body.solutions-page .solutions-hero-area-band .service-area-mobile-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, max-content));
  }

  body.solutions-page .services-rail-card:nth-child(1),
  body.solutions-page .services-rail-card:nth-child(2),
  body.solutions-page .services-rail-card:nth-child(3),
  body.solutions-page .services-rail-card:nth-child(4) {
    margin-top: 0;
  }

  body.solutions-page .services-rail-heading h2 {
    font-size: clamp(2.6rem, 6.4vw, 3.4rem);
    letter-spacing: 0.1em;
  }

  body.solutions-page .solutions-fit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  body.solutions-page .hero-nav {
    display: none;
  }
}

@media (max-width: 640px) {
  body.solutions-page .solutions-hero-shell {
    min-height: 0;
    padding: 1.65rem 0.95rem 1.15rem;
  }

  body.solutions-page .solutions-hero-inline-proof {
    gap: 0.4rem;
  }

  body.solutions-page .solutions-hero-inline-proof span {
    min-height: 1.8rem;
    padding: 0.14rem 0.58rem;
    font-size: 0.56rem;
  }

  body.solutions-page .solutions-hero-kicker {
    font-size: 0.64rem;
    letter-spacing: 0.13em;
  }

  body.solutions-page .page-hero-copy h1.solutions-hero-title {
    font-size: clamp(2.75rem, 12.2vw, 4rem);
    line-height: 0.88;
    letter-spacing: -0.065em;
  }

  body.solutions-page .solutions-hero-lead {
    max-width: none;
    font-size: 0.94rem;
  }

  body.solutions-page .page-hero-copy .hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  body.solutions-page .page-hero-copy .button {
    width: 100%;
    min-height: 2.95rem;
    font-size: 0.74rem;
  }

  body.solutions-page .solutions-hero-area-band {
    margin-top: 0.72rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0.95rem 0.9rem 1rem;
  }

  body.solutions-page .solutions-hero-area-band .service-area-header h2 {
    font-size: 1rem;
  }

  body.solutions-page .service-area-summary {
    font-size: 0.88rem;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion {
    display: none;
  }

  body.solutions-page .solutions-hero-area-band .service-area-mobile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  body.solutions-page .solutions-hero-area-band .service-area-tile {
    width: 100%;
    justify-content: center;
    font-size: 0.72rem;
  }

  body.solutions-page .services-rail-heading h2 {
    font-size: clamp(2.25rem, 12vw, 3rem);
    letter-spacing: 0.09em;
  }

  body.solutions-page .services-rail-card {
    min-height: 0;
  }

  body.solutions-page .google-proof-layout.google-proof-layout-curated {
    padding: 1.1rem 0.95rem 0.95rem;
  }

  body.solutions-page .google-proof-layout.google-proof-layout-curated .google-proof-copy > h2 {
    font-size: clamp(2rem, 11vw, 2.6rem);
  }

  body.solutions-page .google-proof-trust-line {
    font-size: 0.74rem;
    letter-spacing: 0.08em;
  }

  body.solutions-page .google-proof-button {
    width: 100%;
    min-width: 0;
  }

  body.solutions-page .solutions-copy-card {
    padding: 1.3rem 1rem;
  }

  body.solutions-page .solutions-copy-card h2 {
    max-width: none;
    font-size: clamp(1.8rem, 8vw, 2.2rem);
  }

  body.solutions-page .solutions-closing-panel {
    padding: 1.35rem 0.95rem;
  }

  body.solutions-page .solutions-closing-action-panel {
    padding: 1rem 0.95rem;
  }

  body.solutions-page .solutions-closing-action-panel .hero-actions,
  body.solutions-page .solutions-closing-action-panel .button-primary {
    width: 100%;
  }

  body.solutions-page .footer-note {
    letter-spacing: 0.04em;
    text-transform: none;
  }
}

/* ---------------------------------------------------------
   Solutions premium simplicity restore
--------------------------------------------------------- */

body.solutions-page .solutions-hero-inline-proof {
  display: inline-grid;
  justify-items: center;
  align-items: center;
  justify-content: center;
  gap: 0.52rem;
}

body.solutions-page .solutions-hero-inline-proof span {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: rgba(226, 230, 234, 0.7);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.solutions-page .solutions-hero-proof-stars {
  display: block;
  color: rgba(230, 208, 160, 0.86);
  font-size: 1.76rem;
  letter-spacing: 0.22em;
  line-height: 1;
  text-shadow:
    0 0 10px rgba(230, 208, 160, 0.16),
    0 0 20px rgba(230, 208, 160, 0.08);
}

body.solutions-page .solutions-hero-proof-text {
  display: block;
  color: rgba(221, 226, 231, 0.62);
  line-height: 1;
}

body.solutions-page .solutions-hero-kicker {
  max-width: none;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  line-height: 1.25;
}

body.solutions-page .solutions-hero-lead {
  max-width: 42rem;
  color: rgba(223, 227, 231, 0.74);
  font-size: 1rem;
  line-height: 1.5;
}

body.solutions-page .solutions-hero-area-band {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 1.55rem;
  margin:
    0
    calc(clamp(1.9rem, 2.5vw, 2.45rem) * -1)
    calc(clamp(2.5rem, 3.8vw, 3.05rem) * -1);
  padding: 1.78rem clamp(1.55rem, 3vw, 2.35rem) 1.46rem;
  border-top: 0;
  background:
    linear-gradient(180deg, rgba(8, 10, 13, 0) 0%, rgba(8, 10, 13, 0.14) 22%, rgba(8, 10, 13, 0.52) 100%);
}

body.solutions-page .solutions-hero-area-band .service-area-header {
  justify-items: center;
  text-align: center;
  gap: 0;
}

body.solutions-page .solutions-hero-area-band .service-area-header .eyebrow,
body.solutions-page .service-area-summary {
  display: none;
}

body.solutions-page .solutions-hero-area-band .service-area-header h2 {
  font-size: clamp(0.54rem, 0.51rem + 0.07vw, 0.62rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(244, 246, 248, 0.8);
}

body.solutions-page .solutions-hero-area-band .service-area-motion {
  display: block;
  width: 100%;
  margin-top: 0;
  opacity: 0.78;
}

body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-marquee {
  min-height: 1.45rem;
  padding: 0.04rem 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 12%, black 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 12%, black 88%, transparent 100%);
}

body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-track {
  animation: solutions-area-drift-left 22s ease-in-out infinite alternate;
}

body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-marquee-b .service-area-track {
  animation-name: solutions-area-drift-right;
  animation-duration: 24s;
}

body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-sequence {
  display: flex;
  gap: clamp(2.1rem, 4vw, 3.25rem);
  padding-right: clamp(2.1rem, 4vw, 3.25rem);
}

body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile,
body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile:hover,
body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile:focus-visible {
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(222, 226, 231, 0.26);
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile::before,
body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile::after {
  display: none;
}

body.solutions-page .solutions-hero-area-band .service-area-mobile-grid {
  display: none;
}

body.solutions-page .solutions-stats-support {
  max-width: 40rem;
  margin: 0.9rem 0 0;
  color: rgba(214, 219, 224, 0.74);
  font-size: 0.95rem;
  line-height: 1.58;
  letter-spacing: 0.01em;
  text-transform: none;
}

body.solutions-page .solutions-process-card h3 {
  position: relative;
  padding-bottom: 0.82rem;
}

body.solutions-page .solutions-process-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.1rem;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(198, 172, 117, 0),
    rgba(236, 221, 184, 0.88) 45%,
    rgba(198, 172, 117, 0)
  );
  box-shadow: 0 0 10px rgba(198, 172, 117, 0.12);
}

body.solutions-page .google-proof-stage:hover .google-review-track,
body.solutions-page .google-proof-stage:focus-within .google-review-track {
  animation-play-state: paused;
}

@media (min-width: 701px) and (max-width: 900px) {
  body.solutions-page .solutions-hero-area-band {
    margin-top: 0.7rem;
    padding: 1rem;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion {
    display: none;
  }

  body.solutions-page .solutions-hero-area-band .service-area-mobile-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, max-content));
    justify-content: start;
    gap: 0.55rem;
  }
}

@media (max-width: 700px) {
  body.solutions-page .solutions-hero-area-band .service-area-motion {
    display: block;
  }

  body.solutions-page .solutions-hero-area-band .service-area-mobile-grid {
    display: none;
  }
}

@media (max-width: 640px) {
  body.solutions-page .hero-nav-bar {
    padding: 8px 12px;
  }

  body.solutions-page .nav-cta {
    min-width: 0;
    padding-inline: 0.7rem;
    font-size: 0.56rem;
  }

  body.solutions-page .solutions-hero-inline-proof {
    gap: 0.28rem;
  }

  body.solutions-page .solutions-hero-inline-proof span {
    font-size: 0.5rem;
    letter-spacing: 0.08em;
  }

  body.solutions-page .solutions-hero-kicker {
    max-width: 18rem;
    font-size: 0.58rem;
    letter-spacing: 0.09em;
    line-height: 1.32;
  }

  body.solutions-page .page-hero-copy h1.solutions-hero-title {
    width: 100%;
    font-size: clamp(1.55rem, 8vw, 1.9rem);
    line-height: 0.9;
    letter-spacing: -0.045em;
  }

  body.solutions-page .solutions-hero-lead {
    max-width: 18rem;
    font-size: 0.8rem;
    line-height: 1.42;
  }

  body.solutions-page .solutions-hero-area-band {
    margin-top: 0.72rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0.95rem 0.9rem 1rem;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion {
    display: block;
  }

  body.solutions-page .solutions-hero-area-band .service-area-mobile-grid {
    display: none;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-marquee {
    min-height: 1.15rem;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-sequence {
    gap: 1.35rem;
    padding-right: 1.35rem;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile,
  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile:hover,
  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile:focus-visible {
    font-size: 0.8rem;
    letter-spacing: 0.015em;
  }

  body.solutions-page .page-hero-copy .button {
    min-height: 2.72rem;
    padding-inline: 0.8rem;
    font-size: 0.68rem;
    letter-spacing: 0.04em;
  }

  body.solutions-page .solutions-stats-support {
    font-size: 0.89rem;
  }
}

@media (max-width: 700px) {
  body.solutions-page .solutions-hero-area-band {
    overflow: hidden;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion {
    display: block !important;
    width: 100%;
    min-height: 2rem;
    overflow: hidden;
    opacity: 0.9;
  }

  body.solutions-page .solutions-hero-area-band .service-area-mobile-grid {
    display: none !important;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-marquee {
    display: block;
    width: 100%;
    min-height: 2rem;
    overflow: hidden;
    padding: 0.14rem 0.9rem 0.36rem;
    -webkit-mask-image: none;
    mask-image: none;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-track {
    display: flex !important;
    align-items: center;
    width: max-content;
    will-change: transform;
    animation: service-area-marquee 26s linear infinite !important;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-sequence {
    display: flex !important;
    align-items: center;
    gap: 1.45rem;
    padding-right: 1.45rem;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile,
  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile:hover,
  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile:focus-visible {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-width: max-content;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: rgba(224, 228, 233, 0.56);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.16;
    white-space: nowrap;
    text-transform: uppercase;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile::before,
  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile::after {
    display: none;
  }
}

body.solutions-page .services-rail-mobile-hint {
  display: none;
}

@media (max-width: 640px) {
  body.solutions-page .services-rail-section {
    min-height: 0;
    padding-bottom: 2.4rem;
  }

  body.solutions-page .services-rail-shell {
    position: relative;
    top: auto;
    padding: 1.75rem 0.95rem 1.35rem;
    gap: 1.35rem;
  }

  body.solutions-page .services-rail-heading {
    max-width: none;
    gap: 0.34rem;
  }

  body.solutions-page .services-rail-heading h2 {
    font-size: clamp(2.6rem, 10vw, 3.2rem);
    letter-spacing: 0.04em;
    line-height: 0.98;
  }

  body.solutions-page .services-rail-support {
    max-width: 18rem;
    margin-inline: auto;
    font-size: 0.82rem;
    line-height: 1.46;
  }

  body.solutions-page .services-rail-stage {
    overflow-x: auto;
    overflow-y: visible;
    padding: 0.1rem 0.1rem 0.15rem;
    scroll-snap-type: x proximity;
    scroll-padding-left: 0.1rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    position: relative;
  }

  body.solutions-page .services-rail-stage::-webkit-scrollbar {
    display: none;
  }

  body.solutions-page .services-rail-stage::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2.4rem;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(270deg, rgba(12, 13, 16, 0.96), rgba(12, 13, 16, 0));
  }

  body.solutions-page .services-rail-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(14.35rem, 76vw);
    grid-template-columns: none;
    gap: 0.7rem;
    width: max-content;
    align-items: stretch;
  }

  body.solutions-page .services-rail-card {
    min-height: 17rem;
    padding: 1.1rem 0.95rem 0.92rem;
    gap: 0.62rem;
    scroll-snap-align: start;
  }

  body.solutions-page .services-rail-card:nth-child(1),
  body.solutions-page .services-rail-card:nth-child(2),
  body.solutions-page .services-rail-card:nth-child(3),
  body.solutions-page .services-rail-card:nth-child(4) {
    margin-top: 0;
  }

  body.solutions-page .services-rail-card-kicker {
    font-size: 0.62rem;
  }

  body.solutions-page .services-rail-card h3 {
    max-width: 10ch;
    font-size: 1.25rem;
    line-height: 1.02;
  }

  body.solutions-page .services-rail-card-summary {
    max-width: none;
    font-size: 0.92rem;
    line-height: 1.42;
  }

  body.solutions-page .services-rail-card-benefit {
    font-size: 0.74rem;
    letter-spacing: 0.06em;
  }

  body.solutions-page .services-rail-mobile-hint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.48rem;
    width: 100%;
    margin-top: 0.55rem;
    color: rgba(204, 190, 154, 0.76);
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  body.solutions-page .services-rail-mobile-hint-text {
    color: rgba(209, 214, 220, 0.56);
  }

  body.solutions-page .services-rail-mobile-hint-dots {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
  }

  body.solutions-page .services-rail-mobile-hint-dots span {
    width: 0.22rem;
    height: 0.22rem;
    border-radius: 999px;
    background: rgba(203, 180, 130, 0.72);
    box-shadow: 0 0 8px rgba(203, 180, 130, 0.18);
  }

  body.solutions-page .services-rail-mobile-hint-arrow {
    color: rgba(230, 214, 180, 0.9);
    font-size: 0.78rem;
    line-height: 1;
  }
}

@media (max-width: 900px) {
  body.solutions-page .services-rail-section {
    min-height: 98vh;
    padding-bottom: 3.8rem;
  }

  body.solutions-page .services-rail-shell {
    position: sticky;
    top: 6.35rem;
    width: min(100%, 72rem);
    padding: 2.35rem 1.2rem 1.95rem;
  }

  body.solutions-page .services-rail-heading {
    max-width: 40rem;
  }

  body.solutions-page .services-rail-heading h2 {
    font-size: clamp(2.6rem, 8.5vw, 4.25rem);
    letter-spacing: 0.12em;
  }

  body.solutions-page .services-rail-support {
    max-width: 40rem;
    font-size: 1rem;
    line-height: 1.55;
  }

  body.solutions-page .services-rail-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.88rem;
    align-items: stretch;
  }

  body.solutions-page .services-rail-card {
    min-height: 16.6rem;
    padding: 1.35rem 1rem 1.05rem;
  }

  body.solutions-page .services-rail-card:nth-child(1),
  body.solutions-page .services-rail-card:nth-child(3) {
    margin-top: 0.35rem;
  }

  body.solutions-page .services-rail-card:nth-child(2),
  body.solutions-page .services-rail-card:nth-child(4) {
    margin-top: 1.6rem;
  }
}

@media (max-width: 640px) {
  body.solutions-page .services-rail-section {
    min-height: 0;
    padding-bottom: 2.4rem;
  }

  body.solutions-page .services-rail-shell {
    position: relative;
    top: auto;
    padding: 1.75rem 0.95rem 1.35rem;
    gap: 1.35rem;
  }

  body.solutions-page .services-rail-heading {
    max-width: none;
    gap: 0.34rem;
  }

  body.solutions-page .services-rail-heading h2 {
    font-size: clamp(2.6rem, 10vw, 3.2rem);
    letter-spacing: 0.04em;
    line-height: 0.98;
  }

  body.solutions-page .services-rail-support {
    max-width: 18rem;
    margin-inline: auto;
    font-size: 0.82rem;
    line-height: 1.46;
  }

  body.solutions-page .services-rail-stage {
    overflow-x: auto;
    overflow-y: visible;
    padding: 0.1rem 0.18rem 0.15rem 0;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  body.solutions-page .services-rail-stage::-webkit-scrollbar {
    display: none;
  }

  body.solutions-page .services-rail-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(100vw - 7rem);
    grid-template-columns: none;
    gap: 0.7rem;
    width: max-content;
    align-items: stretch;
  }

  body.solutions-page .services-rail-card {
    min-height: 17.2rem;
    padding: 1.1rem 0.95rem 0.92rem;
    gap: 0.62rem;
    scroll-snap-align: start;
    width: 100%;
  }

  body.solutions-page .services-rail-card:nth-child(1),
  body.solutions-page .services-rail-card:nth-child(2),
  body.solutions-page .services-rail-card:nth-child(3),
  body.solutions-page .services-rail-card:nth-child(4) {
    margin-top: 0;
  }

  body.solutions-page .services-rail-card-kicker {
    font-size: 0.62rem;
  }

  body.solutions-page .services-rail-card h3 {
    max-width: 10ch;
    font-size: 1.25rem;
    line-height: 1.02;
  }

  body.solutions-page .services-rail-card-summary {
    max-width: none;
    font-size: 0.92rem;
    line-height: 1.42;
  }

  body.solutions-page .services-rail-card-benefit {
    font-size: 0.74rem;
    letter-spacing: 0.06em;
  }
}

@media (max-width: 640px) {
  body.solutions-page .solutions-stats-section {
    width: min(calc(100vw - 2rem), 72.5rem);
    gap: 0.92rem;
    margin-inline: auto;
    margin-bottom: 3.25rem;
  }

  body.solutions-page .solutions-stats-section .stats-heading-block {
    max-width: 19rem;
    margin-bottom: 1.05rem;
  }

  body.solutions-page .solutions-stats-section .stats-card {
    min-height: 8.7rem;
    padding-inline: 0.9rem;
  }

  body.solutions-page .solutions-stats-section .stats-value {
    font-size: clamp(2.6rem, 12vw, 3.35rem);
  }

  body.solutions-page .solutions-stats-section .stats-label {
    font-size: 0.88rem;
    line-height: 1.35;
  }

  body.solutions-page .solutions-secondary-gold-button {
    min-height: 2.28rem;
    margin-top: 0.72rem;
    padding: 0 0.88rem;
    border-radius: 0.72rem;
    font-size: 0.66rem;
    letter-spacing: 0.065em;
  }
}

body.solutions-page .google-proof-mobile-lane,
body.solutions-page .google-proof-mobile-track,
body.solutions-page .google-proof-mobile-stack {
  display: contents;
}

@media (max-width: 900px) {
  body.solutions-page .google-proof-mobile {
    display: block;
    width: 100%;
    margin: 0.6rem auto 0;
  }

  body.solutions-page .google-proof-mobile-lane {
    display: block;
    width: 100%;
    min-height: 24rem;
    max-height: 24rem;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 8%, black 92%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, black 8%, black 92%, transparent 100%);
  }

  body.solutions-page .google-proof-mobile-track {
    display: flex;
    flex-direction: column;
    gap: 0.72rem;
    width: 100%;
    animation: google-review-marquee-up 30s linear infinite;
    will-change: transform;
  }

  body.solutions-page .google-proof-mobile-stack {
    display: grid;
    gap: 0.72rem;
    padding-bottom: 0.72rem;
  }
}

@media (max-width: 640px) {
  body.solutions-page .google-proof-mobile {
    margin-top: 0.45rem;
  }

  body.solutions-page .google-proof-mobile-lane {
    min-height: 23.5rem;
    max-height: 23.5rem;
  }

  body.solutions-page .google-proof-mobile-track {
    gap: 0.64rem;
    animation-duration: 32s;
  }

  body.solutions-page .google-proof-mobile-stack {
    gap: 0.64rem;
    padding-bottom: 0.64rem;
  }

  body.solutions-page .google-proof-mobile .google-review-card,
  body.solutions-page .google-proof-mobile .google-review-card-featured {
    min-height: 0;
    padding: 0.88rem 0.84rem 0.92rem;
    border-radius: 1rem;
  }

  body.solutions-page .google-proof-mobile .google-review-excerpt,
  body.solutions-page .google-proof-mobile .google-review-card-featured .google-review-excerpt {
    font-size: 0.88rem;
    line-height: 1.48;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.solutions-page .google-proof-mobile-track {
    animation: none;
  }
}

body.solutions-page .solutions-hero-layout,
body.solutions-page .solutions-hero-main,
body.solutions-page .solutions-hero-footer {
  display: contents;
}

body.solutions-page .solutions-hero-topline,
body.solutions-page .solutions-hero-title-block {
  display: contents;
}

@media (min-width: 901px) {
  body.solutions-page .solutions-hero-shell {
    display: block;
    min-height: calc(100svh - 7.3rem);
    padding:
      clamp(2.8rem, 4.3vh, 3.35rem)
      clamp(2.2rem, 3vw, 3rem)
      clamp(1.75rem, 2.8vh, 2.15rem);
  }

  body.solutions-page .solutions-hero-layout {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: calc(100svh - 7.3rem - clamp(4.6rem, 7.1vh, 5.5rem));
    gap: clamp(0.7rem, 1.2vh, 1rem);
  }

  body.solutions-page .solutions-hero-main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding-top: clamp(1.1rem, 2.8vh, 2rem);
    padding-bottom: 0;
  }

  body.solutions-page .solutions-hero-grid {
    display: block;
    min-height: 0;
    padding-top: 0;
  }

  body.solutions-page .solutions-hero-copy {
    display: grid;
    justify-items: center;
    width: min(100%, 51rem);
    gap: clamp(1.9rem, 2.9vh, 2.55rem);
    padding: 0;
    text-align: center;
  }

  body.solutions-page .solutions-hero-topline {
    display: grid;
    justify-items: center;
    gap: clamp(1rem, 1.5vh, 1.3rem);
  }

  body.solutions-page .solutions-hero-inline-proof {
    gap: 0.85rem;
  }

  body.solutions-page .solutions-hero-title-block {
    display: grid;
    justify-items: center;
    gap: clamp(1.2rem, 1.8vh, 1.55rem);
  }

  body.solutions-page .solutions-hero-kicker,
  body.solutions-page .solutions-hero-lead,
  body.solutions-page .page-hero-copy h1.solutions-hero-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  body.solutions-page .page-hero-copy .hero-actions {
    margin-top: 0.95rem;
    gap: 1rem;
  }

  body.solutions-page .solutions-hero-footer {
    display: grid;
    justify-items: center;
    align-content: end;
    min-height: 0;
  }

  body.solutions-page .solutions-hero-area-band {
    width: calc(100% + (clamp(2.2rem, 3vw, 3rem) * 2));
    margin:
      0
      calc(clamp(2.2rem, 3vw, 3rem) * -1)
      0;
    display: grid;
    grid-template-rows: auto auto;
    align-content: start;
    justify-items: center;
    gap: clamp(0.74rem, 0.95vh, 0.86rem);
    padding: 1rem clamp(2.1rem, 3vw, 2.65rem);
  }

  body.solutions-page .solutions-hero-area-band .service-area-header h2 {
    margin: 0;
    transform: translateY(-0.68rem);
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion {
    display: block;
    width: 100%;
    min-height: 0;
    padding-top: 0.08rem;
    padding-bottom: 0.18rem;
    padding-inline: clamp(1rem, 2vw, 1.55rem);
    transform: none;
  }

  body.solutions-page .solutions-hero-area-band .service-area-mobile-grid {
    display: none;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-marquee {
    display: block;
    min-height: 2rem;
    padding: 0.14rem 0.9rem 0.36rem;
    -webkit-mask-image: none;
    mask-image: none;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-track {
    transform: translateY(0);
  }
}

@media (max-width: 640px) {
  body.solutions-page .services-rail-stage {
    padding-inline: 0.8rem;
    padding-bottom: 0.22rem;
    scroll-padding-left: 0.8rem;
  }

  body.solutions-page .services-rail-track {
    grid-auto-columns: clamp(14.9rem, calc(100% - 3.9rem), 16.2rem);
    gap: 0.82rem;
    align-items: stretch;
  }

  body.solutions-page .services-rail-card,
  body.solutions-page .services-rail-card.services-rail-card-featured {
    display: grid;
    grid-template-rows: auto minmax(3.45rem, auto) minmax(6.8rem, 1fr) auto;
    width: auto;
    min-height: 18rem;
    height: 18rem;
    padding: 1.18rem 1rem 1.06rem;
    gap: 0.66rem;
    margin-top: 0 !important;
    align-self: stretch;
    scroll-snap-align: start;
  }

  body.solutions-page .services-rail-card:nth-child(1),
  body.solutions-page .services-rail-card:nth-child(2),
  body.solutions-page .services-rail-card:nth-child(3),
  body.solutions-page .services-rail-card:nth-child(4) {
    margin-top: 0 !important;
  }

  body.solutions-page .services-rail-stage::after {
    width: 2.9rem;
  }

  body.solutions-page .services-rail-card h3 {
    max-width: 10.5ch;
    margin: 0;
    align-self: start;
    line-height: 1.08;
    padding-bottom: 0.08em;
  }

  body.solutions-page .services-rail-card-summary {
    max-width: none;
    min-height: 0;
    margin: 0;
    line-height: 1.48;
  }

  body.solutions-page .services-rail-card-benefit {
    align-self: end;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 0.68rem;
    line-height: 1.26;
  }
}

@media (max-width: 640px) {
  body.solutions-page .solutions-hero-area-band .service-area-motion {
    display: block !important;
    width: 100%;
    overflow: hidden;
    text-align: left;
  }

  body.solutions-page .solutions-hero-area-band .service-area-mobile-grid {
    display: none !important;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-marquee {
    display: block;
    width: 100%;
    min-height: 1.9rem;
    overflow: hidden;
    padding: 0.12rem 0.7rem 0.28rem;
    text-align: left;
    -webkit-mask-image: none;
    mask-image: none;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-track {
    display: inline-flex !important;
    align-items: center;
    flex-wrap: nowrap;
    width: auto;
    min-width: max-content;
    animation: service-area-marquee 24s linear infinite !important;
    transform: none !important;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-sequence {
    display: inline-flex !important;
    align-items: center;
    flex: 0 0 auto;
    gap: 1rem;
    padding-right: 1rem;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile,
  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile:hover,
  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile:focus-visible {
    display: inline-block;
    flex: 0 0 auto;
    min-width: auto;
    padding: 0;
    color: rgba(224, 228, 233, 0.62);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.015em;
    line-height: 1.18;
    white-space: nowrap;
    text-transform: uppercase;
  }
}

@keyframes solutionsHeroMobileMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 640px) {
  body.solutions-page .solutions-hero-area-band .service-area-motion {
    display: block !important;
    position: relative;
    width: 100%;
    overflow: hidden !important;
    opacity: 1 !important;
    text-align: left !important;
  }

  body.solutions-page .solutions-hero-area-band .service-area-mobile-grid {
    display: none !important;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-marquee {
    display: block !important;
    width: 100%;
    min-height: 1.95rem !important;
    overflow: hidden !important;
    padding: 0.14rem 0.8rem 0.32rem !important;
    text-align: left !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 0 !important;
    width: max-content !important;
    min-width: max-content !important;
    animation: solutionsHeroMobileMarquee 22s linear infinite !important;
    transform: translate3d(0, 0, 0) !important;
    will-change: transform;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-sequence {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: max-content !important;
    gap: 1rem !important;
    padding-right: 1rem !important;
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile,
  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile:hover,
  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile:focus-visible {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(232, 236, 240, 0.74) !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 0.74rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    line-height: 1.18 !important;
    white-space: nowrap !important;
    text-transform: uppercase !important;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.32);
  }

  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile::before,
  body.solutions-page .solutions-hero-area-band .service-area-motion .service-area-tile::after {
    display: none !important;
  }
}

body.solutions-page .service-area-mobile-marquee {
  display: none;
}

@keyframes solutionsHeroMobileCities {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 640px) {
  body.solutions-page .solutions-hero-area-band .service-area-motion,
  body.solutions-page .solutions-hero-area-band .service-area-mobile-grid {
    display: none !important;
  }

  body.solutions-page .solutions-hero-area-band .service-area-mobile-marquee {
    display: block !important;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0.1rem 0.7rem 0.3rem;
  }

  body.solutions-page .solutions-hero-area-band .service-area-mobile-marquee::before,
  body.solutions-page .solutions-hero-area-band .service-area-mobile-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1.9rem;
    pointer-events: none;
    z-index: 1;
  }

  body.solutions-page .solutions-hero-area-band .service-area-mobile-marquee::before {
    left: 0;
    background: linear-gradient(90deg, rgba(8, 10, 13, 0.94), rgba(8, 10, 13, 0));
  }

  body.solutions-page .solutions-hero-area-band .service-area-mobile-marquee::after {
    right: 0;
    background: linear-gradient(270deg, rgba(8, 10, 13, 0.94), rgba(8, 10, 13, 0));
  }

  body.solutions-page .solutions-hero-area-band .service-area-mobile-marquee-track {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    width: max-content;
    min-width: max-content;
    gap: 1rem;
    animation: solutionsHeroMobileCities 22s linear infinite;
    will-change: transform;
  }

  body.solutions-page .solutions-hero-area-band .service-area-mobile-marquee-track span {
    display: inline-block;
    flex: 0 0 auto;
    color: rgba(224, 228, 233, 0.34);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    text-shadow: none;
    opacity: 0.92;
  }
}
