.symptom-refresh-first-view,
.symptom-refresh-section,
.symptom-refresh-director-message {
  color: #252a27;
  font-family: var(--font-sans, 'BIZ UDPGothic', sans-serif);
  letter-spacing: 0;
}

.symptom-refresh-first-view *,
.symptom-refresh-section *,
.symptom-refresh-director-message * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.symptom-refresh-first-view {
  padding: clamp(42px, 6vw, 68px) 0;
  background: #fff;
  border-top: 1px solid #dfe4dc;
  border-bottom: 1px solid #dfe4dc;
}

.symptom-refresh-first-view__card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: clamp(28px, 5vw, 52px);
  align-items: start;
}

.symptom-refresh-first-view__eyebrow,
.symptom-refresh-director-message__label {
  margin: 0 0 10px;
  color: #356b2f;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.symptom-refresh-first-view__title,
.symptom-refresh-section__title,
.symptom-refresh-director-message h2 {
  margin: 0;
  color: #252a27;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  font-weight: 900;
  line-height: 1.55;
}

.symptom-refresh-first-view__lead,
.symptom-refresh-section__lead {
  margin: 18px 0 0;
  color: #59635d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.95;
}

.symptom-refresh-first-view__badges {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.symptom-refresh-first-view__badges li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid #dfe4dc;
  border-radius: 12px;
  background: #faf7f0;
  padding: 13px 14px;
  color: #3c453f;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.6;
}

.symptom-refresh-first-view__badges li::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: .56em;
  border: 2px solid #356b2f;
  border-radius: 50%;
  flex: 0 0 auto;
}

.symptom-refresh-section {
  padding: clamp(72px, 8vw, 96px) 0;
}

.symptom-refresh-section--white {
  background: #fff;
}

.symptom-refresh-section--cream {
  background: #faf7f0;
}

.symptom-refresh-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(24px, 4vw, 36px);
  border-top: 1px solid #dfe4dc;
  border-left: 1px solid #dfe4dc;
}

.symptom-refresh-detail-card {
  min-width: 0;
  border-right: 1px solid #dfe4dc;
  border-bottom: 1px solid #dfe4dc;
  padding: clamp(26px, 4vw, 40px);
  background: rgba(255, 255, 255, .72);
}

.symptom-refresh-detail-card h3 {
  margin: 0 0 10px;
  color: #2f5130;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.55;
}

.symptom-refresh-detail-card p {
  margin: 0;
  color: #59635d;
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.85;
}

.symptom-refresh-director-message {
  padding: clamp(72px, 8vw, 96px) 0;
  background: #fff;
  border-top: 1px solid #dfe4dc;
}

.symptom-refresh-director-message__card {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
  gap: clamp(28px, 5vw, 54px);
  align-items: start;
  border: 1px solid #dfe4dc;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff, #faf7f0);
  padding: clamp(28px, 5vw, 46px);
}

.symptom-refresh-director-message__name {
  margin: 18px 0 0;
  color: #59635d;
  font-size: .92rem;
  font-weight: 900;
  line-height: 1.7;
}

.symptom-refresh-director-message__content {
  color: #59635d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.95;
}

.symptom-refresh-director-message__content p {
  margin: 0;
}

.symptom-refresh-director-message__content p + p {
  margin-top: 1.05rem;
}

@media (max-width: 767px) {
  .symptom-refresh-first-view {
    padding: 38px 0;
  }

  .symptom-refresh-first-view__card,
  .symptom-refresh-director-message__card {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .symptom-refresh-first-view__title,
  .symptom-refresh-section__title,
  .symptom-refresh-director-message h2 {
    font-size: clamp(1.35rem, 7vw, 1.75rem);
  }

  .symptom-refresh-first-view__lead,
  .symptom-refresh-section__lead,
  .symptom-refresh-director-message__content {
    font-size: .95rem;
    line-height: 1.85;
  }

  .symptom-refresh-detail-grid {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .symptom-refresh-detail-card {
    border-right: 0;
    padding: 24px 4px;
  }

  .symptom-refresh-director-message__card {
    padding: 24px 18px;
  }
}
