/* =========================================================
   BESCHICHTUNGEN PAGE
========================================================= */

.beschichtungen-page {
  min-height: 100vh;
}


/* =========================================================
   HERO
========================================================= */

.hero-page.beschichtungen-hero {
  position: relative;
  min-height: 88vh;
  padding-top: 170px;
  padding-bottom: 90px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-page.beschichtungen-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 78% 24%, rgba(255, 179, 71, .18), transparent 32%),
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, .05), transparent 30%),
    radial-gradient(circle at 52% 92%, rgba(217, 122, 18, .12), transparent 38%);
  pointer-events: none;
}

.hero-page.beschichtungen-hero::after {
  background:
    linear-gradient(
      90deg,
      rgba(15, 17, 20, .94),
      rgba(15, 17, 20, .56),
      rgba(15, 17, 20, .28)
    ),
    linear-gradient(
      0deg,
      var(--bg),
      rgba(15, 17, 20, .62) 18%,
      transparent 52%
    );
}

.hero-page.beschichtungen-hero .hero-content {
  position: relative;
  z-index: 2;
  max-width: 980px;
  padding-top: 40px;
}

.hero-page.beschichtungen-hero .lead {
  max-width: 790px;
}

.hero-page.beschichtungen-hero .hero-bg,
.hero-page.beschichtungen-hero .hero-bg picture,
.hero-page.beschichtungen-hero .hero-bg img {
  height: 100%;
}

.hero-page.beschichtungen-hero .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(.92) contrast(1.08) brightness(.68);
  transform: scale(1.06);
}

.beschichtungen-hero-badges {
  margin-top: 30px;
}

.beschichtungen-hero-badges .badge {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .14);
}


/* =========================================================
   GENERAL PAGE ELEMENTS
========================================================= */

.beschichtung-section-head {
  margin-bottom: 34px;
}

.beschichtung-section-head p {
  max-width: 660px;
}

.beschichtung-intro-section,
.system-section,
.surface-section,
.protect-section,
.process-section,
.material-section,
.result-section {
  position: relative;
  overflow: hidden;
}

.beschichtung-intro-section::before,
.system-section::before,
.surface-section::before,
.process-section::before,
.material-section::before {
  content: "";
  position: absolute;
  top: 8%;
  right: -18%;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 190, 90, .12), transparent 68%);
  pointer-events: none;
}

.system-section::before {
  top: auto;
  right: auto;
  left: -18%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(255, 255, 255, .06), transparent 68%);
}

.surface-section::before {
  top: 12%;
  right: -20%;
  background: radial-gradient(circle, rgba(217, 122, 18, .12), transparent 68%);
}

.process-section::before {
  top: 14%;
  right: -22%;
}

.material-section::before {
  top: auto;
  right: -18%;
  bottom: 4%;
}

.beschichtung-intro-section > .container,
.system-section > .container,
.surface-section > .container,
.protect-section > .container,
.process-section > .container,
.material-section > .container,
.result-section > .container {
  position: relative;
  z-index: 1;
}


/* =========================================================
   INTRO FEATURE CARDS
========================================================= */

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

.intro-feature-card {
  position: relative;
  min-height: 270px;
  padding: 26px;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .078), rgba(255, 255, 255, .035));
  border: 1px solid var(--line);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .16);
}

.intro-feature-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -82px;
  top: -82px;
  border-radius: 999px;
  background: rgba(255, 179, 71, .14);
  pointer-events: none;
}

.intro-feature-card span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--accent2);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.intro-feature-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 12px;
  color: var(--text);
  font-size: clamp(1.12rem, 1.4vw, 1.42rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.intro-feature-card p {
  position: relative;
  z-index: 1;
  max-width: 360px;
  font-size: .97rem;
}


/* =========================================================
   SYSTEM SECTION
========================================================= */

.system-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  gap: 22px;
  align-items: stretch;
}

.system-content {
  padding: 38px;
}

.system-content h2 {
  margin-bottom: 20px;
}

.system-content p {
  max-width: 760px;
  margin-bottom: 16px;
}

.system-content .list-check {
  margin-top: 26px;
}

.system-image {
  min-height: 560px;
}


/* =========================================================
   SURFACE GRID
========================================================= */

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

.surface-card {
  position: relative;
  min-height: 255px;
  padding: 25px;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .032));
  box-shadow: 0 18px 60px rgba(0, 0, 0, .14);
  transition:
    transform .28s ease,
    background .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}

.surface-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 179, 71, .13), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .045), transparent 52%);
  opacity: .85;
  pointer-events: none;
  transition: opacity .28s ease;
}

.surface-card span,
.surface-card h3,
.surface-card p {
  position: relative;
  z-index: 1;
}

.surface-card span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--accent2);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.surface-card h3 {
  margin-bottom: 12px;
}

.surface-card p {
  font-size: .96rem;
}

.surface-card:hover {
  transform: translateY(-6px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .04));
  border-color: rgba(255, 179, 71, .26);
  box-shadow: 0 26px 82px rgba(0, 0, 0, .24);
}

.surface-card:hover::before {
  opacity: 1;
}


/* =========================================================
   PROTECT BANNER
========================================================= */

.protect-banner {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 42px;
  border-radius: 34px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.protect-banner img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
  filter: saturate(.94) contrast(1.08) brightness(.72);
  transform: scale(1.04);
}

.protect-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      0deg,
      rgba(15, 17, 20, .96),
      rgba(15, 17, 20, .72) 32%,
      rgba(15, 17, 20, .22) 76%
    ),
    linear-gradient(
      90deg,
      rgba(15, 17, 20, .72),
      rgba(15, 17, 20, .28),
      transparent
    );
}

.protect-content {
  max-width: 860px;
}

.protect-content h2 {
  max-width: 860px;
  margin-bottom: 18px;
}

.protect-content p {
  max-width: 720px;
}


/* =========================================================
   PROCESS
========================================================= */

.process-timeline {
  display: grid;
  gap: 14px;
}

.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 22px;
  align-items: start;
  padding: 24px;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .068), rgba(255, 255, 255, .03));
  box-shadow: 0 18px 60px rgba(0, 0, 0, .12);
}

.process-step::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 179, 71, .12), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .04), transparent 46%);
  pointer-events: none;
}

.process-step span,
.process-step div {
  position: relative;
  z-index: 1;
}

.process-step span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 22px;
  background: rgba(255, 179, 71, .13);
  border: 1px solid rgba(255, 179, 71, .24);
  color: var(--accent2);
  font-weight: 900;
  letter-spacing: .08em;
}

.process-step h3 {
  margin-bottom: 9px;
}

.process-step p {
  max-width: 820px;
}


/* =========================================================
   MATERIAL SECTION
========================================================= */

.material-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 30px;
  align-items: center;
}

.material-image {
  min-height: 620px;
}

.material-content h2 {
  margin-bottom: 22px;
}

.material-content > p {
  max-width: 720px;
  margin-bottom: 18px;
}

.material-points {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.material-points div {
  position: relative;
  padding: 19px 20px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .055);
}

.material-points div::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  right: -54px;
  top: -54px;
  border-radius: 999px;
  background: rgba(255, 179, 71, .12);
  pointer-events: none;
}

.material-points strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 6px;
  color: var(--text);
}

.material-points span {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--muted);
  line-height: 1.55;
}


/* =========================================================
   RESULT
========================================================= */

.result-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 38px;
  align-items: end;
  padding: 42px;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 86% 16%, rgba(255, 179, 71, .14), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035));
  box-shadow: var(--shadow);
}

.big-quote {
  max-width: 860px;
  margin: 0;
  color: var(--text);
  font-size: clamp(2.25rem, 4.7vw, 5rem);
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.065em;
}

.result-text {
  display: grid;
  gap: 16px;
}

.result-text p {
  font-size: 1rem;
}


/* =========================================================
   RESPONSIVE — LARGE TABLET
========================================================= */

@media (max-width: 1180px) {
  .hero-page.beschichtungen-hero {
    min-height: 78vh;
    padding-top: 150px;
    padding-bottom: 78px;
  }

  .intro-feature-grid,
  .surface-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .system-image,
  .material-image {
    min-height: 500px;
  }

  .protect-banner {
    min-height: 520px;
  }
}


/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 980px) {
  .hero-page.beschichtungen-hero {
    min-height: 76vh;
    padding-top: 128px;
    padding-bottom: 66px;
    align-items: flex-end;
  }

  .hero-page.beschichtungen-hero .hero-content {
    max-width: 100%;
    padding-top: 0;
  }

  .hero-page.beschichtungen-hero .hero-bg img {
    object-position: center center;
    transform: scale(1.035);
  }

  .system-grid,
  .material-grid,
  .result-panel {
    grid-template-columns: 1fr;
  }

  .system-image,
  .material-image {
    min-height: 430px;
  }

  .protect-banner {
    min-height: 500px;
    padding: 34px;
    border-radius: 30px;
  }

  .result-panel {
    padding: 34px;
    border-radius: 30px;
  }
}


/* =========================================================
   RESPONSIVE — MOBILE / TABLET PORTRAIT
========================================================= */

@media (max-width: 820px) {
  .intro-feature-grid,
  .surface-grid {
    grid-template-columns: 1fr;
  }

  .process-step {
    grid-template-columns: 74px 1fr;
    gap: 16px;
  }

  .process-step span {
    width: 56px;
    height: 56px;
    border-radius: 18px;
  }
}


/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 620px) {
  .hero-page.beschichtungen-hero {
    min-height: 88vh;
    padding-top: 106px;
    padding-bottom: 52px;
    align-items: flex-end;
  }

  .hero-page.beschichtungen-hero .hero-bg img {
    object-position: center center;
    transform: scale(1.015);
    filter: saturate(.92) contrast(1.06) brightness(.66);
  }

  .hero-page.beschichtungen-hero::after {
    background:
      linear-gradient(
        90deg,
        rgba(15, 17, 20, .72),
        rgba(15, 17, 20, .42),
        rgba(15, 17, 20, .20)
      ),
      linear-gradient(
        0deg,
        rgba(15, 17, 20, .78),
        rgba(15, 17, 20, .28) 42%,
        transparent 72%
      );
  }

  .beschichtungen-hero-badges {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 24px;
  }

  .beschichtungen-hero-badges .badge {
    width: 100%;
  }

  .beschichtung-section-head {
    margin-bottom: 24px;
  }

  .intro-feature-card,
  .surface-card {
    min-height: auto;
    padding: 22px;
    border-radius: 24px;
  }

  .intro-feature-card span,
  .surface-card span {
    margin-bottom: 26px;
  }

  .system-content {
    padding: 24px;
    border-radius: 24px;
  }

  .system-image,
  .material-image {
    min-height: 330px;
  }

  .protect-banner {
    min-height: 460px;
    padding: 24px;
    border-radius: 26px;
  }

  .protect-banner img {
    object-position: center center;
    filter: saturate(.94) contrast(1.06) brightness(.68);
    transform: scale(1.02);
  }

  .protect-banner::after {
    background:
      linear-gradient(
        0deg,
        rgba(15, 17, 20, .92),
        rgba(15, 17, 20, .62) 42%,
        rgba(15, 17, 20, .18) 78%
      );
  }

  .process-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 24px;
  }

  .process-step span {
    width: 54px;
    height: 54px;
  }

  .material-grid {
    gap: 24px;
  }

  .material-points div {
    padding: 17px;
    border-radius: 20px;
  }

  .result-panel {
    padding: 26px;
    border-radius: 26px;
  }

  .big-quote {
    font-size: clamp(2rem, 11vw, 3.45rem);
  }
}


/* =========================================================
   RESPONSIVE — SMALL MOBILE
========================================================= */

@media (max-width: 420px) {
  .hero-page.beschichtungen-hero {
    min-height: 84vh;
    padding-top: 96px;
    padding-bottom: 44px;
  }

  .hero-page.beschichtungen-hero .hero-bg img {
    object-position: center center;
    filter: saturate(.92) contrast(1.06) brightness(.68);
  }

  .hero-page.beschichtungen-hero::after {
    background:
      linear-gradient(
        90deg,
        rgba(15, 17, 20, .76),
        rgba(15, 17, 20, .46),
        rgba(15, 17, 20, .24)
      ),
      linear-gradient(
        0deg,
        rgba(15, 17, 20, .82),
        rgba(15, 17, 20, .34) 44%,
        transparent 74%
      );
  }

  .intro-feature-card,
  .surface-card,
  .process-step {
    padding: 20px;
    border-radius: 22px;
  }

  .system-content {
    padding: 22px;
    border-radius: 22px;
  }

  .system-image,
  .material-image {
    min-height: 300px;
  }

  .protect-banner {
    min-height: 420px;
    padding: 22px;
    border-radius: 24px;
  }

  .result-panel {
    padding: 22px;
    border-radius: 24px;
  }

  .big-quote {
    letter-spacing: -.055em;
  }
}


/* =========================================================
   RESPONSIVE — EXTRA SMALL MOBILE
========================================================= */

@media (max-width: 360px) {
  .hero-page.beschichtungen-hero {
    min-height: 82vh;
    padding-top: 88px;
  }

  .hero-page.beschichtungen-hero .hero-bg img {
    filter: saturate(.92) contrast(1.06) brightness(.7);
  }

  .hero-page.beschichtungen-hero::after {
    background:
      linear-gradient(
        90deg,
        rgba(15, 17, 20, .78),
        rgba(15, 17, 20, .48),
        rgba(15, 17, 20, .26)
      ),
      linear-gradient(
        0deg,
        rgba(15, 17, 20, .84),
        rgba(15, 17, 20, .36) 46%,
        transparent 76%
      );
  }

  .intro-feature-card,
  .surface-card,
  .process-step,
  .system-content,
  .result-panel {
    padding: 18px;
  }

  .system-image,
  .material-image {
    min-height: 270px;
  }

  .protect-banner {
    min-height: 390px;
    padding: 20px;
  }
}