/* ════════════════════════════════════════════════════════
   Über uns (ueber-uns.css) – RTG Camping
   Baukasten & Signature 1:1 aus home.css/main.css abgeleitet:
   Navy dominant, Gold sparsam, diagonale Schnittkanten,
   Kanit-italic-Headlines. (.abt-*-Präfix = seiten-eigen)
   ════════════════════════════════════════════════════════ */

/* ── Hero / Intro (Navy, Gold-Keil, Liniengitter – wie Startseite) ── */
.abt-hero {
  position: relative;
  background: var(--gradient-navy);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.abt-hero::before {
  content: "";
  position: absolute; top: 0; right: 0; bottom: 0; width: 46%;
  background: linear-gradient(160deg, rgba(255,205,0,.14), rgba(255,205,0,0) 60%);
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
.abt-hero::after {
  content: "";
  position: absolute; inset: 0; z-index: -1; opacity: .5;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 100% 46px;
}
.abt-hero-inner { padding: clamp(3rem, 8vw, 6rem) 1.5rem clamp(3.5rem, 8vw, 6.5rem); }
.abt-hero-content { max-width: 44rem; }
.abt-hero h1 { color: #fff; font-size: clamp(2.4rem, 6.4vw, 4.4rem); margin: 1rem 0 1.25rem; }
.abt-hero h1 em { color: var(--gold); font-style: normal; }
.abt-hero-sub {
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  color: rgba(255,255,255,.82); max-width: 40rem; line-height: 1.7;
}

/* ── Wer wir sind (2-Spalten: Text + RTG-Familie-Panel) ── */
.abt-who-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: start; }
.abt-who-text h2 { margin: .7rem 0 1rem; }
.abt-who-text .lead { margin-bottom: 1.1rem; }
.abt-who-text p { color: var(--muted); }
.abt-who-text .btn { margin-top: 1.6rem; }

/* Navy-Panel: „Teil der RTG-Gruppe" mit diagonaler Schnittkante */
.abt-family {
  background: var(--gradient-navy);
  color: #fff;
  padding: 2.25rem 2rem 2rem;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
}
.abt-family h3 { color: #fff; margin: .7rem 0 1.1rem; }
.abt-family .gold-rule { margin-bottom: 1.35rem; }
.abt-family-list li { font-size: 1.02rem; font-weight: 500; }
.abt-family-list li span { color: rgba(255,255,255,.55); font-weight: 400; font-size: .92rem; }
.abt-family-list li strong { color: var(--gold); font-weight: 700; }
.abt-family-list li { margin-bottom: .6rem; }
.abt-family-link { display: block; width: fit-content; margin-top: .25rem; color: var(--gold); text-decoration: none; font-size: .9rem; font-weight: 600; }
.abt-family-link:hover { text-decoration: underline; }
.abt-family-note {
  margin-top: 1.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.14);
  font-size: .92rem; color: rgba(255,255,255,.7); line-height: 1.65;
}

@media (min-width: 900px) {
  .abt-who-grid { grid-template-columns: 1.1fr .9fr; gap: 4rem; }
  .abt-family { margin-top: .3rem; }
}

/* ── Stärken / Werte (Karten wie svc-card) ── */
.abt-values {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.25rem;
}
.abt-value-card {
  display: flex; flex-direction: column; align-items: flex-start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.9rem 1.75rem 1.6rem; position: relative; overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.abt-value-card::before {
  content: ""; position: absolute; top: 0; left: 0; height: 4px; width: 0; background: var(--gold);
  transition: width .3s ease;
}
.abt-value-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: transparent; }
.abt-value-card:hover::before { width: 100%; }
.abt-value-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 12px;
  background: rgba(0,40,85,.06); color: var(--navy); margin-bottom: 1.15rem;
  transition: background .25s ease, color .25s ease;
}
.abt-value-card:hover .abt-value-icon { background: var(--navy); color: var(--gold); }
.abt-value-card h3 { margin-bottom: .55rem; }
.abt-value-card p { font-size: .95rem; color: var(--muted); line-height: 1.6; }

/* ── Standort Hilden ── */
.abt-standort-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: stretch; }

.abt-info { display: flex; flex-direction: column; }
.abt-info-list { list-style: none; display: flex; flex-direction: column; gap: 1.4rem; }
.abt-info-list li { display: flex; align-items: flex-start; gap: 1rem; }
.abt-info-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 10px; flex-shrink: 0;
  background: rgba(0,40,85,.06); color: var(--navy);
}
.abt-info-body { line-height: 1.6; color: var(--ink); }
.abt-info-label {
  display: block; font-family: var(--font-head); font-style: italic; font-weight: 700;
  font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; color: var(--muted-2);
  margin-bottom: .2rem;
}
.abt-info-body a { color: var(--navy); font-weight: 600; }
.abt-info-body a:hover { color: var(--gold-600); }
.abt-info-cta { margin-top: 2rem; align-self: flex-start; }

/* Karten-Platzhalter (Navy-Fläche mit Pin) – echtes Embed folgt später (DSGVO) */
.abt-map {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--gradient-navy); color: #fff; border-radius: var(--radius);
  min-height: 300px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: .9rem; text-align: center;
  padding: 2.5rem 1.5rem;
}
.abt-map-grid {
  position: absolute; inset: 0; z-index: -1; opacity: .55;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 42px 42px, 42px 42px;
}
.abt-map::before {
  content: ""; position: absolute; top: 0; right: 0; width: 42%; height: 100%; z-index: -1;
  background: linear-gradient(160deg, rgba(255,205,0,.16), rgba(255,205,0,0) 62%);
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}
.abt-map-pin {
  display: inline-flex; align-items: center; justify-content: center;
  width: 74px; height: 74px; border-radius: 50%;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); color: var(--gold);
}
.abt-map-label {
  font-family: var(--font-head); font-style: italic; font-weight: 700;
  font-size: 1.15rem; color: #fff; letter-spacing: .01em;
}

@media (min-width: 860px) {
  .abt-standort-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .abt-map { min-height: 340px; }
}

/* ── Region / Local-SEO (dezent) ── */
.abt-region {
  margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem;
}
.abt-region-list { list-style: none; display: flex; flex-wrap: wrap; gap: .55rem; }

/* ════════════════════════════════════════════════════════
   CTA-Band (Near-Black, diagonale Kante) – 1:1 wie home.css,
   hier repliziert, da home.css auf dieser Seite nicht geladen wird.
   ════════════════════════════════════════════════════════ */
.cta-band {
  background: var(--ink); color: #fff; position: relative; overflow: hidden;
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}
.cta-band::before {
  content: ""; position: absolute; top: 0; right: 0; width: 40%; height: 100%;
  background: var(--gradient-navy); opacity: .5;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}
.cta-inner { position: relative; display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center; }
.cta-text h2 { color: #fff; margin: .6rem 0 .75rem; }
.cta-text p { color: rgba(255,255,255,.75); max-width: 34rem; }
.cta-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem 1.75rem; }
.cta-phone {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-head); font-style: italic; font-weight: 700; font-size: 1.25rem; color: #fff;
}
.cta-phone svg { color: var(--gold); }
.cta-phone:hover { color: var(--gold); }
@media (min-width: 820px) {
  .cta-inner { grid-template-columns: 1.4fr auto; }
  .cta-actions { justify-content: flex-end; }
}

/* Bild-Banner (Werkstatt-Foto) */
.abt-banner-sec { padding: clamp(2rem, 5vw, 3.5rem) 0; }
.abt-banner { margin: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.abt-banner img { width: 100%; height: clamp(240px, 40vw, 460px); object-fit: cover; display: block; }
