﻿/* =========================================================
   0) KÖK DEĞİŞKENLER (RENKLER, TEMA)
   ========================================================= */
:root {
    --beyaz: #ffffff;
    --lila: #A855F7;
    --lila-dark: #7C3AED;
    --ink: #0F1020;
    --focus-ring: #E9D5FF;
}

/* =========================================================
   1) SAYFA TEMELİ (BODY, LAYER)
   ========================================================= */
body {
    background: linear-gradient(135deg, #faf8fc, #f4eefb);
    overflow-x: hidden;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #2e2a2a;
    min-height: 100vh;
}

/* İçerik ana katmanları navbar’dan bağımsız kalsın */
main, main .container {
    z-index: 2;
    position: relative;
}

/* =========================================================
   2) HEADER & NAVBAR  (PASTEL GLASS – TEK TANIM)
   ========================================================= */
/* NAVBAR LOGO + YAZI STİLİ */
/* ===== NAVBAR MARKA BLOĞU (LOGO + YAZI) ===== */

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    padding: 0;
    margin-right: 1.25rem;
    text-decoration: none !important;
}

/* LOGO – daha büyük ve net */
.brand-logo {
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 6px rgba(124,58,237,.18));
}

@media (max-width: 576px) {
    .brand-logo {
        height: 46px; /* mobilde biraz küçült */
    }
}
/* NAVBAR LOGO – tek ve net tanım */
.navbar-brand .brand-logo {
    height: 78px !important; /* LOGON ARTIK 78px - gözle görünür büyük */
    width: auto;
    object-fit: contain;
}

@media (max-width: 576px) {
    .navbar-brand .brand-logo {
        height: 60px !important; /* mobilde de büyük */
    }
}

/* “Nefes ve Hareket Okulu” yazısı – pastel, zarif */
.brand-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: .16em; /* biraz açılmış, premium hava */
    text-transform: uppercase;
    line-height: 1.1;
    white-space: nowrap;
    background: linear-gradient(120deg, #7C3AED, #EC4899, #38BDF8);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; /* gradient yazı için */
    text-shadow: 0 0 10px rgba(124,58,237,.20);
}

/* Eski tarayıcılar için fallback */
@supports not (-webkit-background-clip: text) {
    .brand-text {
        background: none;
        color: #4b3b63;
        text-shadow: 0 0 6px rgba(124,58,237,.18);
    }
}


header {
    position: sticky;
    top: 0;
    z-index: 10000;
}

header, .navbar {
    overflow: visible;
    position: relative;
    z-index: 20;
}


/* PASTEL cam efektli navbar */
.navbar {
    background: linear-gradient( 135deg, rgba(245, 235, 255, 0.85), rgba(230, 255, 250, 0.75), rgba(255, 245, 250, 0.70) );
    border: 1px solid rgba(139, 95, 191, 0.15);
    box-shadow: 0 3px 20px rgba(139, 95, 191, 0.1);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 0.8rem 1.5rem;
    margin-top: 0.8rem;
    transition: all 0.3s ease-in-out;
    position: sticky;
    top: 0;
    z-index: 10001;
    overflow: visible;
}

    /* Parlak pastel vurgular */
    .navbar::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 10% 30%, rgba(168,85,247,.12), transparent 60%), radial-gradient(circle at 90% 70%, rgba(56,189,248,.12), transparent 60%), radial-gradient(circle at 50% 100%, rgba(236,72,153,.08), transparent 60%);
        z-index: 0;
        border-radius: inherit;
    }

    /* Navbar içeriği üst katmanda kalsın */
    .navbar > .container {
        position: relative;
        z-index: 2;
    }

    .navbar .container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        overflow: visible;
    }

/* Marka (logo + yazı) */
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    flex-shrink: 0;
}

/* Menü bağlantıları */
.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(.8rem, 2vw, 1.4rem);
    margin: 0 auto;
    flex-wrap: wrap;
    transition: all .3s ease;
}

.nav-link {
    color: #2e2a2a;
    font-weight: 500;
    transition: all .3s ease;
    font-size: clamp(.85rem, 1vw, 1rem);
    white-space: nowrap;
}

    .nav-link:hover {
        color: #7c3aed !important;
        text-shadow: 0 0 6px rgba(168,85,247,.25);
    }

/* Dropdown */
.dropdown {
    position: relative;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    border-radius: 12px;
    position: absolute;
    z-index: 10002 !important;
}

.dropdown-item:hover {
    background-color: rgba(139,95,191,.08);
    color: var(--lila-dark);
}

/* Toggler */
.navbar-toggler {
    border: none;
    background: transparent;
    margin-left: auto;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(139,95,191, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hover ile aç/kapat – desktop */
@media (min-width:992px) {
    .navbar .nav-item.dropdown:hover > .dropdown-menu,
    .navbar .nav-item.dropdown:focus-within > .dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .navbar .dropdown-menu {
        display: none;
        visibility: hidden;
        opacity: 0;
        transition: opacity .18s ease;
        margin-top: 0;
        top: 100%;
        left: 0;
    }
}

/* Mobil menü yüzeyi */
@media (max-width:992px) {
    .navbar-collapse {
        background: linear-gradient(135deg, rgba(250,245,255,.95), rgba(240,255,250,.90));
        border-radius: 14px;
        padding: 1rem;
        box-shadow: 0 6px 24px rgba(139,95,191,.15);
        text-align: center;
        overflow: visible;
    }

    .navbar-nav {
        flex-direction: column;
        gap: .9rem;
    }

    .nav-link {
        font-size: 1.05rem;
    }
}

@media (max-width:1200px) {
    .nav-link {
        font-size: .95rem;
    }
}

@media (max-width:1100px) {
    .nav-link {
        font-size: .9rem;
    }
}

@media (max-width:1024px) {
    .nav-link {
        font-size: .85rem;
    }
}

/* Randevu butonu (ghost) */
header .navbar .btn.btn-randevu {
    border: 2px solid var(--lila) !important;
    background: transparent !important;
    color: var(--lila) !important;
    font-weight: 600;
    padding: .55rem 1rem;
    border-radius: 14px;
    line-height: 1;
    text-decoration: none;
    transition: all .18s ease-in-out;
    position: relative;
    z-index: 30;
}

    header .navbar .btn.btn-randevu:hover {
        background: var(--lila) !important;
        color: #fff !important;
        border-color: var(--lila) !important;
    }

    header .navbar .btn.btn-randevu:active {
        background: var(--lila-dark) !important;
        border-color: var(--lila-dark) !important;
        color: #fff !important;
    }

/* =========================================================
   3) HERO BÖLÜMÜ (Pastel Cam + Portre)
   ========================================================= */
.hero {
    background: linear-gradient( 135deg, rgba(245,235,255,0.85), rgba(230,255,250,0.75), rgba(255,245,250,0.70) ) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(139,95,191,0.18);
    border-radius: 26px;
    padding: 2.4rem 2rem;
    margin-top: 40px;
    margin-bottom: 32px;
    box-shadow: 0 14px 35px rgba(139,95,191,0.15);
    position: relative;
    overflow: hidden;
    animation: fadeInHero 0.8s ease-out;
}

    /* Pastel lekeler (hero içi efekt) */
    .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 15% 20%, rgba(168,85,247,0.16), transparent 60%), radial-gradient(circle at 85% 80%, rgba(56,189,248,0.14), transparent 60%), radial-gradient(circle at 50% 100%, rgba(236,72,153,0.12), transparent 60%);
        pointer-events: none;
        z-index: 0;
    }

    /* İçerikler önde */
    .hero > * {
        position: relative;
        z-index: 2;
    }

/* İçine pastel lekeler */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(168,85,247,0.18), transparent 60%),
        radial-gradient(circle at 90% 80%, rgba(56,189,248,0.15), transparent 60%),
        radial-gradient(circle at 50% 100%, rgba(236,72,153,0.12), transparent 60%);
    pointer-events: none;
    z-index: 0;
}

/* İçerikler üst katmanda */
.hero > .row {
    position: relative;
    z-index: 1;
}

/* Mobilde padding küçülsün */
@media (max-width: 768px) {
    .hero {
        padding: 28px 18px;
        margin-top: 24px;
        margin-bottom: 24px;
    }
}


@keyframes fadeInHero {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero h1 {
    font-weight: 700;
    color: #8b5fbf;
    font-size: clamp(1.8rem,3vw,2.4rem);
}

.hero p {
    font-size: clamp(1rem,1.3vw,1.15rem);
    line-height: 1.7;
    margin-bottom: 1rem;
    color: #4a4343;
}

/* Portre */
.hero-instructor {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 24px;
    border: 4px solid #fff;
    box-shadow: 0 10px 28px rgba(139,95,191,.15);
}

    .hero-instructor.ring {
        box-shadow: 0 10px 28px rgba(139,95,191,.15), 0 0 0 6px rgba(168,85,247,.10);
    }

    .hero-instructor.large {
        max-width: 360px;
        border-radius: 28px;
        border: 5px solid rgba(255,255,255,.9);
        box-shadow: 0 10px 35px rgba(139,95,191,.20), 0 0 0 10px rgba(168,85,247,.10);
        transition: transform .3s ease, box-shadow .3s ease;
    }

        .hero-instructor.large:hover {
            transform: scale(1.02);
            box-shadow: 0 12px 40px rgba(139,95,191,.28), 0 0 0 12px rgba(168,85,247,.12);
        }

@media (max-width:576px) {
    .hero-instructor {
        max-width: 220px;
    }
}
/* Hero içindeki logo + başlık bloğu */
.hero-brand-block {
    display: flex;
    justify-content: center; /* yatay ortala */
    align-items: center;
}

.hero-logo {
    display: block;
}

/* Hero’da görünen büyük logo */
.hero-logo-big {
    max-width: 260px; /* istersen 280–300 de yapabilirsin */
    width: 70%;
    height: auto;
}

@media (min-width: 992px) {
    .hero-logo-big {
        max-width: 320px;
        width: 100%;
    }
}

.hero-brand-text {
    display: flex;
    flex-direction: column;
}

.hero-brand-title {
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: .4px;
    color: #4b3b63;
}

.hero-brand-sub {
    font-size: .85rem;
    color: #6b6075;
}

/* Başlık biraz küçülsün ve aşağıda dursun */
.hero-main-heading {
    font-weight: 700;
    color: #8b5fbf;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.4;
}

/* Mobilde hero padding ve düzen */
@media (max-width: 768px) {
    .hero {
        padding: 32px 20px;
    }

    .hero-brand-block {
        justify-content: center;
        text-align: left;
    }

    .hero-main-heading {
        text-align: left;
        font-size: 1.5rem;
    }
}


/* >>> HATA DÜZELTME: .instructor-name gradient yazı (fallback düz renk) */
.instructor-name {
    margin-top: 1rem;
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #7C3AED; /* fallback düz renk, uyarısız */
    display: inline-block;
}

/* =========================================================
   4) KARTLAR (GENEL) + GLASS OVERRIDE
   ========================================================= */
.card {
    border: none;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 6px 20px rgba(139,95,191,.08);
    transition: all .3s ease;
}

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 28px rgba(139,95,191,.15);
    }

/* Cam/blur efekti destek varsa */
@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    .card, .alert, .contact-alt, footer {
        background: rgba(255, 255, 255, 0.8) !important;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.45);
        box-shadow: 0 8px 30px rgba(139, 95, 191, 0.12);
    }

        .card:hover {
            box-shadow: 0 10px 28px rgba(139,95,191,.18);
        }
}

/* Destek yoksa hafif yarı saydam */
.card, .alert, .contact-alt, footer {
    background: rgba(255,255,255,.92);
}

/* =========================================================
   5) PROGRAM KARTLARI (PREMIUM)
   ========================================================= */
.programs {
    position: relative;
}

.program-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.45);
    background: rgba(255,255,255,.80) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(139,95,191,.10);
    transition: transform .18s ease, box-shadow .18s ease;
}

    .program-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(139,95,191,.16);
    }

    .program-card::before {
        content: "";
        position: absolute;
        inset: -22% -12% auto auto;
        width: 260px;
        height: 220px;
        border-radius: 40% 60% 60% 40% / 50% 50% 50% 50%;
        background: var(--program-blob, rgba(168,85,247,.12));
        filter: blur(12px);
        transform: rotate(8deg);
        pointer-events: none;
    }

.program-illu {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 30px;
    background: var(--program-illu-bg, rgba(168,85,247,.12));
    border: 1px solid rgba(255,255,255,.6);
    box-shadow: 0 6px 14px rgba(0,0,0,.06);
}

.program-title {
    font-weight: 700;
    color: #0F1020;
    padding-left: 84px;
}

.program-desc {
    padding-left: 84px;
    min-height: 48px;
}

.program-divider {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,.06), rgba(0,0,0,.02) 60%, transparent);
    border-radius: 1px;
    margin: .25rem 0 1rem;
}

.btn-detay-arrow {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-weight: 600;
    text-decoration: none;
    padding: .48rem .85rem;
    border-radius: 999px;
    border: 2px solid var(--lila);
    color: var(--lila);
    background: transparent;
    transition: all .18s ease-in-out;
}

    .btn-detay-arrow:hover {
        background: var(--lila);
        color: #fff;
        box-shadow: 0 8px 18px rgba(124,58,237,.20);
    }

/* Vurgu renkleri */
.program-card[data-accent="yoga"] {
    --program-illu-bg: rgba(168,85,247,.12);
    --program-blob: rgba(168,85,247,.14);
}

.program-card[data-accent="nefes-calismalari"] {
    --program-illu-bg: rgba(103,209,191,.14);
    --program-blob: rgba(103,209,191,.18);
}

.program-card[data-accent="beden-calismalari"] {
    --program-illu-bg: rgba(255,194,111,.15);
    --program-blob: rgba(255,194,111,.20);
}

.program-card[data-accent="yaratici-dans"] {
    --program-illu-bg: rgba(255,140,148,.14);
    --program-blob: rgba(255,140,148,.18);
}

.program-card[data-accent="masal-hikaye-anlaticisi"] {
    --program-illu-bg: rgba(130,200,255,.14);
    --program-blob: rgba(130,200,255,.18);
}

/* Uzmanlık Eğitimi – pastel sarı tema */
.program-card[data-accent="uzmanlik-egitimi"] {
    --program-illu-bg: rgba(255, 223, 140, 0.26); /* ikon arkası sarımsı */
    --program-blob: rgba(252, 211, 121, 0.32); /* büyük leke daha sıcak sarı */
}

        /* Uzmanlık Eğitimi – ikonun kendisi daha büyük */
        .program-card[data-accent="uzmanlik-egitimi"] .program-illu img {
            max-width: 60px;
            max-height: 70px;
        }


@media (max-width:480px) {
    .program-title, .program-desc {
        padding-left: 0;
    }

    .program-illu {
        position: static;
        margin: 12px 0 0 0;
    }
}
/* Program ikonlarının taşmamasını garanti et */
.program-illu img {
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    height: auto;
}


/* =========================================================
   6) CTA, LİNK, DİĞER YARDIMCILAR
   ========================================================= */
.cta-randevu-text {
    font-weight: 700;
    letter-spacing: .2px;
    color: var(--lila);
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
}

    .cta-randevu-text::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg,var(--lila),var(--lila-dark));
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .18s ease-in-out;
    }

    .cta-randevu-text:hover {
        color: var(--lila-dark);
    }

        .cta-randevu-text:hover::after {
            transform: scaleX(1);
        }

    .cta-randevu-text:focus-visible {
        outline: 3px solid var(--focus-ring);
        outline-offset: 2px;
        box-shadow: 0 0 0 4px rgba(168,85,247,.15);
    }

.link-tum-videolar {
    font-weight: 700;
    color: var(--ink);
    text-decoration: none;
    position: relative;
    padding-right: 1.2rem;
}

/*    .link-tum-videolar::after {
        content: "↗";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) translateX(0);
        transition: transform .18s ease-in-out;
        color: var(--lila);
    }*/

    .link-tum-videolar:hover {
        color: var(--lila-dark);
    }

        .link-tum-videolar:hover::after {
            transform: translateY(-50%) translateX(2px);
        }
.video-title {
    font-size: 2.2rem;
    margin: 0;
    letter-spacing: .04em;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

    /* Alt süs çizgisi */
    .video-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 56%;
        height: 3px;
        border-radius: 3px;
        background: linear-gradient( 90deg, #67e8f9, /* video hissi: biraz daha ferah */
        #c4b5fd, #8b5fbf );
        opacity: .95;
    }

/* Mobil */
@media (max-width: 992px) {
    .video-title {
        font-size: 1.8rem;
    }
}
/* =========================================================
   7) SOSYAL FAB BUTONLAR
   ========================================================= */
.social-floating {
    position: fixed;
    right: 22px;
    bottom: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.social-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    transition: all .3s ease;
}

    .social-btn:hover {
        transform: scale(1.12);
        box-shadow: 0 6px 20px rgba(0,0,0,.2);
    }

    .social-btn.instagram {
        background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
    }

    .social-btn.whatsapp {
        background: #25D366;
    }

    .social-btn.mail {
        background: #8b5fbf;
    }

@media (max-width:768px) {
    .social-btn {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }
}

/* =========================================================
   8) FOOTER (PASTEL GLASS)
   ========================================================= */
footer {
    background: linear-gradient(135deg, rgba(245,235,255,.85), rgba(230,255,250,.75), rgba(255,245,250,.7));
    border-top: 2px solid rgba(139,95,191,.15);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 28px 28px 0 0;
    box-shadow: 0 -6px 28px rgba(139,95,191,.12);
    padding: 2.5rem 1rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

    footer::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 15% 30%, rgba(168,85,247,.15), transparent 60%), radial-gradient(circle at 85% 70%, rgba(56,189,248,.15), transparent 60%), radial-gradient(circle at 50% 90%, rgba(236,72,153,.10), transparent 60%);
        z-index: 0;
    }

    footer .container {
        position: relative;
        z-index: 2;
        color: #3b2f42;
    }

    footer p {
        margin: .3rem 0;
        font-weight: 500;
        font-size: .95rem;
    }

    footer a {
        color: #8b5fbf;
        font-weight: 600;
        text-decoration: none;
        transition: color .25s ease;
    }

        footer a:hover {
            color: #a67ee1;
            text-shadow: 0 0 6px rgba(168,85,247,.4);
        }

/* =========================================================
   9) İLETİŞİM YARDIMCILAR
   ========================================================= */

.contact-badge {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f3ecfb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    box-shadow: 0 4px 14px rgba(139,95,191,.15);
}

.contact-hints li {
    margin-bottom: .25rem;
}

.contact-alt {
    background: linear-gradient(135deg, #faf8fc, #f3ecfb);
    border: 1px solid rgba(139,95,191,.15);
    box-shadow: 0 4px 14px rgba(139,95,191,.08);
}

/* =========================================================
   10) BUTON ve LİLA ÇERÇEVE
   ========================================================= */
.btn-outline-lila {
    color: #8b5fbf;
    border-color: #cdb5e9;
    background-color: #fff;
    transition: all .3s ease;
}

    .btn-outline-lila:hover {
        background-color: #8b5fbf;
        color: #fff;
        border-color: #8b5fbf;
    }
/* ================================================
   BÖLÜM BAŞLIKLARI (Eğitim & Programlar, Videolar)
   ================================================= */
/* Submenu style */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
    }


/* Ortak görünüm */
.section-title {
    display: inline-block;
    position: relative;
    font-weight: 800;
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    letter-spacing: .4px;
    text-transform: uppercase;
    padding: 0.8rem 1.8rem;
    border-radius: 18px;
    color: #2b2342;
    background: rgba(255,255,255,.6);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 24px rgba(139,95,191,.12);
    overflow: hidden;
}
    /* Animasyonlu dış çerçeve */
    .section-title::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 18px;
        padding: 2px; /* çerçeve kalınlığı */
        background: linear-gradient(90deg, #a855f7, #7c3aed, #5eead4, #a855f7);
        background-size: 300% 300%;
        animation: borderFlow 6s linear infinite;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: 0;
    }

    /* Hafif iç parlama */
    .section-title::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 18px;
        background: radial-gradient(circle at 50% 50%, rgba(168,85,247,.08), rgba(0,0,0,0) 70%);
        z-index: -1;
    }

/* Programs rengi */
.section-title--programs::before {
    background: linear-gradient(90deg, #a855f7, #7c3aed, #5eead4, #a855f7);
}

/* Videos rengi */
.section-title--videos::before {
    background: linear-gradient(90deg, #60a5fa, #a78bfa, #f472b6, #60a5fa);
}

/* Gradient akış animasyonu */
@keyframes borderFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Hover’da biraz büyüme ve parlama */
.section-title:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 28px rgba(139,95,191,.18);
    transition: all .3s ease;
}

/* Küçük ekranlarda */
@media (max-width:576px) {
    .section-title {
        font-size: 1.2rem;
        padding: .6rem 1.4rem;
        border-radius: 14px;
    }
}

/* Hero portre istifi garanti */
.hero-instructor {
    display: block;
    margin: 0 auto;
}

.instructor-name {
    display: block;
    text-align: center;
    margin-top: .75rem;
}






/* === Feather Stage: daha stabil katman === */
.feather-stage {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 5;
    overflow: hidden;
    contain: layout paint; /* boyama izolasyonu */
}

/* Tek tüy */
.feather {
    position: absolute;
    top: -8vh;
    will-change: transform, opacity;
    user-select: none;
    backface-visibility: hidden;
    transform: translate3d(0,0,0);
    animation-name: featherFall, featherDrift;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
}

/* Dikey düşüş */
@keyframes featherFall {
    0% {
        transform: translate3d(0,-8vh,0) rotate(0deg);
        opacity: .95;
    }

    100% {
        transform: translate3d(0,110vh,0) rotate(240deg);
        opacity: 0;
    }
}
/* Hafif sağa-sola salınım (sonsuz, küçük genlik) */
@keyframes featherDrift {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: 22px;
    }

    100% {
        margin-left: 0;
    }
}



/* Tercihen animasyon kapatanlar için */
@media (prefers-reduced-motion: reduce) {
    .feather {
        animation: none !important;
        display: none !important;
    }
}
/* ============================
   İLETİŞİM KARTI – TEMA UYUMLU LİNKLER (BUTON HARİÇ)
   ============================ */

/* Sadece normal linkler (btn olmayanlar) */
.contact-summary a:not(.btn) {
    color: #7C3AED !important; /* pastel lila */
    font-weight: 500;
    text-decoration: none;
    transition: color .25s ease, opacity .25s ease;
}

    .contact-summary a:not(.btn):hover {
        color: #A78BFA !important; /* hover lavanta */
        opacity: .85;
        text-decoration: underline;
    }

/* Açıklama metinleri hafif koyu gri ton */
.contact-summary .small,
.contact-summary p,
.contact-summary div {
    color: #4b4656;
}
/* =========================================================
   İLETİŞİM KARTLARI – PROGRAM KARTLARIYLA AYNI PASTEL DOKU
   ========================================================= */

.contact-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.45);
    background: rgba(255,255,255,.70) !important; /* hafif şeffaf */
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 24px rgba(139,95,191,.10);
}

    /* İç pastel blob doku */
    .contact-card::before {
        content: "";
        position: absolute;
        inset: -10% -10% auto auto;
        width: 220px;
        height: 200px;
        border-radius: 50%;
        background: rgba(168,85,247,.12); /* Lila pastel */
        filter: blur(18px);
        opacity: .6;
        pointer-events: none;
    }

    /* Alt köşeye bir pastel ton daha */
    .contact-card::after {
        content: "";
        position: absolute;
        inset: auto auto -10% -10%;
        width: 260px;
        height: 220px;
        border-radius: 60%;
        background: rgba(56,189,248,.12); /* pastel mavi */
        filter: blur(22px);
        opacity: .5;
        pointer-events: none;
    }

    .contact-card > * {
        position: relative;
        z-index: 2;
    }

/* ============================
   HAKKIMIZDA – SADE YUMUŞAK ANİMASYON
   ============================ */

@keyframes softFadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-soft-fade {
    opacity: 0;
    animation: softFadeIn 0.6s ease-out forwards;
}

    /* Hafif gecikme isteyen bölümler için (opsiyonel) */
    .section-soft-fade.delay-1 {
        animation-delay: 0.15s;
    }

    .section-soft-fade.delay-2 {
        animation-delay: 0.3s;
    }
    .section-soft-fade.delay-3 {
        animation-delay: 0.45s;
    }
.egitim-item {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

    .egitim-item.show {
        opacity: 1;
        transform: translateY(0);
    }


/* ===========================
   MARTI – BAYİ AĞIMIZ SAYFASI
   =========================== */

.bayi-page {
    max-width: 1180px;
    margin: 2.5rem auto 3rem;
    padding: 0 1rem;
}

/* ÜST KUTU */
.bayi-ust-kutu {
    background: linear-gradient(135deg, rgba(248,242,235,0.96), rgba(255,255,255,0.98));
    border-radius: 20px;
    padding: 1.8rem 1.6rem 1.4rem;
    box-shadow: 0 14px 35px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.85);
    position: relative;
    overflow: hidden;
}

.bayi-ust-kutu::before {
    content: "";
    position: absolute;
    inset: -40px;
    background: radial-gradient(circle at top right, rgba(255,255,255,0.5), transparent 60%);
    opacity: .8;
    pointer-events: none;
}

.bayi-ust-baslik {
    margin: 0 0 .4rem;
    font-size: 1.9rem;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #7a2a1b; /* kiremit */
}

.bayi-ust-aciklama {
    margin: 0;
    color: #77736e;
    max-width: 720px;
    line-height: 1.5;
    font-size: .96rem;
}

/* GRID BÖLGELER */
.bayi-bolge-grid-baslik {
    margin-top: 1.5rem;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: #5a3a30;
}

.bayi-bolge-grid {
    margin-top: .6rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .7rem;
}

@media (max-width: 900px) {
    .bayi-bolge-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .bayi-bolge-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.bayi-bolge-kutu {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    padding: .9rem .9rem .8rem;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
}

.bayi-bolge-kutu::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.0), rgba(255,255,255,0.8));
    opacity: 0;
    transition: opacity .18s ease;
    pointer-events: none;
}

.bayi-bolge-kutu:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.18);
    border-color: rgba(122,42,27,0.45);
}

.bayi-bolge-kutu:hover::before {
    opacity: 1;
}

.bayi-bolge-kutu.aktif {
    background: linear-gradient(135deg, #7a2a1b, #b8452a);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 18px 36px rgba(0,0,0,0.26);
}

.bolge-kutu-isim {
    font-size: .92rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bolge-kutu-detay {
    margin-top: .35rem;
    font-size: .8rem;
    opacity: .85;
}

.bolge-kutu-etiket {
    margin-top: .5rem;
    font-size: .76rem;
    opacity: .75;
}

.bolge-badge {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    font-size: .76rem;
    padding: .12rem .45rem;
    border-radius: 999px;
    background: rgba(122,42,27,0.06);
    color: #7a2a1b;
}

.bayi-bolge-kutu.aktif .bolge-badge {
    background: rgba(0,0,0,0.18);
    color: #fff;
}

.bolge-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 20%, #ffd7b0, #ff8c5a);
}

/* ALT İÇERİK */
.bayi-alt-icerik {
    margin-top: 1.6rem;
    display: grid;
    grid-template-columns: 2.1fr 1.1fr;
    gap: 1.4rem;
}

@media (max-width: 900px) {
    .bayi-alt-icerik {
        grid-template-columns: 1fr;
    }
}

.bayi-liste-kutu {
    background: rgba(248,242,235,0.97);
    border-radius: 18px;
    padding: 1.2rem 1.1rem 1.5rem;
    border: 1px solid rgba(255,255,255,0.9);
    box-shadow: 0 14px 32px rgba(0,0,0,0.25);
}

.bayi-liste-baslik-satir {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: .8rem;
    flex-wrap: wrap;
}

.bayi-liste-baslik {
    margin: 0;
    font-size: 1.02rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #4b1a11;
}

.bayi-sayac {
    font-size: .86rem;
    color: #77736e;
}

.bayi-liste {
    margin-top: .5rem;
    display: flex;
    flex-direction: column;
    gap: .65rem;
    max-height: 460px;
    overflow-y: auto;
    padding-right: .35rem;
}

.bayi-liste::-webkit-scrollbar {
    width: 8px;
}

.bayi-liste::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.04);
    border-radius: 999px;
}

.bayi-liste::-webkit-scrollbar-thumb {
    background: rgba(83,16,11,0.45);
    border-radius: 999px;
}

/* BAYİ SATIR */
.bayi-satir {
    background: #ffffff;
    border-radius: 12px;
    padding: .7rem .8rem .6rem;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    display: grid;
    grid-template-columns: minmax(0,1.2fr) minmax(0,2fr);
    column-gap: .75rem;
    row-gap: .25rem;
    font-size: .88rem;
    position: relative;
    overflow: hidden;
    transition: transform .13s ease, box-shadow .13s ease, border-color .13s ease;
}

@media (max-width: 640px) {
    .bayi-satir {
        grid-template-columns: 1fr;
    }
}

.bayi-satir::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(234,215,205,0.8), transparent);
    opacity: 0;
    transition: opacity .16s ease;
}

.bayi-satir:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.15);
    border-color: rgba(122,42,27,0.36);
}

.bayi-satir:hover::before {
    opacity: 1;
}

.bayi-satir-isim {
    font-weight: 600;
    color: #3b130d;
}

.bayi-satir-sehir {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .13em;
    color: #a15a45;
}

.bayi-satir-adres {
    margin: 0;
    color: #47403b;
}

.bayi-satir-iletisim {
    margin: .2rem 0 0;
    font-size: .8rem;
    color: #6b645f;
}

.bayi-satir-alt {
    grid-column: 1 / -1;
    margin-top: .2rem;
    padding-top: .3rem;
    border-top: 1px dashed rgba(0,0,0,0.08);
    font-size: .78rem;
    color: #7b5b4d;
}

/* YETKİLİ KARTI */
.bayi-yetkili-kutu {
    background: rgba(255,255,255,0.98);
    border-radius: 18px;
    padding: 1.1rem 1.1rem 1.3rem;
    border: 1px solid rgba(255,255,255,0.8);
    box-shadow: 0 16px 36px rgba(0,0,0,0.3);
}

.yetkili-baslik-mini {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: #8a4a32;
    margin-bottom: .25rem;
}

.yetkili-isim {
    font-size: 1.05rem;
    font-weight: 600;
    color: #31110c;
    margin-bottom: .1rem;
}

.yetkili-bolge {
    font-size: .86rem;
    color: #7b5b4d;
    margin-bottom: .6rem;
}

.yetkili-bilgi {
    font-size: .85rem;
    color: #444;
    margin-bottom: .2rem;
}

.yetkili-bilgi span:first-child {
    display: inline-block;
    min-width: 70px;
    font-weight: 600;
    color: #5b2a1d;
}

.yetkili-not {
    margin-top: .55rem;
    font-size: .8rem;
    color: #777;
    line-height: 1.35;
}

.yetkili-chip {
    margin-top: .5rem;
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .76rem;
    padding: .22rem .65rem;
    border-radius: 999px;
    background: rgba(122,42,27,0.08);
    color: #7a2a1b;
}

/* Küçük fade animasyonu */
.bayi-fade {
    animation: bayiFadeIn .22s ease-out;
}

@keyframes bayiFadeIn {
    from { opacity: 0; transform: translateY(4px); }
    to   { opacity: 1; transform: translateY(0); }
}
/* =========================================================
   3) İLETİŞİM BÖLÜMÜ
   ========================================================= */
.pastel-contact-card {
    background: linear-gradient( 135deg, rgba(245,235,255,.85), rgba(230,255,250,.75), rgba(255,245,250,.70) ) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(139,95,191,.18);
    border-radius: 22px;
    padding: 1.8rem 1.6rem;
}
/* KART ANİMASYONLARI */

.contact-col-left {
    animation: contactSlideLeft 0.6s ease-out;
}

.contact-col-right {
    animation: contactSlideRight 0.6s ease-out;
}

@keyframes contactSlideLeft {
    from {
        opacity: 0;
        transform: translateX(-35px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes contactSlideRight {
    from {
        opacity: 0;
        transform: translateX(35px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*  POPUP (BAŞARI / HATA)*/

.contact-popup-backdrop {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at top, rgba(169,129,236,0.18), rgba(0,0,0,0.55));
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    animation: popupFadeIn 0.22s ease-out;
}

    .contact-popup-backdrop.hide {
        animation: popupFadeOut 0.22s ease-in forwards;
    }

.contact-popup-card {
    width: min(360px, 92vw);
    background: rgba(255,255,255,0.98);
    border-radius: 20px;
    padding: 22px 22px 18px;
    text-align: center;
    box-shadow: 0 22px 70px rgba(35,11,67,0.45);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(188,158,255,0.5);
}

    .contact-popup-card.popup-success {
        border-color: rgba(111,207,151,0.7);
    }

    .contact-popup-card.popup-error {
        border-color: rgba(255,99,132,0.85);
    }

.popup-icon span {
    font-size: 2.4rem;
    display: inline-block;
    margin-bottom: 6px;
}

.popup-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: #3b235a;
}

.popup-message {
    font-size: 0.95rem;
    color: #675a7b;
    margin-bottom: 14px;
}

.popup-btn {
    min-width: 120px;
    border-radius: 999px;
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes popupFadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(8px);
    }
}

/* =========================================================
                       MOR TÜY YAĞMURU
   ========================================================= */
.feather {
    position: absolute;
    top: -8vh;
    pointer-events: none;
    opacity: 0.9;
    /* Daha yavaş ve yumuşak */
    animation: featherFall 10s linear forwards, featherDrift 5s ease-in-out infinite;
}

/* Dikey yavaş düşüş */
@keyframes featherFall {
    0% {
        transform: translateY(-10vh) rotate(0deg);
    }

    100% {
        transform: translateY(110vh) rotate(240deg);
        opacity: 0;
    }
}

/* Hafif sağa-sola salınım (çok sakin) */
@keyframes featherDrift {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: 18px;
    }

    100% {
        margin-left: 0;
    }
}
/* ============================
   DUYURULAR BÖLÜMÜ
   ============================ */

/* Link */
.duyuru-afis-link {
    text-decoration: none;
    display: block;
}

/* Kart */
.duyuru-afis-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    aspect-ratio: 3 / 4; /* afiş oranı */
    display: flex;
    align-items: center;
    justify-content: center;
    /* Hover animasyon */
    transform: translateZ(0);
    transition: transform .25s ease, box-shadow .25s ease;
    will-change: transform, box-shadow;
}

    /* Hover (ışıltısız) */
    .duyuru-afis-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 38px rgba(0,0,0,.12);
    }

/* Görsel */
.duyuru-afis-img {
    width: 100%;
    height: 100%;
    display: block;
    /* Kesme yok */
    object-fit: contain;
    object-position: center;
    /* Görselin boşlukları kötü görünmesin */
    background: #f5f5f7;
    /* Micro zoom */
    transform: scale(1);
    transition: transform .30s ease;
    will-change: transform;
}

.duyuru-afis-card:hover .duyuru-afis-img {
    transform: scale(1.03);
}

/* Görsel yoksa */
.duyuru-afis-empty {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    background: #f5f5f7;
}

/* ============================
   DUYURU Scroll Animasyonu

   ============================ */
.duyurular-animate .duyuru-anim {
    opacity: 0;
    transform: translateY(14px);
    filter: blur(2px);
    transition: opacity .55s ease, transform .55s cubic-bezier(.2,.8,.2,1), filter .55s ease;
    will-change: transform, opacity, filter;
}

.duyurular-animate.animate-now .duyuru-anim {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

    /* Stagger (12’ye kadar) */
    .duyurular-animate.animate-now .duyuru-anim:nth-child(1) {
        transition-delay: .02s;
    }

    .duyurular-animate.animate-now .duyuru-anim:nth-child(2) {
        transition-delay: .06s;
    }

    .duyurular-animate.animate-now .duyuru-anim:nth-child(3) {
        transition-delay: .10s;
    }

    .duyurular-animate.animate-now .duyuru-anim:nth-child(4) {
        transition-delay: .14s;
    }

    .duyurular-animate.animate-now .duyuru-anim:nth-child(5) {
        transition-delay: .18s;
    }

    .duyurular-animate.animate-now .duyuru-anim:nth-child(6) {
        transition-delay: .22s;
    }

    .duyurular-animate.animate-now .duyuru-anim:nth-child(7) {
        transition-delay: .26s;
    }

    .duyurular-animate.animate-now .duyuru-anim:nth-child(8) {
        transition-delay: .30s;
    }

    .duyurular-animate.animate-now .duyuru-anim:nth-child(9) {
        transition-delay: .34s;
    }

    .duyurular-animate.animate-now .duyuru-anim:nth-child(10) {
        transition-delay: .38s;
    }

    .duyurular-animate.animate-now .duyuru-anim:nth-child(11) {
        transition-delay: .42s;
    }

    .duyurular-animate.animate-now .duyuru-anim:nth-child(12) {
        transition-delay: .46s;
    }

/* ============================
  Duyuru  Mobil
   ============================ */
@media (max-width: 576px) {
    .duyuru-afis-card {
        border-radius: 14px;
    }

        .duyuru-afis-card:hover {
            transform: translateY(-3px);
        }

            .duyuru-afis-card:hover .duyuru-afis-img {
                transform: scale(1.02);
            }
}

@media (min-width: 577px) and (max-width: 991px) {
    .duyuru-afis-card {
        border-radius: 16px;
    }
}

/* Erişilebilirlik */
@media (prefers-reduced-motion: reduce) {
    .duyurular-animate .duyuru-anim,
    .duyuru-afis-img,
    .duyuru-afis-card {
        transition: none !important;
        transform: none !important;
        filter: none !important;
    }
}
/* ============================================
   "Tüm Duyurular" / "Tüm Videolar" BUTONLARI
   ============================================ */

.link-tum-videolar,
.link-tum-duyurular {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-weight: 700;
    font-size: .9rem;
    text-decoration: none;
    padding: .45rem 1.15rem;
    border-radius: 999px;
    border: 1px solid rgba(124,58,237,.35);
    background: linear-gradient( 135deg, rgba(248,242,255,.96), rgba(230,255,250,.96), rgba(255,245,250,.96) );
    color: #3b2f5b;
    box-shadow: 0 6px 18px rgba(139,95,191,.16);
    position: relative;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

    /* İçten geçen hafif parlama çizgisi */
    .link-tum-videolar::before,
    .link-tum-duyurular::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, rgba(255,255,255,.10), rgba(255,255,255,.55), rgba(255,255,255,.10) );
        transform: translateX(-120%);
        pointer-events: none;
        opacity: 0;
    }

    /* Ok ikonu */
    .link-tum-videolar::after,
    .link-tum-duyurular::after {
        content: "↗";
        font-size: .9rem;
        transform: translateX(0);
        transition: transform .18s ease;
        color: var(--lila);
    }

    /* Hover efekti */
    .link-tum-videolar:hover,
    .link-tum-duyurular:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 26px rgba(139,95,191,.22);
        color: #1f1634;
        background: linear-gradient( 135deg, rgba(248,242,255,1), rgba(230,255,250,1), rgba(255,245,250,1) );
    }

        /* Hover’da parlama çizgisi ve ok animasyonu */
        .link-tum-videolar:hover::before,
        .link-tum-duyurular:hover::before {
            animation: pillShine .8s ease-out forwards;
            opacity: 1;
        }

        .link-tum-videolar:hover::after,
        .link-tum-duyurular:hover::after {
            transform: translateX(3px);
        }

/* Parlama animasyonu */
@keyframes pillShine {
    0% {
        transform: translateX(-120%);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        transform: translateX(120%);
        opacity: 0;
    }
}
.videos-section {
    margin-top: 2rem !important;
}
/* ============================
   ANASAYFA BLOK ANİMASYONLARI
   ============================ */

/* Ortak: aşağıdan yumuşak yükselme (Programlar + Duyurular) */
@keyframes blockRise {
    0% {
        opacity: 0;
        transform: translateY(22px) scale(0.97);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Videolar – sağdan kayarak gelsin */
@keyframes videoSlideRight {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Başlangıç: hepsi sakinsin, animasyon yok (sadece hafif aşağıda ve opak değil) */
.programs-animate .program-card,
.duyurular-animate .duyuru-card,
.videos-animate .card {
    opacity: 0;
    transform: translateY(22px) scale(0.97);
}

/* PROGRAM KARTLARI – sadece .animate-now gelince sırayla yükselsin */
.programs-animate.animate-now .program-card {
    animation: blockRise 0.6s ease-out forwards;
}

/* Sırayla gecikme */
.programs-animate.animate-now .row > div:nth-child(1) .program-card {
    animation-delay: 0.05s;
}

.programs-animate.animate-now .row > div:nth-child(2) .program-card {
    animation-delay: 0.12s;
}

.programs-animate.animate-now .row > div:nth-child(3) .program-card {
    animation-delay: 0.19s;
}

.programs-animate.animate-now .row > div:nth-child(4) .program-card {
    animation-delay: 0.26s;
}

.programs-animate.animate-now .row > div:nth-child(5) .program-card {
    animation-delay: 0.33s;
}

.programs-animate.animate-now .row > div:nth-child(6) .program-card {
    animation-delay: 0.40s;
}

/* DUYURU KARTLARI – hafif aşağıdan çıksın, scroll’a gelince */
.duyurular-animate.animate-now .duyuru-card {
    animation: blockRise 0.6s ease-out forwards;
}

.duyurular-animate.animate-now .row > div:nth-child(1) .duyuru-card {
    animation-delay: 0.15s;
}

.duyurular-animate.animate-now .row > div:nth-child(2) .duyuru-card {
    animation-delay: 0.25s;
}

.duyurular-animate.animate-now .row > div:nth-child(3) .duyuru-card {
    animation-delay: 0.35s;
}

/* VİDEOLAR – SAĞDAN KAYARAK, sadece .animate-now gelince */
.videos-animate.animate-now .card {
    animation: videoSlideRight 0.7s ease-out forwards;
}

.videos-animate.animate-now .row > div:nth-child(1) .card {
    animation-delay: 0.10s;
}

.videos-animate.animate-now .row > div:nth-child(2) .card {
    animation-delay: 0.18s;
}

.videos-animate.animate-now .row > div:nth-child(3) .card {
    animation-delay: 0.26s;
}

.videos-animate.animate-now .row > div:nth-child(4) .card {
    animation-delay: 0.34s;
}

.videos-animate.animate-now .row > div:nth-child(5) .card {
    animation-delay: 0.42s;
}

.videos-animate.animate-now .row > div:nth-child(6) .card {
    animation-delay: 0.50s;
}
/* ============================
   EĞİTİM VE PROGRAM / NEFES ÇALIŞMALARI SAYFASI ANİMASYON
   ============================ */
/* Nefes Çalışmaları – detay kartı */
.program-detail-card {
    position: relative;
    border-radius: 22px;
    padding: 2.2rem 2rem;
    background: linear-gradient( 135deg, rgba(248, 244, 255, 0.96), rgba(234, 252, 247, 0.96) );
    box-shadow: 0 18px 45px rgba(120, 81, 169, 0.16);
    overflow: hidden;
}


    /* arkada çok hafif renk lekeleri */
    .program-detail-card::before {
        content: "";
        position: absolute;
        inset: -40%;
        background: radial-gradient(circle at 0% 0%, rgba(168, 85, 247, 0.12), transparent 60%), radial-gradient(circle at 100% 100%, rgba(56, 189, 248, 0.12), transparent 55%);
        opacity: 0.8;
        pointer-events: none;
    }

    .program-detail-card::after {
        content: "";
        position: absolute;
        inset: 0;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        opacity: 0.45;
        pointer-events: none;
    }

    /* içerik ön plana çıksın */
    .program-detail-card > * {
        position: relative;
        z-index: 1;
    }

/* küçük başlık etiketi */
.program-detail-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0.25rem 0.9rem;
    border-radius: 999px;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(168, 85, 247, 0.25);
    color: var(--lila-dark, #7C3AED);
    margin-bottom: 0.9rem;
}

    .program-detail-label::before {
        content: "";
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: radial-gradient(circle, #22c55e, #16a34a);
    }

/* başlık */
.program-detail-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--ink, #0F1020);
    margin-bottom: 1.2rem;
}

/* paragraf düzeni */
.program-detail-body p {
    margin-bottom: 0.65rem;
    line-height: 1.7;
    color: #3b3640;
    font-size: 0.98rem;
}

/* alıntı kutusu */
.program-quote {
    margin: 1.4rem 0 0;
    padding-left: 1.1rem;
    border-left: 3px solid var(--lila, #A855F7);
    color: #4b3f5e;
    font-style: italic;
    font-size: 0.95rem;
}

    .program-quote blockquote {
        margin: 0;
    }

/* kartın giriş animasyonu */
@keyframes programCardIn {
    0% {
        opacity: 0;
        transform: translateY(28px) scale(0.97);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.program-detail-card.is-visible {
    animation: programCardIn 0.9s ease-out forwards;
}

/* mobilde biraz nefes aldır */
@media (max-width: 576px) {
    .program-detail-card {
        padding: 1.6rem 1.4rem;
    }
}

/* ============================
  RANDEVU AL
   ============================ */
/* Randevu kartı – pastel cam görünüm + animasyon */
.randevu-card {
    border: none;
    border-radius: 20px;
    background: radial-gradient(circle at top left, rgba(232, 222, 255, 0.95), rgba(210, 232, 255, 0.95));
    box-shadow: 0 18px 45px rgba(89, 69, 141, 0.25);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(24px) scale(0.98);
    animation: randevuFadeIn 0.8s ease-out forwards;
}

    /* İçeride hafif pastel baloncuklar */
    .randevu-card::before,
    .randevu-card::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        filter: blur(30px);
        opacity: 0.5;
        pointer-events: none;
    }

    .randevu-card::before {
        width: 180px;
        height: 180px;
        background: rgba(186, 104, 200, 0.4); /* lila */
        top: -60px;
        right: -40px;
    }

    .randevu-card::after {
        width: 220px;
        height: 220px;
        background: rgba(129, 212, 250, 0.35); /* açık mavi */
        bottom: -80px;
        left: -60px;
    }

@keyframes randevuFadeIn {
    from {
        opacity: 0;
        transform: translateY(24px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Başlık rozeti */
.randevu-header .randevu-badge {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    font-size: 1.6rem;
}

/* Kart içi input / select’ler pastel border ile */
.randevu-card .form-control,
.randevu-card .form-select {
    border-radius: 12px;
    border: 1px solid rgba(148, 112, 192, 0.25);
    background-color: rgba(255, 255, 255, 0.9);
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
}

    .randevu-card .form-control:focus,
    .randevu-card .form-select:focus {
        border-color: rgba(148, 112, 192, 0.8);
        box-shadow: 0 0 0 0.15rem rgba(148, 112, 192, 0.25);
        outline: none;
        transform: translateY(-1px);
    }

/* WhatsApp butonu */
.randevu-whatsapp-btn {
    border-radius: 999px;
    border: none;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding-block: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #25D366, #1ebe57);
    box-shadow: 0 14px 30px rgba(37, 211, 102, 0.35);
    transform: translateY(0);
    transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
    color: #fff;
}

    .randevu-whatsapp-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 40px rgba(37, 211, 102, 0.45);
        filter: brightness(1.03);
        color: #fff;
    }

    .randevu-whatsapp-btn:active {
        transform: translateY(0);
        box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
    }

/* Küçük ekranlarda kart boşlukları */
@media (max-width: 576px) {
    .randevu-card {
        border-radius: 16px;
    }
}
/* ============================
 Programlar içerisinde resimler
============================ */

.program-split {
    display: grid;
    grid-template-columns: 1.55fr 0.95fr;
    gap: 1.4rem;
    align-items: start;
}

.program-text {
    min-width: 0;
}

.program-side {
    min-width: 0;
}

/* Sağ blok sabit şık kart gibi dursun */
.program-slider {
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(139,95,191,0.14);
    box-shadow: 0 10px 28px rgba(139,95,191,0.12);
}

/* ANA GÖRSEL KUTUSU */
.program-main {
    padding: 12px;
}

/* ANA GÖRSEL: KIRPMA YOK */
.program-main-img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    object-position: center;
    border-radius: 14px;
    display: block;
    background: radial-gradient( circle at 20% 10%, rgba(255,255,255,.92), rgba(245,235,255,.55), rgba(230,255,250,.45) );
}

/* Thumbnail sıra */
.program-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 12px;
    padding-top: 0;
}

.thumb {
    border: 0;
    background: transparent;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    position: relative;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

    .thumb img {
        width: 100%;
        height: 78px;
        object-fit: cover;
        display: block;
    }

    /* Aktif thumbnail */
    .thumb.is-active {
        box-shadow: 0 0 0 3px rgba(168,85,247,0.25), 0 12px 22px rgba(139,95,191,0.18);
    }

/* MOBİL */
@media (max-width: 992px) {
    .program-split {
        grid-template-columns: 1fr;
    }

    .program-main-img {
        height: 220px;
    }

    .program-thumbs {
        grid-template-columns: repeat(6, 1fr);
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding-bottom: 14px;
    }

    .thumb {
        min-width: 92px;
        scroll-snap-align: start;
    }
}
.program-main-img {
    transition: none !important;
    animation: none !important;
}

/* =========================
   BLOG Sayfası (Güncel)
========================= */

.blog-hero {
    margin-bottom: 18px;
    padding-top: 6px;
}

/* Başlık: siteye uygun süs (DEĞİŞMEDİ) */
.blog-title {
    font-size: 2.2rem;
    margin: 0;
    letter-spacing: .04em;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

    .blog-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 64%;
        height: 3px;
        border-radius: 3px;
        background: linear-gradient(90deg, #8b5fbf, #c4b5fd, #67e8f9);
        opacity: .95;
    }

.blog-subtitle {
    margin-top: 10px;
    color: rgba(0,0,0,.55);
    max-width: 62ch;
}

/* Grid (PC aynı) */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

/* Kart (PC aynı) */
.blog-card {
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(139,95,191,0.14);
    box-shadow: 0 10px 26px rgba(139,95,191,0.10);
    transition: transform .18s ease, box-shadow .18s ease;
}

    /* Hover (PC aynı) */
    .blog-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 34px rgba(139,95,191,0.14);
    }

.blog-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

/* Kapak (PC aynı) */
.blog-cover {
    height: 190px;
    background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.95), rgba(245,235,255,.65), rgba(230,255,250,.45));
}

    .blog-cover img {
        width: 100%;
        height: 100%;
        object-fit: contain; /* kırpma yok */
        display: block;
    }

/* Kapaksız kart */
.blog-cover--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    color: rgba(0,0,0,.45);
    letter-spacing: .02em;
}

.blog-card-body {
    padding: 14px 16px 18px;
}

.blog-date {
    font-size: .85rem;
    color: rgba(0,0,0,.55);
    margin-bottom: 6px;
}

.blog-card-title {
    font-size: 1.15rem;
    line-height: 1.3;
    margin: 0;
}

/* =========================
   Blog Detail (PC aynı)
========================= */

.blog-detail {
    max-width: 860px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .55s ease, transform .55s ease;
}

    .blog-detail.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

.blog-detail-title {
    font-size: 2rem;
    margin-bottom: 6px;
    line-height: 1.15;
}

.blog-detail-date {
    color: rgba(0,0,0,.55);
    margin-bottom: 12px;
}

/* Üstte kapak (PC aynı) */
.blog-detail-cover {
    margin: 16px 0 22px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(139,95,191,0.12);
    background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.95), rgba(245,235,255,.65), rgba(230,255,250,.45));
}

    .blog-detail-cover img {
        width: 100%;
        height: 260px;
        object-fit: contain;
        display: block;
    }

/* Gazete düzeni (PC: solda foto, yazı akar) */
.blog-float-cover {
    float: left;
    width: 320px;
    max-width: 46%;
    margin: 6px 18px 10px 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(139,95,191,0.12);
    background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.95), rgba(245,235,255,.65), rgba(230,255,250,.45));
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .55s ease, transform .55s ease;
}

.blog-detail.is-visible .blog-float-cover {
    opacity: 1;
    transform: translateY(0);
}

.blog-float-cover img {
    width: 100%;
    height: 240px;
    object-fit: contain;
    display: block;
}

.blog-clear {
    clear: both;
}

/* İçerik tipografi */
.blog-content {
    font-size: 1.03rem;
    line-height: 1.75;
}

    .blog-content img {
        max-width: 100%;
        border-radius: 14px;
        margin: 12px 0;
        height: auto;
    }

/* Liste animasyonları */
.blog-card {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .55s ease, transform .55s ease;
}

    .blog-card.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

/* =========================
   MOBİL / TABLET BOYUT SIKILAŞTIRMA
   (Videolar gibi kompakt)
========================= */

/* Tablet (PC hissini bozmadan biraz sıkılaştırma) */
@media (max-width: 992px) {
    /* PC’de 3 kolon kalsın istemiyorsan 2’ye indiriyoruz (daha profesyonel) */
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .blog-cover {
        height: 160px;
    }

    .blog-card-body {
        padding: 12px 14px 14px;
    }

    .blog-card-title {
        font-size: 1.05rem;
        line-height: 1.3;
    }

    .blog-title {
        font-size: 1.9rem;
    }

    /* Detay: “gazete” mobilde en doğru şekilde foto üstte */
    .blog-float-cover {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 10px 0 14px 0;
    }

        .blog-float-cover img {
            height: 220px;
        }
}

/* Telefon (Videolar gibi 2 kolon + daha kısa kapak) */
@media (max-width: 576px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .blog-card {
        border-radius: 14px;
    }

    .blog-cover {
        height: 120px;
    }

    .blog-card-body {
        padding: 10px 12px 12px;
    }

    .blog-date {
        font-size: .80rem;
        margin-bottom: 4px;
    }

    .blog-card-title {
        font-size: .95rem;
        line-height: 1.25;
    }

    .blog-title {
        font-size: 1.75rem;
    }

    /* Detay kapaklar mobilde daha kısa */
    .blog-detail-cover img,
    .blog-float-cover img {
        height: 200px;
    }

    .blog-detail-title {
        font-size: 1.5rem;
    }
}

/* =========================
   Videolar Sayfası
========================= */

.video-title {
    font-size: 2rem;
    letter-spacing: .2px;
    margin-bottom: 16px;
}

/* Kart */
.video-card {
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(139,95,191,0.14);
    box-shadow: 0 10px 26px rgba(139,95,191,0.10);
}

/* Thumbnail link */
.video-thumb {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Kapak */
.video-cover {
    position: relative;
    height: 170px;
    background: #f5f0fa;
    overflow: hidden;
}

    .video-cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* Kapak yoksa */
.video-cover--empty {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0,0,0,.45);
    font-size: .95rem;
}

/* Play overlay */
.video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

    .video-play::before {
        content: "";
        width: 54px;
        height: 54px;
        border-radius: 999px;
        background: rgba(255,255,255,.9);
        box-shadow: 0 12px 26px rgba(139,95,191,.18);
    }

    .video-play::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 14px solid rgba(139,95,191,.95);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        transform: translateX(2px);
    }

/* Başlık */
.video-card-title {
    font-size: 1.05rem;
    line-height: 1.25;
    margin: 0 0 8px;
}

/* Açıklama BUTON ile açılacak: default gizli */
.video-aciklama-full {
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(245,235,255,.55);
    border: 1px solid rgba(139,95,191,.14);
    color: rgba(0,0,0,.75);
    font-size: .95rem;
    line-height: 1.6;
}

/* Modal video görünümü */
.video-modal .modal-body {
    padding: 14px;
}

.video-player-wrap iframe {
    border: 0;
    border-radius: 14px;
}

.video-player {
    border-radius: 14px;
    overflow: hidden;
}

/* Tablet */
@media (max-width: 992px) {
    .video-title {
        font-size: 1.7rem;
    }

    .video-cover {
        height: 160px;
    }
}

/* Mobil: 2 kolon + daha küçük */
@media (max-width: 576px) {

    /* Mobilde 2 kolon (Bootstrap row içinde) */
    .video-grid > [class*="col-"],
    .row.g-3.video-grid > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .video-card {
        border-radius: 12px;
    }

    .video-cover {
        height: 120px;
    }

    .video-card .card-body {
        padding: 12px;
    }

    .video-card-title {
        font-size: .95rem;
        margin-bottom: 6px;
    }

    .video-aciklama-full {
        font-size: .9rem;
        padding: 8px 10px;
        border-radius: 12px;
    }

    .video-card .btn {
        font-size: .8rem;
        padding: 3px 8px;
    }

    .video-play::before {
        width: 44px;
        height: 44px;
    }

    .video-play::after {
        border-left-width: 12px;
        border-top-width: 9px;
        border-bottom-width: 9px;
    }
}
/*ANASAYFA VİDEO MOBİL GÖRÜNÜMÜ*/
@media (max-width: 576px) {
    .videos-section .row.g-3 {
        --bs-gutter-x: .75rem;
        --bs-gutter-y: .75rem;
    }

    .videos-section .card-body {
        padding: 10px;
    }

    .videos-section .fw-semibold {
        font-size: .95rem;
        margin-bottom: 6px !important;
    }
}
