.pdu-audience-hero {
    min-height: 800px;
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    align-items: center;
    gap: 70px;
    padding:
        80px
        clamp(22px, 4vw, 64px)
        105px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 82% 24%,
            rgba(47, 140, 255, .17),
            transparent 31%
        ),
        radial-gradient(
            circle at 15% 35%,
            rgba(34, 211, 238, .1),
            transparent 28%
        );
}

.pdu-audience-kicker,
.pdu-audience-heading > span,
.audience-city-copy > span,
.pdu-audience-final > div > span {
    color: var(--cyan);
    font-size: .7rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pdu-audience-hero-copy h1 {
    margin: 16px 0 24px;
    font-size: clamp(3rem, 6vw, 5.8rem);
    line-height: .98;
    letter-spacing: -.068em;
}

.pdu-audience-hero-copy h1 span {
    display: block;
    color: transparent;
    background:
        linear-gradient(
            90deg,
            var(--cyan),
            var(--blue),
            var(--purple)
        );
    -webkit-background-clip: text;
    background-clip: text;
}

.pdu-audience-lead {
    max-width: 720px;
    margin: 0;
    color: #c6d7e0;
    font-size: 1.07rem;
}

.pdu-audience-secondary {
    max-width: 690px;
    margin: 15px 0 0;
    color: var(--muted);
    font-size: .88rem;
}

.pdu-audience-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 29px;
}

.pdu-audience-commitments {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
    color: #9db5c4;
    font-size: .74rem;
}

.pdu-audience-visual {
    position: relative;
    width: min(640px, 100%);
    aspect-ratio: 1;
    margin: auto;
}

.audience-orbit-ring {
    position: absolute;
    border-radius: 50%;
}

.ring-one {
    inset: 7%;
    border: 1px solid rgba(34, 211, 238, .28);
}

.ring-one:before {
    content: "";
    position: absolute;
    inset: 8%;
    border: 1px dashed rgba(168, 85, 247, .22);
    border-radius: 50%;
}

.ring-two {
    inset: 26%;
    border: 1px solid rgba(47, 140, 255, .42);
}

.audience-center {
    position: absolute;
    inset: 35%;
    z-index: 3;
    display: grid;
    place-items: center;
    align-content: center;
    border: 1px solid rgba(47, 140, 255, .48);
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(17, 54, 88, .96),
            rgba(3, 16, 30, .97)
        );
    box-shadow:
        0 0 70px rgba(47, 140, 255, .24);
    text-align: center;
}

.audience-center small,
.audience-center strong,
.audience-center span {
    display: block;
}

.audience-center small {
    color: var(--muted);
    font-size: .55rem;
    text-transform: uppercase;
}

.audience-center strong {
    margin: 8px 0;
    color: transparent;
    background:
        linear-gradient(
            180deg,
            #fff,
            #91b9d7
        );
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(1.7rem, 3vw, 3rem);
    letter-spacing: -.07em;
}

.audience-center span {
    color: var(--cyan);
    font-size: .5rem;
}

.audience-node {
    position: absolute;
    z-index: 4;
    width: 108px;
    height: 108px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 4px;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: rgba(5, 20, 35, .96);
    box-shadow:
        0 0 28px
        color-mix(
            in srgb,
            currentColor 27%,
            transparent
        );
}

.audience-node b {
    font-size: 1.45rem;
}

.audience-node span {
    font-size: .6rem;
    font-weight: 800;
}

.node-person {
    top: 1%;
    left: 42%;
    color: var(--cyan);
}

.node-family {
    top: 27%;
    right: 0;
    color: var(--aqua);
}

.node-creator {
    right: 14%;
    bottom: 3%;
    color: var(--purple);
}

.node-freelancer {
    left: 14%;
    bottom: 3%;
    color: var(--orange);
}

.node-company {
    top: 27%;
    left: 0;
    color: var(--blue);
}

.pdu-audience-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-block: 1px solid var(--line);
    background: rgba(3, 14, 25, .72);
}

.pdu-audience-summary article {
    min-height: 155px;
    padding: 27px;
    border-right: 1px solid var(--line);
}

.pdu-audience-summary article:last-child {
    border-right: 0;
}

.pdu-audience-summary small,
.pdu-audience-summary strong,
.pdu-audience-summary span {
    display: block;
}

.pdu-audience-summary small {
    color: var(--cyan);
    font-size: .64rem;
    font-weight: 800;
    text-transform: uppercase;
}

.pdu-audience-summary strong {
    margin-top: 16px;
    font-size: 1.08rem;
}

.pdu-audience-summary span {
    margin-top: 5px;
    color: var(--muted);
    font-size: .75rem;
}

.pdu-audience-section {
    padding:
        100px
        clamp(22px, 4vw, 64px);
}

.pdu-audience-heading {
    max-width: 900px;
    margin: 0 auto 46px;
    text-align: center;
}

.pdu-audience-heading h2,
.audience-city-copy h2,
.pdu-audience-final h2 {
    margin: 12px 0;
    font-size: clamp(2.1rem, 4vw, 3.7rem);
    line-height: 1.05;
    letter-spacing: -.045em;
}

.pdu-audience-heading p,
.audience-city-copy p,
.pdu-audience-final p {
    color: var(--muted);
}

.pdu-audience-segments {
    background:
        linear-gradient(
            180deg,
            rgba(3, 14, 25, .4),
            transparent
        );
}

.pdu-audience-segment-list {
    display: grid;
    gap: 19px;
}

.audience-segment {
    padding: 29px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background:
        linear-gradient(
            160deg,
            rgba(13, 42, 66, .7),
            rgba(4, 17, 30, .9)
        );
}

.segment-header {
    display: grid;
    grid-template-columns: 60px 1fr auto;
    align-items: center;
    gap: 16px;
}

.segment-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 17px;
    background: rgba(255, 255, 255, .025);
    box-shadow:
        0 0 22px
        color-mix(
            in srgb,
            currentColor 22%,
            transparent
        );
    font-size: 1.35rem;
}

.segment-header small {
    color: currentColor;
    font-size: .64rem;
    font-weight: 800;
    text-transform: uppercase;
}

.segment-header h3 {
    margin: 4px 0 0;
    color: #fff;
    font-size: 1.4rem;
}

.segment-priority,
.segment-stage {
    padding: 7px 10px;
    border: 1px solid currentColor;
    border-radius: 999px;
    font-size: .6rem;
    font-weight: 800;
    text-transform: uppercase;
}

.segment-priority {
    color: var(--aqua);
}

.segment-stage {
    color: currentColor;
}

.segment-intro {
    max-width: 950px;
    margin: 24px 0 0;
    color: var(--muted);
}

.segment-needs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 11px;
    margin-top: 23px;
}

.segment-needs article {
    min-height: 165px;
    padding: 17px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: rgba(255, 255, 255, .02);
}

.segment-needs small,
.segment-needs strong {
    display: block;
}

.segment-needs small {
    color: currentColor;
    font-size: .58rem;
    font-weight: 800;
    text-transform: uppercase;
}

.segment-needs strong {
    margin-top: 10px;
    color: #e9f4f9;
    font-size: .78rem;
}

.segment-needs p {
    color: var(--muted);
    font-size: .7rem;
}

.segment-products {
    margin-top: 20px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, .02);
}

.segment-products > small {
    color: currentColor;
    font-size: .6rem;
    font-weight: 800;
    text-transform: uppercase;
}

.segment-products > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.segment-products span {
    padding: 7px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #c0d1da;
    background: rgba(255, 255, 255, .025);
    font-size: .67rem;
}

.segment-outcome {
    margin-top: 14px;
    padding: 18px;
    border:
        1px solid
        color-mix(
            in srgb,
            currentColor 25%,
            transparent
        );
    border-radius: 16px;
    background:
        color-mix(
            in srgb,
            currentColor 4%,
            transparent
        );
}

.segment-outcome strong {
    color: currentColor;
    font-size: .68rem;
    text-transform: uppercase;
}

.segment-outcome p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: .75rem;
}

.segment-personal {
    color: var(--cyan);
}

.segment-family {
    color: var(--aqua);
}

.segment-creator {
    color: var(--purple);
}

.segment-business {
    color: var(--orange);
}

.segment-company {
    color: var(--blue);
}

.pdu-audience-needs-section {
    border-block: 1px solid var(--line);
    background: rgba(3, 14, 25, .72);
}

.pdu-common-needs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
}

.pdu-common-needs-grid article {
    min-height: 225px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background:
        linear-gradient(
            160deg,
            rgba(12, 39, 63, .62),
            rgba(4, 17, 30, .84)
        );
}

.pdu-common-needs-grid b {
    color: var(--cyan);
    font-size: 1.35rem;
}

.pdu-common-needs-grid h3 {
    margin: 22px 0 8px;
}

.pdu-common-needs-grid p {
    color: var(--muted);
    font-size: .76rem;
}

.pdu-user-path {
    display: grid;
    grid-template-columns:
        1fr
        auto
        1fr
        auto
        1fr
        auto
        1fr
        auto
        1fr;
    align-items: center;
    gap: 10px;
}

.pdu-user-path article {
    min-height: 235px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background:
        linear-gradient(
            160deg,
            rgba(12, 39, 63, .62),
            rgba(4, 17, 30, .84)
        );
}

.pdu-user-path article > span {
    color: var(--cyan);
    font-weight: 900;
}

.path-icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    margin-top: 18px;
    border-radius: 13px;
    color: var(--cyan);
    background: rgba(34, 211, 238, .08);
}

.pdu-user-path h3 {
    margin: 18px 0 8px;
}

.pdu-user-path p {
    color: var(--muted);
    font-size: .73rem;
}

.pdu-user-path > i {
    color: var(--blue);
    font-style: normal;
}

.pdu-audience-access-section {
    border-block: 1px solid var(--line);
    background: rgba(3, 14, 25, .7);
}

.pdu-access-table {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 255, 255, .02);
}

.access-row {
    display: grid;
    grid-template-columns:
        1fr
        1.5fr
        1.5fr
        .7fr;
    align-items: center;
    gap: 14px;
    min-height: 72px;
    padding: 14px 20px;
    border-bottom: 1px solid var(--line);
}

.access-row:last-child {
    border-bottom: 0;
}

.access-header {
    color: var(--cyan);
    background: rgba(34, 211, 238, .04);
    font-size: .65rem;
    font-weight: 800;
    text-transform: uppercase;
}

.access-row strong {
    color: #edf7fb;
    font-size: .78rem;
}

.access-row span {
    color: var(--muted);
    font-size: .74rem;
}

.access-row b {
    color: var(--blue);
    font-size: .68rem;
}

.pdu-boundaries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
}

.pdu-boundaries-grid article {
    min-height: 260px;
    padding: 22px;
    border: 1px solid rgba(255, 132, 144, .17);
    border-radius: 18px;
    background:
        linear-gradient(
            160deg,
            rgba(56, 24, 35, .34),
            rgba(4, 17, 30, .84)
        );
}

.pdu-boundaries-grid b {
    color: #ff8490;
    font-size: 1.4rem;
}

.pdu-boundaries-grid h3 {
    margin: 22px 0 8px;
}

.pdu-boundaries-grid p {
    color: var(--muted);
    font-size: .76rem;
}

.pdu-audience-growth-section {
    border-block: 1px solid var(--line);
    background: rgba(3, 14, 25, .72);
}

.pdu-growth-pyramid {
    max-width: 1050px;
    display: grid;
    gap: 9px;
    margin: auto;
}

.growth-level {
    display: grid;
    grid-template-columns: 90px 1fr 1.4fr;
    align-items: center;
    gap: 15px;
    min-height: 78px;
    margin: auto;
    padding: 13px 20px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background:
        linear-gradient(
            90deg,
            rgba(34, 211, 238, .04),
            rgba(47, 140, 255, .035)
        );
}

.growth-level span {
    color: var(--cyan);
    font-size: .62rem;
    font-weight: 800;
    text-transform: uppercase;
}

.growth-level strong {
    font-size: .82rem;
}

.growth-level small {
    color: var(--muted);
    font-size: .68rem;
}

.growth-enterprise {
    width: 58%;
}

.growth-business {
    width: 68%;
}

.growth-professional {
    width: 78%;
}

.growth-family {
    width: 89%;
}

.growth-person {
    width: 100%;
    border-color: rgba(34, 211, 238, .28);
}

.pdu-audience-city {
    min-height: 620px;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: center;
    gap: 55px;
    padding:
        95px
        clamp(22px, 4vw, 64px);
}

.audience-city-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px;
}

.audience-city-labels span {
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #bcd0da;
    background: rgba(255, 255, 255, .025);
    font-size: .7rem;
}

.audience-digital-city {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 28px;
    background:
        radial-gradient(
            circle at 50% 100%,
            rgba(47, 140, 255, .2),
            transparent 52%
        ),
        linear-gradient(
            180deg,
            rgba(2, 10, 20, .72),
            rgba(5, 28, 48, .77)
        );
    box-shadow:
        inset 0 -45px 90px rgba(47, 140, 255, .09);
}

.audience-city-network {
    position: absolute;
    inset: 0;
}

.audience-city-network i {
    position: absolute;
    height: 1px;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(34, 211, 238, .45),
            transparent
        );
    transform-origin: left;
}

.audience-city-network i:nth-child(1) {
    width: 65%;
    top: 20%;
    left: 10%;
    transform: rotate(12deg);
}

.audience-city-network i:nth-child(2) {
    width: 70%;
    top: 38%;
    left: 18%;
    transform: rotate(-8deg);
}

.audience-city-network i:nth-child(3) {
    width: 52%;
    top: 55%;
    left: 8%;
    transform: rotate(16deg);
}

.audience-city-network i:nth-child(4) {
    width: 60%;
    top: 68%;
    left: 30%;
    transform: rotate(-12deg);
}

.audience-city-network i:nth-child(5) {
    width: 45%;
    top: 30%;
    left: 45%;
    transform: rotate(35deg);
}

.audience-city-network i:nth-child(6) {
    width: 50%;
    top: 72%;
    left: 15%;
    transform: rotate(-18deg);
}

.audience-building {
    position: absolute;
    bottom: 70px;
    display: grid;
    place-items: center;
    align-content: end;
    padding-bottom: 15px;
    border: 1px solid rgba(47, 140, 255, .45);
    border-bottom: 0;
    background:
        repeating-linear-gradient(
            180deg,
            rgba(34, 211, 238, .22) 0 3px,
            transparent 3px 14px
        ),
        rgba(8, 35, 61, .8);
    box-shadow:
        0 0 24px rgba(47, 140, 255, .15);
}

.audience-building span {
    color: var(--cyan);
    font-size: .55rem;
    font-weight: 800;
}

.building-pdu {
    left: 42%;
    width: 95px;
    height: 320px;
}

.building-pdu:before {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 2px;
    height: 65px;
    background: var(--cyan);
    box-shadow: 0 0 12px var(--cyan);
}

.building-person {
    left: 4%;
    width: 66px;
    height: 150px;
}

.building-family {
    left: 15%;
    width: 80px;
    height: 215px;
}

.building-creator {
    left: 29%;
    width: 70px;
    height: 180px;
}

.building-team {
    right: 29%;
    width: 75px;
    height: 205px;
}

.building-business {
    right: 14%;
    width: 84px;
    height: 270px;
}

.building-company {
    right: 3%;
    width: 65px;
    height: 145px;
}

.audience-city-ground {
    position: absolute;
    left: 4%;
    right: 4%;
    bottom: 28px;
    height: 50px;
    border: 1px solid rgba(34, 211, 238, .2);
    border-radius: 50%;
    transform:
        perspective(250px)
        rotateX(65deg);
    box-shadow:
        0 0 30px rgba(34, 211, 238, .11);
}

.pdu-audience-final {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    margin:
        0
        clamp(22px, 4vw, 64px)
        80px;
    padding: 42px;
    border: 1px solid rgba(34, 211, 238, .2);
    border-radius: 26px;
    background:
        linear-gradient(
            135deg,
            rgba(34, 211, 238, .08),
            rgba(47, 140, 255, .09),
            rgba(168, 85, 247, .06)
        );
}

.pdu-audience-final > div:first-child {
    max-width: 790px;
}

.pdu-audience-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 1150px) {
    .pdu-audience-hero,
    .pdu-audience-city {
        grid-template-columns: 1fr;
    }

    .segment-needs,
    .pdu-boundaries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pdu-user-path {
        grid-template-columns: 1fr;
    }

    .pdu-user-path > i {
        transform: rotate(90deg);
        text-align: center;
    }
}

@media (max-width: 790px) {
    .pdu-audience-hero {
        min-height: auto;
        padding-top: 58px;
    }

    .pdu-audience-hero-copy h1 {
        font-size: 3rem;
    }

    .pdu-audience-visual {
        transform: scale(.92);
    }

    .audience-node {
        width: 82px;
        height: 82px;
    }

    .pdu-audience-summary,
    .segment-needs,
    .pdu-common-needs-grid,
    .pdu-boundaries-grid {
        grid-template-columns: 1fr;
    }

    .pdu-audience-summary article {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .pdu-audience-summary article:last-child {
        border-bottom: 0;
    }

    .segment-header {
        grid-template-columns: 56px 1fr;
    }

    .segment-priority,
    .segment-stage {
        grid-column: 2;
        justify-self: start;
    }

    .access-row {
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 18px;
    }

    .access-header {
        display: none;
    }

    .access-row b {
        margin-top: 5px;
    }

    .growth-level {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .audience-digital-city {
        min-height: 350px;
    }

    .audience-building {
        transform: scale(.75);
        transform-origin: bottom;
    }

    .pdu-audience-final {
        align-items: flex-start;
        flex-direction: column;
        padding: 28px;
    }
}
