/* ═══════════════════════════════════════════════════
   GLOBAL COMPONENTS  —  altın oran (φ = 1.618) bazlı
   ═══════════════════════════════════════════════════ */

/* ── Blue Button ── */
.blue-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0816a1;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 0 0.625rem;
  cursor: pointer;
  transition: transform .22s ease, color .22s ease, background-color .22s ease;
}
.blue-btn:hover{
  color: #0816a1;
  background-color: #fff;
  transform: translateY(-2px);
  box-shadow: 1px 12px 22px #e0e0e0;
  text-decoration: none;
}

/* ── Breadcrumb ── */
.breadcrumb{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.breadcrumb a{
  color: #02023f;
  text-decoration: none;
  transition: color .2s ease;
}
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb span.active{
  color: #0816a1;
  text-decoration: underline;
}
.breadcrumb__sep{ color: #9ca3af; font-size: 12px; }

/* ── Page Hero  (iç sayfa üst bölümü) ──
   φ = 1.618  →  baz 24px
   S=24  M=39  L=63  XL=102  XXL=165
   Sol  uk-width-2-5@m (40%) → başlık
   Sağ  uk-width-3-5@m (60%) → açıklama + CTA
─────────────────────────────────────── */
.page-hero{
  padding-top: 160px;      /* header yüksekliği ~142px + 48px nefes boşluğu */
  padding-bottom: 60px;
  background: #f4f9fb;
}

/* Breadcrumb 10px aşağı + grid arası: L = 63px */
.page-hero .breadcrumb{
  margin-top: 10px;
}
.page-hero__grid{
  margin-top: 63px !important;
}

.page-hero__title{
  font-size: clamp(40px, 4.2vw, 72px);
  font-weight: 600;
  color: #0816a1 !important;
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.02em;
}

.page-hero__desc{
  font-size: 1.125rem;
  font-weight: 500;
  color: #252526;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin: 0 0 39px;   /* M = 39px buton öncesi */
}

/* ─── Bölüm başlığı (page-hero__title'dan küçük, altın oran: 72px ÷ φ ≈ 44px) ─── */
.page-section__title{
  font-size: clamp(22px, 2.4vw, 44px);
  font-weight: 600;
  color: #0816a1;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 1.618rem;  /* başlık → açıklama: 44px ÷ φ ≈ 27px */
}

.page-section__desc{
  font-size: 1.125rem;
  font-weight: 500;
  color: #252526;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin: 0;
}

/* Mobil */
@media (max-width: 959px){
  .page-hero{
    padding-top: 105px;    /* mobil header ~46px + yeterli boşluk */
    padding-bottom: 63px;
  }
  .page-hero__grid{ margin-top: 24px !important; }
  .page-hero__desc{
    max-width: 100%;
    margin-bottom: 24px;
  }
}

@media (max-width:320px) {

}

@media (min-width:321px) {
  .asls-modern-divider{
    margin-top: 20px;
    margin-bottom:50px;
    height: 2px;
    background: #bbbbbb;
  }
    .asls-modern-meta{
      position: absolute;
      left: 15px;
      bottom: 15px;
      z-index: 2;
      color: #fff;
    }
    
    .asls-modern-meta-kicker{
      margin-bottom: 3px;
      font-size: 9px;
      text-transform: uppercase;
      font-weight: 500;
    }
    
    .asls-modern-meta-title{
      font-size: 20px;
      line-height: 1;
      font-weight: 600;
    }
    .asls-modern-play{
      width: 40px;
      height: 40px;
      border-width: 3px;
    }
    .asls-modern-tab-nav > * > a{
      display: block;
      min-width: 60px;
      border: 1px solid rgb(111, 114, 115);
      border-radius: 0 6px 0 6px;
      text-align: center;
      background: #fff;
      color: #252526;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 6px 5px;
      text-decoration: none;
      transition: background .18s, color .18s, border-color .18s, box-shadow .18s;
    }


    .parall .jarallax {height: 75vh; background-size: cover; background-repeat: no-repeat; background-position: center; position: sticky;  top: 0;  will-change: transform, background-size;}  
    .position-bottom-parall{
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        z-index: 2;
      } 
    .asls-activity-card-bottom{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        padding: 0px 20px 40px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
      }
      
      .asls-activity-card-label{
        width: 100%;
        text-align: center;
        font-size: 25px;
        font-weight: 400;
        color: #000000;
      }
}

@media(min-width:640px) {
  .asls-modern-divider{
    margin-top: 30px;
    margin-bottom:80px;
    height: 2px;
    background: #bbbbbb;
  }
  .asls-modern-meta{
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    color: #fff;
  }
  
  .asls-modern-meta-kicker{
    margin-bottom: 3px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
  }
  
  .asls-modern-meta-title{
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
  }
  .asls-modern-play{
    width: 40px;
    height: 40px;
    border-width: 3px;
  }
  .asls-modern-tab-nav > * > a{
    display: block;
    min-width: 100px;
    border: 1px solid rgb(111, 114, 115);
    border-radius: 0 6px 0 6px;
    text-align: center;
    background: #fff;
    color: #252526;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 5px;
    text-decoration: none;
    transition: background .18s, color .18s, border-color .18s, box-shadow .18s;
  }

    .parall .jarallax {height: 80vh; background-size: cover; background-repeat: no-repeat; background-position: center; position: sticky;  top: 0;  will-change: transform, background-size;}   
    .position-bottom-parall{
        position: absolute;
        bottom: 100px;
        left: 0;
        right: 0;
        z-index: 2;
      }
}

@media(min-width:960px) {
  .asls-modern-meta{
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2;
    color: #fff;
  }
  
  .asls-modern-meta-kicker{
    margin-bottom: 3px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
  }
  
  .asls-modern-meta-title{
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
  }
  .asls-modern-play{
    width: 60px;
    height: 60px;
    border-width: 3px;
  }
    .parall .jarallax {height: 70vh; background-size: cover; background-repeat: no-repeat; background-position: center; position: sticky;  top: 0;  will-change: transform, background-size;}   
    .position-bottom-parall{
        position: absolute;
        bottom: 100px;
        left: 0;
        right: 0;
        z-index: 2;
      }
}

@media(min-width:1200px) {
  .asls-modern-meta{
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2;
    color: #fff;
  }
  
  .asls-modern-meta-kicker{
    margin-bottom: 3px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
  }
  
  .asls-modern-meta-title{
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
  }

  .asls-modern-play{
    width: 100px;
    height: 100px;
    border-width: 3px;
  }
  .asls-modern-tab-nav > * > a{
    display: block;
    min-width: 200px;
    border: 1px solid rgb(111, 114, 115);
    border-radius: 0 6px 0 6px;
    text-align: center;
    background: #fff;
    color: #252526;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 5px;
    text-decoration: none;
    transition: background .18s, color .18s, border-color .18s, box-shadow .18s;
  }
    .parall .jarallax {height: 75vh; background-size: cover; background-repeat: no-repeat; background-position: center; position: sticky;  top: 0;  will-change: transform, background-size;}  
    .position-bottom-parall{
        position: absolute;
        bottom: 100px;
        left: 0;
        right: 0;
        z-index: 2;
      }   
}

@media(min-width:1400px) {
    .asls-modern-meta{
      position: absolute;
      left: 60px;
      bottom: 60px;
      z-index: 2;
      color: #fff;
    }
    
    .asls-modern-meta-kicker{
      margin-bottom: 3px;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 500;
    }
    
    .asls-modern-meta-title{
      font-size: 60px;
      line-height: 1;
      font-weight: 600;
    }
    .asls-modern-tab-nav > * > a{
      display: block;
      min-width: 250px;
      border: 1px solid rgb(111, 114, 115);
      border-radius: 0 6px 0 6px;
      text-align: center;
      background: #fff;
      color: #252526;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 12px 5px;
      text-decoration: none;
      transition: background .18s, color .18s, border-color .18s, box-shadow .18s;
    }

    .parall .jarallax {height: 90vh; background-size: cover; background-repeat: no-repeat; background-position: center; position: sticky;  top: 0;  will-change: transform, background-size;}  
}

@media(min-width:1900px) {
    .asls-modern-meta{
      position: absolute;
      left: 80px;
      bottom: 80px;
      z-index: 2;
      color: #fff;
    }
    
    .asls-modern-meta-kicker{
      margin-bottom: 3px;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 500;
    }
    
    .asls-modern-meta-title{
      font-size: 70px;
      line-height: 1;
      font-weight: 600;
    }
    .parall .jarallax {height: 95vh; background-size: cover; background-repeat: no-repeat; background-position: center; position: sticky;  top: 0;  will-change: transform, background-size;}
    .position-bottom-parall{
        position: absolute;
        bottom: 150px;
        left: 0;
        right: 0;
        z-index: 2;
      }
    .asls-activity-card-bottom{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        padding: 0px 20px 40px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
      }
      
      .asls-activity-card-label{
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: 400;
        color: #00005c;
      }
      
}
@media(min-width:2200px) {
  .asls-modern-meta{
    position: absolute;
    left: 100px;
    bottom: 100px;
    z-index: 2;
    color: #fff;
  }
  
  .asls-modern-meta-kicker{
    margin-bottom: 3px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
  }
  
  .asls-modern-meta-title{
    font-size: 70px;
    line-height: 1;
    font-weight: 600;
  }
    .asls-activity-card-bottom{ padding: 0px 20px 70px 20px;}
}

.savunma-teknolojileri-desc{
  font-size: 20px;
  line-height: 1.4; color: #252526;
}

.parall .demo-table { display: table;width: 100%;height: 100%;}
.parall .demo-table-cell {display: table-cell;text-align: center;vertical-align: middle;}
.parall .hero__title { display: flex; align-items: center; justify-content: center; position: fixed;top: 0;left: 0;width: 100%;height: 100%;color: white; font-size: 84px; line-height:104px; text-align: center;}

/* Parallax block (index.php: sayfatip=4, ustmenu=33) - left title / right description */
.asls-parall-title{
  position: static !important;
  display: block;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 56px;
  line-height: 1.05;
}
.asls-parall-title-1{
  color: #fff;
  font-size: 35px;
}
.asls-parall-desc{
  color: #fff;
  font-size: 16px;
}



.rotate-button-mak{width: 45px; height:45px; border: 1px solid #00005c; text-align:center; position: relative; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; background:transparent; border-radius:50%}
.rotate-button-mak img { transition: transform 0.3s ease;}
.asls-activity-card-link:hover .rotate-button-mak img { transform: rotate(45deg);  filter: brightness(0) invert(1);}
.asls-activity-card-link:hover .rotate-button-mak{background: #ef952a; border:1px solid #ef952a;}

/* Modern Muharebe tab + slider */

.asls-modern-title{
  margin: 0;
  color: #252526;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}



/* Tab nav */
.asls-modern-tab-nav{
  margin: 0;
  gap: 10px;
  border-bottom: none;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

.asls-modern-tab-nav::before{
  display: none !important;
}

.asls-modern-tab-nav > *{
  padding: 0;
  margin: 0;
}



.asls-modern-tab-nav > * > a:hover{
  background: #eef1fb;
  border-color: #0816a1;
  color: #0816a1;
}

.asls-modern-tab-nav > .uk-active > a{
  background: #02023f;
  border-color: #02023f;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(2, 2, 63, 0.28);
}

/* Switcher */
.asls-modern-switcher-wrap{
  margin-top: 30px;
}

.asls-modern-switcher{
  margin: 0;
  padding: 0;
}

/* Outer wrapper: overflow hidden clips peek edges */
.asls-modern-slider-wrap{
  position: relative;
  overflow: hidden;
}


.asls-modern-slider-items{
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  will-change: transform;
  touch-action: pan-y;
  position: relative;
}

/* Slide: genişlik UIkit uk-width-3-4 ile yönetiliyor */
.asls-modern-slide{
  flex: none;
  box-sizing: border-box;
  padding: 0 8px;
}

@media (max-width: 639px){
  .asls-modern-slide{ padding: 0 4px; }
}

/* Card */
.asls-modern-card{
  position: relative;
  border-radius: 0 15px;
  overflow: hidden;
  background: #11161c;
  aspect-ratio: 16 / 8;
}

.asls-modern-card img,
.asls-modern-card video,
.asls-modern-card iframe{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.asls-modern-card img{
  transform: scale(1);
  transition: transform .45s ease;
}

.asls-modern-card:hover img{
  transform: scale(1.06);
}

.asls-modern-card iframe{
  border: 0;
}

.asls-modern-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.466);
  z-index: 1;
  pointer-events: none;
}

/* Play circle – matches screenshot proportionally */
.asls-modern-play{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid rgba(220,220,220,.85);
  border-radius: 50%;
  background: rgba(60,60,60,.25);
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: visible;
}

.asls-modern-play::before,
.asls-modern-play::after{
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.45);
  animation: asls-play-pulse 2.2s ease-out infinite;
}

.asls-modern-play::after{
  inset: -16px;
  border-color: rgba(255,255,255,.25);
  animation-delay: .8s;
}

@keyframes asls-play-pulse{
  0%{ transform: scale(.85); opacity: .95; }
  70%{ transform: scale(1.2); opacity: .25; }
  100%{ transform: scale(1.3); opacity: 0; }
}

.asls-modern-card.is-playing .asls-modern-play,
.asls-modern-card.is-playing .asls-modern-overlay,
.asls-modern-card.is-playing .asls-modern-meta{
  display: none;
}

.asls-modern-inline-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 4;
}

.asls-modern-stop{
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 5;
  border: 0;
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(0,0,0,.62);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.asls-modern-stop:hover{
  background: rgba(0,0,0,.82);
}

/* Meta bottom-left */

/* Divider scroll draw animation (left -> right) */
.asls-modern-divider{
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .9s ease;
}

.asls-modern-divider.asls-modern-divider-draw{
  transform: scaleX(1);
}

.asls-modern-meta-title-number{
  font-weight: 300;
}
/* Nav arrows: overlaid at vertical center of the slider */
.asls-modern-nav{
  position: absolute;
  /* Slider wrap has 56px bottom padding; compensate so arrow stays
     vertically centered on the visible card area */
  top: calc(50% - 28px);
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgb(94 94 94 / 17%);
  color: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
  text-decoration: none;
}

.asls-modern-nav:hover{
  background: rgba(10, 10, 10, 0.199);
  color: #fff;
}

/* Position arrows at the edges of center slide:
   uk-width-3-4 => center slide 75%, side peek 12.5% */
.asls-modern-nav-prev{ left: calc(12.5% + 30px); }
.asls-modern-nav-next{ right: calc(12.5% + 30px); }

@media (max-width: 639px){
  .asls-modern-nav-prev{ left: 8px; }
  .asls-modern-nav-next{ right: 8px; }
}

/* ═══════════════════════════════════════════════════
   IC-ITEMS  —  4'lü kart grid (iç sayfalarda tekrar kullanılabilir)
   φ boşluklar: S=24 M=39 L=63 XL=102
   ═══════════════════════════════════════════════════ */
.ic-items-section{
  padding: 60px 0;
}

.ic-item{
  display: block;
  text-decoration: none;
  background: #ffffff;
  border-radius: 0 1rem 0 1rem;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(2,2,63,.07);
  transition: transform .22s ease, box-shadow .22s ease;
  height: 100%;
}

.ic-item:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(2,2,63,.13);
  text-decoration: none;
}

/* Görsel */
.ic-item__img-wrap{
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.ic-item__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.ic-item:hover .ic-item__img{
  transform: scale(1.04);
}

/* Overlay bar */
.ic-item__bar{
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 15px;
  border-radius: 0 0.75rem 0 0.75rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(8, 10, 28, 0.58);
  z-index: 2;
}

.ic-item__bar-title{
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.25;
}

.ic-item__bar-arrow{
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #87edff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #02023f;
  font-size: 1.15rem;
  line-height: 1;
  transition: background .22s ease, transform .22s ease;
}

.ic-item:hover .ic-item__bar-arrow{
  background: #fff;
  transform: translateX(3px);
}

/* Link olmayan kart varyantı */
.ic-item--no-link{
  cursor: default;
}

/* Bar: açıklama varsa sütun düzeni */
.ic-item__bar--has-desc{
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

.ic-item__bar-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.ic-item__bar-desc{
  font-size: 0.82rem;
  color: rgba(255,255,255,.88);
  line-height: 1.5;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height .32s ease, margin-top .32s ease;
}

.ic-item:hover .ic-item__bar-desc{
  max-height: 120px;
  margin-top: 7px;
}

.ic-item__bar-toggle{
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #87edff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #02023f;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  transition: background .22s ease;
}

.ic-item__bar-toggle::before{
  content: '+';
}

.ic-item--no-link:hover .ic-item__bar-toggle{
  background: #fff;
}

.ic-item--no-link:hover .ic-item__bar-toggle::before{
  content: '\2212';
}

/* Mobil: 2'li → 1'li */
@media (max-width: 639px){
  .ic-items-section{ padding: 48px 0; }
}

/* ═══════════════════════════════════════════════════
   IC-GALLERY  —  UIkit center slider, captionlu
   uk-width-3-4 slayt → her iki yanda %12.5 yarım görünür
   ═══════════════════════════════════════════════════ */
.ic-gallery-section{
  padding: 60px 0;
  overflow: hidden;
}

.ic-gallery-slider-wrap{
  /* UIkit slider taşmasına izin ver (yanlar görünsün) */
  overflow: visible !important;
  /* yine de sayfa yatay scroll olmasın */
  clip-path: inset(0);
}

/* Slayt inner: sağ-üst + sol-alt radius */
.ic-gallery-slide__inner{
  position: relative;
  height: 620px;
  max-height: 620px;
  border-radius: 0 1rem 0 1rem;
  overflow: hidden;
  margin: 0 8px; /* slaytlar arası boşluk */
}

.ic-gallery-slide__inner > a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.ic-gallery-slide__inner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .45s ease, opacity .4s ease;
  cursor: zoom-in;
}

/* Aktif slayt: normal */
.ic-gallery-slide.uk-active .ic-gallery-slide__inner img{
  transform: scale(1.0);
  opacity: 1;
}

/* Aktif olmayan: soldur */
.ic-gallery-slide:not(.uk-active) .ic-gallery-slide__inner img{
  opacity: 0.5;
}

/* Caption bar — yazı kadar genişlik, sol-alta oturur */
.ic-gallery-slide__bar{
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: inline-block;
  max-width: calc(100% - 20px);
  padding: 8px 14px;
  border-radius: 0 0.75rem 0 0.75rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(8,10,28,0.58);
  z-index: 2;
}

.ic-gallery-slide__caption{
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  line-height: 1.4;
}

/* ── Nav okları: aktif görselin sol/sağ kenarına hizalı ──
   uk-width-3-4 = 75% → her kenar 12.5% boşluk
   oklar bu kenarın hemen içine oturur                    */
.ic-gallery-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  /* tam kare → border-radius:50% ile mükemmel daire */
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  max-width: 36px;
  max-height: 36px;
  border-radius: 50%;
  background: #00005c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none;
  transition: background .22s ease, transform .22s ease;
  box-sizing: content-box;
  padding: 0;
  line-height: 1;
}

.ic-gallery-nav:hover{
  background: #0816a1;
  transform: translateY(-50%) scale(1.1);
}

/* UIkit slidenav svg boyutunu küçült */
.ic-gallery-nav svg{
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* uk-width-1-2 → her kenar %25 → oklar tam kenar içine */
.ic-gallery-nav--prev{ left: calc(25% + -8px); }
.ic-gallery-nav--next{ right: calc(25% + -8px); }

/* Dots — ince çizgi şekli */
.ic-gallery-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 22px;
  padding: 0;
  list-style: none;
}

.ic-gallery-dots > * > *{
  display: block;
  width: 28px;
  height: 5px;
  border-radius: 3px;
  border: none !important;
  background: rgba(2,2,63,0.18) !important;
  transition: background .25s ease, width .25s ease;
  cursor: pointer;
}

.ic-gallery-dots > .uk-active > *{
  background: #0816a1 !important;
  width: 40px;
}

@media (max-width: 959px){
  /* Görsel yüksekliği mobilde daha kısa */
  .ic-gallery-slide__inner{
    height: 420px;
    max-height: 420px;
  }

  /* Slide %82 → her yan %9 görünür */
  .ic-gallery-slide{
    width: 82% !important;
  }

  /* Oklar: %9 + 8px → aktif görselin kenarına */
  .ic-gallery-nav--prev{ left: calc(9% + 8px); }
  .ic-gallery-nav--next{ right: calc(9% + 8px); }

  .ic-gallery-nav{
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
  }
}

/* ═══════════════════════════════════════════════════
   IC-FEATURE  —  tam genişlik görsel + sol-alt blur bar
   ═══════════════════════════════════════════════════ */
.ic-feature-section{
  padding: 60px 0;
}

.ic-feature{
  display: block;
  text-decoration: none;
  border-radius: 0 1rem 0 1rem;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(2,2,63,.07);
  transition: transform .22s ease, box-shadow .22s ease;
}

.ic-feature:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(2,2,63,.13);
  text-decoration: none;
}

.ic-feature__img-wrap{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  min-height: 520px;
  overflow: hidden;
}

.ic-feature__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.ic-feature:hover .ic-feature__img{
  transform: scale(1.04);
}

.ic-feature__bar{
  position: absolute;
  bottom: 15px;
  left: 15px;
  /* Desktop: görselin sol yarısına otursun (uk-width-1-2 davranışı) */
  right: auto;
  width: calc(50% - 15px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  /* Sol-alt radius görünsün, sağ-alt düz kalsın (ic-feature radius ile uyumlu) */
  border-radius: 0 0.75rem 0 0.75rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(8, 10, 28, 0.65);
}

.ic-feature__bar-title{
  font-size: 1.375rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.4;
}

.ic-feature__bar-desc{
  font-size: 0.825rem;
  color: rgba(255,255,255,.75);
  margin: 0;
  line-height: 1.6;
}

.ic-feature-text-section{
  padding: 60px 0;
}

.ic-text-700-navy-xl{
  margin: 0;
  color: #00005c;
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1.16;
}

/* Backward compatibility: eski class ismi */
.ic-feature-text{
  margin: 0;
  color: #00005c;
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1.16;
}

@media (max-width: 639px){
  .ic-feature-section{ padding: 48px 0; }
  .ic-feature__img-wrap{ aspect-ratio: 4 / 3; }
  .ic-feature__bar{
    /* Mobile: full genişlik (inset ile 15px ayırma) */
    left: 15px;
    right: 15px;
    width: auto;
    border-radius: 0 0.75rem 0 0.75rem;
  }
  .ic-feature__bar .cyan-btn{ align-self: stretch; justify-content: center; }
}

/* ═════════════════════════════════════════════════════
   IC STRIP ACCORDION — full-width navy, flex expand desktop / height mobile
   ═════════════════════════════════════════════════════ */
.ic-strip-accordion-section{
  background: #00005c;
  padding: 0;
}
.ic-strip-accordion-inner-dis{
  padding: 60px 0;
}
.ic-strip-accordion-inner{
  padding: 120px 0;
}

.ic-strip-accordion-head{
  padding-bottom: 24px;
  color: #fff;
}

.ic-strip-accordion-kicker{
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 10px;
}

.ic-strip-accordion-subtitle{
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}

/* ── Strip container ── */
.ic-strip-accordion{
  display: flex;
  align-items: stretch;
  height: 420px;
  gap: 0;
  overflow: hidden;
}

/* ── Each item ── */
.ic-strip-item{
  position: relative;
  flex: 1 1 0;
  min-width: 72px;
  overflow: hidden;
  cursor: pointer;
  /* smooth flex-grow animation */
  transition: flex 0.55s cubic-bezier(.4,0,.2,1);
}

.ic-strip-item + .ic-strip-item{
  border-left: none;
}

/* İlk kayıt sol-alt, son kayıt sağ-üst radius */
.ic-strip-item:first-child{
  border-radius: 0 0 0 1rem;
}
.ic-strip-item:last-child{
  border-radius: 0 1rem 0 0;
}

.ic-strip-item.is-open{
  flex: 5 1 0;
}

.ic-strip-item.is-open + .ic-strip-item,
.ic-strip-item + .ic-strip-item.is-open{
  border-left-color: transparent;
}

/* ── Background image ── */
.ic-strip-item__bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.55s ease;
  z-index: 0;
}

.ic-strip-item.is-open .ic-strip-item__bg{
  transform: scale(1.04);
}

/* ── Dark overlay ── */
.ic-strip-item::after{
  content: '';
  position: absolute;
  inset: 0;
  /* Kapalı: üstten transparan → alta koyu gradient */
  background: linear-gradient(to bottom, rgba(0,0,20,0) 30%, rgba(0,0,20,0.82) 100%);
  transition: opacity 0.45s ease;
  opacity: 1;
  z-index: 1;
}

.ic-strip-item.is-open::after{
  /* Açık: overlay tamamen kalkar, orijinal resim görünür */
  opacity: 0;
}

/* ── Trigger button (covers whole item when closed) ── */
.ic-strip-item__trigger{
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Default (hiç açık yok): label yatay → alta */
  justify-content: flex-end;
  gap: 10px;
  padding: 0 10px 22px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

/* Herhangi bir kayıt açıkken kapalıların trigger'ı etiketi alta taşır */
.ic-strip-accordion:has(.is-open) .ic-strip-item:not(.is-open) .ic-strip-item__trigger{
  justify-content: flex-end;
  gap: 8px;
}

/* ── Label: başlangıçta yatay ── */
.ic-strip-item__label{
  writing-mode: horizontal-tb;
  transform: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  margin-bottom: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* Bir kayıt açıldığında diğerlerinin etiketi dike döner */
.ic-strip-accordion:has(.is-open) .ic-strip-item:not(.is-open) .ic-strip-item__label{
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin-bottom: 8px;
}

.ic-strip-item.is-open .ic-strip-item__label{
  opacity: 0;
}

/* ── Plus/minus icon ── */
.ic-strip-item__icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1.5px solid rgba(255,255,255,0.55);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.35s ease, border-color 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}

.ic-strip-item.is-open .ic-strip-item__icon{
  transform: rotate(45deg);
  border-color: rgba(255,255,255,0.3);
  opacity: 0;
}

/* ── Open panel ── */
.ic-strip-item__panel{
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease 0.12s;
}

.ic-strip-item.is-open .ic-strip-item__panel{
  opacity: 1;
  pointer-events: auto;
}

/* ── Content bar — matches ic-feature__bar design ── */
.ic-strip-item__bar{
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(55% - 15px);
  box-sizing: border-box;
  padding: 18px 20px;
  background: rgba(8,10,28,0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0 0.75rem 0 0.75rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ic-strip-item__bar-title{
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  color: #fff;
}

.ic-strip-item__bar-desc{
  font-size: 0.8rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.6;
  margin: 0;
}

/* ── Mobile: vertical stacked accordion ── */
@media (max-width: 959px){
  .ic-strip-accordion-section{ padding: 0; }
  .ic-strip-accordion-inner{ padding: 80px 0; }

  .ic-strip-accordion{
    flex-direction: column;
    height: auto;
  }

  .ic-strip-item{
    flex: none !important;
    height: 240px;
    transition: height 0.45s cubic-bezier(.4,0,.2,1);
    border-left: none !important;
    border-top: 1px solid rgba(255,255,255,0.1);
  }

  .ic-strip-item.is-open{
    height: 480px;
  }

  .ic-strip-item__trigger{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 240px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 18px 20px;
  }

  /* :has() kuralının mobil trigger konumunu bozmasını önle */
  .ic-strip-accordion:has(.is-open) .ic-strip-item:not(.is-open) .ic-strip-item__trigger{
    justify-content: space-between !important;
    align-items: flex-end !important;
    gap: 0 !important;
  }

  .ic-strip-item__label,
  .ic-strip-accordion:has(.is-open) .ic-strip-item:not(.is-open) .ic-strip-item__label{
    writing-mode: horizontal-tb !important;
    transform: none !important;
    font-size: 16px;
    margin-bottom: 0;
    opacity: 1 !important;
  }

  .ic-strip-item__icon{
    width: 26px;
    height: 26px;
    font-size: 16px;
    opacity: 1 !important;
  }

  /* Açıkken: etiketi gizle, ikonu sağ-üste taşı */
  .ic-strip-item.is-open .ic-strip-item__label{
    display: none;
  }

  .ic-strip-item.is-open .ic-strip-item__trigger{
    align-items: flex-start;
    justify-content: flex-end;
    padding: 16px 16px 0 0;
    height: 60px;
  }

  .ic-strip-item.is-open .ic-strip-item__icon{
    transform: rotate(45deg);
    opacity: 1 !important;
    border-width: 2px;
  }

  .ic-strip-item__panel{
    top: 240px;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: flex-end;
  }

  .ic-strip-item__bar{
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin: 15px;
    border-radius: 0 0.75rem 0 0.75rem;
  }

  /* Mobil radius: 1. kayıt sağ-üst, son kayıt sol-alt */
  .ic-strip-item:first-child{ border-radius: 0 1rem 0 0; }
  .ic-strip-item:last-child{  border-radius: 0 0 0 1rem; }
}

/* ═══════════════════════════════════════════════════
   PRODUCT META — Ürün detay meta (Kod, Stok vb.)
   ═══════════════════════════════════════════════════ */
.product-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.product-meta__item {
  font-size: 1rem;
  color: #00005c;
  display: flex;
  align-items: center;
}

.product-meta__item i {
  font-size: 1.25rem;
}

/* ═══════════════════════════════════════════════════
   IC-STATS  —  istatistik kart grid (tekrar kullanılabilir)
   Kullanım: herhangi sayfada <section class="ic-stats-section"> ile ekle
   ═══════════════════════════════════════════════════ */
.ic-stats-section{
  padding: 60px 0;
}

.ic-stats-head{
  margin-bottom: 36px;
}

.ic-stats-kicker{
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 12px;
}

.ic-stats-subtitle{
  font-size: 1rem;
  font-weight: 600;
  color: #00005c;
  margin: 0;
  line-height: 1.4;
  max-width: 540px;
}

/* Kart: sağ-üst + sol-alt radius */
.ic-stats-card{
  display: flex;
  align-items: center;
  gap: 0;
  padding: 28px 32px;
  border: 1.5px solid rgba(2,2,63,0.12);
  border-radius: 0 1rem 0 1rem;
  background: transparent;
  height: 100%;
  box-sizing: border-box;
  transition: border-color .22s ease, box-shadow .22s ease;
}

.ic-stats-card:hover{
  border-color: rgba(2,2,63,0.28);
  box-shadow: 0 4px 20px rgba(2,2,63,0.06);
}

/* Sayı: sabit ~45%, ince dikey çizgiyle desc'ten ayrılır */
.ic-stats-card__number{
  font-size: 3.5rem;
  font-weight: 700;
  color: #00005c;
  line-height: 1;
  white-space: nowrap;
  flex: 0 0 45%;
  padding-right: 24px;
  border-right: 1.5px solid rgba(2,2,63,0.12);
}

/* Sağ taraf: title + desc dikey istifli */
.ic-stats-card__body{
  flex: 1;
  padding-left: 24px;
  min-width: 0;
}

.ic-stats-card__title{
  font-size: 1.25rem;
  font-weight: 600;
  color: #00005c;
  line-height: 1.3;
  margin: 0 0 6px;
}

/* Açıklama */
.ic-stats-card__desc{
  font-size: 1.125rem;
  color: #4b5563;
  line-height: 1.45;
  margin: 0;
}

/* Sayı yoksa body padding'ini sıfırla */
.ic-stats-card:not(:has(.ic-stats-card__number)) .ic-stats-card__body{
  padding-left: 0;
}

@media (max-width: 959px){
  .ic-stats-card__number{ font-size: 2.5rem; flex: 0 0 42%; padding-right: 18px; }
  .ic-stats-card__body{ padding-left: 18px; }
  .ic-stats-card__title{ font-size: 1.1rem; }
  .ic-stats-card__desc{ font-size: 1rem; }
}

@media (max-width: 639px){
  .ic-stats-section{ padding: 48px 0; }
  .ic-stats-card{ padding: 20px 22px; }
  .ic-stats-card__number{ font-size: 2rem; flex: 0 0 40%; }
}

/* ═══════════════════════════════════════════════════
   IC-CTA  —  iletişim banner (sağ-üst + sol-alt radius)
   ═══════════════════════════════════════════════════ */
.ic-cta-section{
  padding: 60px 0;
}

.ic-cta-banner{
  position: relative;
  border-radius: 0 1rem 0 1rem;
  overflow: hidden;
  min-height: 140px;
  display: flex;
  align-items: stretch;
}

/* Arka plan görseli — sağ %50 */
.ic-cta-banner::before{
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--ic-cta-bg);
  background-size: cover;
  background-position: center right;
  z-index: 0;
}

/* Sol taraf koyu navy gradyan — görselin üzerine geçiş */
.ic-cta-banner::after{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #00005c 0%,
    #00005c 45%,
    rgba(0,0,92,0.82) 60%,
    rgba(0,0,40,0.2) 100%
  );
  z-index: 1;
}

.ic-cta-banner__content{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 52px 64px;
  max-width: 580px;
}

.ic-cta-banner__text{
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.35;
}

@media (max-width: 639px){
  .ic-cta-section{ padding: 48px 0; }
  .ic-cta-banner__content{ padding: 28px 24px; }
  .ic-cta-banner__text{ font-size: 1.1rem; }
}

/* ── Cyan Button ── */
.cyan-btn{
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  background: #87edff;
  color: #0816a1;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 0 0.625rem;
  cursor: pointer;
  transition: transform .22s ease, color .22s ease, background-color .22s ease;
}
.cyan-btn:hover{
  color: #0816a1;
  background-color: #fff;
  transform: translateY(-2px);
  text-decoration: none;}

/* ==========================================================
   Activity Areas (index.php section)
   - UIkit slider + gradient overlay + bottom label
   - Namespaced to avoid breaking existing styles
   ========================================================== */
.asls-activity{
  color: #252526;
}

.asls-activity-head{
  gap: 20px;
  margin-bottom: 18px;
}

.asls-activity-kicker{
  font-size: 35px;
  color:#00005c;
  font-weight: 400;
}

/* .asls-activity-all → görsel stiller .blue-btn'den geliyor */
.asls-activity-all{
  position: relative;
}

.asls-activity-all-icon{
  display: inline-flex;
  transition: transform .22s ease;
}

.asls-activity-all-text{
  display: inline-block;
  transition: transform .22s ease;
}

.asls-activity-all:hover .asls-activity-all-text{
  transform: translateY(-1px);
}

.asls-activity-title{
  margin: 0;
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  color: #00005c;
}
.asls-activity-subtitle{
  font-size: 25px;
  
}
.asls-activity-slider{
  margin-top: 28px;
}

.asls-activity-slider .uk-slider-items > li{
  padding: 0;
}

/* Slider kart aralığı: tam 1px */
.asls-activity-slider .uk-slider-items{
  gap: 0px;
  margin: 0;
  padding: 0;
}

.asls-activity-card-link{
  display: block;
  height: 100%;
}

.uk-padding-activity{
  padding: 80px 50px 50px 50px;
}
.asls-activity-card{
    aspect-ratio: 2 / 1.5;
}

.asls-activity-card--bg-1{
  background: #e9eff1; height: 100%;
}

.asls-activity-card--bg-2{
  background: #fff; 
  height: 100%;
}

.asls-activity-card-img{
  object-fit: contain;
  transform: scale(1);
  object-position: center;
  transform-origin: center center;
  transition: transform .35s ease;
}

.asls-activity-card-link:hover .asls-activity-card-img{
  transform: scale(1.06);
}


/* Gradient + darken for the bottom label */
.asls-activity-card-gradient::after{
  content: "";
  position: absolute;
  inset: 0;
  /* Bottom-to-top light fade */
  /*background:radial-gradient(circle at bottom center, rgb(211 211 211) 0%, rgba(244, 246, 245, 0) 70%);*/
  pointer-events: none;
  z-index: 1;
}

.asls-activity-card-play{
  position: relative;
  left: auto;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.asls-activity-card-play span{
  color: #000 !important;
}


.asls-activity-slider-nav span[uk-icon]{
  filter: drop-shadow(0 6px 16px rgba(0,0,0,.45));
  color: #000 !important;
}

@media (max-width: 640px){
  .asls-activity-kicker{
    font-size: 20px;
  }
  .asls-activity-subtitle{
    font-size: 20px;
  }
  .asls-activity-title{
    font-size: 20px;
  }
  .blue-btn{
    display: flex;
    justify-content: center;
  }
  /* "Tümünü Listele" mobilde küçülsün */
  .asls-activity-all{
    font-size: 14px;
    padding: 8px 10px;
    gap: 8px;
  }
  .asls-activity-all-icon{
    transform: scale(.95);
    transform-origin: center;
  }
  .asls-activity-card{
    aspect-ratio: 1 / 1;
  }
  /* Parallax block mobile sizing */
  .asls-parall-title{
    font-size: 28px;
    line-height: 1.1;
  }
  .asls-parall-desc{
    font-size: 14px;
    line-height: 1.6;
  }
  .asls-parall-title-1{
    font-size: 16px;
  }
  .asls-modern-title{
    font-size: 16px;
  }

  .asls-modern-card{
    aspect-ratio: 16 / 20;
  }

  

  .asls-modern-nav{
    display: none !important;
    width: 36px;
    height: 36px;
  }
  .asls-modern-nav-prev{ left: 6px; }
  .asls-modern-nav-next{ right: 6px; }

  .savunma-teknolojileri-desc{
    font-size: 14px;
    line-height: 1.4; color: #252526;
  }
}

/* ══════════════════════════════════════════════════════
   IC FAQ / ACCORDION LIST — reusable across all pages
   ══════════════════════════════════════════════════════ */

.ic-faq-section{
  padding: 60px 0;
}

.ic-faq-head{
  margin-bottom: 36px;
}

.ic-faq-kicker{
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0,0,92,0.5);
  margin-bottom: 8px;
}

.ic-faq-title{
  font-size: 1.75rem;
  font-weight: 700;
  color: #00005c;
  margin: 0;
  line-height: 1.2;
}

/* List container */
.ic-faq{
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1.5px solid rgba(0,0,92,0.15);
  border-radius: 0 1rem 0 1rem;
  overflow: hidden;
}

/* Each item — reset UIkit's default inter-item margin */
.ic-faq__item{
  border-bottom: 1px solid rgba(0,0,92,0.1);
  margin-top: 0 !important;
}

.ic-faq__item:last-child{
  border-bottom: none;
}

/* Trigger row */
.ic-faq__trigger.uk-accordion-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 28px;
  text-decoration: none;
  background: transparent;
  transition: background 0.2s;
}

.ic-faq__trigger.uk-accordion-title::before{
  display: none; /* remove default UIkit arrow */
}

.ic-faq__trigger.uk-accordion-title:hover,
.ic-faq__item.uk-open .ic-faq__trigger.uk-accordion-title{
  background: rgba(0,0,92,0.035);
}

.ic-faq__trigger-inner{
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

/* Left icon */
.ic-faq__item-icon{
  color: #00005c;
  opacity: 0.55;
  flex-shrink: 0;
  transition: opacity 0.2s;
}

.ic-faq__item.uk-open .ic-faq__item-icon{
  opacity: 1;
}

/* Title text */
.ic-faq__item-title{
  font-size: 1rem;
  font-weight: 600;
  color: #00005c;
  line-height: 1.35;
}

/* Toggle circle button */
.ic-faq__toggle{
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border: 1.5px solid rgba(0,0,92,0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00005c;
  transition: background 0.25s, border-color 0.25s, transform 0.3s;
  position: relative;
}

/* + via pseudo-elements */
.ic-faq__toggle::before,
.ic-faq__toggle::after{
  content: '';
  position: absolute;
  background: #00005c;
  border-radius: 2px;
  transition: opacity 0.25s, transform 0.3s, background 0.25s;
}

/* horizontal bar */
.ic-faq__toggle::before{
  width: 12px;
  height: 2px;
}

/* vertical bar */
.ic-faq__toggle::after{
  width: 2px;
  height: 12px;
}

/* open state: vertical bar fades, ring fills */
.ic-faq__item.uk-open .ic-faq__toggle{
  background: #00005c;
  border-color: #00005c;
}

.ic-faq__item.uk-open .ic-faq__toggle::before,
.ic-faq__item.uk-open .ic-faq__toggle::after{
  background: #fff;
}

.ic-faq__item.uk-open .ic-faq__toggle::after{
  opacity: 0;
  transform: rotate(90deg);
}

/* Content area */
.ic-faq__content.uk-accordion-content{
  padding: 20px 28px 24px 60px; /* 60px aligns with title text after icon+gap */
  margin: 0 !important;
}

.ic-faq__content p{
  font-size: 0.9375rem;
  color: #3a3a5c;
  line-height: 1.7;
  margin: 0;
}

/* Özellik Galeri Grid (Kibar Boyut) */
.ic-faq__gallery {
  margin-top: 1.5rem;
}

.ic-faq__gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #f0f4f8;
  aspect-ratio: 4 / 3;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ic-faq__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ic-faq__gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0,0,92,0.12);
}

/* Dosyalar Bölümü */
.ic-faq__files {
  margin-top: 1.5rem;
}

/* Eğer hem galeri hem dosyalar varsa araya çizgi koy */
.ic-faq__gallery + .ic-faq__files {
  border-top: 1px solid rgba(0,0,92,0.08);
  padding-top: 1.5rem;
}

/* Hero Resim (Tekil) */
.ic-faq__hero {
  margin-bottom: 1.25rem;
  border-radius: 12px;
  overflow: hidden;
  max-width: 600px;
}

.ic-faq__hero img {
  width: 100%;
  display: block;
}

/* ── Mobile ── */
@media (max-width: 959px){
  .ic-faq-section{ padding: 40px 0; }
  .ic-faq-title{ font-size: 1.375rem; }

  .ic-faq__trigger.uk-accordion-title{ padding: 18px 20px; gap: 14px; }
  .ic-faq__content.uk-accordion-content{ padding: 4px 20px 20px 20px; }
  .ic-faq__item-title{ font-size: 0.9375rem; }
}

/* ═══════════════════════════════════════════════════
   IC-VIDEO-SECTION  —  sayfa düzeyinde sarmalayıcı
   (yalnızca sayfa boşluk/arka plan yönetir)
   ═══════════════════════════════════════════════════ */
.ic-video-section{
  padding: 80px 0 60px;
  background: #f4f9fb;
}


/* ═══════════════════════════════════════════════════
   IC-VIDEO-BLOCK  —  bağımsız, yeniden kullanılabilir
   video bileşeni; her yere tek sınıf yapısıyla eklenir.

   Kullanım:
   <div class="ic-video-block">
     <div uk-lightbox="animation: fade">
       <a class="ic-video-block__wrap" href="VIDEO_URL">
         <img class="ic-video-block__img" src="..." alt="...">
         <div class="ic-video-block__overlay">
           <div class="ic-video-block__play">
             <svg viewBox="0 0 24 24"><path d="M8 5v14l11-7z"/></svg>
           </div>
         </div>
         <div class="ic-gallery-slide__bar">
           <span class="ic-gallery-slide__caption">Başlık metni</span>
         </div>
       </a>
     </div>
   </div>
   ═══════════════════════════════════════════════════ */

/* Dış kapsayıcı — border-radius ve overflow burada */
.ic-video-block{
  border-radius: 0 1.5rem 0 1.5rem;
  overflow: hidden;
}

/* UIkit lightbox anchor */
.ic-video-block__wrap{
  position: relative;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

.ic-video-block__img{
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  object-position: center;
  transition: transform .55s ease;
}

.ic-video-block__wrap:hover .ic-video-block__img{
  transform: scale(1.04);
}

/* Karartma katmanı + play butonu merkezi */
.ic-video-block__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0,0,92,.60) 0%,
    rgba(0,0,40,.25) 55%,
    transparent 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s ease;
}

.ic-video-block__wrap:hover .ic-video-block__overlay{
  background: linear-gradient(
    135deg,
    rgba(0,0,92,.42) 0%,
    rgba(0,0,40,.10) 55%,
    transparent 100%
  );
}

/* Play butonu */
.ic-video-block__play{
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: rgba(135,237,255,.95);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 36px rgba(0,0,92,.38);
  transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}

.ic-video-block__play svg{
  width: 32px;
  height: 32px;
  fill: #00005c;
  margin-left: 4px; /* optik merkez */
}

.ic-video-block__wrap:hover .ic-video-block__play{
  transform: scale(1.12);
  background: #fff;
  box-shadow: 0 14px 48px rgba(0,0,92,.5);
}

/* ic-gallery-slide__bar konumu ic-video-block içinde de çalışır —
   .ic-gallery-slide__bar zaten position:absolute bottom/left:10px */

@media (max-width: 639px){
  .ic-video-section{ padding: 48px 0 36px; }
  .ic-video-block__img{ aspect-ratio: 4 / 3; }
  .ic-video-block__play{ width: 60px; height: 60px; }
  .ic-video-block__play svg{ width: 22px; height: 22px; }

  /* Galeri ve video bloğunda caption bar: mobilde her iki yanı sabitle */
  .ic-gallery-slide__bar{
    display: block;
    right: 10px;
    max-width: none;
  }
}

/* ═══════════════════════════════════════════════════
   PAGE-HERO --slim  —  yalnızca breadcrumb; grid yok
   ═══════════════════════════════════════════════════ */
.page-hero--slim{
  padding-bottom: 24px;
}

@media (max-width: 959px){
  .page-hero--slim{
    padding-bottom: 16px;
  }
}

/* ═══════════════════════════════════════════════════
   FD-COVER  —  faaliyet-detay tam genişlik kapak görseli
   ═══════════════════════════════════════════════════ */
.fd-cover{
  position: relative;
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  line-height: 0; /* img altındaki boşluğu sıfırla */
}

.fd-cover__img{
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* #f4f9fb → transparent — görselin alt kenarından yukarıya geçiş */
.fd-cover__fade{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 220px;
  background: linear-gradient(to top, #f4f9fb 0%, rgba(244,249,251,0) 100%);
  pointer-events: none;
}

@media (max-width: 959px){
  .fd-cover{ max-height: 420px; }
  .fd-cover__img{ max-height: 420px; }
  .fd-cover__fade{ height: 160px; }
}

@media (max-width: 639px){
  .fd-cover{ max-height: 280px; }
  .fd-cover__img{ max-height: 280px; }
  .fd-cover__fade{ height: 110px; }
}

/* ═══════════════════════════════════════════════════
   FD-INTRO  —  resmin altındaki başlık + açıklama bölümü
   İçerik sınıfları page-hero__* kullanır; sadece
   section wrapper'ın padding/bg'si burada tanımlanır.
   ═══════════════════════════════════════════════════ */
.fd-intro{
  padding: 52px 0 60px;
  background: #f4f9fb;
}

/* page-hero__grid varsayılan margin-top'u sıfırlanır;
   fd-intro içinde üst boşluk gereksiz */
.fd-intro .page-hero__grid{
  margin-top: 0 !important;
  align-items: flex-start;
}

/* Subtitle: page-hero'da olmayan, fd-intro'ya özgü element */
.page-hero__subtitle{
  font-size: 1.375rem;
  font-weight: 600;
  color: #00005c;
  line-height: 1.3;
  margin: 20px 0 0;
}

@media (max-width: 959px){
  .fd-intro{ padding: 36px 0 40px; }
  .page-hero__subtitle{ font-size: 1.2rem; }
  .fd-intro .page-hero__desc{ margin-top: 20px; }
}

/* ═══════════════════════════════════════════════════
   IC-INFO-CARD  —  istatistik / öne çıkan bilgi kartları
   Bağımsız bileşen; her sayfada kullanılabilir.

   Kullanım:
   <section class="ic-info-section">
     <div class="uk-container uk-container-xlarge">
       <div class="uk-grid uk-grid-medium
                   uk-child-width-1-2@s uk-child-width-1-3@m" uk-grid>
         <div>
           <div class="ic-info-card">
             <div class="ic-info-card__title">Başlık</div>
             <p class="ic-info-card__desc">Açıklama metni.</p>
           </div>
         </div>
       </div>
     </div>
   </section>
   ═══════════════════════════════════════════════════ */
.ic-info-section{
  padding: 0 0 72px;
  background: #f4f9fb;
}

.ic-info-card{
  position: relative;
  height: 100%;
  background: transparent;
  border: 1px solid rgb(111, 114, 115);
  border-radius: 0 14px 0 14px;
  padding: 32px 28px 36px 44px;
  box-sizing: border-box;
}

/* Sol kenar bullet noktası */
.ic-info-card::before{
  content: '';
  position: absolute;
  left: 18px;
  top: 38px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0816a1;
}

.ic-info-card__title{
  font-size: 1.625rem;
  font-weight: 600;
  color: #00005c;
  line-height: 1.2;
  margin-bottom: 18px;
}

.ic-info-card__desc{
  font-size: 0.9375rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 639px){
  .ic-info-section{ padding-bottom: 48px; }
  .ic-info-card{ padding: 24px 20px 28px 36px; }
  .ic-info-card::before{ left: 14px; top: 30px; }
  .ic-info-card__title{ font-size: 1.25rem; margin-bottom: 12px; }
}

/* ═══════════════════════════════════════════════════
   FD-VIDEO  —  2 kolonlu metin + video bölümü
   ═══════════════════════════════════════════════════ */
.fd-video-section{
  padding: 72px 0;
  background: #f4f9fb;
}

@media (max-width: 959px){
  .fd-video-section{ padding: 48px 0; }
}

/* ═══════════════════════════════════════════════════
   PAGE-SUBNAV  —  Hero altı yatay sekme/link menüsü
   UIkit uk-child-width-expand grid kullanır;
   item ekleyince/silince eşit genişlik korunur.
   Mobilde dropdown'a dönüşür.
   ═══════════════════════════════════════════════════ */
.page-subnav{
  background: transparent;
  padding: 16px 0 24px;
}

/* ── Desktop: her item tam genişlik (expand grid'i uikit yönetir) ── */
.page-subnav__item{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  padding: 13px 12px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #252526;
  background: #fff;
  border: 1px solid rgb(111, 114, 115);
  border-radius: 0 6px 0 6px;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, border-color 0.18s, box-shadow 0.18s;
}

.page-subnav__item:hover{
  background: #eef1fb;
  border-color: #0816a1;
  color: #0816a1;
}

.page-subnav__item.is-active{
  background: #02023f;
  border-color: #02023f;
  color: #fff;
  box-shadow: 0 4px 14px rgba(2, 2, 63, 0.28);
}

/* ── Mobil dropdown (960px altında görünür) ── */
.page-subnav__mobile{ display: none; }

.page-subnav__toggle{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 16px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #00005c;
  background: #fff;
  border: 1px solid rgb(111, 114, 115);
  border-radius: 0 6px 0 6px;
  cursor: pointer;
  text-align: left;
}

.page-subnav__toggle-arrow{
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-left: 10px;
  transition: transform 0.22s;
}
.page-subnav__toggle[aria-expanded="true"] .page-subnav__toggle-arrow{
  transform: rotate(180deg);
}

.page-subnav__dropdown{
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  padding: 0;
}
.page-subnav__dropdown.is-open{
  max-height: 600px;
  padding: 8px 0 4px;
}

.page-subnav__dropdown-item{
  display: block;
  padding: 11px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #252526;
  background: #fff;
  border: 1px solid rgb(111, 114, 115);
  border-radius: 0 6px 0 6px;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.page-subnav__dropdown-item:hover{
  background: #eef1fb;
  color: #0816a1;
}
.page-subnav__dropdown-item.is-active{
  background: #02023f;
  border-color: #02023f;
  color: #fff;
}

@media (max-width: 959px){
  .page-subnav__list  { display: none; }
  .page-subnav__mobile{ display: block; }
}


/* ═══════════════════════════════════════════════════
   PAGE-CONTENT  —  Uzun form politika / bilgi sayfası
   uk-container-small içinde okunabilir sütun genişliği
   ═══════════════════════════════════════════════════ */
.page-content-section{
  padding: 64px 0 96px;
  background: #f4f9fb;
}

.page-content__lead{
  font-size: 2rem;
  font-weight: 600;
  color: #0816a1;
  line-height: 1.3;
  margin: 0 0 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d8e0ee;
}

/* Editörden / veritabanından gelen ham HTML için
   .page-content içindeki standart etiketler stillendirilir */
.content h2{
  font-size: 1.8rem;
  font-weight: 600;
  color: #00005c;
  line-height: 1.3;
  margin: 40px 0 12px;
}
   .page-content h2{
  font-size: 1.25rem;
  font-weight: 600;
  color: #00005c;
  line-height: 1.3;
  margin: 40px 0 12px;
}
.page-content h3{
  font-size: 1.25rem;
  font-weight: 600;
  color: #00005c;
  line-height: 1.3;
  margin: 40px 0 12px;
}
.page-content h2:first-of-type{
  margin-top: 0;
}

.page-content p:not(.page-content__lead){
  font-size: 1.125rem;
  font-weight: 400;
  color: #252526;
  line-height: 1.5;
  margin: 0 0 24px;
}

.page-content ul,
.page-content ol{
  margin: 0 0 24px;
  padding-left: 22px;
}
.page-content ul li,
.page-content ol li{
  font-size: 1.125rem;
  font-weight: 400;
  color: #252526;
  line-height: 1.5;
  margin-bottom: 5px;
}
.page-content ul li:last-child,
.page-content ol li:last-child{
  margin-bottom: 0;
}

/* Sayfa içeriği — ana/ikincil resimler */
.page-content__lead-image,
.page-content__secondary-image {
  margin: 0 0 32px;
  border-radius: 0 1.25rem;
  overflow: hidden;
  background: #dce4f5;
  box-shadow: 0 4px 18px rgba(2,2,63,.08);
}
.page-content__secondary-image { margin-top: 36px; margin-bottom: 0; }
.page-content__lead-image a,
.page-content__secondary-image a { display: block; overflow: hidden; position: relative; }
.page-content__lead-image img,
.page-content__secondary-image img {
  width: 100%; height: auto; display: block; object-fit: cover;
  transition: transform .6s ease;
}
.page-content__lead-image:hover img,
.page-content__secondary-image:hover img { transform: scale(1.02); }
@media (min-width: 960px) { .page-content__lead-image img { max-height: 520px; } }
@media (max-width: 640px) {
  .page-content__lead-image,
  .page-content__secondary-image { border-radius: 0 0.625rem; margin-bottom: 24px; }
  .page-content__secondary-image { margin-top: 28px; }
}

@media (max-width: 639px){
  .page-content-section{ padding: 40px 0 64px; }
  .page-content__lead{ font-size: 1rem; margin-bottom: 32px; padding-bottom: 28px; }
  .page-content h2{ font-size: 1.125rem; margin-top: 32px; }
  .page-content__lead{ font-size: 1.5rem; }
  .page-content p,
  .page-content ul li,
  .page-content ol li{ font-size: 1rem; }
}
/* header-inner kuralları artık css/site/style2.css içinde (aselsan birebir kopyası). */

/* =========================================================
   SAYFA İÇİ VİDEO VE DOSYALAR ALANI (SAYFALAR.PHP)
========================================================= */

.ic-video-section,
.ic-files-section {
  padding: 3rem 0;
}

/* --- VİDEOLAR --- */
.ic-video-block {
  background: var(--color-white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ic-video-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.ic-video-block__wrap {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.ic-video-block__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.ic-video-block__wrap iframe,
.ic-video-block__wrap video {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}
.ic-video-block:hover .ic-video-block__img {
  transform: scale(1.05);
}
.ic-video-block__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.ic-video-block:hover .ic-video-block__overlay {
  background: rgba(0,0,0,0.5);
}

.ic-video-block__body {
  padding: 1.5rem;
  flex-grow: 1;
}
.ic-video-block__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 0.5rem;
}
.ic-video-block__desc {
  font-size: 0.9375rem;
  color: var(--color-text);
  line-height: 1.5;
}

/* ═══════════════════════════════════════════════════
   PRODUCT LISTING — Ürün Listeleme Sayfası
   ═══════════════════════════════════════════════════ */

/* Filtreleme Alanı */
.product-filter-wrap {
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(0,0,92,0.08);
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.product-filter-select,
.product-filter-search {
  height: 48px !important;
  border-radius: 8px !important;
  border: 1px solid #e0e6ed !important;
  background-color: #f8fafc !important;
  font-size: 0.9375rem !important;
  color: #1d3d7c !important;
  transition: all 0.2s ease !important;
}

.product-filter-select:focus,
.product-filter-search:focus {
  border-color: #00005c !important;
  background-color: #fff !important;
  box-shadow: 0 0 0 4px rgba(0,0,92,0.05) !important;
}

/* Ürün Kartı */
.product-card-link {
  text-decoration: none !important;
  display: block;
}

.product-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #f0f4f8;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,92,0.12);
  border-color: rgba(0,0,92,0.1);
}

.product-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f8fafc;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-card__media img {
  transform: scale(1.08);
}

.product-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 92, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(4px);
}

.product-card:hover .product-card__overlay {
  opacity: 1;
}

.product-card__btn {
  color: #fff;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  padding: 12px 24px;
  border: 2px solid #fff;
  border-radius: 999px;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.product-card:hover .product-card__btn {
  transform: translateY(0);
}

.product-card__body {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-card__code {
  font-size: 0.75rem;
  font-weight: 700;
  color: #ef952a;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}

.product-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #00005c;
  margin: 0 0 0.75rem 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card__desc {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Sayfalama */
.uk-pagination > .uk-active > * {
  color: #00005c !important;
  font-weight: 700;
}

.uk-pagination > li > a:hover {
  color: #ef952a !important;
}

/* --- DOSYALAR --- */
.ic-file-card {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(0,0,92,0.1);
  text-decoration: none !important;
  transition: all 0.25s ease;
  height: 100%;
  min-height: 64px;
  box-sizing: border-box;
  width: 100%;
}
.ic-file-card:hover {
  border-color: #00005c;
  background: #f8fbff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,92,0.08);
}
.ic-file-card__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: rgba(0,0,92,0.05);
  color: #00005c;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 0.875rem;
}
.ic-file-card__icon svg, 
.ic-file-card__icon [uk-icon] {
  width: 18px;
  height: 18px;
}
.ic-file-card__ext {
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 1px;
  line-height: 1;
}
.ic-file-card__body {
  flex-grow: 1;
  min-width: 0;
  padding-right: 4px;
}
.ic-file-card__name,
.ic-file-card__title {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #00005c;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}
.ic-file-card__meta {
  display: block;
  font-size: 0.7rem;
  color: #6b7280;
  margin-top: 2px;
  line-height: 1;
}
.ic-file-card__arrow {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: #f3f4f6;
  color: #00005c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.2s ease;
}
.ic-file-card:hover .ic-file-card__arrow {
  background: #00005c;
  color: #fff;
}

/* =========================================================
   DÖKÜMAN LİSTESİ — ic-doc-list / ic-doc-item
   Hem urun-detay hem sayfa şablonlarında ortak kullanılır
========================================================= */
.ic-doc-list {
  border: 1px solid rgba(var(--primary-color-rgb, 29,61,124), 0.1);
  border-radius: 0 16px 0 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ic-doc-item {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(var(--primary-color-rgb, 29,61,124), 0.08);
  border-radius: 0 12px 0 12px;
  padding: 13px 16px;
  text-decoration: none !important;
  gap: 14px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.ic-doc-item:hover {
  border-color: rgba(var(--primary-color-rgb, 29,61,124), 0.28);
  box-shadow: 0 4px 16px rgba(var(--primary-color-rgb, 29,61,124), 0.09);
  transform: translateX(4px);
  text-decoration: none !important;
}
.ic-doc-item__icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  background: rgba(var(--primary-color-rgb, 29,61,124), 0.06);
  color: var(--primary-color, #1d3d7c);
  border-radius: 0 8px 0 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.ic-doc-item__icon [uk-icon] {
  width: 20px;
  height: 20px;
}
.ic-doc-item__ext {
  font-size: 0.5rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  color: var(--primary-color, #1d3d7c);
}
.ic-doc-item__body {
  flex-grow: 1;
  min-width: 0;
}
.ic-doc-item__name {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary-color, #1d3d7c);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.ic-doc-item__tags {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  flex-wrap: wrap;
}
.ic-doc-item__tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.67rem;
  font-weight: 500;
  color: #6b7280;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 2px 8px;
  line-height: 1.5;
}
.ic-doc-item__btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--primary-color, #1d3d7c);
  border: 1.5px solid var(--primary-color, #1d3d7c);
  border-radius: 0 8px 0 8px;
  padding: 7px 14px;
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.ic-doc-item:hover .ic-doc-item__btn {
  background: var(--primary-color, #1d3d7c);
  color: #fff;
}
@media (max-width: 639px) {
  .ic-doc-list { padding: 12px; }
  .ic-doc-item { padding: 11px 12px; gap: 10px; }
  .ic-doc-item__btn { display: none; }
}

/* =========================================================
   SAYFA GENELİ - FOOTER'I AŞAĞI İTME
========================================================= */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.asls-footer {
  margin-top: auto;
}

/* ═══════════════════════════════════════════════════
   IC-PERSONEL — Personel listesi ve detay sayfası
   ═══════════════════════════════════════════════════ */

.ic-personel-section {
  padding: 60px 0;
}

/* ── Grid Kart ── */
.ic-personel-kart {
  background: #fff;
  border: 1px solid rgba(0,0,92,0.09);
  border-radius: 0 1.25rem 0 1.25rem;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ic-personel-kart:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(0,0,92,0.12);
  border-color: rgba(29,61,124,0.3);
}

.ic-personel-kart__media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #eef2f8;
}

.ic-personel-kart__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform .5s ease;
}

.ic-personel-kart:hover .ic-personel-kart__img {
  transform: scale(1.05);
}

.ic-personel-kart__body {
  padding: 1.25rem 1.375rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: transparent;
  border-top: 1px solid rgba(0,0,92,0.10);
}

.ic-personel-kart__ad {
  font-size: 1.25rem;
  font-weight: 500;
  color: #02023f;
  margin: 0 0 0.375rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.ic-personel-kart__ad a {
  color: inherit;
  text-decoration: none;
  transition: color .2s;
}

.ic-personel-kart__ad a:hover {
  color: #1d3d7c;
}

.ic-personel-kart__unvan {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #6b7280;
  margin: 0 0 1rem;
  line-height: 1.45;
}

.ic-personel-kart__iletisim {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.ic-personel-kart__detay-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1d3d7c;
  text-decoration: underline;
  text-decoration-color: rgba(29,61,124,0.4);
  text-underline-offset: 3px;
  margin-top: auto;
  padding-top: 0.875rem;
  transition: color .2s, text-decoration-color .2s;
}

.ic-personel-kart__detay-link:hover {
  color: #f7941d;
  text-decoration-color: rgba(247,148,29,0.6);
}

/* ── Liste Görünümü ── */
.ic-personel-liste__item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.125rem 0;
}

.ic-personel-liste__resim {
  flex-shrink: 0;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  background: #eef2f8;
  border: 2px solid rgba(29,61,124,0.12);
}

.ic-personel-liste__resim img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.ic-personel-liste__bilgi { flex: 1; }

.ic-personel-liste__ad {
  font-size: 1rem;
  font-weight: 700;
  color: #02023f;
  margin: 0 0 0.25rem;
}

.ic-personel-liste__ad a {
  color: inherit;
  text-decoration: none;
  transition: color .2s;
}

.ic-personel-liste__ad a:hover { color: #1d3d7c; }

.ic-personel-liste__unvan {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

.ic-personel-liste__iletisim {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* ── İletişim link (paylaşılan) ── */
.ic-personel-iletisim__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.875rem;
  color: #1d3d7c;
  text-decoration: none;
  transition: color .2s;
}

.ic-personel-iletisim__link:hover {
  color: #f7941d;
  text-decoration: underline;
}

/* ═══════════════════════════════════════════════════
   IC-PERSONEL-DETAY — Personel detay sayfası
   ═══════════════════════════════════════════════════ */

.ic-personel-detay {
  padding: 48px 0 80px;
}

/* Sol kolon: fotoğraf kartı */
.ic-personel-detay__profil {
  position: sticky;
  top: 120px;
  background: #fff;
  border: 1px solid rgba(0,0,92,0.09);
  border-radius: 0 1.25rem 0 1.25rem;
  overflow: hidden;
}

.ic-personel-detay__resim-wrap {
  background: #eef2f8;
  overflow: hidden;
  line-height: 0;
}

.ic-personel-detay__resim {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top center;
}

.ic-personel-detay__iletisim {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 1.25rem 1.25rem;
  border-top: 1px solid rgba(0,0,92,0.10);
}

/* Sağ kolon: başlık bloğu */
.ic-personel-detay__name-block {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid rgba(29,61,124,0.12);
}

.ic-personel-detay__name-heading {
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 300;
  color: #00005c;
  margin: 0 0 0.625rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.ic-personel-detay__name-unvan {
  font-size: 1.125rem;
  font-weight: 500;
  color: #00005c;
  margin: 0;
}

/* Biyografi */
.ic-personel-detay__bio {
  font-size: 1rem;
  color: #374151;
  line-height: 1.8;
}

.ic-personel-detay__bio p {
  margin-bottom: 1.25rem;
}

.ic-personel-detay__bio p:last-child {
  margin-bottom: 0;
}

@media (max-width: 959px) {
  .ic-personel-detay { padding: 32px 0 56px; }
  .ic-personel-detay__profil { position: static; }
}

@media (max-width: 639px) {
  .ic-personel-section { padding: 40px 0; }
  .ic-personel-kart__body { padding: 1rem 1.125rem 1.25rem; }
  .ic-personel-detay { padding: 24px 0 48px; }
  .ic-personel-detay__name-heading { font-size: 1.5rem; }
}
