 /* ================= INNOVATION HERO ================= */
.innovation-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  background-image: url("../images/innovation-hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Overlay */
.innovation-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      90deg,
      rgba(15,43,70,0.65),
      rgba(15,43,70,0.55)
    );
  z-index: 1;
}

/* Content */
.innovation-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  color: #ffffff;
}


/* Pill */
.innovation-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(255,255,255,0.15);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 18px;
}

.innovation-pill i {
  font-size: 15px;
}

/* Heading */
.innovation-hero h1 {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
}

/* Paragraph */
.innovation-hero p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #d7e1eb;
  max-width: 640px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .innovation-hero {
    min-height: 480px;
  }

  .innovation-hero h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 576px) {
  .innovation-hero {
    min-height: 440px;
  }

  .innovation-hero h1 {
    font-size: 2rem;
  }

  .innovation-hero p {
    font-size: 0.95rem;
  }
}

/* ================= R&D ROADMAP ================= */
.rd-roadmap {
  padding: 90px 0;
  background: #fbfaf7;
}

.section-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #0f2b46;
}

.section-subtitle {
  font-size: 16px;
  color: #64748b;
  margin-top: 6px;
}

/* Card */
.roadmap-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 26px;
  height: 100%;
  box-shadow: 0 10px 24px rgba(15, 43, 70, 0.06);
  border-top: 5px solid transparent;
}

/* Header */
.roadmap-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.roadmap-header h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}

.roadmap-header small {
  color: #64748b;
  font-size: 14px;
}

/* Icon */
.roadmap-header .icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}

/* Lists */
.roadmap-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.roadmap-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8f7f4;
  margin-bottom: 10px;
  font-size: 15px;
  color: #0f2b46;
}

.roadmap-list li span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

/* Color themes */
.roadmap-card.green {
  border-color: #2e8b57;
}
.roadmap-card.green .icon {
  background: #2e8b57;
}
.roadmap-card.green li span {
  background: #2e8b57;
}

.roadmap-card.amber {
  border-color: #d18b1f;
}
.roadmap-card.amber .icon {
  background: #d18b1f;
}
.roadmap-card.amber li span {
  background: #d18b1f;
}

.roadmap-card.navy {
  border-color: #0f2b46;
}
.roadmap-card.navy .icon {
  background: #0f2b46;
}
.roadmap-card.navy li span {
  background: #0f2b46;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
}

/* ================= KEY TECHNOLOGIES ================= */
.key-tech {
  padding: 90px 0;
  background: #fbfaf7;
}

.section-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #0f2b46;
}

.section-subtitle {
  font-size: 16px;
  color: #64748b;
  margin-top: 6px;
}

/* Card */
.tech-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 34px 26px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 24px rgba(15, 43, 70, 0.06);
  transition: all 0.3s ease;
}

.tech-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(15, 43, 70, 0.12);
}

/* Icon */
.tech-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #eaf6ef;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 28px;
  color: #2e8b57;
}

/* Text */
.tech-card h5 {
  font-size: 17px;
  font-weight: 700;
  color: #0f2b46;
  margin-bottom: 10px;
}

.tech-metric {
  font-size: 28px;
  font-weight: 800;
  color: #0f2b46;
  margin-bottom: 4px;
}

.tech-card p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
}

/* ================= VENDOR EMPOWERMENT ================= */
.vendor-empowerment {
  padding: 90px 0;
  background: #fbfaf7;
}

/* Pill */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #eef2f6;
  color: #0f2b46;
  font-size: 13px;
  font-weight: 600;
}

/* Headings */
.section-title {
  font-size: 2.3rem;
  font-weight: 800;
  color: #0f2b46;
}

.section-desc {
  font-size: 16px;
  color: #64748b;
  max-width: 520px;
  margin-top: 10px;
}

/* Feature pills */
.feature-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f3f6f2;
  font-size: 14px;
  font-weight: 600;
  color: #0f2b46;
}

.feature-pill i {
  color: #2e8b57;
  font-size: 16px;
}

/* Right panel */
/* ================= INNOVATION PANEL ================= */
.innovation-panel {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 43, 70, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  padding:15px;
  border-top: 5px solid #2e8b57;
}

.innovation-panel:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(15, 43, 70, 0.35);
}

/* ================= TOP CONTENT BAR ================= */
.innovation-top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 26px;
  background: #ffffff;
  color: #0f2b46;
  margin-bottom: 10px;
}

/* Icon */
.innovation-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.innovation-icon i {
  font-size: 24px;
  color: #2e8b57;
}

/* Text */
.innovation-text h5 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
}

.innovation-text p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  max-width: 520px;
  color: #64748b;
}

/* ================= IMAGE SECTION ================= */
.innovation-bg {
  height: 420px;
  background-image: url("../images/swan-innovation-lab.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #ffffff;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .innovation-top {
    padding: 18px 20px;
  }

  .innovation-bg {
    height: 260px;
  }

  .innovation-text h5 {
    font-size: 18px;
  }
}


/* ================= INNOVATION CTA ================= */
.innovation-cta {
  background: #17345a;
  padding: 110px 0;
}

.cta-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 14px;
}

.cta-desc {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 640px;
  margin: 0 auto 36px;
}

/* CTA Link */
.cta-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}

.cta-link i {
  font-size: 18px;
}

.cta-link:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .cta-title {
    font-size: 2.2rem;
  }

  .innovation-cta {
    padding: 80px 0;
  }
}