.elementor-3583 .elementor-element.elementor-element-40a4954{--display:flex;}/* Start custom CSS for html, class: .elementor-element-12abc38 */.prices-section {
  padding: 60px 20px;
  background: #fff;
  font-family: inherit;
}

.prices-container {
  max-width: 1180px;
  margin: 0 auto;
}

.prices-header {
  text-align: center;
  margin-bottom: 48px;
}

.prices-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #0057a8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.prices-title {
  font-size: 42px;
  line-height: 1.15;
  margin: 0;
  color: #101820;
}

.prices-subtitle {
  margin: 16px auto 0;
  max-width: 740px;
  color: #5c6670;
  font-size: 17px;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.price-card {
  background: #f6f9fc;
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 18px 45px rgba(10, 35, 66, 0.08);
  border: 1px solid rgba(0, 87, 168, 0.08);
}

.price-card h3 {
  margin: 0 0 14px;
  font-size: 17px;
  color: #101820;
}

.price-value {
  font-size: 34px;
  font-weight: 800;
  color: #0057a8;
  margin-bottom: 12px;
}

.price-card p {
  margin: 0;
  color: #68727d;
  font-size: 12px;
  line-height: 1.5;
}

.surcharge-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.surcharge-card {
  border-radius: 28px;
  padding: 34px;
  background: #101820;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.surcharge-card.blue {
  background: linear-gradient(135deg, #0057a8, #003c75);
}

.surcharge-card.dark {
  background: linear-gradient(135deg, #101820, #1f2d3a);
}

.surcharge-percent {
  font-size: 52px;
  font-weight: 900;
  margin-bottom: 8px;
}

.surcharge-card h3 {
  margin: 0 0 22px;
  font-size: 22px;
}

.surcharge-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.surcharge-card li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,0.16);
  font-size: 15px;
}

.info-banner {
  margin-top: 28px;
  padding: 24px 30px;
  background: #eaf4ff;
  border-left: 5px solid #0057a8;
  border-radius: 18px;
  color: #1d3348;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 900px) {
  .price-grid,
  .surcharge-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .prices-title {
    font-size: 32px;
  }

  .price-grid,
  .surcharge-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */