/*
Theme Name: Mariobet V2 Responsive
Theme URI: https://mariobet.com
Author: Mariobet Team
Author URI: https://mariobet.com
Description: Mariobet Ana Domain için özel WordPress teması
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mariobet
*/

/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
    font-family: 'Lexend';
    src: url('assets/fonts/Lexend-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('assets/fonts/Lexend-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('assets/fonts/Lexend-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('assets/fonts/Lexend-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('assets/fonts/Lexend-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('assets/fonts/Lexend-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('assets/fonts/Lexend-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('assets/fonts/Lexend-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('assets/fonts/Lexend-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   CSS VARIABLES
   ========================================================================== */
:root {
    /* Colors */
    --primary-orange: #F97316;
    --primary-orange-hover: #EA580C;
    --primary-orange-light: rgba(249, 115, 22, 0.1);
    
    --bg-dark: #16213E;
    --bg-darker: #0F172A;
    --bg-nav: #1E293B;
    --bg-light: #E8EAED;
    --bg-white: #FFFFFF;
    --bg-card: #FFFFFF;
    
    --text-dark: #1A1A1A;
    --text-body: #4A4A4A;
    --text-muted: #666666;
    --text-light: #94A3B8;
    --text-white: #FFFFFF;
    
    --border-color: #E2E8F0;
    --border-light: #F1F5F9;
    
    /* Typography */
    --font-family: 'Lexend', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-size-xs: 12px;
    --font-size-sm: 13px;
    --font-size-base: 14px;
    --font-size-md: 15px;
    --font-size-lg: 16px;
    --font-size-xl: 18px;
    --font-size-2xl: 20px;
    --font-size-3xl: 24px;
    --font-size-4xl: 28px;
    
    /* Spacing */
    --container-width: 1200px;
    --header-height: 56px;
    --nav-height: 50px;
    
    /* Border Radius */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --radius-full: 9999px;
    
    /* Shadows */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-card: 0 2px 8px rgba(0, 0, 0, 0.08);
    
    /* Transitions */
    --transition-fast: 0.15s ease;
    --transition-base: 0.25s ease;
    --transition-slow: 0.35s ease;
}

/* ==========================================================================
   RESET & BASE
   ========================================================================== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

body {
    font-family: var(--font-family);
    font-size: var(--font-size-base);
    font-weight: 400;
    line-height: 1.6;
    color: var(--text-body);
    background-color: var(--bg-light);
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color var(--transition-fast);
}

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

ul, ol {
    list-style: none;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
}

/* ==========================================================================
   GLOBAL SVG/ICON SIZE CONTROL - 16px TINY ICONS
   ========================================================================== */
/* FORCE ALL SVGs to be TINY - 16px */
svg {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    flex-shrink: 0 !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* Every possible selector for SVGs */
body svg, html svg, #page svg, .site svg, .site-content svg,
.site-main svg, main svg, article svg, section svg, div svg,
p svg, span svg, li svg, a svg, .entry-content svg,
.single-article svg, .content-area svg, .content-section svg,
.page-content svg, #primary svg, .container svg, header svg,
footer svg, nav svg, aside svg, .sidebar svg, .widget svg {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
}

/* Logo - ONLY exception */
.site-logo img,
img.logo-full,
.site-logo .logo-full {
    width: auto !important;
    height: 65px !important;
    max-width: 280px !important;
    max-height: 65px !important;
    min-width: auto !important;
    min-height: auto !important;
}

/* ==========================================================================
   LAYOUT
   ========================================================================== */
.container {
    width: 100%;
    max-width: var(--container-width);
}

/* Site Main - Content + Sidebar Layout */
.site-main {
    padding: 60px 0 60px 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* ==========================================================================
   CONTENT + SIDEBAR LAYOUT - ULTRA AGGRESSIVE GRID
   ========================================================================== */
.content-wrapper {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 360px !important;
    grid-template-rows: auto !important;
    gap: 30px !important;
    align-items: start !important;
    width: 100% !important;
    padding-top: 50px !important;
}

/* Force grid on ALL content-wrapper instances */
.site-main .content-wrapper,
#primary .content-wrapper,
main .content-wrapper,
.container .content-wrapper,
body .content-wrapper,
html .content-wrapper {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 360px !important;
    grid-template-rows: auto !important;
    gap: 30px !important;
    align-items: start !important;
}

/* Main content area - ALWAYS first column, first row */
.content-wrapper > article,
.content-wrapper > .content-area,
.content-wrapper > .single-article,
.content-wrapper > div:first-child:not(.sidebar):not(aside) {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Sidebar - ALWAYS second column, first row */
.content-wrapper > .sidebar,
.content-wrapper > aside,
.content-wrapper > aside.sidebar {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 360px !important;
    min-width: 360px !important;
    max-width: 360px !important;
    position: sticky !important;
    top: 100px !important;
}

/* Desktop - sidebar must be visible */
@media (min-width: 1025px) {
    .content-wrapper {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 360px !important;
    }
    
    .content-wrapper > .sidebar,
    .content-wrapper > aside {
        display: flex !important;
        flex-direction: column !important;
        grid-column: 2 !important;
        grid-row: 1 !important;
    }
}

/* Tablet responsive */
@media (max-width: 1024px) {
    .content-wrapper,
    .site-main .content-wrapper,
    #primary .content-wrapper,
    main .content-wrapper,
    .container .content-wrapper {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: 1fr !important;
    }
    
    .content-wrapper > article,
    .content-wrapper > .content-area,
    .content-wrapper > .single-article,
    .content-wrapper > div:first-child:not(.sidebar) {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .content-wrapper > .sidebar,
    .content-wrapper > aside,
    .content-wrapper > aside.sidebar {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        position: relative !important;
        top: 0 !important;
        order: -1;
    }
}

.container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: linear-gradient(180deg, #0F172A 0%, #1E293B 100%);
}

/* Header Top Bar */
.header-top {
    background: transparent;
    height: var(--header-height);
    position: relative;
    z-index: 2;
}

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

/* Logo */
.site-logo a {
    display: flex;
    align-items: center;
    border: none !important;
    outline: none !important;
}

.site-logo .logo-full {
    height: 65px;
    width: auto;
    max-width: 280px;
    object-fit: contain;
    border: 0 !important;
    border-width: 0 !important;
    border-style: none !important;
    outline: 0 !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
}

.site-logo img,
.site-logo .logo-full,
.site-logo a img,
.header-top .site-logo img,
.header-top-inner .site-logo img,
.mobile-menu-header .site-logo img,
.mobile-menu-header .logo-full,
.footer-info .logo-full {
    border: 0 !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
    outline: 0 !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* Content Area Logo & Icon Fixes */
.content-area .site-logo .logo-full,
.content-section .site-logo .logo-full,
.page-content .site-logo .logo-full {
    height: 36px;
    max-width: 160px;
}

/* ONLY apply to check-list and inline icons - NOT form icons */
.content-area .check-list svg,
.content-section .check-list svg,
.content-area h2 svg,
.content-section h2 svg,
.content-area p svg,
.content-section p svg {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    flex-shrink: 0;
}

/* Form input icons - CRITICAL: must be small and positioned absolutely */
.input-with-icon svg,
.textarea-with-icon svg,
.contact-form svg,
.contact-form-section svg,
.content-area .input-with-icon svg,
.content-area .textarea-with-icon svg,
.content-section .input-with-icon svg,
.content-section .textarea-with-icon svg,
.page-content .input-with-icon svg,
.page-content .textarea-with-icon svg,
.contact-form .input-with-icon svg,
.contact-form .textarea-with-icon svg,
.contact-form-section .input-with-icon svg,
.contact-form-section .textarea-with-icon svg,
div.input-with-icon svg,
div.textarea-with-icon svg {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    position: absolute !important;
    left: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #999 !important;
    pointer-events: none !important;
    flex-shrink: 0 !important;
    display: block !important;
}

/* Textarea icon - top positioned */
.textarea-with-icon svg,
div.textarea-with-icon svg,
.contact-form .textarea-with-icon svg,
.contact-form-section .textarea-with-icon svg {
    top: 16px !important;
    transform: none !important;
}

/* Page template image fixes */
.content-area img,
.content-section img,
.page-content img {
    max-width: 100%;
    height: auto;
}

.content-area .logo-full,
.content-section .logo-full {
    max-width: 180px !important;
    height: auto !important;
    max-height: 50px !important;
}

/* ==========================================================================
   PAGE TEMPLATE COMPONENTS
   ========================================================================== */

/* Values Grid */
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.value-card {
    background: var(--bg-white);
    padding: 25px 20px;
    border-radius: var(--radius-md);
    text-align: center;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.value-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    margin: 0 auto 15px;
    background: var(--primary-orange-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.value-icon svg,
.value-card .value-icon svg,
.values-grid .value-icon svg {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    color: var(--primary-orange);
    flex-shrink: 0;
}

/* Template page SVG fixes */
.content-section svg:not(.share-icon),
.content-area svg:not(.share-icon),
.page-content svg:not(.share-icon) {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
}

.content-section .value-icon svg,
.content-area .value-icon svg {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
}

.value-card h4 {
    font-size: var(--font-size-md);
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.value-card p {
    font-size: var(--font-size-sm);
    color: var(--text-muted);
    line-height: 1.5;
    margin: 0;
}

/* Check List */
.check-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.check-list li:last-child {
    border-bottom: none;
}

.check-list li svg {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    color: var(--success-color);
    flex-shrink: 0;
    margin-top: 2px;
}

/* License Table */
.license-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: var(--bg-white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-card);
}

.license-table th,
.license-table td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}

.license-table th {
    background: var(--primary-orange);
    color: var(--text-white);
    font-weight: 600;
    font-size: var(--font-size-sm);
}

.license-table td {
    font-size: var(--font-size-sm);
    color: var(--text-body);
}

.license-table tr:last-child td {
    border-bottom: none;
}

.license-table tr:hover td {
    background: var(--primary-orange-light);
}

/* FAQ Accordion */
.faq-accordion {
    margin: 20px 0;
}

.faq-item {
    background: var(--bg-white);
    border-radius: var(--radius-md);
    margin-bottom: 12px;
    box-shadow: var(--shadow-card);
    overflow: hidden;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    cursor: pointer;
    font-weight: 600;
    color: var(--text-dark);
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: var(--primary-orange-light);
}

.faq-question svg {
    width: 20px !important;
    height: 20px !important;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question svg {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 20px 18px;
    color: var(--text-body);
    line-height: 1.7;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

/* Contact Form */
.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 8px;
    font-size: var(--font-size-sm);
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    font-size: var(--font-size-base);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    outline: none;
    border-color: var(--primary-orange);
    box-shadow: 0 0 0 3px var(--primary-orange-light);
}

.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

/* Content Section Styling */
.content-section {
    background: var(--bg-white);
    padding: 30px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    margin-bottom: 30px;
}

.content-section h2 {
    font-size: var(--font-size-xl);
    color: var(--text-dark);
    margin: 30px 0 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-orange);
}

.content-section h2:first-child {
    margin-top: 0;
}

.content-section p {
    color: var(--text-body);
    line-height: 1.8;
    margin-bottom: 15px;
}

.content-section ul:not(.check-list) {
    padding-left: 20px;
    margin: 15px 0;
}

.content-section ul:not(.check-list) li {
    margin-bottom: 8px;
    color: var(--text-body);
}

/* Header Top Links - Orijinal Beyaz Tasarım */
.header-top-links {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-left: auto;
    margin-right: 24px;
}

.header-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    text-decoration: none;
    cursor: pointer;
}

.header-link:hover {
    opacity: 0.8;
}

.header-link svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.header-link span {
    color: #fff;
}

.lang-selector {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Header Right */
.header-top-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Language Selector */
.language-selector,
.lang-selector {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-white);
    font-size: var(--font-size-sm);
    cursor: pointer;
    transition: color var(--transition-fast);
}

.language-selector:hover {
    color: var(--primary-orange);
}

.language-selector svg {
    width: 16px !important;
    height: 16px !important;
}

.lang-selector-old {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-white);
    font-size: var(--font-size-sm);
    cursor: pointer;
    padding: 6px 10px;
    border-radius: var(--radius-sm);
    transition: background var(--transition-fast);
}

.lang-selector:hover {
    background: rgba(255, 255, 255, 0.1);
}

.lang-selector .flag-icon {
    width: 20px;
    height: auto;
    border-radius: 2px;
}

.lang-selector .dropdown-arrow {
    width: 16px;
    height: 16px;
    opacity: 0.7;
}

/* Hesap Aç Button - Turuncu Kenarlık */
.btn-hesap-ac {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #ff6600;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #ff6600;
    transition: all 0.2s ease;
    text-decoration: none;
}

.btn-hesap-ac:hover {
    background: #ff6600;
    color: #fff;
}

/* Login Button */
.btn-login {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--primary-orange);
    color: var(--text-white);
    padding: 10px 20px;
    border-radius: var(--radius-sm);
    font-size: var(--font-size-sm);
    font-weight: 500;
    transition: all var(--transition-fast);
}

.btn-login svg {
    width: 14px;
    height: 14px;
}

.btn-login:hover {
    background: var(--primary-orange-hover);
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
}

.mobile-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-white);
    border-radius: 2px;
    transition: all var(--transition-fast);
}

/* ==========================================================================
   MAIN NAVIGATION
   ========================================================================== */
.main-nav {
    background: rgba(0, 0, 0, 0.3);
    height: var(--nav-height);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
}

.main-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

/* Main Menu */
.main-menu {
    display: flex;
    align-items: center;
    gap: 0;
}

.main-menu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 16px;
    color: rgba(255, 255, 255, 0.7);
    font-size: var(--font-size-sm);
    font-weight: 400;
    transition: all var(--transition-fast);
}

.main-menu li a svg {
    width: 16px;
    height: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.main-menu li a:hover {
    color: var(--text-white);
}

.main-menu li a:hover svg {
    color: var(--primary-orange);
}

/* Seçili menü öğesi - TURUNCU */
.main-menu li.current-menu-item a {
    color: var(--primary-orange);
}

.main-menu li.current-menu-item a svg {
    color: var(--primary-orange);
}

/* Nav Search */
.nav-search {
    position: relative;
}

.nav-search form {
    display: flex;
    align-items: center;
}

.nav-search svg {
    position: absolute;
    left: 12px;
    width: 18px;
    height: 18px;
    color: var(--text-light);
}

.nav-search input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-sm);
    padding: 8px 12px 8px 38px;
    color: var(--text-white);
    font-size: var(--font-size-sm);
    width: 180px;
    transition: all var(--transition-fast);
}

.nav-search input::placeholder {
    color: var(--text-light);
}

.nav-search input:focus {
    outline: none;
    border-color: var(--primary-orange);
    width: 220px;
}

/* ==========================================================================
   HERO SLIDER - Kompakt Versiyon
   ========================================================================== */
.hero-slider,
.hero-slider.mobile-visible {
    display: block !important;
    visibility: visible !important;
    background: linear-gradient(180deg, #0F172A 0%, #1E293B 100%);
    padding: 15px 0 25px;
    position: relative;
    width: 100%;
}

.slider-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
}

.slider-wrapper {
    display: flex;
    gap: 15px;
    overflow: hidden;
}

/* Slider Card - Küçültülmüş */
.slider-card {
    flex: 0 0 calc(33.333% - 10px);
    min-width: calc(33.333% - 10px);
}

.slider-card-link {
    display: block;
    background: var(--bg-white);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.slider-card-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.slider-card-image {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    max-height: 100px;
}

.slider-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-card-content {
    padding: 10px 12px;
    background: var(--bg-white);
}

.slider-card-content h3 {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.4;
    margin-bottom: 6px;
}

.slider-card-date {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: var(--text-muted);
}

.date-dot {
    width: 7px;
    height: 7px;
    background: var(--primary-orange);
    border-radius: 50%;
}

/* Slider Navigation */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: rgba(30, 41, 59, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-white);
    transition: all var(--transition-fast);
    z-index: 10;
    border: none;
}

.slider-nav:hover {
    background: rgba(30, 41, 59, 1);
}

.slider-nav svg {
    width: 18px;
    height: 18px;
}

.slider-prev {
    left: 5px;
}

.slider-next {
    right: 5px;
}

/* Slider Watermark */
.slider-watermark {
    text-align: center;
    margin-top: 10px;
    opacity: 0.2;
}

.slider-watermark img {
    height: 14px;
    width: auto;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}

/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */
.main-content {
    padding: 30px 0 50px;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 30px;
    padding-top: 20px;
}

/* Content Grid Responsive - Tablet */
@media (max-width: 1024px) {
    .content-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }
    
    .content-grid > .posts-column {
        order: 1 !important;
        width: 100% !important;
        grid-column: auto !important;
    }
    
    .content-grid > .sidebar,
    .content-grid > aside {
        order: -1 !important;
        width: 100% !important;
        grid-column: auto !important;
    }
}

/* Content Grid Responsive - Mobil */
@media (max-width: 768px) {
    .content-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .content-grid > .sidebar,
    .content-grid > aside {
        display: flex !important;
        flex-direction: column !important;
        order: -1 !important;
        width: 100% !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* ==========================================================================
   POST CARDS - HORIZONTAL
   ========================================================================== */
.posts-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Content Area Box - Kategori ve Arşiv Sayfaları */
.content-area {
    background: transparent;
}

.content-area article,
.posts-list article,
article.post-card {
    background: #fff;
    border: 2px solid #ff6600;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(255, 102, 0, 0.1);
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.content-area article:hover,
.posts-list article:hover,
article.post-card:hover {
    box-shadow: 0 8px 30px rgba(255, 102, 0, 0.2);
    transform: translateY(-2px);
}

/* Posts List Container */
.posts-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Post Card Styling */
.post-card {
    display: flex;
    flex-direction: row;
    background: #fff;
    border: 2px solid #ff6600;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(255, 102, 0, 0.1);
}

.post-card .post-card-image {
    flex: 0 0 280px;
    max-width: 280px;
    overflow: hidden;
}

.post-card .post-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-card:hover .post-card-image img {
    transform: scale(1.05);
}

.post-card .post-card-content {
    flex: 1;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.post-card .post-card-logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.post-card .post-card-logo svg {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
}

.post-card .post-card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.post-card .post-card-title a {
    color: #1a1a2e;
    transition: color 0.3s ease;
}

.post-card .post-card-title a:hover {
    color: #ff6600;
}

.post-card .post-card-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.post-card .post-card-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #ff6600;
    font-size: 14px;
    font-weight: 600;
    transition: gap 0.3s ease;
}

.post-card .post-card-link:hover {
    gap: 8px;
}

.post-card .post-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #eee;
    font-size: 12px;
    color: #888;
}

.post-card-horizontal {
    display: flex;
    background: var(--bg-white);
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid #ff6600;
    box-shadow: 0 4px 20px rgba(255, 102, 0, 0.1);
    transition: all var(--transition-base);
    margin-bottom: 20px;
}

.post-card-horizontal:hover {
    box-shadow: 0 8px 30px rgba(255, 102, 0, 0.2);
    transform: translateY(-2px);
}

.post-card-horizontal .post-card-image {
    flex: 0 0 280px;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.post-card-horizontal .post-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-base);
}

.post-card-horizontal:hover .post-card-image img {
    transform: scale(1.05);
}

.post-card-body {
    flex: 1;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
}

.post-card-title {
    font-size: var(--font-size-xl);
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}

.post-card-title a {
    color: var(--text-dark);
}

.post-card-title a:hover {
    color: var(--primary-orange);
}

.post-card-excerpt {
    color: var(--text-body);
    font-size: var(--font-size-sm);
    line-height: 1.6;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-card-readmore {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--primary-orange);
    font-size: var(--font-size-sm);
    font-weight: 500;
    margin-bottom: 14px;
    transition: gap var(--transition-fast);
}

.post-card-readmore svg {
    width: 16px;
    height: 16px;
}

.post-card-readmore:hover {
    gap: 8px;
}

.post-card-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--border-light);
}

.post-card-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: var(--font-size-xs);
    color: var(--text-muted);
}

.post-card-meta svg {
    width: 14px;
    height: 14px;
    color: var(--primary-orange);
}

/* ==========================================================================
   SIDEBAR
   ========================================================================== */
.sidebar {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    width: 360px !important;
    min-width: 360px !important;
    max-width: 360px !important;
}

/* Desktop sidebar visible */
@media (min-width: 769px) {
    .sidebar,
    aside.sidebar,
    .content-wrapper .sidebar {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* Sidebar Menu Widget - Modern Design */
.sidebar-menu-widget {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.sidebar-menu-widget:hover {
    box-shadow: 0 8px 30px rgba(255, 102, 0, 0.12);
    transform: translateY(-2px);
}

/* Sidebar Logo Fixes */
.sidebar .site-logo .logo-full,
.sidebar .logo-full,
.sidebar img.logo {
    max-width: 120px !important;
    max-height: 40px !important;
    height: auto !important;
    width: auto !important;
}

.sidebar svg:not(.bonus-slide svg) {
    max-width: 18px !important;
    max-height: 18px !important;
    width: 18px !important;
    height: 18px !important;
}

/* Bonus Slider Logo Fix */
.bonus-slider-container .site-logo .logo-full,
.bonus-slider-container .logo-full {
    max-width: 140px !important;
    max-height: 45px !important;
}

/* Widget Header - Premium Style */
.widget-header {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #ff6600 0%, #ff8533 50%, #ff6600 100%);
    color: #ffffff;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.widget-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.widget-header svg {
    width: 20px !important;
    height: 20px !important;
    flex-shrink: 0;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1));
}

.widget-header span {
    font-family: 'Lexend', sans-serif;
}

/* Sidebar Menu List - Enhanced */
.sidebar-menu-list {
    padding: 12px 0;
    margin: 0;
    list-style: none;
}

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

.sidebar-menu-list li a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}

.sidebar-menu-list li:last-child a {
    border-bottom: none;
}

.sidebar-menu-list li a:hover {
    background: linear-gradient(90deg, rgba(255,102,0,0.08) 0%, rgba(255,102,0,0.02) 100%);
    color: #ff6600;
    padding-left: 26px;
}

.sidebar-menu-list li a:hover .menu-dot {
    transform: scale(1.4);
    box-shadow: 0 0 8px rgba(255,102,0,0.5);
}

/* Menu Dot - Animated */
.menu-dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.25s ease;
    box-shadow: 0 2px 4px rgba(255,102,0,0.3);
}

/* Sidebar Bonus Slider Widget */
.bonus-slider-widget {
    background: linear-gradient(145deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.pagination-btn,
.pagination-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    background: var(--bg-white);
    color: var(--text-body);
    font-size: var(--font-size-sm);
    border-radius: var(--radius-sm);
    transition: all var(--transition-fast);
}

.pagination-btn:hover,
.pagination-num:hover {
    background: var(--primary-orange);
    color: var(--text-white);
}

.pagination-num.active {
    background: var(--primary-orange);
    color: var(--text-white);
}

.pagination-dots {
    color: var(--text-muted);
    padding: 0 4px;
}

.pagination-numbers {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* ==========================================================================
   FOOTER CONTENT SECTION
   ========================================================================== */
.footer-content-section {
    background: var(--bg-white);
    padding: 40px 0;
}

.footer-content-box {
    margin-bottom: 40px;
}

.footer-content-box h2 {
    color: var(--primary-orange);
    font-size: var(--font-size-3xl);
    font-weight: 700;
    margin-bottom: 16px;
}

.footer-content-box p {
    color: var(--text-body);
    line-height: 1.7;
    margin-bottom: 12px;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
    color: var(--text-white);
    padding: 12px 24px;
    border-radius: var(--radius-md);
    font-size: var(--font-size-base);
    font-weight: 500;
    margin-top: 8px;
    transition: all var(--transition-fast);
}

.btn-primary svg {
    width: 18px;
    height: 18px;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.4);
}

.footer-content-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.footer-content-column h3 {
    color: var(--primary-orange);
    font-size: var(--font-size-lg);
    font-weight: 600;
    margin-bottom: 12px;
}

.footer-content-column p {
    color: var(--text-body);
    font-size: var(--font-size-sm);
    line-height: 1.7;
    margin-bottom: 10px;
}

/* ==========================================================================
   SITE FOOTER
   ========================================================================== */
.site-footer {
    background: var(--bg-white);
    border-top: 1px solid var(--border-color);
}

.footer-main {
    padding: 40px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.3fr;
    gap: 40px;
}

/* Footer Info Column */
.footer-info .site-logo {
    margin-bottom: 12px;
}

.footer-info .site-logo a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-info .site-logo .logo-full {
    height: auto;
    width: 100%;
    max-width: 100%;
}

/* Dark logo for footer */
.footer-info .site-logo.logo-dark .logo-svg,
.footer-info .site-logo.logo-dark .logo-full {
    height: auto;
    width: 100%;
    max-width: 100%;
}

/* Avatar sizing fixes */
/* Avatar Fixes - CRITICAL */
.avatar,
.wp-block-avatar img,
img.avatar,
.author-avatar img,
.comment-avatar img,
.single-article .avatar,
.entry-author-box .avatar,
.entry-author-box img {
    border-radius: 50% !important;
    max-width: 60px !important;
    max-height: 60px !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    object-fit: cover !important;
    display: block !important;
}

/* Author avatar container */
.author-avatar {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
    overflow: hidden !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
}

/* Comment avatar */
.comment-avatar,
.comment-author .avatar {
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
}

.comment-avatar img {
    width: 50px !important;
    height: 50px !important;
}

/* Post meta author avatar */
.meta-author .avatar {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    margin-right: 6px;
}

.footer-copyright {
    color: var(--text-muted);
    font-size: var(--font-size-sm);
    margin-bottom: 20px;
}

/* Newsletter */
.footer-newsletter p {
    color: var(--primary-orange);
    font-size: var(--font-size-sm);
    font-weight: 500;
    margin-bottom: 12px;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newsletter-input-wrap {
    position: relative;
}

.newsletter-input-wrap svg {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: var(--text-light);
}

.newsletter-input-wrap input {
    width: 100%;
    padding: 12px 12px 12px 40px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    font-size: var(--font-size-sm);
    background: var(--bg-light);
}

.newsletter-input-wrap input:focus {
    outline: none;
    border-color: var(--primary-orange);
}

.newsletter-btn {
    width: 100%;
    justify-content: center;
}

/* Footer Links */
.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-title {
    color: var(--primary-orange);
    font-size: var(--font-size-md);
    font-weight: 600;
    margin-bottom: 16px;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-body);
    font-size: var(--font-size-sm);
    transition: color var(--transition-fast);
}

.footer-links a::before {
    content: '';
    width: 5px;
    height: 5px;
    background: var(--primary-orange);
    border-radius: 50%;
}

.footer-links a:hover {
    color: var(--primary-orange);
}

/* Footer Recent Posts */
.footer-recent-posts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-recent-post {
    display: flex;
    gap: 12px;
}

.footer-recent-post-image {
    flex: 0 0 60px;
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.footer-recent-post-image img {
    width: 60px;
    height: 45px;
    object-fit: cover;
}

.footer-recent-post-content h5 {
    font-size: var(--font-size-xs);
    font-weight: 500;
    color: var(--text-dark);
    line-height: 1.4;
    margin-bottom: 4px;
}

.footer-recent-post-content h5 a:hover {
    color: var(--primary-orange);
}

.footer-recent-post-date {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: var(--text-muted);
}

.footer-recent-post-date svg {
    width: 12px;
    height: 12px;
    color: var(--primary-orange);
}

/* Footer Bottom */
.footer-bottom {
    background: #E8E8E8;
    padding: 30px 0;
    border-top: 1px solid #D0D0D0;
}

.footer-disclaimer p {
    color: #555;
    font-size: var(--font-size-sm);
    line-height: 1.7;
    margin-bottom: 12px;
}

.footer-disclaimer p:last-child {
    margin-bottom: 0;
}

.footer-disclaimer p:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   MOBILE MENU
   ========================================================================== */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    background: var(--bg-dark);
    z-index: 2000;
    transition: left var(--transition-base);
    overflow-y: auto;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1999;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-base);
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-header .site-logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-menu-header .logo-full {
    height: 28px;
    width: auto;
}

.mobile-menu-close {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-white);
}

.mobile-menu-close svg {
    width: 24px;
    height: 24px;
}

.mobile-menu-content {
    padding: 20px;
}

.mobile-menu-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: var(--text-white);
    font-size: var(--font-size-base);
    border-radius: var(--radius-sm);
    transition: background var(--transition-fast);
}

.mobile-menu-list li a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.mobile-menu-list li a svg {
    width: 20px;
    height: 20px;
    color: var(--primary-orange);
}

.mobile-menu-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-login-mobile,
.btn-register-mobile {
    display: block;
    text-align: center;
    padding: 12px 20px;
    border-radius: var(--radius-md);
    font-size: var(--font-size-base);
    font-weight: 500;
}

.btn-login-mobile {
    background: var(--primary-orange);
    color: var(--text-white);
}

.btn-register-mobile {
    background: transparent;
    border: 1px solid var(--primary-orange);
    color: var(--primary-orange);
}

/* ==========================================================================
   SINGLE POST
   ========================================================================== */
.single-post-header {
    background: linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-darker) 100%);
    padding: 40px 0;
}

.single-post-title {
    color: var(--text-white);
    font-size: var(--font-size-4xl);
    font-weight: 700;
    margin-bottom: 16px;
}

.single-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.single-post-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-light);
    font-size: var(--font-size-sm);
}

.single-post-meta svg {
    width: 16px;
    height: 16px;
    color: var(--primary-orange);
}

.single-post-content {
    background: var(--bg-white);
    padding: 40px;
    border-radius: var(--radius-lg);
    margin-top: -20px;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
    color: var(--text-dark);
    margin: 24px 0 12px;
}

.single-post-content p {
    margin-bottom: 16px;
    line-height: 1.8;
}

/* ==========================================================================
   COMMENTS
   ========================================================================== */
.comments-area {
    background: var(--bg-white);
    padding: 30px;
    border-radius: var(--radius-lg);
    margin-top: 30px;
    margin-bottom: 60px;
}

.comments-title {
    font-size: var(--font-size-xl);
    font-weight: 600;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-color);
}

.comment-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.comment {
    padding: 20px;
    background: var(--bg-light);
    border-radius: var(--radius-md);
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.comment-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.comment-author-name {
    font-weight: 600;
    color: var(--text-dark);
}

.comment-date {
    font-size: var(--font-size-xs);
    color: var(--text-muted);
}

.comment-content p {
    margin-bottom: 0;
}

/* Comment Form */
.comment-respond {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--border-color);
}

.comment-reply-title {
    font-size: var(--font-size-lg);
    font-weight: 600;
    margin-bottom: 20px;
}

.comment-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    font-size: var(--font-size-base);
}

.comment-form textarea {
    min-height: 120px;
    resize: vertical;
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: var(--primary-orange);
}

.comment-form .submit {
    align-self: flex-start;
    background: var(--primary-orange);
    color: var(--text-white);
    padding: 12px 28px;
    border-radius: var(--radius-md);
    font-size: var(--font-size-base);
    font-weight: 500;
    cursor: pointer;
    transition: background var(--transition-fast);
}

.comment-form .submit:hover {
    background: var(--primary-orange-hover);
}

/* ==========================================================================
   PAGE TEMPLATES
   ========================================================================== */
.page-header {
    background: linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-darker) 100%);
    padding: 40px 20px;
    text-align: center;
    border-radius: 16px;
    margin-bottom: 25px;
    border: 2px solid #ff6600;
    box-shadow: 0 4px 20px rgba(255, 102, 0, 0.15);
}

.page-title {
    color: var(--text-white);
    font-size: var(--font-size-3xl);
    font-weight: 700;
}

.page-content {
    background: var(--bg-white);
    padding: 40px;
    border-radius: 16px;
    border: 2px solid #ff6600;
    margin-top: 0;
    margin-bottom: 50px;
    box-shadow: 0 4px 20px rgba(255, 102, 0, 0.1);
}

/* FAQ */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 20px;
    background: var(--bg-light);
    font-size: var(--font-size-base);
    font-weight: 500;
    text-align: left;
    color: var(--text-dark);
    transition: background var(--transition-fast);
}

.faq-question:hover {
    background: var(--primary-orange-light);
}

.faq-question.active {
    background: var(--primary-orange);
    color: var(--text-white);
}

.faq-question svg {
    width: 20px;
    height: 20px;
    transition: transform var(--transition-fast);
}

.faq-question.active svg {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 20px;
    background: var(--bg-white);
}

.faq-answer.active {
    display: block;
}

/* Contact Form - Updated Design */
.contact-form-section {
    background: var(--bg-white);
    padding: 30px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    margin-bottom: 30px;
}

.contact-form-section h2 {
    font-size: var(--font-size-xl);
    color: var(--text-dark);
    margin: 0 0 25px;
}

.contact-form {
    width: 100%;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 0;
}

.form-group.full-width {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--text-dark);
    font-size: var(--font-size-sm);
}

.form-group label .required {
    color: var(--primary-orange);
}

.input-with-icon,
.textarea-with-icon {
    position: relative;
}

.input-with-icon svg,
.textarea-with-icon svg,
.contact-form-section .input-with-icon svg,
.contact-form-section .textarea-with-icon svg {
    position: absolute !important;
    left: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    color: #999 !important;
    pointer-events: none !important;
    display: block !important;
}

.textarea-with-icon svg,
.contact-form-section .textarea-with-icon svg {
    top: 18px !important;
    transform: none !important;
}

.input-with-icon input,
.textarea-with-icon textarea {
    width: 100%;
    padding: 12px 16px 12px 44px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    font-size: var(--font-size-base);
    background: var(--light-bg);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.input-with-icon input:focus,
.textarea-with-icon textarea:focus {
    outline: none;
    border-color: var(--primary-orange);
    box-shadow: 0 0 0 3px var(--primary-orange-light);
    background: var(--bg-white);
}

.textarea-with-icon textarea {
    min-height: 130px;
    resize: vertical;
}

.form-hint {
    display: block;
    margin-top: 8px;
    font-size: 0.8125rem;
    color: #888;
}

.contact-submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--primary-orange);
    color: white;
    padding: 14px 30px;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: var(--font-size-base);
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.contact-submit:hover {
    background: var(--primary-orange-hover);
}

.contact-submit svg {
    width: 20px !important;
    height: 20px !important;
}

/* FAQ Items */
.faq-item {
    background: var(--light-bg);
    padding: 16px 20px;
    border-radius: 8px;
    margin: 15px 0;
}

.faq-question {
    margin: 0;
    font-weight: 600;
    color: var(--text-dark);
}

.faq-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: var(--primary-orange);
    color: white;
    border-radius: 50%;
    font-size: 0.75rem;
    margin-right: 10px;
}

.faq-answer {
    margin: 10px 0 0 0;
    color: var(--text-gray);
}

.highlight-link {
    color: var(--primary-orange);
    font-weight: 500;
}

.highlight-link:hover {
    text-decoration: underline;
}

/* Contact Info Table */
.contact-info-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: var(--bg-white);
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.contact-info-table thead th {
    background: var(--light-bg);
    padding: 14px 20px;
    text-align: left;
    font-weight: 600;
    color: var(--text-dark);
    font-size: var(--font-size-sm);
}

.contact-info-table tbody td {
    padding: 14px 20px;
    border-top: 1px solid var(--border-color);
    font-size: var(--font-size-sm);
}

.contact-info-table tbody tr:hover {
    background: var(--light-bg);
}

.contact-info-table a {
    color: var(--primary-orange);
}

@media (max-width: 768px) {
    .contact-form-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   404 PAGE
   ========================================================================== */
.error-404 {
    text-align: center;
    padding: 80px 20px;
}

.error-404 h1 {
    font-size: 120px;
    font-weight: 900;
    color: var(--primary-orange);
    line-height: 1;
    margin-bottom: 20px;
}

.error-404 h2 {
    font-size: var(--font-size-3xl);
    color: var(--text-dark);
    margin-bottom: 16px;
}

.error-404 p {
    color: var(--text-muted);
    margin-bottom: 30px;
}

.error-404 .btn-primary {
    display: inline-flex;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
    .content-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .slider-card {
        flex: 0 0 calc(50% - 10px);
        min-width: calc(50% - 10px);
    }
}

/* Sidebar 768px altında üste taşınsın - GİZLENMESİN */
@media (max-width: 768px) {
    .single .sidebar,
    .page .sidebar,
    .archive .sidebar,
    .search .sidebar,
    .category .sidebar,
    .home .sidebar {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        order: -1 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

@media (max-width: 768px) {
    .header-top-links {
        display: none;
    }
    
    .lang-selector {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .main-nav {
        display: none;
    }
    
    /* Slider Mobile - Kompakt */
    .featured-slider {
        padding: 10px 0;
    }
    
    .slider-container {
        padding: 0 40px;
    }
    
    .slider-card {
        flex: 0 0 100%;
        min-width: 100%;
    }
    
    .slider-card-link {
        border-radius: 8px;
        overflow: hidden;
    }
    
    .slider-card-image {
        aspect-ratio: 2/1;
        max-height: 140px;
    }
    
    .slider-card-image img {
        object-position: center;
    }
    
    .slider-card-content {
        padding: 8px 10px;
    }
    
    .slider-card-title {
        font-size: 0.85rem;
        line-height: 1.25;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .slider-card-meta {
        font-size: 0.7rem;
        margin-top: 4px;
    }
    
    .slider-nav {
        width: 32px;
        height: 32px;
    }
    
    .slider-nav svg {
        width: 16px;
        height: 16px;
    }
    
    .post-card-horizontal {
        flex-direction: column;
    }
    
    .post-card-horizontal .post-card-image {
        flex: none;
        aspect-ratio: 16/9;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-content-columns {
        grid-template-columns: 1fr;
    }
    
    .pagination {
        gap: 4px;
    }
    
    .pagination-btn {
        padding: 6px 10px;
        font-size: var(--font-size-xs);
    }
}

@media (max-width: 480px) {
    .site-logo .logo-text {
        height: 18px;
    }
    
    .btn-login {
        padding: 6px 12px;
        font-size: var(--font-size-xs);
    }
    
    /* Slider Mobile - Çok Kompakt */
    .featured-slider {
        padding: 8px 0;
    }
    
    .slider-container {
        padding: 0 35px;
    }
    
    .slider-card-image {
        aspect-ratio: 2.5/1;
        max-height: 120px;
    }
    
    .slider-card-content {
        padding: 6px 8px;
    }
    
    .slider-card-title {
        font-size: 0.8rem;
        -webkit-line-clamp: 1;
    }
    
    .slider-card-meta {
        font-size: 0.65rem;
        margin-top: 3px;
    }
    
    .slider-nav {
        width: 28px;
        height: 28px;
    }
    
    .slider-nav svg {
        width: 12px;
        height: 12px;
    }
    
    .post-card-body {
        padding: 16px;
    }
    
    .post-card-title {
        font-size: var(--font-size-lg);
    }
    
    .post-card-meta {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .single-post-content {
        padding: 20px;
    }
    
    .comments-area {
        padding: 20px;
    }
    
    .page-content {
        padding: 20px;
    }
}

/* ==========================================================================
   BONUS SLIDER WIDGET
   ========================================================================== */
.bonus-slider-widget {
    margin-bottom: 20px;
    border-radius: var(--radius-lg);
    overflow: visible;
}

.bonus-slider-container {
    background: linear-gradient(180deg, #1E293B 0%, #0F172A 100%);
    border-radius: var(--radius-lg);
    padding: 24px 20px 20px;
    position: relative;
    overflow: visible;
    border: 1px solid rgba(249, 115, 22, 0.2);
}

/* Slides Container */
.bonus-slides {
    position: relative;
    height: auto;
    min-height: 380px;
    overflow: visible;
}

.bonus-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.bonus-slide.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.bonus-slide.prev {
    transform: translateX(-30px);
}

/* Bonus Content */
.bonus-content {
    display: flex;
    flex-direction: column;
}

.bonus-source {
    color: var(--primary-orange);
    font-size: var(--font-size-sm);
    font-weight: 500;
    margin-bottom: 4px;
}

.bonus-title {
    color: var(--text-white);
    font-size: var(--font-size-xl);
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.2;
}

.bonus-badge {
    display: inline-block;
    background: #FACC15;
    color: #1a1a2e;
    font-size: var(--font-size-xs);
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
    width: fit-content;
}

.bonus-amount {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    margin-bottom: 4px;
}

.bonus-amount .currency {
    color: var(--primary-orange);
    font-size: var(--font-size-xl);
    font-weight: 600;
    margin-top: 8px;
}

.bonus-amount .amount {
    color: var(--text-white);
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
}

.bonus-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--font-size-lg);
    margin-bottom: 10px;
}

.bonus-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: var(--font-size-sm);
    margin-bottom: 6px;
    line-height: 1.4;
}

.bonus-highlight {
    color: var(--primary-orange);
    font-size: var(--font-size-base);
    font-weight: 600;
    margin-bottom: 14px;
}

/* Bonus Info Card */
.bonus-info-card {
    background: rgba(249, 115, 22, 0.08);
    border: 1px solid rgba(249, 115, 22, 0.25);
    border-radius: var(--radius-md);
    padding: 16px 18px;
    text-align: center;
    margin-top: 16px;
}

.bonus-info-card .info-label {
    display: block;
    color: var(--primary-orange);
    font-size: var(--font-size-xs);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.bonus-info-card .info-value {
    display: block;
    color: var(--text-white);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
}

.bonus-info-card .info-text {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--font-size-sm);
    margin-top: 4px;
}

/* Dot Navigation */
.bonus-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 18px 0;
}

.bonus-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.bonus-dot:hover {
    background: rgba(249, 115, 22, 0.5);
}

.bonus-dot.active {
    background: var(--primary-orange);
}

/* CTA Button */
.bonus-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, var(--primary-orange) 0%, #EA580C 100%);
    color: var(--text-white);
    font-size: var(--font-size-base);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: var(--radius-md);
    transition: all 0.3s ease;
    border: none;
}

.bonus-cta-btn:hover {
    background: linear-gradient(135deg, #EA580C 0%, #DC2626 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(249, 115, 22, 0.4);
    color: var(--text-white);
}

.bonus-cta-btn svg {
    width: 18px;
    height: 18px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .bonus-slider-container {
        padding: 20px 16px;
    }
    
    .bonus-slides {
        min-height: 360px;
    }
    
    .bonus-title {
        font-size: var(--font-size-lg);
    }
    
    .bonus-amount .amount {
        font-size: 44px;
    }
    
    .bonus-info-card .info-value {
        font-size: 30px;
    }
}

/* ============================================
   FOOTER DOUBLE COLUMN (Kurumsal + Son Yazılar)
   ============================================ */
.footer-double {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-menu-section {
    display: block;
}

.footer-menu-section .footer-title {
    margin-bottom: 15px;
}

.footer-menu-recent {
    padding-top: 0;
}

/* Footer Grid Düzenlemesi */
.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.5fr;
    gap: 40px;
}

@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .footer-double {
        gap: 25px;
    }
}

/* ============================================
   SINGLE POST & PAGE SVG FIXES
   ============================================ */

/* Entry Meta (tek yazı sayfasındaki meta bilgileri) */
.entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.entry-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--text-muted);
    font-size: var(--font-size-sm);
}

.entry-meta svg {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    color: var(--primary-orange);
    flex-shrink: 0;
}

/* Entry Header */
.entry-header {
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ff6600;
}

.entry-title {
    font-size: 28px;
    font-weight: 800;
    color: #ff6600;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* Entry Content - İçerik Stili */
.entry-content {
    line-height: 1.8;
}

/* Single Article Container - Artık ayrı box'larda */
.single-article {
    /* Box stili inline olarak verildi */
}

.entry-content p {
    margin-bottom: 16px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.single-article h2,
.single-article h3,
.single-article h4,
.bonus-section h3,
.bonus-section h4 {
    margin-top: 28px;
    margin-bottom: 14px;
    color: #ff6600 !important;
    font-weight: 700;
    position: relative;
    padding-left: 16px;
    border-left: 4px solid #ff6600;
}

.entry-content h2,
.single-article h2 {
    font-size: 24px;
}

.entry-content h3,
.single-article h3 {
    font-size: 20px;
}

.entry-content h4,
.single-article h4 {
    font-size: 18px;
}

.entry-content svg,
.single-article svg:not(.check-list svg):not(.entry-meta svg):not(.share-btn svg):not(.btn-subscribe svg),
.bonus-section svg:not(.check-list svg) {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
}

/* WordPress default avatar SVG fix */
.avatar.avatar-default,
.avatar svg,
.author-avatar svg,
.comment-avatar svg,
img.avatar[src*="gravatar"],
img[class*="avatar"] {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    border-radius: 50% !important;
}

/* Check List - Bonus Steps, etc. */
.check-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.check-list li:last-child {
    border-bottom: none;
}

.check-list li svg {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    color: #22c55e;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Bonus Section */
.bonus-section {
    background: var(--bg-light);
    padding: 25px;
    border-radius: var(--radius-lg);
    margin: 30px 0;
}

.bonus-section h3 {
    font-size: var(--font-size-xl);
    margin-bottom: 15px;
    color: var(--text-dark);
}

.bonus-section h4 {
    font-size: var(--font-size-lg);
    margin: 20px 0 10px;
    color: var(--text-dark);
}

/* Entry Footer */
.entry-footer {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid var(--border-color);
}

/* Author Box - TURUNCU TEMA */
.author-box-modern,
.entry-footer .author-box-modern {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important;
    padding: 24px 28px !important;
    border-radius: 16px !important;
    margin-top: 30px !important;
    border: 2px solid #ff6600 !important;
    box-shadow: 0 4px 20px rgba(255,102,0,0.15) !important;
}

.author-box-left {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
}

.author-avatar-wrapper,
.author-box-modern .author-avatar-wrapper {
    flex-shrink: 0;
}

.author-avatar-wrapper img,
.author-box-modern img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50% !important;
    border: 3px solid #ff6600 !important;
    padding: 2px !important;
    background: #fff !important;
    object-fit: cover !important;
}

.author-details {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.author-label {
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #ff6600 !important;
    font-weight: 700 !important;
}

.author-name,
.author-box-modern h4 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 !important;
}

.author-posts-count {
    font-size: 13px !important;
    color: rgba(255,255,255,0.7) !important;
}

.btn-author-follow {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%) !important;
    color: #fff !important;
    padding: 14px 28px !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(255,102,0,0.4) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.btn-author-follow:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(255,102,0,0.5) !important;
    color: #fff !important;
}

/* Share Buttons - Turuncu Tema */
.share-buttons-inline,
.entry-footer .share-buttons-inline {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 20px !important;
    padding: 16px 20px !important;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255,102,0,0.3) !important;
}

.share-label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #ff6600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.share-buttons-inline .entry-share,
.share-buttons-inline .share-buttons {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.share-buttons-inline .share-btn,
.entry-share a,
.share-buttons a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: rgba(255,102,0,0.15) !important;
    color: #ff6600 !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
}

.share-buttons-inline .share-btn:hover,
.entry-share a:hover,
.share-buttons a:hover {
    background: #ff6600 !important;
    color: #fff !important;
    transform: scale(1.15) !important;
}

/* Share button SVG fix */
.entry-share svg,
.share-buttons svg {
    width: 18px !important;
    height: 18px !important;
}

/* Old styles - HIDE */
.entry-author-box {
    display: none !important;
}

.btn-subscribe {
    display: none !important;
}

@media (max-width: 768px) {
    .author-box-modern,
    .entry-footer .author-box-modern {
        flex-direction: column !important;
        gap: 20px !important;
        text-align: center !important;
        padding: 20px !important;
    }
    
    .author-box-left {
        flex-direction: column !important;
    }
    
    .btn-author-follow {
        width: 100% !important;
        justify-content: center !important;
    }
    
    .share-buttons-inline {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
}

/* OLD Share Buttons Inline - removed duplicate */
.share-buttons-inline-old {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.share-label {
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.share-buttons-inline .entry-share,
.share-buttons-inline .share-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.share-buttons-inline .share-btn,
.entry-share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f0f0;
    color: #555;
    transition: all 0.2s ease;
}

.share-buttons-inline .share-btn:hover,
.entry-share a:hover {
    background: #ff6600;
    color: #fff;
    transform: scale(1.1);
}

/* Old styles fallback */
.entry-author-box {
    display: none;
}

.btn-subscribe {
    display: none;
}

@media (max-width: 768px) {
    .author-box-modern {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .author-box-left {
        flex-direction: column;
    }
    
    .btn-author-follow {
        width: 100%;
        justify-content: center;
    }
}

/* Related Posts - Compact 2 Column */
.related-posts {
    margin-top: 40px;
    padding: 24px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 16px;
    border: 1px solid rgba(255,102,0,0.2);
}

.related-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.related-title::before {
    content: '';
    width: 4px;
    height: 24px;
    background: #ff6600;
    border-radius: 2px;
}

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

.related-post-card {
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    gap: 12px;
    padding: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.08);
}

.related-post-card:hover {
    background: rgba(255,102,0,0.1);
    border-color: rgba(255,102,0,0.3);
    transform: translateX(4px);
}

.related-post-image {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
}

.related-post-image img {
    width: 80px !important;
    height: 60px !important;
    object-fit: cover;
}

.related-post-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.related-post-content h4 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-post-content h4 a {
    color: #fff;
    text-decoration: none;
}

.related-post-content h4 a:hover {
    color: #ff6600;
}

.related-post-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,0.5);
    font-size: 11px;
}

.related-post-meta svg {
    width: 12px !important;
    height: 12px !important;
}

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

/* Single Hero */
.single-hero {
    background: linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-nav) 100%);
    padding: 20px 0 40px;
}

.single-hero-image {
    max-width: 800px;
    margin: 0 auto;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.single-hero-image img {
    width: 100%;
    height: auto;
}

/* Single Article Layout */
.single-article {
    background: var(--bg-white);
    padding: 30px;
    border-radius: var(--radius-lg);
}

/* Share Buttons */
.entry-share {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: transform 0.2s ease;
}

.share-btn:hover {
    transform: scale(1.1);
}

.share-btn svg {
    width: 18px !important;
    height: 18px !important;
}

/* Comments Section */
.comments-section {
    margin-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {
    .related-posts-grid {
        grid-template-columns: 1fr;
    }
    
    .entry-author-box {
        flex-wrap: wrap;
    }
    
    .btn-subscribe {
        margin-left: 0;
        margin-top: 10px;
    }
    
    .single-article {
        padding: 20px;
    }
}

/* ==========================================================================
   FINAL OVERRIDE - 16px TINY SVG ICONS (END OF FILE - HIGHEST PRIORITY)
   ========================================================================== */
svg,
svg[viewBox],
svg[class],
svg[id],
body svg,
html svg,
#page svg,
.site svg,
.site-content svg,
.site-main svg,
main svg,
article svg,
section svg,
div svg,
p svg,
span svg,
li svg,
a svg,
.entry-content svg,
.single-article svg,
.content-wrapper svg,
.page-content svg,
.content-area svg,
header svg,
footer svg,
nav svg,
aside svg,
.sidebar svg {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    flex-shrink: 0 !important;
}

/* Re-apply logo exception at very end */
.site-logo img,
img.logo-full,
.header-top .site-logo img,
.mobile-menu-header .site-logo img {
    width: auto !important;
    height: 65px !important;
    max-width: 280px !important;
    max-height: 65px !important;
    min-width: auto !important;
    min-height: auto !important;
}

.footer-info .site-logo img,
.footer-info img.logo-full {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    min-width: auto !important;
    min-height: auto !important;
}

/* ==========================================================================
   FINAL OVERRIDE - INLINE STYLE MOBILE FIX
   ========================================================================== */
@media (max-width: 1024px) {
    .content-wrapper[style] {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: 1fr !important;
    }
    
    .content-wrapper[style] > .content-area[style],
    .content-wrapper[style] > article[style] {
        grid-column: 1 !important;
        width: 100% !important;
    }
    
    .content-wrapper[style] > .sidebar[style],
    .sidebar[style] {
        grid-column: 1 !important;
        width: 100% !important;
        min-width: 100% !important;
        order: -1;
    }
}

/* ==========================================================================
   MOBIL RESPONSIVE - ANA DÜZENLEMELER
   ========================================================================== */

/* Tablet - 1024px */
@media (max-width: 1024px) {
    .content-wrapper,
    .content-wrapper[style] {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .content-wrapper > .sidebar,
    .content-wrapper > aside {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        order: -1 !important;
    }
    
    .single-content-area {
        width: 100% !important;
    }
    
    .hero-slider {
        padding: 10px 0 15px;
    }
    
    .slider-container {
        max-width: 100%;
        padding: 0 30px;
    }
}

/* Mobil - 768px */
@media (max-width: 768px) {
    /* Container */
    .container {
        padding: 0 15px !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Site Main */
    .site-main {
        margin-top: 20px !important;
        padding: 20px 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
    /* Content Wrapper - Mobil */
    .content-wrapper,
    .content-wrapper[style] {
        display: flex !important;
        flex-direction: column !important;
        padding-top: 15px !important;
        gap: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        grid-template-columns: 1fr !important;
    }
    
    /* Content Area Mobil */
    .content-area,
    .content-area[style] {
        width: 100% !important;
        max-width: 100% !important;
        grid-column: 1 !important;
    }
    
    /* Yazı Kutuları */
    .content-box,
    .author-box,
    .share-box,
    .related-box,
    .comments-box,
    .content-area article {
        padding: 15px !important;
        border-radius: 12px !important;
        margin-bottom: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Page Header Mobil */
    .page-header {
        padding: 25px 15px !important;
        border-radius: 12px !important;
        margin-bottom: 15px !important;
    }
    
    .page-title {
        font-size: 20px !important;
    }
    
    .page-content {
        padding: 20px !important;
        border-radius: 12px !important;
    }
    
    /* Yazı Başlığı */
    .entry-title {
        font-size: 20px !important;
        line-height: 1.3 !important;
        word-wrap: break-word !important;
    }
    
    /* Entry Meta */
    .entry-meta {
        flex-wrap: wrap !important;
        gap: 8px !important;
        font-size: 11px !important;
    }
    
    .entry-meta span {
        font-size: 11px !important;
    }
    
    /* Entry Content */
    .entry-content {
        padding: 15px !important;
        font-size: 14px !important;
        line-height: 1.7 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
    
    .entry-content h2 {
        font-size: 18px !important;
    }
    
    .entry-content h3 {
        font-size: 16px !important;
    }
    
    .entry-content img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    /* Yazar Kutusu Mobil */
    .author-box .author-inner,
    .author-box > div {
        flex-direction: column !important;
        text-align: center !important;
        gap: 12px !important;
    }
    
    .author-box .author-btn,
    .author-box a[style*="padding:14px"] {
        width: 100% !important;
        justify-content: center !important;
        padding: 10px 16px !important;
        font-size: 13px !important;
    }
    
    /* Paylaş Kutusu */
    .share-box {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .share-box a {
        justify-content: center !important;
    }
    
    /* İlgili Yazılar Grid */
    .related-grid,
    .related-box div[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
    }
    
    /* Slider Mobil */
    .hero-slider {
        padding: 8px 0 12px !important;
        max-width: 100% !important;
    }
    
    .slider-container {
        padding: 0 15px !important;
        max-width: 100% !important;
    }
    
    .slider-wrapper {
        gap: 10px !important;
    }
    
    .slider-card {
        flex: 0 0 100% !important;
        min-width: 100% !important;
    }
    
    .slider-card-image {
        max-height: 100px !important;
    }
    
    .slider-card-content {
        padding: 8px 10px !important;
    }
    
    .slider-card-content h3 {
        font-size: 10px !important;
    }
    
    .slider-nav {
        width: 24px !important;
        height: 24px !important;
    }
    
    /* Header Mobil */
    .header-top {
        height: auto !important;
        padding: 10px 0 !important;
    }
    
    .header-top .container {
        flex-wrap: wrap !important;
        gap: 8px !important;
    }
    
    .header-top-links {
        display: none !important;
    }
    
    .site-logo .logo-full,
    .site-logo img {
        height: 35px !important;
        max-height: 35px !important;
    }
    
    .header-buttons {
        gap: 6px !important;
    }
    
    .btn-login,
    .btn-hesap-ac {
        padding: 6px 10px !important;
        font-size: 10px !important;
    }
    
    /* Main Nav Mobil */
    .main-nav {
        display: none !important;
    }
    
    .mobile-menu-toggle {
        display: flex !important;
    }
    
    /* Footer Mobil */
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }
    
    .footer-info {
        text-align: center !important;
    }
    
    .footer-social {
        justify-content: center !important;
    }
    
    .footer-bottom {
        flex-direction: column !important;
        gap: 10px !important;
        text-align: center !important;
    }
    
    /* Sidebar Mobil - Üstte Göster */
    .sidebar,
    aside.sidebar,
    .content-wrapper .sidebar,
    .content-wrapper > .sidebar,
    .content-wrapper aside,
    #secondary {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        order: -1 !important;
        margin-bottom: 20px !important;
        grid-column: 1 !important;
        position: relative !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .sidebar .widget,
    aside .widget {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* Content Area - Sidebar'dan sonra */
    .content-area,
    .content-wrapper > .content-area,
    .content-wrapper > div:first-child:not(.sidebar) {
        order: 1 !important;
    }
    
    /* Page Header Mobil - Turuncu Border */
    .page-header {
        border: 2px solid #ff6600 !important;
        box-shadow: 0 4px 20px rgba(255, 102, 0, 0.15) !important;
    }
    
    /* Posts List ve Kartlar Mobil - Turuncu Border */
    .posts-list,
    .posts-column {
        width: 100% !important;
    }
    
    .posts-list article,
    .posts-column article,
    article.post-card,
    .content-area article,
    .post-card-horizontal {
        border: 2px solid #ff6600 !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 15px rgba(255, 102, 0, 0.1) !important;
    }
    
    /* Post Cards Mobil */
    .posts-grid,
    .posts-list,
    .posts-column {
        grid-template-columns: 1fr !important;
        flex-direction: column !important;
    }
    
    .post-card-horizontal,
    .post-card,
    article.post-card {
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .post-card-horizontal .post-card-image,
    .post-card .post-card-image {
        width: 100% !important;
        height: 150px !important;
        flex: none !important;
        max-width: 100% !important;
    }
    
    .post-card-body,
    .post-card .post-card-content {
        padding: 15px !important;
    }
    
    .post-card-title,
    .post-card .post-card-title {
        font-size: 16px !important;
        line-height: 1.3 !important;
    }
    
    .post-card-excerpt,
    .post-card .post-card-excerpt {
        font-size: 13px !important;
        -webkit-line-clamp: 2 !important;
    }
    
    .post-card-meta {
        flex-wrap: wrap !important;
        gap: 8px !important;
    }
    
    .post-card-meta span {
        font-size: 11px !important;
    }
    
    /* Breadcrumb Mobil */
    .breadcrumb {
        font-size: 12px !important;
        flex-wrap: wrap !important;
    }
    
    /* Comments Mobil */
    .comments-area {
        padding: 15px !important;
    }
    
    .comment-form input,
    .comment-form textarea {
        font-size: 14px !important;
    }
}

/* Küçük Mobil - 480px */
@media (max-width: 480px) {
    .container {
        padding: 0 10px !important;
    }
    
    .content-box,
    .author-box,
    .share-box,
    .related-box,
    .comments-box,
    .content-area article {
        padding: 12px !important;
        border-radius: 10px !important;
        margin-bottom: 12px !important;
    }
    
    .page-header {
        padding: 20px 12px !important;
        border-radius: 10px !important;
    }
    
    .page-title {
        font-size: 18px !important;
    }
    
    .page-content {
        padding: 15px !important;
        border-radius: 10px !important;
    }
    
    .entry-title {
        font-size: 17px !important;
    }
    
    .entry-meta {
        font-size: 10px !important;
        gap: 6px !important;
    }
    
    .entry-content {
        padding: 12px !important;
        font-size: 13px !important;
    }
    
    .entry-content h2 {
        font-size: 16px !important;
    }
    
    .entry-content h3 {
        font-size: 15px !important;
    }
    
    .author-box .author-btn,
    .author-box a[style*="padding:14px"] {
        padding: 8px 14px !important;
        font-size: 12px !important;
    }
    
    .slider-container {
        padding: 0 10px !important;
    }
    
    .slider-card-image {
        max-height: 80px !important;
    }
    
    .slider-card-content h3 {
        font-size: 9px !important;
    }
    
    .btn-login,
    .btn-hesap-ac {
        padding: 5px 8px !important;
        font-size: 9px !important;
    }
    
    .site-logo .logo-full,
    .site-logo img {
        height: 30px !important;
    }
    
    .post-card-horizontal .post-card-image {
        height: 120px !important;
    }
    
    .post-card-body {
        padding: 12px !important;
    }
    
    .post-card-title {
        font-size: 14px !important;
    }
    
    .post-card-excerpt {
        font-size: 12px !important;
    }
    
    .post-card-meta span {
        font-size: 10px !important;
    }
}

/* Çok Küçük Mobil - 360px */
@media (max-width: 360px) {
    .container {
        padding: 0 8px !important;
    }
    
    .page-title {
        font-size: 16px !important;
    }
    
    .entry-title {
        font-size: 15px !important;
    }
    
    .site-logo .logo-full,
    .site-logo img {
        height: 28px !important;
    }
    
    .btn-login,
    .btn-hesap-ac {
        padding: 4px 6px !important;
        font-size: 8px !important;
    }
}

/* Template Sayfaları - Responsive */
.bonus-promo-box {
    background: linear-gradient(135deg, var(--primary-orange) 0%, #ff8c42 100%);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    margin: 30px 0;
}

.bonus-promo-box h2 {
    color: white;
    margin: 0 0 10px 0;
}

.bonus-promo-box .bonus-amount {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.bonus-promo-box .bonus-desc {
    color: rgba(255,255,255,0.9);
    margin: 0 0 20px 0;
}

.bonus-promo-box .bonus-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    color: var(--primary-orange);
    font-size: 1.125rem;
    padding: 15px 40px;
    border-radius: 8px;
    font-weight: 600;
}

.value-icon {
    background: var(--primary-orange);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.info-box {
    background: var(--light-bg);
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
    text-align: center;
}

.info-box a {
    color: var(--primary-orange);
    font-weight: 600;
}

@media (max-width: 768px) {
    .bonus-promo-box {
        padding: 20px;
    }
    
    .bonus-promo-box .bonus-amount {
        font-size: 1.5rem;
    }
    
    .bonus-promo-box .bonus-btn {
        padding: 12px 25px;
        font-size: 1rem;
        width: 100%;
        justify-content: center;
    }
    
    .values-grid {
        grid-template-columns: 1fr !important;
    }
    
    .value-card {
        text-align: center;
    }
    
    .license-table {
        font-size: 14px;
    }
    
    .license-table th,
    .license-table td {
        padding: 10px 8px;
    }
}

/* ==========================================================================
   SÜPER AGRESİF MOBİL RESPONSIVE - TÜM SİTE
   Inline style'ları da override eder
   ========================================================================== */
@media screen and (max-width: 1024px) {
    /* GLOBAL RESET */
    * {
        max-width: 100vw !important;
        box-sizing: border-box !important;
    }
    
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
    }
    
    .container,
    .container[style] {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    /* HERO SLIDER - Mobilde Görünür ve Üstte */
    .hero-slider,
    section.hero-slider {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px 0 !important;
    }
    
    .slider-container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 40px !important;
    }
    
    .slider-wrapper {
        width: 100% !important;
        gap: 10px !important;
    }
    
    .slider-card {
        flex: 0 0 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
    
    /* CONTENT WRAPPER - Tüm Sayfalar */
    .content-wrapper,
    .content-wrapper[style],
    div.content-wrapper,
    main .content-wrapper,
    #primary .content-wrapper,
    .site-main .content-wrapper {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    /* CONTENT GRID - Anasayfa */
    .content-grid,
    .content-grid[style],
    div.content-grid {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 20px !important;
    }
    
    /* CONTENT AREA */
    .content-area,
    .content-area[style],
    div.content-area,
    .posts-column,
    .posts-list {
        width: 100% !important;
        max-width: 100% !important;
        order: 1 !important;
    }
    
    /* SIDEBAR - Üstte Görünsün */
    .sidebar,
    aside.sidebar,
    aside,
    .sidebar[style],
    aside[style],
    #secondary,
    .content-wrapper > aside,
    .content-grid > aside,
    .content-grid > .sidebar {
        display: flex !important;
        flex-direction: column !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        order: -1 !important;
        margin-bottom: 20px !important;
    }
    
    /* PAGE HEADER */
    .page-header,
    header.page-header {
        width: 100% !important;
        max-width: 100% !important;
        padding: 25px 15px !important;
        border-radius: 12px !important;
        border: 2px solid #ff6600 !important;
    }
    
    .page-title {
        font-size: 20px !important;
        word-wrap: break-word !important;
    }
    
    /* PAGE CONTENT */
    .page-content {
        width: 100% !important;
        max-width: 100% !important;
        padding: 20px !important;
    }
    
    /* POST CARDS */
    .post-card,
    .post-card-horizontal,
    article.post-card,
    .posts-list article,
    .content-area article {
        width: 100% !important;
        max-width: 100% !important;
        flex-direction: column !important;
        border: 2px solid #ff6600 !important;
        border-radius: 12px !important;
    }
    
    .post-card-image,
    .post-card .post-card-image,
    .post-card-horizontal .post-card-image {
        width: 100% !important;
        max-width: 100% !important;
        height: 150px !important;
        flex: none !important;
    }
    
    .post-card-body,
    .post-card-content,
    .post-card .post-card-content {
        width: 100% !important;
        padding: 15px !important;
    }
    
    /* WIDGETS */
    .widget,
    .sidebar .widget {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* ENTRY CONTENT */
    .entry-content,
    .single-content {
        width: 100% !important;
        max-width: 100% !important;
        padding: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
    
    .entry-content img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    /* FOOTER */
    .footer-grid {
        grid-template-columns: 1fr !important;
    }
    
    .footer-bottom {
        flex-direction: column !important;
        text-align: center !important;
    }
}

/* 768px ve altı için ekstra düzenlemeler */
@media screen and (max-width: 768px) {
    /* Hero Slider - Daha Kompakt */
    .hero-slider {
        padding: 8px 0 !important;
    }
    
    .slider-container {
        padding: 0 30px !important;
    }
    
    .slider-card-image {
        max-height: 100px !important;
    }
    
    .slider-card-content {
        padding: 8px !important;
    }
    
    .slider-card-content h3 {
        font-size: 11px !important;
    }
    
    /* Header */
    .header-top-links {
        display: none !important;
    }
    
    .main-nav {
        display: none !important;
    }
    
    .mobile-menu-toggle {
        display: flex !important;
    }
    
    .site-logo img,
    .site-logo .logo-full {
        height: 35px !important;
    }
    
    .btn-login,
    .btn-hesap-ac {
        padding: 6px 10px !important;
        font-size: 10px !important;
    }
    
    /* Post Cards */
    .post-card-title {
        font-size: 16px !important;
    }
    
    .post-card-excerpt {
        font-size: 13px !important;
    }
    
    .post-card-meta {
        flex-wrap: wrap !important;
        gap: 8px !important;
    }
    
    /* Entry */
    .entry-title {
        font-size: 20px !important;
    }
    
    .entry-meta {
        flex-wrap: wrap !important;
        font-size: 11px !important;
    }
}

/* 480px ve altı için son düzenlemeler */
@media screen and (max-width: 480px) {
    .container {
        padding: 0 10px !important;
    }
    
    .hero-slider {
        padding: 5px 0 !important;
    }
    
    .slider-container {
        padding: 0 25px !important;
    }
    
    .slider-card-image {
        max-height: 80px !important;
    }
    
    .slider-card-content h3 {
        font-size: 10px !important;
    }
    
    .slider-nav {
        width: 24px !important;
        height: 24px !important;
    }
    
    .page-header {
        padding: 20px 12px !important;
    }
    
    .page-title {
        font-size: 18px !important;
    }
    
    .entry-title {
        font-size: 18px !important;
    }
    
    .post-card-image {
        height: 120px !important;
    }
    
    .post-card-body,
    .post-card-content {
        padding: 12px !important;
    }
    
    .post-card-title {
        font-size: 14px !important;
    }
    
    .site-logo img {
        height: 30px !important;
    }
    
    .btn-login,
    .btn-hesap-ac {
        padding: 5px 8px !important;
        font-size: 9px !important;
    }
}

/* ==========================================================================
   RESPONSIVE GRID - ANA SINIF
   Bu sınıf tüm sayfalarda kullanılacak
   ========================================================================== */

/* Desktop - 2 sütun grid */
.responsive-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 30px;
    align-items: start;
    padding-top: 30px;
}

/* Site Main Spacing */
.site-main {
    margin-top: 30px;
    padding-bottom: 40px;
}

/* Site Main Spacing */
.site-main {
    margin-top: 30px;
    padding-bottom: 40px;
}

/* 1024px - Tablet */
@media screen and (max-width: 1024px) {
    .responsive-grid,
    .content-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        padding-top: 20px !important;
    }
    
    /* Mobilde sidebar */
    .responsive-grid > .sidebar,
    .responsive-grid > aside,
    .content-grid > .sidebar,
    .content-grid > aside {
        width: 100% !important;
    }
    
    /* Mobilde content */
    .responsive-grid > .content-area,
    .responsive-grid > .posts-column,
    .responsive-grid > .single-content-area,
    .content-grid > .posts-column {
        width: 100% !important;
    }
    
    /* Hero Slider - Mobilde Görünür */
    .hero-slider,
    .hero-slider.mobile-visible {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* 768px - Mobil */
@media screen and (max-width: 768px) {
    .responsive-grid,
    .content-grid {
        padding: 15px 0 !important;
        gap: 15px !important;
    }
    
    /* Hero Slider - Mobilde Görünür ve Kompakt */
    .hero-slider,
    .hero-slider.mobile-visible {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        padding: 10px 0 !important;
    }
    
    .slider-container {
        padding: 0 30px !important;
    }
    
    .slider-card {
        flex: 0 0 100% !important;
        min-width: 100% !important;
    }
    
    .site-main {
        margin-top: 15px !important;
    }
    
    /* Hero Slider - Mobilde görünür */
    .hero-slider {
        display: block !important;
        visibility: visible !important;
        width: 100% !important;
    }
}

/* Content Box Styles */
.content-box {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    border: 2px solid #ff6600;
    box-shadow: 0 4px 20px rgba(255,102,0,0.1);
    margin-bottom: 20px;
}

.entry-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.entry-title {
    color: #ff6600;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 12px;
}

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 13px;
    color: #666;
}

.entry-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.entry-content {
    line-height: 1.8;
    color: #333;
}

/* Author Box */
.author-box {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 24px;
    border-radius: 16px;
    border: 2px solid #ff6600;
    box-shadow: 0 4px 20px rgba(255,102,0,0.15);
    margin-bottom: 20px;
}

.author-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 18px;
}

.author-avatar img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #ff6600;
}

.author-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.author-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ff6600;
    font-weight: 700;
}

.author-name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.author-posts {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}

.author-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);
    color: #fff;
    padding: 14px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(255,102,0,0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Share Box */
.share-box {
    background: #fff;
    padding: 18px 24px;
    border-radius: 12px;
    border: 2px solid #ff6600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.share-label {
    font-size: 14px;
    font-weight: 700;
    color: #ff6600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Related Box */
.related-box {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 24px;
    border-radius: 16px;
    border: 2px solid #ff6600;
    margin-bottom: 20px;
}

.related-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.title-bar {
    width: 4px;
    height: 24px;
    background: #ff6600;
    border-radius: 2px;
}

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

.related-item {
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,0.1);
}

.related-image {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
}

.related-image img {
    width: 80px;
    height: 60px;
    object-fit: cover;
}

.related-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.related-item-title {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 4px 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-item-title a {
    color: #fff;
    text-decoration: none;
}

.related-date {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
}

/* Comments Box */
.comments-box {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    border: 2px solid #ff6600;
    margin-bottom: 40px;
}

/* Mobile Responsive for Components */
@media screen and (max-width: 768px) {
    .content-box {
        padding: 20px !important;
        border-radius: 12px !important;
    }
    
    .entry-title {
        font-size: 22px !important;
    }
    
    .entry-meta {
        gap: 10px !important;
        font-size: 12px !important;
    }
    
    .author-box {
        padding: 18px !important;
    }
    
    .author-inner {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .author-info {
        flex-direction: column !important;
    }
    
    .author-btn {
        width: 100% !important;
        justify-content: center !important;
        padding: 12px 20px !important;
    }
    
    .share-box {
        flex-direction: column !important;
        gap: 12px !important;
        text-align: center !important;
    }
    
    .related-grid {
        grid-template-columns: 1fr !important;
    }
    
    .related-box {
        padding: 18px !important;
    }
    
    .comments-box {
        padding: 20px !important;
    }
}

@media screen and (max-width: 480px) {
    .content-box {
        padding: 15px !important;
    }
    
    .entry-title {
        font-size: 18px !important;
    }
    
    .author-box,
    .share-box,
    .related-box,
    .comments-box {
        padding: 15px !important;
        border-radius: 10px !important;
    }
    
    .author-avatar img {
        width: 60px !important;
        height: 60px !important;
    }
    
    .author-name {
        font-size: 18px !important;
    }
}
