﻿#sol-panel {
    padding: 2.5rem 2rem 4rem 0;
}

#sag-panel-wrapper {
    padding: 2.5rem 2rem 4rem 0;
}

#sag-karti {
    position: sticky;
    top: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0,0,0,.10);
    background: #fff;
    overflow: hidden;
}

.stat-card {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 14px;
    padding: 1.4rem .5rem 1.2rem;
    text-align: center;
    box-shadow: 0 4px 16px rgba(13,20,40,0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .stat-card .stat-icon {
        font-size: 1.6rem;
        color: #1251e8;
        margin-bottom: .5rem;
        line-height: 1;
    }

    .stat-card .stat-number {
        font-size: 1.55rem;
        font-weight: 800;
        color: #0e1736;
        line-height: 1.1;
    }

    .stat-card .stat-label {
        font-size: .78rem;
        color: #9ca3af;
        margin-top: .2rem;
    }

.on-kosul-kart {
    background: #fff;
    border: 1px solid #e4e6ef;
    border-radius: .75rem;
    padding: 1.25rem;
}

    .on-kosul-kart h6 {
        font-weight: 700;
        margin-bottom: .35rem;
    }

.section-title {
    font-size: 1.6rem;
    font-weight: 800;
}

.hero-title {
    font-size: 2.8rem;
    line-height: 1.05;
    font-weight: 700;
    color: #0e1736;
}

.hero-subtitle {
    color: #000080;
    font-weight: 700;
    display: inline-block;
    margin-bottom: .5rem;
}

.btn-custom {
    height: 60px;
    background: #1a1a7e !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    font-weight: 600;
    padding: .65rem 1.6rem !important;
    letter-spacing: .01em;
    box-shadow: 0 6px 18px rgba(26,26,126,0.18);
    transition: transform 220ms cubic-bezier(.2,.9,.2,1), box-shadow 220ms cubic-bezier(.2,.9,.2,1), background 220ms ease;
}

    .btn-custom:hover {
        background: #13136a !important;
        transform: translateY(-4px) scale(1.01);
        box-shadow: 0 16px 36px rgba(26,26,126,0.24);
        color: #fff !important;
    }

    .btn-custom:active {
        background: #0d0d55 !important;
        transform: translateY(-1px) scale(.995);
        box-shadow: 0 8px 20px rgba(26,26,126,0.16);
    }

    .btn-custom:focus {
        outline: none;
        box-shadow: 0 0 0 5px rgba(26,26,126,0.15);
    }

.price-card {
    border-radius: 20px;
    padding: 24px;
    background: #f8f9fa;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.badge-custom {
    background: #f3d9b1;
    color: #8a5a00;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.price-main {
    font-size: 42px;
    font-weight: 700;
    color: #0f172a;
}

.price-old {
    text-decoration: line-through;
    color: #6c757d;
    font-size: 18px;
}

.discount-badge {
    background: #d1fae5;
    color: #065f46;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 10px;
    font-size: 14px;
}

.btn-buy {
    background-color: #2b2f8f;
    color: white;
    border-radius: 14px;
    padding: 14px;
    font-weight: 600;
    font-size: 18px;
}

    .btn-buy:hover {
        background-color: #1f2370;
    }
