.pv-register-page {
    background: linear-gradient(135deg, #f7fff9 0%, #ffffff 48%, #edf8f2 100%);
}

.pv-register-main {
    min-height: calc(100vh - 86px);
}

.pv-register-form,
.pv-register-summary,
.pv-register-help,
.pv-payment-pending {
    border: 1px solid #dcefe5;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(25, 135, 84, 0.10);
}

.pv-register-form {
    padding: 28px;
}

.pv-form-section {
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid #e5efe9;
}

.pv-form-section:last-of-type {
    border-bottom: 0;
}

.pv-form-section-title {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

.pv-form-section-title span {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #198754;
    color: #ffffff;
    font-weight: 800;
}

.pv-form-section-title h4 {
    margin: 0;
    font-weight: 800;
}

.pv-form-section-title p {
    margin: 3px 0 0;
    color: #6b7280;
}

.pv-register-form .form-control,
.pv-register-form .form-select {
    min-height: 46px;
    border-color: #d9e7df;
}

.pv-register-form .form-control:focus,
.pv-register-form .form-select:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.15);
}

.pv-register-summary,
.pv-register-help {
    padding: 22px;
}

.pv-register-summary h5 {
    font-weight: 800;
}

.pv-register-summary ul {
    margin: 14px 0 0;
    padding-left: 0;
    list-style: none;
}

.pv-register-summary li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
}

.pv-register-summary li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 1px;
    color: #198754;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.pv-register-help p {
    margin-bottom: 0;
    color: #6b7280;
}

.pv-selected-plan {
    padding: 16px;
    border: 1px solid #cfe9da;
    border-radius: 10px;
    background: #f3fbf7;
}

.pv-selected-plan strong {
    color: #11633d;
}

.pv-selected-plan span {
    color: #6b7280;
}

.pv-payment-pending {
    max-width: 620px;
    padding: 38px;
    text-align: center;
}

.pv-payment-pending i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    margin-bottom: 22px;
    border-radius: 50%;
    background: #e7f7ef;
    color: #198754;
    font-size: 2.1rem;
}

.pv-payment-pending h1 {
    font-weight: 900;
}

.pv-payment-pending p {
    color: #6b7280;
}

@media (max-width: 575.98px) {
    .pv-register-form,
    .pv-register-summary,
    .pv-register-help,
    .pv-payment-pending {
        padding: 20px;
    }
}
