body#prices-drop #left-column {
  display: none !important;
}

body#prices-drop #center-column {
  flex: 0 0 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

body#prices-drop .columns-container > .row {
  justify-content: center !important;
}

body#prices-drop .columns-container.container {
  max-width: 1320px !important;
}

.la-promo-header {
  display: grid;
  grid-template-columns: minmax(300px, .55fr) minmax(0, 1.45fr);
  align-items: center;
  gap: 14px 30px;
  overflow: hidden;
  margin: 0;
  padding: 20px 24px 18px;
  border: 1px solid #e1e8f3;
  border-top: 5px solid #0364ff;
  border-radius: 20px 20px 0 0;
  background:
    radial-gradient(circle at 92% 10%, rgba(3, 100, 255, .08), transparent 28%),
    #fff;
  box-shadow: 0 9px 24px rgba(40, 58, 107, .055);
}

.la-promo-header__title {
  min-width: 0;
}

.la-promo-eyebrow {
  display: block;
  margin: 0 0 7px;
  color: #0364ff;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.la-promo-header .page-title-section {
  margin: 0;
  color: #283a6b;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.035em;
}

.la-promo-hero,
.la-promo-lead {
  min-width: 0;
  margin: 0;
}

.la-promo-lead {
  max-width: 900px;
  color: #2f3746;
  font-size: clamp(.98rem, 1.35vw, 1.12rem);
  line-height: 1.52;
}

.la-promo-lead strong {
  color: #283a6b;
}

.la-promo-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.la-promo-benefits li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 5px 11px 5px 7px;
  border: 1px solid #dfe7f3;
  border-radius: 999px;
  background: #f7f9fc;
  color: #283a6b;
  font-size: .84rem;
  font-weight: 700;
}

.la-promo-benefits li::before {
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-right: 7px;
  border-radius: 50%;
  background: #e7f0ff;
  color: #0364ff;
  font-size: .72rem;
  font-weight: 900;
  content: '✓';
}

body#prices-drop #js-product-list-top .products__selection {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: center !important;
  gap: 8px 12px !important;
  margin: 0 0 20px !important;
  padding: 10px 13px !important;
  border: 1px solid #e1e8f3 !important;
  border-top: 0 !important;
  border-radius: 0 0 15px 15px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(40, 58, 107, .05) !important;
}

body#prices-drop #js-product-list .products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body#prices-drop #js-product-list .product-miniature {
  min-width: 0;
}

body#prices-drop #js-product-list .product-miniature__inner {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e4eaf4;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(40, 58, 107, .075);
  transition: transform .22s ease, box-shadow .22s ease;
}

body#prices-drop #js-product-list .product-miniature__inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(40, 58, 107, .12);
}

.la-promo-content {
  margin: clamp(42px, 6vw, 74px) 0 24px;
}

.la-promo-section {
  margin-top: 24px;
  padding: clamp(25px, 4vw, 42px);
  border: 1px solid #e2e9f4;
  border-radius: 24px;
  background: #fff;
}

.la-promo-section--tint {
  background: #f4f7fc;
}

.la-promo-section h2 {
  max-width: 900px;
  margin: 0 0 14px;
  color: #283a6b;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.18;
  letter-spacing: -.025em;
}

.la-promo-section h3 {
  margin: 0 0 9px;
  color: #283a6b;
  font-size: 1.08rem;
}

.la-promo-intro {
  max-width: 900px;
  margin: 0;
  color: #586174;
  font-size: 1.01rem;
  line-height: 1.72;
}

.la-promo-card-grid,
.la-promo-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.la-promo-card {
  padding: 20px;
  border: 1px solid #e1e8f3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(40, 58, 107, .045);
}

.la-promo-card__number {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 13px;
  border-radius: 11px;
  background: #e7f0ff;
  color: #0364ff;
  font-weight: 900;
}

.la-promo-card p {
  margin: 0;
  color: #5c6473;
  line-height: 1.62;
}

.la-promo-links a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px;
  border: 1px solid #dce6f4;
  border-radius: 17px;
  background: #fff;
  color: #283a6b;
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.la-promo-links a:hover,
.la-promo-links a:focus-visible {
  border-color: #9fc0f5;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(40, 58, 107, .08);
}

.la-promo-links span {
  color: #626c7d;
  font-size: .94rem;
  line-height: 1.5;
}

.la-promo-faq {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.la-promo-faq details {
  overflow: hidden;
  border: 1px solid #dfe7f3;
  border-radius: 14px;
  background: #fff;
}

.la-promo-faq summary {
  padding: 16px 18px;
  color: #283a6b;
  font-weight: 800;
  cursor: pointer;
}

.la-promo-faq details p {
  margin: 0;
  padding: 0 18px 17px;
  color: #596376;
  line-height: 1.65;
}

@media (max-width: 991.98px) {
  .la-promo-header {
    grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr);
  }

  body#prices-drop #js-product-list .products,
  .la-promo-card-grid,
  .la-promo-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .la-promo-header {
    display: block;
    padding: 18px 16px 16px;
    border-radius: 16px 16px 0 0;
  }

  .la-promo-header .page-title-section {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .la-promo-benefits {
    align-items: flex-start;
    flex-direction: column;
  }

  body#prices-drop #js-product-list-top .products__selection {
    grid-template-columns: 1fr !important;
  }

  body#prices-drop #js-product-list .products,
  .la-promo-card-grid,
  .la-promo-links {
    grid-template-columns: 1fr;
  }

  .la-promo-section {
    padding: 23px 19px;
    border-radius: 19px;
  }
}
