body {
    font-family: 'ABCDiatype','Helvetica Neue', Arial, sans-serif;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.text-pw-navy {
    color: hsl(212 47% 15%);
}

.bg-pw-navy {
    background-color: hsl(212 47% 15%);
}

.border-pw-navy {
    border-color: hsl(212 47% 15%);
}

.text-pw-navy-light {
    color: hsl(212 30% 25%);
}

.bg-pw-navy-light {
    background-color: hsl(212 30% 25%);
}

.text-pw-gray-50 {
    color: hsl(210 20% 98%);
}

.bg-pw-gray-50 {
    background-color: hsl(210 20% 98%);
}

.text-pw-gray-100 {
    color: hsl(210 20% 96%);
}

.bg-pw-gray-100 {
    background-color: hsl(210 20% 96%);
}

.text-pw-gray-200 {
    color: hsl(210 16% 93%);
}

.bg-pw-gray-200 {
    background-color: hsl(210 16% 93%);
}

.border-pw-gray-200 {
    border-color: hsl(210 16% 93%);
}

.text-pw-gray-300 {
    color: hsl(210 14% 89%);
}

.bg-pw-gray-300 {
    background-color: hsl(210 14% 89%);
}

.border-pw-gray-300 {
    border-color: hsl(210 14% 89%);
}

.text-pw-gray-400 {
    color: hsl(210 14% 83%);
}

.text-pw-gray-500 {
    color: hsl(210 11% 71%);
}

.text-pw-gray-600 {
    color: hsl(210 7% 56%);
}

.text-pw-gray-700 {
    color: hsl(210 9% 31%);
}

.transition-smooth {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-lift:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -5px rgb(0 0 0 / 0.1);
}


.nav-link {
    font-size: calc(clamp(1.5rem, 0vw + 1.5rem, 1.5rem));
    /*color: hsl(212 47% 15%);*/
    color: #0b3d71 !important;
    font-weight: 500;
    -webkit-transition: 0.4s;
    line-height: 1.875rem;
    font-family: "UntitledSerif";
    letter-spacing: -0.03em;
    font-family: "UntitledSerif";
    letter-spacing: -0.03em;
    /*transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);*/
}

    .nav-link:hover {
        color: hsl(212 30% 25%);
    }

.nav-link-mobile {
    color: hsl(212 47% 15%);
    padding: 0.5rem 0;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .nav-link-mobile:hover {
        color: hsl(212 30% 25%);
    }

.practice-card {
    background-color: white;
    border: 1px solid hsl(210 16% 93%);
    border-radius: 0.125rem;
    padding: 1.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .practice-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px -5px rgb(0 0 0 / 0.1);
    }

.btn-primary {
    background-color: hsl(212 47% 15%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.125rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    text-decoration: none;
}

    .btn-primary:hover {
        background-color: hsl(212 30% 25%);
    }

.btn-secondary {
    border: 1px solid hsl(212 47% 15%);
    color: hsl(212 47% 15%);
    padding: 0.75rem 1.5rem;
    border-radius: 0.125rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    text-decoration: none;
}

    .btn-secondary:hover {
        background-color: hsl(212 47% 15%);
        color: white;
    }

.text-shadow-md {
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Header scroll animasyonları - Orjinal React componentine göre düzeltildi */
.header-container {
    transition: all 0.5s ease-in-out;
}

    .header-container.scrolled {
        height: 80px !important;
    }

.main-header {
    transition: all 0.5s ease-in-out;
    margin: 0 auto;
}

    .main-header.scrolled {
        max-width: 80rem !important; /* max-w-7xl */
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        height: 80px !important;
        background-color: rgba(255, 255, 255, 0.95) !important;
        backdrop-filter: blur(4px) !important;
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
        z-index: 50 !important;
    }

.top-info-bar {
    font-size: calc(clamp(1rem, 0vw + 1rem, 1rem));
    line-height: 1.063rem;
    font-family: "UntitledSerif";
    text-transform: uppercase;
    color: #0b3d71 !important;
    transition: all 0.3s ease-in-out;
}

    .top-info-bar.scrolled {
        opacity: 0 !important;
        height: 0 !important;
        visibility: hidden !important;
    }

/* Logo animasyon düzeltmeleri - masaüstünde de mobil gibi smooth */
.main-logo {
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, font-size 0.3s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /**/
    font-size: 1.675rem !important;
    /**/
}

/* Normal durum - lg ekranlarda smooth positioning */
@media (min-width: 1024px) {
    .main-logo:not(.scrolled) {
        /* Normal durumda transform ile yukarı kaydır */
        transform: translateY(-36px);
        transition: width 0.3s ease-in-out, height 0.3s ease-in-out, font-size 0.3s ease-in-out, transform 0.3s ease-in-out;
    }
}

/* Scroll durumu - sabit pozisyon */
.main-logo.scrolled {
    width: 80px !important;
    height: 80px !important;
    font-size: 0.875rem !important;
    transform: translateY(0) !important; /* Scroll durumunda normal pozisyon */
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, font-size 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.main-logo a:hover{
    color:#fff;
}

.nav-container {
    transition: all 0.3s ease-in-out;
}

    .nav-container.scrolled {
        margin-top: 0px !important;
    }

/* Breadcrumb genel stil */
.breadcrumb {
    font-size: 0.95rem;
    margin: 1.5rem;
}

    .breadcrumb ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap; /* responsive için satır kırılma */
        padding: 0;
        margin: 0;
    }

    .breadcrumb li {
        display: flex;
        align-items: center;
        color: #555; /* mevcut gri tonlara uyum */
    }

        .breadcrumb li + li::before {
            content: "›"; /* ayraç */
            margin: 0 0.5rem;
            color: #999;
        }

    .breadcrumb a {
        text-decoration: none;
        color: #0077b6; /* marka rengi (örnek: mavi ton) */
        transition: color 0.3s ease;
    }

        .breadcrumb a:hover {
            color: #023e8a; /* hover için koyu ton */
        }

    .breadcrumb .active {
        font-weight: 600;
        color: #000; /* aktif sayfa vurgusu */
    }
