/* Festpreis-Pakete (/kompletteinrichtung): 3 Karten Basis/Profi/Komplett.
   Eigenständige Sektion (kein Framer-Markup), injiziert via pricing-section.js.
   Farben/Schriften = Site-Tokens: #FAFA03, #19191C, #0A0A0A, Satoshi/Inter,
   Instrument Serif (kursiver Akzent). */

/* Sektion selbst voll-breit und OPAK: die Site nutzt einen Footer-Reveal
   (Footer liegt fix hinter dem Inhalt) — ohne eigenen Hintergrund scheint
   der gelbe Footer durch. */
#hbz-pakete {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: 100%;
  background: rgb(10, 10, 10);
  font-family: "Satoshi", "Inter", sans-serif;
  color: rgb(252, 252, 250);
}
#hbz-pakete .hbz-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 40px 60px;
}
#hbz-pakete *, #hbz-pakete *::before, #hbz-pakete *::after { box-sizing: border-box; }

#hbz-pakete .hbz-kicker {
  display: block;
  width: fit-content;
  margin: 0 auto 18px;
  padding: 6px 16px;
  border: 1px solid rgba(250, 250, 3, 0.35);
  border-radius: 999px;
  background: rgba(250, 250, 3, 0.07);
  color: rgb(250, 250, 3);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

#hbz-pakete h2 {
  margin: 0 0 10px;
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: rgb(252, 252, 250);
}
#hbz-pakete h2 em {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
  color: rgb(250, 250, 3);
}
#hbz-pakete .hbz-sub {
  margin: 0 auto 48px;
  max-width: 560px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(153, 153, 153);
}

#hbz-pakete .hbz-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.hbz-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px 30px 30px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  background: rgb(25, 25, 28);
}
.hbz-card--top {
  border-color: rgb(250, 250, 3);
  background: linear-gradient(180deg, rgba(250, 250, 3, 0.10), rgba(250, 250, 3, 0.02) 45%), rgb(25, 25, 28);
}
.hbz-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 14px;
  border-radius: 999px;
  background: rgb(250, 250, 3);
  color: rgb(10, 10, 10);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.hbz-card h3 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 600;
  color: rgb(252, 252, 250);
}
.hbz-price {
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: rgb(252, 252, 250);
}
.hbz-card--top .hbz-price { color: rgb(250, 250, 3); }
.hbz-price-note {
  margin: 8px 0 24px;
  font-size: 13px;
  color: rgb(153, 153, 153);
}

.hbz-card ul {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  flex: 1;
}
.hbz-card li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14.5px;
  line-height: 1.45;
  color: rgb(218, 225, 220);
}
.hbz-card li:last-child { border-bottom: 0; }
.hbz-card li::before {
  content: "◆";
  flex: 0 0 auto;
  font-size: 9px;
  color: rgb(250, 250, 3);
}

.hbz-cta {
  display: block;
  padding: 14px 20px;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  color: rgb(252, 252, 250);
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition: border-color .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease;
}
.hbz-cta:hover { border-color: rgb(250, 250, 3); color: rgb(250, 250, 3); }
.hbz-cta--primary {
  background: rgb(250, 250, 3);
  border-color: rgb(250, 250, 3);
  color: rgb(10, 10, 10);
}
.hbz-cta--primary:hover {
  color: rgb(10, 10, 10);
  box-shadow: 0 0 24px rgba(250, 250, 3, 0.35);
}

#hbz-pakete .hbz-fuss {
  margin: 34px auto 0;
  max-width: 640px;
  text-align: center;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgb(153, 153, 153);
}
#hbz-pakete .hbz-fuss a { color: rgb(250, 250, 3); text-decoration: none; }
#hbz-pakete .hbz-fuss a:hover { text-decoration: underline; }

@media (max-width: 1000px) {
  #hbz-pakete .hbz-inner { padding: 70px 24px 40px; }
  #hbz-pakete h2 { font-size: 34px; }
  #hbz-pakete .hbz-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .hbz-card--top { order: -1; }
}
