.elementor-6082 .elementor-element.elementor-element-9808f64{--display:flex;}.elementor-6082 .elementor-element.elementor-element-4fa79be{--display:flex;}/* Start custom CSS */<style>
/* ============================================
   CAFINET PRO - Educational Article Template
   optimized for Elementor HTML Widget
   ============================================ */
   
.cafinet-container {
    direction: rtl;
    line-height: 1.8;
    color: #2d3748;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

/* Hero Section */
.cafinet-hero {
    background: linear-gradient(135deg, #FF6B6B 0%, #ee5a6f 50%, #c44569 100%);
    color: white;
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(238,90,111,0.3);
}

.cafinet-hero::before {
    content: "📚";
    position: absolute;
    font-size: 200px;
    opacity: 0.1;
    top: -50px;
    left: -50px;
    transform: rotate(-15deg);
}

.cafinet-hero h1 {
    font-size: 2.8em;
    margin: 0 0 20px 0;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    line-height: 1.2;
}

.cafinet-hero .subtitle {
    font-size: 1.3em;
    opacity: 0.95;
    margin-bottom: 30px;
    font-weight: 500;
}

.cafinet-badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9em;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
}

/* Buttons */
.cafinet-btn {
    display: inline-block;
    padding: 16px 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white !important;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102,126,234,0.4);
    border: none;
    cursor: pointer;
    margin: 10px;
}

.cafinet-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102,126,234,0.6);
    color: white !important;
}

.cafinet-btn-secondary {
    background: white;
    color: #667eea !important;
    border: 2px solid white;
}

.cafinet-btn-secondary:hover {
    background: transparent;
    color: white !important;
}

/* Cards Grid */
.cafinet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.cafinet-card {
    background: white;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.cafinet-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.cafinet-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FF6B6B, #667eea);
}

.cafinet-card-icon {
    font-size: 3em;
    margin-bottom: 20px;
    display: block;
}

.cafinet-card h3 {
    color: #2d3748;
    font-size: 1.4em;
    margin-bottom: 15px;
    font-weight: 800;
}

.cafinet-card ul {
    padding-right: 20px;
    margin: 0;
}

.cafinet-card li {
    margin-bottom: 10px;
    color: #4a5568;
    position: relative;
    padding-right: 25px;
}

.cafinet-card li::before {
    content: "✓";
    color: #48bb78;
    font-weight: bold;
    position: absolute;
    right: 0;
}

/* Timeline Section */
.cafinet-timeline {
    background: white;
    padding: 40px;
    border-radius: 20px;
    margin: 40px 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.cafinet-timeline h2 {
    color: #2d3748;
    font-size: 2em;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.cafinet-timeline h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #FF6B6B, #667eea);
    border-radius: 2px;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    background: #f7fafc;
    border-radius: 15px;
    border-right: 4px solid #667eea;
    transition: all 0.3s ease;
}

.timeline-item:hover {
    background: #edf2f7;
    transform: translateX(-5px);
}

.timeline-date {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 700;
    min-width: 140px;
    text-align: center;
    margin-left: 20px;
    box-shadow: 0 4px 10px rgba(102,126,234,0.3);
}

.timeline-content h4 {
    margin: 0 0 10px 0;
    color: #2d3748;
    font-size: 1.2em;
}

.timeline-content p {
    margin: 0;
    color: #718096;
}

/* Steps Section */
.cafinet-steps {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    padding: 50px 40px;
    border-radius: 20px;
    color: white;
    margin: 40px 0;
}

.cafinet-steps h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 40px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    counter-reset: step;
}

.step-item {
    background: rgba(255,255,255,0.2);
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
    position: relative;
}

.step-number {
    font-size: 3em;
    font-weight: 900;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    right: 20px;
}

.step-item h4 {
    margin: 15px 0 10px 0;
    font-size: 1.1em;
}

.step-item p {
    margin: 0;
    font-size: 0.9em;
    opacity: 0.9;
}

/* Pricing Table */
.cafinet-pricing {
    background: white;
    padding: 40px;
    border-radius: 20px;
    margin: 40px 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.cafinet-pricing h2 {
    text-align: center;
    font-size: 2em;
    color: #2d3748;
    margin-bottom: 30px;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.pricing-table th {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    text-align: right;
    font-weight: 700;
}

.pricing-table td {
    padding: 18px 20px;
    border-bottom: 1px solid #e2e8f0;
    color: #4a5568;
}

.pricing-table tr:nth-child(even) {
    background: #f7fafc;
}

.pricing-table tr:hover {
    background: #edf2f7;
}

.price-tag {
    color: #e53e3e;
    font-weight: 800;
    font-size: 1.1em;
}

/* CTA Section */
.cafinet-cta-box {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: white;
    padding: 50px 40px;
    border-radius: 20px;
    text-align: center;
    margin: 40px 0;
    box-shadow: 0 10px 40px rgba(17,153,142,0.3);
}

.cafinet-cta-box h2 {
    font-size: 2.2em;
    margin-bottom: 20px;
}

.cafinet-cta-box p {
    font-size: 1.2em;
    margin-bottom: 30px;
    opacity: 0.95;
}

/* FAQ Section with Schema */
.cafinet-faq {
    background: white;
    padding: 40px;
    border-radius: 20px;
    margin: 40px 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.cafinet-faq h2 {
    text-align: center;
    color: #2d3748;
    font-size: 2em;
    margin-bottom: 30px;
}

.faq-item {
    border-bottom: 1px solid #e2e8f0;
    padding: 20px 0;
}

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

.faq-question {
    font-weight: 800;
    color: #2d3748;
    font-size: 1.1em;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.faq-question::before {
    content: "Q";
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    font-size: 0.8em;
}

.faq-answer {
    color: #4a5568;
    padding-right: 42px;
    line-height: 1.8;
}

/* Highlight Box */
.cafinet-alert {
    background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
    border-right: 5px solid #e17055;
    padding: 25px;
    border-radius: 15px;
    margin: 30px 0;
    color: #2d3436;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(253,203,110,0.3);
}

.cafinet-alert strong {
    color: #d63031;
    display: block;
    margin-bottom: 5px;
    font-size: 1.1em;
}

/* Responsive */
@media (max-width: 768px) {
    .cafinet-hero h1 {
        font-size: 2em;
    }
    
    .cafinet-hero {
        padding: 40px 20px;
    }
    
    .timeline-item {
        flex-direction: column;
        text-align: center;
    }
    
    .timeline-date {
        margin-left: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    
    .cafinet-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-table {
        font-size: 0.9em;
    }
    
    .pricing-table th,
    .pricing-table td {
        padding: 12px;
    }
}

/* SEO Helper - Hide visually but available for screen readers */
.seo-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
</style>/* End custom CSS */