﻿/* Ana Kapsayıcı */
.fees-premium-wrapper {
    overflow-x: hidden;
    min-height: 70vh;
}

/* ==================================
   FORMÜL KARTLARI
   ================================== */
.formula-card {
    border: 1px solid rgba(20, 32, 51, 0.08);
    border-radius: 8px !important;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

    .formula-card:hover {
        transform: translateY(-3px);
        border-color: rgba(26, 76, 107, 0.16);
        box-shadow: 0 16px 36px rgba(20, 32, 51, 0.08) !important;
    }

.watermark-math {
    position: absolute;
    right: -10px;
    bottom: -20px;
    font-size: 140px;
    color: rgba(0, 0, 0, 0.02);
    z-index: 1;
    transform: rotate(15deg);
    transition: transform 0.24s ease, color 0.24s ease;
    user-select: none;
}

.formula-card:hover .watermark-math {
    transform: rotate(0deg) translateY(-2px);
    color: rgba(0, 0, 0, 0.04);
}

/* ==================================
   PREMIUM DATA TABLE
   ================================== */
.premium-table {
    border-collapse: separate;
    border-spacing: 0 10px;
    margin-bottom: 0;
}

    .premium-table thead th {
        border-bottom: none;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0;
        color: #6c757d;
        font-weight: 700;
        padding-bottom: 15px;
    }

    .premium-table tbody tr {
        background-color: #f8f9fa; /* Hafif gri arkaplan */
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

        /* Tablo Köşe Yuvarlatmaları */
        .premium-table tbody tr td:first-child {
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        .premium-table tbody tr td:last-child {
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        }

    .premium-table tbody td {
        border: none;
        padding: 20px 10px;
        vertical-align: middle;
    }

    .premium-table tbody tr:hover {
        transform: translateY(-1px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        background-color: #ffffff;
        border: 1px solid rgba(0,0,0,0.05);
    }

.fees-hero .icon-circle {
    background: linear-gradient(135deg, rgba(31, 164, 99, 0.1), rgba(16, 155, 215, 0.08)) !important;
    border-color: rgba(31, 164, 99, 0.14);
}

/* Tablo İçi İkon Kutuları */
.icon-box-sm {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* Yardımcı Renkler */
.bg-success-subtle {
    background-color: rgba(40, 167, 69, 0.1) !important;
}

.bg-danger-subtle {
    background-color: rgba(220, 53, 69, 0.1) !important;
}

.bg-warning-subtle {
    background-color: rgba(255, 193, 7, 0.15) !important;
}

.bg-info-subtle {
    background-color: rgba(13, 202, 240, 0.1) !important;
}

.bg-primary-subtle {
    background-color: rgba(13, 110, 253, 0.1) !important;
}

.tracking-wider {
    letter-spacing: 0;
}

.z-index-2 {
    z-index: 2;
}
