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