.wpo-footer:has(.practipix-site-footer) {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #071016 !important;
}

.wpo-footer:has(.practipix-site-footer) > .wpo-footer__content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.practipix-footer-row,
.practipix-footer-row > .wpb_column,
.practipix-footer-row > .vc_column_container,
.practipix-footer-row > .wpb_column > .vc_column-inner,
.practipix-footer-row .wpb_wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.practipix-footer-row {
    overflow: visible !important;
}

.practipix-site-footer {
    --pp-footer-bg: #071016;
    --pp-footer-blue: #168fe5;
    --pp-footer-orange: #ff8a13;
    --pp-footer-text: #f3f6f8;
    --pp-footer-muted: #8f9aa3;
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    overflow: hidden;
    isolation: isolate;
    color: var(--pp-footer-text);
    background:
        radial-gradient(circle at 8% 12%, color-mix(in srgb, var(--pp-footer-blue) 15%, transparent), transparent 27%),
        radial-gradient(circle at 92% 82%, color-mix(in srgb, var(--pp-footer-orange) 10%, transparent), transparent 27%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        var(--pp-footer-bg);
    background-size: auto, auto, min(12vw, 172px) 100%, auto;
    font-family: "Barlow", "Montserrat", sans-serif;
}

.practipix-site-footer,
.practipix-site-footer * {
    box-sizing: border-box;
}

.practipix-site-footer__topline {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    height: 3px;
    background: linear-gradient(90deg, var(--pp-footer-blue) 0 36%, #6d6f69 58%, var(--pp-footer-orange) 84%, transparent 100%);
}

.practipix-site-footer__ghost {
    position: absolute;
    right: -0.04em;
    bottom: -0.18em;
    z-index: 0;
    color: rgba(255, 255, 255, 0.018);
    font-family: "Barlow Semi Condensed", "Barlow", sans-serif;
    font-size: clamp(220px, 34vw, 520px);
    font-weight: 700;
    letter-spacing: -0.09em;
    line-height: 0.8;
    pointer-events: none;
    user-select: none;
}

.practipix-site-footer__shell {
    position: relative;
    z-index: 2;
    width: min(1980px, 100%);
    margin: 0 auto;
    padding: clamp(60px, 5.8vw, 88px) clamp(24px, 5vw, 76px) 28px;
}

.practipix-site-footer__lead {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
    align-items: end;
    gap: clamp(54px, 9vw, 148px);
    padding-bottom: clamp(64px, 7vw, 104px);
}

.practipix-site-footer__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 22px !important;
    color: var(--pp-footer-blue) !important;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 0.17em;
    line-height: 1.3 !important;
    text-transform: uppercase;
}

.practipix-site-footer__eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    background: linear-gradient(90deg, var(--pp-footer-blue), var(--pp-footer-orange));
}

.practipix-site-footer__lead h2 {
    max-width: 10.5ch;
    margin: 0 !important;
    color: #f7f9fa !important;
    font-family: "Barlow Semi Condensed", "Barlow", sans-serif !important;
    font-size: clamp(52px, 6.2vw, 94px) !important;
    font-weight: 600 !important;
    hyphens: none;
    letter-spacing: -0.052em;
    line-height: 0.91 !important;
    overflow-wrap: normal;
    text-wrap: balance;
    word-break: normal;
}

.practipix-site-footer__lead-action > p {
    max-width: 500px;
    margin: 0 0 30px !important;
    color: #abb5bc !important;
    font-size: clamp(17px, 1.45vw, 20px) !important;
    line-height: 1.55 !important;
}

.practipix-site-footer__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.practipix-site-footer__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 54px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.practipix-site-footer__actions a:hover,
.practipix-site-footer__actions a:focus-visible {
    color: #fff;
    text-decoration: none;
}

.practipix-site-footer__actions svg,
.practipix-site-footer__menu svg,
.practipix-site-footer__contact svg,
.practipix-site-footer__bottom svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.practipix-site-footer__primary {
    padding: 0 23px;
    border: 1px solid color-mix(in srgb, var(--pp-footer-blue) 72%, white);
    border-radius: var(--pp-action-radius);
    background: var(--pp-footer-blue);
    box-shadow: 0 13px 36px rgba(22, 143, 229, 0.18);
    transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.practipix-site-footer__primary:hover,
.practipix-site-footer__primary:focus-visible {
    border-color: var(--pp-footer-orange);
    background: color-mix(in srgb, var(--pp-footer-blue) 82%, var(--pp-footer-orange));
    transform: translateY(-2px);
}

.practipix-site-footer__secondary {
    position: relative;
    min-height: 42px !important;
}

.practipix-site-footer__secondary::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, var(--pp-footer-blue), var(--pp-footer-orange));
    transform: scaleX(0.3);
    transform-origin: left;
    transition: transform 180ms ease;
}

.practipix-site-footer__secondary:hover::after,
.practipix-site-footer__secondary:focus-visible::after {
    transform: scaleX(1);
}

.practipix-site-footer__directory {
    display: grid;
    grid-template-columns: minmax(230px, 1.4fr) minmax(130px, 0.7fr) minmax(130px, 0.7fr) minmax(260px, 1.2fr);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.practipix-site-footer__brand,
.practipix-site-footer__menu,
.practipix-site-footer__contact {
    min-width: 0;
    padding: clamp(36px, 4vw, 56px) clamp(24px, 3vw, 44px);
}

.practipix-site-footer__brand {
    padding-left: 0;
}

.practipix-site-footer__brand > a {
    display: inline-flex;
    color: #fff;
    text-decoration: none;
}

.practipix-site-footer__brand img {
    display: block;
    width: clamp(164px, 15vw, 200px);
    height: auto;
    object-fit: contain;
}

.practipix-site-footer__fallback-logo {
    color: var(--pp-footer-blue);
    font-family: "Barlow Semi Condensed", "Barlow", sans-serif;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.practipix-site-footer__fallback-logo strong {
    color: var(--pp-footer-orange);
}

.practipix-site-footer__brand > p {
    max-width: 240px;
    margin: 22px 0 26px !important;
    color: #99a4ac !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
}

.practipix-site-footer__status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #bdc5ca;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-transform: uppercase;
}

.practipix-site-footer__status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #35d07f;
    box-shadow: 0 0 0 4px rgba(53, 208, 127, 0.1);
}

.practipix-site-footer__menu h3,
.practipix-site-footer__contact > span {
    display: block;
    margin: 0 0 22px !important;
    color: #7f8b94 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em;
    line-height: 1.3 !important;
    text-transform: uppercase;
}

.practipix-site-footer__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.practipix-site-footer__menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.practipix-site-footer__menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 37px;
    color: #d6dce0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
    transition: color 160ms ease, transform 160ms ease;
}

.practipix-site-footer__menu a svg {
    width: 14px;
    opacity: 0;
    transform: translateX(-5px);
    transition: opacity 160ms ease, transform 160ms ease;
}

.practipix-site-footer__menu a:hover,
.practipix-site-footer__menu a:focus-visible {
    color: #fff;
    text-decoration: none;
    transform: translateX(3px);
}

.practipix-site-footer__menu a:hover svg,
.practipix-site-footer__menu a:focus-visible svg {
    opacity: 1;
    transform: translateX(0);
}

.practipix-site-footer__contact {
    position: relative;
    background: rgba(255, 255, 255, 0.025);
}

.practipix-site-footer__contact::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 62px;
    height: 2px;
    background: var(--pp-footer-orange);
}

.practipix-site-footer__contact h3 {
    margin: 0 0 13px !important;
    color: #f5f7f8 !important;
    font-family: "Barlow Semi Condensed", "Barlow", sans-serif !important;
    font-size: clamp(26px, 2vw, 32px) !important;
    font-weight: 600 !important;
    letter-spacing: -0.025em;
    line-height: 1 !important;
}

.practipix-site-footer__contact p {
    max-width: 300px;
    margin: 0 0 24px !important;
    color: #929da5 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.practipix-site-footer__contact a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--pp-footer-orange);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.practipix-site-footer__contact a:hover,
.practipix-site-footer__contact a:focus-visible {
    color: #ffad5b;
    text-decoration: none;
}

.practipix-site-footer__contact a svg {
    transition: transform 160ms ease;
}

.practipix-site-footer__contact a:hover svg,
.practipix-site-footer__contact a:focus-visible svg {
    transform: translateX(3px);
}

.practipix-site-footer__bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    min-height: 76px;
}

.practipix-site-footer__bottom p {
    margin: 0 !important;
    color: #7f8991 !important;
    font-size: 12px !important;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.4 !important;
}

.practipix-site-footer__bottom p:nth-child(2) {
    text-align: center;
}

.practipix-site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    align-items: center;
}

.practipix-site-footer__bottom button {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    gap: 9px;
    padding: 8px 0;
    border: 0;
    color: #b9c1c7;
    background: transparent;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.practipix-site-footer__bottom button:hover,
.practipix-site-footer__bottom button:focus-visible {
    color: #fff;
}

.practipix-site-footer .practipix-site-footer__privacy.gdprone-shortcode-button {
    width: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #7f8991;
    background: transparent;
    box-shadow: none;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.4;
    text-decoration: underline;
    text-decoration-color: rgba(22, 143, 229, 0.5);
    text-underline-offset: 4px;
    transform: none;
}

.practipix-site-footer .practipix-site-footer__privacy.gdprone-shortcode-button:hover,
.practipix-site-footer .practipix-site-footer__privacy.gdprone-shortcode-button:focus-visible {
    color: #fff;
    text-decoration-color: var(--pp-footer-orange);
    transform: none;
}

.practipix-site-footer__bottom button svg {
    width: 15px;
    transition: transform 160ms ease;
}

.practipix-site-footer__bottom button:hover svg,
.practipix-site-footer__bottom button:focus-visible svg {
    transform: translateY(-3px);
}

.practipix-site-footer [data-footer-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.practipix-site-footer [data-footer-reveal].is-visible {
    opacity: 1;
    transform: none;
}

.practipix-site-footer__directory[data-footer-reveal] {
    transition-delay: 90ms;
}

.practipix-site-footer__bottom[data-footer-reveal] {
    transition-delay: 160ms;
}

@media (max-width: 980px) {
    .practipix-site-footer__lead {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .practipix-site-footer__lead h2 {
        max-width: 12ch;
    }

    .practipix-site-footer__directory {
        grid-template-columns: 1.2fr 0.8fr 0.8fr;
    }

    .practipix-site-footer__contact {
        grid-column: 1 / -1;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .practipix-site-footer__contact p {
        max-width: 560px;
    }
}

@media (max-width: 680px) {
    .practipix-site-footer__shell {
        padding: 56px 22px 18px;
    }

    .practipix-site-footer__lead {
        padding-bottom: 58px;
    }

    .practipix-site-footer__lead h2 {
        max-width: 9.5ch;
        font-size: clamp(48px, 15vw, 72px) !important;
    }

    .practipix-site-footer__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .practipix-site-footer__primary {
        width: 100%;
    }

    .practipix-site-footer__directory {
        grid-template-columns: 1fr 1fr;
    }

    .practipix-site-footer__brand {
        grid-column: 1 / -1;
        padding-right: 0;
        padding-bottom: 36px;
    }

    .practipix-site-footer__brand > p {
        max-width: 280px;
    }

    .practipix-site-footer__menu {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .practipix-site-footer__menu:nth-of-type(1) {
        padding-left: 0;
        border-left: 0;
    }

    .practipix-site-footer__menu:nth-of-type(2) {
        padding-right: 0;
    }

    .practipix-site-footer__contact {
        padding-right: 0;
        padding-left: 0;
        border-left: 0;
    }

    .practipix-site-footer__bottom {
        grid-template-columns: 1fr auto;
        gap: 8px 20px;
        padding-top: 20px;
    }

    .practipix-site-footer__bottom p:nth-child(2) {
        grid-row: 2;
        text-align: left;
    }

    .practipix-site-footer__bottom button {
        grid-row: 1 / 3;
        grid-column: 2;
    }
}

@media (max-width: 390px) {
    .practipix-site-footer__directory {
        grid-template-columns: 1fr;
    }

    .practipix-site-footer__menu {
        padding-right: 0;
        padding-left: 0;
        border-left: 0;
    }

    .practipix-site-footer__menu:nth-of-type(2) {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .practipix-site-footer *,
    .practipix-site-footer *::before,
    .practipix-site-footer *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .practipix-site-footer [data-footer-reveal] {
        opacity: 1;
        transform: none;
    }
}
