.sunshine-hero-overlay {
    background: linear-gradient(90deg, rgba(37, 24, 53, 0.84) 0%, rgba(37, 24, 53, 0.58) 50%, rgba(37, 24, 53, 0.22) 100%);
}

.sunshine-card {
    height: 100%;
    border: 1px solid #e9e9e9;
    border-radius: 16px;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.sunshine-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(0,0,0,0.08);
}

.sunshine-path-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(94, 54, 114, 0.10);
    color: #5e3672;
    font-size: 28px;
}

.sunshine-form-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.06);
}

.sunshine-form-box .form-control,
.sunshine-form-box .form-select {
    min-height: 52px;
    border-radius: 10px;
}

.sunshine-form-box textarea.form-control {
    min-height: 140px;
}

.testimonial-quote {
    font-size: 17px;
    line-height: 30px;
}

.brand-strip-box {
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 30px 20px;
    background: #fff;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.03);
}

.hero-button-group .btn {
    margin: 0 12px 12px 0;
}

.btn-sunshine-purple {
    background-color: #5e3672 !important;
    color: #ffffff !important;
    border: 1px solid #5e3672 !important;
}

.btn-sunshine-purple:hover,
.btn-sunshine-purple:focus {
    background-color: #4b2b5b !important;
    color: #ffffff !important;
    border-color: #4b2b5b !important;
}

.sunshine-mini-highlight {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 12px;
    padding: 15px 18px;
    color: #fff;
    height: 100%;
}

.form-alert {
    border-radius: 12px;
    padding: 14px 18px;
    margin-bottom: 20px;
    font-size: 15px;
}

.form-alert-success {
    background: #edf8f1;
    color: #17643a;
    border: 1px solid #cbe9d5;
}

.form-alert-error {
    background: #fff2f2;
    color: #9a2323;
    border: 1px solid #f0caca;
}

.spam-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.certi-section-box {
    background: linear-gradient(135deg, #5e3672 0%, #7a4d92 100%);
    border-radius: 20px;
    padding: 45px 35px;
    color: #ffffff;
    box-shadow: 0 20px 50px rgba(94,54,114,0.18);
}

.certi-logo-wrap {
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.20);
    border-radius: 18px;
    padding: 20px;
    text-align: center;
}

.certi-logo-wrap img {
    max-width: 220px;
    width: 100%;
    height: auto;
}

.certi-benefit {
    background: rgba(255,255,255,0.10);
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 12px;
}

.reg-box {
    display: inline-block;
    margin-top: 20px;
    padding: 16px 20px;
    border-radius: 14px;
    background: #f7f1fb;
    color: #5e3672;
    font-weight: 700;
    line-height: 1.6;
    border: 1px solid #eadcf4;
}

.checker-strip {
    background: #5e3672;
    padding: 28px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.checker-strip-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: inline-block;
}

.checker-strip-text {
    color: rgba(255,255,255,0.88);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.checker-button-wrap .btn {
    margin: 8px;
}

.btn-checker-white {
    background: #ffffff !important;
    color: #5e3672 !important;
    border: 1px solid #ffffff !important;
}

.btn-checker-white:hover,
.btn-checker-white:focus {
    background: #f3ebf7 !important;
    color: #4b2b5b !important;
    border-color: #f3ebf7 !important;
}

.btn-checker-outline {
    background: transparent !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.65) !important;
}

.btn-checker-outline:hover,
.btn-checker-outline:focus {
    background: rgba(255,255,255,0.10) !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

@media (max-width: 767px) {

    .sunshine-form-box {
        padding: 22px;
    }

    .hero-button-group .btn {
        width: 100%;
        margin-right: 0;
    }

    .certi-section-box {
        padding: 30px 22px;
    }

    .checker-button-wrap .btn {
        width: 100%;
        margin: 8px 0;
    }
}