:root{--hrms-primary:#e91e63;--hrms-primary-light:#fce4ec;--hrms-accent:#9c27b0;--hrms-dark:#120b24;--hrms-gray:#f8f9fc;--hrms-transition:all .3s cubic-bezier(.4, 0, .2, 1)}.hrms-page{font-family:var(--font-main);color:var(--text-dark);background-color:#fff;overflow-x:hidden}.hrms-hero{background:linear-gradient(135deg,#fff5f8 0%,#fbf0f5 100%);padding:6rem 0 4rem;position:relative;overflow:hidden}.hrms-hero:before{content:"";z-index:0;background:radial-gradient(circle,#e91e6314 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-150px;right:-150px}.hrms-hero-grid{z-index:1;grid-template-columns:repeat(2,1fr);align-items:center;gap:3rem;display:grid;position:relative}.hrms-hero-title{color:var(--hrms-dark);font-size:3rem;font-weight:800;line-height:1.15}.hrms-hero-subtitle-box{color:var(--hrms-primary);background:#e91e630f;border-radius:50px;align-items:center;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:1rem;font-weight:700;display:inline-flex}.hrms-hero-desc{color:var(--text-muted);margin:1.5rem 0 2rem;font-size:1.1rem;line-height:1.6}.hrms-hero-img-box{justify-content:center;align-items:center;display:flex;position:relative}.hrms-hero-img{border-radius:20px;width:100%;max-width:520px;height:auto;animation:6s ease-in-out infinite hrmsFloat;box-shadow:0 20px 40px #e91e6314}@keyframes hrmsFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hrms-floating-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2;background:#ffffffeb;border:1px solid #e91e6326;border-radius:16px;align-items:center;gap:.85rem;width:max-content;padding:.85rem 1.25rem;animation:4s ease-in-out infinite alternate floatAnimHrms;display:flex;position:absolute;box-shadow:0 12px 30px #e91e6314}.hrms-floating-card-1{top:10%;left:-40px}.hrms-floating-card-2{animation-delay:-2s;bottom:8%;right:-40px}@keyframes floatAnimHrms{0%{transform:translateY(0)}to{transform:translateY(-12px)}}.hrms-float-icon{color:#fff;background:linear-gradient(135deg,#e91e63 0%,#f48fb1 100%);border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.hrms-alt-icon{background:linear-gradient(135deg,#9c27b0 0%,#ce93d8 100%)}.hrms-float-text h5{color:var(--hrms-dark);margin:0;font-size:1rem;font-weight:800}.hrms-float-text p{color:var(--text-muted);margin:0;font-size:.78rem}@media (max-width:991px){.hrms-floating-card-1{top:-20px;left:10px}.hrms-floating-card-2{bottom:-20px;right:10px}}.hrms-hero-pills{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.hrms-pill{color:var(--hrms-dark);background:#fff;border:1px solid #e91e630f;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:flex;box-shadow:0 4px 15px #00000008}.hrms-tabs-section{background-color:#fcfaff;padding:5rem 0;position:relative}.hrms-tabs-card{background:#fff;border:1px solid #e91e630d;border-radius:24px;padding:2rem;box-shadow:0 15px 45px #e91e630a}.hrms-tabs-grid{grid-template-columns:repeat(5,1fr);gap:.75rem;margin-bottom:2.5rem;display:grid}@media (max-width:992px){.hrms-tabs-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:576px){.hrms-tabs-grid{grid-template-columns:repeat(2,1fr)}}.hrms-tab-btn{cursor:pointer;transition:var(--hrms-transition);color:var(--text-muted);background:#fff;border:1px solid #f0edf5;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:1rem .75rem;display:flex}.hrms-tab-btn:hover{background:var(--hrms-primary-light);color:var(--hrms-primary);border-color:#e91e6333}.hrms-tab-btn.active{background:var(--hrms-primary);color:#fff;border-color:var(--hrms-primary);box-shadow:0 8px 20px #e91e6333}.hrms-tab-btn-icon{margin-bottom:.35rem;font-size:1.5rem}.hrms-tab-btn span:last-child{text-align:center;font-size:.85rem;font-weight:600}.hrms-tab-content-box{grid-template-columns:4fr 5fr;align-items:center;gap:2.5rem;animation:.4s ease-in-out fadeIn;display:grid}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hrms-tab-info h4{color:var(--hrms-dark);margin-bottom:1rem;font-size:1.8rem;font-weight:800}.hrms-tab-info p{color:var(--text-muted);font-size:1rem;line-height:1.6}.hrms-tab-details-list{flex-direction:column;gap:.75rem;margin:1.25rem 0;padding:0;list-style:none;display:flex}.hrms-tab-details-list li{color:var(--text-dark);align-items:center;font-size:.95rem;font-weight:500;display:flex}.submodules-heading{color:var(--hrms-dark);margin:0;font-size:1rem;font-weight:700}.submodules-badges{flex-wrap:wrap;gap:.5rem;display:flex}.submodule-badge{background:var(--hrms-primary-light);color:var(--hrms-primary);border:1px solid #e91e631f;border-radius:50px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.hrms-tab-screenshot-box{box-shadow:var(--shadow-md);background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:.5rem;overflow:hidden}.hrms-tab-screenshot{border-radius:12px;width:100%;height:auto;display:block}.hrms-features-section{background:#fff;padding:5rem 0}.hrms-features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.hrms-feature-card{text-align:center;transition:var(--hrms-transition);background:#fbf9ff;border:1px solid #e91e6308;border-radius:20px;padding:2.5rem 2rem;position:relative;overflow:hidden}.hrms-feature-card:hover{background:#fff;border-color:#e91e631a;transform:translateY(-5px);box-shadow:0 15px 35px #e91e630f}.hrms-feature-icon-box{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex;box-shadow:0 8px 20px #e91e630d}.hrms-feature-gif{object-fit:contain;border-radius:50%;width:50px;height:50px}.hrms-feature-card h4{color:var(--hrms-dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.hrms-feature-card p{color:var(--text-muted);margin-bottom:0;font-size:.95rem;line-height:1.6}.hrms-products-section{background-color:#fff;padding:2rem 0}.hrms-product-row{border-bottom:1px solid #fce4ec;grid-template-columns:repeat(2,1fr);align-items:center;gap:4rem;padding:4rem 0;display:grid}.hrms-product-row:last-child{border-bottom:none}.hrms-product-img-box{position:relative}.hrms-product-img{width:100%;box-shadow:var(--shadow-lg);border:1px solid #fce4ec;border-radius:20px}.hrms-product-tag{color:var(--hrms-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.95rem;font-weight:700;display:inline-block}.hrms-product-title{color:var(--hrms-dark);margin-bottom:1.25rem;font-size:2.2rem;font-weight:800}.hrms-product-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.65}.hrms-highlight-list{margin:0;padding:0;list-style:none}.hrms-highlight-list li{color:var(--text-dark);align-items:flex-start;gap:.75rem;margin-bottom:.85rem;font-size:.95rem;display:flex}.hrms-list-icon{flex-shrink:0;width:22px;height:22px;margin-top:2px}.hrms-footer-section{padding:6rem 0}.hrms-footer-card{color:#fff;background:linear-gradient(135deg,#1f113a 0%,#110524 100%);border-radius:36px;padding:4rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #120b2426}.hrms-footer-card-grid{z-index:2;grid-template-columns:repeat(2,1fr);align-items:center;gap:3rem;display:grid;position:relative}.hrms-footer-title{font-size:2.5rem;font-weight:800;line-height:1.2}.hrms-footer-desc{color:#ffffffb3;margin:1.5rem 0 2rem;font-size:1.1rem;line-height:1.6}.hrms-footer-graphics{justify-content:center;align-items:center;height:250px;display:flex;position:relative}.hrms-footer-img-box{background:#fff;border-radius:20px;max-width:380px;padding:.75rem;box-shadow:0 15px 35px #00000040}.hrms-footer-img{border-radius:12px;width:100%;height:auto;display:block}@media (max-width:1024px){.hrms-hero-grid,.hrms-features-grid,.hrms-product-row,.hrms-footer-card-grid,.hrms-tab-content-box{grid-template-columns:1fr}.hrms-hero-img-box{margin-top:2rem}.hrms-product-row{gap:2rem}.hrms-footer-graphics{margin-top:2rem}.hrms-tab-screenshot-box{max-width:500px;margin:0 auto}}@media (max-width:768px){.hrms-hero-title{font-size:2.35rem}.hrms-product-title{font-size:1.75rem}.hrms-footer-card{padding:2.5rem 1.5rem}.hrms-footer-title{font-size:1.85rem}.hrms-workspace-card{border-radius:16px;padding:2rem 1rem}}@media (max-width:480px){.hrms-hero-title{font-size:1.85rem}.hrms-hero-subtitle-box{font-size:.85rem}.hrms-product-title{font-size:1.5rem}}.bg-light-purple{background-color:#fcf9fe}.hrms-workspace-card{background:#fff;border:1px solid #e91e630d;border-radius:24px;max-width:1000px;margin:0 auto;padding:3rem 2rem;box-shadow:0 15px 45px #e91e630a}.hrms-tabs-grid-15{flex-wrap:wrap;justify-content:center;gap:.5rem;margin:2rem 0;display:flex}.hrms-tab-btn-15{cursor:pointer;transition:var(--hrms-transition);color:var(--text-muted);background:#fff;border:1px solid #f0edf5;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:flex}.hrms-tab-btn-15:hover{background:var(--hrms-primary-light);color:var(--hrms-primary);border-color:#e91e6333}.hrms-tab-btn-15.active{background:var(--hrms-primary);color:#fff;border-color:var(--hrms-primary);box-shadow:0 4px 12px #e91e6326}.glassy-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff6;border:1px solid #ffffff80;border-radius:24px;max-width:800px;margin:2rem auto;padding:.75rem;overflow:hidden;box-shadow:0 15px 35px #0000000d}.hrms-workspace-screenshot{border-radius:16px;width:100%;height:auto;display:block}@keyframes fadeInImage{0%{opacity:.6;transform:scale(.99)}to{opacity:1;transform:scale(1)}}.fade-in-image{animation:.4s ease-out forwards fadeInImage}.hrms-mobile-scroller-container{align-items:center;width:100%;max-width:320px;height:200px;display:flex;position:relative;overflow:hidden}.hrms-mobile-scroller-track{gap:15px;width:1050px;animation:18s linear infinite scroll-hrms-marquee;display:flex}.hrms-mobile-scroller-container:hover .hrms-mobile-scroller-track{animation-play-state:paused}.hrms-mobile-scroller-img{object-fit:cover;border:1px solid #00000014;border-radius:12px;width:90px;height:180px;box-shadow:0 4px 10px #0000000d}@keyframes scroll-hrms-marquee{0%{transform:translate(0)}to{transform:translate(-525px)}}
