.cks-footer-global-02a5a384 {
    background-color: #f9f7f5;
    color: #4A4A4A;
    padding: 60px 20px 20px;
    font-family: 'Roboto', sans-serif;
    border-top: 5px solid #E8A0A8; /* Theme Primary Color */
    position: relative;
    z-index: 10;
}
.cks-footer-global-02a5a384 .cks-footer-container {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}
.cks-footer-global-02a5a384 .cks-footer-col {
    flex: 1;
    min-width: 250px;
}
.cks-footer-global-02a5a384 .cks-footer-title {
    color: #8FA898; /* Theme Secondary Color */
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.cks-footer-global-02a5a384 .cks-footer-text {
    line-height: 1.6;
    font-size: 0.95rem;
}
.cks-footer-global-02a5a384 .cks-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cks-footer-global-02a5a384 .cks-footer-links li {
    margin-bottom: 12px;
}
.cks-footer-global-02a5a384 .cks-footer-links a {
    color: #4A4A4A;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 500;
}
.cks-footer-global-02a5a384 .cks-footer-links a:hover {
    color: #E8A0A8;
}
.cks-footer-global-02a5a384 .cks-footer-btn {
    display: inline-block;
    background-color: #4a90e2; /* Maiia typical blue or theme accent */
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 15px;
    transition: background-color 0.3s, transform 0.3s;
    box-shadow: 0 4px 16px rgba(74, 144, 226, 0.3);
}
.cks-footer-global-02a5a384 .cks-footer-btn:hover {
    background-color: #357abd;
    color: #fff;
    transform: translateY(-2px);
}
.cks-footer-global-02a5a384 .cks-footer-bottom {
    text-align: center;
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #e0ddd9;
    font-size: 0.85rem;
    color: #7a7a7a;
}