.cf-26afdc7e-container {
    width: 100%;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.cf-26afdc7e-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1.8fr;
    gap: 40px;
    align-items: start;
    width: 100%;
}

.cf-26afdc7e-col {
    display: flex;
    flex-direction: column;
}

/* Col Brand Logo */
.cf-26afdc7e-logo-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.cf-26afdc7e-logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    width: 48px;
    height: 48px;
    font-size: 24px;
}

.cf-26afdc7e-logo-icon svg {
    width: 24px;
    height: 24px;
}

.cf-26afdc7e-logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cf-26afdc7e-logo-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
}

.cf-26afdc7e-logo-subtitle {
    font-size: 9px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 4px;
    opacity: 0.7;
}

.cf-26afdc7e-desc {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Col Titles */
.cf-26afdc7e-col-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}

/* Links List */
.cf-26afdc7e-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cf-26afdc7e-link a {
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

/* Contact List */
.cf-26afdc7e-contact-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cf-26afdc7e-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.cf-26afdc7e-contact-icon {
    font-size: 16px;
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf-26afdc7e-contact-icon svg {
    width: 16px;
    height: 16px;
}

.cf-26afdc7e-contact-info {
    display: flex;
    flex-direction: column;
}

.cf-26afdc7e-contact-main {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.cf-26afdc7e-contact-sub {
    font-size: 12px;
    opacity: 0.8;
    margin-top: 4px;
}

/* Divider & Bottom Section */
.cf-26afdc7e-divider {
    border: 0;
    border-top: 1px solid;
    margin: 60px 0 25px 0;
    opacity: 0.5;
}

.cf-26afdc7e-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

/* Responsive Grid */
@media (max-width: 1024px) {
    .cf-26afdc7e-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .cf-26afdc7e-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .cf-26afdc7e-bottom {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}
