/* WordPress Conversion Optimization Styles */

/* Hero Section Enhancements */
.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
}

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

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

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

.feature-text {
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.hero-ctas {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-image-container {
    position: relative;
    text-align: center;
}

.floating-badges {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.floating-badge {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 15px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #6f42c1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    animation: float 3s ease-in-out infinite;
}

.badge-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.badge-2 {
    top: 60%;
    right: 15%;
    animation-delay: 1s;
}

.badge-3 {
    bottom: 20%;
    left: 20%;
    animation-delay: 2s;
}

.badge-icon {
    font-size: 16px;
}

.badge-text {
    font-weight: 700;
}
.stunning-header-bg2 {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%) !important;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

/* Fix for pricing section overlap */
section.large-section-padding.crumina-pricings {
    background: #ffffff !important;
    position: relative;
    z-index: 10;
    margin-top: 0;
    border-top: 1px solid #e9ecef;
}

section.large-section-padding.crumina-pricings .container {
    background: #ffffff;
    position: relative;
    z-index: 11;
}

/* Ensure all sections have proper backgrounds */
.large-section-padding {
    position: relative;
    z-index: 1;
}

.large-section-padding.bg-white {
    background: #ffffff !important;
    z-index: 10;
}

.large-section-padding.bg-grey {
    background: #f8f9fa !important;
    z-index: 10;
}

/* Prevent overlap during scroll */
section {
    position: relative;
    z-index: auto;
}

/* Specific fix for WordPress pricing section */
.pricing-section-fixed {
    background: #ffffff !important;
    position: relative;
    z-index: 10;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #e9ecef;
}

.pricing-section-fixed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
}

.pricing-section-fixed .container {
    background: #ffffff;
    position: relative;
    z-index: 11;
}

.stunning-header-bg2::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="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.page-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.page-category-item {
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Security Badge */
.security-badge {
    display: inline-block;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    animation: pulse 2s infinite;
    margin-bottom: 20px;
}

/* Pricing Section Background Fix */
.large-section-padding.crumina-pricings.bg-grey {
    background: #ffffff !important;
    position: relative;
    z-index: 10;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
}

.large-section-padding.crumina-pricings.bg-grey::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
}

/* Pricing Table Enhancements */
.pricing-tables-item {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.pricing-tables-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.pricing--best-value {
    border: 3px solid #6f42c1;
    transform: scale(1.05);
    z-index: 2;
}

.pricing--best-value::before {
    content: '🔥 MAIS POPULAR';
    position: absolute;
    top: -1px;
    right: -1px;
    background: linear-gradient(135deg, #ff8c00 0%, #ff6b35 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 0 15px 0 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 3;
}

.best-value {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(111, 66, 193, 0.3);
}

.pricing-title {
    color: #6f42c1;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.rate {
    color: #6f42c1;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.price {
    color: #6f42c1;
}

.pricing-tables-position {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.position-item {
    padding: 12px 0;
    border-bottom: 1px solid #f8f9fa;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #495057;
}

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

.position-item .font-weight-bold {
    color: #6f42c1;
    font-weight: 700;
    margin-right: 10px;
    min-width: 60px;
}

/* Security Features Section */
.security-features-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    position: relative;
}

.security-features-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 100 100"><defs><pattern id="security-grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(111,66,193,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23security-grid)"/></svg>');
    opacity: 0.5;
}

.security-feature-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.security-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
}

.security-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(111, 66, 193, 0.2);
    border-color: #6f42c1;
}

.security-feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    color: white;
    box-shadow: 0 10px 25px rgba(111, 66, 193, 0.3);
}

.security-feature-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.security-feature-description {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.6;
}

/* Imunify360 Highlight */
.imunify-highlight {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    margin: 30px 0;
    box-shadow: 0 10px 30px rgba(40, 167, 69, 0.3);
    position: relative;
    overflow: hidden;
}

.imunify-highlight::before {
    content: '🛡️';
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    opacity: 0.3;
}

.imunify-highlight h4 {
    color: white;
    font-weight: 700;
    margin-bottom: 10px;
}

.imunify-highlight p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Social Proof Section */
.social-proof-section {
    background: white;
    padding: 80px 0;
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 60px;
    color: #6f42c1;
    opacity: 0.2;
    font-family: serif;
}

.testimonial-rating {
    color: #ffc107;
    font-size: 18px;
    margin-bottom: 15px;
}

.testimonial-text {
    color: #495057;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.6;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 18px;
}

.testimonial-info h6 {
    color: #2c3e50;
    font-weight: 700;
    margin: 0;
}

.testimonial-info p {
    color: #6c757d;
    font-size: 14px;
    margin: 0;
}

/* WordPress Calculator */
.wp-calculator-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    position: relative;
}

.wp-calculator-widget {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border: 3px solid #6f42c1;
    position: relative;
    overflow: hidden;
}

.wp-calculator-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
}

.calculator-header {
    text-align: center;
    margin-bottom: 40px;
}

.calculator-header h3 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 10px;
}

.calculator-header p {
    color: #6c757d;
    font-size: 16px;
}

.calculator-steps {
    margin-bottom: 30px;
}

.step {
    display: none;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 20px;
}

.step.active {
    display: block;
}

.step h5 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 20px;
}

.option-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.option-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.option-card:hover {
    border-color: #6f42c1;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(111, 66, 193, 0.2);
}

.option-card.selected {
    border-color: #6f42c1;
    background: rgba(111, 66, 193, 0.1);
}

.option-icon {
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
}

.option-card h6 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 10px;
}

.option-card p {
    color: #6c757d;
    font-size: 14px;
    margin: 0;
}

.calculator-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
}

.calculator-navigation .btn {
    min-width: 140px;
    padding: 12px 20px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.calculator-navigation .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.calculator-result {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin-top: 30px;
    border: 2px solid #6f42c1;
    display: none;
}

.result-header {
    text-align: center;
    margin-bottom: 30px;
}

.plan-badge {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 15px;
}

.recommended-plan-name {
    color: #2c3e50;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.plan-price {
    margin-bottom: 20px;
}

.old-price {
    color: #adb5bd;
    text-decoration: line-through;
    font-size: 18px;
    margin-right: 10px;
}

.new-price {
    color: #6f42c1;
    font-size: 2.5rem;
    font-weight: 700;
}

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

.spec-item {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}

.spec-label {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 5px;
}

.spec-value {
    color: #6f42c1;
    font-size: 18px;
    font-weight: 700;
}

.plan-benefits {
    margin-bottom: 30px;
}

.plan-benefits h5 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 15px;
}

.plan-benefits ul {
    list-style: none;
    padding: 0;
}

.plan-benefits li {
    color: #495057;
    padding: 8px 0;
    border-bottom: 1px solid #f8f9fa;
}

.plan-benefits li:last-child {
    border-bottom: none;
}

.result-actions {
    text-align: center;
}

.result-actions .btn {
    min-width: 200px;
    padding: 15px 30px;
    font-weight: 700;
    border-radius: 8px;
    margin: 5px;
}

/* CTA Sections */
.cta-section {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::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: float 6s ease-in-out infinite;
}

.cta-section h2 {
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-section p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    min-width: 200px;
    padding: 15px 30px;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.cta-buttons .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-title {
        font-size: 2rem;
    }
    
    .pricing--best-value {
        transform: none;
        margin-bottom: 30px;
    }
    
    .option-cards {
        grid-template-columns: 1fr;
    }
    
    .calculator-navigation {
        flex-direction: column;
        gap: 15px;
    }
    
    .calculator-navigation .btn {
        width: 100%;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .specs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Animations */
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

/* Loading States */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* WP-Toolkit Deluxe Highlight */
.wp-toolkit-highlight {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
    padding: 30px;
    border-radius: 15px;
    margin-top: 30px;
    box-shadow: 0 10px 30px rgba(111, 66, 193, 0.3);
    position: relative;
    overflow: hidden;
}

.wp-toolkit-highlight::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: float 6s ease-in-out infinite;
}

.wp-toolkit-highlight h4 {
    color: white;
    font-weight: 700;
    margin-bottom: 15px;
}

.wp-toolkit-highlight p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.toolkit-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.toolkit-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 15px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.toolkit-feature:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.toolkit-icon {
    font-size: 18px;
    width: 24px;
    text-align: center;
}

.toolkit-text {
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.toolkit-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.toolkit-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.1) 100%);
    animation: shine 3s ease-in-out infinite;
}

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

.badge-icon {
    font-size: 32px;
    display: block;
    margin-bottom: 10px;
}

.badge-text {
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.badge-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* WordPress Calculator Styles */
.wp-calculator-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    position: relative;
}

.wp-calculator-widget {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border: 3px solid #6f42c1;
    position: relative;
    overflow: hidden;
}

.wp-calculator-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
}

.calculator-header {
    text-align: center;
    margin-bottom: 40px;
}

.calculator-header h3 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 10px;
}

.calculator-header p {
    color: #6c757d;
    font-size: 16px;
}

.calculator-steps {
    margin-bottom: 30px;
}

.step {
    display: none;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 20px;
}

.step.active {
    display: block;
}

.step h5 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 20px;
}

.option-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.option-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.option-card:hover {
    border-color: #6f42c1;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(111, 66, 193, 0.2);
}

.option-card.selected {
    border-color: #6f42c1;
    background: rgba(111, 66, 193, 0.1);
}

.option-icon {
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
}

.option-card h6 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 10px;
}

.option-card p {
    color: #6c757d;
    font-size: 14px;
    margin: 0;
}

.calculator-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
}

.calculator-navigation .btn {
    min-width: 140px;
    padding: 12px 20px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.calculator-navigation .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.calculator-result {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin-top: 30px;
    border: 2px solid #6f42c1;
    display: none;
}

.result-header {
    text-align: center;
    margin-bottom: 30px;
}

.plan-badge {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 15px;
}

.recommended-plan-name {
    color: #2c3e50;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.plan-price {
    margin-bottom: 20px;
}

.old-price {
    color: #adb5bd;
    text-decoration: line-through;
    font-size: 18px;
    margin-right: 10px;
}

.new-price {
    color: #6f42c1;
    font-size: 2.5rem;
    font-weight: 700;
}

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

.spec-item {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}

.spec-label {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 5px;
}

.spec-value {
    color: #6f42c1;
    font-size: 18px;
    font-weight: 700;
}

.plan-benefits {
    margin-bottom: 30px;
}

.plan-benefits h5 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 15px;
}

.plan-benefits ul {
    list-style: none;
    padding: 0;
}

.plan-benefits li {
    color: #495057;
    padding: 8px 0;
    border-bottom: 1px solid #f8f9fa;
}

.plan-benefits li:last-child {
    border-bottom: none;
}

.result-actions {
    text-align: center;
}

.result-actions .btn {
    min-width: 200px;
    padding: 15px 30px;
    font-weight: 700;
    border-radius: 8px;
    margin: 5px;
}

/* Premium Resources Section */
.premium-resources-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 0;
    border-radius: 20px;
    margin: 40px 0;
}

.resource-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.resource-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
}

.resource-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(111, 66, 193, 0.2);
    border-color: #6f42c1;
}

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

.resource-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    box-shadow: 0 5px 15px rgba(111, 66, 193, 0.3);
}

.resource-title {
    flex: 1;
}

.resource-title h5 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.resource-badge {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 10px rgba(40, 167, 69, 0.3);
}

.resource-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.feature-item:hover {
    background: rgba(111, 66, 193, 0.1);
    border-color: #6f42c1;
    transform: translateX(5px);
}

.feature-icon {
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.feature-text {
    color: #495057;
    font-size: 13px;
    font-weight: 500;
}

/* Cards específicos */
.wp-toolkit-card {
    border-left: 4px solid #6f42c1;
}

.sitejet-card {
    border-left: 4px solid #e83e8c;
}

.monitoring-card {
    border-left: 4px solid #28a745;
}

.socialbee-card {
    border-left: 4px solid #ffc107;
}

.installatron-card {
    border-left: 4px solid #17a2b8;
}

.installatron-card .resource-features {
    grid-template-columns: repeat(3, 1fr);
}

/* Responsive */
@media (max-width: 768px) {
    .resource-features {
        grid-template-columns: 1fr;
    }
    
    .installatron-card .resource-features {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .resource-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .resource-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

/* Success States */
.success-notification {
    background: #28a745;
    color: white;
    padding: 15px 25px;
    border-radius: 8px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
    animation: slideInRight 0.5s ease;
}

@keyframes slideInRight {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
}
