/* =====================================
   ÜYELİK PLANLARI — premium landing
===================================== */

.page--plans-landing .plans-main {
    padding: 0;
    background: #f7f8fa;
}

.plans-landing {
    overflow-x: clip;
}

/* --- Seçim kartları --- */
.plans-choice {
    padding: clamp(0.25rem, 1.5vw, 0.75rem) 0 clamp(2rem, 4vw, 3rem);
}

.plans-choice__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3.2vw, 44px);
}

.plans-choice__grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: clamp(12px, 2vw, 20px);
    align-items: stretch;
}

.plans-choice-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    background: #fff;
    border-radius: 22px;
    padding: clamp(1.35rem, 2.5vw, 1.85rem);
    box-shadow:
        0 18px 44px rgba(15, 23, 42, 0.07),
        0 2px 8px rgba(15, 23, 42, 0.03);
    border: 1px solid rgba(15, 23, 42, 0.05);
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.plans-choice-card:hover {
    transform: translateY(-2px);
    box-shadow:
        0 24px 52px rgba(15, 23, 42, 0.09),
        0 4px 12px rgba(15, 23, 42, 0.04);
}

.plans-choice-card--diy {
    border-top: 3px solid #ff4d00;
}

.plans-choice-card--dfy {
    border-top: 3px solid #2563eb;
}

.plans-choice-card__ico {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 14px;
}

.plans-choice-card--diy .plans-choice-card__ico {
    background: rgba(255, 77, 0, 0.12);
    color: #ff4d00;
}

.plans-choice-card--dfy .plans-choice-card__ico {
    background: rgba(37, 99, 235, 0.12);
    color: #2563eb;
}

.plans-choice-card__title {
    font-size: 1.2rem;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
}

.plans-choice-card__desc {
    margin: 0 0 18px;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #64748b;
}

.plans-choice-card__btn {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 18px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 0.9rem;
    text-decoration: none;
    transition: filter 0.15s ease, transform 0.15s ease;
}

.plans-choice-card__btn:hover {
    filter: brightness(1.05);
}

.plans-choice-card__btn--orange {
    background: linear-gradient(145deg, #ff4d00 0%, #ff6a28 100%);
    color: #fff !important;
    box-shadow: 0 10px 28px rgba(255, 77, 0, 0.32);
}

.plans-choice-card__btn--blue {
    background: linear-gradient(145deg, #2563eb 0%, #3b82f6 100%);
    color: #fff !important;
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.28);
}

.plans-choice-card__note {
    margin: 14px 0 0;
    font-size: 0.8125rem;
    color: #94a3b8;
    font-weight: 600;
}

.plans-choice__or {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #94a3b8;
    padding: 0 4px;
}

.plans-choice-benefits {
    list-style: none;
    margin: clamp(1.5rem, 3vw, 2rem) 0 0;
    padding: clamp(1rem, 2vw, 1.35rem) clamp(1rem, 2vw, 1.5rem);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(10px, 2vw, 16px);
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.plans-choice-benefits li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #475569;
    line-height: 1.3;
}

.plans-choice-benefits i {
    font-size: 1.25rem;
    color: #ff4d00;
}

/* --- Nasıl çalışır --- */
.plans-how {
    padding: 0 0 clamp(2.5rem, 5vw, 3.5rem);
}

.plans-how .container-fluid-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3.2vw, 44px);
}

.plans-how__heading {
    text-align: center;
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
    letter-spacing: -0.02em;
}

.plans-how__path {
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.plans-how__path:last-child {
    margin-bottom: 0;
}

.plans-how__path-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8125rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    margin-bottom: 14px;
}

.plans-how__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
}

.plans-how__dot--orange {
    background: #ff4d00;
    box-shadow: 0 0 0 4px rgba(255, 77, 0, 0.2);
}

.plans-how__dot--blue {
    background: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.2);
}

.plans-how__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(10px, 1.5vw, 16px);
}

.plans-how__step {
    position: relative;
    background: #fff;
    border-radius: 18px;
    padding: 1rem 0.85rem 1.1rem;
    text-align: center;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.plans-how__num {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 900;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plans-how__num--orange {
    background: linear-gradient(145deg, #ff4d00, #ff7a3d);
}

.plans-how__num--blue {
    background: linear-gradient(145deg, #2563eb, #60a5fa);
}

.plans-how__ico {
    display: block;
    font-size: 1.35rem;
    margin: 18px 0 10px;
    color: #94a3b8;
}

.plans-how__path--diy .plans-how__ico {
    color: #ff4d00;
}

.plans-how__path--dfy .plans-how__ico {
    color: #2563eb;
}

.plans-how__t {
    display: block;
    font-weight: 900;
    font-size: 0.875rem;
    color: #0f172a;
    margin-bottom: 6px;
    line-height: 1.25;
}

.plans-how__d {
    display: block;
    font-size: 0.75rem;
    line-height: 1.4;
    color: #64748b;
}

/* --- Paketler --- */
.plans-pricing-block {
    padding: 0 0 clamp(2rem, 4vw, 3rem);
}

.plans-pricing-block__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3.2vw, 44px);
}

.plans-pricing-block__head {
    text-align: center;
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.plans-pricing-block__title {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
}

.plans-pricing-block__lead {
    margin: 0 auto;
    max-width: 40rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #64748b;
}

.plans-pricing-block__footer {
    margin: clamp(1.5rem, 3vw, 2rem) auto 0;
    max-width: 44rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #64748b;
}

/* Premium plan grid */
.plans-premium-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 28px);
    max-width: 960px;
    margin: 0 auto;
}

.plans-premium-card {
    position: relative;
    height: 100%;
    padding-top: 2.25rem !important;
    border-radius: 22px !important;
    border: 1px solid rgba(15, 23, 42, 0.06) !important;
    box-shadow:
        0 22px 48px rgba(15, 23, 42, 0.08),
        0 2px 8px rgba(15, 23, 42, 0.03) !important;
}

.plans-premium-card--p1 .fiyatlar-card-price {
    color: #ff4d00;
}

.plans-premium-card--p2 .fiyatlar-card-price {
    color: #2563eb;
}

.plans-premium-card__icon {
    position: absolute;
    top: 1.1rem;
    left: 1.25rem;
    right: auto;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.plans-premium-card .plans-premium-card__title.fiyatlar-card-title,
.plans-premium-card > .fiyatlar-card-domain {
    padding-left: calc(48px + 14px);
}

.plans-premium-card__icon--orange {
    background: rgba(255, 77, 0, 0.12);
    color: #ff4d00;
}

.plans-premium-card__icon--blue {
    background: rgba(37, 99, 235, 0.12);
    color: #2563eb;
}

.plans-premium-card__ribbon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(145deg, #ff4d00, #ff7a3d);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(255, 77, 0, 0.35);
}

.plans-premium-card--featured {
    border: 2px solid #2563eb !important;
    box-shadow:
        0 22px 48px rgba(37, 99, 235, 0.12),
        0 2px 8px rgba(15, 23, 42, 0.04) !important;
}

.plans-premium-card__features.fiyatlar-card-features li {
    position: relative;
    padding-left: 26px;
}

.plans-premium-card__features.fiyatlar-card-features li::before {
    width: 16px !important;
    height: 16px !important;
    border-radius: 4px !important;
    top: 0.45em !important;
}

.plans-premium-card--p1 .plans-premium-card__features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: rgba(255, 77, 0, 0.15);
    border: 2px solid #ff4d00;
}

.plans-premium-card--p1 .plans-premium-card__features li::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 0.55em;
    width: 5px;
    height: 9px;
    border: solid #ff4d00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.plans-premium-card--p2 .plans-premium-card__features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: rgba(37, 99, 235, 0.12);
    border: 2px solid #2563eb;
}

.plans-premium-card--p2 .plans-premium-card__features li::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 0.55em;
    width: 5px;
    height: 9px;
    border: solid #2563eb;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.plans-premium-card__ctas {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}

.plans-premium__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 0.9rem;
    text-decoration: none;
    text-align: center;
    transition: filter 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.plans-premium__btn--orange {
    background: linear-gradient(145deg, #ff4d00, #ff6a28);
    color: #fff !important;
    box-shadow: 0 8px 22px rgba(255, 77, 0, 0.28);
}

.plans-premium__btn--blue {
    background: linear-gradient(145deg, #2563eb, #3b82f6);
    color: #fff !important;
    box-shadow: 0 8px 22px rgba(37, 99, 235, 0.28);
}

.plans-premium__btn--ghost {
    background: #fff;
    color: #0f172a !important;
    border: 2px solid rgba(15, 23, 42, 0.12);
}

.plans-premium__btn--ghost:hover {
    border-color: #ff4d00;
    color: #ff4d00 !important;
}

.plans-premium__btn--ghost-blue:hover {
    border-color: #2563eb;
    color: #2563eb !important;
}

/* Güven şeridi */
.plans-trust-strip {
    background: #eef1f5;
    padding: clamp(1.15rem, 2vw, 1.5rem) 0;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.plans-trust-strip .container-fluid-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3.2vw, 44px);
}

.plans-trust-strip__row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 20px);
}

.plans-trust-strip__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #475569;
}

.plans-trust-strip__item i {
    color: #ff4d00;
    font-size: 1.15rem;
    flex-shrink: 0;
}

/* Alt CTA */
.plans-bottom-cta {
    padding: clamp(2rem, 4vw, 3rem) 0 clamp(2.5rem, 5vw, 4rem);
}

.plans-bottom-cta .container-fluid-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3.2vw, 44px);
}

.plans-bottom-cta__card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: stretch;
    background: linear-gradient(135deg, rgba(255, 77, 0, 0.1) 0%, rgba(255, 180, 120, 0.08) 100%);
    border: 1px solid rgba(255, 77, 0, 0.18);
    border-radius: 24px;
    padding: clamp(1.35rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2.25rem);
    box-shadow: 0 20px 48px rgba(255, 77, 0, 0.1);
}

.plans-bottom-cta__visual {
    position: relative;
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}

.plans-bottom-cta__window {
    position: absolute;
    inset: 18% 12%;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    border: 2px solid rgba(37, 99, 235, 0.25);
}

.plans-bottom-cta__rocket {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-12deg);
    font-size: 2.75rem;
    color: #ff4d00;
    filter: drop-shadow(0 6px 12px rgba(255, 77, 0, 0.35));
    z-index: 1;
}

.plans-bottom-cta__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.plans-bottom-cta__title {
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}

.plans-bottom-cta__lead {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #64748b;
    max-width: 36rem;
}

.plans-bottom-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
    align-self: center;
}

.plans-bottom-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 0.875rem;
    text-decoration: none;
    white-space: nowrap;
}

.plans-bottom-cta__btn--primary {
    background: linear-gradient(145deg, #ff4d00, #ff6a28);
    color: #fff !important;
    box-shadow: 0 8px 22px rgba(255, 77, 0, 0.3);
}

.plans-bottom-cta__btn--secondary {
    background: #fff;
    color: #475569 !important;
    border: 2px solid rgba(15, 23, 42, 0.12);
}

.plans-bottom-cta__btn--secondary:hover {
    border-color: #ff4d00;
    color: #ff4d00 !important;
}

@media (max-width: 991.98px) {
    .plans-choice__grid {
        grid-template-columns: 1fr;
    }

    .plans-choice__or {
        padding: 6px 0;
    }

    .plans-choice-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .plans-how__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .plans-premium-grid {
        grid-template-columns: 1fr;
    }

    .plans-trust-strip__row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .plans-bottom-cta__card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .plans-bottom-cta__actions {
        justify-content: center;
    }

    .plans-bottom-cta__visual {
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .plans-choice-benefits {
        grid-template-columns: 1fr;
    }

    .plans-how__steps {
        grid-template-columns: 1fr;
    }

    .plans-trust-strip__row {
        grid-template-columns: 1fr;
    }

    .plans-bottom-cta__actions {
        flex-direction: column;
    }

    .plans-bottom-cta__btn {
        width: 100%;
        justify-content: center;
    }
}
