.site-nav a.is-active {
  color: var(--text-color);
  font-weight: 700;
}

.site-nav a.is-active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--primary);
  border-radius: 999px;
  margin-top: 4px;
}

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

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.92rem;
  color: var(--muted);
  margin-bottom: 1rem;
}

.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: var(--primary);
}

.about-hero-panel {
  position: relative;
  border-radius: 1.6rem;
  padding: clamp(1.25rem, 2vw, 2rem);
  background:
    radial-gradient(circle at 88% 16%, rgba(37, 99, 235, 0.12), transparent 54%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 247, 254, 0.9));
  border: 1px solid rgba(37, 99, 235, 0.12);
  box-shadow: 0 24px 60px rgba(11, 18, 44, 0.06);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
}

.about-hero-copy h1 {
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.08;
  margin: 0.35rem 0 0.75rem;
  color: var(--heading);
}

.about-hero-subtitle {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: var(--text-color);
  font-weight: 600;
  margin: 0 0 0.65rem;
}

.about-hero-text {
  margin: 0;
  color: var(--muted);
  max-width: 62ch;
}

.about-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.about-hero-pattern {
  min-height: 220px;
  display: grid;
  place-items: center;
  position: relative;
}

.about-hero-pattern::before {
  content: "";
  position: absolute;
  inset: 12% 10%;
  border-radius: 1.3rem;
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.1), rgba(37, 99, 235, 0.02));
  border: 1px solid rgba(37, 99, 235, 0.12);
}

.about-hero-pattern div {
  position: absolute;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
}

.about-hero-pattern div:nth-child(1) {
  width: 64%;
  height: 34%;
  top: 22%;
  left: 18%;
}

.about-hero-pattern div:nth-child(2) {
  width: 45%;
  height: 24%;
  bottom: 20%;
  left: 14%;
}

.about-hero-pattern div:nth-child(3) {
  width: 36%;
  height: 22%;
  bottom: 28%;
  right: 10%;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1rem, 2vw, 2rem);
  align-items: start;
}

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

.about-copy > p {
  color: var(--muted);
  margin: 0.8rem 0 0;
}

.about-checks {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.about-checks li {
  position: relative;
  padding-left: 1.65rem;
  color: var(--text-color);
}

.about-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  font-weight: 800;
}

.about-media-card {
  margin: 0;
  border-radius: 1.35rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 45px rgba(11, 18, 44, 0.06);
}

.about-media-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 18;
  object-fit: cover;
}

.about-media-card figcaption {
  padding: 0.85rem 1rem;
  color: var(--muted);
  font-size: 0.92rem;
  border-top: 1px solid var(--line);
}

.about-service-grid {
  margin-top: 1.25rem;
}

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

.about-service-card h3 {
  margin: 0.55rem 0 0.35rem;
  font-size: 1.1rem;
}

.about-service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.about-service-icon {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 0.85rem;
  display: grid;
  place-items: center;
  background: #eef4ff;
  color: var(--primary);
}

.about-service-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

.about-why {
  padding-bottom: 0;
}

.about-promise {
  padding: 1.25rem;
  border-radius: 1.2rem;
  position: sticky;
  top: 110px;
}

.about-promise h3 {
  margin: 0.35rem 0 0.6rem;
  font-size: 1.35rem;
  line-height: 1.2;
}

.about-promise p {
  color: var(--muted);
  margin: 0 0 1rem;
}

.about-feature-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.about-feature-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.7);
}

.about-list-icon {
  width: 1.7rem;
  height: 1.7rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--primary);
  font-weight: 800;
  line-height: 1;
}

.about-feature-list strong {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--heading);
}

.about-feature-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.about-timeline {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.85rem;
  position: relative;
}

.about-timeline::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 2%;
  right: 2%;
  height: 1px;
  background: var(--line);
  z-index: 0;
}

.about-timeline li {
  position: relative;
  z-index: 1;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 1rem;
  padding: 0.85rem;
  min-height: 180px;
}

.about-timeline li span {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--primary);
  font-weight: 700;
  box-shadow: 0 0 0 5px #f8faff;
}

.about-timeline h3 {
  margin: 0.75rem 0 0.35rem;
  font-size: 1rem;
}

.about-timeline p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.about-brands-strip .section-head p + h2 {
  max-width: 900px;
}

.about-logo-grid {
  margin-top: 1.15rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.8rem;
}

.about-logo-item {
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 0.7rem;
  color: #50607c;
  font-weight: 700;
  text-align: center;
  background: #fff;
  filter: grayscale(1);
  opacity: 0.9;
  transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.about-logo-item:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-2px);
}

.about-cta-banner {
  padding-top: 2rem;
}

.about-cta-card {
  border-radius: 1.25rem;
  border: 1px solid rgba(37, 99, 235, 0.12);
  background: linear-gradient(180deg, #ffffff, #f7faff);
  box-shadow: 0 20px 50px rgba(11, 18, 44, 0.06);
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.about-cta-card h2 {
  margin: 0.35rem 0 0.55rem;
}

.about-cta-card p {
  margin: 0;
  color: var(--muted);
  max-width: 64ch;
}

.faq-section-lite {
  padding-top: 1.5rem;
}

.about-faq-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.8rem;
}

.about-faq-item {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
}

.about-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.05rem;
  font-weight: 700;
  color: var(--heading);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.about-faq-item summary::after {
  content: "+";
  color: var(--primary);
  font-size: 1.3rem;
  line-height: 1;
}

.about-faq-item[open] summary::after {
  content: "−";
}

.about-faq-answer {
  padding: 0 1.05rem 1rem;
}

.about-faq-answer p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 1024px) {
  .about-hero-panel {
    grid-template-columns: 1fr;
  }

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

  .about-promise {
    position: static;
  }

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

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

@media (max-width: 768px) {
  .about-hero {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .about-hero-panel {
    padding: 1rem;
    border-radius: 1.1rem;
  }

  .about-hero-cta .btn {
    width: 100%;
    justify-content: center;
  }

  .about-timeline {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .about-timeline::before {
    display: none;
  }

  .about-timeline li {
    min-height: 0;
  }

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

  .about-logo-item {
    min-height: 70px;
    font-size: 0.9rem;
  }

  .about-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-cta-card .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-logo-item {
    transition: none;
  }
}
