.page-hero

{
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../profiles/strategic_thinking_development_3.webp');
   background-size: cover;
   background-position: center;
    height: 60vh;
          display: flex;
               align-items: center;
	text-align     :center;
  color: white;
  margin-top: 70px;
}

.hero-overlay {
        width: 100%;
}

.page-title {
   font-size: 3.2em;
   margin-bottom: 15px;
  font-weight  : 700;
}

.page-subtitle {
                    font-size: 1.3em;
   opacity: 0.9;
	 max-width    :  600px;
   margin: 0 auto;
}

.story-section 
 {
    padding: 85px 0;
  background: white;
}

.story-content {
   display: grid;
       grid-template-columns: 1.2fr 1fr;
   gap: 50px;
  align-items: center;
}

.story-text h2 {
               font-size   :    2.4em;
   margin-bottom: 25px;
    color: #2c3e50;
    font-weight: 600;
}

.story-text p {
   font-size: 1.15em;
   line-height: 1.8;
               margin-bottom: 22px;
   color :    #5a6c7d;
    text-align     :  justify;
}

.story-image {
  border-radius: 12px;
    overflow: hidden;
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.story-image img {
   width: 100%;
    height:      auto;
  display: block;
}

.mission-section {
       padding: 75px 0;
  background: #f4f6f8;
     }

.mission-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
   gap: 35px;
}

.mission-card {
   background: white;
  padding: 35px 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition :      transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
     }

.mission-card h3 {
   font-size: 1.4em;
  margin-bottom: 18px;
    color: #667eea;
   font-weight: 600;
}

.mission-card p {
        line-height: 1.7;
	 color: #5a6c7d;
  font-size:   1.05em;
}

.team-section {
  padding: 80px 0;
    background: white;
}

.team-grid {
       display:       grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	 gap:   40px;
    margin-top: 50px;
}

.team-member {
	background: #f8f9fa;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	 transition: transform 0.3s ease;
}

.team-member:hover {
  transform: translateY(-5px);
}

.member-photo {
   width   :       120px;
  height: 120px;
   border-radius: 50%;
  overflow: hidden;
       margin     :        0 auto 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.member-photo img {
          width: 100%;
	height: 100%;
    object-fit: cover;
}

.member-info h4 {
    font-size: 1.3em;
	margin-bottom: 8px;
    color: #2c3e50;
  font-weight: 600;

}

.member-title{
    margin-bottom: 15px;
    font-weight   :      500;
   color: #667eea;
   font-size: 1.1em;
}

.member-info p:last-child {
  line-height: 1.6;
	color: #5a6c7d;
   font-size: 0.95em;
}

.approach-section {
	padding: 85px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.approach-content {
       display: grid;
   grid-template-columns: 1.5fr 1fr;
    gap: 60px;
        align-items: start;
     }

.approach-text h3 {
    color   :  #2c3e50;
   font-size: 1.6em;
  margin-bottom: 18px;
   font-weight: 600;
}

.approach-text p {
    font-size: 1.1em;
   line-height   :  1.75;
  margin-bottom: 30px;
   color:   #5a6c7d;
    text-align: justify;
}

.approach-highlights {


    display: grid;
  grid-template-columns: repeat(2, 1fr);
    gap: 25px;

}

.highlight-item {
   background  :        white;
    padding :25px 20px;
    border-radius:        10px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}


.highlight-item h4 {
  color: #667eea;
    font-weight    :      700;
  font-size: 2.2em;
  margin-bottom: 8px;
}

.highlight-item p {
  color    :       #5a6c7d;
   font-size  : 0.95em;
   font-weight: 500;
}

.certifications-section {
	padding: 75px 0;
   background: white;
}

.cert-grid {
	   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
  margin-top: 45px;

}

.cert-item {
   background: #f8f9fa;
  padding: 30px 25px;
    border-radius: 10px;
    text-align: center;
    border-left: 4px solid #667eea;
  transition: transform 0.3s ease;
}

.cert-item:hover {
  transform: translateX(5px);
	
}

.cert-item h4 {
    font-size: 1.2em;
   margin-bottom     :        10px;
  color: #2c3e50;
   font-weight :       600;
}

.cert-item p {

		color: #7f8c8d;
  font-size: 1em;
     }@media (max-width: 768px) {
    .page-title {
        font-size: 2.3em;
    }

    .page-subtitle {
        font-size: 1.1em;
    }

    .story-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .approach-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .approach-highlights {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .highlight-item {
        padding: 20px 15px;
    }

    .highlight-item h4 {
        font-size: 1.8em;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}