.andromeda-page {
  --signal: #245ff0;
  --signal-deep: #1744b8;
  --signal-soft: rgba(36, 95, 240, 0.11);
  --andromeda-blue: #245ff0;
  --andromeda-cyan: #28b7ff;
  --andromeda-navy: #091126;
  background-image:
    radial-gradient(circle at 50% 8%, rgba(36, 95, 240, 0.16), transparent 27%),
    radial-gradient(circle at 78% 46%, rgba(255, 255, 252, 0.42), transparent 24%),
    var(--dot-grid);
}

.andromeda-page :focus-visible {
  outline: 3px solid rgba(36, 95, 240, 0.34);
  outline-offset: 3px;
}

.andromeda-page section[id],
.andromeda-page article[id],
.andromeda-page form[id] {
  scroll-margin-top: 96px;
}

.andromeda-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  margin: 0;
  padding-inline: clamp(1rem, 3vw, 2.5rem);
  border: 0;
  border-bottom: 1px solid rgba(9, 17, 38, 0.06);
  border-radius: 0;
  background: rgba(237, 242, 255, 0.38);
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  backdrop-filter: blur(18px) saturate(145%);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.andromeda-header.is-scrolled {
  border-bottom-color: rgba(9, 17, 38, 0.1);
  background: rgba(237, 242, 255, 0.82);
  box-shadow: 0 16px 42px -30px rgba(9, 17, 38, 0.5);
}

.andromeda-header .nav-links a,
.andromeda-header .lv-text-link,
.andromeda-brand {
  transition: color 160ms ease, opacity 160ms ease;
}

.andromeda-header .nav-links a {
  position: relative;
}

.andromeda-header .nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -0.45rem;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--andromeda-blue);
  content: "";
  opacity: 0;
  transform: scaleX(0.55);
  transition: opacity 160ms ease, transform 160ms ease;
}

.andromeda-header .nav-links a:hover::after,
.andromeda-header .nav-links a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.andromeda-header .lv-text-link:hover,
.andromeda-header .lv-text-link:focus-visible {
  color: var(--andromeda-blue);
}

.andromeda-header .button-compact:hover,
.andromeda-header .button-compact:focus-visible {
  background: var(--andromeda-blue);
}

.andromeda-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  color: var(--text);
  font-family: "Plus Jakarta Sans", var(--body);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.045em;
  text-decoration: none;
}

.andromeda-mark {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  border: 2px solid rgba(36, 95, 240, 0.2);
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 27%, #245ff0 29% 44%, #0b1d4d 46% 100%);
  box-shadow: 0 7px 16px -10px rgba(36, 95, 240, 0.9);
}

.andromeda-mark::before,
.andromeda-mark::after {
  position: absolute;
  inset: 4px -7px;
  border: 1px solid rgba(36, 95, 240, 0.65);
  border-radius: 50%;
  content: "";
  transform: rotate(-28deg);
}

.andromeda-mark::after {
  inset: 9px -5px;
  transform: rotate(38deg);
  border-color: rgba(40, 183, 255, 0.72);
}

.andromeda-mark i {
  position: absolute;
  top: 1px;
  right: -4px;
  z-index: 2;
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--andromeda-cyan);
}

.andromeda-mark-small {
  width: 27px;
  height: 27px;
}

.andromeda-hero::before {
  inset: 8% 4%;
  background:
    radial-gradient(circle at 74% 48%, rgba(36, 95, 240, 0.16), transparent 37%),
    radial-gradient(circle at 18% 48%, rgba(40, 183, 255, 0.07), transparent 32%);
  filter: blur(24px);
}

.andromeda-hero {
  min-height: 710px;
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
  grid-template-rows: auto auto;
  column-gap: clamp(1.5rem, 3vw, 4.5rem);
  row-gap: 0;
  padding: clamp(2.5rem, 4vw, 4.75rem);
  place-items: center stretch;
}

.andromeda-hero .lv-hero-copy {
  width: min(100%, 650px);
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  align-self: end;
  text-align: left;
}

.andromeda-hero .lv-hero-copy h1 {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.7rem, 5.15vw, 5.65rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.andromeda-hero .lv-hero-copy h1 em {
  color: var(--andromeda-blue);
  font-weight: 800;
}

.andromeda-hero .lv-hero-lead {
  max-width: 610px;
  margin-left: 0;
}

.andromeda-hero .andromeda-waitlist-form {
  margin-left: 0;
}

.andromeda-hero-signup {
  width: min(100%, 650px);
  grid-column: 1;
  grid-row: 2;
  justify-self: start;
  align-self: start;
}

.andromeda-hero .andromeda-form-note {
  text-align: left;
}

.andromeda-hero-orbits {
  position: relative;
  z-index: 4;
  width: min(46vw, 620px);
  aspect-ratio: 1;
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: center;
  isolation: isolate;
}

.hero-orbit-halo {
  position: absolute;
  inset: 11%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.96) 0 24%, rgba(234, 241, 255, 0.58) 43%, rgba(36, 95, 240, 0.1) 67%, transparent 73%);
  filter: blur(14px);
}

.hero-orbit-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 12;
  display: grid;
  width: 154px;
  height: 154px;
  padding: 1.15rem;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(36, 95, 240, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 34px 80px -34px rgba(9, 17, 38, 0.42),
    0 0 0 12px rgba(36, 95, 240, 0.045),
    inset 0 0 36px rgba(36, 95, 240, 0.06);
  text-align: center;
  transform: translate(-50%, -50%);
}

.hero-orbit-core .andromeda-mark {
  width: 42px;
  height: 42px;
  margin-bottom: 0.45rem;
}

.hero-orbit-core strong {
  color: var(--andromeda-navy);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.hero-orbit-core small {
  margin-top: 0.25rem;
  color: var(--muted-soft);
  font-family: var(--mono);
  font-size: 0.43rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-phase-ring {
  --ring-color: 36, 95, 240;
  --orbit-speed: 28s;
  --ring-size: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: var(--ring-size);
  height: var(--ring-size);
  border: 1px solid rgba(var(--ring-color), 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.72),
    0 0 26px rgba(var(--ring-color), 0.045),
    inset 0 0 24px rgba(var(--ring-color), 0.025);
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.hero-phase-ring::before {
  position: absolute;
  inset: -2px;
  padding: 2px;
  border-radius: 50%;
  background: conic-gradient(
    from 18deg,
    transparent 0 58%,
    rgba(var(--ring-color), 0.06) 63%,
    rgba(var(--ring-color), 0.72) 77%,
    rgba(40, 183, 255, 0.7) 84%,
    transparent 91% 100%
  );
  content: "";
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  filter: drop-shadow(0 0 7px rgba(var(--ring-color), 0.28));
}

.hero-phase-ring-one {
  --ring-size: clamp(170px, 15vw, 210px);
  --orbit-speed: 38s;
  --ring-color: 36, 95, 240;
  z-index: 8;
}

.hero-phase-ring-two {
  --ring-size: clamp(255px, 23vw, 315px);
  --orbit-speed: 52s;
  --ring-color: 40, 183, 255;
  z-index: 7;
}

.hero-phase-ring-three {
  --ring-size: clamp(335px, 31vw, 420px);
  --orbit-speed: 68s;
  --ring-color: 36, 95, 240;
  z-index: 6;
}

.hero-phase-ring-four {
  --ring-size: clamp(425px, 40vw, 532px);
  --orbit-speed: 86s;
  --ring-color: 9, 17, 38;
  z-index: 5;
}

.hero-ring-tracer {
  position: absolute;
  top: 50%;
  right: -4px;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgb(var(--ring-color));
  box-shadow:
    0 0 0 5px rgba(var(--ring-color), 0.11),
    0 0 18px rgba(var(--ring-color), 0.52);
}

.hero-orbit-item {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 0;
  height: 0;
  transform: rotate(var(--angle)) translateX(calc(var(--ring-size) / 2));
  transform-origin: 0 0;
}

.hero-orbit-item > span {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) rotate(calc(-1 * var(--angle)));
}

.hero-orbit-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(9, 17, 38, 0.08);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 16px 30px -23px rgba(9, 17, 38, 0.62),
    inset 0 1px 0 #fff;
  backdrop-filter: blur(8px);
}

.hero-orbit-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.hero-orbit-angle-55 { --angle: 55deg; }
.hero-orbit-angle-75 { --angle: 75deg; }
.hero-orbit-angle-105 { --angle: 105deg; }
.hero-orbit-angle-130 { --angle: 130deg; }
.hero-orbit-angle-135 { --angle: 135deg; }
.hero-orbit-angle-170 { --angle: 170deg; }
.hero-orbit-angle-215 { --angle: 215deg; }
.hero-orbit-angle-225 { --angle: 225deg; }
.hero-orbit-angle-245 { --angle: 245deg; }
.hero-orbit-angle-285 { --angle: 285deg; }
.hero-orbit-angle-315 { --angle: 315deg; }
.hero-orbit-angle-335 { --angle: 335deg; }

.andromeda-form-note,
.andromeda-architecture-grid article > span,
.architecture-status {
  color: var(--muted-soft);
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.architecture-status i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--andromeda-blue);
  box-shadow: 0 0 0 4px var(--signal-soft);
}

.andromeda-waitlist-form {
  display: flex;
  width: min(100%, 520px);
  margin: 1.65rem auto 0;
  padding: 0.35rem;
  border: 1px solid var(--surface-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--component-shadow);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.andromeda-waitlist-form:focus-within {
  border-color: rgba(36, 95, 240, 0.46);
  box-shadow: 0 18px 44px -27px rgba(36, 95, 240, 0.65), 0 0 0 4px rgba(36, 95, 240, 0.07);
  transform: translateY(-1px);
}

.andromeda-waitlist-form input[type="email"] {
  width: 100%;
  min-width: 0;
  padding: 0.8rem 0.95rem;
  border: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: 0.78rem;
  outline: 0;
}

.andromeda-waitlist-form input[type="email"]::placeholder {
  color: #7b8497;
  opacity: 1;
}

.andromeda-waitlist-form button {
  display: inline-flex;
  min-height: 46px;
  padding: 0.75rem 1.05rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 0;
  border-radius: 999px;
  background: var(--andromeda-blue);
  color: #fff;
  font-family: var(--body);
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.andromeda-waitlist-form button:hover,
.andromeda-waitlist-form button:focus-visible {
  background: var(--signal-deep);
  transform: translateY(-1px);
}

.andromeda-waitlist-form button:active {
  transform: translateY(0) scale(0.985);
}

.andromeda-form-note {
  margin: 0.75rem 0 0;
}

.form-trap,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.andromeda-success {
  display: flex;
  width: 100%;
  padding: 0.75rem 1rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  color: var(--andromeda-blue);
  font-size: 0.72rem;
}

.andromeda-success span {
  color: var(--muted);
}

.andromeda-pillars a:hover {
  box-shadow: inset 0 -3px 0 var(--andromeda-blue);
}

.andromeda-loop-section {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: 0 0 7rem;
}

.andromeda-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(460px, 1fr);
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: 0 0 7rem;
  align-items: center;
  gap: 6rem;
}

.andromeda-loop-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.62fr);
  margin-bottom: 2.2rem;
  align-items: end;
  column-gap: 5rem;
}

.andromeda-loop-copy .eyebrow,
.andromeda-loop-copy h2 {
  grid-column: 1;
}

.andromeda-loop-copy h2,
.andromeda-faq-intro h2,
.andromeda-architecture-copy h2 {
  margin: 0.9rem 0 0;
  font-size: clamp(3rem, 5.3vw, 4.8rem);
  line-height: 0.98;
}

.andromeda-loop-copy h2 em,
.andromeda-faq-intro h2 em,
.andromeda-architecture-copy h2 em {
  display: block;
}

.andromeda-loop-copy > p:not(.eyebrow),
.andromeda-architecture-copy > p:not(.eyebrow) {
  margin: 1.4rem 0 1.6rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.andromeda-loop-copy > p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
}

.andromeda-loop-copy .button {
  width: max-content;
  margin-top: 1.4rem;
  grid-column: 2;
}

.andromeda-system-loop {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  gap: 1rem 1.8rem;
  padding: clamp(1rem, 3vw, 2rem);
  overflow: hidden;
  border: 1px solid var(--surface-line);
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 36px 74px -56px rgba(9, 17, 38, 0.8);
}

.system-loop-track {
  position: absolute;
  inset: 2rem;
  z-index: 0;
  background:
    linear-gradient(rgba(36, 95, 240, 0.18), rgba(36, 95, 240, 0.18)) 50% 18% / calc(100% - 4rem) 1px no-repeat,
    linear-gradient(rgba(36, 95, 240, 0.18), rgba(36, 95, 240, 0.18)) 50% 73% / calc(100% - 4rem) 1px no-repeat,
    linear-gradient(rgba(36, 95, 240, 0.18), rgba(36, 95, 240, 0.18)) 50% 50% / 1px calc(100% - 7rem) no-repeat;
}

.system-loop-track::before,
.system-loop-track::after {
  position: absolute;
  left: 50%;
  z-index: 0;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--andromeda-blue);
  box-shadow: 0 0 0 1px rgba(36, 95, 240, 0.22);
  content: "";
  transform: translateX(-50%);
}

.system-loop-track::before {
  top: calc(18% - 6px);
}

.system-loop-track::after {
  top: calc(73% - 6px);
}

.system-module {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 430px;
  padding: clamp(1.2rem, 2vw, 1.6rem);
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(9, 17, 38, 0.11);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff 0%, #fff 82%, #fbfcff 100%);
  box-shadow: 0 20px 42px -34px rgba(9, 17, 38, 0.9);
}

.system-module::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--andromeda-blue), var(--andromeda-cyan), transparent 86%);
  content: "";
  opacity: 0.56;
}

.system-module::after {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--andromeda-cyan);
  box-shadow: 0 0 0 5px rgba(40, 183, 255, 0.1);
  content: "";
}

.system-module-one { grid-column: 1; grid-row: 1; }
.system-module-two { grid-column: 3; grid-row: 1; }
.system-module-three { grid-column: 3; grid-row: 2; }
.system-module-four { grid-column: 1; grid-row: 2; }

.system-module-header {
  display: flex;
  padding-right: 1rem;
  align-items: flex-start;
  gap: 0.85rem;
}

.module-number {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 11px;
  background: var(--signal-soft);
  color: var(--andromeda-blue);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 700;
}

.system-module-header small {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--muted-soft);
  font-family: var(--mono);
  font-size: 0.5rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.system-module h3 {
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.system-module > p {
  margin: 1rem 0;
  color: var(--muted);
  font-size: 0.69rem;
  line-height: 1.62;
}

.module-tools {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.module-tools span {
  display: flex;
  min-height: 30px;
  padding: 0.35rem 0.55rem;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid rgba(9, 17, 38, 0.09);
  border-radius: 9px;
  background: #fbfcff;
  font-size: 0.54rem;
  font-weight: 700;
}

.module-tools img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

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

.module-flow li {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 0.7rem;
  padding: 0.58rem 0;
  border-top: 1px solid var(--surface-line);
}

.module-flow b {
  color: var(--andromeda-blue);
  font-family: var(--mono);
  font-size: 0.52rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.module-flow span {
  color: var(--muted);
  font-size: 0.6rem;
  line-height: 1.48;
}

.module-output {
  display: flex;
  margin-top: auto;
  padding-top: 0.9rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--surface-line);
}

.module-output span {
  color: var(--muted-soft);
  font-family: var(--mono);
  font-size: 0.49rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.module-output strong {
  color: var(--andromeda-blue);
  font-size: 0.61rem;
  text-align: right;
}

.system-loop-core {
  position: relative;
  z-index: 3;
  display: grid;
  width: 145px;
  height: 145px;
  margin: auto;
  grid-column: 2;
  grid-row: 1 / span 2;
  place-items: center;
  align-content: center;
  gap: 0.3rem;
  border: 1px solid rgba(36, 95, 240, 0.2);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 24px 50px -28px rgba(36, 95, 240, 0.85), 0 0 0 12px rgba(36, 95, 240, 0.04);
}

.system-loop-core .andromeda-mark {
  width: 36px;
  height: 36px;
}

.system-loop-core > strong {
  font-size: 0.76rem;
}

.system-loop-core > small {
  color: var(--muted-soft);
  font-family: var(--mono);
  font-size: 0.46rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.system-loop-return {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 1rem 1.2rem;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border: 1px solid rgba(36, 95, 240, 0.16);
  border-radius: 15px;
  background: linear-gradient(90deg, #eaf1ff, #f8fbff);
}

.system-loop-return span {
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.55;
}

.system-loop-return span b {
  display: block;
  margin-bottom: 0.18rem;
  color: var(--text);
}

.system-loop-return > strong {
  flex: 0 0 auto;
  color: var(--andromeda-blue);
  font-family: var(--mono);
  font-size: 0.54rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.andromeda-system {
  padding-top: 0;
}

.andromeda-system .lv-capability-card {
  cursor: default;
}

.andromeda-system .lv-capability-card:hover {
  border-color: rgba(36, 95, 240, 0.2);
  box-shadow: 0 20px 38px -30px rgba(36, 95, 240, 0.42);
  transform: translateY(-2px);
}

.andromeda-integrations {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto 7rem;
}

.andromeda-integrations-intro {
  width: min(760px, 100%);
  margin: 0 auto 2.2rem;
  text-align: center;
}

.andromeda-integrations-intro h2 {
  max-width: 720px;
  margin: 0.65rem auto 1rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 6vw, 5.2rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.andromeda-integrations-intro h2 em {
  color: var(--andromeda-blue);
  font-weight: 800;
}

.andromeda-integrations-intro > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.andromeda-integration-stage {
  position: relative;
  padding: clamp(1.5rem, 4vw, 3rem);
  overflow: hidden;
  border: 1px solid var(--surface-line);
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.86);
  box-shadow: 0 34px 70px -52px rgba(9, 17, 38, 0.7);
}

.andromeda-integration-stage::before {
  position: absolute;
  top: 70px;
  right: 7%;
  left: 7%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(36, 95, 240, 0.2), transparent);
  content: "";
}

.integration-hub {
  position: relative;
  z-index: 1;
  display: flex;
  width: max-content;
  margin: 0 auto 2.3rem;
  padding: 0.75rem 1rem;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid rgba(36, 95, 240, 0.18);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 30px -20px rgba(9, 17, 38, 0.8);
}

.integration-hub .andromeda-mark {
  width: 30px;
  height: 30px;
}

.integration-hub strong,
.integration-hub small {
  display: block;
}

.integration-hub strong {
  font-size: 0.76rem;
}

.integration-hub small {
  margin-left: -0.35rem;
  color: var(--muted-soft);
  font-family: var(--mono);
  font-size: 0.48rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.integration-logo-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.85rem;
}

.integration-card {
  position: relative;
  min-height: 185px;
  padding: 1rem;
  border: 1px solid rgba(9, 17, 38, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 15px 28px -23px rgba(9, 17, 38, 0.82);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.integration-card:hover {
  z-index: 2;
  border-color: rgba(36, 95, 240, 0.3);
  box-shadow: 0 20px 34px -23px rgba(36, 95, 240, 0.55);
  transform: translateY(-2px);
}

.integration-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 1rem;
  place-items: center;
  border: 1px solid rgba(9, 17, 38, 0.08);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 20px -16px rgba(9, 17, 38, 0.8);
}

.integration-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.integration-card h3 {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.2;
}

.integration-card p {
  margin: 0.5rem 0 1.8rem;
  color: var(--muted);
  font-size: 0.62rem;
  line-height: 1.55;
}

.integration-card > small {
  position: absolute;
  bottom: 0.9rem;
  left: 1rem;
  color: var(--andromeda-blue);
  font-family: var(--mono);
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.integration-flow {
  display: flex;
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  align-items: center;
  justify-content: center;
  gap: clamp(0.5rem, 2vw, 1.4rem);
  border: 1px solid rgba(36, 95, 240, 0.12);
  border-radius: 15px;
  background: rgba(234, 241, 255, 0.82);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.integration-flow b,
.integration-flow i {
  color: var(--andromeda-blue);
}

.integration-flow i {
  font-style: normal;
}

.integration-stack-map {
  display: grid;
  grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.38fr);
  margin-top: 1rem;
  overflow: hidden;
  border: 1px solid var(--surface-line);
  border-radius: 24px;
  background: #fff;
}

.integration-stack-heading {
  padding: clamp(1.5rem, 4vw, 2.7rem);
  background: linear-gradient(145deg, #eef4ff, #fff);
}

.integration-stack-heading h3 {
  max-width: 290px;
  margin: 0.8rem 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
}

.integration-stack-list {
  margin: 0;
  border-left: 1px solid var(--surface-line);
}

.integration-stack-list > div {
  display: grid;
  grid-template-columns: minmax(145px, 0.55fr) minmax(0, 1fr);
  gap: 1.2rem;
  padding: 1.05rem 1.3rem;
}

.integration-stack-list > div + div {
  border-top: 1px solid var(--surface-line);
}

.integration-stack-list dt {
  font-family: var(--mono);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.integration-stack-list dd {
  margin: 0;
}

.integration-stack-list strong,
.integration-stack-list span {
  display: block;
}

.integration-stack-list strong {
  font-size: 0.68rem;
}

.integration-stack-list span {
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.62rem;
  line-height: 1.55;
}

.integration-attribution {
  margin: 0.8rem 0 0;
  color: var(--muted-soft);
  font-size: 0.55rem;
  text-align: right;
}

.integration-attribution a {
  color: var(--andromeda-blue);
}

.andromeda-architecture {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(500px, 1fr);
  width: min(calc(100% - 3rem), var(--max));
  min-height: 500px;
  margin: 0 auto 1rem;
  padding: clamp(2.5rem, 6vw, 4rem);
  align-items: center;
  gap: 5rem;
  border-radius: 28px;
  background: var(--andromeda-navy);
  color: #fff;
}

.andromeda-architecture .eyebrow {
  color: #7184ae;
}

.andromeda-architecture-copy h2 {
  color: #fff;
}

.andromeda-architecture-copy h2 em {
  color: #8492ae;
}

.andromeda-architecture-copy > p:not(.eyebrow) {
  color: #aab5cb;
}

.andromeda-architecture-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 0.8rem;
}

.andromeda-architecture-grid article {
  min-height: 250px;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.andromeda-architecture-grid article > span {
  color: #7184ae;
}

.andromeda-architecture-grid h3 {
  margin: 1.5rem 0 0.7rem;
  color: #fff;
  font-size: 1.1rem;
}

.andromeda-architecture-grid p {
  color: #aab5cb;
  font-size: 0.72rem;
  line-height: 1.65;
}

.architecture-status {
  display: flex;
  margin-top: 2rem;
  align-items: center;
  gap: 0.5rem;
  color: #8ea2cc;
}

.architecture-status i {
  background: var(--andromeda-cyan);
  box-shadow: 0 0 0 4px rgba(40, 183, 255, 0.12);
}

.architecture-bridge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #7184ae;
  font-family: var(--mono);
  font-size: 0.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.architecture-bridge b {
  color: var(--andromeda-cyan);
  font-size: 1.2rem;
}

.andromeda-faq {
  align-items: start;
}

.andromeda-faq-list {
  border-top: 1px solid var(--surface-line);
}

.andromeda-faq-list details {
  border-bottom: 1px solid var(--surface-line);
}

.andromeda-faq-list summary {
  display: flex;
  margin-inline: -0.75rem;
  padding: 1.35rem 0.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
  border-radius: 12px;
  transition: background 160ms ease, color 160ms ease;
}

.andromeda-faq-list summary:hover,
.andromeda-faq-list summary:focus-visible {
  background: rgba(36, 95, 240, 0.055);
}

.andromeda-faq-list details[open] summary {
  color: var(--andromeda-blue);
}

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

.andromeda-faq-list summary span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--signal-soft);
  color: var(--andromeda-blue);
  transition: transform 160ms ease;
}

.andromeda-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.andromeda-faq-list details p {
  max-width: 650px;
  margin: -0.4rem 0 1.4rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.7;
}

.andromeda-final-cta {
  background: linear-gradient(135deg, #091126, #111f42);
}

.andromeda-final-cta .lv-email-button strong {
  background: var(--andromeda-blue);
}

.andromeda-footer .live-dot {
  background: var(--andromeda-blue);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-phase-ring {
    animation: andromeda-orbit-spin var(--orbit-speed) linear infinite;
  }

  .hero-phase-ring-two,
  .hero-phase-ring-four {
    animation-direction: reverse;
  }

  .hero-phase-ring .hero-orbit-item > span {
    animation: andromeda-orbit-counter var(--orbit-speed) linear infinite;
  }

  .hero-phase-ring-two .hero-orbit-item > span,
  .hero-phase-ring-four .hero-orbit-item > span {
    animation-direction: reverse;
  }

  .hero-ring-tracer {
    animation: andromeda-tracer-pulse 4.5s ease-in-out infinite;
  }

  .hero-orbit-halo {
    animation: andromeda-halo-breathe 8s ease-in-out infinite;
  }

}

@keyframes andromeda-orbit-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes andromeda-orbit-counter {
  from { transform: translate(-50%, -50%) rotate(calc(-1 * var(--angle))); }
  to { transform: translate(-50%, -50%) rotate(calc(-360deg - var(--angle))); }
}

@keyframes andromeda-tracer-pulse {
  0%, 100% {
    opacity: 0.72;
    box-shadow: 0 0 0 4px rgba(var(--ring-color), 0.1), 0 0 14px rgba(var(--ring-color), 0.4);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 0 7px rgba(var(--ring-color), 0.15), 0 0 24px rgba(var(--ring-color), 0.72);
  }
}

@keyframes andromeda-halo-breathe {
  0%, 100% { opacity: 0.72; transform: scale(0.98); }
  50% { opacity: 1; transform: scale(1.03); }
}

@media (max-width: 1050px) {
  .andromeda-hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(410px, 1.05fr);
    gap: 1.25rem;
    padding: 3rem 2rem;
  }

  .andromeda-hero .lv-hero-copy h1 {
    font-size: clamp(3.25rem, 5.4vw, 4.7rem);
  }

  .andromeda-hero-orbits {
    width: min(46vw, 520px);
  }

  .andromeda-loop-section,
  .andromeda-architecture,
  .andromeda-faq {
    gap: 3rem;
  }

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

  .system-loop-track {
    display: none;
  }

  .system-loop-core {
    width: 132px;
    height: 132px;
    margin: 0 auto 0.5rem;
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .system-module-one { grid-column: 1; grid-row: 2; }
  .system-module-two { grid-column: 2; grid-row: 2; }
  .system-module-three { grid-column: 2; grid-row: 3; }
  .system-module-four { grid-column: 1; grid-row: 3; }
  .system-loop-return { grid-column: 1 / -1; grid-row: 4; }

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

@media (max-width: 820px) {
  .andromeda-header {
    padding-inline: max(1rem, env(safe-area-inset-left)) max(1rem, env(safe-area-inset-right));
  }

  .andromeda-header .nav-wrap {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0;
  }

  .andromeda-header .andromeda-brand,
  .andromeda-header .lv-nav-actions,
  .andromeda-header .button-compact {
    flex: 0 0 auto;
  }

  .andromeda-header .lv-nav-actions {
    margin-left: auto;
  }

  .andromeda-header .button-compact {
    white-space: nowrap;
  }

  .andromeda-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 3.5rem 1.5rem 2.5rem;
  }

  .andromeda-hero .lv-hero-copy {
    width: min(100%, 650px);
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    align-self: center;
    text-align: center;
  }

  .andromeda-hero-signup {
    width: min(100%, 650px);
    grid-column: 1;
    grid-row: 3;
    justify-self: center;
    text-align: center;
  }

  .andromeda-hero .lv-hero-lead,
  .andromeda-hero .andromeda-waitlist-form {
    margin-inline: auto;
  }

  .andromeda-hero .andromeda-form-note {
    text-align: center;
  }

  .andromeda-hero-orbits {
    width: min(100%, 560px);
    grid-column: 1;
    grid-row: 2;
  }

  .andromeda-loop-section,
  .andromeda-architecture,
  .andromeda-faq {
    grid-template-columns: 1fr;
  }

  .andromeda-loop-section,
  .andromeda-faq {
    gap: 2.5rem;
  }

  .andromeda-loop-copy {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .andromeda-loop-copy .eyebrow,
  .andromeda-loop-copy h2,
  .andromeda-loop-copy > p:not(.eyebrow),
  .andromeda-loop-copy .button {
    grid-column: 1;
    grid-row: auto;
  }

  .andromeda-loop-copy > p:not(.eyebrow) {
    margin-top: 1.2rem;
  }

  .andromeda-architecture {
    gap: 2rem;
  }

  .integration-stack-map {
    grid-template-columns: 1fr;
  }

  .integration-stack-heading {
    border-bottom: 1px solid var(--surface-line);
  }

  .integration-stack-list {
    border-left: 0;
  }

}

@media (max-width: 620px) {
  .andromeda-brand span:last-child {
    display: none;
  }

  .andromeda-header .lv-nav-actions .button-compact {
    min-height: 44px;
    padding-inline: 0.8rem;
  }

  .andromeda-hero .lv-hero-copy {
    width: 100%;
    max-width: 345px;
  }

  .andromeda-hero {
    gap: 1.5rem;
    padding: 2.5rem 0.75rem 1.5rem;
  }

  .andromeda-hero .lv-hero-copy h1 {
    font-size: clamp(2.7rem, 13vw, 3.45rem);
  }

  .andromeda-hero-orbits {
    width: min(100%, 330px);
    min-height: 330px;
  }

  .hero-phase-ring-one { --ring-size: 130px; }
  .hero-phase-ring-two { --ring-size: 175px; }
  .hero-phase-ring-three { --ring-size: 220px; }
  .hero-phase-ring-four { --ring-size: 270px; }

  .hero-orbit-core {
    width: 96px;
    height: 96px;
    padding: 0.65rem;
  }

  .hero-orbit-core .andromeda-mark {
    width: 28px;
    height: 28px;
    margin-bottom: 0.22rem;
  }

  .hero-orbit-core strong { font-size: 0.7rem; }
  .hero-orbit-core small { font-size: 0.34rem; }
  .hero-orbit-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .hero-orbit-icon img {
    width: 20px;
    height: 20px;
  }

  .andromeda-waitlist-form {
    padding: 0.4rem;
    flex-direction: column;
    border-radius: 18px;
  }

  .andromeda-waitlist-form input[type="email"] {
    min-height: 46px;
    text-align: center;
  }

  .andromeda-waitlist-form button {
    width: 100%;
  }

  .andromeda-success {
    flex-direction: column;
  }

  .andromeda-loop-section,
  .andromeda-integrations,
  .andromeda-architecture,
  .andromeda-faq {
    width: min(calc(100% - 1.5rem), var(--max));
  }

  .andromeda-loop-copy h2,
  .andromeda-integrations-intro h2,
  .andromeda-faq-intro h2,
  .andromeda-architecture-copy h2 {
    font-size: clamp(2.65rem, 12vw, 3.5rem);
  }

  .andromeda-system-loop {
    padding: 1rem;
    border-radius: 22px;
  }

  .andromeda-system-loop {
    grid-template-columns: 1fr;
  }

  .system-loop-core {
    grid-column: 1;
    grid-row: 1;
  }

  .system-module-one { grid-column: 1; grid-row: 2; }
  .system-module-two { grid-column: 1; grid-row: 3; }
  .system-module-three { grid-column: 1; grid-row: 4; }
  .system-module-four { grid-column: 1; grid-row: 5; }
  .system-loop-return { grid-column: 1; grid-row: 6; }

  .system-module {
    min-height: 0;
  }

  .module-flow li {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .system-loop-return {
    align-items: flex-start;
    flex-direction: column;
  }

  .andromeda-integration-stage {
    padding: 1rem;
    border-radius: 22px;
  }

  .integration-hub small {
    display: none;
  }

  .integration-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .integration-card {
    min-height: 176px;
    padding: 0.9rem;
  }

  .integration-flow {
    overflow-x: auto;
    justify-content: flex-start;
    white-space: nowrap;
  }

  .integration-stack-list > div {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .integration-attribution {
    text-align: left;
  }

  .andromeda-architecture {
    padding: 2rem 1.4rem;
    border-radius: 22px;
  }

  .andromeda-architecture-grid {
    grid-template-columns: 1fr;
  }

  .architecture-bridge {
    flex-direction: row;
    gap: 0.5rem;
  }

  .architecture-bridge b {
    transform: rotate(90deg);
  }
}
