/**
 * About Raab Group — company profile page
 */
:root {
  --about-primary: #0a6b8a;
  --about-primary-dark: #064a61;
  --about-accent: #47b2e4;
  --about-gold: #e8a020;
}

.about-page .vv-hero-bg {
  background-color: #0c2d48;
  background-image:
    linear-gradient(135deg, rgba(12, 45, 72, 0.92) 0%, rgba(10, 107, 138, 0.65) 45%, rgba(6, 74, 97, 0.75) 100%),
    url('../img/seo/immigration-consultants-uae.svg');
  background-size: cover, min(72vw, 920px) auto;
  background-position: center, 78% 42%;
  background-repeat: no-repeat;
}

.about-page .vv-hero-badges span i {
  color: var(--about-gold);
}

.about-page .vv-trust-stat strong {
  color: var(--about-primary);
}

.about-page .ca-seo-link {
  color: var(--about-primary-dark);
}

.about-page .ca-seo-link:hover {
  color: var(--about-gold);
}

.about-page .vv-family-types {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (min-width: 992px) {
  .about-page .vv-family-types {
    grid-template-columns: repeat(3, 1fr);
  }
}

.about-page .vv-family-type {
  background: #fff;
  border: 1px solid rgba(10, 107, 138, 0.14);
  border-radius: 14px;
  padding: 24px 18px;
  text-align: center;
  box-shadow: 0 4px 18px rgba(12, 45, 72, 0.05);
  height: 100%;
}

.about-page .vv-family-type i {
  font-size: 2rem;
  color: var(--about-primary);
  margin-bottom: 12px;
  display: block;
}

.about-page .vv-family-type h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--vv-navy);
  margin: 0 0 8px;
}

.about-page .vv-family-type p {
  font-size: 0.82rem;
  color: #5a6478;
  margin: 0;
  line-height: 1.5;
}

.about-page .about-mission-box {
  background: linear-gradient(135deg, #f0f6fa 0%, #fff 100%);
  border-left: 4px solid var(--about-gold);
  border-radius: 0 12px 12px 0;
  padding: 24px 28px;
  margin-bottom: 24px;
}

.about-page .about-mission-box h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--about-primary-dark);
  margin-bottom: 10px;
}

.about-page .about-mission-box p {
  margin: 0;
  color: #5a6478;
  line-height: 1.65;
}

.about-page .about-office-card {
  background: #fff;
  border: 1px solid rgba(10, 107, 138, 0.12);
  border-radius: 14px;
  padding: 28px 24px;
  height: 100%;
  box-shadow: 0 4px 18px rgba(12, 45, 72, 0.06);
}

.about-page .about-office-card i {
  font-size: 2rem;
  color: var(--about-primary);
  margin-bottom: 14px;
  display: block;
}

.about-page .about-office-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--vv-navy);
  margin-bottom: 10px;
}

.about-page .about-office-card p {
  font-size: 0.9rem;
  color: #5a6478;
  margin: 0 0 8px;
  line-height: 1.6;
}

.about-page .about-office-card a {
  color: var(--about-primary-dark);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
}

.about-page .about-office-card a:hover {
  color: var(--about-gold);
}

.about-page .ca-consult-showcase {
  border-color: rgba(10, 107, 138, 0.15);
}

.about-page .ca-consult-showcase__eyebrow {
  color: var(--about-primary-dark);
}

.about-page .ca-benefit-card i {
  color: var(--about-primary);
}
