@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,300;0,6..12,400;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;1,6..12,800;1,6..12,900&display=swap");

:root {
  --ink: #f5f4fa;
  --muted: #a4a2b2;
  --bg: #08080d;
  --bg2: #0d0c14;
  --panel: #12111b;
  --line: rgba(255, 255, 255, 0.1);
  --purple: #7b61ff;
  --purple2: #a995ff;
  --lav: #d6ccff;
  --green: #62dfb1;
  --radius: 24px;
  --shell: min(1180px, calc(100% - 48px));
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E");
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button {
  font: inherit;
}
.shell {
  width: var(--shell);
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 8px;
  background: #fff;
  color: #111;
  transition: top 0.2s;
}
.skip-link:focus {
  top: 16px;
}
:focus-visible {
  outline: 2px solid #cbbfff;
  outline-offset: 4px;
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 8, 13, 0.76);
  backdrop-filter: blur(18px);
}
.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand img {
  width: 164px;
  height: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #c6c4d0;
  font-size: 13px;
  font-weight: 600;
}
.nav-links > a:not(.nav-cta):hover {
  color: #fff;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 0.25s,
    background 0.25s,
    border-color 0.25s,
    box-shadow 0.25s;
}
.nav-cta {
  min-height: 42px;
  padding: 0 17px;
  background: #fff;
  color: #0b0913;
}
.menu-button {
  display: none;
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 29px;
  line-height: 1;
}
.hero {
  position: relative;
  min-height: 790px;
  padding: 150px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 74% 34%,
      rgba(123, 97, 255, 0.19),
      transparent 28%
    ),
    linear-gradient(180deg, #090910 0%, #08080d 100%);
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 70px;
  align-items: center;
}
.kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px;
  color: var(--purple2);
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.kicker > span {
  width: 24px;
  height: 1px;
  background: currentColor;
}
.hero h1,
.section h2 {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.05em;
  line-height: 1.02;
}
.hero h1 {
  max-width: 680px;
  margin: 0 0 26px;
  font-size: clamp(54px, 6.5vw, 83px);
  font-weight: 600;
}
.hero h1 em,
.section h2 em {
  font-style: normal;
  color: var(--purple2);
}
.lead {
  max-width: 650px;
  margin: 0;
  color: #bbb9c5;
  font-size: 18px;
  line-height: 1.75;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.primary {
  background: var(--purple);
  box-shadow: 0 14px 38px rgba(123, 97, 255, 0.22);
}
.primary:hover {
  transform: translateY(-2px);
  background: #8d74ff;
  box-shadow: 0 18px 45px rgba(123, 97, 255, 0.32);
}
.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}
.secondary:hover {
  border-color: rgba(169, 149, 255, 0.6);
  background: rgba(123, 97, 255, 0.09);
}
.availability {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 26px 0 0;
  color: #858391;
  font-size: 12px;
}
.availability > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(98, 223, 177, 0.75);
}
.availability b {
  color: #44424e;
}
.hero-stage {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: center;
}
.hero-stage:before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(123, 97, 255, 0.32),
    transparent 67%
  );
  filter: blur(6px);
}
.hero-phone {
  position: relative;
  z-index: 2;
  width: min(510px, 46vw);
  filter: drop-shadow(0 45px 50px rgba(0, 0, 0, 0.55));
  transform: rotate(1.5deg);
}
.orbit {
  position: absolute;
  border: 1px solid rgba(174, 158, 255, 0.18);
  border-radius: 50%;
  transform: rotate(-18deg);
}
.orbit-one {
  width: 500px;
  height: 330px;
}
.orbit-two {
  width: 600px;
  height: 420px;
}
.market-chip {
  position: absolute;
  z-index: 4;
  min-width: 145px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: rgba(17, 16, 27, 0.78);
  backdrop-filter: blur(15px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}
.market-chip span,
.market-chip strong,
.market-chip i {
  display: block;
}
.market-chip span {
  color: #817e8c;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.market-chip strong {
  margin: 3px 0;
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 16px;
}
.market-chip i {
  color: var(--green);
  font-size: 10px;
  font-style: normal;
}
.chip-one {
  left: -2%;
  top: 19%;
}
.chip-two {
  right: -1%;
  bottom: 18%;
}
.chip-two i {
  color: var(--purple2);
}
.summary {
  position: relative;
  z-index: 4;
  border-block: 1px solid var(--line);
  background: #0b0a11;
}
.summary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.summary-grid > div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 25px 32px;
  border-right: 1px solid var(--line);
}
.summary-grid > div:first-child {
  padding-left: 0;
}
.summary-grid > div:last-child {
  border: 0;
}
.summary strong {
  font-family: "Space Grotesk";
  font-size: 17px;
}
.summary span {
  color: #7f7d89;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.section {
  padding: 120px 0;
}
.section-heading {
  max-width: 760px;
  margin-bottom: 54px;
}
.section-heading h2 {
  margin: 0 0 24px;
  font-size: clamp(41px, 5vw, 63px);
  font-weight: 600;
}
.section-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}
.section-heading.split {
  max-width: none;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 80px;
}
.section-heading.split h2 {
  margin-bottom: 0;
}
.features {
  background: var(--bg2);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.feature-card {
  position: relative;
  min-height: 308px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.045),
    rgba(255, 255, 255, 0.012)
  );
  overflow: hidden;
  transition:
    transform 0.3s,
    border-color 0.3s,
    background 0.3s;
}
.feature-card:after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -100px;
  bottom: -110px;
  border-radius: 50%;
  background: rgba(123, 97, 255, 0.13);
  filter: blur(10px);
  transition: transform 0.3s;
}
.feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(169, 149, 255, 0.45);
  background: linear-gradient(
    145deg,
    rgba(123, 97, 255, 0.1),
    rgba(255, 255, 255, 0.018)
  );
}
.feature-card:hover:after {
  transform: scale(1.35);
}
.feature-number {
  position: absolute;
  right: 26px;
  top: 26px;
  color: #575461;
  font-family: "Space Grotesk";
  font-size: 12px;
}
.feature-icon {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border: 1px solid rgba(169, 149, 255, 0.3);
  border-radius: 14px;
  background: rgba(123, 97, 255, 0.1);
  color: var(--purple2);
  font-size: 23px;
}
.feature-card h3 {
  margin: 0 0 12px;
  font-family: "Space Grotesk";
  font-size: 20px;
}
.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.feature-card b {
  position: absolute;
  left: 30px;
  bottom: 28px;
  color: #b5a7ff;
  font-size: 12px;
}
.center-action {
  text-align: center;
  margin-top: 40px;
}
.center-action p {
  margin: 19px auto 0;
  color: #777482;
  font-size: 11px;
}
.how {
  background: radial-gradient(
    circle at 10% 70%,
    rgba(123, 97, 255, 0.09),
    transparent 28%
  );
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 70px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.steps li {
  position: relative;
  padding: 36px 32px 0 0;
}
.steps li:not(:last-child):after {
  content: "";
  position: absolute;
  top: -3px;
  right: 32px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--purple2);
  box-shadow: 0 0 0 8px rgba(123, 97, 255, 0.1);
}
.steps li > span {
  display: block;
  margin-bottom: 40px;
  color: var(--purple2);
  font-family: "Space Grotesk";
  font-size: 12px;
}
.steps h3 {
  margin: 0 0 12px;
  font-family: "Space Grotesk";
  font-size: 21px;
}
.steps p {
  margin: 0;
  max-width: 315px;
  color: var(--muted);
  font-size: 14px;
}
.spotlight {
  background: #0c0b12;
}
.spotlight-shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.spotlight-visual {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
}
.spotlight-visual img {
  position: relative;
  z-index: 2;
  max-height: 630px;
  filter: drop-shadow(0 38px 40px rgba(0, 0, 0, 0.58));
}
.phone-glow {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123, 97, 255, 0.3), transparent 68%);
}
.connection-card {
  position: absolute;
  z-index: 3;
  min-width: 175px;
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(18, 17, 27, 0.88);
  backdrop-filter: blur(15px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}
.connection-card span,
.connection-card strong {
  display: block;
}
.connection-card span {
  color: var(--purple2);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.connection-card strong {
  margin-top: 4px;
  font-size: 13px;
}
.card-a {
  left: 0;
  top: 20%;
}
.card-b {
  right: -2%;
  top: 45%;
}
.card-c {
  left: 4%;
  bottom: 15%;
}
.spotlight-copy h2 {
  margin: 0 0 26px;
  font-size: clamp(41px, 5vw, 63px);
}
.lead-small {
  margin: 0 0 32px;
  color: var(--muted);
  font-size: 17px;
}
.journey {
  border-top: 1px solid var(--line);
}
.journey > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.journey span {
  color: var(--purple2);
  font-family: "Space Grotesk";
  font-size: 11px;
}
.journey p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.journey strong {
  display: block;
  color: #fff;
  font-size: 14px;
}
.actions.left {
  justify-content: flex-start;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c8bdff;
  font-size: 13px;
  font-weight: 700;
}
.principles {
  background: var(--bg);
}
.principle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
}
.principle-grid article {
  padding: 34px 30px 35px 0;
}
.principle-grid article:not(:last-child) {
  border-right: 1px solid var(--line);
  margin-right: 28px;
}
.principle-grid span {
  color: var(--purple2);
  font-family: "Space Grotesk";
  font-size: 11px;
}
.principle-grid h3 {
  margin: 44px 0 12px;
  font-family: "Space Grotesk";
  font-size: 18px;
}
.principle-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.faq {
  background: var(--bg2);
}
.faq-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 110px;
}
.faq-intro {
  position: sticky;
  top: 120px;
  align-self: start;
}
.faq-intro h2 {
  margin: 0 0 22px;
  font-size: clamp(42px, 5vw, 62px);
}
.faq-intro > p:not(.kicker) {
  color: var(--muted);
}
.faq-intro .text-link {
  margin-top: 10px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 24px 50px 24px 0;
  font-family: "Space Grotesk";
  font-size: 17px;
}
summary::-webkit-details-marker {
  display: none;
}
summary span:before,
summary span:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 35px;
  width: 14px;
  height: 1px;
  background: var(--purple2);
  transition: transform 0.2s;
}
summary span:after {
  transform: rotate(90deg);
}
details[open] summary span:after {
  transform: rotate(0);
}
details p {
  max-width: 650px;
  margin: -5px 0 24px;
  color: var(--muted);
  font-size: 14px;
}
.final-cta {
  padding: 80px 0;
  background: #0c0b12;
}
.final-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  align-items: end;
  padding: 60px;
  border-radius: 30px;
  background: linear-gradient(135deg, #795eff 0%, #5d42dd 100%);
  overflow: hidden;
}
.final-panel:after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: -180px;
  top: -320px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.025),
    0 0 0 140px rgba(255, 255, 255, 0.02);
}
.final-panel > div {
  position: relative;
  z-index: 2;
}
.final-panel .kicker {
  color: #e3ddff;
}
.final-panel h2 {
  margin: 0 0 20px;
  font-size: clamp(40px, 4.6vw, 59px);
}
.final-panel h2 em {
  color: #fff;
}
.final-panel p {
  margin: 0;
  color: #e6e0ff;
}
.final-panel small {
  display: block;
  margin-top: 18px;
  color: #d1c9f5;
  font-size: 10px;
}
.light {
  background: #fff;
  color: #241a4b;
}
.outline {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
}
footer {
  padding: 70px 0 28px;
  border-top: 1px solid var(--line);
  background: #08080d;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 55px;
}
.footer-brand img {
  width: 170px;
}
.footer-brand p {
  color: #7f7d88;
  font-size: 13px;
}
.socials {
  display: flex;
  gap: 8px;
  margin-top: 26px;
}
.socials a {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #b8b5c0;
  font-size: 10px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  color: #918f9b;
}
.footer-links strong {
  margin-bottom: 9px;
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 13px;
}
.footer-links a:hover {
  color: #fff;
}
.legal-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 52px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  color: #666471;
  font-size: 10px;
}
.legal-copy p {
  margin: 0;
}
.copyright {
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
  color: #55535f;
  font-size: 10px;
}
@media (max-width: 1000px) {
  :root {
    --shell: min(100% - 40px, 1180px);
  }
  .menu-button {
    display: block;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #12111b;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
  }
  .nav-links.is-open {
    display: flex;
  }
  .nav-links > a {
    display: flex;
    padding: 12px 10px;
  }
  .nav-links .nav-cta {
    margin-top: 7px;
    padding: 0 17px;
  }
  .hero-grid {
    gap: 20px;
  }
  .market-chip {
    display: none;
  }
  .summary-grid > div {
    padding-inline: 18px;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .spotlight-shell {
    gap: 45px;
  }
  .principle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .principle-grid article:nth-child(2) {
    border-right: 0;
  }
  .faq-layout {
    gap: 50px;
  }
}
@media (max-width: 760px) {
  :root {
    --shell: min(100% - 30px, 1180px);
  }
  .nav {
    height: 68px;
  }
  .brand img {
    width: 145px;
  }
  .menu-button {
    display: block;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 68px;
    left: 15px;
    right: 15px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #12111b;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
  }
  .nav-links.is-open {
    display: flex;
  }
  .nav-links > a,
  .nav-links > a:nth-child(4),
  .nav-links > a:nth-child(5) {
    display: flex;
    padding: 12px 10px;
  }
  .nav-links .nav-cta {
    margin-top: 7px;
    padding: 0 17px;
  }
  .hero {
    min-height: auto;
    padding: 120px 0 45px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-copy .kicker,
  .hero-copy .availability {
    justify-content: center;
  }
  .hero h1 {
    font-size: clamp(47px, 13vw, 68px);
  }
  .hero .actions {
    justify-content: center;
  }
  .hero-stage {
    min-height: 420px;
  }
  .hero-phone {
    width: min(500px, 90vw);
  }
  .orbit-one {
    width: 390px;
    height: 250px;
  }
  .orbit-two {
    width: 470px;
    height: 330px;
  }
  .summary-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .summary-grid > div,
  .summary-grid > div:first-child {
    padding: 20px 14px;
    border-bottom: 1px solid var(--line);
  }
  .summary-grid > div:nth-child(2) {
    border-right: 0;
  }
  .section {
    padding: 85px 0;
  }
  .section-heading.split {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section-heading.split h2 {
    margin-bottom: 0;
  }
  .steps {
    grid-template-columns: 1fr;
    border-top: 0;
    margin-top: 40px;
  }
  .steps li {
    display: grid;
    grid-template-columns: 50px 1fr;
    padding: 24px 0;
    border-top: 1px solid var(--line);
  }
  .steps li > span {
    margin: 0;
  }
  .steps li:after {
    display: none;
  }
  .spotlight-shell {
    grid-template-columns: 1fr;
  }
  .spotlight-visual {
    min-height: 530px;
    order: 2;
  }
  .spotlight-visual img {
    max-height: 520px;
  }
  .spotlight-copy {
    order: 1;
  }
  .principle-grid {
    grid-template-columns: 1fr;
  }
  .principle-grid article,
  .principle-grid article:not(:last-child) {
    margin: 0;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .principle-grid h3 {
    margin-top: 25px;
  }
  .faq-layout {
    grid-template-columns: 1fr;
  }
  .faq-intro {
    position: static;
  }
  .final-panel {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 42px 28px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .legal-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
@media (max-width: 520px) {
  .lead {
    font-size: 16px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-card {
    min-height: 290px;
  }
  .hero-stage {
    min-height: 340px;
  }
  .spotlight-visual {
    min-height: 460px;
  }
  .spotlight-visual img {
    max-height: 450px;
  }
  .connection-card {
    min-width: 145px;
    padding: 12px;
  }
  .card-a {
    left: -2%;
  }
  .card-b {
    right: -3%;
  }
  .card-c {
    left: 0;
  }
  .section-heading h2,
  .spotlight-copy h2,
  .faq-intro h2 {
    font-size: 40px;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
  .footer-brand {
    grid-column: auto;
  }
  .copyright {
    gap: 20px;
  }
  .button {
    width: 100%;
  }
  .actions .text-link {
    width: 100%;
    justify-content: center;
  }
  .availability {
    align-items: flex-start;
  }
  .summary strong {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.spotlight-visual {
  overflow: clip;
}
.phone-glow {
  width: min(430px, 100%);
  height: auto;
  aspect-ratio: 1;
}
@media (max-width: 520px) {
  .hero-stage {
    overflow: clip;
  }
}

/* Preserve the established Alphie header and footer framing. */
.site-header {
  background: #090910;
  backdrop-filter: none;
}
.nav {
  height: 78px;
}
.brand img {
  width: 142px;
}
.nav-links {
  gap: 34px;
  color: #9390a1;
  font-size: 12px;
  font-weight: 700;
}
.nav-cta {
  min-height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, #7b66f6, #526ef5);
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(91, 87, 238, 0.3);
}
.nav-cta:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #8a76ff, #607af8);
}
.legacy-footer {
  padding: 54px 0 42px;
  background: #090910;
}
.legacy-footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  min-height: 150px;
}
.legacy-footer .footer-brand img {
  width: 142px;
}
.legacy-footer .footer-brand p {
  margin: 17px 0 13px;
  color: #656370;
  font-size: 11px;
}
.legacy-footer .socials {
  margin-top: 0;
}
.legacy-footer .socials a {
  width: auto;
  height: auto;
  border: 0;
  color: #8d899e;
  font-size: 14px;
}
.legacy-footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  color: #9693a3;
  font-size: 11px;
}
.legacy-footer-links span {
  height: 2px;
}
.legacy-footer-links a:hover {
  color: #fff;
}
.legacy-legal {
  margin-top: 25px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: #555361;
  font-size: 9px;
}
.legacy-legal p {
  margin: 0 0 8px;
}
@media (max-width: 1000px) {
  .site-header .nav-links {
    top: 78px;
  }
  .site-header .nav-links a {
    padding: 12px;
  }
  .site-header .nav-cta {
    margin-top: 8px;
  }
  .legacy-footer-top {
    gap: 40px;
  }
}
@media (max-width: 760px) {
  .site-header .nav {
    height: 68px;
  }
  .site-header .brand img {
    width: 136px;
  }
  .site-header .nav-links {
    top: 68px;
  }
  .legacy-footer {
    padding-top: 46px;
  }
  .legacy-footer-top {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .legacy-footer-links {
    align-items: flex-start;
  }
  .legacy-footer-links span {
    display: none;
  }
  .legacy-legal {
    font-size: 9px;
  }
}

/* Reference-aligned community and FAQ sections. */
.voices {
  background: #10101a;
  border-block: 1px solid var(--line);
}
.reference-heading {
  max-width: 740px;
  margin-bottom: 42px;
}
.pill-label {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 6px 13px;
  border: 1px solid rgba(139, 119, 255, 0.45);
  border-radius: 999px;
  background: rgba(123, 97, 255, 0.1);
  color: #a894ff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.reference-heading h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(40px, 5vw, 58px);
  letter-spacing: -0.045em;
  line-height: 1.08;
}
.reference-heading h2 em {
  color: #7667ff;
  font-style: italic;
}
.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.voice-grid article {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #09090f;
}
.voice-grid article:first-child {
  border-color: rgba(123, 97, 255, 0.5);
}
.story-mark {
  color: #ffc642;
  font-family: "Space Grotesk";
  font-size: 12px;
  letter-spacing: 0.12em;
}
.voice-grid p {
  margin: 20px 0;
  color: #918f9d;
  font-size: 13px;
  font-style: italic;
}
.voice-grid b,
.voice-grid small {
  display: block;
}
.voice-grid b {
  font-size: 12px;
}
.voice-grid small {
  margin-top: 3px;
  color: #62606d;
  font-size: 10px;
}
.faq {
  background: #090910;
}
.faq .reference-heading {
  margin-bottom: 38px;
}
.faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  border: 0;
}
.faq details {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #101019;
  overflow: hidden;
}
.faq details:last-child:nth-child(odd) {
  grid-column: 1/-1;
}
.faq summary {
  padding: 19px 50px 19px 20px;
  font-size: 13px;
}
.faq summary span:before,
.faq summary span:after {
  right: 20px;
  top: 28px;
  width: 11px;
}
.faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: #908e9b;
  font-size: 12px;
}
.faq-help {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: #b4a8ff;
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .voice-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }
  .faq details:last-child:nth-child(odd) {
    grid-column: auto;
  }
  .voice-grid article {
    min-height: 190px;
  }
}
.faq-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq details:last-child:nth-child(odd) {
  grid-column: auto;
}
.feature-grid {
  isolation: isolate;
}
.feature-card {
  z-index: 0;
  transform-origin: center;
  cursor: pointer;
}
.feature-card:hover,
.feature-card:focus-visible {
  z-index: 3;
  transform: translateY(-9px) scale(1.035);
  border-color: rgba(169, 149, 255, 0.72);
  background: linear-gradient(
    145deg,
    rgba(123, 97, 255, 0.17),
    rgba(255, 255, 255, 0.03)
  );
  box-shadow:
    0 24px 55px rgba(0, 0, 0, 0.42),
    0 0 35px rgba(123, 97, 255, 0.14);
}
.feature-card:focus-visible {
  outline: 2px solid #cbbfff;
  outline-offset: 4px;
}
@media (max-width: 760px) {
  .feature-card:hover,
  .feature-card:focus-visible {
    transform: translateY(-5px) scale(1.015);
  }
}
.feature-icon {
  width: auto;
  min-width: 78px;
  padding: 0 12px;
  display: inline-flex;
  place-items: initial;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.feature-icon i {
  font-style: normal;
  font-size: 18px;
  line-height: 1;
}
.feature-icon small {
  font-family: "Space Grotesk", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.feature-card:hover .feature-icon,
.feature-card:focus-visible .feature-icon {
  background: rgba(123, 97, 255, 0.2);
  border-color: rgba(169, 149, 255, 0.65);
  box-shadow: 0 0 22px rgba(123, 97, 255, 0.18);
}
.kicker {
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 0;
  margin: 0 0 20px;
  padding: 6px 13px;
  border: 1px solid rgba(139, 119, 255, 0.48);
  border-radius: 999px;
  background: rgba(123, 97, 255, 0.1);
  color: #a894ff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.kicker > span {
  display: none;
}
.hero-copy .kicker {
  justify-content: flex-start;
}
.final-panel .kicker {
  color: #eeeaff;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.09);
}
@media (max-width: 760px) {
  .hero-copy .kicker {
    margin-inline: auto;
  }
}
.voices .reference-heading {
  max-width: 820px;
}
.voices .reference-heading h2 em {
  display: block;
}
.voice-grid article {
  min-height: 240px;
}
.voice-grid article:first-child {
  border-color: rgba(123, 97, 255, 0.5);
}
.stars {
  color: #ffc12d;
  font-size: 16px;
  letter-spacing: 1px;
}
.voice-person {
  display: flex;
  align-items: center;
  gap: 12px;
}
.voice-person > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(139, 119, 255, 0.5);
  border-radius: 50%;
  background: rgba(123, 97, 255, 0.11);
  color: #aa98ff;
  font-size: 10px;
}
.voice-person b,
.voice-person small {
  display: block;
}
.voice-person b {
  font-size: 12px;
}
.voice-person small {
  margin-top: 3px;
  color: #62606d;
  font-size: 10px;
}
html body,
html body * {
  font-family: "Nunito Sans", Arial, sans-serif !important;
}
.hero h1 {
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.02;
}
.section h2,
.reference-heading h2,
.spotlight-copy h2,
.faq-intro h2,
.final-panel h2 {
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
}
.hero h1 em,
.section h2 em,
.reference-heading h2 em,
.spotlight-copy h2 em,
.faq-intro h2 em,
.final-panel h2 em {
  display: inline;
  font-style: italic;
  font-weight: 900;
  color: transparent;
  background-image: linear-gradient(
    110deg,
    #b39cff 0%,
    #8d72ff 48%,
    #6f5cf4 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.voices .reference-heading h2 em {
  display: block;
}
.kicker,
.pill-label {
  font-weight: 800;
}
.final-panel h2 em {
  color: #fff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: #fff;
}
.final-panel {
  align-items: start;
}
.final-copy {
  padding-top: 28px;
}
.final-copy .actions {
  margin-top: 28px;
}
.form-shell {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 330px;
  justify-self: end;
  padding: 18px 12px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: #10111a;
  box-shadow: 0 24px 60px rgba(22, 10, 72, 0.28);
  overflow: hidden;
}
.form-shell iframe {
  display: block;
  width: 128.21%;
  height: 550px !important;
  border: 0;
  border-radius: 9px;
  background: #fff;
  transform: scale(0.78);
  transform-origin: top left;
  margin-bottom: -121px;
}
.form-status {
  display: inline-flex;
  align-items: center;
  margin: 0 0 12px;
  padding: 4px 9px;
  border: 1px solid rgba(125, 229, 243, 0.45);
  border-radius: 999px;
  background: rgba(125, 229, 243, 0.1);
  color: #9beaf5;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.final-copy small {
  max-width: 360px;
}
@media (max-width: 760px) {
  .final-copy {
    padding-top: 0;
  }
  .form-shell {
    max-width: 100%;
    justify-self: stretch;
    padding: 16px 10px 10px;
  }
  .form-shell iframe {
    width: 116.28%;
    height: 550px !important;
    transform: scale(0.86);
    margin-bottom: -77px;
  }
}
@media (min-width: 761px) {
  :root {
    --shell: min(980px, calc(100% - 48px));
  }
  .section {
    padding: 88px 0;
  }
  .hero {
    min-height: 650px;
    padding: 125px 0 58px;
  }
  .hero-grid {
    gap: 48px;
  }
  .hero h1 {
    max-width: 560px;
    font-size: clamp(48px, 5.15vw, 68px);
  }
  .lead {
    max-width: 560px;
    font-size: 15px;
    line-height: 1.7;
  }
  .section-heading {
    max-width: 650px;
    margin-bottom: 40px;
  }
  .section-heading h2,
  .reference-heading h2,
  .spotlight-copy h2,
  .faq-intro h2 {
    font-size: clamp(35px, 4vw, 50px);
  }
  .section-heading > p:last-child,
  .lead-small {
    font-size: 14px;
  }
  .feature-card {
    min-height: 260px;
    padding: 25px;
  }
  .feature-card h3 {
    font-size: 17px;
  }
  .feature-card p {
    font-size: 12px;
    line-height: 1.65;
  }
  .feature-icon {
    margin-bottom: 20px;
  }
  .steps {
    margin-top: 52px;
  }
  .steps h3 {
    font-size: 18px;
  }
  .steps p {
    font-size: 12px;
  }
  .spotlight-shell {
    gap: 72px;
  }
  .spotlight-visual {
    min-height: 540px;
  }
  .spotlight-visual img {
    max-height: 525px;
  }
  .principle-grid article {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .principle-grid h3 {
    margin-top: 34px;
    font-size: 16px;
  }
  .principle-grid p {
    font-size: 12px;
  }
  .reference-heading {
    margin-bottom: 32px;
  }
  .voice-grid article {
    min-height: 200px;
    padding: 23px;
  }
  .voice-grid p {
    font-size: 11px;
  }
  .faq summary {
    font-size: 12px;
  }
  .faq details p {
    font-size: 11px;
  }
  .final-panel {
    padding: 48px;
  }
  .final-panel h2 {
    font-size: clamp(34px, 3.8vw, 48px);
  }
}
.how .section-heading.split {
  display: block;
  max-width: 700px;
}
.how .section-heading.split > p {
  display: none;
}
/* Responsive stability: prevent grid children and long copy from overflowing. */
.hero-grid > *,
.section-heading > *,
.spotlight-shell > *,
.final-panel > *,
.feature-card,
.voice-grid article,
.faq-column {
  min-width: 0;
}
h1,
h2,
h3,
p,
summary {
  overflow-wrap: break-word;
}
.form-shell,
.form-shell iframe {
  max-inline-size: none;
}
@media (max-width: 900px) and (min-width: 761px) {
  :root {
    --shell: min(100% - 40px, 820px);
  }
  .section {
    padding: 76px 0;
  }
  .hero {
    padding: 118px 0 64px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    text-align: center;
  }
  .hero-copy {
    max-width: 680px;
    margin-inline: auto;
  }
  .hero-copy .kicker,
  .hero-copy .availability,
  .hero .actions {
    justify-content: center;
  }
  .hero h1 {
    max-width: 650px;
    margin-inline: auto;
  }
  .hero-stage {
    min-height: 430px;
  }
  .hero-phone {
    width: min(470px, 72vw);
  }
  .orbit-one {
    width: min(500px, 78vw);
    height: 300px;
  }
  .orbit-two {
    width: min(600px, 88vw);
    height: 370px;
  }
  .spotlight-shell {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .spotlight-copy {
    order: 1;
  }
  .spotlight-visual {
    order: 2;
    min-height: 500px;
  }
  .voice-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }
  .voice-grid article {
    min-height: 180px;
  }
  .faq-list {
    grid-template-columns: 1fr;
  }
  .faq details:last-child:nth-child(odd) {
    grid-column: auto;
  }
  .final-panel {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 42px;
  }
  .final-copy {
    padding-top: 0;
  }
  .form-shell {
    justify-self: center;
    max-width: 360px;
  }
}
@media (max-width: 520px) {
  .hero h1 {
    font-size: clamp(40px, 12vw, 54px);
  }
  .section-heading h2,
  .reference-heading h2,
  .spotlight-copy h2,
  .faq-intro h2 {
    font-size: 36px;
    line-height: 1.12;
  }
  .feature-card {
    padding: 24px;
  }
  .final-panel {
    padding: 34px 20px;
    border-radius: 22px;
  }
  .form-shell {
    border-radius: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/* Keep Product Spotlight stable below desktop width. */
@media (max-width: 900px) {
  .connection-card {
    display: none;
  }
  .spotlight-visual {
    min-height: 0;
    padding: 28px 0;
  }
  .spotlight-visual img {
    width: auto;
    max-width: min(440px, 72vw);
    max-height: none;
  }
  .phone-glow {
    width: min(390px, 68vw);
  }
}
@media (max-width: 760px) {
  .spotlight-shell {
    gap: 24px;
  }
  .spotlight-visual {
    min-height: 0;
    padding: 20px 0 8px;
  }
  .spotlight-visual img {
    max-width: min(340px, 78vw);
    max-height: none;
  }
  .phone-glow {
    width: min(320px, 74vw);
  }
  .spotlight-copy .actions {
    margin-top: 26px;
  }
}
@media (max-width: 520px) {
  .spotlight-visual {
    min-height: 0;
    padding: 14px 0 0;
  }
  .spotlight-visual img {
    max-width: min(300px, 82vw);
    max-height: none;
  }
  .phone-glow {
    width: min(280px, 78vw);
  }
}
/* Preserve spotlight labels on tablet and mobile without overlap. */
@media (max-width: 900px) {
  .spotlight-visual {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
  }
  .spotlight-visual img {
    grid-column: 1/-1;
    grid-row: 1;
    justify-self: center;
  }
  .spotlight-visual .phone-glow {
    position: absolute;
  }
  .connection-card {
    display: block;
    position: static;
    min-width: 0;
    width: 100%;
    padding: 13px 12px;
    transform: none;
  }
  .connection-card span {
    font-size: 8px;
  }
  .connection-card strong {
    font-size: 11px;
  }
}
@media (max-width: 520px) {
  .spotlight-visual {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .spotlight-visual img {
    grid-column: 1;
    grid-row: 1;
  }
  .connection-card {
    padding: 13px 14px;
  }
}
/* One-piece responsive Product Spotlight artwork. */
.spotlight-visual .phone-glow,
.spotlight-visual .connection-card {
  display: none !important;
}
.spotlight-visual > img {
  width: 100%;
  max-width: 620px;
  max-height: none;
  filter: none;
  transform: none;
}
@media (max-width: 900px) {
  .spotlight-visual > img {
    width: 100%;
    max-width: 700px;
  }
}
@media (max-width: 760px) {
  .spotlight-visual > img {
    width: 100%;
    max-width: 560px;
  }
}
@media (max-width: 520px) {
  .spotlight-visual > img {
    width: 100%;
    max-width: 100%;
  }
}
/* Blend the composite artwork into the section instead of showing a black rectangle. */
@media (min-width: 901px) {
  .spotlight-shell {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 52px;
  }
  .spotlight-visual > img {
    width: 112%;
    max-width: 680px;
    margin-left: -6%;
    mix-blend-mode: screen;
    filter: drop-shadow(0 28px 50px rgba(64, 39, 180, 0.2));
  }
}
@media (max-width: 900px) {
  .spotlight-visual > img {
    mix-blend-mode: screen;
    filter: drop-shadow(0 22px 40px rgba(64, 39, 180, 0.18));
  }
}
.spotlight-visual > img {
  mix-blend-mode: normal;
}
/* Clean header-inspired Product Spotlight visual. */
.spotlight-visual {
  isolation: isolate;
}
.spotlight-visual:before,
.spotlight-visual:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(169, 149, 255, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-17deg);
  pointer-events: none;
}
.spotlight-visual:before {
  width: min(520px, 92%);
  height: 330px;
}
.spotlight-visual:after {
  width: min(620px, 108%);
  height: 410px;
}
.spotlight-visual > img {
  position: relative;
  z-index: 2;
  width: auto !important;
  max-width: min(430px, 78%) !important;
  max-height: 570px;
  filter: drop-shadow(0 35px 48px rgba(0, 0, 0, 0.5)) !important;
  transform: rotate(1.5deg);
}
@media (max-width: 900px) {
  .spotlight-visual:before {
    width: min(500px, 78vw);
    height: 300px;
  }
  .spotlight-visual:after {
    width: min(590px, 88vw);
    height: 370px;
  }
  .spotlight-visual > img {
    max-width: min(400px, 58vw) !important;
  }
}
@media (max-width: 520px) {
  .spotlight-visual:before {
    width: 82vw;
    height: 210px;
  }
  .spotlight-visual:after {
    width: 96vw;
    height: 270px;
  }
  .spotlight-visual > img {
    max-width: min(300px, 62vw) !important;
  }
}
.spotlight-visual {
  overflow: visible;
}
.spotlight-visual:before {
  width: min(470px, 80%);
}
.spotlight-visual:after {
  width: min(550px, 94%);
}
/* Stronger mobile step numbering across process sections. */
@media (max-width: 900px) {
  .steps li {
    grid-template-columns: 42px 1fr;
    gap: 8px;
  }
  .steps li > span,
  .journey > div > span,
  .principle-grid article > span {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    margin: 0;
    border: 1px solid rgba(169, 149, 255, 0.38);
    border-radius: 9px;
    background: rgba(123, 97, 255, 0.1);
    color: #b7a6ff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
  }
  .journey > div {
    grid-template-columns: 42px 1fr;
    gap: 10px;
  }
  .principle-grid h3 {
    margin-top: 18px;
  }
}
/* Three-screen Product Spotlight artwork. */
.spotlight-visual > img {
  width: 112% !important;
  max-width: 650px !important;
  max-height: none !important;
  margin: 0 !important;
  transform: none !important;
  filter: drop-shadow(0 32px 45px rgba(0, 0, 0, 0.48)) !important;
}
@media (max-width: 900px) {
  .spotlight-visual > img {
    width: 100% !important;
    max-width: 680px !important;
  }
}
@media (max-width: 520px) {
  .spotlight-visual > img {
    width: 106% !important;
    max-width: 106% !important;
  }
}
/* Correct three-screen alignment on iPad and mobile. */
@media (min-width: 901px) and (max-width: 1100px) {
  .spotlight-shell {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }
  .spotlight-visual > img {
    width: 94% !important;
    max-width: 500px !important;
    margin: 0 auto !important;
  }
  .spotlight-visual:before {
    width: 76%;
    height: 280px;
  }
  .spotlight-visual:after {
    width: 92%;
    height: 350px;
  }
}
@media (max-width: 900px) {
  .spotlight-visual {
    width: 100%;
    justify-items: center;
  }
  .spotlight-visual > img {
    width: 92% !important;
    max-width: 600px !important;
    margin-inline: auto !important;
  }
}
@media (max-width: 520px) {
  .spotlight-visual {
    padding-inline: 8px;
  }
  .spotlight-visual > img {
    width: 92% !important;
    max-width: 420px !important;
  }
  .spotlight-visual:before {
    width: 76vw;
    height: 190px;
  }
  .spotlight-visual:after {
    width: 88vw;
    height: 245px;
  }
}
/* Optical centering for mobile assets with asymmetric transparent padding. */
@media (max-width: 520px) {
  .hero-phone {
    transform: translateX(-3%) rotate(1.5deg);
  }
  .spotlight-visual > img {
    transform: translateX(6%) !important;
  }
}
.download-card {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 430px;
  justify-self: end;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  background: rgba(13, 11, 27, 0.88);
  box-shadow: 0 24px 60px rgba(22, 10, 72, 0.3);
  overflow: hidden;
}
.download-card > img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: contain;
  margin: 4px 0 10px;
}
.download-card strong {
  display: block;
  color: #fff;
  font-size: 18px;
}
.download-card p {
  margin: 8px 0 16px;
  color: #cfc8e7;
  font-size: 13px;
  line-height: 1.55;
}
.download-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #bcaeff;
  font-size: 13px;
  font-weight: 800;
}
.download-status {
  display: inline-flex;
  padding: 6px 10px;
  border: 1px solid rgba(188, 174, 255, 0.42);
  border-radius: 999px;
  background: rgba(126, 92, 255, 0.15);
  color: #ddd5ff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .download-card {
    max-width: 100%;
    justify-self: stretch;
  }
  .download-card > img {
    height: 190px;
  }
}
.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.store-badge {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 188px;
  height: 58px;
  padding: 7px 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  background: #050505;
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease;
}
.store-badge:hover {
  transform: translateY(-2px);
  border-color: #fff;
}
.store-badge > span:last-child {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.store-badge small {
  font-size: 10px;
  line-height: 1.05;
}
.store-badge strong {
  font-family: Arial, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.store-icon {
  display: grid;
  place-items: center;
  flex: 0 0 31px;
  width: 31px;
  height: 34px;
}
.store-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.play-icon {
  position: relative;
  width: 31px;
  height: 34px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: linear-gradient(
    145deg,
    #25d9c7 0 34%,
    #f8d13d 35% 55%,
    #fa4967 56% 72%,
    #4b86ff 73%
  );
}
.google-store small {
  font-size: 9px;
  letter-spacing: 0.08em;
}
@media (max-width: 760px) {
  .hero .store-badges {
    justify-content: center;
  }
}
@media (max-width: 520px) {
  .store-badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 10px;
  }
  .store-badge {
    min-width: 0;
    width: 100%;
    height: 54px;
    padding: 6px 10px;
  }
  .store-badge strong {
    font-size: 18px;
  }
  .store-icon {
    width: 27px;
    height: 30px;
    flex-basis: 27px;
  }
  .play-icon {
    width: 27px;
    height: 30px;
  }
}
.store-badge {
  border-color: rgba(183, 166, 255, 0.72);
  border-radius: 12px;
  background: linear-gradient(135deg, #8064ff 0%, #6849ee 100%);
  box-shadow:
    0 14px 34px rgba(110, 76, 240, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.store-badge.google-store {
  background: linear-gradient(135deg, #271f46 0%, #171424 100%);
  border-color: rgba(159, 137, 255, 0.55);
}
.store-badge:hover {
  border-color: #c9baff;
  box-shadow:
    0 18px 42px rgba(110, 76, 240, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.store-badge small {
  color: #f0ecff;
}
.play-icon {
  background: linear-gradient(145deg, #b7a6ff 0 42%, #fff 43% 58%, #8064ff 59%);
}
.store-badge,
.store-badge.google-store {
  border-color: rgba(159, 137, 255, 0.45);
  background: linear-gradient(135deg, #271f46 0%, #171424 100%);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
.store-badge:hover,
.store-badge:focus,
.store-badge:active {
  transform: translateY(-2px);
  border-color: #c9baff;
  background: linear-gradient(135deg, #8b70ff 0%, #6849ee 100%);
  box-shadow:
    0 18px 42px rgba(110, 76, 240, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.store-badge:focus-visible {
  outline: 2px solid #d8ceff;
  outline-offset: 3px;
}
.play-icon {
  display: grid;
  place-items: center;
  flex: 0 0 31px;
  width: 31px;
  height: 34px;
  clip-path: none;
  background: none;
}
.play-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: #fff;
}
@media (max-width: 520px) {
  .play-icon {
    width: 27px;
    height: 30px;
    flex-basis: 27px;
  }
}
.form-shell {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 350px;
  justify-self: end;
  padding: 18px 12px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: #10111a;
  box-shadow: 0 24px 60px rgba(22, 10, 72, 0.28);
  overflow: hidden;
}
.form-shell iframe {
  display: block;
  width: 128.21%;
  height: 550px !important;
  border: 0;
  border-radius: 9px;
  background: #fff;
  transform: scale(0.78);
  transform-origin: top left;
  margin-bottom: -121px;
}
.form-status {
  display: inline-flex;
  align-items: center;
  margin: 0 0 12px;
  padding: 4px 9px;
  border: 1px solid rgba(188, 174, 255, 0.45);
  border-radius: 999px;
  background: rgba(126, 92, 255, 0.12);
  color: #d8ceff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
@media (max-width: 900px) {
  .form-shell {
    justify-self: center;
    max-width: 360px;
  }
}
@media (max-width: 760px) {
  .form-shell {
    max-width: 100%;
    justify-self: stretch;
    padding: 16px 10px 10px;
  }
  .form-shell iframe {
    width: 116.28%;
    height: 550px !important;
    transform: scale(0.86);
    margin-bottom: -77px;
  }
}
@media (max-width: 520px) {
  .form-shell {
    border-radius: 14px;
  }
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
@media (max-width: 900px) and (min-width: 761px) {
  .final-panel .form-shell {
    justify-self: center;
    width: 100%;
    max-width: 360px;
  }
}
.hero h1 > span,
.hero h1 > em {
  display: block;
}
@media (max-width: 900px) and (min-width: 761px) {
  .hero h1 {
    max-width: 620px;
    margin-inline: auto;
    font-size: clamp(44px, 6.2vw, 50px);
    line-height: 1.06;
  }
  .hero .lead {
    max-width: 610px;
    margin-inline: auto;
    font-size: 16px;
    line-height: 1.65;
  }
  .hero-stage {
    min-height: 390px;
  }
}
@media (max-width: 520px) {
  .hero {
    padding-top: 108px;
  }
  .hero h1 {
    font-size: clamp(37px, 10.5vw, 44px);
    line-height: 1.06;
  }
  .hero h1 > span {
    max-width: 390px;
    margin-inline: auto;
  }
  .hero h1 > em {
    max-width: 330px;
    margin: 7px auto 0;
  }
  .hero .lead {
    font-size: 15px;
    line-height: 1.65;
  }
  .hero-stage {
    min-height: 310px;
  }
}
@media (max-width: 520px) {
  .hero .store-badges {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: auto;
    gap: 10px;
  }
  .hero .store-badge {
    flex: 0 0 210px;
    min-width: 0;
    width: 210px;
    height: 54px;
    padding: 6px 12px;
  }
}
@media (max-width: 440px) {
  .hero .store-badges {
    width: 100%;
  }
  .hero .store-badge {
    flex: 1 1 calc(50% - 5px);
    width: auto;
    padding-inline: 9px;
  }
  .hero .store-badge strong {
    font-size: 17px;
  }
}
.feature-icon i {
  display: grid;
  place-items: center;
}
.feature-icon i svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon {
  display: block;
  width: 1.1em;
  height: 1.1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}
.menu-button .icon {
  width: 28px;
  height: 28px;
}
.menu-button [hidden] {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
