@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.css');

:root {
  --reqpc-purple: #6031CD;
  --reqpc-purple-light: #8A6BF0;
  --reqpc-pink: #FF2E68;
  --reqpc-green: #14B885;
  --reqpc-orange: #FF9E2C;
  --reqpc-bg-purple: #F8F6FF;
  --reqpc-bg-purple-strong: #EDE8FF;
  --reqpc-bg-pink: #FFE9EF;
  --reqpc-bg-green: #E9F9F1;
  --reqpc-bg-orange: #FFF3E2;
  --reqpc-bg-gray: #F0F0F2;
  --reqpc-text-orange: #8A6428;
  --reqpc-text-pink: #8A3E4E;
  --reqpc-text: #1A1A2E;
  --reqpc-sub: #5B4A8F;
  --reqpc-line: #EDEBF5;
  --reqpc-grey: #999;
}

.renewal_pc_wrap, .renewal_pc_wrap * {
  box-sizing: border-box;
}

.renewal_pc_wrap {
  font-family: 'Pretendard Variable', Pretendard, sans-serif;
  color: var(--reqpc-text);
  background: #F1EFFB;
  min-height: 100vh;
}

.renewal_pc_stage {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 20px 80px;
}

.renewal_pc_frame {
  width: 100%;
  min-height: 720px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(96, 49, 205, 0.18);
  display: flex;
}

/* ---- 좌측 패널 ---- */
.renewal_pc_left_panel {
  width: 400px;
  flex-shrink: 0;
  background: linear-gradient(160deg, var(--reqpc-purple) 0%, var(--reqpc-purple-light) 100%);
  color: #fff;
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.renewal_pc_left_panel::after {
  content: '';
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.renewal_pc_brand {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}

.renewal_pc_left_copy {
  position: relative;
  z-index: 1;
  margin-top: 22px;
}

.renewal_pc_left_copy h2 {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 6px;
}

.renewal_pc_left_copy p {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

/* 지금까지 선택한 내용 요약 */
.renewal_pc_summary_wrap {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  overflow-y: auto;
  max-height: 330px;
}

.renewal_pc_summary_wrap::-webkit-scrollbar {
  width: 4px;
}

.renewal_pc_summary_wrap::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
}

.renewal_pc_summary_empty {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  border: 1.2px dashed rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  padding: 18px;
}

.renewal_pc_summary_item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.renewal_pc_summary_item.is_new {
  animation: renewalPcFadein .25s ease;
}

.renewal_pc_summary_item:first-child {
  padding-top: 0;
}

@keyframes renewalPcFadein {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.renewal_pc_summary_check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
}

.renewal_pc_summary_check svg {
  width: 10px;
  height: 10px;
}

.renewal_pc_summary_k {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.55);
}

.renewal_pc_summary_v {
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  margin-top: 1px;
}

.renewal_pc_phases {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}

.renewal_pc_phase {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.renewal_pc_phase .renewal_pc_phase_dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}

.renewal_pc_phase.is_done {
  color: rgba(255, 255, 255, 0.75);
}

.renewal_pc_phase.is_done .renewal_pc_phase_dot {
  background: #fff;
}

.renewal_pc_phase.is_current {
  color: #fff;
  font-weight: 700;
}

.renewal_pc_phase.is_current .renewal_pc_phase_dot {
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}

/* ---- 우측 패널 ---- */
.renewal_pc_right_panel {
  flex: 1;
  padding: 44px 64px 40px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.renewal_pc_top_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.renewal_pc_step_count {
  font-size: 13px;
  color: var(--reqpc-grey);
  font-weight: 600;
}

.renewal_pc_progress_track {
  width: 220px;
  height: 4px;
  background: var(--reqpc-line);
  border-radius: 4px;
  overflow: hidden;
}

.renewal_pc_progress_fill {
  height: 100%;
  background: var(--reqpc-purple);
  border-radius: 4px;
  transition: width .3s;
}

.renewal_pc_q_area {
  flex: 1;
}

.renewal_pc_q_title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.renewal_pc_q_area:not(:has(.renewal_pc_q_sub)) > .renewal_pc_q_title {
  margin-bottom: 28px;
}

.renewal_pc_q_sub {
  font-size: 14.5px;
  color: var(--reqpc-grey);
  margin-bottom: 32px;
  line-height: 1.6;
}

.renewal_pc_q_sub strong {
  color: var(--reqpc-purple);
  font-weight: 700;
}

/* 카드 그리드 (서비스 선택 등) */
.renewal_pc_grid5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.renewal_pc_card {
  border: 1.5px solid var(--reqpc-line);
  border-radius: 16px;
  padding: 20px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  cursor: pointer;
  transition: .15s;
  background: #fff;
}

.renewal_pc_card:hover {
  border-color: var(--reqpc-purple-light);
  background: var(--reqpc-bg-purple);
}

.renewal_pc_card.is_selected {
  border-color: var(--reqpc-purple);
  background: var(--reqpc-bg-purple);
  box-shadow: 0 0 0 2px var(--reqpc-purple) inset;
}

.renewal_pc_card_ic {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.renewal_pc_card_ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.renewal_pc_card_t {
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
}

.renewal_pc_card_st {
  font-size: 12px;
  color: var(--reqpc-grey);
  line-height: 1.4;
  letter-spacing: -0.3px;
}

/* ---- 하단 이전/다음 영역 ---- */
.renewal_pc_bottom_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--reqpc-line);
}

.renewal_pc_bottom_left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.renewal_pc_back_btn {
  padding: 15px 26px;
  border: 1.5px solid var(--reqpc-line);
  border-radius: 14px;
  background: #fff;
  color: var(--reqpc-text);
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  font-family: inherit;
}

.renewal_pc_avg_note {
  font-size: 13px;
  color: var(--reqpc-grey);
}

.renewal_pc_next_btn {
  background: var(--reqpc-purple);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 15px 40px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  overflow: hidden;
}

.renewal_pc_next_btn.disabled {
  background: #E0DCF5;
  color: #B3A9E0;
  cursor: not-allowed;
}

.renewal_pc_next_btn:not(.disabled)::after {
  content: '';
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: renewalPcShimmer 2.2s infinite;
}

@keyframes renewalPcShimmer {
  0% { left: -60%; }
  100% { left: 130%; }
}

.renewal_pc_eyebrow {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--reqpc-purple);
  margin-bottom: 10px;
}

/* ---- 옵션 리스트 (아이콘+텍스트+체크 카드) ---- */
.renewal_pc_opt_row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 520px;
}

.renewal_pc_opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1.5px solid var(--reqpc-line);
  border-radius: 14px;
  padding: 16px 18px;
  cursor: pointer;
  transition: .15s;
}

.renewal_pc_opt:hover {
  border-color: var(--reqpc-purple-light);
}

.renewal_pc_opt.is_selected {
  border-color: var(--reqpc-purple);
  background: var(--reqpc-bg-purple);
}

.renewal_pc_opt_left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.renewal_pc_icon_wrap {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.renewal_pc_icon_wrap.pink {
  background: var(--reqpc-bg-pink);
}

.renewal_pc_icon_wrap.purple {
  background: var(--reqpc-bg-purple-strong);
}

.renewal_pc_opt.is_selected .renewal_pc_icon_wrap.purple {
  background: #fff;
}

.renewal_pc_icon_wrap.gray {
  background: var(--reqpc-bg-gray);
}

.renewal_pc_icon_wrap.orange {
  background: var(--reqpc-bg-orange);
}

.renewal_pc_icon_wrap.green {
  background: var(--reqpc-bg-green);
}

.renewal_pc_icon_wrap.square {
  border-radius: 14px;
}

.renewal_pc_section_label {
  font-size: 13px;
  font-weight: 700;
  color: var(--reqpc-grey);
  margin: 22px 0 10px;
}

.renewal_pc_icon_wrap svg {
  width: 22px;
  height: 22px;
}

.renewal_pc_icon_wrap img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.renewal_pc_opt_text {
  flex: 1;
}

.renewal_pc_opt_label {
  font-size: 15px;
  font-weight: 700;
  color: var(--reqpc-text);
  margin: 0 0 2px;
}

.renewal_pc_opt_desc {
  font-size: 12.5px;
  color: var(--reqpc-grey);
  margin: 0;
}

.renewal_pc_radio_check {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid var(--reqpc-line);
  flex-shrink: 0;
  position: relative;
}

.renewal_pc_opt.is_selected .renewal_pc_radio_check {
  border-color: var(--reqpc-purple);
  background: var(--reqpc-purple);
}

.renewal_pc_opt.is_selected .renewal_pc_radio_check::after {
  content: '';
  position: absolute;
  top: 44%;
  left: 50%;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* ---- 안내 배너 ---- */
.renewal_pc_info_note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: var(--reqpc-bg-purple);
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 13px;
  color: var(--reqpc-sub);
  line-height: 1.6;
  max-width: 520px;
  margin-top: 22px;
  margin-bottom: 20px;
}

.renewal_pc_info_note .renewal_pc_info_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--reqpc-purple);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
}

/* ---- 선택 필드 / 드롭다운 (지역선택 등) ---- */
.renewal_pc_select_group {
  max-width: 420px;
  margin-bottom: 20px;
}

.renewal_pc_select_label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--reqpc-sub);
  margin-bottom: 8px;
}

.renewal_pc_dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1.5px solid var(--reqpc-line);
  border-radius: 14px;
  padding: 16px 18px;
  cursor: pointer;
}

.renewal_pc_dropdown.has_value {
  border-color: var(--reqpc-purple);
  background: var(--reqpc-bg-purple);
}

.renewal_pc_dropdown.has_value .renewal_pc_dropdown_value {
  color: var(--reqpc-purple);
  font-weight: 700;
}

.renewal_pc_dropdown.is_disabled {
  cursor: not-allowed;
  opacity: .6;
}

.renewal_pc_dropdown_value {
  font-size: 15.5px;
  font-weight: 600;
  color: var(--reqpc-grey);
}

.renewal_pc_dropdown_chevron {
  color: var(--reqpc-grey);
  font-size: 12px;
  flex-shrink: 0;
  transition: transform .15s;
}

.renewal_pc_dropdown_chevron::after {
  content: '▾';
}

.renewal_pc_dropdown.is_open .renewal_pc_dropdown_chevron {
  transform: rotate(180deg);
}

.renewal_pc_dropdown_menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  max-height: 280px;
  overflow-y: auto;
  background: #fff;
  border: 1.5px solid var(--reqpc-line);
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(96, 49, 205, 0.14);
  padding: 6px;
  margin: 0;
  list-style: none;
  z-index: 20;
  display: none;
}

.renewal_pc_dropdown.is_open .renewal_pc_dropdown_menu {
  display: block;
}

.renewal_pc_dropdown_menu li {
  padding: 11px 14px;
  border-radius: 10px;
  font-size: 14.5px;
  color: var(--reqpc-text);
  cursor: pointer;
}

.renewal_pc_dropdown_menu li:hover {
  background: var(--reqpc-bg-purple);
}

/* ---- 3열 카드 그리드 (건물형태 등, 모바일 인라인 SVG 아이콘 재사용) ---- */
.renewal_pc_grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 560px;
}

.renewal_pc_card_ic svg {
  width: 30px;
  height: 30px;
  color: #8C8C99;
  stroke: currentColor;
}

.renewal_pc_card.is_selected .renewal_pc_card_ic svg {
  color: var(--reqpc-purple);
}

/* ---- 경고 배너 (주황) ---- */
.renewal_pc_warning_banner {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--reqpc-bg-orange);
  color: var(--reqpc-text-orange);
  font-size: 13px;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: 12px;
  max-width: 460px;
  margin-top: 22px;
}

.renewal_pc_warning_banner svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ---- 평수 스테퍼 + 아코디언 (6단계) ---- */
.renewal_pc_pyeong_stepper {
  display: flex;
  align-items: center;
  gap: 14px;
}

.renewal_pc_pyeong_circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  color: transparent;
  flex-shrink: 0;
  border: none;
}

.renewal_pc_pyeong_circle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}

.renewal_pc_pyeong_circle.plus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}

.renewal_pc_pyeong_circle.minus {
  background: var(--reqpc-bg-gray);
  color: #8C8C99;
}

.renewal_pc_pyeong_circle.plus {
  background: var(--reqpc-purple);
  color: #fff;
}

.renewal_pc_pyeong_input_box {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-width: 140px;
  justify-content: center;
  border: 1.5px solid var(--reqpc-purple);
  border-radius: 16px;
  padding: 14px 22px;
  background: var(--reqpc-bg-purple);
}

.renewal_pc_pyeong_input {
  width: 60px;
  border: none;
  background: none;
  outline: none;
  font-size: 26px;
  font-weight: 800;
  font-family: inherit;
  line-height: 1;
  color: var(--reqpc-text);
  text-align: center;
  padding: 0;
  margin: 0;
}

.renewal_pc_pyeong_input::-webkit-outer-spin-button,
.renewal_pc_pyeong_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.renewal_pc_pyeong_input::placeholder {
  color: #B5B5BE;
  font-size: 26px;
  font-weight: 800;
  font-family: inherit;
  text-align: center;
  opacity: 1;
}

.renewal_pc_pyeong_unit {
  font-size: 14px;
  line-height: 1.6;
  color: var(--reqpc-grey);
}

.renewal_pc_warn_line {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--reqpc-bg-pink);
  color: var(--reqpc-text-pink);
  font-size: 13px;
  font-weight: 600;
  border-radius: 12px;
  padding: 12px 14px;
  max-width: 460px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.renewal_pc_warn_x {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--reqpc-pink);
  font-size: 14px;
  font-weight: 700;
}

.renewal_pc_accordion {
  max-width: 520px;
  background: var(--reqpc-bg-purple);
  border-radius: 14px;
  padding: 0 18px;
  margin-bottom: 10px;
}

.renewal_pc_accordion:first-of-type {
  margin-top: 14px;
}

.renewal_pc_acc_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 17px 0;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14.5px;
  font-weight: 700;
  font-family: inherit;
  color: var(--reqpc-text);
  text-align: left;
}

.renewal_pc_acc_chevron {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--reqpc-grey);
  border-bottom: 2px solid var(--reqpc-grey);
  transform: rotate(-135deg);
  margin-top: 4px;
  transition: transform .2s ease;
}

.renewal_pc_accordion.is_collapsed .renewal_pc_acc_chevron {
  transform: rotate(45deg);
  margin-top: -4px;
}

.renewal_pc_acc_body {
  padding: 0 0 20px;
  font-size: 13.5px;
  color: var(--reqpc-sub);
  line-height: 1.7;
}

.renewal_pc_accordion.is_collapsed .renewal_pc_acc_body {
  display: none;
}

.renewal_pc_pyeong_chips {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 10px;
}

.renewal_pc_pyeong_chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 10px 4px;
  border: 1.5px solid var(--reqpc-line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  text-align: center;
}

.renewal_pc_pyeong_chip_m2 {
  font-size: 11.5px;
  color: var(--reqpc-grey);
}

.renewal_pc_pyeong_chip_p {
  font-size: 14px;
  font-weight: 700;
  color: var(--reqpc-text);
  margin-top: 2px;
}

.renewal_pc_pyeong_chip.is_active {
  border-color: var(--reqpc-purple);
}

.renewal_pc_pyeong_chip.is_active .renewal_pc_pyeong_chip_m2,
.renewal_pc_pyeong_chip.is_active .renewal_pc_pyeong_chip_p {
  color: var(--reqpc-purple);
}

.renewal_pc_accordion_note {
  font-size: 12px;
  color: var(--reqpc-grey);
  margin: 0;
}

.renewal_pc_bullet_list {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.renewal_pc_bullet_item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--reqpc-text);
  margin-bottom: 8px;
}

.renewal_pc_bullet_item::before {
  content: '';
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 6px;
  border-radius: 50%;
  border: 1.5px solid var(--reqpc-purple);
  box-sizing: border-box;
}

.renewal_pc_accordion_divider {
  border: none;
  border-top: 1px solid #E4DEFB;
  margin: 0 0 12px;
}

.renewal_pc_formula_box {
  background: var(--reqpc-bg-purple);
  border-radius: 12px;
  padding: 16px 18px;
  margin-top: 4px;
}

.renewal_pc_formula_box .f1 {
  font-size: 13.5px;
  color: var(--reqpc-text);
  margin-bottom: 6px;
}

.renewal_pc_formula_box .f2 {
  font-size: 14px;
  font-weight: 800;
  color: var(--reqpc-purple);
}

/* ---- 카운터 목록 (공간개수 등) ---- */
.renewal_pc_counter_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 420px;
  padding: 16px 4px;
  border-bottom: 1px solid var(--reqpc-line);
}

.renewal_pc_counter_row:last-child {
  border-bottom: none;
}

.renewal_pc_counter_label {
  font-size: 15px;
  font-weight: 600;
  color: var(--reqpc-text);
}

.renewal_pc_counter_controls {
  display: flex;
  align-items: center;
  gap: 18px;
}

.renewal_pc_counter_circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  color: transparent;
  flex-shrink: 0;
  border: none;
}

.renewal_pc_counter_circle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}

.renewal_pc_counter_circle.plus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}

.renewal_pc_counter_circle.minus {
  background: var(--reqpc-bg-gray);
  color: #8C8C99;
}

.renewal_pc_counter_circle.plus {
  background: var(--reqpc-purple);
  color: #fff;
}

.renewal_pc_counter_value {
  min-width: 16px;
  font-size: 16px;
  font-weight: 700;
  color: var(--reqpc-text);
  text-align: center;
}

/* ---- 방개수 고정 표시(원룸 전용) + 카테고리 전환 안내 ---- */
.renewal_pc_counter_row.is_locked .renewal_pc_counter_label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #B3B3B3;
}

.renewal_pc_counter_lock_icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: #B3B3B3;
}

.renewal_pc_counter_controls.is_disabled .renewal_pc_counter_circle {
  background: #F3F3F3;
  color: #D0D0D0;
  cursor: not-allowed;
  pointer-events: none;
}

.renewal_pc_counter_value.is_muted {
  color: #C7C7C7;
}

.renewal_pc_tip_box {
  background: var(--reqpc-bg-purple);
  border-radius: 14px;
  padding: 16px 20px;
  max-width: 460px;
  margin: 16px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.renewal_pc_tip_text {
  font-size: 13.5px;
  color: var(--reqpc-sub);
  line-height: 1.6;
}

.renewal_pc_tip_text b {
  color: var(--reqpc-purple);
  font-weight: 700;
}

.renewal_pc_change_btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 11px 20px;
  border: none;
  border-radius: 20px;
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  background: var(--reqpc-purple);
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
}

/* ---- 일부 공간만 시공 (인테리어여부, 확장형 카드) ---- */
.renewal_pc_opt.renewal_pc_interior_some {
  display: block;
  flex-direction: initial;
}

.renewal_pc_interior_some_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
}

.renewal_pc_badge_tag {
  display: inline-flex;
  background: #EDEBF5;
  color: #6B6B84;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 10px;
  margin-left: 6px;
  vertical-align: middle;
}

.renewal_pc_interior_parts {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #E4DEFB;
}

.renewal_pc_interior_some.is_selected .renewal_pc_interior_parts {
  display: grid;
}

.renewal_pc_interior_part_chip {
  padding: 12px 14px;
  border: 1.5px solid var(--reqpc-line);
  border-radius: 10px;
  background: #fff;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--reqpc-text);
  cursor: pointer;
  text-align: center;
}

.renewal_pc_interior_part_chip.is_selected {
  border-color: var(--reqpc-purple);
  background: var(--reqpc-bg-purple);
  color: var(--reqpc-purple);
}

.renewal_pc_interior_part_chip.is_selected::before {
  content: '\2713\0020';
}

/* ---- 제목 옆 뱃지, 안내배너 pink 변형, 체크리스트 (시공환경) ---- */
.renewal_pc_title_badge {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--reqpc-bg-purple-strong);
  color: var(--reqpc-purple);
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
}

.renewal_pc_info_note.pink {
  background: var(--reqpc-bg-pink);
  color: var(--reqpc-text-pink);
}

.renewal_pc_info_note.pink .renewal_pc_info_icon {
  background: var(--reqpc-pink);
  color: #fff;
}

.renewal_pc_check_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 520px;
}

.renewal_pc_check_item_icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: #8C8C99;
}

.renewal_pc_opt.is_selected .renewal_pc_check_item_icon {
  color: var(--reqpc-purple);
}

/* ---- 선택된 날짜 표시 박스 (11단계) ---- */
/* ---- 희망일 필드 + 캘린더 팝오버 (11단계) ---- */
.renewal_pc_date_field_wrap {
  position: relative;
  max-width: 260px;
  margin-bottom: 20px;
}

.renewal_pc_date_field {
  max-width: 260px;
}

.renewal_pc_cal_popover {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  z-index: 30;
  display: none;
  box-shadow: 0 16px 40px rgba(96, 49, 205, 0.2);
}

.renewal_pc_cal_popover.open {
  display: block;
}

.renewal_pc_cal_popover.position_top {
  top: auto;
  bottom: calc(100% + 8px);
}

/* ---- 캘린더 박스 자체 스타일 ---- */
.renewal_pc_cal_wrap {
  width: 460px;
  max-width: 90vw;
  background: var(--reqpc-bg-purple);
  border-radius: 18px;
  padding: 20px;
  margin-bottom: 8px;
}

.renewal_pc_cal_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.renewal_pc_cal_nav {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--reqpc-purple);
  background: #fff;
  font-size: 16px;
  font-family: inherit;
}

.renewal_pc_cal_nav.is_disabled {
  opacity: .35;
  cursor: default;
  pointer-events: none;
}

.renewal_pc_cal_title {
  font-size: 15px;
  font-weight: 700;
  color: var(--reqpc-text);
}

.renewal_pc_cal_grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  text-align: center;
}

.renewal_pc_cal_days {
  display: contents;
}

.renewal_pc_cal_dow {
  font-size: 12px;
  color: var(--reqpc-grey);
  padding: 8px 0;
  font-weight: 600;
}

.renewal_pc_cal_day {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding-top: 6px;
  cursor: pointer;
}

.renewal_pc_cal_day.is_empty {
  cursor: default;
}

.renewal_pc_cal_day_num {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex-shrink: 0;
  color: var(--reqpc-text);
}

.renewal_pc_cal_day.is_disabled {
  cursor: default;
}

.renewal_pc_cal_day.is_disabled .renewal_pc_cal_day_num {
  color: #D8D8D8;
}

.renewal_pc_cal_day_num.is_selected {
  background: var(--reqpc-purple);
  color: #fff;
  font-weight: 700;
}

.renewal_pc_cal_today_label {
  font-size: 10px;
  font-weight: 700;
  color: #E0405C;
  height: 13px;
  line-height: 13px;
}

.renewal_pc_q_label2 {
  font-size: 15.5px;
  font-weight: 700;
  margin: 28px 0 14px;
  color: var(--reqpc-text);
}

/* ---- 13단계: 연락처 + 본인인증 ---- */
.renewal_pc_badge_first {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--reqpc-bg-green);
  color: var(--reqpc-green);
  font-size: 13px;
  font-weight: 700;
}

.renewal_pc_badge_first svg {
  width: 14px;
  height: 14px;
}

.renewal_pc_form_field {
  margin-bottom: 16px;
  max-width: 420px;
}

.renewal_pc_form_field label {
  font-size: 13px;
  font-weight: 600;
  color: var(--reqpc-sub);
  display: block;
  margin-bottom: 8px;
}

.renewal_pc_text_input {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border: 1.5px solid var(--reqpc-line);
  border-radius: 14px;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  color: var(--reqpc-text);
  outline: none;
}

.renewal_pc_text_input::placeholder {
  color: #B5B5BE;
  font-weight: 400;
}

.renewal_pc_text_input:focus {
  border-color: var(--reqpc-purple);
}

.renewal_pc_phone_row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.renewal_pc_phone_row .renewal_pc_text_input {
  flex: 1;
  min-width: 0;
}

.renewal_pc_auth_btn {
  flex-shrink: 0;
  padding: 14px 18px;
  border: none;
  border-radius: 14px;
  background: var(--reqpc-bg-gray);
  color: #B5B5BE;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  cursor: not-allowed;
  white-space: nowrap;
}

.renewal_pc_auth_btn:not(:disabled) {
  background: var(--reqpc-purple);
  color: #fff;
  cursor: pointer;
}

.renewal_pc_cert_row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.renewal_pc_cert_timer {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--reqpc-pink);
  min-width: 34px;
}

.renewal_pc_trust_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 20px 0;
  max-width: 420px;
}

.renewal_pc_trust_item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--reqpc-bg-purple);
  color: var(--reqpc-sub);
  font-size: 13px;
}

.renewal_pc_trust_item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--reqpc-purple);
}

.renewal_pc_agreement_text {
  font-size: 12px;
  line-height: 1.6;
  color: var(--reqpc-grey);
  margin: 0;
  max-width: 420px;
}

.renewal_pc_agreement_text a {
  color: var(--reqpc-purple);
  font-weight: 700;
  text-decoration: underline;
}

.renewal_pc_avg_note.accent {
  color: var(--reqpc-purple);
  font-weight: 700;
}

/* ---- 공용 모달 / 로딩 오버레이 ---- */
.renewal_pc_modal_backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(26, 26, 46, 0.5);
  padding: 24px;
}

.renewal_pc_modal_backdrop.open {
  display: flex;
}

.renewal_pc_modal {
  width: 100%;
  max-width: 360px;
  box-sizing: border-box;
  padding: 32px 24px 26px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.renewal_pc_modal_text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--reqpc-text);
  margin: 0 0 22px;
}

.renewal_pc_modal_text .accent {
  color: var(--reqpc-purple);
  font-weight: 700;
}

.renewal_pc_modal_actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.renewal_pc_modal_btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 13px 0;
  border: none;
  border-radius: 999px;
  background: var(--reqpc-bg-gray);
  color: var(--reqpc-text);
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.renewal_pc_modal_btn.primary {
  background: var(--reqpc-purple);
  color: #fff;
}

.renewal_pc_loading_overlay {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(26, 26, 46, 0.6);
  padding: 24px;
}

.renewal_pc_loading_overlay.open {
  display: flex;
}

.renewal_pc_loading_box {
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
  padding: 30px 22px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.renewal_pc_loading_box p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--reqpc-text);
  margin: 0 0 4px;
}

.renewal_pc_loading_box .sub {
  font-size: 12.5px;
  color: var(--reqpc-grey);
  margin: 0;
}

/* ---- 완료 화면 ---- */
.renewal_pc_done_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 12px;
}

.renewal_pc_done_icon {
  display: flex;
  justify-content: center;
  margin: 8px 0 20px;
}

.renewal_pc_done_icon_outer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--reqpc-bg-purple-strong);
}

.renewal_pc_done_icon_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--reqpc-purple), var(--reqpc-purple-light));
}

.renewal_pc_done_icon_inner svg {
  width: 28px;
  height: 28px;
}

.renewal_pc_done_title {
  font-size: 22px;
  font-weight: 800;
  color: var(--reqpc-text);
  margin: 0 0 10px;
}

.renewal_pc_done_sub {
  font-size: 14px;
  line-height: 1.6;
  color: var(--reqpc-grey);
  margin: 0 0 28px;
}

.renewal_pc_done_summary {
  width: 100%;
  max-width: 420px;
  box-sizing: border-box;
  padding: 4px 22px;
  border: 1.5px solid var(--reqpc-line);
  border-radius: 16px;
  margin-bottom: 16px;
  text-align: left;
}

.renewal_pc_done_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--reqpc-line);
  font-size: 14px;
}

.renewal_pc_done_row:last-child {
  border-bottom: none;
}

.renewal_pc_done_row .k {
  color: var(--reqpc-grey);
}

.renewal_pc_done_row .v {
  font-weight: 800;
  font-size: 14.5px;
  color: var(--reqpc-text);
}

.renewal_pc_done_note {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 420px;
  box-sizing: border-box;
  background: var(--reqpc-bg-purple);
  color: var(--reqpc-purple);
  font-size: 13px;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: 12px;
  margin-top: 4px;
}

.renewal_pc_done_note svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--reqpc-purple);
}

.renewal_pc_done_confirm_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* ---- 상단 X(이탈) 버튼 + 이탈확인 팝업 (전 단계 공통) ---- */
.renewal_pc_top_row_right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.renewal_pc_close_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: none;
  color: var(--reqpc-grey);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  font-family: inherit;
}

.renewal_pc_close_btn:hover {
  background: var(--reqpc-bg-gray);
}

.renewal_pc_modal_title {
  font-size: 16px;
  font-weight: 800;
  color: var(--reqpc-text);
  margin: 0 0 10px;
}
