* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 2560px) {
html {
    font-size: 18px;
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #f5f5f7;
  color: #1d1d1f;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  scrollbar-gutter: stable;
  overflow-y: scroll;
}

/* 고객접수 전용: 폼/버튼/알림 공통 (Index, Completed) */
.btn:focus, .btn:active:focus, .form-control:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #0071e3;
  outline: none;
}

.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1d1d1f;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  color: #1d1d1f;
  background-color: #f5f5f7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  transition: all 0.2s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.form-control:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #0071e3;
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.1);
}

.form-control:read-only,
.form-control:disabled {
  background-color: #f5f5f7;
  color: #86868b;
  cursor: not-allowed;
  opacity: 0.6;
}

.form-control::placeholder {
  color: #86868b;
}

.text-danger {
  color: #ff3b30;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
  display: block;
}

.alert {
  padding: 1rem 1.5rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  font-size: 0.9375rem;
}

.alert-success {
  background-color: #d1f2eb;
  color: #006644;
  border: 1px solid #00c896;
}

.alert-warning {
  background-color: #fff4e5;
  color: #8b5a00;
  border: 1px solid #ffb020;
}

.alert-error {
  background-color: #ffe5e5;
  color: #8b0000;
  border: 1px solid #ff3b30;
}

.btn-primary,
.btn-secondary {
  padding: 0.75rem 2rem;
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.01em;
}

.btn-primary {
  background-color: #27AE60;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #229954;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
}

.btn-primary:focus,
.btn-primary:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.3);
}

.btn-secondary {
  background-color: #f5f5f7;
  color: #1d1d1f;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.btn-secondary:hover {
  background-color: #e8e8ed;
  text-decoration: none;
  color: #1d1d1f;
}

.btn-secondary:focus,
.btn-secondary:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* 보다나 AS 서비스 신청 페이지 스타일 */
.vodana-as-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
}

.as-header-section {
  margin-bottom: 3rem;
}

.as-header-line {
  height: 4px;
  background: linear-gradient(90deg, #ff69b4, #ff1493);
  margin-bottom: 2rem;
  border-radius: 2px;
}

.as-header-table-container {
  width: 100%;
}

.as-header-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.as-header-table td {
  padding: 0;
  border: none;
  vertical-align: top;
}

.as-main-title-cell {
  padding: 2rem 2rem 1.5rem 2rem !important;
}

.as-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1d1d1f;
  margin: 0;
  letter-spacing: -0.02em;
}

.as-slogan-cell {
  padding: 0 2rem 2rem 2rem !important;
}

.slogan-english {
  font-size: 1.125rem;
  color: #ff69b4;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
}

.slogan-korean {
  font-size: 1rem;
  color: #ff69b4;
  font-weight: 400;
  margin: 0;
}

.as-intro-cell {
  padding: 0 2rem 2rem 2rem !important;
  line-height: 1.8;
}

.as-intro-cell p {
  margin: 0 0 1rem 0;
  color: #1d1d1f;
  font-size: 1rem;
}

.as-intro-cell p:last-child {
  margin-bottom: 0;
}

.as-timestamp-cell {
  padding: 1rem 2rem 2rem 2rem !important;
}

.as-timestamp-cell span {
  display: inline-block;
  padding: 1rem 1.5rem;
  background-color: #f5f5f7;
  border-radius: 12px;
  color: #86868b;
  font-size: 0.875rem;
}

.as-section {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
}

.required-response-label {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  color: #ff3b30;
  font-size: 0.875rem;
  font-weight: 500;
}

.as-section-header h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.required-asterisk {
  color: #ff3b30;
  margin-right: 0.25rem;
}

.section-note {
  font-size: 0.875rem;
  color: #6e6e73;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.as-criteria-box {
  background-color: #f5f5f7;
  border-radius: 12px;
  padding: 2rem;
}

.criteria-section {
  margin-bottom: 2rem;
}

.criteria-section:last-child {
  margin-bottom: 0;
}

.criteria-section h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 1rem;
}

.criteria-section h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

.criteria-item {
  margin-bottom: 1.5rem;
}

.criteria-item p {
  margin-bottom: 0.5rem;
  color: #1d1d1f;
  line-height: 1.6;
}

.process-flow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.process-flow span {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
}

.criteria-list {
  list-style: none;
  padding-left: 1.5rem;
  margin: 0;
}

.criteria-list li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem !important;
  position: relative;
  line-height: 1.6;
  color: #1d1d1f;
}

.criteria-list li:before {
  content: "•";
  position: absolute;
  left: 0 !important;
  color: #1d1d1f;
}

ul:not(.criteria-list):not(.shipping-numbered-list) {
  padding-left: 1.5rem;
}

ul:not(.criteria-list):not(.shipping-numbered-list) li {
  padding-left: 1.5rem;
}

.shipping-numbered-list ul.criteria-list {
  padding-left: 1.5rem;
}

.criteria-section > p {
  padding-left: 1.5rem;
}

.shipping-info-item h4 strong.highlight-red {
  color: #ff3b30 !important;
}

.required-note,
.optional-note {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.highlight-red {
  color: #ff3b30;
  font-weight: 600;
}

.highlight-pink {
  color: #ff69b4;
  font-weight: 500;
}

.important-notice {
  background-color: #fff5f5;
  border-left: 4px solid #ff3b30;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: 8px;
}

.important-notice p {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.important-notice ul {
  margin-top: 0.75rem;
}

.agreement-checkbox {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 12px;
  border: 2px solid #d2d2d7;
}

.agreement-checkbox label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  font-size: 1rem;
  color: #1d1d1f;
}

.agreement-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #0071e3;
}

.purchase-place-warning {
  background-color: #fff5f5;
  border-left: 4px solid #ff3b30;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 8px;
}

.purchase-place-warning h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 0.75rem;
}

.purchase-place-warning p {
  margin-bottom: 0.75rem;
  line-height: 1.6;
  color: #1d1d1f;
}

.purchase-place-warning ul {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0;
}

.purchase-place-warning ul li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.purchase-place-warning ul li:before {
  content: "??;
  position: absolute;
  left: 0;
  color: #1d1d1f;
}

.purchase-place-warning .note {
  font-size: 0.875rem;
  color: #6e6e73;
  margin-top: 0.75rem;
}

.warning-note {
  background-color: #fff5f5;
  padding: 1rem;
  border-radius: 8px;
  margin-top: 0.75rem;
  line-height: 1.6;
}

.proof-criteria {
  background-color: #f5f5f7;
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

.proof-criteria h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 0.75rem;
  margin-top: 1rem;
}

.proof-criteria h4:first-child {
  margin-top: 0;
}

.proof-criteria ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.proof-criteria ul li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: #1d1d1f;
}

.proof-criteria ul li:before {
  content: "??;
  position: absolute;
  left: 0;
  color: #1d1d1f;
}

.proof-example-section {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.proof-example-section h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 1rem;
}

.proof-example-image {
  background-color: #f5f5f7;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  border: 2px dashed #d2d2d7;
}

.example-thumbnail {
  max-width: 150px;
  max-height: 200px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.example-thumbnail:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.example-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.example-modal-overlay.active {
  display: flex;
}

.example-modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.example-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  color: #1d1d1f;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  z-index: 10001;
}

.example-modal-close:hover {
  background-color: #f5f5f7;
}

.example-modal-image {
  max-width: 100%;
  max-height: calc(90vh - 4rem);
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

.file-upload-area {
  margin-top: 1rem;
}

.btn-file-upload {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #ffffff;
  border: 2px solid #d2d2d7;
  border-radius: 12px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1d1d1f;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.btn-file-upload:hover {
  background-color: #f5f5f7;
  border-color: #0071e3;
}

.file-info {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #6e6e73;
}

.file-info p {
  margin-bottom: 0.25rem;
}

.file-list {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background-color: #f5f5f7;
  border-radius: 8px;
  font-size: 0.875rem;
}

.btn-remove-file {
  background: none;
  border: none;
  color: #ff3b30;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.btn-remove-file:hover {
  background-color: rgba(255, 59, 48, 0.1);
}

.product-selection-info {
  background-color: #f5f5f7;
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

.product-selection-info h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 0.75rem;
  margin-top: 1rem;
}

.product-selection-info h4:first-child {
  margin-top: 0;
}

.product-selection-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-selection-info ul li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: #1d1d1f;
}

.product-selection-info ul li:before {
  content: "??;
  position: absolute;
  left: 0;
  color: #1d1d1f;
}

.product-category-section {
  margin-top: 1.5rem;
}

.product-category-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.btn-product-category {
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 12px;
  border: 2px solid #d2d2d7;
  background-color: #ffffff;
  color: #1d1d1f;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  white-space: nowrap;
}

.btn-product-category:hover {
  background-color: #f5f5f7;
  border-color: #0071e3;
}

.btn-product-category.active {
  background-color: #0071e3;
  color: #ffffff;
  border-color: #0071e3;
}

.product-model-list {
  margin-top: 1.5rem;
}

.model-radio-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.model-radio-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  background-color: #f5f5f7;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.model-radio-label:hover {
  background-color: #e8e8ed;
}

.model-radio-label input[type="radio"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #0071e3;
}

.model-radio-label input[type="radio"]:checked + span {
  font-weight: 600;
  color: #0071e3;
}

.single-voltage-notice {
  background-color: #f5f5f7;
  padding: 1.5rem;
  border-radius: 12px;
}

.single-voltage-notice p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #1d1d1f;
}

.single-voltage-notice ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.single-voltage-notice ul li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: #1d1d1f;
}

.single-voltage-notice ul li:before {
  content: "??;
  position: absolute;
  left: 0;
  color: #6e6e73;
}

.confirmation-question {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #1d1d1f;
}

.form-actions {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.btn-submit {
  padding: 1rem 3rem;
  font-size: 1.125rem;
  font-weight: 600;
  background-color: #0071e3;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.btn-submit:hover {
  background-color: #0077ed;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 113, 227, 0.3);
}

.btn-submit:active {
  transform: translateY(0);
}

.btn-submit-pink {
  padding: 1rem 3rem;
  font-size: 1.125rem;
  font-weight: 600;
  background-color: #ff69b4;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  max-width: 400px;
}

.btn-submit-pink:hover {
  background-color: #ff1493;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 105, 180, 0.3);
}

.btn-submit-pink:active {
  transform: translateY(0);
}

.symptom-info-box {
  background-color: #f5f5f7;
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

.symptom-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.symptom-checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  background-color: #f5f5f7;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.symptom-checkbox-label:hover {
  background-color: #e8e8ed;
}

.symptom-checkbox-label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #0071e3;
}

.symptom-checkbox-label input[type="checkbox"]:checked + span {
  font-weight: 600;
  color: #0071e3;
}

.add-product-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid #d2d2d7;
  text-align: center;
}

.btn-add-product {
  padding: 0.875rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  background-color: #ffffff;
  color: #0071e3;
  border: 2px solid #0071e3;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.btn-add-product:hover {
  background-color: #0071e3;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 113, 227, 0.3);
}

.btn-add-product:active {
  transform: translateY(0);
}

.add-product-note {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #6e6e73;
  line-height: 1.6;
}

.added-products-list {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: #f5f5f7;
  border-radius: 12px;
}

.added-products-list h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 1rem;
}

#addedProductsContainer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.added-product-item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 1.25rem;
  border: 2px solid #d2d2d7;
}

.added-product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e8e8ed;
}

.added-product-header strong {
  font-size: 1rem;
  color: #1d1d1f;
}

.btn-remove-product {
  background: none;
  border: none;
  color: #ff3b30;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.btn-remove-product:hover {
  background-color: rgba(255, 59, 48, 0.1);
}

.added-product-symptoms {
  font-size: 0.875rem;
  color: #1d1d1f;
}

.added-product-symptoms strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #1d1d1f;
}

.added-product-symptoms ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.added-product-symptoms ul li {
  padding: 0.375rem 0.75rem;
  background-color: #e8e8ed;
  border-radius: 8px;
  color: #1d1d1f;
}

.btn-add-product:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.shipping-info-box {
  margin-bottom: 1.5rem;
}

.shipping-info-item {
  margin-bottom: 1.5rem;
}

.shipping-info-item h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.shipping-info-item h4 strong {
  color: #1d1d1f;
}

.shipping-numbered-list {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-top: 0.75rem;
}

.shipping-numbered-list li {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #1d1d1f;
}

.diagnostic-cost-notice {
  background-color: #f5f5f7;
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

.diagnostic-cost-notice p {
  line-height: 1.6;
  color: #1d1d1f;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.radio-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  background-color: #f5f5f7;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.radio-label:hover {
  background-color: #e8e8ed;
}

.radio-label input[type="radio"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #0071e3;
}

.radio-label input[type="radio"]:checked + span {
  font-weight: 600;
  color: #0071e3;
}

.confirmation-notice-box {
  background-color: #f5f5f7;
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

.confirmation-notice-box p {
  line-height: 1.6;
  color: #1d1d1f;
}

.privacy-info-box {
  background-color: #f5f5f7;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.privacy-info-row {
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid #d2d2d7;
}

.privacy-info-row:last-child {
  border-bottom: none;
}

.privacy-label {
  font-weight: 600;
  color: #1d1d1f;
  min-width: 180px;
  flex-shrink: 0;
}

.privacy-value {
  color: #1d1d1f;
  flex: 1;
}

@media (min-width: 2560px) {
  .vodana-as-container {
    max-width: 1200px;
  }
  
  .as-main-title {
    font-size: 3rem;
  }
  
  .as-section {
    padding: 2.5rem;
  }
}

/* 怨좉컼?묒닔(VodanaAS) 紐⑤컮??諛섏쓳?? 醫곸? ?붾㈃?먯꽌 ?⑤뵫쨌?고듃 議곗젙?쇰줈 媛?대뜲 ?뺣젹쨌媛?낆꽦 ?좎? */
@media (max-width: 768px) {
  .vodana-as-container {
    padding: 1rem;
    max-width: 100%;
    box-sizing: border-box;
  }

  .as-header-section {
    margin-bottom: 2rem;
  }

  .as-header-line {
    margin-bottom: 1.5rem;
  }

  .as-main-title-cell {
    padding: 1.25rem 1rem 1rem 1rem !important;
  }

  .as-main-title {
    font-size: 1.5rem;
    word-break: keep-all;
  }

  .as-slogan-cell {
    padding: 0 1rem 1rem 1rem !important;
  }

  .slogan-english {
    font-size: 1rem;
  }

  .slogan-korean {
    font-size: 0.9375rem;
  }

  .as-intro-cell {
    padding: 0 1rem 1.5rem 1rem !important;
  }

  .as-intro-cell p {
    font-size: 0.9375rem;
  }

  .as-timestamp-cell {
    padding: 1rem !important;
  }

  .as-section {
    padding: 1.25rem 1rem;
    margin-bottom: 1.5rem;
    border-radius: 14px;
  }

  .required-response-label {
    top: 0.75rem;
    right: 1rem;
    font-size: 0.8125rem;
  }

  .as-section-header h2 {
    font-size: 1.125rem;
    padding-right: 5rem;
    word-break: keep-all;
  }

  .section-note {
    font-size: 0.8125rem;
    margin-bottom: 1rem;
  }

  .as-criteria-box {
    padding: 1.25rem 1rem;
    border-radius: 10px;
  }

  .criteria-section {
    margin-bottom: 1.5rem;
  }

  .criteria-section h3 {
    font-size: 1rem;
  }

  .criteria-section h4 {
    font-size: 0.9375rem;
  }

  .process-flow {
    gap: 0.35rem;
  }

  .process-flow span {
    padding: 0.4rem 0.75rem;
    font-size: 0.8125rem;
  }

  .agreement-checkbox {
    padding: 1rem;
    margin-top: 1.5rem;
  }

  .purchase-place-warning,
  .proof-criteria {
    padding: 1rem;
  }

  .vodana-as-container .form-control {
    box-sizing: border-box;
  }

  /* 媛쒖씤?뺣낫 ?섏쭛 ?숈쓽: 醫곸? ?붾㈃?먯꽌 ?쇰꺼/媛??몃줈 諛곗튂 */
  .privacy-info-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    padding: 0.75rem 0;
  }

  .privacy-label {
    min-width: unset;
  }

  .privacy-value {
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .vodana-as-container {
    padding: 0.75rem;
  }

  .as-main-title-cell {
    padding: 1rem 0.75rem !important;
  }

  .as-main-title {
    font-size: 1.375rem;
  }

  .as-section {
    padding: 1rem 0.75rem;
  }

  .as-section-header h2 {
    font-size: 1rem;
  }

  .as-criteria-box {
    padding: 1rem 0.75rem;
  }
}

/* 접수 완료 페이지 (Completed) */
.vodana-as-container.completed-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 2rem;
}

.completed-content {
  text-align: center;
}

.completed-icon-wrap {
  margin-bottom: 2rem;
}

.completed-icon-wrap svg {
  margin: 0 auto 1.5rem;
  display: block;
}

.completed-title {
  font-size: 2rem;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

.completed-message {
  font-size: 1.125rem;
  color: #86868b;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.completed-next-steps {
  background-color: #f5f5f7;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  text-align: left;
}

.completed-next-steps h2 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 1rem;
}

.completed-next-steps ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #1d1d1f;
  line-height: 2;
}

.completed-next-steps li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}

.completed-next-steps li:last-child {
  margin-bottom: 0;
}

.completed-step-num {
  position: absolute;
  left: 0;
  color: #0071e3;
}

.completed-page .btn-primary {
  background-color: #0071e3;
  color: #ffffff;
}

.completed-page .btn-primary:hover {
  background-color: #0077ed;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 113, 227, 0.3);
}

.completed-page .btn-secondary:hover {
  background-color: #e8e8ed;
  transform: translateY(-1px);
}

.repair-register-form-container {
