.ads_l_hero .ads_l_title {
  margin: 0 0 16px;
}

.ads_l_hero .ads_l_subtitle {
  margin: 0 0 20px;
  max-width: 560px;
}

.ads_l_cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 0 0 10px;
}

.ads_l_trustline {
  margin: 0;
  font-size: 13px;
  color: rgba(203, 211, 226, 0.85);
}

.ads_l_bullets {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: grid;
  gap: 6px;
  color: #cbd3e2;
  font-size: 14px;
}

.ads_l_bullets li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ads_l_bullets li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00aaff;
  flex: 0 0 6px;
}

.ads_l_price {
  padding: 28px 0 20px;
}

.ads_l_price_card {
  background: rgba(5, 12, 26, 0.72);
  border: 1px solid rgba(0, 170, 255, 0.35);
  border-radius: 18px;
  padding: 24px 26px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
}

.ads_l_price_title {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 800;
}

.ads_l_price_list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  color: #cbd3e2;
  font-size: 14px;
}

.ads_l_price_list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
}

.ads_l_price_list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00aaff;
  margin-top: 7px;
  flex: 0 0 6px;
}

.ads_l_price_note {
  margin: 0 0 6px;
  font-size: 15px;
  color: #9fb0c7;
}

.ads_l_price_limit {
  margin: 0;
  font-size: 14px;
  color: #8fa1ba;
}

.ads_l_benefits {
  margin-top: 28px;
  text-align: left;
}

.ads_l_benefits_title {
  margin: 0 0 16px;
  font-size: 22px;
  text-align: center;
}

.ads_l_benefits_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ads_l_benefit {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.ads_l_benefit_icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(0, 170, 255, 0.6);
  position: relative;
  flex: 0 0 28px;
}

.ads_l_benefit_icon::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 11px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #00aaff;
  border-bottom: 2px solid #00aaff;
  transform: rotate(-45deg);
}

.ads_l_benefit_title {
  font-weight: 700;
  margin: 0 0 4px;
}

.ads_l_benefit_desc {
  font-size: 13px;
  color: #b8c3d8;
}

.ads_l_work_tag {
  margin: 6px 0 10px;
  font-size: 13px;
  color: #b8c3d8;
}

.ads_l_work_link {
  align-self: center;
  font-size: 13px;
  color: #9fc9ff;
  text-decoration: none;
  border-bottom: 1px dashed rgba(159, 201, 255, 0.6);
}

.ads_l_work_link:hover {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

.ads_l_anchor {
  position: relative;
  height: 0;
}

.ads_l_modal_subtitle {
  margin: 8px auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 170, 255, 0.12);
  border: 1px solid rgba(0, 170, 255, 0.35);
  font-size: 13px;
  line-height: 1.3;
  color: #d7e6ff;
  text-align: center;
  width: fit-content;
  max-width: calc(100% - 32px);
}

.ads_l_modal_hint {
  margin: 8px 0 0;
  font-size: 12px;
  color: #a9b5cc;
}

.ads_l_modal_microcopy {
  margin: 10px 0 0;
  font-size: 12px;
  color: #a9b5cc;
}

.ads_l_hero .ads_hero_title {
  margin-bottom: 16px;
}

.ads_l_hero .ads_hero_subtitle {
  margin-bottom: 20px;
  max-width: 560px;
}

.ads_l_hero_cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 0 0 10px;
}

.ads_l_price_old {
  margin: 0 8px 0 0;
  text-decoration: line-through;
  opacity: 0.65;
  font-weight: 600;
}

.ads_l_price_new {
  font-weight: 800;
  color: #ffffff;
}

.ads_l_promo_note {
  margin: 6px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 170, 255, 0.12);
  border: 1px solid rgba(0, 170, 255, 0.28);
  font-size: 13px;
  color: rgba(215, 230, 255, 0.95);
}

.ads_l_timer {
  margin: 8px 0 0;
  font-size: 13px;
  color: #9bdfff;
}

.ads_l_countdown {
  margin: 10px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 14px;
  background: rgba(5, 12, 26, 0.65);
  border: 1px solid rgba(0, 170, 255, 0.25);
  color: #d7e6ff;
  font-size: 13px;
}

.ads_l_countdown_group {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ads_l_countdown_unit {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ads_l_countdown_sep {
  color: rgba(203, 211, 226, 0.55);
  font-weight: 700;
}

.ads_l_countdown_digits {
  display: inline-flex;
  gap: 4px;
}

.ads_l_countdown_label {
  color: rgba(203, 211, 226, 0.9);
}

.ads_l_digit {
  min-width: 18px;
  text-align: center;
  padding: 4px 6px;
  border-radius: 8px;
  background: rgba(0, 170, 255, 0.18);
  border: 1px solid rgba(0, 170, 255, 0.35);
  font-weight: 800;
  color: #ffffff;
}

.ads_l_countdown_suffix {
  color: rgba(203, 211, 226, 0.9);
}

.ads_l_promo_off .ads_l_promo_only {
  display: none;
}

.ads_l_promo_off .ads_l_price_old {
  display: none;
}

.ads_l_hero .ads_l_btn_secondary {
  background: transparent !important;
  color: #e6eef9 !important;
  border: 1px solid rgba(255, 255, 255, 0.32) !important;
  box-shadow: none !important;
}

.ads_l_hero .ads_l_btn_secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25) !important;
}


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

@media (max-width: 640px) {
  .ads_l_cta,
  .ads_l_hero_cta {
    flex-direction: column;
    align-items: stretch;
  }

  .ads_l_btn_primary,
  .ads_l_btn_secondary {
    width: 100%;
    text-align: center;
  }

  .ads_l_trustline {
    font-size: 12px;
  }

  .ads_l_bullets {
    font-size: 13px;
  }

  .ads_l_price_title {
    font-size: 20px;
  }

  .ads_l_title {
    font-size: 32px;
    line-height: 1.15;
  }

  .ads_l_price_old,
  .ads_l_price_new {
    display: block;
  }

  .ads_l_price_old {
    margin: 6px 0 2px;
    font-size: 18px;
  }

  .ads_l_price_new {
    font-size: 28px;
  }

  .ads_l_promo_note,
  .ads_l_countdown {
    display: inline-flex;
    margin-top: 8px;
    font-size: 12px;
  }

  .ads_l_digit {
    min-width: 16px;
    padding: 3px 5px;
    font-size: 12px;
  }

  .ads_l_countdown_group {
    gap: 6px;
  }

  .ads_l_countdown_sep {
    font-size: 12px;
  }

  .ads_l_modal_form .ads_l_modal_subtitle {
    display: block;
    margin: 10px 14px 12px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .ads_l_modal_form {
    max-height: calc(100vh - 20px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ads_l_modal_form .modal__input,
  .ads_l_modal_form .modal__textarea {
    font-size: 16px;
  }

  .ads_l_modal_form .modal__submit {
    font-size: 14px;
    height: 48px;
    margin-bottom: 18px;
  }
}
