/**
 * Pro Features Teaser Styles
 */

/* Pro Badge in Menu */
.next-open-pro-badge {
    display: inline-block;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-left: 6px;
    vertical-align: middle;
}

/* Teaser Page Container */
.next-open-pro-teaser {
    max-width: 1400px;
    margin: 20px 0;
}

/* Header Banner */
.pro-teaser-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 60px 40px;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 40px;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.3);
}

.pro-icon {
    font-size: 80px;
    margin-bottom: 20px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.pro-teaser-banner h1 {
    color: white;
    font-size: 48px;
    margin: 0 0 15px 0;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.pro-badge {
    display: inline-block;
    background: rgba(255,255,255,0.25);
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    backdrop-filter: blur(10px);
}

/* Main Content Grid */
.pro-teaser-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

/* Benefits Column */
.pro-benefits h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #1f2937;
    font-weight: 700;
}

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

.benefit-list li {
    padding: 18px 20px 18px 50px;
    margin-bottom: 12px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #374151;
    position: relative;
    transition: all 0.2s;
}

.benefit-list li:hover {
    border-color: #667eea;
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.benefit-list li:before {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #10b981;
    font-size: 24px;
    font-weight: 700;
}

/* Upgrade Sidebar */
.pro-upgrade-sidebar {
    position: sticky;
    top: 32px;
    height: fit-content;
}

.pro-upgrade-box {
    background: linear-gradient(135deg, #f0f6fc 0%, #e0f0ff 100%);
    border: 3px solid #667eea;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
}

.pro-upgrade-box h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    color: #1f2937;
    font-weight: 700;
}

.pro-price {
    font-size: 72px;
    font-weight: 700;
    color: #667eea;
    line-height: 1;
    margin: 20px 0;
}

.pro-price span {
    font-size: 28px;
    color: #6b7280;
    font-weight: 600;
}

.pro-description {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.pro-upgrade-box .button-hero {
    padding: 16px 40px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    height: auto !important;
    border-radius: 50px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3) !important;
    transition: all 0.2s !important;
}

.pro-upgrade-box .button-hero:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 30px rgba(102, 126, 234, 0.4) !important;
}

.pro-guarantee {
    margin-top: 20px;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.8;
}

/* All Features Box */
.all-features-box {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 30px;
}

.all-features-box h4 {
    font-size: 18px;
    margin: 0 0 20px 0;
    color: #1f2937;
    font-weight: 700;
}

.features-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-checklist li {
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 15px;
    color: #374151;
    font-weight: 500;
}

.features-checklist li:last-child {
    border-bottom: none;
}

/* Feature Preview */
.pro-feature-preview {
    position: relative;
    margin-bottom: 60px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.preview-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.preview-lock {
    text-align: center;
}

.preview-lock .dashicons {
    font-size: 80px;
    width: 80px;
    height: 80px;
    color: #667eea;
    margin-bottom: 15px;
}

.preview-lock p {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
}

.preview-screenshot {
    padding: 40px;
    background: #f9fafb;
    opacity: 0.6;
}

/* Mockup Styles */
.preview-mockup {
    background: white;
    border-radius: 12px;
    padding: 30px;
}

.mockup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e5e7eb;
}

.mockup-header h3 {
    font-size: 24px;
    margin: 0;
    color: #1f2937;
}

.mockup-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.status-active {
    display: inline-block;
    padding: 5px 12px;
    background: #d1fae5;
    color: #065f46;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.service-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 25px;
    border-radius: 12px;
}

.service-card h4 {
    margin: 0 0 10px 0;
    color: white;
    font-size: 18px;
}

.service-price {
    margin: 0;
    opacity: 0.9;
}

.fields-list {
    background: #f9fafb;
    border-radius: 8px;
    padding: 20px;
}

.field-row {
    display: grid;
    grid-template-columns: 40px 2fr 1fr 1fr;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: white;
    margin-bottom: 10px;
    border-radius: 8px;
}

.field-icon {
    font-size: 24px;
}

.field-required {
    color: #dc2626;
    font-size: 12px;
    font-weight: 600;
}

.field-optional {
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
}

.portal-mockup {
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.portal-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px;
    text-align: center;
}

.portal-header h3 {
    margin: 0 0 10px 0;
    color: white;
}

.status-badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
}

.portal-details {
    padding: 30px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: 16px;
}

.portal-actions {
    padding: 30px;
    display: flex;
    gap: 15px;
    background: #f9fafb;
}

/* Testimonials */
.pro-testimonials {
    background: white;
    border-radius: 16px;
    padding: 60px 40px;
    margin-bottom: 60px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.pro-testimonials h3 {
    text-align: center;
    font-size: 36px;
    margin: 0 0 50px 0;
    color: #1f2937;
    font-weight: 700;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-card {
    background: #f9fafb;
    padding: 30px;
    border-radius: 12px;
    border: 2px solid #e5e7eb;
}

.stars {
    color: #f59e0b;
    font-size: 18px;
    margin-bottom: 15px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    font-style: italic;
    margin-bottom: 15px;
}

.testimonial-author {
    font-size: 14px;
    color: #6b7280;
    font-weight: 600;
    margin: 0;
}

/* Final CTA */
.pro-final-cta {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
    padding: 80px 40px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.3);
}

.pro-final-cta h2 {
    font-size: 48px;
    margin: 0 0 15px 0;
    color: white;
    font-weight: 700;
}

.pro-final-cta p {
    font-size: 22px;
    margin: 0 0 40px 0;
    opacity: 0.95;
}

.pro-final-cta .button-hero {
    background: white !important;
    color: #667eea !important;
    padding: 20px 50px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    height: auto !important;
    border-radius: 50px !important;
    border: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
    transition: all 0.2s !important;
}

.pro-final-cta .button-hero:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3) !important;
}

.satisfaction-guarantee {
    margin-top: 25px;
    font-size: 16px;
    opacity: 0.9;
}

/* Responsive */
@media (max-width: 1200px) {
    .pro-teaser-content {
        grid-template-columns: 1fr;
    }
    
    .pro-upgrade-sidebar {
        position: relative;
        top: 0;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .pro-teaser-banner {
        padding: 40px 20px;
    }
    
    .pro-icon {
        font-size: 60px;
    }
    
    .pro-teaser-banner h1 {
        font-size: 32px;
    }
    
    .pro-benefits h2 {
        font-size: 24px;
    }
    
    .pro-price {
        font-size: 56px;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .pro-final-cta h2 {
        font-size: 32px;
    }
    
    .field-row {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
