/* =========================================================================
   LocalPages — premium üyelik paket kartları
   =========================================================================
   Paketler Bootstrap "panel" kutularıyla gösteriliyordu: düz çerçeve, madde
   imli liste, paketler arası hiyerarşi yok. Bu dosya modern fiyatlandırma
   kartı düzenini kurar. Palet değişmez: sarı #f8ae03, lacivert #303454.
   ========================================================================= */

.lp-plans {
    --plan-line: #e6e9f2;
    --plan-ink: #2b2f4a;
    --plan-muted: #6f7593;
}

/* ------------------------------------------------------------- Başlık */

.lp-plans__intro {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.lp-plans__eyebrow {
    display: inline-block;
    background: #fff6e2;
    color: #a9760a;
    border-radius: 999px;
    padding: 6px 16px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.lp-plans__headline {
    color: #303454;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.02em;
    margin: 0 0 14px;
}

.lp-plans__lead {
    color: var(--plan-muted);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* -------------------------------------------------------------- Izgara */

.lp-plans__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

/* ---------------------------------------------------------------- Kart */

.lp-plan {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #fff;
    border: 1px solid var(--plan-line);
    border-radius: 20px;
    padding: 30px 26px 26px;
    box-shadow: 0 2px 10px rgba(48, 52, 84, .06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.lp-plan:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(48, 52, 84, .14);
    border-color: #d8ddec;
}

/* Öne çıkan paket: sarı çerçeve ve hafif yükselti. */
.lp-plan--featured {
    border: 2px solid #f8ae03;
    box-shadow: 0 14px 38px rgba(248, 174, 3, .22);
}

.lp-plan--featured:hover {
    box-shadow: 0 22px 52px rgba(248, 174, 3, .3);
}

/* En üst paket: koyu zemin, ters kontrast. */
.lp-plan--premium {
    background: linear-gradient(165deg, #3b4066 0%, #303454 100%);
    border-color: #303454;
}

.lp-plan__badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: #f8ae03;
    color: #303454;
    border-radius: 999px;
    padding: 6px 16px;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 5px 14px rgba(248, 174, 3, .4);
}

.lp-plan__head {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid var(--plan-line);
}

.lp-plan--premium .lp-plan__head {
    border-bottom-color: rgba(255, 255, 255, .16);
}

.lp-plan__tier {
    display: block;
    color: #303454;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.01em;
    margin-bottom: 8px;
}

.lp-plan--premium .lp-plan__tier {
    color: #ffd071;
}

.lp-plan__for {
    color: var(--plan-muted);
    font-size: 13.5px;
    line-height: 1.6;
    margin: 0;
    min-height: 44px;
}

.lp-plan--premium .lp-plan__for {
    color: rgba(255, 255, 255, .76);
}

/* ------------------------------------------------------------- Özellik */

.lp-plan__features {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    flex: 1 1 auto;
}

.lp-plan__features li {
    position: relative;
    padding: 8px 0 8px 30px;
    color: var(--plan-ink);
    font-size: 14px;
    line-height: 1.5;
}

.lp-plan--premium .lp-plan__features li {
    color: rgba(255, 255, 255, .92);
}

/* Madde imi yerine onay işareti. */
.lp-plan__features li::before {
    content: '\f00c';
    font-family: 'FontAwesome', sans-serif;
    position: absolute;
    left: 0;
    top: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff6e2;
    color: #d79400;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
}

.lp-plan--premium .lp-plan__features li::before {
    background: rgba(248, 174, 3, .2);
    color: #ffd071;
}

/* ------------------------------------------------------------- Eylem */

.lp-plan__foot {
    margin-top: auto;
}

.lp-plan__cta {
    display: inline-block;
    background: #f8ae03;
    border: 1px solid #f8ae03;
    border-radius: 999px;
    color: #303454 !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none !important;
    transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease, color .18s ease;
}

.lp-plan__foot .lp-plan__cta {
    display: block;
    width: 100%;
}

.lp-plan__cta:hover {
    background: #e09c00;
    border-color: #e09c00;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(248, 174, 3, .4);
}

.lp-plan__cta--ghost {
    background: transparent;
    border-color: #d8ddec;
    color: #303454 !important;
}

.lp-plan__cta--ghost:hover {
    background: #fbfcfe;
    border-color: #c3cadd;
    box-shadow: none;
}

.lp-plan__cta--dark {
    background: #ffd071;
    border-color: #ffd071;
    color: #303454 !important;
}

.lp-plan__cta--dark:hover {
    background: #fff;
    border-color: #fff;
}

/* ------------------------------------------------------ Not ve alt eylem */

.lp-plans__note {
    background: #f4f7fd;
    border: 1px solid #dde4f2;
    border-left: 4px solid #f8ae03;
    border-radius: 14px;
    color: #4a4f75;
    font-size: 13.5px;
    line-height: 1.7;
    margin: 28px 0 0;
    padding: 16px 20px;
}

.lp-plans__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

/* --------------------------------------------------------------- Mobil */

@media (max-width: 991px) {
    .lp-plans__grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .lp-plans__headline {
        font-size: 25px;
    }

    .lp-plan {
        padding: 26px 20px 22px;
    }

    .lp-plan:hover {
        transform: none;
    }

    .lp-plan__for {
        min-height: 0;
    }

    .lp-plans__actions .lp-plan__cta {
        width: 100%;
    }
}
