.elementor-6603 .elementor-element.elementor-element-6d652b2{--display:flex;}.elementor-6603 .elementor-element.elementor-element-4b97f90{--display:flex;}/* Start custom CSS */<style>
.cfn-article-1405 {
  line-height: 1.9;
  color: #1f2937;
  font-size: 17px;
  max-width: 100%;
}

.cfn-article-1405 h1 {
  font-size: 32px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 3px solid #4f46e5;
  line-height: 1.4;
}

.cfn-article-1405 h2 {
  font-size: 26px;
  font-weight: 700;
  color: #1e40af;
  margin-top: 45px;
  margin-bottom: 20px;
  padding-right: 15px;
  border-right: 4px solid #4f46e5;
}

.cfn-article-1405 h3 {
  font-size: 20px;
  font-weight: 600;
  color: #3730a3;
  margin-top: 30px;
  margin-bottom: 15px;
}

.cfn-article-1405 p {
  margin-bottom: 20px;
  text-align: justify;
}

/* باکس هیروی کافینتی پرو */
.cfn-hero-1405 {
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c5a 100%);
  border-radius: 20px;
  padding: 35px;
  margin: 30px 0;
  color: white;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(79, 70, 229, 0.2);
}

.cfn-hero-1405::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  pointer-events: none;
}

.cfn-hero-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.cfn-hero-text {
  font-size: 17px;
  margin-bottom: 25px;
  opacity: 0.95;
  position: relative;
  z-index: 2;
}

/* سیستم تماس سریع */
.cfn-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}

.cfn-contact-btn {
  background: #fff;
  color: #4f46e5;
  padding: 16px 24px;
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.cfn-contact-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  background: #f8fafc;
}

/* کارت‌های راهنما */
.cfn-guide-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  padding: 25px;
  margin: 25px 0;
  transition: all 0.3s;
}

.cfn-guide-card:hover {
  border-color: #4f46e5;
  box-shadow: 0 10px 30px rgba(79, 70, 229, 0.1);
}

.cfn-guide-title {
  color: #4f46e5;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* جدول محاسبه امتیاز */
.cfn-calc-wrapper {
  background: #f8fafc;
  border-radius: 16px;
  padding: 30px;
  margin: 30px 0;
  border: 2px solid #e2e8f0;
}

.cfn-formula-highlight {
  background: #fff;
  border-right: 5px solid #4f46e5;
  padding: 20px;
  margin: 25px 0;
  border-radius: 8px;
  font-size: 18px;
  color: #1e40af;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.cfn-data-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  margin: 25px 0;
}

.cfn-data-table th {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  color: white;
  padding: 16px;
  text-align: center;
  font-weight: 600;
}

.cfn-data-table td {
  padding: 16px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
  font-size: 15px;
}

.cfn-data-table tr:hover td {
  background: #f8fafc;
}

/* باکس‌های اطلاعاتی */
.cfn-info-box {
  background: #fffbeb;
  border-right: 5px solid #f59e0b;
  padding: 22px;
  border-radius: 12px;
  margin: 25px 0;
}

.cfn-success-box {
  background: #ecfdf5;
  border-right: 5px solid #10b981;
  padding: 22px;
  border-radius: 12px;
  margin: 25px 0;
}

.cfn-warning-box {
  background: #fef2f2;
  border-right: 5px solid #ef4444;
  padding: 22px;
  border-radius: 12px;
  margin: 25px 0;
}

.cfn-box-title {
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

/* لینک‌های اکشن */
.cfn-action-link {
  display: inline-block;
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  color: white;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  margin: 10px 5px;
  transition: opacity 0.3s;
}

.cfn-action-link:hover {
  opacity: 0.9;
  color: white;
}

.cfn-external-link {
  color: #4f46e5;
  font-weight: 600;
  border-bottom: 2px dotted #4f46e5;
  text-decoration: none;
  padding-bottom: 2px;
}

/* لیست‌های سفارشی */
.cfn-checklist {
  list-style: none;
  padding: 0;
}

.cfn-checklist li {
  padding-right: 32px;
  margin-bottom: 12px;
  position: relative;
}

.cfn-checklist li::before {
  content: '✓';
  position: absolute;
  right: 0;
  color: #10b981;
  font-weight: bold;
  font-size: 20px;
}

.cfn-numbered-list {
  counter-reset: item;
  list-style: none;
  padding: 0;
}

.cfn-numbered-list li {
  counter-increment: item;
  padding-right: 45px;
  margin-bottom: 15px;
  position: relative;
}

.cfn-numbered-list li::before {
  content: counter(item);
  position: absolute;
  right: 0;
  background: #4f46e5;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}

/* FAQ Schema Styles */
.cfn-faq-item {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  transition: box-shadow 0.3s;
}

.cfn-faq-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.cfn-faq-question {
  font-size: 18px;
  font-weight: 700;
  color: #1e40af;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cfn-faq-answer {
  color: #4b5563;
  line-height: 1.8;
}

/* هایلایت کلمات کلیدی */
.cfn-kw-highlight {
  background: linear-gradient(120deg, #fde68a 0%, #fde68a 100%);
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: 0 88%;
  padding: 0 4px;
  font-weight: 600;
}

/* واکنش‌گرایی */
@media (max-width: 768px) {
  .cfn-article-1405 h1 { font-size: 24px; }
  .cfn-article-1405 h2 { font-size: 22px; }
  .cfn-article-1405 h3 { font-size: 18px; }
  
  .cfn-contact-grid {
    grid-template-columns: 1fr;
  }
  
  .cfn-data-table {
    display: block;
    overflow-x: auto;
    font-size: 14px;
  }
  
  .cfn-data-table th,
  .cfn-data-table td {
    padding: 12px 8px;
    white-space: nowrap;
  }
  
  .cfn-hero-1405 {
    padding: 25px 20px;
  }
}
</style>/* End custom CSS */