@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Source+Sans+3:wght@400;600;700&display=swap");

:root {
  --bg: #0e0b10;
  --bg-soft: #17131a;
  --surface: rgba(44, 30, 34, 0.66);
  --surface-strong: rgba(34, 22, 25, 0.82);
  --line: rgba(255, 255, 255, 0.12);
  --line-soft: rgba(255, 255, 255, 0.07);
  --text: #f6f0ec;
  --muted: rgba(246, 240, 236, 0.76);
  --muted-strong: rgba(246, 240, 236, 0.9);
  --brand: #d81319;
  --brand-dark: #aa0d12;
  --brand-soft: rgba(216, 19, 25, 0.18);
  --gold: #f6bd3b;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
  --radius: 26px;
  --container: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Source Sans 3", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 50%, rgba(12, 8, 11, 0.18), rgba(12, 8, 11, 0.68)),
    url("./media/tatortreinigung-boden-textur.webp") center top / cover fixed,
    radial-gradient(circle at 12% 18%, rgba(131, 44, 44, 0.34), transparent 28%),
    radial-gradient(circle at 84% 20%, rgba(181, 109, 71, 0.24), transparent 24%),
    radial-gradient(circle at 50% 62%, rgba(111, 48, 48, 0.26), transparent 30%),
    linear-gradient(180deg, #130f14 0%, #1a1318 34%, #120e12 100%);
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 100% 4px, 4px 100%;
  mix-blend-mode: soft-light;
}

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

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

button {
  font: inherit;
}

section[id] {
  scroll-margin-top: 100px;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(10, 8, 11, 0.82);
  border-bottom: 1px solid var(--line-soft);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 92px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.brand-lockup img {
  width: 272px;
}

.nav-toggle {
  display: none;
  width: 52px;
  height: 52px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: currentColor;
  content: "";
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle span {
  margin-top: 4px;
  margin-bottom: 4px;
}

.nav-toggle[aria-expanded="true"]::before {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"]::after {
  transform: translateY(-6px) rotate(-45deg);
}

.nav-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.header-nav a {
  font-weight: 700;
  color: rgba(246, 240, 236, 0.86);
  transition: color 0.18s ease;
}

.header-nav a:hover,
.header-nav a:focus-visible {
  color: #fff;
}

.cta-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 18px;
  border: 1px solid transparent;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  box-shadow: var(--shadow);
  transition: transform 0.18s ease, background 0.18s ease;
}

.cta-button:hover,
.ghost-button:hover {
  transform: translateY(-2px);
}

.cta-button {
  background: linear-gradient(180deg, #e31c23 0%, #bf1116 100%);
  color: #fff;
}

.cta-button strong {
  font-weight: 800;
}

.ghost-button {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--line);
  color: var(--text);
}

.site-main {
  overflow: clip;
}

.hero {
  position: relative;
  padding: 0 0 28px;
}

.hero-layout {
  display: block;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 30px 0 20px;
}

.hero-stage {
  position: relative;
  min-height: 860px;
  margin-top: -1px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(6, 5, 7, 0.18) 0%, rgba(6, 5, 7, 0.4) 100%);
}

.hero-inner {
  position: relative;
  width: min(1540px, calc(100% - 56px));
  min-height: 860px;
  margin: 0 auto;
}

.hero-background,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: blur(1px) saturate(0.95) brightness(0.72);
  transform: scale(1.035);
}

.hero-shade {
  background:
    radial-gradient(circle at 20% 28%, rgba(22, 17, 22, 0.18), rgba(22, 17, 22, 0.72) 44%),
    linear-gradient(90deg, rgba(10, 9, 11, 0.84) 0%, rgba(10, 9, 11, 0.56) 34%, rgba(10, 9, 11, 0.14) 60%, rgba(10, 9, 11, 0.18) 100%),
    linear-gradient(180deg, rgba(10, 9, 11, 0.44) 0%, rgba(10, 9, 11, 0.1) 25%, rgba(10, 9, 11, 0.22) 100%);
}

.hero-copy--stage {
  max-width: 560px;
  padding: 122px 0 0 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(216, 19, 25, 0.16);
  border: 1px solid rgba(216, 19, 25, 0.28);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 6px rgba(216, 19, 25, 0.18);
}

.hero h1,
.section-heading h2,
.mini-hero h1 {
  margin: 18px 0 0;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(3.7rem, 7vw, 5.85rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-transform: none;
}

.hero-subline {
  margin: 18px 0 0;
  font-size: clamp(1.55rem, 2vw, 2.3rem);
  font-weight: 700;
  color: var(--muted-strong);
  max-width: 580px;
}

.highlight-bar {
  display: inline-flex;
  margin-top: 22px;
  padding: 10px 16px;
  background: linear-gradient(90deg, rgba(216, 19, 25, 0.98) 0%, rgba(177, 8, 13, 0.96) 100%);
  border-radius: 12px;
  box-shadow: 0 16px 32px rgba(126, 4, 8, 0.32);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}

.hero-highlight {
  display: inline-flex;
  margin-top: 28px;
  padding: 10px 18px;
  background: linear-gradient(90deg, rgba(216, 19, 25, 0.98) 0%, rgba(186, 10, 15, 0.96) 100%);
  box-shadow: 0 18px 34px rgba(126, 4, 8, 0.32);
  color: #fff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(1.9rem, 2.5vw, 2.7rem);
  font-weight: 700;
  line-height: 1;
}

.hero-highlight--compact {
  padding: 8px 14px;
}

.hero-lead {
  max-width: 650px;
  margin: 24px 0 0;
  font-size: 1.28rem;
  color: var(--muted-strong);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.hero-actions--mobile {
  display: none;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(14, 10, 14, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 700;
}

.chip svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--brand);
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 30px;
}

.hero-benefit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(246, 240, 236, 0.92);
  font-size: 1.1rem;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.hero-benefit svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--brand);
}

.google-badge {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 28px;
  padding: 18px 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  color: #122138;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.24);
}

.google-badge-line {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 1.15rem;
}

.google-word {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}

.google-word span:nth-child(1) { color: #4285f4; }
.google-word span:nth-child(2) { color: #db4437; }
.google-word span:nth-child(3) { color: #f4b400; }
.google-word span:nth-child(4) { color: #4285f4; }
.google-word span:nth-child(5) { color: #0f9d58; }
.google-word span:nth-child(6) { color: #db4437; }

.stars {
  color: var(--gold);
  letter-spacing: 0.14em;
  font-size: 1.3rem;
}

.rating-copy {
  font-size: 1.6rem;
  font-weight: 800;
}

.rating-subcopy {
  color: #37526b;
  font-size: 1.1rem;
  font-weight: 700;
}

.hero-scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.95) contrast(1.02);
}

.hero-figure {
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 4;
  width: min(43vw, 560px);
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.42));
}

.hero-police-tape {
  position: absolute;
  left: -3%;
  right: -6%;
  bottom: 122px;
  z-index: 2;
  height: 94px;
  display: flex;
  align-items: center;
  transform: rotate(4deg);
  background: linear-gradient(180deg, #f1262d 0%, #c80d13 100%);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.34);
}

.hero-police-tape span {
  margin-left: 5%;
  padding: 12px 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: #111317;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(2.2rem, 3.6vw, 4.1rem);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.hero-review-badge {
  position: absolute;
  right: 12px;
  bottom: 112px;
  z-index: 5;
  margin-top: 0;
  padding: 20px 28px;
}

.hero-bottom-note {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 3;
  max-width: 420px;
  margin: 0;
  color: rgba(246, 240, 236, 0.96);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.15;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.34);
}

.hero-panel {
  position: relative;
  margin-top: 42px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.info-card,
.review-card,
.service-card,
.contact-card,
.about-card {
  border-radius: 24px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(52, 34, 38, 0.78) 0%, rgba(31, 20, 24, 0.74) 100%);
  box-shadow: var(--shadow);
}

.info-card,
.about-card {
  padding: 28px 24px;
}

.info-card-icon,
.service-card-icon,
.contact-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(216, 19, 25, 0.22) 0%, rgba(216, 19, 25, 0.08) 100%);
  border: 1px solid rgba(216, 19, 25, 0.34);
  color: #fff;
}

.info-card-icon svg,
.service-card-icon svg,
.contact-card-icon svg {
  width: 28px;
  height: 28px;
}

.info-card h3,
.service-card h3,
.contact-card h3,
.about-card h3,
.review-card h3 {
  margin: 18px 0 8px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.info-card p,
.service-card p,
.contact-card p,
.about-card p,
.section-heading p,
.review-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1.14rem;
}

.section {
  padding: 46px 0;
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(3.1rem, 5vw, 4.5rem);
}

.section-heading p {
  margin-top: 16px;
  font-size: 1.28rem;
}

.reviews-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}

.reviews-grid,
.services-grid,
.contact-grid,
.footer-grid,
.about-grid {
  display: grid;
  gap: 20px;
}

.reviews-grid,
.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-card {
  padding: 24px;
}

.review-stars {
  color: var(--gold);
  letter-spacing: 0.16em;
  font-size: 1.3rem;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0 16px;
}

.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

.review-meta strong {
  display: block;
  font-size: 1.15rem;
}

.review-meta span {
  color: var(--muted);
}

.reviews-cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.intake-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 24px;
  align-items: stretch;
}

.intake-panel,
.intake-value {
  border-radius: 30px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(52, 34, 38, 0.82) 0%, rgba(29, 19, 22, 0.78) 100%);
  box-shadow: var(--shadow);
}

.intake-panel {
  padding: 30px;
}

.stepper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 26px;
}

.stepper-item {
  display: grid;
  gap: 8px;
  padding: 14px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  color: var(--muted);
}

.stepper-item span {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-weight: 800;
}

.stepper-item strong {
  font-size: 0.98rem;
  line-height: 1.2;
}

.stepper-item.is-active {
  background: linear-gradient(180deg, rgba(216, 19, 25, 0.18) 0%, rgba(216, 19, 25, 0.08) 100%);
  border-color: rgba(216, 19, 25, 0.3);
  color: #fff;
}

.stepper-item.is-active span {
  background: var(--brand);
}

.stepper-item.is-complete span {
  background: #2f8f53;
}

.intake-form h2 {
  margin: 18px 0 0;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(2.8rem, 4vw, 4rem);
  line-height: 0.95;
}

.intake-lead {
  margin: 16px 0 0;
  color: var(--muted-strong);
  font-size: 1.16rem;
  max-width: 760px;
}

.intake-hint {
  margin: 14px 0 0;
  color: rgba(246, 240, 236, 0.72);
  font-size: 0.98rem;
  font-weight: 700;
}

.intake-subheading {
  margin: 26px 0 14px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}

.intake-step {
  display: none;
}

.intake-step.is-active {
  display: block;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.choice-grid--compact {
  margin-top: 16px;
}

.choice-card {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 128px;
  padding: 22px 20px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.choice-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
}

.choice-card input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.choice-card span {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.55rem;
  line-height: 1;
  color: #fff;
}

.choice-card small {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.45;
}

.choice-card:has(input:checked) {
  border-color: rgba(216, 19, 25, 0.42);
  background: linear-gradient(180deg, rgba(216, 19, 25, 0.18) 0%, rgba(216, 19, 25, 0.06) 100%);
  box-shadow: 0 18px 30px rgba(92, 5, 9, 0.16);
}

.choice-card--check {
  min-height: 118px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.field {
  display: grid;
  gap: 10px;
}

.field--full {
  margin-top: 24px;
}

.field span {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(15, 11, 14, 0.72);
  color: #fff;
  padding: 16px 18px;
  font: inherit;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(246, 240, 236, 0.44);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(216, 19, 25, 0.42);
  box-shadow: 0 0 0 4px rgba(216, 19, 25, 0.12);
}

.consent-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 20px;
  color: var(--muted-strong);
}

.consent-row input {
  margin-top: 4px;
}

.summary-box {
  margin-top: 22px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
}

.summary-box strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.55rem;
  line-height: 1;
}

.summary-box p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 1.05rem;
}

.form-actions {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 26px;
}

.form-actions--submit-only {
  justify-content: flex-start;
}

.form-success {
  margin-top: 26px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(27, 97, 58, 0.26) 0%, rgba(18, 52, 31, 0.26) 100%);
  border: 1px solid rgba(99, 190, 127, 0.28);
}

.form-success h3 {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2rem;
}

.form-success p {
  margin: 0;
  color: var(--muted-strong);
}

.form-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.intake-value {
  padding: 30px;
}

.intake-value h3 {
  margin: 18px 0 10px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(2.5rem, 3.6vw, 3.4rem);
  line-height: 0.95;
}

.intake-value > p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 1.1rem;
}

.value-points {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.value-point,
.intake-note {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
}

.value-point strong,
.intake-note strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.value-point p,
.intake-note p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 1rem;
}

.intake-note {
  margin-top: 14px;
  background: linear-gradient(180deg, rgba(216, 19, 25, 0.16) 0%, rgba(216, 19, 25, 0.06) 100%);
  border-color: rgba(216, 19, 25, 0.28);
}

.services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
  padding: 28px 20px;
  text-align: center;
}

.service-card-link {
  display: block;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.service-card-link:hover,
.service-card-link:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(216, 19, 25, 0.34);
  background: linear-gradient(180deg, rgba(62, 36, 41, 0.88) 0%, rgba(35, 19, 23, 0.84) 100%);
}

.service-card-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.2);
  outline-offset: 3px;
}

.service-card-icon {
  margin: 0 auto;
  width: 88px;
  height: 88px;
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.12);
}

.service-card-icon--plain {
  background: transparent;
  border: 0;
}

.service-card-icon--plain svg {
  width: 72px;
  height: 72px;
}

.service-card h3 {
  font-size: 1.9rem;
}

.service-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 24px;
  margin-top: 34px;
  align-items: stretch;
}

.service-showcase-media,
.service-showcase-copy {
  margin: 0;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(52, 34, 38, 0.8) 0%, rgba(31, 20, 24, 0.76) 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.service-showcase-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.media-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px;
}

.media-badge {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(216, 19, 25, 0.14);
  border: 1px solid rgba(216, 19, 25, 0.3);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}

.service-showcase-copy {
  padding: 28px 24px;
}

.service-showcase-copy h3 {
  margin: 18px 0 10px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 0.98;
}

.service-showcase-copy p {
  margin: 0 0 14px;
  color: var(--muted-strong);
  font-size: 1.12rem;
}

.about-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-card ul {
  margin: 14px 0 0;
  padding-left: 20px;
  color: var(--muted-strong);
}

.about-card li + li {
  margin-top: 10px;
}

.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-card {
  padding: 28px 24px;
  text-align: center;
}

.contact-card h3 {
  font-size: 1.75rem;
}

.contact-card .small-note {
  margin-top: 8px;
}

.contact-cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.site-footer {
  padding: 54px 0 24px;
  border-top: 1px solid var(--line-soft);
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line-soft);
}

.footer-top .brand-lockup img {
  width: 288px;
}

.social-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-link {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
}

.social-link svg {
  width: 22px;
  height: 22px;
}

.footer-grid {
  grid-template-columns: 1.2fr 1.4fr 1fr;
  padding: 34px 0;
}

.footer-column {
  padding-right: 24px;
}

.footer-column h3 {
  margin: 0 0 16px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2rem;
}

.footer-column a,
.footer-column p {
  display: block;
  margin: 10px 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.footer-column a:hover {
  color: #fff;
}

.footer-note {
  padding: 22px 0 18px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  text-align: center;
  color: var(--muted-strong);
  font-size: 1.3rem;
  font-weight: 700;
}

.payment-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 26px 0 16px;
}

.payment-pill {
  min-width: 110px;
  padding: 12px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.payment-pill--visa {
  color: #6ea8ff;
}

.payment-pill--mastercard {
  color: #ffae57;
}

.payment-pill--paypal {
  color: #7cb2ff;
}

.copyright {
  text-align: center;
  color: var(--muted);
  font-size: 1.06rem;
}

.copyright strong {
  color: #fff;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 20px 22px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(14, 11, 15, 0.94);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.cookie-copy strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.cookie-copy p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 1rem;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.mini-hero {
  padding: 72px 0 34px;
}

.mini-hero h1 {
  font-size: clamp(3rem, 6vw, 4.6rem);
}

.legal-card {
  max-width: 940px;
  margin: 0 auto 56px;
  padding: 34px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(50, 34, 38, 0.8) 0%, rgba(31, 20, 24, 0.74) 100%);
  box-shadow: var(--shadow);
}

.legal-card h2 {
  margin: 30px 0 12px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2.2rem;
}

.legal-card p,
.legal-card li {
  color: var(--muted-strong);
  font-size: 1.08rem;
}

.legal-card ul {
  padding-left: 22px;
}

.back-link {
  display: inline-flex;
  margin-top: 26px;
  font-weight: 700;
  color: #fff;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 0.98rem;
}

.breadcrumbs strong {
  color: #fff;
}

.mini-hero-copy {
  max-width: 900px;
  margin-top: 18px;
  color: var(--muted-strong);
  font-size: 1.2rem;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: 24px;
  margin-bottom: 26px;
}

.detail-panel,
.seo-card,
.faq-card,
.detail-cta {
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(50, 34, 38, 0.82) 0%, rgba(30, 20, 24, 0.76) 100%);
  box-shadow: var(--shadow);
}

.detail-panel {
  padding: 28px;
}

.detail-panel h2,
.seo-card h2,
.faq-card h3 {
  margin: 0 0 14px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  line-height: 0.98;
}

.detail-panel h2,
.seo-card h2 {
  font-size: 2.5rem;
}

.detail-panel p,
.detail-panel li,
.seo-card p,
.seo-card li,
.faq-card p {
  color: var(--muted-strong);
  font-size: 1.1rem;
}

.detail-panel p + p,
.seo-card p + p {
  margin-top: 14px;
}

.detail-panel ul,
.seo-card ul {
  margin: 18px 0 0;
  padding-left: 22px;
}

.detail-panel li + li,
.seo-card li + li {
  margin-top: 8px;
}

.detail-panel-media {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.detail-panel-media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.detail-media-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
}

.detail-media-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  margin: 0;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(12, 10, 14, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(246, 240, 236, 0.96);
  font-size: 0.98rem;
  line-height: 1.35;
}

.detail-media-image--special {
  object-position: center 28%;
}

.section-heading--left {
  max-width: none;
  margin-left: 0;
  text-align: left;
}

.page-status-card,
.location-link-panel,
.location-group-card {
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(50, 34, 38, 0.82) 0%, rgba(30, 20, 24, 0.76) 100%);
  box-shadow: var(--shadow);
}

.page-status-card,
.location-link-panel,
.location-group-card {
  padding: 24px;
}

.page-status-card {
  margin-bottom: 26px;
}

.page-status-card strong,
.location-link-panel h2,
.location-group-card h3 {
  display: block;
  margin: 0 0 12px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  line-height: 0.98;
}

.page-status-card strong {
  font-size: 2rem;
}

.location-link-panel h2,
.location-group-card h3 {
  font-size: 2.1rem;
}

.page-status-card p,
.location-link-panel p,
.location-group-card p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 1.08rem;
}

.page-status-card p + p {
  margin-top: 10px;
}

.location-directory {
  padding-top: 8px;
}

.location-group-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.location-switch,
.location-link-panel {
  margin-top: 26px;
}

.location-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.location-chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.25;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.location-chip:hover,
.location-chip:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(216, 19, 25, 0.34);
  background: rgba(216, 19, 25, 0.14);
}

.location-chip[aria-current="page"] {
  background: linear-gradient(180deg, rgba(216, 19, 25, 0.2) 0%, rgba(216, 19, 25, 0.1) 100%);
  border-color: rgba(216, 19, 25, 0.44);
}

.service-card-link.is-current {
  border-color: rgba(216, 19, 25, 0.42);
  background: linear-gradient(180deg, rgba(86, 33, 40, 0.92) 0%, rgba(42, 18, 24, 0.9) 100%);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 26px 0;
}

.value-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(50, 34, 38, 0.82) 0%, rgba(30, 20, 24, 0.76) 100%);
  box-shadow: var(--shadow);
}

.value-card h3 {
  margin: 0 0 14px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2.05rem;
  line-height: 0.98;
}

.value-card p,
.value-card li {
  color: var(--muted-strong);
  font-size: 1.06rem;
}

.value-card p {
  margin: 0 0 14px;
}

.value-card ul {
  margin: 0;
  padding-left: 20px;
}

.value-card li + li {
  margin-top: 8px;
}

.detail-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.detail-highlights span {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(216, 19, 25, 0.14);
  border: 1px solid rgba(216, 19, 25, 0.28);
  color: #fff;
  font-size: 0.96rem;
  font-weight: 700;
}

.seo-card {
  padding: 34px;
}

.seo-card section + section {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line-soft);
}

.seo-card h3 {
  margin: 22px 0 12px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.seo-card h4 {
  margin: 18px 0 10px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.55rem;
  line-height: 1;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 26px;
}

.faq-card {
  padding: 24px;
}

.detail-cta {
  margin-top: 26px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.detail-cta-copy h2 {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2.3rem;
  line-height: 0.98;
}

.detail-cta-copy p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 1.08rem;
}

.related-services {
  margin-top: 26px;
}

@media (max-width: 1120px) {
  .hero-stage {
    min-height: 780px;
  }

  .hero-inner {
    width: min(1320px, calc(100% - 40px));
    min-height: 780px;
  }

  .hero-copy--stage {
    max-width: 480px;
    padding: 96px 0 0 0;
  }

  .hero-figure {
    right: 10px;
    width: min(44vw, 500px);
  }

  .hero-police-tape {
    bottom: 118px;
    height: 82px;
  }

  .hero-review-badge {
    right: 22px;
    bottom: 104px;
  }

  .hero-bottom-note {
    left: 0;
  }

  .service-showcase {
    grid-template-columns: 1fr;
  }

  .detail-hero,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .intake-shell {
    grid-template-columns: 1fr;
  }

  .info-grid,
  .reviews-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header {
    position: sticky;
  }

  .header-inner {
    min-height: 82px;
    gap: 16px;
  }

  .brand-lockup img,
  .footer-top .brand-lockup img {
    width: 236px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(14, 11, 15, 0.96);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: 0.18s ease;
  }

  .site-header.is-open .header-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .header-nav .cta-button {
    width: 100%;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-stage {
    min-height: 980px;
  }

  .hero-inner {
    width: min(100%, calc(100% - 32px));
    min-height: 980px;
  }

  .hero-copy--stage {
    max-width: 100%;
    padding: 62px 8px 0;
  }

  .hero h1,
  .section-heading h2,
  .mini-hero h1 {
    font-size: clamp(2.9rem, 12vw, 4.4rem);
  }

  .detail-panel,
  .seo-card,
  .faq-card,
  .detail-cta,
  .page-status-card,
  .location-link-panel,
  .location-group-card {
    padding: 24px;
  }

  .detail-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-heading p {
    font-size: 1.12rem;
  }

  .hero-highlight {
    font-size: 1.7rem;
  }

  .hero-benefits {
    gap: 12px 18px;
  }

  .hero-benefit {
    font-size: 1rem;
  }

  .hero-actions--mobile {
    display: flex;
    margin-top: 18px;
    max-width: 260px;
  }

  .stepper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .hero-figure {
    right: -34px;
    bottom: 180px;
    width: min(56vw, 360px);
    transform: none;
  }

  .hero-police-tape {
    left: -4%;
    right: -4%;
    bottom: 230px;
    height: 72px;
  }

  .hero-police-tape span {
    margin-left: 16px;
    padding: 10px 20px;
    font-size: clamp(1.8rem, 6vw, 3rem);
  }

  .hero-review-badge {
    left: 8px;
    right: 8px;
    bottom: 34px;
    width: auto;
  }

  .hero-bottom-note {
    left: 8px;
    right: 8px;
    bottom: 146px;
    max-width: none;
    font-size: 1.02rem;
  }

  .info-grid,
  .reviews-grid,
  .services-grid,
  .about-grid,
  .contact-grid,
  .footer-grid,
  .value-grid,
  .location-group-grid {
    grid-template-columns: 1fr;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--container), calc(100% - 20px));
  }

  .hero {
    padding-top: 18px;
  }

  .eyebrow {
    font-size: 0.8rem;
  }

  .hero-stage {
    min-height: 860px;
  }

  .hero-inner {
    width: min(100%, calc(100% - 20px));
    min-height: 860px;
  }

  .cta-button,
  .ghost-button {
    width: 100%;
  }

  .google-badge {
    width: 100%;
  }

  .google-badge-line {
    justify-content: center;
    text-align: center;
  }

  .hero-copy--stage {
    padding: 42px 0 0;
  }

  .hero-highlight {
    margin-top: 22px;
    font-size: 1.35rem;
    padding: 8px 12px;
  }

  .hero-benefits {
    margin-top: 22px;
    gap: 10px;
  }

  .hero-benefit {
    font-size: 0.94rem;
  }

  .hero-actions--mobile {
    margin-top: 14px;
    max-width: 100%;
  }

  .stepper {
    gap: 10px;
  }

  .stepper-item {
    padding: 12px 10px;
  }

  .intake-panel,
  .intake-value {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .choice-card {
    min-height: 110px;
    padding: 18px 16px;
  }

  .choice-card span {
    font-size: 1.35rem;
  }

  .form-actions,
  .form-success-actions {
    flex-direction: column;
  }

  .hero-figure {
    right: -28px;
    bottom: 176px;
    width: min(54vw, 248px);
  }

  .hero-police-tape {
    left: -1%;
    right: -1%;
    bottom: 254px;
    height: 56px;
  }

  .hero-police-tape span {
    margin-left: 8px;
    padding: 6px 12px;
    font-size: 1.02rem;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .hero-review-badge {
    left: 0;
    right: 0;
    bottom: 20px;
    padding: 16px 14px;
  }

  .hero-bottom-note {
    left: 0;
    right: 0;
    bottom: 120px;
    font-size: 0.92rem;
  }

  .service-showcase-media img {
    min-height: 260px;
  }

  .info-card,
  .review-card,
  .service-card,
  .contact-card,
  .about-card,
  .legal-card {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .seo-card,
  .faq-card,
  .detail-cta,
  .detail-panel,
  .page-status-card,
  .location-link-panel,
  .location-group-card,
  .summary-box,
  .value-point,
  .intake-note {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .location-chip {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .detail-media-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    font-size: 0.92rem;
    padding: 10px 12px;
  }

  .payment-pill {
    min-width: 92px;
  }

  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 18px 16px;
    border-radius: 20px;
  }

  .cookie-copy strong {
    font-size: 1.7rem;
  }
}
