/* Birleşik Disleksi ve Konuşma Bozuklukları Page Styles */

.page-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3rem 2rem;
    text-align: center;
}

.page-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

.content-section {
    padding: 4rem 2rem;
}

.content-wrapper {
    background: white;
    padding: 3rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 0 auto;
}

.article-content {
    max-width: 100%;
}

.article-content h2 {
    font-size: 2rem;
    color: #333;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #4a90e2;
}

.article-content h2:first-child {
    margin-top: 0;
}

.article-content h3 {
    font-size: 1.5rem;
    color: #4a90e2;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.article-content h4 {
    font-size: 1.3rem;
    color: #555;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.article-content p {
    text-align: justify;
    margin-bottom: 1.2rem;
    line-height: 1.8;
    color: #333;
}

.numbered-list {
    list-style: decimal;
    padding-left: 2rem;
    margin: 1.5rem 0;
}

.numbered-list li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #333;
}

.service-list {
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0;
}

.service-list li {
    padding: 0.8rem 0;
    padding-left: 2rem;
    position: relative;
    line-height: 1.8;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
}

.service-list li:last-child {
    border-bottom: none;
}

.service-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #4a90e2;
    font-weight: bold;
    font-size: 1.5rem;
}

.content-divider {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin: 3rem 0;
}

.source {
    text-align: right;
    font-style: italic;
    color: #888;
    margin-top: 2rem;
    font-size: 0.95rem;
}

.note {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    border-radius: 5px;
}

.disorder-category {
    background: linear-gradient(135deg, #f5f7fa 0%, #e8f0f8 100%);
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 10px;
    border-left: 5px solid #4a90e2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.disorder-category:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.disorder-category h3 {
    color: #4a90e2;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.disorder-category p {
    margin-bottom: 0;
    text-align: left;
}

.info-box {
    background: linear-gradient(135deg, #fff3cd 0%, #ffe69c 100%);
    padding: 2rem;
    border-radius: 10px;
    border-left: 5px solid #ffc107;
    margin: 2rem 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.info-box h3 {
    color: #856404;
    margin-top: 0;
    margin-bottom: 1rem;
}

.info-box p {
    margin-bottom: 0;
    color: #856404;
}

.diagnosis-criteria {
    background: white;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 10px;
    border: 2px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.diagnosis-criteria h3 {
    color: #333;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #4a90e2;
}

.diagnosis-criteria p {
    margin-bottom: 1rem;
    text-align: left;
}

.diagnosis-criteria p:last-child {
    margin-bottom: 0;
}

.diagnosis-criteria strong {
    color: #4a90e2;
    font-weight: 600;
}

.parent-concerns {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    padding: 2.5rem;
    border-radius: 10px;
    margin: 2.5rem 0;
    border-left: 5px solid #dc3545;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.parent-concerns h2 {
    color: #721c24;
    margin-top: 0;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #dc3545;
    padding-bottom: 0.5rem;
}

.parent-concerns p {
    color: #721c24;
    margin-bottom: 1rem;
    font-weight: 500;
}

.concerns-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.concerns-list li {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #721c24;
    padding: 0.8rem 0;
    padding-left: 2rem;
    position: relative;
    border-bottom: 1px solid rgba(220, 53, 69, 0.2);
}

.concerns-list li:last-child {
    border-bottom: none;
}

.concerns-list li::before {
    content: "?";
    position: absolute;
    left: 0;
    color: #dc3545;
    font-weight: bold;
    font-size: 1.3rem;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    border: 2px solid #dc3545;
}

.development-stages {
    margin: 2rem 0;
}

.stage-item {
    background: linear-gradient(135deg, #f5f7fa 0%, #e8f0f8 100%);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #4a90e2;
}

.stage-item h4 {
    color: #4a90e2;
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
}

.stage-item p {
    margin-bottom: 0;
    text-align: left;
}

.age-table {
    overflow-x: auto;
    margin: 2rem 0;
}

.age-table table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.age-table thead {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.age-table th {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    font-size: 1.1rem;
}

.age-table td {
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
}

.age-table tbody tr:last-child td {
    border-bottom: none;
}

.age-table tbody tr:hover {
    background: #f5f7fa;
}

/* Welcome Section Styles */
.welcome-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 3rem;
    border-radius: 15px;
    margin-bottom: 3rem;
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3);
    color: white;
}

.welcome-header {
    text-align: center;
    margin-bottom: 2rem;
}

.welcome-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin: 0;
    padding: 0;
    border: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.welcome-content {
    background: rgba(255, 255, 255, 0.95);
    padding: 2.5rem;
    border-radius: 10px;
    color: #333;
}

.welcome-content p {
    text-align: justify;
    margin-bottom: 1.5rem;
    line-height: 1.9;
    color: #333;
    font-size: 1.05rem;
}

.welcome-content p:last-of-type {
    margin-bottom: 2rem;
}

.welcome-content strong {
    color: #667eea;
    font-weight: 600;
}

.author-signature {
    text-align: center;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 2px solid #e0e0e0;
}

.author-signature p {
    margin-bottom: 0.5rem;
    color: #555;
    font-size: 0.95rem;
}

.author-name {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #667eea !important;
    margin-top: 0.5rem !important;
}

/* Article Section Styles */
.article-section {
    margin-bottom: 3rem;
}

.article-section h2 {
    font-size: 2rem;
    color: #333;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #667eea;
}

.article-section h3 {
    font-size: 1.5rem;
    color: #667eea;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.article-section p {
    text-align: justify;
    margin-bottom: 1.2rem;
    line-height: 1.8;
    color: #333;
}

/* Brain Regions List */
.brain-regions-list {
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0;
}

.brain-regions-list li {
    padding: 1rem 0;
    padding-left: 2.5rem;
    position: relative;
    line-height: 1.8;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
    margin-bottom: 0.8rem;
    border-radius: 8px;
    padding: 1rem 1rem 1rem 2.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.brain-regions-list li:hover {
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.brain-regions-list li:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.brain-regions-list li::before {
    content: "🧠";
    position: absolute;
    left: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
}

.brain-regions-list li strong {
    color: #667eea;
    font-weight: 600;
}

/* Learning Disorder Cards */
.learning-disorder-card {
    background: linear-gradient(135deg, #f5f7fa 0%, #e8f0f8 100%);
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 12px;
    border-left: 5px solid #667eea;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.learning-disorder-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.2);
}

.disorder-icon {
    font-size: 2rem;
    flex-shrink: 0;
    margin-top: 0.3rem;
}

.disorder-content {
    flex: 1;
}

.disorder-content h3 {
    color: #667eea;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.disorder-content p {
    text-align: left;
    margin-bottom: 1rem;
    line-height: 1.8;
    color: #333;
}

.disorder-content p:last-child {
    margin-bottom: 0;
}

.disorder-content strong {
    color: #667eea;
    font-weight: 600;
}

/* Treatment Info */
.treatment-info {
    background: linear-gradient(135deg, #fff3cd 0%, #ffe69c 100%);
    padding: 2rem;
    border-radius: 12px;
    border-left: 5px solid #ffc107;
    margin-top: 2rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.treatment-info h3 {
    color: #856404;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.treatment-info p {
    color: #856404;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.8;
}

/* PDF Section Styles */
.pdf-section {
    margin: 3rem 0;
}

.pdf-section h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #667eea;
}

.pdf-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.pdf-card {
    background: linear-gradient(135deg, #f5f7fa 0%, #e8f0f8 100%);
    padding: 2rem;
    border-radius: 12px;
    border-left: 5px solid #667eea;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pdf-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.2);
}

.pdf-icon {
    font-size: 3rem;
    flex-shrink: 0;
}

.pdf-content {
    flex: 1;
}

.pdf-content h3 {
    color: #667eea;
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.pdf-content p {
    color: #666;
    margin-bottom: 1.5rem;
    text-align: left;
    line-height: 1.6;
}

.pdf-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.pdf-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.pdf-button svg {
    width: 20px;
    height: 20px;
}

/* Disleksi Testi Styles */
.dyslexia-test-section {
    margin: 3rem 0;
}

.dyslexia-test-section h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #667eea;
}

.test-intro {
    background: linear-gradient(135deg, #e8f0f8 0%, #f5f7fa 100%);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #667eea;
    margin-bottom: 2rem;
    text-align: left;
    line-height: 1.8;
    color: #333;
}

.test-form {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.test-category {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e0e0e0;
}

.test-category:last-of-type {
    border-bottom: none;
}

.test-category h3 {
    color: #667eea;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #667eea;
}

.test-question {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
    border-radius: 8px;
    border-left: 3px solid #667eea;
}

.test-question label:first-child {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.radio-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem;
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: normal;
}

.radio-group label:hover {
    border-color: #667eea;
    background: #f0f4ff;
}

.radio-group input[type="radio"] {
    margin: 0;
    cursor: pointer;
    width: 18px;
    height: 18px;
    accent-color: #667eea;
    flex-shrink: 0;
}

.test-submit-section {
    text-align: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid #e0e0e0;
}

.test-submit-button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.test-submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
}

.test-submit-button:active {
    transform: translateY(0);
}

/* Test Sonuçları Styles */
.test-result {
    margin-top: 3rem;
    padding: 2rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8f0f8 100%);
    border-radius: 12px;
    border-left: 5px solid #667eea;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.result-content h3 {
    color: #667eea;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: center;
}

.score-display {
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 10px;
}

.score-label {
    display: block;
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.score-value {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #667eea;
    margin: 0.5rem 0;
}

.score-percentage {
    display: block;
    font-size: 1.2rem;
    color: #888;
}

.risk-level {
    text-align: center;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.risk-level.yüksek-risk {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    color: white;
}

.risk-level.orta-risk {
    background: linear-gradient(135deg, #ffa726 0%, #fb8c00 100%);
    color: white;
}

.risk-level.düşük-risk {
    background: linear-gradient(135deg, #ffd54f 0%, #ffc107 100%);
    color: #856404;
}

.risk-level.minimal-risk {
    background: linear-gradient(135deg, #66bb6a 0%, #4caf50 100%);
    color: white;
}

.result-message {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    text-align: center;
}

.result-message p {
    font-size: 1.1rem;
    color: #333;
    margin: 0;
    line-height: 1.8;
}

.result-recommendation {
    background: linear-gradient(135deg, #fff3cd 0%, #ffe69c 100%);
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #ffc107;
}

.result-recommendation p {
    margin: 0;
    line-height: 1.8;
    color: #856404;
    text-align: left;
}

.result-recommendation strong {
    color: #856404;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-hero h1 {
        font-size: 2rem;
    }

    .content-wrapper {
        padding: 2rem;
    }

    .article-content h2 {
        font-size: 1.6rem;
    }

    .article-content h3 {
        font-size: 1.3rem;
    }

    .article-content h4 {
        font-size: 1.1rem;
    }

    .disorder-category {
        padding: 1.5rem;
    }

    .disorder-category h3 {
        font-size: 1.2rem;
    }

    .info-box {
        padding: 1.5rem;
    }

    .diagnosis-criteria {
        padding: 1.5rem;
    }

    .parent-concerns {
        padding: 1.5rem;
    }

    .concerns-list li {
        font-size: 1rem;
        padding-left: 1.8rem;
    }

    .stage-item {
        padding: 1rem;
    }

    .age-table {
        font-size: 0.9rem;
    }

    .age-table th,
    .age-table td {
        padding: 0.8rem;
    }

    .welcome-section {
        padding: 2rem;
    }

    .welcome-header h2 {
        font-size: 1.8rem;
    }

    .welcome-content {
        padding: 1.5rem;
    }

    .welcome-content p {
        font-size: 1rem;
    }

    .article-section h2 {
        font-size: 1.6rem;
    }

    .article-section h3 {
        font-size: 1.3rem;
    }

    .learning-disorder-card {
        flex-direction: column;
        padding: 1.5rem;
        gap: 1rem;
    }

    .disorder-icon {
        font-size: 1.5rem;
    }

    .disorder-content h3 {
        font-size: 1.2rem;
    }

    .brain-regions-list li {
        padding-left: 2rem;
    }

    .brain-regions-list li::before {
        left: 0.5rem;
        font-size: 1.1rem;
    }

    .treatment-info {
        padding: 1.5rem;
    }

    .pdf-container {
        grid-template-columns: 1fr;
    }

    .pdf-card {
        flex-direction: column;
        padding: 1.5rem;
    }

    .pdf-icon {
        font-size: 2.5rem;
    }

    .dyslexia-test-section h2 {
        font-size: 1.6rem;
    }

    .test-form {
        padding: 1.5rem;
    }

    .test-category h3 {
        font-size: 1.3rem;
    }

    .test-question {
        padding: 1rem;
    }

    .radio-group {
        grid-template-columns: 1fr;
    }

    .test-submit-button {
        padding: 1rem 2rem;
        font-size: 1rem;
        width: 100%;
    }

    .score-value {
        font-size: 2rem;
    }

    .risk-level {
        font-size: 1.1rem;
        padding: 0.8rem 1.5rem;
    }
}

