:root {
  --ci-orange: #f47c20;
  --ci-dark: #181818;
  --ci-dark-soft: #222;
  --ci-text-dark: #222;
  --ci-text-light: #fff;
  --ci-radius-lg: 24px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Arial, sans-serif;
  margin: 0;
  background: radial-gradient(circle at top, #2a2a2a 0%, var(--ci-dark) 38%);
  color: var(--ci-text-light);
  line-height: 1.45;
}

a {
  color: inherit;
}

/* Banner */
.header {
  background: var(--ci-orange);
  color: var(--ci-text-dark);
  padding: 0;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.18);
}

.header a {
  display: block;
}

.banner-img {
  width: 100%;
  max-height: 190px;
  object-fit: cover;
  display: block;
}

/* Headline-Box unter dem Banner */
.headline-box {
  background: var(--ci-orange);
  color: var(--ci-text-dark);
  text-align: left;
  padding: 1.35rem clamp(1rem, 3vw, 2.2rem) 1.35rem;
  box-shadow: inset 0 -6px 22px rgba(0, 0, 0, 0.1);
}

.headline-box h1 {
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  margin: 0;
  font-weight: 900;
  letter-spacing: 0.3px;
  line-height: 1.08;
}

.success {
  color: #2d2d2d;
}

.header-tagline {
  background: var(--ci-dark-soft);
  color: var(--ci-text-light);
  font-size: clamp(0.9rem, 2.2vw, 1.06rem);
  font-weight: 700;
  display: inline-block;
  border-radius: 12px;
  padding: 0.62em 1.2em;
  transform: rotate(-2deg);
  margin-top: 0.65rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.26);
}

/* Paket-Angebot */
.paket-section {
  background: linear-gradient(to bottom, #f1f1f1 0%, #6b6b6b 100%);
  color: var(--ci-text-dark);
  padding: 2.4rem 1rem;
  position: relative;
  overflow: hidden;
}

.paket-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--ci-radius-lg);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.2);
  padding: 2.4rem 1.8rem;
  gap: 1.65rem;
  backdrop-filter: blur(2px);
}

.paket-content {
  flex: 1 1 360px;
  min-width: 280px;
  padding-right: 1.2rem;
  z-index: 1;
}

.paket-content h2 {
  font-size: clamp(1.15rem, 2.6vw, 1.5rem);
  margin: 0;
  font-weight: 800;
}

.paket-preis {
  font-size: clamp(2rem, 7vw, 3.5rem);
  font-weight: 900;
  margin: 0.2em 0 0.32em 0;
  color: var(--ci-text-light);
  text-shadow: 0 4px 24px #222, 0 2px 3px var(--ci-orange);
  line-height: 1.02;
}

.paket-content ul {
  list-style: disc;
  padding-left: 1.2rem;
  font-size: 1rem;
  line-height: 1.62;
  margin: 1rem 0 0 0;
}

.paket-content li {
  margin-bottom: 0.45rem;
}

.paket-content li::marker {
  color: var(--ci-orange);
}

.paket-images {
  flex: 1 1 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.produkte-img {
  width: min(100%, 460px);
  filter: drop-shadow(0 12px 34px rgba(0, 0, 0, 0.5));
  border-radius: 22px;
  transition: transform 0.22s ease;
}

.produkte-img:hover {
  transform: translateY(-2px);
}

/* Angebote Hinweis */
.angebote-hinweis {
  text-align: center;
  background: var(--ci-dark-soft);
  color: var(--ci-text-light);
  padding: 2rem 1rem 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.angebote-hinweis h3 {
  font-size: clamp(1rem, 2.5vw, 1.28rem);
  margin: 0 0 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

.angebote-hinweis h2 {
  color: var(--ci-orange);
  font-size: clamp(1.25rem, 3.8vw, 2rem);
  margin: 0;
  font-weight: 900;
  letter-spacing: 0.8px;
}

/* Lageplan */
.lageplan {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  padding: 2rem 1rem;
  background: var(--ci-dark);
}

.lageplan-imgbox {
  position: relative;
  width: 100%;
  max-width: 720px;
}

.lageplan-img,
.borstelum-img {
  width: 100%;
  margin-bottom: 0.2rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.borstelum-img {
  max-width: 420px;
  display: block;
  margin: 1.5em auto 0 auto;
  background: none;
}

.schaltzentrale-logo {
  text-align: right;
  width: 100%;
  max-width: 650px;
  margin-top: -3.2em;
}

.sz2000 {
  font-size: 2.1em;
  color: #fff;
  background: #24234c;
  border-radius: 8px;
  padding: 0.15em 0.7em;
  font-weight: bold;
  letter-spacing: 2px;
  box-shadow: 0 2px 15px rgba(50, 50, 90, 0.13);
}

/* Footer und Impressum-Button */
.footer {
  background: #121212;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.45rem 0 0.85rem;
  gap: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.impressum-button-container {
  width: 100%;
  text-align: center;
  margin: 0.1rem 0 0.6rem;
}

.impressum-btn {
  color: #d0d0d0;
  background: #1d1d1d;
  font-size: 0.98rem;
  font-weight: 600;
  padding: 0.56rem 1.25rem;
  border-radius: 18px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  display: inline-block;
  transition: color 0.18s, background 0.18s, border-color 0.18s;
}

.impressum-btn:hover,
.impressum-btn:focus {
  color: var(--ci-orange);
  background: #242424;
  border-color: rgba(244, 124, 32, 0.7);
}

.impressum-btn:focus-visible {
  outline: 2px solid rgba(244, 124, 32, 0.6);
  outline-offset: 2px;
}

.footer-logo img {
  max-width: 230px;
  height: auto;
}

.logo-s-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-s {
  width: 30%;
  max-width: 160px;
  height: auto;
  opacity: 0.95;
}

/* Tablet & Mobile-Optimierung */
@media (max-width: 860px) {
  .paket-box {
    flex-direction: column;
    padding: 1.2rem;
    gap: 1rem;
  }

  .paket-content {
    padding-right: 0;
  }

  .paket-content ul {
    font-size: 0.98rem;
  }

  .schaltzentrale-logo {
    margin-top: -1.4em;
  }
}

/* Extra Mobile-Optimierung */
@media (max-width: 600px) {
  .header-tagline {
    transform: rotate(-1deg);
    padding: 0.45em 0.75em;
  }

  .paket-section {
    padding: 1.2rem 0.65rem;
  }

  .paket-preis {
    margin-bottom: 0.28em;
  }

  .paket-images {
    margin-top: 0.35rem;
  }

  .angebote-hinweis h2 {
    font-size: 1.14rem;
  }

  .angebote-hinweis h3 {
    font-size: 0.9rem;
  }

  .lageplan-imgbox {
    max-width: 98vw;
  }

  .borstelum-img {
    max-width: 98vw;
  }

  .sz2000 {
    font-size: 1em;
    padding: 0.11em 0.5em;
  }

  .footer-logo img {
    max-width: 150px;
  }

  .logo-s {
    width: 50%;
    max-width: 110px;
  }

  .impressum-btn {
    font-size: 0.94rem;
    padding: 0.42rem 0.95rem;
  }
}