/* Business Baron Test Result Cards Styles */
/* High specificity to override core.css */

.business-baron-result {
    min-height: 100vh !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    padding: 2rem 0 !important;
}

.business-baron-result .result-header {
    margin-bottom: 2rem !important;
}

.business-baron-result .header-content {
    text-align: center !important;
    color: white !important;
    padding: 2rem 1rem !important;
}

.business-baron-result .success-icon {
    font-size: 5rem !important;
    margin-bottom: 1rem !important;
    animation: scaleIn 0.5s ease-out !important;
    color: #fff !important;
}

.business-baron-result .result-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.5rem !important;
    color: #fff !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.business-baron-result .result-subtitle {
    font-size: 1.1rem !important;
    opacity: 0.95 !important;
    margin-bottom: 2rem !important;
    color: #fff !important;
}

.business-baron-result .result-info {
    display: flex !important;
    justify-content: center !important;
    gap: 2rem !important;
    flex-wrap: wrap !important;
    margin-top: 2rem !important;
}

.business-baron-result .info-item {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

.business-baron-result .info-label {
    font-size: 0.9rem !important;
    opacity: 0.9 !important;
    color: #fff !important;
}

.business-baron-result .info-value {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #fff !important;
}

.business-baron-result .card-section {
    margin-bottom: 2rem !important;
}

.business-baron-result .card-wrapper {
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.business-baron-result .personality-card {
    background: white !important;
    border-radius: 24px !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3) !important;
    overflow: hidden !important;
    animation: slideUp 0.6s ease-out !important;
}

.business-baron-result .personality-card .card-header {
    color: white !important;
    padding: 3rem 2rem !important;
    text-align: center !important;
    position: relative !important;
}

.business-baron-result .personality-card .card-icon {
    font-size: 4.5rem !important;
    margin-bottom: 1rem !important;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2)) !important;
}

.business-baron-result .personality-card .card-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: #fff !important;
}

.business-baron-result .personality-card .card-body {
    padding: 2.5rem !important;
    background: #f8f9fa !important;
}

.business-baron-result .feature-card {
    background: white !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    margin-bottom: 1.5rem !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
    transition: all 0.3s ease !important;
    border-right: 4px solid transparent !important;
    position: relative !important;
    overflow: hidden !important;
}

.business-baron-result .feature-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.1) 100%) !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.business-baron-result .feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.business-baron-result .feature-card:hover::before {
    opacity: 1 !important;
}

.business-baron-result .card-primary {
    border-right-color: #667eea !important;
}

.business-baron-result .card-primary:hover {
    background: linear-gradient(135deg, #fff 0%, #f0f4ff 100%) !important;
    border-right-color: #667eea !important;
}

.business-baron-result .card-secondary {
    border-right-color: #764ba2 !important;
}

.business-baron-result .card-secondary:hover {
    background: linear-gradient(135deg, #fff 0%, #f5f0ff 100%) !important;
    border-right-color: #764ba2 !important;
}

.business-baron-result .card-warning {
    border-right-color: #f5576c !important;
}

.business-baron-result .card-warning:hover {
    background: linear-gradient(135deg, #fff 0%, #fff0f3 100%) !important;
    border-right-color: #f5576c !important;
}

.business-baron-result .card-info {
    border-right-color: #4facfe !important;
}

.business-baron-result .card-info:hover {
    background: linear-gradient(135deg, #fff 0%, #f0f8ff 100%) !important;
    border-right-color: #4facfe !important;
}

.business-baron-result .card-success {
    border-right-color: #43e97b !important;
}

.business-baron-result .card-success:hover {
    background: linear-gradient(135deg, #fff 0%, #f0fff4 100%) !important;
    border-right-color: #43e97b !important;
}

.business-baron-result .feature-header {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    margin-bottom: 1.5rem !important;
}

.business-baron-result .feature-icon {
    width: 50px !important;
    height: 50px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.8rem !important;
    color: white !important;
    flex-shrink: 0 !important;
}

.business-baron-result .card-primary .feature-icon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.business-baron-result .card-secondary .feature-icon {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%) !important;
}

.business-baron-result .card-warning .feature-icon {
    background: linear-gradient(135deg, #f5576c 0%, #fa709a 100%) !important;
}

.business-baron-result .card-info .feature-icon {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%) !important;
}

.business-baron-result .card-success .feature-icon {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%) !important;
}

.business-baron-result .feature-title {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: #2d3748 !important;
}

.business-baron-result .feature-content {
    margin-bottom: 1rem !important;
}

.business-baron-result .feature-content p {
    font-size: 1.05rem !important;
    line-height: 1.9 !important;
    color: #4a5568 !important;
    margin: 0 !important;
    text-align: justify !important;
}

.business-baron-result .feature-action {
    margin-top: 1.5rem !important;
    padding-top: 1.5rem !important;
    border-top: 1px solid #e2e8f0 !important;
}

.business-baron-result .btn-read-more {
    background: transparent !important;
    border: 2px solid #667eea !important;
    color: #667eea !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 10px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    justify-content: center !important;
    text-decoration: none !important;
}

.business-baron-result .btn-read-more:hover {
    background: #667eea !important;
    color: white !important;
    transform: translateX(-5px) !important;
}

.business-baron-result .btn-read-more i {
    transition: transform 0.3s ease !important;
}

.business-baron-result .btn-read-more:hover i {
    transform: translateX(-3px) !important;
}

.business-baron-result .consultation-cta-section {
    margin: 3rem 0 !important;
}

.business-baron-result .cta-card {
    max-width: 800px !important;
    margin: 0 auto !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 24px !important;
    padding: 3rem 2rem !important;
    text-align: center !important;
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.4) !important;
    position: relative !important;
    overflow: hidden !important;
}

.business-baron-result .cta-card::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    right: -50% !important;
    width: 200% !important;
    height: 200% !important;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%) !important;
    animation: pulse 3s ease-in-out infinite !important;
}

.business-baron-result .cta-content {
    position: relative !important;
    z-index: 1 !important;
}

.business-baron-result .cta-icon {
    font-size: 4rem !important;
    color: white !important;
    margin-bottom: 1.5rem !important;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2)) !important;
}

.business-baron-result .cta-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: white !important;
    margin-bottom: 1rem !important;
}

.business-baron-result .cta-description {
    font-size: 1.1rem !important;
    color: rgba(255,255,255,0.95) !important;
    margin-bottom: 2rem !important;
}

.business-baron-result .btn-consultation {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    background: white !important;
    color: #667eea !important;
    padding: 1.25rem 3rem !important;
    border-radius: 12px !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
}

.business-baron-result .btn-consultation:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3) !important;
    color: #667eea !important;
}

.business-baron-result .btn-consultation i {
    font-size: 1.5rem !important;
}

.business-baron-result .navigation-section {
    margin-top: 2rem !important;
}

.business-baron-result .nav-buttons {
    display: flex !important;
    justify-content: center !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
}

.business-baron-result .btn-nav {
    padding: 0.875rem 2rem !important;
    border-radius: 12px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    transition: all 0.3s ease !important;
}

.business-baron-result .btn-nav.btn-primary {
    background: white !important;
    color: #667eea !important;
}

.business-baron-result .btn-nav.btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 25px rgba(255,255,255,0.3) !important;
}

.business-baron-result .btn-nav.btn-secondary {
    background: rgba(255,255,255,0.2) !important;
    color: white !important;
    border: 2px solid white !important;
}

.business-baron-result .btn-nav.btn-secondary:hover {
    background: white !important;
    color: #667eea !important;
}

.business-baron-result .modal-content {
    border-radius: 20px !important;
    border: none !important;
    overflow: hidden !important;
}

.business-baron-result .modal-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    border: none !important;
    padding: 1.5rem !important;
}

.business-baron-result .modal-title {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-weight: 600 !important;
    color: white !important;
}

.business-baron-result .modal-body {
    padding: 2rem !important;
    background: white !important;
}

.business-baron-result .popup-content {
    line-height: 1.8 !important;
    color: #2d3748 !important;
}

.business-baron-result .popup-section {
    margin-bottom: 1.5rem !important;
    padding: 1.5rem !important;
    border-radius: 12px !important;
    background: #f8f9fa !important;
}

.business-baron-result .popup-section.popup-شروع {
    border-right: 4px solid #4facfe !important;
    background: linear-gradient(135deg, #f0f8ff 0%, #ffffff 100%) !important;
}

.business-baron-result .popup-section.popup-رشد {
    border-right: 4px solid #43e97b !important;
    background: linear-gradient(135deg, #f0fff4 0%, #ffffff 100%) !important;
}

.business-baron-result .popup-section.popup-بلوغ {
    border-right: 4px solid #f5576c !important;
    background: linear-gradient(135deg, #fff0f3 0%, #ffffff 100%) !important;
}

.business-baron-result .section-title {
    font-weight: 700 !important;
    color: #667eea !important;
    margin-bottom: 1rem !important;
    font-size: 1.2rem !important;
}

.business-baron-result .popup-section p {
    margin-bottom: 0.75rem !important;
    color: #4a5568 !important;
    font-size: 1.05rem !important;
}

@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

/* Card-specific background colors */
.business-baron-result.card-2 {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%) !important;
}

.business-baron-result.card-3 {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%) !important;
}

.business-baron-result.card-4 {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%) !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .business-baron-result {
        padding: 1rem 0 !important;
    }

    .business-baron-result .header-content {
        padding: 1.5rem 1rem !important;
    }

    .business-baron-result .success-icon {
        font-size: 3.5rem !important;
    }

    .business-baron-result .result-title {
        font-size: 1.5rem !important;
    }

    .business-baron-result .result-subtitle {
        font-size: 1rem !important;
    }

    .business-baron-result .result-info {
        flex-direction: column !important;
        gap: 1rem !important;
    }

    .business-baron-result .personality-card .card-header {
        padding: 2rem 1.5rem !important;
    }

    .business-baron-result .personality-card .card-icon {
        font-size: 3rem !important;
    }

    .business-baron-result .personality-card .card-title {
        font-size: 1.5rem !important;
    }

    .business-baron-result .personality-card .card-body {
        padding: 1.5rem !important;
    }

    .business-baron-result .feature-card {
        padding: 1.5rem !important;
    }

    .business-baron-result .feature-title {
        font-size: 1.2rem !important;
    }

    .business-baron-result .feature-content p {
        font-size: 0.95rem !important;
    }

    .business-baron-result .cta-card {
        padding: 2rem 1.5rem !important;
    }

    .business-baron-result .cta-title {
        font-size: 1.5rem !important;
    }

    .business-baron-result .cta-description {
        font-size: 1rem !important;
    }

    .business-baron-result .btn-consultation {
        padding: 1rem 2rem !important;
        font-size: 1.1rem !important;
    }

    .business-baron-result .nav-buttons {
        flex-direction: column !important;
    }

    .business-baron-result .btn-nav {
        width: 100% !important;
        justify-content: center !important;
    }

    .business-baron-result .modal-dialog {
        margin: 1rem !important;
    }

    .business-baron-result .modal-body {
        padding: 1.5rem !important;
    }
}

@media (max-width: 480px) {
    .business-baron-result .result-title {
        font-size: 1.3rem !important;
    }

    .business-baron-result .personality-card .card-header {
        padding: 1.5rem 1rem !important;
    }

    .business-baron-result .personality-card .card-body {
        padding: 1rem !important;
    }

    .business-baron-result .feature-card {
        padding: 1rem !important;
    }

    .business-baron-result .feature-title {
        font-size: 1.1rem !important;
    }

    .business-baron-result .feature-content p {
        font-size: 0.9rem !important;
        text-align: right !important;
    }

    .business-baron-result .cta-card {
        padding: 1.5rem 1rem !important;
    }

    .business-baron-result .cta-title {
        font-size: 1.3rem !important;
    }
}
