/* ===== TÜRKİYE TEZGAH MARKETİ v2 — Ana Stil Dosyası ===== */

:root {
  --pr: #0c2d48;
  --pr2: #14496b;
  --pr3: #1b6b9c;
  --prl: #d0e8f5;
  --ac: #e8652b;
  --ac2: #f5913f;
  --acg: rgba(232, 101, 43, .16);
  --d1: #0a0f1a;
  --d2: #131a2b;
  --d3: #1e293b;
  --g1: #475569;
  --g2: #64748b;
  --g3: #94a3b8;
  --g4: #cbd5e1;
  --g5: #e2e8f0;
  --g6: #f1f5f9;
  --lt: #f8fafc;
  --wh: #fff;
  --ok: #059669;
  --wp: #25d366;
  --ff: 'Inter', sans-serif;
  --fh: 'Playfair Display', serif;
  --r: 14px;
  --sh: 0 6px 24px rgba(12, 45, 72, .08);
  --sh-lg: 0 20px 60px rgba(12, 45, 72, .12);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  font-family: var(--ff);
  font-size: 15px;
  line-height: 1.7;
  color: var(--d3);
  background: var(--wh);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; transition: .3s; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
button { cursor: pointer; font-family: var(--ff); border: none; outline: none; background: none; }
input, select, textarea { font-family: var(--ff); outline: none; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
::selection { background: var(--ac); color: #fff; }
.hidden { display: none !important; }
h1, h2, h3 { font-family: var(--fh); }

/* ===== PRELOADER ===== */
#preloader {
  position: fixed; inset: 0; background: var(--d1);
  display: flex; align-items: center; justify-content: center; z-index: 99999; transition: .6s;
}
#preloader.hide { opacity: 0; pointer-events: none; }
.pre-wrap { text-align: center; color: #fff; }
.pre-wrap img { width: 80px; margin: 0 auto 18px; border-radius: 14px; }
.pre-bar { width: 180px; height: 3px; background: var(--d3); border-radius: 9px; margin: 14px auto; overflow: hidden; }
.pre-bar span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--ac), var(--ac2)); animation: barFill 1.2s ease forwards; }
@keyframes barFill { to { width: 100%; } }

/* ===== FLOAT BUTONS ===== */
.wp-float {
  position: fixed; bottom: 24px; right: 24px; width: 60px; height: 60px;
  background: var(--wp); border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 30px; z-index: 9990; box-shadow: 0 4px 20px rgba(37, 211, 106, .4); animation: wpB 2.5s infinite;
}
.wp-float:hover { transform: scale(1.12); }
@keyframes wpB { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
#scrollTop {
  position: fixed; bottom: 96px; left: 24px; width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--pr), var(--pr3)); border-radius: 50%; color: #fff; font-size: 16px;
  display: flex; align-items: center; justify-content: center; z-index: 9989;
  opacity: 0; visibility: hidden; transition: .3s; box-shadow: var(--sh);
}
#scrollTop.show { opacity: 1; visibility: visible; }
.chat-btn {
  position: fixed; bottom: 24px; left: 24px; width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, var(--ac), var(--ac2)); color: #fff; font-size: 24px;
  display: flex; align-items: center; justify-content: center; z-index: 9991;
  box-shadow: 0 4px 20px var(--acg); animation: wpB 2.5s infinite;
}
.chat-btn:hover { transform: scale(1.12); }
.chat-btn .c-dot { position: absolute; top: 2px; right: 2px; width: 14px; height: 14px; border-radius: 50%; background: var(--ok); border: 2px solid #fff; }
.chat-box {
  position: fixed; left: 24px; bottom: 96px; width: 360px; max-width: calc(100vw - 32px); height: 470px;
  max-height: calc(100vh - 130px); background: #fff; border-radius: 18px; box-shadow: 0 24px 70px rgba(10, 15, 26, .35);
  display: none; flex-direction: column; overflow: hidden; z-index: 9995;
}
.chat-box.on { display: flex; }
.chat-head {
  background: linear-gradient(135deg, var(--d1), var(--pr)); color: #fff; padding: 14px 16px;
  display: flex; align-items: center; gap: 11px;
}
.chat-av { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--ac), var(--ac2)); display: flex; align-items: center; justify-content: center; font-size: 17px; }
.chat-head b { display: block; font-size: 14px; }
.chat-head span { font-size: 11px; color: #86efac; display: flex; align-items: center; gap: 4px; }
.chat-x { margin-left: auto; width: 30px; height: 30px; border-radius: 50%; background: rgba(255, 255, 255, .12); display: flex; align-items: center; justify-content: center; font-size: 13px; }
.chat-x:hover { background: var(--ac); }
.chat-msgs { flex: 1; overflow-y: auto; padding: 16px; background: var(--g6); display: flex; flex-direction: column; gap: 10px; }
.chat-b { max-width: 82%; padding: 10px 13px; border-radius: 14px; font-size: 13.5px; line-height: 1.6; white-space: pre-wrap; word-wrap: break-word; }
.chat-b.user { align-self: flex-end; background: linear-gradient(135deg, var(--ac), var(--ac2)); color: #fff; border-bottom-right-radius: 4px; }
.chat-b.ai { align-self: flex-start; background: #fff; color: var(--d3); border: 1px solid var(--g5); border-bottom-left-radius: 4px; box-shadow: var(--sh); }
.chat-b.sys { align-self: center; background: var(--prl); color: var(--pr); font-size: 12px; border-radius: 50px; padding: 6px 14px; }
.chat-typing { align-self: flex-start; display: flex; gap: 4px; padding: 12px 14px; background: #fff; border: 1px solid var(--g5); border-radius: 14px; }
.chat-typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--g3); animation: tp 1.2s infinite; }
.chat-typing span:nth-child(2) { animation-delay: .15s; }
.chat-typing span:nth-child(3) { animation-delay: .3s; }
@keyframes tp { 0%, 60%, 100% { transform: translateY(0); opacity: .4; } 30% { transform: translateY(-5px); opacity: 1; } }
.chat-chips { display: flex; gap: 7px; padding: 10px 12px; flex-wrap: wrap; background: #fff; border-top: 1px solid var(--g5); }
.chip { font-size: 11.5px; font-weight: 600; color: var(--pr); background: var(--prl); border-radius: 50px; padding: 6px 12px; transition: .2s; cursor: pointer; }
.chip:hover { background: var(--ac); color: #fff; }
.chat-in { display: flex; gap: 8px; padding: 10px 12px; background: #fff; border-top: 1px solid var(--g5); }
.chat-in input { flex: 1; border: 1.5px solid var(--g4); border-radius: 50px; padding: 10px 14px; font-size: 13.5px; }
.chat-in input:focus { border-color: var(--ac); }
.chat-send { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--ac), var(--ac2)); color: #fff; font-size: 15px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.chat-send:hover { box-shadow: 0 4px 16px var(--acg); }

/* ===== HEADER ===== */
header { position: sticky; top: 0; z-index: 5000; background: #fff; transition: .3s; border-bottom: 1px solid var(--g5); }
header.scrolled { box-shadow: 0 4px 20px rgba(0, 0, 0, .08); }
header .container { display: flex; align-items: center; justify-content: space-between; height: 86px; gap: 16px; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo img { height: 66px; width: auto; background: #fff; border-radius: 10px; padding: 3px; }
nav ul { display: flex; align-items: center; gap: 2px; }
nav ul li a { padding: 8px 13px; font-size: 14px; font-weight: 500; color: var(--d3); border-radius: 8px; display: flex; align-items: center; gap: 5px; }
nav ul li a:hover, nav ul li a.active { color: var(--pr); background: var(--prl); }
.header-btns { display: flex; align-items: center; gap: 10px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; border-radius: 50px; transition: .3s; white-space: nowrap; font-size: 14px; }
.btn-sm { padding: 9px 20px; font-size: 13px; }
.btn-lg { padding: 14px 30px; font-size: 15px; }
.btn-full { width: 100%; }
.btn-ac { background: linear-gradient(135deg, var(--ac), var(--ac2)); color: #fff; }
.btn-ac:hover { transform: translateY(-2px); box-shadow: 0 4px 20px var(--acg); }
.btn-outline { background: transparent; color: var(--pr); border: 2px solid var(--pr); }
.btn-outline:hover { background: var(--pr); color: #fff; }
.btn-ghost { background: transparent; color: var(--g2); }
.btn-ghost:hover { color: var(--pr); background: var(--prl); }

/* ===== HERO ===== */
.hero {
  min-height: 80vh; display: flex; align-items: center; position: relative;
  background: linear-gradient(135deg, var(--d1) 0%, var(--d2) 50%, var(--pr) 100%);
  overflow: hidden; padding: 80px 0;
}
.hero::before {
  content: ''; position: absolute; top: -50%; right: -20%; width: 800px; height: 800px;
  border-radius: 50%; background: radial-gradient(circle, rgba(232, 101, 43, .15) 0%, transparent 70%);
}
.hero-content { position: relative; z-index: 2; color: #fff; max-width: 680px; }
.hero-content h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); line-height: 1.15; margin-bottom: 20px; font-family: var(--fh); }
.hero-content h1 span { color: var(--ac2); }
.hero-content p { font-size: 1.15rem; color: var(--g4); margin-bottom: 36px; max-width: 520px; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }

/* ===== BÖLÜMLER ===== */
section { padding: 100px 0; }
.section-label { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--ac); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; }
.section-title { font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.2; color: var(--pr); margin-bottom: 16px; }
.section-sub { font-size: 1.05rem; color: var(--g2); max-width: 600px; margin-bottom: 48px; }

/* ===== NEDEN BİZ ===== */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; }
.why-card {
  background: var(--lt); border-radius: var(--r); padding: 36px 28px;
  transition: .3s; border: 1px solid var(--g5);
}
.why-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: var(--ac); }
.why-card .icon { width: 56px; height: 56px; border-radius: 14px; background: var(--acg); display: flex; align-items: center; justify-content: center; font-size: 24px; color: var(--ac); margin-bottom: 20px; }
.why-card h3 { font-size: 1.15rem; color: var(--pr); margin-bottom: 10px; }
.why-card p { font-size: .95rem; color: var(--g2); line-height: 1.7; }

/* ===== MARKALAR ===== */
.brand-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 20px; }
.brand-card {
  background: var(--wh); border: 1px solid var(--g5); border-radius: var(--r); padding: 32px 20px;
  text-align: center; transition: .3s; cursor: pointer;
}
.brand-card:hover { border-color: var(--ac); transform: translateY(-4px); box-shadow: var(--sh); }
.brand-card .logo-placeholder { width: 64px; height: 64px; border-radius: 50%; background: var(--prl); margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; font-weight: 700; color: var(--pr); }
.brand-logo { height: 44px; max-width: 150px; object-fit: contain; margin: 0 auto 14px; display: block; }
.brand-pill img { height: 22px; max-width: 80px; object-fit: contain; }
.pm-gallery img { border-radius: 10px; height: 150px; width: 100%; object-fit: cover; }
.pm-empty { border: 2px dashed var(--g4); border-radius: 10px; height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--g3); background: var(--lt); }
.pm-empty i { font-size: 1.6rem; }
.pm-empty span { font-size: .78rem; font-weight: 600; }
.brand-card h4 { font-size: 1rem; color: var(--pr); margin-bottom: 4px; }
.brand-card span { font-size: .8rem; color: var(--g3); }

/* ===== KATEGORİLER ===== */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.cat-card {
  border-radius: var(--r); overflow: hidden; background: var(--wh); border: 1px solid var(--g5);
  transition: .3s; cursor: pointer; position: relative;
}
.cat-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: var(--ac); }
.cat-card .cat-img { height: 180px; background: linear-gradient(135deg, var(--pr), var(--pr3)); display: flex; align-items: center; justify-content: center; font-size: 3rem; color: rgba(255, 255, 255, .3); }
.cat-card .cat-body { padding: 24px; }
.cat-card .cat-body h3 { font-size: 1.1rem; color: var(--pr); margin-bottom: 8px; }
.cat-card .cat-body p { font-size: .9rem; color: var(--g2); line-height: 1.6; }
.cat-body .cat-count { display: inline-block; margin-top: 12px; font-size: .8rem; font-weight: 600; color: var(--ac); background: var(--acg); padding: 4px 12px; border-radius: 50px; }

/* ===== ÜRÜNLER ===== */
.products-header { display: flex; gap: 8px; margin-bottom: 32px; flex-wrap: wrap; }
.products-header .filter-btn { padding: 8px 20px; border-radius: 50px; font-size: .9rem; font-weight: 600; border: 1px solid var(--g4); color: var(--g2); transition: .3s; background: var(--wh); }
.products-header .filter-btn.active, .products-header .filter-btn:hover { border-color: var(--ac); color: var(--ac); background: var(--acg); }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.product-card {
  background: var(--wh); border: 1px solid var(--g5); border-radius: var(--r); overflow: hidden;
  transition: .3s;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.product-card .prod-img { height: 200px; background: var(--g6); display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
.product-card .prod-img img { width: 100%; height: 100%; object-fit: cover; }
.product-card .prod-img .tag { position: absolute; top: 12px; right: 12px; padding: 4px 12px; border-radius: 50px; font-size: .75rem; font-weight: 700; }
.tag-popular { background: var(--ac); color: #fff; }
.tag-sale { background: #dc2626; color: #fff; top: 44px !important; }
.old-price { font-size: .9rem; color: var(--g2); margin-top: 4px; }
.old-price b { color: #dc2626; }
.tag-new { background: var(--ok); color: #fff; }
.product-card .prod-body { padding: 20px; }
.product-card .prod-body .brand-name { font-size: .8rem; font-weight: 600; color: var(--ac); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.product-card .prod-body h3 { font-size: 1.05rem; color: var(--pr); margin-bottom: 8px; }
.product-card .prod-body p { font-size: .88rem; color: var(--g2); line-height: 1.5; margin-bottom: 16px; }
.product-card .prod-body .price { display: flex; align-items: center; justify-content: space-between; }
.price .amount { font-size: 1.3rem; font-weight: 700; color: var(--pr); }
.price .amount span { font-size: .8rem; font-weight: 400; color: var(--g3); }
.price-btn { padding: 8px 16px; border-radius: 50px; font-size: .8rem; font-weight: 600; background: var(--pr); color: #fff; transition: .3s; }
.price-btn:hover { background: var(--ac); }

/* ===== FİYAT HESAPLA ===== */
.calculator { background: var(--lt); border-radius: var(--r); padding: 40px; border: 1px solid var(--g5); }
.calc-steps { display: flex; gap: 8px; margin-bottom: 36px; flex-wrap: wrap; }
.calc-step { padding: 10px 20px; border-radius: 50px; font-size: .85rem; font-weight: 600; background: var(--g5); color: var(--g2); transition: .3s; }
.calc-step.active { background: var(--pr); color: #fff; }
.calc-step.done { background: var(--ok); color: #fff; }
.calc-form { display: flex; flex-direction: column; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: .9rem; font-weight: 600; color: var(--pr); }
.form-group input, .form-group select { padding: 12px 16px; border: 1.5px solid var(--g4); border-radius: 10px; font-size: 1rem; transition: .3s; }
.form-group input:focus, .form-group select:focus { border-color: var(--ac); }
.calc-result { background: var(--wh); border: 2px solid var(--prl); border-radius: var(--r); padding: 32px; margin-top: 28px; }
.calc-result h3 { color: var(--pr); margin-bottom: 20px; }
.calc-price-display { font-size: 2.4rem; font-weight: 700; color: var(--ac); margin-bottom: 8px; }
.calc-price-display small { font-size: 1rem; font-weight: 400; color: var(--g3); }
.calc-note { font-size: .85rem; color: var(--g2); margin-top: 12px; }

/* ===== BAYİLER ===== */
.dealer-filters { display: flex; gap: 8px; margin-bottom: 28px; flex-wrap: wrap; }
.dealer-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 24px; }
.dealer-card {
  background: var(--wh); border: 1px solid var(--g5); border-radius: var(--r); padding: 28px;
  transition: .3s;
}
.dealer-card:hover { box-shadow: var(--sh-lg); border-color: var(--ac); }
.dealer-card h3 { font-size: 1.05rem; color: var(--pr); margin-bottom: 4px; }
.dealer-card .dealer-location { font-size: .85rem; color: var(--g2); margin-bottom: 12px; display: flex; align-items: center; gap: 6px; }
.dealer-card .dealer-meta { display: flex; gap: 16px; margin-bottom: 16px; flex-wrap: wrap; }
.dealer-card .dealer-meta span { font-size: .8rem; font-weight: 600; padding: 4px 12px; border-radius: 50px; background: var(--g6); color: var(--g2); }
.dealer-card .dealer-rating { font-size: .9rem; color: #f59e0b; margin-bottom: 16px; }
.dealer-card .dealer-brands { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 16px; }
.dealer-card .dealer-brands .brand-tag { font-size: .7rem; font-weight: 600; padding: 3px 8px; border-radius: 4px; background: var(--prl); color: var(--pr); }
.dealer-card .dealer-actions { display: flex; gap: 8px; }

/* ===== REFERANSLAR ===== */
.ref-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.ref-card { border-radius: var(--r); overflow: hidden; background: var(--wh); border: 1px solid var(--g5); transition: .3s; }
.ref-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.ref-card .ref-img { height: 200px; background: var(--g6); }
.ref-card .ref-img img { width: 100%; height: 100%; object-fit: cover; }
.ref-card .ref-body { padding: 20px; }
.ref-card .ref-body h4 { color: var(--pr); margin-bottom: 6px; }
.ref-card .ref-body p { font-size: .9rem; color: var(--g2); }

/* ===== YORUMLAR ===== */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.testi-card {
  background: var(--wh); border: 1px solid var(--g5); border-radius: var(--r); padding: 28px;
  transition: .3s;
}
.testi-card:hover { box-shadow: var(--sh); }
.testi-card .stars { color: #f59e0b; margin-bottom: 12px; font-size: .9rem; }
.testi-card p { font-size: .95rem; color: var(--d3); line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.testi-card .author { font-weight: 600; color: var(--pr); font-size: .9rem; }
.testi-card .city { font-size: .8rem; color: var(--g3); }

/* ===== SSS ===== */
.faq-list { max-width: 800px; }
.faq-item { border: 1px solid var(--g5); border-radius: var(--r); margin-bottom: 12px; overflow: hidden; transition: .3s; }
.faq-item:hover { border-color: var(--ac); }
.faq-q { padding: 18px 24px; background: var(--wh); cursor: pointer; display: flex; align-items: center; justify-content: space-between; font-weight: 600; color: var(--pr); font-size: 1rem; }
.faq-q i { transition: .3s; }
.faq-item.open .faq-q i { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; background: var(--lt); }
.faq-item.open .faq-a { max-height: 300px; }
.faq-a-inner { padding: 0 24px 18px; color: var(--g2); font-size: .95rem; line-height: 1.7; }

/* ===== HAKKIMIZDA ===== */
.about-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-hero .content h2 { font-size: 2.2rem; line-height: 1.2; color: var(--pr); margin-bottom: 20px; }
.about-hero .content p { color: var(--g2); margin-bottom: 16px; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.stat-item { text-align: center; padding: 24px; background: var(--lt); border-radius: var(--r); }
.stat-item .number { font-size: 2.2rem; font-weight: 700; color: var(--ac); font-family: var(--fh); }
.stat-item .label { font-size: .85rem; color: var(--g2); margin-top: 4px; }

/* ===== İLETİŞİM ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-info h3 { font-size: 1.3rem; color: var(--pr); margin-bottom: 20px; }
.contact-info .ci-item { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.contact-info .ci-item .ci-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--acg); display: flex; align-items: center; justify-content: center; color: var(--ac); font-size: 1.1rem; flex-shrink: 0; }
.contact-info .ci-item .ci-text h4 { font-size: .95rem; color: var(--pr); }
.contact-info .ci-item .ci-text p { font-size: .85rem; color: var(--g2); }
.contact-form { background: var(--lt); border-radius: var(--r); padding: 32px; border: 1px solid var(--g5); }
.contact-form h3 { margin-bottom: 20px; color: var(--pr); }

/* ===== SAYFA FİLTLERİ ===== */
.page-hero {
  background: linear-gradient(135deg, var(--pr), var(--pr2)); color: #fff;
  padding: 120px 0 80px; text-align: center;
}
.page-hero h1 { font-size: 2.5rem; margin-bottom: 16px; }
.page-hero p { color: var(--g4); max-width: 500px; margin: 0 auto; }

/* ===== FOOTER ===== */
footer { background: var(--d1); color: var(--g3); padding: 80px 0 30px; }
footer .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
footer h4 { color: #fff; margin-bottom: 20px; font-size: 1.05rem; }
footer ul li { margin-bottom: 10px; }
footer ul li a { font-size: .9rem; transition: .3s; }
footer ul li a:hover { color: var(--ac2); padding-left: 4px; }
footer .footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
footer .footer-bottom p { font-size: .85rem; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  header .container { height: 72px; }
  nav ul { display: none; }
  .hero { min-height: auto; padding: 60px 0; }
  .hero-content h1 { font-size: 2rem; }
  section { padding: 60px 0; }
  .about-hero { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .dealer-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .calc-steps { flex-direction: column; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ===== UTILITY ===== */
.text-center { text-align: center; }
.mb-20 { margin-bottom: 20px; }
.mb-40 { margin-bottom: 40px; }
.mb-60 { margin-bottom: 60px; }
.mt-20 { margin-top: 20px; }
.mt-40 { margin-top: 40px; }
.flex-center { display: flex; align-items: center; justify-content: center; }

/* ===== LOADING SKELETON ===== */
.skeleton { background: linear-gradient(90deg, var(--g5) 25%, var(--g6) 50%, var(--g5) 75%); background-size: 200% 100%; animation: shimmer 1.5s infinite; border-radius: 8px; }
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

/* ===== TOAST ===== */
.toast {
  position: fixed; bottom: 100px; right: 24px; background: var(--pr); color: #fff;
  padding: 14px 24px; border-radius: 10px; font-size: .9rem; z-index: 99999;
  box-shadow: var(--sh-lg); transform: translateY(20px); opacity: 0; transition: .3s;
}
.toast.show { transform: translateY(0); opacity: 1; }
.toast-success { background: var(--ok); }
.toast-error { background: #dc2626; }

/* ===== GÜVEN ROZETLERİ ===== */
.trust-strip { background: var(--pr); padding: 0; }
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0; }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 22px 20px; color: #fff; border-left: 1px solid rgba(255, 255, 255, .12); }
.trust-item:first-child { border-left: none; }
.trust-item i { font-size: 1.8rem; color: var(--ac2); flex-shrink: 0; }
.trust-item b { display: block; font-size: .95rem; }
.trust-item span { font-size: .8rem; color: var(--g4); }

/* ===== FİRMA HİKAYESİ ===== */
.firm-story { background: var(--wh); border: 1px solid var(--g5); border-left: 4px solid var(--ac); border-radius: 0 var(--r) var(--r) 0; padding: 24px; margin-top: 24px; }
.firm-story h3 { font-size: 1.1rem; color: var(--pr); margin-bottom: 10px; }
.firm-story h3 i { color: var(--ac); margin-right: 8px; }
.firm-story p { font-size: .95rem; color: var(--g2); }

/* ===== REHBERLER ===== */
.guide-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; text-align: left; }
.guide-card { background: var(--wh); border: 1px solid var(--g5); border-radius: var(--r); padding: 28px; transition: .3s; cursor: pointer; }
.guide-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: var(--ac); }
.guide-icon { width: 52px; height: 52px; border-radius: 12px; background: var(--prl); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: var(--pr); margin-bottom: 16px; }
.guide-tag { display: inline-block; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--ac); background: var(--acg); padding: 3px 10px; border-radius: 50px; margin-bottom: 10px; }
.guide-card h3 { font-size: 1.05rem; color: var(--pr); margin-bottom: 8px; }
.guide-card p { font-size: .9rem; color: var(--g2); line-height: 1.6; margin-bottom: 14px; }
.guide-link { font-size: .85rem; font-weight: 700; color: var(--pr); }
.guide-card:hover .guide-link { color: var(--ac); }

/* ===== ŞEHİR KARTLARI ===== */
.city-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; text-align: left; }
.city-card { background: var(--wh); border: 1px solid var(--g5); border-radius: var(--r); padding: 28px; transition: .3s; cursor: pointer; }
.city-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: var(--ac); }
.city-top { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.city-top i { font-size: 1.5rem; color: var(--ac); }
.city-top h3 { font-size: 1.15rem; color: var(--pr); }
.city-card p { font-size: .9rem; color: var(--g2); margin-bottom: 14px; }
.city-meta { display: flex; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.city-meta span { font-size: .78rem; font-weight: 600; background: var(--g6); color: var(--g2); padding: 4px 12px; border-radius: 50px; }
.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; }

/* ===== HERO SLIDER ===== */
.hero-slider { position: relative; height: 78vh; min-height: 480px; max-height: 720px; overflow: hidden; background: var(--d1); }
.slides { position: relative; width: 100%; height: 100%; }
.slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1s ease; }
.slide.active { opacity: 1; }
.slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10, 15, 26, .55), transparent 55%); }
.slide-cta { position: absolute; bottom: 70px; left: 50%; transform: translateX(-50%); display: flex; gap: 14px; z-index: 3; flex-wrap: wrap; justify-content: center; }
.btn-white { background: rgba(255, 255, 255, .14); color: #fff; border: 2px solid #fff; backdrop-filter: blur(4px); }
.btn-white:hover { background: #fff; color: var(--pr); }
.slide-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; background: rgba(255, 255, 255, .18); color: #fff; font-size: 18px; z-index: 3; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(4px); transition: .3s; }
.slide-arrow:hover { background: var(--ac); }
.slide-arrow.prev { left: 22px; }
.slide-arrow.next { right: 22px; }
.slide-dots { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 3; }
.slide-dots .dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, .45); cursor: pointer; transition: .3s; }
.slide-dots .dot.active { background: var(--ac2); transform: scale(1.25); }

/* ===== MARKA ŞERİDİ ===== */
.brand-bar { background: #fff; border-bottom: 1px solid var(--g5); overflow: hidden; }
.marquee { overflow: hidden; padding: 10px 0; }
.marquee-track { display: inline-flex; gap: 10px; padding: 0 5px; animation: marquee 28s linear infinite; white-space: nowrap; will-change: transform; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.brand-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 16px 7px 8px; border-radius: 50px; border: 1px solid var(--g4); background: var(--wh); font-size: .85rem; font-weight: 600; color: var(--pr); transition: .25s; flex-shrink: 0; }
.brand-pill span { width: 28px; height: 28px; border-radius: 50%; background: var(--prl); display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: .8rem; }
.brand-pill:hover { border-color: var(--ac); color: var(--ac); transform: translateY(-2px); box-shadow: var(--sh); }
.brand-note { margin-bottom: 18px; font-size: .95rem; color: var(--pr); }
.brand-note button { margin-left: 10px; font-size: .8rem; font-weight: 700; color: var(--ac); border: 1px solid var(--ac); border-radius: 50px; padding: 3px 12px; }
.brand-note button:hover { background: var(--ac); color: #fff; }

/* ===== ÜRÜN MODAL ===== */
.modal-overlay { position: fixed; inset: 0; background: rgba(10, 15, 26, .7); backdrop-filter: blur(3px); z-index: 99999; display: none; align-items: flex-start; justify-content: center; padding: 40px 16px; overflow-y: auto; }
.modal-overlay.on { display: flex; }
.modal-box { background: #fff; border-radius: 18px; max-width: 860px; width: 100%; position: relative; overflow: hidden; animation: modalIn .3s ease; }
@keyframes modalIn { from { transform: translateY(30px); opacity: 0; } to { transform: none; opacity: 1; } }
.modal-x { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border-radius: 50%; background: rgba(10, 15, 26, .55); color: #fff; font-size: 15px; z-index: 2; display: flex; align-items: center; justify-content: center; }
.modal-x:hover { background: var(--ac); }
.modal-body { padding: 28px; max-height: calc(100vh - 100px); overflow-y: auto; }
.modal-body h3 { font-size: 1.05rem; color: var(--pr); margin: 26px 0 12px; display: flex; align-items: center; gap: 8px; }
.modal-body h3 i { color: var(--ac); }
.pm-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
.pm-hero img { border-radius: var(--r); width: 100%; height: 260px; object-fit: cover; }
.pm-hero-info h2 { font-size: 1.7rem; color: var(--pr); margin: 6px 0 10px; }
.amount.big { font-size: 1.8rem; }
.pm-actions { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.pm-desc { margin-top: 20px; color: var(--g2); }
.spec-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.spec-table td { padding: 10px 14px; border-bottom: 1px solid var(--g5); }
.spec-table td:first-child { font-weight: 700; color: var(--pr); width: 40%; background: var(--lt); }
.pm-usage { font-size: .92rem; color: var(--g2); background: var(--lt); border-radius: 10px; padding: 16px 18px; line-height: 1.7; }
.pm-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.pm-gallery img { border-radius: 10px; height: 150px; width: 100%; object-fit: cover; }
.pm-comments { display: flex; flex-direction: column; gap: 12px; }
.comment { background: var(--lt); border-radius: 10px; padding: 14px 16px; }
.comment b { color: var(--pr); font-size: .9rem; }
.comment span { font-size: .75rem; color: var(--g3); margin-left: 8px; }
.comment p { font-size: .9rem; color: var(--d3); margin-top: 4px; }
.pm-comment-form { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.pm-comment-form input, .pm-comment-form textarea, .comment-form-card input, .comment-form-card textarea { border: 1.5px solid var(--g4); border-radius: 10px; padding: 10px 14px; font-size: .9rem; width: 100%; font-family: var(--ff); }
.pm-comment-form input:focus, .pm-comment-form textarea:focus, .comment-form-card input:focus, .comment-form-card textarea:focus { border-color: var(--ac); }
.form-row { display: flex; gap: 10px; }
.form-row input { flex: 1; }
.empty-note { color: var(--g3); font-size: .9rem; font-style: italic; }
.comment-form-card { background: var(--wh); border: 1px solid var(--g5); border-radius: var(--r); padding: 28px; margin-top: 36px; text-align: left; max-width: 720px; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; gap: 12px; }
.comment-form-card h3 { color: var(--pr); }
.comment-form-card p { font-size: .9rem; color: var(--g2); }
@media (max-width: 768px) {
  .hero-slider { height: 60vh; min-height: 380px; }
  .pm-hero { grid-template-columns: 1fr; }
  .pm-gallery { grid-template-columns: 1fr 1fr; }
  .form-row { flex-direction: column; }
  .slide-arrow { display: none; }
}

/* ===== TEK BÖLÜMLÜ GÖRÜNÜM ===== */
.view-hidden { display: none !important; }
html { scroll-padding-top: 150px; }

/* ===== HAMBURGER + YAN MENÜ ===== */
.icon-btn { width: 42px; height: 42px; border-radius: 50%; background: var(--wp); color: #fff; font-size: 20px; display: inline-flex; align-items: center; justify-content: center; transition: .3s; }
.icon-btn:hover { transform: scale(1.1); }
.hamburger { width: 44px; height: 44px; border-radius: 12px; background: var(--pr); display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; transition: .3s; }
.hamburger span { display: block; width: 22px; height: 2.5px; border-radius: 2px; background: #fff; transition: .3s; }
.hamburger:hover { background: var(--ac); }
.hamburger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
.drawer-overlay { position: fixed; inset: 0; background: rgba(10, 15, 26, .55); z-index: 6000; opacity: 0; visibility: hidden; transition: .3s; }
.drawer-overlay.on { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; right: -340px; width: 320px; max-width: 88vw; height: 100vh; background: #fff; z-index: 6001; transition: right .35s ease; display: flex; flex-direction: column; box-shadow: -10px 0 40px rgba(0, 0, 0, .2); }
.drawer.on { right: 0; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; background: linear-gradient(135deg, var(--d1), var(--pr)); color: #fff; }
.drawer-head b { font-size: 1.05rem; }
.drawer-x { width: 34px; height: 34px; border-radius: 50%; background: rgba(255, 255, 255, .14); color: #fff; display: flex; align-items: center; justify-content: center; }
.drawer-x:hover { background: var(--ac); }
.drawer nav { flex: 1; overflow-y: auto; padding: 10px; }
.drawer nav ul { display: flex; flex-direction: column; gap: 2px; }
.drawer nav ul li a { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 10px; font-size: .92rem; font-weight: 600; color: var(--d3); cursor: pointer; transition: .25s; }
.drawer nav ul li a i { width: 22px; text-align: center; color: var(--ac); }
.drawer nav ul li a:hover, .drawer nav ul li a.active { background: var(--prl); color: var(--pr); }
.drawer-foot { padding: 16px; border-top: 1px solid var(--g5); display: flex; flex-direction: column; gap: 8px; }

/* ===== KVKK ===== */
.kvkk-box { background: var(--lt); border: 1px solid var(--g5); border-radius: var(--r); padding: 32px; max-width: 860px; }
.kvkk-box h4 { color: var(--pr); margin: 20px 0 8px; font-size: 1rem; }
.kvkk-box p { font-size: .92rem; color: var(--g2); line-height: 1.75; }
