html, body {
    background-color: transparent;
    color: #000;
}

#particles-js {
    background: #f5f2f2;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.showHidePsswdIcon, .showHidePsswdCfmIcon {
    color: #ccc !important;
    right: -18px !important;
}

.anim-progress {
    display: none;
}

[data-anim-progress="on"] > .anim-progress {
    display: inline-block;
}

[data-anim-progress="on"] > .anim-label {
    display: none;
}

.form-control.is-valid, .was-validated .form-control:valid,
.form-control.is-valid, .was-validated .form-control:focus,
.form-control.is-valid, .was-validated .form-control:focus-visible {
    border-color: #198754 !important;
}

.iti--allow-dropdown ~ .invalid-feedback {
    display: block;
}

.iti__flag-container {
    background: transparent;
    border: none;
    border-radius: 12px 0 0 12px;
}

.iti {
    width: 100%;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
    padding: 1rem 0.75rem 1rem 3.5rem;
}

.invalid-feedback {
    color: #d9534f;
    font-size: .975rem;
}

.btn-action {
    color: #fff;
    background: linear-gradient(351deg, #0d05af 9.05%, #534ef6 79.28%);
}

.btn-action:hover {
    color: #fff;
    filter: brightness(1.15);
}

.btn-alt {
    color: #000000;
    background: linear-gradient(351deg, #ddffff 9.05%, #95dad7 79.28%);
}

.btn-alt:hover {
    color: #000000;
    filter: brightness(1.15);
}

.hero h1 {
    font-weight: 700;
    color: #131516;
}

.hero .lead {
    color: #444;
}

.hero-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.hero-list li {
    font-size: 1.15rem;
    font-weight: 600;
    color: #131516;
    margin-bottom: 0.35rem;
}

.hero-list li::before {
    content: "\f058";
    font-family: FontAwesome, sans-serif;
    color: #534ef6;
    margin-right: 0.6rem;
}

.receive-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.75rem 2rem;
    box-shadow: 0 8px 24px rgba(19, 21, 22, 0.08);
}

.badge-pill {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(351deg, #0d05af 9.05%, #534ef6 79.28%);
}

.badge-pill.badge-light {
    color: #0d05af;
    background: #fff;
}

.section-title {
    font-weight: 700;
    color: #131516;
}

.feature-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(19, 21, 22, 0.08);
}

.feature-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.feature-body {
    padding: 1.5rem 1.75rem 1.75rem;
}

.feature-body h3 {
    font-weight: 700;
    font-size: 1.35rem;
}

.check-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
}

.check-list li {
    padding-left: 1.75rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.check-list li::before {
    content: "\f00c";
    font-family: FontAwesome, sans-serif;
    position: absolute;
    left: 0;
    color: #534ef6;
}

.learn-more {
    color: #0d05af;
    font-weight: 600;
    text-decoration: none;
}

.learn-more:hover {
    color: #534ef6;
}

.promo-banner {
    border-radius: 16px;
    padding: 3rem 1.5rem;
    background: linear-gradient(351deg, #0d05af 9.05%, #534ef6 79.28%);
    box-shadow: 0 8px 24px rgba(13, 5, 175, 0.25);
}

.promo-title {
    font-size: 2.75rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.check-list-light li {
    color: rgba(255, 255, 255, 0.92);
}

.check-list-light li::before {
    color: #fff;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.85);
}

.promo-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 12px;
    padding: 1.5rem 1rem;
}

.promo-percent {
    font-size: 2.25rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}

.promo-method {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    margin-top: 0.5rem;
}

.upgrade-note {
    background: #f6f5ff;
    border: 1px solid #dedcfb;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
}

.signup-card {
    background: #fff;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    box-shadow: 0 8px 24px rgba(19, 21, 22, 0.08);
}

.sectionHead {
    font-weight: 700;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5rem;
    margin-bottom: 1.25rem;
}

@media (max-width: 767.98px) {
    .feature-img {
        height: 180px;
    }

    .signup-card {
        padding: 1.75rem 1.25rem;
    }

    .promo-title {
        font-size: 1.85rem;
    }
}
