/**
 * 2026 Labelgrup
 *
 * @author    Labelgrup Networks S.L. <web@labelgrup.com>
 * @copyright 2026 Labelgrup
 * @license   https://opensource.org/license/afl-3-0-php/ Academic Free License (AFL-3.0)
 */

.lblfaq-footer-before {
  background-color: var(--color-primary, #004982);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.lblfaq-footer-before-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.lblfaq-footer-before-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.lblfaq-footer-before-text {
  color: #fff;
}

.lblfaq-footer-before-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-secondary, "Open Sans Condensed", sans-serif);
  font-weight: var(--font-bold, 700);
  font-size: 1.875rem;
  color: #fff;
  margin: 0 0 0.5rem;
}

.lblfaq-footer-before-description {
  font-size: 1rem;
  line-height: 1.5;
  color: #b8d0e8;
  margin: 0;
  width: 80%;
}

.lblfaq-footer-before-actions {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}

.lblfaq-footer-before-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-secondary, "Open Sans Condensed", sans-serif);
  font-weight: var(--font-semi-bold, 600);
  font-size: 0.875rem;
  text-decoration: none;
  border-radius: 30px;
  padding: 0.5rem 1.75rem;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.lblfaq-footer-before-btn-primary {
  background-color: #fff;
  color: var(--color-primary, #004982) !important;
}

.lblfaq-footer-before-btn-primary:hover {
  background-color: #e6eef5;
}

.lblfaq-footer-before-btn-secondary {
  background-color: transparent;
  color: #fff !important;
  border: 2px solid #fff;
}

.lblfaq-footer-before-btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .lblfaq-footer-before {
    padding: 2.5rem 1.5rem;
  }

  .lblfaq-footer-before-inner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .lblfaq-footer-before-left {
    flex-direction: column;
    text-align: center;
  }

  .lblfaq-footer-before-title {
    justify-content: center;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .lblfaq-footer-before {
    padding: 2rem 1rem;
  }

  .lblfaq-footer-before-inner {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .lblfaq-footer-before-left {
    flex-direction: column;
    gap: 1rem;
  }

  .lblfaq-footer-before-title {
    justify-content: center;
    font-size: 1.875rem;
  }

  .lblfaq-footer-before-actions {
    flex-direction: column;
    width: 100%;
    gap: 0.75rem;
  }

  .lblfaq-footer-before-btn {
    justify-content: center;
    width: 100%;
  }

  .lblfaq-footer-before-icon {
    width: 60px;
    height: 100px;
  }

  .lblfaq-footer-before-description {
    width: 100%;
  }
}
