:root {
  --bg: #07070a;
  --panel: rgba(15, 15, 20, .88);
  --panel-2: rgba(20, 20, 27, .78);
  --line: rgba(255,255,255,.10);
  --line-strong: rgba(255,255,255,.16);
  --text: #f8f8fb;
  --muted: #9a9aa6;
  --muted-2: #72727e;
  --accent: #ba8cff;
  --accent-2: #7d5cff;
  --green: #62e7a5;
  --shadow: 0 30px 100px rgba(0,0,0,.48);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% -10%, rgba(124,91,255,.13), transparent 36%),
    linear-gradient(180deg, #09090d 0%, #060608 48%, #08080b 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.012) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.background-orb { position: fixed; border-radius: 999px; filter: blur(100px); pointer-events: none; opacity: .15; }
.orb-one { width: 420px; height: 420px; background: #845cff; top: 7%; left: -250px; }
.orb-two { width: 360px; height: 360px; background: #d05cff; top: 40%; right: -260px; }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .035; 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='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }

.site-header { height: 92px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 5; }
.brand, .footer-brand { display: inline-flex; gap: 11px; align-items: center; font-size: 14px; font-weight: 800; letter-spacing: .18em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 10px; background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.02)); box-shadow: inset 0 1px rgba(255,255,255,.08); letter-spacing: 0; }
.brand-mark.small { width: 28px; height: 28px; border-radius: 8px; }
.secure-label { display: flex; align-items: center; gap: 7px; font-size: 12px; color: #b9b9c1; letter-spacing: .04em; }
.secure-lock { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; opacity: .92; }

.hero { text-align: center; padding: 78px 0 72px; position: relative; z-index: 1; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; color: #c7c7d0; text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 800; }
.eyebrow { padding: 9px 13px; border: 1px solid var(--line); background: rgba(255,255,255,.025); border-radius: 999px; }
.eyebrow span { color: var(--accent); }
.hero h1 { margin: 28px auto 18px; max-width: 750px; font-size: clamp(58px, 9vw, 112px); line-height: .88; letter-spacing: -.075em; font-weight: 780; }
.hero h1 span { display: inline-block; color: transparent; background: linear-gradient(110deg, #ffffff 0%, #c9bdff 43%, #926dff 100%); -webkit-background-clip: text; background-clip: text; }
.hero-copy { max-width: 630px; margin: 0 auto 46px; color: #aaaab4; font-size: clamp(16px, 2vw, 19px); line-height: 1.7; }

.pricing-card { position: relative; max-width: 560px; margin: 0 auto; text-align: left; padding: 24px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius); background: linear-gradient(165deg, rgba(22,22,30,.96), rgba(11,11,15,.97)); box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.045); }
.pricing-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: linear-gradient(120deg, rgba(255,255,255,.035), transparent 35%); }
.card-glow { position: absolute; width: 280px; height: 280px; top: -190px; right: -70px; border-radius: 50%; background: var(--accent-2); filter: blur(90px); opacity: .24; pointer-events: none; }
.card-topline, .plan-heading { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.card-topline { margin-bottom: 29px; }
.plan-title-block { width: 100%; }
.status { display: inline-flex; align-items: center; gap: 8px; color: #bff6d9; font-size: 12px; font-weight: 700; }
.status i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px rgba(98,231,165,.75); }
.plan-type { color: var(--muted-2); font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.micro-label { margin: 0 0 7px; color: var(--muted-2); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.plan-heading h2 { margin: 0; font-size: clamp(27px, 4vw, 38px); letter-spacing: -.04em; }
.price-wrap { white-space: nowrap; display: flex; align-items: baseline; margin-top: 10px; }
.currency { margin-right: 2px; color: #d9d9df; font-size: 17px; }
.price-wrap strong { font-size: 28px; line-height: 1; letter-spacing: -.04em; }
.per { margin-left: 5px; color: var(--muted); font-size: 13px; }
.billing-note { margin: 18px 0 0; color: var(--muted-2); font-size: 13px; }
.divider { height: 1px; background: var(--line); margin: 20px 0; }
.features { display: grid; gap: 3px; }
.feature { display: grid; grid-template-columns: 39px 1fr; gap: 14px; align-items: flex-start; padding: 11px 9px; border-radius: 15px; transition: background .2s ease, transform .2s ease; }
.feature:hover { background: rgba(255,255,255,.025); transform: translateX(3px); }
.feature-icon { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 11px; color: #cabaff; background: rgba(255,255,255,.025); }
.feature h3 { margin: 0 0 4px; font-size: 15px; }
.feature p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.purchase-button { position: relative; z-index: 2; margin-top: 20px; min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-radius: 15px; color: #09080d; font-size: 15px; font-weight: 850; background: linear-gradient(100deg, #f7f5ff, #c9b8ff 55%, #9a78ff); box-shadow: 0 14px 36px rgba(128,91,255,.24), inset 0 1px rgba(255,255,255,.65); transition: transform .2s ease, filter .2s ease; }
.purchase-button:hover { transform: translateY(-2px); filter: brightness(1.05); }
.checkout-note { text-align: center; margin: 14px 0 0; color: var(--muted-2); font-size: 11px; }
.checkout-note span { color: #8fe9bc; }

.steps-section, .reviews-section { padding: 72px 0; }
.steps-section { border-top: 1px solid rgba(255,255,255,.055); }
.steps { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.step { position: relative; padding: 34px 34px 20px 0; min-height: 210px; }
.step:not(:last-child) { border-right: 1px solid var(--line); margin-right: 34px; }
.step-number { color: #8675ca; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.step-line { width: 28px; height: 1px; background: #7058c5; margin: 22px 0; }
.step h3 { margin: 0 0 12px; font-size: 20px; letter-spacing: -.025em; }
.step p { max-width: 270px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.reviews-section {
  border-top: 1px solid rgba(255,255,255,.055);
  overflow: hidden;
}
.reviews-heading { position: relative; display: flex; justify-content: center; align-items: flex-end; gap: 30px; text-align: center; }
.reviews-heading > div:first-child { width: 100%; }
.reviews-heading .section-kicker {
  padding: 9px 14px;
  border: 1px solid rgba(186,140,255,.28);
  border-radius: 999px;
  background: rgba(125,92,255,.12);
  color: #d9cbff;
  box-shadow: inset 0 1px rgba(255,255,255,.05);
}
.reviews-heading h2 { margin: 13px 0 0; font-size: clamp(28px, 4.2vw, 44px); letter-spacing: -.05em; }
.reviews-heading .rating { position: absolute; right: 0; bottom: 0; }
.rating { display: grid; grid-template-columns: auto auto; gap: 4px 12px; align-items: center; text-align: right; }
.rating strong { font-size: 37px; letter-spacing: -.05em; }
.rating span { color: #c6b5ff; letter-spacing: .08em; }
.rating small { grid-column: 1 / -1; color: var(--muted-2); }

.review-marquee {
  position: relative;
  height: 570px;
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  overflow: hidden;
}
.review-lane {
  position: relative;
  min-width: 0;
  overflow: hidden;
}
.review-track {
  display: flex;
  flex-direction: column;
  gap: 16px;
  will-change: transform;
  animation: reviews-up 27s linear infinite;
}
.review-lane-down .review-track {
  animation-name: reviews-down;
  animation-duration: 31s;
}
.review-track-slow { animation-duration: 34s; }
.review-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: none;
}
.review-card {
  min-height: 178px;
  padding: 23px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(153,115,255,.08), transparent 38%),
    linear-gradient(160deg, rgba(255,255,255,.042), rgba(255,255,255,.012));
  box-shadow: inset 0 1px rgba(255,255,255,.025);
}
.review-card:hover { border-color: rgba(198,181,255,.24); background-color: rgba(255,255,255,.018); }
.stars { color: #bba5ff; letter-spacing: .12em; font-size: 12px; }
.review-card > p { margin: 14px 0 22px; color: #ceced5; line-height: 1.62; font-size: 14px; }
.reviewer { display: flex; align-items: center; gap: 9px; margin-top: auto; }
.reviewer > span { width: 18px; height: 18px; display: grid; place-items: center; color: #718cff; font-size: 18px; line-height: 1; font-weight: 900; }
.reviewer div { display: flex; align-items: baseline; gap: 8px; min-width: 0; }
.reviewer strong { color: #f3f3f7; font-size: 12px; }
.reviewer small { color: #777286; font-size: 10px; font-weight: 750; letter-spacing: .13em; }
.review-fade {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  height: 105px;
  pointer-events: none;
}
.review-fade-top { top: -1px; background: linear-gradient(to bottom, #07070a 0%, rgba(7,7,10,.88) 24%, transparent 100%); }
.review-fade-bottom { bottom: -1px; background: linear-gradient(to top, #07070a 0%, rgba(7,7,10,.9) 24%, transparent 100%); }

.review-lane:hover .review-track { animation-play-state: paused; }

@keyframes reviews-up {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, calc(-50% - 8px), 0); }
}
@keyframes reviews-down {
  from { transform: translate3d(0, calc(-50% - 8px), 0); }
  to { transform: translate3d(0, 0, 0); }
}

.payments {
  padding: 42px 0 64px;
  text-align: center;
}
.payment-methods-image {
  display: block;
  width: 318px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.site-footer { min-height: 110px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 11px; }
.site-footer nav { display: flex; gap: 22px; }
.site-footer button { padding: 0; border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.site-footer button:hover { color: white; }
.site-footer > p { text-align: right; }
.footer-brand { color: #c4c4cc; font-size: 10px; }
.legal-modal { width: min(600px, calc(100% - 28px)); border: 1px solid var(--line-strong); border-radius: 22px; padding: 31px; background: #111116; color: var(--text); box-shadow: 0 40px 120px rgba(0,0,0,.75); }
.legal-modal::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(7px); }
.modal-close { position: absolute; top: 14px; right: 16px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.03); color: white; font-size: 20px; cursor: pointer; }
#modal-content h2 { margin: 0 0 20px; font-size: 28px; }
#modal-content p { color: var(--muted); font-size: 14px; line-height: 1.7; }

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 680px); }
  .site-header { height: 74px; }
  .brand { font-size: 11px; }
  .brand-mark { width: 30px; height: 30px; }
  .secure-label { font-size: 10px; }
  .hero { padding: 55px 0 48px; }
  .hero h1 { font-size: clamp(54px, 18vw, 82px); }
  .hero-copy { font-size: 15px; margin-bottom: 32px; }
  .pricing-card { padding: 18px; border-radius: 22px; max-width: calc(100% - 10px); }
  .card-topline { margin-bottom: 25px; }
  .plan-heading { align-items: flex-start; }
  .price-wrap strong { font-size: 28px; }
  .price-wrap .per { font-size: 13px; }
  .feature { padding-inline: 5px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: auto; padding: 27px 5px; border-bottom: 1px solid var(--line); }
  .step:not(:last-child) { border-right: 0; margin-right: 0; }
  .reviews-heading { align-items: flex-start; text-align: center; }
  .rating { display: none; }
  .review-marquee { height: 500px; grid-template-columns: 1fr; gap: 0; margin-top: 28px; }
  .review-lane-down, .review-lane-third { display: none; }
  .review-card { min-height: 168px; }
  .review-fade { height: 85px; }
  .payments { padding: 38px 0 54px; }
  .payment-methods-image { width: min(292px, 100%); }
  .site-footer { grid-template-columns: 1fr; text-align: center; padding: 30px 0; }
  .footer-brand, .site-footer nav { justify-content: center; }
  .site-footer > p { text-align: center; margin: 0; }
  }

@media (prefers-reduced-motion: no-preference) {
  .hero > * { animation: fade-up .7s both; }
  .hero > *:nth-child(2) { animation-delay: .06s; }
  .hero > *:nth-child(3) { animation-delay: .12s; }
  .hero > *:nth-child(4) { animation-delay: .18s; }
  @keyframes fade-up { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
}

@media (prefers-reduced-motion: reduce) {
  .review-track { animation: none !important; }
  .review-marquee { height: auto; overflow: visible; }
  .review-lane { overflow: visible; }
  .review-stack[aria-hidden="true"], .review-fade { display: none; }
}
