/* ================= HERO ================= */

.about-hero {
  padding: 40px 0;
  background: radial-gradient(circle at top,#0f766e 0%, #020617 70% );
  color: #e5e7eb;
  text-align: center;
}

.about-eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 6px;
}

.about-hero h1 {
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 700;
  margin: 6px 0 10px;
  color: #ffffff;
}

.about-hero-text {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  color: #cbd5f5;
  line-height: 1.7;
}

/* ================= SECTIONS ================= */

.about-section {
  padding: 20px 0;
}

.about-section.soft {
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.about-section h2 {
  font-family: var(--font-heading);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 10px;
  position: relative;
}

.about-section h2::after {
  content: '';
  display: block;
  width: 52px;
  height: 3px;
  background: var(--primary);
  margin: 14px auto 0;
  border-radius: 2px;
}

/* ================= FIRM PROFILE ================= */

.firm-profile-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 12px;
}

.firm-profile-content p {
  font-size: 15.5px;
  color: var(--text-body);
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 0px;
}

/* ================= PARTNERS ================= */

.partners-grid {
  max-width: 900px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  justify-content: center;
}

.partner-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 30px 28px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.partner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.partner-card h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.partner-role {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.partner-card p {
  font-size: 14.8px;
  color: var(--text-body);
  line-height: 1.6;
}

/* ================= PRINCIPLES ================= */

.principles-grid {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 28px;
  justify-content: center;
}

.principle {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 15px ;
}

.principle h3 {
  font-family: var(--font-heading);
  font-size: 16.5px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 8px;
}

.principle p {
  font-size: 14.8px;
  color: var(--text-body);
  line-height: 1.6;
  justify-content: center;
}

/* ================= WORKING APPROACH ================= */

.approach-timeline {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  list-style: none;
  padding: 0;
  justify-content: center;
}

.approach-timeline li {
  justify-self: center;
  max-width: 340px;
  width: 100%;
  position: relative;
  padding: 28px 26px 26px 72px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #ffffff;
}

.approach-timeline li span {
  position: absolute;
  left: 22px;
  top: 24px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.approach-timeline li p {
  margin: 0;
  font-size: 15px;
  color: var(--text-body);
  line-height: 1.6;
}

/* ================= CLIENT SEGMENTS (HIGHLIGHTED) ================= */

.client-segments {
  max-width: 900px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 26px;
  justify-content: center;
}

.client-segments div {
  padding: 22px 20px;
  text-align: center;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(15,118,110,0.08),
    rgba(15,118,110,0.02)
  );
  border: 1px solid rgba(15,118,110,0.25);
  font-weight: 600;
  font-size: 15px;
  color: #020617;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Hover polish */
.client-segments div:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(15,118,110,0.18);
}


/* ================= PROFESSIONAL COMMITMENT ================= */

.professional-commitment {
  background: var(--bg-soft);
  padding: 72px 0;
  border-top: 1px solid var(--border);
}

.commitment-inner {
  max-width: 920px;
  margin: auto;
  padding: 44px 42px;
  background: #ffffff;
  border-radius: 20px;
  border-left: 6px solid var(--primary);
  box-shadow: 0 20px 40px rgba(2,6,23,0.06);
}

.commitment-primary {
  font-size: 15.5px;
  color: var(--text-body);
  line-height: 1.75;
  margin-bottom: 14px;
}

.commitment-secondary {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.65;
  padding-top: 12px;
  border-top: 1px dashed var(--border);
  font-style: italic;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .about-hero h1 {
    font-size: 32px;
  }

  .about-section {
    padding: 48px 0;
  }

  .commitment-inner {
    padding: 32px 22px;
    border-left-width: 4px;
  }
}
