.se-pf-tabs {
  margin-top: 24px;
}

.se-pf-tabs__nav {
  display: flex;
  gap: 6px;
  list-style: none;
  margin: 0 0 16px;
  padding: 6px;
  background: #f9fafb;
  border-radius: 16px;
}

.se-pf-tabs__button {
  border: 0;
  background: transparent;
  color: #4a5565;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 600;
  cursor: pointer;
}

.se-pf-tabs__button.is-active {
  color: #fff;
  background: #e26402;
}

.se-pf-tabs__content {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.se-pf-panel__block + .se-pf-panel__block {
  margin-top: 24px;
}

.se-pf-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #0a3050;
  margin: 0 0 12px;
}

.se-pf-features-list,
.se-pf-features-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

.se-pf-feature-row,
.se-pf-features-grid__item {
  background: #f9fafb;
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.se-pf-feature-row__name,
.se-pf-features-grid__name {
  font-weight: 600;
  color: #0a3050;
}

.se-pf-feature-row__value,
.se-pf-features-grid__value {
  color: #364153;
}

.se-pf-expert {
  border: 1px solid rgba(28, 57, 142, 0.2);
  border-radius: 14px;
  padding: 18px;
  background: #f4f8ff;
}

.se-pf-steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.se-pf-step {
  display: flex;
  gap: 12px;
  background: #f9fafb;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 10px;
}

.se-pf-step__index {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #e26402;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

.se-pf-step__title {
  margin: 0;
  font-weight: 700;
  color: #0a3050;
}

.se-pf-step__description {
  margin: 2px 0 0;
  color: #364153;
}

.se-pf-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.se-pf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.se-pf-btn--primary {
  color: #fff;
  background: #1c398e;
}

.se-pf-btn--secondary {
  color: #0a3050;
  border: 1px solid #0a3050;
  background: #fff;
}
