/* ======================================== 전역 스타일 및 공통 컴포넌트 ======================================== */
body { font-family: "Pretendard", sans-serif; }
.gradient-text { background: linear-gradient(90deg, rgb(100, 162, 255) 0%, rgb(1, 102, 255) 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.highlight-keyword { color: #0166FF; font-weight: 700; }
.quote-explanation-container { display: none; }
/* 1120px 이하: 공통 레이아웃 시스템 적용 */
.quote-arrival-wrapper { background: var(--bg-tertiary, #F0F4F6); min-height: 100dvh; padding: 0; width: 100%; display: flex; justify-content: center; }
.quote-desktop-layout { display: flex; width: min(100%, var(--container-max, 600px)); margin: 0 auto; background: var(--bg-primary, #FFFFFF); padding: 0; overflow: visible; flex-direction: column; min-height: calc(100dvh - 60px); box-sizing: border-box; }
.quote-arrival-container { padding: 0; flex: 1; overflow-x: hidden; width: 100%; max-width: 100%; background-color: transparent; position: relative; box-shadow: none; box-sizing: border-box; }
.quote-nav { background-color: #ffffff; border-bottom: 1px solid #f0f0f0; padding: 20px 24px; top: 0; z-index: 100; }
.quote-nav-content { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.quote-nav-logo { display: flex; align-items: center; }
.quote-nav-logo img { height: 44px; display: block; }
.quote-nav-menu { background: none; border: none; cursor: pointer; padding: 5px; display: flex; align-items: center; justify-content: center; }
.quote-nav-menu img { width: 24px; height: 24px; }
.quote-hero { background: linear-gradient(135deg, #388EFF 20.09%, #086CFF 56.69%, #0166FF 79.91%); padding: 48px 0 60px; text-align: center; color: white; width: 100%; box-sizing: border-box; }
.quote-hero-content { padding: 0 20px; width: 100%; box-sizing: border-box; }
.quote-bell-icon { width: 40px; height: 40px; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; }
.quote-bell-icon img { width: 100%; height: 100%; }
.quote-hero-title { font-size: 36px; font-weight: 700; line-height: 1.35; letter-spacing: -0.02em; margin: 0 0 4px; text-align: center; }
.quote-hero-subtitle { font-size: 17px; font-weight: 400; line-height: 1.35; margin: 0 0 24px; opacity: 0.8; }
.quote-hero-description { font-size: 20px; font-weight: 400; line-height: 1.4; letter-spacing: -0.02em; margin: 0; }
.quote-experts { padding: 30px 16px 10px 16px; background-color: #ffffff; width: 100%; box-sizing: border-box; }
.quote-expert { background-color: #ffffff; border: 1px solid #E3E5EA; border-radius: 12px; margin-bottom: 20px; overflow: hidden; }
.quote-expert-content { padding: 20px 20px 10px 20px; }
/* ======================================== 전문가 카드 뱃지 시스템 리팩토링 (PHP에서 이동) ======================================== */
.quote-expert-profile-section { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 16px; }
.quote-expert-image-container { flex-shrink: 0; width: 90px; height: 90px; border-radius: 10px; overflow: hidden; background: #E7E7E7; }
.quote-expert-image-container img { width: 100%; height: 100%; object-fit: cover; }
.quote-expert-profile-image { width: 140px; height: 140px; object-fit: cover; border-radius: 50%; }
.quote-expert-info { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.quote-expert-name { font-size: 24px; font-weight: 700; line-height: 1.4; color: #121212; margin: 4px 0 0px 0; }
.quote-expert-rating-info { display: flex; align-items: center; gap: 4px; margin: 4px 0 0px 0; }
.quote-rating-display { display: flex; align-items: center; gap: 4px; }
.quote-star-icon { width: 20px; height: 20px; }
.quote-rating-score { font-size: 18px; font-weight: 500; color: #121212; line-height: 1.3; }
.quote-rating-count { font-size: 18px; font-weight: 400; color: #727585; line-height: 1.3; }
.quote-expert-completion { display: flex; align-items: center; gap: 4px; margin: -2px 0 8px 0; }
.quote-completion-count, .quote-expert-experience { font-size: 15px; font-weight: 400; color: #727585; line-height: 1.4; }
.quote-info-separator { font-size: 14px; color: #999999; }
.quote-premium-badge-container { position: absolute; left: 57px; top: 125px; }
.quote-partner-info-section { margin-top: 10px; }
.quote-partner-info-header { margin-bottom: 12px; }
.quote-partner-info-title { font-size: 17px; font-weight: 600; color: #121212; line-height: 1.4; margin: 0; }
.quote-expert-badges { display: flex; flex-wrap: wrap; gap: 4px; align-items: flex-start; cursor: pointer; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); overflow: hidden; }
.quote-expert-badges.expanded { cursor: default; }
.quote-badge-more-count { display: flex; align-items: center; justify-content: center; padding: 3px 6px; border: 1px solid #0166FF; border-radius: 4px; font-size: 15px; font-weight: 500; color: #0166FF; background: transparent; white-space: nowrap; flex-shrink: 0; line-height: 1.5; min-width: 32px; cursor: pointer; transition: all 0.2s ease; opacity: 1; transform: scale(1); }
.quote-badge-more-count:hover { background: #0166FF; color: white; }
.quote-more-text { font-size: 13px; font-weight: 600; }
.quote-expert-badge.hidden { display: none; opacity: 0; transform: translateY(-10px) scale(0.95); }
.quote-expert-badges.expanded .quote-expert-badge.hidden { display: flex; animation: slideInFade 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
.quote-expert-badges.expanded .quote-badge-more-count { opacity: 0; transform: scale(0.8); pointer-events: none; transition: all 0.3s ease; }
.quote-expert-badges:not(.expanded) .quote-badge-more-count { opacity: 1; transform: scale(1); pointer-events: auto; transition: all 0.3s ease 0.2s; }
@keyframes slideInFade { 0% { opacity: 0; transform: translateY(-15px) scale(0.9); } 50% { opacity: 0.7; transform: translateY(-5px) scale(0.95); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
.quote-expert-badges.expanded .quote-expert-badge.hidden:nth-child(13) { animation-delay: 0.05s; }
.quote-expert-badges.expanded .quote-expert-badge.hidden:nth-child(14) { animation-delay: 0.1s; }
.quote-expert-badges.expanded .quote-expert-badge.hidden:nth-child(15) { animation-delay: 0.15s; }
.quote-expert-badges.expanded .quote-expert-badge.hidden:nth-child(16) { animation-delay: 0.2s; }
.quote-expert-badges.expanded .quote-expert-badge.hidden:nth-child(17) { animation-delay: 0.25s; }
.quote-expert-badges.expanded .quote-expert-badge.hidden:nth-child(18) { animation-delay: 0.3s; }
.quote-expert-badges.expanded .quote-expert-badge.hidden:nth-child(19) { animation-delay: 0.35s; }
.quote-expert-badges.expanded .quote-expert-badge.hidden:nth-child(20) { animation-delay: 0.4s; }
.quote-premium-badge { display: flex; align-items: center; justify-content: center; padding: 3px 8px; border: 1px solid #0166FF; border-radius: 4px; font-size: var(--fs-12-16); font-weight: 400; line-height: 1.3; color: #0166FF; background: transparent; white-space: nowrap; flex-shrink: 0; }
.quote-expert-badge { display: flex; align-items: center; gap: 2px; padding: 3px 6px; border: 1px solid #E4E5ED; border-radius: 4px; font-size: var(--fs-12-16); font-weight: 400; color: #121212; white-space: nowrap; flex-shrink: 0; line-height: 1.5; }
.quote-expert-badge.verified { background-color: #DCFCE7; color: #15803D; }
.quote-expert-badge.premium { background-color: #E3EFFF; color: #0166FF; }
.quote-badge-icon { width: 10px; height: 10px; }
.quote-expert-badge img { width: 14px; height: 14px; }
.quote-expert-services { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.quote-service-tag { display: inline-block; padding: 5px 7px; font-size: 14px; border-radius: 6px; white-space: nowrap; min-width: 75px; text-align: center; line-height: 1.2; color: #777777; font-weight: 500; border: 1px solid #999999; }
.quote-expert-stats { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 20px; padding: 0 20px; }
.quote-stat-item { flex: 1; text-align: center; }
.quote-stat-value { white-space: nowrap; font-size: 21px; font-weight: bold; line-height: 1.2; color: #121212; margin: 0; }
.quote-stat-label { margin-top: 4px; font-size: 15px; font-weight: 400; line-height: 1.4; color: #666666; }
.quote-review-count { display: inline-block; border: 1.5px solid #0166ff; color: #0166ff; font-size: 16px; font-weight: 500; padding: 3px 5px; border-radius: 4px; vertical-align: middle; line-height: 1; margin: 0 0 3px 2px; }
.quote-expert-intro { margin: 2px 20px 16px 20px; padding: 16px; background-color: #f8f9fa; border: 1px solid #e9ecef; border-radius: 8px; }
.quote-expert-intro-text { font-size: 15px; font-weight: 400; line-height: 1.5; color: #666666; margin: 0; word-break: keep-all; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.quote-expert-actions { display: flex; gap: 8px; margin: 0 20px 24px 20px; width: calc(100% - 40px); }
.quote-expert-detail-btn { flex: 1; width: 100%; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 10px 16px; background: none; border: 1px solid #0166FF; border-radius: 8px; font-size: 16px; font-weight: 500; line-height: 1.4; color: #0166FF; text-decoration: none; cursor: pointer; transition: all 0.3s ease; min-height: 44px; }
.quote-expert-detail-btn:hover { background-color: rgba(1, 102, 255, 0.04); text-decoration: none; }
.quote-expert-chat-btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 10px 16px; background: none; border: 1px solid #0166FF; border-radius: 8px; font-size: 16px; font-weight: 500; line-height: 1.4; color: #0166FF; cursor: pointer; transition: all 0.3s ease; min-height: 44px; }
.quote-expert-chat-btn:hover { background-color: rgba(1, 102, 255, 0.04); }
.quote-btn-icon { width: 18px; height: 18px; flex-shrink: 0; }
.quote-btn-arrow { width: 14px; height: 14px; flex-shrink: 0; opacity: 1; transform: rotate(-90deg); transition: transform 0.2s ease; }
.quote-expert-detail-link { background: none; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; width: calc(100% - 40px); padding: 10px 0; font-size: 16px; font-weight: 500; line-height: 1.4; color: #0066FF; border: 1px solid #0066FF; border-radius: 8px; margin: 0 20px 24px 20px; text-decoration: none; }
.quote-expert-detail-link img { width: 16px; height: 16px; }
.quote-detail-arrow { transform: rotate(-90deg); }
.quote-expert-detail-link:hover { background-color: rgba(0, 102, 255, 0.04); text-decoration: none; }
.quote-expert-divider { width: 100%; height: 1px; background-color: #E3E5EA; margin-bottom: 24px; }
.quote-expert-price-section { display: flex; align-items: center; justify-content: space-between; padding: 0px 20px 20px 20px; }
.quote-price-info { display: flex; flex-direction: column; gap: 0px; justify-content: center; }
.quote-price-label-wrap { display: flex; align-items: center; gap: 3px; }
.quote-price-icon { width: 14px; height: 14px; }
.quote-price-label { font-size: 14px; font-weight: 500; line-height: 1.4; color: #777777; }
.quote-price-value { font-size: 22px; font-weight: 700; line-height: 1.4; color: #0166FF; }
.quote-select-expert-btn { display: inline-flex; align-items: center; justify-content: center; gap: var(--space-8-12, 8px); font-family: inherit; font-size: var(--fs-14-18, 16px); font-weight: 600; line-height: 1.2; text-decoration: none; border: 1px solid transparent; border-radius: var(--radius-md); cursor: pointer; transition: all 0.3s ease; user-select: none; outline: none; position: relative; overflow: hidden; background: var(--primary, #0166FF); color: #FFFFFF; border-color: var(--primary, #0166FF); padding: var(--space-12-16, 14px) var(--space-16-20, 16px); width: auto; }
.quote-select-expert-btn:hover:not(:disabled) { background: var(--primary-60, #0052CC); border-color: var(--primary-60, #0052CC); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(1, 102, 255, 0.3); }
.quote-select-expert-btn:active:not(:disabled) { transform: translateY(0); box-shadow: 0 2px 4px rgba(1, 102, 255, 0.2); }
.quote-select-expert-btn:focus-visible { outline: 2px solid var(--primary, #0166FF); outline-offset: 2px; }
.quote-select-expert-btn:disabled { cursor: not-allowed; opacity: 0.6; transform: none !important; }
.quote-info-card { padding: 24px; margin-bottom: 12px; }
.quote-info-title { font-size: 20px; font-weight: 700; line-height: 1.4; color: #121212; margin: 0 0 12px; }
.quote-info-list { display: flex; flex-direction: column; gap: 12px; }
.quote-info-item { display: flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 400; line-height: 1.4; color: #121212; }
.quote-info-check { width: 16px; height: 16px; flex-shrink: 0; }
.quote-bottom { background-color: #ffffff; }
.quote-separator { width: 100%; height: 4px; background-color: #E3EFFF; }
.quote-reservation-info { display: flex; justify-content: space-between; align-items: center; padding: 16px 42px; }
.quote-reservation-label { font-size: 20px; font-weight: 700; line-height: 1.4; color: #121212; }
.quote-reservation-toggle { background: none; border: none; cursor: pointer; padding: 0; width: 20px; height: 20px; }
.quote-reservation-toggle img { width: 100%; height: 100%; }
.quote-bottom-notice { padding: 20px 0; margin-bottom: 20px; }
.quote-mobile-explanation { background-color: #ffffff; padding: 40px 20px; width: 100%; box-sizing: border-box; }
.quote-mobile-explanation-content { width: 100%; max-width: 100%; display: flex; flex-direction: column; gap: 24px; align-items: center; text-align: center; }
.quote-mobile-explanation-title { font-size: 28px; font-weight: 700; color: #1e293b; margin: 0; line-height: 1.3; text-align: center; }
.quote-mobile-explanation-features { width: 100%; display: flex; flex-direction: column; gap: 16px; align-items: center; margin-top: 8px; }
.quote-mobile-explanation-features .quote-feature-item { display: flex; align-items: center; gap: 12px; margin: 0; width: 100%; max-width: 270px; }
.quote-mobile-explanation-features .quote-feature-icon { width: 24px; height: 24px; background: rgba(1, 102, 255, 0.1); color: #0166FF; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; flex-shrink: 0; padding: 4px; }
.quote-mobile-explanation-features .quote-feature-text { display: flex; align-items: center; flex: 1; }
.quote-mobile-explanation-features .quote-feature-text span { font-size: 17px; font-weight: 500; color: #1e293b; line-height: 1.4; text-align: left; }
.quote-mobile-explanation-graphic { width: 100%; display: flex; justify-content: center; align-items: center; margin-top: 0px; }
.quote-mobile-graphic-image { max-width: 200px; max-height: 160px; width: auto; height: auto; object-fit: contain; }
.quote-bottom-note { margin: 0; font-size: 12px; color: #888888; font-weight: 400; text-align: center; line-height: 1.4; word-break: keep-all; word-wrap: break-word; }
/* ======================================== 반응형 미디어쿼리 - 모바일 기본, 600px 이상, 1120px 이상 ======================================== */
/* 600px 이상, 1120px 이하: 공통 레이아웃 시스템 카드 스타일 적용 */
@media (min-width: 600px) and (max-width: 1119px) {
  .quote-arrival-wrapper { padding: 70px 20px 30px 20px; }
  .quote-desktop-layout { border-radius: 0 0 12px 12px; box-shadow: 0 4px 12px rgba(49, 56, 66, 0.03); min-height: calc(100dvh - 110px); max-width: var(--container-max, 600px); }
  .quote-arrival-container { padding: 0; }
}
@media (min-width: 600px) {
  .quote-info-card { padding: 26px; }
  .quote-bottom-notice { padding: 20px 0; }
  .quote-bottom-note { font-size: 13px; }
  .quote-mobile-explanation { padding: 48px 24px; }
  .quote-mobile-explanation-content { max-width: 500px; margin: 0 auto; gap: 28px; }
  .quote-mobile-explanation-title { font-size: 28px; }
  .quote-mobile-explanation-features .quote-feature-item { gap: 14px; max-width: 270px; }
  .quote-mobile-explanation-features .quote-feature-icon { width: 28px; height: 28px; font-size: 15px; }
  .quote-mobile-explanation-features .quote-feature-text span { font-size: 16px; }
  .quote-mobile-graphic-image { max-width: 240px; max-height: 200px; }
  .quote-request-header { padding: 24px 28px; }
  .quote-request-header h3 { font-size: 18px; }
  .quote-request-details { padding: 0 28px 24px; }
  .quote-request-details li { font-size: 16px; padding: 20px 0; }
  .quote-request-notice { padding: 20px 28px; font-size: 14px; }
  .quote-request-toggle { width: 24px; height: 24px; }
  .quote-toggle-icon { width: 18px; height: 18px; }
  .payment-modal-dialog { width: 90%; max-width: 500px; }
  .payment-modal-header { padding: var(--space-32-40) var(--space-24-32) var(--space-12-16) var(--space-24-32); }
  .payment-modal-footer { padding: var(--space-20-24) var(--space-24-32) var(--space-24-32) var(--space-24-32); }
}
@media (min-width: 1120px) {
  /* 1120px 이상: 기존 레이아웃 유지 (2단 레이아웃) */
  .quote-arrival-wrapper { width: 100%; display: flex; justify-content: center; background-color: #F6F9FF; padding: 0; min-height: auto; }
  .quote-desktop-layout { display: flex; width: 100%; max-width: 1024px; box-sizing: border-box; margin: 70px auto 0 auto; gap: 30px; padding: 0; align-items: flex-start; background: transparent; overflow: visible; flex-direction: row; min-height: auto; }
  .quote-arrival-container { width: 460px; flex-shrink: 0; box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12); box-sizing: border-box; 
    background-color: #fff; overflow: hidden; position: relative; padding: 0; flex: none; overflow-x: visible; }
  .quote-explanation-container { width: 564px; height: calc(90vh - 120px); position: sticky; top: 120px; bottom: 60px; display: flex !important; align-items: center; justify-content: center; padding: 0; z-index: 10; flex-shrink: 0; }
  .quote-explanation-content { width: 100%; height: 92%; display: grid; grid-template-areas: "title" "features" "graphic"; grid-template-rows: auto auto 1fr; padding: clamp(20px, 4vh, 40px) 32px; gap: clamp(8px, 2vh, 28px); align-content: center; text-align: left; margin-top: 40px; }
  .quote-explanation-title { grid-area: title; width: calc(564px - 64px); font-size: 40px; font-weight: 700; color: #1e293b; margin: 0; line-height: 1.3; text-align: left; align-self: start; }
  .quote-explanation-features { grid-area: features; width: calc(564px - 64px); margin: 16px 0 0 0; align-self: start; }
  .quote-feature-item { display: flex; align-items: flex-start; gap: 16px; margin: 0 0 18px 0; }
  .quote-feature-item:last-child { margin-bottom: 0; }
  .quote-feature-icon { width: 30px; height: 30px; background: rgba(1, 102, 255, 0.1); color: #0166FF; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 600; flex-shrink: 0; }
  .quote-feature-text { display: flex; align-items: center; }
  .quote-feature-text span { font-size: 18px; font-weight: 500; color: #1e293b; line-height: 1.4; }
  .quote-explanation-graphic { grid-area: graphic; width: calc(564px - 64px); display: flex; justify-content: flex-end; align-items: end; align-self: end; margin-top: 0; }
  .quote-graphic-image { max-width: 300px; max-height: 300px; width: auto; height: auto; object-fit: contain; }
  .quote-hero { padding: 48px 0 60px; }
  .quote-hero-content { padding: 0 24px; }
  .quote-hero-title { font-size: 32px; }
  .quote-hero-subtitle { font-size: 16px; }
  .quote-hero-description { font-size: 20px; }
  .quote-experts { padding: 30px 16px 10px 16px; }
  .quote-expert-image-container { width: 90px; height: 90px; }
  .quote-expert-name { margin: 2px 0 0px 0; }
  .quote-completion-count, .quote-expert-experience { font-size: 16px; line-height: 1.4; }
  .quote-premium-badge-container { left: 57px; top: 125px; }
  .quote-premium-badge { padding: 3px 5px; }
  .quote-partner-info-title { font-size: 18px; line-height: 1.4; }
  .quote-expert-badges { gap: 6px; }
  .quote-expert-actions { margin: 0 24px 28px 24px; width: calc(100% - 48px); gap: 10px; }
  .quote-expert-detail-btn, .quote-expert-chat-btn { padding: 10px 20px; font-size: 16px; min-height: 40px; }
  .quote-btn-icon { width: 18px; height: 18px; }
  .quote-premium-badge { padding: 3px 8px; font-size: 16px; line-height: 1.5; font-weight: 400; }
  .quote-expert-badge { padding: 3px 6px; line-height: 1.5; }
  .quote-badge-icon { width: 10px; height: 10px; }
  .quote-mobile-explanation { display: none; }
}
.divider.thick { height: 12px; }
.divider.thin { height: 3px; }
.divider.subtle { opacity: 0.5; }
/* ======================================== 결제 확인 모달 (단일 팝업) ======================================== */
.payment-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); display: none; align-items: center; justify-content: center; z-index: 10000; backdrop-filter: blur(4px); }
.payment-modal-dialog { width: calc(100% - 32px); max-width: 500px; margin: 0; background: var(--bg-primary, #FFFFFF); border-radius: var(--radius-lg, 16px); overflow: hidden; animation: modalSlideIn 0.25s cubic-bezier(0.4, 0, 0.2, 1) forwards; border: 1px solid var(--border-light, #E6E8EF); }
.payment-modal-content { display: flex; flex-direction: column; }
.payment-modal-header { padding: var(--space-32-40) var(--space-20-24) var(--space-12-16) var(--space-20-24); text-align: center; }
.payment-modal-header h3 { margin: 0; font-size: var(--fs-18-22, 20px); font-weight: 700; color: var(--primary, #0166FF); line-height: 1.4; }
.payment-modal-body { padding: var(--space-16-20) var(--space-20-24) var(--space-4-8) var(--space-20-24); }
.payment-feature { display: flex; align-items: center; gap: var(--space-12-16); padding: var(--space-14-18) var(--space-16-20); border: 1px solid var(--border-light, #E6E8EF); border-radius: var(--radius-md, 12px); background: var(--bg-secondary, #FAFAFA); margin-bottom: var(--space-12-16); }
.payment-feature .icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.payment-feature .icon img { width: 40px; height: 40px; display: block; }
.payment-feature .texts { display: flex; flex-direction: column; gap: 2px; }
.payment-feature .title { font-size: var(--fs-14-18, 16px); font-weight: 400; color: var(--text-primary, #1A1E27); line-height: 1.4; }
.payment-feature .desc { font-size: var(--fs-12-16, 14px); font-weight: 400; color: var(--text-secondary, #6D7788); line-height: 1.5; }
.payment-modal-footer { padding: var(--space-16-20) var(--space-16-20) var(--space-20-24) var(--space-16-20); display: flex; flex-direction: column; gap: var(--space-4-8); }
.payment-modal-button { background: var(--primary-10, #EAF3FF); color: var(--primary, #0166FF); border: none; padding: var(--space-14-18) var(--space-20-24); font-size: var(--fs-16-20, 16px); font-weight: 600; border-radius: var(--radius-md, 12px); cursor: pointer; transition: all 0.3s ease; width: 100%; }
.payment-modal-button:hover { background: var(--primary-20, #E3EFFF); transform: translateY(-1px); }
.payment-modal-button:active { transform: translateY(0); }
.payment-modal-button:disabled { background: var(--bg-tertiary, #F0F4F6); color: var(--text-tertiary, #B1B8C0); cursor: not-allowed; transform: none; }
.payment-modal-button.primary { background: var(--primary, #0166FF); color: #FFFFFF; }
.payment-modal-button.primary:hover { background: var(--primary-60, #5E9EFF); }
.payment-modal-button:focus-visible { outline: 2px solid var(--primary, #0166FF); outline-offset: 2px; }
.payment-modal-button.ghost { background: transparent; color: var(--text-secondary, #6D7788); font-size: var(--fs-14-18, 16px); }
.payment-modal-button.ghost:hover { background: var(--bg-secondary, #FAFAFA); }
.payment-modal-button.ghost:disabled { background: transparent; color: var(--text-tertiary, #B1B8C0); border-color: var(--border-light, #E6E8EF); }
.quote-request-summary { background: #ffffff; margin: 0; transition: all 0.3s ease; }
.quote-request-header { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background: #ffffff; transition: all 0.2s ease; }
.quote-request-header:hover { background: #fafbfc; }
.quote-request-header h3 { font-size: 16px; font-weight: 600; color: #121212; margin: 0; line-height: 1.4; }
.quote-request-toggle { display: flex; align-items: center; justify-content: center; width: 16px; height: 16px; transition: all 0.2s ease; }
.quote-request-header:hover .quote-request-toggle { opacity: 0.7; }
.quote-toggle-icon { width: 20px; height: 20px; transition: transform 0.3s ease; transform: rotate(0deg); }
.quote-toggle-icon.rotated { transform: rotate(180deg); }
.quote-request-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.quote-request-content.open { max-height: 500px; }
.quote-request-details { list-style: none; padding: 0 20px 20px; margin: 0; background: #ffffff; }
.quote-request-details li { display: flex; justify-content: space-between; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid #f1f3f5; font-size: 14px; line-height: 1.4; }
.quote-request-details li:last-child { border-bottom: none; }
.quote-detail-label { font-weight: 600; color: #121212; min-width: 80px; flex-shrink: 0; }
.quote-detail-value { font-weight: 400; color: #121212; text-align: right; flex: 1; margin-left: 12px; word-break: break-all; }
.quote-request-notice { background: #fff9e6; padding: 16px 20px; margin: 0; font-size: 12px; color: #856404; line-height: 1.4; text-align: center; border-top: 1px solid #f1f3f5; }
.quote-request-detail { margin-top: 14px; padding-top: 12px; border-top: 1px dashed #e7e7e7; }
.quote-request-detail-title { font-size: 16px; font-weight: 600; margin: 0 0 8px 0; color: #121212; }
.quote-request-detail-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.quote-request-detail-list .quote-detail-label { display: inline-block; min-width: 96px; color: #727585; }
.quote-request-detail-list .quote-detail-value { color: #121212; }
.quote-request-detail-list .quote-detail-memo .quote-detail-value { display: inline-block; white-space: pre-line; }
