        /* Font Awesome ::before gliflerini gizle — JS ile SVG zaten ekleniyor */
        i.fas::before, i.fas::after,
        i.fab::before, i.fab::after,
        i.far::before, i.far::after {
            display: none !important;
            content: none !important;
        }

        /* Son bölüm + footer: normal sayfa akışında, fullpage kilidi kaldırıldı */
        .ep-scroll-end {
            height: auto;
            overflow: visible;
            background: linear-gradient(155deg, #0c0820 0%, #160933 100%);
        }

        .ep-scroll-end .ep-newsletter-section {
            scroll-snap-align: none !important;
            height: auto !important;
            min-height: unset !important;
            padding: 60px 5% !important;
        }

        /* ── FOOTER — index.html ile aynı görünüm ── */
        .ep-scroll-end .way2go-footer {
            scroll-snap-align: none !important;
            height: auto !important;
            min-height: unset !important;
            background: transparent !important;
            padding: 70px 5% 40px !important;
            display: block !important;
            overflow: visible !important;
            text-align: left;
        }

        .ep-scroll-end .footer-social-top {
            display: flex !important;
            justify-content: center;
            flex-wrap: wrap;
            gap: 35px;
            margin-bottom: 70px;
        }

        .ep-scroll-end .footer-social-top a {
            background-color: rgba(255,255,255,0.08) !important;
            color: #f8f5ff !important;
            font-size: 1.5rem;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            box-shadow: 0 4px 15px rgba(0,0,0,0.18);
            border: 1px solid rgba(255,255,255,0.08) !important;
            transition: all 0.3s ease;
        }

        .ep-scroll-end .footer-social-top a:hover { transform: translateY(-5px); }
        .ep-scroll-end .footer-social-top a.social-fb:hover { background-color: #1877F2 !important; color: #fff !important; }
        .ep-scroll-end .footer-social-top a.social-yt:hover { background-color: #FF0000 !important; color: #fff !important; }
        .ep-scroll-end .footer-social-top a.social-in:hover { background-color: #0A66C2 !important; color: #fff !important; }
        .ep-scroll-end .footer-social-top a.social-ig:hover { background-color: #E1306C !important; color: #fff !important; }
        .ep-scroll-end .footer-social-top a.social-wa:hover { background-color: #25D366 !important; color: #fff !important; }

        .ep-scroll-end .footer-main-content {
            display: grid !important;
            grid-template-columns: 1.2fr 2.5fr 1fr !important;
            gap: 60px;
            max-width: 1400px;
            margin: 0 auto;
        }

        .ep-scroll-end .footer-logo-area {
            display: flex !important;
            flex-direction: column !important;
            align-items: flex-start !important;
        }

        .ep-scroll-end .footer-custom-logo-link {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
            margin-bottom: 16px;
        }

        .ep-scroll-end .footer-custom-logo-icon { height: 45px; width: auto; }

        .ep-scroll-end .footer-app-name {
            color: rgba(255,255,255,0.74) !important;
            font-weight: 700;
            font-size: 1rem;
        }

        .ep-scroll-end .footer-links-area {
            display: grid !important;
            grid-template-columns: 1fr 1fr !important;
            gap: 30px;
        }

        .ep-scroll-end .footer-links-area ul { list-style: none; padding: 0; margin: 0; }

        .ep-scroll-end .footer-links-area ul li {
            margin-bottom: 18px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .ep-scroll-end .footer-links-area ul li::before {
            content: '' !important;
            display: inline-block;
            width: 6px;
            height: 6px;
            background-color: #ff4181;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .ep-scroll-end .footer-links-area ul li a {
            color: rgba(255,255,255,0.88) !important;
            font-weight: 600;
            font-size: 1.05rem;
            text-decoration: none;
            transition: color 0.3s;
        }

        .ep-scroll-end .footer-links-area ul li a:hover { color: #FCA440 !important; }

        .ep-scroll-end .footer-right-area {
            display: flex !important;
            flex-direction: column;
            gap: 5px;
        }

        .ep-scroll-end .footer-test-link {
            color: #ffffff !important;
            font-weight: 800;
            font-size: 1.1rem;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 5px;
            transition: color 0.3s;
        }

        .ep-scroll-end .footer-test-link:hover { color: #FCA440 !important; }

        .ep-scroll-end .footer-right-desc {
            color: rgba(255,255,255,0.66) !important;
            font-size: 0.95rem;
            line-height: 1.6;
            margin: 0;
        }

        .ep-scroll-end .footer-copy {
            text-align: center;
            color: rgba(255,255,255,0.35);
            font-size: 0.82rem;
            margin-top: 40px;
        }

        @media (max-width: 992px) {
            .ep-scroll-end .footer-main-content {
                grid-template-columns: 1fr !important;
                text-align: center;
                gap: 40px;
            }
            .ep-scroll-end .footer-logo-area { align-items: center !important; }
            .ep-scroll-end .footer-links-area {
                grid-template-columns: 1fr !important;
                width: max-content;
                margin: 0 auto;
                text-align: left;
            }
        }

        .inline-svg-icon {
            width: 1em;
            height: 1em;
            display: inline-block;
            flex: 0 0 auto;
            fill: currentColor;
            vertical-align: -0.125em;
        }

        i.fas,
        i.fab {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 1em;
            min-height: 1em;
            line-height: 1;
        }

        .exam-icon-box .inline-svg-icon {
            width: 18px;
            height: 18px;
        }
