/* پایه */

@font-face {
    font-family: "DanaFaNum ExtraBold";
    src: url("https://db.onlinewebfonts.com/t/b7cf7fb2ccd74841774e214936a7c8aa.eot");
    src: url("https://db.onlinewebfonts.com/t/b7cf7fb2ccd74841774e214936a7c8aa.eot?#iefix") format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/b7cf7fb2ccd74841774e214936a7c8aa.woff2") format("woff2"),
    url("https://db.onlinewebfonts.com/t/b7cf7fb2ccd74841774e214936a7c8aa.woff") format("woff"),
    url("https://db.onlinewebfonts.com/t/b7cf7fb2ccd74841774e214936a7c8aa.ttf") format("truetype"),
    url("https://db.onlinewebfonts.com/t/b7cf7fb2ccd74841774e214936a7c8aa.svg#DanaFaNum ExtraBold") format("svg");
}

.background_navy {
    /*background: linear-gradient(90deg, #0f2347, #000080) !important;*/
    background: linear-gradient(90deg, #072c6f, #000080) !important;
    color: white !important;
}

.course-btn-gold {
    background: linear-gradient(90deg, #e6c27a, #e7ab4c) !important;
    color: #000080;
}

.btn.background_navy:hover {
    background: linear-gradient(90deg, #1f2646, #1f1f7c) !important;
    color: white !important;
}

.color_navy {
    color: #000080 !important;
}

.font_dana {
    font-family: "DanaFaNum ExtraBold", "B Yekan", Sans-Serif !important;
    font-feature-settings: "kern" 0, "liga" 0;
    font-kerning: none;
}

.intro-body {
    background: #f5f7fb;
    font-family: sans-serif;
}

/* HERO */
.hero-wrap {
    background: linear-gradient(90deg, #0f2347, #132a55);
    color: #fff;
    position: relative;
    overflow: hidden;
    padding-top: 65px;
}

.hero-container {
    padding: 38px 0 0px;
}

.hero-content {
    text-align: right;
}

.hero-title {
    font-weight: 800;
    text-align: right;
    font-size: 45px !important;
    letter-spacing: .2px;
    margin: 0 0 12px;
    color: #e0c58e;
    text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.60), 0 4px 20px rgba(0, 0, 0, 0.55);
}

.hero-subtitle {
    font-size: 32px;
    opacity: .92;
    margin: 0 0 18px;
    color: white !important;
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-hero {
    border-radius: 10px;
    padding: 10px 16px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, .15);
}

.btn-hero-vip {
    background: #e6c27a;
    color: #1c2b44;
    border-color: rgba(0, 0, 0, .05);
}

.btn-hero-telegram {
    background: rgb(158, 210, 255);
    color: #1e3f5f;
}

/* Placeholder شخص */
.ph-person {
    max-width: 290px;
    /*width: 290px;*/
    /*height: 360px;*/
    /*border-radius: 18px;*/
    /*background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.05));*/
    /*border:1px solid rgba(255,255,255,.14);*/
    /*box-shadow: 0 18px 50px rgba(0,0,0,.25);*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: 0;
    margin-inline-end: auto;
}

.ph-person i {
    font-size: 92px;
    opacity: .95;
}

/* نوار طلایی */
.hero-strip {
    /*background: linear-gradient(90deg,#efe3c4,#d7c08f);*/
    background: linear-gradient(to bottom, #cdb67b, #fefbf7);
    color: #2b2b2b;
    padding: 5px 0;
}

.strip-text {
    font-size: 15px;
    font-weight: 700;
}

.ph-badge {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    /*background:#fff;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*box-shadow: 0 6px 20px rgba(0, 0, 0, .12);*/
}

.ph-badge i {
    color: #1c2b44;
}

/* Sections */
.section {
    padding: 44px 0;
}

.section-white {
    background: #ffffff;
}

.section-soft {
    background: #e5f1ff;
}

.section-dark {
    background: linear-gradient(90deg, #1a2440, #0f2347);
}

.sec-title {
    font-weight: 900;
    font-size: 34px;
    margin: 0;
    color: #142b55;
}

.sec-highlight {
    color: #ff6a00;
}

.section-center-title {
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    color: #142b55;
}

/* =========================
   Survey Mock - like screenshot
========================= */
.hidden {
    display: none;
}

.fade-out {
    opacity: 0;
    transform: translateY(-10px);
    transition: all .3s ease;
}

.fade-in {
    animation: fadeIn .3s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.question-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}


.survey-mock {
    background: linear-gradient(180deg, rgba(238, 238, 238, 0.92), rgba(234, 234, 234, 0.85));
    border-radius: 26px;
    padding: 18px 18px 14px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .10);
    border: 1px solid rgba(0, 0, 0, .05);
    position: relative;
    overflow: hidden;
}

.survey-thanks {
    text-align: center;
    padding: 30px 10px 0;
}

.survey-thanks.fade-in {
    animation: fadeIn .4s ease forwards;
}

.survey-question {
    margin: 0;
}

.survey-question-org {
    margin: 0;
    font-size: 14px;
}

.question-actions {
    margin-top: 16px;
    display: flex;
    justify-content: center; /* وسط افقی */
    align-items: center; /* وسط عمودی (اگر ارتفاع داشته باشد) */
    gap: 12px;
}

.diagonal-cell, .diagonal-cross {
    position: relative;
    text-align: center;
    padding: 15px;
}

.diagonal-cell::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 16%;
    width: 70%;
    height: 2px;
    background: #e74c3c;
    transform: rotate(-15deg);
    pointer-events: none;
}

/* خط اول */
.diagonal-cross::before,
.diagonal-cross::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 16%;
    width: 70%;
    height: 2px;
    background: #e74c3c;
    pointer-events: none;
}

/* / */
.diagonal-cross::before {
    transform: rotate(15deg);
}

/* \ */
.diagonal-cross::after {
    transform: rotate(-15deg);
}

@media (max-width: 576px) {
    .question-actions {
        flex-direction: column;
        width: 100%;
    }

    .question-actions .btn {
        width: 100%;
        max-width: 280px;
    }
}

/* بالا: دکمه شروع + باکس شماره */
.survey-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* دکمه شروع (حبابی با نوک پایین) */
.survey-start {
    background: #0f2347;
    color: #fff;
    font-weight: 900;
    border-radius: 12px;
    padding: 10px 18px;
    text-decoration: none;
    position: relative;
    /*box-shadow: 0 10px 22px rgba(15,35,71,.25);*/
    box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.50);
    white-space: nowrap;
}

.survey-table-wrapper {
    width: 100%;
    overflow-x: hidden;
    margin-top: 15px;
}

.survey-table {
    width: 100%;
    border-collapse: collapse;
    /*min-width: 420px;*/
    font-size: 14px;
}

.survey-table th,
.survey-table td {
    padding: 5px 8px;
    border: 1px solid #e3e6ea;
    text-align: center;
}

.survey-table th {
    background: #f5f7fa;
    font-weight: 600;
}

.survey-table tbody tr:nth-child(even) {
    background: #fafafa;
}

/* input pill */
.survey-input {
    flex: 1;
    background: rgba(255, 255, 255, .80);
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 16px;
    padding: 10px 12px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.survey-input-label {
    font-size: 12px;
    font-weight: 800;
    color: #2b3a55;
    text-align: right;
    margin-bottom: 6px;
}

.survey-input-row {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.survey-check {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #1d89d8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 18px rgba(29, 137, 216, .22);
    font-size: 12px;
}

.survey-placeholder {
    /*color: rgba(20,43,85,.22);*/
    font-weight: 900;
    letter-spacing: .5px;
    font-size: 12px;
}

/* Progress */
.survey-progress {
    margin: 18px 0;
}

/* نوار اصلی */
.survey-track {
    height: 44px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .06);
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: inset 0 6px 18px rgba(0, 0, 0, .08);
    position: relative;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    overflow: hidden;
}

/* نوار گرادیانت داخلی (مثل عکس، از تیره به روشن) */
.survey-track::before {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg,
    #0f2347 0%,
    #000080 40%,
    #bcc9e7 75%,
    #e7e9ee 100%);
    opacity: .95;
    /*linear-gradient(90deg, #0f2347, #000080)*/
    /*background: linear-gradient(90deg, #1f2646, #1f1f7c) !important;*/
}

/* هر دایره مرحله */
.step {
    position: relative;
    z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .18);
    font-size: 14px;
}

/* مرحله اول (تیره تر) */
.step.is-active {
    background: #0b2238;
    color: #fff;
    border-color: rgba(255, 255, 255, .18);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .22);
}

/* مرحله های انجام شده */
.step.is-done {
    background: rgba(255, 255, 255, .15);
    color: #fff;
    border-color: rgba(255, 255, 255, .20);
}

/* آخرین دایره + */
.step-plus {
    background: rgba(255, 255, 255, .35);
    color: rgba(15, 35, 71, .55);
    border-color: rgba(255, 255, 255, .30);
}

/* شماره ها زیر نوار */
.survey-nums {
    display: flex;
    justify-content: space-between;
    padding: 6px 20px 0;
    color: #3e557a;
    font-weight: 900;
    font-size: 11px;
    opacity: .8;
}

.survey-nums span {
    font-size: 10px;
}

/* متن پایین */
.survey-footer {
    margin-top: 0px;
    text-align: center;
    color: #3e557a;
    font-weight: 900;
    font-size: 16px;
    opacity: .9;
}

.survey-footer .plus {
    display: inline-block;
    margin-left: 6px;
    font-weight: 900;
    color: #3e557a;
}

.survey-color {
    color: #3e557a !important;
}

/* Platform */
.big-title {
    font-size: 26px;
    font-weight: 900;
    color: #142b55;
    margin: 0 0 10px;
}

.big-desc {
    color: #52607a;
    line-height: 2.1;
    margin: 0 0 16px;
}

.stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 16px;
}

.stat-item {
    text-align: center;
    background: rgba(255, 255, 255, .6);
    border: 1px solid rgba(20, 43, 85, .08);
    border-radius: 14px;
    padding: 12px 10px;
}

.stat-num {
    font-weight: 900;
    color: #142b55;
    font-size: 18px;
}

.stat-label {
    font-size: 12px;
    color: #5b6a84;
    margin-top: 4px;
    font-weight: 700;
}

/* Phone placeholder */
.ph-phone {
    width: 225px;
    border-radius: 26px;
    padding: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .75), rgba(255, 255, 255, .35));
    border: 1px solid rgba(20, 43, 85, .10);
    box-shadow: 0 18px 50px rgba(20, 43, 85, .18);
    margin: 0 auto;
}

.ph-phone-top {
    display: flex;
    gap: 6px;
    justify-content: center;
    padding: 6px 0 12px;
}

.ph-phone-top .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(20, 43, 85, .2);
}

.ph-phone-body {
    background: #fff;
    border-radius: 18px;
    padding: 14px;
}

.ph-phone-header {
    font-weight: 900;
    color: #142b55;
    text-align: center;
    margin-bottom: 10px;
}

.ph-input {
    height: 36px;
    border-radius: 12px;
    background: rgba(20, 43, 85, .06);
    margin-bottom: 10px;
}

.ph-btn {
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(90deg, #0f2347, #2f6cff);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

/* Courses */
.course-card {
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    border: 1px solid rgba(20, 43, 85, .08);
    box-shadow: 0 18px 45px rgba(20, 43, 85, .10);
    height: 100%;
    text-align: center;
}

.course-card {
    position: relative;
    overflow: hidden;

    border-radius: 22px;
    padding: 20px 18px;

    /*background: radial-gradient(120% 120% at 50% 0%, rgba(91, 185, 243, 0.28) 0%, rgba(255, 255, 255, .35) 55%, rgba(255, 255, 255, .20) 100%), linear-gradient(180deg, #eef7ff 0%, #d9efff 40%, #b5deff 100%);*/

    background: radial-gradient(120% 120% at 50% 0%,
    rgba(255, 255, 255, .28) 0%,
    rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg,
            /*#74cfff 0%,*/
            /*#64bdfe 38%,*/
            #19c1ff 0%,
            #42b5fd 38%,
            #559eff 70%,
            #6599ef 100%);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    /* قاب و سایه مثل تصویر */
    border: 1px solid rgba(255, 255, 255, .55);
    box-shadow: 0 18px 55px rgba(20, 43, 85, .12),
    inset 0 1px 0 rgba(255, 255, 255, .65),
    inset 0 -12px 26px rgba(0, 0, 0, .06);

    text-align: center;
    color: #142b55;
}

.course-card::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 18px;

    background: linear-gradient(180deg,
    rgba(255, 255, 255, .55),
    rgba(255, 255, 255, .18));

    border: 1px solid rgba(255, 255, 255, .55);
    box-shadow: inset 0 10px 22px rgba(255, 255, 255, .22),
    inset 0 -16px 28px rgba(0, 0, 0, .05);

    pointer-events: none;
}

/* بافت نقطه‌ای خیلی ظریف (حس تصویر) */
.course-card::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .18;
    /*background-image: radial-gradient(rgba(20,43,85,.25) 0.8px, transparent 0.8px);*/
    /*background-size: 7px 7px;*/
    pointer-events: none;
}

/* محتوا روی لایه ها */
.course-card > * {
    position: relative;
    z-index: 2;
}

/* آیکن دایره‌ای */
.course-card .course-icon {
    width: 78px;
    height: 78px;
    border-radius: 999px;

    /*background: radial-gradient(circle at 30% 20%, rgb(122, 205, 255), rgb(21, 86, 189));*/
    background: radial-gradient(circle at 30% 20%, rgb(73, 117, 183), rgb(2, 4, 122));

    /*border: 2px solid rgba(47,108,255,.35);*/
    box-shadow: 0 10px 22px rgba(20, 43, 85, .12),
    inset 0 1px 0 rgba(255, 255, 255, .8);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #0b62d6;
    font-size: 28px;
    margin: 0 auto 12px;
}

.course-card .course-icon img {
    width: 100%;
    padding: 12px;
}

/* عنوان و متن */
.course-title {
    font-weight: 900;
    font-size: 15.5px;
    margin-bottom: 10px;
}

.course-desc {
    color: #3f557b;
    font-weight: 700;
    font-size: 12.5px;
    line-height: 2.05;
    margin-bottom: 14px;
}


.course-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin: 0 auto 12px;
    background: rgba(20, 43, 85, .06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #142b55;
    font-size: 26px;
}

.course-card.is-featured .course-icon {
    background: rgba(255, 255, 255, .14);
    color: #fff;
}

.course-card.is-featured {
    position: relative;
    overflow: hidden;

    border-radius: 22px;
    padding: 20px 18px;

    /* گرادیانت آبی دقیق + عمق */
    background: radial-gradient(120% 120% at 50% 0%,
    rgba(255, 255, 255, .28) 0%,
    rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg,
            #2fb0f4 0%,
            #1992ea 38%,
            #0b62d6 70%,
            #064fc9 100%);

    /* حس شیشه‌ای */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    /* بوردر داخلی و بیرونی مثل تصویر */
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow: 0 18px 55px rgba(11, 98, 214, .35),
    inset 0 1px 0 rgba(255, 255, 255, .25),
    inset 0 -10px 30px rgba(0, 0, 0, .12);

    color: #fff;
}

/* قاب روشن داخلی (اون لایه شیشه‌ای که داخل کارت دیده میشه) */
.course-card.is-featured::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 18px;

    background: linear-gradient(180deg,
    rgba(255, 255, 255, .18),
    rgba(255, 255, 255, .06));

    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: inset 0 10px 26px rgba(255, 255, 255, .08),
    inset 0 -18px 30px rgba(0, 0, 0, .10);

    pointer-events: none;
}

/* glow دور کارت (مثل هاله آبی) */
.course-card.is-featured::after {
    content: "";
    position: absolute;
    inset: -18px;
    border-radius: 30px;
    background: radial-gradient(circle at 50% 10%,
    rgba(255, 255, 255, .18),
    rgba(47, 176, 244, .18) 35%,
    rgba(11, 98, 214, .10) 55%,
    rgba(0, 0, 0, 0) 75%);
    filter: blur(10px);
    opacity: .9;
    pointer-events: none;
}

/* محتوا روی لایه‌ها بیاد */
.course-card.is-featured > * {
    position: relative;
    z-index: 2;
}

/* آیکن دایره‌ای بالا (مثل تصویر) */
.course-card.is-featured .course-icon {
    width: 78px;
    height: 78px;
    border-radius: 999px;

    background: radial-gradient(circle at 30% 20%,
    rgba(255, 255, 255, .95),
    rgba(255, 255, 255, .82) 55%,
    rgba(255, 255, 255, .65) 100%);

    border: 2px solid rgba(255, 255, 255, .65);

    box-shadow: 0 10px 25px rgba(0, 0, 0, .16),
    inset 0 1px 0 rgba(255, 255, 255, .7);

    color: #0b62d6;
    font-size: 28px;
    margin: 0 auto 12px;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* عنوان و متن مثل عکس */
.course-card.is-featured .course-title {
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 10px;
}

.course-card.is-featured .course-desc {
    color: rgba(255, 255, 255, .92);
    font-weight: 700;
    font-size: 12.5px;
    line-height: 2.05;
    margin-bottom: 14px;
}


.course-card .course-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 150px;
    height: 34px;

    border-radius: 999px;
    padding: 0 16px;

    font-weight: 900;
    font-size: 12.5px;

    box-shadow: 0 10px 20px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .55);

    text-decoration: none;
}

/* دکمه طلایی پایین (بیضی و دقیق) */
.course-card.is-featured .course-btn.course-btn-gold {
    background: linear-gradient(180deg, #f3d59a, #e6c27a);
    color: #1c2b44;
}


.course-title {
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 10px;
}

.course-desc {
    color: #313845;
    font-weight: 700;
    font-size: 13px;
    line-height: 2;
    margin-bottom: 14px;
}

.course-card.is-featured .course-desc {
    color: rgba(255, 255, 255, .85);
}

.course-btn {
    /*display:inline-block;*/
    padding: 9px 14px;
    border-radius: 12px;
    background: #0f2347;
    color: #fff;
    font-weight: 900;
    font-size: 13px;
    text-decoration: none;
}


/* Testimonials */
.testimonials {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(20, 43, 85, .08);
    box-shadow: 0 18px 45px rgba(20, 43, 85, .08);
    padding: 14px 16px;
}

.test-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.test-title {
    font-weight: 900;
    color: #142b55;
}

.nav-btn {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(20, 43, 85, .10);
    background: #fff;
}

.test-row {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.test-item {
    width: 140px;
    text-align: center;
}

.ph-avatar {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: rgba(20, 43, 85, .08);
    margin: 0 auto 8px;
    border: 3px solid rgba(47, 108, 255, .25);
}

.name {
    font-weight: 900;
    color: #142b55;
    font-size: 13px;
}

.stars {
    color: #f6b100;
    font-size: 12px;
}

/* Video placeholders */
.video-ph {
    min-height: 160px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(20, 43, 85, .12), rgba(47, 108, 255, .12));
    border: 1px solid rgba(20, 43, 85, .10);
    box-shadow: 0 14px 40px rgba(20, 43, 85, .10);
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

.video-ph i {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff3b30;
    font-size: 18px;
}

/* =========================
   Founder Section like screenshot
========================= */
.founder-wrap {
    /* نوار گرادیانت بالا (خاکستری -> طلایی) */
    /*background: linear-gradient(90deg,#6f7a8d 0%, #b8a580 55%, #d7c08f 100%);*/
    padding-top: 18px;
}

/* باکس سفید داخل */
.founder-box {
    background: #fff;
    border-radius: 0; /* تو عکس گوشه‌ها تقریباً تیزه */
    padding: 18px 18px 0px;
    box-shadow: none;
}

/* عنوان نارنجی */
.founder-title {
    color: #d8a24b; /* نزدیک به عکس */
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 8px;
}

/* متن توضیح */
.founder-text {
    color: #5b6a84;
    font-weight: 700;
    font-size: 12.5px;
    line-height: 2.1;
    margin: 0 0 12px;
    text-align: justify;
}

/* دکمه */
.founder-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 34px;
    padding: 0 14px;
    border-radius: 10px;

    background: #0f2347;
    color: #fff;
    font-weight: 900;
    font-size: 12px;
    text-decoration: none;
}

/* عکس سمت راست */
.founder-photo {
    width: 90%;
    min-width: 170px;
    min-height: 210px;
    /*margin-inline-start: auto;   !* بچسبه به راست *!*/
    margin-inline-end: 0;
    border-radius: 12px;
    background: transparent; /* چون در عکس خود تصویر شفافه */
    border: 0;
    box-shadow: none;
}

.founder-photo img {
    margin-top: -65px;
}

/* اگر placeholder داری، ظاهرش طبیعی‌تر */
.ph-founder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ph-founder i {
    font-size: 74px;
    color: #0f2347;
    opacity: .85;
}

/* =========================
   Timeline like your small screenshot
   no scroll - no boxes
========================= */
.timeline-bar {
    background: #e7f1ff;
    padding: 10px 0;
}

/* گرید: همه آیتم‌ها در یک خط جا می‌شن */
.tl-grid {
    position: relative;
    display: grid;
    grid-template-columns: 34px repeat(10, 1fr);
    align-items: start;
    column-gap: 12px;
    padding: 6px 0;
}

/* خط افقی */
.tl-grid::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    height: 2px;
    background: rgba(20, 43, 85, .10);
}

/* ستاره سمت چپ */
.tl-star {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(20, 43, 85, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2f6cff;
    text-decoration: none;
    margin-top: 26px;
    z-index: 999;
}

/* آیتم‌ها: بدون باکس */
.tl-item {
    text-align: center;
    min-width: 0; /* اجازه بده متن جمع شه */
}

/* سال بالا */
.tl-year {
    font-weight: 900;
    font-size: 14px;
    color: #7a879d;
    line-height: 1;
    margin-bottom: 8px;
}

/* نقطه دقیقاً روی خط */
.tl-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #2f6cff;
    margin: 0 auto;
    position: relative;
    top: 8px; /* روی خط می‌شینه */
}

/* متن زیر */
.tl-label {
    margin-top: 18px;
    font-size: 11px;
    font-weight: 800;
    color: #8a97ad;
    line-height: 1.2;

    /* اگر متن طولانی بود، چند خطی بشه بدون اینکه باکس بسازه */
    white-space: normal;
}

.section-testimony {
    /*background: linear-gradient(90deg,#11274e 0%, #b8a580 54%, #d7c08f 100%);*/
    background: linear-gradient(90deg, #11274e 0%, #11274e 40%, #edce8d 100%);
    padding-top: 18px;
}

.section-television {
    /*background: linear-gradient(90deg,#d7c08f 0%, #b8a580 28%, #11274e 100%);*/
    background: linear-gradient(90deg, #edce8d 0%, #11274e 45%, #11274e 100%);
    padding-top: 18px;
}

.tl-item {
    min-width: 86px;
    text-align: center;
    /*background: rgba(255, 255, 255, .45);*/
    /*border: 1px solid rgba(0, 0, 0, .06);*/
    border-radius: 14px;
    padding: 10px 8px;
}

.tl-item.is-active {
    background: #0f2347;
    color: #fff;
    border-color: rgba(255, 255, 255, .14);
}

.tl-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgb(47, 85, 212);
    margin: 0 auto 8px;
}

.tl-item.is-active .tl-dot {
    background: #e6c27a;
}

.tl-year {
    font-weight: 900;
    font-size: 14px;
}

.tl-label {
    font-size: 11px;
    font-weight: 800;
    opacity: .85;
}

/* TV */
.tv-ph {
    min-height: 160px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .10);
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

.tv-ph i {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff3b30;
}

/* Articles */
.articles {
    position: relative;
    padding-right: 22px;
}

.articles:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(20, 43, 85, .10);
}

.article-row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.article-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #2f6cff;
    position: absolute;
    right: 6px;
}

.article-card {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(20, 43, 85, .08);
    border-radius: 14px;
    padding: 14px 14px;
    box-shadow: 0 14px 40px rgba(20, 43, 85, .08);
}

.article-title {
    font-weight: 900;
    color: #142b55;
}

.article-meta {
    margin-top: 6px;
    color: #5b6a84;
    font-weight: 700;
    font-size: 12px;
}

/* Footer */
.footer-lite {
    padding: 18px 0;
    background: #fff;
    border-top: 1px solid rgba(20, 43, 85, .08);
}

.soc {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(20, 43, 85, .10);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #142b55;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
    .hero-content {
        text-align: center;
    }

    .hero-actions {
        justify-content: center;
    }

    .ph-person {
        margin: 0 auto;
    }

    .stats-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

.timeline-item {
    margin-top: -30px;
}

.timeline-item:first-child {
    margin-top: -10px;
}

.timeline-item .event {
    width: 95%;
}

.section-title-timeline h4 {
    font-family: "DanaFaNum ExtraBold", "B Yekan", Sans-Serif !important;
}

.testimonial p {
    height: unset !important;
}