/* NKD Age Verify - Overlay Styles */

.nkd-age-overlay {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nkd-age-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.08);
    max-width: 480px;
    width: calc(100% - 40px);
    padding: 40px;
    text-align: center;
    box-sizing: border-box;
}

.nkd-age-brand {
    margin-bottom: 20px;
    line-height: 0;
}

.nkd-age-brand img {
    max-width: 130px;
    height: auto;
}

.nkd-age-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 3px solid #ff5981;
    color: #ff5981;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
}

.nkd-age-heading {
    font-size: 22px;
    font-weight: 700;
    color: #1a0a1b;
    margin: 0 0 12px;
}

.nkd-age-message {
    font-size: 15px;
    line-height: 1.6;
    color: #5c6061;
    margin: 0 0 6px;
}

.nkd-age-question {
    font-size: 15px;
    font-weight: 600;
    color: #1a0a1b;
    margin: 0 0 28px;
}

.nkd-age-btn {
    display: block;
    width: 100%;
    height: 52px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
    box-sizing: border-box;
}

.nkd-age-btn:active {
    transform: scale(0.98);
}

.nkd-age-btn-yes {
    background: #ff5981;
    color: #ffffff;
    border: 2px solid #ff5981;
    margin-bottom: 12px;
}

.nkd-age-btn-yes:hover {
    background: #e8456e;
    border-color: #e8456e;
}

.nkd-age-btn-no {
    background: transparent;
    color: #5c6061;
    border: 2px solid #d0d3d4;
    margin-bottom: 24px;
}

.nkd-age-btn-no:hover {
    border-color: #5c6061;
    color: #1a0a1b;
}

.nkd-age-disclaimer {
    font-size: 12px;
    line-height: 1.5;
    color: #5c6061;
    margin: 0;
}

/* Rejected state */
.nkd-age-rejected .nkd-age-message {
    font-size: 16px;
    color: #1a0a1b;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 480px) {
    .nkd-age-card {
        padding: 32px 24px;
    }

    .nkd-age-heading {
        font-size: 20px;
    }

    .nkd-age-message,
    .nkd-age-question {
        font-size: 14px;
    }

    .nkd-age-btn {
        font-size: 14px;
        height: 48px;
    }
}
