:root {
  --color-ink: #f6f9ff;
  --color-text: #d7e0f2;
  --color-muted: #93a4c4;
  --color-bg: #030812;
  --color-bg-2: #061225;
  --color-navy: #071a3d;
  --color-royal: #113a99;
  --color-royal-2: #1543af;
  --color-electric: #4f8cff;
  --color-cyan: #68e8ff;
  --color-violet: #8d5cff;
  --color-gold: #f2cf7b;
  --surface: rgba(7, 17, 38, 0.74);
  --surface-strong: rgba(8, 20, 45, 0.92);
  --surface-soft: rgba(255, 255, 255, 0.045);
  --border: rgba(188, 210, 255, 0.14);
  --border-strong: rgba(79, 140, 255, 0.42);
  --shadow-card: 0 24px 70px rgba(0, 0, 0, 0.38);
  --shadow-glow: 0 0 42px rgba(79, 140, 255, 0.26);
  --radius-xs: 12px;
  --radius-sm: 18px;
  --radius-md: 26px;
  --radius-lg: 34px;
  --container: min(1140px, calc(100% - 2rem));
  --space-section: 4.75rem;
  --space-section-lg: 7rem;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --duration-fast: 180ms;
  --duration-med: 420ms;
  --duration-slow: 900ms;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --anchor-offset: 11rem;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
  background: var(--color-bg);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--color-ink);
  font-family: var(--font-body);
  letter-spacing: 0;
  background:
    radial-gradient(circle at 18% -8%, rgba(21, 67, 175, 0.34), transparent 34rem),
    radial-gradient(circle at 92% 4%, rgba(141, 92, 255, 0.22), transparent 32rem),
    radial-gradient(circle at 52% 105%, rgba(79, 140, 255, 0.14), transparent 36rem),
    linear-gradient(180deg, #02050d 0%, #061225 38%, #030812 100%);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before,
body::after {
  content: "";
  display: none;
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
}

body::before {
  background-image:
    linear-gradient(rgba(104, 232, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 232, 255, 0.064) 1px, transparent 1px),
    linear-gradient(rgba(141, 92, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 140, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle, rgba(104, 232, 255, 0.18) 1px, transparent 1.6px);
  background-position:
    0 0,
    0 0,
    18px 18px,
    18px 18px,
    0 0;
  background-size:
    72px 72px,
    72px 72px,
    216px 216px,
    216px 216px,
    36px 36px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 62%, transparent 96%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 62%, transparent 96%);
  opacity: 0.46;
  animation: gridDrift 68s linear infinite alternate;
}

body::after {
  background:
    linear-gradient(115deg, transparent 0%, rgba(79, 140, 255, 0.08) 38%, transparent 64%),
    radial-gradient(circle at 50% 50%, rgba(17, 58, 153, 0.16), transparent 42%);
  filter: blur(6px);
  opacity: 0.62;
  animation: backgroundBreath 32s var(--ease-out) infinite alternate;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
  overflow-wrap: anywhere;
}

p,
li,
h1,
h2,
h3 {
  overflow-wrap: anywhere;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

.touch-burst {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 140;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 999px;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(104, 232, 255, 0.36), rgba(79, 140, 255, 0.17) 38%, rgba(141, 92, 255, 0.1) 56%, transparent 72%);
  transform: translate3d(-50%, -50%, 0) scale(0.28);
  animation: touchBurst 500ms var(--ease-out) both;
}

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(104, 232, 255, 0.95);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 999;
  transform: translateY(-180%);
  padding: 0.85rem 1rem;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: #07152e;
  color: var(--color-ink);
  text-decoration: none;
  transition: transform var(--duration-fast) var(--ease-out);
}

.skip-link:focus {
  transform: translateY(0);
}

.kao-banner {
  position: relative;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.42rem, 1.5vw, 0.95rem);
  min-height: 2.25rem;
  padding: 0.48rem 1rem;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(150, 7, 21, 0.96), rgba(217, 32, 44, 0.98), rgba(112, 10, 22, 0.96));
  font-size: clamp(0.68rem, 1.35vw, 0.82rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  isolation: isolate;
}

.kao-banner::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -34%;
  z-index: -1;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  opacity: 0.58;
  transform: translate3d(0, 0, 0);
  animation: bannerSweep 9s linear infinite;
}

.kao-banner span {
  opacity: 0.84;
}

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

.section {
  position: relative;
  padding-block: var(--space-section);
  scroll-margin-top: var(--anchor-offset);
  isolation: isolate;
}

.section:not(.hero)::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 18%;
  z-index: -1;
  width: 12rem;
  height: 12rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(79, 140, 255, 0.12), transparent 68%);
  filter: blur(8px);
  opacity: 0.52;
  transform: translate3d(0, 0, 0);
}

.section-alt {
  border-block: 1px solid rgba(188, 210, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(79, 140, 255, 0.035), rgba(141, 92, 255, 0.035)),
    rgba(255, 255, 255, 0.012);
}

.cursor-glow {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 17rem;
  height: 17rem;
  border-radius: 999px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(79, 140, 255, 0.22), rgba(141, 92, 255, 0.08) 42%, transparent 68%);
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity var(--duration-med) ease;
  mix-blend-mode: screen;
}

.ambient-field {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  contain: layout paint style;
}

.ambient-field::before,
.ambient-field::after {
  content: "";
  position: absolute;
  inset: -8rem;
  z-index: 0;
  pointer-events: none;
}

.ambient-field::before {
  background-image:
    linear-gradient(rgba(104, 232, 255, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 232, 255, 0.11) 1px, transparent 1px),
    linear-gradient(rgba(141, 92, 255, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 140, 255, 0.052) 1px, transparent 1px),
    radial-gradient(circle, rgba(104, 232, 255, 0.28) 1px, transparent 1.7px);
  background-position:
    0 0,
    0 0,
    18px 18px,
    18px 18px,
    0 0;
  background-size:
    72px 72px,
    72px 72px,
    216px 216px,
    216px 216px,
    36px 36px;
  opacity: 0.7;
  transform: translate3d(0, 0, 0);
  animation: gridDrift 54s linear infinite alternate;
}

.ambient-field::after {
  background:
    linear-gradient(115deg, transparent 0%, rgba(79, 140, 255, 0.1) 38%, transparent 64%),
    linear-gradient(25deg, transparent 12%, rgba(104, 232, 255, 0.055) 12.2%, transparent 12.8%, transparent 58%, rgba(141, 92, 255, 0.045) 58.2%, transparent 58.8%),
    radial-gradient(circle at 50% 50%, rgba(17, 58, 153, 0.22), transparent 42%);
  opacity: 0.72;
  transform: translate3d(0, 0, 0);
  animation: backgroundBreath 30s var(--ease-out) infinite alternate;
}

.site-header,
.policy-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.policy-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(188, 210, 255, 0.09);
  background: rgba(3, 8, 18, 0.9);
  backdrop-filter: blur(10px);
}

.policy-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.78rem;
}

.policy-home {
  min-height: 2.75rem;
  padding-inline: 1rem;
  white-space: nowrap;
}

.ambient-dot,
.ambient-orb,
.ambient-tracer,
.ambient-line,
.grid-signal {
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: 999px;
  pointer-events: none;
}

.ambient-dot {
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.9), rgba(104, 232, 255, 0.52) 14%, rgba(79, 140, 255, 0.18) 42%, transparent 72%);
  animation: ambientDrift 18s var(--ease-out) infinite alternate;
}

.ambient-dot-one {
  left: 8%;
  top: 18%;
  width: 0.45rem;
  height: 0.45rem;
  opacity: 0.24;
}

.ambient-dot-two {
  right: 12%;
  top: 25%;
  width: 1.1rem;
  height: 1.1rem;
  opacity: 0.36;
  animation-duration: 13s;
  animation-delay: -5s;
}

.ambient-dot-three {
  left: 22%;
  bottom: 18%;
  width: 8rem;
  height: 8rem;
  opacity: 0.12;
  filter: blur(2px);
  animation-duration: 24s;
  animation-delay: -9s;
}

.ambient-dot-four {
  right: 23%;
  bottom: 9%;
  width: 0.38rem;
  height: 0.38rem;
  opacity: 0.28;
  animation-duration: 16s;
  animation-delay: -3s;
}

.ambient-dot-five {
  left: 52%;
  top: 9%;
  width: 3.2rem;
  height: 3.2rem;
  opacity: 0.14;
  filter: blur(1px);
  animation-duration: 21s;
  animation-delay: -12s;
}

.ambient-dot-six {
  right: 34%;
  top: 52%;
  width: 0.7rem;
  height: 0.7rem;
  opacity: 0.22;
  animation-duration: 11s;
  animation-delay: -6s;
}

.ambient-orb {
  width: 17rem;
  height: 17rem;
  border: 1px solid rgba(104, 232, 255, 0.1);
  background:
    radial-gradient(circle at 38% 32%, rgba(104, 232, 255, 0.12), transparent 26%),
    radial-gradient(circle, rgba(79, 140, 255, 0.06), transparent 66%);
  opacity: 0.18;
  filter: blur(0.5px);
  animation: orbWander 28s var(--ease-out) infinite alternate;
}

.ambient-orb-one {
  left: -7rem;
  top: 62%;
}

.ambient-orb-two {
  right: -6rem;
  top: 7%;
  width: 11rem;
  height: 11rem;
  opacity: 0.24;
  animation-duration: 19s;
  animation-delay: -11s;
}

.ambient-tracer {
  width: 18rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(104, 232, 255, 0.7), rgba(141, 92, 255, 0.42), transparent);
  opacity: 0;
  filter: blur(0.2px);
  transform: translate3d(-32rem, 0, 0) rotate(var(--tracer-angle, 0deg));
  animation: tracerSweep 12s var(--ease-out) infinite;
}

.ambient-tracer-one {
  left: 4%;
  top: 31%;
  --tracer-angle: -12deg;
  animation-delay: -2s;
}

.ambient-tracer-two {
  left: 34%;
  top: 58%;
  width: 13rem;
  --tracer-angle: 18deg;
  animation-duration: 16s;
  animation-delay: -9s;
}

.ambient-tracer-three {
  left: 62%;
  top: 20%;
  width: 10rem;
  --tracer-angle: -34deg;
  animation-duration: 19s;
  animation-delay: -14s;
}

.ambient-line {
  width: 24rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(104, 232, 255, 0.34), rgba(141, 92, 255, 0.2), transparent);
  transform-origin: center;
  animation: ambientLine 19s var(--ease-out) infinite alternate;
}

.ambient-dot-three,
.ambient-dot-five,
.ambient-orb-two,
.ambient-tracer-two,
.ambient-tracer-three,
.ambient-line-two,
.ambient-line-three {
  display: none;
}

.ambient-line-one {
  left: -7rem;
  top: 42%;
  --line-rotation: -18deg;
  opacity: 0.18;
  transform: rotate(-18deg);
}

.ambient-line-two {
  right: -8rem;
  top: 68%;
  --line-rotation: 16deg;
  opacity: 0.3;
  transform: rotate(16deg);
  animation-duration: 14s;
  animation-delay: -7s;
}

.ambient-line-three {
  left: 28%;
  top: 15%;
  width: 15rem;
  --line-rotation: 52deg;
  opacity: 0.12;
  transform: rotate(52deg);
  animation-duration: 22s;
  animation-delay: -13s;
}

.grid-signal {
  z-index: 2;
  width: var(--signal-size, 0.56rem);
  height: var(--signal-size, 0.56rem);
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.98), rgba(104, 232, 255, 0.88) 24%, rgba(79, 140, 255, 0.46) 58%, transparent 78%);
  box-shadow:
    0 0 0 1px rgba(104, 232, 255, 0.22),
    0 0 24px rgba(104, 232, 255, 0.62),
    0 0 54px rgba(79, 140, 255, 0.28);
  opacity: var(--signal-opacity, 0.58);
  transform: translate3d(0, 0, 0);
  animation: gridSignalX var(--signal-speed, 22s) linear infinite;
}

.grid-signal::after {
  content: "";
  position: absolute;
  right: 52%;
  top: 50%;
  width: var(--signal-trail, 5.8rem);
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(104, 232, 255, 0.54), rgba(141, 92, 255, 0.2));
  transform: translateY(-50%);
}

.grid-signal-vertical {
  animation-name: gridSignalY;
}

.grid-signal-vertical::after {
  right: auto;
  left: 50%;
  top: auto;
  bottom: 52%;
  width: 1px;
  height: var(--signal-trail, 5.8rem);
  background: linear-gradient(180deg, transparent, rgba(104, 232, 255, 0.54), rgba(141, 92, 255, 0.2));
  transform: translateX(-50%);
}

.grid-signal-diagonal {
  animation-name: gridSignalDiag;
}

.grid-signal-diagonal::after {
  width: var(--signal-trail, 5.8rem);
  transform: translateY(-50%) rotate(-22deg);
  transform-origin: right center;
}

.grid-signal-one {
  left: -2rem;
  top: 17%;
  --signal-speed: 23s;
  --signal-opacity: 0.72;
  --signal-trail: 7.6rem;
}

.grid-signal-two {
  left: 23%;
  top: -2rem;
  --signal-speed: 31s;
  --signal-opacity: 0.46;
  --signal-size: 0.44rem;
  --signal-trail: 6.2rem;
  animation-delay: -11s;
}

.grid-signal-three {
  left: -2rem;
  top: 68%;
  --signal-speed: 37s;
  --signal-opacity: 0.52;
  --signal-size: 0.46rem;
  --signal-trail: 8.4rem;
  animation-delay: -18s;
}

.grid-signal-four {
  left: -10rem;
  bottom: -6rem;
  --signal-speed: 44s;
  --signal-opacity: 0.24;
  --signal-size: 0.42rem;
  --signal-trail: 6rem;
  animation-delay: -24s;
}

.grid-signal-five {
  right: 14%;
  top: -2rem;
  --signal-speed: 26s;
  --signal-opacity: 0.54;
  --signal-size: 0.42rem;
  --signal-trail: 5.8rem;
  animation-delay: -7s;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(188, 210, 255, 0.09);
  background: rgba(3, 8, 18, 0.74);
  backdrop-filter: blur(10px);
  transition:
    border-color var(--duration-fast) ease,
    background-color var(--duration-fast) ease,
    box-shadow var(--duration-fast) ease;
}

.site-header.is-scrolled,
.site-header.nav-open {
  border-color: rgba(79, 140, 255, 0.24);
  background: rgba(3, 8, 18, 0.92);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.28);
}

.stack-marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  contain: layout paint;
  border-top: 1px solid rgba(188, 210, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(79, 140, 255, 0.12), rgba(141, 92, 255, 0.08), rgba(104, 232, 255, 0.08)),
    rgba(3, 8, 18, 0.82);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.stack-marquee-alt {
  border-top-color: rgba(104, 232, 255, 0.1);
  background:
    linear-gradient(90deg, rgba(141, 92, 255, 0.14), rgba(17, 58, 153, 0.14), rgba(104, 232, 255, 0.07)),
    rgba(4, 10, 24, 0.9);
}

.stack-marquee::before,
.stack-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 6rem;
  pointer-events: none;
}

.stack-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(3, 8, 18, 0.95), transparent);
}

.stack-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(3, 8, 18, 0.95), transparent);
}

.stack-track {
  display: flex;
  min-width: max-content;
  align-items: center;
  gap: 0.62rem;
  padding: 0.52rem 0.31rem;
  animation: stackMarquee 52s linear infinite;
  will-change: transform;
}

.stack-track-alt {
  animation: stackMarqueeReverse 78s linear infinite;
}

.stack-track span {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.38rem 0.74rem;
  border: 1px solid rgba(188, 210, 255, 0.13);
  border-radius: 999px;
  color: #dce8ff;
  background:
    radial-gradient(circle at 18% 0%, rgba(104, 232, 255, 0.12), transparent 46%),
    rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
}

.stack-marquee-alt .stack-track span {
  color: #ece6ff;
  border-color: rgba(141, 92, 255, 0.22);
  background:
    radial-gradient(circle at 18% 0%, rgba(141, 92, 255, 0.18), transparent 48%),
    radial-gradient(circle at 78% 100%, rgba(79, 140, 255, 0.1), transparent 48%),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 18px rgba(141, 92, 255, 0.06);
}

.stack-marquee-alt .stack-track span:nth-child(3n) {
  border-color: rgba(104, 232, 255, 0.18);
  color: #e7fbff;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.78rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 0.85rem;
  text-decoration: none;
}

.brand-mark-wrap {
  display: block;
  width: 3.05rem;
  height: 3.05rem;
  flex: 0 0 auto;
}

.brand-mark {
  width: 3.05rem;
  height: 3.05rem;
  flex: 0 0 auto;
  border-radius: 1rem;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 24px rgba(79, 140, 255, 0.2);
}

.brand-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.05;
}

.brand-copy strong {
  color: var(--color-ink);
  font-size: 1rem;
  font-weight: 850;
}

.brand-copy span {
  margin-top: 0.18rem;
  color: var(--color-muted);
  font-size: 0.8rem;
  font-weight: 650;
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 2.75rem;
  padding: 0.55rem 0.78rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--color-ink);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.nav-toggle-text {
  font-size: 0.86rem;
  font-weight: 800;
}

.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  display: block;
  width: 1.05rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform var(--duration-fast) var(--ease-out),
    opacity var(--duration-fast) ease;
}

.nav-toggle-bars {
  position: relative;
}

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

.nav-toggle-bars::before {
  transform: translateY(-0.36rem);
}

.nav-toggle-bars::after {
  transform: translateY(0.36rem);
}

.site-header.nav-open .nav-toggle-bars {
  transform: rotate(45deg);
}

.site-header.nav-open .nav-toggle-bars::before {
  opacity: 0;
  transform: translateY(0);
}

.site-header.nav-open .nav-toggle-bars::after {
  transform: rotate(-90deg);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.22rem;
  margin-left: auto;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.7rem 0.92rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--color-text);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  transition:
    color var(--duration-fast) ease,
    background-color var(--duration-fast) ease,
    border-color var(--duration-fast) ease,
    transform var(--duration-fast) var(--ease-out);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[href="#contact"] {
  color: var(--color-ink);
  border-color: rgba(188, 210, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
}

.site-nav a:hover {
  transform: translateY(-1px);
}

.hero {
  min-height: calc(100svh - 4.7rem);
  display: grid;
  align-items: center;
  padding-top: 3.8rem;
  overflow: hidden;
  isolation: isolate;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  pointer-events: none;
}

.hero::before {
  inset: -22% -18%;
  background:
    radial-gradient(circle at 18% 20%, rgba(79, 140, 255, 0.36), transparent 25%),
    radial-gradient(circle at 74% 18%, rgba(141, 92, 255, 0.26), transparent 26%),
    radial-gradient(circle at 50% 78%, rgba(17, 58, 153, 0.32), transparent 34%),
    linear-gradient(135deg, rgba(3, 8, 18, 0), rgba(21, 67, 175, 0.13), rgba(3, 8, 18, 0));
  filter: blur(14px);
  animation: heroMesh 28s var(--ease-out) infinite alternate;
}

.hero::after {
  inset: 12% 0 auto 0;
  height: 22rem;
  background: linear-gradient(90deg, transparent, rgba(104, 232, 255, 0.1), rgba(141, 92, 255, 0.11), transparent);
  transform: skewY(-8deg);
  opacity: 0.7;
}

.hero-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(104, 232, 255, 0.14);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(79, 140, 255, 0.12), transparent 62%);
  pointer-events: none;
  animation: floatField 9s var(--ease-out) infinite alternate;
}

.hero-orbit-one {
  right: 6%;
  top: 12%;
  width: 14rem;
  height: 14rem;
}

.hero-orbit-two {
  left: -5rem;
  bottom: 8%;
  width: 18rem;
  height: 18rem;
  animation-delay: -3s;
}

.hero-orbit-three {
  right: 26%;
  bottom: 3%;
  width: 8rem;
  height: 8rem;
  border-color: rgba(141, 92, 255, 0.18);
  animation-delay: -5s;
}

.hero-grid {
  display: grid;
  align-items: center;
  gap: 1.6rem;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--color-cyan);
  font-size: 0.79rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero h1,
.section-heading h2,
.cta-strip h3 {
  margin: 0;
  color: var(--color-ink);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 12.8ch;
  font-size: 3rem;
}

.section-heading h2 {
  max-width: 16ch;
  font-size: 2.1rem;
}

.cta-strip h3 {
  font-size: 1.65rem;
}

.lede,
.supporting,
.section-heading p,
.section-closing,
.hero-note,
.service-area,
.review-card p,
.info-card p,
.service-card p,
.highlight-card p,
.checklist-card li,
.process-item p,
.faq-item p,
.footer-inner p,
.ai-command-panel p,
.cta-strip p {
  margin: 0;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.72;
}

.lede {
  max-width: 64ch;
  margin-top: 1.18rem;
  color: #e7efff;
  font-size: 1.08rem;
}

.supporting {
  max-width: 62ch;
  margin-top: 0.92rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.78rem;
  margin-top: 1.45rem;
}

.btn {
  position: relative;
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.88rem 1.22rem;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  isolation: isolate;
  transition:
    transform var(--duration-fast) var(--ease-out),
    border-color var(--duration-fast) ease,
    color var(--duration-fast) ease,
    background-color var(--duration-fast) ease,
    box-shadow var(--duration-fast) ease;
}

.btn::before {
  content: "";
  position: absolute;
  inset: -40% auto -40% -75%;
  z-index: -1;
  width: 62%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  opacity: 0;
  transition:
    transform var(--duration-med) var(--ease-out),
    opacity var(--duration-fast) ease;
}

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

.btn:hover::before,
.btn:focus-visible::before {
  opacity: 1;
  transform: translateX(340%) skewX(-18deg);
}

.btn-primary {
  color: #061225;
  border-color: rgba(177, 209, 255, 0.46);
  background:
    radial-gradient(circle at 12% 0%, #ffffff, transparent 32%),
    linear-gradient(135deg, #9ec0ff 0%, #4f8cff 45%, #8d5cff 100%);
  box-shadow:
    0 18px 40px rgba(79, 140, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow:
    0 22px 52px rgba(79, 140, 255, 0.42),
    0 0 0 5px rgba(79, 140, 255, 0.09);
}

.btn-secondary,
.btn-ghost {
  color: var(--color-ink);
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.btn-secondary:hover,
.btn-secondary:focus-visible,
.btn-ghost:hover,
.btn-ghost:focus-visible {
  border-color: var(--border-strong);
  background: rgba(79, 140, 255, 0.11);
}

.btn-ghost {
  color: var(--color-cyan);
}

.hero-note {
  max-width: 62ch;
  margin-top: 1rem;
  color: var(--color-muted);
  font-size: 0.95rem;
}

.hero-aside {
  position: relative;
}

.highlight-grid,
.card-grid,
.process-list,
.faq-list {
  display: grid;
  gap: 1rem;
}

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

.highlight-card,
.info-card,
.service-card,
.contact-card,
.checklist-card,
.review-card,
.faq-item,
.process-item,
.ai-command-panel,
.cta-strip {
  position: relative;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    linear-gradient(140deg, rgba(7, 17, 38, 0.94), rgba(4, 10, 24, 0.82));
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(18px);
  isolation: isolate;
}

.highlight-card::before,
.info-card::before,
.service-card::before,
.contact-card::before,
.checklist-card::before,
.review-card::before,
.process-item::before,
.ai-command-panel::before,
.cta-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(104, 232, 255, 0.38), rgba(79, 140, 255, 0.08), rgba(141, 92, 255, 0.24));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity var(--duration-fast) ease;
}

.highlight-card,
.info-card,
.service-card,
.checklist-card,
.review-card,
.faq-item {
  padding: 1.18rem;
}

.highlight-card {
  min-height: 10.1rem;
}

.highlight-kicker,
.card-kicker,
.panel-label {
  display: inline-flex;
  margin: 0 0 0.55rem;
  color: var(--color-cyan);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.highlight-value {
  margin: 0 0 0.62rem;
  color: var(--color-ink);
  font-size: 1.48rem;
  font-weight: 950;
  line-height: 1.05;
}

.section-heading {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.65rem;
}

.section-heading.narrow {
  max-width: 70ch;
}

.section-heading p {
  max-width: 72ch;
}

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

.info-card h3,
.service-card h3,
.checklist-card h3,
.review-card strong,
.faq-item summary,
.process-item h3 {
  margin: 0;
  color: var(--color-ink);
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.service-card p,
.info-card p {
  margin-top: 0.75rem;
}

.info-card,
.service-card,
.faq-item,
.process-item,
.review-card {
  transition:
    transform var(--duration-fast) var(--ease-out),
    border-color var(--duration-fast) ease,
    background-color var(--duration-fast) ease,
    box-shadow var(--duration-fast) ease;
}

.service-card::after,
.info-card::after {
  content: "";
  position: absolute;
  left: 1.18rem;
  right: 1.18rem;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(104, 232, 255, 0.55), transparent);
  opacity: 0.5;
}

.featured-card {
  background:
    radial-gradient(circle at 12% 0%, rgba(79, 140, 255, 0.18), transparent 40%),
    linear-gradient(140deg, rgba(11, 31, 72, 0.96), rgba(4, 10, 24, 0.86));
}

.ai-section {
  overflow: hidden;
}

.ai-section::before {
  content: "";
  position: absolute;
  inset: 8% -10% auto;
  height: 26rem;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 40%, rgba(104, 232, 255, 0.14), transparent 28%),
    radial-gradient(circle at 72% 46%, rgba(141, 92, 255, 0.19), transparent 30%);
  filter: blur(28px);
  opacity: 0.72;
}

.ai-command-panel,
.cta-strip {
  display: grid;
  gap: 1.1rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1.25rem;
  overflow: hidden;
}

.ai-command-panel {
  background:
    linear-gradient(90deg, rgba(79, 140, 255, 0.18), rgba(141, 92, 255, 0.14)),
    rgba(3, 8, 18, 0.82);
}

.ai-card {
  background:
    radial-gradient(circle at 14% 0%, rgba(104, 232, 255, 0.12), transparent 38%),
    linear-gradient(140deg, rgba(6, 25, 58, 0.96), rgba(5, 10, 24, 0.88));
}

.ai-card .card-kicker {
  color: #b9ddff;
}

.section-closing {
  max-width: 70ch;
  margin-top: 1.35rem;
  color: #e4ecff;
  font-weight: 700;
}

.benefits-grid {
  margin-top: 0.25rem;
}

.cta-strip {
  margin-top: 1.2rem;
  margin-bottom: 0;
  background:
    linear-gradient(120deg, rgba(17, 58, 153, 0.38), rgba(141, 92, 255, 0.2)),
    rgba(3, 8, 18, 0.86);
  animation: none;
}

.seo-grid,
.contact-grid {
  display: grid;
  gap: 1.25rem;
}

.service-area {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(104, 232, 255, 0.2);
  border-radius: var(--radius-sm);
  background: rgba(79, 140, 255, 0.07);
}

.checklist-card h3 {
  font-size: 1.28rem;
}

.checklist {
  display: grid;
  gap: 0.82rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  padding-left: 1.55rem;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-cyan), var(--color-electric));
  box-shadow: 0 0 0 5px rgba(79, 140, 255, 0.09);
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.95rem;
  padding: 1.18rem;
}

.process-step {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid rgba(188, 210, 255, 0.18);
  border-radius: 999px;
  color: var(--color-ink);
  background: linear-gradient(135deg, rgba(79, 140, 255, 0.22), rgba(141, 92, 255, 0.18));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-weight: 950;
}

.process-item p {
  margin-top: 0.55rem;
}

.review-card {
  display: grid;
  min-height: 100%;
  gap: 1.15rem;
}

.review-card::after {
  content: "“";
  position: absolute;
  top: 0.45rem;
  right: 1rem;
  color: rgba(104, 232, 255, 0.16);
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.review-card p,
.review-card footer {
  position: relative;
  z-index: 1;
}

.review-card footer {
  display: grid;
  align-self: end;
  gap: 0.15rem;
}

.review-card footer span {
  color: var(--color-muted);
  font-size: 0.95rem;
}

.rating-line {
  color: var(--color-cyan);
  font-weight: 900;
}

.center-row {
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
}

.faq-list {
  gap: 0.86rem;
}

.faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  min-height: 3.8rem;
  padding: 1.06rem 3.25rem 1.06rem 1.15rem;
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.05rem;
  top: 50%;
  display: grid;
  width: 1.85rem;
  height: 1.85rem;
  place-items: center;
  border: 1px solid rgba(188, 210, 255, 0.12);
  border-radius: 999px;
  color: var(--color-cyan);
  background: rgba(255, 255, 255, 0.055);
  transform: translateY(-50%);
  transition:
    transform var(--duration-fast) var(--ease-out),
    background-color var(--duration-fast) ease,
    color var(--duration-fast) ease;
}

.faq-item[open] summary::after {
  color: var(--color-ink);
  background: rgba(79, 140, 255, 0.18);
  transform: translateY(-50%) rotate(45deg);
}

.faq-item p {
  padding: 0 1.15rem 1.15rem;
}

.js .faq-item p {
  animation: faqIn var(--duration-med) var(--ease-out);
}

.contact-section {
  overflow: hidden;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 8% 4% auto;
  height: 20rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(79, 140, 255, 0.18), transparent 62%);
  filter: blur(24px);
  opacity: 0.72;
  pointer-events: none;
}

.contact-grid {
  align-items: start;
}

.contact-card {
  padding: 1.2rem;
}

.contact-buttons {
  margin-top: 0;
}

.map-card {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.15rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(188, 210, 255, 0.12);
}

.map-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(188, 210, 255, 0.13);
  border-radius: var(--radius-sm);
  background: rgba(3, 8, 18, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 45px rgba(0, 0, 0, 0.22);
}

.map-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 44%, rgba(104, 232, 255, 0.12), transparent 38%),
    linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  opacity: 0.72;
  animation: mapSheen 8s var(--ease-out) infinite alternate;
}

.map-svg {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.map-marker-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 5.8rem;
  height: 5.8rem;
  place-items: center;
  border: 1px solid rgba(104, 232, 255, 0.32);
  border-radius: 1.45rem;
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.16), transparent 42%),
    rgba(5, 16, 36, 0.9);
  box-shadow:
    0 0 42px rgba(79, 140, 255, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translate(-50%, -50%);
  animation: markerHover 4.6s var(--ease-out) infinite alternate;
}

.map-marker-wrap::before,
.map-marker-wrap::after {
  content: "";
  position: absolute;
  inset: -0.7rem;
  border: 1px solid rgba(104, 232, 255, 0.18);
  border-radius: inherit;
  animation: markerSignal 3.8s var(--ease-out) infinite;
}

.map-marker-wrap::after {
  animation-delay: -1.8s;
}

.map-marker-pin {
  position: relative;
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(104, 232, 255, 0.55);
  border-radius: 50% 50% 50% 0;
  background:
    radial-gradient(circle at 40% 28%, rgba(255, 255, 255, 0.95), rgba(104, 232, 255, 0.45) 24%, rgba(79, 140, 255, 0.28) 55%, rgba(141, 92, 255, 0.34) 100%);
  box-shadow: 0 0 22px rgba(104, 232, 255, 0.42);
  transform: rotate(-45deg);
}

.map-marker-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 999px;
  background: #061225;
  box-shadow: inset 0 0 0 2px rgba(246, 249, 255, 0.82);
  transform: translate(-50%, -50%);
}

.map-copy {
  display: flex;
  justify-content: center;
}

.map-copy .btn {
  width: 100%;
}

.map-route {
  stroke-dasharray: 18 16;
}

.map-route-two {
  animation-duration: 13s;
  animation-direction: reverse;
  opacity: 0.58;
}

.map-ring {
  opacity: 0.72;
  transform-origin: 322px 178px;
  animation: mapPulse 3.8s var(--ease-out) infinite;
}

.map-ring-two {
  animation-delay: -1.2s;
  opacity: 0.42;
}

.policy-page {
  min-height: 100vh;
}

.policy-hero {
  padding-block: clamp(3rem, 7vw, 5.75rem) 2rem;
  overflow: hidden;
}

.policy-hero::before {
  content: "";
  position: absolute;
  inset: -24% -12% auto;
  z-index: -1;
  height: 28rem;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 28%, rgba(79, 140, 255, 0.28), transparent 30%),
    radial-gradient(circle at 78% 20%, rgba(141, 92, 255, 0.2), transparent 31%),
    linear-gradient(120deg, rgba(3, 8, 18, 0), rgba(21, 67, 175, 0.14), rgba(3, 8, 18, 0));
  filter: blur(12px);
}

.policy-shell {
  max-width: 900px;
}

.policy-shell h1 {
  max-width: 11ch;
  margin: 0.35rem 0 1rem;
  font-size: clamp(2.45rem, 8vw, 5.25rem);
  letter-spacing: -0.07em;
  line-height: 0.94;
}

.policy-shell p {
  max-width: 68ch;
  color: var(--color-text);
  font-size: clamp(1rem, 2vw, 1.16rem);
}

.policy-section {
  padding-top: 0;
}

.policy-card {
  max-width: 980px;
  padding: clamp(1.1rem, 4vw, 2.2rem);
  border: 1px solid rgba(188, 210, 255, 0.13);
  border-radius: var(--radius-md);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)),
    rgba(3, 8, 18, 0.7);
  box-shadow: var(--shadow-card);
}

.policy-card h2 {
  margin: 2.1rem 0 0.85rem;
  color: var(--color-ink);
  font-size: clamp(1.25rem, 2.8vw, 1.75rem);
  letter-spacing: -0.025em;
}

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

.policy-card p {
  max-width: none;
  margin: 0 0 0.95rem;
  color: var(--color-text);
  font-size: clamp(0.95rem, 1.6vw, 1.03rem);
  line-height: 1.75;
}

.policy-card .policy-lead {
  color: #e7efff;
  font-size: clamp(1.02rem, 2vw, 1.14rem);
  font-weight: 700;
}

.site-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(188, 210, 255, 0.09);
  padding: 2.4rem 0;
  background:
    linear-gradient(180deg, rgba(3, 8, 18, 0.76), rgba(3, 8, 18, 0.96)),
    radial-gradient(circle at 50% 0%, rgba(79, 140, 255, 0.14), transparent 36rem);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(104, 232, 255, 0.08), transparent),
    radial-gradient(circle at 12% 15%, rgba(141, 92, 255, 0.12), transparent 20rem);
  opacity: 0.76;
  animation: footerGlow 12s var(--ease-out) infinite alternate;
}

.footer-inner {
  display: grid;
  gap: 1.35rem;
  align-items: start;
  padding: 1rem;
  border: 1px solid rgba(188, 210, 255, 0.1);
  border-radius: var(--radius-md);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(3, 8, 18, 0.58);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(8px);
}

.footer-brand {
  display: grid;
  gap: 1rem;
  align-items: start;
  padding: 0.95rem;
  border: 1px solid rgba(188, 210, 255, 0.1);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.035);
}

.footer-brand strong,
.footer-column h2 {
  display: block;
  margin: 0 0 0.55rem;
  color: var(--color-ink);
  font-size: 0.98rem;
  font-weight: 950;
}

.footer-brand p {
  max-width: 44ch;
}

.footer-logo {
  width: 3.65rem;
  height: 3.65rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 0 28px rgba(79, 140, 255, 0.24);
  animation: footerLogoFloat 5.5s var(--ease-out) infinite alternate;
}

.footer-logo-wrap {
  display: block;
  width: 3.65rem;
  height: 3.65rem;
  flex: 0 0 auto;
}

.footer-column {
  display: grid;
  gap: 0.82rem;
  align-content: start;
  padding: 0.95rem;
  border: 1px solid rgba(188, 210, 255, 0.1);
  border-radius: var(--radius-sm);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    rgba(3, 8, 18, 0.44);
}

.footer-links {
  display: grid;
  gap: 0.56rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  min-height: 2.65rem;
  padding: 0.58rem 0.72rem;
  border: 1px solid rgba(188, 210, 255, 0.1);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.035);
  color: var(--color-text);
  font-weight: 800;
  text-decoration: none;
  transition:
    transform var(--duration-fast) var(--ease-out),
    border-color var(--duration-fast) ease,
    background-color var(--duration-fast) ease,
    color var(--duration-fast) ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(104, 232, 255, 0.22);
  background: rgba(79, 140, 255, 0.08);
  color: var(--color-cyan);
}

.footer-links a::after {
  content: "→";
  color: rgba(104, 232, 255, 0.68);
}

.footer-bottom {
  display: grid;
  gap: 0.7rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(188, 210, 255, 0.1);
  text-align: center;
}

.footer-note {
  color: var(--color-muted);
  font-size: 0.92rem;
  text-align: left;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.9rem;
  align-items: center;
}

.footer-legal a {
  color: var(--color-text);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: var(--color-cyan);
}

.policy-footer-inner {
  grid-template-columns: 1fr;
}

.cookie-banner {
  position: fixed;
  right: clamp(1rem, 3vw, 1.5rem);
  bottom: clamp(1rem, 3vw, 1.5rem);
  z-index: 220;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  width: min(46rem, calc(100% - 2rem));
  padding: 1rem;
  border: 1px solid rgba(104, 232, 255, 0.26);
  border-radius: var(--radius-sm);
  background:
    linear-gradient(145deg, rgba(11, 27, 60, 0.92), rgba(3, 8, 18, 0.96)),
    rgba(3, 8, 18, 0.92);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
}

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

.cookie-banner strong {
  display: block;
  margin-bottom: 0.26rem;
  color: var(--color-ink);
  font-size: 0.98rem;
  font-weight: 950;
}

.cookie-banner p {
  margin: 0;
  color: var(--color-text);
  font-size: 0.9rem;
  line-height: 1.55;
}

.cookie-banner a {
  display: inline-flex;
  margin-top: 0.35rem;
  color: var(--color-cyan);
  font-size: 0.86rem;
  font-weight: 850;
  text-decoration: none;
}

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

.cookie-actions .btn {
  min-height: 2.65rem;
  padding: 0.68rem 0.95rem;
  font-size: 0.84rem;
}

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

.reveal-ready .reveal {
  opacity: 0;
  transform: translate3d(0, 1.25rem, 0);
  transition:
    opacity var(--duration-slow) var(--ease-out),
    transform var(--duration-slow) var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}

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

.policy-page .reveal,
.reveal-ready .policy-page .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (hover: hover) and (pointer: fine) {
  .cursor-glow.is-active {
    opacity: 1;
  }

  .info-card:hover,
  .service-card:hover,
  .faq-item:hover,
  .process-item:hover,
  .review-card:hover,
  .highlight-card:hover {
    transform: translateY(-5px);
    border-color: var(--border-strong);
    box-shadow: var(--shadow-card), var(--shadow-glow);
  }

  .info-card:hover::before,
  .service-card:hover::before,
  .process-item:hover::before,
  .review-card:hover::before,
  .highlight-card:hover::before,
  .ai-command-panel:hover::before,
  .cta-strip:hover::before,
  .contact-card:hover::before {
    opacity: 1;
  }
}

@media (max-width: 919px) {
  .header-inner {
    flex-wrap: wrap;
  }

  .js .site-nav {
    display: grid;
    width: 100%;
    max-height: 0;
    margin-left: 0;
    overflow: hidden;
    grid-template-columns: 1fr;
    opacity: 0;
    transform: translateY(-0.35rem);
    transition:
      max-height var(--duration-med) var(--ease-out),
      opacity var(--duration-fast) ease,
      transform var(--duration-fast) var(--ease-out);
  }

  .js .site-header.nav-open .site-nav {
    max-height: 34rem;
    padding-top: 0.45rem;
    opacity: 1;
    transform: translateY(0);
  }

  .no-js .site-nav {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-left: 0;
  }

  .site-nav a {
    width: 100%;
    justify-content: flex-start;
    padding-inline: 0.9rem;
  }
}

@media (min-width: 520px) {
  .highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 720px) {
  :root {
    --space-section: 5.7rem;
    --anchor-offset: 11.75rem;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .section-heading h2 {
    font-size: 2.75rem;
  }

  .cta-strip h3 {
    font-size: 2rem;
  }

  .lede {
    font-size: 1.14rem;
  }

  .seo-grid,
  .contact-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(310px, 0.95fr);
  }

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

  .process-item {
    grid-template-columns: auto 1fr;
  }

  .ai-command-panel,
  .cta-strip {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .map-card {
    grid-template-columns: minmax(0, 1.05fr) minmax(14rem, 0.95fr);
    align-items: center;
  }
}

@media (min-width: 920px) {
  .nav-toggle {
    display: none;
  }

  .site-nav {
    display: flex;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  }

  .hero h1 {
    font-size: 5rem;
  }

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

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

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

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

  .featured-card {
    grid-column: span 2;
  }

  .footer-inner {
    grid-template-columns: minmax(0, 1.35fr) minmax(10rem, 0.78fr) minmax(7rem, 0.54fr) minmax(8rem, 0.58fr);
    align-items: start;
    padding: 1.1rem;
  }

  .policy-footer-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-brand {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 0;
    border: 0;
    background: transparent;
  }

  .footer-column {
    padding: 0;
    border: 0;
    background: transparent;
  }

  .footer-bottom {
    grid-column: 1 / -1;
    text-align: left;
  }

  .footer-links a {
    width: fit-content;
    min-height: 1.9rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .footer-links a::after {
    content: "";
  }

  .footer-links a:hover,
  .footer-links a:focus-visible {
    transform: translateX(3px);
    background: transparent;
  }

}

@media (min-width: 920px) and (max-width: 1100px) {
  .brand {
    gap: 0.64rem;
  }

  .brand-mark {
    width: 2.75rem;
    height: 2.75rem;
  }

  .brand-mark-wrap {
    width: 2.75rem;
    height: 2.75rem;
  }

  .brand-copy strong {
    font-size: 0.92rem;
  }

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

  .site-nav {
    gap: 0.08rem;
  }

  .site-nav a {
    min-height: 2.55rem;
    padding: 0.62rem 0.54rem;
    font-size: 0.82rem;
  }
}

@media (min-width: 1200px) {
  :root {
    --space-section: var(--space-section-lg);
  }

  .hero h1 {
    font-size: 5.55rem;
  }

  .section-heading h2 {
    font-size: 3.35rem;
  }

  .hero-grid {
    gap: 2.25rem;
  }
}

@media (max-width: 719px) {
  .kao-banner {
    flex-wrap: wrap;
    row-gap: 0.12rem;
    min-height: 2.9rem;
    padding-inline: 0.72rem;
    letter-spacing: 0.055em;
  }

  .button-row,
  .contact-buttons {
    flex-direction: column;
  }

  .button-row .btn,
  .contact-buttons .btn,
  .ai-command-panel .btn,
  .cta-strip .btn {
    width: 100%;
  }

  .center-row .btn {
    width: 100%;
  }

  .cookie-banner {
    right: 0.75rem;
    bottom: 0.75rem;
    grid-template-columns: 1fr;
    width: calc(100% - 1.5rem);
    padding: 0.9rem;
  }

  .cookie-actions {
    justify-content: stretch;
  }

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

@media (max-width: 420px) {
  :root {
    --container: min(1120px, calc(100% - 1rem));
    --anchor-offset: 9.75rem;
  }

  .policy-nav {
    gap: 0.7rem;
  }

  .policy-home {
    min-height: 2.45rem;
    padding: 0.48rem 0.68rem;
    font-size: 0.82rem;
  }

  .header-inner {
    gap: 0.5rem;
  }

  .brand {
    gap: 0.58rem;
  }

  .brand-mark {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 0.8rem;
  }

  .brand-mark-wrap {
    width: 2.55rem;
    height: 2.55rem;
  }

  .brand-copy strong {
    max-width: 8.7rem;
    font-size: 0.9rem;
    white-space: nowrap;
  }

  .brand-copy span {
    display: none;
  }

  .nav-toggle {
    min-height: 2.45rem;
    padding: 0.48rem 0.68rem;
  }

  .stack-track {
    gap: 0.45rem;
    padding-block: 0.38rem;
  }

  .stack-track span {
    min-height: 1.58rem;
    padding: 0.28rem 0.58rem;
    font-size: 0.7rem;
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: 2.52rem;
  }

  .section-heading h2 {
    font-size: 1.92rem;
  }

  .highlight-card,
  .info-card,
  .service-card,
  .contact-card,
  .checklist-card,
  .review-card,
  .faq-item,
  .process-item,
  .ai-command-panel,
  .cta-strip {
    border-radius: 21px;
  }

  .map-copy .btn {
    width: 100%;
  }
}

@keyframes heroMesh {
  0% {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }
  100% {
    transform: translate3d(2%, 2%, 0) scale(1.05);
  }
}

@keyframes stackMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes stackMarqueeReverse {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes floatField {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(1.1rem, -1.2rem, 0) rotate(12deg);
  }
}

@keyframes ctaPulse {
  0%,
  100% {
    box-shadow: var(--shadow-card), 0 0 0 rgba(79, 140, 255, 0);
  }
  50% {
    box-shadow: var(--shadow-card), 0 0 44px rgba(79, 140, 255, 0.18);
  }
}

@keyframes faqIn {
  from {
    opacity: 0;
    transform: translate3d(0, -0.25rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes touchBurst {
  0% {
    opacity: 0.75;
    transform: translate3d(-50%, -50%, 0) scale(0.24);
  }
  72% {
    opacity: 0.28;
  }
  100% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1.25);
  }
}

@keyframes backgroundBreath {
  0% {
    opacity: 0.52;
    transform: translate3d(-0.4rem, -0.2rem, 0) scale(1);
  }
  100% {
    opacity: 0.82;
    transform: translate3d(0.4rem, 0.35rem, 0) scale(1.03);
  }
}

@keyframes gridDrift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1.2rem, 1rem, 0);
  }
}

@keyframes gridSignalX {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(100vw + 16rem), 0, 0);
  }
}

@keyframes gridSignalY {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, calc(100vh + 16rem), 0);
  }
}

@keyframes gridSignalDiag {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(100vw + 18rem), calc(-100vh - 14rem), 0);
  }
}

@keyframes sectionFloat {
  0% {
    opacity: 0.38;
    transform: translate3d(0, 0, 0) scale(0.94);
  }
  100% {
    opacity: 0.78;
    transform: translate3d(-1rem, 1.4rem, 0) scale(1.08);
  }
}

@keyframes ambientDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  45% {
    opacity: 0.08;
  }
  100% {
    transform: translate3d(2.6rem, -1.8rem, 0) scale(1.18);
  }
}

@keyframes ambientLine {
  0% {
    opacity: 0.08;
    transform: translate3d(0, 0, 0) rotate(var(--line-rotation, -18deg));
  }
  100% {
    opacity: 0.34;
    transform: translate3d(2.2rem, -1rem, 0) rotate(var(--line-rotation, -18deg));
  }
}

@keyframes tracerSweep {
  0%,
  62% {
    opacity: 0;
    transform: translate3d(-28rem, 0, 0) rotate(var(--tracer-angle, 0deg));
  }
  70% {
    opacity: 0.65;
  }
  100% {
    opacity: 0;
    transform: translate3d(42rem, 0, 0) rotate(var(--tracer-angle, 0deg));
  }
}

@keyframes orbWander {
  0% {
    opacity: 0.12;
    transform: translate3d(0, 0, 0) scale(0.94) rotate(0deg);
  }
  100% {
    opacity: 0.28;
    transform: translate3d(2rem, -2.5rem, 0) scale(1.08) rotate(16deg);
  }
}

@keyframes bannerSweep {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  16% {
    opacity: 0.58;
  }
  44%,
  100% {
    transform: translate3d(520%, 0, 0);
    opacity: 0;
  }
}

@keyframes mapPulse {
  0% {
    opacity: 0.7;
    transform: scale(0.82);
  }
  100% {
    opacity: 0;
    transform: scale(1.28);
  }
}

@keyframes markerHover {
  0% {
    transform: translate(-50%, -50%) translate3d(0, 0, 0) rotate(-1deg);
  }
  100% {
    transform: translate(-50%, -50%) translate3d(0, -0.55rem, 0) rotate(1deg);
  }
}

@keyframes markerSignal {
  0% {
    opacity: 0.72;
    transform: scale(0.76);
  }
  100% {
    opacity: 0;
    transform: scale(1.48);
  }
}

@keyframes footerGlow {
  0% {
    transform: translate3d(-1rem, 0, 0);
    opacity: 0.46;
  }
  100% {
    transform: translate3d(1rem, 0.5rem, 0);
    opacity: 0.86;
  }
}

@keyframes footerLogoFloat {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -0.35rem, 0);
  }
}

@keyframes mapSheen {
  0% {
    transform: translate3d(-18%, 0, 0);
    opacity: 0.3;
  }
  100% {
    transform: translate3d(18%, 0, 0);
    opacity: 0.8;
  }
}

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

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

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

  .cursor-glow {
    display: none;
  }

  .ambient-field {
    display: none;
  }

  .stack-track {
    animation: none;
  }
}
