/* =========================================================
   Physiotherapie Heck — Design System
   Primary Blue:   #00529E  (Markenfarbe aus Logo)
   Deep Blue:      #003B75
   Accent Orange:  #EF7F01  (Markenfarbe aus Logo)
   Background:     #F6F9FC
   Ink:            #16232F
   Muted:          #5C6B78
   Typo: Outfit (Headings) / Inter (Body)
   ========================================================= */

:root{
  --blue: #00529E;
  --blue-deep: #013764;
  --blue-tint: #EAF3FC;
  --orange: #EF7F01;
  --orange-deep: #AD5C01;
  --bg: #F6F9FC;
  --surface: #FFFFFF;
  --ink: #16232F;
  --muted: #5C6B78;
  --line: #E3EAF1;
  --radius: 18px;
  --shadow: 0 10px 30px -12px rgba(1,55,100,.18);
}

html{ scroll-behavior:smooth; }

body{
  font-family:'Inter',system-ui,-apple-system,sans-serif;
  color:var(--ink);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
  padding-top:98px;
}

h1,h2,h3,h4,.font-display{
  font-family:'Outfit',system-ui,-apple-system,sans-serif;
  font-weight:700;
  letter-spacing:-0.01em;
  color:var(--blue-deep);
}

a{ color:var(--blue); text-decoration:none; }
a:hover{ color:var(--orange-deep); }

.text-orange{ color:var(--orange) !important; }
.text-blue{ color:var(--blue) !important; }
.bg-blue-tint{ background:var(--blue-tint); }

/* ---------- Signature: Schwung/Arc-Motiv aus dem Logo ---------- */
.arc-decor{
  position:absolute;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.35);
  pointer-events:none;
}
.swoosh-underline{
  display:inline-block;
  position:relative;
}
.swoosh-underline svg{
  display:block;
  width:100%;
  height:10px;
  margin-top:2px;
}

.section-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  font-family:'Outfit',sans-serif;
  font-weight:600;
  font-size:.8rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--orange-deep);
  margin-bottom:.6rem;
}
.section-eyebrow::before{
  content:"";
  width:22px;
  height:3px;
  border-radius:3px;
  background:var(--orange);
  display:inline-block;
}

/* ---------- Navbar ---------- */
.navbar-physio{
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
  padding-top:.55rem;
  padding-bottom:.55rem;
  transition:box-shadow .25s ease;
}
.navbar-physio.scrolled{ box-shadow:0 8px 24px -16px rgba(1,55,100,.35); }
.navbar-physio .navbar-brand img{ height:74px; width:auto; }
.navbar-physio .nav-link{
  font-family:'Outfit',sans-serif;
  font-weight:600;
  color:var(--blue-deep);
  padding:.55rem .9rem !important;
  border-radius:10px;
  font-size:.95rem;
}
.navbar-physio .nav-link:hover{ color:var(--orange-deep); background:var(--blue-tint); }
.navbar-physio .nav-link.active{ color:var(--blue); background:var(--blue-tint); }
.btn-call{
  background:var(--orange);
  color:var(--ink) !important;
  font-family:'Outfit',sans-serif;
  font-weight:700;
  border-radius:999px;
  padding:.6rem 1.3rem;
  white-space:nowrap;
  box-shadow:0 8px 18px -8px rgba(239,127,1,.55);
  border:none;
}
.btn-call:hover{ background:var(--orange-deep); color:#fff !important; }
.btn-primary-blue{
  background:var(--blue);
  border-color:var(--blue);
  color:#fff;
  font-family:'Outfit',sans-serif;
  font-weight:600;
  border-radius:999px;
  padding:.7rem 1.6rem;
}
.btn-primary-blue:hover{ background:var(--blue-deep); border-color:var(--blue-deep); color:#fff; }
.btn-outline-blue{
  border:2px solid var(--blue);
  color:var(--blue);
  font-family:'Outfit',sans-serif;
  font-weight:600;
  border-radius:999px;
  padding:.65rem 1.6rem;
}
.btn-outline-blue:hover{ background:var(--blue); color:#fff; }

/* ---------- Hero ---------- */
.hero{
  position:relative;
  background:linear-gradient(155deg,var(--blue) 0%,var(--blue-deep) 100%);
  overflow:hidden;
  color:#fff;
  padding:5.5rem 0 7rem;
}
.hero .arc-decor.a1{ width:420px; height:420px; top:-160px; right:-120px; }
.hero .arc-decor.a2{ width:260px; height:260px; bottom:-120px; right:80px; }
.hero .arc-decor.a3{ width:140px; height:140px; top:40%; right:-40px; border-color:rgba(239,127,1,.45); }
.hero h1{
  color:#fff;
  font-size:clamp(2.1rem,4vw,3.1rem);
  line-height:1.12;
}
.hero p.lead{ color:rgba(255,255,255,.86); font-size:1.15rem; }
.hero-photo-wrap{
  position:relative;
  width:min(340px,80%);
  margin:0 auto;
}
.hero-photo-wrap img{
  position:relative;
  z-index:2;
  width:100%;
  height:auto;
  border-radius:50% / 18%;
  border-radius: 16px 160px 16px 160px;
  box-shadow:var(--shadow);
  border:6px solid rgba(255,255,255,.18);
}
.hero-badge{
  position:absolute;
  z-index:3;
  bottom:-18px;
  left:-18px;
  background:#fff;
  color:var(--blue-deep);
  font-family:'Outfit',sans-serif;
  font-weight:700;
  border-radius:14px;
  padding:.7rem 1rem;
  box-shadow:var(--shadow);
  font-size:.85rem;
  display:flex;
  align-items:center;
  gap:.55rem;
}
.hero-badge .dot{ width:10px;height:10px;border-radius:50%; background:var(--orange); }

.wave-divider{ display:block; width:100%; line-height:0; }
.wave-divider svg{ display:block; width:100%; height:60px; }

/* ---------- Quick info cards ---------- */
.quick-card{
  background:var(--surface);
  border-radius:var(--radius);
  padding:1.6rem 1.5rem;
  box-shadow:var(--shadow);
  height:100%;
  border:1px solid var(--line);
  transition:transform .2s ease, box-shadow .2s ease;
}
.quick-card:hover{ transform:translateY(-4px); box-shadow:0 18px 34px -14px rgba(1,55,100,.28); }
.quick-icon{
  width:52px; height:52px;
  border-radius:14px;
  background:var(--blue-tint);
  color:var(--blue);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:1rem;
}
.quick-icon svg{ width:26px; height:26px; }

/* ---------- Page header (Unterseiten) ---------- */
.page-hero{
  position:relative;
  background:linear-gradient(135deg,var(--blue) 0%,var(--blue-deep) 100%);
  color:#fff;
  padding:3.4rem 0 4.4rem;
  overflow:hidden;
}
.page-hero .arc-decor.p1{ width:220px; height:220px; top:-90px; right:6%; }
.page-hero .arc-decor.p2{ width:120px; height:120px; bottom:-50px; left:8%; border-color:rgba(239,127,1,.4); }
.page-hero h1{ color:#fff; font-size:clamp(1.8rem,3.4vw,2.5rem); }
.page-hero .crumb{ color:rgba(255,255,255,.75); font-size:.9rem; font-family:'Outfit',sans-serif; font-weight:500;}
.page-hero .crumb a{ color:rgba(255,255,255,.9); }

/* ---------- Content cards ---------- */
.content-card{
  background:var(--surface);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  border:1px solid var(--line);
  padding:2.4rem;
}
@media (max-width:576px){ .content-card{ padding:1.5rem; } }

.offer-chip{
  display:flex;
  align-items:center;
  gap:.7rem;
  background:var(--blue-tint);
  border:1px solid var(--line);
  border-radius:14px;
  padding:.85rem 1.1rem;
  font-family:'Outfit',sans-serif;
  font-weight:600;
  color:var(--blue-deep);
  height:100%;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
}
a.offer-chip:hover{
  color:var(--blue-deep);
  background:#fff;
  box-shadow:var(--shadow);
  transform:translateY(-2px);
}
.offer-chip .num{
  width:30px;height:30px;border-radius:50%;
  background:var(--orange);
  color:var(--ink);
  display:flex;align-items:center;justify-content:center;
  font-size:.8rem;
  font-weight:700;
  flex:none;
}

.team-card{
  background:var(--surface);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  border:1px solid var(--line);
  overflow:hidden;
  height:100%;
}
.team-card img{ width:100%; aspect-ratio:4/5; object-fit:cover; object-position:top center; }
.team-card .body{ padding:1.4rem 1.3rem 1.6rem; }
.team-card .role{ color:var(--orange-deep); font-family:'Outfit',sans-serif; font-weight:600; font-size:.85rem; text-transform:uppercase; letter-spacing:.05em;}
.team-card .since{ color:var(--muted); font-size:.82rem; margin-bottom:.6rem; }
.team-card ul{ margin:0; padding-left:1.1rem; font-size:.9rem; color:var(--muted); }
.team-card ul li{ margin-bottom:.2rem; }
.team-card .read-more-link{
  display:inline-block;
  margin-top:.5rem;
  font-family:'Outfit',sans-serif;
  font-weight:600;
  font-size:.82rem;
  color:var(--orange-deep);
  cursor:pointer;
}
.team-card .read-more-link:hover{ color:var(--blue); }
.team-card .read-more-link .less-label{ display:none; }
.team-card .read-more-link.collapsed .more-label{ display:inline; }
.team-card .read-more-link.collapsed .less-label{ display:none; }
.team-card .read-more-link:not(.collapsed) .more-label{ display:none; }
.team-card .read-more-link:not(.collapsed) .less-label{ display:inline; }

table.price-table{ width:100%; border-collapse:separate; border-spacing:0; }
table.price-table th{
  font-family:'Outfit',sans-serif;
  color:var(--blue-deep);
  text-transform:uppercase;
  font-size:.78rem;
  letter-spacing:.06em;
  padding:.8rem 1rem;
  border-bottom:2px solid var(--line);
}
table.price-table td{ padding:.85rem 1rem; border-bottom:1px solid var(--line); }
table.price-table tr:hover td{ background:var(--blue-tint); }
table.price-table td.price{ font-family:'Outfit',sans-serif; font-weight:700; color:var(--orange-deep); white-space:nowrap; }

.hours-table td, .hours-table th{ padding:.75rem 1rem; }
.hours-table tr:nth-child(odd) td{ background:var(--blue-tint); }
.hours-table td:first-child{ font-family:'Outfit',sans-serif; font-weight:600; color:var(--blue-deep); }

.info-strip{
  background:var(--blue-tint);
  border:1px solid var(--line);
  border-radius:16px;
  padding:1.4rem 1.6rem;
}

/* ---------- Footer ---------- */
.footer-physio{
  background:var(--blue-deep);
  color:rgba(255,255,255,.82);
  padding:3.2rem 0 1.6rem;
  margin-top:5rem;
}
.footer-physio h5{ color:#fff; font-family:'Outfit',sans-serif; font-weight:700; font-size:1rem; margin-bottom:1rem;}
.footer-physio a{ color:rgba(255,255,255,.75); }
.footer-physio a:hover{ color:#FFD9A8; }
.footer-physio .flogo-wrap{
  display:inline-block;
  background:#fff;
  border-radius:14px;
  padding:.6rem .9rem;
  margin-bottom:1rem;
  line-height:0;
}
.footer-physio .flogo{ height:46px; width:auto; display:block; }
.footer-physio hr{ border-color:rgba(255,255,255,.15); }
.footer-bottom{ font-size:.85rem; color:rgba(255,255,255,.55); }

.back-to-top{
  position:fixed; right:1.4rem; bottom:1.4rem;
  width:46px; height:46px; border-radius:50%;
  background:var(--orange); color:var(--ink);
  font-weight:700;
  display:flex;align-items:center;justify-content:center;
  box-shadow:var(--shadow);
  opacity:0; visibility:hidden; transform:translateY(10px);
  transition:all .25s ease;
  z-index:1000;
}
.back-to-top.show{ opacity:1; visibility:visible; transform:translateY(0); }

.breadcrumb-item+.breadcrumb-item::before{ color:rgba(255,255,255,.5); }

/* ---------- Skip Link (Barrierefreiheit) ---------- */
.skip-link{
  position:absolute;
  left:-9999px;
  top:auto;
  background:var(--blue-deep);
  color:#fff;
  padding:.9rem 1.3rem;
  border-radius:0 0 10px 0;
  font-family:'Outfit',sans-serif;
  font-weight:600;
  z-index:2000;
}
.skip-link:focus{
  left:0;
  top:0;
}

/* ---------- Maps Klick-Platzhalter (Datenschutz) ---------- */
.maps-placeholder{
  width:100%; height:100%;
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, var(--blue-tint) 0%, #fff 100%);
  text-align:center;
  padding:1.5rem;
}
.maps-placeholder-inner{ display:flex; flex-direction:column; align-items:center; }
.maps-icon{ font-size:2.2rem; margin-bottom:.5rem; }
.maps-placeholder iframe{ width:100%; height:100%; min-height:360px; border:0; display:block; }

/* ---------- Cookie-/Datenschutz-Hinweis-Banner ---------- */
.consent-banner{
  position:fixed;
  left:0; right:0; bottom:0;
  z-index:2000;
  background:var(--blue-deep);
  color:rgba(255,255,255,.92);
  padding:1rem 1.2rem;
  box-shadow:0 -8px 30px -10px rgba(0,0,0,.4);
  transform:translateY(110%);
  transition:transform .35s ease;
}
.consent-banner.show{ transform:translateY(0); }
.consent-banner .inner{
  max-width:1100px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
}
.consent-banner p{ margin:0; font-size:.88rem; max-width:640px; }
.consent-banner a{ color:#FFD9A8; text-decoration:underline; }
.consent-banner .actions{ display:flex; gap:.6rem; flex:none; }
.consent-banner .btn-consent-ok{
  background:var(--orange); color:var(--ink); border:none;
  font-family:'Outfit',sans-serif; font-weight:700;
  border-radius:999px; padding:.5rem 1.2rem; font-size:.9rem;
}
.consent-banner .btn-consent-dismiss{
  background:transparent; color:rgba(255,255,255,.8); border:1px solid rgba(255,255,255,.4);
  font-family:'Outfit',sans-serif; font-weight:600;
  border-radius:999px; padding:.5rem 1.1rem; font-size:.9rem;
}
