/* ══════════════════════════════════════════
   ALT-NEU DACHBAU — Shared Stylesheet
   Gilt für: index.html + alle Unterseiten
   Bilder-Pfad: /img/dateiname.jpg
══════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Barlow Condensed', sans-serif; background: #fff; }

/* ── TELEFONLINKS AUF IOS / SAFARI ── */
a[href^="tel"] {
  text-decoration: none !important;
  -webkit-text-decoration-color: currentColor !important;
}

a[href^="tel"]:not(.nav-cta):not(.mobile-cta):not(.cta-btn) {
  color: inherit !important;
  -webkit-text-decoration-color: inherit !important;
}

/* ── NAV ── */
.nav {
  background: #000;
  border-bottom: 4px solid #c00;
  padding: 0 60px;
  display: flex; align-items: center; justify-content: space-between;
  position: sticky; top: 0; z-index: 100;
}
.logo {
  font-family: 'Anton', sans-serif;
  font-size: 26px; letter-spacing: 2px;
  color: #fff; padding: 18px 0;
  text-decoration: none;
}
.logo span { color: #c00; }
.logo svg { display: block; width: 180px; height: auto; }
.footer-brand svg { display: block; width: 140px; height: auto; }
.nav-links { display: flex; }
.nav-links a {
  color: #fff; text-decoration: none;
  font-size: 12px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; padding: 22px 22px;
  border-left: 1px solid rgba(255,255,255,.15);
  transition: all .2s;
}
.nav-links a:hover,
.nav-links a.active { background: #c00; color: #fff; }
.nav-cta {
  background: #c00; color: #fff; border: none;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; padding: 13px 28px;
  cursor: pointer; margin-left: 20px; transition: background .2s;
  text-decoration: none; display: inline-flex; align-items: center;
}
.nav-cta:hover { background: #a00; }

/* ── HAMBURGER MOBILE MENU ── */
.hamburger {
  display: none;
  flex-direction: column; gap: 5px;
  cursor: pointer; padding: 8px; background: none; border: none;
  z-index: 200;
}
.hamburger span {
  display: block; width: 26px; height: 3px;
  background: #fff; transition: all .3s;
}
.mobile-menu {
  display: none;
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: #000; z-index: 150;
  flex-direction: column; align-items: center; justify-content: center;
  gap: 0;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: 'Anton', sans-serif;
  font-size: 36px; letter-spacing: 3px; text-transform: uppercase;
  color: #fff; text-decoration: none;
  padding: 20px 40px; width: 100%; text-align: center;
  border-bottom: 2px solid #e8e8e8; transition: background .2s;
}
.mobile-menu a:hover { background: #c00; color: #fff; }
.mobile-menu .mobile-cta { background: #c00; color: #fff; font-size: 20px; margin-top: 20px; }
.mobile-close {
  position: absolute; top: 20px; right: 24px;
  font-size: 36px; background: none; border: none;
  cursor: pointer; color: #1a1a1a; font-family: 'Anton', sans-serif;
}

/* ── HOMEPAGE HERO ── */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90vh;
  border-bottom: 4px solid #1a1a1a;
}
.hero-left {
  background: #fff center/cover no-repeat;
  padding: 80px 60px;
  display: flex; flex-direction: column; justify-content: flex-end;
  position: relative; overflow: hidden;
  border-right: 4px solid #1a1a1a;
}
.hero-left::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.72) 0%, rgba(0,0,0,.15) 60%, rgba(0,0,0,0) 100%);
  pointer-events: none;
}
.hero-ghost-num { color: rgba(255,255,255,.07) !important; }
.hero-tag { background: #c00 !important; position: relative; z-index: 1; }
.hero-h2 { color: #fff !important; position: relative; z-index: 1; }
.hero-h2 span[style] { -webkit-text-stroke: 3px #fff !important; }
.hero-ghost-num {
  position: absolute;
  font-family: 'Anton', sans-serif;
  font-size: clamp(180px, 25vw, 340px);
  line-height: .8;
  color: rgba(0,0,0,.05);
  top: -10px; left: -20px;
  user-select: none; pointer-events: none;
}
.hero-tag {
  display: inline-block;
  background: #1a1a1a; color: #fff;
  font-size: 10px; font-weight: 700; letter-spacing: 4px;
  text-transform: uppercase; padding: 5px 14px;
  margin-bottom: 24px; position: relative;
}
.hero-h2 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(64px, 8vw, 110px);
  line-height: .88; text-transform: uppercase;
  color: #1a1a1a; position: relative;
}
.hero-h2 .red { color: #c00; }
.hero-right {
  background: #c00;
  padding: 80px 60px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; overflow: hidden;
}
.hero-right::before {
  content: '';
  position: absolute; top: -80px; left: -60px;
  width: 200px; height: 130%;
  background: rgba(255,255,255,.06);
  transform: skewX(-8deg); pointer-events: none;
}
.hero-right::after {
  content: '';
  position: absolute; top: -80px; left: 80px;
  width: 80px; height: 130%;
  background: rgba(255,255,255,.04);
  transform: skewX(-8deg); pointer-events: none;
}
.hero-right-top { position: relative; }
.hero-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: 5px;
  text-transform: uppercase; color: rgba(255,255,255,.6);
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 28px;
}
.hero-eyebrow::before { content: ''; width: 30px; height: 2px; background: rgba(255,255,255,.4); }
.hero-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(42px, 5.5vw, 76px);
  color: #fff; line-height: .92; text-transform: uppercase;
}
.hero-title .outline {
  -webkit-text-stroke: 2px rgba(255,255,255,.5);
  color: transparent; display: block;
}
.hero-right-bottom { position: relative; }
.hero-desc {
  font-size: 16px; font-weight: 300; color: rgba(255,255,255,.8);
  line-height: 1.7; font-family: 'DM Sans', sans-serif;
  max-width: 400px; margin-bottom: 36px;
}
.hero-btns { display: flex; gap: 0; }
.btn-white {
  background: #fff; color: #c00;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; padding: 16px 36px;
  border: none; cursor: pointer; transition: all .2s;
}
.btn-white:hover { background: #1a1a1a; color: #fff; }
.btn-outline-w {
  background: transparent; color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; padding: 16px 32px;
  border: 2px solid rgba(255,255,255,.3); cursor: pointer; transition: all .2s;
}
.btn-outline-w:hover { border-color: #fff; }

/* ── STATS ── */
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-bottom: 4px solid #1a1a1a;
}
.stat {
  padding: 44px 48px;
  border-right: 2px solid #e8e8e8;
  position: relative; transition: background .2s;
}
.stat:last-child { border-right: none; }
.stat:hover { background: #fafafa; }
.stat::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: #c00;
  transform: scaleX(0); transition: transform .3s; transform-origin: left;
}
.stat:hover::before { transform: scaleX(1); }
.stat-num { font-family: 'Anton', sans-serif; font-size: 58px; color: #c00; line-height: 1; }
.stat-label { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #aaa; margin-top: 6px; }

/* ── MARQUEE ── */
.marquee-wrap {
  background: #c00; overflow: hidden;
  padding: 16px 0; border-bottom: 4px solid #1a1a1a;
}
.marquee { display: flex; animation: scroll 22s linear infinite; white-space: nowrap; }
.marquee-item {
  font-family: 'Anton', sans-serif;
  font-size: 20px; letter-spacing: 3px; text-transform: uppercase;
  color: #fff; padding: 0 40px;
  border-right: 2px solid rgba(255,255,255,.2);
  display: flex; align-items: center; gap: 16px;
}
.marquee-item .dot { width: 6px; height: 6px; background: rgba(255,255,255,.4); border-radius: 50%; flex-shrink: 0; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── SERVICES ── */
.services { padding: 100px 60px; border-bottom: 4px solid #1a1a1a; }
.section-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 56px; padding-bottom: 24px; border-bottom: 2px solid #e8e8e8;
}
.section-header-left { display: flex; align-items: baseline; gap: 20px; }
.section-num { font-family: 'Anton', sans-serif; font-size: 80px; color: #f0f0f0; line-height: 1; }
.section-title { font-family: 'Anton', sans-serif; font-size: 52px; color: #1a1a1a; text-transform: uppercase; }
.section-title em { color: #c00; font-style: normal; }
.section-link { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #c00; text-decoration: none; }
.services-grid { display: grid; grid-template-columns: 1fr; gap: 0; border: 2px solid #e8e8e8; }
.service-card {
  padding: 48px 40px;
  border-right: 2px solid #e8e8e8; border-bottom: 2px solid #e8e8e8;
  position: relative; overflow: hidden; transition: background .3s;
  text-decoration: none; display: block; color: inherit;
  background: transparent;
  z-index: 1;
}
.services-grid > .service-card:nth-child(odd) {
  background: #c00;
  color: #fff;
  border-color: #900;
}
.services-grid > .service-card:nth-child(odd) .service-name,
.services-grid > .service-card:nth-child(odd) .service-arrow,
.services-grid > .service-card:nth-child(odd) .service-desc,
.services-grid > .service-card:nth-child(odd) .service-num {
  color: #fff;
}
.services-grid > .service-card:nth-child(even) {
  background: #1a1a1a;
  color: #fff;
  border-color: #000;
}
.services-grid > .service-card:nth-child(even) .service-name,
.services-grid > .service-card:nth-child(even) .service-arrow,
.services-grid > .service-card:nth-child(even) .service-desc,
.services-grid > .service-card:nth-child(even) .service-num {
  color: #fff;
}
.service-card:nth-child(3n) { border-right: none; }
.service-card:nth-child(n+10) { border-bottom: none; }
.service-card::before {
  content: ''; position: absolute; inset: 0;
  background: #c00; transform: scaleY(0); transform-origin: bottom; transition: transform .3s;
  z-index: 0;
}
.service-card:hover::before { transform: scaleY(1); }
.service-card:hover .service-name { color: #fff; }
.service-card:hover .service-desc { color: rgba(255,255,255,.75); }
.service-card:hover .service-num { color: rgba(255,255,255,.2); }
.service-card:hover .service-arrow { color: #fff; }
.services-grid > .service-card:nth-child(even):hover::before { background: #fff; }
.services-grid > .service-card:nth-child(even):hover .service-name,
.services-grid > .service-card:nth-child(even):hover .service-desc,
.services-grid > .service-card:nth-child(even):hover .service-arrow,
.services-grid > .service-card:nth-child(even):hover .service-num {
  color: #1a1a1a;
}
.service-num {
  font-family: 'Anton', sans-serif; font-size: 64px; color: #f0f0f0;
  line-height: 1; margin-bottom: 16px; position: relative; transition: color .3s;
}
.service-name {
  font-family: 'Anton', sans-serif; font-size: 28px; color: #1a1a1a;
  text-transform: uppercase; margin-bottom: 12px; position: relative; transition: color .3s;
}
.service-desc {
  font-size: 14px; font-weight: 300; color: #777; line-height: 1.7;
  font-family: 'DM Sans', sans-serif; margin-bottom: 24px; position: relative; transition: color .3s;
}
.service-arrow {
  font-size: 11px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: #c00; position: relative; transition: color .3s;
}

/* ── ABOUT ── */
.about {
  display: grid; grid-template-columns: 1fr 1fr;
  border-bottom: 4px solid #1a1a1a;
}
.about-left {
  background: #1a1a1a; padding: 100px 60px;
  position: relative; overflow: hidden; border-right: 4px solid #c00;
}
.about-left::before {
  content: '"';
  position: absolute; right: -30px; top: -80px;
  font-family: 'Anton', sans-serif; font-size: 500px; color: rgba(255,255,255,.03);
  line-height: 1; pointer-events: none;
}
.about-kicker { font-size: 10px; font-weight: 700; letter-spacing: 5px; text-transform: uppercase; color: #c00; margin-bottom: 24px; }
.about-quote {
  font-family: 'Anton', sans-serif; font-size: clamp(32px, 4vw, 52px);
  color: #fff; line-height: 1; text-transform: uppercase;
}
.about-quote em { font-style: normal; color: #c00; }
.about-author { margin-top: 36px; display: flex; align-items: center; gap: 16px; }
.about-line { width: 40px; height: 2px; background: #c00; }
.about-name { font-size: 12px; font-weight: 300; color: #555; letter-spacing: 2px; font-family: 'DM Sans', sans-serif; }
.about-right {
  background: center/cover no-repeat;
  padding: 100px 60px;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden; border-left: 4px solid #1a1a1a;
}
.about-right::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(0,0,0,.55); pointer-events: none;
}
.about-title { color: #fff !important; position: relative; z-index: 1; }
.about-title-sub { color: #c00 !important; position: relative; z-index: 1; }
.about-text { color: rgba(255,255,255,.8) !important; position: relative; z-index: 1; }
.checklist { position: relative; z-index: 1; }
.check-item { color: #fff !important; }
.about-title {
  font-family: 'Anton', sans-serif; font-size: 48px; color: #1a1a1a;
  text-transform: uppercase; line-height: 1; margin-bottom: 8px;
}
.about-title-sub {
  font-family: 'Anton', sans-serif; font-size: 28px; color: #c00;
  text-transform: uppercase; margin-bottom: 32px;
}
.about-text {
  font-size: 15px; font-weight: 300; color: #666;
  line-height: 1.8; font-family: 'DM Sans', sans-serif;
  max-width: 420px; margin-bottom: 40px;
}
.checklist { display: flex; flex-direction: column; gap: 12px; }
.check-item {
  display: flex; align-items: center; gap: 14px;
  font-size: 14px; font-weight: 500; color: #1a1a1a; font-family: 'DM Sans', sans-serif;
}
.check-box {
  width: 22px; height: 22px; background: #c00;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 12px; color: #fff; font-weight: 700;
}

/* ── CTA ── */
.cta {
  background: #c00;
  display: grid; grid-template-columns: 1fr auto;
  align-items: center; gap: 60px;
  padding: 80px 60px; border-bottom: 4px solid #1a1a1a;
  position: relative; overflow: hidden;
}
.cta::before {
  content: 'DACH';
  position: absolute; right: -20px; top: -60px;
  font-family: 'Anton', sans-serif; font-size: 280px; color: rgba(0,0,0,.06);
  line-height: 1; pointer-events: none; user-select: none;
}
.cta-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(44px, 6vw, 80px);
  color: #fff; text-transform: uppercase; line-height: .9; position: relative;
}
.cta-title .black { color: #1a1a1a; display: block; }
.cta-title .outline { -webkit-text-stroke: 2px rgba(255,255,255,.4); color: transparent; display: block; }
.cta-right { display: flex; flex-direction: column; gap: 16px; align-items: flex-end; position: relative; }
.cta-phone-label { font-size: 10px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: rgba(255,255,255,.6); text-align: right; }
.cta-phone { font-family: 'Anton', sans-serif; font-size: 36px; color: #fff; letter-spacing: 2px; }
.cta-btn {
  background: #1a1a1a; color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; padding: 16px 36px;
  border: none; cursor: pointer; transition: background .2s; white-space: nowrap;
}
.cta-btn:hover { background: #000; }

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  background: rgba(0, 0, 0, 0.96);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  flex-wrap: wrap;
}
.cookie-banner p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.cookie-banner a {
  color: #c00;
  text-decoration: underline;
}
.cookie-banner button {
  border: none;
  background: #c00;
  color: #fff;
  padding: 14px 24px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
}

/* ── FOOTER ── */
footer {
  background: #000; border-top: 4px solid #c00;
  padding: 72px 60px 0;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px;
}
.footer-brand { font-family: 'Anton', sans-serif; font-size: 30px; color: #fff; letter-spacing: 2px; margin-bottom: 8px; }
.footer-brand span { color: #c00; }
 .footer-tagline { font-size: 10px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: #ddd; margin-bottom: 20px; }
 .footer-text { font-size: 13px; font-weight: 300; color: #ccc; line-height: 1.7; font-family: 'DM Sans', sans-serif; }
 .footer-col-title {
  font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #fff;
  margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid #c00;
}
.footer-col a { display: block; font-size: 13px; color: #ccc; text-decoration: none; padding: 5px 0; transition: color .2s; font-family: 'DM Sans', sans-serif; font-weight: 300; }
.footer-col a:hover { color: #c00; }
.footer-bottom {
  background: #000; margin-top: 60px; padding: 20px 60px;
  border-top: 1px solid rgba(245, 240, 232, 0.15);
  grid-column: 1 / -1;
  display: flex; justify-content: center; align-items: center;
}
.footer-copy { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #bbb; }
.footer-badge { background: #c00; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; padding: 6px 16px; }

/* ═══════════════════════════════════════════════
   LEISTUNGS-UNTERSEITEN — Service Page Styles
═══════════════════════════════════════════════ */

/* Seiten-Hero (Service-Seiten) */
.page-hero {
  min-height: 60vh;
  background: #1a1a1a center/cover no-repeat;
  position: relative; overflow: hidden;
  display: flex; align-items: flex-end;
  border-bottom: 4px solid #1a1a1a;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.3) 60%, rgba(0,0,0,.1) 100%);
}
.page-hero-content {
  position: relative; z-index: 1;
  padding: 80px 60px;
  width: 100%;
}
.page-hero-breadcrumb {
  font-size: 10px; font-weight: 700; letter-spacing: 4px;
  text-transform: uppercase; color: rgba(255,255,255,.5);
  margin-bottom: 20px; display: flex; align-items: center; gap: 12px;
}
.page-hero-breadcrumb a { color: rgba(255,255,255,.5); text-decoration: none; transition: color .2s; }
.page-hero-breadcrumb a:hover { color: #c00; }
.page-hero-breadcrumb::before { content: ''; width: 30px; height: 2px; background: #c00; }
.page-hero-tag {
  display: inline-block;
  background: #c00; color: #fff;
  font-size: 10px; font-weight: 700; letter-spacing: 4px;
  text-transform: uppercase; padding: 5px 14px; margin-bottom: 20px;
}
.page-hero-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(56px, 9vw, 130px);
  color: #fff; line-height: .88; text-transform: uppercase;
  max-width: 900px;
}
.page-hero-title em { color: #c00; font-style: normal; }

/* Leistungsumfang / Intro */
.page-intro {
  display: grid; grid-template-columns: 1fr 1fr;
  border-bottom: 4px solid #1a1a1a;
}
.page-intro-text {
  padding: 80px 60px;
  border-right: 4px solid #1a1a1a;
}
.page-intro-label {
  font-size: 10px; font-weight: 700; letter-spacing: 5px;
  text-transform: uppercase; color: #c00; margin-bottom: 24px;
}
.page-intro-heading {
  font-family: 'Anton', sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  color: #1a1a1a; text-transform: uppercase; line-height: 1;
  margin-bottom: 28px;
}
.page-intro-heading em { color: #c00; font-style: normal; }
.page-intro-body {
  font-size: 16px; font-weight: 300; color: #555;
  line-height: 1.8; font-family: 'DM Sans', sans-serif;
  margin-bottom: 36px;
}
.page-intro-list { display: flex; flex-direction: column; gap: 14px; }
.page-intro-list li {
  display: flex; align-items: flex-start; gap: 14px;
  font-size: 15px; font-weight: 400; color: #333;
  font-family: 'DM Sans', sans-serif; line-height: 1.5;
  list-style: none;
}
.page-intro-list li::before {
  content: '✓';
  width: 22px; height: 22px; background: #c00;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 12px; color: #fff; font-weight: 700;
  margin-top: 1px;
}

/* Bild-Seite der Intro */
.page-intro-image {
  background: #e8e8e8 center/cover no-repeat;
  min-height: 500px; position: relative;
}
.page-intro-image-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: #1a1a1a; padding: 16px 28px;
  font-size: 10px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: rgba(255,255,255,.6);
}

/* Detail-Karten: Material / Vorteile / Ablauf */
.page-details {
  padding: 100px 60px;
  border-bottom: 4px solid #1a1a1a;
}
.page-details-header {
  display: flex; align-items: baseline; gap: 20px; margin-bottom: 56px;
  padding-bottom: 24px; border-bottom: 2px solid #e8e8e8;
}
.page-details-num { font-family: 'Anton', sans-serif; font-size: 80px; color: #f0f0f0; line-height: 1; }
.page-details-title { font-family: 'Anton', sans-serif; font-size: 48px; color: #1a1a1a; text-transform: uppercase; }
.page-details-title em { color: #c00; font-style: normal; }
.page-details-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0; border: 2px solid #e8e8e8;
}
.detail-card {
  padding: 48px 40px;
  border-right: 2px solid #e8e8e8;
  position: relative;
}
.detail-card:last-child { border-right: none; }
.detail-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: #c00;
  transform: scaleX(0); transition: transform .3s; transform-origin: left;
}
.detail-card:hover::before { transform: scaleX(1); }
.detail-icon {
  font-size: 32px; margin-bottom: 20px; display: block;
}
.detail-title {
  font-family: 'Anton', sans-serif; font-size: 22px; color: #1a1a1a;
  text-transform: uppercase; margin-bottom: 12px;
}
.detail-text {
  font-size: 14px; font-weight: 300; color: #777;
  line-height: 1.7; font-family: 'DM Sans', sans-serif;
}

/* Ablauf-Schritte */
.page-process {
  background: #1a1a1a;
  padding: 100px 60px;
  border-bottom: 4px solid #1a1a1a;
}
.page-process-header { margin-bottom: 56px; }
.page-process-label { font-size: 10px; font-weight: 700; letter-spacing: 5px; text-transform: uppercase; color: #c00; margin-bottom: 16px; }
.page-process-title { font-family: 'Anton', sans-serif; font-size: clamp(36px, 5vw, 60px); color: #fff; text-transform: uppercase; line-height: 1; }
.process-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; border: 2px solid rgba(255,255,255,.08);
}
.process-step {
  padding: 48px 36px;
  border-right: 2px solid rgba(255,255,255,.08);
  position: relative;
}
.process-step:last-child { border-right: none; }
.process-step-num {
  font-family: 'Anton', sans-serif; font-size: 72px;
  color: rgba(255,255,255,.06); line-height: 1; margin-bottom: 16px;
}
.process-step-title {
  font-family: 'Anton', sans-serif; font-size: 20px; color: #fff;
  text-transform: uppercase; margin-bottom: 12px;
}
.process-step-text {
  font-size: 13px; font-weight: 300; color: rgba(255,255,255,.5);
  line-height: 1.7; font-family: 'DM Sans', sans-serif;
}
.process-step-bar {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px; background: #c00; transform: scaleX(0);
  transition: transform .3s; transform-origin: left;
}
.process-step:hover .process-step-bar { transform: scaleX(1); }

/* Service Nav (andere Leistungen) */
.other-services {
  padding: 80px 60px;
  border-bottom: 4px solid #1a1a1a;
}
.other-services-title {
  font-family: 'Anton', sans-serif; font-size: 14px; letter-spacing: 4px;
  text-transform: uppercase; color: #aaa; margin-bottom: 32px;
}
.other-services-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 0;
  border: 2px solid #e8e8e8;
}
.other-service-link {
  padding: 28px 24px;
  border-right: 2px solid #e8e8e8;
  font-family: 'Anton', sans-serif; font-size: 18px;
  text-transform: uppercase; color: #1a1a1a;
  text-decoration: none; display: block;
  transition: all .2s; position: relative;
}
.other-service-link:last-child { border-right: none; }
.other-service-link:hover { background: #c00; color: #fff; }
.other-service-link.current { background: #1a1a1a; color: #c00; pointer-events: none; }
.other-service-link span { display: block; font-size: 10px; color: #aaa; font-family: 'DM Sans', sans-serif; font-weight: 300; letter-spacing: 2px; text-transform: uppercase; margin-top: 6px; }
.other-service-link:hover span { color: rgba(255,255,255,.6); }
.other-service-link.current span { color: rgba(255,255,255,.3); }

/* ═══════════════════════════════════════════════
   RESPONSIVE — Tablet (max 900px)
═══════════════════════════════════════════════ */
@media (max-width: 900px) {
  .nav { padding: 0 24px; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }

  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { min-height: 70vw; padding: 48px 28px 40px; border-right: none; border-bottom: 4px solid #1a1a1a; }
  .hero-right { padding: 48px 28px; }
  .hero-title { font-size: clamp(36px, 9vw, 64px); }
  .hero-btns { flex-wrap: wrap; gap: 12px; }

  .stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 32px 28px; }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(3) { border-top: 2px solid #e8e8e8; }
  .stat:nth-child(4) { border-top: 2px solid #e8e8e8; border-right: none; }

  .services { padding: 60px 28px; }
  .section-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .section-num { font-size: 56px; }
  .section-title { font-size: 38px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { border-right: none; }

  .about { grid-template-columns: 1fr; }
  .about-left { padding: 60px 28px; border-right: none; border-bottom: 4px solid #c00; }
  .about-right { min-height: 420px; padding: 48px 28px; border-left: none; border-top: 4px solid #1a1a1a; }

  .cta { grid-template-columns: 1fr; gap: 32px; padding: 60px 28px; }
  .cta-right { align-items: flex-start; }

  footer { grid-template-columns: 1fr 1fr; padding: 48px 28px 0; gap: 40px; }
  .footer-bottom { padding: 20px 28px; flex-direction: column; gap: 12px; text-align: center; }

  /* Service pages tablet */
  .page-hero-content { padding: 60px 28px; }
  .page-intro { grid-template-columns: 1fr; }
  .page-intro-text { padding: 60px 28px; border-right: none; border-bottom: 4px solid #1a1a1a; }
  .page-intro-image { min-height: 320px; }
  .page-details { padding: 60px 28px; }
  .page-details-grid { grid-template-columns: 1fr; }
  .detail-card { border-right: none; border-bottom: 2px solid #e8e8e8; }
  .detail-card:last-child { border-bottom: none; }
  .page-process { padding: 60px 28px; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(2) { border-right: none; }
  .process-step:nth-child(3) { border-top: 2px solid rgba(255,255,255,.08); }
  .process-step:nth-child(4) { border-top: 2px solid rgba(255,255,255,.08); border-right: none; }
  .other-services { padding: 48px 28px; }
  .other-services-grid { grid-template-columns: 1fr 1fr; }
  .other-service-link:nth-child(2n) { border-right: none; }
  .other-service-link:nth-child(n+3) { border-top: 2px solid #e8e8e8; }
  .other-service-link:last-child { border-right: none; }
}

/* ═══════════════════════════════════════════════
   RESPONSIVE — Mobile (max 600px)
═══════════════════════════════════════════════ */
@media (max-width: 600px) {
  .nav { padding: 0 16px; }
  .logo { font-size: 20px; }

  .hero-left { min-height: 85vw; padding: 32px 20px 32px; }
  .hero-h2 { font-size: clamp(48px, 14vw, 80px); }
  .hero-right { padding: 36px 20px; }
  .hero-title { font-size: clamp(32px, 10vw, 52px); }
  .hero-desc { font-size: 14px; }
  .btn-white, .btn-outline-w { padding: 14px 24px; font-size: 12px; }

  .stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 24px 16px; }
  .stat-num { font-size: 40px; }

  .marquee-item { font-size: 15px; padding: 0 20px; }

  .services { padding: 40px 20px; }
  .section-num { font-size: 44px; }
  .section-title { font-size: 30px; }
  .service-card { padding: 32px 24px; }

  .about-left { padding: 40px 20px; }
  .about-quote { font-size: clamp(24px, 7vw, 40px); }
  .about-right { padding: 40px 20px; min-height: 380px; }
  .about-title { font-size: 36px; }
  .about-title-sub { font-size: 22px; }

  .cta { padding: 40px 20px; }
  .cta-phone { font-size: 26px; }
  .cta-btn { width: 100%; text-align: center; padding: 16px; }

  footer { grid-template-columns: 1fr; padding: 40px 20px 0; gap: 32px; }
  .footer-brand { font-size: 22px; }
  .footer-bottom { padding: 16px 20px; }

  /* Service pages mobile */
  .page-hero { min-height: 50vh; }
  .page-hero-content { padding: 36px 20px; }
  .page-hero-title { font-size: clamp(40px, 13vw, 80px); }
  .page-intro-text { padding: 40px 20px; }
  .page-intro-heading { font-size: clamp(28px, 8vw, 44px); }
  .page-details { padding: 40px 20px; }
  .page-details-num { font-size: 56px; }
  .page-details-title { font-size: 32px; }
  .detail-card { padding: 32px 24px; }
  .page-process { padding: 40px 20px; }
  .process-steps { grid-template-columns: 1fr; }
  .process-step { border-right: none; border-bottom: 2px solid rgba(255,255,255,.08); }
  .other-services { padding: 40px 20px; }
  .other-services-grid { grid-template-columns: 1fr; }
  .other-service-link { border-right: none; border-bottom: 2px solid #e8e8e8; }
}
