.pmt-wrap {
    max-width: 720px;
    margin: auto;
    background: #f4f6f5;
    padding: 25px;
    border-radius: 16px;
    font-family: Arial;
}
.pmt-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.pmt-tab {
    flex: 1;
    padding: 12px;
    text-align: center;
    border-radius: 12px;
    background: #e8e8e8;
    cursor: pointer;
    font-weight: 600;
}
.pmt-tab.active {
    background: #c7f2d5;
}
.pmt-form input,
.pmt-form textarea,
.pmt-form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.pmt-btn {
    background: #000;
    color: #fff;
    padding: 14px;
    width: 100%;
    border: none;
    border-radius: 14px;
    font-size: 16px;
    cursor: pointer;
}
.pmt-footer {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
}
.pmt-footer a {
    text-decoration: none;
    font-weight: 600;
}
.hidden {
    display: none;
}
