/* =============================================
   FİYATLANDIRMA SAYFASI STİLLERİ
   ============================================= */

.pricing-hero {
    background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
    padding: 80px 0 60px;
    overflow: hidden;
    color: #fff;
}
.pricing-hero .hero-badge {
    display: inline-block;
    background: rgba(67,97,238,0.15);
    color: #818cf8;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(67,97,238,0.2);
}
.pricing-hero .hero-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
}
.pricing-hero .hero-subtitle {
    color: rgba(255,255,255,0.65);
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* Tab wrapper */
.tab-wrapper {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    background: #f3f4f6;
    padding: 6px;
    border-radius: 16px;
    max-width: 700px;
    margin: 0 auto;
}
.tab-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 12px;
    text-decoration: none;
    color: #6b7280;
    font-weight: 600;
    font-size: 0.88rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.tab-item:hover { color: #4361ee; background: #fff; }
.tab-item.active {
    background: linear-gradient(135deg, #4361ee, #3a0ca3);
    color: #fff;
    box-shadow: 0 4px 16px rgba(67,97,238,0.25);
}
.tab-item i { font-size: 1.05rem; }

/* Pricing card full */
.pricing-card-full {
    background: #fff;
    border-radius: 24px;
    padding: 0;
    border: 2px solid rgba(0,0,0,0.06);
    overflow: hidden;
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.pricing-card-full:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}
.pricing-card-full.popular {
    border-color: #4361ee;
    box-shadow: 0 16px 60px rgba(67,97,238,0.15);
}
.popular-ribbon {
    background: linear-gradient(135deg, #4361ee, #3a0ca3);
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 0.82rem;
    font-weight: 600;
}
.pf-header {
    padding: 32px 28px 20px;
    text-align: center;
}
.pf-header h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
}
.pf-price { margin-bottom: 4px; }
.pf-currency {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4361ee;
    vertical-align: top;
    margin-right: 2px;
}
.pf-amount {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1;
}
.pf-suffix {
    display: block;
    font-size: 0.82rem;
    color: #9ca3af;
    margin-top: 6px;
}
.pf-desc {
    padding: 0 28px;
    color: #6b7280;
    font-size: 0.88rem;
    text-align: center;
    margin-bottom: 20px;
}
.pf-features {
    list-style: none;
    padding: 0 28px;
    margin: 0 0 24px;
    flex-grow: 1;
}
.pf-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 0.88rem;
    color: #374151;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}
.pf-features li i {
    color: #4361ee;
    font-size: 0.85rem;
    min-width: 18px;
}
.btn-pricing {
    display: block;
    margin: 0 28px 28px;
    padding: 14px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border: 2px solid #e5e7eb;
    color: #374151;
    transition: all 0.3s ease;
    background: transparent;
}
.btn-pricing:hover {
    border-color: #4361ee;
    color: #4361ee;
}
.btn-pricing-primary {
    background: linear-gradient(135deg, #4361ee, #3a0ca3) !important;
    color: #fff !important;
    border-color: transparent !important;
}
.btn-pricing-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(67,97,238,0.35);
    color: #fff !important;
}

/* FAQ */
.faq-item {
    border: none !important;
    margin-bottom: 12px;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.faq-item .accordion-button {
    font-weight: 600;
    font-size: 0.95rem;
    color: #1a1a2e;
    padding: 18px 24px;
    background: #fff;
    border-radius: 12px !important;
}
.faq-item .accordion-button:not(.collapsed) {
    background: #f8f9ff;
    color: #4361ee;
    box-shadow: none;
}
.faq-item .accordion-button::after {
    background-size: 1rem;
}
.faq-item .accordion-body {
    padding: 0 24px 18px;
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 767.98px) {
    .tab-wrapper { gap: 4px; padding: 4px; }
    .tab-item { padding: 10px 14px; font-size: 0.8rem; }
    .tab-item span { display: none; }
    .tab-item i { font-size: 1.2rem; }
    .pf-amount { font-size: 2.5rem; }
}
