/* Reset ve Temel Stilleri */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header/Navbar */
.header {
    background-color: #1a1a1a;
    color: white;
    padding: 20px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 20px;
}

.logo h1 {
    font-size: 28px;
    font-weight: 700;
    color: #ff6b35;
}

.header-contact {
    display: flex;
    gap: 20px;
    font-size: 13px;
    flex-wrap: wrap;
}

.navbar {
    background-color: #2d2d2d;
    padding: 0;
    position: relative;
}

/* Hamburger Menu Button */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 10px 20px;
    z-index: 10;
}

.hamburger span {
    width: 30px;
    height: 3px;
    background: white;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 0;
    padding: 10px 0;
}

.nav-menu > li {
    position: relative;
}

.nav-menu a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 12px 18px;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.nav-menu a:hover {
    background-color: #ff6b35;
}

/* Dropdown Menu */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #1a1a1a;
    list-style: none;
    min-width: 200px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.dropdown.active .dropdown-menu {
    display: block;
}

.dropdown-menu li a {
    padding: 12px 20px;
    border-bottom: 1px solid #333;
}

.dropdown-menu li:last-child a {
    border-bottom: none;
}

.dropdown-menu li a:hover {
    background-color: #ff6b35;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.admin-link {
    background-color: #ff6b35 !important;
}

/* Hero Section */
.hero {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1f2937 35%, #0f172a 100%);
    color: white;
    padding: 100px 20px;
    text-align: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Video Arka Plan */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

/* Resim Arka Plan */
.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/static/images/hero/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Koyu Overlay (yazıların daha net görünmesi için) */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 2;
}

/* Hero İçerik */
.hero-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
}

.hero-content h2 {
    font-size: 48px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero-content p {
    font-size: 20px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.cta-button {
    display: inline-block;
    background-color: white;
    color: #ff6b35;
    padding: 15px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Kategoriler Section */
.kategoriler {
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.section-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.kategoriler-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

/* Kategori kartları artık dosyanın sonunda yeni stillerle tanımlı */

/* Ürünler Grid */
.populer-urunler {
    padding: 60px 20px;
    background-color: white;
}

.urunler-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 30px;
}

/* Ürün kartları artık dosyanın sonunda yeni stillerle tanımlı */

.stok-tukendi {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #e74c3c;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}
    margin-bottom: 10px;
}

.urun-fiyat {
    font-size: 20px;
    font-weight: bold;
    color: #ff6b35;
    margin-bottom: 8px;
}

.urun-stok {
    font-size: 12px;
    color: #666;
    margin-bottom: 12px;
}

/* btn-detay artık dosyanın sonunda yeni stillerle tanımlı */

/* Hizmetler Section */
.hizmetler {
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.hizmetler-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.hizmet-card {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.hizmet-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.hizmet-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.hizmet-card p {
    color: #666;
    font-size: 14px;
}

/* İletişim ve Referanslar */
.section-subtitle {
    text-align: center;
    color: #556;
    margin: -20px auto 30px;
    max-width: 760px;
}

.btn-primary,
.btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    box-shadow: 0 8px 22px rgba(255, 107, 53, 0.25);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255, 107, 53, 0.35);
}

.btn-ghost {
    border: 1px solid #e2e8f0;
    color: #0f172a;
    background: white;
}

.btn-ghost:hover {
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.iletisim-home {
    padding: 70px 20px;
    background: white;
}

.iletisim-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 40px;
    align-items: stretch;
}

.iletisim-text .section-title {
    text-align: left;
}

.iletisim-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin: 24px 0;
}

.iletisim-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid #eef2f7;
    border-radius: 14px;
    background: linear-gradient(135deg, #f8fafc, #ffffff);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.iletisim-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #fff3ec;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.iletisim-item h4 {
    margin-bottom: 4px;
    color: #0f172a;
}

.iletisim-item p {
    margin: 2px 0;
    color: #475569;
}

.iletisim-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.iletisim-card {
    padding: 28px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: white;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.35);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.iletisim-card h3 {
    font-size: 24px;
    margin-bottom: 6px;
}

.iletisim-card p {
    color: #e2e8f0;
}

.iletisim-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.iletisim-badge {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
}

.iletisim-highlight {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 10px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.iletisim-highlight span {
    font-size: 22px;
}

.iletisim-highlight p {
    color: #cbd5e1;
    margin-top: 2px;
}

.referanslar {
    padding: 70px 20px;
    background: #f9fafb;
}

.referans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
}

.referans-card {
    padding: 18px 16px;
    border-radius: 14px;
    background: white;
    border: 1px solid #eef2f7;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #111827;
    transition: all 0.25s ease;
}

.referans-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.1);
}

.referans-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.12);
}

@media (max-width: 900px) {
    .iletisim-grid {
        grid-template-columns: 1fr;
    }

    .iletisim-card {
        order: -1;
    }
}

/* ==================== REFERANSLAR SAYFASI ==================== */

.hero-small {
    position: relative;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    background-image: url('/static/images/referanslar/hero-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 80px 20px;
    text-align: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-small .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hero-small .hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.hero-small h2 {
    font-size: 44px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-small p {
    font-size: 18px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.referanslar-detail {
    padding: 70px 20px;
    background: white;
}

.referanslar-intro {
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.referanslar-intro h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.referanslar-intro p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.markalar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    margin-bottom: 60px;
}

.marka-card {
    padding: 30px 24px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.marka-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 50px rgba(255, 107, 53, 0.2);
    border-color: #ff6b35;
}

.marka-header {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marka-icon {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 10px 25px rgba(255, 107, 53, 0.3);
    transition: all 0.3s;
}

.marka-card:hover .marka-icon {
    transform: rotate(10deg) scale(1.1);
    box-shadow: 0 15px 35px rgba(255, 107, 53, 0.4);
}

.marka-dot {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    top: 0;
    right: 0;
    box-shadow: 0 0 0 3px white, 0 0 0 5px rgba(255, 107, 53, 0.2);
}

.marka-name {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.marka-desc {
    font-size: 13px;
    color: #666;
}

.referanslar-footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
    padding: 40px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fafc, #eef2ff);
    border: 1px solid #e2e8f0;
}

.referans-stat {
    text-align: center;
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #ff6b35;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.referans-cta {
    padding: 40px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: white;
    text-align: center;
}

.referans-cta h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.referans-cta p {
    color: #cbd5e1;
    margin-bottom: 24px;
}

.referans-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-wa {
    background: linear-gradient(135deg, #25D366, #128C7E);
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.25);
}

.btn-wa:hover {
    background: linear-gradient(135deg, #20ba5e, #0fa39a);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
}

@media (max-width: 768px) {
    .hero-small {
        padding: 50px 20px;
        min-height: 220px;
    }

    .hero-small h2 {
        font-size: 32px;
    }

    .hero-small p {
        font-size: 16px;
    }

    .markalar-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 14px;
    }

    .marka-card {
        padding: 20px 14px;
    }

    .referanslar-footer {
        grid-template-columns: 1fr;
    }

    .referans-actions {
        gap: 8px;
    }

    .btn-primary {
        width: 100%;
    }
}

/* Breadcrumb */
.breadcrumb {
    padding: 15px 0;
    font-size: 14px;
    color: #666;
}

.breadcrumb a {
    color: #ff6b35;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* Kategori Header */
.kategori-header {
    padding: 40px 0;
    text-align: center;
}

.kategori-header h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.kategori-header p {
    color: #666;
    font-size: 16px;
}

.urun-sayisi {
    color: #ff6b35;
    font-weight: bold;
    margin-top: 10px;
}

.kategori-search {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.kategori-search-label {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.kategori-search-input {
    width: min(520px, 100%);
    padding: 14px 18px;
    height: 48px;
    border-radius: 999px;
    border: 2px solid #ff6b35;
    background: #ffffff;
    font-size: 14px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kategori-search-input:focus {
    border-color: #ff6b35;
    box-shadow: 0 10px 24px rgba(255, 107, 53, 0.18);
}

/* Ürün Detay */
.urun-detay {
    padding: 50px 0;
}

.urun-detay-grid {
    display: grid;
    grid-template-columns: minmax(380px, 1.05fr) 0.95fr;
    gap: 50px;
    margin-bottom: 40px;
    align-items: start;
}

.urun-detay-image {
    position: relative;
}

.urun-image-frame {
    background: #fafafa;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
    border: 1px solid #eee;
    position: relative;
}

.urun-image-frame img {
    width: 100%;
    max-width: 560px;
    max-height: 620px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    cursor: zoom-in;
}

.zoom-badge {
    position: absolute;
    right: 16px;
    bottom: 16px;
    background: rgba(0,0,0,0.7);
    color: white;
    border: none;
    padding: 10px 14px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.zoom-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}

.urun-detay-info {
    position: sticky;
    top: 120px;
}

.urun-detay-info h1 {
    font-size: 34px;
    margin-bottom: 16px;
    color: #0f172a;
    line-height: 1.25;
}

.urun-meta {
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.kategori-link {
    color: #666;
    font-size: 14px;
}

.kategori-link a {
    color: #ff6b35;
    text-decoration: none;
}

.urun-fiyat-bölümü,
.urun-stok-bölümü,
.urun-aciklama-bölümü {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eef0f3;
}

.fiyat-label,
.stok-label {
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

.fiyat-değer {
    font-size: 28px;
    font-weight: bold;
    color: #ff6b35;
}

.stok-var {
    color: #27ae60;
    font-weight: bold;
}

.stok-yok {
    color: #e74c3c;
    font-weight: bold;
}

.urun-islem-butonları {
    display: grid;
    gap: 12px;
    margin: 10px 0 26px 0;
}

.btn-sepete-ekle,
.btn-bilgi-iste {
    flex: 1;
    padding: 15px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-sepete-ekle {
    background-color: #ff6b35;
    color: white;
}

.btn-sepete-ekle:hover:not(:disabled) {
    background-color: #e55a24;
    transform: translateY(-2px);
}

.btn-sepete-ekle:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.btn-bilgi-iste {
    background-color: #f0f0f0;
    color: #1a1a1a;
    border: 2px solid #ff6b35;
}

.btn-bilgi-iste:hover {
    background-color: #ffe0cc;
}

.urun-iletişim {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.25s ease;
    text-align: center;
}

.btn-cta.whatsapp {
    background: linear-gradient(135deg, #25d366, #16a34a);
    color: white;
    box-shadow: 0 12px 30px rgba(22, 163, 74, 0.3);
}

.btn-cta.whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 38px rgba(22, 163, 74, 0.35);
}

.btn-cta.call {
    background: #fff;
    color: #0f172a;
    border-color: #e2e8f0;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.btn-cta.call:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.urun-iletisim-kutu {
    background: #0f172a;
    color: #e2e8f0;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.urun-iletisim-kutu h3 { margin-bottom: 12px; }
.urun-iletisim-kutu p { margin-bottom: 8px; font-size: 14px; }
.urun-iletisim-kutu a { color: #38bdf8; font-weight: 700; text-decoration: none; }
.urun-iletisim-kutu a:hover { text-decoration: underline; }

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 9999;
}

.lightbox.visible {
    opacity: 1;
    visibility: visible;
}

.lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 12px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.35);
}

.urun-iletişim h3 {
    margin-bottom: 15px;
    color: #1a1a1a;
}

.urun-iletişim p {
    margin-bottom: 10px;
    font-size: 14px;
}

.urun-iletişim a {
    color: #ff6b35;
    text-decoration: none;
    font-weight: bold;
}

.urun-iletişim a:hover {
    text-decoration: underline;
}

.ilgili-urunler {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #e0e0e0;
}

.ilgili-urunler h2 {
    margin-bottom: 20px;
    color: #1a1a1a;
}

.text-center {
    text-align: center;
}

.text-muted {
    color: #999;
}

.no-products {
    text-align: center;
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.no-products p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #666;
}

.btn-primary {
    display: inline-block;
    background-color: #ff6b35;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background-color: #e55a24;
}

/* Footer */
.footer {
    background-color: #1a1a1a;
    color: white;
    padding: 40px 0 20px;
    margin-top: 60px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.footer-section h3 {
    color: #ff6b35;
    margin-bottom: 15px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: #ff6b35;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-icon {
    display: inline-block;
    color: #ff6b35;
    text-decoration: none;
    transition: color 0.3s;
}

.social-icon:hover {
    color: #f7931e;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #333;
    color: #999;
    font-size: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    /* Hamburger menüyü göster */
    .hamburger {
        display: flex;
    }

    /* Mobilde menüyü gizle, hamburger ile aç */
    .nav-menu {
        position: fixed;
        left: 0;
        right: 0;
        top: -100%;
        flex-direction: column;
        background-color: #1a1a1a;
        width: 100%;
        max-height: 80vh;
        padding: 20px 0;
        transition: top 0.3s ease;
        overflow-y: auto;
        z-index: 999;
        box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    }

    .nav-menu.active {
        top: 0;
    }

    /* Mobilde menüyü gizle, hamburger ile aç */
    .nav-menu {
        position: fixed;
        left: 0;
        right: 0;
        top: -100%;
        flex-direction: column;
        background-color: #1a1a1a;
        width: 100%;
        max-height: 80vh;
        padding: 20px 0;
        transition: top 0.3s ease;
        overflow-y: auto;
        z-index: 999;
        box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    }

    .nav-menu > li {
        width: 100%;
    }

    .nav-menu a {
        padding: 16px 24px;
        border-bottom: 1px solid #333;
    }

    .hero {
        min-height: 50vh;
        max-height: 55vh;
        padding: 0;
        align-items: stretch;
    }

    .hero-video {
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }

    /* Mobilde sticky menüyü kapat, sayfayla birlikte kaydırılsın */
    .header {
        position: relative;
        top: auto;
    }

    .header-top {
        flex-direction: column;
        gap: 10px;
    }

    .header-contact {
        flex-direction: column;
        gap: 8px;
        font-size: 12px;
    }

    .dropdown-menu {
        position: static;
        display: none;
        box-shadow: none;
        background-color: #0d0d0d;
    }

    .dropdown.active .dropdown-menu {
        display: block;
    }

    .kategoriler-grid,
    .hizmetler-grid {
        grid-template-columns: 1fr;
    }

    .urunler-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px;
    }

    .urun-detay-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .urun-islem-butonları {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .urunler-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media (max-width: 992px) {
    .kategoriler-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
    }

    .urunler-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}


/* ==================== YEN� �ZELL�KLER ==================== */

/* Gradient Text */
.gradient-text {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 50%, #ff6b35 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% auto;
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: transform 0.3s, box-shadow 0.3s;
    animation: pulse 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Scroll to Top Button */
.scroll-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 999;
}

.scroll-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.6);
}

/* Scroll Animations */
.animate-on-scroll {
    opacity: 1;
    transform: none;
}

/* Sadece JS açıkken animasyon uygula */
body.js-enabled .animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

body.js-enabled .animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger animation delay */
.animate-on-scroll:nth-child(1) { transition-delay: 0.1s; }
.animate-on-scroll:nth-child(2) { transition-delay: 0.2s; }
.animate-on-scroll:nth-child(3) { transition-delay: 0.3s; }
.animate-on-scroll:nth-child(4) { transition-delay: 0.4s; }
.animate-on-scroll:nth-child(5) { transition-delay: 0.5s; }
.animate-on-scroll:nth-child(6) { transition-delay: 0.6s; }

/* ==================== KATEGOR� KARTLARI YEN� STILLER ==================== */

.kategori-card {
    background-color: #fff;
    background-size: cover;
    background-position: center;
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* Kategori kartı arka plan overlay */
.kategori-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.45);
    z-index: 1;
    transition: background 0.3s;
}

.kategori-card:hover::after {
    background: rgba(255, 255, 255, 0.3);
}

/* İçeriği overlay'in üstüne çıkar */
.kategori-card > * {
    position: relative;
    z-index: 2;
}

.kategori-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s;
    z-index: 3;
    pointer-events: none;
}

.kategori-card:hover::before {
    left: 100%;
}

.kategori-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Kategori Renk Temaları ve Arka Plan Resimleri */
.kategori-card[data-category*="BOYA"],
.kategori-card[data-slug*="boya"] {
    border-top: 4px solid #e74c3c;
}

.kategori-card[data-category*="BOYA"] .kategori-icon-wrapper,
.kategori-card[data-slug*="boya"] .kategori-icon-wrapper {
    background-image: url('/static/images/categories/boya.png');
}

.kategori-card[data-category*="HIRDAVAT"],
.kategori-card[data-slug*="hirdavat"] {
    border-top: 4px solid #3498db;
}

.kategori-card[data-category*="HIRDAVAT"] .kategori-icon-wrapper,
.kategori-card[data-slug*="hirdavat"] .kategori-icon-wrapper {
    background-image: url('/static/images/categories/hirdavat.png');
}

.kategori-card[data-category*="GÜVEN"],
.kategori-card[data-slug*="guven"] {
    border-top: 4px solid #f39c12;
}

.kategori-card[data-category*="GÜVEN"] .kategori-icon-wrapper,
.kategori-card[data-slug*="guven"] .kategori-icon-wrapper {
    background-image: url('/static/images/categories/guvenlik.png');
}

.kategori-card[data-category*="İNŞAAT"],
.kategori-card[data-slug*="insaat"] {
    border-top: 4px solid #27ae60;
}

.kategori-card[data-category*="İNŞAAT"] .kategori-icon-wrapper,
.kategori-card[data-slug*="insaat"] .kategori-icon-wrapper {
    background-image: url('/static/images/categories/insaat.png');
}

.kategori-card[data-category*="TESİSAT"],
.kategori-card[data-slug*="tesisat"] {
    border-top: 4px solid #9b59b6;
}

.kategori-card[data-category*="TESİSAT"] .kategori-icon-wrapper,
.kategori-card[data-slug*="tesisat"] .kategori-icon-wrapper {
    background-image: url('/static/images/categories/tesisat.png');
}

/* Kategori �kon Wrapper */
.kategori-icon-wrapper {
    width: 112px;
    height: 112px;
    margin: 0 auto 20px;
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    background-image: none;
    background-size: 110%;
    background-position: center;
    box-shadow: 0 8px 18px rgba(255, 107, 53, 0.22);
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.85);
    filter: none;
    overflow: hidden;
}

.kategori-card:hover .kategori-icon-wrapper {
    transform: rotateY(180deg) scale(1.1);
    box-shadow: 0 12px 30px rgba(255, 107, 53, 0.5);
}

.kategori-icon {
    display: none;
}

.kategori-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 600;
}

.kategori-card p {
    color: #666;
    margin-bottom: 20px;
    font-size: 14px;
    min-height: 60px;
}

.kategori-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #0f172a;
    margin-bottom: 15px;
    font-weight: 700;
    padding: 8px 12px;
    background: linear-gradient(135deg, #f8fafc, #eef2ff);
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.btn-kategori {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
    cursor: pointer;
    pointer-events: auto;
}

.btn-kategori:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.5);
    background: linear-gradient(135deg, #f7931e, #ff6b35);
}

/* ==================== �R�N KARTLARI YEN� STILLER ==================== */

.urun-card {
    background: white;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    position: relative;
}

.urun-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.4);
    transition: box-shadow 0.3s;
    pointer-events: none;
}

.urun-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.urun-card:hover::after {
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.4);
}

.urun-image {
    width: 100%;
    height: 250px;
    background: #f8f8f8;
    overflow: hidden;
    position: relative;
}

.urun-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.urun-card:hover .urun-image img {
    transform: scale(1.15);
}

/* �r�n Overlay (H�zl� G�r�nt�leme) */
.urun-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.urun-card:hover .urun-overlay {
    opacity: 1;
}

.quick-view-btn {
    background: white;
    color: #ff6b35;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.quick-view-btn:hover {
    background: #ff6b35;
    color: white;
    transform: scale(1.05);
}

.urun-info {
    padding: 20px;
}

.urun-info h4 {
    font-size: 17px;
    margin-bottom: 10px;
    color: #1a1a1a;
    font-weight: 600;
    height: auto;
    min-height: 45px;
}

.urun-aciklama {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.urun-actions {
    display: flex;
    gap: 10px;
}

.btn-detay {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 500;
    text-align: center;
}

.btn-detay:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    background: linear-gradient(135deg, #f7931e, #ff6b35);
}

/* ==================== MODAL (HIZLI G�R�NT�LEME) ==================== */

.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content {
    background-color: white;
    margin: 5% auto;
    border-radius: 20px;
    width: 90%;
    max-width: 900px;
    animation: slideDown 0.3s;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.close-modal {
    color: #aaa;
    float: right;
    font-size: 35px;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    transition: color 0.3s;
}

.close-modal:hover {
    color: #ff6b35;
}

.modal-body {
    display: flex;
    gap: 30px;
    padding: 30px;
}

.modal-image {
    flex: 1;
    max-width: 400px;
}

.modal-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.modal-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.modal-info h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.modal-info p {
    color: #999;
    margin-bottom: 20px;
    font-size: 14px;
}

.modal-info > div {
    margin-bottom: 20px;
    color: #666;
    line-height: 1.8;
    flex: 1;
}

.modal-info .btn-detay {
    margin-bottom: 10px;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #25D366;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 500;
}

.btn-whatsapp:hover {
    background: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

/* ==================== RESPONS�VE MODAL ==================== */

@media (max-width: 768px) {
    .modal-body {
        flex-direction: column;
    }
    
    .modal-image {
        max-width: 100%;
    }
    
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
    
    .scroll-top {
        width: 40px;
        height: 40px;
        bottom: 80px;
        right: 20px;
    }
}

/* ==================== PARALAX EFFECT ==================== */

.hero {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .hero {
        background-attachment: scroll;
    }

    .urun-detay-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .urun-detay-info {
        position: static;
    }

    .urun-image-frame img {
        max-height: 420px;
    }

    .urun-meta {
        flex-direction: column;
        align-items: flex-start;
    }
}
