.logo {
    position: absolute;
    left: 63px;
    top: 7px;
    width: 268px;
    height: 138px;
    object-fit: contain;
    z-index: 3;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.45));
    animation: logoFloat 5s ease-in-out infinite;
}

.hero {
    position: absolute;
    left: 0;
    top: 462px;
    width: 267px;
    height: 390px;
    overflow: hidden;
    z-index: 4;
    pointer-events: none;
}

.hero-img {
    position: absolute;
    left: -45.8px;
    top: 10px;
    width: 358.6px;
    height: 686px;
    max-width: none;
    object-fit: contain;
}

.btn {
    position: relative;
    display: inline-grid;
    place-items: center;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.18s ease, filter 0.18s ease;
}

.btn .btn-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
    filter: drop-shadow(0 6px 16px var(--color-purple-glow));
}

.btn .btn-label {
    position: relative;
    z-index: 2;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background: var(--silver-grad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #ffffff84;
    color: transparent;
    pointer-events: none;
}

.btn:not(:disabled):hover {
    transform: scale(1.035);
    filter: brightness(1.06);
}

.btn:not(:disabled):active {
    transform: scale(0.97);
}

.btn:disabled {
    cursor: default;
    filter: saturate(0.85) brightness(0.92);
}

.btn--spin {
    position: absolute;
    left: 28px;
    top: 671px;
    width: 336px;
    height: 98px;
    z-index: 5;
    animation: btnBreath 2.6s ease-in-out infinite;
}

.btn--spin .btn-label {
    font-size: 36px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    text-shadow: var(--shadow-spin);
}

.btn--claim {
    width: 235.583px;
    height: 68.712px;
    animation: btnBreath 2.6s ease-in-out infinite;
}

.btn--claim .btn-label {
    font-size: 18px;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    text-shadow: var(--shadow-claim);
}
