/* telefonansagen.com — renovation, 12 September 2026.
   Existing DIN, photography, brand colours and component behaviour retained.
   Loaded after existing page styles; no generator SDK selectors. */
:root {
  --muted: #586779;
  --border: #d9dfe5;
  --radius: 5px;
  --ta-gutter: clamp(1.25rem, 3.2vw, 2.5rem);
  --ta-section: clamp(3.25rem, 6vw, 5.5rem);
}
body { font-weight: 400; }
.wrap { padding-inline: var(--ta-gutter); }
.section { padding-block: var(--ta-section); }
.section--sm { padding-block: 1.75rem; }
.section + .section,
.section + .section--surface,
.section--surface + .section,
.section--surface + .section--surface { border-top-width: 1px; }
h1, h2, h3 { text-wrap: pretty; }
h1 { font-size: clamp(1.9rem, 3.1vw, 2.8rem); line-height: 1.15; letter-spacing: -.025em; }
h2 { font-size: clamp(1.6rem, 2.5vw, 2.1rem); line-height: 1.25; letter-spacing: -.018em; }
h3 { font-size: 1.2rem; line-height: 1.35; }
.h2-split .h2-sub { font-size: .82em; line-height: 1.4; margin-top: .3em; }
.section .wrap > h2 { max-width: 38ch; }
.section .wrap > h2::before,
.section .wrap > .prose > h2::before { width: 2.25rem; height: 3px; margin-bottom: 1rem; }
.lead { font-size: 1.1rem; line-height: 1.75; }
.prose, .ratgeber-content, .ratgeber-header { max-width: 46rem; }
.prose p, .prose ul li, .ratgeber-content p, .ratgeber-content li { font-size: 1.05rem; line-height: 1.8; }
.ratgeber-content h3, .prose h3 { font-size: 1.25rem; }
.ratgeber-content h2 { font-size: clamp(1.5rem, 2vw, 1.9rem); }
.prose a, .ratgeber-content a { text-underline-offset: .2em; }

/* Navigation: logo baseline, consistent hit areas, existing mobile toggle. */
.nav__brand { align-items: center; gap: .7rem; }
.nav__wordmark { margin-bottom: 0; line-height: 1; }
.nav__logo { flex-shrink: 0; }
.nav__toggle { width: 2.75rem; height: 2.75rem; align-items: center; }
.nav__link { padding-inline: .7rem; }
.nav__link--cart { padding-left: 1rem; }
.nav__link--cart + .nav__link--login { padding-left: .35rem; }
.nav__link:focus-visible, .nav__toggle:focus-visible,
.btn:focus-visible, .player--compact:focus-visible,
.faq__question:focus-visible, .faq__q:focus-visible,
.mx-row:focus-visible, .voice-card__more:focus-visible,
.price-toggle__btn:focus-visible, .mini-konf__chip:focus-visible {
  outline: 3px solid var(--primary); outline-offset: 4px;
}

/* Existing hero photography becomes a single composed surface. */
.hero { isolation: isolate; min-height: 33rem; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(39,48,64,.96), rgba(39,48,64,.84) 39%, rgba(39,48,64,.1) 78%); }
.hero .wrap { padding-block: clamp(2.75rem, 5vw, 4.5rem); }
.hero__content { width: 100%; max-width: 38rem; padding: 0; background: none; border-radius: 0; backdrop-filter: none; }
.hero__content h1 { font-size: clamp(1.9rem, 3.1vw, 2.8rem); line-height: 1.15; margin-bottom: 1.4rem; }
.hero__content p { max-width: 54ch; font-size: 1.1rem; line-height: 1.75; opacity: 1; color: #edf0f4; }
.hero__actions { gap: .75rem; margin-top: 1.6rem; }
.hero__trust { font-size: .84rem !important; font-weight: 400; line-height: 1.65 !important; margin-top: 1.3rem !important; max-width: 58ch; }
.btn { min-height: 3rem; padding: .75rem 1.3rem; font-size: 1rem; line-height: 1.35; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; gap: .4rem; text-align: center; transition: background-color 160ms, color 160ms, border-color 160ms; }
.btn:hover { transform: none; }
.btn--small { min-height: 2.75rem; padding: .6rem 1rem; font-size: .9rem; }

/* Listening rows: one grid, larger play controls, no floating shadows. */
.demo-bar__players { gap: .6rem 1.1rem; }
.player--compact { min-height: 3.25rem; padding: .65rem .75rem; gap: .7rem; min-width: 0; box-shadow: none; }
.player--compact:hover { box-shadow: none; background: var(--surface); }
.player--compact__play { width: 2.5rem; height: 2.5rem; flex: 0 0 2.5rem; }
.player--compact__info { min-width: 0; }
.player--compact__title { font-size: .95rem; line-height: 1.35; white-space: normal; }
.player--compact__meta { font-size: .82rem; line-height: 1.35; font-weight: 400; }
.player-list { gap: .15rem; }
.player-list .player--compact { padding-inline: 0; border: 0; border-radius: 0; border-bottom: 1px solid var(--border); }
.player-list .player--compact:last-child { border-bottom: 0; }
.stats-bar__inner { padding-block: 2rem; }
.stats-bar__item strong { font-size: clamp(1.65rem, 2.6vw, 2.35rem); font-variant-numeric: tabular-nums; }
.stats-bar__item span { font-size: .78rem; letter-spacing: .06em; }

/* Editorial grids use rules and shared edges instead of boxes within boxes. */
.border-grid { border: 0; border-radius: 0; overflow: visible; gap: 1.75rem 2.5rem; }
.border-grid__item { min-width: 0; padding: 1.4rem 0 0; border: 0; border-top: 1px solid var(--border); }
.border-grid--spaced .border-grid__item { border: 0 !important; border-top: 1px solid var(--border) !important; border-radius: 0; background: transparent; }
.border-grid__item p { font-size: 1rem; line-height: 1.7; margin-block: .75rem 1.2rem; }
.border-grid__item h4 { font-size: 1.1rem; }
.border-grid__item .player-list { padding-top: .6rem; }
.border-grid--spaced .border-grid__item:hover,
[aria-labelledby="warum-heading"] .border-grid__item:hover { box-shadow: none; }
.border-grid__item:hover .section-icon,
.branchen-card:hover .section-icon { transform: none; }
.section-icon { font-size: 1.6rem; }
.border-grid__item--icon-left { padding-top: 1.4rem; }
.steps-grid { gap: 1.75rem 2.5rem; }
.steps-grid__step { min-width: 0; }
.check-list li { line-height: 1.65; }
.branchen-card, .blog-card { box-shadow: none; }
.branchen-card:hover, .blog-card:hover { box-shadow: none; }
.blog-card { padding: 1.5rem 0; border: 0; border-top: 1px solid var(--border); border-radius: 0; background: transparent; }
.blog-card h3 { font-size: 1.25rem; }
.blog-card p { font-size: 1rem; line-height: 1.7; }
.blog-card a { font-size: 1rem; }
.example-text { padding: 1.4rem 1.5rem; font-size: 1.05rem; font-weight: 400; }

/* The two existing routes remain equal, with aligned figures and actions. */
.wgw { padding: 0; background: transparent; border: 0; box-shadow: none; }
.wgw__question { font-size: clamp(1.6rem, 2.5vw, 2.1rem); max-width: 37ch; }
.wgw__lead { font-size: 1.05rem; line-height: 1.7; }
.wgw__options { gap: 1.5rem; }
.wgw__option { padding: 1.75rem; gap: 1rem; }
.wgw__option:hover { transform: none; background: #fff; }
.wgw__option-title { font-size: 1.3rem; }
.wgw__option-sub, .wgw__option-list li { font-size: 1rem; line-height: 1.65; }
.wgw__option-price .wgw__num { font-size: 2.1rem; }
.wgw__option-foot { flex-wrap: wrap; gap: .75rem; padding-top: 1.3rem; }
.wgw__unsure { min-height: 3rem; padding: .9rem 1.25rem; font-size: 1rem; background: transparent; }
.wgw__panel--result { margin: 0; padding: 1.75rem 0 0; }
.wgw__result-title { font-size: 1.8rem; }
.wgw__result-text, .wgw__facts li { font-size: 1.05rem; }
.wgw__back, .wgw__restart { min-height: 2.75rem; font-size: .95rem; }
.poffer, .poffer--choice { max-width: none; width: 100%; margin-inline: 0; gap: 1.5rem; }
.poffer__card { padding: 2rem; box-shadow: none; }
.poffer__card--primary, .poffer--choice .poffer__card { box-shadow: none; }
.poffer__head, .poffer--choice .poffer__head { min-height: 11rem; }
.poffer__label { font-size: .78rem; letter-spacing: .1em; }
.poffer__name { font-size: 1.25rem; }
.poffer__intro { font-size: 1.05rem; line-height: 1.7; min-height: 7.2rem; }
.poffer__big { font-size: 4.5rem; }
.poffer__meta, .poffer__sub { font-size: .95rem; }
.poffer__list li { font-size: 1rem; line-height: 1.65; }
.ledger__row { gap: 1rem; min-height: 4.4rem; }
.ledger dt { font-size: .8rem; white-space: normal; }
.ledger dd { font-size: 1.05rem; }
.ledger dd small { font-size: .85rem; }
.price-calc { max-width: none; box-shadow: none; }
.price-calc__result { padding: 1.75rem; }
.price-calc__price { font-variant-numeric: tabular-nums; }
.price-toggle__btn { min-height: 2.75rem; font-size: .95rem; }
.price-table tbody td { font-size: 1rem; padding: .9rem 1rem; }
.price-table .price-table__note { font-size: .9rem; }

/* Voice and music controls keep their JS states and original audio sources. */
.voice-grid { gap: 1.5rem; }
.voice-card { padding: 1.5rem; box-shadow: none; }
.voice-card:hover { transform: none; box-shadow: none; }
.voice-card.is-playing { box-shadow: 0 0 0 1px var(--primary); }
.voice-card__name { font-size: 1.3rem; }
.voice-card__desc { font-size: .98rem; line-height: 1.6; }
.voice-card__gender { font-size: .85rem; }
.voice-filter__chip, .mx-tab { min-height: 2.75rem; font-size: .95rem; }
.voice-filter__label { font-size: .78rem; }
.voice-card__more { min-height: 2.75rem; border-style: solid; font-size: .9rem; }
.voice-card__langs { gap: .35rem .6rem; }
.player--compact--chip .player--compact__play { flex: 0 0 1.75rem; width: 1.75rem; height: 1.75rem; }
.player--compact--chip .player--compact__title { font-size: .85rem; }
.mx-track { border-radius: 0; border-width: 0 0 1px; border-color: var(--border); background: transparent; }
.mx-track.is-active { box-shadow: none; background: #fff; }
.mx-row { min-height: 4rem; padding: .7rem .75rem; gap: .75rem; }
.mx-row__play { width: 2.5rem; height: 2.5rem; }
.mx-row__name { font-size: 1rem; }
.mx-card { padding: .3rem 1rem 1.25rem; }
.mx-card__desc, .mx-lead { font-size: 1rem; line-height: 1.7; }
.mx-tabs { gap: .5rem; }
.mx-head__count { font-size: .9rem; }

/* Forms stay in the existing production flow. */
.form__label { font-size: 1rem; font-weight: 600; margin-bottom: .5rem; }
.form__input, .form__select, .form__textarea { min-height: 3rem; font-size: 1rem; padding: .75rem .9rem; line-height: 1.5; }
.form__group { margin-bottom: 1.5rem; min-width: 0; }
.form__hint, .form__note { font-size: .9rem; line-height: 1.6; }
.mini-konf__chip, .segment__btn, .file-upload__btn { min-height: 2.75rem; font-size: .95rem; }
.briefing__step { border-radius: var(--radius); }
.briefing__nav { gap: .75rem; }
.briefing__nav .btn { min-height: 3rem; }
.briefing__beratung-kopf p { font-size: 1rem; line-height: 1.65; }
.pricecalc__btn, .pricecalc__input { height: 3rem; }
.pricecalc__btn { width: 3rem; }
.texthelper { padding: 1.75rem; box-shadow: none; }
.texthelper__wege .btn { min-width: 0; }
.textweiche { gap: .75rem 1.5rem; padding: 1.25rem 0; background: transparent; border-block: 1px solid var(--border); border-radius: 0; }
.toc__list a { display: inline-flex; align-items: center; min-height: 2.75rem; font-size: .95rem; }

/* FAQ columns follow their own content without artificial nested frames. */
.faq { column-gap: 2.5rem; border-top: 0; }
.faq__item { min-width: 0; padding: 0; border-top: 1px solid var(--border); border-bottom: 0; }
.faq__item:nth-child(odd) { border-right: 0; }
.faq__item:nth-child(even) { padding-right: 0; }
.faq__q, .faq__question { padding: 1.25rem 0; font-size: 1.05rem; line-height: 1.5; text-align: left; }
.faq__a p, .faq__answer p { font-size: 1rem; line-height: 1.75; }
.faq__item.is-open .faq__a, .faq__item.is-open .faq__answer { max-height: none; }
.contact-bar { padding-block: 3rem; }
.contact-bar__btns { gap: .75rem; }
.footer { padding-block: 3rem 1.75rem; font-size: .9rem; }
.footer a, .footer__nav-col a { color: #dce2e9; font-size: .95rem; }
.footer__nav-title { color: #bfc9d4; font-size: .8rem; }
.footer__nav-col { gap: .5rem; }
.footer__nav-col a { width: fit-content; line-height: 1.6; padding-block: .2rem; }
.footer__seo-text { color: #bfc9d4; font-size: .85rem; }
.footer__disclaimer { color: #bfc9d4; font-size: .8rem; }
.footer__slogan { color: #dce2e9; }
.footer__reseller, .footer-member.footer-member { color: #dce2e9 !important; font-size: .85rem; }
.hero__content .hero__trust { max-width: none; }
@media (max-width: 600px) {
  .price-table, .price-table tbody, .price-table tr { display: block; width: 100%; }
  .price-table tbody td { display: block; width: 100%; text-align: left; white-space: normal; overflow-wrap: anywhere; }
  .price-table tbody td::before { display: block; margin: 0 0 .3rem; font-size: .8rem; color: var(--muted); }
  .price-table tbody td:last-child { text-align: right; }
  .price-table__section td:last-child { text-align: left; }
  .price-table__section td::before { display: none; }
}

@media (max-width: 1050px) and (min-width: 951px) {
  .nav .wrap { padding-inline: 1.25rem; }
  .nav__brand { gap: .4rem; }
  .nav__wordmark { font-size: 1.05rem; }
  .nav__link { padding-inline: .45rem; font-size: .82rem; }
  .nav__link--cart { margin-left: .2rem; padding-left: 1rem; }
}
@media (max-width: 950px) {
  .nav__links { max-height: calc(100dvh - 3.5rem); overflow-y: auto; padding-block: .5rem; }
  .nav__link, .nav__link--cart, .nav__link--login,
  .nav__link--cart + .nav__link--login { min-height: 3rem; display: flex; align-items: center; margin: 0; padding: .75rem var(--ta-gutter); font-size: 1rem; }
  .nav__link::after { left: var(--ta-gutter); right: var(--ta-gutter); }
  .hero { min-height: 29rem; }
  .hero__content { max-width: 35rem; }
  .border-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .poffer__head, .poffer--choice .poffer__head { min-height: 0; }
  .poffer__intro { min-height: 0; }
}
@media (max-width: 768px) {
  .hero { min-height: 0; background-position: 62% center; }
  .hero::before { background: linear-gradient(90deg, rgba(39,48,64,.95), rgba(39,48,64,.85)); }
  .hero .wrap { padding-block: 2.75rem; }
  .hero__content { max-width: 36rem; }
  .hero__content h1 { font-size: clamp(1.9rem, 4.8vw, 2.5rem); }
  .hero__content p { font-size: 1.05rem; }
  .hero__actions .btn { flex: 1 1 12rem; }
  .hero__trust { margin-top: 1.25rem !important; }
  .demo-bar__players { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .25rem .75rem; }
  .demo-bar__players .player--compact { padding: .65rem 0; border-radius: 0; }
  .demo-bar__players .player--compact__play { flex-basis: 2.25rem; width: 2.25rem; height: 2.25rem; }
  .demo-bar__players .player--compact__title { font-size: .88rem; }
  .demo-bar__players .player--compact__meta { font-size: .8rem; }
  .stats-bar__inner { gap: 1.25rem 1rem; padding-block: 1.5rem; }
  .stats-bar__item { text-align: left; }
  .wgw__options { gap: 1rem; }
  .wgw__option { padding: 1.25rem; }
  .wgw__option-icon { font-size: 1.25rem; }
  .wgw__option-foot { flex-direction: row; align-items: center; }
  .wgw__option-go { white-space: normal; }
  .wgw__unsure { padding-inline: 0; border: 0; border-top: 1px solid var(--border); border-radius: 0; }
  .border-grid { gap: 1.75rem; }
  .border-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .poffer__card { padding: 1.5rem; }
  .poffer__big { font-size: 3.75rem; }
  .voice-card { padding: 1.25rem; }
  .voice-card__langs .player--compact { padding-inline: 0; }
  .price-calc__result { padding: 1.25rem; }
  .warum-grid > div:first-child img { max-height: 23rem; object-fit: cover; object-position: center 35%; }
  .contact-bar__btns { align-items: stretch; }
  .contact-bar__btns .btn { max-width: none; }
  .footer__nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 1.5rem; }
  .footer__nav-col a { min-height: 2.5rem; display: flex; align-items: center; }
  .footer__bottom { align-items: flex-start; }
}
@media (max-width: 540px) {
  .border-grid--2, .border-grid--3, .border-grid--4 { grid-template-columns: minmax(0, 1fr); }
  .demo-bar__players { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .demo-bar__players .player--compact { border-bottom: 1px solid var(--border); }
  .demo-bar__players .player--compact:last-child { border-bottom: 0; }
  .demo-bar__players .player--compact__info { display: flex; flex-wrap: wrap; align-items: baseline; gap: .15rem .6rem; }
  .demo-bar__players .player--compact__title { font-size: 1rem; }
  .demo-bar__players .player--compact__meta { font-size: .88rem; }
  .wgw__option-foot { flex-direction: column; align-items: stretch; }
  .wgw__option-go { width: 100%; }
  .wgw__option { gap: .75rem; }
  .wgw__option-title { font-size: 1.2rem; }
  .poffer__card { padding: 1.4rem; }
  .ledger__row { min-height: 0; padding-block: 1rem; }
  .texthelper { padding: 1.25rem; }
  .form__row { gap: 1.25rem; }
  .mx-row { padding-inline: 0; gap: .55rem; }
  .mx-row__name { white-space: normal; line-height: 1.35; }
  .mx-row__nr { width: 1.1rem; }
  .mx-card { padding-inline: 0; }
  .mx-card__actions { width: 100%; }
  .mx-card__actions .btn { flex: 1 1 auto; }
  .rweiche { padding: 1.25rem; }
  .footer__nav { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
  .footer__nav-col { padding-bottom: 1.25rem; border-bottom: 1px solid rgba(255,255,255,.15); }
  .footer__nav-col:last-child { padding-bottom: 0; border: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero *, .btn, .nav__link, .voice-card, .player--compact,
  .voice-card__avatar::after, .voice-wave span, .faq__a, .faq__answer { animation: none !important; transition: none !important; }
}
