:root {
  --navy-950: #05132f;
  --navy-900: #071c42;
  --navy-800: #0b2d66;
  --blue-500: #155cf5;
  --blue-300: #77a8ff;
  --yellow-500: #ffc322;
  --yellow-300: #ffe176;
  --ink: #081122;
  --paper: #fff9df;
  --white: #ffffff;
  --muted: #9fb2d6;
  --line: rgba(255, 255, 255, 0.18);
  font-family:
    "Plus Jakarta Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  background:
    linear-gradient(rgba(5, 19, 47, 0.72), rgba(5, 19, 47, 0.92)),
    url("assets/generated/section-nebula-texture.webp") center / cover fixed;
  color: var(--white);
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  display: flex;
  width: min(1260px, calc(100% - 32px));
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 195, 34, 0.22);
  border-radius: 26px;
  background: rgba(3, 11, 30, 0.48);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28), inset 0 0 34px rgba(119, 168, 255, 0.07);
  padding: 10px 14px 10px 18px;
  backdrop-filter: blur(22px);
}

.nav-links,
.hero-actions,
.hero-stats,
.logo-row,
.value-map {
  display: flex;
  align-items: center;
}

.brand {
  display: flex;
  align-items: center;
  min-width: 156px;
}

.brand-logo {
  display: block;
  width: 142px;
  height: auto;
}

.nav-rail {
  flex: 1;
  max-width: 220px;
  height: 1px;
  background: linear-gradient(90deg, var(--yellow-500), rgba(255, 255, 255, 0.42));
}

.nav-links {
  gap: 10px;
  color: #d8e4ff;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
}

.nav-links a {
  border: 1px solid rgba(119, 168, 255, 0.2);
  border-radius: 12px;
  padding: 11px 15px;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  border-color: var(--yellow-500);
  background: rgba(255, 195, 34, 0.08);
  color: var(--yellow-300);
}

.nav-cta,
.button {
  border-radius: 999px;
  font-weight: 500;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.nav-cta {
  border: 1px solid var(--yellow-500);
  color: var(--yellow-300);
  padding: 11px 16px;
  font-size: 14px;
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 94svh;
  overflow: hidden;
  padding: 142px max(26px, calc((100vw - 1260px) / 2)) 48px;
  background:
    linear-gradient(90deg, rgba(2, 10, 29, 0.9) 0%, rgba(2, 10, 29, 0.66) 42%, rgba(2, 10, 29, 0.08) 100%),
    radial-gradient(circle at 67% 45%, rgba(255, 195, 34, 0.16), transparent 28%),
    url("assets/generated/hero-starfield-cinematic.webp") center / cover no-repeat,
    linear-gradient(135deg, #020a1d 0%, var(--navy-950) 36%, #082966 100%);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 30%;
  background: linear-gradient(180deg, transparent, rgba(5, 19, 47, 0.94));
  content: "";
  pointer-events: none;
}

#orbitCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.constellation-hotspots {
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
}

.constellation-guide {
  position: absolute;
  z-index: 6;
  top: 124px;
  right: clamp(24px, 8vw, 120px);
  display: flex;
  max-width: 250px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(119, 168, 255, 0.32);
  border-radius: 14px;
  background: rgba(3, 11, 30, 0.78);
  padding: 10px 12px;
  color: var(--white);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.26), inset 0 0 22px rgba(119, 168, 255, 0.08);
  pointer-events: none;
  transition: opacity 160ms ease, visibility 0s linear 160ms;
}

.constellation-guide.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s, 160ms;
}

.constellation-guide-mark {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border: 1px solid var(--white);
  border-radius: 50%;
  background: var(--yellow-500);
  box-shadow: 0 0 0 4px rgba(255, 195, 34, 0.12), 0 0 18px rgba(255, 195, 34, 0.72);
}

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

.constellation-guide-copy strong {
  color: var(--yellow-300);
  font-size: 12px;
  line-height: 1.25;
}

.constellation-guide-copy span {
  color: #dfe7f2;
  font-size: 12px;
  line-height: 1.35;
}

.constellation-discovery {
  position: absolute;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translate(calc(-100% - 22px), -50%);
  border: 1px solid rgba(255, 195, 34, 0.64);
  border-radius: 999px;
  background: rgba(3, 11, 30, 0.94);
  padding: 7px 9px 7px 8px;
  color: var(--yellow-300);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28), 0 0 22px rgba(255, 195, 34, 0.16);
  pointer-events: auto;
}

.constellation-discovery::after {
  position: absolute;
  top: 50%;
  right: -22px;
  width: 18px;
  border-top: 1px solid rgba(255, 195, 34, 0.64);
  content: "";
}

.constellation-discovery-pulse {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--yellow-500);
  box-shadow: 0 0 0 5px rgba(255, 195, 34, 0.13), 0 0 16px rgba(255, 195, 34, 0.82);
  animation: discovery-pulse 1.8s ease-out infinite;
}

.constellation-discovery button {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}

.constellation-discovery button:hover,
.constellation-discovery button:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.constellation-discovery.is-right {
  transform: translate(22px, -50%);
}

.constellation-discovery.is-right::after {
  right: auto;
  left: -22px;
}

@keyframes discovery-pulse {
  0%, 100% { transform: scale(0.82); opacity: 0.7; }
  50% { transform: scale(1.18); opacity: 1; }
}

.constellation-hotspot {
  position: absolute;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  text-decoration: none;
}

.constellation-hotspot.is-active {
  z-index: 2;
}

.constellation-hotspot::before {
  position: absolute;
  inset: 5px;
  border: 1px solid var(--signal-color);
  border-radius: 50%;
  content: "";
  opacity: 0;
  transform: scale(0.66);
  transition: opacity 180ms ease, transform 220ms ease;
}

.constellation-hotspot:hover::before,
.constellation-hotspot:focus-visible::before,
.constellation-hotspot.is-active::before,
.constellation-hotspot.is-discoverable::before {
  opacity: 1;
  transform: scale(1);
}

.constellation-hotspot:focus-visible {
  outline: 3px solid var(--yellow-500);
  outline-offset: 4px;
}

.constellation-hotspot {
  --signal-color: #acd8ff;
}

.constellation-hotspot[data-theme="yellow"] {
  --signal-color: #f6d77a;
}

.constellation-signal {
  position: absolute;
  inset: 8px;
  border: 1px solid var(--signal-color);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.constellation-hotspot.is-active .constellation-signal {
  animation: stellar-signal 420ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes stellar-signal {
  from { opacity: 0.85; transform: scale(0.6); }
  to { opacity: 0; transform: scale(2.2); }
}

.constellation-preview {
  position: absolute;
  bottom: calc(100% + 16px);
  left: calc(50% + var(--preview-offset, 0px));
  width: 270px;
  max-width: calc(100vw - 32px);
  border: 1px solid color-mix(in srgb, var(--signal-color) 56%, transparent);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(3, 11, 30, 0.96), rgba(7, 28, 66, 0.88));
  padding: 13px 14px 12px;
  text-align: left;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), inset 0 0 24px rgba(119, 168, 255, 0.07);
  transition: opacity 140ms ease-out, visibility 0s linear 140ms;
}

.constellation-title {
  display: block;
  color: var(--signal-color);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.constellation-caption {
  display: block;
  margin-top: 6px;
  color: #dfe7f2;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-wrap: balance;
}

.constellation-hotspot.is-active .constellation-preview {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.constellation-hotspot.is-preview-below .constellation-preview {
  top: calc(100% + 16px);
  bottom: auto;
}

.constellation-mobile-nav {
  display: none;
}

@media (max-width: 700px) {
  .constellation-title { font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .constellation-hotspot.is-active .constellation-signal { animation: none; }
  .constellation-discovery-pulse { animation: none; }
  .constellation-preview { transition-duration: 100ms, 0s; }
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
  opacity: 0.45;
  pointer-events: none;
}

.hero-glow-one {
  right: 11%;
  top: 19%;
  width: 180px;
  height: 180px;
  background: rgba(255, 195, 34, 0.2);
}

.hero-glow-two {
  left: 5%;
  bottom: 8%;
  width: 260px;
  height: 260px;
  background: rgba(21, 92, 245, 0.25);
}

.hero-content {
  position: relative;
  z-index: 6;
  max-width: 660px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--yellow-300);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

button, input, textarea, select {
  font: inherit;
}

strong, b {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.3;
  font-family: inherit;
  text-transform: none;
  text-shadow: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 650px;
  margin-bottom: 18px;
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.18;
  letter-spacing: -1px;
  font-weight: 500;
  text-shadow: none;
}

h1 span {
  display: block;
}

h1 span:nth-child(odd) {
  color: var(--yellow-500);
}

.hero-copy {
  max-width: 580px;
  color: #d7e5ff;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.45;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 13px 20px;
}

.button.primary {
  background: var(--yellow-500);
  color: var(--navy-950);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--white);
}

.hero-stats {
  position: relative;
  z-index: 6;
  width: min(760px, 100%);
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hero-center-mark {
  position: absolute;
  z-index: 1;
  right: 9%;
  top: 42%;
  width: min(540px, 40vw);
  transform: translateY(-50%) rotate(-4deg);
  opacity: 0.05;
  pointer-events: none;
}

.hero-center-mark img {
  display: block;
  width: 100%;
  height: auto;
}

.work-constellation {
  position: absolute;
  z-index: 4;
  right: max(30px, calc((100vw - 1260px) / 2));
  top: 155px;
  width: min(620px, 44vw);
  height: min(620px, 68vh);
  pointer-events: none;
}

.work-constellation::before,
.work-constellation::after {
  position: absolute;
  content: "";
  inset: 12% 5% 9% 7%;
  border: 1px solid rgba(255, 195, 34, 0.24);
  clip-path: polygon(12% 20%, 70% 8%, 95% 44%, 58% 92%, 8% 70%);
  opacity: 0.3;
}

.work-constellation::after {
  inset: 22% 14% 18% 18%;
  border-color: rgba(119, 168, 255, 0.25);
  clip-path: polygon(0 44%, 44% 0, 100% 38%, 78% 100%, 24% 86%);
  opacity: 0.66;
}

.work-orb {
  position: absolute;
  display: grid;
  width: 168px;
  overflow: hidden;
  border: 1px solid rgba(255, 195, 34, 0.28);
  border-radius: 14px;
  background: rgba(5, 19, 47, 0.54);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32), inset 0 0 28px rgba(119, 168, 255, 0.08);
  transform-origin: center;
  pointer-events: auto;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.work-orb:hover,
.work-orb:focus-visible,
.work-orb.is-linked {
  border-color: var(--yellow-500);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42), 0 0 0 4px rgba(255, 195, 34, 0.15);
  transform: translateY(-6px) rotate(0deg) scale(1.03);
}

.work-orb:focus-visible {
  outline: 3px solid var(--yellow-500);
  outline-offset: 4px;
}

.work-orb img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.02);
}

.work-orb div {
  display: grid;
  gap: 4px;
  padding: 11px 12px 12px;
}

.work-orb span {
  color: var(--yellow-300);
  font-size: 11px;
  font-weight: 500;
}

.work-orb strong {
  color: var(--white);
  font-size: 14px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.5em; /* 2 lines * 1.25 line-height */
}

.work-orb-one {
  left: 2%;
  top: 8%;
  transform: rotate(-7deg);
}

.work-orb-two {
  right: -2%;
  top: 28%;
  width: 180px;
  transform: rotate(5deg);
}

.work-orb-three {
  left: 14%;
  bottom: -3%;
  width: 176px;
  transform: rotate(7deg);
}


.hero-stats div {
  min-width: 160px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.hero-stats strong {
  display: block;
  color: var(--yellow-500);
  font-size: 32px;
  line-height: 1;
}

.hero-stats span {
  color: var(--muted);
  font-size: 14px;
}

section {
  position: relative;
  scroll-margin-top: 120px;
}

.intro-band,
.services-section,
.values-section,
.activity-section,
.proof-section,
.squad-section,
.content-section,
.contact-section {
  padding: 96px max(26px, calc((100vw - 1120px) / 2));
}



.intro-band {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(240, 240, 245, 0.6)),
    url("assets/generated/lunar-light-surface.webp") center / cover;
  color: var(--navy-950);
}

.intro-band .section-kicker,
.contact-section .section-kicker {
  color: var(--blue-500);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
  gap: 46px;
  align-items: start;
}

.intro-grid h2,
.section-heading h2,
.contact-section h2,
.news-panel h2 {
  margin-bottom: 0;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.3;
  letter-spacing: 0;
}

.intro-grid p {
  max-width: 550px;
  font-size: 16px;
  line-height: 1.55;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 42px;
}

.section-heading h2 {
  max-width: 760px;
}

.section-heading.narrow {
  display: block;
  max-width: 780px;
}

.services-section {
  background:
    linear-gradient(180deg, rgba(5, 19, 47, 0.35), rgba(2, 8, 20, 0.55)),
    url("assets/generated/lunar-dark-surface.webp") center / cover;
}

.service-orbit {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.activity-card,
.person-card,
.news-panel,
.faq-panel,
.contact-form {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(5, 19, 47, 0.46);
  box-shadow: inset 0 0 34px rgba(119, 168, 255, 0.07);
}

.service-card {
  min-height: 270px;
  padding: 28px;
}

.service-card.featured {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.24), transparent 24%),
    var(--yellow-500);
  color: var(--navy-950);
}

.node-dot {
  display: block;
  width: 18px;
  height: 18px;
  margin-bottom: 68px;
  border-radius: 50%;
  background: var(--yellow-500);
  box-shadow: 0 0 0 10px rgba(255, 195, 34, 0.12);
}

.featured .node-dot {
  background: var(--blue-500);
  box-shadow: 0 0 0 10px rgba(21, 92, 245, 0.18);
}

.service-card h3,
.activity-card h3,
.person-card h3 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.05;
}

.service-card p,
.activity-card p,
.person-card p,
.faq-panel p,
.contact-section p {
  color: #d7e5ff;
  line-height: 1.55;
}

.featured p,
.intro-grid p {
  color: rgba(5, 19, 47, 0.82);
}

.values-section {
  background:
    linear-gradient(135deg, rgba(3, 11, 30, 0.88), rgba(8, 36, 90, 0.72)),
    url("assets/generated/section-nebula-texture.webp") center / cover;
}

.value-map {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  align-items: stretch;
  gap: 18px;
  padding: 36px 0 0;
}

.planet-system {
  position: relative;
  display: grid;
  min-height: 347px;
  align-content: start;
  overflow: hidden;
  border: 1px solid rgba(119, 168, 255, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 195, 34, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(6, 24, 64, 0.72), rgba(3, 11, 30, 0.68));
  box-shadow: inset 0 0 38px rgba(119, 168, 255, 0.08), 0 24px 54px rgba(0, 0, 0, 0.22);
  color: var(--white);
  cursor: pointer;
  isolation: isolate;
  padding: 16px 12px 14px;
  text-align: center;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.planet-system:hover,
.planet-system:focus-visible,
.planet-system:focus-within {
  border-color: rgba(255, 195, 34, 0.74);
  box-shadow: inset 0 0 46px rgba(119, 168, 255, 0.14), 0 0 0 3px rgba(255, 195, 34, 0.12), 0 28px 64px rgba(0, 0, 0, 0.28);
  outline: none;
  transform: translateY(-5px);
}

.planet-system::before {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  content: "";
  pointer-events: none;
}

.planet-orbit {
  position: relative;
  width: min(100%, 190px);
  aspect-ratio: 1;
  margin: 0 auto 14px;
}

.planet-orbit::before,
.planet-orbit::after {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(119, 168, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.planet-orbit::after {
  inset: 24%;
  border-color: rgba(255, 195, 34, 0.12);
}

.satellite-field {
  position: absolute;
  inset: 0;
  animation: orbitDrift 18s linear infinite;
}

.satellite-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--sat-size);
  height: var(--sat-size);
  border-radius: 50%;
  background: rgba(218, 234, 255, var(--sat-opacity));
  box-shadow: 0 0 10px rgba(119, 168, 255, 0.46);
  transform: rotate(var(--sat-angle)) translateX(var(--sat-radius)) rotate(calc(var(--sat-angle) * -1));
  transform-origin: center;
}

.satellite-dot.is-major {
  background: var(--yellow-300);
  box-shadow: 0 0 14px rgba(255, 195, 34, 0.8);
}

.planet-core {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 74px;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}

.planet-core span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /* Realistic 3D shading */
  box-shadow: 
    inset -14px -14px 22px rgba(0, 0, 0, 0.65), 
    inset 6px 8px 15px rgba(255, 255, 255, 0.45), 
    0 0 20px rgba(119, 168, 255, 0.15);
}

.planet-earth .planet-core span {
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.7), transparent 20%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.15) 0%, transparent 60%),
    radial-gradient(circle at 40% 55%, #2d8a4e 0 20%, transparent 26%),
    radial-gradient(circle at 70% 35%, #257a40 0 16%, transparent 22%),
    linear-gradient(135deg, #1059b5, #041d4a 80%);
}

.planet-mars .planet-core span {
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 224, 178, 0.5), transparent 25%),
    radial-gradient(circle at 65% 65%, rgba(61, 20, 10, 0.6), transparent 45%),
    linear-gradient(135deg, #c75622, #5a1a0c 85%);
}

.planet-jupiter .planet-core {
  width: 83px;
}

.planet-jupiter .planet-core span {
  background:
    radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.3) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgba(0, 0, 0, 0.5) 0%, transparent 60%),
    linear-gradient(180deg, #c7955c 0 12%, #6e3519 12% 20%, #dabb91 20% 38%, #9e4f24 38% 46%, #d4b994 46% 62%, #572511 62% 74%, #b57f4a 74% 100%);
}

.planet-saturn .planet-core {
  width: 79px;
}

.planet-saturn .planet-core::before {
  position: absolute;
  z-index: 0;
  inset: 37% -48%;
  border: 7px solid rgba(220, 185, 115, 0.85);
  border-right-color: rgba(160, 115, 50, 0.4);
  border-left-color: rgba(255, 230, 170, 0.95);
  border-radius: 50%;
  content: "";
  transform: rotate(-16deg);
  box-shadow: 0 4px 8px rgba(0,0,0,0.4);
}

.planet-saturn .planet-core span {
  background: 
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 40%),
    radial-gradient(circle at 70% 70%, rgba(0, 0, 0, 0.5) 0%, transparent 60%),
    linear-gradient(145deg, #c49950, #61401a 80%);
}

.planet-neptune .planet-core span {
  background:
    radial-gradient(circle at 30% 30%, rgba(220, 240, 255, 0.7), transparent 25%),
    radial-gradient(circle at 70% 70%, rgba(0, 0, 50, 0.6), transparent 50%),
    linear-gradient(135deg, #1886f0, #0a2e91 65%, #030d30 90%);
}

.planet-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 4px;
}

.planet-copy strong {
  color: var(--yellow-300);
  font-size: 15px;
  line-height: 1.08;
}

.planet-copy span {
  color: #d7e5ff;
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
}

.planet-facts {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 3;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(255, 195, 34, 0.24);
  border-radius: 16px;
  background: rgba(3, 11, 30, 0.97);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  opacity: 0;
  padding: 11px;
  pointer-events: none;
  text-align: left;
  transform: translateY(10px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.planet-system:hover .planet-facts,
.planet-system:focus-visible .planet-facts,
.planet-system:focus-within .planet-facts {
  opacity: 1;
  transform: translateY(0);
}

.planet-facts strong {
  color: var(--yellow-300);
  font-size: 16px;
  line-height: 1;
}

.planet-facts span,
.planet-facts p,
.planet-facts dd,
.planet-facts dt {
  color: #d7e5ff;
  font-size: 11px;
  line-height: 1.35;
}

.planet-facts p,
.planet-facts dl {
  margin: 0;
}

.planet-facts dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.planet-facts dt {
  color: rgba(215, 229, 255, 0.68);
  font-weight: 500;
  text-transform: none;
}

.planet-facts dd {
  margin: 0;
  font-weight: 500;
}

.major-moons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.major-moons span {
  border-radius: 999px;
  background: rgba(119, 168, 255, 0.14);
  color: var(--white);
  padding: 4px 7px;
}

.planet-source {
  margin: 20px 0 0;
  color: rgba(215, 229, 255, 0.66);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

@keyframes orbitDrift {
  to {
    transform: rotate(360deg);
  }
}

@keyframes radarSweep {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes corePulse {
  0%,
  100% {
    opacity: 0.36;
    transform: translate(-50%, -50%) scale(0.86);
  }

  50% {
    opacity: 0.86;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@media (max-width: 1180px) {
  .value-map {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
  }
}

@media (max-width: 760px) {
  .value-map {
    grid-template-columns: 1fr;
  }

  .planet-system {
    min-height: 313px;
  }

  .planet-orbit {
    width: min(100%, 178px);
  }
}

.activity-section {
  background:
    linear-gradient(180deg, rgba(5, 19, 47, 0.9) 0%, rgba(5, 19, 47, 0.6) 100%),
    url("assets/generated/section-nebula-texture.webp") center / cover;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.activity-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(119, 168, 255, 0.3), transparent);
}

.activity-section .section-kicker {
  color: var(--yellow-400);
}

.activity-showcase {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: stretch;
  min-height: 500px;
}

.bento-thumbs-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bento-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 110px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  opacity: 0.5;
  background: var(--navy-900);
}

.bento-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.bento-thumb:hover {
  opacity: 0.8;
}

.bento-thumb.is-active {
  opacity: 1;
  border-color: var(--yellow-500);
  box-shadow: 0 8px 24px rgba(251, 188, 5, 0.2);
}

.bento-thumb.is-active img {
  transform: scale(1.1);
}

.showcase-preview {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: var(--navy-900);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 80px rgba(5, 19, 47, 0.5);
}

.showcase-preview img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.4s ease;
  transform-origin: center;
}

.showcase-preview.is-animating img {
  transform: scale(1.05);
  opacity: 0.8;
}

.showcase-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 19, 47, 0.9) 0%, rgba(5, 19, 47, 0.1) 60%);
  pointer-events: none;
}

.showcase-info {
  position: relative;
  z-index: 2;
  padding: 40px;
}

.showcase-info p {
  color: var(--yellow-400);
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 1px;
}

.showcase-info h3 {
  color: var(--white);
  font-size: 32px;
  margin-bottom: 24px;
  line-height: 1.2;
}

.showcase-btn {
  display: inline-flex;
  padding: 12px 24px;
  background: var(--yellow-500);
  color: var(--navy-950);
  font-weight: 500;
  text-transform: none;
  letter-spacing: 1px;
  border-radius: 99px;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s ease;
}

.showcase-btn:hover {
  background: var(--white);
  transform: translateY(-2px);
}

.bento-text-side .section-heading h2 {
  color: var(--white);
}

.bento-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 32px;
  line-height: 1.6;
}

.primary-btn {
  display: inline-flex;
  padding: 14px 28px;
  background: var(--yellow-500);
  color: var(--navy-950);
  font-weight: 500;
  text-transform: none;
  letter-spacing: 1px;
  border-radius: 99px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.primary-btn:hover {
  background: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(5, 19, 47, 0.3);
}

.proof-section {
  position: relative;
  scroll-margin-top: 24px;
  min-height: 860px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 8%, rgba(119, 168, 255, 0.28), transparent 24%),
    radial-gradient(circle at 18% 78%, rgba(21, 92, 245, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(2, 10, 29, 0.62), rgba(5, 19, 47, 0.9)),
    url("assets/generated/clients-orbit-field.webp") center / cover;
  color: var(--white);
  padding: 0;
}

.proof-section::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(119, 168, 255, 0.28), transparent 0.4%, transparent 12%, rgba(119, 168, 255, 0.16) 12.2%, transparent 12.6%, transparent 22%, rgba(119, 168, 255, 0.14) 22.2%, transparent 22.6%, transparent 33%, rgba(119, 168, 255, 0.12) 33.2%, transparent 33.6%),
    linear-gradient(rgba(119, 168, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119, 168, 255, 0.045) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
  content: "";
  opacity: 0.68;
  mask-image: radial-gradient(circle at 50% 52%, #000 0 62%, transparent 86%);
  pointer-events: none;
}

.signal-network {
  --active-x: 18%;
  --active-y: 31%;
  position: relative;
  min-height: 860px;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--active-x) var(--active-y), rgba(255, 195, 34, 0.22), transparent 9%),
    radial-gradient(circle at 50% 50%, rgba(255, 195, 34, 0.16), transparent 18%),
    radial-gradient(circle at 84% 26%, rgba(21, 92, 245, 0.22), transparent 26%);
  padding: 92px max(30px, calc((100vw - 1360px) / 2)) 74px;
}

.signal-network::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 49.92%, rgba(119, 168, 255, 0.36) 50%, transparent 50.08%),
    linear-gradient(0deg, transparent 0 49.92%, rgba(119, 168, 255, 0.26) 50%, transparent 50.08%),
    radial-gradient(circle at 50% 50%, transparent 0 11%, rgba(255, 195, 34, 0.28) 11.1%, transparent 11.6%, transparent 16%, rgba(255, 195, 34, 0.2) 16.1%, transparent 16.5%, transparent 23%, rgba(119, 168, 255, 0.22) 23.1%, transparent 23.5%, transparent 31%, rgba(119, 168, 255, 0.16) 31.1%, transparent 31.5%);
  content: "";
  opacity: 0.78;
  pointer-events: none;
}

.proof-heading {
  position: relative;
  z-index: 5;
  max-width: 440px;
  padding-top: 6px;
}
#skip-section-kicker-styling {
  /* removed kicker styling */
}

.proof-heading h2 {
  max-width: 440px;
  margin: 18px 0 0;
  font-family: inherit;
  font-weight: 500;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.35;
  letter-spacing: 0.5px;
  color: var(--white);
  text-transform: none;
  text-shadow: none;
}

.proof-heading h2 span {
  color: var(--yellow-300);
  text-shadow: none;
}

.signal-metrics {
  display: flex;
  gap: 22px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.signal-metrics span {
  display: grid;
  gap: 3px;
  min-width: 78px;
  color: rgba(219, 230, 255, 0.72);
  font-size: 12px;
  line-height: 1.1;
}

.signal-metrics strong {
  color: var(--yellow-500);
  font-size: 26px;
  line-height: 1;
}

.signal-map {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 195, 34, 0.28), transparent 7%),
    radial-gradient(circle at 50% 50%, transparent 0 18%, rgba(255, 195, 34, 0.15) 18.2%, transparent 18.6%, transparent 25%, rgba(119, 168, 255, 0.26) 25.2%, transparent 25.7%, transparent 34%, rgba(119, 168, 255, 0.22) 34.2%, transparent 34.7%, transparent 43%, rgba(119, 168, 255, 0.16) 43.2%, transparent 43.7%),
    radial-gradient(circle at 78% 22%, rgba(21, 92, 245, 0.24), transparent 32%);
}

.signal-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(119, 168, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119, 168, 255, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.1;
  pointer-events: none;
}

.radar-sweep {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(72vw, 780px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from -28deg, rgba(119, 168, 255, 0.44), rgba(21, 92, 245, 0.22) 26deg, transparent 68deg);
  mix-blend-mode: screen;
  opacity: 0.84;
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: radarSweep 13s linear infinite;
  pointer-events: none;
}

.signal-routes {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.signal-route {
  stroke: rgba(255, 195, 34, 0.38);
  stroke-dasharray: 1.4 2.2;
  stroke-linecap: round;
  stroke-width: 0.62;
  transition:
    filter 180ms ease,
    stroke 180ms ease,
    stroke-width 180ms ease;
  vector-effect: non-scaling-stroke;
}

.signal-route.is-active {
  filter: drop-shadow(0 0 9px rgba(255, 195, 34, 0.92));
  stroke: rgba(255, 195, 34, 0.94);
  stroke-dasharray: none;
  stroke-width: 1.15;
}

.signal-route-dot {
  fill: rgba(255, 195, 34, 0.7);
  filter: drop-shadow(0 0 8px rgba(255, 195, 34, 0.8));
  opacity: 0.72;
  transition: opacity 180ms ease;
}

.signal-route-dot.is-active {
  opacity: 1;
}

.signal-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}

.signal-core::before,
.signal-core::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.signal-core::before {
  width: min(42vw, 500px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle, transparent 0 22%, rgba(255, 195, 34, 0.3) 22.4%, transparent 23%, transparent 31%, rgba(255, 195, 34, 0.22) 31.4%, transparent 32%, transparent 45%, rgba(119, 168, 255, 0.18) 45.4%, transparent 46%),
    repeating-conic-gradient(from 0deg, rgba(255, 195, 34, 0.26) 0 0.45deg, transparent 0.45deg 9deg);
  opacity: 0.42;
}

.signal-core::after {
  width: min(31vw, 360px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 195, 34, 0.34);
  box-shadow: 0 0 70px rgba(255, 195, 34, 0.22), inset 0 0 40px rgba(255, 195, 34, 0.14);
}

.signal-core-pulse {
  position: absolute;
  inset: 50%;
  width: min(30vw, 340px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 195, 34, 0.38);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 195, 34, 0.24), transparent 62%);
  transform: translate(-50%, -50%);
  animation: corePulse 3.8s ease-in-out infinite;
}

.signal-core-card {
  position: relative;
  display: grid;
  width: 130px;
  height: 130px;
  justify-items: center;
  align-items: center;
  border-radius: 50%;
  background: var(--yellow-500);
  border: none;
  box-shadow: 
    0 0 45px rgba(255, 195, 34, 0.8), 
    0 0 80px rgba(255, 195, 34, 0.5),
    inset 0 0 20px rgba(255, 255, 255, 0.3);
  padding: 15px;
}

.signal-core-card img {
  display: block;
  width: 80px;
  max-width: 100%;
  height: auto;
}

.signal-nodes {
  position: absolute;
  inset: 0;
  z-index: 4;
}

.signal-orb {
  position: absolute;
  top: clamp(44px, var(--y), calc(100% - 44px));
  left: clamp(78px, var(--x), calc(100% - 78px));
  width: 112px;
  height: 112px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--yellow-300);
  cursor: pointer;
  font: inherit;
  padding: 0;
  transform: translate(-50%, -50%);
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

.signal-orb-rings,
.signal-orb-icon,
.signal-orb-anchor {
  position: absolute;
  border-radius: 50%;
}

.signal-orb-rings {
  inset: 0;
  border: 1px solid rgba(119, 168, 255, 0.54);
  background:
    radial-gradient(circle, rgba(3, 12, 32, 0.96) 0 48%, transparent 49%),
    repeating-radial-gradient(circle, transparent 0 55%, rgba(21, 92, 245, 0.52) 56%, transparent 58%, transparent 72%, rgba(255, 195, 34, 0.58) 73%, transparent 75%);
  box-shadow: 0 0 28px rgba(21, 92, 245, 0.44), inset 0 0 28px rgba(119, 168, 255, 0.12);
}

.signal-orb-icon {
  inset: 23px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 195, 34, 0.48);
  background: rgba(3, 12, 32, 0.82);
  box-shadow: inset 0 0 22px rgba(119, 168, 255, 0.22);
}

.signal-orb-icon svg {
  width: 42px;
  height: 42px;
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.signal-orb-anchor {
  top: -3px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: var(--yellow-500);
  box-shadow: 0 0 15px rgba(255, 195, 34, 0.9);
  transform: translateX(-50%);
}

.signal-orb::before,
.signal-orb::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.signal-orb::before {
  inset: 7px;
  border: 1px solid rgba(255, 195, 34, 0.58);
}

.signal-orb::after {
  right: -10px;
  bottom: 20px;
  width: 9px;
  height: 9px;
  background: var(--yellow-500);
  box-shadow: 0 0 16px rgba(255, 195, 34, 0.86);
}

.signal-orb:hover,
.signal-orb:focus-visible,
.signal-orb.is-active {
  filter: drop-shadow(0 0 24px rgba(255, 195, 34, 0.72));
  outline: none;
  transform: translate(-50%, -50%) scale(1.08);
}

.signal-orb.is-active .signal-orb-rings,
.signal-orb:hover .signal-orb-rings,
.signal-orb:focus-visible .signal-orb-rings {
  border-color: rgba(255, 195, 34, 0.88);
  box-shadow: 0 0 34px rgba(255, 195, 34, 0.52), inset 0 0 34px rgba(119, 168, 255, 0.22);
}

.signal-blue {
  color: #e9f1ff;
}

.signal-blue .signal-orb-icon {
  border-color: rgba(119, 168, 255, 0.72);
}

.signal-orb-label {
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  display: grid;
  width: 214px;
  gap: 4px;
  color: var(--white);
  text-align: left;
  transform: translateY(-50%);
}

.signal-orb-label::before {
  position: absolute;
  top: 18px;
  right: calc(100% + 5px);
  width: 36px;
  height: 1px;
  background: rgba(255, 195, 34, 0.78);
  content: "";
}

.label-left .signal-orb-label {
  right: calc(100% + 20px);
  left: auto;
  text-align: right;
}

.label-left .signal-orb-label::before {
  right: auto;
  left: calc(100% + 5px);
}

.signal-orb-label strong {
  color: var(--yellow-500);
  font-size: 14px;
  line-height: 1.1;
  text-transform: none;
}

.signal-orb-label strong span {
  margin-right: 6px;
}

.signal-orb-label small {
  color: rgba(219, 230, 255, 0.82);
  font-size: 13px;
  line-height: 1.35;
}

.signal-proof {
  position: absolute;
  z-index: 6;
  right: max(30px, calc((100vw - 1360px) / 2));
  bottom: 122px;
  width: min(336px, 28vw);
  overflow: hidden;
  border: 1px solid rgba(119, 168, 255, 0.34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 18%, rgba(119, 168, 255, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(3, 12, 32, 0.74), rgba(2, 10, 29, 0.94));
  box-shadow: inset 0 0 38px rgba(119, 168, 255, 0.12), 0 28px 80px rgba(0, 0, 0, 0.35);
  padding: 16px;
  backdrop-filter: blur(14px);
}

.signal-proof::before {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 9px),
    linear-gradient(90deg, transparent, rgba(119, 168, 255, 0.08), transparent);
  content: "";
  opacity: 0.7;
  pointer-events: none;
}

.signal-proof > * {
  position: relative;
  z-index: 1;
}

.signal-proof-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
  color: var(--yellow-500);
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
}

.signal-proof-top span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(219, 230, 255, 0.72);
  font-size: 10px;
}

.signal-proof-top i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yellow-500);
  box-shadow: 0 0 12px rgba(255, 195, 34, 0.88);
}

.signal-proof-top em {
  flex: 1;
  height: 4px;
  background: repeating-linear-gradient(90deg, rgba(119, 168, 255, 0.46) 0 9px, transparent 9px 15px);
}

.signal-proof-list {
  display: grid;
  gap: 6px;
}

.signal-action-btn {
  display: inline-flex;
  padding: 10px 20px;
  background: rgba(119, 168, 255, 0.1);
  color: var(--yellow-400);
  border: 1px solid rgba(255, 195, 34, 0.4);
  border-radius: 99px;
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 1.5px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(255, 195, 34, 0.1);
}

.signal-action-btn:hover {
  background: var(--yellow-500);
  color: var(--navy-950);
  border-color: var(--yellow-400);
  box-shadow: 0 0 20px rgba(255, 195, 34, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.signal-proof-row {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(119, 168, 255, 0.14);
  border-radius: 10px;
  background: rgba(5, 19, 47, 0.46);
  padding: 7px 8px;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.signal-proof-row.is-active {
  border-color: rgba(255, 195, 34, 0.62);
  background: rgba(255, 195, 34, 0.08);
  transform: translateX(-4px);
}

.proof-row-icon {
  display: grid;
  width: 25px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 8px;
  color: var(--blue-300);
}

.proof-row-icon svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.signal-proof-row strong,
.signal-proof-row small {
  display: block;
}

.signal-proof-row strong {
  color: var(--white);
  font-size: 11px;
  line-height: 1.1;
}

.signal-proof-row small {
  color: rgba(219, 230, 255, 0.66);
  font-size: 10px;
  line-height: 1.2;
}

.signal-proof-row em {
  color: #35e68b;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}

.signal-proof-foot {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  color: rgba(219, 230, 255, 0.42);
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
}

.signal-proof-foot span {
  width: 12px;
  aspect-ratio: 1;
  border: 1px solid rgba(119, 168, 255, 0.34);
  border-radius: 50%;
}

.squad-section {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7, 22, 50, 0.88), rgba(8, 36, 91, 0.78)),
    url("assets/generated/section-nebula-texture.webp") center / cover;
  color: var(--white);
}

.squad-section::before {
  position: absolute;
  right: -11vw;
  bottom: -17vw;
  width: 48vw;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 195, 34, 0.24);
  border-radius: 50%;
  content: "";
}

.squad-playbook {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  align-items: stretch;
}

.mission-board {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border: 1px solid rgba(255, 195, 34, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(5, 19, 47, 0.08), rgba(5, 19, 47, 0.64)),
    url("assets/generated/squad-galaxy-mission-board.webp") center / cover;
  box-shadow: inset 0 0 80px rgba(119, 168, 255, 0.12), 0 34px 90px rgba(0, 0, 0, 0.36);
}

.mission-board::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 18%, rgba(255, 195, 34, 0.08) 18.2%, transparent 18.8%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, 70px 70px, 70px 70px;
  content: "";
  pointer-events: none;
}

.mission-grid {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(119, 168, 255, 0.22);
  border-radius: 16px;
  pointer-events: none;
}

.mission-grid::before,
.mission-grid::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.mission-grid::before {
  inset: 14% 18%;
  border: 1px dashed rgba(255, 195, 34, 0.3);
  border-radius: 50%;
}

.mission-grid::after {
  top: 50%;
  left: 50%;
  width: min(46%, 360px);
  aspect-ratio: 1;
  border: 1px solid rgba(119, 168, 255, 0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.pitch-board {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(255, 195, 34, 0.08), transparent 22%),
    rgba(255, 255, 255, 0.045);
  background-size: 56px 56px, 56px 56px, auto, auto;
  box-shadow: inset 0 0 0 1px rgba(255, 195, 34, 0.08);
}

.pitch-lines,
.pitch-lines::before,
.pitch-lines::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.pitch-lines {
  inset: 26px;
  border: 2px solid rgba(255, 195, 34, 0.42);
  border-radius: 8px;
}

.pitch-lines::before {
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 195, 34, 0.32);
}

.pitch-lines::after {
  top: 50%;
  left: 50%;
  width: 170px;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 195, 34, 0.34);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

#squadPitch {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.astronaut-marker {
  position: absolute;
  display: grid;
  width: 172px;
  transform: translate(-50%, -50%);
  place-items: center;
  text-align: center;
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

.astronaut-marker:hover {
  filter: drop-shadow(0 0 24px rgba(255, 195, 34, 0.58));
  transform: translate(-50%, calc(-50% - 8px)) rotate(-1.5deg);
}

.astronaut-shell {
  position: relative;
  width: 144px;
  aspect-ratio: 2 / 3;
}

.astronaut-shell::before {
  position: absolute;
  inset: 14.4% 23.5% auto;
  height: 21.8%;
  border-radius: 40% 40% 44% 44%;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.28), transparent 18%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(119, 168, 255, 0.08) 54%, transparent);
  content: "";
  filter: blur(2px);
  pointer-events: none;
  z-index: 5;
}

.astronaut-suit {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.45));
  pointer-events: none;
}

.astronaut-face-frame {
  position: absolute;
  z-index: 4;
  top: 15.2%;
  left: 24.2%;
  width: 51.6%;
  height: 21.6%;
  overflow: hidden;
  border: 0;
  border-radius: 39% 39% 43% 43%;
  background:
    radial-gradient(circle at 50% 50%, rgba(119, 168, 255, 0.22), rgba(2, 10, 29, 0.72) 68%),
    rgba(2, 10, 29, 0.78);
  box-shadow: inset 0 -8px 16px rgba(2, 10, 29, 0.28), inset 0 0 14px rgba(119, 168, 255, 0.16);
  clip-path: ellipse(50% 47% at 50% 52%);
}

.astronaut-face-frame::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.24), transparent 20%),
    linear-gradient(180deg, rgba(119, 168, 255, 0.16), transparent 38%, rgba(2, 10, 29, 0.28));
  content: "";
  mix-blend-mode: screen;
  pointer-events: none;
}

.astronaut-face {
  position: absolute;
  inset: -8%;
  display: block;
  width: 116%;
  height: 116%;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.08) contrast(1.02) brightness(1.02);
  opacity: 0.95;
  transform: translate(var(--face-pan-x, 0%), var(--face-pan-y, 0%)) scale(var(--face-scale, 1.05));
  transform-origin: center;
}

.astronaut-shell .player-number {
  z-index: 6;
}

.astronaut-blue .astronaut-face {
  filter: saturate(1.06) contrast(1.03) brightness(1.03);
}

.astronaut-white .astronaut-face {
  opacity: 0.95;
}

.mission-badge {
  min-width: 164px;
  margin-top: -10px;
  border: 1px solid rgba(255, 195, 34, 0.3);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(5, 19, 47, 0.86), rgba(8, 36, 90, 0.72));
  box-shadow: inset 0 0 24px rgba(119, 168, 255, 0.08), 0 18px 34px rgba(0, 0, 0, 0.34);
  padding: 9px 11px 10px;
  backdrop-filter: blur(10px);
}

.mission-badge strong,
.mission-badge span {
  display: block;
}

.mission-badge strong {
  color: var(--white);
  font-size: 14px;
  line-height: 1.05;
}

.mission-badge span {
  margin-top: 4px;
  color: var(--yellow-300);
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
}

.player-marker {
  position: absolute;
  display: grid;
  width: 154px;
  transform: translate(-50%, -50%);
  place-items: center;
  text-align: center;
}

.player-photo {
  position: relative;
  width: 82px;
  height: 82px;
  overflow: hidden;
  border: 3px solid var(--yellow-500);
  border-radius: 50%;
  background: var(--navy-950);
  box-shadow: 0 0 0 8px rgba(255, 195, 34, 0.12), 0 16px 36px rgba(0, 0, 0, 0.34);
}

.player-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.player-number {
  position: absolute;
  right: -6px;
  bottom: 0;
  display: grid;
  min-width: 30px;
  height: 30px;
  place-items: center;
  border: 2px solid var(--navy-950);
  border-radius: 50%;
  background: var(--yellow-500);
  color: var(--navy-950);
  font-size: 12px;
  font-weight: 500;
}

.player-cardlet {
  min-width: 140px;
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(5, 19, 47, 0.78);
  padding: 8px 10px;
  backdrop-filter: blur(10px);
}

.player-cardlet strong,
.player-cardlet span {
  display: block;
}

.player-cardlet strong {
  color: var(--white);
  font-size: 14px;
  line-height: 1.05;
}

.player-cardlet span {
  margin-top: 3px;
  color: var(--yellow-300);
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
}

.style-tag {
  display: inline-flex;
  margin-top: 6px;
  border-radius: 999px;
  background: rgba(119, 168, 255, 0.16);
  color: #cfe0ff;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 500;
}

.squad-admin-preview {
  position: relative;
  border: 1px solid rgba(255, 195, 34, 0.24);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(5, 19, 47, 0.82), rgba(8, 36, 90, 0.58)),
    url("assets/generated/section-nebula-texture.webp") center / cover;
  box-shadow: inset 0 0 42px rgba(119, 168, 255, 0.08);
  padding: 26px;
  align-self: stretch;
}

.admin-pill {
  display: inline-flex;
  border-radius: 999px;
  background: var(--yellow-500);
  color: var(--navy-950);
  padding: 8px 11px;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
}

.squad-admin-preview h3 {
  margin: 22px 0 12px;
  font-size: 34px;
  line-height: 1;
}

.squad-editor {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.squad-editor label {
  display: grid;
  gap: 7px;
  color: #d7e5ff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.squad-editor input,
.squad-editor select {
  min-height: 44px;
  border: 1px solid rgba(119, 168, 255, 0.24);
  border-radius: 12px;
  background: rgba(3, 14, 35, 0.72);
  color: var(--white);
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  padding: 0 12px;
}

.squad-editor input[type="file"] {
  padding: 8px;
}

.squad-editor input[type="file"]::file-selector-button {
  margin-right: 10px;
  border: 0;
  border-radius: 10px;
  background: var(--yellow-500);
  color: var(--navy-950);
  cursor: pointer;
  padding: 8px 10px;
  font-family: inherit;
  font-weight: 500;
}

.squad-editor input:focus,
.squad-editor select:focus {
  border-color: var(--yellow-500);
  box-shadow: 0 0 0 3px rgba(255, 195, 34, 0.16);
}

.squad-editor input[type="range"] {
  min-height: 28px;
  accent-color: var(--yellow-500);
  padding: 0;
}

.face-fit-controls {
  border: 1px solid rgba(255, 195, 34, 0.2);
  border-radius: 14px;
  background: rgba(255, 195, 34, 0.05);
  padding: 10px;
}

.editor-ranges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.editor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.editor-actions .button {
  min-height: 44px;
  padding: 12px 16px;
  font-size: 13px;
}

.editor-status {
  min-height: 20px;
  color: var(--yellow-300);
  font-size: 12px;
  font-weight: 500;
}

.content-section {
  background:
    linear-gradient(180deg, rgba(238, 244, 255, 0.94), rgba(119, 168, 255, 0.16)),
    url("assets/generated/section-nebula-texture.webp") center / cover;
  color: var(--ink);
}

.squad-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.person-card {
  min-height: 250px;
  padding: 24px;
  background: var(--white);
  color: var(--ink);
  border-color: rgba(8, 17, 34, 0.08);
}

.avatar {
  display: grid;
  width: 74px;
  height: 74px;
  margin-bottom: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--yellow-500);
  font-size: 30px;
  font-weight: 500;
}

.person-card p,
.news-panel a,
.faq-panel p {
  color: #4a5a78;
}

.content-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.news-panel,
.faq-panel {
  min-height: 330px;
  padding: 28px;
  background: var(--white);
  border-color: rgba(8, 17, 34, 0.08);
}

.article-list {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.article-list a {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 4px 14px;
  align-items: start;
  border: 1px solid rgba(8, 17, 34, 0.1);
  border-radius: 8px;
  background: rgba(8, 17, 34, 0.03);
  padding: 16px;
  font-weight: 500;
}

.article-list a span {
  grid-row: span 2;
  color: var(--blue-500);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.article-list a strong {
  color: var(--ink);
  line-height: 1.1;
}

.article-list a em {
  color: #6c7a96;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}

/* FAQ & Contact Cosmic Redesign */
.faq-section {
  padding: 5rem 2rem max(2rem, 3vw);
  position: relative;
}

.faq-panel {
  max-width: 1000px;
  margin: 0 auto;
  background: rgba(3, 12, 32, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.5rem;
  padding: clamp(24px, 4vw, 40px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
}

.faq-panel .section-kicker {
  color: var(--yellow-400, #ffc322);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.faq-panel h2 {
  color: var(--white);
  margin-top: 4px;
  margin-bottom: 24px;
  font-size: clamp(24px, 2.5vw, 32px);
}

.faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
  transition: all 0.3s ease;
}

.faq-list details[open] {
  padding-bottom: 22px;
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  color: var(--white);
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.2s ease;
}

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

.faq-list summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 300;
  color: var(--yellow-500);
  transition: transform 0.25s ease;
}

.faq-list details[open] summary::after {
  content: "−";
  color: var(--yellow-300);
}

.faq-list summary:hover {
  color: var(--yellow-300);
}

.faq-list p {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 12px;
  line-height: 1.6;
  font-size: 15px;
}

.contact-group {
  position: relative;
  background:
    linear-gradient(180deg, rgba(5, 19, 47, 0.75) 0%, rgba(3, 11, 30, 0.98) 100%),
    url("assets/generated/section-nebula-texture.webp") center / cover fixed;
  color: var(--white);
  padding-bottom: 4rem;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  gap: 48px;
  align-items: center;
  background: transparent;
  color: var(--white);
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 2rem 4rem;
}

.contact-section p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.6;
}

.contact-brand {
  display: block;
  width: min(220px, 70vw);
  height: auto;
  margin-bottom: 24px;
  filter: drop-shadow(0 0 24px rgba(119, 168, 255, 0.35));
}

.contact-intro {
  min-width: 0;
}

.contact-intro .section-kicker {
  color: var(--yellow-400, #ffc322);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-intro h2 {
  color: var(--white);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.25;
  margin-top: 8px;
}

.contact-intro h2 + p {
  margin-top: 20px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  min-width: 0;
  padding: clamp(24px, 4vw, 36px);
  background: rgba(3, 12, 32, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  min-width: 0;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: var(--white);
  font-family: inherit;
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--yellow-500);
  box-shadow: 0 0 0 3px rgba(255, 195, 34, 0.2);
}

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

.contact-form .contact-field-wide,
.contact-form button {
  grid-column: 1 / -1;
}

@media (max-width: 900px) {
  .contact-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 600px) {
  .contact-form {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

.campaign-popup {
  position: fixed;
  z-index: 990;
  right: 28px;
  bottom: 104px;
  display: grid;
  width: min(320px, calc(100vw - 36px));
  gap: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 195, 34, 0.56);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 195, 34, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(3, 14, 38, 0.92), rgba(4, 25, 70, 0.88));
  color: var(--white);
  padding: 18px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42), 0 0 40px rgba(70, 134, 255, 0.16);
  backdrop-filter: blur(16px);
}

.campaign-popup::before {
  content: "";
  position: absolute;
  inset: -34% 44% 24% -18%;
  border: 1px solid rgba(255, 195, 34, 0.18);
  border-radius: 50%;
  pointer-events: none;
  transform: rotate(-18deg);
}

.campaign-popup::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yellow-500);
  box-shadow: 0 0 18px rgba(255, 195, 34, 0.86), 0 0 42px rgba(70, 134, 255, 0.48);
}

.campaign-popup.is-hidden {
  display: none;
}

.campaign-popup button {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.campaign-popup span {
  position: relative;
  z-index: 1;
  padding-left: 18px;
  color: var(--yellow-300);
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.08em;
}

.campaign-popup strong {
  position: relative;
  z-index: 1;
  max-width: 260px;
  font-size: 16px;
  line-height: 1.14;
}

.campaign-popup a {
  position: relative;
  z-index: 1;
  width: max-content;
  border-radius: 14px;
  background: var(--yellow-500);
  color: var(--navy-950);
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 500;
}

label {
  display: grid;
  gap: 8px;
  color: var(--navy-950);
  font-weight: 500;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(5, 19, 47, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
}

textarea {
  min-height: 118px;
  resize: vertical;
}

@media (max-width: 900px) {
  section {
    scroll-margin-top: 210px;
  }

  .site-header {
    align-items: flex-start;
    border-radius: 22px;
    flex-wrap: wrap;
  }

  .nav-rail {
    display: none;
  }

  .nav-links {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 6px;
    gap: 8px;
    text-transform: none;
    font-size: 12px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    padding: 9px 14px;
    white-space: nowrap;
  }

  .hero {
    min-height: 100svh;
    padding-top: 220px;
  }

  .hero-center-mark {
    right: -20%;
    top: 44%;
    width: 86vw;
    opacity: 0.07;
  }

  .work-constellation {
    display: none;
  }

  .intro-grid,
  .service-orbit,
  .activity-showcase,
  .signal-network,
  .squad-playbook,
  .content-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .mission-board {
    min-height: 660px;
  }

  .squad-admin-preview {
    order: -1;
  }

  .section-heading {
    display: block;
  }

  .signal-map {
    position: relative;
    inset: auto;
    height: 650px;
    min-height: 650px;
    margin-top: 40px;
    border: 1px solid rgba(119, 168, 255, 0.22);
    border-radius: 26px;
  }

  .signal-proof {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: auto;
    margin-top: 18px;
  }

  .activity-showcase {
    gap: 20px;
  }
  
  .bento-thumbs-grid {
    flex-direction: row;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 8px;
  }
  
  .bento-thumb {
    flex: 0 0 120px;
    height: 80px;
  }

  .showcase-preview {
    min-height: 400px;
  }
}

@media (max-width: 560px) {
  .constellation-hotspots {
    display: none;
  }

  .constellation-guide,
  .constellation-discovery {
    display: none;
  }

  .constellation-mobile-nav {
    position: relative;
    z-index: 6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: var(--muted);
    font-size: 12px;
  }

  .constellation-mobile-nav > span {
    flex: 0 0 100%;
    color: var(--yellow-300);
    font-weight: 500;
  }

  .constellation-mobile-nav a {
    border: 1px solid rgba(119, 168, 255, 0.34);
    border-radius: 999px;
    background: rgba(3, 11, 30, 0.48);
    padding: 6px 10px;
    color: var(--white);
  }

  .constellation-mobile-nav a:hover,
  .constellation-mobile-nav a:focus-visible {
    border-color: var(--yellow-500);
    background: rgba(255, 195, 34, 0.1);
    color: var(--yellow-300);
    outline: none;
  }

  .nav-cta {
    width: 100%;
    text-align: center;
  }

  h1 {
    font-size: 32px;
    line-height: 1.18;
  }

  .hero-copy {
    font-size: 16px;
  }

  .proof-section {
    padding: 0;
  }

  .signal-network {
    min-height: auto;
    padding: 132px 18px 64px;
  }

  .proof-heading {
    max-width: none;
  }

  .proof-heading h2 {
    max-width: 100%;
    font-size: clamp(24px, 6vw, 32px);
  }

  .signal-metrics {
    gap: 12px;
    overflow-x: auto;
  }

  .signal-metrics span {
    min-width: 88px;
  }

  .signal-map {
    height: 580px;
    min-height: 580px;
  }

  .signal-core-card {
    width: min(132px, 42vw);
    min-height: 66px;
    padding: 12px 14px;
  }

  .signal-core-card img {
    width: 96px;
  }

  .signal-core-pulse {
    width: min(220px, 64vw);
  }

  .signal-core::before {
    width: min(330px, 86vw);
  }

  .signal-core::after {
    width: min(250px, 70vw);
  }

  .signal-orb {
    left: clamp(52px, var(--x), calc(100% - 52px));
    width: 80px;
    height: 80px;
  }

  .signal-orb-icon {
    inset: 18px;
  }

  .signal-orb-icon svg {
    width: 29px;
    height: 29px;
  }

  .signal-orb-label,
  .label-left .signal-orb-label {
    top: calc(100% + 9px);
    right: auto;
    left: 50%;
    width: 126px;
    gap: 2px;
    text-align: center;
    transform: translateX(-50%);
  }

  .signal-orb-label::before,
  .label-left .signal-orb-label::before {
    display: none;
  }

  .signal-orb-label strong {
    font-size: 11px;
  }

  .signal-orb-label small {
    font-size: 10px;
    line-height: 1.25;
  }

  .signal-proof {
    padding: 18px;
  }

  .intro-band,
  .services-section,
  .values-section,
  .activity-section,
  .squad-section,
  .content-section,
  .contact-section {
    padding: 72px 18px;
  }

  .mission-board {
    min-height: 760px;
  }

  .astronaut-marker {
    width: 128px;
  }

  .astronaut-shell {
    width: 92px;
  }

  .mission-badge {
    min-width: 116px;
    padding: 7px 8px;
  }

  .mission-badge strong {
    font-size: 12px;
  }

  .style-tag {
    display: none;
  }

  .campaign-popup {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    gap: 7px;
    padding: 13px;
  }

  .campaign-popup span {
    font-size: 10px;
  }

  .campaign-popup strong {
    max-width: 260px;
    font-size: 16px;
  }

  .campaign-popup a {
    padding: 8px 11px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .radar-sweep,
  .signal-core-pulse {
    animation: none;
  }

  .signal-orb,
  .signal-proof-row,
  .signal-route {
    transition: none;
  }
}

/* Success Modal Styles */
.success-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 11, 16, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s;
}

.success-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.success-modal-content {
  background: rgba(16, 18, 27, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3rem 2rem;
  border-radius: 1.5rem;
  text-align: center;
  max-width: 400px;
  width: 90%;
  transform: translateY(20px) scale(0.95);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 24px 48px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.05);
}

.success-modal-overlay.active .success-modal-content {
  transform: translateY(0) scale(1);
}

.success-icon {
  width: 72px;
  height: 72px;
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 0 20px rgba(16, 185, 129, 0.2);
}

.success-icon svg {
  width: 36px;
  height: 36px;
}

.success-modal-content h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--text-base);
  font-family: inherit;
  font-weight: 500;
}

.success-modal-content p {
  color: var(--text-muted);
  margin-bottom: 2rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.success-modal-content button {
  width: 100%;
}

/* Smart WhatsApp Floating Button */
#wa-floating-btn {
  position: fixed;
  bottom: 24px;
  right: 28px;
  width: 56px;
  height: 56px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
  z-index: 1000;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.2s ease, box-shadow 0.3s ease;
  animation: pulse-wa 2.5s infinite;
}

#wa-floating-btn:hover {
  transform: scale(1.1) translateY(-2px);
  background-color: #20BA56;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.65);
}

@keyframes pulse-wa {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@media (max-width: 768px) {
  #wa-floating-btn {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
}

/* ── Testimonials Section ── */
.testimonial-section {
  padding: 6rem 2rem;
  background: rgba(3, 11, 30, 0.45);
  position: relative;
}

.testimonial-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  gap: 3.5rem;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

.testimonial-heading {
  text-align: left;
  margin-bottom: 2rem;
}

.testimonial-heading h2 {
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.25;
  color: var(--white);
  margin-top: 8px;
}

.testimonial-form-wrapper {
  background: rgba(3, 12, 32, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: clamp(20px, 3vw, 32px);
  border-radius: 1.5rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
}

.testimonial-form-wrapper h3 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 600;
}

.testimonial-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.testimonial-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.testimonial-field label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 500;
}

.testimonial-form input,
.testimonial-form textarea {
  width: 100%;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  border-radius: 10px;
  font-family: inherit;
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.testimonial-form input:focus,
.testimonial-form textarea:focus {
  outline: none;
  border-color: var(--yellow-500);
  box-shadow: 0 0 0 3px rgba(255, 195, 34, 0.2);
}

.testimonial-form textarea {
  min-height: 100px;
  resize: vertical;
}

.testimonial-form button {
  align-self: flex-start;
  padding: 12px 28px;
}

.testimonial-scrollbox {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-height: 520px;
  overflow-y: auto;
  padding-right: 0.75rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 195, 34, 0.3) transparent;
}

.testimonial-scrollbox::-webkit-scrollbar {
  width: 5px;
}
.testimonial-scrollbox::-webkit-scrollbar-track {
  background: transparent;
}
.testimonial-scrollbox::-webkit-scrollbar-thumb {
  background: rgba(255, 195, 34, 0.25);
  border-radius: 10px;
}
.testimonial-scrollbox::-webkit-scrollbar-thumb:hover {
  background: var(--yellow-500);
}

.testimonial-card-item {
  padding: 1.5rem;
  background: rgba(3, 12, 32, 0.55);
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(12px);
  cursor: default;
}

.testimonial-card-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 195, 34, 0.45);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.testimonial-quote {
  font-style: italic;
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.6;
}

.testimonial-author {
  color: var(--yellow-400, #ffc322);
  font-size: 0.9rem;
  font-weight: 600;
  display: block;
}

.testimonial-empty-card {
  padding: 2.5rem;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  color: var(--muted, #9fb2d6);
}

@media (max-width: 991px) {
  .testimonial-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .testimonial-form button {
    width: 100%;
  }
}

/* ── Horizontal News Card (Stories from the field) ── */
.news-card-horizontal {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  color: var(--white);
  text-decoration: none;
  padding: 1rem;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

.news-card-horizontal:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 195, 34, 0.4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), inset 0 0 20px rgba(255, 195, 34, 0.05);
  transform: translateY(-2px);
}

.news-card-img-wrapper {
  position: relative;
  width: 140px;
  height: 100px;
  border-radius: 0.75rem;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(3, 12, 32, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-card-horizontal img.cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-card-horizontal:hover img.cover-img {
  transform: scale(1.08);
}

.news-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-card-category {
  display: inline-block;
  color: var(--yellow-400);
  font-size: 11px;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.news-card-title {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  font-family: inherit;
}

.news-card-date {
  color: var(--text-muted);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}

@media (max-width: 600px) {
  .news-card-horizontal {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem;
  }
  .news-card-img-wrapper {
    width: 100%;
    height: 180px;
  }
}

/* Keep the refined type within narrow testimonial columns. */
.testimonial-left,
.testimonial-right {
  min-width: 0;
}

#testimonialForm input,
#testimonialForm textarea {
  min-width: 0;
}

@media (max-width: 560px) {
  #testimonialForm {
    flex-direction: column;
  }
}

/* The homepage capsule keeps its logo anchored while the navigation unfurls. */
[data-reveal-nav] .nav-home { display: none; }
[data-reveal-nav].nav-ready {
  --capsule-width: 190px;
  --capsule-height: 66px;
  --reveal-time: 300ms;
  --reveal-ease: cubic-bezier(0.16, 1, 0.3, 1);
  min-height: 66px;
  isolation: isolate;
  background: none;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  clip-path: inset(-2px calc(100% - var(--capsule-width) - 2px) calc(100% - var(--capsule-height) - 2px) -2px round 26px);
  transition: clip-path var(--reveal-time) var(--reveal-ease);
}
[data-reveal-nav].nav-ready::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: var(--capsule-width);
  height: var(--capsule-height);
  box-sizing: border-box;
  border: 1px solid rgba(255, 195, 34, 0.38);
  border-radius: 26px;
  background: rgba(3, 11, 30, 0.92);
  transition: width var(--reveal-time) var(--reveal-ease), height var(--reveal-time) var(--reveal-ease);
  pointer-events: none;
}
[data-reveal-nav].nav-ready.is-open {
  --capsule-width: 100%;
  --capsule-height: 100%;
  --reveal-time: 480ms;
}
[data-reveal-nav].nav-ready .brand {
  flex: 0 0 156px;
  height: 44px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}
[data-reveal-nav].nav-ready .nav-home { display: block; }
[data-reveal-nav].nav-ready .nav-links { min-width: 0; }
[data-reveal-nav].nav-ready .nav-links a,
[data-reveal-nav].nav-ready .nav-cta {
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 150ms ease, transform 240ms var(--reveal-ease), color 180ms ease, border-color 180ms ease, background 180ms ease;
}
[data-reveal-nav].nav-ready .nav-rail {
  min-width: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--reveal-time) var(--reveal-ease);
}
[data-reveal-nav].is-open .nav-rail { transform: scaleX(1); }
[data-reveal-nav].is-open .nav-links a,
[data-reveal-nav].is-open .nav-cta {
  opacity: 1;
  transform: translateX(0);
  transition-delay: calc(60ms + var(--nav-order, 0) * 30ms);
}
[data-reveal-nav] .nav-links a:nth-child(2) { --nav-order: 1; }
[data-reveal-nav] .nav-links a:nth-child(3) { --nav-order: 2; }
[data-reveal-nav] .nav-links a:nth-child(4) { --nav-order: 3; }
[data-reveal-nav] .nav-links a:nth-child(5) { --nav-order: 4; }
[data-reveal-nav] .nav-links a:nth-child(6) { --nav-order: 5; }
[data-reveal-nav] .nav-cta { --nav-order: 6; }
[data-reveal-nav].nav-ready :focus-visible {
  outline: 2px solid var(--yellow-300);
  outline-offset: 3px;
}
@media (max-width: 1100px) {
  [data-reveal-nav].nav-ready { flex-wrap: wrap; align-items: center; }
  [data-reveal-nav].nav-ready .nav-rail { display: none; }
  [data-reveal-nav].nav-ready .nav-links {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding: 4px 3px 8px;
    gap: 8px;
    scrollbar-width: thin;
    scrollbar-color: var(--yellow-500) transparent;
  }
  [data-reveal-nav].nav-ready .nav-links a { flex: 0 0 auto; }
}
@media (max-width: 560px) {
  [data-reveal-nav].nav-ready .nav-cta { order: 4; }
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal-nav].nav-ready,
  [data-reveal-nav].nav-ready::before,
  [data-reveal-nav].nav-ready .nav-rail { transition: none; }
  [data-reveal-nav].nav-ready .nav-links a,
  [data-reveal-nav].nav-ready .nav-cta {
    transform: none;
    transition: opacity 100ms ease;
    transition-delay: 0ms;
  }
}
