/* Approved pricing preview C, scoped to the landing page cost section. */
#kosten { margin-top: 72px; }
#kosten .pricing-intro h2 { font-size: clamp(34px, 3.8vw, 49px); font-weight: 650; line-height: 1.16; letter-spacing: -.035em; text-wrap: balance; }
#kosten .pricing-intro > p { max-width: 540px; margin-top: 23px; font-size: 18px; line-height: 1.7; }
#kosten .eyebrow { font-size: 12px; margin-bottom: 17px; }
#kosten .price-disclosure { border-block: 1px solid var(--line); margin-top: 38px; }
#kosten .price-disclosure > summary { display: flex; justify-content: space-between; gap: 20px; align-items: center; min-height: 88px; padding-block: 19px; list-style: none; font-size: 17px; font-weight: 600; }
#kosten .price-disclosure > summary::-webkit-details-marker { display: none; }
#kosten .price-disclosure summary small { display: block; margin-top: 3px; color: var(--muted); font-size: 14px; font-weight: 400; }
#kosten .disclosure-plus { display: grid; place-items: center; border: 1px solid #d9e3fa; background: #f4f7ff; color: var(--blue); border-radius: 50%; width: 32px; height: 32px; flex: none; font-size: 23px; font-weight: 400; }
#kosten .disclosure-plus::before { content: "+"; }
#kosten .price-disclosure[open] .disclosure-plus::before { content: "−"; }
#kosten .disclosure-content { padding-bottom: 28px; }
#kosten .price-note { color: var(--muted); font-size: 14px; line-height: 1.7; }
#kosten .disclosure-content .price-note { margin-top: 12px; max-width: 870px; }
#kosten .example-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 7px; color: #bbc0ff; background: var(--navy); flex: none; }
#kosten .example-icon svg { width: 21px; height: 21px; }
@media (max-width: 680px) {
  #kosten .pricing-intro h2 { font-size: clamp(31px, 8.2vw, 40px); }
  #kosten .pricing-intro > p { font-size: 16px; margin-top: 18px; }
  #kosten .eyebrow { font-size: 11px; margin-bottom: 15px; }
  #kosten .price-disclosure > summary { font-size: 16px; }
  #kosten .button { font-size: 15px; }
}
#kosten .pricing-intro h2 > span { color: var(--blue); }
#kosten .pricing-intro > p { max-width: 730px; }
#kosten .usage-examples { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 34px; }
#kosten .usage-example { display: flex; flex-direction: column; min-width: 0; padding: 28px 30px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
#kosten .usage-example-heading { display: flex; align-items: center; gap: 13px; }
#kosten .usage-example h3 { font-size: 23px; line-height: 1.25; font-weight: 600; letter-spacing: -.025em; }
#kosten .usage-example-content { flex: 1; margin-top: 22px; }
#kosten .usage-example-content > p { font-size: 16px; line-height: 1.7; }
#kosten .usage-example-content strong { color: var(--ink); font-weight: 600; }
#kosten .usage-example-content .team-size { font-size: 14px; margin-bottom: 7px; }
#kosten .usage-tasks { padding: 0; margin: 0; list-style: none; }
#kosten .usage-tasks li { display: flex; gap: 10px; color: var(--muted); font-size: 16px; line-height: 1.7; }
#kosten .usage-tasks li + li { margin-top: 6px; }
#kosten .usage-tasks li::before { content: "✓"; color: var(--blue); font-weight: 600; flex: none; }
#kosten .usage-price { border-top: 1px solid var(--line); padding-top: 18px; margin-top: 24px; }
#kosten .usage-price-label { font-size: 13px; font-weight: 550; color: var(--muted); }
#kosten .usage-amount { display: flex; align-items: baseline; gap: 10px; margin-top: 8px; line-height: 1.1; color: var(--blue); }
#kosten .usage-amount > span { font-size: 21px; }
#kosten .usage-amount strong { font-size: 40px; font-weight: 650; letter-spacing: -.045em; white-space: nowrap; }
#kosten .usage-period { display: block; color: var(--muted); font-size: 14px; margin-top: 7px; }
#kosten .savings-estimate { margin-top: 22px; padding: 16px; border: 1px solid #dbe4fa; border-radius: 11px; background: #f4f7ff; }
#kosten .savings-label { display: block; color: var(--blue); font-size: 12px; font-weight: 600; }
#kosten .savings-formula { display: flex; align-items: baseline; flex-wrap: wrap; gap: 3px 6px; max-width: 100%; margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.6; }
#kosten .savings-formula > span { white-space: nowrap; }
#kosten .savings-formula strong { font-weight: 600; color: var(--ink); white-space: nowrap; }
#kosten .savings-formula .savings-total, #kosten .savings-formula .savings-total strong { color: var(--blue); }
#kosten .savings-period { margin-top: 7px; font-size: 13px; color: var(--muted); }
#kosten .usage-note { margin-top: 16px; max-width: 900px; }
#kosten .usage-disclosure { margin-top: 27px; }
#kosten .usage-disclosure > summary { min-height: 72px; }
#kosten .effort-examples { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
#kosten .effort-examples > div { border-radius: 12px; background: var(--paper); padding: 22px; }
#kosten .effort-label { display: block; font-size: 12px; color: var(--blue); font-weight: 600; margin-bottom: 10px; }
#kosten .effort-examples h3 { font-size: 19px; letter-spacing: -.02em; line-height: 1.4; font-weight: 600; }
#kosten .effort-examples p { font-size: 15px; margin-top: 9px; }
#kosten .usage-models { font-size: 16px; line-height: 1.7; max-width: 850px; margin-top: 22px; }
#kosten .usage-setup { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px 48px; align-items: center; padding: 34px 36px; margin-top: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
#kosten .usage-setup .eyebrow { font-size: 12px; margin-bottom: 12px; }
#kosten .usage-setup h3 { color: var(--ink); font-size: 28px; line-height: 1.25; letter-spacing: -.035em; font-weight: 600; text-wrap: balance; }
#kosten .usage-setup-intro > p { max-width: 49ch; margin-top: 12px; font-size: 16px; line-height: 1.7; }
#kosten .usage-setup-intro { min-width: 0; max-width: 560px; }
#kosten .usage-setup > .button { justify-self: end; min-height: 56px; padding-inline: 24px; }
@media (max-width: 920px) {
  #kosten .usage-example { padding: 25px; }
  #kosten .usage-example h3 { font-size: 21px; }
  #kosten .usage-example-heading { gap: 10px; }
  #kosten .usage-setup { grid-template-columns: 1fr; gap: 24px; padding: 30px; }
  #kosten .usage-setup > .button { justify-self: start; }
}
@media (max-width: 680px) {
  #kosten .usage-examples, #kosten .effort-examples, #kosten .usage-setup { grid-template-columns: 1fr; }
  #kosten .usage-examples { gap: 18px; margin-top: 27px; }
  #kosten .usage-example { padding: 24px; }
  #kosten .usage-example h3 { font-size: 22px; }
  #kosten .usage-example-content { margin-top: 18px; }
  #kosten .usage-tasks li, #kosten .usage-example-content > p { font-size: 15px; }
  #kosten .usage-amount > span { font-size: 19px; }
  #kosten .usage-disclosure > summary { gap: 15px; }
  #kosten .effort-examples { gap: 12px; }
  #kosten .usage-setup { gap: 24px; padding: 26px 24px; margin-top: 28px; }
  #kosten .usage-setup .eyebrow { font-size: 11px; margin-bottom: 12px; }
  #kosten .usage-setup h3 { font-size: 25px; text-wrap: initial; }
  #kosten .usage-setup-intro > p { font-size: 15px; }
  #kosten .usage-setup > .button { justify-self: stretch; width: 100%; padding-inline: 18px; }
}
@media (max-width: 680px) {
  #kosten { margin-top: 48px; }
}
