*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}img,picture,svg,video{max-width:100%;display:block}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}:root{--font-body:"Inter", sans-serif;--font-heading:"Oswald", sans-serif;--color-bg:#f8f6f1;--color-bg-translucent:#f7f4efeb;--color-text:#203354;--color-text-light:#4f5f75;--color-text-nav:#3d4f68;--color-border:#b9b3a9;--color-primary:#1d4b91;--color-accent-dark:#f75e18;--shadow-accent:0 10px 24px #ef6b2d40;--shadow-md:0 10px 24px #0000001f;--transition:.3s ease;--duration-fast:.25s;--duration-normal:.4s;--ease-standard:ease;--ease-out:ease-out;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:4rem;--space-2xl:6rem;--space-3xl:8rem;--container-width:1280px;--content-sm:420px;--content-md:520px;--content-lg:650px;--header-height:132px;--radius-pill:999px;--z-header:100;--bp-mobile:480px;--bp-tablet:900px;--bp-desktop:1200px}@font-face{font-family:Inter;src:url(/_astro/Inter-Light.VU3OTwTh.woff2)format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/_astro/Inter-Regular.COepfT3k.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/_astro/Inter-Medium.D1Apg7Bn.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/_astro/Inter-SemiBold.yTw99xbc.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Oswald;src:url(/_astro/Oswald-Regular.CaTQMmZN.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Oswald;src:url(/_astro/Oswald-Medium.ClbewzdG.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:Oswald;src:url(/_astro/Oswald-Bold.D1UwZzRS.woff2)format("woff2");font-weight:700;font-display:swap}body{font-family:var(--font-body);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-primary);font-weight:500;line-height:1.1}h1{font-size:clamp(3rem, 6vw, var(--space-2xl))}h2{font-size:clamp(2.4rem, 5vw, var(--space-xl))}h3{font-size:clamp(1.6rem,3vw,2.2rem)}h4{font-size:var(--space-md)}p{max-width:65ch;color:var(--color-text-light)}a{transition:color var(--duration-fast) var(--ease-standard)}::selection{background:var(--color-primary);color:#fff}body{background:var(--color-bg);flex-direction:column;height:100vh;display:flex}main{flex:1;display:flex;overflow:hidden}.container{width:min(var(--container-width), 92%);margin-inline:auto}.section{padding:var(--space-3xl) 0}.router{min-height:calc(100vh - var(--header-height));flex:1;position:relative}.view{top:0;left:0;opacity:0;visibility:hidden;filter:blur(4px);pointer-events:none;width:100%;transition:opacity .5s var(--ease-standard), transform .5s var(--ease-standard), filter .5s var(--ease-standard);flex-direction:column;display:none;position:absolute;inset:0;overflow:auto;transform:translateY(40px)}.view.is-active{width:100%;min-height:100%;animation:fade var(--duration-normal);visibility:visible;opacity:1;filter:none;pointer-events:auto;flex-direction:column;flex:1;display:flex;position:relative;transform:none}@keyframes fade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.btn{align-items:center;gap:var(--space-xs);padding-bottom:var(--space-xs);transition:var(--transition);border-bottom:2px solid #0000;display:inline-flex}.btn:hover{gap:var(--space-sm);border-color:currentColor}.not-found{text-align:center;justify-content:center;align-items:center;min-height:100vh;display:flex}.not-found h1{font-size:clamp(5rem,10vw,8rem)}.not-found h2{margin-bottom:var(--space-md)}.not-found p{margin-bottom:var(--space-xl)}.not-found .btn{align-self:center}.page__content{flex:1;display:flex}.header{z-index:var(--z-header);background:var(--color-bg-translucent);backdrop-filter:blur(12px);justify-content:space-between;align-items:center;padding:.75rem 0;display:flex;position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;gap:var(--space-lg);padding:var(--space-sm) 0;display:flex}.header__logo a{display:block}.header__logo img{width:clamp(54px,6vw,76px);height:auto;display:block}.header__nav{align-items:center;gap:2.5rem;display:flex}.header__nav a{color:var(--color-text-nav);font-size:.95rem;transition:color .25s;position:relative}.header__nav a:hover{color:var(--color-primary)}.header__nav a:after{content:"";background:var(--color-accent-dark);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-6px;left:0}.header__nav a:hover:after{width:100%}.header__cta{color:#fff;padding:var(--space-sm) 1.6rem;border-radius:var(--radius-pill);text-align:center;transition:var(--transition);white-space:nowrap;background:#d95a20;justify-content:center;align-items:center;font-size:.9rem;display:inline-flex}.header__cta:hover{box-shadow:var(--shadow-accent);transform:translateY(-2px)}.header__toggle{cursor:pointer;background:0 0;border:none;width:48px;height:48px;padding:0;display:none}.header__toggle span{background:var(--color-primary);width:26px;height:3px;transition:var(--transition);margin:5px auto;display:block}@media (width<=900px){.header__inner{flex-direction:column;gap:1.5rem}.header__toggle{display:block}.header__nav{opacity:0;pointer-events:none;background:#f8f6f1;flex-direction:column;align-items:center;gap:2rem;padding:2rem;transition:all .3s;display:flex;position:absolute;top:100%;left:0;right:0;transform:translateY(-20px);box-shadow:0 15px 30px #00000014}.header__nav.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.header__cta{justify-content:center;max-width:320px}}.footer{border-top:1px solid var(--color-border);background:var(--color-bg)}.footer__wrapper{justify-content:space-between;align-items:center;gap:var(--space-lg);padding:var(--space-md) 0;display:flex}.footer__links{gap:var(--space-xl);display:flex}.footer__links a{color:var(--color-text-light);transition:color var(--transition)}.footer__links a:hover{color:var(--color-primary)}@media (width<=900px){.footer__wrapper{text-align:center;flex-direction:column}.footer__links{flex-direction:column;gap:1rem}}.hero{flex:1;align-items:center;padding:0;display:flex}.hero__wrapper{grid-template-columns:1fr 1fr;align-items:start;display:grid}.hero__content{flex-direction:column;display:flex}.hero__image{justify-content:center;align-items:center;display:flex}.hero__image img{width:100%;height:auto;max-width:var(--content-md);display:block}.hero__subtitle{color:#d95a20;text-transform:uppercase;letter-spacing:.15em;margin-bottom:var(--space-lg);font-size:.9rem}.hero__title{font-size:clamp(3rem, 6vw, var(--space-2xl));max-width:var(--content-lg);font-weight:500;line-height:.95}.hero__title span{color:var(--color-accent-dark)}.hero__text{margin-top:var(--space-lg);max-width:var(--content-sm);color:var(--color-text-light);line-height:1.8}.hero__text--mobile{display:none}.hero .btn{align-self:flex-start;margin-top:3rem}@media (width<=900px){.hero__wrapper{grid-template-columns:1fr;gap:2rem}.hero{padding:4rem 0}.hero__content{text-align:center}.hero__text{margin-inline:auto}.hero__image{order:-1}}@media (width<=480px){.hero__text--desktop{display:none}.hero__text--mobile{display:block}}.services{flex:1;align-items:center;display:flex}.services__top{padding:var(--space-sm) 0;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-light);border-top:2px solid var(--color-border);justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.services__dot{color:var(--color-accent-dark);font-size:var(--space-sm);margin-right:var(--space-xs)}.services__status{align-items:center;display:flex}.services__location{color:var(--color-accent-dark)}.services__divider{background:var(--color-border);height:2px;margin:0 0 var(--space-xl)}.services__intro{grid-template-columns:1.2fr 1fr 1fr;align-items:start;gap:3rem;margin-bottom:5rem;display:grid}.services__intro h2{font-family:var(--font-heading);font-size:clamp(2.5rem, 4vw, var(--space-xl));color:var(--color-primary);font-weight:400}.services__intro p{color:var(--color-text-light);line-height:1.8}.services__link{border-bottom:2px solid;place-self:start end;padding-bottom:.4rem}.services__grid{grid-template-columns:repeat(4,1fr);gap:3rem;display:grid}.service{flex-direction:column;display:flex}.service__number{color:var(--color-accent-dark);margin-bottom:var(--space-lg);font-size:1.3rem}.service h3{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:var(--space-md);font-size:2.3rem;font-weight:400;line-height:.95}.service p{color:var(--color-text-light);margin-bottom:var(--space-lg);line-height:1.8}.service__arrow{color:var(--color-accent-dark);font-size:var(--space-md);margin-top:auto}@media (width<=900px){.services__intro{grid-template-columns:1fr;gap:2rem}.services__link{justify-self:start}.services__grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (width<=480px){.services__top{flex-direction:column;align-items:flex-start;gap:5rem}.services__grid{grid-template-columns:1fr}.service h3{font-size:2rem}}.approach{flex:1;align-items:center;padding:0;display:flex}.approach__wrapper{gap:var(--space-sm);grid-template-columns:1.1fr .9fr;display:grid}.approach__heading{text-align:center;max-width:760px;margin-inline:auto}.approach__subtitle{color:var(--color-accent-dark);margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:.08em;font-weight:600;display:inline-block}.approach__heading h2{margin-bottom:var(--space-md)}.approach__heading p{color:var(--color-text-light)}.approach__timeline{gap:var(--space-sm);display:grid;position:relative}.approach__timeline:before{content:"";background:var(--color-border);width:2px;position:absolute;top:24px;bottom:24px;left:24px}.approach__step{gap:var(--space-lg);grid-template-columns:48px 1fr;align-items:start;display:grid}.approach__marker{background:var(--color-bg);border:2px solid var(--color-primary);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.approach__marker svg{width:22px;height:22px;stroke:var(--color-primary)}.approach__number{color:var(--color-accent-dark);letter-spacing:.08em;margin-bottom:.4rem;font-weight:600;display:inline-block}.approach__content h3{margin-bottom:.5rem}.approach__content p{color:var(--color-text-light);max-width:650px}.approach__image{justify-content:center;align-items:center;display:flex}.approach__image img{width:62%;height:auto;box-shadow:var(--shadow-md);display:block}@media (width<=900px){.approach__wrapper{gap:var(--space-xl);grid-template-columns:1fr}.approach__step{gap:var(--space-md)}.approach__image{order:-1}.approach__image img{max-width:320px}}.why{flex:1;align-items:center;padding:0;display:flex}.why__wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.why__image img{object-fit:contain;width:97%;height:auto;box-shadow:var(--shadow-md);display:block}.why__content h2{margin-bottom:var(--space-md)}.why__intro{max-width:var(--content-md);margin-bottom:var(--space-lg);color:var(--color-text-light)}.why__list{flex-direction:column;display:flex}.why__item{gap:var(--space-sm);grid-template-columns:48px 1fr;align-items:flex-start;display:grid}.why__icon{width:42px;height:42px;color:var(--color-accent-dark);justify-content:center;align-items:center;display:flex}.why__icon svg{width:28px;height:28px}.why__item h3{margin-bottom:var(--space-xs);margin-top:var(--space-xs);font-size:1.15rem}.why__item p{color:var(--color-text-light);line-height:1.7}.why .btn{margin-top:var(--space-lg);align-self:flex-start}@media (width<=900px){.why__wrapper{grid-template-columns:1fr;gap:3rem}.why__image{order:-1}.why__content{text-align:center}.why__intro{margin-inline:auto}.why__item{text-align:left}}.contact{flex:1;align-items:center;display:flex}.contact__wrapper{grid-template-columns:.9fr 1.1fr;align-items:stretch;display:grid}.contact__content{padding:var(--space-xl);flex-direction:column;justify-content:center;display:flex}.contact__content h2{margin-bottom:var(--space-md)}.contact__content p{max-width:320px;color:var(--color-text-light);line-height:1.8}.contact__infos{margin-top:var(--space-lg);margin-bottom:var(--space-lg);flex-direction:column;gap:.75rem;display:flex}.contact__infos a{transition:color var(--transition);font-size:1.1rem}.contact__infos a:hover{color:var(--color-accent-dark)}.contact__linkedin{align-items:center;gap:var(--space-sm);margin-top:var(--space-md);display:inline-flex}.contact__linkedin svg{flex-shrink:0}.contact .btn{align-self:center}.contact__image img{object-fit:cover;width:100%;height:100%}@media (width<=900px){.contact__wrapper{grid-template-columns:1fr}.contact__image{order:-1}.contact__content{text-align:center;align-items:center;padding:2rem}.contact__content p{max-width:500px}}.legal{width:100%}.legal h2{margin-bottom:3rem}.legal section{margin-bottom:var(--space-md)}.legal h3{margin-bottom:var(--space-sm)}.legal p{max-width:120ch}
