/* ── About V2 ── */
.ab { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; color: #1e293b; -webkit-font-smoothing: antialiased; }
.ab *, .ab *::before, .ab *::after { box-sizing: border-box; }
.ab-container { max-width: 960px; margin: 0 auto; padding: 0 24px; }

/* Hero */
.ab-hero { padding: 56px 0 40px; text-align: center; }
.ab-hero h1 { font-size: 38px; font-weight: 800; color: #0f172a; margin-bottom: 12px; letter-spacing: -0.5px; }
.ab-hero-sub { font-size: 17px; color: #64748b; line-height: 1.7; max-width: 620px; margin: 0 auto 28px; }
.ab-hero-badges { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.ab-hero-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: #475569; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 9999px; padding: 8px 16px; }
.ab-hero-badge svg { color: #2563eb; flex-shrink: 0; }

/* Section base */
.ab-section { padding: 48px 0; }
.ab-section.alt { background: #f8fafc; }
.ab-section h2 { font-size: 26px; font-weight: 800; color: #0f172a; margin-bottom: 16px; }
.ab-section p { font-size: 15px; color: #475569; line-height: 1.8; margin-bottom: 14px; }

/* Story section */
.ab-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.ab-story-content h2 { margin-top: 0; }
.ab-story-visual { background: linear-gradient(135deg, #eff6ff, #dbeafe); border-radius: 16px; padding: 40px; text-align: center; }
.ab-story-year { font-size: 64px; font-weight: 800; color: #2563eb; line-height: 1; margin-bottom: 8px; }
.ab-story-label { font-size: 14px; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: 1px; }

/* Timeline */
.ab-timeline { display: flex; flex-direction: column; gap: 0; margin-top: 24px; }
.ab-timeline-item { display: flex; gap: 16px; padding-bottom: 24px; position: relative; }
.ab-timeline-item:last-child { padding-bottom: 0; }
.ab-timeline-marker { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.ab-timeline-dot { width: 12px; height: 12px; border-radius: 50%; background: #2563eb; flex-shrink: 0; margin-top: 4px; }
.ab-timeline-line { width: 2px; flex: 1; background: #e2e8f0; margin-top: 6px; }
.ab-timeline-item:last-child .ab-timeline-line { display: none; }
.ab-timeline-content h3 { font-size: 15px; font-weight: 700; color: #0f172a; margin-bottom: 4px; }
.ab-timeline-content p { font-size: 14px; color: #64748b; line-height: 1.6; margin: 0; }

/* Services overview */
.ab-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.ab-service-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 24px 20px; text-align: center; text-decoration: none; color: inherit; transition: all 0.2s; }
.ab-service-card:hover { border-color: #2563eb; box-shadow: 0 4px 20px rgba(37,99,235,0.1); transform: translateY(-2px); }
.ab-service-icon { width: 44px; height: 44px; background: #eff6ff; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; color: #2563eb; }
.ab-service-card h3 { font-size: 15px; font-weight: 700; color: #0f172a; margin-bottom: 4px; }
.ab-service-card p { font-size: 13px; color: #64748b; line-height: 1.5; margin: 0; }

/* Why choose us */
.ab-why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 24px; }
.ab-why-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 24px; display: flex; gap: 16px; align-items: flex-start; }
.ab-why-icon { width: 44px; height: 44px; background: #eff6ff; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #2563eb; flex-shrink: 0; }
.ab-why-card h3 { font-size: 15px; font-weight: 700; color: #0f172a; margin-bottom: 4px; }
.ab-why-card p { font-size: 13px; color: #64748b; line-height: 1.5; margin: 0; }

/* Team */
.ab-team-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 32px; display: flex; gap: 24px; align-items: center; max-width: 600px; }
.ab-team-avatar { width: 80px; height: 80px; background: linear-gradient(135deg, #2563eb, #1d4ed8); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 28px; font-weight: 800; flex-shrink: 0; }
.ab-team-info h3 { font-size: 18px; font-weight: 700; color: #0f172a; margin-bottom: 2px; }
.ab-team-role { font-size: 14px; font-weight: 600; color: #2563eb; margin-bottom: 8px; }
.ab-team-info p { font-size: 14px; color: #64748b; line-height: 1.6; margin: 0; }

/* Visit / Contact */
.ab-visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px; }
.ab-visit-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 28px; }
.ab-visit-card h3 { font-size: 16px; font-weight: 700; color: #0f172a; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.ab-visit-card h3 svg { color: #2563eb; }
.ab-visit-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f1f5f9; font-size: 14px; }
.ab-visit-row:last-child { border-bottom: none; }
.ab-visit-day { color: #475569; font-weight: 500; }
.ab-visit-time { color: #0f172a; font-weight: 600; }
.ab-visit-detail { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; font-size: 14px; color: #475569; }
.ab-visit-detail:last-child { margin-bottom: 0; }
.ab-visit-detail svg { color: #2563eb; flex-shrink: 0; }
.ab-visit-detail a { color: #2563eb; text-decoration: none; font-weight: 500; }
.ab-visit-detail a:hover { color: #1d4ed8; }

/* CTA */
.ab-cta { background: linear-gradient(135deg, #1e293b, #0f172a); padding: 60px 0; text-align: center; color: #fff; }
.ab-cta h2 { font-size: 28px; font-weight: 800; color: #fff; margin-bottom: 12px; }
.ab-cta p { font-size: 16px; color: #94a3b8; margin-bottom: 24px; }
.ab-cta-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.ab-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px; font-family: inherit; font-size: 15px; font-weight: 600; border-radius: 9999px; text-decoration: none; border: none; cursor: pointer; transition: all 0.2s; }
.ab-btn-primary { background: #2563eb; color: #fff; box-shadow: 0 2px 8px rgba(37,99,235,0.25); }
.ab-btn-primary:hover { background: #1d4ed8; transform: translateY(-1px); }
.ab-btn-outline { background: transparent; color: #e2e8f0; border: 1.5px solid #475569; }
.ab-btn-outline:hover { background: rgba(255,255,255,0.05); border-color: #94a3b8; }

/* Mobile */
@media (max-width: 768px) {
  .ab-hero h1 { font-size: 28px; }
  .ab-hero { padding: 36px 0 28px; }
  .ab-story-grid { grid-template-columns: 1fr; gap: 24px; }
  .ab-story-visual { padding: 28px; }
  .ab-story-year { font-size: 48px; }
  .ab-services-grid { grid-template-columns: 1fr 1fr; }
  .ab-why-grid { grid-template-columns: 1fr; }
  .ab-visit-grid { grid-template-columns: 1fr; }
  .ab-team-card { flex-direction: column; text-align: center; }
  .ab-team-avatar { margin: 0 auto; }
  .ab-section h2 { font-size: 22px; }
  .ab-cta { padding: 40px 0; }
  .ab-cta h2 { font-size: 22px; }
  .ab-btn { padding: 12px 20px; font-size: 14px; }
}
@media (max-width: 480px) {
  .ab-hero h1 { font-size: 24px; }
  .ab-hero-sub { font-size: 15px; }
  .ab-services-grid { grid-template-columns: 1fr; }
  .ab-hero-badges { flex-direction: column; align-items: center; }
}
