@charset "utf-8";

/* ── ABOUT US PAGE STYLES ── */
/* Matches pricing page design system: colors, cards, typography */

/* ── HERO ── */
.about-hero {
  background-image: linear-gradient(180deg, #779eab 0%, #ffffff 70%);
  text-align: center;
  padding: 40px 20px 30px;
}
.about-hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: bold;
  color: #2b3a4b;
  text-shadow: none;
  margin-bottom: 10px;
}
.about-hero p {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: #2b3a4b;
  max-width: 580px;
  margin: 0 auto 24px;
  font-weight: bold;
}

/* ── STAT STRIP ── */
.about-stats {
  background: #ffffff;
  border-top: 1px solid #d0e4ea;
  border-bottom: 1px solid #d0e4ea;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about-stat-item {
  flex: 1;
  min-width: 130px;
  padding: 22px 16px;
  text-align: center;
  border-right: 1px solid #e0ecf0;
}
.about-stat-item:last-child { border-right: none; }
.about-stat-num {
  font-size: 1.9rem;
  font-weight: bold;
  color: #779eab;
  line-height: 1;
}
.about-stat-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #777777;
  font-weight: bold;
  margin-top: 5px;
}

/* ── SHARED SECTION WRAPPER ── */
.about-section {
  padding: 50px 20px;
  max-width: 960px;
  margin: 0 auto;
}
.about-section-alt {
  background-color: #f7f7f8;
}
.about-section-alt .about-section {
  /* inner wrapper still constrains width */
}
.about-section-alt-wrap {
  background-color: #f7f7f8;
  padding: 50px 20px;
}
.about-section-alt-inner {
  max-width: 960px;
  margin: 0 auto;
}

.about-h2 {
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #333333;
  margin-bottom: 8px;
  text-shadow: -1px 1px 2px rgba(72,72,72,0.25);
}
.about-subhead {
  text-align: center;
  color: #555555;
  font-size: 0.97rem;
  margin-bottom: 40px;
}
.about-eyebrow {
  text-align: center;
  font-size: 0.72rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #779eab;
  margin-bottom: 6px;
}

/* ── STORY SECTION ── */
.about-story-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.about-story-img-wrap {
  flex: 1;
  min-width: 260px;
  max-width: 420px;
  position: relative;
}
.about-story-img-wrap img {
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(0,0,0,0.12) 0px 10px 30px;
  display: block;
}
.about-story-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: #779eab;
  color: #ffffff;
  padding: 14px 18px;
  border-radius: 10px;
  text-align: center;
  line-height: 1.25;
  font-size: 0.82rem;
  font-weight: bold;
  box-shadow: rgba(119,158,171,0.4) 0px 6px 20px;
}
.about-story-badge strong {
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3px;
}
.about-story-text {
  flex: 1;
  min-width: 280px;
}
.about-story-text h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: #2b3a4b;
  font-weight: bold;
  margin-bottom: 12px;
  text-shadow: -1px 1px 2px rgba(72,72,72,0.15);
}
.about-pull-quote {
  border-left: 3px solid #779eab;
  background: #eef4f7;
  padding: 12px 16px;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  font-size: 0.97rem;
  color: #2b3a4b;
  line-height: 1.65;
  margin: 16px 0 18px;
}
.about-story-text p {
  font-size: 0.93rem;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 10px;
}
.about-story-text p:last-child { margin-bottom: 0; }

/* ── SERVICE CARDS ── */
.about-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 10px;
}
.about-card {
  background: #ffffff;
  border: 2px solid #d0e4ea;
  border-radius: 10px;
  padding: 26px 22px;
  width: 100%;
  max-width: 285px;
  box-shadow: rgba(0,0,0,0.07) 0px 5px 15px;
  position: relative;
}
.about-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #779eab;
  border-radius: 10px 10px 0 0;
}
.about-card .ac-icon {
  font-size: 1.6rem;
  margin-bottom: 12px;
  display: block;
}
.about-card h3 {
  font-size: 1.05rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
}
.about-card p {
  font-size: 0.88rem;
  color: #666666;
  line-height: 1.65;
}

/* ── WHY US GRID (matches included-grid style) ── */
.about-why-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.about-why-card {
  background: #ffffff;
  border: 1px solid #b0cdd6;
  border-radius: 8px;
  padding: 22px 18px;
  width: 100%;
  max-width: 210px;
  text-align: center;
  box-shadow: none;
}
.about-why-card .wc-icon {
  font-size: 1.6rem;
  margin-bottom: 10px;
  display: block;
}
.about-why-card h4 {
  font-size: 0.97rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 6px;
}
.about-why-card p {
  font-size: 0.85rem;
  color: #666666;
  line-height: 1.55;
}

/* ── GUARANTEE BAND (reviews use same style) ── */
.about-reviews-band {
  background-image: linear-gradient(135deg, #779eab 0%, #5c8d9d 100%);
  color: #ffffff;
  padding: 50px 20px;
}
.about-reviews-band .about-eyebrow {
  color: #f9a525;
}
.about-reviews-band h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  text-shadow: -1px 1px 2px rgba(0,0,0,0.25);
}
.about-reviews-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 880px;
  margin: 0 auto 28px;
}
.about-review-card {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 10px;
  padding: 24px;
  width: 100%;
  max-width: 390px;
  box-shadow: rgba(0,0,0,0.08) 0px 4px 16px;
  color: #ffffff;
}
/* links and meta inside white cards */
.about-review-card .rev_a { color: #ffffff; }
.about-review-card .rev_a:hover { color: #779eab; }
.about-review-card .rev_txt_color { color: #ffffff; }
.about-review-card .rev_nm cite { color: #ffffff; font-style: normal; }
.about-review-card blockquote p { color: rgba(255,255,255,0.9); font-size: 0.91rem; line-height: 1.7; }
.about-reviewer {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.about-reviews-band .about-cta-wrap {
  text-align: center;
}

/* ── CONTACT SECTION ── */
.about-contact-wrap {
  background: #ffffff;
  border: 1px solid #d0e4ea;
  border-radius: 10px;
  padding: 0;
  box-shadow: rgba(0,0,0,0.06) 0px 4px 12px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  max-width: 860px;
  margin: 0 auto;
}
.about-contact-left {
  flex: 1;
  min-width: 280px;
  padding: 36px 32px;
}
.about-contact-left h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2b3a4b;
  margin-bottom: 8px;
}
.about-contact-left p {
  font-size: 0.9rem;
  color: #555555;
  line-height: 1.75;
  margin-bottom: 20px;
}
.about-contact-list {
  list-style: none;
  padding: 0; margin: 0;
}
.about-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #e0ecf0;
  font-size: 0.88rem;
}
.about-contact-list li:last-child { border-bottom: none; }
.about-ci {
  width: 32px; height: 32px;
  background: #eef4f7;
  border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.about-ci-label {
  font-weight: bold;
  color: #333333;
  display: block;
  margin-bottom: 1px;
}
.about-ci-val { color: #666666; }
.about-ci-val a { color: #779eab; text-decoration: none; }
.about-ci-val a:hover { text-decoration: underline; }

.about-contact-right {
  flex: 1;
  min-width: 240px;
  background-image: linear-gradient(135deg, #779eab 0%, #5c8d9d 100%);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 14px;
}
.about-contact-right .map-icon { font-size: 2.4rem; }
.about-contact-right h3 {
  font-size: 1.15rem;
  font-weight: bold;
  color: #ffffff;
}
.about-contact-right p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
}
.about-hours-box {
  background: rgba(255,255,255,0.15);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 0.83rem;
  color: rgba(255,255,255,0.9);
  width: 100%;
}
.about-hours-box strong {
  display: block;
  color: #ffffff;
  margin-bottom: 3px;
  font-size: 0.85rem;
}

/* ── BUTTONS (match pricing page orange CTA) ── */
.btn-about-primary {
  display: inline-block;
  background: #f9a525;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.97rem;
  padding: 13px 28px;
  border-radius: 6px;
  text-decoration: none;
  text-shadow: -1px 1px 2px rgba(0,0,0,0.25);
  box-shadow: rgba(0,0,0,0.15) 0px 4px 12px;
  transition: background 0.18s, transform 0.15s;
}
.btn-about-primary:hover {
  background: #e0941a;
  transform: translateY(-1px);
}
.btn-about-secondary {
  display: inline-block;
  background: transparent;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 11px 24px;
  border-radius: 6px;
  border: 2px solid rgba(255,255,255,0.5);
  text-decoration: none;
  transition: border-color 0.18s, background 0.18s;
}
.btn-about-secondary:hover {
  border-color: #ffffff;
  background: rgba(255,255,255,0.08);
}
.btn-about-white {
  display: inline-block;
  background: #f9a525;
  color: #ffffff;
  text-shadow: -1px 1px 2px rgba(0,0,0,0.25);
  font-weight: bold;
  font-size: 0.9rem;
  padding: 11px 24px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: rgba(0,0,0,0.12) 0px 3px 10px;
  transition: box-shadow 0.18s, transform 0.15s;
}
.btn-about-white:hover {
  box-shadow: rgba(0,0,0,0.2) 0px 6px 16px;
  transform: translateY(-1px);
	background: #e0941a;
}
.btn-about-outline {
  display: inline-block;
  background: transparent;
  color: #779eab;
  font-weight: bold;
  font-size: 0.88rem;
  padding: 10px 22px;
  border-radius: 6px;
  border: 2px solid #779eab;
  text-decoration: none;
  transition: background 0.18s, color 0.18s;
}
.btn-about-outline:hover {
  background: #779eab;
  color: #ffffff;
}

/* ── SECTION DIVIDER ── */
.about-divider {
  height: 1px;
  background: #d0e4ea;
  border: none;
  margin: 0;
}

/* ── RESPONSIVE ── */
@media screen and (max-width: 700px) {
  .about-story-img-wrap { max-width: 100%; }
  .about-story-badge { right: 0; bottom: -14px; }
  .about-card { max-width: 100%; }
  .about-why-card { max-width: 100%; }
  .about-review-card { max-width: 100%; }
  .about-contact-left, .about-contact-right { min-width: 100%; }
  .about-stat-item { min-width: 110px; padding: 16px 10px; }
}

/* ── REVIEW CARD INNER STYLES ── */
/* These replicate the rev_ classes from your other pages so the
   about-us.css file is fully self-contained — no extra stylesheet needed. */

.about-review-card .rev_btm_sec {
  padding: 0 0 10px;
}
.about-review-card .rev_lt_nm_ct {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
.about-review-card .rev_lt_cir {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  width: 40px;
  min-width: 40px;
  color: #ffffff;
  border-radius: 50%;
}
.about-review-card .rev_cir_bg_mb { background-color: #5c6bc0; }
.about-review-card .rev_cir_bg_gg { background-color: #33691e; }
.about-review-card .rev_cir_bg_wa { background-color: #ef6c00; }
.about-review-card .rev_lt {
  margin: 0;
  color: #ffffff;
  font-weight: bold;
}
.about-review-card .rev_nm_ct {
  align-self: center;
  padding-left: 10px;
  line-height: 1.2;
}
.about-review-card .rev_nm cite {
  font-style: normal;
  font-weight: bold;
  font-size: 0.97rem;
  color: #ffffff;
}
.about-review-card .rev_a {
  text-decoration: none;
  color: #ffffff;
}
.about-review-card .rev_a:hover {
  text-decoration: underline;
  color: #779eab;
}
.about-review-card .rev_ct {
  font-size: 0.82rem;
}
.about-review-card .rev_txt_color {
  color: #ffffff;
}
.about-review-card .review-stars {
  display: flex;
  align-items: center;
  padding: 4px 0 8px;
  gap: 8px;
}
.about-review-card .review-via p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.7);
}
.about-review-card blockquote p {
  font-size: 0.91rem;
  color: rgba(255,255,255,0.9);
  line-height: 1.7;
  margin-top: 4px;
}
.about-review-card .highlight {
  background: none;
  border-radius: 0.1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  margin-left: -0.2em;
  margin-right: -0.2em;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
