/* Hero */
.cursos-asset-hero-section {
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}

@media (min-width: 992px) {
  .cursos-asset-hero-section {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0) 70%,
        rgba(0, 0, 0, 0.6) 85%,
        #000000 100%), url("../images/home/bg-hero.png") center center / cover no-repeat;
  }
}

.cursos-asset-hero-section .hero-cursos-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
  text-align: center;
}

.cursos-asset-hero-section .hero-cursos-subtitle {
  font-size: 1.28rem;
  color: #e0e0e0;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: center;
}

.cursos-asset-hero-section .hero-cursos-subtitle strong {
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 992px) {
  .cursos-asset-hero-section .hero-cursos-title {
    font-size: 2.8rem;
  }

  .cursos-asset-hero-section .hero-cursos-subtitle {
    font-size: 1.18rem;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .cursos-asset-hero-section {
    min-height: 50vh;
    padding: 80px 0 0 0;
  }

  .cursos-asset-hero-section .hero-cursos-title {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .cursos-asset-hero-section .hero-cursos-subtitle {
    font-size: 1.05rem;
    line-height: 1.5;
  }
}

/* Cursos */
.courses-section {
  background-color: #000000;
  color: #ffffff;
  padding: 80px 0;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .courses-section {
    background-color: #000000 !important;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0) 70%,
        rgba(0, 0, 0, 0.6) 85%,
        #000000 100%), url("../images/cursos/bg-cursos.png") center center / cover no-repeat;
  }
}

.courses-section .section-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}

.courses-section .section-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
}

.courses-section .max-w-spanish {
  max-width: 830px;
}

.courses-section .card-custom {
  background-color: rgba(10, 10, 10, 0.8);
  border: 1px solid rgba(255, 0, 0, 0.15);
  border-radius: 6px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.courses-section .card-custom:hover {
  border-color: rgba(255, 0, 0, 0.4);
  transform: translateY(-5px);
}

.courses-section .card-custom-content {
  width: 100%;
}

.courses-section .card-custom h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: #ffffff;
  text-align: center;
}

.courses-section .card-custom-desc {
  font-size: 14px;
  color: #b3b3b3;
  line-height: 1.5;
  margin-bottom: 25px;
  min-height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.courses-section .card-custom-features {
  list-style: none;
  text-align: left;
  display: inline-block;
  margin-bottom: 30px;
  padding-left: 0;
  width: 100%;
  max-width: 240px;
}

.courses-section .card-custom-features li {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px;
  line-height: 1.4;
  color: #ffffff;
}

.courses-section .card-custom-features li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ffffff;
}

.courses-section .card-custom-ideal {
  font-size: 14px;
  color: #b3b3b3;
  margin-bottom: 35px;
  line-height: 1.4;
}

.courses-section .btn-custom {
  display: inline-block;
  border: 1px solid var(--color-primary);
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 35px;
  border-radius: 4px;
  background: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.courses-section .btn-custom:hover {
  background-color: #EA2727;
  color: #ffffff;
  box-shadow: 0 0 15px rgba(139, 0, 0, 0.4);
}

@media (max-width: 991px) {
  .courses-section .card-custom-desc {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .courses-section .section-title {
    font-size: 20px;
  }

  .courses-section .section-subtitle {
    font-size: 14px;
  }
}

/* Idiomas */
.idiomas {
  background-color: #000000;

}

@media (min-width: 992px) {
  .idiomas {
    background-color: #000000 !important;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0) 70%,
        rgba(0, 0, 0, 0.6) 85%,
        #000000 100%), url("../images/home/bg-section.png") center center / cover no-repeat;
  }
}

/* Perguntas frequentes */
.perguntas-frequentes-section {
  background-color: #000000;
  color: #ffffff;
  padding: 80px 0;
}

@media (min-width: 992px) {
  .perguntas-frequentes-section {
    background: url("../images/home/bg-faq.png") center center / cover no-repeat;
  }
}

.perguntas-frequentes-section .faq-title {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 60px;
}

.perguntas-frequentes-section .faq-accordion-wrapper {
  max-width: 920px;
}

.perguntas-frequentes-section .faq-item-box {
  background: linear-gradient(135deg,
      rgba(35, 7, 10, 0.25) 0%,
      rgba(15, 3, 4, 0.35) 100%);
  border: 1px solid rgba(255, 0, 51, 0.15);
  border-radius: 6px;
  margin-bottom: 22px;
  overflow: hidden;
  box-shadow: inset 0 0 15px rgba(255, 0, 51, 0.02);
  transition: border-color 0.3s ease;
}

.perguntas-frequentes-section .faq-item-box:hover {
  border-color: rgba(255, 0, 51, 0.3);
}

.perguntas-frequentes-section .faq-trigger-btn {
  width: 100%;
  background: transparent;
  border: none;
  padding: 22px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  outline: none;
}

.perguntas-frequentes-section .faq-question-text {
  font-size: 1.22rem;
  font-weight: 600;
  color: #ffffff;
  padding-right: 20px;
}

.perguntas-frequentes-section .faq-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.perguntas-frequentes-section .faq-icon-fa {
  font-size: 1rem;
  color: #ffffff;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.perguntas-frequentes-section .faq-item-box.active .faq-icon-fa {
  transform: rotate(180deg);
}

.perguntas-frequentes-section .faq-collapse-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.perguntas-frequentes-section .faq-inner-body {
  padding: 0 35px 25px;
  font-size: 1.05rem;
  color: #cccccc;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
}

@media (max-width: 767.98px) {
  .perguntas-frequentes-section {
    padding: 70px 0 90px;
  }

  .perguntas-frequentes-section .faq-title {
    font-size: 1.15rem;
    margin-bottom: 40px;
  }

  .perguntas-frequentes-section .faq-trigger-btn {
    padding: 18px 20px;
  }

  .perguntas-frequentes-section .faq-question-text {
    font-size: 1rem;
  }

  .perguntas-frequentes-section .faq-icon-fa {
    font-size: 0.85rem;
  }

  .perguntas-frequentes-section .faq-inner-body {
    padding: 0 20px 20px;
    font-size: 0.95rem;
  }
}