/* =========================
   DIERRE HOME – HERO + CTA
   (pulito, senza bottone verde)
   ========================= */

/* Evita che il template applichi stili strani ai link dentro la hero */
.dhs-hero a { all: unset; }

/* HERO */
.dhs-hero{
  padding:42px 22px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
}

.dhs-hero__inner{max-width:1100px;margin:0 auto}
.dhs-hero__kicker{margin:0 0 10px;opacity:.8;font-weight:600}
.dhs-hero__title{margin:0 0 10px;font-size:2.25rem;line-height:1.15}
.dhs-hero__subtitle{margin:0 0 12px;font-size:1.1rem;opacity:.95}

/* Trust line */
.dhs-hero__trust{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:0 0 18px;
  opacity:.85;
}
.dhs-hero__trust span{ display:inline-block; }
.dhs-hero__trust span:nth-child(2),
.dhs-hero__trust span:nth-child(4){ opacity:.55; }

.dhs-hero__secondary{margin-top:16px}
.dhs-link{text-decoration:none;font-weight:700}

/* CTA grid */
.dhs-cta{
  display:grid;
  gap:12px;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:6px;
}

/* BOTTONI (tutti uguali) */
.dhs-cta a.dhs-btn{
  display:block;
  text-decoration:none;
  border:1px solid rgba(0,0,0,.14);
  border-radius:14px;
  padding:14px 14px;
  background:#fff;
  box-shadow:0 6px 18px rgba(0,0,0,.05);
  transition:transform .12s ease, box-shadow .12s ease;
  cursor:pointer;
}

.dhs-cta a.dhs-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 22px rgba(0,0,0,.10);
}

.dhs-btn__title{display:block;font-weight:800;font-size:1rem;margin-bottom:6px}
.dhs-btn__meta{display:block;opacity:.85;font-size:.95rem;line-height:1.25}

/* Override mirato per template JA (se sovrascrive i link come “button”) */
.dhs-hero .dhs-cta > a.dhs-btn{
  display:block !important;
  padding:14px 14px !important;
  border-radius:14px !important;
  border:1px solid rgba(0,0,0,.14) !important;
  background:#fff !important;
  text-decoration:none !important;
  box-shadow:0 6px 18px rgba(0,0,0,.05) !important;
  transition:transform .12s ease, box-shadow .12s ease !important;
}

/* Responsive */
@media (max-width: 900px){
  .dhs-cta{grid-template-columns:1fr}
  .dhs-hero{ padding:28px 16px; }
  .dhs-hero__title{ font-size:1.75rem; }
}
/* Pulsanti più grandi */
.dhs-btn__title{
  font-size:1.15rem;
}

.dhs-btn__meta{
  font-size:1rem;
}

/* Link rosso */
.dhs-link-red{
  color:#c40000 !important;
  font-weight:800;
}
.dhs-link-red:hover{
  text-decoration:underline;
}

/* Sedi */
.dhs-sedi{
  margin:60px 0;
}
.dhs-sedi-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
@media (max-width:900px){
  .dhs-sedi-grid{
    grid-template-columns:1fr;
  }
}
/* SEDI - cards cliccabili + hover */
.dhs-sedi{ margin:60px 0; }
.dhs-sedi__intro{
  margin: -10px 0 18px;
  opacity:.9;
}

.dhs-sedi-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.dhs-sede-card{
  display:block;
  text-decoration:none;
  border:1px solid rgba(0,0,0,.10);
  border-radius:16px;
  padding:18px 16px;
  background:#fff;
  transition:transform .12s ease, box-shadow .12s ease;
  cursor:pointer;
}

.dhs-sede-card:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 26px rgba(0,0,0,.10);
}

.dhs-sede-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
}

.dhs-sede-card__meta{
  margin:0;
  opacity:.85;
  font-weight:600;
}

.dhs-chip{
  border:1px solid rgba(0,0,0,.14);
  border-radius:999px;
  padding:6px 10px;
  font-weight:800;
  font-size:.85rem;
  opacity:.95;
}

/* Responsive */
@media (max-width: 900px){
  .dhs-sedi-grid{ grid-template-columns:1fr; }
}
.dhs-whatsapp-note{
  margin:14px 0 10px;
  font-size:.95rem;
  opacity:.85;
}
/* Icone outline nei bottoni hero */
.dhs-ico{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  margin-right:10px;
  border-radius:10px;
  background:rgba(0,0,0,.05);
  flex-shrink:0;
}

.dhs-btn__title{
  display:flex;
  align-items:center;
  font-size:1.05rem;
}
.cf-step-next{
  display:inline-block;
  padding:10px 16px;
  border:1px solid rgba(0,0,0,.15);
  border-radius:6px;
  background:#f2f2f2;
  text-decoration:none;
  font-weight:600;
}