:root {
  --bg: #08070d;
  --panel: #11101a;
  --panel-2: #171421;
  --panel-3: #211b31;
  --line: rgba(211, 199, 255, 0.12);
  --text: #f5f1ff;
  --muted: #a7a0b8;
  --dim: #746c86;
  --purple: #9d66ff;
  --purple-2: #c7a8ff;
  --cyan: #79e7df;
  --white: #ffffff;
  --shadow: 0 26px 90px rgba(56, 30, 123, 0.34);
  --site-width: 1280px;
}

[hidden] {
  display: none !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Nunito Sans", Arial, sans-serif;
  background:
    radial-gradient(circle at 50% -10%, rgba(115, 71, 255, 0.22), transparent 34rem),
    linear-gradient(180deg, #0a0810 0%, #07070b 42%, #09080d 100%);
}

body::before {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

.payment-result-page::before {
  display: none;
}

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

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

.top-offer-bar {
  position: sticky;
  top: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 20px;
  gap: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #f5efff;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(90deg, #8056ff, #a671ff 52%, #c392ff);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 12px 34px rgba(123, 78, 255, 0.3);
  backdrop-filter: blur(18px);
}

.top-offer-bar span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.top-offer-bar strong {
  color: #fff;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 8px 22px rgba(46, 20, 92, 0.38);
}

.top-offer-bar em {
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.top-offer-bar.is-ended {
  opacity: 0.72;
}

.site-header {
  position: sticky;
  top: 34px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 18px max(20px, calc((100% - var(--site-width)) / 2));
  border-bottom: 1px solid rgba(181, 121, 255, 0.2);
  background:
    radial-gradient(circle at 86% 0%, rgba(181, 121, 255, 0.2), transparent 22rem),
    linear-gradient(135deg, rgba(138, 88, 255, 0.16), rgba(181, 121, 255, 0.055) 48%, rgba(8, 7, 13, 0.82));
  box-shadow: 0 18px 58px rgba(123, 78, 255, 0.12);
  backdrop-filter: blur(18px);
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(181, 121, 255, 0.54), rgba(138, 88, 255, 0.28), transparent);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
}

.brand-logo {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 0 24px rgba(244, 184, 65, 0.28);
}

.nav-links {
  display: flex;
  gap: 28px;
  color: #c8c0d8;
  font-size: 12px;
  font-weight: 700;
}

.mobile-menu-toggle {
  display: none !important;
}

.mobile-menu-toggle span,
.mobile-menu-overlay {
  display: none;
}

.nav-links a:hover,
.nav-links a.is-active,
.footer-links a:hover {
  color: var(--white);
}

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

.hero {
  position: relative;
  padding: 48px 0 54px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--purple-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(470px, 1fr);
  gap: 44px;
  align-items: center;
  margin-top: 18px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(620px, 100%);
  padding: 10px 0 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
.chain-punch strong,
.result-band strong,
.time-meter strong,
.price-column > strong,
.price-proof strong,
.product-price strong,
.license-price strong,
.audit-ticket > strong {
  font-family: "Libre Baskerville", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  max-width: 560px;
  margin: 0;
  color: var(--white);
  font-size: clamp(38px, 4.1vw, 54px);
  line-height: 1.02;
  font-weight: 800;
}

.hero-copy h1 {
  max-width: 620px;
  font-size: clamp(31px, 2.85vw, 40px);
  line-height: 1.12;
  text-wrap: balance;
}

.hero-lead {
  max-width: 620px;
  margin: 20px 0 0;
  color: #c7bfd8;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 46px;
  padding: 0 19px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, #8a58ff, #b579ff);
  box-shadow: 0 16px 42px rgba(123, 78, 255, 0.36);
}

.button.secondary {
  border: 1px solid rgba(199, 168, 255, 0.22);
  color: #eee8ff;
  background: rgba(255, 255, 255, 0.04);
}

.button.full {
  width: 100%;
}

.hero-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(199, 168, 255, 0.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(26, 22, 38, 0.92), rgba(15, 13, 22, 0.98));
  box-shadow: var(--shadow);
}

.hero-card::after {
  position: absolute;
  inset: auto -18% -32% 28%;
  height: 210px;
  z-index: 0;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle, rgba(244, 201, 93, 0.18), transparent 68%);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 22px;
  color: #b9b1c8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.hero-proof span {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}

.hero-proof span + span::before {
  content: "/";
  color: rgba(199, 168, 255, 0.34);
  margin: 0 10px;
}

.hero-visual {
  transform: translateY(8px);
}

.preview-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 15px;
  border-bottom: 1px solid var(--line);
  color: #cbc3dc;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-window {
  position: relative;
  z-index: 1;
  aspect-ratio: 1.3;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 22%, rgba(244, 201, 93, 0.12), transparent 19rem),
    #070b0a;
}

.product-window img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 118%;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  opacity: 0.94;
  transform: translateX(-50%);
}

.product-window::after {
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(7, 7, 11, 0.86));
}

.studio-mockup {
  position: relative;
  display: grid;
  height: 760px;
  grid-template-columns: 56px 1fr;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 70% 12%, rgba(194, 160, 82, 0.13), transparent 20rem),
    linear-gradient(135deg, #0c100f, #08090c 68%, #07070a);
}

.studio-sidebar {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 18px 0;
  border-right: 1px solid rgba(244, 184, 65, 0.16);
  background: rgba(0, 0, 0, 0.28);
}

.studio-sidebar span {
  display: grid;
  width: 100%;
  height: 32px;
  place-items: center;
  color: rgba(245, 241, 255, 0.62);
  font-size: 14px;
}

.studio-sidebar .active {
  border-left: 2px solid #f4c95d;
  color: #f4c95d;
  background: rgba(244, 201, 93, 0.1);
}

.studio-main {
  display: grid;
  grid-template-rows: 54px 1fr;
  min-width: 0;
  min-height: 0;
}

.studio-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #070b0a;
}

.studio-logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.studio-logo img {
  width: 30px;
  height: 30px;
  border-radius: 7px;
}

.studio-bar > span {
  min-width: 0;
  color: #a7a0b8;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.studio-grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr 1.78fr;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 0;
  gap: 12px;
  padding: 14px;
}

.tool-panel {
  min-height: 0;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(211, 199, 255, 0.11);
  border-radius: 8px;
  color: #f5f1ff;
  text-align: left;
  background: linear-gradient(180deg, rgba(20, 23, 22, 0.94), rgba(12, 15, 15, 0.96));
}

.panel-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
  color: #eee8ff;
  font-size: 12px;
  font-weight: 800;
}

.panel-title span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 7px;
  color: #1b1408;
  font-size: 10px;
  background: linear-gradient(135deg, #f4d778, #c5a762);
}

.tool-panel p {
  margin: 8px 0 5px;
  color: #bfb7cc;
  font-size: 10px;
  font-weight: 800;
}

.field-grid {
  display: grid;
  gap: 7px;
  margin-bottom: 7px;
}

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

.field-block,
.field-grid label,
.input-line,
.script-box,
.audio-row {
  display: block;
  border: 1px solid rgba(211, 199, 255, 0.09);
  border-radius: 6px;
  padding: 7px;
  color: #dfd8eb;
  font-size: 11px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.035);
}

.field-block {
  margin-bottom: 7px;
}

.field-block span,
.field-grid label span {
  display: block;
  margin-bottom: 4px;
  color: #8f879e;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.field-block b,
.field-grid label b {
  display: block;
  color: #e8e1f3;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.35;
}

.script-box {
  min-height: 74px;
  line-height: 1.5;
}

.script-input {
  min-height: 205px;
}

.script-input b {
  font-size: 10px;
  line-height: 1.52;
}

.script-actions {
  display: grid;
  grid-template-columns: 1fr 0.62fr auto;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}

.script-actions button,
.provider-row .ghost-button {
  margin: 0;
}

.ghost-button {
  border: 1px solid rgba(211, 199, 255, 0.12) !important;
  color: #efeaff !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

.script-actions em {
  color: #9d95aa;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.muted-field b {
  color: #80778e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.compact-options label {
  padding: 7px 8px;
}

.provider-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
  color: #81798b;
  font-size: 10px;
  font-weight: 800;
}

.tool-panel button {
  width: 100%;
  margin-top: 8px;
  border: 0;
  border-radius: 6px;
  padding: 7px;
  color: #1b1408;
  font-size: 11px;
  font-weight: 800;
  background: linear-gradient(135deg, #f0d276, #bfa25f);
}

.slider {
  height: 5px;
  margin: 14px 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.slider i {
  display: block;
  width: 62%;
  height: 100%;
  border-radius: inherit;
  background: #f4c95d;
}

.audio-row {
  margin-top: 12px;
  color: #bfb7cc;
}

.audio-row span,
.radio-note {
  display: block;
  margin: 8px 0;
  color: #837d8f;
  font-size: 10px;
  font-weight: 800;
}

.audio-row b {
  display: block;
  color: #d8d0e5;
  font-size: 12px;
}

.voice-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: #ded8e8;
  font-size: 10px;
}

.panel-script {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.panel-voice {
  grid-column: 2;
  grid-row: 1;
}

.panel-avatar {
  grid-column: 2;
  grid-row: 2;
}

.panel-edit {
  grid-column: 3;
  grid-row: 1;
}

.edit-layout {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 14px;
}

.toggle-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ddd6eb;
  font-size: 11px;
  font-weight: 800;
}

.toggle-row span {
  width: 24px;
  height: 14px;
  border-radius: 999px;
  background: #f4c95d;
}

.video-preview {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(244, 201, 93, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at 50% 28%, #af8f6c, transparent 28%),
    linear-gradient(140deg, #453d32, #15171a 58%, #09090d);
}

.avatar-face {
  position: absolute;
  top: 46px;
  left: 50%;
  width: 76px;
  height: 76px;
  transform: translateX(-50%);
  border-radius: 999px 999px 48% 48%;
  background: linear-gradient(145deg, #f1d2bd, #b98272);
  box-shadow: 0 0 0 18px rgba(44, 31, 28, 0.68);
}

.video-preview span {
  position: absolute;
  right: 12px;
  bottom: 14px;
  left: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.panel-cover {
  grid-column: 3;
  grid-row: 2;
  min-height: 0;
}

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

.quality-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid rgba(244, 201, 93, 0.16);
  border-radius: 6px;
}

.quality-tabs span {
  padding: 9px 8px;
  color: #d8d0e5;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

.quality-tabs span:first-child {
  color: #1b1408;
  background: linear-gradient(135deg, #f0d276, #bfa25f);
}

.mini-video-preview,
.thumbnail-preview {
  position: relative;
  display: grid;
  min-height: 135px;
  place-items: center;
  overflow: hidden;
  margin-top: 12px;
  border: 1px dashed rgba(211, 199, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at 50% 28%, rgba(244, 201, 93, 0.16), transparent 30%),
    linear-gradient(140deg, #35332e, #111316 58%, #09090d);
}

.panel-avatar .mini-video-preview {
  min-height: 110px;
}

.avatar-face.small {
  position: static;
  width: 58px;
  height: 58px;
  transform: none;
}

.thumbnail-layout {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 12px;
  margin-top: 10px;
}

.thumbnail-preview {
  min-height: 145px;
  margin-top: 0;
}

.thumbnail-preview strong {
  position: absolute;
  right: 10px;
  bottom: 18px;
  left: 10px;
  color: #7ff07d;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 2px 8px #000;
}

.thumbnail-sliders {
  display: grid;
  align-content: start;
  gap: 5px;
  color: #cfc7da;
  font-size: 10px;
  font-weight: 800;
}

.product-strip {
  padding: 38px 0 76px;
}

.strip-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  padding: 34px;
  border: 1px solid rgba(199, 168, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(40, 31, 61, 0.92), rgba(16, 14, 24, 0.94)),
    radial-gradient(circle at right, rgba(112, 86, 245, 0.2), transparent 24rem);
}

.strip-card h2,
.section-heading h2,
.why-copy h2,
.demo-copy h2,
.faq h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  font-weight: 800;
}

.strip-card p:last-child,
.section-heading p,
.why-copy p,
.demo-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.85;
}

.comparison,
.problem,
.workflow,
.why,
.demo,
.compare,
.trust,
.pricing,
.delivery,
.testimonials,
.faq {
  padding: 84px 0;
}

.about-page {
  background:
    radial-gradient(circle at 50% -8%, rgba(157, 102, 255, 0.1), transparent 32rem),
    linear-gradient(180deg, #0b0911 0%, #08080d 52%, #09080d 100%);
}

.about-editorial {
  padding-bottom: 78px;
}

.about-clean-hero {
  max-width: 880px;
  padding: 74px 0 82px;
  text-align: center;
  border-bottom: 1px solid rgba(199, 168, 255, 0.11);
}

.about-clean-hero h1 {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--white);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(32px, 3.35vw, 48px);
  line-height: 1.12;
  letter-spacing: 0;
}

.about-hero-lead {
  max-width: 720px;
  margin: 24px auto 0;
  color: #d8d0e8;
  font-size: 15.5px;
  line-height: 1.82;
  font-weight: 600;
}

.about-clean-hero > p:not(.eyebrow) {
  max-width: 720px;
  margin: 14px auto 0;
  color: #bfb7ce;
  font-size: 14.5px;
  line-height: 1.78;
}

.about-clean-body {
  max-width: 1060px;
}

.about-clean-row {
  display: grid;
  grid-template-columns: minmax(250px, 0.66fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 112px);
  padding: 52px 0;
  border-bottom: 1px solid rgba(199, 168, 255, 0.1);
}

.about-clean-heading h2,
.about-feature-band h2 {
  margin: 12px 0 0;
  color: var(--white);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.16;
  letter-spacing: 0;
}

.about-clean-copy p,
.about-clean-list p,
.about-difference-copy p {
  margin: 0;
  color: #cfc8dc;
  font-size: 15px;
  line-height: 1.82;
  font-weight: 500;
}

.about-clean-copy p + p,
.about-difference-copy p + p {
  margin-top: 16px;
}

.about-clean-list {
  display: grid;
  gap: 0;
}

.about-clean-list p {
  position: relative;
  padding: 13px 0 13px 24px;
  border-top: 1px solid rgba(199, 168, 255, 0.1);
}

.about-clean-list p:first-child {
  padding-top: 0;
  border-top: 0;
}

.about-clean-list p::before {
  position: absolute;
  left: 0;
  top: 24px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  content: "";
}

.about-clean-list p:first-child::before {
  top: 10px;
}

.about-feature-band {
  margin: 52px 0 0;
  padding: 34px 38px 38px;
  border: 1px solid rgba(199, 168, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(17, 15, 24, 0.72), rgba(10, 9, 15, 0.82)),
    radial-gradient(circle at 90% 0%, rgba(121, 231, 223, 0.07), transparent 18rem);
  box-shadow: 0 18px 60px rgba(56, 30, 123, 0.1);
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.about-feature-grid div {
  border-top: 1px solid rgba(121, 231, 223, 0.38);
  padding-top: 16px;
}

.about-feature-grid strong {
  display: block;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.about-feature-grid p {
  margin: 10px 0 0;
  color: #bfb7ce;
  font-size: 13px;
  line-height: 1.7;
}

.about-feature-band.compact {
  margin-bottom: 0;
}

.about-difference-copy {
  max-width: 850px;
  margin-top: 26px;
}

.about-mission-row {
  border-bottom: 0;
}

.contact-page {
  color: var(--text);
  background:
    radial-gradient(circle at 50% -8%, rgba(157, 102, 255, 0.28), transparent 34rem),
    radial-gradient(circle at 12% 38%, rgba(121, 231, 223, 0.1), transparent 22rem),
    linear-gradient(180deg, #0a0810 0%, #07070b 46%, #09080d 100%);
}

.contact-main {
  padding-bottom: 58px;
}

.contact-intro {
  max-width: 860px;
  padding: 78px 0 44px;
  text-align: center;
}

.contact-intro h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 1;
}

.contact-intro p {
  max-width: 760px;
  margin: 24px auto 0;
  color: #c7bfd8;
  font-size: 17px;
  line-height: 1.75;
}

.contact-intro p + p {
  margin-top: 14px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.contact-side {
  display: grid;
  gap: 30px;
}

.contact-card {
  border: 1px solid rgba(199, 168, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 0%, rgba(157, 102, 255, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(24, 21, 35, 0.96), rgba(10, 9, 15, 0.98));
  box-shadow: 0 24px 80px rgba(56, 30, 123, 0.22);
}

.support-card {
  padding: 30px;
}

.contact-kicker {
  margin: 0 0 12px;
  color: var(--purple-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.support-card > a {
  display: inline-flex;
  color: var(--cyan);
  font-size: 17px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.support-card p:not(.contact-kicker) {
  margin: 0;
  color: #c8c0d8;
  font-size: 15px;
  line-height: 1.75;
}

.support-card hr {
  height: 1px;
  margin: 26px 0;
  border: 0;
  background: rgba(199, 168, 255, 0.12);
}

.help-card {
  padding: 34px 30px;
}

.help-card h2,
.before-contact h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1.12;
}

.help-card ul {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  color: #d4cbe5;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  list-style: none;
}

.help-card li {
  position: relative;
  padding-left: 24px;
}

.help-card li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  content: "";
  background: linear-gradient(135deg, var(--cyan), var(--purple-2));
  box-shadow: 0 0 18px rgba(121, 231, 223, 0.3);
}

.contact-form {
  display: grid;
  gap: 22px;
  padding: 34px;
}

.contact-form label {
  display: grid;
  gap: 10px;
  color: #f2edff;
  font-size: 14px;
  font-weight: 800;
}

.contact-form .field-note {
  color: #a9a1b9;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.55;
}

.contact-form .field-error {
  min-height: 16px;
  color: #ffb46f;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.45;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(199, 168, 255, 0.15);
  border-radius: 8px;
  outline: none;
  color: var(--text);
  font: inherit;
  font-weight: 700;
  background: rgba(8, 7, 13, 0.68);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-form input,
.contact-form select {
  padding: 0 16px;
}

.contact-form textarea {
  min-height: 160px;
  padding: 14px 16px;
  resize: vertical;
}

.contact-form select {
  appearance: auto;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(121, 231, 223, 0.58);
  background: rgba(8, 7, 13, 0.9);
  box-shadow: 0 0 0 4px rgba(121, 231, 223, 0.08);
}

.contact-form input[aria-invalid="true"] {
  border-color: rgba(255, 180, 111, 0.72);
  box-shadow: 0 0 0 4px rgba(255, 180, 111, 0.1);
}

.contact-form option {
  color: #191521;
  background: #f7f3ff;
}

.contact-submit {
  justify-self: start;
  min-height: 50px;
  padding: 0 28px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  background: linear-gradient(135deg, #8a58ff, #b579ff);
  box-shadow: 0 16px 42px rgba(123, 78, 255, 0.36);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(123, 78, 255, 0.44);
}

.contact-submit:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.contact-form-status {
  min-height: 20px;
  margin: -6px 0 0;
  color: var(--cyan);
  font-size: 14px;
  font-weight: 800;
}

.before-contact {
  margin-top: 42px;
  padding: 34px;
  border: 1px solid rgba(199, 168, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(40, 31, 61, 0.78), rgba(16, 14, 24, 0.94)),
    radial-gradient(circle at right, rgba(121, 231, 223, 0.12), transparent 24rem);
}

.before-contact p {
  margin: 18px 0 0;
  color: #c8c0d8;
  font-size: 15px;
  line-height: 1.8;
}

.contact-footer {
  width: min(var(--site-width), calc(100% - 40px));
  margin: 30px auto 0;
  padding: 46px 42px 34px;
  border: 1px solid rgba(199, 168, 255, 0.16);
  border-radius: 8px 8px 0 0;
  background:
    radial-gradient(circle at 80% 0%, rgba(157, 102, 255, 0.12), transparent 22rem),
    linear-gradient(180deg, #11101a, #09090d);
}

.contact-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 0.7fr 1fr;
  gap: 48px;
  align-items: start;
}

.contact-footer p,
.contact-footer a {
  color: #b7afc8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}

.contact-footer p {
  max-width: 360px;
  margin: 14px 0 0;
}

.contact-footer nav {
  display: grid;
  gap: 10px;
}

.contact-footer strong {
  display: block;
  margin-bottom: 10px;
  color: #f1ecfb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.contact-footer a:hover {
  color: var(--white);
}

.contact-footer-bottom {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(199, 168, 255, 0.11);
}

.contact-footer-bottom span {
  color: #827a94;
  font-size: 12px;
  font-weight: 800;
}

.contact-footer-bottom p {
  max-width: 980px;
  margin-top: 14px;
  color: #968da9;
  font-size: 12px;
}

.purchase-page {
  background:
    radial-gradient(circle at 52% -12%, rgba(157, 102, 255, 0.24), transparent 34rem),
    radial-gradient(circle at 8% 24%, rgba(121, 231, 223, 0.08), transparent 24rem),
    linear-gradient(180deg, #0a0810 0%, #07070b 45%, #09080d 100%);
}

.purchase-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(380px, 0.78fr);
  gap: 54px;
  align-items: start;
  padding: 56px 0 48px;
}

.purchase-media {
  position: relative;
  overflow: hidden;
  align-self: start;
  min-height: 0;
  max-height: 520px;
  padding: 12px;
  border: 1px solid rgba(199, 168, 255, 0.22);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 28%),
    radial-gradient(circle at 76% 8%, rgba(121, 231, 223, 0.15), transparent 18rem),
    linear-gradient(180deg, rgba(24, 21, 35, 0.96), rgba(10, 9, 15, 0.98));
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(255, 255, 255, 0.035) inset;
}

.purchase-media::after {
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  box-shadow: 0 0 54px rgba(128, 96, 255, 0.16) inset;
  content: "";
}

.purchase-media img {
  display: block;
  width: 100%;
  height: 496px;
  max-width: none;
  margin: 0;
  border-radius: 6px;
  object-fit: cover;
  object-position: left top;
  filter: saturate(1.04) contrast(1.03);
}

.purchase-summary {
  padding-top: 12px;
}

.purchase-summary .eyebrow {
  color: #82d4ce;
}

.purchase-summary h1 {
  max-width: 620px;
  margin: 0;
  color: var(--white);
  font-size: clamp(34px, 3.55vw, 45px);
  line-height: 1.05;
}

.purchase-subtitle {
  margin: 14px 0 0;
  color: #c7bfd8;
  font-size: 16px;
  line-height: 1.5;
}

.purchase-price {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin-top: 18px;
}

.old-price {
  width: max-content;
  color: #756d86;
  font-size: 14px;
  font-weight: 800;
  text-decoration: line-through;
}

.purchase-price strong {
  color: var(--white);
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.purchase-price em {
  align-self: center;
  color: #d4cbe5;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
}

.purchase-price b {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 13px;
  border-radius: 999px;
  color: #bff3ef;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  background: rgba(130, 212, 206, 0.14);
  box-shadow: 0 0 0 1px rgba(130, 212, 206, 0.28) inset;
}

.purchase-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(420px, 100%);
  min-height: 48px;
  margin-top: 20px;
  border: 1px solid rgba(190, 248, 243, 0.46);
  border-radius: 999px;
  color: #151224;
  font-size: 15px;
  font-weight: 800;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 30%),
    linear-gradient(135deg, #56bfb7 0%, #82d4ce 52%, #aac7d8 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    0 18px 42px rgba(73, 210, 202, 0.2),
    0 0 34px rgba(121, 231, 223, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.purchase-button:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 20px 48px rgba(73, 210, 202, 0.28),
    0 0 38px rgba(121, 231, 223, 0.2);
}

.referral-discount-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 24px 0 18px;
  padding: 18px 0 16px;
  border-top: 1px solid rgba(211, 199, 255, 0.12);
  border-bottom: 1px solid rgba(211, 199, 255, 0.08);
  background: transparent;
}

.referral-discount-box label,
.referral-access label {
  display: grid;
  gap: 8px;
  color: #d9d2e8;
  font-size: 12px;
  font-weight: 900;
}

.referral-discount-box label {
  align-self: stretch;
  min-width: 0;
}

.referral-code-row,
.copy-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.referral-code-row input,
.copy-line input,
.referral-access input,
.withdraw-form input,
.withdraw-form select {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(211, 199, 255, 0.14);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--text);
  font: inherit;
  font-weight: 800;
  background: rgba(8, 7, 13, 0.36);
  outline: none;
}

.referral-code-row input:focus,
.copy-line input:focus,
.referral-access input:focus,
.withdraw-form input:focus,
.withdraw-form select:focus {
  border-color: rgba(121, 231, 223, 0.42);
  box-shadow: 0 0 0 3px rgba(121, 231, 223, 0.08);
}

.referral-code-row button,
.referral-summary button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  color: #101016;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  background: #9be5df;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.referral-code-row button:hover,
.referral-summary button:hover {
  transform: translateY(-1px);
  background: #b4f0eb;
  box-shadow: 0 12px 30px rgba(121, 231, 223, 0.16);
}

.referral-hint {
  margin: 0;
  color: #8f879e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.referral-message {
  min-height: 0;
  margin: 0;
  color: #aaa2b8;
  font-size: 12px;
  font-weight: 800;
}

.referral-message:empty {
  display: none;
}

.referral-message[data-state="success"] {
  color: var(--cyan);
}

.referral-message[data-state="error"] {
  color: #ff9aa8;
}

.referral-message[data-state="pending"] {
  color: var(--purple-2);
}

.purchase-note {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--dim);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.payment-result {
  display: grid;
  min-height: 58vh;
  align-items: center;
  padding: 74px 0;
}

.referral-page .site-header {
  top: 0;
}

.referral-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: 40px;
  align-items: center;
  padding: 82px 0 38px;
}

.referral-copy h1 {
  max-width: 720px;
  margin: 0 0 18px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.02;
}

.referral-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: #c8c1d6;
  font-size: 18px;
  line-height: 1.55;
}

.referral-access,
.referral-panel,
.referral-summary article {
  border: 1px solid rgba(211, 199, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), transparent 42%),
    rgba(17, 16, 26, 0.88);
  box-shadow: 0 24px 72px rgba(20, 12, 48, 0.28);
}

.referral-access {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.referral-access .purchase-button,
.withdraw-form .purchase-button {
  width: 100%;
  margin-top: 0;
}

.referral-dashboard {
  display: grid;
  gap: 22px;
  padding: 20px 0 80px;
}

.referral-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.referral-summary article {
  display: grid;
  gap: 9px;
  padding: 16px;
}

.referral-summary span,
.referral-panel h2 {
  margin: 0;
  color: #aaa2b8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.referral-summary strong {
  color: var(--text);
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.referral-panels,
.referral-tables {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.referral-panel {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 18px;
}

.referral-panel p {
  margin: 0;
  color: #aaa2b8;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.withdraw-form {
  display: grid;
  gap: 10px;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
}

.referral-panel table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.referral-panel th,
.referral-panel td {
  border-bottom: 1px solid rgba(211, 199, 255, 0.1);
  padding: 11px 8px;
  color: #d9d2e8;
  font-size: 12px;
  text-align: left;
}

.referral-panel th {
  color: #8f879e;
  font-size: 10px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.payment-result-panel {
  width: min(760px, 100%);
  padding: 34px;
  border: 1px solid rgba(199, 168, 255, 0.18);
  border-radius: 10px;
  background:
    radial-gradient(circle at 82% 0%, rgba(130, 212, 206, 0.14), transparent 18rem),
    linear-gradient(180deg, rgba(24, 21, 35, 0.96), rgba(10, 9, 15, 0.98));
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.34);
}

.payment-result-panel.success {
  border-color: rgba(130, 212, 206, 0.34);
}

.payment-result-panel.failed {
  border-color: rgba(255, 136, 136, 0.3);
}

.payment-result-panel h1 {
  max-width: 640px;
  margin: 0;
  color: var(--white);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
}

.payment-result-panel > p {
  max-width: 620px;
  margin: 16px 0 0;
  color: #c7bfd8;
  font-size: 16px;
  line-height: 1.6;
}

.payment-result-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 0;
}

.payment-result-details div {
  padding: 14px;
  border: 1px solid rgba(199, 168, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.payment-result-details dt {
  color: #82d4ce;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.payment-result-details dd {
  margin: 7px 0 0;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.payment-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 26px;
}

.payment-success-experience {
  position: relative;
  width: min(1120px, calc(100% - 40px));
  padding: 86px 0 124px;
  overflow: hidden;
}

.celebration-field {
  position: absolute;
  inset: 18px 0 auto;
  height: 620px;
  pointer-events: none;
}

.celebration-burst,
.celebration-spark {
  position: absolute;
  display: block;
  pointer-events: none;
}

.celebration-burst {
  width: 190px;
  height: 190px;
  opacity: 0.82;
  background:
    linear-gradient(90deg, transparent 47%, rgba(121, 231, 223, 0.72) 49%, rgba(121, 231, 223, 0.72) 51%, transparent 53%),
    linear-gradient(0deg, transparent 47%, rgba(199, 168, 255, 0.64) 49%, rgba(199, 168, 255, 0.64) 51%, transparent 53%),
    linear-gradient(45deg, transparent 48%, rgba(255, 226, 139, 0.55) 49%, rgba(255, 226, 139, 0.55) 51%, transparent 52%),
    linear-gradient(135deg, transparent 48%, rgba(121, 231, 223, 0.48) 49%, rgba(121, 231, 223, 0.48) 51%, transparent 52%);
  border-radius: 999px;
  filter: drop-shadow(0 0 20px rgba(121, 231, 223, 0.22));
  mask-image: radial-gradient(circle, transparent 0 18%, black 20% 57%, transparent 59%);
  animation: celebration-pulse 4.8s ease-in-out infinite;
}

.burst-one {
  top: 80px;
  left: 8%;
  transform: rotate(12deg) scale(0.86);
}

.burst-two {
  top: 120px;
  right: 7%;
  transform: rotate(-18deg) scale(0.74);
}

.burst-three {
  top: 330px;
  left: 78%;
  opacity: 0.48;
  transform: rotate(31deg) scale(0.48);
}

.celebration-spark {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #dffdfa;
  box-shadow:
    0 0 18px rgba(121, 231, 223, 0.8),
    0 0 42px rgba(199, 168, 255, 0.34);
}

.spark-one {
  top: 62px;
  left: 29%;
  animation: celebration-twinkle 3.2s ease-in-out infinite;
}

.spark-two {
  top: 250px;
  left: 13%;
  width: 6px;
  height: 6px;
  background: #ffe28b;
  animation: celebration-twinkle 3.7s ease-in-out infinite 0.4s;
}

.spark-three {
  top: 84px;
  right: 28%;
  animation: celebration-twinkle 3.4s ease-in-out infinite 0.2s;
}

.spark-four {
  top: 360px;
  right: 18%;
  width: 5px;
  height: 5px;
  background: #c7a8ff;
  animation: celebration-twinkle 4s ease-in-out infinite 0.8s;
}

.spark-five {
  top: 430px;
  left: 22%;
  width: 5px;
  height: 5px;
  background: #79e7df;
  animation: celebration-twinkle 3.8s ease-in-out infinite 1.1s;
}

@keyframes celebration-pulse {
  0%,
  100% {
    opacity: 0.58;
    filter: drop-shadow(0 0 14px rgba(121, 231, 223, 0.16));
  }

  50% {
    opacity: 0.9;
    filter: drop-shadow(0 0 26px rgba(121, 231, 223, 0.3));
  }
}

@keyframes celebration-twinkle {
  0%,
  100% {
    opacity: 0.42;
    transform: translateY(0) scale(0.9);
  }

  50% {
    opacity: 1;
    transform: translateY(-8px) scale(1.16);
  }
}

.payment-success-hero {
  position: relative;
}

.payment-success-copy {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 560px;
  padding: 34px 0 82px;
  align-content: center;
  border-bottom: 0;
  text-align: center;
  background: transparent;
}

.payment-success-copy::before {
  display: none;
}

.success-mark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-bottom: 28px;
  border: 1px solid rgba(130, 212, 206, 0.34);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(121, 231, 223, 0.14), transparent 58%),
    rgba(255, 255, 255, 0.025);
  box-shadow:
    0 0 0 12px rgba(121, 231, 223, 0.035),
    0 0 54px rgba(121, 231, 223, 0.22),
    0 80px 150px rgba(157, 102, 255, 0.16);
}

.success-mark::before {
  width: 24px;
  height: 13px;
  border-bottom: 3px solid #dffdfa;
  border-left: 3px solid #dffdfa;
  content: "";
  filter: drop-shadow(0 0 14px rgba(121, 231, 223, 0.48));
  transform: translateY(-2px) rotate(-45deg);
}

.success-mark::after {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  content: "";
  background: #ffe28b;
  box-shadow: 0 0 18px rgba(255, 226, 139, 0.42);
  transform: translateX(-50%);
}

.payment-success-copy h1 {
  max-width: min(760px, 100%);
  margin: 0;
  color: var(--white);
  font-size: clamp(36px, 4.1vw, 54px);
  line-height: 1.08;
  text-wrap: balance;
}

.payment-success-lead {
  max-width: 640px;
  margin: 28px 0 0;
  color: #d8d0e4;
  font-size: 18px;
  line-height: 1.75;
  text-wrap: balance;
}

.payment-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
  justify-content: center;
  width: min(360px, 100%);
  margin-top: 38px;
}

.payment-success-actions .purchase-button {
  width: 100%;
  margin-top: 0;
}

.success-referral-panel {
  display: grid;
  gap: 28px;
  width: min(980px, 100%);
  margin: 0 auto 84px;
  padding: 34px clamp(20px, 4vw, 44px);
  border: 1px solid rgba(130, 212, 206, 0.24);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(121, 231, 223, 0.13), rgba(199, 168, 255, 0.1)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    0 24px 90px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.success-referral-panel[hidden] {
  display: none;
}

.success-referral-copy {
  display: grid;
  justify-items: center;
  text-align: center;
}

.success-referral-copy h2 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.14;
  text-wrap: balance;
}

.success-referral-copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 16px 0 0;
  color: #d8d0e4;
  font-size: 17px;
  line-height: 1.65;
}

.success-referral-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.success-referral-details article {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(10, 7, 18, 0.42);
  text-align: center;
}

.success-referral-details span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.success-referral-details strong {
  display: block;
  margin-top: 8px;
  overflow-wrap: anywhere;
  color: var(--white);
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.1;
}

.success-referral-note {
  margin: -10px 0 0;
  color: #d8d0e4;
  text-align: center;
  font-size: 15px;
}

.success-referral-note strong {
  color: var(--white);
}

.success-referral-link-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.success-referral-link-row input {
  min-width: 0;
  height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: var(--white);
  background: rgba(6, 4, 12, 0.58);
  font: inherit;
}

.success-referral-link-row button {
  height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: #091018;
  background: linear-gradient(135deg, #c7a8ff, #82d4ce);
  cursor: pointer;
  font-weight: 900;
}

.success-referral-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  align-items: center;
  justify-content: center;
}

.success-referral-actions .purchase-button {
  width: auto;
  min-width: min(100%, 290px);
  margin-top: 0;
}

.next-steps-panel {
  display: grid;
  justify-items: center;
  margin-top: 6px;
  padding: 72px 0 84px;
  border-bottom: 1px solid rgba(199, 168, 255, 0.14);
  text-align: center;
}

.next-steps-panel h2,
.delivery-assurance h2 {
  margin: 0;
  color: var(--white);
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 31px;
  line-height: 1.16;
  text-wrap: balance;
}

.next-steps-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 38px;
  width: min(1080px, 100%);
  margin: 42px auto 0;
  padding: 0;
  list-style: none;
}

.next-steps-list li {
  position: relative;
  display: grid;
  justify-items: center;
  width: min(310px, 100%);
  gap: 16px;
  align-items: start;
  padding: 0;
  text-align: center;
}

.next-steps-list li + li {
  padding-top: 0;
}

.next-steps-list li:not(:last-child)::after {
  position: absolute;
  top: 27px;
  left: calc(50% + 46px);
  width: min(146px, 16vw);
  height: 1px;
  transform: none;
  content: "";
  background: linear-gradient(90deg, rgba(130, 212, 206, 0.34), rgba(199, 168, 255, 0.08));
}

.next-steps-list span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  color: #151224;
  font-size: 17px;
  font-weight: 900;
  background: linear-gradient(135deg, #79e7df, #c7a8ff);
  box-shadow:
    0 0 42px rgba(121, 231, 223, 0.28),
    0 0 0 10px rgba(121, 231, 223, 0.045);
}

.next-steps-list strong,
.assurance-grid strong {
  display: block;
  color: var(--white);
  font-size: 19px;
  line-height: 1.35;
}

.next-steps-list p,
.assurance-grid p {
  max-width: 650px;
  margin: 12px auto 0;
  color: #b7afc8;
  font-size: 15.5px;
  line-height: 1.75;
  text-wrap: balance;
}

.purchase-confirmation-card {
  display: grid;
  justify-items: center;
  padding: 72px 0 72px;
  border-bottom: 1px solid rgba(199, 168, 255, 0.14);
  text-align: center;
}

.purchase-confirmation-card .payment-result-details {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 28px;
  width: min(720px, 100%);
  margin-top: 34px;
}

.purchase-confirmation-card .payment-result-details div {
  display: grid;
  gap: 9px;
  justify-items: center;
  min-width: 0;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.purchase-confirmation-card .payment-result-details dt {
  color: #82d4ce;
}

.purchase-confirmation-card .payment-result-details dd {
  margin: 0;
  color: #f8f4ff;
  font-size: 17px;
  font-weight: 900;
}

.white-label-onboarding {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 38px;
  align-items: start;
  padding: 72px 0;
  border-bottom: 1px solid rgba(199, 168, 255, 0.14);
}

.white-label-onboarding[hidden] {
  display: none;
}

.white-label-onboarding-copy {
  position: sticky;
  top: 94px;
  display: grid;
  gap: 18px;
  padding-top: 10px;
}

.white-label-onboarding-copy h2 {
  margin: 0;
  color: var(--white);
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.14;
  text-wrap: balance;
}

.white-label-onboarding-copy p:last-child {
  max-width: 460px;
  margin: 0;
  color: #b7afc8;
  font-size: 16px;
  line-height: 1.75;
}

.white-label-onboarding-form {
  justify-self: start;
  width: min(560px, 100%);
  padding: 28px;
  border: 1px solid rgba(199, 168, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(121, 231, 223, 0.08), transparent 38%),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.white-label-onboarding-form {
  grid-template-columns: 1fr;
}

.delivery-assurance {
  display: grid;
  justify-items: center;
  padding: 72px 0 0;
  text-align: center;
}

.assurance-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 34px;
  width: min(900px, 100%);
  margin-top: 40px;
}

.assurance-grid article {
  display: grid;
  justify-items: center;
  gap: 8px;
  width: min(255px, 100%);
  align-items: baseline;
  padding: 0;
  border-bottom: 0;
}

.purchase-includes {
  margin-top: 18px;
  padding-top: 18px;
}

.purchase-includes h2 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 17px;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-weight: 800;
}

.purchase-includes ul,
.purchase-content ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.purchase-includes ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 18px;
}

.purchase-includes li,
.purchase-content li {
  position: relative;
  padding-left: 24px;
  color: #d4cbe5;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.purchase-includes li {
  font-size: 12.5px;
  line-height: 1.35;
}

.purchase-includes li::before,
.purchase-content li::before {
  position: absolute;
  left: 0;
  color: var(--cyan);
  content: "+";
  font-weight: 800;
}

.purchase-content {
  display: grid;
  gap: 38px;
  max-width: 1060px;
  padding: 52px 0 86px;
}

.purchase-content article {
  display: grid;
  gap: 14px;
}

.purchase-content h2 {
  margin: 0;
  color: var(--white);
  font-size: 24px;
  line-height: 1.18;
}

.purchase-content p {
  max-width: 940px;
  margin: 0;
  color: #c8c0d8;
  font-size: 15px;
  line-height: 1.82;
}

.purchase-label {
  margin: 0;
  color: var(--purple-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.purchase-label + p {
  color: var(--white);
  font-weight: 800;
}

.inline-purchase-link {
  display: inline-flex;
  width: max-content;
  margin-top: 4px;
  color: var(--cyan);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.white-label-page {
  background:
    radial-gradient(circle at 74% -10%, rgba(157, 102, 255, 0.28), transparent 34rem),
    radial-gradient(circle at 12% 22%, rgba(121, 231, 223, 0.06), transparent 24rem),
    linear-gradient(180deg, #09070f 0%, #07070b 45%, #09080d 100%);
}

.white-label-showcase {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 440px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(151, 109, 228, 0.36);
  border-radius: 28px;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(126, 78, 210, 0.34), transparent 19rem),
    radial-gradient(ellipse at 86% 18%, rgba(70, 60, 100, 0.22), transparent 18rem),
    linear-gradient(135deg, #2a1e40 0%, #171123 50%, #07060c 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -48px 82px rgba(0, 0, 0, 0.34),
    0 28px 82px rgba(42, 20, 82, 0.34),
    0 24px 70px rgba(0, 0, 0, 0.36);
}

.white-label-showcase img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.38);
}

.white-label-summary .purchase-button {
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #8056ff, #a671ff 52%, #c392ff);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 18px 42px rgba(123, 78, 255, 0.42),
    0 0 36px rgba(157, 102, 255, 0.16);
}

.white-label-summary .old-price {
  color: #a99bc4;
  text-decoration: none;
}

.white-value-panel,
.white-math,
.white-fit-grid,
.white-final-cta {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(199, 168, 255, 0.14);
  border-radius: 18px;
  background:
    radial-gradient(ellipse at 16% 0%, rgba(157, 102, 255, 0.1), transparent 16rem),
    rgba(255, 255, 255, 0.026);
}

.white-process ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.white-process ol li {
  display: grid;
  grid-template-columns: minmax(0, 0.36fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: auto;
  padding: 16px 0 16px 28px;
  border-bottom: 1px solid rgba(199, 168, 255, 0.12);
}

.white-process ol li::before {
  top: 17px;
}

.white-process ol li:last-child {
  border-bottom: 0;
}

.white-process ol strong {
  color: var(--white);
  font-size: 15px;
}

.white-process ol span {
  color: #c8c0d8;
  font-size: 14px;
  line-height: 1.65;
}

.white-math-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.white-math-grid div {
  display: grid;
  gap: 8px;
  min-height: 170px;
  padding: 16px;
  border: 1px solid rgba(121, 231, 223, 0.14);
  border-radius: 14px;
  background: rgba(121, 231, 223, 0.045);
}

.white-math-grid span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.white-math-grid strong {
  color: var(--white);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.white-math-grid p {
  font-size: 13px;
  line-height: 1.55;
}

.white-savings {
  padding-left: 24px;
  border-left: 3px solid var(--cyan);
}

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

.white-market .white-math-grid div {
  min-height: 150px;
}

.white-market-note {
  margin-top: 18px;
  color: #9e95b0;
  font-size: 12px;
}

.white-fit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.white-faq details {
  border-top: 1px solid rgba(199, 168, 255, 0.13);
  padding: 18px 0;
}

.white-faq details:last-child {
  border-bottom: 1px solid rgba(199, 168, 255, 0.13);
}

.white-faq summary {
  color: var(--white);
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
}

.white-faq p {
  margin-top: 10px;
}

.white-final-cta {
  justify-items: start;
}

.white-final-cta .purchase-button {
  width: min(360px, 100%);
  margin-top: 8px;
}

#workflow,
#problem,
#compare,
#buy,
#pricing,
#testimonials,
#faq {
  scroll-margin-top: 92px;
}

.comparison {
  position: relative;
  padding-top: 84px;
}

.section-anchor {
  position: relative;
  top: -92px;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.comparison-heading {
  max-width: 1120px;
  margin: 0 auto 34px;
  text-align: center;
}

.comparison-heading h2 {
  max-width: 1120px;
  margin: 0;
  color: var(--white);
  font-size: clamp(28px, 3.35vw, 43px);
  line-height: 1.08;
  font-weight: 800;
}

.comparison-heading p:last-child {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.85;
}

.compression-stage {
  position: relative;
  display: grid;
  grid-template-columns: 0.84fr 260px 0.96fr;
  gap: 28px;
  align-items: center;
  min-height: 560px;
  overflow: hidden;
  padding: 18px 0 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 55% 45%, rgba(121, 231, 223, 0.2), transparent 17rem),
    linear-gradient(135deg, rgba(22, 19, 32, 0.28), rgba(8, 8, 12, 0));
  background-size: 56px 56px, 56px 56px, auto, auto;
}

.compression-stage::before,
.compression-stage::after {
  position: absolute;
  top: 50%;
  height: 2px;
  width: calc(50% - 172px);
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(121, 231, 223, 0.78), transparent);
}

.compression-stage::before {
  left: 31%;
  transform: translate(-50%, -50%);
}

.compression-stage::after {
  right: 29%;
  transform: translate(50%, -50%);
}

.old-stack,
.compression-core,
.output-stage {
  position: relative;
  z-index: 1;
}

.stage-label {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--purple-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.tool-stack {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tool-stack li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 4px 12px;
  align-items: center;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid rgba(199, 168, 255, 0.12);
  border-radius: 8px;
  background: rgba(8, 7, 13, 0.66);
  transform: translateX(var(--shift, 0));
}

.tool-stack li:nth-child(1) {
  --shift: 0;
}

.tool-stack li:nth-child(2) {
  --shift: 16px;
}

.tool-stack li:nth-child(3) {
  --shift: 30px;
}

.tool-stack li:nth-child(4) {
  --shift: 20px;
}

.tool-stack li:nth-child(5) {
  --shift: 8px;
}

.tool-stack li:nth-child(6) {
  --shift: 34px;
  border-color: rgba(255, 149, 149, 0.2);
  background: rgba(255, 99, 99, 0.08);
}

.tool-stack b {
  grid-row: 1 / span 2;
  color: rgba(121, 231, 223, 0.76);
  font-size: 11px;
  font-weight: 800;
}

.tool-stack strong {
  color: var(--white);
  font-size: 15px;
  line-height: 1.1;
}

.tool-stack span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.compression-core {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
  transform: translateX(38px);
}

.core-orbit {
  position: relative;
  display: grid;
  width: 230px;
  height: 230px;
  place-items: center;
  border: 1px solid rgba(121, 231, 223, 0.36);
  border-radius: 50%;
  color: #10151a;
  background:
    radial-gradient(circle at 50% 50%, rgba(246, 243, 255, 0.98) 0 32%, rgba(121, 231, 223, 0.92) 33% 54%, rgba(121, 231, 223, 0.12) 55% 100%);
  box-shadow:
    0 0 0 16px rgba(121, 231, 223, 0.05),
    0 0 70px rgba(121, 231, 223, 0.24);
}

.core-orbit::before,
.core-orbit::after {
  position: absolute;
  inset: -22px;
  border: 1px dashed rgba(199, 168, 255, 0.28);
  border-radius: inherit;
  content: "";
}

.core-orbit::after {
  inset: 24px;
  border-color: rgba(8, 7, 13, 0.18);
}

.core-orbit span {
  display: block;
  align-self: end;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.core-orbit strong {
  align-self: start;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.compression-core p {
  max-width: 230px;
  margin: 0;
  color: #d9d2e8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.output-stage {
  justify-self: end;
  width: min(320px, 100%);
}

.time-meter {
  display: grid;
  gap: 8px;
  padding: 26px;
  border-radius: 8px;
  color: #12111a;
  background: linear-gradient(135deg, rgba(121, 231, 223, 0.96), rgba(246, 243, 255, 0.98));
  box-shadow: 0 24px 62px rgba(121, 231, 223, 0.2);
}

.time-meter span,
.time-meter em {
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.time-meter strong {
  font-size: clamp(66px, 8vw, 96px);
  line-height: 0.86;
  font-weight: 800;
}

.output-parts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.output-parts span {
  min-height: 42px;
  border: 1px solid rgba(121, 231, 223, 0.16);
  border-radius: 8px;
  padding: 12px;
  color: #f8fffd;
  font-size: 12px;
  font-weight: 800;
  background: rgba(121, 231, 223, 0.055);
}

.compression-summary {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin: 30px auto 0;
  padding-top: 22px;
  background: transparent;
}

.compression-summary::before {
  position: absolute;
  top: 0;
  right: 8%;
  left: 8%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(121, 231, 223, 0.42), rgba(199, 168, 255, 0.32), transparent);
}

.compression-summary span {
  position: relative;
  display: grid;
  gap: 5px;
  min-height: auto;
  align-content: center;
  justify-items: center;
  padding: 0 12px;
  color: var(--white);
  text-align: center;
  background: transparent;
}

.compression-summary span::before {
  width: 9px;
  height: 9px;
  margin-bottom: 13px;
  border: 1px solid rgba(121, 231, 223, 0.62);
  border-radius: 50%;
  content: "";
  background: rgba(121, 231, 223, 0.92);
  box-shadow: 0 0 22px rgba(121, 231, 223, 0.32);
}

.compression-summary strong {
  font-size: 18px;
  font-weight: 800;
}

.compression-summary small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.section-heading {
  max-width: 650px;
  margin-bottom: 34px;
}

.section-heading p {
  margin-top: 18px;
}

.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.billboard {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 22px;
}

.bill-copy h2 {
  max-width: 680px;
  margin: 0;
  color: var(--white);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  font-weight: 800;
}

.bill-copy p:last-child {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.bill-card {
  overflow: hidden;
  border: 1px solid rgba(199, 168, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(24, 21, 35, 0.96), rgba(10, 9, 15, 0.98)),
    radial-gradient(circle at 78% 0%, rgba(121, 231, 223, 0.12), transparent 18rem);
  box-shadow: var(--shadow);
}

.bill-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}

.bill-row span,
.bill-total span {
  display: grid;
  gap: 6px;
}

.bill-row strong {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

.bill-row small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.bill-row b {
  flex: 0 0 auto;
  color: var(--cyan);
  font-size: 22px;
  font-weight: 800;
}

.bill-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 24px;
  color: #171022;
  background: linear-gradient(135deg, rgba(121, 231, 223, 0.96), rgba(246, 243, 255, 0.98));
}

.bill-total span {
  color: rgba(23, 16, 34, 0.66);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bill-total strong {
  flex: 0 0 auto;
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 800;
  line-height: 1.02;
}

.once-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(199, 168, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(40, 31, 61, 0.92), rgba(16, 14, 24, 0.96)),
    radial-gradient(circle at right, rgba(157, 102, 255, 0.22), transparent 24rem);
}

.once-card h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
  font-weight: 800;
}

.once-card p:last-child {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.chain-heading {
  max-width: 650px;
  margin-bottom: 30px;
}

.chain-heading h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  font-weight: 800;
}

.chain-heading p:last-child {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
}

.chain-flow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
  border: 1px solid rgba(199, 168, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.chain-flow article {
  position: relative;
  min-height: 270px;
  padding: 24px 18px;
  border-right: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(27, 23, 38, 0.86), rgba(12, 11, 18, 0.9));
}

.chain-flow article:last-child {
  border-right: 0;
}

.chain-flow article::after {
  position: absolute;
  top: 32px;
  right: -10px;
  z-index: 2;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid rgba(121, 231, 223, 0.36);
  border-radius: 50%;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  content: ">";
  background: #11101a;
}

.chain-flow article:last-child::after {
  display: none;
}

.chain-flow span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgba(199, 168, 255, 0.16);
  border-radius: 999px;
  padding: 0 10px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 700;
}

.chain-flow h3 {
  margin: 34px 0 0;
  color: var(--white);
  font-size: 20px;
  line-height: 1.12;
  font-weight: 700;
}

.chain-flow p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.chain-flow .manual-step {
  background:
    linear-gradient(180deg, rgba(45, 25, 44, 0.94), rgba(17, 11, 20, 0.98)),
    radial-gradient(circle at top, rgba(255, 99, 99, 0.18), transparent 15rem);
}

.chain-flow .manual-step span {
  border-color: rgba(255, 149, 149, 0.24);
  color: #ffb7b7;
}

.chain-flow .manual-step h3 {
  color: #fff2f2;
}

.chain-punch {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  margin-top: 22px;
  padding: 30px 34px;
  border: 1px solid rgba(199, 168, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(40, 31, 61, 0.92), rgba(16, 14, 24, 0.96)),
    radial-gradient(circle at right, rgba(121, 231, 223, 0.15), transparent 24rem);
}

.chain-punch strong {
  color: var(--white);
  font-size: clamp(24px, 2.7vw, 34px);
  line-height: 1.12;
  font-weight: 800;
}

.chain-punch span {
  color: var(--muted);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
}

.trust {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 76px;
  align-items: start;
}

.trust-copy {
  position: sticky;
  top: 112px;
}

.trust-copy h2,
.proof-copy h2 {
  margin: 12px 0 0;
  color: var(--white);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  font-weight: 800;
}

.trust-copy p:last-child {
  max-width: 480px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
}

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

.trust-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.trust-list span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
}

.trust-list h3 {
  margin: 0;
  color: var(--white);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.trust-list p,
.proof-copy p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.trust-list h3,
.trust-list p {
  grid-column: 2;
}

.workflow-line {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
  border: 1px solid rgba(199, 168, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.workflow-line span {
  position: relative;
  display: flex;
  min-height: 118px;
  align-items: center;
  padding: 22px 18px;
  border-right: 1px solid var(--line);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.workflow-line span:last-child {
  border-right: 0;
}

.workflow-line span::after {
  position: absolute;
  right: -8px;
  z-index: 1;
  color: var(--cyan);
  content: ">";
}

.workflow-line span:last-child::after {
  display: none;
}

.result-band {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  padding: 26px;
  border-radius: 8px;
  color: #171022;
  background: linear-gradient(135deg, rgba(121, 231, 223, 0.94), rgba(246, 243, 255, 0.96));
}

.result-band strong {
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.02;
}

.result-band span {
  font-size: 18px;
  font-weight: 700;
}

.cost-heading {
  max-width: 760px;
}

.price-battle {
  display: grid;
  grid-template-columns: 0.86fr 0.86fr 1.18fr;
  gap: 16px;
  align-items: stretch;
}

.price-column {
  position: relative;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid rgba(199, 168, 255, 0.13);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(24, 21, 35, 0.7), rgba(10, 9, 15, 0.92));
}

.price-column.rented {
  opacity: 0.76;
}

.price-column.winner {
  border-color: rgba(121, 231, 223, 0.48);
  color: #171022;
  background: linear-gradient(135deg, rgba(121, 231, 223, 0.96), rgba(246, 243, 255, 0.98));
  box-shadow: 0 22px 70px rgba(121, 231, 223, 0.18);
}

.winner-ribbon {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 1px solid rgba(23, 16, 34, 0.14);
  border-radius: 999px;
  padding: 6px 9px;
  color: #171022;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.38);
}

.price-column > span {
  color: var(--purple-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.price-column.winner > span {
  color: rgba(23, 16, 34, 0.72);
}

.price-column > strong {
  margin-top: 22px;
  color: var(--white);
  font-size: clamp(42px, 4.4vw, 64px);
  line-height: 0.9;
  font-weight: 800;
}

.price-column.winner > strong {
  color: #171022;
  font-size: clamp(52px, 5.5vw, 76px);
}

.price-column > em {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.price-column.winner > em {
  color: rgba(23, 16, 34, 0.64);
}

.price-column ul {
  display: grid;
  gap: 9px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.price-column li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.price-column li::before {
  position: absolute;
  left: 0;
  content: "–";
}

.price-column.winner li {
  color: rgba(23, 16, 34, 0.74);
}

.price-column.winner li::before {
  color: #171022;
  content: "+";
}

.price-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 16px;
  border: 1px solid rgba(199, 168, 255, 0.14);
  border-radius: 8px;
  background: var(--line);
}

.price-proof div {
  display: grid;
  gap: 6px;
  min-height: 94px;
  align-content: center;
  padding: 18px;
  background: rgba(12, 11, 18, 0.96);
}

.price-proof span {
  color: var(--purple-2);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.price-proof strong {
  color: var(--white);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1;
  font-weight: 800;
}

.price-proof p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.referral-earn-strip {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  justify-content: center;
  width: min(1180px, calc(100% - 40px));
  margin: clamp(42px, 5.6vw, 76px) auto clamp(54px, 6vw, 90px);
  padding: clamp(14px, 1.45vw, 22px) clamp(24px, 4vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: #ffffff;
  font-size: clamp(18px, 1.65vw, 26px);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(90deg, #8056ff, #a671ff 52%, #c392ff);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 22px 70px rgba(123, 78, 255, 0.36);
}

.referral-earn-strip::before,
.referral-earn-strip::after {
  position: absolute;
  top: 50%;
  width: clamp(46px, 7vw, 92px);
  height: 1px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent);
}

.referral-earn-strip::before {
  left: clamp(16px, 2vw, 28px);
}

.referral-earn-strip::after {
  right: clamp(16px, 2vw, 28px);
}

.referral-earn-strip i {
  position: relative;
  z-index: 1;
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #fff;
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.14),
    0 0 22px rgba(255, 255, 255, 0.42);
}

.referral-earn-strip span:last-child {
  color: #ffffff;
  text-shadow: 0 8px 24px rgba(46, 20, 92, 0.4);
}

.referral-earn-strip b {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.75vw, 26px);
  line-height: 1;
}

.referral-mobile-kicker,
.referral-mobile-main,
.referral-mobile-note {
  display: none;
}

.single-price {
  width: min(540px, 100%);
  min-height: auto;
  margin: 0 auto;
}

.workflow-board {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  overflow: hidden;
  border: 1px solid rgba(199, 168, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
}

.workflow-menu {
  padding: 20px;
  background: rgba(20, 18, 29, 0.86);
}

.workflow-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  outline: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

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

.workflow-item span,
.reasons span {
  color: var(--purple-2);
  font-size: 11px;
  font-weight: 700;
}

.workflow-item h3,
.reasons h3,
.panel-grid strong {
  margin: 0;
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

.workflow-item p,
.reasons p,
.panel-grid span,
.price-card li,
.faq p,
.site-footer p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.workflow-item.active h3 {
  color: #efe5ff;
}

.workflow-item:not(.active) {
  opacity: 0.72;
}

.workflow-item:hover,
.workflow-item:focus-visible {
  opacity: 1;
  transform: translateX(4px);
}

.workflow-item:focus-visible {
  border-radius: 8px;
  box-shadow: 0 0 0 2px rgba(157, 102, 255, 0.38);
}

.workflow-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  padding: 48px;
  background:
    linear-gradient(135deg, rgba(228, 218, 255, 0.96), rgba(246, 243, 255, 0.92)),
    radial-gradient(circle at 70% 10%, rgba(157, 102, 255, 0.28), transparent 22rem);
}

.workflow-panel,
.workflow-panel h3,
.workflow-panel strong {
  color: #171022;
}

.panel-kicker {
  margin: 0 0 18px;
  color: #8b5dff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.workflow-panel h3 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(26px, 2.8vw, 36px);
  line-height: 1.08;
  font-weight: 800;
}

.panel-grid {
  display: grid;
  gap: 16px;
  margin-top: 36px;
}

.panel-grid div {
  padding-top: 16px;
  border-top: 1px solid rgba(25, 16, 39, 0.14);
}

.panel-grid span {
  display: block;
  color: #6f657b;
}

.why {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 70px;
  align-items: start;
}

.why-copy p {
  margin-top: 22px;
}

.reasons article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.reasons h3,
.reasons p {
  grid-column: 2;
}

.reasons span {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.demo {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 74px;
  align-items: center;
}

.phone-frame {
  width: min(280px, 100%);
  padding: 12px;
  border: 9px solid rgba(199, 168, 255, 0.22);
  border-radius: 28px;
  background: #0c0b12;
  box-shadow: var(--shadow);
}

.phone-screen {
  display: flex;
  min-height: 500px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 18px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(8, 7, 13, 0.1), rgba(8, 7, 13, 0.85)),
    url("assets/product-studio.png") center / cover;
}

.play-button {
  width: 54px;
  height: 54px;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.34);
}

.phone-screen strong,
.phone-screen span {
  display: block;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.72);
}

.phone-screen strong {
  font-size: 14px;
  font-weight: 800;
}

.phone-screen span {
  margin-top: 6px;
  color: #ded6f0;
  font-size: 12px;
}

.demo-copy p {
  margin: 20px 0 28px;
}

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

.product-heading {
  max-width: 760px;
}

.license-shelf {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
  align-items: stretch;
  width: min(1060px, 100%);
  margin-top: 42px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: visible;
  isolation: isolate;
}

.license-shelf::before {
  position: absolute;
  inset: -8% 4% auto;
  z-index: -1;
  height: 240px;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(ellipse at 30% 50%, rgba(121, 231, 223, 0.14), transparent 58%),
    radial-gradient(ellipse at 70% 50%, rgba(157, 102, 255, 0.18), transparent 58%);
  filter: blur(34px);
  opacity: 0.82;
}

.license-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "copy"
    "deal"
    "includes";
  gap: 18px;
  align-content: start;
  min-width: 0;
  min-height: 540px;
  padding: clamp(26px, 2.6vw, 36px);
  overflow: hidden;
  border: 1px solid rgba(226, 241, 255, 0.13);
  border-radius: 54px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), transparent 24%),
    radial-gradient(ellipse at 50% -10%, rgba(121, 231, 223, 0.19), transparent 20rem),
    radial-gradient(ellipse at 78% 12%, rgba(255, 255, 255, 0.08), transparent 13rem),
    linear-gradient(180deg, rgba(23, 28, 34, 0.9), rgba(8, 7, 13, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -42px 70px rgba(0, 0, 0, 0.2),
    0 24px 70px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(18px);
}

.license-row::before {
  position: absolute;
  inset: 10px;
  display: block;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 44px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 42%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 40%, rgba(255, 255, 255, 0.025));
  mask-image: linear-gradient(to bottom, black 0%, black 76%, transparent 100%);
}

.license-row::after {
  position: absolute;
  right: 9%;
  bottom: -70px;
  left: 9%;
  display: block;
  height: 150px;
  pointer-events: none;
  content: "";
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(157, 102, 255, 0.3), transparent 66%);
  filter: blur(18px);
}

.license-row.personal-license {
  border-color: rgba(119, 216, 207, 0.72);
  background:
    radial-gradient(ellipse at 22% 4%, rgba(255, 255, 255, 0.075), transparent 17rem),
    linear-gradient(135deg, #56bfb7 0%, #82d4ce 48%, #aac7d8 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -48px 78px rgba(34, 85, 99, 0.18),
    0 28px 80px rgba(73, 210, 202, 0.2),
    0 24px 70px rgba(0, 0, 0, 0.32);
}

.license-row.personal-license::before {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 42%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 42%, rgba(255, 255, 255, 0.04));
}

.license-row.personal-license::after {
  background: radial-gradient(ellipse at center, rgba(121, 231, 223, 0.34), transparent 66%);
}

.license-row.business-license {
  border-color: rgba(151, 109, 228, 0.5);
  background:
    radial-gradient(ellipse at 18% 0%, rgba(126, 78, 210, 0.34), transparent 18rem),
    radial-gradient(ellipse at 88% 8%, rgba(66, 58, 92, 0.18), transparent 15rem),
    linear-gradient(135deg, #2a1e40 0%, #171123 50%, #07060c 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -48px 82px rgba(0, 0, 0, 0.36),
    0 28px 82px rgba(42, 20, 82, 0.34),
    0 24px 70px rgba(0, 0, 0, 0.36);
}

.license-row.business-license::before {
  border-color: rgba(211, 190, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 42%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 42%, rgba(255, 255, 255, 0.025));
}

.license-row.business-license::after {
  background: radial-gradient(ellipse at center, rgba(157, 102, 255, 0.26), transparent 66%);
}

.product-type {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 7px 10px;
  border: 1px solid rgba(199, 168, 255, 0.18);
  border-radius: 999px;
  color: var(--purple-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  background: rgba(199, 168, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.personal-license .product-type {
  border-color: rgba(15, 92, 94, 0.18);
  color: #20484d;
  background: rgba(255, 255, 255, 0.16);
}

.personal-license .license-copy h3,
.personal-license .license-price strong {
  color: #151224;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.36);
}

.personal-license .license-copy p,
.personal-license .license-price span,
.personal-license .license-deal p,
.personal-license .license-deal small,
.personal-license .license-includes li {
  color: #3f4d5c;
}

.personal-license .license-deal {
  border-color: rgba(22, 55, 66, 0.16);
  background:
    radial-gradient(ellipse at 16% 0%, rgba(255, 255, 255, 0.055), transparent 14rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 18px 42px rgba(24, 70, 81, 0.14);
}

.personal-license .deal-badge {
  border-color: rgba(15, 92, 94, 0.22);
  color: #1e6266;
  background: rgba(255, 255, 255, 0.14);
}

.personal-license .license-includes li {
  border-color: rgba(22, 55, 66, 0.15);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.license-copy {
  position: relative;
  z-index: 1;
  grid-area: copy;
}

.license-copy h3 {
  margin: 14px 0 0;
  color: var(--white);
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.08;
  font-weight: 800;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.36);
}

.business-license .license-copy h3 {
  font-size: clamp(26px, 2.6vw, 34px);
}

.business-license .license-copy p {
  font-size: 13px;
  line-height: 1.52;
}

.license-copy p {
  max-width: 410px;
  margin: 14px 0 0;
  color: #bdb5ce;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.52;
}

.pricing-offer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: min(620px, 100%);
  margin: 20px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(199, 168, 255, 0.18);
  color: #ddd5ff;
  text-align: center;
}

.license-price {
  display: grid;
  gap: 6px;
  justify-items: start;
}

.license-price strong {
  color: #fff;
  font-size: clamp(46px, 4.6vw, 62px);
  line-height: 0.9;
  font-weight: 800;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.08),
    0 22px 38px rgba(0, 0, 0, 0.42);
}

.business-license .license-price strong {
  font-size: clamp(46px, 4.6vw, 62px);
}

.license-price span {
  color: #9f96b0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.pricing-offer span,
.pricing-offer em {
  overflow-wrap: anywhere;
}

.pricing-offer span {
  color: rgba(222, 211, 255, 0.74);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.pricing-offer strong {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(19px, 1.8vw, 28px);
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-shadow:
    0 0 22px rgba(121, 231, 223, 0.2),
    0 12px 32px rgba(0, 0, 0, 0.34);
  white-space: nowrap;
}

.pricing-offer em {
  flex-basis: 100%;
  color: rgba(189, 181, 206, 0.8);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.pricing-offer.is-ended {
  opacity: 0.72;
}

.pricing-offer.is-ended strong {
  white-space: normal;
}

.license-deal {
  position: relative;
  display: grid;
  grid-area: deal;
  gap: 12px;
  min-width: 0;
  justify-items: stretch;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 28px;
  background:
    radial-gradient(ellipse at 16% 0%, rgba(255, 255, 255, 0.08), transparent 14rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 18px 42px rgba(0, 0, 0, 0.18);
}

.license-deal::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 28%, transparent 72%, rgba(255, 255, 255, 0.035));
}

.creator-deal {
  border-left-color: rgba(121, 231, 223, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 18px 42px rgba(0, 0, 0, 0.18),
    0 0 38px rgba(121, 231, 223, 0.06);
}

.business-deal {
  border-color: rgba(211, 190, 255, 0.12);
  background:
    radial-gradient(ellipse at 18% 0%, rgba(157, 102, 255, 0.13), transparent 14rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.042), rgba(255, 255, 255, 0.012));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 18px 42px rgba(0, 0, 0, 0.28),
    0 0 38px rgba(157, 102, 255, 0.07);
}

.business-deal p {
  font-size: 12px;
}

.deal-badge {
  position: relative;
  z-index: 1;
  width: max-content;
  max-width: 100%;
  padding: 7px 11px;
  border: 1px solid rgba(121, 231, 223, 0.28);
  border-radius: 999px;
  color: var(--cyan);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background: rgba(121, 231, 223, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 8px 20px rgba(0, 0, 0, 0.12);
}

.business-deal .deal-badge {
  border-color: rgba(199, 168, 255, 0.22);
  color: var(--purple-2);
  background: rgba(199, 168, 255, 0.075);
}

.license-deal p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #d2cbe0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}

.license-deal small {
  position: relative;
  z-index: 1;
  color: #92899f;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.45;
}

.license-deal .button,
.license-deal .license-price {
  position: relative;
  z-index: 1;
}

.license-includes {
  position: relative;
  z-index: 1;
  grid-area: includes;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
  border-top: 0;
}

.license-includes li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px 8px 34px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 14px;
  color: #d9d2e8;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
  background: rgba(255, 255, 255, 0.026);
}

.license-includes li::before {
  position: absolute;
  top: 50%;
  left: 12px;
  display: grid;
  place-items: center;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(121, 231, 223, 0.24);
  border-radius: 50%;
  color: var(--cyan);
  font-size: 11px;
  line-height: 1;
  content: "+";
  background: rgba(121, 231, 223, 0.08);
  transform: translateY(-50%);
}

.business-license .license-includes li::before {
  border-color: rgba(199, 168, 255, 0.26);
  color: var(--purple-2);
  background: rgba(199, 168, 255, 0.08);
}

.business-license .license-includes {
  grid-template-columns: 1fr;
  gap: 0;
}

.business-license .license-includes li {
  min-height: 32px;
  padding: 8px 12px 8px 34px;
  font-size: 11px;
}

.business-license .license-includes li::before {
  left: 12px;
}

.license-row .button {
  width: 100%;
  min-height: 50px;
  border-radius: 999px;
  align-self: center;
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 18px 34px rgba(0, 0, 0, 0.22);
}

.license-row .button.primary {
  color: #eafffb;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #10383b 0%, #0c252c 52%, #080f17 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 18px 42px rgba(8, 20, 24, 0.34),
    0 0 34px rgba(31, 151, 145, 0.22);
}

.license-row .button.secondary {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #8056ff, #a671ff 52%, #c392ff);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 18px 42px rgba(123, 78, 255, 0.42),
    0 0 36px rgba(157, 102, 255, 0.16);
}

@media (max-width: 900px) {
  .license-shelf {
    grid-template-columns: 1fr;
  }

  .license-row {
    min-height: auto;
  }

}

@media (max-width: 560px) {
  .license-shelf {
    gap: 22px;
    margin-top: 22px;
    padding: 22px 18px 30px;
  }

  .license-row::after {
    display: none;
  }

  .license-copy h3 {
    font-size: 28px;
  }

  .license-copy p {
    font-size: 14px;
  }

  .license-row {
    padding: 24px;
  }

  .license-includes li {
    width: auto;
  }

  .business-license .license-includes {
    grid-template-columns: 1fr;
  }
}

.delivery-heading {
  max-width: 800px;
}

.delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  align-items: start;
  border-top: 1px solid rgba(199, 168, 255, 0.16);
  padding-top: 34px;
}

.delivery-flow {
  position: relative;
  display: grid;
  gap: 18px;
}

.delivery-type {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.business-flow .delivery-type {
  color: var(--purple-2);
}

.delivery-flow h3 {
  max-width: 620px;
  margin: 0;
  color: var(--white);
  font-size: clamp(24px, 2.25vw, 32px);
  line-height: 1.16;
  font-weight: 800;
}

.delivery-flow ol {
  display: grid;
  gap: 0;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: delivery-step;
}

.delivery-flow li {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 0 0 26px;
  counter-increment: delivery-step;
}

.delivery-flow li::before {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(121, 231, 223, 0.34);
  border-radius: 50%;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 800;
  content: counter(delivery-step, decimal-leading-zero);
  background: rgba(8, 7, 13, 0.82);
}

.business-flow li::before {
  border-color: rgba(199, 168, 255, 0.34);
  color: var(--purple-2);
}

.delivery-flow li::after {
  position: absolute;
  top: 38px;
  bottom: 4px;
  left: 16px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, rgba(121, 231, 223, 0.32), transparent);
}

.business-flow li::after {
  background: linear-gradient(180deg, rgba(199, 168, 255, 0.32), transparent);
}

.delivery-flow li:last-child {
  padding-bottom: 0;
}

.delivery-flow li:last-child::after {
  display: none;
}

.delivery-flow strong {
  display: block;
  grid-column: 2;
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
}

.delivery-flow span:not(.delivery-type) {
  display: block;
  grid-column: 2;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.proof-heading {
  max-width: 780px;
}

.testimonial-editorial {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 62px);
  align-items: stretch;
  margin-top: 38px;
  padding: 34px 0 8px;
  border-top: 1px solid rgba(211, 199, 255, 0.14);
  border-bottom: 1px solid rgba(211, 199, 255, 0.08);
}

.testimonial-editorial::before {
  position: absolute;
  top: 34px;
  bottom: 8px;
  left: calc(51% + clamp(15px, 2.5vw, 31px));
  width: 1px;
  content: "";
  background: linear-gradient(180deg, rgba(121, 231, 223, 0.34), rgba(199, 168, 255, 0.08), transparent);
}

.featured-testimonial {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
  padding: 8px 8px 28px 30px;
}

.featured-testimonial::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  content: "";
  background: linear-gradient(180deg, var(--cyan), rgba(199, 168, 255, 0.24), transparent);
}

.proof-kicker,
.note-index {
  margin: 0;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.featured-testimonial blockquote {
  position: relative;
  margin: 28px 0 0;
  color: #f8f4ff;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(30px, 3.45vw, 46px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
}

.featured-testimonial blockquote::before {
  position: absolute;
  top: -46px;
  left: -20px;
  z-index: -1;
  color: rgba(121, 231, 223, 0.12);
  content: "“";
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(120px, 13vw, 180px);
  line-height: 1;
}

.featured-testimonial footer {
  display: grid;
  gap: 8px;
  margin-top: 44px;
  padding-top: 18px;
  border-top: 1px solid rgba(211, 199, 255, 0.12);
}

.featured-testimonial strong,
.testimonial-aside strong {
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.featured-testimonial footer span,
.testimonial-aside footer span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.testimonial-asides {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 0 26px;
}

.testimonial-aside {
  position: relative;
  min-height: 192px;
  padding: 2px 0 28px;
  border-top: 1px solid rgba(211, 199, 255, 0.12);
}

.testimonial-aside:nth-child(n + 3) {
  padding-top: 28px;
}

.testimonial-aside:nth-child(2n) {
  transform: translateY(38px);
}

.testimonial-aside.wide-aside {
  grid-column: 1 / -1;
  min-height: 166px;
  transform: none;
}

.testimonial-aside p {
  margin: 0;
  color: #efeaff;
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 600;
  line-height: 1.56;
}

.testimonial-aside footer {
  display: grid;
  gap: 5px;
  margin-top: 22px;
}

.note-index {
  display: block;
  margin-bottom: 18px;
  color: var(--purple-2);
}

.review-carousel {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}

.review-carousel::before,
.review-carousel::after {
  position: absolute;
  top: 0;
  bottom: 76px;
  z-index: 2;
  width: 86px;
  pointer-events: none;
  content: "";
}

.review-carousel::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg), transparent);
}

.review-carousel::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg), transparent);
}

.review-rail {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 64px 20px;
  scroll-behavior: smooth;
  scroll-padding: 64px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.review-rail::-webkit-scrollbar {
  display: none;
}

.review-card {
  position: relative;
  display: flex;
  flex: 0 0 clamp(320px, 32vw, 380px);
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(211, 199, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.022)),
    radial-gradient(circle at 18% 0%, rgba(121, 231, 223, 0.11), transparent 15rem),
    rgba(15, 13, 22, 0.86);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
  scroll-snap-align: start;
}

.review-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 32%);
  opacity: 0.24;
}

.review-card:nth-child(2n) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 80% 0%, rgba(199, 168, 255, 0.13), transparent 15rem),
    rgba(15, 13, 22, 0.86);
}

.review-stars {
  position: relative;
  color: #f4bf5f;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 3px;
}

.review-card p {
  position: relative;
  margin: 34px 0 30px;
  color: #f2edff;
  font-size: clamp(18px, 1.45vw, 21px);
  font-weight: 600;
  line-height: 1.62;
}

.review-card footer {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(211, 199, 255, 0.12);
}

.review-card strong {
  display: block;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.review-card footer span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.review-card small {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid rgba(121, 231, 223, 0.18);
  border-radius: 999px;
  color: #bdf8f3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  background: rgba(121, 231, 223, 0.08);
}

.review-controls {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  gap: 14px;
  align-items: center;
  width: min(900px, calc(100% - 128px));
  margin: 18px auto 0;
}

.review-arrow {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(211, 199, 255, 0.14);
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.045);
}

.review-arrow:hover,
.review-arrow:focus-visible {
  border-color: rgba(121, 231, 223, 0.42);
  color: var(--cyan);
}

.review-arrow:disabled {
  color: rgba(255, 255, 255, 0.32);
  cursor: default;
  opacity: 0.55;
}

.review-progress {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(211, 199, 255, 0.14);
}

.review-progress span {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f4bf5f, var(--cyan));
  transition: width 180ms ease;
}

.spotlight-carousel {
  overflow: hidden;
  padding: 18px 0 4px;
}

.spotlight-carousel::before,
.spotlight-carousel::after {
  bottom: 88px;
  width: 150px;
}

.spotlight-carousel .review-rail {
  gap: 24px;
  overflow: visible;
  padding: 10px 0 32px;
  scroll-snap-type: none;
  transform: translateX(0);
  transition: transform 420ms cubic-bezier(0.22, 0.8, 0.22, 1);
  will-change: transform;
}

.spotlight-carousel .review-card {
  flex: 0 0 clamp(360px, 44vw, 540px);
  min-height: 360px;
  padding: 32px;
  opacity: 0.42;
  transform: scale(0.84);
  transform-origin: center;
  transition:
    opacity 320ms ease,
    transform 420ms cubic-bezier(0.22, 0.8, 0.22, 1),
    border-color 320ms ease,
    box-shadow 320ms ease;
}

.spotlight-carousel .review-card.is-near {
  opacity: 0.68;
  transform: scale(0.9);
}

.spotlight-carousel .review-card.is-active {
  z-index: 1;
  border-color: rgba(244, 191, 95, 0.36);
  opacity: 1;
  transform: scale(1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
    radial-gradient(circle at 12% 0%, rgba(244, 191, 95, 0.16), transparent 16rem),
    radial-gradient(circle at 82% 10%, rgba(121, 231, 223, 0.12), transparent 15rem),
    rgba(17, 15, 25, 0.94);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(244, 191, 95, 0.08) inset;
}

.spotlight-carousel .review-card.is-active p {
  font-size: clamp(20px, 1.75vw, 25px);
  line-height: 1.55;
}

.spotlight-carousel .review-controls {
  width: min(720px, calc(100% - 120px));
  margin-top: 2px;
}

.buyer-strip-carousel {
  padding-top: 4px;
}

.buyer-strip-carousel::before,
.buyer-strip-carousel::after {
  bottom: 82px;
  width: 110px;
}

.buyer-strip-carousel .review-rail {
  gap: 16px;
  padding: 6px 56px 22px;
  scroll-padding: 56px;
}

.buyer-strip-carousel .review-card {
  flex-basis: clamp(340px, 30vw, 410px);
  min-height: 342px;
  padding: 24px;
  border-color: rgba(211, 199, 255, 0.11);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)),
    radial-gradient(circle at 8% 0%, rgba(244, 191, 95, 0.1), transparent 13rem),
    rgba(14, 13, 20, 0.9);
}

.buyer-strip-carousel .review-card:nth-child(2n) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)),
    radial-gradient(circle at 88% 0%, rgba(121, 231, 223, 0.1), transparent 13rem),
    rgba(14, 13, 20, 0.9);
}

.review-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.review-context {
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-top: 22px;
  padding: 8px 10px;
  border: 1px solid rgba(211, 199, 255, 0.1);
  border-radius: 999px;
  color: #cfc6e3;
  font-size: 11px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.035);
}

.buyer-strip-carousel .review-card p {
  margin: 24px 0 28px;
  font-size: clamp(17px, 1.3vw, 19px);
  line-height: 1.62;
}

.review-card footer em {
  flex: 0 0 auto;
  color: var(--dim);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.buyer-strip-carousel .review-controls {
  width: min(920px, calc(100% - 112px));
}

.price-card {
  position: relative;
  display: flex;
  min-height: 440px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(199, 168, 255, 0.15);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(27, 23, 38, 0.92), rgba(13, 12, 19, 0.94));
}

.price-card.featured {
  border-color: rgba(183, 135, 255, 0.58);
  background:
    linear-gradient(180deg, rgba(37, 29, 54, 0.98), rgba(16, 13, 23, 0.96)),
    radial-gradient(circle at top, rgba(157, 102, 255, 0.2), transparent 20rem);
  box-shadow: var(--shadow);
}

.popular {
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 800;
}

.plan-label {
  margin: 0 0 18px;
  color: var(--purple-2);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.price-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 42px;
  font-weight: 800;
}

.billing {
  display: block;
  margin-top: 8px;
  color: var(--dim);
  font-size: 13px;
  font-weight: 600;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 22px;
}

.price-card li::before {
  position: absolute;
  left: 0;
  color: var(--purple-2);
  content: "✓";
}

.price-card .button {
  margin-top: auto;
}

.faq {
  text-align: center;
}

.faq-heading {
  max-width: 720px;
  margin: 0 auto;
}

.faq-heading h2 {
  max-width: none;
}

.faq-heading p:last-child {
  max-width: 620px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.faq-list {
  display: grid;
  gap: 0;
  width: min(880px, 100%);
  margin: 42px auto 0;
  text-align: left;
}

.faq details {
  border-top: 1px solid rgba(199, 168, 255, 0.13);
}

.faq summary {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
  padding: 20px 0;
  color: #f2edff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

.faq details:last-child {
  border-bottom: 1px solid rgba(199, 168, 255, 0.13);
}

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

.faq summary::before {
  flex: 0 0 auto;
  margin-top: 1px;
  color: var(--purple-2);
  content: "+";
  font-size: 16px;
  line-height: 1;
}

.faq details[open] summary::before {
  content: "-";
}

.faq p {
  margin: -6px 0 20px;
  padding: 0 0 0 26px;
  font-size: 13px;
}

.site-footer {
  position: relative;
  display: grid;
  gap: 36px;
  width: min(var(--site-width), calc(100% - 40px));
  margin: 0 auto;
  padding: 58px 0 50px;
  border-top: 1px solid rgba(181, 121, 255, 0.18);
}

.site-footer::before {
  position: absolute;
  top: -1px;
  right: 16%;
  left: 16%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(181, 121, 255, 0.58), transparent);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: start;
  padding-top: 8px;
}

.footer-brand {
  margin-bottom: 14px;
}

.footer-about p {
  max-width: 390px;
}

.footer-about p + p {
  margin-top: 10px;
  color: #d4cbe5;
  font-weight: 800;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  color: var(--muted);
  font-size: 12px;
}

.footer-links div {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-links strong {
  margin-bottom: 4px;
  color: #f1ecfb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.footer-links a {
  font-weight: 800;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(199, 168, 255, 0.11);
  color: #827a94;
  font-size: 12px;
  font-weight: 800;
}

.footer-bottom div {
  display: flex;
  gap: 18px;
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    padding: 0;
    border: 0;
    color: var(--white);
    background: transparent;
  }

  .mobile-menu-overlay {
    display: none;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .site-header.is-menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.is-menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-header.is-menu-open .nav-links {
    position: absolute;
    top: 0;
    left: -14px;
    z-index: 22;
    display: grid;
    width: min(78vw, 330px);
    min-height: calc(100vh - 32px);
    align-content: start;
    gap: 0;
    padding: 92px 28px 36px;
    border: 0;
    border-right: 1px solid rgba(181, 121, 255, 0.22);
    border-radius: 0;
    background: #120d1d;
    box-shadow: none;
  }

  .referral-page .site-header.is-menu-open .nav-links {
    min-height: 100vh;
  }

  .site-header.is-menu-open .mobile-menu-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: min(78vw, 330px);
    z-index: 21;
    display: block;
    min-height: calc(100vh - 32px);
    border: 0;
    background: transparent;
  }

  .referral-page .site-header.is-menu-open .mobile-menu-overlay {
    min-height: 100vh;
  }

  .site-header.is-menu-open .mobile-menu-toggle {
    position: absolute;
    top: 32px;
    right: 22px;
    z-index: 23;
  }

  .site-header.is-menu-open .nav-links a {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    border-bottom: 1px solid rgba(232, 222, 250, 0.16);
    border-radius: 0;
    color: rgba(241, 234, 253, 0.9);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-align: left;
  }

  .site-header.is-menu-open .nav-links a:hover,
  .site-header.is-menu-open .nav-links a.is-active {
    color: var(--white);
    background: transparent;
  }

  .hero {
    padding-top: 54px;
  }

  .hero-copy {
    width: min(680px, 100%);
    margin: 0 auto;
    text-align: center;
  }

  h1,
  .hero-lead {
    margin-right: auto;
    margin-left: auto;
  }

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

  .hero-proof {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-visual {
    max-width: 760px;
    margin: 0 auto;
    transform: none;
  }

  .hero-grid,
  .contact-layout,
  .purchase-hero,
  .strip-card,
  .billboard,
  .once-card,
  .chain-punch,
  .workflow-board,
  .why,
  .demo,
  .trust,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .payment-result-details {
    grid-template-columns: 1fr;
  }

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

  .about-clean-row {
    grid-template-columns: 1fr;
    gap: 26px;
  }

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

  .contact-intro {
    padding-top: 60px;
  }

  .contact-layout {
    gap: 24px;
  }

  .contact-side {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .contact-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }

  .purchase-hero {
    gap: 30px;
    padding-top: 46px;
  }

  .referral-hero,
  .referral-panels,
  .referral-tables {
    grid-template-columns: 1fr;
  }

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

  .referral-discount-box {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .purchase-media {
    min-height: auto;
    padding: 10px;
  }

  .purchase-media::after {
    inset: 10px;
  }

  .purchase-media img {
    width: 100%;
    height: min(58vw, 430px);
    margin: 0;
  }

  .delivery-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .price-battle {
    grid-template-columns: 1fr;
  }

  .price-column {
    min-height: auto;
  }

  .price-column.winner {
    order: -1;
  }

  .price-proof {
    grid-template-columns: 1fr;
  }

  .referral-earn-strip {
    margin-top: 22px;
  }

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

  .comparison-heading {
    max-width: 720px;
  }

  .compression-stage {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 18px 0 24px;
  }

  .compression-stage::before,
  .compression-stage::after {
    display: none;
  }

  .tool-stack li,
  .tool-stack li:nth-child(n) {
    transform: none;
  }

  .compression-core {
    padding: 12px 0;
  }

  .output-stage {
    justify-self: stretch;
    width: 100%;
  }

  .output-parts {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .chain-flow article {
    min-height: 220px;
  }

  .chain-flow article:nth-child(2n) {
    border-right: 0;
  }

  .chain-flow article:nth-child(2n)::after {
    display: none;
  }

  .workflow-line span:nth-child(2n) {
    border-right: 0;
  }

  .screenshot-callout {
    width: min(230px, 28%);
    gap: 7px;
    padding: 9px;
  }

  .screenshot-callout span {
    width: 22px;
    height: 22px;
    font-size: 9px;
  }

  .screenshot-callout strong {
    font-size: 10px;
  }

  .screenshot-callout p {
    font-size: 9px;
    line-height: 1.35;
  }

  .studio-mockup {
    height: auto;
    min-height: 470px;
  }

  .studio-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
  }

  .panel-edit,
  .panel-cover {
    grid-column: 1 / -1;
  }

  .tool-panel {
    min-height: 132px;
    padding: 10px;
  }

  .script-box {
    min-height: 56px;
  }

  .video-preview {
    min-height: 190px;
  }

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

  .hero-demo {
    background: rgba(8, 7, 13, 0.72);
  }

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

  .bill-copy h2,
  .bill-copy p:last-child {
    margin-right: auto;
    margin-left: auto;
  }

  .once-card {
    text-align: center;
  }

  .once-card .button {
    justify-self: center;
  }

  .chain-heading {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .chain-heading p:last-child {
    margin-right: auto;
    margin-left: auto;
  }

  .chain-punch {
    text-align: center;
  }

  .workflow-panel {
    min-height: auto;
    padding: 34px 24px;
  }

  .demo {
    gap: 42px;
  }

  .trust {
    gap: 32px;
  }

  .trust-copy {
    position: static;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .trust-copy p:last-child {
    margin-right: auto;
    margin-left: auto;
  }

  .phone-frame {
    margin: 0 auto;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-main {
    gap: 34px;
  }

  .site-footer {
    gap: 32px;
  }
}

@media (max-width: 560px) {
  .section-shell,
  .site-footer {
    width: min(100% - 28px, var(--site-width));
  }

  .top-offer-bar {
    min-height: 32px;
    padding: 7px 12px;
    gap: 8px;
  }

  .top-offer-bar span {
    font-size: 9px;
    letter-spacing: 0.8px;
  }

  .top-offer-bar strong {
    font-size: 13px;
  }

  .top-offer-bar em {
    display: none;
  }

  .site-header {
    top: 32px;
  }

  .site-header {
    padding-right: 14px;
    padding-left: 14px;
  }

  .referral-page .site-header {
    top: 0;
  }

  .referral-hero {
    gap: 24px;
    padding: 42px 0 24px;
  }

  .referral-copy h1 {
    font-size: 32px;
    line-height: 1.12;
  }

  .referral-copy p:not(.eyebrow) {
    font-size: 15px;
  }

  .referral-summary {
    grid-template-columns: 1fr;
  }

  .referral-code-row,
  .copy-line {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .referral-discount-box {
    padding: 14px;
  }

  .site-footer {
    padding: 42px 0;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand {
    font-size: 13px;
    gap: 8px;
  }

  .brand-logo {
    width: 30px;
    height: 30px;
  }

  .hero {
    padding-top: 22px;
  }

  .about-editorial {
    padding-bottom: 46px;
  }

  .about-clean-hero {
    padding: 42px 0 42px;
  }

  .about-clean-hero h1 {
    font-size: 31px;
    line-height: 1.16;
  }

  .about-hero-lead {
    margin-top: 18px;
    font-size: 14.5px;
    line-height: 1.68;
  }

  .about-clean-hero > p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.66;
  }

  .about-clean-row {
    gap: 18px;
    padding: 36px 0;
  }

  .about-clean-heading h2,
  .about-feature-band h2 {
    font-size: 25px;
    line-height: 1.18;
  }

  .about-clean-copy p,
  .about-clean-list p,
  .about-difference-copy p {
    font-size: 14.5px;
    line-height: 1.72;
  }

  .about-feature-band {
    margin-top: 36px;
    padding: 24px 22px;
  }

  .about-feature-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }

  .about-clean-list p {
    padding: 12px 0 12px 22px;
  }

  .contact-main {
    padding-bottom: 34px;
  }

  .contact-intro {
    padding: 46px 0 28px;
    text-align: left;
  }

  .contact-intro h1 {
    font-size: 42px;
  }

  .contact-intro p {
    margin-left: 0;
    font-size: 15px;
    line-height: 1.65;
  }

  .contact-side,
  .contact-footer-grid {
    grid-template-columns: 1fr;
  }

  .support-card,
  .help-card,
  .contact-form,
  .before-contact {
    padding: 24px;
  }

  .contact-form {
    gap: 18px;
  }

  .contact-submit {
    width: 100%;
  }

  .contact-footer {
    width: min(100% - 28px, var(--site-width));
    margin-top: 18px;
    padding: 34px 24px 28px;
  }

  .purchase-hero {
    gap: 24px;
    padding: 34px 0 40px;
  }

  .purchase-media img {
    width: 100%;
    height: 300px;
    margin: 0;
  }

  .white-label-page .white-label-showcase {
    min-height: 0;
    padding: 0;
    aspect-ratio: 1448 / 1086;
  }

  .white-label-page .white-label-showcase img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    object-fit: cover;
  }

  .purchase-summary h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .purchase-subtitle {
    font-size: 15px;
    line-height: 1.62;
  }

  .purchase-price strong {
    font-size: 23px;
  }

  .purchase-includes ul {
    grid-template-columns: 1fr;
  }

  .white-math-grid,
  .white-fit-grid,
  .white-process ol li {
    grid-template-columns: 1fr;
  }

  .white-math-grid div {
    min-height: auto;
  }

  .purchase-button {
    width: 100%;
  }

  .payment-success-experience {
    padding: 46px 0 66px;
  }

  .celebration-field {
    height: 470px;
  }

  .celebration-burst {
    width: 120px;
    height: 120px;
  }

  .burst-one {
    top: 88px;
    left: -20px;
  }

  .burst-two {
    top: 140px;
    right: -26px;
  }

  .burst-three {
    display: none;
  }

  .payment-success-copy {
    min-height: 580px;
    padding-top: 34px;
    padding-bottom: 66px;
  }

  .success-mark {
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
  }

  .success-mark::before {
    width: 20px;
    height: 11px;
  }

  .payment-success-copy h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .payment-success-lead {
    font-size: 15px;
    line-height: 1.7;
  }

  .success-referral-panel {
    gap: 22px;
    margin-bottom: 54px;
    padding: 26px 18px;
    border-radius: 16px;
  }

  .success-referral-copy p:not(.eyebrow) {
    font-size: 14.5px;
  }

  .success-referral-details,
  .success-referral-link-row {
    grid-template-columns: 1fr;
  }

  .success-referral-link-row button,
  .success-referral-actions .purchase-button {
    width: 100%;
  }

  .next-steps-panel {
    padding: 48px 0 56px;
  }

  .next-steps-list {
    display: grid;
    gap: 28px;
  }

  .next-steps-list li {
    width: 100%;
    gap: 12px;
  }

  .next-steps-list span {
    width: 42px;
    height: 42px;
  }

  .next-steps-list li:not(:last-child)::after {
    top: auto;
    bottom: -24px;
    left: 50%;
    width: 1px;
    height: 20px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(130, 212, 206, 0.38), rgba(199, 168, 255, 0.1));
  }

  .next-steps-panel h2,
  .delivery-assurance h2 {
    font-size: 24px;
  }

  .purchase-confirmation-card,
  .delivery-assurance {
    padding: 54px 0;
  }

  .purchase-confirmation-card .payment-result-details,
  .assurance-grid {
    display: grid;
    gap: 28px;
  }

  .white-label-onboarding {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 54px 0;
  }

  .white-label-onboarding-copy {
    position: static;
    justify-items: center;
    text-align: center;
  }

  .white-label-onboarding-copy h2 {
    font-size: 24px;
  }

  .white-label-onboarding-copy p:last-child {
    max-width: 100%;
    font-size: 15px;
  }

  .white-label-onboarding-form {
    justify-self: stretch;
    width: 100%;
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .purchase-confirmation-card .payment-result-details div,
  .assurance-grid article {
    width: 100%;
    min-width: 0;
    gap: 7px;
  }

  .purchase-content {
    gap: 32px;
    padding: 42px 0 62px;
  }

  .purchase-content h2 {
    font-size: 22px;
  }

  .purchase-content p,
  .purchase-content li {
    font-size: 14px;
  }

  .hero-copy h1 {
    max-width: 350px;
    font-size: 25px;
    line-height: 1.18;
  }

  .hero-lead {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.6;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .button {
    min-height: 44px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0;
    margin-top: 16px;
    overflow: visible;
    font-size: 9.5px;
    line-height: 1.25;
  }

  .hero-proof span {
    flex: 0 0 auto;
    text-align: center;
    white-space: nowrap;
  }

  .hero-proof span + span::before {
    display: inline;
    content: "/";
    margin: 0 4px;
    color: rgba(199, 168, 255, 0.34);
  }

  .hero-proof strong {
    font-size: 11px;
  }

  .product-window {
    aspect-ratio: 2523 / 2132;
    overflow: hidden;
  }

  .product-window img {
    position: static;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    transform: none;
  }

  .screenshot-callout {
    position: static;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 12px;
    border-radius: 8px;
    background: rgba(8, 7, 13, 0.44);
  }

  .screenshot-callout span {
    width: 24px;
    height: 24px;
    font-size: 9px;
  }

  .screenshot-callout strong {
    display: block;
    font-size: 12px;
  }

  .screenshot-callout p {
    display: block;
    font-size: 10px;
  }

  .studio-mockup {
    grid-template-columns: 38px 1fr;
    min-height: auto;
  }

  .studio-sidebar {
    gap: 10px;
  }

  .studio-sidebar span {
    height: 28px;
    font-size: 11px;
  }

  .studio-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .studio-bar > span {
    width: 100%;
    white-space: normal;
    line-height: 1.45;
  }

  .studio-grid {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .tool-panel {
    min-height: auto;
  }

  .panel-script,
  .panel-edit,
  .panel-cover {
    grid-column: auto;
    grid-row: auto;
  }

  .edit-layout,
  .publish-grid {
    grid-template-columns: 1fr;
  }

  .video-preview {
    min-height: 210px;
  }

  .strip-card,
  .once-card,
  .price-card {
    padding: 22px;
  }

  .deal-badge {
    width: 100%;
    text-align: center;
  }

  .license-deal .deal-badge {
    width: max-content;
    justify-self: start;
    font-size: 8px;
    letter-spacing: 0.8px;
    text-align: left;
  }

  .license-copy h3 {
    font-size: 28px;
  }

  .license-price strong,
  .business-license .license-price strong {
    font-size: 54px;
  }

  .license-includes {
    grid-template-columns: 1fr;
  }

  .delivery-grid {
    gap: 34px;
    padding-top: 28px;
  }

  .delivery-flow h3 {
    font-size: 25px;
  }

  .workflow-line {
    grid-template-columns: 1fr;
  }

  .chain-flow {
    grid-template-columns: 1fr;
  }

  .chain-flow article {
    min-height: auto;
    padding: 22px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .chain-flow article:last-child {
    border-bottom: 0;
  }

  .chain-flow article::after {
    top: auto;
    right: 22px;
    bottom: -10px;
    transform: rotate(90deg);
  }

  .chain-flow article:nth-child(2n)::after {
    display: grid;
  }

  .chain-flow article:last-child::after {
    display: none;
  }

  .chain-flow h3 {
    margin-top: 22px;
  }

  .chain-punch {
    padding: 24px 22px;
  }

  .trust-copy {
    text-align: left;
  }

  .trust-list article {
    grid-template-columns: 38px 1fr;
    gap: 14px;
    padding: 24px 0;
  }

  .trust-list h3 {
    font-size: 20px;
  }

  .billboard {
    gap: 24px;
  }

  .bill-row,
  .bill-total {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .bill-row b {
    font-size: 20px;
  }

  .bill-total strong {
    font-size: 30px;
  }

  .workflow-line span {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .workflow-line span:last-child {
    border-bottom: 0;
  }

  .workflow-line span::after {
    right: 18px;
    transform: rotate(90deg);
  }

  .result-band {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .workflow,
  .comparison,
  .why,
  .demo,
  .problem,
  .compare,
  .trust,
  .cloud,
  .proof,
  .pricing,
  .delivery,
  .testimonials,
  .faq {
    padding: 58px 0;
  }

  .price-column {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 14px;
    align-items: center;
    min-height: 0;
    padding: 15px 16px;
    border-radius: 0;
  }

  .price-column > strong {
    grid-row: 1 / span 2;
    grid-column: 2;
    margin-top: 0;
    font-size: 34px;
    line-height: 0.95;
  }

  .price-column.winner > strong {
    font-size: 40px;
  }

  .price-column > span {
    font-size: 10px;
    letter-spacing: 1.2px;
  }

  .price-column > em {
    margin-top: 0;
    font-size: 12px;
  }

  .price-column ul {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    margin-top: 9px;
  }

  .price-column li {
    padding-left: 13px;
    font-size: 11px;
    line-height: 1.35;
  }

  .price-column li::before {
    top: -1px;
  }

  .price-battle {
    overflow: hidden;
    gap: 1px;
    border: 1px solid rgba(199, 168, 255, 0.14);
    border-radius: 8px;
    background: rgba(199, 168, 255, 0.14);
  }

  .price-column {
    border: 0;
  }

  .price-column.rented {
    opacity: 1;
    background: rgba(12, 11, 18, 0.96);
  }

  .price-column.winner {
    order: -1;
    grid-template-areas:
      "ribbon price"
      "name price"
      "term price"
      "features features";
    gap: 6px 16px;
    padding-top: 18px;
    padding-bottom: 17px;
    border: 0;
    box-shadow: none;
  }

  .winner-ribbon {
    position: static;
    grid-area: ribbon;
    justify-self: start;
    margin-bottom: 2px;
    padding: 5px 8px;
    font-size: 9px;
    letter-spacing: 0.8px;
  }

  .price-column.winner > span {
    grid-area: name;
    align-self: end;
  }

  .price-column.winner > strong {
    grid-area: price;
    align-self: center;
    justify-self: end;
  }

  .price-column.winner > em {
    grid-area: term;
    align-self: start;
  }

  .price-column.winner ul {
    grid-area: features;
    gap: 8px 14px;
    margin-top: 12px;
  }

  .price-proof {
    gap: 0;
    overflow: hidden;
    margin-top: 16px;
    border: 1px solid rgba(199, 168, 255, 0.18);
    border-radius: 8px;
    background: rgba(199, 168, 255, 0.11);
  }

  .price-proof div {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 4px 14px;
    align-items: center;
    min-height: auto;
    padding: 15px 16px;
    border-bottom: 1px solid rgba(199, 168, 255, 0.14);
    background: rgba(12, 11, 18, 0.96);
  }

  .price-proof div:nth-child(n + 2) {
    color: #171022;
    background: linear-gradient(135deg, rgba(121, 231, 223, 0.96), rgba(246, 243, 255, 0.98));
  }

  .price-proof div:last-child {
    border-bottom: 0;
  }

  .price-proof span {
    font-size: 9.5px;
    letter-spacing: 1.2px;
  }

  .price-proof strong {
    justify-self: end;
    font-size: 21px;
    text-align: right;
  }

  .price-proof p {
    grid-column: 1 / -1;
    font-size: 11.5px;
    line-height: 1.45;
  }

  .price-proof div:nth-child(n + 2) span,
  .price-proof div:nth-child(n + 2) strong,
  .price-proof div:nth-child(n + 2) p {
    color: #171022;
  }

  .referral-earn-strip {
    display: grid;
    gap: 7px;
    align-items: center;
    justify-items: start;
    width: min(100% - 28px, var(--site-width));
    margin: 28px auto 44px;
    padding: 18px 20px 19px;
    text-align: left;
  }

  .referral-earn-strip::before,
  .referral-earn-strip::after,
  .referral-earn-strip > i,
  .referral-earn-strip > span,
  .referral-earn-strip > b {
    display: none;
  }

  .referral-mobile-kicker,
  .referral-mobile-main,
  .referral-mobile-note {
    display: block;
  }

  .referral-mobile-kicker {
    color: rgba(255, 255, 255, 0.78);
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 1.4px;
    line-height: 1;
    text-transform: uppercase;
  }

  .referral-mobile-main {
    max-width: 310px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.16;
  }

  .referral-mobile-note {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
  }

  .license-shelf {
    width: min(100% - 12px, var(--site-width));
    gap: 18px;
    margin-top: 24px;
    padding: 0;
  }

  .license-row {
    gap: 14px;
    min-height: 0;
    padding: 18px;
    border-radius: 18px;
  }

  .license-row::before {
    inset: 6px;
    border-radius: 14px;
  }

  .license-row.personal-license {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.5),
      0 18px 44px rgba(73, 210, 202, 0.15),
      0 18px 48px rgba(0, 0, 0, 0.26);
  }

  .license-row.business-license {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 18px 48px rgba(42, 20, 82, 0.28),
      0 18px 48px rgba(0, 0, 0, 0.3);
  }

  .product-type {
    padding: 6px 9px;
    font-size: 9px;
    letter-spacing: 1.2px;
  }

  .license-copy h3 {
    margin-top: 11px;
    font-size: 26px;
    line-height: 1.05;
  }

  .business-license .license-copy h3 {
    font-size: 25px;
  }

  .license-copy p,
  .business-license .license-copy p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.48;
  }

  .license-deal {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px 14px;
    align-items: center;
    padding: 12px 13px;
    border-radius: 12px;
  }

  .personal-license .license-deal,
  .business-license .license-deal {
    box-shadow: none;
  }

  .license-deal .deal-badge {
    grid-column: 1 / -1;
    width: max-content;
    max-width: 100%;
    padding: 5px 8px;
    font-size: 7.5px;
    letter-spacing: 0.7px;
    white-space: normal;
  }

  .license-price {
    gap: 4px;
  }

  .license-price strong,
  .business-license .license-price strong {
    font-size: 40px;
  }

  .license-price span {
    font-size: 9.5px;
  }

  .license-deal p {
    grid-column: 1;
    font-size: 11px;
    line-height: 1.42;
  }

  .license-deal .button {
    grid-row: auto;
    grid-column: 1;
    width: 100%;
    min-height: 40px;
    padding: 10px 12px;
    font-size: 11px;
    line-height: 1.2;
  }

  .license-deal small {
    grid-column: 1;
    font-size: 9.5px;
    line-height: 1.35;
  }

  .license-includes,
  .business-license .license-includes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 0;
  }

  .license-includes li,
  .business-license .license-includes li {
    min-height: 30px;
    padding: 7px 8px 7px 25px;
    border-radius: 10px;
    font-size: 9.5px;
    line-height: 1.18;
  }

  .license-includes li:last-child {
    grid-column: 1 / -1;
  }

  .license-includes li::before,
  .business-license .license-includes li::before {
    left: 8px;
    width: 11px;
    height: 11px;
    font-size: 8px;
  }

  .delivery-grid {
    gap: 26px;
    padding-top: 22px;
  }

  .delivery-flow {
    gap: 12px;
  }

  .delivery-flow h3 {
    font-size: 22px;
    line-height: 1.14;
  }

  .delivery-flow ol {
    margin-top: 2px;
  }

  .delivery-flow li {
    grid-template-columns: 40px 1fr;
    column-gap: 14px;
    row-gap: 0;
    padding-bottom: 18px;
  }

  .delivery-flow li::before {
    width: 32px;
    height: 32px;
  }

  .delivery-flow li::after {
    top: 36px;
    bottom: 2px;
    left: 15px;
  }

  .delivery-flow strong {
    font-size: 14.5px;
  }

  .delivery-flow span:not(.delivery-type) {
    margin-top: 4px;
    font-size: 12.5px;
    line-height: 1.46;
  }

  .testimonial-editorial {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 26px;
  }

  .testimonial-editorial::before {
    display: none;
  }

  .featured-testimonial {
    min-height: auto;
    padding: 0 0 28px 20px;
  }

  .featured-testimonial blockquote {
    font-size: clamp(29px, 8vw, 40px);
    line-height: 1.18;
  }

  .testimonial-asides {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .testimonial-aside,
  .testimonial-aside.wide-aside {
    grid-column: auto;
    min-height: auto;
    padding: 24px 0;
    transform: none;
  }

  .testimonial-aside:nth-child(n + 3) {
    padding-top: 24px;
  }

  .testimonial-aside p {
    font-size: 19px;
  }

  .comparison-heading,
  .section-heading,
  .faq-heading {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .section-heading.centered,
  .faq-heading {
    text-align: left;
  }

  .comparison-heading .eyebrow,
  .section-heading .eyebrow,
  .faq-heading .eyebrow {
    margin-bottom: 14px;
    color: var(--purple-2);
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  .comparison-heading h2,
  .section-heading h2,
  .faq-heading h2 {
    max-width: 100%;
    font-size: 26px;
    line-height: 1.16;
  }

  .comparison-heading p:last-child,
  .section-heading p,
  .faq-heading p:last-child {
    max-width: 100%;
    margin-left: 0;
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.52;
  }

  #faq .faq-heading {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  #faq .faq-heading .eyebrow {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  #faq .faq-heading h2,
  #faq .faq-heading p:last-child {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .compression-stage {
    gap: 10px;
    padding: 10px 0 18px;
  }

  .tool-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
  }

  .tool-stack li {
    min-height: 44px;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    align-content: center;
    align-items: center;
    padding: 8px 14px;
  }

  .tool-stack b {
    grid-row: auto;
    font-size: 10px;
    line-height: 1;
  }

  .tool-stack strong {
    font-size: 14px;
    line-height: 1.15;
  }

  .tool-stack span {
    display: none;
  }

  .compression-core {
    gap: 24px;
    margin-top: 36px;
    margin-bottom: 0;
    transform: none;
  }

  .core-orbit {
    width: 172px;
    height: 172px;
  }

  .core-orbit span {
    font-size: 22px;
  }

  .compression-core p {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    text-align: center;
  }

  .output-stage {
    margin-top: 0;
  }

  .time-meter {
    padding: 18px;
  }

  .time-meter strong {
    font-size: 60px;
  }

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

  .compression-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
    padding-top: 18px;
  }

  .compression-summary::before {
    top: 0;
    right: 8%;
    bottom: auto;
    left: 8%;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(121, 231, 223, 0.42), rgba(199, 168, 255, 0.22), transparent);
  }

  .output-parts span {
    min-height: 36px;
    padding: 10px;
  }

  .compression-summary span {
    min-height: auto;
    gap: 3px;
    justify-items: center;
    padding-left: 0;
    text-align: center;
  }

  .compression-summary span::before {
    position: static;
    margin: 0 0 8px;
  }

  .workflow-menu {
    padding: 14px;
  }

  .workflow-item {
    grid-template-columns: 30px 1fr;
  }

  .reasons article {
    grid-template-columns: 34px 1fr;
  }

  .phone-screen {
    min-height: 430px;
  }

  .review-carousel {
    margin-top: 30px;
    overflow: visible;
  }

  .review-carousel::before,
  .review-carousel::after {
    width: 30px;
  }

  .review-rail {
    gap: 14px;
    margin: 0 -14px;
    padding: 2px 14px 18px;
    scroll-padding: 14px;
  }

  .review-card {
    flex-basis: min(312px, calc(100vw - 70px));
    min-height: 318px;
    padding: 22px;
  }

  .review-card p {
    margin: 28px 0;
    font-size: 18px;
  }

  .review-card footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .review-controls {
    width: 100%;
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 10px;
    margin-top: 12px;
  }

  .review-arrow {
    width: 36px;
    height: 36px;
  }

  .spotlight-carousel {
    overflow: hidden;
    padding-top: 8px;
  }

  .spotlight-carousel::before,
  .spotlight-carousel::after {
    width: 42px;
  }

  .spotlight-carousel .review-rail {
    gap: 16px;
    margin: 0;
    padding: 2px 0 24px;
  }

  .spotlight-carousel .review-card {
    flex-basis: min(300px, calc(100vw - 82px));
    min-height: 372px;
    padding: 22px;
    opacity: 0.38;
    transform: scale(0.86);
  }

  .spotlight-carousel .review-card.is-near {
    opacity: 0.58;
    transform: scale(0.9);
  }

  .spotlight-carousel .review-card.is-active {
    opacity: 1;
    transform: scale(1);
  }

  .spotlight-carousel .review-card.is-active p {
    font-size: 18px;
    line-height: 1.58;
  }

  .spotlight-carousel .review-controls {
    width: 100%;
  }

  .buyer-strip-carousel::before,
  .buyer-strip-carousel::after {
    width: 34px;
  }

  .buyer-strip-carousel .review-rail {
    gap: 14px;
    margin: 0 -14px;
    padding: 2px 14px 18px;
    scroll-padding: 14px;
  }

  .buyer-strip-carousel .review-card {
    flex-basis: min(318px, calc(100vw - 66px));
    min-height: 374px;
    padding: 22px;
  }

  .buyer-strip-carousel .review-card p {
    margin: 22px 0 26px;
    font-size: 17px;
  }

  .review-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .review-context {
    margin-top: 18px;
    line-height: 1.35;
  }
}
