/* ==========================================================================
   Üyelik Paketleri / Ücretlendirme Sayfası Modüler Stilleri (assets/css/pages/pricing.css)
   ========================================================================== */

/* Kompakt Paketler Hero Kartı (Kompakt İnce Görünüm) */
.gd-prc-hero-compact {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    padding: 14px 18px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}

.gd-prc-hero-compact .gd-page-header-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gd-prc-hero-compact .gd-page-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
}

.gd-prc-hero-compact .gd-page-subtitle {
    font-size: 12.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

/* 8px Tam Sayfa Kapsayıcı Standartı */
:root {
    --pricing-indigo: #4f46e5;
    --pricing-amber: #ca8a04;
    --pricing-slate: #0f172a;
    --pricing-bg: #f8fafc;
}

.pricing-page-wrapper {
    background: var(--pricing-bg);
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    width: 100%;
    box-sizing: border-box;
}

.pricing-hero-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 30px 36px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
    margin-bottom: 36px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
}

.pricing-hero-split {
    display: grid;
    grid-template-columns: calc(60% - 12px) calc(40% - 12px);
    gap: 24px;
    align-items: center;
    width: 100%;
}

.pricing-hero-left-60 {
    text-align: left;
    min-width: 0;
}

.pricing-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    padding: 6px 16px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 700;
    color: #065f46;
    margin-bottom: 14px;
    max-width: 100%;
    box-sizing: border-box;
}

.pricing-hero-title {
    font-size: 2.2rem;
    font-weight: 850;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin: 0 0 10px 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

.pricing-hero-subtitle {
    font-size: 0.98rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

.pricing-hero-right-40 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 100%;
}

.pricing-hero-target-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    min-width: 0;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.02);
}

.pricing-hero-target-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.gd-hero-target-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.2;
}

.gd-hero-target-badge--orange {
    background: #fff7ed;
    color: #c2410c;
    border: 1px solid #ffedd5;
}

.gd-hero-target-badge--blue {
    background: #eff6ff;
    color: #2563eb;
    border: 1px solid #dbeafe;
}

.pricing-hero-target-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
    margin: 0 0 4px 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

.pricing-hero-target-desc {
    font-size: 0.83rem;
    font-weight: 500;
    color: #64748b;
    line-height: 1.45;
    margin: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

@media (max-width: 991px) {
    .pricing-hero-card {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .pricing-hero-split {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pricing-hero-left-60 {
        text-align: center;
    }

    .pricing-hero-title {
        font-size: 1.75rem;
    }

    .pricing-hero-subtitle {
        font-size: 0.92rem;
    }
}

@media (max-width: 576px) {
    .pricing-hero-card {
        padding: 18px 14px;
        border-radius: 16px;
    }

    .pricing-hero-title {
        font-size: 1.45rem;
    }

    .pricing-hero-badge {
        font-size: 12px;
        padding: 5px 12px;
    }

    .pricing-hero-right-40 .pricing-hero-target-item {
        padding: 14px 14px;
        border-radius: 14px;
    }
}

.pricing-target-date-box {
    margin-top: 20px;
    text-align: center;
}

.pricing-target-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #fef3c7, #fffbeb);
    border: 1.5px solid #fde68a;
    color: #92400e;
    padding: 10px 22px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 14.5px;
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.2);
}

.pricing-target-info {
    font-size: 13px;
    color: #64748b;
    margin-top: 8px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.pricing-hero-info-card {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 14px 22px;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
    text-align: left;
    max-width: 680px;
    margin-top: 10px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 50px;
}

.pricing-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-sizing: border-box;
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.1);
    border-color: var(--pricing-indigo);
}

.pricing-card.is-featured {
    border: 3px solid #fbbf24;
    background: linear-gradient(to bottom, #ffffff, #fffbeb);
    transform: scale(1.02);
    box-shadow: 0 25px 50px -12px rgba(251, 191, 36, 0.22);
}

.pricing-card.is-featured:hover {
    transform: scale(1.04) translateY(-4px);
    box-shadow: 0 30px 60px -15px rgba(251, 191, 36, 0.28);
}

.pricing-card.is-featured::before {
    content: 'EN POPÜLER';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #fbbf24;
    color: #92400e;
    padding: 6px 20px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 850;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.plan-name {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--pricing-slate);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.plan-price-box {
    margin-bottom: 24px;
}

.plan-price {
    font-size: 2.75rem;
    font-weight: 900;
    color: var(--pricing-slate);
    letter-spacing: -0.05em;
}

.plan-currency {
    font-size: 1.2rem;
    color: #64748b;
    font-weight: 600;
    margin-left: 4px;
}

.plan-duration {
    display: block;
    color: #94a3b8;
    font-size: 13.5px;
    font-weight: 600;
    margin-top: 4px;
}

.plan-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    flex: 1;
}

.plan-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 14.5px;
    font-weight: 500;
    color: #475569;
}

.gd-pricing-feature-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gd-pricing-feature-icon.is-active {
    background: #10b981;
    color: #ffffff;
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.25);
}

.gd-pricing-feature-icon.is-disabled {
    background: #f1f5f9;
    color: #94a3b8;
    border: 1px solid #e2e8f0;
}

.plan-btn {
    width: 100%;
    padding: 14px;
    border-radius: 14px;
    font-size: 14.5px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
}

.plan-btn-indigo {
    background: var(--pricing-indigo);
    color: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(79, 70, 229, 0.35);
}

.plan-btn-indigo:hover {
    background: #4338ca;
    transform: scale(1.01);
}

.plan-btn-active {
    background: #f1f5f9;
    color: #94a3b8;
    cursor: default;
}

/* Trust Bar & Badges */
.pricing-trust-bar {
    margin: -30px 0 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    border-top: 1px solid #e2e8f0;
    padding-top: 50px;
}

.pricing-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-trust-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-trust-icon.green  { background: #d1fae5; color: #059669; }
.pricing-trust-icon.indigo { background: #e0e7ff; color: #4f46e5; }
.pricing-trust-icon.amber  { background: #fef3c7; color: #d97706; }

.pricing-trust-title {
    font-weight: 800;
    color: #1e293b;
    font-size: 14.5px;
}

.pricing-trust-desc {
    font-size: 12.5px;
    color: #64748b;
}

/* Yorumlar Grid */
.pricing-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.pricing-testimonial-card {
    background: #ffffff;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
}

/* Comparison Table Styling */
.pricing-comparison-section {
    margin-top: 80px;
}

.comparison-table-wrapper {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.04);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
    padding: 18px 20px;
    border-bottom: 1px solid #f1f5f9;
    text-align: center;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
    text-align: left;
    width: 300px;
    font-weight: 700;
    color: var(--pricing-slate);
}

.comparison-table thead th {
    background: #fcfdfe;
    font-weight: 850;
    font-size: 1.05rem;
    color: var(--pricing-slate);
}

.feature-check { color: #10b981; }
.feature-cross { color: #cbd5e1; }

/* Mobil Accordion Kartlar */
.mc-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.mc-card.mc-featured {
    border-color: #fbbf24;
    border-width: 2px;
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.15);
}

.mc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    cursor: pointer;
    user-select: none;
    background: #f8fafc;
}

.mc-card.mc-featured .mc-header {
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
}

.mc-header-left {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mc-plan-name {
    font-size: 14.5px;
    font-weight: 800;
    color: var(--pricing-slate);
}

.mc-plan-price {
    font-size: 12.5px;
    color: #64748b;
    font-weight: 600;
}

.mc-chevron {
    color: #94a3b8;
    transition: transform 0.25s ease;
}

.mc-card.mc-open .mc-chevron {
    transform: rotate(180deg);
}

.mc-body {
    display: none;
    padding: 0 18px 14px;
}

.mc-card.mc-open .mc-body {
    display: block;
}

.mc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 13.5px;
}

.mc-row:last-child {
    border-bottom: none;
}

.mc-row-label {
    color: #475569;
    font-weight: 500;
}

.mc-row-val {
    font-weight: 700;
}

.mc-row-val.on { color: #10b981; }
.mc-row-val.off { color: #cbd5e1; }
.mc-row-val.num { color: var(--pricing-indigo); }

.upgrade-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ecfdf5;
    color: #059669;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 12.5px;
    font-weight: 800;
    margin-bottom: 10px;
    border: 1px solid #d1fae5;
}

.old-price-line {
    font-size: 1.05rem;
    color: #94a3b8;
    text-decoration: line-through;
    margin-bottom: -4px;
    display: block;
    font-weight: 600;
}

/* Responsive Breakpoints */
@media (max-width: 991px) {
    .pricing-page-wrapper {
        padding: 16px;
        border-radius: 14px;
    }

    .pricing-hero h1 {
        font-size: 2.1rem;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .pricing-card.is-featured {
        transform: none;
    }
}

@media (max-width: 767px) {
    .comparison-table-wrapper {
        display: none;
    }

    .mobile-compare {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
    }
}

@media (min-width: 768px) {
    .mobile-compare {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .gd-page-body {
        padding: 6px !important;
        gap: 6px !important;
    }

    .pricing-page-wrapper {
        padding: 12px;
    }

    .pricing-hero h1 {
        font-size: 1.75rem;
    }

    .pricing-card {
        padding: 20px;
    }
}

/* Sınav tarihi pill */
.pricing-exam-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #fef3c7, #fffbeb);
    border: 1.5px solid #fde68a;
    color: #92400e;
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.2);
}

.pricing-exam-info {
    font-size: 13px;
    color: #64748b;
    margin-top: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.pricing-no-date-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #f1f5f9, #f8fafc);
    border: 1.5px solid #e2e8f0;
    color: #475569;
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 15px;
}

/* Plan footer notları */
.plan-ideal-note {
    font-size: 13px;
    color: #94a3b8;
    margin: -10px 0 20px;
    line-height: 1.4;
}

.plan-footer {
    margin-top: auto;
}

.plan-footer-note {
    text-align: center;
    font-size: 12px;
    color: #94a3b8;
    margin-top: 10px;
}

.plan-footer-note a {
    color: var(--pricing-indigo);
    text-decoration: none;
}

.plan-no-card-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 11px;
    color: #6b7280;
    font-weight: 500;
    margin-top: 6px;
}

/* Güven ve Ödeme Bölümü */
.pricing-trust-section {
    max-width: 1100px;
    margin: 40px auto 30px;
    width: 100%;
    box-sizing: border-box;
}

.pricing-trust-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 28px 32px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
    width: 100%;
    box-sizing: border-box;
}

.pricing-guarantee-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 28px;
    width: 100%;
}

.pricing-guarantee-item {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
    min-width: 0;
    width: 100%;
}

.pricing-guarantee-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.pricing-guarantee-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 3px 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

.pricing-guarantee-desc {
    font-size: 0.82rem;
    font-weight: 500;
    color: #64748b;
    margin: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

@media (max-width: 991px) {
    .pricing-trust-card {
        padding: 22px 20px;
        border-radius: 20px;
    }

    .pricing-guarantee-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 20px;
    }
}

@media (max-width: 640px) {
    .pricing-trust-card {
        padding: 16px 14px;
        border-radius: 16px;
    }

    .pricing-guarantee-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .pricing-payment-bottom-line {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }

    .pricing-payment-brand-group {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        width: 100%;
    }

    .pricing-payment-logos {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .pricing-payment-security-group {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        width: 100%;
    }

    .pricing-security-badge {
        font-size: 11.5px;
        padding: 5px 12px;
    }
}

.pricing-payment-bottom-line {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.pricing-payment-brand-group {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.pricing-payment-label {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
}

.pricing-payment-logos {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-payment-logos img {
    height: 22px;
    width: auto;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.pricing-payment-logos img.iyzico-logo {
    height: 24px;
}

.pricing-payment-logos img:hover {
    transform: translateY(-1px);
}

.pricing-payment-divider {
    width: 1px;
    height: 18px;
    background: #cbd5e1;
    margin: 0 4px;
    display: inline-block;
}

.pricing-payment-security-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.pricing-security-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 6px 14px;
    border-radius: 9999px;
    font-size: 12.5px;
    font-weight: 700;
    color: #334155;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

@media (max-width: 768px) {
    .pricing-payment-bottom-line {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .pricing-payment-brand-group,
    .pricing-payment-security-group {
        justify-content: center;
    }
}

.pricing-guarantee-item {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
}

.pricing-guarantee-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.pricing-guarantee-icon:hover {
    transform: rotate(0deg) scale(1.08) !important;
}

.pricing-guarantee-icon--green  { background: #ecfdf5; transform: rotate(-3deg); }
.pricing-guarantee-icon--blue   { background: #eff6ff; transform: rotate(3deg);  }
.pricing-guarantee-icon--orange { background: #fff7ed; transform: rotate(-2deg); }
.pricing-guarantee-icon--purple { background: #f5f3ff; transform: rotate(2deg);  }
.pricing-guarantee-icon--primary { background: #eef2ff; color: #4f46e5; width: 36px; height: 36px; border-radius: 10px; }

.pricing-guarantee-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pricing-guarantee-title {
    font-size: 0.92rem;
    color: #1e293b;
    font-weight: 800;
    margin: 0;
    white-space: nowrap;
}

.pricing-guarantee-desc {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
}
    border-radius: 16px;
    padding: 14px 20px;
    flex-wrap: wrap;
}

.pricing-payment-brand-group {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.pricing-payment-label {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
}

.pricing-payment-logos {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-payment-logos img {
    height: 22px;
    width: auto;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.pricing-payment-logos img.iyzico-logo {
    height: 24px;
}

.pricing-payment-logos img:hover {
    transform: translateY(-1px);
}

.pricing-payment-divider {
    width: 1px;
    height: 18px;
    background: #cbd5e1;
    margin: 0 4px;
    display: inline-block;
}

.pricing-payment-security-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.pricing-security-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 6px 14px;
    border-radius: 9999px;
    font-size: 12.5px;
    font-weight: 700;
    color: #334155;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

@media (max-width: 768px) {
    .pricing-payment-trust-card {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 16px;
    }

    .pricing-payment-brand-group,
    .pricing-payment-security-group {
        justify-content: center;
    }
}ng: 4px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 800;
}

/* Yorum kartı */
.pricing-testimonial-body {
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 20px;
    flex: 1;
}

.pricing-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-testimonial-avatar {
    width: 40px;
    height: 40px;
    background: #e0e7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4f46e5;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}

.pricing-testimonial-name {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.pricing-testimonial-role {
    font-size: 12px;
    color: #64748b;
    margin: 0;
}

.pricing-testimonial-stars {
    color: #f59e0b;
    margin-bottom: 15px;
    display: flex;
    gap: 3px;
}

.pricing-section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 40px;
}

.pricing-section-title span {
    color: var(--pricing-indigo);
}

.pricing-section-title--amber span {
    color: var(--pricing-amber);
}

.pricing-testimonials-grid-outer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 80px;
}

/* Karşılaştırma tablosu limit hücresi */
.comparison-limit-val {
    font-weight: 700;
    color: var(--pricing-indigo);
}

.pricing-hero-accent { color: var(--pricing-indigo); }

/* ── B2B Kurumsal Fiyatlandırma & Lisanslama ── */
.pricing-corporate-b2b-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pricing-corporate-b2b-card {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 20px;
    padding: 36px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.pricing-corporate-b2b-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    color: #2563eb;
    border: 1px solid #bfdbfe;
    padding: 4px 12px;
    border-radius: 99px;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.pricing-corporate-b2b-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px 0;
}

.pricing-corporate-b2b-title span {
    color: var(--pricing-indigo);
}

.pricing-corporate-b2b-subtitle {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0 0 28px 0;
    line-height: 1.5;
}

.pricing-corporate-b2b-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.pricing-corporate-b2b-item {
    display: flex;
    gap: 16px;
    padding: 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    transition: all 0.2s ease;
}

.pricing-corporate-b2b-item:hover {
    border-color: #2563eb;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.08);
}

.pricing-corporate-b2b-icon {
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pricing-corporate-b2b-content h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
}

.pricing-corporate-b2b-content p {
    font-size: 0.82rem;
    color: #64748b;
    margin: 0;
    line-height: 1.45;
}

.pricing-corporate-b2b-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px dashed #cbd5e1;
    flex-wrap: wrap;
    gap: 16px;
}

.pricing-corporate-b2b-contact-text {
    font-size: 0.9rem;
    color: #334155;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.pricing-corporate-b2b-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.pricing-corporate-b2b-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    font-weight: 700;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .pricing-corporate-b2b-card {
        padding: 24px 16px;
    }
    .pricing-corporate-b2b-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .pricing-corporate-b2b-actions {
        width: 100%;
    }
    .pricing-corporate-b2b-actions .gd-btn {
        width: 100%;
        justify-content: center;
    }
}

