.h-global-transition-all:has(a[href*="colibriwp.com"]) {
  display: none !important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="submit"],
.wpcf7 textarea {
  width: 100%;
  max-width: 500px;
  font-size: 16px;
  padding: 12px 16px;
  margin: 10px auto;
  display: block;
}

.wpcf7 input[type="submit"] {
  max-width: 180px;
  background-color: #000;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #333;
}
/* ====== AV – BASE ====== */
.av-wrap{max-width:1140px;margin:0 auto;padding:0 16px}
.av-section{padding:56px 0}
@media(min-width:768px){.av-section{padding:80px 0}}

/* ====== TIPOGRAFIA ====== */
.av-hero-title{
  font-size:clamp(28px,4.2vw,56px);
  line-height:1.15;
  letter-spacing:.02em;
  font-weight:300;
  margin:0 auto 16px;
  max-width:980px;        /* riduci a 900px se vuoi stringere ancora */
  text-wrap:balance;      /* bilancia le righe (browser moderni) */
}
.nowrap{white-space:nowrap}
.av-lead{font-size:18px;color:#555;max-width:760px;margin:0 auto}
.av-h2{font-size:clamp(26px,3vw,36px);font-weight:300;margin:0 0 16px;text-align:center;letter-spacing:.01em}
.av-h3{font-size:20px;font-weight:600;margin:24px 0 12px}
.av-muted{color:#666}

/* ====== BOTTONI ====== */
.av-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:999px;text-decoration:none}
.av-btn--ghost{border:1px solid #e6e6e6}
.av-btn--dark{background:#000;color:#fff}

/* ====== LOGHI ====== */
.av-logos{display:flex;flex-wrap:wrap;gap:24px 36px;align-items:center;justify-content:center}
.av-logos img{height:36px;filter:grayscale(100%);opacity:.8;transition:all .2s ease}
.av-logos img:hover{filter:none;opacity:1}

/* ====== GRIGLIE & CARD ====== */
.av-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}
.av-card{background:#fff;border:1px solid #eee;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.04)}
.av-card-body{padding:12px 16px}

/* ====== IMMAGINI ====== */
.av-photo{width:100%;aspect-ratio:4/5;object-fit:cover;display:block}
.av-img{width:100%;height:auto;display:block}

/* ====== REELS (Instagram) ====== */
.av-reels{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}
.instagram-media{margin:0!important;width:100%!important;max-width:100%!important;border-radius:12px;overflow:hidden}

/* ====== CTA ====== */
.av-cta{background:#000;color:#fff;border-radius:20px;padding:32px;text-align:center}
.av-cta a{background:#fff;color:#000;border-radius:12px;padding:12px 20px;text-decoration:none;font-weight:600}
