:root {
  --bg: #05060a;
  --bg-elevated: #0b0d14;
  --bg-soft: #10131e;
  --border-subtle: rgba(255, 255, 255, 0.06);
  --border-strong: rgba(255, 255, 255, 0.12);
  --accent: #4df2b5;
  --accent-soft: rgba(77, 242, 181, 0.12);
  --accent-strong: rgba(77, 242, 181, 0.9);
  --accent-secondary: #4dbdf2;
  --text: #f7f7ff;
  --text-soft: #c2c5d8;
  --text-muted: #7d8297;
  --danger: #ff5f5f;
  --shadow-soft: 0 18px 50px rgba(0, 0, 0, 0.65);
  --radius-xl: 26px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --blur-soft: 26px;
  --max-width: 1120px;
  --nav-height: 72px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top left, #101325 0, #05060a 52%);
  background-attachment: fixed;
}

body {
  min-height: 100vh;
}

.page-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 18px 32px;
}

.page-shell--buy {
  padding-bottom: 40px;
}

.coming-shell {
  padding-top: 40px;
}

main {
  width: 100%;
  max-width: var(--max-width);
}

.coming-main {
  width: 100%;
  max-width: 640px;
}

.coming-card {
  position: relative;
  margin: 0 auto;
  padding: 40px 30px 32px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 0 0, rgba(77, 242, 181, 0.26), transparent 55%),
    radial-gradient(circle at 100% 0, rgba(77, 189, 242, 0.22), transparent 55%),
    linear-gradient(145deg, #050814, #05030b);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.95);
  text-align: center;
  overflow: hidden;
}

.coming-orbit {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  border: 1px solid rgba(77, 242, 181, 0.16);
  opacity: 0.6;
  filter: blur(0.4px);
}

.coming-orbit--one {
  top: -90px;
  right: -40px;
}

.coming-orbit--two {
  bottom: -110px;
  left: -60px;
}

.coming-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(2, 6, 14, 0.9);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-secondary);
  margin-bottom: 10px;
}

.coming-card h1 {
  margin: 0 0 10px;
  font-family: "Epilogue", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 28px;
  letter-spacing: -0.03em;
}

.coming-lead {
  margin: 0 0 20px;
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.7;
}

.coming-countdown {
  padding: 16px 16px 10px;
  border-radius: 20px;
  background: radial-gradient(
      circle at 0 0,
      rgba(77, 242, 181, 0.18),
      transparent 60%
    ),
    rgba(2, 6, 14, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.8);
}

.coming-countdown-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}

.coming-unit {
  padding: 8px 8px 7px;
  border-radius: 16px;
  background: rgba(3, 7, 16, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.coming-value {
  font-family: "Epilogue", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.coming-label {
  margin-top: 2px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-muted);
}

.coming-meta {
  margin: 0;
  font-size: 12px;
  color: var(--text-muted);
}
.success-shell {
  padding-top: 40px;
}

main {
  width: 100%;
  max-width: var(--max-width);
}

.site-header {
  width: 100%;
  max-width: var(--max-width);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  margin-bottom: 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.06),
      rgba(12, 14, 26, 0.9)
    ),
    radial-gradient(circle at top left, rgba(77, 242, 181, 0.16), transparent);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(24px);
  position: sticky;
  top: 14px;
  z-index: 20;
}

.site-header--compact {
  margin-bottom: 18px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.logo-mark {
  width: 26px;
  height: 26px;
  border-radius: 10px;
  background: radial-gradient(circle at 20% 0%, #fff, #7ef2d0);
  color: #020308;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.logo-text {
  font-family: "Epilogue", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 14px;
}

.logo-tag {
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--text-soft);
  background: rgba(1, 6, 14, 0.8);
}

.nav {
  display: flex;
  gap: 14px;
  font-size: 13px;
}

.nav a {
  color: var(--text-soft);
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 999px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.nav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-github {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: radial-gradient(circle at 0 0, rgba(77, 242, 181, 0.18), transparent 55%);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.header-github svg {
  width: 16px;
  height: 16px;
  fill: var(--text-soft);
  transition: fill 0.15s ease;
}

.header-github:hover svg {
  fill: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease,
    transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-strong), #89ffe2);
  color: #020308;
  box-shadow: 0 14px 38px rgba(91, 255, 199, 0.5);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 45px rgba(91, 255, 199, 0.65);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--text);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.06);
}

.btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--text-soft);
}

.btn-ghost:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.btn-link {
  font-size: 13px;
  color: var(--accent);
  text-decoration: none;
  position: relative;
}

.btn-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--accent);
  transition: width 0.2s ease;
}

.btn-link:hover::after {
  width: 100%;
}

.btn-kbd {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(5, 7, 14, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.lang-btn {
  border: none;
  background: transparent;
  color: var(--text-muted);
  font-size: 11px;
  padding: 3px 7px;
  border-radius: 999px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: background 0.15s ease, color 0.15s ease;
}

.lang-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.lang-btn--active {
  background: rgba(255, 255, 255, 0.16);
  color: var(--text);
}

.hero {
  width: 100%;
  max-width: var(--max-width);
  margin: 8px auto 40px;
  padding: 30px 26px 30px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 0 0, rgba(77, 242, 181, 0.3), transparent 50%),
    radial-gradient(circle at 100% 0, rgba(77, 189, 242, 0.25), transparent 50%),
    linear-gradient(135deg, rgba(8, 9, 18, 0.96), rgba(3, 4, 10, 0.98));
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
  gap: 34px;
  z-index: 1;
}

.hero-copy h1 {
  font-family: "Epilogue", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: clamp(32px, 4vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 10px 0 14px;
}

.eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent-secondary);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(77, 242, 181, 0.9),
    rgba(77, 189, 242, 0.1)
  );
}

.hero-subtitle {
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.7;
  max-width: 32rem;
}

.hero-icons {
  margin: 18px 0 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-icon-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 999px;
  background: radial-gradient(
      circle at 0 0,
      rgba(77, 242, 181, 0.18),
      transparent 60%
    ),
    rgba(4, 7, 16, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.6);
  font-size: 12px;
  color: var(--text-soft);
}

.hero-icon-symbol {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    circle at 0 0,
    rgba(77, 242, 181, 0.95),
    rgba(77, 189, 242, 0.3)
  );
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.8);
}

.hero-icon-svg {
  width: 17px;
  height: 17px;
}

.hero-icon-outline {
  fill: none;
  stroke: rgba(3, 6, 14, 0.96);
  stroke-width: 1.4;
}

.hero-icon-accent {
  fill: rgba(3, 6, 14, 0.96);
}

.hero-icon-stroke {
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-icon-text {
  line-height: 1.4;
}

@media (max-width: 900px) {
  .hero-icons {
    grid-template-columns: minmax(0, 1fr);
  }
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 14px;
  margin-top: 6px;
}

.hero-meta {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: var(--text-muted);
}

.meta-pill {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(5, 7, 14, 0.86);
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-window {
  width: 100%;
  max-width: 420px;
  border-radius: 26px;
  background: radial-gradient(circle at top, #171b31, #060813);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  position: relative;
}

.hero-window::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle at 0 0,
    rgba(77, 242, 181, 0.18),
    transparent 55%
  );
  mix-blend-mode: screen;
  opacity: 0.85;
  pointer-events: none;
}

.window-topbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.9),
    rgba(12, 17, 32, 0.9)
  );
}

.window-dots {
  display: flex;
  gap: 6px;
}

.window-dots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
}

.window-dots span:nth-child(1) {
  background: #ff5f57;
}
.window-dots span:nth-child(2) {
  background: #febc2e;
}
.window-dots span:nth-child(3) {
  background: #27c840;
}

.window-title {
  font-size: 12px;
  color: var(--text-muted);
}

.window-badge {
  font-size: 10px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255, 95, 95, 0.12);
  color: #ffd1d1;
  border: 1px solid rgba(255, 95, 95, 0.4);
}

.window-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.85fr 1.6fr;
  gap: 10px;
  padding: 14px 14px 10px;
}

.wave-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 4px 6px;
}

.wave {
  height: 32px;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(
    circle at 0 50%,
    rgba(77, 242, 181, 0.9),
    rgba(77, 189, 242, 0.3),
    transparent 65%
  );
}

.wave::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.05) 0,
    rgba(0, 0, 0, 0.05) 2px,
    transparent 2px,
    transparent 4px
  );
  mix-blend-mode: multiply;
}

.wave-1 {
  opacity: 0.85;
}
.wave-2 {
  opacity: 0.65;
}
.wave-3 {
  opacity: 0.45;
}
.wave-4 {
  opacity: 0.35;
}

.transcript-column {
  padding: 4px 4px 2px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 11px;
}

.transcript-line {
  border-radius: 10px;
  padding: 7px 8px;
  background: rgba(1, 3, 10, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
  display: flex;
  gap: 6px;
  align-items: flex-start;
}

.transcript-line--active {
  border-color: rgba(77, 242, 181, 0.7);
  background: radial-gradient(
    circle at 0 0,
    rgba(77, 242, 181, 0.15),
    rgba(1, 3, 10, 0.9)
  );
  color: var(--text);
}

.transcript-line--dimmed {
  opacity: 0.7;
}

.dot {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  margin-top: 4px;
  background: var(--accent);
  box-shadow: 0 0 8px rgba(77, 242, 181, 0.9);
}

.dot--muted {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.window-footer {
  position: relative;
  z-index: 1;
  padding: 8px 12px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  color: var(--text-muted);
  background: radial-gradient(circle at 0 0, #090c18, #050711);
}

.footer-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.kbd {
  padding: 1px 5px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 9px;
  background: linear-gradient(135deg, #161827, #05060c);
}

.footer-label {
  padding-left: 2px;
}

.footer-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 8px rgba(77, 242, 181, 0.9);
}

.section {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto 42px;
  padding: 0 4px;
}

.section-header {
  max-width: 640px;
  margin-bottom: 20px;
}

.section-header h2 {
  font-family: "Epilogue", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}

.section-header p {
  margin: 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.7;
}

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

.feature-card {
  padding: 18px 18px 18px;
  border-radius: 20px;
  background: radial-gradient(
      circle at 0 0,
      rgba(77, 242, 181, 0.12),
      transparent 55%
    ),
    linear-gradient(145deg, #070913, #05060e);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.8);
}

.feature-card h3 {
  margin: 10px 0 6px;
  font-size: 16px;
}

.feature-card p {
  margin: 0;
  font-size: 13px;
  color: var(--text-soft);
  line-height: 1.7;
}

.feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background: radial-gradient(
    circle at 0 0,
    rgba(77, 242, 181, 0.4),
    rgba(77, 189, 242, 0.15)
  );
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.7);
}

.feature-icon svg {
  width: 22px;
  height: 22px;
}

.icon-outline {
  fill: none;
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 1.4;
}

.icon-wave {
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.5;
  stroke-linecap: round;
}

.icon-dot {
  fill: var(--accent-secondary);
}

.icon-corner {
  fill: none;
  stroke: rgba(255, 255, 255, 0.85);
  stroke-width: 1.3;
  stroke-linecap: round;
}

.section-split {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 26px;
  align-items: flex-start;
}

.section-split-card {
  padding: 18px 18px 18px;
  border-radius: 22px;
  background: linear-gradient(
    145deg,
    rgba(16, 19, 31, 0.98),
    rgba(4, 5, 12, 0.98)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.85);
}

.section-split-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.section-split-card p {
  margin: 0 0 14px;
  font-size: 13px;
  color: var(--text-soft);
}

.usecase-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: var(--text-soft);
}

.steps-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: grid;
  gap: 10px;
}

.steps-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
}

.step-label {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  background: radial-gradient(
    circle at 0 0,
    rgba(77, 242, 181, 0.8),
    rgba(3, 5, 10, 0.96)
  );
  color: #020308;
  font-weight: 600;
}

.steps-list h3 {
  margin: 0 0 4px;
  font-size: 14px;
}

.steps-list p {
  margin: 0;
  font-size: 13px;
  color: var(--text-soft);
}

.section-subtle {
  padding-top: 6px;
}

.pricing-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 999px;
  background: rgba(5, 8, 16, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.8);
  margin: 4px auto 20px;
  max-width: 360px;
}

.pricing-switch button {
  border: none;
  background: transparent;
  color: var(--text-muted);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.pricing-switch button.is-active {
  background: linear-gradient(135deg, var(--accent-strong), #89ffe2);
  color: #020308;
  box-shadow: 0 10px 26px rgba(91, 255, 199, 0.5);
}

.pricing-preview {
  display: block;
}

.pricing-column {
  border-radius: 22px;
  padding: 18px 20px 18px;
  background: radial-gradient(
      circle at 0 0,
      rgba(77, 242, 181, 0.14),
      transparent 60%
    ),
    linear-gradient(150deg, #050814, #070915);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.86);
}

.pricing-column--ghost {
  background: radial-gradient(
      circle at 100% 0,
      rgba(77, 189, 242, 0.16),
      transparent 60%
    ),
    linear-gradient(150deg, #060814, #050712);
}

.pricing-column h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.price-tag {
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--accent);
}

.pricing-column ul {
  margin: 0 0 14px;
  padding-left: 18px;
  font-size: 13px;
  color: var(--text-soft);
}

.pricing-column li + li {
  margin-top: 3px;
}

.ghost-label {
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
}

.ghost-copy {
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--text-soft);
}

.pricing-plan {
  display: none;
}

.pricing-plan.is-active {
  display: block;
  max-width: 460px;
  margin: 0 auto;
}

.faq-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.faq-grid details {
  border-radius: 14px;
  padding: 10px 12px;
  background: rgba(3, 5, 12, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-grid summary {
  list-style: none;
  cursor: pointer;
  font-size: 13px;
}

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

.faq-grid p {
  margin: 6px 0 0;
  font-size: 13px;
  color: var(--text-soft);
}

.site-footer {
  width: 100%;
  max-width: var(--max-width);
  margin-top: 10px;
  padding: 14px 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: var(--text-muted);
}

.footer-left {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-dot {
  opacity: 0.6;
}

.footer-right {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-right a {
  color: var(--text-soft);
  text-decoration: none;
}

.footer-right a:hover {
  color: var(--text);
}

.buy-main {
  width: 100%;
  max-width: var(--max-width);
}

.success-main {
  width: 100%;
  max-width: 520px;
}

.success-card {
  margin: 0 auto;
  padding: 32px 26px 26px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 0 0, rgba(77, 242, 181, 0.2), transparent 55%),
    radial-gradient(circle at 100% 0, rgba(77, 189, 242, 0.18), transparent 55%),
    linear-gradient(145deg, #060814, #05040c);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.9);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.success-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.success-ring {
  width: 90px;
  height: 90px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: radial-gradient(
    circle at 0 0,
    rgba(77, 242, 181, 0.6),
    transparent 60%
  );
  filter: blur(0.2px);
  opacity: 0.8;
  animation: success-pulse 2.4s ease-out infinite;
}

.success-icon {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: linear-gradient(135deg, #020308, #050b16);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.9);
}

.success-icon-svg {
  width: 32px;
  height: 32px;
}

.success-circle {
  fill: none;
  stroke: rgba(77, 242, 181, 0.7);
  stroke-width: 1.8;
}

.success-check {
  fill: none;
  stroke: var(--accent);
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18;
  stroke-dashoffset: 18;
  animation: success-draw 0.9s ease-out forwards 0.25s;
}

.success-orbit {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(77, 242, 181, 0.9);
  opacity: 0.8;
}

.success-orbit--one {
  animation: success-orbit-one 3.4s linear infinite;
}

.success-orbit--two {
  animation: success-orbit-two 4.1s linear infinite;
}

.success-content h1 {
  margin: 0 0 8px;
  font-family: "Epilogue", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.success-lead {
  margin: 0 0 10px;
  font-size: 14px;
  color: var(--text-soft);
}

.success-meta {
  margin: 0 0 18px;
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.6;
}

.success-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

@keyframes success-pulse {
  0% {
    transform: scale(0.96);
    opacity: 0.6;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.06);
    opacity: 0.1;
  }
}

@keyframes success-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes success-orbit-one {
  0% {
    transform: rotate(0deg) translateX(48px);
  }
  100% {
    transform: rotate(360deg) translateX(48px);
  }
}

@keyframes success-orbit-two {
  0% {
    transform: rotate(0deg) translateX(-42px);
  }
  100% {
    transform: rotate(360deg) translateX(-42px);
  }
}

.section-buy-intro {
  margin-top: 10px;
}

.section-buy-stripe {
  margin-top: 4px;
}

.stripe-shell {
  border-radius: 22px;
  padding: 18px 16px;
  background: radial-gradient(
      circle at 0 0,
      rgba(77, 242, 181, 0.16),
      transparent 55%
    ),
    linear-gradient(150deg, #050814, #050712);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.9);
}

.buy-notes {
  margin-top: 12px;
  font-size: 13px;
  color: var(--text-soft);
}

.buy-notes strong {
  color: var(--text);
}

.buy-plans {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

code {
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco,
    Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 6px;
  background: rgba(7, 9, 16, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 900px) {
  .site-header {
    gap: 10px;
  }

  .nav {
    display: none;
  }

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

  .hero-visual {
    order: -1;
  }

  .hero {
    padding: 20px 18px 22px;
  }

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

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

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

@media (max-width: 640px) {
  .page-shell {
    padding-inline: 10px;
  }

  .site-header {
    padding-inline: 12px;
    border-radius: 18px;
  }

  .hero {
    border-radius: 22px;
  }

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

  .site-footer {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}

