/* ══════════════════════════════════════════
   ANZHELIKAS REINIGUNG — MAIN STYLESHEET
   Blau-Lila Premium Design
   ══════════════════════════════════════════ */

:root {
  --violet-deep:   #2D1B69;
  --violet-mid:    #4B2D8F;
  --violet-bright: #7B5CCC;
  --violet-soft:   #A688E0;
  --violet-pale:   #D4C5F0;
  --blue-deep:     #1A2456;
  --blue-mid:      #2A3F8F;
  --blue-bright:   #4A6CC8;
  --blue-pale:     #B8C8F0;
  --white:         #FFFFFF;
  --off-white:     #F7F5FF;
  --text-dark:     #1A1128;
  --text-body:     #3D2E5C;
  --text-muted:    #7A6A99;
  --border:        rgba(123, 92, 204, 0.15);
  --shadow-sm:     0 2px 12px rgba(75, 45, 143, 0.08);
  --shadow-md:     0 8px 32px rgba(75, 45, 143, 0.14);
  --shadow-lg:     0 20px 60px rgba(75, 45, 143, 0.2);
  --radius:        16px;
  --radius-sm:     10px;
  --nav-h:         72px;
  --transition:    0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--off-white);
  color: var(--text-body);
  line-height: 1.65;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--text-dark);
  line-height: 1.15;
  font-weight: 600;
}
h1 { font-size: clamp(2.6rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); }
h4 { font-size: 1.1rem; }

p { margin-bottom: 1rem; }
a { color: var(--violet-bright); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--violet-mid); }
ul { list-style: none; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 3rem);
}

.section { padding: clamp(4rem, 10vw, 8rem) 0; }

.gradient-text {
  background: linear-gradient(135deg, var(--violet-bright), var(--blue-bright));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--violet-bright);
  background: rgba(123, 92, 204, 0.1);
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 4rem;
}
.section-header p { color: var(--text-muted); font-size: 1.05rem; }

/* ── REVEAL ANIMATION ── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all var(--transition);
  border: 2px solid transparent;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--violet-mid), var(--blue-mid));
  color: white;
  box-shadow: 0 4px 20px rgba(75, 45, 143, 0.35);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(75, 45, 143, 0.5);
  color: white;
}
.btn-ghost {
  background: transparent;
  color: var(--violet-bright);
  border-color: var(--violet-bright);
}
.btn-ghost:hover {
  background: var(--violet-bright);
  color: white;
}
.btn-white {
  background: white;
  color: var(--violet-mid);
  box-shadow: var(--shadow-sm);
}
.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  color: var(--violet-mid);
}
.btn-sm { padding: 9px 20px; font-size: 0.85rem; }
.btn-full { width: 100%; justify-content: center; }

/* ── NAVBAR ── */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 999;
  height: var(--nav-h);
  transition: background var(--transition), box-shadow var(--transition);
}
.navbar.scrolled {
  background: rgba(247, 245, 255, 0.95);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-sm);
}
.nav-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 3rem);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text-dark);
}
.logo-a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--violet-mid), var(--blue-bright));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.logo-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.3;
}
.logo-text em {
  font-style: normal;
  color: var(--text-muted);
  font-weight: 400;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.nav-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-body);
  padding: 8px 14px;
  border-radius: 50px;
  transition: all var(--transition);
}
.nav-link:hover {
  background: rgba(123, 92, 204, 0.08);
  color: var(--violet-mid);
}
.nav-link.nav-cta {
  background: linear-gradient(135deg, var(--violet-mid), var(--blue-mid));
  color: white;
  padding: 9px 22px;
  box-shadow: 0 3px 15px rgba(75, 45, 143, 0.3);
}
.nav-link.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(75, 45, 143, 0.45);
  color: white;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-dark);
  border-radius: 2px;
  transition: var(--transition);
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: calc(var(--nav-h) + 3rem) 2rem 4rem;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #F0EBFF 0%, #E8EEFF 40%, var(--off-white) 100%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(123, 92, 204, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(123, 92, 204, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black, transparent);
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.25;
  animation: float 8s ease-in-out infinite;
}
.hero-orb-1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, var(--violet-bright), transparent 70%);
  top: -100px; right: -100px;
  animation-delay: 0s;
}
.hero-orb-2 {
  width: 350px; height: 350px;
  background: radial-gradient(circle, var(--blue-bright), transparent 70%);
  bottom: -80px; left: -80px;
  animation-delay: -3s;
}
.hero-orb-3 {
  width: 250px; height: 250px;
  background: radial-gradient(circle, var(--violet-soft), transparent 70%);
  top: 40%; left: 60%;
  animation-delay: -6s;
}
@keyframes float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-30px) scale(1.05); }
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  text-align: center;
}
.hero-badge {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--violet-bright);
  background: rgba(123, 92, 204, 0.1);
  border: 1px solid rgba(123, 92, 204, 0.2);
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}
.hero-title {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.hero-sub {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--text-muted);
  max-width: 540px;
  margin: 0 auto 2.5rem;
}
.hero-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}
.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.stat { text-align: center; }
.stat-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--violet-mid), var(--blue-bright));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-label { font-size: 0.75rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; }
.stat-div { width: 1px; height: 40px; background: var(--border); }
.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  animation: fadeInUp 1.5s ease 1.2s both;
}
.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--violet-bright), transparent);
  animation: scrollDrop 1.8s ease-in-out infinite;
}
@keyframes scrollDrop {
  0% { transform: scaleY(0); transform-origin: top; opacity: 1; }
  50% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(1); transform-origin: bottom; opacity: 0; }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateX(-50%) translateY(15px); }
  to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* ── SERVICES GRID ── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}
.service-card {
  background: white;
  border-radius: var(--radius);
  padding: 2rem;
  border: 1px solid var(--border);
  position: relative;
  transition: all var(--transition);
  display: block;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(123, 92, 204, 0.04), rgba(74, 108, 200, 0.04));
  opacity: 0;
  transition: opacity var(--transition);
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); color: inherit; }
.service-card:hover::before { opacity: 1; }
.service-card:hover .card-arrow { transform: translateX(6px); color: var(--violet-bright); }
.service-icon { font-size: 2.2rem; margin-bottom: 1rem; }
.service-card h3 { margin-bottom: 0.5rem; font-size: 1.35rem; }
.service-card p { color: var(--text-muted); font-size: 0.92rem; margin: 0; }
.card-arrow {
  position: absolute;
  bottom: 1.5rem; right: 1.5rem;
  font-size: 1.2rem;
  color: var(--border);
  transition: all var(--transition);
}
.service-card--soon { opacity: 0.8; cursor: default; }
.service-card--soon:hover { transform: none; box-shadow: none; }
.soon-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: linear-gradient(135deg, var(--violet-mid), var(--blue-mid));
  color: white;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 0.75rem;
}

/* ── ABOUT TEASER ── */
.about-teaser { background: white; }
.about-teaser-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.about-visual { position: relative; }
.about-card-main {
  background: linear-gradient(135deg, var(--violet-deep), var(--blue-deep));
  border-radius: var(--radius);
  padding: 3rem 2.5rem;
  color: white;
  position: relative;
  overflow: hidden;
}
.about-card-main::before {
  content: '';
  position: absolute;
  top: -50px; right: -50px;
  width: 200px; height: 200px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
}
.about-icon-big {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--violet-pale), var(--blue-pale));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-style: italic;
  color: var(--violet-pale);
  line-height: 1.5;
  margin-bottom: 1rem;
}
.about-quote-name { font-size: 0.85rem; color: rgba(255,255,255,0.5); }
.about-card-badge {
  position: absolute;
  bottom: -1rem; right: 2rem;
  background: white;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--violet-mid);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
}
.about-text { }
.about-text h2 { margin-bottom: 1.5rem; }
.about-text p { color: var(--text-muted); }
.about-text .btn { margin-top: 0.5rem; }

/* ── CTA BANNER ── */
.cta-banner { padding: clamp(3rem, 8vw, 6rem) 0; }
.cta-inner {
  background: linear-gradient(135deg, var(--violet-deep) 0%, var(--blue-deep) 50%, var(--violet-mid) 100%);
  border-radius: calc(var(--radius) * 1.5);
  padding: clamp(3rem, 7vw, 5rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-orb {
  position: absolute;
  top: -60px; right: -60px;
  width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(255,255,255,0.07), transparent 70%);
  border-radius: 50%;
}
.cta-inner h2 {
  color: white;
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: 0.75rem;
}
.cta-inner p { color: var(--violet-pale); margin-bottom: 2rem; font-size: 1.05rem; }

/* ── PAGE HERO ── */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--nav-h) + 4rem) 0 4rem;
  text-align: center;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #F0EBFF 0%, #E8EEFF 60%, var(--off-white) 100%);
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { margin-bottom: 1rem; }
.page-hero-sub { color: var(--text-muted); font-size: 1.1rem; max-width: 500px; margin: 0 auto; }

/* ── ÜBER UNS FULL ── */
.about-full { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.about-full-text .lead {
  font-size: 1.1rem;
  color: var(--text-dark);
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.about-full-text h2 { margin-bottom: 1.5rem; }
.about-highlight-box {
  background: linear-gradient(135deg, rgba(123, 92, 204, 0.08), rgba(74, 108, 200, 0.06));
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-top: 2rem;
}
.highlight-icon { font-size: 1.4rem; flex-shrink: 0; }
.about-highlight-box p { margin: 0; font-size: 0.95rem; }
.values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 2rem;
}
.value-item {
  background: white;
  border-radius: var(--radius-sm);
  padding: 1.5rem;
  border: 1px solid var(--border);
  transition: all var(--transition);
}
.value-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.value-icon { font-size: 1.6rem; margin-bottom: 0.75rem; display: block; }
.value-item h4 { margin-bottom: 0.4rem; }
.value-item p { font-size: 0.88rem; color: var(--text-muted); margin: 0; }

/* ── LEISTUNGEN ── */
.leistung-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 2rem;
  align-items: start;
  padding: 2.5rem;
  background: white;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  margin-bottom: 1.5rem;
  transition: all var(--transition);
}
.leistung-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.leistung-icon { font-size: 2.8rem; text-align: center; padding-top: 0.3rem; }
.leistung-content h2 { font-size: 1.8rem; margin-bottom: 0.75rem; }
.leistung-content p { color: var(--text-muted); margin-bottom: 1rem; }
.leistung-content ul { display: flex; flex-wrap: wrap; gap: 0.4rem 1.5rem; }
.leistung-content ul li {
  font-size: 0.88rem;
  color: var(--text-muted);
  padding-left: 1.1rem;
  position: relative;
}
.leistung-content ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--violet-bright);
  font-weight: 700;
}
.leistung-item--soon { opacity: 0.8; }

/* ── PREISE ── */
.price-info-box {
  background: rgba(74, 108, 200, 0.07);
  border: 1px solid rgba(74, 108, 200, 0.2);
  border-radius: var(--radius-sm);
  padding: 1.5rem 2rem;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.price-info-icon { font-size: 1.5rem; flex-shrink: 0; }
.price-info-box h3 { font-size: 1.1rem; margin-bottom: 0.4rem; }
.price-info-box p { margin: 0; font-size: 0.92rem; color: var(--text-muted); }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.price-card {
  background: white;
  border-radius: var(--radius);
  padding: 2.5rem 2rem;
  border: 1px solid var(--border);
  position: relative;
  transition: all var(--transition);
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.price-card--featured {
  background: linear-gradient(160deg, var(--violet-deep), var(--blue-deep));
  border-color: transparent;
  color: white;
}
.price-card--featured h3,
.price-card--featured p,
.price-card--featured li { color: rgba(255,255,255,0.85); }
.price-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--violet-bright), var(--blue-bright));
  color: white;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 18px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(123, 92, 204, 0.4);
}
.price-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.price-icon { font-size: 1.8rem; }
.price-card-header h3 { margin: 0; }
.price-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--text-dark);
}
.price-card--featured .price-value { color: white; }
.price-value span { font-size: 1rem; font-weight: 400; color: var(--text-muted); }
.price-card--featured .price-value span { color: rgba(255,255,255,0.6); }
.price-card ul { margin: 1rem 0 1.5rem; display: flex; flex-direction: column; gap: 0.4rem; }
.price-card li { font-size: 0.88rem; color: var(--text-muted); }
.price-note {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-top: 1rem;
}
.price-note a { color: var(--violet-bright); }

/* ── KONTAKT ── */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 5rem;
  align-items: start;
}
.contact-info h2 { margin-bottom: 1rem; }
.contact-info > p { color: var(--text-muted); margin-bottom: 2rem; }
.contact-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.contact-icon { font-size: 1.4rem; flex-shrink: 0; }
.contact-item strong { display: block; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); margin-bottom: 3px; }
.contact-item a, .contact-item span { font-size: 0.95rem; color: var(--text-dark); }
.contact-item a:hover { color: var(--violet-bright); }
.contact-trust {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}
.contact-trust span { font-size: 0.9rem; color: var(--violet-bright); font-weight: 500; }

/* ── CONTACT FORM ── */
.contact-form-wrap {
  background: white;
  border-radius: var(--radius);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 1.25rem; }
.form-group label { font-size: 0.82rem; font-weight: 600; color: var(--text-dark); text-transform: uppercase; letter-spacing: 0.06em; }
.req { color: var(--violet-bright); }
.form-group input,
.form-group select,
.form-group textarea {
  padding: 11px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  color: var(--text-dark);
  background: var(--off-white);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--violet-bright);
  box-shadow: 0 0 0 3px rgba(123, 92, 204, 0.12);
  background: white;
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-message {
  margin-top: 1rem;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  display: none;
}
.form-message.success { background: #EDF7F0; color: #1E7A3A; border: 1px solid #A8E0BB; display: block; }
.form-message.error { background: #FFF0F0; color: #C0392B; border: 1px solid #F5A9A9; display: block; }

/* ── FOOTER ── */
.footer {
  background: var(--violet-deep);
  color: rgba(255,255,255,0.75);
  padding: 5rem 0 0;
}
.footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 3rem);
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 4rem;
  padding-bottom: 4rem;
}
.footer-brand .nav-logo { color: white; margin-bottom: 1rem; }
.footer-brand .logo-a {
  background: linear-gradient(135deg, var(--violet-pale), var(--blue-pale));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.footer-brand .logo-text { color: white; }
.footer-brand .logo-text em { color: rgba(255,255,255,0.5); }
.footer-brand p { font-size: 0.9rem; color: rgba(255,255,255,0.45); margin: 0; }
.footer-links h4,
.footer-contact h4 {
  color: white;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.footer-links a,
.footer-contact a {
  display: block;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 0.6rem;
  transition: color var(--transition);
}
.footer-links a:hover,
.footer-contact a:hover { color: var(--violet-pale); }
.footer-cta-btn {
  display: inline-flex !important;
  margin-top: 1rem !important;
  background: rgba(255,255,255,0.1);
  color: white !important;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 0.85rem !important;
  border: 1px solid rgba(255,255,255,0.15);
  transition: all var(--transition) !important;
}
.footer-cta-btn:hover { background: rgba(255,255,255,0.18) !important; color: white !important; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 1.25rem clamp(1.25rem, 5vw, 3rem);
  text-align: center;
}
.footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.35); margin: 0; }
.footer-bottom a { color: rgba(255,255,255,0.45); }
.footer-bottom a:hover { color: var(--violet-pale); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .about-teaser-inner,
  .about-full,
  .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .footer-brand { grid-column: 1 / -1; }
  .leistung-item { grid-template-columns: 1fr; gap: 1rem; }
  .leistung-icon { font-size: 2rem; text-align: left; }
  .about-card-badge { position: relative; bottom: auto; right: auto; display: inline-block; margin-top: 1rem; }
}
@media (max-width: 640px) {
  .nav-links { display: none; flex-direction: column; position: fixed; top: var(--nav-h); left: 0; right: 0; background: white; padding: 1.5rem; gap: 0.25rem; box-shadow: var(--shadow-md); border-top: 1px solid var(--border); }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }
  .hero-btns { flex-direction: column; align-items: center; }
  .form-row { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
}
