@import url("../../css/templates/_styles-2025.css");.hero-cards-section{overflow:hidden;position:relative}.hero-cards-container{margin:0 auto;max-width:1600px;padding:0 20px;position:relative}.hero-cards-content{color:#fff;text-align:center}.hero-cards-header{margin-bottom:60px}.hero-cards-title{color:var(--white)}.hero-cards-subtitle{color:var(--white);margin-bottom:20px}.hero-cards-cta{margin-bottom:0}.hero-cards-cta-button{display:inline-block;text-decoration:none;transition:all .3s ease}.hero-cards-grid{align-items:stretch;display:grid;gap:2rem}.hero-cards-grid-1{justify-content:center;margin:0 auto;max-width:400px}.hero-cards-grid-1,.hero-cards-grid-2,.hero-cards-grid-3,.hero-cards-grid-4{grid-template-columns:1fr}.hero-cards-card{backdrop-filter:blur(5px);background:rgba(0,0,0,.5);border-radius:12px;height:100%;padding:35px;position:relative;transition:all .3s ease}.hero-cards-card:hover{background:var(--primary-50);box-shadow:0 20px 40px rgba(0,0,0,.3);transform:translateY(-8px)}.hero-cards-card:hover .hero-cards-icon-image{filter:brightness(0) invert(1)}.hero-cards-card:hover .hero-cards-card-description,.hero-cards-card:hover .hero-cards-card-description p,.hero-cards-card:hover .hero-cards-card-title{color:var(--white)}.hero-cards-card-link{color:inherit;display:block;height:100%;text-decoration:none}.hero-cards-card-inner{align-items:center;display:flex;flex-direction:column;height:100%;text-align:center}.hero-cards-card-icon{align-items:center;display:flex;flex-shrink:0;height:30px;justify-content:center;margin-bottom:10px;width:30px}.hero-cards-icon-image{height:auto;max-height:30px;max-width:30px;width:auto}.hero-cards-card-content{display:flex;flex-direction:column;flex-grow:1}.hero-cards-card-title{color:var(--white)}.hero-cards-card-description{color:var(--secondary-2);flex-grow:1;margin:0 auto!important}.hero-cards-card-description p{margin:0}.hero-cards-grid-2{grid-template-columns:repeat(2,1fr)}.hero-cards-grid-3{grid-template-columns:repeat(3,1fr)}.hero-cards-grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1280px){.hero-cards-container{padding:0 30px}}@media (max-width:1024px){.hero-cards-container{padding:0 20px}.hero-cards-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero-cards-grid-2,.hero-cards-grid-3,.hero-cards-grid-4{grid-template-columns:1fr}.hero-cards-container{padding:0 15px}}