*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:#fff;color:#0d121b;line-height:1.5;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}a{text-decoration:none;color:inherit;transition:color .2s ease}img{max-width:100%;height:auto}.page-wrapper{position:relative;display:flex;min-height:100vh;width:100%;flex-direction:column}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:72rem}.header{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid rgba(229,231,235,.8);background-color:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header__inner{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:72rem;display:flex;height:4rem;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;gap:.75rem}@media(min-width:640px){.header__logo{gap:1rem}}.header__logo svg{width:1.25rem;height:1.25rem;color:#135bec}.header__logo h2{font-size:1rem;font-weight:700;letter-spacing:-.015em;color:#0d121b}@media(min-width:640px){.header__logo h2{font-size:1.125rem}}.header__logo-img{height:2rem;width:2rem;object-fit:cover}@media(min-width:640px){.header__logo-img{height:2.5rem;width:2.5rem}}.header__nav{display:none;align-items:center;gap:2rem}@media(min-width:768px){.header__nav{display:flex}}.header__nav a{font-size:.875rem;font-weight:500;color:#374151}.header__nav a:hover,.header__nav a.active{color:#135bec}.header__actions{display:flex;align-items:center;gap:.5rem}.header__actions .btn{display:none}@media(min-width:640px){.header__actions .btn{display:inline-flex}}.header__menu-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background:transparent;border:none;border-radius:.5rem;cursor:pointer;color:#0d121b}@media(min-width:768px){.header__menu-btn{display:none}}.header__menu-btn:hover{background-color:#e5e7eb80}.header__menu-btn .material-symbols-outlined{font-size:1.5rem}.mobile-menu{display:none;position:fixed;top:4rem;left:0;right:0;bottom:0;background-color:#fff;z-index:40;padding:1rem;overflow-y:auto}.mobile-menu--open{display:block}@media(min-width:768px){.mobile-menu--open{display:none}}.mobile-menu__nav{display:flex;flex-direction:column;gap:.5rem}.mobile-menu__nav a{display:block;padding:.875rem 1rem;font-size:1rem;font-weight:500;color:#374151;border-radius:.5rem;transition:background-color .2s ease}.mobile-menu__nav a:hover{background-color:#e5e7eb80}.mobile-menu__nav a.active{color:#135bec;background-color:#135bec1a}.mobile-menu__cta{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.mobile-menu__cta .btn{width:100%}.btn{display:inline-flex;min-width:5.25rem;cursor:pointer;align-items:center;justify-content:center;overflow:hidden;border-radius:.5rem;border:none;font-weight:700;letter-spacing:.015em;transition:all .2s ease}.btn--primary{height:2.5rem;padding:0 1rem;background-color:#135bec;color:#f6f6f8;font-size:.875rem}.btn--primary:hover{background-color:#104cc6}.btn--large{height:3rem;padding:0 1.5rem;font-size:1rem}.main{flex-grow:1}.hero{width:100%;padding:3rem 0;background-color:#fff;text-align:center}@media(min-width:640px){.hero{padding:4rem 0}}@media(min-width:768px){.hero{padding:8rem 0}}.hero__inner{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:56rem}.hero__title{font-size:1.75rem;font-weight:900;line-height:1.15;letter-spacing:-.033em;color:#0d121b}@media(min-width:480px){.hero__title{font-size:2rem}}@media(min-width:640px){.hero__title{font-size:2.5rem}}@media(min-width:768px){.hero__title{font-size:3.75rem;line-height:1.1}}.hero__subtitle{margin-top:1rem;max-width:42rem;margin-left:auto;margin-right:auto;font-size:.9375rem;line-height:1.6;color:#4b5563}@media(min-width:640px){.hero__subtitle{margin-top:1.5rem;font-size:1.125rem}}.section{width:100%;padding:2.5rem 0}@media(min-width:640px){.section{padding:3.5rem 0}}@media(min-width:768px){.section{padding:6rem 0}}.section--light,.section--white{background-color:#fff}.section__inner{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:72rem}.section__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;margin-bottom:2rem}@media(min-width:640px){.section__header{gap:1rem;margin-bottom:3rem}}.section__title{font-size:1.5rem;font-weight:700;line-height:1.25;letter-spacing:-.015em;color:#0d121b;max-width:42rem}@media(min-width:640px){.section__title{font-size:1.875rem}}.section__subtitle{font-size:.9375rem;line-height:1.6;color:#4b5563;max-width:42rem}@media(min-width:640px){.section__subtitle{font-size:1rem}}.mission__grid{display:grid;gap:2rem}@media(min-width:640px){.mission__grid{gap:2.5rem}}@media(min-width:768px){.mission__grid{grid-template-columns:repeat(2,1fr);gap:4rem}}.mission__item{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.mission__item{gap:1rem}}.mission__item h2{font-size:1.5rem;font-weight:700;line-height:1.25;letter-spacing:-.015em;color:#0d121b}@media(min-width:640px){.mission__item h2{font-size:1.875rem}}.mission__item p{font-size:.9375rem;line-height:1.7;color:#4b5563}@media(min-width:640px){.mission__item p{font-size:1rem;line-height:1.625}}.values__grid{display:grid;gap:1.5rem}@media(min-width:640px){.values__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.values__grid{grid-template-columns:repeat(3,1fr)}}.values__card{display:flex;flex-direction:column;gap:.75rem;border-radius:.75rem;border:1px solid #e5e7eb;background-color:#fff;padding:1.5rem}.values__icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background-color:#135bec33;color:#135bec}.values__icon .material-symbols-outlined{font-size:1.5rem}.values__content{display:flex;flex-direction:column;gap:.25rem}.values__content h3{font-size:1.125rem;font-weight:700;color:#0d121b}.values__content p{font-size:.875rem;color:#6b7280}.team__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:640px){.team__grid{gap:2rem}}@media(min-width:768px){.team__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.team__grid{grid-template-columns:repeat(4,1fr)}}.team__member{display:flex;flex-direction:column;align-items:center;text-align:center}.team__member img{width:5rem;height:5rem;border-radius:50%;object-fit:cover;margin-bottom:.75rem}@media(min-width:640px){.team__member img{width:7rem;height:7rem;margin-bottom:1rem}}@media(min-width:768px){.team__member img{width:8rem;height:8rem}}.team__member h3{font-size:.875rem;font-weight:700;color:#0d121b}@media(min-width:640px){.team__member h3{font-size:1rem}}.team__member p{font-size:.75rem;color:#135bec}@media(min-width:640px){.team__member p{font-size:.875rem}}.cta{padding:3rem 0;background-color:#fff}@media(min-width:640px){.cta{padding:4rem 0}}@media(min-width:768px){.cta{padding:7rem 0}}.cta__inner{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:48rem;text-align:center}.cta__title{font-size:1.5rem;font-weight:700;letter-spacing:-.015em;color:#0d121b}@media(min-width:640px){.cta__title{font-size:2.25rem}}.cta__subtitle{margin-top:.75rem;font-size:.9375rem;line-height:1.6;color:#4b5563}@media(min-width:640px){.cta__subtitle{margin-top:1rem;font-size:1rem}}.cta__actions{margin-top:1.5rem;display:flex;justify-content:center}@media(min-width:640px){.cta__actions{margin-top:2rem}}.footer{width:100%;border-top:1px solid #e5e7eb;background-color:#fff}.footer__inner{width:100%;margin-left:auto;margin-right:auto;padding:2rem 1rem;max-width:72rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.5rem}@media(min-width:640px){.footer__inner{flex-direction:row}}.footer__brand{display:flex;align-items:center;gap:.5rem}.footer__brand svg{width:1rem;height:1rem;color:#135bec}.footer__brand img{height:1.5rem;width:auto}.footer__brand p{font-size:.875rem;color:#4b5563}.footer__links{display:flex;align-items:center;gap:1.5rem}.footer__links a{font-size:.875rem;color:#4b5563}.footer__links a:hover{color:#135bec}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.services-hero{width:100%;padding:3rem 0;background-color:#fff;text-align:center}@media(min-width:640px){.services-hero{padding:4rem 0}}@media(min-width:768px){.services-hero{padding:6rem 0}}.services-hero__inner{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:48rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem}@media(min-width:640px){.services-hero__inner{gap:1.5rem}}.services-hero__title{font-size:1.75rem;font-weight:900;line-height:1.15;letter-spacing:-.033em;color:#0d121b}@media(min-width:480px){.services-hero__title{font-size:2rem}}@media(min-width:640px){.services-hero__title{font-size:2.5rem}}@media(min-width:768px){.services-hero__title{font-size:3rem}}@media(min-width:1024px){.services-hero__title{font-size:3.75rem;line-height:1.1}}.services-hero__subtitle{max-width:40rem;font-size:.9375rem;line-height:1.6;color:#4b5563}@media(min-width:640px){.services-hero__subtitle{font-size:1rem}}@media(min-width:768px){.services-hero__subtitle{font-size:1.125rem}}.services-grid{display:grid;gap:1rem}@media(min-width:480px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(min-width:1024px){.services-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.service-card{display:flex;flex-direction:column;gap:1rem;padding:1.25rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;transition:transform .3s ease,box-shadow .3s ease}@media(min-width:640px){.service-card{padding:1.5rem}}.service-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000001a}.service-card__icon .material-symbols-outlined{font-size:1.75rem;color:#135bec}@media(min-width:640px){.service-card__icon .material-symbols-outlined{font-size:2rem}}.service-card__content{display:flex;flex-direction:column;gap:.5rem}.service-card__content h3{font-size:1rem;font-weight:700;color:#0d121b}@media(min-width:640px){.service-card__content h3{font-size:1.125rem}}.service-card__content p{font-size:.8125rem;line-height:1.6;color:#6b7280}@media(min-width:640px){.service-card__content p{font-size:.875rem}}.service-card__link{margin-top:.5rem;font-size:.875rem;font-weight:700;color:#135bec}.service-card__link:hover{text-decoration:underline}.process{position:relative}.process__line{display:none}@media(min-width:768px){.process__line{display:block;position:absolute;top:1.5rem;left:3rem;right:3rem;height:2px;border-top:2px dashed #e5e7eb}}.process__grid{display:grid;gap:2rem}@media(min-width:480px){.process__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.process__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.process__step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}@media(min-width:640px){.process__step{gap:1rem}}.process__step h3{font-size:1rem;font-weight:700;color:#0d121b}@media(min-width:640px){.process__step h3{font-size:1.125rem}}.process__step p{font-size:.8125rem;line-height:1.6;color:#6b7280}@media(min-width:640px){.process__step p{font-size:.875rem}}.process__icon{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background-color:#135bec33;color:#135bec}.process__icon .material-symbols-outlined{font-size:1.25rem}.tech-section{width:100%;padding:2.5rem 0;margin:0 1rem;width:calc(100% - 2rem);background-color:#fff;border-radius:.75rem}@media(min-width:640px){.tech-section{padding:3.5rem 0;margin:0 auto;width:100%;max-width:70rem}}@media(min-width:768px){.tech-section{padding:4rem 0}}.tech-section__inner{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:72rem;display:flex;flex-direction:column;align-items:center;gap:2rem}@media(min-width:640px){.tech-section__inner{gap:2.5rem}}.tech-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem}@media(min-width:640px){.tech-logos{gap:2rem}}@media(min-width:768px){.tech-logos{gap:3rem}}.tech-logos__item{height:2rem;transition:transform .2s ease}@media(min-width:640px){.tech-logos__item{height:2.5rem}}@media(min-width:768px){.tech-logos__item{height:3rem}}.tech-logos__item:hover{transform:scale(1.1)}.services-cta{padding:2.5rem 1rem}@media(min-width:640px){.services-cta{padding:3.5rem 1rem}}@media(min-width:768px){.services-cta{padding:4rem 1rem}}.services-cta__inner{width:100%;padding-left:1rem;padding-right:1rem;max-width:48rem;margin:0 auto;padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;background-color:#135bec1a;border-radius:.75rem}@media(min-width:640px){.services-cta__inner{padding:3rem;gap:1.25rem}}@media(min-width:768px){.services-cta__inner{padding:3rem 4rem;gap:1.5rem}}.services-cta__title{font-size:1.5rem;font-weight:700;line-height:1.3;letter-spacing:-.015em;color:#0d121b}@media(min-width:640px){.services-cta__title{font-size:1.875rem}}@media(min-width:768px){.services-cta__title{font-size:2.25rem}}.services-cta__subtitle{max-width:36rem;font-size:.9375rem;line-height:1.6;color:#4b5563}@media(min-width:640px){.services-cta__subtitle{font-size:1rem}}@media(min-width:768px){.services-cta__subtitle{font-size:1.125rem}}.home-hero{width:100%;padding:2rem 0 3rem;background-color:#fff}@media(min-width:640px){.home-hero{padding:3rem 0 4rem}}@media(min-width:768px){.home-hero{padding:4rem 0 5rem}}.home-hero__inner{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:72rem;display:flex;flex-direction:column-reverse;gap:2rem}@media(min-width:768px){.home-hero__inner{flex-direction:row;align-items:center;gap:3rem}}@media(min-width:1024px){.home-hero__inner{gap:4rem}}.home-hero__content{display:flex;flex-direction:column;gap:1.25rem;text-align:center}@media(min-width:768px){.home-hero__content{flex:1;text-align:left;gap:1.5rem}}@media(min-width:1024px){.home-hero__content{gap:2rem}}.home-hero__content .btn{margin:0 auto}@media(min-width:768px){.home-hero__content .btn{margin:0}}.home-hero__title{font-size:1.75rem;font-weight:900;line-height:1.1;letter-spacing:-.033em;color:#0d121b}@media(min-width:480px){.home-hero__title{font-size:2.25rem}}@media(min-width:640px){.home-hero__title{font-size:2.75rem}}@media(min-width:768px){.home-hero__title{font-size:2.5rem}}@media(min-width:1024px){.home-hero__title{font-size:3.5rem}}.home-hero__subtitle{font-size:.9375rem;line-height:1.6;color:#4b5563}@media(min-width:640px){.home-hero__subtitle{font-size:1rem}}@media(min-width:1024px){.home-hero__subtitle{font-size:1.125rem}}.home-hero__image{width:100%}@media(min-width:768px){.home-hero__image{flex:1}}.home-hero__image img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:.75rem}.home-services-grid{display:grid;gap:1rem}@media(min-width:480px){.home-services-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(min-width:1024px){.home-services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.home-service-card{display:flex;flex-direction:column;gap:1rem;padding:1.25rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem}@media(min-width:640px){.home-service-card{padding:1.5rem}}.home-service-card__icon .material-symbols-outlined{font-size:1.75rem;color:#135bec}@media(min-width:640px){.home-service-card__icon .material-symbols-outlined{font-size:2rem}}.home-service-card__content{display:flex;flex-direction:column;gap:.25rem}.home-service-card__content h3{font-size:1rem;font-weight:700;color:#0d121b}@media(min-width:640px){.home-service-card__content h3{font-size:1.125rem}}.home-service-card__content p{font-size:.8125rem;line-height:1.6;color:#6b7280}@media(min-width:640px){.home-service-card__content p{font-size:.875rem}}.projects-grid{display:grid;gap:2rem}@media(min-width:640px){.projects-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.project-card{display:flex;flex-direction:column;gap:1rem}.project-card__image{overflow:hidden;border-radius:.75rem}.project-card__image img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .3s ease}.project-card__image:hover img{transform:scale(1.05)}.project-card__content{display:flex;flex-direction:column;gap:.25rem}.project-card__content h3{font-size:1.125rem;font-weight:700;color:#0d121b}@media(min-width:640px){.project-card__content h3{font-size:1.25rem}}.project-card__content p{font-size:.8125rem;line-height:1.5;color:#6b7280}@media(min-width:640px){.project-card__content p{font-size:.875rem}}.project-card__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.project-card__tag{font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:9999px;background-color:#135bec1a;color:#135bec}.testimonials-grid{display:grid;gap:1.5rem}@media(min-width:640px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem}.testimonial-card__quote{font-size:.9375rem;font-style:italic;line-height:1.7;color:#4b5563}@media(min-width:640px){.testimonial-card__quote{font-size:1rem}}.testimonial-card__author{display:flex;align-items:center;gap:1rem;margin-top:auto}.testimonial-card__author img{width:3rem;height:3rem;border-radius:50%;object-fit:cover}.testimonial-card__author h4{font-size:.9375rem;font-weight:700;color:#0d121b}.testimonial-card__author p{font-size:.8125rem;color:#6b7280}.home-footer{width:100%;border-top:1px solid #e5e7eb;background-color:#fff;padding:2.5rem 0}@media(min-width:640px){.home-footer{padding:3rem 0}}.home-footer__inner{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:72rem}.home-footer__grid{display:grid;gap:2rem}@media(min-width:640px){.home-footer__grid{grid-template-columns:2fr 1fr 1fr;gap:2rem}}@media(min-width:1024px){.home-footer__grid{grid-template-columns:2fr 1fr 1fr;gap:3rem}}.home-footer__brand{display:flex;flex-direction:column;gap:.75rem}.home-footer__brand p{font-size:.875rem;line-height:1.6;color:#4b5563;max-width:20rem}.home-footer__logo{display:flex;align-items:center;gap:.75rem}.home-footer__logo svg{width:1.25rem;height:1.25rem;color:#135bec}.home-footer__logo img{height:2rem;width:auto}.home-footer__logo h2{font-size:1.125rem;font-weight:700;color:#0d121b}.home-footer__links h4{font-size:.9375rem;font-weight:700;color:#0d121b;margin-bottom:.75rem}.home-footer__links ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.home-footer__links a{font-size:.875rem;color:#4b5563}.home-footer__links a:hover{color:#135bec}.home-footer__bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;text-align:center}.home-footer__bottom p{font-size:.875rem;color:#6b7280}.contact-hero{padding:4rem 0 3rem;background:linear-gradient(to bottom,#fff,#fff)}@media(min-width:768px){.contact-hero{padding:5rem 0 4rem}}.contact-hero__inner{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:48rem;text-align:center}.contact-hero__title{font-size:2rem;font-weight:900;line-height:1.1;color:#0d121b;margin-bottom:1rem}@media(min-width:640px){.contact-hero__title{font-size:2.5rem}}@media(min-width:768px){.contact-hero__title{font-size:3rem}}.contact-hero__subtitle{font-size:1rem;line-height:1.6;color:#4b5563;max-width:36rem;margin:0 auto}@media(min-width:640px){.contact-hero__subtitle{font-size:1.125rem}}.contact-content{padding:2rem 4vw 4rem;background-color:#fff}@media(min-width:768px){.contact-content{padding:3rem 4vw 5rem}}.contact-content__inner{width:100%;max-width:none;margin:0;display:block}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-info__section h2{font-size:1.25rem;font-weight:700;color:#0d121b;margin-bottom:1.25rem}@media(min-width:640px){.contact-info__section h2{font-size:1.5rem}}.contact-info__items{display:flex;flex-direction:row;gap:1rem;flex-wrap:nowrap}@media(max-width:768px){.contact-info__items{flex-direction:column}}.contact-info__item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background-color:#fff;border-radius:.75rem;transition:background-color .2s ease,transform .2s ease;flex:1 1 240px}.contact-info__item:hover:not(.contact-info__item--static){background-color:#f7f7f7;transform:translate(4px)}.contact-info__item--static{cursor:default}.contact-info__icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:#135bec;border-radius:.5rem;flex-shrink:0}.contact-info__icon .material-symbols-outlined{font-size:1.25rem;color:#f6f6f8}.contact-info__text{display:flex;flex-direction:column;gap:.125rem}.contact-info__label{font-size:.9375rem;font-weight:500;color:#0d121b;line-height:1.4}.contact-info__sublabel{font-size:.8125rem;color:#6b7280}.contact-map{border-radius:.75rem;overflow:hidden;background-color:#fff}.contact-map img{width:100%;height:12rem;object-fit:cover}@media(min-width:640px){.contact-map img{height:14rem}}.contact-social h2{font-size:1.25rem;font-weight:700;color:#0d121b;margin-bottom:1rem}.contact-social__links{display:flex;gap:.75rem}.contact-social__link{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;background-color:#fff;border-radius:50%;transition:background-color .2s ease,transform .2s ease}.contact-social__link svg{width:1.25rem;height:1.25rem;color:#4b5563;transition:color .2s ease}.contact-social__link:hover{background-color:#135bec;transform:scale(1.1)}.contact-social__link:hover svg{color:#f6f6f8}.contact-form-wrapper h2{font-size:1.25rem;font-weight:700;color:#0d121b;margin-bottom:1.5rem}@media(min-width:640px){.contact-form-wrapper h2{font-size:1.5rem}}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-form__group{display:flex;flex-direction:column;gap:.5rem}.contact-form__group label{font-size:.875rem;font-weight:500;color:#0d121b}.contact-form__group label .optional{font-weight:400;color:#6b7280}.contact-form__group input,.contact-form__group select,.contact-form__group textarea{width:100%;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.9375rem;color:#0d121b;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;transition:border-color .2s ease,box-shadow .2s ease}.contact-form__group input::placeholder,.contact-form__group select::placeholder,.contact-form__group textarea::placeholder{color:#9ca3af}.contact-form__group input:focus,.contact-form__group select:focus,.contact-form__group textarea:focus{outline:none;border-color:#135bec;box-shadow:0 0 0 3px #135bec1a}.contact-form__group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.contact-form__group textarea{resize:vertical;min-height:8rem}.btn--full{width:100%}.contact-form__status{padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;text-align:center}.contact-form__status--success{background-color:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.2)}.contact-form__status--error{background-color:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}.btn:disabled{opacity:.6;cursor:not-allowed}
