.problem-wrapper {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0px 60px 0px;
    text-align: center;
  }
  
  .problem-hero {
    text-align: left;
    margin-bottom: 80px;
  }
  
  .problem-heading {
    font-family: 'Secular One', sans-serif;
    font-size: 30px;
    color: #3B3C44;
    margin-bottom: 55px;
    text-align: left;
    margin-left: calc((100% - 1200px) / 2 + 80px);
  }
  
  .problem-description {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #3B3C44;
    line-height: 1.7;
    max-width: 800px;
    padding: 30px;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f0ff 100%);
    border-radius: 16px;
    border-left: 4px solid #DF44A1;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.1);
  }
  
  .video-section {
    margin-top: 60px;
    text-align: center;
  }
  
  .video-container {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .embedded-video {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  
  .video-text {
    max-width: 800px;
    margin: 16px auto 0 auto;
  }
  
  .video-title {
    font-weight: 600;
    font-size: 18px;
    color: #1F1F1F;
    margin-bottom: 4px;
  }
  
  .video-description {
    font-size: 15px;
    color: #666;
    font-style: italic;
  }
  
  
  .section-heading {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
    text-align: left;
  }
  
  .stakeholders-section {
    margin-bottom: 80px;
  }
  
  .stakeholders-intro {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 40px;
    text-align: left;
  }
  
  .stakeholders-grid {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: stretch;
  }
  
  .stakeholder-card {
    flex: 1;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 16px;
    padding: 30px 25px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.05);
  }
  
  .stakeholder-card:hover {
    box-shadow: 0 10px 20px rgba(223, 68, 161, 0.15);
  }
  
  .stakeholder-card.expanded {
    border-color: #DF44A1;
    box-shadow: 0 15px 30px rgba(223, 68, 161, 0.25);
  }
  
  .stakeholder-icon {
    width: 60px;
    height: 60px;
    background: #DF44A1;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
  }
  
  .stakeholder-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
  }
  
  .stakeholder-quote {
    font-size: 14px;
    color: #555;
    font-style: italic;
    margin-bottom: 15px;
    position: relative;
  }
  
  .stakeholder-quote::before,
  .stakeholder-quote::after {
    content: '"';
    color: #DF44A1;
    font-weight: bold;
  }
  
  .stakeholder-expanded {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.6s ease, opacity 0.4s ease;
  }
  
  .stakeholder-card.expanded .stakeholder-expanded {
    max-height: 600px; /* Enough for your full paragraph */
    opacity: 1;
  }
  
  
  .why-matters-section {
    margin-bottom: 80px;
  }
  
  .why-matters-content {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    text-align: left;
    padding: 30px;
    background: linear-gradient(135deg, #fff0f8, #ffe6f1);
    border-left: 4px solid #DF44A1;
    border-radius: 16px;
  }
  
  .solution-section {
    background: #DF44A1;
    color: white;
    border-radius: 24px;
    padding: 60px 40px;
    text-align: center;
    margin-bottom: 80px;
  }
  
  .solution-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
  }
  
  .solution-description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
  }
  
  .cta-button {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 2px solid;
    color: white;
    font-family: 'Poppins', sans-serif;
    max-width: 100%; /* add this */
    text-align: center; /* fix long text overflow */
    box-sizing: border-box; /* prevent padding from expanding button */
  }
  
  @media (max-width: 768px) {
    .cta-button {
      font-size: 15px;
      padding: 14px 20px;
      width: 100%;
    }
  
    .cta-card {
      width: 100%;
    }
  }
  
  .cta-button:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  }
  
  /* Problem Page Specific Styles */

.problem-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px clamp(20px, 4vw, 60px) 60px;
}

/* Section Styling */
.problem-section {
  margin-bottom: 100px;
}

.problem-section.final-section {
  margin-bottom: 40px;
}

.problem-header {
  display: flex;
  align-items: baseline; /* or center, depending on how you want them aligned */
  gap: 10px; /* optional spacing between h1 and h2 */
  margin-bottom: 40px;
}

.problem-header h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(24px, 2vw, 32px); /* Smaller than homepage headers */
  font-weight: 600;
  color: #3B3C44;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.3;
}
.problem-header h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(24px, 2vw, 32px); /* Smaller than homepage headers */
  font-weight: 400;
  color: #3B3C44;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.3;
}

.scroll-hint {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  font-weight: 400;
}

.problem-content {
  text-align: left;
}

.problem-content > p {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(14px, 1.2vw, 18px); /* Smaller than homepage text */
  line-height: 1.6;
  color: #3B3C44;
  margin-bottom: 30px;
  max-width: 1200px;
}

/* Problem Visual Section */
.problem-visual {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.problem-illustration {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin-top: -35px;
}

/* Key Insight Styling */
.key-insight {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #2A2A2A;
  color: white;
  padding: 20px 30px;
  border-radius: 50px;
  margin: 30px auto; /* <- centers the element */
  max-width: fit-content;
}

.insight-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.key-insight p {
  margin: 0;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 400;
  color: white;
}

.key-insight em {
  font-style: italic;
  font-weight: 500;
}

/* Impact Grid */
.impact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.impact-card {
  background: #F8F9FA;
  padding: 40px;
  border-radius: 20px;
  border-left: 4px solid #DF44A1;
}

.impact-card p {
  margin: 0;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.5;
  color: #3B3C44;
}

/* Stakeholders Container */
.stakeholders-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.stakeholder-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.stakeholder-avatar {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stakeholder-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stakeholder-content {
  flex: 1;
}

.stakeholder-impact1 {
  font-size: clamp(14px, 1.2vw, 16px);
  color: #DF44A1;
  margin: 0;
  line-height: 1.5;
}

.stakeholder-impact2 {
  font-size: clamp(14px, 1.2vw, 16px);
  color: #ed8a00;
  margin: 0;
  line-height: 1.5;
}
.stakeholder-impact3 {
  font-size: clamp(14px, 1.2vw, 16px);
  color: #0da738;
  margin: 0;
  line-height: 1.5;
}
.stakeholder-impact4 {
  font-size: clamp(14px, 1.2vw, 16px);
  color: #0062BE;
  margin: 0;
  line-height: 1.5;
}

/* Video Section */
.video-section {
  margin: 40px 0;
  text-align: center;
}

.embedded-video {
  width: 100%;
  max-width: 600px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  aspect-ratio: 16 / 9;
}

.video-text {
  margin-top: 12px;
  text-align: center;
}

.video-title {
  font-size: 14px;
  color: #666;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.insights-text {
  text-align: center;
  font-size: clamp(14px, 1.1vw, 16px);
  color: #3B3C44;

  margin-top: 40px;
}

/* CTA Grid */
.cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.cta-card {
  text-align: center;
}

.cta-placeholder {
  background: #E8E8E8;
  border-radius: 12px;
  padding: 60px 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.cta-placeholder p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.cta-description {
  font-size: clamp(20px, 1.2vw, 22px);
  color: #3B3C44;
  margin-bottom: 35px;
  line-height: 1.5;
  font-weight: 500;
}

/* CTA Buttons */
.cta-button {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 2px solid;
  color: white;
  font-family: 'Poppins', sans-serif;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.cta-research {
  background: #4A8B66;
  border-color: #4A8B66;
}

.cta-research:hover {
  background: #5BA077;
}

.cta-solution {
  background: #3A9BB5;
  border-color: #3A9BB5;
}

.cta-solution:hover {
  background: #4FAAC4;
}

/* Responsive Design */
@media (max-width: 900px) {
  .problem-wrapper {
    padding: 30px clamp(16px, 4vw, 40px) 40px;
  }

  .problem-section {
    margin-bottom: 60px;
  }

  .impact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .stakeholder-item {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .stakeholder-avatar {
    align-self: center;
  }

  .cta-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .key-insight {
    flex-direction: column;
    text-align: center;
    border-radius: 20px;
    padding: 20px;
  }
}

@media (max-width: 600px) {
  .problem-wrapper {
    padding: 20px clamp(12px, 3vw, 20px) 30px;
  }

  .problem-section {
    margin-bottom: 50px;
  }

  .problem-header {
    margin-bottom: 25px;
  }

  .stakeholder-item {
    gap: 12px;
  }

  .stakeholder-avatar {
    width: 50px;
    height: 50px;
  }

  .key-insight {
    padding: 16px;
    border-radius: 16px;
  }

  .impact-card {
    padding: 20px;
  }

  .cta-placeholder {
    padding: 40px 15px;
    min-height: 150px;
  }

  .cta-button {
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .problem-wrapper {
    padding: 15px clamp(12px, 3vw, 16px) 25px;
  }

  .problem-section {
    margin-bottom: 40px;
  }

  .key-insight {
    margin: 20px 0;
  }

  .stakeholders-container {
    gap: 25px;
  }

  .impact-grid {
    gap: 15px;
  }

  .impact-card {
    padding: 16px;
  }
}

.cta-section {
  margin-top: 100px;
}

.cta-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.cta-divider {
  flex: 1;
  height: 2px;
  background: #ccc;
  border: none;
}

.scroll-to-top {
  width: 50px;
  height: auto;
  cursor: pointer;
  margin-left: 20px;
  transition: transform 0.3s ease;
}

.scroll-to-top:hover {
  transform: scale(1.1);
}

.cta-img {
  width: 100%;
  max-width: 460px;
  border-radius: 16px;
  margin-bottom: 16px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}


.cta-heading {
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 600;
  color: #3B3C44;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

.cta-divider {
  margin-top: 12px;
  margin-bottom: 40px;
  width: 100%;
}

.scroll-to-top {
  width: 120px;
  height: auto;
  cursor: pointer;
  margin-top: 6px;
  transition: transform 0.2s ease;
}

.scroll-to-top:hover {
  transform: translateY(-4px);
}
.page-footer {
  background: #f8f8f8;
  text-align: center;
  padding: 30px 10px;
  font-size: 14px;
  color: #999;
  font-family: 'Poppins', sans-serif;
  margin-top: 30px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .problem-wrapper {
    padding: 0 40px;
  }

  .problem-section {
    padding: 50px 0;
  }
}
