.site-footer {
    background: linear-gradient(90deg,#6a0dad,#8a2be2);
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    margin-top: 40px;
}

.site-footer h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 2rem;
}

.site-footer p {
    color: rgba(255,255,255,0.95);
    margin-bottom: 10px;
}

.site-footer a {
    color: #fff;
}

.site-title,
.sp-page-title,
.page-header,
h1.page-title,
.sp-page-title-heading {
    display: none !important;
}


.sp-module {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

.btn,
.sppb-btn,
button {
    background: #6a0dad !important;
    border-color: #6a0dad !important;
    color: #fff !important;
    border-radius: 30px;
    padding: 12px 30px;
}

.btn:hover,
.sppb-btn:hover {
    background: #8a2be2 !important;
}

h2,
h3 {
    color: #6a0dad;
    font-weight: 700;
}


.sp-module {
    margin-top: 20px;
}

#sp-main-body {
    padding-top: 20px;
}

.hero-section {
    background: linear-gradient(135deg, #6a0dad, #8a2be2);
    color: #fff;
    padding: 60px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}


.hero-section h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
}

.hero-section p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.9);
}

a {
    transition: all 0.3s ease;
}

a:hover {
    color: #8a2be2;
}

.sp-module:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.2rem;
    }

    .sp-module {
        padding: 20px;
    }
}

.sp-module .sp-module-title,
.sppb-addon-title,
.module-title {
    background: #ff0000;
    color: #fff !important;
    padding: 12px 20px;
    width: 100%;
    box-sizing: border-box;
}


html, body {
    height: 100%;
    margin: 0;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}

