/* ════════════════════════════════════════════
   style-test-school.css – Als Testschule bewerben
   ════════════════════════════════════════════ */

/* ─── HERO ─── */
#ts-hero {
  padding: clamp(80px, 12vw, 130px) 0 clamp(60px, 8vw, 90px);
  position: relative;
  overflow: hidden;
}
.ts-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.ts-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.18;
}
.ts-blob-1 {
  width: 520px; height: 520px;
  background: var(--g2);
  top: -120px; left: -100px;
}
.ts-blob-2 {
  width: 380px; height: 380px;
  background: var(--g1);
  bottom: -80px; right: -60px;
}
.ts-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
}
.ts-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(117, 208, 43, 0.12);
  border: 1px solid rgba(117, 208, 43, 0.3);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--g3);
  margin-bottom: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ts-badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--g2);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(1.3); }
}
.ts-title {
  font-family: "Syne", sans-serif;
  font-size: clamp(36px, 6vw, 62px);
  font-weight: 800;
  line-height: 1.08;
  color: var(--ink);
  margin-bottom: 20px;
}
.ts-title .hl {
  color: var(--g3);
}
.ts-desc {
  font-size: clamp(15px, 2vw, 18px);
  color: var(--muted);
  line-height: 1.7;
  max-width: 580px;
  margin-bottom: 36px;
}
.ts-cta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.ts-cta-note {
  font-size: 13px;
  color: var(--muted);
}

/* ─── DISCLAIMER ─── */
.ts-disclaimer {
  background: #fef3c7;
  border: 1px solid #f59e0b;
  border-radius: 16px;
  padding: 14px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 48px;
  font-size: 14px;
  color: #92400e;
  line-height: 1.6;
}
.ts-disclaimer svg {
  width: 18px;
  height: 18px;
  stroke: #d97706;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ─── WAS PASSIERT ─── */
#ts-how {
  padding: clamp(60px, 8vw, 100px) 0;
  background: var(--white);
}
.ts-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ts-step {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 28px 24px;
  transition: box-shadow var(--transition), transform var(--transition);
}
.ts-step:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}
.ts-step-num {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(117, 208, 43, 0.15);
  border: 1.5px solid rgba(117, 208, 43, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: var(--g3);
  margin-bottom: 16px;
}
.ts-step-title {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
  margin-bottom: 8px;
}
.ts-step-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
}

/* ─── VORTEILE ─── */
#ts-benefits {
  padding: clamp(60px, 8vw, 100px) 0;
}
.ts-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.ts-benefit {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 22px 20px;
}
.ts-benefit-icon {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: rgba(117, 208, 43, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ts-benefit-icon svg {
  width: 18px; height: 18px;
  stroke: #256800;
}
.ts-benefit-title {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
  margin-bottom: 5px;
}
.ts-benefit-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

/* ─── KONTAKT CTA ─── */
#ts-contact {
  padding: clamp(60px, 8vw, 100px) 0;
  background: var(--white);
}
.ts-contact-card {
  background: var(--ink);
  border-radius: var(--radius-card);
  padding: clamp(40px, 6vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.ts-contact-text .ts-contact-title {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 3.5vw, 34px);
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
}
.ts-contact-text .ts-contact-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.65;
  max-width: 460px;
}
.ts-contact-text .ts-contact-desc a {
  color: var(--g1);
}
.ts-contact-text .ts-contact-desc a:hover {
  color: var(--g2);
}
.ts-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  flex-shrink: 0;
}
.ts-mail-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--g2);
  color: #fff;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: var(--radius-btn);
  transition: all var(--transition);
  white-space: nowrap;
  text-decoration: none;
}
.ts-mail-btn:hover {
  background: var(--g4);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(76, 169, 17, 0.35);
  color: #fff;
  text-decoration: none;
}
.ts-mail-btn svg { width: 16px; height: 16px; }
.ts-contact-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .ts-steps { grid-template-columns: 1fr; gap: 16px; }
  .ts-benefits-grid { grid-template-columns: 1fr; }
  .ts-contact-card { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
  .ts-steps { grid-template-columns: 1fr; }
  .ts-cta-row { flex-direction: column; align-items: flex-start; }
  .ts-contact-actions { width: 100%; }
  .ts-mail-btn { width: 100%; justify-content: center; }
}
