/* JUNCA HR Final QA Patch V5.1 */

:root {
  --junca-deep-navy: #041225;
  --junca-navy: #071A33;
  --junca-gold: #C7A552;
}

.page-hero {
  background-size: cover !important;
  background-position: center !important;
  min-height: 760px;
  position: relative;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4,18,37,.52);
  pointer-events: none;
  z-index: 0;
}

.page-hero > * {
  position: relative;
  z-index: 1;
}

section,
.section {
  padding-top: max(96px, calc(var(--section-padding, 100px) * 1.2));
  padding-bottom: max(96px, calc(var(--section-padding, 100px) * 1.2));
}

.cta,
.cta-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

h1, h2, h3 {
  line-height: 1.2;
  letter-spacing: .02em;
}

p, li {
  line-height: 1.8;
}

.card,
.service-card,
.value-card,
.news-card {
  padding: clamp(32px, 4vw, 64px);
}

.site-footer {
  background-color: var(--junca-deep-navy);
  background-size: cover;
  background-position: center;
}

.site-footer a {
  display: inline-block;
  margin-bottom: 16px;
}

button,
.button,
.btn {
  transition: all .4s ease;
}

button:hover,
.button:hover,
.btn:hover {
  transform: translateY(-4px);
}

@media (max-width: 768px) {
  .page-hero {
    min-height: 620px;
  }

  section,
  .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  h1 {
    font-size: clamp(38px, 10vw, 56px);
  }
}
