/**
 * PAGE: about (WMSProApp — AboutPage)
 * Sections: page-hero, about-story, about-values, about-process
 */

.about-story {
  background: #fff;
  padding: 5rem 0;
}

.about-story-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .about-story-grid { grid-template-columns: 1fr 1fr; }
}

.about-story-image {
  border-radius: 2.5rem;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 1.5rem;
  box-shadow: 0 1px 2px rgba(15,23,42,.05);
}

.about-story-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 2rem;
  box-shadow: 0 20px 25px rgba(15,23,42,.1);
}

.about-story-copy {
  text-align: right;
}

.about-story-title {
  margin: 1rem 0 0;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: #020617;
}

@media (min-width: 640px) {
  .about-story-title { font-size: 2.25rem; }
}

.about-story-text {
  margin: 1.25rem 0 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625;
  color: #475569;
}

.about-story-cta {
  margin-top: 2rem;
}

.about-story-cta .btn-wms {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .about-story-cta .btn-wms {
    display: inline-flex;
    width: auto;
  }
}

.about-values-grid {
  margin-top: 4rem;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .about-values-grid { grid-template-columns: repeat(3, 1fr); }
}

.about-value-card {
  border-radius: 2rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 1.75rem;
  box-shadow: 0 1px 2px rgba(15,23,42,.05);
}

.about-value-icon {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: #eff6ff;
  color: #2563eb;
}

.about-value-icon .icon {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
}

.about-value-card h3 {
  margin: 1.5rem 0 0;
  font-size: 1.5rem;
  font-weight: 900;
  color: #020617;
}

.about-value-card p {
  margin: 0.75rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625;
  color: #475569;
}

.about-process {
  background: #f8fafc;
  padding: 5rem 0;
}

.about-process-grid {
  margin-top: 3rem;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .about-process-grid { grid-template-columns: repeat(4, 1fr); }
}

.about-process-step {
  border-radius: 2rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 1px 2px rgba(15,23,42,.05);
}

.about-process-step .step-num {
  font-size: 0.875rem;
  font-weight: 900;
  color: #2563eb;
}

.about-process-step h3 {
  margin: 0.75rem 0 0;
  font-size: 1.25rem;
  font-weight: 900;
  color: #020617;
}

.about-process-step p {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  color: #475569;
}

.page-hero-icon .icon {
  display: block;
  width: 2rem;
  height: 2rem;
}
