:root{--blue:#2769b5;--dark:#25384f;--muted:#66758a;--line:#dfe6ef;--bg:#f7f9fc;--white:#fff}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--dark);background:#fff}a{color:inherit;text-decoration:none}.container{width:min(1030px,calc(100% - 36px));margin:auto}.topbar{background:#2f3437;color:#e8eef5;font-size:13px}.topbar-in{display:flex;justify-content:space-between;padding:10px 0}.header{background:#fff;border-bottom:1px solid var(--line)}.header-in{height:85px;display:flex;align-items:center;gap:16px}.logo{display:flex;align-items:center;gap:8px;min-width:120px}.logo span{font-size:30px;font-weight:900;color:var(--blue);font-family:Georgia}.logo b{font-size:17px;line-height:16px}.search{display:flex;flex:1;max-width:390px}.search input,.filter input,.filter select,.form-card input,.form-card textarea{border:1px solid #d6dfeb;border-radius:9px;padding:13px 14px;font:inherit;width:100%;outline:none}.search button{width:48px;border:0;border-radius:0 9px 9px 0;background:var(--blue);color:white;font-size:20px}.search input{border-radius:9px 0 0 9px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border:1px solid #d6dfeb;border-radius:9px;background:#fff;font-weight:700;white-space:nowrap}.btn.primary,.quote{background:#2e70bc;color:#fff;border-color:#2e70bc}.wa{background:#087f78;color:#fff;border-color:#087f78}.phone{display:flex;flex-direction:column;font-size:14px}.phone small{font-size:10px;color:var(--muted)}.nav{border-bottom:1px solid var(--line);background:white}.nav-in{display:flex;gap:26px;align-items:center;height:44px;overflow:auto}.nav a{font-weight:540;font-size:16px;white-space:nowrap;letter-spacing: .012em;}.nav a:first-child{height:44px;align-items:center}.hero{background:linear-gradient(#f6f9fc,#fff);padding:55px 0 48px}.hero-grid{display:grid;grid-template-columns:1.25fr .9fr;gap:38px;align-items:center}.hero h1{font-size:39px;line-height:1.25;margin:0 0 18px}.info-box{border:1px solid #d8e1ed;border-left:4px solid var(--blue);padding:17px;border-radius:10px;background:#fff;line-height:1.8;box-shadow:0 4px 14px #22364a0b}.lead{color:#56667a;line-height:1.8}.hero-image{height:320px;border-radius:12px;overflow:hidden;background:#202326;box-shadow:0 12px 35px #1f2d3b25}.hero-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.65)}.actions{display:flex;gap:10px;margin:20px 0}.chips{display:flex;flex-wrap:wrap;gap:9px}.chips span{border:1px solid #dce4ed;border-radius:22px;padding:9px 13px;background:white;font-size:12px}.section{padding:62px 0}.muted{background:var(--bg)}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:25px}.section-head h2,.page-title h1{font-size:30px;margin:0 0 8px}.section-head p,.page-title p{color:var(--muted);margin:0;line-height:1.7}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.category-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;transition:.2s}.category-card:hover,.product-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #24384d12}.category-card img{width:100%;object-fit:cover}.category-card div{padding:12px}.category-card h3{font-size:14px;margin:0 0 10px}.category-card small{color:#7b8796}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:white;transition:.2s}.product-card>img{width:100%;height:250px;object-fit:fill}.product-body{padding:15px}.product-body h3{margin:7px 0;font-size:16px}.product-body p{font-size:13px;color:var(--muted);line-height:1.55;min-height:40px}.eyebrow{font-size:11px;color:var(--blue);font-weight:800;text-transform:uppercase}.product-foot{display:flex;justify-content:space-between;align-items:center;margin-top:14px}.product-foot a{color:var(--blue);font-weight:700;font-size:13px}.page-title{background:var(--bg);padding:45px 0}.filter{display:grid;grid-template-columns:1fr 240px auto;gap:10px;margin-bottom:25px}.empty,.success{padding:20px;border-radius:10px;background:#f2f6fb}.success{background:#e9f7f0;color:#12663d}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:start}.detail-image{width:100%;height:480px;object-fit:cover;border-radius:12px}.specs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:25px 0}.specs div{border:1px solid var(--line);padding:15px;border-radius:10px}.specs small{display:block;color:var(--muted);margin-bottom:5px}.description{line-height:1.8;color:#536377;margin-bottom:25px}.narrow{max-width:700px}.form-card{border:1px solid var(--line);padding:25px;border-radius:12px;display:grid;gap:17px}.form-card label{font-weight:700;display:grid;gap:7px}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.gallery img{width:100%;height:320px;object-fit:cover;border-radius:12px}footer{background:#25384f;color:#dce6f0;padding-top:45px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px;padding-bottom:35px}.footer-grid h3{color:#fff}.copyright{text-align:center;padding:18px;font-size:12px}.floating{position:fixed;right:24px;bottom:24px;width:54px;height:54px;border-radius:50%;background:#343247;color:#fff;display:grid;place-items:center;font-size:24px;box-shadow:0 7px 25px #0003}@media(max-width:900px){.topbar{display:none}.header-in{height:auto;padding:14px 0;flex-wrap:wrap}.search{order:3;max-width:none;flex-basis:100%}.phone{display:none}.hero-grid,.detail-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:31px}.hero-image{height:270px}.filter{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}}@media(max-width:520px){.category-grid,.product-grid{grid-template-columns:1fr}.nav-in{gap:18px}.hero{padding-top:30px}.actions{flex-direction:column}.btn{width:100%}.section-head{align-items:start;gap:15px;flex-direction:column}}

/* =========================================================
   ARADIĞINIZ TERİM HANGİSİ?
========================================================= */

.term-section {
    padding: 58px 0;
    background: #f7f9fc;
}

.term-section .container {
    max-width: 1030px;
}

.term-section h2 {
    margin: 0 0 10px;
    color: #25384f;
    font-size: 30px;
    line-height: 1.3;
}

.term-description {
    max-width: 760px;
    margin: 0;
    color: #66758a;
    font-size: 14px;
    line-height: 1.8;
}

.term-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
}

.term-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 40px;
    padding: 0 15px;

    border: 1px solid #dfe6ef;
    border-radius: 6px;

    background: #fff;
    color: #25384f;

    font-size: 12px;
    font-weight: 600;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.term-item:hover {
    background: #fff;
    color: #2769b5;
    border-color: #2769b5;
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(37, 56, 79, .08);
}


/* =========================================================
   SIKÇA SORULAN SORULAR
========================================================= */

.faq-section {
    padding: 62px 0;
    background: #f7f9fc;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-section h2 {
    margin: 0 0 10px;
    color: #25384f;
    font-size: 30px;
    line-height: 1.3;
}

.faq-intro {
    max-width: 720px;
    margin: 0 0 26px;
    color: #66758a;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   SORULAR
========================================================= */

.faq-list {
  border-top: 5px solid #dfe6ef;
    background: #fff;
    border-radius: 15px;
}

.faq-list details {
    border-bottom: 1px solid #dfe6ef;
    background: transparent;
}

.faq-list summary {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 68px;

    padding: 18px 48px 18px 40px;

    cursor: pointer;
    list-style: none;

    color: #25384f;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    content: "+";

    position: absolute;
    top: 50%;
    right: 20px;

    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translateY(-50%);

    border: 1px solid #dfe6ef;
    border-radius: 50%;

    background: #fff;
    color: #2769b5;

    font-size: 18px;
    font-weight: 400;
    line-height: 1;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease;
}

.faq-list details[open] summary::after {
    content: "−";
    right: 20px;
    background: #2769b5;
    border-color: #2769b5;
    color: #fff;
}

.faq-list summary:hover {
    color: #2769b5;
}


/* =========================================================
   CEVAP
========================================================= */

.faq-answer {
    max-width: 800px;

    padding: 0 48px 24px 40px;

    color: #66758a;

    font-size: 13px;
    line-height: 1.85;
}

.faq-answer p {
    margin: 0 0 13px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-answer strong {
    color: #25384f;
}


/* =========================================================
   SSS BUTONLARI
========================================================= */

.faq-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin-top: 25px;
}

.faq-actions .btn {
    min-height: 44px;
}


/* =========================================================
   MOBİL
========================================================= */

@media (max-width: 600px) {

    .term-section {
        padding: 45px 0;
    }

    .term-section h2,
    .faq-section h2 {
        font-size: 25px;
    }

    .term-description {
        font-size: 13px;
    }

    .term-list {
        gap: 7px;
        margin-top: 18px;
    }

    .term-item {
        min-height: 38px;
        padding: 0 12px;
        font-size: 11px;
    }

    .faq-section {
        padding: 45px 0;
    }

    .faq-intro {
        font-size: 13px;
    }

    .faq-list summary {
        min-height: 62px;
        padding: 16px 42px 16px 0;
        font-size: 13px;
    }

    .faq-list summary::after {
        right: 0;
        width: 25px;
        height: 25px;
        font-size: 16px;
    }

    .faq-answer {
        padding: 0 42px 20px 40px;
        font-size: 12px;
        line-height: 1.75;
    }

    .faq-actions {
        flex-direction: column;
    }

    .faq-actions .btn {
        width: 100%;
    }
}


.page-hero {
  background-color: #243346;
  color: #ffffff;
  padding: 50px 0;
}

.page-hero .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.8rem;
  color: #94a3b8;
  display: block;
  margin-bottom: 8px;
}

.page-hero h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.page-hero p {
  color: #cbd5e1;
  max-width: 1100px;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* Şeridin Ana Taşıyıcısı */
.kat-fiyat-serit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 0.9rem;
  color: #e2e8f0;
}

/* Sol Kısım */
.kfs-sol {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.kfs-sol b {
  color: #ffffff;
}

.kfs-ayir {
  color: #64748b;
}

/* Döviz Alanı */
.doviz-serit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
}

.doviz-serit b {
  color: #cbd5e1;
  font-weight: 600;
}

.doviz-serit span span {
  color: #38bdf8;
  font-weight: 700;
}

.doviz-ayir {
  color: #475569;
}

/* Sağa Dayalı Kısım */
.kfs-sag {
  margin-left: auto;
  text-align: right;
}

.kfs-not {
  color: #94a3b8;
  font-size: 0.85rem;
}

/* Mobil Uyum */
@media (max-width: 768px) {
  .kat-fiyat-serit {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .kfs-sag {
    margin-left: 0;
    text-align: left;
  }
}

/* =========================================================
   PAGE HERO - MOBİL ARKA PLAN DÜZELTME
========================================================= */

.page-hero {
    background: #243346 !important;
    background-color: #243346 !important;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
}


/* MOBİL */

@media (max-width: 768px) {

    .page-hero {
        display: block !important;

        width: 100% !important;
        min-height: 0 !important;
        height: auto !important;

        background: #243346 !important;
        background-color: #243346 !important;

        padding: 35px 0 !important;

        color: #fff !important;
    }

    .page-hero .wrap {
        width: 100% !important;
        max-width: none !important;

        padding-left: 18px !important;
        padding-right: 18px !important;

        box-sizing: border-box;
    }

    .page-hero h1 {
        color: #fff !important;
        font-size: 28px !important;
        line-height: 1.3;
    }

    .page-hero p {
        color: #cbd5e1 !important;
    }

    .page-hero .eyebrow {
        color: #94a3b8 !important;
    }

}


/* Mobil */
@media (max-width: 768px) {
    .product-card > img {
    width: 100%;
    height: 350px;
    object-fit: fill;
    }
}
