/* Gewerk-Unterseiten Premium-Erweiterung (Ebene: leistungen/<gewerk>/<detail>/) —
   eigene "sp2-" Namensräume, damit nichts mit den bestehenden sp-hero /
   service-master-* Klassen kollidiert, die andere, noch nicht umgebaute
   Unterseiten weiter benutzen. */

.sp2-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 7vw, 100px) 0;
  background: #071d33;
  color: #fff;
}

.sp2-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 560px);
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}

.sp2-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e6007e;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sp2-hero__kicker::before { content: ""; display: block; width: 28px; height: 2px; background: #e6007e; }

.sp2-hero__copy h1 {
  max-width: 13ch;
  margin: 16px 0 20px;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -.01em;
}

.sp2-hero__copy > p { max-width: 44ch; margin: 0 0 28px; color: rgba(255, 255, 255, .76); font-size: 1rem; line-height: 1.7; }

.sp2-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.sp2-hero__trust li { display: flex; align-items: center; gap: 10px; }
.sp2-hero__trust .lucide { flex: 0 0 auto; width: 1.2rem; height: 1.2rem; color: #e6007e; }
.sp2-hero__trust strong { display: block; font-size: .82rem; font-weight: 800; }
.sp2-hero__trust span { display: block; color: rgba(255, 255, 255, .58); font-size: .72rem; }

.sp2-hero__actions { display: flex; flex-wrap: wrap; gap: 16px; }

.sp2-hero__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 6px;
  color: #fff;
  font-size: .84rem;
  font-weight: 800;
  text-decoration: none;
  transition: border-color .18s ease, background-color .18s ease;
}

.sp2-hero__secondary:hover { border-color: #fff; background: rgba(255, 255, 255, .08); color: #fff; }

.sp2-hero__media { position: relative; margin: 0; aspect-ratio: 4 / 3; border-radius: 20px; overflow: hidden; }
.sp2-hero__media img { width: 100%; height: 100%; object-fit: cover; }

.sp2-hero__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 160px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 44px rgba(0, 0, 0, .28);
  text-align: left;
}

.sp2-hero__badge-google { display: block; margin-bottom: 4px; color: #536876; font-size: .68rem; font-weight: 800; }
.sp2-hero__badge strong { display: block; color: #0c2335; font-family: var(--font-display); font-size: 1.25rem; font-weight: 900; line-height: 1; }
.sp2-hero__badge .koeln-about-hero__google-stars { margin: 6px 0; }
.sp2-hero__badge small { color: #536876; font-size: .7rem; font-weight: 700; }

@media (max-width: 991.98px) {
  .sp2-hero__grid { grid-template-columns: 1fr; }
  .sp2-hero__copy h1 { max-width: none; }
}

/* ---------- Trust band: dark 4-icon row ---------- */

.sp2-trust-band { background: #0c2335; color: #fff; }

.sp2-trust-band__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 28px 0;
}

.sp2-trust-band__grid > div { display: flex; align-items: center; gap: 12px; }
.sp2-trust-band__grid .lucide { flex: 0 0 auto; width: 1.3rem; height: 1.3rem; color: #e6007e; }
.sp2-trust-band__grid strong { display: block; font-size: .78rem; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.sp2-trust-band__grid span { display: block; color: rgba(255, 255, 255, .58); font-size: .74rem; }

@media (max-width: 991.98px) {
  .sp2-trust-band__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 20px; }
}

@media (max-width: 575.98px) {
  .sp2-trust-band__grid { grid-template-columns: 1fr; }
}

/* ---------- Problem split: stacked photo pair | copy + checklist ---------- */

.sp2-problem-split {
  padding: clamp(70px, 8vw, 110px) 0;
  background: #f4f7fa;
}

.sp2-problem-split__grid {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 4vw, 60px);
  align-items: center;
}

.sp2-problem-split__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 18px;
}

.sp2-problem-split__media img { width: 100%; height: 100%; object-fit: cover; }

.sp2-problem-split__copy span.detail-kicker { color: #e6007e; }

.sp2-problem-split__copy h2 {
  max-width: 15ch;
  margin: 14px 0 16px;
  color: #0c2335;
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.8vw, 2.5rem);
  font-weight: 850;
  line-height: 1.12;
}

.sp2-problem-split__copy > p { max-width: 46ch; margin: 0 0 26px; color: #536876; font-size: .96rem; line-height: 1.7; }

.sp2-problem-split__copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp2-problem-split__copy li { display: flex; align-items: center; gap: 10px; color: #294553; font-size: .86rem; font-weight: 650; }
.sp2-problem-split__copy li .lucide { flex: 0 0 auto; width: 1.1rem; height: 1.1rem; color: #e6007e; }

@media (max-width: 991.98px) {
  .sp2-problem-split__grid { grid-template-columns: 1fr; }
}

@media (max-width: 575.98px) {
  .sp2-problem-split__copy ul { grid-template-columns: 1fr; }
}

/* ---------- Services grid: 6 photo cards with overlapping icon badge ---------- */

.sp2-services-grid {
  padding: clamp(70px, 8vw, 110px) 0;
  background: #fff;
}

.sp2-services-grid__head { max-width: 620px; margin: 0 auto 48px; text-align: center; }
.sp2-services-grid__head span.detail-kicker { color: #e6007e; }

.sp2-services-grid__head h2 {
  margin: 12px 0 0;
  color: #0c2335;
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.8vw, 2.5rem);
  font-weight: 850;
  line-height: 1.15;
}

.sp2-services-grid__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 20px;
}

/* border-radius lives on the img, not the figure — the icon badge
   below deliberately sits half outside the photo (bottom: -18px), and
   a figure with overflow:hidden would clip it right along with the
   image corners. */
.sp2-services-grid__grid figure { position: relative; margin: 0 0 30px; aspect-ratio: 4 / 3; }
.sp2-services-grid__grid img { width: 100%; height: 100%; border-radius: 14px; object-fit: cover; }

.sp2-services-grid__icon {
  position: absolute;
  left: 20px;
  bottom: -18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #e6007e;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.sp2-services-grid__grid h3 { margin: 0 0 8px; color: #0c2335; font-family: var(--font-display); font-size: 1.05rem; font-weight: 800; }
.sp2-services-grid__grid p { margin: 0; color: #536876; font-size: .84rem; line-height: 1.6; }

@media (max-width: 991.98px) {
  .sp2-services-grid__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

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

/* ---------- Steps band: 4 connected numbered circles ---------- */

.sp2-steps-band {
  padding: clamp(64px, 7vw, 96px) 0;
  background: #f4f7fa;
  text-align: center;
}

.sp2-steps-band span.detail-kicker { color: #e6007e; }

.sp2-steps-band h2 {
  max-width: 30ch;
  margin: 12px auto 50px;
  color: #0c2335;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 2.6vw, 2.4rem);
  font-weight: 850;
  line-height: 1.2;
}

.sp2-steps-band__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp2-steps-band__list::before {
  content: "";
  position: absolute;
  top: 26px;
  left: calc(100% / 8);
  right: calc(100% / 8);
  z-index: 0;
  height: 0;
  border-top: 2px dashed #dde6ec;
}

.sp2-steps-band__list li { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 10px; }

.sp2-steps-band__num {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #e6007e;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(230, 0, 126, .28);
}

.sp2-steps-band__list > li > .lucide { display: none; }
.sp2-steps-band__list h3 { margin: 6px 0 0; color: #0c2335; font-size: .92rem; font-weight: 800; }
.sp2-steps-band__list p { max-width: 20ch; margin: 0; color: #536876; font-size: .78rem; line-height: 1.5; }

@media (max-width: 767.98px) {
  .sp2-steps-band__list { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 32px; }
  .sp2-steps-band__list::before { display: none; }
}

/* ---------- Pricing split: dark copy+badge | photo | white form ---------- */
/* .lead-form ships its own card styling — reused as-is inside the
   third column, no restyling of the form itself. */

.sp2-pricing-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .7fr) minmax(360px, .9fr);
  background: #071d33;
  color: #fff;
}

.sp2-pricing-split__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(44px, 5vw, 64px); }
.sp2-pricing-split__copy span.detail-kicker { color: #ff8fc4; }

.sp2-pricing-split__copy h2 {
  max-width: 13ch;
  margin: 14px 0 16px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.6vw, 2.5rem);
  font-weight: 900;
  line-height: 1.1;
}

.sp2-pricing-split__copy > p { max-width: 36ch; margin: 0 0 26px; color: rgba(255, 255, 255, .74); font-size: .92rem; line-height: 1.65; }

.sp2-pricing-split__copy ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.sp2-pricing-split__copy li { display: flex; align-items: center; gap: 10px; color: #fff; font-size: .88rem; font-weight: 600; }
.sp2-pricing-split__copy li .lucide { flex: 0 0 auto; width: 1.1rem; height: 1.1rem; color: #ff8fc4; }

.sp2-pricing-split__badge {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  padding: 18px 22px;
  border: 1px solid rgba(230, 0, 126, .35);
  border-radius: 14px;
  width: fit-content;
}

.sp2-pricing-split__badge small { color: rgba(255, 255, 255, .6); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.sp2-pricing-split__badge strong { font-family: var(--font-display); font-size: 1.8rem; font-weight: 900; }
.sp2-pricing-split__badge span { color: rgba(255, 255, 255, .6); font-size: .76rem; }

.sp2-pricing-split__media { margin: 0; min-height: 100%; }
.sp2-pricing-split__media img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }

.sp2-pricing-split__form { display: flex; align-items: center; padding: clamp(30px, 3.5vw, 44px); }
.sp2-pricing-split__form .lead-form { width: 100%; }

@media (max-width: 1199.98px) {
  .sp2-pricing-split { grid-template-columns: 1fr; }
  .sp2-pricing-split__media { order: -1; }
  .sp2-pricing-split__media img { min-height: 260px; }
}

/* ---------- Final bar: magenta 24/7 Notdienst strip ---------- */

.sp2-final-bar { background: #e6007e; color: #fff; }

.sp2-final-bar__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0;
}

.sp2-final-bar__kicker { display: block; margin-bottom: 6px; color: rgba(255, 255, 255, .78); font-size: .74rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.sp2-final-bar__copy h2 { max-width: 30ch; margin: 0 0 6px; font-family: var(--font-display); font-size: clamp(1.3rem, 1.8vw, 1.6rem); font-weight: 850; line-height: 1.25; }
.sp2-final-bar__copy p { max-width: 42ch; margin: 0; color: rgba(255, 255, 255, .82); font-size: .86rem; }

.sp2-final-bar__phone {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 22px;
  border-radius: 12px;
  background: #fff;
  color: #0c2335;
  text-decoration: none;
}

.sp2-final-bar__phone-icon { display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 50%; background: rgba(230, 0, 126, .1); color: #e6007e; flex: 0 0 auto; }
.sp2-final-bar__phone strong { display: block; font-family: var(--font-display); font-size: 1.1rem; font-weight: 900; }
.sp2-final-bar__phone small { display: block; color: #536876; font-size: .72rem; }

@media (max-width: 767.98px) {
  .sp2-final-bar__grid { flex-direction: column; align-items: flex-start; }
}
