/* ============================================
   BGW Baby Gender Predictor Quiz — Frontend CSS
   Color Palette: BabyGearWise.com
   NUCLEAR FIX: Theme hover override protection
   ============================================ */

:root {
    --bgw-sage: #5B8A72;
    --bgw-clay: #D4A574;
    --bgw-sky: #7BA3B8;
    --bgw-deep-forest: #2D3A3A;
    --bgw-slate: #4A5859;
    --bgw-warm-grey: #7A8685;
    --bgw-pale-stone: #C8CCC9;
    --bgw-linen: #E8E5DF;
    --bgw-cloud-cream: #F3F1ED;
    --bgw-white: #FFFFFF;
    --bgw-site-bg: #F5F3EF;
    --bgw-success: #6A9E7F;
    --bgw-warning: #E8C47A;
    --bgw-error: #C98B8B;
    --bgw-info: #7BA3B8;
    --bgw-btn-default: #5B8A72;
    --bgw-btn-hover: #4A7660;
    --bgw-boy-primary: #7BA3B8;
    --bgw-boy-light: #E8F2F7;
    --bgw-boy-dark: #5A8DA5;
    --bgw-girl-primary: #D4A574;
    --bgw-girl-light: #FDF3E9;
    --bgw-girl-dark: #C49564;
    --bgw-neutral-primary: #E8C47A;
    --bgw-neutral-light: #FFF9ED;
    --bgw-shadow-sm: 0 1px 3px rgba(45, 58, 58, 0.08);
    --bgw-shadow-md: 0 4px 14px rgba(45, 58, 58, 0.1);
    --bgw-shadow-lg: 0 8px 30px rgba(45, 58, 58, 0.12);
    --bgw-radius-sm: 8px;
    --bgw-radius-md: 12px;
    --bgw-radius-lg: 16px;
    --bgw-radius-xl: 20px;
}

/* =============================================
   MASTER THEME OVERRIDE
   This block kills ANY theme rule that sets
   button hover text to white. Uses maximum
   CSS specificity with repeated class + ID.
   ============================================= */
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-answer-btn,
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-answer-btn:link,
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-answer-btn:visited,
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-answer-btn:hover,
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-answer-btn:focus,
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-answer-btn:active {
    color: #4A5859 !important;
    background-color: #F3F1ED !important;
    border-color: #C8CCC9 !important;
}

html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-answer-btn:hover,
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-answer-btn:focus {
    color: #2D3A3A !important;
    background-color: rgba(91, 138, 114, 0.08) !important;
    border-color: #5B8A72 !important;
}

html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-answer-btn.selected,
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-answer-btn.selected:hover,
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-answer-btn.selected:focus {
    color: #2D3A3A !important;
    background-color: rgba(91, 138, 114, 0.15) !important;
    border-color: #5B8A72 !important;
}

html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-start-btn,
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-start-btn:hover,
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-start-btn:focus,
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-start-btn:active {
    color: #FFFFFF !important;
}

html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-next-btn,
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-next-btn:hover,
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-next-btn:focus,
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-next-btn:active {
    color: #FFFFFF !important;
}

html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-retake-btn,
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-retake-btn:hover,
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-retake-btn:focus,
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-retake-btn:active {
    color: #2D3A3A !important;
}

html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-share-btn,
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-share-btn:hover,
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-share-btn:focus,
html body #bgw-gender-quiz-app.bgw-gq-wrapper button.bgw-gq-share-btn:active {
    color: #4A5859 !important;
}

html body #bgw-gender-quiz-app.bgw-gq-wrapper a.bgw-gq-aff-btn,
html body #bgw-gender-quiz-app.bgw-gq-wrapper a.bgw-gq-aff-btn:hover,
html body #bgw-gender-quiz-app.bgw-gq-wrapper a.bgw-gq-aff-btn:focus,
html body #bgw-gender-quiz-app.bgw-gq-wrapper a.bgw-gq-aff-btn:active,
html body #bgw-gender-quiz-app.bgw-gq-wrapper a.bgw-gq-aff-btn:visited {
    color: #FFFFFF !important;
}

/* =====================
   RESET & WRAPPER
   ===================== */
.bgw-gq-wrapper {
    max-width: 680px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: var(--bgw-slate);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.bgw-gq-wrapper *,
.bgw-gq-wrapper *::before,
.bgw-gq-wrapper *::after {
    box-sizing: border-box;
}

/* =====================
   ANIMATIONS
   ===================== */
.bgw-gq-screen {
    animation: bgwGqFadeIn 0.4s ease;
}

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

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

@keyframes bgwGqBounce {
    0%   { transform: scale(0); }
    50%  { transform: scale(1.2); }
    100% { transform: scale(1); }
}

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

/* =====================
   START SCREEN HEADER
   ===================== */
.bgw-gq-header {
    background: linear-gradient(135deg, var(--bgw-sage) 0%, #4A7660 100%);
    color: var(--bgw-white);
    text-align: center;
    padding: 40px 30px 35px;
    border-radius: var(--bgw-radius-xl) var(--bgw-radius-xl) 0 0;
    position: relative;
    overflow: hidden;
}

.bgw-gq-header::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 200px; height: 200px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    pointer-events: none;
}

.bgw-gq-header-badge {
    font-size: 56px;
    margin-bottom: 10px;
    display: block;
}

.bgw-gq-main-title {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--bgw-white) !important;
    letter-spacing: -0.3px;
}

.bgw-gq-main-subtitle {
    font-size: 14px;
    opacity: 0.92;
    margin: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    color: var(--bgw-white);
}

/* =====================
   FEATURES LIST
   ===================== */
.bgw-gq-start-features {
    background: var(--bgw-white);
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-left: 1px solid var(--bgw-pale-stone);
    border-right: 1px solid var(--bgw-pale-stone);
}

.bgw-gq-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    background: var(--bgw-cloud-cream);
    border-radius: var(--bgw-radius-md);
    border: 1px solid var(--bgw-linen);
}

.bgw-gq-feature-icon {
    font-size: 28px;
    flex-shrink: 0;
}

.bgw-gq-feature strong {
    display: block;
    font-size: 14px;
    color: var(--bgw-deep-forest);
}

.bgw-gq-feature p {
    margin: 2px 0 0;
    font-size: 12px;
    color: var(--bgw-warm-grey);
}

/* =====================
   START BUTTON
   ===================== */
.bgw-gq-start-btn {
    display: block;
    width: calc(100% - 60px);
    margin: 0 30px;
    padding: 18px 30px;
    background: var(--bgw-btn-default);
    color: var(--bgw-white) !important;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(91, 138, 114, 0.35);
    letter-spacing: 0.3px;
    text-align: center;
    font-family: inherit;
}

.bgw-gq-start-btn:hover {
    background: var(--bgw-btn-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(91, 138, 114, 0.45);
}

.bgw-gq-start-btn span {
    color: inherit !important;
}

/* =====================
   DISCLAIMER
   ===================== */
.bgw-gq-disclaimer {
    margin: 20px 30px 0;
    padding: 14px 18px;
    background: var(--bgw-cloud-cream);
    border-radius: var(--bgw-radius-sm);
    border: 1px solid var(--bgw-linen);
    font-size: 11px;
    color: var(--bgw-warm-grey);
    line-height: 1.5;
    text-align: center;
    border-bottom-left-radius: var(--bgw-radius-xl);
    border-bottom-right-radius: var(--bgw-radius-xl);
}

/* =====================
   QUESTION SCREEN
   ===================== */
.bgw-gq-question-screen {
    background: var(--bgw-white);
    border-radius: var(--bgw-radius-xl);
    border: 1px solid var(--bgw-pale-stone);
    padding: 30px;
    box-shadow: var(--bgw-shadow-md);
}

/* Progress */
.bgw-gq-progress-wrap {
    margin-bottom: 25px;
}

.bgw-gq-progress-bar {
    height: 8px;
    background: var(--bgw-linen);
    border-radius: 20px;
    overflow: hidden;
}

.bgw-gq-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--bgw-sage), var(--bgw-sky));
    border-radius: 20px;
    transition: width 0.4s ease;
}

.bgw-gq-progress-text {
    text-align: center;
    font-size: 12px;
    color: var(--bgw-warm-grey);
    margin-top: 8px;
    font-weight: 500;
}

/* Question Card */
.bgw-gq-question-card {
    text-align: center;
    animation: bgwGqSlideIn 0.4s ease;
}

.bgw-gq-q-category {
    display: inline-block;
    padding: 4px 14px;
    background: var(--bgw-cloud-cream);
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    color: var(--bgw-sage);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
}

.bgw-gq-q-icon {
    font-size: 48px;
    margin-bottom: 10px;
    display: block;
}

.bgw-gq-q-text {
    font-size: 20px;
    font-weight: 700;
    color: var(--bgw-deep-forest) !important;
    margin: 0 0 6px;
    line-height: 1.3;
}

.bgw-gq-q-subtitle {
    font-size: 13px;
    color: var(--bgw-warm-grey);
    margin: 0 0 24px;
    font-style: italic;
}

/* =============================================
   ANSWER BUTTONS
   Using <div> instead of <button> to avoid
   theme button:hover overrides entirely
   ============================================= */
.bgw-gq-answers {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bgw-gq-answer-btn {
    display: block;
    width: 100%;
    padding: 14px 20px;
    background-color: #F3F1ED;
    border: 2px solid #C8CCC9;
    border-radius: 12px;
    font-size: 14px;
    color: #4A5859;
    cursor: pointer;
    transition: border-color 0.25s ease,
                background-color 0.25s ease,
                transform 0.25s ease,
                box-shadow 0.25s ease;
    text-align: left;
    font-weight: 500;
    line-height: 1.4;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
    user-select: none;
}

.bgw-gq-answer-btn:hover {
    border-color: #5B8A72;
    background-color: rgba(91, 138, 114, 0.08);
    color: #2D3A3A;
    transform: translateX(4px);
    box-shadow: 0 1px 3px rgba(45, 58, 58, 0.08);
}

.bgw-gq-answer-btn:focus {
    border-color: #5B8A72;
    background-color: rgba(91, 138, 114, 0.08);
    color: #2D3A3A;
    outline: 2px solid rgba(91, 138, 114, 0.3);
    outline-offset: 2px;
}

.bgw-gq-answer-btn.selected {
    border-color: #5B8A72;
    background-color: rgba(91, 138, 114, 0.15);
    color: #2D3A3A;
    font-weight: 600;
    cursor: default;
    transform: none;
}

.bgw-gq-answer-btn.selected::before {
    content: '✓ ';
    color: #5B8A72;
    font-weight: 700;
}

/* =====================
   FUN FACT
   ===================== */
.bgw-gq-fun-fact {
    margin-top: 24px;
    padding: 20px;
    background: var(--bgw-cloud-cream);
    border-radius: var(--bgw-radius-md);
    border: 1px solid var(--bgw-linen);
    text-align: center;
    animation: bgwGqFadeIn 0.4s ease;
}

.bgw-gq-fun-fact-icon {
    font-size: 28px;
    margin-bottom: 6px;
    display: block;
}

.bgw-gq-fun-fact-text {
    font-size: 13px;
    color: var(--bgw-slate);
    line-height: 1.6;
    margin: 0 0 16px;
}

/* =====================
   NEXT BUTTON
   ===================== */
.bgw-gq-next-btn {
    padding: 12px 28px;
    background: var(--bgw-btn-default);
    color: var(--bgw-white) !important;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
}

.bgw-gq-next-btn:hover {
    background: var(--bgw-btn-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(91, 138, 114, 0.3);
}

/* =====================
   LOADING SCREEN
   ===================== */
.bgw-gq-loading-screen {
    text-align: center;
    padding: 80px 30px;
    background: var(--bgw-white);
    border-radius: var(--bgw-radius-xl);
    border: 1px solid var(--bgw-pale-stone);
}

.bgw-gq-spinner {
    width: 60px; height: 60px;
    border: 4px solid var(--bgw-linen);
    border-top-color: var(--bgw-sage);
    border-radius: 50%;
    animation: bgwGqSpin 0.8s linear infinite;
    margin: 0 auto 20px;
}

.bgw-gq-loading-animation h3 {
    color: var(--bgw-deep-forest);
    font-size: 20px;
    margin: 0 0 6px;
}

.bgw-gq-loading-animation p {
    color: var(--bgw-warm-grey);
    font-size: 14px;
    margin: 0;
}

/* =====================
   RESULTS SCREEN
   ===================== */
.bgw-gq-results-screen {
    background: var(--bgw-white);
    border-radius: var(--bgw-radius-xl);
    border: 1px solid var(--bgw-pale-stone);
    overflow: hidden;
}

/* Result Header */
.bgw-gq-result-header {
    padding: 40px 30px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.bgw-gq-result-header::before {
    content: '';
    position: absolute;
    top: -50px; right: -50px;
    width: 180px; height: 180px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.bgw-gq-result-header.boy {
    background: linear-gradient(135deg, var(--bgw-sky) 0%, var(--bgw-boy-dark) 100%);
}

.bgw-gq-result-header.boy .bgw-gq-result-title,
.bgw-gq-result-header.boy .bgw-gq-result-desc {
    color: var(--bgw-white) !important;
}

.bgw-gq-result-header.girl {
    background: linear-gradient(135deg, var(--bgw-clay) 0%, var(--bgw-girl-dark) 100%);
}

.bgw-gq-result-header.girl .bgw-gq-result-title,
.bgw-gq-result-header.girl .bgw-gq-result-desc {
    color: var(--bgw-white) !important;
}

.bgw-gq-result-header.neutral {
    background: linear-gradient(135deg, var(--bgw-warning) 0%, #D4B562 100%);
}

.bgw-gq-result-header.neutral .bgw-gq-result-title,
.bgw-gq-result-header.neutral .bgw-gq-result-desc {
    color: var(--bgw-deep-forest) !important;
}

.bgw-gq-result-badge {
    font-size: 64px;
    margin-bottom: 10px;
    animation: bgwGqBounce 0.6s ease;
    display: block;
}

.bgw-gq-result-title {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 10px;
}

.bgw-gq-result-desc {
    font-size: 14px;
    opacity: 0.95;
    margin: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Score Section */
.bgw-gq-score-section {
    padding: 25px 30px;
    border-bottom: 1px solid var(--bgw-linen);
}

.bgw-gq-score-section h3 {
    font-size: 18px;
    color: var(--bgw-deep-forest);
    margin: 0 0 16px;
    text-align: center;
}

.bgw-gq-score-bars {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bgw-gq-score-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bgw-gq-score-label {
    font-size: 14px;
    font-weight: 600;
    width: 70px;
    flex-shrink: 0;
    color: var(--bgw-deep-forest);
}

.bgw-gq-bar-track {
    flex: 1;
    height: 24px;
    background: var(--bgw-linen);
    border-radius: 20px;
    overflow: hidden;
}

.bgw-gq-bar-fill {
    height: 100%;
    border-radius: 20px;
    transition: width 1s ease;
}

.bgw-gq-bar-boy { background: linear-gradient(90deg, var(--bgw-sky), var(--bgw-boy-dark)); }
.bgw-gq-bar-girl { background: linear-gradient(90deg, var(--bgw-clay), var(--bgw-girl-dark)); }

.bgw-gq-score-pct {
    font-size: 16px;
    font-weight: 700;
    width: 50px;
    text-align: right;
    color: var(--bgw-deep-forest);
}

/* Answer Summary */
.bgw-gq-answer-summary {
    padding: 25px 30px;
    border-bottom: 1px solid var(--bgw-linen);
}

.bgw-gq-answer-summary h3 {
    font-size: 18px;
    color: var(--bgw-deep-forest);
    margin: 0 0 16px;
}

.bgw-gq-summary-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: var(--bgw-cloud-cream);
    border-radius: var(--bgw-radius-sm);
    margin-bottom: 8px;
    font-size: 13px;
}

.bgw-gq-summary-icon { font-size: 20px; flex-shrink: 0; margin-top: 1px; }
.bgw-gq-summary-q { font-weight: 600; color: var(--bgw-deep-forest); }
.bgw-gq-summary-a { color: var(--bgw-slate); margin-top: 2px; }
.bgw-gq-summary-points { font-size: 11px; color: var(--bgw-warm-grey); margin-top: 3px; }

/* Disclaimer */
.bgw-gq-result-disclaimer {
    padding: 18px 30px;
    background: var(--bgw-cloud-cream);
    border-top: 1px solid var(--bgw-linen);
    border-bottom: 1px solid var(--bgw-linen);
}

.bgw-gq-result-disclaimer p {
    margin: 0;
    font-size: 12px;
    color: var(--bgw-warm-grey);
    line-height: 1.5;
}

/* =====================
   SHARE BUTTONS
   ===================== */
.bgw-gq-share-section {
    padding: 25px 30px;
    text-align: center;
    border-bottom: 1px solid var(--bgw-linen);
}

.bgw-gq-share-section h3 {
    font-size: 18px;
    color: var(--bgw-deep-forest);
    margin: 0 0 14px;
}

.bgw-gq-share-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.bgw-gq-share-btn {
    padding: 10px 18px;
    border: 1px solid var(--bgw-pale-stone);
    border-radius: 50px;
    background: var(--bgw-white);
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #4A5859 !important;
    transition: all 0.2s;
    font-family: inherit;
}

.bgw-gq-share-btn:hover {
    background: var(--bgw-cloud-cream);
    border-color: var(--bgw-sage);
    transform: translateY(-2px);
    box-shadow: var(--bgw-shadow-sm);
    color: #4A5859 !important;
}

.bgw-gq-share-facebook:hover { color: #1877F2 !important; border-color: #1877F2; }
.bgw-gq-share-twitter:hover { color: #1DA1F2 !important; border-color: #1DA1F2; }
.bgw-gq-share-pinterest:hover { color: #E60023 !important; border-color: #E60023; }
.bgw-gq-share-copy:hover { color: #5B8A72 !important; border-color: #5B8A72; }

/* =====================
   AFFILIATE CARDS
   ===================== */
.bgw-gq-affiliate-slot {
    padding: 0 30px;
    margin: 15px 0;
}

.bgw-gq-aff-link-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background: var(--bgw-cloud-cream);
    border: 1px solid var(--bgw-pale-stone);
    border-radius: var(--bgw-radius-md);
    margin-bottom: 10px;
    transition: all 0.2s;
    flex-wrap: wrap;
    gap: 10px;
}

.bgw-gq-aff-link-card:hover {
    border-color: var(--bgw-sage);
    box-shadow: var(--bgw-shadow-sm);
}

.bgw-gq-aff-title {
    font-weight: 700;
    font-size: 14px;
    color: #2D3A3A !important;
}

.bgw-gq-aff-btn {
    display: inline-block;
    padding: 8px 20px;
    background: #5B8A72 !important;
    color: #FFFFFF !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 50px;
    transition: background 0.2s, transform 0.2s;
    white-space: nowrap;
    border: none;
}

.bgw-gq-aff-btn:hover,
.bgw-gq-aff-btn:visited,
.bgw-gq-aff-btn:focus {
    background: #4A7660 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    transform: translateY(-1px);
}

/* =====================
   RETAKE BUTTON
   ===================== */
.bgw-gq-retake {
    padding: 25px 30px;
    text-align: center;
}

.bgw-gq-retake-btn {
    padding: 14px 32px;
    background: var(--bgw-linen);
    color: #4A5859 !important;
    border: 1px solid var(--bgw-pale-stone);
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
}

.bgw-gq-retake-btn:hover {
    background: var(--bgw-pale-stone);
    color: #2D3A3A !important;
    transform: translateY(-2px);
    box-shadow: var(--bgw-shadow-sm);
}

/* =====================
   SEO CONTENT
   ===================== */
.bgw-gq-seo-content {
    margin-top: 30px;
    padding: 28px;
    background: var(--bgw-cloud-cream);
    border-radius: var(--bgw-radius-lg);
    border: 1px solid var(--bgw-pale-stone);
}

.bgw-gq-seo-content h3 {
    font-size: 17px;
    color: var(--bgw-deep-forest) !important;
    margin: 18px 0 6px;
}

.bgw-gq-seo-content h3:first-child { margin-top: 0; }

.bgw-gq-seo-content p {
    font-size: 14px;
    color: var(--bgw-slate);
    line-height: 1.7;
}

/* =====================
   RESPONSIVE
   ===================== */
@media (max-width: 500px) {
    .bgw-gq-header { padding: 30px 20px 25px; }
    .bgw-gq-main-title { font-size: 22px; }
    .bgw-gq-start-features { padding: 18px 20px; }
    .bgw-gq-start-btn {
        width: calc(100% - 40px);
        margin: 0 20px;
        font-size: 16px;
        padding: 16px;
    }
    .bgw-gq-disclaimer { margin: 15px 20px 0; }
    .bgw-gq-question-screen { padding: 22px 18px; }
    .bgw-gq-q-text { font-size: 17px; }
    .bgw-gq-answer-btn { padding: 12px 16px; font-size: 13px; }
    .bgw-gq-result-header { padding: 30px 20px 25px; }
    .bgw-gq-result-title { font-size: 24px; }
    .bgw-gq-score-section,
    .bgw-gq-answer-summary,
    .bgw-gq-share-section,
    .bgw-gq-retake { padding-left: 20px; padding-right: 20px; }
    .bgw-gq-affiliate-slot { padding: 0 20px; }
    .bgw-gq-share-buttons { flex-direction: column; }
    .bgw-gq-share-btn { width: 100%; }
    .bgw-gq-seo-content { padding: 20px; }
}

/* =====================
   PRINT
   ===================== */
@media print {
    .bgw-gq-start-screen,
    .bgw-gq-question-screen,
    .bgw-gq-loading-screen,
    .bgw-gq-share-section,
    .bgw-gq-retake,
    .bgw-gq-affiliate-slot,
    .bgw-gq-seo-content { display: none !important; }
    .bgw-gq-results-screen {
        display: block !important;
        border: none;
        box-shadow: none;
    }
}