/*
Theme Name: Arztpraxis Ay
Theme URI: https://limea-web.de/
Author: Limea Web
Author URI: https://limea-web.de/
Description: One-Page Theme für Arztpraxis Ay – Dr. Taner Ay, Facharzt für Allgemeinmedizin, Rüsselsheim am Main.
Version: 1.0.0
License: All Rights Reserved
Text Domain: arztpraxis-ay
*/

:root {
  --plum:    #2d0a1d;
  --plum-2:  #45122f;
  --wine:    #6d1f47;
  --gold:    #b8946a;
  --gold-dk: #9d7b52;
  --gold-lt: #d4b48e;
  --bg:      #fbf9fa;
  --surface: #ffffff;
  --line:    #ece6ea;
  --text:    #2a2230;
  --muted:   #6f6776;
  --radius:  16px;
  --shadow:  0 10px 40px rgba(45, 10, 29, 0.08);
  --shadow-sm: 0 4px 18px rgba(45, 10, 29, 0.06);
  --maxw: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; line-height: 1.15; margin: 0; letter-spacing: .3px; text-wrap: balance; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-inline: clamp(22px, 5vw, 64px); }
.eyebrow {
  text-transform: uppercase; letter-spacing: 3px; font-size: 12px; font-weight: 600;
  color: var(--gold-dk); font-family: 'Inter', sans-serif; margin-bottom: 14px;
}
.section { padding: 92px 0; }
.section h2 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 8px; }
.lead { color: var(--muted); font-size: 18px; max-width: 640px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 26px; border-radius: 999px; font-weight: 600; font-size: 15px;
  cursor: pointer; border: 1.5px solid transparent; transition: all .2s ease; white-space: nowrap;
}
.btn-primary { background: var(--plum); color: #fff; }
.btn-primary:hover { background: var(--wine); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-gold { background: var(--gold); color: var(--plum); }
.btn-gold:hover { background: var(--gold-dk); color: #fff; transform: translateY(-2px); }
.btn-outline { border-color: rgba(255,255,255,.5); color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,.12); }
.btn-outline-dark { border-color: var(--plum); color: var(--plum); }
.btn-outline-dark:hover { background: var(--plum); color: #fff; }

/* Header */
header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251,249,250,.85); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 22px; height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { height: 46px; width: auto; border-radius: 9px; }
.brand .brand-text { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--plum); white-space: nowrap; }
.brand .brand-text b { font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 24px; list-style: none; margin: 0; padding: 0; }
.nav-links a:not(.btn) { font-size: 15px; font-weight: 500; color: var(--text); transition: color .2s; }
.nav-links a:not(.btn):hover { color: var(--wine); }
.nav-links a.active { color: var(--wine); font-weight: 600; }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 24px; height: 2px; background: var(--plum); margin: 5px 0; transition: transform .3s ease, opacity .2s ease; }

/* Hero */
.hero {
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(109,31,71,.55), transparent 60%),
    linear-gradient(160deg, var(--plum) 0%, var(--plum-2) 60%, #1f0715 100%);
  color: #fff; position: relative; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; right: -120px; bottom: -120px;
  width: 460px; height: 460px; border-radius: 50%;
  border: 1px solid rgba(184,148,106,.25);
}
.hero-inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 56px; align-items: center; padding-block: 96px 104px; }
.hero .eyebrow { color: var(--gold); }
.hero h1 { font-size: clamp(40px, 6vw, 68px); margin-bottom: 20px; }
.hero p { color: rgba(255,255,255,.82); font-size: 19px; max-width: 520px; margin: 0 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px; padding: 14px; box-shadow: var(--shadow); backdrop-filter: blur(4px);
}
.hero-card img { border-radius: 14px; width: 100%; }
.hero-badges { display: flex; gap: 26px; margin-top: 34px; flex-wrap: wrap; }
.hero-badges div { font-size: 14px; color: rgba(255,255,255,.78); }
.hero-badges b { display: block; font-family: 'Cormorant Garamond', serif; font-size: 26px; color: #fff; font-weight: 600; }

/* Welcome */
.welcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.welcome-grid p { color: var(--muted); margin: 16px 0 0; }
.signature { margin-top: 24px; font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--plum); }
.signature span { display: block; font-family: 'Inter', sans-serif; font-size: 14px; color: var(--muted); }
.info-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow-sm);
}
.info-card h3 { font-size: 26px; color: var(--plum); margin-bottom: 14px; }
.info-list { list-style: none; padding: 0; margin: 0; }
.info-list li { display: flex; gap: 12px; padding: 11px 0; border-bottom: 1px dashed var(--line); align-items: flex-start; }
.info-list li:last-child { border-bottom: 0; }
.info-list .ic { color: var(--gold-dk); flex: 0 0 auto; margin-top: 2px; }

/* Services */
#leistungen { background: linear-gradient(180deg, #fff 0%, var(--bg) 100%); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .ic-circle {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--plum), var(--wine)); color: var(--gold); margin-bottom: 18px;
}
.card h3 { font-size: 23px; color: var(--plum); margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 15px; margin: 0; }

/* Infusionen-Teaser */
.iv-feature {
  background:
    radial-gradient(900px 360px at 88% -20%, rgba(109,31,71,.5), transparent 60%),
    linear-gradient(160deg, var(--plum) 0%, var(--plum-2) 100%);
  border-radius: 24px; padding: clamp(30px, 4.5vw, 54px);
  color: #fff; box-shadow: var(--shadow); overflow: hidden;
}
.iv-feature .eyebrow { color: var(--gold); margin-bottom: 12px; }
.iv-feature h2 { color: #fff; font-size: clamp(28px, 4vw, 40px); margin-bottom: 12px; }
.iv-feature .lead { color: rgba(255,255,255,.78); max-width: 600px; margin: 0 0 34px; }
.iv-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(232px, 1fr)); gap: 16px; margin-bottom: 32px; }
.iv-mini {
  display: flex; flex-direction: column; gap: 10px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px; padding: 22px 22px;
  transition: background .2s, transform .2s, border-color .2s;
}
.iv-mini:hover { background: rgba(255,255,255,.1); transform: translateY(-4px); border-color: rgba(184,148,106,.55); }
.ivm-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.ivm-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: #fff; line-height: 1.15; }
.ivm-price { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--gold); white-space: nowrap; }
.ivm-desc { font-size: 14px; color: rgba(255,255,255,.74); line-height: 1.6; margin: 0; flex: 1; }
.ivm-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 2px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.1); }
.ivm-dur { font-size: 12px; color: rgba(255,255,255,.5); }
.ivm-arrow { font-size: 13px; font-weight: 600; color: var(--gold); white-space: nowrap; }
.iv-mini:hover .ivm-arrow { color: #fff; }
.iv-feature-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

/* Hours */
#sprechzeiten { background: linear-gradient(160deg, var(--plum) 0%, var(--plum-2) 100%); color: #fff; }
#sprechzeiten .eyebrow { color: var(--gold); }
#sprechzeiten h2 { color: #fff; }
.hours-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; margin-top: 48px; align-items: start; }
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table tr { border-bottom: 1px solid rgba(255,255,255,.14); }
.hours-table td { padding: 16px 4px; font-size: 16px; }
.hours-table td:first-child { font-weight: 600; }
.hours-table td:last-child { text-align: right; color: rgba(255,255,255,.85); }
.hours-table tr.closed td:last-child { color: var(--gold); }
.hours-note {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius); padding: 34px;
}
.hours-note h3 { color: #fff; font-size: 25px; margin-bottom: 16px; }
.hours-note p { color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.7; margin: 0 0 26px; }
.emergency { display: flex; gap: 14px; align-items: flex-start; font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.8); margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.emergency b { color: var(--gold); }
.hours-vacation { color: rgba(255,255,255,.8); font-size: 14px; margin: 20px 0 0; line-height: 1.6; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; margin-top: 48px; align-items: stretch; }
.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); min-height: 380px; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }
.contact-list { display: grid; gap: 16px; }
.contact-item {
  display: flex; gap: 16px; align-items: flex-start; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow-sm);
}
.contact-item .ic-circle { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, var(--plum), var(--wine)); color: var(--gold); display: grid; place-items: center; flex: 0 0 auto; }
.contact-item h4 { margin: 0 0 3px; font-family: 'Inter', sans-serif; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); font-weight: 600; }
.contact-item p, .contact-item a { margin: 0; font-size: 17px; color: var(--text); font-weight: 500; }
.contact-item a:hover { color: var(--wine); }

/* Footer */
footer { background: var(--plum); color: rgba(255,255,255,.7); padding: 64px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.foot-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.foot-brand img { height: 50px; }
.foot-brand .brand-text { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: #fff; }
footer h4 { font-family: 'Inter', sans-serif; font-size: 14px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold); margin: 0 0 16px; }
footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
footer a:hover { color: #fff; }
footer p { margin: 0 0 10px; font-size: 15px; }
.foot-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: rgba(255,255,255,.55); }
.foot-bottom a { color: var(--gold); text-decoration: none; transition: color .2s; }
.foot-bottom a:hover { color: #fff; text-decoration: underline; }
.foot-legal { display: flex; gap: 18px; flex-wrap: wrap; }

/* Rechtstexte (Impressum / Datenschutz) */
.legal { padding: clamp(48px,7vw,80px) 0; }
.legal .container { max-width: 820px; }
.legal-note { background: #fdf5ec; border: 1px solid #e8d4bb; border-radius: var(--radius); padding: 16px 20px; font-size: 14px; color: #7a5a2e; margin: 0 0 32px; line-height: 1.6; }
.legal h2 { font-size: clamp(21px,3vw,28px); color: var(--plum); margin: 40px 0 14px; }
.legal h2:first-of-type { margin-top: 0; }
.legal h3 { font-size: 19px; color: var(--plum); margin: 26px 0 8px; }
.legal p { color: var(--text); margin: 0 0 14px; }
.legal address { font-style: normal; line-height: 1.7; margin: 0 0 14px; color: var(--text); }
.legal ul { margin: 0 0 16px; padding-left: 22px; color: var(--text); }
.legal li { margin-bottom: 7px; }
.legal a { color: var(--wine); text-decoration: underline; }
.legal a:hover { color: var(--plum); }
.legal-updated { color: var(--muted); font-size: 14px; margin-top: 36px; border-top: 1px solid var(--line); padding-top: 18px; }

/* Icons */
svg.icon { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; display: block; }
.info-list .ic { color: var(--gold-dk); display: inline-flex; }
.info-list .ic svg { width: 21px; height: 21px; }
.emergency .ic { color: var(--gold); display: inline-flex; flex: 0 0 auto; }
.foot-ic { width: 16px; height: 16px; stroke: var(--gold); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; vertical-align: -3px; margin-right: 9px; flex: 0 0 auto; }
.nav-cta-mobile { display: none; }

/* Responsive */
@media (max-width: 1040px) {
  .nav-links { display: none; }
  .burger { display: block; }
  .nav-cta .btn { display: none; }
  .mobile-open .nav-links {
    display: flex; flex-direction: column; align-items: stretch;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--surface); padding: 6px 20px 20px; gap: 0;
    border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .mobile-open .nav-links li { width: 100%; }
  .mobile-open .nav-links a:not(.btn) {
    display: block; width: 100%; padding: 16px 4px; font-size: 16px; font-weight: 500;
    color: var(--text); border-bottom: 1px solid var(--line);
  }
  .mobile-open .nav-links a:not(.btn):hover { color: var(--wine); }
  .mobile-open .nav-cta-mobile { display: flex; flex-direction: column; gap: 12px; margin-top: 18px; }
  .mobile-open .nav-cta-mobile .btn { display: flex; justify-content: center; width: 100%; padding: 14px 26px; font-size: 15px; }
  .burger span { transform-origin: center; }
  .mobile-open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mobile-open .burger span:nth-child(2) { opacity: 0; }
  .mobile-open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}
@media (max-width: 920px) {
  .hero-inner, .welcome-grid, .hours-grid, .contact-grid, .foot-grid { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .grid-3 { grid-template-columns: 1fr; }
  .section { padding: 58px 0; }
  .section h2 { font-size: clamp(27px, 7vw, 38px); }
  .hero-inner { padding-block: 56px 64px; gap: 44px; }
  .hero h1 { font-size: clamp(33px, 8.5vw, 46px); margin-bottom: 18px; }
  .hero p { font-size: 17px; line-height: 1.7; margin-bottom: 30px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .hero-actions .btn { justify-content: center; padding: 15px 26px; }
  .hero-badges { flex-direction: column; gap: 18px; margin-top: 34px; }
  .hero-badges b { font-size: 24px; }
  .hero-card { max-width: 300px; margin: 8px auto 0; }
  .welcome-grid, .hours-grid, .contact-grid { gap: 30px; }
  .hours-table td { display: block; padding: 3px 4px; }
  .hours-table td:first-child { padding-top: 14px; font-size: 17px; }
  .hours-table td:last-child { text-align: left; padding-bottom: 14px; color: var(--gold); font-size: 15px; }
  .foot-bottom { flex-direction: column; }
  .map-wrap, .map-wrap iframe { min-height: 300px; }
}
/* ── Infusionen-Seite ──────────────────────────────── */
.page-hero {
  background: linear-gradient(160deg, var(--plum) 0%, var(--plum-2) 55%, #1a0612 100%);
  color: #fff; padding: 88px 0 80px; position: relative; overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(184,148,106,.18) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom left, rgba(0,0,0,.6) 0%, transparent 65%);
  -webkit-mask-image: linear-gradient(to bottom left, rgba(0,0,0,.6) 0%, transparent 65%);
  pointer-events: none;
}
.page-hero-inner { position: relative; z-index: 1; max-width: 680px; }
.page-hero .eyebrow { color: var(--gold); margin-bottom: 12px; }
.page-hero h1 { font-size: clamp(38px, 5.5vw, 64px); margin-bottom: 18px; }
.page-hero p { color: rgba(255,255,255,.78); font-size: 18px; max-width: 520px; margin: 0 0 32px; line-height: 1.7; }
.page-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

.igel-notice { background: #fdf5ec; border-bottom: 1px solid #e8d4bb; padding: 12px 0; }
.igel-notice .container { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: #7a5a2e; }
.igel-notice svg { flex-shrink: 0; margin-top: 1px; }

/* Übersicht / Behandlungsmenü */
.iv-overview { background: linear-gradient(180deg, #fff 0%, var(--bg) 100%); padding: clamp(54px,8vw,84px) 0; }
.iv-overview .eyebrow { color: var(--gold); }
.iv-overview h2 { font-size: clamp(28px,4vw,40px); color: var(--plum); margin-bottom: 8px; }
.iv-overview .lead { color: var(--muted); max-width: 560px; margin: 8px 0 38px; }
.menu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(198px, 1fr)); gap: 18px; }
.menu-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 24px 22px; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 6px;
  transition: transform .2s, box-shadow .2s;
}
.menu-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.menu-card .mc-num { font-family: 'Cormorant Garamond', serif; font-size: 15px; color: var(--gold-dk); font-weight: 600; }
.menu-card .mc-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--plum); font-weight: 600; line-height: 1.2; }
.menu-card .mc-meta { margin-top: auto; padding-top: 14px; display: flex; align-items: baseline; justify-content: space-between; gap: 10px; border-top: 1px dashed var(--line); }
.menu-card .mc-price { font-family: 'Cormorant Garamond', serif; font-size: 27px; color: var(--wine); font-weight: 600; }
.menu-card .mc-dur { font-size: 12.5px; color: var(--muted); }

/* Behandlung (Detail) */
.treatment { padding: clamp(54px,8vw,86px) 0; border-top: 1px solid var(--line); scroll-margin-top: 90px; }
.treatment:first-of-type { border-top: none; }
.treatment--tint { background: var(--surface); }

.treatment-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; flex-wrap: wrap; margin-bottom: 30px; }
.treatment-head .eyebrow { color: var(--gold-dk); margin-bottom: 10px; }
.treatment-head .eyebrow b { color: var(--gold); font-weight: 600; }
.treatment-head h2 { font-size: clamp(28px, 4vw, 42px); color: var(--plum); }

.price-card {
  flex-shrink: 0; text-align: center; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); padding: 16px 32px; min-width: 150px;
}
.treatment--tint .price-card { background: var(--bg); }
.price-card .pc-label { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 2px; color: var(--muted); margin-bottom: 2px; }
.price-card .pc-price { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 600; color: var(--plum); line-height: 1.05; }
.price-card .pc-dur { font-size: 12.5px; color: var(--muted); margin-top: 6px; }

.app-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.app-tag {
  background: rgba(45,10,29,.05); color: var(--wine);
  border: 1px solid rgba(109,31,71,.16);
  padding: 5px 14px; border-radius: 999px; font-size: 13px; font-weight: 500;
}

.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.benefit-item {
  background: var(--surface); border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius); padding: 24px 26px;
  transition: box-shadow .2s, transform .2s;
}
.treatment--tint .benefit-item { background: var(--bg); }
.benefit-item:hover { box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.benefit-item h4 { font-size: 20px; color: var(--plum); margin-bottom: 8px; }
.benefit-item p { color: var(--muted); font-size: 14.5px; margin: 0; line-height: 1.75; }

.infusion-cta {
  background: linear-gradient(160deg, var(--plum) 0%, var(--plum-2) 100%);
  padding: 88px 0; text-align: center; color: #fff;
}
.infusion-cta .eyebrow { color: var(--gold); }
.infusion-cta h2 { color: #fff; font-size: clamp(28px, 4vw, 44px); margin-bottom: 14px; }
.infusion-cta p { color: rgba(255,255,255,.75); font-size: 17px; max-width: 500px; margin: 0 auto 30px; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 720px) {
  .page-hero { padding: 60px 0 56px; }
  .treatment-head { gap: 18px; }
  .price-card { align-self: flex-start; padding: 14px 26px; min-width: 132px; }
  .price-card .pc-price { font-size: 34px; }
  .benefits-grid { grid-template-columns: 1fr; gap: 14px; }
}
/* ────────────────────────────────────────────────── */

@media (max-width: 400px) {
  .container { padding-inline: 20px; }
  .brand .brand-text { font-size: 19px; }
  .brand img { height: 42px; }
  .info-card, .hours-note { padding: 24px 20px; }
  .contact-item { padding: 18px 18px; }
  .card { padding: 26px 22px; }
}
