/* ==========================================================================
   PLAKATSCHMIDT · plakatschmidt.de
   Design & Umsetzung: Jakobs & Hahn Digital Solutions
   Konzept: "Die Website als Plakatwand" · Markenfarben Grün/Blau
   Keine externen Ressourcen (DSGVO-konform, Fonts self-hosted)
   ========================================================================== */

/* ---- Fonts (self-hosted, kein Google-Fonts-CDN) ---- */
@font-face { font-family:'Oswald'; font-style:normal; font-weight:500; font-display:swap; src:url('../fonts/oswald-500.woff2') format('woff2'); }
@font-face { font-family:'Oswald'; font-style:normal; font-weight:600; font-display:swap; src:url('../fonts/oswald-600.woff2') format('woff2'); }
@font-face { font-family:'Oswald'; font-style:normal; font-weight:700; font-display:swap; src:url('../fonts/oswald-700.woff2') format('woff2'); }
@font-face { font-family:'Barlow'; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/barlow-400.woff2') format('woff2'); }
@font-face { font-family:'Barlow'; font-style:italic; font-weight:400; font-display:swap; src:url('../fonts/barlow-400-italic.woff2') format('woff2'); }
@font-face { font-family:'Barlow'; font-style:normal; font-weight:500; font-display:swap; src:url('../fonts/barlow-500.woff2') format('woff2'); }
@font-face { font-family:'Barlow'; font-style:normal; font-weight:600; font-display:swap; src:url('../fonts/barlow-600.woff2') format('woff2'); }
@font-face { font-family:'Barlow'; font-style:normal; font-weight:700; font-display:swap; src:url('../fonts/barlow-700.woff2') format('woff2'); }

/* ---- Variablen ---- */
:root {
  --blue: #23368f;
  --blue-dark: #182566;
  --blue-deep: #111b4d;
  --green: #93c01f;
  --green-dark: #7aa312;
  --green-pale: #eef5d8;
  --paper: #f7f5ee;
  --white: #ffffff;
  --ink: #1c2233;
  --ink-soft: #4a5165;
  --line: #e2ded1;
  --shadow: 0 10px 28px rgba(28, 34, 51, .10);
  --shadow-green: 0 14px 30px rgba(122, 163, 18, .28);
  --display: 'Oswald', 'Arial Narrow', sans-serif;
  --body: 'Barlow', 'Helvetica Neue', Arial, sans-serif;
  --wrap: 1180px;
  --r-card: 18px;
  --r-el: 13px;
  --r-pill: 999px;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); }
a:hover { color: var(--green-dark); }
ul, ol { padding-left: 1.3em; }
strong { font-weight: 600; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 1.25rem; }

/* ---- Typografie ---- */
h1, h2, h3, .display {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.12;
  color: var(--blue-deep);
  text-transform: uppercase;
  letter-spacing: .025em;
}
h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); margin-bottom: .9rem; }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); margin-bottom: .5rem; }
h4 { font-family: var(--body); font-weight: 700; font-size: 1.05rem; margin-bottom: .35rem; }
.lead { font-size: clamp(1.1rem, 1.8vw, 1.3rem); color: var(--ink-soft); max-width: 46em; }

.mark-green { position: relative; white-space: nowrap; }
.mark-green::after {
  content: ""; position: absolute; left: -2%; right: -2%; bottom: .06em; height: .34em;
  background: var(--green); z-index: -1; transform: skewX(-8deg);
}

/* ---- Buttons: Pill-Form (moderner Look) ---- */
.btn {
  display: inline-block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  text-decoration: none;
  padding: .85rem 1.7rem;
  border: 2px solid transparent;
  border-radius: var(--r-pill);
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 18px rgba(17,27,77,.28); }
.btn-primary:hover { background: var(--blue-dark); color: #fff; transform: translateY(-3px) scale(1.03); box-shadow: 0 14px 28px rgba(17,27,77,.34), 0 0 22px rgba(147,192,31,.45); }
.btn-green { background: var(--green); color: var(--blue-deep); box-shadow: 0 8px 18px rgba(122,163,18,.38); }
.btn-green:hover { background: #a2d22a; color: var(--blue-deep); transform: translateY(-3px) scale(1.03); box-shadow: 0 14px 28px rgba(122,163,18,.42), 0 0 26px rgba(168,216,41,.65); }
.btn-outline { background: transparent; color: var(--blue); border-color: var(--blue); }
.btn-outline:hover { background: var(--blue); color: #fff; transform: translateY(-3px) scale(1.03); box-shadow: 0 10px 22px rgba(17,27,77,.25), 0 0 20px rgba(147,192,31,.40); }
.btn-outline-light { background: transparent; color: #fff; border-color: #fff; }
.btn-outline-light:hover { background: #fff; color: var(--blue); transform: translateY(-3px) scale(1.03); box-shadow: 0 10px 24px rgba(0,0,0,.30), 0 0 24px rgba(255,255,255,.45); }
.btn + .btn { margin-left: .6rem; }

/* ---- Skip-Link ---- */
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--green); color: var(--blue-deep); padding: .6rem 1rem; z-index: 999; font-weight: 700; }
.skip-link:focus { left: 0; }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--white);
  border-bottom: 3px solid var(--green);
  box-shadow: 0 2px 14px rgba(28,34,51,.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .4rem 1.25rem; max-width: 1320px; margin: 0 auto; }
.logo { flex: 0 0 auto; }
.logo img { width: 264px; height: auto; max-width: none; }

.main-nav ul { list-style: none; display: flex; gap: .2rem; padding: 0; margin: 0; }
.main-nav a {
  display: block; padding: .5rem .55rem; white-space: nowrap;
  font-family: var(--display); font-weight: 500; font-size: 1.04rem;
  text-transform: uppercase; letter-spacing: .04em;
  color: var(--blue-deep); text-decoration: none;
}
.main-nav a:hover, .main-nav li.active > a { color: var(--green-dark); }
.main-nav li.active > a { box-shadow: inset 0 -3px 0 var(--green); }

.has-sub { position: relative; }
.has-sub > a::after { content: " ▾"; font-size: .75em; }
.sub-nav {
  position: absolute; top: 100%; left: 0; min-width: 250px;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-el);
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(28,34,51,.16);
  display: none; flex-direction: column; gap: 0 !important;
}
.sub-nav a { padding: .6rem .9rem; font-size: .92rem; border-bottom: 1px solid var(--line); }
.sub-nav a:hover { background: var(--green-pale); }
.has-sub:hover .sub-nav, .has-sub:focus-within .sub-nav, .has-sub.open .sub-nav { display: flex; }

.nav-cta { margin-left: .6rem; }
.nav-cta a { display: inline-block; transition: transform .12s ease, box-shadow .12s ease, background .12s ease; background: var(--green); color: var(--blue-deep) !important; font-weight: 600; padding: .5rem 1.05rem; border-radius: var(--r-pill); }
.nav-cta a:hover { background: #a2d22a; transform: translateY(-2px) scale(1.04); box-shadow: 0 8px 18px rgba(122,163,18,.40), 0 0 18px rgba(168,216,41,.60); }

.nav-toggle {
  display: none; background: none; border: 2px solid var(--blue-deep); border-radius: var(--r-pill);
  padding: .45rem .7rem; font-family: var(--display); font-size: 1rem; text-transform: uppercase;
  color: var(--blue-deep); cursor: pointer;
}

/* Groessere Navischrift braucht mehr Platz -> Burger-Menue schon ab 1220px */
@media (max-width: 1220px) {
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); border-bottom: 3px solid var(--green); max-height: calc(100vh - 80px); overflow: auto; }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; gap: 0; padding: .5rem 0; }
  .main-nav a { padding: .8rem 1.4rem; border-bottom: 1px solid var(--line); }
  .sub-nav { position: static; display: none; border: none; box-shadow: none; background: var(--green-pale); }
  .has-sub.open .sub-nav { display: flex; }
  .has-sub:hover .sub-nav { display: none; }
  .has-sub.open:hover .sub-nav { display: flex; }
  .sub-nav a { padding-left: 2.4rem; }
  .nav-cta { margin: 0; }
}

/* ==========================================================================
   Hero (Startseite)
   ========================================================================== */
.hero {
  background: var(--blue-deep);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(112deg, var(--blue-deep) 0%, var(--blue) 55%, transparent 100%);
  z-index: 1;
}
.hero-img { position: absolute; right: 0; top: 0; bottom: 0; width: 62%; object-fit: cover; object-position: right center; height: 100%; opacity: .85; }
.hero-inner {
  position: relative; z-index: 2;
  padding: clamp(2.5rem, 6vw, 5rem) 1.25rem;
  max-width: var(--wrap); margin: 0 auto;
  min-height: calc(100vh - 110px);
  min-height: calc(100svh - 110px);
  display: flex; flex-direction: column; justify-content: center;
}
.hero h1 {
  color: #fff; max-width: 13em;
  letter-spacing: .045em;
  text-shadow: 0 0 6px rgba(255,255,255,.55), 0 0 22px rgba(255,255,255,.35), 0 0 55px rgba(200,225,255,.28);
}
.hero h1 .green {
  color: #a8d829;
  text-shadow: 0 0 6px rgba(168,216,41,.8), 0 0 22px rgba(147,192,31,.6), 0 0 55px rgba(147,192,31,.45);
}
.hero .lead { color: #dfe4f5; margin: 1.6rem 0 2.4rem; }
.hero .lead-short { display: none; }
.hero-buttons { margin-bottom: 2.4rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; margin-top: 2.2rem; font-weight: 600; font-size: .95rem; color: #c9d2ef; }
.hero-badges span::before { content: "✔ "; color: var(--green); }

.hero-contact { display: flex; align-items: center; gap: .9rem; margin-top: 0; flex-wrap: wrap; }
.hero-phone {
  font-family: var(--display); font-weight: 700; font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  color: #fff; text-decoration: none; letter-spacing: .02em;
  text-shadow: 0 0 6px rgba(255,255,255,.6), 0 0 20px rgba(147,192,31,.65), 0 0 45px rgba(147,192,31,.45);
}
.hero-phone { display: inline-flex; align-items: center; gap: .55rem; transition: transform .15s ease, text-shadow .15s ease; }
.hero-phone .phone-icon {
  color: #a8d829; flex: 0 0 auto;
  filter: drop-shadow(0 0 6px rgba(168,216,41,.9)) drop-shadow(0 0 18px rgba(147,192,31,.6));
}
.hero-phone:hover {
  color: #a8d829; transform: translateY(-2px) scale(1.04);
  text-shadow: 0 0 8px rgba(255,255,255,.75), 0 0 26px rgba(168,216,41,.85), 0 0 60px rgba(147,192,31,.6);
}
.social-btn {
  width: 46px; height: 46px; display: grid; place-items: center;
  background: #fff; color: var(--blue-deep);
  border-radius: 50%; box-shadow: 0 6px 16px rgba(0,0,0,.30);
  transition: background .12s ease, transform .12s ease;
}
.social-btn:hover { background: var(--green); color: var(--blue-deep); transform: translate(-1px,-1px); }

/* Seiten-Hero (Unterseiten) */
.page-hero { background: var(--blue-deep); color: #fff; padding: clamp(2.2rem, 5vw, 3.6rem) 0 clamp(2rem, 4vw, 3rem); position: relative; overflow: hidden; }
.page-hero h1 { color: #fff; }
.page-hero .lead { color: #dfe4f5; margin-top: .8rem; }
.page-hero .crumbs { font-size: .88rem; margin-bottom: 1rem; color: #aab4dd; }
.page-hero .crumbs a { color: #c9d2ef; text-decoration: none; }
.page-hero .crumbs a:hover { color: var(--green); }

/* ==========================================================================
   Sektionen
   ========================================================================== */
.section { padding: clamp(2.8rem, 6vw, 4.8rem) 0; }
.section-tight { padding: clamp(2rem, 4vw, 3rem) 0; }
.section-white { background: var(--white); }
.section-blue { background: var(--blue-deep); color: #fff; }
.section-blue h2, .section-blue h3 { color: #fff; }
.section-green { background: var(--green); color: var(--blue-deep); }
.section-head { max-width: 52em; margin-bottom: clamp(1.6rem, 3vw, 2.6rem); }
.section-head p { color: var(--ink-soft); }
.section-blue .section-head p { color: #dfe4f5; }

/* Zahlenband */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.5rem; text-align: center; }
.stat .num { font-family: var(--display); font-weight: 700; font-size: clamp(1.6rem, 3vw, 2.4rem); color: var(--green); line-height: 1; }
.stat .lbl { font-size: .88rem; color: #dfe4f5; margin-top: .3rem; }

/* Karten-Grid */
.grid { display: grid; gap: 1.6rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 720px) { .grid-2 { grid-template-columns: 1fr; } }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }

/* Plakatrahmen-Karte */
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex; flex-direction: column;
  transition: transform .15s ease, box-shadow .15s ease;
}
a.card { text-decoration: none; color: inherit; }
.card:hover { transform: translateY(-7px) scale(1.015); box-shadow: 0 22px 46px rgba(122,163,18,.32), 0 0 26px rgba(147,192,31,.40); }
.card-img { aspect-ratio: 4 / 3; overflow: hidden; background: var(--green-pale); border-bottom: 1px solid var(--line); position: relative; }
.card-badge {
  position: absolute; top: .65rem; left: .65rem; z-index: 2;
  font-family: var(--display); font-weight: 600; text-transform: uppercase;
  font-size: .74rem; letter-spacing: .06em; padding: .3rem .75rem;
  border-radius: var(--r-pill); box-shadow: 0 4px 10px rgba(17,27,77,.22);
}
.card-badge.paper { background: var(--green); color: var(--blue-deep); }
.card-badge.digital { background: var(--blue); color: #fff; }
.card-img img { width: 100%; height: 100%; object-fit: cover; }
.card-img.contain img { object-fit: contain; padding: 1rem; }
.card-body { padding: 1.15rem 1.25rem 1.35rem; flex: 1; display: flex; flex-direction: column; }
.card-body p { color: var(--ink-soft); font-size: .98rem; flex: 1; }
.card-meta { font-size: .9rem; font-weight: 600; color: var(--green-dark); margin-bottom: .3rem; }
.card-link { margin-top: .9rem; font-weight: 700; color: var(--blue); font-size: .98rem; }
.card:hover .card-link { color: var(--green-dark); }

/* USP-Liste */
.usp { display: flex; gap: 1rem; align-items: flex-start; }
.usp-icon {
  flex: 0 0 52px; height: 52px; display: grid; place-items: center;
  background: var(--green); color: var(--blue-deep);
  font-family: var(--display); font-weight: 700; font-size: 1.5rem;
  border-radius: var(--r-el); box-shadow: 0 6px 14px rgba(17,27,77,.18);
}
.usp p { color: var(--ink-soft); font-size: .98rem; }

/* Schritte */
.steps { counter-reset: step; }
.step { position: relative; padding-left: 4.4rem; margin-bottom: 1.6rem; }
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0; top: 0;
  width: 3.2rem; height: 3.2rem; display: grid; place-items: center;
  background: var(--blue); color: #fff;
  font-family: var(--display); font-weight: 700; font-size: 1.5rem;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(122,163,18,.40);
}
.step p { color: var(--ink-soft); }

/* Fakten-Tabelle (Werbeträger) */
.facts { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-el); overflow: hidden; box-shadow: var(--shadow); }
.facts th, .facts td { text-align: left; padding: .75rem 1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.facts tr:last-child th, .facts tr:last-child td { border-bottom: none; }
.facts th { font-family: var(--display); font-weight: 600; text-transform: uppercase; font-size: .88rem; letter-spacing: .05em; color: var(--blue); width: 34%; white-space: nowrap; }
.facts td { color: var(--ink); }
.facts .price { font-weight: 700; color: var(--green-dark); font-size: 1.05rem; }

/* Kurz-Fazit-Box (GEO: zitierfähige Zusammenfassung) */
.summary-box {
  background: var(--green-pale); border: 2px solid var(--green-dark);
  border-left-width: 8px; border-radius: var(--r-el); padding: 1.2rem 1.4rem; margin: 1.6rem 0;
}
.summary-box h3, .summary-box h2 { margin-bottom: .5rem; font-size: 1.1rem; }
.summary-box p, .summary-box li { font-size: .99rem; }

/* Galerie + Lightbox */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; }
.gallery a { display: block; border: 1px solid var(--line); border-radius: var(--r-el); overflow: hidden; box-shadow: 0 6px 16px rgba(28,34,51,.10); background: #fff; transition: transform .12s ease, box-shadow .12s ease; }
.gallery a:hover { transform: translateY(-5px) scale(1.03); box-shadow: 0 16px 34px rgba(122,163,18,.32), 0 0 20px rgba(147,192,31,.45); }
.gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery.tall img { aspect-ratio: 3 / 4; }

.lightbox {
  position: fixed; inset: 0; z-index: 300; display: none;
  background: rgba(17,27,77,.92); align-items: center; justify-content: center; padding: 2rem;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: min(92vw, 1100px); max-height: 86vh; width: auto; height: auto; border: 4px solid #fff; border-radius: 10px; box-shadow: 0 10px 60px rgba(0,0,0,.5); }
.lightbox-close { position: absolute; top: 1rem; right: 1.4rem; background: none; border: none; color: #fff; font-size: 2.6rem; cursor: pointer; line-height: 1; }
.lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.12); border: 2px solid #fff; border-radius: 50%; color: #fff; font-size: 1.8rem; width: 3rem; height: 3rem; cursor: pointer; }
.lightbox-nav:hover { background: var(--green); color: var(--blue-deep); border-color: var(--green); }
.lightbox-prev { left: 1.2rem; } .lightbox-next { right: 1.2rem; }

/* FAQ */
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-el); overflow: hidden; box-shadow: var(--shadow); margin-bottom: 1rem; }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 1rem 3rem 1rem 1.25rem;
  font-family: var(--body); font-weight: 700; font-size: 1.05rem; color: var(--blue-deep);
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 1.1rem; top: 50%; transform: translateY(-50%); font-family: var(--display); font-size: 1.6rem; color: var(--green-dark); }
.faq-item[open] summary::after { content: "−"; }
.faq-item[open] summary { background: var(--green-pale); }
.faq-body { padding: 1rem 1.25rem 1.25rem; border-top: 1px solid var(--line); }
.faq-body p + p, .faq-body ul { margin-top: .6rem; }

/* Team */
.team-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-card); box-shadow: var(--shadow); padding: 1.3rem 1.4rem; }
.team-card .role { font-family: var(--display); font-weight: 600; text-transform: uppercase; font-size: .85rem; letter-spacing: .05em; color: var(--green-dark); }
.team-card .name { font-size: 1.25rem; font-weight: 700; color: var(--blue-deep); margin: .15rem 0 .7rem; }
.team-card ul { list-style: none; padding: 0; font-size: .98rem; }
.team-card li { margin-bottom: .3rem; }
.team-card a { text-decoration: none; font-weight: 600; }

/* Download-Liste */
.dl-list { list-style: none; padding: 0; display: grid; gap: .8rem; }
.dl-list li { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-el); overflow: hidden; box-shadow: 0 5px 14px rgba(28,34,51,.08); }
.dl-list a { display: flex; align-items: center; gap: 1rem; padding: .9rem 1.2rem; text-decoration: none; color: var(--ink); font-weight: 600; }
.dl-list a:hover { background: var(--green-pale); }
.dl-list .tag { font-family: var(--display); text-transform: uppercase; font-size: .78rem; letter-spacing: .05em; background: var(--blue); color: #fff; padding: .25rem .7rem; border-radius: var(--r-pill); flex: 0 0 auto; }
.dl-list .size { margin-left: auto; color: var(--ink-soft); font-size: .88rem; font-weight: 400; flex: 0 0 auto; }

/* Timeline */
.timeline { list-style: none; padding: 0; position: relative; margin-left: .4rem; }
.timeline::before { content: ""; position: absolute; left: 9px; top: 6px; bottom: 6px; width: 4px; background: var(--green); border-radius: 2px; }
.timeline li { position: relative; padding: 0 0 1.8rem 2.6rem; }
.timeline li::before { content: ""; position: absolute; left: 0; top: 6px; width: 22px; height: 22px; background: var(--blue); border: 4px solid var(--green); border-radius: 6px; }
.timeline .year { font-family: var(--display); font-weight: 700; font-size: 1.25rem; color: var(--blue); text-transform: uppercase; }
.timeline p { color: var(--ink-soft); }

/* Video (self-hosted + YouTube-Zwei-Klick-Fassade) */
.video-box { max-width: 880px; }
.video-box video, .yt-facade, .yt-facade iframe {
  width: 100%; aspect-ratio: 16 / 9; height: auto; display: block; background: #000;
}
.video-box video, .yt-facade { border: 1px solid var(--line); border-radius: var(--r-card); overflow: hidden; box-shadow: 0 14px 34px rgba(28,34,51,.16); }
.yt-facade { position: relative; cursor: pointer; overflow: hidden; padding: 0; }
.yt-facade img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: opacity .15s ease, transform .3s ease; }
.yt-facade:hover img, .yt-facade:focus img { opacity: 1; transform: scale(1.02); }
.play-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 76px; height: 76px; background: var(--green);
  border-radius: 50%; box-shadow: 0 10px 26px rgba(0,0,0,.38);
  pointer-events: none;
}
.play-btn::after {
  content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-40%, -50%);
  border-style: solid; border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent var(--blue-deep);
}
.yt-facade:hover .play-btn { background: #a2d22a; }
.yt-facade iframe { position: absolute; inset: 0; border: 0; height: 100%; }

/* Tabellenkopf (Vergleichstabelle) */
.facts thead th { background: var(--blue-deep); color: #fff; border-bottom: 2px solid var(--green); width: auto; white-space: nowrap; }

/* Firmenlogo + Slogan als Live-Text (AWS-Karte) */
.card-img.logo-row { display: flex; align-items: center; justify-content: center; gap: 1.1rem; padding: 1rem 1.2rem; }
.card-img.logo-row img { width: auto; height: 100%; max-width: 38%; padding: 0; object-fit: contain; }
.logo-tagline { font-weight: 700; font-style: italic; font-size: clamp(1.3rem, 2.1vw, 1.62rem); line-height: 1.15; color: var(--ink); }
@media (max-width: 640px) { .logo-tagline { font-size: 1.18rem; } }

/* Kontaktkarten: Ueberschrift, Text, Button und Zusatzzeile in einer Flucht */
.contact-card .card-body { display: grid; grid-template-rows: auto minmax(3.8rem, auto) auto 1fr; row-gap: .7rem; justify-items: center; align-content: start; }
.contact-card .card-body p, .contact-card .card-body p.mt-1 { margin: 0; }
.contact-card .card-body h3 { margin: 0; }

/* Hinweis-Banner (Umleitung) */
.notice { background: #fff8e1; border: 2px solid #e0a800; border-left-width: 8px; border-radius: var(--r-el); padding: 1rem 1.3rem; margin: 1.4rem 0; }
.notice strong { color: #8a6d00; }

/* CTA-Band */
.cta-band { text-align: center; }
.cta-band h2 { max-width: 24em; margin: 0 auto .8rem; }
.cta-band p { max-width: 42em; margin: 0 auto 1.6rem; }

/* Split-Layout */
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(1.8rem, 4vw, 3.5rem); align-items: center; }
.split-img { border: 1px solid var(--line); border-radius: var(--r-card); overflow: hidden; box-shadow: 0 16px 38px rgba(28,34,51,.16); }
.split-img img { width: 100%; object-fit: cover; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }

/* Preisleiste Produktseite */
.price-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 2rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-el); box-shadow: var(--shadow); padding: 1.1rem 1.4rem; margin-top: 1.6rem; }
.price-strip .from { font-family: var(--display); font-weight: 700; font-size: 1.7rem; color: var(--green-dark); text-transform: uppercase; }
.price-strip .note { color: var(--ink-soft); font-size: .9rem; flex: 1; min-width: 220px; }

/* Prev/Next Produkt-Navigation */
.prod-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.4rem; flex-wrap: wrap; }
.prod-nav a { transition: transform .12s ease, box-shadow .12s ease, background .12s ease; display: inline-block; font-family: var(--display); text-transform: uppercase; font-weight: 600; text-decoration: none; padding: .7rem 1.4rem; border: 2px solid var(--blue); border-radius: var(--r-pill); color: var(--blue); }
.prod-nav a:hover { background: var(--blue); color: #fff; transform: translateY(-2px) scale(1.03); box-shadow: 0 0 20px rgba(147,192,31,.45); }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--blue-deep); color: #c9d2ef; margin-top: 0; border-top: 6px solid var(--green); }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; padding: clamp(2.4rem, 5vw, 3.6rem) 0 2rem; }
.site-footer h3 { color: #fff; font-size: 1.05rem; margin-bottom: .8rem; }
.site-footer ul { list-style: none; padding: 0; }
.site-footer li { margin-bottom: .45rem; }
.site-footer a { color: #c9d2ef; text-decoration: none; }
.site-footer a:hover { color: var(--green); }
.footer-brand img { width: 190px; background: #fff; padding: .7rem .9rem; border-radius: var(--r-el); }
.footer-brand p { margin-top: 1rem; font-size: .95rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); padding: 1.1rem 0 1.4rem; display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; justify-content: space-between; font-size: .88rem; }
.footer-bottom a { color: #aab4dd; text-decoration: none; }
.footer-bottom a:hover { color: var(--green); }
.footer-credit a { color: #aab4dd; }

/* ---- Weiß leuchtende Hero-Social-Buttons ---- */
.hero-social {
  width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center; flex: 0 0 auto;
  background: #fff; color: var(--blue-deep); text-decoration: none;
  box-shadow: 0 0 10px rgba(255,255,255,.75), 0 0 28px rgba(255,255,255,.40), 0 0 55px rgba(200,225,255,.25), 0 8px 20px rgba(0,0,0,.35);
  transition: transform .15s ease, box-shadow .15s ease;
}
.hero-social:hover {
  color: var(--blue-deep);
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 0 14px rgba(255,255,255,.95), 0 0 40px rgba(255,255,255,.6), 0 0 80px rgba(200,225,255,.4), 0 12px 26px rgba(0,0,0,.4);
}
.hero-contact { gap: .9rem 1.2rem; }

/* ---- Floating-Buttons rechts unten + Scroll-nach-oben ---- */
.float-stack {
  position: fixed; right: 16px; bottom: 16px; z-index: 90;
  display: flex; flex-direction: column; gap: 9px; align-items: center;
}
.float-btn, .to-top {
  width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--white); color: var(--blue-deep);
  border: 1px solid var(--line);
  box-shadow: 0 8px 20px rgba(17,27,77,.28);
  cursor: pointer; text-decoration: none;
  transition: transform .12s ease, background .12s ease, opacity .25s ease;
}
.float-btn:hover, .to-top:hover { background: var(--green); color: var(--blue-deep); transform: translateY(-3px) scale(1.1); box-shadow: 0 12px 26px rgba(17,27,77,.30), 0 0 22px rgba(168,216,41,.75); }
.to-top { opacity: 0; pointer-events: none; transform: translateY(8px); background: var(--green-pale); }
.to-top.show { opacity: 1; pointer-events: auto; transform: none; }
.to-top img { width: 24px; height: auto; }
@media (max-width: 640px) {
  .float-stack { right: 8px; bottom: 8px; gap: 6px; }
  .float-btn, .to-top { width: 40px; height: 40px; }
  .float-btn { opacity: .95; }
  .to-top:not(.show) { opacity: 0; pointer-events: none; }
  .float-btn svg { width: 18px; height: 18px; }
}

/* ---- Scroll-Reveal ---- */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
  .reveal.in { opacity: 1; transform: none; }
}

/* ---- Hilfsklassen ---- */
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mb-1 { margin-bottom: 1rem; } .mb-2 { margin-bottom: 2rem; }
.center { text-align: center; }
.small { font-size: .9rem; color: var(--ink-soft); }

@media (max-width: 640px) {
  .hero-img { width: 100%; opacity: .22; }
  .btn { display: block; text-align: center; }
  .btn + .btn { margin-left: 0; margin-top: .7rem; }
  .logo img { width: 200px; }

  /* Hero: kompakter statt erzwungener Vollbildhöhe, weniger Text, aufgeräumte Kontaktzeile */
  .hero-inner {
    min-height: auto;
    padding-top: 2.6rem;
    padding-bottom: 2.8rem;
  }
  .hero h1 {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
    letter-spacing: .03em;
    max-width: none;
  }
  /* Fließtext am Handy komplett weg: H1 + Buttons + Kontakt reichen */
  .hero .lead-full, .hero .lead-short { display: none; }
  .hero h1 { margin-bottom: 2rem; }
  .hero-buttons { margin-bottom: 1.8rem; }
  .hero-contact { margin-top: 0; gap: .8rem .7rem; }
  .hero-phone { flex: 1 1 100%; font-size: 1.3rem; }
  .hero-phone .phone-icon { width: 28px; height: 28px; }
  /* kleinere, ruhigere Kreise: passen sicher nebeneinander */
  .hero-social {
    width: 38px; height: 38px;
    box-shadow: 0 0 7px rgba(255,255,255,.6), 0 0 18px rgba(255,255,255,.28), 0 5px 12px rgba(0,0,0,.3);
  }
  .hero-social svg { width: 17px; height: 17px; }

  /* Sektionen: etwas straffer, damit die Seite insgesamt weniger Scrollen braucht */
  .section { padding: 2.2rem 0; }
  .section-tight { padding: 1.5rem 0; }
  .section-head { margin-bottom: 1.4rem; }
  .grid { gap: 1.1rem; }
  .card-body { padding: 1rem 1.1rem 1.2rem; }
  .split { gap: 1.6rem; }
}

/* ---- Druck ---- */
@media print {
  .site-header, .site-footer, .nav-toggle, .btn, .prod-nav { display: none !important; }
  body { background: #fff; }
}

@media (prefers-reduced-motion: reduce) {
  .btn:hover, .card:hover, .gallery a:hover, .float-btn:hover, .to-top:hover, .nav-cta a:hover, .prod-nav a:hover, .hero-phone:hover { transform: none; }
}

/* Touch-Geraete: kein "Huepfen" der Buttons beim Antippen (Hover-Effekte nur mit Maus) */
@media (hover: none) {
  .btn:hover, .card:hover, .gallery a:hover, .float-btn:hover, .to-top:hover, .nav-cta a:hover, .prod-nav a:hover, .hero-phone:hover, .hero-social:hover { transform: none; }
}
