.landing-v2 {
  --landing-navy: #032f50;
  --landing-navy-dark: #01223d;
  --landing-blue: #074e7d;
  --landing-yellow: #ffbf22;
  --landing-orange: #f58b13;
  --landing-cream: #fffaf0;
  --landing-ink: #082844;
  overflow-x: hidden;
  background: var(--landing-navy);
  color: #fff;
}

.landing-v2 .starfield {
  z-index: 0;
  opacity: 0.48;
}

.landing-v2 main,
.landing-header,
.landing-footer {
  position: relative;
  z-index: 1;
}

.landing-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  border: 0;
  background: transparent;
}

.landing-nav {
  display: grid;
  width: min(1380px, calc(100% - 64px));
  height: 104px;
  margin: 0 auto;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 52px;
}

.landing-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--landing-yellow);
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -1.6px;
  text-decoration: none;
  text-shadow: 0 3px 0 rgba(144, 74, 0, 0.34);
}

.landing-logo svg {
  width: 45px;
  height: 45px;
  overflow: visible;
  fill: var(--landing-yellow);
  filter: drop-shadow(0 3px 0 #dc780b) drop-shadow(0 5px 7px rgba(0, 0, 0, 0.25));
}

.landing-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(26px, 3vw, 56px);
}

.landing-links a {
  position: relative;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.landing-links a::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--landing-yellow);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.landing-links a:hover::after,
.landing-links a:focus-visible::after {
  transform: scaleX(1);
}

.landing-nav-button,
.landing-button {
  display: inline-flex;
  min-height: 58px;
  padding: 0 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.landing-nav-button {
  min-height: 54px;
  padding: 0 30px;
  background: linear-gradient(135deg, #ffd75b, #ffb51c);
  box-shadow: 0 6px 0 rgba(176, 92, 0, 0.35), 0 14px 34px rgba(255, 174, 16, 0.16);
  color: #092642;
  font-size: 15px;
}

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

.landing-nav-button:active,
.landing-button:active {
  transform: translateY(1px) scale(0.99);
}

.landing-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(3, 35, 61, 0.66);
}

.landing-menu-button span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  border-radius: 2px;
  background: #fff;
}

.landing-hero {
  position: relative;
  display: grid;
  min-height: min(820px, 100svh);
  padding: 126px max(42px, calc((100vw - 1380px) / 2)) 122px;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 56%, rgba(28, 114, 165, 0.5), transparent 36%),
    radial-gradient(circle at 18% 30%, rgba(4, 76, 122, 0.45), transparent 34%),
    linear-gradient(140deg, #05395f 0%, #022844 58%, #021d35 100%);
  grid-template-columns: minmax(460px, 0.88fr) minmax(520px, 1.12fr);
}

.landing-hero::before,
.landing-hero::after {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 184, 25, 0.9);
  box-shadow: 0 0 18px rgba(255, 181, 20, 0.8);
  content: "";
}

.landing-hero::before {
  top: 20%;
  left: 48%;
  width: 8px;
  height: 8px;
}

.landing-hero::after {
  right: 8%;
  bottom: 21%;
  width: 5px;
  height: 5px;
}

.landing-hero-copy {
  position: relative;
  z-index: 6;
  max-width: 720px;
  padding-bottom: 12px;
}

.landing-eyebrow {
  display: inline-flex;
  align-items: center;
  color: var(--landing-yellow);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.landing-eyebrow::before {
  width: 8px;
  height: 8px;
  margin-right: 12px;
  border-radius: 50%;
  background: var(--landing-yellow);
  box-shadow: 0 0 14px rgba(255, 190, 34, 0.8);
  content: "";
}

.landing-hero h1 {
  margin: 22px 0 0;
  color: #fff;
  font-size: clamp(64px, 6.4vw, 104px);
  line-height: 0.93;
  letter-spacing: -5px;
  text-wrap: balance;
}

.landing-hero h1 strong {
  display: inline-block;
  margin-top: 8px;
  background: linear-gradient(180deg, #ffe786 0%, #ffbd26 58%, #f39512 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 0 rgba(124, 64, 0, 0.2));
}

.landing-hero-copy > p {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(241, 248, 255, 0.82);
  font-size: clamp(19px, 1.6vw, 25px);
  line-height: 1.45;
}

.landing-actions {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  gap: 18px;
}

.landing-button.primary {
  background: linear-gradient(135deg, #ffd75b, #ffb41b);
  box-shadow: 0 6px 0 rgba(176, 92, 0, 0.32), 0 16px 38px rgba(255, 174, 16, 0.18);
  color: var(--landing-ink);
}

.landing-button.primary span {
  margin-left: 18px;
  font-size: 25px;
}

.landing-button.secondary {
  border: 2px solid rgba(233, 246, 255, 0.85);
  background: rgba(2, 35, 60, 0.45);
  color: #fff;
}

.landing-button.secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

.landing-hero-art {
  position: absolute;
  z-index: 3;
  top: 76px;
  right: -1.5%;
  bottom: 0;
  width: 58%;
  overflow: hidden;
  contain: paint;
}

.landing-hero-art::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg, var(--landing-navy) 0%, transparent 16%, transparent 84%, rgba(2, 29, 53, 0.5) 100%);
  content: "";
  pointer-events: none;
}

.landing-hero-art img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: min(780px, 100%);
  height: 100%;
  object-fit: cover;
  object-position: 50% 34%;
  filter: saturate(1.03) contrast(1.02);
  -webkit-mask-image: radial-gradient(ellipse 79% 84% at 58% 54%, #000 67%, transparent 100%);
  mask-image: radial-gradient(ellipse 79% 84% at 58% 54%, #000 67%, transparent 100%);
  animation: mascot-float 5.5s ease-in-out infinite;
}

.hero-orbit {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 58%;
  width: 76%;
  height: 38%;
  border: 1px solid rgba(255, 194, 41, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-14deg);
}

.hero-orbit.two {
  width: 62%;
  height: 28%;
  border-color: rgba(255, 255, 255, 0.12);
  transform: translate(-50%, -50%) rotate(18deg);
}

.landing-benefits {
  position: relative;
  z-index: 8;
  margin-top: -72px;
  padding: 92px 0 34px;
  background: var(--landing-cream);
  color: var(--landing-ink);
  clip-path: ellipse(84% 100% at 50% 100%);
}

.benefits-inner {
  display: grid;
  width: min(1260px, calc(100% - 64px));
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
}

.benefit {
  display: flex;
  min-height: 96px;
  padding: 10px 40px;
  align-items: center;
  gap: 22px;
}

.benefit + .benefit {
  border-left: 1px solid rgba(11, 53, 85, 0.14);
}

.simple-icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: 50%;
  background: #fff1cd;
}

.simple-icon svg {
  width: 48px;
  height: 48px;
  overflow: visible;
}

.star-icon svg {
  fill: var(--landing-yellow);
  filter: drop-shadow(0 3px 0 #e1800a) drop-shadow(0 6px 6px rgba(103, 56, 0, 0.2));
}

.pin-icon svg path {
  fill: var(--landing-orange);
  filter: drop-shadow(0 3px 0 #cc6810);
}

.pin-icon svg circle {
  fill: #fff8e8;
}

.orbit-icon svg > circle:first-child {
  fill: none;
  stroke: #0870aa;
  stroke-width: 7;
}

.orbit-icon svg .node {
  fill: var(--landing-yellow);
  stroke: #fff1c8;
  stroke-width: 3;
}

.benefit b,
.benefit small {
  display: block;
}

.benefit b {
  font-size: 21px;
}

.benefit small {
  margin-top: 3px;
  color: #6b7b88;
  font-size: 16px;
}

.landing-section {
  position: relative;
  padding: 112px max(32px, calc((100vw - 1260px) / 2));
}

.landing-section.light {
  background: var(--landing-cream);
  color: var(--landing-ink);
}

.landing-section.navy {
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 50%, rgba(8, 94, 145, 0.55), transparent 34%),
    linear-gradient(145deg, #063b60, #01243f 70%);
  color: #fff;
}

.landing-section-heading {
  max-width: 850px;
  margin: 0 auto 58px;
  text-align: center;
}

.landing-section-heading h2,
.universe-copy h2,
.landing-cta h2 {
  margin: 17px 0 0;
  font-size: clamp(43px, 5vw, 70px);
  line-height: 1;
  letter-spacing: -2.5px;
}

.landing-section-heading p {
  margin: 18px 0 0;
  color: #6d7d89;
  font-size: 18px;
}

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

.simple-card {
  position: relative;
  min-height: 330px;
  padding: 34px;
  border: 1px solid #e9ddc4;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(18, 49, 70, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.simple-card:hover {
  box-shadow: 0 23px 65px rgba(18, 49, 70, 0.11);
  transform: translateY(-5px);
}

.step-number {
  position: absolute;
  top: 28px;
  right: 31px;
  color: #d7cbb6;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.simple-card h3 {
  margin: 28px 0 0;
  font-size: 25px;
}

.simple-card p {
  margin: 12px 0 0;
  color: #6d7d89;
  font-size: 17px;
  line-height: 1.55;
}

.universe-layout {
  display: grid;
  min-height: 590px;
  align-items: center;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 82px;
}

.universe-visual {
  position: relative;
  min-height: 520px;
}

.mini-planet {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(440px, 90%);
  aspect-ratio: 1;
  overflow: hidden;
  border: 6px solid #075482;
  border-radius: 50%;
  background: #075482;
  box-shadow: inset -32px -25px 60px rgba(0, 16, 32, 0.38), 0 0 80px rgba(255, 183, 24, 0.22);
  transform: translate(-50%, -50%);
}

.mini-planet::before {
  position: absolute;
  inset: -10%;
  background-image: url("/site-assets/star-small.png");
  background-position: 20px 26px;
  background-size: 62px 62px;
  content: "";
  opacity: 0.95;
  transform: rotate(-7deg);
  animation: planet-drift 22s linear infinite;
}

.mini-planet img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 24%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.28));
}

.universe-star {
  position: absolute;
  color: var(--landing-yellow);
  text-shadow: 0 4px 0 #bd6508, 0 0 18px rgba(255, 190, 34, 0.55);
}

.universe-star.s1 { top: 4%; left: 8%; font-size: 48px; transform: rotate(-12deg); }
.universe-star.s2 { right: 4%; bottom: 8%; font-size: 35px; transform: rotate(15deg); }
.universe-star.s3 { top: 12%; right: 7%; font-size: 22px; }

.universe-copy h2 {
  color: #fff;
}

.universe-copy > p {
  max-width: 600px;
  margin: 23px 0 0;
  color: rgba(237, 246, 253, 0.76);
  font-size: 19px;
  line-height: 1.6;
}

.universe-points {
  display: grid;
  margin: 29px 0 34px;
  gap: 13px;
}

.universe-points span {
  display: flex;
  align-items: center;
  gap: 13px;
}

.universe-points i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--landing-yellow);
  color: var(--landing-navy);
  font-style: normal;
}

.simple-roadmap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.simple-roadmap::before {
  position: absolute;
  top: 27px;
  right: 8%;
  left: 8%;
  height: 3px;
  background: #ead9b8;
  content: "";
}

.roadmap-step {
  position: relative;
  z-index: 1;
  padding: 0 12px;
  text-align: center;
}

.roadmap-step span {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  place-items: center;
  border: 4px solid var(--landing-cream);
  border-radius: 50%;
  background: #d7c9ad;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 0 0 2px #d7c9ad;
}

.roadmap-step.active span {
  background: var(--landing-yellow);
  box-shadow: 0 0 0 2px var(--landing-orange), 0 8px 20px rgba(245, 139, 19, 0.24);
  color: var(--landing-ink);
}

.roadmap-step b,
.roadmap-step small {
  display: block;
}

.roadmap-step b {
  font-size: 20px;
}

.roadmap-step small {
  margin-top: 7px;
  color: #70808c;
  font-size: 14px;
}

.landing-cta {
  display: flex;
  min-height: 480px;
  padding: 92px 24px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 15%, rgba(12, 99, 151, 0.65), transparent 42%),
    linear-gradient(145deg, #073c61, #011d35);
  text-align: center;
}

.landing-cta .simple-icon {
  width: 84px;
  height: 84px;
  background: rgba(255, 241, 205, 0.12);
}

.landing-cta h2 {
  margin-top: 24px;
}

.landing-cta p {
  margin: 17px 0 30px;
  color: rgba(237, 246, 253, 0.75);
  font-size: 19px;
}

.landing-footer {
  display: flex;
  min-height: 120px;
  padding: 24px max(32px, calc((100vw - 1260px) / 2));
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  background: #00182d;
  color: #71889a;
  font-size: 14px;
}

.landing-footer .landing-logo {
  font-size: 25px;
}

.landing-footer .landing-logo svg {
  width: 34px;
  height: 34px;
}

.landing-footer div {
  display: flex;
  gap: 24px;
}

.landing-footer div a {
  color: #9cafbd;
  text-decoration: none;
}

@keyframes mascot-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@media (max-width: 1120px) {
  .landing-nav {
    width: calc(100% - 42px);
    gap: 28px;
  }

  .landing-links {
    gap: 24px;
  }

  .landing-hero {
    padding-right: 30px;
    padding-left: 36px;
    grid-template-columns: minmax(420px, 0.95fr) minmax(420px, 1.05fr);
  }

  .landing-hero h1 {
    font-size: clamp(58px, 7vw, 78px);
  }

  .landing-hero-art {
    width: 56%;
  }
}

@media (max-width: 900px) {
  .landing-nav {
    height: 86px;
    grid-template-columns: 1fr auto;
  }

  .landing-logo {
    font-size: 28px;
  }

  .landing-logo svg {
    width: 37px;
    height: 37px;
  }

  .landing-links,
  .landing-nav-button {
    display: none;
  }

  .landing-links.is-open {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    z-index: 20;
    display: grid;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background: rgba(3, 35, 61, 0.97);
    box-shadow: 0 18px 45px rgba(0, 8, 19, 0.34);
    gap: 2px;
    backdrop-filter: blur(18px);
  }

  .landing-links.is-open a {
    padding: 13px 16px;
    border-radius: 14px;
  }

  .landing-links.is-open a:hover,
  .landing-links.is-open a:focus-visible {
    background: rgba(255, 255, 255, 0.08);
  }

  .landing-menu-button {
    display: block;
  }

  .landing-menu-button span {
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .landing-menu-button.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .landing-menu-button.is-open span:nth-child(2) {
    opacity: 0;
  }

  .landing-menu-button.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .landing-hero {
    display: flex;
    min-height: 920px;
    padding: 124px 28px 368px;
    align-items: flex-start;
  }

  .landing-hero-copy {
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
  }

  .landing-eyebrow {
    letter-spacing: 3.5px;
  }

  .landing-hero h1 {
    font-size: clamp(54px, 10vw, 78px);
    letter-spacing: -3px;
  }

  .landing-hero-copy > p {
    margin-right: auto;
    margin-left: auto;
  }

  .landing-actions {
    justify-content: center;
  }

  .landing-hero-art {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 430px;
  }

  .landing-hero-art img {
    right: 50%;
    width: min(680px, 100%);
    transform: translateX(50%);
    object-position: 50% 34%;
    animation-name: none;
  }

  .landing-benefits {
    margin-top: -55px;
    clip-path: ellipse(118% 100% at 50% 100%);
  }

  .benefits-inner {
    width: calc(100% - 34px);
  }

  .benefit {
    padding: 10px 18px;
  }

  .benefit small {
    display: none;
  }

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

  .simple-roadmap {
    row-gap: 44px;
  }

  .simple-roadmap::before {
    display: none;
  }

  .universe-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .universe-visual {
    min-height: 430px;
  }

  .universe-copy {
    text-align: center;
  }

  .universe-copy > p {
    margin-right: auto;
    margin-left: auto;
  }

  .universe-points {
    width: max-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .landing-nav {
    width: calc(100% - 28px);
  }

  .landing-hero {
    min-height: 850px;
    padding: 112px 18px 345px;
  }

  .landing-eyebrow {
    font-size: 11px;
    letter-spacing: 2.5px;
  }

  .landing-hero h1 {
    margin-top: 17px;
    font-size: clamp(45px, 13vw, 61px);
    line-height: 0.96;
    letter-spacing: -2.6px;
  }

  .landing-hero-copy > p {
    margin-top: 19px;
    font-size: 17px;
  }

  .landing-actions {
    display: grid;
    width: min(100%, 340px);
    margin: 27px auto 0;
    grid-template-columns: 1fr 0.72fr;
    gap: 11px;
  }

  .landing-button {
    min-height: 54px;
    padding: 0 20px;
    font-size: 15px;
  }

  .landing-button.primary span {
    margin-left: 10px;
  }

  .landing-hero-art {
    height: 390px;
  }

  .landing-hero-art img {
    width: 520px;
    max-width: none;
    object-position: 50% 30%;
  }

  .landing-benefits {
    margin-top: -42px;
    padding: 69px 0 24px;
    clip-path: ellipse(160% 100% at 50% 100%);
  }

  .benefits-inner {
    width: calc(100% - 20px);
  }

  .benefit {
    padding: 6px 7px;
    flex-direction: column;
    gap: 7px;
    text-align: center;
  }

  .benefit + .benefit {
    border-left-color: rgba(11, 53, 85, 0.1);
  }

  .simple-icon {
    width: 54px;
    height: 54px;
  }

  .simple-icon svg {
    width: 39px;
    height: 39px;
  }

  .benefit b {
    font-size: 16px;
  }

  .landing-section {
    padding: 78px 18px;
  }

  .landing-section-heading {
    margin-bottom: 35px;
  }

  .landing-section-heading h2,
  .universe-copy h2,
  .landing-cta h2 {
    font-size: clamp(36px, 11vw, 48px);
    letter-spacing: -1.8px;
  }

  .steps-grid,
  .simple-roadmap {
    grid-template-columns: 1fr;
  }

  .simple-card {
    min-height: 270px;
    padding: 27px;
  }

  .universe-visual {
    min-height: 340px;
  }

  .mini-planet {
    width: 310px;
  }

  .universe-copy > p {
    font-size: 17px;
  }

  .roadmap-step {
    display: grid;
    padding: 16px 18px;
    align-items: center;
    border: 1px solid #eadfc9;
    border-radius: 20px;
    background: #fff;
    grid-template-columns: 55px 1fr;
    column-gap: 15px;
    text-align: left;
  }

  .roadmap-step span {
    margin: 0;
    grid-row: 1 / 3;
  }

  .roadmap-step small {
    margin-top: 2px;
  }

  .landing-footer {
    padding: 34px 18px;
    flex-direction: column;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-hero-art img,
  .mini-planet::before {
    animation: none !important;
  }
}
