@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/google-sans-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/google-sans-500.ttf) format('truetype');
}
@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/google-sans-600.ttf) format('truetype');
}
@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/google-sans-700.ttf) format('truetype');
}

:root{--ink:#111923;--muted:#707781;--red:#2563eb;--red-hover:#1d4ed8;--navy:#08111f;--pale:#f4f5f6;--line:#dfe2e5;--radius:24px;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;background:#fff;color:var(--ink);font-family:"Google Sans",Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #397aca;outline-offset:5px}p{margin:0 0 20px}h1,h2,h3{line-height:1.08;letter-spacing:-.045em;margin:0;font-weight:600}h2{font-size:clamp(36px,4.1vw,58px)}h3{font-size:23px;letter-spacing:-.025em}p,li{color:#58616a}.wrap{width:min(var(--max),calc(100% - 80px));margin-inline:auto}.header{min-height:106px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;font-size:27px;letter-spacing:-1.4px;font-weight:700;white-space:nowrap}.brand-dot{color:var(--red)}.brand-mark{font-size:0;background:var(--red);width:29px;height:29px;border-radius:50% 50% 50% 4px;transform:rotate(-45deg);margin-right:12px;position:relative}.brand-mark span{position:absolute;background:white;width:11px;height:11px;border-radius:50%;left:9px;top:9px}.header nav{display:flex;gap:29px;align-items:center;font-size:14px;font-weight:600}.header nav>a:not(.button):hover{color:var(--red)}.button{background:var(--red);color:#fff;display:inline-flex;align-items:center;justify-content:space-between;gap:26px;padding:17px 24px;min-height:56px;border-radius:9px;font-weight:600;font-size:15px;line-height:1.35;border:1px solid transparent;transition:background .2s,transform .2s}.button:hover{background:var(--red-hover);transform:translateY(-2px)}.button span{font-size:22px;line-height:1}.button.small{font-size:14px;padding:13px 18px;min-height:46px}.button.secondary{background:white;color:var(--ink);border-color:#ccd1d6}.button.secondary:hover{border-color:var(--ink);background:var(--pale)}.menu-toggle{display:none}.hero{position:relative;isolation:isolate;border-radius:var(--radius);background:var(--navy);overflow:hidden;min-height:688px;color:white;padding:72px 60px 75px}.hero-image,.hero-shade{position:absolute;inset:0;z-index:-2}.hero-image{background:url('assets/italia-notte.webp') center right/cover no-repeat}.hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(5,13,26,.98),rgba(5,13,26,.85) 33%,rgba(5,13,26,.15) 80%),linear-gradient(0deg,rgba(5,13,26,.65),transparent 25%)}.hero-content{max-width:530px}.eyebrow{font-size:12px;letter-spacing:.13em;font-weight:700;color:#626b75;margin-bottom:24px}.eyebrow.light{color:#b4c1d3}.hero h1{font-size:clamp(56px,6.1vw,82px);line-height:1.025;letter-spacing:-.055em}.hero h1 span{color:#afcbff}.hero-description{font-size:17px;line-height:1.6;max-width:440px;color:#cbd2dd;margin:28px 0}.micro{font-size:12px;color:#adb7c6;margin:16px 0 0;line-height:1.6}.hero-caption{position:absolute;right:34px;bottom:90px;font-size:12px;letter-spacing:.13em;writing-mode:vertical-rl;color:#b8c5d7;display:flex;align-items:center;gap:18px}.caption-line{height:54px;width:1px;background:#afbbcd}.hero-bottom{position:absolute;bottom:25px;left:60px;right:60px;padding-top:18px;border-top:1px solid #ffffff25;display:flex;justify-content:space-between;color:#b7c2d1;font-size:12px}.benefit-strip{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:24px;align-items:center;border-bottom:1px solid var(--line);padding:33px 0}.benefit-strip p{font-size:13px;margin:0;line-height:1.5}.benefit-strip strong{font-size:14px;color:var(--ink)}.benefit-strip>span{display:flex;align-items:center;gap:17px;color:#9098a3;font-size:12px}.section{padding-block:104px}.intro{display:grid;grid-template-columns:1fr 1fr;gap:100px}.intro-text{padding-top:36px}.lead{font-size:24px;line-height:1.45;letter-spacing:-.02em;color:var(--ink)}.muted{color:#8a9199}.red{color:var(--red)}.text-link{display:inline-flex;gap:30px;align-items:center;border-bottom:1px solid #afb5bb;padding:8px 0;font-size:14px;font-weight:600}.text-link:hover{color:var(--red);border-color:var(--red)}.pale{background:var(--pale)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:54px}.section-heading>p{font-size:15px;margin-bottom:4px}.detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.detail-grid article{border-top:1px solid #cdd2d7;padding-top:25px}.number{font-size:12px;letter-spacing:.13em;color:#747d87;font-weight:700}.detail-grid h3{font-size:22px;margin:33px 0 17px;max-width:210px;line-height:1.2}.detail-grid p{font-size:15px;line-height:1.7;margin:0}.profile-section,.report-section{display:grid;grid-template-columns:1fr 1fr;gap:105px;align-items:center}.profile-section h2,.report-section h2{margin-bottom:28px}.profile-visual{border-radius:var(--radius);background:#edf0f4;padding:37px 48px 24px}.search-example{display:flex;align-items:center;gap:16px;padding:13px 17px;background:white;border:1px solid #e1e4e9;border-radius:24px;font-size:13px;color:#657181;margin-bottom:22px}.search-example>span{font-size:23px}.profile-card{background:white;border-radius:14px;overflow:hidden;box-shadow:0 14px 40px #08111f0c}.profile-cover{background:#182a43;padding:20px 25px;color:#ccd9ed;display:flex;justify-content:space-between;align-items:center;font-size:12px;letter-spacing:.14em}.cover-monogram{font-size:45px;letter-spacing:-.08em;font-weight:bold;color:white}.profile-body{padding:24px}.mini-label{font-size:12px;color:#838c96;letter-spacing:.08em}.profile-body h3{font-size:23px;margin:8px 0}.profile-body>p{font-size:12px;margin-bottom:18px}.profile-actions{display:flex;justify-content:space-between;border-block:1px solid #e7e9ec;padding:15px 0;margin-bottom:10px}.profile-actions>span{display:flex;flex-direction:column;align-items:center;color:#46658f;font-size:19px}.profile-actions small{font-size:12px;margin-top:4px}.profile-row{display:flex;justify-content:space-between;gap:8px;font-size:12px;padding:8px 0}.profile-row>span{color:#79818a}.profile-row strong{font-weight:500}.visual-note{font-size:12px;text-align:center;margin:16px 0 0;color:#6c7684}.check-list{list-style:none;padding:0;margin:26px 0}.check-list li{position:relative;padding-left:25px;margin-bottom:12px;font-size:14px}.check-list li:before{content:'✓';position:absolute;left:0;top:0;color:var(--red)}.small-copy{font-size:12px;line-height:1.7;color:#747c86}.dark{background:var(--navy);color:white}.dark .section-heading>p{color:#a7b5c8}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:34px}.steps article{padding-top:26px;border-top:1px solid #ffffff30}.steps article>span{color:#8095b3;font-size:15px}.steps h3{font-size:22px;margin:30px 0 18px;line-height:1.2}.steps p{color:#a9b7c9;font-size:14px;line-height:1.75}.steps small{font-size:12px;letter-spacing:.1em;color:#8194af}.sectors{display:grid;grid-template-columns:1fr 1fr;gap:120px}.sectors h2{margin-bottom:26px}.sectors>div>p:not(.eyebrow){max-width:365px}.sector-list>div{position:relative;border-bottom:1px solid var(--line);padding:22px 0 22px 42px}.sector-list>div:first-child{padding-top:0}.sector-list>div>span{position:absolute;left:0;font-size:12px;color:#8a939c}.sector-list h3{font-size:20px;line-height:1.3}.sector-list p{font-size:14px;margin:5px 0 0}.sector-list>.small-copy{font-size:12px;margin-top:20px}.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.plan{background:white;border:1px solid var(--line);border-radius:16px;padding:32px 26px;display:flex;flex-direction:column}.plan.featured{border:1px solid var(--red);box-shadow:0 8px 24px #11192305}.plan h3{font-size:30px;margin:26px 0 17px}.plan-intro{font-size:14px;min-height:68px}.plan-type{font-size:12px;border-block:1px solid var(--line);padding:17px 0;margin:0;color:#7a838d}.plan-type span{display:block;color:var(--ink);font-size:18px;margin-top:4px}.plan .check-list{flex:1;margin:24px 0 30px}.plan .check-list li{font-size:13px;margin-bottom:14px}.plan .button{font-size:13px;padding:15px 16px;gap:10px}.plan>small{font-size:12px;color:#727b85;margin-top:15px;line-height:1.6}.plan-note{font-size:12px;text-align:center;margin:26px 0 0}.report{border:1px solid var(--line);border-radius:18px;padding:30px;box-shadow:0 16px 45px #08111f06}.report-top{padding-bottom:25px;border-bottom:1px solid var(--line)}.report-top strong{font-size:19px;letter-spacing:-.02em}.report-top>span{display:block;font-size:12px;letter-spacing:.1em;color:#7f8995;margin-top:8px}.report-line{display:flex;gap:23px;margin-top:25px}.report-line>span{color:var(--red);font-size:12px}.report-line h3{font-size:19px;letter-spacing:-.02em;margin:0 0 8px}.report-line p{font-size:13px;margin:0}.report-note{background:var(--pale);padding:16px;border-radius:7px;font-size:12px;color:#69747f;margin-top:26px}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.faq-layout h2{margin-bottom:24px}.faqs details{border-bottom:1px solid #d8dde1}.faqs details:first-child{border-top:1px solid #d8dde1}.faqs summary{padding:24px 35px 24px 0;cursor:pointer;list-style:none;font-weight:600;font-size:16px;position:relative;line-height:1.5}.faqs summary::-webkit-details-marker{display:none}.faqs summary:after{content:'+';position:absolute;right:4px;top:22px;color:#8b949e;font-size:24px;font-weight:400}.faqs details[open] summary:after{content:'−'}.faqs details[open] summary{color:var(--red)}.faqs details p{font-size:14px;line-height:1.8;padding-right:30px}.lead-section{display:grid;grid-template-columns:.95fr 1.05fr;gap:90px}.lead-section h2{margin-bottom:30px}.lead-section>div>p:not(.eyebrow){max-width:350px}.lead-steps{counter-reset:lead;list-style:none;padding:0;margin:28px 0}.lead-steps li{font-size:14px;position:relative;padding:12px 0 12px 36px}.lead-steps li:before{counter-increment:lead;content:'0'counter(lead);font-size:12px;position:absolute;left:0;color:var(--red)}form{background:var(--pale);border-radius:18px;padding:30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:19px 16px}label{font-size:12px;font-weight:600;display:block}label>span{font-weight:400;color:#737c87}input,textarea,select{display:block;width:100%;padding:12px 13px;font-size:14px;background:#fff;border:1px solid #d5dbe0;border-radius:6px;color:var(--ink);margin-top:7px;min-height:46px}input::placeholder,textarea::placeholder{color:#939aa3;opacity:1}textarea{resize:vertical}input:focus,textarea:focus,select:focus{outline:2px solid #507ba9;outline-offset:2px}label small{font-size:12px;line-height:1.5;font-weight:400;display:block;color:#737c87;margin-top:7px}.full{grid-column:1/-1}.consent{display:flex;align-items:flex-start;gap:10px;margin:22px 0}.consent input{width:16px;min-height:16px;height:16px;flex:none;margin:3px 0 0;accent-color:var(--red)}.consent>span{font-size:12px;line-height:1.7;color:#646e79}.consent a{text-decoration:underline}.honey{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}form .button{width:100%}.form-notice{font-size:12px;border-left:2px solid #92a1b5;padding:8px 12px;background:#e7ecf1;color:#4f6076;margin-bottom:22px}#form-status{font-size:13px;margin:12px 0 0}#form-status:empty{display:none}.button:disabled{opacity:.6;cursor:wait;transform:none}.footer{background:var(--navy);color:#f2f5f8;padding:68px 0 28px}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer-main p{font-size:14px;color:#96a5ba;margin-top:18px}.footer h3{font-size:12px;letter-spacing:0;margin:0 0 20px}.footer-main>div>a:not(.brand){display:block;font-size:13px;color:#99a9bd;margin:10px 0}.footer a:hover{color:white}.footer-bottom{display:flex;justify-content:space-between;gap:30px;align-items:center;border-top:1px solid #ffffff20;padding-top:28px;margin-top:45px}.footer-bottom p,.footer-bottom a{font-size:12px;color:#8293ab;margin:0}.legal-details{font-size:12px;color:#8293ab;margin:20px 0 0}.skip{position:fixed;top:-100px;left:20px;background:white;color:black;z-index:100;padding:12px}.skip:focus{top:10px}.legal-page{max-width:800px;min-height:60vh}.legal-page h1{font-size:48px;margin-bottom:30px}.legal-page h2{font-size:24px;margin:35px 0 15px}.legal-page a{text-decoration:underline}.legal-page .notice{background:#fff4df;padding:20px;border-left:3px solid #c48a1e}.legal-page p,.legal-page li{font-size:15px}
@media(min-width:1500px){.hero{min-height:740px;padding-top:85px}.hero-image{background-position:65% center}}@media(max-width:1100px){.wrap{width:calc(100% - 48px)}.header nav{gap:19px}.hero{padding:55px 40px 80px;min-height:660px}.hero-bottom{left:40px;right:40px}.intro,.profile-section,.report-section,.sectors,.faq-layout,.lead-section{gap:50px}.detail-grid,.steps{gap:23px}.plan{padding:27px 20px}.plan h3{font-size:25px}.profile-visual{padding:28px}.section-heading{gap:30px}.header .brand{font-size:25px}}
@media(max-width:820px){.header{min-height:88px;position:relative}.menu-toggle{display:flex;gap:15px;align-items:center;border:1px solid var(--line);background:white;padding:10px 14px;border-radius:6px;font-size:14px}.header nav{display:none;position:absolute;top:77px;left:0;right:0;z-index:10;flex-direction:column;align-items:stretch;gap:0;padding:16px 22px;background:white;border:1px solid var(--line);border-radius:12px;box-shadow:0 15px 30px #08111f15}.header nav.open{display:flex}.header nav>a{padding:13px}.header nav .button{margin-top:8px}.hero{min-height:670px}.hero h1{font-size:64px}.hero-image{background-position:60% center;opacity:.8}.hero-shade{background:linear-gradient(90deg,#050d1af5,#050d1a80)}.hero-caption{display:none}.benefit-strip{grid-template-columns:1fr 1fr;gap:24px;padding:28px 0}.section{padding-block:72px}.intro,.profile-section,.report-section,.sectors,.faq-layout,.lead-section{grid-template-columns:1fr;gap:38px}.intro-text{padding:0}.section-heading{display:block;margin-bottom:40px}.section-heading>p{margin-top:24px}.detail-grid,.steps{grid-template-columns:1fr 1fr;gap:35px}.profile-visual{width:100%;max-width:460px;margin:auto;order:2}.profile-section>div:last-child{max-width:550px}.plans{grid-template-columns:1fr}.plan{padding:30px}.plan h3{font-size:32px;margin-top:20px}.plan-intro{min-height:0}.plan .button{font-size:15px}.plan .check-list li{font-size:14px}.plan>small{font-size:12px}.plan-type{font-size:14px}.footer-main{grid-template-columns:1.5fr 1fr;gap:30px}.footer-bottom{flex-wrap:wrap}.sectors>div>p:not(.eyebrow),.lead-section>div>p:not(.eyebrow){max-width:100%}.report{max-width:600px}.faq-layout{gap:25px}}
@media(max-width:480px){.wrap{width:calc(100% - 32px)}.header{min-height:80px}.brand{font-size:25px}.brand-mark{width:25px;height:25px;margin-right:10px}.brand-mark span{left:8px;top:8px;width:9px;height:9px}.hero{padding:40px 25px 77px;min-height:666px;border-radius:18px}.hero h1{font-size:53px}.hero .eyebrow{font-size:12px;letter-spacing:.09em;max-width:240px}.hero-description{font-size:15px;margin:24px 0}.hero .button{font-size:13px;padding:16px 18px;gap:15px}.hero-image{background-position:67% center}.hero-bottom{left:25px;right:25px;font-size:12px}.micro{font-size:12px}.benefit-strip{grid-template-columns:1fr;gap:18px;padding:27px 10px}.benefit-strip p br{display:none}.benefit-strip p strong{margin-left:5px}.benefit-strip>span{gap:20px}.section{padding-block:58px}h2{font-size:37px}.lead{font-size:22px}.detail-grid,.steps{grid-template-columns:1fr}.detail-grid h3{max-width:none;margin-top:19px}.detail-grid p{font-size:15px}.steps h3{margin-top:20px}.steps p{font-size:15px}.profile-visual{padding:24px 18px}.profile-body{padding:22px 18px}.profile-row{font-size:12px}.profile-actions small{font-size:12px}.plan{padding:27px 23px}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}form{padding:24px 19px}input,textarea,select{font-size:16px}label{font-size:13px}.consent>span{font-size:12px}.footer{padding-top:48px}.footer-main{grid-template-columns:1fr 1fr;gap:30px 20px}.footer-main>div:first-child{grid-column:1/-1}.footer-main>div>a:not(.brand){font-size:12px}.footer-bottom{display:block}.footer-bottom p{margin-bottom:15px}.report{padding:25px 22px}.faqs summary{font-size:15px}.legal-page h1{font-size:38px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}@media print{.header,.hero-image,.hero-caption,form,.footer{display:none}.section{padding-block:28px}.dark{background:white;color:black}.dark p{color:#333}.hero{min-height:0;background:white;color:black;padding:20px}.hero h1 span{color:black}.hero-shade,.hero-bottom{display:none}.hero-description{color:#333}.hero .button{display:none}.wrap{width:100%}}

label,.header nav,.footer-main>div>a:not(.brand),.plan .check-list li,.report-line p,.profile-row,.profile-actions small{font-size:14px}.profile-body>p{font-size:14px}.profile-body h3{line-height:1.2}.profile-row{flex-wrap:wrap}.hero .eyebrow,.hero-caption,.form-notice{font-size:12px}.footer h3{font-size:14px}

/* Hero a pieno schermo — riferimento aggiornato del 13 settembre. */
.home-page{background:#fff}
.home-page .hero-header{position:absolute;z-index:20;top:24px;left:50%;transform:translateX(-50%);width:min(1600px,calc(100% - 160px));min-height:76px;margin:0;gap:32px}
.hero-header .brand{color:#fff;font-size:32px;letter-spacing:-1.5px}
.hero-header .brand-mark{background:#fff}.hero-header .brand-mark span{background:#0b1830}.hero-header .brand-dot{color:white}
.hero-header nav{background:white;border-radius:999px;padding:9px;gap:4px;box-shadow:0 5px 24px #0000000a}
.hero-header nav>a:not(.button){padding:14px 18px;font-size:16px;font-weight:500;color:#4f5d70;white-space:nowrap}
.hero-header nav .button{border-radius:999px;background:#2563eb;font-size:16px;padding:17px 30px;min-height:56px;white-space:nowrap}
.hero-header nav .button:hover{background:#1d4ed8}
.home-page .hero{width:100%;margin:0;min-height:760px;min-height:max(760px,100svh);border-radius:0;padding:170px max(80px,calc((100vw - 1600px)/2)) 80px;display:flex;align-items:flex-end}
.home-page .hero-image{background-image:url('assets/italia-attivita.webp');background-position:center;background-size:cover;opacity:1}
.home-page .hero-shade{background:linear-gradient(90deg,rgba(1,9,25,.43),transparent 58%),linear-gradient(0deg,rgba(1,9,25,.3),transparent 65%)}
.home-page .hero-content{max-width:640px}
.home-page .hero h1{font-size:clamp(58px,5.3vw,88px);line-height:1.12;letter-spacing:-.04em;color:#fff;text-shadow:0 2px 22px #00000020}
.home-page .hero-description{max-width:610px;color:#fff;font-size:19px;line-height:1.62;margin:24px 0 32px;text-shadow:0 1px 12px #00000080}
.home-page .hero-content .button{background:#2563eb;border-radius:999px;min-height:60px;padding:18px 35px;font-size:17px;justify-content:center}
.home-page .hero-content .button:hover{background:#1d4ed8}
@media(min-width:1700px){.home-page .hero{padding-bottom:110px}}
@media(max-width:1100px){.home-page .hero-header{width:calc(100% - 96px);top:22px}.hero-header .brand{font-size:28px}.hero-header nav>a:not(.button){font-size:15px;padding:13px}.hero-header nav .button{font-size:15px;padding:16px 22px}.home-page .hero{padding:150px 48px 64px}.home-page .hero-content{max-width:550px}.home-page .hero-description{font-size:17px;max-width:490px}}
@media(max-width:820px){.home-page .hero-header{width:calc(100% - 48px);top:20px;min-height:50px}.hero-header .menu-toggle{border-radius:999px;padding:12px 20px;color:#25354c}.hero-header nav{top:66px;left:auto;width:min(340px,100%);right:0;transform:none;border-radius:24px;padding:15px;gap:3px;box-shadow:0 18px 40px #00000030}.hero-header nav>a:not(.button){font-size:16px;padding:15px}.hero-header nav .button{margin-top:7px;justify-content:center}.home-page .hero{min-height:max(760px,100svh);padding:140px 32px 55px}.home-page .hero h1{font-size:62px}.home-page .hero-image{background-position:58% center}.home-page .hero-shade{background:linear-gradient(0deg,rgba(1,9,25,.82),rgba(1,9,25,.05) 80%)}.home-page .hero-description{font-size:17px;max-width:510px}}
@media(max-width:480px){.home-page .hero-header{width:calc(100% - 40px);top:16px}.hero-header .brand{font-size:26px}.home-page .hero{min-height:max(700px,100svh);padding:130px 25px 45px}.home-page .hero h1{font-size:clamp(42px,12.4vw,58px);line-height:1.12}.home-page .hero-description{font-size:16px;line-height:1.65;margin:22px 0 27px}.home-page .hero-image{background-position:57% center}.home-page .hero-content .button{font-size:16px;padding:17px 30px;min-height:56px}.hero-header .menu-toggle{font-size:13px;padding:10px 15px}}

/* Testi originali mantenuti nella nuova composizione. */
.home-page .hero h1{font-size:clamp(58px,5vw,82px);line-height:1.025}.home-page .hero-description{max-width:510px;font-size:17px;margin:25px 0}.home-page .hero .micro{color:#d1d9e5;font-size:12px;margin-top:16px}.home-page .hero .eyebrow{margin-bottom:20px;color:#d1d9e5}.hero-header nav>a:not(.button){padding-inline:15px}.home-page .hero-content .button{gap:22px}.home-page .hero{padding-bottom:60px}@media(max-width:1100px) and (min-width:821px){.hero-header nav>a:not(.button){font-size:14px;padding-inline:10px}.hero-header nav .button{padding-inline:20px;font-size:14px}.home-page .hero-header{width:calc(100% - 64px)}}@media(max-width:480px){.home-page .hero h1{font-size:clamp(43px,12vw,58px)}.home-page .hero-description{font-size:16px}.home-page .hero{min-height:max(790px,100svh);padding-bottom:36px}.home-page .hero-content .button{font-size:14px;padding-inline:23px}.home-page .hero .eyebrow{font-size:11px;max-width:none;letter-spacing:.08em}}

/* Navbar desktop più discreta, con aree cliccabili comode. */
@media (min-width:821px){
  .home-page .hero-header{min-height:62px}
  .hero-header nav{padding:7px;gap:2px}
  .hero-header nav>a:not(.button){font-size:14px;padding:11px 13px}
  .hero-header nav .button{font-size:14px;min-height:46px;padding:12px 23px}
}
@media (min-width:821px) and (max-width:1100px){
  .hero-header nav>a:not(.button){padding-inline:10px}
  .hero-header nav .button{padding-inline:19px}
}

/* Voci della navbar in grassetto. */
.hero-header nav>a:not(.button),.hero-header nav .button{font-weight:700}

/* Sfondi distinti per desktop e mobile: testo sempre fuori dalla mappa. */
.home-page .hero{background:#08111f}
.home-page .hero-image{display:block;background:none}
.home-page .hero-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.home-page .hero-shade{background:linear-gradient(90deg,rgba(8,17,31,.28),transparent 60%)}
/* Spazio visivo tra la navbar e la mappa: l'immagine scende sotto il menu. */
@media (min-width:821px){
  .home-page .hero-image{top:clamp(150px,18vh,210px);bottom:24px;height:auto}
  .home-page .hero-image img{object-fit:contain;object-position:right top}
}
@media(max-width:820px){
  .home-page .hero{display:block;min-height:100svh;padding-top:calc(85vw + 110px);padding-bottom:38px}
  .home-page .hero-image{top:88px;bottom:auto;height:177.7vw;max-height:none;mask-image:linear-gradient(to bottom,#000 65%,transparent 95%)}
  .home-page .hero-image img{object-fit:contain;object-position:top center}
  .home-page .hero-shade{background:none}
  .home-page .hero-content{position:relative;max-width:640px}
}

/* Logo presenza: simbolo e lettering Google Sans originale. */
.hero-header .brand,.footer .brand{font-family:"Google Sans",Arial,sans-serif;font-weight:400!important;color:#fff;gap:4px;letter-spacing:-1px}
.presence-icon{display:block;position:relative;width:31px;height:46px;overflow:hidden;flex:none}
.presence-icon img{position:absolute;width:55px;height:auto;max-width:none;left:-12px;top:-10px}
@media(max-width:480px){.presence-icon{transform:scale(.85);margin-right:-4px}}
/* Rifinitura logo: testo più deciso, allineato alla base dell’icona e con separazione minima. */
.header .brand,.footer .brand{align-items:flex-end;gap:7px;font-weight:500!important}
.header .brand>span:last-child,.footer .brand>span:last-child{padding-bottom:0;transform:translateY(11px)}
/* Card pacchetti più leggere: niente bordo, ombra morbida come i campi del form. */
.plans .plan{border:0;box-shadow:0 3px 12px #08111f18}
.plans .plan.featured{border:0;box-shadow:0 4px 16px #2563eb24}
.plans .plan:hover{box-shadow:0 10px 26px #08111f20}
.report{border:0;box-shadow:0 3px 12px #08111f18}

/* Confronto interattivo: due schede allineate, nessuna libreria esterna. */
.profile-comparison{position:relative;isolation:isolate;overflow:hidden;border-radius:24px;background:#edf1f6;border:1px solid #dfe5ef}
.comparison-layer{padding:40px 12%;pointer-events:none}
.comparison-after{position:absolute;inset:0;clip-path:inset(0 0 0 var(--reveal));background:#e8effc}
.comparison-card{background:white;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #08111f12}
.comparison-search{display:flex;align-items:center;gap:14px;padding:14px 22px;border-bottom:1px solid #e8ebef;color:#737c87;font-size:13px}.comparison-search span:first-of-type{flex:1}
.comparison-cover{height:150px;background:#ccd0cd;display:grid;place-items:center;overflow:hidden}.shop-window{width:78%;height:100%;border-inline:10px solid #7a847a;display:flex;align-items:center;justify-content:space-around;background:#e4e3dc;color:#8a9184;gap:8px}.shop-window>span{font-size:65px}.shop-window strong{font-size:13px;letter-spacing:.1em;text-align:center}.curated .comparison-cover{background:#dce8dc}.curated .shop-window{border-color:#284f43;background:linear-gradient(130deg,#eff4da,#c2d7bd);color:#326b51}.curated .shop-window>span:last-child{color:#c38876}
.comparison-cover{position:relative;background:linear-gradient(135deg,#7b8b82 0%,#c6d0c4 46%,#687b71 47%,#9cad9d 100%)}.comparison-cover:after{content:'Bottega Verde';position:absolute;left:0;right:0;bottom:18px;text-align:center;color:#fff;text-shadow:0 1px 4px #0008;font-size:14px;font-weight:600;letter-spacing:.08em}.shop-window{width:72%;height:76%;border:0;border-inline:7px solid #42574d;background:linear-gradient(90deg,#dbe4d8,#f0e4cf 48%,#b4c8ba);box-shadow:inset 0 0 28px #20382d30}.shop-window>span{display:none}.shop-window strong{display:none}.curated .comparison-cover{background:linear-gradient(135deg,#527c66 0%,#d1dfcb 44%,#395c4d 45%,#9db69f 100%)}
.comparison-body{padding:25px 30px}.comparison-category{font-size:11px;color:#7a8490}.comparison-body h3{font-size:29px;margin:5px 0 8px}.comparison-intro{font-size:13px;min-height:42px;margin:0}.comparison-actions{display:flex;gap:10px;margin:15px 0 20px}.comparison-actions span{flex:1;text-align:center;font-size:12px;border:1px solid #d9dee6;border-radius:30px;padding:8px 4px;color:#626c78}.curated .comparison-actions span{color:#2563eb;border-color:#c5d7fa;background:#f5f8ff}.comparison-row{display:flex;gap:15px;padding:12px 0;border-top:1px solid #edf0f4;min-height:67px}.comparison-row>span{color:#8c98a4}.comparison-row strong{font-size:13px;font-weight:500;display:block}.comparison-row small{font-size:12px;color:#78828e;display:block}.curated .comparison-row>span{color:#2563eb}.comparison-note{background:#f3f4f6;padding:14px 16px;border-radius:10px;margin-top:10px;min-height:95px}.comparison-note strong{font-size:12px}.comparison-note p{font-size:12px;line-height:1.6;margin:5px 0 0}.curated .comparison-note{background:#f0f5ff}
.comparison-label{position:absolute;top:14px;z-index:2;background:#08111f;color:white;border-radius:30px;padding:4px 13px;font-size:12px;pointer-events:none}.label-before{left:16px}.label-after{right:16px;background:#2563eb}.comparison-divider{position:absolute;top:0;bottom:0;left:var(--reveal);width:2px;background:#2563eb;z-index:3;pointer-events:none;transform:translateX(-50%)}.comparison-divider>span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;display:grid;place-items:center;border:3px solid white;background:#2563eb;color:white;border-radius:50%;font-size:24px;box-shadow:0 2px 15px #08111f30}
.comparison-range{position:absolute;inset:0;z-index:4;opacity:0;width:100%;height:100%;margin:0;padding:0;cursor:ew-resize;touch-action:pan-y}.profile-comparison:focus-within{outline:3px solid #2563eb;outline-offset:5px}.comparison-disclaimer{max-width:760px;text-align:center;margin:12px auto;color:#78828e;font-size:12px}.comparison-accessible{font-size:13px;text-align:center;color:#58616a}.comparison-accessible summary{cursor:pointer}.comparison-accessible p{max-width:740px;margin:14px auto}
@media(max-width:600px){.comparison-layer{padding:45px 12px 16px}.comparison-body{padding:18px 16px}.comparison-cover{height:110px}.shop-window{width:90%}.shop-window>span{font-size:40px}.comparison-search{padding:12px 14px}.comparison-row{min-height:80px}.comparison-intro{min-height:62px}.comparison-note{min-height:125px}.comparison-section .section-heading>p br{display:none}.comparison-actions{gap:4px}.comparison-actions span{font-size:11px}}

/* Tre righe editoriali, senza tagli al contenuto. */
.detail-copy-line{display:block;white-space:nowrap}
@media(max-width:820px){.detail-copy-line{white-space:normal}}
/* Entrate progressive discrete, disattivate automaticamente con riduzione movimento. */
@media (prefers-reduced-motion: no-preference){
  .hero-content{animation:hero-in .7s cubic-bezier(.22,1,.36,1) both}
  .hero-image img{animation:hero-image-in 1.1s cubic-bezier(.22,1,.36,1) both}
  .section:not(.hero),.benefit-strip,.footer{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s cubic-bezier(.22,1,.36,1)}
  .section.is-visible,.benefit-strip.is-visible,.footer.is-visible{opacity:1;transform:none}
  .plan,.detail-grid article,.steps article,.sector-list>div{transition:transform .25s ease,box-shadow .25s ease}
  .plan:hover{transform:translateY(-4px);box-shadow:0 14px 30px #08111f12}
}
@keyframes hero-in{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@keyframes hero-image-in{from{opacity:0;transform:scale(1.025)}to{opacity:1;transform:none}}
 .plan-price{display:flex!important;align-items:baseline;gap:7px;margin-top:6px}
 .plan-price strong{font-size:30px;color:#2563eb;font-weight:600;letter-spacing:-.04em}
 .plan-price small{font-size:10px;letter-spacing:.12em;color:#718096;font-weight:700}
 .plan-price em{font-size:12px;color:#718096;font-style:normal;font-weight:400;margin-left:3px}
@media(min-width:821px) and (max-width:1000px){.detail-grid{grid-template-columns:repeat(2,1fr)}}
/* Riduzione degli spazi nei pacchetti: gerarchia più compatta e leggibile. */
@media(min-width:821px){
  #percorsi.section{padding-block:78px}
  #percorsi .plan{padding-block:26px}
  #percorsi .plan-intro{min-height:44px;margin-bottom:12px}
}
/* Form più essenziale: campi senza riquadri pesanti, focus sempre visibile. */
#lead-form{background:#f7f8fa;padding:34px 0}
#lead-form input,#lead-form textarea,#lead-form select{background:transparent;border:0;border-bottom:1px solid #cbd2dc;border-radius:0;padding:12px 0 10px;margin-top:5px;transition:border-color .2s,box-shadow .2s}
#lead-form textarea{min-height:88px;resize:vertical}
#lead-form input:focus,#lead-form textarea:focus,#lead-form select:focus{outline:0;border-bottom-color:#2563eb;box-shadow:0 2px 0 #2563eb}
#lead-form select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#718096 50%),linear-gradient(135deg,#718096 50%,transparent 50%);background-position:calc(100% - 5px) 53%,100% 53%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:18px}
#lead-form label{letter-spacing:.04em;color:#5f6976}
/* Box bianchi senza contenitore esterno. */
#lead-form{background:transparent;padding:0}
#lead-form input,#lead-form textarea,#lead-form select{background:#fff;border:1px solid #d5dbe0;border-radius:8px;padding:12px 13px;margin-top:7px;box-shadow:none}
#lead-form input:focus,#lead-form textarea:focus,#lead-form select:focus{border-color:#6ea0ff;box-shadow:0 0 0 2px #2563eb20}
/* Focus morbido con ombra, senza bordo percepibile. */
#lead-form input,#lead-form textarea,#lead-form select{border-color:transparent;box-shadow:0 3px 12px #08111f18}
#lead-form input:focus,#lead-form textarea:focus,#lead-form select:focus{border-color:transparent;box-shadow:0 4px 14px #2563eb38}
.consent{align-items:center;gap:11px}
.consent input{appearance:none;width:18px;min-width:18px;min-height:18px;height:18px;margin:0;border:1px solid #aeb7c2;border-radius:4px;background:#fff;box-shadow:none;cursor:pointer}
.consent input:checked{border-color:#2563eb;background:#2563eb;box-shadow:inset 0 0 0 4px #fff}
.consent>span{transform:translateY(2px);line-height:1.5}
.cookie-banner{position:fixed;z-index:50;left:24px;right:24px;bottom:24px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 24px;background:#fff;color:#08111f;border:1px solid #dfe5ee;border-radius:16px;box-shadow:0 12px 36px #08111f26}.cookie-banner[hidden]{display:none}.cookie-banner strong{font-size:16px}.cookie-banner p{font-size:12px;line-height:1.5;margin:5px 0 0;max-width:650px}.cookie-banner a{text-decoration:underline}.cookie-actions{display:flex;gap:8px;align-items:center;flex-shrink:0}.cookie-secondary{border:0;background:transparent;color:#4b5b70;padding:10px;font-size:12px;font-weight:600;cursor:pointer}.cookie-secondary:hover{text-decoration:underline}@media(max-width:700px){.cookie-banner{left:12px;right:12px;bottom:12px;display:block;padding:18px}.cookie-actions{margin-top:12px;flex-wrap:wrap}.cookie-actions .button{margin-left:auto}}
/* Scheda dimostrativa: proporzioni e gerarchia di un profilo locale. */
.profile-comparison{border:0;background:#f1f3f4}
.comparison-layer{padding:52px max(20px,calc((100% - 560px)/2)) 28px}
.comparison-after{background:#f1f3f4}
.gbp-card{border-radius:12px;box-shadow:0 2px 10px #20212418;font-family:Arial,sans-serif;color:#202124}
.gbp-card .comparison-search{height:52px;font-size:14px;color:#3c4043;padding:12px 20px}
.gbp-search-icon{font-size:24px;flex:0!important}.gbp-photo{height:205px;position:relative;overflow:hidden;background:#e8eaed}.gbp-photo img{width:100%;height:100%;object-fit:cover;display:block}.gbp-photo-count{position:absolute;bottom:12px;right:12px;background:#202124bb;border-radius:20px;color:white;font-size:12px;padding:7px 12px}.gbp-missing-photo{height:100%;display:grid;align-content:center;justify-items:center;gap:8px;color:#80868b;background:linear-gradient(145deg,#e8eaed,#dadce0)}.gbp-missing-photo>span{font-size:42px}.gbp-missing-photo small{font-size:13px}
.gbp-card .comparison-body{padding:20px 24px}.gbp-title-row{display:flex;align-items:center;justify-content:space-between}.gbp-title-row h3{font:400 27px/1.2 Arial,sans-serif;letter-spacing:0;margin:0 0 8px}.gbp-rating{font-size:14px}.gbp-rating>span,.gbp-review-stars{color:#fbbc04;letter-spacing:1px}.gbp-rating small{color:#5f6368;letter-spacing:0}.gbp-category{font-size:13px;color:#70757a;margin:5px 0 0}
.gbp-card .comparison-actions{justify-content:flex-start;gap:12px;margin:18px 0}.gbp-card .comparison-actions>span{color:#1a73e8;background:none;border:0;padding:0;font-size:20px;flex:1}.gbp-card .comparison-actions small{display:block;font-size:11px;margin-top:5px;color:#1a73e8}.gbp-tabs{display:flex;justify-content:space-between;border-bottom:1px solid #dadce0;font-size:12px;color:#5f6368;margin:0 -24px;padding:0 24px;gap:8px}.gbp-tabs span{padding:12px 0}.gbp-tabs span:first-child{border-bottom:3px solid #1a73e8;color:#1a73e8}
.gbp-info{padding:14px 0 8px}.gbp-info p{display:flex;gap:16px;margin:0;min-height:35px;font-size:13px;color:#3c4043;line-height:1.5}.gbp-info p:nth-child(2){min-height:54px}.gbp-info p>span:first-child{width:16px;flex:none;font-size:18px;color:#70757a}.gbp-info small{font-size:11px;color:#70757a}.gbp-info b{font-weight:400;color:#188038}
.gbp-services{border-top:1px solid #e8eaed;padding-top:15px;min-height:120px}.gbp-services>strong{font-size:15px;font-weight:400}.gbp-services p,.gbp-review p{font-size:13px;line-height:1.5;color:#3c4043;margin:8px 0}.gbp-review{border-top:1px solid #e8eaed;padding-top:16px}.gbp-reviewer{display:flex;align-items:center;gap:10px}.gbp-reviewer>span:first-child{border-radius:50%;width:32px;height:32px;background:#5c6bc0;color:white;display:grid;place-items:center;font-size:14px}.gbp-reviewer>span:last-child{margin-left:auto}.gbp-reviewer strong{font-size:12px;font-weight:400;display:block}.gbp-reviewer small{font-size:10px;color:#70757a;display:block}.gbp-review-stars{font-size:13px;margin-top:10px}.gbp-review-stars small{color:#70757a;font-size:10px;letter-spacing:0}.gbp-reply{border-left:2px solid #e8eaed;padding-left:12px;margin:14px 0 0 16px;min-height:84px}.gbp-reply strong{font-size:12px;font-weight:400}.gbp-reply small{font-size:11px;color:#70757a}.gbp-reply p{font-size:12px}
@media(max-width:600px){.comparison-layer{padding:48px 8px 16px}.gbp-photo{height:170px}.gbp-card .comparison-body{padding:18px 16px}.gbp-tabs{margin-inline:-16px;padding-inline:16px;font-size:10px}.gbp-title-row h3{font-size:24px}.gbp-services{min-height:150px}.gbp-reply{min-height:110px}}
/* Confronto più compatto, con contenuti leggibili e livelli allineati. */
.comparison-layer{padding-top:44px;padding-bottom:16px}
.gbp-photo{height:112px}
.gbp-card .comparison-search{height:40px;padding-block:8px}
.gbp-card .comparison-body{padding:14px 24px}
.gbp-title-row h3{margin-bottom:4px}
.gbp-card .comparison-actions{margin:10px 0}
.gbp-tabs span{padding-block:8px}
.gbp-info{padding:10px 0 4px}
.gbp-info p{min-height:28px}
.gbp-info p:nth-child(2){min-height:44px}
.gbp-services{padding-top:10px;min-height:96px}
.gbp-services p,.gbp-review p{margin-block:5px}
.gbp-review{padding-top:10px}
.gbp-review-stars{margin-top:6px}
.gbp-reply{margin-top:8px;min-height:72px}
@media(max-width:600px){
 .comparison-layer{padding-top:42px;padding-bottom:12px}
 .gbp-photo{height:96px}
 .gbp-card .comparison-body{padding:12px 16px}
 .gbp-services{min-height:126px}
 .gbp-reply{min-height:96px}
}
/* Composition éditoriale : introduction à gauche, comparaison à droite. */
.comparison-section{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr);gap:56px;align-items:center}
.comparison-section>.section-heading{display:block;margin:0}
.comparison-section>.section-heading h2{font-size:clamp(32px,3.3vw,48px)}
.comparison-section>.section-heading>p{margin:24px 0 0}
.comparison-visual{min-width:0}
.comparison-section .profile-comparison{background:transparent;box-shadow:0 3px 12px #08111f18;border-radius:12px}
.comparison-section .comparison-layer{padding:0}
.comparison-section .comparison-after{background:#fff}
.comparison-section .gbp-card{box-shadow:none;border-radius:0}
.comparison-section .comparison-label{top:52px}
.comparison-section .visual-note{margin-top:16px}
.comparison-section .comparison-disclaimer{font-size:11px}
@media(max-width:820px){
 .comparison-section{grid-template-columns:1fr;gap:28px}
 .comparison-visual{width:100%;max-width:580px;margin-inline:auto}
 .comparison-section>.section-heading h2{font-size:clamp(32px,5vw,42px)}
}

/* Cookie banner: azioni sempre allineate su mobile. */
@media(max-width:700px){
 .cookie-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;align-items:stretch;flex-wrap:nowrap}
 .cookie-actions button{width:100%;min-height:44px;padding:8px 6px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.15}
 .cookie-actions .button{margin-left:0}
}
