@charset "UTF-8";
/* =====================================================================
   UNDERDOGS Wertstoffzentrum Templin — Reifen (Leistungen-Unterseite)
   Mobile design canvas: 430px  ·  Desktop design canvas: 1536px
   Mobile-first. Desktop values are written as calc(N * var(--s)).
   ===================================================================== */

/* ------------------------------------------------------------------ */
/* Shared page bits                                                    */
/* ------------------------------------------------------------------ */

/* line breaks that exist only in the desktop design */
.rf-brd { display: none; }

/* orange kicker — page-specific tracking */
.rf-kick { font-size: 12px; letter-spacing: 1.4px; }

/* section headline */
.rf-h2 {
  margin: 0;
  font-family: Anton, "Arial Narrow", sans-serif;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.2;
  letter-spacing: .5px;
  color: var(--ink-2);
}
.rf-h2--light { color: #ffffff; font-size: 29px; line-height: 1.25; }

/* short orange rule under a headline */
.rf-rule {
  display: block;
  width: 56px;
  height: 4px;
  margin-top: 14px;
  background: var(--o);
}

/* ------------------------------------------------------------------ */
/* HERO                                                                */
/* ------------------------------------------------------------------ */
.rf-hero {
  position: relative;
  background: #f2f0ed;
  overflow: hidden;
}

.rf-hero__media { position: relative; height: 250px; }
.rf-hero__media img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}
.rf-hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(242, 240, 237, 0) 55%, #f2f0ed 98%);
}

.rf-hero__body { position: relative; padding: 4px var(--gx) 44px; }

/* breadcrumb — sentence case, softer grey than the base component */
.rf-crumb {
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: #5a5751;
}
.rf-crumb a { color: #5a5751; }
.rf-crumb a:hover { color: var(--o); }
.rf-crumb strong { color: var(--ink-2); font-weight: 700; }

.rf-hero__h1 {
  margin: 18px 0 0;
  font-family: Anton, "Arial Narrow", sans-serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: .5px;
  color: var(--ink-2);
}

.rf-hero__lead {
  margin: 18px 0 0;
  font-size: 14.5px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--tx);
}

.rf-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.rf-hero__actions .btn {
  width: 100%;
  gap: 14px;
  font-size: 13px;
  letter-spacing: .8px;
  padding: 17px 0;
  border-radius: 6px;
}
.rf-hero__actions .btn--ghost { border-color: #d8d5d0; padding: 16px 0; }

/* ------------------------------------------------------------------ */
/* WAS WIR ANNEHMEN                                                    */
/* ------------------------------------------------------------------ */
.rf-annahme {
  background: #f2f0ed;
  border-top: 1px solid #e6e3df;
  padding: 56px 0 0;
}
.rf-annahme__head { padding: 0 var(--gx); }
.rf-annahme__head .rf-h2 { margin-top: 14px; }

.rf-cards {
  gap: 14px;
  padding: 28px var(--gx) 8px;
}

.rf-card {
  flex: none;
  width: 250px;
  background: var(--d-2);
  border-radius: 8px;
  overflow: hidden;
}
.rf-card > img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: block;
  opacity: .9;
}
.rf-card__body { padding: 14px 22px 28px; }
.rf-card__icon { margin-bottom: 18px; }
.rf-card__title {
  margin: 0;
  font-family: Anton, "Arial Narrow", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: .5px;
  color: #ffffff;
}
.rf-card__txt {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
  color: #c9c9c9;
}

/* hint strip under the cards */
.rf-hint {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 32px var(--gx) 0;
  padding: 22px 0 48px;
  border-top: 1px solid #e6e3df;
}
.rf-hint__row { display: flex; align-items: flex-start; gap: 14px; }
.rf-hint__icon { width: 28px; height: 23px; margin-top: 2px; }
.rf-hint__txt {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--tx);
}
.rf-hint__link { gap: 12px; font-size: 12.5px; letter-spacing: 1px; }

/* ------------------------------------------------------------------ */
/* EINE KLARE LÖSUNG                                                   */
/* ------------------------------------------------------------------ */
.rf-loesung {
  position: relative;
  overflow: hidden;
  background: #faf9f7;
  border-top: 1px solid #e6e3df;
  padding: 56px 0 54px;
}
.rf-loesung__head { padding: 0 var(--gx); }
.rf-loesung__head .rf-h2 { margin-top: 12px; }

.rf-loesung__art {
  display: block;
  width: 92%;
  height: auto;
  margin: 20px auto 0;
  object-fit: contain;
  pointer-events: none;
}

.rf-loesung__list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0 var(--gx);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.rf-feat { display: flex; gap: 18px; }
.rf-feat > svg { width: 36px; height: 36px; }
.rf-feat__t {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .4px;
  color: var(--ink-2);
  text-transform: uppercase;
}
.rf-feat__d {
  margin-top: 6px;
  font-size: 13.5px;
  line-height: 1.55;
  font-weight: 500;
  color: var(--tx-2);
}

/* ------------------------------------------------------------------ */
/* FÜR GEWERBEKUNDEN                                                   */
/* ------------------------------------------------------------------ */
.rf-gewerbe {
  position: relative;
  overflow: hidden;
  background: #0c0c0c;
}
.rf-gewerbe__media { position: relative; height: 210px; }
.rf-gewerbe__media img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}
.rf-gewerbe__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 12, 12, .1) 40%, #0c0c0c 100%);
}

.rf-gewerbe__body { position: relative; padding: 8px var(--gx) 52px; }
.rf-gewerbe__body .rf-h2 { margin-top: 12px; }

.rf-checks {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.rf-checks li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14.5px;
  font-weight: 600;
  color: #eceae7;
}
.rf-checks li svg { width: 20px; height: 20px; }

.rf-gewerbe__cta {
  width: 100%;
  margin-top: 28px;
  background: transparent;
  border-color: #4a4a48;
  color: #ffffff;
  gap: 14px;
  font-size: 12.5px;
  letter-spacing: .8px;
  padding: 15px 0;
  border-radius: 6px;
}
.rf-gewerbe__cta:hover { border-color: var(--o); color: var(--o); }

/* ------------------------------------------------------------------ */
/* ANFRAGE                                                             */
/* ------------------------------------------------------------------ */
.rf-anfrage { background: #f2f0ed; padding: 56px 0 64px; }
.rf-anfrage__intro { padding: 0 var(--gx); }
.rf-anfrage__intro .rf-h2 { margin-top: 12px; }
.rf-anfrage__lead {
  margin-top: 14px;
  font-size: 14.5px;
  line-height: 1.65;
  font-weight: 500;
  color: var(--tx);
}
.rf-anfrage__trust {
  display: none;
  align-items: flex-start;
  gap: 16px;
  margin-top: 64px;
  max-width: 320px;
}
.rf-anfrage__trust p {
  font-size: 13.5px;
  line-height: 1.65;
  font-weight: 500;
  color: var(--tx-3);
}

.rf-form {
  margin: 24px 18px 0;
  padding: 24px 20px;
}
.rf-form .fld input,
.rf-form .fld select { border-color: #dedbd6; }
.rf-form .fld select { color: var(--tx-3); }

/* photo dropzone — dashed in this design */
.rf-form .dropzone {
  border: 1px dashed #d3d0ca;
  padding: 24px 14px;
  gap: 5px;
}
.rf-form .dropzone.is-hover { border-color: var(--o); }

.rf-form__fotos > span,
.rf-form__kontakt > span { display: block; }

.rf-form__kontakt {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rf-form__kontakt input { margin-top: 0; }
.rf-form__submit {
  margin-top: 8px;
  gap: 14px;
  font-size: 13.5px;
  letter-spacing: 1px;
  padding: 17px 0;
  border-radius: 6px;
}

.rf-form .form-note svg { margin-top: 2px; }

/* ================================================================== */
/* DESKTOP — 1536px design canvas                                     */
/* ================================================================== */
@media (min-width: 1024px) {

  .rf-brd { display: inline; }

  .rf-kick { font-size: max(11.5px, calc(13 * var(--s))); letter-spacing: 1.4px; }

  .rf-h2 { font-size: calc(41 * var(--s)); line-height: 1.2; }
  .rf-h2--light { font-size: calc(40 * var(--s)); line-height: 1.25; }

  .rf-rule {
    width: calc(66 * var(--s));
    height: calc(4 * var(--s));
    margin-top: calc(16 * var(--s));
  }

  /* ---------------- HERO ---------------- */
  .rf-hero__media {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(888 * var(--s));
    height: 100%;
  }
  .rf-hero__media img { width: 100%; height: 100%; }
  .rf-hero__veil {
    background: linear-gradient(90deg, #f2f0ed 0%, rgba(242, 240, 237, 0) 42%);
  }

  /* 560 design content width + 75 left padding (box-sizing:border-box) */
  .rf-hero__body {
    z-index: 1;
    width: calc(635 * var(--s));
    padding: calc(40 * var(--s)) 0 calc(110 * var(--s)) calc(75 * var(--s));
  }

  .rf-crumb { gap: calc(10 * var(--s)); font-size: max(11.5px, calc(13 * var(--s))); }

  .rf-hero__h1 {
    margin-top: calc(74 * var(--s));
    font-size: calc(78 * var(--s));
  }

  .rf-hero__lead {
    margin-top: calc(36 * var(--s));
    font-size: max(13px, calc(15.5 * var(--s)));
    line-height: 1.75;
  }

  .rf-hero__actions {
    flex-direction: row;
    align-items: center;
    gap: calc(26 * var(--s));
    margin-top: calc(52 * var(--s));
  }
  .rf-hero__actions .btn {
    width: auto;
    gap: calc(14 * var(--s));
    font-size: max(11px, calc(13 * var(--s)));
    padding: calc(17 * var(--s)) calc(28 * var(--s));
    border-radius: calc(5 * var(--s));
  }
  .rf-hero__actions .btn--ghost { padding: calc(16 * var(--s)) calc(28 * var(--s)); }

  /* ------------- WAS WIR ANNEHMEN ------------- */
  .rf-annahme { padding: calc(110 * var(--s)) 0 0; }
  .rf-annahme__head { padding: 0 calc(75 * var(--s)); }
  .rf-annahme__head .rf-h2 { margin-top: calc(20 * var(--s)); }

  .rf-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: calc(22 * var(--s));
    padding: 0 calc(75 * var(--s));
    margin-top: calc(60 * var(--s));
    overflow: visible;
  }

  .rf-card { width: auto; border-radius: calc(8 * var(--s)); }
  .rf-card > img { height: calc(150 * var(--s)); }
  .rf-card__body {
    padding: calc(14 * var(--s)) calc(30 * var(--s)) calc(38 * var(--s));
  }
  /* width:auto keeps each icon's own viewBox ratio (the 4th is 46×42) */
  .rf-card__icon {
    width: auto;
    height: calc(42 * var(--s));
    margin-bottom: calc(18 * var(--s));
  }
  .rf-card__title { font-size: calc(24 * var(--s)); }
  .rf-card__txt {
    margin-top: calc(12 * var(--s));
    font-size: max(12.5px, calc(14 * var(--s)));
    line-height: 1.6;
  }

  .rf-hint {
    flex-direction: row;
    align-items: center;
    gap: 0;
    margin: calc(64 * var(--s)) calc(75 * var(--s)) 0;
    padding: calc(30 * var(--s)) 0 calc(90 * var(--s));
  }
  .rf-hint__row { align-items: center; gap: calc(22 * var(--s)); }
  .rf-hint__icon {
    width: calc(34 * var(--s));
    height: calc(28 * var(--s));
    margin-top: 0;
  }
  .rf-hint__txt { font-size: max(12.5px, calc(15 * var(--s))); line-height: 1.6; }
  .rf-hint__link {
    margin-left: auto;
    gap: calc(14 * var(--s));
    font-size: max(11px, calc(13 * var(--s)));
  }

  /* ------------- EINE KLARE LÖSUNG ------------- */
  .rf-loesung { padding: calc(120 * var(--s)) 0 calc(110 * var(--s)); }
  /* 520 design content width + 2 × 75 padding */
  .rf-loesung__head {
    position: relative;
    z-index: 1;
    width: calc(670 * var(--s));
    padding: 0 calc(75 * var(--s));
  }
  .rf-loesung__head .rf-h2 { margin-top: calc(16 * var(--s)); }

  .rf-loesung__art {
    position: absolute;
    right: calc(170 * var(--s));
    top: calc(90 * var(--s));
    width: calc(760 * var(--s));
    height: calc(352 * var(--s));
    margin: 0;
  }

  .rf-loesung__list {
    position: relative;
    z-index: 1;
    width: calc(670 * var(--s));
    padding: 0 calc(75 * var(--s));
    margin-top: calc(56 * var(--s));
    gap: calc(40 * var(--s));
  }
  .rf-feat { gap: calc(26 * var(--s)); }
  .rf-feat > svg { width: calc(42 * var(--s)); height: calc(42 * var(--s)); }
  .rf-feat__t { font-size: max(13px, calc(15.5 * var(--s))); }
  .rf-feat__d {
    margin-top: calc(7 * var(--s));
    font-size: max(12.5px, calc(14.5 * var(--s)));
    line-height: 1.6;
  }

  /* ------------- FÜR GEWERBEKUNDEN ------------- */
  .rf-gewerbe__media {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(890 * var(--s));
    height: 100%;
  }
  .rf-gewerbe__media img { width: 100%; height: 100%; }
  .rf-gewerbe__veil {
    background: linear-gradient(90deg, #0c0c0c 0%, rgba(12, 12, 12, 0) 40%);
  }

  /* 520 design content width + 75 left padding */
  .rf-gewerbe__body {
    z-index: 1;
    width: calc(595 * var(--s));
    padding: calc(120 * var(--s)) 0 calc(116 * var(--s)) calc(75 * var(--s));
  }
  .rf-gewerbe__body .rf-h2 { margin-top: calc(18 * var(--s)); }

  .rf-checks { margin-top: calc(36 * var(--s)); gap: calc(16 * var(--s)); }
  .rf-checks li {
    gap: calc(16 * var(--s));
    font-size: max(12.5px, calc(15 * var(--s)));
  }
  .rf-checks li svg { width: calc(22 * var(--s)); height: calc(22 * var(--s)); }

  .rf-gewerbe__cta {
    width: auto;
    margin-top: calc(40 * var(--s));
    gap: calc(14 * var(--s));
    font-size: max(11px, calc(13 * var(--s)));
    padding: calc(15 * var(--s)) calc(26 * var(--s));
    border-radius: calc(5 * var(--s));
  }

  /* ------------------ ANFRAGE ------------------ */
  .rf-anfrage { padding: calc(120 * var(--s)) 0 calc(130 * var(--s)); }
  .rf-anfrage__inner {
    display: flex;
    align-items: flex-start;
    gap: calc(70 * var(--s));
    padding: 0 calc(75 * var(--s));
  }
  .rf-anfrage__intro { flex: none; width: calc(420 * var(--s)); padding: 0; }
  .rf-anfrage__intro .rf-h2 { margin-top: calc(18 * var(--s)); }
  .rf-anfrage__lead {
    margin-top: calc(24 * var(--s));
    font-size: max(13px, calc(15.5 * var(--s)));
    line-height: 1.7;
  }
  .rf-anfrage__trust {
    display: flex;
    gap: calc(16 * var(--s));
    margin-top: calc(64 * var(--s));
    max-width: calc(320 * var(--s));
  }
  .rf-anfrage__trust svg { width: calc(30 * var(--s)); height: calc(34 * var(--s)); }
  .rf-anfrage__trust p {
    font-size: max(12px, calc(13.5 * var(--s)));
    line-height: 1.65;
  }

  /* the desktop form is a bare two-column grid, not a card */
  .rf-form {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(30 * var(--s)) calc(36 * var(--s));
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .rf-form .fld { margin-top: 0; }
  .rf-form .fld input,
  .rf-form .fld select {
    height: calc(46 * var(--s));
    margin-top: calc(9 * var(--s));
    font-size: max(12.5px, calc(14 * var(--s)));
  }

  .rf-form .dropzone {
    margin-top: calc(9 * var(--s));
    padding: calc(34 * var(--s)) calc(16 * var(--s));
    gap: calc(6 * var(--s));
    border-radius: calc(8 * var(--s));
  }
  .rf-form .dropzone > svg { width: calc(36 * var(--s)); height: calc(32 * var(--s)); }
  .rf-form .dropzone__hint {
    font-size: max(12.5px, calc(14 * var(--s)));
    margin-top: calc(6 * var(--s));
  }
  .rf-form .dropzone__sub { font-size: max(11px, calc(12 * var(--s))); }

  .rf-form__kontakt { gap: calc(14 * var(--s)); }
  .rf-form .rf-form__kontakt input { margin-top: 0; }
  .rf-form__submit {
    margin-top: calc(4 * var(--s));
    gap: calc(16 * var(--s));
    font-size: max(12.5px, calc(14 * var(--s)));
    letter-spacing: 1px;
    padding: calc(16 * var(--s)) 0;
    border-radius: calc(6 * var(--s));
  }
}
