/* Ana Stil Tanımlamaları - Tosyalı Tema - Performance Optimized */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background:#121212;color:#e2e8f0;line-height:1.6;overflow-x:hidden;font-display:swap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

header{background:#1a365d;color:#fff;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.1);will-change:transform}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

header h1 {
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 1px;
}

nav {
    display: flex;
    gap: 2rem;
}

nav a{color:#fff;text-decoration:none;font-weight:400;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;padding:.5rem 0;transition:color .3s ease;position:relative}
nav a::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#3182ce;transition:width .3s ease}
nav a:hover::after,nav a.active::after{width:100%}
nav a:hover{color:#3182ce}

/* Ana İçerik Alanı */
main {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    background: #121212;
}

/* Slider Stilleri */
#slider {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    overflow: hidden;
    margin-bottom: 0;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 54, 93, 0.8) 0%, rgba(45, 90, 135, 0.6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-content {
    text-align: center;
    color: white;
    z-index: 2;
    max-width: 800px;
    padding: 0 2rem;
}

.slider-content h2 {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.slider-content p {
    font-size: 1.3rem;
    font-weight: 300;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

/* Hero Bölümü - Tosyalı Tarzı */
#hero {
    background: linear-gradient(135deg, #1a365d 0%, #2d5a87 100%);
    color: white;
    text-align: center;
    padding: 8rem 2rem 6rem;
    position: relative;
    overflow: hidden;
}

#hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="30" cy="10" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="70" cy="10" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-subtitle {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.hero-content h2 {
    font-size: 4rem;
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: 2px;
}

.hero-quote {
    font-size: 1.4rem;
    font-weight: 300;
    font-style: italic;
    max-width: 800px;
    margin: 0 auto 3rem;
    opacity: 0.9;
}

.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    opacity: 0.7;
    cursor: pointer;
}

.scroll-indicator svg {
    width: 20px;
    height: 20px;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

/* Bölüm Stilleri - Tosyalı Tarzı */
section {
    margin-bottom: 0;
    padding: 4rem 0;
    position: relative;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-number {
    position: absolute;
    right: 2rem;
    top: 2rem;
    font-size: 3rem;
    font-weight: 300;
    color: #4a5568;
    z-index: 1;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}

h2 {
    font-size: 2.5rem;
    font-weight: 300;
    color: #63b3ed;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-scroll {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #a0aec0;
    font-size: 0.9rem;
    cursor: pointer;
}

.section-scroll svg {
    width: 16px;
    height: 16px;
}

/* Alternatif Bölüm Renkleri */
section:nth-child(even) {
    background: #1a202c;
}

section:nth-child(odd) {
    background: #121212;
}

/* Biyografi Bölümü */
.bio-content p {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
    text-align: justify;
}

.read-more-btn {
    display: inline-block;
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 1rem;
    transition: all 0.3s ease;
    font-weight: bold;
}

.read-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

/* Şiir Stilleri - Tosyalı Tarzı */
.poem {
    background: #2d3748;
    border: 1px solid #4a5568;
    border-radius: 8px;
    padding: 3rem;
    margin-bottom: 3rem;
    position: relative;
    transition: all 0.3s ease;
}

.poem:hover {
    border-color: #63b3ed;
    box-shadow: 0 4px 20px rgba(99, 179, 237, 0.2);
}

.poem::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #63b3ed, #3182ce);
}

.poem.featured::before {
    background: linear-gradient(to bottom, #63b3ed, #4299e1);
}

.poem h3 {
    color: #63b3ed;
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 2rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #4a5568;
}

.poem p {
    font-family: 'Georgia', serif;
    font-size: 1rem;
    line-height: 1.8;
    color: #e2e8f0;
    white-space: pre-line;
    text-align: left;
    font-style: italic;
}

/* Stats Kartları */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.stat-card {
    text-align: center;
    padding: 2rem;
    background: #2d3748;
    border: 1px solid #4a5568;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.stat-card:hover {
    border-color: #63b3ed;
    transform: translateY(-5px);
}

.stat-number {
    font-size: 3rem;
    font-weight: 300;
    color: #63b3ed;
    display: block;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: #a0aec0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Haberler/Blog Kartları */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.news-card {
    background: #2d3748;
    border: 1px solid #4a5568;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.news-card:hover {
    border-color: #63b3ed;
    box-shadow: 0 4px 20px rgba(99, 179, 237, 0.2);
}

.news-date {
    background: #1a365d;
    color: white;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.news-content {
    padding: 1.5rem;
}

.news-title {
    font-size: 1.1rem;
    font-weight: 400;
    color: #e2e8f0;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.news-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #63b3ed;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.news-link:hover {
    color: #4299e1;
}

/* Butonlar - Tosyalı Tarzı */
.poems-nav {
    text-align: center;
    margin-top: 3rem;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #3182ce;
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 0;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
}

.view-all-btn:hover {
    background: #2c5aa0;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #1a365d;
    color: white;
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    border-radius: 0;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    margin-top: 1rem;
}

.read-more-btn:hover {
    background: #2d3748;
}

/* Kitaplar Bölümü Stilleri */
#books {
    background: #1a202c;
}

.books-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
    margin: 3rem 0;
}

.book-card {
    display: flex;
    background: #2d3748;
    border: 1px solid #4a5568;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.book-card:hover {
    border-color: #63b3ed;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(99, 179, 237, 0.3);
}

.book-image {
    flex: 0 0 140px;
    height: 200px;
    overflow: hidden;
}

.book-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.book-info {
    flex: 1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.book-info h3 {
    color: #63b3ed;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.book-year {
    color: #a0aec0;
    font-size: 0.9rem;
    font-weight: 300;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.book-description {
    color: #e2e8f0;
    font-size: 1rem;
    line-height: 1.6;
    font-style: italic;
}

/* Sosyal Medya İkonları */
.social-media-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
}

.social-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.social-icon svg {
    width: 24px;
    height: 24px;
}

.social-icon:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

.social-icon.tiktok {
    background: linear-gradient(135deg, #000000, #ff0050);
}

.social-icon.youtube {
    background: linear-gradient(135deg, #ff0000, #cc0000);
}

.social-icon.instagram {
    background: linear-gradient(135deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.social-icon.facebook {
    background: linear-gradient(135deg, #1877f2, #4267b2);
}

.social-icon.whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.social-icon:hover.tiktok {
    background: linear-gradient(135deg, #333333, #ff0050);
}

.social-icon:hover.youtube {
    background: linear-gradient(135deg, #ff3333, #cc0000);
}

.social-icon:hover.instagram {
    background: linear-gradient(135deg, #5a7ce6, #6851db, #a33ab4, #d13584, #f1306c, #fd3d3d);
}

.social-icon:hover.facebook {
    background: linear-gradient(135deg, #4287f2, #5267b2);
}

.social-icon:hover.whatsapp {
    background: linear-gradient(135deg, #45e366, #328c7e);
}

/* Footer - Tosyalı Tarzı */
footer {
    background: #1a365d;
    color: #ffffff;
    text-align: center;
    padding: 3rem 0;
    margin-top: 0;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-links a:hover {
    opacity: 1;
}

.footer-copyright {
    font-size: 0.8rem;
    opacity: 0.6;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 2rem;
}

/* Hakkımda Sayfası Stilleri */
.about-content > div {
    margin-bottom: 3rem;
    padding: 2rem;
    background: #2d3748;
    border: 1px solid #4a5568;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.about-content h3 {
    color: #63b3ed;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #4a5568;
    padding-bottom: 0.5rem;
}

.personal-info p {
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
    color: #e2e8f0;
}

.personal-info strong {
    color: #63b3ed;
    font-weight: bold;
}

blockquote {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: 15px;
    font-style: italic;
    text-align: center;
    font-size: 1.2rem;
    margin: 2rem 0;
    position: relative;
}

blockquote::before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 3rem;
    opacity: 0.5;
}

/* İletişim Sayfası Stilleri */
.contact-content {
    max-width: 800px;
    margin: 0 auto;
}

.contact-intro {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 1.1rem;
    background: #2d3748;
    border: 1px solid #4a5568;
    padding: 2rem;
    border-radius: 15px;
    color: #e2e8f0;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.contact-card {
    background: #2d3748;
    border: 1px solid #4a5568;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    text-align: center;
    transition: transform 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    border-color: #63b3ed;
}

.contact-card h3 {
    color: #63b3ed;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.contact-link {
    display: inline-block;
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.contact-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

/* İletişim Formu Stilleri */
.message-section {
    background: #2d3748;
    border: 1px solid #4a5568;
    padding: 2.5rem;
    border-radius: 15px;
    margin: 3rem 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #e2e8f0;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #4a5568;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    font-family: 'Georgia', serif;
    background: #1a202c;
    color: #e2e8f0;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #63b3ed;
    box-shadow: 0 0 5px rgba(99, 179, 237, 0.3);
}

.submit-btn {
    background: linear-gradient(45deg, #4CAF50, #45a049);
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    margin: 2rem auto 0;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.4);
}

.form-note {
    text-align: center;
    font-style: italic;
    color: #a0aec0;
    margin-top: 1rem;
}

/* Edebiyat Etkinlikleri */
.social-literary {
    background: #2d3748;
    border: 1px solid #4a5568;
    padding: 2rem;
    border-radius: 15px;
    margin: 2rem 0;
}

.social-literary ul {
    list-style: none;
    padding: 0;
}

.social-literary li {
    padding: 0.8rem 0;
    font-size: 1.1rem;
    border-bottom: 1px solid #4a5568;
    color: #e2e8f0;
}

.social-literary li:last-child {
    border-bottom: none;
}

/* Alıntı Bölümü */
.quote-section {
    text-align: center;
    margin: 3rem 0;
}

.quote-section blockquote {
    font-size: 1.4rem;
    line-height: 1.6;
}

.quote-section cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    color: #63b3ed;
    font-weight: bold;
}

/* Responsive Tasarım - Geliştirilmiş Mobil Uyumluluk */

/* Tablet görünümü */
@media (max-width: 1024px) {
    .section-container {
        padding: 0 1.5rem;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .books-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .social-media-icons {
        bottom: 15px;
        right: 15px;
        gap: 12px;
    }
}

/* Mobil görünümü */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }
    
    header h1 {
        font-size: 1.5rem;
        text-align: center;
    }
    
    nav {
        gap: 0.5rem;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    nav a {
        font-size: 0.8rem;
        padding: 0.5rem 0.8rem;
        border: 1px solid #3182ce;
        border-radius: 20px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: all 0.3s ease;
    }
    
    nav a:hover, nav a.active {
        background: #3182ce;
        color: white;
    }
    
    main {
        padding-top: 140px;
    }
    
    /* Slider Responsive */
    #slider {
        height: 40vh;
        min-height: 300px;
    }
    
    .slider-content h2 {
        font-size: 2.2rem;
    }
    
    .slider-content p {
        font-size: 1.1rem;
    }
    
    .hero-content h2 {
        font-size: 2.5rem;
    }
    
    .hero-quote {
        font-size: 1.2rem;
    }
    
    .section-container {
        padding: 0 1rem;
    }
    
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    .section-number {
        display: none;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .news-grid {
        grid-template-columns: 1fr;
    }
    
    .poem {
        padding: 2rem;
    }
    
    /* Kitaplar Grid Responsive */
    .books-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .book-card {
        flex-direction: column;
    }
    
    .book-image {
        flex: none;
        height: 250px;
        width: 100%;
    }
    
    .book-info {
        padding: 1.5rem;
    }
    
    /* Sosyal Medya İkonları Responsive */
    .social-media-icons {
        bottom: 15px;
        right: 15px;
        gap: 12px;
    }
    
    .social-icon {
        width: 45px;
        height: 45px;
    }
    
    .social-icon svg {
        width: 20px;
        height: 20px;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .header-container {
        padding: 0 1rem;
    }
    
    header h1 {
        font-size: 1.3rem;
    }
    
    nav {
        gap: 0.5rem;
    }
    
    nav a {
        font-size: 0.7rem;
        padding: 0.3rem 0;
    }
    
    /* Slider Mobil */
    #slider {
        height: 35vh;
        min-height: 250px;
    }
    
    .slider-content {
        padding: 0 1rem;
    }
    
    .slider-content h2 {
        font-size: 1.8rem;
    }
    
    .slider-content p {
        font-size: 1rem;
    }
    
    #hero {
        padding: 4rem 1rem;
    }
    
    .hero-content h2 {
        font-size: 2rem;
    }
    
    .hero-quote {
        font-size: 1rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .poem {
        padding: 1.5rem;
    }
    
    .poem h3 {
        font-size: 1rem;
    }
    
    .poem p {
        font-size: 0.9rem;
    }
    
    /* Kitap Kartları Mobil */
    .book-info h3 {
        font-size: 1.2rem;
    }
    
    .book-description {
        font-size: 0.9rem;
    }
    
    /* Sosyal Medya İkonları Mobil */
    .social-media-icons {
        bottom: 10px;
        right: 10px;
        gap: 10px;
    }
    
    .social-icon {
        width: 40px;
        height: 40px;
    }
    
    .social-icon svg {
        width: 18px;
        height: 18px;
    }
}
