.isms-focus-hero {
  padding: 120px 0 90px;
  background: #ffffff;
  text-align: center;
}

.isms-focus-hero h1 {
  font-size: 46px;
  font-weight: 800;
  color: #0b1c3d;
  margin-bottom: 10px;
}

.focus-tag {
  display: inline-block;
  color: #0d6efd;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.focus-mission {
  max-width: 900px;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
  color: #444;
}

.isms-pillars {
  padding: 100px 0;
  background: #f8fbff;
}

.pillar {
  position: relative;
  padding: 40px 30px 40px 80px;
  margin-bottom: 40px;
  background: #fff;
  border-left: 5px solid #0d6efd;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.pillar:hover {
  transform: translateX(10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.pillar-index {
  position: absolute;
  left: 25px;
  top: 30px;
  font-size: 26px;
  font-weight: 800;
  color: #0d6efd;
}

.pillar h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0b1c3d;
}

.pillar-sub {
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 15px;
}

.pillar ul li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #444;
}

.isms-advantage {
  padding: 90px 0;
  background: linear-gradient(135deg, #0d6efd, #003a8f);
  color: #fff;
  text-align: center;
}

.isms-advantage h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 20px;
}

.isms-advantage p {
  max-width: 850px;
  margin: auto;
  font-size: 18px;
  line-height: 1.8;
}

.isms-why {
  padding: 100px 0;
  background: #ffffff;
}

.isms-why h3 {
  font-size: 22px;
  font-weight: 700;
  color: #0b1c3d;
  margin-bottom: 12px;
}

.isms-why p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

@media (max-width: 768px) {
  .isms-focus-hero h1 {
    font-size: 32px;
  }

  .pillar {
    padding-left: 60px;
  }
}
