#hero {
  background-image: url('../img/kraft-2.png');
}

.contact-map {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border: 4px solid rgba(255, 255, 255, 0.7);
  height: 100%;
}

.contact-map iframe {
  display: block;
  min-height: 420px;
}


.etapas .timeline__item a,
.etapas .timeline__item--year a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.etapas .timeline__item a:hover,
.etapas .timeline__item--year a:hover {
  color: #007bff;
}

.etapas .timeline__item a h3,
.etapas .timeline__item--year a h2 {
  transition: color 0.3s ease;
}

.etapas .timeline__item a:hover h3,
.etapas .timeline__item--year a:hover h2 {
  color: #007bff;
}

/* SECTION 2 */

.section-2 {
  position: relative;
  overflow: hidden;
}

.section-subtitle {
  max-width: 720px;
  margin: 15px auto 0 auto;
  color: white;
  font-size: 1.05rem;
}

.jnc-card-primary {
  background: linear-gradient(135deg, #EA561E, #ff7a3d);
  color: white;
  padding: 45px;
  border-radius: 28px;
  box-shadow: 0 15px 40px rgba(234, 86, 30, 0.20);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.jnc-card-primary::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  top: -60px;
  right: -60px;
}

.jnc-card-primary h3 {
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}

.jnc-card-primary p {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.9;
  position: relative;
  z-index: 2;
}

.icon-box-jc {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  backdrop-filter: blur(5px);
}

.icon-box-jc i {
  font-size: 2rem;
  color: white;
}

.jnc-card-secondary {
  background: #ffffff;
  border-radius: 28px;
  padding: 45px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.jnc-card-secondary h3 {
  font-weight: 700;
  color: #2E53A0;
}

.lead-custom {
  color: #5f6368;
  line-height: 1.9;
  font-size: 1.05rem;
}

.mini-icon {
  width: 55px;
  height: 55px;
  background: rgba(46, 83, 160, 0.10);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mini-icon i {
  font-size: 1.5rem;
  color: #2E53A0;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8fafc;
  border: 1px solid #edf1f7;
  padding: 16px 18px;
  border-radius: 14px;
  transition: 0.3s ease;
  font-weight: 600;
  color: #444;
}

.feature-item:hover {
  transform: translateY(-3px);
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.feature-item i {
  color: #EA561E;
  font-size: 1.2rem;
}

.highlight-box {
  background: linear-gradient(135deg, #2E53A0, #3e6fd6);
  color: white;
  padding: 22px;
  border-radius: 18px;
  line-height: 1.8;
  font-weight: 500;
}

@media (max-width: 991px) {

  .jnc-card-primary,
  .jnc-card-secondary {
    padding: 30px;
  }

}

@media (max-width: 768px) {

  .section-subtitle {
    font-size: 0.95rem;
    padding: 0 10px;
  }

  .jnc-card-primary,
  .jnc-card-secondary {
    border-radius: 22px;
  }

}

.etapas {
  position: relative;
  padding: 100px 0;
  background: #F2C744;
  overflow: hidden;
}

.etapas::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: rgba(46, 83, 160, 0.05);
  border-radius: 50%;
  top: -180px;
  right: -120px;
}

.etapas::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: rgba(234, 86, 30, 0.06);
  border-radius: 50%;
  bottom: -140px;
  left: -100px;
}

.etapas .section-title h2 {
  font-size: 2.6rem;
  font-weight: 800;
  color: #2E53A0;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.etapas .section-title h2::after {
  content: "";
  width: 80px;
  height: 5px;
  background: linear-gradient(90deg, #EA561E, #2E53A0);
  border-radius: 999px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

.timeline {
  position: relative;
  max-width: 950px;
  margin: 40px auto 0;
  padding-left: 40px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #EA561E, #2E53A0);
  border-radius: 999px;
}

.timeline__item {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  padding: 28px 32px;
  margin-bottom: 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  border: 1px solid rgba(46, 83, 160, 0.08);
}


.timeline__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(46, 83, 160, 0.15);
}

.timeline__item::before {
  content: "";
  position: absolute;
  left: -38px;
  top: 35px;
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #EA561E, #2E53A0);
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(46, 83, 160, 0.08);
}

.timeline__title {
  font-size: 1.45rem;
  font-weight: 700;
  color: #1d3557;
  margin: 0;
}

.timeline__item--year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2E53A0, #3b6fd4);
  color: #fff !important;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 999px;
  margin: -10px 0 35px 0;
  box-shadow: 0 10px 25px rgba(46, 83, 160, 0.22);
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.timeline__item--year:hover {
  transform: translateY(-3px) scale(1.03);
  background: linear-gradient(135deg, #3f6fd1, #5a88e8);
  color: #fff !important;
  box-shadow: 0 15px 35px rgba(234, 86, 30, 0.3);
  text-decoration: none !important;
}

.scroll-to-accordion,
.scroll-to-accordion:hover {
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .etapas {
    padding: 80px 0;
  }

  .timeline {
    padding-left: 28px;
  }

  .timeline__item {
    padding: 22px;
  }

  .timeline__title {
    font-size: 1.1rem;
  }

  .timeline__item--year {
    font-size: 0.9rem;
    padding: 10px 18px;
  }

  .etapas .section-title h2 {
    font-size: 2rem;
  }
}

.award-extra-info {
  margin-top: 35px;
}

.info-item {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 24px;
  transition: 0.3s ease;
}

.info-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.info-item h5 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #2E53A0;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-item p {
  color: #4b5563;
  margin-bottom: 12px;
}

.info-item ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.info-item li {
  color: #374151;
  margin-bottom: 8px;
}

.award-info-icon {
  font-size: 0.85rem;
  color: #5b7fd6;
  cursor: pointer;
  transition: 0.2s ease;
}

.award-info-icon:hover {
  color: #2E53A0;
}


.award-info-card {
  background: #ffffff;
  padding: 45px;
  border-radius: 28px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.award-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(234, 86, 30, 0.1);
  color: #EA561E;
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 700;
  margin-bottom: 25px;
}

.award-title {
  font-size: 2rem;
  font-weight: 800;
  color: #2E53A0;
  margin-bottom: 25px;
}

.award-text {
  color: #5f6368;
  line-height: 1.9;
  font-size: 1.05rem;
}

.award-highlight {
  margin-top: 30px;
  background: linear-gradient(135deg, #2E53A0, #3e6fd6);
  color: white;
  padding: 22px;
  border-radius: 18px;
  line-height: 1.8;
  font-weight: 500;
}

.award-link {
  font-weight: 600;
  color: #444;
}

.award-link a {
  color: #EA561E;
  text-decoration: none;
  font-weight: 700;
}

.award-image-wrapper {
  position: relative;
}

.award-image {
  max-width: 100%;
  transition: 0.4s ease;
}

.award-image:hover {
  transform: translateY(-8px);
}

.award-table-card,
.award-extra-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 35px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}

.table-header,
.extra-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 25px;
}

.table-header i,
.extra-title i {
  font-size: 1.7rem;
  color: #EA561E;
}

.table-header h4,
.extra-title h4 {
  margin: 0;
  font-weight: 800;
  color: #2E53A0;
}

.award-table thead th {
  background: #2E53A0;
  color: white;
  border: none;
  padding: 18px;
  font-size: 0.92rem;
  text-align: center;
}

.award-table tbody td {
  padding: 18px;
  vertical-align: middle;
  text-align: center;
  border-color: #eef1f5;
}

.award-table tbody tr:hover {
  background: #f8fbff;
}

.position-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-weight: 800;
  color: white;
}

.gold {
  background: linear-gradient(135deg, #F2C744, #ffcc33);
}

.silver {
  background: linear-gradient(135deg, #9ea7b8, #c7cfdb);
}

.bronze {
  background: linear-gradient(135deg, #b96d40, #d99164);
}

.normal {
  background: #2E53A0;
}

.award-note {
  margin-top: 18px;
  color: #6c757d;
  font-style: italic;
  font-size: 0.9rem;
}

.mini-award-card {
  background: #f8fafc;
  border: 1px solid #edf1f7;
  border-radius: 22px;
  padding: 30px;
  text-align: center;
  transition: 0.3s ease;
  height: 100%;
}

.mini-award-card:hover {
  transform: translateY(-5px);
  background: white;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.mini-award-card i {
  font-size: 2rem;
  color: #EA561E;
  margin-bottom: 18px;
}

.mini-award-card h5 {
  font-weight: 700;
  color: #2E53A0;
  margin-bottom: 12px;
}

.mini-award-card span {
  font-size: 1.3rem;
  font-weight: 800;
  color: #EA561E;
}

@media (max-width: 991px) {

  .award-info-card,
  .award-table-card,
  .award-extra-card {
    padding: 28px;
  }

  .award-title {
    font-size: 1.7rem;
  }

}

@media (max-width: 768px) {

  .award-table thead th,
  .award-table tbody td {
    font-size: 0.82rem;
    padding: 12px;
  }

  .position-badge {
    width: 42px;
    height: 42px;
  }

}

.target-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  overflow: hidden;
}

.target-section::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -100px;
  width: 280px;
  height: 280px;
  background: rgba(46, 83, 160, 0.06);
  border-radius: 50%;
}

.target-card {
  background: white;
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2;
  transition: 0.3s ease;
}

.target-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.target-title h2 {
  font-size: 2.6rem;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 15px;
}

.target-subtitle {
  max-width: 700px;
  margin: 0 auto;
  color: #6b7280;
  line-height: 1.8;
  font-size: 1.05rem;
}

.target-label {
  display: inline-block;
  background: rgba(46, 83, 160, 0.10);
  color: #2E53A0;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 22px;
}

.target-heading {
  font-size: 2rem;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 22px;
}

.target-text {
  color: #4b5563;
  line-height: 1.9;
  font-size: 1.05rem;
}

.target-highlight {
  margin-top: 25px;
  background: linear-gradient(135deg, #2E53A0, #4169c7);
  color: white;
  padding: 24px;
  border-radius: 22px;
  line-height: 1.8;
  box-shadow: 0 15px 40px rgba(46, 83, 160, 0.22);
}

.target-image-wrapper {
  position: relative;
  text-align: center;
}

.target-image-wrapper::before {
  content: "";
  position: absolute;
  inset: 30px;
  border-radius: 28px;
  background: linear-gradient(135deg,
      rgba(46, 83, 160, 0.10),
      rgba(234, 86, 30, 0.10));
  z-index: -1;
}

.target-image {
  max-width: 360px;
  width: 100%;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.14));
}

@media (max-width: 991px) {
  .target-card {
    padding: 30px;
  }

  .target-title h2 {
    font-size: 2rem;
  }

  .target-heading {
    font-size: 1.7rem;
  }

  .target-image {
    max-width: 260px;
    margin-bottom: 30px;
  }
}

.hero-actions {
  margin-top: 10px;
  gap: 18px;
}

.hero-modern-btn {
  min-width: 220px;
  padding: 14px 28px !important;
  border-radius: 18px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  border: none;
  backdrop-filter: blur(8px);
  letter-spacing: 0.3px;
}

.hero-modern-btn i {
  margin-right: 10px;
  font-size: 1.05rem;
}

.hero-modern-btn.primary {
  background: linear-gradient(135deg, #EA561E, #ff7a45);
  color: #fff;
  box-shadow: 0 12px 30px rgba(234, 86, 30, 0.35);
}

.hero-modern-btn.primary:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 18px 35px rgba(234, 86, 30, 0.45);
  color: #fff;
  text-decoration: none;
}

.hero-modern-btn.secondary {
  background: linear-gradient(135deg, #2E53A0, #3f6fd1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 28px rgba(46, 83, 160, 0.35);
}

.hero-modern-btn.secondary:hover {
  background: linear-gradient(135deg, #244488, #3562c2) !important;
  color: #fff !important;
  transform: translateY(-5px) scale(1.02);
  text-decoration: none;
}

.hero-modern-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.25),
      transparent);
  transition: 0.7s;
}

.hero-modern-btn:hover::before {
  left: 120%;
}

@media (max-width: 768px) {
  .hero-actions {
    gap: 12px;
  }

  .hero-modern-btn {
    width: 100%;
    min-width: unset;
  }
}


/* inner page - sobre o projeto */

.importance-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.importance-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  background: rgba(46, 83, 160, 0.06);
  border-radius: 50%;
}

.importance-section::after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -100px;
  width: 280px;
  height: 280px;
  background: rgba(234, 86, 30, 0.08);
  border-radius: 50%;
}

.importance-title h2 {
  font-size: 2.7rem;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 18px;
}

.importance-subtitle {
  max-width: 780px;
  margin: 0 auto;
  color: #6b7280;
  font-size: 1.08rem;
  line-height: 1.8;
}

.importance-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 45px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
  height: 100%;
  position: relative;
  z-index: 2;
  transition: 0.3s ease;
}

.importance-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.importance-card p {
  color: #4b5563;
  font-size: 1.03rem;
  line-height: 1.9;
  margin-bottom: 24px;
}

.importance-image {
  max-width: 260px;
  margin-top: 25px;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.10));
}

.objectives-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2E53A0;
  margin-bottom: 28px;
}

.modern-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.modern-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #f8fafc;
  border: 1px solid #edf2f7;
  border-radius: 18px;
  padding: 18px 20px;
  margin-bottom: 18px;
  transition: 0.3s ease;
}

.modern-list li:hover {
  background: #ffffff;
  transform: translateX(4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.modern-icon {
  min-width: 50px;
  height: 50px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2E53A0, #4169c7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1rem;
  box-shadow: 0 8px 20px rgba(46, 83, 160, 0.25);
}

.modern-list span {
  color: #374151;
  line-height: 1.7;
  font-size: 0.98rem;
}

.highlight-text {
  margin-top: 28px;
  background: linear-gradient(135deg, #2E53A0, #1d3f82);
  color: white;
  padding: 28px;
  border-radius: 22px;
  line-height: 1.8;
  box-shadow: 0 15px 40px rgba(46, 83, 160, 0.22);
}

.highlight-text strong {
  color: #FFD54A;
}

@media (max-width: 991px) {
  .importance-card {
    padding: 30px;
    margin-bottom: 25px;
  }

  .importance-title h2 {
    font-size: 2.1rem;
  }

  .importance-image {
    max-width: 220px;
  }
}