.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+1)::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: auto!important;
}

/* Row principale - Layout a 2 colonne */
body .awb-menu__mega-wrap .fusion-builder-row.fusion-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !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. CUSTOM MEGA MENU - INTERPRETING SERVICES
   ================================================ */

/* Il li parent diventa containing block */
.awb-menu__main-li:has(.lp-mega-menu) {
    position: relative !important;
}

/* Dropdown - nascosto di default */
.lp-mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform: none;
    width: 700px;
    margin-top: 15px;
    margin-left: -20px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    z-index: 9999;
    overflow: hidden;
}

/* Mostra al hover */
.awb-menu__main-li:hover .lp-mega-menu,
.awb-menu__main-li:focus-within .lp-mega-menu {
    display: flex;
}

/* Layout interno */
.lp-mega-inner {
    display: flex;
    width: 100%;
    align-items: stretch;
}

/* ── SIDEBAR SINISTRA ── */
.lp-mega-sidebar {
    background: linear-gradient(135deg, #1A1A1A 0%, #2D2D2D 100%);
    width: 240px;
    min-width: 240px;
    padding: 30px 0;
    border-radius: 16px 0 0 16px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.lp-mega-star {
    position: absolute;
    top: 18px;
    left: 22px;
    font-size: 20px;
    color: #D4A84B;
    line-height: 1;
}

.lp-mega-sidebar ul {
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lp-mega-sidebar ul li a {
    display: block;
    padding: 14px 22px 14px 28px;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF !important;
    text-decoration: none !important;
    border-left: 3px solid transparent;
    transition: all 0.25s ease;
    line-height: 1.4;
}

.lp-mega-sidebar ul li a:hover {
    background: rgba(212, 168, 75, 0.12);
    color: #D4A84B !important;
    padding-left: 33px;
    border-left-color: #D4A84B;
}

/* ── CARDS DESTRA ── */
.lp-mega-cards {
    flex: 1;
    padding: 20px 18px;
    display: flex;
    gap: 14px;
    background: #FFFFFF;
    border-radius: 0 16px 16px 0;
    align-items: center;
    align-self: stretch;
}

.lp-mega-card {
    flex: 1;
    text-decoration: none !important;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
     align-self: stretch;
}

.lp-mega-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.lp-mega-card-img {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.lp-mega-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.4s ease;
}

.lp-mega-card:hover .lp-mega-card-img img {
    transform: scale(1.05);
}

.lp-mega-card-title {
    padding: 14px 14px 22px;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #D4A84B;
    text-align: center;
    line-height: 1.3;
    position: relative;
    background: #FFFFFF;
}

.lp-mega-card-title::after {
    content: '✦';
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    color: #D4A84B;
    opacity: 0.6;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .lp-mega-menu {
        width: 600px;
    }
    .lp-mega-sidebar {
        width: 200px;
        min-width: 200px;
    }
}

@media (max-width: 992px) {
    .lp-mega-menu {
        display: none !important; /* Gestito dal menu mobile Avada */
    }
}
/* ================================================
   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
   ================================================ */
.steps {
  display: flex;
  flex-direction: column;
}

.step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid #e4ded5;
}
.step:last-child { border-bottom: none; }

.step-line {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-num {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1.5px solid #C9943A;
  background: rgba(201,148,58,0.07);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #C9943A;
  flex-shrink: 0;
}

.step-connector {
  width: 1px;
  flex: 1;
  min-height: 18px;
  background: linear-gradient(180deg, rgba(201,148,58,0.2) 0%, transparent 100%);
  margin-top: 5px;
}

.step-body h3 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1a1714;
  margin-bottom: 4px;
  padding-top: 4px;
}

.step-body p {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.65;
}
.comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 4px;
}

.compare-card {
  border-radius: 3px;
  padding: 20px;
  border: 1px solid #e4ded5;
  background: #f7f4ef;
}

.compare-card.highlighted {
  border-color: rgba(201,148,58,0.35);
  background: #fdf8f0;
}

.compare-card .tag {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8a7e72;
  margin-bottom: 10px;
}

.compare-card.highlighted .tag { color: #C9943A; }

.compare-card h4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1a1714;
  margin-bottom: 10px;
}

.compare-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.compare-card li {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #8a7e72;
  padding-left: 14px;
  position: relative;
  line-height: 1.5;
}

.compare-card li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #c0b8ae;
  font-size: 10px;
}
.compare-card.highlighted li { color: #4a4035; }
.compare-card.highlighted li::before { content: '✓'; color: #C9943A; font-size: 11px; }
.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 4px;
  }

  .benefit {
    background: var(--bg-2);
    border: 1px solid var(--border);
    border-radius: 3px;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: border-color 0.2s;
  }

  .benefit:hover { border-color: rgba(201,148,58,0.3); }

  .benefit-icon { font-size: 48px; line-height: 1; }

  .benefit h4 {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
    margin-top: 2px;
  }

  .benefit p {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-muted);
    line-height: 1.55;
  }
 .step-body p {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 1.65;
  }
  /* Rimuovi linea sotto voci menu - FORCED */
.awb-menu__main-background-active {
    border-bottom-width: 0 !important;
    border-bottom: none !important;
}

.awb-menu__main-background-default {
    border-bottom-width: 0 !important;
    border-bottom: none !important;
}

/* Rimuovi anche eventuali altri bordi */
.awb-menu__main-li {
    border-bottom: none !important;
}

.awb-menu__main-ul {
    border-bottom: 0 !important;
}

/* Override delle variabili CSS */
.awb-menu {
    --awb-border-bottom: 0px !important;
    --awb-active-border-bottom: 0px !important;
}
/* Bordi arrotondati per le immagini dei Related Posts */
.related-posts .fusion-image-wrapper img {
    border-radius: 20px !important;
}

/* Opzionale: anche al contenitore per evitare overflow */
.related-posts .fusion-image-wrapper {
    border-radius: 20px !important;
    overflow: hidden;
}
/* Newsletter Form - Styling completo */

/* Campo email */
.fusion-form-builder input[type="text"].fusion-form-input,
.fusion-form-builder input[type="email"].fusion-form-input {
    border-radius: 15px !important;
    padding: 15px 20px !important;
    border: 2px solid #e0e0e0 !important;
    transition: all 0.3s ease !important;
}

/* Focus state per il campo email */
.fusion-form-builder input[type="text"].fusion-form-input:focus,
.fusion-form-builder input[type="email"].fusion-form-input:focus {
    border-color: #D4A84B !important;
    box-shadow: 0 0 0 3px rgba(212, 168, 75, 0.1) !important;
    outline: none !important;
}

/* Pulsante Join Now */
.fusion-form-builder .fusion-button {
    border-radius: 15px !important;
    padding: 15px 30px !important;
    transition: all 0.3s ease !important;
}

/* Hover effect sul pulsante */
.fusion-form-builder .fusion-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 168, 75, 0.3) !important;
}
/* Newsletter Form - Allineamento altezze */

/* Campo email - stessa altezza del pulsante */
.fusion-form-builder input[type="text"].fusion-form-input,
.fusion-form-builder input[type="email"].fusion-form-input {
    border-radius: 25px !important;
    padding: 15px 20px !important;
    height: 56px !important;
    box-sizing: border-box !important;
}

/* Pulsante Join Now */
.fusion-form-builder .fusion-button {
    border-radius: 25px !important;
    height: 56px !important;
    padding: 0 30px !important;
    box-sizing: border-box !important;
}

/* Allineamento verticale dei campi */
.fusion-form-builder .fusion-form-field {
    vertical-align: middle !important;
}
.review-card {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10) !important;
    transition: box-shadow 0.3s ease;
}

.review-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15) !important;
}
.fusion-image-carousel-2 .awb-swiper-button {
  display: none !important;
}
/* ── FAQ Grid: 2 colonne, 3 per colonna ── */
.faq-container-custom .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 768px) {
  .faq-container-custom .faq-grid {
    grid-template-columns: 1fr;
  }
}
/* ── Newsletter Form: border radius ── */
#EMBED_FORM_EMAIL_LABEL {
  border-radius: 10px;
}

#zcWebOptin {
  --button-border-radius-top-left: 10px;
  --button-border-radius-top-right: 10px;
  --button-border-radius-bottom-right: 10px;
  --button-border-radius-bottom-left: 10px;
}
/* ── RSI Benefits Section ── */
.rsi-benefits {
  padding: 60px 0;
}

.rsi-benefits .benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  align-items: start;
}

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

.rsi-benefits .benefit-item {
  text-align: left;
}

.rsi-benefits .benefit-item h2 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 12px;
  word-break: break-word;
}

.rsi-benefits .benefit-item p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .rsi-benefits .benefits-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.menu-separator {
    font-size: 0.4em;
    vertical-align: middle;
    line-height: 0;
    margin: 0 8px;
    display: inline-block;
    position: relative;
    top: -0.1em; /* aggiusta questo valore: prova -0.05em, 0, 0.1em */
}
.fusion-title-marquee .menu-separator a {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    text-decoration: none !important;
    line-height: inherit !important;
}

.fusion-title-marquee a {
    color: inherit !important;
    text-decoration: none !important;
}
@media only screen and (max-width: 640px) {
  .fusion-text-21,
  .fusion-text-23 {
    --awb-margin-top: 20px !important;
  }

  .fusion-builder-column-22 .fusion-column-wrapper,
  .fusion-builder-column-23 .fusion-column-wrapper {
    background-size: cover !important;
    background-position: top center !important;
  }

  /* Spazio tra le due card */
  .fusion-builder-column-22 {
    margin-bottom: 20px !important;
  }
}
.to-top-container {
  display: none !important;
}
/* ============================================
   12. BLOG - ARTICOLI SINGOLI - TIPOGRAFIA
   ============================================ */

/* Override interlinea su tutto il contenuto degli articoli */
.single-post .post-content p,
.single-post .post-content li,
.single-post .post-content span,
.single-post .post-content strong,
.single-post .post-content b,
.single-post .post-content em {
    line-height: 1.85 !important;
}

/* Override interlinea sui titoli H3 interni agli articoli */
.single-post .post-content h3,
.single-post .post-content h3 strong {
    line-height: 1.3 !important;
}
.fusion-post-cards .fusion-title-heading a {
    color: #1a1a1a !important;
}

.lp-dark-container .fusion-post-cards .fusion-title-heading a,
.lp-dark-container .fusion-title a {
    color: #ffffff !important;
}
.lp-dark-container .fusion-post-cards .fusion-title-heading a:hover,
.lp-dark-container .fusion-title a:hover {
    color: #D4A84B !important;
}
/* ============================================
   14. SINGLE POST - RELATED POSTS "YOU MAY ALSO LIKE"
   ============================================ */

/* Titoli correlati in nero invece del dorato */
.single-related-posts .fusion-carousel-title a.fusion-related-posts-title-link {
    color: #1a1a1a !important;
    font-weight: 500;
}

.single-related-posts .fusion-carousel-title a.fusion-related-posts-title-link:hover {
    color: #C9943A !important;
}

/* Data in grigio */
.single-related-posts .fusion-carousel-meta .fusion-date {
    color: #888888 !important;
    font-size: 13px;
}

/* Bordo radius immagini come le card del blog */
.single-related-posts .fusion-image-wrapper {
    border-radius: 15px !important;
    overflow: hidden;
}

/* Titolo sezione */
.single-related-posts h3,
.single-related-posts .related-posts-title {
    color: #1a1a1a !important;
}
/* Related posts - disabilita rollover hover sull'immagine */
.single-related-posts .fusion-rollover {
    display: none !important;
}
/* ============================================
   15. FAQ - LAYOUT COLONNA SINGOLA + ICONA RIDOTTA
   ============================================ */

.faq-container-custom .faq-grid {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: unset !important;
    gap: 14px !important;
}

.faq-container-custom .faq-item {
    width: 100% !important;
}

/* Pallino più piccolo */
.faq-container-custom .faq-arrow {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
}

.faq-container-custom .faq-arrow svg {
    width: 9px !important;
    height: 6px !important;
}
.rsi-benefits .benefit-item h2 {
    font-size: 30px !important;
}
.fusion-text ul li::marker {
  color: var(--awb-color1) !important;
}
/* ================================================
   6. FAQ SECTION - FINAL
   ================================================ */

.faq-category { margin-bottom: 8px; }

.faq-category-header {
  background: #1a1a1a;
  padding: 24px 60px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
  position: relative; /* per icona in absolute */
}

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

.faq-category.collapsed .faq-category-header { margin-bottom: 8px; }

/* Icona in absolute a sinistra — titolo rimane centrato */
.faq-category-header .category-icon {
  position: absolute;
  left: 24px;
  width: 30px;
  height: 30px;
  background: #D4A84B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-category-header .category-icon svg {
  width: 12px;
  height: 12px;
  stroke: #1a1a1a;
  stroke-width: 2.5;
  fill: none;
  transition: transform 0.3s ease;
}

.faq-category.collapsed .faq-category-header .category-icon svg {
  transform: rotate(-90deg);
}

.faq-category-header h2 {
  font-family: 'Instrument Sans', sans-serif !important;
  font-size: 40px !important;
  font-weight: 600 !important;
  color: #D4A84B !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  letter-spacing: -0.5px !important;
}

.faq-category-content {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 4px 4px;
  margin-bottom: 16px;
  padding: 20px 24px;
  max-height: 9999px;
  overflow: visible;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-category.collapsed .faq-category-content {
  max-height: 0 !important;
  overflow: hidden !important;
  padding: 0 24px !important;
  margin-bottom: 8px;
  border: none;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #e8dcc8;
  border-radius: 40px;
  overflow: hidden; /* necessario per border-radius */
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 12px;
}

.faq-item:last-child { margin-bottom: 0; }
.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: 18px 24px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}

.faq-bullet {
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #D4A84B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.faq-bullet svg {
  width: 10px;
  height: 7px;
  stroke: #ffffff;
  stroke-width: 2.5;
  fill: none;
  transition: transform 0.3s ease;
}

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

.faq-text {
  flex: 1;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #2c2c2c;
  line-height: 1.5;
  text-align: center;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 28px 0 68px;
}

.faq-item.active .faq-answer {
  max-height: 800px;
  padding-bottom: 24px;
}

.faq-answer p {
  margin: 12px 0 0;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  font-family: 'Instrument Sans', sans-serif;
}

@media (max-width: 768px) {
  .faq-category-header { padding: 18px 50px 18px 20px; }
  .faq-category-header h2 { font-size: 24px !important; }
  .faq-category-header .category-icon { left: 16px; width: 26px; height: 26px; }
  .faq-category-content { padding: 14px; }
  .faq-category.collapsed .faq-category-content { padding: 0 14px !important; }
  .faq-item { border-radius: 20px; margin-bottom: 10px; }
  .faq-question { padding: 14px 16px; gap: 12px; }
  .faq-text { font-size: 14px; text-align: left; }
  .faq-answer { padding: 0 16px 0 50px; }
  .faq-item.active .faq-answer { padding-bottom: 20px; }
  .faq-answer p { font-size: 14px; }
}
/* ============================================================
   SECTION 12 — Service Pages (Shared Layout)
   Classes: .lp-sp__*
   Used by: Wills, Birth Certificates, Litigation Documents,
            and all future document/service pages.
   ============================================================ */

/* ── Intro paragraph ── */
.lp-sp__intro {
  margin-bottom: 40px;
}

.lp-sp__intro p {
  font-size: 17px;
  line-height: 1.75;
  color: #3a3a3a;
  margin: 0;
}

/* ── Two-column boxes ── */
.lp-sp__two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 56px;
}

.lp-sp__box {
  border: 1px solid #C9943A;
  border-radius: 8px;
  padding: 32px 28px;
  background: #fff;
}

.lp-sp__box-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1c1c1c !important;
  margin: 0 0 20px !important;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8d9c0;
}

.lp-sp__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-sp__list li {
  padding: 10px 0 10px 22px;
  position: relative;
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a3a;
  border-bottom: 1px solid #f0ece6;
}

.lp-sp__list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.lp-sp__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C9943A;
  flex-shrink: 0;
}

/* ── Section titles ── */
.lp-sp__section-title {
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #1c1c1c !important;
  text-align: center;
  margin: 0 0 40px !important;
}

.lp-sp__section-title--light {
  color: #fff !important;
}

/* ── How it works — steps ── */
.lp-sp__steps-wrap {
  background: #f9f6f1;
  border-radius: 10px;
  padding: 48px 40px;
  margin-bottom: 56px;
}

.lp-sp__steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.lp-sp__step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: 0 20px;
}

.lp-sp__step-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #C9943A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lp-sp__step-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lp-sp__step-text strong {
  font-size: 15px;
  font-weight: 700;
  color: #1c1c1c;
}

.lp-sp__step-text span {
  font-size: 13.5px;
  line-height: 1.6;
  color: #555;
}

.lp-sp__step-divider {
  flex-shrink: 0;
  width: 40px;
  height: 1px;
  background: #C9943A;
  margin-top: 30px;
  opacity: 0.5;
}

/* ── Dark "why us" section ── */
.lp-sp__dark-wrap {
  background: #1c1c1c;
  border-radius: 10px;
  padding: 48px 40px;
  margin-bottom: 56px;
}

.lp-sp__dark-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.lp-sp__dark-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid #2e2e2e;
  border-right: 1px solid #2e2e2e;
}

.lp-sp__dark-item:nth-child(even) {
  border-right: none;
}

.lp-sp__dark-item:nth-last-child(1),
.lp-sp__dark-item:nth-last-child(2) {
  border-bottom: none;
}

.lp-sp__dark-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C9943A;
  flex-shrink: 0;
  margin-top: 6px;
}

.lp-sp__dark-item strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.lp-sp__dark-item p {
  font-size: 13.5px;
  line-height: 1.65;
  color: #aaa;
  margin: 0;
}

/* ── FAQ wrapper ── */
.lp-sp__faq-wrap {
  padding: 0;
}

/* ── Responsive ── */
@media (max-width: 768px) {

  .lp-sp__two-col {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lp-sp__box {
    padding: 24px 22px;
  }

  .lp-sp__steps-wrap {
    padding: 32px 24px;
  }

  .lp-sp__steps {
    flex-direction: column;
    gap: 24px;
  }

  .lp-sp__step {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }

  .lp-sp__step-divider {
    display: none;
  }

  .lp-sp__dark-wrap {
    padding: 32px 24px;
  }

  .lp-sp__dark-grid {
    grid-template-columns: 1fr;
  }

  .lp-sp__dark-item {
    border-right: none;
  }

  .lp-sp__dark-item:nth-last-child(2) {
    border-bottom: 1px solid #2e2e2e;
  }

  .lp-sp__dark-item:nth-last-child(1) {
    border-bottom: none;
  }
}
/* =============================================
   BIRTH CERTIFICATES PAGE
   ============================================= */

.lp-bc {
  width: 100%;
  font-family: 'Lexend', sans-serif;
}

/* ── Intro ── */
.lp-bc__intro {
  padding: 0 0 48px 0;
}

.lp-bc__intro p {
  font-size: 16px;
  color: #444444;
  line-height: 1.75;
  margin: 0;
}

/* ── Section title ── */
.lp-bc__section-title {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #1c1c1c;
  margin: 0 0 28px 0;
  line-height: 1.3;
}

.lp-bc__section-title--light {
  color: #ffffff;
}

/* ── Two columns ── */
.lp-bc__two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 48px;
}

.lp-bc__box {
  border: 1px solid #e8dcc8;
  border-radius: 20px;
  padding: 32px 36px;
}

.lp-bc__box-title {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #1c1c1c;
  margin: 0 0 20px 0;
  line-height: 1.35;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8dcc8;
}

.lp-bc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.lp-bc__list li {
  font-size: 14px;
  color: #444444;
  line-height: 1.55;
  padding: 11px 0 11px 20px;
  border-bottom: 1px solid #f0e8d8;
  position: relative;
}

.lp-bc__list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.lp-bc__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 19px;
  width: 7px;
  height: 7px;
  background: #C9943A;
  border-radius: 50%;
}

/* ── Steps ── */
.lp-bc__steps-wrap {
  background: #f9f6f1;
  border-radius: 20px;
  padding: 44px 48px;
  margin-bottom: 48px;
}

.lp-bc__steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.lp-bc__step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.lp-bc__step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #C9943A;
  color: #ffffff;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lp-bc__step-title {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 4px;
}

.lp-bc__step-desc {
  font-size: 13px;
  color: #666666;
  line-height: 1.55;
}

.lp-bc__step-divider {
  width: 40px;
  height: 1px;
  background: #e0d0b8;
  flex-shrink: 0;
  margin-top: 22px;
}

/* ── Requirements ── */
.lp-bc__req-wrap {
  background: #1c1c1c;
  border-radius: 20px;
  padding: 44px 48px;
  margin-bottom: 48px;
}

.lp-bc__req-sub {
  font-size: 14px;
  color: #999999;
  line-height: 1.65;
  margin: 0 0 32px 0;
  max-width: 640px;
}

.lp-bc__req-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.lp-bc__req-item {
  font-size: 14px;
  color: #cccccc;
  line-height: 1.55;
  padding: 14px 24px 14px 20px;
  border-bottom: 1px solid #2e2e2e;
  position: relative;
}

.lp-bc__req-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  width: 6px;
  height: 6px;
  background: #C9943A;
  border-radius: 50%;
}

.lp-bc__req-item:nth-last-child(1),
.lp-bc__req-item:nth-last-child(2) {
  border-bottom: none;
}

/* ── FAQ wrapper ── */
.lp-bc__faq-wrap {
  padding: 0;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .lp-bc__two-col {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lp-bc__box {
    padding: 24px 22px;
  }

  .lp-bc__steps-wrap {
    padding: 32px 24px;
  }

  .lp-bc__steps {
    flex-direction: column;
    gap: 24px;
  }

  .lp-bc__step {
    flex-direction: row;
    align-items: flex-start;
  }

  .lp-bc__step-divider {
    display: none;
  }

  .lp-bc__req-wrap {
    padding: 32px 24px;
  }

  .lp-bc__req-grid {
    grid-template-columns: 1fr;
  }

  .lp-bc__req-item:nth-last-child(2) {
    border-bottom: 1px solid #2e2e2e;
  }

  .lp-bc__req-item:nth-last-child(1) {
    border-bottom: none;
  }
}
.lp-wills-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
}

.lp-wills-box {
  border: 1px solid #e8dcc8;
  border-radius: 20px;
  padding: 32px 36px;
}

.lp-wills-box__title {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #1c1c1c;
  margin: 0 0 24px 0;
  line-height: 1.35;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8dcc8;
}

.lp-wills-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.lp-wills-list li {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  line-height: 1.55;
  padding: 12px 0;
  border-bottom: 1px solid #f0e8d8;
  padding-left: 20px;
  position: relative;
}

.lp-wills-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.lp-wills-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 7px;
  height: 7px;
  background: #C9943A;
  border-radius: 50%;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .lp-wills-cols {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lp-wills-box {
    padding: 24px 22px;
  }
}

.lce__notification-rtl { direction: rtl; text-align: right; }
.lce-thankyou-rtl {
  direction: rtl !important;
  text-align: right !important;
}
.lce-thankyou-rtl .lce-thankyou__steps-list {
  padding-left: 0;
  padding-right: 20px;
}