/* Zeitdock pricing page v10 */
.pricing-page-v10 {
  display: grid;
  gap: 28px;
  padding-bottom: 56px;
}

.pricing-hero-v10 {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 20px;
}

.pricing-hero-copy,
.pricing-offer-card,
.plan-chooser-card,
.pricing-section-card,
.pricing-final-cta,
.pricing-guidance-strip {
  border: 1px solid #dbe3ef;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 22px 60px -46px rgba(15, 23, 42, .55);
}

.pricing-hero-copy {
  padding: clamp(30px, 5vw, 56px);
  background:
    radial-gradient(circle at 18% 14%, rgba(79, 70, 229, .14), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: #4f46e5;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pricing-hero-copy h1 {
  max-width: 880px;
  margin: 0 0 18px;
  color: #0f172a;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: .97;
  letter-spacing: -.065em;
}

.hero-subline {
  max-width: 760px;
  margin: 0;
  color: #475569;
  font-size: clamp(1.02rem, 1.45vw, 1.18rem);
  font-weight: 720;
  line-height: 1.65;
}

.pricing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-weight: 900;
  text-decoration: none;
}

.pricing-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.pricing-trust-row span,
.limit-pill {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid #c7d2fe;
  border-radius: 999px;
  background: #eef2ff;
  color: #3730a3;
  font-size: .82rem;
  font-weight: 900;
}

.pricing-offer-card {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 30px;
  background:
    radial-gradient(circle at top right, rgba(16,185,129,.16), transparent 35%),
    linear-gradient(160deg, #0f172a, #111827);
  color: #fff;
}

.offer-kicker {
  display: inline-flex;
  width: max-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #c7d2fe;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pricing-offer-card strong {
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.pricing-offer-card p,
.pricing-offer-card li,
.pricing-offer-card small {
  color: #dbeafe;
  line-height: 1.5;
}

.pricing-offer-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-offer-card li {
  position: relative;
  padding-left: 22px;
  font-weight: 750;
}

.pricing-offer-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #34d399;
  font-weight: 950;
}

.pricing-guidance-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.pricing-guidance-strip div {
  padding: 18px 20px;
  border-right: 1px solid #e2e8f0;
}

.pricing-guidance-strip div:last-child {
  border-right: 0;
}

.pricing-guidance-strip strong,
.pricing-guidance-strip span {
  display: block;
}

.pricing-guidance-strip strong {
  color: #0f172a;
  font-size: .96rem;
  font-weight: 950;
}

.pricing-guidance-strip span {
  margin-top: 6px;
  color: #64748b;
  font-size: .88rem;
  font-weight: 750;
}

/* chooser */
.plan-chooser-card,
.pricing-section-card {
  padding: clamp(24px, 4vw, 38px);
}

.chooser-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 20px;
  align-items: start;
  margin-bottom: 24px;
}

.chooser-head h2,
.pricing-section-card h2,
.pricing-final-cta h2 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: clamp(1.85rem, 3.3vw, 3.1rem);
  line-height: 1.03;
  letter-spacing: -.055em;
}

.chooser-head p,
.section-intro p:not(.eyebrow),
.pricing-final-cta p {
  margin: 0;
  color: #64748b;
  font-weight: 720;
  line-height: 1.65;
}

.chooser-note {
  padding: 18px;
  border: 1px solid #dbe3ef;
  border-radius: 22px;
  background: #f8fafc;
}

.chooser-note strong,
.chooser-note span {
  display: block;
}

.chooser-note strong {
  margin-bottom: 8px;
  color: #0f172a;
  font-weight: 950;
}

.chooser-note span {
  color: #475569;
  font-weight: 700;
  line-height: 1.45;
}

.chooser-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: 22px;
  align-items: start;
}

.chooser-controls {
  display: grid;
  gap: 18px;
}

.chooser-user-field {
  display: grid;
  gap: 8px;
  max-width: 280px;
}

.field-label,
.chooser-feature-grid legend {
  color: #334155;
  font-weight: 950;
}

.chooser-user-field .form-input {
  width: 100%;
  min-height: 52px;
}

.chooser-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
}

.chooser-feature-grid legend {
  grid-column: 1 / -1;
}

.choice-tile {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: 12px;
  padding: 14px 15px;
  border: 1px solid #dbe3ef;
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
}

.choice-tile:hover {
  border-color: #a5b4fc;
  box-shadow: 0 14px 38px -34px rgba(79,70,229,.8);
}

.choice-tile input {
  width: 22px;
  height: 22px;
  margin-top: 2px;
}

.choice-tile strong {
  display: block;
  color: #0f172a;
  font-weight: 950;
}

.choice-tile small {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.35;
}


.chooser-result-top {
  display: grid;
  gap: 14px;
}

.chooser-period-panel {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  background: rgba(255,255,255,.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.chooser-period-copy {
  display: grid;
  gap: 4px;
}

.chooser-period-copy strong {
  color: #ffffff;
  font-size: .95rem;
  font-weight: 900;
}

.chooser-period-copy span,
.chooser-period-note {
  color: #cbd5e1;
  font-size: .88rem;
  line-height: 1.45;
}

.chooser-period-switch {
  width: 100%;
  justify-content: stretch;
  gap: 6px;
  padding: 6px;
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}

.chooser-period-switch .pricing-period-option {
  flex: 1;
  min-height: 52px;
  padding: 12px 16px;
  background: rgba(255,255,255,.10);
  color: #e2e8f0;
  border-color: transparent;
  box-shadow: none;
}

.chooser-period-switch .pricing-period-option:hover:not(.is-active) {
  background: rgba(255,255,255,.18);
  color: #ffffff;
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 8px 18px rgba(15,23,42,.18);
}

.chooser-period-switch .pricing-period-option.is-active {
  background: linear-gradient(135deg,#5b4ef7,#2563eb);
  color: #ffffff;
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 10px 24px rgba(37,99,235,.28);
}

.chooser-result {
  position: sticky;
  top: 86px;
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 26px;
  background: #0f172a;
  color: #fff;
  box-shadow: 0 30px 70px -45px rgba(15,23,42,.95);
}

.billing-label {
  color: #c7d2fe;
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.chooser-result h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: -.05em;
}

.chooser-result p {
  margin: 0;
  color: #cbd5e1;
  font-weight: 700;
  line-height: 1.45;
}

.chooser-total {
  display: flex;
  align-items: end;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.16);
}

.chooser-total strong {
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: .95;
  letter-spacing: -.06em;
}

.chooser-total span {
  margin-bottom: 4px;
  color: #cbd5e1;
  font-weight: 900;
}

.chooser-result ul {
  display: grid;
  gap: 8px;
  min-height: 42px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chooser-result li {
  color: #dbeafe;
  font-weight: 750;
}

.chooser-result .btn-primary,
.chooser-checkout-form .btn-primary {
  width: 100%;
  justify-content: center;
}

/* cards */
.pricing-grid-v10 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.plan-card-v10 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 650px;
  padding: 24px;
  border: 1px solid #dbe3ef;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 50px -40px rgba(15,23,42,.4);
}

.plan-card-v10.is-highlighted {
  border: 2px solid #4f46e5;
  box-shadow: 0 30px 80px -52px rgba(79,70,229,.75);
  transform: translateY(-8px);
}

.plan-card-v10.is-enterprise {
  background: linear-gradient(180deg, #fff, #f8fafc);
}

.plan-ribbon {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #4f46e5;
  color: #fff;
  font-size: .78rem;
  font-weight: 950;
}

.plan-label {
  display: block;
  margin-bottom: 9px;
  color: #4f46e5;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.plan-head-v2 h2 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 1.25rem;
  line-height: 1.15;
}

.plan-head-v2 p {
  margin: 0;
  color: #64748b;
  font-weight: 800;
  line-height: 1.45;
}

.price-line {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-top: 4px;
}

.price-line strong {
  color: #0f172a;
  font-size: clamp(2.15rem, 4vw, 3.05rem);
  line-height: .95;
  letter-spacing: -.06em;
}

.price-line span {
  margin-bottom: 5px;
  color: #64748b;
  font-weight: 950;
}

.is-price-loading {
  position: relative;
  color: transparent !important;
  overflow: hidden;
  border-radius: 10px;
  background: #e2e8f0;
}

.is-price-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.75), transparent);
  animation: priceShimmer 1.2s infinite;
}

@keyframes priceShimmer { to { transform: translateX(100%); } }

.price-hint {
  min-height: 42px;
  margin: 0;
  color: #475569;
  font-weight: 850;
  line-height: 1.4;
}

.launch-note {
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  background: #f0fdf4;
  color: #047857;
  font-size: .78rem;
  font-weight: 950;
}

.plan-benefit {
  margin: 0;
  color: #334155;
  font-weight: 675;
  line-height: 1.55;
}

.plan-feature-block {
  display: grid;
  gap: 8px;
}

.plan-feature-block h3,
.plan-card-v10 h3 {
  margin: 8px 0 0;
  color: #64748b;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .10em;
}

.plan-card-v10 ul,
.calc-list ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-card-v10 li,
.calc-list li {
  position: relative;
  padding-left: 24px;
  color: #334155;
  font-weight: 750;
  line-height: 1.38;
}

.plan-card-v10 li::before,
.calc-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: 950;
}

.plan-card-v10 .btn-primary {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

/* sections */
.section-intro {
  max-width: 940px;
  margin-bottom: 22px;
}

.value-card {
  background: linear-gradient(135deg, #fff 0%, #f8fbff 100%);
}

.value-calculation {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 18px;
}

.calc-main,
.calc-list,
.trust-grid div,
.faq-grid div,
.addon-list-v10 div,
.buyer-grid div {
  padding: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  background: #f8fafc;
}

.calc-main span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #4f46e5;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.calc-main strong {
  display: block;
  color: #0f172a;
  font-size: clamp(1.35rem, 2.4vw, 2.1rem);
  line-height: 1.1;
  letter-spacing: -.04em;
}

.calc-main p,
.calc-list p,
.trust-grid p,
.faq-grid p,
.addon-list-v10 p {
  color: #475569;
  font-weight: 700;
  line-height: 1.55;
}

.calc-main small {
  display: block;
  color: #64748b;
  font-weight: 700;
}

.pricing-table-wrap {
  overflow-x: auto;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
}

.pricing-compare-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  background: #fff;
}

.pricing-compare-table th,
.pricing-compare-table td {
  padding: 15px 16px;
  border-bottom: 1px solid #e2e8f0;
  text-align: left;
  vertical-align: top;
}

.pricing-compare-table th {
  color: #0f172a;
  background: #f8fafc;
  font-weight: 950;
}

.pricing-compare-table td {
  color: #334155;
  font-weight: 750;
}

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

.addon-list-v10,
.faq-grid,
.trust-grid,
.buyer-grid {
  display: grid;
  gap: 16px;
}

.addon-list-v10 {
  grid-template-columns: repeat(3, minmax(0,1fr));
}

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

.addon-list-v10 strong,
.faq-grid strong,
.trust-grid strong,
.calc-list strong {
  display: block;
  margin-bottom: 10px;
  color: #0f172a;
  font-weight: 950;
  letter-spacing: -.02em;
}

.addon-list-v10 span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef2ff;
  color: #3730a3;
  font-size: .8rem;
  font-weight: 950;
}

.pricing-final-cta {
  display: grid;
  justify-items: center;
  text-align: center;
  padding: clamp(30px, 5vw, 48px);
  background:
    radial-gradient(circle at 20% 15%, rgba(79,70,229,.16), transparent 32%),
    linear-gradient(135deg, #fff, #f8fbff);
}

.pricing-final-cta p {
  max-width: 720px;
}

.pricing-final-cta div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 22px;
}

@media (max-width: 1120px) {
  .pricing-hero-v10,
  .chooser-layout,
  .value-calculation {
    grid-template-columns: 1fr;
  }

  .pricing-guidance-strip,
  .pricing-grid-v10 {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .chooser-result {
    position: static;
  }
}

@media (max-width: 760px) {
  .pricing-page-v10 {
    gap: 20px;
  }

  .pricing-hero-v10,
  .pricing-grid-v10,
  .pricing-guidance-strip,
  .chooser-head,
  .chooser-feature-grid,
  .addon-list-v10,
  .faq-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .pricing-guidance-strip div {
    border-right: 0;
    border-bottom: 1px solid #e2e8f0;
  }

  .pricing-guidance-strip div:last-child {
    border-bottom: 0;
  }

  .plan-card-v10.is-highlighted {
    transform: none;
  }

  .pricing-hero-copy,
  .pricing-offer-card,
  .plan-chooser-card,
  .pricing-section-card {
    border-radius: 24px;
  }
}


.pricing-page-v10 .is-hidden {
  display: none !important;
}


/* Hotfix: launch offer card should never overflow the card */
.pricing-offer-card {
  min-width: 0;
  overflow: hidden;
  align-content: center;
}

.pricing-offer-card > * {
  min-width: 0;
  max-width: 100%;
}

.pricing-offer-card strong#launch-offer-headline,
.pricing-offer-card strong {
  display: block;
  max-width: 100%;
  color: #fff;
  font-size: clamp(1.9rem, 2.25vw, 2.7rem);
  line-height: 1.02;
  letter-spacing: -.055em;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.pricing-offer-card p {
  max-width: 36rem;
}

.pricing-offer-card ul {
  max-width: 100%;
}

.pricing-offer-card li {
  overflow-wrap: break-word;
}

#launch-offer-note {
  display: block;
  max-width: 34rem;
}

@media (max-width: 1280px) {
  .pricing-hero-v10 {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .75fr);
  }

  .pricing-offer-card strong#launch-offer-headline,
  .pricing-offer-card strong {
    font-size: clamp(1.75rem, 2vw, 2.35rem);
  }
}

@media (max-width: 1120px) {
  .pricing-hero-v10 {
    grid-template-columns: 1fr;
  }
}


/* Final pricing offer redesign: calm, compact, no oval coupon pill */
.pricing-offer-card {
  justify-content: start;
  align-content: center;
  padding: clamp(26px, 3.3vw, 44px);
}

.pricing-offer-card .offer-kicker {
  margin-bottom: 2px;
}

.pricing-offer-card strong#launch-offer-headline {
  max-width: 11ch;
  font-size: clamp(2.25rem, 3.2vw, 3.4rem);
  line-height: .96;
  letter-spacing: -.06em;
  text-wrap: balance;
  overflow-wrap: normal;
  hyphens: none;
}

.pricing-offer-card p#launch-offer-summary {
  max-width: 30rem;
  margin: 0;
  color: #dbeafe;
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.5;
}

.pricing-offer-card ul#launch-offer-bullets {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.pricing-offer-card ul#launch-offer-bullets li {
  padding-left: 28px;
  color: #f8fafc;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.32;
}

.pricing-offer-card ul#launch-offer-bullets li::before {
  top: 0;
}

#launch-offer-note {
  margin-top: 2px;
  color: #aab7cc;
  font-size: .86rem;
  font-weight: 760;
}

/* Replace old green oval badge on tariff cards */
.plan-card-v10 .launch-note {
  display: none !important;
}

.plan-offer-box {
  display: grid;
  gap: 8px;
  margin: 2px 0 6px;
  padding: 13px 14px;
  border: 1px solid #bbf7d0;
  border-left: 4px solid #10b981;
  border-radius: 16px;
  background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
}

.plan-offer-box span {
  color: #047857;
  font-size: .77rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.plan-offer-box ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-offer-box li {
  position: relative;
  padding-left: 18px;
  color: #065f46;
  font-size: .88rem;
  font-weight: 860;
  line-height: 1.3;
}

.plan-offer-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: 950;
}

@media (max-width: 1280px) {
  .pricing-offer-card strong#launch-offer-headline {
    max-width: 12ch;
    font-size: clamp(2rem, 3vw, 2.85rem);
  }
}


/* Final layout: offer moves into a slim horizontal bar below the hero */
.pricing-decision-card {
  display: grid;
  align-content: center;
  gap: 18px;
  min-width: 0;
  padding: clamp(28px, 3.4vw, 46px);
  border: 1px solid #dbe3ef;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(79,70,229,.12), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 22px 60px -46px rgba(15,23,42,.55);
}

.decision-kicker {
  width: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef2ff;
  color: #3730a3;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pricing-decision-card h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.75rem, 2.4vw, 2.75rem);
  line-height: 1.04;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.pricing-decision-card p {
  margin: 0;
  color: #475569;
  font-weight: 760;
  line-height: 1.55;
}

.decision-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.decision-metrics div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
}

.decision-metrics strong {
  color: #4f46e5;
  font-size: 1.55rem;
  font-weight: 950;
  letter-spacing: -.04em;
}

.decision-metrics span {
  color: #334155;
  font-size: .92rem;
  font-weight: 820;
  line-height: 1.3;
}

.launch-offer-bar {
  display: grid;
  grid-template-columns: minmax(220px, .82fr) minmax(260px, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 17px 20px;
  border: 1px solid #bbf7d0;
  border-left: 5px solid #10b981;
  border-radius: 22px;
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  box-shadow: 0 18px 46px -40px rgba(16,185,129,.45);
}

.launch-offer-bar .offer-kicker {
  display: inline-flex;
  width: max-content;
  margin-bottom: 6px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #047857;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.launch-offer-bar strong#launch-offer-headline {
  display: block;
  color: #064e3b;
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.launch-offer-bar p#launch-offer-summary {
  margin: 0;
  color: #047857;
  font-weight: 780;
  line-height: 1.35;
}

.launch-offer-bar ul#launch-offer-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.launch-offer-bar ul#launch-offer-bullets li {
  position: relative;
  padding-left: 20px;
  color: #065f46;
  font-size: .95rem;
  font-weight: 900;
  line-height: 1.32;
}

.launch-offer-bar ul#launch-offer-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: 950;
}

.launch-offer-bar small#launch-offer-note {
  display: block;
  max-width: 170px;
  color: #047857;
  font-size: .8rem;
  font-weight: 760;
  line-height: 1.35;
}

/* Old dark offer card is no longer used in the hero */
.pricing-offer-card {
  display: none;
}

/* Tariff cards: compact rectangular offer hint, not a big oval pill */
.plan-card-v10 .launch-note {
  display: none !important;
}

.plan-offer-box {
  display: grid;
  gap: 8px;
  margin: 2px 0 8px;
  padding: 12px 13px;
  border: 1px solid #bbf7d0;
  border-left: 4px solid #10b981;
  border-radius: 14px;
  background: #f0fdf4;
}

.plan-offer-box span {
  color: #047857;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.plan-offer-box ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-offer-box li {
  position: relative;
  padding-left: 18px;
  color: #065f46;
  font-size: .84rem;
  font-weight: 840;
  line-height: 1.28;
}

.plan-offer-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: 950;
}

@media (max-width: 1120px) {
  .launch-offer-bar {
    grid-template-columns: 1fr;
  }

  .launch-offer-bar small#launch-offer-note {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .pricing-decision-card,
  .launch-offer-bar {
    border-radius: 22px;
  }

  .decision-metrics div {
    grid-template-columns: 44px 1fr;
  }
}


/* Stable offer strip v3: reserved space + subtle Stripe-loading shimmer */
.pricing-hero-v10 {
  align-items: stretch;
}

.pricing-decision-card {
  height: 100%;
  min-height: 0;
  padding: clamp(34px, 4vw, 54px);
  background:
    radial-gradient(circle at 90% 10%, rgba(79,70,229,.10), transparent 36%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.pricing-decision-card .decision-kicker {
  border: 1px solid #c7d2fe;
}

.decision-metrics {
  margin-top: 4px;
}

.decision-metrics div {
  box-shadow: 0 16px 44px -38px rgba(15,23,42,.42);
}

.launch-offer-strip {
  display: grid;
  grid-template-columns: minmax(190px, .62fr) minmax(320px, 1fr) minmax(150px, .38fr);
  gap: 18px;
  align-items: center;
  min-height: 104px;
  margin-top: -4px;
  padding: 18px 22px;
  border: 1px solid #c7d2fe;
  border-left: 5px solid #4f46e5;
  border-radius: 24px;
  background:
    radial-gradient(circle at 5% 50%, rgba(79,70,229,.08), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 20px 54px -48px rgba(15,23,42,.55);
  overflow: hidden;
}

.launch-offer-strip-label,
.launch-offer-strip-content {
  min-width: 0;
}

.launch-offer-strip .offer-kicker {
  display: inline-flex;
  margin: 0 0 7px;
  padding: 0;
  background: transparent;
  color: #4f46e5;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.launch-offer-strip strong#launch-offer-headline {
  display: block;
  color: #0f172a;
  font-size: clamp(1.18rem, 1.45vw, 1.55rem);
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.launch-offer-strip p#launch-offer-summary {
  margin: 0;
  color: #475569;
  font-weight: 760;
  line-height: 1.42;
}

.launch-offer-strip ul#launch-offer-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.launch-offer-strip ul#launch-offer-bullets li {
  position: relative;
  min-height: 20px;
  padding-left: 21px;
  color: #3730a3;
  font-size: .94rem;
  font-weight: 900;
  line-height: 1.3;
}

.launch-offer-strip.has-offer {
  border-color: #bbf7d0;
  border-left-color: #10b981;
  background:
    radial-gradient(circle at 5% 50%, rgba(16,185,129,.12), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
}

.launch-offer-strip.has-offer .offer-kicker,
.launch-offer-strip.has-offer ul#launch-offer-bullets li,
.launch-offer-strip.has-offer small#launch-offer-note {
  color: #047857;
}

.launch-offer-strip ul#launch-offer-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: 950;
}

.launch-offer-strip.has-no-offer {
  border-color: #dbe3ef;
  border-left-color: #94a3b8;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.launch-offer-strip.has-no-offer .offer-kicker,
.launch-offer-strip.has-no-offer ul#launch-offer-bullets li,
.launch-offer-strip.has-no-offer small#launch-offer-note {
  color: #64748b;
}

.launch-offer-strip.has-no-offer ul#launch-offer-bullets li::before {
  color: #94a3b8;
}

.launch-offer-strip small#launch-offer-note {
  color: #64748b;
  font-size: .82rem;
  font-weight: 760;
  line-height: 1.35;
}

.coupon-skeleton {
  display: block;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e2e8f0 0%, #f8fafc 45%, #e2e8f0 100%);
  background-size: 220% 100%;
  animation: zeitdockCouponShimmer 1.35s ease-in-out infinite;
}

.skeleton-short { width: 190px; }
.skeleton-long { width: 250px; }

.launch-offer-strip.is-loading .launch-offer-strip-label strong,
.launch-offer-strip.is-loading #launch-offer-summary,
.launch-offer-strip.is-loading #launch-offer-note {
  color: #64748b;
}

@keyframes zeitdockCouponShimmer {
  0% { background-position: 120% 0; }
  100% { background-position: -120% 0; }
}

@media (prefers-reduced-motion: reduce) {
  .coupon-skeleton {
    animation: none;
  }
}

/* Keep tariff-card offer hints compact and integrated */
.plan-offer-box {
  border-radius: 14px;
  box-shadow: none;
}

.plan-offer-box li {
  overflow-wrap: break-word;
}

@media (max-width: 1120px) {
  .launch-offer-strip {
    grid-template-columns: 1fr;
    min-height: 126px;
  }
}

@media (max-width: 760px) {
  .launch-offer-strip {
    margin-top: -2px;
    padding: 16px;
    border-radius: 20px;
  }

  .launch-offer-strip ul#launch-offer-bullets {
    display: grid;
    gap: 7px;
  }
}

/* Plan detail decision page v11 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pricing-detail-page-v11 {
  display: grid;
  gap: 24px;
  padding-bottom: 56px;
}

.detail-hero-card-v11 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: 26px;
  align-items: stretch;
  margin-top: 20px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid #dbe3ef;
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 12%, rgba(79,70,229,.12), transparent 30%),
    radial-gradient(circle at 96% 4%, rgba(14,165,233,.10), transparent 28%),
    linear-gradient(135deg, #fff 0%, #f8fbff 100%);
  box-shadow: 0 24px 64px -48px rgba(15,23,42,.55);
}

.detail-hero-copy-v11 {
  display: grid;
  align-content: center;
  min-width: 0;
}

.detail-hero-copy-v11 h1 {
  max-width: 780px;
  margin: 0 0 16px;
  color: #0f172a;
  font-size: clamp(2.15rem, 4.6vw, 4.25rem);
  line-height: .98;
  letter-spacing: -.065em;
  text-wrap: balance;
}

.detail-hero-lead-v11 {
  max-width: 720px;
  margin: 0;
  color: #475569;
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  font-weight: 740;
  line-height: 1.62;
}

.detail-hero-tags-v11,
.detail-trust-strip-v11 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-hero-tags-v11 {
  margin-top: 24px;
}

.detail-hero-tags-v11 span,
.detail-trust-strip-v11 span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid #c7d2fe;
  border-radius: 999px;
  background: #eef2ff;
  color: #3730a3;
  font-size: .84rem;
  font-weight: 900;
}

.detail-price-panel-v11 {
  display: grid;
  gap: 14px;
  align-content: center;
}

.recommended-badge {
  width: max-content;
  max-width: 100%;
  padding: 8px 12px;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: .8rem;
  font-weight: 950;
}

.detail-price-card-v11 {
  padding: 24px;
  border: 1px solid #dbe3ef;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px -44px rgba(15,23,42,.55);
}

.detail-price-card-v11 > span {
  display: block;
  margin-bottom: 8px;
  color: #475569;
  font-size: .8rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.detail-price-card-v11 .detail-price-line {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  color: #0f172a;
}

.detail-price-card-v11 .detail-price-line strong {
  font-size: clamp(2.45rem, 4vw, 3.6rem);
  line-height: .94;
  letter-spacing: -.055em;
}

.detail-price-card-v11 .detail-price-line small {
  color: #475569;
  font-size: 1rem;
  font-weight: 900;
}

.detail-price-card-v11 p {
  margin: 12px 0 0;
  color: #334155;
  font-weight: 780;
  line-height: 1.45;
}

.detail-price-microcopy-v11 {
  padding-top: 12px;
  border-top: 1px solid #cbd5e1;
  color: #334155 !important;
  font-size: .9rem;
}

.detail-hero-actions-v11 {
  display: grid;
  gap: 10px;
}

.detail-hero-actions-v11 .btn-primary,
.detail-hero-actions-v11 .btn-secondary,
.detail-hero-actions-v11 form,
.detail-hero-actions-v11 button {
  width: 100%;
}

.detail-hero-actions-v11 button {
  border: 0;
  min-height: 44px;
}

.detail-trust-strip-v11 {
  padding: 18px 20px;
  border: 1px solid #dbe3ef;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 54px -48px rgba(15,23,42,.50);
}

.detail-trust-strip-v11 span {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #334155;
}

.detail-benefit-grid-v11 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.detail-benefit-grid-v11 article,
.detail-card-v11,
.detail-faq-grid-v11 details {
  border: 1px solid #dbe3ef;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 56px -48px rgba(15,23,42,.50);
}

.detail-benefit-grid-v11 article {
  padding: 24px;
}

.detail-benefit-grid-v11 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: #eef2ff;
  color: #4f46e5;
  font-weight: 950;
}

.detail-benefit-grid-v11 h2,
.detail-card-v11 h2,
.detail-upgrade-card-v11 h2,
.detail-security-card-v11 h2,
.detail-faq-card-v11 h2 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.detail-benefit-grid-v11 p,
.detail-upgrade-card-v11 p,
.detail-security-grid-v11 p,
.detail-faq-grid-v11 p {
  margin: 0;
  color: #475569;
  font-weight: 730;
  line-height: 1.58;
}

.section-intro.compact {
  max-width: 850px;
  margin-bottom: 20px;
}

.detail-plan-compare-table th.is-current-plan,
.detail-plan-compare-table td.is-current-plan {
  background: #eef2ff;
}

.detail-plan-compare-table th .plan-name {
  display: block;
  color: #0f172a;
}

.detail-plan-compare-table th .plan-badge {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: .72rem;
  font-weight: 950;
  line-height: 1.1;
}

.detail-plan-compare-table td:not(:first-child) {
  color: #334155;
  font-weight: 760;
  line-height: 1.35;
}

.detail-compare-actions-v11,
.detail-upgrade-card-v11 .detail-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.detail-two-col-v11 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.detail-card-v11,
.detail-upgrade-card-v11,
.detail-security-card-v11,
.detail-faq-card-v11 {
  padding: clamp(22px, 3.2vw, 34px);
}

.check-list-v11,
.muted-list-v11 {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list-v11 li,
.muted-list-v11 li {
  position: relative;
  padding-left: 26px;
  color: #334155;
  font-weight: 780;
  line-height: 1.45;
}

.check-list-v11 li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4f46e5;
  font-weight: 950;
}

.muted-list-v11 li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #4f46e5;
  font-weight: 950;
}

.detail-upgrade-card-v11 {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(280px, 1fr);
  gap: 22px;
  align-items: start;
  border: 1px solid #c7d2fe;
  background:
    radial-gradient(circle at 95% 5%, rgba(79,70,229,.12), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.detail-upgrade-card-v11 .detail-cta-row {
  grid-column: 1 / -1;
}

.detail-security-card-v11 {
  background:
    radial-gradient(circle at 10% 5%, rgba(79,70,229,.14), transparent 32%),
    linear-gradient(135deg, #0f172a 0%, #111827 100%);
  color: #fff;
}

.detail-security-card-v11 .eyebrow,
.detail-security-card-v11 h2 {
  color: #fff;
}

.detail-security-card-v11 .section-intro p:not(.eyebrow) {
  color: #cbd5e1;
}

.detail-security-grid-v11 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.detail-security-grid-v11 div {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
}

.detail-security-grid-v11 strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 950;
}

.detail-security-grid-v11 p {
  color: #dbeafe;
}

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

.detail-faq-grid-v11 details {
  padding: 18px 20px;
}

.detail-faq-grid-v11 summary {
  cursor: pointer;
  color: #0f172a;
  font-weight: 950;
  line-height: 1.35;
}

.detail-faq-grid-v11 details[open] summary {
  margin-bottom: 10px;
}

.detail-final-cta-v11 .eyebrow {
  margin-bottom: 10px;
}

.detail-final-cta-v11 form button {
  border: 0;
  min-height: 44px;
}

@media (max-width: 1120px) {
  .detail-hero-card-v11,
  .detail-upgrade-card-v11 {
    grid-template-columns: 1fr;
  }

  .detail-benefit-grid-v11,
  .detail-security-grid-v11 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .pricing-detail-page-v11 {
    gap: 18px;
  }

  .detail-hero-card-v11,
  .detail-trust-strip-v11,
  .detail-benefit-grid-v11 article,
  .detail-card-v11,
  .detail-upgrade-card-v11,
  .detail-security-card-v11,
  .detail-faq-grid-v11 details {
    border-radius: 20px;
  }

  .detail-two-col-v11,
  .detail-faq-grid-v11 {
    grid-template-columns: 1fr;
  }

  .detail-price-card-v11 {
    padding: 20px;
  }

  .detail-compare-actions-v11 .btn-primary,
  .detail-compare-actions-v11 .btn-secondary,
  .detail-upgrade-card-v11 .btn-primary,
  .detail-upgrade-card-v11 .btn-secondary {
    width: 100%;
  }
}

/* v43: plan trials, dynamic billing period and cleaner checkout consent */
.pricing-period-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  padding:22px 24px;
  border:1px solid #dbe3ef;
  border-radius:26px;
  background:linear-gradient(135deg,#fff,#f8fbff);
  box-shadow:0 18px 54px -46px rgba(15,23,42,.45);
}
.pricing-period-card h2{margin:0 0 6px;color:#0f172a;font-size:clamp(1.35rem,2.2vw,2rem);line-height:1.08;letter-spacing:-.04em}
.pricing-period-card p:not(.eyebrow){margin:0;color:#64748b;font-weight:760;line-height:1.5}
.pricing-period-switch{display:inline-flex;align-items:center;gap:6px;padding:6px;border:1px solid #cbd5e1;border-radius:999px;background:#eef2ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.92)}
.pricing-period-option{appearance:none;border:1px solid transparent;border-radius:999px;background:transparent;color:#334155;padding:12px 18px;font-weight:950;font-size:1rem;line-height:1.2;cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease,border-color .16s ease;min-height:56px}
.pricing-period-option:hover:not(.is-active){background:#ffffff;color:#1e3a8a;border-color:#cbd5e1;box-shadow:0 6px 16px rgba(15,23,42,.08)}
.pricing-period-option.is-active{background:linear-gradient(135deg,#4f46e5,#2563eb);color:#fff;border-color:rgba(79,70,229,.35);box-shadow:0 12px 26px rgba(79,70,229,.24)}
.pricing-period-option:focus-visible{outline:3px solid rgba(79,70,229,.28);outline-offset:3px}
.plan-card-actions{display:grid;gap:10px;margin-top:auto}
.plan-card-actions .btn-primary,.plan-card-actions .btn-secondary,.plan-card-actions form,.plan-card-actions button{width:100%;justify-content:center}
.plan-trial-form{margin:0}.plan-trial-button{min-height:46px;text-align:center}
.detail-trial-form,.detail-checkout-form{margin:0;display:grid;gap:12px;width:100%}
.detail-checkout-form{padding:18px;border:1px solid #cbd5e1;border-radius:22px;background:#f8fafc;box-shadow:0 16px 36px -30px rgba(15,23,42,.24)}
.detail-period-switch{width:100%;justify-content:stretch;border-radius:22px;background:#f8fafc;border-color:#c7d2fe;padding:6px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.85)}.detail-period-switch .pricing-period-option,.detail-period-switch .pricing-period-option:not(.is-active){flex:1;background:#ffffff!important;color:#334155!important;border-color:transparent!important;box-shadow:none!important;opacity:1!important;text-shadow:none!important}.detail-period-switch .pricing-period-option:hover:not(.is-active){background:#eef2ff!important;color:#312e81!important;border-color:#c7d2fe!important}.detail-period-switch .pricing-period-option.is-active{background:linear-gradient(135deg,#4f46e5,#2563eb)!important;color:#fff!important;border-color:#3730a3!important;box-shadow:0 10px 22px rgba(79,70,229,.24)!important}
.compact-checkout-consent{align-items:flex-start!important;gap:14px!important;margin:0;padding:14px 16px;border:1px solid #cbd5e1;border-radius:18px;background:#fff;color:#334155;font-weight:800;line-height:1.46;box-shadow:0 8px 24px -22px rgba(15,23,42,.18)}
.compact-checkout-consent input{margin-top:2px!important;width:28px;height:28px;accent-color:#4f46e5;flex:0 0 auto}.compact-checkout-consent span{font-size:1rem}
.compact-checkout-consent a{color:#3730a3;text-decoration:underline;text-underline-offset:2px}
.detail-hero-actions-v11{gap:12px}.detail-hero-actions-v11 .btn-primary,.detail-hero-actions-v11 .btn-secondary{min-height:48px}
.chooser-checkout-form{display:grid;gap:12px}.chooser-checkout-form .legal-checkout-consent{margin:0;padding:12px 14px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(255,255,255,.08);color:#e2e8f0;align-items:flex-start!important;gap:12px!important}.chooser-checkout-form .legal-checkout-consent span{font-size:.9rem;line-height:1.42;color:#e2e8f0}.chooser-checkout-form .legal-checkout-consent input{margin-top:1px!important;background:#fff!important;accent-color:#4f46e5}
@media(max-width:760px){.pricing-period-switch,.chooser-period-switch{width:100%;justify-content:stretch}.pricing-period-option,.chooser-period-switch .pricing-period-option{flex:1}.chooser-period-panel{padding:12px}.plan-card-v10{min-height:auto}}
.plan-card-actions .btn-primary{margin-top:0}

.detail-compare-footnotes-v11{
  display:grid;
  gap:8px;
  margin-top:16px;
  padding:14px 18px;
  border:1px solid #dbe3ef;
  border-radius:18px;
  background:#f8fafc;
  color:#475569;
  font-size:.95rem;
  line-height:1.55;
}
.detail-compare-footnotes-v11 p{margin:0}
.detail-compare-footnotes-v11 sup{
  display:inline-block;
  min-width:1.1rem;
  margin-right:4px;
  color:#4f46e5;
  font-weight:800;
}
.detail-plan-compare-table-v11 sup{
  color:#4f46e5;
  font-weight:900;
  font-size:.72em;
  margin-left:2px;
}


/* v4: Tarif-Finder billing period is intentionally below the CTA.
   It affects later paid checkout, while the free trial/start remains independent. */
.chooser-result > .billing-label{
  display:inline-flex;
  width:max-content;
}

.chooser-period-panel{
  order:20;
  margin-top:4px;
  border-color:rgba(255,255,255,.18);
  background:rgba(255,255,255,.075);
}

.chooser-period-copy strong{
  color:#ffffff;
}

.chooser-period-copy span,
.chooser-period-note{
  color:#dbeafe;
}

.chooser-period-switch{
  background:#eaf0ff;
  border-color:#c7d2fe;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95), 0 10px 26px rgba(15,23,42,.18);
}

.chooser-period-switch .pricing-period-option,
.chooser-period-switch .pricing-period-option:not(.is-active){
  background:#ffffff!important;
  color:#1f2937!important;
  border-color:transparent!important;
  opacity:1!important;
  text-shadow:none!important;
  box-shadow:none!important;
}

.chooser-period-switch .pricing-period-option:hover:not(.is-active){
  background:#eef2ff!important;
  color:#312e81!important;
  border-color:#c7d2fe!important;
}

.chooser-period-switch .pricing-period-option.is-active{
  background:linear-gradient(135deg,#4f46e5,#2563eb)!important;
  color:#ffffff!important;
  border-color:#3730a3!important;
  box-shadow:0 10px 24px rgba(37,99,235,.30)!important;
}

@media(max-width:760px){
  .chooser-period-panel{
    margin-top:6px;
    padding:12px;
  }
  .chooser-period-copy span,
  .chooser-period-note{
    font-size:.86rem;
  }
}

/* P4: kompaktere Preisnavigation und schnellere Kaufentscheidung */
.pricing-anchor-nav {
  position: sticky;
  top: 72px;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  align-items: center;
  justify-content: center;
  margin: clamp(1rem, 2vw, 1.4rem) auto clamp(1.2rem, 2.5vw, 1.8rem);
  padding: .7rem;
  border: 1px solid rgba(226, 232, 240, .95);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.pricing-anchor-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: .55rem .85rem;
  border-radius: 999px;
  color: #334155;
  text-decoration: none;
  font-weight: 900;
  font-size: .9rem;
  transition: background .16s ease, color .16s ease, transform .16s ease;
}

.pricing-anchor-nav a:hover {
  background: #eef2ff;
  color: #4338ca;
  transform: translateY(-1px);
}

.pricing-page-v10 .pricing-section-card {
  scroll-margin-top: 128px;
}

#tarif-finder,
#tarife,
#vergleich,
#pricing-addons,
#pricing-faq {
  scroll-margin-top: 128px;
}

@media (max-width: 760px) {
  .pricing-anchor-nav {
    position: static;
    border-radius: 24px;
    justify-content: flex-start;
  }
  .pricing-anchor-nav a {
    flex: 1 1 auto;
  }
}

/* P20: sticky price navigation spacing + no clipped recommended card header. */
.pricing-anchor-nav {
  top: 96px;
  margin-top: clamp(1.35rem, 2.5vw, 1.9rem);
  margin-bottom: clamp(1.45rem, 2.8vw, 2.1rem);
}

.pricing-grid-v10 {
  padding-top: 10px;
  overflow: visible;
}

.plan-card-v10.is-highlighted {
  transform: none;
}

.pricing-page-v10 .pricing-section-card,
#tarif-finder,
#tarife,
#vergleich,
#pricing-addons,
#pricing-faq {
  scroll-margin-top: 172px;
}

@media (max-width: 760px) {
  .pricing-grid-v10 { padding-top: 0; }
}
