/**
 * Pricing cards — shared by /preise/ and homepage #preise (via styles.css duplicate kept in sync).
 */
.pricing-section {
  padding: 0;
  background: transparent;
  width: 100%;
}
.pricing-section__inner {
  padding: 0;
  max-width: 100%;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--block-gap);
  align-items: stretch;
  max-width: 960px;
  margin-inline: auto;
}
@media (max-width: 820px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 26rem;
  }
}

.plan-card {
  position: relative;
  background: var(--white);
  padding: var(--space-lg, 1.5rem);
  border-radius: var(--radius-card, 20px);
  border: 1px solid var(--border-subtle, rgba(0, 0, 0, 0.08));
  box-shadow: 0 2px 12px rgba(33, 41, 38, 0.04);
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.plan-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(33, 41, 38, 0.08);
}
.plan-card--plus {
  border: 2px solid rgba(45, 75, 50, 0.45);
  box-shadow: 0 14px 28px rgba(33, 41, 38, 0.08);
}
.plan-card--gold {
  border: 2px solid rgba(199, 148, 46, 0.55);
}
.plan-badge {
  position: absolute;
  top: -10px;
  right: var(--space-md, 1rem);
  padding: 5px 10px;
  border-radius: var(--radius-chip, 999px);
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: var(--forest);
  box-shadow: 0 6px 12px rgba(45, 75, 50, 0.28);
}
.plan-badge--gold {
  background: var(--gold);
  box-shadow: 0 6px 12px rgba(199, 148, 46, 0.35);
}
.plan-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-md, 1rem);
  margin-bottom: var(--space-sm, 0.75rem);
}
.plan-card__name {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ink);
}
.plan-card__price {
  margin: 4px 0 0;
  font-size: var(--text-subhead, 0.9375rem);
  font-weight: 600;
  color: var(--forest);
}
.plan-card--gold .plan-card__price { color: var(--gold); }
.plan-card__price--muted { color: var(--ink-soft); font-weight: 600; }
.plan-card__tagline {
  margin: 0 0 var(--space-md, 1rem);
  font-size: var(--text-subhead, 0.9375rem);
  color: var(--ink-muted);
  line-height: 1.4;
}
.plan-card__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.plan-card__features li {
  position: relative;
  padding-left: 1.35rem;
  font-size: var(--text-caption, 0.75rem);
  line-height: 1.4;
  color: rgba(33, 41, 38, 0.78);
}
.plan-card__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--ink-soft);
}
.plan-card__features--verified li::before {
  content: "";
  width: 1.15rem;
  height: 1.15rem;
  top: 0.1em;
  background: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' fill-rule='evenodd' d='M8.603 3.799A4.49 4.49 0 0112 2.25c1.357 0 2.573.6 3.397 1.548A4.49 4.49 0 0118.75 6c0 1.357-.6 2.573-1.548 3.397A4.49 4.49 0 0121.75 10.5c0 1.357-.6 2.573-1.548 3.397A4.49 4.49 0 0118.75 15c0 1.357-.6 2.573-1.548 3.397A4.49 4.49 0 0112 18.75c-1.357 0-2.573-.6-3.397-1.548A4.49 4.49 0 015.25 15c0-1.357.6-2.573 1.548-3.397A4.49 4.49 0 012.25 10.5c0-1.357.6-2.573 1.548-3.397A4.49 4.49 0 015.25 6c1.357 0 2.573-.6 3.397-1.548A4.49 4.49 0 0112 2.25zm2.25 10.382l3.236-3.236a.75.75 0 111.06 1.06l-3.75 3.75a.75.75 0 01-1.06 0l-1.5-1.5a.75.75 0 111.06-1.06l.944.944 3.004-3.004z' clip-rule='evenodd'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' fill-rule='evenodd' d='M8.603 3.799A4.49 4.49 0 0112 2.25c1.357 0 2.573.6 3.397 1.548A4.49 4.49 0 0118.75 6c0 1.357-.6 2.573-1.548 3.397A4.49 4.49 0 0121.75 10.5c0 1.357-.6 2.573-1.548 3.397A4.49 4.49 0 0118.75 15c0 1.357-.6 2.573-1.548 3.397A4.49 4.49 0 0112 18.75c-1.357 0-2.573-.6-3.397-1.548A4.49 4.49 0 015.25 15c0-1.357.6-2.573 1.548-3.397A4.49 4.49 0 012.25 10.5c0-1.357.6-2.573 1.548-3.397A4.49 4.49 0 015.25 6c1.357 0 2.573-.6 3.397-1.548A4.49 4.49 0 0112 2.25zm2.25 10.382l3.236-3.236a.75.75 0 111.06 1.06l-3.75 3.75a.75.75 0 01-1.06 0l-1.5-1.5a.75.75 0 111.06-1.06l.944.944 3.004-3.004z' clip-rule='evenodd'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.plan-card--plus .plan-card__features--verified li::before { color: var(--forest); }
.plan-card--gold .plan-card__features--verified li::before { color: var(--gold); }
.pricing-note {
  text-align: center;
  font-size: var(--text-caption, 0.75rem);
  color: var(--ink-muted);
  margin-top: var(--space-xl, 2rem);
  max-width: 32rem;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .plan-card__head {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .plan-card--verified .plan-card__features li,
  .plan-card__features--verified li {
    padding-left: 2rem;
    text-align: left;
    max-width: 18rem;
    margin-inline: auto;
  }
}
