/*
 * CallCoach Compliance - Bootstrap Custom Styles
 * Page-specific styles only (common styles in common-bootstrap.css)
 */

/* Framework Cards */
.framework-card {
  border-top: 4px solid var(--primary-btn);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.framework-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1.5rem rgba(49, 70, 163, 0.12) !important;
}

.framework-badge {
  display: inline-block;
  background-color: var(--accent-50);
  color: var(--primary-btn);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--accent-200);
}

.framework-card .card-title {
  color: var(--primary-dark);
  font-weight: 600;
}

/* COPC Mapping Section (dark) */
.copc-map-item {
  border-left: 3px solid var(--accent-400);
  padding: 0.5rem 0 0.5rem 1.25rem;
  height: 100%;
}

.copc-map-item h5 {
  color: #FFFFFF;
  font-weight: 600;
}

.copc-map-item p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.65;
}

.copc-map-disclaimer {
  color: rgba(255, 255, 255, 0.6);
}

/* How It Works - Step Items */
.step-item {
  padding: 1rem;
}

.step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-600) 0%, var(--accent-400) 100%);
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(71, 102, 229, 0.3);
}

.step-item h6 {
  color: var(--primary-dark);
  font-weight: 600;
}

/* Who Uses It List */
.who-uses-list {
  margin: 0;
}

.who-uses-item {
  padding: 1rem 0 1rem 1.5rem;
  border-bottom: 1px solid var(--accent-100);
  position: relative;
  line-height: 1.6;
  color: var(--medium-grey);
}

.who-uses-item:last-child {
  border-bottom: none;
}

.who-uses-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.5rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary-btn);
}

.who-uses-item strong {
  color: var(--primary-dark);
  font-weight: 600;
}
