.ass-about-page {
  background: var(--white);
}

.ass-about-page .section {
  padding: 5rem 2rem;
}

.ass-about-page .section-alt {
  background: #f7f7f6;
}

.ass-about-page .container {
  max-width: 1000px;
  margin: 0 auto;
}

.ass-about-page .section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.ass-about-page .section-header h2,
.ass-about-page .industries-served h2,
.ass-about-page .cta-section h2 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #231f20;
  margin-bottom: 0.75rem;
}

.ass-about-page .section-header p {
  color: #5e5e5d;
  font-size: 1rem;
  line-height: 1.7;
}

.ass-about-page .section-preheader {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #e85e03;
  margin-bottom: 0.6rem;
}

.ass-about-page .page-hero {
  background: #1a5dad;
  color: #ffffff;
  padding: 4rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ass-about-page .page-hero-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ass-about-page .page-hero-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
}

.ass-about-page .page-hero h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}

.ass-about-page .page-hero p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.65;
  margin: 0;
}

.ass-about-page .story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.ass-about-page .story-visual {
  background: #eef4fc;
  border-radius: 16px;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #d6e6f7;
}

.ass-about-page .photo-placeholder {
  text-align: center;
}

.ass-about-page .photo-placeholder .initials {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #1a5dad;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.ass-about-page .photo-placeholder p {
  font-size: 0.82rem;
  color: #5e5e5d;
  margin: 0;
}

.ass-about-page .est-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  background: #ffffff;
  border: 1px solid #eaeae9;
  color: #231f20;
  padding: 0.75rem 1.25rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.85rem;
}

.ass-about-page .est-badge span {
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  color: #5e5e5d;
  margin-top: 0.1rem;
}

.ass-about-page .story-content h2 {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #231f20;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.ass-about-page .story-content p {
  color: #464645;
  margin-bottom: 1.1rem;
  line-height: 1.8;
  font-size: 1rem;
}

.ass-about-page .story-signature {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eaeae9;
}

.ass-about-page .story-signature .name {
  font-weight: 900;
  font-size: 1.05rem;
  color: #231f20;
}

.ass-about-page .story-signature .title {
  color: #5e5e5d;
  font-size: 0.88rem;
  margin-top: 0.1rem;
}

.ass-about-page .stats-section {
  background: #1a5dad;
  padding: 3.5rem 2rem;
}

.ass-about-page .stats-section .stats-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.ass-about-page .stats-section .stat {
  color: #ffffff;
}

.ass-about-page .stats-section .number {
  font-size: 2.75rem;
  font-weight: 900;
  color: #ffffff;
  display: block;
  line-height: 1;
  margin-bottom: 0.4rem;
  letter-spacing: -0.02em;
}

.ass-about-page .stats-section .label {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ass-about-page .values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.ass-about-page .value-card {
  background: #ffffff;
  padding: 1.75rem;
  border-radius: 12px;
  border: 1px solid #eaeae9;
  transition: border-color 0.2s;
}

.ass-about-page .value-card:hover {
  border-color: #1a5dad;
  transform: none;
  box-shadow: none;
}

.ass-about-page .value-icon {
  width: 46px;
  height: 46px;
  background: #eef4fc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 0;
}

.ass-about-page .value-icon svg {
  width: 22px;
  height: 22px;
  stroke: #1a5dad;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ass-about-page .value-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 0.4rem;
}

.ass-about-page .value-card p {
  font-size: 0.87rem;
  color: #5e5e5d;
  line-height: 1.6;
}

.ass-about-page .different-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.ass-about-page .different-content h2 {
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
  font-weight: 900;
  color: #231f20;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.ass-about-page .different-content > p {
  color: #5e5e5d;
  margin-bottom: 1.5rem;
  line-height: 1.75;
  font-size: 0.97rem;
}

.ass-about-page .different-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ass-about-page .different-list li {
  padding: 0.75rem 0;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: #464645;
  border-bottom: 1px solid #eaeae9;
}

.ass-about-page .different-list li:last-child {
  border-bottom: none;
}

.ass-about-page .different-list .check {
  width: 22px;
  height: 22px;
  background: #eef4fc;
  color: #1a5dad;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.ass-about-page .trust-box {
  background: #231f20;
  color: #ffffff;
  padding: 2.5rem;
  border-radius: 16px;
}

.ass-about-page .trust-box h3 {
  font-size: 1.15rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

.ass-about-page .trust-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ass-about-page .trust-item:last-child {
  border-bottom: none;
}

.ass-about-page .trust-item .t-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #d6e6f7;
}

.ass-about-page .trust-item .t-icon svg {
  width: 18px;
  height: 18px;
  stroke: #d6e6f7;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ass-about-page .trust-item h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.ass-about-page .trust-item p {
  font-size: 0.83rem;
  color: #9a9a99;
  line-height: 1.55;
}

.ass-about-page .trust-item a {
  color: #d6e6f7;
  font-weight: 700;
  text-decoration: none;
}

.ass-about-page .trust-item a:hover {
  text-decoration: underline;
}

.ass-about-page .section-dark {
  background: #231f20;
  color: #ffffff;
}

.ass-about-page .industries-served {
  text-align: center;
}

.ass-about-page .industries-served .section-preheader {
  color: #d6e6f7;
}

.ass-about-page .industries-served h2 {
  color: #ffffff;
}

.ass-about-page .industries-served > p {
  color: rgba(255, 255, 255, 0.65);
  max-width: 580px;
  margin: 0 auto 2.5rem;
  font-size: 0.97rem;
  line-height: 1.65;
}

.ass-about-page .industry-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ass-about-page .industry-tag {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.65rem 1.25rem;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: all 0.2s;
}

.ass-about-page a.industry-tag:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #d6e6f7;
  color: #ffffff;
}

.ass-about-page span.industry-tag {
  cursor: default;
  opacity: 0.6;
}

.ass-about-page .cta-section {
  background: #231f20;
  color: #ffffff;
  padding: 5rem 2rem;
  text-align: center;
}

.ass-about-page .cta-section h2 {
  color: #ffffff;
}

.ass-about-page .cta-section p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 560px;
  margin: 0 auto 2rem;
  font-size: 1rem;
  line-height: 1.65;
}

.ass-about-page .cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.ass-about-page .cta-section .btn-outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.ass-about-page .cta-section .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}

@media (max-width: 900px) {
  .ass-about-page .story-grid,
  .ass-about-page .different-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .ass-about-page .values-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ass-about-page .stats-section .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .ass-about-page .section {
    padding: 3.5rem 1.5rem;
  }

  .ass-about-page .values-grid {
    grid-template-columns: 1fr;
  }

  .ass-about-page .stats-section .stats-grid {
    gap: 1.5rem;
  }
}
