/* PropertysDeal — About Us page */

.about-page {
  font-family: 'Inter', sans-serif;
  color: #1a2b3c;
  background: #f8f9fa;
}

/* -------------------------------------------------------------------------- */
/* Hero                                                                       */
/* -------------------------------------------------------------------------- */

.about-hero {
  background: linear-gradient(135deg, #1e5f7a 0%, #164a61 55%, #1a3d4f 100%);
  color: #fff;
  padding: 2rem 0 3.5rem;
  position: relative;
  overflow: hidden;
}

.about-hero::after {
  content: '';
  position: absolute;
  right: -80px;
  top: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(235, 137, 68, 0.15);
  pointer-events: none;
}

.about-hero .container {
  position: relative;
  z-index: 1;
}

.about-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.875rem;
}

.about-breadcrumb .breadcrumb-item a:hover {
  color: #fff;
}

.about-breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
}

.about-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

.about-hero__eyebrow {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #eb8944;
  margin-bottom: 0.75rem;
}

.about-hero__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.about-hero__lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  max-width: 36rem;
  margin-bottom: 0;
}

.about-hero__figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  border: 3px solid rgba(255, 255, 255, 0.15);
}

.about-hero__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

/* Shared media blocks */
.about-media {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.about-media--shadow {
  box-shadow: 0 16px 48px rgba(26, 43, 60, 0.1);
  border: 1px solid rgba(30, 95, 122, 0.08);
}

.about-media--banner {
  box-shadow: 0 4px 20px rgba(26, 43, 60, 0.06);
  border: 1px solid rgba(30, 95, 122, 0.08);
}

.about-media--map {
  box-shadow: 0 12px 36px rgba(26, 43, 60, 0.08);
  border: 1px solid rgba(30, 95, 122, 0.1);
}

.about-media__img {
  display: block;
  width: 100%;
  height: auto;
}

.about-media__img--photo {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.about-media--mission .about-media__img--photo {
  aspect-ratio: 21 / 9;
  max-height: 320px;
  object-position: center 30%;
}

.about-media--map .about-media__img--photo {
  aspect-ratio: 16 / 10;
}

/* -------------------------------------------------------------------------- */
/* Sections                                                                   */
/* -------------------------------------------------------------------------- */

.about-section {
  padding: 3.5rem 0;
  background: #fff;
}

.about-section--muted {
  background: #f8f9fa;
}

.about-section__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.about-section__subtitle {
  font-size: 0.95rem;
  color: #9ca3af;
  max-width: 32rem;
  margin-bottom: 2rem;
}

.about-prose {
  font-size: 1rem;
  line-height: 1.75;
  color: #5c6b7a;
}

.about-prose p + p {
  margin-top: 1rem;
}

/* SEO emphasis — bold + highlighted keywords */
.about-kw {
  font-weight: 700;
  color: #eb8944;
}

.about-kw--hero {
  color: #ffc896;
}

.about-hero__lead .about-kw,
.about-hero__lead strong {
  color: #ffc896;
  font-weight: 700;
}

.about-prose strong {
  font-weight: 700;
  color: #1a2b3c;
}

.about-prose .about-kw {
  color: #d97732;
}

.about-section__subtitle .about-kw,
.about-section__subtitle strong {
  color: #1e5f7a;
  font-weight: 600;
}

.about-mission-card__text strong,
.about-mission-card__text .about-kw {
  font-weight: 700;
  color: #1e5f7a;
}

.about-offer-card__text .about-kw,
.about-offer-card__text strong {
  font-weight: 600;
  color: #1e5f7a;
}

.about-value-item__text .about-kw,
.about-value-item__text strong {
  font-weight: 600;
  color: #0d6efd;
}

.about-faq__body strong {
  font-weight: 700;
  color: #1a2b3c;
}

.about-faq__body .about-kw {
  font-weight: 700;
  color: #1e5f7a;
}

.about-cta__text strong,
.about-cta__text .about-kw {
  font-weight: 700;
  color: #1e5f7a;
}

/* Mission cards */
.about-mission-card {
  background: #fff;
  border: 1px solid rgba(30, 95, 122, 0.12);
  border-radius: 16px;
  padding: 1.75rem;
  box-shadow: 0 2px 12px rgba(26, 43, 60, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-section--muted .about-mission-card {
  background: #fff;
}

.about-mission-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(26, 43, 60, 0.1);
}

.about-mission-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(235, 137, 68, 0.15);
  color: #eb8944;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.about-mission-card__icon--teal {
  background: rgba(30, 95, 122, 0.12);
  color: #1e5f7a;
}

.about-mission-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}

.about-mission-card__text {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #5c6b7a;
}

/* Offer cards — reuse landing icon palette */
.about-offer-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.about-offer-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.about-offer-card__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.about-offer-card__title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.about-offer-card__text {
  font-size: 0.875rem;
  color: #9ca3af;
  line-height: 1.55;
}

.about-offer-card .blue-icon {
  background: rgba(59, 130, 246, 0.15);
  color: #3b82f6;
}

.about-offer-card .green-icon {
  background: rgba(16, 185, 129, 0.15);
  color: #10b981;
}

.about-offer-card .purple-icon {
  background: rgba(139, 92, 246, 0.15);
  color: #8b5cf6;
}

/* Cities grid */
.about-cities-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 1.25rem;
}

.about-cities-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1a2b3c;
  background: #fff;
  padding: 0.65rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(30, 95, 122, 0.1);
  transition: background 0.2s ease, color 0.2s ease;
}

.about-cities-list li i {
  color: #eb8944;
  font-size: 0.85rem;
}

.about-cities-list li:hover {
  background: rgba(30, 95, 122, 0.06);
  color: #1e5f7a;
}

/* Values */
.about-value-item {
  padding: 1.25rem 0.75rem;
}

.about-value-item__num {
  display: inline-block;
  font-size: 2rem;
  font-weight: 800;
  color: #eb8944;
  line-height: 1;
  margin-bottom: 0.75rem;
  opacity: 0.35;
}

.about-value-item__title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.about-value-item__text {
  font-size: 0.875rem;
  color: #9ca3af;
  line-height: 1.5;
  max-width: 14rem;
  margin-left: auto;
  margin-right: auto;
}

/* Stats band */
.about-stats {
  background: linear-gradient(90deg, #eb8944 0%, #e07a38 100%);
  color: #fff;
  padding: 2.5rem 0;
}

.about-stats__value {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
  line-height: 1.1;
}

.about-stats__value--text {
  font-size: 1.5rem;
}

.about-stats__label {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 0;
  opacity: 0.92;
}

/* CTA */
.about-cta {
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
}

.about-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.about-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-cta__container {
  position: relative;
  z-index: 1;
}

.about-cta__inner {
  max-width: 36rem;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(8px);
}

.about-cta__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}

.about-cta__text {
  font-size: 0.95rem;
  color: #5c6b7a;
  margin-bottom: 1.5rem;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.about-page .about-cta .pd-btn--outline {
  border-color: var(--pd-brand-teal, #1e5f7a);
  color: #1e5f7a;
}

.about-page .about-cta .pd-btn--outline:hover {
  background: #1e5f7a;
  color: #fff;
}

/* FAQ */
.about-faq-head {
  max-width: 40rem;
  margin: 0 auto;
}

.about-faq-head__label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0d6efd;
  margin-bottom: 0.5rem;
}

.about-faq {
  --bs-accordion-border-color: #e8edf2;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.12);
}

.about-faq__item {
  border-radius: 16px !important;
  margin-bottom: 0.75rem;
  overflow: hidden;
  border: 1px solid #e8edf2 !important;
  background: #fff;
}

.about-faq__btn {
  font-weight: 600;
  font-size: 1rem;
  color: #1a2b3c;
  background: #fff;
  padding: 1.1rem 1.25rem;
}

.about-faq__btn:not(.collapsed) {
  background: rgba(13, 110, 253, 0.06);
  color: #1e5f7a;
  box-shadow: none;
}

.about-faq__body {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #5c6b7a;
  padding: 0 1.25rem 1.15rem;
}

.about-faq__body a {
  color: #0d6efd;
  font-weight: 600;
  text-decoration: none;
}

.about-faq__body a:hover {
  text-decoration: underline;
}

/* Scroll reveal */
.about-page [data-about-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.about-page [data-about-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 991.98px) {
  .about-hero {
    padding-bottom: 2.5rem;
  }

  .about-hero__figure {
    margin-top: 0.5rem;
  }
}

@media (max-width: 575.98px) {
  .about-section {
    padding: 2.5rem 0;
  }

  .about-cities-list {
    grid-template-columns: 1fr;
  }

  .about-stats__value {
    font-size: 1.75rem;
  }
}

/* Primary CTA — match static pages brand blue */
.about-page .pd-btn--primary {
  background: #0d6efd;
  background-image: none;
  color: #fff;
  box-shadow: 0 4px 14px rgba(13, 110, 253, 0.35);
}

.about-page .pd-btn--primary:hover:not(:disabled) {
  background: #0b5ed7;
  background-image: none;
  color: #fff;
  box-shadow: 0 6px 18px rgba(13, 110, 253, 0.4);
}
