/* ===========================================================
   PREISRECHNER — spezifische Styles
=========================================================== */
.mhw-calc { max-width: 900px; margin: 0 auto; padding: 0 24px 140px; }

.mhw-calc-tabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 50px; flex-wrap: wrap; }
.mhw-calc-tab { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14.5px; padding: 12px 24px; border-radius: 999px;
  border: 1px solid var(--mhw-border); background: rgba(255,215,0,.03); color: #cfcfcf; cursor: pointer; transition: all .3s ease; }
.mhw-calc-tab.mhw-active { background: linear-gradient(135deg, var(--mhw-gold-light), var(--mhw-gold) 60%, var(--mhw-gold-deep)); color: #000; border-color: var(--mhw-gold); }
.mhw-calc-tab:not(.mhw-active):hover { border-color: rgba(255,215,0,.5); color: #fff; }

.mhw-calc-panel { display: none; }
.mhw-calc-panel.mhw-active { display: block; }

.mhw-calc-card { background: linear-gradient(160deg, #0f0f0f, #050505); border: 1px solid var(--mhw-border); border-radius: 20px; padding: 44px; }
@media (max-width: 600px) { .mhw-calc-card { padding: 28px 22px; } }

.mhw-calc-group { margin-bottom: 34px; }
.mhw-calc-group:last-child { margin-bottom: 0; }
.mhw-calc-label { display: flex; justify-content: space-between; align-items: baseline; color: #fff; font-size: 15px; font-weight: 600; margin-bottom: 16px; }
.mhw-calc-label .mhw-calc-value { color: var(--mhw-gold); font-weight: 700; }

.mhw-calc-slider { width: 100%; -webkit-appearance: none; height: 6px; border-radius: 999px;
  background: linear-gradient(90deg, var(--mhw-gold) var(--fill, 30%), rgba(255,255,255,.08) var(--fill, 30%)); outline: none; }
.mhw-calc-slider::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%;
  background: var(--mhw-gold); border: 3px solid #050505; box-shadow: 0 0 0 2px var(--mhw-gold); cursor: pointer; }
.mhw-calc-slider::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: var(--mhw-gold); border: 3px solid #050505; box-shadow: 0 0 0 2px var(--mhw-gold); cursor: pointer; }

.mhw-calc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 600px) { .mhw-calc-cards { grid-template-columns: 1fr; } }
.mhw-calc-option { position: relative; }
.mhw-calc-option input { position: absolute; opacity: 0; pointer-events: none; }
.mhw-calc-option label { display: block; border: 1px solid var(--mhw-border); border-radius: 12px; padding: 18px 16px; cursor: pointer;
  transition: all .3s ease; background: rgba(255,255,255,.015); }
.mhw-calc-option input:checked + label { border-color: var(--mhw-gold); background: rgba(255,215,0,.06); box-shadow: 0 0 0 1px var(--mhw-gold) inset; }
.mhw-calc-option .mhw-opt-title { display: block; color: #fff; font-weight: 600; font-size: 14.5px; margin-bottom: 4px; }
.mhw-calc-option .mhw-opt-sub { display: block; color: var(--mhw-text-muted); font-size: 12.5px; }
.mhw-calc-option input:checked + label .mhw-opt-title { color: var(--mhw-gold); }

.mhw-calc-checks { display: flex; flex-direction: column; gap: 12px; }
.mhw-calc-check { display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--mhw-border); border-radius: 10px; padding: 14px 18px;
  cursor: pointer; transition: all .3s ease; background: rgba(255,255,255,.01); }
.mhw-calc-check:hover { border-color: rgba(255,215,0,.4); }
.mhw-calc-check input { accent-color: var(--mhw-gold); width: 18px; height: 18px; }
.mhw-calc-check-label { display: flex; flex-direction: column; flex: 1; margin-left: 12px; }
.mhw-calc-check-label span:first-child { color: #fff; font-size: 14.5px; font-weight: 500; }
.mhw-calc-check-label span:last-child { color: var(--mhw-text-muted); font-size: 12.5px; }
.mhw-calc-check-price { color: var(--mhw-gold); font-size: 13.5px; font-weight: 600; white-space: nowrap; }

.mhw-calc-toggle { display: flex; border: 1px solid var(--mhw-border); border-radius: 999px; padding: 4px; }
.mhw-calc-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.mhw-calc-toggle label { flex: 1; text-align: center; padding: 10px 14px; border-radius: 999px; cursor: pointer; color: #cfcfcf; font-size: 13.5px; font-weight: 600; transition: all .3s ease; }
.mhw-calc-toggle input:checked + label { background: linear-gradient(135deg, var(--mhw-gold-light), var(--mhw-gold) 60%, var(--mhw-gold-deep)); color: #000; }

/* ---------- Ergebnis ---------- */
.mhw-calc-result { position: sticky; bottom: 24px; margin-top: 40px; background: linear-gradient(135deg, #151005, #050505);
  border: 1px solid var(--mhw-gold); border-radius: 20px; padding: 34px 40px; display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; box-shadow: 0 20px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(255,215,0,.1); overflow: hidden; position: relative; }
.mhw-calc-result::before { content: ""; position: absolute; top: -60px; right: -60px; width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(255,215,0,.18), transparent 70%); pointer-events: none; }
.mhw-calc-result-text { position: relative; z-index: 1; }
.mhw-calc-result-label { color: var(--mhw-text-muted); font-size: 13px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.mhw-calc-result-price { color: var(--mhw-gold); font-size: clamp(28px, 4vw, 40px); font-weight: 800; }
.mhw-calc-result-price span { color: #fff; font-size: 15px; font-weight: 400; }
.mhw-calc-result-note { color: #888; font-size: 12px; margin-top: 6px; max-width: 360px; }
@media (max-width: 700px) { .mhw-calc-result { flex-direction: column; align-items: stretch; text-align: center; } }

.mhw-calc-info { display: flex; align-items: flex-start; gap: 12px; background: rgba(255,215,0,.04); border: 1px solid var(--mhw-border);
  border-radius: 12px; padding: 16px 20px; margin-top: 30px; }
.mhw-calc-info svg { flex-shrink: 0; margin-top: 2px; }
.mhw-calc-info p { color: var(--mhw-text-muted); font-size: 13px; line-height: 1.6; margin: 0; }
