.erp-modern .erp-hero {
  padding: 168px 0 96px;
  overflow: hidden;
}

.erp-modern .erp-hero__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 0.82fr);
  gap: 64px;
  align-items: center;
}

.erp-modern .erp-hero__copy h1 {
  max-width: 760px;
  margin: 22px 0 24px;
  color: #fff;
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.erp-modern .erp-hero__copy p {
  max-width: 660px;
  color: #c7d2e5;
  font-size: 20px;
  line-height: 1.75;
}

.erp-modern .erp-hero__secondary {
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

.erp-modern .erp-hero__visual {
  position: relative;
}

.erp-modern .erp-hero__logo-card {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 36px;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 138, 0, 0.18), transparent 32%),
    rgba(255, 255, 255, 0.058);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.erp-modern .erp-hero__logo-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.erp-modern .erp-hero__logo-card p {
  margin: 18px 0 0;
  color: #d8e0ee;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 991px) {
  .erp-modern .erp-hero {
    padding: 138px 0 76px;
  }

  .erp-modern .erp-hero__grid {
    grid-template-columns: 1fr;
    gap: 42px;
    text-align: center;
  }

  .erp-modern .erp-hero__copy h1,
  .erp-modern .erp-hero__copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .erp-modern .erp-hero .hero-proof,
  .erp-modern .erp-hero .slider-btns {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .erp-modern .erp-hero {
    padding: 120px 0 64px;
  }

  .erp-modern .erp-hero__logo-card {
    padding: 20px;
    border-radius: 28px;
  }
}
