/* ==================================================
   HAKKIMIZDA SAYFASI  —  tüm sınıflar .hk- öneklidir
   ================================================== */
:root{
  --hk-kirmizi:#E1121A;
  --hk-siyah:#111214;
  --hk-gri:#6b7280;
  --hk-acikgri:#f4f5f7;
}

.hk-wrap{ overflow-x:hidden; }
.hk-wrap .container{ max-width:1720px; width:96%; }

/* ==================================================
   1. BÖLÜM : HERO
   ================================================== */
.hk-hero{ padding-top:110px; }

.hk-hero-box{
  position:relative;
  border-radius:18px;
  overflow:hidden;
  min-height:380px;
  display:flex;
  align-items:center;
  background-color:var(--hk-siyah);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.hk-hero-box::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(17,18,20,.94) 0%, rgba(17,18,20,.70) 45%, rgba(17,18,20,.30) 100%);
}
.hk-hero-inner{
  position:relative;
  z-index:2;
  padding:0 60px;
  width:100%;
}
.hk-breadcrumb{
  display:flex; align-items:center; gap:8px;
  font-size:15px; color:rgba(255,255,255,.75);
  margin-bottom:14px;
}
.hk-breadcrumb a{ color:rgba(255,255,255,.75); text-decoration:none; transition:color .2s ease; }
.hk-breadcrumb a:hover{ color:#fff; }
.hk-bc-home{ display:inline-flex; align-items:center; }
.hk-bc-home svg{ width:18px; height:18px; display:block; }
.hk-bc-sep{ opacity:.6; }
.hk-bc-current{ color:#fff; }

.hk-hero-title{
  font-family:'Nunito',sans-serif;
  font-weight:800; font-size:56px; line-height:1.1;
  color:#fff; margin:0; letter-spacing:-.5px;
}

/* ==================================================
   2. BÖLÜM : ÖZET + ÜST ÜSTE GALERİ
   ================================================== */
.hk-ozet{ padding:90px 0 70px; }

.hk-yil{
  font-family:'Nunito',sans-serif;
  font-weight:800; font-size:64px; line-height:1;
  color:var(--hk-kirmizi); margin:0 0 26px;
  letter-spacing:-1px;
}
.hk-manset{
  font-family:'Nunito',sans-serif;
  font-weight:700; font-size:27px; line-height:1.45;
  color:var(--hk-siyah); margin:0 0 60px; max-width:1100px;
}
/* --- galeri: üst üste binen deste --- */
.hk-galeri{
  position:relative;
  height:400px;
  max-width:560px;
}
.hk-gal-item{
  position:absolute;
  top:50%;
  left:calc(var(--i) * 30px);
  width:calc(100% - (var(--n) - 1) * 30px);
  height:86%;
  border-radius:18px;
  overflow:hidden;
  background:var(--hk-acikgri);
  box-shadow:0 18px 44px rgba(17,18,20,.20);
  z-index:var(--i);
  transform:translateY(-50%) rotate(calc((var(--i) - (var(--n) - 1) / 2) * 2.2deg));
  transition:transform .5s cubic-bezier(.2,.7,.3,1), box-shadow .4s ease;
}
.hk-gal-item img{
  display:block;
  width:100%; height:100%;
  min-width:0; min-height:0;
  object-fit:cover;
}

/* hover: deste hafifçe açılır */
.hk-galeri:hover .hk-gal-item{
  transform:translateY(-50%)
            rotate(calc((var(--i) - (var(--n) - 1) / 2) * 4.5deg))
            translateX(calc((var(--i) - (var(--n) - 1) / 2) * 14px));
}
/* üzerine gelinen kart öne çıkar */
.hk-gal-item:hover{
  z-index:99 !important;
  transform:translateY(-52%) rotate(0deg) scale(1.04) !important;
  box-shadow:0 26px 60px rgba(17,18,20,.30);
}
/* --- sağ metin --- */
.hk-metin p{
  font-family:'Figtree',sans-serif;
  font-size:18px; line-height:1.8;
  color:#3f434a; margin:0 0 26px;
}
.hk-metin p:last-of-type{ margin-bottom:0; }

/* --- 3 rozet --- */
.hk-rozetler{
  display:flex; flex-wrap:wrap; gap:14px;
  margin-top:44px;
}
.hk-rozet{
  display:flex; align-items:center; gap:14px;
  padding:18px 26px 18px 22px;
  border-radius:14px;
  background:transparent;
  transition:background .3s ease;
}
.hk-rozet:hover{ background:var(--hk-acikgri); }
.hk-rozet-ikon{
  width:42px; height:42px; flex:0 0 42px;
  display:flex; align-items:center; justify-content:center;
  color:var(--hk-kirmizi);
}
.hk-rozet-ikon svg{ width:100%; height:100%; display:block; }
.hk-rozet-ust{
  display:block; font-family:'Figtree',sans-serif;
  font-size:13px; color:var(--hk-gri); line-height:1.2; margin-bottom:3px;
}
.hk-rozet-alt{
  display:block; font-family:'Nunito',sans-serif;
  font-weight:700; font-size:18px; color:var(--hk-siyah); line-height:1.2;
}

/* ==================================================
   3. BÖLÜM : SLOGAN + VİDEO
   ================================================== */
.hk-video-blok{ padding:40px 0 100px; }

.hk-kesme{
  display:block;
  font-family:'Nunito',sans-serif;
  font-weight:800; font-size:82px; line-height:.7;
  color:var(--hk-kirmizi);
  margin:0 0 8px;
}
.hk-slogan{
  font-family:'Nunito',sans-serif;
  font-weight:700; font-size:30px; line-height:1.45;
  color:var(--hk-siyah);
  margin:0 0 56px; max-width:1250px;
}

.hk-video{
  position:relative;
  width:100%;
  aspect-ratio:16/7;
  border-radius:20px;
  overflow:hidden;
  background:var(--hk-siyah);
  cursor:pointer;
}
.hk-video-kapak{
  position:absolute; inset:0;
  width:100%; height:100%;
  min-width:0; min-height:0;
  object-fit:cover;
  transition:transform .8s ease, filter .5s ease;
}
.hk-video::after{
  content:"";
  position:absolute; inset:0;
  background:rgba(17,18,20,.18);
  transition:background .4s ease;
}
.hk-video:hover .hk-video-kapak{ transform:scale(1.04); }
.hk-video:hover::after{ background:rgba(17,18,20,.32); }

.hk-video-orta{
  position:absolute; inset:0; z-index:3;
  display:flex; align-items:center; justify-content:center; gap:26px;
  pointer-events:none;
}
.hk-video-yazi{
  font-family:'Figtree',sans-serif;
  font-size:15px; letter-spacing:4px; text-transform:uppercase;
  color:#fff; text-shadow:0 2px 12px rgba(0,0,0,.4);
}
.hk-play{
  width:74px; height:74px; flex:0 0 74px;
  border-radius:50%;
  background:var(--hk-kirmizi);
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 10px 30px rgba(225,18,26,.45);
  transition:transform .35s ease;
}
.hk-video:hover .hk-play{ transform:scale(1.12); }
.hk-play::before{
  content:"";
  width:0; height:0; margin-left:5px;
  border-style:solid;
  border-width:12px 0 12px 19px;
  border-color:transparent transparent transparent #fff;
}
.hk-video iframe{
  position:absolute; inset:0;
  width:100%; height:100%; border:0; z-index:5;
}
.hk-video.hk-aktif::after,
.hk-video.hk-aktif .hk-video-orta,
.hk-video.hk-aktif .hk-video-kapak{ display:none; }

/* ==================================================
   4. BÖLÜM : MARKALAR
   ================================================== */
.hk-markalar{ padding:0 0 120px; }

.hk-mk-ust{
  display:flex; align-items:center; justify-content:center; gap:34px;
  margin-bottom:52px;
}
.hk-mk-baslik{
  position:relative;
  font-family:'Nunito',sans-serif;
  font-weight:800; font-size:34px; line-height:1.2;
  color:var(--hk-siyah); margin:0; padding-bottom:16px;
}
.hk-mk-baslik::after{
  content:"";
  position:absolute; left:0; bottom:0;
  width:54px; height:4px;
  background:var(--hk-kirmizi);
  border-radius:2px;
}
.hk-mk-oklar{ display:flex; align-items:center; gap:10px; }
.hk-ok{
  width:42px; height:42px;
  border:0; padding:0; background:transparent;
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  transition:background .25s ease, opacity .25s ease;
}
.hk-ok:hover{ background:var(--hk-acikgri); }
.hk-ok:disabled{ opacity:.28; cursor:default; }
.hk-ok svg{ width:22px; height:22px; display:block; color:var(--hk-siyah); }

.hk-mk-ray{
  display:flex; gap:22px;
  overflow-x:auto;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  padding:14px 4px 30px;
  -ms-overflow-style:none;
  scrollbar-width:none;
}
.hk-mk-ray::-webkit-scrollbar{ display:none; }

.hk-mk-kart{
  flex:0 0 calc((100% - 5*22px) / 6);
  scroll-snap-align:start;
  height:132px;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 26px rgba(17,18,20,.09);
  display:flex; align-items:center; justify-content:center;
  padding:26px;
  transition:transform .35s ease, box-shadow .35s ease;
}
.hk-mk-kart:hover{
  transform:translateY(-6px);
  box-shadow:0 16px 38px rgba(17,18,20,.16);
}
.hk-mk-kart img{
  display:block;
  width:100%; height:100%;
  min-width:0; min-height:0;
  object-fit:contain;
  filter:grayscale(100%);
  opacity:.75;
  transition:filter .35s ease, opacity .35s ease;
}
.hk-mk-kart:hover img{ filter:grayscale(0); opacity:1; }

/* ==================================================
   RESPONSIVE
   ================================================== */
@media (max-width:1399px){
  .hk-mk-kart{ flex:0 0 calc((100% - 4*22px) / 5); }
}
@media (max-width:1199px){
  .hk-hero-title{ font-size:46px; }
  .hk-manset{ font-size:24px; }
  .hk-galeri{ height:440px; }
  .hk-slogan{ font-size:26px; }
  .hk-mk-kart{ flex:0 0 calc((100% - 3*22px) / 4); }
}
@media (max-width:991px){
  .hk-hero{ padding-top:90px; }
  .hk-hero-box{ min-height:290px; }
  .hk-hero-inner{ padding:0 36px; }
  .hk-hero-title{ font-size:38px; }

  .hk-ozet{ padding:60px 0 50px; }
  .hk-yil{ font-size:52px; }
  .hk-manset{ font-size:21px; margin-bottom:40px; }
  .hk-galeri{ height:380px; margin-bottom:50px; }
  .hk-metin p{ font-size:17px; }

  .hk-video-blok{ padding:20px 0 70px; }
  .hk-slogan{ font-size:23px; margin-bottom:36px; }
  .hk-video{ aspect-ratio:16/9; }
  .hk-play{ width:60px; height:60px; flex:0 0 60px; }
  .hk-video-yazi{ display:none; }

  .hk-markalar{ padding:0 0 80px; }
  .hk-mk-ust{ margin-bottom:36px; }
  .hk-mk-kart{ flex:0 0 calc((100% - 2*22px) / 3); height:112px; }
}
@media (max-width:767px){
  .hk-galeri{ height:320px; }
  .hk-rozetler{ gap:6px; }
  .hk-rozet{ padding:14px 16px; }
  .hk-mk-kart{ flex:0 0 calc((100% - 22px) / 2); }
}
@media (max-width:575px){
  .hk-hero-box{ min-height:210px; border-radius:14px; }
  .hk-hero-inner{ padding:0 22px; }
  .hk-hero-title{ font-size:29px; }
  .hk-breadcrumb{ font-size:13px; }

  .hk-yil{ font-size:42px; }
  .hk-manset{ font-size:19px; }
  .hk-galeri{ height:270px; }
  .hk-kesme{ font-size:62px; }
  .hk-slogan{ font-size:20px; }
  .hk-mk-baslik{ font-size:26px; }
  .hk-mk-ust{ gap:18px; }
  .hk-mk-kart{ flex:0 0 78%; height:104px; }
}
