.elementor-22 .elementor-element.elementor-element-cbac00f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-8a852b6 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: #374151;
  background-color: #fafaf9;
}

.container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-content {
  max-width: 56rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  flex: 1;
}

.main-title {
  font-size: 2.25rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 0.5rem;
}

.subtitle {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 3rem;
}

.section {
  margin-bottom: 3rem;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1.5rem;
}

.text-content {
  color: #374151;
  line-height: 1.6;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

/* Price List */
.price-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.price-item {
  border-left: 4px solid;
  padding-left: 1.5rem;
}

.price-item.border-gray {
  border-left-color: #d1d5db;
}

.price-item.border-dark {
  border-left-color: #111827;
}

.price-item.border-medium {
  border-left-color: #9ca3af;
}

.price-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
}

.price-label {
  color: #374151;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.price-description {
  color: #6b7280;
  font-size: 0.875rem;
}

/* Model List */
.model-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.model-item {
  background-color: white;
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
}

.model-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
}

.model-example {
  color: #6b7280;
  font-size: 0.875rem;
}

/* Factors List */
.factors-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.factor-title {
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.25rem;
}

/* Cost Table */
.cost-table {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cost-row {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e5e7eb;
}

.cost-label {
  color: #111827;
}

.cost-value {
  color: #374151;
}

/* Info Blocks */
.info-blocks {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info-title {
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
}

.payment-list {
  list-style-type: disc;
  list-style-position: inside;
  color: #374151;
  margin-left: 1rem;
}

.payment-list li {
  margin-bottom: 0.25rem;
}

/* Tips List */
.tips-list {
  list-style-type: none;
  color: #374151;
}

.tips-list li {
  margin-bottom: 0.5rem;
}

.tips-list li::before {
  content: "• ";
  margin-right: 0.5rem;
}

/* Example Box */
.example-box {
  background-color: white;
  border: 1px solid #d1d5db;
  padding: 1.5rem;
}

.example-title {
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
}

.calculation {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.calc-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.calc-label {
  color: #374151;
}

.calc-value {
  color: #111827;
}

.calc-total {
  border-top: 1px solid #d1d5db;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  font-weight: 600;
}

.example-note {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 1rem;
}

/* FAQ List */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  margin-bottom: 0.5rem;
}

.faq-question {
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.25rem;
}

/* Footer */
.footer {
  border-top: 1px solid #e5e7eb;
  padding: 2rem;
  text-align: center;
  font-size: 0.875rem;
  color: #6b7280;
}

/* Responsive */
@media (max-width: 640px) {
  .main-content {
    padding: 2rem 1rem;
  }

  .main-title {
    font-size: 1.875rem;
  }

  .section-title {
    font-size: 1.25rem;
  }

  .calc-row {
    flex-direction: column;
    gap: 0.25rem;
  }

  .cost-row {
    flex-direction: column;
    gap: 0.25rem;
  }
}/* End custom CSS */