/* ================================================
   CUSTOM CSS LANGPROS - CONSOLIDATO
   Ultima modifica: 29 Gennaio 2026
   File unico centralizzato
   ================================================ */

/* ================================================
   INDICE:
   0. TYPOGRAPHY & GLOBAL STYLES
   1. VIDEO & MEDIA COMPONENTS
   2. LAYOUT ELEMENTS (Snake, Cards)
   3. HERO & IMAGES
   4. SERVICE SECTIONS
   5. BENEFITS & PROCESS
   6. FAQ SECTION
   7. LOGO GRID
   8. TEAM SECTION (ex fusion-builder-row-5)
   9. EVENT LIST TABLE
   10. POST META ADVANCED
   11. MEGA MENU INTERPRETING
   12. UTILITIES
   ================================================ */


/* ================================================
   0. TYPOGRAPHY & GLOBAL STYLES
   ================================================ */

.fusion-body #main .post-content h1,
.fusion-body h1,
body h1 {
    font-family: Lexend, Arial, Helvetica, sans-serif;
    font-size: 49px;
    font-weight: 500;
    line-height: 59px;
    letter-spacing: -0.49px;
}

.fusion-body #main .post-content h2,
.fusion-body h2,
body h2 {
    font-family: Lexend, Arial, Helvetica, sans-serif;
    font-size: 37px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.37px;
    text-transform: none;
}

.fusion-body #main .post-content h3,
.fusion-body h3,
body h3 {
    font-family: Lexend, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.28px;
    text-transform: none;
}

.fusion-body #main .post-content p,
.fusion-body p,
body p {
    font-family: 'Instrument Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.18px;
}

/* Override critici */
html body .ls-wrapper > h1,
html body .ls-wrapper > h2,
html body .ls-wrapper > h3 {
    line-height: inherit !important;
    padding: inherit !important;
    margin: inherit !important;
}

/* Grafica oro - sale sopra */
.grafica-oro-container {
    position: relative;
    z-index: 10;
    margin-top: -60px;
}

.grafica-oro-container,
.grafica-oro-container > .fusion-builder-row {
    overflow: visible !important;
}

.grafica-oro-container + .fusion-fullwidth,
.fusion-fullwidth:has(+ .grafica-oro-container) {
    position: relative;
    z-index: 1;
}

/* Linee verticali tra colonne */
.row-con-separatori .fusion-layout-column {
    position: relative;
}

.row-con-separatori .fusion-layout-column:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 70%;
    width: 1px;
    background-color: #cc902e;
}

@media (max-width: 768px) {
    .row-con-separatori .fusion-layout-column::after {
        display: none;
    }
}

/* Card team member decorativa */
.team-member-card {
    position: relative;
    overflow: visible;
}

.team-member-card::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, #d4a84b 0%, #f4d675 50%, #d4a84b 100%);
    clip-path: polygon(
        50% 0%, 
        61% 35%, 
        100% 50%, 
        61% 65%, 
        50% 100%, 
        39% 65%, 
        0% 50%, 
        39% 35%
    );
    z-index: 10;
}

.team-member-card .team-role {
    color: #d4a84b;
    font-style: italic;
    text-align: center;
    margin-top: 20px;
}


/* ================================================
   1. VIDEO & MEDIA COMPONENTS
   ================================================ */

/* VIDEO CEO */
#video-langpros-ceo {
  max-width: 549px !important;
  margin: 0 auto !important;
  position: relative !important;
}

#video-langpros-ceo.fusion-video {
  max-width: 549px !important;
}

#video-langpros-ceo .video-wrapper {
  position: relative !important;
  width: 100% !important;
  padding-bottom: 60.11% !important;
  overflow: hidden !important;
}

#video-langpros-ceo video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 30px !important;
  object-fit: cover !important;
  object-position: center 25% !important;
}

#video-langpros-ceo iframe,
#video-langpros-ceo video {
  filter: saturate(1.15) brightness(1.08) hue-rotate(-5deg) !important;
}

@media (max-width: 767px) {
  #video-langpros-ceo {
    max-width: 100% !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }

  #video-langpros-ceo video {
    border-radius: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #video-langpros-ceo {
    max-width: 480px !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
  }

  #video-langpros-ceo video {
    border-radius: 25px !important;
  }
}


/* ================================================
   2. LAYOUT ELEMENTS
   ================================================ */

/* SNAKE MOBILE */
@media (max-width: 767px) {
  #mobile-snake {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    z-index: 1 !important;
    max-width: 720px !important;
    object-fit: contain !important;
  }

  .container-snake {
    padding-right: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    overflow-x: hidden !important;
  }
}

/* CARD HOME */
#card-home {
  background: #ffffff;
  border-radius: 16px;
  padding: 10px;
  margin: 10px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  flex: 1 1 calc(33.33% - 30px);
}

#card-home:hover {
  box-shadow: 0 20px 30px rgba(0,0,0,0.2);
}

/* CARD BLACK */
#card-black {
  overflow: hidden !important;
}

@media (min-width: 769px) {
  #card-black .fusion-row {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  
  #card-black .fusion-layout-column {
    flex: 0 0 calc(33.333% - 20px) !important;
  }
}

/* ================================================
   3. HERO & IMAGES
   ================================================ */

body .hero-photo-frame .fusion-imageframe img {
  width: 100% !important;
  max-width: 600px !important;
  height: auto !important;
}

#toggle-arrow {
  transition: transform 0.3s ease;
  color: #d4a444;
  font-size: 24px;
}

#toggle-arrow:hover {
  opacity: 0.7;
}


/* ================================================
   4. SERVICE SECTIONS
   ================================================ */

/* SERVICES GRID - 3 Card con bordo gold */
.langpros-services-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 20px 0 60px 0;
}

.langpros-service-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 45px 35px 30px 35px;
  border: 1.5px solid #D4A855;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  padding-bottom: 50px;
}

.langpros-service-card:hover {
  transform: translateY(-5px);
  border-color: #C99A45;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(212, 168, 85, 0.15);
}

.langpros-service-card h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.langpros-service-card h2 .highlight {
  color: #D4A855;
  display: block;
}

.langpros-service-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #4a4a4a;
  font-weight: 300;
  margin-bottom: 0;
}

.langpros-btn-wrapper {
  position: absolute;
  bottom: -20px;
  right: 35px;
}

.langpros-learn-more {
  background: linear-gradient(135deg, #D4A855 0%, #C99A45 100%);
  color: #ffffff !important;
  padding: 12px 32px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(212, 168, 85, 0.3);
}

.langpros-learn-more:hover {
  background: linear-gradient(135deg, #C99A45 0%, #B88935 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(212, 168, 85, 0.4);
  color: #ffffff !important;
}

@media (max-width: 1024px) {
  .langpros-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .langpros-services-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px !important;
    padding: 20px 20px 60px 20px !important;
    scroll-padding-left: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    grid-template-columns: none !important;
  }

  .langpros-services-grid::-webkit-scrollbar {
    display: none;
  }

  .langpros-service-card {
    flex: 0 0 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
    width: 280px !important;
    scroll-snap-align: start;
    padding: 30px 25px 35px 25px !important;
    height: auto !important;
    min-height: 340px;
    border: 1.5px solid #D4A855 !important;
  }

  .langpros-service-card h2 {
    font-size: 21px !important;
    line-height: 1.2 !important;
    margin-bottom: 14px !important;
  }

  .langpros-service-card p {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .langpros-btn-wrapper {
    right: 25px !important;
    bottom: -16px !important;
  }

  .langpros-learn-more {
    padding: 10px 26px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 480px) {
  .langpros-services-grid {
    padding: 20px 16px 60px 16px !important;
    scroll-padding-left: 16px;
  }

  .langpros-service-card {
    flex: 0 0 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
    width: 260px !important;
    min-height: 360px;
    padding: 10px 10px 10px 10px !important;
  }

  .langpros-service-card h2 {
    font-size: 20px !important;
  }

  .langpros-service-card p {
    font-size: 13px !important;
  }

  .langpros-btn-wrapper {
    right: 22px !important;
  }
}

/* CONSECUTIVE INTERPRETING SECTION */
.consecutive-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.consecutive-section .section-headers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}

.consecutive-section .header-block {
  text-align: center;
}

.consecutive-section .section-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 15px 0;
  line-height: 1.4;
}

.consecutive-section .star-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 10px 0;
}

.consecutive-section .star-separator .star {
  color: #D4A574;
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}

.consecutive-section .star-separator .line {
  flex-grow: 1;
  height: 1px;
  background-color: #D4A574;
  max-width: 100%;
  width: 100%;
}

.consecutive-section .content-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 40px;
  align-items: start;
}

.consecutive-section .column-title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
  line-height: 1.3;
}

.consecutive-section .custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.consecutive-section .custom-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.consecutive-section .custom-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #D4A574;
  font-weight: bold;
  font-size: 18px;
}

.consecutive-section .custom-list strong {
  font-weight: 600;
  color: #000;
}

@media (max-width: 992px) {
  .consecutive-section .section-headers {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .consecutive-section .content-columns {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .consecutive-section .star-separator .line {
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .consecutive-section {
    margin: 40px auto;
    padding: 0 15px;
  }
  
  .consecutive-section .section-title {
    font-size: 14px;
  }
  
  .consecutive-section .column-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .consecutive-section .custom-list li {
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .consecutive-section .star-separator .star {
    font-size: 16px;
  }
  
  .consecutive-section .star-separator .line {
    max-width: 80px;
  }
}

/* Services Categories Container */
.services-categories-container {
  background-color: #FAFAFA;
  border: 1px solid #E0E0E0;
  border-radius: 20px;
  padding: 30px 30px 40px;
  margin: 40px 0;
  position: relative;
}

.star-decoration {
  position: absolute;
  font-size: 18px;
  color: #D4A84B;
  line-height: 1;
  z-index: 2;
}

.star-top-left {
  top: -9px;
  left: 15px;
}

.star-bottom-right {
  bottom: -9px;
  right: 15px;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 35px;
  align-items: start;
}

.services-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.services-column-title {
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 17px;
  font-weight: 600;
  color: #1A1A1A !important;
  margin: 0 !important;
  padding: 0 0 12px 0 !important;
  line-height: 1.3;
  border-bottom: 1px solid #E0E0E0;
  text-align: center;
}

.services-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 0;
}

.service-link {
  font-family: 'Lexend', sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  color: #D4A84B !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  line-height: 1.5;
  text-align: center;
}

.service-link:hover {
  color: #C09640 !important;
  transform: scale(1.02);
}

.star-separator {
  font-size: 16px;
  color: #D4A84B;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  align-self: flex-start;
  margin-top: 5px;
}

.services-curve-decoration {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
  height: 25px;
  pointer-events: none;
}

.services-curve-decoration svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .services-categories-container {
    padding: 30px 25px 40px;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .star-separator {
    display: none;
  }
  
  .services-column {
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
  }
  
  .services-column:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}


/* ================================================
   5. BENEFITS & PROCESS SECTIONS
   ================================================ */

/* RSI BENEFITS */
.rsi-benefits {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 100px;
  position: relative;
}

.benefits-grid::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e0e0e0;
  transform: translateX(-50%);
}

.benefits-column {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.benefits-column.left {
  text-align: right;
}

.benefits-column.right {
  text-align: left;
}

.benefit-item h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #000;
}

.benefit-item p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}

.benefit-item p strong {
  font-weight: 600;
  color: #000;
}

.stars-decoration {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  gap: 5px;
}

.star-large {
  width: 40px;
  height: 40px;
}

.star-small {
  width: 20px;
  height: 20px;
  margin-top: -5px;
  margin-right: 30px;
}

.star-large svg,
.star-small svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .rsi-benefits {
    padding: 50px 20px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .benefits-grid::before {
    display: none;
  }

  .benefits-column {
    gap: 40px;
  }

  .benefits-column.left,
  .benefits-column.right {
    text-align: left;
  }

  .benefits-column.left {
    margin-bottom: 40px;
  }
}

/* UAE PROCESS */
.uae-process-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Montserrat', Arial, sans-serif;
}

.process-wrapper {
  display: grid;
  grid-template-columns: 130px 1fr 1fr 130px;
  gap: 25px;
  align-items: start;
}

.process-infographic {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

.process-number {
  font-size: 80px;
  font-weight: 700;
  color: #C9923C;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}

.infographic-image {
  width: 100px;
  max-width: 100px;
}

.infographic-image img {
  width: 100%;
  height: auto;
  display: block;
}

.process-content {
  padding: 0 15px;
}

.process-content1 {
  padding: 0 6px;
  text-align: right;
}

.process-title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.3;
}

.process-text {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

.process-text:last-child {
  margin-bottom: 0;
}

.process-text strong {
  font-weight: 700;
}

@media (max-width: 768px) {
  .process-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .process-infographic:nth-of-type(1) {
    order: 1;
  }

  .process-content:nth-of-type(1) {
    order: 2;
  }

  .process-infographic:nth-of-type(2) {
    order: 3;
  }

  .process-content:nth-of-type(2) {
    order: 4;
  }
}

/* BENEFITS ICON GRID - 2x2 con croce interna */
.benefits-icon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 900px;
  margin: 60px auto;
  background: #ffffff;
}

.benefit-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  text-align: center;
  position: relative;
  min-height: 280px;
}

.benefit-icon-item:nth-child(odd) {
  border-right: 1px solid #d0d0d0;
}

.benefit-icon-item:nth-child(1),
.benefit-icon-item:nth-child(2) {
  border-bottom: 1px solid #d0d0d0;
}

.benefit-icon {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
}

.benefit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benefit-icon-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  margin: 0;
}

@media (max-width: 768px) {
  .benefits-icon-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: 40px auto;
  }

  .benefit-icon-item {
    padding: 40px 20px;
    min-height: 200px;
    border: none !important;
    border-bottom: 1px solid #d0d0d0 !important;
  }

  .benefit-icon-item:last-child {
    border-bottom: none !important;
  }
}


/* ================================================
   6. FAQ SECTION
   ================================================ */

.faq-container-custom {
  width: 100%;
  max-width: 100%;
  padding: 40px 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 800px;
  margin: 0 auto 50px auto;
  padding: 0 20px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #e8dcc8;
  border-radius: 40px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #d4a444;
  box-shadow: 0 2px 8px rgba(212, 164, 68, 0.08);
}

.faq-item.active {
  border-color: #d4a444;
  box-shadow: 0 4px 12px rgba(212, 164, 68, 0.12);
}

.faq-question {
  width: 100%;
  padding: 22px 32px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: inherit;
  transition: all 0.3s ease;
  text-align: left;
}

.faq-question:hover {
  background-color: rgba(212, 164, 68, 0.02);
}

.faq-arrow {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  transform: rotate(-90deg);
}

.faq-arrow svg {
  color: #d4a444;
}

.faq-item.active .faq-arrow {
  transform: rotate(0deg);
}

.faq-text {
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 1.5;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 32px 0 68px;
  border-top: 1px solid transparent;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 32px 22px 68px;
  border-top-color: rgba(212, 164, 68, 0.1);
}

.faq-answer p {
  margin: 12px 0 0 0;
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}

.faq-button-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.faq-button {
  display: inline-block;
  padding: 14px 36px;
  background-color: #d4a444;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.faq-button:hover {
  background-color: #c9a962;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(212, 164, 68, 0.3);
}

/* FAQ Hero */
.faq-hero {
  position: relative;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
}

.faq-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: 1;
}

.faq-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.faq-hero h1 {
  font-size: 48px;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 20px 0;
  letter-spacing: 2px;
}

.faq-qa-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.qa-icon {
  font-size: 120px;
  font-weight: 700;
  color: #D4AF37;
  opacity: 0.6;
  font-family: 'Georgia', serif;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.faq-divider {
  text-align: center;
  padding: 30px 0;
  background: #ffffff;
}

.faq-divider svg {
  width: 40px;
  height: 40px;
  fill: #D4AF37;
}

/* FAQ Categories */
.faq-categories-wrapper {
  background: #ffffff;
  padding: 40px 20px 80px;
}

.faq-categories-container {
  max-width: 1000px;
  margin: 0 auto;
}

.faq-category-header {
  background: #1a1a1a;
  padding: 20px 40px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.faq-category-header:hover {
  background: #2d2d2d;
}

.faq-category.collapsed .faq-category-header {
  border-radius: 4px;
  margin-bottom: 40px;
}

.faq-category-header .category-icon {
  width: 24px;
  height: 24px;
  background: #D4AF37;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-category-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #D4AF37;
  letter-spacing: 0.5px;
  flex: 1;
}

.category-chevron {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.category-chevron svg {
  width: 12px;
  height: 12px;
  stroke: #D4AF37;
  stroke-width: 2;
  fill: none;
}

.faq-category.collapsed .category-chevron {
  transform: rotate(-90deg);
}

.faq-category-content {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 4px 4px;
  margin-bottom: 40px;
  padding: 20px;
  max-height: 5000px;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease, margin 0.5s ease;
}

.faq-category.collapsed .faq-category-content {
  max-height: 0;
  padding: 0 20px;
  margin-bottom: 0;
  border: none;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-bullet {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #D4AF37;
  border-radius: 50%;
  transition: all 0.3s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-bullet svg {
  width: 8px;
  height: 5px;
  stroke: #ffffff;
  stroke-width: 2;
  fill: none;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-bullet {
  background: #1a1a1a;
}

.faq-item.active .faq-bullet svg {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .faq-hero h1 {
    font-size: 36px;
    letter-spacing: 1px;
  }
  
  .qa-icon {
    font-size: 80px;
  }
}


/* ================================================
   7. LOGO GRID
   ================================================ */

.lp-logo-grid-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 40px;
}

:root {
  --diamond-size: 9px;
  --diamond-large: 11px;
  --diamond-color: #C4962C;
  --border-color: #C4962C;
  --cols: 5;
}

.lp-logo-grid {
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  border: 1px solid var(--border-color);
  position: relative;
}

.lp-logo-cell {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid var(--border-color);
  position: relative;
  background: #fff;
}

.lp-logo-cell img {
  max-width: 70%;
  max-height: 60%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.lp-logo-cell::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: var(--diamond-size);
  height: var(--diamond-size);
  background: var(--diamond-color);
  transform: rotate(45deg);
  z-index: 4;
}

.lp-logo-cell:nth-child(5n)::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: var(--diamond-size);
  height: var(--diamond-size);
  background: var(--diamond-color);
  transform: rotate(45deg);
  z-index: 4;
}

.lp-logo-cell .corner-bl {
  position: absolute;
  bottom: -5px;
  left: -5px;
  width: var(--diamond-size);
  height: var(--diamond-size);
  background: var(--diamond-color);
  transform: rotate(45deg);
  z-index: 4;
}

.lp-logo-cell .corner-br {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: var(--diamond-size);
  height: var(--diamond-size);
  background: var(--diamond-color);
  transform: rotate(45deg);
  z-index: 4;
}

.lp-grid-outer-corners {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}

.lp-grid-outer-corners span {
  position: absolute;
  width: var(--diamond-large);
  height: var(--diamond-large);
  background: var(--diamond-color);
  transform: rotate(45deg);
}

.lp-grid-outer-corners .tl { top: -6px; left: -6px; }
.lp-grid-outer-corners .tr { top: -6px; right: -6px; }
.lp-grid-outer-corners .bl { bottom: -6px; left: -6px; }
.lp-grid-outer-corners .br { bottom: -6px; right: -6px; }

@media (max-width: 1024px) {
  .lp-logo-grid {
    --cols: 4;
    grid-template-columns: repeat(4, 1fr);
  }
  
  .lp-logo-cell:nth-child(5n)::after {
    display: none;
  }
  
  .lp-logo-cell:nth-child(4n)::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    width: var(--diamond-size);
    height: var(--diamond-size);
    background: var(--diamond-color);
    transform: rotate(45deg);
    z-index: 4;
  }
}

@media (max-width: 768px) {
  .lp-logo-grid {
    --cols: 3;
    grid-template-columns: repeat(3, 1fr);
  }
  
  .lp-logo-cell {
    padding: 15px;
  }
  
  .lp-logo-cell:nth-child(4n)::after {
    display: none;
  }
  
  .lp-logo-cell:nth-child(3n)::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    width: var(--diamond-size);
    height: var(--diamond-size);
    background: var(--diamond-color);
    transform: rotate(45deg);
    z-index: 4;
  }
}

@media (max-width: 480px) {
  .lp-logo-grid {
    --cols: 2;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .lp-logo-cell {
    padding: 12px;
  }
  
  .lp-logo-grid-wrapper {
    padding: 50px 15px 30px;
  }
  
  .lp-logo-cell:nth-child(3n)::after {
    display: none;
  }
  
  .lp-logo-cell:nth-child(2n)::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    width: var(--diamond-size);
    height: var(--diamond-size);
    background: var(--diamond-color);
    transform: rotate(45deg);
    z-index: 4;
  }
}


/* ================================================
   8. TEAM SECTION (ex fusion-builder-row-5)
   RICHIEDE: Aggiungere classe "team-photos-section"
   al Container in Avada Builder
   ================================================ */

.team-photos-section .fusion-builder-row {
    align-items: flex-end !important;
}

.team-photos-section .fusion-layout-column {
    margin-bottom: 50px !important;
}

.team-photos-section .fusion-column-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

/* IMMAGINI - Dimensioni fisse */
.team-photos-section .fusion-image-element {
    --awb-margin-top: 0 !important;
    --awb-max-width: none !important;
    margin-top: 0 !important;
    width: 220px !important;
    height: 310px !important;
    overflow: visible !important;
}

.team-photos-section .fusion-imageframe {
    width: 220px !important;
    height: 310px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
}

.team-photos-section .fusion-imageframe img {
    width: 220px !important;
    height: auto !important;
    max-height: 310px !important;
    object-fit: contain !important;
    object-position: bottom center !important;
}

/* NOME */
.team-photos-section .fusion-text h2 {
    text-align: center !important;
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
}

.team-photos-section .fusion-text h2 b,
.team-photos-section .fusion-text h2 b span {
    font-size: 24px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    display: block !important;
}

/* RUOLO */
.team-photos-section .fusion-text + .fusion-text {
    --awb-margin-top: 0 !important;
    margin-top: 5px !important;
}

.team-photos-section .fusion-text + .fusion-text p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 768px) {
    .team-photos-section .fusion-image-element,
    .team-photos-section .fusion-imageframe {
        width: 180px !important;
        height: 260px !important;
    }
    
    .team-photos-section .fusion-imageframe img {
        width: 180px !important;
        max-height: 260px !important;
    }

    .team-photos-section.fusion-fullwidth {
        --awb-padding-right: 3% !important;
        --awb-padding-left: 3% !important;
        padding-left: 3% !important;
        padding-right: 3% !important;
    }
    
    .team-photos-section .fusion-layout-column.fusion_builder_column_1_4 {
        --awb-width-small: 50% !important;
        width: 50% !important;
        --awb-spacing-right-small: 2% !important;
        --awb-spacing-left-small: 2% !important;
    }
    
    .team-photos-section .fusion-layout-column {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 480px) {
    .team-photos-section.fusion-fullwidth {
        --awb-padding-right: 5% !important;
        --awb-padding-left: 5% !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    
    .team-photos-section .fusion-layout-column.fusion_builder_column_1_4 {
        --awb-width-small: 100% !important;
        width: 100% !important;
    }
    
    .team-photos-section .fusion-image-element,
    .team-photos-section .fusion-imageframe {
        width: 200px !important;
        height: 280px !important;
    }
    
    .team-photos-section .fusion-imageframe img {
        width: 200px !important;
        max-height: 280px !important;
    }
}

/* FEATURE CARDS SECTION - V3 */
.lp-features-section {
    background-color: #FFFFFF;
    padding: 80px 5% 60px;
    font-family: 'Lexend', sans-serif;
}

.lp-features-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    justify-content: center;
    position: relative;
}

.lp-features-container::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0L18.5 13.5L32 16L18.5 18.5L16 32L13.5 18.5L0 16L13.5 13.5L16 0Z' fill='%23D4A84B'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.lp-feature-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 35px 30px 50px;
    flex: 1;
    max-width: 480px;
    position: relative;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.lp-card-title {
    text-align: left;
    margin-bottom: 22px;
}

.lp-card-title h3 {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    color: #1A1A1A;
}

.lp-card-title h3 span {
    color: #D4A84B;
}

.lp-card-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.lp-feature-item {
    background: #FFFFFF;
    border: 1px solid #D4A84B;
    border-radius: 8px;
    padding: 14px 18px;
    text-align: center;
}

.lp-feature-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #444444;
}

.lp-card-button {
    position: absolute;
    bottom: -18px;
    left: 30px;
}

.lp-card-button a {
    display: inline-block;
    background: #D4A84B;
    color: #FFFFFF;
    font-family: 'Lexend', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 50px;
    transition: background 0.3s ease;
    white-space: nowrap;
}

.lp-card-button a:hover {
    background: #C49A3F;
}

@media (max-width: 900px) {
    .lp-features-container {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    
    .lp-feature-card {
        max-width: 100%;
        width: 100%;
    }
}


/* ================================================
   9. EVENT LIST TABLE
   ================================================ */

#event-list-container {
  position: relative;
  background-color: #FFFFFF;
  border: 2px solid #D4A84B;
  border-radius: 20px;
  padding: 40px 50px;
  margin: 40px 0;
}

#event-list-container::before {
  content: '✦';
  position: absolute;
  top: -14px;
  left: 20px;
  font-size: 28px;
  color: #D4A84B;
  line-height: 1;
  z-index: 2;
}

#event-list-container .search {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 30px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-family: 'Lexend', sans-serif !important;
  font-size: 15px;
  color: #1A1A1A;
  transition: border-color 0.3s ease;
}

#event-list-container .search:focus {
  outline: none;
  border-color: #D4A84B;
}

#event-list-container .fusion-table {
  width: 100%;
  overflow-x: auto;
}

.event-list-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Lexend', sans-serif !important;
}

.event-list-table thead tr {
  border-bottom: 2px solid #E0E0E0;
}

.event-list-table th {
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1A1A1A !important;
  text-align: left;
  padding: 15px 20px;
  white-space: nowrap;
}

.event-list-table tbody tr {
  border-bottom: 1px solid #F0F0F0;
  transition: background-color 0.2s ease;
}

.event-list-table tbody tr:hover {
  background-color: #FAFAFA;
}

.event-list-table td {
  font-family: 'Lexend', sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  color: #333333 !important;
  padding: 18px 20px;
  vertical-align: top;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #event-list-container {
    padding: 30px 20px;
  }
  
  .event-list-table thead {
    display: none;
  }
  
  .event-list-table tbody tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    padding: 15px;
    background-color: #FAFAFA;
  }
  
  .event-list-table td {
    display: block;
    padding: 8px 0;
    border: none;
  }
  
  .event-list-table td::before {
    content: attr(data-label);
    font-family: 'Instrument Sans', sans-serif !important;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #D4A84B !important;
    display: block;
    margin-bottom: 5px;
  }
}


/* ================================================
   10. POST META ADVANCED
   ================================================ */

.post-meta-advanced {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    color: #666;
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.post-meta-advanced .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.post-meta-advanced .meta-item i {
    color: #D4A84B;
    font-size: 16px;
}

.post-meta-advanced .meta-text {
    color: #333;
    font-weight: 500;
}

.post-meta-advanced .meta-item.author .meta-text {
    color: #D4A84B;
    font-weight: 600;
}

.post-meta-advanced .meta-divider {
    color: #D0D0D0;
    font-weight: 300;
}

@media (max-width: 768px) {
    .post-meta-advanced {
        font-size: 13px;
        gap: 12px;
    }
    
    .post-meta-advanced .meta-item i {
        font-size: 14px;
    }
}

/* ================================================
   11. MEGA MENU INTERPRETING - VERSIONE CORRETTA E CENTRATA
   ================================================ */

/* Container principale mega menu - RIDOTTO E CENTRATO */
body .fusion-header-wrapper .awb-menu__mega-wrap {
    background: #FFFFFF !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
    border-radius: 16px !important; /* TUTTI gli angoli arrotondati */
    overflow: visible !important;
    max-width: 720px !important; /* Larghezza ridotta */
    margin: 0 auto !important; /* Centrato */
    position: relative !important;
    left: auto !important;
    right: auto !important;
}

/* Posizionamento rispetto alla voce menu Interpreting */
body .fusion-header-wrapper .fusion-megamenu-wrapper {
    position: static !important;
}

body .fusion-header-wrapper .awb-menu__mega {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
    margin-top: 0 !important;
}

/* Fullwidth container */
body .awb-menu__mega-wrap .fusion-fullwidth.fusion-builder-row-1-2 {
    background-image: none !important;
    background-color: #FFFFFF !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 16px !important; /* Tutti gli angoli */
    box-shadow: none !important;
    min-height: 400px !important;
}

/* Row principale - Layout a 2 colonne */
body .awb-menu__mega-wrap .fusion-builder-row.fusion-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ================================================
   COLONNA SINISTRA - SIDEBAR MENU
   ================================================ */

body .awb-menu__mega-wrap .fusion-builder-column-6.fusion_builder_column_1_3 {
    background: linear-gradient(135deg, #1A1A1A 0%, #2D2D2D 100%) !important;
    padding: 35px 0 !important;
    margin: 0 !important;
    width: 260px !important; /* Ridotto da 280px */
    min-width: 260px !important;
    max-width: 260px !important;
    flex-shrink: 0 !important;
    border-radius: 16px 0 0 16px !important; /* Angoli superiori arrotondati */
    position: relative !important;
}

/* Stellina decorativa */
body .awb-menu__mega-wrap .fusion-builder-column-6::before {
    content: '✦';
    position: absolute;
    top: 22px;
    left: 25px;
    font-size: 22px;
    color: #D4A84B;
    line-height: 1;
    z-index: 10;
}

/* Wrapper colonna sidebar */
body .awb-menu__mega-wrap .fusion-builder-column-6 .fusion-column-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
}

/* Link menu sidebar */
body .awb-menu__mega-wrap .fusion-builder-column-6 .fusion-text {
    margin: 0 !important;
    padding: 0 !important;
}

body .awb-menu__mega-wrap .fusion-builder-column-6 .fusion-text p {
    margin: 0 !important;
    padding: 0 !important;
}

body .awb-menu__mega-wrap .fusion-builder-column-6 .fusion-text p a {
    display: block !important;
    padding: 16px 25px 16px 30px !important; /* Ridotto padding laterale */
    font-family: 'Instrument Sans', sans-serif !important;
    font-size: 14px !important; /* Ridotto da 15px */
    font-weight: 500 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border-left: 3px solid transparent !important;
    line-height: 1.4 !important;
}

body .awb-menu__mega-wrap .fusion-builder-column-6 .fusion-text p a:hover {
    background: rgba(212, 168, 75, 0.12) !important;
    color: #D4A84B !important;
    padding-left: 35px !important;
    border-left-color: #D4A84B !important;
}

/* ================================================
   COLONNA DESTRA - CARDS
   ================================================ */

body .awb-menu__mega-wrap .fusion-builder-column-7.fusion_builder_column_2_3 {
    background: #FFFFFF !important;
    padding: 35px 25px 25px 25px !important; /* Ridotto padding laterale */
    margin: 0 !important;
    flex: 1 !important;
    border-radius: 0 16px 16px 0 !important; /* Angolo superiore destro arrotondato */
    position: relative !important;
    min-width: 0 !important;
}

/* Decorazione oro subtle */
body .awb-menu__mega-wrap .fusion-builder-column-7::before {
    content: '';
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(212, 168, 75, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

/* Wrapper colonna cards */
body .awb-menu__mega-wrap .fusion-builder-column-7 .fusion-column-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Row interna - FLEX con gap bilanciato */
body .awb-menu__mega-wrap .fusion-builder-column-7 .fusion-builder-row-inner {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 20px !important; /* Ridotto da 24px */
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Override stili inline Avada */
body .awb-menu__mega-wrap .fusion-builder-row-inner[style*="width"] {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Singola colonna card */
body .awb-menu__mega-wrap .fusion-builder-nested-column-2,
body .awb-menu__mega-wrap .fusion-builder-nested-column-3 {
    --awb-width-large: 50% !important;
    --awb-spacing-right-large: 0 !important;
    --awb-spacing-left-large: 0 !important;
    flex: 1 1 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0 !important;
    max-width: none !important;
}

/* Wrapper card */
body .awb-menu__mega-wrap .fusion-column-inner-bg-wrapper {
    background: #FFFFFF !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

body .awb-menu__mega-wrap .fusion-column-inner-bg-wrapper:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
}

/* Inner bg - NASCONDI */
body .awb-menu__mega-wrap .fusion-column-inner-bg {
    display: none !important;
}

/* Column wrapper interno */
body .awb-menu__mega-wrap .fusion-column-inner-bg-wrapper .fusion-column-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
}

/* Immagine element */
body .awb-menu__mega-wrap .fusion-image-element {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    flex-shrink: 0 !important;
}

/* Imageframe */
body .awb-menu__mega-wrap .fusion-imageframe {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    overflow: hidden !important;
    border-radius: 12px 12px 0 0 !important;
    width: 100% !important;
    height: 180px !important; /* Ridotto da 200px */
}

/* Immagine - ALTEZZA FISSA */
body .awb-menu__mega-wrap .fusion-imageframe img {
    width: 100% !important;
    height: 180px !important; /* Ridotto da 200px */
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: transform 0.4s ease !important;
}

body .awb-menu__mega-wrap .fusion-column-inner-bg-wrapper:hover .fusion-imageframe img {
    transform: scale(1.05) !important;
}

/* Titolo sotto immagine */
body .awb-menu__mega-wrap .fusion-title {
    padding: 16px 18px 20px 18px !important; /* Ridotto padding */
    margin: 0 !important;
    background: #FFFFFF !important;
    position: relative !important;
    flex-grow: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body .awb-menu__mega-wrap .fusion-title .fusion-title-heading {
    font-family: 'Instrument Sans', sans-serif !important;
    font-size: 16px !important; /* Ridotto da 17px */
    font-weight: 600 !important;
    color: #1A1A1A !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.3 !important;
    text-align: center !important;
}

/* Stellina sotto titolo */
body .awb-menu__mega-wrap .fusion-title::after {
    content: '✦';
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    color: #D4A84B;
    opacity: 0.6;
}

/* ================================================
   RESPONSIVE
   ================================================ */

@media (max-width: 1200px) {
    body .fusion-header-wrapper .awb-menu__mega-wrap {
        max-width: 800px !important;
    }
    
    body .awb-menu__mega-wrap .fusion-builder-column-6.fusion_builder_column_1_3 {
        width: 220px !important;
        min-width: 220px !important;
        max-width: 220px !important;
    }
}

@media (max-width: 992px) {
    body .fusion-header-wrapper .awb-menu__mega-wrap {
        max-width: 90% !important;
    }
    
    body .awb-menu__mega-wrap .fusion-builder-row.fusion-row {
        flex-direction: column !important;
    }
    
    body .awb-menu__mega-wrap .fusion-builder-column-6.fusion_builder_column_1_3 {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 16px 16px 0 0 !important;
    }
    
    body .awb-menu__mega-wrap .fusion-builder-column-7.fusion_builder_column_2_3 {
        border-radius: 0 0 16px 16px !important;
    }
    
    body .awb-menu__mega-wrap .fusion-builder-column-7 .fusion-builder-row-inner {
        flex-direction: column !important;
    }
}
/* ================================================
   11. MEGA MENU INTERPRETING - FORZA LARGHEZZA
   ================================================ */
/* Allineamento a SINISTRA sotto Interpreting */
body .fusion-header-wrapper .awb-menu__mega {
    position: absolute !important;
    left: 0 !important;
    transform: none !important;
    top: 100% !important;
    margin-top: 0 !important;
    z-index: 9999 !important;
}

body .fusion-header-wrapper .awb-menu__mega-wrap {
    max-width: 700px !important;
    width: 700px !important;
    margin: 0 !important;
}

   /* FORZA larghezza su TUTTI i container del mega menu */
body .fusion-header-wrapper .awb-menu__mega-wrap,
body .fusion-header-wrapper .awb-menu__mega-wrap .fusion-fullwidth,
body .fusion-header-wrapper .awb-menu__mega-wrap .fusion-builder-row-1-2,
body .fusion-header-wrapper .awb-menu__mega-wrap .fusion-flex-container {
    max-width: 700px !important;
    width: 700px !important;
}

/* Container principale mega menu - CENTRATO */
body .fusion-header-wrapper .awb-menu__mega-wrap {
    background: #FFFFFF !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
    border-radius: 16px !important;
    overflow: visible !important;
    margin: 0 auto !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
}

/* OVERRIDE stili inline di Avada */
body .fusion-header-wrapper .awb-menu__mega-wrap[style],
body .fusion-header-wrapper .awb-menu__mega-wrap .fusion-fullwidth[style] {
    max-width: 700px !important;
    width: 700px !important;
}
/* ================================================
   12. UTILITIES
   ================================================ */

.debug-info {
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 14px;
}

.debug-info code {
  background: #f0f0f0;
  padding: 2px 6px;
  border-radius: 3px;
}

/* ===== MOBILE MENU - OVERRIDE COLORI ATTIVI ===== */

/* Ridefinisci le variabili CSS di Avada per il mobile menu */
:root {
    --awb-mobile-active-color: #D4A84B !important; /* Gold per testo attivo */
    --awb-mobile-active-bg: rgba(212, 168, 75, 0.1) !important; /* Gold trasparente per sfondo */
}

/* Override diretto per background attivo */
.awb-menu_main-li.current-menu-ancestor,
.awb-menu_main-li.current-menu-item,
.awb-menu_main-li.current-menu-parent,
.awb-menu_main-a_regular:hover,
.awb-menu_main-li_regular:hover {
    background: rgba(212, 168, 75, 0.1) !important;
    color: #D4A84B !important;
}

/* Override per bordi attivi se presenti */
.awb-menu_main-li.current-menu-item .awb-menu_main-a_regular {
    border-left-color: #D4A84B !important;
}
/* ===== MOBILE MENU - STATI HOVER E ATTIVI ===== */

/* Stato HOVER - Grigio scuro */
.awb-menu.collapse-enabled li:hover>a {
    background: rgba(44, 62, 80, 0.08) !important;
    color: #2C3E50 !important;
}

/* Stato ATTIVO - Gold brand */
.awb-menu.collapse-enabled li.current-menu-ancestor>a, 
.awb-menu.collapse-enabled li.current-menu-item>a, 
.awb-menu.collapse-enabled li.expanded>a {
    background: rgba(73, 58, 186, 0.12) !important;
    color: #ffffff !important;
}
/* ================================================
   FINE CSS LANGPROS
   ================================================ */