.elementor-40530 .elementor-element.elementor-element-149fc354{--display:flex;}/* Start custom CSS *//* تنظیمات اصلی و فونت مدرن */
.nlp-modern-container {
    direction: ltr;
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    padding: 80px 40px;
    background: #ffffff;
    color: #2d3436;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

/* تزیینات پس‌زمینه */
.circles-decorator {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 121, 63, 0.1);
    border-radius: 50%;
    z-index: 0;
}

/* هدر */
.nlp-hero-header {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.nlp-hero-header h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.gradient-text {
    background: linear-gradient(90deg, #ff793f, #706fd3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.intro-sub {
    font-size: 1.3rem;
    color: #636e72;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* کارت‌های حوزه‌های رشد */
.gelişim-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    margin-bottom: 60px;
}

.gelişim-card {
    background: #f1f2f6;
    padding: 30px 20px;
    text-align: center;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.1rem;
    color: #474787;
    transition: all 0.3s ease;
    border-bottom: 5px solid #706fd3;
}

.gelişim-card:hover {
    transform: translateY(-10px);
    background: #706fd3;
    color: white;
    box-shadow: 0 15px 30px rgba(112, 111, 211, 0.3);
}

/* بنر کوچینگ */
.coach-banner {
    background: linear-gradient(135deg, #2d3436 0%, #485460 100%);
    color: white;
    padding: 40px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 80px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.icon-wrap {
    font-size: 45px;
    background: rgba(255,255,255,0.1);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.coach-banner p {
    font-size: 1.5rem;
    margin: 0;
}

.bold-highlight {
    color: #ff793f;
    text-decoration: underline;
    font-weight: 800;
}

/* لیست اهداف */
.targets-container {
    background: #f9f9f9;
    padding: 50px;
    border-radius: 40px;
}

.target-title {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #2d3436;
}

.clean-target-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
    list-style: none;
    padding: 0;
}

.clean-target-list li {
    background: white;
    padding: 15px 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    font-size: 1.05rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
    transition: 0.2s;
}

.clean-target-list li::before {
    content: "✦";
    color: #ff793f;
    margin-right: 15px;
    font-weight: bold;
}

.clean-target-list li:hover {
    background: #fff9f4;
    border-left: 5px solid #ff793f;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .nlp-hero-header h1 { font-size: 2.2rem; }
    .coach-banner { flex-direction: column; text-align: center; }
    .nlp-modern-container { padding: 40px 20px; }
}/* End custom CSS */