/* Page-specific styles: Praxisreinigung Essen */
.practice-page {
  --pr-blue: #1239ac;
  --pr-dark: #0e1b42;
  --pr-gold: #ffb400;
  --pr-soft: #f5f7fb;
  --pr-text: #374151;
  --pr-border: #dfe4ef;
  color: var(--pr-text);
  font-family: "DM Sans", sans-serif;
}

.pr-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000000;
  padding: 10px 14px;
  background: #fff;
  color: var(--pr-dark);
  border: 2px solid var(--pr-blue);
  border-radius: 8px;
  transform: translateY(-160%);
}
.pr-skip-link:focus { transform: translateY(0); }

.practice-page main p { margin: 0 0 16px; }
.practice-page main a { text-underline-offset: 3px; }
.practice-page main h1,
.practice-page main h2,
.practice-page main h3 { color: var(--pr-dark); }

.pr-hero {
  padding: 38px 0 70px;
  background:
    radial-gradient(circle at 87% 10%, rgba(255,180,0,.18), transparent 27%),
    linear-gradient(135deg, #f8faff 0%, #eef3ff 100%);
  border-bottom: 1px solid #e5e9f3;
}
.pr-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 34px;
  font-size: 14px;
  color: #5f6c85;
}
.pr-breadcrumb a { color: var(--pr-blue); }
.pr-eyebrow {
  margin-bottom: 10px !important;
  color: var(--pr-blue);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pr-hero h1 {
  margin: 0;
  max-width: 800px;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.035em;
}
.pr-lead {
  max-width: 800px;
  margin-top: 22px !important;
  font-size: 19px;
  line-height: 1.72;
  color: #344054;
}
.pr-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.pr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}
.pr-btn:hover { transform: translateY(-2px); }
.pr-btn--primary { background: var(--pr-blue); color: #fff !important; }
.pr-btn--primary:hover { background: var(--pr-dark); }
.pr-btn--secondary { background: #fff; color: var(--pr-blue) !important; border-color: var(--pr-blue); }
.pr-btn--secondary:hover { background: var(--pr-blue); color: #fff !important; }
.pr-inline-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: #26344f;
  font-size: 14px;
  font-weight: 700;
}
.pr-inline-trust i { color: #16825d; margin-right: 5px; }
.pr-hero-card {
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(18,57,172,.14);
  border-radius: 24px;
  box-shadow: 0 22px 50px rgba(14,27,66,.12);
}
.pr-card-kicker { color: var(--pr-blue); font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.pr-step-list { margin: 20px 0 0; padding: 0; list-style: none; }
.pr-step-list li { display: flex; gap: 14px; align-items: flex-start; padding: 13px 0; border-bottom: 1px solid #eef0f5; }
.pr-step-list li:last-child { border-bottom: 0; }
.pr-step-list li > span { flex: 0 0 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--pr-blue); color: #fff; font-weight: 800; }
.pr-step-list strong { display: block; color: var(--pr-dark); font-size: 16px; }
.pr-step-list small { display: block; margin-top: 2px; color: #667085; font-size: 13px; line-height: 1.45; }
.pr-card-note { margin: 14px 0 0 !important; padding: 13px 14px; border-radius: 12px; background: #fff7de; color: #624b00; font-size: 13px; line-height: 1.55; }

.pr-section { padding: 82px 0; }
.pr-section--soft { background: var(--pr-soft); }
.pr-section--blue { background: var(--pr-dark); color: #dbe4ff; }
.pr-section--reviews { background: #fbfcff; }
.pr-section-head { max-width: 820px; margin: 0 auto 36px; text-align: center; }
.pr-section-head--left { margin-left: 0; text-align: left; }
.pr-section-head--light h2 { color: #fff !important; }
.pr-section-head--light .pr-eyebrow { color: #ffd36b; }
.pr-section-head h2 {
  margin: 0 0 16px;
  font-size: clamp(29px, 4vw, 42px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -.025em;
}
.pr-section-head > p:last-child { color: #5a6579; font-size: 17px; line-height: 1.7; }

.pr-card-grid { display: grid; gap: 18px; }
.pr-card-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pr-icon-card {
  padding: 24px 21px;
  background: #fff;
  border: 1px solid var(--pr-border);
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(14,27,66,.05);
}
.pr-icon-card > i { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 16px; border-radius: 12px; background: #edf2ff; color: var(--pr-blue); font-size: 21px; }
.pr-icon-card h3 { margin: 0 0 9px; font-size: 18px; font-weight: 800; }
.pr-icon-card p { margin: 0 !important; color: #606b7e; font-size: 14px; line-height: 1.65; }

.pr-check-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.pr-check-list { margin: 0; padding: 0; list-style: none; }
.pr-check-list li { position: relative; padding: 0 0 15px 28px; line-height: 1.6; }
.pr-check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #16825d; font-weight: 900; }
.pr-boundary-card { padding: 28px; background: #fff; border: 1px solid #e1e6f0; border-left: 5px solid var(--pr-gold); border-radius: 18px; box-shadow: 0 14px 35px rgba(14,27,66,.07); }
.pr-boundary-card h3 { margin: 0 0 14px; font-size: 23px; font-weight: 800; }
.pr-boundary-card p { color: #596579; line-height: 1.65; }
.pr-boundary-card a { color: var(--pr-blue); font-weight: 800; }

.pr-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pr-compare-card { padding: 25px 22px; border: 1px solid var(--pr-border); border-radius: 18px; background: #fff; }
.pr-compare-card--accent { background: #eef3ff; border-color: #cbd8ff; }
.pr-compare-card > span { display: inline-block; margin-bottom: 12px; padding: 5px 9px; border-radius: 999px; background: #edf0f5; color: #4b5870; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.pr-compare-card h3 { margin: 0 0 14px; font-size: 22px; font-weight: 800; }
.pr-compare-card ul { margin: 0; padding-left: 18px; color: #526078; }
.pr-compare-card li + li { margin-top: 7px; }

.pr-benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.pr-benefit-grid article { padding: 24px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 17px; }
.pr-benefit-grid strong { display: block; margin-bottom: 8px; color: #fff; font-size: 19px; }
.pr-benefit-grid p { margin: 0 !important; color: #cfdaff; font-size: 14px; line-height: 1.6; }

.pr-process { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.pr-process li { padding: 22px 18px; border: 1px solid var(--pr-border); border-radius: 16px; background: #fff; }
.pr-process > li > span { display: block; margin-bottom: 18px; color: var(--pr-gold); font-size: 26px; font-weight: 800; }
.pr-process h3 { margin: 0 0 9px; font-size: 18px; font-weight: 800; }
.pr-process p { margin: 0 !important; color: #657084; font-size: 14px; line-height: 1.6; }

.pr-factor-card { padding: 26px; background: #fff; border: 1px solid var(--pr-border); border-radius: 18px; }
.pr-factor-card h3 { margin: 0 0 15px; font-size: 22px; font-weight: 800; }
.pr-factor-card ul { margin: 0; padding-left: 19px; }
.pr-factor-card li + li { margin-top: 8px; }
.pr-cta-strip { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-top: 38px; padding: 24px 26px; background: #fff; border: 1px solid #dce3f0; border-radius: 18px; }
.pr-cta-strip strong { display: block; color: var(--pr-dark); font-size: 20px; }
.pr-cta-strip span { display: block; margin-top: 4px; color: #657084; }

.pr-local-links { padding: 25px; border-radius: 18px; background: var(--pr-dark); }
.pr-local-links h3 { color: #fff; margin: 0 0 14px; font-size: 22px; font-weight: 800; }
.pr-local-links a { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.14); color: #fff; font-weight: 700; }
.pr-local-links a:last-child { border-bottom: 0; }

.pr-review-grid { display: grid; grid-template-columns: 1.35fr .85fr; gap: 20px; }
.pr-review-card { margin: 0; padding: 28px; background: #fff; border: 1px solid var(--pr-border); border-radius: 20px; box-shadow: 0 13px 32px rgba(14,27,66,.06); }
.pr-stars { color: #f4ad00; letter-spacing: 3px; font-size: 20px; }
.pr-review-card blockquote { margin: 16px 0 22px; color: #28364f; font-size: 17px; line-height: 1.75; }
.pr-review-card figcaption strong, .pr-review-card figcaption span { display: block; }
.pr-review-card figcaption strong { color: var(--pr-dark); }
.pr-review-card figcaption span { color: #778198; font-size: 13px; }
.pr-review-link { margin: 24px 0 0 !important; text-align: center; }
.pr-review-link a { color: var(--pr-blue); font-weight: 800; }

.pr-faq-wrap { max-width: 900px; }
.pr-faq-item { margin-bottom: 12px; border: 1px solid var(--pr-border); border-radius: 14px; background: #fff; overflow: hidden; }
.pr-faq-item summary { position: relative; padding: 18px 52px 18px 20px; color: var(--pr-dark); font-size: 17px; font-weight: 800; cursor: pointer; list-style: none; }
.pr-faq-item summary::-webkit-details-marker { display: none; }
.pr-faq-item summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--pr-blue); font-size: 25px; }
.pr-faq-item[open] summary::after { content: "–"; }
.pr-faq-item p { padding: 0 20px 20px; margin: 0 !important; color: #5a6579; line-height: 1.7; }

/* Contact include refinements */
.practice-page .contact-one { scroll-margin-top: 90px; }
.practice-page .contact-one__intro { margin: -30px 0 28px; color: rgba(255,255,255,.84); max-width: 680px; }
.practice-page .contact-consent { display: flex; align-items: flex-start; gap: 10px; margin: 10px 0 20px; color: #fff; font-size: 14px; line-height: 1.5; }
.practice-page .contact-consent input { margin-top: 4px; }
.practice-page .contact-consent a { color: #fff; text-decoration: underline; }

@media (max-width: 1199px) {
  .pr-card-grid--four { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .pr-process { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 991px) {
  .pr-hero { padding-top: 28px; }
  .pr-benefit-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .pr-review-grid { grid-template-columns: 1fr; }
  .pr-cta-strip { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 767px) {
  .pr-section { padding: 58px 0; }
  .pr-hero h1 { font-size: 38px; }
  .pr-lead { font-size: 17px; }
  .pr-card-grid--four,
  .pr-check-columns,
  .pr-compare,
  .pr-benefit-grid,
  .pr-process { grid-template-columns: 1fr; }
  .pr-actions .pr-btn { width: 100%; }
  .pr-inline-trust { display: grid; gap: 8px; }
  .pr-hero-card, .pr-review-card { padding: 22px; }
  .pr-section-head { text-align: left; }
}
