:root {
  color-scheme: dark;
  --bg: #08091a;
  --surface: #10132b;
  --surface-2: #171a38;
  --text: #f8f7ff;
  --muted: #aaa9c0;
  --line: rgba(255, 255, 255, 0.11);
  --purple: #7c62ff;
  --purple-2: #a58dff;
  --pink: #ff5f9f;
  --blue: #55b8ff;
  --success: #63d7aa;
  --warning: #ffc36a;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  --radius: 24px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 12% 6%, rgba(124, 98, 255, 0.19), transparent 28rem),
    radial-gradient(circle at 88% 14%, rgba(255, 95, 159, 0.13), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

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

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(85, 184, 255, .9);
  outline-offset: 4px;
}

.shell {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  background: rgba(8, 9, 26, 0.76);
  backdrop-filter: blur(18px);
  transition: border-color .2s ease, background .2s ease;
}

.site-header.scrolled {
  border-color: var(--line);
  background: rgba(8, 9, 26, 0.93);
}

.nav-wrap {
  display: flex;
  align-items: center;
  min-height: 76px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-right: auto;
  font-size: 1.24rem;
  font-weight: 850;
  letter-spacing: -.03em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: linear-gradient(145deg, var(--purple), var(--pink));
  box-shadow: 0 10px 30px rgba(124, 98, 255, .36);
}

.brand-mark svg {
  width: 22px;
  height: 22px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #d7d5e4;
  font-size: .92rem;
  font-weight: 650;
}

.main-nav a {
  transition: color .2s ease;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: #fff;
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: .94rem;
  font-weight: 760;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.26);
  background: rgba(255,255,255,.1);
}

.button.primary {
  border-color: transparent;
  background: linear-gradient(110deg, var(--purple), #9a6dff 45%, var(--pink));
  box-shadow: 0 14px 40px rgba(124, 98, 255, .28);
}

.button .arrow {
  transition: transform .2s ease;
}

.button:hover .arrow {
  transform: translateX(3px);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.05);
  color: #fff;
  cursor: pointer;
}

.hero {
  padding: 78px 0 56px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: 52px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  color: #d7ccff;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 29px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--pink), var(--purple-2));
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(3.25rem, 7vw, 6.5rem);
  line-height: .94;
  letter-spacing: -.075em;
}

.hero h1 span {
  display: block;
  background: linear-gradient(90deg, #fff 8%, #d6ccff 48%, #ff9fc4 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: #c1bfd1;
  font-size: clamp(1.06rem, 1.9vw, 1.22rem);
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.micro-copy {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0 0;
  color: #8f8da5;
  font-size: .84rem;
}

.micro-copy span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.micro-copy span::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--success);
  content: "";
}

.hero-visual {
  position: relative;
  min-height: 510px;
}

.hero-card {
  position: absolute;
  inset: 20px 0 0 5%;
  overflow: hidden;
  min-height: 455px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 44px 44px 130px 44px;
  background: #cbc2ff;
  box-shadow: var(--shadow);
}

.hero-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(31,23,82,.8), rgba(50,30,87,.08) 55%, rgba(255,95,159,.08));
}

.hero-card img {
  width: 100%;
  height: 455px;
  object-fit: cover;
  object-position: 63% center;
}

.signal-panel {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 18px;
  width: min(360px, 76%);
  padding: 20px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 24px;
  background: rgba(12, 13, 37, .86);
  box-shadow: 0 20px 50px rgba(0,0,0,.32);
  backdrop-filter: blur(18px);
}

.signal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: .82rem;
  font-weight: 760;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffb5cf;
}

.live-pill::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 6px rgba(255,95,159,.14);
  content: "";
}

.wave {
  display: flex;
  align-items: center;
  height: 45px;
  gap: 5px;
}

.wave span {
  width: 4px;
  height: var(--h);
  border-radius: 999px;
  background: linear-gradient(to top, var(--blue), var(--purple-2), var(--pink));
}

.room-people {
  display: flex;
  align-items: center;
  margin-top: 14px;
  color: #aaa9bf;
  font-size: .79rem;
}

.room-people img {
  width: 32px;
  height: 32px;
  margin-left: -8px;
  border: 2px solid #171830;
  border-radius: 50%;
  object-fit: cover;
}

.room-people img:first-child {
  margin-left: 0;
}

.room-people span {
  margin-left: 12px;
}

.orbit-note {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 18px;
  display: grid;
  width: 126px;
  height: 126px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  background: rgba(16,19,43,.84);
  color: #fff;
  font-size: .77rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
  backdrop-filter: blur(16px);
}

.orbit-note::before,
.orbit-note::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.orbit-note::before {
  inset: 8px;
  border: 1px dashed rgba(255,255,255,.25);
}

.orbit-note::after {
  top: 13px;
  right: 9px;
  width: 11px;
  height: 11px;
  background: var(--success);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-item {
  padding: 24px 22px;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item strong {
  display: block;
  margin-bottom: 2px;
  font-size: 1.05rem;
}

.trust-item span {
  color: var(--muted);
  font-size: .82rem;
}

.section {
  padding: 104px 0;
}

.section.compact {
  padding: 78px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr);
  align-items: end;
  gap: 42px;
  margin-bottom: 46px;
}

.section-heading h2,
.policy-hero h1 {
  margin-bottom: 0;
  font-size: clamp(2.25rem, 5vw, 4.55rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.section-heading p {
  margin-bottom: 3px;
  color: var(--muted);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.feature-card {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(150deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
}

.feature-card::after {
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, var(--glow), transparent 68%);
  opacity: .5;
}

.feature-index {
  color: #828098;
  font-size: .75rem;
  font-weight: 820;
  letter-spacing: .14em;
}

.feature-icon {
  width: 72px;
  height: 72px;
  margin: 42px 0 24px;
  filter: drop-shadow(0 14px 22px rgba(0,0,0,.25));
}

.feature-card h3 {
  margin-bottom: 11px;
  font-size: 1.22rem;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .9rem;
}

.delivery-wrap {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 18px;
}

.statement-card,
.steps-card,
.pricing-card,
.safety-card,
.contact-card,
.policy-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.045);
}

.statement-card {
  padding: 36px;
  background:
    radial-gradient(circle at 100% 0, rgba(255,95,159,.25), transparent 16rem),
    linear-gradient(145deg, rgba(124,98,255,.22), rgba(255,255,255,.03));
}

.statement-card .big {
  margin: 35px 0 22px;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 900;
  line-height: .92;
  letter-spacing: -.07em;
}

.statement-card p {
  color: #c4c1d5;
}

.steps-card {
  padding: 12px 34px;
}

.step {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.step:last-child {
  border-bottom: 0;
}

.step-number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: rgba(124,98,255,.14);
  color: #d4caff;
  font-size: .86rem;
  font-weight: 850;
}

.step strong,
.step span {
  display: block;
}

.step span {
  color: var(--muted);
  font-size: .84rem;
}

.step .status {
  color: var(--success);
  font-size: .8rem;
  font-weight: 800;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.pricing-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 30px;
}

.pricing-card.highlight {
  border-color: rgba(165,141,255,.55);
  background: linear-gradient(155deg, rgba(124,98,255,.25), rgba(255,95,159,.08));
  box-shadow: 0 24px 60px rgba(61,45,150,.16);
}

.plan-label {
  color: #aaa7c1;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pricing-card h3 {
  margin: 18px 0 9px;
  font-size: 1.5rem;
}

.plan-price {
  margin-bottom: 18px;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 760;
}

.plan-price span {
  color: var(--muted);
  font-size: .83rem;
  font-weight: 500;
}

.plan-list {
  display: grid;
  gap: 12px;
  margin: 4px 0 24px;
  padding: 0;
  list-style: none;
}

.plan-list li {
  display: flex;
  gap: 10px;
  color: #c8c6d7;
  font-size: .88rem;
}

.plan-list li::before {
  color: var(--success);
  content: "✓";
  font-weight: 900;
}

.pricing-note {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #9391a8;
  font-size: .78rem;
}

.safety-grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 18px;
}

.safety-card {
  padding: 38px;
}

.safety-card h3 {
  margin-bottom: 18px;
  font-size: 1.45rem;
}

.safety-card p {
  color: var(--muted);
}

.safety-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.safety-point {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.03);
}

.safety-point strong {
  display: block;
  margin-bottom: 5px;
}

.safety-point span {
  color: var(--muted);
  font-size: .82rem;
}

.policy-links {
  display: grid;
  gap: 10px;
}

.policy-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
  transition: background .2s ease, transform .2s ease;
}

.policy-link:hover {
  transform: translateX(3px);
  background: rgba(255,255,255,.075);
}

.policy-link span {
  color: var(--muted);
  font-size: .81rem;
}

.disclosure {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 32px;
  background: linear-gradient(120deg, #24204d, #151633 55%, #251529);
  box-shadow: var(--shadow);
}

.disclosure-copy {
  padding: 48px;
}

.disclosure-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.disclosure-copy p {
  color: #bbb8cf;
}

.disclosure-list {
  display: grid;
  padding: 28px 40px;
  background: rgba(4,5,18,.36);
}

.disclosure-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.disclosure-row:last-child {
  border-bottom: 0;
}

.disclosure-row span {
  color: var(--muted);
  font-size: .84rem;
}

.disclosure-row strong {
  font-size: .96rem;
}

.pending {
  color: var(--warning) !important;
}

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

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  width: 100%;
  padding: 24px 2px;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 760;
  text-align: left;
  cursor: pointer;
}

.faq-question::after {
  float: right;
  color: var(--purple-2);
  content: "+";
  font-size: 1.35rem;
}

.faq-question[aria-expanded="true"]::after {
  content: "−";
}

.faq-answer {
  display: none;
  max-width: 850px;
  padding: 0 0 24px;
  color: var(--muted);
}

.faq-answer.open {
  display: block;
}

.site-footer {
  padding: 54px 0 32px;
  border-top: 1px solid var(--line);
  background: rgba(4,5,16,.55);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
}

.footer-brand p {
  max-width: 460px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: .88rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.footer-column strong {
  display: block;
  margin-bottom: 14px;
}

.footer-column a {
  display: block;
  margin: 9px 0;
  color: var(--muted);
  font-size: .86rem;
}

.footer-column a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: #858399;
  font-size: .78rem;
}

.policy-main {
  min-height: 70vh;
}

.policy-hero {
  padding: 76px 0 42px;
}

.policy-hero p {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--muted);
}

.policy-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: start;
  gap: 34px;
  padding-bottom: 90px;
}

.policy-nav {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.035);
}

.policy-nav a {
  padding: 10px 12px;
  border-radius: 11px;
  color: var(--muted);
  font-size: .85rem;
}

.policy-nav a:hover,
.policy-nav a[aria-current="page"] {
  background: rgba(124,98,255,.14);
  color: #fff;
}

.policy-card {
  padding: clamp(28px, 5vw, 56px);
}

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: .82rem;
}

.policy-section {
  margin: 0 0 38px;
}

.policy-section:last-child {
  margin-bottom: 0;
}

.policy-section h2 {
  margin-bottom: 13px;
  font-size: 1.35rem;
  letter-spacing: -.02em;
}

.policy-section p,
.policy-section li {
  color: #c0bed0;
}

.policy-section ul,
.policy-section ol {
  display: grid;
  gap: 9px;
  padding-left: 23px;
}

.notice {
  margin: 24px 0;
  padding: 18px 20px;
  border: 1px solid rgba(255,195,106,.28);
  border-radius: 16px;
  background: rgba(255,195,106,.08);
  color: #ead6b7;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contact-card {
  min-height: 180px;
  padding: 28px;
}

.contact-card .label {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-card h2 {
  margin: 22px 0 8px;
  font-size: 1.22rem;
}

.contact-card p {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
}

@media (max-width: 980px) {
  .main-nav,
  .nav-cta {
    display: none;
  }

  .menu-button {
    display: inline-grid;
    place-items: center;
  }

  .main-nav.open {
    position: absolute;
    top: 76px;
    right: 20px;
    left: 20px;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #12142d;
    box-shadow: var(--shadow);
  }

  .main-nav.open a {
    padding: 12px 14px;
  }

  .hero-grid,
  .delivery-wrap,
  .safety-grid,
  .disclosure,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 54px;
  }

  .hero-visual {
    min-height: 470px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card {
    min-height: auto;
  }

  .policy-layout {
    grid-template-columns: 1fr;
  }

  .policy-nav {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .shell {
    width: min(calc(100% - 28px), var(--max));
  }

  .nav-wrap {
    min-height: 68px;
  }

  .main-nav.open {
    top: 68px;
    right: 14px;
    left: 14px;
  }

  h1 {
    font-size: clamp(3rem, 18vw, 4.4rem);
  }

  .hero-grid {
    gap: 30px;
  }

  .hero-visual {
    min-height: 390px;
  }

  .hero-card {
    inset: 14px 0 0;
    min-height: 350px;
    border-radius: 30px 30px 82px 30px;
  }

  .hero-card img {
    height: 350px;
    object-position: 67% center;
  }

  .orbit-note {
    right: 4px;
    width: 104px;
    height: 104px;
    font-size: .68rem;
  }

  .signal-panel {
    bottom: 0;
    width: 86%;
    padding: 16px;
  }

  .trust-strip,
  .feature-grid,
  .safety-points,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .trust-item,
  .trust-item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 76px 0;
  }

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

  .feature-card {
    min-height: 300px;
  }

  .disclosure-copy,
  .disclosure-list,
  .statement-card,
  .safety-card {
    padding: 26px;
  }

  .disclosure-row {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 18px 0;
  }

  .step {
    grid-template-columns: 42px 1fr;
  }

  .step .status {
    grid-column: 2;
  }

  .footer-links,
  .policy-nav {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
