.sl-page-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 72vh, 760px);
  align-items: center;
  background: #0f172a;
}
.sl-page-hero .pg-hero {
  position: relative;
  min-height: clamp(520px, 72vh, 760px);
  background: var(--sl-navy);
  overflow: hidden;
  align-items: center;
  padding-top: var(--nav-h);
}
.sl-page-hero .pg-hero .sl-page-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1120px, 100% - 2rem);
  margin: 0 auto;
  padding: clamp(5%, 12vw, 5%) 0 clamp(5%, 8vw, 5%);
}
.sl-page-hero .pg-hero .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue-lt);
  margin-bottom: 20px;
}
.sl-page-hero .pg-hero .hero-eyebrow::before {
  content: "";
  width: 20px;
  height: 1px;
  background: currentColor;
}
.sl-page-hero .pg-hero .pg-hero__title {
  font-size: clamp(38px, 5.5vw, 64px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: var(--sl-white);
  margin-bottom: 22px;
}
.sl-page-hero .pg-hero .pg-hero__title em {
  font-style: normal;
  color: var(--sl-blue-lt);
}
.sl-page-hero .pg-hero .pg-hero__lead {
  font-size: 17px;
  line-height: 1.74;
  color: rgba(255, 255, 255, 0.56);
  max-width: 520px;
  margin-bottom: 36px;
}
.sl-page-hero .pg-hero .pg-hero__lead strong {
  color: rgba(255, 255, 255, 0.82);
}
.sl-page-hero .sl-page-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
.sl-page-hero .sl-page-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.72) 42%, rgba(15, 23, 42, 0.28) 100%);
}

.sl-page-hero__title {
  font-size: calc(31px + 1vw);
  max-width: 760px;
  color: #ffffff;
}

.sl-page-hero__sub {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
}

.sl-fade-up {
  opacity: 1;
  transform: none;
}

.js .sl-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js .sl-fade-up.is-visible {
  opacity: 1;
  transform: none;
}

.cs__title {
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--sl-navy);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  max-width: 620px;
  font-size: calc(14px + 1vw);
}
.cs__title span {
  color: var(--sl-blue);
}

.about ul {
  list-style-position: outside;
  padding-left: 1.25rem;
  margin-left: 0;
  margin-bottom: 2.5%;
}
.about ul li {
  padding-left: 0.35rem;
  margin-bottom: 0.5rem;
}
.about .label {
  color: var(--sl-blue);
  font-size: calc(12px + 0.25vw);
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.about strong {
  color: var(--sl-blue);
  font-size: calc(16px + 0.25vw);
}
.about h2 {
  color: var(--sl-navy);
  font-size: calc(18px + 1vw);
  font-weight: 600;
  margin: 1% 0 2%;
}
.about h2 span {
  color: var(--sl-blue);
}
.about h3 {
  color: var(--sl-navy);
  font-size: calc(12px + 0.75vw);
  font-weight: 600;
  margin: 3% 0 0;
}
.about h3 span {
  color: var(--sl-blue);
  font-weight: 300;
  font-size: calc(18px + 1vw);
}
.about .section-three-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}
.about .section-three-card {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.about .section-three-card__title {
  margin: 0 0 0.75rem;
  color: #0f172a;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.2;
}
.about .section-three-card__text {
  margin: 0;
  color: #475569;
  line-height: 1.7;
}
.about .section-three-footer {
  max-width: 780px;
  margin: clamp(2rem, 4vw, 3rem) auto 0;
  color: #475569;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 760px) {
  .about .section-three-grid {
    grid-template-columns: 1fr;
  }
}

.page-template-page-about #section-six {
  padding-bottom: 5%;
}

.commit-strip {
  background: var(--sl-navy);
  border-radius: var(--r-lg);
  padding: 40px 32px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.commit-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.13) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.7;
  pointer-events: none;
}

.commit-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.commit-item {
  padding: 24px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.commit-item:nth-child(3n) {
  border-right: none;
}

.commit-item:nth-child(-n+3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.commit-val {
  font-size: clamp(30px, 3.8vw, 46px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--sl-white);
  line-height: 1;
  margin-bottom: 6px;
}

.commit-val span {
  font-size: 0.65em;
  color: var(--sl-blue-lt);
}

.commit-label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.42);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.4;
}

.commit-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.26);
  margin-top: 5px;
  line-height: 1.5;
}/*# sourceMappingURL=about.css.map */