.fc-beauty-details {
  margin-top: 22px;
  border: 2px solid #d79b28 !important;
  border-radius: 22px;
  background: linear-gradient(145deg, #fffaf0 0%, #fff 46%, #f7fbff 100%) !important;
  box-shadow: 0 16px 38px rgba(9, 31, 67, .10);
}
.fc-beauty-eyebrow {
  margin: 0 0 6px;
  color: #a96300;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.fc-fieldset {
  margin: 20px 0 0;
  padding: 0;
  border: 0;
}
.fc-fieldset legend {
  margin-bottom: 10px;
  color: #0b1d41;
  font-weight: 900;
}
.fc-choice,
.fc-need {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
}
.fc-choice {
  margin: 9px 0;
  padding: 14px;
  border: 1px solid #dce4ef;
  border-radius: 14px;
  background: #fff;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.fc-choice:hover,
.fc-choice:focus-within {
  transform: translateY(-1px);
  border-color: #d79b28;
  box-shadow: 0 8px 20px rgba(9, 31, 67, .08);
}
.fc-choice input,
.fc-need input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #d79b28;
  flex: 0 0 auto;
}
.fc-choice span {
  display: grid;
  gap: 4px;
}
.fc-choice small {
  color: #506176;
  line-height: 1.45;
}
.fc-needs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.fc-need {
  min-height: 62px;
  padding: 13px;
  border: 1px solid #dce4ef;
  border-radius: 14px;
  background: #fff;
  color: #172a49;
  font-weight: 700;
  line-height: 1.35;
}
.fc-funding-note {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #eef6ff;
  color: #234266;
  font-size: .92rem;
}
.fc-beauty-reco {
  position: relative;
  overflow: hidden;
  border: 3px solid #d79b28 !important;
  background: linear-gradient(145deg, #fff8e8 0%, #fff 42%, #f3f8ff 100%) !important;
  box-shadow: 0 22px 54px rgba(9, 31, 67, .15);
}
.fc-beauty-reco:before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 7px;
  content: '';
  background: linear-gradient(90deg, #d79b28, #f0bd43, #0f78a4);
}
.fc-reco-top {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.fc-reco-icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 50%;
  background: #0b1d41;
  color: #ffd365;
  font-size: 1.35rem;
}
.fc-beauty-reco h3 {
  margin-top: 5px;
  color: #0b1d41;
}
.fc-format {
  padding: 11px 14px;
  border-radius: 12px;
  background: #0b1d41;
  color: #fff;
}
.fc-module-box {
  margin: 18px 0;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid #e6d4a5;
}
.fc-module-box ul {
  margin: 10px 0 0;
  padding-left: 20px;
}
.fc-module-box li + li {
  margin-top: 6px;
}
.fc-fafcea-proof {
  margin: 18px 0;
  padding: 14px 16px;
  border-left: 5px solid #0f78a4;
  border-radius: 12px;
  background: #eaf7fb;
  color: #163b51;
  line-height: 1.5;
}
@media (max-width: 720px) {
  .fc-needs-grid { grid-template-columns: 1fr; }
  .fc-beauty-details,
  .fc-beauty-reco { border-radius: 16px; }
  .fc-reco-top { display: block; }
  .fc-reco-icon { margin-bottom: 10px; }
  .fc-beauty-reco .cta-row { display: grid; }
  .fc-beauty-reco .btn { width: 100%; text-align: center; }
}