/*
Theme Name: IPTV Almanya DE
Theme URI: https://almanyaiptvbayilik.online
Author: almanyaiptvbayilik.online
Author URI: https://almanyaiptvbayilik.online
Description: IPTV Almanya için özel WordPress teması. 55.000'den fazla kanal ve 90.000'den fazla film/dizi ile kesintisiz yayın. Almanya IPTV hizmeti için optimize edilmiş premium tema.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iptv-master
Domain Path: /languages
Tags: iptv, streaming, entertainment, custom-menu, featured-images
*/

/* Reset ve Temel Stiller */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #F97316;
    --primary-hover: #EA580C;
    --primary-dark: #C2410C;
    --secondary-color: #F5F5F5;
    --text-color: #000000;
    --text-dark: #333333;
    --bg-dark: #FFFFFF;
    --bg-light: #F5F5F5;
    --border-color: #E0E0E0;
    --success-color: #10B981;
    --accent-color: #EF4444;
    --error-color: #dc3545;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-color);
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.site-header {
    background-color: var(--bg-dark);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid var(--border-color);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo a {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--text-color);
    text-decoration: none;
}

/* Logo Stilleri */
.site-logo .custom-logo-link {
    display: inline-block;
    line-height: 0;
}

.site-logo .custom-logo {
    max-height: 60px;
    width: auto;
    height: auto;
    display: block;
}

/* Responsive Logo */
@media (max-width: 768px) {
    .site-logo .custom-logo {
        max-height: 50px;
    }
}

.main-navigation ul {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.main-navigation a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s;
}

.main-navigation a:hover {
    color: var(--primary-color);
    transition: color 0.3s ease;
}

/* Test Yayını Al Butonu - Menüde */
.nav-menu .menu-item-test-yayini,
.menu-item-test-yayini {
    margin-left: 1rem !important;
}

.nav-test-yayini-btn {
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%) !important;
    color: #ffffff !important;
    padding: 0.6rem 1.2rem !important;
    border-radius: 30px !important;
    font-weight: bold !important;
    font-size: 0.95rem !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(249, 115, 22, 0.3) !important;
    white-space: nowrap !important;
    border: none !important;
}

.nav-test-yayini-btn .whatsapp-icon-menu {
    font-size: 1.2rem !important;
    line-height: 1 !important;
    display: inline-block !important;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2)) !important;
}

.nav-test-yayini-btn .btn-text-menu {
    display: inline-block !important;
    line-height: 1 !important;
}

.nav-test-yayini-btn:hover {
    background: linear-gradient(135deg, #EA580C 0%, #C2410C 100%) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.5) !important;
}

.nav-test-yayini-btn:hover .whatsapp-icon-menu {
    transform: scale(1.1) !important;
}

/* Mobil menü için Test Yayını Al butonu */
@media (max-width: 768px) {
    .nav-menu .menu-item-test-yayini,
    .menu-item-test-yayini {
        margin-left: 0 !important;
        margin-top: 0.5rem !important;
        width: 100% !important;
    }
    
    .nav-test-yayini-btn {
        display: block !important;
        text-align: center !important;
        width: 100% !important;
        padding: 0.75rem 1.5rem !important;
    }
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #FFFFFF 0%, #F5F5F5 50%, #FFFFFF 100%);
    padding: 5rem 0;
    min-height: 600px;
    position: relative;
    overflow: hidden;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

/* Hero Left Side */
.hero-left {
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-align: left;
}

.hero-title-main {
    color: #000000;
    display: block;
}

.hero-title-sub {
    color: #000000;
    display: block;
    margin-top: 0.5rem;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-dark);
    margin-bottom: 2.5rem;
    text-align: left;
    line-height: 1.7;
}

.hero-devices {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.device-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    transition: all 0.3s;
    border: 1px solid var(--border-color);
}

.device-item:hover {
    background-color: rgba(249, 115, 22, 0.1);
    transform: translateY(-5px);
    border-color: #F97316;
}

.device-icon {
    font-size: 2rem;
    margin-bottom: 0.25rem;
}

.device-item span {
    font-size: 0.9rem;
    color: var(--text-color);
    text-align: center;
}

.hero-cta-btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
}

.hero-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.5);
    background: linear-gradient(135deg, #EA580C 0%, #F97316 100%);
}

/* Hero Right Side - Devices Showcase */
.hero-right {
    position: relative;
    height: 500px;
    z-index: 1;
}

.devices-showcase {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Large TV Device */
.device-tv {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 180px;
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.device-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 10px;
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.screen-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.screen-header {
    font-size: 0.7rem;
    color: #F97316;
    font-weight: bold;
    letter-spacing: 2px;
}

.screen-body {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.screen-title {
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: bold;
}

.screen-time {
    font-size: 0.6rem;
    color: #888;
}

/* Streaming Boxes */
.device-streaming {
    position: absolute;
    top: 200px;
    left: 10%;
    display: flex;
    gap: 0.5rem;
}

.streaming-box {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #333 0%, #222 100%);
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Laptop Device */
.device-laptop {
    position: absolute;
    top: 150px;
    right: 5%;
    width: 200px;
    height: 130px;
    background: #c0c0c0;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.laptop-screen {
    width: 100%;
    height: 85%;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 3px;
    padding: 10px;
}

.screen-channels {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.screen-channels span {
    font-size: 0.6rem;
    color: #F97316;
    background: rgba(249, 115, 22, 0.2);
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
}

/* Tablet Device */
.device-tablet {
    position: absolute;
    bottom: 100px;
    left: 15%;
    width: 120px;
    height: 160px;
    background: #1a1a1a;
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.tablet-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 5px;
    padding: 15px;
}

.screen-title-small {
    font-size: 0.7rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.screen-rating {
    font-size: 0.6rem;
    color: #ffd700;
}

/* Phone Devices */
.device-phone {
    position: absolute;
    width: 70px;
    height: 130px;
    background: #1a1a1a;
    border-radius: 8px;
    padding: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.device-phone-1 {
    bottom: 50px;
    left: 5%;
}

.device-phone-2 {
    bottom: 80px;
    right: 10%;
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 5px;
    padding: 10px;
}

.screen-grid {
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 10px,
        rgba(249, 115, 22, 0.1) 10px,
        rgba(249, 115, 22, 0.1) 20px
    );
}

.screen-channels-small {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin-top: 0.5rem;
}

.screen-channels-small span {
    font-size: 0.5rem;
    color: #F97316;
    background: rgba(249, 115, 22, 0.2);
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
}

/* Hero Responsive */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .hero-right {
        height: 400px;
    }
    
    .hero-title {
        font-size: 2.5rem;
        text-align: center;
    }
    
    .hero-subtitle {
        text-align: center;
    }
    
    .hero-devices {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 3rem 0;
        min-height: auto;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-devices {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .device-item {
        padding: 0.75rem;
    }
    
    .device-icon {
        font-size: 1.5rem;
    }
    
    .hero-right {
        height: 300px;
    }
    
    .device-tv {
        width: 200px;
        height: 120px;
    }
    
    .device-laptop {
        width: 150px;
        height: 100px;
    }
    
    .device-tablet {
        width: 80px;
        height: 120px;
    }
    
    .device-phone {
        width: 50px;
        height: 90px;
    }
}

/* Main Content */
.site-main {
    padding: 3rem 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #000000;
}

.section-title h3 {
    font-size: 1.5rem;
    color: #000000;
    margin-bottom: 0.5rem;
}

/* Features */
.features-section {
    margin-bottom: 4rem;
}

.features-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #000000;
}

.subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: var(--text-dark);
    margin-bottom: 2rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.feature-card {
    background-color: var(--bg-dark);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s;
    border: 1px solid var(--border-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(249, 115, 22, 0.1);
    border-color: var(--primary-color);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-card h3 {
    margin-bottom: 1rem;
    color: #000000;
}

.feature-card p {
    color: var(--text-dark);
}

/* Packages */
.packages-section {
    margin-bottom: 4rem;
}

.packages-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #000000;
}

.guarantee {
    text-align: center;
    font-size: 1.1rem;
    color: #F97316;
    margin-bottom: 2rem;
    font-weight: 600;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

/* IPTV Paketleri Sayfası Özel Stilleri */
.packages-page {
    padding: 2rem 0;
}

.packages-page .page-header {
    text-align: center;
    margin-bottom: 3rem;
}

.packages-page .page-title {
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: bold;
}

.packages-page .page-description {
    max-width: 900px;
    margin: 0 auto 3rem;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-dark);
}

.packages-page .page-description p {
    margin-bottom: 1rem;
}

.packages-page .page-description ul {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.packages-page .page-description li {
    margin-bottom: 0.5rem;
}

.packages-page .packages-content {
    margin-top: 2rem;
}

.packages-page .packages-intro {
    text-align: center;
    margin-bottom: 3rem;
}

.packages-page .packages-intro h2 {
    font-size: 2rem;
    color: #000000;
    margin-bottom: 1rem;
}

.packages-page .packages-intro .subtitle {
    font-size: 1.2rem;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.packages-page .packages-intro .guarantee {
    font-size: 1.1rem;
    color: #F97316;
    font-weight: 600;
    margin-bottom: 0;
}

.package-card {
    background-color: var(--bg-dark);
    padding: 2rem;
    border-radius: 10px;
    position: relative;
    border: 2px solid var(--border-color);
    transition: all 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.package-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(249, 115, 22, 0.2);
}

.package-card.popular {
    border-color: var(--primary-color);
    box-shadow: 0 0 20px rgba(249, 115, 22, 0.3);
}

.popular-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background-color: var(--primary-color);
    color: #FFFFFF;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: bold;
}

.package-card h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.package-duration {
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.package-price {
    margin-bottom: 1.5rem;
}

.original-price {
    text-decoration: line-through;
    color: var(--text-dark);
    opacity: 0.6;
    font-size: 1.2rem;
    margin-right: 1rem;
}

.discounted-price {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--text-color);
}

/* Paket özelliklerini kesinlikle satır satır göster - TÜM WordPress stillerini override et */
.package-features,
.package-card .package-features,
.packages-grid .package-features,
ul.package-features {
    list-style: none !important;
    margin-bottom: 2rem !important;
    padding: 0 !important;
    display: block !important;
    width: 100% !important;
}

.package-features li,
.package-card .package-features li,
.packages-grid .package-features li,
ul.package-features li {
    display: block !important;
    list-style: none !important;
    padding: 0.5rem 0 !important;
    margin: 0 !important;
    margin-bottom: 0.5rem !important;
    border-bottom: 1px solid var(--border-color) !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    line-height: 1.6 !important;
    clear: both !important;
    float: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    color: var(--text-color) !important;
}

.package-features li:last-child {
    border-bottom: none;
}

.package-features li:before {
    content: "✓ ";
    color: var(--success-color);
    font-weight: bold;
    margin-right: 0.5rem;
}

.btn-buy {
    display: block;
    width: 100%;
    padding: 1rem;
    background-color: var(--primary-color);
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
    margin-bottom: 1rem;
}

.btn-buy:hover {
    background-color: #EA580C;
    color: #FFFFFF;
}

.package-note {
    font-size: 0.9rem;
    color: var(--text-dark);
    text-align: center;
}

/* FAQ Section Footer */
.faq-section-footer {
    background-color: var(--bg-light);
    padding: 4rem 0;
    margin-top: 4rem;
    border-top: 1px solid var(--border-color);
}

.faq-header {
    text-align: center;
    margin-bottom: 3rem;
}

.faq-title {
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: bold;
}

.faq-subtitle {
    font-size: 1.1rem;
    color: var(--text-dark);
}

.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-accordion-item {
    background-color: var(--bg-dark);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-accordion-item:hover {
    border-color: var(--primary-color);
    box-shadow: 0 2px 10px rgba(249, 115, 22, 0.2);
}

.faq-accordion-header {
    padding: 1.5rem 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: background-color 0.3s ease;
}

.faq-accordion-header:hover {
    background-color: rgba(249, 115, 22, 0.1);
}

.faq-accordion-item.active .faq-accordion-header {
    background-color: rgba(249, 115, 22, 0.15);
    border-bottom: 2px solid var(--primary-color);
}

.faq-question {
    font-size: 1.1rem;
    color: var(--text-color);
    font-weight: 500;
    margin: 0;
    flex: 1;
    padding-right: 1rem;
}

.faq-accordion-item.active .faq-question {
    color: var(--primary-color);
    font-weight: 600;
}

.faq-icon {
    font-size: 1.5rem;
    color: var(--primary-color);
    font-weight: bold;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(249, 115, 22, 0.2);
    border-radius: 50%;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-accordion-item.active .faq-icon {
    background-color: var(--primary-color);
    color: #FFFFFF;
}

.faq-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 2rem;
}

.faq-accordion-content.active {
    max-height: 1000px;
    padding: 1.5rem 2rem 2rem;
    border-top: 1px solid var(--border-color);
}

.faq-answer {
    color: var(--text-dark);
    line-height: 1.8;
    font-size: 1rem;
}

.faq-answer p {
    margin-bottom: 1rem;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

/* FAQ Responsive */
@media (max-width: 768px) {
    .faq-section-footer {
        padding: 3rem 0;
    }
    
    .faq-title {
        font-size: 2rem;
    }
    
    .faq-subtitle {
        font-size: 1rem;
    }
    
    .faq-accordion-header {
        padding: 1.25rem 1.5rem;
    }
    
    .faq-question {
        font-size: 1rem;
    }
    
    .faq-accordion-content.active {
        padding: 1.25rem 1.5rem 1.5rem;
    }
}

/* Footer */
.site-footer {
    background-color: var(--bg-light) !important;
    padding: 4rem 0 2rem !important;
    margin-top: 4rem !important;
    border-top: 1px solid var(--border-color) !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    clear: both !important;
    position: relative !important;
    z-index: 1 !important;
}

.site-footer .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.footer-content {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1.5fr !important;
    gap: 3rem !important;
    margin-bottom: 3rem !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
}

.footer-section {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
}

.footer-bottom {
    text-align: center !important;
    padding-top: 2rem !important;
    border-top: 1px solid var(--border-color) !important;
    color: var(--text-dark) !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 2rem !important;
    width: 100% !important;
}

/* Duplicate removed - using the one above with !important */

/* SEO Linkler Bölümü */
.footer-seo-links {
    display: block !important;
    visibility: visible !important;
}

.footer-seo-menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-seo-menu li {
    margin-bottom: 0.75rem !important;
    display: block !important;
}

.footer-seo-menu a {
    color: var(--text-dark) !important;
    text-decoration: none !important;
    transition: color 0.3s !important;
    display: block !important;
    font-size: 0.95rem !important;
}

.footer-seo-menu a:hover {
    color: var(--primary-color) !important;
    padding-left: 5px !important;
}

/* Footer Logo ve Açıklama */
.footer-about {
    max-width: 100%;
}

.footer-logo {
    margin-bottom: 1.5rem;
}

.footer-logo-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo-main {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000000;
    line-height: 1;
    margin-bottom: 0.25rem;
    position: relative;
}

.logo-main::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #F97316 0%, #EF4444 100%);
    border-radius: 2px;
}

.logo-sub {
    font-size: 0.9rem;
    color: var(--text-dark);
    margin-left: 0.5rem;
}

.footer-description {
    color: var(--text-dark);
    line-height: 1.7;
    font-size: 0.95rem;
    margin-top: 1rem;
}

.footer-logo .custom-logo {
    max-height: 60px;
    width: auto;
    margin-bottom: 1rem;
}

/* Footer Bağlantılar */
.footer-links h4 {
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: bold;
    font-size: 1.1rem;
}

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

.footer-menu li {
    margin-bottom: 0.75rem;
}

.footer-menu a {
    color: var(--text-dark);
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
    position: relative;
    padding-bottom: 0.25rem;
}

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

.footer-menu a:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
}

/* Footer Müşteri Desteği */
.footer-support h4 {
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: bold;
    font-size: 1.1rem;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.footer-contact li {
    margin-bottom: 0.75rem;
}

.footer-contact a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.3s;
}

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

/* Ödeme Yöntemleri */
.payment-methods {
    margin-top: 2rem;
}

.payment-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.75rem;
}

.payment-logo {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    transition: all 0.3s;
    border: 1px solid var(--border-color);
}

.payment-logo:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    border-color: var(--border-color);
}

.payment-text {
    font-size: 0.7rem;
    font-weight: bold;
    white-space: nowrap;
    color: var(--text-color);
}

/* Ödeme Logoları Renkleri */
.payment-mastercard {
    background: linear-gradient(135deg, #EB001B 0%, #FF5F00 100%);
}

.payment-googlepay {
    background: linear-gradient(135deg, #4285F4 0%, #34A853 100%);
}

.payment-applepay {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
}

.payment-ideal {
    background: #CC0066;
}

.payment-sepa {
    background: #0066CC;
}

.payment-visa {
    background: #1A1F71;
}

.payment-paypal {
    background: #003087;
}

.payment-amex {
    background: #006FCF;
}

.payment-klarna {
    background: #FFB3C7;
}

.payment-jcb {
    background: #FFCC00;
}

.payment-mastercard .payment-text,
.payment-googlepay .payment-text,
.payment-ideal .payment-text,
.payment-sepa .payment-text,
.payment-visa .payment-text,
.payment-paypal .payment-text,
.payment-amex .payment-text {
    color: #ffffff;
}

.payment-klarna .payment-text,
.payment-jcb .payment-text {
    color: #000000;
}

.footer-section h4 {
    margin-bottom: 1rem;
    color: var(--text-color);
    font-weight: bold;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s;
}

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

.footer-section a {
    color: var(--text-color);
}

.footer-section a.whatsapp-link {
    display: inline-block;
    background-color: #F97316 !important;
    color: #ffffff !important;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: bold;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(249, 115, 22, 0.3);
    margin-top: 0.5rem;
}

.footer-section a.whatsapp-link:hover {
    background-color: #EA580C !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.5);
    transform: translateY(-2px);
}

/* Floating Social Buttons (WhatsApp & Instagram) */
.social-float-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-end;
}

.social-float-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    animation: pulse-social 2s infinite;
}

.social-float-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.social-float-btn .social-icon {
    font-size: 40px;
    line-height: 1;
    display: block;
}

/* WhatsApp Button */
.whatsapp-btn {
    background-color: #F97316;
    color: #ffffff;
}

.whatsapp-btn:hover {
    background-color: #EA580C;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.6);
}

/* Instagram Button */
.instagram-btn {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #ffffff;
}

.instagram-btn:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: brightness(1.1);
    box-shadow: 0 6px 20px rgba(225, 48, 108, 0.6);
}

@keyframes pulse-social {
    0% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(249, 115, 22, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, 0);
    }
}

/* Responsive Social Float Buttons - Mobilde yan yana */
@media (max-width: 768px) {
    .social-float-buttons {
        bottom: 15px;
        right: 15px;
        flex-direction: row;
        gap: 12px;
    }
    
    .social-float-btn {
        width: 90px;
        height: 90px;
    }
    
    .social-float-btn .social-icon {
        font-size: 40px;
    }
}

/* Eski WhatsApp butonu için geriye dönük uyumluluk */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    animation: pulse-social 2s infinite;
}

.whatsapp-float a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F97316;
    color: #ffffff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.4);
    transition: all 0.3s;
}

.whatsapp-float a:hover {
    background-color: #EA580C;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.6);
}

.whatsapp-float a .whatsapp-icon {
    font-size: 40px;
    line-height: 1;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid var(--border-color);
    color: var(--text-dark);
}

/* Footer Responsive */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    
    .footer-about {
        grid-column: 1 / -1;
    }
    
    .payment-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 3rem 0 1.5rem !important;
        display: block !important;
        visibility: visible !important;
    }
    
    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        display: grid !important;
    }
    
    .footer-about {
        grid-column: 1 !important;
    }
    
    .footer-seo-links {
        display: block !important;
        visibility: visible !important;
    }
    
    .payment-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }
    
    .payment-logo {
        padding: 0.5rem;
        min-height: 40px;
    }
    
    .logo-main {
        font-size: 2rem;
    }
    
    .footer-description {
        font-size: 0.9rem;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .main-navigation ul {
        flex-direction: column;
        gap: 1rem;
    }
    
    .hero-section h1 {
        font-size: 1.8rem;
    }
    
    .features-grid,
    .packages-grid {
        grid-template-columns: 1fr;
    }
}

/* WordPress Özel Stiller */
.wp-block-group {
    margin-bottom: 2rem;
}

.wp-block-heading {
    color: #000000;
}

.wp-block-paragraph {
    color: var(--text-dark);
}

/* Kurulum Sayfası Özel Stiller */
.kurulum-page {
    padding: 2rem 0;
    background-color: var(--bg-light);
}

.kurulum-header {
    text-align: center;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    border-bottom: 3px solid #F97316;
}

.kurulum-title {
    font-size: 3rem;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.kurulum-subtitle {
    font-size: 1.5rem;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 1rem;
}

.kurulum-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0;
}

/* Accordion Yapısı */
.kurulum-accordion {
    margin-bottom: 1.5rem;
}

.kurulum-accordion-item {
    background-color: var(--bg-dark);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.kurulum-accordion-item:hover {
    border-color: var(--primary-color);
    box-shadow: 0 2px 10px rgba(249, 115, 22, 0.2);
}

.kurulum-accordion-header {
    padding: 1.5rem 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bg-dark);
    transition: background-color 0.3s ease;
    user-select: none;
}

.kurulum-accordion-header:hover {
    background-color: rgba(249, 115, 22, 0.1);
}

.kurulum-accordion-header.active {
    background-color: rgba(249, 115, 22, 0.15);
    border-bottom: 2px solid var(--primary-color);
}

.kurulum-accordion-title {
    color: #000000;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
    flex: 1;
    text-transform: uppercase;
}

.kurulum-accordion-icon {
    color: #F97316;
    font-size: 1.5rem;
    font-weight: bold;
    transition: transform 0.3s ease;
    margin-left: 1rem;
}

.kurulum-accordion-header.active .kurulum-accordion-icon {
    transform: rotate(180deg);
}

.kurulum-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 2rem;
}

.kurulum-accordion-content.active {
    max-height: 5000px;
    padding: 2rem;
    border-top: 1px solid var(--border-color);
}

.kurulum-accordion-content h3 {
    color: #000000;
    font-size: 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.kurulum-accordion-content h3:first-child {
    margin-top: 0;
}

.kurulum-accordion-content h4 {
    color: #000000;
    font-size: 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.kurulum-accordion-content p {
    color: var(--text-dark);
    line-height: 1.9;
    margin-bottom: 1.2rem;
    font-size: 1rem;
}

.kurulum-accordion-content ul,
.kurulum-accordion-content ol {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.kurulum-accordion-content li {
    margin-bottom: 0.8rem;
    line-height: 1.9;
    font-size: 1rem;
}

.kurulum-accordion-content li strong {
    color: #000000;
    font-weight: bold;
}

.kurulum-accordion-content strong {
    color: #000000;
    font-weight: bold;
    font-size: 1.05em;
}

.kurulum-accordion-content a {
    color: var(--primary-color);
    text-decoration: underline;
    transition: color 0.3s;
    font-weight: 500;
}

.kurulum-accordion-content a:hover {
    color: #EA580C;
    text-decoration: none;
}

/* Kurulum içeriği için genel stiller (accordion dışı) */
.kurulum-content > h1 {
    color: #000000;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.kurulum-content > p:first-of-type {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 3rem;
    color: var(--text-dark);
}

/* Test Yayını İste Butonu */
.kurulum-page .test-yayini-section,
.kurulum-page #test-yayini-button,
.test-yayini-section {
    margin-top: 4rem !important;
    margin-bottom: 2rem !important;
    padding: 3rem 2rem !important;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.15) 0%, rgba(249, 115, 22, 0.08) 100%) !important;
    border-top: 3px solid var(--primary-color) !important;
    border-radius: 15px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    clear: both !important;
    position: relative !important;
    z-index: 10 !important;
}

.kurulum-page .test-yayini-container,
.test-yayini-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 2rem;
}

.kurulum-page .test-yayini-title,
.test-yayini-title {
    font-size: 2.5rem !important;
    color: #000000 !important;
    margin-bottom: 1rem !important;
    font-weight: bold !important;
    display: block !important;
}

.kurulum-page .test-yayini-description,
.test-yayini-description {
    font-size: 1.2rem !important;
    color: var(--text-dark) !important;
    line-height: 1.8 !important;
    margin-bottom: 2rem !important;
    display: block !important;
}

.kurulum-page .test-yayini-btn,
.test-yayini-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1rem !important;
    padding: 1.5rem 3rem !important;
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-weight: bold !important;
    font-size: 1.3rem !important;
    transition: all 0.3s !important;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.4) !important;
    margin-bottom: 1.5rem !important;
    animation: pulse-whatsapp 2s infinite !important;
    cursor: pointer !important;
    border: none !important;
}

.kurulum-page .test-yayini-btn:hover,
.test-yayini-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.6) !important;
    background: linear-gradient(135deg, #EA580C 0%, #F97316 100%) !important;
    color: #ffffff !important;
}

.kurulum-page .test-yayini-btn:active,
.test-yayini-btn:active {
    transform: translateY(-1px) !important;
}

.kurulum-page .whatsapp-icon-btn,
.whatsapp-icon-btn {
    font-size: 2rem !important;
    line-height: 1 !important;
    display: inline-block !important;
}

.kurulum-page .btn-text,
.btn-text {
    font-size: 1.3rem !important;
    font-weight: bold !important;
    display: inline-block !important;
}

.kurulum-page .test-yayini-note,
.test-yayini-note {
    font-size: 1rem !important;
    color: var(--text-dark) !important;
    font-style: italic !important;
    margin-top: 1rem !important;
    display: block !important;
}

@keyframes pulse-whatsapp {
    0% {
        box-shadow: 0 6px 20px rgba(249, 115, 22, 0.4);
    }
    50% {
        box-shadow: 0 6px 30px rgba(249, 115, 22, 0.7);
    }
    100% {
        box-shadow: 0 6px 20px rgba(249, 115, 22, 0.4);
    }
}

/* Responsive Kurulum Sayfası */
@media (max-width: 768px) {
    .kurulum-title {
        font-size: 2rem;
    }
    
    .kurulum-subtitle {
        font-size: 1.1rem;
    }
    
    .kurulum-content {
        padding: 1rem 0;
    }
    
    .kurulum-accordion-header {
        padding: 1rem 1.5rem;
    }
    
    .kurulum-accordion-title {
        font-size: 1.1rem;
    }
    
    .kurulum-accordion-content {
        padding: 1.5rem !important;
    }
    
    .kurulum-accordion-content h3 {
        font-size: 1.1rem;
    }
    
    .kurulum-accordion-content h4 {
        font-size: 1rem;
    }
    
    .kurulum-accordion-content ul,
    .kurulum-accordion-content ol {
        margin-left: 1.5rem;
    }
    
    .kurulum-accordion-content p {
        font-size: 0.95rem;
    }
    
    .test-yayini-section {
        margin-top: 3rem;
        padding: 2rem 0;
    }
    
    .test-yayini-container {
        padding: 1.5rem;
    }
    
    .test-yayini-title {
        font-size: 2rem;
    }
    
    .test-yayini-description {
        font-size: 1rem;
    }
    
    .test-yayini-btn {
        padding: 1.2rem 2rem;
        font-size: 1.1rem;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .whatsapp-icon-btn {
        font-size: 1.8rem;
    }
    
    .btn-text {
        font-size: 1.1rem;
    }
}

/* Blog Sayfası Stilleri */
.page-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid var(--border-color);
}

.page-title {
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 1rem;
}

.archive-description {
    font-size: 1.1rem;
    color: var(--text-dark);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.blog-card {
    background-color: var(--bg-dark);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid var(--border-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(249, 115, 22, 0.2);
    border-color: var(--primary-color);
}

.blog-thumbnail {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: var(--bg-dark);
}

.blog-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

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

.blog-content {
    padding: 1.5rem;
}

.blog-header {
    margin-bottom: 1rem;
}

.blog-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.blog-title a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s;
}

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

.blog-meta {
    display: flex;
    gap: 1rem;
    font-size: 0.9rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.blog-date,
.blog-category {
    display: flex;
    align-items: center;
}

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

.blog-excerpt {
    color: var(--text-dark);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}


.blog-footer {
    margin-top: 1rem;
}

.btn-read-more {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: var(--primary-color);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.btn-read-more:hover {
    background-color: #EA580C;
    color: #FFFFFF;
}

/* Tek Blog Yazısı Stilleri */
.single-post-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.single-post {
    background-color: var(--bg-dark);
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.entry-header {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--border-color);
}

.entry-title {
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.entry-meta {
    display: flex;
    gap: 1.5rem;
    font-size: 0.95rem;
    color: var(--text-dark);
}

.post-date,
.post-category {
    display: flex;
    align-items: center;
}

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

.post-thumbnail {
    margin-bottom: 2rem;
    border-radius: 10px;
    overflow: hidden;
}

.post-image {
    width: 100%;
    height: auto;
    display: block;
}

.entry-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-dark);
}

.entry-content h2 {
    color: #000000;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.entry-content h3 {
    color: #000000;
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

.entry-content p {
    margin-bottom: 1.5rem;
}

.entry-content ul,
.entry-content ol {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.entry-content li {
    margin-bottom: 0.8rem;
}

.entry-content a {
    color: var(--primary-color);
    text-decoration: underline;
}

.entry-content a:hover {
    color: #EA580C;
    text-decoration: none;
}

.entry-footer {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
}

.post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.tags-label {
    font-weight: bold;
    color: #000000;
    margin-right: 0.5rem;
}

.post-tags a {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    background-color: var(--bg-light);
    color: var(--text-color);
    text-decoration: none;
    border-radius: 5px;
    font-size: 0.9rem;
    transition: background-color 0.3s;
    border: 1px solid var(--border-color);
}

.post-tags a:hover {
    background-color: var(--primary-color);
    color: #FFFFFF;
}

/* Sayfalama */
.post-navigation {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid var(--border-color);
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    flex: 1;
}

.post-navigation a {
    display: block;
    padding: 1rem;
    background-color: var(--bg-light);
    color: var(--text-color);
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s;
    border: 1px solid var(--border-color);
}

.post-navigation a:hover {
    background-color: #F97316;
    color: #FFFFFF;
    transform: translateX(5px);
}

.post-navigation .nav-next a:hover {
    transform: translateX(-5px);
}

.nav-subtitle {
    display: block;
    font-size: 0.9rem;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.nav-title {
    display: block;
    font-weight: bold;
    color: #000000;
}

.no-posts {
    text-align: center;
    padding: 3rem;
    background-color: var(--bg-light);
    border-radius: 10px;
    color: var(--text-dark);
}

/* Sayfalama Stilleri */
.pagination-wrapper {
    margin-top: 3rem;
    text-align: center;
}

.pagination-wrapper .page-numbers {
    display: inline-flex;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination-wrapper .page-numbers li {
    display: inline-block;
}

.pagination-wrapper .page-numbers a,
.pagination-wrapper .page-numbers span {
    display: inline-block;
    padding: 0.75rem 1rem;
    background-color: var(--bg-dark);
    color: var(--text-color);
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    transition: all 0.3s;
    min-width: 40px;
    text-align: center;
}

.pagination-wrapper .page-numbers a:hover {
    background-color: var(--primary-color);
    color: #FFFFFF;
    border-color: var(--primary-color);
}

.pagination-wrapper .page-numbers .current {
    background-color: var(--primary-color);
    color: #FFFFFF;
    border-color: var(--primary-color);
    font-weight: bold;
}

.pagination-wrapper .page-numbers .dots {
    background-color: transparent;
    border: none;
    color: var(--text-dark);
}

/* Blog Responsive */
@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
    
    .page-title {
        font-size: 2rem;
    }
    
    .entry-title {
        font-size: 1.8rem;
    }
    
    .single-post {
        padding: 1.5rem;
    }
    
    .post-navigation .nav-links {
        flex-direction: column;
    }
    
    .pagination-wrapper .page-numbers a,
    .pagination-wrapper .page-numbers span {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
    }
}

