@charset "UTF-8";.about{background-color:#f7f9f9;padding:3.5rem 0 4rem;margin-top:0}.about .about__title{font-family:Inter,sans-serif;text-align:center;margin-bottom:2.8rem;font-size:clamp(2rem,2.8vw,2.6rem);line-height:1.2}.about .about__wrapper{display:flex;align-items:center;justify-content:space-between;gap:3rem;max-width:1200px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}.about .about__text{flex:1}.about .about__text p{margin-bottom:2rem;max-width:46rem;line-height:1.7;font-size:clamp(1rem,1.05vw,1.15rem)}.about .about__photo{flex-shrink:0;text-align:center}.about .about__photo img{width:clamp(300px,22vw,360px);height:clamp(300px,22vw,360px);object-fit:cover;border-radius:50%;box-shadow:0 8px 24px #00000047;border:5px solid rgb(108.521978022,149.978021978,120.9587912088)}@media(max-width:1023px){.about{padding:2rem 0 2.5rem}.about .about__title{margin-bottom:1.6rem;font-size:clamp(1.6rem,6vw,2rem);line-height:1.25}.about .about__wrapper{flex-direction:column;gap:1.4rem;max-width:720px;padding:0 1.2rem}.about .about__text{order:1;width:100%;max-width:38rem;margin:0 auto;text-align:left}.about .about__text p{font-size:clamp(1rem,4.2vw,1.1rem);line-height:1.7;padding:0 .4rem;margin-bottom:1.4rem}.about .about__photo{order:2;margin-top:1.6rem}.about .about__photo img{width:clamp(180px,38vw,250px);height:clamp(180px,38vw,250px);border-width:4px;box-shadow:0 6px 18px #00000038}}.main-header{position:fixed;top:0;width:100%;z-index:1000;background-color:#d7bfa5;height:var(--header-h)}.main-header__inner{max-width:1440px;margin:0 auto;height:100%;padding:0 clamp(.75rem,2vw,4rem);display:flex;align-items:center;justify-content:space-between}.main-header__logo{width:64px;height:64px;border-radius:50%;background-color:#fff;box-shadow:0 0 5px #0000004d;object-fit:cover;display:block}@media(max-width:1023px){.main-header__logo{width:48px;height:48px}}.main-header__nav{display:flex;gap:2rem}@media(max-width:1023px){.main-header__nav{display:none}}.main-header__nav .nav-link{font-family:Inter,sans-serif;position:relative;background:none;border:none;font-weight:500;font-size:1.1rem;color:#2b2b2b;cursor:pointer;padding:.5rem 1.3rem;border-radius:12px;overflow:hidden;transition:color .3s ease,background-color .3s ease;z-index:0}.main-header__nav .nav-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#4c6a55;transition:left .4s ease,background-color .3s ease;z-index:-1}.main-header__nav .nav-link:after{content:"";position:absolute;top:0;left:0;width:8px;height:100%;border-radius:5px;background-color:#fff;opacity:0;transition:opacity .3s ease}.main-header__nav .nav-link:hover{color:#fff;font-weight:700;background-color:#4c6a55d9}.main-header__nav .nav-link:hover:before{left:0;background-color:#4c6a55d9}.main-header__nav .nav-link:hover:after{opacity:.6}.main-header__nav .nav-link.active{color:#fff;font-weight:700;background-color:#3f5847}.main-header__nav .nav-link.active:before{left:0;background-color:#3f5847}.main-header__nav .nav-link.active:after{opacity:.9}.main-header__lang{display:flex;gap:.75rem}@media(max-width:1023px){.main-header__lang{display:none}}.main-header__lang button{background:none;border:none;cursor:pointer;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.main-header__lang button.active{border:2px solid #ffffff;box-shadow:0 0 5px #000000e6}.main-header__lang button img{width:100%;height:100%;border-radius:50%;object-fit:cover}.main-header .fa-btn{display:none}@media(max-width:1023px){.main-header .fa-btn{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#4c6a55;color:#fff;border:none;box-shadow:0 0 5px #0000004d;line-height:0;box-sizing:border-box;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.main-header .fa-btn:hover{box-shadow:0 6px 14px #00000026}.main-header .fa-btn:active{transform:scale(.96)}.main-header .fa-btn i{font-size:1rem}}.mobile-dropdown{position:fixed;left:0;right:0;top:var(--header-h);background:#d7bfa5;border-top:1px solid rgba(0,0,0,.08);box-shadow:0 8px 24px #0000001f;transform:translateY(-10px);opacity:0;pointer-events:none;transition:transform .25s ease,opacity .25s ease;z-index:999;display:flex;flex-direction:column;align-items:center;padding:.6rem 0 .8rem}@media(min-width:1024px){.mobile-dropdown{display:none}}.mobile-dropdown.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.mobile-dropdown .mobile-item{font-family:Inter,sans-serif;font-weight:500;font-size:1.1rem;width:min(200px,90%);text-align:center;background:#fff;color:#4c6a55;border:1px solid rgba(0,0,0,.08);border-radius:999px;padding:.7rem 1.2rem;margin:.25rem 0;cursor:pointer;box-shadow:0 6px 14px #00000014;transition:background-color .25s ease,color .25s ease,transform .15s ease,box-shadow .15s ease;list-style:none}.mobile-dropdown .mobile-item:hover{background:#4c6a5514;transform:translateY(-1px);box-shadow:0 8px 18px #0000001a}.mobile-dropdown .mobile-item.active{background:#4c6a55;color:#fff;box-shadow:0 10px 22px #00000026}.mobile-dropdown .mobile-item:focus-visible{outline:2px solid #4c6a55;outline-offset:2px}.mobile-dropdown__lang{display:flex;justify-content:center;align-items:center;gap:.75rem;padding:.8rem 0 .3rem;background:#d7bfa5}.mobile-dropdown__lang button{background:none;border:none;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-dropdown__lang button.active{outline:2px solid #ffffff;box-shadow:0 0 0 2px #0003}.mobile-dropdown__lang button img{width:100%;height:100%;border-radius:50%;object-fit:cover}.main-footer{padding:8rem 2rem 2.5rem;font-family:Inter,sans-serif;font-size:1.1rem;background:transparent;color:#2b2b2b}.main-footer__inner{max-width:1440px;margin:0 auto;position:relative;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.6rem 3rem;border-radius:999px;background:#d7bfa5;box-shadow:0 14px 28px #0000001f,inset 0 0 0 1px #0000000f}.main-footer__links{display:flex;align-items:center;gap:1rem}.main-footer__links a{color:#2b2b2b;text-decoration:none;transition:color .3s ease}.main-footer__links a:hover{color:#4c6a55}.main-footer__copyright{position:absolute;left:50%;transform:translate(-50%);text-align:center}.main-footer__copyright p{margin:0;font-size:1.1rem;color:#2b2b2b}.main-footer__contact{display:flex;align-items:center;gap:1rem}.main-footer__contact .contact-btn{padding:.5rem 1.3rem;border:2px solid #2b2b2b;border-radius:999px;color:#2b2b2b;font-weight:500;text-decoration:none;transition:.3s ease}.main-footer__contact .contact-btn:hover{background-color:#4c6a55;border-color:#4c6a55;color:#fff}.main-footer__contact .linkedin-icon{font-size:1.3rem;color:#2b2b2b;transition:.3s ease}.main-footer__contact .linkedin-icon:hover{color:#4c6a55}@media(max-width:1023px){.main-footer{padding:2rem 1.4rem}.main-footer__inner{flex-direction:column;text-align:center;padding:1.4rem 1.6rem;gap:.8rem;border-radius:28px}.main-footer__links{flex-wrap:wrap;justify-content:center}.main-footer__copyright{position:static;transform:none}.main-footer__copyright p{margin-top:.3rem}.main-footer__contact{justify-content:center}}@media(max-width:599px){.main-footer{padding:2rem 1rem}.main-footer__inner{padding:1.2rem 1.3rem;border-radius:22px}.main-footer__links a,.main-footer__copyright p,.main-footer__contact .contact-btn{font-size:.85rem}.main-footer__contact .contact-btn{padding-inline:1.1rem}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;font-family:Inter,sans-serif;color:#2b2b2b;background-color:#fff;overflow-x:hidden;overflow-anchor:none}#root{min-height:100vh;display:flex;flex-direction:column}:root{--header-h: 90px}@media(max-width:1023px){:root{--header-h: 63px}}.site-wrapper{max-width:1440px;margin:0 auto}.full-bleed{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.full-bleed img,.full-bleed video,.full-bleed picture{display:block;width:100%;height:auto}.main-content{width:100%;flex:1;min-height:0;padding-top:var(--header-h);overflow:visible}section[id]{scroll-margin-top:var(--header-h)}.full-bg{background-color:#f7f9f9;width:100%}.full2-bg{background-color:#d7bfa5;width:100%}@keyframes zoomFadeIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.home__hero{position:relative;min-height:520px;height:60vh;display:grid;place-items:center;overflow:hidden;margin-bottom:0;padding-bottom:3rem}.home__hero-bg{position:absolute;inset:0;width:100%;height:100%;max-width:none;max-height:none;min-width:100%;min-height:100%;display:block;object-fit:cover;object-position:center;z-index:0;pointer-events:none}.home__content{position:relative;z-index:1;margin:0 auto;width:min(1100px,100% - 4rem);box-sizing:border-box;background:#ffffff4d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:2.5rem 7.5rem;border-radius:2.2rem;text-align:center;color:#4c6a55;box-shadow:0 8px 25px #00000040;border:1px solid rgba(255,255,255,.45)}.home__separator{width:120px;height:3px;margin:1.5rem auto;background:#4c6a5599;border-radius:3px}.home__title{text-transform:uppercase;letter-spacing:3px;margin:1.9rem 0}.home__title br{margin-bottom:.6rem}.home__subtitle{font-size:1.4rem;margin-bottom:2.5rem;color:#2b2b2bb3}.home__cta{display:inline-block;padding:1rem 2rem;border-radius:9px;background-color:#4c6a55;color:#fff;font-weight:600;transition:background-color .3s ease}.home__cta:hover{background:#374c3d;color:#fff}.home__layout{display:flex;gap:5rem;margin-top:2rem}.home__layout .home__left,.home__layout .home__right{flex:1 1 48%}.home__layout .home__left{display:flex;flex-direction:column}.home__layout .home__left .home__heading{text-align:center;font-size:2.7rem;font-family:Inter,sans-serif}.home__layout .home__left .home__text{text-align:left;font-size:1.4rem;font-family:Inter,sans-serif}.home__layout .home__left .home__subheading{text-align:center;font-size:2.7rem;font-family:Inter,sans-serif}.home__layout .home__right{display:flex;flex-direction:column;max-width:40%}.home__layout .home__right .home__subheading{text-align:center;margin-bottom:2rem;position:relative;z-index:2}.home__extra{max-width:100%;margin:0 auto 2rem;padding:1rem}.home__extra .home__heading{margin-bottom:.5rem}.home__extra .home__heading br{margin-bottom:.3em}.home__extra .home__heading:after{content:"";display:block;width:160px;height:4px;background:#7ba187;margin:2rem auto;border-radius:2px}.home__extra .home__text{line-height:1.7}.home__extra .home__subheading{font-size:2.7rem;font-family:Inter,sans-serif}.home__extra .home__subheading_left{font-size:2.7rem;font-family:Inter,sans-serif;margin:8rem 0 2rem;text-align:center}.home__background-wrapper{position:relative;border-radius:1.2rem;overflow:hidden}.home__background-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:right center;z-index:0;filter:brightness(1.05)}.home__cards{position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;z-index:1;padding:2rem}.home__card{display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;font-size:1.2rem;line-height:1.6;background:#f8f5ece6;border-radius:1.2rem;box-shadow:0 8px 25px #00000040;transition:transform .3s ease;font-family:Inter,sans-serif;font-weight:400;min-height:200px;max-width:90%;margin:0 auto}.home__card:hover{transform:translateY(-4px)}@media(max-width:1023px){.home__hero{height:auto;min-height:460px;margin-bottom:0;padding:2rem 0 3rem}.home__content{width:calc(100% - 2rem);padding:1.2rem 1.4rem;border-radius:1.2rem;box-shadow:0 6px 20px #0000002e}.home__title{font-size:clamp(1.3rem,6vw,1.8rem);letter-spacing:2px;margin:1.2rem 0;line-height:1.2}.home__subtitle{font-size:clamp(1rem,4.5vw,1.2rem);margin-bottom:1.5rem}.home__cta{font-size:.95rem;padding:.9rem 1.4rem;border-radius:8px}.home__layout{flex-direction:column;gap:1.5rem;margin-top:1.4rem}.home__layout .home__right{max-width:none}.home__layout .home__right .home__subheading{text-align:center;font-size:clamp(1.6rem,5vw,1.6rem);line-height:1.25;margin-top:2rem}.home__layout .home__left .home__heading{font-size:clamp(1.6rem,5vw,1.6rem);line-height:1.2;text-align:center}.home__layout .home__left .home__text{font-size:clamp(1.05rem,4vw,1.1rem);line-height:1.6;text-align:left;padding:0 .8rem;max-width:36rem;margin:0 auto}.home__background-wrapper{border-radius:1rem;overflow:hidden}.home__cards{grid-template-columns:1fr;gap:.9rem;padding:.9rem}.home__card{max-width:100%;margin:0;padding:1rem 1.1rem;min-height:auto;font-size:clamp(.95rem,3.8vw,1rem);line-height:1.5;border-radius:12px;box-shadow:0 4px 14px #0000001f;text-align:center}.home__extra{padding:0 1rem}.home__extra .home__subheading_left{text-align:center;font-size:clamp(1.6rem,5vw,1.6rem);margin:2rem 0 1.5rem;line-height:1.25}}@media(min-width:600px)and (max-width:1023px){.home__background-wrapper{padding:0 1.75rem;border-radius:1rem;overflow:hidden}.home__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem;padding:2.4rem;max-width:800px;margin:0 auto;align-items:stretch}.home__card{display:flex;align-items:center;justify-content:center;text-align:center;margin:0;max-width:100%;min-height:220px;padding:1.4rem 1.6rem;font-size:clamp(.8rem,2.2vw,1.15rem);line-height:1.55;border-radius:18px;box-shadow:0 10px 28px #00000029;background:#fffffff0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .25s ease,box-shadow .25s ease}.home__extra{padding:0 1.6rem;max-width:980px;margin:0 auto}.home__extra .home__subheading_left{text-align:center;font-size:clamp(1.6rem,4.6vw,1.8rem);margin:2.2rem 0 1.8rem;line-height:1.25}}.services{padding:5rem 2rem;text-align:center}.services__title{font-size:2.7rem;font-family:Inter,sans-serif;margin-bottom:1.2rem;color:#4c6a55}.services__intro{font-size:1.4rem;color:#2b2b2b;margin-bottom:4rem}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin:0 auto}.services__item{display:flex;justify-content:center;text-decoration:none}.services__circle{position:relative;border-radius:50%;width:200px;height:200px;overflow:hidden;background:linear-gradient(to bottom,#c3d4c8,#bdcfc2 55%,#a5bead);border:3px solid #4c6a55;box-shadow:0 6px 16px #00000040;transition:transform .3s ease}.services__circle:hover{transform:scale(1.05);cursor:pointer}.services__circle:before{content:"";position:absolute;inset:0;height:0%;background:linear-gradient(to bottom,#4c6a551a,#4c6a5538);transition:height .8s ease-in-out;z-index:0}.services__circle:hover:before{height:100%}.services__circle img{position:absolute;top:35%;left:50%;transform:translate(-50%,-50%);width:150px;height:150px;object-fit:contain;z-index:1;pointer-events:none;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.services__circle .services__label{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:2;font-size:1.1rem;font-family:Inter,sans-serif;font-weight:700;color:#fff;text-align:center;width:100%;padding:0 .5rem;line-height:1.3;margin:0;text-shadow:0 2px 6px rgba(0,0,0,.45),0 0 1px rgba(0,0,0,.65)}@media(max-width:1023px){.services{padding:3.5rem 1rem}.services__title{font-size:clamp(1.6rem,5.5vw,2rem);margin-bottom:.8rem}.services__intro{font-size:clamp(1rem,4.2vw,1.1rem);margin-bottom:2.2rem;max-width:40rem;margin-left:auto;margin-right:auto}.services__grid{grid-template-columns:1fr;gap:1.25rem;max-width:420px;margin:0 auto}.services__circle{width:160px;height:160px;border:2px solid #4c6a55;box-shadow:0 5px 14px #0000002e}.services__circle img{top:38%;width:110px;height:110px}.services__circle .services__label{bottom:28px;font-size:clamp(.9rem,3.8vw,1rem);padding:0 .4rem}.services__circle:hover{transform:scale(1.03)}}@media(min-width:520px)and (max-width:1023px){.services__grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:700px;gap:1.4rem}.services__circle{width:180px;height:180px}.services__circle img{top:38%;width:130px;height:130px}.services__circle .services__label{bottom:32px;font-size:clamp(.95rem,2.8vw,1.05rem)}}.service-hero{position:relative;min-height:520px;height:60vh;display:grid;place-items:center;overflow:hidden;background:none;margin-bottom:3rem}.service-hero__bg{position:absolute;inset:0;width:100%;height:100%;max-width:none;max-height:none;min-width:100%;min-height:100%;display:block;object-fit:cover;object-position:center;z-index:0;pointer-events:none}.service-hero__content{position:relative;z-index:1;margin:0 auto;width:min(1100px,100% - 4rem);box-sizing:border-box;background:#ffffff4d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:2.5rem 7.5rem;border-radius:2.2rem;text-align:center;color:#4c6a55;box-shadow:0 8px 25px #00000040;border:1px solid rgba(255,255,255,.45)}.service-hero__separator{width:120px;height:3px;margin:1.5rem auto;background:#4c6a5599;border-radius:3px}.service-hero__title{text-transform:uppercase;letter-spacing:3px;margin:1.9rem 0}.service-hero__title .hero-line+.hero-line{margin-top:.85em}.service-hero__title br{margin-bottom:.6rem}.service-hero__subtitle{font-size:1.4rem;margin-bottom:2.5rem;color:#2b2b2bbf}.service-page{--gap: 5rem}.service-page h2{font-family:Inter,sans-serif;font-size:2.7rem;margin-bottom:2.5rem;text-align:center}.service-page h3{font-family:Playfair Display,serif;font-size:1.35rem;color:#4c6a55;margin-bottom:.8rem}.service-page p{margin-bottom:1.7rem;font-size:1.4rem}.service-page .check-list{list-style:none;padding:0}.service-page .check-list li{position:relative;padding-left:1.6rem;margin-bottom:.6rem}.service-page .check-list li:before{content:"✔";position:absolute;left:0;color:#4c6a55;font-weight:700}.service-page .importance{width:100%;margin-bottom:8rem}.service-page .section-separator{width:200px;height:3px;margin:5rem auto;background:#4c6a5599;border-radius:3px}.service-page .services-overview{display:flex;flex-direction:row-reverse;gap:3rem;align-items:center}.service-page .services-overview .split__text,.service-page .services-overview .split__img{flex:1;margin-bottom:8%}.service-page .services-overview .split__text ul{list-style:none;padding:0}.service-page .services-overview .split__text ul li{margin-bottom:1.5rem}.service-page .services-overview .split__img img{width:100%;border-radius:.8rem;box-shadow:0 4px 14px #0003}.full-bg{width:100vw;margin-left:calc(-50vw + 50%);position:relative;padding-top:2.5rem;padding-bottom:2.5rem}.steps{background-color:#f7f9f9;margin:2rem 0}.steps h2{font-size:2.7rem;font-family:Inter,sans-serif;margin-bottom:5rem;text-align:center}.steps ol{display:flex;flex-wrap:wrap;justify-content:center;gap:5.5rem;padding:0;list-style:none;max-width:1300px;margin:0 auto}.steps li{counter-increment:etp;background:#fff;border:none;border-radius:2.2rem;padding:3.5rem 2rem;width:360px;box-shadow:0 6px 16px #0000000f;position:relative;line-height:1.6;flex-grow:1;max-width:380px;transition:transform .2s ease,box-shadow .2s ease}.steps li:hover{transform:translateY(-4px);box-shadow:0 10px 22px #0000001a}.steps li:before{content:counter(etp);position:absolute;top:-22px;left:50%;transform:translate(-50%);background:#4c6a55;color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;outline:6px solid #fff;z-index:1;box-shadow:0 6px 16px #00000026}.steps li strong{display:block;font-size:1.25rem;font-weight:600;color:#4c6a55;margin-bottom:1.8rem;text-align:center}.steps li p{font-size:1.4rem;color:#2b2b2b}.offers-grid{margin-top:6rem}.offers-grid h2{text-align:center;font-size:2.7rem;font-family:Inter,sans-serif;margin-bottom:4rem}.offers-grid__top{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-bottom:4rem}.offers-grid__bottom{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:2.5rem}.offers-grid .offer{border-radius:1rem;padding:2rem 1.5rem 1.5rem;box-shadow:0 4px 12px #00000014}.offers-grid .offer i{margin-right:1rem}.offers-grid .offer h3{text-align:center;background:#4c6a55cc;padding:.6rem 1.2rem;border-radius:10px;color:#fff;font-size:1.3rem;font-family:Inter,sans-serif;margin:0 auto 1.5rem;box-shadow:0 2px 6px #00000040}.offers-grid .offer .offer__kicker{margin:0 0 1.3rem;text-align:center;font-style:italic;font-weight:500;font-size:1.4rem;color:#2b2b2b;line-height:1.4}.offers-grid .offer p{margin-bottom:1.3rem;text-align:center}.offers-grid .offer ul{list-style:none;padding:0;margin:0}.offers-grid .offer ul li{position:relative;padding-left:1.6rem;margin-bottom:.8rem}.offers-grid .offer ul li:before{content:"✔";position:absolute;left:0;color:#4c6a55;font-weight:700}.offers-grid .offer--vitrine,.offers-grid .offer--ecommerce,.offers-grid .offer--options{background:#f1f4f3}.offers-grid .offer--cta{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#4c6a55cc}.offers-grid .offer--cta h3{font-size:1.4rem;font-weight:600;margin-bottom:2.8rem;background:#fff;color:#4c6a55}.offers-grid .offer--cta .btn-cta{background:#fff;color:#4c6a55;width:170px;height:170px;border-radius:50%;font-weight:600;font-size:1.6rem;display:flex;align-items:center;text-align:center;justify-content:center;border:2px solid rgba(76,106,85,.6);box-shadow:0 0 0 6px #ffffff4d,0 5px 12px #0003;transition:transform .25s ease-in-out}.offers-grid .offer--cta .btn-cta:hover{transform:scale(1.05)}@media(max-width:1023px){.service-hero .site-wrapper{width:100%;padding-left:1rem;padding-right:1rem;box-sizing:border-box}.service-hero{height:auto;min-height:460px;margin-bottom:3rem}.service-hero__content{margin:0 auto;width:min(680px,100%);padding:1.2rem 1.4rem;border-radius:1.2rem;box-shadow:0 6px 20px #0000002e;box-sizing:border-box}.service-hero__title{font-size:clamp(1.3rem,6vw,1.8rem);letter-spacing:2px;line-height:1.25;margin:1.2rem 0}.service-hero__title br{display:none}.service-hero__title .hero-line{display:block}.service-hero__separator{width:100px;height:3px;margin:1.1rem auto;background:#4c6a5599;border-radius:3px}.service-hero__subtitle{font-size:clamp(1rem,4.5vw,1.2rem);margin-bottom:1.5rem}.service-page{--gap: 3rem}.service-page h2{font-size:clamp(1.6rem,5vw,1.8rem);margin-bottom:1.6rem;text-align:center;padding:0 1.3rem}.service-page p{font-size:clamp(1rem,4.2vw,1.05rem);line-height:1.65;margin-bottom:1.2rem;padding:0 1.5rem}.service-page .importance{margin-bottom:3rem}.service-page .section-separator{width:140px;margin:2.5rem auto}.service-page .services-overview{flex-direction:column-reverse;gap:1.2rem;align-items:stretch}.service-page .services-overview .split__text,.service-page .services-overview .split__img{margin-bottom:0;flex:unset}.service-page .services-overview .split__img{width:100%;max-width:340px;aspect-ratio:1/1;margin:0 auto 1.8rem;border-radius:1.2rem;overflow:hidden;box-shadow:0 6px 18px #00000026}.service-page .services-overview .split__img img{width:100%;height:100%;object-fit:cover;display:block}.service-page .services-overview .split__text h2{margin-top:.5rem}.service-page .services-overview .split__text p{margin-bottom:1rem}.full-bg{padding-top:clamp(1rem,3vw,1.6rem);padding-bottom:clamp(1rem,3vw,1.6rem)}.steps h2{font-size:clamp(1.6rem,5.2vw,1.9rem);margin-bottom:3.4rem;text-align:center}.steps ol{display:flex;flex-direction:column;gap:2rem;padding:0 clamp(.75rem,4vw,1.25rem);max-width:760px;margin:0 auto}.steps li{position:relative;text-align:center;width:100%;background:#fff;border:1px solid rgba(76,106,85,.08);font-size:clamp(1rem,3.9vw,1.05rem);border-radius:16px;box-shadow:0 10px 24px #00000014;padding:clamp(1.1rem,3.5vw,1.6rem) clamp(1rem,4.5vw,1.4rem)}.steps li:before{content:counter(etp);position:absolute;left:50%;top:0;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:9999px;background:#4c6a55;color:#fff;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #00000026;outline:6px solid #fff}.steps li strong{display:block;text-align:center;color:#4c6a55;font-size:clamp(1.05rem,4.4vw,1.2rem);margin:.4rem 0 .6rem}.steps li p{font-size:clamp(1rem,3.9vw,1.05rem);line-height:1.6;margin:0;text-align:left}.offers-grid{margin-top:3.5rem}.offers-grid h2{font-size:clamp(1.6rem,5vw,1.8rem);margin-bottom:2.2rem;padding:0 1.3rem;text-align:center}.offers-grid__top,.offers-grid__bottom{display:grid;grid-template-columns:1fr;gap:1.4rem;margin:0 auto 2rem;padding:0 clamp(.9rem,4vw,1.4rem);max-width:700px}.offers-grid .offer{padding:clamp(1.2rem,4vw,1.6rem);border-radius:1rem;box-shadow:0 6px 16px #00000014;text-align:left;line-height:1.6}.offers-grid .offer h3{font-size:clamp(1.1rem,4.6vw,1.25rem);text-align:center;margin-bottom:1.2rem;border-radius:.6rem;padding:.6rem 1rem}.offers-grid .offer p{font-style:italic;text-align:center;margin-bottom:1.1rem;font-size:clamp(1rem,4vw,1.05rem)}.offers-grid .offer ul{list-style:none;padding:0;margin:0}.offers-grid .offer li{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:.7rem;font-size:clamp(1rem,4.2vw,1.05rem)}.offers-grid .offer li:before{content:"✔";font-weight:700;flex-shrink:0;margin-top:.15rem}.offers-grid .offer--cta{text-align:center;padding:clamp(2rem,4vw,1.6rem)}.offers-grid .offer--cta h3{font-size:clamp(1.2rem,5vw,1.3rem);margin-bottom:1.6rem}.offers-grid .offer--cta .btn-cta{width:140px;height:140px;font-size:1.25rem}}@media(min-width:600px)and (max-width:1023px){.service-hero__content{padding:2rem 3rem}.service-page .services-overview{gap:1.8rem}.service-page .services-overview .split__text p{margin-bottom:1.2rem}.service-page .services-overview .split__img{width:100%;max-width:620px;aspect-ratio:4/3;margin:0 auto 2rem;border-radius:1.2rem;overflow:hidden}.service-page .services-overview .split__img img{width:100%;height:100%;object-fit:cover;display:block}.steps ol{gap:2rem}.steps li{max-width:520px;margin:0 auto}.offers-grid{width:100%;padding-inline:2rem;margin-inline:auto}.offers-grid__top,.offers-grid__bottom{display:grid;grid-template-columns:repeat(2,minmax(400px,1fr));gap:2rem;justify-content:center}.offers-grid .offer--cta .btn-cta{width:150px;height:150px;font-size:1.35rem}}.projects{text-align:center;padding:4rem 0}.projects__title{font-family:Inter,sans-serif;font-size:clamp(2rem,2.8vw,2.6rem);line-height:1.2;color:#4c6a55;margin-bottom:4.8rem}.carousel{position:relative;max-width:700px;height:560px;margin:0 auto;display:flex;justify-content:center;align-items:flex-start}.carousel__slide{position:absolute;inset:0;display:flex;justify-content:center;align-items:flex-start;opacity:0;transition:opacity .6s ease}.carousel__slide.active{opacity:1}.carousel__card{width:100%;max-width:640px;border-radius:1.8rem;overflow:hidden;box-shadow:0 16px 40px #00000040;background:transparent;margin:0 auto}.carousel__image{width:100%;height:340px;object-fit:contain;object-position:center;-webkit-user-select:none;user-select:none;background-color:#f5f5f5}.carousel__caption{position:relative;background:#d7bfa5;text-align:center;color:#2b2b2b;font-family:Inter,sans-serif;line-height:1.7;padding:2.4rem 2.2rem 2.8rem;margin-top:-46px;height:260px;max-height:260px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.carousel__caption:before{content:"";position:absolute;top:-46px;left:0;width:100%;height:92px;background:#d7bfa5;border-radius:50% 50% 0 0}.carousel__caption-title{position:relative;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem;line-height:1.3;font-size:clamp(1rem,1.4vw,1.3rem);height:3.6rem;overflow:hidden;color:#2b2b2b}.carousel__caption-desc{position:relative;max-width:46rem;margin:0 auto;font-size:clamp(1rem,1.05vw,1.15rem);line-height:1.7;height:6rem;overflow:hidden}.carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border-radius:50%;border:none;background:#000000a6;color:#fff;font-size:1.7rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:.2s ease}.carousel__arrow.left{left:-2.8rem}.carousel__arrow.right{right:-2.8rem}.carousel__arrow:hover{background:#4c6a55;transform:translateY(-50%) scale(1.06)}@media(max-width:1023px){.projects{padding:2.5rem 0 2.8rem}.projects__title{margin-bottom:2.2rem;font-size:clamp(1.6rem,6vw,2rem);line-height:1.25}}@media(max-width:599px){.carousel{max-width:100%;height:480px;padding:0 .8rem}.carousel__card{max-width:95%;border-radius:1.4rem}.carousel__image{height:260px;object-fit:contain;object-position:center}.carousel__caption{padding:1.7rem 1.2rem 2.1rem;height:240px;max-height:240px}.carousel__caption:before{top:-36px;height:72px}.carousel__caption-title{font-size:clamp(.95rem,4.2vw,1.05rem);height:3.1rem;margin-bottom:.6rem}.carousel__caption-desc{font-size:clamp(.9rem,3.7vw,1rem);height:7rem}.carousel__arrow{top:47%;transform:translateY(-50%);width:2.3rem;height:2.3rem;font-size:1.2rem;background:#4c6a55!important}.carousel__arrow.left{left:.4rem}.carousel__arrow.right{right:.4rem}}@media(min-width:600px)and (max-width:1023px){.carousel{max-width:640px;height:520px;padding:0 1rem}.carousel__card{max-width:640px;border-radius:1.6rem}.carousel__image{height:320px;object-fit:contain;object-position:center}.carousel__caption{padding:2rem 1.8rem 2.4rem;height:230px;max-height:230px}.carousel__caption:before{top:-40px;height:80px}.carousel__caption-title{font-size:clamp(1rem,2.3vw,1.2rem)}.carousel__caption-desc{font-size:clamp(.95rem,2vw,1.05rem)}.carousel__arrow{top:56%;width:2.6rem;height:2.6rem;font-size:1.4rem}.carousel__arrow.left{left:-1.2rem}.carousel__arrow.right{right:-1.2rem}}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700;margin-bottom:.75rem;line-height:1.2;color:#4c6a55}h1{font-size:2.7rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem;font-weight:500}h5{font-size:1.125rem;font-weight:500}h6{font-size:1rem;font-weight:500}p{font-family:Inter,sans-serif;font-size:1.4rem;font-weight:400;color:#2b2b2b;line-height:1.6;margin-bottom:1rem}ul,ol{padding-left:1.5rem;font-family:Inter,sans-serif;font-size:1.4rem;color:#2b2b2b;margin-bottom:1rem}li{margin-bottom:.5rem}small{font-size:1.1rem;opacity:.75}strong,b{font-weight:700}em,i{font-style:italic}blockquote{font-style:italic;font-size:1.1rem;padding-left:1.2rem;border-left:4px solid #4c6a55;margin:1.5rem 0;color:#2b2b2b;opacity:.9}a{color:#4c6a55;text-decoration:none;font-weight:500;transition:color .3s ease}a:hover{color:#374c3d}.contact-section{background-color:#d7bfa5;margin-top:4rem;padding:5rem 1.5rem;width:100%;display:flex;justify-content:center}.hp-field{position:absolute;left:-9999px;top:-9999px;width:1px;height:1px;overflow:hidden}.contact-wrapper{max-width:720px;width:100%;margin:0 auto;text-align:left}.contact-title{font-family:Inter,sans-serif;letter-spacing:.08em;font-size:clamp(2rem,3vw,2.6rem);color:#4c6a55;margin-bottom:1.6rem;text-align:center}.contact-intro{font-family:Inter,sans-serif;font-size:clamp(1rem,1.1vw,1.1rem);line-height:1.7;color:#2b2b2b;margin-bottom:2.6rem;text-align:center}.contact-required{font-size:.9rem;color:#515151;margin-bottom:2.4rem}.contact-form{margin-top:.5rem}.sr-only{position:absolute!important;top:0!important;left:0!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;white-space:nowrap!important;border:0!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important}.form-group{margin-bottom:1.4rem}.form-group input,.form-group textarea{width:100%;padding:.9rem 1rem;border:1px solid #2b2b2b;border-radius:0;font-size:1rem;font-family:Inter,sans-serif;color:#2b2b2b;background-color:#fff;transition:border-color .25s ease,box-shadow .25s ease}.form-group input::placeholder,.form-group textarea::placeholder{letter-spacing:.16em;text-transform:uppercase;font-size:.85rem;color:#6b6b6b}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4c6a55;box-shadow:0 0 0 2px #4c6a552e}.form-group textarea{min-height:160px;resize:vertical}.form-actions{margin-top:1.8rem;display:flex;flex-direction:column;align-items:center;gap:.7rem}.btn-submit{display:inline-flex;align-items:center;justify-content:center;background-color:#4c6a55;color:#fff;font-size:1rem;letter-spacing:.16em;text-transform:uppercase;font-weight:500;padding:.9rem 2.8rem;border:none;border-radius:999px;cursor:pointer;transition:background-color .25s ease,transform .15s ease,box-shadow .15s ease}.btn-submit:hover{background-color:#415b49;transform:translateY(-1px);box-shadow:0 8px 18px #00000029}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.form-status{font-weight:500;font-size:.95rem;color:#2b2b2b;padding:.5rem 1.4rem;border-radius:999px;background:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 6px 14px #0000001f;opacity:0;transform:translateY(4px);animation:form-status-pop .35s ease-out forwards}.form-status--success{color:#4c6a55}.form-status--error{color:#b00020}@keyframes form-status-pop{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:1023px){.contact-section{padding:4rem 1.5rem}.contact-wrapper{max-width:680px}.contact-title{font-size:clamp(1.7rem,5vw,2.2rem);margin-bottom:.8rem}.contact-intro{font-size:clamp(.95rem,3.6vw,1.05rem);margin-bottom:.8rem}.btn-submit{padding:.9rem 2rem}}@media(max-width:599px){.contact-section{padding:3.2rem 1.2rem}.contact-wrapper{max-width:100%}.contact-form{margin-top:1rem}.form-group input,.form-group textarea{font-size:.95rem}.form-actions{align-items:center}.btn-submit{width:auto;padding:.9rem 2.2rem}.form-status{align-self:center;text-align:center;max-width:100%}}@media(min-width:600px)and (max-width:1023px){.contact-section{padding:4rem 2rem}.contact-wrapper{max-width:720px}.btn-submit{padding-inline:2.2rem}}.notfound-page{min-height:calc(100vh - var(--header-h));display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}.notfound-page__inner{max-width:640px;margin:0 auto;text-align:center}.notfound-page__code{font-size:clamp(4rem,12vw,5.5rem);font-weight:700;letter-spacing:.1em;color:#4c6a55;margin-bottom:.75rem}.notfound-page__title{font-size:clamp(1.8rem,4vw,2.2rem);margin-bottom:1rem;font-family:Playfair Display,serif;color:#2b2b2b}.notfound-page__text{font-size:1rem;line-height:1.7;color:#2b2b2bcc;margin-bottom:2.5rem}.notfound-page__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.notfound-page__btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.6rem;border-radius:999px;font-size:.95rem;font-weight:500;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease,transform .15s ease}.notfound-page__btn--primary{background:#4c6a55;color:#fff;box-shadow:0 8px 18px #00000026}.notfound-page__btn--primary:hover{transform:translateY(-1px);box-shadow:0 10px 22px #0000002e}.notfound-page__btn--ghost{background:#fff;color:#4c6a55;border-color:#4c6a554d;box-shadow:0 4px 10px #0000000f}.notfound-page__btn--ghost:hover{background:#4c6a550a;transform:translateY(-1px)}.cookie-banner{left:50%;top:50%;transform:translate(-50%,-50%);z-index:1100;width:min(560px,95vw);max-height:80vh;overflow-y:auto;border-radius:18px;background:#fff;box-shadow:0 18px 45px #00000047;padding:1.8rem 2rem;font-family:Inter,sans-serif;color:#2b2b2b;position:fixed;overflow:hidden}.cookie-banner:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;border:1px solid rgba(76,106,85,.18)}.cookie-banner .cookie-banner__content{position:relative;z-index:1}.cookie-banner .cookie-banner__title{font-size:1.3rem;font-weight:700;margin-bottom:.6rem;display:flex;align-items:center;gap:.6rem}.cookie-banner .cookie-banner__title:before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;font-size:1.15rem;color:#4c6a55;display:inline-block}.cookie-banner .cookie-banner__text{font-size:.96rem;line-height:1.55;margin-bottom:1.2rem;color:#2b2b2be6}.cookie-banner .cookie-banner__actions{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap;margin-top:.4rem}.cookie-banner .cookie-btn{cursor:pointer;border-radius:999px;padding:.65rem 1.7rem;font-size:.9rem;font-weight:500;border:1px solid transparent;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease,border-color .2s ease,transform .12s ease}.cookie-banner .cookie-btn:active{transform:translateY(1px) scale(.99);box-shadow:0 6px 16px #00000029}.cookie-banner .cookie-btn--primary{background:#4c6a55;color:#fff;box-shadow:0 10px 24px #00000038}.cookie-banner .cookie-btn--primary:hover{background:#435e4b;box-shadow:0 12px 28px #00000042}.cookie-banner .cookie-btn--secondary{background:#fff;color:#4c6a55;border-color:#0000001a}.cookie-banner .cookie-btn--secondary:hover{background:#4c6a550f;border-color:#00000029}@media(max-width:600px){.cookie-banner{width:min(95vw,520px);padding:1.4rem 1.2rem}.cookie-banner .cookie-banner__title{font-size:1.15rem}.cookie-banner .cookie-banner__text{font-size:.92rem;margin-bottom:1rem}.cookie-banner .cookie-banner__actions{flex-direction:column-reverse;align-items:stretch}.cookie-banner .cookie-banner__actions .cookie-btn{width:100%;text-align:center}}.cookie-floating-btn{position:fixed;right:1.25rem;bottom:1.25rem;z-index:1090;width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;background:#4c6a55;color:#fff;box-shadow:0 8px 18px #00000040;display:inline-flex;align-items:center;justify-content:center;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.cookie-floating-btn i{font-size:1.1rem}.cookie-floating-btn:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 12px 26px #0000004d;background:#46614e}.cookie-floating-btn:active{transform:translateY(0) scale(.97);box-shadow:0 6px 14px #00000038}@media(max-width:600px){.cookie-floating-btn{display:none}}.legal-page{padding:clamp(3rem,6vw,4.5rem) 0;color:#2b2b2b;font-family:Inter,sans-serif}.legal-page>.site-wrapper{max-width:960px;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem)}.legal-page__header{margin-bottom:2rem}.legal-page__header h1{font-size:clamp(1.9rem,3.2vw,2.4rem);font-weight:700;margin-bottom:1rem}.legal-page__header p{font-size:.95rem;line-height:1.7;max-width:52rem}.legal-page__section a{color:#2b2b2b;text-decoration:underline;text-underline-offset:2px}.legal-page__section a:hover{text-decoration-thickness:2px}.legal-page__link-placeholder{font-style:italic;opacity:.8}@media(max-width:600px){.legal-page{padding:2.5rem 0}.legal-page>.site-wrapper{padding:0 1rem}.legal-page__header h1{font-size:1.6rem;margin-bottom:.8rem}.legal-page__header p{font-size:.9rem}.legal-page__section h2{font-size:1.05rem}.legal-page__section p,.legal-page__section li{font-size:.9rem}}.legal-page{padding:clamp(3rem,6vw,4.5rem) 0;background-color:transparent;color:#2b2b2b;font-family:Inter,sans-serif}.legal-page__inner{max-width:900px;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem)}.legal-page__title{font-size:clamp(1.9rem,3.2vw,2.4rem);font-weight:700;margin-bottom:2rem}.legal-page__placeholder{font-size:.95rem;line-height:1.7;margin-bottom:.9rem}.legal-page__placeholder a{color:#4c6a55;text-decoration:underline;text-decoration-thickness:1px}.legal-page__placeholder a:hover{text-decoration-thickness:2px}.legal-page__section{margin-bottom:1.8rem}.legal-page__section h2{font-size:1.2rem;font-weight:700;margin-bottom:.6rem}.legal-page__section h3{font-size:1rem;font-weight:500;margin-top:.8rem;margin-bottom:.35rem}.legal-page__section p{font-size:.95rem;line-height:1.7;margin:.3rem 0}.legal-page__section ul{margin:.4rem 0 .6rem;padding-left:1.3rem;list-style:disc}.legal-page__section ul li{font-size:.95rem;line-height:1.7;margin:.15rem 0}.legal-page__section a{color:#4c6a55;text-decoration:underline}.legal-page__section a:hover{text-decoration:none}@media(max-width:600px){.legal-page{padding:2.5rem 0 3rem}.legal-page__inner{padding:0 1.25rem}.legal-page__title{font-size:1.6rem;margin-bottom:1.5rem}.legal-page__section h2{font-size:1.1rem}.legal-page__section h3{font-size:.98rem}}
