@font-face {
  font-family: "Lekh";
  src: url("./assets/LEKH.ttf") format("truetype");
  font-display: swap;
}

:root {
  --lekhpink: #f7a8b8;
  --lekhpink-dark: #e07a8f;
  --lekhgold: #d4af37;
  --lekhgold-light: #e8c95a;
  --bg-primary: #1e1e1e;
  --bg-secondary: #2b2b2b;
  --bg-tertiary: #343434;
  --text-primary: #f0f0f0;
  --text-secondary: #b0b0b0;
  --text-muted: #8a8a8a;
  --border-color: rgba(255, 255, 255, 0.08);
  --shadow-soft: 0 30px 90px rgba(0, 0, 0, 0.4);
  --shadow-premium: 0 10px 40px -10px rgba(0, 0, 0, 0.5);
  --radius-lg: 32px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --transition-luxury: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.mono {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

html.light {
  --bg-primary: #faf8f5;
  --bg-secondary: #ffffff;
  --bg-tertiary: #f1eeea;
  --text-primary: #171717;
  --text-secondary: #555555;
  --text-muted: #777777;
  --border-color: rgba(0, 0, 0, 0.08);
  --shadow-soft: 0 18px 50px rgba(0, 0, 0, 0.08);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

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

button {
  font: inherit;
  cursor: pointer;
}

.site-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.site-bg::before,
.site-bg::after {
  content: "";
  position: absolute;
  inset: -20%;
  pointer-events: none;
}

.site-bg::before {
  background-image:
    radial-gradient(circle at 12% 22%, rgba(255, 255, 255, 0.95) 1px, transparent 1.7px),
    radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.8) 1.2px, transparent 1.8px),
    radial-gradient(circle at 75% 18%, rgba(255, 255, 255, 0.75) 1px, transparent 1.7px),
    radial-gradient(circle at 84% 62%, rgba(255, 255, 255, 0.9) 1.2px, transparent 1.8px),
    radial-gradient(circle at 55% 45%, rgba(212, 175, 55, 0.6) 1px, transparent 1.9px),
    radial-gradient(circle at 42% 12%, rgba(247, 168, 184, 0.5) 1px, transparent 1.8px);
  background-size: 280px 280px, 340px 340px, 320px 320px, 360px 360px, 420px 420px, 480px 480px;
  opacity: 0.42;
  animation: starDrift 90s linear infinite;
}

.site-bg::after {
  background:
    radial-gradient(circle at 15% 24%, rgba(102, 126, 234, 0.25), transparent 35%),
    radial-gradient(circle at 78% 30%, rgba(247, 168, 184, 0.25), transparent 38%),
    radial-gradient(circle at 58% 78%, rgba(212, 175, 55, 0.2), transparent 42%);
  mix-blend-mode: screen;
  opacity: 0.85;
  animation: nebulaFloat 24s ease-in-out infinite alternate;
}

@keyframes nebulaFloat {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(2%, 2%) scale(1.05); }
}

html.light .site-bg::before {
  opacity: 0.14;
}

html.light .site-bg::after {
  opacity: 0.2;
  mix-blend-mode: normal;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(95px);
  opacity: 0.22;
}

.orb-pink {
  top: 4rem;
  left: -6rem;
  width: 18rem;
  height: 18rem;
  background: var(--lekhpink);
}

.orb-gold {
  right: -7rem;
  top: 22rem;
  width: 20rem;
  height: 20rem;
  background: var(--lekhgold);
}

.grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(247, 168, 184, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 168, 184, 0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  animation: gridDrift 28s linear infinite;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 84px 0;
}

.section-surface {
  position: relative;
  padding: 34px;
  border-radius: 32px;
  overflow: hidden;
}

.section-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.9;
}

.section-surface > * {
  position: relative;
  z-index: 1;
}

.section-surface-privacy::before {
  background:
    radial-gradient(circle at 14% 20%, rgba(247, 168, 184, 0.12), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(212, 175, 55, 0.1), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.02), transparent 65%);
}

.section-surface-videos::before {
  background:
    radial-gradient(circle at 18% 28%, rgba(247, 168, 184, 0.14), transparent 28%),
    radial-gradient(circle at 74% 24%, rgba(212, 175, 55, 0.1), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 65%);
}

.section-surface-bill::before {
  background:
    radial-gradient(circle at 12% 22%, rgba(247, 168, 184, 0.16), transparent 28%),
    radial-gradient(circle at 82% 30%, rgba(212, 175, 55, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 65%);
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(30, 30, 30, 0.72);
  border-bottom: 1px solid transparent;
}

html.light .header {
  background: rgba(250, 248, 245, 0.78);
}

.header.scrolled {
  border-bottom-color: var(--border-color);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand img,
.footer-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand span,
.footer-brand span {
  font-family: "Lekh", "Segoe UI", sans-serif;
  font-size: 1.45rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links a {
  color: var(--text-secondary);
  font-size: 0.88rem;
  font-weight: 600;
}

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

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.theme-toggle,
.menu-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--bg-secondary);
  color: var(--text-primary);
}

.theme-toggle {
  position: relative;
}

.theme-icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transition: opacity 0.2s ease;
}

.theme-icon-sun {
  opacity: 0;
}

html.light .theme-icon-sun {
  opacity: 1;
}

html.light .theme-icon-moon {
  opacity: 0;
}

.menu-toggle {
  display: none;
  position: relative;
}

.menu-toggle span {
  position: absolute;
  left: 11px;
  right: 11px;
  height: 2px;
  background: currentColor;
  border-radius: 99px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle span:nth-child(1) {
  top: 14px;
}

.menu-toggle span:nth-child(2) {
  top: 21px;
}

.menu-toggle span:nth-child(3) {
  top: 28px;
}

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

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

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

.mobile-menu {
  display: none;
}

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

.hero-bg-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-bg-image {
  background-image:
    radial-gradient(circle at 14% 16%, rgba(247, 168, 184, 0.45), transparent 24%),
    radial-gradient(circle at 26% 24%, rgba(233, 147, 170, 0.34), transparent 22%),
    radial-gradient(circle at 36% 30%, rgba(239, 191, 104, 0.34), transparent 20%),
    radial-gradient(circle at 54% 44%, rgba(221, 163, 90, 0.22), transparent 24%),
    radial-gradient(circle at 74% 60%, rgba(247, 168, 184, 0.18), transparent 18%),
    linear-gradient(120deg, rgba(8, 8, 8, 0.18) 0%, rgba(8, 8, 8, 0.02) 30%, rgba(8, 8, 8, 0.36) 72%, rgba(8, 8, 8, 0.58) 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.98;
  filter: saturate(1.1);
}

html.light .hero-bg-image {
  opacity: 0.78;
}

.hero-overlay {
  background:
    radial-gradient(820px 360px at 18% 18%, rgba(255, 201, 168, 0.18), transparent 60%),
    radial-gradient(860px 480px at 58% 56%, rgba(212, 175, 55, 0.12), transparent 60%),
    radial-gradient(1000px 640px at 82% 28%, rgba(0, 0, 0, 0.24), transparent 56%);
}

/* Make hero background feel like galaxy photo */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--mx, 60%) var(--my, 30%), rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.48));
  mix-blend-mode: soft-light;
  opacity: 0.8;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 32px;
}

.hero-copy h1,
.section-head h2,
.showcase-caption h3,
.pricing-card h3,
.contact-card h2 {
  font-family: "Playfair Display", Georgia, serif;
  margin: 0;
  line-height: 1.08;
}

.hero-copy h1 {
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  max-width: 12ch;
}

.hero-text {
  font-size: 0.98rem;
  max-width: 56ch;
  margin-bottom: 24px;
}

.trial-note {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 0.5rem;
}

.hero-text,
.section-head p,
.feature-card p,
.privacy-card p,
.pricing-card p,
.faq-answer p,
.contact-card p,
.footer p {
  color: var(--text-secondary);
}

.hero-badge,
.pricing-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-badge {
  margin-bottom: 18px;
  background: rgba(247, 168, 184, 0.12);
  color: var(--lekhpink);
  border: 1px solid rgba(247, 168, 184, 0.22);
}

.hero-badge-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
  animation: pulse 2s infinite;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  font-weight: 700;
  font-size: 0.95rem;
  transition: var(--transition-luxury);
}

.btn:hover {
  transform: translateY(-2px) scale(1.01);
}

.btn-primary {
  background: linear-gradient(135deg, var(--lekhpink), var(--lekhpink-dark));
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 20px 40px rgba(247, 168, 184, 0.3);
}

.btn-primary:hover {
  box-shadow: 0 25px 50px rgba(247, 168, 184, 0.5);
  filter: brightness(1.1);
}

.btn-secondary {
  background: var(--bg-secondary);
  color: var(--text-primary);
}

.btn-gold {
  background: linear-gradient(135deg, var(--lekhgold), var(--lekhgold-light));
  color: #1e1e1e;
  border-color: transparent;
  box-shadow: 0 16px 32px rgba(212, 175, 55, 0.28);
}

.btn-block {
  width: 100%;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.hero-points span {
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  color: var(--text-secondary);
  font-size: 0.78rem;
}

.hero-preview,
.showcase-card,
.comparison-wrap,
.pricing-card,
.contact-card,
.feature-card,
.privacy-card,
.faq-item {
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-soft);
  transition: var(--transition-luxury);
}

.feature-card:hover,
.privacy-card:hover,
.pricing-card:hover,
.faq-item:hover {
  transform: translateY(-8px);
  border-color: rgba(247, 168, 184, 0.4);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
}

.hero-preview,
.showcase-card,
.comparison-wrap,
.contact-card {
  border-radius: var(--radius-lg);
}

.window-bar {
  display: flex;
  gap: 8px;
  padding: 14px 16px;
}

.window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

html.light .window-bar span {
  background: rgba(0, 0, 0, 0.15);
}

.hero-preview img {
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}

.trust-strip {
  padding: 16px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.trust-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  color: var(--text-secondary);
  font-size: 0.92rem;
  font-weight: 600;
}

.trust-items span::before {
  content: "•";
  margin-right: 8px;
  color: var(--lekhgold);
}

.section-head {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--lekhgold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  font-weight: 700;
}

.feature-grid,
.privacy-grid,
.pricing-grid,
.footer-grid {
  display: grid;
  gap: 18px;
}

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

.feature-card,
.privacy-card {
  padding: 24px;
  border-radius: var(--radius-md);
}

.feature-card h3,
.privacy-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.showcase-card {
  padding: 18px;
}

.bill-sample-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 22px;
  align-items: center;
}

.bill-sample-copy h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.9rem, 3.8vw, 3rem);
  line-height: 1.08;
}

.bill-sample-copy p {
  color: var(--text-secondary);
}

.bill-sample-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.bill-points {
  margin-top: 16px;
}

.bill-sample-preview {
  min-height: 520px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-soft);
}

.bill-sample-preview iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
  background: #fff;
}

.showcase-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.showcase-tab {
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  background: var(--bg-tertiary);
  color: var(--text-secondary);
}

.showcase-tab.is-active {
  background: rgba(247, 168, 184, 0.12);
  color: var(--lekhpink);
  border-color: rgba(247, 168, 184, 0.28);
}

.showcase-stage {
  overflow: hidden;
  border-radius: 18px;
}

.showcase-stage img {
  width: 100%;
  transform: scale(1);
  transition: transform 0.35s ease, opacity 0.3s ease;
}

.showcase-stage img.is-switching {
  opacity: 0.65;
  transform: scale(0.985);
}

.showcase-caption {
  margin-top: 18px;
}

.showcase-caption h3 {
  font-size: 1.5rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-soft);
}

.comparison-wrap {
  margin-top: 24px;
  overflow-x: auto;
}

.comparison-note {
  margin: 14px 0 0;
  text-align: left;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.comparison-table th,
.comparison-table td {
  padding: 16px;
  border-bottom: 1px solid var(--border-color);
  text-align: left;
}

.comparison-table th {
  color: var(--text-primary);
}

.pricing-section {
  padding-top: 88px;
}

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

.pricing-card {
  position: relative;
  padding: 28px;
  border-radius: 24px;
  overflow: hidden;
}

.pricing-card-featured {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.35);
  box-shadow: 0 24px 60px rgba(212, 175, 55, 0.16), var(--shadow-soft);
}

.pricing-card-featured::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(circle at 20% 20%, rgba(247, 168, 184, 0.22), transparent 45%),
    radial-gradient(circle at 80% 0%, rgba(212, 175, 55, 0.18), transparent 40%);
  pointer-events: none;
}

.pricing-card-yearly {
  border-color: rgba(247, 168, 184, 0.35);
  box-shadow: 0 26px 70px rgba(247, 168, 184, 0.14), var(--shadow-soft);
}

.pricing-card-monthly {
  border-color: rgba(255, 255, 255, 0.1);
}

.pricing-card-ultra {
  border-color: rgba(212, 175, 55, 0.25);
}

.ultra-highlight {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  margin-top: 18px;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12), rgba(247, 168, 184, 0.08));
  border: 1px solid rgba(212, 175, 55, 0.28);
}

.ultra-highlight-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lekhgold), var(--lekhgold-light));
  color: #1e1e1e;
  font-weight: 900;
  font-size: 0.85rem;
}

.ultra-highlight strong {
  display: block;
  font-size: 1rem;
}

.ultra-highlight p {
  margin: 6px 0 0;
  color: var(--text-secondary);
  font-size: 0.92rem;
}

.inline-link {
  color: var(--lekhpink);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Video section */
.videos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.video-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-soft);
}

.video-thumb {
  position: relative;
  display: block;
  padding: 22px;
  min-height: 160px;
  background:
    radial-gradient(circle at 20% 30%, rgba(247, 168, 184, 0.2), transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.16), transparent 55%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent);
}

.play-badge {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--text-primary);
  font-size: 1.2rem;
}

.thumb-meta {
  margin-top: 18px;
}

.thumb-title {
  font-weight: 900;
  font-size: 1.05rem;
}

.thumb-sub {
  margin-top: 6px;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.video-body {
  padding: 18px 18px 20px;
}

.video-body h3 {
  margin: 0 0 8px;
  font-size: 1.35rem;
}

.video-body p {
  margin: 0 0 16px;
  color: var(--text-secondary);
}

.video-note {
  margin-top: 18px;
  padding: 20px 22px;
  border-radius: var(--radius-md);
  background: rgba(247, 168, 184, 0.08);
  border: 1px solid rgba(247, 168, 184, 0.16);
}

.video-note p {
  margin: 0;
  color: var(--text-secondary);
}

/* Cursor glow on important hover targets */
.btn,
.nav-links a,
.showcase-tab,
.pricing-card,
.roadmap-card,
.video-thumb {
  position: relative;
}

.btn::after,
.pricing-card::after,
.roadmap-card::after,
.video-thumb::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(220px 160px at var(--mx, 50%) var(--my, 20%), rgba(247, 168, 184, 0.18), transparent 60%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.pricing-card-ultra::after {
  background: radial-gradient(260px 180px at var(--mx, 40%) var(--my, 20%), rgba(212, 175, 55, 0.18), transparent 62%);
}

.btn:hover::after,
.pricing-card:hover::after,
.roadmap-card:hover::after,
.video-thumb:hover::after {
  opacity: 1;
}
.pricing-label {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-secondary);
  border: 1px solid var(--border-color);
}

.pricing-label-shimmer {
  position: relative;
  overflow: hidden;
}

.pricing-label-shimmer::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -40%;
  width: 40%;
  height: 160%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: rotate(20deg);
  animation: shimmer 2.8s ease-in-out infinite;
}

.pricing-label-pink {
  color: var(--lekhpink);
  background: rgba(247, 168, 184, 0.12);
}

.pricing-label-gold {
  color: var(--lekhgold);
  background: rgba(212, 175, 55, 0.12);
}

.pricing-card h3 {
  margin-top: 18px;
  font-size: 1.8rem;
}

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.price,
.price span,
.price-row,
.pill,
.subprice {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Crect rx='16' width='32' height='32' fill='%23111111'/%3E%3Ctext x='16' y='21' text-anchor='middle' font-size='18' font-family='Segoe UI, Arial' fill='%23F7A8B8'%3E%E2%82%B9%3C/text%3E%3C/svg%3E") 16 16, pointer;
}

.price {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
}

.price-year {
  font-size: 3rem;
}

.price span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-secondary);
}

.subprice {
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--border-color);
  background: var(--bg-tertiary);
  color: var(--text-secondary);
  font-size: 0.9rem;
  font-weight: 700;
}

.pill-muted {
  opacity: 0.9;
}

.pill-pink {
  background: rgba(247, 168, 184, 0.12);
  border-color: rgba(247, 168, 184, 0.28);
  color: var(--lekhpink);
}

.pill-gold {
  background: rgba(212, 175, 55, 0.12);
  border-color: rgba(212, 175, 55, 0.28);
  color: var(--lekhgold);
}

.btn-pulse {
  animation: btnPulse 2.2s ease-in-out infinite;
}

.btn-pulse:hover {
  animation: none;
}

.plan-for {
  margin: 14px 0 16px;
}

.pricing-card ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 22px;
  margin-top: 10px;
  color: var(--text-secondary);
}

.pricing-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--lekhgold);
  font-weight: 700;
}

.pricing-footnote {
  margin-top: 22px;
  text-align: center;
  color: var(--text-secondary);
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.faq-item {
  border-radius: 18px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 20px 22px;
  text-align: left;
  color: var(--text-primary);
  background: transparent;
  border: 0;
  font-weight: 700;
}

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

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.24s ease;
}

.faq-answer p {
  min-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 22px 0;
}

.faq-item.active .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.active .faq-answer p {
  padding-bottom: 20px;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  padding: 32px;
}

.contact-card > div:first-child {
  align-self: start;
}

.contact-card .contact-actions,
.contact-card .contact-meta {
  grid-column: 2;
}

.contact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 18px;
  color: var(--text-secondary);
}

.contact-meta a {
  color: var(--text-secondary);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-meta a:hover {
  color: var(--lekhpink);
}

.footer {
  padding-top: 18px;
  border-top: 1px solid var(--border-color);
}

.footer-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
  padding-bottom: 24px;
}

.footer-grid a,
.footer p {
  color: var(--text-secondary);
}

.footer-grid a {
  display: block;
  margin-bottom: 10px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.footer-bottom {
  padding: 16px;
  text-align: center;
  color: var(--text-muted);
  border-top: 1px solid var(--border-color);
}

.contact-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 50;
}

.contact-modal.open {
  display: flex;
}

.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.contact-modal-dialog {
  position: relative;
  width: min(460px, 100%);
  padding: 28px;
  border-radius: 22px;
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-soft);
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 10px;
  background: var(--bg-tertiary);
  color: var(--text-primary);
}

.contact-modal-dialog h3 {
  margin: 0;
  font-size: 1.8rem;
}

.modal-text {
  color: var(--text-secondary);
}

.modal-actions {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(34, 197, 94, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

@keyframes gridDrift {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-42px);
  }
}

@keyframes starDrift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(-30px, -20px, 0) scale(1.03);
  }
}

@keyframes nebulaFloat {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(12px, -10px, 0);
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(0) rotate(20deg);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  60% {
    opacity: 0.9;
  }
  100% {
    transform: translateX(420%) rotate(20deg);
    opacity: 0;
  }
}

@keyframes btnPulse {
  0%,
  100% {
    box-shadow: 0 16px 32px rgba(212, 175, 55, 0.22);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 22px 50px rgba(247, 168, 184, 0.24), 0 18px 42px rgba(212, 175, 55, 0.18);
    transform: translateY(-1px);
  }
}

/* Founder story */
.story-section {
  padding-top: 88px;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 22px;
  align-items: start;
}

.story-text p {
  margin: 0 0 12px;
  color: var(--text-secondary);
}

.story-sign {
  margin-top: 10px;
  color: var(--text-primary);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.story-cards {
  display: grid;
  gap: 14px;
}

.stat-card {
  padding: 20px;
  border-radius: var(--radius-md);
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-soft);
}

.stat-kpi {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
  color: var(--text-primary);
}

.stat-label {
  margin-top: 10px;
  color: var(--text-secondary);
}

/* Roadmap */
.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.roadmap-card {
  padding: 22px;
  border-radius: var(--radius-md);
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-soft);
}

.roadmap-card h3 {
  margin: 12px 0 8px;
  font-size: 1.25rem;
}

.roadmap-card p {
  margin: 0;
  color: var(--text-secondary);
}

.roadmap-tag {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--border-color);
  background: var(--bg-tertiary);
  color: var(--text-secondary);
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
}

@media (max-width: 1023px) {
  .hero-grid,
  .pricing-grid,
  .feature-grid,
  .gallery-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

  .bill-sample-grid {
    grid-template-columns: 1fr;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }

  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-card .contact-actions,
  .contact-card .contact-meta {
    grid-column: auto;
  }

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

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

  .nav-links {
    display: none;
  }

  .menu-toggle {
    display: inline-block;
  }

  .mobile-menu {
    display: grid;
    gap: 8px;
    padding: 0 16px 16px;
    background: var(--bg-primary);
    border-bottom: 1px solid var(--border-color);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease, padding-top 0.25s ease;
  }

  .mobile-menu.open {
    max-height: 360px;
    padding-top: 8px;
  }

  .mobile-menu a {
    padding: 12px 0;
    color: var(--text-secondary);
  }

  .pricing-card-featured {
    transform: none;
  }
}

@media (max-width: 639px) {
  .section {
    padding: 76px 0;
  }

  .section-surface {
    padding: 22px;
    border-radius: 24px;
  }

  .hero {
    padding-top: 42px;
  }

  .feature-grid,
  .gallery-grid,
  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .contact-actions,
  .contact-meta {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .showcase-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

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

  .ultra-highlight {
    grid-template-columns: 1fr;
  }

  .bill-sample-preview,
  .bill-sample-preview iframe {
    min-height: 360px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
