/* ==========================================================================
   METODOLOGIA — O Método Asset
   Segue o design system Asset: fundo preto + acento vermelho neon
   ========================================================================== */

/* Dobra 01 | Identificação (Dores) */
.metodo-hero-section {
  background-color: #000000;
  color: #ffffff;
  padding: 180px 0 90px;
  position: relative;
  overflow: hidden;
}

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

.metodo-hero-section .metodo-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 45px;
  text-align: center;
}

/* Grid de dores */
.metodo-hero-section .dor-card {
  background-color: #160003;
  border: 1px solid rgba(255, 0, 51, 0.15);
  border-radius: 10px;
  padding: 32px 26px;
  height: 100%;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.metodo-hero-section .dor-card:hover {
  border-color: rgba(255, 0, 51, 0.35);
  transform: translateY(-4px);
}

.metodo-hero-section .dor-card .dor-x {
  color: var(--color-primary);
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.metodo-hero-section .dor-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.metodo-hero-section .dor-card p {
  font-size: 0.92rem;
  color: #cccccc;
  font-weight: 300;
  line-height: 1.55;
  margin-bottom: 0;
}

/* Posicionamento Asset */
.metodo-hero-section .metodo-position {
  max-width: 820px;
  margin: 55px auto 0;
  text-align: center;
}

.metodo-hero-section .metodo-position p {
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 35px;
}

.metodo-hero-section .metodo-position p strong {
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .metodo-hero-section {
    padding: 80px 0 0 0;
  }
  .metodo-hero-section .metodo-title {
    font-size: 2.1rem;
  }
}

@media (max-width: 767.98px) {
  .metodo-hero-section .metodo-title {
    font-size: 1.7rem;
    margin-bottom: 35px;
  }
  .metodo-hero-section .metodo-position p {
    font-size: 1.05rem;
  }
}

/* Dobra 02 | O Método & Aplicação Prática */
.metodo-method-section {
  background-color: #000000;
  color: #ffffff;
  padding: 90px 0;
}

@media (min-width: 992px) {
  .metodo-method-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/home/bg-section.png") center center / cover no-repeat;
  }
}

.metodo-section-title {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 15px;
}

.metodo-section-subtitle {
  font-size: 1.05rem;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 55px;
  text-align: center;
}

/* Pilares do método */
.metodo-pillar-card {
  background-color: #020202;
  border: 1px solid rgba(255, 0, 51, 0.12);
  border-radius: 8px;
  padding: 34px 26px;
  height: 100%;
  text-align: center;
  box-shadow: inset 0 0 15px rgba(255, 0, 51, 0.02);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.metodo-pillar-card:hover {
  border-color: rgba(255, 0, 51, 0.3);
  box-shadow: 0 0 20px rgba(255, 0, 51, 0.06),
    inset 0 0 15px rgba(255, 0, 51, 0.03);
  transform: translateY(-5px);
}

.metodo-pillar-card .pillar-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 0, 51, 0.35);
  color: var(--color-primary);
  font-size: 1.4rem;
  margin: 0 auto 20px;
}

.metodo-pillar-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.metodo-pillar-card p {
  font-size: 0.92rem;
  color: #cccccc;
  font-weight: 300;
  line-height: 1.55;
  margin-bottom: 0;
}

/* Aplicação na prática */
.metodo-application {
  margin-top: 75px;
}

.metodo-application .application-title {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.metodo-application-item {
  display: flex;
  align-items: center;
  gap: 18px;
  background: linear-gradient(135deg,
      rgba(35, 7, 10, 0.35) 0%,
      rgba(15, 3, 4, 0.4) 100%);
  border: 1px solid rgba(255, 0, 51, 0.12);
  border-radius: 8px;
  padding: 22px 26px;
  height: 100%;
  transition: border-color 0.3s ease;
}

.metodo-application-item:hover {
  border-color: rgba(255, 0, 51, 0.3);
}

.metodo-application-item .app-icon {
  flex-shrink: 0;
  color: var(--color-primary);
  font-size: 1.5rem;
  width: 40px;
  text-align: center;
}

.metodo-application-item p {
  font-size: 0.98rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}

.metodo-cta-wrapper {
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .metodo-method-section {
    padding: 70px 0;
  }
  .metodo-section-title {
    font-size: 1.15rem;
  }
  .metodo-section-subtitle {
    font-size: 0.95rem;
    margin-bottom: 40px;
  }
  .metodo-application {
    margin-top: 55px;
  }
}

/* Dobra 03 | Como as Aulas Funcionam */
.metodo-classes-section {
  background-color: #000000;
  color: #ffffff;
  padding: 90px 0;
}

.metodo-classes-section .classes-slogan {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
  margin-top: 55px;
  letter-spacing: 0.5px;
}

.metodo-class-card {
  background-color: #020202;
  border: 1px solid rgba(255, 0, 51, 0.12);
  border-radius: 8px;
  padding: 40px 30px;
  height: 100%;
  text-align: center;
  box-shadow: inset 0 0 15px rgba(255, 0, 51, 0.02);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.metodo-class-card:hover {
  border-color: rgba(255, 0, 51, 0.3);
  box-shadow: 0 0 20px rgba(255, 0, 51, 0.06),
    inset 0 0 15px rgba(255, 0, 51, 0.03);
  transform: translateY(-5px);
}

.metodo-class-card .class-icon {
  font-size: 2.2rem;
  color: var(--color-primary);
  margin-bottom: 22px;
}

.metodo-class-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.metodo-class-card p {
  font-size: 0.95rem;
  color: #cccccc;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .metodo-classes-section {
    padding: 70px 0;
  }
  .metodo-classes-section .classes-slogan {
    font-size: 1.25rem;
    margin-top: 40px;
  }
}

/* Dobra 04 | FAQ */
.metodo-faq-section {
  background-color: #000000;
  color: #ffffff;
  padding: 90px 0;
}

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

.metodo-faq-section .faq-final-cta {
  font-size: 1.15rem;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.metodo-faq-section .faq-final-cta strong {
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .metodo-faq-section {
    padding: 70px 0;
  }
}
