:root{--bg: #ffffff;--text: #0f172a;--muted: #6b7280;--page-padding-desktop: 2.5rem;--page-padding-mobile: 1rem;--max-width: 1600px}html,body{margin:0;padding:0;height:100%;box-sizing:border-box;background:var(--bg);color:var(--text);font-family:Sora,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}*,*:before,*:after{box-sizing:inherit}body{display:block;min-height:100vh;line-height:1.4}body::-webkit-scrollbar{display:none}#root{width:100%;min-height:100vh}.page{width:100%;padding:var(--page-padding-desktop);min-height:100vh;box-sizing:border-box}.page-inner{width:92%;max-width:1200px;margin:0 auto;box-sizing:border-box}h1{font-size:3rem;margin:0}h2{font-size:2.2rem;margin:0}p{font-size:1rem;color:var(--muted);margin:0}.form-row>*{flex:1 1 0;min-width:0}img{max-width:100%;height:auto;display:block;object-fit:cover}iframe{width:100%;aspect-ratio:16/9;border:0}@media (max-width: 1024px){:root{--page-padding-desktop: 1rem}.page{padding:var(--page-padding-mobile);align-items:stretch}.page-inner{width:96%;padding:0 1rem}h1{font-size:2.2rem}h2{font-size:1.6rem}p{font-size:.95rem}.form-row{display:block;gap:.75rem}.form-row>*{width:100%}.landingPage-navigation-container{left:50%;transform:translate(-50%);width:100%;padding:.5rem}}@media (max-width: 480px){.page{width:100%;padding:.75rem}h1{font-size:1.8rem}h2{font-size:1.3rem}}.landingPage{background-color:#ffc857;display:flex;flex-direction:column;align-items:center;overflow:hidden;padding-bottom:0}.landingPage .landingPage-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:85%;max-width:1600px;box-sizing:border-box;padding-top:2rem}.landingPage .landingPage-section{width:100%;min-height:80vh;box-sizing:border-box;padding:3rem 0}.landingPage .landingPage-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1.5rem;width:100%;box-sizing:border-box}.landingPage .landingPage-header>*{box-sizing:border-box}@media (min-width: 1600px){.landingPage .landingPage-section{padding:4rem 0}}@media (max-width: 1024px){.landingPage-container{width:92%;padding-top:1.5rem;padding-bottom:1.5rem}.landingPage .landingPage-section{min-height:60vh;padding:2rem 0}.landingPage .landingPage-header{flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;padding:1rem 0}.landingPage .landingPage-header .landingPage-header-content-image,.landingPage .landingPage-header .landingPage-header-content-image img{width:80%;max-width:420px;height:auto;margin:0 auto}.landingPage .landingPage-section+.landingPage-section{margin-top:1.25rem}}@media (max-width: 480px){.landingPage .landingPage-container{width:96%;padding-top:1rem;padding-bottom:1rem}.landingPage .landingPage-section{min-height:auto;padding:1.25rem 0}.landingPage .landingPage-header{gap:.75rem;padding:.5rem 0}.landingPage .landingPage-header h1{font-size:1.6rem;line-height:1.1}.landingPage .landingPage-section+.landingPage-section{margin-top:.8rem}}.landingPage img{max-width:100%;height:auto;display:block;object-fit:cover}.landingPage .landingPage-section *{max-width:100%;box-sizing:border-box}.landingPage-navigation-container{position:fixed;top:2.5rem;left:50%;transform:translate(-50%);width:85%;max-width:1400px;height:8vh;min-height:56px;background-color:#fffdfb;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 .5rem;border-radius:5rem;box-shadow:0 4px 12px #0000001a;z-index:1000}.landingPage-navigation-container img{height:70%;max-height:44px;cursor:pointer;object-fit:contain}.nav-list{list-style:none;margin:0;padding:0;display:flex;gap:2rem;justify-content:flex-end;align-items:center;font-family:Sora,sans-serif;font-size:1rem;white-space:nowrap}.nav-list li{cursor:pointer;font-weight:500;color:#333;transition:color .25s ease,transform .18s ease;padding:.25rem .35rem;border-radius:6px}.nav-list li:hover{color:#ffc857;transform:translateY(-2px)}.nav-actions{display:block}.nav-hamburger{display:none;background:transparent;border:none;padding:.25rem;cursor:pointer;align-items:center;justify-content:center}.nav-hamburger:focus{outline:3px solid rgba(37,99,235,.15);outline-offset:2px;border-radius:8px}.hamburger-line{display:block;width:22px;height:2px;background:#1e293b;margin:3px 0;border-radius:2px;transition:transform .25s ease,opacity .2s ease}.nav-hamburger.open .hamburger-line:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-hamburger.open .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.open .hamburger-line:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-overlay{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:#0c0c0c8c;z-index:1500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.nav-overlay.visible{display:flex;flex-direction:column;justify-content:flex-start;padding-top:1rem}.nav-overlay-inner{width:92%;max-width:420px;background:#fffdfb;border-radius:1rem;padding:1.25rem;box-shadow:0 10px 30px #0000002e;display:flex;flex-direction:column;gap:1rem;align-items:center}.overlay-logo{height:48px;cursor:pointer}.overlay-list{list-style:none;padding:0;margin:0;width:100%;display:flex;flex-direction:column;gap:.75rem;align-items:stretch}.overlay-list li{padding:.85rem 1rem;background:transparent;border-radius:.6rem;text-align:center;font-weight:700;cursor:pointer}.overlay-list li:hover{background:#2563eb0f;color:#2563eb}.overlay-cta{width:100%;display:flex;justify-content:center}.overlay-close{background:none;border:none;color:#6b7280;font-weight:600;cursor:pointer;padding:.25rem}@media (max-width: 480px){.nav-list,.nav-actions{display:none}.nav-hamburger{display:flex;flex-direction:column}.landingPage-navigation-container{position:fixed;top:1rem;left:50%;transform:translate(-50%);width:85%;max-width:1400px;height:4vh;min-height:40px;background-color:#fffdfb;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 1rem;border-radius:5rem;box-shadow:0 4px 12px #0000001a;z-index:1000}}@media (max-width: 768px) and (min-width: 481px){.nav-list,.nav-actions{display:none}.nav-hamburger{display:flex}.landingPage-navigation-container{top:2rem;width:92%}}.nav-list li:focus,.overlay-list li:focus,.overlay-close:focus,.nav-hamburger:focus{outline:3px solid rgba(37,99,235,.12);outline-offset:2px;border-radius:6px}:root{--main-transition-duration: .5s;--main-radius: 5rem;--main-font: Sora, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial}.mainButton{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.25rem;border-radius:var(--main-radius);font-family:var(--main-font);font-size:1rem;font-weight:700;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:background-color var(--main-transition-duration) ease,color var(--main-transition-duration) ease,border-color var(--main-transition-duration) ease,transform .16s ease;box-sizing:border-box;min-height:44px;line-height:1}.mainButton:active{transform:translateY(1px)}.mainButton:focus{outline:none;box-shadow:0 0 0 4px #2563eb1f;border-radius:999px}.mainButton[style*=height]{display:flex;align-items:center;justify-content:center}@media (min-width: 601px){.mainButton{padding:.65rem 1.5rem;font-size:1rem;min-height:48px}}@media (min-width: 1025px){.mainButton{padding:.7rem 1.75rem;font-size:1rem;min-height:48px}}.mainButton.small{padding:.35rem .7rem;font-size:.875rem;min-height:36px}.mainButton.fullWidth{width:100%;justify-content:center}@media (prefers-reduced-motion: reduce){.mainButton{transition:none}}.languageSwitcher-button{font-family:Sora,system-ui,sans-serif}#headerSection{margin-top:10vh;box-sizing:border-box;padding:1.25rem 0}.landingPage-header{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.landingPage-header-content-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1rem;width:100%;box-sizing:border-box;padding-right:1rem;text-align:left}.landingPage-header-content-text h1{color:var(--Dark, #1E293B);font-family:Sora,system-ui,sans-serif;font-size:3.4rem;font-weight:600;line-height:1.02;margin:0;letter-spacing:-.02em}.landingPage-header-content-text h1 span{color:#2563eb;font-weight:800}.landingPage-header-content-text p{color:var(--Dark, #1E293B);font-family:Sora,system-ui,sans-serif;font-size:1.05rem;font-weight:400;line-height:1.45;margin:0;max-width:58ch}.landingPage-header-content-text-buttons{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem;width:100%;height:auto}.landingPage-header-content-image{width:100%;display:flex;justify-content:center;align-items:center;box-sizing:border-box;padding-left:1rem}.landingPage-header-content-image img{width:100%;max-width:560px;height:auto;transform:translateY(8%);transition:transform .28s ease;z-index:2;object-fit:cover;border-radius:8px}@media (max-width: 1024px){#headerSection{margin-top:7.5vh;padding:1rem 0}.landingPage-header{grid-template-columns:1fr;gap:1.25rem}.landingPage-header-content-text{align-items:center;text-align:center;padding:0}.landingPage-header-content-text h1{font-size:2.4rem;font-weight:700}.landingPage-header-content-text p{font-size:1rem;max-width:60ch;padding:0 .75rem}.landingPage-header-content-image img{max-width:460px;transform:translateY(4%)}}@media (max-width: 480px){#headerSection{margin-top:5.5vh;padding:.6rem 0}.landingPage-header-content-text h1{font-size:1.6rem;line-height:1.05;font-weight:700}.landingPage-header-content-text h1 span{font-size:1.6rem}.landingPage-header-content-text p{font-size:.95rem;max-width:44ch;padding:0 .4rem}.landingPage-header-content-text-buttons{gap:.6rem;justify-content:center;flex-wrap:wrap}.landingPage-header-content-image{margin-top:.25rem;padding:0}.landingPage-header-content-image img{max-width:320px;transform:none}}@media (prefers-reduced-motion: reduce){.landingPage-header-content-image img{transition:none!important;transform:none!important}}.buttonWithIconContainer{display:inline-flex;align-items:center;gap:.6rem;padding:.45rem .5rem;border-radius:999px;border:none;cursor:pointer;height:44px;min-width:120px;box-sizing:border-box;transition:background-color .32s ease,transform .16s ease;-webkit-tap-highlight-color:transparent}.buttonWithIconText{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .9rem;border-radius:999px;font-family:Sora,system-ui,sans-serif;font-size:.95rem;font-weight:700;white-space:nowrap;line-height:1;min-width:2.75rem;box-sizing:border-box}.buttonWithIconImageContainer{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;box-sizing:border-box;overflow:hidden;flex:0 0 auto}.buttonWithIconImage{width:60%;height:60%;object-fit:contain;display:block}.buttonWithIconContainer:active{transform:translateY(1px)}.buttonWithIconContainer:focus{outline:3px solid rgba(37,99,235,.12);outline-offset:2px;border-radius:12px}@media (min-width: 601px){.buttonWithIconContainer{padding:.5rem .75rem;height:48px;min-width:140px;gap:1rem}.buttonWithIconText{font-size:1rem;padding:.5rem 1.1rem;min-width:90px}.buttonWithIconImageContainer{width:40px;height:40px}}@media (min-width: 1025px){.buttonWithIconContainer{padding:.6rem .5rem;height:54px;min-width:160px;gap:.7rem}.buttonWithIconText{font-size:1.05rem;padding:.8rem 1.25rem;min-width:110px}.buttonWithIconImageContainer{width:46px;height:46px}}.buttonWithIconContainer.fullWidth{width:100%;justify-content:space-between}.buttonWithIconContainer img{max-width:100%;height:auto}.landingPage-sectionDivider{position:relative;width:100%;height:10vh;min-height:60px;box-sizing:border-box;pointer-events:none}.landingPage-sectionDivider-lineTransform2{position:absolute;left:50%;top:0;transform-origin:center top;transform:translate(-50%) rotate(-6deg);width:220vw;height:100%;background:var(--Main-2-alt, #F472B6);z-index:10}.landingPage-sectionDivider-lineTransform{position:absolute;left:50%;top:0;transform-origin:center top;transform:translate(-50%) rotate(-3deg);width:210vw;height:100%;background:var(--Main-2, #FF6F3C);z-index:20}.landingPage-sectionDivider-line{position:absolute;left:50%;top:0;transform-origin:center top;transform:translate(-50%) rotate(0);width:200vw;height:100%;background:var(--Light, #FFFDFB);z-index:30}.landingPage-sectionDivider-line,.landingPage-sectionDivider-lineTransform,.landingPage-sectionDivider-lineTransform2{border-radius:0}@media (max-width: 1024px){.landingPage-sectionDivider{height:8vh;min-height:48px}.landingPage-sectionDivider-lineTransform2{width:200vw;transform:translate(-50%) rotate(-4.5deg)}.landingPage-sectionDivider-lineTransform{width:190vw;transform:translate(-50%) rotate(-2.5deg)}.landingPage-sectionDivider-line{width:170vw;transform:translate(-50%) rotate(0)}}@media (max-width: 480px){.landingPage-sectionDivider{height:7vh;min-height:44px}.landingPage-sectionDivider-lineTransform2{width:160vw;transform:translate(-50%) rotate(-2.5deg)}.landingPage-sectionDivider-lineTransform{width:150vw;transform:translate(-50%) rotate(-1.6deg)}.landingPage-sectionDivider-line{width:140vw;transform:translate(-50%) rotate(0)}}@media (prefers-reduced-motion: reduce){.landingPage-sectionDivider-line,.landingPage-sectionDivider-lineTransform,.landingPage-sectionDivider-lineTransform2{transition:none!important}}.landingPage-services{display:flex;justify-content:center;align-items:flex-start;width:100%;box-sizing:border-box;padding:2.25rem 0;background:transparent}.landingPage-services-content-text-header-container{width:100%;max-width:1200px;padding:0 .5rem;box-sizing:border-box;display:flex;flex-direction:column;gap:.9rem}.landingPage-services-content-text-header-title{color:var(--Main-3, #2563EB);font-family:Sora,system-ui,sans-serif;font-size:1.25rem;font-weight:600;margin:0}.landingPage-services-content-text-header{display:flex;flex-direction:row;gap:.75rem;align-items:flex-start;justify-content:space-between;width:100%;box-sizing:border-box}.services-header-action{display:block}.landingPage-services-cards-container{margin-top:1rem;display:flex;flex-direction:column;gap:1rem;width:100%;box-sizing:border-box}@media (min-width: 601px) and (max-width: 1024px){.landingPage-services-content-text-header{flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.services-header-action{display:block;width:auto}.landingPage-services-cards-container{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.25rem;align-items:start}}@media (min-width: 1025px){.landingPage-services{margin-top:3rem}.landingPage-services-content-text-header{flex-direction:row;align-items:center;justify-content:space-between;gap:1.25rem}.landingPage-services-content-text-header-title{font-size:2rem}.landingPage-services-cards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem;align-items:stretch}}.landingPage-services-cards-container img,.landingPage-services-cards-container svg{max-width:100%;height:auto;display:block}.landingPage-services .buttonWithIconContainer:focus,.landingPage-services .buttonWithIconContainer:active,.landingPage-services .buttonWithIconContainer:hover{transform:translateY(-2px)}@media (max-width: 480px){.landingPage-services{padding:1.5rem 0}.landingPage-services-content-text-header-title{font-size:1.1rem}}.landingTitleText{color:var(--Dark, #1E293B);font-family:Sora,system-ui,sans-serif;font-size:clamp(1.5rem,5vw,3rem);font-weight:700;line-height:1.2;margin:0;text-align:left}.landingTitleText span{color:var(--Main-3, #2563EB);font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}@media (min-width: 601px) and (max-width: 1024px){.landingTitleText{font-size:clamp(2rem,4vw,2.5rem);text-align:center}}@media (min-width: 1025px){.landingTitleText{font-size:3rem;line-height:1.3;text-align:left}}.landing-services-card{display:flex;flex-direction:column;gap:.85rem;padding:1rem;border-radius:12px;background-color:#fffdfb;box-sizing:border-box;width:100%;min-height:0;box-shadow:0 6px 18px #1018280a;transition:transform .22s ease,box-shadow .22s ease}.landing-services-card:hover,.landing-services-card:focus-within{transform:translateY(-6px);box-shadow:0 14px 36px #10182814}.landing-services-card-top{display:flex;align-items:center;gap:.9rem}.landing-services-card-icon{width:56px;height:56px;min-width:56px;border-radius:999px;display:flex;align-items:center;justify-content:center;background-color:var(--Accent, #F472B6);box-sizing:border-box;flex:0 0 auto}.landing-services-card-icon img{width:60%;height:60%;object-fit:contain;display:block}.landing-services-card-title{margin:0;color:var(--Main-3, #2563EB);font-family:Sora,system-ui,sans-serif;font-weight:700;font-size:clamp(1.05rem,2.6vw,1.35rem);line-height:1.15;flex:1 1 auto}.landing-services-card-desc{margin:0;color:var(--Dark, #1E293B);font-family:Sora,system-ui,sans-serif;font-size:clamp(.95rem,2.2vw,1rem);font-weight:400;line-height:1.5;opacity:.95}.landing-services-card-cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:auto;cursor:pointer;color:#2563eb;font-weight:700;-webkit-user-select:none;user-select:none;padding:.4rem .5rem;border-radius:8px;width:fit-content;transition:color .18s ease,transform .12s ease,background-color .18s ease}.landing-services-card-cta img{width:14px;height:14px;display:block}.landing-services-card-cta:hover,.landing-services-card-cta:focus{transform:translateY(-2px);color:#1746a2;outline:none}.landing-services-card-cta:focus{box-shadow:0 0 0 4px #2563eb14}@media (min-width: 601px) and (max-width: 1024px){.landing-services-card{padding:1.15rem;border-radius:14px}.landing-services-card-icon{width:64px;height:64px;min-width:64px}.landing-services-card-title{font-size:clamp(1.15rem,2.4vw,1.45rem)}}@media (min-width: 1025px){.landing-services-card{padding:1.25rem;border-radius:14px;min-height:220px;display:flex;flex-direction:column}.landing-services-card-icon{width:72px;height:72px;min-width:72px}.landing-services-card-title{font-size:1.4rem}.landing-services-card-desc{font-size:1rem}}@media (prefers-reduced-motion: reduce){.landing-services-card,.landing-services-card-cta{transition:none}}#aboutMeSection{width:125%;background-color:#2563eb;box-sizing:border-box;padding:2.25rem 0;color:var(--Light, #FFFDFB)}.landingPage-aboutMe-inner{width:92%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1rem;align-items:center;box-sizing:border-box;padding:0 .5rem}.landingPage-aboutMe-content-image-container{width:64%;max-width:320px;display:flex;justify-content:center;align-items:center;position:relative}.landingPage-aboutMe-content-image{width:100%;aspect-ratio:1/1;border-radius:999px;overflow:hidden;background-color:#10b981;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #1018281f}.landingPage-aboutMe-content-image img{width:100%;height:100%;object-fit:cover;display:block}.landingPage-aboutMe-content-image-stars-icon{position:absolute;right:-6%;top:-8%;width:18%;max-width:64px;pointer-events:none;opacity:.95}.landingPage-aboutMe-content-text-container{width:100%;display:flex;flex-direction:column;gap:.6rem;align-items:center;text-align:center;box-sizing:border-box}.landingPage-aboutMe-content-text-subtitle{color:var(--Main-1, #FFC857);font-family:Sora,system-ui,sans-serif;font-size:1rem;font-weight:600;margin:0}.landingPage-aboutMe-content-text-title{color:var(--Light, #FFFDFB);font-family:Sora,system-ui,sans-serif;font-size:clamp(1.4rem,4.5vw,2.4rem);font-weight:700;margin:0}.landingPage-aboutMe-content-text-title span{color:var(--Main-1, #FFC857)}.landingPage-aboutMe-content-text-container p{color:var(--Light, #FFFDFB);font-family:Sora,system-ui,sans-serif;font-size:clamp(.95rem,3.2vw,1rem);line-height:1.5;max-width:70ch;margin:0}.landingPage-aboutMe-content-graphic{width:48%;max-width:360px;margin-top:.5rem;opacity:.95}.landingPage-aboutMe-video-wrapper{width:100%;max-width:880px;margin-top:.75rem;box-sizing:border-box}.landingPage-aboutMe-video{width:100%;aspect-ratio:16 / 9;border-radius:.75rem;display:block;border:0;overflow:hidden}@media (min-width: 601px) and (max-width: 1024px){.landingPage-aboutMe-inner{display:grid;grid-template-columns:1fr 1.15fr;grid-template-rows:auto auto;grid-template-areas:"image text" "video video";gap:1.25rem 2rem;align-items:center}.landingPage-aboutMe-content-image-container{grid-area:image;justify-self:center;width:100%;max-width:420px}.landingPage-aboutMe-content-text-container{grid-area:text;align-items:flex-start;text-align:left;padding:0 .5rem}.landingPage-aboutMe-video-wrapper{grid-area:video;justify-self:center;margin-top:.5rem}.landingPage-aboutMe-content-graphic{width:36%}}@media (min-width: 1025px){.landingPage-aboutMe-inner{display:grid;grid-template-columns:1fr 1.3fr;grid-template-rows:auto auto;grid-template-areas:"image text" "video video";gap:2rem;align-items:start}.landingPage-aboutMe-content-image-container{grid-area:image;justify-self:center;width:100%;max-width:520px;padding-left:1rem}.landingPage-aboutMe-content-image img{transition:transform .36s ease}.landingPage-aboutMe-content-text-container{grid-area:text;align-items:flex-start;text-align:left;padding:0}.landingPage-aboutMe-content-text-title{font-size:2.4rem}.landingPage-aboutMe-content-graphic{width:100%;margin-top:.25rem}.landingPage-aboutMe-video-wrapper{grid-area:video;justify-self:center;margin-top:.5rem;width:73%}.landingPage-aboutMe-content-image-stars-icon{right:10%;top:5%;width:80px}}@media (prefers-reduced-motion: reduce){.landingPage-aboutMe-content-image img{transition:none!important}}.landingPage-projects{width:100%;box-sizing:border-box;padding:2rem 0;background:transparent}.landingPage-projects-inner{width:92%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1rem;box-sizing:border-box}.landingPage-projects-small-title{color:var(--Main-3, #2563EB);font-family:Sora,system-ui,sans-serif;font-size:1.05rem;font-weight:600;margin:0}.landingPage-projects-header{display:flex;flex-direction:column;gap:.7rem;align-items:flex-start}.projects-header-action{display:block}.landingPage-projects-cards-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:.75rem;box-sizing:border-box}@media (min-width: 601px) and (max-width: 1024px){.landingPage-projects-header{flex-direction:row;align-items:center;justify-content:space-between}.landingPage-projects-cards-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width: 1025px){.landingPage-projects-header{flex-direction:row;align-items:center;justify-content:space-between}.landingPage-projects-cards-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width: 420px){.landingPage-projects-inner{width:96%}}.landingPage-project-card{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#fffdfb;border-radius:12px;box-sizing:border-box;transition:transform .22s ease,box-shadow .22s ease;min-height:0}.landingPage-project-card:hover,.landingPage-project-card:focus-within{transform:translateY(-6px);box-shadow:0 14px 36px #10182814}.landingPage-project-card-image{width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:8px;background:#e6e6e6;display:flex;align-items:center;justify-content:center}.landingPage-project-card-image img{width:100%;height:100%;object-fit:cover;display:block}.landingPage-project-card-titles{display:flex;flex-direction:column;gap:.25rem}.landingPage-project-card-title{margin:0;font-family:Sora,system-ui,sans-serif;color:var(--Main-3, #2563EB);font-weight:700;font-size:clamp(1.05rem,3vw,1.25rem)}.landingPage-project-card-subtitle{margin:0;font-family:Sora,system-ui,sans-serif;color:#475569;font-size:.95rem;font-weight:500}.landingPage-project-card-description{margin:0;color:var(--Dark, #1E293B);font-family:Sora,system-ui,sans-serif;font-size:clamp(.95rem,2.4vw,1rem);line-height:1.45;opacity:.95}.landingPage-project-card-cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:auto;text-decoration:none;color:#2563eb;font-weight:700;padding:.35rem .5rem;border-radius:8px;width:fit-content;transition:transform .15s ease,color .15s ease}.landingPage-project-card-cta img{width:14px;height:14px}.landingPage-project-card-cta:hover,.landingPage-project-card-cta:focus{transform:translateY(-2px);color:#1746a2;outline:none}@media (min-width: 601px){.landingPage-project-card{padding:1.1rem}.landingPage-project-card-image{border-radius:10px}}@media (min-width: 1025px){.landingPage-project-card{padding:1.25rem}.landingPage-project-card-image{aspect-ratio:16/9}}@media (prefers-reduced-motion: reduce){.landingPage-project-card,.landingPage-project-card-cta{transition:none}}#contactSection{width:125%;box-sizing:border-box;background-color:#2563eb;padding:2.25rem 0;color:var(--Light, #FFFDFB)}.landingPage-contact-inner{width:85%;max-width:1200px;margin:0 auto;box-sizing:border-box;display:flex;flex-direction:column;gap:1.25rem;align-items:center;padding:0 .5rem}.landingPage-contact-content-text-column{width:100%;display:flex;flex-direction:column;gap:.75rem;align-items:center;text-align:center;box-sizing:border-box}.landingPage-contact-content-image-column{width:100%;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.landingPage-contact-content-title{color:var(--Light, #FFFDFB);font-family:Sora,system-ui,sans-serif;font-size:clamp(1.6rem,4.8vw,2.4rem);font-weight:700;margin:0}.landingPage-contact-content-subtitle{color:var(--Main-1, #FFC857);font-family:Sora,system-ui,sans-serif;font-size:1.05rem;font-weight:600;margin:0}.landingPage-contact-content-description{color:var(--Light, #FFFDFB);font-family:Sora,system-ui,sans-serif;font-size:clamp(.95rem,3vw,1rem);line-height:1.5;max-width:72ch;margin:0}.landingPage-contact-content-description span{font-weight:700}.landingPage-contact-form{width:100%;display:flex;flex-direction:column;gap:.9rem;box-sizing:border-box}.form-row{display:flex;gap:1rem;width:100%;flex-direction:column}.form-row .form-col{flex:1 1 100%}.landingPage-contact-actions{display:flex;gap:.75rem;align-items:center;margin-top:.25rem;flex-wrap:wrap}.text-status{font-family:Sora,system-ui,sans-serif;font-size:.95rem;font-weight:600}.text-status.ok{color:#10b981}.text-status.err{color:#ef4444}.landingPage-contact-content-image{width:72%;max-width:420px;border-radius:8px;overflow:hidden;display:flex;justify-content:center;align-items:center;background:#10b981;box-shadow:0 10px 30px #10182814}.landingPage-contact-content-image img{width:100%;height:auto;display:block;object-fit:cover}@media (min-width: 601px) and (max-width: 1024px){.landingPage-contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.landingPage-contact-content-text-column{grid-column:1 / 2;align-items:flex-start;text-align:left}.landingPage-contact-content-image-column{grid-column:2 / 3;justify-self:center}.form-row{flex-direction:row}}@media (min-width: 1025px){.landingPage-contact-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center}.landingPage-contact-content-text-column{grid-column:1 / 2;align-items:flex-start;text-align:left}.landingPage-contact-content-image-column{grid-column:2 / 3;justify-self:end}.form-row{flex-direction:row}.landingPage-contact-content-image{width:80%;max-width:520px;border-radius:8px}}@media (max-width: 420px){.landingPage-contact-content-image{width:88%;max-width:320px}.landingPage-contact-content-title{font-size:1.5rem}}@media (prefers-reduced-motion: reduce){.landingPage-contact-content-image,.landingPage-contact-inner{transition:none!important}}:root{--mi-bg: #ffffff;--mi-text: #111827;--mi-label: #111827;--mi-placeholder: #9ca3af}.mainInput{display:flex;flex-direction:column;gap:.5rem;width:100%;min-width:0;box-sizing:border-box;margin-bottom:2%}.mainInput-label{font-size:.9rem;color:var(--mi-label);margin-left:2px;color:var(--Light, #FFFDFB);font-family:Sora;font-style:normal;font-weight:400;line-height:normal}.mainInput-field{width:100%;min-width:0;box-sizing:border-box;background:var(--mi-bg);color:var(--mi-text);border:none;outline:none;padding:.75rem;border-radius:1rem;font-family:Sora;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;transition:background-color .25s ease,color .25s ease,box-shadow .25s ease}.mainInput-field::placeholder{color:var(--mi-placeholder);opacity:1}.mainInput-textarea{line-height:1.4;overflow:hidden;resize:vertical;min-height:48px;max-height:60vh}.mainInput-field[type=select],.mainInput-field:where(select){-webkit-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--mi-text) 50%),linear-gradient(135deg,var(--mi-text) 50%,transparent 50%);background-position:calc(100% - 18px) calc(1em + 2px),calc(100% - 13px) calc(1em + 2px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:2.5rem}.mainInput-field:focus{box-shadow:0 4px 18px #10182814}.form-row{display:flex;gap:1rem}.form-row>.mainInput{flex:1 1 0;min-width:0}.form-row>.mainInput.full{flex-basis:100%}.mainInput-field.select{color:var(--mi-placeholder)}.mainInput-field.select.has-value{color:var(--mi-text)}.mainInput-field.select,.mainInput-field.select.has-value{background-image:linear-gradient(45deg,transparent 50%,var(--mi-text) 50%),linear-gradient(135deg,var(--mi-text) 50%,transparent 50%)}:root{--footer-bg: #F472B6;--footer-foreground: #FFFDFB;--inner-width: 92%;--max-inner: 1200px;--gap-sm: .6rem;--gap-md: 1.25rem;--social-size: 20px}.main-footer-container{width:110%;box-sizing:border-box;background-color:var(--footer-bg);color:var(--footer-foreground);padding:2rem 0;display:flex;flex-direction:column;gap:var(--gap-md);align-items:center}.main-footer-head-title{max-width:var(--max-inner);width:var(--inner-width);margin:0 auto;text-align:center;font-family:Sora,system-ui,sans-serif;font-size:clamp(.95rem,2.4vw,1rem);font-weight:400;line-height:1.3;color:var(--footer-foreground);padding:0 .25rem}.main-footer-container hr{width:var(--inner-width);max-width:var(--max-inner);height:1px;border:0;background-color:#ffffff14;margin:0 auto}.main-footer-content-container{width:var(--inner-width);max-width:var(--max-inner);margin:0 auto;box-sizing:border-box;display:grid;grid-template-columns:1fr;gap:var(--gap-md);align-items:start;justify-items:stretch;padding:.25rem}.main-footer-logo{width:160px;max-width:30%;height:auto;display:block;object-fit:contain;margin-bottom:.25rem}.main-footer-content-container-info-container{display:flex;flex-direction:column;gap:.35rem}.main-footer-info-socials-container{display:flex;gap:.5rem;align-items:center}.main-footer-info-socials-container img{width:var(--social-size);height:var(--social-size);object-fit:contain;display:block;cursor:pointer;transition:transform .16s ease,opacity .16s ease}.main-footer-info-socials-container a:focus img,.main-footer-info-socials-container a:hover img{transform:translateY(-3px);opacity:.95;outline:none;box-shadow:0 6px 18px #0000001f;border-radius:8px}.main-footer-content-container-info-container h5{margin:0;font-family:Sora,system-ui,sans-serif;font-size:clamp(.95rem,2.2vw,1rem);font-weight:600;color:var(--footer-foreground)}.main-footer-content-container-info-container h6{margin:0;font-family:Sora,system-ui,sans-serif;font-size:clamp(.78rem,1.8vw,.85rem);font-weight:500;color:var(--footer-foreground)}.main-footer-content-container-info-container p{margin:0;font-family:Sora,system-ui,sans-serif;font-size:clamp(.78rem,1.8vw,.9rem);font-weight:400;color:var(--footer-foreground);opacity:.98}.main-footer-final-content-container{width:var(--inner-width);max-width:var(--max-inner);margin:0 auto;box-sizing:border-box;padding:.5rem 0;display:flex;justify-content:center;align-items:center}.main-footer-final-content-container p{margin:0;font-family:Sora,system-ui,sans-serif;font-size:clamp(.72rem,1.6vw,.85rem);color:var(--footer-foreground);opacity:.9}@media (min-width: 601px) and (max-width: 1024px){.main-footer-content-container{grid-template-columns:1fr 1fr;gap:var(--gap-md)}.main-footer-logo{width:140px}.main-footer-info-socials-container img{width:22px;height:22px}}@media (min-width: 1025px){.main-footer-content-container{grid-template-columns:220px repeat(4,1fr);align-items:start;gap:2rem}.main-footer-logo{width:180px;justify-self:start;align-self:start}.main-footer-content-container-info-container{width:100%;gap:.5rem}.main-footer-info-socials-container img{width:24px;height:24px}}@media (max-width: 420px){.main-footer-logo{width:130px}:root{--social-size: 18px}}@media (prefers-reduced-motion: reduce){.main-footer-info-socials-container img,.main-footer-container *{transition:none!important}}
