.home-hero{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);color:#fff;padding:120px 20px}@media (max-width:768px){.home-hero{padding:80px 20px}.home-hero h1{font-size:2rem!important}.home-hero p{font-size:1rem!important}}@media (max-width:480px){.home-hero{padding:60px 20px}.home-hero h1{font-size:1.5rem!important}.home-hero a{width:100%!important;justify-content:center!important}}.home-services-grid,.home-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}@media (max-width:1024px){.home-services-grid,.home-posts-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:768px){.home-services-grid,.home-posts-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}}@media (max-width:480px){.home-services-grid,.home-posts-grid{grid-template-columns:1fr;gap:15px}}.home-services-grid article,.home-posts-grid article{transition:all 0.3s cubic-bezier(.4,0,.2,1)}.home-services-grid article:hover,.home-posts-grid article:hover{transform:translateY(-8px);box-shadow:0 10px 25px rgb(0 0 0 / .15)!important;border-color:#2563eb!important}.home-services-grid article h3 a:hover,.home-posts-grid article h3 a:hover{color:#2563eb!important}.home-services-grid article a:not(h3 a):hover,.home-posts-grid article a:not(h3 a):hover{opacity:.8}@media (max-width:480px){.home-services-grid article,.home-posts-grid article{border-radius:8px!important}}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}article,.home-hero,section{animation:fadeIn 0.6s ease-out}@media print{.home-hero{background:#fff;color:#000}article{page-break-inside:avoid;border:1px solid #000!important}}