@charset "UTF-8";*{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}.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}}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.1rem;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.1rem;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}:root{--header-h: 90px}@media(max-width:1023px){:root{--header-h: 63px}}.main-header{position:fixed;top:0;width:100%;z-index:1000;background-color:#d7bfa5;height:var(--header-h);transition:box-shadow .3s ease}.main-header.is-scrolled{box-shadow:0 2px 20px #0000001f}.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;position:relative}.main-header__left{display:flex;align-items:center;gap:.75rem;text-decoration:none}.main-header__logo{width:64px;height:64px;border-radius:50%;background-color:#fff;box-shadow:0 0 5px #0000004d;object-fit:cover;display:block;flex-shrink:0}@media(max-width:1023px){.main-header__logo{width:48px;height:48px}}.main-header__brand{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;color:#4c6a55;letter-spacing:1px;display:none}@media(max-width:1023px){.main-header__brand{display:block;position:absolute;left:50%;transform:translate(-50%);color:#374c3d;white-space:nowrap;letter-spacing:2px;font-size:1.35rem}}.main-header__nav{display:flex;gap:.5rem}@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;text-decoration:none;display:inline-block;font-weight:500;font-size:1.1rem;color:#2b2b2b;cursor:pointer;padding:.5rem 1.1rem .6rem;transition:color .2s ease}.main-header__nav .nav-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%) scaleX(0);width:88%;height:1.5px;background:linear-gradient(90deg,transparent,#4c6a55 20%,rgb(129.3142857143,164.8857142857,139.9857142857) 50%,#4c6a55 80%,transparent);border-radius:99px;transform-origin:center;transition:transform .3s cubic-bezier(.4,0,.2,1)}.main-header__nav .nav-link:hover{color:#4c6a55}.main-header__nav .nav-link:hover:after{transform:translate(-50%) scaleX(1)}.main-header__nav .nav-link.active{color:#4c6a55;font-weight:700}.main-header__nav .nav-link.active:after{transform:translate(-50%) scaleX(1)}.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:30px;height:30px;display:flex;align-items:center;justify-content:center;opacity:.4;transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease}.main-header__lang button.active{opacity:1;box-shadow:0 2px 8px #0003;transform:scale(1.08)}.main-header__lang button:not(.active):hover{opacity:.75;transform:scale(1.05)}.main-header__lang button img{width:100%;height:100%;border-radius:50%;object-fit:cover}.main-header .burger-btn{display:none}@media(max-width:1023px){.main-header .burger-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;cursor:pointer;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.main-header .burger-btn:hover{box-shadow:0 6px 14px #00000026}.main-header .burger-btn:active{transform:scale(.96)}.main-header .burger-btn i{font-size:1rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.mobile-dropdown{position:fixed;left:0;right:0;top:var(--header-h);background:#d7bfa5;border-top:1px solid rgba(76,106,85,.12);box-shadow:0 8px 24px #0000001a;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:.4rem 0 1rem}@media(min-width:1024px){.mobile-dropdown{display:none}}.mobile-dropdown.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.mobile-dropdown.is-open .mobile-item:nth-child(1){animation:slideDown .25s ease forwards;animation-delay:0s}.mobile-dropdown.is-open .mobile-item:nth-child(2){animation:slideDown .25s ease forwards;animation-delay:55ms}.mobile-dropdown.is-open .mobile-item:nth-child(3){animation:slideDown .25s ease forwards;animation-delay:.11s}.mobile-dropdown.is-open .mobile-item:nth-child(4){animation:slideDown .25s ease forwards;animation-delay:.165s}.mobile-dropdown.is-open .mobile-item:nth-child(5){animation:slideDown .25s ease forwards;animation-delay:.22s}.mobile-dropdown .mobile-item{font-family:Inter,sans-serif;font-weight:500;font-size:1.15rem;color:#2b2b2b;text-decoration:none;display:block;width:100%;max-width:320px;text-align:center;background:none;border:none;border-radius:0;padding:1rem 1.5rem;opacity:0;cursor:pointer;position:relative;transition:color .2s ease}.mobile-dropdown .mobile-item:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%) scaleX(0);width:60px;height:1.5px;background:linear-gradient(90deg,transparent,#4c6a55 20%,rgb(129.3142857143,164.8857142857,139.9857142857) 50%,#4c6a55 80%,transparent);border-radius:99px;transition:transform .25s cubic-bezier(.4,0,.2,1)}.mobile-dropdown .mobile-item:hover{color:#4c6a55}.mobile-dropdown .mobile-item:hover:after{transform:translate(-50%) scaleX(1)}.mobile-dropdown .mobile-item.active{color:#4c6a55;font-weight:700}.mobile-dropdown .mobile-item.active:after{transform:translate(-50%) scaleX(1)}.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:.9rem 0 .2rem;border-top:1px solid rgba(76,106,85,.1);width:100%}.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;opacity:.4;transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease}.mobile-dropdown__lang button.active{opacity:1;box-shadow:0 2px 8px #0003;transform:scale(1.08)}.mobile-dropdown__lang button:not(.active):hover{opacity:.75;transform:scale(1.05)}.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}}.cookie-overlay{position:fixed;inset:0;z-index:1099;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cookie-banner{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1100;width:min(520px,92vw);border-radius:18px;background:#fff;box-shadow:0 18px 45px #00000047;padding:2rem 2.2rem;font-family:Inter,sans-serif;color:#2b2b2b;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.25rem;font-weight:700;margin-bottom:.7rem;display:flex;align-items:center;gap:.5rem}.cookie-banner .cookie-banner__icon{flex-shrink:0;font-size:1.3rem;color:#4c6a55}.cookie-banner .cookie-banner__text{font-size:.93rem;line-height:1.6;margin-bottom:1.4rem;color:#2b2b2bd9}.cookie-banner .cookie-banner__actions{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap}.cookie-banner .cookie-btn{cursor:pointer;border-radius:999px;padding:.6rem 1.8rem;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.1rem}.cookie-banner .cookie-banner__text{font-size:.88rem;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;font-size:1.2rem;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.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}}.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(680px,100% - 4rem);box-sizing:border-box;background:#ffffff4d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:3rem 4rem;border-radius:2.2rem;text-align:center;color:#4c6a55;box-shadow:0 8px 25px #00000040;border:1px solid rgba(255,255,255,.45);display:flex;flex-direction:column;align-items:center;gap:2rem}@media(min-width:1024px){.home__content{width:min(920px,100% - 6rem);padding:4rem 6rem}}.home__title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,4.5vw,2.8rem);font-weight:700;letter-spacing:.5px;line-height:1.4;margin:0;color:#4c6a55}.home__title span{display:block;white-space:nowrap}.home__cta-group{display:flex;flex-direction:column;gap:.85rem;width:100%;max-width:320px}.home__cta{display:block;width:100%;text-align:center;padding:1rem 2rem;border-radius:9px;background-color:#4c6a55;color:#fff;font-weight:600;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease}.home__cta:hover{background:#374c3d;color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px #4c6a5559}.home__cta--ghost{background:#ffffff8c;border:1px solid rgba(255,255,255,.7);color:#4c6a55;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 10px #00000014;transition:background .3s ease,box-shadow .3s ease,transform .2s ease,color .3s ease}.home__cta--ghost:hover{background:#fffffff2;box-shadow:0 6px 20px #0000002e;transform:translateY(-2px);color:#374c3d}.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,.home__layout .home__right{display:flex;flex-direction:column}.home__layout .home__right .home__subheading{text-align:center;margin-bottom:2rem;position:relative;z-index:2}.home__extra{max-width:1200px;margin:0 auto 2rem;padding:1rem 3rem}.home__extra .home__text{line-height:1.7}.home__extra .home__subheading{font-size:2rem;font-family:Playfair Display,serif;font-weight:700;color:#415b49;text-align:center;letter-spacing:.3px;margin-bottom:1.5rem}.home__extra .home__subheading:after{content:"";display:block;width:48px;height:3px;background:linear-gradient(90deg,transparent,#4c6a55,transparent);border-radius:99px;margin:.6rem auto 0}.home__extra .home__intro{position:relative;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:400;font-style:italic;line-height:1.85;color:#4a4a3f;text-align:left;max-width:520px;margin:0 auto 4rem;padding:0 1rem}.home__extra .home__intro:before{content:"“";display:block;font-family:Playfair Display,serif;font-size:5rem;line-height:.8;color:#4c6a55;opacity:.7;text-align:center;margin-bottom:.5rem;font-style:normal}.home__extra .home__subheading_left{font-size:2rem;font-family:Inter,sans-serif;font-weight:700;color:#4c6a55;text-align:center;margin:0 0 1.5rem}.home__profiles{display:flex;flex-direction:row;gap:0;border-top:1px solid rgba(76,106,85,.15);border-bottom:1px solid rgba(76,106,85,.15);margin-top:.5rem}.home__profile-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem;flex:1;padding:1.2rem .8rem;background:transparent;border:none;position:relative}.home__profile-card:not(:last-child):after{content:"";position:absolute;right:0;top:20%;height:60%;width:1px;background:#4c6a5526}.home__profile-icon{width:1.6rem;height:1.6rem;min-width:1.6rem;min-height:1.6rem;box-sizing:content-box;color:#4c6a55;opacity:.85;flex-shrink:0}.home__profile-title{font-family:Inter,sans-serif;font-size:.9rem;font-weight:700;color:#415b49}.home__profile-desc{font-size:.78rem;line-height:1.45;color:#2b2b2ba6;margin:0}.home__background-wrapper{position:relative;border-radius:1rem;overflow:hidden;padding:1rem}.home__background-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.85;z-index:0;pointer-events:none}.home__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;position:relative;z-index:1}.home__card{display:flex;flex-direction:column;align-items:center;gap:.65rem;padding:1.2rem 1.1rem;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.85);border-radius:14px;box-shadow:0 4px 20px #0000001f;transition:transform .25s ease,box-shadow .25s ease}.home__card:hover{transform:translateY(-3px);box-shadow:0 6px 18px #4c6a551f}.home__card-icon{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;color:#4c6a55;flex-shrink:0;background:#4c6a5526;border-radius:50%;padding:.5rem;box-sizing:content-box}.home__card-title{font-family:Inter,sans-serif;font-size:.88rem;font-weight:700;color:#415b49;line-height:1.3;text-align:center}.home__card-desc{font-size:.78rem;line-height:1.5;color:#2b2b2b99;margin:0;text-align:center}.home__card-body{display:flex;flex-direction:column;gap:.15rem;flex:1}.home__services-link{display:inline-block;margin-top:1.5rem;font-size:.9rem;font-family:Inter,sans-serif;color:#4c6a55;text-decoration:none;border-bottom:1px solid rgba(76,106,85,.35);padding-bottom:2px;transition:border-color .25s ease,color .25s ease}.home__services-link:hover{color:#374c3d;border-color:#4c6a55}@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:2rem .9rem;border-radius:1.2rem;box-shadow:0 6px 20px #0000002e;gap:1.5rem}.home__title{font-size:clamp(1.2rem,6.5vw,2.2rem)}.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:1.6rem;line-height:1.25;margin-top:2rem}.home__layout .home__left .home__intro{padding:0}.home__cards{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:0}.home__card{flex-direction:column;align-items:center;gap:.5rem;max-width:100%;margin:0;padding:.9rem .75rem;min-height:auto;border-radius:12px;box-shadow:none;text-align:center}.home__card-icon{flex-shrink:0}.home__card-body{display:flex;flex-direction:column;align-items:center;gap:.15rem}.home__extra{padding:0 1rem}.home__extra .home__subheading_left{text-align:center;font-size: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{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{align-items:flex-start;text-align:left;padding:1.1rem 1.2rem;border-radius:14px;box-shadow:0 2px 10px #0000000a}.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}}.about{background-color:#fff;border-radius:22px;padding:3.5rem 0 4rem}.about .about__title{font-family:Playfair Display,serif;text-align:center;margin-bottom:2.8rem;font-size:clamp(2rem,2.8vw,2.6rem);line-height:1.2}.about .about__title:after{content:"";display:block;width:48px;height:3px;background:linear-gradient(90deg,transparent,#4c6a55,transparent);border-radius:99px;margin:.6rem auto 0}.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__text p:first-of-type{font-size:clamp(1.05rem,1.2vw,1.25rem);font-weight:600;color:#2b2b2b;line-height:1.75;text-align:center}.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__title:after{margin-top:.5rem}.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__text p:first-of-type{font-size:clamp(1.05rem,4.5vw,1.15rem);text-align:center}.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}}.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.1rem;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)}.services__panel{text-align:left}.services__panel-nav{display:flex;flex-direction:column;gap:.6rem;padding:.8rem;margin-bottom:1.8rem;background:#d7bfa5;border-radius:22px;box-shadow:0 14px 28px #0000001f,inset 0 0 0 1px #0000000f}.services__back-btn{display:inline-flex;align-items:center;background:none;border:none;color:#2b2b2b73;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.6px;text-transform:uppercase;cursor:pointer;padding:0 .2rem;transition:color .2s ease}.services__back-btn:hover{color:#4c6a55}.services__tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:.4rem}.services__tab{background:#ffffff8c;border:none;border-radius:14px;color:#2b2b2b99;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.2px;padding:.65rem .4rem;cursor:pointer;text-align:center;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .15s ease}.services__tab:hover{background:#fffc;color:#4c6a55;transform:translateY(-1px)}.services__tab--active{background:#fff;color:#4c6a55;font-weight:700;box-shadow:0 3px 10px #0000001a;transform:translateY(-1px)}@media(min-width:1024px){.services__panel-nav{flex-direction:row;align-items:center;padding:.5rem .6rem .5rem 1.6rem;gap:.5rem;border-radius:999px}.services__back-btn{flex-shrink:0;white-space:nowrap;padding:0;padding-right:1rem;border-right:1px solid rgba(43,43,43,.15)}.services__tabs{display:flex;grid-template-columns:unset;flex:1;gap:.4rem;align-items:center}.services__tab{flex:1;padding:.55rem .5rem;border-radius:999px}}@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)}}.projects{text-align:center;padding:4rem 0}.projects__title{font-family:Playfair Display,serif;font-size:clamp(2rem,2.8vw,2.6rem);line-height:1.2;color:#4c6a55;margin-bottom:3.5rem}.projects__title:after{content:"";display:block;width:48px;height:3px;background:linear-gradient(90deg,transparent,#4c6a55,transparent);border-radius:99px;margin:.6rem auto 0}.projects__section{max-width:1200px;margin:0 auto;padding:3.5rem clamp(1rem,3vw,2rem);border-radius:0}.projects__section:first-of-type{border-radius:22px 22px 0 0}.projects__section:last-of-type{border-radius:0 0 22px 22px;padding-bottom:2.5rem}.projects__section-title{font-family:Playfair Display,serif;font-size:clamp(1.4rem,2.2vw,1.8rem);font-weight:700;color:#415b49;margin-bottom:.6rem}.projects__section-title:after{content:"";display:block;width:36px;height:2px;background:linear-gradient(90deg,transparent,#4c6a55,transparent);border-radius:99px;margin:.5rem auto 0}.projects__section-subtitle{font-size:clamp(.9rem,1.1vw,1.05rem);color:#2b2b2ba6;line-height:1.6;max-width:560px;margin:0 auto 2.2rem}.projects__apps{background:#d7bfa5}.app-card--single{margin:0 auto}.app-card{display:flex;flex-direction:column;width:100%;max-width:460px;border-radius:18px;overflow:hidden;background:#fff;border:1.5px solid rgba(76,106,85,.18);box-shadow:0 6px 28px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.app-card:hover{transform:translateY(-5px);box-shadow:0 12px 38px #4c6a552e}.app-card__img-wrapper{width:100%;height:220px;background:#f8f7f5;overflow:hidden}.app-card__img{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .4s ease}.app-card:hover .app-card__img{transform:scale(1.03)}.app-card__logo-wrapper{width:100%;height:220px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#d7bfa573,#4c6a551a);overflow:hidden}.app-card__logo{width:130px;height:130px;object-fit:contain;padding:18px;background:#fff;border-radius:50%;border:2.5px solid rgba(76,106,85,.35);box-shadow:0 6px 20px #0000001a,0 0 0 6px #4c6a550f;transition:transform .4s ease,box-shadow .4s ease}.app-card:hover .app-card__logo{transform:scale(1.06);box-shadow:0 8px 28px #4c6a552e,0 0 0 8px #4c6a5514}.app-card__body{position:relative;display:flex;flex-direction:column;gap:.6rem;padding:2.2rem 1.6rem 1.8rem;text-align:left;background:#fff}.app-card__body:before{content:"";position:absolute;top:-38px;left:0;width:100%;height:76px;background:#fff;border-radius:50% 50% 0 0}.app-card__name{position:relative;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;color:#415b49;margin:0}.app-card__desc{position:relative;font-size:.92rem;line-height:1.6;color:#2b2b2bb3;margin:0}.app-card__tags{position:relative;display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.3rem}.app-card__cta{position:relative;display:inline-flex;align-items:center;gap:.45rem;margin-top:.8rem;padding:.65rem 1.4rem;border-radius:9px;background:#4c6a55;color:#fff;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .25s ease,transform .2s ease,box-shadow .25s ease;width:fit-content;box-shadow:0 3px 12px #4c6a5540}.app-card__cta:hover{background:#374c3d;transform:translateY(-2px);box-shadow:0 5px 18px #4c6a5559;color:#fff}.app-card__cta svg{width:1rem;height:1rem}.projects__tech{background:#f9f9f7}.tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;max-width:1200px;margin:0 auto}.tech-card{border-radius:14px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 3px 16px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.tech-card:hover{transform:translateY(-4px);box-shadow:0 8px 26px #4c6a5524}.tech-card__img-wrapper{width:100%;height:170px;background:#d7bfa540;overflow:hidden;position:relative;padding:.6rem;box-sizing:border-box;box-shadow:inset 0 2px 8px #0000000f}.tech-card__img-wrapper:after{content:"";position:absolute;inset:0;background:#4c6a5500;transition:background .3s ease;pointer-events:none}.tech-card:hover .tech-card__img-wrapper:after{background:#4c6a550a}.tech-card__img{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:6px;transition:transform .4s ease}.tech-card:hover .tech-card__img{transform:scale(1.04)}.tech-card__body{position:relative;padding:1.4rem 1.1rem 1.2rem;text-align:left;background:#fff}.tech-card__body:before{content:"";position:absolute;top:-28px;left:0;width:100%;height:56px;background:#fff;border-radius:50% 50% 0 0}.tech-card__title{position:relative;font-family:Inter,sans-serif;font-size:.88rem;font-weight:700;color:#2b2b2b;line-height:1.35;margin:0 0 .5rem}.tech-card__tags{position:relative;display:flex;flex-wrap:wrap;gap:.35rem}.projects__mockups{background:#d7bfa559}.mockups-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;max-width:1200px;margin:0 auto;justify-items:center}.mockup-card{width:100%;border-radius:14px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 3px 16px #0000000f;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.mockup-card:hover{transform:translateY(-4px);box-shadow:0 8px 26px #4c6a5524}.mockup-card__img-wrapper{width:100%;height:180px;background:#d7bfa540;overflow:hidden;position:relative;padding:.6rem;box-sizing:border-box;box-shadow:inset 0 2px 8px #0000000f}.mockup-card__img{width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:6px;transition:transform .4s ease}.mockup-card:hover .mockup-card__img{transform:scale(1.04)}.mockup-card__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#4c6a5500;transition:background .3s ease;pointer-events:none}.mockup-card:hover .mockup-card__overlay{background:#4c6a551f}.mockup-card__zoom-icon{width:2rem;height:2rem;color:#fff;opacity:0;transform:scale(.7);transition:opacity .3s ease,transform .3s ease;filter:drop-shadow(0 2px 6px rgba(0,0,0,.3))}.mockup-card:hover .mockup-card__zoom-icon{opacity:1;transform:scale(1)}.mockup-card__body{position:relative;padding:1.4rem 1.1rem 1.2rem;text-align:left;background:#fff}.mockup-card__body:before{content:"";position:absolute;top:-28px;left:0;width:100%;height:56px;background:#fff;border-radius:50% 50% 0 0}.mockup-card__title{position:relative;font-family:Inter,sans-serif;font-size:.88rem;font-weight:700;color:#2b2b2b;line-height:1.35;margin:0 0 .5rem}.mockup-card__tags{position:relative;display:flex;flex-wrap:wrap;gap:.35rem}.mockups-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;background:#fff9;border:2px dashed rgba(76,106,85,.2);border-radius:16px;max-width:1200px;margin:0 auto}.mockups-placeholder__icon{width:2.4rem;height:2.4rem;color:#4c6a55;opacity:.45}.mockups-placeholder__text{font-size:.95rem;color:#2b2b2b80;font-style:italic;margin:0}.lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#000000d1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:lightbox-fade-in .25s ease}.lightbox__content{position:relative;width:90vw;max-width:900px;max-height:90vh;display:flex;flex-direction:column;align-items:center}.lightbox__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.8rem 0 1rem;flex-shrink:0}.lightbox__info{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.lightbox__title{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;color:#fff;margin:0}.lightbox__tags{display:flex;gap:.4rem}.lightbox__tags .tag{color:#ffffffd9;border-color:#ffffff4d;background:#ffffff1a}.lightbox__scroll-area{flex:1;width:100%;overflow-y:auto;overflow-x:hidden;border-radius:12px;box-shadow:0 12px 48px #0006;background:#fff}.lightbox__scroll-area::-webkit-scrollbar{width:6px}.lightbox__scroll-area::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.lightbox__scroll-area::-webkit-scrollbar-thumb{background:#4c6a5580;border-radius:3px}.lightbox__img{width:100%;display:block;object-fit:contain}.lightbox__close{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffff26;color:#fff;font-size:1.3rem;cursor:pointer;flex-shrink:0;transition:background .2s ease,transform .2s ease}.lightbox__close:hover{background:#ffffff4d;transform:scale(1.1)}.lightbox__arrow{position:fixed;top:50%;transform:translateY(-50%);width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffff26;color:#fff;font-size:1.5rem;cursor:pointer;z-index:10;transition:background .2s ease,transform .2s ease}.lightbox__arrow:hover{background:#4c6a55b3;transform:translateY(-50%) scale(1.08)}.lightbox__arrow--left{left:max(.8rem,50% - 480px)}.lightbox__arrow--right{right:max(.8rem,50% - 480px)}.lightbox__counter{margin-top:.6rem;font-size:.8rem;color:#ffffff80;font-family:Inter,sans-serif;flex-shrink:0}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.tag{display:inline-block;padding:.22rem .65rem;font-size:.73rem;font-weight:600;font-family:Inter,sans-serif;color:#4c6a55;background:transparent;border:1px solid rgba(76,106,85,.3);border-radius:6px;letter-spacing:.02em;line-height:1.4;transition:background .2s ease,border-color .2s ease}.app-card .tag{background:#4c6a5514;border-color:#4c6a5533}@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}.projects__section{padding:2.5rem clamp(1rem,3vw,1.6rem)}.tech-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.tech-card__img-wrapper{height:140px}.tech-card__body{padding:1.2rem .9rem 1rem}.tech-card__body:before{top:-22px;height:44px}.tech-card__title{font-size:.82rem}.mockups-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.mockup-card__img-wrapper{height:140px}.mockup-card__body{padding:1.2rem .9rem 1rem}.mockup-card__body:before{top:-22px;height:44px}.lightbox__arrow--left{left:.5rem!important}.lightbox__arrow--right{right:.5rem!important}}@media(max-width:599px){.app-card{max-width:100%}.app-card__img-wrapper,.app-card__logo-wrapper{height:190px}.app-card__logo{width:110px;height:110px;padding:14px}.app-card__body{padding:1.8rem 1.2rem 1.5rem}.app-card__body:before{top:-30px;height:60px}.tech-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.tech-card__img-wrapper{height:120px}.tech-card__body{padding:1rem .7rem .85rem}.tech-card__body:before{top:-18px;height:36px}.tech-card__title{font-size:.78rem;margin-bottom:.35rem}.tag{font-size:.65rem;padding:.18rem .5rem}.mockups-placeholder{padding:2rem 1.2rem}.mockups-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.mockup-card__img-wrapper{height:120px}.mockup-card__body{padding:1rem .7rem .85rem}.mockup-card__body:before{top:-18px;height:36px}.mockup-card__title{font-size:.78rem;margin-bottom:.35rem}.lightbox__content{width:95vw}.lightbox__arrow{width:2.2rem;height:2.2rem;font-size:1.1rem}.lightbox__arrow--left{left:.3rem!important}.lightbox__arrow--right{right:.3rem!important}.lightbox__title{font-size:.95rem}.lightbox__header{padding:.5rem 0 .6rem}}@media(min-width:600px)and (max-width:1023px){.tech-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem;max-width:800px;margin:0 auto}.tech-card__img-wrapper{height:160px}}.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-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}.service-inline-header{padding:2.5rem .5rem 2rem;text-align:center;background:#d7bfa5;border-radius:22px;margin:2rem .5rem 2.5rem;box-shadow:0 14px 28px #0000001f,inset 0 0 0 1px #0000000f}@media(min-width:1024px){.service-inline-header{padding:2.5rem 3rem;margin:2.5rem 4rem 3rem}}.service-inline-header:before{content:"";display:block;width:80px;height:4px;background:#4c6a55;border-radius:999px;margin:0 auto 1.25rem}.service-inline-header__title{font-family:Playfair Display,serif;font-size:clamp(1.15rem,4.5vw,2.4rem);font-weight:700;color:#415b49;line-height:1.3;margin:0 0 .75rem}.service-inline-header__title .hero-line{display:inline}.service-inline-header__title .hero-line--2:before{content:" "}@media(min-width:1024px){.service-inline-header__title .hero-line{display:block}.service-inline-header__title .hero-line--2:before{content:none}}.service-inline-header__subtitle{display:block;font-size:clamp(.9rem,1.5vw,1.05rem);color:#2b2b2bc7;line-height:1.65;width:100%;background:#ffffffd1;border-radius:14px;padding:1.1rem .5rem;box-shadow:0 4px 14px #00000014,inset 0 0 0 1px #0000000f}@media(min-width:1024px){.service-inline-header__subtitle{padding:1.2rem 2rem;width:92%;margin:0 auto}}.service-inline-header__subtitle a{color:inherit;text-decoration:none}.service-page--inline{padding-top:0}.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:#ffffffd1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem 7.5rem;border-radius:2.2rem;text-align:center;color:#4c6a55;box-shadow:0 14px 28px #0000001f,inset 0 0 0 1px #0000000f;border:none}.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 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.1rem}.service-page .services-overview{display:flex;flex-direction:row-reverse;gap:3rem;align-items:center}.service-page .services-overview .split__text{flex:1;margin-bottom:0}.service-page .services-overview .split__img{flex:1;margin-bottom:0;display:flex;align-items:center}.service-page .services-overview .split__img img{width:100%;border-radius:.8rem;box-shadow:0 4px 14px #0003;display:block}.service-items-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1rem}.service-item-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem .6rem .9rem;min-height:100px;background:#4c6a550f;border-radius:12px;border:1px solid rgba(76,106,85,.12);text-align:center;transition:background .2s ease,box-shadow .2s ease}.service-item-card:hover{background:#4c6a551c;box-shadow:0 4px 12px #4c6a551f}.service-item-card__icon{width:1.35rem;height:1.35rem;min-width:1.35rem;min-height:1.35rem;color:#4c6a55;flex-shrink:0;box-sizing:content-box}.service-item-card__label{font-size:.83rem;font-weight:600;color:#415b49;line-height:1.3}@media(min-width:1024px){.service-page .services-overview{margin-bottom:5rem}.service-items-grid{gap:1rem;margin-top:0;max-width:380px}.service-item-card{aspect-ratio:1/1;gap:.75rem;padding:1rem;border-radius:16px}.service-item-card__icon{width:2rem;height:2rem;min-width:2rem;min-height:2rem}.service-item-card__label{font-size:.9rem}.service-page .services-overview .split__text{display:flex;flex-direction:column;align-items:center}.service-page .services-overview .split__text h2{margin-bottom:1rem}.steps li{min-height:180px}}.full-bg{width:100vw;margin-left:calc(-50vw + 50%);position:relative;padding-top:2.5rem;padding-bottom:2.5rem;background:linear-gradient(180deg,#eef3ef,#f7f9f9,#f0f4f1)}.steps{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;counter-reset:etp}.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:.5rem;text-align:center}.steps li .step-desc{display:block;font-size:.93rem;color:#2b2b2ba6;line-height:1.5;text-align:center;font-weight:400}.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__layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch}@media(max-width:1023px){.offers-grid__layout{grid-template-columns:1fr;align-items:start}}.offers-grid .offer{border-radius:1rem;padding:2rem 1.5rem 1.5rem;box-shadow:0 4px 12px #00000014}.offers-grid .offer .offer__icon{width:1.05rem;height:1.05rem;min-width:1.05rem;min-height:1.05rem;margin-right:.55rem;vertical-align:middle;flex-shrink:0;box-sizing:content-box}.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.1rem;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--options,.offers-grid .offer--ecommerce{background:#f1f4f3}.offers-grid .offer__meta{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.4rem;justify-content:center}.offers-grid .offer__meta-item{font-size:.78rem;font-weight:600;padding:.3rem .9rem;border-radius:999px;letter-spacing:.2px}.offers-grid .offer__meta-item--tarif{background:#4c6a551a;color:#415b49;border:1px solid rgba(76,106,85,.2)}.offers-grid .offer__meta-item--delai{background:#4c6a550f;color:#415b49;border:1px solid rgba(76,106,85,.15)}.offers-grid .offer--options ul li:before{content:"+";font-size:1.1rem;color:#4c6a558c}.offers-grid .offer--cta{display:flex;flex-direction:column;align-items:center;text-align:center;background:#4c6a55;border:none;padding:2.5rem 2rem 2rem}.offers-grid .offer--cta .cta-icon{width:2rem;height:2rem;color:#ffffffb3;margin-bottom:1.2rem;box-sizing:content-box;flex-shrink:0}.offers-grid .offer--cta h3{font-size:1.25rem;font-weight:700;color:#fff;background:none;border:none;box-shadow:none;padding:0;border-radius:0;margin-bottom:1.8rem}.offers-grid .offer--cta .btn-cta{display:inline-flex;align-items:center;gap:.45rem;background:#fff;color:#4c6a55;width:auto;height:auto;border-radius:999px;font-weight:700;font-size:.95rem;padding:.75rem 1.8rem;border:none;cursor:pointer;box-shadow:0 4px 16px #00000026;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.offers-grid .offer--cta .btn-cta svg{width:1rem;height:1rem;box-sizing:content-box;flex-shrink:0}.offers-grid .offer--cta .btn-cta:hover{background:#f2f2f2;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.offers-grid .offer__cta-reassurance{margin-top:1.1rem;margin-bottom:0;font-size:.73rem;color:#fff9;font-style:italic;letter-spacing:.3px;text-align:center;padding:0}@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 h2{font-size:clamp(1.6rem,5vw,1.8rem);margin-bottom:1.6rem;text-align:center;padding:0 1.3rem}.service-page p:not(.service-inline-header__subtitle){font-size:clamp(1rem,4.2vw,1.05rem);line-height:1.65;margin-bottom:1.2rem;padding:0 1.5rem}.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}.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 .2rem}.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 .offer{padding:clamp(1.2rem,4vw,1.6rem);border-radius:1rem;box-shadow:0 6px 16px #00000014;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 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--options li:before{content:"+";font-size:1.1rem;color:#4c6a558c}.offers-grid .offer--cta{padding:clamp(2rem,4vw,2.5rem) 1.5rem 1.8rem}.offers-grid .offer--cta h3{font-size:clamp(1rem,4.5vw,1.2rem);margin-bottom:1.4rem}.offers-grid .offer--cta .btn-cta{font-size:clamp(.88rem,3.8vw,.95rem);padding:.7rem 1.5rem}.offers-grid .offer--cta .offer__cta-reassurance{font-size:.72rem}}@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__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__layout{grid-template-columns:repeat(2,1fr);gap:2rem}.offers-grid .offer--cta .btn-cta{font-size:.95rem;padding:.75rem 1.8rem}}.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__section a{color:#2b2b2b;text-decoration:underline;text-underline-offset:2px}.legal-page__section a:hover{text-decoration-thickness:2px}@media(max-width:600px){.legal-page{padding:2.5rem 0}.legal-page>.site-wrapper{padding:0 1rem}.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__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}}
