/* Basis-Wrapper für Freebie, Pro-Auswertung und Extended */
.staerke-wrap,
.staerke-result-app .staerke-wrap,
.staerke-pro-extended-app .staerke-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .staerke-wrap,
  .staerke-result-app .staerke-wrap,
  .staerke-pro-extended-app .staerke-wrap {
    padding: 2.5rem 2.25rem;
  }
	#resetBtn{
		margin-left: auto;
	}
	#radar {
		max-width:100% !important; 
		display:block; 
		margin:0 100px !important;	
	}
}
@media (max-width: 450px) {
	.staerke-wrap .nav {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 0.75rem;
		margin-top: 1.5rem;
	}
	#resetBtn{
		margin-left: unset;
	}
	#radar {
		max-width:100% !important; 
		display:block; 
		margin:0;		
	}
}

/* Headings im Tool */
.staerke-wrap h1,
.staerke-wrap h2,
.staerke-wrap h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #0f172a;
}

.staerke-wrap h2 {
  font-size: 1.5rem;
}

.staerke-wrap h3 {
  font-size: 1.2rem;
}

/* Fließtext & Muted */
.staerke-wrap p {
  margin-top: 0.2rem;
  margin-bottom: 0.9rem;
  line-height: 1.5;
  color: #1f2933;
}

.staerke-wrap .muted {
  color: #6b7280;
  font-size: 1.1rem;
}
.summary, .summary p, .summary ul li {
	font-size: 1.1rem;
}

/* Container mit Fragen eines Clusters */
.staerke-wrap .cluster {
  margin-top: 1rem;
  display: grid;
  gap: 1.25rem;
}

/* Einzelne Frage */
.staerke-wrap .q {
  padding: 1rem 1rem 0.9rem;
  border-radius: 14px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

/* Label + Hint */
.staerke-wrap .q-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.25rem;
  font-weight: 500;
  color: #111827;
  margin-bottom: 0.6rem;
}

.staerke-wrap .q-label span {
  font-size: 0.98rem;
}
/* Badge */
.badge{display:inline-block;padding:6px 10px;background:var(--brand);color:#fff;border-radius:999px;font-size:14px}

/* Slider + Wert nebeneinander */
.staerke-wrap .slider-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* Range-Styling */
.staerke-wrap input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #466E6E 0%, #466e6ec9 0%);
  background-repeat: no-repeat;
  outline: none;
  cursor: pointer;
}

/* Thumb */
.staerke-wrap input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #466E6E;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 3px rgba(29,77,81,0.15);
}

.staerke-wrap input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #466E6E;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 3px rgba(29,77,81,0.15);
}

/* der numerische Wert rechts vom Slider */
.staerke-wrap .val {
  min-width: 2.2rem;
  text-align: center;
  font-weight: 600;
  color: #466E6E;
}
button#downloadBtn {
    margin-top: 20px;
}

/* Buttons allgemein im Tool-Kontext */
.staerke-wrap .button,
.staerke-wrap button.button,
.staerke-wrap button {
  border-radius: 999px;
  padding: 0.55rem 1.3rem;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
}

/* Primäre Buttons */
.staerke-wrap .button-primary,
.staerke-wrap button.button-primary {
  background: white;
  color: #466E6E;
  border: 1px solid #466E6E;
  border-radius: 14px;
}

.staerke-wrap .button-primary:hover {
  background: #466E6E;
  color: white;
  border: 1px solid #466E6E;
  border-radius: 14px;
}

/* Sekundäre Buttons */
.staerke-wrap .button.secondary {
  background: white;
  color: #466E6E;
  border: 1px solid #466E6E;
  border-radius: 14px;
}

.staerke-wrap .button.secondary:hover {
  background: #466E6E;
  color: white;
  border: 1px solid #466E6E;
  border-radius: 14px;
}

/* Navigationsleiste im Extended-Check */
.staerke-wrap .nav {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

/* Pro-Lead-Box unter Freebie-Auwertung */
#proLead .pro-lead {
  margin: 1.8rem 0;
  padding: 1.25rem 1.1rem;
  border-radius: 14px;
  background: #f3f4ff;
  border: 1px solid #e0e7ff;
}

#proLead h3 {
  margin-top: 0;
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
}

#proLead input[type="email"] {
  padding: 0.5rem 0.65rem;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  font-size: 0.95rem;
  box-sizing: border-box;
}

#proLead input[type="email"]:focus {
  outline: none;
  border-color: #1d4d51;
  box-shadow: 0 0 0 2px rgba(29,77,81,0.10);
}
/* Ergebniszeilen */
.staerke-wrap .results .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.85rem 0 2rem;
  border-bottom: 1px solid #f3f4f6;
}

.staerke-wrap .results .row:last-child {
  border-bottom: none;
}

/* Pill-Badge (rechts) */
.staerke-wrap .pill {
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
}

/* farbliche Ausprägung */
.staerke-wrap .pill.ok,
.staerke-wrap .pill.okay,
.staerke-wrap .pill.okay,
.staerke-wrap .pill.okay {
  /* falls du alternative Klasse nutzt */
}

.staerke-wrap .pill.ok,
.staerke-wrap .pill.okay,
.staerke-wrap .pill.okay {
  /* nichts, falls nicht genutzt – hier nur Platzhalter */
}

.staerke-wrap .pill.ok,
.staerke-wrap .pill.okay {}

/* Wir orientieren uns an deinen Klassen: pill ok, pill warn, pill bad */
.staerke-wrap .pill.ok,
.staerke-wrap .pill.ok.pill {
  background: #dcfce7;
  color: #166534;
}

.staerke-wrap .pill.warn {
  background: #fef9c3;
  color: #92400e;
}

.staerke-wrap .pill.bad {
  background: #fee2e2;
  color: #b91c1c;
}
/* Canvas zentrieren */
.staerke-wrap canvas#radar,
.staerke-wrap canvas#proRadar {
  display: block;
  margin: 1.2rem auto 0.6rem;
  max-width: 480px;
}

/* Legende (Freebie + Pro) – wir hatten #clusterLegend & #clusterLegendPro */
#clusterLegend,
#clusterLegendPro {
  font-size: 0.9rem;
}

#clusterLegend div,
#clusterLegendPro div {
  /* Abstände sind schon im JS gesetzt – hier nur Schriftglättung */
}
/* E-Mail-Step im Extended Check */
.staerke-pro-extended-app input[type="email"]#staerkeProEmail {
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  font-size: 0.95rem;
  box-sizing: border-box;
}

.staerke-pro-extended-app input[type="email"]#staerkeProEmail:focus {
  outline: none;
  border-color: #1d4d51;
  box-shadow: 0 0 0 2px rgba(29,77,81,0.10);
}

.staerke-pro-extended-app label[for="staerkeProConsent"] {
  cursor: pointer;
}
/* Progress */
.progress{
	margin:12px 0 4px
}
.progressbar{
	height:10px;
	background:#e6ecec;
	border-radius:999px;
	overflow:hidden
}
.progressbar .fill{
	height:100%;
	width:0%;
	background:var(--brand);
	transition:width .25s
}
.progress-label{
	display:flex;
	align-items:center;
	justify-content:space-between;
	font-size:12px;
	color:var(--muted);
	margin-bottom:6px
}
.step-title{font-weight:700; display: none;}
aside#asideResults {
    margin-top: 40px;
}
