.brand-feature-gate-area {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.brand-feature-gate-area[hidden] {
  display: none !important;
}

.brand-feature-gate-area.is-loading {
  opacity: 0.72;
  pointer-events: none;
}

.brand-feature-effective,
.brand-feature-form,
.brand-feature-notice {
  border: 1px solid #dbe4f0;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.brand-feature-effective {
  padding: 20px;
}

.brand-feature-summary-head,
.brand-feature-form-head,
.brand-feature-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand-feature-summary-head span,
.brand-feature-form-head .eyebrow {
  color: #648b6e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.brand-feature-summary-head strong {
  display: block;
  margin-top: 4px;
  color: #0f2a16;
  font-size: 22px;
}

.brand-feature-brand-status {
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.brand-feature-brand-status.on {
  color: #166534;
  background: #dcfce7;
}

.brand-feature-brand-status.off {
  color: #991b1b;
  background: #fee2e2;
}

.brand-feature-summary-grid,
.brand-feature-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.brand-feature-summary-grid article {
  display: grid;
  gap: 5px;
  min-height: 122px;
  padding: 17px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #f8fafc;
}

.brand-feature-summary-grid article.on {
  border-color: #86efac;
  background: #f0fdf4;
}

.brand-feature-summary-grid article.off {
  border-color: #fecaca;
  background: #fff7f7;
}

.brand-feature-summary-grid article > span {
  color: #47694f;
  font-size: 13px;
  font-weight: 800;
}

.brand-feature-summary-grid article > strong {
  color: #0f2a16;
  font-size: 24px;
}

.brand-feature-summary-grid article.on > strong {
  color: #15803d;
}

.brand-feature-summary-grid article.off > strong {
  color: #b91c1c;
}

.brand-feature-summary-grid article > small {
  color: #648b6e;
  line-height: 1.45;
}

.brand-feature-notice {
  padding: 17px 20px;
  border-color: #bffecf;
  background: #eff6ff;
}

.brand-feature-notice strong {
  color: #1e8a39;
}

.brand-feature-notice p {
  margin: 6px 0 0;
  color: #1eaf42;
  line-height: 1.55;
}

.brand-feature-form {
  padding: 22px;
}

.brand-feature-form-head h3 {
  margin: 4px 0;
  color: #0f2a16;
  font-size: 24px;
}

.brand-feature-form-head p {
  margin: 0;
  color: #648b6e;
}

.brand-feature-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 17px;
  border: 1px solid #dbe4f0;
  border-radius: 19px;
  background: #f8fafc;
  cursor: pointer;
}

.brand-feature-card:hover {
  border-color: #94a3b8;
}

.brand-feature-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  color: #ffffff;
  background: linear-gradient(135deg, #dc2626, #991b1b);
  font-weight: 900;
}

.brand-feature-icon.pension {
  background: linear-gradient(135deg, #0f766e, #115e59);
}

.brand-feature-copy {
  display: grid;
  gap: 4px;
}

.brand-feature-copy strong {
  color: #0f2a16;
  font-size: 15px;
}

.brand-feature-copy small {
  color: #648b6e;
  line-height: 1.45;
}

.brand-feature-copy em {
  color: #47694f;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.brand-feature-card input[type="checkbox"] {
  width: 22px;
  height: 22px;
  accent-color: #dc2626;
}

.brand-feature-reason {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  color: #33553c;
  font-weight: 800;
}

.brand-feature-reason textarea {
  min-height: 92px;
  resize: vertical;
  padding: 13px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  color: #0f2a16;
  background: #ffffff;
  font: inherit;
  font-weight: 500;
}

.brand-feature-actions {
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid #e2e8f0;
}

.brand-feature-actions > span {
  color: #648b6e;
  font-size: 12px;
}

@media (max-width: 860px) {
  .brand-feature-summary-grid,
  .brand-feature-card-grid {
    grid-template-columns: 1fr;
  }

  .brand-feature-summary-head,
  .brand-feature-form-head,
  .brand-feature-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .brand-feature-actions button,
  .brand-feature-form-head button {
    width: 100%;
  }
}
