.hr-resources-page-wrapper{--primary:var(--primaryColor);--title:var(--titleColor);--para:var(--paraColor);--bg-light:#f7f9f6;--font-serif:var(--font-website);--font-sans:var(--font-inter),sans-serif}.hr-resources-page-wrapper .hero-section{background-color:#f1f5df;padding:100px 0;position:relative;overflow:hidden}.hr-resources-page-wrapper .hero-subtitle{display:inline-block;background:var(--primary);color:#fff;font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;padding:7px 20px;border-radius:50px;margin-bottom:25px}.hero-section h2,.hr-resources-page-wrapper .hero-section h1 i{color:var(--primary)}.hero-section h2 i{color:#155f3a;font-weight:600}.hr-resources-page-wrapper .hero-section .lead-text{font-size:18px;color:var(--para);max-width:750px;margin:0 auto 40px;line-height:1.6}.hr-resources-page-wrapper .hero-stats{display:flex;justify-content:center;gap:20px;margin-top:50px;flex-wrap:wrap}.hr-resources-page-wrapper .hero-stat{background:#ffffff;border:1px solid #e2eadd;border-radius:16px;padding:25px 30px;text-align:center;min-width:180px;box-shadow:0 10px 30px rgba(0,0,0,.03);transition:all .3s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden;z-index:1}.hr-resources-page-wrapper .hero-stat:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:linear-gradient(90deg,var(--primary),var(--optionalColor,#a6fa34));transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.165,.84,.44,1);z-index:-1}.hr-resources-page-wrapper .hero-stat:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(21,95,58,.08);border-color:var(--primary)}.hr-resources-page-wrapper .hero-stat:hover:after{transform:scaleX(1)}.hr-resources-page-wrapper .hero-stat strong{display:block;font-size:38px;font-weight:800;line-height:1;margin-bottom:8px;background:linear-gradient(135deg,var(--primary),#2cbd81);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hr-resources-page-wrapper .hero-stat span{font-size:13px;font-weight:700;color:var(--title);text-transform:uppercase;letter-spacing:1px}.hr-resources-page-wrapper .resource-card{background:#fff;border-radius:20px;padding:40px 30px;height:100%;border:1px solid #e2eadd;transition:all .4s cubic-bezier(.165,.84,.44,1);text-decoration:none;display:flex;flex-direction:column;position:relative;overflow:hidden}.hr-resources-page-wrapper .resource-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(21,95,58,.08);border-color:var(--primary)}.hr-resources-page-wrapper .resource-icon{width:65px;height:65px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:25px;transition:all .3s ease}.hr-resources-page-wrapper .resource-card h3{color:var(--title)}.hr-resources-page-wrapper .resource-card p{font-size:15px;color:var(--para);line-height:1.6;flex-grow:1}.hr-resources-page-wrapper .resource-link{color:var(--primary);font-weight:700;font-size:14px;display:flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.5px}.hr-resources-page-wrapper .resource-link i{font-size:18px;transition:transform .3s ease}.hr-resources-page-wrapper .resource-card:hover .resource-link i{transform:translateX(6px)}.hr-resources-page-wrapper .hr-tools-banner{background:linear-gradient(135deg,var(--primary),#2cbd81);border-radius:15px;padding:40px 50px;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:0 20px 40px rgba(21,95,58,.15);position:relative;overflow:hidden}.hr-resources-page-wrapper .hr-tools-banner:before{content:"";position:absolute;top:-50%;right:-5%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);border-radius:50%;pointer-events:none}.hr-resources-page-wrapper .tools-banner-left{display:flex;align-items:center;gap:25px}.hr-resources-page-wrapper .tools-icon-wrapper{width:70px;height:70px;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:32px;color:#fff;flex-shrink:0;border:1px solid rgba(255,255,255,.3)}.hr-resources-page-wrapper .tools-text-content h3{color:#fff;font-size:28px;font-weight:700}.hr-resources-page-wrapper .tools-text-content p{color:rgba(255,255,255,.9);font-size:16px;margin:0;line-height:1.5;max-width:550px}.hr-resources-page-wrapper .btn-explore-tools{background:#fff;color:var(--primary)!important;font-weight:700;padding:15px 35px;border-radius:50px;display:inline-flex;align-items:center;white-space:nowrap;transition:all .3s ease;text-decoration:none}.hr-resources-page-wrapper .btn-explore-tools:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.1);background:var(--optionalColor,#a6fa34)}@media (max-width:991px){.hr-resources-page-wrapper .hr-tools-banner{flex-direction:column;text-align:center;padding:40px 30px}.hr-resources-page-wrapper .tools-banner-left{flex-direction:column;gap:15px}.hr-resources-page-wrapper .tools-text-content p{margin:0 auto}}.hr-resources-page-wrapper .why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:30px;gap:30px}.hr-resources-page-wrapper .why-item{background:#fff;padding:30px;border-radius:16px;border:1px solid #edf1ea;transition:all .3s ease}.hr-resources-page-wrapper .why-item:hover{background:#fdfdfd;border-color:var(--primary);box-shadow:0 10px 25px rgba(0,0,0,.03)}.hr-resources-page-wrapper .why-ic{width:50px;height:50px;background:rgba(21,95,58,.07);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:22px;border-radius:12px;margin-bottom:20px}.hr-resources-page-wrapper .why-item h3{font-size:18px}.hr-resources-page-wrapper .why-item p{font-size:14px;margin:0;line-height:1.6}.hr-resources-page-wrapper .popular-section{background:#f8faf7}.hr-resources-page-wrapper .used-card{background:#fff;padding:30px;border-radius:16px;border:1px solid #eef2eb;height:100%;transition:all .3s ease}.hr-resources-page-wrapper .used-card:hover{transform:scale(1.02);box-shadow:0 15px 30px rgba(0,0,0,.04)}.hr-resources-page-wrapper .u-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:rgba(166,250,52,.15);color:var(--primary);font-size:11px;font-weight:700;border-radius:50px;margin-bottom:15px;text-transform:uppercase}.hr-resources-page-wrapper .u-badge i{font-size:14px}.hr-resources-page-wrapper .facts-section{background:var(--darkColor);color:#fff;padding:80px 0;position:relative}.hr-resources-page-wrapper .fact-box{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);padding:35px 25px;border-radius:20px;text-align:center;height:100%;transition:all .3s ease}.hr-resources-page-wrapper .fact-box:hover{background:rgba(255,255,255,.08);transform:translateY(-5px)}.hr-resources-page-wrapper .f-icon{width:64px;height:64px;background:rgba(166,250,52,.1);color:var(--optionalColor);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 20px;transition:all .3s ease}.hr-resources-page-wrapper .fact-box:hover .f-icon{background:var(--optionalColor);color:var(--primary);transform:rotate(10deg)}.hr-resources-page-wrapper .fact-box p{color:rgba(255,255,255,.8);font-size:15px;line-height:1.5;margin:0}.hr-resources-page-wrapper .fact-box p strong{color:var(--optionalColor)}.hr-resources-page-wrapper .cta-box{background:var(--primary);padding:80px 40px;text-align:center;color:#fff;position:relative;overflow:hidden}.hr-resources-page-wrapper .cta-box h2{color:#fff;font-size:clamp(28px,4vw,44px)}.hr-resources-page-wrapper .cta-box p{color:rgba(255,255,255,.9);max-width:600px;margin:0 auto 40px;font-size:18px}.hr-resources-page-wrapper .btn-cta{background:var(--optionalColor);color:var(--primary)!important;font-weight:700;padding:18px 45px;border-radius:50px;display:inline-block;transition:all .3s ease}.hr-resources-page-wrapper .btn-cta:hover{background:#fff;transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.1)}@media (max-width:768px){.hr-resources-page-wrapper .hero-stats{gap:15px}.hr-resources-page-wrapper .hero-stat{min-width:140px;padding:20px 15px;flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 15px)}.hr-resources-page-wrapper .hero-stat strong{font-size:30px}.hr-resources-page-wrapper .cta-box{padding:60px 20px}}