/* ==========================================================================
   ECT HR CONSULTING — FIGMA-MATCHED PAGE
   Target frame: 1440 × 5195, content width: 1240px
   IMPORTANT: The animated background inside .hr-compare is intentionally
   preserved from the original code and is not replaced by the Figma image.
   ========================================================================== */

:root {
  --hr-green: #0c3c01;
  --hr-green-soft: #5b6d49;
  --hr-surface: #f5f5f3;
  --hr-surface-light: #f9f9f7;
  --hr-line: #d9ddd4;
  --hr-text: #000000;
  --hr-muted: #4b514a;
  --hr-max: 1240px;
  --hr-radius-lg: 24px;
  --hr-radius-md: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.hr-page {
  margin: 0;
  overflow-x: hidden;
  background: #ffffff;
  color: var(--hr-text);
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.hr-page img {
  max-width: 100%;
}

body.hr-page a {
  text-decoration: none;
}

body.hr-page button,
body.hr-page input {
  font: inherit;
}

/* ==========================================================================
   HERO — exact desktop rhythm from Figma
   ========================================================================== */

.hr-page .hero {
  width: min(var(--hr-max), calc(100% - 40px));
  max-width: var(--hr-max);
  margin: 0 auto;
  padding: 72px 0 0;
  text-align: center;
}

.hr-page .hero__title {
  width: min(765px, 100%);
  margin: 0 auto;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 48.83px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.hr-page .hero__subtitle {
  margin: 16px 0 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.hr-page .hero__cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 40px;
  margin-top: 24px;
  padding: 8px 10px;
  border: 1px solid #f1f1ef;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--hr-green);
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  transition: transform 0.25s ease;
}

.hr-page .hero__cta:hover {
  transform: translateY(-1px);
}

.hr-page .hero__image-wrap {
  width: 100%;
  height: 552px;
  margin-top: 32px;
  overflow: hidden;
  border-radius: 24px;
  background: #d9d9d9;
  line-height: 0;
}

.hr-page .hero__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}

/* ==========================================================================
   HR SERVICES — EXACT ZOHO UI
   ========================================================================== */

/* HR service heading — match Zoho heading */

.hr-page .software-section .eyebrow {
  position: relative;

  margin: 0 0 22px;
  padding-left: 26px;

  color: #000000;

  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hr-page .software-section .eyebrow::before {
  content: "";

  position: absolute;
  left: 0;
  top: 50%;

  width: 12px;
  height: 12px;

  border-radius: 50%;
  background: #176b3a;

  transform: translateY(-50%);
}

.hr-page .software-section .section-title {
  width: auto;
  margin: 0;

  color: #111111;

  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

   .hr-page .software-section {
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 60px 40px;
}

.hr-page .software-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
}

.hr-page .software-section .eyebrow {
  position: relative;

  margin: 0 0 22px;
  padding-left: 26px;

  color: #176b3a;

  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 4px;
  text-transform: uppercase;
}

/* Green dot before ECT HR Consulting Services */
.hr-page .software-section .eyebrow::before {
  content: "";

  position: absolute;
  left: 0;
  top: 50%;

  width: 12px;
  height: 12px;

  border-radius: 50%;
  background: #176b3a;

  transform: translateY(-50%);
}

.hr-page .software-section .section-title {
  width: auto;
  margin: 0;

  color: #111111;

  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

.hr-page .software-section .nav-arrows {
  display: flex;
  gap: 10px;
  margin: 0;
}

.hr-page .software-section .nav-arrows button {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #0c3c01;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.25s ease,
    transform 0.2s ease;
}

.hr-page .software-section .nav-arrows button:hover {
  background: #0a2d01;
  transform: scale(1.06);
}

/* Tabs */

.hr-page .software-section .tabs-wrapper {
  height: auto;
  overflow: hidden;
  margin-bottom: 0;
}

.hr-page .software-section .tabs-track {
  display: flex;
  gap: 16px;
  width: max-content;
  height: auto;
  align-items: flex-end;
  will-change: transform;
  margin-bottom: 20px;
}

.hr-page .software-section .tab {
  position: relative;
  flex: 0 0 auto;
  width: auto;
  min-width: 210px;
  height: auto;
  padding: 18px 26px;
  border: 1px solid transparent;
  border-radius: 14px;
  display: block;
  background: #f9f9f7;
  color: #000000;
  font-size: 15.5px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    padding-bottom 0.35s ease,
    margin-bottom 0.35s ease,
    border-radius 0.35s ease;
}

.hr-page .software-section .tab:hover {
  color: #5b6d49;
}

.hr-page .software-section .tab.active {
  position: relative;
  z-index: 2;
  width: auto;
  min-width: 210px;
  height: auto;
  padding: 18px 26px 38px;
  margin-bottom: -20px;
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #f5f5f3;
  color: #5b6d49;
  text-align: center;
}

/* Content */

.hr-page .software-section .content-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 24px;
  overflow: hidden;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 608px 1fr;
  gap: 24px;
  align-items: center;
  background: #f5f5f3;
}

.hr-page .software-section .content-image {
  width: 608px;
  height: 435px;
  max-width: none;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hr-page .software-section .content-image img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover !important;
  object-position: center;
  border-radius: 12px !important;
  opacity: 1;
  transform: none;
  transition: none;
}

.hr-page .software-section .content-panel {
  min-width: 0;
  min-height: 0;
  padding: 20px 24px 20px 0;
  background: transparent;
  color: #111827;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hr-page .software-section .panel {
  height: auto;
  display: none;
}

.hr-page .software-section .panel.active {
  display: block;
  animation: hrZohoFadeUp 0.55s ease;
}

@keyframes hrZohoFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hr-page .software-section .content-panel h3 {
  margin: 0 0 12px;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.hr-page .software-section .content-panel p {
  max-width: none;
  margin: 0 0 20px;
  color: #444444;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.7;
}

.hr-page .software-section .content-panel h4 {
  margin: 0 0 8px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.hr-page .software-section .apps-list {
  max-width: none;
  margin: 0 0 20px;
  color: #444444;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.7;
}

.hr-page .software-section .btn-demo {
  min-height: 0;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  display: inline-block;
  align-self: flex-start;
  background: #0c3c01;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  transition:
    background 0.25s ease,
    transform 0.2s ease;
}

.hr-page .software-section .btn-demo:hover {
  background: #0a2d01;
  transform: translateY(-2px);
}

/* mobile */

@media (max-width: 576px) {
  .hr-page .software-section .eyebrow {
    margin-bottom: 16px;
    padding-left: 22px;
    font-size: 12px;
    letter-spacing: 2.5px;
  }

  .hr-page .software-section .eyebrow::before {
    width: 10px;
    height: 10px;
  }
}

/* Laptop */

@media (max-width: 1200px) {
  .hr-page .software-section .content-area {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .hr-page .software-section .content-image {
    width: 100%;
    height: auto;
    aspect-ratio: 608 / 435;
  }
}

/* Tablet */

@media (max-width: 860px) {
  .hr-page .software-section {
    width: auto;
    padding: 40px 20px;
  }

  .hr-page .software-section .content-area {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .hr-page .software-section .content-image {
    width: 100%;
    height: auto;
    min-height: 240px;
  }

  .hr-page .software-section .content-panel {
    min-height: 0;
    padding: 24px 0;
  }

  .hr-page .software-section .section-header {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .hr-page .software-section .section-title {
    font-size: 26px;
  }

  .hr-page .software-section .nav-arrows {
    align-self: flex-end;
  }

  .hr-page .software-section .tab {
    min-width: 170px;
    padding: 14px 18px;
    font-size: 14px;
  }

  .hr-page .software-section .tab.active {
    min-width: 170px;
    padding: 14px 18px 34px;
  }
}

/* ==========================================================================
   HR COMPARE — ORIGINAL ANIMATED BACKGROUND PRESERVED
   ========================================================================== */

.hr-page .hr-compare {
  position: relative;
  width: 100%;
  min-height: 624px;
  margin-top: 76px;
  padding: 56px 0;
  overflow: hidden;
  background: #050805;
}

.hr-page .hr-compare .bg-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hr-page .hr-compare .aurora {
  position: absolute;
  width: 160vmax;
  height: 160vmax;
  top: 50%;
  left: 50%;
  margin: -80vmax 0 0 -80vmax;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.55;
  will-change: transform;
}

.hr-page .hr-compare .aurora-1 {
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    rgba(28, 92, 48, 0.55) 60deg,
    transparent 130deg,
    rgba(14, 60, 34, 0.45) 200deg,
    transparent 270deg,
    rgba(38, 120, 64, 0.35) 320deg,
    transparent 360deg
  );
  animation: auroraSpin 34s linear infinite;
}

.hr-page .hr-compare .aurora-2 {
  background: conic-gradient(
    from 180deg,
    transparent 0deg,
    rgba(20, 80, 44, 0.4) 90deg,
    transparent 160deg,
    rgba(50, 150, 84, 0.22) 240deg,
    transparent 330deg
  );
  animation: auroraSpin 52s linear infinite reverse;
}

@keyframes auroraSpin {
  to { transform: rotate(360deg); }
}

.hr-page .hr-compare .vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 90% at 18% 30%, rgba(3, 6, 3, 0.72), transparent 60%),
    radial-gradient(ellipse 120% 130% at 50% 50%, transparent 45%, rgba(2, 4, 2, 0.9) 100%);
}

.hr-page .hr-compare #netCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.hr-page .hr-compare .hr-icon {
  position: absolute;
  opacity: 0;
  filter: drop-shadow(0 0 10px rgba(90, 200, 125, 0.35));
  animation: iconFloat ease-in-out infinite;
}

.hr-page .hr-compare .hr-icon svg {
  display: block;
}

@keyframes iconFloat {
  0%   { transform: translateY(24px) rotate(-4deg) scale(0.92); opacity: 0; }
  15%  { opacity: 0.55; }
  50%  { transform: translateY(-14px) rotate(3deg) scale(1); opacity: 0.55; }
  85%  { opacity: 0.55; }
  100% { transform: translateY(24px) rotate(-4deg) scale(0.92); opacity: 0; }
}

.hr-page .hr-compare .growth {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 190px;
  opacity: 0.5;
}

.hr-page .hr-compare .growth .line {
  fill: none;
  stroke: rgba(110, 215, 145, 0.55);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 1700;
  stroke-dashoffset: 1700;
  animation: drawGrowth 7s ease-in-out infinite;
  filter: drop-shadow(0 0 6px rgba(90, 200, 125, 0.6));
}

.hr-page .hr-compare .growth .area {
  fill: url(#growthFill);
  opacity: 0;
  animation: areaFade 7s ease-in-out infinite;
}

.hr-page .hr-compare .growth .dot {
  fill: #9df0b8;
  filter: drop-shadow(0 0 8px rgba(140, 240, 170, 0.9));
  opacity: 0;
  animation: dotPop 7s ease-in-out infinite;
}

@keyframes drawGrowth {
  0%       { stroke-dashoffset: 1700; }
  45%, 78% { stroke-dashoffset: 0; }
  100%     { stroke-dashoffset: -1700; }
}

@keyframes areaFade {
  0%, 12%   { opacity: 0; }
  45%, 72%  { opacity: 0.5; }
  95%, 100% { opacity: 0; }
}

@keyframes dotPop {
  0%, 38%   { opacity: 0; transform: scale(0.4); transform-origin: center; transform-box: fill-box; }
  46%, 74%  { opacity: 1; transform: scale(1); }
  92%, 100% { opacity: 0; }
}

/* Compare section layout matched to the Figma card positions. */
.hr-page .hr-compare .inner {
  position: relative;
  z-index: 1;
  width: min(var(--hr-max), calc(100% - 40px));
  max-width: var(--hr-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 387px 399px 399px;
  gap: 24px;
  align-items: start;
}

.hr-page .hr-compare .intro {
  min-width: 0;
}

.hr-page .hr-compare .intro h2 {
  width: 692px;
  margin: 0;
  position: relative;
  z-index: 3;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.64px;
}

.hr-page .hr-compare .intro p {
  width: 460px;
  margin: 8px 0 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.hr-page .hr-compare .cta-btn {
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid #f1f1ef;
  border-radius: 8px;
  background: #f1f2ed;
  color: var(--hr-green);
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}

.hr-page .hr-compare .card {
  width: 399px;
  padding: 32px 24px;
  border-radius: 16px;
  position: relative;
  background: var(--hr-surface);
  color: #000000;
  box-shadow: none;
  transition: transform 0.3s ease;
}

.hr-page .hr-compare .card:hover {
  transform: translateY(-4px);
}

.hr-page .hr-compare .card.traditional {
  min-height: 413px;
  margin-top: 99px;
}

.hr-page .hr-compare .card.ect {
  min-height: 446px;
  margin-top: 0;
}

.hr-page .hr-compare .card.ect::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: 18px;
  background: linear-gradient(130deg, rgba(70, 190, 110, 0.42), transparent 42%, rgba(70, 190, 110, 0.42));
  filter: blur(5px);
  opacity: 0.7;
}

.hr-page .hr-compare .card h3 {
  margin: 0 0 24px;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.hr-page .hr-compare .card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hr-page .hr-compare .card li {
  margin: 0 0 15px;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
}

.hr-page .hr-compare .card li:last-child {
  margin-bottom: 0;
}

.hr-page .hr-compare .card .icon {
  width: 13px;
  height: 13px;
  margin-top: 1px;
  flex: 0 0 13px;
}

/* ==========================================================================
   APPROACH
   ========================================================================== */

.hr-page .zoho-implementation {
  width: min(var(--hr-max), calc(100% - 40px));
  max-width: var(--hr-max);
  margin: 0 auto;
  padding: 96px 0 0;
  background: #ffffff;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

.hr-page .zoho-implementation__eyebrow {
  margin: 0 0 8px;
  display: block;
  color: #000000;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hr-page .zoho-implementation__header {
  min-height: 86px;
  margin: 0 0 40px;
  display: grid;
  grid-template-columns: 1fr 453px;
  align-items: start;
  gap: 32px;
}

.hr-page .zoho-implementation__title {
  width: 302px;
  margin: 0;
  color: #000000;
  font-size: 31.25px;
  font-weight: 600;
  line-height: 1.25;
}

.hr-page .zoho-implementation__subtitle {
  width: 453px;
  margin: 18px 0 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.hr-page .zoho-implementation__grid {
  width: 100%;
  min-height: 610px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 305px);
  overflow: hidden;
  border: 1px solid #cfd4c9;
  border-radius: 16px;
  background: #ffffff;
}

.hr-page .zoho-implementation__cell {
  position: relative;
  padding: 32px;
  background: #ffffff;
  transition: background 0.25s ease;
}

.hr-page .zoho-implementation__cell:hover {
  background: #f8faf6;
}

.hr-page .zoho-implementation__cell:nth-child(1),
.hr-page .zoho-implementation__cell:nth-child(3) {
  border-right: 1px solid #cfd4c9;
}

.hr-page .zoho-implementation__cell:nth-child(1),
.hr-page .zoho-implementation__cell:nth-child(2) {
  border-bottom: 1px solid #cfd4c9;
}

.hr-page .zoho-implementation__cell:nth-child(1)::after,
.hr-page .zoho-implementation__cell:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  z-index: 2;
  width: 22px;
  height: 22px;
  border-top: 1px solid #cfd4c9;
  border-right: 1px solid #cfd4c9;
  background: inherit;
  transform: translateY(-50%) rotate(45deg);
}

.hr-page .zoho-implementation__icon {
  width: 52px;
  height: 52px;
  margin: 0 0 56px;
  display: grid;
  place-items: center;
}

.hr-page .zoho-implementation__icon svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: var(--hr-green);
  stroke-width: 1.8;
}

.hr-page .zoho-implementation__step-label {
  margin: 0 0 12px;
  display: block;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}

.hr-page .zoho-implementation__cell-title {
  margin: 0 0 8px;
  color: #000000;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}

.hr-page .zoho-implementation__cell-desc {
  max-width: 560px;
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.hr-page .zoho-implementation__cell {
  opacity: 0;
  transform: translateY(18px);
}

.hr-page .zoho-implementation__cell.is-animated {
  animation: approachReveal 0.55s ease forwards;
}

.hr-page .zoho-implementation__cell:nth-child(2).is-animated { animation-delay: 0.08s; }
.hr-page .zoho-implementation__cell:nth-child(3).is-animated { animation-delay: 0.16s; }
.hr-page .zoho-implementation__cell:nth-child(4).is-animated { animation-delay: 0.24s; }

@keyframes approachReveal {
  to { opacity: 1; transform: translateY(0); }
}

/* Motion data from Figma: Step 04 icon scales from 1.2 to 1 over 2 seconds. */
.hr-page .zoho-implementation__cell:nth-child(4).is-animated .zoho-implementation__icon {
  animation: approachPulse 2s linear infinite;
}

@keyframes approachPulse {
  0% { transform: scale(1.2); animation-timing-function: ease-out; }
  61.073%, 100% { transform: scale(1); }
}

/* ==========================================================================
   HR CTA BANNER — EXACT IT INFRASTRUCTURE LAYOUT
   HR content and HR image remain unchanged.
   ========================================================================== */

.hr-page .ect-it-banner {
  position: relative;
  width: min(1240px, calc(100% - 40px));
  max-width: 1240px;
  height: 384px;
  margin: 100px auto;
  font-family: "Montserrat", sans-serif;
}

.hr-page .ect-it-banner__container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: #f5f5f3;
}

.hr-page .ect-it-banner__content {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 550px;
  height: 100%;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hr-page .ect-it-banner__eyebrow {
  margin: 0 0 12px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hr-page .ect-it-banner__title {
  max-width: 455px;
  margin: 0 0 18px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}

.hr-page .ect-it-banner__accent {
  color: #0c3c01;
}

.hr-page .ect-it-banner__desc {
  max-width: 440px;
  margin: 0 0 30px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.hr-page .ect-it-banner__cta {
  width: fit-content;
  min-height: 44px;
  padding: 10px 20px;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0c3c01;
  color: #ffffff !important;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition:
    background-color 200ms ease,
    transform 200ms ease;
}

.hr-page .ect-it-banner__cta:link,
.hr-page .ect-it-banner__cta:visited,
.hr-page .ect-it-banner__cta:active {
  color: #ffffff !important;
}

.hr-page .ect-it-banner__cta:hover {
  background: #0f4a02;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.hr-page .ect-it-banner__cta:focus-visible {
  outline: 3px solid rgba(12, 60, 1, 0.25);
  outline-offset: 3px;
}

/* Right-side HR image — complete image without head cropping */
.hr-page .ect-it-banner__image {
  position: absolute;
  z-index: 1;

  top: 0;
  right: 0;

  width: 690px;
  height: 384px;

  border-radius: 0 24px 24px 0;

  background-color: #f5f5f3;

  background-image:
    url("../img/hrcta.png");

  background-repeat: no-repeat;

  /*
   * Shows the complete image and keeps the
   * people's heads visible.
   */
  background-position: right top;
  background-size: contain;

  -webkit-mask-image:
    linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.2) 18%,
      rgba(0, 0, 0, 0.75) 38%,
      #000000 52%
    );

  mask-image:
    linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.2) 18%,
      rgba(0, 0, 0, 0.75) 38%,
      #000000 52%
    );
}

@media (max-width: 1279px) {
  .hr-page .ect-it-banner {
    width: calc(100% - 40px);
  }

  .hr-page .ect-it-banner__content {
    width: 48%;
    padding-right: 30px;
    padding-left: clamp(32px, 5vw, 60px);
  }

  .hr-page .ect-it-banner__image {
    width: 58%;
  }

  .hr-page .ect-it-banner__title {
    font-size: clamp(27px, 2.6vw, 32px);
  }
}

@media (max-width: 900px) {
  .hr-page .ect-it-banner {
    height: 440px;
    margin: 70px auto;
  }

  .hr-page .ect-it-banner__content {
    width: 58%;
    padding-right: 20px;
    padding-left: 36px;
  }

  .hr-page .ect-it-banner__image {
    width: 62%;
    height: 100%;
    background-position: right top;
    background-size: contain;
    -webkit-mask-image:
      linear-gradient(
        to right,
        transparent 0%,
        rgba(0, 0, 0, 0.15) 24%,
        rgba(0, 0, 0, 0.8) 52%,
        #000000 68%
      );
    mask-image:
      linear-gradient(
        to right,
        transparent 0%,
        rgba(0, 0, 0, 0.15) 24%,
        rgba(0, 0, 0, 0.8) 52%,
        #000000 68%
      );
  }

  .hr-page .ect-it-banner__title {
    max-width: 380px;
    font-size: 27px;
  }

  .hr-page .ect-it-banner__desc {
    max-width: 370px;
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  .hr-page .ect-it-banner {
    width: calc(100% - 32px);
    height: auto;
    min-height: 590px;
    margin: 70px auto;
  }

  .hr-page .ect-it-banner__container {
    position: relative;
    min-height: 590px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
  }

  .hr-page .ect-it-banner__content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: auto;
    min-height: 340px;
    padding: 38px 26px 30px;
    justify-content: flex-start;
  }

  .hr-page .ect-it-banner__eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 1.2px;
  }

  .hr-page .ect-it-banner__title {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: 25px;
    line-height: 1.28;
  }

  .hr-page .ect-it-banner__desc {
    max-width: 100%;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.55;
  }

  .hr-page .ect-it-banner__cta {
    min-height: 42px;
    padding: 9px 16px;
    font-size: 14px;
  }

  .hr-page .ect-it-banner__image {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    border-radius: 0 0 20px 20px;
    background-position: center top;
    background-size: cover;
    -webkit-mask-image:
      linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.22) 17%,
        rgba(0, 0, 0, 0.82) 42%,
        #000000 58%
      );
    mask-image:
      linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.22) 17%,
        rgba(0, 0, 0, 0.82) 42%,
        #000000 58%
      );
  }
}

@media (max-width: 400px) {
  .hr-page .ect-it-banner {
    width: calc(100% - 24px);
    min-height: 610px;
  }

  .hr-page .ect-it-banner__container {
    min-height: 610px;
  }

  .hr-page .ect-it-banner__content {
    min-height: 355px;
    padding: 32px 20px 26px;
  }

  .hr-page .ect-it-banner__title {
    font-size: 22px;
  }

  .hr-page .ect-it-banner__image {
    height: 290px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hr-page .ect-it-banner__cta {
    transition: none;
  }

  .hr-page .ect-it-banner__cta:hover {
    transform: none;
  }
}


/* ==========================================================================
   FAQ
   ========================================================================== */

.hr-page .faq-section {
  width: min(var(--hr-max), calc(100% - 40px));
  max-width: var(--hr-max);
  margin: 0 auto;
  padding: 96px 0 100px;
  overflow: visible;
}

.hr-page .faq-head {
  min-height: 118px;
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: 1fr 419px;
  align-items: end;
  gap: 40px;
}

.hr-page .faq-eyebrow {
  margin: 0 0 8px;
  display: block;
  color: #000000;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hr-page .faq-title {
  width: 462px;
  margin: 0;
  color: #000000;
  font-size: 31.25px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}

.hr-page .faq-sub {
  width: 419px;
  margin: 0 0 2px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.hr-page .faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 608px) minmax(0, 612px);
  gap: 24px;
  align-items: start;
}

.hr-page .faq-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: #f1f1ef;
  opacity: 1;
  transform: none;
  box-shadow: none;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.hr-page .faq-item.faq-in-view {
  animation: none;
  opacity: 1;
  transform: none;
}

.hr-page .faq-item:hover {
  border: 0;
  box-shadow: none;
  transform: none;
}

.hr-page .faq-item.open {
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.hr-page .faq-q {
  position: relative;
  width: 100%;
  min-height: 72px;
  padding: 20px 24px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 16px;
  background: #f1f1ef;
  color: #000000;
  font-family: "Plus Jakarta Sans", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.hr-page .faq-item.open .faq-q {
  background: #0c3c01;
  color: #ffffff;
  border-radius: 16px;
}

.hr-page .faq-icon {
  position: relative;
  width: 24px;
  height: 30px;
  flex: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: currentColor;
  transform: none !important;
  pointer-events: none;
}

.hr-page .faq-icon svg {
  display: none !important;
}

.hr-page .faq-icon::before {
  content: "\2191";
  display: block;
  color: currentColor;
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
  transform: rotate(0deg);
  transform-origin: center;
  transition:
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.25s ease;
}

.hr-page .faq-item.open .faq-icon::before {
  transform: rotate(-180deg);
}

.hr-page .faq-item:not(.open) .faq-icon::before {
  transform: rotate(0deg);
}

.hr-page .faq-item.open .faq-icon {
  color: #ffffff;
}

.hr-page .faq-item:not(.open) .faq-icon {
  color: #000000;
}

.hr-page .faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}

.hr-page .faq-item.open .faq-a {
  grid-template-rows: 1fr;
}

.hr-page .faq-a-inner {
  overflow: hidden;
  background: #f1f1ef;
}

.hr-page .faq-a-inner p {
  margin: 0;
  padding: 14px 24px 18px;
  color: #242824;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  opacity: 1;
  transform: none;
  transition: opacity 0.25s ease;
}

.hr-page .faq-item::after {
  display: none;
}

.hr-page .faq-q:focus-visible {
  outline: 2px solid #0c3c01;
  outline-offset: 3px;
}

.hr-page .faq-item.open .faq-q:focus-visible {
  outline-color: rgba(12, 60, 1, 0.4);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1180px) {
  .hr-page .software-section .content-area {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .hr-page .software-section .content-image {
    width: 100%;
  }

  .hr-page .hr-compare .inner {
    grid-template-columns: minmax(260px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr);
  }

  .hr-page .hr-compare .card {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .hr-page .hero {
    padding-top: 54px;
  }

  .hr-page .hero__title {
    font-size: clamp(36px, 6vw, 48px);
  }

  .hr-page .hero__image-wrap {
    height: clamp(360px, 55vw, 552px);
  }

  .hr-page .software-section .tab {
    font-size: 20px;
  }

  .hr-page .software-section .content-area {
    height: auto;
    min-height: 483px;
    grid-template-columns: 1fr;
  }

  .hr-page .software-section .content-image {
    height: 360px;
  }

  .hr-page .software-section .content-panel {
    min-height: 400px;
    padding: 24px 16px 10px;
  }

  .hr-page .hr-compare {
    min-height: auto;
  }

  .hr-page .hr-compare .inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hr-page .hr-compare .intro {
    grid-column: 1 / -1;
  }

  .hr-page .hr-compare .intro h2,
  .hr-page .hr-compare .intro p {
    width: 100%;
  }

  .hr-page .hr-compare .card.traditional {
    margin-top: 0;
  }

  .hr-page .zoho-implementation__header {
    grid-template-columns: 1fr 1fr;
  }

  .hr-page .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .hr-page .hero {
    width: calc(100% - 32px);
    padding-top: 40px;
  }

  .hr-page .hero__title {
    font-size: 32px;
  }

  .hr-page .hero__break {
    display: none;
  }

  .hr-page .hero__subtitle {
    font-size: 14px;
  }

  .hr-page .hero__image-wrap {
    height: 300px;
    border-radius: 16px;
  }

  .hr-page .hero__image {
    border-radius: 16px;
  }

  .hr-page .software-section,
  .hr-page .zoho-implementation,
  .hr-page .ect-it-banner,
  .hr-page .faq-section {
    width: calc(100% - 32px);
  }

  .hr-page .software-section {
    padding-top: 70px;
  }

  .hr-page .software-section .section-header {
    min-height: 0;
    align-items: flex-end;
  }

  .hr-page .software-section .section-title,
  .hr-page .zoho-implementation__title,
  .hr-page .faq-title {
    width: auto;
    font-size: 28px;
  }

  .hr-page .software-section .tabs-wrapper {
    height: 150px;
  }

  .hr-page .software-section .tabs-track {
    height: 150px;
  }

  .hr-page .software-section .tab {
    width: 260px !important;
    min-width: 260px;
    height: 86px;
    padding: 14px 20px;
    border-radius: 18px;
    font-size: 18px;
  }

  .hr-page .software-section .tab.active {
    height: 150px;
    padding-bottom: 72px;
  }

  .hr-page .software-section .content-area {
    margin-top: -50px;
    padding: 16px;
    border-radius: 18px;
  }

  .hr-page .software-section .content-image {
    height: 280px;
  }

  .hr-page .software-section .content-panel {
    min-height: 430px;
  }

  .hr-page .software-section .content-panel p,
  .hr-page .software-section .apps-list {
    font-size: 14px;
  }

  .hr-page .hr-compare {
    margin-top: 60px;
    padding: 48px 0;
  }

  .hr-page .hr-compare .inner {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
  }

  .hr-page .hr-compare .intro h2 {
    font-size: 28px;
  }

  .hr-page .hr-compare .card {
    width: 100%;
  }

  .hr-page .zoho-implementation {
    padding-top: 70px;
  }

  .hr-page .zoho-implementation__header {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hr-page .zoho-implementation__subtitle {
    width: auto;
    margin-top: 0;
  }

  .hr-page .zoho-implementation__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .hr-page .zoho-implementation__cell {
    min-height: 300px;
    border-right: 0 !important;
    border-bottom: 1px solid #cfd4c9 !important;
  }

  .hr-page .zoho-implementation__cell:last-child {
    border-bottom: 0 !important;
  }

  .hr-page .zoho-implementation__cell::after {
    display: none;
  }


  .hr-page .faq-section {
    padding-top: 70px;
  }

  .hr-page .faq-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hr-page .faq-sub {
    width: auto;
  }

  .hr-page .faq-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hr-page .faq-q {
    min-height: 64px;
    padding: 17px 18px;
    font-size: 14px;
  }

  .hr-page .faq-a-inner p {
    padding: 14px 18px 18px;
    font-size: 14px;
  }

  .hr-page .faq-icon::before {
    font-size: 22px;
  }
}

@media (max-width: 760px) {
  .hr-page .hero__title {
    font-size: 28px;
  }

  .hr-page .hero__image-wrap {
    height: 240px;
  }

  .hr-page .software-section .nav-arrows {
    gap: 8px;
  }

  .hr-page .software-section .nav-arrows button {
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .hr-page .hr-compare .aurora,
  .hr-page .hr-compare .hr-icon,
  .hr-page .hr-compare .growth .line,
  .hr-page .hr-compare .growth .area,
  .hr-page .hr-compare .growth .dot,
  .hr-page .zoho-implementation__cell,
  .hr-page .zoho-implementation__cell:nth-child(4) .zoho-implementation__icon,
  .hr-page .faq-item {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .hr-page .hr-compare #netCanvas {
    display: none;
  }

  .hr-page .faq-icon::before {
    transition: none;
  }
}

/* =========================================================
   OUR APPROACH — CONTINUOUS DIVIDER + FIGMA CHEVRON FIX
   ========================================================= */

@media (min-width: 761px) {
  .hr-page .zoho-implementation__grid {
    --approach-line-color: rgba(91, 109, 73, 0.68);
    position: relative;
    border-color: var(--approach-line-color);
    overflow: hidden;
  }

  .hr-page .zoho-implementation__cell {
    overflow: visible;
  }

  .hr-page .zoho-implementation__cell:nth-child(1),
  .hr-page .zoho-implementation__cell:nth-child(3) {
    position: relative;
    border-right: 0;
    z-index: 2;
  }

  .hr-page .zoho-implementation__cell:nth-child(2),
  .hr-page .zoho-implementation__cell:nth-child(4) {
    position: relative;
    z-index: 1;
  }

  .hr-page .zoho-implementation__cell:nth-child(1),
  .hr-page .zoho-implementation__cell:nth-child(2) {
    border-bottom-color: var(--approach-line-color);
  }

  .hr-page .zoho-implementation__cell:nth-child(1)::before,
  .hr-page .zoho-implementation__cell:nth-child(3)::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: -1px;
    right: -1px;
    bottom: -1px;
    width: 1px;
    background: var(--approach-line-color);
    pointer-events: none;
  }

  .hr-page .zoho-implementation__cell:nth-child(1)::after,
  .hr-page .zoho-implementation__cell:nth-child(3)::after {
    content: "";
    position: absolute;
    z-index: 6;
    top: 50%;
    right: -9px;
    width: 18px;
    height: 18px;
    background: inherit;
    border: 0;
    border-top: 1px solid var(--approach-line-color);
    border-right: 1px solid var(--approach-line-color);
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .hr-page .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ==========================================================================
   FINAL RESPONSIVE OVERRIDE — HR PAGE
   Fixes conflicting earlier media queries across desktop, tablet and mobile.
   Keep this block at the very end of hr.css.
   ========================================================================== */

/* ---------- Global responsive safety ---------- */

.hr-page,
.hr-page * {
  min-width: 0;
}

.hr-page img,
.hr-page video,
.hr-page canvas,
.hr-page svg {
  max-width: 100%;
}

.hr-page .software-section,
.hr-page .zoho-implementation,
.hr-page .faq-section,
.hr-page .ect-it-banner,
.hr-page .hr-compare .inner {
  width: min(var(--hr-max), calc(100% - 40px));
  max-width: var(--hr-max);
  margin-left: auto;
  margin-right: auto;
}

/* ---------- HR services: desktop ---------- */

.hr-page .software-section {
  padding: 60px 0;
}

.hr-page .software-section .section-header {
  gap: 24px;
}

.hr-page .software-section .section-header > div:first-child {
  min-width: 0;
}

.hr-page .software-section .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 22px;
  padding: 0;
  white-space: normal;
}

.hr-page .software-section .eyebrow::before {
  position: static;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  transform: none;
}

.hr-page .software-section .section-title {
  max-width: 620px;
}

.hr-page .software-section .tabs-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hr-page .software-section .tabs-track {
  height: auto;
  margin-bottom: 20px;
}

.hr-page .software-section .tab,
.hr-page .software-section .tab.active {
  width: auto !important;
  height: auto !important;
}

.hr-page .software-section .content-area {
  width: 100%;
  min-height: 0;
}

.hr-page .software-section .content-image {
  max-width: 100%;
}

.hr-page .software-section .content-panel {
  min-height: 0;
}

/* ---------- Large tablet / small laptop ---------- */

@media (max-width: 1180px) {
  .hr-page .software-section,
  .hr-page .zoho-implementation,
  .hr-page .faq-section,
  .hr-page .ect-it-banner,
  .hr-page .hr-compare .inner {
    width: calc(100% - 32px);
  }

  .hr-page .software-section .content-area {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  }

  .hr-page .software-section .content-image {
    width: 100%;
    height: auto;
    aspect-ratio: 608 / 435;
  }

  .hr-page .hr-compare .inner {
    grid-template-columns: minmax(240px, 0.9fr) minmax(280px, 1fr) minmax(280px, 1fr);
  }

  .hr-page .hr-compare .card {
    width: 100%;
  }
}

/* ---------- Tablet ---------- */

@media (max-width: 1024px) {
  .hr-page .hero {
    width: calc(100% - 32px);
    padding-top: 48px;
  }

  .hr-page .hero__title {
    font-size: clamp(34px, 5.5vw, 44px);
  }

  .hr-page .hero__image-wrap {
    height: auto;
    aspect-ratio: 16 / 8;
  }

  .hr-page .software-section {
    padding: 52px 0;
  }

  .hr-page .software-section .section-header {
    align-items: flex-end;
  }

  .hr-page .software-section .section-title {
    font-size: 31px;
  }

  .hr-page .software-section .tab {
    min-width: 210px !important;
    padding: 16px 22px !important;
    font-size: 14px !important;
  }

  .hr-page .software-section .tab.active {
    padding: 16px 22px 36px !important;
  }

  .hr-page .software-section .content-area {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: 0;
  }

  .hr-page .software-section .content-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .hr-page .software-section .content-panel {
    min-height: 0;
    padding: 12px 8px 8px;
  }

  .hr-page .hr-compare .inner {
    grid-template-columns: 1fr 1fr;
  }

  .hr-page .hr-compare .intro {
    grid-column: 1 / -1;
  }

  .hr-page .hr-compare .intro h2,
  .hr-page .hr-compare .intro p {
    width: 100%;
  }

  .hr-page .hr-compare .card.traditional,
  .hr-page .hr-compare .card.ect {
    margin-top: 0;
  }

  .hr-page .zoho-implementation__header {
    grid-template-columns: 1fr 1fr;
  }

  .hr-page .faq-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ---------- Mobile landscape / small tablet ---------- */

@media (max-width: 760px) {
  .hr-page .hero,
  .hr-page .software-section,
  .hr-page .zoho-implementation,
  .hr-page .faq-section,
  .hr-page .ect-it-banner,
  .hr-page .hr-compare .inner {
    width: calc(100% - 28px);
  }

  .hr-page .hero {
    padding-top: 36px;
  }

  .hr-page .hero__title {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.2;
  }

  .hr-page .hero__subtitle {
    font-size: 14px;
  }

  .hr-page .hero__image-wrap {
    height: auto;
    aspect-ratio: 16 / 10;
    border-radius: 16px;
  }

  .hr-page .software-section {
    padding: 48px 0;
  }

  .hr-page .software-section .section-header {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 24px;
  }

  .hr-page .software-section .eyebrow {
    gap: 10px;
    margin-bottom: 14px;
    font-size: 12px;
    letter-spacing: 2.3px;
  }

  .hr-page .software-section .eyebrow::before {
    flex-basis: 10px;
    width: 10px;
    height: 10px;
  }

  .hr-page .software-section .section-title {
    max-width: 100%;
    font-size: 27px;
    line-height: 1.2;
  }

  .hr-page .software-section .nav-arrows {
    align-self: flex-end;
  }

  .hr-page .software-section .tabs-wrapper {
    height: auto !important;
  }

  .hr-page .software-section .tabs-track {
    height: auto !important;
    margin-bottom: 16px;
  }

  .hr-page .software-section .tab {
    min-width: 220px !important;
    max-width: 260px;
    height: auto !important;
    padding: 14px 18px !important;
    border-radius: 14px;
    font-size: 14px !important;
    line-height: 1.35;
  }

  .hr-page .software-section .tab.active {
    height: auto !important;
    padding: 14px 18px 32px !important;
    margin-bottom: -16px;
  }

  .hr-page .software-section .content-area {
    margin-top: 0 !important;
    padding: 14px;
    grid-template-columns: 1fr;
    gap: 14px;
    border-radius: 14px;
  }

  .hr-page .software-section .content-image {
    width: 100%;
    height: auto !important;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
  }

  .hr-page .software-section .content-panel {
    min-height: 0 !important;
    padding: 16px 4px 6px;
  }

  .hr-page .software-section .content-panel h3 {
    font-size: 20px;
  }

  .hr-page .software-section .content-panel p {
    font-size: 14px;
    line-height: 1.65;
  }

  .hr-page .software-section .apps-list {
    font-size: 13px;
  }

  .hr-page .hr-compare {
    margin-top: 48px;
    padding: 44px 0;
  }

  .hr-page .hr-compare .inner {
    grid-template-columns: 1fr;
  }

  .hr-page .hr-compare .intro h2 {
    font-size: 27px;
  }

  .hr-page .hr-compare .card {
    width: 100%;
  }

  .hr-page .zoho-implementation {
    padding-top: 56px;
  }

  .hr-page .zoho-implementation__header {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hr-page .zoho-implementation__title,
  .hr-page .faq-title {
    width: auto;
    font-size: 27px;
  }

  .hr-page .zoho-implementation__subtitle,
  .hr-page .faq-sub {
    width: auto;
    margin-top: 0;
  }

  .hr-page .zoho-implementation__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .hr-page .zoho-implementation__cell {
    min-height: 0;
    padding: 28px 22px;
    border-right: 0 !important;
    border-bottom: 1px solid #cfd4c9 !important;
  }

  .hr-page .zoho-implementation__cell:last-child {
    border-bottom: 0 !important;
  }

  .hr-page .zoho-implementation__cell::before,
  .hr-page .zoho-implementation__cell::after {
    display: none !important;
  }

  .hr-page .faq-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hr-page .faq-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

}

/* ---------- Small mobile ---------- */

@media (max-width: 480px) {
  .hr-page .hero,
  .hr-page .software-section,
  .hr-page .zoho-implementation,
  .hr-page .faq-section,
  .hr-page .ect-it-banner,
  .hr-page .hr-compare .inner {
    width: calc(100% - 24px);
  }

  .hr-page .hero__title {
    font-size: 27px;
  }

  .hr-page .hero__image-wrap {
    aspect-ratio: 4 / 3;
  }

  .hr-page .software-section .section-title {
    font-size: 24px;
  }

  .hr-page .software-section .eyebrow {
    font-size: 11px;
    letter-spacing: 1.8px;
  }

  .hr-page .software-section .tab {
    min-width: 205px !important;
    max-width: 225px;
    padding: 13px 14px !important;
    font-size: 13px !important;
  }

  .hr-page .software-section .tab.active {
    padding: 13px 14px 29px !important;
  }

  .hr-page .software-section .content-area {
    padding: 12px;
  }

  .hr-page .software-section .content-image {
    aspect-ratio: 1 / 1;
  }

  .hr-page .software-section .content-panel {
    padding: 14px 2px 4px;
  }

  .hr-page .software-section .content-panel h3 {
    font-size: 19px;
  }

  .hr-page .software-section .content-panel p,
  .hr-page .software-section .apps-list {
    overflow-wrap: anywhere;
  }

  .hr-page .software-section .btn-demo {
    width: 100%;
    text-align: center;
  }

  .hr-page .faq-q {
    min-height: 60px;
    padding: 16px;
    font-size: 13.5px;
  }

  .hr-page .faq-a-inner p {
    padding: 12px 16px 16px;
    font-size: 13.5px;
  }
}

/* ---------- Very small mobile ---------- */

@media (max-width: 360px) {
  .hr-page .software-section .section-title,
  .hr-page .zoho-implementation__title,
  .hr-page .faq-title {
    font-size: 22px;
  }

  .hr-page .software-section .tab {
    min-width: 190px !important;
    max-width: 205px;
  }

  .hr-page .software-section .nav-arrows button {
    width: 36px;
    height: 36px;
  }

  .hr-page .software-section .content-area {
    padding: 10px;
  }
}

/* ==========================================================================
   FINAL OVERRIDE — HR "OUR APPROACH" MATCHED TO ZOHO
   Content remains unchanged. Only UI, animation and responsiveness are updated.
   Keep this block at the very end of hr.css.
   ========================================================================== */

.hr-page .zoho-implementation {
  --zoho-green: #1e5c1e;
  --zoho-dark: #0f1a0f;
  --zoho-text: #3a3f3a;
  --zoho-border: #dfe3da;
  --zoho-bg: #ffffff;

  width: min(1200px, calc(100% - 40px));
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 48px 0;

  background: var(--zoho-bg);
  color: var(--zoho-text);
  font-family: "Montserrat", sans-serif;
}

/* OUR APPROACH */
.hr-page .zoho-implementation__eyebrow {
  display: block;
  margin: 0 0 14px;

  color: var(--zoho-dark);

  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Heading + right description */
.hr-page .zoho-implementation__header {
  width: 100%;
  min-height: 0;
  margin: 0 0 36px;

  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 40px;
}

.hr-page .zoho-implementation__title {
  width: auto;
  max-width: 420px;
  margin: 0;

  color: var(--zoho-dark);

  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.25;
}

.hr-page .zoho-implementation__subtitle {
  width: auto;
  max-width: 330px;
  margin: 0;

  color: var(--zoho-text);

  font-family: "Montserrat", sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.55;
}

/* 2 × 2 process grid */
.hr-page .zoho-implementation__grid {
  width: 100%;
  min-height: 0;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: none;

  overflow: hidden;

  border: 1px solid var(--zoho-border);
  border-radius: 14px;

  background: #ffffff;
}

/* Process card */
.hr-page .zoho-implementation__cell {
  position: relative;
  min-height: 300px;
  padding: 38px 42px 42px;

  overflow: visible;

  background: #ffffff;
  opacity: 0;
  transform: translateY(18px);

  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.hr-page .zoho-implementation__cell:hover {
  background: #f8faf6;
}

/* Correct grid dividers */
.hr-page .zoho-implementation__cell:nth-child(1) {
  border-right: 1px solid var(--zoho-border);
  border-bottom: 1px solid var(--zoho-border);
}

.hr-page .zoho-implementation__cell:nth-child(2) {
  border-bottom: 1px solid var(--zoho-border);
}

.hr-page .zoho-implementation__cell:nth-child(3) {
  border-right: 1px solid var(--zoho-border);
}

.hr-page .zoho-implementation__cell:nth-child(4) {
  border: 0;
}

/* Remove older duplicate divider line */
.hr-page .zoho-implementation__cell:nth-child(1)::before,
.hr-page .zoho-implementation__cell:nth-child(3)::before {
  display: none !important;
}

/* Zoho-style centre chevrons */
.hr-page .zoho-implementation__cell:nth-child(1)::after,
.hr-page .zoho-implementation__cell:nth-child(3)::after {
  content: "";

  position: absolute;
  z-index: 3;

  top: 50%;
  right: -11px;

  width: 22px;
  height: 22px;

  border: 0;
  border-top: 1px solid var(--zoho-border);
  border-right: 1px solid var(--zoho-border);

  background: #ffffff;

  transform: translateY(-50%) rotate(45deg);

  transition: background-color 0.3s ease;
  pointer-events: none;
}

.hr-page .zoho-implementation__cell:nth-child(1):hover::after,
.hr-page .zoho-implementation__cell:nth-child(3):hover::after {
  background: #f8faf6;
}

/* Scroll reveal */
.hr-page .zoho-implementation__cell.is-animated {
  animation: hrApproachReveal 0.55s ease forwards;
}

.hr-page .zoho-implementation__cell:nth-child(2).is-animated {
  animation-delay: 0.08s;
}

.hr-page .zoho-implementation__cell:nth-child(3).is-animated {
  animation-delay: 0.16s;
}

.hr-page .zoho-implementation__cell:nth-child(4).is-animated {
  animation-delay: 0.24s;
}

@keyframes hrApproachReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Icon size */
.hr-page .zoho-implementation__icon {
  width: 60px;
  height: 60px;
  margin: 0 0 56px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.hr-page .zoho-implementation__icon svg,
.hr-page .zoho-implementation__icon img {
  width: 60px;
  height: 60px;

  display: block;

  fill: none;
  stroke: var(--zoho-green);
  stroke-width: 1.8;

  object-fit: contain;

  transform-box: fill-box;
  transform-origin: center;
}

/*
 * Match Zoho icon behavior:
 * Step 02 uses zoom; the other steps use spin.
 */
.hr-page .zoho-implementation__cell:hover
.zoho-implementation__icon svg,
.hr-page .zoho-implementation__cell:hover
.zoho-implementation__icon img {
  animation: hrApproachSpin 3s ease-in-out infinite;
}

.hr-page .zoho-implementation__cell:nth-child(2):hover
.zoho-implementation__icon svg,
.hr-page .zoho-implementation__cell:nth-child(2):hover
.zoho-implementation__icon img {
  animation: hrApproachZoom 3s ease-in-out infinite;
}

/* Remove the old permanent Step 04 pulse */
.hr-page .zoho-implementation__cell:nth-child(4).is-animated
.zoho-implementation__icon {
  animation: none !important;
}

@keyframes hrApproachSpin {
  0% {
    transform: rotate(0deg);
  }

  33.33% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes hrApproachZoom {
  0% {
    transform: scale(1);
  }

  16.66% {
    transform: scale(1.15);
  }

  33.33% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

/* Step label */
.hr-page .zoho-implementation__step-label {
  display: block;
  margin: 0 0 10px;

  color: var(--zoho-dark);

  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Step heading */
.hr-page .zoho-implementation__cell-title {
  margin: 0 0 10px;

  color: var(--zoho-dark);

  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
}

/* Step description */
.hr-page .zoho-implementation__cell-desc {
  width: auto;
  max-width: 440px;
  margin: 0;

  color: var(--zoho-text);

  font-family: "Montserrat", sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.6;
}

/* Large tablet */
@media (max-width: 992px) {
  .hr-page .zoho-implementation {
    width: calc(100% - 32px);
    padding: 40px 0;
  }

  .hr-page .zoho-implementation__header {
    gap: 28px;
  }

  .hr-page .zoho-implementation__cell {
    padding: 30px;
  }
}

/* Tablet and mobile */
@media (max-width: 760px) {
  .hr-page .zoho-implementation {
    width: calc(100% - 28px);
    padding: 32px 0;
  }

  .hr-page .zoho-implementation__header {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
    margin-bottom: 28px;
  }

  .hr-page .zoho-implementation__title {
    max-width: 100%;
    font-size: 28px;
  }

  .hr-page .zoho-implementation__subtitle {
    max-width: 100%;
    font-size: 14px;
  }

  .hr-page .zoho-implementation__grid {
    grid-template-columns: 1fr;
  }

  .hr-page .zoho-implementation__cell {
    min-height: 0;
    padding: 28px 24px;

    border-right: 0 !important;
    border-bottom: 1px solid var(--zoho-border) !important;
  }

  .hr-page .zoho-implementation__cell:last-child {
    border-bottom: 0 !important;
  }

  .hr-page .zoho-implementation__cell::before,
  .hr-page .zoho-implementation__cell::after {
    display: none !important;
  }

  .hr-page .zoho-implementation__icon {
    margin-bottom: 34px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .hr-page .zoho-implementation {
    width: calc(100% - 24px);
  }

  .hr-page .zoho-implementation__eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 1.3px;
  }

  .hr-page .zoho-implementation__title {
    font-size: 24px;
  }

  .hr-page .zoho-implementation__subtitle {
    font-size: 13.5px;
    line-height: 1.55;
  }

  .hr-page .zoho-implementation__cell {
    padding: 24px 20px;
  }

  .hr-page .zoho-implementation__icon,
  .hr-page .zoho-implementation__icon svg,
  .hr-page .zoho-implementation__icon img {
    width: 52px;
    height: 52px;
  }

  .hr-page .zoho-implementation__icon {
    margin-bottom: 28px;
  }

  .hr-page .zoho-implementation__cell-title {
    font-size: 18px;
  }

  .hr-page .zoho-implementation__cell-desc {
    font-size: 14px;
  }
}

/* Very small mobile */
@media (max-width: 360px) {
  .hr-page .zoho-implementation__title {
    font-size: 22px;
  }

  .hr-page .zoho-implementation__cell {
    padding: 22px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hr-page .zoho-implementation__cell,
  .hr-page .zoho-implementation__icon,
  .hr-page .zoho-implementation__icon svg,
  .hr-page .zoho-implementation__icon img {
    animation: none !important;
    transition: none !important;
  }

  .hr-page .zoho-implementation__cell {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ==========================================================================
   FINAL OVERRIDE — HR FAQ MATCHED TO ZOHO
   ========================================================================== */

.hr-page .faq-section {
  width: min(1200px, calc(100% - 40px));
  max-width: 1200px;
  margin: 0 auto;
  padding: 88px 0 100px;
  overflow: visible;
}

.hr-page .faq-head {
  min-height: 0;
  margin: 0 0 28px;

  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  align-items: end;
  gap: 40px;
}

.hr-page .faq-eyebrow {
  display: block;
  margin: 0 0 10px;

  color: #111111;

  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hr-page .faq-title {
  width: auto;
  max-width: 620px;
  margin: 0;

  color: #111111;

  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.3px;
}

.hr-page .faq-sub {
  width: auto;
  max-width: 420px;
  margin: 0 0 2px;

  color: #3f443f;

  font-family: "Montserrat", sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.6;
}

.hr-page .faq-grid {
  width: 100%;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  align-items: start;
}

.hr-page .faq-item {
  position: relative;
  width: 100%;
  overflow: hidden;

  border: 0;
  border-radius: 14px;

  background: #f1f1ef;
  box-shadow: none;

  opacity: 1;
  transform: none;

  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.hr-page .faq-item:hover {
  border: 0;
  box-shadow: none;
  transform: none;
}

.hr-page .faq-item.open {
  overflow: visible;
  background: transparent;
}

.hr-page .faq-q {
  position: relative;

  width: 100%;
  min-height: 72px;
  padding: 20px 24px;

  border: 0;
  border-radius: 14px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  background: #f1f1ef;
  color: #111111;

  font-family: "Plus Jakarta Sans", "Montserrat", sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;

  cursor: pointer;

  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-radius 0.3s ease;
}

.hr-page .faq-question-text {
  min-width: 0;
  overflow-wrap: anywhere;
}

.hr-page .faq-item.open .faq-q {
  border-radius: 14px 14px 0 0;
  background: #0c3c01;
  color: #ffffff;
}

.hr-page .faq-icon {
  position: relative;

  width: 24px;
  height: 28px;
  flex: 0 0 24px;

  display: grid;
  place-items: center;

  color: currentColor;
  pointer-events: none;
}

.hr-page .faq-icon svg {
  display: none !important;
}

.hr-page .faq-icon::before {
  content: "\2191";

  display: block;

  color: currentColor;

  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;

  transform: rotate(0deg);
  transform-origin: center;

  transition:
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.25s ease;
}

.hr-page .faq-item.open .faq-icon::before {
  transform: rotate(-180deg);
}

.hr-page .faq-a {
  display: grid;
  grid-template-rows: 0fr;

  transition: grid-template-rows 0.4s ease;
}

.hr-page .faq-item.open .faq-a {
  grid-template-rows: 1fr;
}

.hr-page .faq-a-inner {
  overflow: hidden;
  border-radius: 0 0 14px 14px;
  background: #f1f1ef;
}

.hr-page .faq-a-inner p {
  margin: 0;
  padding: 16px 24px 20px;

  color: #242824;

  font-family: "Montserrat", sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.65;
}

.hr-page .faq-q:focus-visible {
  outline: 2px solid #0c3c01;
  outline-offset: 3px;
}

.hr-page .faq-item.open .faq-q:focus-visible {
  outline-color: rgba(12, 60, 1, 0.35);
}

@media (max-width: 900px) {
  .hr-page .faq-section {
    width: calc(100% - 32px);
    padding: 72px 0 84px;
  }

  .hr-page .faq-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
  }

  .hr-page .faq-title,
  .hr-page .faq-sub {
    max-width: 100%;
  }

  .hr-page .faq-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 576px) {
  .hr-page .faq-section {
    width: calc(100% - 24px);
    padding: 56px 0 70px;
  }

  .hr-page .faq-title {
    font-size: 25px;
  }

  .hr-page .faq-sub {
    font-size: 13.5px;
  }

  .hr-page .faq-q {
    min-height: 64px;
    padding: 17px 18px;
    gap: 14px;
    font-size: 14px;
  }

  .hr-page .faq-icon {
    width: 22px;
    flex-basis: 22px;
  }

  .hr-page .faq-icon::before {
    font-size: 22px;
  }

  .hr-page .faq-a-inner p {
    padding: 14px 18px 18px;
    font-size: 13.5px;
  }
}

@media (max-width: 360px) {
  .hr-page .faq-title {
    font-size: 22px;
  }

  .hr-page .faq-q {
    padding: 15px 14px;
    font-size: 13.5px;
  }

  .hr-page .faq-a-inner p {
    padding: 13px 14px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hr-page .faq-a,
  .hr-page .faq-icon::before,
  .hr-page .faq-q {
    transition: none !important;
  }
}
/* ==========================================================================
   FINAL FAQ REVEAL — MATCH ZOHO
   ========================================================================== */

.hr-page .faq-item {
  opacity: 0;
  transform: translateY(18px);
}

.hr-page .faq-item.faq-in-view {
  animation: hrFaqReveal 0.55s ease forwards;
}

@keyframes hrFaqReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hr-page .faq-item,
  .hr-page .faq-item.faq-in-view {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

/* ==========================================================================
   FINAL FAQ OVERRIDE — EXACT ZOHO FAQ UI FOR HR PAGE
   HR FAQ text/content remains unchanged.
   Keep this block at the very end of hr.css.
   ========================================================================== */

.hr-page .faq-section {
  --faq-bg: #f7f7f5;
  --faq-card: #ffffff;
  --faq-ink: #111312;
  --faq-ink-soft: #5b5f5c;
  --faq-line: #e6e6e2;
  --faq-accent: #1f6f54;
  --faq-accent-soft: #e7f2ed;
  --faq-radius: 14px;
  --faq-ease: cubic-bezier(.4, 0, .2, 1);
  --faq-ease-spring: cubic-bezier(.34, 1.4, .44, 1);

  position: relative;
  width: min(1200px, calc(100% - 40px));
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 20px 96px;
  overflow: hidden;
}

.hr-page .faq-section::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(31, 111, 84, .10),
    transparent 70%
  );
  pointer-events: none;
  animation: hrFaqFloat 9s ease-in-out infinite alternate;
}

@keyframes hrFaqFloat {
  from {
    transform: translate(0, 0);
  }

  to {
    transform: translate(-40px, 40px);
  }
}

/* Header */

.hr-page .faq-head {
  min-height: 0;
  margin: 0 0 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.hr-page .faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;

  color: var(--faq-accent);

  font-family: "Montserrat", sans-serif;
  font-size: .72rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hr-page .faq-eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  display: inline-block;
  flex: 0 0 26px;
  background: var(--faq-accent);
  transform-origin: left;
  animation: hrFaqGrow .8s var(--faq-ease) both .2s;
}

@keyframes hrFaqGrow {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.hr-page .faq-title {
  width: auto;
  max-width: 560px;
  margin: 0;

  color: var(--faq-ink);

  font-family: "Montserrat", sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.hr-page .faq-title span {
  color: var(--faq-accent);
}

.hr-page .faq-sub {
  width: auto;
  max-width: 440px;
  margin: 0;

  color: var(--faq-ink-soft);

  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/* Grid */

.hr-page .faq-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  align-items: start;
}

/* FAQ item */

.hr-page .faq-item {
  position: relative;
  width: 100%;
  overflow: hidden;

  border: 1px solid var(--faq-line);
  border-radius: var(--faq-radius);

  background: var(--faq-card);
  box-shadow: none;

  opacity: 0;
  transform: translateY(26px);
  will-change: transform, opacity;

  transition:
    border-color .3s var(--faq-ease),
    box-shadow .35s var(--faq-ease),
    transform .35s var(--faq-ease);
}

.hr-page .faq-item.faq-in-view {
  animation: hrFaqRise .65s var(--faq-ease) forwards;
}

@keyframes hrFaqRise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hr-page .faq-item:hover {
  border-color: rgba(31, 111, 84, .35);
  box-shadow: 0 12px 32px -12px rgba(17, 19, 18, .12);
  transform: translateY(-2px);
}

.hr-page .faq-item.open {
  overflow: hidden;
  border-color: var(--faq-accent);
  background: var(--faq-card);
  box-shadow: 0 16px 40px -14px rgba(31, 111, 84, .22);
}

/* Question */

.hr-page .faq-q {
  position: relative;
  width: 100%;
  min-height: 0;
  padding: 20px 22px;

  border: 0;
  border-radius: 0;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  background: none;
  color: var(--faq-ink);

  font-family: "Montserrat", sans-serif;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;

  cursor: pointer;

  transition: color .25s var(--faq-ease);
}

.hr-page .faq-question-text {
  min-width: 0;
  overflow-wrap: anywhere;
}

.hr-page .faq-item.open .faq-q {
  border-radius: 0;
  background: none;
  color: var(--faq-accent);
}

/* Circular arrow icon */

.hr-page .faq-icon {
  position: relative;

  width: 34px;
  height: 34px;
  flex: 0 0 34px;

  display: grid;
  place-items: center;

  border: 0;
  border-radius: 50%;

  background: var(--faq-accent-soft);
  color: var(--faq-accent);

  transform: none !important;

  transition:
    transform .45s var(--faq-ease-spring),
    background .3s var(--faq-ease),
    color .3s var(--faq-ease);

  pointer-events: none;
}

.hr-page .faq-icon::before {
  content: none !important;
  display: none !important;
}

.hr-page .faq-icon svg {
  width: 15px;
  height: 15px;
  display: block !important;
  max-width: none;

  fill: none;
  stroke: currentColor;

  transform: rotate(0deg);

  transition: transform .45s var(--faq-ease-spring);
}

.hr-page .faq-item:hover .faq-icon {
  transform: scale(1.08) !important;
}

.hr-page .faq-item.open .faq-icon {
  background: var(--faq-accent);
  color: #ffffff;
  transform: rotate(180deg) !important;
}

.hr-page .faq-item.open .faq-icon svg {
  transform: none;
}

/* Answer */

.hr-page .faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .5s var(--faq-ease);
}

.hr-page .faq-item.open .faq-a {
  grid-template-rows: 1fr;
}

.hr-page .faq-a-inner {
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.hr-page .faq-a-inner p {
  margin: 0;
  padding: 0 22px 22px;

  color: var(--faq-ink-soft);

  font-family: "Montserrat", sans-serif;
  font-size: .92rem;
  font-weight: 400;
  line-height: 1.6;

  opacity: 0;
  transform: translateY(-6px);

  transition:
    opacity .4s var(--faq-ease) .1s,
    transform .4s var(--faq-ease) .1s;
}

.hr-page .faq-item.open .faq-a-inner p {
  opacity: 1;
  transform: translateY(0);
}

/* Bottom accent bar */

.hr-page .faq-item::after {
  content: "";
  height: 3px;
  display: block;

  background: linear-gradient(
    90deg,
    var(--faq-accent),
    #5cbf9a
  );

  transform: scaleX(0);
  transform-origin: left;

  transition: transform .55s var(--faq-ease);
}

.hr-page .faq-item.open::after {
  transform: scaleX(1);
}

/* Focus */

.hr-page .faq-q:focus-visible {
  outline: 2px solid var(--faq-accent);
  outline-offset: -2px;
  border-radius: var(--faq-radius);
}

/* Responsive */

@media (max-width: 900px) {
  .hr-page .faq-section {
    width: calc(100% - 32px);
    padding: 56px 0 80px;
  }

  .hr-page .faq-head {
    align-items: flex-start;
    margin-bottom: 36px;
  }

  .hr-page .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .hr-page .faq-section {
    width: calc(100% - 24px);
    padding: 48px 0 64px;
  }

  .hr-page .faq-head {
    gap: 16px;
    margin-bottom: 30px;
  }

  .hr-page .faq-title {
    max-width: 100%;
    font-size: 25px;
  }

  .hr-page .faq-sub {
    max-width: 100%;
    font-size: 14px;
  }

  .hr-page .faq-q {
    padding: 18px;
    font-size: 14px;
  }

  .hr-page .faq-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .hr-page .faq-a-inner p {
    padding: 0 18px 18px;
    font-size: 13.5px;
  }
}

@media (max-width: 360px) {
  .hr-page .faq-title {
    font-size: 22px;
  }

  .hr-page .faq-q {
    padding: 16px 14px;
    font-size: 13.5px;
  }

  .hr-page .faq-a-inner p {
    padding: 0 14px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hr-page .faq-section::before,
  .hr-page .faq-eyebrow::before,
  .hr-page .faq-item,
  .hr-page .faq-item.faq-in-view,
  .hr-page .faq-icon,
  .hr-page .faq-icon svg,
  .hr-page .faq-a,
  .hr-page .faq-a-inner p,
  .hr-page .faq-item::after {
    animation: none !important;
    transition: none !important;
  }

  .hr-page .faq-item,
  .hr-page .faq-item.faq-in-view {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ==========================================================================
   NAVBAR AND FOOTER — EXACT ZOHO MATCH
   Navbar layout/interaction is controlled by base.css and base.js.
   Footer styles below are copied from the current Zoho page.
   ========================================================================== */

/* Prevent HR page CSS from altering the shared navbar geometry. */
.hr-page .nav-wrap,
.hr-page .navbar,
.hr-page .mobile-panel {
  font-family: "Montserrat", sans-serif;
}

.hr-page .navbar img {
  display: block;
}

/* The exact footer rules used by the Zoho page follow. */
/* =========================================
   FOOTER
========================================= */
.footer { font-family: "Montserrat"; }
.footer-inner { max-width: 1440px; margin: 0 auto; padding: 0 100px; }

/* ---- Top dark green section ---- */
.footer-top { background: #12380a; color: #fff; padding: 56px 0 60px; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr auto auto auto auto;
  gap: 48px;
}
.f-col a, .f-col .f-head { white-space: nowrap; }
/* SERVICES column pushed right */
.footer-grid > .f-col:nth-child(2) { padding-left: 170px; }

.f-logo {
  font-size: 16px; font-weight: 700; letter-spacing: .5px;
  margin-bottom: 16px;
}
.f-desc {
  font-size: 15px; line-height: 1.55; color: #e9efe6;
  max-width: 380px; margin-bottom: 26px;
}
.f-news-title { font-size: 16px; font-weight: 700; margin-bottom: 10px; }
.f-news-desc { font-size: 15px; line-height: 1.5; color: #e9efe6; margin-bottom: 16px; }

.f-subscribe { display: flex; max-width: 300px; }
.f-subscribe input {
  flex: 1; min-width: 0;
  padding: 11px 14px;
  border: none; border-radius: 6px 0 0 6px;
  background: #f5f2ea; color: #333;
  font-size: 14px; font-family: "Montserrat"; outline: none;
}
.f-subscribe input::placeholder { color: #9aa79a; }
.f-subscribe button {
  padding: 11px 18px;
  border: none; border-radius: 6px;
  margin-left: -6px;
  background: #1f5c13; color: #fff;
  font-size: 14px; font-family: "Montserrat"; cursor: pointer;
  transition: background .2s ease;
}
.f-subscribe button:hover { background: #2a7a1a; }

.f-col { display: flex; flex-direction: column; }
.f-head {
  font-size: 16px; font-weight: 700; letter-spacing: .5px;
  margin-bottom: 20px; color: #fff;
}
.f-head-gap { margin-top: 28px; }
.f-head-normal { text-transform: none; }
.f-col a {
  color: #eef3ec; text-decoration: none;
  font-size: 15.5px; line-height: 1.4;
  margin-bottom: 16px;
  transition: color .2s ease, transform .2s ease;
}
.f-col a:hover { color: #a8d99a; }

/* ---- Cream middle strip ---- */
.footer-mid { background: #f5f2ea; padding: 22px 0; }
.footer-mid-row {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 18px;
}
.f-follow { display: flex; align-items: center; gap: 16px; }
.f-follow > span { font-size: 16px; color: #1a1a1a; margin-right: 8px; }
.f-social {
  width: 36px; height: 36px; border-radius: 50%;
  background: #12380a; color: #fff;
  display: flex; align-items: center; justify-content: center;
  transition: transform .25s ease, background .25s ease;
}
.f-social svg { width: 17px; height: 17px; }
.f-social:hover { transform: scale(1.15); background: #1f5c13; }

.f-contact { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.f-contact a {
  display: flex; align-items: center; gap: 8px;
  color: #12380a; text-decoration: none; font-size: 16px;
  transition: color .2s ease;
}
.f-contact a:hover { color: #2a7a1a; }
.f-ci { width: 17px; height: 17px; flex-shrink: 0; }

/* ---- Bottom dark strip ---- */
.footer-bottom { background: #12380a; padding: 34px 0 44px; }
.footer-bottom-row {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 14px;
}
.f-legal { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.f-legal a {
  color: #eef3ec; text-decoration: none; font-size: 15px;
  transition: color .2s ease;
}
.f-legal a:hover { color: #a8d99a; }
.f-legal span { color: #eef3ec; font-size: 14px; }
.f-copy { color: #eef3ec; font-size: 15px; }

/* =========================================
   FOOTER RESPONSIVE
========================================= */
/* Laptop */
@media (max-width: 1280px) {
  .footer-inner { padding: 0 48px; }
  .footer-grid { gap: 36px; }
  .footer-grid > .f-col:nth-child(2) { padding-left: 60px; }
}

/* Tablet */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
  }
  .footer-grid > .f-col:nth-child(2) { padding-left: 0; }
  .f-col a, .f-col .f-head { white-space: normal; }
  .f-brand { grid-column: 1 / -1; }
  .f-desc { max-width: 520px; }
}

/* Mobile */
@media (max-width: 640px) {
  .footer-inner { padding: 0 20px; }
  .footer-top { padding: 44px 0 48px; }
  /* mobile grid system: brand full width, link columns 2-per-row */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .f-brand { grid-column: 1 / -1; }
  .f-col a { font-size: 14.5px; margin-bottom: 13px; }
  .f-head { font-size: 15px; margin-bottom: 14px; }
  .f-subscribe { max-width: 100%; }
  .footer-mid-row { flex-direction: column; align-items: flex-start; }
  .f-contact { flex-direction: column; align-items: flex-start; gap: 12px; }
  .footer-bottom-row { flex-direction: column; align-items: flex-start; }
  .f-legal { row-gap: 6px; }
}

/* Small mobile */
@media (max-width: 380px) {
  .f-follow { flex-wrap: wrap; }
  .f-contact a { font-size: 14.5px; word-break: break-all; }
}

/* ==========================================================================
   FINAL NAVBAR AND FOOTER COLOUR FIX
   Keeps the HR content unchanged while matching the Zoho navbar and footer.
   ========================================================================== */

/* Navbar: Start free trial */
.hr-page .navbar .btn-dark,
.hr-page .mobile-panel .btn-dark {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #111111 !important;
  color: #ffffff !important;
}

.hr-page .navbar .btn-dark:link,
.hr-page .navbar .btn-dark:visited,
.hr-page .navbar .btn-dark:hover,
.hr-page .navbar .btn-dark:active,
.hr-page .mobile-panel .btn-dark:link,
.hr-page .mobile-panel .btn-dark:visited,
.hr-page .mobile-panel .btn-dark:hover,
.hr-page .mobile-panel .btn-dark:active {
  color: #ffffff !important;
}

/* Navbar light CTA and login */
.hr-page .navbar .btn-light,
.hr-page .mobile-panel .btn-light {
  color: #111111 !important;
}

.hr-page .navbar .login,
.hr-page .navbar .login:link,
.hr-page .navbar .login:visited {
  color: #222222 !important;
}

/* Footer cream strip */
.hr-page .footer .f-follow > span {
  color: #1a1a1a !important;
}

.hr-page .footer .f-social {
  background: #12380a !important;
  color: #ffffff !important;
}

.hr-page .footer .f-social:link,
.hr-page .footer .f-social:visited,
.hr-page .footer .f-social:hover,
.hr-page .footer .f-social:active {
  color: #ffffff !important;
}

.hr-page .footer .f-social svg {
  fill: currentColor !important;
  color: #ffffff !important;
}

/* Footer contact information */
.hr-page .footer .f-contact a,
.hr-page .footer .f-contact a:link,
.hr-page .footer .f-contact a:visited,
.hr-page .footer .f-contact a:active {
  color: #12380a !important;
}

.hr-page .footer .f-contact a:hover {
  color: #2a7a1a !important;
}

.hr-page .footer .f-contact svg {
  fill: currentColor !important;
}

/* Footer top links */
.hr-page .footer .f-col a,
.hr-page .footer .f-col a:link,
.hr-page .footer .f-col a:visited,
.hr-page .footer .f-col a:active {
  color: #eef3ec !important;
}

.hr-page .footer .f-col a:hover {
  color: #a8d99a !important;
}

/* Footer bottom legal links and separators */
.hr-page .footer .f-legal a,
.hr-page .footer .f-legal a:link,
.hr-page .footer .f-legal a:visited,
.hr-page .footer .f-legal a:active {
  color: #eef3ec !important;
}

.hr-page .footer .f-legal a:hover {
  color: #a8d99a !important;
}

.hr-page .footer .f-legal span {
  color: #eef3ec !important;
}

.hr-page .footer .f-copy {
  color: #eef3ec !important;
}

/* ==========================================================================
   HR PAGE — FIGMA BACKGROUND COLOR NORMALIZATION
   Figma node: 2546:4114

   Updated areas:
   - Page and navigation surfaces
   - Hero
   - HR Services tabs and content panel
   - Our Approach
   - HR CTA banner
   - Footer

   Intentionally untouched:
   - .hr-compare
   - .faq-section
   ========================================================================== */

.hr-page {
  --hr-figma-page: #FFFFFF;
  --hr-figma-tab: #F9F9F7;
  --hr-figma-panel: #F5F5F3;
  --hr-figma-placeholder: #D9D9D9;
  --hr-figma-muted: #F1F1EF;
  --hr-figma-footer-strip: #F4F3EF;
  --hr-figma-green: #0C3C01;
  --hr-figma-newsletter: #EAEBE4;
  --hr-figma-newsletter-button: #2D6B47;
}

html,
body.hr-page {
  background: var(--hr-figma-page);
}

.hr-page .nav-wrap,
.hr-page .navbar,
.hr-page .mobile-panel,
.hr-page .mega {
  background: var(--hr-figma-page);
}

.hr-page .hero {
  background: var(--hr-figma-page);
}

.hr-page .hero__image-wrap {
  background: var(--hr-figma-placeholder);
}

.hr-page .hero__cta {
  background: var(--hr-figma-green);
  border-color: var(--hr-figma-muted);
}

.hr-page .software-section {
  background: var(--hr-figma-page);
}

.hr-page .software-section .tab {
  background: var(--hr-figma-tab);
}

.hr-page .software-section .tab.active {
  background: var(--hr-figma-panel);
}

.hr-page .software-section .content-area {
  background: var(--hr-figma-panel);
}

.hr-page .software-section .content-image,
.hr-page .software-section .content-image img {
  background: var(--hr-figma-placeholder);
}

.hr-page .software-section .nav-arrows button,
.hr-page .software-section .btn-demo {
  background: var(--hr-figma-green);
}

.hr-page .zoho-implementation,
.hr-page .zoho-implementation__grid,
.hr-page .zoho-implementation__cell {
  background: var(--hr-figma-page);
}

.hr-page .zoho-implementation__cell:hover {
  background: #F8FAF6;
}

.hr-page .zoho-implementation__cell:nth-child(1)::after,
.hr-page .zoho-implementation__cell:nth-child(3)::after {
  background: inherit;
}

.hr-page .ect-it-banner__container,
.hr-page .ect-it-banner__image {
  background-color: var(--hr-figma-panel);
}

.hr-page .ect-it-banner__cta {
  background: var(--hr-figma-green);
}

.hr-page .footer-top,
.hr-page .footer-bottom {
  background: var(--hr-figma-green);
}

.hr-page .footer-mid {
  background: var(--hr-figma-footer-strip);
}

.hr-page .f-subscribe input {
  background: var(--hr-figma-newsletter);
}

.hr-page .f-subscribe button {
  background: var(--hr-figma-newsletter-button);
}

.hr-page .f-subscribe button:hover {
  background: var(--hr-figma-green);
}

.hr-page .footer .f-social {
  background: var(--hr-figma-green) !important;
}

.hr-page .footer .f-contact a,
.hr-page .footer .f-contact a:link,
.hr-page .footer .f-contact a:visited,
.hr-page .footer .f-contact a:active {
  color: var(--hr-figma-green) !important;
}

.hr-page .footer .f-col a,
.hr-page .footer .f-col a:link,
.hr-page .footer .f-col a:visited,
.hr-page .footer .f-col a:active,
.hr-page .footer .f-legal a,
.hr-page .footer .f-legal a:link,
.hr-page .footer .f-legal a:visited,
.hr-page .footer .f-legal a:active,
.hr-page .footer .f-legal span,
.hr-page .footer .f-copy {
  color: #FFFFFF !important;
}

/* ==========================================================================
   HR HERO — FINAL FIGMA ABSOLUTE POSITION
   Figma desktop coordinates:
   - Fixed navbar top: 0px
   - Navbar height: 64px
   - Hero heading top: 136px

   Because .nav-wrap is position: fixed in base.css, it occupies no layout
   height. The hero therefore needs the full 136px top padding.
   Keep this block at the absolute end of hr.css.
   ========================================================================== */

@media (min-width: 1025px) {
  body.hr-page .hero {
    margin-top: 0 !important;
    padding-top: 136px !important;
  }

  body.hr-page .hero__title {
    margin-top: 0 !important;
  }
}
