﻿:root{
  --green:#0e3f2c;
  --green-2:#1c5d42;
  --green-3:#e7f0e8;
  --cream:#fbf7ee;
  --paper:#fffdf8;
  --ink:#1d2b24;
  --muted:#66726a;
  --line:#dde4dc;
  --orange:#c65a23;
  --ochre:#c69a43;
  --shadow:0 18px 45px rgba(20,39,31,.12);
  --radius:26px;
  --container:min(1180px, calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);line-height:1.5}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
.container{width:var(--container);margin:0 auto}
.skip-link{position:absolute;left:-999px;top:auto;background:#fff;color:#000;padding:10px;z-index:9999}.skip-link:focus{left:12px;top:12px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.86);backdrop-filter:blur(14px);border-bottom:1px solid rgba(14,63,44,.08)}
.navbar{height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{width:220px;height:auto}.nav-toggle{display:none;background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px 12px;color:var(--green)}
.nav-menu{display:flex;align-items:center;gap:24px;font-weight:700;font-size:14px}.nav-menu a{padding:10px 10px;border-bottom:3px solid transparent}.nav-menu a.active,.nav-menu a:hover{color:var(--green);border-color:var(--green)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;border:1px solid transparent;padding:13px 22px;font-weight:800;transition:.2s ease;cursor:pointer;white-space:nowrap}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 10px 26px rgba(198,90,35,.22)}.btn-primary:hover{transform:translateY(-1px);background:#b64f1e}.btn-green{background:var(--green);color:#fff}.btn-green:hover{background:var(--green-2);transform:translateY(-1px)}.btn-outline{background:rgba(255,255,255,.85);border-color:rgba(14,63,44,.28);color:var(--green)}.btn-outline:hover{background:#fff;border-color:var(--green)}.btn-wide{width:100%;border-radius:14px}
.hero{position:relative;min-height:520px;display:flex;align-items:center;background-image:linear-gradient(90deg,rgba(251,247,238,.96) 0%,rgba(251,247,238,.83) 33%,rgba(251,247,238,.08) 66%),var(--hero);background-size:cover;background-position:center;overflow:hidden}.hero::after{content:"";position:absolute;inset:auto 0 0;height:95px;background:linear-gradient(0deg,var(--cream),rgba(251,247,238,0))}.hero-content{position:relative;z-index:1;padding:80px 0 110px;max-width:650px}.eyebrow{display:inline-flex;gap:8px;align-items:center;color:var(--orange);font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:13px}.hero h1,.section-title,.page-title{font-family:Georgia,"Times New Roman",serif;color:var(--green);line-height:1.02}.hero h1{font-size:clamp(54px,8vw,94px);margin:18px 0 18px}.hero .subtitle{font-size:clamp(19px,2.2vw,26px);font-weight:750;margin:0 0 10px}.hero p{font-size:18px;color:#34463d;max-width:560px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.section{padding:70px 0}.section-tight{padding:44px 0}.section-title{font-size:clamp(34px,5vw,52px);margin:0 0 22px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.section-head p{max-width:640px;color:var(--muted);margin:0}.card,.panel{background:rgba(255,253,248,.95);border:1px solid rgba(14,63,44,.11);border-radius:var(--radius);box-shadow:var(--shadow)}.card{overflow:hidden}.card-pad{padding:30px}.grid{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-card{padding:28px;display:flex;gap:20px;align-items:flex-start}.icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:var(--green);color:#fff;font-size:25px;flex:0 0 auto}.icon.alt{background:rgba(198,90,35,.12);color:var(--orange)}.feature-card h3,.listing h3,.info-card h3{font-family:Georgia,serif;color:var(--green);font-size:25px;margin:0 0 8px}.feature-card p,.listing p,.info-card p{margin:0;color:#536059}.img-cover{width:100%;height:210px;object-fit:cover}.img-small{height:160px}.tag{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--green-3);color:var(--green);font-size:12px;font-weight:850}.tag.orange{background:#fff1e8;color:var(--orange)}
.split{display:grid;grid-template-columns:1fr 1.45fr;gap:26px;align-items:stretch}.welcome-list{display:grid;gap:22px;margin-top:28px}.welcome-item{display:flex;gap:16px}.welcome-item strong{display:block;font-family:Georgia,serif;color:var(--green);font-size:22px}.map-card{padding:0;overflow:hidden;min-height:360px}.map-card img{width:100%;height:100%;object-fit:cover}.map-wrap{position:relative}.map-caption{position:absolute;left:20px;bottom:20px;right:20px;background:rgba(255,253,248,.92);border-radius:18px;padding:14px 16px;display:flex;justify-content:space-between;gap:16px;align-items:center;box-shadow:0 12px 30px rgba(22,40,32,.1)}
.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;counter-reset:steps}.step{position:relative;text-align:center;padding:26px 18px}.step::before{counter-increment:steps;content:counter(steps);position:absolute;top:-12px;left:50%;transform:translateX(-50%);width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:900}.step .icon{margin:0 auto 18px;background:#f4ead8;color:var(--green);border:1px solid #e4d5bb}.step h3{font-family:Georgia,serif;color:var(--green);font-size:23px;margin:0 0 8px}.step p{margin:0;color:var(--muted);font-size:15px}.payment-row{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:14px;font-weight:900}.pay{padding:4px 8px;border-radius:8px;background:#fff;border:1px solid var(--line)}
.email-card{max-width:280px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;box-shadow:0 15px 35px rgba(29,43,36,.12);font-size:13px}.email-card img{width:150px;margin:10px auto}.email-card strong{font-family:Georgia,serif;color:var(--green);font-size:18px}.cta-band{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:28px 34px;border-radius:var(--radius);background:linear-gradient(135deg,var(--green),#092619);color:#fff;overflow:hidden}.cta-band h2{font-family:Georgia,serif;font-size:34px;margin:0 0 4px}.cta-band p{margin:0;color:#dceee4}.cta-band .btn{background:var(--orange);color:#fff}.footer{background:#072719;color:#fff;padding-top:58px;margin-top:20px;position:relative}.footer::before{content:"";position:absolute;top:-48px;left:0;right:0;height:50px;background:linear-gradient(135deg, transparent 12%, #072719 12% 18%, transparent 18% 30%, #072719 30% 34%, transparent 34% 46%, #072719 46% 52%, transparent 52% 66%, #072719 66% 72%, transparent 72%)}.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr 1.2fr;gap:34px}.footer img{width:210px;filter:brightness(0) invert(1)}.footer h4{margin:0 0 14px;font-family:Georgia,serif;font-size:20px}.footer p,.footer a,.footer li{color:#d7e4dc;font-size:14px}.footer ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.newsletter{display:flex;border:1px solid rgba(255,255,255,.25);border-radius:12px;overflow:hidden;background:#fff}.newsletter input{min-width:0;width:100%;border:0;padding:12px;background:#fff}.newsletter button{border:0;background:var(--green-2);color:#fff;padding:0 14px}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:44px;padding:18px 0;color:#b8c9bf;font-size:13px}
.timeline{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;position:relative;margin-top:28px}.timeline::before{content:"";position:absolute;left:8%;right:8%;top:58px;border-top:2px dashed #c9b99a}.time-item{text-align:center;position:relative;z-index:1}.time-item .icon{margin:20px auto 15px;background:#fff7e9;color:var(--green);border:1px solid #ddccb0}.time-item strong{display:block;font-family:Georgia,serif;color:var(--green);font-size:19px}.tips-list{display:grid;gap:15px}.tip{display:flex;gap:14px;align-items:flex-start}.tip .icon{width:44px;height:44px;border-radius:14px;font-size:20px}.info-boxes{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.info-box{padding:18px;border-radius:18px;background:#fffdf8;border:1px solid var(--line);text-align:center}.info-box .icon{margin:0 auto 10px;background:var(--green-3);color:var(--green)}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.gallery img{border-radius:14px;height:115px;object-fit:cover;width:100%}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field label{display:block;font-weight:800;margin-bottom:7px}.field input,.field select,.search-input{width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;padding:13px 14px;color:var(--ink)}.pay-card{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;text-align:center}.filters{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-bottom:24px}.filter{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 16px;font-weight:850;color:var(--green);cursor:pointer}.filter.active{background:var(--green);color:#fff}.search-input{max-width:260px;margin-left:auto}.listing{display:flex;flex-direction:column}.listing .content{padding:17px}.listing .meta{display:flex;gap:9px;flex-wrap:wrap;color:var(--muted);font-size:13px;margin:12px 0}.listing .btn{margin-top:auto;border-radius:12px;padding:10px 14px}.service-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.service{padding:18px;background:#fff;border:1px solid var(--line);border-radius:18px;text-align:center}.service strong{display:block;color:var(--green);margin-bottom:4px}.editorial{display:grid;grid-template-columns:1fr 1.4fr;gap:0;overflow:hidden}.editorial .text{padding:36px}.editorial img{height:100%;object-fit:cover}.mini-itins{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mini-itin{padding:24px}.hidden{display:none!important}
@media (max-width:1000px){.grid-4,.timeline,.service-strip{grid-template-columns:repeat(2,1fr)}.grid-3,.footer-grid,.mini-itins{grid-template-columns:repeat(2,1fr)}.split,.editorial{grid-template-columns:1fr}.timeline::before{display:none}.search-input{margin-left:0;max-width:none}.steps{grid-template-columns:repeat(2,1fr)}}
@media (max-width:760px){.navbar{height:auto;min-height:76px;flex-wrap:wrap}.brand img{width:185px}.nav-toggle{display:inline-flex}.nav-menu{display:none;flex-basis:100%;flex-direction:column;align-items:flex-start;padding:0 0 18px}.nav-menu.open{display:flex}.hero{min-height:470px;background-image:linear-gradient(180deg,rgba(251,247,238,.94),rgba(251,247,238,.78)),var(--hero)}.hero-content{padding:55px 0 80px}.grid-2,.grid-3,.grid-4,.steps,.timeline,.service-strip,.footer-grid,.mini-itins,.form-grid,.info-boxes{grid-template-columns:1fr}.section{padding:48px 0}.cta-band{align-items:flex-start;flex-direction:column}.footer-grid{gap:24px}.map-caption{position:static;border-radius:0}.hero-actions{flex-direction:column}.btn{width:100%}}
/* Adeguamento al mockup grafico */
.hero{background-position:center right}.hero .hero-content{width:var(--container);max-width:none;margin:0 auto;text-align:left}.hero .eyebrow,.hero h1,.hero .subtitle,.hero p,.hero .hero-actions{max-width:650px}.home-hero{min-height:590px}.home-hero h1{max-width:560px}.home-feature-band{position:relative;z-index:2;margin-top:-58px;padding-top:0}.home-feature-band .feature-card{min-height:130px;background:rgba(255,253,248,.96);border-radius:10px}.home-feature-band .icon{width:70px;height:70px;border-radius:50%;font-size:34px}.home-how{padding-top:20px}.home-steps{align-items:start;gap:10px}.home-steps .step{padding:44px 18px 12px;min-height:245px}.home-steps .step::before{top:10px;left:22px;transform:none;width:38px;height:38px;border-radius:50%;font-size:18px}.home-steps .step:not(:last-child)::after{content:"→";position:absolute;top:82px;right:-18px;color:#9b8060;font-size:34px;line-height:1;z-index:2}.home-steps .icon{width:78px;height:78px;border-radius:50%;font-size:30px}.home-steps .step-email{display:grid;justify-items:center}.email-card.mini{max-width:170px;margin-top:14px;padding:12px;font-size:11px;text-align:left}.email-card.mini img{width:78px;margin:8px auto}.territory-section{padding-top:42px}.territory-showcase .card{position:relative;min-height:230px;border-radius:10px}.territory-showcase .img-cover{height:100%;min-height:230px}.territory-showcase .card-pad{position:absolute;right:14px;top:18px;bottom:18px;width:42%;min-width:145px;padding:18px;background:rgba(255,253,248,.94);border-radius:8px;box-shadow:0 12px 28px rgba(20,39,31,.12)}.territory-showcase h3{margin-top:0}.territory-showcase p{font-size:14px}.territory-showcase a{color:var(--green)}.section .grid.grid-2>.map-card{min-height:520px}.grid-3 .card,.grid-4 .card{border-radius:10px}.grid-3 .card .card-pad,.grid-4 .card .card-pad{padding:20px}.listing.card{border-radius:10px}.listing .img-cover{height:145px}
@media (max-width:1000px){.home-steps .step:not(:last-child)::after{display:none}.territory-showcase .card-pad{width:52%}.home-feature-band{margin-top:-30px}}
@media (max-width:760px){.hero .hero-content{width:var(--container)}.home-hero{min-height:510px}.home-feature-band{margin-top:0;padding-top:28px}.home-feature-band .feature-card{min-height:0}.home-steps .step{min-height:0}.territory-showcase .card-pad{position:static;width:auto;min-width:0;border-radius:0;box-shadow:none}.territory-showcase .img-cover{height:210px;min-height:0}}
.hero:not(.home-hero)+.section{position:relative;z-index:2;margin-top:-42px;background:var(--paper);border-radius:14px 14px 0 0;padding-top:34px}.hero:not(.home-hero)+.section>.container{position:relative}.hero:not(.home-hero)+.section .section-title{font-size:clamp(30px,4vw,42px)}.hero:not(.home-hero)+.section .card{box-shadow:0 10px 28px rgba(20,39,31,.08)}.hero:not(.home-hero)+.section .img-small{height:135px}.mini-itin{border-radius:10px;background:rgba(255,253,248,.82)}.mini-itin h3{font-family:Georgia,serif;color:var(--green);font-size:22px;margin:12px 0 6px}.mini-itin p{margin:0;color:#536059}.cta-band{border-radius:10px}.timeline .icon,.service .icon,.info-box .icon{border-radius:50%}
@media (max-width:760px){.hero:not(.home-hero)+.section{margin-top:0;border-radius:0;padding-top:48px}}

/* Override fedeli al mockup desktop */
:root{--container:min(1460px, calc(100% - 96px));--radius:10px}.site-header{position:absolute;left:0;right:0;background:rgba(255,253,248,.82);border-bottom:0}.navbar{height:106px}.brand img{width:245px}.nav-menu{gap:34px}.hero{min-height:430px;background-image:linear-gradient(90deg,rgba(251,247,238,.96) 0%,rgba(251,247,238,.78) 31%,rgba(251,247,238,.18) 52%,rgba(251,247,238,0) 72%),var(--hero);background-position:center center}.home-hero{min-height:650px;align-items:flex-start}.home-hero .hero-content{padding-top:180px;padding-bottom:165px}.hero .hero-content{width:var(--container);max-width:none;margin:0 auto;padding-left:0;text-align:left}.home-hero .eyebrow{display:none}.home-hero h1{max-width:630px;font-size:clamp(78px,7.8vw,126px);line-height:.92;margin:0 0 24px;font-weight:700}.home-hero .subtitle{max-width:650px;font-size:25px;margin-bottom:22px}.home-hero p:not(.subtitle){max-width:485px;font-size:19px;line-height:1.45}.home-hero .hero-actions{max-width:none;margin-top:28px}.home-feature-band{margin-top:-88px}.home-feature-band .container{width:min(1300px, calc(100% - 120px))}.home-feature-band .feature-card{border-radius:9px;box-shadow:0 16px 34px rgba(20,39,31,.14);padding:25px 30px;align-items:center}.home-feature-band .feature-card h3{font-size:28px}.home-feature-band .feature-card p{font-size:15px;line-height:1.45}.home-feature-band .icon{width:82px;height:82px;font-size:38px}.section{padding:66px 0}.split{grid-template-columns:.75fr 1.45fr;gap:18px}.panel{box-shadow:none;background:rgba(255,253,248,.78);border:0}.map-card{border-radius:8px;box-shadow:none}.map-card img{object-fit:cover}.home-how{padding-top:20px;padding-bottom:32px}.home-how .section-title{text-align:center;font-size:44px;margin-bottom:42px}.process-flow{display:grid;grid-template-columns:minmax(150px,1fr) 74px minmax(150px,1fr) 74px minmax(150px,1fr) 178px 74px minmax(150px,1fr);align-items:start;gap:0}.process-step{position:relative;text-align:center;min-height:260px;padding:0 12px}.process-number{position:absolute;top:-16px;left:50%;transform:translateX(-72px);width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:900;font-size:20px}.process-icon{width:92px;height:92px;margin:18px auto 24px;border-radius:50%;display:grid;place-items:center;background:#f6eddf;border:1px solid #e0d2bb;color:var(--green);font-size:38px}.process-step h3{font-family:Georgia,"Times New Roman",serif;color:var(--green);font-size:28px;line-height:1.05;margin:0 0 12px}.process-step p{font-size:15px;line-height:1.45;margin:0 auto;color:#1d2b24;max-width:210px}.process-arrow{align-self:start;margin-top:63px;text-align:center;color:#8d755d;font-size:42px;font-family:Georgia,"Times New Roman",serif}.process-ticket{width:166px;margin:0 auto;padding:14px 13px;border-radius:8px;text-align:left;font-size:11px;box-shadow:0 14px 34px rgba(20,39,31,.18)}.process-ticket strong{font-size:13px;line-height:1.15}.process-ticket img{width:88px;margin:8px auto}.territory-section{padding-top:34px}.territory-section .section-title{font-size:42px;margin-bottom:22px}.territory-showcase{gap:14px}.territory-showcase .card{min-height:250px;border-radius:8px;box-shadow:none}.territory-showcase .img-cover{min-height:250px}.territory-showcase .card-pad{right:16px;top:18px;bottom:18px;width:40%;min-width:165px;padding:18px;border-radius:7px;background:rgba(255,253,248,.96)}.territory-showcase h3{font-size:25px;line-height:1.05}.territory-showcase p{font-size:14px;line-height:1.35}.footer{margin-top:0}.hero:not(.home-hero)+.section{border-radius:10px 10px 0 0}.hero:not(.home-hero)+.section>.container{width:min(1320px, calc(100% - 110px))}
@media (max-width:1180px){:root{--container:min(1040px, calc(100% - 42px))}.site-header{position:sticky}.navbar{height:88px}.process-flow{grid-template-columns:repeat(4,1fr);gap:18px}.process-arrow,.process-ticket{display:none}.process-step{min-height:0}.process-number{left:50%;transform:translateX(-72px)}.home-feature-band .container{width:var(--container)}}
@media (max-width:760px){:root{--container:calc(100% - 32px)}.site-header{position:sticky}.home-hero .hero-content{padding-top:70px;padding-bottom:80px}.home-hero h1{font-size:58px}.home-hero .subtitle{font-size:20px}.home-feature-band{margin-top:0}.home-feature-band .container{width:var(--container)}.process-flow{grid-template-columns:1fr}.process-step{text-align:left;padding-left:66px}.process-icon{margin:0 0 16px}.process-number{left:0;top:22px;transform:none}.territory-showcase .card-pad{position:static;width:auto;min-width:0}.territory-showcase .img-cover{height:220px;min-height:0}}
body{font-family:"Inter",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.hero h1,.section-title,.page-title,.feature-card h3,.listing h3,.info-card h3,.welcome-item strong,.process-step h3,.mini-itin h3,.footer h4{font-family:"Cormorant Garamond",Georgia,"Times New Roman",serif}.home-hero h1{font-weight:700}.section-title{font-weight:700}

/* Chiusura responsive e pagine interne */
@media (min-width:1181px){
  .site-header{position:absolute;top:0;left:0;right:0;background:transparent!important;backdrop-filter:none!important;border-bottom:0!important;box-shadow:none!important}.site-header .navbar{background:transparent}.nav-menu a{background:transparent}.nav-menu a.btn-primary{padding:14px 28px;border-bottom:0;color:#fff}.nav-menu a.btn-primary:hover{color:#fff}.hero:not(.home-hero){min-height:455px;align-items:flex-start}.hero:not(.home-hero) .hero-content{padding-top:170px;padding-bottom:95px}.hero:not(.home-hero) .eyebrow{display:none}.hero:not(.home-hero) h1{font-size:clamp(76px,6.8vw,112px);line-height:.95;max-width:880px;margin:0 0 20px}.hero:not(.home-hero) .subtitle{font-size:25px;max-width:720px}.hero:not(.home-hero) p:not(.subtitle){max-width:560px}.hero:not(.home-hero)+.section{margin-top:-24px;border-radius:0;background:var(--paper)}.hero:not(.home-hero)+.section>.container{width:min(1370px, calc(100% - 110px))}.ita-page-shell{width:min(1370px, calc(100% - 110px));margin:0 auto}
}
@media (max-width:1180px){
  .site-header{z-index:200;background:rgba(255,253,248,.98)!important;backdrop-filter:blur(14px);box-shadow:0 10px 28px rgba(20,39,31,.08)}.navbar{position:relative}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto}.nav-menu{display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:300;flex-basis:auto;width:100%;padding:14px;background:rgba(255,253,248,.98);border:1px solid rgba(14,63,44,.12);border-radius:12px;box-shadow:0 22px 55px rgba(20,39,31,.2)}.nav-menu.open{display:flex;flex-direction:column;align-items:stretch;gap:4px}.nav-menu a{display:block;width:100%;padding:13px 14px;border-bottom:0;border-radius:8px}.nav-menu a.active,.nav-menu a:hover{background:var(--green-3);border-bottom:0}.nav-menu .btn{width:100%;margin-top:6px;color:#fff}.hero:not(.home-hero) .hero-content{padding-top:90px}.hero:not(.home-hero) h1{font-size:clamp(54px,10vw,82px)}
}
@media (max-width:760px){
  .navbar{min-height:76px;flex-wrap:nowrap}.brand img{width:172px}.nav-toggle{flex:0 0 auto}.nav-menu{top:calc(100% + 6px)}.hero{background-image:linear-gradient(180deg,rgba(251,247,238,.96) 0%,rgba(251,247,238,.78) 50%,rgba(251,247,238,.45) 100%),var(--hero)!important}.hero:not(.home-hero) .hero-content{padding-top:58px;padding-bottom:62px}.hero:not(.home-hero) h1{font-size:52px}.hero:not(.home-hero)+.section{margin-top:0}.nav-menu.open{max-height:calc(100vh - 96px);overflow:auto}
}

/* Interni: card e griglie più vicine ai mockup */
@media (min-width:1001px){
  .hero:not(.home-hero)+.section .grid-4{gap:22px}.hero:not(.home-hero)+.section .grid-4 .card{text-align:center}.hero:not(.home-hero)+.section .grid-4 .card .icon{margin:-32px auto 16px;border-radius:50%;position:relative;z-index:2}.hero:not(.home-hero)+.section .grid-4 .img-small{height:175px}.timeline{grid-template-columns:repeat(6,1fr);gap:0}.timeline::before{top:56px;left:7%;right:7%;border-color:#9d8d74}.time-item .icon{width:72px;height:72px;border-radius:50%;margin:14px auto 16px;background:#f7eddf}.tips-list .tip .icon{border-radius:50%;background:var(--green);color:#fff}.info-box{border:0;background:rgba(255,253,248,.72);box-shadow:0 8px 26px rgba(20,39,31,.06)}.gallery img{height:140px}.cta-band{background:rgba(255,253,248,.9);border:1px solid rgba(14,63,44,.14);color:var(--ink);box-shadow:0 10px 28px rgba(20,39,31,.08)}.cta-band h2{color:var(--green)}.cta-band p{color:#536059}.cta-band .btn-outline{background:#fff;color:var(--green)}
  .ita\2fprenotazioni .feature-card{min-height:260px}.feature-card.card img[alt="Parcheggio Rucas"],.feature-card.card img[alt="Navetta"]{height:220px;max-width:300px!important;object-fit:cover;border-radius:8px!important}.pay-card{border-radius:8px;background:#fff}.field input,.field select{border-radius:7px}.panel.card-pad{border:1px solid rgba(14,63,44,.11);background:rgba(255,253,248,.86);box-shadow:0 8px 26px rgba(20,39,31,.06)}
  .filters{gap:16px}.filter{border-radius:12px;padding:13px 20px;background:#fff;box-shadow:0 8px 20px rgba(20,39,31,.05)}.listing .img-cover{height:190px}.listing .content{padding:22px}.listing h3{font-size:30px}.listing .btn{width:100%;border-radius:8px}.service-strip{background:rgba(14,63,44,.04);padding:22px;border-radius:10px}.service{border-radius:8px;text-align:left;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center}.service .icon{grid-row:1 / span 2;border-radius:50%;background:transparent;color:var(--green);border:0}.editorial{border-radius:10px;min-height:220px}.editorial .text{padding:44px}.editorial img{min-height:220px;width:100%}
  .ita\2fcome-arrivare .feature-card,.hero:not(.home-hero)+.section .feature-card{border-radius:10px;background:rgba(255,253,248,.9);box-shadow:0 10px 30px rgba(20,39,31,.08)}
}

/* Regole specifiche pagine mockup */
@media (min-width:1001px){
  .booking-options{padding-top:26px}.booking-options .container{width:min(1370px,calc(100% - 110px));gap:26px}.booking-options .feature-card{min-height:300px;align-items:center;padding:28px;border-radius:10px;background:rgba(255,253,248,.94);box-shadow:0 14px 35px rgba(20,39,31,.1)}.booking-options .feature-card .icon{width:70px;height:70px;border-radius:50%;font-size:34px}.booking-options .feature-card h3{font-size:33px;line-height:1.05}.booking-form-section .container{width:min(1370px,calc(100% - 110px));gap:26px}.booking-form-section .panel{border-radius:10px;background:rgba(255,253,248,.9);border:1px solid rgba(14,63,44,.1);box-shadow:0 12px 34px rgba(20,39,31,.08)}.booking-flow-section .container{width:min(1370px,calc(100% - 110px));grid-template-columns:2fr .95fr;gap:34px}.booking-flow-section .steps{grid-template-columns:repeat(5,1fr)!important;gap:8px}.booking-flow-section .step{min-height:220px}.booking-flow-section .email-card{max-width:360px;border-radius:10px}
  .logistics-section .container{width:min(1370px,calc(100% - 110px));grid-template-columns:1.35fr .85fr;gap:24px}.logistics-section .map-card{min-height:780px}.logistics-section .feature-card{min-height:170px;border-radius:10px;background:rgba(255,253,248,.92);box-shadow:0 12px 32px rgba(20,39,31,.08)}.access-section,.travel-tips-section{background:var(--paper)}.access-section .container,.travel-tips-section .container{width:min(1370px,calc(100% - 110px));background:rgba(14,63,44,.035);border-radius:10px;padding:28px}.travel-tips-section .grid-4{gap:18px}.travel-tips-section .info-box{text-align:left;display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:center}.travel-tips-section .info-box .icon{grid-row:1 / span 2;width:76px;height:76px}
  .concert-experience .container,.concert-program .container,.concert-info .container{width:min(1370px,calc(100% - 110px))}.concert-experience .grid-4{gap:24px}.concert-experience .card{border-radius:10px;text-align:center}.concert-experience .img-small{height:190px}.concert-program{background:var(--paper)}.concert-program .timeline{margin-top:20px}.concert-info .grid-3{grid-template-columns:.8fr 1fr .8fr;gap:48px}.concert-info .gallery img{height:150px}.concert-info{padding-top:36px}
  .territory-list-section .container{width:min(1370px,calc(100% - 110px));grid-template-columns:1.55fr .9fr;gap:38px}.territory-list-section .grid-3{gap:20px}.territory-list-section .card{border-radius:10px}.territory-list-section .img-small{height:150px}.territory-list-section .map-card{min-height:610px}.itineraries-section .container{width:min(1370px,calc(100% - 110px))}.itineraries-section .mini-itins{gap:22px}.itineraries-section .mini-itin{border-radius:10px;background:rgba(14,63,44,.035)}
  .hospitality-list-section .container{width:min(1370px,calc(100% - 110px))}.hospitality-list-section>.container>.grid-2{grid-template-columns:1.72fr .9fr;gap:34px}.hospitality-list-section .grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.hospitality-list-section .map-card{min-height:790px}.hospitality-list-section .listing{border-radius:10px;box-shadow:0 12px 32px rgba(20,39,31,.08)}.hospitality-list-section .listing .img-cover{height:175px}.services-section .container,.hospitality-editorial-section .container{width:min(1370px,calc(100% - 110px))}.hospitality-editorial-section{padding-top:34px}.hospitality-editorial-section .editorial{grid-template-columns:1fr 1.2fr;border-radius:10px;background:rgba(255,253,248,.9)}
}

/* Ritocchi finali header e home */
.brand img{display:block;width:250px;max-height:76px;object-fit:contain}.nav-menu a.btn-primary,.site-header .nav-menu a.btn-primary{background:var(--orange)!important;color:#fff!important;border-color:var(--orange)!important;border-bottom:0!important;box-shadow:0 10px 26px rgba(198,90,35,.24)}.nav-menu a.btn-primary:hover,.site-header .nav-menu a.btn-primary:hover{background:#b64f1e!important;color:#fff!important}.home-hero{background-position:center right;background-image:linear-gradient(90deg,rgba(251,247,238,.98) 0%,rgba(251,247,238,.9) 23%,rgba(251,247,238,.52) 42%,rgba(251,247,238,.08) 63%,rgba(251,247,238,0) 78%),var(--hero)!important}.home-hero h1,.home-hero .subtitle,.home-hero p{ text-shadow:0 1px 0 rgba(255,255,255,.35)}.home-how{background:#fffaf0;border-top:1px solid rgba(14,63,44,.08);border-bottom:1px solid rgba(14,63,44,.08);margin-top:18px;padding-top:58px;padding-bottom:56px}.home-how .section-title{margin-bottom:46px}.home-how+.territory-section{padding-top:58px}.process-icon{background:#fbf2e4}.process-ticket{background:#fff}
@media (max-width:760px){.brand img{width:180px;max-height:58px}.home-hero{background-image:linear-gradient(180deg,rgba(251,247,238,.97) 0%,rgba(251,247,238,.9) 56%,rgba(251,247,238,.64) 100%),var(--hero)!important}.home-how{margin-top:0;padding-top:44px;padding-bottom:44px}}

/* Correzione hero home: titolo a 2 righe e immagine più visibile */
.home-hero h1{max-width:820px!important;font-size:clamp(72px,7vw,112px)!important;line-height:.9!important}.home-hero{background-image:linear-gradient(90deg,rgba(251,247,238,.84) 0%,rgba(251,247,238,.68) 24%,rgba(251,247,238,.28) 45%,rgba(251,247,238,.04) 64%,rgba(251,247,238,0) 78%),var(--hero)!important}.home-hero .subtitle,.home-hero p:not(.subtitle){text-shadow:0 1px 2px rgba(255,255,255,.75)}
@media (max-width:760px){.home-hero h1{font-size:54px!important;max-width:100%!important}.home-hero{background-image:linear-gradient(180deg,rgba(251,247,238,.9) 0%,rgba(251,247,238,.74) 48%,rgba(251,247,238,.42) 100%),var(--hero)!important}}

/* Hero home più vicina al mockup e sezione Come funziona bianca */
.home-hero{background-image:linear-gradient(90deg,rgba(251,247,238,.9) 0%,rgba(251,247,238,.72) 18%,rgba(251,247,238,.38) 34%,rgba(251,247,238,.12) 52%,rgba(251,247,238,0) 70%),linear-gradient(180deg,rgba(255,255,255,.55) 0%,rgba(255,255,255,.12) 26%,rgba(255,255,255,0) 58%),var(--hero)!important}.site-header{background:linear-gradient(180deg,rgba(255,253,248,.72),rgba(255,253,248,.18) 70%,rgba(255,253,248,0))!important}.site-header .nav-menu a:not(.btn-primary){text-shadow:0 1px 2px rgba(255,255,255,.9)}.home-how{background:#fff!important;border-top:0!important;border-bottom:0!important;margin-top:0}.home-how .container{background:#fff}.home-feature-band+.section{padding-bottom:48px}
@media (min-width:1181px){.site-header{background:linear-gradient(180deg,rgba(255,253,248,.74),rgba(255,253,248,.22) 72%,rgba(255,253,248,0))!important}.home-hero .hero-content{padding-top:172px}.nav-menu a:not(.btn-primary){color:#0d241a}}
@media (max-width:760px){.home-hero{background-image:linear-gradient(180deg,rgba(251,247,238,.86) 0%,rgba(251,247,238,.62) 46%,rgba(251,247,238,.34) 100%),var(--hero)!important}.site-header{background:rgba(255,253,248,.98)!important}.home-how{background:#fff!important}}

/* Hero con foto cielo dedicata */
.home-hero{background-position:center center!important;background-image:linear-gradient(90deg,rgba(251,247,238,.82) 0%,rgba(251,247,238,.62) 24%,rgba(251,247,238,.24) 44%,rgba(251,247,238,.04) 62%,rgba(251,247,238,0) 76%),linear-gradient(180deg,rgba(255,255,255,.34) 0%,rgba(255,255,255,.08) 28%,rgba(255,255,255,0) 56%),var(--hero)!important}.site-header{background:linear-gradient(180deg,rgba(255,253,248,.62),rgba(255,253,248,.12) 70%,rgba(255,253,248,0))!important}

/* Video hero home e mappa logistica mockup */
.video-hero{background-color:#dfe9df}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:0;pointer-events:none}.video-hero::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(251,247,238,.78) 0%,rgba(251,247,238,.56) 24%,rgba(251,247,238,.22) 44%,rgba(251,247,238,.05) 62%,rgba(251,247,238,0) 78%),linear-gradient(180deg,rgba(255,255,255,.28) 0%,rgba(255,255,255,.08) 26%,rgba(255,255,255,0) 58%)}.video-hero .hero-content{position:relative;z-index:2}.video-hero::after{z-index:1}.video-hero{background-image:var(--hero)!important}.map-wrap{background:#e6efe5}.map-wrap img{object-fit:cover;object-position:center}.split .map-card{border-radius:9px;box-shadow:0 10px 26px rgba(20,39,31,.08)}.split{align-items:stretch}.split .panel{border-radius:9px}.map-caption{display:none}
@media (min-width:1001px){.split{grid-template-columns:.62fr 1.55fr}.split .map-card{min-height:420px}.split .map-card img{height:100%}}
@media (max-width:760px){.video-hero::before{background:linear-gradient(180deg,rgba(251,247,238,.82) 0%,rgba(251,247,238,.56) 48%,rgba(251,247,238,.28) 100%)}.hero-video{object-position:center center}.split .map-card{min-height:320px}}

/* Video montano: overlay leggero, sfruttando cielo e nuvole per la lettura */
.hero-video{object-position:center top}
.video-hero::before{background:linear-gradient(90deg,rgba(251,247,238,.58) 0%,rgba(251,247,238,.38) 24%,rgba(251,247,238,.13) 44%,rgba(251,247,238,.03) 62%,rgba(251,247,238,0) 78%),linear-gradient(180deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,.04) 28%,rgba(255,255,255,0) 58%)!important}.video-hero .subtitle,.video-hero p:not(.subtitle){text-shadow:0 1px 3px rgba(255,255,255,.82)}.video-hero h1{text-shadow:0 1px 2px rgba(255,255,255,.38)}
@media (max-width:760px){.video-hero::before{background:linear-gradient(180deg,rgba(251,247,238,.68) 0%,rgba(251,247,238,.42) 48%,rgba(251,247,238,.2) 100%)!important}.hero-video{object-position:center top}}

/* Bordo footer come mockup: silhouette laterali di montagne e bosco */
.footer::before{top:-76px!important;height:78px!important;background:url('/img/footer-mountains.svg') center bottom/100% 100% no-repeat!important;pointer-events:none}
@media (max-width:760px){.footer::before{top:-58px!important;height:60px!important;background-size:180% 100%!important}}

/* Passata responsive finale */
@media (max-width:900px){
  html,body{max-width:100%;overflow-x:hidden}
  :root{--container:calc(100% - 30px)}
  .container,.hero .hero-content,.home-feature-band .container,.hero:not(.home-hero)+.section>.container,.ita-page-shell{width:var(--container)!important;max-width:none!important}
  .section{padding:46px 0}.section-tight{padding:36px 0}.section-title{font-size:36px!important;line-height:1.04;margin-bottom:20px}
  .site-header{position:sticky!important;top:0;background:rgba(255,253,248,.98)!important;backdrop-filter:blur(14px)!important;box-shadow:0 8px 24px rgba(20,39,31,.1)!important}
  .navbar{height:76px!important;min-height:76px!important;flex-wrap:nowrap!important;gap:12px}.brand img{width:168px!important;max-height:56px!important}.nav-toggle{display:inline-flex!important;align-items:center;justify-content:center;white-space:nowrap;border-radius:10px;background:#fff}
  .nav-menu{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;right:0!important;width:100%!important;display:none!important;padding:12px!important;background:rgba(255,253,248,.99)!important;border:1px solid rgba(14,63,44,.14)!important;border-radius:10px!important;box-shadow:0 18px 48px rgba(20,39,31,.22)!important;max-height:calc(100vh - 92px);overflow:auto}
  .nav-menu.open{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:4px!important}.nav-menu a{width:100%;padding:12px 13px!important;border:0!important;border-radius:8px}.nav-menu a:not(.btn-primary){color:var(--green)!important;text-shadow:none!important}.nav-menu a.active,.nav-menu a:hover{background:var(--green-3)!important}.nav-menu a.btn-primary{width:100%;margin-top:6px}
  .hero{min-height:auto!important;align-items:flex-start!important;background-position:center top!important}.hero::after{height:54px}.hero .hero-content{padding-top:56px!important;padding-bottom:72px!important}.hero h1{font-size:46px!important;line-height:.98!important;max-width:100%!important;margin:0 0 14px!important}.hero .subtitle{font-size:18px!important;line-height:1.25!important;margin-bottom:10px!important}.hero p{font-size:16px!important;line-height:1.45!important;max-width:100%!important}.hero-actions{width:100%;gap:10px;margin-top:20px}.btn{width:100%;min-height:46px;padding:12px 16px;white-space:normal;text-align:center;border-radius:999px}
  .home-hero{min-height:560px!important}.home-hero .hero-content{padding-top:76px!important;padding-bottom:96px!important}.home-hero h1{font-size:50px!important;line-height:.92!important}.home-hero .subtitle{font-size:18px!important}.video-hero::before{background:linear-gradient(180deg,rgba(251,247,238,.82) 0%,rgba(251,247,238,.56) 48%,rgba(251,247,238,.28) 100%)!important}.hero-video{object-position:center top!important}
  .grid,.grid-2,.grid-3,.grid-4,.split,.editorial,.mini-itins,.form-grid,.info-boxes,.footer-grid,.service-strip,.timeline{grid-template-columns:1fr!important;gap:16px!important}.home-feature-band{margin-top:0!important;padding:22px 0 0!important}.feature-card{padding:18px!important;gap:14px!important;border-radius:9px!important}.feature-card .icon,.home-feature-band .icon{width:58px!important;height:58px!important;font-size:28px!important}.feature-card h3,.listing h3,.info-card h3{font-size:25px!important;line-height:1.08}.feature-card p,.listing p,.info-card p{font-size:15px;line-height:1.42}
  .booking-options .feature-card{display:grid!important;grid-template-columns:auto 1fr!important;align-items:start!important}.booking-options .feature-card img{grid-column:1 / -1;width:100%!important;max-width:none!important;height:180px!important;border-radius:8px!important;object-fit:cover}.booking-options .feature-card .btn{margin-top:10px}
  .panel,.card,.map-card,.listing,.editorial,.cta-band{border-radius:9px!important}.card-pad,.editorial .text{padding:22px!important}.welcome-list{gap:16px;margin-top:20px}.welcome-item{gap:12px}.welcome-item .icon{width:48px;height:48px}.welcome-item strong{font-size:21px;line-height:1.08;margin-bottom:4px}.map-card{min-height:260px!important}.map-card img{height:auto;min-height:260px;object-fit:cover}.map-caption{display:none!important}
  .home-how{padding-top:42px!important;padding-bottom:38px!important}.home-how .section-title{text-align:center!important;margin-bottom:28px!important}.process-flow{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}.process-arrow{display:none!important}.process-step{min-height:0!important;text-align:left!important;padding:0 0 0 64px!important}.process-number{left:0!important;top:6px!important;transform:none!important;width:40px!important;height:40px!important;font-size:18px!important}.process-icon{width:62px!important;height:62px!important;margin:0 0 12px!important;font-size:28px!important}.process-step h3{font-size:26px!important;margin-bottom:6px!important}.process-step p{max-width:none!important;margin:0!important;font-size:15px!important}.process-ticket{display:block!important;width:100%!important;max-width:260px!important;margin:0 0 0 64px!important}
  .territory-section{padding-top:38px!important}.territory-showcase .card{min-height:0!important}.territory-showcase .img-cover,.img-cover,.listing .img-cover,.listing .img-small{height:190px!important;min-height:0!important}.territory-showcase .card-pad{position:static!important;width:auto!important;min-width:0!important;right:auto!important;top:auto!important;bottom:auto!important;border-radius:0!important;box-shadow:none!important}
  .filters{gap:8px!important;margin-bottom:18px}.filter{padding:9px 12px!important;border-radius:999px!important;font-size:14px}.search-input{max-width:none!important;width:100%!important;margin-left:0!important}.service{display:grid!important;grid-template-columns:auto 1fr!important;text-align:left!important;align-items:center!important;padding:16px!important}.service .icon{width:46px!important;height:46px!important;grid-row:1 / span 2}.timeline .time-item{text-align:left;display:grid;grid-template-columns:64px 1fr;column-gap:12px;align-items:start}.timeline .time-item .icon{grid-row:1 / span 3;margin:0!important;width:54px;height:54px}.timeline .time-item span:first-child{font-weight:800;color:var(--orange)}
  .cta-band{padding:22px!important;gap:16px!important}.cta-band h2{font-size:28px!important;line-height:1.05}.cta-band .hero-actions{margin-top:0}.gallery{grid-template-columns:repeat(2,1fr)!important}.gallery img{height:110px!important}.footer{padding-top:44px}.footer-grid{gap:22px!important}.footer img{width:180px}.newsletter input{min-width:0}.newsletter button{width:48px;flex:0 0 48px}.footer-bottom{margin-top:28px;padding:16px 15px}
}

@media (max-width:900px){
  .nav-toggle{width:44px!important;height:44px!important;flex:0 0 44px!important;padding:0!important;font-size:24px!important;line-height:1!important;color:var(--green)!important;border-color:rgba(14,63,44,.28)!important;box-shadow:0 5px 18px rgba(20,39,31,.08)}
  .site-header .navbar{position:relative!important;padding-right:58px!important}
  .site-header .nav-toggle{position:fixed!important;right:14px!important;top:16px!important;transform:none!important;z-index:500!important;background:#fff!important}
}

@media (max-width:390px){
  :root{--container:calc(100% - 24px)}
  .brand img{width:150px!important}.nav-toggle{padding:9px 10px;font-size:14px}.home-hero h1,.hero h1{font-size:42px!important}.section-title{font-size:32px!important}.feature-card{display:grid!important;grid-template-columns:auto 1fr!important}.booking-options .feature-card{grid-template-columns:1fr!important}.booking-options .feature-card .icon{margin-bottom:2px}.process-step{padding-left:54px!important}.process-ticket{margin-left:54px!important;max-width:calc(100% - 54px)!important}
}

@media (max-width:900px){
  .hero .subtitle,.hero p{width:100%!important;max-width:100%!important;overflow-wrap:anywhere}.home-hero .subtitle{max-width:330px!important}.home-hero p:not(.subtitle){max-width:340px!important}
  #cm,#cm.cloud,#cm.box,#cm.left,#cm.right{left:15px!important;right:15px!important;bottom:15px!important;width:auto!important;max-width:calc(100vw - 30px)!important;padding:20px 22px!important;border-radius:8px!important}
  #c-inr,#c-inr-i,#c-bns{width:100%!important;min-width:0!important;display:block!important}
  #c-txt{font-size:14px!important;line-height:1.45!important;max-height:170px;overflow:auto}
  #cm .c-bn,.cc_div .c-bn{width:100%!important;min-height:42px!important;margin:0 0 8px!important;padding:10px 12px!important;white-space:normal!important}
}

@media (max-width:520px){
  .hero:not(.home-hero) .subtitle{max-width:340px!important}
  .booking-options .feature-card{display:block!important}
  .booking-options .feature-card .icon{margin-bottom:14px}
  .booking-options .feature-card img{margin-top:14px}
  .booking-options .feature-card h3,.booking-options .feature-card p{max-width:100%;overflow-wrap:anywhere}
}
