.home-presentation{position:relative;background-color:#fff;padding:3rem 24px 4rem;font-family:Google Sans,Roboto,system-ui,sans-serif}.home-presentation__container{max-width:1200px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.home-presentation__title{margin:0;font-family:Google Sans,Roboto,system-ui,sans-serif;color:#202124;font-size:clamp(1.875rem,1.2rem + 2.6vw,3.25rem);font-weight:700;line-height:1.15;max-width:20ch;text-wrap:balance}.home-presentation__highlight{color:#1a73e8}.home-presentation__subtitle{max-width:780px;margin:20px auto 28px;font-family:Google Sans,Roboto,system-ui,sans-serif;color:#5f6368;font-size:clamp(1rem,.9rem + .3vw,1.125rem);line-height:1.5}.home-presentation__actions{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.8rem;margin-bottom:3rem}.home-presentation__button{display:inline-flex;align-items:center;justify-content:center;padding:12px 32px;border-radius:24px;font-family:Google Sans,Roboto,system-ui,sans-serif;font-size:15px;font-weight:500;text-decoration:none;border:1px solid transparent;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.home-presentation__button--primary{background:#1a73e8;border-color:#1a73e8;color:#fff}.home-presentation__button--primary:hover{background:#1557b0;border-color:#1557b0}.home-presentation__button--secondary{background:transparent;border-color:#dadce0;color:#1a73e8}.home-presentation__button--secondary:hover{background:#f1f3f4;border-color:#1a73e8}.home-presentation__banner{position:relative;width:100%;height:500px;border-radius:28px;overflow:hidden;background-color:#f1f3f4}.home-presentation__banner picture{display:block;width:100%;height:100%}.home-presentation__banner-image{width:100%;height:100%;object-fit:cover;display:block}.home-presentation__mockup{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:20px;overflow:hidden;box-shadow:0 20px 48px #20212440;background:#fff}.home-presentation__mockup-image{display:none;width:220px;height:220px;object-fit:cover}@media(max-width:900px){.home-presentation{padding:2.5rem 20px 3rem}.home-presentation__banner{height:420px}}@media(max-width:560px){.home-presentation{padding-inline:1rem}.home-presentation__title{font-size:clamp(1.875rem,1.5rem + 2vw,2.25rem)}.home-presentation__banner{height:auto;aspect-ratio:1 / 1;border-radius:24px}.home-presentation__mockup{width:70%}.home-presentation__mockup-image{width:100%;height:auto;max-height:220px}}.home-services{padding:5rem 1rem 3rem;background:#fff}.home-services__container{width:min(100%,1200px);margin:0 auto}.home-services__title{margin:0;text-align:center;font-family:Google Sans,Roboto,system-ui,sans-serif;font-size:clamp(1.875rem,1.2rem + 2.6vw,3.25rem);line-height:1.15;font-weight:700;color:#202124;text-wrap:balance}.home-services__title span{color:#1a73e8;font-weight:700}.service-feature{--accent-color: #1a73e8;display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto;padding:3rem 24px;font-family:Google Sans,Roboto,system-ui,sans-serif}.service-feature__media-inner{border-radius:24px;overflow:hidden}.service-feature__image{display:block;width:100%;height:auto;object-fit:cover;border-radius:24px}.service-feature__title{position:relative;display:inline-block;margin:0 0 2.75rem;font-family:Google Sans,Roboto,system-ui,sans-serif;font-size:36px;font-weight:700;line-height:1.2;color:#202124}.service-feature__title:after{content:"";position:absolute;left:0;bottom:-14px;height:4px;width:72px;border-radius:999px;background:var(--accent-color);transform:scaleX(0);transform-origin:left;transition:transform .7s cubic-bezier(.22,1,.36,1)}.service-feature__title.is-visible:after{transform:scaleX(1)}.service-feature__carousel{list-style:none;margin:0;padding:0;display:grid;gap:2rem}.service-feature__item{display:flex;align-items:flex-start;gap:1rem}.service-feature__icon{flex-shrink:0;width:40px;height:40px;border-radius:999px;background:var(--accent-color);color:#fff;display:inline-flex;align-items:center;justify-content:center}.service-feature__item-text h3{margin:0 0 .35rem;font-family:Google Sans,Roboto,system-ui,sans-serif;font-size:21px;font-weight:500;line-height:1.3;color:#202124}.service-feature__item-text p{margin:0;font-family:Google Sans,Roboto,system-ui,sans-serif;font-size:16px;line-height:1.6;color:#5f6368}.service-feature__dots{display:none}.service-feature__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:2.5rem;padding:12px 32px;border-radius:24px;font-family:Google Sans,Roboto,system-ui,sans-serif;font-size:15px;font-weight:600;color:#fff;background:#1a73e8;text-decoration:none;transition:background-color .18s ease}.service-feature__cta:hover{background:#1557b0}@media(max-width:1023px){.service-feature{text-align:center;padding:2.5rem 20px}.service-feature__content{min-width:0}.service-feature__title{font-size:28px}.service-feature__carousel{display:flex;min-width:0;overflow-x:auto;scroll-snap-type:x mandatory;gap:1.5rem;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.service-feature__carousel::-webkit-scrollbar{display:none}.service-feature__item{flex:0 0 100%;scroll-snap-align:start;flex-direction:column;align-items:center}.service-feature__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem}.service-feature__dot{width:8px;height:8px;border-radius:999px;border:0;padding:0;background:#dadce0;cursor:pointer;transition:background-color .18s ease,transform .18s ease}.service-feature__dot.is-active{background:var(--accent-color);transform:scale(1.25)}}@media(min-width:1024px){.service-feature{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;padding:4rem 24px}.service-feature--right .service-feature__media{order:2}.service-feature--right .service-feature__content{order:1}.service-feature__media{height:100%}.service-feature__media-inner{position:sticky;top:0}}.home-about-us{padding:5rem 1rem 3rem;background:#fff;font-family:Google Sans,Roboto,system-ui,sans-serif}.home-about-us__container{width:min(100%,1120px);margin:0 auto}.home-about-us__title{margin:0;text-align:center;font-family:Google Sans,Roboto,system-ui,sans-serif;font-size:clamp(1.875rem,1.2rem + 2.6vw,3.25rem);line-height:1.15;font-weight:700;color:#202124;text-wrap:balance}.home-about-us__title span{color:#1a73e8;font-weight:700}.home-about-us__content{margin-top:2.75rem;display:grid;grid-template-columns:minmax(0,460px) minmax(0,1fr);align-items:center;gap:3rem}.home-about-us__media{position:relative;width:100%;max-width:460px;aspect-ratio:1 / 1;margin:0 auto;border-radius:24px;overflow:hidden;background:#f1f3f4}.home-about-us__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;z-index:0;transition:opacity .3s ease}.home-about-us__image.is-active{opacity:1;z-index:1}.home-about-us__points{display:grid;gap:12px}.about-point{border-left:3px solid #e0e0e0;padding:16px 20px;transition:border-color .2s ease}.about-point.is-active{border-left-color:#1a73e8}.about-point__trigger{display:block;width:100%;margin:0;padding:0;border:0;background:transparent;text-align:left;cursor:pointer;font-family:Google Sans,Roboto,system-ui,sans-serif;font-size:20px;font-weight:500;line-height:1.3;color:#3c4043;transition:color .2s ease}.about-point.is-active .about-point__trigger{color:#202124;font-weight:600}.about-point__panel{max-height:0;overflow:hidden;transition:max-height .3s ease}.about-point__panel p{margin:.75rem 0 0;font-family:Google Sans,Roboto,system-ui,sans-serif;font-size:16px;line-height:1.6;color:#5f6368}@media(max-width:1023px){.home-about-us__content{grid-template-columns:1fr;gap:1.75rem}.home-about-us__media{max-width:100%;aspect-ratio:16 / 10}.about-point__trigger{font-size:18px}}.home-contact{padding:5rem 1rem 3rem;background:#fff;font-family:Google Sans,Roboto,system-ui,sans-serif}.home-contact__container{width:min(100%,1120px);margin:0 auto}.home-contact__title{margin:0;text-align:center;font-family:Google Sans,Roboto,system-ui,sans-serif;font-size:clamp(1.875rem,1.2rem + 2.6vw,3.25rem);line-height:1.15;font-weight:700;color:#202124;text-wrap:balance}.home-contact__title span{color:#1a73e8;font-weight:700}.home-contact__form{width:min(100%,840px);margin:2rem auto 0;padding:1.8rem;border:1px solid rgba(15,23,42,.1);border-radius:20px;box-shadow:0 18px 36px #0f172a1f;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;background:#fff}.home-contact__form label{display:grid;gap:.45rem;font-family:Google Sans,Roboto,system-ui,sans-serif;font-size:15px;font-weight:500;color:#202124}.home-contact__form input,.home-contact__form textarea{width:100%;border:1px solid rgba(15,23,42,.18);border-radius:12px;padding:.82rem .9rem;font-family:Google Sans,Roboto,system-ui,sans-serif;font-size:15px;color:#202124;background:#fff}.home-contact__form input:focus,.home-contact__form textarea:focus{outline:2px solid rgba(79,70,229,.35);outline-offset:1px}.home-contact__message-field{grid-column:1 / -1}.home-contact__form button{grid-column:1 / -1;justify-self:center;padding:12px 32px;border-radius:24px;border:1px solid #1a73e8;background:#1a73e8;color:#fff;font-family:Google Sans,Roboto,system-ui,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .18s ease,border-color .18s ease}.home-contact__form button:hover{background:#1557b0;border-color:#1557b0}@media(max-width:900px){.home-contact__form{grid-template-columns:1fr;padding:1.25rem}}
