/**
 * ScriptMarket - Frontend Stylesheet
 * Ultra-fast, Pure Modern CSS3 (No bulky frameworks)
 */

:root {
    --primary: #2563eb;
    --primary-hover: #1d4ed8;
    --primary-light: #eff6ff;
    --dark: #0f172a;
    --dark-light: #1e293b;
    --body-bg: #f8fafc;
    --card-bg: #ffffff;
    --text-main: #0f172a;
    --text-muted: #64748b;
    --border: #e2e8f0;
    --success: #10b981;
    --warning: #f59e0b;
    --danger: #ef4444;
    --radius-sm: 6px;
    --radius: 12px;
    --radius-lg: 16px;
    --shadow-sm: 0 2px 6px rgba(15, 23, 42, 0.04);
    --shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.08);
    --shadow-lg: 0 20px 35px -10px rgba(15, 23, 42, 0.12);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body, input, button, select, textarea {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    background-color: var(--body-bg);
    color: var(--text-main);
    font-size: 15px;
    line-height: 1.6;
    overflow-x: hidden;
    letter-spacing: -0.011em;
    animation: globalSmoothFadeIn 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    letter-spacing: -0.025em;
    font-weight: 800;
}

@keyframes globalSmoothFadeIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

a, button, input, select, textarea, .btn, .product-card, .corp-adv-card-horiz, .simple-stat-card, .nav-dropdown, .form-control, .category-card {
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

a {
    color: var(--primary);
    text-decoration: none;
}


a:hover {
    color: var(--primary-hover);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Container */
.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===================================================
   Header & Navbar (Kurumsal & No-Wrap Düzeltmesi)
=================================================== */

/* Top Announcement Bar */
.top-bar {
    background: #1e293b;
    color: #94a3b8;
    font-size: 13px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.top-bar-links {
    display: flex;
    gap: 18px;
    align-items: center;
    white-space: nowrap;
}

.top-link {
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.top-link:hover {
    color: #ffffff;
}

.top-notice-badge {
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-left: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.top-wa-pill {
    color: #4ade80 !important;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.top-wa-pill:hover {
    color: #22c55e !important;
}

/* ===================================================
   En Üst Özel Kampanya & Duyuru Bandı (Top Campaign Bar)
=================================================== */
.top-campaign-bar {
    background: linear-gradient(135deg, #450a0a 0%, #7f1d1d 30%, #991b1b 60%, #b91c1c 100%);
    border-bottom: 1px solid rgba(239, 68, 68, 0.4);
    color: #ffffff;
    padding: 10px 0;
    position: relative;
    z-index: 996;
    overflow: hidden;
}

.top-campaign-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15%;
    width: 300px;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(239, 68, 68, 0.35) 0%, rgba(239, 68, 68, 0) 70%);
    pointer-events: none;
}

.top-campaign-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: nowrap;
}

/* Sol: Ağustos'a Özel Rozet */
.top-campaign-left {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.campaign-special-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #000000;
    border: 1.5px solid #000000;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    padding: 7px 16px;
    font-size: 12.5px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
    position: relative;
    white-space: nowrap;
}

.campaign-special-tag i {
    color: #ffffff;
    font-size: 13px;
}

.campaign-pulse-glow {
    width: 7px;
    height: 7px;
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px #ffffff;
    animation: campaignPulse 1.8s infinite;
}

@keyframes campaignPulse {
    0% { transform: scale(0.95); opacity: 0.7; }
    50% { transform: scale(1.3); opacity: 1; box-shadow: 0 0 12px #ffffff; }
    100% { transform: scale(0.95); opacity: 0.7; }
}

/* Orta: Kampanya & Yazılım Başlığı */
.top-campaign-center {
    flex: 1;
    text-align: center;
    white-space: nowrap;
    padding: 0 12px;
    min-width: 0;
}

.campaign-highlight-text {
    font-size: 13px;
    color: #e2e8f0;
    white-space: nowrap;
    display: inline-block;
}

.campaign-highlight-text strong.text-amber {
    color: #fbbf24;
    font-weight: 800;
}

.campaign-highlight-text strong {
    color: #38bdf8;
    font-weight: 800;
}

/* Sağ: Geri Sayım & Buton (Görseldeki Birebir Tasarım) */
.top-campaign-right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.campaign-countdown-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.countdown-label {
    font-size: 9.5px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
}

.campaign-timer-boxes {
    display: flex;
    align-items: center;
    gap: 5px;
}

.timer-box {
    width: 42px;
    height: 44px;
    background: #eab308; /* Komple Sarı Arka Plan */
    border: 1px solid #ca8a04;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease;
}

.timer-box .t-num {
    font-size: 15px;
    font-weight: 900;
    color: #ffffff !important; /* Beyaz Yazı */
    line-height: 1;
    font-family: inherit;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.timer-box .t-unit {
    font-size: 8px;
    font-weight: 900;
    color: #ffffff !important; /* Beyaz Yazı */
    letter-spacing: 0.5px;
    line-height: 1;
    margin-top: 3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

/* Saniye (SN) Kutusu: Komple Siyah Arka Plan & Beyaz Yazı */
.timer-box-sn {
    background: #000000 !important; /* Komple Siyah */
    border: 1px solid #000000 !important;
}

.timer-box-sn .t-num {
    color: #ffffff !important;
    text-shadow: none;
}

.timer-box-sn .t-unit {
    color: #ffffff !important;
    text-shadow: none;
}

/* Özel Kesik Köşeli (Chamfered) Beyaz Buton */
.btn-campaign-cta {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    color: #0f172a !important;
    padding: 10px 22px;
    font-size: 13.5px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    transition: color 0.3s ease, transform 0.2s ease;
    z-index: 1;
}

.btn-campaign-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    background: #0f172a;
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.btn-campaign-cta:hover::before {
    width: 100%;
}

.btn-campaign-cta:hover {
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}

.btn-campaign-cta .btn-cta-text,
.btn-campaign-cta i {
    position: relative;
    z-index: 2;
    transition: transform 0.25s ease;
}

.btn-campaign-cta:hover i {
    transform: translateX(4px);
}


@media (max-width: 991px) {
    .top-campaign-bar {
        padding: 8px 0;
    }
    .top-campaign-inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 14px;
        text-align: center;
    }
    .top-campaign-center {
        order: 1;
        flex: 1 1 100%;
        white-space: normal;
        padding: 0 4px;
    }
    .campaign-highlight-text {
        white-space: normal;
        font-size: 12.5px;
        line-height: 1.4;
    }
    .top-campaign-left {
        order: 2;
    }
    .top-campaign-right {
        order: 3;
        gap: 10px;
    }
}

@media (max-width: 640px) {
    .top-campaign-bar {
        padding: 6px 0;
    }
    .top-campaign-inner {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 0 10px;
    }
    .top-campaign-center {
        order: 1;
        width: 100%;
        font-size: 12px;
    }
    .campaign-highlight-text {
        font-size: 11.5px;
    }
    .top-campaign-left {
        order: 2;
    }
    .top-campaign-right {
        order: 3;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        width: 100%;
    }
    .campaign-special-tag {
        padding: 5px 12px;
        font-size: 11px;
    }
    .campaign-countdown-wrap {
        flex-direction: row;
        gap: 6px;
        align-items: center;
    }
    .countdown-label {
        display: none;
    }
    .timer-box {
        width: 32px;
        height: 34px;
    }
    .timer-box .t-num {
        font-size: 13px;
    }
    .timer-box .t-unit {
        font-size: 7px;
        margin-top: 1px;
    }
    .btn-campaign-cta {
        padding: 6px 14px;
        font-size: 12px;
        gap: 6px;
    }
}

@media (max-width: 380px) {
    .campaign-highlight-text {
        font-size: 11px;
    }
    .timer-box {
        width: 28px;
        height: 30px;
    }
    .timer-box .t-num {
        font-size: 12px;
    }
    .btn-campaign-cta {
        padding: 5px 10px;
        font-size: 11.5px;
    }
}

/* ===================================================
   Top Utility Bar (Görseldeki Birebir Üst Bilgi Satırı)
=================================================== */


.site-top-bar {
    background: #0f172a;
    background: linear-gradient(90deg, #09101f 0%, #0f172a 45%, #1e293b 80%, #0f172a 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13.5px;
    color: #cbd5e1;
    position: relative;
    z-index: 995;
}

.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    gap: 20px;
}

.top-bar-left,
.top-bar-right {
    display: flex;
    align-items: center;
    gap: 26px;
}

.top-bar-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #cbd5e1;
    text-decoration: none;
    font-weight: 600;
    font-size: 13.5px;
    padding: 4px 2px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.top-bar-link i {
    font-size: 14.5px;
    color: #60a5fa;
    transition: color 0.2s ease;
}

.top-bar-link:hover {
    color: #ffffff;
}

.top-bar-link:hover i {
    color: #38bdf8;
}

/* Sepet Icon Button */
.top-bar-cart {
    background: rgba(37, 99, 235, 0.2);
    border: 1px solid rgba(56, 189, 248, 0.35);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 0;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease;
}

.top-bar-cart:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
    box-shadow: 0 3px 10px rgba(37, 99, 235, 0.45);
    transform: translateY(-1px);
}

.top-cart-icon-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.top-cart-icon-box i {
    color: #ffffff !important;
    font-size: 15px;
}

.top-cart-badge {
    position: absolute;
    top: -5px;
    right: -7px;
    background: #ef4444;
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
    min-width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border-radius: 999px;
    padding: 0 4px;
    border: 1.5px solid #0f172a;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 868px) {
    .site-top-bar {
        display: block;
        padding: 6px 0;
    }
    .top-bar-inner {
        height: auto;
        min-height: 36px;
        padding: 0 12px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
    }
    .top-bar-left,
    .top-bar-right {
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 14px;
        flex-wrap: wrap;
    }
    .top-bar-link {
        font-size: 12px;
        padding: 2px 4px;
        gap: 5px;
    }
    .top-bar-link i {
        font-size: 12px;
    }
    .top-bar-cart {
        padding: 3px 10px;
        font-size: 12px;
        gap: 6px;
    }
    .top-cart-badge {
        min-width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 9.5px;
        margin-left: 3px;
    }
}

@media (max-width: 480px) {
    .site-top-bar {
        padding: 5px 0;
    }
    .top-bar-inner {
        gap: 5px;
        padding: 0 8px;
    }
    .top-bar-left {
        display: flex;
        justify-content: center;
        gap: 10px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        white-space: nowrap;
    }
    .top-bar-left::-webkit-scrollbar {
        display: none;
    }
    .top-bar-right {
        display: flex;
        justify-content: center;
        gap: 10px;
        white-space: nowrap;
    }
    .top-bar-link {
        font-size: 11px;
        gap: 4px;
    }
    .top-bar-link i {
        font-size: 11px;
    }
    .top-bar-cart {
        padding: 2px 8px;
        font-size: 11px;
    }
}



/* Site Header */
.site-header {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 990;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
    gap: 20px;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    text-decoration: none;
    letter-spacing: -0.5px;
    white-space: nowrap;
    flex-shrink: 0;
}

.brand-logo i {
    color: #2563eb;
    font-size: 26px;
    flex-shrink: 0;
}

.brand-logo-img {
    height: 26px;
    max-height: 26px;
    width: auto;
    max-width: 32px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
    border-radius: 4px;
}

/* Search Bar */
.search-form {
    position: relative;
    width: 220px;
    flex-shrink: 1;
}

.search-form input {
    width: 100%;
    padding: 9px 38px 9px 14px;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    font-size: 13px;
    outline: none;
    transition: all 0.2s ease;
}

.search-form input:focus {
    background: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.search-form button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #64748b;
    cursor: pointer;
    font-size: 14px;
}

.search-form button:hover {
    color: #2563eb;
}

/* Navigation Menu */
.nav-container {
    display: flex;
    align-items: center;
}

.nav-menu {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 18px;
    margin: 0;
    padding: 0;
}

.nav-item {
    position: relative;
}

.nav-link {
    color: #334155;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.nav-link:hover {
    color: #2563eb;
    background: #f1f5f9;
}

.nav-link.active {
    color: #2563eb;
    background: #eff6ff;
    font-weight: 700;
}

.nav-arrow {
    font-size: 10px;
    transition: transform 0.2s ease;
}

.nav-item:hover .nav-arrow {
    transform: rotate(180deg);
}

/* Dropdown Menu */
.nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 250px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 8px;
    border: 1px solid #e2e8f0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    z-index: 1000;
    list-style: none;
}

.nav-item:hover .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.nav-dropdown li a i {
    width: 18px;
    text-align: center;
    color: #2563eb;
}

.nav-dropdown li a:hover {
    background: #eff6ff;
    color: #2563eb;
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    flex-shrink: 0;
}

.action-icon-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease;
}

.action-icon-btn:hover {
    background: #eff6ff;
    color: #2563eb;
    border-color: #bfdbfe;
}

.badge-count {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #ef4444;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
}

.header-cart-btn {
    background: #2563eb;
    color: #ffffff !important;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25);
}

.header-cart-btn:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
}

.cart-count-badge {
    background: #ffffff;
    color: #2563eb;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: 6px;
}


/* ===================================================
   Mobile Navigation Drawer (Soldan Sağa Açılan Dikey Menü)
=================================================== */
.mobile-nav-toggle {
    display: none;
    background: transparent;
    border: none;
    font-size: 22px;
    color: var(--dark);
    cursor: pointer;
}

.drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(4px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s ease;
}

.drawer-overlay.open {
    opacity: 1;
    visibility: visible;
}

.mobile-drawer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 320px;
    max-width: 86vw;
    height: 100vh;
    height: 100dvh;
    background: #ffffff;
    z-index: 9999;
    transform: translateX(-110%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.35s ease;
    display: flex;
    flex-direction: column;
    box-shadow: none;
    overflow: hidden;
}

.mobile-drawer.open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
    box-shadow: 6px 0 35px rgba(0, 0, 0, 0.25);
}

body.drawer-open {
    overflow: hidden !important;
}

.drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}

.drawer-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    text-decoration: none;
}

.drawer-logo i {
    color: #2563eb;
    font-size: 20px;
}

.drawer-close-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f1f5f9;
    border: none;
    color: #475569;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.drawer-close-btn:hover {
    background: #fee2e2;
    color: #ef4444;
}

.drawer-search-wrap {
    padding: 14px 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.drawer-search-form {
    position: relative;
    width: 100%;
}

.drawer-search-form input {
    width: 100%;
    padding: 9px 38px 9px 14px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    font-size: 13.5px;
    outline: none;
    transition: border-color 0.2s ease;
}

.drawer-search-form input:focus {
    border-color: #2563eb;
}

.drawer-search-form button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #64748b;
    cursor: pointer;
    font-size: 14px;
}

.drawer-content {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.drawer-menu-title {
    font-size: 11px;
    font-weight: 800;
    color: #94a3b8;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.drawer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.drawer-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    color: #334155;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.drawer-nav-link i {
    width: 20px;
    font-size: 15px;
    color: #2563eb;
    text-align: center;
}

.drawer-nav-link:hover,
.drawer-nav-link.active {
    background: #eff6ff;
    color: #2563eb;
}

.drawer-has-submenu {
    display: flex;
    flex-direction: column;
}

.drawer-submenu-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 8px;
    background: transparent;
    border: none;
    color: #334155;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
}

.drawer-link-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.drawer-link-left i {
    width: 20px;
    font-size: 15px;
    color: #2563eb;
    text-align: center;
}

.drawer-submenu-arrow {
    font-size: 11px;
    color: #94a3b8;
    transition: transform 0.25s ease;
}

.drawer-has-submenu.open .drawer-submenu-arrow {
    transform: rotate(180deg);
    color: #2563eb;
}

.drawer-has-submenu.open .drawer-submenu-toggle {
    background: #f8fafc;
    color: #2563eb;
}

.drawer-submenu-list {
    display: none;
    list-style: none;
    padding: 4px 0 6px 32px;
    margin: 0;
    flex-direction: column;
    gap: 2px;
}

.drawer-has-submenu.open .drawer-submenu-list {
    display: flex;
}

.drawer-submenu-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.drawer-submenu-list a i {
    font-size: 12px;
    color: #64748b;
    width: 16px;
}

.drawer-submenu-list a:hover {
    color: #2563eb;
    background: #f1f5f9;
}

.drawer-user-section {
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
    margin-top: auto;
}

.drawer-user-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8fafc;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    margin-bottom: 12px;
}

.drawer-user-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #2563eb;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.drawer-user-info {
    overflow: hidden;
}

.drawer-user-name {
    font-size: 13.5px;
    font-weight: 700;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drawer-user-email {
    font-size: 11.5px;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drawer-auth-buttons {
    display: flex;
    gap: 8px;
}

.drawer-auth-buttons .btn {
    flex: 1;
    font-size: 12.5px;
    padding: 8px 10px;
}

.drawer-wa-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #22c55e;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    margin-top: 6px;
}

.drawer-wa-btn:hover {
    background: #16a34a;
}

@media (max-width: 991px) {
    .nav-container {
        display: none !important;
    }

    .mobile-nav-toggle {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border-radius: 8px;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        color: #0f172a;
        font-size: 20px;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .mobile-nav-toggle:hover {
        background: #eff6ff;
        color: #2563eb;
        border-color: #bfdbfe;
    }
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid transparent;
    transition: var(--transition);
    text-decoration: none;
}

.btn-primary {
    background: var(--primary);
    color: #ffffff;
}

.btn-primary:hover {
    background: var(--primary-hover);
    color: #ffffff;
    transform: translateY(-1px);
}

.btn-outline {
    background: transparent;
    border-color: var(--border);
    color: var(--dark);
}

.btn-outline:hover {
    border-color: var(--primary);
    color: var(--primary);
    background: var(--primary-light);
}

.btn-dark {
    background: var(--dark);
    color: #fff;
}

.btn-dark:hover {
    background: var(--dark-light);
    color: #fff;
}

.btn-lg {
    padding: 14px 28px;
    font-size: 16px;
    border-radius: 8px;
}

.btn-sm {
    padding: 6px 14px;
    font-size: 13px;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #172554 100%);
    color: #ffffff;
    padding: 80px 0 90px;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 20%, rgba(37, 99, 235, 0.25) 0%, transparent 60%);
    pointer-events: none;
}

.hero-content {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(37, 99, 235, 0.2);
    border: 1px solid rgba(37, 99, 235, 0.4);
    border-radius: 999px;
    color: #93c5fd;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
}

.hero-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 18px;
    letter-spacing: -1px;
}

.hero-subtitle {
    font-size: 18px;
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 34px;
}

.hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Sections */
.section {
    padding: 70px 0;
}

.section-bg {
    background: #ffffff;
}

.section-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 50px;
}

.section-badge {
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 8px;
}

.section-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--dark);
    letter-spacing: -0.5px;
    margin-bottom: 12px;
}

.section-desc {
    color: var(--text-muted);
    font-size: 16px;
}

/* Category Grid */
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
}

.category-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px 18px;
    text-align: center;
    transition: var(--transition);
    text-decoration: none;
    display: block;
}

.category-card:hover {
    transform: translateY(-4px);
    border-color: var(--primary);
    box-shadow: var(--shadow);
}

.category-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--primary-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 14px;
    transition: var(--transition);
}

.category-card:hover .category-icon {
    background: var(--primary);
    color: #ffffff;
}

.category-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 4px;
}

.category-count {
    font-size: 12px;
    color: var(--text-muted);
}

/* Product Grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

/* ===================================================
   Product Card (Referans Görsele Birebir Uyumlu Tasarım)
=================================================== */
.product-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 16px 16px 20px;
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    box-sizing: border-box;
}

.product-card:hover {
    transform: translateY(-3px);
    border-color: #cbd5e1;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.product-thumb {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.product-thumb a.thumb-link,
.product-thumb a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    transition: transform 0.35s ease;
}

.product-card:hover .product-thumb img {
    transform: scale(1.04);
}

/* Kırmızı Çapraz Bantlar Tamamen Engellendi */
.card-ribbon {
    display: none !important;
}

/* Card Body */
.product-body {
    padding: 16px 0 0 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

/* Yazılım Başlığı (Ortalı & 2 Satır) */
.product-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    color: #1e293b;
    margin: 0 0 14px 0;
    min-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.product-title a {
    color: #1e293b;
    text-decoration: none;
    transition: color 0.15s ease;
}

.product-title a:hover {
    color: #1e88e5;
}

/* Fiyat Kutusu (Görseldeki Açık Gri Kutu) */
.product-price-box {
    width: 100%;
    background: #f8fafc;
    border-radius: 6px;
    padding: 12px 10px;
    margin-bottom: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    box-sizing: border-box;
    text-align: center;
}

.price-old {
    font-size: 13.5px;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 600;
    margin-bottom: 2px;
    line-height: 1;
}

.price-current {
    font-size: 21px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
    letter-spacing: -0.3px;
}

/* Yazılım İncele Butonu (Mavi Aksiyon Butonu) */
.btn-product-inspect {
    width: 100%;
    background: #1e88e5;
    color: #ffffff !important;
    border-radius: 6px;
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    box-shadow: 0 2px 6px rgba(30, 136, 229, 0.25);
    box-sizing: border-box;
    cursor: pointer;
}

.btn-product-inspect i {
    font-size: 13px;
    transition: transform 0.2s ease;
}

.btn-product-inspect:hover {
    background: #1976d2;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(30, 136, 229, 0.35);
}

.btn-product-inspect:hover i {
    transform: translateX(3px);
}

/* Feature Cards ("Neden Bizi Tercih Etmelisiniz?") */

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.feature-box {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px 24px;
    text-align: center;
    transition: var(--transition);
}

.feature-box:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: var(--primary);
}

.feature-icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: var(--primary-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto 20px;
}

.feature-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.feature-desc {
    font-size: 14px;
    color: var(--text-muted);
}

/* ===================================================
   Site Temasına Uyumlu Canlı İstatistikler (Site Stats)
=================================================== */
.site-stats-section {
    padding: 70px 0;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}

.site-stats-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 44px;
}

.site-stats-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    padding: 6px 16px;
    border-radius: 999px;
    color: #2563eb;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.site-stats-title {
    font-size: 30px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
    letter-spacing: -0.4px;
}

.site-stats-desc {
    font-size: 15px;
    color: #64748b;
}

.site-stats-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 36px 28px;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.06);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
}

.site-stats-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    height: 3px;
    background: linear-gradient(90deg, #2563eb 0%, #06b6d4 50%, #10b981 100%);
    border-radius: 3px 3px 0 0;
}

.site-stat-col {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 10px 14px;
    border-right: 1px solid #f1f5f9;
    transition: transform 0.25s ease;
}

.site-stat-col:last-child {
    border-right: none;
}

.site-stat-col:hover {
    transform: translateY(-2px);
}

.stat-circle {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.stat-circle.icon-blue {
    background: #eff6ff;
    color: #2563eb;
    border: 1px solid #bfdbfe;
}

.stat-circle.icon-dark {
    background: #f1f5f9;
    color: #0f172a;
    border: 1px solid #cbd5e1;
}

.stat-circle.icon-green {
    background: #ecfdf5;
    color: #10b981;
    border: 1px solid #a7f3d0;
}

.stat-circle.icon-cyan {
    background: #ecfeff;
    color: #06b6d4;
    border: 1px solid #a5f3fc;
}

.stat-content {
    display: flex;
    flex-direction: column;
}

.site-stat-col .counter-num {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 2px;
    letter-spacing: -0.5px;
}

.color-blue { color: #2563eb; }
.color-dark { color: #0f172a; }
.color-green { color: #10b981; }
.color-cyan { color: #0284c7; }

.site-stat-col .counter-label {
    font-size: 14px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 4px;
}

.stat-tag {
    font-size: 11px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.tag-blue { color: #2563eb; }
.tag-dark { color: #475569; }
.tag-green { color: #059669; }
.tag-cyan { color: #0284c7; }

@media (max-width: 991px) {
    .site-stats-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .site-stat-col {
        border-right: none;
        border-bottom: 1px solid #f1f5f9;
        padding-bottom: 20px;
    }
    .site-stat-col:nth-child(3),
    .site-stat-col:nth-child(4) {
        border-bottom: none;
        padding-bottom: 10px;
    }
}

@media (max-width: 640px) {
    .site-stats-box {
        grid-template-columns: 1fr;
    }
    .site-stat-col {
        border-bottom: 1px solid #f1f5f9;
    }
}

/* Testimonial Cards */
.testimonial-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--shadow-sm);
}

.testimonial-text {
    font-style: italic;
    color: var(--text-muted);
    font-size: 14px;
    margin: 14px 0;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--primary-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/* ===================================================
   Homepage Blog Section (Görseldeki Birebir Tasarım)
=================================================== */
.home-blog-section {
    padding: 60px 0 70px;
}

.home-blog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.home-blog-title {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    margin: 0;
    letter-spacing: -0.4px;
}

.home-blog-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.home-blog-nav-btn {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: #0284c7;
    border: none;
    color: #ffffff;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.home-blog-nav-btn:hover {
    background: #0369a1;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(2, 132, 199, 0.3);
}

.home-blog-nav-btn:active {
    transform: scale(0.95);
}

.home-blog-slider-wrapper {
    position: relative;
    overflow: hidden;
    padding: 4px 2px 14px 2px;
}

.home-blog-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.home-blog-track::-webkit-scrollbar {
    display: none;
}

.home-blog-slide {
    flex: 0 0 calc(33.333% - 16px);
    scroll-snap-align: start;
    min-width: 280px;
}

.home-blog-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.home-blog-card:hover {
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
}

.home-blog-thumb {
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
    background: #0f172a;
    display: block;
}

.home-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.4s ease;
}

.home-blog-card:hover .home-blog-thumb img {
    transform: scale(1.04);
}

.home-blog-body {
    padding: 16px 18px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
    background: #ffffff;
}

.home-blog-card-title {
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 14px 0;
    min-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-blog-card-title a {
    color: #0284c7;
    text-decoration: none;
    transition: color 0.2s ease;
}

.home-blog-card-title a:hover {
    color: #0369a1;
    text-decoration: underline;
}

.home-blog-divider {
    height: 1px;
    background: #f1f5f9;
    margin-top: auto;
    margin-bottom: 12px;
}

.home-blog-date {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 500;
}

@media (max-width: 991px) {
    .home-blog-slide {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 640px) {
    .home-blog-slide {
        flex: 0 0 calc(100% - 10px);
        min-width: 250px;
    }
}

/* Compact Sleek Horizontal CTA Banner */

.home-cta-card {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 32px 40px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    overflow: hidden;
}

.home-cta-glow-1 {
    position: absolute;
    top: -90px;
    right: 15%;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.25) 0%, rgba(37, 99, 235, 0) 70%);
    pointer-events: none;
    filter: blur(40px);
}

.home-cta-content {
    position: relative;
    z-index: 2;
}

.home-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 4px 14px;
    border-radius: 999px;
    color: #e0e7ff;
    font-size: 11.5px;
    font-weight: 700;
    margin-bottom: 10px;
}

.home-cta-title {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin: 0 0 6px 0;
    letter-spacing: -0.4px;
}

.home-cta-desc {
    font-size: 14px;
    color: #cbd5e1;
    line-height: 1.5;
    margin: 0 0 16px 0;
    max-width: 580px;
}

.home-cta-guarantees {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.guarantee-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #e2e8f0;
}

.home-cta-actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    flex-shrink: 0;
    min-width: 220px;
    background: transparent;
    border: none;
    padding: 0;
}

.home-cta-btn-primary {
    width: 100%;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff !important;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 6px 18px rgba(16, 185, 129, 0.3);
    transition: all 0.25s ease;
    border: none;
}

.home-cta-btn-primary:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(16, 185, 129, 0.4);
}

.home-cta-btn-secondary {
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.25s ease;
}

.home-cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 991px) {
    .home-cta-card {
        flex-direction: column;
        text-align: center;
        padding: 30px 24px;
        gap: 24px;
    }
    .home-cta-guarantees {
        justify-content: center;
    }
    .home-cta-actions {
        width: 100%;
    }
}


/* Footer */
.site-footer {
    background: #0f172a;
    color: #94a3b8;
    padding: 70px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.footer-col h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: #94a3b8;
    font-size: 14px;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 4px;
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1e293b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: var(--transition);
}

.footer-social a:hover {
    background: var(--primary);
    transform: translateY(-2px);
}

.footer-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13.5px;
    flex-wrap: wrap;
    gap: 16px;
}

/* ==========================================================================
   YENİ NESİL MODERN SCRİPT DETAY SAYFASI TEMASI (Ultra-Modern Product Detail)
   ========================================================================== */

/* 1. İnce ve Zarif Tek Satır Hero Başlık Alanı */
.pdetail-hero {
    background: radial-gradient(ellipse at 50% 0%, #1e1b4b 0%, #0f172a 60%, #020617 100%);
    padding: 22px 0;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
}

.pdetail-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(2px 2px at 25px 30px, #ffffff, rgba(0,0,0,0)),
        radial-gradient(2px 2px at 100px 50px, rgba(255,255,255,0.9), rgba(0,0,0,0)),
        radial-gradient(2px 2px at 180px 80px, rgba(147, 197, 253, 0.8), rgba(0,0,0,0)),
        radial-gradient(3px 3px at 380px 40px, rgba(167, 139, 250, 0.9), rgba(0,0,0,0)),
        radial-gradient(2px 2px at 520px 90px, #ffffff, rgba(0,0,0,0)),
        radial-gradient(2px 2px at 680px 30px, rgba(147, 197, 253, 0.9), rgba(0,0,0,0));
    background-repeat: repeat;
    background-size: 600px 220px;
    opacity: 0.35;
    pointer-events: none;
}

.pdetail-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.pdetail-hero-title {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.02em;
    line-height: 1.3;
    margin: 0;
    max-width: 650px;
}

.pdetail-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    flex-wrap: wrap;
    background: transparent;
    border: none;
    padding: 0;
}

.pdetail-breadcrumb a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.15s ease;
}

.pdetail-breadcrumb a:hover {
    color: #60a5fa;
}

.pdetail-bc-sep {
    color: rgba(255, 255, 255, 0.35);
    font-size: 12px;
}

.pdetail-bc-current {
    color: #ffffff;
    font-weight: 700;
}

@media (max-width: 768px) {
    .pdetail-hero {
        padding: 18px 0;
    }
    .pdetail-hero-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .pdetail-hero-title {
        font-size: 20px;
    }
}

/* 2. Ana Detay Izgarası (Main 2-Column Grid) */
.pdetail-main-wrapper {
    padding-top: 36px;
    padding-bottom: 70px;
}

.pdetail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 32px;
    align-items: start;
}

.pdetail-left-col {
    min-width: 0;
}

.pdetail-right-col {
    min-width: 0;
    position: relative;
}

/* 3. macOS Tarayıcı Mockup Vitrin Kartı */
.pdetail-browser-mockup {
    background: #0f172a;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12), 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid #cbd5e1;
    position: relative;
}

.browser-mockup-header {
    background: #1e293b;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.browser-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

.browser-dots .dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: block;
}

.browser-dots .dot-red    { background: #ef4444; }
.browser-dots .dot-yellow { background: #f59e0b; }
.browser-dots .dot-green  { background: #10b981; }

.browser-address-bar {
    flex: 1;
    max-width: 420px;
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 4px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 11.5px;
    color: #94a3b8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.browser-address-bar .lock-icon {
    font-size: 10px;
    color: #10b981;
}

.browser-address-bar .url-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.browser-actions-dummy {
    display: flex;
    gap: 10px;
    font-size: 11px;
    color: #64748b;
}

.browser-mockup-screen {
    position: relative;
    background: #0f172a;
    aspect-ratio: 16 / 9.6;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.browser-mockup-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease, opacity 0.25s ease;
}

.pdetail-browser-mockup:hover .browser-mockup-screen img {
    transform: scale(1.02);
}

/* Canlı Önizleme Rozeti / Butonu */
.pdetail-preview-badge {
    position: absolute;
    bottom: 18px;
    right: 18px;
    background: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 9999px;
    font-size: 13.5px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    transition: all 0.25s ease;
    z-index: 5;
    text-decoration: none;
}

.pdetail-preview-badge:hover {
    background: #2563eb;
    border-color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.45);
}

.preview-pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: previewPulse 1.8s infinite;
}

@keyframes previewPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.pdetail-discount-tag {
    position: absolute;
    top: 18px;
    left: 18px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 10px;
    font-weight: 900;
    font-size: 14px;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(239, 68, 68, 0.4);
    z-index: 5;
}

.pdetail-discount-tag small {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

/* Küçük Resim Galerisi (Thumbs Strip) */
.pdetail-gallery-strip {
    display: flex;
    gap: 12px;
    margin-top: 14px;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: thin;
}

.pdetail-gallery-strip::-webkit-scrollbar {
    height: 5px;
}

.pdetail-gallery-strip::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.pdetail-gallery-strip .gallery-thumb {
    width: 90px;
    height: 58px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #e2e8f0;
    cursor: pointer;
    opacity: 0.65;
    transition: all 0.2s ease;
    flex-shrink: 0;
    background: #0f172a;
}

.pdetail-gallery-strip .gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pdetail-gallery-strip .gallery-thumb.active,
.pdetail-gallery-strip .gallery-thumb:hover {
    border-color: #2563eb;
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(37, 99, 235, 0.25);
}

/* 4'lü İnce ve Şık Yatay Avantaj Şeridi (Slim Highlights Strip) */
.pdetail-highlights-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 14px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.02);
}

.highlight-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 8px;
    border-right: 1px solid #f1f5f9;
    min-width: 0;
}

.highlight-pill:last-child {
    border-right: none;
}

.highlight-pill-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13.5px;
    flex-shrink: 0;
}

.highlight-pill-icon.icon-blue   { background: #eff6ff; color: #2563eb; }
.highlight-pill-icon.icon-purple { background: #f5f3ff; color: #7c3aed; }
.highlight-pill-icon.icon-green  { background: #ecfdf5; color: #059669; }
.highlight-pill-icon.icon-orange { background: #fff7ed; color: #ea580c; }

.highlight-pill-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.highlight-pill-info strong {
    font-size: 12.5px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.highlight-pill-info small {
    font-size: 11px;
    color: #64748b;
    margin-top: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 900px) {
    .pdetail-highlights-strip {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 12px;
    }
    .highlight-pill {
        border-right: none;
    }
}

@media (max-width: 540px) {
    .pdetail-highlights-strip {
        grid-template-columns: 1fr;
    }
}

/* 4. SEKMELER (Görseldeki Birebir Tasarım) */
.pdetail-tabs-wrapper {
    margin-top: 32px;
}

.pdetail-tabs-nav {
    display: flex;
    align-items: stretch;
    gap: 0;
    background: transparent;
    border: none;
    border-bottom: 2px solid #e2e8f0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.pdetail-tabs-nav::-webkit-scrollbar {
    display: none;
}

.pdetail-tab-btn {
    padding: 16px 30px;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    background: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    outline: none;
    position: relative;
    letter-spacing: -0.01em;
}

.pdetail-tab-btn:hover:not(.active) {
    background: #f8fafc;
    color: #2563eb;
}

.pdetail-tab-btn.active {
    background: linear-gradient(90deg, #1e3a8a 0%, #3b82f6 100%);
    color: #ffffff !important;
    box-shadow: none;
    border-radius: 0;
}

/* Sekme İçerikleri Gövdesi */
.pdetail-tabs-body {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: none;
    border-radius: 0 0 16px 16px;
    padding: 34px 32px;
    margin-top: 0;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
}

.tab-pane {
    display: none !important;
}

.tab-pane.active {
    display: block !important;
    animation: pdetailTabFade 0.2s ease-in-out;
}

@keyframes pdetailTabFade {
    from {
        opacity: 0;
        transform: translateY(3px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Açıklama Metni (Prose) */
.pdetail-prose {
    font-size: 15px;
    line-height: 1.85;
    color: #334155;
    word-break: break-word;
}

.pdetail-prose p {
    margin-bottom: 16px;
    line-height: 1.85;
}

.pdetail-prose a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.15s ease;
}

.pdetail-prose a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.pdetail-prose strong, .pdetail-prose b {
    color: #0f172a;
    font-weight: 700;
}

.pdetail-prose h2, .pdetail-prose h3, .pdetail-prose h4 {
    color: #0f172a;
    font-weight: 800;
    margin-top: 24px;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.pdetail-prose ul, .pdetail-prose ol {
    margin-bottom: 18px;
    padding-left: 22px;
}

.pdetail-prose li {
    margin-bottom: 8px;
}

.pdetail-prose img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 18px 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.pdetail-features-section {
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid #f1f5f9;
}

.pdetail-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 12px;
}

.pdetail-feature-pill {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    font-size: 13.5px;
    transition: all 0.2s ease;
}

.pdetail-feature-pill:hover {
    background: #ffffff;
    border-color: #bfdbfe;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.05);
}

.feature-pill-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #dbeafe;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}

.feature-pill-text strong {
    color: #0f172a;
    font-weight: 700;
}

.feature-pill-text span {
    color: #64748b;
    margin-left: 4px;
}

/* Paket İçeriği Kutusu */
.pdetail-package-box {
    margin-top: 36px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px;
}

.package-box-title {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 18px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.package-items-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (max-width: 680px) {
    .package-items-grid {
        grid-template-columns: 1fr;
    }
}

.package-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #ffffff;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.package-item i {
    font-size: 18px;
    margin-top: 3px;
    flex-shrink: 0;
}

.package-item i.text-blue   { color: #2563eb; }
.package-item i.text-green  { color: #10b981; }
.package-item i.text-purple { color: #8b5cf6; }
.package-item i.text-orange { color: #f97316; }

.package-item strong {
    display: block;
    font-size: 13.5px;
    font-weight: 700;
    color: #0f172a;
}

.package-item span {
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
    display: block;
    margin-top: 2px;
}

/* TAB 2: Özel Modüller Kartları */
.pdetail-modules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
}

.pdetail-module-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px 20px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
}

.pdetail-module-card:hover {
    border-color: #bfdbfe;
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.08);
}

.module-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.module-card-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.pdetail-module-card:hover .module-card-icon {
    background: #2563eb;
    color: #ffffff;
}

.module-card-title {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
}

.module-card-desc {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* TAB 3: Teknik Özellikler & Sunucu Tablosu */
.tech-alert-note {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.tech-table-responsive {
    overflow-x: auto;
}

.tech-specs-table {
    width: 100%;
    border-collapse: collapse;
}

.tech-specs-table th {
    background: #f8fafc;
    color: #1e293b;
    font-weight: 700;
    font-size: 13.5px;
    padding: 14px 18px;
    border: 1px solid #e2e8f0;
    width: 240px;
    white-space: nowrap;
    text-align: left;
}

.tech-specs-table th i {
    color: #2563eb;
    margin-right: 6px;
}

.tech-specs-table td {
    padding: 14px 18px;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-size: 13.5px;
    background: #ffffff;
}

.tech-specs-table code {
    background: #f1f5f9;
    color: #0f172a;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-family: monospace;
    border: 1px solid #e2e8f0;
}

/* TAB: Sıkça Sorulan Sorular (Görseldeki Birebir Kart Tasarımı) */
.pdetail-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pdetail-faq-accordion .faq-accordion-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

.pdetail-faq-accordion .faq-accordion-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.pdetail-faq-accordion .faq-accordion-item.active {
    border-color: #cbd5e1;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.pdetail-faq-accordion .faq-accordion-header {
    width: 100%;
    background: #ffffff;
    border: none;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    color: #1e293b;
    transition: all 0.2s ease;
    outline: none;
}

.pdetail-faq-accordion .faq-accordion-header:hover {
    color: #2563eb;
}

.pdetail-faq-accordion .faq-accordion-item.active .faq-accordion-header {
    color: #2563eb;
}

.pdetail-faq-accordion .faq-question-text {
    flex-grow: 1;
    font-weight: 800;
    font-size: 15px;
    color: inherit;
}

.pdetail-faq-accordion .faq-icon-toggle {
    font-size: 16px;
    font-weight: 900;
    color: #0f172a;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.pdetail-faq-accordion .faq-accordion-item.active .faq-icon-toggle {
    color: #2563eb;
    transform: rotate(45deg);
}

.pdetail-faq-accordion .faq-accordion-body {
    display: none;
    padding: 0 24px 22px;
    font-size: 14.5px;
    color: #475569;
    line-height: 1.75;
    background: #ffffff;
}

.pdetail-faq-accordion .faq-accordion-item.active .faq-accordion-body {
    display: block !important;
    animation: faqBodyFade 0.2s ease-in-out;
}

@keyframes faqBodyFade {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pdetail-faq-accordion .faq-accordion-body p {
    margin: 0;
}

/* TAB 5: Müşteri Yorumları & Değerlendirme */
.reviews-summary-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 26px 30px;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 640px) {
    .reviews-summary-card {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

.reviews-score-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e2e8f0;
    padding-right: 20px;
}

@media (max-width: 640px) {
    .reviews-score-box {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 20px;
    }
}

.score-large {
    font-size: 48px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: -0.03em;
}

.score-stars {
    font-size: 16px;
    color: #f59e0b;
    margin-bottom: 6px;
}

.score-total-text {
    font-size: 12.5px;
    color: #64748b;
    font-weight: 600;
}

.reviews-bars-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rating-bar-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12.5px;
    font-weight: 600;
    color: #475569;
}

.star-lbl {
    width: 60px;
    white-space: nowrap;
}

.bar-track {
    flex: 1;
    height: 8px;
    background: #e2e8f0;
    border-radius: 9999px;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    background: #f59e0b;
    border-radius: 9999px;
    transition: width 0.4s ease;
}

.star-cnt {
    width: 25px;
    text-align: right;
    color: #94a3b8;
}

.reviews-cards-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}

.review-comment-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.2s ease;
}

.review-comment-card:hover {
    background: #ffffff;
    border-color: #bfdbfe;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.04);
}

.rev-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.rev-user-profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rev-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rev-name {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
}

.rev-badge-verified {
    font-size: 11px;
    font-weight: 700;
    color: #059669;
    background: #ecfdf5;
    padding: 2px 8px;
    border-radius: 9999px;
    border: 1px solid #a7f3d0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 2px;
}

.rev-head-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.rev-stars {
    font-size: 13px;
    color: #f59e0b;
}

.rev-date {
    font-size: 11.5px;
    color: #94a3b8;
    margin-top: 2px;
}

.rev-card-body p {
    font-size: 14px;
    color: #334155;
    line-height: 1.65;
    margin: 0;
}

.no-reviews-box {
    text-align: center;
    padding: 36px 20px;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    margin-bottom: 24px;
}

.no-reviews-box i {
    font-size: 36px;
    color: #94a3b8;
    margin-bottom: 10px;
    display: block;
}

.no-reviews-box p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.pdetail-review-form-box {
    border-top: 1px solid #f1f5f9;
    padding-top: 26px;
}

.pdetail-review-form-box .form-title {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.review-notice-banner {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 13px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* 5. Satın Alma Süreci Adımları (3-Step Roadmap) */
.pdetail-process-card {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px 28px;
    margin-top: 32px;
}

.process-card-header h4 {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 18px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.process-steps-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

@media (max-width: 768px) {
    .process-steps-grid {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .p-step-divider {
        display: none !important;
    }
}

.p-step-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.step-badge {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #2563eb;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

.step-text strong {
    display: block;
    font-size: 13.5px;
    font-weight: 800;
    color: #0f172a;
}

.step-text span {
    font-size: 11.5px;
    color: #64748b;
    line-height: 1.4;
    display: block;
    margin-top: 2px;
}

.p-step-divider {
    color: #cbd5e1;
    font-size: 14px;
}

/* ==========================================================================
   SAĞ SÜTUN: YAPIŞKAN SATIN ALMA KUTUSU VE BİLGİ KARTLARI
   ========================================================================== */

/* 1. Yapışkan Fiyat & Aksiyon Paneli (Sticky Buy Box) */
.pdetail-sticky-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    position: sticky;
    top: 90px;
    z-index: 20;
}

.buybox-price-header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 6px;
}

.price-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.price-strikethrough {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 6px;
}

.price-strikethrough .old-price {
    font-size: 16px;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 600;
}

.badge-save {
    font-size: 11.5px;
    font-weight: 800;
    color: #dc2626;
    background: #fee2e2;
    padding: 3px 10px;
    border-radius: 9999px;
}

.current-price-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.current-price-val {
    font-size: 36px;
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1;
    text-align: center;
}

.buybox-actions-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 22px;
}

/* 1. Hemen Satın Al / Sepete Ekle Butonu */
.btn-pdetail-main-buy {
    width: 100%;
    height: 52px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 800;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.35);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-pdetail-main-buy:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(16, 185, 129, 0.45);
}

.btn-pdetail-main-buy:active {
    transform: scale(0.98);
}

/* Demo Butonları 2'li Izgara */
.buybox-demo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.buybox-demo-grid.single-demo {
    grid-template-columns: 1fr;
}

.btn-pdetail-demo {
    background: #2563eb;
    color: #ffffff !important;
    height: 44px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-pdetail-demo:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.28);
}

.btn-pdetail-admin {
    background: #0f172a;
    color: #ffffff !important;
    height: 44px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-pdetail-admin:hover {
    background: #1e293b;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.28);
}

/* Favorilere Ekle Butonu */
.btn-pdetail-fav {
    width: 100%;
    height: 42px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    color: #475569;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.btn-pdetail-fav i {
    color: #94a3b8;
    transition: color 0.2s ease, transform 0.2s ease;
}

.btn-pdetail-fav:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    color: #0f172a;
}

.btn-pdetail-fav:hover i {
    color: #ef4444;
    transform: scale(1.15);
}

.btn-pdetail-fav.active {
    background: #fef2f2;
    border-color: #fecaca;
    color: #dc2626;
}

.btn-pdetail-fav.active i {
    color: #dc2626;
}

/* WhatsApp Sipariş Butonu */
.btn-pdetail-whatsapp {
    width: 100%;
    height: 44px;
    background: #25D366;
    color: #ffffff !important;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-pdetail-whatsapp:hover {
    background: #1eb956;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
}

/* Güven ve Teslimat Avantajları */
.buybox-trust-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid #f1f5f9;
}

.trust-list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.trust-icon {
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}

.trust-desc strong {
    display: block;
    font-size: 12.5px;
    font-weight: 700;
    color: #0f172a;
}

.trust-desc span {
    font-size: 11.5px;
    color: #64748b;
    line-height: 1.35;
    display: block;
}

/* 2. KART: Yazılım Özellikleri & Sayaçlar Kartı */
.pdetail-sidebar-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px;
    margin-top: 20px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
}

.sidebar-card-header h4 {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pdetail-specs-table {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.spec-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f8fafc;
}

.spec-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.spec-label {
    color: #64748b;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.spec-label i {
    width: 16px;
    text-align: center;
    color: #94a3b8;
}

.spec-value {
    color: #0f172a;
    font-weight: 700;
}

.spec-value.text-blue  { color: #2563eb; }
.spec-value.text-red   { color: #ef4444; }
.spec-value.text-green { color: #10b981; }

/* 3. KART: Özel Destek & Geliştirme Danışma Kartı */
.pdetail-custom-help-card {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    border-radius: 16px;
    padding: 24px;
    margin-top: 20px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.1);
}

.custom-help-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #60a5fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto 12px;
}

.pdetail-custom-help-card h4 {
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 8px 0;
    line-height: 1.35;
}

.pdetail-custom-help-card p {
    font-size: 12.5px;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0 0 16px 0;
}

.btn-custom-consult {
    background: #25D366;
    color: #ffffff !important;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    width: 100%;
    transition: all 0.2s ease;
}

.btn-custom-consult:hover {
    background: #1eb956;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
}

/* 6. İlgili Yazılımlar Slider (Related Products) */
.pdetail-related-section {
    margin-top: 60px;
    padding-top: 36px;
    border-top: 1px solid #e2e8f0;
}

.other-products-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 20px;
}

.other-products-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px 0;
    letter-spacing: -0.02em;
}

.other-products-subtitle {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.other-slider-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.other-nav-btn {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    color: #334155;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.other-nav-btn:hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.28);
    transform: translateY(-1px);
}

.other-nav-btn:active {
    transform: scale(0.95);
}

.other-products-slider-wrapper {
    position: relative;
    overflow: hidden;
    padding: 6px 2px 14px 2px;
}

.other-products-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 4px;
}

.other-products-track::-webkit-scrollbar {
    display: none;
}

.other-product-slide {
    flex: 0 0 calc(25% - 18px);
    scroll-snap-align: start;
    min-width: 260px;
}

@media (max-width: 1200px) {
    .other-product-slide {
        flex: 0 0 calc(33.333% - 16px);
    }
}

@media (max-width: 991px) {
    .other-product-slide {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 640px) {
    .other-product-slide {
        flex: 0 0 calc(100% - 10px);
        min-width: 240px;
    }
}

/* 7. Mobil Uyumluluk (Responsive Media Queries) */
@media (max-width: 1080px) {
    .pdetail-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .pdetail-sticky-card {
        position: static;
        top: 0;
    }
}

@media (max-width: 768px) {
    .pdetail-hero {
        padding: 34px 0 38px;
    }

    .pdetail-hero-title {
        font-size: 24px;
    }

    .pdetail-tabs-body {
        padding: 24px 18px;
    }

    .pdetail-preview-badge {
        padding: 8px 14px;
        font-size: 12px;
        bottom: 12px;
        right: 12px;
    }

    .pdetail-faq-accordion .faq-accordion-body {
        padding-left: 20px;
    }
}


/* ===================================================
   Kurumsal Destek & Yardım Bandı (Corporate Help Banner)
=================================================== */

.corp-help-section {
    padding: 10px 0 50px;
    position: relative;
}

.corp-help-card {
    position: relative;
    background: linear-gradient(135deg, #09101f 0%, #0f172a 40%, #1e293b 75%, #1e3a8a 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 46px 50px;
    box-shadow: 0 20px 50px -15px rgba(15, 23, 42, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    display: grid;
    grid-template-columns: 1.35fr 0.85fr;
    gap: 40px;
    align-items: center;
    overflow: hidden;
}

/* Ambient glow effects */
.corp-help-glow-1 {
    position: absolute;
    top: -80px;
    right: 20%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.25) 0%, rgba(37, 99, 235, 0) 70%);
    pointer-events: none;
    filter: blur(40px);
}

.corp-help-glow-2 {
    position: absolute;
    bottom: -60px;
    left: -40px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.2) 0%, rgba(6, 182, 212, 0) 70%);
    pointer-events: none;
    filter: blur(40px);
}

.corp-help-content {
    position: relative;
    z-index: 2;
}

.corp-help-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 6px 14px;
    border-radius: 999px;
    color: #93c5fd;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 16px;
}

.corp-help-badge .pulse-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.corp-help-title {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 0 14px 0;
    letter-spacing: -0.4px;
}

.corp-help-desc {
    font-size: 15px;
    color: #cbd5e1;
    line-height: 1.65;
    margin: 0 0 24px 0;
    max-width: 580px;
}

.corp-help-features {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.corp-help-feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #f1f5f9;
}

.corp-help-feature-item i {
    color: #38bdf8;
    font-size: 14px;
}

.corp-help-actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 26px;
}

.btn-corp-primary {
    width: 100%;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff !important;
    border-radius: 10px;
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
    transition: all 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.btn-corp-primary:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.45);
}

.btn-corp-primary .arrow-icon {
    transition: transform 0.2s ease;
}

.btn-corp-primary:hover .arrow-icon {
    transform: translateX(4px);
}

.btn-corp-whatsapp {
    width: 100%;
    background: #22c55e;
    color: #ffffff !important;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.3);
    transition: all 0.25s ease;
}

.btn-corp-whatsapp:hover {
    background: #16a34a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(34, 197, 94, 0.4);
}

.btn-corp-whatsapp i {
    font-size: 18px;
}

.corp-help-phone {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
}

.corp-help-phone .phone-lbl {
    color: #94a3b8;
}

.corp-help-phone .phone-val {
    color: #f8fafc;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}

.corp-help-phone .phone-val:hover {
    color: #38bdf8;
}

@media (max-width: 991px) {
    .corp-help-card {
        grid-template-columns: 1fr;
        padding: 32px 24px;
        gap: 30px;
    }
    .corp-help-title {
        font-size: 22px;
    }
    .corp-help-actions {
        width: 100%;
    }
}

/* 4. Floating Elements (WhatsApp & Scroll To Top) */
.floating-whatsapp-btn {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
    z-index: 999;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-whatsapp-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.55);
}

.floating-scroll-top-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #1e293b;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 999;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
    opacity: 0.9;
}

.floating-scroll-top-btn:hover {
    background: #0f172a;
    transform: translateY(-2px);
    opacity: 1;
}

/* Responsive */
@media (max-width: 991px) {
    .nav-menu {
        display: none;
    }
    .mobile-nav-toggle {
        display: block;
    }
    .hero-title {
        font-size: 32px;
    }
    .detail-layout {
        grid-template-columns: 1fr;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .product-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .search-form {
        display: none;
    }
    .cta-banner {
        text-align: center;
        justify-content: center;
    }
}

/* ===================================================
   Contact Page & Form Styling (Bize Mesaj Gönderin)
=================================================== */
.contact-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 48px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 36px;
    align-items: start;
}

/* Contact Info Card */
.contact-info-card {
    background: linear-gradient(135deg, #09101f 0%, #0f172a 60%, #1e293b 100%);
    color: #ffffff;
    border-radius: 20px;
    padding: 36px 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.25);
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.contact-info-head h3 {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
}

.contact-info-head p {
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.6;
}

.contact-info-head p strong {
    color: #60a5fa;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.info-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.info-text {
    display: flex;
    flex-direction: column;
}

.info-label {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 500;
}

.info-val {
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.info-val:hover {
    color: #60a5fa;
}

.info-val-text {
    color: #f1f5f9;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.contact-guarantee-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px dashed rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 12px;
    color: #cbd5e1;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    line-height: 1.5;
}

.contact-guarantee-box i {
    color: #10b981;
    font-size: 16px;
    margin-top: 2px;
}

/* Contact Form Card */
.contact-form-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.form-header {
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f1f5f9;
}

.form-header h3 {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 6px;
}

.form-header p {
    font-size: 14px;
    color: #64748b;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-label {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
}

.req-star {
    color: #ef4444;
}

.input-icon-wrap {
    position: relative;
    width: 100%;
}

.input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 15px;
    pointer-events: none;
    transition: color 0.2s ease;
}

.textarea-icon {
    top: 18px;
    transform: none;
}

.form-control {
    width: 100%;
    padding: 12px 14px 12px 42px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #f8fafc;
    font-size: 14px;
    color: #0f172a;
    font-family: inherit;
    outline: none;
    transition: all 0.2s ease;
}

.form-control:focus {
    background: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.input-icon-wrap:focus-within .input-icon {
    color: #2563eb;
}

.form-textarea {
    min-height: 140px;
    resize: vertical;
    padding-top: 14px;
}

.btn-contact-submit {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff !important;
    border: none;
    border-radius: 10px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
    margin-top: 6px;
    align-self: flex-start;
}

.btn-contact-submit:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
}

@media (max-width: 868px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
    .form-row-2 {
        grid-template-columns: 1fr;
    }
    .contact-form-card {
        padding: 24px;
    }
    .btn-contact-submit {
        width: 100%;
    }
}

/* ===================================================
   Homepage Hero Showcase (Görseldeki Birebir Tasarım)
=================================================== */
.msi-hero-section {
    background: #ffffff;
    padding: 60px 0 70px;
    border-bottom: 1px solid #e2e8f0;
}

.msi-hero-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 50px;
    align-items: center;
}

.msi-hero-dash {
    width: 38px;
    height: 4px;
    background: #2563eb;
    border-radius: 2px;
    margin-bottom: 22px;
}

.msi-hero-title {
    font-size: 32px;
    font-weight: 800;
    color: #1e1b4b;
    line-height: 1.25;
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
    max-width: 540px;
}

.msi-hero-domain {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    color: #2563eb;
    text-decoration: none;
    margin-bottom: 22px;
    font-family: Georgia, serif, sans-serif;
}

.msi-hero-domain:hover {
    color: #1d4ed8;
}

.msi-hero-desc {
    font-size: 13.5px;
    line-height: 1.85;
    color: #475569;
    margin: 0 0 32px 0;
    font-weight: 500;
    max-width: 580px;
}

.btn-msi-more {
    background: linear-gradient(135deg, #1e293b 0%, #0284c7 60%, #2563eb 100%);
    color: #ffffff !important;
    border-radius: 30px;
    padding: 12px 38px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
    transition: all 0.25s ease;
}

.btn-msi-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
}

.msi-brand-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.msi-brand-img {
    max-width: 100%;
    max-height: 280px;
    object-fit: contain;
}

.msi-logo-showcase {
    text-align: center;
    user-select: none;
}

.logo-symbol {
    font-size: 80px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-accent-green {
    color: #10b981;
}

.logo-accent-dark {
    color: #1e293b;
}

.logo-subtitle {
    font-size: 42px;
    font-weight: 900;
    color: #1e293b;
    letter-spacing: -1px;
    margin-top: -10px;
}

@media (max-width: 991px) {
    .msi-hero-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .msi-hero-title {
        font-size: 26px;
    }
}

/* ===================================================
   Main Search Hero Banner (Yenilenmiş Kurumsal Tema)
=================================================== */
.main-search-hero {
    position: relative;
    background: #090d16 url('../images/search-hero-bg.svg') center center / cover no-repeat;
    padding: 85px 0 80px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}



/* Background Ambient Glows & Pattern */
.hero-bg-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    z-index: 1;
}

.hero-bg-glow.glow-1 {
    width: 450px;
    height: 450px;
    background: rgba(37, 99, 235, 0.28);
    top: -150px;
    left: 10%;
}

.hero-bg-glow.glow-2 {
    width: 400px;
    height: 400px;
    background: rgba(16, 185, 129, 0.2);
    bottom: -150px;
    right: 12%;
}

.hero-grid-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
}

.search-hero-container {
    position: relative;
    z-index: 2;
    max-width: 840px;
    margin: 0 auto;
}

.search-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 6px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: #e2e8f0;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.pulse-dot-green {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.search-hero-title {
    font-size: 42px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 10px 0;
    letter-spacing: -0.8px;
    line-height: 1.15;
    background: linear-gradient(180deg, #ffffff 0%, #e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.search-hero-subtitle {
    font-size: 17px;
    color: #94a3b8;
    font-weight: 500;
    margin: 0 auto 36px;
    max-width: 580px;
}

/* Floating White Search Bar */
.search-hero-form {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
}


.search-input-icon {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 16px;
    z-index: 3;
    pointer-events: none;
}

.search-hero-form input {
    width: 100%;
    padding: 18px 140px 18px 54px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #ffffff;
    font-size: 15px;
    color: #0f172a;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), 0 0 0 4px rgba(37, 99, 235, 0.15);
    outline: none;
    transition: all 0.25s ease;
}

.search-hero-form input::placeholder {
    color: #94a3b8;
}

.search-hero-form input:focus {
    box-shadow: 0 20px 45px rgba(37, 99, 235, 0.35), 0 0 0 5px rgba(37, 99, 235, 0.25);
    border-color: #2563eb;
}

.search-hero-form button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 24px;
    height: 48px;
    border-radius: 999px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    border: none;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(16, 185, 129, 0.4);
}

.search-hero-form button:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-50%) scale(1.03);
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.5);
}


/* 4 Corporate Pill Badges Row */
.search-hero-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-badge-pill {
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    padding: 6px 20px 6px 8px;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.25s ease;
    cursor: default;
}

.badge-icon-box {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.pill-green .badge-icon-box {
    background: rgba(16, 185, 129, 0.25);
    color: #34d399;
    border: 1px solid rgba(16, 185, 129, 0.4);
}

.pill-blue .badge-icon-box {
    background: rgba(59, 130, 246, 0.25);
    color: #60a5fa;
    border: 1px solid rgba(59, 130, 246, 0.4);
}

.pill-amber .badge-icon-box {
    background: rgba(245, 158, 11, 0.25);
    color: #fbbf24;
    border: 1px solid rgba(245, 158, 11, 0.4);
}

.pill-cyan .badge-icon-box {
    background: rgba(6, 182, 212, 0.25);
    color: #38bdf8;
    border: 1px solid rgba(6, 182, 212, 0.4);
}

.hero-badge-pill:hover {
    background: rgba(15, 23, 42, 0.88);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.hero-badge-pill:hover .badge-icon-box {
    transform: scale(1.1) rotate(5deg);
}

.pill-green:hover { border-color: rgba(52, 211, 153, 0.6); }
.pill-blue:hover { border-color: rgba(96, 165, 250, 0.6); }
.pill-amber:hover { border-color: rgba(251, 191, 36, 0.6); }
.pill-cyan:hover { border-color: rgba(56, 189, 248, 0.6); }

@media (max-width: 768px) {
    .main-search-hero {
        padding: 55px 0 50px;
    }
    .search-hero-title {
        font-size: 28px;
    }
    .search-hero-subtitle {
        font-size: 14px;
    }
    .hero-badge-pill {
        font-size: 12px;
        padding: 6px 14px;
    }
}

/* ===================================================
   Sıkça Sorulan Sorular (FAQ Section - Görsele Birebir)
=================================================== */
.home-faq-section {
    padding: 85px 0 95px;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    position: relative;
}

.home-faq-grid {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 65px;
    align-items: start;
}

.home-faq-left {
    position: sticky;
    top: 100px;
}

.home-faq-title {
    font-size: 34px;
    line-height: 1.25;
    color: #0f172a;
    letter-spacing: -0.6px;
    margin-bottom: 16px;
}

.home-faq-title span {
    display: block;
    font-weight: 500;
    color: #334155;
}

.home-faq-title strong {
    display: block;
    font-weight: 900;
    color: #0f172a;
}

.home-faq-accent-line {
    width: 48px;
    height: 3px;
    background: linear-gradient(to right, #f59e0b 45%, #0f172a 45%);
    border-radius: 2px;
    margin-bottom: 20px;
}

.home-faq-desc {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 28px;
}

.btn-home-faq-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1e293b;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 26px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(30, 41, 59, 0.15);
}

.btn-home-faq-cta:hover {
    background: #2563eb;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}

.btn-home-faq-cta i {
    font-size: 13px;
    transition: transform 0.25s ease;
}

.btn-home-faq-cta:hover i {
    transform: translateX(4px);
}

/* FAQ Accordion List */
.faq-accordion-wrap {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

.faq-accordion-item {
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.25s ease;
}

.faq-accordion-item:hover {
    background: #f1f5f9;
    border-color: #e2e8f0;
}

.faq-accordion-item.active {
    background: #f8fafc;
    border-color: #e2e8f0;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.faq-accordion-header {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 22px;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
}

.faq-icon-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #f59e0b;
    font-size: 17px;
    font-weight: 900;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.faq-question-text {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.45;
    flex-grow: 1;
}

.faq-accordion-item.active .faq-question-text {
    color: #0f172a;
}

.faq-accordion-body {
    display: none;
    padding: 0 24px 20px 62px;
}

.faq-accordion-item.active .faq-accordion-body {
    display: block !important;
    animation: faqSlideDown 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer-inner {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.7;
    border-top: 1px solid #e2e8f0;
    padding-top: 14px;
}

@keyframes faqSlideDown {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .home-faq-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .home-faq-left {
        position: static;
    }
    .faq-accordion-body {
        padding-left: 22px;
    }
}

/* ===================================================
   Orta Tanıtım & İndirim Bannerı (Tüm Alışverişlerde)
=================================================== */
.mid-promo-banner-card {
    position: relative;
    border-radius: 16px;
    padding: 64px 24px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.mid-promo-banner-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(37, 99, 235, 0.12) 0%, rgba(15, 23, 42, 0.35) 100%);
    pointer-events: none;
    z-index: 1;
}

.mid-promo-banner-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    margin: 0 auto;
}

.mid-promo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 6px 20px;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.mid-promo-title {
    font-size: 38px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.6px;
    margin: 0 0 10px 0;
    line-height: 1.2;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
}

.mid-promo-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    margin: 0 0 24px 0;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.mid-promo-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-mid-promo-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4338ca 0%, #3b82f6 100%);
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.4);
    transition: all 0.25s ease;
}

.btn-mid-promo-primary:hover {
    background: linear-gradient(135deg, #3730a3 0%, #2563eb 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.5);
}

.btn-mid-promo-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.btn-mid-promo-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 640px) {
    .mid-promo-banner-card {
        padding: 42px 16px;
    }
    .mid-promo-title {
        font-size: 26px;
    }
    .mid-promo-subtitle {
        font-size: 14px;
    }
    .mid-promo-buttons {
        flex-direction: column;
        width: 100%;
    }
    .btn-mid-promo-primary,
    .btn-mid-promo-secondary {
        width: 100%;
    }
}

/* ===================================================
   Yeni Temalardan İlk Siz Haberdar Olun (Newsletter Banner)
=================================================== */
.home-newsletter-section {
    position: relative;
    padding: 70px 0 75px;
    background: linear-gradient(135deg, #3730a3 0%, #4338ca 35%, #3b82f6 75%, #2563eb 100%);
    overflow: hidden;
    cursor: default;
    transition: background 0.5s ease;
}

/* Hover Gradient Transition (Arka plan pembe/günbatımı tonlarına geçiş) */
.home-newsletter-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #db2777 0%, #f43f5e 40%, #fb7185 65%, #fb923c 100%);
    opacity: 0;
    transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    pointer-events: none;
}

.home-newsletter-section:hover::before {
    opacity: 1;
}

.home-newsletter-card {
    position: relative;
    z-index: 2;
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.newsletter-icon-wrap {
    margin-bottom: 14px;
    font-size: 38px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
    transition: transform 0.3s ease;
}

.home-newsletter-section:hover .newsletter-icon-wrap {
    transform: scale(1.1) translateY(-2px);
}

.newsletter-title {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.4px;
    margin-bottom: 8px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.newsletter-desc {
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 24px;
    line-height: 1.5;
}

.newsletter-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-width: 580px;
    margin: 0 auto;
}

.newsletter-input-group {
    position: relative;
    flex: 1;
    min-width: 0;
}

.newsletter-input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #2563eb;
    font-size: 15px;
    pointer-events: none;
    transition: color 0.3s ease;
}

.home-newsletter-section:hover .newsletter-input-icon {
    color: #f43f5e;
}

.newsletter-input {
    width: 100%;
    height: 48px;
    padding: 10px 16px 10px 44px;
    background: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    color: #0f172a;
    outline: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
}

.newsletter-input:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4), 0 4px 16px rgba(0, 0, 0, 0.15);
}

.btn-newsletter-submit {
    height: 48px;
    padding: 0 32px;
    background: #ffffff;
    color: #0f172a;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-newsletter-submit:hover {
    background: #0f172a;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

@media (max-width: 640px) {
    .home-newsletter-section {
        padding: 45px 16px 50px;
    }

    .newsletter-title {
        font-size: 21px;
    }

    .newsletter-desc {
        font-size: 13.5px;
    }

    .newsletter-form {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .newsletter-input-group,
    .btn-newsletter-submit {
        width: 100%;
    }
}



/* ===================================================
   Yeni Şık Müşteri Yorumları (Corp Testimonials)
=================================================== */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
}

.corp-testimonial-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 30px 26px;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    overflow: hidden;
}

.corp-testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #2563eb 0%, #60a5fa 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.quote-watermark {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 54px;
    color: #f1f5f9;
    pointer-events: none;
    line-height: 1;
    z-index: 1;
    transition: color 0.3s ease;
}

.testimonial-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.stars-box {
    color: #f59e0b;
    font-size: 14px;
    display: flex;
    gap: 3px;
}

.verified-pill {
    background: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.testimonial-body {
    font-size: 14.5px;
    color: #334155;
    line-height: 1.65;
    font-style: italic;
    margin-bottom: 24px;
    flex-grow: 1;
    position: relative;
    z-index: 2;
    font-weight: 500;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 18px;
    border-top: 1px solid #f1f5f9;
    position: relative;
    z-index: 2;
}

.reviewer-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
    border: 2px solid #ffffff;
}

.reviewer-info {
    display: flex;
    flex-direction: column;
}

.reviewer-name {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
}

.reviewer-product {
    font-size: 12px;
    color: #2563eb;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 2px;
}

.corp-testimonial-card:hover {
    transform: translateY(-5px);
    border-color: #bfdbfe;
    box-shadow: 0 16px 36px rgba(37, 99, 235, 0.12);
}

.corp-testimonial-card:hover::before {
    opacity: 1;
}

.corp-testimonial-card:hover .quote-watermark {
    color: #e0e7ff;
}

/* ===================================================
   Kategori Sayfası (Görseldeki Birebir Tema)
=================================================== */

/* 1. Koyu Başlık & Breadcrumb Bannerı */
.category-hero-banner {
    background: radial-gradient(circle at 50% 50%, #1e1b4b 0%, #0f172a 60%, #020617 100%);
    padding: 38px 0 42px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
}

.category-hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(2px 2px at 20px 30px, #ffffff, rgba(0,0,0,0)),
        radial-gradient(2px 2px at 90px 40px, #ffffff, rgba(0,0,0,0)),
        radial-gradient(2px 2px at 150px 70px, rgba(255,255,255,0.7), rgba(0,0,0,0)),
        radial-gradient(2px 2px at 350px 90px, rgba(147, 197, 253, 0.9), rgba(0,0,0,0)),
        radial-gradient(2px 2px at 620px 80px, #ffffff, rgba(0,0,0,0)),
        radial-gradient(3px 3px at 780px 30px, rgba(167, 139, 250, 0.9), rgba(0,0,0,0));
    background-repeat: repeat;
    background-size: 550px 200px;
    opacity: 0.3;
    pointer-events: none;
}

.category-hero-inner {
    position: relative;
    z-index: 2;
}

.category-hero-title {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 6px 0;
    letter-spacing: -0.3px;
}

.category-hero-breadcrumb {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.category-hero-breadcrumb a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.category-hero-breadcrumb a:hover {
    color: #60a5fa;
}

/* 2. Ana 2-Sütunlu Grid */
.category-layout-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 30px;
    align-items: start;
}

/* 3. Sol Sütun: Kategoriler Menüsü (Görseldeki Birebir Mavi Başlıklı Kart) */
.cat-sidebar-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.cat-sidebar-header {
    background: #035388;
    color: #ffffff;
    font-size: 15.5px;
    font-weight: 800;
    padding: 14px 18px;
    letter-spacing: 0.2px;
}

.cat-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cat-sidebar-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    font-size: 13.5px;
    font-weight: 700;
    color: #0284c7;
    text-decoration: none;
    border-bottom: 1px solid #f1f5f9;
    transition: all 0.2s ease;
    background: #ffffff;
}

.cat-sidebar-link i {
    font-size: 11px;
    color: #94a3b8;
    transition: transform 0.2s ease, color 0.2s ease;
}

.cat-sidebar-link:hover {
    background: #f8fafc;
    color: #0369a1;
    padding-left: 22px;
}

.cat-sidebar-link:hover i {
    color: #0284c7;
    transform: translateX(3px);
}

.cat-sidebar-link.active {
    background: #eff6ff;
    color: #035388;
    border-left: 3.5px solid #0284c7;
    padding-left: 15px;
}

.cat-sidebar-link.active i {
    color: #0284c7;
}

.cat-sidebar-list li:last-child .cat-sidebar-link {
    border-bottom: none;
}

/* 4. Sağ Sütun: Üst Sayaç & Sıralama Çubuğu */
.catalog-top-bar {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02);
}

.catalog-record-count {
    font-size: 14.5px;
    font-weight: 700;
    color: #1e293b;
}

.catalog-sort-box {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 4px 10px 4px 12px;
}

.catalog-sort-box .sort-icon {
    font-size: 13px;
    color: #64748b;
}

.catalog-sort-select {
    border: none;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    outline: none;
    cursor: pointer;
    padding: 4px 0;
}

/* 5. 3'lü Ürün Izgarası */
.catalog-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

@media (max-width: 1100px) {
    .catalog-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 868px) {
    .category-layout-grid {
        grid-template-columns: 1fr;
    }
    .catalog-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .catalog-product-grid {
        grid-template-columns: 1fr;
    }
}

/* ===================================================
   Banka Hesapları Sayfası (Görseldeki Birebir Tema)
=================================================== */
.bank-accounts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.bank-card-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 28px 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.bank-card-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
    border-color: #cbd5e1;
}

.bank-logo-wrap {
    width: 140px;
    min-width: 120px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
}

.bank-logo-img {
    max-width: 100%;
    max-height: 48px;
    object-fit: contain;
    object-position: left center;
    display: block;
}

.bank-logo-fallback {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    color: #035388;
    font-weight: 800;
    font-size: 12px;
}

.bank-logo-fallback i {
    font-size: 22px;
    color: #0284c7;
}

.bank-info-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bank-company-name {
    font-size: 12.5px;
    font-weight: 500;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 6px;
}

.bank-iban-box {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13.5px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: 0.2px;
    flex-wrap: wrap;
}

.iban-label {
    font-weight: 800;
    color: #1e293b;
}

.iban-number {
    font-family: inherit;
    color: #0f172a;
    word-break: break-all;
}

.btn-copy-iban {
    background: transparent;
    border: none;
    color: #94a3b8;
    font-size: 13px;
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.btn-copy-iban:hover {
    color: #0284c7;
    background: #f1f5f9;
}

.bank-extra-meta {
    margin-top: 6px;
    font-size: 11.5px;
    color: #64748b;
    display: flex;
    gap: 14px;
}

@media (max-width: 900px) {
    .bank-accounts-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 540px) {
    .bank-card-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 20px 16px;
    }
    .bank-iban-box {
        justify-content: flex-start;
    }
    .bank-extra-meta {
        justify-content: flex-start;
    }
}



/* ===================================================
   Sıkça Sorulan Sorular Akordiyon Stilleri (FAQ Accordion)
=================================================== */
.msi-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-accordion-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.25s ease;
}

.faq-accordion-item.active {
    border-color: #bfdbfe;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.08);
}

.faq-accordion-header {
    width: 100%;
    background: #f8fafc;
    border: none;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    transition: all 0.2s ease;
}

.faq-accordion-header:hover {
    background: #eff6ff;
    color: #2563eb;
}

.faq-accordion-item.active .faq-accordion-header {
    background: #eff6ff;
    color: #2563eb;
}

.faq-question-text {
    flex-grow: 1;
    padding-right: 14px;
}

.faq-icon-toggle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e2e8f0;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    margin-right: 12px;
    transition: all 0.2s ease;
}

.faq-accordion-item.active .faq-icon-toggle {
    background: #2563eb;
    color: #ffffff;
}

.faq-icon {
    font-size: 13px;
    color: #64748b;
    transition: transform 0.3s ease;
}

.faq-accordion-item.active .faq-icon {
    transform: rotate(180deg);
    color: #2563eb;
}

.faq-accordion-body {
    padding: 16px 20px 20px;
    font-size: 14.5px;
    color: #475569;
    line-height: 1.65;
    border-top: 1px solid #eff6ff;
    background: #ffffff;
}

.faq-accordion-body p {
    margin: 0;
}

.module-card-item:hover {
    border-color: #bfdbfe !important;
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.08) !important;
}

.btn-corp-apply-filter:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
}

/* ===================================================
   Müşteri Paneli Tablo ve Kart Stilleri (User Panel Tables & Fixes)
=================================================== */
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.admin-table,
.user-table,
table.admin-table {
    width: 100% !important;
    border-collapse: collapse !important;
    text-align: left !important;
    font-size: 13.5px !important;
    margin: 0 !important;
}

.admin-table th,
.user-table th,
table.admin-table th {
    background: #f8fafc !important;
    color: #475569 !important;
    font-weight: 700 !important;
    font-size: 12.5px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    padding: 14px 18px !important;
    border-bottom: 2px solid #e2e8f0 !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
}

.admin-table td,
.user-table td,
table.admin-table td {
    padding: 16px 18px !important;
    border-bottom: 1px solid #e2e8f0 !important;
    vertical-align: middle !important;
    color: #1e293b !important;
    white-space: nowrap !important;
}

.admin-table tbody tr:hover,
.user-table tbody tr:hover,
table.admin-table tbody tr:hover {
    background-color: #f8fafc !important;
}

.admin-table tbody tr:last-child td,
.user-table tbody tr:last-child td,
table.admin-table tbody tr:last-child td {
    border-bottom: none !important;
}

/* Front-end Badges */
.badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 5px 12px !important;
    border-radius: 9999px !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

.badge-primary   { background: #dbeafe !important; color: #1e40af !important; }
.badge-success   { background: #d1fae5 !important; color: #065f46 !important; }
.badge-warning   { background: #fef3c7 !important; color: #92400e !important; }
.badge-danger    { background: #fee2e2 !important; color: #991b1b !important; }
.badge-secondary { background: #e2e8f0 !important; color: #475569 !important; }
.badge-info      { background: #cffafe !important; color: #0891b2 !important; }

/* ===================================================
   Sade & Modern Rakamlarla ScriptMarket İstatistik Stilleri
=================================================== */
.simple-stats-section {
    padding: 60px 0;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.simple-stats-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 36px;
}

.simple-stats-title {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}

.simple-stats-desc {
    font-size: 14.5px;
    color: #64748b;
}

.simple-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.simple-stat-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.25s ease;
}

.simple-stat-card:hover {
    background: #ffffff;
    transform: translateY(-3px);
    border-color: #bfdbfe;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.08);
}

.simple-stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.simple-stat-icon.icon-blue   { background: #eff6ff; color: #2563eb; }
.simple-stat-icon.icon-indigo { background: #e0e7ff; color: #4f46e5; }
.simple-stat-icon.icon-green  { background: #f0fdf4; color: #16a34a; }
.simple-stat-icon.icon-cyan   { background: #ecfeff; color: #0891b2; }

.simple-stat-info {
    display: flex;
    flex-direction: column;
}

.simple-stat-info .counter-num {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
}

.simple-stat-info .simple-stat-label {
    font-size: 13.5px;
    font-weight: 600;
    color: #64748b;
    margin-top: 2px;
}

@media (max-width: 991px) {
    .simple-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .simple-stats-grid {
        grid-template-columns: 1fr;
    }
}

/* ===================================================
   KAPSAMLI MOBİL UYUMLULUK VE YATAY KAYMA ENGELLEME (Responsive Mobile & Anti-Overflow Fixes)
=================================================== */

/* 1. Global Viewport Overflow Protection */
html, body {
    overflow-x: hidden;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin-left: auto !important;
    margin-right: auto !important;
}


img, video, iframe, canvas, svg, object {
    max-width: 100% !important;
    height: auto;
}

pre, code, blockquote, p, h1, h2, h3, h4, h5, h6, span {
    overflow-wrap: break-word;
    word-break: break-word;
}

/* 2. Responsive Layout Grids */
.catalog-layout-grid,
.blog-layout-grid,
.blog-detail-grid,
.cart-layout-grid,
.checkout-layout-grid,
.user-panel-grid {
    display: grid;
    gap: 32px;
    align-items: start;
}

.catalog-layout-grid {
    grid-template-columns: 260px 1fr;
}

.blog-layout-grid {
    grid-template-columns: 2fr 1fr;
}

.blog-detail-grid {
    grid-template-columns: 2.2fr 1fr;
}

.cart-layout-grid,
.checkout-layout-grid {
    grid-template-columns: 2fr 1fr;
}

.user-panel-grid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
    width: 100%;
}

.user-panel-sidebar {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    width: 100%;
    min-width: 0;
}

.user-panel-content {
    min-width: 0;
    width: 100%;
    max-width: 100%;
}

.user-stat-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 28px;
    width: 100%;
}

.user-profile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%;
}

@media (max-width: 1100px) {
    .user-stat-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 3. Media Queries for Mobile & Tablet Breakpoints */
@media (max-width: 991px) {
    .catalog-layout-grid,
    .blog-layout-grid,
    .blog-detail-grid,
    .cart-layout-grid,
    .checkout-layout-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .user-panel-grid {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: 100% !important;
        gap: 24px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .user-panel-sidebar {
        width: 100% !important;
        max-width: 100% !important;
    }

    .user-panel-content {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow-x: hidden;
    }

    .user-profile-grid {
        grid-template-columns: 1fr !important;
    }

    .main-search-hero {
        padding: 50px 16px 45px !important;
    }

    .search-hero-title {
        font-size: 28px !important;
    }

    .search-hero-subtitle {
        font-size: 14.5px !important;
        margin-bottom: 24px !important;
    }

    .search-hero-form {
        max-width: 100% !important;
        margin-bottom: 24px !important;
    }

    .search-hero-form input {
        padding: 14px 110px 14px 44px !important;
        font-size: 13.5px !important;
    }

    .search-hero-form button {
        padding: 0 16px !important;
        height: 42px !important;
        font-size: 13.5px !important;
    }

    .search-hero-badges {
        gap: 8px !important;
    }

    .hero-badge-pill {
        padding: 4px 14px 4px 6px !important;
        font-size: 11.5px !important;
    }

    .badge-icon-box {
        width: 26px !important;
        height: 26px !important;
        font-size: 12px !important;
    }

    .product-hero-banner,
    .pdetail-hero {
        padding: 28px 16px !important;
    }

    .product-hero-title,
    .pdetail-hero-title {
        font-size: 22px !important;
    }

    .msi-detail-grid,
    .pdetail-grid {
        grid-template-columns: 1fr !important;
    }

    .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 576px) {
    .search-hero-form {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .search-hero-form input {
        padding: 14px 16px 14px 42px !important;
        border-radius: 12px !important;
    }

    .search-hero-form button {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        height: 46px !important;
        border-radius: 12px !important;
    }

    .search-input-icon {
        left: 14px !important;
        top: 22px !important;
        transform: translateY(-50%) !important;
    }

    .card-ribbon {
        font-size: 9px !important;
        padding: 3px 20px !important;
    }

    .user-stat-cards-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
    }
}

@media (max-width: 420px) {
    .user-stat-cards-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Mobile Header Actions Fix (Hesabım & Giriş Yap Butonunu Mobilde Sepet Sağında Göster) */
.header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 768px) {
    .header-account-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 36px !important;
        height: 36px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        font-size: 15px !important;
    }
    
    .header-account-btn .account-btn-text {
        display: none !important;
    }

    .header-cart-btn .cart-btn-text {
        display: none !important;
    }

    .header-cart-btn {
        padding: 8px 12px !important;
        border-radius: 8px !important;
    }


    .mobile-nav-toggle {
        margin-left: 2px !important;
    }
}

/* ==========================================================================
   MINIMAL STATS BAR (Birebir Görsel Uyumu)
   ========================================================================== */
.minimal-stats-section {
    background: #192231;
    padding: 42px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.minimal-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: center;
    max-width: 1120px;
    margin: 0 auto;
}

.minimal-stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.minimal-stat-circle {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ffffff;
    background: transparent;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.minimal-stat-item:hover .minimal-stat-circle {
    border-color: #2563eb;
    color: #3b82f6;
    transform: scale(1.06);
    box-shadow: 0 0 15px rgba(37, 99, 235, 0.3);
}

.minimal-stat-info {
    display: flex;
    flex-direction: column;
}

.minimal-stat-number {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.5px;
    font-family: inherit;
}

.minimal-stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 5px;
    font-weight: 500;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .minimal-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }
}

@media (max-width: 576px) {
    .minimal-stats-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .minimal-stat-item {
        justify-content: flex-start;
        padding-left: 24%;
    }
}

/* ==========================================================================
   MEGA MENU STYLES (Görsel Tasarıma Birebir)
   ========================================================================== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 990;
}

.site-header .container.navbar {
    position: relative !important;
}

.nav-container {
    position: static !important;
}

.nav-menu {
    position: static !important;
}

.nav-item.has-mega-menu {
    position: static !important;
}

.mega-menu-wrapper.mega-menu-categories-only {
    position: absolute;
    top: 100%;
    left: 50%;
    right: auto;
    width: 760px;
    max-width: 92vw;
    transform: translateX(-50%) translateY(10px);
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 18px 45px -10px rgba(15, 23, 42, 0.16), 0 4px 14px rgba(0, 0, 0, 0.04);
    opacity: 0;
    visibility: hidden;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1000;
    overflow: hidden;
    box-sizing: border-box;
}

.nav-item.has-mega-menu {
    position: relative !important;
}

.mega-menu-top-accent {
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #2563eb 0%, #38bdf8 50%, #10b981 100%);
}

.nav-item.has-mega-menu:hover .mega-menu-wrapper.mega-menu-categories-only {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.mega-categories-simple-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 12px;
    padding: 18px 22px;
    background: #ffffff;
    box-sizing: border-box;
}

.mega-cat-simple-link {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    color: #334155;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 600;
    transition: all 0.18s ease;
    background: transparent;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mega-cat-simple-link:hover {
    color: #2563eb;
    background: #eff6ff;
    padding-left: 16px;
}

@media (max-width: 800px) {
    .mega-categories-simple-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .mega-menu-wrapper.mega-menu-categories-only {
        width: 92vw;
    }
}

@media (max-width: 991px) {
    .mega-menu-wrapper {
        display: none !important;
    }
}

/* ===================================================
   Mobil Görünümde Ürünlerin 2'şerli Yan Yana Sıralanması
=================================================== */
@media (max-width: 767px) {
    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .product-card {
        border-radius: 8px;
    }

    .product-thumb {
        height: 125px !important;
    }

    .product-thumb .fav-btn {
        top: 6px;
        right: 6px;
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .card-ribbon {
        width: 70px;
        height: 70px;
    }

    .card-ribbon span {
        width: 100px;
        font-size: 8.5px;
        top: 14px;
        left: -28px;
        padding: 3px 0;
    }

    .product-body {
        padding: 10px 10px 12px !important;
    }

    .product-cat-pill {
        font-size: 8.5px !important;
        padding: 2px 6px !important;
        margin-bottom: 6px !important;
        letter-spacing: 0.1px;
    }

    .product-title {
        font-size: 12.5px !important;
        min-height: 34px !important;
        line-height: 1.35 !important;
        margin-bottom: 6px !important;
    }

    .product-meta-row {
        font-size: 10px !important;
        margin-bottom: 8px !important;
    }

    .product-footer-row {
        padding-top: 8px !important;
        gap: 4px;
    }

    .product-green-price {
        font-size: 14px !important;
    }

    .btn-card-detail {
        height: 30px !important;
        min-width: 68px !important;
        padding: 2px 6px 2px 2px !important;
    }

    .detail-arrow-fill {
        width: 24px !important;
        left: 2px !important;
        top: 2px !important;
        bottom: 2px !important;
        font-size: 10px !important;
    }

    .detail-text {
        font-size: 10.5px !important;
    }
}

@media (max-width: 380px) {
    .product-grid {
        gap: 8px !important;
    }

    .product-thumb {
        height: 105px !important;
    }

    .product-title {
        font-size: 11.5px !important;
    }

    .product-green-price {
        font-size: 12.5px !important;
    }

    .btn-card-detail {
        min-width: 62px !important;
        height: 28px !important;
    }
}

/* ============================================================
   SOL ALT WHATSAPP CANLI DESTEK WIDGET'I (MODERN CHAT BALONU)
============================================================ */
.wa-live-widget {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.wa-float-btn {
    position: relative;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
}

.wa-float-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
    color: #ffffff !important;
}

.wa-pulse-ring {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    border: 2.5px solid #25D366;
    opacity: 0.8;
    animation: waPulse 2s infinite cubic-bezier(0.4, 0, 0.6, 1);
    pointer-events: none;
}

@keyframes waPulse {
    0% {
        transform: scale(0.95);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.22);
        opacity: 0;
    }
    100% {
        transform: scale(0.95);
        opacity: 0;
    }
}

.wa-btn-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ef4444;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
}

.wa-bubble-popup {
    position: relative;
    margin-bottom: 14px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.16), 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
    width: 290px;
    max-width: calc(100vw - 48px);
    padding: 16px;
    animation: waSlideUp 0.4s ease-out;
    transform-origin: bottom left;
}

@keyframes waSlideUp {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.wa-bubble-close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: transparent;
    border: none;
    color: #94a3b8;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s ease;
}

.wa-bubble-close:hover {
    color: #0f172a;
}

.wa-bubble-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.wa-bubble-avatar {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #25D366;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.wa-online-dot {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    border: 2px solid #ffffff;
}

.wa-bubble-author strong {
    display: block;
    font-size: 13.5px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

.wa-bubble-author span {
    font-size: 11px;
    color: #16a34a;
    font-weight: 600;
}

.wa-bubble-body {
    font-size: 13px;
    line-height: 1.5;
    color: #334155;
    background: #f8fafc;
    border-radius: 10px;
    padding: 10px 12px;
    margin-bottom: 12px;
    border: 1px solid #f1f5f9;
}

.wa-bubble-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #25D366;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.wa-bubble-cta:hover {
    background: #1eb956;
    transform: translateY(-1px);
}

/* Scroll To Top Sağ Altta */
.floating-scroll-top-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #0f172a;
    color: #ffffff;
    border: 1px solid #334155;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    z-index: 9990;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.floating-scroll-top-btn:hover {
    background: #2563eb;
    border-color: #2563eb;
    transform: translateY(-3px);
    opacity: 1;
}

@media (max-width: 768px) {
    .wa-live-widget {
        bottom: 18px;
        left: 18px;
    }
    .wa-float-btn {
        width: 50px;
        height: 50px;
        font-size: 26px;
    }
    .floating-scroll-top-btn {
        bottom: 18px;
        right: 18px;
        width: 42px;
        height: 42px;
    }
}

/* ==========================================================================
   MODERN İNCE UZUN ÇEREZ POLİTİKASI BANDI (SİYAH & BEYAZ, SİVRİ / KARE KÖŞELER)
   ========================================================================== */
.cookie-consent-bar {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(30px);
    width: 90%;
    max-width: 940px;
    z-index: 999999;
    background: #ffffff;
    border: 1.5px solid #000000;
    border-radius: 0px !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
    color: #111827;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cookie-consent-bar.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.cookie-consent-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cookie-consent-left {
    display: flex;
    align-items: center;
    flex: 1;
}

.cookie-consent-text {
    font-size: 13.5px;
    color: #374151;
    line-height: 1.55;
}

.cookie-consent-text strong {
    color: #000000;
    font-weight: 800;
    margin-right: 6px;
}

.cookie-consent-text a {
    color: #000000;
    text-decoration: underline;
    font-weight: 700;
    transition: color 0.15s ease;
}

.cookie-consent-text a:hover {
    color: #4b5563;
}

.cookie-consent-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.btn-cookie-reject {
    background: #ffffff;
    border: 1.5px solid #000000;
    color: #000000;
    padding: 9px 24px;
    border-radius: 0px !important;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
}

.btn-cookie-reject:hover {
    background: #000000;
    color: #ffffff;
}

.btn-cookie-accept {
    background: #000000;
    border: 1.5px solid #000000;
    color: #ffffff;
    padding: 9px 26px;
    border-radius: 0px !important;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
}

.btn-cookie-accept:hover {
    background: #27272a;
    border-color: #27272a;
    color: #ffffff;
}

@media (max-width: 768px) {
    .cookie-consent-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 14px 18px;
    }
    .cookie-consent-actions {
        width: 100%;
        display: flex;
        gap: 10px;
    }
    .btn-cookie-reject,
    .btn-cookie-accept {
        flex: 1;
        text-align: center;
        justify-content: center;
    }
}

/* ==========================================================================
   SAĞ KENAR YATAY ANKET BUTONU VE AÇILIR PANELİ (SİYAH & BEYAZ KARE TASARIM)
   ========================================================================== */
.side-poll-trigger {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right bottom;
    background: #000000;
    color: #ffffff;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    z-index: 99990;
    border: 1.5px solid #000000;
    border-bottom: none;
    border-radius: 0px !important;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease;
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.side-poll-trigger:hover {
    background: #1f2937;
    padding-bottom: 12px;
}

.side-poll-panel {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(105%);
    width: 360px;
    max-width: calc(100vw - 20px);
    background: #ffffff;
    border: 2px solid #000000;
    border-right: none;
    border-radius: 0px !important;
    box-shadow: -10px 10px 40px rgba(0, 0, 0, 0.3);
    z-index: 99995;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.side-poll-panel.active {
    transform: translateY(-50%) translateX(0);
}

.side-poll-header {
    background: #000000;
    color: #ffffff;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px !important;
}

.side-poll-header h4 {
    font-size: 13.5px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
}

.side-poll-close {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 0 4px;
    transition: transform 0.15s ease;
}

.side-poll-close:hover {
    transform: scale(1.2);
}

.side-poll-body {
    padding: 20px;
    max-height: 75vh;
    overflow-y: auto;
}

.side-poll-question {
    font-size: 14.5px;
    font-weight: 700;
    color: #000000;
    line-height: 1.45;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1.5px solid #e5e7eb;
}

.side-poll-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}

.side-poll-opt-label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #f9fafb;
    border: 1.5px solid #e5e7eb;
    border-radius: 0px !important;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #1f2937;
    transition: all 0.2s ease;
    user-select: none;
}

.side-poll-opt-label:hover {
    background: #f3f4f6;
    border-color: #000000;
}

.side-poll-opt-label.selected {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

.side-poll-opt-label input[type="radio"] {
    accent-color: #000000;
}

.side-poll-btn-submit {
    width: 100%;
    background: #000000;
    color: #ffffff;
    border: 1.5px solid #000000;
    padding: 11px 16px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0px !important;
    transition: all 0.2s ease;
}

.side-poll-btn-submit:hover {
    background: #27272a;
    border-color: #27272a;
}

.side-poll-result-row {
    margin-bottom: 14px;
}

.side-poll-result-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12.5px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 6px;
}

.side-poll-result-bar-bg {
    width: 100%;
    height: 12px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 0px !important;
    overflow: hidden;
}

.side-poll-result-bar-fill {
    height: 100%;
    background: #000000;
    border-radius: 0px !important;
    transition: width 0.6s ease;
}

.side-poll-voted-note {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 10px 14px;
    font-size: 12px;
    color: #4b5563;
    text-align: center;
    margin-top: 14px;
    font-weight: 600;
}

.side-poll-total {
    font-size: 11.5px;
    color: #6b7280;
    text-align: right;
    margin-top: 10px;
    font-weight: 600;
}








