.fontypo-download-box {
    background: #0d0d0d;
    border: 1px solid #1b1b1b;
    border-radius: 28px;
    padding: 34px;
    margin-top: 40px;
}

.fontypo-download-box h3 {
    font-size: 30px;
    margin-bottom: 14px;
    color: #ffffff;
}

.fontypo-download-box p {
    color: #9f9f9f;
    line-height: 1.7;
    margin-bottom: 24px;
}

.fontypo-lead-form {
    display: grid;
    gap: 16px;
}

.fontypo-lead-form input {
    width: 100%;
    height: 58px;
    border-radius: 16px;
    border: 1px solid #252525;
    background: #080808;
    color: #ffffff;
    padding: 0 18px;
    font-size: 16px;
    outline: none;
}

.fontypo-lead-form input:focus {
    border-color: #d7ff00;
}

.fontypo-lead-form button {
    height: 60px;
    border: none;
    border-radius: 16px;
    background: #d7ff00;
    color: #000000;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    transition: 0.3s;
}

.fontypo-lead-form button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(215,255,0,0.22);
}

.fontypo-form-message {
    margin-top: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.fontypo-form-message.success {
    color: #d7ff00;
}

.fontypo-form-message.error {
    color: #ff4d4d;
}