.faq-section,
section.contact {
  background-image: url(../assets/paper.jpg) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: lighten;
  background-color: #ebebeb !important;
}

.shadow {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
  width: 100%;
  min-width: 50%;
}

.process-section {
  padding: 80px 0;
  background: #f9fafb;
}

#process-heading {
  color: black !important;
}

.section-intro {
  color: var(--color-primary);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.process-step {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.process-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.process-number {
  font-size: 18px;
  font-weight: bold;
  color: #111827;
  margin-bottom: 12px;
}

.pathway-details {
  padding: 80px 0;
  background: #f9fafb;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.detail-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.detail-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.1rem;
  text-align: center;
}

.detail-card p {
  margin: 0;
  line-height: 1.7;
  color: #4b5563;
}

.details-highlight {
  margin-top: 32px;
  padding: 28px;
  border-radius: 16px;
  background: #111827;
  color: #fff;
}

.details-highlight h3 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #fff;
}

.details-highlight p {
  margin: 0;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
}

.pathway-details {
  padding: 80px 0;
  background: #f9fafb;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.detail-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.detail-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
}

.detail-card p {
  margin: 0;
  line-height: 1.7;
  color: #4b5563;
}

.details-highlight {
  margin-top: 32px;
  padding: 28px;
  border-radius: 16px;
  background: #111827;
  color: #fff;
}

.details-highlight h3 {
  margin-top: 0;
}

.details-highlight p {
  margin: 0;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

section h2 {
  text-align: center;
}

.projects-preview {
  padding: 80px 0;
  background: #ffffff;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.project-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px;
  background: #fff;
  transition: all 0.25s ease;
}

.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.project-card h3 {
  margin: 0 0 10px 0;
  font-size: 1.1rem;
}

.project-card p {
  margin: 0;
  color: #4b5563;
  line-height: 1.6;
}

.risks-section {
  padding: 80px 0;
  background: #111827 !important;
  color: #ffffff;
}

.risks-section h2 {
  color: #ffffff;
}

.risks-section ul {
  margin-top: 24px;
  padding-left: 20px;
}

.risks-section li {
  margin-bottom: 12px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.risks-section ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  list-style: none;
  padding: 0;
}

.risks-section li {
  background: rgba(255, 255, 255, 0.05);
  padding: 18px;
  border-radius: 10px;
}

.cta-section h2 {
  margin-bottom: 12px;
}

.cta-section p {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.85);
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.section-intro {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  color: #6b7280;
  line-height: 1.7;
}

/* =========================================================
   PATHWAYS - CONTENT UPGRADE
   Adicionar no fim do styles/main.css
========================================================= */

.problem-section,
.process-section,
.pathway-details,
.projects-preview,
.why-cie,
.risks-section,
.cta-section {
  padding: 80px 0;
}

.problem-section {
  background: #fff;
}

.problem-section .section-intro,
.process-section .section-intro,
.pathway-details .section-intro,
.projects-preview .section-intro,
.why-cie .section-intro,
.risks-section .section-intro,
.cta-section .section-intro {
  max-width: 760px;
  margin: 0 auto 0 auto;
  text-align: center;
  line-height: 1.75;
  color: #5b6472;
}

.problem-list {
  max-width: 880px;
  margin: 32px auto 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.problem-list li {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px 20px;
  line-height: 1.65;
  color: #1f2937;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
  position: relative;
}

.problem-list li::before {
  content: "•";
  font-weight: 700;
  margin-right: 8px;
  color: #111827;
}

.process-section {
  background: #f9fafb;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.process-step {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 26px 22px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.process-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.process-step h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  color: #111827;
}

.process-step p {
  margin: 0;
  line-height: 1.75;
  color: #5b6472;
}

.pathway-details {
  background: #f9fafb;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.detail-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 26px 24px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.detail-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.detail-card h3 {
  margin: 0 0 12px;
  font-size: 1.08rem;
  color: #111827;
}

.detail-card p {
  margin: 0;
  line-height: 1.75;
  color: #5b6472;
}

.details-highlight {
  margin-top: 32px;
  padding: 30px;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.16);
}

.details-highlight h3 {
  margin: 0 0 12px;
  color: #ffffff;
}

.details-highlight p {
  margin: 0;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.projects-preview {
  background: #ffffff;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.project-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 26px 24px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.project-card h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  color: #111827;
}

.project-card p {
  margin: 0;
  line-height: 1.75;
  color: #5b6472;
}

.why-cie {
  background: #ffffff;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.why-grid > div {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 26px 24px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.03);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.why-grid > div:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.07);
}

.why-grid h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  color: #111827;
}

.why-grid p {
  margin: 0;
  line-height: 1.75;
  color: #5b6472;
}

.risks-section {
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  color: #ffffff;
}

.risks-section h2 {
  color: #ffffff;
}

.risks-section ul {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.risks-section li {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  padding: 18px 20px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(2px);
}

.cta-section {
  /* background: linear-gradient(135deg, #111827 0%, #1f2937 100%); */
  color: #ffffff;
  text-align: center;
}

.cta-section h2 {
  margin-bottom: 12px;
  color: #ffffff;
}

.cta-section p {
  max-width: 760px;
  margin: 0 auto 24px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
}

.cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.pathway-links {
  margin-top: 28px;
  text-align: center;
  line-height: 1.8;
  color: #5b6472;
}

.pathway-links a {
  color: #111827;
  font-weight: 600;
  text-decoration: none;
}

.pathway-links a:hover {
  text-decoration: underline;
}

.problem-section h2,
.process-section h2,
.pathway-details h2,
.projects-preview h2,
.why-cie h2,
.risks-section h2,
.cta-section h2 {
  text-align: center;
  margin-bottom: 14px;
}

.problem-section .container,
.process-section .container,
.pathway-details .container,
.projects-preview .container,
.why-cie .container,
.risks-section .container,
.cta-section .container {
  position: relative;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .problem-section,
  .process-section,
  .pathway-details,
  .projects-preview,
  .why-cie,
  .risks-section,
  .cta-section {
    padding: 64px 0;
  }

  .problem-list,
  .process-grid,
  .details-grid,
  .projects-grid,
  .why-grid,
  .risks-section ul {
    grid-template-columns: 1fr;
  }

  .detail-card,
  .project-card,
  .process-step,
  .why-grid > div,
  .problem-list li,
  .risks-section li {
    padding: 22px 20px;
  }

  .details-highlight {
    padding: 24px 20px;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .cta-buttons .btn {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 480px) {
  .problem-section,
  .process-section,
  .pathway-details,
  .projects-preview,
  .why-cie,
  .risks-section,
  .cta-section {
    padding: 56px 0;
  }

  .process-number {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
  }

  .problem-section .section-intro,
  .process-section .section-intro,
  .pathway-details .section-intro,
  .projects-preview .section-intro,
  .why-cie .section-intro,
  .risks-section .section-intro,
  .cta-section .section-intro,
  .cta-section p {
    font-size: 0.98rem;
  }
}
