/* ============================================
   Partnerprogramm für Steuerkanzleien
   ============================================ */

/* ── Fixed two-up testimonials (below header) ── */
.cv-sk-testimonials {
  background: var(--cv-bg);
  padding: 76px 0 4px;
}
.cv-sk-testimonials-head { margin-bottom: 36px; text-align: center; }
.cv-sk-testimonials-head .cv-section-eyebrow {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
}
.cv-sk-testimonials-head .cv-section-eyebrow::before,
.cv-sk-testimonials-head .cv-section-eyebrow::after {
  content: ""; width: 30px; height: 1.5px; border-radius: 2px; flex-shrink: 0;
}
.cv-sk-testimonials-head .cv-section-eyebrow::before { background: linear-gradient(90deg, transparent, var(--cv-orange)); }
.cv-sk-testimonials-head .cv-section-eyebrow::after  { background: linear-gradient(90deg, var(--cv-orange), transparent); }
.cv-sk-testimonials-head .cv-section-eyebrow.cv-flank::before,
.cv-sk-testimonials-head .cv-section-eyebrow.cv-flank::after { display: none; }
.cv-sk-testimonials-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(26px, 3vw, 38px); line-height: 1.08; letter-spacing: -0.02em;
  color: var(--cv-blue-dark); margin: 10px 0 0;
}
.cv-sk-testimonials-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
}
.cv-sk-testimonial {
  position: relative;
  display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid rgba(39,53,95,0.08);
  border-radius: 24px;
  padding: 40px 40px 34px;
  margin: 0;
  box-shadow: 0 20px 50px rgba(39,53,95,0.07);
}
.cv-sk-testimonial .quote-mark {
  position: absolute; top: 16px; left: 30px;
  font-family: Georgia, serif; font-size: 96px; line-height: 1;
  color: rgba(244,97,12,0.13); user-select: none;
}
.cv-sk-testimonial blockquote {
  position: relative; margin: 26px 0 28px; padding: 0;
  font-family: var(--font-display); font-weight: 600;
  font-size: 19px; line-height: 1.5; letter-spacing: -0.005em;
  color: var(--cv-blue-dark); text-wrap: pretty; flex: 1;
}
.cv-sk-testimonial-foot {
  display: flex; align-items: center; gap: 14px;
  padding-top: 22px; border-top: 1px solid var(--cv-line);
}
.cv-sk-testimonial-foot .avatar {
  width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--cv-blue-light), var(--cv-blue-dark));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 15px;
  overflow: hidden;
}
.cv-sk-testimonial-foot .avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cv-sk-testimonial-foot .name {
  font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--cv-blue-dark);
}
.cv-sk-testimonial-foot .role { font-size: 13px; color: var(--cv-text-mute); margin-top: 2px; }

/* ── Module groups (GK card style, but kept in 2 labelled groups) ── */
.cv-sk-modules { padding-top: 92px; }
.cv-sk-modgroup { margin-top: 56px; }
.cv-sk-modgroup:first-of-type { margin-top: 60px; }
.cv-sk-modgroup-head {
  display: flex; align-items: baseline; gap: 18px;
  padding-bottom: 22px; margin-bottom: 26px;
  border-bottom: 1px solid var(--cv-line);
}
.cv-sk-modgroup-kicker {
  flex-shrink: 0;
  font-family: var(--font-display); font-weight: 800;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--cv-orange);
  padding-top: 5px;
}
.cv-sk-modgroup-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(19px, 1.8vw, 24px); line-height: 1.2; letter-spacing: -0.01em;
  color: var(--cv-blue-dark); margin: 0; text-wrap: balance;
}

/* Inline "Ab 2027 Pflicht" badge inside a GK-style module card */
.cv-sk-inline-badge {
  display: inline-flex; align-items: center; gap: 6px; align-self: flex-start;
  padding: 4px 11px; border-radius: 999px;
  background: rgba(244,97,12,0.1); color: var(--cv-orange);
  font-family: var(--font-display); font-weight: 700; font-size: 11px; letter-spacing: 0.03em;
}
.cv-sk-inline-badge::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--cv-orange);
}

@media (max-width: 860px) {
  .cv-sk-testimonials-grid { grid-template-columns: 1fr; gap: 20px; }
  .cv-sk-testimonial { padding: 32px 28px 26px; }
  .cv-sk-modgroup-head { flex-direction: column; gap: 8px; }
}
