:root {
  --bg: #fbf9ff;
  --surface: rgba(255, 255, 255, 0.95);
  --surface-2: #f4efff;
  --section-bg-a: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 233, 255, 0.97) 100%);
  --section-bg-b: linear-gradient(145deg, rgba(238, 228, 255, 0.97) 0%, rgba(231, 245, 255, 0.96) 100%);
  --section-bg-c: linear-gradient(145deg, rgba(255, 229, 247, 0.97) 0%, rgba(237, 226, 255, 0.98) 100%);
  --text: #1b1431;
  --muted: #655b7f;
  --line: #e3daf9;
  --accent-violet: #9a63ff;
  --accent-pink: #ff79d7;
  --accent-deep: #7a3cff;
  --shadow: 0 12px 34px rgba(114, 76, 201, 0.14);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-pill: 999px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 4% 0%, rgba(154, 99, 255, 0.24), transparent 40%),
    radial-gradient(circle at 96% 2%, rgba(255, 121, 215, 0.2), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
  overflow-x: clip;
}

.bg-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: -1;
}

.orb-one {
  width: 280px;
  height: 280px;
  top: -110px;
  left: -100px;
  background: rgba(154, 99, 255, 0.24);
}

.orb-two {
  width: 280px;
  height: 280px;
  right: -120px;
  top: 180px;
  background: rgba(255, 121, 215, 0.2);
}

.shell {
  width: min(1120px, calc(100% - 28px));
  margin: 0 auto;
  min-width: 0;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  object-fit: cover;
}

.brand-title {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.brand-subtitle {
  margin: 1px 0 0;
  font-size: 11px;
  color: var(--muted);
}

.top-nav {
  display: none;
  gap: 16px;
}

.top-nav a {
  text-decoration: none;
  color: #584c75;
  font-size: 14px;
  font-weight: 700;
}

.flow {
  display: grid;
  gap: 24px;
  padding-bottom: 28px;
  min-width: 0;
  max-width: 100%;
}

.flow > section {
  min-width: 0;
  max-width: 100%;
}

.flow > section:not(.hero):not(.promo):not(.final) {
  padding: 22px;
  border-radius: var(--radius-lg);
  border: 1px solid #d8c7ff;
  box-shadow: 0 14px 30px rgba(114, 76, 201, 0.1);
}

.flow > section.metric-grid {
  background: var(--section-bg-b);
}

.section:not(.promo):not(.final) {
  background: var(--section-bg-a);
}

.flow > section:nth-of-type(5).section:not(.promo):not(.final) {
  background: var(--section-bg-b);
}

#pricing.section {
  background: var(--section-bg-c);
}

#faq.section {
  background: var(--section-bg-b);
}

.card,
.card-lite {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: var(--radius-lg);
  min-width: 0;
  max-width: 100%;
}

.card-lite {
  border-radius: var(--radius-md);
  box-shadow: 0 8px 24px rgba(114, 76, 201, 0.1);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Unbounded", "Arial Black", sans-serif;
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
}

h1 {
  font-size: clamp(29px, 8.5vw, 46px);
  line-height: 1.14;
}

h2 {
  font-size: clamp(24px, 6.5vw, 34px);
  line-height: 1.2;
}

h3 {
  font-size: 16px;
  line-height: 1.3;
}

p {
  margin: 0;
}

.hero {
  padding: 18px;
  display: grid;
  gap: 16px;
  min-width: 0;
  max-width: 100%;
}

.hero > * {
  min-width: 0;
}

.hero-copy p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.5;
  font-size: 16px;
}

.hero-meta {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.hero-meta span {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: var(--radius-pill);
  border: 1px solid #d9ccf8;
  background: #fff;
  color: #5f5580;
  font-size: 12px;
  font-weight: 700;
}

.hero-media {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
  max-width: 100%;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #dacdf8;
}

.hero-banner {
  grid-template-columns: minmax(0, 1fr);
}

.hero-banner img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: auto;
  border-radius: 18px;
  max-height: 560px;
  object-fit: cover;
}

.cta {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 360px;
  padding: 15px 18px;
  border-radius: 14px;
  border: 1px solid rgba(99, 56, 186, 0.45);
  background: linear-gradient(180deg, var(--accent-violet) 0%, var(--accent-deep) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(122, 60, 255, 0.3);
  filter: saturate(1.08);
}

.cta img {
  width: 18px;
  height: 18px;
}

.metric-grid {
  display: grid;
  gap: 10px;
}

.metric {
  padding: 14px;
}

.metric-value {
  font-size: 20px;
  font-weight: 800;
  color: #3d2d68;
}

.metric-label {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.section {
  display: grid;
  gap: 16px;
  min-width: 0;
  max-width: 100%;
}

.section-text {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.how-grid,
.pricing-grid {
  display: grid;
  gap: 10px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.how-item,
.review,
.price-card {
  padding: 14px;
}

.how-seq {
  position: relative;
}

.how-step {
  position: relative;
}

.how-step::after {
  content: "↓";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 800;
  color: #7a3cff;
}

.how-step:last-child::after {
  content: "";
}

.how-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 8px;
  border-radius: 10px;
  background: var(--surface-2);
  font-size: 18px;
}

.how-item p,
.review p,
.price-card ul,
.final p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.promo {
  padding: 18px;
  display: grid;
  gap: 12px;
  min-width: 0;
  max-width: 100%;
}

.promo > * {
  min-width: 0;
}

.promo p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.48;
}

.promo-media-wrap {
  border-radius: 16px;
  overflow: hidden;
  min-width: 0;
  max-width: 100%;
}

.promo-photo {
  width: 100%;
  display: block;
  border: 1px solid #d9cdf8;
  box-shadow: 0 10px 20px rgba(114, 76, 201, 0.12);
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.promo-copy .cta {
  margin-top: 14px;
}

.promo-copy {
  min-width: 0;
  max-width: 100%;
}

.reviews-carousel {
  position: relative;
  min-width: 0;
  max-width: 100%;
}

.reviews-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  cursor: grab;
}

.reviews-track::-webkit-scrollbar {
  height: 8px;
}

.reviews-track {
  scrollbar-width: thin;
  scrollbar-color: #a689e9 transparent;
}

.reviews-track::-webkit-scrollbar-thumb {
  background: rgba(122, 60, 255, 0.42);
  border-radius: 999px;
}

.reviews-track.is-dragging {
  cursor: grabbing;
}

.review {
  flex: 0 0 min(86vw, 420px);
  min-width: 300px;
  max-width: 100%;
  scroll-snap-align: start;
}

.review span {
  margin-top: 8px;
  display: block;
  color: #4d4368;
  font-size: 13px;
  font-weight: 700;
}

.price-card ul {
  margin: 10px 0 0;
  padding-left: 16px;
}

.price-card li {
  margin: 6px 0;
}

.price {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 800;
  color: #38285f;
}

.price s {
  margin-right: 6px;
  font-size: 16px;
  color: #7a6c9b;
}

.featured {
  position: relative;
  border-color: #d8c6ff;
  background: linear-gradient(180deg, #f9f4ff 0%, #f4eeff 100%);
}

.badge {
  margin: 0 0 8px;
  width: fit-content;
  padding: 5px 10px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 800;
  color: #7226b5;
  background: #ecd9ff;
}

.cta-mini {
  margin-top: 10px;
  max-width: none;
  font-size: 15px;
  padding: 13px 16px;
}

.final {
  padding: 18px;
}

.faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 14px;
  font-size: 15px;
  font-weight: 700;
}

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

.faq-item p {
  padding: 0 14px 14px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.consent {
  margin-top: 2px;
  color: #6b6185;
  font-size: 12px;
  line-height: 1.45;
}

.consent a {
  color: #57457f;
}

.footer {
  margin-top: 8px;
  border-top: 1px solid #ded4f5;
  background: #f5f1ff;
  text-align: center;
  padding: 18px 14px 24px;
  color: #6c6188;
  font-size: 12px;
}

.footer a {
  color: #4f4370;
}

.footer-row {
  margin: 6px 0;
}

@media (max-width: 719px) {
  h1 {
    font-size: clamp(24px, 9vw, 36px);
    line-height: 1.08;
  }

  h2 {
    font-size: clamp(22px, 7.2vw, 30px);
    line-height: 1.14;
  }

  .reviews-track {
    gap: 10px;
    padding-right: 12px;
    scroll-padding-left: 0;
  }

  .review {
    flex: 0 0 calc(100% - 54px);
    min-width: 250px;
    max-width: 340px;
  }
}

@media (min-width: 720px) {
  .metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .how-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (min-width: 980px) {
  .topbar {
    padding: 18px 0;
  }

  .top-nav {
    display: flex;
  }

  .hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    padding: 26px;
  }

  .promo {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 18px;
  }

  .promo-photo {
    max-height: 560px;
  }

  .how-step::after {
    content: "";
  }

  .how-step:last-child::after {
    content: "";
  }

  .flow {
    gap: 30px;
    padding-bottom: 34px;
  }

  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
