/*
Theme Name: Altera G Theme
Theme URI: https://altera.consulting
Author: Andrea Simeone
Author URI: https://altera.consulting
Description: Tema WordPress personalizzato con Bootstrap
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: altera-g-theme
*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&family=Lora:wght@400;700&display=swap");

/* ===== TIPOGRAFIA ===== */
html {
  overflow-x: hidden;
}

body {
  font-family: "EB Garamond", serif;
  color: #3b4443;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  overflow-x: hidden;
}

.site-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3b4443;
  margin-bottom: 0;
  font-family: "DM Serif Display", serif !important;
  font-weight: 400 !important;
}

p {
  font-family: "EB Garamond", serif;
  color: #333;
  line-height: 1.3;
}

/* ===== DIMENSIONI E FONT ===== */
h1 {
  font-size: 48px;
  line-height: 1.1;
}
h2 {
  font-size: 45px;
}
h3 {
  font-size: 39px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 23px;
}
h6 {
  font-size: 16px;
}

/* p e span */
p {
  font-size: 21px;
} /* Default */
.card p {
  font-size: 20px;
} /* Per le card */

/* ===== COLORI ===== */
.bg-primary-light {
  background-color: #9edeff;
} /* Sfondi di sezione */
.bg-accent {
  background-color: #0e8ed1;
} /* Sfondo per testi bianchi */
.text-white-on-accent {
  color: #ffffff;
} /* Testi su sfondo azzurro */

/* ===== BOTTONI ===== */
.btn-accent {
  background-color: #f3a54a;
  color: #ffffff;
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

/* ===== IMMAGINI RESPONSIVE ===== */
img {
  max-width: 100%;
  height: auto;
}

/* ===== Virgole Personalizzate ===== */
.custom-quote {
  color: #f3a54a;
  font-size: 48px;
  font-style: italic;
}

/* ===== LAYOUT ===== */
.section-padding {
  padding: 60px 0;
}

.container-narrow {
  max-width: 800px;
  margin: 0 auto;
}

/* Previeni overflow orizzontale su tutti i container */
.container,
.container-fluid {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ===== TOP BAR ===== */

.top-bar {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  max-width: 1440px;
  background-color: #281616;
  padding: 5px 0;
  max-height: 35px;
  left: 50%;
  transform: translateX(-50%);
}

.cart-icon-link {
  display: inline-flex;
  align-items: center;
}

/* ===== HEADER STYLE ===== */
header {
  position: fixed !important;
  z-index: 9999;
  width: 100%;
  max-width: 1440px;
  padding: 0 !important;
  overflow-x: hidden;
  left: 50%;
  transform: translateX(-50%);
  /* top: 35px; */
}
@media (max-width: 1400px) {
  header .container {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  header .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-brand {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .logo {
    max-width: 100px;
    height: auto;
  }

  .navbar-toggler {
    padding: 0.25rem 0.5rem;
  }
}

.navbar {
  background-color: #ffffff;
  top: 0;
  max-width: 100%;
}
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  padding: 0px;
}

.navbar-nav .nav-link {
  color: #0e3246;
  font-weight: bold;
  transition: color 0.3s ease;
}

.navbar-nav a:hover {
  color: #e88639 !important; /* Colore arancione al passaggio del mouse */
}
.navbar-nav ul {
  list-style: none !important;
  display: flex;
  gap: 2rem;
  margin: 0;
}
.navbar-expand-lg .navbar-nav {
  gap: 2rem;
}
.navbar-nav a {
  color: #231f20 !important;
  text-decoration: none !important;
  font-size: 20px !important;
  font-family: "DM Serif Display", serif !important;
  text-transform: capitalize;
  transition: 0.2s;
}
.logo {
  width: 140px;
}
/* Bottone Programma 2025 */
.btn-programma {
  background-color: #f3a54a;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  margin-left: 35px;
  font-family: "Lora";
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.btn-programma:hover {
  background-color: transparent;
  color: #f3a54a;
  outline: 1px solid #f3a54a;
}
.hero-before {
  position: relative;
  z-index: 99;
}

.hero-before:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%; /* oppure, se vuoi limitare il gradiente a una porzione, usa height: 100%; */
  z-index: 9;
  background: linear-gradient(to top, #0d71a7 0%, transparent 100%);
}
.hero-height {
  max-height: 80vh !important;
}
.elementor-7 .elementor-element.elementor-element-7a679c2::before {
  --background-overlay: linear-gradient(
    to top,
    #0d71a7 0%,
    transparent 50%
  ) !important;
}
.swiper-pagination-bullet-active {
  background: #0e3246 !important;
}
/* Stile per il menu mobile */
/* togli lo sfondo dalla regola originale */
.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: #fff;
  transition: left 0.3s ease-in-out;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  overflow-y: auto;
}

.mobile-menu.open {
  left: 0; /* Porta il menu in vista */
}

.mobile-menu-logo {
  margin-bottom: 40px;
  margin-left: 0;
}

.mobile-menu-logo img {
  max-width: 140px;
  height: auto;
}

.mobile-menu-content {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.close-menu {
  font-size: 40px;
  border: none;
  background: none;
  position: absolute;
  top: 5px;
  right: 20px;
  cursor: pointer;
  color: black !important;
  z-index: 10;
}

.mobile-nav {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  max-width: 100%;
}

.mobile-nav li {
  padding: 10px 0;
  text-align: left;
}
.sub-menu .menu-item {
  padding: 5px 0;
}
.mobile-nav a {
  color: #231f20 !important;
  text-decoration: none !important;
  font-size: 22px !important;
  font-family: "Lora" !important;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-align: left;
}
.mobile-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: #e8863960;
  z-index: -1;
  border-radius: 2px;
}
.mobile-nav a:focus {
  color: #f3a54a !important; /* Colore arancione al passaggio del mouse */
}

/* Gestione del sottomenu per la versione desktop */
.navbar-nav li.menu-item-has-children {
  position: relative; /* necessario per posizionare il sottomenu in modo assoluto rispetto al genitore */
}

/* Nascondi il sottomenu di default */
.navbar-nav li.menu-item-has-children > ul.sub-menu {
  display: none;
  position: absolute;
  top: 25px; /* posiziona il sottomenu subito sotto il genitore */
  left: 0px;
  background: #fff; /* o il colore di sfondo desiderato */
  padding: 20px;
  border-radius: 10px;
  margin: 0;
  width: 166px; /* regola la larghezza in base alle tue esigenze */
  box-shadow: 0 0 20px #00000026;
  z-index: 9999;
}

.navbar-nav li.pll-parent-menu-item > ul.sub-menu {
  top: 25px;
  left: -7px;
  width: auto;
}
/* Mostra il sottomenu al passaggio del mouse sul genitore */
.navbar-nav li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

/* Imposta gli elementi del sottomenu in colonna */
.navbar-nav li.menu-item-has-children > ul.sub-menu li {
  display: block;
  /* border-bottom: 1px solid #eee; */
}

/* Stile per i link del sottomenu */
.navbar-nav li.menu-item-has-children > ul.sub-menu li a {
  padding: 10px 0;
  color: #333333;
  text-decoration: none;
  font-family: "Lora", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}

/* Effetto hover sui link del sottomenu */
.navbar-nav li.menu-item-has-children > ul.sub-menu li a:hover {
  /* background-color: #F3A54A; */
  color: #ffffff;
}

.social-icons {
  margin-top: 30px;
}

.social-icons a {
  font-size: 24px;
  color: #744d8b;
  margin-right: 15px;
  text-decoration: none;
}
/* Blocca lo scrolling quando il menu ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ aperto */
.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* ===== CATEGORY NEWS ===== */
.hero-category {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 50px;
  margin-top: 120px;
  padding-top: clamp(40px, calc(8.6957px + 6.5217vw), 100px) !important;
}

.single-article {
  padding-bottom: 80px !important;
}
@media (max-width: 480px) {
  .hero-category {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 25px;
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .compositori-descr {
    padding: 0 20px;
    padding-bottom: 0 !important;
  }
}
.container-comp {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.container-categories .single-article a {
  color: #000;
  font-size: 16px;
  text-decoration: unset;
}
.news-post h4 {
  font-size: 31px;
  padding-top: 22px;
  padding-bottom: 10px;
}
.news-btn-action {
  border: 1px solid #e99212;
  border-radius: 30px;
  padding: 12px 30px;
  color: #fff;
  background: #e99212;
  transition: 0.2s;
  font-size: 14px;
  font-family: "DM Serif Display", serif;
  width: 180px;
}
.single-article img {
  width: 100%;
  height: 266px;
  object-fit: cover;
  flex: 0 0 auto;
  border-radius: 15px 15px 0 0;
}

.hero-subtitle {
  font-size: 18px;
  color: #172b4f;
  margin-bottom: 0 !important;
}
.hero-subtitle .author-name {
  margin-right: 32px;
}
/* Stop allo â€œsbordoâ€ delle card su mobile */
@media (max-width: 576px) {
  .row-articles.archive {
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: clip;
  }
  .row-articles.archive > .single-article {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .single-article img {
    max-width: 100%;
    display: block;
  }
  .container-categories {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.row-articles.archive {
  align-items: stretch;
}

.single-article {
  display: flex;
}

.single-article > a.blog-post-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  transition: 0.2s ease;
}
.single-article > a.blog-post-link:hover {
  transform: translatey(-10px);
}

.single-article img {
  width: 100%;
  height: 266px;
  object-fit: cover;
  flex: 0 0 auto;
}

.news-post {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding-bottom: 0;
  padding: 0 20px 20px;
  background-color: #f7f7f7;
  border-radius: 0 0 15px 15px;
}
/* testo centrato */
.news-post h4 {
  font-size: 31px;
  padding-top: 22px;
  padding-bottom: 10px;
  word-break: break-all;
}

.news-post .description {
  flex: 1 1 auto;
  font-size: 18px;
}

/* bottone fissato in fondo e centrato */
.news-post .mt-4 {
  display: flex;
}



/* ===== FOOTER ===== */
/* Sezione Newsletter */

.newsletter-section {
  background-color: #9edeff;
  color: #0e3246;
  padding: 80px 20px;
}

.newsletter-section h2 {
  font-family: "Lora", serif;
  font-size: 43px;
  font-weight: 400;
  margin-bottom: 0;
}

.newsletter-section p {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}

.newsletter-form input[type="email"] {
  border: 1px solid white;
  border-radius: 20px;
  padding: 7px 20px;
  max-width: 350px;
  background-color: transparent;
  color: #004a73;
  font-size: 18px;
  font-weight: 500;
  min-width: 225px;
}

.btn-subscribe,
.custom-submit-btn {
  background-color: #f3a54a;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  transition: 0.2s ease;
  font-weight: 700;
}

.btn-subscribe:hover,
.custom-submit-btn:hover {
  transform: scale(1.05);
}
.custom-modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  max-width: 750px;
}

/* Modale personalizzato */
.custom-modal-content {
  border-radius: 12px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  max-width: 450px;
}

/* Titolo del modale */
.custom-modal-title {
  font-size: 27px;
  font-weight: bold;
  color: #0e3246;
  font-family: "Lora";
}

/* Migliorare il layout del form */
.custom-input {
  border: 1px solid #4a6fa5;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  background-color: #f8f9fa;
}
.custom-modal-content .wpcf7-spinner {
  position: absolute;
  left: 58%;
  bottom: 13%;
}

.custom-modal-content .wpcf7-list-item {
  margin: 0;
  font-size: 17px;
  color: #0e3246;
  text-align: justify;
}
.custom-btn-close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.custom-btn-close:hover {
  color: #000;
}

.custom-newsletter-form-container .form-control {
  padding: 12px 20px;
}
/* Pulsante di invio originale di CF7 */

/* Checkbox */
.custom-form-check-label {
  font-size: 17px;
  color: #0e3246;
  text-align: justify;
}

.custom-form-check-label a {
  color: #4a6fa5;
  text-decoration: underline;
}

/* ReCAPTCHA */
.custom-recaptcha {
  display: inline-block;
}

/* Blocco scrolling */
body.modal-open {
  overflow: hidden;
}
/* Footer Principale */
.footer-section {
  width: 100%;
  overflow-x: hidden;
}

.footer-content {
  background-color: #281616;
  color: #ffffff;
  padding-top: 50px;
  width: 100%;
  overflow-x: hidden;
}

.footer-content .container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}

.footer-content h5 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #fff;
}

.footer-content a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 18px;
}
.list-unstyled ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
  font-weight: 500;
}
.footer-content a:hover {
  color: #e88639;
}

.footer-email {
  color: white;
  font-size: 18px;
  font-weight: 500;
}

/* Lingua footer (Polylang dropdown) */
.footer-language {
  margin-top: 12px;
}
.footer-language select,
.footer-language .pll-select {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 16px;
  font-family: "EB Garamond", serif;
  max-width: 100%;
}
.footer-language option {
  color: #281616;
}

@media (max-width: 767.98px) {
  .footer-language {
    margin-top: 8px;
  }
  .footer-language select,
  .footer-language .pll-select {
    font-size: 14px;
    padding: 4px 10px;
  }
}

/* Icone Social */
.social-icons a {
  color: #ffffff;
  font-size: 20px;
  margin-right: 10px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #f3a54a;
}
.copyright p {
  font-size: 16px;
  color: white;
  font-weight: 700;
  padding: 20px 0;
  margin: 0;
}
/* Divider */
.footer-divider {
  border-top: 1px solid #ffffff;
  width: 90%;
  margin: 0 auto;
  opacity: 1;
}

/* ===== VIDEO PAGE ===== */
.video-page {
  padding: 140px 0 80px;
}
.video-page__header {
  margin-bottom: 32px;
}
.video-page__title {
  font-size: 48px;
}
.video-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
.video-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding-bottom: 16px;
}
.video-thumb {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
}
.video-thumb img {
  width: 100%;
  display: block;
  height: auto;
}
.video-play {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(40, 22, 22, 0.9);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.video-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}
.video-title {
  font-size: 22px;
  margin: 16px 16px 6px;
  color: #281616;
}
.video-date {
  font-size: 14px;
  color: #6f6f6f;
  margin: 0 16px;
  display: block;
}
.video-actions {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.video-load-more {
  border-radius: 999px;
}
.video-fallback {
  margin-top: 24px;
  text-align: center;
}
.video-fallback a {
  color: #e88639;
  text-decoration: none;
}

@media (min-width: 768px) {
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* ===== HERO ===== */
.hero-container h1 {
  font-size: 60px !important;
  color: white !important;
  font-weight: 500 !important;
  font-family: "Cormorant Garamond", serif !important;
}
.scroll-down {
  animation: bounce 1.5s infinite ease-in-out;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

.custom-ico-box .elementor-icon-box-title span {
  font-size: 18px;
  font-family: "Inter";
  font-weight: 600;
  color: #3b4443;
}
.custom-ico-box .elementor-icon-box-description {
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  color: #616866;
}
/* Scopri il programma*/

.elementor-element.hero-scopri .elementor-button span {
  font-family: "DM Serif Display", serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.elementor-element.hero-scopri .elementor-button {
  background-color: #e88639 !important;
  padding: 13px 20px;
  border: none;
  border-radius: 50px;
  transition: 0.2s ease-in-out;
}
.elementor-element.hero-scopri .elementor-button:hover {
  transform: scale(1.05);
}

/* ===== FESTIVAL SECTION ===== */

.festival-section h3.elementor-heading-title {
  color: #376fa9;
  font-weight: 600 !important;
  font-family: "Cormorant Garamond", serif !important;
  max-width: 660px;
}

.festival-section p {
  text-align: justify;
  max-width: 690px;
}

/* ===== QUOTE SECTION ===== */
.quote-section {
  background-color: #1698ec;
}
.quote-section p {
  font-family: "Cormorant Garamond", serif;
  color: white;
  max-width: 720px;
  line-height: 28.6px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/*direzione artistica nome*/
.elementor-element-dc9aea5 p {
  font-style: italic;
}
/* ===== EVENT/PLACE/SOCIAL SECTION ===== */

.double-title h3,
.double-title h6,
.social-feed h3 {
  color: #1698ed !important;
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 600 !important;
}

/* =====                            ===== */
/* =====         CHI SIAMO          ===== */
/* =====                            ===== */
.about-festival-section h1 {
  font-family: "Cormorant Garamond", serif !important;
  color: #1698ed !important;
  font-weight: 400 !important;
  font-size: 61px !important;
}
.about-direzione-artistica h2 {
  font-family: "Cormorant Garamond", serif !important;
  color: #1698ed !important;
  font-weight: 500 !important;
  font-size: 50px;
}
.logo-carousel .elementor-image-carousel {
  display: flex;
  align-items: center;
}
.logo-carousel .elementor-image-carousel img {
  max-width: 155px;
  max-height: 80px;
}
.logo-carousel-2 .elementor-image-carousel img {
  max-width: 170px;
  max-height: 55px;
}
/* =====                            ===== */
/* =====      PROGRAMMA 2025        ===== */
/* =====                            ===== */
.programma-section h1 {
  font-family: "Cormorant Garamond", serif !important;
  color: #1698ed !important;
  font-weight: 400 !important;
  font-size: 48px !important;
  text-transform: uppercase;
}
/* =====                            ===== */
/* =====         CONTACT            ===== */
/* =====                            ===== */
.contacts-info .elementor-widget-heading h4 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  color: #1698ed;
  font-size: 30px;
}
.contacts-info .elementor-widget-text-editor p {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 400;
  color: #0e3246;
}

.form-row {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.form-group {
  width: 100%;
  margin-bottom: 10px;
}

.form-group.half {
  width: 48%;
}

/* Campi di input */
.form-control {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #c4c6c5 !important;
  border-radius: 0;
  font-size: 16px;
  background-color: transparent !important;
  outline: none;
  color: #616866 !important;
  font-family: "Inter";
}
.form-control:focus {
  box-shadow: none;
}
.custom-form-check-label input {
  vertical-align: middle;
}
textarea.form-control {
  height: 140px;
  resize: none;
}

/* Placeholder */
::placeholder {
  color: #57aedd;
  font-size: 18px;
}

/* Pulsante */
.custom-submit {
  width: 180px;
  background-color: #e99212;
  color: white;
  padding: 15px;
  border-radius: 50px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  margin-top: 60px;
  transition: background-color 0.3s ease;
  font-family: "DM Serif Display", serif;
}

.custom-submit:hover {
  background-color: #281616;
}
/* =====                            ===== */
/* =====         SINGLE EVENT       ===== */
/* =====                            ===== */
.event-title h4 {
  font-family: "Lora" !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  color: #1698ed !important;
}
.eventi-call h5,
.eventi-call p {
  font-family: "Lora" !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #1698ed !important;
}
.eventi-call p {
  text-decoration: underline;
}
.accordion-item {
  border: none;
}
.accordion-button:focus {
  border-bottom-color: unset;
  box-shadow: unset;
}
.accordion-body {
  text-align: justify;
}
.custom-margin p {
  margin-bottom: 0 !important;
  font-size: 19px;
}

/* =====                            ===== */
/* =====           MEDIA FONT       ===== */
/* =====                            ===== */
/* ======= RESPONSIVE DESIGN ======= */

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ **Tablet (max 1024px)** */
@media (max-width: 1024px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 28px;
  }
  h6 {
    font-size: 16px;
  }

  /* Testo generico */
  p,
  span {
    font-size: 20px;
  }
  .card p {
    font-size: 19px;
  }

  /* Header */
  header {
    padding: 15px 0;
  }
  .navbar-nav .nav-link {
    font-size: 16px;
  }

  /* Bottone Programma 2025 */
  .btn-programma {
    font-size: 16px;
    padding: 6px 12px;
    margin-left: 20px;
  }

  /* Sezioni specifiche */
  .hero-container h1,
  .about-festival-section h1 {
    font-size: 50px !important;
  }
  .about-direzione-artistica h2 {
    font-size: 45px;
  }
  .programma-section h1 {
    font-size: 50px !important;
  }
  .newsletter-section h2 {
    font-size: 40px;
  }
}
/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ **Smartphone (max 768px) e piccoli (max 480px)** */
@media (max-width: 768px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 26px;
  }
  h6 {
    font-size: 14px;
  }

  /* Testo generico */
  p,
  span {
    font-size: 20px;
  }
  .card p {
    font-size: 17px;
  }

  /* Header */
  header {
    padding: 12px 0;
  }

  /* Navbar */
  .navbar-nav {
    gap: 1.2rem;
  }
  .navbar-nav .nav-link {
    font-size: 14px;
  }
  .navbar .container {
    padding: 0 20px;
  }

  /* Bottone Programma 2025 */
  .btn-programma {
    font-size: 15px;
    padding: 6px 10px;
    margin-left: 15px;
  }

  /* Sezioni specifiche */
  .hero-container h1,
  .about-festival-section h1 {
    font-size: 45px !important;
  }
  .about-direzione-artistica h2 {
    font-size: 40px;
  }
  .programma-section h1 {
    font-size: 45px !important;
  }
  .newsletter-section h2 {
    font-size: 34px;
  }
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ **Smartphone piccoli (max 480px)** */
@media (max-width: 480px) {
  /* Stessi valori di max 768px */
  h1 {
    font-size: 45px;
    line-height: 1.2 !important;
  }
  h2 {
    font-size: 34px;
    line-height: 1.2 !important;
  }
  h3 {
    font-size: 28px;
    line-height: 1.2 !important;
  }
  h4 {
    font-size: 26px;
    line-height: 1.2 !important;
  }
  h6 {
    font-size: 14px;
    line-height: 1.2 !important;
  }

  /* Testo generico */
  p,
  span {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }
  .card p {
    font-size: 17px !important;
  }

  /* Header */
  header {
    padding: 10px 0;
  }

  /* Navbar */
  .navbar-nav {
    gap: 1rem;
  }
  .navbar-nav .nav-link {
    font-size: 14px;
  }
  .navbar-brand img {
    width: 120px !important;
  }

  /* Bottone Programma 2025 */
  .btn-programma {
    font-size: 14px;
    padding: 5px 8px;
    margin-left: 10px;
  }

  /* Sezioni specifiche */
  .hero-container h1,
  .about-festival-section h1 {
    font-size: 42px !important;
    font-family: "Cormorant Garamond", serif !important;
  }
  .about-direzione-artistica h2 {
    font-size: 40px;
  }
  .programma-section h1 {
    font-size: 38px !important;
  }
  .newsletter-section h2 {
    font-size: 31px;
  }
  .eventi-call h2,
  .eventi-call p {
    font-size: 24px !important;
  }
  .icona-contatti svg {
    width: 45px !important;
  }
  .form-control {
    width: 100%;
    padding: 12px 15px;
  }
  .contacts-info .elementor-widget-text-editor p {
    font-size: 16px;
  }
  .contacts-info .elementor-widget-heading h4 {
    font-size: 26px;
  }
  .eventi-call h5,
  .eventi-call p {
    font-size: 20px !important;
  }
}

.top-bar .user-icon-link,
.top-bar .cart-icon-link {
  display: inline-flex;
  align-items: center;
}

.top-bar .user-icon-link svg {
  stroke: #fff; /* icona bianca */
  width: 22px;
  height: 22px;
}

/* niente effetti hover */
.top-bar .user-icon-link:hover svg {
  stroke: #fff;
}

.cover-single > p {
  padding-top: 10px;
  color: #0d1023;
  font-family: "Lora" !important;
}
.contenuto-single ul,
.contenuto-single ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: disc;
}

.wp-block-list {
  padding: 0 !important;
}
.contenuto-single li {
  margin-bottom: 0.5rem;
  line-height: 1.8;
  font-size: 18px;
  color: #0d1023;
  list-style: none;
  font-family: "Lora" !important;
}

.contenuto-single p {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-size: 21px;
  color: #0d1023;
}

.single-article-page.content-area {
  max-width: 850px;
  margin: 80px auto;
  padding-top: 80px;
}

.label-base-vanilla,
.label-base p,
.overtitle {
  background: #141d32;
  border-radius: 5px;
  color: #ffffff;
  line-height: 1 !important;
  font-weight: 400;
  padding: 12px 28px;
  display: inline-flex;
}
.hero-title h1 {
  color: #141d32;
}
.hero-title p {
  margin-bottom: 2rem;
}

.single-blog .bar-info {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 20px;
}

.single-blog .bar-info p {
  color: #141d32;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
.single-blog .bar-info a {
  color: #141d32;
  font-weight: 700;
}
.cover-single img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 5px;
}

.container-single-page .cover-single {
  padding: 40px 0;
}

.single-blog .share-bar {
  padding-top: 24px !important;
  border-top: 1px solid #212529 !important;
}

.single-article-page .share-bar p {
  font-size: 18px !important;
  color: #141d32 !important;
}
.elementor-image-carousel {
  display: flex;
  align-items: center;
}

.sub-menu {
  display: none;
  list-style: none;
  padding-top: 5px;
}

@media only screen and (max-width: 767px) {
  .min-h-mobile-slide {
    min-height: calc(100vh - 130px) !important;
  }
}
.gallery-text a {
  text-align: center;
}
.elementor-slideshow__title {
  font-size: 16px;
  font-weight: 700;
  display: none !important;
}

.elementor-element-63651e7 .logo-carousel .elementor-image-carousel img {
  max-width: 300px;
}

.ms-slide .ms-slide-bgcont img,
.ms-container,
.ms-inner-controls-cont {
  object-fit: cover !important;
}

.ms-skin-default .ms-nav-next {
  right: 0px !important;

  background-image: url(/wp-content/uploads/2025/04/next-btn-white.svg) !important;
  background-repeat: no-repeat !important;
  background-size: unset !important;
  background-position: unset !important;
}
.ms-skin-default .ms-nav-prev {
  left: 20px !important;

  background-image: url(/wp-content/uploads/2025/04/prev-btn-white.svg) !important;
  background-repeat: no-repeat !important;
  background-size: unset !important;
  background-position: unset !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}

.altre-pubblicazioni {
  margin-top: 6rem;
}
.badgeste {
  z-index: 99;
  position: absolute;
  top: 5px;
  font-size: 13px;
  background: #8f0a0a;
  padding: 0px 9px;
  color: #ffff;
  border-radius: 15px;
  font-weight: 400;
  left: 0px;
  border: 0;
}
.car-max-h-logo .elementor-image-carousel .swiper-slide img {
  max-height: 80px !important;
}

h3.subline::after {
  position: absolute;
  display: block;
  background: #e8863960;
  content: "";
  height: 40%;
  width: 100%;
  bottom: 0;
  z-index: -1;
}

.card-compositore-single {
  position: relative;
}

.card-compositore-single .thumb {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.card-compositore-single img {
  max-width: 75%;
  height: auto;
}

.composer-books-swiper .shop-card__title {
  font-size: 24px;
  margin-top: 0.5rem;
  text-align: center;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next::after {
  color: #1d7ea4;
  font-size: 28px;
}

.swiper-button-prev::after {
  color: #1d7ea4;
  font-size: 28px;
}

.card-compositore-single::before {
  content: "";
  width: 100%;
  height: 30%;
  background: #e8863999;
  border-radius: 2px;
  z-index: -1;
  position: absolute;
  bottom: 0;
  display: block;
}
.btn-visita {
  background-color: #e88639 !important;
  border-radius: 999px;
  padding: 13px 20px;
  width: 150px;
  color: white !important;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  justify-content: center;
  transition: 0.2s ease;
  outline: none;
  border: none;
}
.btn-visita:hover {
  transform: scale(1.02);
  color: white;
}
.single-compositori .composer-photo {
  max-width: 320px;
  position: sticky;
  top: 150px;
}
.single-article-page.content-area {
  max-width: 850px;
  padding-top: 100px;
  margin: 80px auto;
}

@media (max-width: 480px) {
  .composer-swiper-pagination {
    display: none;
  }
  .hero-title,
  .container-single-page {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-title h2 {
    word-wrap: break-word;
  }
  .single-article-page.content-area {
    padding-top: 35px;
  }
}

body.page-id-5857 .container.py-5,
body.page-id-5858 .container.py-5 {
  margin-top: 100px;
  padding-top: 120px !important;
}

body.page-id-5857 .wp-block-heading {
  padding: 25px 0 40px;
}

body.page-id-5857 .wp-block-button__link {
  color: white;
  background: #e2965b;
  border-radius: 999px;
  padding: 0.6rem 1.25rem;
  font-size: 16px !important;
  width: 150px;
}

body.page-id-5857 .wc-block-grid__product-link {
  text-decoration: none;
}
body.page-id-5857 .wc-block-grid__product-title {
  text-decoration: none;
  font-size: 26px;
  color: black;
  font-weight: 500;
  list-style: none;
}
.wc-block-grid__product-price.price span {
  font-size: 18px !important;
}
body.page-id-5857 .wc-block-grid__product {
  padding-bottom: 40px !important;
}

@media (max-width: 480px) {
  body.page-id-5857 .container.py-5,
  body.page-id-5858 .container.py-5 {
    margin-top: 80px;
    padding-top: 80px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1400px) {
  header > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-brand {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

.related-next,
.related-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #281616;
  background: #fff;
  color: #281616;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 35px;
  font-weight: normal;
  cursor: pointer;
  transition:
    opacity 0.2s ease,
    transform 0.08s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
  padding-bottom: 10px;
  padding-left: 8px;
  position: relative;
  z-index: 5;
}
.related-next:hover,
.related-prev:hover {
  background: #281616;
  color: #fff;
}
.related-next {
  padding-bottom: 10px;
  padding-left: 8px;
}

.related-prev {
  padding-bottom: 10px;
  padding-right: 8px;
}
.related-swiper {
  padding-bottom: 15px;
  margin: 0;
}

.footer-content .row {
  margin: 0;
  max-width: 100%;
}

.footer-content .col-6 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.footer-content .col-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.footer-content .row.text-center img {
  display: block;
  margin: 0;
  max-width: 150px;
  height: auto;
}

.footer-content .row.text-center {
  text-align: left;
  padding: 0 15px;
}

.footer-content h5 {
  margin-bottom: 8px;
  text-align: left;
  font-size: 18px;
}

.footer-content .list-unstyled {
  margin-bottom: 12px;
}

.footer-content a {
  font-size: 16px;
  word-wrap: break-word;
}

.footer-content .social-icons {
  display: flex;
  gap: 5px;
}

.footer-content .row .social-icons {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-left: 15px;
}

.social-icon {
  max-width: 30px;
  height: auto;
}

.slide-featured {
  position: relative;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 130px);
  display: flex;
  align-items: flex-end;
  min-height: 500px;
}

.slide-featured h1 {
  font-size: 65px;
  font-weight: 500;
  color: #fff !important;
}
.slide-featured h1 a {
  color: #fff;
}
.overlay {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: calc(100vh - 130px);
  background: linear-gradient(transparent, #000000);
}

.page-id-8368 .overlay {
  background: transparent !important;
}

.bg-grey-light {
  background: #f5f5f5;
}
.title-single-post {
  font-size: 55px;
}
/* Stile base “come screenshot” (puoi spostarlo nel tuo CSS) */
.home-featured-accordion-grid .home-accordion-card {
  background: #fff;
  border: 0;
}
.home-featured-accordion-grid .home-accordion-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}
.home-featured-accordion-grid .home-accordion-body {
  padding-top: 16px;
}
.home-featured-accordion-grid .home-accordion-title {
  font-size: 28px;
  line-height: 1.15;
  margin: 0 0 12px 0;
  font-weight: 700;
}
.home-featured-accordion-grid .home-accordion-title a {
  color: #2b2b2b;
  text-decoration: none;
}
.home-featured-accordion-grid .home-accordion-excerpt {
  color: #6c6c6c;
  font-size: 17px;
  margin: 0 0 18px 0;
}
.home-featured-accordion-grid .home-accordion-meta {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #2b2b2b;
  margin-bottom: 10px;
}
.home-featured-accordion-grid .home-accordion-cat {
  color: #281616; /* “ESTERI” verde nello screenshot */
  font-weight: 700;
}
.home-featured-accordion-grid .home-accordion-divider {
  height: 1px;
  background: #e9e9e9;
  width: 100%;
}

/* ===== LEAD CAPTURE POPUP ===== */
.lead-capture {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 20px;
}

.lead-capture.is-open {
  display: flex;
}

.lead-capture__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.6);
}

.lead-capture__panel {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 12px;
  max-width: 860px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  overflow: hidden;
}

.lead-capture__media {
  background: #f3f0ec;
}

.lead-capture__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lead-capture__content {
  padding: 36px 34px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lead-capture__title {
  font-size: 30px;
  margin-bottom: 12px;
}

.lead-capture__description p {
  margin-bottom: 0;
  font-size: 18px;
}

.lead-capture__label input[type="email"] {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 16px;
  color: #3b4443;
}

.lead-capture__label input[type="email"]::placeholder {
  color: #7b8a90;
}

.lead-capture__consent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  font-size: 15px;
  color: #555;
}

.lead-capture__consent input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  flex: 0 0 auto;
}

.lead-capture__cta {
  margin-top: 8px;
  background: #f3a54a;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.lead-capture__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(243, 165, 74, 0.25);
}

.lead-capture__close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.lead-capture__message {
  margin-top: 8px;
  font-size: 15px;
  color: #2f6b2f;
  min-height: 20px;
}

.lead-capture__message.is-error {
  color: #b42318;
}

.lead-capture__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.lead-capture__form.is-success input,
.lead-capture__form.is-success .lead-capture__consent,
.lead-capture__form.is-success .lead-capture__cta {
  opacity: 0.6;
  pointer-events: none;
}

.lead-capture-open {
  overflow: hidden;
}

@media (max-width: 860px) {
  .lead-capture__panel {
    grid-template-columns: 1fr;
  }

  .lead-capture__media {
    max-height: 220px;
  }

  .lead-capture__content {
    padding: 28px 22px;
  }
}
