/* ============================================================
   COACH SELECTION – accent overrides on top of sub-style.css
   Teal / forest green palette: #1a6b50 / #22896a / #e6f4ef
   ============================================================ */

/* Badge pill */
.sub-badge--coach {
  background: #e6f4ef;
  border: 1px solid #b2ddd0;
}
.badge-text--coach {
  color: #1a6b50;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

/* Benefit icons */
.benefit-icon--coach {
  background: #e6f4ef;
  border: 1px solid #b2ddd0;
}

/* Nav CTA */
.btn-cta-nav {
  background: #1a6b50;
  color: #fff;
  padding: 0.45rem 1.1rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-cta-nav:hover { background: #145540; }

/* Schema sub-index accent for coach */
.coach-index .s2-index-pct,
.coach-pct {
  color: #1a6b50 !important;
}
.coach-score-card {
  background: linear-gradient(135deg, #1a6b50 0%, #22896a 100%) !important;
}

/* Info box */
.info-box {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.2rem 1.5rem;
  border-radius: 8px;
  margin: 2rem 0;
  font-size: 0.9rem;
  line-height: 1.6;
}
.info-box--amber {
  background: #fdf8ec;
  border: 1px solid #e8d8a0;
  color: #5a4a1a;
}
.info-icon {
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

/* Stage icon large (emoji) */
.stage-icon-lg {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  display: block;
}

/* Discipline count on stage cards */
.disc-count {
  font-size: 0.75rem;
  font-weight: 700;
  color: #1a6b50;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

/* Founder feedback panel */
.founder-fb-panel {
  background: #f8fffe;
  border: 1px solid #b2ddd0;
  border-radius: 10px;
  padding: 2.5rem;
  margin-top: 2rem;
}
.ffp-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1a6b50;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
.ffp-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.ffp-body {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.ffp-stats {
  display: flex;
  gap: 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid #d0ede5;
  border-bottom: 1px solid #d0ede5;
  margin-bottom: 2rem;
}
.ffp-stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.ffp-num {
  font-size: 2rem;
  font-weight: 800;
  color: #1a6b50;
  line-height: 1;
}
.ffp-lbl {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #888;
  text-transform: uppercase;
}
.ffp-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #f0faf6;
  border: 1px solid #b2ddd0;
  border-radius: 8px;
  padding: 0.9rem 1.25rem;
  font-family: 'Archivo', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1a6b50;
  text-transform: uppercase;
  cursor: pointer;
  text-align: left;
  margin-top: 1.5rem;
  transition: background 0.2s;
}
.ffp-toggle:hover { background: #e0f4ed; }
.ffp-toggle-icon {
  flex-shrink: 0;
  transition: transform 0.25s ease;
  color: #1a6b50;
}
.ffp-toggle.open .ffp-toggle-icon {
  transform: rotate(180deg);
}
.ffp-survey {
  display: none;
  background: #fff;
  border: 1px solid #b2ddd0;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 1.5rem;
}
.ffp-survey--open {
  display: block;
}
.ffp-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 0.9rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.ffp-item:last-of-type { border-bottom: none; }
.ffp-n {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: #1a6b50;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  margin-top: 0.1rem;
}
.ffp-q {
  font-size: 0.875rem;
  font-weight: 600;
  color: #111;
  margin: 0 0 0.2rem;
}
.ffp-sub {
  font-size: 0.78rem;
  color: #888;
  margin: 0;
}
.ffp-footnote {
  font-size: 0.78rem;
  color: #999;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f0f0f0;
}

/* Bucketing grid inside info box */
.bucketing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-top: 1rem;
}
.bucketing-item {
  background: #fff;
  border: 1px solid #e8d8a0;
  border-radius: 6px;
  padding: 0.5rem 0.8rem;
  font-size: 0.78rem;
  color: #555;
}

/* CTA section coach variant */
.cta-section--coach {
  background: linear-gradient(135deg, #0f4a37 0%, #1a6b50 50%, #22896a 100%);
}
.cta-disc-row {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  margin-top: 1.5rem;
}
.cta-disc-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
.cta-disc-num {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.cta-disc-lbl {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
}

/* Publication note */
.publication-note {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  background: #e6f4ef;
  border: 1px solid #b2ddd0;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #1a4a38;
  line-height: 1.5;
  margin-top: 0.75rem;
  max-width: 600px;
}
.publication-note svg {
  flex-shrink: 0;
  margin-top: 0.15rem;
}

/* Responsive */
@media (max-width: 768px) {
  .ffp-stats { flex-direction: column; gap: 1rem; }
  .bucketing-grid { grid-template-columns: 1fr; }
  .cta-disc-row { gap: 1.5rem; }
}
