.about-page .wrap {
  width: 100%;
  margin: 0;
  gap: 0;
}

.ab-section {
  padding: clamp(46px, 6vw, 88px) 18px;
}

.ab-container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ab-narrow {
  max-width: 900px;
}

.ab-hero {
  background:
    radial-gradient(700px 460px at 5% -8%, #d8e8ff 0%, transparent 75%),
    radial-gradient(680px 430px at 94% 8%, #d2e7ff 0%, transparent 72%),
    linear-gradient(180deg, #f9fbff 0%, #eff5ff 100%);
  border-top: 1px solid #dce6f6;
  border-bottom: 1px solid #dce6f6;
}

.ab-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 22px;
}

.ab-eyebrow {
  margin: 0 0 8px;
  color: #0050c8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ab-hero-copy h1 {
  margin: 0;
  color: #112349;
  font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(40px, 5.5vw, 86px);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.ab-subhead {
  margin: 16px 0 10px;
  color: #2b457d;
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 700;
}

.ab-hero-copy p {
  margin: 0;
  color: #536386;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.65;
}

.ab-cta-row {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.ab-btn {
  text-decoration: none;
  border-radius: 999px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.ab-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #0050c8 0%, #00398f 100%);
  box-shadow: 0 14px 30px rgba(0, 80, 200, 0.32), inset 0 -2px 0 rgba(0, 0, 0, 0.14);
}

.ab-btn-outline {
  color: #1e3361;
  border: 1px solid #c9d8f4;
  background: #fff;
}

.ab-btn:hover {
  transform: translateY(-1px);
}

.ab-hero-visual img {
  width: 100%;
  max-width: 540px;
  display: block;
  margin: 0 auto;
}

.ab-mission {
  background: #fff;
  border-bottom: 1px solid #e1e9f6;
}

.ab-problem {
  background: #f6f9ff;
  border-bottom: 1px solid #dde6f5;
}

.ab-philosophy {
  background: #fff;
  border-bottom: 1px solid #e1e9f6;
}

.ab-who {
  background: #f6f9ff;
  border-bottom: 1px solid #dde6f5;
}

.ab-trust {
  background: #fff;
  border-bottom: 1px solid #e1e9f6;
}

.ab-section h2 {
  margin: 0 0 14px;
  color: #112349;
  font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(34px, 4.4vw, 72px);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.ab-section p,
.ab-section li {
  color: #4f5f82;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.7;
}

.ab-check-list,
.ab-problem-list,
.ab-layer-list {
  margin: 12px 0;
  padding-left: 22px;
  display: grid;
  gap: 8px;
}

.ab-different {
  background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
  border-bottom: 1px solid #dbe6f6;
}

.ab-title-wrap {
  text-align: center;
  margin-bottom: 16px;
}

.ab-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ab-card {
  border-radius: 16px;
  border: 1px solid #d8e0ef;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 28, 49, 0.08);
  padding: 20px;
}

.ab-card img {
  width: 54px;
  height: 54px;
  display: block;
  margin-bottom: 12px;
}

.ab-card h3 {
  margin: 0 0 8px;
  color: #162952;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.2;
}

.ab-card p {
  margin: 0;
}

.ab-trust-strip {
  border: 1px solid #d4deee;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
  box-shadow: 0 10px 26px rgba(15, 28, 55, 0.08);
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ab-trust-strip span {
  border-radius: 11px;
  border: 1px solid #d6e0f1;
  background: #fff;
  min-height: 62px;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: clamp(14px, 1.2vw, 18px);
  color: #364d7f;
  font-weight: 700;
  padding: 8px 12px;
}

.ab-final {
  background: linear-gradient(180deg, #0e1a3a 0%, #0a1530 100%);
  border-bottom: 1px solid #0f1f46;
}

.ab-final-inner {
  text-align: center;
}

.ab-final h2 {
  color: #f2f6ff;
}

.ab-final p {
  color: #ced8ef;
}

.ab-final .ab-btn-outline {
  background: transparent;
  color: #e2ebff;
  border-color: #8ca7db;
}

.ab-final .ab-cta-row {
  justify-content: center;
}

.ab-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.ab-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .ab-hero-grid {
    grid-template-columns: 1fr;
  }

  .ab-card-grid,
  .ab-trust-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .ab-section {
    padding: 34px 14px;
  }

  .ab-cta-row {
    flex-direction: column;
  }

  .ab-btn {
    width: 100%;
  }
}
