/* GLAM V296 · SERVIZI ED ESPERIENZE AMALGAMATI */
.gt296-journey{
  width:min(1180px,calc(100% - 36px));
  margin:54px auto;
  padding:34px;
  border-radius:30px;
  background:linear-gradient(135deg,#fffaf0 0%,#fff 54%,#edf4ed 100%);
  border:1px solid rgba(23,38,29,.09);
  box-shadow:0 20px 58px rgba(23,38,29,.08);
}
.gt296-journey__head{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:36px;
  align-items:end;
  margin-bottom:24px;
}
.gt296-kicker{
  display:block;
  margin-bottom:8px;
  color:#b98942;
  font-size:.7rem;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.gt296-journey h2{
  margin:0;
  color:#17261d;
  font-size:clamp(2rem,4vw,3.65rem);
  line-height:.98;
  letter-spacing:-.05em;
}
.gt296-journey__head p{
  margin:0;
  color:#5d6961;
  font-size:.98rem;
  line-height:1.65;
}
.gt296-journey__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:13px;
}
.gt296-journey__card{
  display:flex;
  flex-direction:column;
  min-height:176px;
  padding:22px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(23,38,29,.10);
  box-shadow:0 12px 30px rgba(23,38,29,.055);
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.gt296-journey__card:hover{
  transform:translateY(-3px);
  border-color:rgba(33,69,48,.22);
  box-shadow:0 20px 42px rgba(23,38,29,.11);
}
.gt296-journey__card span{
  color:#b98942;
  font-size:.64rem;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.gt296-journey__card strong{
  display:block;
  margin:11px 0 7px;
  color:#214530;
  font-size:1.08rem;
  line-height:1.14;
}
.gt296-journey__card p{
  margin:0 0 18px;
  color:#657068;
  font-size:.84rem;
  line-height:1.48;
}
.gt296-journey__card em{
  display:block;
  margin-top:auto;
  padding-top:12px;
  border-top:1px solid rgba(33,69,48,.10);
  color:#214530;
  font-size:.8rem;
  font-style:normal;
  font-weight:950;
}
.gt296-journey__card.is-main{
  background:#214530;
  border-color:#214530;
}
.gt296-journey__card.is-main span{color:#efd09b}
.gt296-journey__card.is-main strong,
.gt296-journey__card.is-main p,
.gt296-journey__card.is-main em{
  color:#fff;
  -webkit-text-fill-color:#fff;
}
.gt296-journey__card.is-main em{
  border-top-color:rgba(255,255,255,.18);
}
.gt296-journey__foot{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  margin-top:19px;
  padding-top:19px;
  border-top:1px solid rgba(23,38,29,.09);
}
.gt296-journey__foot p{
  margin:0;
  color:#6a756d;
  font-size:.83rem;
  line-height:1.5;
}
.gt296-journey__foot a{
  flex:0 0 auto;
  color:#214530!important;
  -webkit-text-fill-color:#214530!important;
  font-size:.84rem;
  font-weight:950;
  text-decoration:none;
}

/* Pagina servizi: griglia unica e coerente */
.gt173-service-grid.gt296-service-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  align-items:stretch!important;
}
.gt173-service-grid.gt296-service-grid .gt173-service-card{
  display:flex!important;
  min-height:255px;
}
.gt173-service-grid.gt296-service-grid .gt173-service-card>div{
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
}
.gt173-service-grid.gt296-service-grid .gt296-card-link{
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%;
  margin-top:auto!important;
  padding-top:13px;
  border-top:1px solid rgba(33,69,48,.11);
  color:#214530!important;
  -webkit-text-fill-color:#214530!important;
  text-decoration:none;
  font-size:.82rem;
  font-weight:950;
}
.gt296-provider-line{
  display:flex;
  flex-wrap:wrap;
  gap:8px 15px;
  margin-top:20px;
  padding:18px 20px;
  border-radius:18px;
  background:#f7f3e9;
  color:#536158;
  font-size:.82rem;
  line-height:1.5;
}
.gt296-provider-line strong{color:#214530}

/* CTA contestuale nella pagina Movida */
.gt296-inline-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}
.gt296-inline-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 17px;
  border-radius:13px;
  background:#214530;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-decoration:none;
  font-size:.82rem;
  font-weight:950;
}
.gt296-inline-actions a.is-light{
  background:#fff;
  color:#214530!important;
  -webkit-text-fill-color:#214530!important;
  border:1px solid rgba(33,69,48,.18);
}

/* Moduli partner nel form servizi */
.gt296-partner-panel{
  margin-top:18px;
  padding:25px;
  border-radius:24px;
  background:linear-gradient(135deg,#fbf7ee,#fff,#edf4ed);
  border:1px solid rgba(33,69,48,.12);
}
.gt296-partner-panel[hidden]{display:none!important}
.gt296-partner-panel__head{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-bottom:18px;
}
.gt296-partner-panel__head>span{
  display:grid;
  place-items:center;
  flex:0 0 44px;
  width:44px;
  height:44px;
  border-radius:14px;
  background:#214530;
  color:#fff;
  font-size:1.2rem;
}
.gt296-partner-panel__head h3{
  margin:0 0 5px;
  color:#214530;
  font-size:1.28rem;
}
.gt296-partner-panel__head p{
  margin:0;
  color:#647068;
  line-height:1.5;
}
.gt296-partner-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:16px;
}
.gt296-partner-meta span{
  display:inline-flex;
  min-height:30px;
  align-items:center;
  padding:0 10px;
  border-radius:9px;
  background:#fff;
  border:1px solid rgba(33,69,48,.10);
  color:#214530;
  font-size:.72rem;
  font-weight:900;
}
.gt296-fields{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:13px;
}
.gt296-fields label{
  display:grid;
  gap:7px;
  color:#37453b;
  font-size:.82rem;
  font-weight:850;
}
.gt296-fields label.is-wide{grid-column:1/-1}
.gt296-fields input,
.gt296-fields select,
.gt296-fields textarea{
  width:100%;
  min-height:48px;
  box-sizing:border-box;
  border:1px solid rgba(23,38,29,.14);
  border-radius:13px;
  background:#fff;
  padding:11px 13px;
  color:#17261d;
  font:inherit;
}
.gt296-fields textarea{
  min-height:88px;
  resize:vertical;
}
.gt296-partner-notice{
  margin:16px 0 0;
  padding:15px 17px;
  border-radius:16px;
  background:#fff;
  color:#5f6b63;
  font-size:.82rem;
  line-height:1.55;
  border-left:4px solid #b98942;
}
.gt296-forward-box{
  margin-top:20px;
  padding:22px;
  border-radius:20px;
  background:#edf4ed;
  border:1px solid rgba(33,69,48,.14);
}
.gt296-forward-box h3{
  margin:0 0 7px;
  color:#214530;
}
.gt296-forward-box p{
  margin:0 0 15px;
  color:#5e6a62;
}
.gt296-forward-box a,
.gt289-forward-box a{
  display:flex!important;
  width:100%;
  box-sizing:border-box;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 20px;
  border-radius:14px;
  background:#214530!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-decoration:none;
  font-weight:950!important;
}

/* Pagine di dettaglio servizi */
.gt296-detail-link{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:13px;
  background:#214530!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-decoration:none!important;
  font-weight:950!important;
}

@media(max-width:1050px){
  .gt296-journey__grid,
  .gt173-service-grid.gt296-service-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:760px){
  .gt296-journey{
    width:min(100% - 24px,1180px);
    padding:23px;
    border-radius:24px;
  }
  .gt296-journey__head{
    grid-template-columns:1fr;
    gap:14px;
  }
  .gt296-journey__grid,
  .gt173-service-grid.gt296-service-grid{
    grid-template-columns:1fr!important;
  }
  .gt296-journey__card{min-height:auto}
  .gt296-journey__foot{
    align-items:flex-start;
    flex-direction:column;
  }
  .gt296-fields{grid-template-columns:1fr}
  .gt296-fields label.is-wide{grid-column:auto}
  .gt296-inline-actions{flex-direction:column}
  .gt296-inline-actions a{width:100%;box-sizing:border-box}
}