.la-services-hero{position:relative;min-height:85vh;min-height:85dvh;display:flex;align-items:flex-end;overflow:hidden;width:100%;z-index:10}.la-services-hero__media{position:absolute;inset:0;z-index:0}.la-services-hero__img{width:100%;height:100%;object-fit:cover;display:block}.la-services-hero__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(34,49,112,.92) 0%,rgba(34,49,112,.7) 40%,rgba(34,49,112,.35) 100%);z-index:1}.la-services-hero__content{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:6rem 1.5rem 4rem;color:var(--white)}.la-services-hero__breadcrumbs{margin-bottom:2rem}.la-services-hero__breadcrumbs-list{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:.75rem;font-size:var(--fs-small);color:rgba(255,255,255,.7)}.la-services-hero__breadcrumbs-item{display:flex;align-items:center;gap:.75rem}.la-services-hero__breadcrumbs-item:not(:last-child):after{content:"/";color:rgba(255,255,255,.4)}.la-services-hero__breadcrumbs-link{color:rgba(255,255,255,.7);text-decoration:none;transition:var(--transition-fast)}.la-services-hero__breadcrumbs-link:hover{color:var(--white)}.la-services-hero__title{font-size:var(--fs-h1);font-weight:var(--fw-bold);line-height:var(--lh-tight);margin-bottom:1.5rem;color:var(--white);max-width:800px}.la-services-hero__lead{line-height:var(--lh-loose);color:rgba(255,255,255,.92);max-width:720px;margin-bottom:2.5rem}.la-services-hero__lead strong{color:var(--white);font-weight:var(--fw-medium)}.la-services-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.la-services-hero__cta{gap:.5rem;padding:1rem 2rem}.la-services-hero__cta i{font-size:1.125rem}.la-services-hero__quick-nav{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.15)}.la-services-hero__quick-label{font-size:var(--fs-small);font-weight:var(--fw-medium);color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.06em}.la-services-hero__quick-links{display:flex;flex-wrap:wrap;gap:.625rem}.la-services-hero__quick-link{display:inline-flex;align-items:center;font-size:var(--fs-small);font-weight:var(--fw-medium);color:var(--white);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:var(--r-sm);padding:.5rem 1rem;text-decoration:none;transition:var(--transition-fast);backdrop-filter:blur(4px)}.la-services-hero__quick-link:hover{background:var(--brand);border-color:var(--brand);color:var(--white)}@media (max-width:768px){.la-services-hero{min-height:auto;padding-top:4rem}.la-services-hero__content{padding:4rem 1rem 3rem}.la-services-hero__actions{flex-direction:column;align-items:stretch}.la-services-hero__cta{width:100%}.la-services-hero__quick-nav{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width:480px){.la-services-hero__title{font-size:clamp(1.75rem,6vw,2.5rem)}}.la-service-detail{padding:6rem 0;background:var(--white);width:100%}.la-service-detail--alt{background:var(--off)}.la-service-detail__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.la-service-detail__layout{display:grid;grid-template-columns:440px 1fr;gap:4rem;align-items:start;position:relative;z-index:10}.la-service-detail__visual{position:sticky;top:13rem;display:flex;flex-direction:column;gap:1.5rem;align-self:start}.la-service-detail__image{border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.la-service-detail__img{width:100%;height:480px;object-fit:cover;display:block}.la-service-detail__highlight{background:linear-gradient(135deg,var(--brand-dark) 0%,var(--color-navy) 100%);border-radius:var(--r-lg);padding:2rem}.la-service-detail__highlight-icon{width:3rem;height:3rem;background:rgba(255,255,255,.12);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.la-service-detail__highlight-icon i{font-size:1.5rem;color:var(--brand)}.la-service-detail__highlight-title{font-size:var(--fs-h5);font-weight:var(--fw-bold);color:var(--white);margin-bottom:.75rem}.la-service-detail__highlight-text{font-size:var(--fs-body);line-height:var(--lh-loose);color:rgba(255,255,255,.9)}.la-service-detail__content{padding-top:1rem}.la-service-detail__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-service-detail__title{font-size:var(--fs-h2);font-weight:var(--fw-bold);line-height:var(--lh-tight);color:var(--dark);margin-bottom:1.5rem}.la-service-detail__lead{font-size:var(--fs-body);line-height:var(--lh-loose);color:var(--text);margin-bottom:2.5rem}.la-service-detail__lead strong{color:var(--dark);font-weight:var(--fw-medium)}.la-service-detail__includes{margin-bottom:2.5rem}.la-service-detail__includes-title{font-size:var(--fs-h4);font-weight:var(--fw-bold);color:var(--dark);margin-bottom:1.25rem}.la-service-detail__includes-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.la-service-detail__includes-list li{display:flex;flex-direction:column;gap:.25rem;background:var(--white);border-radius:var(--r-md);padding:1.25rem 1.5rem;border:1px solid var(--light);transition:var(--transition-base)}.la-service-detail--alt .la-service-detail__includes-list li{background:var(--white)}.la-service-detail__includes-list li:hover{border-color:var(--brand);box-shadow:var(--shadow-sm)}.la-service-detail__includes-list li i{color:var(--brand);font-size:1.25rem;margin-bottom:.5rem}.la-service-detail__includes-list li>span:first-of-type{font-size:var(--fs-h6);font-weight:var(--fw-bold);color:var(--dark)}.la-service-detail__includes-desc{font-size:var(--fs-small);color:var(--text);line-height:var(--lh-base)}.la-service-detail__info{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem;padding:1.5rem;background:var(--white);border-radius:var(--r-lg);border:1px solid var(--light)}.la-service-detail--alt .la-service-detail__info{background:var(--white)}.la-service-detail__info-item{display:flex;align-items:flex-start;gap:.875rem}.la-service-detail__info-item i{color:var(--brand);font-size:1.25rem;margin-top:.125rem}.la-service-detail__info-body{display:flex;flex-direction:column}.la-service-detail__info-label{font-size:var(--fs-small);color:var(--text);margin-bottom:.25rem}.la-service-detail__info-value{font-size:var(--fs-small);font-weight:var(--fw-bold);color:var(--dark)}.la-service-detail__cta{display:flex;flex-wrap:wrap;gap:1rem}.la-service-detail__cta-btn{gap:.5rem}@media (max-width:1024px){.la-service-detail__layout{grid-template-columns:1fr;gap:2.5rem}.la-service-detail__visual{position:relative;top:auto;max-width:500px;margin:0 auto}.la-service-detail__img{height:360px}}@media (max-width:768px){.la-service-detail{padding:4rem 0}.la-service-detail__info{grid-template-columns:1fr}.la-service-detail__cta{flex-direction:column}.la-service-detail__cta-btn{width:100%}}@media (max-width:480px){.la-service-detail__container{padding:0 1rem}.la-service-detail__highlight{padding:1.5rem}.la-service-detail__includes-list li{padding:1rem 1.25rem}}.la-service-detail__layout--reverse{grid-template-columns:1fr 440px}.la-service-detail__layout--reverse .la-service-detail__visual{order:2}.la-service-detail__layout--reverse .la-service-detail__content{order:1}@media (max-width:1024px){.la-service-detail__layout--reverse{grid-template-columns:1fr}.la-service-detail__layout--reverse .la-service-detail__visual{order:1}.la-service-detail__layout--reverse .la-service-detail__content{order:2}}.la-support{padding:6rem 0;background:var(--off);width:100%}.la-support__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.la-support__header{text-align:center;max-width:800px;margin:0 auto 4rem}.la-support__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-support__title{font-size:var(--fs-h2);font-weight:var(--fw-bold);line-height:var(--lh-tight);color:var(--dark);margin-bottom:1.5rem}.la-support__intro{font-size:var(--fs-body);line-height:var(--lh-loose);color:var(--text)}.la-support__intro strong{color:var(--dark);font-weight:var(--fw-medium)}.la-support__steps{position:relative;max-width:900px;margin:0 auto 4rem;z-index:10}.la-support__steps:before{content:"";position:absolute;left:2.5rem;top:0;bottom:0;width:2px;background:linear-gradient(180deg,var(--brand) 0%,var(--brand-dark) 100%);border-radius:1px}.la-support__step{position:relative;display:grid;grid-template-columns:5rem 1fr;gap:2rem;padding-bottom:3.5rem}.la-support__step:last-child{padding-bottom:0}.la-support__step-number{width:5rem;height:5rem;background:var(--white);border:2px solid var(--brand);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--fs-h4);font-weight:var(--fw-bold);color:var(--brand);position:relative;z-index:2;flex-shrink:0}.la-support__step-content{background:var(--white);border-radius:var(--r-lg);padding:2rem 2.25rem;box-shadow:var(--shadow-sm);border:1px solid var(--light);transition:var(--transition-base)}.la-support__step-content:hover{box-shadow:var(--shadow-md);border-color:var(--brand)}.la-support__step-icon{width:3rem;height:3rem;background:var(--gray);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.la-support__step-icon i{font-size:1.375rem;color:var(--brand)}.la-support__step-title{font-size:var(--fs-h5);font-weight:var(--fw-bold);color:var(--dark);margin-bottom:.875rem;line-height:var(--lh-tight)}.la-support__step-text{font-size:var(--fs-body);line-height:var(--lh-loose);color:var(--text);margin-bottom:1.25rem}.la-support__step-text strong{color:var(--dark);font-weight:var(--fw-medium)}.la-support__step-meta{display:inline-flex;align-items:center;gap:.5rem;background:var(--off);border-radius:var(--r-sm);padding:.5rem 1rem;font-size:var(--fs-small);color:var(--brand-dark);font-weight:var(--fw-medium)}.la-support__step-meta i{color:var(--brand);font-size:1rem}.la-support__bottom{background:linear-gradient(135deg,var(--brand-dark) 0%,var(--color-navy) 100%);border-radius:var(--r-lg);padding:3rem;display:flex;align-items:center;justify-content:space-between;gap:2.5rem;z-index:10;position:relative}.la-support__bottom-content{flex:1}.la-support__bottom-title{font-size:var(--fs-h3);font-weight:var(--fw-bold);color:var(--white);margin-bottom:.75rem;line-height:var(--lh-tight)}.la-support__bottom-text{font-size:var(--fs-body);line-height:var(--lh-loose);color:rgba(255,255,255,.9);max-width:560px}.la-support__bottom-text strong{color:var(--white);font-weight:var(--fw-medium)}.la-support__bottom-actions{display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.la-support__bottom-btn{gap:.5rem;white-space:nowrap}@media (max-width:768px){.la-support{padding:4rem 0}.la-support__steps:before{left:1.75rem}.la-support__step{grid-template-columns:3.5rem 1fr;gap:1.25rem;padding-bottom:2.5rem}.la-support__step-number{width:3.5rem;height:3.5rem;font-size:var(--fs-h5)}.la-support__step-content{padding:1.5rem}.la-support__bottom{flex-direction:column;text-align:center;padding:2.5rem 1.5rem;gap:1.75rem}.la-support__bottom-actions{flex-direction:row;flex-wrap:wrap;justify-content:center}}@media (max-width:480px){.la-support__container{padding:0 1rem}.la-support__step{grid-template-columns:1fr;gap:1rem}.la-support__steps:before{display:none}.la-support__step-number{width:3rem;height:3rem;font-size:var(--fs-h6);margin:0 auto}.la-support__step-content{text-align:center}.la-support__step-meta{justify-content:center}.la-support__bottom-actions{flex-direction:column;width:100%}.la-support__bottom-btn{width:100%}}.la-faq{padding:6rem 0;background:var(--off);width:100%}.la-faq__container{max-width:900px;margin:0 auto;padding:0 1.5rem}.la-faq__header{text-align:center;max-width:800px;margin:0 auto 3.5rem}.la-faq__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-faq__title{font-size:var(--fs-h2);font-weight:var(--fw-bold);line-height:var(--lh-tight);color:var(--dark);margin-bottom:1.5rem}.la-faq__intro{font-size:var(--fs-body);line-height:var(--lh-loose);color:var(--text)}.la-faq__intro strong{color:var(--dark);font-weight:var(--fw-medium)}.la-faq__intro-link{color:var(--brand);font-weight:var(--fw-medium);text-decoration:none;border-bottom:1px solid var(--brand);transition:var(--transition-fast)}.la-faq__intro-link:hover{color:var(--brand-dark);border-color:var(--brand-dark)}.la-faq__content{margin-bottom:3.5rem;z-index:10;position:relative}.la-faq__item{background:var(--white);border-radius:var(--r-md);margin-bottom:1rem;border:1px solid var(--light);overflow:hidden;transition:var(--transition-base)}.la-faq__item:hover{border-color:var(--brand)}.la-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem 1.75rem;background:var(--white);border:none;cursor:pointer;text-align:left;font-family:inherit;transition:var(--transition-base)}.la-faq__question:hover{background:var(--off)}.la-faq__question[aria-expanded=true]{background:var(--off);border-bottom:1px solid var(--light)}.la-faq__question-text{font-size:var(--fs-h6);font-weight:var(--fw-bold);color:var(--dark);line-height:var(--lh-tight);flex:1}.la-faq__question-icon{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:var(--gray);border-radius:50%;flex-shrink:0;transition:transform var(--transition-base)}.la-faq__question-icon i{font-size:1rem;color:var(--brand)}.la-faq__question[aria-expanded=true] .la-faq__question-icon{transform:rotate(180deg)}.la-faq__answer{max-height:0;overflow:hidden;transition:max-height var(--transition-slow),padding var(--transition-slow)}.la-faq__answer[aria-hidden=false]{max-height:800px}.la-faq__answer-inner{padding:0 1.75rem 1.5rem}.la-faq__answer-inner p{font-size:var(--fs-body);line-height:var(--lh-loose);color:var(--text);margin-bottom:1rem}.la-faq__answer-inner p:last-child{margin-bottom:0}.la-faq__answer-inner p strong{color:var(--dark);font-weight:var(--fw-medium)}.la-faq__answer-inner ul{list-style:none;padding:0;margin:0 0 1rem}.la-faq__answer-inner ul li{position:relative;padding-left:1.5rem;font-size:var(--fs-body);line-height:var(--lh-base);color:var(--text);margin-bottom:.5rem}.la-faq__answer-inner ul li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;background:var(--brand);border-radius:50%}.la-faq__answer-inner ul li strong{color:var(--dark);font-weight:var(--fw-medium)}.la-faq__answer-inner a{color:var(--brand);font-weight:var(--fw-medium);text-decoration:none;border-bottom:1px solid var(--brand);transition:var(--transition-fast)}.la-faq__answer-inner a:hover{color:var(--brand-dark);border-color:var(--brand-dark)}.la-faq__bottom{background:linear-gradient(135deg,var(--brand-dark) 0%,var(--color-navy) 100%);border-radius:var(--r-lg);padding:3rem;text-align:center;z-index:10;position:relative}.la-faq__bottom-icon{width:4rem;height:4rem;background:rgba(255,255,255,.12);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.la-faq__bottom-icon i{font-size:1.75rem;color:var(--brand)}.la-faq__bottom-title{font-size:var(--fs-h3);font-weight:var(--fw-bold);color:var(--white);margin-bottom:1rem;line-height:var(--lh-tight)}.la-faq__bottom-text{font-size:var(--fs-body);line-height:var(--lh-loose);color:rgba(255,255,255,.9);max-width:600px;margin:0 auto 1.75rem}.la-faq__bottom-text strong{color:var(--white);font-weight:var(--fw-medium)}.la-faq__bottom-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.la-faq__bottom-btn{gap:.5rem}@media (max-width:768px){.la-faq{padding:4rem 0}.la-faq__question{padding:1.25rem 1.5rem}.la-faq__answer-inner{padding:0 1.5rem 1.25rem}.la-faq__bottom{padding:2.5rem 1.5rem}.la-faq__bottom-actions{flex-direction:column;align-items:center}.la-faq__bottom-btn{width:100%;max-width:320px}}@media (max-width:480px){.la-faq__container{padding:0 1rem}}