.home{min-height:100vh}.home-hero{position:relative;background:linear-gradient(135deg,#0E3A8A,#6C63FF);padding:6rem 0 4rem;overflow:hidden}.home-services__icon{width:60px;height:60px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#f8fafc;overflow:hidden}.home-services__icon img{width:100%;height:100%;object-fit:contain}.home-services__icon span{font-size:2rem}.home-hero:before{background:radial-gradient(circle at 20% 80%,rgba(108,99,255,.3) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(14,58,138,.4) 0,transparent 50%),radial-gradient(circle at 40% 40%,rgba(108,99,255,.2) 0,transparent 50%);animation:gradientShift 15s ease-in-out infinite}.home-hero:after,.home-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0}.home-hero:after{background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.1) 2px,transparent 0),radial-gradient(circle at 75% 75%,rgba(255,255,255,.05) 1px,transparent 0);background-size:50px 50px,80px 80px;animation:floatingDots 20s linear infinite}@keyframes floatingDots{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}to{transform:translateY(0) rotate(1turn)}}@keyframes gradientShift{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.home-hero .container:before{content:"";position:absolute;top:10%;right:10%;width:100px;height:100px;background:rgba(255,255,255,.1);border-radius:50%;animation:float 6s ease-in-out infinite}.home-hero .container:after{content:"";position:absolute;bottom:20%;left:15%;width:60px;height:60px;background:rgba(108,99,255,.2);border-radius:20px;animation:float 8s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) rotate(0deg);opacity:.7}50%{transform:translateY(-30px) rotate(180deg);opacity:1}}.home-hero{background:linear-gradient(135deg,#0E3A8A,#6C63FF),radial-gradient(circle at 30% 70%,rgba(255,211,92,.1) 0,transparent 50%);background-size:100% 100%,200% 200%;animation:waveMotion 12s ease-in-out infinite;will-change:background-position}@keyframes waveMotion{0%,to{background-position:0 50%,0 0}50%{background-position:100% 50%,100% 100%}}@media (min-width:768px){.home-hero{padding:8rem 0 6rem}}@media (max-width:767px){.home-hero .container:after,.home-hero .container:before{display:none}.home-hero:after,.home-hero:before{animation-duration:25s}}@media (prefers-reduced-motion:reduce){.home-hero,.home-hero .container:after,.home-hero .container:before,.home-hero:after,.home-hero:before{animation:none!important}}.home-hero__content{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:10;padding:0 2rem}@media (max-width:768px){.home-hero__content{padding:0 2px;max-width:100%}}.home-hero__headline{font-size:clamp(2rem,6vw,3.5rem);font-weight:700;color:#ffffff;margin-bottom:1.5rem;line-height:1.1}.home-hero__subheadline{font-size:clamp(1.125rem,2vw,1.375rem);color:rgba(255,255,255,.95);margin-bottom:2.5rem;line-height:1.6}.home-hero__actions{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}@media (min-width:640px){.home-hero__actions{flex-direction:row}}.home-credibility{background:#F5F5F5;padding:2rem 0;border-top:1px solid rgba(14,58,138,.2);border-bottom:1px solid rgba(14,58,138,.2)}.home-credibility__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:640px){.home-credibility__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.home-credibility__grid{grid-template-columns:repeat(4,1fr)}}.home-credibility__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.home-credibility__icon{font-size:1.5rem;color:#0E0E10;font-weight:700}.home-credibility__text{font-size:.9375rem;font-weight:500;color:#0E0E10}.home-services__title{text-align:center;margin-bottom:3rem;color:var(--color-primary)}.home-services__grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1400px;margin:0 auto}@media (min-width:769px){.home-services__grid{gap:2rem}}@media (max-width:768px){.home-services__grid{gap:0;margin:0;max-width:100%}}@media (min-width:768px){.home-services__grid{grid-template-columns:repeat(3,1fr)}}.home-divisions{background:var(--color-light)}.home-divisions__title{text-align:center;margin-bottom:.5rem;color:var(--color-primary)}.home-divisions__subtitle{text-align:center;color:#6b7280;margin-bottom:3rem;font-size:1.125rem}.home-divisions__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;max-width:1400px;margin-left:auto;margin-right:auto}@media (min-width:769px){.home-divisions__grid{gap:2rem}}@media (max-width:768px){.home-divisions__grid{gap:0;margin:0;max-width:100%}}@media (min-width:640px){.home-divisions__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.home-divisions__grid{grid-template-columns:repeat(3,1fr)}}.home-division{background:white;padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--color-border);transition:all .3s ease}@media (min-width:769px){.home-division{box-shadow:0 2px 8px rgba(0,0,0,.08)}}@media (max-width:768px){.home-division{margin:0;border-radius:0;border-left:none;border-right:none;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);box-shadow:none}}.home-division:hover{border-color:var(--color-primary);box-shadow:var(--shadow-md)}.home-division__name{font-size:1.125rem;font-weight:600;color:var(--color-primary);margin-bottom:.5rem}.home-division__description{font-size:.9375rem;color:#6b7280;margin:0;line-height:1.5}.home-divisions__cta{text-align:center}.home-featured__title{text-align:center;margin-bottom:3rem;color:var(--color-primary)}.home-featured__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (max-width:768px){.home-featured__grid{gap:0;margin:0}}@media (min-width:640px){.home-featured__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.home-featured__grid{grid-template-columns:repeat(4,1fr)}}.home-featured__card{text-align:center}.home-featured__icon{font-size:2.5rem;margin-bottom:1rem}.home-cta{background:linear-gradient(135deg,#0E3A8A,#6C63FF);color:white;padding:4rem 0;text-align:center}.home-cta__content{max-width:100%;margin:0;padding:0 2rem}@media (max-width:768px){.home-cta__content{padding:0 2px}}.home-cta__title{color:white;margin-bottom:.75rem}.home-cta__subtitle{font-size:1.125rem;color:rgba(255,255,255,.9);margin-bottom:2rem}