/* Lawyer Directory Marketing — About Us */

.lfm-breadcrumb-bar {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 24px;
}

.lfm-breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 13px;
  color: #6b7280;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.lfm-breadcrumb a {
  color: var(--lfm-brand);
}

.lfm-breadcrumb a:hover {
  text-decoration: underline;
}

.lfm-breadcrumb .current {
  color: #374151;
  font-weight: 600;
}

.lfm-about-hero {
  position: relative;
  min-height: 320px;
  background-size: cover;
  background-position: center;
}

.lfm-about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 33, 71, .55) 0%, rgba(0, 33, 71, .75) 100%);
}

.lfm-about-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 56px;
}

.lfm-about-hero-box {
  max-width: 640px;
  background: rgba(0, 33, 71, .88);
  padding: 32px 36px;
  color: #fff;
}

.lfm-about-hero-box .lfm-hero-label {
  margin-bottom: 10px;
}

.lfm-about-hero-box h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 16px;
}

.lfm-about-hero-box p {
  font-size: 15px;
  line-height: 1.75;
  opacity: .92;
}

.lfm-about-intro {
  padding: 56px 24px;
  background: #fff;
}

.lfm-about-intro-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.lfm-about-intro p {
  font-size: 15px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 20px;
}

.lfm-about-intro a {
  color: var(--lfm-brand);
  font-weight: 600;
}

.lfm-about-split {
  padding: 64px 24px;
  background: #fff;
}

.lfm-about-split--alt {
  background: #f9fafb;
}

.lfm-about-split-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.lfm-about-split h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #111827;
  margin-bottom: 16px;
  line-height: 1.35;
}

.lfm-about-split p {
  font-size: 15px;
  line-height: 1.75;
  color: #4b5563;
  margin-bottom: 14px;
}

.lfm-about-split strong {
  color: #111827;
  font-weight: 700;
}

.lfm-about-split img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
}

.lfm-about-video {
  background: var(--lfm-navy);
  border-radius: 8px;
  padding: 48px 32px;
  text-align: center;
  color: #fff;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.lfm-about-video i {
  font-size: 48px;
  opacity: .85;
}

.lfm-about-video p {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.lfm-about-testimonial {
  padding: 64px 24px;
  background: #eff6ff;
}

.lfm-about-testimonial-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.lfm-about-testimonial h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

.lfm-about-testimonial .lfm-testimonial-name {
  font-size: 14px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 14px;
}

.lfm-about-testimonial blockquote {
  font-size: 15px;
  line-height: 1.75;
  color: #4b5563;
  margin: 0 0 24px;
  border: none;
  padding: 0;
}

.lfm-btn-outline-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: 2px solid var(--lfm-navy);
  color: var(--lfm-navy);
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  background: #fff;
}

.lfm-btn-outline-dark:hover {
  background: var(--lfm-navy);
  color: #fff;
}

.lfm-testimonial-visual {
  position: relative;
  text-align: center;
}

.lfm-testimonial-visual img {
  max-width: 100%;
  border-radius: 8px;
}

.lfm-testimonial-portrait {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
}

.lfm-about-awards {
  padding: 64px 24px;
  background: #fff;
  text-align: center;
}

.lfm-about-awards h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 700;
  color: #111827;
  margin-bottom: 32px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.lfm-awards-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.lfm-award-box {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px 12px;
  background: #fff;
}

.lfm-award-box strong {
  display: block;
  font-size: 13px;
  color: #111827;
  margin-bottom: 6px;
}

.lfm-award-box span {
  font-size: 12px;
  color: #6b7280;
}

/* Marketing footer */
.lfm-site-footer {
  background: var(--lfm-navy);
  color: #fff;
}

.lfm-footer-cta {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  padding: 28px 24px;
}

.lfm-footer-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.lfm-footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.lfm-footer-cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lfm-btn-outline-dark.lfm-footer-outline {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.lfm-btn-outline-dark.lfm-footer-outline:hover {
  background: #fff;
  color: var(--lfm-navy);
}

.lfm-footer-main {
  padding: 48px 24px;
}

.lfm-footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.lfm-footer-col h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f97316;
}

.lfm-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lfm-footer-col li {
  margin-bottom: 10px;
}

.lfm-footer-col a {
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
}

.lfm-footer-col a:hover {
  color: #fff;
  text-decoration: underline;
}

.lfm-footer-col--wide p {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .8);
  margin-bottom: 12px;
}

.lfm-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 20px 24px;
}

.lfm-footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.lfm-copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, .65);
  margin: 0;
}

.lfm-footer-social {
  display: flex;
  gap: 12px;
}

.lfm-footer-social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}

.lfm-footer-social a:hover {
  background: var(--lfm-brand);
}

.lfm-back-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--lfm-brand);
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 100;
  box-shadow: 0 4px 16px rgba(11, 94, 215, .4);
}

.lfm-back-top:hover {
  background: var(--lfm-brand-hover);
}

@media (max-width: 960px) {
  .lfm-about-split-inner,
  .lfm-about-testimonial-inner {
    grid-template-columns: 1fr;
  }

  .lfm-awards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lfm-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lfm-testimonial-portrait {
    position: static;
    transform: none;
    margin: 16px auto 0;
  }
}

@media (max-width: 560px) {
  .lfm-awards-grid,
  .lfm-footer-grid {
    grid-template-columns: 1fr;
  }
}
