.elementor-section .elementor-container {
    flex-wrap: wrap;
}

/* ========================================
   PRICING CARDS — покращений CSS
   Замінює стилі eael-pricing та картки
   ======================================== */

/* === Зовнішня обгортка секції === */

.elementor-inner-column {
  display: flex;
  flex-direction: column;
}

/* === Базова карточка === */
.eael-pricing.style-1 {
  background: #ffffff;
  border-radius: 20px;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  padding: 30px 25px 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.eael-pricing.style-1::before {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  width: 72px;
  height: 56px;
  background-image: radial-gradient(circle, #6B4FD8 1px, transparent 1px);
  background-size: 8px 8px;
  opacity: 0.07;
  pointer-events: none;
}

.eael-pricing.style-1:hover {
  transform: translateY(-4px);
}

.eael-pricing-item {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* === Заголовок === */
.eael-pricing.style-1 .header {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: none;
}

.eael-pricing.style-1 .header .title {
  font-size: 18px;
  font-weight: 500;
  color: #1a1a2e;
  line-height: 1.3;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* === Блок ціни === */
.eael-pricing.style-1 .eael-pricing-tag {
  text-align: center;
  margin-bottom: 24px;
}

.eael-pricing.style-1 .price-tag {
  display: block;
}

.eael-pricing.style-1 .original-price {
  font-size: 42px;
  font-weight: 500;
  color: #6B4FD8;
  line-height: 1;
}

.eael-pricing.style-1 .price-currency {
  font-size: 16px;
  font-weight: 400;
  color: #7a7a9a;
}

.eael-pricing.style-1 .price-period {
  display: block;
  font-size: 14px;
  color: #7a7a9a;
  margin-top: 6px;
}

/* === Роздільник === */
.eael-header-devider .eael-pricing-tag::after {
  content: '';
  display: block;
  height: 0.5px;
  background: rgba(0, 0, 0, 0.08);
  margin: 20px 0 0;
}

/* === Тіло зі списком === */
.eael-pricing.style-1 .body {
  flex: 1;
  margin-bottom: 28px;
}

.eael-pricing.style-1 .body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Перший пункт — заголовок списку */
.eael-pricing.style-1 .body ul li:first-child {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9a9ab0;
  margin-bottom: 4px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.07);
}

.eael-pricing.style-1 .body ul li:first-child .li-icon svg {
  display: none;
}

.eael-pricing.style-1 .body ul li:first-child strong {
  font-weight: 500;
}

/* Решта пунктів */
.eael-pricing-item-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #4a4a6a;
  line-height: 1.4;
}

.eael-pricing-item-feature .li-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eael-pricing-item-feature .li-icon svg {
  width: 14px;
  height: 14px;
  fill: #6B4FD8;
}

/* Іконка списку (перший пункт) */
.eael-pricing-item-feature .e-fas-list-alt {
  fill: #22C77A;
}

/* === Кнопка === */
.eael-pricing.style-1 .footer {
  margin-top: auto;
}

.eael-pricing-button {
  display: block;
  width: 100%;
  padding: 14px;
  border-radius: 50px;
  background: #6B4FD8;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease;
}

.eael-pricing-button:hover {
  background: #5A3EC7;
  transform: scale(0.99);
  color: #ffffff !important;
  text-decoration: none;
}

/* ========================================
   ВИДІЛЕНА ЦЕНТРАЛЬНА КАРТОЧКА
   Застосуйте клас .featured до середньої
   колонки: elementor-element-5f994a8d
   ======================================== */

.elementor-element-5f994a8d .eael-pricing.style-1 {
  background: #6B4FD8;
  border: none;
}

.elementor-element-5f994a8d .eael-pricing.style-1::before {
  background-image: radial-gradient(circle, #ffffff 1px, transparent 1px);
  opacity: 0.12;
}



.elementor-element-5f994a8d .header .title {
  color: #e8e2ff;
}

.elementor-element-5f994a8d .original-price {
  color: #ffffff;
}

.elementor-element-5f994a8d .price-currency,
.elementor-element-5f994a8d .price-period {
  color: #c4b8ff;
}

.elementor-element-5f994a8d .eael-header-devider .eael-pricing-tag::after {
  background: rgba(255, 255, 255, 0.2);
}

.elementor-element-5f994a8d .body ul li:first-child {
  color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.elementor-element-5f994a8d .eael-pricing-item-feature {
  color: rgba(255, 255, 255, 0.9);
}

.elementor-element-5f994a8d .eael-pricing-item-feature .li-icon svg {
  fill: #b8f0d8;
}

.elementor-element-5f994a8d .eael-pricing-button {
  background: #ffffff;
     font-family: "Montserrat Alternates", Sans-serif;
}

.elementor-element-5f994a8d .eael-pricing-button:hover {
  background: #f0ecff;
  color: #6B4FD8 !important;
}

/* === Декоративні зображення (паттерн) === */
.elementor-widget-image {
  opacity: 0;
  pointer-events: none;
}

.eael-pricing .eael-pricing-item ul li.eael-pricing-item-feature {
    justify-content: left!important;
}