/* ============================================================
   ParusVoice — Marketing-Site · Layout & Komponenten
   Tokens kommen aus tokens.css (zuerst geladen).
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: var(--t-body);
  line-height: var(--t-body-lh);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
.pv-ico { display: inline-block; vertical-align: -0.15em; flex-shrink: 0; }

.container {
  max-width: var(--container);
  margin-left: auto; margin-right: auto;
  padding-left: var(--gutter); padding-right: var(--gutter);
}

/* ---------- Shared section heading ---------- */
.kicker {
  font-size: var(--t-micro); letter-spacing: 0.10em; text-transform: uppercase;
  color: var(--sage); font-weight: 500;
}
.kicker--accent { color: var(--accent-ink); opacity: .78; font-weight: 600; }
.kicker--soft   { color: var(--sage-soft); }
.section-head { max-width: 640px; margin-bottom: var(--s-7); }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-title {
  font-weight: 500; font-size: 44px; line-height: 1.08;
  letter-spacing: -0.018em; color: var(--ink); margin: 14px 0 0;
  text-wrap: balance;
}

/* ---------- Buttons (full-width inside price cards) ---------- */
.pv-btn { text-decoration: none; }

/* ============================================================ NAV */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(242, 239, 232, 0.78);
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  border-bottom: 1px solid rgba(15, 17, 21, 0.06);
}
.nav__inner { display: flex; align-items: center; gap: 28px; padding-top: 14px; padding-bottom: 14px; }
.nav__brand { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--ink); }
.nav__wordmark { font-size: 16px; font-weight: 500; letter-spacing: -0.01em; }
.nav__wordmark strong { font-weight: 600; }
.nav__links { display: flex; gap: 22px; margin-left: 18px; }
.nav__link { font-size: 13px; color: var(--graphite); text-decoration: none; white-space: nowrap; transition: color var(--dur) var(--ease); }
.nav__link:hover { color: var(--ink); }
.nav__spacer { flex: 1; }
.nav__signin { font-size: 13px; color: var(--graphite); text-decoration: none; white-space: nowrap; transition: color var(--dur) var(--ease); }
.nav__signin:hover { color: var(--ink); }
.nav__toggle { display: none; }

/* ============================================================ HERO */
.hero__inner {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px;
  align-items: center; padding-top: 96px; padding-bottom: 64px;
}
.hero__title {
  font-weight: 500; font-size: 76px; line-height: 1.02; letter-spacing: -0.025em;
  color: var(--ink); margin: 20px 0 0; text-wrap: balance;
}
.hero__title em { font-family: var(--font-serif); font-weight: 400; font-style: italic; letter-spacing: -0.01em; color: var(--sage); }
.hero__body { font-size: 19px; line-height: 1.55; color: var(--graphite); margin: 24px 0 36px; max-width: 480px; text-wrap: pretty; }
.hero__cta { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.hero__trust { margin-top: 28px; display: flex; gap: 20px; font-size: 12px; color: var(--stone); flex-wrap: wrap; }
.hero__trust-item { display: inline-flex; align-items: center; gap: 6px; }
.hero__trust-item .pv-ico { color: var(--sage); }

/* Hero visual — editorial HUD mock */
.hv {
  position: relative; height: 460px; background: var(--ink);
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 24px 64px rgba(15, 17, 21, 0.18);
  background-image: radial-gradient(80% 60% at 30% 20%, rgba(143, 181, 158, 0.15), transparent 60%);
}
.hv__window {
  position: absolute; top: 32px; left: 32px; right: 32px;
  background: rgba(242, 239, 232, 0.06);
  border: 1px solid rgba(242, 239, 232, 0.10);
  border-radius: 10px; padding: 14px 18px;
  color: var(--paper); font-size: 13px; line-height: 1.55;
}
.hv__label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.55; margin-bottom: 10px; }
.hv__line { margin-bottom: 4px; opacity: 0.95; }
.hv__line--dim { opacity: 0.65; margin-bottom: 0; }
.hv__hl { background: rgba(143, 181, 158, 0.18); padding: 0 4px; border-radius: 3px; }
.hv__caret { display: inline-block; width: 8px; height: 14px; background: var(--sage-soft); vertical-align: -2px; animation: hv-caret 1s steps(2) infinite; }
.hv__hud {
  position: absolute; left: 50%; bottom: 32px; transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 14px;
  padding: 12px 22px 12px 16px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  color: var(--paper); font-size: 14px; font-weight: 500;
  box-shadow: 0 16px 48px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .08);
}
.hv__dot { position: relative; width: 10px; height: 10px; border-radius: 999px; background: var(--cardinal); }
.hv__dot::after { content: ''; position: absolute; inset: -7px; border-radius: 999px; background: var(--cardinal); opacity: 0.32; animation: hv-pulse 1.4s infinite var(--ease); }
.hv__wave { display: inline-flex; align-items: flex-end; gap: 3px; height: 18px; }
.hv__wave i { width: 2px; background: var(--sage-soft); border-radius: 2px; display: block; transform-origin: center; animation: hv-bar 1.1s infinite var(--ease); }
.hv__wave i:nth-child(1) { animation-delay: 0s; }
.hv__wave i:nth-child(2) { animation-delay: .09s; }
.hv__wave i:nth-child(3) { animation-delay: .18s; }
.hv__wave i:nth-child(4) { animation-delay: .27s; }
.hv__wave i:nth-child(5) { animation-delay: .36s; }
.hv__wave i:nth-child(6) { animation-delay: .45s; }
.hv__wave i:nth-child(7) { animation-delay: .54s; }
.hv__time { font-family: var(--font-mono); font-size: 12px; opacity: 0.82; }

@keyframes hv-caret { 50% { opacity: 0; } }
@keyframes hv-pulse { 0% { transform: scale(.7); opacity: .4; } 60% { transform: scale(1.4); opacity: 0; } 100% { transform: scale(1.4); opacity: 0; } }
@keyframes hv-bar { 0%, 100% { transform: scaleY(.4); } 50% { transform: scaleY(1); } }

/* ============================================================ TRUST */
.trust { background: var(--paper-hi); border-top: 1px solid var(--bone); border-bottom: 1px solid var(--bone); }
.trust__inner { display: flex; align-items: center; justify-content: center; gap: 36px; flex-wrap: wrap; padding-top: 20px; padding-bottom: 20px; }
.trust__item { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--graphite); }
.trust__item .pv-ico { color: var(--sage); }

/* ============================================================ FEATURES */
.features { padding-top: 96px; padding-bottom: 96px; }
.features__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.feature { background: var(--paper-hi); border: 1px solid var(--bone); border-radius: 14px; padding: 28px 28px 32px; }
.feature__icon { color: var(--sage); display: inline-block; }
.feature__kicker { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--stone); font-weight: 500; margin: 18px 0 6px; }
.feature__title { font-weight: 500; font-size: 22px; line-height: 1.22; letter-spacing: -0.005em; color: var(--ink); margin: 0 0 10px; }
.feature__body { font-size: 15px; line-height: 1.6; color: var(--graphite); margin: 0; text-wrap: pretty; }

/* ============================================================ ACCENT BAND */
.accent { background: var(--accent); color: var(--accent-ink); padding: 80px 0; }
.accent__inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; align-items: center; }
.accent__title { font-weight: 500; font-size: 52px; line-height: 1.05; letter-spacing: -0.022em; margin: 16px 0 0; color: var(--accent-ink); text-wrap: balance; }
.accent__body { font-size: 17px; line-height: 1.55; color: var(--accent-ink); opacity: 0.85; margin: 20px 0 28px; max-width: 520px; }
.accent__card { background: rgba(255, 255, 255, 0.45); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(92, 69, 20, 0.12); border-radius: 14px; padding: 24px; font-family: var(--font-mono); font-size: 13px; line-height: 1.6; color: var(--accent-ink); }
.accent__card-label { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.6; margin-bottom: 12px; }
.accent__row { margin-bottom: 2px; }
.accent__term { background: var(--accent-soft); padding: 0 4px; border-radius: 3px; font-weight: 600; }
.accent__more { opacity: 0.55; margin-top: 6px; }

/* ============================================================ DIFFERENTIATORS */
.diff { padding-top: 96px; padding-bottom: 32px; }
.diff__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 40px; }
.diff__icon { color: var(--sage); display: inline-flex; }
.diff__title { font-weight: 500; font-size: 18px; line-height: 1.3; color: var(--ink); margin: 14px 0 6px; }
.diff__body { font-size: 14px; line-height: 1.55; color: var(--graphite); margin: 0; }

/* ============================================================ CLINICIAN */
.clinician { background: var(--ink); color: var(--paper); padding: 120px 0; }
.clinician__inner { max-width: 920px; }
.clinician__quote { font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: 48px; line-height: 1.18; letter-spacing: -0.01em; margin: 18px 0 0; color: var(--paper); text-wrap: pretty; }
.clinician__author { margin-top: 56px; display: flex; align-items: center; gap: 14px; }
.clinician__avatar { width: 40px; height: 40px; border-radius: 999px; background: var(--sage-soft); flex-shrink: 0; }
.clinician__name { font-size: 14px; font-weight: 500; color: var(--paper); }
.clinician__role { font-size: 12px; color: rgba(242, 239, 232, 0.62); }
.clinician__divider { height: 1px; background: rgba(242, 239, 232, 0.10); margin: 64px 0; }
.clinician__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.stat__n { font-weight: 500; font-size: 44px; letter-spacing: -0.02em; color: var(--paper); line-height: 1; }
.stat__l { font-size: 13px; color: rgba(242, 239, 232, 0.62); margin-top: 8px; max-width: 200px; }

/* ============================================================ PRICING */
.pricing { padding-top: 96px; padding-bottom: 96px; }
.pricing__note { font-size: 14px; color: var(--stone); margin: 12px 0 0; }
.pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 920px; margin: 0 auto; }
.price { background: var(--paper-hi); border: 1px solid var(--bone); border-radius: 14px; padding: 32px 28px 36px; display: flex; flex-direction: column; }
.price--featured { background: var(--ink); color: var(--paper); border-color: transparent; }
.price__name { font-size: 13px; font-weight: 500; margin-bottom: 16px; }
.price__amount-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; }
.price__amount { font-weight: 500; font-size: 44px; letter-spacing: -0.02em; }
.price__cadence { font-size: 13px; opacity: 0.65; }
.price__note { font-size: 12px; opacity: 0.55; margin-bottom: 8px; }
.price__feats { list-style: none; padding: 0; margin: 20px 0 28px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.price__feat { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; }
.price__feat .pv-ico { color: var(--sage); margin-top: 3px; }
.price--featured .price__feat .pv-ico { color: var(--sage-soft); }
.price .pv-btn { width: 100%; justify-content: center; }
.pricing__addon { max-width: 920px; margin: 24px auto 0; background: var(--paper-hi); border: 1px solid var(--bone); border-radius: 14px; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.pricing__addon-head { display: flex; align-items: baseline; gap: 10px; }
.pricing__addon-label { font-weight: 500; font-size: 15px; }
.pricing__addon-price { font-size: 14px; color: var(--sage); font-weight: 500; }
.pricing__addon-desc { font-size: 13px; color: var(--graphite); margin: 0; max-width: 520px; }

/* ============================================================ FOOTER */
.footer { border-top: 1px solid var(--bone); background: var(--paper); padding: 48px 0 32px; }
.footer__inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; }
.footer__brand-row { display: flex; align-items: center; gap: 8px; }
.footer__tagline { font-size: 13px; color: var(--graphite); max-width: 320px; margin-top: 14px; line-height: 1.55; }
.footer__col-head { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--stone); font-weight: 500; margin-bottom: 14px; }
.footer__links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.footer__links a { font-size: 13px; color: var(--ink); text-decoration: none; transition: color var(--dur) var(--ease); }
.footer__links a:hover { color: var(--sage); }
.footer__bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--bone); display: flex; align-items: center; justify-content: space-between; }
.footer__bottom span { font-size: 12px; color: var(--stone); }

/* ============================================================ RESPONSIVE */
@media (max-width: 767px) {
  .nav__inner { position: relative; gap: 12px; }
  .nav__brand { margin-right: auto; }
  .nav__links {
    display: none; position: absolute; top: 100%; left: 0; right: 0; margin-left: 0;
    flex-direction: column; gap: 0; background: var(--paper);
    border-bottom: 1px solid var(--bone); padding: 8px 0;
  }
  .nav__links.is-open { display: flex; }
  .nav__link { padding: 12px 24px; }
  .nav__spacer, .nav__signin { display: none; }
  .nav__toggle {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 4px;
    width: 40px; height: 40px; padding: 9px; background: none; border: none; cursor: pointer;
  }
  .nav__toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; }

  .hero__inner { grid-template-columns: 1fr; gap: 32px; padding-top: 56px; }
  .hero__title { font-size: 48px; }
  .hero__body { font-size: 17px; }
  .hv { height: 380px; }

  .section-title { font-size: 32px; }
  .features__grid { grid-template-columns: 1fr; }
  .accent__inner { grid-template-columns: 1fr; gap: 32px; }
  .accent__title { font-size: 36px; }
  .diff__grid { grid-template-columns: 1fr; }
  .clinician { padding: 72px 0; }
  .clinician__quote { font-size: 32px; }
  .clinician__stats { grid-template-columns: 1fr; gap: 24px; }
  .pricing__grid { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}

/* ============================================================ REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hv__caret, .hv__dot::after, .hv__wave i { animation: none; }
}
