.categories-section{background:#4054b2;padding:6rem 0;color:white;position:relative;overflow:hidden}.categories-container{max-width:1200px;margin:0 auto;padding:0 2rem}.categories-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.categories-left{position:relative}.categories-title{font-size:2.5rem;font-weight:700;color:white;margin-bottom:3rem;font-family:Exo,sans-serif;line-height:1.2}.illustration-container{position:relative;display:flex;justify-content:center;align-items:center}.illustration-img{width:400px;height:auto;z-index:2;position:relative}.rotating-triangle{position:absolute;width:120px;height:120px;background:#f9475d;-webkit-clip-path:polygon(50% 0,0 100%,100% 100%);clip-path:polygon(50% 0,0 100%,100% 100%);animation:rotate 8s linear infinite;z-index:1;top:-30px;left:-30px;opacity:.8}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.categories-right{display:flex;flex-direction:column;gap:0;position:relative}.category-link{text-decoration:none;color:inherit;display:block}.category-item{position:relative;background-color:transparent;transition:all .4s ease;overflow:hidden;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.3);margin-bottom:0;min-height:80px;display:flex;align-items:center;padding:1.5rem 0}.category-item:first-child{border-top:1px solid rgba(255,255,255,.3)}.category-item:before{content:"";position:absolute;left:-20px;top:0;width:0;height:100%;background-color:white;transition:width .8s ease-out;z-index:0}.category-item:hover:before{width:calc(100% + 20px)}.category-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:3;margin-right:1.5rem}.category-icon img{object-fit:contain;width:100%;height:100%}.category-title{font-size:1.25rem;font-weight:600;font-family:Exo,sans-serif;transition:color .4s ease;flex:1 1}.category-arrow,.category-title{color:white;z-index:3;position:relative}.category-arrow{font-size:1.2rem;transition:all .4s ease;opacity:.8;margin-left:auto;padding-left:1rem}.category-item:hover .category-title{color:#1e3a8a!important;font-weight:700}.category-item:hover .category-arrow{color:#1e3a8a!important;transform:translateX(5px);opacity:1}@media (max-width:1024px){.categories-content{grid-template-columns:1fr;gap:3rem}.categories-title{font-size:2rem;text-align:center}.illustration-img{width:300px}.rotating-triangle{width:80px;height:80px}}@media (max-width:768px){.categories-title{font-size:1.75rem}.illustration-img{width:250px}.category-icon{width:50px;height:50px}.category-title{font-size:1.1rem}.categories-section{padding:4rem 0}.category-item{padding:1.25rem 0}}@media (max-width:480px){.categories-container{padding:0 1rem}.categories-content{gap:2rem}.category-item{padding:1rem 0}.category-icon{margin-right:1rem}}.stats-section{background:white;padding:6rem 0;text-align:center}.stats-container{max-width:1200px;margin:0 auto;padding:0 2rem}.stats-title{font-size:2.5rem;font-weight:700;color:#1e3a8a;margin-bottom:4rem;font-family:Exo,sans-serif;line-height:1.2}.highlight-full{color:#1e3a8a;position:relative;text-decoration:none}.highlight-full:after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:8px;background-image:url("data:image/svg+xml,%3csvg width='80' height='12' viewBox='0 0 80 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 8C6 5 10 10 15 7C20 4 25 9 30 6C35 3 40 8 45 7C50 6 55 4 60 7C65 10 70 6 75 8C78 9 79 8 78 7' stroke='%2310b981' stroke-width='4' stroke-linecap='round' fill='none'/%3e%3c/svg%3e");background-repeat:repeat-x;background-size:40px 12px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:3rem;gap:3rem;margin-top:2rem}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem}.stat-icon{width:100px;height:100px;border-radius:12px;object-fit:cover;margin-bottom:1.5rem;box-shadow:0 8px 16px rgba(0,0,0,.1);transition:transform .3s ease}.stat-icon:hover{transform:translateY(-5px)}.stat-number{font-size:2.5rem;font-weight:800;margin:.5rem 0}.stat-label,.stat-number{color:#1a202c;font-family:Exo,sans-serif;text-shadow:0 1px 2px rgba(0,27,113,.1)}.stat-label{font-size:1.7rem;font-weight:700;margin:0}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.stats-title{font-size:2rem}.stat-number{font-size:2.5rem}.stat-label{font-size:1.25rem}}@media (max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stats-title{font-size:1.75rem;margin-bottom:3rem}.stat-icon{width:80px;height:80px}.stat-number{font-size:2rem}.stat-label{font-size:1.1rem}.stats-section{padding:4rem 0}}@media (max-width:480px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-item{padding:.5rem}}