.store-base-body {
    margin: 0;
    min-height: 100vh;
    background: #f7f4ed;
}

.store-base-main {
    width: 100%;
}

.store-waitlist-footer__cta {
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 600;
    font-size: clamp(0.95rem, 0.9rem + 0.4vw, 1.05rem);
    padding: clamp(0.5rem, 1.2vh, 0.75rem) clamp(1rem, 3vw, 1.5rem);
    min-height: var(--tap);
    min-width: clamp(8rem, 35vw, 13rem);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22), 0 2px 6px rgba(0, 0, 0, 0.18);
    transition: all 0.25s ease-in-out;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.store-waitlist-footer__cta:hover,
.store-waitlist-footer__cta:focus-visible {
    background: #212438;
    border-color: #212438;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26), 0 3px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.store-waitlist-footer__cta:active {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.18);
}
