.ns-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #1c2331 url("../images/slider/slider1.jpg") center/cover no-repeat;
  color: #fff;
  padding: 36px 0 32px;
}

.ns-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(22, 28, 40, 0.82), rgba(22, 52, 58, 0.72));
  z-index: 0;
}

.ns-hero .container {
  position: relative;
  z-index: 1;
}

.ns-hero h1 {
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}

.ns-crumbs {
  margin: 0 0 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.ns-crumbs a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.ns-crumbs a:hover { color: #20b1aa; }

.ns-page {
  background: #f4f6f8;
  padding: 40px 0 56px;
}

.ns-founder {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: stretch;
  background: #fff;
  border: 1px solid #e6ebef;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(20, 24, 31, 0.05);
}

.ns-photo {
  margin: 0;
  position: relative;
  min-height: 420px;
  background: #e8eef0;
}

.ns-photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.ns-badge {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: rgba(28, 35, 49, 0.92);
  color: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  backdrop-filter: blur(6px);
}

.ns-badge strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #20b1aa;
}

.ns-badge span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.35;
}

.ns-bio {
  padding: 28px 28px 28px 8px;
}

.ns-kicker {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #20b1aa;
}

.ns-bio h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 700;
  color: #1c2331;
  line-height: 1.25;
}

.ns-bio p {
  margin: 0 0 14px;
  color: #5a6570;
  font-size: 15px;
  line-height: 1.7;
}

.ns-bio p:last-child {
  margin-bottom: 0;
}

.ns-acred {
  margin-top: 22px;
  background: #fff;
  border: 1px solid #e6ebef;
  border-radius: 18px;
  padding: 26px 28px;
  box-shadow: 0 12px 30px rgba(20, 24, 31, 0.05);
}

.ns-acred h2 {
  margin: 0 0 8px;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  color: #1c2331;
}

.ns-acred p {
  margin: 0 0 16px;
  color: #5a6570;
  max-width: 640px;
}

.ns-acred .btn {
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 600;
}

@media (max-width: 900px) {
  .ns-founder {
    grid-template-columns: 1fr;
  }

  .ns-photo,
  .ns-photo img {
    min-height: 320px;
    max-height: 420px;
  }

  .ns-bio {
    padding: 8px 20px 22px;
  }

  .ns-acred {
    padding: 22px 20px;
  }
}
