.bonus-row {
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15rem 3rem;
    margin-top: 3rem;
}
.bonus-card-wrap {
    position: relative;
    width: 100%;
    max-width: 260px;
    display: flex;
    justify-content: center;
    --bg-visible: 0;
    --bg-hide: 0;
}
.bonus-card {
    --accent-rgb: 241,174,53;
    transition: border 
	linear .9s;
    width: 100%;
    min-width: 270px;
    min-height: 370px;
    position: relative;
    border-radius: 18px;
    padding: 0 25px;
    box-shadow: 0 0 10px 0 #00000040;
    border-bottom: 4px solid rgb(var(--accent-rgb));
    background: #141721;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    z-index: 2;
    box-shadow: inset 0px 0px 0px 1px rgb(255 255 255 / 3%);
	
}
.bonus-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: -120px;
    height: 150%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    opacity: 0;
    transform: translateY(135px) scale(0.9);
    pointer-events: none;
    z-index: 1;
}
.bonus-bg img {
    width: 140%;
    max-width: 250px;
    filter: drop-shadow(0 10px 25px rgba(0,0,0,.6));
    object-fit: contain;
}
.bonus-card-wrap--reveal .bonus-bg {
    opacity: calc(var(--bg-visible, 0.25) * (1 - var(--bg-hide, 0)));
    transform:
        translateY(calc((1 - var(--bg-visible, 0)) * 150px + var(--bg-hide, 0) * 160px))
        scale(calc(0.8 + var(--bg-visible, 0) * 0.2 - var(--bg-hide, 0) * 0.15));
    transition: opacity 1s ease, transform 1s ease;
}
.bonus-logo-new {
    z-index: 2;
    max-width: 200px;
    height: 100px;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bonus-logo-new img {
    max-height: 90px;
    width: auto;
    object-fit: contain;
	max-width: 200px;
}
.bonus-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 10%,
        rgba(var(--accent-rgb), 0.15) 50%,
        transparent 90%
    );
    z-index: 2;
    margin-bottom: 10px;
}
.bonus-code-title {
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    text-align: center;
    font-size: 10px;
    color: rgb(var(--accent-rgb));
    letter-spacing: 3px;
    font-weight: 700;
    z-index: 2;
    margin-bottom: 5px;
}
.bonus-code {
    background: rgba(255, 255, 255, 0.1);
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
	border: 1px;
    border-style: dashed;
    border-color: #ffffff30;
}
.bonus-code span {
    text-align: center;
    width: 100%;
}
.bonus-code {
    position: relative;
}
.bonus-code-copy {
    border: none;
    background: transparent;
    color: #77787c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    cursor: pointer;
    padding: .15rem;
    transition: color .2s ease;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.bonus-code-copy:hover {
    color: #fff;
}
.bonus-copy-toast {
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 20px);
    background: rgba(8, 10, 18, 0.95);
    color: #f4f8ff;
    padding: .65rem 1.25rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    box-shadow: 0 8px 30px rgba(0,0,0,0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease, transform .3s ease;
    z-index: 9999;
}
.bonus-copy-toast.show {
    opacity: 1;
    transform: translate(-50%, 0);
}
.bonus-title {
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 1rem;
    margin-bottom: .65rem;
    position: relative;
    z-index: 2;
}
.bonus-bonus {
	height: 108px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.bonus-text {
    z-index: 2;
    color: #b1b1b1;
    font-weight: 400;
    padding: 10px;
    line-height: 1.85;
    font-size: 12px;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-radius: 1rem;
    background: rgba(0, 0, 0, 0.2);
}
.bonus-text i.fa-gift {
    color: rgb(var(--accent-rgb));
    margin-right: .35rem;
}
.bonus-text a {
    color: #fff;
    text-decoration: underline;
}
.bonus-claim {
    background-color: rgb(var(--accent-rgb));
    color: #fff;
	border: none;
	text-shadow: 0px 1px black;
	transition: background 0.4s linear;
	margin: 10px auto;
	padding: 7px 20px;
	text-align: center;
	font-size: 14px;
	border-radius: .7rem;
	z-index: 999;
	text-decoration: none;
	display: inline-block;
	font-family: 'Poppins';
	font-weight: 800;
    z-index: 2;
}
.bonus-claim:hover {
    filter: brightness(1.15);
}
.bonus-gradient {
        width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(var(--accent-rgb), 0.18), #0c0d1321 100%);
    position: absolute;
    inset: 0;
    z-index: 0;
   
}
.bonus-empty {
    margin-top: 3rem;
    text-align: center;
    color: #b1b1b1;
    font-size: 1.2rem;
}
@media (max-width: 768px) {
    .bonus-row {
        justify-content: center;
    }
    .bonus-card {
        max-width: 320px;
        width: 100%;
    }
}
