.la-services{padding:6rem 0;background:var(--white);width:100%}.la-services__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.la-services__header{text-align:center;max-width:800px;margin:0 auto 4rem}.la-services__label{display:inline-block;font-size:var(--fs-small);font-weight:var(--fw-medium);text-transform:uppercase;letter-spacing:.08em;color:var(--brand);margin-bottom:1rem}.la-services__title{font-size:var(--fs-h2);font-weight:var(--fw-bold);line-height:var(--lh-tight);color:var(--dark);margin-bottom:1.5rem}.la-services__intro{font-size:var(--fs-body);line-height:var(--lh-loose);color:var(--text)}.la-services__intro strong{color:var(--dark);font-weight:var(--fw-medium)}.la-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-bottom:4rem;position:relative;z-index:10}.la-services__card{background:var(--white);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--light);transition:var(--transition-base);display:flex;flex-direction:column}.la-services__card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--brand)}.la-services__card-visual{position:relative;overflow:hidden}.la-services__card-img{width:100%;height:220px;object-fit:cover;display:block;transition:transform var(--transition-slow)}.la-services__card:hover .la-services__card-img{transform:scale(1.05)}.la-services__card-icon{position:absolute;bottom:1.5rem;left:1.75rem;width:3.5rem;height:3.5rem;background:var(--brand);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);z-index:2}.la-services__card-icon i{font-size:1.5rem;color:var(--white)}.la-services__card-body{padding:2.75rem 1.75rem 2rem;flex:1;display:flex;flex-direction:column}.la-services__card-title{font-size:var(--fs-h4);font-weight:var(--fw-bold);color:var(--dark);margin-bottom:.875rem;line-height:var(--lh-tight)}.la-services__card-text{font-size:var(--fs-body);line-height:var(--lh-base);color:var(--text);margin-bottom:1.25rem}.la-services__card-text strong{color:var(--dark);font-weight:var(--fw-medium)}.la-services__card-list{list-style:none;padding:0;margin:0 0 1.75rem;flex:1}.la-services__card-list li{display:flex;align-items:center;gap:.5rem;font-size:var(--fs-small);color:var(--text);padding:.375rem 0}.la-services__card-list li i{color:var(--brand);font-size:1rem;flex-shrink:0}.la-services__card-link{display:inline-flex;align-items:center;gap:.5rem;font-size:var(--fs-small);font-weight:var(--fw-bold);color:var(--brand);text-decoration:none;transition:var(--transition-fast)}.la-services__card-link i{transition:transform var(--transition-fast)}.la-services__card-link:hover{color:var(--brand-dark)}.la-services__card-link:hover i{transform:translateX(4px)}.la-services__footer{background:linear-gradient(135deg,var(--gray) 0%,var(--off) 100%);border-radius:var(--r-lg);padding:2.5rem;border:1px solid var(--light);position:relative;z-index:10}.la-services__footer-content{display:flex;align-items:center;gap:2rem}.la-services__footer-icon{width:4rem;height:4rem;background:var(--brand);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.la-services__footer-icon i{font-size:1.75rem;color:var(--white)}.la-services__footer-text{flex:1}.la-services__footer-title{font-size:var(--fs-h5);font-weight:var(--fw-bold);color:var(--dark);margin-bottom:.5rem}.la-services__footer-desc{font-size:var(--fs-body);line-height:var(--lh-base);color:var(--text)}.la-services__footer-desc strong{color:var(--dark);font-weight:var(--fw-medium)}.la-services__footer-actions{display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.la-services__footer-actions .btn{gap:.5rem}@media (max-width:1024px){.la-services__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.la-services{padding:4rem 0}.la-services__grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.la-services__card-img{height:200px}.la-services__footer{padding:2rem}.la-services__footer-content{flex-direction:column;text-align:center;gap:1.5rem}.la-services__footer-actions{flex-direction:row;justify-content:center;flex-wrap:wrap}}@media (max-width:480px){.la-services__container{padding:0 1rem}.la-services__card-body{padding:2.5rem 1.5rem 1.75rem}.la-services__footer-actions{flex-direction:column;width:100%}.la-services__footer-actions .btn{width:100%}}