.rtp-deposit-slot-section {
    position: relative;
    overflow: hidden;
    padding: 90px 20px;
    background:
        radial-gradient(circle at 14% 18%, rgba(56, 189, 248, 0.25), transparent 32%),
        radial-gradient(circle at 86% 78%, rgba(37, 99, 235, 0.30), transparent 34%),
        linear-gradient(135deg, #020617 0%, #07172f 45%, #0b2f66 100%);
    color: #ffffff;
}

.rtp-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: 44px 44px;
    opacity: 0.34;
    pointer-events: none;
}

.rtp-deposit-slot-section::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -190px;
    top: -160px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.17);
    filter: blur(28px);
    pointer-events: none;
}

.rtp-deposit-slot-container {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
}

.rtp-deposit-slot-heading {
    max-width: 850px;
    margin: 0 auto 46px;
    text-align: center;
}

.rtp-deposit-slot-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 9px 18px;
    border-radius: 999px;
    border: 1px solid rgba(125, 211, 252, 0.38);
    background: rgba(14, 165, 233, 0.12);
    color: #7dd3fc;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rtp-deposit-slot-heading h2 {
    margin: 0 0 18px;
    color: #f8fafc;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.12;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.rtp-deposit-slot-heading p {
    margin: 0;
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.8;
}

.rtp-deposit-slot-wrapper {
    display: grid;
    grid-template-columns: 0.9fr 1.55fr;
    gap: 24px;
    align-items: stretch;
}

.rtp-deposit-slot-main,
.rtp-deposit-slot-card,
.rtp-deposit-slot-info {
    border: 1px solid rgba(148, 163, 184, 0.22);
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.80), rgba(15, 23, 42, 0.54)),
        rgba(255, 255, 255, 0.045);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(14px);
}

.rtp-deposit-slot-main {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border-radius: 30px;
}

.rtp-deposit-slot-main::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: -1;
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.32), transparent 36%),
        radial-gradient(circle at bottom left, rgba(37, 99, 235, 0.22), transparent 40%);
}

.rtp-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: 900;
}

.rtp-deposit-slot-meter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 142px;
    height: 142px;
    margin-bottom: 24px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, rgba(15, 23, 42, 0.98) 0 54%, transparent 55%),
        conic-gradient(#38bdf8 0 76%, rgba(30, 41, 59, 0.9) 76% 100%);
    border: 1px solid rgba(125, 211, 252, 0.32);
    box-shadow: 0 18px 44px rgba(37, 99, 235, 0.30);
    text-align: center;
}

.rtp-deposit-slot-meter strong {
    color: #ffffff;
    font-size: 38px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.rtp-deposit-slot-meter span {
    margin-top: 6px;
    color: #93c5fd;
    font-size: 12px;
    font-weight: 900;
}

.rtp-deposit-slot-main h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 950;
    letter-spacing: -0.03em;
}

.rtp-deposit-slot-main p {
    margin: 0 0 28px;
    color: #dbeafe;
    font-size: 15px;
    line-height: 1.75;
}

.rtp-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;
}

.rtp-deposit-slot-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.08);
    box-shadow: 0 20px 44px rgba(56, 189, 248, 0.34);
}

.rtp-deposit-slot-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.rtp-deposit-slot-card {
    padding: 24px;
    border-radius: 24px;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.rtp-deposit-slot-card: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);
}

.rtp-deposit-slot-card-top {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.rtp-deposit-slot-provider,
.rtp-deposit-slot-status {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
}

.rtp-deposit-slot-provider {
    background: rgba(14, 165, 233, 0.13);
    border: 1px solid rgba(125, 211, 252, 0.20);
    color: #93c5fd;
}

.rtp-deposit-slot-status {
    background: rgba(37, 99, 235, 0.22);
    border: 1px solid rgba(147, 197, 253, 0.20);
    color: #dbeafe;
}

.rtp-deposit-slot-status.high {
    color: #e0f2fe;
}

.rtp-deposit-slot-status.hot {
    color: #bfdbfe;
}

.rtp-deposit-slot-status.medium {
    color: #bae6fd;
}

.rtp-deposit-slot-card h3 {
    margin: 0 0 14px;
    color: #f8fafc;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 950;
}

.rtp-deposit-slot-bar {
    position: relative;
    width: 100%;
    height: 9px;
    margin-bottom: 14px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(125, 211, 252, 0.12);
}

.rtp-deposit-slot-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2563eb, #38bdf8);
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.35);
}

.rtp-deposit-slot-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.rtp-deposit-slot-meta span {
    color: #93c5fd;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.rtp-deposit-slot-meta strong {
    color: #ffffff;
    font-size: 18px;
    font-weight: 950;
}

.rtp-deposit-slot-card p {
    margin: 0;
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.7;
}

.rtp-deposit-slot-info {
    margin-top: 26px;
    padding: 30px;
    border-radius: 30px;
}

.rtp-deposit-slot-info-head {
    max-width: 820px;
    margin-bottom: 22px;
}

.rtp-deposit-slot-info-head h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 950;
}

.rtp-deposit-slot-info-head p {
    margin: 0;
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.75;
}

.rtp-deposit-slot-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.rtp-deposit-slot-item {
    display: flex;
    gap: 16px;
    padding: 20px;
    border-radius: 22px;
    background: rgba(2, 6, 23, 0.42);
    border: 1px solid rgba(125, 211, 252, 0.14);
}

.rtp-deposit-slot-item span {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: rgba(14, 165, 233, 0.13);
    border: 1px solid rgba(125, 211, 252, 0.20);
    color: #7dd3fc;
    font-size: 16px;
    font-weight: 950;
}

.rtp-deposit-slot-item h4 {
    margin: 0 0 8px;
    color: #f8fafc;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
}

.rtp-deposit-slot-item p {
    margin: 0;
    color: #cbd5e1;
    font-size: 13px;
    line-height: 1.65;
}

@media (max-width: 992px) {
    .rtp-deposit-slot-section {
        padding: 76px 18px;
    }

    .rtp-deposit-slot-wrapper {
        grid-template-columns: 1fr;
    }

    .rtp-deposit-slot-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .rtp-deposit-slot-section {
        padding: 64px 14px;
    }

    .rtp-deposit-slot-heading {
        margin-bottom: 32px;
        text-align: left;
    }

    .rtp-deposit-slot-label {
        font-size: 11px;
    }

    .rtp-deposit-slot-heading h2 {
        font-size: 30px;
        letter-spacing: -0.03em;
    }

    .rtp-deposit-slot-heading p {
        font-size: 14px;
        line-height: 1.75;
    }

    .rtp-deposit-slot-main {
        padding: 26px 20px;
        border-radius: 24px;
    }

    .rtp-deposit-slot-main h3 {
        font-size: 24px;
    }

    .rtp-deposit-slot-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .rtp-deposit-slot-card {
        padding: 20px;
        border-radius: 20px;
    }

    .rtp-deposit-slot-info {
        padding: 20px;
        border-radius: 24px;
    }

    .rtp-deposit-slot-item {
        padding: 18px;
        border-radius: 20px;
    }

    .rtp-deposit-slot-btn {
        width: 100%;
    }
}