        /* Genel */
        #pricing {
            padding: 60px 0
        }

            #pricing .op-sub {
                margin-bottom: 14px
            }

            #pricing .op-strong {
                color: #2f5bea;
                font-weight: 900
            }

            #pricing .op-muted {
                opacity: .75
            }

            /* Toggle */
            #pricing .op-billing {
                display: inline-flex;
                gap: 8px;
                background: #f2f4f8;
                padding: 6px;
                border-radius: 999px;
                border: 1px solid rgba(0,0,0,.08);
                margin-top: 12px;
            }

            #pricing .op-bill-btn {
                border: 0;
                background: transparent;
                padding: 10px 14px;
                border-radius: 999px;
                font-weight: 900;
                cursor: pointer;
                color: #1d2a3a;
            }

                #pricing .op-bill-btn.is-active {
                    background: #2f5bea;
                    color: #fff
                }

                #pricing .op-bill-btn.op-discount {
                    outline: 2px solid rgba(47,91,234,.25)
                }

            #pricing .op-pill {
                margin-left: 6px;
                background: #e8efff;
                color: #2f5bea;
                font-size: 11px;
                padding: 3px 8px;
                border-radius: 999px;
                font-weight: 900;
            }

            #pricing .op-discount-note {
                margin-top: 10px;
                font-weight: 700;
                opacity: .85
            }

            /* Desktop compare */
            #pricing .op-compare {
                display: grid;
                grid-template-columns: 1.25fr repeat(5, 1fr);
                gap: 16px;
                align-items: start;
                margin-top: 22px;
            }

            #pricing .op-card {
                background: #f9fbff;
                border: 1px solid #dfe6ff;
                border-radius: 16px;
                box-shadow: 0 10px 26px rgba(0,0,0,.06);
                overflow: hidden;
            }

            #pricing .op-head {
                padding: 16px 14px;
                min-height: 210px; /* hizalamayı netleştirir */
                display: flex;
                flex-direction: column;
                gap: 10px;
                justify-content: flex-start;
            }

            #pricing .op-head-left h4 {
                margin: 0;
                font-size: 26px;
                line-height: 1.15;
                text-align: left
            }

            #pricing .op-plan {
                font-weight: 900;
                font-size: 18px;
                text-align: center;
                color: #1d2a3a
            }

            #pricing .op-price {
                text-align: center
            }

            #pricing .op-price-main {
                display: flex;
                align-items: baseline;
                justify-content: center;
                gap: 6px
            }

            #pricing .op-cur {
                font-weight: 900
            }

            #pricing .op-amt {
                font-weight: 900;
                font-size: 19px
            }

            #pricing .op-unit {
                font-size: 12px;
                font-weight: 800;
                opacity: .8
            }

            #pricing .op-total {
                font-size: 12px;
                opacity: .75;
                margin-top: 4px
            }

            #pricing .op-save {
                font-size: 12px;
                color: #1f7a3a;
                font-weight: 900;
                min-height: 16px;
                margin-top: 6px
            }

            #pricing .op-btn {
                display: block;
                width: 100%;
                text-align: center;
                background: #2f5bea;
                color: #fff !important;
                font-weight: 900;
                padding: 12px 14px;
                border-radius: 12px;
                text-decoration: none;
                border: 0;
                cursor: pointer;
            }

                #pricing .op-btn:hover {
                    filter: brightness(.95)
                }

            #pricing .op-rows {
                border-top: 1px solid rgba(0,0,0,.06)
            }

            #pricing .op-row {
                height: 44px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-top: 1px dashed rgba(0,0,0,.10);
                font-weight: 800;
                font-size: 13px;
                padding: 0 10px;
                text-align: center;
            }

            #pricing .op-left .op-row {
                justify-content: flex-start;
                text-align: left
            }

            #pricing .op-row-title {
                font-weight: 900
            }

            #pricing .op-ok {
                color: #1f7a3a
            }

            #pricing .op-no {
                color: #b0b0b0
            }

            #pricing .op-opt {
                color: #b07b00
            }

            /* Mobile cards */
            #pricing .op-mobile {
                display: none;
                margin-top: 18px
            }

            #pricing .op-mcard {
                background: #f9fbff;
                border: 1px solid #dfe6ff;
                border-radius: 16px;
                box-shadow: 0 10px 26px rgba(0,0,0,.06);
                padding: 14px;
                margin-bottom: 14px;
            }

            #pricing .op-mtop {
                display: grid;
                gap: 8px
            }

            #pricing .op-mtitle {
                font-weight: 900;
                font-size: 18px;
                color: #1d2a3a
            }

            #pricing .op-mprice {
                display: flex;
                align-items: baseline;
                gap: 6px;
                justify-content: flex-start
            }

            #pricing .op-mlist {
                list-style: none;
                margin: 10px 0 0;
                padding: 0
            }

                #pricing .op-mlist li {
                    display: flex;
                    justify-content: space-between;
                    gap: 10px;
                    padding: 10px 0;
                    border-top: 1px dashed rgba(0,0,0,.12);
                    font-weight: 800;
                }

                    #pricing .op-mlist li span {
                        opacity: .85;
                        font-weight: 800
                    }

                    #pricing .op-mlist li strong {
                        white-space: nowrap
                    }

                #pricing .op-mlist .ok {
                    color: #1f7a3a
                }

                #pricing .op-mlist .no {
                    color: #b0b0b0
                }

                #pricing .op-mlist .opt {
                    color: #b07b00
                }

        /* Breakpoint */
        @media (max-width: 991.98px) {
            #pricing .op-desktop

        {
            display: none
        }

        #pricing .op-mobile {
            display: block
        }

        }

        /* Desktop küçük ekranda yatay kaydırma (991 üstünde olabilir) */
        @media (max-width: 1200px) {
            #pricing .op-compare

        {
            overflow: auto;
            padding-bottom: 10px;
            grid-template-columns: 300px repeat(5, 260px);
        }

        }
        /* Ek Modüller - daha büyük, standart font */
        #ekmoduller {
            padding: 34px 0 70px
        }

            #ekmoduller, #ekmoduller * {
                font-family: inherit;
                -webkit-font-smoothing: antialiased;
                text-rendering: optimizeLegibility;
            }

                #ekmoduller .op-sub {
                    margin-bottom: 14px;
                    font-size: 16px;
                    line-height: 1.6
                }

                #ekmoduller .op-muted {
                    opacity: .75
                }

                #ekmoduller .op-ek-wrap {
                    display: grid;
                    grid-template-columns: 1fr;
                    gap: 18px;
                    margin-top: 14px;
                }

                #ekmoduller .op-ek-card {
                    background: #f7faff;
                    border: 1px solid #dfe6ff;
                    border-radius: 18px;
                    box-shadow: 0 12px 30px rgba(0,0,0,.06);
                    overflow: hidden;
                }

                #ekmoduller .op-ek-head {
                    padding: 18px 18px 12px;
                    display: flex;
                    align-items: flex-end;
                    justify-content: space-between;
                    gap: 14px;
                }

                    #ekmoduller .op-ek-head h4 {
                        margin: 0;
                        font-weight: 900;
                        color: #1d2a3a;
                        font-size: 20px;
                        line-height: 1.25;
                    }

                #ekmoduller .op-ek-note {
                    font-weight: 800;
                    font-size: 13px;
                    opacity: .75;
                    white-space: nowrap;
                }

                #ekmoduller .op-ek-link {
                    font-weight: 900;
                    font-size: 14px;
                    color: #2f5bea;
                    text-decoration: none;
                    white-space: nowrap;
                }

                    #ekmoduller .op-ek-link:hover {
                        text-decoration: underline;
                    }

                #ekmoduller .op-ek-list {
                    padding: 0 18px 14px;
                    display: flex;
                    flex-wrap: wrap;
                    gap: 10px;
                }

                #ekmoduller .op-ek-tag {
                    border: 1px solid rgba(47,91,234,.28);
                    background: #eef3ff;
                    color: #2f5bea;
                    border-radius: 999px;
                    padding: 8px 12px;
                    font-weight: 900;
                    font-size: 13px;
                }

                #ekmoduller .op-ek-note2 {
                    padding: 0 18px 18px;
                    opacity: .85;
                    font-weight: 700;
                    font-size: 14px;
                    line-height: 1.5;
                }

                #ekmoduller .op-ek-table-wrap {
                    padding: 0 18px 16px
                }

                #ekmoduller .op-ek-table {
                    width: 100%;
                    border-collapse: separate;
                    border-spacing: 0;
                    overflow: hidden;
                    border-radius: 16px;
                    border: 1px solid rgba(0,0,0,.08);
                    background: #fff;
                }

                    #ekmoduller .op-ek-table th,
                    #ekmoduller .op-ek-table td {
                        padding: 14px 14px;
                        border-top: 1px solid rgba(0,0,0,.08);
                        font-size: 15px; /* büyüttük */
                        font-weight: 800;
                        vertical-align: top;
                    }

                    #ekmoduller .op-ek-table thead th {
                        border-top: 0;
                        background: #f1f5ff;
                        color: #1d2a3a;
                        font-weight: 900;
                        font-size: 14px;
                    }

                #ekmoduller .op-ek-right {
                    text-align: right;
                    white-space: nowrap
                }

                #ekmoduller .op-ek-table small {
                    opacity: .75;
                    font-weight: 900
                }

                #ekmoduller .op-free {
                    display: inline-block;
                    padding: 6px 10px;
                    border-radius: 999px;
                    background: rgba(25,135,84,.12);
                    color: #198754;
                    font-weight: 900;
                    font-size: 13px;
                }

                /* Kurye listesi */
                #ekmoduller .op-ek-kurye {
                    padding: 0 18px 6px;
                }

                #ekmoduller .op-ek-kurye-title {
                    font-weight: 900;
                    font-size: 16px;
                    margin: 6px 0 10px;
                    color: #1d2a3a;
                }

                #ekmoduller .op-ek-kurye-tags {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 10px;
                }

                #ekmoduller .op-k-tag {
                    border: 1px solid rgba(0,0,0,.10);
                    background: #ffffff;
                    border-radius: 999px;
                    padding: 8px 12px;
                    font-weight: 800;
                    font-size: 13px;
                    opacity: .92;
                }

                #ekmoduller .op-ek-foot {
                    padding: 16px 18px 18px;
                    border-top: 1px solid rgba(0,0,0,.06);
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    gap: 14px;
                    flex-wrap: wrap;
                }

                #ekmoduller .op-ek-mini {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    flex-wrap: wrap
                }

                #ekmoduller .op-ek-badge {
                    background: #2f5bea;
                    color: #fff;
                    border-radius: 999px;
                    padding: 7px 11px;
                    font-weight: 900;
                    font-size: 13px;
                }

                #ekmoduller .op-ek-mini-note {
                    opacity: .75;
                    font-weight: 800;
                    font-size: 13px
                }

                /* buton sitenizdeki btn stilini yakalasın */
                #ekmoduller .op-btn {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    padding: 12px 18px;
                    border-radius: 12px;
                    font-weight: 900;
                    text-decoration: none;
                    background: #2f5bea;
                    color: #fff;
                    min-width: 220px;
                }

                    #ekmoduller .op-btn:hover {
                        opacity: .92
                    }

        @media (min-width: 992px) {
            #ekmoduller .op-ek-wrap

        {
            grid-template-columns: 1fr 1.5fr;
        }

        }

        /* Mobil */
        @media (max-width: 575.98px) {
            #ekmoduller .op-ek-right

        {
            white-space: normal
        }

        #ekmoduller .op-ek-table th:nth-child(2),
        #ekmoduller .op-ek-table td:nth-child(2) {
            display: none;
        }
        /* Bilgi kolonunu sakla */
        #ekmoduller .op-ek-link {
            white-space: normal
        }

        #ekmoduller .op-btn {
            width: 100%;
            min-width: 0
        }

        }
