/* HAKKIMIZDA — Premium minimal */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background: #fff; color: #222; -webkit-font-smoothing: antialiased; }
.about-page { overflow-x: hidden; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* Page Header */
.page-header { padding: 72px 24px 56px; max-width: 1120px; margin: 0 auto; border-bottom: 1px solid #EBEBEB; }
.page-header-label { font-size: 13px; font-weight: 600; color: #717171; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.page-header h1 { font-size: clamp(28px, 4vw, 48px); font-weight: 700; color: #222; letter-spacing: -1.5px; line-height: 1.1; margin-bottom: 16px; }
.page-header p { font-size: 17px; color: #484848; line-height: 1.7; max-width: 640px; }

/* Stats */
.stats-section { padding: 56px 0; border-bottom: 1px solid #EBEBEB; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-card { padding: 32px 24px; text-align: center; border-right: 1px solid #EBEBEB; }
.stat-card:last-child { border-right: none; }
.stat-icon { width: 40px; height: 40px; border-radius: 50%; background: #F7F7F7; border: 1px solid #EBEBEB; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.stat-icon i { font-size: 16px; color: #484848; }
.stat-number { font-size: 36px; font-weight: 800; color: #222; letter-spacing: -1px; line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 14px; color: #717171; font-weight: 500; }

/* Story */
.story-section { padding: 80px 0; border-bottom: 1px solid #EBEBEB; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.story-eyebrow { font-size: 13px; font-weight: 600; color: #717171; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.story-content h2 { font-size: clamp(24px, 3vw, 36px); font-weight: 700; color: #222; letter-spacing: -.8px; line-height: 1.2; margin-bottom: 24px; }
.story-text { font-size: 16px; color: #484848; line-height: 1.8; margin-bottom: 16px; }
.story-features { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.feature-item { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #222; font-weight: 500; }
.feature-item i { color: var(--color-primary, #222); font-size: 14px; }
.story-image { position: relative; }
.image-wrapper { border-radius: 16px; overflow: hidden; background: #F7F7F7; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; }
.image-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.image-overlay i { font-size: 48px; color: #EBEBEB; }

/* Values */
.values-section { padding: 80px 0; border-bottom: 1px solid #EBEBEB; }
.section-header { text-align: center; margin-bottom: 56px; }
.section-eyebrow { font-size: 13px; font-weight: 600; color: #717171; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.section-title { font-size: clamp(24px, 3vw, 36px); font-weight: 700; color: #222; letter-spacing: -.8px; margin-bottom: 16px; }
.section-subtitle { font-size: 16px; color: #717171; max-width: 560px; margin: 0 auto; line-height: 1.7; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #EBEBEB; border: 1px solid #EBEBEB; border-radius: 16px; overflow: hidden; }
.value-card { padding: 36px 32px; background: #fff; transition: background .2s; }
.value-card:hover { background: #F7F7F7; }
.value-icon { width: 44px; height: 44px; border-radius: 50%; background: #F7F7F7; border: 1px solid #EBEBEB; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.value-icon i { font-size: 18px; color: #484848; }
.value-card h3 { font-size: 17px; font-weight: 700; color: #222; margin-bottom: 10px; }
.value-card p { font-size: 14px; color: #717171; line-height: 1.7; }

/* Mission / Vision */
.mission-vision-section { padding: 80px 0; border-bottom: 1px solid #EBEBEB; }
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mv-card { padding: 48px 40px; border-radius: 16px; border: 1px solid #EBEBEB; }
.mv-card.mission { background: #F7F7F7; }
.mv-card.vision { background: #222; }
.mv-icon { width: 48px; height: 48px; border-radius: 50%; background: #fff; border: 1px solid #EBEBEB; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.mv-card.vision .mv-icon { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); }
.mv-icon i { font-size: 20px; color: #484848; }
.mv-card.vision .mv-icon i { color: #fff; }
.mv-card h3 { font-size: 22px; font-weight: 700; color: #222; margin-bottom: 16px; }
.mv-card.vision h3 { color: #fff; }
.mv-card p { font-size: 15px; color: #484848; line-height: 1.8; }
.mv-card.vision p { color: rgba(255,255,255,.8); }

/* Team */
.team-section { padding: 80px 0; border-bottom: 1px solid #EBEBEB; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-member { text-align: center; }
.member-image { width: 140px; height: 140px; border-radius: 50%; overflow: hidden; background: #F7F7F7; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; border: 1px solid #EBEBEB; }
.member-image img { width: 100%; height: 100%; object-fit: cover; }
.member-overlay i { font-size: 40px; color: #EBEBEB; }
.member-info h4 { font-size: 16px; font-weight: 700; color: #222; margin-bottom: 4px; }
.member-role { font-size: 13px; color: #717171; margin-bottom: 12px; }
.member-social { display: flex; gap: 8px; justify-content: center; }
.member-social a { width: 32px; height: 32px; border-radius: 50%; background: #F7F7F7; border: 1px solid #EBEBEB; display: flex; align-items: center; justify-content: center; color: #484848; text-decoration: none; font-size: 13px; transition: all .2s; }
.member-social a:hover { background: #222; color: #fff; border-color: #222; }

/* CTA */
.cta-section { padding: 80px 0; }
.cta-content { text-align: center; max-width: 560px; margin: 0 auto; }
.cta-content h2 { font-size: clamp(22px, 3vw, 32px); font-weight: 700; color: #222; letter-spacing: -.5px; margin-bottom: 16px; }
.cta-content p { font-size: 16px; color: #717171; line-height: 1.7; margin-bottom: 32px; }
.cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 8px; font-weight: 600; font-size: 15px; text-decoration: none; transition: all .2s; border: 1px solid transparent; }
.btn-primary { background: #222; color: #fff; }
.btn-primary:hover { background: #111; }
.btn-outline { background: #fff; color: #222; border-color: #222; }
.btn-outline:hover { background: #F7F7F7; }

/* Responsive */
@media (max-width: 1024px) {
  .story-grid { grid-template-columns: 1fr; gap: 40px; }
  .story-image { display: none; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-card { border-right: none; border-bottom: 1px solid #EBEBEB; }
  .stat-card:nth-child(odd) { border-right: 1px solid #EBEBEB; }
  .stat-card:nth-last-child(-n+2) { border-bottom: none; }
  .values-grid { grid-template-columns: 1fr; }
  .mv-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .page-header { padding: 40px 24px 32px; }
}
