/* ============================================================
   RABIA MOTORS — About Page (Professional Redesign)
   ============================================================ */

body.about-page {
  margin: 0;
  padding: 0;
  font-family: 'DM Sans', var(--font);
  background: #f0f2f6;
}

body.about-page .topbar {
  background: #12182b;
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

body.about-page .header {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), 0 8px 24px rgba(22, 33, 62, 0.06);
}

.abt {
  --abt-dark: #12182b;
  --abt-dark2: #1a2744;
  --abt-mid: #243352;
  --abt-muted: #64748b;
  --abt-line: rgba(15, 23, 42, 0.08);
  --abt-radius: 16px;
  --abt-radius-lg: 22px;
  --abt-shadow: 0 20px 50px rgba(22, 33, 62, 0.12);
}

/* ── Shared ──────────────────────────────────────────────────── */
.abt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #f5b4ad;
  background: rgba(192, 57, 43, 0.18);
  border: 1px solid rgba(240, 168, 160, 0.25);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.abt-eyebrow-dark {
  color: var(--primary);
  background: rgba(192, 57, 43, 0.08);
  border-color: rgba(192, 57, 43, 0.18);
}

.abt-eyebrow-light {
  color: #f0a8a0;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.abt-section {
  padding: 80px 0;
}

.abt-section-alt {
  background: #fff;
}

.abt-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.abt-section-head-center {
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.abt-section-head h2 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--abt-dark);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.abt-section-head p {
  margin: 0;
  color: var(--abt-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

body.about-page .abt-reviews .abt-section-head h2 {
  color: #fff;
}

body.about-page .abt-reviews .abt-section-head p {
  color: #94a3b8;
}

/* ── Hero ────────────────────────────────────────────────────── */
body.about-page .abt-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #12182b 0%, #1a2744 48%, #243352 100%);
  color: #fff;
  padding: 28px 0 64px;
}

.abt-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 85% 20%, rgba(192, 57, 43, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(255, 255, 255, 0.04) 0%, transparent 50%),
    linear-gradient(180deg, transparent 0%, rgba(18, 24, 43, 0.3) 100%);
  pointer-events: none;
}

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

.abt-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 0.82rem;
  color: #94a3b8;
}

.abt-breadcrumb a {
  color: #cbd5e1;
  transition: color 0.2s;
}

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

.abt-breadcrumb i {
  font-size: 0.62rem;
  opacity: 0.6;
}

.abt-breadcrumb span {
  color: #fff;
  font-weight: 600;
}

.abt-hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.abt-hero-copy h1 {
  font-size: clamp(2rem, 3.8vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0 0 16px;
}

.abt-hero-lead {
  color: #cbd5e1;
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 520px;
  margin: 0 0 22px;
}

.abt-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.abt-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 14px;
  border-radius: 999px;
}

.abt-hero-meta i {
  color: #f0a8a0;
  font-size: 0.75rem;
}

.abt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.abt-hero-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 700;
}

/* Hero visual */
.abt-hero-visual {
  position: relative;
}

.abt-hero-visual-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 12px;
  align-items: stretch;
}

.abt-hero-img {
  display: block;
  width: 100%;
  border-radius: var(--abt-radius-lg);
  object-fit: cover;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.abt-hero-img-main {
  grid-row: span 2;
  min-height: 320px;
  height: 100%;
}

.abt-hero-img-sub {
  aspect-ratio: 1;
}

.abt-hero-float {
  position: absolute;
  left: -20px;
  bottom: 24px;
  display: flex;
  gap: 10px;
  z-index: 2;
}

.abt-hero-float-stat {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  min-width: 120px;
}

.abt-hero-float-stat strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--abt-dark);
  line-height: 1;
  margin-bottom: 4px;
}

.abt-hero-float-stat span {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--abt-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ── Pillars ─────────────────────────────────────────────────── */
.abt-pillars {
  margin-top: -28px;
  padding-bottom: 32px;
  position: relative;
  z-index: 2;
}

.abt-pillar-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #fff;
  border: 1px solid var(--abt-line);
  border-radius: var(--abt-radius-lg);
  box-shadow: var(--abt-shadow);
  overflow: hidden;
}

.abt-pillar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  border-right: 1px solid var(--abt-line);
  transition: background 0.2s;
}

.abt-pillar:last-child {
  border-right: none;
}

.abt-pillar:hover {
  background: #fafbfc;
}

.abt-pillar-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fdf0ef, #fff);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
  border: 1px solid rgba(192, 57, 43, 0.1);
}

.abt-pillar-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.abt-pillar-text strong {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--abt-dark);
}

.abt-pillar-text em {
  font-style: normal;
  font-size: 0.74rem;
  color: var(--abt-muted);
}

/* ── Mission ─────────────────────────────────────────────────── */
.abt-mission {
  padding-top: 48px;
  padding-bottom: 48px;
}

.abt-mission-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.abt-mission-card {
  background: #fff;
  border: 1px solid var(--abt-line);
  border-radius: var(--abt-radius-lg);
  padding: 32px 28px;
  box-shadow: 0 4px 20px rgba(22, 33, 62, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}

.abt-mission-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(22, 33, 62, 0.1);
}

.abt-mission-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 14px;
}

.abt-mission-card h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--abt-dark);
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.abt-mission-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--abt-muted);
  line-height: 1.7;
}

.abt-mission-card-accent {
  background: linear-gradient(145deg, var(--abt-dark2) 0%, #2a1a30 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.abt-mission-card-accent .abt-mission-label {
  color: #f0a8a0;
}

.abt-mission-card-accent h3 {
  color: #fff;
}

.abt-mission-card-accent p {
  color: rgba(255, 255, 255, 0.75);
}

/* ── Story ───────────────────────────────────────────────────── */
.abt-story-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: stretch;
}

.abt-story-media {
  position: relative;
  border-radius: var(--abt-radius-lg);
  overflow: hidden;
  box-shadow: var(--abt-shadow);
  min-height: 0;
}

.abt-story-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abt-story-badge {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.abt-story-badge i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fdf0ef;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.abt-story-badge strong {
  display: block;
  font-size: 0.9rem;
  color: var(--abt-dark);
}

.abt-story-badge span {
  font-size: 0.76rem;
  color: var(--abt-muted);
}

.abt-story-quote {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  margin: 0;
  padding: 20px 22px;
  background: rgba(18, 24, 43, 0.88);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.abt-story-quote p {
  margin: 0 0 8px;
  font-size: 0.92rem;
  font-style: italic;
  color: #e2e8f0;
  line-height: 1.65;
}

.abt-story-quote cite {
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
  color: #f0a8a0;
}

.abt-story-copy h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.05rem);
  font-weight: 800;
  color: var(--abt-dark);
  letter-spacing: -0.025em;
  margin: 0 0 16px;
  line-height: 1.2;
}

.abt-lead {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.75;
  margin: 0 0 16px;
}

.abt-story-copy > p {
  color: var(--abt-muted);
  line-height: 1.8;
  margin: 0 0 20px;
}

.abt-checklist {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
}

.abt-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.55;
}

.abt-checklist i {
  color: var(--primary);
  margin-top: 3px;
  flex-shrink: 0;
}

.abt-story-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--primary);
  transition: gap 0.2s;
}

.abt-story-link:hover {
  gap: 12px;
}

/* ── Stats ───────────────────────────────────────────────────── */
.abt-stats {
  padding: 0 0 64px;
}

.abt-kpi-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 45%, rgba(255, 255, 255, 0.09) 100%),
    rgba(18, 24, 43, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.32);
  border-radius: var(--abt-radius-lg);
  padding: 32px 16px;
  -webkit-backdrop-filter: blur(22px) saturate(1.5);
  backdrop-filter: blur(22px) saturate(1.5);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.abt-kpi-grid::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 42%);
  pointer-events: none;
}

.abt-kpi {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 12px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.abt-kpi:last-child {
  border-right: none;
}

.abt-kpi-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  border-radius: 12px;
  background: rgba(192, 57, 43, 0.2);
  color: #ffb4ac;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.abt-kpi-num {
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.abt-kpi-lbl {
  margin-top: 10px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

/* ── Values ──────────────────────────────────────────────────── */
.abt-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 18px;
}

.abt-value {
  background: #f8fafc;
  border: 1px solid var(--abt-line);
  border-radius: var(--abt-radius);
  padding: 30px 26px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.abt-value:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(22, 33, 62, 0.09);
  border-color: rgba(192, 57, 43, 0.22);
}

.abt-value-lg {
  grid-column: span 2;
  background: linear-gradient(135deg, #fff 0%, #fdf6f5 100%);
}

.abt-value-accent {
  background: linear-gradient(145deg, var(--abt-dark2) 0%, #2a1a30 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.abt-value-accent .abt-value-icon {
  background: rgba(192, 57, 43, 0.25);
  color: #ffb4ac;
}

.abt-value-accent h3 { color: #fff; }
.abt-value-accent p { color: rgba(255, 255, 255, 0.78); }

.abt-value-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #fdf0ef;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.abt-value h3 {
  margin: 0 0 8px;
  font-size: 1.06rem;
  font-weight: 700;
  color: var(--abt-dark);
}

.abt-value p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--abt-muted);
  line-height: 1.65;
}

/* ── Services ────────────────────────────────────────────────── */
.abt-services {
  background: #f8fafc;
}

.abt-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.abt-service {
  background: #fff;
  border: 1px solid var(--abt-line);
  border-radius: var(--abt-radius);
  padding: 28px 24px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.abt-service:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(22, 33, 62, 0.08);
  border-color: rgba(192, 57, 43, 0.2);
}

.abt-service-icon {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  background: linear-gradient(135deg, #fdf0ef, #fff);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 16px;
  border: 1px solid rgba(192, 57, 43, 0.1);
}

.abt-service h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--abt-dark);
}

.abt-service p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--abt-muted);
  line-height: 1.65;
}

/* ── Timeline ──────────────────────────────────────────────────── */
.abt-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.abt-step {
  position: relative;
  background: #f8fafc;
  border: 1px solid var(--abt-line);
  border-radius: var(--abt-radius);
  padding: 28px 22px 24px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.abt-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(22, 33, 62, 0.09);
}

.abt-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 44px;
  left: 100%;
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), #e74c3c);
  opacity: 0.35;
  z-index: 2;
  pointer-events: none;
}

.abt-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.abt-step-num {
  font-size: 1.5rem;
  font-weight: 800;
  color: rgba(192, 57, 43, 0.25);
  line-height: 1;
  letter-spacing: -0.03em;
}

.abt-step-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), #e74c3c);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 8px 20px rgba(192, 57, 43, 0.3);
}

.abt-step-body h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--abt-dark);
}

.abt-step-body p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--abt-muted);
  line-height: 1.65;
}

/* ── Markets ───────────────────────────────────────────────────── */
.abt-region-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}

.abt-region {
  background: #fff;
  border: 1px solid var(--abt-line);
  border-radius: var(--abt-radius-lg);
  padding: 28px 26px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.abt-region:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(22, 33, 62, 0.1);
}

.abt-region-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.abt-region-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #fdf0ef;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.abt-region h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--abt-dark);
}

.abt-region > p {
  margin: 0 0 16px;
  font-size: 0.88rem;
  color: var(--abt-muted);
  line-height: 1.65;
}

.abt-region-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.abt-region-tags li {
  font-size: 0.74rem;
  font-weight: 600;
  color: #475569;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  padding: 5px 12px;
  border-radius: 999px;
}

.abt-market-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.abt-market-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--abt-line);
  color: #475569;
  font-size: 0.86rem;
  font-weight: 600;
  box-shadow: 0 2px 10px rgba(22, 33, 62, 0.04);
}

.abt-market-chip i {
  color: var(--primary);
}

/* ── Credentials ───────────────────────────────────────────────── */
.abt-creds {
  padding: 0 0 64px;
}

.abt-creds-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--abt-line);
  border-radius: var(--abt-radius-lg);
  padding: 22px 28px;
  box-shadow: 0 4px 20px rgba(22, 33, 62, 0.05);
}

.abt-cred {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--abt-dark);
}

.abt-cred i {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #fdf0ef;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

/* ── Office ──────────────────────────────────────────────────────── */
.abt-office {
  padding: 0 0 80px;
}

.abt-office-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  background: linear-gradient(135deg, var(--abt-dark) 0%, var(--abt-dark2) 55%, var(--abt-mid) 100%);
  border-radius: var(--abt-radius-lg);
  overflow: hidden;
  box-shadow: var(--abt-shadow);
}

.abt-office-copy {
  padding: 52px 48px;
  color: #fff;
}

.abt-office-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.abt-office-copy > p {
  margin: 0 0 28px;
  color: #cbd5e1;
  font-size: 0.96rem;
  line-height: 1.7;
  max-width: 460px;
}

.abt-office-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.abt-office-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9rem;
  color: #e2e8f0;
  line-height: 1.5;
}

.abt-office-list i {
  color: #f0a8a0;
  margin-top: 3px;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}

.abt-office-list a {
  color: #e2e8f0;
  transition: color 0.2s;
}

.abt-office-list a:hover {
  color: #fff;
}

.abt-office-aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 52px 40px;
  background: rgba(255, 255, 255, 0.04);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.abt-office-stat {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
}

.abt-office-stat strong {
  display: block;
  font-size: 1.55rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}

.abt-office-stat span {
  font-size: 0.82rem;
  color: #94a3b8;
}

.abt-office-btn {
  margin-top: 6px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 8px 20px rgba(192, 57, 43, 0.35);
}

/* ── Reviews slideshow ─────────────────────────────────────────── */
body.about-page .abt-reviews {
  background: linear-gradient(135deg, #12182b 0%, #1a2744 50%, #243352 100%);
  color: #fff;
  padding-bottom: 88px;
}

.abt-reviews-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.abt-reviews-nav {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}

.abt-reviews-nav:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.25);
}

.abt-reviews-slider {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  container-type: inline-size;
  container-name: reviews;
}

.abt-reviews-slider .reviews-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease;
  align-items: stretch;
}

body.about-page .abt-review-card {
  position: relative;
  flex: 0 0 calc((100cqw - 48px) / 3);
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: visible;
  border-radius: var(--abt-radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 28px 26px 26px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

@container reviews (max-width: 899px) {
  body.about-page .abt-review-card {
    flex: 0 0 calc((100cqw - 24px) / 2);
  }
}

@container reviews (max-width: 639px) {
  body.about-page .abt-review-card {
    flex: 0 0 100cqw;
  }
}

.abt-review-quote-mark {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 1.4rem;
  color: rgba(192, 57, 43, 0.35);
}

body.about-page .abt-review-card .review-text {
  font-size: 0.92rem;
  line-height: 1.75;
  margin-bottom: 20px;
  padding-right: 28px;
  overflow: visible;
  overflow-wrap: break-word;
  flex: 1 1 auto;
}

body.about-page .abt-review-card .review-author {
  margin-top: auto;
  flex-shrink: 0;
}

body.about-page .abt-reviews .reviews-controls {
  margin-top: 32px;
}

/* ── FAQ ───────────────────────────────────────────────────────── */
.abt-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 1000px;
  margin: 0 auto;
}

.abt-faq-item {
  background: #fff;
  border: 1px solid var(--abt-line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(22, 33, 62, 0.04);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.abt-faq-item[open] {
  border-color: rgba(192, 57, 43, 0.25);
  box-shadow: 0 8px 24px rgba(192, 57, 43, 0.08);
}

.abt-faq-item summary {
  list-style: none;
}

.abt-faq-item summary::-webkit-details-marker {
  display: none;
}

.abt-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--abt-dark);
  cursor: pointer;
  user-select: none;
}

.abt-faq-q i {
  color: var(--primary);
  transition: transform 0.25s ease;
  flex-shrink: 0;
  font-size: 0.8rem;
}

.abt-faq-item[open] .abt-faq-q i {
  transform: rotate(180deg);
}

.abt-faq-a {
  padding: 0 20px 18px;
  font-size: 0.9rem;
  color: var(--abt-muted);
  line-height: 1.7;
}

/* ── CTA ───────────────────────────────────────────────────────── */
.abt-cta {
  padding: 56px 0 80px;
}

.abt-cta-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  align-items: stretch;
}

.abt-cta-main {
  background: linear-gradient(135deg, var(--primary) 0%, #d64535 55%, #e74c3c 100%);
  color: #fff;
  padding: 52px 56px;
  border-radius: var(--abt-radius-lg);
  box-shadow: var(--abt-shadow);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.abt-cta-main h2 {
  margin: 0 0 16px;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.abt-cta-main p {
  margin: 0 0 32px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.65;
  max-width: 480px;
}

.abt-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.abt-cta-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
}

.abt-cta-side {
  background: var(--abt-dark2);
  padding: 52px 48px;
  border-radius: var(--abt-radius-lg);
  box-shadow: var(--abt-shadow);
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.abt-cta-contact {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  min-height: 76px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  color: #fff;
  transition: background 0.2s, border-color 0.2s;
}

.abt-cta-contact:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

.abt-cta-contact i {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(192, 57, 43, 0.25);
  color: #ffb4ac;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
}

.abt-cta-wa i {
  background: rgba(37, 211, 102, 0.2);
  color: #4ade80;
}

.abt-cta-contact span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.abt-cta-contact strong {
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
}

.abt-cta-contact em {
  font-style: normal;
  font-size: 0.86rem;
  color: #cbd5e1;
}

/* ── Responsive ────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .abt-hero-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .abt-hero-visual {
    max-width: 520px;
  }

  .abt-hero-float {
    left: 12px;
  }

  .abt-pillar-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .abt-pillar:nth-child(2) {
    border-right: none;
  }

  .abt-pillar:nth-child(odd) {
    border-bottom: 1px solid var(--abt-line);
  }

  .abt-mission-grid {
    grid-template-columns: 1fr;
  }

  .abt-story-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .abt-story-media {
    min-height: 300px;
  }

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

  .abt-kpi:nth-child(2) {
    border-right: none;
  }

  .abt-kpi {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 18px;
  }

  .abt-kpi:nth-last-child(-n+2) {
    border-bottom: none;
  }

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

  .abt-value-lg {
    grid-column: span 2;
  }

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

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

  .abt-step:not(:last-child)::after {
    display: none;
  }

  .abt-region-grid {
    grid-template-columns: 1fr;
  }

  .abt-office-card {
    grid-template-columns: 1fr;
  }

  .abt-office-aside {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .abt-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .abt-cta-grid {
    grid-template-columns: 1fr;
  }

  .abt-section {
    padding: 64px 0;
  }

  .abt-reviews-nav {
    display: none;
  }
}

@media (max-width: 640px) {
  body.about-page .abt-hero {
    padding: 22px 0 44px;
  }

  .abt-pillars {
    margin-top: -14px;
    padding-bottom: 24px;
  }

  .abt-pillar-bar {
    grid-template-columns: 1fr;
  }

  .abt-pillar {
    border-right: none;
    border-bottom: 1px solid var(--abt-line);
  }

  .abt-pillar:last-child {
    border-bottom: none;
  }

  .abt-hero-visual-grid {
    grid-template-columns: 1fr;
  }

  .abt-hero-img-main {
    grid-row: auto;
    min-height: 220px;
  }

  .abt-hero-img-sub {
    display: none;
  }

  .abt-hero-float {
    position: static;
    margin-top: 14px;
  }

  .abt-kpi-grid {
    grid-template-columns: 1fr 1fr;
    padding: 24px 12px;
  }

  .abt-values,
  .abt-service-grid {
    grid-template-columns: 1fr;
  }

  .abt-value-lg {
    grid-column: span 1;
  }

  .abt-timeline {
    grid-template-columns: 1fr;
  }

  .abt-creds-bar {
    justify-content: center;
  }

  .abt-office-copy,
  .abt-office-aside {
    padding: 32px 24px;
  }

  .abt-cta-main,
  .abt-cta-side {
    padding: 36px 28px;
  }

  .abt-story-quote {
    position: static;
    margin-top: 16px;
    border-radius: 0 0 var(--abt-radius-lg) var(--abt-radius-lg);
  }
}
