.payroll-page{background:linear-gradient(180deg,#000000,#0a0a0a 50%,#000000);color:#ffffff;padding:8rem 1rem 4rem;min-height:calc(100vh - 80px);position:relative;overflow:hidden}.payroll-page:before{top:0;left:-10%;width:600px;height:600px;background:radial-gradient(circle at center,rgba(59,130,246,.08) 0,transparent 70%)}.payroll-page:after,.payroll-page:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.payroll-page:after{bottom:20%;right:-10%;width:500px;height:500px;background:radial-gradient(circle at center,rgba(30,58,138,.06) 0,transparent 70%)}.payroll-container{max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:1}.payroll-header{margin-bottom:5rem;text-align:center;animation:fadeInUp .8s ease-out}.payroll-header .header-eyebrow{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--color-primary,#3B82F6);margin-bottom:1.5rem;animation:fadeInUp .8s ease-out .1s backwards}.payroll-title{font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#ffffff;background:linear-gradient(135deg,#ffffff 0,var(--color-primary,#3B82F6) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp .8s ease-out .2s backwards}.payroll-header .title-accent-line{width:80px;height:4px;background:linear-gradient(90deg,var(--color-primary,#3B82F6) 0,var(--color-secondary,#1E3A8A) 100%);margin:1.5rem auto;border-radius:2px;animation:fadeInUp .8s ease-out .3s backwards}.payroll-intro{font-size:1.125rem;line-height:1.8;color:rgba(255,255,255,.85);max-width:900px;margin:0 auto;animation:fadeInUp .8s ease-out .4s backwards}.payroll-section{margin-bottom:6rem}.payroll-section .section-header{text-align:center;margin-bottom:3rem}.payroll-section .section-subtitle{font-size:1.875rem;font-weight:600;margin-bottom:1rem;color:#ffffff}.payroll-section .section-description{font-size:1rem;color:rgba(255,255,255,.6);max-width:700px;margin:0 auto;line-height:1.6}.payroll-page .section-divider{display:flex;align-items:center;justify-content:center;gap:1rem;margin:5rem 0}.payroll-page .divider-line{flex:1;max-width:200px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2) 50%,transparent)}.payroll-page .divider-dot{width:8px;height:8px;background:var(--color-primary,#3B82F6);border-radius:50%;box-shadow:0 0 20px rgba(59,130,246,.5)}.payroll-grid{display:grid;grid-template-columns:1fr;gap:1.75rem}.payroll-card{padding:2rem;background:rgba(255,255,255,.03);border-radius:1rem;border:1px solid rgba(255,255,255,.1);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.payroll-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(59,130,246,.05),transparent 50%);opacity:0;transition:opacity .4s ease}.payroll-card:hover:before{opacity:1}.payroll-card:hover{background:rgba(255,255,255,.06);border-color:var(--color-primary,#3B82F6);transform:translateY(-6px);box-shadow:0 12px 32px rgba(59,130,246,.2)}.payroll-card .card-number{font-size:.875rem;font-weight:700;color:var(--color-primary,#3B82F6);margin-bottom:1rem;letter-spacing:.05em}.payroll-service-title{font-size:1.25rem;font-weight:600;margin-bottom:.875rem;color:#ffffff;line-height:1.3}.payroll-service-description{font-size:.9375rem;line-height:1.7;color:rgba(255,255,255,.7);margin:0}.specialized-payroll-grid{display:grid;grid-template-columns:1fr;gap:2rem}.specialized-payroll-card{padding:2.5rem;background:linear-gradient(135deg,rgba(59,130,246,.08),rgba(30,58,138,.08));border-radius:1rem;border:1px solid rgba(59,130,246,.2);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.specialized-payroll-card:after{content:"";position:absolute;top:-50%;right:-50%;width:200px;height:200px;background:radial-gradient(circle,rgba(59,130,246,.1) 0,transparent 70%);border-radius:50%;transition:all .6s ease}.specialized-payroll-card:hover:after{top:-30%;right:-30%}.specialized-payroll-card:hover{background:linear-gradient(135deg,rgba(59,130,246,.12),rgba(30,58,138,.12));border-color:var(--color-primary,#3B82F6);transform:translateY(-6px) scale(1.02);box-shadow:0 16px 40px rgba(59,130,246,.25)}.specialized-payroll-card .specialized-icon{margin-bottom:1.25rem;display:inline-block;width:24px;height:24px}.specialized-payroll-card .specialized-icon img{width:100%;height:100%;object-fit:contain;transition:all .3s ease}.specialized-payroll-card:hover .specialized-icon img{transform:scale(1.1)}.specialized-payroll-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#ffffff;line-height:1.3}.specialized-payroll-description{font-size:1rem;line-height:1.7;color:rgba(255,255,255,.75);margin:0}.payroll-philosophy{margin-top:5rem;padding:3rem 2rem;background:linear-gradient(135deg,rgba(30,58,138,.15),rgba(59,130,246,.08));border-radius:1.25rem;border:1px solid rgba(59,130,246,.3);position:relative;overflow:hidden}.payroll-philosophy:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--color-primary,#3B82F6) 0,var(--color-secondary,#1E3A8A) 100%)}.payroll-philosophy .philosophy-content{max-width:900px;margin:0 auto;text-align:center}.payroll-philosophy .philosophy-title{font-size:1.875rem;font-weight:600;margin-bottom:1.5rem;color:#ffffff;line-height:1.3}.payroll-philosophy .philosophy-text{font-size:1.0625rem;line-height:1.8;color:rgba(255,255,255,.85);margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.payroll-page{padding:7rem 2rem 5rem}.payroll-header{margin-bottom:6rem}.payroll-title{font-size:3.25rem}.payroll-intro{font-size:1.25rem}.payroll-section .section-subtitle{font-size:2.25rem}.payroll-section .section-description{font-size:1.0625rem}.payroll-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.specialized-payroll-grid{grid-template-columns:repeat(2,1fr);gap:2.25rem}.payroll-card{padding:2.25rem}.specialized-payroll-card{padding:2.75rem}.specialized-payroll-card .specialized-icon{width:72px;height:72px}.payroll-philosophy{padding:3.5rem 3rem}.payroll-philosophy .philosophy-title{font-size:2rem}}@media (min-width:1024px){.payroll-page{padding:8rem 3rem 6rem}.payroll-header{margin-bottom:7rem}.payroll-title{font-size:3.75rem}.payroll-header .title-accent-line{width:100px;height:5px}.payroll-section{margin-bottom:7rem}.payroll-grid{grid-template-columns:repeat(3,1fr);gap:2.25rem}.specialized-payroll-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}.payroll-card{padding:2.5rem}.specialized-payroll-card{padding:3rem}.payroll-philosophy .philosophy-title{font-size:2.25rem}.payroll-philosophy .philosophy-text{font-size:1.125rem}}@media (min-width:1280px){.payroll-page{padding:10rem 4rem 8rem}.payroll-header{margin-bottom:8rem}.payroll-title{font-size:4.5rem}.payroll-header .title-accent-line{width:120px}.payroll-section{margin-bottom:8rem}.payroll-section .section-subtitle{font-size:2.5rem}.payroll-grid{gap:2.75rem}.specialized-payroll-grid{gap:3rem}.payroll-card{padding:2.75rem}.specialized-payroll-card{padding:3.5rem}.specialized-payroll-card .specialized-icon{width:36px;height:36px}.payroll-philosophy{padding:4.5rem 4rem;margin-top:6rem}.payroll-philosophy .philosophy-title{font-size:2.5rem}}