/* E-Safe About page structure and presentation. Scoped to production About only. */
.theme-harbor .aboutPage,
.theme-harbor .aboutPage * {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.theme-harbor .aboutPage .aboutHero > p:last-child {
  width: 100%;
  max-width: none;
}

.theme-harbor .aboutPage .aboutHero {
  width: 100% !important;
  max-width: 1140px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.theme-harbor .aboutPage .aboutContent {
  display: grid;
  gap: 32px !important;
  padding-top: 40px !important;
  padding-bottom: 0 !important;
}

.theme-harbor .aboutPage .aboutContent > section {
  min-width: 0;
  margin: 0 !important;
}

.theme-harbor .aboutPage .aboutPurpose {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.theme-harbor .aboutPage .aboutSectionIntro {
  max-width: none;
  margin: 0 0 24px;
}

.theme-harbor .aboutPage .aboutSectionIntro .eyebrow,
.theme-harbor .aboutPage .aboutDirectionLabel,
.theme-harbor .aboutPage .servicesTitle .eyebrow {
  margin: 0 0 6px !important;
  color: #8e021c !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.theme-harbor .aboutPage .aboutSectionIntro h2,
.theme-harbor .aboutPage .servicesTitle h2,
.theme-harbor .aboutPage .founderBio h2,
.theme-harbor .aboutPage .serviceCoverageIntro h2 {
  margin: 0 !important;
  color: #082e68;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

.theme-harbor .aboutPage .aboutSectionIntro > p:last-child {
  max-width: 980px;
  margin: 12px 0 0 !important;
  color: #4f5f70;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.theme-harbor .aboutPage .aboutDirectionGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 32px;
}

.theme-harbor .aboutPage .aboutDirectionItem {
  min-width: 0;
  padding: 2px 0 2px 20px;
  border-left: 3px solid #1e5476;
  transition: border-color 180ms ease, transform 180ms ease;
}

.theme-harbor .aboutPage .aboutDirectionItem:hover,
.theme-harbor .aboutPage .aboutDirectionItem:focus-within {
  border-left-color: #c40228;
  transform: translateY(-2px);
}

.theme-harbor .aboutPage .aboutDirectionItem h3 {
  margin: 0 0 8px !important;
  color: #082e68;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

.theme-harbor .aboutPage .aboutDirectionItem > p:last-child,
.theme-harbor .aboutPage .aboutValues > p:not(.aboutDirectionLabel) {
  margin: 0 !important;
  color: #4f5f70;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.theme-harbor .aboutPage .aboutValues {
  grid-column: 1 / -1;
}

.theme-harbor .aboutPage .aboutDirectionGrid > .aboutDirectionItem:last-child {
  grid-column: 1 / -1;
}

.theme-harbor .aboutPage .aboutValuesList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 28px;
  margin: 20px 0 0;
}

.theme-harbor .aboutPage .aboutValuesList > div {
  min-width: 0;
  transition: transform 180ms ease;
}

.theme-harbor .aboutPage .aboutValuesList > div:hover {
  transform: translateY(-2px);
}

.theme-harbor .aboutPage .aboutValuesList dt {
  margin: 0 0 4px;
  color: #082e68;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  transition: color 180ms ease;
}

.theme-harbor .aboutPage .aboutValuesList > div:hover dt {
  color: #c40228;
}

.theme-harbor .aboutPage .aboutValuesList dd {
  margin: 0;
  color: #4f5f70;
  font-size: 14px;
  line-height: 1.5;
}

.theme-harbor .aboutPage .servicesBanner {
  padding: 32px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #131d65 !important;
  color: #fff !important;
}

.theme-harbor .aboutPage .servicesTitle {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
}

.theme-harbor .aboutPage .servicesTitle .siteIcon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  color: #fff !important;
  stroke: currentColor;
}

.theme-harbor .aboutPage .servicesTitle .eyebrow {
  color: #fff !important;
  opacity: .84;
}

.theme-harbor .aboutPage .servicesTitle h2 {
  color: #fff !important;
}

.theme-harbor .aboutPage .servicesSummary {
  max-width: 940px;
  margin: 14px 0 20px !important;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.theme-harbor .aboutPage .serviceList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 32px;
  margin: 0 !important;
  padding-left: 22px !important;
  color: #fff;
}

.theme-harbor .aboutPage .serviceList li {
  margin: 0 !important;
  padding-left: 2px;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.theme-harbor .aboutPage .founder {
  padding: 32px !important;
  border-radius: 8px !important;
}

.theme-harbor .aboutPage .founderBio > p:not(.eyebrow),
.theme-harbor .aboutPage .serviceCoverageIntro > p {
  color: #4f5f70;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.theme-harbor .aboutPage .founderBio > p:not(.eyebrow) {
  margin: 12px 0 0 !important;
}

.theme-harbor .aboutPage .serviceCoverage {
  overflow: hidden;
  border-radius: 8px !important;
}

.theme-harbor .aboutPage .serviceCoverageIntro {
  padding: 32px 32px 24px;
}

.theme-harbor .aboutPage .serviceCoverageIntro > p {
  max-width: 980px;
  margin: 12px 0 0 !important;
}

.theme-harbor .aboutPage .coverageGrid {
  padding: 28px 32px 32px;
}

.theme-harbor .aboutPage .coverageGrid h3 {
  color: #082e68;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

.theme-harbor .aboutPage .serviceCoverageList li {
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.theme-harbor .aboutPage .aboutOfficialSources a {
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 160ms ease;
}

.theme-harbor .aboutPage .aboutOfficialSources a:hover,
.theme-harbor .aboutPage .aboutOfficialSources a:focus-visible {
  color: #d8677d !important;
}

@media (max-width: 900px) {
  .theme-harbor .aboutPage .aboutHero {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .theme-harbor .aboutPage .aboutValuesList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-harbor .aboutPage .serviceList {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .theme-harbor .aboutPage .aboutHero {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .theme-harbor .aboutPage .aboutContent {
    gap: 24px !important;
    padding-top: 32px !important;
  }

  .theme-harbor .aboutPage .aboutSectionIntro {
    margin-bottom: 20px;
  }

  .theme-harbor .aboutPage .aboutDirectionGrid,
  .theme-harbor .aboutPage .aboutValuesList {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .theme-harbor .aboutPage .aboutValues {
    grid-column: auto;
  }

  .theme-harbor .aboutPage .aboutDirectionGrid > .aboutDirectionItem:last-child {
    grid-column: auto;
  }

  .theme-harbor .aboutPage .aboutDirectionItem {
    padding-left: 16px;
  }

  .theme-harbor .aboutPage .aboutSectionIntro h2,
  .theme-harbor .aboutPage .servicesTitle h2,
  .theme-harbor .aboutPage .founderBio h2,
  .theme-harbor .aboutPage .serviceCoverageIntro h2 {
    font-size: 20px !important;
  }

  .theme-harbor .aboutPage .servicesBanner,
  .theme-harbor .aboutPage .founder {
    padding: 24px !important;
  }

  .theme-harbor .aboutPage .serviceCoverageIntro {
    padding: 24px 24px 20px;
  }

  .theme-harbor .aboutPage .coverageGrid {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-harbor .aboutPage .aboutDirectionItem,
  .theme-harbor .aboutPage .aboutValuesList > div,
  .theme-harbor .aboutPage .aboutValuesList dt {
    transition: none !important;
  }

  .theme-harbor .aboutPage .aboutDirectionItem:hover,
  .theme-harbor .aboutPage .aboutDirectionItem:focus-within,
  .theme-harbor .aboutPage .aboutValuesList > div:hover {
    transform: none !important;
  }
}
