.about-main {
  padding: 72px 0 104px;
  background: #ffffff;
}

.about-shell {
  max-width: 840px;
}

.about-hero {
  margin-bottom: 56px;
}

.about-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-hero h1 {
  margin: 0;
  max-width: 18ch;
  font-size: 58px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #1a2b3b;
}

.about-hero p {
  margin: 24px 0 0;
  max-width: 60ch;
  font-size: 20px;
  line-height: 1.75;
  color: #526375;
}

.about-content {
  display: grid;
  gap: 40px;
}

.about-section h2 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #1a2b3b;
}

.about-section p {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.8;
  color: #425466;
}

.about-section p:last-child {
  margin-bottom: 0;
}

.about-cta {
  margin-top: 16px;
  padding-top: 32px;
  border-top: 1px solid #e2e8f0;
}

.about-cta h2 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #1a2b3b;
}

.about-cta p {
  margin: 0 0 20px;
  max-width: 56ch;
  font-size: 17px;
  line-height: 1.75;
  color: #526375;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 24px;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.cta-button:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}

@media (max-width: 720px) {
  .about-main {
    padding: 48px 0 72px;
  }

  .about-hero h1 {
    max-width: none;
    font-size: 42px;
  }

  .about-hero p,
  .about-section p,
  .about-cta p {
    font-size: 16px;
    line-height: 1.7;
  }

  .about-section h2,
  .about-cta h2 {
    font-size: 24px;
  }
}
