.content-section,
.feature-section,
.split-section,
.contact-wrap {
  max-width: 1100px;
  margin: 85px auto;
  padding: 0 25px;
}
.content-section {
  max-width: 800px;
  text-align: center;
}
.content-section h2,
.section-intro h2,
.split-section h2,
.contact-wrap h2 {
  font:
    800 clamp(27px, 3vw, 38px) / 1.2 "Plus Jakarta Sans",
    sans-serif;
  margin: 0 0 15px;
}
.content-section > p:last-child,
.contact-wrap > div > p {
  color: var(--muted);
  line-height: 1.75;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 28px;
}
.feature-grid article {
  padding: 23px;
  background: #fff;
  border: 1px solid #e1e5f0;
  border-radius: 13px;
}
.feature-grid span {
  font-size: 12px;
  color: var(--violet);
  font-weight: 800;
}
.feature-grid h3 {
  font:
    800 18px "Plus Jakarta Sans",
    sans-serif;
  margin: 13px 0 9px;
}
.feature-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}
.purpose-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 60px max(8%, calc((100% - 1050px) / 2));
  background: var(--navy);
  color: #fff;
}
.purpose-band .eyebrow {
  color: #c7c9f4;
}
.purpose-band h2 {
  max-width: 650px;
  margin: 0;
  font:
    800 clamp(26px, 3vw, 38px) / 1.2 "Plus Jakarta Sans",
    sans-serif;
}
.light-link {
  padding: 13px 17px;
  white-space: nowrap;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}
.page-hero {
  max-width: 900px;
  margin: 70px auto 35px;
  padding: 60px 25px;
  text-align: center;
}
.page-hero h1 {
  font:
    800 clamp(35px, 5vw, 57px) / 1.12 "Plus Jakarta Sans",
    sans-serif;
  letter-spacing: -1.5px;
  margin: 0 0 17px;
}
.page-hero > p:last-child {
  max-width: 680px;
  margin: auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.page-hero.compact {
  padding-bottom: 15px;
}
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.split-section article {
  padding: 35px;
  background: #f2f3ff;
  border-radius: 15px;
}
.split-section article + article {
  background: #edf6f5;
}
.split-section p,
.split-section li {
  color: #52627d;
  line-height: 1.75;
}
.split-section ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.contact-points {
  border-left: 2px solid #d9d5fa;
  padding-left: 18px;
  margin-top: 30px;
}
.contact-points p {
  margin: 0 0 16px;
}
.contact-form {
  display: grid;
  gap: 17px;
  padding: 27px;
  background: #fff;
  border: 1px solid #e0e4ee;
  border-radius: 15px;
  box-shadow: 0 10px 28px #15223d0a;
}
.contact-form textarea {
  display: block;
  width: 100%;
  resize: vertical;
  margin-top: 7px;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font:
    15px "DM Sans",
    sans-serif;
  outline: none;
}
.contact-form textarea:focus {
  border-color: var(--violet);
  box-shadow: 0 0 0 3px #eeeaff;
}
.form-message {
  margin: -6px 0 0;
  min-height: 18px;
  color: #32815a;
  font-size: 13px;
}
@media (max-width: 760px) {
  .feature-grid,
  .split-section,
  .contact-wrap {
    grid-template-columns: 1fr;
  }
  .content-section,
  .feature-section,
  .split-section,
  .contact-wrap {
    margin: 55px auto;
  }
  .purpose-band {
    display: block;
    padding: 42px 8%;
  }
  .light-link {
    display: inline-block;
    margin-top: 25px;
  }
  .page-hero {
    margin: 35px auto;
    padding: 45px 8%;
  }
}
.split-section article {
  background: #eef4fc;
}
.split-section article + article {
  background: #eaf8ee;
}
.purpose-band {
  background: linear-gradient(120deg, #0b2e6b, #123f85);
}
.contact-points {
  border-color: #1aa34a;
}
.form-message {
  color: #0a8f2e;
}
.legal-content {
  max-width: 860px;
  text-align: left;
  padding: 45px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 32px #0b2e6b12;
}
.legal-content h2 {
  margin-top: 32px;
  font-size: 24px;
  color: #0b2e6b;
}
.legal-content h2:first-of-type {
  margin-top: 18px;
}
.legal-content p {
  color: #52627d;
  line-height: 1.8;
}
.legal-updated {
  font-size: 13px;
  font-weight: 700;
  color: #0a8f2e !important;
}
@media (max-width: 760px) {
  .legal-content {
    padding: 28px 22px;
  }
}
.legal-content {
  max-width: 860px;
  text-align: left;
  padding: 45px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 32px #0b2e6b12;
}
.legal-content h2 {
  margin-top: 32px;
  font-size: 24px;
  color: #0b2e6b;
}
.legal-content h2:first-of-type {
  margin-top: 18px;
}
.legal-content p {
  color: #52627d;
  line-height: 1.8;
}
.legal-updated {
  font-size: 13px;
  font-weight: 700;
  color: #0a8f2e !important;
}
@media (max-width: 760px) {
  .legal-content {
    padding: 28px 22px;
  }
}
@media (max-width: 900px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-wrap {
    gap: 35px;
  }
  .content-section,
  .feature-section,
  .split-section,
  .contact-wrap {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media (max-width: 760px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .purpose-band {
    text-align: center;
  }
  .purpose-band h2 {
    margin: auto;
  }
  .page-hero {
    margin-top: 20px;
  }
  .legal-content {
    margin-top: 25px;
    margin-bottom: 45px;
    text-align: left;
  }
}
