.hero-banner-v3 {
  display:block;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  background:#211c1b;
}

.hero-banner-v3__inner {
  max-width: 1320px;
  margin: 0 auto;
}

.hero-banner-v3__grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 56px;
}

.hero-banner-v3__text {
  flex: 1;
  min-width: 0;
  padding: 32px 40px 32px 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hero-banner-v3__eyebrow {
  color: #e2525a;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 14px;
  text-align: left;
}

.hero-banner-v3__title {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.1;
  margin: 0 0 28px;
  text-align: left;
}

.hero-banner-v3__tagline {
  color: #f2ede7;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 28px;
  white-space: nowrap;
  text-align: left;
}

.hero-banner-v3__body {
  color: #f2ede7;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0 0 42px;
  text-align: left;
  border-left: 3px solid #e2525a;
  padding-left: 14px;
}

.hero-banner-v3__cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.hero-banner-v3__btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.hero-banner-v3__btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

.hero-banner-v3__btn--primary {
  background: #e2525a;
  color: #fff;
}

.hero-banner-v3__btn--primary:hover {
  color: #fff;
}

.hero-banner-v3__btn--secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.hero-banner-v3__btn--secondary:hover {
  color: #fff;
}

.hero-banner-v3__media {
  flex: 0 0 48%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 0;
}

.hero-banner-v3__media img {
  width: 100%;
  max-width: 680px;
  height: auto;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
  transition: transform .3s ease;
}

.hero-banner-v3__media img:hover {
  transform: scale(1.02);
}

.hero-banner-v3__facts {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.hero-banner-v3__fact {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-banner-v3__fact svg {
  flex-shrink: 0;
}

.hero-banner-v3__fact span {
  color: #f1ece5;
  font-size: 13px;
}

@media (max-width: 900px) {
  .hero-banner-v3__grid {
    flex-direction: column;
  }
  .hero-banner-v3__media {
    display: none;
  }
  .hero-banner-v3__text {
    padding: 32px 20px 24px;
    order: 2;
  }
  .hero-banner-v3__media {
    order: 1;
    min-height: 220px;
  }
  .hero-banner-v3__title {
    font-size: 28px;
  }
  .hero-banner-v3__tagline,
  .hero-banner-v3__body {
    white-space: normal;
  }
  .hero-banner-v3__facts {
    padding: 16px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .hero-banner-v3__cta {
    flex-wrap: nowrap;
    gap: 8px;
  }
  .hero-banner-v3__cta .hero-banner-v3__btn {
    flex: 1;
    padding: 12px 10px;
    font-size: 13px;
    text-align: center;
  }
}
