/* ===== Hakkımızda Sayfası ===== */

.hkk-page { padding-bottom: 0 }

/* ── HERO ── */
.hkk-hero {
  background: var(--ink);
  padding: 72px 0 80px;
  position: relative;
  overflow: hidden;
}
.hkk-hero-bg {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(ellipse 50% 80% at 100% 50%, rgba(10,132,217,.13) 0%, transparent 65%),
    repeating-linear-gradient(-55deg, transparent, transparent 28px,
      rgba(255,255,255,.018) 28px, rgba(255,255,255,.018) 29px);
  pointer-events: none;
}
.hkk-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 56px;
  align-items: center;
}

/* Sol */
.hkk-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--yellow); margin-bottom: 20px;
}
.hkk-hero-title {
  font-size: 52px; font-weight: 900;
  letter-spacing: -.05em; line-height: 1.08;
  color: #fff; margin: 0 0 20px;
}
.hkk-hero-desc {
  font-size: 15px; color: rgba(255,255,255,.5);
  line-height: 1.7; margin: 0 0 28px; max-width: 480px;
}
.hkk-hero-tags {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.hkk-hero-tags span {
  padding: 6px 14px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 99px;
  font-size: 12px; font-weight: 600;
  color: rgba(255,255,255,.55);
}

/* Sağ — stat grid */
.hkk-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.hkk-stat-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 24px 22px;
  transition: background .15s;
}
.hkk-stat-card:hover { background: rgba(255,255,255,.09) }
.hkk-stat-card--yellow {
  background: rgba(255,214,10,.1);
  border-color: rgba(255,214,10,.2);
}
.hkk-stat-card--blue {
  background: rgba(10,132,217,.15);
  border-color: rgba(10,132,217,.25);
}
.hkk-stat-val {
  font-size: 36px; font-weight: 900;
  letter-spacing: -.04em; line-height: 1;
  color: #fff; margin-bottom: 4px;
}
.hkk-stat-card--yellow .hkk-stat-val { color: var(--yellow) }
.hkk-stat-card--blue   .hkk-stat-val { color: #60B4F8 }
.hkk-stat-lbl {
  font-size: 12px; font-weight: 700;
  color: rgba(255,255,255,.5); margin-bottom: 8px;
  text-transform: uppercase; letter-spacing: .06em;
}
.hkk-stat-sub {
  font-size: 12.5px; font-weight: 500;
  color: rgba(255,255,255,.3); line-height: 1.5;
}

/* ── GENEL SECTION ── */
.hkk-section { padding: 72px 0 80px }
.hkk-section--alt { background: var(--surface) }

.hkk-tag {
  display: inline-block;
  font-size: 11px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--blue); background: var(--blue-50, #EFF6FF);
  padding: 4px 12px; border-radius: 99px; margin-bottom: 14px;
}
.hkk-sec-head { text-align: center; margin-bottom: 52px }
.hkk-sec-head h2 {
  font-size: 36px; font-weight: 900;
  letter-spacing: -.04em; color: var(--ink); margin: 0 0 12px;
}
.hkk-sec-head p {
  font-size: 15px; color: var(--muted);
  max-width: 480px; margin: 0 auto; line-height: 1.6;
}

/* ── HİKAYE ── */
.hkk-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: start;
}
.hkk-story-left .hkk-tag { margin-bottom: 16px }
.hkk-story-left h2 {
  font-size: 32px; font-weight: 900;
  letter-spacing: -.04em; line-height: 1.2;
  color: var(--ink); margin: 0 0 24px;
}
.hkk-story-left p {
  font-size: 14.5px; color: var(--muted);
  line-height: 1.75; margin: 0 0 16px;
}
.hkk-story-left p:last-child { margin-bottom: 0 }

/* Milestone kart — açık */
.hkk-milestone-card {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 20px;
  padding: 8px 0;
}
.hkk-mc-line {
  display: grid;
  grid-template-columns: 40px 72px 1fr;
  align-items: start;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line-2);
  position: relative;
}
.hkk-mc-line:last-child { border-bottom: none }

.hkk-mc-dot {
  width: 14px; height: 14px; border-radius: 50%;
  margin-top: 3px;
  border: 2px solid var(--line);
  background: #fff;
  flex-shrink: 0;
}
.hkk-mc-dot--past { background: var(--surface); border-color: var(--line-2) }
.hkk-mc-dot--blue { background: var(--blue); border-color: var(--blue); box-shadow: 0 0 0 3px rgba(10,132,217,.15) }
.hkk-mc-dot--now  { background: #22C55E; border-color: #22C55E; box-shadow: 0 0 0 3px rgba(34,197,94,.15) }

.hkk-mc-year {
  font-size: 11px; font-weight: 800;
  color: var(--muted-2); letter-spacing: .06em;
  text-transform: uppercase; line-height: 1.4; padding-top: 1px;
}
.hkk-mc-text {
  font-size: 13.5px; font-weight: 500;
  color: var(--ink-2); line-height: 1.6;
}

/* ── MİSYON & VİZYON ── */
.hkk-mv {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
.hkk-mv-card {
  border-radius: 20px; padding: 40px 36px;
}
.hkk-mv-card--dark {
  background: var(--ink);
}
.hkk-mv-card--light {
  background: #fff; border: 1.5px solid var(--line);
}
.hkk-mv-icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.hkk-mv-card--dark .hkk-mv-icon { background: rgba(255,255,255,.08); color: var(--yellow) }
.hkk-mv-card--light .hkk-mv-icon { background: var(--blue-50, #EFF6FF); color: var(--blue) }

.hkk-mv-label {
  font-size: 11px; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase; margin-bottom: 10px;
}
.hkk-mv-card--dark .hkk-mv-label { color: rgba(255,255,255,.3) }
.hkk-mv-card--light .hkk-mv-label { color: var(--blue) }

.hkk-mv-card h3 {
  font-size: 22px; font-weight: 900;
  letter-spacing: -.03em; line-height: 1.25; margin: 0 0 14px;
}
.hkk-mv-card--dark h3 { color: #fff }
.hkk-mv-card--light h3 { color: var(--ink) }

.hkk-mv-card p { font-size: 14px; line-height: 1.7; margin: 0 }
.hkk-mv-card--dark p { color: rgba(255,255,255,.45) }
.hkk-mv-card--light p { color: var(--muted) }

/* ── DEĞERLER ── */
.hkk-values {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.hkk-value {
  background: #fff; border: 1.5px solid var(--line-2);
  border-radius: 18px; padding: 28px 24px;
  position: relative;
  transition: border-color .15s, box-shadow .15s;
}
.hkk-value:hover {
  border-color: var(--blue);
  box-shadow: 0 4px 20px rgba(10,132,217,.08);
}
.hkk-val-num {
  position: absolute; top: 20px; right: 20px;
  font-size: 13px; font-weight: 800; color: var(--line);
}
.hkk-val-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--blue-50, #EFF6FF);
  display: flex; align-items: center; justify-content: center;
  color: var(--blue); margin-bottom: 16px;
}
.hkk-value h4 { font-size: 16px; font-weight: 800; color: var(--ink); margin: 0 0 8px }
.hkk-value p  { font-size: 13.5px; color: var(--muted); line-height: 1.65; margin: 0 }

/* ── EKİBİMİZ — açık zemin ── */
.hkk-teams {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.hkk-team {
  background: #fff;
  border: 1.5px solid var(--line-2);
  border-radius: 18px; padding: 28px 24px;
  transition: border-color .15s, box-shadow .15s;
}
.hkk-team:hover {
  border-color: var(--blue);
  box-shadow: 0 4px 16px rgba(10,132,217,.07);
}
.hkk-team-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--blue-50, #EFF6FF);
  display: flex; align-items: center; justify-content: center;
  color: var(--blue); margin-bottom: 16px;
}
.hkk-team h4 { font-size: 15px; font-weight: 800; color: var(--ink); margin: 0 0 8px }
.hkk-team p  { font-size: 13px; color: var(--muted); line-height: 1.65; margin: 0 }

/* ── GÜVEN RAKAMLARI ── */
.hkk-trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px; background: var(--line-2);
  border-radius: 20px; overflow: hidden;
}
.hkk-trust {
  background: #fff; padding: 36px 28px; text-align: center;
}
.hkk-trust-num {
  font-size: 38px; font-weight: 900;
  letter-spacing: -.05em; line-height: 1;
  color: var(--ink); margin-bottom: 6px;
}
.hkk-trust-lbl {
  font-size: 11px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 10px;
}
.hkk-trust-desc {
  font-size: 13px; color: var(--muted); line-height: 1.55;
}

/* ── CTA ── */
.hkk-cta-section {
  background: var(--ink); padding: 56px 0;
}
.hkk-cta-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 40px; flex-wrap: wrap;
}
.hkk-cta-inner h2 {
  font-size: 26px; font-weight: 900;
  letter-spacing: -.03em; color: #fff; margin: 0 0 6px;
}
.hkk-cta-inner p { font-size: 14px; color: rgba(255,255,255,.45); margin: 0 }
.hkk-cta-btns { display: flex; gap: 12px; flex-shrink: 0 }
.hkk-cta-primary {
  display: inline-flex; align-items: center;
  padding: 13px 28px; background: var(--yellow); color: var(--ink);
  font-size: 14px; font-weight: 800; border-radius: 10px;
  transition: opacity .14s;
}
.hkk-cta-primary:hover { opacity: .88 }
.hkk-cta-ghost {
  display: inline-flex; align-items: center;
  padding: 13px 24px;
  border: 1.5px solid rgba(255,255,255,.2); color: rgba(255,255,255,.8);
  font-size: 14px; font-weight: 700; border-radius: 10px;
  transition: border-color .14s, color .14s;
}
.hkk-cta-ghost:hover { border-color: rgba(255,255,255,.5); color: #fff }

/* ── RESPONSIVE ── */
@media(max-width:1100px) {
  .hkk-hero-inner { grid-template-columns: 1fr 380px; gap: 40px }
  .hkk-hero-title { font-size: 42px }
  .hkk-values { grid-template-columns: repeat(2, 1fr) }
  .hkk-teams  { grid-template-columns: repeat(2, 1fr) }
  .hkk-trust-grid { grid-template-columns: repeat(2, 1fr) }
}
@media(max-width:860px) {
  .hkk-hero-inner { grid-template-columns: 1fr }
  .hkk-stat-grid { grid-template-columns: repeat(2, 1fr) }
  .hkk-story { grid-template-columns: 1fr; gap: 40px }
  .hkk-mv    { grid-template-columns: 1fr }
}
@media(max-width:600px) {
  .hkk-hero { padding: 48px 0 56px }
  .hkk-hero-title { font-size: 32px }
  .hkk-stat-grid { grid-template-columns: 1fr 1fr }
  .hkk-stat-val  { font-size: 28px }
  .hkk-section { padding: 48px 0 56px }
  .hkk-values { grid-template-columns: 1fr }
  .hkk-teams  { grid-template-columns: 1fr }
  .hkk-trust-grid { grid-template-columns: 1fr 1fr }
  .hkk-cta-btns { flex-direction: column; width: 100% }
  .hkk-cta-primary, .hkk-cta-ghost { justify-content: center }
  .hkk-mc-line { grid-template-columns: 32px 60px 1fr }
}
