@import url("../../css/typography.297ff8161de6.css");

/* ===== Layout & Spacing ===== */
.about-us {
  padding-top: 0;
}

.hero-section {
  text-align: center;
  padding: 4rem 1.5rem 3.5rem;
  max-width: 800px;
  margin: 0 auto;
}

.about-section {
  padding: 4rem 1.5rem;
}

.about-section--alt {
  background-color: #f8fafc;
}

.about-section__inner {
  max-width: 960px;
  margin: 0 auto;
}

.stats-section {
  padding: 2rem 0;
}

.cta-section-wrapper {
  padding: 4rem 1.5rem;
}

/* ===== Hero ===== */
.hero-title {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.8rem;
  color: #0891b2;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
  font-weight: 700;
  line-height: 1.3;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: #475569;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}

.hero-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #0891b2, #0e7490);
  border-radius: 2px;
  margin: 2rem auto 0;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
}

/* ===== Section Titles ===== */
.section-title {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.25rem;
  color: #0891b2;
  margin: 0 0 0.5rem;
  text-align: center;
  font-weight: 700;
}

.section-title-sub {
  text-align: center;
  font-size: 0.95rem;
  color: #64748b;
  margin: 0 0 2.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

/* ===== Content Blocks (Mission / Who We Are) ===== */
.content-block {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-color: #f0fdfa;
  margin-bottom: 1rem;
  color: #0891b2;
}

.section-heading {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.section-lead {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #334155;
  margin-bottom: 0.75rem;
}

.section-body {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 0;
}

/* ===== Cards (What We Do / How We Work) ===== */
.about-us .card {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.about-us .card:hover {
  border-color: #0891b2;
  box-shadow: 0 4px 12px rgba(8,145,178,0.1);
  transform: translateY(-2px);
}

.card-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-color: #f0fdfa;
  color: #0891b2;
}

.card-title-custom {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.card-text-custom {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.55;
  margin-bottom: 0;
}

.about-us svg {
  transition: none;
}

.about-us .card:hover svg {
  transform: none;
}

/* ===== Stats Strip ===== */
.stats-strip {
  background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
  color: #fff;
  border-radius: 12px;
  padding: 3rem 2rem;
}

.stat-item {
  padding: 1rem 0;
}

.stat-number {
  font-family: 'Courier New', Courier, monospace;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.35rem;
}

.stat-label {
  font-size: 0.78rem;
  opacity: 0.85;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}

/* ===== Expertise Cards ===== */
.expertise-card {
  padding: 2rem 1.5rem;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #fff;
  height: 100%;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.expertise-card:hover {
  border-color: #0891b2;
  box-shadow: 0 4px 12px rgba(8,145,178,0.1);
  transform: translateY(-2px);
}

.expertise-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-color: #f0fdfa;
  color: #0891b2;
  margin: 0 auto 1rem;
}

.expertise-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.expertise-desc {
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.55;
  margin-bottom: 0;
}

/* ===== CTA Section ===== */
.cta-section {
  text-align: center;
  padding: 3rem 2rem;
  background: linear-gradient(135deg, #f0fdfa 0%, #e0f7fa 100%);
  border: 2px solid #0891b2;
  border-radius: 12px;
  max-width: 640px;
  margin: 0 auto;
}

.cta-title {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.3rem;
  color: #0891b2;
  margin-bottom: 0.75rem;
  text-align: center;
}

.cta-text {
  font-size: 0.95rem;
  color: #475569;
  max-width: 480px;
  margin: 0 auto 1.5rem;
  line-height: 1.6;
}

.cta-btn {
  display: inline-block;
  padding: 0.7rem 2rem;
  background-color: #0891b2;
  color: white;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s, box-shadow 0.2s;
  border: none;
}

.cta-btn:hover {
  background-color: #0e7490;
  color: white;
  box-shadow: 0 4px 12px rgba(8,145,178,0.25);
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .hero-section { padding: 3rem 1rem 2.5rem; }
  .hero-title { font-size: 1.5rem; }
  .about-section { padding: 3rem 1rem; }
}
