/* ===================================================
   ŞENGÜL Dachpflege — Design System & Styles
   =================================================== */

/* ---------- CSS Custom Properties ---------- */
:root {
  /* Colors */
  --navy:           #07111f;
  --navy-light:     #192331;
  --navy-mid:       #283240;
  --navy-glow:      rgba(7, 17, 31, 0.88);
  --white:          #FFFFFF;
  --off-white:      #f4f7f9;
  --light-gray:     #EEF1F5;
  --green:          #2f7d56;
  --green-dark:     #105e37;
  --green-light:    #5dab84;
  --terracotta:     #b7653e;
  --terracotta-dark:#93411a;
  --terracotta-light:#ea9871;
  --gray:           #6B7280;
  --gray-light:     #9CA3AF;
  --border:         #E5E7EB;
  --text-primary:   #0A1628;
  --text-secondary: #4B5563;
  --text-muted:     #9CA3AF;

  /* Shadows */
  --shadow-sm:   0 1px 3px rgba(10,22,40,0.08), 0 1px 2px rgba(10,22,40,0.06);
  --shadow-md:   0 4px 16px rgba(10,22,40,0.12), 0 2px 8px rgba(10,22,40,0.08);
  --shadow-lg:   0 10px 40px rgba(10,22,40,0.18), 0 4px 16px rgba(10,22,40,0.1);
  --shadow-xl:   0 20px 60px rgba(10,22,40,0.25);
  --shadow-green: 0 8px 32px rgba(61,170,78,0.35);
  --shadow-terra: 0 8px 32px rgba(199,91,57,0.35);

  /* Radius */
  --radius-sm:  6px;
  --radius-md:  12px;
  --radius-lg:  20px;
  --radius-xl:  18px;
  --radius-full: 9999px;

  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-mid:  0.3s ease;
  --transition-slow: 0.5s ease;

  /* Spacing */
  --section-padding: 100px 0;
  --container-max:   1200px;
  --container-pad:   0 24px;
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  font-family: Arial, Helvetica, system-ui, sans-serif;
  color: var(--text-primary);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul { list-style: none; }

/* ---------- Legal Pages ---------- */
.legal-hero {
  padding: 150px 0 72px;
  color: var(--white);
  text-align: center;
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
}

.legal-hero h1 {
  margin-top: 10px;
  color: var(--white);
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 1.08;
}

.legal-section { padding: 76px 0 100px; background: var(--off-white); }
.legal-content { max-width: 880px; }
.legal-card {
  padding: clamp(24px, 5vw, 48px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.legal-card h2 { margin: 36px 0 12px; font-size: 1.35rem; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card h3 { margin: 24px 0 8px; font-size: 1.05rem; }
.legal-card p, .legal-card li { color: var(--text-secondary); }
.legal-card p + p { margin-top: 12px; }
.legal-card ul { margin: 10px 0 0 20px; list-style: disc; }
.legal-card a { color: var(--green-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-card address { color: var(--text-secondary); font-style: normal; }
.legal-updated { margin-top: 32px; padding-top: 18px; border-top: 1px solid var(--border); font-size: .9rem; }

/* ---------- Icon System ---------- */
.icon,
.nav-logo-icon::before,
.footer-logo-icon::before {
  width: 1em;
  height: 1em;
  display: inline-block;
  flex-shrink: 0;
  background: currentColor;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.nav-logo-icon,
.footer-logo-icon,
.trust-icon,
.service-icon-wrap,
.kontakt-detail-icon,
.social-link,
.footer-contact-item-icon,
.nav-phone-icon {
  color: currentColor;
}

.nav-logo-icon,
.footer-logo-icon,
.trust-icon,
.service-icon-wrap,
.kontakt-detail-icon,
.social-link,
.footer-contact-item-icon,
.nav-phone-icon {
  font-size: 0;
}

.nav-logo-icon::before,
.footer-logo-icon::before,
.trust-icon .icon,
.service-icon-wrap .icon,
.kontakt-detail-icon .icon,
.social-link .icon,
.footer-contact-item-icon .icon,
.nav-phone-icon .icon,
.btn .icon {
  font-size: 1rem;
}

.nav-logo-icon::before,
.footer-logo-icon::before {
  content: none;
  --icon: var(--icon-roof);
}

.btn .icon {
  color: currentColor;
}

:root {
  --icon-roof: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11l9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3C/svg%3E");
  --icon-phone: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.8 19.8 0 0 1 3.09 5.18 2 2 0 0 1 5.08 3h3a2 2 0 0 1 2 1.72c.12.9.33 1.77.63 2.6a2 2 0 0 1-.45 2.11L9 10.69a16 16 0 0 0 4.31 4.31l1.26-1.26a2 2 0 0 1 2.11-.45c.83.3 1.7.51 2.6.63A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
  --icon-target: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v3M12 19v3M2 12h3M19 12h3'/%3E%3C/svg%3E");
  --icon-savings: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 5c-1.5-1.3-4-2-7-2C7 3 3 5.7 3 10s4 7 9 7c1.5 0 2.9-.2 4-.7L20 20'/%3E%3Cpath d='M7 10h8'/%3E%3Cpath d='M7 13h6'/%3E%3C/svg%3E");
  --icon-shield: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Cpath d='M9 12l2 2 4-5'/%3E%3C/svg%3E");
  --icon-star: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='m12 2 3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");
  --icon-check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  --icon-coating: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m14 3 7 7-9 9H5v-7l9-9z'/%3E%3Cpath d='m14 3 7 7'/%3E%3Cpath d='M5 19h14'/%3E%3C/svg%3E");
  --icon-building: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 21V5a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v16'/%3E%3Cpath d='M17 9h1a2 2 0 0 1 2 2v10'/%3E%3Cpath d='M8 7h5M8 11h5M8 15h5'/%3E%3Cpath d='M3 21h18'/%3E%3C/svg%3E");
  --icon-pavers: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='7' height='6' rx='1'/%3E%3Crect x='14' y='4' width='7' height='6' rx='1'/%3E%3Crect x='3' y='14' width='7' height='6' rx='1'/%3E%3Crect x='14' y='14' width='7' height='6' rx='1'/%3E%3C/svg%3E");
  --icon-user: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0'/%3E%3C/svg%3E");
  --icon-mail: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16v16H4z'/%3E%3Cpath d='m22 6-10 7L2 6'/%3E%3C/svg%3E");
  --icon-map: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
  --icon-instagram: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1' fill='black' stroke='none'/%3E%3C/svg%3E");
  --icon-whatsapp: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.71.306 1.263.489 1.694.625.712.227 1.36.195 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347M12.051 21.785h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.999-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413Z'/%3E%3C/svg%3E");
  --icon-send: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m22 2-7 20-4-9-9-4 20-7z'/%3E%3Cpath d='M22 2 11 13'/%3E%3C/svg%3E");
  --icon-clock: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
}

.icon-roof { --icon: var(--icon-roof); }
.icon-phone { --icon: var(--icon-phone); }
.icon-target { --icon: var(--icon-target); }
.icon-savings { --icon: var(--icon-savings); }
.icon-shield { --icon: var(--icon-shield); }
.icon-star { --icon: var(--icon-star); }
.icon-check { --icon: var(--icon-check); }
.icon-coating-symbol { --icon: var(--icon-coating); }
.icon-building { --icon: var(--icon-building); }
.icon-pavers { --icon: var(--icon-pavers); }
.icon-user { --icon: var(--icon-user); }
.icon-mail { --icon: var(--icon-mail); }
.icon-map { --icon: var(--icon-map); }
.icon-instagram { --icon: var(--icon-instagram); }
.icon-whatsapp { --icon: var(--icon-whatsapp); }
.icon-send { --icon: var(--icon-send); }
.icon-clock { --icon: var(--icon-clock); }

/* ---------- Typography ---------- */
h1, h2, h3, h4, h5 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: var(--navy);
}

.section-label {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--green);
  background: rgba(61, 170, 78, 0.1);
  padding: 6px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 16px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 16px;
}

.section-title span {
  color: var(--terracotta);
}

.section-desc {
  font-size: 1.125rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ---------- Container ---------- */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: var(--container-pad);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: var(--radius-full);
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: all var(--transition-mid);
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: rgba(255,255,255,0.15);
  transform: skewX(-20deg);
  transition: left 0.4s ease;
}

.btn:hover::before { left: 120%; }

.btn-primary {
  background: var(--terracotta);
  color: var(--white);
  box-shadow: var(--shadow-terra);
}
.btn-primary:hover {
  background: var(--terracotta-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(199,91,57,0.45);
}

.btn-secondary {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.7);
}
.btn-secondary:hover {
  background: rgba(255,255,255,0.15);
  border-color: var(--white);
  transform: translateY(-2px);
}

.btn-navy {
  background: var(--navy);
  color: var(--white);
  box-shadow: var(--shadow-md);
}
.btn-navy:hover {
  background: var(--navy-light);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-green {
  background: var(--green);
  color: var(--white);
  box-shadow: var(--shadow-green);
}
.btn-green:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(61,170,78,0.45);
}

.btn-outline-navy {
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
}
.btn-outline-navy:hover {
  background: var(--navy);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-lg {
  padding: 20px 40px;
  font-size: 1.125rem;
}

.btn-sm {
  padding: 10px 20px;
  font-size: 0.875rem;
}

/* ---------- NAVBAR ---------- */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: all var(--transition-mid);
  padding: 0;
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 24px;
  padding: 0 32px;
  max-width: 1400px;
  margin: 0 auto;
}

#navbar.scrolled {
  background: rgba(10, 22, 40, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(0,0,0,0.25);
}

#navbar:not(.scrolled) {
  background: linear-gradient(to bottom, rgba(10,22,40,0.85) 0%, transparent 100%);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.nav-logo-icon {
  width: 44px;
  height: 44px;
  background: var(--terracotta);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.4rem;
  box-shadow: var(--shadow-terra);
  flex-shrink: 0;
}

.nav-logo-text {
  display: flex;
  flex-direction: column;
}

.nav-logo-name {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 1.125rem;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: 0;
}

.nav-logo-sub {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.65);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  color: rgba(255,255,255,0.85);
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
}
.nav-links a:hover {
  color: var(--white);
  background: rgba(255,255,255,0.1);
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.nav-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  opacity: 0.9;
  transition: opacity var(--transition-fast);
}
.nav-phone:hover { opacity: 1; }
.nav-phone-icon {
  width: 32px; height: 32px;
  background: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}
.hamburger span {
  display: block;
  width: 26px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all var(--transition-mid);
}
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav */
.mobile-nav {
  display: none;
  position: fixed;
  top: 80px; left: 0; right: 0;
  background: rgba(10,22,40,0.98);
  backdrop-filter: blur(12px);
  z-index: 999;
  flex-direction: column;
  padding: 24px 32px;
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  color: rgba(255,255,255,0.85);
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: color var(--transition-fast);
}
.mobile-nav a:hover { color: var(--green); }
.mobile-nav .btn {
  margin-top: 12px;
  justify-content: center;
}

/* ---------- HERO SECTION ---------- */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../images/hero_roof.webp');
  background-size: cover;
  background-position: center;
  z-index: 0;
  transform: scale(1.05);
  transition: transform 8s ease;
}

#hero.loaded .hero-bg {
  transform: scale(1);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10, 22, 40, 0.92) 0%,
    rgba(10, 22, 40, 0.75) 50%,
    rgba(10, 22, 40, 0.55) 100%
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 120px 0 80px;
  max-width: 780px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(61, 170, 78, 0.15);
  border: 1px solid rgba(61,170,78,0.4);
  color: var(--green-light);
  padding: 8px 18px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 28px;
  backdrop-filter: blur(8px);
}

.hero-badge-dot {
  width: 8px; height: 8px;
  background: var(--green-light);
  border-radius: 50%;
  animation: pulse-dot 2s ease infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

.hero-title {
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.08;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.hero-title .highlight {
  background: linear-gradient(135deg, var(--terracotta-light), var(--terracotta));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  color: rgba(255,255,255,0.92);
  margin-bottom: 20px;
  font-style: italic;
}

.hero-desc {
  font-size: 1.125rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 600px;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.hero-stat-item {
  text-align: left;
}

.hero-stat-number {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
  margin-bottom: 4px;
}

.hero-stat-number span {
  color: var(--terracotta-light);
}

.hero-stat-label {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.5);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  animation: bounce-down 2s ease infinite;
}

.scroll-arrow {
  width: 24px; height: 24px;
  border-right: 2px solid rgba(255,255,255,0.5);
  border-bottom: 2px solid rgba(255,255,255,0.5);
  transform: rotate(45deg);
}

@keyframes bounce-down {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ---------- TRUST BADGES ---------- */
#trust {
  background: var(--navy);
  padding: 0;
  position: relative;
  overflow: hidden;
}

#trust::before {
  content: '';
  position: absolute;
  top: -80px; left: -80px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(61,170,78,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
}

.trust-item {
  padding: 48px 32px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.08);
  position: relative;
  transition: background var(--transition-mid);
}
.trust-item:last-child { border-right: none; }
.trust-item:hover { background: rgba(255,255,255,0.03); }

.trust-icon {
  width: 64px; height: 64px;
  margin: 0 auto 20px;
  background: rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  transition: all var(--transition-mid);
}
.trust-item:hover .trust-icon {
  background: rgba(61,170,78,0.15);
  transform: translateY(-4px);
}

.trust-number {
  font-family: 'Inter', sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
  margin-bottom: 8px;
}
.trust-number .accent { color: var(--green-light); }
.trust-number .accent-terra { color: var(--terracotta-light); }

.trust-label {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  margin-bottom: 6px;
}

.trust-sublabel {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.5;
}

/* ---------- PROJECT GALLERY SECTION ---------- */
#before-after {
  padding: var(--section-padding);
  background: var(--off-white);
}

.ba-header {
  text-align: center;
  margin-bottom: 60px;
}

.work-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}

.work-gallery-item {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 16 / 10;
}

.work-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.work-gallery-item:hover img {
  transform: scale(1.04);
}

/* Process steps below BA */
.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 64px;
  position: relative;
}

.process-steps::before {
  content: '';
  position: absolute;
  top: 40px;
  left: calc(16.66% + 12px);
  right: calc(16.66% + 12px);
  height: 2px;
  background: linear-gradient(to right, var(--terracotta), var(--green));
  z-index: 0;
}

.process-step {
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-circle {
  width: 80px; height: 80px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  position: relative;
}

.step-circle.step-1 {
  background: var(--terracotta);
  color: var(--white);
  box-shadow: var(--shadow-terra);
}
.step-circle.step-2 {
  background: var(--navy);
  color: var(--white);
  box-shadow: var(--shadow-lg);
}
.step-circle.step-3 {
  background: var(--green);
  color: var(--white);
  box-shadow: var(--shadow-green);
}

.step-title {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
}

.step-desc {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ---------- LEISTUNGEN (SERVICES) ---------- */
#leistungen {
  padding: var(--section-padding);
  background: var(--white);
}

.leistungen-header {
  text-align: center;
  margin-bottom: 60px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 40px;
  position: relative;
  overflow: hidden;
  transition: all var(--transition-mid);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: var(--border);
  transition: all var(--transition-mid);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}

.service-card:hover::before {
  background: linear-gradient(to bottom, var(--terracotta), var(--green));
  width: 4px;
}

.service-icon-wrap {
  width: 72px; height: 72px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 24px;
  transition: all var(--transition-mid);
}

.service-card:hover .service-icon-wrap {
  transform: scale(1.1) rotate(-5deg);
}

.icon-roof     { background: rgba(199,91,57,0.1);  color: var(--terracotta); }
.icon-coating  { background: rgba(10,22,40,0.08);  color: var(--navy); }
.icon-facade   { background: rgba(61,170,78,0.1);  color: var(--green); }
.icon-ground   { background: rgba(107,114,128,0.1); color: var(--gray); }

.icon {
  background: currentColor !important;
}

.trust-icon .icon { font-size: 1.75rem; }
.service-icon-wrap .icon,
.service-detail-icon-big .icon { font-size: 2rem; }
.kontakt-detail-icon .icon { font-size: 1.2rem; }
.social-link .icon { font-size: 1.08rem; }
.footer-contact-item-icon .icon { font-size: 1rem; }
.nav-phone-icon .icon { font-size: 0.85rem; }
#whatsapp-btn .icon-whatsapp { font-size: 2rem; color: var(--white); }
.nav-logo-icon .icon-roof,
.footer-logo-icon .icon-roof {
  color: var(--white);
}

/* ---------- Premium Theme Refresh ---------- */
:root {
  --navy: #07111f;
  --navy-light: #102036;
  --navy-mid: #182a42;
  --navy-glow: rgba(7, 17, 31, 0.88);
  --off-white: #f4f7f9;
  --light-gray: #e9eef3;
  --green: #2f7d56;
  --green-dark: #236544;
  --green-light: #5fc08b;
  --terracotta: #b7653e;
  --terracotta-dark: #8f4a2d;
  --terracotta-light: #d58a5f;
  --gray: #647084;
  --gray-light: #a0a9b6;
  --border: #dbe2ea;
  --text-primary: #07111f;
  --text-secondary: #435064;
  --text-muted: #8b96a6;
  --shadow-sm: 0 1px 2px rgba(7, 17, 31, 0.06), 0 8px 24px rgba(7, 17, 31, 0.06);
  --shadow-md: 0 14px 34px rgba(7, 17, 31, 0.11);
  --shadow-lg: 0 22px 54px rgba(7, 17, 31, 0.16);
  --shadow-xl: 0 34px 80px rgba(7, 17, 31, 0.24);
  --shadow-green: 0 14px 34px rgba(47, 125, 86, 0.24);
  --shadow-terra: 0 14px 34px rgba(183, 101, 62, 0.25);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 18px;
  --transition-mid: 0.34s cubic-bezier(.2,.8,.2,1);
  --transition-slow: 0.75s cubic-bezier(.2,.8,.2,1);
}

body {
  background:
    linear-gradient(90deg, rgba(7,17,31,0.025) 1px, transparent 1px),
    linear-gradient(rgba(7,17,31,0.018) 1px, transparent 1px),
    var(--white);
  background-size: 56px 56px;
}

#navbar.scrolled {
  background: rgba(7, 17, 31, 0.9);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 18px 50px rgba(0,0,0,0.22);
}

#navbar:not(.scrolled) {
  background: linear-gradient(to bottom, rgba(7,17,31,0.88), rgba(7,17,31,0.08));
}

.nav-logo-icon,
.footer-logo-icon {
  background: linear-gradient(135deg, var(--terracotta), #d9a15f);
  box-shadow: 0 12px 30px rgba(183,101,62,0.3);
}

.nav-links a {
  border: 1px solid transparent;
}

.nav-links a:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
}

.btn {
  border-radius: 12px;
  letter-spacing: 0.01em;
  transform: translateZ(0);
}

.btn-primary {
  background: linear-gradient(135deg, var(--terracotta), var(--terracotta-dark));
}

.btn-green {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
}

.btn-secondary {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(12px);
}

.btn:hover {
  transform: translateY(-3px);
}

#hero {
  isolation: isolate;
}

.hero-bg {
  filter: saturate(0.98) contrast(1.05);
  transition: transform 14s ease, filter 0.6s ease;
}

#hero.loaded .hero-bg {
  transform: scale(1.08);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7,17,31,0.95) 0%, rgba(7,17,31,0.82) 42%, rgba(7,17,31,0.34) 100%),
    linear-gradient(180deg, rgba(7,17,31,0.52), rgba(7,17,31,0.82));
}

.hero-content {
  animation: hero-rise 0.9s cubic-bezier(.2,.8,.2,1) both;
}

.hero-badge {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  color: #d8e7df;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}

.hero-title {
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-title .highlight {
  background: linear-gradient(135deg, #f0b37b 0%, #c96c3f 45%, #76c99b 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-desc {
  color: rgba(255,255,255,0.78);
}

.hero-stats {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-xl);
  padding: 28px;
  backdrop-filter: blur(14px);
}

#trust,
#testimonials,
#footer {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.045) 0 1px, transparent 1px 10px),
    linear-gradient(145deg, #07111f 0%, #0d1b2c 55%, #10253b 100%);
}

#trust::before,
#testimonials::before,
.kontakt-info::before {
  display: none;
}

.trust-item {
  border-color: rgba(255,255,255,0.1);
}

.trust-icon,
.service-icon-wrap,
.kontakt-detail-icon,
.quick-contact-icon {
  border: 1px solid rgba(7,17,31,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55), 0 10px 24px rgba(7,17,31,0.08);
}

.trust-item:hover .trust-icon,
.service-card:hover .service-icon-wrap {
  transform: translateY(-4px) scale(1.04);
}

#before-after,
#warum-wir,
#dachreinigung-detail,
.kontakt-page-section {
  background:
    linear-gradient(90deg, rgba(7,17,31,0.026) 1px, transparent 1px),
    linear-gradient(rgba(7,17,31,0.02) 1px, transparent 1px),
    var(--off-white);
  background-size: 52px 52px;
}

.service-card,
.testimonial-card,
.kontakt-form,
.dach-detail-panel,
.usp-item,
.quick-contact-card,
.service-detail-img,
.service-info-box,
.process-info-card,
.service-extra-card {
  border-color: rgba(7,17,31,0.1);
  box-shadow: var(--shadow-sm);
}

.service-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.92));
}

.service-card::before {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--terracotta), var(--green));
  opacity: 0.55;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(47,125,86,0.22);
}

.service-card:hover::before {
  width: 100%;
  opacity: 1;
}

.warum-img-wrap {
  border: 1px solid rgba(255,255,255,0.55);
}

.testimonial-card {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.14);
}

.testimonial-card:hover {
  background: rgba(255,255,255,0.1);
}

.kontakt-info {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.06), transparent 32%),
    linear-gradient(145deg, var(--navy), var(--navy-mid));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: var(--shadow-lg);
}

#cta-band {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), transparent 36%),
    linear-gradient(135deg, #9f5433 0%, #b7653e 42%, #2f7d56 100%);
}

#cta-band::before {
  opacity: 0.55;
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(7,17,31,0.96), rgba(7,17,31,0.82)),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%) !important;
}

.page-hero::before,
.page-hero::after {
  display: none !important;
}

.reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  filter: blur(7px);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(.2,.8,.2,1), filter 0.75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

/* ---------- Icon Contrast Fix ---------- */
.trust-icon,
.kontakt-detail-icon,
.footer-contact-item-icon,
.nav-phone-icon {
  color: rgba(255,255,255,0.88);
}

.trust-icon {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 12px 28px rgba(0,0,0,0.18);
}

.trust-item:first-child .trust-icon {
  color: var(--green-light);
  background: rgba(95,192,139,0.16);
  border-color: rgba(95,192,139,0.3);
}

.trust-item:nth-child(4) .trust-icon {
  color: var(--terracotta-light);
  background: rgba(213,138,95,0.16);
  border-color: rgba(213,138,95,0.3);
}

.kontakt-info .kontakt-detail-icon {
  color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    0 10px 24px rgba(0,0,0,0.16);
}

.kontakt-info .kontakt-detail:hover .kontakt-detail-icon {
  color: var(--green-light);
  background: rgba(95,192,139,0.16);
  border-color: rgba(95,192,139,0.32);
}

.kontakt-info .social-link {
  color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
}

.kontakt-info .social-link:hover {
  color: var(--white);
  background: var(--terracotta);
  border-color: transparent;
}

.quick-contact-icon {
  color: var(--navy);
}

.qci-phone {
  color: var(--green-dark);
  background: rgba(47,125,86,0.13);
  border-color: rgba(47,125,86,0.2);
}

.qci-wa {
  color: #128c4a;
  background: rgba(37,211,102,0.14);
  border-color: rgba(37,211,102,0.26);
}

.qci-email {
  color: var(--terracotta-dark);
  background: rgba(183,101,62,0.13);
  border-color: rgba(183,101,62,0.22);
}

.footer-contact-item-icon {
  color: rgba(255,255,255,0.78);
}

.map-placeholder .icon {
  color: var(--gray);
}

.service-link,
.footer-links a,
.nav-links a {
  position: relative;
}

.service-link::after,
.footer-links a::after,
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.28s ease;
}

.service-link:hover::after,
.footer-links a:hover::after,
.nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.service-title {
  font-family: 'Inter', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
}

.service-desc {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 24px;
}

.service-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.service-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--text-secondary);
}

.service-feature-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--terracotta);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  transition: gap var(--transition-fast);
}
.service-link:hover { gap: 14px; }

/* ---------- DACHREINIGUNG DETAIL ---------- */
#dachreinigung-detail {
  padding: var(--section-padding);
  background: var(--off-white);
}

.dach-detail-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: start;
}

.dach-detail-copy p {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 18px;
}

.dach-detail-panel {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 36px;
  box-shadow: var(--shadow-md);
}

.dach-detail-panel h3 {
  font-size: 1.35rem;
  color: var(--navy);
  margin-bottom: 22px;
}

.dach-check-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.dach-check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--text-secondary);
  line-height: 1.6;
}

.dach-check-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
}

/* ---------- WARUM WIR (WHY US) ---------- */
#warum-wir {
  padding: var(--section-padding);
  background: var(--off-white);
}

.warum-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.warum-img-wrap {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

.warum-img-wrap img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.warum-img-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--navy);
  color: var(--white);
  padding: 18px 24px;
  border-radius: var(--radius-lg);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-lg);
}

.warum-img-badge-number {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
  color: var(--green-light);
}

.warum-img-badge-label {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.7);
  margin-top: 4px;
}

.warum-content { }

.usp-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.usp-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 24px;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  transition: all var(--transition-mid);
  box-shadow: var(--shadow-sm);
}
.usp-item:hover {
  transform: translateX(8px);
  box-shadow: var(--shadow-md);
  border-color: var(--green);
}

.usp-icon {
  width: 44px; height: 44px;
  background: rgba(61,170,78,0.1);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  color: var(--green);
}

.usp-text-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--navy);
  margin-bottom: 4px;
}

.usp-text-desc {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.warum-slogan {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.warum-slogan::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(61,170,78,0.15) 0%, rgba(199,91,57,0.15) 100%);
}

.warum-slogan span {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.warum-slogan-dot {
  color: var(--terracotta-light);
}

/* ---------- TESTIMONIALS ---------- */
#testimonials {
  padding: var(--section-padding);
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

#testimonials::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(199,91,57,0.06) 0%, transparent 70%);
}

.testimonials-header {
  text-align: center;
  margin-bottom: 60px;
}

.testimonials-header .section-label { color: var(--green-light); background: rgba(61,170,78,0.15); }
.testimonials-header .section-title { color: var(--white); }
.testimonials-header .section-desc { color: rgba(255,255,255,0.6); }

.testimonials-track-wrap {
  position: relative;
  overflow: hidden;
}

.testimonials-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-card {
  flex: 0 0 calc((100% - 48px) / 3);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-xl);
  padding: 36px;
  transition: all var(--transition-mid);
  backdrop-filter: blur(4px);
}

.testimonial-card:hover {
  background: rgba(255,255,255,0.08);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}

.testimonial-stars {
  color: #FBBF24;
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.testimonial-text {
  color: rgba(255,255,255,0.8);
  font-size: 0.975rem;
  line-height: 1.8;
  margin-bottom: 24px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--terracotta), var(--green));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--white);
  flex-shrink: 0;
}

.testimonial-name {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--white);
}

.testimonial-city {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  margin-top: 2px;
}

.testimonials-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}

.testi-btn {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all var(--transition-fast);
}
.testi-btn:hover {
  background: var(--terracotta);
  border-color: var(--terracotta);
}

.testi-dots {
  display: flex;
  gap: 8px;
}

.testi-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  cursor: pointer;
  transition: all var(--transition-fast);
}
.testi-dot.active {
  background: var(--white);
  width: 24px;
  border-radius: 4px;
}

/* ---------- KONTAKT (CONTACT) ---------- */
#kontakt {
  padding: var(--section-padding);
  background: var(--white);
}

.kontakt-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
}

.kontakt-info {
  background: var(--navy);
  border-radius: var(--radius-xl);
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
}

.kontakt-info::before {
  content: '';
  position: absolute;
  bottom: -60px; right: -60px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(61,170,78,0.12) 0%, transparent 70%);
}

.kontakt-info-title {
  font-family: 'Inter', sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
  position: relative;
}

.kontakt-info-sub {
  color: rgba(255,255,255,0.6);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 40px;
  position: relative;
}

.kontakt-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.kontakt-detail {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.kontakt-detail-icon {
  width: 48px; height: 48px;
  background: rgba(255,255,255,0.08);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: background var(--transition-fast);
}
.kontakt-detail:hover .kontakt-detail-icon {
  background: rgba(61,170,78,0.2);
}

.kontakt-detail-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 4px;
}

.kontakt-detail-value {
  font-size: 0.975rem;
  font-weight: 600;
  color: var(--white);
}

.kontakt-detail-value a {
  color: var(--white);
  transition: color var(--transition-fast);
}
.kontakt-detail-value a:hover { color: var(--green-light); }

.kontakt-social {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
  position: relative;
}

.social-link {
  width: 44px; height: 44px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.1rem;
  transition: all var(--transition-fast);
  text-decoration: none;
}
.social-link:hover {
  background: var(--terracotta);
  transform: translateY(-3px);
  box-shadow: var(--shadow-terra);
}

/* Contact Form */
.kontakt-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 48px 40px;
  box-shadow: var(--shadow-md);
}

.kontakt-form-title {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
}

.kontakt-form-sub {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-bottom: 36px;
}

.contact-direct-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.direct-contact-actions {
  display: grid;
  gap: 14px;
}

.direct-contact-actions .btn {
  width: 100%;
  justify-content: center;
}

.direct-contact-note {
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  color: var(--text-secondary);
  line-height: 1.65;
}

/* ---------- CTA BAND ---------- */
#cta-band {
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.cta-band-title {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 16px;
  position: relative;
}

.cta-band-sub {
  color: rgba(255,255,255,0.85);
  font-size: 1.1rem;
  margin-bottom: 36px;
  position: relative;
}

.cta-band-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
}

.btn-white {
  background: var(--white);
  color: var(--terracotta-dark);
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}
.btn-white:hover {
  background: var(--off-white);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}

/* ---------- FOOTER ---------- */
#footer {
  background: var(--navy);
  padding: 72px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand { }

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.footer-logo-icon {
  width: 48px; height: 48px;
  background: var(--terracotta);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--white);
}

.footer-logo-name {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--white);
}

.footer-tagline {
  color: rgba(255,255,255,0.5);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 280px;
}

.footer-col-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 20px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  color: rgba(255,255,255,0.65);
  font-size: 0.9rem;
  transition: color var(--transition-fast);
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-links a:hover { color: var(--green-light); }
.footer-links a::before {
  content: '→';
  color: var(--terracotta);
  opacity: 0;
  transition: opacity var(--transition-fast);
}
.footer-links a:hover::before { opacity: 1; }

.footer-contact-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255,255,255,0.65);
  font-size: 0.875rem;
  line-height: 1.5;
}

.footer-contact-item-icon {
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-copyright {
  color: rgba(255,255,255,0.35);
  font-size: 0.8rem;
}

.footer-legal-links {
  display: flex;
  gap: 24px;
}

.footer-legal-links a {
  color: rgba(255,255,255,0.35);
  font-size: 0.8rem;
  transition: color var(--transition-fast);
}
.footer-legal-links a:hover { color: rgba(255,255,255,0.7); }

/* ---------- WHATSAPP BUTTON ---------- */
#whatsapp-btn {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 990;
  width: 64px; height: 64px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.75rem;
  box-shadow: 0 8px 32px rgba(37,211,102,0.4);
  transition: all var(--transition-mid);
  text-decoration: none;
  animation: wa-pulse 3s ease infinite;
}

#whatsapp-btn:hover {
  transform: scale(1.12);
  box-shadow: 0 12px 48px rgba(37,211,102,0.6);
  animation: none;
}

@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 8px 32px rgba(37,211,102,0.4); }
  50% { box-shadow: 0 8px 48px rgba(37,211,102,0.7); }
}

#whatsapp-btn .wa-tooltip {
  position: absolute;
  right: 76px;
  background: var(--navy);
  color: var(--white);
  padding: 8px 16px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-fast);
  box-shadow: var(--shadow-md);
}
#whatsapp-btn:hover .wa-tooltip { opacity: 1; }

/* ---------- SCROLL REVEAL ---------- */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1100px) {
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .trust-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.08); }
  .trust-item:nth-last-child(-n+2) { border-bottom: none; }

  .warum-inner { grid-template-columns: 1fr; gap: 48px; }
  .dach-detail-grid { grid-template-columns: 1fr; }
  .warum-img-wrap img { height: 380px; }

  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .services-grid { grid-template-columns: 1fr; }

  .kontakt-inner { grid-template-columns: 1fr; }

  .testimonials-track { flex-wrap: nowrap; }
  .testimonial-card { flex: 0 0 calc(100% - 24px); }

  .work-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .process-steps { grid-template-columns: 1fr; gap: 16px; }
  .process-steps::before { display: none; }
}

@media (max-width: 768px) {
  :root { --section-padding: 72px 0; }

  .nav-links { display: none; }
  .nav-phone { display: none; }
  .nav-right .btn { display: none; }
  .hamburger { display: flex; }

  .hero-stats { flex-direction: column; gap: 20px; }
  .hero-cta-group { flex-direction: column; align-items: flex-start; }

  .trust-grid { grid-template-columns: 1fr 1fr; }

  .form-row { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; text-align: center; }

  .navbar-inner { padding: 0 20px; }
}

@media (max-width: 480px) {
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .trust-item:last-child { border-bottom: none; }

  .work-gallery {
    grid-template-columns: 1fr;
  }

  .work-gallery-item {
    aspect-ratio: 16 / 10;
  }

  .service-card { padding: 28px 24px; }
  .kontakt-info { padding: 32px 24px; }
  .kontakt-form { padding: 32px 24px; }

  #whatsapp-btn { bottom: 20px; right: 20px; width: 56px; height: 56px; font-size: 1.5rem; }
}

/* ---------- Mobile Hardening ---------- */
html,
body {
  overflow-x: hidden;
}

img,
iframe {
  max-width: 100%;
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 32px, var(--container-max));
  }

  #hero {
    min-height: auto;
  }

  .hero-content {
    padding: 132px 0 64px;
    max-width: 100%;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(7,17,31,0.9) 0%, rgba(7,17,31,0.86) 100%),
      linear-gradient(90deg, rgba(7,17,31,0.94), rgba(7,17,31,0.72));
  }

  .hero-badge {
    max-width: 100%;
    white-space: normal;
    line-height: 1.45;
  }

  .hero-title {
    font-size: clamp(2.25rem, 12vw, 4rem);
  }

  .hero-subtitle {
    font-size: clamp(1.25rem, 6vw, 2rem);
  }

  .hero-desc {
    font-size: 1rem;
    line-height: 1.75;
  }

  .hero-stats {
    align-items: stretch;
    gap: 12px;
    padding: 16px;
  }

  .hero-stat-item {
    text-align: left;
    padding: 12px;
  }

  .kontakt-full-grid,
  .kontakt-inner {
    gap: 24px;
  }

  .direct-contact-actions .btn,
  .hero-cta-group .btn,
  .cta-band-btns .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  :root {
    --section-padding: 56px 0;
  }

  .navbar-inner {
    height: 70px;
    padding: 0 16px;
    gap: 12px;
  }

  .nav-logo {
    min-width: 0;
  }

  .nav-logo-icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }

  .nav-logo-text {
    min-width: 0;
  }

  .nav-logo-name {
    font-size: 0.98rem;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-logo-sub {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-nav {
    top: 70px;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }

  .btn-lg,
  .btn {
    width: 100%;
    min-height: 48px;
    padding: 14px 18px;
    justify-content: center;
    text-align: center;
  }

  .hero-content {
    padding-top: 112px;
  }

  .hero-cta-group {
    width: 100%;
    gap: 12px;
    margin-bottom: 32px;
  }

  .hero-stats {
    flex-direction: column;
  }

  .section-title,
  .page-hero-title,
  .cta-band-title {
    overflow-wrap: anywhere;
  }

  .trust-grid,
  .services-grid,
  .quick-contact-bar,
  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .quick-contact-card,
  .service-card,
  .kontakt-info,
  .kontakt-form,
  .testimonial-card {
    border-radius: 16px;
  }

  .quick-contact-card {
    padding: 24px 18px;
  }

  .kontakt-detail {
    align-items: flex-start;
  }

  .kontakt-detail-value,
  .quick-contact-value,
  .footer-contact-item {
    overflow-wrap: anywhere;
  }

  .opening-row {
    flex-direction: column;
    gap: 4px;
  }

  .map-placeholder {
    height: 240px;
  }
}

@media (max-width: 380px) {
  .container {
    width: min(100% - 24px, var(--container-max));
  }

  .nav-logo-name,
  .nav-logo-sub {
    max-width: 150px;
  }

  .hero-title {
    font-size: 2.1rem;
  }

  .hero-badge {
    font-size: 0.72rem;
    padding: 8px 12px;
  }

  .service-card,
  .kontakt-info,
  .kontakt-form {
    padding: 24px 18px;
  }
}

/* ---------- Final Icon Visibility Layer ---------- */
.trust-icon {
  color: rgba(255,255,255,0.88) !important;
  background: rgba(255,255,255,0.12) !important;
  border: 1px solid rgba(255,255,255,0.24) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 14px 30px rgba(0,0,0,0.18) !important;
}

.trust-item:first-child .trust-icon {
  color: var(--green-light) !important;
  background: rgba(95,192,139,0.18) !important;
  border-color: rgba(95,192,139,0.34) !important;
}

.trust-item:nth-child(4) .trust-icon {
  color: var(--terracotta-light) !important;
  background: rgba(213,138,95,0.18) !important;
  border-color: rgba(213,138,95,0.34) !important;
}

.kontakt-info .kontakt-detail-icon {
  color: rgba(255,255,255,0.92) !important;
  background: rgba(255,255,255,0.12) !important;
  border: 1px solid rgba(255,255,255,0.24) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 12px 26px rgba(0,0,0,0.18) !important;
}

.kontakt-info .kontakt-detail:hover .kontakt-detail-icon {
  color: var(--green-light) !important;
  background: rgba(95,192,139,0.18) !important;
  border-color: rgba(95,192,139,0.36) !important;
}

.kontakt-info .social-link {
  color: rgba(255,255,255,0.92) !important;
  background: rgba(255,255,255,0.12) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
}

.kontakt-info .social-link:hover {
  color: var(--white) !important;
  background: var(--terracotta) !important;
  border-color: transparent !important;
}

.quick-contact-icon {
  color: var(--navy) !important;
}

.qci-phone {
  color: var(--green-dark) !important;
}

.qci-wa {
  color: #128c4a !important;
}

.qci-email {
  color: var(--terracotta-dark) !important;
}

.footer-contact-item-icon {
  color: rgba(255,255,255,0.78) !important;
}

/* ---------- Final Premium Polish ---------- */
#navbar.scrolled {
  background: rgba(7, 17, 31, 0.9);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 18px 50px rgba(0,0,0,0.22);
}

#navbar:not(.scrolled) {
  background: linear-gradient(to bottom, rgba(7,17,31,0.88), rgba(7,17,31,0.08));
}

.btn {
  border-radius: 12px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--terracotta), var(--terracotta-dark));
}

.btn-green {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
}

.btn-secondary {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(12px);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7,17,31,0.95) 0%, rgba(7,17,31,0.82) 42%, rgba(7,17,31,0.34) 100%),
    linear-gradient(180deg, rgba(7,17,31,0.52), rgba(7,17,31,0.82));
}

#hero.loaded .hero-bg {
  transform: scale(1.08);
}

.hero-stats {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-xl);
  padding: 28px;
  backdrop-filter: blur(14px);
}

#trust,
#testimonials,
#footer {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.045) 0 1px, transparent 1px 10px),
    linear-gradient(145deg, #07111f 0%, #0d1b2c 55%, #10253b 100%);
}

#trust::before,
#testimonials::before,
.kontakt-info::before,
.page-hero::before,
.page-hero::after {
  display: none !important;
}

#before-after,
#warum-wir,
#dachreinigung-detail,
.kontakt-page-section {
  background:
    linear-gradient(90deg, rgba(7,17,31,0.026) 1px, transparent 1px),
    linear-gradient(rgba(7,17,31,0.02) 1px, transparent 1px),
    var(--off-white);
  background-size: 52px 52px;
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(7,17,31,0.96), rgba(7,17,31,0.82)),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%) !important;
}

.service-card,
.testimonial-card,
.kontakt-form,
.dach-detail-panel,
.usp-item,
.quick-contact-card,
.service-info-box,
.process-info-card,
.service-extra-card {
  border-color: rgba(7,17,31,0.1);
  box-shadow: var(--shadow-sm);
}

.service-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.92));
}

.service-card::before {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--terracotta), var(--green));
  opacity: 0.55;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(47,125,86,0.22);
}

.service-card:hover::before {
  width: 100%;
  opacity: 1;
}

.service-card:hover .service-icon-wrap {
  transform: translateY(-4px) scale(1.04);
}

.kontakt-info {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.06), transparent 32%),
    linear-gradient(145deg, var(--navy), var(--navy-mid));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: var(--shadow-lg);
}

#cta-band {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), transparent 36%),
    linear-gradient(135deg, #9f5433 0%, #b7653e 42%, #2f7d56 100%);
}

.reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  filter: blur(7px);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(.2,.8,.2,1), filter 0.75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
