/* =====================================================
   RESEARCH PAGE STYLES – Professional Redesign
   ===================================================== */

/* INTRO SECTION */
.research-intro-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
}

.research-intro-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.intro-badge {
  display: inline-block;
  background: var(--brand-red);
  color: var(--white);
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
  box-shadow: 0 4px 16px rgba(255, 10, 6, 0.3);
}

.intro-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.intro-description {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* SECTION HEADER STYLE */
.section-number {
  font-size: 4rem;
  font-weight: 700;
  color: rgba(255, 10, 6, 0.3);
  line-height: 1;
  margin-bottom: 12px;
}

.section-title-new {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 12px 0;
  line-height: 1.2;
}

.section-subtitle-new {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.6;
}

/* APPROACH SECTION */
.approach-section-new {
  padding: 80px 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
}

.approach-header-new {
  text-align: center;
  margin-bottom: 60px;
}

.approach-grid-new {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}

.approach-card-new {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
  padding: 32px 24px;
  border-radius: 16px;
  border: 2px solid transparent;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  text-align: center;
}

.approach-card-new:hover {
  transform: translateY(-8px);
  border-color: var(--brand-red);
  box-shadow: 0 12px 40px rgba(255, 10, 6, 0.2);
}

.approach-icon-new {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--brand-red) 0%, var(--brand-red-dark) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  margin: 0 auto 20px;
  box-shadow: 0 8px 24px rgba(255, 10, 6, 0.3);
}

.approach-card-new h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--white);
  margin: 0 0 12px 0;
}

.approach-card-new p {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0;
}

/* PROCESS STEPS */
.approach-process-new {
  margin-top: 40px;
}

.process-steps-new {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.process-step-new {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 200px;
  max-width: 250px;
}

.step-number-new {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--brand-red) 0%, var(--brand-red-dark) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(255, 10, 6, 0.4);
}

.process-step-new h4 {
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin: 0;
  line-height: 1.4;
}

.process-arrow-new {
  font-size: 2rem;
  color: var(--brand-red);
  font-weight: 700;
  flex-shrink: 0;
}

/* EVALUATION SECTION */
.evaluation-section-new {
  padding: 80px 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
}

.evaluation-header-new {
  text-align: center;
  margin-bottom: 50px;
}

.evaluation-content-new {
  max-width: 1000px;
  margin: 0 auto;
}

.evaluation-text-new {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
  padding: 40px;
  border-radius: 16px;
  border: 2px solid rgba(255, 10, 6, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

.evaluation-text-new > p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin: 0 0 40px 0;
}

.evaluation-features-new {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.evaluation-feature-new {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.feature-icon-new {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--brand-red) 0%, var(--brand-red-dark) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(255, 10, 6, 0.3);
}

.feature-content-new h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--white);
  margin: 0 0 8px 0;
}

.feature-content-new p {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0;
}

/* STUDIES SECTION */
.studies-section-new {
  padding: 80px 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
}

.studies-header-new {
  text-align: center;
  margin-bottom: 50px;
}

.studies-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.study-card-new {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
  padding: 32px;
  border-radius: 16px;
  border: 2px solid transparent;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.study-card-new:hover {
  transform: translateY(-8px);
  border-color: var(--brand-red);
  box-shadow: 0 12px 40px rgba(255, 10, 6, 0.2);
}

.study-badge-new {
  display: inline-block;
  background: rgba(255, 10, 6, 0.15);
  color: var(--brand-red);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  width: fit-content;
}

.study-title-new {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--white);
  margin: 0 0 16px 0;
  line-height: 1.3;
}

.study-description-new {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0 0 24px 0;
  flex: 1;
}

.study-download-new {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  background: linear-gradient(135deg, var(--brand-red) 0%, var(--brand-red-dark) 100%);
  color: var(--white);
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

.study-download-new:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 10, 6, 0.3);
}

.study-download-new svg {
  transition: transform 0.3s ease;
}

.study-download-new:hover svg {
  transform: translateY(2px);
}

/* ADVISORY SECTION */
.advisory-section-new {
  padding: 80px 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
}

.advisory-header-new {
  text-align: center;
  margin-bottom: 50px;
}

.advisory-layout-new {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.advisory-content-new {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.advisory-description-new {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin: 0;
}

.advisory-panel-new {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
  padding: 32px;
  border-radius: 16px;
  border: 2px solid rgba(255, 10, 6, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

.panel-header-new h3 {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--white);
  margin: 0 0 24px 0;
}

.panel-list-new {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.panel-list-new li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.list-icon-new {
  color: var(--brand-red);
  font-size: 1.25rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

.panel-list-new li span {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .approach-grid-new {
    grid-template-columns: repeat(2, 1fr);
  }

  .studies-grid-new {
    grid-template-columns: repeat(2, 1fr);
  }

  .advisory-layout-new {
    grid-template-columns: 1fr;
  }

  .process-steps-new {
    flex-direction: column;
  }

  .process-arrow-new {
    transform: rotate(90deg);
  }
}

@media (max-width: 768px) {
  .intro-title,
  .section-title-new {
    font-size: 2rem;
  }

  .section-number {
    font-size: 3rem;
  }

  .approach-grid-new {
    grid-template-columns: 1fr;
  }

  .studies-grid-new {
    grid-template-columns: 1fr;
  }

  .evaluation-text-new {
    padding: 32px 24px;
  }

  .evaluation-feature-new {
    flex-direction: column;
    text-align: center;
  }

  .process-steps-new {
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .intro-title,
  .section-title-new {
    font-size: 1.75rem;
  }

  .approach-card-new,
  .study-card-new {
    padding: 24px 20px;
  }
}
