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

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

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

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

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

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

.ads_modal_subtitle {
  margin: 6px 0 16px;
  font-size: 14px;
  line-height: 1.4;
  color: #b8c3d8;
}

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

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

.ads_hero_price {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0, 170, 255, 0.12);
  border: 1px solid rgba(0, 170, 255, 0.35);
  color: #d7e6ff;
  font-size: 13px;
}

.ads_price_block {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.ads_price_label {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(203, 211, 226, 0.8);
}

.ads_price_value {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}

.ads_services_grid {
  justify-content: center;
  justify-items: stretch;
  max-width: none;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.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);
}

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

  .ads_btn_primary,
  .ads_btn_secondary {
    width: 100%;
    text-align: center;
  }

  .ads_hero .ads_trustline {
    font-size: 12px;
  }

  .ads_price_block {
    width: 100%;
    justify-content: space-between;
  }

  .ads_hero_price {
    font-size: 12px;
    padding: 6px 12px;
  }
}
