.about-page {
  background:
    radial-gradient(920px 360px at 8% -10%, rgba(37, 99, 235, 0.2), transparent 70%),
    radial-gradient(740px 300px at 96% 2%, rgba(30, 64, 175, 0.14), transparent 72%),
    linear-gradient(180deg, #eef4ff 0%, #f1f6ff 52%, #edf3fb 100%);
}

.about-main {
  padding-bottom: 6rem;
}

.about-main > section {
  margin-top: 4rem;
}

.about-main > section:first-child {
  margin-top: 0;
}

.about-shell {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 1rem;
}

.about-hero {
  padding-top: 2rem;
}

.about-hero-shell {
  max-width: 1560px;
  padding-inline: 1rem;
}

.about-hero-simple {
  width: 100%;
  max-width: none;
  border-radius: 1.75rem;
  border: 1px solid #355f9f;
  background: linear-gradient(140deg, #0f3f84 0%, #1f57a8 48%, #2a67bb 100%);
  box-shadow: 0 34px 58px -46px rgba(15, 23, 42, 0.95);
  padding: 1.6rem 1.5rem;
}

.about-eyebrow {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  color: #dbeafe;
  padding: 0.44rem 0.84rem;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.about-hero-simple h1 {
  margin-top: 1.05rem;
  color: #ffffff;
  font-size: clamp(2rem, 5.2vw, 3.1rem);
  font-weight: 800;
  line-height: 1.05;
  max-width: 820px;
}

.about-hero-simple h1 span {
  display: block;
  color: #bfdbfe;
}

.about-subtitle {
  margin-top: 1rem;
  color: #e8f0ff;
  line-height: 1.68;
  max-width: 700px;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
}

.about-hero-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.62rem;
}

.about-primary-cta,
.about-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 0.82rem;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.74rem 1.2rem;
}

.about-primary-cta {
  background: #facc15;
  color: #1e3a8a;
}

.about-primary-cta:hover {
  background: #fde047;
}

.about-secondary-cta {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.about-secondary-cta:hover {
  background: rgba(255, 255, 255, 0.16);
}

.about-section-label {
  color: #2e5ca1;
  font-size: 0.8rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 700;
}

.about-story {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  padding-inline: 1.25rem;
}

.about-story-copy {
  max-width: 760px;
}

.about-story-copy h2,
.about-milestones-head h2,
.about-testimonials-head h2,
.about-contact-card h2,
.about-form-card h2 {
  margin-top: 0.55rem;
  color: #0f2e63;
  font-size: clamp(1.75rem, 3vw, 2.3rem);
  line-height: 1.12;
  font-weight: 800;
}

.about-story-copy h2 span {
  display: block;
}

.about-story-copy > p {
  margin-top: 0.88rem;
  color: #4a6589;
  line-height: 1.72;
  font-size: 1rem;
}

.about-principles {
  display: grid;
  gap: 0.9rem;
  max-width: 420px;
}

.about-principles article {
  border-left: 4px solid #2f68b9;
  background: rgba(255, 255, 255, 0.62);
  padding: 0.25rem 0.4rem 0.25rem 0.8rem;
}

.about-principles h3 {
  color: #123d78;
  font-size: 1.04rem;
  font-weight: 800;
}

.about-principles p {
  margin-top: 0.38rem;
  color: #4a6589;
  line-height: 1.58;
  font-size: 0.93rem;
}

.about-milestones {
  position: relative;
  padding-block: 0.2rem;
}

.about-milestones-head {
  max-width: 820px;
}

.about-milestone-list {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.7rem;
}

.about-milestone-item {
  border-radius: 0.78rem;
  border: 1px solid #dee8f7;
  background: rgba(255, 255, 255, 0.74);
  padding: 0.8rem 0.86rem;
}

.about-milestone-item h3 {
  color: #123d78;
  font-size: 0.96rem;
  font-weight: 800;
}

.about-milestone-item p {
  margin-top: 0.28rem;
  color: #4f6887;
  line-height: 1.52;
  font-size: 0.89rem;
}

.about-testimonials-head {
  max-width: 820px;
}

.about-testimonials-head p:last-child {
  margin-top: 0.7rem;
  color: #577190;
  line-height: 1.6;
  font-size: 0.96rem;
}

.about-testimonial-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

.about-testimonial-card {
  padding: 1.05rem;
  border-radius: 1rem;
}

.about-testimonial-card:nth-child(1) {
  background: #ffffff;
  border: 1px solid #d2e0f2;
}

.about-testimonial-card:nth-child(2) {
  background: linear-gradient(180deg, #f2f8ff 0%, #eaf3ff 100%);
  border: 1px solid #cfe0f4;
}

.about-testimonial-card:nth-child(3) {
  background: #eef4ff;
  border: 1px solid #c5d9f4;
}

.about-quote {
  color: #334f74;
  line-height: 1.62;
  font-size: 0.95rem;
}

.about-profile {
  margin-top: 0.88rem;
  display: flex;
  align-items: center;
  gap: 0.72rem;
}

.about-profile img {
  width: 2.95rem;
  height: 2.95rem;
  border-radius: 999px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-profile h3 {
  color: #123d78;
  font-size: 0.95rem;
  font-weight: 800;
}

.about-profile span {
  color: #5b7396;
  font-size: 0.84rem;
}

.about-leads {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.about-contact-card {
  border-radius: 1.25rem;
  border: 1px solid #c7d8f1;
  background: linear-gradient(165deg, #0f3f84 0%, #245eb1 100%);
  color: #ffffff;
  padding: 1rem;
}

.about-contact-card .about-section-label,
.about-contact-card h2 {
  color: #ffffff;
}

.about-contact-list {
  margin-top: 0.92rem;
  display: grid;
  gap: 0.78rem;
}

.about-contact-list p {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #f4f8ff;
  font-size: 0.96rem;
  line-height: 1.5;
}

.about-contact-list svg {
  width: 1rem;
  height: 1rem;
  stroke-width: 2.2;
}

.about-socials {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
}

.about-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  width: 2.2rem;
  height: 2.2rem;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.about-social-link svg {
  width: 0.95rem;
  height: 0.95rem;
}

.about-social-link:hover {
  background: #ffffff;
  color: #1e3a8a;
  border-color: rgba(255, 255, 255, 0.6);
}

.about-form-card {
  border-radius: 1.25rem;
  border: 1px solid #cbdbf3;
  background: #ffffff;
  padding: 1rem;
  box-shadow: 0 20px 42px -36px rgba(15, 23, 42, 0.82);
}

.about-form {
  margin-top: 0.95rem;
  display: grid;
  gap: 0.9rem;
}

.about-form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.about-form-field {
  display: grid;
  gap: 0.45rem;
}

.about-form-label {
  color: #1e3a8a;
  font-size: 0.85rem;
  font-weight: 700;
}

.about-form input,
.about-form textarea {
  width: 100%;
  border: 1px solid #c6d8f2;
  border-radius: 0.8rem;
  background: #ffffff;
  padding: 0.72rem 0.84rem;
  color: #173963;
  font-size: 0.92rem;
}

.about-form textarea {
  resize: vertical;
  min-height: 8.2rem;
}

.about-form input:focus,
.about-form textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

.about-form button {
  border-radius: 0.85rem;
  background: #1e3a8a;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.about-form button:hover {
  background: #1d4f94;
}

.about-form button:disabled {
  opacity: 0.62;
}

.about-toast {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  color: #ffffff;
  border-radius: 0.7rem;
  padding: 0.72rem 0.95rem;
  font-size: 0.86rem;
  font-weight: 600;
  box-shadow: 0 14px 30px -26px rgba(15, 23, 42, 0.9);
}

.about-toast-success {
  background: #16a34a;
}

.about-toast-error {
  background: #dc2626;
}

@media (min-width: 768px) {
  .about-shell {
    padding-inline: 3.5rem;
  }

  .about-hero-shell {
    padding-inline: 4rem;
  }

  .about-main > section {
    margin-top: 5rem;
  }

  .about-hero {
    padding-top: 2.4rem;
  }

  .about-hero-simple {
    padding: 2rem;
  }

  .about-story {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 2.1rem;
    padding-inline: 4.5rem;
  }

  .about-milestones {
    padding-block: 0.2rem;
  }

  .about-milestone-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .about-testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .about-leads {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: 1.2rem;
  }

  .about-form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .about-shell {
    padding-inline: 5.8rem;
  }

  .about-hero-shell {
    padding-inline: 8rem;
  }

  .about-story {
    padding-inline: 5.8rem;
  }
}
