/* Preisbeispiel: ausschliesslich auf der Startseite geladen. */
.home-price-example { padding: 76px 24px; background: var(--surface, #fffdfa); }
.home-price-example-inner { width: min(1120px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 68px); align-items: start; }
.home-price-example h2 { font-size: clamp(32px, 3.5vw, 48px); line-height: 1.12; letter-spacing: -.025em; margin: 0 0 22px; }
.home-price-example-copy > p:not(.eyebrow) { font-size: 17px; line-height: 1.7; }
.home-price-example-included { padding-left: 22px; margin: 22px 0; }
.home-price-example-included li { margin: 9px 0; padding-left: 3px; }
.home-price-example-included li::marker { color: var(--gold, #b58b36); }
.home-price-example-details { border-top: 1px solid var(--line, #e5dfd4); margin-top: 26px; }
.home-price-example-details summary { padding: 18px 0; cursor: pointer; font-weight: 700; color: var(--green, #123f29); }
.home-price-example-details summary:focus-visible { outline: 3px solid var(--gold, #b58b36); outline-offset: 3px; }
.home-price-example-details dl { margin: 0; }
.home-price-example-details dl > div { padding: 10px 0; border-bottom: 1px solid var(--line, #e5dfd4); }
.home-price-example-details dt { font-weight: 700; }
.home-price-example-details dd { margin: 3px 0 0; }
.home-price-example-details p { font-size: 14px; line-height: 1.7; color: var(--muted, #526159); }
.home-price-example-card { padding: clamp(24px, 3vw, 36px); border: 1px solid var(--line, #e5dfd4); border-radius: 18px; background: var(--background, #f6f1e9); }
.home-price-example-label { margin: 0 0 12px; font-weight: 700; }
.home-price-example-amount { margin: 0 0 12px; color: var(--green, #123f29); font-size: clamp(30px, 3.4vw, 45px); line-height: 1.15; font-weight: 800; letter-spacing: -.035em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.home-price-example-travel { font-size: 15px; margin: 0; }
.home-price-example-cap { border-top: 1px solid var(--line, #e5dfd4); padding-top: 18px; margin: 20px 0 24px; }
.home-price-example-cap strong { display: block; margin-top: 4px; }
.home-price-example-card .button { width: 100%; padding: 14px 16px; gap: 10px; text-align: center; }
.home-price-example-note { margin: 18px 0 0; font-size: 13px; line-height: 1.7; color: var(--muted, #526159); }
@media (max-width: 760px) {
  .home-price-example { padding: 44px 16px; }
  .home-price-example-inner { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .home-price-example-card { padding: 24px 20px; }
  .home-price-example h2 { font-size: 34px; }
}