/* ============================================================
   GEZEGENWEB - DESKTOP CSS (Canlı Mavi Tema)
   ============================================================ */

/* ===== GENEL ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: 'Inter', sans-serif;
    color: #334155;
    background: #f8fafc;
    overflow-x: hidden;
}
a { transition: all 0.3s ease; }
.container { max-width: 1400px; width: 90%; }

/* ============================================================
   RENKLER - CANLI MAVİ TEMA
   ============================================================ */
.btn-primary, .domain-search-box button, .btn-slider, .btn-account,
.contact-submit, .btn-all-news, .btn-all-products, .whatsapp-btn {
    background: #2563eb !important;
    border-color: #2563eb !important;
}
.btn-primary:hover, .domain-search-box button:hover, .btn-slider:hover,
.btn-account:hover, .contact-submit:hover, .btn-all-news:hover,
.btn-all-products:hover, .whatsapp-btn:hover {
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
}
.section-heading h6, .prof-services-small-title,
.success-number.success-blue, .contact-small-title,
.site-logo a span, .why-section h6, .why-icon {
    color: #2563eb !important;
}
.domain-ext { color: #93c5fd !important; }
.btn-view-details:hover { color: #2563eb !important; }
.prof-service-link { color: #2563eb !important; }
.prof-service-link:hover { color: #1d4ed8 !important; }
.main-nav a:hover { color: #2563eb !important; }
.main-nav a::after { background: #2563eb !important; }
.product-title a:hover { color: #2563eb !important; }
.btn-buy-package { background: #2563eb !important; }
.btn-buy-package:hover { background: #1d4ed8 !important; }
.price-card.popular { border-color: #2563eb !important; background: #2563eb11 !important; }
.badge-popular { background: #2563eb !important; }
.price-amount { color: #2563eb !important; }
.prof-play-button { background: #2563eb !important; }
.prof-play-button:hover { background: #1d4ed8 !important; }
.prof-icon-blue { background: #2563eb !important; }
.trust-item i { color: #2563eb !important; }
.topbar i { color: #93c5fd !important; }
.topbar a:hover { color: #93c5fd !important; }
.nav-menu ul li a:hover { border-bottom-color: #2563eb !important; }
.nav-menu ul li .sub-menu { border-top-color: #2563eb !important; }
.nav-menu ul li .sub-menu li a:hover { border-bottom-color: #2563eb !important; }

/* ===== TOPBAR - CANLI MAVİ ===== */
.topbar {
    background: #2563eb !important;
    color: #ffffff;
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px solid #1d4ed8;
}
.topbar a { color: #ffffff; text-decoration: none; }
.topbar a:hover { color: #bfdbfe; }
.topbar-info span { margin-right: 20px; }
.topbar-info i { color: #bfdbfe; margin-right: 6px; }
.topbar-social a { display: inline-block; margin-left: 12px; font-size: 14px; }

/* ===== HEADER ===== */
.site-header {
    background: #ffffff;
    padding: 15px 0;
    border-bottom: 1px solid #e2e8f0;
}
.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.site-logo a {
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #0f172a;
    text-decoration: none;
}
.site-logo a span { color: #2563eb; }

/* ===== ARAMA ===== */
.header-search {
    width: 430px;
    height: 50px;
    background: #f1f5f9;
    border-radius: 30px;
    display: flex;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: all 0.3s;
}
.header-search:hover,
.header-search:focus-within {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.header-search input {
    flex: 1;
    border: 0;
    background: none;
    padding: 0 20px;
    font-size: 13px;
    outline: none;
    color: #1e293b;
}
.header-search input::placeholder {
    color: #94a3b8;
    font-size: 12px;
}
.header-search button {
    width: 55px;
    border: 0;
    background: none;
    font-size: 18px;
    color: #0f172a;
    cursor: pointer;
    transition: all 0.3s;
}
.header-search button:hover { color: #2563eb; }

/* ===== KULLANICI ALANI ===== */
.header-user-area {
    display: flex;
    gap: 20px;
}
.header-user-area a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0f172a;
    text-decoration: none;
    transition: all 0.3s;
    padding: 5px 10px;
    border-radius: 8px;
}
.header-user-area a:hover { background: #f1f5f9; }
.header-user-area i {
    font-size: 28px;
    color: #2563eb;
    width: 32px;
    text-align: center;
}
.header-user-area strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}
.header-user-area span {
    display: block;
    font-size: 12px;
    color: #64748b;
    line-height: 1.2;
}

/* ===== NAV BAR - CANLI MAVİ ===== */
.nav-bar {
    background: #2563eb !important;
    border-bottom: 3px solid #1d4ed8;
    padding: 0;
}
.nav-bar-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}
.nav-toggle {
    background: none;
    border: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}
.nav-toggle:hover { color: #bfdbfe; }
.nav-toggle i { font-size: 18px; }

/* ===== MENU ===== */
.nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
}
.nav-menu ul li { position: relative; }
.nav-menu ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    padding: 14px 20px;
    display: block;
    transition: all 0.3s;
    border-bottom: 3px solid transparent;
}
.nav-menu ul li a:hover {
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    border-bottom-color: #ffffff;
}
.nav-menu ul li a i { margin-right: 6px; }

/* Sub Menu */
.nav-menu ul li .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #2563eb;
    min-width: 200px;
    border-top: 3px solid #1d4ed8;
    z-index: 999;
    flex-direction: column;
}
.nav-menu ul li:hover .sub-menu { display: block; }
.nav-menu ul li .sub-menu li a {
    padding: 10px 20px;
    border-bottom: 1px solid #1d4ed8;
    font-size: 13px;
    color: #ffffff;
}
.nav-menu ul li .sub-menu li a:hover {
    background: rgba(255,255,255,0.1);
    border-bottom-color: #ffffff;
    color: #ffffff;
}

/* ============================================================
   HERO SLIDER - (Slider butonları canlı mavi)
============================================================ */
.hero-slider { position: relative; overflow: hidden; }
.carousel-inner .item {
    height: 600px;
    background-size: cover;
    background-position: center;
}
.carousel-caption-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8%;
    right: 8%;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}
.carousel-caption-custom h1 {
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    font-size: 48px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.carousel-caption-custom p {
    font-size: 20px;
    margin-bottom: 25px;
    max-width: 600px;
    opacity: 0.9;
}
.btn-slider {
    color: #fff;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    border: none;
}
.btn-slider:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    color: #fff;
}

/* ===== DOMAİN BÖLÜMÜ ===== */
.domain-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 16px 0 20px 0;
    color: #ffffff;
}
.domain-section h2 { margin: 0 0 3px 0; font-size: 28px !important; }
.domain-section p { margin: 0 0 8px 0; font-size: 14px !important; }
.domain-search-box {
    display: flex;
    max-width: 650px;
    margin: 0 auto 10px auto;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}
.domain-search-box input {
    flex: 1;
    padding: 10px 18px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    min-width: 180px;
    outline: none;
}
.domain-search-box button {
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    border: none;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}
.domain-search-box button:hover { transform: scale(1.03); }
.domain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 6px;
    margin-top: 6px;
}
.domain-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 8px 6px;
    text-align: center;
    transition: all 0.3s;
    backdrop-filter: blur(5px);
}
.domain-card:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,0.12);
    border-color: #93c5fd;
}
.domain-ext {
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    font-weight: 800;
    display: block;
    color: #93c5fd;
}
.domain-price { font-size: 13px; color: #94a3b8; }

/* ===== WHY SECTION ===== */
.why-section {
    padding: 30px 0 25px 0;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}
.why-section h6 {
    color: #2563eb;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.why-section h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 25px;
}
.why-box {
    text-align: center;
    padding: 20px 12px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s;
    margin-bottom: 15px;
}
.why-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.06);
    border-color: #93c5fd;
}
.why-icon { font-size: 30px; display: block; margin-bottom: 10px; }
.why-box h4 { font-weight: 700; color: #0f172a; margin: 0 0 4px; font-size: 16px; }
.why-box p { color: #64748b; font-size: 13px; margin: 0; }

/* ===== SECTION HEADING ===== */
.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 35px;
}
.section-heading h6 {
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    color: #2563eb;
    font-size: 13px;
}
.section-heading h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}
.btn-all-products {
    background: #2563eb;
    color: #fff !important;
    padding: 6px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none !important;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
}
.btn-all-products:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
    color: #fff !important;
}
.btn-all-products i { font-size: 12px; }

/* ===== ÜRÜN KARTLARI ===== */
.pro-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03);
}
.pro-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.08);
    border-color: #93c5fd;
}
.product-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
    background: #f1f5f9;
}
.product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.pro-card:hover .product-media img { transform: scale(1.06); }
.wrapper-add-to-cart {
    position: absolute;
    inset: 0;
    background: rgba(15,23,42,0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}
.pro-card:hover .wrapper-add-to-cart { opacity: 1; }
.add-to-cart-inner {
    display: flex;
    gap: 10px;
    transform: translateY(15px);
    transition: transform 0.3s ease;
}
.pro-card:hover .add-to-cart-inner { transform: translateY(0); }
.btn-card-action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 12px;
    padding: 9px 15px;
    border-radius: 6px;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}
.btn-view-details { background: #ffffff; color: #0f172a !important; }
.btn-view-details:hover { background: #f8fafc; color: #2563eb !important; }
.btn-add-cart-custom { background: #10b981; color: #ffffff !important; }
.btn-add-cart-custom:hover { background: #059669; }
.pro-details { padding: 16px; display: flex; flex-direction: column; flex-grow: 1; }
.product-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 8px 0;
    min-height: 38px;
}
.product-title a { color: #1e293b; text-decoration: none; }
.product-title a:hover { color: #2563eb; }
.star-rating-custom { color: #f59e0b; font-size: 12px; margin-bottom: 8px; }
.card-footer-price {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
}
.price-tag { font-size: 16px; font-weight: 700; color: #0f172a; }
.price-tax { font-size: 11px; color: #94a3b8; font-weight: 400; }

/* ===== BAŞARILAR ===== */
.success-section {
    background: #eff6ff;
    padding: 35px 0 40px;
}
.success-wrapper { display: flex; align-items: center; gap: 25px; }
.success-stats {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 15px;
    width: 62%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    gap: 10px;
}
.success-item { text-align: center; padding: 8px 5px; }
.success-number {
    font-family: 'Barlow', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 4px;
}
.success-number.success-blue { color: #2563eb; }
.success-number.success-green { color: #10b981; }
.success-number.success-pink { color: #ec4899; }
.success-number.success-orange { color: #f59e0b; }
.success-label { font-size: 12px; color: #64748b; font-weight: 500; margin-bottom: 8px; }
.success-progress {
    width: 100%;
    height: 3px;
    background: #f1f5f9;
    border-radius: 10px;
    overflow: hidden;
}
.success-progress span { display: block; height: 100%; border-radius: 10px; }
.progress-blue { width: 85%; background: #2563eb; }
.progress-green { width: 75%; background: #10b981; }
.progress-pink { width: 60%; background: #ec4899; }
.progress-orange { width: 70%; background: #f59e0b; }
.success-content { width: 38%; padding-left: 10px; }
.success-small-title {
    color: #2563eb;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
}
.success-content h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 12px;
    line-height: 1.2;
}
.success-content p { color: #64748b; font-size: 14px; line-height: 1.7; margin: 0; }

/* ============================================================
   BLOG KARTLARI
============================================================ */
.blog-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #f3f4f6;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.08);
}
.blog-card-media { width: 100%; height: 180px; overflow: hidden; }
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-body { padding: 18px; display: flex; flex-direction: column; flex-grow: 1; }
.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 11px;
    color: #9ca3af;
}
.blog-meta .category {
    background: #2563eb15;
    color: #2563eb;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 600;
}
.blog-date { color: #9ca3af; font-size: 12px; display: flex; align-items: center; gap: 4px; }
.blog-title {
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.35;
    margin: 0 0 6px;
}
.blog-title a { color: #1f2937; text-decoration: none; }
.blog-title a:hover { color: #2563eb; }
.blog-desc { color: #6b7280; font-size: 13px; line-height: 1.6; margin: 0 0 10px; }
.blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
}
.blog-footer .read-time { font-size: 11px; color: #9ca3af; }
.blog-footer .read-more {
    font-weight: 600;
    font-size: 12px;
    color: #2563eb;
    text-decoration: none;
}
.blog-footer .read-more:hover { color: #1d4ed8; }

/* ============================================================
   SAYFA HEADER - SPACE WORLD
============================================================ */

.page-header2 {

    position:relative;
    overflow:hidden;

    height:200px;

    background:

    radial-gradient(circle at 80% 20%,
        rgba(125,211,252,.35),
        transparent 18%
    ),

    radial-gradient(circle at 25% 40%,
        rgba(14,165,233,.25),
        transparent 25%
    ),

    linear-gradient(
        180deg,
        #020617 0%,
        #001b33 50%,
        #020617 100%
    );

    text-align:center;
    color:#fff;
    margin-bottom:30px;

}



/* 🌍 DÜNYA KÜRESİ */

.page-header2:before {

    content:"";

    position:absolute;

    width:160px;
    height:160px;

    right:9%;
    top:20px;


    border-radius:50%;


    background:

    radial-gradient(circle at 30% 35%,
        #4ade80 0%,
        transparent 18%
    ),


    radial-gradient(circle at 65% 25%,
        #22c55e 0%,
        transparent 16%
    ),


    radial-gradient(circle at 55% 65%,
        #16a34a 0%,
        transparent 20%
    ),


    radial-gradient(circle at 35% 35%,
        #7dd3fc 0%,
        #0284c7 45%,
        #075985 75%,
        #020617 100%
    );


    box-shadow:


    inset -25px -20px 35px rgba(0,0,0,.7),

    0 0 35px rgba(56,189,248,.8),

    0 0 70px rgba(14,165,233,.5);



    animation:dunyaDon 20s linear infinite;

}



/* 🌍 DÜNYA DÖNÜŞ */

@keyframes dunyaDon {

    from {

        transform:rotate(0deg);

    }


    to {

        transform:rotate(360deg);

    }

}



/* 🌌 YILDIZ + GALAKSİ ALANI */

.page-header2:after {

    content:"";

    position:absolute;

    inset:0;


    background:


    radial-gradient(circle at 70% 40%,
        rgba(125,211,252,.25),
        transparent 20%
    ),


    radial-gradient(circle at 85% 20%,
        rgba(14,165,233,.25),
        transparent 18%
    ),


    radial-gradient(#ffffff 1.5px, transparent 2px),


    radial-gradient(#7dd3fc 1px, transparent 2px);


    background-size:

    400px 400px,

    300px 300px,

    70px 70px,

    120px 120px;


    opacity:.45;


    animation:galaksiHareket 30s linear infinite;

}




@keyframes galaksiHareket {


    from {

        background-position:

        0 0,
        200px 100px,
        0 0,
        100px 50px;

    }


    to {

        background-position:

        300px 200px,
        0 300px,
        200px 200px,
        300px 100px;

    }

}



/* YAZILAR ÜSTTE */

.page-header2 .container {

    position:relative;

    z-index:5;

}



/* BAŞLIK */

.page-header2 .page-title {

    color:#fff;

    font-family:'Barlow',sans-serif;

    font-size:36px;

    font-weight:800;


    text-shadow:

    0 0 15px rgba(125,211,252,.8);

}



/* BREADCRUMB */

.page-header2 .breadcrumbs a {

    color:#7dd3fc;

}



.page-header2 .breadcrumbs li.active {

    color:#fff;

}
/* ============================================================
   PANEL BOX (Müşteri Paneli)
============================================================ */
.panel-box {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.panel-box .panel-heading {
    padding: 15px 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.panel-box .panel-heading h4 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    margin: 0;
    color: #0f172a;
    font-size: 16px;
}
.panel-box .panel-heading h4 i {
    color: #2563eb;
    margin-right: 8px;
}
.panel-box .panel-body { padding: 20px; }

.badge-count {
    background: #e2e8f0;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #475569;
}

/* ===== BADGE ===== */
.badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}
.badge-success { background: #10b981; color: #fff; }
.badge-danger { background: #ef4444; color: #fff; }
.badge-warning { background: #f59e0b; color: #fff; }
.badge-info { background: #0284c7; color: #fff; }
.badge-primary { background: #2563eb; color: #fff; }
.badge-secondary { background: #64748b; color: #fff; }

/* ============================================================
   FORM
============================================================ */
.form-group { margin-bottom: 18px; }
.form-group label {
    font-weight: 600;
    font-size: 13px;
    color: #0f172a;
    display: block;
    margin-bottom: 4px;
}
.form-group .text-danger { color: #ef4444; }
.form-control {
    width: 100%;
    padding: 10px 14px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s;
    background: #f8fafc;
}
.form-control:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
    background: #ffffff;
    outline: none;
}
.form-control:disabled {
    background: #f1f5f9;
    cursor: not-allowed;
}
textarea.form-control { resize: vertical; min-height: 80px; }

/* ============================================================
   BUTTON
============================================================ */
.btn {
    padding: 10px 24px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    border: none;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    text-decoration: none;
}
.btn-primary {
    background: #2563eb;
    color: #ffffff;
}
.btn-primary:hover {
    background: #1d4ed8;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
}
.btn-secondary {
    background: #e2e8f0;
    color: #0f172a;
}
.btn-secondary:hover {
    background: #cbd5e1;
    color: #0f172a;
    transform: translateY(-2px);
}
.btn-danger {
    background: #ef4444;
    color: #ffffff;
}
.btn-danger:hover {
    background: #dc2626;
    color: #ffffff;
}
.btn-sm {
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 6px;
}

/* ============================================================
   ALERT
============================================================ */
.alert {
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 13px;
    margin-bottom: 15px;
}
.alert-success {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #86efac;
}
.alert-danger {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fca5a5;
}
.alert-warning {
    background: #fffbeb;
    color: #d97706;
    border: 1px solid #fcd34d;
}
.alert-info {
    background: #eff6ff;
    color: #2563eb;
    border: 1px solid #93c5fd;
}

/* ============================================================
   TABLE
============================================================ */
.table {
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
}
.table th {
    color: #64748b;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-top: none;
    padding: 10px 12px;
}
.table td {
    padding: 10px 12px;
    vertical-align: middle;
}
.table-striped tbody tr:nth-child(odd) { background: #f8fafc; }

/* ============================================================
   FOOTER
============================================================ */
.site-footer {
    background: #0f172a;
    color: #94a3b8;
    padding: 50px 0 0;
    margin-top: 30px;
}
.site-footer h5 {
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
.site-footer ul { list-style: none; padding: 0; }
.site-footer ul li { margin-bottom: 8px; }
.site-footer ul a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s;
}
.site-footer ul a:hover { color: #93c5fd; padding-left: 5px; }
.footer-social a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    color: #94a3b8;
    margin-right: 6px;
    transition: all 0.3s;
    font-size: 14px;
}
.footer-social a:hover {
    background: #2563eb;
    color: #fff;
    transform: translateY(-3px);
}
.footer-bottom {
    border-top: 1px solid #1e293b;
    padding: 16px 0;
    margin-top: 30px;
    text-align: center;
    font-size: 13px;
    color: #64748b;
}
.footer-bottom a { color: #94a3b8; text-decoration: none; }
.footer-bottom a:hover { color: #93c5fd; }

/* ============================================================
   WHATSAPP BUTONU
============================================================ */
.whatsapp-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    background: #25d366 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 28px;
    z-index: 999;
    text-decoration: none !important;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    border: none;
}
.whatsapp-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.4);
    background: #20b85a !important;
    color: #fff !important;
}

/* ============================================================
   PAGINATION
============================================================ */
.pagination-wrapper { text-align: center; margin-top: 30px; }
.pagination {
    display: inline-flex;
    list-style: none;
    gap: 8px;
    padding: 0;
}
.pagination li a { text-decoration: none; }

/* ============================================================
   SEPET BADGE - HEADER
============================================================ */
.cart-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    padding-right: 10px;
}
.cart-link i {
    font-size: 20px;
    color: #334155;
    transition: color 0.3s;
}
.cart-link:hover i {
    color: #2563eb;
}
.cart-link div {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.cart-link div strong {
    font-size: 13px;
    color: #0f172a;
}
.cart-link div span {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}
.cart-badge {
    position: absolute;
    top: -8px;
    right: -4px;
    background: #e53935;
    color: #ffffff;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    box-shadow: 0 2px 8px rgba(229, 57, 53, 0.4);
    animation: badge-pulse 2s infinite;
    z-index: 5;
}
@keyframes badge-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}

/* ===== MOBİL ===== */
@media (max-width: 768px) {
    .cart-link i { font-size: 18px; }
    .cart-link div strong { font-size: 12px; }
    .cart-link div span { font-size: 10px; }
    .cart-badge {
        min-width: 18px;
        height: 18px;
        font-size: 10px;
        top: -6px;
        right: -2px;
    }
}