body {
  margin: 0;
  font-family: 'Figtree', sans-serif;
  background-color: #f2f2f2;
  color: #1a1a1a;
}

  
.design-hero {
  display: flex;
  flex-direction: column;
  justify-content: end; 
  min-height: 60vh; 
  padding: 0px 20px 80px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)),
    url("images/design-hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  font-family: 'Figtree', sans-serif;
}

  
  .design-hero-content {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .design-hero h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  
  .design-hero p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
  }
  
  .design-approach {
    padding: 80px 20px 40px;
    max-width: 1100px;
    margin: 0 auto;
  }
  
  .design-approach h2 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
  }
  
  .approach-summary {
    padding: 24px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1.6;
  }
  
  .approach-cards {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
  }
  
  .card {
    flex: 1;
    background: white;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  }
  
  .card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  
  .card p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
  }


  .tags span {
    background-color: #eee;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    margin-right: 8px;
    color: #555;
  }
  
  .card.resident .tags span {
    background-color: #e6eaff;
    color: #646cff;
  }
  
  .card.staff .tags span {
    background-color: #f3eaff;
    color: #a259ff;
  }
  
  .prototyping {
    padding: 80px 20px 40px;
    max-width: 1100px;
    margin: 0 auto;
  }
  
  .prototyping h2 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
  }
  
  .prototyping .summary {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 48px auto;
    color: #333;
  }
  
  .timeline {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
    padding: 24px 0 0 0;
  }
  
  .step {
    background: white;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    cursor: pointer;
    width: 48%;
    flex: none;
    box-sizing: border-box;
    transition: transform 0.2s ease, background-color 0.2s ease;
  }
  
  .step:hover {
    transform: translateY(-4px);
  }
  
  .step.expanded {
    background-color: #35b36c;
    color: white;
    border-left-color: #1f7d52;
  }
  
  .step.expanded .label h3,
  .step.expanded .label p,
  .step.expanded .details {
    color: white;
  }
  
  .step .label h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .step .label p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
  }
  
  .step .tag {
    background-color: #d0e8db;
    color: #207a4b;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    margin-left: 8px;
  }
  
  .step .details {
    display: none;
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
  }
  
  .step.expanded .details {
    display: block;
  }
  
  .insight {
    background: linear-gradient(to right, #f6e9ce, #bed9e9);
    padding: 40px 24px;
    border-radius: 16px;
    margin-top: 48px;
    text-align: center;
    color: #222;
  }
  
  .insight h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  
  .insight p {
    font-size: 15px;
    line-height: 1.6;
  }
  
  /* ===================== */
  /* Ecosystem of Solutions */
  /* ===================== */
  
  .ecosystem-section {
    padding: 80px 20px 150px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  
  .ecosystem-section h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  
  .ecosystem-subtitle {
    font-size: 15px;
    color: #555;
    margin-bottom: 48px;
  }
  
  .ecosystem-cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: nowrap;
    padding: 24px 0 0 0;
  }
  
  .ecosystem-cards .solution-card {
    flex: 1;
    min-width: 0;
    background: #f5f7fa;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    text-align: left;
    transition: transform 0.2s ease;
  }
  
  .ecosystem-cards .solution-card:hover {
    transform: translateY(-4px);
  }
  
  .ecosystem-cards .solution-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 8px;
  }
  
  .tag {
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 999px;
    color: #fff;
    font-weight: 500;
  }
  
  .stafftools { background-color: #a2d4c9; color: #1e615b; }
  .accessibility { background-color: #d0e8db; color: #246a3e; }
  .digital { background-color: #e0ebf5; color: #3e6b9c; }
  .support { background-color: #f3e3f4; color: #6a4c93; }
  .strategy { background-color: #e5f4e3; color: #3e703f; }
  
  .section-title-wrapper {
    max-width: 960px;
    margin: 0 auto 30px auto;
    text-align: center;
  }
  
  .section-title-wrapper h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
  }
  
  .section-title-wrapper p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
  }
  