/*
 * WooCommerce VIP Paketi - Health Quiz Shortcode Styles
 * Extracted from shortcodes.php for better organization
 * DO NOT MODIFY WITHOUT TESTING - This affects quiz functionality and design
 */

/* ===== SECTION 1: HEADER AND BASIC LAYOUT STYLES ===== */

/* Health header visibility controls */
.wvp-health-header {
    display: none !important;
}
.wvp-health-header.show-initial:not(.hidden) {
    display: grid !important;
    visibility: visible !important;
}

/* ===== SECTION 2: COMPLETION STEP STYLES ===== */

.wvp-health-completion-step {
    text-align: center;
    padding: 60px 20px;
}
.wvp-completion-header h2 {
    color: #28a745;
    margin-bottom: 15px;
    font-size: 32px;
}
.wvp-completion-header p {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 40px;
}
.wvp-completion-loading {
    margin: 40px 0;
}
.wvp-completion-spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #28a745;
    border-radius: 50%;
    animation: completion-spin 1s linear infinite;
    margin: 0 auto 20px;
}
.wvp-completion-loading p {
    font-size: 16px;
    color: #28a745;
    font-weight: 500;
}
@keyframes completion-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ===== SECTION 3: MAIN QUIZ LAYOUT AND DESIGN STYLES ===== */

/* Health Quiz - Modern Design */
.wvp-single-package-wrapper {
    padding: 40px 0;
    background: #e9ecef;
    min-height: 70vh;
    width: 100%;
    margin: 0;
}

.wvp-single-package-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="25" cy="75" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
    pointer-events: none;
}

.wvp-single-package-wrapper .container-fluid {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    position: relative;
    z-index: 1;
}

/* Health Header Styling */
.wvp-health-header {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 40px;
    transition: all 0.5s ease;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
}

.wvp-health-header.hidden {
    display: none;
}

/* Hide header when any step other than first is active */
.wvp-health-step[data-step]:not([data-step="1"]):not([style*="display: none"]) ~ * .wvp-health-header,
.wvp-health-step[data-step]:not([data-step="1"])[style*="display: block"] ~ * .wvp-health-header {
    display: none;
}

/* Alternative approach - hide header when survey or other steps are visible */
.wvp-survey-step:not([style*="display: none"]) ~ .wvp-health-header,
.wvp-results-step:not([style*="display: none"]) ~ .wvp-health-header,
.wvp-recommendations-step:not([style*="display: none"]) ~ .wvp-health-header {
    display: none;
}

/* Hide header when quiz has started */
body.quiz-started .wvp-health-header {
    display: none !important;
}

/* Hide header on survey steps */
.wvp-survey-step .wvp-health-header,
.wvp-survey-step ~ .wvp-health-header,
.wvp-survey-step + * .wvp-health-header {
    display: none !important;
}

/* Force hide header when not on first step */
#wvp-health-quiz .wvp-health-header {
    display: none !important;
}

/* Nuclear option - hide header completely after any interaction */
.wvp-health-header:not(.show-initial) {
    display: none !important;
}

/* Hide header completely when quiz container exists */
.wvp-health-quiz .wvp-health-header,
.wvp-survey-step ~ .wvp-health-header,
body:has(.wvp-survey-step) .wvp-health-header {
    display: none !important;
}

/* Show header only on very first load */
.wvp-health-header {
    display: none !important;
}

.wvp-health-header.show-initial:not(.hidden) {
    display: grid !important;
}
    align-items: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.health-branding {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.health-icon {
    font-size: 28px;
    animation: aiPulse 2s ease-in-out infinite;
}

.health-badge {
    background: linear-gradient(135deg, #ff6b6b, #feca57);
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

.health-title {
    margin: 0;
    color: white;
}

.title-main {
    display: block;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title-subtitle {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #1d2327;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.description-main {
    color: rgba(0, 88, 64, 1);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.medical-disclaimer {
    color: #2c3e50;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    padding: 15px 20px;
    border-radius: 8px;
    border-left: 4px solid #FF8C00;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

.health-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(0, 88, 64, 1);
    font-weight: 500;
}

.feature-icon {
    font-size: 20px;
}

.health-visual {
    position: relative;
}

.health-pulse-animation {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pulse-circle {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: aiPulse 3s ease-in-out infinite;
}

.pulse-1 {
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.pulse-2 {
    width: 100px;
    height: 100px;
    animation-delay: 0.5s;
}

.pulse-3 {
    width: 120px;
    height: 120px;
    animation-delay: 1s;
}

.health-brain {
    font-size: 40px;
    z-index: 2;
    position: relative;
    animation: brainThink 4s ease-in-out infinite;
}

@keyframes aiPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

@keyframes brainThink {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    25% {
        transform: scale(1.1) rotate(-2deg);
    }
    75% {
        transform: scale(1.1) rotate(2deg);
    }
}

/* Responsive design - exactly like package page */
@media (max-width: 1200px) {
    .wvp-single-package-wrapper .container-fluid {
        max-width: 100% !important;
        padding: 0 30px !important;
    }

    .wvp-health-header {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 30px;
    }

    .health-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .title-main {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .wvp-single-package-wrapper {
        padding: 20px 0 !important;
    }

    .wvp-single-package-wrapper .container-fluid {
        padding: 0 15px !important;
    }
}

/* Force bootstrap grid to work correctly */
.wvp-single-package-wrapper .col-lg-10.col-xl-8.mx-auto {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
}

/* Ensure container takes full width */
.wvp-single-package-wrapper {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

/* Hide sidebars only */
body .sidebar {
    display: none !important;
}

/* Additional specific selectors for WordPress themes */
body .primary {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

body #primary {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

body .entry-content {
    width: 100% !important;
    max-width: none !important;
}

body .site-main {
    width: 100% !important;
    max-width: none !important;
}

/* Enhanced Breadcrumbs */
.wvp-breadcrumbs {
    margin-bottom: 25px;
    padding: 20px 0;
}

.breadcrumb {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 12px 20px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    border-radius: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid rgba(0, 88, 64, 0.1);
}

.breadcrumb-item {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item:before {
    content: "→";
    padding: 0 12px;
    color: rgba(0, 88, 64, 0.6);
    font-weight: 600;
}

.breadcrumb-item a {
    color: rgba(0, 88, 64, 0.8);
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.breadcrumb-item a:hover {
    background: rgba(0, 88, 64, 0.1);
    color: rgba(0, 88, 64, 1);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: rgba(0, 88, 64, 1);
    font-weight: 600;
    background: rgba(0, 88, 64, 0.1);
    padding: 4px 12px;
    border-radius: 15px;
}

/* Header Section */
.wvp-health-quiz-header {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.wvp-health-quiz-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    animation: float 20s ease-in-out infinite;
    pointer-events: none;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(120deg); }
    66% { transform: translate(-20px, 20px) rotate(240deg); }
}

.health-quiz-title {
    font-size: 2.5em;
    color: #1d2327;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.health-quiz-featured-image {
    margin: 30px 0;
    position: relative;
    z-index: 1;
}

.health-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.health-icon {
    font-size: 3em;
    padding: 15px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.3);
    animation: bounce 2s ease-in-out infinite;
}

.health-icon:nth-child(2) { animation-delay: 0.2s; }
.health-icon:nth-child(3) { animation-delay: 0.4s; }
.health-icon:nth-child(4) { animation-delay: 0.6s; }

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.health-quiz-description {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: center;
    color: #495057;
}

.health-quiz-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background: rgba(255,255,255,0.15);
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
}

.benefit-item:hover {
    background: rgba(255,255,255,0.25);
    transform: translateY(-2px);
}

.benefit-icon {
    font-size: 1.5em;
    flex-shrink: 0;
}

/* Form Section */
.wvp-health-form-section {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.wvp-health-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="glow"><stop offset="0%" stop-color="white" stop-opacity="0.1"/><stop offset="100%" stop-color="white" stop-opacity="0"/></radialGradient></defs><circle cx="200" cy="200" r="300" fill="url(%23glow)"/><circle cx="800" cy="800" r="200" fill="url(%23glow)"/></svg>');
    pointer-events: none;
}

.form-container {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 30px;
}

.form-label {
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 8px;
    display: block;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.form-control {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 15px 20px;
    font-size: 1em;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}

.form-control:focus {
    outline: none;
    background: rgba(255, 255, 255, 1);
    border-color: #005840;
    box-shadow: 0 0 0 4px rgba(0, 88, 64, 0.2), inset 0 2px 4px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 0.8;
}

.form-section-title {
    font-size: 2.2em;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    background: linear-gradient(45deg, #fff, #e3f2fd);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-section-description {
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1em;
    margin-bottom: 30px;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

/* Enhanced Button Styling */
.health-submit-btn {
    background: linear-gradient(45deg, #005840 0%, #005840 50%, #005840 100%);
    border: none;
    border-radius: 50px;
    padding: 18px 40px;
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 88, 64, 0.4);
    width: 100%;
    margin-top: 20px;
}

.health-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s;
}

.health-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 88, 64, 0.6);
    background: linear-gradient(45deg, #2d5a3d 0%, #2d5a3d 50%, #2d5a3d 100%);
}

.health-submit-btn:hover::before {
    left: 100%;
}

.health-submit-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(0, 88, 64, 0.5);
}

/* Form Grid Layout */
.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

/* User Welcome Notice */
.wvp-health-user-notice {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 2px solid #28a745;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
}

.user-welcome-icon {
    font-size: 2.5em;
    flex-shrink: 0;
}

.user-welcome-content p {
    margin: 5px 0;
    color: #155724;
}

.user-welcome-content strong {
    color: #0f4419;
}

/* Health Form Styling */
.wvp-health-form-section {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    padding: 0;
    margin-bottom: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.form-header-card {
    background: #f8f9fa;
    padding: 40px;
    color: white;
    position: relative;
    overflow: hidden;
}

.form-header-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: headerShimmer 6s ease-in-out infinite;
}

.form-step-indicator {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.step-number {
    width: 40px;
    height: 40px;
    background: rgba(0, 88, 64, 1);
    border: 2px solid #B8D9BC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    color: white;
}

.step-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0, 88, 64, 1) !important;
    font-weight: 600;
    background: transparent;
    padding: 4px 8px;
    border-radius: 4px;
}

.form-title {
    margin: 0 0 15px 0;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(0, 88, 64, 1);
}

.title-icon {
    font-size: 32px;
    color: rgba(0, 88, 64, 1);
}

.form-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #2c3e50;
    font-weight: 500;
}

.health-processing-indicator {
    display: flex;
    align-items: center;
    gap: 15px;
    opacity: 0.8;
}

.processing-dots {
    display: flex;
    gap: 4px;
}

.dot {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: dotPulse 1.5s ease-in-out infinite;
}

.dot:nth-child(2) {
    animation-delay: 0.2s;
}

.dot:nth-child(3) {
    animation-delay: 0.4s;
}

.processing-text {
    font-size: 14px;
    font-style: italic;
    color: #2c3e50;
    font-weight: 500;
}

.health-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    padding: 40px;
    background: white;
}

.form-group {
    position: relative;
    margin-bottom: 25px;
}

@keyframes headerShimmer {
    0%, 100% {
        transform: translateX(-100%) translateY(-100%);
    }
    50% {
        transform: translateX(-50%) translateY(-50%);
    }
}

@keyframes dotPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.4);
        opacity: 1;
    }
}

.form-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 14px;
}

.label-icon {
    font-size: 1.2em;
    flex-shrink: 0;
}

.label-text {
    font-weight: 600;
}

.form-input, .form-select {
    display: block;
    width: 100%;
    padding: 18px 20px;
    border: 2px solid #e1e5e9;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    margin-top: 8px;
    position: relative;
    color: #2c3e50;
    min-height: 56px;
}

.form-input:hover, .form-select:hover {
    border-color: #667eea;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.15);
    transform: translateY(-1px);
}

.form-input:focus, .form-select:focus {
    outline: none;
    border-color: #667eea;
    background: white;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    transform: translateY(-1px);
}

.form-input::placeholder {
    color: #a0a9b8;
    font-style: italic;
}

.form-select option {
    color: #2c3e50;
    background: white;
    padding: 10px;
}

.form-select option:first-child {
    color: #6c757d;
    font-style: italic;
}

.wvp-health-error {
    display: block;
    color: #e74c3c;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 500;
}

/* Health Form Actions */
.health-form-actions {
    text-align: center;
    padding: 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.health-submit-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #005840 0%, #005840 50%, #005840 100%);
    color: white;
    border: none;
    padding: 0;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 32px rgba(0, 88, 64, 0.3);
    overflow: hidden;
    min-width: 280px;
    height: 64px;
}

.btn-content {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 32px;
    position: relative;
    z-index: 2;
}

.btn-icon {
    font-size: 24px;
    animation: aiPulse 2s ease-in-out infinite;
}

.btn-text {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.btn-arrow {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.btn-shimmer {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.health-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 48px rgba(0, 88, 64, 0.4);
}

.health-submit-btn:hover .btn-arrow {
    transform: translateX(4px);
}

.health-submit-btn:hover .btn-shimmer {
    left: 100%;
}

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

.form-note {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #6c757d;
    font-style: italic;
}

.note-icon {
    font-size: 16px;
    color: #28a745;
}

.wvp-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
}

.wvp-btn-primary:active {
    transform: translateY(0);
}

.btn-icon {
    font-size: 1.2em;
}

/* Responsive Design */
@media (max-width: 768px) {
    .wvp-health-quiz-wrapper {
        padding: 20px 0;
    }

    .wvp-health-quiz-header {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .health-quiz-title {
        font-size: 2em;
    }

    .form-section-title {
        font-size: 1.5em;
    }

    .health-icons {
        gap: 10px;
    }

    .health-icon {
        font-size: 2em;
        padding: 10px;
    }

    .wvp-health-form-section {
        padding: 25px 20px;
    }

    .health-form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .health-quiz-benefits {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* Force full width layout */
body.page #content {
    width: 100% !important;
    max-width: none !important;
}

body.page .main-page-wrapper {
    max-width: none !important;
}

body.page .site-content {
    max-width: none !important;
    width: 100% !important;
}

body.page .sidebar {
    display: none !important;
}

/* Comprehensive sidebar removal for all theme types */
body.page .sidebar,
body.page .widget-area,
body.page #secondary,
body.page .secondary,
body.page .aside,
body.page #aside,
body.page .sidebar-primary,
body.page .sidebar-secondary,
body.page .right-sidebar,
body.page .left-sidebar,
body.page .col-md-3,
body.page .col-lg-3,
body.page .col-xl-3,
body.page .widget_area {
    display: none !important;
    width: 0 !important;
    visibility: hidden !important;
}

/* Enhanced Typography */
.wvp-health-header h1,
.wvp-health-form-section h2 {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
    letter-spacing: -0.02em;
}

.health-title .title-main {
    font-weight: 800;
    font-size: 2.8em;
    background: linear-gradient(135deg, #B8D9BC 0%, rgba(0, 88, 64, 1) 50%, #B8D9BC 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
    animation: gradient-shift 4s ease-in-out infinite;
}

@keyframes gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.title-subtitle {
    color: #adb5bd;
    font-weight: 500;
    font-size: 0.6em;
    margin-top: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Enhanced Health Badge */
.health-badge {
    background: linear-gradient(45deg, #B8D9BC, rgba(0, 88, 64, 1));
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(184, 217, 188, 0.3);
    animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 4px 15px rgba(184, 217, 188, 0.3); }
    50% { box-shadow: 0 6px 20px rgba(184, 217, 188, 0.5); }
}

/* Overall Progress Indicator */
.overall-progress-indicator {
    margin-bottom: 40px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
    position: relative;
}

.step-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.progress-step.active .step-circle {
    background: linear-gradient(45deg, #005840, #667eea);
    border-color: #005840;
    box-shadow: 0 0 20px rgba(0, 88, 64, 0.5);
    transform: scale(1.1);
}

.progress-step.completed .step-circle {
    background: linear-gradient(45deg, #28a745, #20c997);
    border-color: #28a745;
}

.step-number {
    font-weight: 700;
    color: #fff;
    font-size: 1.2em;
    transition: opacity 0.3s;
}

.step-icon {
    position: absolute;
    font-size: 1.3em;
    opacity: 0;
    transition: opacity 0.3s;
}

.progress-step.active .step-number {
    opacity: 0;
}

.progress-step.active .step-icon {
    opacity: 1;
}

.step-label {
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    text-align: center;
    transition: color 0.3s;
}

.progress-step.active .step-label {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.progress-line {
    position: relative;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    overflow: hidden;
}

.progress-line-fill {
    height: 100%;
    background: linear-gradient(90deg, #005840, #667eea);
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
    position: relative;
}

.progress-line-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: progress-shimmer 2s ease-in-out infinite;
}

@keyframes progress-shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* Enhanced Survey Progress */
.survey-progress {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.progress-bar {
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #005840, #28a745);
    transition: width 0.5s ease;
    border-radius: 4px;
    position: relative;
}

.progress-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: survey-progress-glow 1.5s ease-in-out infinite;
}

@keyframes survey-progress-glow {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.progress-text {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 0.95em;
}

/* Responsive Design */
@media (max-width: 768px) {
    .wvp-health-form-section {
        padding: 25px 20px;
        margin: 0 10px 20px;
    }

    .form-container {
        padding: 20px;
    }

    .health-title .title-main {
        font-size: 2.2em;
    }

    .form-section-title {
        font-size: 1.8em;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .health-submit-btn {
        padding: 16px 30px;
        font-size: 1.1em;
    }

    .health-quiz-benefits {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .benefit-item {
        padding: 12px 16px;
    }
}

@media (max-width: 480px) {
    .health-title .title-main {
        font-size: 1.8em;
    }

    .health-icons {
        gap: 15px;
    }

    .health-icon {
        font-size: 2.5em;
        padding: 12px;
    }
}

/* ===== SECTION 4: PACKAGE CARD AND PRICING STYLES ===== */

/* Force Package Card Styles */
.wvp-package-card {
    background: #fff !important;
    border: 2px solid #dee2e6 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    position: relative !important;
    margin-bottom: 0 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}
.wvp-package-card:hover {
    background: #e9ecef !important;
    border-color: #adb5bd !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}
.wvp-package-image-section {
    position: relative !important;
    text-align: center !important;
    padding: 20px !important;
    background: #f8f9fa !important;
    border-bottom: 1px solid #dee2e6 !important;
}
.wvp-discount-badge {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    background: #28a745 !important;
    color: #fff !important;
    padding: 4px 8px !important;
    border-radius: 12px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    box-shadow: 0 2px 6px rgba(40,167,69,0.3) !important;
    z-index: 10 !important;
}
.wvp-package-btn {
    display: block !important;
    width: 100% !important;
    background: linear-gradient(135deg, #d4a017 0%, #b8860b 100%) !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(212, 160, 23, 0.3) !important;
    border: none !important;
    cursor: pointer !important;
    text-align: center !important;
    box-sizing: border-box !important;
}
.wvp-package-btn:hover {
    background: linear-gradient(135deg, #b8860b 0%, #996f0a 100%) !important;
    transform: translateY(-2px) !important;
    color: #fff !important;
    text-decoration: none !important;
}
.wvp-pricing-table {
    margin: 20px 0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    border: 1px solid #e0e0e0 !important;
}
.wvp-pricing-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 12px 15px !important;
    margin: 0 !important;
}
.wvp-regular-row {
    background: #f8f9fa !important;
    border-bottom: 1px solid #e0e0e0 !important;
}
.wvp-package-row {
    background: linear-gradient(135deg, #e8f5e8 0%, #d4edda 100%) !important;
    border-bottom: 1px solid #28a745 !important;
}
.wvp-vip-row {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%) !important;
    border: 1px solid #ffc107 !important;
}
.wvp-vip-notice {
    margin-top: 15px !important;
    padding: 15px !important;
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%) !important;
    border: 1px solid #ffc107 !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    text-align: center !important;
    color: #856404 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
}
.wvp-vip-notice .vip-icon {
    font-size: 16px !important;
    color: #856404 !important;
    flex-shrink: 0 !important;
}

/* ===== SECTION 5: STEP 2 NAVIGATION AND HEADER STYLES ===== */

    /* Header Section */
    .wvp-header-section {
        text-align: center;
        margin-bottom: 50px;
        padding: 20px;
    }

    .wvp-greeting-emoji {
        font-size: 4em;
        margin-bottom: 15px;
        animation: wave 2s ease-in-out infinite;
    }

    @keyframes wave {
        0%, 100% { transform: rotate(0deg); }
        10%, 30%, 50%, 70%, 90% { transform: rotate(14deg); }
        20%, 40%, 60%, 80% { transform: rotate(-8deg); }
    }

    .wvp-greeting-title {
        color: #1d2327;
        font-size: 2.5em;
        font-weight: 600;
        margin: 0 0 15px 0;
        line-height: 1.2;
        text-align: center;
    }

    .wvp-greeting-subtitle {
        color: #666;
        font-size: 1.2em;
        margin: 0;
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.4;
    }

    /* Score Section */
    .wvp-score-section {
        margin: 50px 0;
        text-align: center;
        padding: 0 20px;
    }

    .wvp-score-title {
        color: #1d2327;
        margin-bottom: 40px;
        font-size: 1.5em;
        font-weight: 600;
    }

    .wvp-progress-container {
        position: relative;
        width: 100%;
        max-width: 600px;
        height: 60px;
        background: #f1f1f1;
        border-radius: 30px;
        overflow: hidden;
        margin: 30px auto;
        border: 2px solid #e0e0e0;
        box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
    }

    .wvp-progress-bar {
        height: 100%;
        border-radius: 30px;
        transition: width 3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    }

    .wvp-progress-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #1d2327;
        font-weight: bold;
        font-size: 20px;
        z-index: 10;
        text-shadow: 1px 1px 2px rgba(255,255,255,0.8);
    }

    .wvp-score-legend {
        display: flex;
        justify-content: space-between;
        max-width: 600px;
        margin: 25px auto 0 auto;
        font-size: 13px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .wvp-legend-item {
        font-weight: 500;
        padding: 5px 8px;
        border-radius: 15px;
        background: #f8f9fa;
        border: 1px solid #e0e0e0;
    }

    .wvp-critical { color: #dc3545; }
    .wvp-moderate { color: #fd7e14; }
    .wvp-good { color: #ffc107; }
    .wvp-excellent { color: #28a745; }

    /* Problems Section */
    .wvp-problems-section {
        margin: 60px 0;
        padding: 0 20px;
    }

    .wvp-problems-title {
        color: #1d2327;
        margin-bottom: 40px;
        text-align: center;
        font-size: 1.5em;
        font-weight: 600;
    }

    .wvp-problems-container {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 15px;
        padding: 0 20px;
    }

    .wvp-problem-item {
        background: #fff;
        margin: 0;
        padding: 25px;
        border-radius: 12px;
        border: 1px solid #e0e0e0;
        box-shadow: 0 3px 6px rgba(0,0,0,0.1);
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .wvp-problem-item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background: #dc3545;
    }

    .wvp-problem-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }

    .wvp-problem-number {
        background: #dc3545;
        color: #fff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 16px;
        margin-right: 25px;
        flex-shrink: 0;
        box-shadow: 0 2px 4px rgba(220,53,69,0.3);
    }

    .wvp-problem-text {
        color: #1d2327;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500;
    }

    /* Success Section */
    .wvp-success-section {
        margin: 60px 0;
        text-align: center;
        padding: 0 20px;
    }

    .wvp-success-card {
        background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
        border: 2px solid #c3e6cb;
        border-radius: 16px;
        padding: 40px 30px;
        max-width: 500px;
        margin: 0 auto;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .wvp-success-emoji {
        font-size: 4em;
        margin-bottom: 20px;
        animation: bounce 2s infinite;
    }

    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
        40% { transform: translateY(-10px); }
        60% { transform: translateY(-5px); }
    }

    .wvp-success-title {
        color: #155724;
        margin-bottom: 15px;
        font-size: 1.5em;
        font-weight: 600;
    }

    .wvp-success-text {
        color: #155724;
        margin: 0;
        font-size: 16px;
        line-height: 1.5;
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
        .wvp-greeting-emoji {
            font-size: 3em;
        }

        .wvp-greeting-title {
            font-size: 2em;
            text-align: center;
        }

        .wvp-greeting-subtitle {
            font-size: 1.1em;
            padding: 0 10px;
        }

        .wvp-score-title, .wvp-problems-title {
            font-size: 1.3em;
        }

        .wvp-progress-container {
            height: 50px;
            margin: 25px auto;
        }

        .wvp-progress-text {
            font-size: 18px;
        }

        .wvp-score-legend {
            justify-content: center;
            gap: 8px;
        }

        .wvp-legend-item {
            font-size: 11px;
            padding: 4px 6px;
        }

        .wvp-problem-item {
            padding: 20px;
            margin: 15px 0;
        }

        .wvp-problem-number {
            width: 30px;
            height: 30px;
            font-size: 14px;
            margin-right: 20px;
        }

        .wvp-problem-text {
            font-size: 15px;
        }

        .wvp-success-card {
            padding: 30px 20px;
        }

        .wvp-success-emoji {
            font-size: 3em;
        }

        .wvp-success-title {
            font-size: 1.3em;
        }
    }

    @media (max-width: 480px) {
        .wvp-greeting-title {
            font-size: 1.8em;
            text-align: center;
        }

        .wvp-greeting-subtitle {
            font-size: 1em;
        }

        .wvp-progress-container {
            height: 45px;
        }

        .wvp-progress-text {
            font-size: 16px;
        }

        .wvp-score-legend {
            flex-direction: column;
            align-items: center;
            gap: 8px;
        }

        .wvp-problem-item {
            padding: 18px;
            flex-direction: column;
            text-align: center;
        }

        .wvp-problem-number {
            margin-right: 0;
            margin-bottom: 15px;
        }
    }

/* ===== SECTION 6: QUIZ FORM AND INTERACTION STYLES ===== */

.health-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c3e50;
}

.form-control {
    padding: 12px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 3px rgba(0, 123, 186, 0.1);
}

.wvp-health-next {
    background: linear-gradient(135deg, #007cba 0%, #005177 100%);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wvp-health-next:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 123, 186, 0.3);
}

.health-quiz-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.benefit-item {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #007cba;
}

.benefit-icon {
    font-size: 2em;
    margin-right: 15px;
}

.benefit-text h3 {
    margin: 0 0 5px 0;
    color: #2c3e50;
    font-size: 1.1em;
}

.benefit-text p {
    margin: 0;
    color: #6c757d;
    font-size: 0.9em;
}

.health-title h1 {
    text-align: center;
    margin-bottom: 20px;
}

.title-main {
    display: block;
    font-size: 2.5em;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.title-subtitle {
    display: block;
    font-size: 1em;
    font-weight: 400;
    color: #6c757d;
    font-style: italic;
}

.health-subtitle {
    text-align: center;
    margin-bottom: 30px;
}

.health-subtitle p {
    font-size: 1.1em;
    color: #495057;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.health-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.health-icon {
    font-size: 3em;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.health-icon:hover {
    transform: scale(1.1);
}

.form-section-title {
    font-size: 1.8em;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .health-form-grid {
        grid-template-columns: 1fr;
    }

    .health-icons {
        gap: 10px;
    }

    .health-icon {
        font-size: 2em;
        padding: 10px;
    }

    .title-main {
        font-size: 2em;
    }
}

/* ===== SECTION 7: RESULTS AND RECOMMENDATIONS STYLES ===== */

    /* Modern Breadcrumbs Design */
    .wvp-breadcrumbs {
        margin-bottom: 30px;
        padding: 0;
    }

    .breadcrumb {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        border: 1px solid rgba(0, 88, 64, 0.1);
        border-radius: 16px;
        padding: 20px 30px;
        margin: 0;
        box-shadow: 0 2px 12px rgba(0, 88, 64, 0.08);
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .breadcrumb-item {
        display: inline-flex;
        align-items: center;
        font-weight: 500;
        font-size: 0.95em;
    }

    .breadcrumb-item + .breadcrumb-item:before {
        content: "→";
        padding: 0 12px;
        color: rgba(0, 88, 64, 0.6);
        font-weight: 600;
        font-size: 1.1em;
    }

    .breadcrumb-item a {
        color: rgba(0, 88, 64, 0.8);
        text-decoration: none;
        padding: 8px 12px;
        border-radius: 8px;
        transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
        font-weight: 500;
    }

    .breadcrumb-item a:hover {
        background: rgba(0, 88, 64, 0.1);
        color: rgba(0, 88, 64, 1);
        text-decoration: none;
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(0, 88, 64, 0.2);
    }

    .breadcrumb-item.active {
        color: rgba(0, 88, 64, 1);
        font-weight: 600;
        background: rgba(0, 88, 64, 0.12);
        padding: 8px 12px;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0, 88, 64, 0.15);
    }

    /* Enhanced Form Header for Questions Page */
    .form-header-card {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        border: 1px solid rgba(0, 88, 64, 0.1);
        border-radius: 20px;
        padding: 40px;
        margin-bottom: 30px;
        text-align: center;
        box-shadow: 0 4px 20px rgba(0, 88, 64, 0.08);
        position: relative;
        overflow: hidden;
    }

    .form-header-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(135deg, #005840 0%, #007F5B 50%, #005840 100%);
    }

    .form-step-indicator {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-bottom: 20px;
    }

    .step-number {
        background: linear-gradient(135deg, #005840 0%, #007F5B 100%);
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1.2em;
        box-shadow: 0 4px 12px rgba(0, 88, 64, 0.3);
    }

    .step-label {
        color: rgba(0, 88, 64, 0.8);
        font-weight: 600;
        font-size: 1.1em;
        letter-spacing: 0.5px;
    }

    .form-title {
        margin: 0 0 15px 0;
        font-size: 2.2em;
        font-weight: 700;
        color: rgba(0, 88, 64, 1);
        text-shadow: 0 2px 4px rgba(0, 88, 64, 0.1);
        letter-spacing: -0.5px;
    }

    .form-description {
        color: #6c757d;
        font-size: 1.1em;
        line-height: 1.6;
        margin: 0 0 20px 0;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Enhanced Progress Styling */
    .progress-container {
        margin: 30px 0;
        text-align: center;
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        padding: 25px;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0, 88, 64, 0.1);
        border: 1px solid rgba(0, 88, 64, 0.1);
    }

    .progress-bar {
        width: 100%;
        height: 16px;
        background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
        border-radius: 25px;
        overflow: hidden;
        box-shadow: inset 0 3px 6px rgba(0,0,0,0.15);
        margin-bottom: 15px;
        position: relative;
        border: 2px solid rgba(0, 88, 64, 0.1);
    }

    .progress-fill {
        height: 100%;
        background: linear-gradient(135deg, #005840 0%, #007F5B 50%, #005840 100%);
        transition: width 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        position: relative;
        border-radius: 25px;
        box-shadow: 0 2px 8px rgba(0, 88, 64, 0.3);
    }

    .progress-fill::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
        animation: progressShimmer 3s infinite ease-in-out;
        border-radius: 25px;
    }

    @keyframes progressShimmer {
        0% { transform: translateX(-150%); opacity: 0; }
        50% { opacity: 1; }
        100% { transform: translateX(150%); opacity: 0; }
    }

    .progress-text {
        font-size: 1em;
        color: rgba(0, 88, 64, 0.8);
        font-weight: 700;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        letter-spacing: 0.5px;
    }

    /* Beautiful Question Cards */
    .health-question-card {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        border-radius: 20px;
        padding: 30px;
        margin-bottom: 30px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
        border: 1px solid rgba(0, 88, 64, 0.1);
        transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
        position: relative;
        overflow: hidden;
    }

    .health-question-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(135deg, #005840 0%, #005840 50%, #005840 100%);
    }

    .health-question-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 48px rgba(0, 88, 64, 0.15);
        border-color: rgba(0, 88, 64, 0.3);
    }

    .question-header {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 25px;
    }

    .question-icon {
        font-size: 1.5em;
        background: linear-gradient(135deg, #005840 0%, #005840 100%);
        padding: 10px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        filter: grayscale(100%);
        transition: all 0.3s ease;
    }

    .health-question-card:hover .question-icon {
        filter: grayscale(0%);
        transform: scale(1.1);
    }

    .question-text {
        margin: 0;
        font-size: 1.3em;
        font-weight: 600;
        color: #2c3e50;
        line-height: 1.4;
        flex: 1;
    }

    .question-text {
        font-size: 1.3em;
        color: #2c3e50;
        margin-bottom: 20px;
        font-weight: 600;
    }

    /* Beautiful Answer Options */
    .answer-options {
        display: flex;
        flex-direction: row;
        gap: 15px;
        margin-bottom: 25px;
        justify-content: center;
        width: 100%;
    }

    .answer-option {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        padding: 18px 20px;
        background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
        border: 2px solid #e9ecef;
        border-radius: 15px;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
        position: relative;
        overflow: hidden;
        flex: 1;
        min-height: 60px;
        font-size: 1.1em;
        font-weight: 600;
    }

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

    .answer-option:hover {
        border-color: #005840;
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 88, 64, 0.15);
    }

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

    .answer-option input[type="radio"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .radio-custom {
        width: 22px;
        height: 22px;
        border: 3px solid #dee2e6;
        border-radius: 50%;
        background: #fff;
        transition: all 0.3s ease;
        position: relative;
        flex-shrink: 0;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .answer-option input[type="radio"]:checked + .radio-custom {
        border-color: #005840;
        background: linear-gradient(135deg, #005840 0%, #005840 100%);
        transform: scale(1.1);
    }

    .answer-option input[type="radio"]:checked + .radio-custom::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 8px;
        height: 8px;
        background: white;
        border-radius: 50%;
        animation: radioScale 0.3s ease;
    }

    @keyframes radioScale {
        0% { transform: translate(-50%, -50%) scale(0); }
        100% { transform: translate(-50%, -50%) scale(1); }
    }

    .answer-text {
        font-size: 1.1em;
        color: #495057;
        font-weight: 500;
        flex: 1;
        transition: color 0.3s ease;
    }

    .answer-option input[type="radio"]:checked ~ .answer-text {
        color: #2c3e50;
        font-weight: 600;
    }

    .answer-checkmark {
        opacity: 0;
        color: #005840;
        font-size: 1.2em;
        font-weight: bold;
        transition: all 0.3s ease;
        transform: scale(0);
    }

    .answer-option input[type="radio"]:checked ~ .answer-checkmark {
        opacity: 1;
        transform: scale(1);
        animation: checkmarkBounce 0.4s ease;
    }

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

    /* Beautiful Intensity Section */
    .health-intensity-section {
        margin-top: 25px;
        padding: 25px;
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        border-radius: 15px;
        border-left: 4px solid #005840;
        animation: intensitySlideIn 0.5s ease;
    }

    @keyframes intensitySlideIn {
        0% { opacity: 0; transform: translateY(-10px); }
        100% { opacity: 1; transform: translateY(0); }
    }

    .intensity-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
    }

    .intensity-icon {
        font-size: 1.3em;
        background: linear-gradient(135deg, #005840 0%, #005840 100%);
        padding: 8px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .intensity-label {
        font-weight: 600;
        color: #2c3e50;
        font-size: 1.1em;
        margin: 0;
    }

    .intensity-options {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }

    .intensity-option {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 18px;
        background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
        border: 2px solid #dee2e6;
        border-radius: 12px;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
        position: relative;
        min-width: 120px;
        justify-content: center;
    }

    .intensity-option:hover {
        border-color: #005840;
        background: linear-gradient(135deg, #fff5f0 0%, #ffe8d6 100%);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 88, 64, 0.2);
    }

    .intensity-option input[type="radio"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .intensity-custom {
        width: 18px;
        height: 18px;
        border: 2px solid #dee2e6;
        border-radius: 50%;
        background: #fff;
        transition: all 0.3s ease;
        position: relative;
        flex-shrink: 0;
    }

    .intensity-option input[type="radio"]:checked + .intensity-custom {
        border-color: #005840;
        background: linear-gradient(135deg, #005840 0%, #005840 100%);
        transform: scale(1.1);
    }

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

    .intensity-text {
        font-size: 0.95em;
        color: #495057;
        font-weight: 500;
    }

    /* Beautiful Navigation */
    .health-form-navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
        padding: 30px 0;
        border-top: 1px solid rgba(0, 88, 64, 0.2);
        position: relative;
    }

    .health-form-navigation::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        background: linear-gradient(135deg, #005840 0%, #005840 100%);
        border-radius: 2px;
    }

    .health-nav-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 16px 32px;
        border: none;
        border-radius: 50px;
        font-size: 1.1em;
        font-weight: 600;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
        position: relative;
        overflow: hidden;
        text-align: center;
        min-width: 140px;
    }

    .health-prev-btn {
        background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
        color: white;
        box-shadow: 0 4px 15px rgba(108, 117, 125, 0.3);
    }

    .health-prev-btn:hover {
        background: linear-gradient(135deg, #5a6268 0%, #495057 100%);
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(108, 117, 125, 0.4);
        color: white;
        text-decoration: none;
    }

    .health-next-btn {
        background: linear-gradient(135deg, #005840 0%, #005840 50%, #005840 100%);
        color: white;
        box-shadow: 0 6px 20px rgba(0, 88, 64, 0.4);
    }

    .health-next-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
        transition: left 0.6s;
    }

    .health-next-btn:hover {
        background: linear-gradient(135deg, #2d5a3d 0%, #2d5a3d 50%, #2d5a3d 100%);
        transform: translateY(-3px);
        box-shadow: 0 12px 35px rgba(0, 88, 64, 0.5);
    }

    .health-next-btn:hover::before {
        left: 100%;
    }

    .nav-icon {
        font-size: 1.2em;
        transition: transform 0.3s ease;
    }

    .health-prev-btn:hover .nav-icon {
        transform: translateX(-3px);
    }

    .health-next-btn:hover .nav-icon {
        transform: translateX(3px);
    }

    .nav-text {
        font-weight: 600;
    }

    @media (max-width: 768px) {
        .answer-options {
            flex-direction: column;
            gap: 12px;
        }

        .answer-option {
            flex: none;
            width: 100%;
            min-height: 50px;
            font-size: 1em;
        }

        .intensity-options {
            flex-direction: column;
        }

        .intensity-option {
            min-width: auto;
            width: 100%;
        }

        .form-navigation {
            flex-direction: column;
            gap: 15px;
        }

        .wvp-health-prev,
        .wvp-health-next {
            width: 100%;
            text-align: center;
        }
    }

    /* Package Recommendations Section - Force New Design */
    #wvp-health-quiz .wvp-packages-section {
        margin: 60px 0 !important;
        padding: 0 20px !important;
        clear: both !important;
    }

    #wvp-health-quiz .wvp-packages-title {
        color: #1d2327 !important;
        font-size: 28px !important;
        font-weight: 600 !important;
        text-align: center !important;
        margin-bottom: 15px !important;
        background: linear-gradient(135deg, #005840 0%, #28a745 100%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
    }

    #wvp-health-quiz .wvp-packages-subtitle {
        color: #6c757d !important;
        font-size: 16px !important;
        text-align: center !important;
        margin-bottom: 40px !important;
        line-height: 1.6 !important;
        max-width: 600px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #wvp-health-quiz .wvp-packages-container {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
        gap: 30px !important;
        max-width: 1200px !important;
        margin: 0 auto !important;
    }

    #wvp-health-quiz .wvp-package-card {
        background: #fff !important;
        border: 1px solid #e0e0e0 !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
        transition: all 0.3s ease !important;
        position: relative !important;
        margin-bottom: 0 !important;
    }

    #wvp-health-quiz .wvp-package-card:hover {
        transform: translateY(-3px) !important;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
    }

    /* Package Image Section */
    #wvp-health-quiz .wvp-package-image-section {
        position: relative !important;
        text-align: center !important;
        padding: 20px !important;
        background: #f8f9fa !important;
    }

    #wvp-health-quiz .wvp-package-image {
        position: relative !important;
        margin-bottom: 15px !important;
    }

    #wvp-health-quiz .wvp-package-image img {
        width: 100% !important;
        max-width: 200px !important;
        height: auto !important;
        border-radius: 8px !important;
    }

    #wvp-health-quiz .wvp-discount-badge {
        position: absolute !important;
        top: 10px !important;
        right: 10px !important;
        background: #dc3545 !important;
        color: #fff !important;
        padding: 6px 12px !important;
        border-radius: 15px !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        box-shadow: 0 2px 6px rgba(220,53,69,0.3) !important;
    }

    #wvp-health-quiz .wvp-package-title {
        color: #1d2327 !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        margin: 0 !important;
    }

    /* Package Content */
    .wvp-package-content {
        padding: 20px;
    }

    .wvp-package-products h5 {
        color: #1d2327;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .wvp-product-list {
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .wvp-product-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 0;
        border-bottom: 1px solid #f0f0f0;
        font-size: 13px;
    }

    .wvp-product-item:last-child {
        border-bottom: none;
    }

    .wvp-product-name {
        color: #495057;
        font-weight: 500;
        flex: 1;
    }

    .wvp-product-price {
        color: #6c757d;
        font-weight: 500;
        margin-left: 10px;
    }

    /* Pricing Table */
    .wvp-pricing-table {
        margin-bottom: 20px;
    }

    .wvp-pricing-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 0;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.3px;
    }

    .wvp-pricing-label {
        color: #6c757d;
        flex: 1;
    }

    .wvp-pricing-value {
        color: #1d2327;
        font-weight: 700;
        font-size: 14px;
    }

    .wvp-regular-row {
        background: #f8f9fa;
        padding: 12px;
        margin: -10px -10px 10px -10px;
        border-radius: 6px;
    }

    .wvp-package-row {
        background: #e9f7ef;
        padding: 12px;
        margin: 0 -10px 10px -10px;
        border-radius: 6px;
    }

    .wvp-package-row .wvp-pricing-value {
        color: #28a745;
        font-size: 16px;
    }

    .wvp-vip-row {
        background: #fff3cd;
        padding: 12px;
        margin: 0 -10px;
        border-radius: 6px;
    }

    .wvp-vip-price {
        color: #856404;
        font-size: 18px;
        font-weight: 800;
    }

    /* Action Button */
    .wvp-package-actions {
        text-align: center;
    }

    .wvp-package-btn {
        display: inline-block;
        background: #28a745;
        color: #fff;
        padding: 15px 40px;
        border-radius: 25px;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .wvp-package-btn:hover {
        background: #218838;
        color: #fff;
        text-decoration: none;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(40,167,69,0.4);
    }

    .wvp-vip-notice {
        margin-top: 15px;
        padding: 10px;
        background: #f8f9fa;
        border-radius: 6px;
        font-size: 12px;
        color: #6c757d;
        text-align: center;
    }

    .wvp-vip-notice strong {
        color: #856404;
    }

    /* Package Card Styles - Based on Package Configuration Design */
    #wvp-health-quiz .wvp-package-card,
    .wvp-package-card {
        background: #fff !important;
        border: 2px solid #dee2e6 !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
        position: relative !important;
        margin-bottom: 0 !important;
        transition: all 0.3s ease !important;
        cursor: pointer !important;
    }

    #wvp-health-quiz .wvp-package-card:hover,
    .wvp-package-card:hover {
        background: #e9ecef !important;
        border-color: #adb5bd !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    }

    #wvp-health-quiz .wvp-package-image-section,
    .wvp-package-image-section {
        position: relative !important;
        text-align: center !important;
        padding: 20px !important;
        background: #f8f9fa !important;
        border-bottom: 1px solid #dee2e6 !important;
    }

    #wvp-health-quiz .wvp-package-image img,
    .wvp-package-image img {
        width: 100% !important;
        max-width: 200px !important;
        height: auto !important;
        border-radius: 8px !important;
        display: block !important;
        margin: 0 auto !important;
    }

    #wvp-health-quiz .wvp-discount-badge,
    .wvp-discount-badge {
        position: absolute !important;
        top: 10px !important;
        right: 10px !important;
        background: #28a745 !important;
        color: #fff !important;
        padding: 4px 8px !important;
        border-radius: 12px !important;
        font-size: 12px !important;
        font-weight: bold !important;
        box-shadow: 0 2px 6px rgba(40,167,69,0.3) !important;
        z-index: 10 !important;
    }

    #wvp-health-quiz .wvp-package-title,
    .wvp-package-title {
        color: #1d2327 !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        margin: 15px 0 0 0 !important;
        text-align: center !important;
    }

    #wvp-health-quiz .wvp-package-content,
    .wvp-package-content {
        padding: 20px !important;
    }

    #wvp-health-quiz .wvp-package-products h5,
    .wvp-package-products h5 {
        color: #1d2327 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        margin: 0 0 15px 0 !important;
        padding: 0 !important;
    }

    #wvp-health-quiz .wvp-product-list,
    .wvp-product-list {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 0 20px 0 !important;
    }

    #wvp-health-quiz .wvp-product-item,
    .wvp-product-item {
        display: flex !important;
        align-items: center !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid #f0f0f0 !important;
        margin: 0 !important;
        line-height: 1.4 !important;
        gap: 12px !important;
    }

    #wvp-health-quiz .wvp-product-item img,
    .wvp-product-item img {
        width: 60px !important;
        height: 60px !important;
        object-fit: cover !important;
        border-radius: 6px !important;
        flex-shrink: 0 !important;
    }

    #wvp-health-quiz .wvp-product-item > div,
    .wvp-product-item > div {
        flex: 1 !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    #wvp-health-quiz .wvp-product-item:last-child,
    .wvp-product-item:last-child {
        border-bottom: none !important;
    }

    #wvp-health-quiz .wvp-product-name,
    .wvp-product-name {
        color: #1d2327 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        flex: 1 !important;
    }

    #wvp-health-quiz .wvp-product-price,
    .wvp-product-price {
        color: #6c757d !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        margin-left: 10px !important;
    }

    #wvp-health-quiz .wvp-pricing-table,
    .wvp-pricing-table {
        margin: 20px 0 !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        border: 1px solid #e0e0e0 !important;
    }

    #wvp-health-quiz .wvp-pricing-row,
    .wvp-pricing-row {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 12px 15px !important;
        margin: 0 !important;
    }

    #wvp-health-quiz .wvp-regular-row,
    .wvp-regular-row {
        background: #f8f9fa !important;
        border-bottom: 1px solid #e0e0e0 !important;
    }

    #wvp-health-quiz .wvp-package-row,
    .wvp-package-row {
        background: linear-gradient(135deg, #e8f5e8 0%, #d4edda 100%) !important;
        border-bottom: 1px solid #28a745 !important;
    }

    #wvp-health-quiz .wvp-vip-row,
    .wvp-vip-row {
        background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%) !important;
        border: 1px solid #ffc107 !important;
    }

    #wvp-health-quiz .wvp-pricing-label,
    .wvp-pricing-label {
        color: #1d2327 !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        flex: 1 !important;
        margin: 0 !important;
    }

    #wvp-health-quiz .wvp-pricing-value,
    .wvp-pricing-value {
        color: #1d2327 !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        margin: 0 !important;
    }

    #wvp-health-quiz .wvp-vip-price,
    .wvp-vip-price {
        color: #856404 !important;
    }

    #wvp-health-quiz .wvp-package-actions,
    .wvp-package-actions {
        text-align: center !important;
        margin-top: 20px !important;
    }

    #wvp-health-quiz .wvp-package-btn,
    .wvp-package-btn {
        display: inline-block !important;
        background: linear-gradient(135deg, #d4a017 0%, #b8860b 100%) !important;
        color: #fff !important;
        text-decoration: none !important;
        padding: 12px 24px !important;
        border-radius: 6px !important;
        font-size: 16px !important;
        font-weight: bold !important;
        transition: all 0.3s ease !important;
        box-shadow: 0 4px 12px rgba(212, 160, 23, 0.3) !important;
        border: none !important;
        cursor: pointer !important;
    }

    #wvp-health-quiz .wvp-package-btn:hover,
    .wvp-package-btn:hover {
        background: linear-gradient(135deg, #b8860b 0%, #996f0a 100%) !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 12px rgba(212, 160, 23, 0.3) !important;
        color: #fff !important;
        text-decoration: none !important;
    }

    #wvp-health-quiz .wvp-vip-notice,
    .wvp-vip-notice {
        margin-top: 15px !important;
        padding: 15px !important;
        background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%) !important;
        border: 1px solid #ffc107 !important;
        border-radius: 6px !important;
        font-size: 12px !important;
        text-align: center !important;
        color: #856404 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
    }

    #wvp-health-quiz .wvp-vip-notice strong,
    .wvp-vip-notice strong {
        color: #856404 !important;
        font-weight: 600 !important;
    }

    #wvp-health-quiz .wvp-vip-notice .vip-icon,
    .wvp-vip-notice .vip-icon {
        font-size: 16px !important;
        color: #856404 !important;
        flex-shrink: 0 !important;
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
        .wvp-packages-section {
            margin: 40px 0;
            padding: 0 15px;
        }

        .wvp-packages-title {
            font-size: 24px;
        }

        .wvp-packages-container {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        #wvp-health-quiz .wvp-package-image-section,
        .wvp-package-image-section {
            padding: 15px !important;
        }

        #wvp-health-quiz .wvp-package-content,
        .wvp-package-content {
            padding: 15px !important;
        }

        #wvp-health-quiz .wvp-product-item,
        .wvp-product-item {
            flex-direction: column !important;
            align-items: flex-start !important;
            padding: 6px 0 !important;
        }

        #wvp-health-quiz .wvp-product-price,
        .wvp-product-price {
            margin-left: 0 !important;
            margin-top: 3px !important;
        }

        #wvp-health-quiz .wvp-package-btn,
        .wvp-package-btn {
            padding: 12px 30px !important;
            font-size: 14px !important;
        }
    }

    @media (max-width: 480px) {
        #wvp-health-quiz .wvp-packages-title,
        .wvp-packages-title {
            font-size: 22px !important;
        }

        #wvp-health-quiz .wvp-packages-subtitle,
        .wvp-packages-subtitle {
            font-size: 14px !important;
        }

        #wvp-health-quiz .wvp-pricing-label,
        #wvp-health-quiz .wvp-pricing-value,
        .wvp-pricing-label,
        .wvp-pricing-value {
            font-size: 11px !important;
        }

        #wvp-health-quiz .wvp-package-btn,
        .wvp-package-btn {
            padding: 10px 25px !important;
            font-size: 13px !important;
        }
    }

/* ======================================== */
/* SECTION 8: VIP MEMBER SECTION STYLES */
/* ======================================== */

    .wvp-package-vip-section {
        background: #f8f9fa;
        padding: 25px;
        margin: 20px 0;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .wvp-package-vip-section h3 {
        margin-top: 0;
        margin-bottom: 15px;
        color: #1d2327;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .wvp-vip-active {
        background: linear-gradient(135deg, #f8f9fa 0%, #e8f5e8 100%);
        border: 2px solid #28a745;
        border-left: 5px solid #28a745;
    }

    .wvp-vip-active h3 {
        color: #155724;
    }

    .wvp-vip-badge {
        background: linear-gradient(135deg, #d4a017 0%, #b8860b 100%);
        color: white;
        padding: 4px 8px;
        border-radius: 12px;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .wvp-code-input-wrapper {
        margin-bottom: 15px;
    }

    .wvp-code-input-wrapper .form-row {
        margin: 0;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .wvp-code-input-wrapper input {
        flex: 1;
        padding: 12px 15px;
        border: 2px solid #ddd;
        border-radius: 6px;
        font-size: 14px;
        transition: border-color 0.3s ease;
    }

    .wvp-code-input-wrapper input:focus {
        border-color: #007cba;
        outline: none;
        box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.1);
    }

    .wvp-verify-button {
        padding: 12px 20px;
        background: #007cba;
        color: white;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
        transition: background-color 0.3s ease;
    }

    .wvp-verify-button:hover {
        background: #005a87;
    }

    .wvp-verify-button:disabled {
        background: #ccc;
        cursor: not-allowed;
    }

    .wvp-messages {
        margin-top: 10px;
    }

    .wvp-message {
        padding: 12px 15px;
        border-radius: 6px;
        margin: 8px 0;
        font-size: 14px;
        line-height: 1.4;
    }

    .wvp-message.success {
        background: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
    }

    .wvp-message.error {
        background: #f8d7da;
        color: #721c24;
        border: 1px solid #f1b0b7;
    }

    .wvp-message.loading {
        background: #d1ecf1;
        color: #0c5460;
        border: 1px solid #b8daff;
    }

    .wvp-vip-benefits {
        margin-top: 15px;
    }

    .wvp-vip-message {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.5;
    }

    .wvp-vip-perks {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .wvp-perk {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        color: #155724;
    }

    .wvp-perk-icon {
        font-size: 18px;
        width: 25px;
        text-align: center;
    }

    .wvp-vip-info {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #dee2e6;
    }

    .wvp-vip-info a {
        color: #007cba;
        text-decoration: none;
        font-weight: 500;
    }

    .wvp-vip-info a:hover {
        text-decoration: underline;
    }

    .wvp-tooltip {
        cursor: help;
        color: #666;
        font-size: 16px;
    }

    .wvp-loading {
        opacity: 0.6;
        pointer-events: none;
    }

    /* Modal styles from checkout */
    .wvp-modal-overlay {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: rgba(0, 0, 0, 0.85) !important;
        backdrop-filter: blur(2px) !important;
        z-index: 999999 !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .wvp-modal-overlay[style*="display: block"],
    .wvp-modal-overlay[style*="display: flex"],
    .wvp-modal-overlay.wvp-modal-active {
        display: flex !important;
    }

    /* Ensure modal is above everything else */
    body.wvp-modal-open {
        overflow: hidden !important;
    }

    .wvp-modal-content {
        background: white;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        max-width: 500px;
        width: 90%;
        max-height: 80vh;
        overflow-y: auto;
    }

    .wvp-modal-header {
        background: #f8f9fa;
        padding: 20px;
        border-bottom: 1px solid #e9ecef;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .wvp-modal-header h3 {
        margin: 0;
        color: #333;
        font-size: 18px;
    }

    .wvp-modal-close {
        background: none;
        border: none;
        font-size: 24px;
        color: #666;
        cursor: pointer;
        padding: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wvp-modal-close:hover {
        color: #333;
    }

    .wvp-modal-body {
        padding: 20px;
    }

    .wvp-data-preview {
        background: #f1f3f4;
        border-radius: 6px;
        padding: 15px;
        margin-bottom: 20px;
    }

    .wvp-data-preview h4 {
        margin: 0 0 12px 0;
        color: #1d2327;
        font-size: 16px;
    }

    .wvp-data-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .wvp-data-list li {
        padding: 4px 0;
        color: #3c434a;
        font-size: 14px;
    }

    .wvp-data-list li strong {
        color: #1d2327;
        min-width: 100px;
        display: inline-block;
    }

    /* Verification section styling to match checkout */
    .wvp-verification-section {
        margin-top: 20px;
    }

    .wvp-verification-section p {
        margin-bottom: 15px;
        color: #333;
        font-size: 14px;
        font-weight: 500;
    }

    .wvp-input-group {
        display: flex;
        gap: 10px;
        align-items: stretch;
        margin-top: 15px;
    }

    .wvp-identity-input {
        flex: 1;
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
        transition: border-color 0.2s ease;
    }

    .wvp-identity-input:focus {
        outline: none;
        border-color: #007cba;
        box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
    }

    .wvp-confirm-button {
        background: #007cba;
        color: white;
        border: none;
        padding: 12px 20px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
        transition: background-color 0.2s ease;
    }

    .wvp-confirm-button:hover {
        background: #005a87;
    }

    .wvp-confirm-button:active {
        background: #004875;
    }

    .wvp-form-group {
        margin-bottom: 15px;
    }

    .wvp-form-group label {
        display: block;
        margin-bottom: 5px;
        font-weight: 500;
        color: #1d2327;
    }

    .wvp-form-group input {
        width: 100%;
        padding: 10px 12px;
        border: 2px solid #ddd;
        border-radius: 6px;
        font-size: 14px;
        transition: border-color 0.3s ease;
    }

    .wvp-form-group input:focus {
        border-color: #007cba;
        outline: none;
        box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.1);
    }

    /* Confirmation option styles from checkout */
    .wvp-confirmation-option {
        margin-bottom: 25px;
        padding: 15px;
        background: #f8f9fa;
        border-radius: 5px;
        border: 1px solid #e9ecef;
    }

    .wvp-confirmation-option h4 {
        margin: 0 0 10px 0;
        color: #495057;
        font-size: 16px;
    }

    .wvp-confirmation-option p {
        margin: 0 0 15px 0;
        color: #666;
    }

    .wvp-confirmation-option .form-row {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .wvp-confirmation-option input {
        flex: 1;
        padding: 8px 12px;
        border: 1px solid #ced4da;
        border-radius: 4px;
        font-size: 14px;
    }

    .wvp-confirmation-option button {
        padding: 8px 16px;
        background: #007cba;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
        white-space: nowrap;
    }

    .wvp-confirmation-option button:hover {
        background: #005a87;
    }

    .wvp-modal-buttons {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #e9ecef;
    }

    .wvp-modal-buttons button {
        padding: 10px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
    }

    .wvp-modal-buttons .button {
        background: #f8f9fa;
        color: #495057;
        border: 1px solid #ced4da;
    }

    .wvp-modal-buttons .button:hover {
        background: #e9ecef;
    }

    @media (max-width: 768px) {
        .wvp-code-input-wrapper .form-row {
            flex-direction: column;
            gap: 12px;
        }

        .wvp-code-input-wrapper input,
        .wvp-verify-button {
            width: 100%;
        }

        .wvp-vip-perks {
            gap: 12px;
        }

        .wvp-modal-content {
            width: 95%;
            margin: 10px;
        }

        .wvp-modal-header, .wvp-modal-body {
            padding: 15px;
        }

        .wvp-input-group {
            flex-direction: column;
            gap: 10px;
        }

        .wvp-identity-input,
        .wvp-confirm-button {
            width: 100%;
        }

        .wvp-confirmation-option .form-row {
            flex-direction: column;
            gap: 10px;
        }

        .wvp-confirmation-option input {
            width: 100%;
        }

        .wvp-modal-buttons {
            flex-direction: column;
        }
    }

/* === ALL CSS SECTIONS EXTRACTED SUCCESSFULLY === */
/* Current extraction status: ALL CSS SECTIONS EXTRACTED SUCCESSFULLY */
/* Next: Ready to update shortcodes.php to include CSS file */