/* =====================================================================
   pikizgara.com — Horizon şablonu marka + ek bileşenler
   (Horizon main.css temeldir; burada renk + eksik bileşenler)
   ===================================================================== */
:root { --accent-color: #a22720 !important; }

.logo .sitename .marka-ikon { color: var(--accent-color); margin-right: 6px; }

/* Üst şerit */
.ust-serit { background: #1f1d1c; color: #cfc8c2; font-size: .85rem; padding: 7px 0; }
.ust-serit a { color: #cfc8c2; } .ust-serit a:hover { color: #fff; }
.ust-serit .sag a { margin-left: 14px; }
@media (max-width: 575px) { .ust-serit { display: none; } }

/* Mega menü */
.navmenu .mega { position: static; }
.navmenu .mega-panel { position: absolute; left: 0; right: 0; top: 100%; background: #fff; box-shadow: 0 16px 40px rgba(0,0,0,.14); border-top: 3px solid var(--accent-color); padding: 26px 0; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s; z-index: 100; }
.navmenu .mega:hover .mega-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-liste { list-style: none; margin: 0; padding: 0; }
.mega-liste li { margin-bottom: 4px; }
.mega-liste a { display: flex !important; align-items: center; gap: 8px; padding: 7px 12px !important; color: #453f3c !important; border-radius: 6px; }
.mega-liste a:hover { background: #f6f4f2; color: var(--accent-color) !important; }
.mega-liste a i { color: var(--accent-color); font-size: .7rem; }
.mega-liste a span { flex: 1; } .mega-liste a small { background: #f0edea; color: #6b6560; padding: 1px 8px; border-radius: 10px; font-size: .72rem; }
@media (max-width: 1199px) { .navmenu .mega-panel { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; display: none; padding: 0 0 10px; } .navmenu .mega.active .mega-panel { display: block; } }

/* Hero görsel (ürün) */
.hero-visual img { border-radius: 20px; box-shadow: 0 30px 60px rgba(0,0,0,.15); background: #f6f4f2; }

/* Sayfa başı */
.sayfa-basi { padding: 120px 0 46px; background: linear-gradient(135deg, var(--accent-color), #7e1e19); color: #fff; }
.sayfa-basi h1 { color: #fff; font-size: 2.3rem; margin: 0 0 8px; }
.sayfa-basi .izyolu { list-style: none; display: flex; gap: 8px; padding: 0; margin: 0; font-size: .9rem; color: rgba(255,255,255,.85); }
.sayfa-basi .izyolu a { color: #fff; }
.sayfa-basi .izyolu li::after { content: "/"; margin-left: 8px; opacity: .6; }
.sayfa-basi .izyolu li:last-child::after { content: ""; }

/* Ürün kartı (modern, yuvarlak) */
.urun-kart { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.06); height: 100%; display: flex; flex-direction: column; transition: .25s; }
.urun-kart:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(0,0,0,.13); }
.urun-kart .gorsel { position: relative; aspect-ratio: 4/3; background: #f6f4f2; display: block; overflow: hidden; }
.urun-kart .gorsel img { width: 100%; height: 100%; object-fit: cover; transition: .3s; }
.urun-kart:hover .gorsel img { transform: scale(1.06); }
.urun-kart .rozet { position: absolute; top: 12px; left: 12px; background: var(--accent-color); color: #fff; font-weight: 700; font-size: .78rem; padding: 4px 12px; border-radius: 20px; }
.urun-kart .govde { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.urun-kart .kod { color: var(--accent-color); font-weight: 600; font-size: .78rem; }
.urun-kart h3 { font-size: 1.02rem; margin: 5px 0 10px; line-height: 1.3; }
.urun-kart h3 a { color: #1f1d1c; } .urun-kart h3 a:hover { color: var(--accent-color); }
.urun-kart .ozet { list-style: none; padding: 0; margin: 0 0 12px; font-size: .84rem; }
.urun-kart .ozet li { display: flex; justify-content: space-between; padding: 3px 0; border-bottom: 1px dashed #eee; }
.urun-kart .ozet span { color: #6b6560; }
.urun-kart .link { margin-top: auto; font-weight: 600; font-size: .9rem; color: var(--accent-color); }

/* Yan menü */
.yan-menu { background: #fff; border-radius: 18px; box-shadow: 0 10px 30px rgba(0,0,0,.06); padding: 22px; position: sticky; top: 100px; }
.yan-menu h3 { font-size: 1.1rem; margin: 0 0 12px; }
.yan-menu ul { list-style: none; padding: 0; margin: 0 0 16px; }
.yan-menu ul a { display: flex; justify-content: space-between; padding: 10px 12px; color: #453f3c; border-radius: 8px; }
.yan-menu ul a:hover, .yan-menu ul a.aktif { background: #f6f4f2; color: var(--accent-color); font-weight: 600; }
.yan-ara { display: flex; border: 1px solid #e3ded9; border-radius: 30px; overflow: hidden; }
.yan-ara input { flex: 1; border: 0; padding: 10px 16px; outline: none; }
.yan-ara button { background: var(--accent-color); color: #fff; border: 0; padding: 0 16px; cursor: pointer; }

/* Ürün detay */
.detay-gorsel { border-radius: 18px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.06); background: #f6f4f2; }
.detay-gorsel img { width: 100%; display: block; }
.detay-kucuk { display: flex; gap: 10px; margin-top: 12px; }
.detay-kucuk button { width: 68px; height: 68px; border: 2px solid #e3ded9; border-radius: 12px; padding: 0; overflow: hidden; cursor: pointer; background: #fff; }
.detay-kucuk button.aktif { border-color: var(--accent-color); }
.detay-kucuk img { width: 100%; height: 100%; object-fit: cover; }
.ozellik-tablo { width: 100%; border-collapse: collapse; margin: 18px 0; }
.ozellik-tablo th, .ozellik-tablo td { padding: 11px 14px; border: 1px solid #e3ded9; text-align: left; }
.ozellik-tablo th { background: #f6f4f2; width: 40%; }

/* Form */
.form-alan { margin-bottom: 16px; }
.form-alan label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: 5px; }
.form-alan input, .form-alan textarea { width: 100%; border: 1px solid #e3ded9; border-radius: 10px; padding: 12px 14px; font: inherit; outline: none; }
.form-alan input:focus, .form-alan textarea:focus { border-color: var(--accent-color); }
.bildirim { padding: 13px 16px; border-radius: 10px; margin-bottom: 18px; }
.bildirim.basarili { background: #e6f7ee; color: #1e7a42; border: 1px solid #b6e2c8; }
.bildirim.hata { background: #fdecea; color: #a22720; border: 1px solid #f3c0bc; }

/* Kırmızı pill buton (Horizon btn-pill accent zaten kırmızı) */
.btn-kirmizi { display: inline-flex; align-items: center; gap: 8px; background: var(--accent-color); color: #fff; padding: 12px 26px; border-radius: 40px; font-weight: 600; border: 0; }
.btn-kirmizi:hover { background: #7e1e19; color: #fff; }
.btn-wa { background: #25d366 !important; } .btn-wa:hover { background: #1eb757 !important; }

/* Kategori servis kartı ikon rengi */
.services .service-item .service-icon i, .services .service-item i { color: var(--accent-color) !important; }

/* WhatsApp sabit */
.wa-sabit { position: fixed; left: 20px; bottom: 20px; width: 54px; height: 54px; background: #25d366; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; box-shadow: 0 6px 20px rgba(37,211,102,.4); z-index: 999; }
.wa-sabit:hover { color: #fff; background: #1eb757; }
