/* YAZDIRMA DOSTU TASARIM (PRINT CSS) */
/* Bu stiller sadece CTRL+P yapıldığında devreye girer */

/* Gemini yardımı alınmıştır. */

@media print {
    header, 
    footer, 
    .theme-btn, .lang-btn, .back-to-top, 
    .filter-container, 
    .cv-section,
    .scroll-progress-container,
    .cursor, .cursor-follower, 
    #curtain-overlay, 
    .btn, 
    .hero-buttons 
    {
        display: none !important;
    }

    body, #app-container, .project-card, .skill-card {
        background: white !important;
        color: black !important;
        box-shadow: none !important;
        border: none !important;
        text-shadow: none !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    body {
        font-family: "Times New Roman", Times, serif; 
        font-size: 12pt;
        line-height: 1.4;
    }

    main {
        padding-top: 0 !important;
        max-width: 100% !important;
    }

    #app-container {
        padding: 0 !important;
        margin: 0 !important;
    }

    .home-section {
        text-align: left !important; 
        padding: 0 !important;
        margin-bottom: 20px !important;
        border-bottom: 2px solid #000; 
        padding-bottom: 10px !important;
    }

    .home-section h1 {
        font-size: 24pt !important;
        margin-bottom: 5px !important;
        color: black !important;
        text-align: left !important;
        border: none !important; 
    }

    .typewriter-wrapper {
        font-size: 14pt !important;
        color: #444 !important;
        font-weight: normal !important;
        min-height: auto !important;
        margin: 0 !important;
    }
    
    .txt-cursor { display: none !important; }

    .student-id, .subtitle {
        font-size: 10pt !important;
        color: #666 !important;
        opacity: 1 !important;
        margin-bottom: 2px !important;
    }

    h2 {
        font-size: 16pt !important;
        margin-top: 30px !important;
        margin-bottom: 10px !important;
        border-bottom: 1px solid #ccc !important;
        text-transform: uppercase;
        color: black !important;
        text-align: left !important;
    }

    h3 {
        font-size: 14pt !important;
        margin-top: 15px !important;
        color: #333 !important;
    }

    p {
        font-size: 11pt !important;
        margin-bottom: 10px !important;
        color: #000 !important;
        text-align: justify; 
    }

    a {
        text-decoration: none !important;
        color: black !important;
    }

    .skill-bar-container {
        border: none !important;
        padding: 0 !important;
        margin-bottom: 5px !important;
        background: transparent !important;
    }

    .skill-info {
        font-weight: bold;
        margin-bottom: 0 !important;
    }

    .progress-bar {
        border: 1px solid #000 !important;
        background: white !important;
        height: 6px !important;
        border-radius: 0 !important;
    }

    .progress {
        background: #000 !important;
        border-radius: 0 !important;
    }

    .projects-grid {
        display: block !important;
    }

    .project-card {
        page-break-inside: avoid;
        border: none !important;
        border-bottom: 1px dotted #999 !important;
        margin-bottom: 15px !important;
        padding: 0 !important;
        padding-bottom: 15px !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    .project-card h3 {
        margin: 0 !important;
        font-size: 14pt !important;
    }

    .project-card img {
        display: none !important; 
    }
    
    .project-card .btn {
        display: none !important;
    }

    .timeline {
        padding-left: 0 !important;
        margin: 0 !important;
    }
    .timeline::before { display: none !important; } 
    
    .timeline-item {
        margin-bottom: 15px !important;
        page-break-inside: avoid;
    }
    
    .timeline-dot { display: none !important; } 
    
    .timeline-content {
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
        background: transparent !important;
    }
    
    .timeline-date {
        font-weight: bold;
        color: #000 !important;
        background: transparent !important;
        padding: 0 !important;
        display: block;
    }
}