/* Öffentliche Pricing-Sektion (Haupt-Landing DE/EN) — Zahlen: docs/sales/v2/11_PRICING_MODELL.md */
.pricing-section { padding: 5rem 0; background: var(--component-bg); }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.75rem; margin-top: 2.5rem; max-width: 1050px; margin-left: auto; margin-right: auto; }
.price-card { background: var(--body-bg); border-radius: var(--border-radius-xl); padding: 2rem 1.75rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; border: 2px solid transparent; position: relative; }
.price-card.featured { border-color: var(--primary); box-shadow: var(--shadow); }
.price-card .plan-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--vb-primary-gradient); color: var(--white); font-size: .8rem; font-weight: 700; padding: .3rem 1rem; border-radius: var(--border-radius-pill); white-space: nowrap; }
.price-card h3 { font-size: 1.25rem; margin-bottom: .25rem; }
.price-card .plan-sub { font-size: .9rem; color: var(--text-color-muted); margin-bottom: .75rem; }
.price-card .price { font-size: 2.4rem; font-weight: 800; color: var(--primary-dark); }
.price-card .price .per { font-size: .95rem; font-weight: 500; color: var(--text-color-muted); }
.price-card ul { list-style: none; padding: 0; margin: 1.25rem 0 1.5rem; flex: 1; }
.price-card ul li { padding: .35rem 0 .35rem 1.6rem; position: relative; color: var(--text-color-secondary); }
.price-card ul li::before { content: "✓"; position: absolute; left: 0; color: var(--primary); font-weight: 800; }
.pricing-note { text-align: center; margin-top: 1.75rem; color: var(--text-color-secondary); }
.pricing-anchor { text-align: center; margin-top: .5rem; font-size: .9rem; color: var(--text-color-muted); }
.agency-teaser { max-width: 1050px; margin: 2rem auto 0; background: var(--deep-teal); color: var(--white); border-radius: var(--border-radius-xl); padding: 1.75rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.agency-teaser h4 { font-size: 1.2rem; margin-bottom: .3rem; }
.agency-teaser p { color: rgba(255,255,255,.85); margin: 0; }
.agency-teaser a.btn-teaser { background: var(--white); color: var(--deep-teal); font-weight: 700; padding: .8rem 1.75rem; border-radius: var(--border-radius-pill); text-decoration: none; white-space: nowrap; }
