.u-section-1 {
  background:
    radial-gradient(circle at top left, rgba(71, 138, 201, 0.15), transparent 34%),
    linear-gradient(180deg, #f6f9fd 0%, #fff 100%);
}

.u-section-1 .u-sheet-1 {
  min-height: 520px;
  padding: 64px 24px 72px;
}

.about-panel {
  background: #fff;
  border: 1px solid #dfe7f0;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(22, 50, 79, 0.11);
  margin: 0 auto;
  max-width: 1040px;
  padding: clamp(28px, 5vw, 58px);
}

body.u-body .about-eyebrow {
  color: #2d6ea5 !important;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

body.u-body .about-panel h1 {
  color: #14283c !important;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.05;
  margin: 0;
}

body.u-body .about-lead {
  color: #40566c !important;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.7;
  margin: 20px 0 42px;
  max-width: 780px;
}

.about-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-grid section {
  background: #f6f9fd;
  border-radius: 18px;
  padding: 28px;
}

body.u-body .about-grid h2 {
  color: #173b5d !important;
  font-size: 1.35rem;
  margin: 0 0 15px;
}

body.u-body .about-grid p,
body.u-body .about-grid li {
  color: #40566c !important;
  line-height: 1.7;
}

.about-grid ul {
  margin: 0;
  padding-left: 21px;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.about-button {
  border: 1px solid #2d6ea5;
  border-radius: 999px;
  color: #2d6ea5;
  display: inline-flex;
  font-weight: 700;
  padding: 12px 22px;
}

.about-button-primary {
  background: #2d6ea5;
  color: #fff;
}

@media (max-width: 760px) {
  .u-section-1 .u-sheet-1 {
    padding: 36px 14px 48px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-grid section {
    padding: 22px;
  }
}
