.min-deposit-slot-section {
    position: relative;
    overflow: hidden;
    padding: 90px 20px;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.28), transparent 34%),
        radial-gradient(circle at bottom right, rgba(56, 189, 248, 0.22), transparent 36%),
        linear-gradient(135deg, #020617 0%, #071833 45%, #0b2a5b 100%);
    color: #ffffff;
}

.min-deposit-slot-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.35;
    pointer-events: none;
}

.min-deposit-slot-section::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -160px;
    top: 80px;
    background: rgba(59, 130, 246, 0.18);
    filter: blur(20px);
    border-radius: 999px;
    pointer-events: none;
}

.min-deposit-slot-container {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
}

.min-deposit-slot-heading {
    max-width: 820px;
    margin: 0 auto 46px;
    text-align: center;
}

.min-deposit-slot-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 9px 18px;
    border: 1px solid rgba(125, 211, 252, 0.38);
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.12);
    color: #7dd3fc;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.min-deposit-slot-heading h2 {
    margin: 0 0 18px;
    color: #f8fafc;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.min-deposit-slot-heading p {
    margin: 0;
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.8;
}

.min-deposit-slot-wrapper {
    display: grid;
    grid-template-columns: 0.92fr 1.35fr;
    gap: 24px;
    align-items: stretch;
}

.min-deposit-slot-card,
.min-deposit-slot-info,
.min-deposit-slot-table {
    border: 1px solid rgba(148, 163, 184, 0.22);
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.78), rgba(15, 23, 42, 0.52)),
        rgba(255, 255, 255, 0.045);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
}

.min-deposit-slot-card.main-card {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 34px;
    border-radius: 30px;
}

.min-deposit-slot-card.main-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.30), transparent 34%),
        radial-gradient(circle at bottom left, rgba(37, 99, 235, 0.22), transparent 42%);
    z-index: -1;
}

.min-deposit-slot-badge {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.25);
    color: #bfdbfe;
    font-size: 13px;
    font-weight: 800;
}

.min-deposit-slot-price {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 18px;
}

.min-deposit-slot-price small {
    margin-top: 12px;
    color: #7dd3fc;
    font-size: 24px;
    font-weight: 800;
}

.min-deposit-slot-price strong {
    color: #ffffff;
    font-size: clamp(48px, 7vw, 76px);
    line-height: 0.95;
    font-weight: 950;
    letter-spacing: -0.07em;
}

.min-deposit-slot-card p {
    margin: 0 0 28px;
    color: #dbeafe;
    font-size: 15px;
    line-height: 1.75;
}

.min-deposit-slot-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #38bdf8, #2563eb);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.38);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.min-deposit-slot-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.08);
    box-shadow: 0 20px 44px rgba(56, 189, 248, 0.34);
}

.min-deposit-slot-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.min-deposit-slot-info {
    padding: 24px;
    border-radius: 24px;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.min-deposit-slot-info:hover {
    transform: translateY(-6px);
    border-color: rgba(125, 211, 252, 0.48);
    background:
        linear-gradient(180deg, rgba(30, 64, 175, 0.42), rgba(15, 23, 42, 0.64)),
        rgba(255, 255, 255, 0.055);
}

.min-deposit-slot-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.22), rgba(37, 99, 235, 0.22));
    border: 1px solid rgba(125, 211, 252, 0.24);
    font-size: 24px;
}

.min-deposit-slot-info h3 {
    margin: 0 0 10px;
    color: #f8fafc;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 900;
}

.min-deposit-slot-info p {
    margin: 0;
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.7;
}

.min-deposit-slot-table {
    margin-top: 26px;
    padding: 28px;
    border-radius: 28px;
}

.min-deposit-slot-table h3 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 900;
}

.min-deposit-slot-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.min-deposit-slot-row {
    min-height: 96px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(2, 6, 23, 0.44);
    border: 1px solid rgba(125, 211, 252, 0.14);
}

.min-deposit-slot-row span {
    display: block;
    margin-bottom: 8px;
    color: #93c5fd;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.min-deposit-slot-row strong {
    display: block;
    color: #f8fafc;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 900;
}

@media (max-width: 992px) {
    .min-deposit-slot-section {
        padding: 76px 18px;
    }

    .min-deposit-slot-wrapper {
        grid-template-columns: 1fr;
    }

    .min-deposit-slot-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .min-deposit-slot-section {
        padding: 64px 14px;
    }

    .min-deposit-slot-heading {
        margin-bottom: 32px;
        text-align: left;
    }

    .min-deposit-slot-label {
        font-size: 11px;
    }

    .min-deposit-slot-heading h2 {
        font-size: 30px;
        letter-spacing: -0.03em;
    }

    .min-deposit-slot-heading p {
        font-size: 14px;
        line-height: 1.75;
    }

    .min-deposit-slot-card.main-card {
        padding: 26px 20px;
        border-radius: 24px;
    }

    .min-deposit-slot-info-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .min-deposit-slot-info {
        padding: 20px;
        border-radius: 20px;
    }

    .min-deposit-slot-table {
        padding: 20px;
        border-radius: 22px;
    }

    .min-deposit-slot-table h3 {
        font-size: 20px;
    }

    .min-deposit-slot-list {
        grid-template-columns: 1fr;
    }

    .min-deposit-slot-row {
        min-height: auto;
        padding: 15px;
    }

    .min-deposit-slot-btn {
        width: 100%;
    }
}