/* ===== Marka Renkleri & Temel Değişkenler ===== */


    body { font-family: var(--ff-metin); color: var(--renk-metin); }

    h1, h2, h3, h4, .navbar-brand { font-family: var(--ff-baslik); }

    /* ===== Top Bar ===== */
    .top-bar {
      background: var(--renk-koyu);
      color: #ccc;
      font-size: 0.82rem;
      padding: 6px 0;
    }
    .top-bar a { color: #ccc; text-decoration: none; }
    .top-bar a:hover { color: #fff; }
    .top-bar .social-icons a { margin-left: 10px; font-size: 0.9rem; }

    /* ===== Navbar ===== */
    .navbar { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.1); }
    .navbar-brand img { height: 52px; }
    .navbar-brand span {
      font-size: 1.25rem;
      font-weight: 800;
      color: var(--renk-koyu);
      letter-spacing: -0.3px;
    }
    .navbar-brand span em { color: var(--renk-ana); font-style: normal; }
    .nav-link { font-weight: 600; color: var(--renk-koyu) !important; }
    .nav-link:hover, .nav-link:focus { color: var(--renk-ana) !important; }
    .nav-link.btn-cta:hover, .nav-link.btn-cta:focus { color: #fff !important; }
    .dropdown-item:hover { color: var(--renk-ana); background: var(--renk-acik); }
    .btn-cta {
      background: var(--renk-ana);
      color: #fff !important;
      border-radius: 6px;
      padding: 8px 18px;
      font-weight: 700;
      font-size: 0.9rem;
    }
    .btn-cta:hover { background: #b01e1e; }

    /* ===== Hero ===== */
    .hero {
      background:
        linear-gradient(135deg, rgba(26,26,46,.88) 0%, rgba(45,45,68,.88) 100%),
        url('https://placehold.co/1600x700/1a1a2e/2d2d44') center/cover no-repeat;
      /* TODO: "car battery replacement roadside assistance" görseli → assets/img/hero/hero-bg.jpg */
      color: #fff;
      padding: 70px 0 110px;
    }
    .hero h1 {
      font-size: clamp(2rem, 5vw, 3.2rem);
      font-weight: 800;
      line-height: 1.15;
    }
    .hero h1 span { color: var(--renk-ana); }
    .hero .lead { font-size: 1.1rem; color: #d0d0d0; }
    .hero .badge-hizmet {
      display: inline-block;
      background: var(--renk-ana);
      color: #fff;
      font-size: 0.78rem;
      font-weight: 700;
      padding: 4px 12px;
      border-radius: 30px;
      margin-bottom: 18px;
      letter-spacing: 0.5px;
    }
    .btn-wp {
      background: #25d366;
      color: #fff;
      font-weight: 700;
      border-radius: 6px;
      padding: 12px 22px;
    }
    .btn-wp:hover { background: #1da850; color: #fff; }
    .btn-tel {
      background: transparent;
      border: 2px solid #fff;
      color: #fff;
      font-weight: 700;
      border-radius: 6px;
      padding: 12px 22px;
    }
    .btn-tel:hover { background: #fff; color: var(--renk-koyu); }
    .hero-map { border-radius: 12px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,.4); }
    .hero-map iframe { width: 100%; height: 300px; border: 0; }
    .hero-map img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; display: block; }

    /* ===== Bölüm Genel ===== */
    .section-title { font-weight: 800; color: var(--renk-koyu); position: relative; display: inline-block; }
    .section-title::after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      background: var(--renk-ana);
      border-radius: 2px;
      margin: 10px auto 0;
    }

    /* ===== Hizmet Kartları ===== */
    .hizmet-card {
      border: none;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0,0,0,.08);
      transition: transform .25s, box-shadow .25s;
      height: 100%;
    }
    .hizmet-card:hover { transform: translateY(-6px); box-shadow: 0 10px 30px rgba(0,0,0,.13); }
    .hizmet-card .card-icon {
      width: 68px;
      height: 68px;
      border-radius: 50%;
      background: rgba(214,40,40,.1);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 16px;
    }
    .hizmet-card .card-icon i { font-size: 1.8rem; color: var(--renk-ana); }
    .hizmet-card .card-title { font-weight: 700; color: var(--renk-koyu); }
    .hizmet-card .btn-detay {
      background: var(--renk-ana);
      color: #fff;
      border-radius: 6px;
      font-weight: 600;
      font-size: 0.88rem;
      padding: 8px 18px;
    }
    .hizmet-card .btn-detay:hover { background: #b01e1e; }

    /* ===== Bölge Kartları ===== */
    .bolge-card {
      border: none;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0,0,0,.08);
      transition: transform .25s;
      height: 100%;
    }
    .bolge-card:hover { transform: translateY(-5px); }
    .bolge-card .card-img-overlay-custom {
      background: linear-gradient(to top, rgba(26,26,46,.85) 0%, transparent 60%);
      position: absolute;
      inset: 0;
      border-radius: 12px;
    }
    .bolge-card .bolge-img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
    }
    .bolge-card .card-body { padding: 16px; }
    .bolge-card .card-title { font-weight: 700; color: var(--renk-koyu); margin-bottom: 4px; }
    .bolge-card .card-text { font-size: 0.85rem; color: #666; }
    .bolge-card .btn-bolge {
      font-size: 0.82rem;
      font-weight: 600;
      color: var(--renk-ana);
      text-decoration: none;
      border: 1.5px solid var(--renk-ana);
      border-radius: 5px;
      padding: 5px 14px;
    }
    .bolge-card .btn-bolge:hover { background: var(--renk-ana); color: #fff; }

    /* ===== Ürün (Marka) Kartları ===== */
    .marka-card {
      border: 1.5px solid #e9ecef;
      border-radius: 10px;
      padding: 20px 12px;
      text-align: center;
      transition: box-shadow .2s, border-color .2s;
      background: #fff;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }
    .marka-card:hover { box-shadow: 0 6px 22px rgba(0,0,0,.1); border-color: var(--renk-ana); }
    .marka-card .marka-logo {
      width: 90px;
      height: 55px;
      object-fit: contain;
      filter: grayscale(30%);
      transition: filter .2s;
    }
    .marka-card:hover .marka-logo { filter: grayscale(0%); }
    .marka-card .marka-ad { font-weight: 700; font-size: 0.9rem; color: var(--renk-koyu); }
    .marka-card a { color: var(--renk-ana); font-size: 0.78rem; font-weight: 600; text-decoration: none; }
    .marka-card a:hover { text-decoration: underline; }

    /* ===== SSS Accordion ===== */
    .accordion-button:not(.collapsed) {
      color: var(--renk-ana);
      background: rgba(214,40,40,.06);
      box-shadow: none;
    }
    .accordion-button:focus { box-shadow: none; }
    .accordion-button { font-weight: 600; color: var(--renk-koyu); }

    /* ===== Footer ===== */
    footer {
      background: var(--renk-koyu);
      color: #b0b8c8;
      font-size: 0.9rem;
    }
    footer h5 {
      color: #fff;
      font-weight: 700;
      font-size: 1rem;
      margin-bottom: 16px;
      border-bottom: 2px solid var(--renk-ana);
      padding-bottom: 8px;
    }
    footer ul { list-style: none; padding: 0; margin: 0; }
    footer ul li { margin-bottom: 8px; }
    footer ul li a { color: #b0b8c8; text-decoration: none; }
    footer ul li a:hover { color: #fff; }
    footer .footer-brand { font-size: 1.1rem; font-weight: 800; color: #fff; }
    footer .footer-brand span { color: var(--renk-ana); }
    footer .social-icons-footer a {
      color: #b0b8c8;
      font-size: 1.2rem;
      margin-right: 14px;
    }
    footer .social-icons-footer a:hover { color: #fff; }
    footer .copyright { border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; margin-top: 30px; color: #888; font-size: 0.82rem; }

    /* ===== Hizmet Kartları Görsel ===== */
    .hizmet-card .card-img-top { height: 180px; object-fit: cover; border-radius: 12px 12px 0 0; }
    .hizmet-card .card-content { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; }

    /* ===== Son Yazılar (Blog) Kartları ===== */
    .blog-card { border: none; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,.08); transition: transform .25s; height: 100%; display: flex; flex-direction: column; }
    .blog-card:hover { transform: translateY(-5px); }
    .blog-card .card-img-top { height: 200px; object-fit: cover; border-radius: 12px 12px 0 0; }
    .blog-card .card-body { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; }
    .blog-card .blog-tarih { font-size: .78rem; color: #999; margin-bottom: 8px; }
    .blog-card .card-title { font-weight: 700; color: var(--renk-koyu); font-size: 1rem; }
    .blog-card .card-text { font-size: .875rem; color: #666; }
    .blog-card .btn-devam { color: var(--renk-ana); font-weight: 600; font-size: .85rem; text-decoration: none; margin-top: auto; display: inline-block; }
    .blog-card .btn-devam:hover { text-decoration: underline; }

    /* ===== Hakkımızda Özet ===== */
    .hakkimizda-img { border-radius: 14px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,.12); }
    .hakkimizda-img img { width: 100%; height: 340px; object-fit: cover; display: block; }
    .hakkimizda-stat { text-align: center; }
    .hakkimizda-stat .sayi { font-family: var(--ff-baslik); font-weight: 800; font-size: 1.8rem; color: var(--renk-ana); }
    .hakkimizda-stat .etiket { font-size: .8rem; color: #777; }

    /* ===== Sabit WhatsApp Butonu ===== */
    .wp-float {
      position: fixed; bottom: 20px; right: 20px; z-index: 1050;
      width: 58px; height: 58px; border-radius: 50%;
      background: #25d366; color: #fff;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.7rem; box-shadow: 0 4px 16px rgba(37,211,102,.45);
      transition: transform .2s; text-decoration: none;
    }
    .wp-float:hover { transform: scale(1.1); color: #fff; }

    /* ===== Premium: Eyebrow/Kicker Etiketi ===== */
    .section-eyebrow {
      display: block;
      width: fit-content;
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--renk-ana);
      background: rgba(214,40,40,.08);
      padding: 6px 16px;
      border-radius: 30px;
      margin-bottom: 12px;
    }
    .text-center .section-eyebrow { margin-left: auto; margin-right: auto; }

    /* ===== Premium: Pill Butonlar + Hover Lift ===== */
    .btn-detay, .btn-cta, .btn-wp, .btn-tel, .btn-outline-danger {
      border-radius: 50px !important;
      transition: transform .2s, box-shadow .2s, background .2s !important;
    }
    .btn-detay:hover, .btn-cta:hover, .btn-wp:hover, .btn-tel:hover, .btn-outline-danger:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 24px rgba(0,0,0,.18);
    }
    .btn-detay { box-shadow: 0 6px 18px rgba(214,40,40,.25); }
    .btn-wp { box-shadow: 0 6px 18px rgba(37,211,102,.3); }

    /* ===== Premium: Hero Arka Plan Dokusu ===== */
    .hero { position: relative; overflow: visible; }
    .hero::before {
      content: '';
      position: absolute; inset: 0;
      background-image: radial-gradient(circle at 85% 20%, rgba(214,40,40,.22) 0%, transparent 45%);
      pointer-events: none;
    }
    .hero .container { position: relative; z-index: 1; }

    /* ===== Premium: Yüzen Güven Şeridi (Hero altı) ===== */
    .trust-strip { position: relative; margin-top: -54px; z-index: 5; }
    .trust-strip-inner {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 16px 40px rgba(0,0,0,.14);
      padding: 28px 20px;
    }
    .trust-item { text-align: center; border-right: 1px solid #eee; }
    .trust-item:last-child { border-right: none; }
    .trust-item .trust-sayi { font-family: var(--ff-baslik); font-weight: 800; font-size: 1.9rem; color: var(--renk-ana); line-height: 1; }
    .trust-item .trust-etiket { font-size: .8rem; color: #777; margin-top: 4px; }

    /* ===== Premium: Kart Görsellerinde Zoom Hover ===== */
    .hizmet-card, .blog-card { overflow: hidden; }
    .hizmet-card .card-img-top, .blog-card .card-img-top, .bolge-card .bolge-img {
      transition: transform .4s ease;
    }
    .hizmet-card:hover .card-img-top, .blog-card:hover .card-img-top, .bolge-card:hover .bolge-img {
      transform: scale(1.08);
    }

    /* ===== Premium: Nasıl Çalışıyoruz (Süreç Kartları) ===== */
    .surec-card {
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 4px 20px rgba(0,0,0,.07);
      padding: 30px 24px;
      text-align: center;
      height: 100%;
      transition: transform .25s, box-shadow .25s;
    }
    .surec-card:hover { transform: translateY(-6px); box-shadow: 0 14px 30px rgba(0,0,0,.12); }
    .surec-card .surec-no-buyuk {
      width: 56px; height: 56px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--renk-ana), #b01e1e);
      color: #fff;
      font-family: var(--ff-baslik);
      font-weight: 800;
      font-size: 1.3rem;
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 18px;
      box-shadow: 0 8px 20px rgba(214,40,40,.35);
    }
    .surec-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--renk-koyu); margin-bottom: 8px; }
    .surec-card p { font-size: .88rem; color: #777; margin-bottom: 0; }
    .surec-row .col { position: relative; }
    @media (min-width: 768px) {
      .surec-row .col:not(:last-child)::after {
        content: '\203A';
        position: absolute;
        top: 50%;
        right: -14px;
        transform: translateY(-50%);
        font-size: 2rem;
        font-weight: 300;
        color: #ddd;
        z-index: 1;
      }
    }

    /* ===== Premium: Müşteri Yorumları ===== */
    .yorum-card {
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 4px 20px rgba(0,0,0,.07);
      padding: 28px 24px;
      height: 100%;
    }
    .yorum-card .yorum-yildiz { color: #ffb400; font-size: .9rem; margin-bottom: 12px; }
    .yorum-card .yorum-metin { color: #555; font-size: .92rem; line-height: 1.6; margin-bottom: 18px; font-style: italic; }
    .yorum-card .yorum-kisi { display: flex; align-items: center; gap: 12px; }
    .yorum-card .yorum-avatar {
      width: 46px; height: 46px; border-radius: 50%;
      background: var(--renk-acik);
      display: flex; align-items: center; justify-content: center;
      font-weight: 700; color: var(--renk-ana);
      font-family: var(--ff-baslik);
    }
    .yorum-card .yorum-isim { font-weight: 700; color: var(--renk-koyu); font-size: .9rem; margin-bottom: 0; }
    .yorum-card .yorum-konum { font-size: .78rem; color: #999; }

    /* ===== 3 Adımda Yerinde Akü — Adım Kartı ===== */
    .adim-card {
      background: #fff;
      border: 1px solid #eee;
      border-radius: 14px;
      padding: 38px 24px 28px;
      text-align: center;
      height: 100%;
      position: relative;
      margin-top: 22px;
      transition: box-shadow .25s, transform .25s;
    }
    .adim-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(0,0,0,.1); }
    .adim-card .adim-no {
      position: absolute;
      top: -22px;
      left: 50%;
      transform: translateX(-50%);
      width: 44px; height: 44px;
      border-radius: 50%;
      background: var(--renk-ana);
      color: #fff;
      font-family: var(--ff-baslik);
      font-weight: 800;
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 6px 18px rgba(214,40,40,.4);
    }
    .adim-card .adim-icon { font-size: 1.7rem; color: var(--renk-ana); margin: 8px 0 14px; }
    .adim-card h3 { font-size: .92rem; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; color: var(--renk-koyu); margin-bottom: 10px; }
    .adim-card p { font-size: .87rem; color: #777; margin-bottom: 0; }

    /* ===== Acil Çağrı Banner ===== */
    .cta-banner {
      display: block;
      background: var(--renk-ana);
      color: #fff;
      text-align: center;
      font-weight: 700;
      font-size: 1.05rem;
      padding: 16px 24px;
      border-radius: 10px;
      text-decoration: none;
      transition: background .2s, transform .2s;
    }
    .cta-banner:hover { background: #b01e1e; color: #fff; transform: translateY(-2px); }

    /* ===== Akü Ürün Grupları (Koyu Zemin) ===== */
    .urun-grup-section { background: var(--renk-koyu); }
    .urun-grup-card {
      background: #23233a;
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 14px;
      padding: 28px 18px;
      text-align: center;
      height: 100%;
      transition: transform .25s, border-color .25s;
    }
    .urun-grup-card:hover { transform: translateY(-6px); border-color: var(--renk-ana); }
    .urun-grup-card .urun-grup-icon {
      width: 70px; height: 70px;
      margin: 0 auto 16px;
      border-radius: 50%;
      background: rgba(214,40,40,.15);
      display: flex; align-items: center; justify-content: center;
    }
    .urun-grup-card .urun-grup-icon i { font-size: 1.7rem; color: var(--renk-ana); }
    .urun-grup-card h3 { color: #fff; font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
    .urun-grup-card .urun-grup-spec { color: #9aa0b4; font-size: .82rem; margin-bottom: 12px; }
    .urun-grup-card a { color: var(--renk-ana); font-weight: 700; font-size: .85rem; text-decoration: none; }
    .urun-grup-card a:hover { text-decoration: underline; }

    /* ===== Voltaj / Amper Seçenek Kutuları ===== */
    .spec-box-wrap { display: flex; flex-wrap: wrap; gap: 10px; }
    .spec-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-width: 84px;
      padding: 14px 10px;
      background: #fff;
      border: 1.5px solid #eee;
      border-radius: 10px;
      text-decoration: none;
      transition: border-color .2s, transform .2s, box-shadow .2s;
    }
    .spec-box:hover { border-color: var(--renk-ana); transform: translateY(-3px); box-shadow: 0 8px 18px rgba(0,0,0,.08); }
    .spec-box .spec-deger { font-family: var(--ff-baslik); font-weight: 800; font-size: 1.15rem; color: var(--renk-ana); }
    .spec-box .spec-etiket { font-size: .68rem; color: #888; text-transform: uppercase; letter-spacing: .3px; margin-top: 2px; text-align: center; }
    .spec-note { font-size: .82rem; color: #888; margin-top: 16px; }