.about-page {
  background: #faf9f6;
  color: #2a2168;
  font-family: "Manrope", sans-serif;
}

.about-wrap {
  width: min(1220px, calc(100% - 20px));
  margin: 0 auto;
}

.about-hero {
  text-align: center;
  padding: 76px 0 20px;
}

.about-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd7ff;
  border-radius: 999px;
  background: #fff;
  color: #7f6cf4;
  font-size: 9px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
}

.about-hero h1 {
  margin: 14px 0 0;
  color: #23175f;
  font-size: 52px;
  line-height: 58px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.about-hero h1 span {
  color: #2a2168;
}

.about-hero p {
  margin: 12px auto 0;
  max-width: 880px;
  color: #7077a3;
  font-size: 13px;
  line-height: 18px;
}

.about-mission-vision {
  padding: 14px 0 14px;
}

.about-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.about-panel {
  border: 1px solid #dde2f5;
  background: #f4f3ff;
  border-radius: 10px;
  padding: 16px 16px 14px;
  text-align: center;
}

.about-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  margin: 0 auto 8px;
}

.about-icon img {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}

.about-icon.purple { background: #7f6cf4; box-shadow: 0 6px 18px rgba(127, 108, 244, 0.35); }
.about-icon.cyan { background: #1fb6ea; box-shadow: 0 6px 18px rgba(31, 182, 234, 0.32); }
.about-icon.amber { background: #f6b900; box-shadow: 0 6px 18px rgba(246, 185, 0, 0.28); }
.about-icon.magenta { background: #d14dff; box-shadow: 0 6px 18px rgba(209, 77, 255, 0.3); }
.about-icon.green { background: #2fc96e; box-shadow: 0 6px 18px rgba(47, 201, 110, 0.3); }
.about-icon.amber img { filter: none; }

.about-panel h2 {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 800;
  color: #2a2168;
}

.about-panel p {
  margin: 8px auto 0;
  max-width: 520px;
  color: #737ba8;
  font-size: 9px;
  line-height: 14px;
}

.about-panel ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
  text-align: left;
}

.about-panel li {
  color: #7d84af;
  font-size: 8px;
  line-height: 12px;
  padding-left: 12px;
  position: relative;
}

.about-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #ff8a00;
}

.about-drives {
  padding: 18px 0 12px;
  text-align: center;
}

.about-drives h2 {
  margin: 0;
  color: #2a2168;
  font-size: 22px;
  line-height: 28px;
  font-weight: 800;
}

.about-drives > .about-wrap > p {
  margin: 10px auto 0;
  max-width: 560px;
  color: #7f83ab;
  font-size: 11px;
  line-height: 15px;
}

.about-grid-4 {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.about-drive-card {
  border: 1px solid #dde2f5;
  background: #f4f3ff;
  border-radius: 10px;
  padding: 14px;
  text-align: left;
}

.about-drive-card .about-icon {
  margin: 0 0 8px;
}

.about-drive-card h3 {
  margin: 0;
  color: #2a2168;
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
}

.about-drive-card p {
  margin: 5px 0 0;
  color: #7a80ac;
  font-size: 8px;
  line-height: 12px;
}

.about-cta-wrap {
  padding: 18px 0 14px;
}

.about-cta {
  border-radius: 18px;
  padding: 16px 12px 14px;
  text-align: center;
  background:
    repeating-linear-gradient(0deg, transparent 0, transparent 20px, rgba(255, 255, 255, 0.08) 21px),
    repeating-linear-gradient(90deg, transparent 0, transparent 20px, rgba(255, 255, 255, 0.08) 21px),
    linear-gradient(180deg, #2f0f84 0%, #4c2fbf 100%);
}

.about-cta-icon {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: #fff;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
}

.about-cta-icon img {
  width: 16px;
  height: 16px;
}

.about-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.about-cta p {
  margin: 5px auto 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 9px;
  line-height: 13px;
}

.about-cta a {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: #2a2168;
  text-decoration: none;
  font-size: 9px;
  line-height: 12px;
  font-weight: 700;
  padding: 6px 12px;
}

.about-faq {
  text-align: center;
  padding: 18px 0 36px;
}

.about-faq h2 {
  margin: 10px 0 0;
  color: #2a2168;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
}

.about-faq > .about-wrap > p {
  margin: 8px auto 0;
  max-width: 450px;
  color: #7f83ab;
  font-size: 11px;
  line-height: 15px;
}

.about-faq-list {
  margin-top: 16px;
  display: grid;
  gap: 9px;
  text-align: left;
}

.about-faq-list details {
  border-radius: 6px;
  border: 1px solid #e5e8f6;
  background: #f4f3ff;
  padding: 8px 10px;
}

.about-faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #3b3570;
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
}

.about-faq-list summary::-webkit-details-marker {
  display: none;
}

.about-faq-list summary span {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #7f6cf4;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
  flex-shrink: 0;
}

.about-faq-list details[open] summary span {
  background: #ff8a00;
}

.about-faq-list details p {
  margin: 6px 0 0;
  color: #7c80a8;
  font-size: 9px;
  line-height: 13px;
}

@media (min-width: 768px) {
  .about-wrap {
    width: min(1220px, calc(100% - 32px));
  }

  .about-hero {
    padding-top: 88px;
    padding-bottom: 24px;
  }

  .about-pill {
    font-size: 11px;
    line-height: 14px;
    padding: 8px 16px;
  }

  .about-hero h1 {
    font-size: 58px;
    line-height: 64px;
  }

  .about-hero p {
    font-size: 14px;
    line-height: 20px;
  }

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

  .about-panel {
    padding: 20px 20px 18px;
    border-radius: 12px;
  }

  .about-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .about-icon img {
    width: 20px;
    height: 20px;
  }

  .about-panel h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .about-panel p {
    font-size: 12px;
    line-height: 18px;
  }

  .about-panel li {
    font-size: 11px;
    line-height: 16px;
  }

  .about-drives h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .about-drives > .about-wrap > p {
    font-size: 14px;
    line-height: 20px;
  }

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

  .about-drive-card {
    border-radius: 12px;
    padding: 16px;
  }

  .about-drive-card h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .about-drive-card p {
    font-size: 10px;
    line-height: 15px;
  }

  .about-cta {
    border-radius: 24px;
    padding: 26px 20px 22px;
  }

  .about-cta-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    margin-bottom: 12px;
  }

  .about-cta-icon img {
    width: 22px;
    height: 22px;
  }

  .about-cta h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .about-cta p {
    font-size: 13px;
    line-height: 18px;
  }

  .about-cta a {
    font-size: 12px;
    line-height: 16px;
    padding: 9px 14px;
  }

  .about-faq h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .about-faq > .about-wrap > p {
    font-size: 14px;
    line-height: 20px;
  }

  .about-faq-list details {
    padding: 13px 14px;
    border-radius: 8px;
  }

  .about-faq-list summary {
    font-size: 14px;
    line-height: 19px;
  }

  .about-faq-list summary span {
    width: 20px;
    height: 20px;
    font-size: 13px;
  }

  .about-faq-list details p {
    font-size: 12px;
    line-height: 18px;
  }
}
