#lighty-dev-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    font-family: "DM Sans", sans-serif;
}
#lighty-dev-box {
    background: #fff;
    border-radius: 20px;
    padding: 32px 28px;
    max-width: 420px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
#lighty-dev-box h2 {
    font-family: "DM Serif Display", serif;
    font-size: 26px;
    margin-bottom: 10px;
}
#lighty-dev-box p {
    font-size: 14px;
    color: #6b6760;
    margin-bottom: 22px;
    line-height: 1.6;
}
#lighty-dev-btn {
    background: #1a1814;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 12px 26px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
}
#lighty-dev-btn:hover {
    background: #333;
}
