.sim-counsel-route body {
  background: #edf1f6;
}

.sim-counsel-host {
  min-height: 630px;
  background: #f5f8fb;
}

.sim-counsel-shell,
.sim-counsel-result {
  color: #17202d;
  font-family: Pretendard, sans-serif;
}

.sim-counsel-shell {
  min-height: 630px;
  padding: 22px 18px 34px;
  background:
    linear-gradient(180deg, rgba(237, 246, 247, 0.92), rgba(247, 244, 239, 0.98)),
    url("/assets/sim-counseling/counseling-cover-20260723.webp") center / cover;
}

.sim-counsel-progress {
  display: grid;
  grid-template-columns: 38px 1fr 42px;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.sim-counsel-back {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(30, 55, 72, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.84);
  color: #173344;
  font-size: 18px;
}

.sim-counsel-back:disabled {
  opacity: 0.32;
}

.sim-counsel-progress > div {
  position: relative;
  height: 5px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(30, 55, 72, 0.12);
}

.sim-counsel-progress i {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: inherit;
  background: #21a9a5;
  transition: width 240ms ease;
}

.sim-counsel-progress em {
  color: #58717d;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  text-align: right;
}

.sim-counsel-card {
  padding: 27px 22px 22px;
  border: 1px solid rgba(38, 61, 76, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(42, 63, 74, 0.12);
}

.sim-counsel-eyebrow,
.sim-counsel-result-head > span,
.sim-counsel-note-grid article > span,
.sim-counsel-week > span {
  display: block;
  color: #168d8a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.sim-counsel-card h1 {
  margin: 9px 0 10px;
  color: #17202d;
  font-size: 25px;
  line-height: 1.34;
  letter-spacing: 0;
}

.sim-counsel-card > p {
  margin: 0 0 22px;
  color: #60717c;
  font-size: 14px;
  line-height: 1.65;
}

.sim-counsel-choices {
  display: grid;
  gap: 9px;
}

.sim-counsel-choices.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sim-counsel-choices.two-columns button {
  min-height: 60px;
  text-align: center;
}

.sim-counsel-choices button {
  min-height: 53px;
  padding: 12px 15px;
  border: 1px solid #dce5e9;
  border-radius: 6px;
  background: #fff;
  color: #23333e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.sim-counsel-choices button:hover,
.sim-counsel-choices button.selected {
  border-color: #34aaa6;
  background: #eef9f8;
  transform: translateY(-1px);
}

.sim-counsel-card > small {
  display: block;
  margin-top: 18px;
  color: #8a989f;
  font-size: 11px;
  line-height: 1.5;
}

.sim-counsel-textarea {
  display: block;
  overflow: hidden;
  border: 1px solid #d8e2e6;
  border-radius: 7px;
  background: #fbfcfd;
}

.sim-counsel-textarea textarea {
  display: block;
  width: 100%;
  min-height: 168px;
  resize: none;
  border: 0;
  outline: 0;
  padding: 16px;
  background: transparent;
  color: #1b2b34;
  font: 600 14px/1.7 Pretendard, sans-serif;
}

.sim-counsel-textarea > span {
  display: block;
  padding: 0 14px 12px;
  color: #89979e;
  font-size: 11px;
  text-align: right;
}

.sim-counsel-card.needs-answer .sim-counsel-textarea {
  border-color: #e96d63;
}

.sim-counsel-next,
.sim-counsel-primary {
  width: 100%;
  min-height: 52px;
  margin-top: 12px;
  border: 0;
  border-radius: 6px;
  background: #183d4d;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.sim-counsel-loading {
  display: grid;
  min-height: 330px;
  place-items: center;
  align-content: center;
  gap: 10px;
  text-align: center;
}

.sim-counsel-loading i {
  width: 44px;
  height: 44px;
  border: 4px solid #dcebea;
  border-top-color: #21a9a5;
  border-radius: 50%;
  animation: sim-counsel-spin 0.8s linear infinite;
}

.sim-counsel-loading strong {
  margin-top: 8px;
  font-size: 17px;
}

.sim-counsel-loading span {
  color: #71818a;
  font-size: 12px;
}

@keyframes sim-counsel-spin {
  to { transform: rotate(360deg); }
}

.sim-counsel-result {
  padding: 18px 14px 26px;
  background: #f3f6f8;
}

.sim-counsel-result-head {
  padding: 28px 23px 25px;
  border-radius: 8px;
  background: #173846;
  color: #fff;
}

.sim-counsel-result-head > span {
  color: #6bd2cf;
}

.sim-counsel-result-head h1 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: 0;
}

.sim-counsel-result-head p {
  margin: 0;
  color: #dce8eb;
  font-size: 14px;
  line-height: 1.75;
}

.sim-counsel-note-grid {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.sim-counsel-note-grid article,
.sim-counsel-week {
  padding: 21px 19px;
  border: 1px solid #dfe6e9;
  border-radius: 7px;
  background: #fff;
}

.sim-counsel-note-grid article.accent {
  border-color: #b9dfdc;
  background: #eff9f8;
}

.sim-counsel-note-grid p,
.sim-counsel-note-grid blockquote {
  margin: 9px 0 0;
  color: #33444e;
  font-size: 14px;
  font-style: normal;
  line-height: 1.75;
}

.sim-counsel-note-grid blockquote {
  font-weight: 800;
}

.sim-counsel-week {
  margin-top: 10px;
}

.sim-counsel-week h2 {
  margin: 8px 0 15px;
  color: #1c2c35;
  font-size: 20px;
}

.sim-counsel-week ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: counsel-week;
}

.sim-counsel-week li {
  position: relative;
  padding-left: 32px;
  color: #44545d;
  font-size: 13px;
  line-height: 1.65;
  counter-increment: counsel-week;
}

.sim-counsel-week li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: #183d4d;
  color: #fff;
  content: counter(counsel-week);
  font-size: 10px;
  font-weight: 900;
}

.sim-counsel-disclaimer {
  margin: 14px 3px;
  color: #7d8b92;
  font-size: 11px;
  line-height: 1.65;
}

.sim-counsel-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.sim-counsel-actions button {
  min-height: 49px;
  border: 1px solid #183d4d;
  border-radius: 6px;
  background: #fff;
  color: #183d4d;
  font-size: 13px;
  font-weight: 900;
}

.sim-counsel-actions .sim-counsel-restart {
  background: #183d4d;
  color: #fff;
}

@media (max-width: 430px) {
  .sim-counsel-shell {
    padding: 17px 14px 28px;
  }

  .sim-counsel-card {
    padding: 24px 18px 20px;
  }

  .sim-counsel-card h1 {
    font-size: 23px;
  }
}
