/* ========================================
   FERTILITY ASSESSMENT - ENHANCED STYLES
   ======================================== */

/* Assessment Header Section */
.assessment-header {
    background: linear-gradient(180deg, #fff0f5 0%, #ffffff 100%);
    padding: 80px 0 60px;
    color: #002d5b;
    position: relative;
    overflow: hidden;
}

.assessment-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(233, 30, 99, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(240, 98, 146, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.assessment-icon {
    font-size: 4rem;
    color: #e91e63;
    animation: float 3s ease-in-out infinite;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ffe4e9 0%, #fce4ec 100%);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 25px rgba(233, 30, 99, 0.2);
    position: relative;
    z-index: 1;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

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

.assessment-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #002d5b;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.assessment-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    color: #e91e63;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.assessment-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2.5rem;
    position: relative;
    z-index: 1;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: white;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #ffe4e9;
}

.info-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(233, 30, 99, 0.1);
    border-color: #e91e63;
}

.info-item i {
    font-size: 1.25rem;
    color: #e91e63;
}

.info-item span {
    font-weight: 600;
    color: #002d5b;
    font-size: 0.95rem;
}

/* How It Works Section */
.how-it-works-box {
    background: white;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.assessment-does-box,
.assessment-does-not-box {
    background: white;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.assessment-does-box:hover {
    border-color: #28a745;
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.15);
    transform: translateY(-3px);
}

.assessment-does-not-box:hover {
    border-color: #dc3545;
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.15);
    transform: translateY(-3px);
}

.does-header,
.does-not-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.does-header i {
    font-size: 2.5rem;
    color: #28a745;
}

.does-not-header i {
    font-size: 2.5rem;
    color: #dc3545;
}

.does-header h4,
.does-not-header h4 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
}

.does-list,
.does-not-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.does-list li,
.does-not-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 18px;
    font-size: 1.05rem;
    line-height: 1.6;
}

.does-list li i {
    font-size: 1.25rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.does-not-list li i {
    font-size: 1.25rem;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Disclaimer Section */
.disclaimer-box-enhanced {
    background: white;
    border-radius: 20px;
    padding: 45px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #ffc107;
}

.disclaimer-icon-large {
    font-size: 4rem;
    color: #ffc107;
    background: rgba(255, 193, 7, 0.1);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}

.disclaimer-title-main {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
}

.disclaimer-highlight {
    font-size: 1.15rem;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 0;
}

.disclaimer-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.disclaimer-point:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.disclaimer-point i {
    font-size: 1.5rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.disclaimer-point span {
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Category Cards Enhanced */
.category-card-enhanced {
    background: white;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

.category-card-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #e91e63, #f06292);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.category-card-enhanced.male::before {
    background: linear-gradient(90deg, #2196f3, #64b5f6);
}

.category-card-enhanced:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.category-card-enhanced.female:hover {
    border-color: #e91e63;
}

.category-card-enhanced.male:hover {
    border-color: #2196f3;
}

.category-card-enhanced:hover::before {
    opacity: 1;
}

.category-badge-top {
    position: absolute;
    top: 20px;
    right: 20px;
}

.badge-popular,
.badge-recommended {
    background: linear-gradient(135deg, #e91e63, #f06292);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(233, 30, 99, 0.3);
}

.badge-recommended {
    background: linear-gradient(135deg, #2196f3, #64b5f6);
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.3);
}

.category-icon-wrapper {
    text-align: center;
    margin: 30px 0;
}

.category-icon-large-enhanced {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: linear-gradient(135deg, #fce4ec, #f8bbd0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    color: #e91e63;
    box-shadow: 0 10px 30px rgba(233, 30, 99, 0.2);
    transition: all 0.3s ease;
}

.category-icon-large-enhanced.male {
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    color: #2196f3;
    box-shadow: 0 10px 30px rgba(33, 150, 243, 0.2);
}

.category-card-enhanced:hover .category-icon-large-enhanced {
    transform: scale(1.1) rotate(5deg);
}

.category-title-enhanced {
    font-size: 1.75rem;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 15px;
    text-align: center;
}

.category-description-enhanced {
    font-size: 1.05rem;
    color: #718096;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 25px;
}

/* Tracking Section */
.tracking-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
    padding: 25px;
    margin: 25px 0;
}

.tracking-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
}

.tracking-list {
    list-style: none;
    counter-reset: tracking-counter;
    padding-left: 0;
    margin: 0;
}

.tracking-list li {
    counter-increment: tracking-counter;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.6;
    color: #4a5568;
}

.tracking-list li::before {
    content: counter(tracking-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #e91e63, #f06292);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.category-card-enhanced.male .tracking-list li::before {
    background: linear-gradient(135deg, #2196f3, #64b5f6);
}

/* Category Stats */
.category-stats {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 25px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #4a5568;
}

.stat-item i {
    font-size: 1.25rem;
    color: #e91e63;
}

.category-card-enhanced.male .stat-item i {
    color: #2196f3;
}

/* Enhanced Buttons */
.btn-category-enhanced {
    display: block;
    width: 100%;
    padding: 18px 30px;
    font-size: 1.15rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}

.btn-category-enhanced.female {
    background: linear-gradient(135deg, #e91e63, #c2185b);
    color: white;
    box-shadow: 0 8px 25px rgba(233, 30, 99, 0.3);
}

.btn-category-enhanced.male {
    background: linear-gradient(135deg, #2196f3, #1976d2);
    color: white;
    box-shadow: 0 8px 25px rgba(33, 150, 243, 0.3);
}

.btn-category-enhanced:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
    color: white;
}

.btn-category-enhanced.female:hover {
    background: linear-gradient(135deg, #c2185b, #ad1457);
}

.btn-category-enhanced.male:hover {
    background: linear-gradient(135deg, #1976d2, #1565c0);
}

/* Trust Indicators */
.trust-indicators {
    padding: 40px 0;
}

.trust-item {
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.trust-item:hover {
    transform: translateY(-5px);
}

.trust-item i {
    font-size: 3rem;
    color: #e91e63;
    margin-bottom: 20px;
    display: block;
}

.trust-item h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 10px;
}

.trust-item p {
    font-size: 1rem;
    color: #718096;
    margin: 0;
}

/* Benefits Section */
.benefit-card {
    background: white;
    border-radius: 15px;
    padding: 35px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border-color: #e91e63;
}

.benefit-icon {
    font-size: 3.5rem;
    color: #e91e63;
    margin-bottom: 25px;
}

.benefit-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
}

.benefit-text {
    font-size: 1.05rem;
    color: #718096;
    line-height: 1.7;
    margin: 0;
}

/* Section Utilities */
.section-padding {
    padding: 80px 0;
}

.section-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 15px;
}

.title-highlight {
    position: relative;
    display: inline-block;
}

.title-highlight::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e91e63, #f06292);
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.15rem;
    color: #718096;
    margin-bottom: 0;
}

/* ========================================
   MCQ QUIZ ENHANCED STYLES
   ======================================== */

/* Progress Container */
.progress-container {
    position: sticky;
    top: 80px;
    z-index: 100;
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
}

.progress {
    height: 35px !important;
    border-radius: 18px !important;
    background: #f0f0f0;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    height: 100%;
    border-radius: 18px;
    background: linear-gradient(135deg, #e91e63 0%, #f06292 50%, #ff8a95 100%);
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(233, 30, 99, 0.3);
}

.progress-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

#progressText {
    position: relative;
    z-index: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Question Card */
.question-card {
    background: white;
    border-radius: 20px;
    padding: 35px 40px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid #f5f5f5;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.6s ease backwards;
}

.question-card:nth-child(1) { animation-delay: 0.1s; }
.question-card:nth-child(2) { animation-delay: 0.2s; }
.question-card:nth-child(3) { animation-delay: 0.3s; }
.question-card:nth-child(4) { animation-delay: 0.4s; }
.question-card:nth-child(5) { animation-delay: 0.5s; }
.question-card:nth-child(n+6) { animation-delay: 0.6s; }

.question-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #e91e63 0%, #f06292 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.question-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(233, 30, 99, 0.15);
    border-color: #ffe4e9;
}

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

.question-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.question-number {
    font-size: 0.9rem;
    font-weight: 700;
    color: #e91e63;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(135deg, #ffe4e9 0%, #fce4ec 100%);
    padding: 8px 18px;
    border-radius: 50px;
    display: inline-block;
}

.question-points {
    font-size: 0.85rem;
    font-weight: 600;
    color: #718096;
    background: #f8f9fa;
    padding: 6px 14px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.question-points::before {
    content: '⭐';
    font-size: 0.9rem;
}

.question-text {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2d3748;
    line-height: 1.5;
    margin-bottom: 30px;
    padding-right: 10px;
}

/* Options Container */
.options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Option Label */
.option-label {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    background: #fafafa;
    border: 2px solid #e9ecef;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.option-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(233, 30, 99, 0.1), transparent);
    transition: left 0.5s ease;
}

.option-label:hover {
    background: #fff5f8;
    border-color: #f8bbd0;
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(233, 30, 99, 0.1);
}

.option-label:hover::before {
    left: 100%;
}

.option-label input[type="radio"] {
    width: 24px;
    height: 24px;
    margin-right: 18px;
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    border: 3px solid #d1d5db;
    border-radius: 50%;
    background: white;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.option-label input[type="radio"]:checked {
    border-color: #e91e63;
    background: linear-gradient(135deg, #e91e63 0%, #f06292 100%);
    box-shadow: 0 0 0 4px rgba(233, 30, 99, 0.2);
}

.option-label input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
}

.option-label:has(input[type="radio"]:checked),
.option-label.option-selected {
    background: linear-gradient(135deg, #fff5f8 0%, #ffeef8 100%);
    border-color: #e91e63;
    box-shadow: 0 4px 20px rgba(233, 30, 99, 0.15);
    transform: translateX(8px);
}

.option-label:has(input[type="radio"]:checked)::before,
.option-label.option-selected::before {
    background: linear-gradient(90deg, transparent, rgba(233, 30, 99, 0.15), transparent);
}

.option-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #4a5568;
    line-height: 1.6;
    flex: 1;
    transition: color 0.3s ease;
}

.option-label:has(input[type="radio"]:checked) .option-text,
.option-label.option-selected .option-text {
    color: #2d3748;
    font-weight: 600;
}

/* Question answered state */
.question-card.question-answered {
    border-color: #c8e6c9;
    background: linear-gradient(180deg, #ffffff 0%, #f8fff8 100%);
}

.question-card.question-answered::before {
    background: linear-gradient(180deg, #4caf50 0%, #66bb6a 100%);
    opacity: 1;
}

/* Submit Button */
.btn-submit-assessment {
    background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);
    color: white;
    padding: 18px 50px;
    font-size: 1.2rem;
    font-weight: 700;
    border: none;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(233, 30, 99, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-submit-assessment::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-submit-assessment:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(233, 30, 99, 0.5);
}

.btn-submit-assessment:hover::before {
    width: 300px;
    height: 300px;
}

.btn-submit-assessment:active {
    transform: translateY(-1px);
}

.btn-submit-assessment:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Results Section */
.results-section {
    margin-top: 50px;
    animation: fadeInUp 0.6s ease;
}

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

.results-card {
    background: white;
    border-radius: 25px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 2px solid #f0f0f0;
}

.score-circle {
    width: 180px;
    height: 180px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #ffe4e9 0%, #fce4ec 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(233, 30, 99, 0.2);
    position: relative;
}

.score-circle::before {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e91e63;
    border-right-color: #f06292;
    animation: rotate 3s linear infinite;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

.score-number {
    font-size: 4rem;
    font-weight: 800;
    color: #e91e63;
    line-height: 1;
    margin-bottom: 5px;
}

.score-label {
    font-size: 1rem;
    font-weight: 600;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-buttons {
    margin-top: 40px;
}

.btn-result-primary,
.btn-result-secondary {
    padding: 20px 30px;
    border-radius: 15px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.btn-result-primary {
    background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);
    color: white;
}

.btn-result-secondary {
    background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
    color: white;
}

.btn-result-primary:hover,
.btn-result-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    color: white;
}

/* Assessment Content Section */
.assessment-content {
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    min-height: 100vh;
}

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

    .assessment-info {
        gap: 1rem;
    }

    .info-item {
        font-size: 0.9rem;
        padding: 10px 18px;
    }

    .how-it-works-box {
        padding: 30px 20px;
    }

    .category-card-enhanced {
        padding: 30px 20px;
    }

    .category-icon-large-enhanced {
        width: 100px;
        height: 100px;
        font-size: 3rem;
    }

    .section-padding {
        padding: 50px 0;
    }

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

    /* MCQ Mobile Styles */
    .question-card {
        padding: 25px 20px;
        margin-bottom: 20px;
    }

    .question-text {
        font-size: 1.15rem;
    }

    .option-label {
        padding: 16px 18px;
    }

    .option-text {
        font-size: 1rem;
    }

    .progress-container {
        padding: 15px;
        top: 70px;
    }

    .progress {
        height: 30px !important;
    }

    .btn-submit-assessment {
        padding: 16px 40px;
        font-size: 1.1rem;
        width: 100%;
    }

    .results-card {
        padding: 30px 20px;
    }

    .score-circle {
        width: 150px;
        height: 150px;
    }

    .score-number {
        font-size: 3rem;
    }
}