.cf-079fb629-wrapper {
    padding: 60px 40px 20px;
    font-family: inherit;
}
.cf-079fb629-wrapper a {
    text-decoration: none;
    transition: opacity 0.3s ease;
}
.cf-079fb629-wrapper a:hover {
    opacity: 0.8;
}
.cf-079fb629-main {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
}
.cf-079fb629-left {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
}
.cf-079fb629-logo {
    max-width: 150px;
    margin-bottom: 20px;
}
.cf-079fb629-desc {
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 16px;
}
.cf-079fb629-socials {
    display: flex;
    gap: 12px;
}
.cf-079fb629-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 16px;
}
.cf-079fb629-social-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.cf-079fb629-right {
    flex: 2;
    min-width: 300px;
}
.cf-079fb629-heading {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 0;
    color: inherit;
}
.cf-079fb629-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}
.cf-079fb629-col h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: inherit;
}
.cf-079fb629-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cf-079fb629-col ul li {
    margin-bottom: 12px;
}
.cf-079fb629-col ul li a {
    font-size: 15px;
}
.cf-079fb629-btn {
    display: inline-block;
    background-color: #fff;
    color: #5C5A92 !important;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.cf-079fb629-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 14px;
    gap: 20px;
}
.cf-079fb629-legal {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cf-079fb629-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: transform 0.3s ease;
}
.cf-079fb629-whatsapp:hover {
    transform: scale(1.1);
    opacity: 1;
}
.cf-079fb629-whatsapp svg {
    width: 35px;
    height: 35px;
}

@media (max-width: 768px) {
    .cf-079fb629-main {
        flex-direction: column;
    }
    .cf-079fb629-left {
        max-width: 100%;
    }
    .cf-079fb629-bottom {
        flex-direction: column;
        text-align: center;
    }
}
