    .primary-cta:hover {
        transform: translateY(-5px) scale(1.02);
        box-shadow: 0 25px 50px rgba(236, 72, 153, 0.5) !important;
        background: #f472b6 !important;
   }
    .seo-html-content h3 {
        font-size: 1.6rem;
        font-weight: 850;
        color: #1e293b;
        margin: 3rem 0 1.2rem;
        padding: 0;
        background: none;
        border: none;
        display: block;
    }
    .seo-html-content h3::after {
        display: none !important;
    }
    .seo-html-content p {
        margin-bottom: 1.5rem;
    }
    @media (max-width: 600px) {
        .container { padding-left: 1rem !important; padding-right: 1rem !important; }
        .category-page { padding: 1rem 0 !important; }
        .hero-section h1 { font-size: 2.2rem !important; }
        .hero-section .primary-cta { padding: 1.2rem 2.5rem !important; font-size: 1.4rem !important; width: 100%; box-sizing: border-box; }
        .interactive-card { padding: 1.5rem 0.75rem !important; border-radius: 20px !important; margin: 0 !important; width: 100% !important; box-sizing: border-box; }
        .interactive-card p { font-size: 1.2rem !important; margin-bottom: 1.5rem !important; line-height: 1.3 !important; }
        .example-buttons:not(.wyr-choice-layout), .example-results:not(.wyr-choice-layout) { grid-template-columns: 1fr !important; gap: 0.8rem !important; }
        .vote-btn:not(.wyr-choice) { padding: 1.2rem !important; border-radius: 16px !important; }
        .option-a, .option-b { padding: 1.2rem 0.75rem !important; }
        .pct-a, .pct-b { font-size: 2.2rem !important; }
        
        #conversion-cta { padding: 2rem 1rem !important; border-radius: 24px !important; }
        #conversion-cta h3 { font-size: 1.5rem !important; }
        #conversion-cta a { padding: 1.1rem 2rem !important; font-size: 1.1rem !important; width: 100%; box-sizing: border-box; }
        
        .seo-section { padding: 2rem 1rem !important; }
        .seo-section h2 { font-size: 1.8rem !important; margin-bottom: 1rem !important; margin-top: 2rem !important; }
        .seo-content-block { margin-bottom: 1.5rem !important; }
        .faq-section { padding: 2rem 1rem !important; }
        .faq-section h2 { margin-bottom: 1.5rem !important; }
        .faq-item { margin-bottom: 1rem !important; padding: 1.2rem !important; }
        .seo-test-image-container { float: none !important; margin-left: 0 !important; width: 100% !important; margin-bottom: 1.5rem !important; }
    }
                .explore-card:hover {
                    transform: translateY(-5px);
                    border-color: #6366f1;
                    box-shadow: 0 15px 30px rgba(99, 102, 241, 0.1);
                }
            
            .cta-buttons-container-test {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 1.25rem;
                margin-bottom: 2rem;
                max-width: 900px;
                margin-left: auto;
                margin-right: auto;
                padding: 0 1rem;
            }

            .funquizo-cta-test {
                display: inline-flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                box-sizing: border-box;
                width: 345px;
                max-width: 100%;
                min-height: 84px;
                height: 84px;
                border-radius: 24px;
                padding: 0.5rem 1.5rem;
                font-family: 'Outfit', sans-serif;
                text-decoration: none;
                transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            }

            .funquizo-cta-test.solo {
                background: #ec4899;
                color: white;
                box-shadow: 0 10px 20px rgba(236, 72, 153, 0.3);
            }

            .funquizo-cta-test.solo:hover {
                transform: translateY(-3px);
                box-shadow: 0 14px 28px rgba(236, 72, 153, 0.4);
            }

            .funquizo-cta-test.solo:active {
                transform: translateY(0);
            }

            .funquizo-cta-test .cta-title {
                font-size: 1.35rem;
                font-weight: 950;
                text-transform: uppercase;
                line-height: 1.2;
            }

            .funquizo-cta-test .cta-subtitle {
                font-size: 0.82rem;
                font-weight: 500;
                line-height: 1.1;
                margin-top: 0.15rem;
            }

            @media (max-width: 768px) {
                .cta-buttons-container-test {
                    flex-direction: column;
                    align-items: center;
                    gap: 1rem;
                }
                .funquizo-cta-test {
                    width: 100%;
                    max-width: 345px;
                }
            }
            
    .primary-cta {
        position: relative;
        z-index: 10;
    }
    .sub-card {
        text-decoration: none;
        background: white;
        padding: 2rem;
        border-radius: 20px;
        border: 2px solid #f1f5f9;
        text-align: center;
        transition: all 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .sub-card:hover {
        transform: translateY(-5px);
        border-color: var(--secondary);
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    }
    .vote-btn:not(.wyr-choice):hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        border-color: #6366f1 !important;
    }
    .vote-btn {
        position: relative;
        z-index: 5;
    }
    .question-preview-card {
        background: white;
        border-radius: 12px;
        padding: 2.5rem;
        box-shadow: 0 10px 25px rgba(0,0,0,0.03);
        border: 1px solid #f1f5f9;
        border-left: 6px solid #6366f1;
        text-align: left;
        margin-bottom: 2rem;
    }
    .riddle-card-list {
        display: grid;
        gap: 2.5rem;
    }
    .seo-section {
        margin-top: 5rem;
        padding-top: 4rem;
        border-top: 1px solid #e2e8f0;
        line-height: 1.8;
        color: #334155;
    }
    .seo-section p { margin-bottom: 1.5rem; }
    .seo-section h2 { font-size: 2rem; font-weight: 800; margin-bottom: 1.5rem; color: #1e293b; }
    .seo-section h3 { 
        font-size: 1.25rem; 
        font-weight: 800; 
        margin: 0; 
        padding: 1.5rem; 
        color: #1e293b; 
        background: #f8fafc; 
        border: 1px solid #e2e8f0; 
        border-radius: 12px; 
        cursor: pointer; 
        display: flex; 
        justify-content: space-between; 
        align-items: center;
        transition: all 0.2s;
        margin-top: 1rem;
    }
    .seo-section h3:hover { background: #f1f5f9; border-color: #cbd5e1; }
    .seo-section h3::after { content: '+'; font-size: 1.5rem; color: #94a3b8; font-weight: 400; }
    .seo-section h3.active { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-color: var(--secondary); background: white; }
    .seo-section h3.active::after { content: '-'; color: var(--secondary); }
    
    .seo-content-block { 
        display: none; 
        padding: 1.5rem; 
        border: 1px solid #e2e8f0; 
        border-top: none; 
        border-bottom-left-radius: 12px; 
        border-bottom-right-radius: 12px; 
        background: white;
        margin-bottom: 1rem;
    }
    .seo-content-block p { margin: 0; }
    
    /* Pagination Styles */
    .pagination { display: flex; justify-content: center; gap: 0.4rem; margin-top: 4rem; flex-wrap: wrap; }
    .page-btn { 
        padding: 0.6rem 0.9rem; 
        border-radius: 8px; 
        border: 1px solid #e2e8f0; 
        text-decoration: none; 
        color: #64748b; 
        font-weight: 700; 
        font-size: 0.85rem; 
        transition: all 0.2s; 
        min-width: 40px; 
        text-align: center;
    }
    .page-btn:hover { background: #f8fafc; border-color: #cbd5e1; }
    .page-btn.active { background: white; color: #1e293b; border: 2px solid var(--secondary); }
    .q-option-box {
        padding: 1rem;
        border-radius: 12px;
        border: 1px solid #e2e8f0;
        color: #475569;
        font-weight: 700;
        font-size: 0.95rem;
        text-align: center;
        transition: all 0.2s;
        cursor: pointer;
    }
    .q-option-box:hover {
        background: #f8fafc;
        border-color: var(--secondary);
        color: var(--secondary);
        transform: translateY(-2px);
    }
    .seo-test-image-container {
        margin-bottom: 2rem;
        float: right;
        margin-left: 2rem;
        width: 380px;
    }

/* Would You Rather category and topic cards. The homepage owns a separate card family. */
.wyr-category-badge {
    display: inline-block;
    padding: 0.45rem 0.9rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
}

.wyr-choice-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: stretch;
    gap: 0;
    column-gap: 1rem;
    margin-block-end: 1rem;
}

.interactive-card .wyr-choice {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-width: 0;
    min-height: 166px;
    padding: 2.5rem 2rem;
    border: 2px solid;
    border-radius: 20px;
    color: #1e293b;
    text-align: center;
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.wyr-choice.option-a {
    background: linear-gradient(145deg, #f4f7ff 0%, #eef2ff 100%);
    border-color: #dbe4ff;
}

.wyr-choice.option-b {
    background: linear-gradient(145deg, #fff5fa 0%, #fff0f7 100%);
    border-color: #fbcfe8;
}

.wyr-choice-marker {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid;
    border-radius: 50%;
    background: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    box-shadow: 0 3px 8px rgba(30, 41, 59, 0.08);
}

.option-a .wyr-choice-marker {
    border-color: #c7d2fe;
    color: #6366f1;
}

.option-b .wyr-choice-marker {
    border-color: #f9a8d4;
    color: #ec4899;
}

.wyr-choice-text {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.4;
}

.wyr-or-divider {
    position: relative;
    z-index: 2;
    align-self: center;
    margin-block: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    min-height: 28px;
    margin-inline: 0;
    padding: 0.35rem 0.75rem;
    border: 1px solid #d8deea;
    border-radius: 999px;
    background: #fff;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    box-shadow: 0 5px 14px rgba(30, 41, 59, 0.1);
}

.wyr-or-divider::before,
.wyr-or-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 1rem;
    height: 2px;
    transform: translateY(-50%);
    pointer-events: none;
}

.wyr-or-divider::before {
    right: 100%;
    background: #dbe4ff;
}

.wyr-or-divider::after {
    left: 100%;
    background: #fbcfe8;
}

.wyr-choice-results {
    display: none;
}

.wyr-result {
    display: flex;
    min-height: 166px;
    padding: 2.5rem 1.5rem;
    border: 2px solid;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.wyr-result--a {
    background: #eef2ff;
    border-color: #dbe4ff;
}

.wyr-result--b {
    background: #fff0f7;
    border-color: #fbcfe8;
}

.wyr-result-percent {
    margin-block-end: 0.5rem;
    font-size: 3rem;
    font-weight: 800;
}

.wyr-result--a .wyr-result-percent { color: #6366f1; }
.wyr-result--b .wyr-result-percent { color: #ec4899; }

.wyr-result-label {
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 700;
}

@media (hover: hover) {
    .wyr-choice.option-a:hover {
        border-color: #a5b4fc;
        background: #eef2ff;
        box-shadow: 0 10px 24px rgba(99, 102, 241, 0.12);
    }

    .wyr-choice.option-b:hover {
        border-color: #ec4899;
        background: #fdf2f8;
        box-shadow: 0 10px 24px rgba(236, 72, 153, 0.12);
    }

    .wyr-choice.option-a:hover .wyr-choice-marker {
        border-color: #6366f1;
        background: #6366f1;
        color: #fff;
    }

    .wyr-choice.option-b:hover .wyr-choice-marker {
        border-color: #ec4899;
        background: #ec4899;
        color: #fff;
    }
}

.wyr-choice:focus-visible {
    outline: 3px solid #7c3aed;
    outline-offset: 3px;
}

.wyr-choice.option-a:focus-visible .wyr-choice-marker {
    border-color: #6366f1;
    background: #6366f1;
    color: #fff;
}

.wyr-choice.option-b:focus-visible .wyr-choice-marker {
    border-color: #ec4899;
    background: #ec4899;
    color: #fff;
}

@media (max-width: 600px) {
    .wyr-choice-layout {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        column-gap: 0;
    }

    .wyr-choice {
        min-height: 124px;
        padding: 1.5rem 1.625rem;
        border-radius: 18px;
        text-align: left;
    }

    .wyr-or-divider {
        margin-block: -0.35rem;
        margin-inline: auto;
    }

    .wyr-or-divider::before,
    .wyr-or-divider::after {
        display: none;
    }

    .wyr-result {
        min-height: 124px;
        padding: 1.5rem 1.625rem;
        border-radius: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wyr-choice { transition: none; }
}
