/* =====================================================================
   Ergänzungen zu home-neu.css für /fuer-unternehmen-neu und /preisrechner
   ===================================================================== */

/* ---- Fakten-Leiste (unter dem Hero) ---- */
.hn-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: -54px; position: relative; z-index: 2; }
.hn-fact {
    background: #fff; border: 1px solid var(--hn-line); border-radius: 18px; padding: 22px 22px 20px;
    box-shadow: var(--hn-shadow);
}
.hn-fact b { display: block; font-size: 17px; font-weight: 800; letter-spacing: -.01em; margin-bottom: 4px; }
.hn-fact span { color: var(--hn-soft); font-size: 14px; line-height: 1.5; }

/* ---- Spotlights: großes Foto + Text, abwechselnd ---- */
.hn-spot { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding: 40px 0; }
.hn-spot + .hn-spot { border-top: 1px solid var(--hn-line); }
.hn-spot--flip .hn-spot-img { order: 2; }
.hn-spot-img { border-radius: var(--hn-radius); overflow: hidden; box-shadow: var(--hn-shadow-lg); aspect-ratio: 4 / 3; }
.hn-spot-img img { width: 100%; height: 100%; object-fit: cover; }
.hn-spot h2 { font-size: clamp(26px, 3vw, 38px); }
.hn-checks { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 12px; }
.hn-checks li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: start; color: var(--hn-ink); font-size: 15.5px; line-height: 1.5; }
.hn-checks li::before { content: "✓"; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #dcfce7; color: #15803d; font-weight: 800; font-size: 13px; margin-top: 1px; }

/* ---- FAQ ---- */
.hn-faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.hn-faq details { background: #fff; border: 1px solid var(--hn-line); border-radius: 16px; padding: 0 22px; transition: box-shadow .2s ease; }
.hn-faq details[open] { box-shadow: var(--hn-shadow); }
.hn-faq summary { cursor: pointer; list-style: none; padding: 20px 0; font-weight: 700; font-size: 17px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.hn-faq summary::-webkit-details-marker { display: none; }
.hn-faq summary::after { content: "+"; font-size: 24px; font-weight: 400; color: var(--hn-faint); transition: transform .2s ease; }
.hn-faq details[open] summary::after { transform: rotate(45deg); }
.hn-faq p { margin: 0 0 20px; color: var(--hn-soft); line-height: 1.6; }

/* ---- Preisrechner ---- */
.hn-calc {
    background: #fff; border: 1px solid var(--hn-line); border-radius: 24px; padding: 30px; box-shadow: var(--hn-shadow-lg);
    display: grid; gap: 18px;
}
.hn-calc-grid { display: grid; grid-template-columns: 1.6fr .7fr .9fr; gap: 14px; align-items: end; }
.hn-field label { display: block; font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--hn-faint); margin-bottom: 8px; }
.hn-field select, .hn-field input {
    width: 100%; border: 1px solid var(--hn-line); background: var(--hn-bg-soft); border-radius: 12px; padding: 15px 14px;
    font: inherit; font-size: 15.5px; color: var(--hn-ink); outline: 0;
}
.hn-field select:focus, .hn-field input:focus { box-shadow: 0 0 0 2px rgba(239,68,68,.35); border-color: transparent; }
.hn-calc-out {
    display: flex; flex-direction: column; justify-content: center; padding: 14px 18px; border-radius: 14px;
    background: var(--hn-dark); color: #fff; min-height: 76px;
}
.hn-calc-out small { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #aeb5d6; font-weight: 700; }
.hn-calc-out b { font-size: clamp(20px, 2vw, 26px); font-weight: 800; letter-spacing: -.02em; line-height: 1.15; }
.hn-calc-desc { color: var(--hn-soft); font-size: 14.5px; line-height: 1.55; margin: 0; }
.hn-calc-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hn-calc-note { font-size: 13px; color: var(--hn-faint); margin: 0; }

.hn-chips { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin: 0 0 34px; }
.hn-chip {
    padding: 9px 16px; border-radius: 100px; border: 1px solid var(--hn-line); background: #fff; font: inherit; font-size: 14px; font-weight: 700;
    color: var(--hn-soft); cursor: pointer; transition: all .18s ease;
}
.hn-chip:hover { border-color: #d9d2e0; color: var(--hn-ink); }
.hn-chip.is-active { background: var(--hn-dark); color: #fff; border-color: var(--hn-dark); }

.hn-pgroup { margin-bottom: 34px; }
.hn-pgroup-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0 0 14px; padding-bottom: 10px; border-bottom: 1px solid var(--hn-line); }
.hn-pgroup-head h3 { margin: 0; font-size: 20px; font-weight: 800; letter-spacing: -.02em; }
.hn-plist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.hn-prow {
    display: grid; grid-template-columns: 1fr auto; gap: 6px 18px; align-items: start; background: #fff; border: 1px solid var(--hn-line); border-radius: 16px; padding: 18px 20px;
    transition: transform .18s ease, box-shadow .18s ease;
}
.hn-prow:hover { transform: translateY(-2px); box-shadow: var(--hn-shadow); }
.hn-prow h4 { margin: 0; font-size: 16px; font-weight: 800; }
.hn-prow .hn-prange { font-weight: 800; white-space: nowrap; color: #c2410c; font-size: 15px; text-align: right; }
.hn-prow .hn-prange small { display: block; color: var(--hn-faint); font-weight: 600; font-size: 12px; }
.hn-prow p { grid-column: 1 / -1; margin: 0; color: var(--hn-soft); font-size: 14px; line-height: 1.5; }
.hn-prow button { grid-column: 1 / -1; justify-self: start; margin-top: 4px; background: none; border: 0; padding: 0; font: inherit; font-weight: 700; color: #c2410c; cursor: pointer; }
.hn-prow button:hover { text-decoration: underline; }
.hn-prow.is-hidden { display: none; }

@media (max-width: 1080px) { .hn-facts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) {
    .hn-spot { grid-template-columns: 1fr; gap: 30px; }
    .hn-spot--flip .hn-spot-img { order: 0; }
    .hn-calc-grid { grid-template-columns: 1fr; }
    .hn-plist { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .hn-facts { grid-template-columns: 1fr; margin-top: 24px; }
    .hn-calc { padding: 20px; }
}
