.pf-footer.sentioo-site-footer {
    width: 100%;
    margin-top: 0;
    padding: 50px clamp(40px, 10vw, 200px) 28px;
    background: #f5f9ff;
    color: #1c1c1c;
}

.pf-footer-container {
    width: 100%;
    max-width: 1536px;
    margin-inline: auto;
}

.pf-footer-logo {
    padding-bottom: 24px;
}

.pf-footer-logo a {
    display: inline-flex;
    align-items: center;
    color: #1c1c1c;
}

.pf-footer-logo-img {
    display: block;
    width: 146px;
    height: 60px;
    object-fit: contain;
    object-position: left center;
}

.pf-footer-brand-name {
    max-width: 360px;
    overflow: hidden;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pf-footer-content {
    padding-bottom: 24px;
}

.pf-footer-grid {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.pf-footer-info {
    width: 25%;
    min-width: 220px;
}

.pf-footer-info-text {
    max-width: 340px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

.pf-footer-info-text p {
    margin: 0;
}

.pf-footer-company {
    font-size: 18px;
    font-weight: 600;
}

.pf-footer-address,
.pf-footer-identifier {
    margin-top: 8px !important;
}

.pf-footer-description {
    margin-top: 12px !important;
}

.pf-footer-rich-text p {
    margin: 0 0 8px;
}

.pf-footer-rich-text p:last-child {
    margin-bottom: 0;
}

.pf-footer-rich-text ul,
.pf-footer-rich-text ol {
    margin: 8px 0;
    padding-left: 1.25rem;
}

.pf-footer-rich-text a {
    color: var(--brand, #2191df);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pf-footer-contact {
    display: block;
    margin-top: 6px;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
}

.pf-footer-contact:hover {
    color: var(--brand, #2191df);
}

.pf-footer-text-block {
    margin: 0;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 1.65;
}

.pf-footer-categories {
    display: grid;
    flex: 1;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 32px;
}

.pf-footer-heading {
    margin: 0 0 12px;
    color: #111827;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.pf-footer-links {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
    list-style: none;
}

.pf-footer-link {
    color: inherit;
    transition: color 0.18s ease;
}

.pf-footer-link:hover {
    color: var(--brand, #2191df);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pf-footer-divider {
    margin-top: 16px;
    border-top: 1px solid #e5e7eb;
}

.pf-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-block: 16px;
}

.pf-footer-copyright,
.pf-footer-powered {
    color: #667085;
    font-size: 14px;
}

.pf-footer-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pf-social-link {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid color-mix(in srgb, var(--brand, #2191df) 18%, #dfe3e8);
    border-radius: 50%;
    background: color-mix(in srgb, var(--brand, #2191df) 8%, #fff);
    color: var(--brand, #2191df);
    font-size: 13px;
    font-weight: 600;
}

.pf-social-link:hover,
.pf-social-link:focus-visible {
    border-color: var(--brand, #2191df);
    background: color-mix(in srgb, var(--brand, #2191df) 15%, #fff);
}

.pf-social-icon {
    display: inline-grid;
    width: 20px;
    height: 20px;
    place-items: center;
    color: currentColor;
    font-size: 18px;
    line-height: 1;
}

.pf-footer-powered {
    border-top: 1px solid #e5e7eb;
    padding-top: 20px;
    text-align: center;
}

.pf-footer-powered a {
    color: var(--brand, #2191df);
    font-weight: 600;
}

@media (max-width: 1100px) {
    .pf-footer.sentioo-site-footer {
        padding-inline: 60px;
    }

    .pf-footer-info {
        width: 34%;
    }
}

@media (max-width: 768px) {
    .pf-footer.sentioo-site-footer {
        padding: 40px;
    }

    .pf-footer-grid {
        flex-direction: column;
    }

    .pf-footer-info {
        width: 100%;
        min-width: 0;
    }

    .pf-footer-categories {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .pf-footer.sentioo-site-footer {
        padding: 32px 24px 24px;
    }

    .pf-footer-logo-img {
        width: 120px;
        height: 50px;
    }

    .pf-footer-categories {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .pf-footer-bottom {
        flex-direction: column;
        gap: 12px;
    }

    .pf-footer-copyright {
        text-align: center;
    }
}
