.disc-test-container {
    max-width: 800px;
    margin: 2em auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.disc-title {
    font-size: 35px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
    font-family: "yekan";
}

.disc-description {
    text-align: center;
    color: #666;
    margin-bottom: 2em;
    font-family: "yekan";
    font-size: 0.95em;
}

.disc-form {
    background: #fff;
    padding: 2em;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.disc-question {
    margin-bottom: 2em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #eee;
}

.disc-question p {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 1em;
    font-family: "yekan";
}

.disc-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8em;
}

.disc-options label {
    display: flex;
    align-items: center;
    padding: 0.5em 1em;
    background: #f5f5f5;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-family: "yekan";
    font-size: 0.9em;
}

.disc-options label:hover {
    background: #e9e9e9;
}

.disc-options input[type="radio"] {
    margin-left: 8px;
}

.disc-submit {
    text-align: center;
    margin-top: 2em;
}

.disc-submit-btn {
    background: #F26B0F !important;
    color: #fff !important;
    border-color: #F26B0F !important;
    font-family: "yekan";
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 1.1em;
    cursor: pointer;
    transition: background-color 0.2s;
}

.disc-submit-btn:hover {
    background: #d85a0d !important;
}

.disc-results {
    margin-top: 2em;
    padding: 2em;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.disc-results h2 {
    color: #333;
    margin-bottom: 1em;
    font-family: "yekan";
    text-align: center;
}

/* کارت تیپ غالب */
.disc-dominant-card {
    padding: 2em;
    border-radius: 12px;
    margin-bottom: 2em;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.disc-dominant-card.type-d {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
}

.disc-dominant-card.type-i {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
    color: #333;
}

.disc-dominant-card.type-s {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
}

.disc-dominant-card.type-c {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.disc-dominant-card h3 {
    font-size: 2em;
    margin-bottom: 0.5em;
    font-family: "yekan";
}

.disc-dominant-card .disc-type-badge {
    font-size: 4em;
    font-weight: bold;
    margin: 0.5em 0;
    font-family: "yekan";
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.disc-dominant-card.type-i .disc-type-badge {
    text-shadow: none;
}

.disc-dominant-card .disc-type-title {
    font-size: 1.5em;
    margin-bottom: 1em;
    font-family: "yekan";
}

.disc-dominant-card .disc-type-summary {
    font-size: 1.1em;
    line-height: 1.6;
    font-family: "yekan";
}

/* بخش‌های اطلاعات */
.disc-section {
    margin-bottom: 2em;
    padding: 1.5em;
    background: #f9f9f9;
    border-radius: 8px;
    border-right: 4px solid #ddd;
}

.disc-section h3 {
    color: #333;
    margin-bottom: 1em;
    font-family: "yekan";
    font-size: 1.3em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #ddd;
}

.disc-section.type-d {
    border-right-color: #dc3545;
}

.disc-section.type-i {
    border-right-color: #ffc107;
}

.disc-section.type-s {
    border-right-color: #28a745;
}

.disc-section.type-c {
    border-right-color: #007bff;
}

.disc-section.type-d h3 {
    border-bottom-color: #dc3545;
    color: #dc3545;
}

.disc-section.type-i h3 {
    border-bottom-color: #ffc107;
    color: #e0a800;
}

.disc-section.type-s h3 {
    border-bottom-color: #28a745;
    color: #28a745;
}

.disc-section.type-c h3 {
    border-bottom-color: #007bff;
    color: #007bff;
}

.disc-section p {
    font-family: "yekan";
    line-height: 1.8;
    color: #555;
}

.disc-strengths,
.disc-weaknesses,
.disc-roles {
    list-style: none;
    padding: 0;
    font-family: "yekan";
}

.disc-strengths li,
.disc-weaknesses li,
.disc-roles li {
    padding: 0.5em 0;
    padding-right: 1.5em;
    position: relative;
}

.disc-strengths li:before {
    content: "✓";
    position: absolute;
    right: 0;
    color: #28a745;
    font-weight: bold;
    font-size: 1.2em;
}

.disc-weaknesses li:before {
    content: "⚠";
    position: absolute;
    right: 0;
    color: #ff9800;
    font-size: 1.2em;
}

.disc-roles li:before {
    content: "💼";
    position: absolute;
    right: 0;
    font-size: 1.2em;
}

/* نمودار امتیازات */
.disc-scores-chart {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
    margin-top: 1em;
}

.disc-score-item {
    background: #fff;
    padding: 1.5em;
    border-radius: 8px;
    text-align: center;
    border: 3px solid #e0e0e0;
    font-family: "yekan";
    transition: transform 0.2s;
}

.disc-score-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.disc-score-item.type-d {
    border-color: #dc3545;
    background: linear-gradient(135deg, #fff5f5 0%, #ffe5e5 100%);
}

.disc-score-item.type-i {
    border-color: #ffc107;
    background: linear-gradient(135deg, #fffbf0 0%, #fff8e5 100%);
}

.disc-score-item.type-s {
    border-color: #28a745;
    background: linear-gradient(135deg, #f0fff4 0%, #e5ffe5 100%);
}

.disc-score-item.type-c {
    border-color: #007bff;
    background: linear-gradient(135deg, #f0f8ff 0%, #e5f3ff 100%);
}

.disc-score-item strong {
    display: block;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

.disc-score-item.type-d strong {
    color: #dc3545;
}

.disc-score-item.type-i strong {
    color: #e0a800;
}

.disc-score-item.type-s strong {
    color: #28a745;
}

.disc-score-item.type-c strong {
    color: #007bff;
}

.disc-score-item .score-value {
    font-size: 2em;
    font-weight: bold;
    color: #333;
}

/* پروفایل کامل */
.disc-profile-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 2em;
    border-radius: 12px;
    margin-bottom: 2em;
    text-align: center;
}

.disc-profile-section h3 {
    font-size: 1.5em;
    margin-bottom: 1em;
    font-family: "yekan";
    color: #fff;
    border: none;
    padding: 0;
}

.disc-profile-section .disc-profile-pattern {
    font-size: 2em;
    font-weight: bold;
    margin: 0.5em 0;
    font-family: "yekan";
    letter-spacing: 0.1em;
}

.disc-profile-section .disc-profile-summary {
    font-size: 1.1em;
    line-height: 1.8;
    font-family: "yekan";
}

@media only screen and (max-width: 600px) {
    .disc-title {
        font-size: 30px;
    }
    
    .disc-scores-chart {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .disc-options {
        flex-direction: column;
    }
    
    .disc-dominant-card .disc-type-badge {
        font-size: 2.5em;
    }
    
    .disc-profile-section .disc-profile-pattern {
        font-size: 1.5em;
    }
}
