.pdu-ecosystem-hero {
    min-height: 790px;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    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 14% 34%,
            rgba(34, 211, 238, .1),
            transparent 27%
        );
}

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

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

.pdu-ecosystem-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-ecosystem-lead {
    max-width: 720px;
    margin: 0;
    color: #c6d7e0;
    font-size: 1.07rem;
}

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

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

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

.pdu-ecosystem-map {
    position: relative;
    width: min(650px, 100%);
    aspect-ratio: 1;
    margin: auto;
}

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

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

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

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

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

.ecosystem-core {
    position: absolute;
    inset: 36%;
    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;
}

.ecosystem-core strong {
    color: transparent;
    background:
        linear-gradient(
            180deg,
            #fff,
            #91b9d7
        );
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(2.3rem, 5vw, 4.4rem);
    letter-spacing: -.1em;
}

.ecosystem-core span {
    color: var(--cyan);
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.ecosystem-core small {
    margin-top: 6px;
    color: var(--muted);
    font-size: .52rem;
}

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

.ecosystem-node b {
    font-size: 1.5rem;
}

.ecosystem-node span {
    font-size: .58rem;
    font-weight: 800;
}

.node-home {
    top: 1%;
    left: 43%;
    color: var(--blue);
}

.node-life {
    top: 20%;
    right: 1%;
    color: var(--aqua);
}

.node-ai {
    top: 54%;
    right: 0;
    color: var(--yellow);
}

.node-business {
    right: 16%;
    bottom: 1%;
    color: var(--orange);
}

.node-connect {
    left: 43%;
    bottom: -2%;
    color: var(--purple);
}

.node-media {
    left: 10%;
    bottom: 9%;
    color: var(--magenta);
}

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

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

.pdu-ecosystem-status article {
    min-height: 150px;
    padding: 27px;
    border-right: 1px solid var(--line);
}

.pdu-ecosystem-status article:last-child {
    border-right: 0;
}

.pdu-ecosystem-status small,
.pdu-ecosystem-status strong,
.pdu-ecosystem-status span {
    display: block;
}

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

.pdu-ecosystem-status strong {
    margin-top: 16px;
    font-size: 1.1rem;
}

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

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

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

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

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

.pdu-ecosystem-overview {
    background:
        linear-gradient(
            180deg,
            rgba(3, 14, 25, .45),
            transparent
        );
}

.pdu-ecosystem-domains {
    display: grid;
    gap: 18px;
}

.ecosystem-domain {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 23px;
    background:
        linear-gradient(
            160deg,
            rgba(13, 42, 66, .7),
            rgba(4, 17, 30, .9)
        );
}

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

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

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

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

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

.domain-status.active {
    color: var(--aqua);
}

.domain-status.concept {
    color: var(--purple);
}

.domain-status.research {
    color: var(--yellow);
}

.domain-status.planned {
    color: var(--orange);
}

.domain-status.partial {
    color: var(--magenta);
}

.domain-status.foundation {
    color: var(--cyan);
}

.ecosystem-domain > p {
    max-width: 900px;
    color: var(--muted);
}

.domain-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 22px 0;
}

.domain-features span {
    padding: 8px 11px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #bfd0da;
    background: rgba(255, 255, 255, .025);
    font-size: .68rem;
}

.domain-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.domain-details article {
    padding: 17px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: rgba(255, 255, 255, .02);
}

.domain-details small,
.domain-details strong {
    display: block;
}

.domain-details small {
    color: currentColor;
    font-size: .62rem;
    font-weight: 800;
    text-transform: uppercase;
}

.domain-details strong {
    margin-top: 9px;
}

.domain-details p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: .73rem;
}

.ecosystem-domain > a {
    display: inline-block;
    margin-top: 20px;
    color: currentColor;
    font-size: .74rem;
    font-weight: 800;
}

.domain-home {
    color: var(--blue);
}

.domain-life {
    color: var(--aqua);
}

.domain-ai {
    color: var(--yellow);
}

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

.domain-connect {
    color: var(--purple);
}

.domain-media {
    color: var(--magenta);
}

.domain-secure {
    color: var(--cyan);
}

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

.pdu-core-diagram {
    position: relative;
    width: min(680px, 100%);
    aspect-ratio: 1;
    margin: 0 auto 45px;
}

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

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

.core-ring-two {
    inset: 24%;
    border: 1px dashed rgba(168, 85, 247, .24);
}

.core-center {
    position: absolute;
    inset: 34%;
    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 65px rgba(47, 140, 255, .24);
    text-align: center;
}

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

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

.core-center strong {
    margin: 7px 0;
    color: var(--cyan);
    font-size: clamp(1.5rem, 3vw, 2.7rem);
}

.core-center span {
    color: #a8bfcc;
    font-size: .55rem;
}

.core-service {
    position: absolute;
    z-index: 4;
    width: 100px;
    height: 100px;
    display: grid;
    place-items: center;
    align-content: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #061625;
    box-shadow: 0 0 24px rgba(47, 140, 255, .12);
}

.core-service b {
    color: var(--cyan);
    font-size: 1.3rem;
}

.core-service span {
    font-size: .58rem;
    font-weight: 800;
}

.core-identity {
    top: 1%;
    left: 43%;
}

.core-access {
    top: 22%;
    right: 2%;
}

.core-api {
    right: 10%;
    bottom: 10%;
}

.core-notifications {
    left: 43%;
    bottom: -2%;
}

.core-storage {
    left: 10%;
    bottom: 10%;
}

.core-monitor {
    top: 22%;
    left: 2%;
}

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

.pdu-core-services-grid article {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, .02);
}

.pdu-core-services-grid span {
    color: var(--cyan);
    font-weight: 900;
}

.pdu-core-services-grid h3 {
    margin: 20px 0 8px;
}

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

.pdu-connections-section {
    background:
        linear-gradient(
            180deg,
            rgba(3, 14, 25, .36),
            transparent
        );
}

.pdu-connection-flow {
    display: grid;
    grid-template-columns:
        1fr
        auto
        1fr
        auto
        1fr
        auto
        1fr;
    align-items: center;
    gap: 12px;
}

.pdu-connection-flow article {
    min-height: 250px;
    padding: 23px;
    border: 1px solid var(--line);
    border-radius: 19px;
    background:
        linear-gradient(
            160deg,
            rgba(12, 39, 63, .62),
            rgba(4, 17, 30, .84)
        );
}

.connection-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--cyan);
    background: rgba(34, 211, 238, .09);
    font-size: 1.2rem;
}

.pdu-connection-flow small {
    display: block;
    margin-top: 22px;
    color: var(--cyan);
    font-size: .62rem;
    font-weight: 800;
    text-transform: uppercase;
}

.pdu-connection-flow h3 {
    margin: 8px 0;
}

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

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

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

.pdu-journeys-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.pdu-journeys-grid article {
    padding: 25px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background:
        linear-gradient(
            160deg,
            rgba(11, 35, 57, .65),
            rgba(4, 17, 30, .84)
        );
}

.pdu-journeys-grid header span {
    color: var(--cyan);
    font-size: .64rem;
    font-weight: 800;
    text-transform: uppercase;
}

.pdu-journeys-grid h3 {
    margin: 7px 0 18px;
}

.journey-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

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

.journey-flow i {
    color: var(--blue);
    font-style: normal;
}

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

.pdu-architecture {
    max-width: 1050px;
    display: grid;
    gap: 12px;
    margin: auto;
}

.architecture-layer {
    padding: 23px;
    border: 1px solid var(--line);
    border-radius: 19px;
    background:
        linear-gradient(
            160deg,
            rgba(12, 39, 63, .62),
            rgba(4, 17, 30, .84)
        );
}

.architecture-layer header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.architecture-layer small {
    color: var(--cyan);
    font-size: .62rem;
    font-weight: 800;
    text-transform: uppercase;
}

.architecture-layer strong {
    font-size: 1.05rem;
}

.architecture-layer > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.architecture-layer span {
    padding: 8px 11px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #bdd0da;
    background: rgba(255, 255, 255, .025);
    font-size: .68rem;
}

.architecture-arrow {
    color: var(--blue);
    text-align: center;
    font-size: 1.25rem;
}

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

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

.pdu-ecosystem-roadmap article {
    min-height: 270px;
    padding: 23px;
    border: 1px solid var(--line);
    border-radius: 19px;
    background:
        linear-gradient(
            160deg,
            rgba(11, 35, 57, .65),
            rgba(4, 17, 30, .84)
        );
}

.pdu-ecosystem-roadmap article.roadmap-active {
    border-color: rgba(34, 211, 238, .3);
}

.pdu-ecosystem-roadmap span {
    color: var(--cyan);
    font-size: .64rem;
    font-weight: 800;
    text-transform: uppercase;
}

.pdu-ecosystem-roadmap h3 {
    margin: 25px 0 8px;
}

.pdu-ecosystem-roadmap p {
    color: var(--muted);
    font-size: .78rem;
}

.pdu-ecosystem-roadmap strong {
    display: block;
    margin-top: 23px;
    color: #bdd0da;
    font-size: .7rem;
}

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

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

.ecosystem-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;
}

.ecosystem-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);
}

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

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

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

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

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

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

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

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

.ecosystem-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);
}

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

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

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

.building-home {
    left: 5%;
    width: 70px;
    height: 165px;
}

.building-life {
    left: 17%;
    width: 82px;
    height: 235px;
}

.building-ai {
    left: 31%;
    width: 68px;
    height: 190px;
}

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

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

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

.ecosystem-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-ecosystem-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-ecosystem-final > div:first-child {
    max-width: 790px;
}

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

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

    .pdu-core-services-grid,
    .pdu-ecosystem-roadmap {
        grid-template-columns: repeat(2, 1fr);
    }

    .pdu-connection-flow {
        grid-template-columns: 1fr;
    }

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

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

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

    .pdu-ecosystem-map,
    .pdu-core-diagram {
        transform: scale(.92);
    }

    .ecosystem-node,
    .core-service {
        width: 75px;
        height: 75px;
    }

    .pdu-ecosystem-status,
    .domain-details,
    .pdu-core-services-grid,
    .pdu-journeys-grid,
    .pdu-ecosystem-roadmap {
        grid-template-columns: 1fr;
    }

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

    .pdu-ecosystem-status article:last-child {
        border-bottom: 0;
    }

    .domain-header {
        grid-template-columns: 52px 1fr;
    }

    .domain-status {
        grid-column: 2;
        justify-self: start;
    }

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

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

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