
:root {
  --bg: #ffffff;
  --surface: #f7f5ff;
  --surface-2: #eee9ff;
  --surface-3: #f2efff;
  --text: #211f2b;
  --muted: #6f6a7c;
  --primary: #6848f5;
  --primary-dark: #4d31c5;
  --primary-light: #8e75ff;
  --border: #e8e3f5;
  --safe: #41aa75;
  --warning: #e1a536;
  --danger: #e45f66;
  --shadow: 0 28px 80px rgba(66, 44, 145, .16);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  transform: translateY(-150%);
  background: #111;
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  z-index: 1000;
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(232,227,245,.82);
}
.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 760;
  font-size: 1.17rem;
  letter-spacing: -.02em;
}
.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, #8e72ff, #5b39e8);
  box-shadow: 0 10px 25px rgba(109,74,255,.25);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: .95rem;
  color: #4f4a5a;
}
.main-nav a:hover { color: var(--primary); }
.nav-cta {
  color: #fff !important;
  background: var(--primary);
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 720;
}
.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 0;
  border-radius: 12px;
  background: var(--surface);
}
.menu-button span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: var(--text);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 84px;
  background:
    radial-gradient(circle at 80% 16%, rgba(125,92,255,.17), transparent 28%),
    radial-gradient(circle at 11% 77%, rgba(109,74,255,.07), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fbfaff 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .35;
  background-image:
    linear-gradient(rgba(104,72,245,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104,72,245,.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent 78%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 68px;
}
.eyebrow {
  display: inline-block;
  color: var(--primary);
  font-size: .77rem;
  font-weight: 820;
  letter-spacing: .13em;
  margin-bottom: 16px;
}
.hero h1, .section h2 {
  margin: 0;
  letter-spacing: -.047em;
  line-height: 1.04;
}
.hero h1 {
  max-width: 760px;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 840;
}
.hero h1 span { color: var(--primary); }
.hero-copy > p {
  max-width: 650px;
  font-size: 1.16rem;
  color: var(--muted);
  margin: 26px 0 0;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0 20px;
  font-weight: 760;
  transition: .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(145deg, #7758ff, #5f3ce8);
  box-shadow: 0 12px 28px rgba(109,74,255,.24);
}
.btn-secondary {
  border: 1px solid var(--border);
  background: #fff;
}
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
  color: #5f5969;
  font-size: .9rem;
}

.phone-stage {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
}
.phone-orbit {
  position: absolute;
  border: 1px solid rgba(104,72,245,.18);
  border-radius: 50%;
}
.orbit-one { width: 500px; height: 500px; }
.orbit-two { width: 390px; height: 390px; }
.phone {
  position: relative;
  z-index: 2;
  width: min(342px, 90%);
  min-height: 650px;
  border: 9px solid #241f34;
  border-radius: 44px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: rotate(1.2deg);
}
.phone-top {
  position: absolute;
  z-index: 3;
  width: 110px;
  height: 23px;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 99px;
  background: #241f34;
}
.app-screen {
  min-height: 650px;
  padding: 40px 17px 74px;
  background: #faf9ff;
}
.app-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 2px 18px;
}
.app-header small, .product-card small, .expiry small {
  display: block;
  color: #817a8b;
  font-size: .68rem;
}
.notification-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 5px var(--surface-2);
}
.filters {
  display: flex;
  gap: 7px;
  overflow: hidden;
  margin: 0 -2px 13px;
}
.filters span {
  flex: 0 0 auto;
  padding: 7px 9px;
  border-radius: 11px;
  border: 1px solid #e9e3f7;
  background: #fff;
  font-size: .69rem;
}
.filters .active {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
}
.search {
  color: #9a93a5;
  border: 1px solid #e7e2f2;
  background: #fff;
  border-radius: 13px;
  padding: 11px 12px;
  font-size: .7rem;
  margin-bottom: 14px;
}
.product-card {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 14px 18px;
  margin-bottom: 11px;
  border: 1px solid #eee9f6;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(48,38,84,.05);
  overflow: hidden;
}
.product-card::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 7px;
  height: 4px;
  border-radius: 99px;
}
.product-card.danger::after { background: var(--danger); }
.product-card.warning::after { background: var(--warning); }
.product-card.safe::after { background: var(--safe); }
.product-card strong { display: block; font-size: .82rem; }
.expiry { text-align: right; }
.expiry b { font-size: .77rem; }
.bottom-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #ece7f5;
  background: rgba(255,255,255,.97);
  padding: 13px 7px 17px;
  text-align: center;
  font-size: .61rem;
  color: #625b6e;
}
.bottom-nav .selected { color: var(--primary); font-weight: 700; }

.floating-card {
  position: absolute;
  z-index: 3;
  min-width: 150px;
  padding: 13px 16px;
  border: 1px solid rgba(225,219,242,.9);
  border-radius: 16px;
  background: rgba(255,255,255,.93);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 45px rgba(54,36,120,.12);
}
.floating-card small {
  display: block;
  color: var(--muted);
  font-size: .7rem;
}
.floating-card strong { font-size: .92rem; }
.floating-top { top: 80px; right: -6px; }
.floating-bottom { left: -12px; bottom: 84px; }

.proof-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #fff;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.proof-grid > div {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 24px 22px;
  border-right: 1px solid var(--border);
}
.proof-grid > div:last-child { border-right: 0; }
.proof-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 12px;
  color: var(--primary);
  background: var(--surface);
  font-size: .75rem;
  font-weight: 800;
}
.proof-grid strong, .proof-grid small { display: block; }
.proof-grid small { color: var(--muted); }

.section { padding: 100px 0; }
.section-soft { background: var(--surface); }
.section-heading {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}
.section-heading.narrow { max-width: 680px; }
.section-heading.left { text-align: left; margin: 0; }
.section h2 {
  font-size: clamp(2.2rem, 4vw, 3.75rem);
  font-weight: 820;
}
.section-heading p, .lead {
  color: var(--muted);
  font-size: 1.05rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.step-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  padding: 28px;
}
.step-card.featured {
  border-color: #d7cdfd;
  box-shadow: 0 20px 45px rgba(68,43,150,.08);
}
.step-visual {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--surface-2);
  color: var(--primary);
  font-weight: 820;
}
.mini-pill {
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--primary);
  background: var(--surface);
  font-size: .7rem;
  font-weight: 760;
}
.step-card h3 { margin: 22px 0 8px; font-size: 1.22rem; }
.step-card p { margin: 0; color: var(--muted); }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.feature-card {
  grid-column: span 4;
  min-height: 260px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  padding: 27px;
  overflow: hidden;
}
.feature-card.large { grid-column: span 6; min-height: 300px; }
.feature-card h3 {
  margin: 12px 0 9px;
  font-size: 1.45rem;
  line-height: 1.2;
}
.feature-card p { color: var(--muted); margin: 0; }
.feature-tag {
  color: var(--primary);
  font-size: .72rem;
  font-weight: 820;
  letter-spacing: .1em;
}
.visual-bars {
  display: grid;
  gap: 10px;
  margin-top: 36px;
}
.bar {
  display: block;
  height: 11px;
  border-radius: 999px;
}
.bar.danger { width: 86%; background: var(--danger); }
.bar.warning { width: 64%; background: var(--warning); }
.bar.safe { width: 42%; background: var(--safe); }

.accent-card {
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,255,255,.15), transparent 30%),
    linear-gradient(145deg, #5334cf, #7352f2);
  border-color: transparent;
}
.accent-card .feature-tag { color: #e6dfff; }
.accent-card p { color: #ded7ff; }
.mock-list {
  margin-top: 28px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  overflow: hidden;
}
.mock-list > div {
  display: grid;
  grid-template-columns: 9px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 12px 13px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.mock-list > div:last-child { border-bottom: 0; }
.mock-list > div > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  opacity: .85;
}
.mock-list small { color: #e5dfff; }

.problem-section {
  background: #fff;
}
.problem-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 80px;
  align-items: start;
}
.problem-copy p {
  margin-top: 0;
  color: var(--muted);
  font-size: 1.08rem;
}
.problem-copy p + p { margin-top: 24px; }

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.audience-grid article {
  min-height: 220px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  padding: 27px;
}
.audience-grid h3 { margin: 17px 0 8px; font-size: 1.2rem; }
.audience-grid p { margin: 0; color: var(--muted); }
.audience-icon { font-size: 1.7rem; }
.audience-cta {
  background: var(--surface) !important;
  border-style: dashed !important;
}

.credibility {
  padding: 30px 0;
}
.credibility-inner {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 50px;
  align-items: center;
  padding: 50px;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(255,255,255,.15), transparent 26%),
    linear-gradient(135deg, #4c2fc6, #7555f7);
}
.eyebrow.light { color: #e7e0ff; }
.credibility-copy h2 {
  font-size: clamp(2.2rem, 4vw, 3.7rem);
}
.credibility-copy p {
  color: #ded7ff;
  max-width: 690px;
}
.credibility-stats {
  display: grid;
  gap: 12px;
}
.credibility-stats > div {
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 15px;
  background: rgba(255,255,255,.08);
}
.credibility-stats strong, .credibility-stats span { display: block; }
.credibility-stats span { color: #ded7ff; font-size: .84rem; }

.faq-wrap {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 70px;
}
.faq details {
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}
.faq summary {
  cursor: pointer;
  font-weight: 740;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  float: right;
  color: var(--primary);
}
.faq details[open] summary::after { content: "–"; }
.faq p { color: var(--muted); margin-bottom: 0; }

.download-section { padding-top: 20px; }
.download-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 42px;
  padding: 50px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(104,72,245,.05), rgba(104,72,245,.1)),
    #fff;
  border: 1px solid var(--border);
}
.download-card h2 { max-width: 650px; }
.download-card p { max-width: 680px; color: var(--muted); }
.download-actions { text-align: center; }
.play-placeholder {
  min-width: 220px;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 12px 17px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: #202024;
  opacity: .94;
}
.play-symbol { font-size: 1.55rem; }
.play-placeholder small, .play-placeholder strong {
  display: block;
  text-align: left;
  line-height: 1.15;
}
.download-actions > small {
  display: block;
  max-width: 300px;
  color: var(--muted);
  margin-top: 9px;
}

.legal-preview {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #fcfbff;
}
.legal-preview-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-top: 28px;
  padding-bottom: 28px;
}
.legal-preview p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: .9rem;
}
.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: .88rem;
  font-weight: 650;
}
.legal-links a:hover { color: var(--primary); }

.site-footer {
  padding: 42px 0;
  background: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: end;
  gap: 50px;
}
.footer-brand { margin-bottom: 8px; }
.site-footer p, .footer-meta {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
}
.footer-links {
  display: flex;
  gap: 20px;
  font-size: .9rem;
}
.footer-meta {
  display: grid;
  text-align: right;
}

.legal-page {
  padding: 74px 0 100px;
  background: linear-gradient(180deg, #fbfaff 0, #fff 280px);
}
.legal-shell {
  max-width: 850px;
}
.legal-shell h1 {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -.05em;
}
.legal-shell > p.intro {
  color: var(--muted);
  font-size: 1.08rem;
  margin: 22px 0 42px;
}
.legal-content section {
  padding: 24px 0;
  border-top: 1px solid var(--border);
}
.legal-content h2 {
  font-size: 1.25rem;
  letter-spacing: -.02em;
}
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content ul { padding-left: 20px; }
.notice {
  padding: 16px 18px;
  border-radius: 15px;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--muted);
}

.support-card {
  margin-top: 30px;
  padding: 28px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: #fff;
}
.support-card strong { display: block; margin-bottom: 8px; }
.support-card a { color: var(--primary); font-weight: 720; }

@media (max-width: 960px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }
  .main-nav.open { display: flex; }
  .menu-button { display: block; }

  .hero { padding-top: 58px; }
  .hero-grid, .problem-grid, .faq-wrap, .credibility-inner {
    grid-template-columns: 1fr;
  }
  .hero-grid { gap: 34px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .phone-stage { min-height: 690px; }

  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--border); }

  .steps { grid-template-columns: 1fr; }
  .feature-card, .feature-card.large { grid-column: span 6; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }

  .section-heading.left {
    text-align: center;
    margin-inline: auto;
  }
  .download-card {
    align-items: flex-start;
    flex-direction: column;
  }
  .legal-preview-grid {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-meta {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }

  .hero { padding: 44px 0 54px; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { gap: 9px 15px; font-size: .82rem; }

  .phone-stage { min-height: 620px; }
  .phone { width: 304px; min-height: 580px; }
  .app-screen { min-height: 580px; }
  .floating-card { display: none; }
  .phone-orbit { opacity: .65; }

  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
  .proof-grid > div:last-child { border-bottom: 0; }

  .section { padding: 74px 0; }
  .section-heading { margin-bottom: 34px; }

  .feature-card, .feature-card.large { grid-column: span 12; }
  .audience-grid { grid-template-columns: 1fr; }

  .credibility-inner, .download-card { padding: 32px 24px; }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .footer-meta { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}


/* V3 — commercial pain, privacy/security and launch preparation */
.pain-section {
  padding: 78px 0;
  color: #fff;
  background: #211c31;
}
.pain-inner {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 80px;
  align-items: center;
}
.pain-section .eyebrow { color: #b9a9ff; }
.pain-question h2 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(2.35rem, 4.5vw, 4.25rem);
  line-height: 1.05;
  letter-spacing: -.05em;
}
.pain-answer p { color: #cfc9dc; font-size: 1.05rem; }
.pain-answer strong { color: #fff; }
.pain-answer a { display: inline-block; margin-top: 10px; color: #b9a9ff; font-weight: 760; }

.security-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(104,72,245,.08), transparent 22%),
    #fbfaff;
}
.security-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 72px;
  align-items: center;
}
.security-copy h2 {
  margin: 0 0 22px;
  font-size: clamp(2.35rem, 4.5vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: -.05em;
}
.security-copy p { color: var(--muted); }
.text-link { display: inline-block; margin-top: 12px; color: var(--primary); font-weight: 760; }
.security-cards { display: grid; gap: 12px; }
.security-cards article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 19px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
}
.security-symbol {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--surface-2);
  color: var(--primary);
  font-size: .72rem;
  font-weight: 820;
}
.security-cards h3 { margin: 0 0 3px; font-size: 1.05rem; }
.security-cards p { margin: 0; color: var(--muted); font-size: .9rem; }
.security-note {
  display: flex;
  gap: 12px 26px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 38px;
  padding: 18px 22px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  text-align: center;
}
.security-note span { color: var(--muted); }

.plans-preview { padding-top: 40px; }
.plans-inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 50px;
  align-items: center;
  padding: 42px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: linear-gradient(135deg, #fff, var(--surface));
}
.plans-inner h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.45rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.plans-inner p { color: var(--muted); }
.plan-placeholder {
  padding: 25px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--border);
}
.plan-placeholder span, .plan-placeholder strong, .plan-placeholder small { display: block; }
.plan-placeholder span { color: var(--primary); font-size: .75rem; font-weight: 820; text-transform: uppercase; letter-spacing: .1em; }
.plan-placeholder strong { margin: 8px 0; font-size: 1.6rem; }
.plan-placeholder small { color: var(--muted); }

@media (max-width: 960px) {
  .pain-inner, .security-grid, .plans-inner { grid-template-columns: 1fr; gap: 38px; }
}
@media (max-width: 620px) {
  .pain-section { padding: 62px 0; }
  .security-cards article { grid-template-columns: 42px 1fr; padding: 16px; }
  .security-symbol { width: 40px; height: 40px; }
  .plans-inner { padding: 28px 22px; }
}


/* V4 — definitive commercial plans */
.pricing-section {
  background: #fff;
}
.pricing-heading {
  max-width: 780px;
  margin-bottom: 34px;
}
.pricing-heading p {
  color: var(--muted);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}
.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(34, 26, 60, .06);
}
.pricing-card.featured {
  border-color: rgba(104, 72, 245, .42);
  box-shadow: 0 18px 46px rgba(104, 72, 245, .13);
}
.pricing-topline {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 27px;
}
.pricing-label {
  color: var(--primary);
  font-size: .77rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.pricing-badge {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--primary);
  font-size: .7rem;
  font-weight: 800;
}
.pricing-badge.economy {
  background: #eef8ef;
  color: #2f7b3f;
}
.pricing-card h3 {
  margin: 16px 0 10px;
  font-size: 1.42rem;
}
.price {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  margin: 2px 0 2px;
}
.price strong {
  font-size: clamp(2.7rem, 5vw, 4rem);
  line-height: .95;
  letter-spacing: -.055em;
}
.price-currency {
  align-self: flex-start;
  padding-top: 9px;
  font-size: .92rem;
  font-weight: 760;
}
.price-period {
  padding-bottom: 5px;
  color: var(--muted);
  font-size: .9rem;
}
.old-price {
  margin-top: 2px;
  color: var(--muted);
  font-size: .86rem;
  text-decoration: none;
}
.price-note {
  margin: 9px 0 18px;
  color: var(--muted);
  font-size: .9rem;
}
.pricing-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.pricing-card li {
  position: relative;
  padding-left: 20px;
  color: var(--text);
  font-size: .94rem;
}
.pricing-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 850;
}
.pricing-button {
  width: 100%;
  margin-top: auto;
  text-align: center;
}
.pricing-footnote {
  max-width: 900px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: .86rem;
  text-align: center;
}

@media (max-width: 960px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card { max-width: 680px; width: 100%; margin: 0 auto; }
}
