/*
Theme Name: MNG Ambalaj
Theme URI: https://mngambalaj.com
Author: WebDev Architect AI
Author URI: https://mngambalaj.com
Description: MNG Ambalaj için özel, hızlı ve modern WordPress teması. Koli ve ambalaj üreticisi için kurumsal tanıtım sitesi.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mng_ambalaj
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready
*/

/* ============================================
   MNG AMBALAJ - ENDÜSTRİYEL SICAKLIK TASARIM
   Design Philosophy v2.0
   ============================================ */

/* Google Fonts - DM Sans */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/* CSS Değişkenleri */
:root {
    /* Ana Renkler - Endüstriyel Sıcaklık */
    --mng-mavi: #0a1628;
    --mng-mavi-acik: #1a3a5c;
    --mng-mavi-acik-2: #2d5a87;
    --mng-kraft: #C4A77D;
    --mng-kraft-acik: #E8DCC4;
    --mng-kraft-koyu: #8B7355;
    
    /* Tonlar */
    --mng-beyaz: #ffffff;
    --mng-kagıt-beyazı: #FAF8F5;
    --mng-acik: #f8f9fa;
    --mng-gri: #6c757d;
    --mng-koyu-gri: #2D2D2D;
    --mng-koyu: #212529;
    
    /* Renk Paleti - Design Philosophy */
    --primary-color: var(--mng-mavi);
    --secondary-color: var(--mng-kraft);
    --text-color: var(--mng-koyu-gri);
    --light-bg: var(--mng-kagıt-beyazı);
    --white: var(--mng-beyaz);
    --accent-whatsapp: #25D366;
    
    /* Font - DM Sans */
    --font-primary: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    
    /* Genişlik - OPTIMAL */
    --container-max: 100%;
    --content-max: 1320px;
    
    /* Boşluklar - Design System */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 4rem;
    --spacing-xl: 6rem;
    --spacing-2xl: 8rem;
    
    /* Gölgeler - Yumuşak, Kraft-tonlu */
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.12);
    --shadow-hover: 0 12px 32px rgba(0, 0, 0, 0.1);
    --shadow-soft: 0 4px 20px rgba(196, 167, 125, 0.15);
    
    /* Kenarlar - Daha kontrollü */
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 9999px;
    
    /* Transisyon */
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset & Base */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-primary);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-color);
    background-color: var(--light-bg);
    overflow-x: hidden;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

html {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

#page.site {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

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

a:hover {
    color: var(--mng-mavi-acik-2);
}

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

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    color: var(--mng-mavi);
    margin-bottom: var(--spacing-sm);
    letter-spacing: -0.02em;
}

h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: clamp(1.5rem, 2.5vw, 2rem); }
h4 { font-size: clamp(1.25rem, 2vw, 1.5rem); }

p {
    margin-bottom: var(--spacing-sm);
    font-size: 1.0625rem;
}

/* Container - GENİŞ */
.container {
    width: 100%;
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

/* Full-width sections */
.full-width {
    width: 100%;
    padding: var(--spacing-xl) 0;
}

/* ============================================
   TOP ACTION BAR - Modern
   ============================================ */
.top-action-bar {
    background: linear-gradient(90deg, #1a3a5c 0%, #0a1628 100%);
    color: #fff;
    padding: 10px 0;
    font-size: 0.875rem;
}

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

.action-bar-left {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.action-bar-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.action-bar-item:hover {
    color: #c4a77d;
}

.action-bar-item i {
    font-size: 0.9rem;
    color: #c4a77d;
}

.action-bar-whatsapp {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #25D366;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8125rem;
    transition: all 0.3s ease;
}

.action-bar-whatsapp:hover {
    background: #20BD5A;
    transform: translateY(-1px);
}

.action-bar-whatsapp i {
    font-size: 1rem;
}

@media (max-width: 768px) {
    .action-bar-flex {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .action-bar-left {
        flex-direction: column;
        gap: 8px;
    }
    
    .action-bar-item span {
        font-size: 0.8125rem;
    }
}

/* ============================================
   HEADER & NAVBAR - Modern Sticky
   ============================================ */
.site-header {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    box-shadow: var(--shadow-sm);
    position: sticky;
    top: 0;
    z-index: 999;
    padding: var(--spacing-sm) 0;
    transition: var(--transition);
}

.site-header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-md);
    padding: var(--spacing-xs) 0;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-md);
}

.site-logo {
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
}

.site-logo img {
    height: 50px;
    width: auto;
}

.site-logo .logo-text {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--mng-mavi);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.site-logo .logo-text span {
    color: var(--mng-kraft);
}

/* Ana Navigasyon */
.main-navigation {
    display: flex;
    align-items: center;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    gap: var(--spacing-md);
    margin: 0;
    padding: 0;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    color: var(--text-color);
    font-weight: 600;
    padding: var(--spacing-xs) var(--spacing-sm);
    display: block;
    position: relative;
    font-size: 0.9375rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.main-navigation a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: var(--spacing-sm);
    right: var(--spacing-sm);
    height: 2px;
    background: var(--mng-kraft);
    transform: scaleX(0);
    transition: var(--transition);
}

.main-navigation a:hover::after,
.main-navigation a.current::after {
    transform: scaleX(1);
}

.main-navigation a:hover {
    color: var(--mng-mavi);
}

/* Mobil Menü Toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: var(--spacing-xs);
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: var(--mng-mavi);
    margin: 5px 0;
    transition: var(--transition);
    border-radius: 2px;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* ============================================
   BUTONLAR - Modern Style
   ============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 16px 36px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: var(--radius-md);
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-primary {
    background: var(--mng-mavi);
    color: var(--white);
    border: 2px solid var(--mng-mavi);
    padding: 14px 32px;
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: 0.9375rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:hover {
    background: var(--mng-mavi-acik);
    border-color: var(--mng-mavi-acik);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(10, 22, 40, 0.2);
}

.btn-outline {
    background: transparent;
    color: var(--mng-mavi);
    border: 2px solid var(--mng-mavi);
    padding: 14px 32px;
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: 0.9375rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-outline:hover {
    background: var(--mng-mavi);
    color: var(--white);
    border-color: var(--mng-mavi);
    transform: translateY(-2px);
}

.btn-secondary {
    background: var(--mng-kraft);
    color: var(--mng-mavi);
    border: 2px solid var(--mng-kraft);
    padding: 14px 32px;
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: 0.9375rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-secondary:hover {
    background: var(--mng-kraft-acik);
    border-color: var(--mng-kraft-acik);
    color: var(--mng-mavi);
    transform: translateY(-2px);
    box-shadow: var(--shadow-soft);
}

/* WhatsApp Buton */
.btn-whatsapp,
.btn-primary[href*="wa.me"] {
    background: var(--accent-whatsapp);
    border-color: var(--accent-whatsapp);
    color: var(--white);
}

.btn-whatsapp:hover,
.btn-primary[href*="wa.me"]:hover {
    background: #20BD5A;
    border-color: #20BD5A;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
}


.btn-lg {
    padding: 16px 36px;
    font-size: 1rem;
}
/* ============================================
   SECTIONS - Full Width
   ============================================ */
.section {
    padding: var(--spacing-xl) 0;
    width: 100%;
}

.section-light {
    background: var(--light-bg);
}

.section-dark {
    background: var(--mng-mavi);
    color: var(--white);
}

.section-dark h2,
.section-dark h3 {
    color: var(--white);
}

.section-dark p {
    color: rgba(255,255,255,0.85);
}

.section-title {
    text-align: left;
    margin-bottom: var(--spacing-lg);
    max-width: 800px;
}

.section-title h2 {
    position: relative;
    padding-bottom: var(--spacing-sm);
    margin-bottom: var(--spacing-sm);
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: var(--mng-kraft);
    border-radius: 2px;
}

.section-title p {
    font-size: 1.125rem;
    margin: 0;
    color: var(--mng-gri);
}

.section-dark .section-title p {
    color: rgba(255,255,255,0.75);
}

/* ============================================
   FEATURES / WHY US - Grid Layout
   ============================================ */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-md);
    width: 100%;
}

.feature-card {
    background: var(--light-bg);
    padding: var(--spacing-md);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid var(--mng-kraft-acik);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
    border-color: var(--mng-kraft);
    background: var(--white);
}

.feature-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--mng-mavi) 0%, var(--mng-mavi-acik) 100%);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--spacing-sm);
    font-size: 1.5rem;
    color: var(--mng-kraft);
    flex-shrink: 0;
}

.feature-card h3 {
    font-size: 1.25rem;
    margin-bottom: var(--spacing-xs);
}

.feature-card p {
    color: var(--mng-gri);
    margin: 0;
    flex-grow: 1;
    font-size: 0.9375rem;
}

/* ============================================
   PRODUCTS - Modern Cards
   ============================================ */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: var(--spacing-md);
    width: 100%;
}

.product-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid var(--mng-kraft-acik);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
    border-color: var(--mng-kraft);
}

.product-image {
    position: relative;
    height: 240px;
    background: var(--light-bg);
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.product-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--mng-gri);
    font-size: 4rem;
    background: linear-gradient(135deg, var(--mng-acik) 0%, #e9ecef 100%);
}

.product-content {
    padding: var(--spacing-md);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-content h3 {
    font-size: 1.25rem;
    margin-bottom: var(--spacing-xs);
}

.product-content h3 a {
    color: var(--mng-mavi);
}

.product-content h3 a:hover {
    color: var(--mng-kraft);
}

.product-content p {
    color: var(--mng-gri);
    font-size: 0.9375rem;
    margin-bottom: var(--spacing-sm);
    flex-grow: 1;
}

.product-specs {
    background: var(--mng-acik);
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: var(--radius-sm);
    margin-bottom: var(--spacing-sm);
    font-size: 0.875rem;
}

.product-specs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-specs li {
    padding: 6px 0;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    gap: 0.5rem;
}

.product-specs li:last-child {
    border-bottom: none;
}

.product-specs strong {
    color: var(--mng-mavi);
    min-width: 70px;
}

/* ============================================
   SERVICES - Oxigen Style
   ============================================ */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--spacing-md);
    width: 100%;
}

.service-card {
    background: var(--white);
    padding: var(--spacing-md);
    border-radius: var(--radius-lg);
    border: 2px solid #eee;
    transition: var(--transition);
    height: 100%;
}

.service-card:hover {
    border-color: var(--mng-kraft);
    box-shadow: var(--shadow-md);
}

.service-card h3 {
    font-size: 1.375rem;
    margin-bottom: var(--spacing-xs);
}

.service-card p {
    color: var(--mng-gri);
    margin-bottom: var(--spacing-sm);
}

.service-link {
    color: var(--mng-kraft);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.service-link:hover {
    gap: 0.75rem;
}

/* ============================================
   STATS - Full Width Banner
   ============================================ */
.stats-section {
    background: linear-gradient(135deg, var(--mng-mavi) 0%, var(--mng-mavi-acik) 100%);
    padding: var(--spacing-lg) 0;
    color: var(--white);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-md);
    text-align: center;
}

.stat-item {
    padding: var(--spacing-sm);
}

.stat-number {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    color: var(--mng-kraft);
    display: block;
    line-height: 1;
    margin-bottom: var(--spacing-xs);
}

.stat-label {
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section {
    background: linear-gradient(135deg, var(--mng-kraft) 0%, var(--mng-kraft-acik) 100%);
    padding: var(--spacing-lg) 0;
    text-align: center;
}

.cta-content h2 {
    color: var(--mng-mavi);
    max-width: 700px;
    margin: 0 auto var(--spacing-sm);
}

.cta-content p {
    color: var(--mng-mavi);
    opacity: 0.9;
    font-size: 1.125rem;
    max-width: 600px;
    margin: 0 auto var(--spacing-md);
}

.cta-buttons {
    display: flex;
    gap: var(--spacing-sm);
    justify-content: center;
    flex-wrap: wrap;
}

/* ============================================
   FOOTER - Modern Wide
   ============================================ */
.site-footer {
    background: var(--mng-mavi);
    color: var(--white);
    padding: var(--spacing-lg) 0 var(--spacing-md);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-md);
}

.footer-widget h4 {
    color: var(--white);
    font-size: 1.125rem;
    margin-bottom: var(--spacing-sm);
    position: relative;
    padding-bottom: var(--spacing-xs);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-widget h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--mng-kraft);
}

.footer-widget p,
.footer-widget a {
    color: rgba(255,255,255,0.75);
    font-size: 0.9375rem;
}

.footer-widget a:hover {
    color: var(--mng-kraft);
}

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

.footer-widget li {
    margin-bottom: var(--spacing-xs);
}

.social-links {
    display: flex;
    gap: var(--spacing-xs);
    margin-top: var(--spacing-sm);
}

.social-link {
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    color: var(--white);
}

.social-link:hover {
    background: var(--mng-kraft);
    color: var(--mng-mavi);
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: var(--spacing-sm);
    text-align: center;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.6);
}

/* ============================================
   PAGE TEMPLATES
   ============================================ */
.page-header {
    background: linear-gradient(135deg, var(--mng-mavi) 0%, var(--mng-mavi-acik) 100%);
    color: var(--white);
    padding: var(--spacing-lg) 0;
    text-align: left;
}

.page-header h1 {
    color: var(--white);
    margin: 0;
}

.page-content {
    padding: var(--spacing-lg) 0;
}

.page-content p {
    font-size: 1.125rem;
    line-height: 1.8;
}

/* ============================================
   SINGLE PRODUCT
   ============================================ */
.single-product {
    padding: var(--spacing-lg) 0;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: var(--spacing-lg);
    align-items: start;
}

.product-gallery {
    background: var(--mng-acik);
    border-radius: var(--radius-lg);
    padding: var(--spacing-md);
    text-align: center;
}

.product-gallery img {
    max-height: 500px;
    margin: 0 auto;
    border-radius: var(--radius-md);
}

.product-info h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: var(--spacing-sm);
}

.product-description {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: var(--spacing-md);
}

.tech-specs-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: var(--spacing-md);
    background: var(--mng-acik);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.tech-specs-table th,
.tech-specs-table td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}

.tech-specs-table th {
    background: var(--mng-mavi);
    color: var(--white);
    font-weight: 600;
    width: 40%;
}

.tech-specs-table tr:last-child th,
.tech-specs-table tr:last-child td {
    border-bottom: none;
}

.quote-btn {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-xs);
    background: var(--mng-kraft);
    color: var(--mng-mavi);
    padding: 16px 36px;
    border-radius: var(--radius-md);
    font-weight: 700;
    font-size: 1.0625rem;
    text-decoration: none;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.quote-btn:hover {
    background: var(--mng-kraft-acik);
    color: var(--mng-mavi);
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.quote-btn.whatsapp {
    background: #25D366;
    color: white;
}

.quote-btn.whatsapp:hover {
    background: #20BD5A;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--spacing-md);
    width: 100%;
}

.testimonial-card {
    background: var(--white);
    padding: var(--spacing-md);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--mng-kraft-acik);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.testimonial-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-4px);
    border-color: var(--mng-kraft);
}

.testimonial-rating {
    color: #fbbf24;
    font-size: 1rem;
    margin-bottom: var(--spacing-sm);
    display: flex;
    gap: 2px;
}

.testimonial-text {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--text-color);
    margin-bottom: var(--spacing-md);
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
}

.author-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--mng-mavi) 0%, var(--mng-mavi-acik) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.5rem;
    flex-shrink: 0;
}

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

.author-info strong {
    color: var(--mng-mavi);
    font-size: 0.9375rem;
}

.author-info span {
    color: var(--mng-gri);
    font-size: 0.8125rem;
}

/* ============================================
   FAQ SECTION - Modern Design
   ============================================ */
.faq-section {
    background: var(--mng-acik);
    padding: var(--spacing-xl) 0;
}

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

.faq-item {
    background: var(--white);
    border-radius: var(--radius-lg);
    margin-bottom: var(--spacing-sm);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: var(--transition);
    border: 2px solid transparent;
}

.faq-item:hover {
    box-shadow: var(--shadow-md);
}

.faq-item.active {
    border-color: var(--mng-kraft);
}

.faq-question {
    width: 100%;
    padding: 1.5rem 2rem;
    background: var(--white);
    border: none;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--mng-mavi);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
    font-family: var(--font-primary);
}

.faq-question:hover {
    background: var(--mng-acik);
}

.faq-question-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--mng-mavi) 0%, var(--mng-mavi-acik) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-left: var(--spacing-sm);
    transition: var(--transition);
}

.faq-question.active .faq-question-icon {
    background: var(--mng-kraft);
    color: var(--mng-mavi);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer p {
    padding: 0 2rem 1.5rem 2rem;
    margin: 0;
    color: var(--mng-gri);
    line-height: 1.8;
    font-size: 1rem;
}

.faq-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--mng-kraft);
    color: var(--mng-mavi);
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.875rem;
    margin-right: var(--spacing-sm);
    flex-shrink: 0;
}

/* ============================================
   ARCHIVE / CATALOG
   ============================================ */
.catalog-filters {
    background: var(--mng-acik);
    padding: var(--spacing-md);
    border-radius: var(--radius-lg);
    margin-bottom: var(--spacing-md);
}

.filter-form {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-sm);
    align-items: flex-end;
}

.filter-group {
    flex: 1;
    min-width: 200px;
}

.filter-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-group select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: var(--radius-sm);
    font-size: 1rem;
    background: var(--white);
    cursor: pointer;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
    :root {
        --spacing-xl: 6rem;
        --spacing-lg: 4rem;
    }
    
    .product-detail-grid {
        grid-template-columns: 1fr;
    }
    
    .product-gallery {
        order: -1;
    }
}

@media (max-width: 768px) {
    :root {
        --spacing-xl: 4rem;
        --spacing-lg: 3rem;
        --spacing-md: 2rem;
    }
    
    .main-navigation ul, #primary-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(10, 22, 40, 0.98);
        flex-direction: column;
        padding: 80px 20px 20px;
        box-shadow: none;
        z-index: 1999;
    }
    
    .main-navigation ul.active, #primary-menu.active {
        display: flex !important;
        animation: fadeIn 0.3s ease;
    }
    
    .main-navigation ul li {
        border-bottom: 1px solid rgba(196, 167, 125, 0.2);
    }
    
    .main-navigation ul li a {
        color: #fff !important;
        font-size: 1.25rem;
        padding: 16px 0;
        text-align: center;
    }
    
    .main-navigation ul li a:hover {
        color: var(--mng-kraft) !important;
    }
    
    .menu-toggle {
        display: block !important;
        z-index: 9999;
        position: relative;
        margin-left: auto;
    }
    
    .header-inner {
        position: relative;
    }
    
    .menu-toggle span {
        background: var(--mng-mavi);
    }
    
    .site-header .menu-toggle span {
        background: var(--mng-mavi);
    }
    
    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(-10px); }
        to { opacity: 1; transform: translateY(0); }
    }
    
    .btn {
        width: 100%;
    }
    
    .features-grid,
    .products-grid,
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 var(--spacing-sm);
    }
    
    .section {
        padding: var(--spacing-lg) 0;
    }
}

/* ============================================
   UTILITIES & ANIMATIONS
   ============================================ */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: var(--spacing-xs); }
.mb-2 { margin-bottom: var(--spacing-sm); }
.mb-3 { margin-bottom: var(--spacing-md); }
.mb-4 { margin-bottom: var(--spacing-lg); }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: var(--spacing-xs); }
.mt-2 { margin-top: var(--spacing-sm); }
.mt-3 { margin-top: var(--spacing-md); }
.mt-4 { margin-top: var(--spacing-lg); }

.hidden { display: none; }
.visible { display: block; }

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-50px); }
    to { opacity: 1; transform: translateX(0); }
}

.fade-in {
    animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.fade-in-delay-1 { animation-delay: 0.1s; }
.fade-in-delay-2 { animation-delay: 0.2s; }
.fade-in-delay-3 { animation-delay: 0.3s; }
.fade-in-delay-4 { animation-delay: 0.4s; }

.slide-in-left {
    animation: slideInLeft 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Scroll to Top */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--mng-kraft);
    color: var(--mng-mavi);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 999;
    box-shadow: var(--shadow-md);
}

.scroll-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    background: var(--mng-kraft-acik);
    transform: translateY(-5px);
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    z-index: 999;
}

.whatsapp-float:hover {
    background: #20BD5A;
    transform: scale(1.1);
}

/* ============================================
   BREADCRUMB - Modern Tasarım
   ============================================ */
.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 0;
    font-size: 0.8125rem;
    flex-wrap: wrap;
}

.breadcrumb-nav a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    padding: 6px 12px;
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    margin-right: 4px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.breadcrumb-nav a:hover {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

.breadcrumb-nav .current {
    color: rgba(255,255,255,0.5);
    padding: 6px 12px;
    background: rgba(255,255,255,0.05);
    border-radius: 20px;
}

.breadcrumb-nav .separator {
    color: rgba(255,255,255,0.4);
    margin: 0 6px;
    font-size: 0.625rem;
}

/* Page Header Breadcrumb */
.page-header .breadcrumb-nav {
    justify-content: center;
    margin-top: 1rem;
}

/* Content Page Breadcrumb - Simple */
body.page .breadcrumb-nav {
    margin-bottom: 2rem;
    padding: 0;
}

body.page .breadcrumb-nav a {
    color: #6c757d;
    background: #f0f0f0;
    font-size: 0.75rem;
    padding: 4px 10px;
}

body.page .breadcrumb-nav a:hover {
    background: #e0e0e0;
    color: #0a1628;
}

body.page .breadcrumb-nav .current {
    color: #0a1628;
    background: transparent;
    padding: 4px 10px;
}

body.page .breadcrumb-nav .separator {
    color: #adb5bd;
}

/* ============================================
   PAGE HEADER - Küçük Boyut
   ============================================ */
.page-header {
    background: linear-gradient(135deg, #0a1628 0%, #1a3a5c 100%);
    padding: 3rem 0 2.5rem;
    text-align: left;
}

.page-header h1 {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    margin-bottom: 0.5rem;
}

/* ============================================
   BREADCRUMB - Büyük Boyut
   ============================================ */
.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 0;
    font-size: 1rem;
    flex-wrap: wrap;
}

.breadcrumb-nav a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    padding: 8px 16px;
    background: rgba(255,255,255,0.15);
    border-radius: 25px;
    margin-right: 6px;
    transition: all 0.3s ease;
    font-size: 0.9375rem;
    font-weight: 500;
}

.breadcrumb-nav a:hover {
    background: rgba(255,255,255,0.25);
    color: #fff;
}

.breadcrumb-nav .sep,
.breadcrumb-nav .separator {
    color: rgba(255,255,255,0.5);
    margin: 0 10px;
    font-size: 0.875rem;
}

.breadcrumb-nav .current {
    color: rgba(255,255,255,0.6);
    padding: 8px 16px;
    font-weight: 500;
}

/* Content pages breadcrumb */
body.page .breadcrumb-nav a {
    color: #1a3a5c;
    background: #e8eef4;
    font-size: 0.9375rem;
}

body.page .breadcrumb-nav a:hover {
    background: #d0dce8;
    color: #0a1628;
}

body.page .breadcrumb-nav .sep,
body.page .breadcrumb-nav .separator {
    color: #8899a6;
}

body.page .breadcrumb-nav .current {
    color: #555;
    background: transparent;
}

/* ============================================
   FEATURE CARDS - İkon yanı dolu
   ============================================ */
.feature-card {
    background: #fff;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #eee;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    border-color: #c4a77d;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0a1628 0%, #1a3a5c 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
    color: #fff;
}

.feature-card:hover .feature-icon {
    background: linear-gradient(135deg, #c4a77d 0%, #d4bc8e 100%);
    color: #0a1628;
}

.feature-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #0a1628;
}

.feature-card p {
    color: #6c757d;
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   CONTACT PAGE - İyileştirilmiş
   ============================================ */
body.page-template-default.page-id-8 .page-header,
body.page-id-8 .page-header {
    display: none;
}

.contact-page-content {
    padding: 0;
}

.contact-grid-new {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 3rem 0;
}

.contact-info-new {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-card-new {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.contact-card-new:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border-color: #c4a77d;
}

.contact-icon-new {
    width: 50px;
    height: 50px;
    background: #0a1628;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-card-new:hover .contact-icon-new {
    background: #c4a77d;
    color: #0a1628;
}

.contact-text-new h4 {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0a1628;
    margin: 0 0 0.25rem 0;
    font-weight: 700;
}

.contact-text-new p,
.contact-text-new a {
    color: #6c757d;
    margin: 0;
    font-size: 1rem;
    text-decoration: none;
}

.contact-text-new a:hover {
    color: #c4a77d;
}

.contact-form-new {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 16px;
}

/* Responsive */
@media (max-width: 992px) {
    .contact-grid-new {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-header {
        padding: 2rem 0 1.5rem;
    }
    
    .breadcrumb-nav a,
    .breadcrumb-nav .current {
        font-size: 0.8125rem;
        padding: 6px 12px;
    }
}

/* ============================================
   CATEGORIES - Görsel Grid
   ============================================ */
.categories-section {
    padding: 6rem 0;
    background: var(--light-bg);
}

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

.section-header h2 {
    font-size: 2.5rem;
    color: var(--mng-mavi);
    margin-bottom: 0.75rem;
}

.section-header p {
    font-size: 1.125rem;
    color: var(--mng-gri);
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.category-card {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    border: 1px solid var(--mng-kraft-acik);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-color: var(--mng-kraft);
}

.category-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--mng-mavi) 0%, var(--mng-mavi-acik) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: var(--mng-kraft);
}

.category-card h3 {
    font-size: 1.25rem;
    color: var(--mng-mavi);
    margin-bottom: 0.75rem;
}

.category-card p {
    font-size: 0.9375rem;
    color: var(--mng-gri);
    line-height: 1.6;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.category-link {
    color: var(--mng-kraft);
    font-weight: 600;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.category-link i {
    transition: transform 0.3s;
}

.category-card:hover .category-link i {
    transform: translateX(4px);
}

/* ============================================
   WHY SECTION
   ============================================ */
.why-section {
    padding: 6rem 0;
    background: #fff;
}

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

.section-tag {
    display: inline-block;
    background: var(--mng-kraft-acik);
    color: var(--mng-kraft-koyu);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.why-content h2 {
    font-size: 2.25rem;
    color: var(--mng-mavi);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.why-content > p {
    font-size: 1.0625rem;
    color: var(--mng-gri);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.why-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.why-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    font-size: 1rem;
    color: var(--mng-koyu-gri);
}

.why-list li i {
    color: var(--mng-kraft);
    font-size: 1.25rem;
}

.why-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.why-card {
    background: var(--light-bg);
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid var(--mng-kraft-acik);
    transition: all 0.3s;
}

.why-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-soft);
}

.why-icon {
    width: 50px;
    height: 50px;
    background: var(--mng-mavi);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: var(--mng-kraft);
}

.why-card h4 {
    font-size: 1rem;
    color: var(--mng-mavi);
    margin-bottom: 0.5rem;
}

.why-card p {
    font-size: 0.875rem;
    color: var(--mng-gri);
    margin: 0;
}

/* ============================================
   STATS SECTION - Gelişmiş
   ============================================ */
.stats-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--mng-mavi) 0%, var(--mng-mavi-acik) 100%);
}

.stats-section .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-icon {
    font-size: 2.5rem;
    color: var(--mng-kraft);
    margin-bottom: 1rem;
}

.stat-item .stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-item .stat-label {
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
}

/* ============================================
   PRODUCTS SECTION
   ============================================ */
.products-section {
    padding: 6rem 0;
    background: var(--light-bg);
}

.products-section .products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.products-section .product-card .product-content {
    padding: 1.5rem;
}

.products-section .product-card h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.products-section .product-card p {
    font-size: 0.875rem;
    color: var(--mng-gri);
    margin-bottom: 1rem;
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */
.testimonials-section {
    padding: 6rem 0;
    background: #fff;
}

.testimonials-section .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.testimonials-section .testimonial-card {
    background: var(--light-bg);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid var(--mng-kraft-acik);
}

/* ============================================
   CERTIFICATES SECTION
   ============================================ */
.certificates-section {
    padding: 5rem 0;
    background: var(--light-bg);
}

.certificates-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.certificate-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    border: 1px solid var(--mng-kraft-acik);
    transition: all 0.3s;
}

.certificate-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-soft);
}

.cert-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--mng-kraft) 0%, var(--mng-kraft-koyu) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.75rem;
    color: #fff;
}

.certificate-card h4 {
    font-size: 1.125rem;
    color: var(--mng-mavi);
    margin-bottom: 0.5rem;
}

.certificate-card p {
    font-size: 0.875rem;
    color: var(--mng-gri);
    margin: 0;
}

/* ============================================
   CTA FINAL
   ============================================ */
.cta-final {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--mng-mavi) 0%, var(--mng-mavi-acik) 100%);
    text-align: center;
}

.cta-final-content h2 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1rem;
}

.cta-final-content > p {
    font-size: 1.25rem;
    color: rgba(255,255,255,0.85);
    margin-bottom: 2rem;
}

.cta-final-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.btn-outline-light {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-outline-light:hover {
    background: #fff;
    color: var(--mng-mavi);
    border-color: #fff;
}

.cta-contact-info {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.cta-contact-info span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255,255,255,0.8);
    font-size: 1rem;
}

.cta-contact-info i {
    color: var(--mng-kraft);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1200px) {
    .categories-grid,
    .certificates-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .why-grid {
        grid-template-columns: 1fr;
    }
    
    .why-features {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .stats-section .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .products-section .products-grid,
    .testimonials-section .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .categories-grid,
    .why-features,
    .stats-section .stats-grid,
    .products-section .products-grid,
    .testimonials-section .testimonials-grid,
    .certificates-grid {
        grid-template-columns: 1fr;
    }
    
    .section-header h2 {
        font-size: 1.75rem;
    }
    
    .cta-final-content h2 {
        font-size: 1.75rem;
    }
    
    .cta-final-buttons {
        flex-direction: column;
        align-items: center;
    }
}

/* ============================================
   FAQ SECTION - Accordion Style
   ============================================ */
.faq-section {
    padding: 6rem 0;
    background: #fff;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--light-bg);
    border-radius: 12px;
    margin-bottom: 1rem;
    border: 1px solid var(--mng-kraft-acik);
    overflow: hidden;
    transition: all 0.3s;
}

.faq-item:hover {
    border-color: var(--mng-kraft);
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 1.25rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--mng-mavi);
    font-family: var(--font-primary);
}

.faq-question span {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.faq-number {
    background: var(--mng-mavi);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.faq-icon {
    color: var(--mng-kraft);
    font-size: 1.25rem;
    transition: transform 0.3s;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 1.5rem;
}

.faq-answer p {
    padding-bottom: 1.25rem;
    color: var(--mng-gri);
    line-height: 1.7;
    margin: 0;
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

/* ============================================
   PAGE HEADER - Kurumsal
   ============================================ */
.page-header-section {
    background: linear-gradient(135deg, #0a1628 0%, #1a3a5c 100%);
    padding: 4rem 0 5rem;
    position: relative;
}

.page-header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 20%, rgba(196, 167, 125, 0.15) 0%, transparent 50%);
}

.page-header-section .container {
    position: relative;
    z-index: 1;
}

.breadcrumb-simple {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    margin-bottom: 1.5rem;
}

.breadcrumb-simple a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb-simple a:hover {
    color: #C4A77D;
}

.breadcrumb-simple span {
    color: #fff;
}

.page-header-section h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #fff;
    margin: 0;
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.about-section {
    padding: 6rem 0;
    background: #fff;
}

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

.about-content .section-tag {
    display: inline-block;
    background: #E8DCC4;
    color: #8B7355;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.about-content h2 {
    font-size: 2.25rem;
    color: #0a1628;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.about-content p {
    font-size: 1.0625rem;
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
}

.about-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #0a1628;
    font-weight: 500;
}

.about-feature i {
    color: #C4A77D;
    font-size: 1.25rem;
}

.about-visual {
    position: relative;
}

.about-image-card {
    background: linear-gradient(135deg, #0a1628 0%, #1a3a5c 100%);
    border-radius: 24px;
    padding: 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-image-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(196, 167, 125, 0.2) 0%, transparent 70%);
}

.about-image-card i {
    font-size: 6rem;
    color: #C4A77D;
    margin-bottom: 1rem;
}

.about-image-card span {
    display: block;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
}

/* ============================================
   VİZYON & MİSYON
   ============================================ */
.vm-section {
    padding: 4rem 0;
    background: #FAF8F5;
}

.vm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.vm-card {
    background: #fff;
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s;
}

.vm-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}

.vm-vision {
    border-color: #0a1628;
}

.vm-vision:hover {
    border-color: #C4A77D;
}

.vm-mission {
    border-color: #C4A77D;
}

.vm-mission:hover {
    border-color: #0a1628;
}

.vm-icon {
    width: 80px;
    height: 80px;
    background: #0a1628;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: #C4A77D;
}

.vm-mission .vm-icon {
    background: #C4A77D;
    color: #0a1628;
}

.vm-card h3 {
    font-size: 1.5rem;
    color: #0a1628;
    margin-bottom: 1rem;
}

.vm-card p {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   DEĞERLERİMİZ
   ============================================ */
.values-section {
    padding: 6rem 0;
    background: #fff;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.value-card {
    background: #FAF8F5;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    border: 1px solid #E8DCC4;
    transition: all 0.3s;
    position: relative;
}

.value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    border-color: #C4A77D;
}

.value-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 3rem;
    font-weight: 800;
    color: #E8DCC4;
    line-height: 1;
}

.value-card h4 {
    font-size: 1.125rem;
    color: #0a1628;
    margin-bottom: 0.75rem;
}

.value-card p {
    font-size: 0.9375rem;
    color: #6c757d;
    margin: 0;
}

/* ============================================
   CTA SECTION - Kurumsal
   ============================================ */
.cta-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #0a1628 0%, #1a3a5c 100%);
    text-align: center;
}

.cta-content h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1rem;
}

.cta-content > p {
    font-size: 1.125rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 2rem;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.cta-section .btn-whatsapp {
    background: #25D366;
    border-color: #25D366;
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s;
}

.cta-section .btn-whatsapp:hover {
    background: #20BD5A;
    transform: translateY(-2px);
}

.cta-section .btn-outline {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s;
}

.cta-section .btn-outline:hover {
    background: #fff;
    color: #0a1628;
    border-color: #fff;
}

/* ============================================
   RESPONSIVE - Kurumsal
   ============================================ */
@media (max-width: 1024px) {
    .about-grid {
        grid-template-columns: 1fr;
    }
    
    .vm-grid {
        grid-template-columns: 1fr;
    }
    
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-features {
        grid-template-columns: 1fr;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

/* ============================================
   İLETİŞİM SAYFASI
   ============================================ */
.contact-section {
    padding: 6rem 0;
    background: #fff;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    margin-top: 3rem;
}

.contact-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-card {
    background: #FAF8F5;
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    border: 1px solid #E8DCC4;
    transition: all 0.3s;
}

.contact-card:hover {
    transform: translateX(8px);
    border-color: #C4A77D;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.contact-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #0a1628 0%, #1a3a5c 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    font-size: 1.5rem;
    color: #C4A77D;
}

.contact-info h4 {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0a1628;
    margin: 0 0 0.25rem 0;
    font-weight: 700;
}

.contact-info p {
    margin: 0;
    color: #6c757d;
    font-size: 1rem;
}

.contact-info a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-info a:hover {
    color: #C4A77D;
}

/* Form */
.contact-form-wrapper {
    background: #fff;
    border-radius: 24px;
    padding: 3rem;
    border: 1px solid #E8DCC4;
    box-shadow: 0 8px 32px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
}
.contact-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0a1628, #c4a77d, #0a1628);
}
.contact-form-card h3 {
    font-size: 1.75rem;
    color: #0a1628;
    margin-bottom: 0.5rem;
    font-weight: 700;
}
.contact-form-card > p {
    color: #6c757d;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}
.contact-form-card .wpcf7 { margin: 0; }
.contact-form-card .wpcf7-form { display: block; }
.contact-form-card .wpcf7-form p,
.contact-form-card .wpcf7-form .form-group,
.contact-form-card .wpcf7-form .form-group p,
.contact-form-card .wpcf7-form .form-group.full-width,
.contact-form-card .wpcf7-form .form-group.full-width p,
.contact-form-card .wpcf7-form .form-row .form-group p {
    margin: 0;
    padding: 0;
}
.contact-form-card .wpcf7-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}
.contact-form-card .wpcf7-form .form-group.full-width {
    margin-bottom: 12px;
}
.contact-form-card .wpcf7-form > p {
    margin: 0;
}
.contact-form-card .wpcf7-form-control {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e8e4de;
    border-radius: 14px;
    font-size: 1rem;
    font-family: inherit;
    background: #FAF8F5;
    transition: all 0.3s;
    color: #0a1628;
    box-sizing: border-box;
}
.contact-form-card .wpcf7-form-control::placeholder { color: #a0998f; }
.contact-form-card .wpcf7-form-control:hover { border-color: #c4a77d; background: #fff; }
.contact-form-card .wpcf7-form-control:focus {
    outline: none;
    border-color: #0a1628;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(10, 22, 40, 0.08);
}
.contact-form-card textarea.wpcf7-form-control {
    min-height: 140px;
    resize: vertical;
    line-height: 1.7;
}
.contact-form-card .wpcf7-submit {
    background: linear-gradient(135deg, #0a1628 0%, #1a3a5c 100%);
    color: #fff;
    border: none;
    padding: 16px 40px;
    border-radius: 14px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 16px rgba(10, 22, 40, 0.2);
    width: 100%;
    margin-top: 4px;
}
.contact-form-card .wpcf7-submit:hover {
    background: linear-gradient(135deg, #1a3a5c 0%, #2a5a8c 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(10, 22, 40, 0.3);
}
.contact-form-card .wpcf7-not-valid { border-color: #dc3545 !important; }
.contact-form-card .wpcf7-not-valid-tip { color: #dc3545; font-size: 0.8rem; margin-top: 4px; }
.contact-form-card .wpcf7-response-output {
    border-radius: 14px !important;
    padding: 1rem !important;
    margin: 12px 0 0 !important;
    border: 2px solid #c4a77d !important;
    background: #FAF8F5;
    font-size: 0.9rem;
}
.contact-form-card .wpcf7 form.sent .wpcf7-response-output {
    border-color: #25D366 !important; background: #f0faf4; color: #155724;
}
.contact-form-card .wpcf7-spinner { margin: 12px auto 0; display: block; }
@media (max-width: 768px) {
    .contact-form-card .wpcf7-form .form-row { grid-template-columns: 1fr; }
    .contact-form-wrapper { padding: 2rem 1.5rem; }
}

.quick-contact-section {
    padding: 4rem 0;
    background: #FAF8F5;
}

.quick-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.quick-contact-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid #E8CCC4;
    transition: all 0.3s;
}

.quick-contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.quick-contact-card .qc-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.quick-contact-card .qc-icon i {
    font-size: 1.5rem;
}

.whatsapp-card .qc-icon {
    background: rgba(37, 211, 102, 0.15);
    color: #25D366;
}

.call-card .qc-icon {
    background: rgba(10, 22, 40, 0.1);
    color: #0a1628;
}

.email-card .qc-icon {
    background: rgba(196, 167, 125, 0.15);
    color: #C4A77D;
}

.quick-contact-card .qc-content {
    flex-grow: 1;
}

.quick-contact-card .qc-content h3 {
    font-size: 1rem;
    color: #0a1628;
    margin: 0 0 0.25rem 0;
}

.quick-contact-card .qc-content p {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
}

.quick-contact-card .btn {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.quick-contact-card .btn-whatsapp {
    background: #25D366;
    color: #fff;
}

.quick-contact-card .btn-whatsapp:hover {
    background: #20BD5A;
}

.quick-contact-card .btn-call {
    background: #0a1628;
    color: #fff;
}

.quick-contact-card .btn-call:hover {
    background: #1a3a5c;
}

.quick-contact-card .btn-email {
    background: transparent;
    border: 2px solid #C4A77D;
    color: #C4A77D;
}

.quick-contact-card .btn-email:hover {
    background: #C4A77D;
    color: #fff;
}

/* ============================================
   HARİTA
   ============================================ */
.map-section {
    padding: 6rem 0;
    background: #fff;
}

.map-wrapper {
    margin-top: 2rem;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #E8DCC4;
}

.map-placeholder {
    background: linear-gradient(135deg, #0a1628 0%, #1a3a5c 100%);
    padding: 5rem 2rem;
    text-align: center;
    position: relative;
}

.map-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(196, 167, 125, 0.15) 0%, transparent 60%);
}

.map-placeholder i {
    font-size: 4rem;
    color: #C4A77D;
    margin-bottom: 1rem;
    position: relative;
}

.map-placeholder p {
    color: #fff;
    font-size: 1.25rem;
    margin: 0 0 0.5rem 0;
    position: relative;
}

.map-placeholder span {
    color: rgba(255,255,255,0.6);
    font-size: 0.875rem;
    position: relative;
}

/* ============================================
   RESPONSIVE - İLETİŞİM
   ============================================ */
@media (max-width: 1024px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
    
    .quick-contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .contact-card {
        padding: 1.25rem;
    }
    
    .contact-icon {
        width: 48px;
        height: 48px;
    }
    
    .quick-contact-card {
        flex-direction: column;
        text-align: center;
    }
    
    .quick-contact-card .btn {
        width: 100%;
        justify-content: center;
    }
}

/* Google Maps Embed */
.map-embed {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.map-embed iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

/* ============================================
   ÜRÜNLER SAYFASI
   ============================================ */

/* Kategori Bar */
.categories-bar {
    background: #fff;
    padding: 1.5rem 0;
    border-bottom: 1px solid #E8DCC4;
    position: sticky;
    top: 0;
    z-index: 100;
}

.categories-scroll {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
}

.categories-scroll::-webkit-scrollbar {
    height: 4px;
}

.categories-scroll::-webkit-scrollbar-thumb {
    background: #C4A77D;
    border-radius: 2px;
}

.category-pill {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: #FAF8F5;
    border: 1px solid #E8DCC4;
    border-radius: 50px;
    color: #6c757d;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9375rem;
    white-space: nowrap;
    transition: all 0.3s;
}

.category-pill:hover {
    background: #E8DCC4;
    color: #0a1628;
}

.category-pill.active {
    background: #0a1628;
    border-color: #0a1628;
    color: #fff;
}

.category-pill i {
    font-size: 1rem;
}

/* Products Section */
.products-section {
    padding: 4rem 0 6rem;
    background: #fff;
    min-height: 60vh;
}

.products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E8DCC4;
}

.products-count {
    font-size: 1rem;
    color: #6c757d;
}

.products-count span {
    font-weight: 700;
    color: #0a1628;
}

.products-sort select {
    padding: 0.5rem 1rem;
    border: 1px solid #E8DCC4;
    border-radius: 8px;
    background: #fff;
    color: #0a1628;
    font-size: 0.9375rem;
    cursor: pointer;
    outline: none;
}

.products-sort select:focus {
    border-color: #0a1628;
}

/* Products Grid */
.products-section .products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.products-section .product-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #E8DCC4;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.products-section .product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-color: #C4A77D;
}

.products-section .product-image {
    position: relative;
    height: 240px;
    background: #FAF8F5;
    overflow: hidden;
}

.products-section .product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.products-section .product-card:hover .product-img {
    transform: scale(1.05);
}

.products-section .product-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAF8F5;
}

.products-section .product-placeholder i {
    font-size: 4rem;
    color: #C4A77D;
}

.product-badges {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    gap: 0.5rem;
}

.product-badge {
    background: #0a1628;
    color: #fff;
    padding: 0.375rem 0.75rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.products-section .product-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.products-section .product-content h3 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.products-section .product-content h3 a {
    color: #0a1628;
    text-decoration: none;
    transition: color 0.3s;
}

.products-section .product-content h3 a:hover {
    color: #C4A77D;
}

.products-section .product-content p {
    font-size: 0.875rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    flex-grow: 1;
}

.product-actions {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.product-actions .btn-outline {
    flex-grow: 1;
    padding: 0.625rem 1rem;
    border: 1px solid #0a1628;
    border-radius: 8px;
    color: #0a1628;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    text-align: center;
    transition: all 0.3s;
}

.product-actions .btn-outline:hover {
    background: #0a1628;
    color: #fff;
}

.btn-whatsapp-small {
    width: 40px;
    height: 40px;
    background: #25D366;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 1.25rem;
    text-decoration: none;
    transition: all 0.3s;
    border: none;
}

.btn-whatsapp-small:hover {
    background: #20BD5A;
    transform: scale(1.05);
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 4rem;
}

.pagination a,
.pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s;
}

.pagination a {
    background: #FAF8F5;
    color: #0a1628;
    text-decoration: none;
    border: 1px solid #E8DCC4;
}

.pagination a:hover {
    background: #0a1628;
    color: #fff;
    border-color: #0a1628;
}

.pagination .current {
    background: #0a1628;
    color: #fff;
    border-color: #0a1628;
}

.pagination .prev,
.pagination .next {
    font-size: 1.25rem;
}

/* No Products */
.no-products {
    text-align: center;
    padding: 5rem 2rem;
}

.no-products i {
    font-size: 5rem;
    color: #E8DCC4;
    margin-bottom: 1.5rem;
}

.no-products h3 {
    font-size: 1.5rem;
    color: #0a1628;
    margin-bottom: 0.75rem;
}

.no-products p {
    color: #6c757d;
    margin-bottom: 2rem;
}

/* CTA Section */
.cta-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #0a1628 0%, #1a3a5c 100%);
    text-align: center;
}

.cta-section .cta-content h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1rem;
}

.cta-section .cta-content > p {
    font-size: 1.125rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 2rem;
}

.cta-section .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.cta-section .btn-whatsapp {
    background: #25D366;
    border-color: #25D366;
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.cta-section .btn-whatsapp:hover {
    background: #20BD5A;
    transform: translateY(-2px);
}

.cta-section .btn-outline {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.cta-section .btn-outline:hover {
    background: #fff;
    color: #0a1628;
    border-color: #fff;
}

/* Responsive */
@media (max-width: 1200px) {
    .products-section .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .products-section .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .products-header {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .products-section .products-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-section .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

/* ============================================
   ÜRÜNLER SAYFASI v2 - Gelişmiş
   ============================================ */

/* Products Hero */
.products-hero {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, #0a1628 0%, #1a3a5c 50%, #2d5a87 100%);
    overflow: hidden;
}

.products-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 10% 90%, rgba(196, 167, 125, 0.2) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgba(196, 167, 125, 0.15) 0%, transparent 40%);
}

.products-hero .container {
    position: relative;
    z-index: 1;
}

.products-hero-content {
    text-align: center;
}

.products-hero-content h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: #fff;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.products-hero-content > p {
    font-size: 1.25rem;
    color: rgba(255,255,255,0.85);
    margin-bottom: 2.5rem;
}

.products-hero-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
}

.ph-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ph-stat-num {
    font-size: 2rem;
    font-weight: 800;
    color: #C4A77D;
}

.ph-stat-label {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.7);
}

/* Categories Showcase */
.categories-showcase {
    padding: 3rem 0;
    background: #fff;
    margin-top: -2rem;
    position: relative;
    z-index: 10;
}

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

.cat-box {
    background: #FAF8F5;
    border: 1px solid #E8DCC4;
    border-radius: 16px;
    padding: 1.5rem 1rem;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cat-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
    border-color: #C4A77D;
}

.cat-box-large {
    background: linear-gradient(135deg, #0a1628 0%, #1a3a5c 100%);
    grid-column: span 1;
}

.cat-box-large .cat-box-icon {
    background: rgba(196, 167, 125, 0.2);
    color: #C4A77D;
}

.cat-box-large h3,
.cat-box-large p {
    color: #fff;
}

.cat-box-large h3 {
    font-size: 1.25rem;
}

.cat-box-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    color: #0a1628;
    transition: all 0.3s;
}

.cat-box:hover .cat-box-icon {
    background: #C4A77D;
    color: #fff;
}

.cat-box h3 {
    font-size: 1rem;
    color: #0a1628;
    margin-bottom: 0.5rem;
}

.cat-box p {
    font-size: 0.8125rem;
    color: #6c757d;
    margin: 0;
}

/* Products List Section */
.products-list-section {
    padding: 5rem 0;
    background: #FAF8F5;
}

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

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

.section-title-center p {
    font-size: 1.0625rem;
    color: #6c757d;
}

/* Products List Grid */
.products-list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.product-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #E8DCC4;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.product-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.1);
    border-color: #C4A77D;
}

.product-item-image {
    height: 200px;
    background: #FAF8F5;
    overflow: hidden;
    position: relative;
}

.product-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.product-item:hover .product-item-image img {
    transform: scale(1.05);
}

.product-item-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item-placeholder i {
    font-size: 3.5rem;
    color: #C4A77D;
}

.product-item-content {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-item-cat {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #C4A77D;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.product-item-content h3 {
    font-size: 1.0625rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.product-item-content h3 a {
    color: #0a1628;
    text-decoration: none;
    transition: color 0.3s;
}

.product-item-content h3 a:hover {
    color: #C4A77D;
}

.product-item-content p {
    font-size: 0.875rem;
    color: #6c757d;
    line-height: 1.5;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.product-item-footer {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid #E8DCC4;
}

.btn-product {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: transparent;
    border: 1px solid #0a1628;
    border-radius: 8px;
    color: #0a1628;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-product:hover {
    background: #0a1628;
    color: #fff;
}

.btn-product i {
    font-size: 0.875rem;
    transition: transform 0.3s;
}

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

.btn-whatsapp-circle {
    width: 42px;
    height: 42px;
    background: #25D366;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 1.25rem;
    text-decoration: none;
    transition: all 0.3s;
    flex-shrink: 0;
}

.btn-whatsapp-circle:hover {
    background: #20BD5A;
    transform: scale(1.05);
}

/* Products CTA */
.products-cta {
    padding: 4rem 0;
    background: #fff;
}

.products-cta-inner {
    background: linear-gradient(135deg, #0a1628 0%, #1a3a5c 100%);
    border-radius: 24px;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
    overflow: hidden;
}

.products-cta-inner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle, rgba(196, 167, 125, 0.15) 0%, transparent 70%);
}

.cta-text {
    position: relative;
    z-index: 1;
}

.cta-text h2 {
    font-size: 1.75rem;
    color: #fff;
    margin-bottom: 0.5rem;
}

.cta-text p {
    color: rgba(255,255,255,0.8);
    font-size: 1rem;
    margin: 0;
}

.cta-actions {
    display: flex;
    gap: 1rem;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.btn-whatsapp-lg {
    background: #25D366;
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s;
}

.btn-whatsapp-lg:hover {
    background: #20BD5A;
    transform: translateY(-2px);
}

.btn-outline-lg {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-outline-lg:hover {
    background: #fff;
    color: #0a1628;
    border-color: #fff;
}

/* Responsive */
@media (max-width: 1200px) {
    .categories-masonry {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .cat-box-large {
        grid-column: span 3;
    }
    
    .products-list-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .products-hero-stats {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .categories-masonry {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cat-box-large {
        grid-column: span 2;
    }
    
    .products-list-grid {
        grid-template-columns: 1fr;
    }
    
    .products-cta-inner {
        flex-direction: column;
        text-align: center;
    }
    
    .cta-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .cta-actions a {
        width: 100%;
        justify-content: center;
    }
}
