.practipix-home-section {
    --pp-ink: #111820;
    --pp-muted: #5f6973;
    --pp-blue: #168fe5;
    --pp-orange: #ff8a13;
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
    overflow: hidden;
    isolation: isolate;
    color: var(--pp-ink);
    font-family: "Barlow", "Montserrat", sans-serif;
    transform: translateX(var(--pp-home-bleed-shift, 0));
}

.practipix-home-section,
.practipix-home-section * {
    box-sizing: border-box;
}

.practipix-home-row > .wpb_column,
.practipix-home-row > .vc_column_container,
.practipix-home-row > .wpb_column > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.practipix-home-row .wpb_content_element,
.practipix-home-row .wpb_wrapper {
    margin-bottom: 0;
}

.practipix-aperture-row + .vc_row-full-width + br,
.practipix-home-row + .vc_row-full-width + br {
    display: none;
}

.practipix-home-section__shell {
    position: relative;
    z-index: 2;
    width: min(1980px, 100%);
    margin: 0 auto;
    padding: clamp(64px, 6vw, 96px) clamp(24px, 5vw, 76px);
}

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

.practipix-home-section__eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--pp-blue), var(--pp-orange));
}

.practipix-home-section .practipix-home-section__heading {
    max-width: 16ch;
    margin: 0;
    color: var(--pp-ink) !important;
    font-family: "Barlow Semi Condensed", "Barlow", sans-serif !important;
    font-size: clamp(46px, 5.3vw, 78px) !important;
    font-weight: 600 !important;
    hyphens: none;
    letter-spacing: -0.045em;
    line-height: 0.98 !important;
    overflow-wrap: normal;
    text-wrap: balance;
    word-break: normal;
}

.practipix-home-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--pp-ink);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.practipix-home-link svg {
    width: 18px;
    height: 18px;
    transition: transform 180ms ease;
}

.practipix-home-link:hover,
.practipix-home-link:focus-visible {
    color: var(--pp-blue);
    text-decoration: none;
}

.practipix-home-link:hover svg,
.practipix-home-link:focus-visible svg {
    transform: translateX(3px);
}

.practipix-workflow-story {
    background:
        linear-gradient(90deg, rgba(13, 31, 45, 0.045) 1px, transparent 1px),
        #f4f1ea;
    background-size: min(12vw, 160px) 100%;
    border-bottom: 1px solid rgba(17, 24, 32, 0.12);
}

.practipix-workflow-story .practipix-home-section__shell {
    padding-bottom: clamp(48px, 4vw, 64px);
}

.practipix-workflow-story::after {
    content: "FLOW";
    position: absolute;
    top: -0.25em;
    right: -0.03em;
    z-index: 0;
    color: rgba(17, 24, 32, 0.028);
    font-family: "Barlow Semi Condensed", "Barlow", sans-serif;
    font-size: clamp(190px, 29vw, 470px);
    font-weight: 700;
    letter-spacing: -0.08em;
    line-height: 1;
    pointer-events: none;
}

.practipix-workflow-story__header {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    align-items: end;
    gap: clamp(42px, 8vw, 132px);
}

.practipix-workflow-story__intro {
    padding-bottom: 4px;
}

.practipix-workflow-story__intro > p {
    margin: 0 0 25px;
    color: var(--pp-muted);
    font-size: clamp(17px, 1.55vw, 21px);
    line-height: 1.55;
}

.practipix-workflow-story__steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: clamp(70px, 9vw, 126px) 0 0;
    padding: 0;
    list-style: none;
}

.practipix-workflow-story__steps::before {
    content: "";
    position: absolute;
    top: 77px;
    right: 4%;
    left: 4%;
    height: 1px;
    background: linear-gradient(90deg, var(--pp-blue), #8ba9b8 48%, var(--pp-orange));
}

.practipix-workflow-story__step {
    position: relative;
    min-width: 0;
    padding: 0 clamp(14px, 2.2vw, 31px);
}

.practipix-workflow-story__step:first-child {
    padding-left: 0;
}

.practipix-workflow-story__step:last-child {
    padding-right: 0;
}

.practipix-workflow-story__stage {
    display: block;
    min-height: 32px;
    color: #7c858d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.practipix-workflow-story__marker {
    position: relative;
    z-index: 2;
    display: grid;
    width: 50px;
    height: 50px;
    margin: 18px 0 28px;
    border: 1px solid rgba(17, 24, 32, 0.2);
    border-radius: 50%;
    background: #f4f1ea;
    place-items: center;
}

.practipix-workflow-story__marker::after {
    content: "";
    position: absolute;
    inset: 6px;
    border: 1px solid color-mix(in srgb, var(--pp-blue) 62%, transparent);
    border-radius: inherit;
}

.practipix-workflow-story__step:nth-child(4n) .practipix-workflow-story__marker::after {
    border-color: color-mix(in srgb, var(--pp-orange) 70%, transparent);
}

.practipix-workflow-story__marker span {
    color: var(--pp-ink);
    font-size: 11px;
    font-weight: 700;
}

.practipix-workflow-story__step h3 {
    margin: 0;
    color: var(--pp-ink);
    font-family: "Barlow Semi Condensed", "Barlow", sans-serif;
    font-size: clamp(24px, 2.1vw, 31px);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.05;
}

.practipix-workflow-story__step > p {
    margin: 17px 0 0;
    color: var(--pp-muted);
    font-size: 15px;
    line-height: 1.55;
}

.practipix-audience-explorer {
    color: #edf2f5;
    background:
        radial-gradient(circle at 88% 12%, rgba(22, 143, 229, 0.17), transparent 30%),
        radial-gradient(circle at 8% 87%, rgba(255, 138, 19, 0.11), transparent 24%),
        #0b1117;
}

.practipix-audience-explorer .practipix-home-section__shell {
    padding-top: clamp(94px, 5.5vw, 108px);
}

.practipix-audience-explorer__grain {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.24;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000, transparent 78%);
    pointer-events: none;
}

.practipix-audience-explorer .practipix-home-section__heading {
    max-width: 14ch;
    color: #f2f5f7 !important;
}

.practipix-audience-explorer__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
    align-items: start;
    column-gap: clamp(38px, 8vw, 130px);
    row-gap: clamp(18px, 1.5vw, 24px);
    margin-bottom: clamp(22px, 2vw, 34px);
}

.practipix-audience-explorer__header--with-slider {
    grid-template-columns: minmax(330px, 0.58fr) minmax(0, 1.42fr);
    column-gap: clamp(24px, 2.4vw, 46px);
}

.practipix-audience-explorer__left {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    flex-direction: column;
}

.practipix-audience-explorer__aside {
    display: grid;
    width: 100%;
    max-width: 1240px;
    justify-self: end;
    gap: clamp(20px, 2vw, 30px);
}

.practipix-audience-explorer__showcase {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(151, 176, 193, 0.3);
    border-radius: 13px;
    background: #070c11;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
}

.practipix-audience-explorer__showcase::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: inherit;
    pointer-events: none;
}

.practipix-audience-explorer__window-bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 39px;
    padding: 0 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    color: #b5c0c8;
    background: #101820;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

.practipix-audience-explorer__window-bar small {
    justify-self: end;
    color: #63717c;
    font: inherit;
}

.practipix-audience-explorer__window-dots {
    display: flex;
    gap: 6px;
}

.practipix-audience-explorer__window-dots i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff8a13;
}

.practipix-audience-explorer__window-dots i:nth-child(2) {
    background: #f4ca4c;
}

.practipix-audience-explorer__window-dots i:nth-child(3) {
    background: #4bd49b;
}

.practipix-audience-explorer__slider .sliderone-slider {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    box-shadow: none;
}

.practipix-audience-explorer__description {
    max-width: 680px;
    margin: 0;
    color: #9ba7b1;
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.55;
}

.practipix-audience-explorer__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: clamp(28px, 2.5vw, 40px);
}

.practipix-audience-explorer__filters button {
    min-height: 40px;
    margin: 0;
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--pp-action-radius);
    color: #aab4bc;
    background: transparent;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    appearance: none;
    transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.practipix-audience-explorer__filters button:hover,
.practipix-audience-explorer__filters button:focus-visible,
.practipix-audience-explorer__filters button.is-active {
    border-color: color-mix(in srgb, var(--pp-blue) 72%, #fff);
    color: #fff;
    background: color-mix(in srgb, var(--pp-blue) 18%, transparent);
}

.practipix-audience-explorer__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.practipix-audience-card {
    position: relative;
    display: flex;
    min-height: 310px;
    padding: clamp(28px, 3vw, 42px);
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.015);
    flex-direction: column;
    transition: background-color 220ms ease;
}

.practipix-audience-card[hidden] {
    display: none;
}

.practipix-audience-card::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 3px;
    background: linear-gradient(90deg, var(--pp-blue), var(--pp-orange));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 240ms ease;
}

.practipix-audience-card:hover,
.practipix-audience-card:focus-within {
    background: rgba(255, 255, 255, 0.05);
}

.practipix-audience-card:hover::before,
.practipix-audience-card:focus-within::before {
    transform: scaleX(1);
}

.practipix-audience-card__number {
    position: absolute;
    top: 29px;
    right: 30px;
    color: rgba(255, 255, 255, 0.25);
    font-family: "Barlow Semi Condensed", "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.practipix-audience-card__group {
    color: var(--pp-blue);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.2;
    text-transform: uppercase;
}

.practipix-audience-card h3 {
    max-width: 100%;
    margin: 42px 0 0;
    color: #f3f6f8;
    font-family: "Barlow Semi Condensed", "Barlow", sans-serif;
    font-size: clamp(20px, 2vw, 30px) !important;
    font-weight: 700;
    hyphens: none;
    letter-spacing: -0.03em;
    line-height: 1.04;
    overflow-wrap: normal;
    text-wrap: nowrap;
    white-space: nowrap;
    word-break: normal;
}

.practipix-audience-card p {
    margin: 18px 0 28px;
    color: #96a2ac;
    font-size: 15px;
    line-height: 1.52;
}

.practipix-audience-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    color: #e4e9ed;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.practipix-audience-card a::after {
    content: "";
    position: absolute;
    inset: 0;
}

.practipix-audience-card a svg {
    width: 17px;
    height: 17px;
    transition: transform 180ms ease;
}

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

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

.practipix-audience-card.is-filter-entering {
    animation: practipix-card-in 320ms ease both;
}

.practipix-audience-explorer__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding-top: 32px;
}

.practipix-audience-explorer__footer p {
    margin: 0;
    color: #75818b;
    font-size: 13px;
}

.practipix-audience-explorer__footer .practipix-home-link {
    color: #eef2f5;
}

.practipix-audience-explorer__footer .practipix-home-link:hover,
.practipix-audience-explorer__footer .practipix-home-link:focus-visible {
    color: #65b9f4;
}

.practipix-download-panel {
    color: #f5f7f9;
    background:
        linear-gradient(115deg, rgba(22, 143, 229, 0.21), transparent 43%),
        linear-gradient(300deg, rgba(255, 138, 19, 0.14), transparent 38%),
        #071018;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.practipix-download-panel .practipix-home-section__shell {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
    align-items: end;
    gap: clamp(54px, 10vw, 150px);
    padding-top: clamp(68px, 6vw, 96px);
    padding-bottom: clamp(68px, 6vw, 96px);
}

.practipix-download-panel .practipix-home-section__heading {
    max-width: 13ch;
    color: #f5f7f9 !important;
}

.practipix-download-panel__description {
    max-width: 57ch;
    margin: 28px 0 0;
    color: #9ba6af;
    font-size: clamp(17px, 1.45vw, 21px);
    line-height: 1.55;
}

.practipix-download-panel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 34px;
}

.practipix-download-panel .practipix-download-panel__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 13px 19px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--pp-action-radius);
    color: #f5f7f9;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.practipix-download-panel__action svg {
    width: 20px;
    height: 20px;
}

.practipix-download-panel .practipix-download-panel__action--primary {
    border-color: var(--pp-blue);
    background: var(--pp-blue);
    box-shadow: 0 15px 38px rgba(22, 143, 229, 0.23);
}

.practipix-download-panel .practipix-download-panel__action:hover,
.practipix-download-panel .practipix-download-panel__action:focus-visible {
    border-color: #71c1f7;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.practipix-download-panel__highlights {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.practipix-download-panel__highlights > div {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.practipix-download-panel__highlights dt {
    color: #e9eef2;
    font-size: 14px;
    font-weight: 700;
}

.practipix-download-panel__highlights dd {
    margin: 0;
    color: #7f8c96;
    font-size: 13px;
    text-align: right;
}

.practipix-download-panel__orbit {
    position: absolute;
    top: 50%;
    right: -11vw;
    z-index: 0;
    width: min(48vw, 680px);
    aspect-ratio: 1;
    border: 1px solid rgba(22, 143, 229, 0.16);
    border-radius: 50%;
    transform: translateY(-50%);
}

.practipix-download-panel__orbit::before,
.practipix-download-panel__orbit::after,
.practipix-download-panel__orbit span {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.practipix-download-panel__orbit::before {
    inset: 16%;
    border: 1px dashed rgba(255, 138, 19, 0.2);
}

.practipix-download-panel__orbit::after {
    inset: 34%;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.practipix-download-panel__orbit span {
    width: 8px;
    height: 8px;
    background: var(--pp-blue);
    box-shadow: 0 0 20px rgba(22, 143, 229, 0.8);
}

.practipix-download-panel__orbit span:nth-child(1) {
    top: 15%;
    left: 25%;
}

.practipix-download-panel__orbit span:nth-child(2) {
    right: 6%;
    bottom: 35%;
    background: var(--pp-orange);
    box-shadow: 0 0 20px rgba(255, 138, 19, 0.8);
}

.practipix-download-panel__orbit span:nth-child(3) {
    bottom: 9%;
    left: 35%;
    width: 5px;
    height: 5px;
}

.is-reveal-ready .practipix-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 600ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--pp-item-index, 0) * 70ms);
}

.is-reveal-ready .practipix-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes practipix-card-in {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .practipix-workflow-story__header,
    .practipix-audience-explorer__header,
    .practipix-download-panel .practipix-home-section__shell {
        grid-template-columns: 1fr;
    }

    .practipix-workflow-story__intro {
        max-width: 610px;
    }

    .practipix-workflow-story__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 52px 0;
    }

    .practipix-workflow-story__steps::before {
        display: none;
    }

    .practipix-workflow-story__step:nth-child(odd) {
        padding-left: 0;
    }

    .practipix-workflow-story__step:nth-child(even) {
        padding-right: 0;
    }

    .practipix-audience-explorer__aside {
        grid-row: 2;
        max-width: 760px;
        justify-self: start;
    }

    .practipix-audience-explorer__left {
        display: contents;
    }

    .practipix-audience-explorer__intro {
        grid-row: 1;
    }

    .practipix-audience-explorer__filters {
        grid-row: 3;
        margin-top: clamp(10px, 2vw, 18px);
    }

    .practipix-audience-explorer__description {
        max-width: 620px;
    }

    .practipix-audience-explorer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .practipix-download-panel__highlights {
        max-width: 620px;
    }
}

@media (max-width: 640px) {
    .practipix-home-section__shell {
        padding: 60px 20px;
    }

    .practipix-home-section .practipix-home-section__heading {
        font-size: clamp(41px, 13vw, 58px) !important;
    }

    .practipix-workflow-story__steps {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 58px;
        border-top: 1px solid rgba(17, 24, 32, 0.13);
    }

    .practipix-workflow-story__step,
    .practipix-workflow-story__step:first-child,
    .practipix-workflow-story__step:last-child,
    .practipix-workflow-story__step:nth-child(odd),
    .practipix-workflow-story__step:nth-child(even) {
        display: grid;
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 0 17px;
        padding: 28px 0;
        border-bottom: 1px solid rgba(17, 24, 32, 0.13);
    }

    .practipix-workflow-story__stage {
        grid-column: 2;
        min-height: 0;
        margin-bottom: 11px;
    }

    .practipix-workflow-story__marker {
        grid-column: 1;
        grid-row: 1 / span 3;
        width: 46px;
        height: 46px;
        margin: 0;
    }

    .practipix-workflow-story__step h3,
    .practipix-workflow-story__step > p {
        grid-column: 2;
    }

    .practipix-workflow-story__step > p {
        margin-top: 12px;
    }

    .practipix-audience-explorer__filters {
        flex-wrap: nowrap;
        margin-right: -20px;
        padding-right: 20px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .practipix-audience-explorer__window-bar {
        min-height: 34px;
        padding: 0 10px;
        font-size: 8px;
    }

    .practipix-audience-explorer__window-bar small {
        display: none;
    }

    .practipix-audience-explorer__window-bar {
        grid-template-columns: 1fr auto;
    }

    .practipix-audience-explorer__slider .sliderone-slider {
        height: clamp(220px, 56vw, var(--sliderone-height, 420px)) !important;
    }

    .practipix-audience-explorer__filters::-webkit-scrollbar {
        display: none;
    }

    .practipix-audience-explorer__filters button {
        flex: 0 0 auto;
    }

    .practipix-audience-explorer__grid {
        grid-template-columns: 1fr;
    }

    .practipix-audience-card {
        min-height: 285px;
        padding: 28px;
    }

    .practipix-audience-card h3 {
        font-size: clamp(20px, 6vw, 24px) !important;
    }

    .practipix-audience-explorer__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .practipix-download-panel .practipix-home-section__shell {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .practipix-download-panel__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .practipix-download-panel .practipix-download-panel__action {
        width: 100%;
    }

    .practipix-download-panel__highlights > div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .practipix-download-panel__highlights dd {
        text-align: left;
    }

    .practipix-download-panel__orbit {
        top: auto;
        right: -38vw;
        bottom: -16vw;
        width: 94vw;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .practipix-home-section *,
    .practipix-home-section *::before,
    .practipix-home-section *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
