.brutalist-border {
    border: 1px solid rgba(236, 109, 19, 0.3);
}

.scrolling-text-container {
    overflow: hidden;
    white-space: nowrap;
}

.kinetic-typo {
    font-size: 12rem;
    line-height: 0.8;
    opacity: 0.05;
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translateY(-50%) rotate(-5deg);
    pointer-events: none;
    z-index: 0;
    font-weight: 900;
    color: #ec6d13;
}

/* Fullscreen mobile menu */
#mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: #1a120b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transition: opacity 0.35s cubic-bezier(.4, 0, .2, 1), transform 0.35s cubic-bezier(.4, 0, .2, 1);
}

#mobile-menu.open {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

#mobile-menu .menu-link {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

#mobile-menu.open .menu-link:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.08s;
}

#mobile-menu.open .menu-link:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.15s;
}

#mobile-menu.open .menu-link:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.22s;
}

#mobile-menu.open .menu-link:nth-child(4) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.29s;
}

#mobile-menu.open .menu-link:nth-child(5) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.36s;
}

#mobile-menu.open .menu-link:nth-child(6) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.43s;
}

#mobile-menu.open .menu-link:nth-child(7) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.50s;
}

body.menu-open {
    overflow: hidden;
}

/* --- Hakkımızda & İletişim Ekstraları --- */

.stat-number {
    font-variant-numeric: tabular-nums;
}

.team-card:hover .team-img {
    filter: grayscale(0%) contrast(1.1);
}

.team-img {
    filter: grayscale(100%) contrast(1.2);
    transition: filter 0.6s ease;
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.count-animate {
    animation: countUp 0.6s ease forwards;
}

.brutalist-input {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    padding: 1rem 1.25rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    border-radius: 0 !important;
    transition: all 0.3s ease;
    outline: none !important;
    box-shadow: none;
}

.brutalist-input:focus {
    border-color: #ec6d13 !important;
    background-color: rgba(236, 109, 19, 0.05) !important;
    box-shadow: 4px 4px 0px rgba(236, 109, 19, 0.2) !important;
}

.brutalist-input::placeholder {
    color: rgba(255, 255, 255, 0.3) !important;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.map-container iframe {
    filter: grayscale(100%) invert(92%) contrast(83%);
    transition: filter 0.5s ease;
}

.map-container:hover iframe {
    filter: grayscale(40%) invert(92%) contrast(90%);
}

/* --- Blog & Makale Ekstraları --- */

.blog-card { transition: border-color .3s, transform .3s; }
.blog-card:hover { border-color: rgba(236, 109, 19, .45); transform: translateY(-3px); }
.blog-img { filter: grayscale(100%) contrast(1.15); transition: filter .6s ease; }
.blog-card:hover .blog-img { filter: grayscale(20%) contrast(1.05); }

button.tab-btn { padding: .45rem 1.1rem !important; font-size: .75rem !important; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; border: 1px solid rgba(255, 255, 255, .12) !important; color: rgba(255, 255, 255, .5) !important; background: transparent; cursor: pointer; transition: all .2s; }
button.tab-btn.active, button.tab-btn:hover { border-color: #ec6d13 !important; color: #ec6d13 !important; background: rgba(236, 109, 19, .08) !important; }

.blog-post { display: block; }
.blog-post.hidden-post { display: none; }

.article-body h2 { font-size: 1.875rem; font-weight: 900; text-transform: uppercase; letter-spacing: -.02em; color: #fff; margin: 2.5rem 0 1rem; line-height: 1.1; }
.article-body p { color: rgba(255, 255, 255, .68); font-weight: 300; line-height: 1.9; margin-bottom: 1.25rem; font-size: 1rem; }
.article-body blockquote { border-left: 3px solid #ec6d13; padding: 1rem 1.5rem; margin: 2rem 0; background: rgba(236, 109, 19, .05); }
.article-body blockquote p { color: rgba(255, 255, 255, .8); font-style: italic; font-size: 1.125rem; margin: 0; }
.article-body ul { list-style: none; margin: 1.25rem 0; padding: 0; }
.article-body ul li { padding: .4rem 0 .4rem 1.75rem; position: relative; color: rgba(255, 255, 255, .65); font-weight: 300; font-size: 1rem; margin-bottom: 0.5rem; }
.article-body ul li::before { content: '//'; position: absolute; left: 0; color: #ec6d13; font-weight: 700; font-size: .8rem; }

.share-btn { border: 1px solid rgba(255, 255, 255, .15); padding: .5rem 1.25rem; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255, 255, 255, .6); background: transparent; cursor: pointer; transition: all .2s; display: inline-flex; align-items: center; gap: .4rem; }
.share-btn:hover { border-color: #ec6d13; color: #ec6d13; }

#progress-bar { position: fixed; top: 0; left: 0; height: 2px; background: #ec6d13; z-index: 1000; transition: width .1s linear; width: 0%; }
.ilgili-img { filter: grayscale(100%) contrast(1.1); transition: filter .5s; }
.ilgili-card:hover .ilgili-img { filter: grayscale(20%); }

/* --- Dersler & Kurslar Ekstraları --- */

button.filter-btn { padding: .5rem 1.25rem !important; border: 1px solid rgba(255, 255, 255, .15) !important; font-size: .75rem !important; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255, 255, 255, .6) !important; background: transparent; cursor: pointer; transition: all .2s; }
button.filter-btn.active, button.filter-btn:hover { border-color: #ec6d13 !important; color: #ec6d13 !important; background: rgba(236, 109, 19, .08) !important; }

.ders-kategori { display: none; }
.ders-kategori.visible { display: block; }

/* --- Yorumlar Slider --- */

.yorum-slide { width: calc((100% - 3rem) / 3); }
@media (max-width: 1023px) { .yorum-slide { width: calc((100% - 1.5rem) / 2); } }
@media (max-width: 767px) { .yorum-slide { width: 100%; } }

button.yorum-dot { width: 8px; height: 8px; border: 1px solid rgba(255, 255, 255, .2) !important; background: transparent; cursor: pointer; transition: all .2s; padding: 0 !important; min-width: 0; }
button.yorum-dot.active { background: #ec6d13; border-color: #ec6d13 !important; }

/* --- Galeri & Lightbox --- */

button.galeri-filter-btn { padding: .45rem 1.1rem !important; font-size: .75rem !important; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; border: 1px solid rgba(255, 255, 255, .12) !important; color: rgba(255, 255, 255, .5) !important; background: transparent; cursor: pointer; transition: all .2s; }
button.galeri-filter-btn.active, button.galeri-filter-btn:hover { border-color: #ec6d13 !important; color: #ec6d13 !important; background: rgba(236, 109, 19, .08) !important; }

.galeri-item { transition: border-color .3s, transform .3s; }
.galeri-item:hover { transform: translateY(-2px); }
.galeri-item.hidden-galeri { display: none; }

.lightbox-overlay { position: fixed !important; inset: 0 !important; z-index: 9999; background: rgba(0, 0, 0, .95); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.lightbox-overlay.open { opacity: 1; pointer-events: all; }
.lightbox-content { max-width: 90vw; max-height: 85vh; display: flex; flex-direction: column; align-items: center; }
.lightbox-content img { max-width: 100%; max-height: 80vh; object-fit: contain; }
.lightbox-caption { color: rgba(255, 255, 255, .6); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; margin-top: 1rem; }
.lightbox-overlay .lightbox-close { position: absolute !important; top: 1.5rem; right: 1.5rem; color: #fff; font-size: 2rem; background: none; border: none !important; cursor: pointer; z-index: 10; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; transition: color .2s; padding: 0 !important; }
.lightbox-close:hover { color: #ec6d13; }
.lightbox-overlay .lightbox-prev, .lightbox-overlay .lightbox-next { position: absolute !important; top: 50%; transform: translateY(-50%); color: #fff; background: none; border: 1px solid rgba(255, 255, 255, .2) !important; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .2s; z-index: 10; padding: 0 !important; }
.lightbox-overlay .lightbox-prev { left: 1.5rem; }
.lightbox-overlay .lightbox-next { right: 1.5rem; }
.lightbox-prev:hover, .lightbox-next:hover { border-color: #ec6d13 !important; color: #ec6d13; }

.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-answer.open { max-height: 400px; }
.faq-icon { transition: transform .3s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }

/* --- SSS (FAQ) Ekstraları --- */

.sss-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.sss-answer.open { max-height: 500px; }
.sss-icon { transition: transform .3s; }
/* .sss-item.open .sss-icon rotate removed */
.sss-highlight { background: rgba(236, 109, 19, 0.3); color: #fff; padding: 0 2px; }
.sss-hidden { display: none !important; }

.form-input { background-color: rgba(255, 255, 255, .04) !important; border: 1px solid rgba(255, 255, 255, .15) !important; color: #fff !important; padding: .9rem 1.1rem; width: 100%; font-family: "Space Grotesk", sans-serif; font-size: 1rem; transition: all .2s; border-radius: 0 !important; outline: none !important; box-shadow: none; }
.form-input:focus { border-color: #ec6d13 !important; background-color: rgba(236, 109, 19, 0.08) !important; box-shadow: 4px 4px 0px rgba(236, 109, 19, 0.2) !important; }
.form-input::placeholder { color: rgba(255, 255, 255, .4) !important; }
select.form-input option { background: #1a120b; color: #fff; }
select.form-input optgroup { background: #1a120b; color: #ec6d13; font-weight: 700; font-style: normal; }

/* --- Sayfa (Page) İçerik Stilleri --- */
.bmm-page-content h1, .bmm-page-content h2, .bmm-page-content h3, .bmm-page-content h4, .bmm-page-content h5, .bmm-page-content h6 {
    color: #fff;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}
.bmm-page-content p { margin-bottom: 1.5rem; }
.bmm-page-content a:not(.button) { color: #ec6d13; text-decoration: underline; text-underline-offset: 4px; }
.bmm-page-content a:not(.button):hover { color: #fff; }
.bmm-page-content ul { list-style-type: disc; padding-left: 1.5rem; margin-bottom: 1.5rem; }
.bmm-page-content ol { list-style-type: decimal; padding-left: 1.5rem; margin-bottom: 1.5rem; }

/* --- WhatsApp Floating Button --- */

.whatsapp-float { position: fixed; bottom: 5.5rem; right: 2rem; width: 54px; height: 54px; z-index: 91; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4); transition: all 0.3s ease; text-decoration: none; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5); background: #22c55e; }
@media (max-width: 768px) { .whatsapp-float { bottom: 5rem; right: 1.5rem; width: 48px; height: 48px; } }

/* --- Scroll Progress Button --- */

.scroll-progress-btn { position: fixed; bottom: 2rem; right: 2rem; width: 50px; height: 50px; z-index: 90; cursor: pointer; border-radius: 50%; background: rgba(26, 18, 11, 0.9); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; }
.scroll-progress-btn.visible { opacity: 1 !important; pointer-events: all !important; }
.scroll-progress-btn:hover { background: #1a120b; box-shadow: 0 6px 20px rgba(236, 109, 19, 0.3); transform: translateY(-2px); }
.scroll-progress-svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.scroll-progress-bg { fill: none; stroke: rgba(255, 255, 255, 0.1); stroke-width: 2; }
.scroll-progress-bar { fill: none; stroke: #ec6d13; stroke-width: 2; stroke-dasharray: 138; stroke-dashoffset: 138; transition: stroke-dashoffset 0.1s linear; }
.scroll-progress-arrow-wrap { position: relative; z-index: 2; color: #ec6d13; display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease; }
.scroll-progress-btn.is-bottom .scroll-progress-arrow-wrap { transform: rotate(180deg); }
.scroll-progress-arrow { width: 18px; height: 18px; animation: scrollBounce 2s infinite; }
@keyframes scrollBounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-4px); } 60% { transform: translateY(-2px); } }
@media (max-width: 768px) { .scroll-progress-btn { bottom: 1.5rem; right: 1.5rem; width: 44px; height: 44px; } }


/* --- Hukuki Sayfa (Legal) Stilleri --- */

.legal-body h2 { font-size: 1.5rem; font-weight: 900; text-transform: uppercase; letter-spacing: -0.02em; color: #fff; margin: 2.5rem 0 1rem; line-height: 1.15; border-left: 3px solid #ec6d13; padding-left: 1rem; }
.legal-body h3 { font-size: 1.125rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; color: rgba(255,255,255,0.85); margin: 2rem 0 0.75rem; }
.legal-body p { color: rgba(255,255,255,0.65); font-weight: 300; line-height: 1.85; margin-bottom: 1.25rem; font-size: 1rem; }
.legal-body ul, .legal-body ol { margin: 1rem 0 1.5rem 0; padding: 0; list-style: none; }
.legal-body ul li { padding: 0.4rem 0 0.4rem 1.75rem; position: relative; color: rgba(255,255,255,0.6); font-weight: 300; font-size: 1rem; line-height: 1.7; }
.legal-body ul li::before { content: "//"; position: absolute; left: 0; color: #ec6d13; font-weight: 700; font-size: 0.75rem; top: 0.55rem; }
.legal-body ol { counter-reset: legal-counter; }
.legal-body ol li { counter-increment: legal-counter; padding: 0.4rem 0 0.4rem 2rem; position: relative; color: rgba(255,255,255,0.6); font-weight: 300; font-size: 1rem; line-height: 1.7; }
.legal-body ol li::before { content: counter(legal-counter) "."; position: absolute; left: 0; color: #ec6d13; font-weight: 700; font-size: 0.8rem; }
.legal-body a { color: #ec6d13; text-decoration: underline; text-underline-offset: 3px; }
.legal-body a:hover { color: #fff; }
.legal-body strong { color: #fff; font-weight: 600; }
.legal-body hr { border: none; border-top: 1px solid rgba(255,255,255,0.08); margin: 2.5rem 0; }


/* Missing Tailwind classes fix */
@media (min-width: 1024px) {
    .lg\:hidden { display: none !important; }
}


/* lg:hidden fix (Tailwind pre-built does not include this) */
@media (min-width: 1024px) {
    .lg\:hidden {
        display: none !important;
    }
}

/* Search input browser autofill icon fix */
input[type="text"]#header-search-input::-webkit-search-cancel-button,
input[type="text"]#header-search-input::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

/* Hide Google reCAPTCHA v3 badge */
.grecaptcha-badge {
    visibility: hidden !important;
}
