.pdu-contact-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(168, 85, 247, .15),
            transparent 30%
        ),
        radial-gradient(
            circle at 15% 35%,
            rgba(34, 211, 238, .1),
            transparent 28%
        );
}

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

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

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

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

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

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

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

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

.contact-network-core {
    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;
}

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

.contact-network-core small {
    color: var(--muted);
    font-size: .55rem;
    text-transform: uppercase;
}

.contact-network-core strong {
    margin: 8px 0;
    color: transparent;
    background: linear-gradient(180deg, #fff, #91b9d7);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(2rem, 4vw, 3.8rem);
}

.contact-network-core span {
    color: var(--cyan);
    font-size: .5rem;
}

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

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

.contact-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-freelancer {
    right: 14%;
    bottom: 3%;
    color: var(--purple);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pdu-contact-directions-grid 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)
        );
}

.pdu-contact-directions-grid b {
    font-size: 1.4rem;
}

.pdu-contact-directions-grid small {
    display: block;
    margin-top: 22px;
    color: currentColor;
    font-size: .62rem;
    font-weight: 800;
    text-transform: uppercase;
}

.pdu-contact-directions-grid h3 {
    margin: 7px 0;
}

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

.direction-cloudcasa {
    color: var(--blue);
}

.direction-radio {
    color: var(--magenta);
}

.direction-drive {
    color: var(--aqua);
}

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

.direction-technical {
    color: var(--cyan);
}

.direction-partnership {
    color: var(--purple);
}

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

.pdu-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    align-items: start;
    gap: 18px;
    max-width: 1350px;
    margin: auto;
}

.pdu-contact-form,
.pdu-contact-sidebar article {
    border: 1px solid var(--line);
    border-radius: 22px;
    background:
        linear-gradient(
            160deg,
            rgba(13, 42, 66, .69),
            rgba(4, 17, 30, .91)
        );
}

.pdu-contact-form {
    padding: clamp(22px, 3vw, 35px);
}

.pdu-contact-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

.pdu-contact-alert {
    margin-bottom: 24px;
    padding: 18px;
    border-radius: 15px;
}

.pdu-contact-alert b,
.pdu-contact-alert p {
    display: block;
}

.pdu-contact-alert p {
    margin-bottom: 0;
}

.pdu-contact-alert.success {
    border: 1px solid rgba(45, 212, 191, .35);
    color: #bdf7e9;
    background: rgba(45, 212, 191, .08);
}

.pdu-contact-alert.error {
    border: 1px solid rgba(255, 132, 144, .35);
    color: #ffd0d5;
    background: rgba(255, 132, 144, .08);
}

.pdu-contact-alert.error ul {
    margin-bottom: 0;
}

.pdu-form-section-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 29px 0 17px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
}

.pdu-form-section-title:first-of-type {
    margin-top: 0;
}

.pdu-form-section-title > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(34, 211, 238, .28);
    border-radius: 13px;
    color: var(--cyan);
    background: rgba(34, 211, 238, .06);
    font-size: .7rem;
    font-weight: 900;
}

.pdu-form-section-title strong,
.pdu-form-section-title small {
    display: block;
}

.pdu-form-section-title small {
    margin-top: 2px;
    color: var(--muted);
    font-size: .68rem;
}

.pdu-form-grid {
    display: grid;
    gap: 14px;
}

.pdu-form-grid.two-columns {
    grid-template-columns: 1fr 1fr;
}

.pdu-form-field {
    display: grid;
    gap: 8px;
}

.pdu-form-field.full-width {
    grid-column: 1 / -1;
}

.pdu-form-field > span {
    color: #c8d9e2;
    font-size: .72rem;
    font-weight: 750;
}

.pdu-form-field input,
.pdu-form-field select,
.pdu-form-field textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 12px;
    outline: none;
    color: #eef8ff;
    background: rgba(1, 10, 19, .68);
    transition:
        border-color .2s,
        box-shadow .2s,
        background .2s;
}

.pdu-form-field input,
.pdu-form-field select {
    min-height: 48px;
    padding: 0 14px;
}

.pdu-form-field textarea {
    min-height: 210px;
    padding: 14px;
    resize: vertical;
}

.pdu-form-field select option {
    color: #eef8ff;
    background: #071725;
}

.pdu-form-field input::placeholder,
.pdu-form-field textarea::placeholder {
    color: #647f91;
}

.pdu-form-field input:focus,
.pdu-form-field select:focus,
.pdu-form-field textarea:focus {
    border-color: rgba(34, 211, 238, .55);
    background: rgba(3, 18, 31, .9);
    box-shadow:
        0 0 0 3px rgba(34, 211, 238, .07);
}

.pdu-field-help {
    color: #829baa;
    font-size: .64rem;
}

.pdu-contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 22px;
    padding: 17px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .02);
    cursor: pointer;
}

.pdu-contact-consent input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--cyan);
}

.pdu-contact-consent span {
    color: #aebfca;
    font-size: .72rem;
}

.pdu-contact-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.pdu-contact-submit strong,
.pdu-contact-submit small {
    display: block;
}

.pdu-contact-submit small {
    margin-top: 3px;
    color: var(--muted);
    font-size: .65rem;
}

.pdu-contact-submit button {
    border: 0;
    cursor: pointer;
}

.pdu-contact-sidebar {
    display: grid;
    gap: 13px;
}

.pdu-contact-sidebar article {
    padding: 21px;
}

.pdu-contact-sidebar article > small {
    color: var(--cyan);
    font-size: .62rem;
    font-weight: 800;
    text-transform: uppercase;
}

.pdu-contact-sidebar h3 {
    margin: 15px 0 8px;
    overflow-wrap: anywhere;
}

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

.pdu-contact-sidebar a {
    color: var(--cyan);
    font-size: .72rem;
    font-weight: 800;
}

.pdu-contact-sidebar ul {
    display: grid;
    gap: 9px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    color: #b9cbd5;
    font-size: .72rem;
}

.pdu-contact-sidebar li:before {
    content: "✓";
    margin-right: 8px;
    color: var(--aqua);
}

.pdu-contact-sidebar .contact-warning-list li:before {
    content: "×";
    color: #ff8490;
}

.contact-process {
    display: grid;
    gap: 9px;
    margin-top: 16px;
}

.contact-process span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #bacbd5;
    font-size: .7rem;
}

.contact-process b {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid var(--line);
    border-radius: 10px;
    color: var(--cyan);
    font-size: .6rem;
}

.pdu-contact-transparency {
    background:
        linear-gradient(
            180deg,
            rgba(3, 14, 25, .38),
            transparent
        );
}

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

.pdu-contact-transparency-grid article {
    min-height: 230px;
    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-contact-transparency-grid b {
    color: var(--cyan);
}

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

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

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

.pdu-contact-faq-grid {
    max-width: 1050px;
    display: grid;
    gap: 10px;
    margin: auto;
}

.pdu-contact-faq-grid details {
    border: 1px solid var(--line);
    border-radius: 15px;
    background: rgba(255, 255, 255, .02);
}

.pdu-contact-faq-grid summary {
    position: relative;
    padding: 18px 52px 18px 19px;
    color: #e8f3f8;
    font-size: .8rem;
    font-weight: 750;
    cursor: pointer;
    list-style: none;
}

.pdu-contact-faq-grid summary::-webkit-details-marker {
    display: none;
}

.pdu-contact-faq-grid summary:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 19px;
    color: var(--cyan);
    font-size: 1.1rem;
    transform: translateY(-50%);
}

.pdu-contact-faq-grid details[open] summary:after {
    content: "−";
}

.pdu-contact-faq-grid p {
    margin: 0;
    padding: 0 19px 19px;
    color: var(--muted);
    font-size: .75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-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-user {
    left: 5%;
    width: 70px;
    height: 165px;
}

.building-family {
    left: 18%;
    width: 82px;
    height: 225px;
}

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

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

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

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

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

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

    .pdu-contact-layout {
        grid-template-columns: 1fr;
    }

    .pdu-contact-sidebar {
        grid-template-columns: repeat(2, 1fr);
    }

    .pdu-contact-transparency-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

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

    .pdu-contact-network {
        transform: scale(.92);
    }

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

    .pdu-contact-summary,
    .pdu-contact-directions-grid,
    .pdu-contact-transparency-grid {
        grid-template-columns: 1fr;
    }

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

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

    .pdu-form-grid.two-columns {
        grid-template-columns: 1fr;
    }

    .pdu-form-field.full-width {
        grid-column: auto;
    }

    .pdu-contact-submit {
        align-items: flex-start;
        flex-direction: column;
    }

    .pdu-contact-sidebar {
        grid-template-columns: 1fr;
    }

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

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

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