@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";.app{min-height:100vh;display:flex;flex-direction:column;background:var(--lavender-soft);overflow-x:hidden}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.page--enter,.page--exit{transform:none}}.page{flex:1;transition:opacity .25s ease,transform .25s ease}.page--enter{opacity:1;transform:translateY(0)}.page--exit{opacity:0;transform:translateY(10px)}.page__content{display:flex;flex-direction:column;gap:3rem;padding:2rem 4vw 4rem;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box;overflow-x:hidden}.navbar-neo{position:sticky;top:0;z-index:100;background:var(--lavender-soft);padding:.75rem 4vw;width:100%;box-sizing:border-box}.navbar-neo__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;background:var(--white);padding:.75rem 1rem .75rem 1.5rem;border-radius:50px;box-shadow:var(--neo-shadow)}.navbar-neo__brand{display:flex;align-items:center}.navbar-neo__brand img{height:65px;width:auto;object-fit:contain;transition:transform .3s ease}.navbar-neo__brand:hover img{transform:scale(1.05)}.navbar-neo__toggle{display:none;width:44px;height:44px;border-radius:50%;background:var(--lavender-soft);box-shadow:var(--neo-shadow-sm);border:none;align-items:center;justify-content:center;font-size:1.25rem;color:var(--text);cursor:pointer;transition:all .2s ease}.navbar-neo__toggle:active{box-shadow:var(--neo-inset-sm)}.navbar-neo__nav{flex:1;display:flex;justify-content:center}.navbar-neo__links{display:flex;align-items:center;background:var(--lavender-soft);border-radius:30px;padding:.35rem;box-shadow:var(--neo-inset-sm)}.navbar-neo__links a{display:flex;align-items:center;gap:.4rem;padding:.65rem 1.1rem;border-radius:25px;font-weight:500;font-size:.9rem;color:var(--text-muted);background:transparent;transition:all .25s ease;position:relative}.navbar-neo__links a svg{font-size:1rem;transition:transform .2s ease}.navbar-neo__links a:hover{color:var(--text)}.navbar-neo__links a:hover svg{transform:scale(1.15)}.navbar-neo__links a.active{background:var(--white);color:var(--text);box-shadow:var(--neo-shadow-sm)}.navbar-neo__cta{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:30px;font-weight:600;font-size:.9rem;background:var(--lavender);color:var(--text);box-shadow:var(--neo-shadow-sm);transition:all .25s ease}.navbar-neo__cta:hover{background:var(--mint);transform:translateY(-2px);box-shadow:var(--neo-shadow)}.navbar-neo__cta:active{transform:translateY(0);box-shadow:var(--neo-inset-sm)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:14px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;border:none;background:var(--lavender-soft);box-shadow:var(--neo-shadow)}.btn:hover{box-shadow:var(--neo-shadow-hover);transform:translateY(-2px)}.btn:active{box-shadow:var(--neo-inset);transform:translateY(0)}.btn--primary{background:var(--lavender);color:var(--text)}.btn--mint{background:var(--mint);color:var(--text)}.btn--ghost{background:var(--white);color:var(--text-muted)}.hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero__content{display:flex;flex-direction:column;gap:1.5rem}.hero__content h1{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.hero__content p{color:var(--text-muted);font-size:1.05rem}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:50px;font-weight:600;font-size:.85rem;background:var(--mint);box-shadow:var(--neo-shadow-sm);color:var(--text);width:fit-content}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem}.hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.hero__stat{background:var(--lavender-soft);padding:1.25rem;border-radius:16px;box-shadow:var(--neo-shadow-sm);text-align:center}.hero__stat strong{display:block;font-size:1.1rem;color:var(--text);margin-bottom:.25rem}.hero__stat span{font-size:.85rem;color:var(--text-muted)}.hero__card{background:var(--white);border-radius:24px;padding:2.5rem;box-shadow:var(--neo-shadow);display:flex;flex-direction:column;gap:1.25rem}.hero__card img{height:100px;width:auto;object-fit:contain}.hero__card h3{font-size:1.25rem}.hero__card p{color:var(--text-muted);font-size:.95rem}.hero__card-list{display:flex;flex-direction:column;gap:.75rem}.hero__card-list span{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.9rem}.hero__card-list svg{color:var(--text);flex-shrink:0}.section{display:flex;flex-direction:column;gap:2rem}.section--neo{background:var(--white);border-radius:24px;padding:2.5rem;box-shadow:var(--neo-shadow)}.section--lavender{background:var(--lavender);border-radius:24px;padding:2.5rem;box-shadow:var(--neo-shadow)}.section--lavender h2,.section--lavender h3,.section--lavender h4{color:var(--white)}.section--lavender p,.section--lavender li,.section--lavender span{color:var(--white);opacity:.95}.section--mint{background:var(--mint);border-radius:24px;padding:2.5rem;box-shadow:var(--neo-shadow)}.section__header{display:flex;flex-direction:column;gap:.75rem;max-width:800px;margin:0 auto;text-align:center}.section__header h2{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700}.section__header p{color:var(--text-muted);font-size:1rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.card{background:var(--lavender-soft);border-radius:20px;padding:1.5rem;box-shadow:var(--neo-shadow-sm);display:flex;align-items:flex-start;gap:1rem;transition:all .2s ease}.card:hover{box-shadow:var(--neo-shadow);transform:translateY(-2px)}.card svg{flex-shrink:0;font-size:1.25rem;color:var(--text);margin-top:.1rem}.card p{color:var(--text);font-weight:500}.highlight-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.highlight{background:var(--white);border-radius:20px;padding:2rem;box-shadow:var(--neo-shadow);display:flex;flex-direction:column;gap:1rem;transition:all .2s ease}.highlight:hover{transform:translateY(-3px);box-shadow:var(--neo-shadow-hover)}.highlight__icon{width:56px;height:56px;border-radius:16px;background:var(--lavender);box-shadow:var(--neo-shadow-sm);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text)}.highlight h3{font-size:1.1rem;font-weight:600}.highlight p{color:var(--text-muted);font-size:.95rem}.about-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.about-card{background:var(--white);border-radius:20px;padding:2rem;box-shadow:var(--neo-shadow);display:flex;flex-direction:column;gap:1rem}.about-card svg{font-size:2rem;color:var(--text)}.about-card h3{font-size:1.15rem;font-weight:600}.about-card p{color:var(--text-muted);font-size:.95rem}.overview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.overview-card{background:var(--white);border-radius:20px;padding:2rem;box-shadow:var(--neo-shadow);display:flex;flex-direction:column;gap:1rem}.overview-card svg{font-size:2rem;color:var(--text)}.overview-card h3{font-size:1.1rem;font-weight:600}.overview-card p{color:var(--text-muted);font-size:.95rem}.list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.list-card{background:var(--lavender-soft);border-radius:20px;padding:1.75rem;box-shadow:var(--neo-shadow-sm);display:flex;flex-direction:column;gap:.75rem}.list-card h4{font-size:1.05rem;font-weight:600}.list-card p{color:var(--text-muted);font-size:.95rem}.service-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.service-card{background:var(--lavender-soft);border-radius:20px;padding:2rem;box-shadow:var(--neo-shadow-sm);display:flex;flex-direction:column;gap:1.25rem}.service-card h3{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600}.service-card svg{font-size:1.25rem;color:var(--text)}.service-card ul{display:flex;flex-direction:column;gap:.6rem}.service-card li{display:flex;align-items:flex-start;gap:.5rem;color:var(--text-muted);font-size:.95rem}.service-card li:before{content:"•";color:var(--text);font-weight:700}.cta{text-align:center;background:var(--mint);border-radius:24px;padding:3rem 2rem;box-shadow:var(--neo-shadow);display:flex;flex-direction:column;align-items:center;gap:1.25rem}.cta h2{font-size:1.5rem}.cta p{color:var(--text-muted);max-width:500px}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.contact-card{background:var(--white);border-radius:20px;padding:2rem;box-shadow:var(--neo-shadow);display:flex;flex-direction:column;gap:1.25rem}.contact-card h3{font-size:1.15rem;font-weight:600}.contact-card p{display:flex;align-items:center;gap:.75rem;color:var(--text-muted)}.contact-card svg{font-size:1.1rem;color:var(--text);flex-shrink:0}.contact-form{background:var(--white);border-radius:20px;padding:2rem;box-shadow:var(--neo-shadow);display:flex;flex-direction:column;gap:1.25rem}.contact-form h3{display:flex;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:600}.contact-form label{display:flex;flex-direction:column;gap:.4rem;font-weight:500;font-size:.9rem;color:var(--text)}.contact-form input,.contact-form textarea{padding:1rem 1.25rem;border-radius:14px;background:var(--lavender-soft);box-shadow:var(--neo-inset-sm);font-size:.95rem;color:var(--text);transition:box-shadow .2s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--grey-dark)}.contact-form input:focus,.contact-form textarea:focus{box-shadow:var(--neo-shadow-sm)}.contact-form textarea{resize:vertical;min-height:120px}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.step-card{background:var(--lavender-soft);border-radius:20px;padding:1.75rem;box-shadow:var(--neo-shadow-sm);display:flex;flex-direction:column;gap:.75rem}.step-card span{width:48px;height:48px;border-radius:14px;background:var(--lavender);box-shadow:var(--neo-shadow-sm);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:var(--text)}.step-card h4{font-size:1.05rem;font-weight:600;margin-top:.5rem}.step-card p{color:var(--text-muted);font-size:.95rem}.footer{background:var(--lavender-soft);padding:3rem 5vw 2rem;margin-top:3rem}.footer__inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem;background:var(--white);border-radius:24px;padding:2.5rem;box-shadow:var(--neo-shadow)}.footer__brand{display:flex;flex-direction:column;gap:1rem}.footer__brand img{height:100px;width:auto;object-fit:contain}.footer__links{display:flex;flex-direction:column;gap:.75rem}.footer__links h4{font-size:1rem;font-weight:600;margin-bottom:.5rem}.footer__link{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.9rem;transition:color .2s ease}.footer__link:hover{color:var(--text)}.footer__link svg{font-size:1rem;flex-shrink:0}.footer__bottom{text-align:center;padding-top:2rem;color:var(--text-muted);font-size:.85rem}@media (min-width: 1400px){p,span,li,.text-content{font-size:1.1rem!important;line-height:1.8!important}h3{font-size:1.75rem!important}h4{font-size:1.4rem!important}.section-description,.home-hero p,.about-hero__description,.service-showcase-card__description,.neo-testimonial-card__quote p{font-size:1.15rem!important;line-height:1.8!important}.card p,.neo-testimonial-card p,.contact-info-card span{font-size:1.05rem!important}.navbar-neo__links a span,.neo-footer__brand p,.neo-footer__links a,.neo-footer__contact-item span{font-size:1rem!important}}@media (max-width: 1024px){.hero{grid-template-columns:1fr}.hero__stats{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.navbar-neo__brand img{height:60px}.navbar-neo__nav{position:absolute;top:100%;left:1rem;right:1rem;background:var(--white);border-radius:20px;padding:1rem;box-shadow:var(--neo-shadow);display:none;margin-top:.5rem;z-index:100;overflow:hidden}.navbar-neo__nav--open{display:block;animation:fade-in-up .25s ease-out}.navbar-neo__links{flex-direction:column;background:transparent;box-shadow:none;padding:0;overflow:hidden}.navbar-neo__links a{width:100%;padding:.85rem 1rem;justify-content:center;background:var(--lavender-soft);box-shadow:var(--neo-shadow-sm);margin-bottom:.5rem;border-radius:12px}.navbar-neo__links a:last-child{margin-bottom:0}.navbar-neo__links a.active{background:var(--lavender)}.navbar-neo__toggle{display:flex}.navbar-neo__cta{display:none}.home-hero{grid-template-columns:1fr;min-height:auto;padding:2rem 4vw;text-align:center}.home-hero__content{order:1}.home-hero__content>p{max-width:100%;margin:0 auto 1.5rem}.home-hero__actions{justify-content:center;gap:.75rem}.home-hero__trust{justify-content:center}.home-hero__visual{order:0;margin-bottom:1.5rem}.home-hero__card{max-width:320px}.home-hero__floating--1{right:5%;top:10%}.home-hero__floating--2{left:5%;bottom:10%}.home-services{padding:3rem 4vw}.home-services__grid{grid-template-columns:repeat(3,1fr);gap:1rem}.home-services__header h2{font-size:1.5rem}.home-service-card{padding:1.5rem}.home-features{grid-template-columns:1fr;text-align:center;padding:3rem 4vw}.home-features__content{max-width:100%}.home-features__content h2{font-size:1.5rem}.home-features__list{grid-template-columns:repeat(3,1fr);gap:.75rem}.home-features__item{padding:.6rem .75rem;font-size:.85rem}.home-features__visual{margin-top:2rem}.home-features__image-area{max-width:280px}.home-features__image-frame img{height:220px}.home-testimonials{padding:3rem 4vw}.home-testimonials__header h2{font-size:1.5rem}.home-contact{flex-direction:column;text-align:center;padding:2.5rem 4vw;gap:1.5rem}.home-contact__content{max-width:100%}.home-contact__content h2{font-size:1.5rem}.home-contact__info{justify-content:center;flex-wrap:wrap}.contact-row{grid-template-columns:1fr;gap:1.5rem}.contact-details{position:static}.contact-details__cards{grid-template-columns:repeat(2,1fr);gap:.75rem}.contact-form-wrapper{padding:2rem}.form-row{grid-template-columns:1fr;gap:.75rem}}@media (max-width: 768px){.page__content{padding:1.5rem 4vw 3rem;gap:2rem}.section--neo,.section--lavender,.section--mint{padding:1.25rem;border-radius:16px}.home-hero{padding:1.5rem 4vw 2rem}.home-hero h1{font-size:1.5rem;line-height:1.3}.home-hero__badge{font-size:.7rem;padding:.4rem .85rem}.home-hero__content>p{font-size:.9rem;line-height:1.6}.home-hero__btn{padding:.75rem 1.25rem;font-size:.85rem}.home-hero__card{padding:1.25rem;max-width:260px;border-radius:18px}.home-hero__card img{height:70px;margin-bottom:1rem}.home-hero__card h3{font-size:1rem;margin-bottom:.75rem}.home-hero__card-features{gap:.4rem}.home-hero__card-features span{font-size:.75rem}.home-hero__floating{padding:.5rem .85rem;font-size:.75rem;border-radius:12px}.home-services{padding:2rem 4vw}.home-services__grid{grid-template-columns:1fr;gap:1rem}.home-services__header{margin-bottom:1.5rem}.home-services__header h2{font-size:1.35rem}.home-services__header p{font-size:.85rem}.home-service-card{padding:1.25rem;border-radius:16px}.home-service-card__icon{width:50px;height:50px;font-size:1.25rem;border-radius:14px}.home-service-card h3{font-size:1rem}.home-service-card p{font-size:.85rem}.home-features{padding:2rem 4vw;border-radius:20px 20px 0 0;gap:1.5rem}.home-features__label{font-size:.7rem;padding:.35rem .75rem}.home-features__content h2{font-size:1.35rem}.home-features__content>p{font-size:.85rem}.home-features__list{grid-template-columns:repeat(2,1fr);gap:.5rem}.home-features__item{padding:.5rem .65rem;font-size:.75rem;border-radius:10px}.home-features__icon{width:28px;height:28px;font-size:.8rem}.home-features__image-frame img{height:200px}.home-features__card-overlay{padding:.5rem .85rem;font-size:.75rem}.home-testimonials{padding:2rem 4vw}.home-testimonials__label{font-size:.7rem}.home-testimonials__header h2{font-size:1.35rem}.home-testimonials__carousel{height:180px}.testimonial-card{padding:1.25rem;border-radius:16px}.testimonial-card__quote{font-size:2.5rem;margin-bottom:-.75rem}.testimonial-card p{font-size:.9rem}.testimonial-card__author{font-size:.8rem}.home-contact{padding:2rem 4vw;border-radius:20px 20px 0 0;gap:1.5rem;margin-top:-20px}.home-contact__content h2{font-size:1.35rem}.home-contact__content>p{font-size:.85rem}.home-contact__info{gap:.5rem}.home-contact__item{padding:.5rem .85rem;font-size:.8rem}.home-contact__btn{padding:.85rem 1.25rem;font-size:.85rem}.contact-hero{padding:2rem 4vw;border-radius:20px}.contact-hero h1{font-size:1.35rem}.contact-hero p{font-size:.85rem}.contact-details{padding:1.5rem;border-radius:18px}.contact-details__header h2{font-size:1.15rem}.contact-details__cards{grid-template-columns:1fr;gap:.75rem}.contact-info-card{padding:1rem;border-radius:14px}.contact-info-card__icon{width:44px;height:44px;font-size:1.1rem}.contact-info-card__content h4{font-size:.85rem}.contact-info-card__content span{font-size:.8rem}.contact-form-wrapper{padding:1.5rem;border-radius:18px}.contact-form-header__icon{width:56px;height:56px;font-size:1.5rem}.contact-form-header h2{font-size:1.15rem}.contact-form-header p{font-size:.85rem}.form-group label{font-size:.8rem}.form-group input,.form-group textarea{padding:.85rem 1rem;font-size:.85rem;border-radius:12px}.btn-submit{padding:.9rem 1.5rem;font-size:.9rem}.contact-map-section{padding:1.5rem;border-radius:18px}.contact-map-header h2{font-size:1.15rem}.contact-map-wrapper iframe{height:250px;border-radius:14px}.contact-process{padding:1.5rem}.process-timeline{gap:1rem}.process-step{flex-direction:row;text-align:left;gap:1rem;padding:1rem}.process-step__number{width:40px;height:40px;font-size:.9rem;flex-shrink:0}.process-step__content h4{font-size:.95rem}.process-step__content p{font-size:.8rem}}@media (max-width: 480px){.navbar-neo__brand img{height:55px}.navbar-neo__inner{padding:.5rem .75rem .5rem 1rem;border-radius:35px}.navbar-neo__toggle{width:42px;height:42px;font-size:1.1rem}.home-hero{padding:1rem 3.5vw 1.5rem}.home-hero h1{font-size:1.35rem;margin-bottom:1rem}.home-hero__badge{font-size:.65rem;padding:.35rem .75rem;margin-bottom:1rem}.home-hero__content>p{font-size:.85rem;margin-bottom:1.25rem}.home-hero__btn{padding:.7rem 1rem;font-size:.8rem;width:100%;justify-content:center;border-radius:12px}.home-hero__actions{flex-direction:column;gap:.6rem;width:100%;max-width:100%;margin:0 auto 1.5rem}.home-hero__floating{display:none}.home-hero__trust{flex-direction:column;gap:.4rem}.home-hero__trust-icon{width:44px;height:44px;font-size:1.25rem}.home-hero__trust-text strong{font-size:.85rem}.home-hero__trust-text span{font-size:.7rem}.home-hero__card{padding:1rem;border-radius:16px;max-width:240px}.home-hero__card img{height:60px;margin-bottom:.75rem}.home-hero__card h3{font-size:.9rem;margin-bottom:.6rem}.home-hero__card-features{gap:.35rem}.home-hero__card-features span{font-size:.7rem}.home-services{padding:1.5rem 3.5vw}.home-services__header{margin-bottom:1.25rem}.home-services__label{font-size:.65rem;padding:.3rem .65rem}.home-services__header h2{font-size:1.15rem}.home-services__header p{font-size:.8rem}.home-service-card{padding:1rem;border-radius:14px}.home-service-card__icon{width:44px;height:44px;font-size:1.1rem;border-radius:12px;margin-bottom:.75rem}.home-service-card__abbr{font-size:.6rem;padding:.2rem .5rem}.home-service-card h3{font-size:.9rem;margin-bottom:.4rem}.home-service-card p{font-size:.8rem}.home-services__cta{padding:.7rem 1.15rem;font-size:.8rem}.home-features{padding:1.5rem 3.5vw;border-radius:16px 16px 0 0;gap:1.25rem}.home-features__label{font-size:.65rem;padding:.3rem .65rem}.home-features__content h2{font-size:1.15rem}.home-features__content>p{font-size:.8rem;margin-bottom:1.25rem}.home-features__list{grid-template-columns:1fr;gap:.4rem}.home-features__item{padding:.5rem .65rem;font-size:.75rem;border-radius:8px}.home-features__icon{width:26px;height:26px;font-size:.75rem;border-radius:6px}.home-features__image-frame img{height:180px}.home-features__card-overlay{padding:.4rem .7rem;font-size:.65rem;border-radius:8px}.home-features__card-overlay svg{font-size:.8rem}.home-testimonials{padding:1.5rem 3.5vw}.home-testimonials__label{font-size:.65rem}.home-testimonials__header h2{font-size:1.15rem}.home-testimonials__carousel{height:200px}.testimonial-card{padding:1rem;border-radius:14px}.testimonial-card__quote{font-size:1.75rem;margin-bottom:-.5rem}.testimonial-card p{font-size:.8rem;line-height:1.5}.testimonial-card__author{font-size:.75rem}.testimonial-dot{width:8px;height:8px}.home-testimonials__dots{gap:.5rem;margin-top:1.25rem}.home-contact{padding:1.5rem 3.5vw;border-radius:16px 16px 0 0;gap:1.25rem;margin-top:-16px}.home-contact__content h2{font-size:1.15rem}.home-contact__content>p{font-size:.8rem;margin-bottom:1rem}.home-contact__info{flex-direction:column;gap:.5rem}.home-contact__item{width:100%;justify-content:center;padding:.45rem .75rem;font-size:.75rem;border-radius:8px}.home-contact__btn{padding:.75rem 1.15rem;font-size:.8rem;border-radius:12px}.home-contact__cta>span{font-size:.75rem}.contact-hero{padding:1.5rem 3.5vw;border-radius:16px}.contact-hero__badge{font-size:.7rem;padding:.35rem .75rem}.contact-hero h1{font-size:1.15rem}.contact-hero p{font-size:.8rem}.contact-details{padding:1.25rem;border-radius:14px}.contact-details__header h2{font-size:1rem}.contact-details__header p{font-size:.8rem}.contact-info-card{padding:.85rem;border-radius:12px}.contact-info-card__icon{width:40px;height:40px;font-size:1rem}.contact-info-card__content h4{font-size:.8rem}.contact-info-card__content span{font-size:.75rem}.contact-form-wrapper{padding:1.25rem;border-radius:14px}.contact-form-header{margin-bottom:1.5rem}.contact-form-header__icon{width:48px;height:48px;font-size:1.25rem;margin-bottom:1rem}.contact-form-header h2{font-size:1rem}.contact-form-header p{font-size:.8rem}.form-group{margin-bottom:.75rem}.form-group label{font-size:.75rem;gap:.35rem}.form-group input,.form-group textarea{padding:.75rem .85rem;font-size:.8rem;border-radius:10px}.form-group textarea{min-height:100px}.btn-submit{padding:.8rem 1.25rem;font-size:.85rem;border-radius:12px;width:100%;justify-content:center}.contact-map-section{padding:1.25rem;border-radius:14px}.contact-map-header__icon{width:48px;height:48px}.contact-map-header h2{font-size:1rem}.contact-map-header p{font-size:.8rem}.contact-map-wrapper iframe{height:200px;border-radius:12px}.contact-map-overlay{padding:1rem}.map-overlay-content h4{font-size:.9rem}.map-overlay-content p{font-size:.8rem}.btn-directions{padding:.6rem 1rem;font-size:.8rem}.contact-process{padding:1.25rem}.process-timeline{gap:.75rem}.process-step{flex-direction:column;text-align:center;gap:.75rem;padding:.85rem;border-radius:12px}.process-step__number{width:36px;height:36px;font-size:.8rem}.process-step__icon{width:40px;height:40px;font-size:1rem}.process-step__content h4{font-size:.85rem}.process-step__content p{font-size:.75rem}}.contact-hero{background:var(--white);border-radius:28px;padding:3.5rem;box-shadow:var(--neo-shadow);text-align:center;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;border-radius:50%;background:var(--lavender);opacity:.15;animation:float 8s ease-in-out infinite}.contact-hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:300px;height:300px;border-radius:50%;background:var(--mint);opacity:.15;animation:float 10s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}.contact-hero__content{position:relative;z-index:1}.contact-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:50px;font-weight:600;font-size:.85rem;background:var(--mint);box-shadow:var(--neo-shadow-sm);color:var(--text);margin-bottom:1.5rem;animation:pulse-glow 3s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:var(--neo-shadow-sm)}50%{box-shadow:var(--neo-shadow),0 0 20px #d4f5e280}}.contact-hero h1{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;margin-bottom:1rem;color:var(--text)}.contact-hero p{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:0 auto}.contact-row{display:grid;grid-template-columns:1fr 1.3fr;gap:2rem;align-items:start;width:100%;box-sizing:border-box}.contact-details{background:var(--white);border-radius:24px;padding:2.5rem;box-shadow:var(--neo-shadow);height:fit-content;position:sticky;top:120px}.contact-details__header{margin-bottom:2rem}.contact-details__header h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.contact-details__header p{color:var(--text-muted);font-size:.95rem}.contact-details__cards{display:flex;flex-direction:column;gap:1rem}.contact-info-card{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;background:var(--white);border-radius:20px;box-shadow:var(--neo-shadow-sm);transition:all .3s ease;cursor:pointer;border:2px solid transparent}.contact-info-card:hover{box-shadow:var(--neo-shadow);transform:translateY(-3px);border-color:var(--lavender)}.contact-info-card__icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0;box-shadow:var(--neo-shadow-sm);transition:all .3s ease}.contact-info-card:hover .contact-info-card__icon{transform:scale(1.05)}.contact-info-card__icon--phone{background:var(--mint);color:var(--text)}.contact-info-card__icon--email{background:var(--lavender);color:var(--text)}.contact-info-card__icon--location{background:linear-gradient(135deg,var(--lavender) 0%,var(--mint) 100%);color:var(--text)}.contact-info-card__icon--hours{background:var(--white);color:var(--text);border:2px solid var(--lavender)}.contact-info-card__content{flex:1}.contact-info-card__content h4{font-size:.85rem;font-weight:600;color:var(--text-muted);margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px}.contact-info-card__content span{font-size:1rem;color:var(--text);font-weight:500}.contact-info-card__content>div{display:flex;flex-direction:column;gap:.25rem}.contact-info-card__content>div>span:first-child{color:var(--text);font-weight:500}.contact-info-card__content>div>span:not(:first-child){font-size:.9rem;color:var(--text-muted);line-height:1.5}.contact-info-card__arrow{color:var(--grey-dark);font-size:1.25rem;transition:all .3s ease}.contact-info-card:hover .contact-info-card__arrow{color:var(--text);transform:translate(4px)}.contact-form-wrapper{background:var(--white);border-radius:24px;padding:2.5rem;box-shadow:var(--neo-shadow);width:100%;box-sizing:border-box}.contact-form-header{text-align:center;margin-bottom:2.5rem}.contact-form-header__icon{width:72px;height:72px;margin:0 auto 1.5rem;border-radius:20px;background:var(--lavender);box-shadow:var(--neo-shadow-sm);display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--text);animation:bounce-subtle 3s ease-in-out infinite}@keyframes bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.contact-form-header h2{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.contact-form-header p{color:var(--text-muted)}.contact-form-neo{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%}.form-group{display:flex;flex-direction:column;gap:.5rem;width:100%;min-width:0}.form-group--full{grid-column:1 / -1}.form-group label{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;color:var(--text)}.form-group label svg{color:var(--text-muted);font-size:1rem}.form-group input,.form-group textarea{width:100%;padding:1rem 1.25rem;border-radius:14px;background:var(--lavender-soft);box-shadow:var(--neo-inset-sm);font-size:.95rem;color:var(--text);border:2px solid transparent;transition:all .3s ease;box-sizing:border-box}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--grey-dark)}.form-group input:focus,.form-group textarea:focus{box-shadow:var(--neo-shadow-sm);border-color:var(--lavender);background:var(--white)}.form-group textarea{resize:vertical;min-height:140px}.btn-submit{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1.1rem 2.5rem;border-radius:16px;font-weight:600;font-size:1rem;cursor:pointer;border:2px solid var(--lavender);background:var(--lavender);color:var(--text);box-shadow:var(--neo-shadow);transition:all .3s ease;margin-top:.5rem;align-self:center}.btn-submit:hover{transform:translateY(-3px);box-shadow:var(--neo-shadow-hover);background:var(--white)}.btn-submit:active{transform:translateY(0);box-shadow:var(--neo-inset)}.btn-submit svg{transition:transform .3s ease}.btn-submit:hover svg{transform:translate(4px)}.contact-process{background:var(--mint);border-radius:28px;padding:3rem;box-shadow:var(--neo-shadow)}.process-timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative}.process-step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.process-step__number{width:48px;height:48px;border-radius:50%;background:var(--white);box-shadow:var(--neo-shadow-sm);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:var(--text);margin-bottom:1.5rem;position:relative;z-index:2;border:3px solid var(--lavender);transition:all .3s ease}.process-step:hover .process-step__number{transform:scale(1.1);background:var(--lavender)}.process-step__connector{position:absolute;top:24px;left:calc(50% + 24px);width:calc(100% - 48px);height:3px;background:var(--lavender);opacity:.5}.process-step:last-child .process-step__connector{display:none}.process-step__content{background:var(--white);border-radius:20px;padding:1.75rem;box-shadow:var(--neo-shadow-sm);width:100%;transition:all .3s ease}.process-step:hover .process-step__content{box-shadow:var(--neo-shadow);transform:translateY(-3px)}.process-step__icon{width:52px;height:52px;margin:0 auto 1rem;border-radius:14px;background:var(--lavender-soft);box-shadow:var(--neo-inset-sm);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:var(--text)}.process-step__content h4{font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.process-step__content p{color:var(--text-muted);font-size:.9rem}.footer-neo{background:var(--lavender-soft);padding:0;margin-top:3rem;width:100%;box-sizing:border-box;overflow-x:hidden}.footer-neo__main{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:2rem;background:var(--white);border-radius:24px 24px 0 0;padding:3rem 4vw 2rem;box-shadow:0 -10px 40px #a3b1c626;width:100%;box-sizing:border-box}.footer-neo__brand{display:flex;flex-direction:column;gap:1.25rem}.footer-neo__brand img{height:110px;width:auto;object-fit:contain;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.05))}.footer-neo__brand p{color:var(--text-muted);font-size:.95rem;line-height:1.7;max-width:280px}.footer-neo__social{display:flex;gap:.75rem;margin-top:.5rem}.social-icon{width:44px;height:44px;border-radius:12px;background:var(--lavender-soft);box-shadow:var(--neo-shadow-sm);display:flex;align-items:center;justify-content:center;font-size:1.15rem;color:var(--text-muted);transition:all .3s ease;border:2px solid transparent}.social-icon:hover{color:var(--text);box-shadow:var(--neo-inset-sm);border-color:var(--lavender);transform:translateY(-2px)}.footer-neo__section{display:flex;flex-direction:column}.footer-neo__section h4{display:flex;align-items:center;gap:.6rem;font-size:1rem;font-weight:600;margin-bottom:1.25rem;color:var(--text)}.footer-section-indicator{width:4px;height:20px;border-radius:2px;background:var(--lavender)}.footer-neo__nav{display:flex;flex-direction:column;gap:.75rem}.footer-neo__nav a{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.95rem;padding:.4rem 0;transition:all .2s ease}.footer-neo__nav a svg{font-size:.85rem;transition:transform .2s ease}.footer-neo__nav a:hover{color:var(--text)}.footer-neo__list{display:flex;flex-direction:column;gap:.75rem}.footer-neo__list li{color:var(--text-muted);font-size:.95rem;position:relative;padding:.4rem 0 .4rem 1rem}.footer-neo__list li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:var(--lavender)}.footer-neo__contact{display:flex;flex-direction:column;gap:1rem}.footer-contact-item{display:flex;align-items:center;gap:.85rem;color:var(--text-muted);font-size:.9rem;transition:color .2s ease}.footer-contact-item:hover{color:var(--text)}.footer-contact-icon{width:38px;height:38px;border-radius:10px;background:var(--lavender-soft);box-shadow:var(--neo-shadow-sm);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--text);flex-shrink:0;transition:all .2s ease}.footer-contact-item:hover .footer-contact-icon{background:var(--lavender)}.footer-neo__bottom{background:var(--lavender);padding:1.25rem 5vw}.footer-neo__bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-neo__bottom span{color:var(--text-muted);font-size:.875rem}.footer-neo__tagline{display:flex;align-items:center;gap:.35rem}.heart-icon{color:#e25555;animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.contact-map-section{background:var(--white);border-radius:28px;padding:2.5rem;box-shadow:var(--neo-shadow);overflow:hidden}.contact-map-header{text-align:center;margin-bottom:2rem}.contact-map-header__icon{width:64px;height:64px;margin:0 auto 1rem;border-radius:18px;background:var(--mint);box-shadow:var(--neo-shadow-sm);display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:var(--text);animation:bounce-subtle 3s ease-in-out infinite}.contact-map-header h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.contact-map-header p{color:var(--text-muted)}.contact-map-wrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:var(--neo-inset)}.contact-map-wrapper iframe{display:block;filter:saturate(.9) contrast(1.05);transition:filter .3s ease}.contact-map-wrapper:hover iframe{filter:saturate(1) contrast(1)}.contact-map-overlay{position:absolute;bottom:20px;left:20px;background:var(--white);border-radius:16px;padding:1.25rem 1.5rem;box-shadow:var(--neo-shadow);display:flex;align-items:center;gap:1rem;animation:slide-up .6s ease-out}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.map-pin-animated{width:48px;height:48px;border-radius:50%;background:var(--lavender);box-shadow:var(--neo-shadow-sm);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:var(--text);animation:pin-bounce 2s ease-in-out infinite}@keyframes pin-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.map-overlay-content h4{font-size:1rem;font-weight:600;margin-bottom:.25rem}.map-overlay-content p{color:var(--text-muted);font-size:.85rem;margin-bottom:.75rem}.btn-directions{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:10px;font-size:.85rem;font-weight:600;background:var(--mint);color:var(--text);box-shadow:var(--neo-shadow-sm);transition:all .2s ease}.btn-directions:hover{transform:translateY(-2px);box-shadow:var(--neo-shadow)}.btn-directions svg{font-size:.9rem}.contact-info-card--animated{animation:fade-in-up .5s ease-out backwards}.contact-info-card--animated:nth-child(1){animation-delay:.1s}.contact-info-card--animated:nth-child(2){animation-delay:.2s}.contact-info-card--animated:nth-child(3){animation-delay:.3s}.contact-info-card--animated:nth-child(4){animation-delay:.4s}@keyframes fade-in-up{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.process-step--animated{animation:fade-in-up .6s ease-out backwards}.process-step--animated:nth-child(1){animation-delay:.2s}.process-step--animated:nth-child(2){animation-delay:.4s}.process-step--animated:nth-child(3){animation-delay:.6s}.scroll-top-btn{position:absolute;top:-24px;left:50%;transform:translate(-50%);width:48px;height:48px;border-radius:50%;background:var(--lavender);box-shadow:var(--neo-shadow);display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--text);cursor:pointer;border:none;transition:all .3s ease;z-index:10}.scroll-top-btn:hover{transform:translate(-50%) translateY(-4px);box-shadow:var(--neo-shadow-hover);background:var(--mint)}.scroll-top-btn:active{transform:translate(-50%) translateY(0);box-shadow:var(--neo-inset-sm)}.footer-neo{position:relative}.footer-animate{animation:fade-in-up .5s ease-out backwards}.footer-animate:nth-child(1){animation-delay:.1s}.footer-animate:nth-child(2){animation-delay:.2s}.footer-animate:nth-child(3){animation-delay:.3s}.footer-animate:nth-child(4){animation-delay:.4s}.footer-header-icon{font-size:1rem;color:var(--text);margin-right:.4rem}.footer-neo__section h4{display:flex;align-items:center}.footer-neo__list li{display:flex;align-items:center;gap:.6rem;padding-left:0}.footer-neo__list li:before{display:none}.list-icon{font-size:.9rem;color:var(--text-muted);flex-shrink:0;transition:color .2s ease,transform .2s ease}.footer-neo__list li:hover .list-icon{color:var(--text);transform:scale(1.15)}.footer-neo__nav a svg{transition:transform .2s ease}.footer-neo__nav a:hover svg{transform:translate(4px)}.social-icon--instagram:hover{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:var(--white);border-color:transparent}.social-icon--email:hover{background:var(--lavender)}.social-icon--web:hover{background:var(--mint)}.social-icon--phone:hover{background:#4ade80;color:var(--white);border-color:transparent}.footer-contact-icon--phone{background:var(--mint-soft)}.footer-contact-icon--email{background:var(--lavender-soft)}.footer-contact-icon--location{background:var(--mint)}.footer-contact-icon--hours{background:var(--lavender)}.footer-contact-item:hover .footer-contact-icon{transform:scale(1.1);transition:transform .2s ease}.services-hero{background:var(--white);border-radius:32px;box-shadow:var(--neo-shadow);display:grid;grid-template-columns:1fr 1fr;gap:2rem;position:relative;overflow:hidden;min-height:480px}.services-hero__left{padding:3rem 2rem 3rem 3.5rem;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.services-hero__right{position:relative;display:flex;align-items:center;justify-content:center;padding:2rem}.services-hero__image-container{position:relative;width:100%;max-width:420px}.services-hero__image-frame{position:relative;border-radius:24px;overflow:hidden;box-shadow:20px 20px 40px #a6b1e159,-10px -10px 30px #fffc}.services-hero__image-frame:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;padding:3px;background:linear-gradient(135deg,var(--lavender),var(--mint));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:1}.services-hero__image-frame img{width:100%;height:340px;object-fit:cover;display:block}.services-hero__float{position:absolute;width:56px;height:56px;border-radius:16px;background:var(--white);box-shadow:var(--neo-shadow);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--lavender);z-index:3;animation:float 4s ease-in-out infinite}.services-hero__float--1{top:10%;right:-10px;animation-delay:0s}.services-hero__float--2{bottom:15%;left:-10px;animation-delay:1s;color:var(--mint)}.services-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:50px;font-weight:600;font-size:.85rem;background:var(--mint);box-shadow:var(--neo-shadow-sm);color:var(--text);margin-bottom:1.5rem;width:fit-content}.services-hero h1{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;margin-bottom:1rem;line-height:1.2}.services-hero p{color:var(--text-muted);font-size:1rem;margin-bottom:1.5rem;line-height:1.7}.services-hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.services-hero__stat{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:var(--lavender-soft);border-radius:16px;box-shadow:var(--neo-shadow-sm);width:fit-content}.services-hero__stat-icon{width:48px;height:48px;border-radius:12px;background:var(--white);box-shadow:var(--neo-shadow-sm);display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--lavender)}.services-hero__stat-info{display:flex;flex-direction:column}.services-hero__stat-info strong{font-size:1.5rem;font-weight:700;color:var(--text);line-height:1}.services-hero__stat-info span{font-size:.85rem;color:var(--text-muted)}.services-stats{display:none}.stat-card{background:var(--lavender-soft);border-radius:20px;padding:1.5rem;box-shadow:var(--neo-shadow-sm);text-align:center;transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:var(--neo-shadow)}.stat-card--animated{animation:fade-in-up .6s ease-out backwards}.stat-card--animated:nth-child(1){animation-delay:.1s}.stat-card--animated:nth-child(2){animation-delay:.2s}.stat-card--animated:nth-child(3){animation-delay:.3s}.stat-card--animated:nth-child(4){animation-delay:.4s}.stat-card__icon{width:48px;height:48px;margin:0 auto 1rem;border-radius:14px;background:var(--white);box-shadow:var(--neo-shadow-sm);display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--text)}.stat-card__value{font-size:2.5rem;font-weight:700;color:var(--text);line-height:1;margin-bottom:.5rem}.stat-card__value span{font-size:1.5rem;font-weight:600;color:var(--text-muted)}.stat-card__label{font-size:.85rem;color:var(--text-muted);font-weight:500}.services-section{display:flex;flex-direction:column;gap:2.5rem}.services-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-showcase-card{background:var(--white);border-radius:24px;padding:2rem;box-shadow:var(--neo-shadow);position:relative;overflow:hidden;display:flex;flex-direction:column;gap:1.25rem;transition:all .3s ease}.service-showcase-card:hover{transform:translateY(-8px);box-shadow:var(--neo-shadow-hover)}.service-showcase-card--animated{animation:fade-in-up .6s ease-out backwards}.service-showcase-card--lavender{border-top:4px solid var(--lavender)}.service-showcase-card--mint{border-top:4px solid var(--mint)}.service-showcase-card--white{border-top:4px solid var(--grey-medium)}.service-showcase-card__number{position:absolute;top:1rem;right:1.5rem;font-size:3.4rem;font-weight:800;color:var(--turquoise);line-height:1;pointer-events:none;transition:all .3s ease}.service-showcase-card:hover .service-showcase-card__number{transform:scale(1.1);color:var(--turquoise);opacity:.9}.service-showcase-card__header{display:flex;align-items:flex-start;gap:1rem}.service-showcase-card__icon{width:56px;height:56px;border-radius:16px;background:var(--lavender-soft);box-shadow:var(--neo-shadow-sm);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text);flex-shrink:0;transition:all .3s ease}.service-showcase-card--lavender .service-showcase-card__icon{background:var(--lavender)}.service-showcase-card--mint .service-showcase-card__icon{background:var(--mint)}.service-showcase-card:hover .service-showcase-card__icon{transform:rotate(-5deg) scale(1.05)}.service-showcase-card__abbr{display:inline-block;padding:.25rem .6rem;border-radius:6px;font-size:.7rem;font-weight:700;background:var(--lavender-soft);color:var(--text-muted);margin-bottom:.25rem;letter-spacing:.5px}.service-showcase-card h3{font-size:1.15rem;font-weight:600;line-height:1.3}.service-showcase-card__desc{color:var(--text-muted);font-size:.95rem;line-height:1.6}.service-showcase-card__features{display:flex;flex-direction:column;gap:.6rem;flex:1}.service-showcase-card__features li{display:flex;align-items:flex-start;gap:.6rem;font-size:.9rem;color:var(--text)}.service-showcase-card__features li svg{color:var(--text);flex-shrink:0;margin-top:.15rem}.service-showcase-card__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:12px;font-size:.9rem;font-weight:600;background:var(--lavender-soft);color:var(--text);box-shadow:var(--neo-shadow-sm);transition:all .3s ease;align-self:flex-start}.service-showcase-card__cta:hover{background:var(--lavender);transform:translate(4px)}.service-showcase-card__cta svg{transition:transform .3s ease}.service-showcase-card__cta:hover svg{transform:translate(4px)}.services-benefits{background:var(--lavender);border-radius:32px;box-shadow:var(--neo-shadow);overflow:hidden}.services-benefits__inner{display:grid;grid-template-columns:.9fr 1.1fr;min-height:520px}.services-benefits__image-side{position:relative;display:flex;align-items:center;justify-content:center;padding:2.5rem}.services-benefits__image-stack{position:relative;width:100%;max-width:360px}.services-benefits__image-main{position:relative;border-radius:24px;overflow:hidden;box-shadow:20px 20px 50px #00000040,-10px -10px 30px #ffffff26;z-index:2}.services-benefits__image-main img{width:100%;height:380px;object-fit:cover;display:block}.services-benefits__image-accent{position:absolute;top:-15px;right:-15px;width:100%;height:100%;border-radius:24px;background:linear-gradient(135deg,#ffffff4d,#ffffff1a);border:2px solid rgba(255,255,255,.25);z-index:1}.services-benefits__content-side{padding:3rem 3rem 3rem 1.5rem;display:flex;flex-direction:column;justify-content:center}.services-benefits__header{margin-bottom:2rem}.services-benefits__header h2{color:var(--white);font-size:clamp(1.5rem,2.5vw,2rem);margin-bottom:.5rem}.services-benefits__header p{color:var(--white);opacity:.9;font-size:1rem}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.benefit-card{background:var(--white);border-radius:20px;padding:1.75rem;box-shadow:var(--neo-shadow-sm);text-align:center;transition:all .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:var(--neo-shadow)}.benefit-card--animated{animation:fade-in-up .5s ease-out backwards}.benefit-card__icon{width:60px;height:60px;margin:0 auto 1rem;border-radius:50%;background:var(--lavender-soft);box-shadow:var(--neo-shadow-sm);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text);transition:all .3s ease}.benefit-card:hover .benefit-card__icon{transform:scale(1.1);background:var(--mint)}.benefit-card h4{font-size:1rem;font-weight:600;margin-bottom:.5rem}.benefit-card p{color:var(--text-muted);font-size:.9rem}.services-process{display:flex;flex-direction:column;gap:2.5rem}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}.process-step-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1rem}.process-step-card--animated{animation:fade-in-up .6s ease-out backwards}.process-step-card--animated:nth-child(1){animation-delay:.1s}.process-step-card--animated:nth-child(2){animation-delay:.25s}.process-step-card--animated:nth-child(3){animation-delay:.4s}.process-step-card--animated:nth-child(4){animation-delay:.55s}.process-step-card__number{width:64px;height:64px;border-radius:50%;background:var(--white);box-shadow:var(--neo-shadow);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:var(--turquoise);margin-bottom:1.5rem;position:relative;z-index:2;transition:all .3s ease}.process-step-card:hover .process-step-card__number{background:var(--turquoise);color:var(--white);transform:scale(1.1)}.process-step-card__line{position:absolute;top:32px;left:calc(50% + 32px);width:calc(100% - 64px);height:3px;background:linear-gradient(90deg,var(--lavender) 0%,var(--mint) 100%);z-index:1}.process-step-card:last-child .process-step-card__line{display:none}.process-step-card__content{background:var(--white);border-radius:20px;padding:1.5rem;box-shadow:var(--neo-shadow-sm);transition:all .3s ease;width:100%}.process-step-card:hover .process-step-card__content{box-shadow:var(--neo-shadow);transform:translateY(-3px)}.process-step-card__content h4{font-size:1rem;font-weight:600;margin-bottom:.5rem}.process-step-card__content p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.services-cta{background:var(--mint);border-radius:32px;box-shadow:var(--neo-shadow);overflow:hidden;display:grid;grid-template-columns:.85fr 1.15fr;min-height:380px}.services-cta__image-side{position:relative;display:flex;align-items:stretch}.services-cta__image-frame{position:relative;width:100%;overflow:hidden}.services-cta__image-frame img{width:100%;height:100%;min-height:380px;object-fit:cover;display:block}.services-cta__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,transparent 60%,var(--mint) 100%);pointer-events:none}.services-cta__content-side{display:flex;align-items:center;justify-content:center;padding:3rem}.services-cta__content{text-align:left;max-width:420px}.services-cta h2{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;margin-bottom:1rem;color:var(--text)}.services-cta p{color:var(--text-muted);font-size:1rem;margin-bottom:2rem;line-height:1.7}.services-cta__actions{display:flex;gap:1rem;flex-wrap:wrap}.btn--large{padding:1rem 2rem;font-size:1rem}.cta-circle--1{width:200px;height:200px;top:-50px;left:-50px;animation:float 8s ease-in-out infinite}.cta-circle--2{width:150px;height:150px;bottom:-30px;right:10%;animation:float 10s ease-in-out infinite reverse}.cta-circle--3{width:100px;height:100px;top:20%;right:5%;animation:float 6s ease-in-out infinite 1s}.about-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center;background:var(--white);border-radius:32px;padding:3.5rem;box-shadow:var(--neo-shadow);position:relative;overflow:hidden}.about-hero__content{position:relative;z-index:2}.about-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:50px;font-weight:600;font-size:.85rem;background:var(--lavender);box-shadow:var(--neo-shadow-sm);color:var(--text);margin-bottom:1.5rem;animation:pulse-glow 3s ease-in-out infinite}.about-hero h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;margin-bottom:1.25rem;line-height:1.2}.about-hero p{color:var(--text-muted);font-size:1.1rem;line-height:1.7}.about-hero__visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:300px}.about-hero__logo-wrapper{width:220px;height:220px;border-radius:50%;background:var(--white);box-shadow:var(--neo-shadow);display:flex;align-items:center;justify-content:center;position:relative;z-index:2;animation:float 6s ease-in-out infinite}.about-hero__logo-wrapper img{width:180px;height:auto;object-fit:contain}.about-hero__decoration{position:absolute;border-radius:50%;opacity:.6}.about-hero__decoration--1{width:280px;height:280px;background:var(--lavender-soft);box-shadow:var(--neo-shadow);animation:pulse-slow 4s ease-in-out infinite}.about-hero__decoration--2{width:350px;height:350px;border:3px dashed var(--lavender);animation:rotate-slow 20s linear infinite}@keyframes pulse-slow{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.05);opacity:.4}}@keyframes rotate-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.about-mission{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.mission-card{display:flex;gap:1.5rem;padding:2.5rem;border-radius:24px;box-shadow:var(--neo-shadow);transition:all .3s ease}.mission-card:hover{transform:translateY(-5px);box-shadow:var(--neo-shadow-hover)}.mission-card--animated{animation:fade-in-up .6s ease-out backwards}.mission-card--animated:nth-child(1){animation-delay:.1s}.mission-card--animated:nth-child(2){animation-delay:.25s}.mission-card--primary{background:var(--lavender)}.mission-card--secondary{background:var(--mint)}.mission-card__icon{width:64px;height:64px;border-radius:18px;background:var(--white);box-shadow:var(--neo-shadow-sm);display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:var(--text);flex-shrink:0}.mission-card__content{flex:1}.mission-card__label{display:inline-block;padding:.3rem .8rem;border-radius:6px;font-size:.75rem;font-weight:700;background:#fff9;color:var(--text);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.mission-card h2{font-size:1.35rem;font-weight:700;margin-bottom:.75rem}.mission-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.about-stats{background:var(--white);border-radius:28px;padding:3rem;box-shadow:var(--neo-shadow);text-align:center}.about-stats__header{margin-bottom:2.5rem}.about-stats__header h2{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.about-stats__header p{color:var(--text-muted)}.about-stats--compact{padding:2rem 4vw;display:flex;justify-content:center}.about-stats__single-card{background:var(--white);border-radius:24px;padding:2rem 2.5rem;box-shadow:var(--neo-shadow);display:flex;align-items:center;gap:1.5rem;max-width:400px;width:100%;transition:all .3s ease;animation:fade-in-up .6s ease-out backwards}.about-stats__single-card:hover{transform:translateY(-5px);box-shadow:var(--neo-shadow-hover)}.about-stats__single-card-icon{width:64px;height:64px;border-radius:18px;background:var(--lavender-soft);box-shadow:var(--neo-shadow-sm);display:flex;align-items:center;justify-content:center;color:var(--turquoise);font-size:1.75rem;flex-shrink:0}.about-stats__single-card-content{flex:1}.about-stats__single-card-value{font-size:2.5rem;font-weight:700;color:var(--turquoise);line-height:1;margin-bottom:.25rem}.about-stats__single-card-value span{font-size:1.5rem;color:var(--text-muted)}.about-stats__single-card-label{font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.about-stats__single-card-description{font-size:.9rem;color:var(--text-muted);margin:0;line-height:1.4}.about-stats__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:600px;margin:0 auto}.about-stat-card{background:var(--lavender-soft);border-radius:20px;padding:2rem 1.5rem;box-shadow:var(--neo-shadow-sm);transition:all .3s ease}.about-stat-card:hover{transform:translateY(-5px);box-shadow:var(--neo-shadow)}.about-stat-card__icon{width:56px;height:56px;margin:0 auto 1rem;border-radius:16px;background:var(--white);box-shadow:var(--neo-shadow-sm);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text)}.about-stat-card__value{font-size:2.75rem;font-weight:700;color:var(--text);line-height:1;margin-bottom:.5rem}.about-stat-card__value span{font-size:1.5rem;font-weight:600;color:var(--text-muted)}.about-stat-card__label{font-size:.9rem;color:var(--text-muted);font-weight:500}.about-values{display:flex;flex-direction:column;gap:2.5rem}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.value-card{background:var(--white);border-radius:20px;padding:2rem;box-shadow:var(--neo-shadow);text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.value-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--lavender) 0%,var(--mint) 100%);transform:scaleX(0);transition:transform .3s ease}.value-card:hover:before{transform:scaleX(1)}.value-card:hover{transform:translateY(-5px);box-shadow:var(--neo-shadow-hover)}.value-card--animated{animation:fade-in-up .5s ease-out backwards}.value-card__icon{width:64px;height:64px;margin:0 auto 1.25rem;border-radius:50%;background:var(--lavender-soft);box-shadow:var(--neo-shadow-sm);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text);transition:all .3s ease}.value-card:hover .value-card__icon{background:var(--lavender);transform:scale(1.1)}.value-card h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.value-card p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.about-process{display:flex;flex-direction:column;gap:2.5rem}.about-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;align-items:start}.timeline-item{position:relative;display:flex;flex-direction:column;align-items:center;height:100%}.timeline-item--animated{animation:fade-in-up .6s ease-out backwards}.timeline-item__marker{position:relative;margin-bottom:1.5rem;z-index:2}.timeline-item__marker span{display:flex;align-items:center;justify-content:center;width:80px;height:40px;border-radius:20px;background:var(--lavender);box-shadow:var(--neo-shadow-sm);font-size:.85rem;font-weight:700;color:var(--white);position:relative;z-index:2;transition:all .3s ease}.timeline-item:hover .timeline-item__marker span{background:var(--turquoise);transform:scale(1.05)}.timeline-item__line{position:absolute;top:50%;left:100%;width:calc(100% + 1.5rem);height:3px;background:linear-gradient(90deg,var(--lavender) 0%,var(--mint) 100%);transform:translateY(-50%);z-index:1}.timeline-item:last-child .timeline-item__line{display:none}.timeline-item__content{background:var(--white);border-radius:20px;padding:1.75rem;box-shadow:var(--neo-shadow-sm);text-align:center;width:100%;min-height:180px;display:flex;flex-direction:column;justify-content:flex-start;transition:all .3s ease;flex:1}.timeline-item:hover .timeline-item__content{box-shadow:var(--neo-shadow);transform:translateY(-3px)}.timeline-item__content h4{font-size:1.05rem;font-weight:600;margin-bottom:.75rem;color:var(--text)}.timeline-item__content p{color:var(--text);font-size:.9rem;line-height:1.6;flex:1}.about-difference{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;background:var(--lavender);border-radius:32px;padding:3.5rem;box-shadow:var(--neo-shadow)}.about-difference__content h2{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:var(--white)}.about-difference__content>p{color:var(--white);font-size:1rem;line-height:1.6;margin-bottom:1.5rem;opacity:.95}.about-difference__list{display:flex;flex-direction:column;gap:.75rem}.about-difference__list li{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:var(--white);opacity:.95}.about-difference__list li svg{width:20px;height:20px;color:var(--white);flex-shrink:0;opacity:.9}.about-difference__visual{display:flex;flex-direction:column;gap:1rem;align-items:flex-end}.difference-card{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.75rem;background:var(--white);border-radius:16px;box-shadow:var(--neo-shadow-sm);font-weight:600;transition:all .3s ease;animation:slide-in-right .6s ease-out backwards}.difference-card:hover{transform:translate(-10px);box-shadow:var(--neo-shadow)}.difference-card--1{animation-delay:.1s;width:85%}.difference-card--2{animation-delay:.2s;width:90%}.difference-card--3{animation-delay:.3s;width:80%}.difference-card svg{font-size:1.25rem;color:var(--text)}@keyframes slide-in-right{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.about-location{text-align:center;background:var(--white);border-radius:24px;padding:3rem;box-shadow:var(--neo-shadow)}.about-location__icon{width:72px;height:72px;margin:0 auto 1.5rem;border-radius:50%;background:var(--mint);box-shadow:var(--neo-shadow-sm);display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--text);animation:bounce-subtle 3s ease-in-out infinite}.about-location h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.about-location>p{color:var(--text-muted);max-width:500px;margin:0 auto 1.5rem}.about-location__address{display:inline-block;padding:.75rem 1.5rem;background:var(--lavender-soft);border-radius:12px;box-shadow:var(--neo-inset-sm);font-weight:500;color:var(--text)}.about-cta{position:relative;background:var(--mint);border-radius:32px;padding:4rem;box-shadow:var(--neo-shadow);overflow:hidden;text-align:center}.about-cta__decoration{position:absolute;border-radius:50%;background:var(--white);opacity:.15}.about-cta__decoration--1{width:250px;height:250px;top:-80px;left:-80px;animation:float 8s ease-in-out infinite}.about-cta__decoration--2{width:180px;height:180px;bottom:-60px;right:-40px;animation:float 10s ease-in-out infinite reverse}.about-cta__content{position:relative;z-index:2}.about-cta h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.about-cta p{color:var(--text-muted);font-size:1.1rem;max-width:500px;margin:0 auto 2rem}.about-cta__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home-page{gap:0;padding:0;overflow-x:hidden;width:100%;max-width:100vw}.home-hero{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;padding:2.5rem 4vw 3rem;position:relative;overflow:hidden;min-height:75vh;width:100%;max-width:100%;box-sizing:border-box}.home-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.home-hero__shape{position:absolute;border-radius:50%;opacity:.5}.home-hero__shape--1{width:min(400px,50vw);height:min(400px,50vw);background:var(--lavender);top:-150px;right:-100px;animation:float 12s ease-in-out infinite}.home-hero__shape--2{width:min(250px,40vw);height:min(250px,40vw);background:var(--mint);bottom:-80px;left:-50px;animation:float 10s ease-in-out infinite reverse}.home-hero__shape--3{width:min(150px,25vw);height:min(150px,25vw);background:var(--lavender-soft);top:40%;left:25%;animation:float 8s ease-in-out infinite 2s}.home-hero__content{position:relative;z-index:2}.home-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:50px;font-weight:600;font-size:.85rem;background:var(--white);box-shadow:var(--neo-shadow-sm);color:var(--text);margin-bottom:1.5rem;animation:fade-in-up .6s ease-out}.home-hero h1{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.15;margin-bottom:1.5rem;animation:fade-in-up .6s ease-out .1s backwards}.home-hero h1 span{color:var(--text-muted)}.home-hero__content>p{color:var(--text-muted);font-size:1.15rem;line-height:1.7;max-width:480px;margin-bottom:2rem;animation:fade-in-up .6s ease-out .2s backwards}.home-hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem;animation:fade-in-up .6s ease-out .3s backwards}.home-hero__btn{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 1.75rem;border-radius:50px;font-weight:600;font-size:1rem;transition:all .3s ease}.home-hero__btn--primary{background:var(--lavender);color:var(--text);box-shadow:var(--neo-shadow)}.home-hero__btn--primary:hover{background:var(--mint);transform:translateY(-3px);box-shadow:var(--neo-shadow-hover)}.home-hero__btn--secondary{background:var(--white);color:var(--text);box-shadow:var(--neo-shadow-sm)}.home-hero__btn--secondary:hover{box-shadow:var(--neo-shadow)}.home-hero__trust{display:flex;align-items:center;gap:1rem;animation:fade-in-up .6s ease-out .4s backwards}.home-hero__trust-icon{width:52px;height:52px;border-radius:16px;background:var(--white);box-shadow:var(--neo-shadow);display:flex;align-items:center;justify-content:center;color:var(--turquoise);font-size:1.5rem;flex-shrink:0}.home-hero__trust-text{display:flex;flex-direction:column}.home-hero__trust-text strong{font-size:1rem;color:var(--text);font-weight:600}.home-hero__trust-text span{font-size:.85rem;color:var(--text-muted)}.home-hero__visual{position:relative;display:flex;justify-content:center;align-items:center;z-index:2}.home-hero__card{background:var(--white);border-radius:32px;padding:2.5rem;box-shadow:var(--neo-shadow);text-align:center;max-width:360px;animation:fade-in-up .8s ease-out .2s backwards}.home-hero__card img{height:140px;width:auto;margin:0 auto 1.5rem;object-fit:contain}.home-hero__card h3{font-size:1.25rem;font-weight:600;margin-bottom:1.25rem}.home-hero__card-features{display:flex;flex-direction:column;gap:.6rem}.home-hero__card-features span{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;color:var(--text-muted)}.home-hero__card-features svg{color:var(--text)}.home-hero__floating{position:absolute;background:var(--white);border-radius:16px;padding:.75rem 1.25rem;box-shadow:var(--neo-shadow-sm);display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500}.home-hero__floating svg{font-size:1rem}.home-hero__floating--1{top:10%;right:-20px;animation:float 4s ease-in-out infinite}.home-hero__floating--2{bottom:15%;left:-10px;animation:float 5s ease-in-out infinite 1s}.home-services{padding:4rem 4vw;text-align:center;width:100%;box-sizing:border-box}.home-services__header{max-width:600px;margin:0 auto 3rem}.home-services__label{display:inline-block;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;background:var(--lavender);color:var(--text);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.home-services__header h2{font-size:2rem;font-weight:700;margin-bottom:.75rem}.home-services__header p{color:var(--text-muted)}.home-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem}.home-service-card{background:var(--white);border-radius:24px;padding:2rem;box-shadow:var(--neo-shadow);text-align:center;transition:all .3s ease;animation:fade-in-up .6s ease-out backwards}.home-service-card:hover{transform:translateY(-8px);box-shadow:var(--neo-shadow-hover)}.home-service-card__icon{width:64px;height:64px;margin:0 auto 1rem;border-radius:18px;background:var(--lavender-soft);box-shadow:var(--neo-shadow-sm);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text);transition:all .3s ease}.home-service-card:hover .home-service-card__icon{background:var(--lavender);transform:scale(1.1)}.home-service-card__abbr{display:inline-block;padding:.25rem .6rem;border-radius:6px;font-size:.7rem;font-weight:700;background:var(--mint);color:var(--text);margin-bottom:.5rem}.home-service-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.home-service-card p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.home-services__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.5rem;border-radius:30px;font-weight:600;background:var(--lavender-soft);color:var(--text);box-shadow:var(--neo-shadow-sm);transition:all .3s ease}.home-services__cta:hover{background:var(--lavender);box-shadow:var(--neo-shadow)}.home-services__cta svg{transition:transform .3s ease}.home-services__cta:hover svg{transform:translate(4px)}.home-features{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;padding:4rem 4vw;background:var(--lavender);border-radius:32px 32px 0 0;width:100%;box-sizing:border-box}.home-features__content{max-width:500px}.home-features__label{display:inline-block;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;background:var(--white);color:var(--text);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.home-features__content h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.home-features__content>p{color:var(--white);opacity:.95;margin-bottom:2rem;line-height:1.7}.home-features__content h2{color:var(--white)}.home-features__list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.home-features__item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--white);border-radius:12px;box-shadow:var(--neo-shadow-sm);font-weight:500;font-size:.9rem;transition:all .2s ease}.home-features__item:hover{transform:translate(5px);box-shadow:var(--neo-shadow)}.home-features__icon{width:36px;height:36px;border-radius:10px;background:var(--lavender-soft);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--text);flex-shrink:0}.home-features__visual{position:relative;display:flex;align-items:center;justify-content:center}.home-features__image-area{position:relative;width:100%;max-width:420px}.home-features__image-frame{position:relative;border-radius:24px;overflow:hidden;box-shadow:20px 20px 40px #0003,-10px -10px 30px #ffffff4d}.home-features__image-frame:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;padding:3px;background:linear-gradient(135deg,#fff9,#fff3);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:1}.home-features__image-frame img{width:100%;height:320px;object-fit:cover;display:block}.home-features__card-overlay{position:absolute;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--white);border-radius:14px;box-shadow:var(--neo-shadow);font-weight:600;font-size:.9rem;color:var(--text);z-index:3;animation:float 4s ease-in-out infinite}.home-features__card-overlay svg{font-size:1.1rem;color:var(--lavender)}.home-features__card-overlay--1{top:10%;right:-20px;animation-delay:0s}.home-features__card-overlay--2{bottom:15%;left:-20px;animation-delay:1.5s}.home-features__card-overlay--2 svg{color:var(--mint)}.neo-testimonials{padding:4rem 4vw;background:var(--lavender-soft);width:100%;box-sizing:border-box}.neo-testimonials__header{text-align:center;margin-bottom:3rem}.neo-testimonials__icon{width:70px;height:70px;margin:0 auto 1.25rem;border-radius:50%;background:var(--lavender-soft);box-shadow:var(--neo-shadow);display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:var(--text)}.neo-testimonials__header h2{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.neo-testimonials__header p{color:var(--text-muted);font-size:1rem}.neo-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.neo-testimonial-card{background:var(--white);border-radius:24px;padding:2rem;box-shadow:var(--neo-shadow);transition:all .3s ease;animation:fade-in-up .6s ease-out backwards}.neo-testimonial-card:hover{transform:translateY(-8px);box-shadow:var(--neo-shadow-hover)}.neo-testimonial-card__top{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.neo-testimonial-card__avatar{width:54px;height:54px;border-radius:16px;background:var(--lavender);box-shadow:var(--neo-inset-sm);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:var(--text);flex-shrink:0}.neo-testimonial-card__info{display:flex;flex-direction:column}.neo-testimonial-card__info strong{font-size:1rem;color:var(--text)}.neo-testimonial-card__info span{font-size:.8rem;color:var(--text-muted)}.neo-testimonial-card__quote{position:relative;margin-bottom:1.25rem}.neo-testimonial-card__heart{position:absolute;top:-8px;left:-5px;font-size:1.25rem;color:var(--lavender);opacity:.5}.neo-testimonial-card__quote p{font-size:.95rem;color:var(--text);line-height:1.65;font-style:italic}.neo-testimonial-card__stars{display:flex;gap:.25rem}.neo-testimonial-card__stars svg{font-size:1rem;color:var(--text);fill:var(--lavender)}@media (max-width: 1024px){.neo-testimonials__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.neo-testimonials__header h2{font-size:1.75rem}}@media (max-width: 768px){.neo-testimonials{padding:3rem 4vw}.neo-testimonials__icon{width:60px;height:60px;font-size:1.5rem}.neo-testimonials__header h2{font-size:1.5rem}.neo-testimonials__grid{grid-template-columns:1fr;gap:1.25rem;max-width:500px}.neo-testimonial-card{padding:1.75rem;border-radius:20px}.neo-testimonial-card__avatar{width:50px;height:50px;border-radius:14px}}@media (max-width: 480px){.neo-testimonials{padding:2.5rem 3.5vw}.neo-testimonials__icon{width:54px;height:54px;font-size:1.35rem;margin-bottom:1rem}.neo-testimonials__header{margin-bottom:2rem}.neo-testimonials__header h2{font-size:1.35rem}.neo-testimonials__header p{font-size:.9rem}.neo-testimonial-card{padding:1.5rem;border-radius:18px}.neo-testimonial-card__avatar{width:46px;height:46px;border-radius:12px;font-size:.9rem}.neo-testimonial-card__info strong{font-size:.95rem}.neo-testimonial-card__quote p{font-size:.9rem}.neo-testimonial-card__stars svg{font-size:.9rem}}.home-cta{background:var(--mint);border-radius:32px 32px 0 0;margin-top:-32px;padding:4rem 4vw;width:100%;box-sizing:border-box}.home-cta__inner{max-width:600px;margin:0 auto;text-align:center}.home-cta__icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;background:var(--white);box-shadow:var(--neo-shadow);display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--text);animation:pulse-glow 3s ease-in-out infinite}.home-cta h2{font-size:2.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text)}.home-cta p{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem;line-height:1.6}.home-cta__actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.home-cta__btn{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 1.75rem;border-radius:50px;font-weight:600;font-size:1rem;transition:all .3s ease}.home-cta__btn--primary{background:var(--white);color:var(--text);box-shadow:var(--neo-shadow)}.home-cta__btn--primary:hover{transform:translateY(-3px);box-shadow:var(--neo-shadow-hover);background:var(--lavender)}.home-cta__btn--secondary{background:transparent;color:var(--text);box-shadow:inset 0 0 0 2px var(--text)}.home-cta__btn--secondary:hover{background:var(--white);box-shadow:var(--neo-shadow-sm)}.home-cta__details{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.home-cta__details span{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-muted)}.home-cta__details svg{font-size:1rem;color:var(--text)}.neo-footer{position:relative;margin-top:0;background:var(--lavender-soft)}.neo-footer__main{display:grid;grid-template-columns:1.6fr .9fr 1.4fr;gap:2.5rem;background:var(--white);border-radius:32px 32px 0 0;padding:3rem 5vw 2.5rem;box-shadow:0 -12px 40px #a3b1c626}.neo-footer__brand{display:flex;flex-direction:column;gap:1.25rem}.neo-footer__logo-card{width:fit-content;padding:1rem;background:var(--lavender-soft);border-radius:20px;box-shadow:var(--neo-shadow)}.neo-footer__logo-card img{height:90px;width:auto;object-fit:contain}.neo-footer__brand p{color:var(--text-muted);font-size:.95rem;line-height:1.7;max-width:300px}.neo-footer__social{display:flex;gap:.85rem;margin-top:.5rem}.neo-footer__social a{width:48px;height:48px;border-radius:16px;background:var(--lavender-soft);box-shadow:var(--neo-shadow);display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--text);transition:all .3s ease}.neo-footer__social a:hover{background:var(--lavender);transform:translateY(-5px) scale(1.05);box-shadow:var(--neo-shadow-hover)}.neo-footer__links h4{font-size:.9rem;font-weight:600;color:var(--text);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--lavender);display:inline-block}.neo-footer__links nav{display:flex;flex-direction:column;gap:.5rem}.neo-footer__links a{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.9rem;color:var(--text-muted);background:var(--lavender-soft);border-radius:12px;box-shadow:var(--neo-shadow-sm);transition:all .25s ease}.neo-footer__links a svg{font-size:.85rem;transition:transform .25s ease}.neo-footer__links a:hover{color:var(--text);box-shadow:var(--neo-inset-sm)}.neo-footer__links a:hover svg{transform:translate(4px)}.neo-footer__contact h4{font-size:.9rem;font-weight:600;color:var(--text);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--lavender);display:inline-block}.neo-footer__contact-list{display:flex;flex-direction:column;gap:.75rem}.neo-footer__contact-item{display:flex;align-items:flex-start;gap:.85rem;font-size:.9rem;color:var(--text-muted);transition:color .25s ease}.neo-footer__contact-item>div{display:flex;flex-direction:column;gap:.25rem}.neo-footer__contact-item>div>span:first-child{color:var(--text);font-weight:500}.neo-footer__contact-item>div>span:not(:first-child){font-size:.85rem;color:var(--text-muted);line-height:1.5}.neo-footer__contact-icon{width:40px;height:40px;border-radius:12px;background:var(--lavender-soft);box-shadow:var(--neo-shadow-sm);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--text);flex-shrink:0;transition:all .25s ease}a.neo-footer__contact-item:hover{color:var(--text)}a.neo-footer__contact-item:hover .neo-footer__contact-icon{background:var(--lavender);box-shadow:var(--neo-inset-sm)}.neo-footer__bottom{background:var(--lavender-soft);padding:1.25rem 5vw}.neo-footer__bottom-inner{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--text-muted)}.neo-footer__tagline{display:flex;align-items:center;gap:.4rem}.neo-footer__heart{color:var(--text);animation:heartbeat 1.5s ease-in-out infinite}.neo-footer__scroll{position:fixed;bottom:2rem;right:2rem;width:52px;height:52px;border-radius:16px;background:var(--white);box-shadow:var(--neo-shadow);border:none;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:var(--text);cursor:pointer;transition:all .3s ease;z-index:50}.neo-footer__scroll:hover{transform:translateY(-5px);box-shadow:var(--neo-shadow-hover);background:var(--lavender)}@media (max-width: 900px){.neo-footer__main{grid-template-columns:1fr 1fr;gap:2.5rem;padding:2.5rem 5vw 2rem;border-radius:24px 24px 0 0}.neo-footer__brand{grid-column:span 2;align-items:center;text-align:center}.neo-footer__brand p{max-width:400px;margin:0 auto}.neo-footer__logo-card{margin:0 auto}.neo-footer__social{justify-content:center}.neo-footer__links,.neo-footer__contact{text-align:center}.neo-footer__links h4,.neo-footer__contact h4{text-align:center;display:block}.neo-footer__links nav{align-items:center}.neo-footer__contact-list{align-items:center}.neo-footer__contact-item{justify-content:flex-start;text-align:left}}@media (max-width: 600px){.neo-footer__main{grid-template-columns:1fr;gap:2rem;padding:2rem 4vw 1.75rem;border-radius:20px 20px 0 0}.neo-footer__brand{grid-column:span 1}.neo-footer__logo-card{padding:.85rem}.neo-footer__logo-card img{height:80px}.neo-footer__brand p{font-size:.9rem}.neo-footer__social a{width:44px;height:44px;border-radius:14px;font-size:1.1rem}.neo-footer__links,.neo-footer__contact{text-align:center}.neo-footer__links h4,.neo-footer__contact h4{font-size:.85rem;margin-bottom:1rem;display:block;text-align:center}.neo-footer__links nav{align-items:center}.neo-footer__links a{width:100%;max-width:200px;justify-content:center;padding:.6rem 1rem;font-size:.85rem}.neo-footer__contact-list{align-items:stretch;gap:1rem;width:100%;max-width:300px;margin:0 auto}.neo-footer__contact-item{font-size:.85rem;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.neo-footer__contact-item>div{align-items:center;text-align:center}.neo-footer__contact-item span{text-align:center}.neo-footer__contact-icon{width:36px;height:36px;border-radius:10px;font-size:.9rem}.neo-footer__bottom{padding:1rem 4vw}.neo-footer__bottom-inner{flex-direction:column;gap:.6rem;text-align:center;font-size:.8rem}.neo-footer__scroll{width:46px;height:46px;border-radius:14px;bottom:1.5rem;right:1.5rem;font-size:1.15rem}}@media (max-width: 480px){.neo-footer__main{padding:1.75rem 3.5vw 1.5rem}.neo-footer__logo-card{padding:.75rem}.neo-footer__logo-card img{height:70px}.neo-footer__brand p{font-size:.85rem;line-height:1.6}.neo-footer__social a{width:40px;height:40px;border-radius:12px;font-size:1rem}.neo-footer__links h4,.neo-footer__contact h4{font-size:.8rem;margin-bottom:.85rem}.neo-footer__links a{max-width:180px;padding:.55rem .85rem;font-size:.8rem;border-radius:10px}.neo-footer__contact-list{max-width:280px;gap:1.25rem}.neo-footer__contact-item{font-size:.8rem;gap:.4rem}.neo-footer__contact-icon{width:34px;height:34px;border-radius:8px;font-size:.85rem}.neo-footer__bottom{padding:.85rem 3.5vw}.neo-footer__bottom-inner{font-size:.75rem;gap:.5rem}.neo-footer__scroll{width:42px;height:42px;border-radius:12px;bottom:1rem;right:1rem;font-size:1rem}}@media (max-width: 360px){.neo-footer__main{padding:1.5rem 3vw 1.25rem;gap:1.75rem}.neo-footer__logo-card img{height:60px}.neo-footer__brand p{font-size:.8rem}.neo-footer__social{gap:.65rem}.neo-footer__social a{width:38px;height:38px;font-size:.95rem}.neo-footer__contact-list{max-width:260px}.neo-footer__contact-item{font-size:.75rem}.neo-footer__contact-icon{width:32px;height:32px;font-size:.8rem}}@media (max-width: 1024px){.about-hero{grid-template-columns:1fr;gap:2rem}.about-hero__visual{min-height:250px}.about-mission{grid-template-columns:1fr}.about-stats--compact{padding:1.5rem 4vw}.about-stats__single-card{padding:1.75rem 2rem;gap:1.25rem}.about-stats__single-card-icon{width:56px;height:56px;font-size:1.5rem}.about-stats__single-card-value{font-size:2.25rem}.about-stats__single-card-value span{font-size:1.35rem}.about-stats__single-card-label{font-size:1rem}.about-stats__grid,.values-grid{grid-template-columns:repeat(2,1fr)}.about-timeline{grid-template-columns:repeat(2,1fr);gap:2rem;align-items:stretch}.timeline-item__line{display:none}.timeline-item__content{min-height:200px}.about-difference{grid-template-columns:1fr;gap:2rem}.about-difference__visual{align-items:stretch}.difference-card--1,.difference-card--2,.difference-card--3{width:100%}.services-hero{grid-template-columns:1fr;min-height:auto}.services-hero__left{padding:2.5rem;text-align:center;align-items:center}.services-hero__right{padding:0 2.5rem 2.5rem}.services-hero__image-container{max-width:380px}.services-hero__image-frame img{height:280px}.services-hero__stat{margin:0 auto}.services-hero__float--1{right:0}.services-hero__float--2{left:0}.services-benefits__inner{grid-template-columns:1fr}.services-benefits__image-side{padding:2.5rem 2.5rem 0}.services-benefits__image-stack{max-width:320px}.services-benefits__image-main img{height:280px}.services-benefits__content-side{padding:2rem 2.5rem 2.5rem}.services-benefits__header{text-align:center}.services-cta{grid-template-columns:1fr;min-height:auto}.services-cta__image-side{height:280px}.services-cta__image-frame img{min-height:280px}.services-cta__image-overlay{background:linear-gradient(180deg,transparent 0%,transparent 50%,var(--mint) 100%)}.services-cta__content-side{padding:2.5rem}.services-cta__content{text-align:center;max-width:100%}.services-cta__actions{justify-content:center}.services-showcase{grid-template-columns:1fr}.benefits-grid{grid-template-columns:repeat(2,1fr)}.process-steps{grid-template-columns:repeat(2,1fr);gap:2rem}.process-step-card__line{display:none}.contact-row{grid-template-columns:1fr}.contact-details{position:static}.contact-details__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.footer-neo__main{grid-template-columns:repeat(2,1fr)}.process-timeline{grid-template-columns:1fr;gap:1.5rem}.process-step__connector{display:none}.process-step{flex-direction:row;text-align:left;gap:1.5rem}.process-step__number{margin-bottom:0}.process-step__content{flex:1}.process-step__icon{margin:0 0 .75rem}}@media (max-width: 768px){.contact-hero{padding:2.5rem 1.5rem}.contact-details__cards,.form-row{grid-template-columns:1fr}.contact-form-wrapper,.contact-details,.contact-process,.about-hero{padding:2rem}.about-hero__logo-wrapper{width:150px;height:150px}.about-hero__logo-wrapper img{width:120px}.about-hero__decoration--1{width:200px;height:200px}.about-hero__decoration--2{width:250px;height:250px}.mission-card{flex-direction:column;padding:2rem}.about-stats{padding:2rem}.about-stats__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.values-grid{grid-template-columns:1fr}.about-timeline{grid-template-columns:1fr;gap:1.5rem}.timeline-item{flex-direction:row;align-items:flex-start;gap:1rem}.timeline-item__content{min-height:auto;text-align:left;max-width:none}.timeline-item__marker{margin-bottom:0}.about-difference,.about-location{padding:2rem}.about-cta{padding:2.5rem}.about-cta h2{font-size:1.5rem}.services-hero__left{padding:2rem}.services-hero__right{padding:0 2rem 2rem}.services-hero__image-container{max-width:320px}.services-hero__image-frame img{height:240px}.services-hero__float{width:48px;height:48px;font-size:1.25rem;border-radius:12px}.services-hero h1{font-size:1.5rem}.services-hero__stat{padding:.75rem 1rem}.services-hero__stat-icon{width:40px;height:40px}.services-hero__stat-info strong{font-size:1.25rem}.services-benefits__image-side{padding:2rem 2rem 0}.services-benefits__image-stack{max-width:280px}.services-benefits__image-main img{height:240px}.services-benefits__image-accent{top:-10px;right:-10px}.services-benefits__content-side{padding:1.5rem 2rem 2rem}.services-benefits__header h2{font-size:1.35rem}.benefits-grid{grid-template-columns:1fr;gap:.75rem}.services-cta__image-side{height:220px}.services-cta__image-frame img{min-height:220px}.services-cta__content-side{padding:2rem}.services-cta h2{font-size:1.35rem}.process-steps{grid-template-columns:1fr;gap:1.5rem}.services-benefits{padding:2rem}.home-features__image-area{max-width:320px}.home-features__image-frame img{height:260px}.home-features__card-overlay{padding:.6rem 1rem;font-size:.8rem;border-radius:12px}.home-features__card-overlay--1{right:-10px}.home-features__card-overlay--2{left:-10px}.contact-map-section{padding:2rem}.contact-map-wrapper iframe{height:300px}.contact-map-overlay{position:relative;bottom:auto;left:auto;margin-top:1rem;flex-direction:column;text-align:center}.map-overlay-content{text-align:center}.footer-neo__main{grid-template-columns:1fr;gap:2rem;padding:2rem 4vw 1.5rem}.footer-neo__brand p{max-width:100%;font-size:.85rem}.footer-neo__brand img{height:80px}.footer-neo__section h4{font-size:.9rem;margin-bottom:1rem}.footer-neo__section li,.footer-neo__section a{font-size:.85rem}.footer-neo__bottom-inner{flex-direction:column;text-align:center}}@media (max-width: 480px){.contact-info-card{padding:1.25rem}.contact-info-card__icon{width:48px;height:48px;font-size:1.2rem}.about-hero__title{font-size:1.75rem}.about-hero__subtitle{font-size:1rem}.about-stats__value{font-size:1.75rem}.about-stats__grid{grid-template-columns:1fr}.value-card{padding:1.25rem}.value-card__icon{width:50px;height:50px}.about-cta{padding:2rem}.services-hero h1{font-size:1.75rem}.services-stats{display:flex;justify-content:center}.stat-card{padding:1.25rem}.stat-card__value{font-size:1.75rem}.service-showcase-card{padding:1.5rem}.service-showcase-card__number{font-size:2.55rem;top:-10px;right:10px}.service-showcase-card h3{font-size:1.1rem}.benefit-item{padding:1rem}.process-step-card{padding:1.25rem}.services-cta{padding:1.75rem;gap:1.5rem}.services-cta__image-side{height:180px}.services-cta__image-frame img{min-height:180px}.services-cta__content-side{padding:1.5rem}.services-cta h2{font-size:1.25rem}.services-hero__left{padding:1.5rem}.services-hero__right{padding:0 1.5rem 1.5rem}.services-hero__image-container{max-width:280px}.services-hero__image-frame img{height:200px}.services-hero__float{width:40px;height:40px;font-size:1rem;border-radius:10px}.services-hero h1{font-size:1.35rem}.services-benefits__image-side{padding:1.5rem 1.5rem 0}.services-benefits__image-stack{max-width:240px}.services-benefits__image-main img{height:200px}.services-benefits__content-side{padding:1.25rem 1.5rem 1.5rem}.services-benefits__header h2{font-size:1.2rem}.contact-hero h1{font-size:1.5rem}.contact-form-wrapper{padding:1.5rem}.contact-form-wrapper h2{font-size:1.25rem}.contact-details{padding:1.5rem}.process-step{flex-direction:column;text-align:center;gap:1rem}.footer-neo__brand img{height:70px}.footer-neo__section h4{font-size:.9rem}.scroll-top-btn{width:44px;height:44px;right:1rem;bottom:1rem}}@media (max-width: 360px){.navbar-neo__inner{padding:.45rem .6rem}.navbar-neo__brand img{height:50px}.home-hero__btn{width:100%;justify-content:center}.home-hero__actions,.home-contact__info{flex-direction:column}.home-contact__item{width:100%;justify-content:center}.about-cta__actions{flex-direction:column;gap:.75rem}.about-cta__actions .btn{width:100%;justify-content:center}.services-cta__actions{flex-direction:column;gap:.75rem}.services-cta__actions .services-cta__btn{width:100%;justify-content:center}}@media (max-width: 1024px){.home-hero{grid-template-columns:1fr;min-height:auto;padding:2.5rem 5vw 3rem;text-align:center;gap:2rem}.home-hero__content{order:1}.home-hero__visual{order:0}.home-hero__content>p{max-width:600px;margin:0 auto 2rem}.home-hero__actions{justify-content:center;gap:1rem}.home-hero__trust{justify-content:center}.home-hero__card{max-width:320px}.home-services{padding:3rem 5vw}.home-services__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.home-features{grid-template-columns:1fr;text-align:center;padding:3rem 5vw;gap:2.5rem}.home-features__list{grid-template-columns:repeat(3,1fr);gap:.75rem}.home-features__visual{margin-top:2rem}.home-features__image-area{max-width:360px}.home-features__image-frame img{height:280px}.home-features__card-overlay--1{right:-15px}.home-features__card-overlay--2{left:-15px}.home-testimonials{padding:3rem 5vw}.home-contact{flex-direction:column;text-align:center;padding:3rem 5vw;gap:2rem}.home-contact__info{justify-content:center;gap:.75rem}}@media (max-width: 768px){.home-hero{padding:2rem 5vw 2.5rem;gap:1.75rem}.home-hero h1{font-size:2rem;margin-bottom:1rem}.home-hero__badge{font-size:.75rem;padding:.5rem 1rem;margin-bottom:1.25rem}.home-hero__content>p{font-size:1rem;max-width:500px;margin-bottom:1.75rem}.home-hero__btn{padding:.85rem 1.5rem;font-size:.9rem}.home-hero__card{padding:1.5rem;max-width:280px;border-radius:20px}.home-hero__card img{height:80px;margin-bottom:1rem}.home-hero__card h3{font-size:1rem;margin-bottom:.75rem}.home-hero__card-features{gap:.5rem}.home-hero__card-features span{font-size:.8rem}.home-hero__floating{display:none}.home-services{padding:2.5rem 5vw}.home-services__header{margin-bottom:2rem}.home-services__grid{grid-template-columns:1fr;gap:1rem;max-width:400px;margin:0 auto 2rem}.home-services__header h2{font-size:1.5rem}.home-services__header p{font-size:.9rem}.home-service-card{padding:1.5rem;border-radius:18px}.home-service-card__icon{width:56px;height:56px;font-size:1.35rem;margin-bottom:1rem}.home-service-card h3{font-size:1.1rem;margin-bottom:.5rem}.home-service-card p{font-size:.9rem}.home-features{padding:2.5rem 5vw;border-radius:24px 24px 0 0;gap:2rem}.home-features__content h2{font-size:1.5rem;margin-bottom:.75rem}.home-features__content>p{font-size:.9rem;margin-bottom:1.5rem}.home-features__list{grid-template-columns:repeat(2,1fr);gap:.65rem}.home-features__item{padding:.65rem .85rem;font-size:.8rem;border-radius:12px}.home-features__icon{width:32px;height:32px;font-size:.9rem;border-radius:8px}.home-features__visual{margin-top:1.5rem}.home-features__image-area{max-width:300px}.home-features__image-frame img{height:240px}.home-features__card-overlay{padding:.5rem .85rem;font-size:.75rem}.home-features__card-overlay--1{right:-5px;top:8%}.home-features__card-overlay--2{left:-5px;bottom:12%}.home-testimonials{padding:2.5rem 5vw}.home-testimonials__header{margin-bottom:2rem}.home-testimonials__header h2{font-size:1.5rem}.home-testimonials__carousel{height:200px}.testimonial-card{padding:1.5rem;border-radius:18px}.testimonial-card__quote{font-size:2.5rem;margin-bottom:-.5rem}.testimonial-card p{font-size:1rem;line-height:1.6}.testimonial-card__author{font-size:.85rem}.home-contact{padding:2.5rem 5vw;border-radius:24px 24px 0 0;margin-top:-24px;gap:1.75rem}.home-contact__content h2{font-size:1.5rem;margin-bottom:.75rem}.home-contact__content>p{font-size:.9rem;margin-bottom:1.25rem}.home-contact__info{gap:.65rem;flex-wrap:wrap}.home-contact__item{padding:.6rem 1rem;font-size:.85rem;border-radius:10px}.home-contact__btn{padding:1rem 1.5rem;font-size:.9rem}.home-contact__cta>span{font-size:.8rem}}@media (max-width: 480px){.home-hero{padding:1.5rem 4vw 2rem;gap:1.5rem}.home-hero h1{font-size:1.65rem;margin-bottom:.85rem}.home-hero__badge{font-size:.7rem;padding:.45rem .9rem;margin-bottom:1rem}.home-hero__content>p{font-size:.9rem;margin-bottom:1.5rem}.home-hero__btn{padding:.8rem 1.25rem;font-size:.85rem}.home-hero__actions{flex-direction:row;flex-wrap:wrap;gap:.75rem}.home-hero__trust{gap:.75rem}.home-hero__trust-icon{width:48px;height:48px;font-size:1.35rem}.home-hero__trust-text strong{font-size:.9rem}.home-hero__trust-text span{font-size:.75rem}.home-hero__card{padding:1.25rem;max-width:260px;border-radius:18px}.home-hero__card img{height:70px;margin-bottom:.85rem}.home-hero__card h3{font-size:.95rem;margin-bottom:.65rem}.home-hero__card-features{gap:.4rem}.home-hero__card-features span{font-size:.75rem}.home-services{padding:2rem 4vw}.home-services__header{margin-bottom:1.5rem}.home-services__label{font-size:.7rem;padding:.35rem .75rem;margin-bottom:.75rem}.home-services__header h2{font-size:1.35rem;margin-bottom:.5rem}.home-services__header p{font-size:.85rem}.home-services__grid{max-width:100%}.home-service-card{padding:1.25rem;border-radius:16px}.home-service-card__icon{width:50px;height:50px;font-size:1.2rem;border-radius:14px;margin-bottom:.85rem}.home-service-card__abbr{font-size:.65rem;padding:.25rem .5rem;margin-bottom:.5rem}.home-service-card h3{font-size:1rem;margin-bottom:.4rem}.home-service-card p{font-size:.85rem}.home-services__cta{padding:.75rem 1.25rem;font-size:.85rem}.home-features{padding:2rem 4vw;border-radius:20px 20px 0 0;gap:1.75rem}.home-features__label{font-size:.7rem;padding:.35rem .75rem}.home-features__content h2{font-size:1.35rem}.home-features__content>p{font-size:.85rem;margin-bottom:1.25rem}.home-features__list{grid-template-columns:repeat(2,1fr);gap:.5rem}.home-features__item{padding:.55rem .7rem;font-size:.75rem;border-radius:10px}.home-features__icon{width:28px;height:28px;font-size:.8rem;border-radius:7px}.home-features__image-area{max-width:260px}.home-features__image-frame img{height:200px}.home-features__card-overlay{padding:.4rem .75rem;font-size:.7rem;border-radius:10px}.home-features__card-overlay svg{font-size:.9rem}.home-testimonials{padding:2rem 4vw}.home-testimonials__header{margin-bottom:1.5rem}.home-testimonials__label{font-size:.7rem}.home-testimonials__header h2{font-size:1.35rem}.home-testimonials__carousel{height:180px}.testimonial-card{padding:1.25rem;border-radius:16px}.testimonial-card__quote{font-size:2rem;margin-bottom:-.25rem}.testimonial-card p{font-size:.9rem}.testimonial-card__author{font-size:.8rem}.testimonial-dot{width:10px;height:10px}.home-testimonials__dots{gap:.6rem;margin-top:1.25rem}.home-contact{padding:2rem 4vw;border-radius:20px 20px 0 0;margin-top:-20px;gap:1.5rem}.home-contact__content h2{font-size:1.35rem;margin-bottom:.65rem}.home-contact__content>p{font-size:.85rem;margin-bottom:1rem}.home-contact__info{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.home-contact__item{justify-content:center;padding:.55rem .75rem;font-size:.8rem;border-radius:10px}.home-contact__item:last-child{grid-column:span 2}.home-contact__btn{padding:.9rem 1.35rem;font-size:.85rem;border-radius:14px}.home-contact__cta>span{font-size:.8rem}}@media (max-width: 768px){.home-cta{padding:3rem 5vw;border-radius:24px 24px 0 0;margin-top:-24px}.home-cta__icon{width:70px;height:70px;font-size:1.75rem;margin-bottom:1.25rem}.home-cta h2{font-size:1.75rem}.home-cta p{font-size:1rem;margin-bottom:1.75rem}.home-cta__btn{padding:.9rem 1.5rem;font-size:.9rem}.home-cta__details{gap:1.5rem}.home-cta__details span{font-size:.85rem}}@media (max-width: 480px){.home-cta{padding:2.5rem 4vw;border-radius:20px 20px 0 0;margin-top:-20px}.home-cta__icon{width:60px;height:60px;font-size:1.5rem;margin-bottom:1rem}.home-cta h2{font-size:1.5rem}.home-cta p{font-size:.9rem;margin-bottom:1.5rem}.home-cta__actions{flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.home-cta__btn{width:100%;justify-content:center;padding:.85rem 1.25rem;font-size:.85rem}.home-cta__details{flex-direction:column;gap:.5rem}.home-cta__details span{font-size:.8rem}}@media (max-width: 992px){.footer-new__main{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-new__brand{grid-column:span 2;align-items:center;text-align:center}.footer-new__brand p{max-width:400px}}@media (max-width: 600px){.footer-new__main{grid-template-columns:1fr;gap:2rem;padding:2.5rem 5vw 2rem}.footer-new__brand{grid-column:span 1;align-items:center;text-align:center}.footer-new__brand img{height:90px}.footer-new__brand p{font-size:.9rem}.footer-new__links,.footer-new__contact{align-items:center;text-align:center}.footer-new__links h4,.footer-new__contact h4{font-size:.95rem;margin-bottom:1rem}.footer-new__links nav{align-items:center}.footer-new__contact-list{align-items:center}.footer-new__contact-list a,.footer-new__contact-list div{font-size:.85rem}.footer-new__bottom{flex-direction:column;gap:.5rem;text-align:center;padding:1rem 5vw;font-size:.8rem}.footer-new__scroll-top{width:44px;height:44px;bottom:1.5rem;right:1.5rem;font-size:1.1rem}}@media (max-width: 360px){.home-hero{padding:1.25rem 3.5vw 1.5rem}.home-hero h1{font-size:1.45rem}.home-hero__actions{flex-direction:column;gap:.6rem}.home-hero__btn{width:100%;justify-content:center}.home-features__list{grid-template-columns:1fr;gap:.4rem}.home-cta h2{font-size:1.35rem}.home-cta__icon{width:56px;height:56px;font-size:1.35rem}.footer-new__brand img{height:80px}}:root{--white: #ffffff;--lavender: #c7b0ce;--lavender-soft: #ede5f2;--mint: #7aede0;--mint-soft: #c5f5f0;--turquoise: #7aede0;--text: #1a1a2e;--text-muted: #5a5a7a;--grey-light: #e8ecf4;--grey-medium: #d1d9e6;--grey-dark: #9baacf;--shadow-light: rgba(255, 255, 255, .8);--shadow-dark: rgba(163, 177, 198, .6);--neo-shadow: 6px 6px 12px var(--shadow-dark), -6px -6px 12px var(--shadow-light);--neo-shadow-sm: 4px 4px 8px var(--shadow-dark), -4px -4px 8px var(--shadow-light);--neo-inset: inset 4px 4px 8px var(--shadow-dark), inset -4px -4px 8px var(--shadow-light);--neo-inset-sm: inset 2px 2px 5px var(--shadow-dark), inset -2px -2px 5px var(--shadow-light);--neo-shadow-hover: 8px 8px 16px var(--shadow-dark), -8px -8px 16px var(--shadow-light)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{font-family:Poppins,Segoe UI,sans-serif;background:var(--lavender-soft);color:var(--text);line-height:1.7;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;width:100%;max-width:100vw}*,*:before,*:after{transition-property:none}@media (max-width: 1200px){html{font-size:15px}}@media (max-width: 992px){html{font-size:14.5px}}@media (max-width: 768px){html{font-size:14px}}@media (max-width: 480px){html{font-size:13.5px}}a{text-decoration:none;color:inherit;transition:color .2s ease}img{max-width:100%;display:block}ul{list-style:none}button,input,textarea{font-family:inherit;border:none;outline:none}h1,h2,h3,h4{line-height:1.3;color:var(--text)}
