:root{--c-deep:#008392;--c-light:#84CDC5;--c-ink:#231F20;--c-bg:#FFFFFF;--radius:16px;--shadow:0 18px 40px rgba(35,31,32,.10);--container:1180px;--gap:clamp(16px,2vw,28px);--logo-w:340px;--footer-logo-w:360px;--h1:clamp(34px,4.4vw,54px);--h2:clamp(28px,3.2vw,40px);--h3:20px;--p:16px;--lead:18px;--focus:0 0 0 4px rgba(132,205,197,.35);--header-h:156px;}*{box-sizing:border-box;}html{scroll-behavior:smooth;}body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--c-ink);background:var(--c-bg);line-height:1.55;background-image:radial-gradient(circle at 100% 0%,rgba(255,180,0,0.08) 0%,transparent 40%),radial-gradient(circle at 0% 50%,rgba(255,140,0,0.05) 0%,transparent 45%),radial-gradient(circle at 80% 80%,rgba(255,100,0,0.04) 0%,transparent 40%);background-attachment:fixed;}a{color:inherit;}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:none;box-shadow:var(--focus);border-radius:10px;}img,video{max-width:100%;height:auto;display:block;}.container{width:min(var(--container),calc(100% - 32px));margin-inline:auto;}.section{padding:clamp(54px,6vw,96px) 0;}h1{font-size:var(--h1);line-height:1.06;margin:0 0 14px;letter-spacing:-0.02em;}h2{font-size:var(--h2);line-height:1.12;margin:0 0 14px;letter-spacing:-0.01em;}h3{font-size:var(--h3);margin:0 0 8px;}p{margin:0 0 14px;font-size:var(--p);}.lead{font-size:var(--lead);max-width:58ch;color:rgba(35,31,32,.85);}.muted{color:rgba(35,31,32,.70);}.tiny{font-size:13px;}.kicker{display:inline-flex;gap:10px;align-items:center;color:#005f6b;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:12px;margin-bottom:14px;}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:blur(10px);border-bottom:1px solid rgba(35,31,32,.08);}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0;min-height:var(--header-h);}.brand{min-width:0;}.brand img{width:var(--logo-w);height:auto;}.site-nav{display:flex;align-items:center;gap:14px;}.site-nav a{text-decoration:none;color:rgba(35,31,32,.86);font-weight:600;font-size:14px;padding:10px 10px;border-radius:10px;}.site-nav a:hover{background:rgba(132,205,197,.18);color:var(--c-ink);}.site-nav a.is-active{color:#005f6b;background:rgba(0,131,146,.10);}.nav-toggle{display:none;width:44px;height:44px;border:1px solid rgba(35,31,32,.14);background:#fff;border-radius:12px;padding:10px;cursor:pointer;}.nav-toggle span{display:block;height:2px;background:var(--c-ink);margin:6px 0;border-radius:99px;}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border-radius:14px;font-weight:700;text-decoration:none;transition:transform .15s ease,background .15s ease,border-color .15s ease;border:1px solid transparent;white-space:nowrap;}.btn:active{transform:translateY(1px);}.btn-primary{background:var(--c-deep);color:#fff;border-color:rgba(0,0,0,.04);}.btn-primary:hover{background:#006e7a;}.btn-ghost{background:rgba(132,205,197,.20);color:var(--c-ink);border-color:rgba(0,131,146,.18);}.btn-ghost:hover{background:rgba(132,205,197,.32);}.hero{padding-top:clamp(24px,3vw,48px);padding-bottom:clamp(24px,3vw,48px);}.hero .hero-grid{grid-template-columns:1fr;justify-items:center;text-align:center;}.hero .hero-content{width:100%;max-width:960px;margin-inline:auto;text-align:center;display:flex;flex-direction:column;align-items:center;}.hero .hero-content>*{width:100%;max-width:960px;margin-left:auto;margin-right:auto;text-align:center;}.hero h1::after{left:50%;right:auto;transform:translateX(-50%);}.hero .kicker{justify-content:center;}body.home-page:not(.chi-siamo-page):not(.percorso-page):not(.contatti-page):not(.grazie-page) .hero{padding-top:clamp(24px,3vw,48px);padding-bottom:clamp(24px,3vw,48px);}body.percorso-page .hero{padding-top:clamp(24px,3vw,48px);padding-bottom:clamp(24px,3vw,48px);}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:clamp(18px,4vw,44px);}.hero-media img{border-radius:var(--radius);box-shadow:var(--shadow);}.project-grid--single{grid-template-columns:1fr;}.home-steps .steps-head{display:flex;align-items:center;justify-content:flex-start;gap:clamp(4px,0.8vw,10px);}.home-steps .steps-head-content{min-width:0;}.home-steps .steps-head-media{flex:0 0 auto;display:flex;align-items:center;justify-content:center;}.home-steps .steps-head-image{width:clamp(96px,12vw,140px);height:clamp(96px,12vw,140px);object-fit:contain;display:block;}@media (max-width:860px){.home-steps .steps-head{display:grid;grid-template-columns:1fr auto;column-gap:clamp(6px,1.2vw,12px);row-gap:8px;align-items:center;}.home-steps .steps-head-content{display:contents;}.home-steps .steps-head .section-title{grid-column:1;grid-row:1;}.home-steps .steps-head .lead{grid-column:1 / -1;grid-row:2;}.home-steps .steps-head-media{grid-column:2;grid-row:1;margin-top:0;}}.card{border:1px solid rgba(35,31,32,.10);border-radius:var(--radius);padding:clamp(16px,2vw,22px);background:#fff;box-shadow:0 12px 26px rgba(35,31,32,.06);}.form-anchor{scroll-margin-top:120px;}.contact-form{display:grid;gap:16px;}.contact-form .form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}.contact-form .form-field{display:flex;flex-direction:column;gap:6px;}.contact-form label,.contact-form .form-label{font-weight:600;font-size:14px;}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid rgba(35,31,32,.18);border-radius:12px;padding:12px 14px;font-size:15px;font-family:inherit;background:#fff;color:inherit;}.contact-form textarea{min-height:140px;resize:vertical;}.contact-form .form-choice{display:flex;flex-wrap:wrap;gap:14px;}.contact-form .form-choice label{display:inline-flex;align-items:center;gap:8px;font-weight:600;}.contact-form .form-actions{display:flex;flex-direction:column;gap:8px;align-items:flex-start;}.contact-form .form-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;}@media (max-width:720px){.contact-form .form-row{grid-template-columns:1fr;}}.site-footer{border-top:1px solid rgba(35,31,32,.10);padding:34px 0;}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:var(--gap);}.footer-title{font-size:14px;margin:0 0 10px;color:rgba(35,31,32,.85);}.footer-links{list-style:none;padding:0;margin:0;}.footer-links li{margin:8px 0;}.footer-links a{color:rgba(35,31,32,.80);text-decoration:none;}.footer-links a:hover{color:var(--c-deep);text-decoration:underline;}.site-footer .footer-logo{width:var(--footer-logo-w);height:auto;}@media (max-width:980px){.hero-grid{grid-template-columns:1fr;}.footer-grid{grid-template-columns:1fr;}}@media (max-width:480px){.btn{white-space:normal;text-align:center;}}@media (max-width:860px){:root{--logo-w:270px;--footer-logo-w:300px;--header-h:130px;}.nav-toggle{display:inline-flex;}.site-header{background:#fff;backdrop-filter:none;}.site-header .header-inner{align-items:center;}.site-header .nav-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;gap:6px;line-height:0;}.site-header .nav-toggle span{width:26px;height:2px;margin:0;}.site-nav{position:fixed;top:calc(var(--header-h) + 12px);left:16px;right:16px;background:#fff;border:1px solid rgba(35,31,32,.10);border-radius:16px;padding:12px;display:none;flex-direction:column;align-items:stretch;z-index:1000;max-height:calc(100vh - (var(--header-h) + 28px));overflow-y:auto;overflow-x:hidden;box-shadow:var(--shadow);}.site-nav.is-open{display:flex;}.site-nav a{width:100%;}.site-nav .btn.btn-primary{color:#fff !important;}}body.nav-open{overflow:hidden;}.section--light h1,.section--light h2,.section--light h3,.section--light .section-title h2,.section--light .hero-title-line,.section--light .hero-title-main,.section--light .hero-title-sub{color:var(--c-deep) !important;}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark .section-title h2,.section--dark .hero-title-line,.section--dark .hero-title-main,.section--dark .hero-title-sub{color:var(--c-light) !important;}.chi-method .chi-copy>.lead{background:none !important;box-shadow:none !important;border:0 !important;padding:0 !important;}.chi-method .section__panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(160px,220px);gap:var(--gap);align-items:start;}.chi-method .section-head,.chi-method .chi-copy{grid-column:1;}.chi-method .chi-method-media{grid-column:2;display:flex;justify-content:flex-end;align-self:center;}.chi-method .chi-method-image{width:min(200px,100%);height:auto;display:block;border:0;border-radius:0;box-shadow:none;}@media (max-width:980px){.chi-method .section__panel{grid-template-columns:1fr;}.chi-method .section-head,.chi-method .chi-copy,.chi-method .chi-method-media{grid-column:1;}.chi-method .chi-method-media{justify-content:center;margin-top:14px;}}.chi-team--white,.chi-team--white .section__panel{background-color:#ffffff !important;background-image:linear-gradient(180deg,rgba(132,205,197,.38) 0%,rgba(132,205,197,.22) 45%,rgba(255,255,255,.96) 100%) !important;}.chi-team--white::before,.chi-team--white::after,.chi-team--white .section__panel::before,.chi-team--white .section__panel::after{content:none !important;display:none !important;}.chi-team .chi-team-nav{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;}.chi-team .chi-team-nav .chi-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;border:1px solid rgba(35,31,32,.12);background:rgba(132,205,197,.16);text-decoration:none;font-weight:700;}.chi-team .chi-team-nav .chi-chip .icon{width:18px;height:18px;}.chi-team .chi-points{list-style:none;padding:0;margin:14px 0 0;display:grid;gap:10px;}.chi-team .chi-point{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start;}.chi-team .chi-point-icon{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#ffffff !important;border:1px solid rgba(0,131,146,.18);box-shadow:none;}.chi-team .chi-point-icon .icon{width:18px;height:18px;stroke:var(--c-deep);}.pill-note{font-weight:700;color:rgba(35,31,32,.72);margin-left:6px;white-space:nowrap;}@media (max-width:480px){.pill-note{white-space:normal;display:inline;}}@media (max-width:720px){.chi-team .chi-team-nav .chi-chip{width:100%;justify-content:center;}.chi-team .chi-point{grid-template-columns:30px 1fr;}.chi-team .chi-point-icon{width:30px;height:30px;border-radius:10px;}.chi-team .chi-point-icon .icon{width:16px;height:16px;}}.chi-team .chi-profile .chi-profile-title .chi-name{color:#ffffff !important;}.percorso-forwho{background:#008392 !important;color:#ffffff;}.percorso-forwho .kicker,.percorso-forwho h1,.percorso-forwho h2,.percorso-forwho h3,.percorso-forwho p,.percorso-forwho .lead,.percorso-forwho .forwho-h3,.percorso-forwho .forwho-intro{color:#ffffff}.percorso-forwho .section__panel{background:transparent !important;}.percorso-forwho-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap);margin-top:18px;}.percorso-forwho-col--stack{display:grid;gap:var(--gap);align-content:start;}@media (max-width:980px){.percorso-forwho-grid{grid-template-columns:1fr;}}section#pacchetti.percorso-pacchetti,section.percorso-pacchetti#pacchetti,.percorso-page #pacchetti.percorso-pacchetti{background-color:#84cdc5 !important;background-image:none !important;}.percorso-page #pacchetti.percorso-pacchetti .section__panel,.percorso-page #pacchetti.percorso-pacchetti .container{background:transparent !important;background-image:none !important;}.percorso-page #pacchetti.percorso-pacchetti::before,.percorso-page #pacchetti.percorso-pacchetti::after,.percorso-page #pacchetti.percorso-pacchetti .section__panel::before,.percorso-page #pacchetti.percorso-pacchetti .section__panel::after{content:none !important;display:none !important;}.chi-choice{--divider-image:none;--divider-height:0;--divider-opacity:0;padding-top:clamp(16px,2vw,28px);}.chi-siamo-page main .chi-team{padding-bottom:0;}.chi-siamo-page main .chi-choice{padding-top:0;}body.chi-siamo-page main section.chi-team.section{padding-bottom:22px;}body.chi-siamo-page main section.chi-choice.section{padding-top:22px;}body.contatti-page.home-page .form-anchor{--pattern-image:linear-gradient(180deg,rgba(132,205,197,.28) 0%,rgba(255,255,255,.96) 70%),url("/assets/ester/10_pattern_punti_soft.svg");--pattern-repeat:no-repeat,repeat;--pattern-size:cover,320px;--pattern-position:center,center;margin-top:clamp(40px,6vw,72px);}body.contatti-page.home-page .contatti-pros{--pattern-image:linear-gradient(180deg,rgba(132,205,197,.28) 0%,rgba(255,255,255,.96) 70%),url("/assets/ester/10_pattern_punti_soft.svg");--pattern-repeat:no-repeat,repeat;--pattern-size:cover,320px;--pattern-position:center,center;}.chi-choice .chi-choice-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(18px,4vw,44px);align-items:center;}.chi-choice .chi-choice-media{display:flex;justify-content:flex-end;align-items:center;}.chi-choice .section-title{text-align:left;}.chi-choice .section-title h2{margin-left:0;margin-right:0;}.chi-choice .chi-choice-image{width:auto;max-width:240px;height:auto;display:block;border:0 !important;outline:0 !important;border-radius:0 !important;box-shadow:none !important;background:transparent !important;object-fit:contain;}.chi-choice .chi-choice-image,.chi-choice .chi-choice-image:hover,.chi-choice .chi-choice-image:active{transform:none !important;filter:none !important;opacity:1 !important;}@media (max-width:980px){.chi-choice .chi-choice-grid{grid-template-columns:1fr;}.chi-choice .chi-choice-media{justify-content:center;margin-top:18px;}.chi-choice .chi-choice-image{max-width:180px;}.chi-choice .chi-choice-content{text-align:center;}.chi-choice .section-title{display:flex;justify-content:center;text-align:center !important;}.chi-choice .section-title h2{text-align:center;margin-left:0;margin-right:0;}.chi-choice .section-title h2::after{left:50% !important;right:auto !important;width:70% !important;transform:translateX(-50%) !important;}.chi-choice .section-head,.chi-choice .chi-copy{text-align:center !important;}.chi-choice .section-cta{justify-content:center;}}body.chi-siamo-page main .chi-profile-actions .btn:hover,body.chi-siamo-page main .chi-profile-actions .btn:active,body.chi-siamo-page main .chi-profile-actions .btn:focus-visible{background:#006e7a;color:#ffffff;border-color:#006e7a;}.cookie-banner[hidden]{display:none !important;}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:99999;padding:14px;background:transparent;border-top:0;backdrop-filter:none;}.cookie-banner__box{width:min(980px,calc(100% - 28px));margin:0 auto;background:#fff;border:1px solid rgba(35,31,32,.12);border-radius:16px;padding:14px 14px;box-shadow:0 18px 40px rgba(35,31,32,.12);text-align:left;}.cookie-banner__title{margin:0 0 6px;color:var(--c-ink);}.cookie-banner__text{margin:0 0 12px;color:rgba(35,31,32,.85);font-size:14px;}.cookie-banner__text a{color:#005f6b;font-weight:700;text-decoration:none;}.cookie-banner__text a:hover{text-decoration:underline;}.cookie-banner__actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap;}@media (max-width:520px){.cookie-banner__actions{justify-content:stretch;}.cookie-banner__actions .btn{width:100%;justify-content:center;}}.cookie-fab{position:fixed;left:16px;bottom:16px;z-index:99998;display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:999px;border:1px solid rgba(0,131,146,.22);background:rgba(255,255,255,.92);color:#005f6b;font-weight:800;font-size:13px;cursor:pointer;box-shadow:0 12px 26px rgba(35,31,32,.10);backdrop-filter:blur(8px);}.cookie-fab:hover{background:#fff;}.cookie-fab:active{transform:translateY(1px);}.percorso-image-break{margin-top:clamp(18px,2.6vw,36px);}.percorso-image-break .percorso-image-media{position:relative;border-radius:var(--radius);overflow:hidden;min-height:clamp(200px,28vw,340px);background:image-set(url("/assets/img/stock/percorso-separatore-1920x600.webp") type("image/webp"),url("/assets/img/stock/percorso-separatore-1920x600.jpg") type("image/jpeg")) center/cover no-repeat;}.percorso-image-break .percorso-image-media::after{content:"";position:absolute;inset:0;background:transparent;}.percorso-image-break .percorso-image-quote{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:18px;color:#008392 !important;font-weight:700;line-height:1.2;z-index:1;text-shadow:0 6px 18px rgba(255,255,255,.45);background:radial-gradient(ellipse at center,rgba(255,255,255,.7),rgba(255,255,255,0) 70%);}.percorso-image-break .percorso-image-quote .quote-title{display:block;font-size:clamp(22px,2.6vw,36px);letter-spacing:0.01em;}.percorso-image-break .percorso-image-quote .quote-sub{display:block;font-size:clamp(15px,1.6vw,20px);font-weight:600;margin-top:6px;padding:6px 12px;border-radius:999px;background:rgba(255,255,255,.55);}@media (max-width:720px){.percorso-image-break .percorso-image-media{min-height:clamp(180px,52vw,260px);}}.percorso-testimonianze .testimonials-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (2 * var(--gap))) / 3);gap:var(--gap);overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:var(--gap);padding-bottom:6px;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;}.percorso-testimonianze .testimonials-carousel::-webkit-scrollbar{display:none;}.percorso-testimonianze .testimonials-carousel-wrap{position:relative;}.percorso-testimonianze .testimonials-carousel .testimonial-card{scroll-snap-align:start;display:grid;gap:12px;box-shadow:none;background:#ffffff;}.percorso-testimonianze .testimonial-avatar{width:56px;height:56px;border-radius:999px;overflow:hidden;border:1px solid rgba(35,31,32,.12);background:#fff;}.percorso-testimonianze .testimonial-avatar img{width:100%;height:100%;object-fit:cover;display:block;}.percorso-testimonianze .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:1px solid rgba(35,31,32,.16);background:rgba(255,255,255,.92);color:#008392;display:grid;place-items:center;cursor:pointer;z-index:2;box-shadow:0 10px 20px rgba(35,31,32,.12);}.percorso-testimonianze .carousel-arrow--prev{left:-6px;transform:translateY(-50%) rotate(180deg);}.percorso-testimonianze .carousel-arrow--next{right:-6px;}.percorso-testimonianze .carousel-arrow:hover{background:#ffffff;}@media (max-width:720px){.percorso-testimonianze .testimonials-carousel{grid-auto-columns:100%;}.percorso-testimonianze .carousel-arrow{width:36px;height:36px;}.percorso-testimonianze .carousel-arrow--prev{left:4px;}.percorso-testimonianze .carousel-arrow--next{right:4px;}.percorso-testimonianze .testimonial-avatar{width:48px;height:48px;}}.percorso-forwho .forwho-h3{font-size:clamp(22px,2.6vw,30px);}.percorso-forwho .forwho-intro{font-size:clamp(15px,1.8vw,18px);}.percorso-forwho .forwho-thumb{margin-bottom:12px;border-radius:var(--radius);overflow:hidden;}.percorso-forwho .forwho-thumb img{width:100%;height:150px;object-fit:cover;display:block;}.percorso-forwho .forwho-cards .forwho-card .forwho-thumb img{object-position:center center;}@media (max-width:720px){.percorso-forwho .forwho-thumb img{height:130px;}}.visual-separator__media{display:block;width:100%;margin:0;}.visual-separator__media img{width:100%;max-width:100%;height:var(--sep-h,360px);display:block;border-radius:0 !important;object-fit:cover;object-position:center;}.home-project .home-project-thumb{display:block;width:min(240px,45vw);margin:12px 0 16px auto;}.home-project .home-project-thumb img{width:100%;height:auto;display:block;border-radius:var(--radius);object-fit:cover;}.home-project .project-visual{display:flex;justify-content:flex-end;border-radius:var(--radius);overflow:hidden;}.home-project .project-image{width:100%;max-width:520px;height:auto;display:block;border-radius:var(--radius) !important;box-shadow:none;border:0;}@media (max-width:860px){.home-project .project-visual{justify-content:flex-start;}}@media (prefers-reduced-motion:no-preference){.js-animate .reveal{opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease;will-change:opacity,transform;}.js-animate .reveal--fade{transform:none;}.js-animate .reveal--up{transform:translateY(16px);}.js-animate .reveal--scale{transform:scale(.98);}.js-animate .reveal.is-visible{opacity:1;transform:none;}.js-animate .reveal--delay-1{transition-delay:.08s;}.js-animate .reveal--delay-2{transition-delay:.16s;}}
/* MODIFICATO - Rimosse regole header duplicate (gestione in header-fix.css) */
