/*
Theme Name: UTP Custom Products (No Woo) v3 FIX
Author: Levent ALTINOK
Description: WooCommerce olmadan ürün yapısı (CPT: urun), sol kategori menüsü, galeri, özet; Teklif formu entegre. (Fixed packaging)
Version: 1.0.4
Text Domain: utp-custom
*/
:root{ --brand:#cfe67a; --ink:#1e2a3b; --muted:#f6f7f9; --line:#e9eef3; }
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#222}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(1200px,94%);margin:0 auto}
.header{position:sticky;top:0;background:#fff;border-bottom:1px solid #eef0f3;z-index:10}
.header .row{display:flex;align-items:center;gap:24px;padding:14px 0}
.header .logo{font-weight:800}
.header nav ul{list-style:none;margin:0;padding:0;display:flex;gap:18px}
.footer{background:#0f1215;color:#cad2da;padding:24px 0;margin-top:40px}
.section{padding:32px 0}

/* Breadcrumb */
.breadcrumb{margin:8px 0 16px;color:#6b7280}
.breadcrumb a{color:#4b5563}

/* Product pages */
.product-page{display:grid;grid-template-columns:280px 1.15fr .85fr;gap:24px}
.pp-side{background:#fff;border-radius:14px;box-shadow:0 10px 24px rgba(0,0,0,.06);overflow:hidden;height:max-content}
.pp-side__head{font-weight:800;padding:14px 16px;border-bottom:1px solid var(--line)}
.pp-cats{list-style:none;margin:0;padding:8px 0}
.pp-cats li a{display:block;padding:10px 16px;border-left:3px solid transparent}
.pp-cats li a:hover,.pp-cats .current-cat>a{background:#f5f7fa;border-left-color:#25d366}
.pp-gallery{background:#fff;border-radius:14px;box-shadow:0 10px 24px rgba(0,0,0,.06);padding:16px}
.pp-summary{background:#fff;border-radius:14px;box-shadow:0 10px 24px rgba(0,0,0,.06);padding:18px}
.pp-title{font-size:28px;line-height:1.2;margin:0 0 8px;color:var(--ink)}
.pp-code{float:right;color:#6a7280;font-weight:700;margin-top:4px}
.pp-short{color:#5b6473;margin:.5rem 0 1rem}
.pp-details-head{margin:10px 0 8px}
.pp-details{margin:0}
.pp-row{display:grid;grid-template-columns:170px 1fr;gap:10px;padding:8px 0;border-bottom:1px solid var(--line)}
.pp-row:last-child{border-bottom:0}
.pp-row dt{font-weight:700;color:#6a7280}
.pp-row dd{margin:0;font-weight:800;color:#1e2a3b}
.pp-thumbs{display:flex;gap:12px;margin-top:12px;flex-wrap:wrap}
.pp-thumbs img{width:120px;height:120px;object-fit:contain;border:1px solid var(--line);border-radius:10px;padding:8px;background:#fff}

/* Tabs + Quote */
.pp-tabs{grid-column:2 / span 2;margin-top:18px}
.tabs.pills{display:flex;gap:12px}
.tabs .tab{border:0;background:#eef2f6;color:#324053;padding:10px 14px;border-radius:10px;font-weight:700;cursor:pointer}
.tabs .tab.active{background:#fff;box-shadow:inset 0 -3px 0 var(--brand);color:#111}
.tabs .tab-quote{background:#eaf2c1}
.tab-panel{margin-top:12px;background:#fff;border-radius:12px;padding:14px 16px;box-shadow:0 10px 24px rgba(0,0,0,.05)}
.btn-quote{display:inline-block;background:#eaf2c1;border-radius:10px;padding:10px 14px;font-weight:700}

/* Archive */
.archive-wrap{display:grid;grid-template-columns:280px 1fr;gap:24px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:#fff;border-radius:14px;box-shadow:0 10px 24px rgba(0,0,0,.06);overflow:hidden;display:flex;flex-direction:column}
.card .thumb{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}
.card .meta{padding:12px 14px;border-top:1px solid var(--line);display:flex;gap:8px}
.card .name{font-weight:800;line-height:1.2}
.card .code{margin-left:auto;opacity:.7}

/* Teklif form */
.utp-teklif-form input, .utp-teklif-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:10px}
.utp-teklif-form label{display:block;margin-bottom:6px;color:#49566b;font-weight:600}
.utp-teklif-form .btn{background:#8cc63f;color:#fff;border:0;border-radius:999px;padding:12px 18px;font-weight:700}
.utp-teklif-form .form-row{display:grid;gap:12px;grid-template-columns:1fr 1fr}

/* Page Layout Classes */
.section{padding:32px 0}
.cat-hero{margin-bottom:14px}
.cat-title{font-size:clamp(22px,2.4vw,32px);font-weight:900;color:#0b3b4a;margin:0 0 6px}
.cat-desc{color:#546677;margin:0}
.cat-grid{display:grid;gap:22px;align-items:start}

/* Accessibility Improvements */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Focus styles for accessibility */
*:focus {
  outline: 2px solid #8cc63f;
  outline-offset: 2px;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #8cc63f;
  outline-offset: 2px;
}

/* Skip link */
.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 999999;
  padding: 8px 16px;
  background: #000;
  color: #fff;
  text-decoration: none;
}

.skip-link:focus {
  left: 6px;
  top: 7px;
}

/* Enhanced form styles */
.utp-teklif-form label {
  display: block;
  margin-bottom: 6px;
  color: #49566b;
  font-weight: 600;
  font-size: 14px;
}

.utp-teklif-form input,
.utp-teklif-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  transition: border-color 0.2s ease;
}

.utp-teklif-form input:focus,
.utp-teklif-form textarea:focus {
  border-color: #8cc63f;
  box-shadow: 0 0 0 2px rgba(140, 198, 63, 0.2);
}

.utp-teklif-form .btn {
  background: #8cc63f;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.utp-teklif-form .btn:hover {
  background: #7ab32e;
}

.utp-teklif-form .btn:focus {
  background: #7ab32e;
  outline: 2px solid #8cc63f;
  outline-offset: 2px;
}

/* Notice styles */
.notice {
  padding: 12px 14px;
  border-radius: 10px;
  margin-bottom: 14px;
  font-weight: 700;
  border: 1px solid;
}

.notice.success {
  background: #e8f7f0;
  color: #0b3b22;
  border-color: #bfe9d2;
}

.notice.error {
  background: #fff1f1;
  color: #7a0b0b;
  border-color: #f2c2c2;
}

/* Enhanced card styles */
.card {
  display: block;
  background: #fff;
  border: 1px solid #e6eef0;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  color: inherit;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 24, 40, 0.1);
}

.card:focus {
  outline: 2px solid #8cc63f;
  outline-offset: 2px;
}

.card .thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.card .meta {
  padding: 16px;
}

.card .name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
  color: #0b3b4a;
}

.card .code {
  font-size: 14px;
  color: #546677;
  margin-bottom: 4px;
}

.card .specs {
  font-size: 13px;
  color: #6b7280;
}

.card-price {
  font-size: 16px;
  font-weight: 700;
  color: #ff8c00;
  margin-top: 8px;
  padding: 6px 12px;
  background: rgba(255, 140, 0, 0.1);
  border-radius: 6px;
  display: inline-block;
  border: 1px solid rgba(255, 140, 0, 0.2);
}

.card-price-placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  margin-top: 8px;
  padding: 6px 12px;
  background: rgba(102, 102, 102, 0.1);
  border-radius: 6px;
  display: inline-block;
  border: 1px solid rgba(102, 102, 102, 0.2);
  font-style: italic;
}

/* Enhanced button styles */
.btn {
  display: inline-block;
  padding: 12px 24px;
  background: #8cc63f;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  transition: background-color 0.2s ease;
  border: none;
  cursor: pointer;
}

.btn:hover {
  background: #7ab32e;
}

.btn:focus {
  background: #7ab32e;
  outline: 2px solid #8cc63f;
  outline-offset: 2px;
}

.btn-primary {
  background: #8cc63f;
}

.btn-secondary {
  background: #6b7280;
}

.btn-secondary:hover {
  background: #4b5563;
}

/* Enhanced pagination */
.pagination {
  margin-top: 32px;
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 4px;
  background: #f8fafc;
  color: #374151;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
  background: #8cc63f;
  color: #fff;
}

.pagination .page-numbers.current {
  background: #8cc63f;
  color: #fff;
}

/* No content states */
.no-content,
.no-search-results {
  text-align: center;
  padding: 48px 24px;
  background: #f8fafc;
  border-radius: 16px;
  margin: 32px 0;
}

.no-content h2,
.no-search-results h2 {
  color: #0b3b4a;
  margin-bottom: 16px;
}

.no-content p,
.no-search-results p {
  color: #546677;
  margin-bottom: 24px;
}

.search-suggestions {
  margin-top: 24px;
  text-align: left;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.search-suggestions h3 {
  color: #0b3b4a;
  margin-bottom: 12px;
}

.search-suggestions ul {
  list-style: none;
  padding: 0;
}

.search-suggestions li {
  padding: 8px 0;
  color: #546677;
  border-bottom: 1px solid #e6eef0;
}

.search-suggestions li:last-child {
  border-bottom: none;
}

.search-actions {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Enhanced mobile navigation */
.mnav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.mnav:not([hidden]) {
  right: 0;
}

.mnav-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.mnav-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #e6eef0;
}

.mnav-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  color: #6b7280;
}

.mnav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mnav-menu li {
  border-bottom: 1px solid #e6eef0;
}

.mnav-menu a {
  display: block;
  padding: 16px;
  color: #374151;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.mnav-menu a:hover,
.mnav-menu a:focus {
  background: #f8fafc;
}

.mnav-foot {
  padding: 16px;
  border-top: 1px solid #e6eef0;
}

/* Back to top button */
.backtop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: #8cc63f;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100;
}

.backtop.show {
  opacity: 1;
  visibility: visible;
}

.backtop:hover {
  background: #7ab32e;
}

.backtop:focus {
  background: #7ab32e;
  outline: 2px solid #8cc63f;
  outline-offset: 2px;
}

/* Product Price Styles */
.pp-price {
  background: linear-gradient(135deg, #ff8c00, #ff7f00);
  color: #fff;
  padding: 16px 20px;
  border-radius: 12px;
  margin: 20px 0;
  text-align: center;
  box-shadow: 0 4px 12px rgba(255, 140, 0, 0.3);
}

.price-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.9;
  margin-bottom: 4px;
}

.price-value {
  display: block;
  font-size: 24px;
  font-weight: 900;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Responsive price */
@media (max-width: 640px) {
  .pp-price {
    padding: 14px 16px;
    margin: 16px 0;
  }
  
  .price-value {
    font-size: 20px;
  }
}

/* Why Choose Us Section */
.why-wrap {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px;
}

.why-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  color: #0b3b4a;
  margin-bottom: 32px;
  text-align: center;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.why-card {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(16, 24, 40, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
}

.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(16, 24, 40, 0.12);
}

.why-icon {
  font-size: 48px;
  margin-bottom: 16px;
  display: block;
}

.why-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0b3b4a;
  margin-bottom: 12px;
}

.why-card p {
  color: #546677;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width:1100px){
  .product-page{grid-template-columns:1fr}
  .pp-tabs{grid-column:auto}
  .archive-wrap{grid-template-columns:1fr}
  .cards{grid-template-columns:repeat(2,1fr)}
  .cat-grid{grid-template-columns:1fr}
  
  .mnav {
    width: 100%;
    right: -100%;
  }
  
  .why-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }
}

@media (max-width:640px){
  .cards{grid-template-columns:1fr}
  .cat-grid{grid-template-columns:1fr}
  .utp-teklif-form .form-row{grid-template-columns:1fr}
  
  .search-actions {
    flex-direction: column;
    align-items: center;
  }
  
  .search-actions .btn {
    width: 100%;
    max-width: 280px;
  }
  
  .backtop {
    bottom: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
  
  .why-wrap {
    padding: 32px 16px;
  }
  
  .why-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .why-card {
    padding: 20px;
  }
  
  .why-icon {
    font-size: 40px;
    margin-bottom: 12px;
  }
}

.pp-actions{ display:flex; gap:12px; margin-top:14px; }
.btn-quote, .btn-wa{
  display:inline-flex; align-items:center; gap:8px;
  padding:10px 14px; border-radius:12px; font-weight:800;
  border:0; text-decoration:none;
}
.btn-quote{ background:#eaf2c1; color:#324053; }
.btn-wa{ background:#25D366; color:#fff; }
.btn-wa:hover{ filter:brightness(0.95); }


/* Desktop: mevcut durum */
.pp-actions{
  display:flex; gap:12px; align-items:center; margin-top:14px;
}
.btn-quote, .btn-wa{
  display:inline-flex; align-items:center; gap:8px;
  padding:10px 14px; border-radius:12px; font-weight:800; text-decoration:none;
}
.btn-quote{ background:#eaf2c1; color:#324053; }
.btn-wa{ background:#25D366; color:#fff; }

/* --- Mobile chips (tek satır, iki sütun) --- */
@media (max-width: 768px){
  .pp-actions{
    display:grid; grid-template-columns: 1fr 1fr; gap:10px;
  }
  .pp-actions .btn-quote,
  .pp-actions .btn-wa{
    width:100%;
    justify-content:center;
    border-radius:999px;           /* chip görünümü */
    padding:12px 10px;
    line-height:1;                 /* eşit yükseklik */
    font-size:14px;
  }
  .pp-actions .btn-wa svg{ width:16px; height:16px; margin-right:6px; }
}

/* Çok dar telefonlar için opsiyon: metni gizleyip sadece ikon kalsın */
@media (max-width: 360px){
  .pp-actions .btn-quote span,
  .pp-actions .btn-wa span{ display:none; }
  .pp-actions .btn-quote,
  .pp-actions .btn-wa{ padding:12px; }  /* simetrik iç boşluk */
}

/* ===== Benzer Ürünler ===== */
.related{ padding-top:28px; }
.related-title{ font-size:24px; font-weight:900; color:#1e2a3b; margin:0 0 12px; }

.rel-wrap{ position:relative; }
.rel-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns: minmax(220px, 260px);
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:4px 44px;              /* ok tuşlarına yer */
  scrollbar-width:none;
}
.rel-track::-webkit-scrollbar{ display:none; }

.rel-card{
  background:#fff; border:1px solid #e9eef3; border-radius:14px;
  box-shadow:0 8px 22px rgba(0,0,0,.05);
  overflow:hidden; display:flex; flex-direction:column; scroll-snap-align:start;
  transition:transform .12s ease;
}
.rel-card:hover{ transform:translateY(-2px); }
.rel-card .thumb{ aspect-ratio:4/3; display:flex; align-items:center; justify-content:center; background:#fff; }
.rel-card .thumb img{ max-height:100%; object-fit:contain; }
.rel-card .meta{ padding:10px 12px; border-top:1px solid #e9eef3; display:flex; gap:8px; align-items:center; }
.rel-card .name{ font-weight:800; line-height:1.25; color:#1e2a3b; }
.rel-card .code{ margin-left:auto; opacity:.6; font-weight:700; }

.rel-nav{
  position:absolute; top:50%; transform:translateY(-50%);
  width:36px;height:36px;border-radius:50%; border:0; cursor:pointer;
  background:#fff; box-shadow:0 6px 16px rgba(0,0,0,.12); font-size:22px; font-weight:900; color:#2b3948;
}
.rel-nav.prev{ left:0; } .rel-nav.next{ right:0; }
.rel-nav:disabled{ opacity:.4; cursor:default; }

@media (max-width:768px){
  .rel-track{ grid-auto-columns:minmax(180px, 70%); padding:4px 36px; }
  .rel-nav{ width:32px;height:32px; }
}

.rel-track{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  scroll-behavior:smooth; /* JS olmasa da doğal akış */
}
.rel-nav{ pointer-events:auto; } /* herhangi bir overlay varsa */


.pgallery{ display:flex; flex-direction:column; gap:10px; }
.pg-thumbs{ display:flex; gap:8px; overflow-x:auto; padding:2px; }
.pg-thumbs .pg-thumb img{
  display:block; width:72px; height:72px; object-fit:cover; border-radius:10px;
  border:1px solid #e9eef3; background:#fff;
}
@media (max-width:768px){
  .pg-thumbs .pg-thumb img{ width:64px; height:64px; }
}


/* Ürün galerisi: üstte büyük görsel, altta sabit küçükler */
.pgallery{
  display:grid;
  grid-template-rows: 1fr auto;       /* 1. satır: ana görsel, 2. satır: thumbs */
  gap:12px;
  height: clamp(340px, 45vw, 560px);   /* yüksekliği sabitle – ekrana göre esner */
}

/* Ana görsel alanı kutu gibi dursun, içinde resim esnesin */
.pg-main{
  position:relative;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 22px rgba(0,0,0,.05);
  border:1px solid #e9eef3;
}

/* Resmi kutuya göre ölçekle: farklı en-boy oranlarında bile taşma yok */
#pg-main-img{
  position:absolute;
  inset:0;                 /* top/right/bottom/left:0 */
  width:100%;
  height:100%;
  object-fit: contain;     /* siyah şerit yok, tam sığar */
}

/* Küçük görseller her zaman altta sabit satırda */
.pg-thumbs{
  display:flex;
  gap:8px;
  padding:2px;
  align-items:center;
  overflow-x:auto;         /* taşarsa kaydırılabilir */
  scrollbar-width:none;
}
.pg-thumbs::-webkit-scrollbar{ display:none; }

.pg-thumbs .pg-thumb img{
  width:78px; height:78px; object-fit:cover;
  border-radius:12px;
  border:1px solid #e9eef3; background:#fff;
}

/* Mobilde daha kompakt */
@media (max-width: 768px){
  .pgallery{ height: clamp(260px, 58vw, 420px); }
  .pg-thumbs .pg-thumb img{ width:64px; height:64px; }
}


/* Layout yardımcıları */
.container{ max-width:1200px; margin:0 auto; padding:0 16px; }
.row{ display:flex; align-items:center; justify-content:space-between; }

/* Header */
.site-header{ position:sticky; top:0; z-index:1000; background:#f6fbfe; }

/* Topbar */
.topbar{ background:#f3f8fb; color:#41546a; font-size:14px; }
.topbar .topbar-left{ padding:8px 0; }
.topbar .topbar-right{ display:flex; gap:14px; align-items:center; }
.topbar .tour{ font-weight:800; color:#1f2e41; text-decoration:none; }
.topbar .socials .social svg{ width:18px;height:18px; fill:#41546a; }
.topbar .socials{ display:flex; gap:10px; }
.topbar .lang{ font-weight:800; }

/* Midbar */
.midbar{ background:#fff; border-bottom:1px solid #e9eef3; }
.midbar .logo img{ height:100px; width:auto; }
.midbar .site-name{ font-weight:900; color:#123; text-decoration:none; font-size:22px; }
.actions{ display:flex; gap:12px; align-items:center; }
.btn-cta{
  background:#c6e03a; color:#163042; font-weight:900; border-radius:28px;
  padding:10px 16px; text-decoration:none; display:inline-flex; gap:8px; align-items:center;
  box-shadow:0 6px 16px rgba(0,0,0,.08);
}
.icon-btn{ background:#fff; border:1px solid #e6edf3; border-radius:50%; width:40px;height:40px; display:inline-grid; place-items:center; cursor:pointer; }
.icon-btn svg{ width:20px;height:20px; stroke:#2b3c4f; fill:none; stroke-width:2; }
.cart{ position:relative; }
.cart .badge{ position:absolute; right:-6px; top:-6px; background:#c6e03a; color:#1e2a3b; font-weight:900; padding:2px 6px; border-radius:12px; font-size:12px; }

/* Primary nav */
.primary-nav{ background:#f6fbfe; }
.primary-nav .menu{ display:flex; gap:30px; list-style:none; margin:0; padding:12px 0; }
.primary-nav .menu > li > a{
  text-decoration:none; color:#334b61; font-weight:900; letter-spacing:.3px; padding:10px 0; display:inline-block;
  position:relative;
}
.primary-nav .menu > li.current-menu-item > a,
.primary-nav .menu > li.current-menu-ancestor > a{ color:#1e2a3b; }
.primary-nav .menu > li.current-menu-item > a::after,
.primary-nav .menu > li.current-menu-ancestor > a::after{
  content:""; position:absolute; left:0; bottom:-6px; height:4px; width:100px; background:#c6e03a; border-radius:4px;
}

/* Search drawer */
.search-drawer{ background:#fff; border-bottom:1px solid #e9eef3; padding:10px 0; }

/* Responsive */
@media (max-width: 992px){
  .topbar .topbar-left{ display:none; }
  .primary-nav .menu{ gap:18px; }
}
@media (max-width: 768px){
  .actions .btn-cta{ padding:8px 12px; font-size:14px; }
  .primary-nav .menu{ overflow-x:auto; white-space:nowrap; }
  .primary-nav .menu > li > a::after{ width:60px; bottom:-4px; }
}


/* === Boyut değişkenleri (kolay kontrol) === */
:root{
  --logo-h-desktop: 120px;   /* masaüstü logo yüksekliği */
  --logo-h-lg:      64px;   /* < 1280px */
  --logo-h-md:      56px;   /* < 1100px */
  --menu-fs:        18px;   /* masaüstü menü font */
  --menu-gap:       36px;   /* masaüstü menü boşluk */
}

/* LOGO daha büyük */
.midbar .logo img{
  height: var(--logo-h-desktop);
  width: auto;
}
.midbar{ padding: 10px 0; } /* logo büyüyünce dikey nefes */

/* Menü tek satır ve merkezde kalsın */
.primary-nav .menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: var(--menu-gap);
  list-style:none;
  margin:0;
  padding:14px 0;
  font-size: var(--menu-fs);
  white-space: nowrap;      /* satır kırılmasını engelle */
}

/* Aktif alt çizgi geniş kalır */
.primary-nav .menu > li > a{ padding:10px 0; }
.primary-nav .menu > li.current-menu-item > a::after,
.primary-nav .menu > li.current-menu-ancestor > a::after{
  width:100px;
}

/* ------ EŞİKLER ------ */
/* 1280px altı: logo bir tık küçülsün, menü de ufalsın/gap azalsın */
@media (max-width: 1280px){
  .midbar .logo img{ height: var(--logo-h-lg); }
  .primary-nav .menu{
    gap: 28px;
    font-size: 17px;
  }
  .primary-nav .menu > li.current-menu-item > a::after,
  .primary-nav .menu > li.current-menu-ancestor > a::after{ width:84px; }
}

/* 1100px altı: logo biraz daha, menü daha kompakt */
@media (max-width: 1100px){
  .midbar .logo img{ height: var(--logo-h-md); }
  .primary-nav .menu{
    gap: 22px;
    font-size: 16px;
    letter-spacing: 0;          /* baştaki hafif aralığı sıfırla */
  }
  .primary-nav .menu > li.current-menu-item > a::after,
  .primary-nav .menu > li.current-menu-ancestor > a::after{ width:70px; }
}

/* 992px altı: taşma yerine yatay kaydırma aç (tek satır kalır) */
@media (max-width: 992px){
  .primary-nav .menu{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .primary-nav .menu::-webkit-scrollbar{ display:none; }
  .primary-nav .menu{ gap: 18px; font-size: 15px; }
  .primary-nav .menu > li.current-menu-item > a::after,
  .primary-nav .menu > li.current-menu-ancestor > a::after{ width:56px; bottom:-4px; }
}

/* Çok dar cihazlar için son çare (isteğe bağlı):
   e-katalog/arama/sepet hizası bozulmasın diye menüyü biraz daha sıkıştır. */
@media (max-width: 768px){
  .primary-nav .menu{ gap: 14px; font-size: 14px; }
}


/* Desktop varsayılan aynı kalsın… */
@media (max-width: 992px){
  /* Logo biraz büyüsün; e-katalog/ikonlar sığsın */
  .midbar .logo img{ height: 48px; }
  .actions{ gap:10px; }
  .btn-cta{ padding:8px 12px; font-size:14px; }

  /* Masaüstü menüyü gizle, hamburgeri göster */
  .primary-nav{ display:none; }
  .hamburger{ display:inline-grid; }
}



/* Desktop varsayılan aynı kalsın… */
@media (max-width: 992px){
  /* Logo biraz büyüsün; e-katalog/ikonlar sığsın */
  .midbar .logo img{ height: 48px; }
  .actions{ gap:10px; }
  .btn-cta{ padding:8px 12px; font-size:14px; }

  /* Masaüstü menüyü gizle, hamburgeri göster */
  .primary-nav{ display:none; }
  .hamburger{ display:inline-grid; }
}

/* === Mobile Drawer === */
.mnav-backdrop{
  position:fixed; inset:0; background:rgba(0,0,0,.35);
  z-index:998;
}
.mnav{
  position:fixed; top:0; right:0; height:100dvh;
  width:min(86vw, 380px); background:#fff; z-index:999;
  box-shadow:-20px 0 60px rgba(0,0,0,.18);
  transform:translateX(100%); transition:transform .25s ease;
  display:flex; flex-direction:column; gap:12px;
  padding:14px;
}
.mnav.open{ transform:translateX(0); }
body.no-scroll{ overflow:hidden; }

.mnav-head{ display:flex; align-items:center; justify-content:space-between; }
.mnav-head img{ height:36px; width:auto; }
.mnav-close{ border:0; background:#f3f6fa; width:36px; height:36px; border-radius:10px; font-size:18px; }

.mnav-menu{ list-style:none; padding:6px 0; margin:0; display:flex; flex-direction:column; gap:4px; }
.mnav-menu > li > a{
  display:flex; justify-content:space-between; align-items:center;
  padding:12px 10px; border-radius:12px; text-decoration:none;
  color:#1f2e41; font-weight:800; background:#f7fbff;
}
.mnav-menu li.menu-item-has-children > a{ background:#eef5fb; }
.mnav-menu .sub-menu{ display:none; list-style:none; margin:0; padding:6px 0 6px 10px; gap:2px; }
.mnav-menu .sub-menu a{ padding:10px; background:#f9fbfe; border-radius:10px; font-weight:700; }
.mnav-menu li.open > .sub-menu{ display:flex; flex-direction:column; }
.mnav-foot{ margin-top:auto; }

/* Mobilde ana görseli kare yap */
@media (max-width: 768px){
  /* Yüksekliği grid'den kaldır; oran yönetsin */
  .pgallery{
    height: auto;
    grid-template-rows: auto auto; /* 1: ana görsel, 2: thumbs */
  }

  .pg-main{
    position: relative;
    aspect-ratio: 1 / 1; /* KARE */
    border-radius: 14px;
    overflow: hidden;
  }

  /* Görsel kutuyu tamamen doldursun, oran korunur */
  #pg-main-img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;   /* taşmadan sığsın */
    background: #fff;
  }
}

/* HEADER ARAMA ÇUBUĞU - ŞIK TASARIM */
.header-search {
  flex: 1;
  max-width: 500px;
  margin: 0 24px;
  position: relative;
}

.header-search-form {
  width: 100%;
  position: relative;
}

.header-search-input-group {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #6b7280;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 14px 18px;
  box-shadow: 0 2px 8px rgba(107,114,128,0.1);
}

.header-search-input-group:hover {
  border-color: #4b5563;
  box-shadow: 0 4px 16px rgba(107,114,128,0.2);
}

.header-search-input-group:focus-within {
  border-color: #374151;
  box-shadow: 0 0 0 4px rgba(55,65,81,0.15), 0 4px 20px rgba(55,65,81,0.25);
  transform: translateY(-1px);
}

.search-icon {
  color: #666666;
  margin-right: 14px;
  flex-shrink: 0;
  transition: color 0.3s ease;
}

.header-search-input-group:focus-within .search-icon {
  color: #374151;
}

.header-search-field {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  color: #0f172a;
  background: transparent;
  font-family: inherit;
  font-weight: 400;
}

.header-search-field::placeholder {
  color: #94a3b8;
  font-weight: 400;
  transition: color 0.3s ease;
}

.header-search-field:focus::placeholder {
  color: #cbd5e1;
}

/* Renkli alt çizgi kaldırıldı */

/* Responsive */
@media (max-width: 1024px) {
  .header-search {
    max-width: 400px;
    margin: 0 16px;
  }
}

@media (max-width: 768px) {
  .midbar {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  
  .midbar .logo {
    text-align: center;
    order: 1;
    margin-bottom: 8px;
  }
  
  .header-search {
    display: none;
  }
  
  .midbar .actions {
    order: 2;
    justify-content: center;
    margin-top: 8px;
  }
}

/* ARAMA DRAWER STİLLERİ */
.search-drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.8);
  backdrop-filter: blur(8px);
  z-index: 9999;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.search-drawer[hidden] {
  display: none;
}

.search-drawer .search-form {
  animation: searchSlideIn .3s ease-out;
}

@keyframes searchSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* HEADER ARAMA ÇUBUĞU - ŞIK TASARIM */
.header-search {
  flex: 1;
  max-width: 500px;
  margin: 0 24px;
  position: relative;
}

.header-search-form {
  width: 100%;
  position: relative;
}

.header-search-input-group {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #6b7280;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 14px 18px;
  box-shadow: 0 2px 8px rgba(107,114,128,0.1);
}

.header-search-input-group:hover {
  border-color: #4b5563;
  box-shadow: 0 4px 16px rgba(107,114,128,0.2);
}

.header-search-input-group:focus-within {
  border-color: #374151;
  box-shadow: 0 0 0 4px rgba(55,65,81,0.15), 0 4px 20px rgba(55,65,81,0.25);
  transform: translateY(-1px);
}

.search-icon {
  color: #666666;
  margin-right: 14px;
  flex-shrink: 0;
  transition: color 0.3s ease;
}

.header-search-input-group:focus-within .search-icon {
  color: #374151;
}

.header-search-field {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  color: #0f172a;
  background: transparent;
  font-family: inherit;
  font-weight: 400;
}

.header-search-field::placeholder {
  color: #94a3b8;
  font-weight: 400;
  transition: color 0.3s ease;
}

.header-search-field:focus::placeholder {
  color: #cbd5e1;
}

/* Renkli alt çizgi kaldırıldı */

/* Responsive */
@media (max-width: 1024px) {
  .header-search {
    max-width: 400px;
    margin: 0 16px;
  }
}

@media (max-width: 768px) {
  .midbar {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  
  .midbar .logo {
    text-align: center;
    order: 1;
    margin-bottom: 8px;
  }
  
  .header-search {
    display: none;
  }
  
  .midbar .actions {
    order: 2;
    justify-content: center;
    margin-top: 8px;
  }
}

@media (max-width: 768px){
  .pg-main{ position:relative; }
  .pg-main::before{ content:""; display:block; padding-top:100%; } /* kare alan */
  #pg-main-img{ position:absolute; inset:0; width:100%; height:100%; object-fit:contain; }
}

/* Erişilebilirlik */
.sr-only{ position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

/* Drawer içi padding */
.search-drawer .container{ padding:10px 16px; }

/* Form */
.utp-search{ max-width: 760px; margin: 0 auto; }
.utp-search__wrap{
  display:grid;
  grid-template-columns: 36px 1fr auto;
  gap:10px;
  align-items:center;
  background:#fff;
  border:1px solid #e6edf3;
  border-radius: 999px;
  padding: 10px 10px 10px 12px;
  box-shadow: 0 6px 18px rgba(17, 42, 71, .06);
  transition: box-shadow .2s, border-color .2s;
}
.utp-search__wrap:focus-within{
  border-color:#c6e03a;
  box-shadow: 0 10px 28px rgba(17, 42, 71, .12);
}

/* ikon */
.utp-search__icon{
  color:#6b7c90;
  display:grid; place-items:center;
}

/* input */
.utp-search__input{
  border:0; outline:0; padding:8px 0;
  font-size: 16px; color:#172b3a; background:transparent;
  width:100%;
}
.utp-search__input::placeholder{ color:#8ba0b4; }

/* temizle butonu (X) */
.utp-search__clear{
  border:0; background:#f2f6fa; color:#6b7c90;
  width:36px; height:36px; border-radius:50%;
  display:grid; place-items:center; transition: background .15s, color .15s;
}
.utp-search__clear:hover{ background:#e7eef6; color:#2a3b4f; }

/* submit */
.utp-search__btn{
  border:0; background:#c6e03a; color:#183045; font-weight:900;
  padding:10px 18px; border-radius:999px; cursor:pointer;
  transition: transform .06s ease, box-shadow .2s;
  box-shadow: 0 6px 14px rgba(198,224,58,.35);
}
.utp-search__btn:active{ transform: translateY(1px); }

/* Mobil uyarlamalar */
@media (max-width: 768px){
  .utp-search{ max-width: 100%; }
  .utp-search__wrap{ grid-template-columns: 32px 1fr 86px; padding:8px 8px 8px 10px; }
  .utp-search__btn{ padding:9px 14px; }
}

/* (İsteğe bağlı) Koyu tema desteği */
@media (prefers-color-scheme: dark){
  .search-drawer{ background:#0f1720; }
  .utp-search__wrap{ background:#101826; border-color:#1d2a3c; box-shadow:none; }
  .utp-search__input{ color:#e6edf6; }
  .utp-search__input::placeholder{ color:#8aa0b8; }
  .utp-search__clear{ background:#1a2434; color:#a6b3c5; }
}


/* Erişilebilirlik */
.sr-only{ position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

/* Arama formu */
.utp-search{ max-width: 760px; }
.utp-search__wrap{
  display:grid;
  grid-template-columns: 36px 1fr auto;
  gap:10px; align-items:center;
  background:#fff;
  border:1px solid #e6edf3;
  border-radius:999px;
  padding:10px 10px 10px 12px;
  box-shadow:0 6px 18px rgba(17,42,71,.06);
  transition:border-color .2s, box-shadow .2s;
}
.utp-search__wrap:focus-within{
  border-color:#c6e03a;
  box-shadow:0 10px 28px rgba(17,42,71,.12);
}
.utp-search__icon{ color:#6b7c90; display:grid; place-items:center; }
.utp-search__input{
  border:0; outline:0; background:transparent;
  font-size:16px; color:#172b3a; padding:8px 0; width:100%;
}
.utp-search__input::placeholder{ color:#8ba0b4; }
.utp-search__clear{
  border:0; background:#f2f6fa; color:#6b7c90;
  width:36px; height:36px; border-radius:50%;
  display:grid; place-items:center;
}
.utp-search__btn{
  border:0; background:#c6e03a; color:#183045; font-weight:900;
  padding:10px 18px; border-radius:999px; cursor:pointer;
  box-shadow:0 6px 14px rgba(198,224,58,.35);
}
@media (max-width:768px){
  .utp-search{ max-width:100%; }
  .utp-search__wrap{ grid-template-columns:32px 1fr 82px; padding:8px 8px 8px 10px; }
  .utp-search__btn{ padding:9px 14px; }
}


/* ===== Footer ===== */
.site-footer{ color:#c9d3df; background:#0f1720; }
.site-footer a{ color:#e7f0fa; text-decoration:none; }
.site-footer a:hover{ color:#c6e03a; }

.f-top{ padding:48px 0 24px; }
.f-grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1.2fr;
  gap:32px;
}
@media (max-width: 1024px){
  .f-grid{ grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 640px){
  .f-grid{ grid-template-columns: 1fr; }
}

.f-col{ min-width:0; }
.f-title{
  font-size:16px; font-weight:800; letter-spacing:.3px;
  color:#f5f9ff; margin:0 0 14px;
}

.f-brand .f-logo img{ height:40px; width:auto; }
.f-about{ margin:14px 0 16px; line-height:1.6; color:#b4c1cf; }

.f-social{ display:flex; gap:10px; margin-top:6px; }
.f-social a{
  display:grid; place-items:center;
  width:38px; height:38px; border-radius:50%;
  background:#162232; color:#d9e5f5;
  transition:transform .08s, background .2s, color .2s;
}
.f-social a:hover{ background:#c6e03a; color:#0f1720; transform:translateY(-2px); }
.f-social svg{ width:18px; height:18px; }

.f-menu{ list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.f-menu li a{ opacity:.95; }
.f-menu li a:hover{ opacity:1; color:#c6e03a; }

.f-contact-list{ list-style:none; padding:0; margin:0 0 4px; display:grid; gap:6px; color:#c1ccda; }
.f-contact a{ color:#e7f0fa; text-decoration:underline; }

.f-newsletter{ display:flex; gap:8px; margin-top:8px; }
.f-newsletter input{
  flex:1; min-width:0; border:1px solid #243142; background:#0f1b2a; color:#e8f1ff;
  padding:10px 12px; border-radius:10px; outline:none;
}
.f-newsletter input::placeholder{ color:#8aa0b6; }
.f-newsletter button{
  border:0; background:#c6e03a; color:#0f1720; font-weight:900;
  padding:10px 14px; border-radius:10px; cursor:pointer;
  box-shadow:0 6px 14px rgba(198,224,58,.28);
}
.f-newsletter button:hover{ filter:brightness(1.05); }

.f-bottom{ border-top:1px solid #1a2636; padding:14px 0; }
.f-bottom-row{
  display:flex; align-items:center; justify-content:space-between; gap:12px;
}
.copy{ font-size:14px; color:#9eb0c6; }
.backtop{
  width:38px; height:38px; border-radius:50%; border:1px solid #223049;
  background:#0f1720; color:#e6f0ff; cursor:pointer; opacity:0; pointer-events:none;
  transition:opacity .2s, transform .08s, background .2s;
}
.backtop.show{ opacity:1; pointer-events:auto; }
.backtop:hover{ background:#132036; transform:translateY(-2px); }

/* Koyu tema otomatik uyum (opsiyonel) */
@media (prefers-color-scheme: light){
  .site-footer{ background:#0f1720; }
}


/* --- Footer - nihai düzen (görseldeki gibi) --- */
.site-footer{ background:#0f1720; color:#c9d3df; }
.site-footer a{ color:#e7f0fa; text-decoration:none; }
.site-footer a:hover{ color:#c6e03a; }

/* Üst blok */
.f-top{ padding:40px 0 24px; }
.f-top .container{ max-width:1200px; margin:0 auto; padding:0 20px; }

/* 5 sütun düzen (Logo+Sosyal + 3 menü + İletişim/Bülten) */
.f-grid{
  display:grid; gap:32px;
  grid-template-columns: 1.1fr 1fr 1fr 1fr 1.3fr;
}

/* Mobil / tablet kırılımları */
@media (max-width: 1024px){
  .f-grid{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px){
  .f-grid{ grid-template-columns: 1fr; }
}

.f-title{
  margin:0 0 14px; font-size:16px; font-weight:800; letter-spacing:.2px;
  color:#f5f9ff;
}

/* Logo + sosyal */
.f-brand .f-logo img{ height:52px; width:auto; }
.f-about{ margin:12px 0 16px; color:#b4c1cf; line-height:1.6; }
.f-social{ display:flex; gap:10px; margin-top:10px; }
.f-social a{
  width:40px; height:40px; display:grid; place-items:center; border-radius:50%;
  background:#162232; color:#d9e5f5; transition:.15s ease;
}
.f-social a:hover{ background:#c6e03a; color:#0f1720; transform:translateY(-2px); }
.f-social svg{ width:18px; height:18px; }

/* Menü listeleri */
.f-menu{ list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.f-menu li a{ opacity:.95; }
.f-menu li a:hover{ opacity:1; }

/* İletişim listesi + bülten */
.f-contact-list{ list-style:none; padding:0; margin:0 0 14px; display:grid; gap:6px; color:#c1ccda; }
.f-contact a{ color:#e7f0fa; text-decoration:underline; }

.f-newsletter{ display:flex; gap:10px; }
.f-newsletter input{
  flex:1; min-width:0; border:1px solid #243142; background:#0f1b2a; color:#e8f1ff;
  padding:11px 12px; border-radius:10px; outline:none;
}
.f-newsletter input::placeholder{ color:#8aa0b6; }
.f-newsletter button{
  border:0; background:#c6e03a; color:#0f1720; font-weight:900;
  padding:11px 16px; border-radius:12px; cursor:pointer;
  box-shadow:0 8px 18px rgba(198,224,58,.28);
}
.f-newsletter button:hover{ filter:brightness(1.05); }

/* Alt çizgi */
.f-bottom{ border-top:1px solid #1a2636; padding:12px 0; }
.f-bottom .container{ max-width:1200px; margin:0 auto; padding:0 20px; }
.f-bottom-row{ display:flex; align-items:center; justify-content:space-between; gap:12px; }
.copy{ font-size:14px; color:#9eb0c6; }

/* Yukarı çık butonu */
.backtop{
  width:38px; height:38px; border-radius:50%; border:1px solid #223049;
  background:#0f1720; color:#e6f0ff; cursor:pointer; opacity:0; pointer-events:none;
  transition:opacity .2s, transform .08s, background .2s;
}
.backtop.show{ opacity:1; pointer-events:auto; }
.backtop:hover{ background:#132036; transform:translateY(-2px); }

/* Sticky-footer garanti (içerik kısa olsa da en altta kalsın) */
html, body { height:100%; }
#page{ min-height:100vh; min-height:100dvh; display:flex; flex-direction:column; }
.site-footer{ margin-top:auto; }

/* === ANA SAYFA HERO / SLIDER ===================================== */
.home-hero{
  /* Renk ve görsel ayarları */
  --teal: #0e7077;                        /* sol zemin rengi (teal) */
  --hero-image: none;                     /* PHP inline olarak dolduruyor */
  position: relative;
  isolation: isolate;
  color: #fff;

  /* Görseldeki gibi: soldan tam teal, sağa doğru transparanlaşan overlay + fotoğraf */
  min-height: 420px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, var(--teal) 0%, rgba(14,112,119,.88) 36%, rgba(14,112,119,0) 60%),
    var(--hero-image) center right / cover no-repeat;
  box-shadow: inset 0 30px 60px rgba(0,0,0,.06);
}
.home-hero .hero-inner{ max-width:1200px; margin:0 auto; padding:48px 20px; }
.hero-title{ font-size:clamp(28px,3.2vw,44px); font-weight:900; margin:0 0 10px; }
.hero-desc{  font-size:clamp(15px,1.5vw,18px); opacity:.95; max-width:640px; margin:0 0 18px; }

.hero-actions{ display:flex; gap:12px; }
.btn.hero-primary{
  background:#c6e03a; color:#0f1720; padding:12px 18px; border-radius:12px; font-weight:900;
  box-shadow:0 10px 22px rgba(198,224,58,.25);
}
.btn.hero-ghost{
  background:transparent; color:#c6e03a; border:2px solid #c6e03a;
  padding:10px 16px; border-radius:12px; font-weight:800;
}

@media (max-width: 1024px){
  .home-hero{ min-height: 360px; background-position: 85% center; }
}
@media (max-width: 600px){
  .home-hero{
    min-height: 300px;
    /* mobilde soldaki renk alanını biraz arttır */
    background:
      linear-gradient(90deg, var(--teal) 0%, rgba(14,112,119,.95) 68%, rgba(14,112,119,0) 100%),
      var(--hero-image) 80% center / cover no-repeat;
  }
  .home-hero .hero-inner{ padding:40px 16px; }
}

/* Sina Slider kullanılıyorsa üstüne overlay uygulama */
.home-hero.-slider .sina-slider,
.home-hero.-slider .sina-carousel { height: 520px; }
@media (max-width:1024px){ .home-hero.-slider .sina-slider, .home-hero.-slider .sina-carousel{ height:380px; } }
@media (max-width:600px){  .home-hero.-slider .sina-slider, .home-hero.-slider .sina-carousel{ height:320px; } }

/* Sina sliderın her slaytına soldan teal overlay */
.home-hero.-slider .sina-slide,
.home-hero.-slider .slick-slide{
  position: relative;
}
.home-hero.-slider .sina-slide::before,
.home-hero.-slider .slick-slide::before{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(90deg, #0e7077 0%, rgba(14,112,119,.86) 36%, rgba(14,112,119,0) 60%);
  pointer-events:none;
  z-index:1;
}
/* Slayt içi yazılar varsa üstte kalsın */
.home-hero.-slider .slide-content,
.home-hero.-slider .caption{ position: relative; z-index:2; }

/* === Ana sayfa / Ürün Kategorileri === */
.home-cats { padding: 56px 0; }
.home-cats .home-cats-head{
  display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:24px;
}
.home-cats .home-cats-head h2{
  font-size: clamp(22px, 2.4vw, 32px);
  letter-spacing:.5px; font-weight:800; color:#0b3b4a;
}
.home-cats .hc-all{
  display:inline-flex; align-items:center; gap:8px;
  padding:10px 16px; border-radius:999px;
  background:#eef6f7; color:#0c4a5b; font-weight:600; text-decoration:none;
}
.home-cats-grid{
  --col:4;
  display:grid; gap:24px;
  grid-template-columns: repeat(var(--col), minmax(0,1fr));
}
@media (max-width: 1100px){ .home-cats-grid{ --col:3; } }
@media (max-width: 860px){  .home-cats-grid{ --col:2; } }
@media (max-width: 560px){  .home-cats-grid{ --col:1; } }

.hc-card{
  border:1px solid #e6eef0; border-radius:16px; overflow:hidden;
  background:#fff; box-shadow:0 6px 18px rgba(16,24,40,.06);
  display:flex; flex-direction:column; height:100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
.hc-card:hover{ transform: translateY(-2px); box-shadow:0 10px 24px rgba(16,24,40,.08); }

.hc-media{ display:block; aspect-ratio: 16/10; background:#f6fafb; }
.hc-img{ width:100%; height:100%; object-fit:contain; display:block; }

.hc-body{ padding:22px 20px 24px; display:flex; flex-direction:column; gap:12px; }
.hc-title{ margin:0; font-size: clamp(18px, 2vw, 22px); font-weight:800; color:#0b3b4a; }
.hc-title a{ color:inherit; text-decoration:none; }
.hc-sub{ font-size:12px; letter-spacing:3px; color:#51A7B1; text-transform:uppercase; font-weight:700; }

.hc-btn{
  margin-top:6px; align-self:flex-start;
  display:inline-flex; align-items:center; gap:8px;
  padding:10px 16px; border-radius:999px;
  background:#e8f7f0; color:#1b7b37; text-decoration:none; font-weight:700;
  transition: background .2s ease, transform .2s ease;
}
.hc-btn:hover{ background:#dff3ea; transform:translateY(-1px); }
.hc-btn svg{ display:block; }



/* Başlık + oklar */
.home-cats { padding: 56px 0; }
.home-cats .home-cats-head{
  display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:16px;
}
.home-cats .home-cats-head h2{
  font-size: clamp(22px, 2.4vw, 32px); font-weight:800; color:#0b3b4a;
}
.home-cats .hc-right{ display:flex; align-items:center; gap:14px; }
.home-cats .hc-all{
  display:inline-flex; align-items:center; gap:8px;
  padding:10px 16px; border-radius:999px; background:#eef6f7; color:#0c4a5b;
  font-weight:700; text-decoration:none;
}
.hc-arrows{ display:flex; gap:8px; }
.hc-arrow{
  width:42px; height:42px; border-radius:999px; border:1px solid #dbe7ea;
  background:#f2fafb; color:#0b3b4a; font-size:22px; line-height:1; cursor:pointer;
  display:grid; place-items:center;
}
.hc-arrow[disabled]{ opacity:.35; cursor:default; }

/* Yatay şerit */
.home-cats-scroller{
  overflow-x:auto; overflow-y:hidden; scroll-behavior:smooth; padding-bottom:4px;
  scroll-snap-type: x mandatory;
}
.home-cats-scroller::-webkit-scrollbar{ height:10px; }
.home-cats-scroller::-webkit-scrollbar-thumb{
  background:#cfe1e5; border-radius:999px;
}
.hc-track{ display:flex; gap:24px; }

.hc-card{
  scroll-snap-align:start;
  flex: 0 0 clamp(280px, 29vw, 340px);     /* her kartın genişliği */
  border:1px solid #e6eef0; border-radius:16px; overflow:hidden; background:#fff;
  box-shadow:0 6px 18px rgba(16,24,40,.06); transition:transform .2s, box-shadow .2s;
}
.hc-card:hover{ transform:translateY(-2px); box-shadow:0 10px 24px rgba(16,24,40,.08); }

.hc-media{ display:block; aspect-ratio: 16/10; background:#f6fafb; }
.hc-img{ width:100%; height:100%; object-fit:contain; display:block; }

.hc-body{ padding:22px 20px 24px; display:flex; flex-direction:column; gap:10px; }
.hc-title{ margin:0; font-size: clamp(18px, 2vw, 22px); font-weight:800; color:#0b3b4a; }
.hc-title a{ color:inherit; text-decoration:none; }
.hc-sub{ font-size:12px; letter-spacing:2px; color:#5aa6b1; text-transform:uppercase; font-weight:800; }

.hc-btn{
  align-self:flex-start; margin-top:4px; display:inline-flex; align-items:center; gap:8px;
  padding:10px 16px; border-radius:999px; background:#e8f7f0; color:#1b7b37; font-weight:800;
  text-decoration:none; transition: background .2s, transform .2s;
}
.hc-btn:hover{ background:#dff3ea; transform:translateY(-1px); }

/* Küçük ekranlarda kısa kart genişliği */
@media (max-width: 560px){
  .hc-card{ flex-basis: 86vw; }
}


.sec-title{font-size:clamp(22px,2.2vw,32px);margin:12px 0 18px}
.usp-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none}
.usp-grid li{background:#0f1a23;border:1px solid #1f2a35;padding:18px;border-radius:16px;box-shadow:0 6px 18px rgba(3,18,26,.08)}
.usp-grid .ico{font-size:28px;line-height:1;width:48px;height:48px;display:grid;place-items:center;background:#16232d;border-radius:12px;margin-bottom:12px}
.usp-grid h3{font-size:18px;margin:0 0 6px}
.usp-grid p{opacity:.8;margin:0}
@media (max-width:900px){.usp-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.usp-grid{grid-template-columns:1fr}}


.cta-band{margin:22px 0;background:linear-gradient(90deg,#0f343b,#0e2630);border-radius:18px}
.cta-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px}
.cta-text h2{margin:0 0 6px;font-size:clamp(18px,2vw,24px)}
.cta-text p{margin:0;opacity:.85}
.btn{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:12px;border:1px solid transparent;font-weight:600}
.btn-primary{background:#cdea5b;color:#fffff3}
.btn-wa{background:#25D366;color:#fffff6}
.cta-actions{display:flex;gap:12px;flex-wrap:wrap}
@media (max-width:860px){.cta-row{flex-direction:column;align-items:flex-start}}


/* =========================
   CTA BAND – RENK & KONTRAST DÜZELTME
   (override – dosyanın EN ALTINA)
   ========================= */
section.cta-band{
  position: relative;
  isolation: isolate;                /* üstteki blend/opacity etkilerini keser */
  z-index: 1;
  margin: 24px 0 8px;
  border-radius: 18px;
  background: linear-gradient(90deg,#0f343b 0%, #0d2b34 55%, #0b222b 100%) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

/* İç tipografi – net beyaz */
section.cta-band .cta-text h2{
  color: #ffffff !important;
  margin: 0 0 6px;
  font-weight: 800;
  letter-spacing:.2px;
}
section.cta-band .cta-text p{
  color: #d8e9ef !important;        /* hafif kırık beyaz */
  opacity: 1 !important;            /* temadaki p {opacity:.6} gibi kuralları ezer */
}

/* Butonlar */
section.cta-band .btn{
  display:inline-flex; align-items:center; gap:10px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(0,0,0,.25);
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}

section.cta-band .btn-primary{
  background:#cdea5b !important;
  color:#0b1820 !important;
}
section.cta-band .btn-primary:hover{
  background:#bfe04a !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0,0,0,.28);
}

section.cta-band .btn-wa{
  background:#25D366 !important;
  color:#082417 !important;
}
section.cta-band .btn-wa:hover{
  background:#1fc25d !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0,0,0,.28);
}

/* Grid koruma – mobilde de düzgün */
section.cta-band .cta-row{
  display:flex; align-items:center; justify-content:space-between; gap:18px;
  padding: 20px 22px;
}
@media (max-width: 860px){
  section.cta-band .cta-row{ flex-direction:column; align-items:flex-start; }
}



/* ============================
   WHY (Neden UTP) – temiz, aydınlık görünüm
   ============================ */


/* Bölümü merkeze al ve genişliği sınırla */
.why-wrap{ padding: 32px 0; }
.why-inner{ max-width: 1180px; margin-inline: auto; padding-inline: 16px; }

/* Başlık ortala */
.why-title{ 
  text-align: center; 
  margin: 0 0 22px; 
}

/* KARTLARI ORTALA — FLEX sürümü (önerilen) */
.why-grid{
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;     /* ← ortalama burada */
}

/* Kartlar için esnek genişlik */
.why-card{
  flex: 0 1 260px;              /* min ~260px */
  max-width: 300px;             /* taşmasın */
}

/* İstersen GRID kullanmaya devam ediyorsan bu alternatif:
.why-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  justify-content: center;      // grid'de de ortalama
}
.why-wrap .why-grid{
  max-width: 1180px;
  margin-inline: auto;
}
*/



.why-wrap{
  margin: 48px 0 32px;
}

.why-title{
  margin: 0 0 18px;
  font-weight: 800;
  font-size: clamp(28px, 3.2vw, 36px);
  letter-spacing: .2px;
  color: #0c3340;               /* koyu lacivert */
}

.why-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
}

@media (max-width: 1024px){
  .why-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px){
  .why-grid{ grid-template-columns: 1fr; }
}

.why-card{
  background: #ffffff;          /* beyaz kart */
  border: 1px solid #e8eef1;    /* ince çerçeve */
  border-radius: 16px;
  padding: 18px 18px 16px;
  box-shadow: 0 6px 18px rgba(9,30,66,.04); /* çok hafif gölge */
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.why-card:hover{
  transform: translateY(-2px);
  border-color: #d8e5ea;
  box-shadow: 0 12px 26px rgba(9,30,66,.08);
}

.why-icon{
  width: 48px; height: 48px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: #e7f6ef;          /* açık yeşil arka plan */
  color: #08a45d;               /* ikon rengi */
  margin-bottom: 12px;
  font-size: 24px;              /* SVG/emoji ise */
}

.why-card h3{
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
  color: #123b45;               /* başlık */
}

.why-card p{
  margin: 0;
  color: #49606a;               /* gövde metni */
  line-height: 1.5;
  opacity: 1 !important;        /* temadaki düşük opaklığı ezer */
}

/* Koyu tema kalıntılarını kesin (varsa) */
.why-card, .why-card *{
  mix-blend-mode: normal !important;
}


/* === Haberler === */
.news { margin: 48px 0; }
.news .news-head{
  display:flex; align-items:center; justify-content:space-between;
  margin-bottom: 16px;
}
.news .news-head h2{ font-size:28px; line-height:1.2; }
.news .news-more{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 14px; border-radius:999px;
  background:#e2f188; color:#0b1220; font-weight:600;
}

.news-track{
  display:flex; gap:16px; overflow-x:auto;
  scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch;
  padding:4px 2px;
}
.news-card{
  flex:0 0 85%; max-width:85%; scroll-snap-align:start;
  background:#0f172a; color:#e2e8f0; border-radius:16px; overflow:hidden;
  box-shadow:0 6px 16px rgba(0,0,0,.25);
}
.news-card .img{ display:block; width:100%; aspect-ratio:16/9; background:#0b1220; }
.news-card .img img{ width:100%; height:100%; object-fit:cover; }

.news-card .meta{ padding:10px 14px 0; font-size:12px; color:#94a3b8; }
.news-card .title{ padding:6px 14px 0; font-size:18px; line-height:1.35; }
.news-card .title a{ color:#e2e8f0; text-decoration:none; }
.news-card .title a:hover{ text-decoration:underline; }
.news-card .excerpt{ padding:8px 14px 0; color:#cbd5e1; }
.news-card .readmore{
  display:inline-block; margin:12px 14px 16px; padding:8px 12px;
  border-radius:10px; background:#0b1220; color:#e2f188; text-decoration:none;
}

/* Oklar */
.news-arrows{ display:flex; gap:10px; justify-content:flex-end; margin-top:10px; }
.news-arrow{ width:38px; height:38px; border-radius:50%; border:0; cursor:pointer;
  background:#0f172a; color:#e2f188; box-shadow:0 4px 12px rgba(0,0,0,.3);
}
.news-arrow:disabled{ opacity:.4; cursor:not-allowed; }

/* Masaüstü grid */
@media (min-width: 1024px){
  .news-track{ display:grid; grid-template-columns: repeat(3, 1fr); gap:24px; overflow:visible; }
  .news-card{ flex:unset; max-width:unset; }
  .news-arrows{ display:none; } /* masaüstünde oklar gereksiz */
}
/* ===== Haber Kartları – Açık Tema ===== */
:root{
  --cardBg:      #f8fafc;   /* kart zemini */
  --cardBorder:  #e5edf3;   /* ince kenarlık */
  --imageBg:     #f1f5f9;   /* görsel arka planı (yüklenirken) */
  --title:       #0f172a;   /* başlık */
  --text:        #334155;   /* gövde yazı */
  --muted:       #64748b;   /* tarih / ikincil */
  --chipBg:      #eef7d0;   /* "Devamını Oku" arka planı */
  --chipText:    #28350a;   /* "Devamını Oku" yazısı */
  --chipHoverBg: #e4f1b5;   /* hover */
}

.news-card{
  background: var(--cardBg);
  color: var(--text);
  border: 1px solid var(--cardBorder);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(2, 6, 23, .06);
}

.news-card .img{
  display:block;
  width:100%;
  aspect-ratio: 16/9;
  background: var(--imageBg);
}
.news-card .img img{
  width:100%; height:100%; object-fit:cover;
}

.news-card .meta{
  padding: 10px 14px 0;
  font-size: 12px;
  color: var(--muted);
}

.news-card .title{
  padding: 6px 14px 0;
  font-size: 18px; line-height: 1.35;
}
.news-card .title a{
  color: var(--title); text-decoration:none;
}
.news-card .title a:hover{ text-decoration: underline; }

.news-card .excerpt{
  padding: 8px 14px 0;
  color: var(--text);
}

.news-card .readmore{
  display:inline-block;
  margin: 12px 14px 16px;
  padding: 8px 12px;
  border-radius: 12px;
  background: var(--chipBg);
  color: var(--chipText);
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
  transition: transform .15s ease, background-color .15s ease;
}
.news-card .readmore:hover{
  background: var(--chipHoverBg);
  transform: translateY(-1px);
}

/* Bölüm başlığı ve "Tüm Haberler" rozeti de açıltsın */
.news-head h2{ color:#0f172a; }
.news-head .all-link{
  background: #eef7d0; color:#263a0a;
  border: 1px solid #e5efc2;
}
.news-head .all-link:hover{ background:#e4f1b5; }

/* HABER KATEGORİ SAYFASI - KURUMSAL TASARIM */
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.news-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
  border: 1px solid #e6eef0;
}

.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
}

.news-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.news-card__thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f8fafc;
}

.news-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.news-card:hover .news-card__thumb img {
  transform: scale(1.05);
}

.news-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(11,56,74,.8), rgba(198,224,58,.8));
  opacity: 0;
  transition: opacity .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.news-card__read-more {
  background: rgba(255,255,255,.95);
  color: #0b3b4a;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  backdrop-filter: blur(10px);
}

.news-card__content {
  padding: 20px;
}

.news-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 13px;
}

.news-card__date {
  color: #64748b;
  font-weight: 500;
}

.news-card__category {
  background: #c6e03a;
  color: #0b1820;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.news-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #0f172a;
  margin: 0 0 12px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card__excerpt {
  color: #64748b;
  line-height: 1.6;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.no-content {
  text-align: center;
  padding: 60px 20px;
  color: #64748b;
  font-size: 16px;
}

@media (max-width: 768px) {
  .news-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .news-card__content {
    padding: 16px;
  }
  
  .news-card__title {
    font-size: 16px;
  }
  
  .news-card__excerpt {
    font-size: 13px;
  }
}

/* Topbar telefon numarası stilleri */
.topbar-left a {
  color: #0b3b4a;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.3s ease;
}

.topbar-left a:hover {
  color: #c6e03a;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .topbar-left a {
    font-size: 13px;
  }
}

/* Telefon numarası ikon ve büyük stilleri */
.phone-link {
  color: #0b3b4a !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.phone-link:hover {
  color: #c6e03a !important;
  text-decoration: none !important;
  transform: scale(1.05) !important;
}

@media (max-width: 768px) {
  .phone-link {
    font-size: 15px !important;
  }
}

/* Ana sayfa haberler bölümü stilleri */
.news {
  padding: 60px 0;
  background: #f8fafc;
}

.news-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.news-head h2 {
  font-size: 32px;
  font-weight: 800;
  color: #0b3b4a;
  margin: 0;
}

.news-more {
  background: #c6e03a;
  color: #0b1820;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.news-more:hover {
  background: #b8d42a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(198,224,58,0.3);
}

.news-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.news-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e6eef0;
}

.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}

.news-card .img {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.news-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-card:hover .img img {
  transform: scale(1.05);
}

.news-card .meta {
  padding: 16px 20px 8px 20px;
}

.news-card .meta time {
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
}

.news-card .title {
  padding: 0 20px 12px 20px;
  margin: 0;
}

.news-card .title a {
  color: #0f172a;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.news-card .title a:hover {
  color: #c6e03a;
}

.news-card .excerpt {
  padding: 0 20px 16px 20px;
  margin: 0;
  color: #64748b;
  line-height: 1.6;
  font-size: 14px;
}

.news-card .readmore {
  display: inline-block;
  margin: 0 20px 20px 20px;
  color: #c6e03a;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.3s ease;
}

.news-card .readmore:hover {
  color: #b8d42a;
  text-decoration: underline;
}

.news-arrows {
  display: flex;
    justify-content: center;
  gap: 12px;
}

.news-arrow {
  background: #c6e03a;
  color: #0b1820;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-arrow:hover {
  background: #b8d42a;
  transform: scale(1.1);
}

.news-arrow:disabled {
  background: #e2e8f0;
  color: #94a3b8;
  cursor: not-allowed;
  transform: none;
}

@media (max-width: 768px) {
  .news {
    padding: 40px 0;
  }
  
  .news-head {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
    text-align: center;
  }
  
  .news-head h2 {
    font-size: 24px;
  }
  
  .news-track {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .news-card .meta,
  .news-card .title,
  .news-card .excerpt,
  .news-card .readmore {
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .news-card .title a {
    font-size: 16px;
  }
}