/* Genel Stiller */
html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: 'SF Pro Display', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    cursor: url('/img/cursor-default.png'), auto;
}

body {
    margin-bottom: 60px;
    background: #1A2A3A;
    color: white;
    transition: background-color 0.6s ease-in-out;
}

/* Paragraf ve metin renkleri için genel stiller */
p {
    color: inherit;
}

/* Beyaz arka planlı bölümlerdeki paragraf metinleri */
.bg-white p, .bg-gray-50 p, section.bg-white p, section.bg-gray-50 p {
    color: #4b5563; /* Tailwind gray-600 */
}
.text-white {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
/* Koyu arka planlı bölümlerdeki paragraf metinleri */
.bg-\[\#1A2A3A\] p,
.bg-\[\#253545\] p,
.bg-gradient-to-r p,
section.bg-\[\#1A2A3A\] p,
section.bg-\[\#253545\] p {
    color: #e5e7eb; /* Tailwind gray-200 */
}

/* Başlık etiketleri için genel stiller */
h1, h2, h3, h4, h5, h6 {
    color: inherit;
}

/* Beyaz arka planlı bölümlerdeki başlık etiketleri */
.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white h6,
.bg-gray-50 h1, .bg-gray-50 h2, .bg-gray-50 h3, .bg-gray-50 h4, .bg-gray-50 h5, .bg-gray-50 h6,
section.bg-white h1, section.bg-white h2, section.bg-white h3, section.bg-white h4, section.bg-white h5, section.bg-white h6,
section.bg-gray-50 h1, section.bg-gray-50 h2, section.bg-gray-50 h3, section.bg-gray-50 h4, section.bg-gray-50 h5, section.bg-gray-50 h6 {
    color: #1A2A3A; /* Koyu lacivert */
}

/* Koyu arka planlı bölümlerdeki başlık etiketleri */
.bg-\[\#1A2A3A\] h1, .bg-\[\#1A2A3A\] h2, .bg-\[\#1A2A3A\] h3, .bg-\[\#1A2A3A\] h4, .bg-\[\#1A2A3A\] h5, .bg-\[\#1A2A3A\] h6,
.bg-\[\#253545\] h1, .bg-\[\#253545\] h2, .bg-\[\#253545\] h3, .bg-\[\#253545\] h4, .bg-\[\#253545\] h5, .bg-\[\#253545\] h6,
.bg-gradient-to-r h1, .bg-gradient-to-r h2, .bg-gradient-to-r h3, .bg-gradient-to-r h4, .bg-gradient-to-r h5, .bg-gradient-to-r h6,
section.bg-\[\#1A2A3A\] h1, section.bg-\[\#1A2A3A\] h2, section.bg-\[\#1A2A3A\] h3, section.bg-\[\#1A2A3A\] h4, section.bg-\[\#1A2A3A\] h5, section.bg-\[\#1A2A3A\] h6,
section.bg-\[\#253545\] h1, section.bg-\[\#253545\] h2, section.bg-\[\#253545\] h3, section.bg-\[\#253545\] h4, section.bg-\[\#253545\] h5, section.bg-\[\#253545\] h6 {
    color: #ffffff; /* Beyaz */
}

/* Kartlar ve özel bileşenlerdeki paragraf metinleri */
.blog-card p {
    color: #4a5568 !important; /* Tailwind gray-700 */
}

.expertise-card p {
    color: #B8C7E5 !important;
}

.glass-card p {
    color: rgba(255, 255, 255, 0.7) !important;
}

.prose p {
    color: #4b5563 !important; /* Tailwind gray-600 */
}

/* Kartlar ve özel bileşenlerdeki başlık etiketleri */
.blog-card h1, .blog-card h2, .blog-card h3, .blog-card h4, .blog-card h5, .blog-card h6 {
    color: #1A2A3A !important; /* Koyu lacivert */
}

.expertise-card h1, .expertise-card h2, .expertise-card h3, .expertise-card h4, .expertise-card h5, .expertise-card h6 {
    color: #ffffff !important; /* Beyaz */
}

.glass-card h1, .glass-card h2, .glass-card h3, .glass-card h4, .glass-card h5, .glass-card h6 {
    color: #ffffff !important; /* Beyaz */
}

.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
    color: #1A2A3A !important; /* Koyu lacivert */
}

/* Liste elementleri için genel stiller */
ul {
    color: inherit;
}

li {
    color: inherit;
}

/* Prose içindeki liste elementleri için özel stiller */
.prose ul, .prose ol {
    color: #4b5563; /* Tailwind gray-600 */
}

.prose ul li, .prose ol li {
    color: #4b5563; /* Tailwind gray-600 */
}

/* Beyaz arka planlı bölümlerdeki liste elementleri */
.bg-white ul, .bg-white ol, .bg-gray-50 ul, .bg-gray-50 ol {
    color: #4b5563; /* Tailwind gray-600 */
}

.bg-white ul li, .bg-white ol li, .bg-gray-50 ul li, .bg-gray-50 ol li {
    color: #4b5563; /* Tailwind gray-600 */
}

/* Koyu arka planlı bölümlerdeki liste elementleri */
.bg-\[\#1A2A3A\] ul, 
.bg-\[\#1A2A3A\] ol, 
.bg-\[\#253545\] ul, 
.bg-\[\#253545\] ol, 
.bg-gradient-to-r ul, 
.bg-gradient-to-r ol {
    color: #e5e7eb; /* Tailwind gray-200 */
}

.bg-\[\#1A2A3A\] ul li, 
.bg-\[\#1A2A3A\] ol li, 
.bg-\[\#253545\] ul li, 
.bg-\[\#253545\] ol li, 
.bg-gradient-to-r ul li, 
.bg-gradient-to-r ol li {
    color: #e5e7eb; /* Tailwind gray-200 */
}

/* Smooth Scroll */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #1A2A3A;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #253545;
}

/* Tıklanabilir elementler için özel imleç */
a, button, 
.hero-button, 
.expertise-card,
.team-card,
.blog-card,
.glass-card,
[role="button"],
.cursor-pointer {
    cursor: url('/img/cursor-pointer.png'), pointer !important;
}

/* İmleç hover efekti */
a:hover, button:hover,
.hero-button:hover,
.expertise-card:hover,
.team-card:hover,
.blog-card:hover,
.glass-card:hover {
    cursor: url('/img/cursor-pointer.png'), pointer !important;
}

/* Metin seçimi için normal imleç */
h1, h2, h3, h4, h5, h6 {
    cursor: url('/img/cursor-text.png'), text;
}

/* Hero Section */
.hero-section {
    height: 100vh;
    min-height: 600px;
    position: relative;
    overflow: hidden;
}

.hero-content {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1.2s ease-out forwards;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    position: relative;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-description {
    font-size: 1.5rem;
    color: #B8C7E5; /* Açık mavi-gri */
    font-weight: 400;
    letter-spacing: -0.01em;
}

.hero-button {
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-button-primary {
    background: linear-gradient(to right, #C6A962, #E5D3A3);
    color: #1A2A3A;
    box-shadow: 0 4px 6px rgba(198, 169, 98, 0.2);
}

.hero-button-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(198, 169, 98, 0.3);
}

.hero-button-secondary {
    background: linear-gradient(to right, #1A2A3A, #4a5568);
    color: white;
    box-shadow: 0 4px 6px rgba(198, 169, 98, 0.2);
}

    .hero-button-secondary:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 8px rgba(198, 169, 98, 0.3);
    }

/* Beyaz arka planda hero butonları için özel stiller */
.bg-white .hero-button-secondary, 
.bg-gray-50 .hero-button-secondary,
section.bg-white .hero-button-secondary, 
section.bg-gray-50 .hero-button-secondary {
    color: #1A2A3A;
    border: 2px solid #1A2A3A;
}

.bg-white .hero-button-secondary:hover, 
.bg-gray-50 .hero-button-secondary:hover,
section.bg-white .hero-button-secondary:hover, 
section.bg-gray-50 .hero-button-secondary:hover {
    background: rgba(26, 42, 58, 0.1);
    color: #1A2A3A;
}

/* Genel buton stilleri */
.btn {
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    background: linear-gradient(to right, #C6A962, #E5D3A3);
    color: #1A2A3A;
    box-shadow: 0 4px 6px rgba(198, 169, 98, 0.2);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(198, 169, 98, 0.3);
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* Beyaz arka planda butonlar için özel stiller */
.bg-white .btn-secondary, 
.bg-gray-50 .btn-secondary,
section.bg-white .btn-secondary, 
section.bg-gray-50 .btn-secondary {
    color: #1A2A3A;
    border: 2px solid #1A2A3A;
}

.bg-white .btn-secondary:hover, 
.bg-gray-50 .btn-secondary:hover,
section.bg-white .btn-secondary:hover, 
section.bg-gray-50 .btn-secondary:hover {
    background: rgba(26, 42, 58, 0.1);
    color: #1A2A3A;
}

/* İstatistikler */
.stats-section {
    background: linear-gradient(to bottom, #2C3E50, #34495E);
}

/* Expertise Section */
.expertise-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(198, 169, 98, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 2rem;
    padding: 2rem;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    overflow: hidden;
}

.expertise-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(120deg, 
        rgba(198, 169, 98, 0.05),
        rgba(0, 255, 0, 0.02),
        rgba(198, 169, 98, 0.05));
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
}

.expertise-card:hover {
    transform: translateY(-5px) scale(1.02);
    border-color: rgba(198, 169, 98, 0.3);
    box-shadow: 0 20px 40px rgba(10, 25, 49, 0.2),
                0 0 30px rgba(198, 169, 98, 0.1);
}

.expertise-card:hover::before {
    opacity: 1;
}

.expertise-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(to bottom right, #C6A962, #E5D3A3);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.expertise-icon i {
    font-size: 2rem;
    color: #2C3E50;
}

.expertise-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

.expertise-card p {
    color: #B8C7E5;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.expertise-card ul {
    margin-bottom: 1.5rem;
}

.expertise-card li {
    color: #B8C7E5;
    font-size: 0.875rem;
}

.expertise-link {
    display: inline-flex;
    align-items: center;
    color: #C6A962;
    font-weight: 500;
    transition: color 0.3s ease;
}

.expertise-link:hover {
    color: #E5D3A3;
}

/* Glass Card */
.glass-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.glass-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

.glass-icon {
    width: 60px;
    height: 60px;
    background: rgba(198, 169, 98, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #C6A962;
    font-size: 1.5rem;
}

.glass-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: white;
}

.glass-card p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

/* Team Section */
.team-card {
    background: rgba(29, 29, 31, 0.8);
    border-radius: 2rem;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.team-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(120deg,
        rgba(198, 169, 98, 0.05),
        rgba(0, 255, 0, 0.02),
        rgba(198, 169, 98, 0.05));
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.team-image {
    height: 300px;
    overflow: hidden;
}

.team-image div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-card:hover .team-image div {
    transform: scale(1.05);
}

.team-info {
    padding: 2rem;
}

.team-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.badge {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.team-info h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.team-title {
    color: #86868b;
    margin-bottom: 1rem;
}

.team-description {
    color: #86868b;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.team-specialties {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.specialty {
    background: rgba(255, 255, 255, 0.05);
    color: #86868b;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.team-link {
    display: inline-flex;
    align-items: center;
    color: #06c;
    font-weight: 500;
    transition: color 0.3s ease;
}

.team-link:hover {
    color: #007aff;
}

/* Blog Section */
.blog-card {
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.blog-image {
    height: 200px;
    position: relative;
}

.dummy-bg-blog-1, .dummy-bg-blog-2, .dummy-bg-blog-3 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.dummy-bg-blog-1 {
    background-image: url('/img/blog/family-law.jpg');
}

.dummy-bg-blog-2 {
    background-image: url('/img/blog/labor-law.jpg');
}

.dummy-bg-blog-3 {
    background-image: url('/img/blog/real-estate.jpg');
}

.blog-category {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: #1A2A3A;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.blog-content {
    padding: 1.5rem;
}

.blog-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.blog-date, .blog-read-time {
    font-size: 0.75rem;
    color: #718096;
}

.blog-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1A2A3A;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.blog-card p {
    color: #4a5568;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.blog-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.blog-author-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-author-name {
    font-weight: 600;
    color: #1A2A3A;
    font-size: 0.875rem;
}

.blog-author-title {
    font-size: 0.75rem;
    color: #718096;
}

.blog-link {
    display: inline-flex;
    align-items: center;
    color: #1A2A3A;
    font-weight: 600;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}

.blog-link:hover {
    color: #C6A962;
}

/* View All Link */
.view-all-link {
    display: inline-flex;
    align-items: center;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.view-all-link:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.view-all-link.dark {
    color: #1d1d1f;
    border: 2px solid rgba(29, 29, 31, 0.2);
}

.view-all-link.dark:hover {
    color: #000;
    background: rgba(29, 29, 31, 0.05);
}

/* Beyaz arka planda view-all-link için özel stiller */
.bg-white .view-all-link, 
.bg-gray-50 .view-all-link,
section.bg-white .view-all-link, 
section.bg-gray-50 .view-all-link {
    color: #1A2A3A;
    border: 2px solid rgba(26, 42, 58, 0.2);
}

.bg-white .view-all-link:hover, 
.bg-gray-50 .view-all-link:hover,
section.bg-white .view-all-link:hover, 
section.bg-gray-50 .view-all-link:hover {
    background: rgba(26, 42, 58, 0.05);
    color: #1A2A3A;
}

/* Section Titles */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
}

.section-title.dark {
    color: #1A2A3A;
}

.section-description {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.section-description.dark {
    color: #4a5568;
}

/* Animasyonlar */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-description {
        font-size: 1.25rem;
    }

    .section-title {
        font-size: 2.5rem;
    }

    .section-description {
        font-size: 1.25rem;
    }

    .expertise-card,
    .team-card,
    .blog-card,
    .glass-card {
        margin-bottom: 2rem;
    }
}

/* Intersection Observer için */
.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Dummy Backgrounds */
.dummy-bg-hero {
    background: linear-gradient(to bottom, #1A2A3A, #253545);
    position: relative;
}

.dummy-bg-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/img/pattern.png');
    background-size: cover;
    opacity: 0.05;
}

/* Hero section için arka plan görseli eklendiğinde kullanılacak stil */
/* 
.dummy-bg-hero {
    background: linear-gradient(to bottom, rgba(26, 42, 58, 0.8), rgba(37, 53, 69, 0.8));
    position: relative;
}

.dummy-bg-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/img/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.6;
}
*/

.dummy-bg-team-1, .dummy-bg-team-2, .dummy-bg-team-3 {
    background-size: cover;
    background-position: center;
    filter: grayscale(0.2) contrast(1.1);
}

.dummy-bg-blog-1, .dummy-bg-blog-2, .dummy-bg-blog-3 {
    background-size: cover;
    background-position: center;
    filter: grayscale(0.1) contrast(1.1);
}

/* Typewriter Efekti */
.typewriter-container {
    height: 50px;
    margin-bottom: 2rem;
}

.typewriter-text {
    font-size: 1.25rem;
    color: #C6A962;
    font-weight: 500;
}

/* Typewriter Efekti */
.typewriter-container {
    min-height: 3em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2rem;
}

.typewriter-text {
    position: relative;
    color: #B8C7E5;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.5;
    padding-right: 0.1em;
    white-space: nowrap;
    overflow: hidden;
}

.typewriter-text::after {
    content: '|';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-55%);
    color: #C6A962;
    font-weight: 400;
    animation: blink 0.7s infinite;
}

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