:root {
  --hr-ink: #102238;
  --hr-navy: #004188;
  --hr-deep: #071a2e;
  --hr-cyan: #2e96c5;
  --hr-red: #ee4343;
  --hr-mist: #eef5f8;
  --hr-paper: #f8fafb;
  --hr-line: #d7e4ea;
  --hr-muted: #607182;
  --hr-body: 'Poppins', sans-serif;
  --hr-heading: 'Roboto', sans-serif;
}

.hr-page *,
.hr-page *::before,
.hr-page *::after {
  box-sizing: border-box;
}

.hr-page {
  overflow-x: hidden;
  background: #ffffff;
  color: var(--hr-muted);
  font-family: var(--hr-body);
  line-height: 1.6;
}

.hr-page a,
.hr-page button {
  text-decoration: none;
}

.hr-page h1,
.hr-page h2,
.hr-page h3,
.hr-page h4,
.hr-page h5,
.hr-page h6 {
  color: var(--hr-ink);
  font-family: var(--hr-heading);
  line-height: 1.2;
}

.hr-page main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hr-page .container {
  width: min(100% - 40px, 1280px);
  margin: 0 auto;
}

.hr-page .service-section {
  padding: 40px 0;
}

.hr-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font-family: var(--hr-body);
  font-size: 18px;
  font-weight: 600;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.hr-page .btn:hover {
  transform: translateY(-2px);
}

.hr-page .btn-primary {
  background: var(--hr-navy);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 65, 136, 0.18);
}

.hr-page .btn-primary:hover,
.hr-page .btn-submit:hover {
  background: var(--hr-cyan);
  box-shadow: 0 14px 28px rgba(46, 150, 197, 0.24);
}

.hr-page .section-header-center {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.hr-page .section-header-center h2,
.hr-page .section-header-left h2 {
  margin: 0 0 14px;
  font-size: 36px;
  letter-spacing: -0.03em;
}

.hr-page .section-header-center h2 span,
.hr-page .section-header-left h2 span {
  color: var(--hr-navy);
}

.hr-page .section-header-center p {
  color: var(--hr-muted);
  font-size: 16px;
  line-height: 1.75;
}

.hr-page .hr-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  padding: 80px 0 40px;
  background: var(--hr-deep) url('../../images/hr-bgservices-scaled.webp') center / cover;
  color: #ffffff;
}

.hr-page .hr-hero::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 26, 46, 0.98) 0%, rgba(7, 26, 46, 0.9) 42%, rgba(7, 26, 46, 0.28) 100%);
  content: '';
}

.hr-page .hr-hero::after {
  position: absolute;
  right: -180px;
  top: -180px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(46, 150, 197, 0.38);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(46, 150, 197, 0.05), 0 0 0 50px rgba(46, 150, 197, 0.035);
  content: '';
}

.hr-page .hr-hero .container {
  position: relative;
  z-index: 1;
}

.hr-page .hr-hero-content {
  max-width: 720px;
  padding: 36px 0 52px;
}

.hr-page .hr-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #a9dced;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hr-page .hr-kicker::before {
  width: 30px;
  height: 2px;
  background: var(--hr-red);
  content: '';
}

.hr-page .hr-hero-title {
  max-width: 760px;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hr-page .hr-hero-title span {
  color: var(--hr-cyan);
}

.hr-page .hr-hero-subtitle {
  max-width: 650px;
  margin: 0 0 28px;
  color: #c9d9e5;
  font-size: 16px;
  line-height: 1.8;
}

.hr-page .hr-hero-subtitle strong {
  color: #ffffff;
}

.hr-page .hr-hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.hr-page .hr-hero .btn-primary {
  background: #ffffff;
  color: var(--hr-navy);
}

.hr-page .hr-hero .btn-primary:hover {
  background: #eaf7fb;
}

.hr-page .hr-hero-note {
  color: #a9bfce;
  font-size: 12px;
}

.hr-page .hr-stats-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(7, 26, 46, 0.74);
  backdrop-filter: blur(14px);
}

.hr-page .stat-highlight-item {
  min-height: 112px;
  padding: 20px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  text-align: left;
}

.hr-page .stat-highlight-item:last-child {
  border-right: 0;
}

.hr-page .stat-number {
  display: block;
  margin-bottom: 8px;
  color: #a9dced;
  font-family: var(--hr-heading);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.hr-page .stat-highlight-label {
  display: block;
  color: #d1e0e9;
  font-size: 12px;
  line-height: 1.55;
}

.hr-page .hr-intro-section {
  background: #ffffff;
}

.hr-page .hr-intro-section .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 80px;
  align-items: center;
}

.hr-page .hr-intro-image {
  min-height: 440px;
  overflow: hidden;
  border-radius: 2px 44px 2px 2px;
  box-shadow: 20px 20px 0 var(--hr-mist);
}

.hr-page .hr-intro-copy .lead-desc,
.hr-page .hr-who-copy .lead-desc {
  margin: 0 0 18px;
  color: var(--hr-muted);
  font-size: 16px;
  line-height: 1.8;
}

.hr-page .hr-intro-copy .btn-primary {
  margin-top: 10px;
}

.hr-page .hr-who-section {
  background: var(--hr-paper);
}

.hr-page .hr-who-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--hr-line);
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(16, 34, 56, 0.08);
}

.hr-page .hr-who-image {
  min-height: 470px;
  overflow: hidden;
}

.hr-page .hr-who-copy {
  padding: 42px 48px;
}

.hr-page .why-choose-heading {
  margin: 32px 0 20px;
  color: var(--hr-ink);
  font-size: 36px;
  text-align: center;
}

.hr-page .checklist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hr-page .checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  border-top: 2px solid var(--hr-cyan);
  background: #ffffff;
  color: var(--hr-ink);
  font-size: 13px;
  line-height: 1.6;
}

.hr-page .checklist li i {
  flex: 0 0 auto;
  margin-top: 4px;
  color: var(--hr-cyan);
}

.hr-page .hr-consultation-section {
  background: #ffffff;
}

.hr-page .hr-consultation-section .container {
  padding: 40px;
  background: var(--hr-deep);
}

.hr-page .hr-consultation-section .section-header-center h2 {
  color: #ffffff;
}

.hr-page .service-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 24px;
  align-items: stretch;
}

.hr-page .service-form-layout .rounded-img-frame {
  min-height: 100%;
  overflow: hidden;
}

.hr-page .quote-form-card {
  padding: 34px;
  background: #ffffff;
  color: var(--hr-ink);
}

.hr-page .quote-form-card h4 {
  margin: 0 0 6px;
  font-size: 22px;
}

.hr-page .quote-form-card > p {
  margin: 0 0 22px;
  color: var(--hr-muted);
  font-size: 16px;
}

.hr-page .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.hr-page .form-group {
  min-width: 0;
  margin-bottom: 16px;
}

.hr-page .form-row .form-group {
  margin-bottom: 0;
}

.hr-page .form-group label {
  display: block;
  margin-bottom: 6px;
  color: var(--hr-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hr-page .form-control {
  display: block;
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid var(--hr-line);
  border-radius: 3px;
  background: #ffffff;
  color: var(--hr-ink);
  font-family: var(--hr-body);
  font-size: 16px;
}

.hr-page .form-control:focus {
  outline: none;
  border-color: var(--hr-cyan);
  box-shadow: 0 0 0 3px rgba(46, 150, 197, 0.14);
}

.hr-page textarea.form-control {
  min-height: 116px;
  resize: vertical;
}

.hr-page form > .form-group {
  margin-top: 20px;
}

.hr-page .btn-submit {
  width: 100%;
  background: var(--hr-navy);
  color: #ffffff;
}

.hr-page .form-success-box,
.hr-page .form-error-box {
  display: none;
  margin-top: 15px;
  padding: 14px;
  font-size: 13px;
  line-height: 1.6;
}

.hr-page .form-success-box {
  border: 1px solid #56b890;
  background: #ecfdf5;
  color: #065f46;
}

.hr-page .form-error-box {
  border: 1px solid var(--hr-red);
  background: #fef2f2;
  color: #b91c1c;
}

.hr-page .comparison-table-wrapper {
  overflow: hidden;
  border: 1px solid var(--hr-line);
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(16, 34, 56, 0.07);
}

.hr-page .comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.hr-page .comparison-table thead {
  background: var(--hr-navy);
  color: #ffffff;
}

.hr-page .comparison-table th {
  padding: 17px 20px;
  font-family: var(--hr-heading);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hr-page .comparison-table td {
  padding: 21px 20px;
  border-bottom: 1px solid var(--hr-line);
  color: var(--hr-muted);
  font-size: 13px;
  line-height: 1.6;
  vertical-align: middle;
}

.hr-page .comparison-table tr:last-child td {
  border-bottom: 0;
}

.hr-page .comparison-table tbody tr:hover {
  background: #f7fafb;
}

.hr-page .table-category-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hr-page .category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  background: #eaf5f8;
  color: var(--hr-navy);
  font-size: 15px;
}

.hr-page .category-title {
  color: var(--hr-ink);
  font-size: 13px;
  font-weight: 700;
}

.hr-page .comparison-mobile-cards {
  display: none;
  gap: 16px;
  grid-template-columns: 1fr;
}

.hr-page .comparison-card {
  padding: 22px;
  border: 1px solid var(--hr-line);
  background: #ffffff;
}

.hr-page .comparison-card h4 {
  margin: 0 0 14px;
  color: var(--hr-navy);
  font-size: 22px;
}

.hr-page .comparison-card p {
  margin: 0 0 10px;
  color: var(--hr-muted);
  font-size: 16px;
  line-height: 1.7;
}

.hr-page .ready-cta {
  max-width: none;
  margin: 32px 0 0;
  padding: 32px;
  background: var(--hr-mist);
  border-left: 4px solid var(--hr-red);
  text-align: center;
}

.hr-page .ready-cta h2 {
  margin-bottom: 12px;
  color: var(--hr-navy);
  font-size: 36px;
}

.hr-page .ready-cta p {
  max-width: 820px;
  margin: 0 auto 22px;
  color: var(--hr-muted);
  font-size: 16px;
  line-height: 1.75;
}

.hr-page .faq-list {
  display: grid;
  gap: 12px;
  max-width: 940px;
  margin: 0 auto;
}

.hr-page .faq-item {
  overflow: hidden;
  border: 1px solid var(--hr-line);
  background: #ffffff;
}

.hr-page .faq-question-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 19px 22px;
  border: 0;
  background: #ffffff;
  color: var(--hr-ink);
  cursor: pointer;
  font-family: var(--hr-heading);
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.hr-page .faq-question-btn:hover {
  color: var(--hr-navy);
}

.hr-page .faq-icon {
  color: var(--hr-cyan);
  font-size: 13px;
  transition: transform 0.3s ease;
}

.hr-page .faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.hr-page .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.hr-page .faq-answer-inner {
  padding: 0 22px 20px;
  color: var(--hr-muted);
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 992px) {
  .hr-page .hr-intro-section .container,
  .hr-page .hr-who-card {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hr-page .hr-intro-image,
  .hr-page .hr-who-image {
    min-height: 360px;
  }

  .hr-page .service-form-layout {
    grid-template-columns: 1fr;
  }

  .hr-page .service-form-layout .rounded-img-frame {
    min-height: 360px;
  }

  .hr-page .comparison-table-wrapper {
    display: none;
  }

  .hr-page .comparison-mobile-cards {
    display: grid;
  }

  .hr-page .checklist {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .hr-page .container {
    width: min(100% - 32px, 1280px);
  }

  .hr-page .service-section {
    padding: 40px 0;
  }

  .hr-page .hr-hero {
    min-height: 0;
    padding: 40px 0;
    background-position: 68% center;
  }

  .hr-page .hr-hero-content {
    padding: 24px 0 36px;
  }

  .hr-page .hr-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .hr-page .hr-stats-card {
    grid-template-columns: repeat(2, 1fr);
  }

  .hr-page .stat-highlight-item:nth-child(2) {
    border-right: 0;
  }

  .hr-page .stat-highlight-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .hr-page .hr-intro-image,
  .hr-page .hr-who-image,
  .hr-page .service-form-layout .rounded-img-frame {
    min-height: 300px;
  }

  .hr-page .hr-who-copy,
  .hr-page .quote-form-card {
    padding: 28px 22px;
  }

  .hr-page .hr-consultation-section .container {
    padding: 40px 20px;
  }

  .hr-page .form-row,
  .hr-page .checklist {
    grid-template-columns: 1fr;
  }

  .hr-page .ready-cta {
    padding: 26px 20px;
  }
}

/* Shared page typography contract */
.hr-page h1,
.hr-page .hr-hero-title {
  font-family: 'Roboto', sans-serif;
  font-size: 48px !important;
}

.hr-page h2,
.hr-page .section-header-center h2,
.hr-page .section-header-left h2,
.hr-page .why-choose-heading,
.hr-page .ready-cta h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 36px !important;
}

.hr-page h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px !important;
}

.hr-page h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px !important;
}

.hr-page p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px !important;
  line-height: 1.75;
}

.hr-page .btn,
.hr-page button {
  font-family: 'Poppins', sans-serif;
  font-size: 18px !important;
}

@media (max-width: 550px) {
  .hr-page h1,
  .hr-page .hr-hero-title {
    font-size: 32px !important;
    line-height: 1.3 !important;
  }

  .hr-page h2,
  .hr-page .section-header-center h2,
  .hr-page .section-header-left h2,
  .hr-page .why-choose-heading,
  .hr-page .ready-cta h2 {
    font-size: 26px !important;
    line-height: 1.32 !important;
  }

  .hr-page h3 {
    font-size: 22px !important;
    line-height: 1.35 !important;
  }

  .hr-page p {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}