/* Atemtherapie-Landingpage – ergaenzt styles.css, veraendert sie nicht.
   Alle Farben/Radien/Schatten aus den Variablen der bestehenden Seite. */

.page-atem h1, .page-atem h2, .page-atem h3 { text-wrap: balance; }
.page-atem p, .page-atem li { text-wrap: pretty; }
.nowrap { white-space: nowrap; }

/* Zusatz-Knoepfe */
.btn-wa { background: #fff; color: var(--c-text); border-color: #25D366; }
.btn-wa svg { color: #1DA851; }
.btn-wa:hover { background: #F0FBF4; color: var(--c-text); border-color: #1DA851; }
.btn-gold { background: var(--c-warm); color: var(--c-accent-dark); }
.btn-gold:hover { background: var(--c-warm-light); color: var(--c-accent-dark); }

/* ---------- Hero ---------- */
.atem-hero {
  background: linear-gradient(165deg, var(--c-accent-wash) 0%, #F4F8F7 55%, #fff 100%);
  padding: clamp(1.5rem, 5vw, 3.5rem) 0 clamp(2rem, 5vw, 3.5rem);
  border-bottom: 1px solid var(--c-line);
}
.atem-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.atem-hero-copy {
  border-left: 4px solid var(--c-accent);
  padding-left: clamp(1rem, 2.5vw, 1.75rem);
}
.atem-hero .eyebrow {
  text-transform: none; letter-spacing: .02em; font-size: .95rem; font-weight: 700;
  color: var(--c-accent); margin-bottom: .5rem;
}
.atem-hero h1 {
  color: var(--c-accent);
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.1;
  margin: 0 0 .6rem;
}
.atem-lead {
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  color: var(--c-text-soft);
  line-height: 1.5;
  margin: 0 0 1.2rem;
  max-width: 34em;
}
.atem-cta { display: flex; flex-wrap: wrap; gap: .75rem; margin: 0 0 1.2rem; }
.atem-cta .btn-lg { padding: .9rem 1.35rem; font-size: 1.02rem; }
.atem-facts {
  list-style: none; padding: 0; margin: 0 0 1.4rem;
  display: flex; flex-wrap: wrap; gap: .5rem 1.4rem;
  font-size: .95rem; color: var(--c-text); font-weight: 500;
}
.atem-facts li { display: inline-flex; align-items: center; gap: .45rem; }
.atem-facts li::before {
  content: ''; width: 18px; height: 18px; flex: 0 0 18px; border-radius: 50%;
  background: var(--c-accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round' d='m6 12.5 4 4 8-9'/%3E%3C/svg%3E") center/12px no-repeat;
}

.therapeut { display: flex; align-items: center; gap: 1rem; }
.therapeut img {
  width: 96px; height: 96px; border-radius: 50%; object-fit: cover; flex: 0 0 auto;
  border: 4px solid var(--c-warm); background: #fff;
}
.therapeut div { display: grid; gap: .1rem; line-height: 1.35; }
.therapeut strong { font-size: 1.08rem; color: var(--c-text); }
.therapeut span { font-size: .92rem; color: var(--c-text-soft); }
.pill-gold {
  justify-self: start; margin-top: .35rem;
  background: var(--c-warm); color: var(--c-accent-dark) !important;
  font-weight: 600; font-size: .85rem !important;
  padding: .2rem .8rem; border-radius: var(--r-pill); white-space: nowrap;
}
.therapeut div { min-width: 0; }
.atem-hero-art { display: flex; justify-content: center; }
.lunge-svg { width: 100%; max-width: 380px; aspect-ratio: 148 / 154; height: auto; }

/* ---------- Rezept-Hinweis ---------- */
.atem-rezept { padding: clamp(2rem, 5vw, 3rem) 0 0; }
.rezept-box {
  display: flex; gap: 1.1rem; align-items: flex-start;
  background: var(--c-accent); color: #fff;
  border-radius: var(--r-lg);
  padding: clamp(1.3rem, 3vw, 2rem) clamp(1.2rem, 3vw, 2.2rem);
  box-shadow: var(--shadow-md);
  max-width: 900px; margin: 0 auto;
}
.rezept-i { flex: 0 0 44px; margin-top: .15rem; }
.rezept-box h2 { color: #fff; font-size: clamp(1.35rem, 2.6vw, 1.7rem); margin: 0 0 .5rem; }
.rezept-box p { margin: 0 0 .7rem; color: #C9DEDB; font-size: 1.02rem; line-height: 1.55; }
.rezept-box p strong { color: #fff; }
.rezept-box .rezept-main { color: var(--c-warm); font-weight: 700; font-size: 1.12rem; }
.rezept-box .rezept-erkl { margin: .9rem 0 0; padding-top: .8rem; border-top: 1px solid rgba(255,255,255,.18); font-size: .95rem; }
.rezept-box em { font-style: normal; color: #fff; font-weight: 600; }

/* ---------- Karten, Listen ---------- */
.section-sub { color: var(--c-text-soft); margin: .6rem auto 0; font-size: 1.05rem; text-wrap: balance; max-width: 40em; }
.section-head h2::after {
  content: ''; display: block; width: 72px; height: 3px; border-radius: 2px;
  background: var(--c-warm); margin: .7rem auto 0;
}
.atem-card {
  background: var(--c-card);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: clamp(1.4rem, 3vw, 2rem);
  box-shadow: var(--shadow-sm);
}
.atem-card h3 { color: var(--c-accent); margin-bottom: .9rem; }
.atem-card .eyebrow { margin-bottom: .4rem; font-size: .78rem; }
.dot-list, .check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .7rem; }
.dot-list li, .check-list li { position: relative; padding-left: 1.7rem; line-height: 1.45; color: var(--c-text); }
.dot-list li::before {
  content: ''; position: absolute; left: .2rem; top: .5em;
  width: 10px; height: 10px; border-radius: 50%; background: var(--c-accent-light);
}
.check-list li::before {
  content: ''; position: absolute; left: 0; top: .15em;
  width: 20px; height: 20px; border-radius: 5px; border: 2px solid var(--c-accent);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23005550' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round' d='m6 12.5 4 4 8-9'/%3E%3C/svg%3E") center/14px no-repeat;
}
.check-list li { padding-left: 2rem; }

.atem-fuer-mich { background: #F4F8F7; }
.fuer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 3vw, 2rem); }
.chips { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .55rem; }
.chips li {
  border: 1.5px solid var(--c-accent-light); color: var(--c-accent);
  background: #fff; border-radius: var(--r-pill);
  padding: .35rem .95rem; font-weight: 600; font-size: .97rem; line-height: 1.35;
}
.chips-note { margin: 1rem 0 0; color: var(--c-text-soft); font-size: .95rem; }

/* ---------- Angebot ---------- */
.angebot-grid {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(.9rem, 2vw, 1.4rem);
}
.angebot-item {
  background: var(--c-card); border: 1px solid var(--c-line); border-radius: var(--r-lg);
  padding: 1.4rem 1.3rem; box-shadow: var(--shadow-sm);
  font-weight: 600; font-size: 1.08rem; color: var(--c-text); line-height: 1.35;
  display: flex; flex-direction: column; gap: .8rem;
}
.angebot-item::before {
  content: ''; width: 36px; height: 36px; border-radius: 50%;
  background: var(--c-accent-wash) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23005550' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='m6 12.5 4 4 8-9'/%3E%3C/svg%3E") center/20px no-repeat;
}
.angebot-note {
  text-align: center; margin: 1.6rem 0 0; font-weight: 600; color: var(--c-accent);
}

/* ---------- Ablauf ---------- */
.atem-ablauf { background: #F4F8F7; border-top: 1px solid var(--c-line); }
.steps {
  list-style: none; padding: 0; margin: 0 auto; max-width: 900px;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem;
  counter-reset: none;
}
.steps li {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: .7rem;
  font-weight: 500; line-height: 1.35; color: var(--c-text); position: relative;
}
.step-nr {
  width: 48px; height: 48px; border-radius: 50%; flex: 0 0 auto;
  background: var(--c-accent); color: #fff; font-weight: 700; font-size: 1.15rem;
  display: grid; place-items: center; position: relative; z-index: 1;
  box-shadow: 0 0 0 5px #F4F8F7;
}
.steps li + li::before {
  content: ''; position: absolute; top: 24px; right: 50%; width: 100%; height: 2px;
  background: var(--c-warm); z-index: 0;
}
.hinweis-bar {
  display: flex; align-items: center; gap: 1rem;
  background: var(--c-accent); border-radius: var(--r-md);
  padding: 1rem 1.3rem; margin: clamp(2rem, 4vw, 2.8rem) auto;
  max-width: 900px;
}
.hinweis-bar svg { flex: 0 0 36px; }
.hinweis-bar p { margin: 0; color: #C9DEDB; line-height: 1.5; font-size: 1rem; }
.hinweis-bar strong { color: #fff; display: block; }
.zwei-spalten { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 3vw, 2rem); }

/* ---------- Aerzte ---------- */
.atem-arzt { padding: clamp(2.5rem, 6vw, 4rem) 0; }
.arzt-box {
  max-width: 900px; margin: 0 auto;
  border: 1.5px solid var(--c-line); border-left: 5px solid var(--c-warm);
  border-radius: var(--r-md); padding: clamp(1.3rem, 3vw, 1.8rem) clamp(1.2rem, 3vw, 2rem);
  background: #fff;
}
.arzt-box h2 { font-size: clamp(1.25rem, 2.4vw, 1.5rem); color: var(--c-accent); margin-bottom: .9rem; }
.arzt-box dl { margin: 0; display: grid; gap: .6rem; }
.arzt-box dl div { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; align-items: baseline; }
.arzt-box dt { color: var(--c-muted); font-weight: 600; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; }
.arzt-box dd { margin: 0; font-weight: 500; }

/* ---------- Kontakt ---------- */
.atem-kontakt { background: var(--c-accent); color: #fff; padding-bottom: clamp(2rem, 5vw, 3rem); }
.atem-kontakt .eyebrow { color: var(--c-warm); }
.atem-kontakt h2 { color: #fff; }
.kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
.therapeut-dark { margin: 1rem 0 1.5rem; }
.therapeut-dark strong { color: #fff; }
.therapeut-dark span { color: #C9DEDB; }
.kontakt-list {
  list-style: none; padding: clamp(1.2rem, 3vw, 1.8rem); margin: 0;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--r-lg); display: grid; gap: .2rem;
}
.kontakt-list li {
  display: grid; grid-template-columns: 120px 1fr; gap: 1rem; align-items: center;
  padding: .55rem 0; border-bottom: 1px solid rgba(255,255,255,.12);
}
.kontakt-list li:last-child { border-bottom: 0; }
.k-label { color: #9FC3C0; font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.kontakt-list a, .kontakt-list span:not(.k-label) {
  color: #fff; font-weight: 600; text-decoration: none; font-size: 1.05rem;
  min-height: 44px; display: inline-flex; align-items: center; overflow-wrap: anywhere;
}
.kontakt-list a { text-decoration: underline; text-decoration-color: rgba(241,177,64,.6); text-underline-offset: 4px; }
.kontakt-list a:hover { color: var(--c-warm); }
.mehr-link { margin: 2rem 0 0; }
.mehr-link a { color: #C9DEDB; font-weight: 600; text-decoration: none; display: inline-flex; min-height: 44px; align-items: center; }
.mehr-link a:hover { color: #fff; }
.page-atem .site-footer { border-top: 1px solid rgba(255,255,255,.1); }

/* ---------- Mobile Handlungsleiste ---------- */
.action-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  display: grid; grid-template-columns: 1fr 1fr; gap: .6rem;
  padding: .6rem max(.75rem, env(safe-area-inset-right)) calc(.6rem + env(safe-area-inset-bottom)) max(.75rem, env(safe-area-inset-left));
  background: rgba(255,255,255,.96); backdrop-filter: blur(8px);
  border-top: 1px solid var(--c-line); box-shadow: 0 -6px 20px rgba(20,30,50,.08);
}
.action-bar[hidden] { display: none; }
.action-bar .btn { min-height: 50px; font-size: 1rem; padding: .7rem .8rem; }
body.bar-on .site-footer { padding-bottom: 6rem; }
@media (min-width: 881px) { .action-bar { display: none !important; } body.bar-on .site-footer { padding-bottom: 2rem; } }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .angebot-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
  .atem-hero-grid { grid-template-columns: 1fr; }
  .atem-hero-art { display: none; }
  .fuer-grid, .zwei-spalten, .kontakt-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 0; max-width: 520px; }
  .steps li { flex-direction: row; text-align: left; gap: 1rem; padding: .45rem 0; }
  .steps li + li::before { top: -50%; left: 23px; right: auto; width: 2px; height: 100%; }
}
@media (max-width: 560px) {
  section { padding: 2.6rem 0; }
  .atem-hero { padding: 1.3rem 0 2rem; }
  .atem-hero h1 { font-size: 2rem; }
  .atem-hero .eyebrow { font-size: .84rem; letter-spacing: 0; }
  .atem-cta { flex-direction: column; }
  .atem-cta .btn { width: 100%; }
  .atem-facts { flex-direction: column; gap: .45rem; font-size: .93rem; }
  .therapeut img { width: 80px; height: 80px; }
  .pill-gold { font-size: .78rem !important; padding: .15rem .65rem; }
  .angebot-grid { grid-template-columns: 1fr; }
  .angebot-item { flex-direction: row; align-items: center; padding: 1rem 1.1rem; font-size: 1.02rem; }
  .angebot-item::before { flex: 0 0 36px; }
  .rezept-box { flex-direction: column; gap: .6rem; }
  .arzt-box dl div, .kontakt-list li { grid-template-columns: 1fr; gap: .1rem; }
  .kontakt-list li { padding: .6rem 0; }
  .kontakt-list a, .kontakt-list span:not(.k-label) { min-height: 44px; }
}
/* Fusszeilen-Links tippbar (nur auf dieser Seite, styles.css bleibt unberuehrt) */
.page-atem .footer-nav a { min-height: 44px; display: inline-flex; align-items: center; }
/* Querformat Handy: Knoepfe nebeneinander, Hero kompakt */
@media (max-height: 500px) and (orientation: landscape) {
  .atem-hero { padding: 1rem 0 1.5rem; }
  .atem-hero h1 { font-size: 1.9rem; margin-bottom: .3rem; }
  .atem-lead { margin-bottom: .8rem; }
  .atem-cta { flex-direction: row; }
  .atem-cta .btn { width: auto; }
}

/* Aktiver Menüpunkt (15.09.2026) */
.header-nav a[aria-current="page"] { color: var(--c-accent-dark); font-weight: 600; }
