/* ═══════════════════════════════════════════
   ABOUT PAGE — VNEXT STYLES
   ═══════════════════════════════════════════ */

/* ─── HERO ─── */
.about-hero {
  background: linear-gradient(175deg, #f6faf8 0%, #f7f9fb 50%, #faf8f3 100%);
  border-bottom: 1px solid rgba(26,43,60,0.08);
  padding: 64px 24px;
  text-align: center;
}
.about-breadcrumb {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px; color: #8c9caa; margin-bottom: 20px;
}
.about-breadcrumb a { color: #2a9d8f; text-decoration: none; }
.about-breadcrumb a:hover { text-decoration: underline; }
.about-hero h1 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 40px; font-weight: 800; color: #1a2b3c;
  letter-spacing: -1px; margin: 0 0 12px;
}
.about-hero > p {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 17px; color: #647484;
  max-width: 640px; margin: 0 auto; line-height: 1.7;
}

/* ─── STORY ─── */
.about-story {
  max-width: 800px; margin: 0 auto; padding: 56px 24px;
}
.about-story h2 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 26px; font-weight: 800; color: #1a2b3c;
  letter-spacing: -0.5px; margin-bottom: 20px;
}
.about-story p {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px; line-height: 1.8; color: #647484; margin-bottom: 16px;
}
.about-story a { color: #2a9d8f; text-decoration: underline; text-underline-offset: 2px; }

/* ─── STATS ─── */
.about-stats {
  background: linear-gradient(135deg, #1a2b3c 0%, #2a4a5c 100%);
  padding: 64px 24px;
}
.about-stats-inner {
  max-width: 1000px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
  text-align: center;
}
.about-stat-number {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 40px; font-weight: 800; color: #ffd600;
  letter-spacing: -1px; margin-bottom: 4px;
}
.about-stat-label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px; color: rgba(224,232,240,0.7); line-height: 1.4;
}

/* ─── DIFFERENTIATORS ─── */
.about-diff {
  max-width: 1000px; margin: 0 auto; padding: 64px 24px;
}
.about-diff h2 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 26px; font-weight: 800; color: #1a2b3c;
  letter-spacing: -0.5px; margin-bottom: 40px; text-align: center;
}
.about-diff-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
.about-diff-card {
  background: #fff; border: 1px solid rgba(26,43,60,0.08);
  border-radius: 12px; padding: 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.about-diff-icon {
  width: 48px; height: 48px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px; font-size: 22px;
}
.about-diff-card:nth-child(1) .about-diff-icon { background: linear-gradient(135deg, #e8f4f2, #d0ebe6); }
.about-diff-card:nth-child(2) .about-diff-icon { background: linear-gradient(135deg, #eef4fb, #dce8f5); }
.about-diff-card:nth-child(3) .about-diff-icon { background: linear-gradient(135deg, #fff8e0, #fff0b8); }
.about-diff-card h3 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 17px; font-weight: 700; color: #1a2b3c; margin-bottom: 8px;
}
.about-diff-card p {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px; color: #647484; line-height: 1.7; margin: 0;
}

/* ─── TEAM ─── */
.about-team {
  background: #f8faf9;
  border-top: 1px solid rgba(26,43,60,0.08);
  border-bottom: 1px solid rgba(26,43,60,0.08);
  padding: 64px 24px;
}
.about-team-inner {
  max-width: 800px; margin: 0 auto; text-align: center;
}
.about-team-inner h2 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 26px; font-weight: 800; color: #1a2b3c;
  letter-spacing: -0.5px; margin-bottom: 16px;
}
.about-team-inner > p {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px; color: #647484; line-height: 1.8; margin-bottom: 24px;
}
.about-team-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px; font-weight: 600; color: #2a9d8f; text-decoration: none;
  padding: 10px 20px; border: 1.5px solid rgba(42,157,143,0.2);
  border-radius: 8px; transition: all 0.2s;
}
.about-team-link:hover {
  background: rgba(42,157,143,0.05); border-color: #2a9d8f;
}

/* ─── TRUST ─── */
.about-trust {
  max-width: 800px; margin: 0 auto; padding: 64px 24px; text-align: center;
}
.about-trust h2 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 26px; font-weight: 800; color: #1a2b3c;
  letter-spacing: -0.5px; margin-bottom: 16px;
}
.about-trust > p {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px; color: #647484; line-height: 1.8; margin-bottom: 32px;
}
.about-trust > p a { color: #2a9d8f; text-decoration: underline; text-underline-offset: 2px; }
.about-trust-badges {
  display: flex; align-items: center; justify-content: center;
  gap: 40px; flex-wrap: wrap;
}
.about-trust-badges img { height: 48px; opacity: 0.85; }

/* ─── CTA ─── */
.about-cta {
  background: linear-gradient(135deg, #1a2b3c 0%, #2a4a5c 100%);
  padding: 64px 24px; text-align: center;
}
.about-cta h2 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 28px; font-weight: 800; color: #fff; margin-bottom: 12px;
}
.about-cta > p {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px; color: rgba(224,232,240,0.7); margin-bottom: 28px;
}
.about-cta .btn-about-cta {
  display: inline-block; background: #ffd600; color: #1a2b3c;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.5px; padding: 16px 36px; border-radius: 8px;
  text-decoration: none; transition: all 0.2s;
  box-shadow: 0 4px 14px rgba(255,214,0,0.3);
}
.about-cta .btn-about-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,214,0,0.4);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {
  .about-diff-grid { grid-template-columns: 1fr; }
  .about-hero h1 { font-size: 30px; }
}
@media (max-width: 640px) {
  .about-stats-inner { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; }
}
