.page-price .usage-flow {
  background: #f8fdfc;
}

.page-price .usage-flow .flow-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.page-price .usage-flow .flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-price .usage-flow .flow-step .step-number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0abab5, rgb(16.6163265306, 242.1836734694, 235.7755102041));
  color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.page-price .usage-flow .flow-step .step-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: white;
  padding: 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(10, 186, 181, 0.1);
}

.page-price .usage-flow .flow-step .step-content h3 {
  color: #0abab5;
  margin-bottom: 15px;
  font-size: 20px;
}

.page-price .usage-flow .flow-step .step-content .contact-methods {
  margin-top: 15px;
}

.page-price .usage-flow .flow-step .step-content .contact-methods .contact-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.page-price .usage-flow .flow-step .step-content .contact-methods .contact-item .contact-label {
  font-weight: 600;
  color: #0abab5;
}

.page-price .usage-flow .flow-step .step-content .contact-methods .contact-item .contact-link {
  color: #0abab5;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-price .usage-flow .flow-step .step-content .contact-methods .contact-item .contact-link:hover {
  text-decoration: underline;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.page-price .usage-flow .flow-step .step-content .contact-methods .contact-item .contact-time {
  color: #4a5568;
  font-size: 14px;
}

.page-price .usage-flow .flow-step .step-content ul {
  margin: 0;
  padding-left: 20px;
}

.page-price .usage-flow .flow-step .step-content ul li {
  margin-bottom: 8px;
  line-height: 1.7;
}

.page-price .usage-flow .flow-step .step-content ul li:last-child {
  margin-bottom: 0;
}

.page-price .faq-section .section-header h3 {
  color: #4a5568;
  font-size: 20px;
  margin-top: 10px;
}

.page-price .faq-section .faq-intro {
  background: #fff9f0;
  padding: 25px;
  border-radius: 10px;
  border-left: 4px solid #ff9800;
  margin-bottom: 40px;
}

.page-price .faq-section .certificate-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 40px;
}

.page-price .faq-section .certificate-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-price .faq-section .certificate-step .step-number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #4caf50, rgb(110.5378486056, 192.2621513944, 113.8398406375));
  color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}

.page-price .faq-section .certificate-step .step-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-price .faq-section .certificate-step .step-content h4 {
  color: #4caf50;
  margin-bottom: 10px;
  font-size: 18px;
}

.page-price .faq-section .certificate-step .step-content ul {
  margin: 0;
  padding-left: 18px;
}

.page-price .faq-section .certificate-step .step-content ul li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.page-price .faq-section .certificate-step .step-content ul li:last-child {
  margin-bottom: 0;
}

.page-price .faq-section .notes {
  background: #f0f8ff;
  padding: 25px;
  border-radius: 10px;
  border-left: 4px solid #2196f3;
}

.page-price .faq-section .notes p {
  margin-bottom: 12px;
}

.page-price .faq-section .notes p:last-child {
  margin-bottom: 0;
}

.page-price .faq-section .notes p strong {
  color: #2196f3;
  font-weight: 700;
}

.page-price .pricing-system {
  background: #f8fdfc;
}

.page-price .calculation-method .price-table,
.page-price .unit-calculation .price-table {
  text-align: center;
  margin-bottom: 30px;
}

.page-price .calculation-method .price-table .price-image,
.page-price .unit-calculation .price-table .price-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.page-price .calculation-method .price-table .note,
.page-price .unit-calculation .price-table .note {
  margin-top: 15px;
  color: #666666;
  font-size: 14px;
}

.page-price .unit-calculation .calculation-explanation .example-box {
  background: #fff3cd;
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #ff9800;
  margin: 20px 0;
}

.page-price .unit-calculation .calculation-explanation .example-box h4 {
  color: #ff9800;
  margin-bottom: 10px;
  font-size: 16px;
}

.page-price .unit-calculation .calculation-explanation .example-box p {
  margin: 0;
  line-height: 1.7;
}

.page-price .unit-calculation .calculation-explanation .important-note {
  background: #ffe8e8;
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #f44336;
  margin-top: 25px;
}

.page-price .unit-calculation .calculation-explanation .important-note p {
  margin-bottom: 10px;
}

.page-price .unit-calculation .calculation-explanation .important-note p:last-child {
  margin-bottom: 0;
}

.page-price .unit-calculation .calculation-explanation .important-note p strong {
  color: #f44336;
}

@media screen and (max-width: 1152px) {
  .page-price .usage-flow .flow-step {
    gap: 25px;
  }

  .page-price .usage-flow .flow-step .step-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .page-price .usage-flow .flow-step .step-content {
    padding: 25px;
  }

  .page-price .usage-flow .flow-step .step-content h3 {
    font-size: 18px;
  }

  .page-price .faq-section .section-header h3 {
    font-size: 18px;
  }

  .page-price .faq-section .faq-intro {
    padding: 20px;
    margin-bottom: 30px;
  }

  .page-price .faq-section .certificate-step .step-content h4 {
    font-size: 16px;
  }

  .page-price .faq-section .notes {
    padding: 20px;
  }
}

@media screen and (max-width: 490px) {
  .page-price .usage-flow .flow-steps {
    gap: 30px;
  }

  .page-price .usage-flow .flow-step {
    gap: 20px;
  }

  .page-price .usage-flow .flow-step .step-number {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .page-price .usage-flow .flow-step .step-content {
    padding: 20px;
  }

  .page-price .usage-flow .flow-step .step-content h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .page-price .usage-flow .flow-step .step-content .contact-methods .contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
  }

  .page-price .usage-flow .flow-step .step-content .contact-methods .contact-item .contact-time {
    font-size: 13px;
  }

  .page-price .usage-flow .flow-step .step-content ul li {
    margin-bottom: 6px;
  }

  .page-price .faq-section .section-header h3 {
    font-size: 16px;
  }

  .page-price .faq-section .faq-intro {
    padding: 15px;
    margin-bottom: 25px;
  }

  .page-price .faq-section .certificate-steps {
    gap: 20px;
    margin-bottom: 30px;
  }

  .page-price .faq-section .certificate-step {
    gap: 15px;
  }

  .page-price .faq-section .certificate-step .step-number {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .page-price .faq-section .certificate-step .step-content h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .page-price .faq-section .notes {
    padding: 15px;
  }

  .page-price .calculation-method .price-table,
  .page-price .unit-calculation .price-table {
    margin-bottom: 25px;
  }

  .page-price .calculation-method .price-table .note,
  .page-price .unit-calculation .price-table .note {
    font-size: 13px;
    margin-top: 12px;
  }

  .page-price .unit-calculation .calculation-explanation .example-box {
    padding: 15px;
    margin: 15px 0;
  }

  .page-price .unit-calculation .calculation-explanation .example-box h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .page-price .unit-calculation .calculation-explanation .important-note {
    padding: 15px;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=page-price.css.map */