/* HR policies landing page — Figma nodes 5113:63438, 5113:64051 and 5113:64185 */
.hrp-hero .common-product-hero-surface{
  min-height:0 !important;
  padding:180px 0 0 !important;
  background:
    linear-gradient(180deg,rgba(255,255,255,0) 56%,#fff 100%),
    radial-gradient(circle at 76% 4%,#e9e5ff 0,rgba(233,229,255,.44) 25%,transparent 51%),
    radial-gradient(circle at 8% 15%,#fff1e9 0,rgba(255,241,233,.54) 29%,transparent 53%),
    #fff !important;
}
.hrp-hero .common-product-hero{max-width:1440px}
.hrp-hero .common-product-hero-tag{
  margin:0 0 15px;
  padding:10px 16px;
  font-size:18px;
  font-weight:500;
  line-height:24px;
}
.hrp-hero .common-product-hero h1{
  color:#343a40;
  font-size:62px;
  font-weight:700;
  line-height:70px;
  letter-spacing:-1.24px;
}
.hrp-hero .common-product-hero-description{
  max-width:1440px;
  margin:30px auto 0;
  color:#656971;
  font-size:22px;
  font-weight:500;
  line-height:30px;
}
.hrp-hero .common-product-hero-action{
  min-height:58px;
  margin-top:30px;
  padding:14px 30px;
  background:#1e40af;
  border-color:#1e40af;
  box-shadow:none;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:16px;
  font-weight:500;
}
.hrp-hero .common-product-hero-action:hover,
.hrp-hero .common-product-hero-action:focus-visible{background:#17348c}
.hrp-hero .common-product-hero-logos{padding:95px 0 35px}
.hrp-hero .client-logo-glossary{text-align:center}
.hrp-hero .client-logo-text{
  margin:0 0 30px;
  color:#606367;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:18px;
  font-weight:500;
  line-height:24px;
}
.hrp-hero .client-logo-text strong{color:#0a2540;font-weight:600}

.hrp-template-section{padding:100px 0 94px;background:#f5f7fb}
.hrp-policy-section{padding:100px 0;background:#fff}
.hrp-template-section h2,
.hrp-policy-section h2{
  margin:0 0 42px;
  color:#343a40;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:32px;
  font-weight:700;
  line-height:1.22;
  letter-spacing:-.03em;
  text-align:center;
}
.hrp-template-section h2 span,
.hrp-policy-section h2 span{color:#1e40af}
.hrp-document-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.hrp-document-card{
  display:flex;
  align-items:center;
  min-width:0;
  min-height:88px;
  padding:20px;
  border:1px solid #e8edf5;
  border-radius:16px;
  background:#fff;
  color:#131927;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:16px;
  font-weight:500;
  line-height:24px;
  text-align:left;
  cursor:pointer;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.hrp-document-card:hover,
.hrp-document-card:focus-visible{
  border-color:#49a1ff;
  box-shadow:0 8px 20px rgba(30,64,175,.09);
  outline:0;
  transform:translateY(-2px);
}
.hrp-document-card:focus-visible{box-shadow:0 0 0 3px rgba(30,64,175,.2),0 8px 20px rgba(30,64,175,.09)}
.hrp-document-card__icon{
  display:grid;
  flex:0 0 48px;
  width:48px;
  height:48px;
  margin-right:10px;
  border-radius:14px;
  place-items:center;
  background:#f3f5ff;
}
.hrp-document-card__icon img{width:28px;height:28px;object-fit:contain}

.hrp-closing-cta{
  position:relative;
  display:grid;
  align-items:center;
  min-height:600px;
  overflow:hidden;
  padding:80px 20px;
  box-sizing:border-box;
  background:
    radial-gradient(780px 420px at 7% 105%,rgba(29,78,216,.8),transparent 66%),
    radial-gradient(740px 400px at 98% 0%,rgba(30,64,175,.8),transparent 70%),
    linear-gradient(119deg,#050724 0%,#090a2d 47%,#050515 100%);
  color:#fff;
  text-align:center;
}
.hrp-closing-cta__fan{position:absolute;top:-4px;left:-56px;width:min(31vw,430px);opacity:.72;pointer-events:none}
.hrp-closing-cta__content{position:relative;z-index:1;max-width:980px}
.hrp-closing-cta h2{
  max-width:760px;
  margin:0 auto 22px;
  color:#fff;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:42px;
  font-weight:700;
  line-height:1.22;
  letter-spacing:-.035em;
}
.hrp-closing-cta p{max-width:850px;margin:0 auto 28px;color:#fff;font-family:'Plus Jakarta Sans',sans-serif;font-size:15px;line-height:1.55}
.hrp-closing-cta__actions{display:flex;justify-content:center;gap:16px}
.hrp-closing-cta__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:12px 24px;
  border:1px solid transparent;
  border-radius:999px;
  color:#fff;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:14px;
  font-weight:600;
  line-height:1;
  text-decoration:none;
  transition:background-color .18s ease,color .18s ease,transform .18s ease;
}
.hrp-closing-cta__button:hover,
.hrp-closing-cta__button:focus-visible{color:#fff;transform:translateY(-2px)}
.hrp-closing-cta__button:focus-visible{outline:3px solid #fff;outline-offset:3px}
.hrp-closing-cta__button--primary{background:#1e40af}
.hrp-closing-cta__button--primary:hover,
.hrp-closing-cta__button--primary:focus-visible{background:#3156cb}
.hrp-closing-cta__button--secondary{background:#fff;color:#1e40af}
.hrp-closing-cta__button--secondary:hover,
.hrp-closing-cta__button--secondary:focus-visible{background:#eef3ff;color:#1e40af}

/* The old card grid remains only as the backing markup for the existing modal script. */
.hrp-template-section ~ .explore-core-hr{display:none}

@media (max-width:1199px){
  .hrp-hero .common-product-hero{max-width:960px}
  .hrp-hero .common-product-hero-description{max-width:960px}
  .hrp-template-section,.hrp-policy-section{padding-right:24px;padding-left:24px}
  .hrp-document-grid{gap:16px}
  .hrp-document-card{padding:16px;font-size:14px}
}
@media (max-width:767px){
  .hrp-hero .common-product-hero-surface{padding:112px 20px 0 !important}
  .hrp-hero .common-product-hero-tag{margin-bottom:16px;font-size:12px;line-height:16px}
  .hrp-hero .common-product-hero h1{font-size:38px;line-height:1.14;letter-spacing:-.04em}
  .hrp-hero .common-product-hero-description{margin-top:20px;font-size:15px;line-height:24px}
  .hrp-hero .common-product-hero-action{margin-top:24px;font-size:15px}
  .hrp-hero .common-product-hero-logos{padding:58px 0 26px}
  .hrp-hero .client-logo-text{margin-bottom:22px;font-size:13px;line-height:20px}
  .hrp-template-section,.hrp-policy-section{padding:64px 16px}
  .hrp-template-section h2,.hrp-policy-section h2{margin-bottom:28px;font-size:27px}
  .hrp-document-grid{grid-template-columns:1fr;gap:12px}
  .hrp-document-card{min-height:72px;padding:12px;font-size:14px;line-height:20px}
  .hrp-document-card__icon{flex-basis:42px;width:42px;height:42px;border-radius:12px}
  .hrp-document-card__icon img{width:24px;height:24px}
  .hrp-closing-cta{min-height:0;padding:82px 20px}
  .hrp-closing-cta__fan{top:0;left:-62px;width:225px}
  .hrp-closing-cta h2{max-width:330px;font-size:30px}
  .hrp-closing-cta p{font-size:14px}
  .hrp-closing-cta__actions{flex-direction:column;align-items:stretch;max-width:300px;margin:0 auto}
  .hrp-closing-cta__button{width:100%}
}
