/* Hizmet Yenileme Tarifesi */
:root {
    --proda-primary: #0052ff;
    --proda-secondary: #ff7a00;
    --proda-ink: #0f172a;
    --proda-muted: #64748b;
    --proda-border: #e5e7eb;
    --proda-soft: #f8fafc;
}

.tarife-wrap {
    margin: 1.5rem auto 3rem;
}

.tarife-hero {
    background: radial-gradient(1100px 520px at 10% -10%, rgba(0, 82, 255, 0.14), transparent 55%),
        radial-gradient(900px 420px at 90% 0%, rgba(255, 122, 0, 0.12), transparent 55%),
        #fff;
    border: 1px solid var(--proda-border);
    border-radius: 22px;
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.tarife-hero-inner {
    padding: 1.35rem 1.35rem;
}

.tarife-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(0, 82, 255, 0.08);
    border: 1px solid rgba(0, 82, 255, 0.16);
    color: var(--proda-ink);
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.tarife-title {
    margin: 0.85rem 0 0.35rem;
    font-weight: 950;
    letter-spacing: -0.02em;
    color: var(--proda-ink);
    font-size: 1.6rem;
}

.tarife-lead {
    margin: 0;
    color: var(--proda-muted);
    font-size: 0.98rem;
    max-width: 980px;
}

.tarife-badges {
    margin-top: 0.95rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tarife-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: var(--proda-ink);
    font-weight: 800;
    font-size: 0.8rem;
}

.tarife-badge.primary {
    background: rgba(0, 82, 255, 0.08);
    border-color: rgba(0, 82, 255, 0.20);
    color: var(--proda-primary);
}

.tarife-content {
    padding: 1.25rem 1.35rem 1.35rem;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.55), rgba(255, 255, 255, 0.0));
}

.tarife-content p {
    color: #334155;
    line-height: 1.75;
    margin-bottom: 0.9rem;
}

.tarife-content p strong {
    color: var(--proda-ink);
}

.tarife-divider {
    height: 1px;
    background: rgba(15, 23, 42, 0.08);
    margin: 1rem 0 1.1rem;
}

.tarife-section-title {
    font-weight: 950;
    color: var(--proda-ink);
    letter-spacing: -0.01em;
    margin: 0 0 0.6rem;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.tarife-section-title i {
    width: 36px;
    height: 36px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--proda-primary), var(--proda-secondary));
    box-shadow: 0 12px 26px rgba(37, 99, 235, 0.22);
    font-size: 0.95rem;
}

.tarife-table {
    border: 1px solid var(--proda-border);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
    background: #fff;
}

.tarife-table .table {
    margin: 0;
}

.tarife-table .table thead th {
    background: #f8fafc;
    border-bottom: 1px solid var(--proda-border);
    color: var(--proda-ink);
    font-weight: 900;
}

.tarife-table .table td,
.tarife-table .table th {
    padding: 0.85rem 0.95rem;
    vertical-align: middle;
}

.tarife-table .table tbody tr:hover {
    background: rgba(0, 82, 255, 0.03);
}

.tarife-price {
    white-space: nowrap;
    text-align: right;
    font-weight: 900;
    color: var(--proda-ink);
}

.tarife-note {
    color: #64748b;
    font-size: 0.88rem;
    margin-top: 0.65rem;
}

.tarife-footer {
    margin-top: 1.1rem;
    padding-top: 1rem;
    border-top: 1px dashed rgba(15, 23, 42, 0.14);
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: center;
    justify-content: space-between;
}

.tarife-footer .muted {
    color: #64748b;
    font-size: 0.92rem;
}

.tarife-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.75rem 1rem;
    border-radius: 14px;
    background: rgba(0, 82, 255, 0.08);
    border: 1px solid rgba(0, 82, 255, 0.22);
    color: var(--proda-primary);
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

.tarife-cta:hover {
    transform: translateY(-1px);
    background: rgba(0, 82, 255, 0.12);
    border-color: rgba(0, 82, 255, 0.35);
    color: var(--proda-primary);
}

/* Accordion görünümü */
/* Önceki fiyat güncelleme duyuruları */
.tarife-ann {
    margin-top: 1.35rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.tarife-ann .ann-title {
    font-weight: 950;
    color: var(--proda-ink);
    letter-spacing: -0.01em;
    margin: 0 0 0.65rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.05rem;
}

.tarife-ann .ann-title i {
    width: 34px;
    height: 34px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--proda-primary), var(--proda-secondary));
    box-shadow: 0 12px 26px rgba(37, 99, 235, 0.22);
    font-size: 0.9rem;
}

.tarife-ann .list-group-item {
    border-color: rgba(15, 23, 42, 0.08);
    padding: 0.9rem 1rem;
}

.tarife-ann .list-group-item a {
    text-decoration: none;
    color: var(--proda-ink);
    font-weight: 850;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.tarife-ann .list-group-item a:hover {
    color: var(--proda-primary);
}

.tarife-ann .ann-time {
    font-weight: 700;
    color: #64748b;
    font-size: 0.85rem;
    white-space: nowrap;
}

.tarife-ann .ann-sub {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0 0 0.75rem;
}
.tarife-accordion .accordion-item {
    border: 1px solid var(--proda-border);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
    margin-bottom: 0.9rem;
    background: #fff;
}

.tarife-accordion .accordion-button {
    font-weight: 950;
    color: var(--proda-ink);
    background: #fff;
    padding: 1rem 1.05rem;
}

.tarife-accordion .accordion-button:not(.collapsed) {
    background: rgba(0, 82, 255, 0.04);
    color: var(--proda-ink);
    box-shadow: none;
}

.tarife-accordion .accordion-body {
    padding: 0.95rem 1.05rem 1.05rem;
    background: #fff;
}

.tarife-accordion .accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 82, 255, 0.18);
    border-color: rgba(0, 82, 255, 0.35);
}

@media (max-width: 576px) {
    .tarife-title {
        font-size: 1.35rem;
    }
    .tarife-hero-inner {
        padding: 1.1rem;
    }
    .tarife-content {
        padding: 1rem 1.1rem 1.15rem;
    }
    .tarife-price {
        text-align: left;
    }
}