/* Atelier Nagelneu – Custom Styles */

/* ══════════════════════════════════════════
   ATELIER NAGELNEU — v3
   Palette: Anthrazit #2C2E30 · Weiß #FFFFFF
   Schrift: Kohinoor Devanagari
   ══════════════════════════════════════════ */
:root {
  --dark:      #2C2E30;
  --dark-mid:  #3D4042;
  --dark-soft: #555759;
  --white:     #FFFFFF;
  --gray-bg:   #F5F5F5;
  --gray-line: #E2E2E2;
  --text:      #2C2C2C;
  --text-soft: #666666;
  --text-muted:#999999;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Kohinoor Devanagari', sans-serif;
  font-weight: 300;
  background: var(--white);
  color: var(--text);
  line-height: 1.75;
  font-size: 15px;
}
a { text-decoration: none; color: inherit; }

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--gray-bg); }
::-webkit-scrollbar-thumb { background: var(--dark); }

.icon { display: inline-block; width: 1em; height: 1em; stroke: currentColor; fill: none; vertical-align: middle; flex-shrink: 0; }

/* ── TYPO ── */
.eyebrow {
  font-family: 'Kohinoor Devanagari', sans-serif;
  font-size: 10px; font-weight: 400;
  letter-spacing: .36em; text-transform: uppercase;
  color: var(--dark-soft);
}
.section-title {
  font-family: 'Kohinoor Devanagari', sans-serif;
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 300; letter-spacing: .08em;
  color: var(--dark); line-height: 1.25;
}
.rule { width: 32px; height: 1px; background: var(--dark); margin: 14px 0; opacity: .3; }
.rule-center { margin: 14px auto; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Kohinoor Devanagari', sans-serif;
  font-size: 11px; font-weight: 400; letter-spacing: .22em; text-transform: uppercase;
  padding: 13px 32px; cursor: pointer; transition: all .22s;
}
.btn-dark  { background: var(--dark); color: var(--white); border: 1px solid var(--dark); }
.btn-dark:hover { background: var(--dark-mid); }
.btn-white { background: var(--white); color: var(--dark); border: 1px solid var(--white); }
.btn-white:hover { background: transparent; color: var(--white); }
.btn-outline-white { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,.45); }
.btn-outline-white:hover { background: var(--white); color: var(--dark); }
.btn-outline-dark  { background: transparent; color: var(--dark); border: 1px solid var(--dark); }
.btn-outline-dark:hover  { background: var(--dark); color: var(--white); }

@keyframes fadeUp { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }

/* ══ HEADER ══ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: var(--dark); transition: box-shadow .3s;
}
.site-header.scrolled { box-shadow: 0 4px 32px rgba(0,0,0,.5); }

.main-nav { background: transparent; }
.nav-list { display: flex; justify-content: center; list-style: none; gap: 4px; padding: 0 40px; }
.nav-list li a {
  display: block; padding: 17px 24px;
  font-family: 'Kohinoor Devanagari', sans-serif;
  font-size: 13px; font-weight: 400; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.55); transition: color .2s; position: relative;
}
.nav-list li a::after {
  content: ''; position: absolute; bottom: 11px; left: 24px; right: 24px;
  height: 1px; background: var(--white);
  transform: scaleX(0); transition: transform .25s;
}
.nav-list li a:hover { color: var(--white); }
.nav-list li a:hover::after { transform: scaleX(1); }

.hero-logo-svg {
  width: 400px; height: auto;
  margin: 0 auto 36px;
  display: block;
  opacity: .95;
  max-width: 90vw;
}

/* ══ HERO ══ */
.hero {
  background: var(--dark); min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
/* Video background */
.hero-video {
  position: absolute; left: 0; right: 0;
  top: -15%; height: 130%;
  width: 100%;
  object-fit: cover; object-position: center;
  z-index: 0;
  pointer-events: none;
}
/* Darkening overlay + vignette */
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse at center, rgba(0,0,0,.3) 0%, rgba(0,0,0,.65) 100%),
    linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 40%, rgba(0,0,0,.15) 60%, rgba(0,0,0,.55) 100%);
}
.hero-inner {
  position: relative; z-index: 1; text-align: center;
  padding: 120px 40px 100px; max-width: 720px; margin: 0 auto;
  animation: fadeUp .9s ease both;
  text-shadow: 0 2px 16px rgba(0,0,0,.6);
}
.hero-eyebrow {
  font-family: 'Kohinoor Devanagari', sans-serif;
  font-size: 13px; font-weight: 400; letter-spacing: .35em; text-transform: uppercase;
  color: rgba(255,255,255,1); margin-bottom: 20px;
  display: flex; align-items: center; justify-content: center; gap: 16px;
}
.hero-eyebrow::before, .hero-eyebrow::after {
  content: ''; width: 32px; height: 1px; background: rgba(255,255,255,.2);
}
.hero-title {
  font-family: 'Kohinoor Devanagari', sans-serif;
  font-size: clamp(38px, 7vw, 72px); font-weight: 100; letter-spacing: .22em;
  text-transform: uppercase; color: var(--white); line-height: 1.1; margin-bottom: 24px;
}
.hero-sub {
  font-family: 'Kohinoor Devanagari', sans-serif;
  font-size: 18px; color: rgba(255,255,255,1);
  max-width: 540px; margin: 0 auto 40px; line-height: 1.9;
}
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ══ STRIP ══ */
.strip { background: var(--dark); padding: 22px 40px; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.strip-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px;
}
.strip-item {
  font-family: 'Kohinoor Devanagari', sans-serif;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(255,255,255,.75); display: flex; align-items: center; gap: 9px;
}
.strip-item .icon { width: 15px; height: 15px; opacity: .7; }
.strip-sep { color: rgba(255,255,255,.2); font-size: 16px; }

/* ══ SECTION ══ */
.section { padding: 90px 40px; max-width: 1100px; margin: 0 auto; }
.section-header { margin-bottom: 52px; }
.section-header.center { text-align: center; }
.section-header.center .rule { margin: 14px auto; }

/* ══ ABOUT ══ */
.about-bg { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 360px 1fr; gap: 72px; align-items: start; }
.about-img {
  aspect-ratio: 3/4; background: var(--dark); position: relative;
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px;
}
.about-img::after {
  content: ''; position: absolute; inset: 10px -10px -10px 10px;
  border: 1px solid var(--gray-line); z-index: -1;
}
.about-img-ph { color: rgba(255,255,255,.15); font-size: 12px; letter-spacing: .14em; text-align: center; font-family: 'Kohinoor Devanagari', sans-serif; }
.about-img-ph .icon { width: 48px; height: 48px; display: block; margin: 0 auto 10px; }
.cert-list { margin-top: 28px; }
.cert-item { display: flex; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--gray-line); }
.cert-year {
  font-family: 'Kohinoor Devanagari', sans-serif; font-size: 12px; font-weight: 400;
  letter-spacing: .08em; color: var(--dark-soft); min-width: 40px; padding-top: 2px;
}
.cert-text { font-size: 14px; color: var(--text-soft); line-height: 1.6; }
.cert-text strong { color: var(--text); font-weight: 400; display: block; margin-bottom: 2px; }

/* ══ SERVICES ══ */
.services-bg { background: var(--gray-bg); }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; }
.service-card {
  background: var(--white); padding: 38px 30px;
  border-right: 1px solid var(--gray-line);
  border-bottom: 1px solid var(--gray-line);
  transition: background .22s; cursor: default;
}
.service-card:hover { background: var(--dark); }
.service-card:hover h3,
.service-card:hover p,
.service-card:hover .service-price { color: rgba(255,255,255,.75); }
.service-card:hover .service-icon { color: var(--white); }
.service-card:hover .service-rule { background: rgba(255,255,255,.2); }
.service-icon { width: 36px; height: 36px; color: var(--dark-soft); margin-bottom: 20px; transition: color .22s; }
.service-card h3 {
  font-family: 'Kohinoor Devanagari', sans-serif; font-size: 20px; font-weight: 400;
  letter-spacing: .08em; text-transform: uppercase; color: var(--dark); margin-bottom: 8px; transition: color .22s;
}
.service-rule { width: 20px; height: 1px; background: var(--gray-line); margin-bottom: 12px; transition: background .22s; }
.service-card p { font-size: 13px; color: var(--text-soft); line-height: 1.8; transition: color .22s; }
.service-price { margin-top: 18px; font-size: 12px; letter-spacing: .12em; color: var(--text-muted); transition: color .22s; }

/* ══ HIGHLIGHTS ══ */
.highlights-bg { background: var(--dark); }
.highlights-inner { max-width: 1100px; margin: 0 auto; padding: 80px 40px; }
.highlights-label { text-align: center; font-family: 'Kohinoor Devanagari', sans-serif; font-size: 10px; font-weight: 400; letter-spacing: .36em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 48px; }
.highlights-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.06); }
.highlight-item { background: var(--dark); padding: 44px 28px; text-align: center; transition: background .22s; }
.highlight-item:hover { background: var(--dark-mid); }
.hi-icon { width: 32px; height: 32px; color: rgba(255,255,255,.35); margin: 0 auto 16px; }
.hi-title { font-family: 'Kohinoor Devanagari', sans-serif; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; font-weight: 400; color: rgba(255,255,255,.8); margin-bottom: 10px; }
.hi-text { font-size: 13px; color: rgba(255,255,255,.35); line-height: 1.75; }

/* ══ MOBILE ══ */
.mobile-bg { background: var(--gray-bg); }
.mobile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.mobile-visual {
  background: var(--dark); aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center; position: relative;
}
.mobile-visual .icon { width: 72px; height: 72px; color: rgba(255,255,255,.12); }
.mobile-visual::after { content: ''; position: absolute; inset: 12px -12px -12px 12px; border: 1px solid var(--gray-line); z-index: -1; }
.mobile-feat-list { list-style: none; margin-top: 24px; }
.mobile-feat-item {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 0; border-bottom: 1px solid var(--gray-line);
  font-size: 14px; color: var(--text-soft);
}
.mobile-feat-item .icon { width: 14px; height: 14px; color: var(--dark-soft); flex-shrink: 0; }

/* ══ PRICES ══ */
.prices-bg { background: var(--white); }
.prices-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 48px; }
.price-block-title {
  font-family: 'Kohinoor Devanagari', sans-serif; font-size: 12px; font-weight: 400;
  letter-spacing: .2em; text-transform: uppercase; color: var(--dark);
  padding-bottom: 12px; border-bottom: 1px solid var(--dark);
  display: flex; align-items: center; gap: 8px; margin-bottom: 0;
}
.price-block-title .icon { width: 16px; height: 16px; color: var(--dark-soft); }
.price-row { display: flex; justify-content: space-between; align-items: baseline; padding: 10px 0; border-bottom: 1px solid var(--gray-line); gap: 12px; }
.price-row:last-child { border-bottom: none; }
.price-service { font-size: 14px; color: var(--text); line-height: 1.4; }
.price-service small { display: block; font-size: 11px; color: var(--text-muted); margin-top: 2px; letter-spacing: .04em; }
.price-val { font-family: 'Kohinoor Devanagari', sans-serif; font-size: 14px; font-weight: 400; color: var(--dark); white-space: nowrap; letter-spacing: .04em; }

.gutschein-banner {
  background: var(--dark); color: var(--white);
  padding: 52px 56px; display: flex; align-items: center; justify-content: space-between; gap: 40px;
  margin-top: 56px; position: relative; overflow: hidden;
}
.gutschein-banner::before {
  content: ''; position: absolute; right: -50px; top: -50px;
  width: 250px; height: 250px; border-radius: 50%; border: 1px solid rgba(255,255,255,.05);
}
.gutschein-banner h3 { font-family: 'Kohinoor Devanagari', sans-serif; font-size: 22px; font-weight: 300; letter-spacing: .1em; margin-bottom: 8px; }
.gutschein-banner p { font-size: 14px; color: rgba(255,255,255,.45); max-width: 460px; }

/* ══ CTA ══ */
.cta-banner { background: var(--dark); padding: 88px 40px; text-align: center; color: var(--white); }
.cta-banner h2 { font-family: 'Kohinoor Devanagari', sans-serif; font-size: clamp(22px,3vw,36px); font-weight: 300; letter-spacing: .12em; margin-bottom: 12px; }
.cta-phone { font-family: 'Kohinoor Devanagari', sans-serif; font-size: 42px; font-weight: 100; letter-spacing: .06em; display: block; margin: 12px 0 32px; color: rgba(255,255,255,.7); }
.cta-phone a { color: inherit; transition: color .2s; }
.cta-phone a:hover { color: var(--white); }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ══ CONTACT ══ */
.contact-bg { background: var(--dark); }
.contact-wrap { max-width: 1100px; margin: 0 auto; padding: 90px 40px; }
.contact-top {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-bottom: 56px;
}
/* Big phone card */
.contact-phone-card {
  background: var(--dark-mid);
  border: 1px solid rgba(255,255,255,.07);
  padding: 44px 40px;
  display: flex; flex-direction: column; justify-content: center;
}
.contact-phone-label {
  font-family: 'Kohinoor Devanagari', sans-serif;
  font-size: 10px; letter-spacing: .3em; text-transform: uppercase;
  color: rgba(255,255,255,.35); margin-bottom: 16px;
}
.contact-phone-number {
  font-family: 'Kohinoor Devanagari', sans-serif;
  font-size: clamp(28px, 4vw, 42px); font-weight: 100; letter-spacing: .06em;
  color: var(--white); display: block; margin-bottom: 10px;
  transition: color .2s;
}
.contact-phone-number:hover { color: rgba(255,255,255,.75); }
.contact-phone-hint {
  font-family: 'Kohinoor Devanagari', sans-serif;
  font-size: 13px; color: rgba(255,255,255,.3); line-height: 1.7;
}
/* Info cards row */
.contact-info-grid {
  display: grid; grid-template-columns: 1fr; gap: 0;
}
.contact-card {
  padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.07);
  display: flex; gap: 20px; align-items: flex-start;
}
.contact-card:first-child { border-top: 1px solid rgba(255,255,255,.07); }
.contact-card-icon {
  width: 20px; height: 20px; color: rgba(255,255,255,.3); flex-shrink: 0; margin-top: 2px;
}
.contact-card-label {
  font-family: 'Kohinoor Devanagari', sans-serif;
  font-size: 10px; letter-spacing: .26em; text-transform: uppercase;
  color: rgba(255,255,255,.3); display: block; margin-bottom: 6px;
}
.contact-card-val {
  font-family: 'Kohinoor Devanagari', sans-serif;
  font-size: 16px; font-weight: 300; color: rgba(255,255,255,.75); line-height: 1.7;
}
.contact-card-val a {
  color: rgba(255,255,255,.75); transition: color .2s;
  text-decoration: none;
}
.contact-card-val a:hover { color: var(--white); }
/* Opening hours block */
.contact-hours {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  padding: 36px 40px;
}
.contact-hours-title {
  font-family: 'Kohinoor Devanagari', sans-serif;
  font-size: 10px; letter-spacing: .3em; text-transform: uppercase;
  color: rgba(255,255,255,.3); margin-bottom: 24px;
}
.oh-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.05);
}
.oh-row:last-child { border-bottom: none; }
.oh-day {
  font-family: 'Kohinoor Devanagari', sans-serif;
  font-size: 14px; color: rgba(255,255,255,.45); font-weight: 300;
}
.oh-time {
  font-family: 'Kohinoor Devanagari', sans-serif;
  font-size: 14px; color: rgba(255,255,255,.8); font-weight: 400;
}
/* Bottom: map + photo strip */
.contact-bottom {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
}
.contact-map {
  background: var(--dark-mid); padding: 44px 40px;
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: 220px; border: 1px solid rgba(255,255,255,.07);
}
.contact-map-addr {
  font-family: 'Kohinoor Devanagari', sans-serif;
  font-size: 22px; font-weight: 300; color: rgba(255,255,255,.6); letter-spacing: .06em;
  line-height: 1.5; margin-bottom: 24px;
}
.contact-map-addr strong {
  display: block; font-weight: 400; color: var(--white); margin-bottom: 4px;
}
.contact-photo {
  overflow: hidden; min-height: 220px;
}
.contact-photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .6s var(--ease-out-quart);
}
.contact-photo:hover img { transform: scale(1.03); }

@media (max-width: 900px) {
  .contact-top { grid-template-columns: 1fr; }
  .contact-bottom { grid-template-columns: 1fr; }
  .contact-wrap { padding: 60px 24px; }
}

/* ══ FOOTER ══ */
footer { background: var(--dark); color: rgba(255,255,255,.35); }
.footer-top {
  max-width: 1100px; margin: 0 auto; padding: 60px 40px 44px;
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 56px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.footer-logo-svg { width: 64px; height: auto; margin-bottom: 16px; opacity: .6; }
.footer-tagline { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.2); margin-bottom: 10px; }
.footer-desc { font-size: 13px; line-height: 1.8; max-width: 280px; }
.footer-col h5 { font-family: 'Kohinoor Devanagari', sans-serif; font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: rgba(255,255,255,.25); margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col li { padding: 5px 0; font-size: 13px; }
.footer-col a { transition: color .2s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom {
  max-width: 1100px; margin: 0 auto; padding: 18px 40px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px;
  font-size: 11px; letter-spacing: .08em;
}
.footer-legal { display: flex; gap: 20px; }
.footer-legal a:hover { color: var(--white); }

/* ══ FLOAT ══ */
.float-btns { position: fixed; bottom: 28px; right: 28px; z-index: 999; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
#back-to-top {
  position: fixed; bottom: 28px; left: 28px; z-index: 998;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--dark); color: var(--white); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; line-height: 1;
  opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s;
  transform: translateY(10px); box-shadow: 0 4px 16px rgba(0,0,0,.3);
}
#back-to-top.visible { opacity: 1; pointer-events: all; transform: translateY(0); }
.fab-wrap { display: flex; align-items: center; gap: 8px; }
.fab-tip { background: var(--dark); color: var(--white); font-size: 10px; font-family: 'Kohinoor Devanagari', sans-serif; letter-spacing: .12em; text-transform: uppercase; padding: 5px 10px; opacity: 0; transform: translateX(8px); transition: opacity .2s, transform .2s; pointer-events: none; white-space: nowrap; }
.fab-wrap:hover .fab-tip { opacity: 1; transform: translateX(0); }
.fab { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(0,0,0,.35); transition: transform .22s; border: none; text-decoration: none; }
.fab:hover { transform: scale(1.08); }
.fab-call { background: var(--dark-mid); border: 1px solid rgba(255,255,255,.1); }
.fab-wa   { background: #25D366; }
.fab .icon { width: 20px; height: 20px; color: var(--white); }

/* ══ RESPONSIVE ══ */
/* ══ HAMBURGER NAV ══ */
.nav-toggle {
  display: none;
  flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; cursor: pointer; padding: 8px;
  background: none; border: none; margin-left: auto; margin-right: 12px;
}
.nav-toggle span {
  display: block; height: 1px; background: rgba(255,255,255,.7);
  transition: transform .3s, opacity .3s, width .3s;
  transform-origin: center;
}
.nav-toggle span:nth-child(1) { width: 24px; }
.nav-toggle span:nth-child(2) { width: 18px; }
.nav-toggle span:nth-child(3) { width: 24px; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); width: 24px; }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); width: 24px; }

@media (max-width: 900px) {
  /* Nav */
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: var(--dark); z-index: 999;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none; transition: opacity .3s;
  }
  .main-nav.is-open { opacity: 1; pointer-events: all; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; padding: 0 40px; width: 100%; max-width: 360px; }
  .nav-list li { border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav-list li:first-child { border-top: 1px solid rgba(255,255,255,.1); }
  .nav-list li a {
    font-size: 16px; letter-spacing: .2em; padding: 20px 0;
    color: rgba(255,255,255,.6); display: block; text-align: left;
  }
  .nav-list li a:hover { color: var(--white); }
  .nav-list li a::after { display: none; }
  .site-header { background: transparent; box-shadow: none; height: 0; overflow: visible; }
  .nav-toggle {
    position: fixed; top: 18px; right: 18px; z-index: 1002;
    width: 48px; height: 48px;
    background: rgba(0,0,0,.45); backdrop-filter: blur(8px);
    border-radius: 50%; margin: 0;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  }
  .float-btns { display: none; }

  /* Layout */
  .about-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .prices-grid { grid-template-columns: 1fr; }
  .highlights-grid { grid-template-columns: 1fr 1fr; }
  .mobile-grid { grid-template-columns: 1fr; }
  .mobile-visual { display: none; }
  .mobile-bg .section-header { text-align: center; }
  .mobile-bg .section-header .rule { margin: 14px auto; }
  .mobile-bg .mobile-feat-list { max-width: 340px; margin-left: auto; margin-right: auto; }
  .mobile-bg [style*="margin-top:28px"] { text-align: center; }
  .mobile-bg [style*="margin-top:28px"] .btn { width: 100%; justify-content: center; }
  .gutschein-banner { flex-direction: column; padding: 36px 28px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .contact-top { grid-template-columns: 1fr; }
  .contact-bottom { grid-template-columns: 1fr; }
  .contact-wrap { padding: 60px 24px; }
  .highlights-inner { padding: 60px 24px; }

  /* Hero */
  .hero-inner { padding: 100px 24px 80px; }
  .hero-logo-svg { width: 260px; }
  .hero-sub { font-size: 16px; }

  /* CTA */
  .cta-phone { font-size: clamp(26px, 5vw, 42px); }
  .cta-banner { padding: 64px 24px; }
}

@media (max-width: 600px) {
  /* Nav overlay */
  .nav-list li a { font-size: 22px; padding: 20px 32px; }

  /* Grid single column */
  .services-grid { grid-template-columns: 1fr; }
  .highlights-grid { grid-template-columns: 1fr; }

  /* Spacing */
  .section { padding: 52px 20px; }
  .strip { padding: 12px 20px; }
  .strip-sep { display: none; }
  .strip-inner { justify-content: center; gap: 10px; flex-wrap: wrap; }

  /* Hero */
  .hero-inner { padding: 80px 20px 60px; }
  .hero-logo-svg { width: 200px; }
  .hero-eyebrow { font-size: 11px; letter-spacing: .22em; }
  .hero-sub { font-size: 15px; }
  .hero-actions { flex-direction: row; justify-content: center; gap: 10px; flex-wrap: wrap; }
  .hero-actions .btn { padding: 10px 20px; font-size: 10px; letter-spacing: .18em; }

  /* Contact */
  .contact-phone-number { font-size: clamp(22px, 7vw, 36px); }
  .contact-phone-card { padding: 28px 20px; }
  .contact-hours { padding: 24px 20px; }
  .contact-map { padding: 28px 20px; min-height: 180px; }
  .contact-map-addr { font-size: 17px; }

  /* CTA */
  .cta-phone { font-size: 26px; }
  .cta-actions { flex-direction: column; align-items: center; gap: 10px; }
  .cta-actions .btn { width: 100%; justify-content: center; }

  /* Highlights */
  .highlights-inner { padding: 48px 20px; }

  /* Gutschein */
  .gutschein-banner { padding: 28px 20px; }

  /* Impressum / Datenschutz grids */
  div[style*="grid-template-columns: 1fr 1fr"] { grid-template-columns: 1fr !important; }

  /* Prices */
  .prices-grid { gap: 36px; }

  /* Footer */
  .footer-top { padding: 44px 20px 32px; }
  .footer-bottom { padding: 16px 20px; }

  /* Float buttons */
  .float-btns { bottom: 16px; right: 16px; }
  .fab-tip { display: none; }
}

/* ══ ANIMATIONS ══ */
:root {
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-out-expo:  cubic-bezier(0.16, 1, 0.3, 1);
}

/* Scroll-Progress Bar */
.scroll-progress {
  position: absolute; bottom: 0; left: 0; height: 1px;
  background: rgba(255,255,255,.35); width: 0%;
  transition: width .1s linear; z-index: 10;
}

/* Button active press */
.btn:active { transform: scale(0.97); }

/* Service card hover */
.service-card {
  transition: background .28s var(--ease-out-quart),
              transform .28s var(--ease-out-quart),
              box-shadow .28s var(--ease-out-quart);
}
.service-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,.12); }

/* Price row hover */
.price-row { transition: background .18s, padding-left .18s; border-radius: 2px; }
.price-row:hover { background: var(--gray-bg); padding-left: 6px; }

/* Highlight icon hover */
.hi-icon { transition: transform .3s var(--ease-out-quart), color .22s; }
.highlight-item:hover .hi-icon { transform: scale(1.18); }

/* Nav active */
.nav-list li a.nav-active { color: var(--white); }
.nav-list li a.nav-active::after { transform: scaleX(1); }

/* CTA phone pulse */
@keyframes phonePulse { 0%,100%{opacity:.7} 50%{opacity:1} }
.cta-phone { animation: phonePulse 3s ease-in-out infinite; }

/* Gutschein shimmer */
.gutschein-banner { overflow: hidden; }
.gutschein-banner::after {
  content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.04), transparent);
  animation: shimmer 4s ease-in-out infinite 2s;
}
@keyframes shimmer { 0%{left:-60%} 100%{left:120%} }

/* Typewriter cursor */
.tw-cursor {
  display: inline-block; width: 1px; height: .9em;
  background: currentColor; margin-left: 3px; vertical-align: middle;
  animation: cursorBlink .75s step-end infinite;
}
@keyframes cursorBlink { 0%,100%{opacity:1} 50%{opacity:0} }

/* Typewriter chars */
.split-char { display: inline-block; }
.tw-cursor { display: inline-block; margin-left: 1px; animation: cursorBlink .65s step-end infinite; }

/* Parallax */
.parallax-slow, .parallax-medium { will-change: transform; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
