.home-page .hero-media {
  position: absolute;
  inset: 0 0 0 auto;
  width: 58%;
  height: 100%;
}
.home-page .hero-media .hero-consulting {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .hero-campaign-badge {
  position: absolute;
  z-index: 4;
  right: clamp(22px, 3vw, 44px);
  bottom: clamp(42px, 5vw, 62px);
  display: grid;
  gap: 6px;
  width: min(268px, calc(100% - 44px));
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 13px;
  color: #19254e;
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 12px 30px rgba(15, 34, 76, .16);
  backdrop-filter: blur(8px);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.home-page .hero-campaign-badge__top {
  display: flex;
  align-items: center;
  gap: 7px;
}
.home-page .hero-campaign-badge__mark {
  display: inline-grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #c76d10;
  font-size: 12px;
  line-height: 1;
}
.home-page .hero-campaign-badge__kicker {
  color: #81420a;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .75px;
  text-transform: uppercase;
}
.home-page .hero-campaign-badge__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-left: 29px;
}
.home-page .hero-campaign-badge__main strong {
  color: #19254e;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.1;
}
.home-page .hero-campaign-badge__main > span {
  color: #a9570b;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}
.home-page .hero-campaign-badge:hover {
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 15px 34px rgba(15, 34, 76, .21);
  transform: translateY(-2px);
}
.home-page .hero-campaign-badge:focus-visible {
  outline: 3px solid #104cba;
  outline-offset: 4px;
}
@media (min-width: 761px) and (max-width: 1160px) {
  .home-page .hero-media { width: 50%; }
  .home-page .hero-campaign-badge {
    right: 18px;
    bottom: 42px;
    width: min(256px, calc(100% - 36px));
  }
  .home-page .hero-campaign-badge__kicker { letter-spacing: .55px; }
}
@media (max-width: 900px) {
  .home-page .hero-media {
    position: relative;
    inset: auto;
    order: 1;
    flex: 0 0 auto;
    width: 100%;
    height: clamp(220px, 62vw, 292px);
  }
  .home-page .hero-media .hero-consulting {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: center 43% !important;
  }
  .home-page .hero-campaign-badge {
    right: 16px;
    bottom: 14px;
    width: min(258px, calc(100% - 32px));
    gap: 5px;
    padding: 11px 13px;
    border-radius: 12px;
  }
  .home-page .hero-campaign-badge__mark {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
  .home-page .hero-campaign-badge__kicker {
    font-size: 9px;
    letter-spacing: .55px;
  }
  .home-page .hero-campaign-badge__main { padding-left: 27px; }
  .home-page .hero-campaign-badge__main strong { font-size: 17px; }
  .home-page .hero-campaign-badge__main > span { font-size: 17px; }
}
@media (max-width: 380px) {
  .home-page .hero-campaign-badge {
    right: 12px;
    bottom: 12px;
    width: min(250px, calc(100% - 24px));
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-page .hero-campaign-badge { transition: none; }
}
