/* ═══════════════════════════════════════════════════════════════════
   Betriebsmeister – Mini-Site
   Baut auf ../styles.css auf (Tokens, Navbar, Footer, Buttons, Section).
   ═══════════════════════════════════════════════════════════════════ */

/* ── Token-Bruecke: altes Blau-/Grau-Schema auf das neue monochrome
   Design-System abbilden. Der einzige Farbakzent der Produkt-Mini-Site
   ist das warme Kupfer (Betriebsmeister-Sub-Marke). ────────────────── */
:root {
  --gray-100:   var(--paper-2);
  --gray-200:   var(--line);
  --gray-500:   var(--muted);
  --gray-700:   var(--ink-2);
  --text-dark:  var(--ink);
  --blue-dark:  var(--night);
  --blue-accent: #b4601f;   /* Kupfer = Betriebsmeister-Akzent */
  --blue-light: var(--line-strong);
  --cyan:       #d9a465;    /* warmes Gold fuer feine Hervorhebungen */
  --shadow:     0 1px 2px rgba(19,20,23,.05);
}

/* Betriebsmeister nutzt Kupfer als Akzent – Inhalts-Buttons entsprechend
   (die EW-Navbar-CTA bleibt via !important blau). */
.section .btn-primary, .cta-banner .btn-primary, .bm-hero-buttons .btn-primary,
.bm-launchbox .btn-primary, .kfg-summary .btn-primary {
  background: #b4601f;
}
.section .btn-primary:hover, .cta-banner .btn-primary:hover, .bm-hero-buttons .btn-primary:hover,
.bm-launchbox .btn-primary:hover, .kfg-summary .btn-primary:hover {
  background: #c56d24;
}
.cta-banner .btn-outline { color: #fff; border-color: rgba(255,255,255,.35); }
.cta-banner .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* Linien-Icons in den .ic-Containern (ersetzen die frueheren Emojis) */
.ic svg { width: 22px; height: 22px; display: block; stroke-width: 1.5; }
.bm-feat .ic { color: var(--blue-accent); }
.bm-feat .ic svg { width: 24px; height: 24px; }
.bm-strip .it .ic { color: var(--blue-accent); }
.bm-launchbox .ic { color: var(--blue-accent); }
.bm-launchbox .ic svg { width: 24px; height: 24px; }

/* ── Sub-Navigation der Mini-Site ──────────────────────────────────── */
/* Höhe der fixen .navbar aus ../styles.css freihalten */
.bm-subnav {
  background: #1d2126;
  border-bottom: 1px solid #2f353c;
  padding-top: var(--nav-h);
  position: relative; z-index: 1;
}
.bm-subnav-inner {
  max-width: 1180px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; gap: 6px; min-height: 52px;
}
.bm-subnav .brand {
  font-family: 'Barlow Condensed', 'Inter', sans-serif; font-weight: 700;
  font-size: 1.15rem; color: #fff; margin-right: 16px; text-decoration: none;
}
.bm-subnav .brand b { color: #e8a066; }
.bm-subnav a.lnk {
  color: rgba(255,255,255,.66); text-decoration: none; font-size: .88rem; font-weight: 600;
  padding: 8px 12px; border-radius: 7px; white-space: nowrap;
}
.bm-subnav a.lnk:hover { color: #fff; background: rgba(255,255,255,.06); }
.bm-subnav a.lnk.active { color: #fff; background: #b4601f; }
.bm-subnav .back { margin-left: auto; font-size: .8rem; color: rgba(255,255,255,.45); text-decoration: none; }
.bm-subnav .back:hover { color: rgba(255,255,255,.8); }
@media (max-width: 720px) {
  .bm-subnav .back { display: none; }
  .bm-subnav-inner {
    padding: 0 14px; gap: 2px;
    overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none;
  }
  .bm-subnav-inner::-webkit-scrollbar { display: none; }
  .bm-subnav .brand { margin-right: 10px; }
}

/* ── Launch-Hinweis ───────────────────────────────────────────────── */
.bm-launchbar {
  background: #b4601f; color: #fff;
  font-size: .88rem; font-weight: 600; text-align: center;
  padding: 9px 16px; line-height: 1.4;
}
.bm-launchbar b { font-weight: 700; }
.bm-launchbar .soft { font-weight: 500; color: rgba(255,255,255,.85); }

.bm-launchbox {
  display: flex; gap: 16px; align-items: flex-start;
  background: #fff8f2; border: 1px solid #e6c6a6; border-left: 4px solid #b4601f;
  border-radius: var(--radius); padding: 18px 20px; margin-bottom: 26px;
}
.bm-launchbox .ic { font-size: 1.5rem; line-height: 1; flex-shrink: 0; }
.bm-launchbox h3 { font-size: 1.02rem; margin-bottom: 3px; }
.bm-launchbox p { font-size: .9rem; color: var(--gray-700); margin: 0; }

/* ── Seiten-Hero ──────────────────────────────────────────────────── */
.bm-hero {
  background: var(--night);
  color: #fff; padding: 88px 0 76px; position: relative; overflow: hidden;
}
.bm-hero.slim { padding: 66px 0 60px; }
.bm-hero-inner {
  max-width: 1180px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center;
}
.bm-hero.slim .bm-hero-inner { display: block; max-width: 780px; }
.bm-hero h1, .bm-hero h2, .bm-hero h3 { color: #fff !important; }
.bm-hero h1 { font-size: clamp(2.1rem, 4vw, 3.1rem); line-height: 1.1; margin: 18px 0 18px; }
.bm-hero h1 span { color: #e3a878 !important; font-style: italic; }
.bm-hero .bm-hero-lead strong { color: #fff; }
.bm-hero-lead { font-size: 1.12rem; color: rgba(255,255,255,.78); max-width: 46ch; margin-bottom: 28px; }
.bm-hero.slim .bm-hero-lead { max-width: 60ch; }
.bm-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(217,164,101,.14); border: 1px solid rgba(217,164,101,.4);
  color: #e8c9a6; font-size: .82rem; font-weight: 600; padding: 7px 14px; border-radius: 100px;
}
.bm-hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
/* Buttons im dunklen Hero sichtbar halten */
.bm-hero .btn-primary { background: #b4601f; color: #fff; }
.bm-hero .btn-primary:hover { background: #c56d24; color: #fff; }
.bm-hero .btn-outline { color: #fff; border-color: rgba(255,255,255,.35); background: transparent; }
.bm-hero .btn-outline:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.08); }
.bm-hero-meta { display: flex; gap: 26px; flex-wrap: wrap; font-size: .86rem; color: rgba(255,255,255,.62); }
.bm-hero-meta b { color: #fff; display: block; font-size: 1.15rem; font-family: 'Barlow Condensed', sans-serif; }
.bm-trustline { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 14px; margin-bottom: 26px; font-size: .82rem; color: rgba(255,255,255,.6); }
.bm-trustline span { display: inline-flex; align-items: center; gap: 6px; }
.bm-trustline span::before { content: '✓'; color: var(--cyan); font-weight: 700; }

/* ── App-Mockup ("Screenshot") ────────────────────────────────────── */
.bm-shot {
  border-radius: 14px; overflow: hidden; box-shadow: 0 24px 70px rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.12); background: #f4f2ef;
}
.bm-shot-bar { background: #20242a; padding: 10px 14px; display: flex; align-items: center; gap: 7px; }
.bm-shot-bar i { width: 11px; height: 11px; border-radius: 50%; background: #4a4f57; display: block; }
.bm-shot-bar i:nth-child(1) { background: #e0685a; }
.bm-shot-bar i:nth-child(2) { background: #d7a13c; }
.bm-shot-bar i:nth-child(3) { background: #5cb37e; }
.bm-shot-bar span { margin-left: 12px; font-size: .74rem; color: #8a9099; font-family: 'Barlow', sans-serif; letter-spacing: .02em; }

.bm-ui { display: grid; grid-template-columns: 190px 1fr; font-family: 'Barlow', 'Inter', sans-serif; color: #1b1e22; background: #f4f2ef; }
.bm-ui .side { background: #1d2126; color: #c9ced4; padding: 16px 12px; display: flex; flex-direction: column; gap: 4px; min-height: 430px; }
.bm-ui .wm { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.25rem; color: #fff; padding: 4px 8px 2px; }
.bm-ui .wm b { color: #e8a066; font-weight: 700; }
.bm-ui .firm { font-size: .72rem; color: rgba(255,255,255,.42); padding: 0 8px 12px; border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 10px; }
.bm-ui .grp { font-size: .62rem; font-weight: 700; letter-spacing: .12em; color: rgba(255,255,255,.3); padding: 10px 8px 4px; text-transform: uppercase; }
.bm-ui .mi { font-size: .82rem; padding: 7px 9px; border-radius: 6px; color: rgba(255,255,255,.72); }
.bm-ui .mi.on { background: #b4601f; color: #fff; font-weight: 600; }
.bm-ui .body { padding: 20px 22px 26px; min-width: 0; }
.bm-ui .h1 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.5rem; font-weight: 700; }
.bm-ui .sub { color: #7d838a; font-size: .82rem; margin-bottom: 16px; }
.bm-ui .tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 18px; }
.bm-ui .tile { background: #fff; border: 1px solid #e3e0da; border-left: 3px solid #b4601f; border-radius: 8px; padding: 11px 12px; }
.bm-ui .tile.warn { border-left-color: #9a6b0f; }
.bm-ui .tile.bad  { border-left-color: #b3382c; }
.bm-ui .tile .t { font-size: .62rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #7d838a; margin-bottom: 5px; }
.bm-ui .tile .v { font-family: 'Barlow Condensed', sans-serif; font-size: 1.5rem; font-weight: 700; line-height: 1; font-variant-numeric: tabular-nums; }
.bm-ui .tile.warn .v { color: #9a6b0f; }
.bm-ui .tile.bad .v { color: #b3382c; }
.bm-ui .tile .f { font-size: .68rem; color: #7d838a; margin-top: 3px; }
.bm-ui .card { background: #fff; border: 1px solid #e3e0da; border-radius: 10px; overflow: hidden; box-shadow: 0 1px 2px rgba(27,30,34,.04); }
.bm-ui .card + .card { margin-top: 12px; }
.bm-ui .card-h { padding: 11px 15px; border-bottom: 1px solid #e3e0da; font-weight: 600; font-size: .92rem; display: flex; justify-content: space-between; align-items: center; }
.bm-ui .card-h .mk { font-size: .68rem; font-weight: 600; color: #7d838a; background: #faf9f7; border: 1px solid #cfcbc3; border-radius: 100px; padding: 2px 9px; }
.bm-ui .tools { display: flex; gap: 6px; margin-bottom: 12px; flex-wrap: wrap; }
.bm-ui .tools .fake-in { border: 1px solid #cfcbc3; border-radius: 6px; padding: 5px 10px; font-size: .72rem; color: #4a5057; background: #fff; }
.bm-ui .tools .fake-btn { border: 1px solid #b4601f; background: #b4601f; color: #fff; border-radius: 6px; padding: 5px 12px; font-size: .72rem; font-weight: 600; }
.bm-ui .who { display: inline-flex; align-items: center; gap: 6px; }
.bm-ui .av { width: 20px; height: 20px; border-radius: 50%; background: #d17b34; color: #fff; font-size: .62rem; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bm-ui .av.g2 { background: #2c7a4b; } .bm-ui .av.g3 { background: #4a5057; }
.bm-ui .sumline { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 15px; background: #faf9f7; border-top: 1px solid #e3e0da; font-size: .82rem; }
.bm-ui .sumline b { font-family: 'Barlow Condensed', sans-serif; font-size: 1.2rem; }
.bm-bars { display: flex; align-items: flex-end; gap: 6px; height: 132px; padding: 16px 15px 0; }
.bm-bars .col { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; height: 100%; justify-content: flex-end; }
.bm-bars .bar { width: 100%; max-width: 22px; background: linear-gradient(180deg, #d17b34, #b4601f); border-radius: 3px 3px 0 0; }
.bm-bars .bl { font-size: .58rem; color: #7d838a; }
.bm-bars .bv { font-size: .58rem; color: #4a5057; font-weight: 600; }
.bm-ui table { width: 100%; border-collapse: collapse; font-size: .8rem; }
.bm-ui th { text-align: left; padding: 8px 15px; font-size: .62rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #7d838a; border-bottom: 1px solid #e3e0da; }
.bm-ui td { padding: 9px 15px; border-bottom: 1px solid #eceae5; }
.bm-ui tr:last-child td { border-bottom: none; }
.bm-ui td.r { text-align: right; font-variant-numeric: tabular-nums; }
.bm-ui .pill { display: inline-block; padding: 2px 8px; border-radius: 100px; font-size: .68rem; font-weight: 600; }
.bm-ui .pill.ok  { background: rgba(44,122,75,.12); color: #2c7a4b; }
.bm-ui .pill.of  { background: #faf9f7; color: #7d838a; border: 1px solid #cfcbc3; }
.bm-ui .pill.due { background: rgba(179,56,44,.11); color: #b3382c; }
.bm-ui .pill.cop { background: rgba(180,96,31,.1); color: #b4601f; }

.bm-board { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.bm-col { background: #faf9f7; border: 1px solid #e3e0da; border-radius: 8px; padding: 9px; }
.bm-col h4 { font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; color: #7d838a; margin-bottom: 8px; }
.bm-jt { background: #fff; border: 1px solid #e3e0da; border-radius: 6px; padding: 8px 9px; margin-bottom: 7px; font-size: .76rem; }
.bm-jt b { display: block; font-size: .8rem; }
.bm-jt span { color: #7d838a; font-size: .7rem; }

/* ── Abschnitte ───────────────────────────────────────────────────── */
.bm-strip { background: var(--gray-100); border-bottom: 1px solid var(--gray-200); }
.bm-strip-inner { max-width: 1180px; margin: 0 auto; padding: 26px 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.bm-strip .it { display: flex; gap: 12px; align-items: flex-start; }
.bm-strip .it .ic { font-size: 1.5rem; line-height: 1; }
.bm-strip .it strong { display: block; font-size: .95rem; }
.bm-strip .it span { font-size: .84rem; color: var(--gray-700); }

.bm-modules { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 16px; align-items: start; }
.bm-stufe {
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; background: #fff; box-shadow: 0 1px 3px rgba(16,22,35,.05);
  position: relative;
}
.bm-stufe.hot { border-color: #b4601f; border-width: 1.5px; box-shadow: 0 14px 44px rgba(180,96,31,.14); }
.bm-stufe.indiv { border-color: #d9b48f; background: linear-gradient(180deg, #fff, #fff8f2); }
.bm-stufe .tag-hot,
.bm-stufe .tag-indiv {
  position: absolute; top: -13px; left: 26px; background: #b4601f; color: #fff;
  font-size: .72rem; font-weight: 700; letter-spacing: .04em;
  padding: 5px 13px; border-radius: 100px;
}
.bm-stufe h3 {
  font-family: 'Barlow Condensed', 'Inter', sans-serif;
  font-size: 1.7rem; font-weight: 700; color: var(--ink); margin-bottom: 3px;
}
.bm-stufe .claim { color: var(--ink-2); font-size: .9rem; line-height: 1.45; margin-bottom: 18px; min-height: 2.6em; }

.bm-stufe .price { font-size: 1.5rem; font-weight: 800; color: var(--ink); margin-bottom: 4px; line-height: 1.15; }
.bm-stufe .price .old { text-decoration: line-through; color: var(--muted); font-weight: 600; font-size: .9rem; margin-right: 8px; }
.bm-stufe .price .intro {
  display: table; font-weight: 700; font-size: .68rem; color: #2c7a4b;
  background: rgba(44,122,75,.1); border-radius: 5px; padding: 3px 8px;
  margin-top: 10px; text-transform: uppercase; letter-spacing: .04em;
}
.bm-stufe .price small { display: block; font-weight: 500; font-size: .82rem; color: var(--muted); margin-top: 8px; }

.bm-stufe ul {
  list-style: none; margin: 20px 0 0; padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 12px;
}
.bm-stufe ul li {
  display: flex; gap: 11px; font-size: .92rem; line-height: 1.4; color: var(--ink-2);
}
.bm-stufe ul li::before {
  content: ''; width: 16px; height: 16px; flex-shrink: 0; margin-top: 3px; background: #b4601f;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;
}
.bm-stufe ul li.plus {
  color: var(--ink); font-weight: 700; font-size: .84rem;
  text-transform: uppercase; letter-spacing: .05em;
  margin-bottom: 2px;
}
.bm-stufe ul li.plus::before { display: none; }

.bm-feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 12px; }
.bm-feat { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 22px; }
.bm-feat .ic { font-size: 1.7rem; margin-bottom: 10px; }
.bm-feat h3 { font-size: 1.05rem; margin-bottom: 6px; }
.bm-feat p { font-size: .88rem; color: var(--gray-700); }

.bm-gewerke { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.bm-gewerke span { background: #fff; border: 1px solid var(--gray-200); border-radius: 100px; padding: 7px 15px; font-size: .86rem; color: var(--gray-700); }

.bm-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 26px; margin-top: 16px; }
.bm-gallery .cap { font-size: .88rem; color: var(--gray-700); margin-top: 12px; line-height: 1.5; }
.bm-gallery .cap strong { color: var(--text-dark); }

.bm-note { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.bm-note p { font-size: .82rem; color: var(--gray-500); text-align: center; margin-top: 30px; }

/* ── Glaubwürdigkeit / Gründer-Statement ──────────────────────────── */
.bm-cred { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; margin-top: 14px; }
.bm-cred-points { list-style: none; margin: 14px 0 0; display: flex; flex-direction: column; gap: 12px; }
.bm-cred-points li { display: flex; gap: 11px; font-size: .95rem; color: var(--gray-700); }
.bm-cred-points li::before { content: '→'; color: var(--blue-accent); font-weight: 700; flex-shrink: 0; }
.bm-quote {
  background: #1d2126; color: #d7dbe0; border-radius: var(--radius); border-left: 4px solid #b4601f;
  padding: 26px 26px 22px; box-shadow: var(--shadow);
}
.bm-quote p { font-size: 1.02rem; line-height: 1.6; color: #eef0f2; margin-bottom: 16px; }
.bm-quote p strong { color: #e8a066; }
.bm-quote .who { display: flex; align-items: center; gap: 12px; }
.bm-quote .av {
  width: 42px; height: 42px; border-radius: 50%; background: #b4601f; color: #fff;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1rem;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.bm-quote .who b { display: block; color: #fff; font-size: .92rem; }
.bm-quote .who span { font-size: .8rem; color: rgba(255,255,255,.55); }

/* ── Ablauf-Schritte ──────────────────────────────────────────────── */
.bm-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 12px; counter-reset: s; }
.bm-steps .st { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 22px; position: relative; }
.bm-steps .st::before {
  counter-increment: s; content: counter(s);
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.1rem;
  width: 32px; height: 32px; border-radius: 50%; background: #b4601f; color: #fff;
  display: flex; align-items: center; justify-content: center; margin-bottom: 12px;
}
.bm-steps .st h3 { font-size: 1rem; margin-bottom: 5px; }
.bm-steps .st p { font-size: .86rem; color: var(--gray-700); }

/* ── FAQ ──────────────────────────────────────────────────────────── */
.bm-faq { max-width: 780px; margin: 8px auto 0; }
.bm-faq details { border: 1px solid var(--gray-200); border-radius: 10px; background: #fff; margin-bottom: 10px; }
.bm-faq summary {
  list-style: none; cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: .96rem;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.bm-faq summary::-webkit-details-marker { display: none; }
.bm-faq summary::after { content: '+'; color: var(--blue-accent); font-size: 1.3rem; line-height: 1; flex-shrink: 0; }
.bm-faq details[open] summary::after { content: '\2013'; }
.bm-faq details p { padding: 0 18px 16px; color: var(--gray-700); font-size: .92rem; line-height: 1.6; }

/* ── Konfigurator ─────────────────────────────────────────────────── */
#kfgForm[hidden], #kfgOk[hidden], #kfgError[hidden] { display: none !important; }
.kfg { display: grid; grid-template-columns: 1fr 340px; gap: 32px; margin-top: 14px; align-items: start; }
.kfg-steps { display: flex; flex-direction: column; gap: 26px; }
.kfg-step > h3 { font-size: 1.12rem; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.kfg-step > h3 .n {
  width: 26px; height: 26px; border-radius: 50%; background: var(--blue-accent); color: #fff;
  font-size: .85rem; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.kfg-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.kfg-chips label {
  position: relative; border: 1px solid var(--gray-200); border-radius: 100px; padding: 8px 15px; font-size: .86rem;
  color: var(--gray-700); cursor: pointer; background: #fff; transition: all .15s;
}
.kfg-chips input { position: absolute; top: 0; left: 0; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.kfg-chips label:hover { border-color: var(--blue-light); }
.kfg-chips label:has(input:checked) { background: var(--blue-accent); border-color: var(--blue-accent); color: #fff; font-weight: 600; }
.kfg-models { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.kfg-model {
  position: relative; border: 1.5px solid var(--gray-200); border-radius: 12px; padding: 16px; cursor: pointer;
  background: #fff; transition: all .15s;
}
.kfg-model:hover { border-color: var(--blue-light); }
.kfg-model:has(input:checked) { border-color: var(--blue-accent); box-shadow: 0 6px 24px rgba(180,96,31,.15); }
.kfg-model input { position: absolute; top: 0; left: 0; width: 1px; height: 1px; opacity: 0; }
.kfg-model b { display: block; font-size: 1.05rem; }
.kfg-model .p { font-size: .82rem; color: var(--gray-700); margin: 3px 0 8px; }
.kfg-model .pr { font-size: .82rem; font-weight: 600; color: var(--text-dark); }
.kfg-model .pr .old { text-decoration: line-through; color: var(--gray-500); font-weight: 500; margin-right: 5px; }
.kfg-model .pr small { display: block; font-weight: 500; color: var(--gray-500); }
.kfg-model .pr .introtag { display: block; color: #2c7a4b; font-weight: 700; font-size: .7rem; text-transform: uppercase; letter-spacing: .03em; margin-top: 2px; }
.kfg-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.kfg-fields .full { grid-column: 1 / -1; }
.kfg label.fl { display: block; font-size: .8rem; font-weight: 600; color: var(--gray-700); margin-bottom: 4px; }
.kfg input[type=text], .kfg input[type=email], .kfg input[type=tel], .kfg select, .kfg textarea {
  width: 100%; padding: 10px 12px; border: 1px solid var(--gray-200); border-radius: 8px;
  font-family: inherit; font-size: .9rem; color: var(--text-dark); background: #fff;
}
.kfg input:focus, .kfg select:focus, .kfg textarea:focus { outline: none; border-color: var(--blue-accent); box-shadow: 0 0 0 3px rgba(180,96,31,.12); }
.kfg textarea { min-height: 74px; resize: vertical; }
.kfg .dsgvo {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: .86rem; line-height: 1.5; color: var(--ink-2);
  margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line);
}
.kfg .dsgvo input { margin-top: 2px; }
.kfg .dsgvo a { color: var(--blue-accent); text-decoration: underline; text-underline-offset: 2px; }
.kfg-summary {
  position: sticky; top: 92px; background: #fff; border: 1px solid var(--gray-200);
  border-radius: var(--radius); box-shadow: var(--shadow); padding: 22px;
}
.kfg-summary h3 { font-size: 1.05rem; margin-bottom: 14px; }
.kfg-summary dl { display: grid; grid-template-columns: auto 1fr; gap: 6px 12px; font-size: .88rem; margin-bottom: 14px; }
.kfg-summary dt { color: var(--gray-500); }
.kfg-summary dd { text-align: right; font-weight: 600; color: var(--text-dark); }
.kfg-price { border-top: 1px solid var(--gray-200); padding-top: 14px; margin-bottom: 16px; }
.kfg-price .row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 4px; }
.kfg-price .big { font-size: 1.5rem; font-weight: 800; color: var(--text-dark); }
.kfg-price .wasold { text-decoration: line-through; color: var(--gray-500); font-size: .9rem; font-weight: 600; margin-right: 7px; }
.kfg-price small { color: var(--gray-500); font-size: .78rem; }
.kfg-summary .btn { width: 100%; justify-content: center; }
.kfg-hint { font-size: .74rem; color: var(--gray-500); margin-top: 10px; line-height: 1.45; }
.kfg-error { background: rgba(224,104,90,.1); color: #c0392b; border: 1px solid rgba(224,104,90,.3); border-radius: 8px; padding: 10px 12px; font-size: .84rem; margin-top: 12px; }
.kfg-ok {
  max-width: 720px; margin: 0 auto; text-align: center; background: #fff;
  border: 1px solid var(--gray-200); border-left: 4px solid #2c7a4b; border-radius: var(--radius);
  padding: 32px; box-shadow: var(--shadow);
}
.kfg-ok h3 { font-size: 1.3rem; margin-bottom: 8px; }
.kfg-ok p { color: var(--gray-700); }

/* ── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 1080px) {
  .bm-modules { grid-template-columns: repeat(2, 1fr); }
  .bm-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .bm-hero-inner, .bm-feat-grid, .bm-gallery, .bm-cred { grid-template-columns: 1fr; }
  .bm-cred { gap: 24px; }
  .bm-strip-inner { grid-template-columns: 1fr 1fr; }
  .bm-hero { padding: 48px 0 52px; }
  .bm-hero.slim { padding: 40px 0 44px; }
  .bm-hero h1 { margin: 14px 0 14px; }
  .bm-ui { grid-template-columns: 1fr; }
  .bm-ui .side { display: none; }
  .bm-ui .tiles { grid-template-columns: 1fr 1fr; }
  .bm-board { grid-template-columns: 1fr 1fr; }
  .kfg { grid-template-columns: 1fr; }
  .kfg-summary { position: static; }
  .kfg-models { grid-template-columns: 1fr 1fr; }
  .kfg-fields { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .bm-strip-inner { grid-template-columns: 1fr; }
  .bm-modules, .bm-steps { grid-template-columns: 1fr; }
  .kfg-models { grid-template-columns: 1fr; }
  .bm-ui .body { padding: 15px 15px 18px; }
  .bm-ui .h1 { font-size: 1.3rem; }
  .bm-ui .tiles { gap: 7px; }
  .bm-ui th, .bm-ui td { padding: 7px 10px; }
  .bm-ui table { font-size: .74rem; }
  .bm-ui .tile .v { font-size: 1.3rem; }
  .bm-bars { height: 108px; padding: 12px 10px 0; }
  .bm-gallery { gap: 26px 20px; }
}
