:root {
  --bg: #ffffff;
  --text: #0b2341;
  --muted: #5b6472;
  --dark: #0b2341;
  --primary: #c9a45c;
  --primary-dark: #a98235;
  --card: #f5f7fb;
  --border: #dce3ee;
  --leather: #8a5a32;
  --cream: #f8f4ec;
  --shadow: 0 18px 45px rgba(7, 20, 39, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; color: var(--dark); }
.logo { width: 46px; height: 46px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 22px; font-weight: 600; color: var(--muted); }
.nav a:hover { color: var(--primary); }
.nav-toggle { display: none; border: 0; background: var(--card); border-radius: 10px; padding: 10px 12px; font-size: 22px; }

.hero-polsterreinigung {
  --hero-bg-image: url("assets/images/hero-polsterreinigung-wiesbaden-photo.png");
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: calc(100vh - 76px);
  padding: 70px 0;
  background:
    linear-gradient(90deg, rgba(248,244,236,0.96) 0%, rgba(248,244,236,0.86) 36%, rgba(248,244,236,0.45) 58%, rgba(248,244,236,0.08) 100%),
    var(--hero-bg-image),
    linear-gradient(135deg, #f8f4ec, #ffffff);
  background-position: center, center right, center;
  background-repeat: no-repeat;
  background-size: cover, auto 100%, cover;
}
.hero-polsterreinigung::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 20%, rgba(255,255,255,0.38) 0 16%, rgba(255,255,255,0) 38%),
    linear-gradient(90deg, rgba(255,255,255,0.28), rgba(255,255,255,0) 70%);
  pointer-events: none;
}
.hero-polsterreinigung::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 92px;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff);
  pointer-events: none;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(248,244,236,0.28), rgba(248,244,236,0) 68%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 216px);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 80px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.hero-kicker, .badge, .eyebrow { color: var(--primary); font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; font-size: 0.84rem; }
h1 { font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: 1.03; margin: 14px 0 22px; color: var(--dark); letter-spacing: 0; }
h2 { font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.14; margin: 10px 0 14px; color: var(--dark); letter-spacing: 0; }
.hero-title {
  max-width: 760px;
  font-size: clamp(2.55rem, 4.9vw, 5rem);
}
.hero-subtitle { font-size: clamp(1.08rem, 1.45vw, 1.32rem); max-width: 690px; color: #35465b; }
.hero-note {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--dark);
  font-size: 1.05rem;
  font-weight: 850;
}
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 12px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 13px 20px; border-radius: 12px; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 12px 28px rgba(201,164,92,0.28); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-secondary { background: rgba(255,255,255,0.82); color: var(--dark); border-color: rgba(11,35,65,0.26); }
.btn-secondary:hover { border-color: var(--dark); background: #fff; }
.full { width: 100%; }
.hero-whatsapp {
  display: inline-flex;
  margin-top: 8px;
  color: var(--dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(201,164,92,0.72);
  text-underline-offset: 5px;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(11,35,65,0.1);
  border-radius: 999px;
  background: rgba(255,255,255,0.8);
  color: var(--dark);
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(11,35,65,0.07);
}
.hero-trust span::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e8dcc2;
  color: var(--dark);
  font-size: 0.78rem;
}

.trust-section { padding: 28px 0; border-bottom: 1px solid var(--border); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.trust-item { background: var(--card); border: 1px solid var(--border); padding: 18px; border-radius: 18px; font-weight: 750; }

.section { padding: 78px 0; }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head p { color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: #fff; border: 1px solid var(--border); border-radius: 24px; overflow: hidden; box-shadow: 0 8px 28px rgba(10, 20, 40, 0.06); }
.card-image { height: 210px; background: linear-gradient(135deg, #dfe9f6, #f8fafc); display: flex; align-items: center; justify-content: center; color: var(--muted); font-weight: 800; overflow: hidden; }
.card-image img, .gallery-placeholder img { width: 100%; height: 100%; object-fit: cover; }
.placeholder { padding: 20px; text-align: center; }
.card-body { padding: 24px; }
.card-body h3 { margin: 0 0 6px; font-size: 1.35rem; }
.card-body .sub { color: var(--primary); font-weight: 800; margin: 0 0 12px; }

.split { background: #fbf7f3; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.notice { padding: 16px 18px; border-left: 4px solid var(--leather); background: #fff; border-radius: 12px; font-weight: 750; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.feature-list span { background: #fff; border: 1px solid #ead9c8; padding: 18px; border-radius: 18px; font-weight: 800; color: #4b2d18; }

.prices { background: var(--card); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { background: #fff; border: 1px solid var(--border); border-radius: 22px; padding: 22px; }
.price-card h3 { margin: 0; font-size: 1.2rem; }
.price-card p { color: var(--muted); margin: 6px 0 14px; }
.price { color: var(--primary); font-weight: 900; font-size: 1.45rem; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-card { border: 1px solid var(--border); border-radius: 20px; padding: 22px; background: #fff; }
.step { color: var(--primary); font-size: 1.7rem; font-weight: 950; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-item { border-radius: 22px; overflow: hidden; border: 1px solid var(--border); background: var(--card); }
.gallery-placeholder { height: 230px; display: flex; align-items: center; justify-content: center; color: var(--muted); font-weight: 800; text-align: center; overflow: hidden; background: linear-gradient(135deg, #dfe9f6, #f8fafc); }
.gallery-caption { padding: 14px 16px; font-weight: 800; background: #fff; }

.faq-section { background: #fff; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--border); border-radius: 18px; padding: 20px; background: var(--card); }
.faq-item h3 { margin: 0 0 8px; }
.faq-item p { margin: 0; color: var(--muted); }

.contact { background: linear-gradient(135deg, #0b1526 0%, #123c78 100%); color: #fff; }
.contact h2, .contact .eyebrow { color: #fff; }
.contact p { color: #dbe7f8; }
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 36px; }
.contact-form { background: #fff; color: var(--text); border-radius: 26px; padding: 26px; display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 6px; font-weight: 750; }
input, select, textarea { width: 100%; border: 1px solid var(--border); border-radius: 12px; padding: 12px 14px; font: inherit; }
.privacy-note { color: var(--muted) !important; font-size: 0.9rem; }
.contact-line a { text-decoration: underline; }

.footer { background: #050b14; color: #d7dfec; padding: 32px 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 20px; }
.footer a { display: inline-block; margin-left: 18px; color: #fff; text-decoration: underline; }

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav { display: none; position: absolute; left: 16px; right: 16px; top: 76px; background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 18px; box-shadow: var(--shadow); flex-direction: column; align-items: flex-start; }
  .nav.open { display: flex; }
  .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .trust-grid, .cards, .price-grid, .process-grid, .gallery-grid { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
  .footer-grid { flex-direction: column; }
  .footer a { margin: 0 18px 0 0; }
}

@media (min-width: 861px) and (max-width: 1024px) {
  .hero-polsterreinigung {
    min-height: 80vh;
    padding: 54px 0;
    background-position: center, 64% center, center;
  }
  .hero-content {
    padding: 58px 0;
  }
  .hero-title {
    font-size: clamp(2.35rem, 5.8vw, 4.2rem);
  }
}

@media (max-width: 768px) {
  .hero-polsterreinigung {
    min-height: 82vh;
    padding: 38px 0;
    align-items: flex-start;
    background:
      linear-gradient(180deg, rgba(248,244,236,0.94) 0%, rgba(248,244,236,0.86) 48%, rgba(248,244,236,0.36) 76%, rgba(248,244,236,0.08) 100%),
      var(--hero-bg-image),
      linear-gradient(135deg, #f8f4ec, #ffffff);
    background-position: center, 66% center, center;
    background-repeat: no-repeat;
    background-size: cover, auto 100%, cover;
  }
  .hero-polsterreinigung::before {
    background: linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0) 68%);
  }
  .hero-content {
    max-width: none;
    margin-top: 8px;
    padding: 28px 0 180px;
    background: transparent;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .hero-trust {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(100% - 24px, 1120px);
  }
  .hero-polsterreinigung {
    padding-top: 28px;
    background-position: center, 68% center, center;
  }
  .hero-content {
    padding: 24px 0 180px;
  }
  .hero-title {
    font-size: clamp(2.15rem, 12vw, 3rem);
  }
  .hero-subtitle {
    font-size: 1.02rem;
  }
  .btn {
    min-height: 50px;
    padding: 12px 16px;
  }
}
