.blu-site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid rgba(59, 139, 197, 0.24);
  background:
    radial-gradient(circle at 7% 34%, rgba(8, 124, 255, 0.18), transparent 30%),
    radial-gradient(circle at 92% 23%, rgba(242, 1, 3, 0.14), transparent 31%),
    linear-gradient(125deg, #02050b 0%, #06101d 53%, #100307 100%);
  color: #f5f9fc;
}

.blu-site-footer::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(65, 166, 237, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 47, 68, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 88%);
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.blu-footer-watermark {
  position: absolute;
  z-index: -1;
  right: -0.06em;
  bottom: -0.28em;
  content: "BLU";
  color: rgba(73, 174, 255, 0.028);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(180px, 29vw, 480px);
  font-weight: 700;
  letter-spacing: -0.11em;
  line-height: 0.7;
  user-select: none;
  pointer-events: none;
}

.blu-footer-neon-rail {
  display: grid;
  grid-template-columns: 58% 42%;
  width: 100%;
  height: 2px;
}

.blu-footer-neon-rail span:first-child {
  background: linear-gradient(90deg, transparent, #087cff 16%, #74cfff 84%, #f3fbff);
  box-shadow: 0 0 18px rgba(8, 124, 255, 0.62);
}

.blu-footer-neon-rail span:last-child {
  background: linear-gradient(90deg, #f3fbff, #ff334a 24%, #f20103 82%, transparent);
  box-shadow: 0 0 18px rgba(242, 1, 3, 0.52);
}

.blu-footer-shell {
  width: min(100%, 1504px);
  margin: 0 auto;
  padding: clamp(34px, 4.4vw, 68px) clamp(18px, 4.8vw, 72px) 30px;
}

.blu-footer-cta {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(236px, 0.32fr);
  gap: clamp(34px, 5vw, 74px);
  overflow: hidden;
  min-height: 320px;
  padding: clamp(38px, 4.4vw, 68px);
  border: 1px solid rgba(74, 168, 230, 0.5);
  background:
    radial-gradient(circle at 79% 38%, rgba(242, 1, 3, 0.16), transparent 34%),
    radial-gradient(circle at 19% 52%, rgba(8, 124, 255, 0.18), transparent 40%),
    linear-gradient(118deg, rgba(6, 31, 61, 0.98), rgba(8, 13, 27, 0.98) 54%, rgba(40, 3, 12, 0.96));
  box-shadow:
    -28px 30px 92px rgba(8, 124, 255, 0.12),
    30px 28px 92px rgba(242, 1, 3, 0.09),
    inset 0 1px rgba(255, 255, 255, 0.04);
}

.blu-footer-cta::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), #f20103);
  box-shadow: 0 0 14px rgba(242, 1, 3, 0.46);
}

.blu-footer-cta-copy,
.blu-footer-actions {
  position: relative;
  z-index: 2;
}

.blu-footer-eyebrow,
.blu-footer-label,
.blu-footer-microcopy,
.blu-footer-bottom {
  font-family: "Courier New", Courier, monospace;
  font-weight: 700;
  text-transform: uppercase;
}

.blu-footer-eyebrow,
.blu-footer-label {
  margin: 0;
  color: #62bdff;
  font-size: 11px;
  letter-spacing: 0.27em;
  line-height: 1.6;
}

.blu-footer-cta h2 {
  max-width: 820px;
  margin: 16px 0 20px;
  color: #f5f9fc;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.blu-footer-cta h2 span {
  color: #c7eaff;
  text-shadow:
    -0.025em 0 0 #087cff,
    0.025em 0 0 #f20103,
    -0.06em 0.12em 0.25em rgba(8, 124, 255, 0.52),
    0.07em 0.12em 0.28em rgba(242, 1, 3, 0.36);
}

.blu-footer-lead {
  max-width: 620px;
  margin: 0;
  color: #c9d6e1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
}

.blu-footer-actions {
  display: grid;
  gap: 12px;
}

.blu-footer-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 14px 18px;
  border: 1px solid rgba(103, 190, 250, 0.48);
  color: #f6fbff;
  background: rgba(3, 9, 18, 0.38);
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background-color 0.24s ease;
}

.blu-footer-button--red {
  border-color: rgba(242, 1, 3, 0.46);
}

.blu-footer-button--static {
  cursor: default;
  user-select: none;
}

.blu-footer-button:is(:hover, :focus-visible) {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.96);
  outline: none;
  background: rgba(11, 23, 42, 0.72);
}

.blu-footer-button--blue:is(:hover, :focus-visible) {
  box-shadow: 0 12px 30px rgba(8, 124, 255, 0.22), 0 0 18px rgba(92, 190, 255, 0.16);
}

.blu-footer-button--red:is(:hover, :focus-visible) {
  box-shadow: 0 12px 30px rgba(242, 1, 3, 0.16), 0 0 18px rgba(242, 1, 3, 0.12);
}

.blu-footer-button--static:hover {
  transform: none;
  border-color: rgba(242, 1, 3, 0.46);
  background: rgba(3, 9, 18, 0.38);
  box-shadow: none;
}

.blu-footer-orbit {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: clamp(150px, 18vw, 280px);
  width: clamp(190px, 23vw, 340px);
  aspect-ratio: 1;
  transform: translate(50%, -50%);
  border: 1px solid rgba(102, 194, 255, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 22px rgba(8, 124, 255, 0.025),
    0 0 0 66px rgba(242, 1, 3, 0.018);
  pointer-events: none;
}

.blu-footer-grid {
  display: grid;
  grid-template-columns: minmax(270px, 1.7fr) minmax(150px, 0.8fr) minmax(230px, 1fr) minmax(240px, 1fr);
  margin-top: 24px;
  border: 1px solid rgba(47, 103, 146, 0.44);
  background: rgba(2, 8, 15, 0.62);
}

.blu-footer-block {
  min-width: 0;
  padding: clamp(30px, 3.2vw, 48px);
  border-right: 1px solid rgba(38, 83, 116, 0.42);
}

.blu-footer-block:last-child {
  border-right: 0;
}

.blu-footer-brand > p:not(.blu-footer-label) {
  margin: 20px 0 0;
  color: #b8c7d4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.blu-footer-logo {
  display: block;
  width: 142px;
  margin: -10px 0 10px;
  text-decoration: none;
}

.blu-footer-logo img {
  display: block;
  width: 100%;
  filter: drop-shadow(-8px 8px 19px rgba(8, 124, 255, 0.2)) drop-shadow(9px 8px 18px rgba(242, 1, 3, 0.14));
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), filter 0.28s ease;
}

.blu-footer-logo:is(:hover, :focus-visible) {
  outline: none;
}

.blu-footer-logo:is(:hover, :focus-visible) img {
  transform: translateY(-4px) scale(1.025);
  filter: drop-shadow(-8px 10px 24px rgba(8, 124, 255, 0.32)) drop-shadow(9px 10px 22px rgba(242, 1, 3, 0.24));
}

.blu-footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.blu-footer-nav .blu-footer-label {
  margin-bottom: 12px;
}

.blu-footer-nav > a,
.blu-footer-text-link {
  text-underline-offset: 0.22em;
}

.blu-footer-nav > a,
.blu-footer-nav > .blu-footer-nav-static {
  position: relative;
  display: inline-block;
  padding: 7px 0;
  color: #eaf5ff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.blu-footer-nav > a {
  transition: color 0.2s ease, transform 0.2s ease, text-shadow 0.2s ease;
}

.blu-footer-nav > .blu-footer-nav-static {
  cursor: default;
  opacity: 0.88;
  user-select: none;
}

.blu-footer-nav > a::before {
  display: inline-block;
  width: 0;
  height: 1px;
  margin-right: 0;
  content: "";
  vertical-align: middle;
  background: linear-gradient(90deg, #087cff, #f20103);
  transition: width 0.22s ease, margin-right 0.22s ease;
}

.blu-footer-nav > a:is(:hover, :focus-visible) {
  transform: translateX(4px);
  outline: none;
  color: #fff;
  text-shadow: 0 0 15px rgba(75, 183, 255, 0.34);
}

.blu-footer-nav > a:is(:hover, :focus-visible)::before {
  width: 22px;
  margin-right: 8px;
}

.blu-footer-location h2 {
  margin: 18px 0 15px;
  color: #f5f9fc;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2.7vw, 42px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.blu-footer-location address {
  margin: 0 0 22px;
  color: #b8c7d4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.65;
}

.blu-footer-text-link {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(98, 189, 255, 0.7);
  color: #eaf5ff;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease, text-shadow 0.2s ease;
}

.blu-footer-text-link:is(:hover, :focus-visible) {
  border-color: #fff;
  outline: none;
  color: #fff;
  text-shadow: 0 0 15px rgba(8, 124, 255, 0.58);
}

.blu-footer-social-links {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0 4px;
}

.blu-footer-social-link {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(87, 174, 235, 0.42);
  border-radius: 50%;
  outline: none;
  background: rgba(3, 12, 24, 0.58);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
  transition:
    transform 0.24s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background-color 0.24s ease;
}

.blu-footer-social-link img {
  display: block;
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.blu-footer-social-link:is(:hover, :focus-visible) {
  transform: translateY(-4px) scale(1.05);
  border-color: rgba(255, 255, 255, 0.94);
  background: rgba(9, 24, 44, 0.82);
  box-shadow:
    -7px 11px 24px rgba(8, 124, 255, 0.2),
    7px 11px 24px rgba(242, 1, 3, 0.14),
    0 0 18px rgba(255, 255, 255, 0.08);
}

.blu-prefooter-social-icon a {
  display: inline-block;
  border-radius: 50%;
  outline: none;
  line-height: 0;
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), filter 0.22s ease;
}

.blu-prefooter-social-icon a:is(:hover, :focus-visible) {
  transform: translateY(-3px) scale(1.07);
  filter: brightness(1.16) drop-shadow(0 8px 16px rgba(8, 124, 255, 0.2));
}

.blu-footer-status {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(58, 124, 170, 0.34);
}

.blu-footer-status-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 50%;
  background: #f20103;
  box-shadow: 0 0 12px rgba(242, 1, 3, 0.76);
}

.blu-footer-status p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.blu-footer-status p span {
  display: block;
  margin-bottom: 7px;
  color: #62bdff;
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.blu-footer-status p strong {
  color: #f5f9fc;
  font-size: 15px;
  font-weight: 400;
}

.blu-footer-microcopy {
  margin: 26px 0 0;
  color: #6f8192;
  font-size: 9px;
  letter-spacing: 0.11em;
  line-height: 1.6;
}

.blu-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 22px;
  padding: 22px 4px 0;
  border-top: 1px solid rgba(39, 87, 122, 0.42);
  color: #6f8192;
  font-size: 9px;
  letter-spacing: 0.16em;
  line-height: 1.6;
}

.blu-footer-bottom p {
  margin: 0;
}

@media (max-width: 1100px) {
  .blu-footer-cta {
    grid-template-columns: minmax(0, 1fr) minmax(210px, 0.38fr);
  }

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

  .blu-footer-block:nth-child(2) {
    border-right: 0;
  }

  .blu-footer-block:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(38, 83, 116, 0.42);
  }
}

@media (max-width: 760px) {
  .blu-site-footer::before {
    background-size: 54px 54px;
  }

  .blu-footer-watermark {
    right: -0.12em;
    bottom: -0.18em;
    font-size: 62vw;
  }

  .blu-footer-shell {
    padding: 28px 18px 24px;
  }

  .blu-footer-cta {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: 0;
    padding: 38px 24px;
  }

  .blu-footer-cta-copy,
  .blu-footer-brand,
  .blu-footer-location,
  .blu-footer-social {
    text-align: center;
  }

  .blu-footer-cta h2 {
    margin: 14px 0 18px;
    font-size: clamp(39px, 12.6vw, 58px);
    line-height: 0.98;
  }

  .blu-footer-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .blu-footer-actions {
    grid-template-columns: 1fr;
  }

  .blu-footer-button {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    text-align: center;
  }

  .blu-footer-button > span:first-child {
    grid-column: 2;
  }

  .blu-footer-button > span:last-child {
    grid-column: 3;
    justify-self: end;
  }

  .blu-footer-orbit {
    top: auto;
    right: -42px;
    bottom: -82px;
    width: 220px;
    transform: none;
    opacity: 0.72;
  }

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

  .blu-footer-block,
  .blu-footer-block:nth-child(2) {
    padding: 34px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(38, 83, 116, 0.42);
  }

  .blu-footer-block:last-child {
    border-bottom: 0;
  }

  .blu-footer-logo {
    width: 128px;
    margin-right: auto;
    margin-left: auto;
  }

  .blu-footer-nav {
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .blu-footer-nav .blu-footer-label {
    grid-column: 1;
  }

  .blu-footer-nav > a:is(:hover, :focus-visible) {
    transform: translateY(-2px);
  }

  .blu-footer-social-links {
    justify-content: center;
  }

  .blu-footer-status {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .blu-footer-status-dot {
    margin-top: 0;
  }

  .blu-footer-microcopy {
    text-align: center;
  }

  .blu-footer-bottom {
    align-items: center;
    flex-direction: column;
    gap: 7px;
    padding-right: 2px;
    padding-left: 2px;
    text-align: center;
  }
}

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