
        /* AOS kaynaklı opacity sorununu düzelt */
        [data-aos] {
            opacity: 1 !important;
            transform: none !important;
        }
        
        .page-header {
            background: linear-gradient(135deg, var(--primary-burgundy) 0%, #2d1516 100%);
            padding: 2.5rem 0;
            margin-bottom: 2rem;
        }
        .page-header h1 {
            font-size: 2.5rem;
            font-weight: 800;
        }
        
        /* Yazı Boyutu Kontrol ve Paylaşım Butonları */
        .action-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1rem;
            margin-bottom: 2rem;
            padding: 0.8rem 1.2rem;
            background: white;
            border-radius: 60px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        .text-size-controls {
            display: flex;
            gap: 0.5rem;
            background: #f8f5ef;
            padding: 0.3rem;
            border-radius: 50px;
        }
        .text-size-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: none;
            background: white;
            color: var(--primary-burgundy);
            font-weight: bold;
            transition: all 0.3s;
            cursor: pointer;
        }
        .text-size-btn:hover {
            background: var(--primary-gold);
            color: #2d2d2d;
            transform: scale(1.05);
        }
        .share-buttons {
            display: flex;
            gap: 0.8rem;
        }
        .share-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1rem;
            transition: all 0.3s;
            text-decoration: none;
        }
        .share-btn:hover {
            transform: translateY(-3px);
            opacity: 0.9;
        }
        .share-facebook { background: #1877f2; }
        .share-twitter { background: #1da1f2; }
        .share-whatsapp { background: #25d366; }
        .share-linkedin { background: #0077b5; }
        
        /* Ana İçerik */
        .page-content {
            background: white;
            border-radius: 32px;
            padding: 2rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            margin-bottom: 2rem;
        }
        .page-description {
            line-height: 1.8;
            color: #4a4a4a;
        }
        .page-description h2, .page-description h3 {
            color: var(--primary-burgundy);
            margin-top: 1.5rem;
            margin-bottom: 1rem;
        }
        .page-description p {
            margin-bottom: 1rem;
        }
        .page-description ul, .page-description ol {
            margin-bottom: 1rem;
            padding-left: 1.5rem;
        }
        .page-description li {
            margin-bottom: 0.5rem;
        }
        
        /* Galeri */
        .gallery-section {
            margin-top: 2rem;
        }
        .gallery-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--primary-burgundy);
            margin-bottom: 1.2rem;
            position: relative;
            padding-bottom: 0.75rem;
        }
        .gallery-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 3px;
            background: var(--primary-gold);
            border-radius: 3px;
        }
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 1.2rem;
        }
        .gallery-item {
            border-radius: 20px;
            overflow: hidden;
            cursor: pointer;
            aspect-ratio: 4 / 3;
            transition: all 0.4s;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            display: block;
            text-decoration: none;
        }
        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        .gallery-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.2);
        }
        .gallery-item:hover img {
            transform: scale(1.08);
        }
        
        /* Sağ Menü */
        .kurumsal-sidebar {
            background: white;
            border-radius: 28px;
            padding: 1.5rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            position: sticky;
            top: 100px;
            border-bottom: 3px solid var(--primary-gold);
        }
        .kurumsal-sidebar h3 {
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--primary-burgundy);
            margin-bottom: 1.2rem;
            position: relative;
            padding-bottom: 0.75rem;
        }
        .kurumsal-sidebar h3:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: var(--primary-gold);
            border-radius: 3px;
        }
        .kurumsal-menu {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .kurumsal-menu li {
            margin-bottom: 0.5rem;
        }
        .kurumsal-menu a {
            display: block;
            padding: 10px 15px;
            border-radius: 50px;
            color: #4a4a4a;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s;
            background: #f8f5ef;
        }
        .kurumsal-menu a i {
            margin-right: 12px;
            color: var(--primary-gold);
            width: 24px;
        }
        .kurumsal-menu a:hover {
            background: linear-gradient(135deg, var(--primary-burgundy), var(--dark-burgundy));
            color: white;
            transform: translateX(5px);
        }
        .kurumsal-menu a:hover i {
            color: white;
        }
        .kurumsal-menu a.active {
            background: linear-gradient(135deg, var(--primary-burgundy), var(--dark-burgundy));
            color: white;
        }
        
        .loading-spinner {
            text-align: center;
            padding: 3rem;
        }
        .loading-spinner .spinner-border {
            color: var(--primary-gold);
        }
        
        /* Hata Mesajı */
        .error-message {
            text-align: center;
            padding: 3rem;
            background: #f8f5ef;
            border-radius: 28px;
        }
        .error-message i {
            font-size: 3rem;
            color: var(--primary-burgundy);
            margin-bottom: 1rem;
        }
        
        /* Yazı Boyutu Sınıfları */
        .text-small .page-description {
            font-size: 0.85rem !important;
            line-height: 1.6 !important;
        }
        .text-medium .page-description {
            font-size: 1rem !important;
            line-height: 1.7 !important;
        }
        .text-large .page-description {
            font-size: 1.15rem !important;
            line-height: 1.9 !important;
        }
        .text-xlarge .page-description {
            font-size: 1.3rem !important;
            line-height: 2.1 !important;
        }
        
        @media (max-width: 992px) {
            .kurumsal-sidebar {
                position: relative;
                top: 0;
                margin-top: 2rem;
            }
            .action-bar {
                flex-direction: column;
                align-items: flex-start;
                border-radius: 28px;
            }
        }
        @media (max-width: 768px) {
            .page-content {
                padding: 1.2rem;
            }
            .gallery-grid {
                grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            }
        }
