/* ABOUT PAGE */

.AB_main {
  padding: 42px 0 60px;
  background:
    radial-gradient(
      circle at top left,
      rgba(37, 99, 235, 0.09),
      transparent 28%
    ),
    #f3f6fb;
}

.AB_wrap {
  width: min(1000px, 92%);
  margin: 0 auto;
}

.AB_intro {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(250px, 0.65fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 20px;
  padding: 34px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.AB_eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 7px 12px;
  background: rgba(37, 99, 235, 0.10);
  color: #1d4ed8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.AB_intro h1 {
  max-width: 650px;
  margin: 0;
  color: #101828;
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.AB_intro-copy > p:last-child {
  max-width: 650px;
  margin: 16px 0 0;
  color: #475467;
  font-size: 16px;
  line-height: 1.7;
}

.AB_intro-note {
  padding: 22px;
  background: #eff6ff;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 18px;
}

.AB_intro-note strong,
.AB_intro-note span {
  display: block;
}

.AB_intro-note strong {
  color: #1e3a8a;
  font-size: 18px;
  line-height: 1.3;
}

.AB_intro-note span {
  margin-top: 8px;
  color: #475467;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.6;
}

.AB_content {
  padding: 10px 34px 30px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.AB_section {
  padding: 26px 0;
  border-bottom: 1px solid #e5e7eb;
}

.AB_section h2,
.AB_value-card h2,
.AB_contact h2 {
  margin: 0;
  color: #101828;
  font-size: 22px;
  line-height: 1.3;
}

.AB_section p,
.AB_value-card p,
.AB_contact p {
  color: #475467;
  font-size: 16px;
  line-height: 1.7;
}

.AB_section p {
  margin: 10px 0 0;
}

.AB_section a {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.AB_values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  padding: 26px 0;
  border-bottom: 1px solid #e5e7eb;
}

.AB_value-card {
  padding: 21px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 17px;
}

.AB_value-number {
  display: inline-grid;
  min-width: 34px;
  height: 26px;
  place-items: center;
  margin-bottom: 14px;
  padding: 0 8px;
  background: #dbeafe;
  color: #1d4ed8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.AB_value-card h2 {
  font-size: 18px;
}

.AB_value-card p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.AB_split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  gap: 28px;
  align-items: start;
}

.AB_small-card {
  padding: 20px;
  background: #eff6ff;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 17px;
}

.AB_small-card h2 {
  font-size: 18px;
}

.AB_small-card ul {
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.AB_small-card li {
  position: relative;
  padding-left: 23px;
  color: #475467;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.AB_small-card li + li {
  margin-top: 9px;
}

.AB_small-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 900;
}

.AB_contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0 0;
}

.AB_contact p {
  max-width: 650px;
  margin: 7px 0 0;
  font-size: 15px;
}

.AB_contact > a {
  min-width: 126px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.AB_contact > a:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.H_footer-links a[href="about-us.html"] {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 960px) {
  .AB_intro {
    grid-template-columns: 1fr;
  }

  .AB_intro-note {
    max-width: 560px;
  }

  .pc-header-stats .pc-header-stat:nth-child(2) {
    display: none;
  }

  .H_footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .H_footer-newsletter {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .AB_values,
  .AB_split-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .AB_main {
    padding: 26px 0 42px;
  }

  .AB_intro {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .AB_content {
    padding: 6px 20px 24px;
    border-radius: 18px;
  }

  .AB_intro-copy > p:last-child,
  .AB_section p {
    font-size: 15px;
  }

  .AB_contact {
    align-items: stretch;
    flex-direction: column;
  }

  .AB_contact > a {
    width: 100%;
  }

  .pc-header-stats .pc-header-stat:nth-child(2),
  .pc-header-stats .pc-header-stat:nth-child(3) {
    display: none;
  }

  .H_footer-main {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .H_footer-newsletter {
    grid-column: auto;
  }
}
