.km-aboutPage{
  padding:72px 0 96px;
  background:#ffffff;
  position:relative;
  z-index:1;
}

.km-aboutPage,
.km-aboutPage *{
  box-sizing:border-box;
}

.km-aboutPage .km-container{
  width:min(100% - 32px, var(--km-container, 1280px));
  margin-inline:auto;
}

.km-aboutPage,
.km-aboutPage p,
.km-aboutPage li,
.km-aboutPage span,
.km-aboutPage a{
  color:#1e2430 !important;
  opacity:1 !important;
  visibility:visible !important;
}

.km-aboutPage h1,
.km-aboutPage h2,
.km-aboutPage h3,
.km-aboutPage h4,
.km-aboutPage h5,
.km-aboutPage h6{
  color:#111827 !important;
  opacity:1 !important;
  visibility:visible !important;
  font-family:var(--km-heading-font, inherit);
  line-height:1.15;
  margin:0 0 16px;
}

.km-aboutPage h2{
  font-size:clamp(1.9rem, 3vw, 2.8rem) !important;
  font-weight:800 !important;
}

.km-aboutPage h3{
  font-size:clamp(1.15rem, 2vw, 1.45rem) !important;
  font-weight:700 !important;
}

.km-aboutPage p{
  margin:0 0 16px;
  font-size:1rem;
  line-height:1.8;
}

.km-aboutPage__intro{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
  gap:32px;
  align-items:stretch;
  margin-bottom:32px;
}

.km-aboutCard{
  display:block !important;
  background:#ffffff !important;
  border:1px solid #e5e7eb !important;
  box-shadow:0 16px 40px rgba(16,24,40,.08);
  padding:32px;
  border-radius:20px;
  position:relative;
  z-index:2;
  opacity:1 !important;
  visibility:visible !important;
  overflow:visible;
}

.km-aboutCard--accent{
  background:linear-gradient(180deg,#ffffff 0%,#f7f8fb 100%) !important;
}

.km-aboutBadge{
  display:inline-flex !important;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(181,31,31,.08) !important;
  color:#b51f1f !important;
  font:700 13px/1 var(--km-body-font, inherit);
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:18px;
}

.km-aboutBadge i{
  color:#b51f1f !important;
}

.km-aboutLead{
  font-size:1.07rem !important;
  color:#1e2430 !important;
}

.km-aboutStats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:24px;
}

.km-aboutStat{
  border:1px solid #e5e7eb;
  padding:18px;
  border-radius:16px;
  background:#fff !important;
}

.km-aboutStat strong{
  display:block;
  font:700 clamp(1.5rem,3vw,2.2rem)/1 var(--km-heading-font, inherit);
  color:#b51f1f !important;
  margin-bottom:6px;
}

.km-aboutStat span{
  color:#475467 !important;
}

.km-aboutGrid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  margin-bottom:24px;
}

.km-aboutSection{
  margin-bottom:24px;
}

.km-aboutList{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.km-aboutList li{
  position:relative;
  padding-left:30px;
  color:#1e2430 !important;
}

.km-aboutList li::before{
  content:"";
  position:absolute;
  left:0;
  top:10px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#b51f1f;
  box-shadow:0 0 0 6px rgba(181,31,31,.12);
}

.km-aboutValues{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:16px;
}

.km-aboutValue{
  background:#fff !important;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:22px;
  box-shadow:0 16px 40px rgba(16,24,40,.08);
}

.km-aboutValueIcon{
  width:52px;
  height:52px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:rgba(181,31,31,.08) !important;
  color:#b51f1f !important;
  font-size:20px;
  margin-bottom:16px;
}

.km-aboutValue p{
  color:#475467 !important;
}

.km-aboutTeam{
  margin-top:56px;
}

.km-aboutTeam__head{
  max-width:760px;
  margin-bottom:28px;
}

.km-aboutTeam__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.km-teamCard{
  overflow:hidden;
  background:#fff !important;
  border:1px solid #e5e7eb;
  border-radius:22px;
  box-shadow:0 16px 40px rgba(16,24,40,.08);
}

.km-teamCard__media{
  aspect-ratio:4 / 4.2;
  background:linear-gradient(180deg,#eef2f7 0%,#dde4ee 100%);
}

.km-teamCard__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.km-teamCard__body{
  padding:22px;
}

.km-teamCard__title{
  margin-bottom:8px;
  color:#111827 !important;
}

.km-teamCard__role{
  display:inline-block;
  margin-bottom:12px;
  color:#b51f1f !important;
  font-weight:700;
}

.km-teamCard__duty{
  color:#667085 !important;
  margin-bottom:16px;
}

.km-teamCard__meta{
  display:grid;
  gap:10px;
}

.km-teamCard__meta a{
  display:flex;
  align-items:center;
  gap:10px;
  color:#1e2430 !important;
  word-break:break-word;
  text-decoration:none;
}

.km-teamCard__meta i{
  color:#b51f1f !important;
  width:18px;
}

@media (max-width:1199px){
  .km-aboutTeam__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .km-aboutValues{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:991px){
  .km-aboutPage{
    padding:56px 0 80px;
  }
  .km-aboutPage__intro,
  .km-aboutGrid{
    grid-template-columns:1fr;
  }
}

@media (max-width:767px){
  .km-aboutCard{
    padding:24px;
    border-radius:18px;
  }
  .km-aboutStats,
  .km-aboutValues,
  .km-aboutTeam__grid{
    grid-template-columns:1fr;
  }
}

.km-aboutTeam{
  margin-top:56px;
  margin-bottom:88px;
}

.km-aboutTeam__head{
  max-width:760px;
  margin:0 auto 32px;
  text-align:center;
}

.km-aboutTeam__head .km-aboutBadge{
  justify-content:center;
}

.km-aboutTeam__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.km-teamCard{
  max-width:360px;
  width:100%;
  margin:0 auto;
  border-radius:18px;
}

.km-teamCard__media{
  aspect-ratio:4 / 3.5;
}

.km-teamCard__body{
  padding:18px;
}

.km-teamCard__title{
  font-size:clamp(1.1rem, 1.6vw, 1.35rem);
  margin-bottom:6px;
}

.km-teamCard__role{
  font-size:.95rem;
  margin-bottom:10px;
}

.km-teamCard__duty{
  font-size:.96rem;
  line-height:1.65;
  margin-bottom:14px;
}

.km-teamCard__meta{
  gap:8px;
}

.km-teamCard__meta a{
  font-size:.95rem;
}

@media (max-width:1199px){
  .km-aboutTeam__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .km-teamCard{
    max-width:380px;
  }
}

@media (max-width:767px){
  .km-aboutTeam{
    margin-top:48px;
    margin-bottom:72px;
  }

  .km-aboutTeam__head{
    margin:0 auto 24px;
  }

  .km-aboutTeam__grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .km-teamCard{
    max-width:100%;
  }

  .km-teamCard__body{
    padding:16px;
  }
}