        /* ========== RENK PALETİ ========== */
        :root {
            --color-gold: #E8AF3A;
            --color-white: #FEFEFE;
            --color-dark-red: #BD2544;
            --color-orange: #DD6B2B;
        }

        /* ========== HERO SECTION SPACING ========== */
        .flat-pages-title {
            padding-top: 40px !important;
        }

        /* ========== GLOBAL FONT FAMILY - League Spartan + Libre Baskerville ========== */
        body {
            font-family: 'Libre Baskerville', Georgia, serif !important;
            font-weight: 400;
            letter-spacing: 0.01em;
            color: #E5E7EB;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        h1, h2, h3, h4, h5, h6,
        .hero-title-top,
        .hero-title-bottom {
            font-family: 'League Spartan', -apple-system, BlinkMacSystemFont, sans-serif !important;
            font-weight: 700;
            letter-spacing: -0.01em;
            color: #F3F4F6;
        }

        /* Butonlar için de League Spartan */
        button, .btn, .tf-button,
        .custom-header-btn {
            font-family: 'League Spartan', sans-serif !important;
            font-weight: 600;
            letter-spacing: 0.3px;
        }

        /* Paragraflar için Libre Baskerville */
        p, span, li {
            font-family: 'Libre Baskerville', Georgia, serif !important;
            font-weight: 400;
            color: #D1D5DB;
        }

        /* Link'ler için League Spartan */
        a {
            font-family: 'League Spartan', sans-serif !important;
            color: #D1D5DB;
        }

        /* Daha güçlü paragraf kuralları - Koyu Background için */
        p {
            font-weight: 400 !important;
            color: #E5E7EB !important;
        }

        /* Genel metin iyileştirmeleri */
        * {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-rendering: optimizeLegibility;
        }

        /* ========== LOGO BOYUTU ========== */
        #site-logo img,
        .main-logo img {
            width: 200px !important;
            height: auto !important;
        }



        /* Canvas Nav Gizle - Kullanılmıyor */
        .canvas-nav-wrap,
        .canvas {
            display: none !important;
        }

        /* ========== MOBILE HEADER - MODERN TASARIM ========== */

        /* Mobile Header Butonları - Sadece İkon */
        .mobile-header-buttons {
            display: none;
            align-items: center;
            gap: 8px;
        }

        .mobile-icon-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 12px;
            transition: transform 0.2s ease;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        }

        .student-icon-btn {
            background: linear-gradient(135deg, var(--color-dark-red) 0%, var(--color-orange) 100%);
            color: #fff;
        }

        .student-icon-btn:hover {
            transform: scale(1.08);
        }

        .whatsapp-icon-btn {
            background: #25D366;
            color: #fff;
        }

        .whatsapp-icon-btn:hover {
            transform: scale(1.08);
        }

        .whatsapp-icon-btn svg {
            animation: whatsapp-pulse 2s ease-in-out infinite;
        }

        /* Desktop'ta mobile butonları gizle */
        @media (min-width: 992px) {
            .mobile-header-buttons {
                display: none !important;
            }
        }

        /* ===== Tablet ve Mobile (≤991px) ===== */
        @media (max-width: 991px) {
            /* Logo */
            #site-logo img,
            .main-logo img {
                width: 170px !important;
            }

            /* Desktop butonları gizle */
            .desktop-buttons {
                display: none !important;
            }

            /* Mobile butonları göster */
            .mobile-header-buttons {
                display: flex !important;
                gap: 10px !important;
            }

            /* Wrap-box gap düzenle */
            .wrap-box {
                gap: 10px !important;
            }

            /* CTA butonları grubunu sağa it (flex flow) */
            .flat-wallet {
                display: flex !important;
                align-items: center !important;
                gap: 0 !important;
                margin-right: 0 !important;
                margin-left: auto !important;
                order: 9 !important;
            }

            /* Butonlar ile hamburger arası ayırıcı çizgi */
            .flat-wallet::after {
                content: '' !important;
                display: block !important;
                width: 1px !important;
                height: 22px !important;
                background: rgba(255,255,255,0.18) !important;
                flex-shrink: 0 !important;
                margin-left: 14px !important;
            }

            /* Hamburger - absolute yerine flex flow */
            .mobile-button {
                position: relative !important;
                top: auto !important;
                right: auto !important;
                transform: none !important;
                display: block !important;
                order: 10 !important;
                margin-left: 14px !important;
                flex-shrink: 0 !important;
            }
        }

        /* ===== Small Mobile (≤480px) ===== */
        @media (max-width: 480px) {
            #site-logo img,
            .main-logo img {
                width: 155px !important;
            }

            .mobile-header-buttons {
                gap: 8px !important;
            }

            .flat-wallet::after {
                margin-left: 10px !important;
                height: 20px !important;
            }

            .mobile-button {
                margin-left: 10px !important;
            }
        }

        /* ===== Very Small Mobile (≤380px) ===== */
        @media (max-width: 380px) {
            #site-logo img,
            .main-logo img {
                width: 130px !important;
            }

            .mobile-header-buttons {
                gap: 6px !important;
            }

            .mobile-icon-btn {
                width: 36px !important;
                height: 36px !important;
            }

            .mobile-icon-btn svg {
                width: 17px !important;
                height: 17px !important;
            }

            .flat-wallet::after {
                margin-left: 8px !important;
                height: 18px !important;
            }

            .mobile-button {
                margin-left: 8px !important;
            }
        }

        /* ========== MENÜ STİLLERİ ========== */
        .menu-item a,
        #main-nav .menu a,
        .main-nav .menu-item a,
        .mobile-nav-wrap .menu-item a,
        .canvas-nav-wrap .menu-item a {
            font-family: 'League Spartan', sans-serif !important;
            font-weight: 700 !important;
            letter-spacing: 0.1px !important;
        }

        /* ========== HEADER BUTONLARI - TEMİZ VE YAPISAL ========== */

        /* Temel buton yapısı */
        .custom-header-btn {
            display: inline-flex;
            align-items: center;
            padding: 6px 12px !important;
            border-radius: 8px;
            font-family: 'League Spartan', sans-serif !important;
            font-weight: 700 !important;
            text-decoration: none;
            letter-spacing: 0.3px !important;
            transition: all 0.3s ease;
            border: 2px solid;
            white-space: nowrap;
        }

        /* Buton içindeki tüm span ve text elementleri */
        .custom-header-btn span,
        .custom-header-btn * {
            font-family: 'League Spartan', sans-serif !important;
            font-weight: 700 !important;
            letter-spacing: 0.3px !important;
        }

        /* Desktop butonlar container */
        .desktop-buttons {
            display: flex !important;
            gap: 8px !important;
            align-items: center !important;
        }

        /* Desktop butonlar - boyutlar */
        .desktop-buttons .custom-header-btn {
            font-size: 13px !important;
        }

        .desktop-buttons .custom-header-btn span {
            font-size: 13px !important;
            margin-left: 5px !important;
            margin-top: 3px !important;
        }

        .desktop-buttons .custom-header-btn svg {
            width: 16px !important;
            height: 16px !important;
        }

        /* Mobile butonlar - boyutlar */
        .mobile-buttons-container .custom-header-btn {
            font-size: 11px !important;
        }

        .mobile-buttons-container .custom-header-btn span {
            font-size: 11px !important;
            margin-left: 4px !important;
        }

        .mobile-buttons-container .custom-header-btn svg {
            width: 14px !important;
            height: 14px !important;
        }

        /* Hamburger menu butonlar */
        .hamburger-menu-buttons {
            padding: 20px !important;
            display: flex !important;
            flex-direction: column !important;
            gap: 12px !important;
        }

        .hamburger-menu-buttons .tf-button {
            width: 100% !important;
            text-align: center !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 8px !important;
            font-family: 'League Spartan', sans-serif !important;
            font-weight: 700 !important;
        }

        .hamburger-menu-buttons .whatsapp-hamburger {
            background: #25D366 !important;
            border-color: #25D366 !important;
        }

        /* Öğrenci Girişi butonu renkler */
        .student-btn {
            background: linear-gradient(135deg, var(--color-dark-red) 0%, var(--color-orange) 100%) !important;
            border-color: var(--color-dark-red) !important;
            color: var(--color-white) !important;
        }

        .student-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(221, 107, 43, 0.4);
        }

        /* WhatsApp butonu renkler */
        .whatsapp-btn {
            background: #25D366 !important;
            border-color: #25D366 !important;
            color: #fff !important;
        }

        .whatsapp-btn:hover {
            background: #20BA5A !important;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
        }

        /* WhatsApp Icon Animation */
        @keyframes whatsapp-pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.3); }
        }

        .whatsapp-icon-animated {
            display: inline-block;
            font-size: 16px;
            animation: whatsapp-pulse 2s ease-in-out infinite;
        }

        .whatsapp-btn:hover .whatsapp-icon-animated {
            animation: whatsapp-pulse 0.6s ease-in-out infinite;
        }

        /* ========== BAŞLIK EFEKTLERİ ========== */
        .hero-title-top,
        .hero-title-bottom {
            font-family: 'League Spartan', sans-serif !important;
            font-weight: 900 !important;
            text-transform: none !important;
            letter-spacing: -0.02em;
            position: relative;
            display: block !important;
            text-align: center !important;
            min-height: 1.05em;
        }

        .hero-title {
            margin-bottom: 0 !important;
        }

        .hero-title-top {
            font-size: 6.5rem !important;
            line-height: 1.05 !important;
            margin-bottom: 0 !important;
            padding-bottom: 0 !important;
            color: #F9FAFB !important;
        }

        .hero-title-bottom {
            font-size: 6rem !important;
            line-height: 1.05 !important;
            margin-top: 0 !important;
            color: #FB923C !important;
        }

        /* Daktilo Cursor */
        .typewriter-cursor {
            display: inline-block;
            margin-left: 2px;
            animation: cursor-blink 0.7s infinite;
        }

        @keyframes cursor-blink {
            0%, 50% { opacity: 1; }
            51%, 100% { opacity: 0; }
        }

        /* Hero Açıklama Metni - "Dayco Serpentine Belt" Stilinde */
        .hero-description {
            font-family: 'Libre Baskerville', Georgia, serif !important;
            font-size: 2.3rem !important;
            font-weight: 700 !important;
            line-height: 1.75 !important;
            max-width: 950px !important;
            margin: 0 auto !important;
            color: var(--color-white) !important;
            letter-spacing: 0.02em !important;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }

        .hero-description strong {
            font-weight: 900 !important;
            color: var(--color-orange) !important;
            text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
        }

        /* Hero button container spacing */
        .flat-button.flex {
            gap: 30px !important;
        }

        @media (max-width: 768px) {
            .flat-button.flex {
                gap: 15px !important;
                flex-direction: column !important;
            }
        }

        /* ========== HERO CTA BUTTONS - PREMIUM DESIGN ========== */
        .hero-cta-btn {
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 14px !important;
            position: relative !important;
            overflow: hidden !important;
            font-family: 'League Spartan', sans-serif !important;
            font-size: 1.25rem !important;
            font-weight: 700 !important;
            letter-spacing: 0.5px !important;
            padding: 20px 40px !important;
            border-radius: 14px !important;
            border: 2px solid transparent !important;
            background: linear-gradient(135deg, #1a237e 0%, #283593 100%) !important;
            box-shadow: 0 10px 30px rgba(26, 35, 126, 0.4),
                        0 4px 15px rgba(0, 0, 0, 0.2) !important;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
            color: var(--color-white) !important;
            animation: buttonPulse 3s ease-in-out infinite;
        }

        .hero-cta-btn .btn-text {
            font-family: 'League Spartan', sans-serif !important;
            font-weight: 700 !important;
        }

        /* Pre-hover pulse animation (GPU-composited: transform only) */
        @keyframes buttonPulse {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.03);
            }
        }

        /* Active (Orange) Button Styling */
        .hero-cta-btn.active {
            background: linear-gradient(135deg, #DD6B2B 0%, #e67e3e 50%, #DD6B2B 100%) !important;
            background-size: 200% 100% !important;
            box-shadow: 0 10px 35px rgba(221, 107, 43, 0.5),
                        0 4px 20px rgba(221, 107, 43, 0.3) !important;
            animation: buttonPulseOrange 3s ease-in-out infinite;
        }

        /* Pre-hover pulse animation for orange button (GPU-composited) */
        @keyframes buttonPulseOrange {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.03);
            }
        }

        .hero-cta-btn.active:hover {
            background-position: 100% 0 !important;
        }

        .hero-cta-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            transform: translateX(-100%);
            animation: shimmer 3s ease-in-out infinite;
            will-change: transform;
        }

        @keyframes shimmer {
            0%, 100% {
                transform: translateX(-100%);
            }
            50% {
                transform: translateX(100%);
            }
        }

        .hero-cta-btn:hover::before {
            animation: none;
            transform: translateX(100%);
            transition: transform 0.6s ease;
        }

        .hero-cta-btn:hover {
            transform: translateY(-4px) scale(1.02) !important;
            box-shadow: 0 15px 45px rgba(26, 35, 126, 0.5),
                        0 8px 25px rgba(0, 0, 0, 0.25) !important;
            border-color: rgba(255, 255, 255, 0.3) !important;
        }

        .hero-cta-btn.active:hover {
            box-shadow: 0 15px 50px rgba(221, 107, 43, 0.6),
                        0 8px 30px rgba(221, 107, 43, 0.4) !important;
        }

        .hero-cta-btn .btn-text {
            position: relative;
            z-index: 1;
            transition: transform 0.3s ease;
        }

        .hero-cta-btn .btn-icon {
            position: relative;
            z-index: 1;
            width: 28px;
            height: 28px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
        }

        /* Phone Icon Animation - Ring Effect - Always Active */
        .phone-icon {
            animation: phone-ring 1.5s ease-in-out infinite;
        }

        @keyframes phone-ring {
            0%, 100% { transform: rotate(0deg) scale(1); }
            10%, 30% { transform: rotate(-12deg) scale(1.1); }
            20%, 40% { transform: rotate(12deg) scale(1.1); }
            50% { transform: rotate(0deg) scale(1); }
        }

        /* Search Icon Animation - Zoom & Rotate */
        .hero-cta-btn:hover .search-icon {
            transform: scale(1.25) rotate(15deg);
        }

        /* Icon Slide Effect */
        .hero-cta-btn:hover .btn-icon {
            margin-left: 6px;
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .hero-cta-btn {
                font-size: 1rem !important;
                padding: 16px 28px !important;
                gap: 12px !important;
            }
            .hero-cta-btn .btn-icon {
                width: 22px;
                height: 22px;
            }
            .modern-title {
                font-size: 2rem !important;
            }
            .section-subtitle {
                font-size: 1rem !important;
            }
            .section-label-badge {
                font-size: 1.3rem !important;
                padding: 14px 50px !important;
            }
            .hero-title-top {
                font-size: 5rem !important;
            }
            .hero-title-bottom {
                font-size: 4.5rem !important;
            }
        }

        /* ========== END HERO CTA BUTTONS ========== */

        /* ========== VIDEO CONTAINER ========== */
        .hero-video-container {
            max-width: 800px !important;
            margin: 30px auto !important;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
            animation: fadeInScale 1s ease-out 0.5s backwards;
            border: 3px solid rgba(102, 126, 234, 0.3);
        }

        @keyframes fadeInScale {
            from {
                opacity: 0;
                transform: scale(0.9);
            }
            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        .hero-video-container iframe,
        .hero-video-container video {
            width: 100% !important;
            height: 450px !important;
            border: none;
            display: block;
        }

        /* YouTube Facade - Lazy Load */
        .youtube-facade {
            position: relative;
            cursor: pointer;
            background: #000;
        }

        .hero-video-container .youtube-facade {
            width: 100%;
            height: 450px;
        }

        .youtube-facade img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .youtube-facade-play {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: transform 0.2s ease, opacity 0.2s ease;
            filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));
        }

        .youtube-facade:hover .youtube-facade-play {
            transform: translate(-50%, -50%) scale(1.1);
            opacity: 0.9;
        }

        .youtube-facade iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

        .video-wrapper .youtube-facade {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        /* Mobile Butonları */
        .mobile-buttons-container {
            display: none;
        }

        /* ========== RESPONSIVE ========== */
        @media (max-width: 992px) {
            .hero-title-top {
                font-size: 5.5rem !important;
            }
            .hero-title-bottom {
                font-size: 5rem !important;
            }
            .hero-video-container {
                max-width: 90% !important;
            }
            .hero-video-container iframe,
            .hero-video-container video,
            .hero-video-container .youtube-facade {
                height: 350px !important;
            }

            /* Desktop butonları gizle, mobile butonları göster */
            .desktop-buttons {
                display: none !important;
            }
            .mobile-buttons-container {
                display: flex !important;
                gap: 8px;
            }
        }

        @media (max-width: 768px) {
            /* Mobilde butonları sadece ikon yap */
            .mobile-buttons-container {
                gap: 6px !important;
            }
            .mobile-buttons-container .custom-header-btn {
                padding: 8px !important;
                min-width: 36px !important;
                width: 36px !important;
                height: 36px !important;
                justify-content: center !important;
            }
            .mobile-buttons-container .custom-header-btn span {
                display: none !important;
            }
            .mobile-buttons-container .custom-header-btn svg {
                margin: 0 !important;
                width: 18px !important;
                height: 18px !important;
            }
            .hero-title-top {
                font-size: 4rem !important;
                letter-spacing: -0.015em;
            }
            .hero-title-bottom {
                font-size: 3rem !important;
                letter-spacing: -0.015em;
            }
            .hero-description {
                font-size: 1.25rem !important;
                font-weight: 400 !important;
                line-height: 1.7 !important;
                padding: 0 15px;
                color: #D1D5DB !important;
            }
            .hero-video-container {
                max-width: 100% !important;
                margin: 20px auto !important;
            }
            .hero-video-container iframe,
            .hero-video-container video,
            .hero-video-container .youtube-facade {
                height: 250px !important;
            }
        }

        @media (max-width: 480px) {
            .hero-title-top {
                font-size: 3.5rem !important;
            }
            .hero-title-bottom {
                font-size: 3.5rem !important;
            }
            .hero-description {
                font-size: 1.3rem !important;
                font-weight: 400 !important;
                line-height: 1.65 !important;
                padding: 0 10px;
                color: #D1D5DB !important;
            }
            .hero-video-container iframe,
            .hero-video-container video,
            .hero-video-container .youtube-facade {
                height: 200px !important;
            }
            .custom-header-btn {
                padding: 5px 8px !important;
                font-size: 10px !important;
            }
            .section-label-badge {
                font-size: 1.1rem !important;
                padding: 12px 30px !important;
            }
        }

        /* ========== NASIL ÇALIŞIR SECTION - 4 ADIM ========== */
        .tf-how-it-works {
            padding: 100px 0 !important;
            background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0) 100%);
        }

        .tf-how-it-works .heading-section {
            margin-bottom: 60px !important;
        }

        .tf-how-it-works .sub-title {
            font-size: 1.2rem;
            color: #999;
            margin-top: 15px;
        }

        /* Feature Box Container - Horizontal Card Layout */
        .tf-feature-box {
            background: rgba(255, 255, 255, 0.03);
            border: 2px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            padding: 40px 35px;
            display: flex;
            align-items: flex-start;
            gap: 30px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 100%;
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(10px);
        }

        .tf-feature-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(180deg, var(--color-dark-red) 0%, var(--color-orange) 100%);
            transform: scaleY(0);
            transform-origin: top;
            transition: transform 0.5s ease;
        }

        .tf-feature-box::after {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(221, 107, 43, 0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.5s ease;
        }

        .tf-feature-box:hover,
        .tf-feature-box.auto-active {
            transform: translateX(10px);
            border-color: var(--color-orange);
            box-shadow: -10px 15px 50px rgba(221, 107, 43, 0.25);
            background: rgba(255, 255, 255, 0.05);
        }

        .tf-feature-box:hover::before,
        .tf-feature-box.auto-active::before {
            transform: scaleY(1);
        }

        .tf-feature-box:hover::after,
        .tf-feature-box.auto-active::after {
            opacity: 1;
        }

        /* Feature Icon Wrapper */
        .feature-icon-wrap {
            flex-shrink: 0;
            position: relative;
            z-index: 1;
        }

        .feature-icon {
            width: 95px;
            height: 95px;
            background: linear-gradient(135deg, var(--color-dark-red) 0%, var(--color-orange) 100%);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
            transition: all 0.4s ease;
            box-shadow: 0 8px 20px rgba(221, 107, 43, 0.3);
        }

        .tf-feature-box:hover .feature-icon,
        .tf-feature-box.auto-active .feature-icon {
            transform: scale(1.1) rotate(-5deg);
            box-shadow: 0 12px 35px rgba(221, 107, 43, 0.5);
        }

        /* Feature Content */
        .feature-content {
            flex: 1;
            position: relative;
            z-index: 1;
        }

        .feature-title {
            font-size: 1.7rem;
            font-weight: 700;
            color: var(--color-white);
            margin-bottom: 15px;
            font-family: 'League Spartan', sans-serif;
            line-height: 1.3;
        }

        .feature-description {
            font-size: 1.25rem;
            line-height: 1.75;
            color: #ccc;
            margin: 0;
        }

        /* Responsive - Feature Boxes */
        @media (max-width: 992px) {
            .tf-how-it-works {
                padding: 60px 0 !important;
            }
            .tf-feature-box {
                padding: 25px;
                gap: 20px;
            }
            .feature-icon {
                width: 70px;
                height: 70px;
                font-size: 2.2rem;
            }
            .feature-title {
                font-size: 1.3rem;
            }
            .feature-description {
                font-size: 1.1rem;
            }
        }

        @media (max-width: 768px) {
            .tf-how-it-works {
                padding: 40px 0 !important;
            }
            .tf-feature-box {
                padding: 20px;
                gap: 15px;
            }
            .feature-icon {
                width: 60px;
                height: 60px;
                font-size: 2rem;
                border-radius: 15px;
            }
            .feature-title {
                font-size: 1.9rem;
            }
            .feature-description {
                font-size: 1.1rem;
                line-height: 1.6;
            }
        }

        /* ========== MODERN SECTION BAŞLIKLARI ========== */
        .section-label-badge {
            display: inline-block;
            padding: 16px 100px;
            background: linear-gradient(135deg, var(--color-dark-red) 0%, var(--color-orange) 100%);
            color: var(--color-white);
            font-family: 'League Spartan', sans-serif;
            font-size: 1.70rem;
            font-weight: 800;
            letter-spacing: 2px;
            text-transform: none;
            border-radius: 50px;
            margin-bottom: 20px;
            box-shadow: 0 6px 20px rgba(221, 107, 43, 0.4);
            animation: badgePulse 2s ease-in-out infinite;
        }

        /* Heading Section Spacing - Daha Kompakt */
        .heading-section {
            margin-bottom: 40px !important;
            text-align: center;
        }
        
        .heading-section .section-label-badge {
            margin-left: auto;
            margin-right: auto;
        }

        .heading-section.mb-60 {
            margin-bottom: 40px !important;
        }

        .heading-section.pb-40 {
            padding-bottom: 20px !important;
        }

        .heading-section.text-center {
            margin-bottom: 40px !important;
        }

        /* Mobile/Tablet için heading spacing azalt */
        @media (max-width: 991px) {
            .heading-section,
            .heading-section.mb-60,
            .heading-section.text-center {
                margin-bottom: 25px !important;
            }
        }

        @media (max-width: 768px) {
            .heading-section,
            .heading-section.mb-60,
            .heading-section.text-center {
                margin-bottom: 20px !important;
            }
        }

        @keyframes badgePulse {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.04);
            }
        }

        .modern-title {
            font-size: 3rem !important;
            font-weight: 800 !important;
            line-height: 1.2 !important;
            margin-bottom: 0 !important;
            background: linear-gradient(135deg, #F3F4F6 0%, #9CA3AF 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        /* Section başlıkları için temiz stil */
        .section-title {
            font-family: 'League Spartan', sans-serif;
            font-size: 2.8rem;
            font-weight: 800;
            line-height: 1.3;
            margin-bottom: 0;
            color: var(--color-white);
            text-align: center;
        }

        @media (max-width: 768px) {
            .section-title {
                font-size: 2rem;
            }
        }

        .section-subtitle {
            font-family: 'League Spartan', sans-serif !important;
            font-size: 1.2rem !important;
            color: #9CA3AF !important;
            line-height: 1.7 !important;
            max-width: 750px;
            margin: 0 auto !important;
            font-weight: 500 !important;
            letter-spacing: 0.3px !important;
        }

        /* ========== SECTION ARKA PLAN EFEKTLERİ ========== */
        .tf-section {
            position: relative;
            background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0) 100%);
            padding: 100px 0;
        }

        .tf-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 20% 50%, rgba(221, 107, 43, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(189, 37, 68, 0.05) 0%, transparent 50%);
            pointer-events: none;
            z-index: 0;
        }

        .tf-section > * {
            position: relative;
            z-index: 1;
        }

        /* Farklı Section'lar için Farklı Renkler - Daha Belirgin */
        .tf-how-it-works::before {
            background: 
                radial-gradient(circle at 20% 50%, rgba(221, 107, 43, 0.12) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(189, 37, 68, 0.10) 0%, transparent 50%);
        }

        .tf-courses-section::before {
            background: 
                radial-gradient(circle at 30% 50%, rgba(232, 175, 58, 0.10) 0%, transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(221, 107, 43, 0.08) 0%, transparent 50%);
        }

        .tf-instructor-bio::before {
            background: 
                radial-gradient(circle at 25% 50%, rgba(189, 37, 68, 0.12) 0%, transparent 50%),
                radial-gradient(circle at 75% 50%, rgba(221, 107, 43, 0.08) 0%, transparent 50%);
        }

        .tf-team-section::before {
            background: 
                radial-gradient(circle at 15% 50%, rgba(26, 35, 126, 0.10) 0%, transparent 50%),
                radial-gradient(circle at 85% 50%, rgba(40, 53, 147, 0.08) 0%, transparent 50%);
        }

        .tf-testimonials-section::before {
            background: 
                radial-gradient(circle at 35% 50%, rgba(221, 107, 43, 0.10) 0%, transparent 50%),
                radial-gradient(circle at 65% 50%, rgba(232, 175, 58, 0.08) 0%, transparent 50%);
        }

        .tf-certificates-section::before {
            background: 
                radial-gradient(circle at 20% 50%, rgba(34, 197, 94, 0.12) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(16, 185, 129, 0.10) 0%, transparent 50%);
        }

        .tf-whatsapp-section::before {
            background: 
                radial-gradient(circle at 25% 50%, rgba(37, 211, 102, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 75% 50%, rgba(34, 197, 94, 0.12) 0%, transparent 50%);
        }

        .tf-faq-section::before {
            background: 
                radial-gradient(circle at 30% 50%, rgba(26, 35, 126, 0.12) 0%, transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(40, 53, 147, 0.10) 0%, transparent 50%);
        }

        /* ========== FLOATING ICONS - HERO SECTION ========== */
        /* Hero title ve video etrafında konumlandırılmış dekoratif ikonlar */
        .icon-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
            overflow: visible;
        }

        .floating-icon {
            position: absolute !important;
            opacity: 0.12;
            animation: floatAndFade 8s ease-in-out infinite;
            pointer-events: none;
            filter: blur(0px);
            z-index: 1;
        }

        /* Sol üst - Title yanı */
        .floating-icon-1 {
            left: 5%;
            top: 5%;
            width: 45px;
            animation-delay: 0s;
        }

        /* Sağ üst - Title yanı */
        .floating-icon-2 {
            right: 5%;
            top: 8%;
            width: 40px;
            animation-delay: 1s;
        }

        /* Sol orta - Video yanı */
        .floating-icon-3 {
            left: 3%;
            top: 35%;
            width: 50px;
            animation-delay: 2s;
        }

        /* Sağ orta - Video yanı */
        .floating-icon-4 {
            right: 3%;
            top: 40%;
            width: 42px;
            animation-delay: 3s;
        }

        /* Sol alt - Video altı */
        .floating-icon-5 {
            left: 8%;
            top: 65%;
            width: 38px;
            animation-delay: 4s;
        }

        /* Sağ alt - Video altı */
        .floating-icon-6 {
            right: 8%;
            top: 70%;
            width: 35px;
            animation-delay: 5s;
        }

        @keyframes floatAndFade {
            0%, 100% {
                opacity: 0.08;
                transform: translateY(0px) rotate(0deg);
            }
            25% {
                opacity: 0.15;
                transform: translateY(-12px) rotate(5deg);
            }
            50% {
                opacity: 0.1;
                transform: translateY(-6px) rotate(-3deg);
            }
            75% {
                opacity: 0.12;
                transform: translateY(-10px) rotate(3deg);
            }
        }

        @media (max-width: 768px) {
            .floating-icon {
                opacity: 0.08;
            }
            .floating-icon-1 { width: 28px; left: 3%; top: 3%; }
            .floating-icon-2 { width: 25px; right: 3%; top: 5%; }
            .floating-icon-3 { width: 32px; left: 2%; top: 30%; }
            .floating-icon-4 { width: 28px; right: 2%; top: 35%; }
            .floating-icon-5 { width: 24px; left: 5%; top: 60%; }
            .floating-icon-6 { width: 22px; right: 5%; top: 65%; }
        }

        /* ========== KURSLAR SECTION - COURSE CARDS ========== */
        .tf-courses-section {
            padding: 100px 0 !important;
            background: rgba(0, 0, 0, 0.02);
        }

        .tf-course-card {
            background: rgba(255, 255, 255, 0.04);
            border: 2px solid rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            overflow: hidden;
            transition: all 0.4s ease;
            height: 100%;
        }

        .tf-course-card:hover {
            transform: translateY(-8px);
            border-color: var(--color-orange);
            box-shadow: 0 20px 50px rgba(221, 107, 43, 0.3);
        }

        .course-image-wrapper {
            position: relative;
            aspect-ratio: 4 / 3;
            overflow: hidden;
            background: linear-gradient(135deg, rgba(26, 35, 126, 0.05) 0%, rgba(221, 107, 43, 0.05) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 15px 15px 0 0;
        }

        .course-image {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center center;
            transition: transform 0.4s ease;
        }

        /* Mobilde aspect-ratio koru */
        @media (max-width: 768px) {
            .course-image-wrapper {
                aspect-ratio: 4 / 3;
                height: auto;
            }
        }

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

        .course-content {
            padding: 30px;
        }

        .course-title {
            font-size: 2rem;
            font-weight: 800;
            color: var(--color-white);
            margin-bottom: 25px;
            font-family: 'League Spartan', sans-serif;
            line-height: 1.3;
        }

        .course-features {
            list-style: none;
            padding: 0;
            margin: 0 0 25px 0;
        }

        .course-features li {
            font-size: 1.35rem;
            line-height: 2.2;
            color: rgba(255, 255, 255, 0.9);
            padding-left: 30px;
            position: relative;
            font-weight: 500;
        }

        .course-features li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--color-orange);
            font-weight: 900;
            font-size: 1.3rem;
        }

        .course-slogan {
            font-size: 1.35rem;
            font-style: italic;
            color: var(--color-orange);
            font-weight: 700;
            margin: 0 0 30px 0;
            padding-top: 25px;
            border-top: 2px solid rgba(221, 107, 43, 0.3);
            line-height: 1.6;
        }

        /* Kursa Katıl Butonu */
        .course-cta-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            width: 100%;
            padding: 15px 25px;
            background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
            color: #fff;
            font-size: 1.1rem;
            font-weight: 700;
            border-radius: 12px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
            position: relative;
            overflow: hidden;
        }

        .course-cta-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            transition: left 0.5s ease;
        }

        .course-cta-btn:hover::before {
            left: 100%;
        }

        .course-cta-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5);
            color: #fff;
        }

        .course-cta-btn svg {
            width: 22px;
            height: 22px;
        }

        /* Kurs-Specific Button Colors */
        /* A1 - Koyu Kiraz/Bordo */
        .course-cta-btn.a1-btn {
            background: linear-gradient(135deg, #8B1538 0%, #A52A4A 50%, #8B1538 100%);
            background-size: 200% 100%;
            box-shadow: 0 8px 20px rgba(139, 21, 56, 0.4);
        }

        .course-cta-btn.a1-btn:hover {
            box-shadow: 0 12px 30px rgba(139, 21, 56, 0.6);
            background-position: 100% 0;
        }

        /* A2 - Pas Rengi/Kiremit Turuncusu */
        .course-cta-btn.a2-btn {
            background: linear-gradient(135deg, #D2691E 0%, #E67E3E 50%, #D2691E 100%);
            background-size: 200% 100%;
            box-shadow: 0 8px 20px rgba(210, 105, 30, 0.4);
        }

        .course-cta-btn.a2-btn:hover {
            box-shadow: 0 12px 30px rgba(210, 105, 30, 0.6);
            background-position: 100% 0;
        }

        /* B1 - Koyu Petrol Yeşili/Çam Yeşili */
        .course-cta-btn.b1-btn {
            background: linear-gradient(135deg, #2F5233 0%, #3C6B3F 50%, #2F5233 100%);
            background-size: 200% 100%;
            box-shadow: 0 8px 20px rgba(47, 82, 51, 0.4);
        }

        .course-cta-btn.b1-btn:hover {
            box-shadow: 0 12px 30px rgba(47, 82, 51, 0.6);
            background-position: 100% 0;
        }

        /* B2 - Prusya Mavisi/Koyu Lacivert */
        .course-cta-btn.b2-btn {
            background: linear-gradient(135deg, #1E3A5F 0%, #2C5A84 50%, #1E3A5F 100%);
            background-size: 200% 100%;
            box-shadow: 0 8px 20px rgba(30, 58, 95, 0.4);
        }

        .course-cta-btn.b2-btn:hover {
            box-shadow: 0 12px 30px rgba(30, 58, 95, 0.6);
            background-position: 100% 0;
        }

        /* Responsive */
        @media (max-width: 992px) {
            .tf-courses-section {
                padding: 60px 0 !important;
            }
            .course-image-wrapper {
                aspect-ratio: 4 / 3;
                height: auto;
            }
        }

        @media (max-width: 768px) {
            .tf-courses-section {
                padding: 40px 0 !important;
            }
            .course-image-wrapper {
                aspect-ratio: 4 / 3;
                height: auto;
            }
            .course-content {
                padding: 20px;
            }
            .course-title {
                font-size: 1.9rem;
            }
            .course-features li {
                font-size: 1.1rem;
            }
            .course-cta-btn {
                font-size: 1.3rem;
                padding: 14px 25px;
            }
            .course-cta-btn svg {
                width: 20px;
                height: 20px;
            }
        }

        /* ========== EĞİTMEN BİYOGRAFİSİ SECTION ========== */
        .tf-instructor-bio {
            padding: 120px 0 !important;
            background: rgba(0, 0, 0, 0.02);
        }

        .instructor-image-container {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
        }

        .instructor-image {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.5s ease;
        }

        .instructor-image-container:hover .instructor-image {
            transform: scale(1.05);
        }

        .instructor-badge {
            position: absolute;
            bottom: 20px;
            left: 20px;
            background: linear-gradient(135deg, var(--color-dark-red) 0%, var(--color-orange) 100%);
            padding: 12px 20px;
            border-radius: 30px;
            display: flex;
            align-items: center;
            gap: 10px;
            box-shadow: 0 8px 20px rgba(221, 107, 43, 0.4);
        }

        .badge-icon {
            font-size: 1.5rem;
        }

        .badge-text {
            color: #fff;
            font-weight: 700;
            font-size: 0.95rem;
        }

        .instructor-bio-content {
            padding-left: 40px;
        }

        .section-label {
            display: inline-block;
            background: rgba(221, 107, 43, 0.1);
            color: var(--color-orange);
            padding: 8px 20px;
            border-radius: 20px;
            font-weight: 700;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 20px;
        }

        .instructor-image-container {
            position: relative;
            width: 100%;
            border-radius: 20px;
            overflow: hidden;
        }

        .instructor-name {
            font-size: 4.5rem;
            font-weight: 900;
            color: var(--color-white);
            margin-bottom: 20px;
            font-family: 'League Spartan', sans-serif;
            line-height: 1.2;
        }

        .instructor-title {
            font-size: 1.8rem;
            color: var(--color-orange);
            font-weight: 600;
            margin-bottom: 35px;
        }

        .bio-text p {
            font-size: 1.5rem;
            line-height: 1.8;
            color: #ccc;
            margin-bottom: 25px;
        }

        .bio-text strong {
            color: var(--color-orange);
            font-weight: 700;
        }

        .instructor-social-links {
            display: flex;
            gap: 20px;
            margin-top: 45px;
            padding-top: 45px;
            border-top: 2px solid rgba(221, 107, 43, 0.2);
        }

        .instructor-social-links .social-link {
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.05);
            border: 2px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .instructor-social-links .social-link svg {
            width: 28px;
            height: 28px;
            color: #ccc;
            transition: all 0.3s ease;
        }

        .instructor-social-links .social-link:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(221, 107, 43, 0.3);
        }

        .instructor-social-links .social-link.instagram:hover {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
            border-color: #e6683c;
        }

        .instructor-social-links .social-link.instagram:hover svg {
            color: #fff;
        }

        .instructor-social-links .social-link.linkedin:hover {
            background: #0077b5;
            border-color: #0077b5;
        }

        .instructor-social-links .social-link.linkedin:hover svg {
            color: #fff;
        }

        .instructor-social-links .social-link.facebook:hover {
            background: #1877f2;
            border-color: #1877f2;
        }

        .instructor-social-links .social-link.facebook:hover svg {
            color: #fff;
        }

        /* ========== KADROMUZ SECTION ========== */
        .tf-team-section {
            padding: 100px 0 !important;
        }

        .team-swiper-container {
            position: relative;
            padding: 0 50px;
        }

        .tf-team-card {
            background: rgba(255, 255, 255, 0.04);
            border: 2px solid rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            overflow: hidden;
            transition: all 0.4s ease;
            height: 100%;
        }

        .tf-team-card:hover {
            transform: translateY(-10px);
            border-color: var(--color-orange);
            box-shadow: 0 20px 50px rgba(221, 107, 43, 0.3);
        }

        .team-image-wrapper {
            position: relative;
            height: 350px;
            overflow: hidden;
            background: rgba(0, 0, 0, 0.05);
        }

        .team-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: transform 0.4s ease;
        }

        .tf-team-card:hover .team-image {
            transform: scale(1.1);
        }

        /* Team Social Links - Artık kullanılmıyor, gizlendi */
        .team-social-links {
            display: none !important;
        }

        .team-social-icon {
            display: none !important;
        }

        .team-swiper-prev,
        .team-swiper-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background: rgba(221, 107, 43, 0.2);
            border: 2px solid var(--color-orange);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10;
            transition: all 0.3s ease;
        }

        .team-swiper-prev:hover,
        .team-swiper-next:hover {
            background: var(--color-orange);
            box-shadow: 0 0 20px rgba(221, 107, 43, 0.5);
        }

        .team-swiper-prev {
            left: -70px;
        }

        .team-swiper-next {
            right: -70px;
        }

        /* Mobilde butonları içeride tut */
        @media (max-width: 1200px) {
            .team-swiper-prev {
                left: 10px;
            }

            .team-swiper-next {
                right: 10px;
            }
        }

        .team-swiper-prev::after,
        .team-swiper-next::after {
            font-size: 20px;
            color: #fff;
            font-weight: 900;
        }

        .team-motto-slogan {
            text-align: center;
            max-width: 1000px;
            margin: 0 auto;
            padding: 50px 30px 0;
        }

        .team-motto-slogan p {
            font-size: 2.2rem;
            line-height: 1.9;
            color: #ccc;
            font-weight: 500;
            font-style: italic;
            position: relative;
        }

        .team-motto-slogan p::before,
        .team-motto-slogan p::after {
            content: '"';
            font-size: 3rem;
            color: var(--color-orange);
            font-weight: 900;
            line-height: 1;
        }

        .team-motto-slogan p::before {
            margin-right: 10px;
        }

        .team-motto-slogan p::after {
            margin-left: 10px;
        }

        /* Responsive - Team Motto */
        @media (max-width: 768px) {
            .team-motto-slogan p {
                font-size: 1.4rem;
            }

            .team-motto-slogan p::before,
            .team-motto-slogan p::after {
                font-size: 2rem;
            }
        }

        /* Responsive - Instructor & Team */
        @media (max-width: 992px) {
            .tf-instructor-bio {
                padding: 80px 0 !important;
            }
            .instructor-bio-content {
                padding-left: 0;
                margin-top: 40px;
            }
            .instructor-name {
                font-size: 3rem;
            }
            .instructor-title {
                font-size: 1.4rem;
            }
            .bio-text p {
                font-size: 1.2rem;
            }
            .instructor-social-links {
                gap: 15px;
            }
            .instructor-social-links .social-link {
                width: 55px;
                height: 55px;
            }
            .team-image-wrapper {
                height: 300px;
            }
            .team-swiper-container {
                padding: 0 40px;
            }
        }

        @media (max-width: 768px) {
            .tf-instructor-bio {
                padding: 60px 0 !important;
            }
            .instructor-name {
                font-size: 2.5rem;
            }
            .instructor-title {
                font-size: 1.2rem;
            }
            .bio-text p {
                font-size: 1.1rem;
            }
            .instructor-social-links {
                gap: 12px;
            }
            .instructor-social-links .social-link {
                width: 50px;
                height: 50px;
            }
            .instructor-social-links .social-link svg {
                width: 24px;
                height: 24px;
            }
            .team-motto-slogan p {
                font-size: 1.4rem;
            }
            .team-image-wrapper {
                height: 280px;
            }
            .team-swiper-container {
                padding: 0 35px;
            }
            .team-swiper-prev,
            .team-swiper-next {
                width: 45px;
                height: 45px;
            }
        }

        /* ========== ÖĞRENCİ MEMNUNİYET VİDEOLARI SECTION ========== */
        .tf-testimonials-section {
            padding: 120px 0 !important;
            background: rgba(0, 0, 0, 0.02);
        }

        .testimonials-subtitle,
        .whatsapp-subtitle,
        .certificates-subtitle,
        .faq-subtitle {
            max-width: 800px;
            margin: 25px auto 0;
            font-size: 1.5rem;
            color: rgba(221, 107, 43, 0.95);
            font-weight: 600;
            font-style: italic;
            line-height: 1.8;
            position: relative;
            padding: 0 40px;
            text-align: center;
        }

        /* Mobilde daha küçük */
        @media (max-width: 768px) {
            .testimonials-subtitle,
            .whatsapp-subtitle,
            .certificates-subtitle,
            .faq-subtitle {
                font-size: 1.1rem;
                padding: 0 20px;
            }
        }

        /* Video Grid Layout */
        .testimonial-video-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            padding: 40px 0;
        }

        .video-grid-item {
            background: rgba(255, 255, 255, 0.04);
            border: 2px solid rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            overflow: hidden;
            transition: all 0.4s ease;
            cursor: pointer;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
        }

        .video-grid-item:hover {
            border-color: var(--color-orange);
            transform: translateY(-5px);
            box-shadow: 0 25px 60px rgba(221, 107, 43, 0.3);
        }

        .video-grid-item.active {
            grid-column: 1 / -1;
            border-color: var(--color-orange);
            box-shadow: 0 35px 90px rgba(221, 107, 43, 0.4);
        }

        .video-grid-item.active .video-wrapper {
            min-height: 450px;
        }

        .video-wrapper {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
            height: 0;
            overflow: hidden;
            background: #000;
            min-height: 350px;
        }

        .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

        .testimonial-info {
            padding: 30px;
            text-align: center;
            background: rgba(0, 0, 0, 0.3);
        }

        .student-name {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--color-white);
            margin-bottom: 8px;
            font-family: 'League Spartan', sans-serif;
        }

        .student-profession {
            font-size: 1.1rem;
            color: var(--color-orange);
            font-weight: 600;
            margin: 0;
        }

        .testimonial-next,
        .testimonial-prev {
            position: absolute;
            top: 45%;
            transform: translateY(-50%);
            width: 55px;
            height: 55px;
            background: rgba(221, 107, 43, 0.2);
            border: 2px solid var(--color-orange);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 100;
            transition: all 0.3s ease;
        }

        .testimonial-next:hover,
        .testimonial-prev:hover {
            background: var(--color-orange);
            box-shadow: 0 0 25px rgba(221, 107, 43, 0.6);
            transform: translateY(-50%) scale(1.15);
        }

        .testimonial-prev {
            left: 10px;
        }

        .testimonial-next {
            right: 10px;
        }

        .testimonial-next::after,
        .testimonial-prev::after {
            font-size: 22px;
            color: #fff;
            font-weight: 900;
        }

        .testimonial-pagination {
            margin-top: 50px !important;
            position: relative !important;
            bottom: auto !important;
        }

        .testimonial-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: rgba(255, 255, 255, 0.3);
            opacity: 1;
            transition: all 0.3s ease;
        }

        .testimonial-pagination .swiper-pagination-bullet-active {
            background: var(--color-orange);
            width: 35px;
            border-radius: 6px;
        }

        .testimonial-slogan {
            text-align: center;
            max-width: 1000px;
            margin: 0 auto;
        }

        .testimonial-slogan p {
            font-size: 2.2rem;
            line-height: 1.9;
            color: rgba(255, 255, 255, 0.9);
            margin: 0;
            font-weight: 500;
            font-family: 'Libre Baskerville', serif;
            font-style: italic;
        }

        .testimonial-slogan p::before,
        .testimonial-slogan p::after {
            content: '"';
            font-size: 3rem;
            color: var(--color-orange);
            vertical-align: middle;
        }

        .testimonial-slogan p::before {
            margin-right: 10px;
        }

        .testimonial-slogan p::after {
            margin-left: 10px;
        }

        .testimonial-slogan strong {
            color: var(--color-orange);
            font-weight: 700;
        }

        .testimonial-slogan em {
            color: var(--color-white);
            font-style: italic;
            font-weight: 600;
        }

        /* Responsive - Testimonial Slogan */
        @media (max-width: 768px) {
            .testimonial-slogan p {
                font-size: 1.6rem;
            }
            .testimonial-slogan p::before,
            .testimonial-slogan p::after {
                font-size: 2.5rem;
            }
        }

        /* Responsive - Video Grid */
        @media (max-width: 992px) {
            .tf-testimonials-section {
                padding: 90px 0 !important;
            }
            .video-wrapper {
                min-height: 280px;
            }
            .video-grid-item.active .video-wrapper {
                min-height: 350px;
            }
        }

        @media (max-width: 768px) {
            .tf-testimonials-section {
                padding: 70px 0 !important;
            }
            .testimonial-video-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            .video-wrapper {
                min-height: 220px;
            }
            .video-grid-item.active .video-wrapper {
                min-height: 280px;
            }
        }

        /* ============================================
           Student Certificates Section
        ============================================ */
        .tf-certificates-section {
            padding: 80px 0;
            background: rgba(26, 35, 126, 0.05);
            border-radius: 30px;
            margin: 60px 0;
        }

        .tf-certificates-section .heading-section {
            text-align: center;
            margin-bottom: 60px;
        }

        .certificate-card {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            background: rgba(26, 35, 126, 0.3);
            border: 2px solid rgba(221, 107, 43, 0.2);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            height: 100%;
            cursor: pointer;
        }

        .certificate-card:hover {
            transform: translateY(-10px);
            border-color: var(--color-orange);
            box-shadow: 0 25px 60px rgba(221, 107, 43, 0.3);
            background: rgba(26, 35, 126, 0.5);
        }

        .certificate-image-wrapper {
            position: relative;
            width: 100%;
            padding-top: 141.42%; /* A4 aspect ratio (1:√2) */
            overflow: hidden;
            background: rgba(0, 0, 0, 0.2);
        }

        .certificate-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .certificate-card:hover .certificate-image {
            transform: scale(1.1);
        }

        .certificate-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top,
                rgba(26, 35, 126, 0.95) 0%,
                rgba(26, 35, 126, 0.8) 50%,
                transparent 100%
            );
            padding: 30px 20px;
            transform: translateY(0);
            transition: all 0.4s ease;
        }

        .certificate-card:hover .certificate-overlay {
            background: linear-gradient(to top,
                rgba(221, 107, 43, 0.95) 0%,
                rgba(221, 107, 43, 0.7) 60%,
                transparent 100%
            );
        }

        .certificate-level {
            display: flex;
            flex-direction: column;
            gap: 8px;
            text-align: center;
            position: relative;
            padding-top: 10px;
        }

        .certificate-level .cert-person {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--color-white);
            text-transform: none;
            letter-spacing: 0.5px;
            line-height: 1.4;
        }

        .certificate-level::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 3px;
            background: var(--color-orange);
            transition: width 0.3s ease;
        }

        .certificate-card:hover .certificate-level::before {
            width: 80px;
            background: var(--color-white);
        }

        /* Responsive Styles */
        @media (max-width: 992px) {
            .tf-certificates-section {
                padding: 60px 0;
                margin: 40px 0;
            }

            .certificate-level .cert-person {
                font-size: 0.95rem;
            }
        }

        @media (max-width: 768px) {
            .tf-certificates-section {
                padding: 40px 0;
                margin: 30px 0;
            }

            .certificates-subtitle {
                font-size: 1rem;
            }

            .certificate-overlay {
                padding: 20px 15px;
            }

            .certificate-level .cert-person {
                font-size: 0.85rem;
            }
        }

        /* ============================================
           WhatsApp Testimonials Section
        ============================================ */
        .tf-whatsapp-section {
            padding: 80px 0;
            background: linear-gradient(135deg,
                rgba(37, 211, 102, 0.05) 0%,
                rgba(26, 35, 126, 0.08) 100%
            );
            border-radius: 30px;
            margin: 60px 0;
        }

        .tf-whatsapp-section .heading-section {
            text-align: center;
            margin-bottom: 60px;
        }

        .whatsapp-subtitle {
            font-size: 1.15rem;
            color: rgba(255, 255, 255, 0.7);
            margin-top: 15px;
            font-weight: 400;
        }

        .whatsapp-card {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            background: linear-gradient(135deg,
                rgba(37, 211, 102, 0.1) 0%,
                rgba(26, 35, 126, 0.3) 100%
            );
            border: 2px solid rgba(37, 211, 102, 0.3);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            height: 100%;
            cursor: pointer;
        }

        .whatsapp-card:hover {
            transform: translateY(-10px) scale(1.02);
            border-color: #25D366;
            box-shadow: 0 30px 70px rgba(37, 211, 102, 0.4);
            background: linear-gradient(135deg,
                rgba(37, 211, 102, 0.2) 0%,
                rgba(26, 35, 126, 0.4) 100%
            );
        }

        .whatsapp-image-wrapper {
            position: relative;
            width: 100%;
            padding-top: 130%; /* Daha kısa oran */
            overflow: hidden;
            background: linear-gradient(135deg, #0d1117 0%, #1a1f2e 100%);
        }

        .whatsapp-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
            transition: transform 0.5s ease, filter 0.3s ease;
            filter: brightness(0.95);
            padding: 10px;
        }

        .whatsapp-card:hover .whatsapp-image {
            transform: scale(1.15);
            filter: brightness(1.05);
        }

        .whatsapp-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top,
                rgba(26, 35, 126, 0.95) 0%,
                rgba(26, 35, 126, 0.8) 50%,
                transparent 100%
            );
            padding: 25px 15px;
            transition: all 0.4s ease;
            pointer-events: none;
        }

        .whatsapp-card:hover .whatsapp-overlay {
            background: linear-gradient(to top,
                rgba(37, 211, 102, 0.95) 0%,
                rgba(37, 211, 102, 0.7) 60%,
                transparent 100%
            );
        }

        .whatsapp-person-wrapper {
            display: flex;
            flex-direction: column;
            gap: 8px;
            text-align: center;
            position: relative;
            padding-top: 12px;
        }

        .whatsapp-person-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 3px;
            background: #25D366;
            transition: width 0.3s ease;
        }

        .whatsapp-card:hover .whatsapp-person-wrapper::before {
            width: 80px;
            background: var(--color-white);
        }

        .whatsapp-person {
            font-family: 'League Spartan', sans-serif;
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--color-white);
            letter-spacing: 0.5px;
            line-height: 1.4;
        }

        .whatsapp-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.95);
            color: #25D366;
            padding: 8px 16px;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 600;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
        }

        .whatsapp-badge svg {
            flex-shrink: 0;
        }

        .whatsapp-card:hover .whatsapp-badge {
            background: #25D366;
            color: var(--color-white);
            transform: scale(1.05);
            box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
        }

        /* Responsive Styles */
        @media (max-width: 992px) {
            .tf-whatsapp-section {
                padding: 60px 0;
                margin: 40px 0;
            }

            .whatsapp-badge {
                font-size: 0.85rem;
                padding: 6px 12px;
            }
        }

        @media (max-width: 768px) {
            .tf-whatsapp-section {
                padding: 40px 0;
                margin: 30px 0;
            }

            .whatsapp-subtitle {
                font-size: 1rem;
            }

            .whatsapp-badge {
                font-size: 0.8rem;
                padding: 6px 10px;
            }

            .whatsapp-overlay {
                padding: 15px;
            }
        }

        /* ============================================
           FAQ Section
        ============================================ */
        .tf-faq-section {
            padding: 80px 0;
            background: rgba(26, 35, 126, 0.05);
            border-radius: 30px;
            margin: 60px 0;
        }

        .tf-faq-section .heading-section {
            text-align: center;
            margin-bottom: 60px;
        }

        .faq-subtitle {
            font-size: 1.15rem;
            color: rgba(255, 255, 255, 0.7);
            margin-top: 15px;
            font-weight: 400;
        }

        .faq-accordion {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .faq-item {
            background: rgba(26, 35, 126, 0.3);
            border: 2px solid rgba(221, 107, 43, 0.2);
            border-radius: 15px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-item:hover {
            border-color: rgba(221, 107, 43, 0.4);
            box-shadow: 0 10px 30px rgba(221, 107, 43, 0.15);
        }

        .faq-item.active {
            border-color: var(--color-orange);
            box-shadow: 0 15px 40px rgba(221, 107, 43, 0.3);
            background: rgba(26, 35, 126, 0.5);
        }

        .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 30px 35px;
            cursor: pointer;
            user-select: none;
            transition: all 0.3s ease;
        }

        .faq-question:hover {
            background: rgba(221, 107, 43, 0.1);
        }

        .faq-item.active .faq-question {
            background: rgba(221, 107, 43, 0.15);
        }

        .faq-question h4 {
            margin: 0;
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--color-white);
            padding-right: 20px;
            line-height: 1.6;
            font-family: 'League Spartan', sans-serif;
        }

        .faq-toggle {
            flex-shrink: 0;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(221, 107, 43, 0.2);
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .faq-toggle svg {
            transition: transform 0.3s ease;
            color: var(--color-orange);
        }

        .faq-item.active .faq-toggle {
            background: var(--color-orange);
            transform: rotate(45deg);
        }

        .faq-item.active .faq-toggle svg {
            color: var(--color-white);
        }

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

        .faq-item.active .faq-answer {
            max-height: 600px;
            padding: 0 35px 30px 35px;
            margin-top: 20px;
            padding-top: 25px;
        }

        .faq-answer p {
            margin: 0;
            font-size: 1.4rem;
            line-height: 1.9;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 400;
        }

        .faq-answer ul {
            margin: 10px 0;
            padding-left: 25px;
        }

        .faq-answer ul li {
            font-size: 1.35rem;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 8px;
        }

        /* FAQ Item Hover Shimmer Effect */
        .faq-item {
            position: relative;
            overflow: hidden;
        }

        .faq-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(221, 107, 43, 0.08), transparent);
            transform: translateX(-100%);
            animation: faqShimmer 4s ease-in-out infinite;
            pointer-events: none;
            z-index: 0;
            will-change: transform;
        }

        @keyframes faqShimmer {
            0%, 100% {
                transform: translateX(-100%);
            }
            50% {
                transform: translateX(100%);
            }
        }

        .faq-question,
        .faq-answer {
            position: relative;
            z-index: 1;
        }

        /* Responsive Styles */
        @media (max-width: 992px) {
            .tf-faq-section {
                padding: 60px 0;
                margin: 40px 0;
            }

            .faq-question h4 {
                font-size: 1.15rem;
            }

            .faq-answer p {
                font-size: 1rem;
            }
        }

        @media (max-width: 768px) {
            .tf-faq-section {
                padding: 40px 0;
                margin: 30px 0;
            }

            .faq-subtitle {
                font-size: 1rem;
            }

            .faq-question {
                padding: 20px;
            }

            .faq-question h4 {
                font-size: 1.05rem;
            }

            .faq-toggle {
                width: 35px;
                height: 35px;
            }

            .faq-answer {
                padding: 0 20px;
            }

            .faq-item.active .faq-answer {
                padding: 0 20px 20px 20px;
            }

            .faq-answer p {
                font-size: 0.95rem;
            }
        }

        /* ============================================
           Footer Customizations
        ============================================ */
        .footer-description {
            margin-top: 20px;
            font-size: 1.30rem;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.85);
            max-width: 400px;
            font-weight: 500;
        }

        /* Footer logo boyutu */
        #footer .logo-footer img,
        #footer #logo_footer {
            width: 300px !important;
            height: auto !important;
        }

        /* Desktop'ta footer logo sola */
        @media (min-width: 992px) {
            #footer .logo-footer,
            #footer .widget-logo {
                margin-left: -30px;
            }
        }

        /* Site Bölümleri - Widget Menu */
        #footer .widget-menu ul li {
            margin-bottom: 14px;
        }

        #footer .widget-menu ul li a {
            font-size: 1.7rem;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.85);
            transition: color 0.3s ease;
        }

        #footer .widget-menu ul li a:hover {
            color: var(--color-orange);
        }

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

        .footer-contact li {
            margin-bottom: 15px;
            font-size: 1.3rem;
            font-weight: 500;
        }

        .footer-contact a {
            color: rgba(255, 255, 255, 0.9);
            text-decoration: none;
            transition: color 0.3s ease;
            display: inline-flex;
            align-items: center;
            font-weight: 500;
            font-size: 1.3rem;
        }

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

        .widget-social ul li a svg {
            width: 20px;
            height: 20px;
        }

        .widget-social ul li a.icon-instagram:hover {
            color: #E4405F;
        }

        .widget-social ul li a.icon-linkedin:hover {
            color: #0077B5;
        }

        .widget-social ul li a.icon-facebook:hover {
            color: #1877F2;
        }

        .widget-social ul li a.icon-youtube:hover {
            color: #FF0000;
        }

        .widget-social ul li a.icon-tiktok:hover {
            color: #000000;
        }

        .widget-social ul li a.icon-google:hover {
            color: #4285F4;
        }

        .instructor-social-links .social-link.tiktok:hover {
            background: #000000;
            border-color: #000000;
        }

        .instructor-social-links .social-link.tiktok:hover svg {
            color: #fff;
        }

        .instructor-social-links .social-link.youtube:hover {
            background: #FF0000;
            border-color: #FF0000;
        }

        .instructor-social-links .social-link.youtube:hover svg {
            color: #fff;
        }

        .instructor-social-links .social-link.google:hover {
            background: linear-gradient(135deg, #4285F4 0%, #34A853 50%, #FBBC05 75%, #EA4335 100%);
            border-color: #4285F4;
        }

        .instructor-social-links .social-link.google:hover svg {
            color: #fff;
        }

        @media (max-width: 768px) {
            .footer-description {
                max-width: 100%;
            }
        }

        /* ========== SOSYAL MEDYA YORUMLARI SECTION ========== */
        .tf-social-reviews-section {
            padding: 80px 0;
            position: relative;
            background: linear-gradient(135deg,
                rgba(221, 107, 43, 0.05) 0%,
                rgba(26, 35, 126, 0.1) 50%,
                rgba(221, 107, 43, 0.05) 100%
            );
        }

        .tf-social-reviews-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 25% 50%, rgba(221, 107, 43, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 75% 50%, rgba(26, 35, 126, 0.15) 0%, transparent 50%);
            pointer-events: none;
        }

        .social-reviews-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
            position: relative;
            z-index: 1;
        }

        .social-review-item {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            background: linear-gradient(135deg,
                rgba(221, 107, 43, 0.1) 0%,
                rgba(26, 35, 126, 0.3) 100%
            );
            border: 2px solid rgba(221, 107, 43, 0.3);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            height: 100%;
        }

        .social-review-item:hover {
            transform: translateY(-10px) scale(1.02);
            border-color: var(--color-orange);
            box-shadow: 0 30px 70px rgba(221, 107, 43, 0.4);
            background: linear-gradient(135deg,
                rgba(221, 107, 43, 0.2) 0%,
                rgba(26, 35, 126, 0.4) 100%
            );
        }

        .social-review-image-wrapper {
            position: relative;
            width: 100%;
            padding-top: 130%;
            overflow: hidden;
            background: linear-gradient(135deg, #0d1117 0%, #1a1f2e 100%);
        }

        .social-review-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
            transition: transform 0.5s ease, filter 0.3s ease;
            filter: brightness(0.95);
            padding: 10px;
        }

        .social-review-item:hover .social-review-image {
            transform: scale(1.15);
            filter: brightness(1.05);
        }

        .social-platform-badge {
            position: absolute;
            top: 12px;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255, 255, 255, 0.3);
            transition: all 0.3s ease;
            z-index: 2;
        }

        .social-review-item:hover .social-platform-badge {
            transform: translateX(-50%) scale(1.1);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
        }

        .social-platform-badge.instagram {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        }

        .social-platform-badge.google {
            background: #fff;
        }

        .social-platform-badge.google svg {
            color: #4285F4;
        }

        .social-platform-badge.youtube {
            background: #FF0000;
        }

        .social-platform-badge svg {
            color: #fff;
        }

        /* CTA Social Buttons */
        .cta-social-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 25px;
        }

        .cta-social-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 14px 28px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 15px;
            text-decoration: none;
            transition: all 0.3s ease;
            color: #fff;
        }

        .cta-social-btn.instagram-btn {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        }

        .cta-social-btn.instagram-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(225, 48, 108, 0.4);
        }

        .cta-social-btn.youtube-btn {
            background: #FF0000;
        }

        .cta-social-btn.youtube-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(255, 0, 0, 0.4);
        }

        .cta-social-btn.google-btn {
            background: linear-gradient(135deg, #4285F4 0%, #34A853 50%, #FBBC05 75%, #EA4335 100%);
        }

        .cta-social-btn.google-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(66, 133, 244, 0.4);
        }

        /* Responsive */
        @media (max-width: 992px) {
            .tf-social-reviews-section {
                padding: 60px 0;
            }
            
            .social-reviews-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }
        }

        @media (max-width: 576px) {
            .tf-social-reviews-section {
                padding: 40px 0;
            }
            
            .social-reviews-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .cta-social-buttons {
                flex-direction: column;
                align-items: center;
            }

            .cta-social-btn {
                width: 100%;
                max-width: 280px;
                justify-content: center;
            }
        }

        /* ========== SCROLL FADE-IN ANIMATION ========== */
        /* Animasyon için element gizli başlasın */
        .fade-in-element {
            opacity: 0;
            transform: translateY(15px);
            transition: opacity 0.5s ease-out, transform 0.5s ease-out;
            will-change: transform, opacity;
        }

        /* Element görünür hale geldiğinde */
        .fade-in-element.fade-in-visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Reduced motion: animasyon yok */
        @media (prefers-reduced-motion: reduce) {
            .fade-in-element {
                opacity: 1 !important;
                transform: none !important;
                transition: none !important;
            }
        }

        /* Mobilde daha hafif fade-in */
        @media (max-width: 768px) {
            .fade-in-element {
                transform: translateY(10px);
                transition-duration: 0.3s;
            }
            /* Mobilde shimmer animasyonlarını devre dışı bırak (performans) */
            .hero-cta-btn::before,
            .faq-item::before,
            .cta-btn::before {
                animation: none !important;
            }
            /* Mobilde badge pulse'ı devre dışı bırak */
            .section-label-badge {
                animation: none !important;
            }
        }

        /* ========== STICKY HEADER SCROLL EFFECT ========== */
        #header_main {
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            background: transparent;
        }

        #header_main.scrolled {
            background: rgba(22, 22, 22, 0.98) !important;
            backdrop-filter: saturate(180%) blur(20px);
            -webkit-backdrop-filter: saturate(180%) blur(20px);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1),
                        0 1px 0 rgba(255, 255, 255, 0.05) inset !important;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
            height: 65px !important;
        }

        #header_main.scrolled #site-header-inner {
            height: 65px !important;
            padding: 0 20px !important;
        }

        #header_main.scrolled .wrap-box {
            gap: 20px !important;
        }

        #header_main.scrolled #site-logo {
            height: 65px !important;
        }

        #header_main.scrolled #site-logo img {
            max-height: 48px !important;
        }

        #header_main.scrolled #main-nav {
            padding: 0 15px !important;
        }

        #header_main.scrolled #main-nav>ul>li {
            padding: 0 14px !important;
        }

        /* ========== REMOVE BACKGROUND PATH LINES ========== */
        .widget-bg-line,
        .bg-grid-line,
        .bg-line {
            display: none !important;
            opacity: 0 !important;
            visibility: hidden !important;
        }

        /* ========== LOGIN PAGE STYLES ========== */
        .tf-login-section {
            min-height: calc(100vh - 200px);
            display: flex;
            align-items: center;
            padding: 80px 0;
            background: radial-gradient(ellipse at top, rgba(189, 37, 68, 0.08) 0%, transparent 50%),
                        radial-gradient(ellipse at bottom, rgba(221, 107, 43, 0.06) 0%, transparent 50%);
        }

        .login-wrapper {
            background: rgba(255, 255, 255, 0.03);
            border: 2px solid rgba(255, 255, 255, 0.08);
            border-radius: 24px;
            padding: 50px 40px;
            backdrop-filter: blur(10px);
            text-align: center;
        }

        .login-logo {
            margin-bottom: 30px;
        }

        .login-logo img {
            max-width: 180px;
            height: auto;
        }

        .login-wrapper .section-label-badge {
            margin-bottom: 35px;
        }

        .login-form {
            text-align: left;
        }

        .login-form .form-group {
            margin-bottom: 25px;
        }

        .login-form label {
            display: block;
            font-family: 'League Spartan', sans-serif;
            font-size: 0.95rem;
            font-weight: 600;
            color: var(--color-white);
            margin-bottom: 10px;
        }

        .login-form .input-wrapper {
            position: relative;
        }

        .login-form .input-icon {
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            color: rgba(255, 255, 255, 0.4);
            pointer-events: none;
        }

        .login-form .form-control {
            width: 100%;
            padding: 16px 18px 16px 50px;
            background: rgba(255, 255, 255, 0.05);
            border: 2px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            font-family: 'Libre Baskerville', serif;
            font-size: 1rem;
            color: var(--color-white);
            transition: all 0.3s ease;
        }

        .login-form .form-control::placeholder {
            color: rgba(255, 255, 255, 0.4);
        }

        .login-form .form-control:focus {
            outline: none;
            border-color: var(--color-orange);
            background: rgba(221, 107, 43, 0.05);
            box-shadow: 0 0 0 4px rgba(221, 107, 43, 0.1);
        }

        .password-toggle {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            cursor: pointer;
            color: rgba(255, 255, 255, 0.4);
            padding: 5px;
            transition: color 0.3s ease;
        }

        .password-toggle:hover {
            color: var(--color-orange);
        }

        .form-options {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }

        .remember-me {
            display: flex;
            align-items: center;
            gap: 10px;
            font-family: 'League Spartan', sans-serif;
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.7);
            cursor: pointer;
        }

        .remember-me input[type="checkbox"] {
            width: 18px;
            height: 18px;
            accent-color: var(--color-orange);
            cursor: pointer;
        }

        .forgot-password {
            font-family: 'League Spartan', sans-serif;
            font-size: 0.9rem;
            color: var(--color-orange);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .forgot-password:hover {
            color: var(--color-dark-red);
            text-decoration: underline;
        }

        .login-btn {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            padding: 18px 30px;
            background: linear-gradient(135deg, var(--color-dark-red) 0%, var(--color-orange) 100%);
            border: none;
            border-radius: 12px;
            font-family: 'League Spartan', sans-serif;
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--color-white);
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

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

        .login-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(221, 107, 43, 0.4);
        }

        .login-divider {
            display: flex;
            align-items: center;
            margin: 30px 0;
        }

        .login-divider::before,
        .login-divider::after {
            content: '';
            flex: 1;
            height: 1px;
            background: rgba(255, 255, 255, 0.15);
        }

        .login-divider span {
            padding: 0 20px;
            font-family: 'League Spartan', sans-serif;
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.5);
        }

        .whatsapp-help-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            width: 100%;
            padding: 16px 30px;
            background: #25D366;
            border-radius: 12px;
            font-family: 'League Spartan', sans-serif;
            font-size: 1rem;
            font-weight: 600;
            color: #fff;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .whatsapp-help-btn:hover {
            background: #20BA5A;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
        }

        .back-to-home {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-top: 30px;
            font-family: 'League Spartan', sans-serif;
            font-size: 0.95rem;
            color: rgba(255, 255, 255, 0.6);
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .back-to-home:hover {
            color: var(--color-orange);
        }

        .back-to-home:hover svg {
            transform: translateX(-5px);
        }

        .back-to-home svg {
            transition: transform 0.3s ease;
        }

        /* Login Responsive */
        @media (max-width: 768px) {
            .login-wrapper {
                padding: 40px 25px;
                margin: 0 15px;
            }

            .login-logo img {
                max-width: 150px;
            }

            .form-options {
                flex-direction: column;
                gap: 15px;
                align-items: flex-start;
            }
        }

        /* ========== CTA SECTION STYLES ========== */
        .tf-cta-section {
            padding: 60px 0;
        }

        /* Desktop'ta CTA içeriği tam genişlik */
        @media (min-width: 992px) {
            .tf-cta-section .col-lg-8 {
                flex: 0 0 100%;
                max-width: 100%;
            }
        }

        .cta-box {
            background: linear-gradient(135deg, rgba(221, 107, 43, 0.15) 0%, rgba(26, 35, 126, 0.2) 100%);
            border: 2px solid rgba(221, 107, 43, 0.4);
            border-radius: 25px;
            padding: 50px 40px;
            box-shadow: 0 20px 50px rgba(221, 107, 43, 0.2);
            transition: all 0.4s ease;
        }

        .cta-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 30px 70px rgba(221, 107, 43, 0.3);
            border-color: var(--color-orange);
        }

        .cta-title {
            font-family: 'League Spartan', sans-serif;
            font-size: 5.8rem;
            font-weight: 900;
            color: var(--color-white);
            margin-bottom: 20px;
            letter-spacing: -0.5px;
            text-transform: capitalize;
            background: linear-gradient(135deg, var(--color-white) 0%, var(--color-orange) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .cta-text {
            font-size: 1.9rem;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 35px;
            line-height: 1.7;
            font-weight: 500;
        }

        .cta-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            padding: 18px 100px;
            background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
            color: #fff;
            font-family: 'League Spartan', sans-serif;
            font-size: 1.60rem;
            font-weight: 700;
            border-radius: 15px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
            position: relative;
            overflow: hidden;
        }

        .cta-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            transform: translateX(-100%);
            animation: ctaShimmer 2.5s ease-in-out infinite;
            will-change: transform;
        }

        @keyframes ctaShimmer {
            0%, 100% { transform: translateX(-100%); }
            50% { transform: translateX(100%); }
        }

        .cta-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(37, 211, 102, 0.5);
            color: #fff;
        }

        .cta-btn svg {
            flex-shrink: 0;
        }

        /* Alternatif CTA stili */
        .cta-alt .cta-box {
            background: linear-gradient(135deg, rgba(26, 35, 126, 0.2) 0%, rgba(189, 37, 68, 0.15) 100%);
            border-color: rgba(189, 37, 68, 0.4);
        }

        .cta-alt .cta-box:hover {
            border-color: var(--color-dark-red);
            box-shadow: 0 30px 70px rgba(189, 37, 68, 0.25);
        }

        .cta-alt .cta-btn {
            background: linear-gradient(135deg, var(--color-dark-red) 0%, var(--color-orange) 100%);
            box-shadow: 0 10px 30px rgba(189, 37, 68, 0.4);
        }

        .cta-alt .cta-btn:hover {
            box-shadow: 0 15px 40px rgba(189, 37, 68, 0.5);
        }

        /* CTA Responsive */
        @media (max-width: 992px) {
            .tf-cta-section {
                padding: 50px 0;
            }
            .cta-box {
                padding: 40px 30px;
            }
            .cta-title {
                font-size: 2.2rem;
            }
            .cta-text {
                font-size: 1.25rem;
            }
        }

        @media (max-width: 768px) {
            .tf-cta-section {
                padding: 40px 0;
            }
            .cta-box {
                padding: 35px 25px;
            }
            .cta-title {
                font-size: 2.2rem;
                -webkit-text-fill-color: var(--color-white);
            }
            .cta-text {
                font-size: 1.4rem;
                margin-bottom: 25px;
            }
            .cta-btn {
                padding: 16px 35px;
                font-size: 1.2rem;
                width: 100%;
            }
        }

        /* ========== FOOTER MOBILE STYLES ========== */
        @media (max-width: 768px) {
            #footer .footer-content {
                flex-direction: column;
                text-align: center;
            }
            #footer .widget-logo {
                text-align: center;
                margin-bottom: 30px;
            }
            #footer .widget-logo .footer-description {
                max-width: 100%;
                margin: 20px auto 0;
            }
            #footer .widget-menu,
            #footer .widget-last {
                text-align: center;
                margin-bottom: 25px;
            }
            #footer .widget-menu ul {
                margin-bottom: 0;
            }
            #footer .widget-last .title-widget {
                margin-top: 0;
                margin-bottom: 15px;
            }
            #footer .widget-last .title-widget.mt-30 {
                margin-top: 50px !important;
            }
            #footer .footer-contact {
                margin-bottom: 0;
            }
            #footer .widget-menu ul,
            #footer .footer-contact ul {
                text-align: center;
            }
            #footer .widget-menu ul li,
            #footer .footer-contact ul li {
                text-align: center;
            }
            #footer .widget-social ul {
                justify-content: center;
            }
            #footer .title-widget {
                text-align: center;
            }
            #footer .footer-bottom {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }
            #footer .footer-bottom ul {
                justify-content: center;
            }
        }

        /* ========== FAQ MOBILE FONT SIZES ========== */
        @media (max-width: 768px) {
            .faq-question h4 {
                font-size: 1.4rem;
            }
            .faq-answer p {
                font-size: 1.25rem;
            }
            .faq-answer ul li {
                font-size: 1.2rem;
            }
        }

        /* ========== MOBILE NAV - SCROLL FIX ========== */
        .mobile-nav-wrap.active {
            position: fixed !important;
            top: 0 !important;
            right: 0 !important;
            height: 100vh !important;
            z-index: 9999 !important;
        }

        .mobile-nav-wrap.active .inner-mobile-nav {
            position: fixed !important;
            top: 0 !important;
            right: 0 !important;
            height: 100vh !important;
            overflow-y: auto !important;
        }

        .mobile-nav-wrap.active .overlay-mobile-nav {
            position: fixed !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 100vh !important;
        }

        /* ========== MINIMAL SECTION NAVIGATOR ========== */
        .section-navigator {
            position: fixed;
            right: 20px;
            bottom: 30px;
            z-index: 9999;
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .nav-btn {
            width: 44px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            background: rgba(20, 20, 25, 0.9);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        .nav-btn:first-child {
            border-radius: 12px 12px 0 0;
            border-bottom: none;
        }

        .nav-btn:last-child {
            border-radius: 0 0 12px 12px;
        }

        .nav-btn svg {
            width: 18px;
            height: 18px;
            fill: rgba(255, 255, 255, 0.5);
            transition: all 0.3s ease;
        }

        .nav-btn:hover {
            background: rgba(232, 175, 58, 0.15);
            border-color: rgba(232, 175, 58, 0.3);
        }

        .nav-btn:hover svg {
            fill: var(--color-gold);
            transform: scale(1.1);
        }

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

        /* Mobile */
        @media (max-width: 768px) {
            .section-navigator {
                right: 15px;
                bottom: 20px;
            }

            .nav-btn {
                width: 40px;
                height: 40px;
            }

            .nav-btn svg {
                width: 16px;
                height: 16px;
            }
        }

        /* ========== DANIŞMANLIKLAR SECTION ========== */
        .tf-danismanliklar-section {
            padding: 80px 0 !important;
        }

        .danismanlik-logo-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 40px;
        }

        .danismanlik-logo-item {
            flex: 0 0 auto;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 16px;
            padding: 20px 30px;
            transition: all 0.3s ease;
        }

        .danismanlik-logo-item:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(232, 175, 58, 0.3);
            transform: translateY(-4px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .danismanlik-logo-item a {
            display: block;
        }

        .danismanlik-logo-item img {
            max-width: 180px;
            max-height: 80px;
            width: auto;
            height: auto;
            object-fit: contain;
            transition: all 0.3s ease;
        }

        @media (max-width: 991px) {
            .tf-danismanliklar-section {
                padding: 60px 0 !important;
            }

            .danismanlik-logo-grid {
                gap: 25px;
            }

            .danismanlik-logo-item {
                padding: 15px 20px;
            }

            .danismanlik-logo-item img {
                max-width: 140px;
                max-height: 60px;
            }
        }

        @media (max-width: 575px) {
            .tf-danismanliklar-section {
                padding: 40px 0 !important;
            }

            .danismanlik-logo-grid {
                gap: 15px;
            }

            .danismanlik-logo-item {
                padding: 12px 16px;
            }

            .danismanlik-logo-item img {
                max-width: 110px;
                max-height: 50px;
            }
        }
        /* ========== END DANIŞMANLIKLAR SECTION ========== */

