:root {
  --brand: #7c5cff;
  --brand-deep: #6346e8;
  --brand-blue: #3d7eff;
  --brand-pink: #ec4899;
  --brand-soft: #f0ecff;
  --brand-glow: rgba(124, 92, 255, 0.28);
  --ink: #1a1340;
  --muted: #6b6585;
  --line: #e8e4f5;
  --paper: #f7f5ff;
  --surface: #ffffff;
  --shadow-sm: 0 8px 24px rgba(26, 19, 64, 0.06);
  --shadow-md: 0 20px 50px rgba(26, 19, 64, 0.1);
  --shadow-lg: 0 32px 80px rgba(26, 19, 64, 0.14);
  --radius: 22px;
  --radius-sm: 14px;
  --font-display: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-body: 'Figtree', system-ui, sans-serif;
  --gradient-brand: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand) 52%, var(--brand-pink) 100%);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

.container {
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto;
}

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

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

.orb-a {
  width: 480px;
  height: 480px;
  top: -100px;
  right: -60px;
  background: radial-gradient(circle, rgba(124, 92, 255, 0.4), transparent 70%);
}

.orb-b {
  width: 380px;
  height: 380px;
  bottom: 20%;
  left: -80px;
  background: radial-gradient(circle, rgba(61, 126, 255, 0.28), transparent 70%);
}

/* Nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 245, 255, 0.78);
  backdrop-filter: blur(18px) saturate(1.25);
  border-bottom: 1px solid transparent;
  transition: background 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.nav.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
  border-bottom-color: var(--line);
  box-shadow: var(--shadow-sm);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--ink);
}

.brand-mark {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.brand-wordmark {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.brand-sync {
  color: var(--brand-blue);
}

.brand-family {
  color: var(--brand-pink);
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.nav-links {
  display: flex;
  gap: 1.35rem;
}

.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
}

.nav-links a:hover {
  color: var(--brand);
}

.lang-switch {
  display: inline-flex;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 999px;
  overflow: hidden;
}

.lang-switch button {
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 700;
  font-size: 0.74rem;
  padding: 0.45rem 0.7rem;
  cursor: pointer;
}

.lang-switch button.is-active {
  background: var(--ink);
  color: #fff;
}

.btn-nav {
  display: none;
  padding: 0.55rem 1rem;
  font-size: 0.85rem;
  border-radius: 12px;
  background: var(--gradient-brand);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 8px 20px var(--brand-glow);
}

@media (min-width: 1100px) {
  .btn-nav {
    display: inline-flex;
    align-items: center;
  }
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
}

/* Hero */
.hero {
  padding: 3.5rem 0 4rem;
  min-height: min(86vh, 760px);
  display: flex;
  align-items: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
}

.hero-content {
  animation: riseIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-eyebrow {
  display: inline-block;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
  box-shadow: var(--shadow-sm);
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.2vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 1.1rem;
  font-weight: 800;
  color: var(--ink);
}

.hero-lead {
  font-size: 1.12rem;
  color: var(--muted);
  max-width: 34rem;
  margin-bottom: 1.6rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.hero-note {
  max-width: 34rem;
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--brand);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.hero-note strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}

.hero-note span {
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  animation: riseIn 0.95s 0.08s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-logo-glow {
  position: absolute;
  inset: 12% 10%;
  background: var(--gradient-brand);
  filter: blur(70px);
  opacity: 0.35;
  border-radius: 50%;
  z-index: 0;
}

.hero-logo {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  height: auto;
  border-radius: 36px;
  box-shadow: var(--shadow-lg);
  animation: floatSoft 7s ease-in-out infinite;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.45rem;
  border-radius: var(--radius-sm);
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

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

.btn-lg {
  padding: 1.05rem 1.6rem;
}

.btn-primary {
  background: var(--gradient-brand);
  color: #fff;
  box-shadow: 0 14px 32px var(--brand-glow);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  border: 1px solid var(--line);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn.is-disabled {
  opacity: 0.55;
  pointer-events: none;
  transform: none !important;
}

/* Sections */
.section {
  padding: 5rem 0;
}

.section-alt {
  background: rgba(255, 255, 255, 0.65);
  border-block: 1px solid var(--line);
}

.section-head {
  text-align: center;
  max-width: 580px;
  margin: 0 auto 2.75rem;
}

.section-tag {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 0.7rem;
}

.section-tag.on-dark {
  color: #c4b5fd;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.4vw, 2.45rem);
  letter-spacing: -0.03em;
  margin-bottom: 0.7rem;
  font-weight: 800;
  line-height: 1.12;
}

.section-head p {
  color: var(--muted);
  font-size: 1.05rem;
}

/* Pain */
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.pain-card {
  padding: 1.45rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.pain-num {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--brand);
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 0.7rem;
}

.pain-card h3 {
  font-family: var(--font-display);
  font-size: 1.08rem;
  margin-bottom: 0.4rem;
  font-weight: 700;
}

.pain-card p {
  color: var(--muted);
  font-size: 0.94rem;
}

.solution-banner {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  padding: 1.5rem 1.75rem;
  border-radius: var(--radius);
  background: var(--gradient-brand);
  color: #fff;
  box-shadow: 0 18px 44px var(--brand-glow);
}

.solution-mark {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 14px;
  padding: 6px;
  object-fit: contain;
}

.solution-banner h3 {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.25rem;
}

.solution-banner p {
  opacity: 0.92;
}

/* Features as clean rows */
.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.feature-row {
  display: flex;
  gap: 1rem;
  padding: 1.35rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s, box-shadow 0.25s;
}

.feature-row:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--brand-soft);
  color: var(--brand);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  flex-shrink: 0;
  font-family: var(--font-display);
}

.feature-row h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  letter-spacing: -0.015em;
}

.feature-row p {
  color: var(--muted);
  font-size: 0.94rem;
}

/* Steps */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.step {
  text-align: center;
  padding: 2rem 1.35rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.step-num {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: var(--gradient-brand);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  margin-bottom: 1.1rem;
  box-shadow: 0 12px 28px var(--brand-glow);
}

.step h3 {
  font-family: var(--font-display);
  margin-bottom: 0.4rem;
  font-weight: 700;
}

.step p {
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 260px;
  margin-inline: auto;
}

/* Who */
.who-list {
  list-style: none;
  max-width: 700px;
  margin: 0 auto;
  display: grid;
  gap: 0.7rem;
}

.who-list li {
  padding: 1.05rem 1.2rem 1.05rem 3rem;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--line);
  font-weight: 600;
  position: relative;
  box-shadow: var(--shadow-sm);
}

.who-list li::before {
  content: '';
  position: absolute;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--gradient-brand);
  box-shadow: inset 0 0 0 4px #fff;
}

/* Download */
.download-box {
  text-align: center;
  padding: 3rem 2rem;
  border-radius: calc(var(--radius) + 8px);
  background: linear-gradient(165deg, #2a2048 0%, #1a1340 100%);
  color: #fff;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.download-mark {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  background: #fff;
  border-radius: 16px;
  padding: 8px;
  object-fit: contain;
}

.download-box h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  font-weight: 800;
  margin: 0.4rem 0 0.7rem;
  letter-spacing: -0.03em;
}

.download-box > p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 460px;
  margin: 0 auto 1.6rem;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

/* Pricing */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 1.15rem;
  max-width: 800px;
  margin: 0 auto;
}

.pricing-card {
  border-radius: 26px;
  padding: 2rem;
}

.pricing-free {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.pricing-free h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.pricing-free .pricing-desc {
  color: var(--muted);
  margin-bottom: 1.15rem;
}

.pricing-premium {
  background: linear-gradient(165deg, #2a2048 0%, #1a1340 100%);
  color: #fff;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-badge {
  display: inline-block;
  background: var(--gradient-brand);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pricing-badge-muted {
  background: var(--brand-soft);
  color: var(--brand);
}

.price {
  font-family: var(--font-display);
  font-size: 2.85rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.period {
  color: rgba(255, 255, 255, 0.65);
}

.pricing-premium .pricing-desc {
  color: rgba(255, 255, 255, 0.72);
  margin: 0.4rem 0 1.15rem;
}

.pricing-list {
  list-style: none;
}

.pricing-list li {
  padding: 0.42rem 0 0.42rem 1.45rem;
  position: relative;
  font-size: 0.94rem;
}

.pricing-free .pricing-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid var(--muted);
}

.pricing-premium .pricing-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0.35rem;
  color: #c4b5fd;
  font-size: 0.85rem;
  font-weight: 800;
}

.pricing-note {
  margin-top: 1.15rem;
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
}

/* FAQ */
.faq-list {
  max-width: 700px;
  margin: 0 auto;
  display: grid;
  gap: 0.7rem;
}

.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.25rem 1.15rem;
  box-shadow: var(--shadow-sm);
}

.faq-item summary {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.02rem;
  padding: 1rem 0;
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary::after {
  content: '+';
  float: right;
  color: var(--brand);
  font-weight: 800;
}

.faq-item[open] summary::after {
  content: '−';
}

.faq-item p {
  color: var(--muted);
  padding: 0 0 1.05rem;
  font-size: 0.97rem;
}

/* Contact */
.contact-box {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
  padding: 2.5rem 1.75rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}

.contact-box img {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  object-fit: contain;
}

.contact-box h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.1rem);
  margin-bottom: 0.55rem;
  font-weight: 800;
}

.contact-box p {
  color: var(--muted);
  margin-bottom: 1.35rem;
}

/* Footer */
.footer {
  padding: 3.25rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}

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

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

.footer-tagline {
  color: var(--muted);
  font-size: 0.92rem;
  max-width: 260px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-col-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}

.footer-col a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
}

.footer-col a:hover {
  color: var(--brand);
}

.footer-bottom {
  padding-top: 1.4rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.88rem;
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

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

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes floatSoft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Legal */
.legal-shell {
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
}

.legal-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.legal-back {
  color: var(--brand-deep);
  text-decoration: none;
  font-weight: 700;
}

.legal-shell h1 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  margin-bottom: 0.35rem;
  font-weight: 800;
}

.legal-shell h2 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-top: 1.75rem;
  margin-bottom: 0.45rem;
  font-weight: 700;
}

.legal-shell p,
.legal-shell li {
  color: var(--muted);
  line-height: 1.75;
}

.legal-shell ul {
  padding-left: 1.2rem;
  margin: 0.45rem 0;
}

.legal-shell a {
  color: var(--brand-deep);
}

@media (max-width: 960px) {
  .hero-grid,
  .pain-grid,
  .feature-list,
  .steps-grid,
  .pricing-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .solution-banner {
    flex-direction: column;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding: 2rem 0 3rem;
  }

  .hero-content {
    text-align: center;
  }

  .hero-lead,
  .hero-note {
    margin-inline: auto;
  }

  .hero-note {
    border-left: 0;
    border-top: 3px solid var(--brand);
    border-radius: var(--radius-sm);
    text-align: left;
  }

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

  .hero-logo {
    width: min(300px, 78vw);
    animation: none;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 1rem;
    left: 1rem;
    flex-direction: column;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    padding: 0.5rem;
    z-index: 60;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 0.75rem 0.85rem;
    border-radius: 10px;
  }

  .nav-right {
    position: relative;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .section {
    padding: 3.75rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-logo,
  .hero-content,
  .hero-visual {
    animation: none;
  }

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

/* ——— Pricing page ——— */
.page-hero {
  padding: 2.5rem 0 1.5rem;
}

.page-hero-inner {
  max-width: 720px;
}

.page-hero .legal-back {
  display: inline-block;
  margin-bottom: 1.25rem;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0.5rem 0 1rem;
}

.page-hero-lead {
  font-size: 1.12rem;
  color: var(--muted);
  max-width: 38rem;
}

.pricing-grid-lg {
  max-width: 920px;
}

.pricing-card h2 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.35rem;
}

.price-line {
  margin: 0.35rem 0 0.85rem;
}

.price-ink {
  color: var(--ink);
}

.pricing-cta {
  width: 100%;
  margin-top: 1.25rem;
}

.pricing-more {
  text-align: center;
  margin-top: 2rem;
}

.nav-links a.is-current {
  color: var(--brand);
}

.compare-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}

.compare-table th,
.compare-table td {
  padding: 0.95rem 1.15rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
}

.compare-table th {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: var(--brand-soft);
  color: var(--ink);
}

.compare-table th:nth-child(2),
.compare-table th:nth-child(3),
.compare-table td:nth-child(2),
.compare-table td:nth-child(3) {
  text-align: center;
  width: 22%;
}

.compare-table tr:last-child td {
  border-bottom: 0;
}

.compare-table td.yes {
  color: var(--brand);
  font-weight: 800;
}

.compare-table td.no {
  color: var(--muted);
}

.explain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.explain-card {
  padding: 1.45rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.explain-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
  letter-spacing: -0.015em;
}

.explain-card p {
  color: var(--muted);
  font-size: 0.94rem;
}

.billing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.billing-card {
  padding: 1.6rem 1.4rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.billing-num {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--gradient-brand);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.9rem;
  margin-bottom: 0.9rem;
}

.billing-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.billing-card p {
  color: var(--muted);
  font-size: 0.94rem;
}

@media (max-width: 960px) {
  .explain-grid,
  .billing-grid {
    grid-template-columns: 1fr;
  }
}
