/**
* Template Name: Fixy Polde v3
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  padding-top: 120px;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #1b3da6;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", sans-serif;
}

/*--------------------------------------------------------------
# WP by fixy digital
--------------------------------------------------------------*/

/* =======================
   Universal Buttons
   ======================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0.8rem 1.4rem;
  border-radius: 10px;
  font: 600 14px/1.2 "Segoe UI", sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  user-select: none;
  border: none;
}

/* Primary (marka mavisi, CTA için) */
.btn-primary {
  background: linear-gradient(90deg, #29a3f0, #1e6dd8);
  color: #fff;
  box-shadow: 0 6px 14px rgba(30, 109, 216, 0.35);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(30, 109, 216, 0.45);
}
.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(30, 109, 216, 0.25);
}
.btn-primary:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(30, 109, 216, 0.55);
}

/* Secondary (daha sade, ikincil aksiyonlar için) */
.btn-secondary {
  background: #eef3fb;
  color: #1e3a5f;
  border: 1px solid rgba(30, 109, 216, 0.35);
}
.btn-secondary:hover {
  background: #dde7f6;
  transform: translateY(-2px);
}
.btn-secondary:active {
  transform: translateY(0);
}
.btn-secondary:focus-visible {
  outline: 2px solid #1e6dd8;
  outline-offset: 2px;
}

/* Responsive uyum */
@media (max-width: 640px) {
  .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Warning (mavi varyant) */
.btn-warning {
  background: #dbe9ff;               /* Açık mavi taban */
  color: #1e3a8a;                    /* Koyu mavi yazı */
  border: 1px solid #93c5fd;         /* Orta mavi çerçeve */
  font-weight: 700;
  transition: all 0.25s ease;
}
.btn-warning:hover {
  background: #bfdcff;               /* Hover’da daha doygun açık mavi */
  border-color: #60a5fa;             /* Orta maviye yaklaşır */
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.25);
}
.btn-warning:active {
  transform: translateY(0);
  background: #93c5fd;
  border-color: #3b82f6;
}
.btn-warning:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* 404 Sayfa Tasarımı */
.error-section {
  background: linear-gradient(135deg, #e6edf6, #f9fbfe);
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.error-container {
  text-align: center;
  max-width: 620px;
  padding: 40px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  position: relative;
}

.error-logo {
  width: 180px;
  margin-bottom: 30px;
}

.error-code {
  font-size: 96px;
  font-weight: 900;
  color: #1a3e72;
  margin-bottom: 10px;
}

.error-message {
  font-size: 1.25rem;
  color: #2c3e50;
  margin-bottom: 30px;
}

.btn-error-home {
  display: inline-block;
  background: linear-gradient(to right, #4fa3ff, #1a3e72);
  color: #ffffff;
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(79, 163, 255, 0.3);
}

.btn-error-home:hover {
  background: linear-gradient(to right, #1a3e72, #4fa3ff);
  transform: translateY(-3px);
}

.trwpwhatsappballon {
font-size: 14px;
border-radius: 12px; 
border: 1px solid #fff;
max-width: 250px;
}

.trwpwhatsapptitle {
background-color: #075e54; 
color: white; 
padding: 14px; 
border-radius: 12px 12px 0px 0px;
text-align: center;
}

.trwpwhatsappmessage {
padding: 16px 12px;
background-color: white;
}

.trwpwhatsappinput {
background-color: white;
border-radius: 0px 0px 12px 12px;
}

.trwpwhatsappinput input {
width: 206px;
border-radius: 10px;
margin: 1px 1px 0px 10px;
padding:10px;
font-family: "Raleway", Arial, sans-serif;
font-weight: 300;
font-size: 13px;
background-color: #efefef;
border: 1px solid #d4d4d4;
}

.trwpwhatsappbutton {
border-radius: 20px; 
padding: 8px 15px; 
cursor: pointer; 
color: #fff;
max-width: 220px;
margin-top: 10px;
margin-bottom: 4px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.trwpwhatsappall {
position: fixed; 
z-index: 9999999999999999999; 
bottom: 0; 
left: 50px;
font-family: "Raleway", Arial, sans-serif;
font-weight: 300;
font-size: 15px;
}

.trwpwhatsappsendbutton {
  color: #075e54;
  cursor:pointer;
}

button {border: none;}
button i {
float: right;
position: absolute;
z-index: 999999999999;
right: 23px;
top: 11;
bottom: 81px;
font-size: 18px !important;
}

.kapat {
position: absolute;
right: 8px;
top: 6px;
font-size: 13px;
border: 1px solid #fff;
border-radius: 99px;
padding: 2px 5px 2px 5px;
color: white;
font-size: 10px;
cursor: pointer;
}

/*--------------------------------------------------------------
# ÜRÜN SAYFA by fixy digital
--------------------------------------------------------------*/

.su-deposu-container {
  background-color: #e9f0fb; /* açık mavi arka plan */
  padding: 60px 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #222f53;
  line-height: 1.7;
  max-width: 1440px;
  margin: 40px auto; /* Ortala ve üst alt boşluk */
  background: white;
  border: 1.8px solid #0070c0;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 112, 192, 0.15);
  padding: 30px 30px 30px 30px; /* İçeride daha geniş boşluk */
}

.su-deposu-container h2, 
.su-deposu-container h3 {
    color: #2c3e50;
    border-bottom: 3px solid #3498db;
    padding-bottom: 6px;
    margin-bottom: 18px;
    font-weight: bold;
}

.su-deposu-container ul {
    padding-left: 25px;
}

.su-deposu-container ul li {
    margin-bottom: 12px;
    list-style-type: disc;
    color: #333;
}

.su-deposu-container p {
    color: #444;
    font-size: 16px;
}

/* Tablo dışına kayma sorununu önlemek için saran scroll alanı */
#tablepress-7 {
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    overflow-x: auto;
    display: block; /* responsive scroll için şart */
    -webkit-overflow-scrolling: touch;
}

/* Hücre stilleri */
#tablepress-7 th, 
#tablepress-7 td {
    padding: 14px;
    border: 1px solid #ddd;
    white-space: nowrap; /* Hücre içerikleri taşmasın */
}

#tablepress-7 thead {
    background-color: #0056b3;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

#tablepress-7 tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}

#tablepress-7 tbody tr:hover {
    background-color: #e0e0e0;
    transition: background-color 0.3s ease-in-out;
}

/* Tablo ve resmin yan yana durduğu yapı */
.table-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 100%;
    overflow-x: auto;
    padding: 10px;
    flex-direction: row;
}

.table-image {
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Mobil uyum ayarları */
@media (max-width: 768px) {
    .table-container {
        flex-direction: column;
        align-items: center;
    }

    .table-image {
        max-width: 100%;
        height: auto;
    }

    #tablepress-7 {
        font-size: 14px;
    }

    #tablepress-7 th, 
    #tablepress-7 td {
        padding: 10px;
    }
}

/* Küçük ekranlar için ekstra uyum */
@media (max-width: 480px) {
    #tablepress-7 {
        font-size: 13px;
    }

    #tablepress-7 th, 
    #tablepress-7 td {
        padding: 8px;
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1b3da6;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #1b3da6;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: linear-gradient(90deg, #1b3da6, #15317e);
  color: #ffffff;
  padding: 8px 0;
  font-size: 14px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

#topbar .contact-info {
  display: flex;
  align-items: center;
}

#topbar .contact-info i {
  font-style: normal;
  color: #a9a9a9;
  font-size: 16px;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #ffffff;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #808080;
}

#topbar .social-links {
  display: flex;
  align-items: center;
}

#topbar .social-links a {
  color: #ffffff;
  line-height: 0;
  transition: 0.3s;
  margin-left: 15px;
  font-size: 16px;
}

#topbar .social-links a:hover {
  color: #808080;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* ========== HEADER ========== */
#header {
  height: 80px;
  transition: all 0.4s ease-in-out;
  z-index: 999;
  margin-top: 40px; /* Topbar’ın altında kalması için */
  background: linear-gradient(135deg, rgba(27, 61, 166, 0.9), rgba(0, 0, 0, 0.8));
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(10px);
}

#header .logo img {
  max-height: 55px;
  transition: transform 0.3s ease-in-out;
}

#header .logo img:hover {
  transform: scale(1.1);
}

/* ========== GENEL NAVBAR ========== */
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar a:hover,
.navbar .active {
  color: #fffff;
  transform: translateY(-3px);
}

/* ========== DROPDOWN MENÜ ========== */
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.95);
  box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  width: max-content;
}

.navbar .dropdown ul a {
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.navbar .dropdown ul a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #D3D3D3;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.lang-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
.lang-select-button {
  background-color: #f9f9f9;
  border: 1px solid #bbb;
  padding: 8px 14px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.lang-select-button img {
  width: 22px;
  height: 22px;
  object-fit: cover;
  border-radius: 50%; /* yuvarlak yapar */
  border: 1px solid #ccc;
}
.lang-select-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 150px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  z-index: 100;
  border-radius: 6px;
  margin-top: 5px;
}
.lang-select-menu.show {
  display: block;
}
.lang-select-menu a {
  color: #333;
  padding: 9px 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.2s ease;
}
.lang-select-menu a:hover {
  background-color: #e6e6e6;
}

@media (max-width: 991px) {
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 70%;
    max-width: 260px;
    height: 100vh;
    background: #111;
    flex-direction: column;
    padding: 60px 20px;
    z-index: 999;
    transition: left 0.3s ease-in-out;
    overflow-y: auto;
  }

  .navbar ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .navbar li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .navbar a {
    color: #ccc;
    font-size: 14px;
    padding: 10px;
    display: block;
  }

  .navbar .dropdown > ul {
    display: none;
    flex-direction: column;
    padding-left: 15px;
  }
  
  .navbar .dropdown ul a {
    padding: 5px 5px;
    font-size: 12px;
  }

  .navbar .dropdown:focus-within > ul,
  .navbar .dropdown.open > ul {
    display: flex;
  }

  .menu-checkbox:checked ~ .navbar {
    left: 0;
  }

  .mobile-nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1003;
    cursor: pointer;
  }

  .mobile-nav-toggle .bar {
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease;
  }

  .menu-checkbox:checked ~ .mobile-nav-toggle .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .menu-checkbox:checked ~ .mobile-nav-toggle .bar:nth-child(2) {
    opacity: 0;
  }

  .menu-checkbox:checked ~ .mobile-nav-toggle .bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }

  .overlay {
    display: none;
  }

  .menu-checkbox:checked ~ .overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.6);
    z-index: 998;
  }

  .lang-select-wrapper {
    margin-top: 20px;
    width: 100%;
  }

  .lang-select-button {
    width: 100%;
    background: transparent;
    color: white;
    padding: 10px;
    border: 1px solid #444;
    text-align: left;
  }

  .lang-select-menu {
    display: none;
    flex-direction: column;
    padding-left: 10px;
  }

  .lang-select-wrapper:hover .lang-select-menu {
    display: flex;
  }
  
  .lang-select-menu a {
  color: black;
}
}
  
.hero-pro{
  --ink:#0d1b2a;
  --muted:#3c5775;
  --accent:#1e6dd8;
  --accent-2:#29a3f0;
  --bg-dark:#0e1520;

  --hero-image:url('../img/slide/1.jpg');
  --hero-fit: cover;             /* arka ve ön aynı "fit" */
  --hero-pos: 50% 50%;           /* odak noktası (inline style ile oynat) */
  --hero-blur: 16px;             /* blur fill */
  --hero-scale-bg: 1.10;         /* blur kenarı gizlemek için */
  --hero-scale-fg: 1.06;         /* ön görseli hafif büyüt, öne çıkar */

  position: relative;
  isolation: isolate;
  color:#fff;
  overflow:hidden;
  padding: clamp(20px, 4vw, 36px) 20px;
}

/* Layout: görsel önde, metin yanında */
.hero-pro .hp-container{
  max-width: 1440px;
  margin: 0 auto;
  min-height: min(92vh, 880px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr; /* görsel : metin */
  gap: clamp(18px, 4vw, 48px);
  align-items: center;
}

/* Blur arkaplan: ÖN ve ARKA ayni fit/pos */
.hero-pro .hp-bg{
  position:absolute; inset:0; z-index:-2;
  background:
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.6) 100%),
    var(--hero-image) var(--hero-pos)/var(--hero-fit) no-repeat;
  filter: blur(var(--hero-blur)) saturate(112%);
  transform: scale(var(--hero-scale-bg));
}

/* Mavi ışıltı */
.hero-pro .hp-overlay{
  position:absolute; inset:0; z-index:-1; pointer-events:none;
  background:
    radial-gradient(60% 60% at 0% 0%, rgba(30,109,216,.28), transparent 60%),
    radial-gradient(70% 70% at 100% 10%, rgba(41,163,240,.22), transparent 60%),
    linear-gradient(180deg, rgba(14,21,32,.18) 0%, rgba(14,21,32,.5) 100%);
  mix-blend-mode: screen;
}

/* Ön görsel kartı: büyük görünüm + blend kenar */
.hero-pro .hp-visual{
  position: relative;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 36px 80px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.06);
  overflow:hidden;
  height: min(72vh, 740px);
  display:grid; place-items:center;
}
.hero-pro .hp-visual::after{
  /* kenarlarda yumuşak maske: arka ile daha iyi kaynaşır */
  content:""; position:absolute; inset:0; pointer-events:none;
  background: radial-gradient(120% 100% at 50% 50%, transparent 60%, rgba(0,0,0,.25) 100%);
  mix-blend-mode: multiply;
}
.hero-pro .hp-visual img{
  width: 100%;
  height: 90%;
  object-fit: var(--hero-fit);
  object-position: var(--hero-pos);
  transform: scale(var(--hero-scale-fg));  /* öne çıkar */
  will-change: transform;
  image-rendering: auto;
  -webkit-user-drag: none;
}

/* Metin bloğu */
.hero-pro .hp-text .eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  padding:6px 12px; border-radius:999px;
  font: 800 12px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  letter-spacing:.08em; text-transform:uppercase;
  color:#d6e7ff; background: rgba(41,163,240,.18); border:1px solid rgba(124,168,255,.35);
}
.hero-pro h1{
  margin:12px 0 10px;
  font-size: clamp(28px, 4.2vw, 56px);
  line-height:1.08; font-weight:900;
  text-shadow: 0 2px 10px rgba(0,0,0,.5);
}
.hero-pro .lead{
  margin:0 0 16px; max-width: 60ch; color:#eaf2ff;
  font-size: clamp(16px, 1.3vw, 18px); line-height:1.7;
  text-shadow: 0 2px 6px rgba(0,0,0,.45);
}

/* Butonlar */
.hero-pro .hp-actions{ display:flex; flex-wrap:wrap; gap:12px; align-items:center; }
.hero-pro .btn-primary{
  display:inline-flex; align-items:center; gap:10px;
  padding:.95rem 1.5rem; border-radius:14px;
  font:900 16px/1.1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  text-decoration:none; color:#0a1220;
  background: linear-gradient(90deg, var(--accent-2) 0%, var(--accent) 100%);
  box-shadow: 0 20px 40px rgba(30,109,216,.55), inset 0 -2px 0 rgba(0,0,0,.25);
  transition: transform .2s ease, box-shadow .2s ease;
}
.hero-pro .btn-primary:hover{ transform: translateY(-2px); }
.hero-pro .btn-secondary{
  display:inline-flex; align-items:center;
  padding:.9rem 1.2rem; border-radius:14px;
  font:800 15px/1.1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:#e1edff; text-decoration:none;
  border:1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(2px);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.hero-pro .btn-secondary:hover{ transform: translateY(-2px); background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.42); }

.hero-pro .hp-note{ display:block; margin-top:8px; color:#cfe0ff; opacity:.9; }

/* Rozetler */
.hero-pro .hp-badges{ margin:14px 0 0; padding:0; list-style:none; display:flex; flex-wrap:wrap; gap:8px; }
.hero-pro .badge{ padding:8px 12px; border-radius:12px; background: rgba(16,32,60,.55); border:1px solid rgba(118,166,255,.28); color:#d9e6ff; font-weight:700; font-size:13px; }

/* Responsive */
@media (max-width: 1024px){
  .hero-pro .hp-container{ grid-template-columns: 1fr; gap:18px; min-height:auto; }
  .hero-pro .hp-visual{ height: min(50vh, 520px); order:-1; }
}
@media (max-width: 640px){
  .hero-pro{ padding:14px 14px 46px; }
  .hero-pro h1{ font-size: clamp(24px, 8vw, 32px); }
  .hero-pro .lead{ font-size: 15.5px; }
  .hero-pro .hp-visual{ height: clamp(280px, 46vh, 420px); }
  .hero-pro .btn-primary, .hero-pro .btn-secondary{ font-size:.95rem; padding:.8rem 1.05rem; }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #eeeeee;
}

.section-title {
  padding-bottom: 30px;
  text-align: center;
}

.section-title a {
  color: #000;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #000000;
}

.section-title h2 strong {
  font-weight: 700;
}

.section-title p {
  margin-bottom: 0;
}

.section-divider {
  width: 60%;
  height: 4px;
  background: #1a3e72;
  margin: 50px auto;
  border-radius: 2px;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background: linear-gradient(135deg, #1b3da6, #152c7c); /* Şık bir degrade */
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Hafif gölge efekti */
}

.breadcrumbs h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

/* Breadcrumb Linkleri */
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.breadcrumbs ol a {
  color: #d5d4cf;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
}

.breadcrumbs ol a:hover {
  color: #b4b4b4;
  transform: scale(1.1);
}

/* Ayracı Daha Modern Yapıyoruz */
.breadcrumbs ol li+li {
  padding-left: 15px;
  position: relative;
}

.breadcrumbs ol li+li::before {
  content: "›"; /* Daha modern bir ok işareti */
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding-right: 10px;
  transition: color 0.3s ease;
}

.breadcrumbs ol li a:hover::before {
  color: #d5d4cf;
}

/* Responsive Düzenlemeler */
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 15px;
  }

  .breadcrumbs h2 {
    font-size: 24px;
  }

  .breadcrumbs ol {
    font-size: 16px;
    text-align: center;
    justify-content: center;
  }

  .breadcrumbs ol li+li::before {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .breadcrumbs {
    padding: 10px;
  }

  .breadcrumbs h2 {
    font-size: 20px;
  }

  .breadcrumbs ol {
    font-size: 14px;
  }
}


/* ===============================
   CTA • Polde Teklif Sistemi
   Koyu, modern, yüksek dönüşüm
   =============================== */

#cta {
  position: relative;
  width: 100%;
  background: radial-gradient(1200px 700px at 20% -10%, #1b2a4a 0%, rgba(11,17,26,0) 60%),
              radial-gradient(900px 600px at 100% 10%, #15325f 0%, rgba(11,17,26,0) 55%),
              linear-gradient(180deg, #0b111a 0%, #0e1520 100%);
  color: #eaf1ff;
  padding: clamp(48px, 8vw, 96px) 20px;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Grid Overlay (dekoratif) */
#cta .cta-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px) 0 0/24px 24px,
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px) 0 0/24px 24px;
  mask-image: radial-gradient(60% 60% at 50% 40%, #000 60%, transparent 100%);
  pointer-events: none;
}

/* Container */
#cta .cta-container {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

/* Sol taraf */
#cta .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #bcd5ff;
  background: rgba(37, 99, 235, .12);
  border: 1px solid rgba(123,178,255,.2);
  width: -moz-fit-content;
  width: fit-content;
}

#cta h2 {
  margin: 10px 0 8px 0;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.08;
  font-weight: 900;
  color: #f3f7ff;
  letter-spacing: -0.02em;
}

#cta .intro-text {
  margin: 0 0 14px 0;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.7;
  color: #c6d6ff;
  max-width: 60ch;
}

/* Rozetler */
#cta .badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 18px;
  padding: 0;
  list-style: none;
}

#cta .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(16, 32, 60, .55);
  border: 1px solid rgba(108, 150, 255, .25);
  color: #d9e6ff;
  font-weight: 600;
  font-size: 13px;
  user-select: none;
}
#cta .badge svg {
  width: 16px; height: 16px;
  fill: none;
  stroke: #6ca3ff;
  stroke-width: 2;
}

/* Özellikler */
#cta .features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  margin-top: 8px;
}
#cta .feature-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(17,29,50,.8), rgba(17,29,50,.4));
  border: 1px solid rgba(92,135,220,.25);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(10, 20, 40, .35) inset;
}
#cta .feature-item .icon svg{
  width: 28px; height: 28px;
  fill: none;
  stroke: #93b7ff;
  stroke-width: 2;
}
#cta .feature-item h4 {
  margin: 0 0 4px 0;
  color: #eaf1ff;
  font-size: 16px;
  font-weight: 800;
}
#cta .feature-item p {
  margin: 0;
  color: #b9c8e8;
  font-size: 14px;
  line-height: 1.55;
}

/* CTA Aksiyonları */
#cta .cta-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  flex-wrap: wrap;
}

#cta .cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 14px;
  font-weight: 900;
  font-size: 16px;
  text-decoration: none;
  color: #0a1220;
  background: linear-gradient(90deg, #7fb3ff 0%, #4a86ff 40%, #2563eb 100%);
  box-shadow: 0 12px 24px rgba(37, 99, 235, .45), inset 0 -2px 0 rgba(0,0,0,.25);
  transform: translateZ(0);
  transition: transform .2s ease, box-shadow .2s ease;
  outline: none;
}
#cta .cta-button .arrow { 
  display: inline-block; 
  transform: translateX(0);
  transition: transform .2s ease;
}
#cta .cta-button .glow {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 16px;
  background: radial-gradient(120px 60px at 20% 50%, rgba(255,255,255,.45), transparent 60%),
              radial-gradient(100px 60px at 80% 50%, rgba(255,255,255,.25), transparent 60%);
  opacity: .35;
  filter: blur(6px);
  pointer-events: none;
}
#cta .cta-button:hover,
#cta .cta-button:focus {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(37, 99, 235, .55), inset 0 -2px 0 rgba(0,0,0,.2);
}
#cta .cta-button:hover .arrow,
#cta .cta-button:focus .arrow {
  transform: translateX(4px);
}
#cta .cta-button:focus-visible {
  box-shadow:
    0 0 0 3px rgba(255,255,255,.6),
    0 0 0 6px rgba(37,99,235,.55),
    0 16px 32px rgba(37, 99, 235, .55),
    inset 0 -2px 0 rgba(0,0,0,.25);
}

#cta .cta-secondary {
  color: #bcd5ff;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(124,168,255,.25);
  background: rgba(24,38,66,.4);
  transition: background .2s ease, transform .2s ease;
}
#cta .cta-secondary:hover { 
  background: rgba(24,38,66,.65);
  transform: translateY(-1px);
}

#cta .cta-note {
  margin: 6px 0 0 2px;
  color: #98abd3;
  font-size: 12.5px;
}

/* Sağ taraf önizleme kartı */
#cta .cta-visual { 
  display: grid; 
  place-items: center; 
}
#cta .preview-card {
  width: min(440px, 100%);
  border-radius: 20px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(18,27,45,.9), rgba(18,27,45,.6));
  border: 1px solid rgba(118,166,255,.25);
  box-shadow: 0 12px 40px rgba(7, 12, 22, .65), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(8px);
}
#cta .pc-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(14, 25, 46, .8);
  border: 1px solid rgba(118,166,255,.25);
  margin-bottom: 12px;
}
#cta .pc-header .dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: #36d399;
  box-shadow: 0 0 0 6px rgba(54,211,153,.12);
  animation: pulse 2s infinite;
}
#cta .pc-header .pc-title {
  color: #eaf1ff; font-weight: 800;
  letter-spacing: .01em;
}

#cta .pc-list { 
  list-style: none; margin: 6px 0 12px; padding: 0; 
  display: grid; gap: 10px;
}
#cta .pc-list li {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px;
  border-radius: 12px;
  background: rgba(21,36,64,.7);
  border: 1px solid rgba(118,166,255,.22);
  color: #d8e4ff;
  font-weight: 600;
}
#cta .pc-list li svg{
  width: 18px; height: 18px;
  stroke: #59d18e; fill: none; stroke-width: 2;
  margin-right: 8px;
}
#cta .pc-list li::before {
  content: "";
  width: 18px; height: 18px; margin-right: 8px; display: inline-block;
  background: conic-gradient(from 180deg at 50% 50%, #59d18e, #1f9c61);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"/>') center/contain no-repeat; /* filler */
}
#cta .pc-list .tag {
  margin-left: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  color: #cfe8ff;
  background: rgba(68,120,255,.25);
  border: 1px solid rgba(120,164,255,.35);
}
#cta .pc-list .tag.ok { 
  background: rgba(33,164,121,.25); border-color: rgba(33,164,121,.45); 
}
#cta .pc-list .tag.wait { 
  background: rgba(255,188,66,.18); border-color: rgba(255,188,66,.38); color:#ffe6bb;
}

#cta .pc-progress { 
  padding: 6px 2px 2px; color:#a9bde8; 
}
#cta .pc-progress-bar {
  width: 100%; height: 10px; border-radius: 999px;
  background: rgba(29,49,87,.6);
  border: 1px solid rgba(118,166,255,.28);
  overflow: hidden; margin-bottom: 6px;
}
#cta .pc-progress-bar span {
  display: block; height: 100%;
  width: 66%;
  background: linear-gradient(90deg, #8cc0ff, #4a86ff);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
  position: relative;
}
#cta .pc-progress-bar span::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.3) 0%, transparent 40%, transparent 60%, rgba(255,255,255,.25) 100%);
  animation: shine 2.8s linear infinite;
  mix-blend-mode: screen;
}

#cta .pc-cta {
  width: 100%;
  margin-top: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 800;
  color: #cfe0ff;
  background: rgba(25,40,72,.6);
  border: 1px solid rgba(118,166,255,.25);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
#cta .pc-cta:hover { 
  background: rgba(25,40,72,.85);
  transform: translateY(-1px);
}

/* Animasyonlar */
@keyframes pulse { 
  0%{ box-shadow: 0 0 0 0 rgba(54,211,153,.20) } 
  70%{ box-shadow: 0 0 0 10px rgba(54,211,153,0) } 
  100%{ box-shadow: 0 0 0 0 rgba(54,211,153,0) } 
}
@keyframes shine { 
  0% { transform: translateX(-100%) } 
  100% { transform: translateX(100%) } 
}

/* Erişilebilirlik: hareketi azalt */
@media (prefers-reduced-motion: reduce) {
  #cta .cta-button, #cta .cta-button .arrow, #cta .pc-progress-bar span::after, #cta .pc-header .dot {
    transition: none !important; animation: none !important;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  #cta .cta-container {
    grid-template-columns: 1fr;
  }
  #cta .cta-visual { order: -1; }
  #cta .preview-card { margin-bottom: 8px; }
}
@media (max-width: 640px) {
  #cta { padding: 36px 16px; }
  #cta .features { grid-template-columns: 1fr; }
  #cta .cta-actions { gap: 10px; }
  #cta .cta-secondary { padding: 10px 12px; }
}

#services {
  --ink: #0d1b2a;
  --muted: #3c5775;
  --accent: #1e6dd8;
  --accent-2: #29a3f0;
  --card-bg: #ffffff;
  --card-border: #d9e6f7;
  --bg-top: #f5faff;
  --bg-bottom: #eaf3fb;

  position: relative;
  width: 100%;
  padding: clamp(56px, 7vw, 96px) 20px;
  color: var(--ink);
  background: linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow: hidden;
  box-sizing: border-box;
}

/* Hafif çizgili doku */
#services .sv-bg{
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(37,99,235,.06) 0 1px, rgba(37,99,235,0) 1px 14px);
  opacity: .5;
  mix-blend-mode: multiply;
  pointer-events: none;
}

#services .services-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Başlık alanı */
#services .services-head { text-align: center; margin-bottom: clamp(24px, 5vw, 44px); }
#services .eyebrow{
  display: inline-flex; gap: 8px; align-items: center;
  padding: 6px 12px; border-radius: 999px;
  font-weight: 800; font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
  color: #365eaa; background: rgba(37,99,235,.12); border: 1px solid rgba(37,99,235,.22);
}
#services h2{
  margin: 12px 0 8px; font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.08; letter-spacing: -0.01em; font-weight: 900; color: #0d1b2a;
}
#services .lead{
  margin: 0 auto; max-width: 70ch; color: var(--muted);
  font-size: clamp(15px, 1.2vw, 18px); line-height: 1.7;
}

/* Grid */
#services .sv-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: clamp(16px, 2vw, 22px);
}

/* Kart */
#services .sv-card{
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 22px 20px;
  display: grid; grid-auto-rows: max-content; gap: 10px;
  box-shadow: 0 6px 16px rgba(17, 34, 68, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  min-height: 236px;
}
#services .sv-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(17, 34, 68, .12);
  border-color: rgba(37,99,235,.35);
}

/* İkon */
#services .sv-icon{
  width: 72px; height: 72px; display: grid; place-items: center;
  border-radius: 16px;
  background: radial-gradient(120px 80px at 50% 50%, rgba(37,99,235,.12), rgba(37,99,235,0));
  margin-bottom: 6px;
}
#services .sv-icon img{ max-width: 60px; max-height: 60px; display: block; }

/* Başlık & metin */
#services .sv-title{ margin: 0; font-size: 16px; font-weight: 900; color: #102033; letter-spacing: .01em; }
#services .sv-desc{ margin: 0; color: #455c73; font-size: 14.5px; line-height: 1.6; }

/* Kart içi link (hafif, CTA ile karışmasın) */
#services .sv-link{
  margin-top: 6px;
  width: fit-content;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 12px; border-radius: 12px;
  font-weight: 800; text-decoration: none;
  color: #0a1220;
  background: linear-gradient(90deg, #dbe9ff 0%, #bcd5ff 40%, #93bbff 100%);
  box-shadow: 0 8px 18px rgba(37,99,235,.18), inset 0 -2px 0 rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
#services .sv-link .arrow{ transition: transform .2s ease; }
#services .sv-link:hover{ transform: translateY(-2px); box-shadow: 0 12px 24px rgba(37,99,235,.26), inset 0 -2px 0 rgba(0,0,0,.04); }
#services .sv-link:hover .arrow{ transform: translateX(4px); }

/* Bölüm CTA butonları (biri dolu, biri ghost) */
#services .sv-actions{
  margin-top: clamp(24px, 5vw, 40px);
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
}
#services .sv-btn{
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px; border-radius: 14px;
  font-weight: 900; font-size: 16px; text-decoration: none; outline: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
#services .sv-btn.primary{
  color: #0a1220;
  background: linear-gradient(90deg, #cfe1ff 0%, #a9c7ff 40%, #7fb3ff 100%);
  box-shadow: 0 10px 22px rgba(37, 99, 235, .22), inset 0 -2px 0 rgba(0,0,0,.08);
}
#services .sv-btn.primary:hover{ transform: translateY(-2px); box-shadow: 0 14px 28px rgba(37,99,235,.28); }
#services .sv-btn.ghost{
  color: #2b4770; border: 1px solid rgba(37,99,235,.35);
  background: rgba(37,99,235,.06);
}
#services .sv-btn.ghost:hover{
  transform: translateY(-2px);
  background: rgba(37,99,235,.12);
}

/* Hareket azalt tercihi */
@media (prefers-reduced-motion: reduce){
  #services .sv-card, #services .sv-link, #services .sv-btn { transition: none !important; }
}

/* Responsive */
@media (max-width: 1024px){
  #services .sv-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px){
  #services{ padding: 40px 16px; }
  #services .sv-grid{ grid-template-columns: 1fr; }
  #services .lead{ max-width: 60ch; }
}

.portfolio{
  --ink:#0d1b2a;
  --muted:#3c5775;
  --accent:#1e6dd8;
  --accent2:#29a3f0;
  --card:#ffffff;
  --stroke:#e5edf7;
  --bg1:#f7faff;
  --bg2:#eef3fb;
}

.portfolio{
  position: relative;
  padding: clamp(56px, 7vw, 96px) 20px;
  color: var(--ink);
  background: linear-gradient(180deg, var(--bg1) 0%, var(--bg2) 100%);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow: hidden;
}
.portfolio .pf-bg{
  position:absolute; inset:0; pointer-events:none;
  background:
    repeating-linear-gradient(135deg, rgba(30,109,216,.06) 0 1px, rgba(30,109,216,0) 1px 14px);
  opacity:.5; mix-blend-mode:multiply;
}

.pf-container{ max-width: 1440px; margin: 0 auto; }

/* Başlık */
.pf-head{ text-align:center; margin-bottom: clamp(24px, 5vw, 44px); }
.pf-head .eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  padding:6px 12px; border-radius:999px;
  font-weight:800; font-size:12px; letter-spacing:.08em; text-transform:uppercase;
  color:#365eaa; background: rgba(37,99,235,.12); border:1px solid rgba(37,99,235,.22);
}
.pf-head h2{
  margin: 12px 0 6px; font-size: clamp(28px, 3.2vw, 44px);
  line-height:1.08; font-weight: 900; color:#0d1b2a;
}
.pf-head .lead{
  margin: 0 auto; max-width: 70ch; color: var(--muted);
  font-size: clamp(15px, 1.2vw, 18px); line-height: 1.7;
}

/* Grid */
.pf-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: clamp(16px, 2vw, 22px);
}
.pf-grid.pf-compact{ grid-template-columns: repeat(4, minmax(0,1fr)); }

/* Kart */
.pf-card{
  position: relative;
  display: grid; grid-auto-rows: max-content; gap: 12px;
  padding: 12px;
  background: conic-gradient(from 180deg at 50% 0%, rgba(124,168,255,.08), transparent 25%) border-box,
              var(--card);
  border:1px solid var(--stroke);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(17,34,68,.08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.pf-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(17,34,68,.15);
  border-color: rgba(37,99,235,.35);
}

/* Medya */
.pf-media{
  position: relative; display: block; border-radius: 12px; overflow: hidden;
  background: #eef3fb;
}
.pf-media img{
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block;
  transform: scale(1.01);
  transition: transform .35s ease, filter .35s ease;
}
.pf-card:hover .pf-media img{ transform: scale(1.04); filter: brightness(1.05) contrast(1.02); }

/* Üst sol rozet */
.pf-chip{
  position: absolute; top: 10px; left: 10px;
  padding: 6px 10px; border-radius: 999px;
  font-weight: 800; font-size: 12px; color:#0a1220;
  background: linear-gradient(90deg, #dbe9ff 0%, #bcd5ff 40%, #93bbff 100%);
  border: 1px solid rgba(124,168,255,.55);
  box-shadow: 0 6px 14px rgba(37,99,235,.18);
}
.pf-chip.alt{
  background: linear-gradient(90deg, #e8fff5 0%, #c8ffe7 40%, #a7f5d3 100%);
  border-color: rgba(52,168,116,.45);
}

/* İçerik */
.pf-body{ padding: 2px 4px 10px; }
.pf-title{ margin: 0 0 6px; font-size: 18px; font-weight: 900; letter-spacing:.01em; }
.pf-title a{ color: #102033; text-decoration: none; }
.pf-title a:hover{ color: var(--accent); }

/* Type list (yalın, okunur) */
.pf-types{
  margin: 6px 0 10px; padding-left: 0; list-style: none;
  color: #455c73; font-size: 14.5px; line-height: 1.6;
  border-left: 3px solid #a9c7ff; padding-left: 12px;
}
.pf-types li{ padding: 2px 0; position: relative; }
.pf-types li::before{
  content: "➔"; position: absolute; left: -18px; top: 0; font-weight: 900; color:#6ca3ff;
}

/* Aksiyonlar */
.pf-actions{ display:flex; flex-wrap: wrap; gap: 10px; }
.pf-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding: 10px 14px; border-radius: 12px; font-weight: 900; font-size: 13.5px;
  text-decoration:none; outline:0; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.pf-btn.primary{
  color:#0a1220;
  background: linear-gradient(90deg, var(--accent2) 0%, var(--accent) 100%);
  box-shadow: 0 12px 22px rgba(30,109,216,.28), inset 0 -2px 0 rgba(0,0,0,.18);
}
.pf-btn.primary:hover{ transform: translateY(-2px); box-shadow: 0 16px 28px rgba(30,109,216,.35); }
.pf-btn.ghost{
  color:#2b4770; border:1px solid rgba(37,99,235,.35); background: rgba(37,99,235,.06);
}
.pf-btn.ghost:hover{ transform: translateY(-2px); background: rgba(37,99,235,.12); }

/* Ayraç */
.pf-divider{
  height: 1px; margin: clamp(28px, 6vw, 48px) auto;
  background: linear-gradient(90deg, transparent, rgba(37,99,235,.35), transparent);
  width: min(720px, 80%);
  border-radius: 1px;
}

/* Responsive */
@media (max-width: 1200px){
  .pf-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .pf-grid.pf-compact{ grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 640px){
  .portfolio{ padding: 40px 16px; }
  .pf-grid, .pf-grid.pf-compact{ grid-template-columns: 1fr; }
  .pf-btn{ width: 100%; }
}

#rotasyon-kaliplama-home{
  --ink:#0d1b2a;
  --muted:#3c5775;
  --accent:#1e6dd8;   /* mavi ana */
  --accent2:#29a3f0;  /* açık mavi */
  --card:#ffffff;
  --stroke:#e5edf7;
  --bg1:#f7faff;
  --bg2:#eef3fb;
}

#rotasyon-kaliplama-home{
  position: relative;
  padding: clamp(56px, 7vw, 96px) 0;
  background: linear-gradient(180deg, var(--bg1) 0%, var(--bg2) 100%);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--ink);
  overflow: hidden;
}

/* Dekoratif çizgili doku */
#rotasyon-kaliplama-home .rk-bg{
  position: absolute; inset: 0; pointer-events: none;
  background:
    repeating-linear-gradient(135deg, rgba(30,109,216,.06) 0 1px, rgba(30,109,216,0) 1px 14px);
  opacity: .5; mix-blend-mode: multiply;
}

#rotasyon-kaliplama-home .section-title{ max-width: 1100px; margin: 0 auto; }
#rotasyon-kaliplama-home .rk-eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  padding:6px 12px; border-radius:999px;
  font: 800 12px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  letter-spacing:.08em; text-transform:uppercase;
  color:#365eaa; background: rgba(37,99,235,.12); border:1px solid rgba(37,99,235,.22);
}
#rotasyon-kaliplama-home .section-title h2{
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 900; line-height: 1.08; color: #0d1b2a; margin-top: 10px;
}
#rotasyon-kaliplama-home .rk-lead{
  font-size: clamp(15px, 1.2vw, 18px);
  color: var(--muted);
  max-width: 80ch; line-height: 1.7; margin: 12px auto 0;
}

/* İkili teknoloji grid’i */
#rotasyon-kaliplama-home .rk-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: clamp(18px, 3vw, 28px);
  margin-top: clamp(24px, 4.5vw, 42px);
}
#rotasyon-kaliplama-home .tech-col{
  display: grid; gap: 14px;
}
#rotasyon-kaliplama-home .tech-head h3{
  margin: 6px 0 0;
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 900; color:#102033;
}
#rotasyon-kaliplama-home .tech-head .sub{
  margin: 6px 0 8px; color:#4b6075; font-size: 15px;
}
#rotasyon-kaliplama-home .chip{
  display:inline-flex; align-items:center; gap:8px;
  padding:6px 10px; border-radius:999px;
  font-weight:800; font-size:12px; color:#0a1220;
  background: linear-gradient(90deg, #dbe9ff 0%, #bcd5ff 40%, #93bbff 100%);
  border:1px solid rgba(124,168,255,.55);
  box-shadow: 0 6px 14px rgba(37,99,235,.18);
}
#rotasyon-kaliplama-home .chip.alt{
  background: linear-gradient(90deg, #e8fff5 0%, #c8ffe7 40%, #a7f5d3 100%);
  border-color: rgba(52,168,116,.45);
}

/* Kartlar */
#rotasyon-kaliplama-home .icon-box{
  background: var(--card);
  border-radius: 16px;
  padding: 22px 18px;
  box-shadow: 0 10px 24px rgba(17,34,68,.08);
  border: 1px solid var(--stroke);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
#rotasyon-kaliplama-home .icon-box:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(17,34,68,.15);
  border-color: rgba(37,99,235,.35);
}
#rotasyon-kaliplama-home .icon{
  width: 64px; height: 64px; margin: 0 0 8px 0;
  display: grid; place-items: center; border-radius: 14px;
  background: radial-gradient(100px 70px at 50% 50%, rgba(37,99,235,.14), rgba(37,99,235,.04));
}
#rotasyon-kaliplama-home .icon i{ font-size: 28px; color: var(--accent); }

#rotasyon-kaliplama-home h4{
  font-size: 16.5px; font-weight: 900; color: #0f2033; margin: 8px 0 4px;
}
#rotasyon-kaliplama-home p{
  font-size: 14.5px; color: #4b6075; line-height: 1.6; margin: 0;
}

/* Karşılaştırma bloğu */
#rotasyon-kaliplama-home .rk-compare{
  margin-top: clamp(24px, 5vw, 44px);
  display: grid; gap: 14px;
  grid-template-columns: repeat(3, minmax(0,1fr));
}
#rotasyon-kaliplama-home .rk-compare-col{
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(17,34,68,.08);
}
#rotasyon-kaliplama-home .rk-compare-col h4{
  margin: 0 0 8px; font-size: 15.5px; font-weight: 900; color:#102033;
}
#rotasyon-kaliplama-home .rk-compare-col ul{
  list-style:none; margin:0; padding:0; display:grid; gap:8px;
  color:#455c73; font-size: 14.5px;
}
#rotasyon-kaliplama-home .rk-compare-col li i{ color:#22c55e; margin-right:6px; }

/* CTA’lar */
#rotasyon-kaliplama-home .rk-actions{
  display:flex; gap:12px; justify-content:center; flex-wrap:wrap;
  margin-top: clamp(22px, 4.5vw, 36px);
}
/* Bölüme özel buton tonları (global .btn-* sınıfların yoksa çalışır) */
#rotasyon-kaliplama-home .btn{ border-radius: 12px; font-weight: 800; padding: 12px 18px; }
#rotasyon-kaliplama-home .btn-primary{
  background: linear-gradient(90deg, var(--accent2) 0%, var(--accent) 100%);
  border: 0; color: #0a1220; box-shadow: 0 12px 22px rgba(30,109,216,.28);
}
#rotasyon-kaliplama-home .btn-primary:hover{ transform: translateY(-2px); box-shadow: 0 16px 28px rgba(30,109,216,.35); }
#rotasyon-kaliplama-home .btn-secondary{
  background: #eef3fb; color:#1e3a5f; border:1px solid rgba(37,99,235,.35);
}
#rotasyon-kaliplama-home .btn-secondary:hover{ transform: translateY(-2px); background:#dde7f6; }
#rotasyon-kaliplama-home .btn-warning{
  background:#dbe9ff; color:#1e3a8a; border:1px solid #93c5fd;
}
#rotasyon-kaliplama-home .btn-warning:hover{ transform: translateY(-2px); background:#bfdcff; border-color:#60a5fa; }

/* Responsive */
@media (max-width: 992px){
  #rotasyon-kaliplama-home .rk-grid{ grid-template-columns: 1fr; }
  #rotasyon-kaliplama-home .rk-compare{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px){
  #rotasyon-kaliplama-home{ padding: 40px 0; }
  #rotasyon-kaliplama-home .rk-compare{ grid-template-columns: 1fr; }
  #rotasyon-kaliplama-home .rk-actions .btn{ width: 100%; }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
#clients {
  background-color: #f0f7ff;
  padding: 80px 15px;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #004080;
}

#clients .container {
  max-width: 1440px;
  margin: 0 auto;
}

.clients-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); /* Kart genişliği biraz arttı */
  gap: 20px 30px; /* Boşlukları azaltıp biraz sıkıştırdım */
  align-items: center;
  justify-items: center;
}

.client-logo {
  background: white;
  border-radius: 18px;
  padding: 30px 35px; /* Kart içi biraz büyütüldü */
  box-shadow: 0 12px 25px rgba(0, 64, 128, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  max-width: 360px; /* Kart maksimum genişliği artırıldı */
  width: 100%;
  filter: grayscale(40%);
}

.client-logo img {
  max-width: 250px; /* Logo büyütüldü */
  max-height: 120px; /* Yükseklik arttı */
  object-fit: contain;
  transition: filter 0.3s ease;
}

.client-logo:hover {
  transform: translateY(-12px) scale(1.07);
  box-shadow: 0 20px 35px rgba(0, 64, 128, 0.25);
  filter: none;
  background: #e6f0ff;
  filter: grayscale(0);
}

.client-logo:hover img {
  filter: grayscale(0);
}

/* Responsive Adjustments */

@media (max-width: 900px) {
  .clients-wrap {
    gap: 15px 20px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }
  .client-logo {
    max-width: 280px;
    padding: 25px 30px;
  }
  .client-logo img {
    max-width: 170px;
    max-height: 95px;
  }
}

@media (max-width: 480px) {
  #clients {
    padding: 60px 10px;
  }
  .clients-wrap {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px 15px;
  }
  .client-logo {
    max-width: 220px;
    padding: 20px 25px;
  }
  .client-logo img {
    max-width: 150px;
    max-height: 85px;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
/* === Genel Ayarlar === */
#polde-hakkimizda {
  background: linear-gradient(135deg, #e8f0fb 0%, #cbd6e2 100%);
  padding: 80px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #1c2e4a;
}

/* === Ana Kapsayıcı === */
.hakkimizda-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

/* === Üst Kısım === */
.hakkimizda-ust {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
  align-items: stretch;
}

/* Görsel Alan */
.hakkimizda-gorsel {
  flex: 1 1 40%;
  background: url('../img/about.jpg') center center / cover no-repeat;
  border-radius: 12px;
  min-height: 400px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Metin Alanı */
.hakkimizda-icerik {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hakkimizda-icerik h3 {
  font-size: 30px;
  color: #003e80;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hakkimizda-icerik p {
  font-size: 16.5px;
  line-height: 1.75;
  margin-bottom: 18px;
  color: #2d3f58;
}

/* İkon Alanı */
.ikonlar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.ikon-kutu {
  flex: 1 1 calc(50% - 10px);
  display: flex;
  align-items: center;
  background: #fff;
  padding: 14px 20px;
  border-left: 5px solid #0058a5;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ikon-kutu:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.ikon-kutu i {
  font-size: 28px;
  color: #0058a5;
  margin-right: 15px;
}

.ikon-kutu h4 {
  font-size: 18px;
  color: #1c2e4a;
  margin: 0;
}

/* === Üretim Bilgisi === */
.uretim-bilgi {
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.07);
  margin-bottom: 60px;
}

.uretim-bilgi h2 {
  font-size: 26px;
  color: #003e80;
  margin-bottom: 25px;
}

.uretim-bilgi p {
  font-size: 16px;
  color: #33475b;
  line-height: 1.8;
  margin-bottom: 18px;
}

/* === Alt Kısım === */
.hakkimizda-alt {
  display: flex;
  gap: 40px;
  margin-top: 60px;
  flex-wrap: wrap;
}

/* Slider Alanı */
.slider-blok {
  flex: 1 1 65%;
  min-width: 300px;
}

.slider-blok .swiper {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0, 48, 96, 0.1);
}

.slider-blok .swiper-wrapper {
  display: flex;
  align-items: center;
}

.slider-blok .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-blok .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Swiper pagination stilleri */
.slider-blok .swiper-pagination {
  position: relative;
  margin-top: 12px;
  text-align: center;
}

.slider-blok .swiper-pagination-bullet {
  background: #003366;
  opacity: 0.4;
  transition: all 0.3s ease;
}

.slider-blok .swiper-pagination-bullet-active {
  background: #007BFF;
  opacity: 1;
  transform: scale(1.2);
}

/* Vizyon & Misyon */
.vizyon-misyon {
  flex: 1 1 30%;
  min-width: 260px;
  background: #f6f9fc;
  padding: 24px;
  border-left: 4px solid #007BFF;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 48, 96, 0.08);
}

.vizyon-misyon h2 {
  color: #003366;
  font-size: 20px;
  margin-bottom: 12px;
}

.vizyon-misyon p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 24px;
}

.vizyon-misyon strong {
  color: #0058a5;
}

/* === Swiper Pagination Renk Uyumu === */
.swiper-pagination-bullet {
  background: #0058a5;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* === Mobil Duyarlılık === */
@media (max-width: 992px) {
  .hakkimizda-ust,
  .hakkimizda-alt {
    flex-direction: column;
  }

  .ikon-kutu {
    flex: 1 1 100%;
  }

  .vizyon-misyon {
    margin-top: 30px;
    border-left: none;
    border-top: 4px solid #007BFF;
  }
  
  .slider-blok,
  .vizyon-misyon {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .uretim-bilgi {
    padding: 40px 25px;
  }
}

@media (max-width: 576px) {
  #polde-hakkimizda {
    padding: 50px 15px;
  }

  .hakkimizda-icerik h3 {
    font-size: 24px;
  }

  .uretim-bilgi h2,
  .vizyon-misyon h2 {
    font-size: 20px;
  }

  .ikon-kutu h4 {
    font-size: 16px;
  }

  .vizyon-misyon {
    padding: 25px 20px;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 25px 20px;
  transition: 0.3s;
  color: #2f3a43;
}

.features .nav-link:hover {
  color: #1b3da6;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
}

.features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.features .nav-link.active {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);
  color: #1b3da6;
}

.features .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fecfc0;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
  background: linear-gradient(135deg, #e8f0fb 0%, #cbd6e2 100%);
}

.contact .info-wrap {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  border-radius: 10px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}

.contact .info-wrap:hover {
  transform: translateY(-3px);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.15);
}

.contact .info {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.contact .info:hover {
  background: #eaf1ff;
  box-shadow: 0px 6px 15px rgba(27, 61, 166, 0.15);
}

.contact .info i {
  font-size: 28px;
  color: #1b3da6;
  width: 55px;
  height: 55px;
  background: #d3d3d3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}

.contact .info:hover i {
  background: #1b3da6;
  color: #fff;
  transform: rotate(360deg);
}

.contact .info h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2f3a43;
}

.contact .info p {
  font-size: 15px;
  color: #444;
  margin-bottom: 10px;
}

.contact .info a {
  font-size: 16px;
  color: #1b3da6;
  font-weight: 600;
  text-decoration: none;
}

.contact .info a:hover {
  color: #fd5c28;
}

.map-container {
    background: linear-gradient(135deg, #e8f0fb 0%, #cbd6e2 100%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px;
}

.map-box {
    flex: 1;
    min-width: 300px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.map-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.map-box h3 {
    margin: 0;
    padding: 16px;
    background-color: #004080;
    color: white;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.map-box iframe {
    width: 100%;
    height: 350px;
    border: none;
    display: block;
}

@media (max-width: 900px) {
    .map-container {
        flex-direction: column;
    }
}

/* =========================================
   FOOTER • Polde (modern, marka uyumlu)
   ========================================= */
#footer.site-footer{
  --ink:#dfe9ff;
  --muted:#a9b8d0;
  --accent:#1e6dd8;
  --accent2:#29a3f0;
  --bg:#0e1520;
  --bg2:#0b1220;
  --stroke: rgba(255,255,255,.12);
  --card: rgba(255,255,255,.06);

  color: var(--ink);
  background: radial-gradient(80% 140% at 80% -20%, rgba(41,163,240,.18), transparent 60%),
              radial-gradient(80% 140% at 0% -20%, rgba(30,109,216,.16), transparent 60%),
              linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
  position: relative;
  overflow: hidden;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
#footer .ft-bg{
  position:absolute; inset:0; pointer-events:none;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 1px, transparent 1px 14px);
  mix-blend-mode: soft-light; opacity:.35;
}

/* Container */
#footer .ft-container{ max-width: 1440px; margin: 0 auto; padding: 0 20px; }

/* Main */
#footer .ft-main{ padding: clamp(28px, 6vw, 44px) 0; }
#footer .ft-grid{
  display:grid; gap: clamp(16px, 2.6vw, 28px);
  grid-template-columns: repeat(4, minmax(0,1fr));
}

/* Blocks */
#footer .ft-block{
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
}
#footer .ft-h{
  margin: 0 0 10px; font-size: 14px; letter-spacing:.08em;
  text-transform: uppercase; color:#eaf2ff; font-weight: 900;
}

/* Locations */
#footer .ft-list{ list-style:none; margin:0; padding:0; display:grid; gap:10px; }
#footer .ft-loc address{ font-style: normal; color: var(--muted); line-height: 1.6; }
#footer .ft-map{
  display:inline-block; margin-top:6px; font-weight:800; font-size: 13px;
  color:#cfe0ff; text-decoration:none; border-bottom: 1px dashed rgba(207,224,255,.6);
}
#footer .ft-map:hover{ color:#fff; border-bottom-color:#fff; }

/* Contacts */
#footer .ft-contacts{ list-style:none; margin:0; padding:0; display:grid; gap:8px; }
#footer .ft-contacts .label{
  display:inline-block; min-width: 110px; color:#cfe0ff; font-weight:800;
}
#footer .ft-contacts a{ color:#eaf2ff; text-decoration:none; }
#footer .ft-contacts a:hover{ color:#fff; text-decoration: underline; }

/* Sosyal + quick links */
#footer .ft-social{ display:flex; gap:8px; flex-wrap:wrap; margin: 4px 0 10px; }
#footer .ft-social .ico{
  width: 40px; height: 40px; border-radius: 50%; display:grid; place-items:center;
  background: #1b3da6; color:#fff; text-decoration:none; transition: transform .2s ease, background .2s ease, color .2s ease;
}
#footer .ft-social .ico:hover{ transform: translateY(-2px); background:#fff; color:#1b3da6; }
#footer .ft-links{ list-style:none; margin: 6px 0 0; padding:0; display:grid; gap:8px; }
#footer .ft-links a{ color:#eaf2ff; text-decoration:none; }
#footer .ft-links a:hover{ color:#fff; text-decoration: underline; }

/* Bottom */
#footer .ft-bottom{
  border-top: 1px solid var(--stroke);
  padding: 14px 0 24px;
}
#footer .copy{ margin:0; text-align:center; font-size: 13px; color:#dfe9ff; }
#footer .ft-bottom-links{
  margin-top:6px; text-align:center; color:#a9b8d0; font-size: 13px;
}
#footer .ft-bottom-links a{ color:#cfe0ff; text-decoration:none; margin: 0 6px; }
#footer .ft-bottom-links a:hover{ color:#fff; text-decoration: underline; }
#footer .ft-bottom-links span{ margin: 0 6px; opacity:.6; }

/* Responsive */
@media (max-width: 1024px){
  #footer .ft-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px){
  #footer .ft-cta-actions .ft-btn{ width: 100%; }
  #footer .ft-grid{ grid-template-columns: 1fr; }
}
    
/* Genel Bölüm Ayarları */
#facilities {
  padding: 50px 15px;
  background-color: #e9f0fb; /* açık mavi arka plan */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

/* Container içi animasyonun yumuşak başlaması için */
#facilities .container {
  max-width: 1440px;
  margin: 0 auto;
}

/* Başlık */
#facilities .section-title {
  text-align: center;
  margin-bottom: 50px;
}

#facilities .section-title h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0057b8; /* Kurumsal mavi */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#facilities .section-title p {
  font-size: 1.15rem;
  line-height: 1.65;
  color: #555;
  max-width: 850px;
  margin: 0 auto;
}

/* Fabrika blokları */
#facilities .content {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

/* Resimler */
#facilities .content img {
  width: 100%;
  max-width: 650px;
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  object-fit: cover;
}

#facilities .content img:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
}

/* Fabrika metin alanı */
#facilities .content > div:nth-child(2) {
  flex: 1 1 550px;
  padding: 0 25px;
}

/* Başlık ve küçük açıklama */
#facilities h3 {
  font-size: 2.3rem;
  color: #002f6c;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

#facilities h3 small {
  font-weight: 400;
  font-size: 1.1rem;
  color: #7a7a7a;
  text-transform: none;
  margin-left: 8px;
}

/* Paragraflar */
#facilities p {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 18px;
}

/* Liste stili */
#facilities ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

#facilities ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 1.1rem;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

#facilities ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #0057b8; /* Mavi onay ikonu */
  font-size: 1.3rem;
  transition: color 0.3s ease;
}

#facilities ul li:hover {
  color: #0057b8;
}

#facilities ul li:hover i {
  color: #003b7d;
}

/* Adres */
#facilities p strong {
  color: #0057b8;
  font-weight: 700;
  font-size: 1.05rem;
}

/* Genel mesaj kutusu */
#facilities .alert-primary {
  background-color: #e1efff;
  color: #004a99;
  border: none;
  border-radius: 15px;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 25px 35px;
  box-shadow: 0 6px 25px rgba(0, 87, 184, 0.3);
  text-align: center;
  margin-top: 30px;
  transition: background-color 0.3s ease;
}

#facilities .alert-primary:hover {
  background-color: #c3d9ff;
}

/* Responsive Ayarlar */
@media (max-width: 991px) {
  #facilities .content {
    flex-direction: column !important;
  }
  #facilities .content > div:nth-child(2) {
    padding: 0;
    margin-top: 20px;
  }
  #facilities .section-title h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  #facilities .section-title {
    margin-bottom: 30px;
  }
  #facilities .section-title p {
    font-size: 1rem;
  }
  #facilities h3 {
    font-size: 1.5rem;
  }
  #facilities p,
  #facilities ul li {
    font-size: 0.95rem;
  }
  #facilities .alert-primary {
    font-size: 1rem;
    padding: 20px 25px;
  }
}

/* Genel konteyner ayarları */
#machine-park {
  background-color: #e9f0fb; /* açık mavi arka plan */
  color: #2c3e50;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding: 60px 0;
}

/* Başlıklar */
#machine-park .section-title h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #1a237e;
  margin-bottom: 18px;
  letter-spacing: 1.2px;
}

#machine-park .section-title p {
  font-size: 1.25rem;
  line-height: 1.75;
  max-width: 720px;
  margin: 0 auto 45px auto;
  color: #3f51b5dd;
}

/* Paragraflar */
#machine-park .content p {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #34495e;
  margin-bottom: 20px;
}

/* Row content margin */
#machine-park .content {
  margin-bottom: 45px;
}

/* İki sütun düzeni */
#machine-park .row.content > div {
  padding: 15px 30px;
}

/* H3 başlıklar */
#machine-park h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #283593;
  margin-bottom: 18px;
  border-bottom: 3px solid #3f51b5;
  padding-bottom: 6px;
  letter-spacing: 0.8px;
}

/* Listeler */
#machine-park ul.list-unstyled,
#machine-park ul.list-checklist {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  font-size: 1.15rem;
  color: #2f3e60;
  line-height: 1.65;
}

#machine-park ul.list-unstyled li,
#machine-park ul.list-checklist li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 30px;
}

/* List ikonları */
#machine-park ul.list-unstyled li i,
#machine-park ul.list-checklist li::before {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 1.3rem;
  color: #3949ab; /* mavi ton */
}

#machine-park ul.list-checklist li::before {
  content: "✔";
  color: #3949ab;
  font-weight: 700;
  left: 0;
  top: 3px;
  position: absolute;
}

/* Strong metinler */
#machine-park strong {
  color: #1a237e;
  font-weight: 700;
}

/* Görsel alanı */
#machine-park img.img-fluid.rounded {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(33, 103, 244, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: zoom-in;
}

#machine-park img.img-fluid.rounded:hover {
  transform: scale(1.05);
  box-shadow: 0 26px 60px rgba(33, 103, 244, 0.3);
}

/* Figcaption */
#machine-park figcaption {
  font-size: 1rem;
  color: #5c6bc0;
  margin-top: 12px;
  font-style: italic;
}

/* Responsive Düzenlemeler */
@media (max-width: 992px) {
  #machine-park .section-title h2 {
    font-size: 2.6rem;
  }
  #machine-park .section-title p {
    font-size: 1.1rem;
  }
  #machine-park h3 {
    font-size: 1.9rem;
  }
  #machine-park .content p,
  #machine-park ul.list-unstyled li,
  #machine-park ul.list-checklist li {
    font-size: 1.05rem;
  }
}

@media (max-width: 576px) {
  #machine-park .section-title h2 {
    font-size: 2.2rem;
  }
  #machine-park .section-title p {
    font-size: 1rem;
  }
  #machine-park h3 {
    font-size: 1.6rem;
  }
  #machine-park .content p,
  #machine-park ul.list-unstyled li,
  #machine-park ul.list-checklist li {
    font-size: 0.95rem;
  }
}

#rotational-molding {
  background-color: #e9f0fb; /* açık mavi arka plan */
  padding: 80px 0;
  color: #0d1b2a;
  font-family: 'Segoe UI', sans-serif;
  font-size: 17px; /* Tüm bölüm için baz font boyutu */
}

#rotational-molding h1 {
  color: #003366;
  font-size: 2.75rem; /* Önceki: 2.5rem */
  margin-bottom: 20px;
  font-weight: 700;
}

#rotational-molding h2 {
  font-size: 2.25rem; /* Önceki: 2rem */
  margin-bottom: 30px;
  font-weight: 700;
}

#rotational-molding h3 {
  font-size: 1.8rem; /* Önceki: 1.6rem */
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}

#rotational-molding h4 {
  font-size: 1.4rem; /* Önceki: 1.2rem */
  margin-top: 20px;
  font-weight: 700;
}

#rotational-molding p {
  font-size: 1.125rem; /* Önceki: 1rem */
  line-height: 1.85;
  color: #1a1a1a;
}

#rotational-molding ul li {
  font-size: 1.1rem; /* Önceki: varsayılan */
  padding-left: 28px;
  margin-bottom: 10px;
  color: #003366;
}

#rotational-molding ul li::before {
  content: "✔";
  color: #0070cc;
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* Görseller */
#rotational-molding img {
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 50, 0.1);
  transition: transform 0.3s ease;
}

#rotational-molding img:hover {
  transform: scale(1.03);
}

/* Icon Box */
#rotational-molding .icon-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 112, 204, 0.1);
  transition: all 0.3s ease;
}

#rotational-molding .icon-box:hover {
  box-shadow: 0 6px 24px rgba(0, 112, 204, 0.2);
  transform: translateY(-5px);
}

#rotational-molding .icon-box i {
  font-size: 42px; /* Biraz daha büyük */
  color: #0070cc;
  margin-bottom: 15px;
  display: block;
}

#rotational-molding .icon-box h4 {
  font-size: 1.3rem;
  color: #003366;
  margin-bottom: 10px;
}

#rotational-molding .icon-box p {
  font-size: 1.05rem;
  color: #333333;
}

/* Responsive */
@media (max-width: 768px) {
  #rotational-molding h1 {
    font-size: 2.2rem;
    text-align: center;
  }

  #rotational-molding h2,
  #rotational-molding h3 {
    text-align: center;
  }

  #rotational-molding .icon-box {
    padding: 20px;
  }
}

/* #production-standards sadece için - MAVİ temalı */

#production-standards {
  background-color: #e9f0fb; /* açık mavi arka plan */
  padding: 60px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #1a3e72; /* koyu mavi yazı */
}

#production-standards .section-title {
  text-align: center;
  margin-bottom: 50px;
}

#production-standards .section-title > h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0d47a1; /* güçlü mavi */
  letter-spacing: 1.2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#production-standards .section-title > p {
  font-size: 1.15rem;
  color: #3a5f9e;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* İçerik düzeni */
#production-standards .content {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

#production-standards .content > .col-lg-6,
#production-standards .content > .col-lg-12 {
  flex: 1 1 45%;
}

/* Başlıklar */
#production-standards h3 {
  color: #1565c0; /* orta koyu mavi */
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 20px;
  border-left: 5px solid #0d47a1;
  padding-left: 15px;
}

/* Paragraflar */
#production-standards p {
  font-size: 1rem;
  line-height: 1.7;
  color: #264d8b;
  margin-bottom: 20px;
}

/* Listeler */
#production-standards ul,
#production-standards ol {
  padding-left: 1.3rem;
  color: #2e5ba8;
  font-size: 1rem;
  line-height: 1.6;
}

#production-standards ul li,
#production-standards ol li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
  font-weight: 500;
  color: #1a3e72;
}

/* İkonlar pozisyon ve renk */
#production-standards ul li i,
#production-standards ol li::marker {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 1.2rem;
  color: #1976d2; /* canlı mavi ikon */
}

/* Görsel stili */
#production-standards img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(25, 118, 210, 0.25);
  transition: transform 0.3s ease;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#production-standards img:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
  #production-standards .content {
    flex-direction: column;
  }

  #production-standards .content > .col-lg-6,
  #production-standards .content > .col-lg-12 {
    flex: 1 1 100%;
  }

  #production-standards .section-title > h2 {
    font-size: 2.0rem;
  }
}

/* Renk sınıfları */
#production-standards .text-success {
  color: #1976d2 !important; /* canlı mavi */
}

#production-standards .text-primary {
  color: #0d47a1 !important; /* koyu mavi */
}

#production-standards .text-info {
  color: #42a5f5 !important; /* açık mavi */
}

/* Sıralı liste */
#production-standards ol {
  list-style: decimal inside;
  color: #0d47a1;
  font-weight: 600;
}

/* Link stili */
#production-standards a {
  color: #1565c0;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

#production-standards a:hover {
  color: #0d47a1;
  text-decoration: underline;
}

#certificates-section {
  background: #cbd6e2;
  padding: 60px 0;
}

#certificates-section .section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #2c3e50;
}

#certificates-section .section-title p {
  color: #5d6d7e;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

/* Kartlar arası boşluk */
.certificate-item {
  padding: 15px;
}

/* Kart stili */
.certificate-card {
  background: #fff;
  border: 1px solid #dce3ec;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.certificate-card:hover {
  border-color: #4a90e2;
  box-shadow: 0 8px 24px rgba(74, 144, 226, 0.2);
  transform: translateY(-4px);
}

.certificate-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 4;
  border-bottom: 1px solid #e8eef5;
}

/* Başlık ve buton kısmı */
.certificate-caption {
  padding: 20px;
  background-color: #f7faff;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.certificate-caption h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.certificate-caption .btn {
  font-size: 0.85rem;
  padding: 4px 12px;
  margin-top: 8px;
}

#bilgilendirici-yazi {
  background-color: #f9fbff;
  padding: 60px 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #222f53;
  line-height: 1.7;

  /* Yeni eklenen kutu stili */
  max-width: 1440px;
  margin: 40px auto; /* Ortala ve üst alt boşluk */
  background: white;
  border: 1.8px solid #0070c0;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 112, 192, 0.15);
  padding: 60px 60px 60px 60px; /* İçeride daha geniş boşluk */
}

#bilgilendirici-yazi .container {
  max-width: 100%; /* Artık kutu zaten max-width 1200px */
  margin: 0 auto;
}

#bilgilendirici-yazi .section-title {
  text-align: left;
  color: #003366;
}

#bilgilendirici-yazi .section-title h2 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 20px;
  border-left: 6px solid #0070c0;
  padding-left: 12px;
}

#bilgilendirici-yazi .section-title h2 strong {
  color: #005a9c;
}

#bilgilendirici-yazi .section-title p {
  font-size: 1.05rem;
  margin-bottom: 18px;
  color: #3a4a6f;
}

#bilgilendirici-yazi .section-title p strong {
  color: #004080;
}

#bilgilendirici-yazi .section-title br {
  display: block;
  content: "";
  margin: 12px 0;
}

#bilgilendirici-yazi a {
  color: #0070c0;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

#bilgilendirici-yazi a:hover {
  color: #004080;
  text-decoration: underline;
}

/* Responsive Typography */
@media (max-width: 768px) {
  #bilgilendirici-yazi {
    padding: 40px 30px;
    margin: 30px 15px;
  }
  #bilgilendirici-yazi .section-title h2 {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  #bilgilendirici-yazi .section-title p {
    font-size: 1rem;
    margin-bottom: 14px;
  }
}

@media (max-width: 480px) {
  #bilgilendirici-yazi {
    padding: 30px 20px;
    margin: 20px 10px;
  }
  #bilgilendirici-yazi .section-title h2 {
    font-size: 1.3rem;
    margin-bottom: 14px;
  }
  #bilgilendirici-yazi .section-title p {
    font-size: 0.95rem;
    margin-bottom: 12px;
  }
}

/* =========================================
   DETAILS PAGE • Polde (anchor'lı içerik)
   ========================================= */
.details-page{
  --ink:#0d1b2a; --muted:#4b6075;
  --accent:#1e6dd8; --accent2:#29a3f0;
  --card:#ffffff; --stroke:#e5edf7;
  --bg1:#f7faff; --bg2:#eef3fb;
  --radius:16px;

  padding: clamp(36px, 6vw, 56px) 20px;
  background: linear-gradient(180deg, var(--bg1) 0%, var(--bg2) 100%);
  color: var(--ink);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Yapışkan subnav */
.dt-subnav{
  position: sticky; top: 72px; z-index: 10; /* sabit header'ınız varsa ayarlayın */
  margin: 0 0 18px;
  background: rgba(255,255,255,.6);
  backdrop-filter: blur(8px);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  margin-bottom: 100px;
}
.dt-subnav-wrap{
  display:flex; flex-wrap:wrap; gap: 8px;
  padding: 10px;
  justify-content: center;
}
.dt-link{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 10px 12px; border-radius: 10px;
  font-weight: 800; font-size: 13.5px; text-decoration: none;
  color:#2b4770; border:1px solid rgba(37,99,235,.25);
  background: rgba(37,99,235,.06);
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
}
.dt-link:hover{ background: rgba(37,99,235,.12); transform: translateY(-2px); }

/* Başlık */
.dt-head{ text-align:center; max-width: 1100px; margin: 16px auto 8px; }
.dt-head .eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  padding:6px 12px; border-radius:999px;
  font-weight:800; font-size:12px; letter-spacing:.08em; text-transform:uppercase;
  color:#365eaa; background: rgba(37,99,235,.12); border:1px solid rgba(37,99,235,.22);
}
.dt-head h2{ margin:.6rem 0 .3rem; font-size: clamp(28px, 3.2vw, 44px); font-weight:900; line-height:1.08; }
.dt-head .lead{ color: var(--muted); max-width: 70ch; margin: 0 auto; line-height: 1.7; }

/* Bölümler */
.dt-section{
  scroll-margin-top: 110px; /* anchor offset */
  padding: clamp(22px, 4vw, 32px) 0;
  border-top: 1px solid var(--stroke);
}
.dt-section.alt{ background: linear-gradient(0deg, rgba(37,99,235,.04), rgba(37,99,235,.04)); border-radius: 12px; }
.dt-title{
  display:flex; align-items:center; gap:10px;
  font-size: 22px; font-weight: 900; margin: 0 0 8px;
}
.dt-title i{ color: var(--accent); }

/* Grid */
.dt-grid{
  max-width: 1200px; margin: 0 auto;
  display:grid; gap: clamp(16px, 3vw, 28px);
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.dt-col p{ margin:.25rem 0 .75rem; color: var(--muted); }
.dt-list{ margin:0; padding-left: 0; list-style:none; display:grid; gap:8px; }
.dt-list li{ position:relative; padding-left: 22px; }
.dt-list li::before{
  content:""; position:absolute; left:0; top:.45em; width:10px; height:10px; border-radius:999px;
  background: linear-gradient(90deg, var(--accent2), var(--accent));
}

/* Kart / callout / steps */
.dt-card{
  background: var(--card);
  border:1px solid var(--stroke);
  border-radius: var(--radius);
  padding: 16px; box-shadow: 0 10px 24px rgba(17,34,68,.08);
}
.dt-card.tip{ background: linear-gradient(180deg, #ffffff 40%, #f4f8ff 100%); }
.dt-card-title{ margin:0 0 8px; font-size: 16px; font-weight: 900; color:#102033; }

.dt-checks{ list-style:none; margin:0 0 10px; padding:0; display:grid; gap:8px; color:#455c73; }
.dt-checks li{ position:relative; padding-left: 22px; }
.dt-checks li::before{
  content:"✓"; position:absolute; left:0; top:0; color:#16a34a; font-weight: 900;
}

.dt-callout{
  margin-top: 10px;
  background:#eef3fb; border:1px solid var(--stroke);
  border-radius: 12px; padding: 12px;
  color:#2b4770;
}
.dt-callout.info{ background: #eaf7ff; border-color: #cfe8ff; }

.dt-steps{ display:grid; gap:8px; }
.dt-steps .step{
  background: #f8fbff; border:1px solid var(--stroke);
  border-radius: 12px; padding: 10px 12px; color:#2b4770; font-weight: 600;
}
.dt-steps .step span{
  display:inline-grid; place-items:center; width:22px; height:22px; margin-right:8px;
  border-radius:999px; background: linear-gradient(90deg, var(--accent2), var(--accent)); color:#0a1220; font-weight:900;
}

/* Spec chips */
.dt-spec{ display:flex; flex-wrap:wrap; gap:8px; margin: 6px 0 10px; }
.spec-chip{
  padding:8px 10px; border-radius: 10px;
  background: rgba(37,99,235,.08); color:#2b4770; border:1px solid rgba(37,99,235,.25); font-weight:800; font-size: 13px;
}

/* Kapasite kapsülleri */
.dt-cap-grid{ display:flex; flex-wrap:wrap; gap:8px; margin: 8px 0 10px; }
.cap{
  padding:8px 10px; border-radius: 999px; font-weight: 900; font-size: 13.5px;
  color:#0a1220; background: linear-gradient(90deg, var(--accent2), var(--accent));
  box-shadow: 0 8px 18px rgba(30,109,216,.28), inset 0 -2px 0 rgba(0,0,0,.15);
}

/* Final CTA */
.dt-final-cta{
  max-width: 960px; margin: clamp(24px, 6vw, 40px) auto 0; text-align:center;
  background: var(--card); border:1px solid var(--stroke); border-radius: 16px;
  padding: clamp(16px, 4vw, 24px);
  box-shadow: 0 14px 30px rgba(17,34,68,.1);
}
.dt-final-cta h3{ margin:0 0 6px; font-size: clamp(20px, 2.6vw, 28px); font-weight: 900; }
.dt-final-cta p{ color: var(--muted); margin: 0 0 12px; }
.dt-actions{ display:flex; gap:10px; justify-content:center; flex-wrap:wrap; }

/* Responsive */
@media (max-width: 1024px){
  .dt-grid{ grid-template-columns: 1fr; }
}
@media (max-width: 640px){
  .details-page{ padding: 24px 14px; }
  .dt-link{ flex:1 1 calc(50% - 8px); text-align:center; }
  .dt-actions .btn{ width: 100%; }
}

/* ==========================================
   FIXY DIGITAL • Credit Component (v1.0)
   ========================================== */
.fx-credit{
  --fxc-bg-dark: #0c1118;
  --fxc-text-dark: #cfd6e4;
  --fxc-line-dark: rgba(255,255,255,.08);

  --fxc-bg-light: #f7f8fb;
  --fxc-text-light: #2a3442;
  --fxc-line-light: rgba(0,0,0,.08);

  --fxc-accent: #3aa1ff; /* Dilersen Fixy rengiyle değiştir */

  width: 100%;
  border-top: 1px solid var(--fxc-line-dark);
  background: var(--fxc-bg-dark);
  color: var(--fxc-text-dark);
  font: 500 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.fx-credit[data-theme="light"]{
  background: var(--fxc-bg-light);
  color: var(--fxc-text-light);
  border-top-color: var(--fxc-line-light);
}

.fx-credit__wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;        /* ortalı görünüm */
  text-wrap: balance;
}

.fx-credit__brand{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  transition: opacity .2s ease;
  white-space: nowrap;
}
.fx-credit__brand:hover{ opacity: .85; }

.fx-credit__logo{
  display: inline-flex;
  width: 40px;
  height: 40px;
  color: var(--fxc-accent);
}

.fx-credit__text strong{
  font-weight: 700;
  letter-spacing: .2px;
}

.fx-credit__sep{ opacity: .5; }

.fx-credit__meta{
  opacity: .8;
  display: inline-flex;
  gap: 6px;
  white-space: nowrap;
}

/* Küçük ekran uyumu */
@media (max-width: 520px){
  .fx-credit__wrap{
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 12px 16px;
  }
  .fx-credit__sep{ display:none; }
}