.section_tittle {
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .section_tittle {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .section_tittle {
        margin-bottom: 50px;
    }
}

.section_tittle h2 {
    font-size: 28px;
    margin-bottom: 11px;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .section_tittle h2 {
        margin-bottom: 15px;
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .section_tittle h2 {
        font-size: 30px;
    }
}

.pricing_plan .single_pricing_plan {
    /* Eski düz kart stilini kaldırıyoruz; cam efektli tasarım frontend_style.css içinde tanımlı. */
    text-align: center;
}

.pricing_plan .single_pricing_plan h5 {
    font-size: 28px;
    font-weight: 600;
    color: var(--system_primery_color);
    /*margin-bottom: 18px;*/
}

.pricing_plan .single_pricing_plan h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.pricing_plan .single_pricing_plan .theme_btn {
    margin-top: 24px;
}

@media (max-width: 767px) {
    .pricing_plan .single_pricing_plan h4 {
        margin-bottom: 1rem;
    }
}

.pricing_plan .single_pricing_plan h2 {
    font-size: 50px;
    font-weight: 600;
    position: relative;
    padding-left: 0;
    display: inline-block;
    margin-bottom: 2px;
}

.pricing_plan .single_pricing_plan h2 span {
    font-size: 20px;
    position: absolute;
    right: 100%;
    top: -1px;
}

.pricing_plan .single_pricing_plan h2 span.right {
    font-size: 20px;
    position: absolute;
    left: 100%;
    top: -1px;
}

.pricing_plan .single_pricing_plan p a {
    color: #8f8f8f;
    text-decoration: underline;
}

.pricing_plan .single_pricing_plan .theme_btn small_btn2 {
    margin: 26px 0 16px;
}


/* .list_style {
    margin-top: 30px;
} */

.list_style h5 {
    background-color: #f6f8fa;
    font-size: 20px;
    margin-bottom: 0;
    padding: 18px 30px;
    border-radius: 5px 5px 0 0;
}

.list_style h5 span {
    font-size: 12px;
    font-weight: 500;
    color: #8f8f8f;
    margin-left: 5px;
}

.list_style ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 30px;
    border: 1px solid #e8e8e8;
    border-radius: 0 0 5px 5px;
}

.list_style ul li {
    list-style: none;
    flex: 48% 0 0;
    color: var(--system_secendory_color);
    margin: 7px 0;
}

@media (max-width: 768px) {
    .list_style ul li {
        flex: 100% 0 0;
    }
}

.list_style ul li i {
    margin-right: 10px;
    color: var(--system_primery_color);
}

html[dir=rtl] .list_style ul li i {
    margin-right: 0;
    margin-left: 10px;
}

.theme_according .card .card-header button.collapsed {
    padding: 12px 26px 10px 30px;
}

.mb_100 {
    margin-bottom: 100px;
}

.mt_100 {
    margin-top: 100px;
}

.pb_100 {
    padding-bottom: 100px;
}

.pt_100 {
    padding-top: 100px;
}


/* .single_pricing_plan a {
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    font-family: "Jost", sans-serif;
}

.single_pricing_plan a:hover {
    color: var(--system_primery_color);
} */

/* Fiyat kutusu – daha etkileyici blok */
.pricing_plan .bundle_price_box {
    position: relative;
    padding: 1.25rem 1.5rem;
    margin-bottom: 16px;
    border-radius: 16px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.9) 100%);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.06);
}
.pricing_plan .bundle_price_box--featured {
    background: linear-gradient(160deg, rgba(1, 87, 155, 0.08) 0%, rgba(1, 87, 155, 0.03) 100%);
    border-color: rgba(1, 87, 155, 0.15);
    box-shadow: 0 4px 24px rgba(1, 87, 155, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.pricing_plan .bundle_price_box--discount {
    padding-top: 1.75rem;
}
.pricing_plan .bundle_price_box--discount .bundle_price_value {
    color: #0d9488;
}
.pricing_plan .bundle_price_box--discount.bundle_price_box--featured .bundle_price_value {
    color: #01579B;
}

/* İndirim şeridi (köşe) */
.pricing_plan .bundle_price_ribbon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #fff;
    background: linear-gradient(135deg, #0d9488, #0f766e);
    padding: 4px 10px;
    border-radius: 0 14px 0 10px;
    box-shadow: 0 2px 8px rgba(13, 148, 136, 0.35);
}
.pricing_plan .bundle_price_box--featured .bundle_price_ribbon {
    background: linear-gradient(135deg, #01579B, #0277bd);
    box-shadow: 0 2px 8px rgba(1, 87, 155, 0.35);
}

/* İndirimde eski fiyat – üstü çizili, ufak */
.pricing_plan .bundle_price_old_line {
    margin-bottom: 6px;
}
.pricing_plan .bundle_price_old_line .bundle_price_old,
.pricing_plan .bundle_price_old_line del {
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
    text-decoration: line-through;
}

/* Ana fiyat tipografisi – daha vurgulu */
.pricing_plan .bundle_price_box .bundle_price_value {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
}
.pricing_plan .bundle_price_box .bundle_price_currency {
    font-size: 1.15rem;
    font-weight: 700;
}
.pricing_plan .bundle_price_box .bundle_price_period {
    font-size: 0.95rem;
    font-weight: 600;
    color: #475569;
    margin-top: 8px;
    padding-top: 6px;
    border-top: 1px dashed rgba(15, 23, 42, 0.1);
}
.pricing_plan .bundle_price_box--featured .bundle_price_period {
    color: #0f172a;
    border-top-color: rgba(1, 87, 155, 0.15);
}

/* En Çok Tercih Edilen – plan label benzeri badge */
.pricing_plan .bundle_plan_badge_popular {
    margin-bottom: 12px;
    background: linear-gradient(135deg, rgba(1, 87, 155, 0.12), rgba(1, 87, 155, 0.06));
    color: #01579B;
    border: 1px solid rgba(1, 87, 155, 0.2);
}

/* Bundle Price Page - Dark Purple Theme */
.pricing_plan {
    background: transparent;
}

.pricing_plan .bundle_intro_title {
    color: #f2f6ff;
}

.pricing_plan .bundle_intro_subtitle {
    color: #cbd6f7;
}

.pricing_plan .bundle_intro_description {
    color: #aebddd;
}

.pricing_plan .single_pricing_plan.bundle_plan_card_glass {
    background: #0f152f;
    border: 1px solid rgba(138, 148, 175, 0.34);
    box-shadow: 0 20px 42px rgba(4, 8, 24, 0.5);
}

.pricing_plan .single_pricing_plan.bundle_plan_card_glass:hover {
    background: #111938;
    border-color: rgba(152, 122, 255, 0.6);
    box-shadow: 0 24px 48px rgba(5, 10, 28, 0.55);
}

.pricing_plan .single_pricing_plan.bundle_plan_card_glass.popular_plan {
    border-color: rgba(150, 115, 255, 0.95);
    box-shadow: 0 28px 56px rgba(34, 19, 78, 0.45);
}

.pricing_plan .single_pricing_plan.bundle_plan_card_glass.popular_plan:hover {
    border-color: rgba(165, 132, 255, 0.98);
    box-shadow: 0 32px 64px rgba(42, 23, 96, 0.5);
}

.pricing_plan .bundle_card_top {
    background: linear-gradient(160deg, rgba(36, 29, 72, 0.94) 0%, rgba(22, 27, 57, 0.94) 100%);
    border: 1px solid rgba(143, 118, 228, 0.35);
}

.pricing_plan .bundle_plan_label {
    background: rgba(255, 255, 255, 0.08);
    color: #f2f5ff;
    border: 1px solid rgba(171, 146, 255, 0.4);
    box-shadow: none;
}

.pricing_plan .bundle_price_box {
    background: linear-gradient(165deg, rgba(19, 25, 52, 0.98) 0%, rgba(12, 18, 40, 0.98) 100%);
    border: 1px solid rgba(146, 123, 232, 0.34);
    box-shadow: 0 12px 26px rgba(3, 6, 18, 0.4);
}

.pricing_plan .bundle_price_box--featured {
    background: linear-gradient(165deg, rgba(52, 34, 112, 0.4) 0%, rgba(27, 32, 68, 0.98) 100%);
    border-color: rgba(164, 136, 255, 0.55);
    box-shadow: 0 14px 30px rgba(27, 15, 68, 0.42);
}

.pricing_plan .bundle_price_ribbon {
    background: linear-gradient(135deg, #8a5dff, #6b3fe2);
    box-shadow: 0 4px 12px rgba(106, 65, 221, 0.45);
}

.pricing_plan .bundle_price_box--featured .bundle_price_ribbon {
    background: linear-gradient(135deg, #9a70ff, #7549eb);
}

.pricing_plan .bundle_price_old_line .bundle_price_old,
.pricing_plan .bundle_price_old_line del {
    color: #aeb6d2;
}

.pricing_plan .bundle_price_box .bundle_price_value,
.pricing_plan .bundle_price_box .bundle_price_currency {
    color: #f4f7ff;
}

.pricing_plan .bundle_price_box .bundle_price_period {
    color: #cfd9f7;
    border-top-color: rgba(175, 152, 255, 0.3);
}

.pricing_plan .bundle_price_box--featured .bundle_price_period {
    color: #e2d7ff;
    border-top-color: rgba(180, 158, 255, 0.42);
}

.pricing_plan .bundle_price_box--discount .bundle_price_value,
.pricing_plan .bundle_price_box--discount.bundle_price_box--featured .bundle_price_value {
    color: #ffffff;
}

.pricing_plan .bundle_description {
    color: #c8d4f2;
}

.pricing_plan .bundle_features_list ul li {
    color: #edf2ff;
}

.pricing_plan .bundle_features_list ul li i {
    border-color: rgba(177, 152, 255, 0.95);
    color: #efe6ff;
    background: rgba(126, 92, 242, 0.22);
}

.pricing_plan .skeleton_bundle_card {
    background: rgba(31, 40, 78, 0.86);
    border: 1px solid rgba(145, 122, 230, 0.35);
}

.pricing_plan .skeleton_bundle_header,
.pricing_plan .skeleton_bundle_price,
.pricing_plan .skeleton_bundle_features,
.pricing_plan .skeleton_bundle_btn {
    background: linear-gradient(90deg, rgba(102, 112, 158, 0.34) 25%, rgba(148, 130, 220, 0.64) 50%, rgba(102, 112, 158, 0.34) 75%);
}

/* Bundle intro hero */
.pricing_plan .bundle_intro_block {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 54px;
}

.pricing_plan .bundle_intro_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid rgba(166, 137, 255, 0.34);
    background: linear-gradient(135deg, rgba(68, 44, 140, 0.48) 0%, rgba(41, 33, 82, 0.55) 100%);
    color: #d9c8ff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 18px;
}

.pricing_plan .bundle_intro_title {
    margin-bottom: 18px;
    font-size: clamp(18px, 2.6vw, 32px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #f8fbff;
    font-weight: 800;
    font-family: "Poppins", "Inter", "Segoe UI", Roboto, Arial, sans-serif;
}

.pricing_plan .bundle_intro_title span {
    color: #7fa7ff;
    background: linear-gradient(120deg, #a88bff 0%, #6ca6ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.pricing_plan .bundle_intro_subtitle {
    max-width: 860px;
    margin: 0 auto;
    font-size: clamp(14px, 1.35vw, 20px);
    line-height: 1.55;
    color: #b9c7ea;
    font-weight: 600;
}

.pricing_plan .bundle_intro_alert_note {
    margin: 18px auto 0;
    max-width: 760px;
    border: 1px solid rgba(174, 149, 255, 0.42);
    background: linear-gradient(160deg, rgba(39, 29, 82, 0.7) 0%, rgba(20, 27, 57, 0.8) 100%);
    border-radius: 16px;
    padding: 14px 16px 14px 18px;
    box-shadow: 0 14px 30px rgba(8, 12, 32, 0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    text-align: left;
    position: relative;
    overflow: hidden;
}

.pricing_plan .bundle_intro_alert_note::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #b193ff 0%, #7b56f2 100%);
}

.pricing_plan .bundle_intro_alert_tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(148, 115, 255, 0.26);
    border: 1px solid rgba(179, 153, 255, 0.45);
    color: #efe7ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.pricing_plan .bundle_intro_alert_title {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #eef3ff;
    font-weight: 700;
}

.pricing_plan .bundle_intro_alert_note .bundle_intro_description {
    margin: 6px 0 0;
    color: #cad7f5;
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .pricing_plan .bundle_intro_badge {
        font-size: 12px;
        padding: 5px 12px;
    }

    .pricing_plan .bundle_intro_title {
        margin-bottom: 14px;
    }

    .pricing_plan .bundle_intro_subtitle {
        font-size: 14px;
    }

    .pricing_plan .bundle_intro_alert_note {
        padding: 12px 14px;
        border-radius: 14px;
    }

    .pricing_plan .bundle_intro_alert_title {
        font-size: 14px;
    }
}
