.epgep-home-ref-archive {
  background: #ffffff;
  padding: 150px 0 120px;
}
.epgep-home-ref-inner {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}
.epgep-home-ref-intro {
  margin-bottom: 42px;
}
.epgep-home-ref-intro .wd-heading {
  margin-bottom: 0 !important;
}
.epgep-home-ref-intro .title_a {
  margin: 0 !important;
}
.epgep-home-ref-intro .sub_title_a {
  display: none !important;
}
.epgep-home-ref-feature-grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr .96fr;
  gap: 26px;
  align-items: stretch;
}
.epgep-home-ref-feature-card {
  background: #fff;
  border: none;
  box-shadow: 0 14px 40px rgba(4,14,86,.08);
  min-height: 278px;
  overflow: hidden;
  transition: transform .45s cubic-bezier(.22,.61,.36,1), box-shadow .45s ease;
}
.epgep-home-ref-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(4,14,86,.12);
}
.epgep-home-ref-feature-card--image {
  position: relative;
}
.epgep-home-ref-feature-card--image img {
  width: 100%;
  height: 100%;
  min-height: 278px;
  object-fit: cover;
  display: block;
  transition: transform .75s cubic-bezier(.22,.61,.36,1);
}
.epgep-home-ref-feature-card--image:hover img {
  transform: scale(1.04);
}
.epgep-home-ref-feature-card--stat {
  padding: 34px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.epgep-home-ref-stat-icon {
  width: 56px;
  height: 56px;
  background: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 22px;
}
.epgep-home-ref-stat-icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.epgep-home-ref-feature-number {
  display: block;
  color: #040e56;
  font-family: 'Inter', 'Open Sans', Arial, sans-serif;
  font-size: 68px;
  line-height: .95;
  font-weight: 900;
  letter-spacing: -2px;
  margin-bottom: 16px;
}
.epgep-home-ref-feature-text {
  display: block;
  color: #040e56;
  font-size: 24px;
  line-height: 1.28;
  font-weight: 700;
  font-family: 'Open Sans', Arial, sans-serif;
}
.epgep-home-ref-motion {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.22,.61,.36,1);
}
.epgep-home-ref-motion.epgep-home-ref-inview {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1024px) {
  .epgep-home-ref-feature-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .epgep-home-ref-archive {
    padding: 110px 0 80px;
  }
  .epgep-home-ref-inner {
    width: min(100% - 32px, 1320px);
  }
  .epgep-home-ref-intro {
    margin-bottom: 34px;
  }
  .epgep-home-ref-feature-card,
  .epgep-home-ref-feature-card--image img {
    min-height: 220px;
  }
  .epgep-home-ref-feature-card--stat {
    padding: 26px 24px;
  }
  .epgep-home-ref-feature-number {
    font-size: 54px;
  }
  .epgep-home-ref-feature-text {
    font-size: 22px;
  }
}
.epgep-home-ref-cta {
  display: flex;
  justify-content: center;
  margin-top: 57px;
}
.epgep-home-ref-cta .wd-btn-wrap {
  width: 100%;
  text-align: center;
}
.epgep-home-ref-cta .epgep-home-ref-btn,
.epgep-home-ref-cta a.epgep-home-ref-btn {
  display: inline-block;
  margin: 0 !important;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .epgep-home-ref-cta {
    margin-top: 49px;
  }
}
/* Referenciák gomb: pontosan az ÜZENET KÜLDÉSE gomb mérete és tipográfiája */
#ajanlat-form .epgep-quote-form button.wd-btn.btn-medium,
.epgep-home-ref-cta .wd-btn.epgep-home-ref-btn.btn-medium {
  width: 227px !important;
  min-width: 227px !important;
  max-width: 227px !important;
  height: 57px !important;
  min-height: 57px !important;
  padding: 11px 36px 9px !important;
  font-size: 13px !important;
  line-height: 2em !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
}
.epgep-home-ref-cta .wd-btn.epgep-home-ref-btn.btn-medium {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  vertical-align: middle !important;
  padding: 0 12px !important;
  line-height: 1.15 !important;
}
@media (max-width: 767px) {
  #ajanlat-form .epgep-quote-form button.wd-btn.btn-medium,
  .epgep-home-ref-cta .wd-btn.epgep-home-ref-btn.btn-medium {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .epgep-home-ref-motion {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .epgep-home-ref-feature-card,
  .epgep-home-ref-feature-card--image img {
    transition: none;
  }
}