#frmDomainHomepage,
.home-domain-search {
    display: none;
}

/* Final homepage polish layer: keeps the guest portal sections crisp when WHMCS/Bootstrap defaults compete. */
.zt-guest-home {
    color: #0f172a;
    font-synthesis-weight: none;
    text-rendering: geometricPrecision;
}

.zt-guest-home a {
    text-decoration: none;
}

.zt-guest-home a:hover,
.zt-guest-home a:focus {
    text-decoration: none;
}

.zt-portal-hero__inner {
    min-height: 450px;
}

.zt-portal-hero__visual {
    display: block;
}

.zt-portal-device {
    opacity: 1;
}

.zt-control-header h2,
.zt-launch-header h2,
.zt-support-heading h2,
.zt-resource-command__heading h2,
.zt-faq-heading h2 {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    color: #0f172a;
    font-size: clamp(2.15rem, 3.15vw, 3.25rem);
    line-height: 1.05;
}

.zt-control-header p,
.zt-launch-header p {
    color: rgba(15, 23, 42, 0.72);
    font-size: 1.02rem;
}

.zt-network-stage {
    min-height: 600px;
}

.zt-network-stage::before {
    inset: 76px 12% 58px;
    border-color: rgba(4, 58, 126, 0.1);
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.9), transparent 48%),
        radial-gradient(circle at 50% 50%, rgba(4, 58, 126, 0.12), transparent 68%);
    box-shadow: inset 0 0 90px rgba(4, 58, 126, 0.06);
}

.zt-network-center {
    width: min(100%, 374px);
    min-height: 252px;
    border-color: rgba(4, 58, 126, 0.14);
    background:
        radial-gradient(circle at 50% 0%, rgba(223, 164, 8, 0.16), transparent 42%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.9));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.94),
        0 30px 80px rgba(4, 58, 126, 0.18);
}

.zt-network-center::before {
    background: rgba(255, 255, 255, 0.52);
    box-shadow: 0 22px 60px rgba(4, 58, 126, 0.1);
}

.zt-network-center__kicker {
    color: #7a6200;
    font-size: 0.74rem;
}

.zt-network-center strong {
    max-width: 280px;
    color: #043a7e;
    font-size: 1.42rem;
}

.zt-network-center > span:not(.zt-network-center__orb):not(.zt-network-center__kicker) {
    max-width: 282px;
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.94rem;
    font-weight: 700;
}

.zt-network-center__status span {
    background: #ffffff;
    color: #043a7e;
    font-size: 0.7rem;
}

.zt-network-node {
    width: min(100%, 292px);
    min-height: 188px;
    border-color: rgba(4, 58, 126, 0.16);
    background: rgba(255, 255, 255, 0.94);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.98),
        0 22px 52px rgba(4, 58, 126, 0.13);
}

.zt-network-node--hosting,
.zt-network-node--billing {
    top: 42px;
}

.zt-network-node--support,
.zt-network-node--account {
    bottom: 42px;
}

.zt-node-icon,
.zt-launch-step__icon,
.zt-resource-capsule__icon {
    position: relative;
    overflow: hidden;
}

.zt-node-icon::before,
.zt-launch-step__icon::before,
.zt-resource-capsule__icon::before {
    content: "";
    position: absolute;
    inset: 13px;
    border: 2px solid currentColor;
    border-radius: 7px;
    opacity: 0.32;
}

.zt-node-icon i,
.zt-launch-step__icon i,
.zt-resource-capsule__icon i {
    position: relative;
    z-index: 1;
}

.zt-node-title {
    color: #043a7e;
    font-size: 1.02rem;
}

.zt-node-text {
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.88rem;
    font-weight: 760;
}

.zt-node-assist {
    color: #7a6200;
    font-size: 0.75rem;
}

.zt-launch-path {
    min-height: 560px;
}

.zt-launch-step {
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.96),
        0 22px 52px rgba(4, 58, 126, 0.12);
}

.zt-launch-step strong {
    color: #043a7e;
    font-size: 1.02rem;
}

.zt-launch-step > span:last-child {
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.88rem;
    font-weight: 760;
}

.zt-service-promo {
    background:
        radial-gradient(circle at 82% 48%, rgba(223, 164, 8, 0.12), transparent 28%),
        #ffffff;
}

.zt-service-chip {
    color: #043a7e;
    font-size: 0.9rem;
    opacity: 1;
}

.zt-review-card blockquote,
.zt-faq-body,
.zt-resource-capsule > span:last-child {
    font-weight: 700;
}

.zt-resource-command__heading h2 {
    color: #ffffff;
}

.zt-network-center,
.zt-network-node,
.zt-launch-step,
.zt-service-chip,
.zt-review-card {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .zt-portal-hero__visual {
        display: none;
    }

    .zt-network-stage {
        min-height: 0;
    }

    .zt-network-center {
        width: 100%;
    }

    .zt-network-node {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .zt-control-header h2,
    .zt-launch-header h2,
    .zt-support-heading h2,
    .zt-resource-command__heading h2,
    .zt-faq-heading h2 {
        font-size: clamp(1.72rem, 8vw, 2.2rem);
    }

    .zt-service-chips {
        display: flex;
        min-height: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .zt-service-chip,
    .zt-service-chip--one,
    .zt-service-chip--two,
    .zt-service-chip--three,
    .zt-service-chip--four,
    .zt-service-chip--five,
    .zt-service-chip--six,
    .zt-service-chip--seven {
        position: static;
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 575.98px) {
    .zt-portal-hero__inner {
        min-height: 0;
    }

    .zt-node-text,
    .zt-launch-step > span:last-child {
        font-size: 0.84rem;
    }

    .zt-service-chip {
        width: 100%;
        justify-content: flex-start;
    }
}

/* Final hero/full-width override: keep this last. */
.zt-guest-home {
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    border-radius: 0;
}

.zt-portal-hero {
    margin: 0;
    border-radius: 0;
}

.zt-portal-hero__inner {
    width: min(100%, 1320px);
    max-width: 1320px;
    min-height: 610px;
    margin: 0 auto;
    grid-template-columns: minmax(360px, 0.78fr) minmax(520px, 1.22fr);
    gap: clamp(24px, 4vw, 68px);
    padding: clamp(56px, 7vw, 86px) clamp(24px, 5vw, 72px) 34px;
}

.zt-portal-hero__content {
    max-width: 590px;
}

.zt-portal-hero__title {
    font-size: clamp(2.65rem, 4.2vw, 4.65rem);
}

.zt-portal-hero__copy {
    max-width: 560px;
    font-size: clamp(1rem, 1.05vw, 1.1rem);
}

.zt-portal-hero__visual {
    display: flex;
    min-width: 0;
    min-height: 0;
    max-width: none;
    align-items: center;
    justify-content: flex-end;
    align-self: center;
    margin: 0;
    animation: zt-portal-fade-float 0.9s ease 0.08s both, zt-portal-gentle-float 7s ease-in-out 1s infinite;
}

.zt-portal-hero__visual::before {
    inset: auto -6% 6% 8%;
    width: 76%;
    height: 68%;
    border: 0;
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.22), transparent 58%),
        radial-gradient(circle at 50% 50%, rgba(223, 164, 8, 0.14), transparent 68%);
    filter: blur(8px);
    transform: none;
}

.zt-portal-hero__visual::after {
    right: 4%;
    bottom: 3%;
    width: 78%;
    height: 36px;
    background: rgba(1, 22, 48, 0.38);
    filter: blur(20px);
}

.zt-portal-hero__image-wrap {
    position: relative;
    z-index: 2;
    width: min(100%, 760px);
    margin: 0;
}

.zt-portal-hero__image-wrap::before {
    content: "";
    position: absolute;
    inset: 8% 8% 5%;
    z-index: -1;
    border-radius: 42px;
    background:
        radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.2), transparent 26%),
        linear-gradient(145deg, rgba(4, 58, 126, 0.78), rgba(15, 23, 42, 0.42));
    box-shadow: 0 34px 80px rgba(1, 22, 48, 0.3);
}

.zt-portal-hero__image {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    border: 0;
    filter: drop-shadow(0 34px 54px rgba(1, 22, 48, 0.22));
    -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 0 70%, rgba(0, 0, 0, 0.92) 82%, transparent 98%);
    mask-image: radial-gradient(ellipse at 50% 50%, #000 0 70%, rgba(0, 0, 0, 0.92) 82%, transparent 98%);
}

.zt-portal-device,
.zt-portal-float {
    display: none;
}

.zt-portal-hero__trust {
    width: min(100% - 48px, 1210px);
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 991.98px) {
    .zt-portal-hero__inner {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 46px 24px 24px;
    }

    .zt-portal-hero__content {
        max-width: 680px;
    }

    .zt-portal-hero__visual {
        position: relative;
        inset: auto;
        z-index: 1;
        display: flex;
        width: 100%;
        max-width: none;
        justify-content: center;
        margin-top: 8px;
        opacity: 1;
        animation: none;
        pointer-events: auto;
    }

    .zt-portal-hero__image-wrap {
        width: min(100%, 720px);
    }

    .zt-portal-hero__trust {
        width: min(100% - 40px, 720px);
    }
}

@media (max-width: 575.98px) {
    .zt-portal-hero__inner {
        padding: 34px 18px 18px;
    }

    .zt-portal-hero__title {
        font-size: clamp(2.05rem, 11vw, 2.8rem);
    }

    .zt-portal-hero__visual {
        display: flex;
        margin-top: 2px;
    }

    .zt-portal-hero__image-wrap {
        width: min(118vw, 520px);
        margin-right: -8vw;
        margin-left: -8vw;
    }

    .zt-portal-hero__trust {
        width: calc(100% - 28px);
    }
}

/* Hero image and full-bleed homepage correction. */
.zt-guest-home {
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    border-radius: 0;
}

.zt-portal-hero {
    margin: 0;
    border-radius: 0;
}

.zt-portal-hero__inner {
    width: min(100%, 1320px);
    max-width: 1320px;
    min-height: 610px;
    margin: 0 auto;
    grid-template-columns: minmax(360px, 0.78fr) minmax(520px, 1.22fr);
    gap: clamp(24px, 4vw, 68px);
    padding: clamp(56px, 7vw, 86px) clamp(24px, 5vw, 72px) 34px;
}

.zt-portal-hero__content {
    max-width: 590px;
}

.zt-portal-hero__title {
    font-size: clamp(2.65rem, 4.2vw, 4.65rem);
}

.zt-portal-hero__copy {
    max-width: 560px;
    font-size: clamp(1rem, 1.05vw, 1.1rem);
}

.zt-portal-hero__visual {
    display: flex;
    min-width: 0;
    min-height: 0;
    max-width: none;
    align-items: center;
    justify-content: flex-end;
    align-self: center;
    margin: 0;
    animation: zt-portal-fade-float 0.9s ease 0.08s both, zt-portal-gentle-float 7s ease-in-out 1s infinite;
}

.zt-portal-hero__visual::before {
    inset: auto -6% 6% 8%;
    width: 76%;
    height: 68%;
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.22), transparent 58%),
        radial-gradient(circle at 50% 50%, rgba(223, 164, 8, 0.14), transparent 68%);
    filter: blur(8px);
    transform: none;
}

.zt-portal-hero__visual::after {
    right: 4%;
    bottom: 3%;
    width: 78%;
    height: 36px;
    background: rgba(1, 22, 48, 0.38);
    filter: blur(20px);
}

.zt-portal-hero__image-wrap {
    position: relative;
    z-index: 2;
    width: min(100%, 760px);
    margin: 0;
}

.zt-portal-hero__image-wrap::before {
    content: "";
    position: absolute;
    inset: 8% 8% 5%;
    z-index: -1;
    border-radius: 42px;
    background:
        radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.2), transparent 26%),
        linear-gradient(145deg, rgba(4, 58, 126, 0.78), rgba(15, 23, 42, 0.42));
    box-shadow: 0 34px 80px rgba(1, 22, 48, 0.3);
}

.zt-portal-hero__image {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    border: 0;
    filter: drop-shadow(0 34px 54px rgba(1, 22, 48, 0.22));
    -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 0 70%, rgba(0, 0, 0, 0.92) 82%, transparent 98%);
    mask-image: radial-gradient(ellipse at 50% 50%, #000 0 70%, rgba(0, 0, 0, 0.92) 82%, transparent 98%);
}

.zt-portal-device,
.zt-portal-float {
    display: none;
}

.zt-portal-hero__trust {
    width: min(100% - 48px, 1210px);
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 991.98px) {
    .zt-portal-hero__inner {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 46px 24px 24px;
    }

    .zt-portal-hero__content {
        max-width: 680px;
    }

    .zt-portal-hero__visual {
        display: flex;
        justify-content: center;
        margin-top: 8px;
        animation: none;
    }

    .zt-portal-hero__image-wrap {
        width: min(100%, 720px);
    }

    .zt-portal-hero__trust {
        width: min(100% - 40px, 720px);
    }
}

@media (max-width: 575.98px) {
    .zt-portal-hero__inner {
        padding: 34px 18px 18px;
    }

    .zt-portal-hero__title {
        font-size: clamp(2.05rem, 11vw, 2.8rem);
    }

    .zt-portal-hero__visual {
        margin-top: 2px;
    }

    .zt-portal-hero__image-wrap {
        width: min(118vw, 520px);
        margin-right: -8vw;
        margin-left: -8vw;
    }

    .zt-portal-hero__trust {
        width: calc(100% - 28px);
    }
}

.zt-resource-command__heading h2 {
    color: #ffffff;
}

.zt-guest-home {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
    background:
        radial-gradient(circle at 8% 18%, rgba(223, 164, 8, 0.1), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 48%, #ffffff 100%);
}

.zt-guest-home::before {
    content: "";
    position: absolute;
    inset: 620px 0 auto;
    height: 420px;
    pointer-events: none;
    background:
        radial-gradient(circle at 14% 20%, rgba(4, 58, 126, 0.07), transparent 30%),
        radial-gradient(circle at 84% 12%, rgba(223, 164, 8, 0.1), transparent 28%);
}

.zt-portal-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin: 0 0 30px;
    border-radius: 0 0 28px 28px;
    background:
        radial-gradient(circle at 13% 18%, rgba(223, 164, 8, 0.25), transparent 30%),
        radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.18), transparent 28%),
        radial-gradient(circle at 74% 76%, rgba(223, 164, 8, 0.14), transparent 30%),
        linear-gradient(135deg, #043a7e 0%, #043a7e 47%, #0f172a 100%);
    background-size: 150% 150%;
    color: #ffffff;
    box-shadow: 0 22px 52px rgba(4, 58, 126, 0.22);
    animation: zt-portal-gradient-shift 18s ease-in-out infinite;
}

.zt-portal-hero::before,
.zt-portal-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
}

.zt-portal-hero::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.9), transparent 76%);
}

.zt-portal-hero::after {
    bottom: -1px;
    top: auto;
    height: 64px;
    background: radial-gradient(120% 68px at 50% 100%, #ffffff 0%, #ffffff 45%, transparent 47%);
    opacity: 0.96;
}

.zt-portal-hero__bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.zt-portal-hero__bg::before,
.zt-portal-hero__bg::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.zt-portal-hero__bg::before {
    width: 58%;
    height: 120%;
    right: -16%;
    top: -12%;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.09) 46%, transparent 68%);
    transform: rotate(-8deg);
}

.zt-portal-hero__bg::after {
    width: 46%;
    height: 1px;
    right: 7%;
    top: 52%;
    background: linear-gradient(90deg, transparent, rgba(223, 164, 8, 0.5), transparent);
    box-shadow:
        0 52px 0 rgba(255, 255, 255, 0.12),
        0 -52px 0 rgba(255, 255, 255, 0.1);
    opacity: 0.72;
}

.zt-portal-hero__glow,
.zt-portal-hero__node {
    position: absolute;
    display: block;
}

.zt-portal-hero__glow {
    border-radius: 999px;
    filter: blur(2px);
}

.zt-portal-hero__glow--one {
    width: 310px;
    height: 310px;
    left: -92px;
    top: 26px;
    background: rgba(223, 164, 8, 0.2);
}

.zt-portal-hero__glow--two {
    width: 380px;
    height: 380px;
    right: -118px;
    bottom: 22px;
    background: rgba(255, 255, 255, 0.13);
}

.zt-portal-hero__node {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.08);
}

.zt-portal-hero__node::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 92px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.44), transparent);
    transform-origin: left center;
}

.zt-portal-hero__node--one {
    left: 11%;
    top: 24%;
}

.zt-portal-hero__node--one::after {
    transform: rotate(18deg);
}

.zt-portal-hero__node--two {
    left: 34%;
    top: 72%;
}

.zt-portal-hero__node--two::after {
    transform: rotate(-12deg);
}

.zt-portal-hero__node--three {
    right: 34%;
    top: 20%;
}

.zt-portal-hero__node--three::after {
    transform: rotate(155deg);
}

.zt-portal-hero__node--four {
    right: 12%;
    bottom: 28%;
}

.zt-portal-hero__node--four::after {
    transform: rotate(198deg);
}

.zt-portal-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 52fr) minmax(320px, 48fr);
    gap: 34px;
    align-items: center;
    min-height: 430px;
    padding: 42px 54px 22px;
}

.zt-portal-hero__content {
    max-width: 620px;
    animation: zt-portal-fade-in 0.8s ease both;
}

.zt-portal-hero__seal {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.78rem;
    font-weight: 850;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.zt-portal-hero__seal-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #dfa408;
    box-shadow: 0 0 0 6px rgba(223, 164, 8, 0.14);
}

.zt-portal-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 8px 13px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.zt-portal-hero__eyebrow-line {
    width: 42px;
    height: 2px;
    border-radius: 999px;
    background: #dfa408;
}

.zt-portal-hero__title {
    max-width: 600px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.35rem, 3.6vw, 3.55rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
    text-wrap: balance;
}

.zt-portal-hero__copy {
    max-width: 570px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(0.98rem, 1.15vw, 1.08rem);
    line-height: 1.62;
}

.zt-portal-hero__copy p {
    margin: 0 0 12px;
}

.zt-portal-hero__copy p:last-child {
    margin-bottom: 0;
}

.zt-portal-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.zt-portal-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0.9rem 1.55rem;
    border-radius: 999px;
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.zt-portal-hero__button:hover,
.zt-portal-hero__button:focus {
    text-decoration: none;
    transform: translateY(-2px);
}

.zt-portal-hero__button--primary {
    border: 1px solid #dfa408;
    background: #dfa408;
    color: #043a7e;
    box-shadow: 0 18px 38px rgba(223, 164, 8, 0.3);
}

.zt-portal-hero__button--primary:hover,
.zt-portal-hero__button--primary:focus {
    color: #043a7e;
    background: #dfa408;
    border-color: #dfa408;
    box-shadow: 0 20px 40px rgba(223, 164, 8, 0.34);
}

.zt-portal-hero__button--secondary {
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.zt-portal-hero__button--secondary:hover,
.zt-portal-hero__button--secondary:focus {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.zt-portal-hero__site-link {
    display: inline-flex;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.zt-portal-hero__site-link:hover,
.zt-portal-hero__site-link:focus {
    color: #ffffff;
    text-decoration: none;
    transform: translateX(2px);
}

.zt-hero-status-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.zt-hero-status-row span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    font-weight: 750;
}

.zt-hero-status-row strong {
    color: #ffffff;
}

.zt-portal-hero__visual {
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: 384px;
    max-width: 520px;
    align-self: stretch;
    margin-left: auto;
    animation: zt-portal-fade-float 0.9s ease 0.08s both, zt-portal-gentle-float 6.5s ease-in-out 1s infinite;
}

.zt-portal-hero__visual::before,
.zt-portal-hero__visual::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.zt-portal-hero__visual::before {
    inset: -30px -18px -22px 28px;
    z-index: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 34px;
    background:
        radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.24), transparent 26%),
        radial-gradient(circle at 18% 72%, rgba(223, 164, 8, 0.2), transparent 27%),
        linear-gradient(145deg, rgba(8, 72, 151, 0.95), rgba(4, 58, 126, 0.64) 52%, rgba(2, 23, 55, 0.58));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 26px 56px rgba(1, 22, 48, 0.24);
    transform: rotate(-2deg);
}

.zt-portal-hero__visual::after {
    right: 18px;
    bottom: -26px;
    z-index: 0;
    width: 72%;
    height: 32px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.34);
    filter: blur(18px);
}

.zt-portal-float {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 22px;
    background:
        radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.98), transparent 30%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(222, 231, 243, 0.86));
    color: #043a7e;
    font-size: 1.22rem;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 22px 46px rgba(1, 22, 48, 0.26);
}

.zt-portal-float::after {
    content: "";
    position: absolute;
    inset: 9px;
    border-radius: 16px;
    border: 1px solid rgba(223, 164, 8, 0.28);
    pointer-events: none;
}

.zt-portal-float i {
    position: relative;
    z-index: 1;
    color: #dfa408;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

.zt-portal-float--cloud {
    top: 34px;
    left: 0;
}

.zt-portal-float--domain {
    top: 44px;
    right: -2px;
}

.zt-portal-float--support {
    right: 24px;
    bottom: 40px;
}

.zt-portal-float--secure {
    left: 8px;
    bottom: 86px;
}

.zt-portal-device {
    position: absolute;
    top: 50%;
    right: 8px;
    z-index: 2;
    width: min(100%, 452px);
    max-width: 452px;
    margin-left: 0;
    padding: 12px 12px 38px;
    transform: translateY(-50%) perspective(920px) rotateY(-5deg) rotateX(2deg) scale(0.74);
    transform-origin: center;
}

.zt-portal-device::before {
    content: "";
    position: absolute;
    inset: 0 0 30px;
    border-radius: 26px;
    background:
        linear-gradient(145deg, rgba(8, 13, 24, 0.98), rgba(30, 45, 66, 0.96) 54%, rgba(5, 11, 20, 0.98)),
        linear-gradient(135deg, #0f172a, #24364f);
    box-shadow:
        inset 0 0 0 9px rgba(7, 12, 22, 0.98),
        inset 0 0 0 11px rgba(255, 255, 255, 0.14),
        0 28px 58px rgba(1, 22, 48, 0.3);
}

.zt-portal-device::after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: 0;
    left: 24px;
    height: 46px;
    border-radius: 14px 14px 28px 28px;
    background:
        linear-gradient(180deg, rgba(241, 245, 249, 0.95), rgba(148, 163, 184, 0.72)),
        linear-gradient(90deg, transparent 42%, rgba(255, 255, 255, 0.75) 49%, transparent 58%);
    box-shadow: 0 22px 36px rgba(1, 22, 48, 0.24);
    transform: perspective(420px) rotateX(54deg);
    transform-origin: top;
}

.zt-portal-signal {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 9px 12px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 900;
    box-shadow: 0 18px 42px rgba(1, 22, 48, 0.24);
    backdrop-filter: blur(14px);
}

.zt-portal-signal span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #dfa408;
    box-shadow: 0 0 0 6px rgba(223, 164, 8, 0.14);
}

.zt-portal-signal--top {
    top: 22px;
    right: -12px;
}

.zt-portal-signal--bottom {
    left: 12px;
    bottom: 46px;
}

.zt-portal-card {
    position: relative;
    z-index: 1;
    width: min(100%, 408px);
    margin: 0 auto;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 22px;
    background:
        radial-gradient(circle at 92% 8%, rgba(223, 164, 8, 0.12), transparent 24%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 244, 251, 0.94));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 18px 48px rgba(1, 22, 48, 0.24);
}

.zt-portal-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    pointer-events: none;
    border-radius: 21px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.52), transparent 42%),
        linear-gradient(90deg, rgba(4, 58, 126, 0.05) 1px, transparent 1px);
    background-size: auto, 58px 58px;
}

.zt-portal-card > * {
    position: relative;
    z-index: 1;
}

.zt-portal-card__toolbar {
    display: flex;
    gap: 7px;
    margin-bottom: 9px;
}

.zt-portal-card__toolbar span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(4, 58, 126, 0.18);
}

.zt-portal-card__toolbar span:nth-child(2) {
    background: rgba(223, 164, 8, 0.48);
}

.zt-portal-card__toolbar span:nth-child(3) {
    background: rgba(22, 163, 74, 0.34);
}

.zt-portal-card__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 9px;
}

.zt-portal-card__nav-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    border: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 999px;
    padding: 6px 9px;
    background: rgba(248, 250, 252, 0.88);
    color: rgba(15, 23, 42, 0.58);
    font-size: 0.72rem;
    font-weight: 850;
}

.zt-portal-card__nav-item--active {
    border-color: rgba(4, 58, 126, 0.72);
    background: #043a7e;
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(4, 58, 126, 0.18);
}

.zt-portal-command {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(4, 58, 126, 0.1);
    border-radius: 16px;
    padding: 10px;
    background:
        radial-gradient(circle at 88% 14%, rgba(223, 164, 8, 0.2), transparent 32%),
        linear-gradient(135deg, #043a7e, #0f172a);
    box-shadow: 0 14px 28px rgba(4, 58, 126, 0.16);
}

.zt-portal-command span,
.zt-portal-command strong,
.zt-portal-command em {
    display: block;
}

.zt-portal-command span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.zt-portal-command strong {
    margin-top: 4px;
    color: #ffffff;
    font-size: 0.94rem;
    font-weight: 900;
}

.zt-portal-command em {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 6px 9px;
    background: #dfa408;
    color: #043a7e;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
}

.zt-portal-card__header,
.zt-portal-profile,
.zt-portal-security,
.zt-portal-quick-actions div {
    display: flex;
    align-items: center;
}

.zt-portal-card__header {
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(4, 58, 126, 0.08);
}

.zt-portal-profile {
    min-width: 0;
    gap: 10px;
}

.zt-portal-profile__avatar {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 36%, rgba(4, 58, 126, 0.95) 0 22%, transparent 23%),
        radial-gradient(circle at 50% 88%, rgba(4, 58, 126, 0.9) 0 31%, transparent 32%),
        #eef4fb;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.9), 0 12px 24px rgba(4, 58, 126, 0.14);
}

.zt-portal-profile__label,
.zt-portal-profile__name,
.zt-portal-quick-actions p {
    margin: 0;
}

.zt-portal-profile__label {
    color: rgba(15, 23, 42, 0.5);
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.zt-portal-profile__name {
    color: #0f172a;
    font-size: 0.98rem;
    font-weight: 850;
}

.zt-portal-card__status {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 6px 10px;
    background: rgba(223, 164, 8, 0.16);
    color: #7a6200;
    font-size: 0.75rem;
    font-weight: 850;
}

.zt-portal-card__notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    border: 1px solid rgba(223, 164, 8, 0.28);
    border-radius: 18px;
    padding: 13px;
    background: rgba(223, 164, 8, 0.12);
}

.zt-portal-card__notice span,
.zt-portal-card__notice strong,
.zt-portal-card__notice em {
    display: block;
}

.zt-portal-card__notice span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.74rem;
    font-weight: 850;
    text-transform: uppercase;
}

.zt-portal-card__notice strong {
    margin-top: 4px;
    color: #ffffff;
    font-size: 0.92rem;
    line-height: 1.35;
}

.zt-portal-card__notice em {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 6px 9px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 850;
}

.zt-portal-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
}

.zt-portal-metric,
.zt-portal-security,
.zt-portal-quick-actions {
    border: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.84),
        0 10px 22px rgba(4, 58, 126, 0.07);
}

.zt-portal-metric {
    position: relative;
    overflow: hidden;
    min-height: 76px;
    padding: 10px;
}

.zt-portal-metric--wide {
    grid-column: auto;
    min-height: 76px;
}

.zt-portal-metric::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -22px;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: rgba(4, 58, 126, 0.05);
}

.zt-portal-metric__icon {
    display: inline-flex;
    width: 27px;
    height: 27px;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    border-radius: 10px;
    background: rgba(4, 58, 126, 0.08);
    color: #dfa408;
    font-size: 0.86rem;
}

.zt-portal-metric__label {
    display: block;
    min-height: 0;
    color: rgba(15, 23, 42, 0.56);
    font-size: 0.72rem;
    font-weight: 750;
    line-height: 1.35;
}

.zt-portal-metric strong {
    display: block;
    margin-top: 5px;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

.zt-portal-health {
    display: none;
    grid-template-columns: 1.2fr 0.75fr 0.95fr;
    gap: 7px;
    margin-top: 9px;
}

.zt-portal-health span {
    height: 6px;
    border-radius: 999px;
    background: rgba(4, 58, 126, 0.09);
    overflow: hidden;
}

.zt-portal-health span::before {
    content: "";
    display: block;
    width: 76%;
    height: 100%;
    border-radius: inherit;
    background: #dfa408;
}

.zt-portal-health span:nth-child(2)::before {
    width: 92%;
}

.zt-portal-health span:nth-child(3)::before {
    width: 64%;
}

.zt-portal-security {
    gap: 10px;
    margin-top: 8px;
    padding: 10px;
    background:
        radial-gradient(circle at 92% 16%, rgba(22, 163, 74, 0.12), transparent 28%),
        rgba(255, 255, 255, 0.9);
}

.zt-portal-security__icon {
    position: relative;
    width: 32px;
    height: 36px;
    flex: 0 0 32px;
    border-radius: 18px 18px 20px 20px;
    background:
        linear-gradient(180deg, #f5c13a, #dfa408);
    box-shadow: 0 14px 26px rgba(223, 164, 8, 0.2);
}

.zt-portal-security__icon::before {
    content: "";
    position: absolute;
    left: 7px;
    top: -7px;
    width: 18px;
    height: 16px;
    border: 3px solid rgba(255, 255, 255, 0.92);
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
}

.zt-portal-security span,
.zt-portal-security strong {
    display: block;
}

.zt-portal-security span {
    color: rgba(15, 23, 42, 0.56);
    font-size: 0.72rem;
    font-weight: 800;
}

.zt-portal-security strong {
    color: #0f172a;
    font-size: 0.96rem;
    font-weight: 900;
}

.zt-portal-quick-actions {
    margin-top: 8px;
    padding: 10px;
}

.zt-portal-quick-actions p {
    color: #0f172a;
    font-size: 0.8rem;
    font-weight: 900;
}

.zt-portal-quick-actions div {
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 7px;
}

.zt-portal-quick-actions span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border-radius: 999px;
    padding: 6px 9px;
    background: rgba(4, 58, 126, 0.07);
    color: rgba(15, 23, 42, 0.68);
    font-size: 0.7rem;
    font-weight: 800;
}

.zt-portal-activity {
    display: none;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    border: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 15px;
    padding: 8px;
    background: rgba(4, 58, 126, 0.06);
}

.zt-portal-activity span {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-radius: 999px;
    background: #dfa408;
    box-shadow: 0 0 0 7px rgba(223, 164, 8, 0.12);
}

.zt-portal-activity p {
    margin: 0;
    color: rgba(15, 23, 42, 0.62);
    font-size: 0.72rem;
    font-weight: 800;
}

.zt-portal-hero__trust {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin: 0 54px 26px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
    font-weight: 850;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
}

.zt-portal-hero__trust span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.04);
    line-height: 1.35;
    text-align: center;
}

.zt-portal-hero__trust i {
    color: #dfa408;
    font-size: 0.98rem;
}

.zt-home-section {
    position: relative;
    margin: 0;
    padding: 72px 56px;
}

.zt-home-section--white {
    background: #ffffff;
}

.zt-home-section--split {
    border-radius: 28px;
    background: #f8fafc;
}

.zt-home-section--prompt {
    padding-top: 48px;
    padding-bottom: 48px;
    background: #ffffff;
}

.zt-home-section--final {
    padding-top: 48px;
    padding-bottom: 64px;
    background: #f8fafc;
}

.zt-section-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.zt-section-heading--left {
    max-width: 720px;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}

.zt-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #7a6200;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.zt-section-kicker::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 2px;
    border-radius: 999px;
    background: #dfa408;
}

.zt-section-heading h2,
.zt-split-panel h2,
.zt-prompt-panel h2,
.zt-final-cta h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-weight: 900;
    line-height: 1.08;
}

.zt-section-heading p,
.zt-split-panel p,
.zt-prompt-panel p,
.zt-final-cta p {
    margin: 16px 0 0;
    color: rgba(15, 23, 42, 0.72);
    font-size: 1rem;
    line-height: 1.72;
}

.zt-control-network {
    position: relative;
    overflow: hidden;
    padding: 76px 56px 82px;
    background:
        radial-gradient(circle at 0% 6%, rgba(4, 58, 126, 0.08), transparent 34%),
        radial-gradient(circle at 100% 8%, rgba(4, 58, 126, 0.07), transparent 30%),
        radial-gradient(circle at 50% 56%, rgba(223, 164, 8, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.zt-control-network::before,
.zt-control-network::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.zt-control-network::before {
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(4, 58, 126, 0.1) 1px, transparent 1px),
        linear-gradient(rgba(4, 58, 126, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(4, 58, 126, 0.035) 1px, transparent 1px);
    background-position: 0 0, 0 0, 0 0;
    background-size: 24px 24px, 82px 82px, 82px 82px;
    mask-image: radial-gradient(circle at 50% 44%, rgba(0, 0, 0, 0.88), transparent 72%);
    opacity: 0.62;
}

.zt-control-network::after {
    right: 6%;
    bottom: -140px;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    background: rgba(4, 58, 126, 0.06);
    filter: blur(8px);
}

.zt-control-header {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
    animation: zt-control-rise 0.78s ease both;
}

.zt-control-header h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2rem, 3.35vw, 3rem);
    font-weight: 900;
    line-height: 1.08;
}

.zt-control-header p {
    max-width: 580px;
    margin: 15px auto 0;
    color: rgba(15, 23, 42, 0.68);
    font-size: 1rem;
    line-height: 1.7;
}

.zt-network-stage {
    position: relative;
    z-index: 1;
    min-height: 560px;
    max-width: 1120px;
    margin: 0 auto;
}

.zt-network-stage::before {
    content: "";
    position: absolute;
    inset: 88px 15% 72px;
    border: 1px solid rgba(4, 58, 126, 0.06);
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0) 58%),
        radial-gradient(circle at 50% 50%, rgba(4, 58, 126, 0.08), transparent 64%);
}

.zt-network-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.zt-network-line {
    fill: none;
    stroke: rgba(4, 58, 126, 0.2);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 760;
    stroke-dashoffset: 760;
    filter: drop-shadow(0 8px 18px rgba(4, 58, 126, 0.08));
    animation: zt-network-line-draw 1.25s ease forwards;
}

.zt-network-line--billing {
    animation-delay: 0.15s;
}

.zt-network-line--support {
    animation-delay: 0.3s;
}

.zt-network-line--account {
    animation-delay: 0.45s;
}

.zt-network-pulse {
    fill: #dfa408;
    opacity: 0.86;
    filter: drop-shadow(0 0 8px rgba(223, 164, 8, 0.52));
}

.zt-network-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: flex;
    width: min(100%, 332px);
    min-height: 224px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 28px;
    padding: 26px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(248, 250, 252, 0.68)),
        radial-gradient(circle at 50% 0%, rgba(4, 58, 126, 0.12), transparent 52%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 26px 72px rgba(4, 58, 126, 0.15);
    text-align: center;
    transform: translate(-50%, -50%) scale(0.95);
    animation: zt-network-center-in 0.72s ease 0.22s forwards;
    backdrop-filter: blur(18px);
}

.zt-network-center::before,
.zt-network-center::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.zt-network-center::before {
    inset: -18px;
    z-index: -1;
    border: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 36px;
    background: rgba(4, 58, 126, 0.035);
}

.zt-network-center::after {
    inset: 18px;
    border-radius: 22px;
    background-image:
        linear-gradient(rgba(4, 58, 126, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(4, 58, 126, 0.055) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.42), transparent 72%);
}

.zt-network-center > * {
    position: relative;
    z-index: 1;
}

.zt-network-center__orb {
    width: 58px;
    height: 58px;
    margin-bottom: 13px;
    border: 1px solid rgba(223, 164, 8, 0.42);
    border-radius: 20px;
    background:
        radial-gradient(circle at 38% 28%, rgba(255, 255, 255, 0.94), transparent 28%),
        linear-gradient(145deg, #043a7e, #0f172a);
    box-shadow: 0 18px 42px rgba(4, 58, 126, 0.22);
}

.zt-network-center__orb::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: 20px auto 0;
    border-radius: 999px;
    background: #dfa408;
    box-shadow: 0 0 0 8px rgba(223, 164, 8, 0.14);
}

.zt-network-center__kicker {
    color: #7a6200;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.zt-network-center strong {
    display: block;
    margin-top: 7px;
    color: #043a7e;
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1.12;
}

.zt-network-center > span:not(.zt-network-center__orb):not(.zt-network-center__kicker) {
    display: block;
    margin-top: 10px;
    color: rgba(15, 23, 42, 0.66);
    font-size: 0.91rem;
    line-height: 1.55;
}

.zt-network-center__status {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    margin-top: 16px;
}

.zt-network-center__status span {
    border: 1px solid rgba(4, 58, 126, 0.1);
    border-radius: 999px;
    padding: 6px 9px;
    background: rgba(255, 255, 255, 0.72);
    color: rgba(15, 23, 42, 0.64);
    font-size: 0.68rem;
    font-weight: 850;
}

.zt-network-node {
    position: absolute;
    z-index: 3;
    display: grid;
    width: min(100%, 268px);
    min-height: 174px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    border: 1px solid rgba(4, 58, 126, 0.13);
    border-radius: 24px;
    padding: 18px 18px 50px;
    background: rgba(255, 255, 255, 0.82);
    color: #0f172a;
    text-decoration: none;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 18px 46px rgba(4, 58, 126, 0.1);
    opacity: 0;
    transform: translateY(18px);
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
    animation: zt-network-node-in 0.64s ease forwards;
    backdrop-filter: blur(14px);
}

.zt-network-node:hover,
.zt-network-node:focus {
    border-color: rgba(223, 164, 8, 0.64);
    background: rgba(255, 255, 255, 0.96);
    color: #0f172a;
    text-decoration: none;
    transform: translateY(-6px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.96),
        0 26px 56px rgba(4, 58, 126, 0.16);
}

.zt-network-node--hosting {
    top: 52px;
    left: 0;
    animation-delay: 0.18s;
}

.zt-network-node--billing {
    top: 52px;
    right: 0;
    animation-delay: 0.3s;
}

.zt-network-node--support {
    bottom: 50px;
    left: 0;
    animation-delay: 0.42s;
}

.zt-network-node--account {
    right: 0;
    bottom: 50px;
    animation-delay: 0.54s;
}

.zt-node-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(223, 164, 8, 0.34);
    border-radius: 18px;
    background:
        radial-gradient(circle at 50% 0%, rgba(223, 164, 8, 0.14), transparent 58%),
        rgba(4, 58, 126, 0.06);
    color: #043a7e;
    font-size: 1.25rem;
    transition: background-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

.zt-network-node:hover .zt-node-icon,
.zt-network-node:focus .zt-node-icon {
    background: #043a7e;
    color: #dfa408;
    transform: scale(1.05);
}

.zt-node-title,
.zt-node-text,
.zt-node-text span,
.zt-node-assist {
    display: block;
}

.zt-node-title {
    color: #043a7e;
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.25;
}

.zt-node-text {
    grid-column: 1 / -1;
    margin-top: 0;
    color: rgba(15, 23, 42, 0.62);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.5;
}

.zt-node-text span + span {
    margin-top: 3px;
}

.zt-node-assist {
    position: absolute;
    right: 16px;
    bottom: 14px;
    left: 16px;
    border: 1px solid rgba(223, 164, 8, 0.28);
    border-radius: 999px;
    padding: 7px 10px;
    background: rgba(255, 255, 255, 0.96);
    color: #7a6200;
    font-size: 0.72rem;
    font-weight: 850;
    line-height: 1.25;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
}

.zt-network-node:hover .zt-node-assist,
.zt-network-node:focus .zt-node-assist {
    opacity: 1;
    transform: translateY(0);
}

.zt-network-stage:has(.zt-network-node--hosting:hover) .zt-network-line--hosting,
.zt-network-stage:has(.zt-network-node--hosting:focus) .zt-network-line--hosting,
.zt-network-stage:has(.zt-network-node--billing:hover) .zt-network-line--billing,
.zt-network-stage:has(.zt-network-node--billing:focus) .zt-network-line--billing,
.zt-network-stage:has(.zt-network-node--support:hover) .zt-network-line--support,
.zt-network-stage:has(.zt-network-node--support:focus) .zt-network-line--support,
.zt-network-stage:has(.zt-network-node--account:hover) .zt-network-line--account,
.zt-network-stage:has(.zt-network-node--account:focus) .zt-network-line--account {
    stroke: rgba(223, 164, 8, 0.7);
    stroke-width: 3;
}

.zt-launch-section {
    position: relative;
    overflow: hidden;
    padding: 78px 56px 84px;
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.95), transparent 34%),
        radial-gradient(circle at 100% 6%, rgba(255, 255, 255, 0.9), transparent 34%),
        radial-gradient(circle at 50% 42%, rgba(4, 58, 126, 0.08), transparent 36%),
        linear-gradient(180deg, #f8fbff 0%, #f8fafc 54%, #ffffff 100%);
}

.zt-launch-section::before,
.zt-launch-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.zt-launch-section::before {
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(4, 58, 126, 0.08) 1px, transparent 1px),
        linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.72) 50%, transparent 74%);
    background-size: 26px 26px, 100% 100%;
    mask-image: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0.74), transparent 74%);
}

.zt-launch-section::after {
    right: -120px;
    top: 32%;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    background: rgba(4, 58, 126, 0.055);
    filter: blur(8px);
}

.zt-launch-header {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
    animation: zt-control-rise 0.78s ease both;
}

.zt-launch-header h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2rem, 3.35vw, 3rem);
    font-weight: 900;
    line-height: 1.08;
}

.zt-launch-header p {
    max-width: 620px;
    margin: 15px auto 0;
    color: rgba(15, 23, 42, 0.68);
    font-size: 1rem;
    line-height: 1.7;
}

.zt-launch-path {
    position: relative;
    z-index: 1;
    min-height: 520px;
    max-width: 1060px;
    margin: 0 auto;
}

.zt-launch-path::before {
    content: "";
    position: absolute;
    inset: 68px 8% 46px;
    border: 1px solid rgba(4, 58, 126, 0.055);
    border-radius: 38px;
    background:
        radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.84), transparent 58%),
        rgba(255, 255, 255, 0.28);
}

.zt-launch-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.zt-launch-line {
    fill: none;
    stroke: rgba(4, 58, 126, 0.22);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 1040;
    stroke-dashoffset: 1040;
    filter: drop-shadow(0 12px 22px rgba(4, 58, 126, 0.09));
    animation: zt-launch-path-draw 1.7s ease 0.14s forwards;
}

.zt-launch-pulse {
    fill: #dfa408;
    opacity: 0.9;
    filter: drop-shadow(0 0 9px rgba(223, 164, 8, 0.58));
}

.zt-launch-step {
    position: absolute;
    z-index: 2;
    display: grid;
    width: min(100%, 282px);
    min-height: 164px;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    border: 1px solid rgba(4, 58, 126, 0.12);
    border-radius: 24px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.9);
    color: #0f172a;
    text-decoration: none;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 18px 46px rgba(4, 58, 126, 0.1);
    opacity: 0;
    transform: translateY(18px);
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
    animation: zt-launch-step-in 0.66s ease forwards;
    backdrop-filter: blur(14px);
}

.zt-launch-step:hover,
.zt-launch-step:focus {
    border-color: rgba(223, 164, 8, 0.62);
    background: #ffffff;
    color: #0f172a;
    text-decoration: none;
    transform: translateY(-6px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.96),
        0 26px 58px rgba(4, 58, 126, 0.16);
}

.zt-launch-step--account {
    top: 34px;
    left: 0;
    animation-delay: 0.18s;
}

.zt-launch-step--verify {
    top: 46px;
    right: 4%;
    animation-delay: 0.32s;
}

.zt-launch-step--service {
    top: 216px;
    left: 30%;
    transform: translateY(18px);
    animation-delay: 0.46s;
}

.zt-launch-step--service:hover,
.zt-launch-step--service:focus {
    transform: translateY(-6px);
}

.zt-launch-step--manage {
    right: 17%;
    bottom: 18px;
    animation-delay: 0.6s;
}

.zt-launch-step__count,
.zt-launch-step__icon,
.zt-launch-step strong,
.zt-launch-step > span:last-child {
    display: block;
}

.zt-launch-step__count {
    position: absolute;
    top: 14px;
    right: 16px;
    color: rgba(4, 58, 126, 0.22);
    font-size: 0.78rem;
    font-weight: 950;
}

.zt-launch-step__icon {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(223, 164, 8, 0.34);
    border-radius: 18px;
    background:
        radial-gradient(circle at 50% 0%, rgba(223, 164, 8, 0.14), transparent 58%),
        rgba(4, 58, 126, 0.06);
    color: #043a7e;
    font-size: 1.2rem;
    transform: scale(0.94);
    animation: zt-launch-icon-in 0.62s ease forwards;
}

.zt-launch-step:hover .zt-launch-step__icon,
.zt-launch-step:focus .zt-launch-step__icon {
    background: #043a7e;
    color: #dfa408;
    transform: scale(1.05);
}

.zt-launch-step strong {
    padding-right: 24px;
    color: #043a7e;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.25;
}

.zt-launch-step > span:last-child {
    grid-column: 1 / -1;
    color: rgba(15, 23, 42, 0.62);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.55;
}

.zt-launch-path:has(.zt-launch-step:hover) .zt-launch-line,
.zt-launch-path:has(.zt-launch-step:focus) .zt-launch-line {
    stroke: rgba(223, 164, 8, 0.72);
    stroke-width: 4;
}

.zt-launch-divider {
    position: relative;
    z-index: 1;
    max-width: 780px;
    height: 1px;
    margin: 20px auto 62px;
    background: linear-gradient(90deg, transparent, rgba(4, 58, 126, 0.18), rgba(223, 164, 8, 0.36), rgba(4, 58, 126, 0.18), transparent);
}

.zt-launch-divider::after {
    content: "";
    position: absolute;
    inset: -8px 24%;
    border-radius: 999px;
    background: rgba(223, 164, 8, 0.14);
    filter: blur(10px);
    animation: zt-launch-divider-glow 4.8s ease-in-out infinite;
}

.zt-service-promo {
    position: relative;
    z-index: 1;
    display: grid;
    max-width: 1120px;
    margin: 0 auto;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    gap: 42px;
    align-items: center;
    border: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 30px;
    padding: 38px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 24px 68px rgba(4, 58, 126, 0.1);
    backdrop-filter: blur(16px);
}

.zt-service-promo__content h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.9rem, 3vw, 2.75rem);
    font-weight: 900;
    line-height: 1.08;
}

.zt-service-promo__content p {
    margin: 16px 0 0;
    color: rgba(15, 23, 42, 0.68);
    font-size: 1rem;
    line-height: 1.72;
}

.zt-service-promo__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    border-radius: 999px;
    padding: 13px 18px;
    background: #043a7e;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 36px rgba(4, 58, 126, 0.2);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.zt-service-promo__link span {
    transition: transform 0.22s ease;
}

.zt-service-promo__link:hover,
.zt-service-promo__link:focus {
    background: #043a7e;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 22px 46px rgba(4, 58, 126, 0.24);
}

.zt-service-promo__link:hover span,
.zt-service-promo__link:focus span {
    transform: translateX(4px);
}

.zt-service-chips {
    position: relative;
    min-height: 310px;
}

.zt-service-chips::before,
.zt-service-chips::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.zt-service-chips::before {
    inset: 18px 8% 12px;
    border-radius: 44% 56% 48% 52% / 52% 42% 58% 48%;
    background:
        radial-gradient(circle at 50% 50%, rgba(4, 58, 126, 0.07), transparent 58%),
        radial-gradient(circle at 64% 32%, rgba(223, 164, 8, 0.12), transparent 28%);
}

.zt-service-chips::after {
    inset: 0;
    background-image: radial-gradient(circle, rgba(4, 58, 126, 0.14) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.72), transparent 70%);
}

.zt-service-chip {
    position: absolute;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(4, 58, 126, 0.11);
    border-radius: 999px;
    padding: 12px 15px;
    background: #ffffff;
    color: #043a7e;
    font-size: 0.88rem;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 16px 34px rgba(4, 58, 126, 0.1);
    opacity: 0;
    transform: translateY(14px);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
    animation: zt-service-chip-in 0.62s ease forwards;
}

.zt-service-chip i {
    color: #dfa408;
    font-size: 1rem;
}

.zt-service-chip:hover {
    border-color: rgba(223, 164, 8, 0.58);
    color: #043a7e;
    transform: translateY(-5px);
    box-shadow: 0 22px 44px rgba(223, 164, 8, 0.18);
}

.zt-service-chip--one {
    top: 18px;
    left: 7%;
    animation-delay: 0.12s;
}

.zt-service-chip--two {
    top: 22px;
    right: 8%;
    animation-delay: 0.22s;
}

.zt-service-chip--three {
    top: 100px;
    left: 24%;
    animation-delay: 0.32s;
}

.zt-service-chip--four {
    top: 150px;
    right: 4%;
    animation-delay: 0.42s;
}

.zt-service-chip--five {
    bottom: 72px;
    left: 3%;
    animation-delay: 0.52s;
}

.zt-service-chip--six {
    bottom: 22px;
    left: 28%;
    animation-delay: 0.62s;
}

.zt-service-chip--seven {
    right: 16%;
    bottom: 78px;
    animation-delay: 0.72s;
}

.zt-support-suite {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.zt-review-panel {
    position: relative;
    overflow: hidden;
    padding: 78px 56px 74px;
    background:
        radial-gradient(circle at 4% 8%, rgba(4, 58, 126, 0.04), transparent 34%),
        radial-gradient(circle at 96% 20%, rgba(223, 164, 8, 0.05), transparent 28%),
        #ffffff;
}

.zt-support-heading,
.zt-resource-command__heading,
.zt-faq-heading {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto 34px;
    text-align: center;
    animation: zt-control-rise 0.78s ease both;
}

.zt-support-heading h2,
.zt-resource-command__heading h2,
.zt-faq-heading h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2rem, 3.35vw, 3rem);
    font-weight: 900;
    line-height: 1.08;
}

.zt-review-marquee,
.zt-resource-ribbon {
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 1180px;
    margin: 0 auto;
}

.zt-review-marquee::before,
.zt-review-marquee::after,
.zt-resource-ribbon::before,
.zt-resource-ribbon::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 90px;
    pointer-events: none;
}

.zt-review-marquee::before,
.zt-resource-ribbon::before {
    left: 0;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}

.zt-review-marquee::after,
.zt-resource-ribbon::after {
    right: 0;
    background: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0));
}

.zt-review-track,
.zt-resource-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.zt-review-track {
    gap: 16px;
    animation: zt-review-scroll 34s linear infinite;
}

.zt-review-marquee:hover .zt-review-track,
.zt-review-marquee:focus-within .zt-review-track,
.zt-resource-ribbon:hover .zt-resource-track,
.zt-resource-ribbon:focus-within .zt-resource-track {
    animation-play-state: paused;
}

.zt-review-card {
    width: 310px;
    flex: 0 0 310px;
    margin: 0;
    border: 1px solid rgba(4, 58, 126, 0.1);
    border-radius: 22px;
    padding: 18px;
    background:
        radial-gradient(circle at 86% 12%, rgba(223, 164, 8, 0.08), transparent 30%),
        #ffffff;
    box-shadow: 0 16px 38px rgba(4, 58, 126, 0.08);
}

.zt-review-stars {
    display: block;
    color: #dfa408;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.05em;
}

.zt-review-card blockquote {
    margin: 12px 0 0;
    color: rgba(15, 23, 42, 0.78);
    font-size: 0.92rem;
    font-weight: 750;
    line-height: 1.55;
}

.zt-review-card figcaption {
    margin-top: 14px;
    color: #7a6200;
    font-size: 0.78rem;
    font-weight: 900;
}

.zt-resource-command {
    position: relative;
    overflow: hidden;
    padding: 78px 0 84px;
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.16), transparent 28%),
        radial-gradient(circle at 82% 65%, rgba(223, 164, 8, 0.12), transparent 34%),
        linear-gradient(145deg, #043a7e 0%, #043a7e 48%, #0f172a 100%);
    color: #ffffff;
}

.zt-resource-command::before,
.zt-resource-command::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.zt-resource-command::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.88), transparent 78%);
}

.zt-resource-command::after {
    background:
        linear-gradient(115deg, transparent 12%, rgba(255, 255, 255, 0.09) 42%, transparent 62%),
        linear-gradient(65deg, transparent 25%, rgba(223, 164, 8, 0.12) 50%, transparent 70%);
    opacity: 0.72;
    animation: zt-support-lines 10s ease-in-out infinite;
}

.zt-resource-command__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.zt-resource-command__bg span {
    position: absolute;
    display: block;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(223, 164, 8, 0.52), transparent);
    opacity: 0.48;
    animation: zt-support-signal 8s linear infinite;
}

.zt-resource-command__bg span:nth-child(1) {
    top: 30%;
    left: -18%;
    width: 58%;
}

.zt-resource-command__bg span:nth-child(2) {
    top: 54%;
    right: -20%;
    width: 62%;
    animation-delay: 1.8s;
}

.zt-resource-command__bg span:nth-child(3) {
    bottom: 22%;
    left: 18%;
    width: 46%;
    animation-delay: 3.2s;
}

.zt-resource-command__heading h2 {
    color: #ffffff;
}

.zt-resource-ribbon {
    max-width: none;
}

.zt-resource-ribbon::before {
    background: linear-gradient(90deg, #043a7e, rgba(4, 58, 126, 0));
}

.zt-resource-ribbon::after {
    background: linear-gradient(270deg, #0f172a, rgba(15, 23, 42, 0));
}

.zt-resource-track {
    gap: 14px;
    padding: 4px 0;
    animation: zt-resource-scroll 46s linear infinite;
}

.zt-resource-capsule {
    display: grid;
    width: 302px;
    min-height: 96px;
    flex: 0 0 302px;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 14px 17px;
    background: rgba(255, 255, 255, 0.09);
    color: #ffffff;
    text-decoration: none;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 18px 40px rgba(1, 22, 48, 0.22);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
    backdrop-filter: blur(14px);
}

.zt-resource-capsule:hover,
.zt-resource-capsule:focus {
    border-color: rgba(223, 164, 8, 0.62);
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 22px 46px rgba(223, 164, 8, 0.16);
}

.zt-resource-capsule__icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(223, 164, 8, 0.34);
    border-radius: 50%;
    color: #dfa408;
    font-size: 1rem;
    transition: color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.zt-resource-capsule:hover .zt-resource-capsule__icon,
.zt-resource-capsule:focus .zt-resource-capsule__icon {
    background: #dfa408;
    color: #043a7e;
    transform: scale(1.05);
}

.zt-resource-capsule strong,
.zt-resource-capsule > span:last-child {
    display: block;
}

.zt-resource-capsule strong {
    color: #ffffff;
    font-size: 0.93rem;
    font-weight: 900;
    line-height: 1.22;
}

.zt-resource-capsule > span:last-child {
    grid-column: 2;
    margin-top: -12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.76rem;
    font-weight: 720;
    line-height: 1.32;
}

.zt-faq-panel {
    position: relative;
    overflow: hidden;
    padding: 78px 56px 88px;
    background:
        radial-gradient(circle at 12% 14%, rgba(4, 58, 126, 0.04), transparent 30%),
        radial-gradient(circle at 88% 18%, rgba(223, 164, 8, 0.05), transparent 28%),
        #ffffff;
}

.zt-faq-accordion {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    max-width: 860px;
    margin: 0 auto;
    animation: zt-control-rise 0.78s ease both;
}

.zt-faq-item {
    overflow: hidden;
    border: 1px solid rgba(4, 58, 126, 0.1);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(4, 58, 126, 0.08);
}

.zt-faq-button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 0;
    padding: 20px 22px;
    background: #ffffff;
    color: #043a7e;
    font: inherit;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
}

.zt-faq-button:focus {
    outline: 2px solid rgba(223, 164, 8, 0.42);
    outline-offset: -4px;
}

.zt-faq-button i {
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(4, 58, 126, 0.06);
    color: #dfa408;
    transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.zt-faq-button[aria-expanded="true"] i {
    background: #043a7e;
    color: #dfa408;
    transform: rotate(45deg);
}

.zt-faq-body {
    border-top: 1px solid rgba(4, 58, 126, 0.08);
    padding: 0 22px 20px;
    color: rgba(15, 23, 42, 0.68);
    font-size: 0.95rem;
    font-weight: 650;
    line-height: 1.7;
}

.zt-action-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.zt-action-card {
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: 176px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border: 1px solid rgba(4, 58, 126, 0.1);
    border-radius: 22px;
    padding: 20px;
    background: #ffffff;
    color: #0f172a;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.zt-action-card:hover,
.zt-action-card:focus {
    border-color: rgba(223, 164, 8, 0.5);
    color: #0f172a;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(4, 58, 126, 0.14);
}

.zt-action-card::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: rgba(223, 164, 8, 0.08);
    opacity: 0;
    transform: scale(0.7);
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.zt-action-card:hover::after,
.zt-action-card:focus::after {
    opacity: 1;
    transform: scale(1);
}

.zt-action-card__icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(4, 58, 126, 0.08);
    color: #043a7e;
    font-size: 0.82rem;
    font-weight: 900;
}

.zt-action-card__icon i {
    font-size: 1rem;
}

.zt-action-card__label,
.zt-action-card__meta {
    display: block;
}

.zt-action-card__label {
    margin-top: 20px;
    color: #0f172a;
    font-size: 1.02rem;
    font-weight: 900;
}

.zt-action-card__meta {
    margin-top: 8px;
    color: rgba(15, 23, 42, 0.64);
    font-size: 0.9rem;
    line-height: 1.45;
}

.zt-action-card__arrow {
    position: absolute;
    top: 18px;
    right: 18px;
    color: rgba(4, 58, 126, 0.35);
    font-weight: 900;
    transition: transform 0.22s ease, color 0.22s ease;
}

.zt-action-card:hover .zt-action-card__arrow,
.zt-action-card:focus .zt-action-card__arrow {
    color: #7a6200;
    transform: translateX(3px);
}

.zt-split-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 30px;
    align-items: center;
    border: 1px solid rgba(4, 58, 126, 0.1);
    border-radius: 28px;
    padding: 38px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.zt-confidence-list {
    display: grid;
    gap: 14px;
}

.zt-confidence-list div {
    border: 1px solid rgba(4, 58, 126, 0.1);
    border-radius: 20px;
    padding: 18px;
    background: #f8fafc;
}

.zt-confidence-list strong,
.zt-confidence-list span {
    display: block;
}

.zt-confidence-list strong {
    color: #043a7e;
    font-size: 1rem;
    font-weight: 900;
}

.zt-confidence-list span {
    margin-top: 6px;
    color: rgba(15, 23, 42, 0.68);
    line-height: 1.55;
}

.zt-mini-link {
    display: inline-flex;
    margin-top: 12px;
    color: #7a6200;
    font-weight: 900;
    text-decoration: none;
}

.zt-mini-link:hover,
.zt-mini-link:focus {
    color: #7a6200;
    text-decoration: none;
}

.zt-care-prompt {
    margin-top: 22px;
    border-left: 3px solid #dfa408;
    border-radius: 0 16px 16px 0;
    padding: 14px 16px;
    background: #f8fafc;
}

.zt-care-prompt span,
.zt-care-prompt a {
    display: block;
}

.zt-care-prompt span {
    color: rgba(15, 23, 42, 0.68);
    font-size: 0.86rem;
    font-weight: 800;
}

.zt-care-prompt a {
    margin-top: 5px;
    color: #7a6200;
    font-weight: 900;
    text-decoration: none;
}

.zt-care-prompt a:hover,
.zt-care-prompt a:focus {
    color: #7a6200;
    text-decoration: none;
}

.zt-resource-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.zt-resource-row a {
    display: block;
    min-height: 150px;
    border: 1px solid rgba(4, 58, 126, 0.1);
    border-radius: 20px;
    padding: 18px;
    background: #f8fafc;
    color: #0f172a;
    text-decoration: none;
    transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.zt-resource-row a:hover,
.zt-resource-row a:focus {
    border-color: rgba(223, 164, 8, 0.48);
    background: #ffffff;
    color: #0f172a;
    text-decoration: none;
    transform: translateY(-2px);
}

.zt-resource-icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 14px;
    background: rgba(4, 58, 126, 0.08);
    color: #043a7e;
}

.zt-resource-row strong,
.zt-resource-row span {
    display: block;
}

.zt-resource-row strong {
    color: #043a7e;
    font-size: 0.98rem;
    font-weight: 900;
}

.zt-resource-row span {
    margin-top: 10px;
    color: rgba(15, 23, 42, 0.66);
    font-size: 0.9rem;
    line-height: 1.5;
}

.zt-prompt-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-radius: 26px;
    padding: 34px;
    background: #043a7e;
    color: #ffffff;
    box-shadow: 0 24px 60px rgba(4, 58, 126, 0.22);
}

.zt-prompt-panel h2,
.zt-prompt-panel p {
    color: #ffffff;
}

.zt-prompt-panel p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.82);
}

.zt-prompt-panel .zt-section-kicker {
    color: #ffffff;
}

.zt-prompt-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 13px 18px;
    background: #dfa408;
    color: #043a7e;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.zt-prompt-link:hover,
.zt-prompt-link:focus {
    color: #043a7e;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.22);
}

.zt-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    border: 1px solid rgba(4, 58, 126, 0.1);
    border-radius: 26px;
    padding: 34px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.zt-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.zt-final-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 999px;
    padding: 12px 17px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.zt-final-button:hover,
.zt-final-button:focus {
    text-decoration: none;
    transform: translateY(-2px);
}

.zt-final-button--primary {
    background: #043a7e;
    color: #ffffff;
    box-shadow: 0 14px 32px rgba(4, 58, 126, 0.18);
}

.zt-final-button--primary:hover,
.zt-final-button--primary:focus {
    color: #ffffff;
    background: #043a7e;
}

.zt-final-button--outline {
    border: 1px solid rgba(4, 58, 126, 0.25);
    background: #ffffff;
    color: #043a7e;
}

.zt-final-button--outline:hover,
.zt-final-button--outline:focus {
    color: #043a7e;
    background: #f8fafc;
}

.zt-final-button--text {
    color: #7a6200;
}

.zt-final-button--text:hover,
.zt-final-button--text:focus {
    color: #7a6200;
}

@keyframes zt-portal-gradient-shift {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes zt-portal-fade-in {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zt-portal-fade-float {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zt-portal-gentle-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes zt-control-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zt-network-center-in {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes zt-network-node-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zt-network-line-draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes zt-launch-path-draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes zt-launch-step-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zt-launch-step-center-in {
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@keyframes zt-launch-icon-in {
    to {
        transform: scale(1);
    }
}

@keyframes zt-launch-divider-glow {
    0%,
    100% {
        opacity: 0.38;
        transform: scaleX(0.82);
    }
    50% {
        opacity: 0.78;
        transform: scaleX(1);
    }
}

@keyframes zt-service-chip-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zt-review-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 40px));
    }
}

@keyframes zt-resource-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 84px));
    }
}

@keyframes zt-support-lines {
    0%,
    100% {
        opacity: 0.44;
        transform: translateX(-1%);
    }
    50% {
        opacity: 0.78;
        transform: translateX(1%);
    }
}

@keyframes zt-support-signal {
    from {
        transform: translateX(-18%);
    }
    to {
        transform: translateX(34%);
    }
}

@media (max-width: 991.98px) {
    .zt-review-panel,
    .zt-faq-panel {
        padding: 64px 32px 68px;
    }

    .zt-resource-command {
        padding: 66px 0 72px;
    }

    .zt-review-card {
        width: 292px;
        flex-basis: 292px;
    }

    .zt-resource-capsule {
        width: 286px;
        flex-basis: 286px;
    }

    .zt-launch-section {
        padding: 64px 32px 70px;
    }

    .zt-launch-path {
        min-height: 500px;
    }

    .zt-launch-step {
        width: min(100%, 238px);
        min-height: 154px;
        grid-template-columns: 44px minmax(0, 1fr);
        padding: 16px;
    }

    .zt-launch-step--verify {
        right: 0;
    }

    .zt-launch-step--manage {
        right: 16%;
    }

    .zt-launch-step__icon {
        width: 44px;
        height: 44px;
        border-radius: 16px;
        font-size: 1.08rem;
    }

    .zt-launch-step strong {
        font-size: 0.92rem;
    }

    .zt-launch-step > span:last-child {
        font-size: 0.8rem;
    }

    .zt-service-promo {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 32px;
    }

    .zt-service-chips {
        display: flex;
        min-height: 280px;
        flex-wrap: wrap;
        gap: 10px;
        align-content: center;
        justify-content: center;
    }

    .zt-service-chip,
    .zt-service-chip--one,
    .zt-service-chip--two,
    .zt-service-chip--three,
    .zt-service-chip--four,
    .zt-service-chip--five,
    .zt-service-chip--six,
    .zt-service-chip--seven {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .zt-control-network {
        padding: 64px 32px 68px;
    }

    .zt-network-stage {
        min-height: 530px;
    }

    .zt-network-stage::before {
        inset: 92px 10% 76px;
    }

    .zt-network-center {
        width: min(100%, 250px);
        min-height: 204px;
        padding: 22px;
    }

    .zt-network-center strong {
        font-size: 1.28rem;
    }

    .zt-network-center > span:not(.zt-network-center__orb):not(.zt-network-center__kicker) {
        font-size: 0.84rem;
    }

    .zt-network-node {
        width: min(100%, 218px);
        min-height: 166px;
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 15px 15px 44px;
    }

    .zt-network-node--hosting,
    .zt-network-node--billing {
        top: 58px;
    }

    .zt-network-node--support,
    .zt-network-node--account {
        bottom: 58px;
    }

    .zt-node-icon {
        width: 42px;
        height: 42px;
        border-radius: 16px;
        font-size: 1.08rem;
    }

    .zt-node-title {
        font-size: 0.9rem;
    }

    .zt-node-text {
        font-size: 0.76rem;
    }

    .zt-node-assist {
        right: 12px;
        bottom: 11px;
        left: 12px;
        font-size: 0.68rem;
    }

    .zt-portal-hero__inner {
        grid-template-columns: 1fr;
        gap: 30px;
        min-height: 0;
        padding: 48px 32px 28px;
    }

    .zt-portal-hero__content {
        max-width: none;
    }

    .zt-portal-hero__content {
        position: relative;
        z-index: 2;
    }

    .zt-portal-hero__visual {
        position: absolute;
        inset: 0;
        z-index: 1;
        width: auto;
        max-width: none;
        margin: 0;
        opacity: 0.56;
        animation: none;
        pointer-events: none;
    }

    .zt-portal-device {
        display: none;
    }

    .zt-portal-float {
        border-color: rgba(255, 255, 255, 0.22);
        background:
            linear-gradient(145deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08)),
            radial-gradient(circle at 35% 25%, rgba(223, 164, 8, 0.18), transparent 44%);
        box-shadow: 0 22px 48px rgba(1, 22, 48, 0.18);
        backdrop-filter: blur(12px);
    }

    .zt-portal-float--cloud,
    .zt-portal-float--secure {
        left: auto;
        right: 10%;
    }

    .zt-portal-float--cloud {
        top: 15%;
    }

    .zt-portal-float--domain {
        top: 42%;
        right: 6%;
    }

    .zt-portal-float--support {
        right: 22%;
        bottom: 9%;
    }

    .zt-portal-float--secure {
        bottom: 28%;
    }

    .zt-portal-card {
        margin-right: auto;
        margin-left: 0;
    }

    .zt-portal-signal--top {
        right: 24px;
    }

    .zt-portal-signal--bottom {
        left: 24px;
    }

    .zt-portal-hero__trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 0 32px 28px;
    }

    .zt-home-section {
        padding: 58px 32px;
    }

    .zt-action-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zt-split-panel,
    .zt-final-cta {
        grid-template-columns: 1fr;
    }

    .zt-resource-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zt-prompt-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .zt-final-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .zt-review-track {
        animation-duration: 38s;
    }

    .zt-resource-track {
        animation-duration: 52s;
    }

    .zt-faq-button {
        align-items: flex-start;
        padding: 18px;
    }

    .zt-faq-body {
        padding: 0 18px 18px;
    }

    .zt-launch-path {
        display: grid;
        min-height: 0;
        gap: 14px;
        padding-left: 38px;
    }

    .zt-launch-path::before {
        inset: 4px auto 4px 18px;
        width: 2px;
        border: 0;
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(4, 58, 126, 0.12), rgba(223, 164, 8, 0.44), rgba(4, 58, 126, 0.12));
    }

    .zt-launch-lines {
        display: none;
    }

    .zt-launch-step,
    .zt-launch-step--account,
    .zt-launch-step--verify,
    .zt-launch-step--service,
    .zt-launch-step--manage {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        min-height: 142px;
        transform: none;
        animation: zt-launch-step-in 0.66s ease forwards;
    }

    .zt-launch-step::before {
        content: "";
        position: absolute;
        top: 28px;
        left: -29px;
        width: 13px;
        height: 13px;
        border: 3px solid #ffffff;
        border-radius: 999px;
        background: #dfa408;
        box-shadow: 0 0 0 6px rgba(223, 164, 8, 0.14);
    }

    .zt-launch-step:hover,
    .zt-launch-step:focus,
    .zt-launch-step--service:hover,
    .zt-launch-step--service:focus {
        transform: translateY(-4px);
    }

    .zt-launch-divider {
        margin: 34px auto 44px;
    }

    .zt-service-chips {
        display: flex;
        min-height: 0;
        flex-wrap: wrap;
        gap: 10px;
    }

    .zt-service-chips::before,
    .zt-service-chips::after {
        display: none;
    }

    .zt-service-chip,
    .zt-service-chip--one,
    .zt-service-chip--two,
    .zt-service-chip--three,
    .zt-service-chip--four,
    .zt-service-chip--five,
    .zt-service-chip--six,
    .zt-service-chip--seven {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .zt-network-stage {
        display: grid;
        min-height: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .zt-network-stage::before,
    .zt-network-lines {
        display: none;
    }

    .zt-network-center,
    .zt-network-node {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        transform: none;
    }

    .zt-network-center {
        grid-column: 1 / -1;
        min-height: 0;
        margin-bottom: 8px;
        animation: zt-control-rise 0.72s ease both;
    }

    .zt-network-node {
        min-height: 172px;
        animation: zt-network-node-in 0.64s ease forwards;
    }

    .zt-network-node:hover,
    .zt-network-node:focus {
        transform: translateY(-4px);
    }
}

@media (max-width: 575.98px) {
    .zt-review-panel,
    .zt-faq-panel {
        padding: 52px 20px 58px;
    }

    .zt-resource-command {
        padding: 56px 0 62px;
    }

    .zt-support-heading,
    .zt-resource-command__heading,
    .zt-faq-heading {
        margin-bottom: 26px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .zt-support-heading h2,
    .zt-faq-heading h2 {
        font-size: clamp(1.75rem, 8vw, 2.2rem);
    }

    .zt-resource-command__heading h2 {
        font-size: clamp(1.65rem, 7vw, 2rem);
    }

    .zt-review-marquee::before,
    .zt-review-marquee::after,
    .zt-resource-ribbon::before,
    .zt-resource-ribbon::after {
        width: 38px;
    }

    .zt-review-card {
        width: 258px;
        flex-basis: 258px;
        padding: 16px;
    }

    .zt-resource-capsule {
        width: 262px;
        min-height: 92px;
        flex-basis: 262px;
        padding: 13px 15px;
    }

    .zt-faq-button {
        font-size: 0.95rem;
    }

    .zt-launch-section {
        padding: 52px 20px 58px;
    }

    .zt-launch-header {
        margin-bottom: 28px;
    }

    .zt-launch-header h2 {
        font-size: clamp(1.75rem, 8vw, 2.2rem);
    }

    .zt-launch-header p {
        font-size: 0.94rem;
    }

    .zt-launch-path {
        padding-left: 34px;
    }

    .zt-launch-path::before {
        left: 15px;
    }

    .zt-launch-step {
        border-radius: 20px;
        padding: 15px;
    }

    .zt-launch-step::before {
        left: -26px;
    }

    .zt-service-promo {
        border-radius: 24px;
        padding: 24px 18px;
    }

    .zt-service-promo__content h2 {
        font-size: clamp(1.65rem, 8vw, 2.1rem);
    }

    .zt-service-chip {
        width: 100%;
        justify-content: flex-start;
        padding: 12px 14px;
        white-space: normal;
    }

    .zt-control-network {
        padding: 52px 20px 56px;
    }

    .zt-control-header {
        margin-bottom: 26px;
    }

    .zt-control-header h2 {
        font-size: clamp(1.75rem, 8vw, 2.2rem);
    }

    .zt-control-header p {
        font-size: 0.94rem;
    }

    .zt-network-stage {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .zt-network-center {
        border-radius: 24px;
        padding: 22px 18px;
    }

    .zt-network-node {
        min-height: 160px;
        padding: 16px 16px 44px;
        border-radius: 20px;
    }

    .zt-portal-hero {
        margin-right: -15px;
        margin-left: -15px;
        border-radius: 0 0 22px 22px;
    }

    .zt-portal-hero__inner {
        gap: 22px;
        padding: 34px 20px 20px;
    }

    .zt-portal-hero__title {
        max-width: 100%;
        font-size: clamp(1.9rem, 8.4vw, 2.3rem);
        line-height: 1.1;
    }

    .zt-portal-hero__copy {
        margin-top: 16px;
        font-size: 0.98rem;
    }

    .zt-portal-hero__actions {
        flex-direction: column;
        margin-top: 22px;
    }

    .zt-hero-status-row {
        flex-direction: column;
    }

    .zt-hero-status-row span {
        width: 100%;
    }

    .zt-portal-hero__button {
        width: 100%;
    }

    .zt-portal-hero__visual {
        position: absolute;
        inset: 0;
        width: auto;
        max-width: none;
        margin: 0;
        opacity: 0.5;
        animation: none;
    }

    .zt-portal-device {
        display: none;
    }

    .zt-portal-float {
        width: 46px;
        height: 46px;
        border-radius: 16px;
        font-size: 1rem;
        box-shadow: 0 18px 34px rgba(1, 22, 48, 0.18);
    }

    .zt-portal-float::after {
        inset: 7px;
        border-radius: 12px;
    }

    .zt-portal-float--cloud {
        top: 10%;
        right: 8%;
        left: auto;
    }

    .zt-portal-float--domain {
        top: 47%;
        right: 4%;
    }

    .zt-portal-float--support {
        right: 18%;
        bottom: 10%;
    }

    .zt-portal-float--secure {
        right: 9%;
        bottom: 31%;
        left: auto;
    }

    .zt-portal-metrics {
        grid-template-columns: 1fr;
    }

    .zt-portal-signal {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin: 0 0 10px;
    }

    .zt-portal-signal--bottom {
        display: none;
    }

    .zt-portal-command {
        align-items: flex-start;
        flex-direction: column;
    }

    .zt-portal-card__notice {
        align-items: flex-start;
        flex-direction: column;
    }

    .zt-portal-card__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .zt-portal-hero__trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 0 20px 24px;
        border-radius: 14px;
    }

    .zt-portal-hero__trust span {
        justify-content: flex-start;
        min-height: 42px;
        padding: 9px 10px;
        text-align: left;
    }

    .zt-home-section {
        padding: 44px 20px;
    }

    .zt-action-grid,
    .zt-resource-row {
        grid-template-columns: 1fr;
    }

    .zt-section-heading,
    .zt-section-heading--left {
        text-align: left;
    }

    .zt-action-card,
    .zt-resource-row a {
        min-height: 0;
    }

    .zt-split-panel,
    .zt-prompt-panel,
    .zt-final-cta {
        padding: 24px;
        border-radius: 22px;
    }

    .zt-final-actions,
    .zt-final-button,
    .zt-prompt-link {
        width: 100%;
    }
}

/* Final homepage polish layer: placed last so it wins over WHMCS and earlier homepage rules. */
.zt-guest-home {
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    border-radius: 0;
    color: #0f172a;
    font-synthesis-weight: none;
    text-rendering: geometricPrecision;
}

.zt-guest-home a,
.zt-guest-home a:hover,
.zt-guest-home a:focus {
    text-decoration: none;
}

.zt-portal-hero {
    margin: 0;
    border-radius: 0;
}

.zt-portal-hero__inner {
    width: min(100%, 1320px);
    max-width: 1320px;
    min-height: 610px;
    margin: 0 auto;
    grid-template-columns: minmax(360px, 0.78fr) minmax(520px, 1.22fr);
    gap: clamp(24px, 4vw, 68px);
    padding: clamp(56px, 7vw, 86px) clamp(24px, 5vw, 72px) 34px;
}

.zt-portal-hero__visual {
    display: flex;
    min-width: 0;
    min-height: 0;
    max-width: none;
    align-items: center;
    justify-content: flex-end;
    align-self: center;
    margin: 0;
    opacity: 1;
    animation: none;
}

.zt-portal-hero__image-wrap {
    position: relative;
    z-index: 2;
    width: min(100%, 760px);
    margin: 0;
}

.zt-portal-hero__image {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    border: 0;
    filter: drop-shadow(0 34px 54px rgba(1, 22, 48, 0.22));
    -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 0 70%, rgba(0, 0, 0, 0.92) 82%, transparent 98%);
    mask-image: radial-gradient(ellipse at 50% 50%, #000 0 70%, rgba(0, 0, 0, 0.92) 82%, transparent 98%);
}

.zt-portal-device,
.zt-portal-float {
    display: none;
}

.zt-control-header h2,
.zt-launch-header h2,
.zt-support-heading h2,
.zt-resource-command__heading h2,
.zt-faq-heading h2 {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    color: #0f172a;
    font-size: clamp(2.15rem, 3.15vw, 3.25rem);
    line-height: 1.05;
}

.zt-control-header p,
.zt-launch-header p {
    color: rgba(15, 23, 42, 0.72);
    font-size: 1.02rem;
}

.zt-network-stage {
    min-height: 600px;
}

.zt-network-stage::before {
    inset: 76px 12% 58px;
    border-color: rgba(4, 58, 126, 0.1);
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.9), transparent 48%),
        radial-gradient(circle at 50% 50%, rgba(4, 58, 126, 0.12), transparent 68%);
    box-shadow: inset 0 0 90px rgba(4, 58, 126, 0.06);
}

.zt-network-center {
    width: min(100%, 374px);
    min-height: 252px;
    border-color: rgba(4, 58, 126, 0.14);
    background:
        radial-gradient(circle at 50% 0%, rgba(223, 164, 8, 0.16), transparent 42%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.9));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.94),
        0 30px 80px rgba(4, 58, 126, 0.18);
}

.zt-network-center::before {
    background: rgba(255, 255, 255, 0.52);
    box-shadow: 0 22px 60px rgba(4, 58, 126, 0.1);
}

.zt-network-center__kicker {
    color: #7a6200;
    font-size: 0.74rem;
}

.zt-network-center strong {
    max-width: 280px;
    color: #043a7e;
    font-size: 1.42rem;
}

.zt-network-center > span:not(.zt-network-center__orb):not(.zt-network-center__kicker) {
    max-width: 282px;
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.94rem;
    font-weight: 700;
}

.zt-network-center__status span {
    background: #ffffff;
    color: #043a7e;
    font-size: 0.7rem;
}

.zt-network-node {
    width: min(100%, 292px);
    min-height: 188px;
    border-color: rgba(4, 58, 126, 0.16);
    background: rgba(255, 255, 255, 0.94);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.98),
        0 22px 52px rgba(4, 58, 126, 0.13);
}

.zt-network-node--hosting,
.zt-network-node--billing {
    top: 42px;
}

.zt-network-node--support,
.zt-network-node--account {
    bottom: 42px;
}

.zt-node-icon,
.zt-launch-step__icon,
.zt-resource-capsule__icon {
    position: relative;
    overflow: hidden;
}

.zt-node-icon::before,
.zt-launch-step__icon::before,
.zt-resource-capsule__icon::before {
    content: "";
    position: absolute;
    inset: 13px;
    border: 2px solid currentColor;
    border-radius: 7px;
    opacity: 0.32;
}

.zt-node-icon i,
.zt-launch-step__icon i,
.zt-resource-capsule__icon i {
    position: relative;
    z-index: 1;
}

.zt-node-title {
    color: #043a7e;
    font-size: 1.02rem;
}

.zt-node-text {
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.88rem;
    font-weight: 760;
}

.zt-node-assist {
    color: #7a6200;
    font-size: 0.75rem;
}

.zt-launch-path {
    min-height: 560px;
}

.zt-launch-step {
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.96),
        0 22px 52px rgba(4, 58, 126, 0.12);
}

.zt-launch-step strong {
    color: #043a7e;
    font-size: 1.02rem;
}

.zt-launch-step > span:last-child {
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.88rem;
    font-weight: 760;
}

.zt-service-promo {
    background:
        radial-gradient(circle at 82% 48%, rgba(223, 164, 8, 0.12), transparent 28%),
        #ffffff;
}

.zt-service-chip {
    color: #043a7e;
    font-size: 0.9rem;
    opacity: 1;
}

.zt-review-card blockquote,
.zt-faq-body,
.zt-resource-capsule > span:last-child {
    font-weight: 700;
}

.zt-resource-command__heading h2 {
    color: #ffffff;
}

.zt-network-center,
.zt-network-node,
.zt-launch-step,
.zt-service-chip,
.zt-review-card {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .zt-portal-hero__visual {
        position: relative;
        inset: auto;
        z-index: 1;
        display: flex;
        width: 100%;
        max-width: none;
        justify-content: center;
        margin-top: 8px;
        opacity: 1;
        animation: none;
        pointer-events: auto;
    }

    .zt-portal-hero__inner {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 46px 24px 24px;
    }

    .zt-portal-hero__image-wrap {
        width: min(100%, 720px);
    }

    .zt-network-stage {
        min-height: 0;
    }

    .zt-network-center,
    .zt-network-node {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .zt-control-header h2,
    .zt-launch-header h2,
    .zt-support-heading h2,
    .zt-resource-command__heading h2,
    .zt-faq-heading h2 {
        font-size: clamp(1.72rem, 8vw, 2.2rem);
    }

    .zt-service-chips {
        display: flex;
        min-height: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .zt-service-chip,
    .zt-service-chip--one,
    .zt-service-chip--two,
    .zt-service-chip--three,
    .zt-service-chip--four,
    .zt-service-chip--five,
    .zt-service-chip--six,
    .zt-service-chip--seven {
        position: static;
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 575.98px) {
    .zt-portal-hero__inner {
        min-height: 0;
        padding: 34px 18px 18px;
    }

    .zt-portal-hero__visual {
        position: relative;
        inset: auto;
        display: flex;
        opacity: 1;
    }

    .zt-portal-hero__image-wrap {
        width: min(118vw, 520px);
        margin-right: -8vw;
        margin-left: -8vw;
    }

    .zt-node-text,
    .zt-launch-step > span:last-child {
        font-size: 0.84rem;
    }

    .zt-service-chip {
        width: 100%;
        justify-content: flex-start;
    }
}

/* Authenticated client workspace shell */
body.zt-client-shell-page {
    background: #f8fbff;
    color: #153457;
}

body.zt-client-shell-page #header.header {
    display: block;
}

body.zt-client-shell-page #main-body.zt-client-workspace {
    position: relative;
    padding: 24px;
    background:
        radial-gradient(circle at 5% 8%, rgba(4, 58, 126, 0.12), transparent 28rem),
        radial-gradient(circle at 92% 12%, rgba(223, 164, 8, 0.1), transparent 24rem),
        linear-gradient(135deg, #f8fbff 0%, #eef6ff 48%, #ffffff 100%);
}

body.zt-client-shell-page #main-body.zt-client-workspace::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(4, 58, 126, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(4, 58, 126, 0.035) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 86%);
}

.zt-client-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 284px minmax(0, 1fr);
    gap: 22px;
    width: min(100%, 1560px);
    min-height: calc(100vh - 210px);
    margin: 0 auto;
    transition: grid-template-columns 0.24s ease;
}

.zt-client-sidebar {
    position: sticky;
    top: 20px;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 250px);
    max-height: calc(100vh - 40px);
    padding: 18px;
    border: 1px solid rgba(4, 58, 126, 0.1);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.94)),
        radial-gradient(circle at 18% 0%, rgba(4, 58, 126, 0.08), transparent 18rem);
    box-shadow: 0 24px 60px rgba(4, 58, 126, 0.12);
}

.zt-shell-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 48px;
    margin-bottom: 16px;
}

.zt-shell-logo {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    color: #043a7e;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.zt-shell-logo img {
    display: block;
    max-width: 156px;
    max-height: 44px;
    object-fit: contain;
}

.zt-shell-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 1px solid rgba(4, 58, 126, 0.13);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
    color: #043a7e;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}

.zt-shell-icon-btn:hover,
.zt-shell-icon-btn:focus {
    border-color: rgba(223, 164, 8, 0.48);
    background: #ffffff;
    color: #043a7e;
    box-shadow: 0 12px 26px rgba(4, 58, 126, 0.13);
    transform: translateY(-1px);
}

.zt-shell-mobile-close {
    display: none;
}

.zt-support-pin-card {
    position: relative;
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
    padding: 16px;
    border: 1px solid rgba(223, 164, 8, 0.26);
    border-radius: 18px;
    background:
        radial-gradient(circle at 92% 18%, rgba(223, 164, 8, 0.16), transparent 8rem),
        linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 38px rgba(4, 58, 126, 0.1);
}

.zt-support-pin-card__label {
    color: #7a6200;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.zt-support-pin-card__value {
    color: #043a7e;
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.1em;
}

.zt-support-pin-card__copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border: 0;
    border-radius: 999px;
    background: #043a7e;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
    transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.zt-support-pin-card__copy:hover:not(:disabled),
.zt-support-pin-card__copy:focus:not(:disabled) {
    background: #0a4a99;
    box-shadow: 0 14px 26px rgba(4, 58, 126, 0.2);
    transform: translateY(-1px);
}

.zt-support-pin-card__copy:disabled {
    cursor: not-allowed;
    opacity: 0.56;
}

.zt-support-pin-card__copied {
    position: absolute;
    right: 18px;
    bottom: -9px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ffffff;
    color: #043a7e;
    font-size: 0.72rem;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(4, 58, 126, 0.12);
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.18s ease, transform 0.18s ease;
    pointer-events: none;
}

.zt-support-pin-card__copied.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.zt-shell-nav {
    display: grid;
    gap: 6px;
    margin: 2px 0 18px;
}

.zt-shell-nav__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: #315171;
    font-weight: 760;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.zt-shell-nav__item::before {
    content: "";
    position: absolute;
    left: 6px;
    width: 3px;
    height: 18px;
    border-radius: 999px;
    background: #dfa408;
    opacity: 0;
    transform: scaleY(0.6);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.zt-shell-nav__item i {
    width: 20px;
    flex: 0 0 20px;
    color: #043a7e;
    font-size: 0.95rem;
    text-align: center;
}

.zt-shell-nav__item:hover,
.zt-shell-nav__item:focus {
    border-color: rgba(4, 58, 126, 0.1);
    background: rgba(4, 58, 126, 0.055);
    color: #043a7e;
    text-decoration: none;
    transform: translateX(2px);
}

.zt-shell-nav__item.is-active {
    border-color: rgba(4, 58, 126, 0.16);
    background: linear-gradient(135deg, rgba(4, 58, 126, 0.12), rgba(4, 58, 126, 0.055));
    color: #043a7e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.zt-shell-nav__item.is-active::before {
    opacity: 1;
    transform: scaleY(1);
}

.zt-shell-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding: 13px 14px;
    border: 1px solid rgba(4, 58, 126, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    color: #315171;
    text-decoration: none;
}

.zt-shell-status:hover,
.zt-shell-status:focus {
    border-color: rgba(4, 58, 126, 0.2);
    color: #043a7e;
    text-decoration: none;
}

.zt-shell-status__dot {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-radius: 999px;
    background: #16a34a;
    box-shadow: 0 0 0 5px rgba(22, 163, 74, 0.12);
}

.zt-shell-status strong,
.zt-shell-status em {
    display: block;
    font-style: normal;
    line-height: 1.25;
}

.zt-shell-status strong {
    color: #043a7e;
    font-size: 0.88rem;
    font-weight: 820;
}

.zt-shell-status em {
    color: #58728b;
    font-size: 0.76rem;
    font-weight: 720;
}

.zt-shell-main {
    min-width: 0;
}

.zt-shell-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 76px;
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid rgba(4, 58, 126, 0.09);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 18px 48px rgba(4, 58, 126, 0.1);
    backdrop-filter: blur(16px);
}

.zt-shell-topbar__start,
.zt-shell-topbar__end {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
}

.zt-shell-page-title {
    min-width: 0;
}

.zt-shell-page-title span,
.zt-shell-page-title strong {
    display: block;
    min-width: 0;
}

.zt-shell-page-title span {
    color: #7a6200;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.zt-shell-page-title strong {
    margin-top: 5px;
    color: #153457;
    font-size: clamp(1.1rem, 1.8vw, 1.45rem);
    font-weight: 850;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zt-shell-notifications {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(4, 58, 126, 0.11);
    border-radius: 999px;
    background: #ffffff;
    color: #043a7e;
    font-weight: 820;
}

.zt-shell-notifications span {
    min-width: 18px;
    font-size: 0.78rem;
    text-align: center;
}

.zt-shell-profile {
    min-width: 0;
}

.zt-shell-profile__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 240px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(4, 58, 126, 0.12);
    border-radius: 999px;
    background: #ffffff;
    color: #153457;
    font-weight: 800;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.zt-shell-profile__button:hover,
.zt-shell-profile__button:focus {
    border-color: rgba(223, 164, 8, 0.44);
    box-shadow: 0 12px 24px rgba(4, 58, 126, 0.11);
}

.zt-shell-profile__button span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zt-shell-profile__button i {
    flex: 0 0 auto;
    color: #7a6200;
    font-size: 0.72rem;
}

.zt-shell-profile__menu {
    min-width: 180px;
    margin-top: 10px;
    padding: 8px;
    border: 1px solid rgba(4, 58, 126, 0.1);
    border-radius: 16px;
    box-shadow: 0 20px 46px rgba(4, 58, 126, 0.15);
}

.zt-shell-profile__menu .dropdown-item {
    border-radius: 10px;
    color: #153457;
    font-weight: 760;
}

.zt-shell-profile__menu .dropdown-item:hover,
.zt-shell-profile__menu .dropdown-item:focus {
    background: rgba(4, 58, 126, 0.08);
    color: #043a7e;
}

.zt-shell-content {
    min-width: 0;
}

.zt-shell-content__surface {
    min-width: 0;
    padding: clamp(18px, 2.5vw, 30px);
    border: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 26px 70px rgba(4, 58, 126, 0.1);
}

body.zt-client-shell-page .zt-shell-content__surface > .tiles {
    margin-top: 0;
}

body.zt-client-shell-page .client-home-panels {
    margin-bottom: 0;
}

.zt-shell-backdrop {
    display: none;
}

body.zt-shell-sidebar-collapsed .zt-client-shell {
    grid-template-columns: 92px minmax(0, 1fr);
}

body.zt-shell-sidebar-collapsed .zt-client-sidebar {
    padding: 14px;
}

body.zt-shell-sidebar-collapsed .zt-shell-logo img,
body.zt-shell-sidebar-collapsed .zt-shell-logo span,
body.zt-shell-sidebar-collapsed .zt-support-pin-card,
body.zt-shell-sidebar-collapsed .zt-shell-nav__item span,
body.zt-shell-sidebar-collapsed .zt-shell-status span {
    display: none;
}

body.zt-shell-sidebar-collapsed .zt-shell-brand,
body.zt-shell-sidebar-collapsed .zt-shell-nav__item,
body.zt-shell-sidebar-collapsed .zt-shell-status {
    justify-content: center;
}

body.zt-shell-sidebar-collapsed .zt-shell-nav__item {
    padding: 0;
}

body.zt-shell-sidebar-collapsed .zt-shell-nav__item::before {
    left: -3px;
}

body.zt-shell-sidebar-collapsed .zt-shell-status {
    min-height: 46px;
    padding: 0;
}

@media (max-width: 1199.98px) {
    .zt-client-shell {
        grid-template-columns: 260px minmax(0, 1fr);
        gap: 18px;
    }

    .zt-client-sidebar {
        padding: 16px;
    }
}

@media (max-width: 991.98px) {
    body.zt-client-shell-page #main-body.zt-client-workspace {
        padding: 16px;
    }

    .zt-client-shell {
        display: block;
        min-height: 0;
    }

    .zt-client-sidebar {
        position: fixed;
        z-index: 1060;
        top: 14px;
        bottom: 14px;
        left: 14px;
        width: min(304px, calc(100vw - 28px));
        min-height: 0;
        max-height: none;
        transform: translateX(calc(-100% - 24px));
        transition: transform 0.24s ease;
    }

    body.zt-shell-sidebar-open .zt-client-sidebar {
        transform: translateX(0);
    }

    .zt-shell-backdrop {
        position: fixed;
        z-index: 1050;
        inset: 0;
        display: block;
        background: rgba(4, 58, 126, 0.28);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, visibility 0.2s ease;
    }

    body.zt-shell-sidebar-open .zt-shell-backdrop {
        opacity: 1;
        visibility: visible;
    }

    .zt-shell-mobile-close {
        display: inline-flex;
    }

    body.zt-shell-sidebar-collapsed .zt-client-shell {
        display: block;
    }

    body.zt-shell-sidebar-collapsed .zt-shell-logo img,
    body.zt-shell-sidebar-collapsed .zt-shell-logo span,
    body.zt-shell-sidebar-collapsed .zt-support-pin-card,
    body.zt-shell-sidebar-collapsed .zt-shell-nav__item span,
    body.zt-shell-sidebar-collapsed .zt-shell-status span {
        display: initial;
    }

    .zt-shell-topbar {
        border-radius: 18px;
    }
}

@media (max-width: 767.98px) {
    .zt-shell-topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .zt-shell-topbar__start,
    .zt-shell-topbar__end {
        width: 100%;
    }

    .zt-shell-topbar__end {
        justify-content: space-between;
    }

    .zt-shell-profile__button {
        max-width: min(58vw, 230px);
    }

    .zt-shell-content__surface {
        border-radius: 18px;
    }
}

@media (max-width: 479.98px) {
    body.zt-client-shell-page #main-body.zt-client-workspace {
        padding: 10px;
    }

    .zt-shell-topbar {
        padding: 12px;
    }

    .zt-shell-page-title strong {
        max-width: 68vw;
    }

    .zt-shell-notifications {
        min-width: 42px;
        padding: 0 10px;
    }

    .zt-shell-content__surface {
        padding: 14px;
    }
}

/* Phase 2 Step 1 shell tightening */
body.zt-client-shell-page #main-body.zt-client-workspace {
    padding: 18px;
}

.zt-client-shell {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 16px;
    min-height: calc(100vh - 160px);
}

.zt-client-sidebar {
    top: 16px;
    min-height: calc(100vh - 180px);
    max-height: calc(100vh - 32px);
    padding: 14px;
    border-radius: 20px;
}

.zt-shell-brand {
    min-height: 40px;
    margin-bottom: 12px;
}

.zt-shell-logo img {
    max-width: 132px;
    max-height: 36px;
}

.zt-shell-icon-btn {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 12px;
}

.zt-support-pin-card {
    gap: 7px;
    margin-bottom: 14px;
    padding: 12px;
    border-radius: 16px;
}

.zt-support-pin-card__label {
    font-size: 0.66rem;
}

.zt-support-pin-card__value {
    font-size: clamp(1.35rem, 2.2vw, 1.78rem);
}

.zt-support-pin-card__copy {
    min-height: 32px;
    font-size: 0.78rem;
}

.zt-support-pin-card__copied {
    right: 14px;
    bottom: -8px;
}

.zt-shell-nav {
    gap: 4px;
    margin-bottom: 14px;
}

.zt-shell-nav__item {
    min-height: 40px;
    gap: 10px;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 0.9rem;
}

.zt-shell-nav__item i {
    width: 18px;
    flex-basis: 18px;
    font-size: 0.9rem;
}

.zt-shell-status {
    padding: 11px 12px;
    border-radius: 14px;
}

.zt-shell-topbar {
    min-height: 62px;
    margin-bottom: 14px;
    padding: 11px 14px;
    border-radius: 18px;
}

.zt-shell-page-title span {
    font-size: 0.66rem;
}

.zt-shell-page-title strong {
    margin-top: 4px;
    font-size: clamp(1rem, 1.45vw, 1.28rem);
}

.zt-shell-notifications,
.zt-shell-profile__button {
    min-height: 38px;
}

.zt-shell-profile__button {
    max-width: 210px;
    padding: 0 12px;
}

.zt-shell-content__surface {
    padding: clamp(16px, 2vw, 24px);
    border-radius: 22px;
}

body.zt-shell-sidebar-collapsed .zt-client-shell {
    grid-template-columns: 82px minmax(0, 1fr);
}

body.zt-shell-sidebar-collapsed .zt-client-sidebar {
    padding: 12px;
}

@media (max-width: 1199.98px) {
    .zt-client-shell {
        grid-template-columns: 246px minmax(0, 1fr);
        gap: 14px;
    }
}

@media (max-width: 991.98px) {
    body.zt-client-shell-page #main-body.zt-client-workspace {
        padding: 14px;
    }

    .zt-client-sidebar {
        top: 12px;
        bottom: 12px;
        left: 12px;
        width: min(292px, calc(100vw - 24px));
    }
}

@media (max-width: 767.98px) {
    .zt-shell-topbar {
        gap: 10px;
        margin-bottom: 12px;
        padding: 10px;
    }

    .zt-shell-profile__button {
        max-width: min(54vw, 210px);
    }
}

@media (max-width: 479.98px) {
    body.zt-client-shell-page #main-body.zt-client-workspace {
        padding: 8px;
    }

    .zt-shell-content__surface {
        padding: 12px;
        border-radius: 16px;
    }
}

/* Phase 2 Step 1: below-breadcrumb client workspace shell */
#main-body.zt-client-workspace {
    position: relative;
    padding: 22px 0 30px;
    background:
        radial-gradient(circle at 6% 8%, rgba(4, 58, 126, 0.1), transparent 25rem),
        radial-gradient(circle at 92% 12%, rgba(223, 164, 8, 0.08), transparent 22rem),
        linear-gradient(135deg, #f8fbff 0%, #eef7ff 48%, #ffffff 100%);
}

#main-body.zt-client-workspace::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(4, 58, 126, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(4, 58, 126, 0.025) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.75;
}

.zt-client-workspace__container {
    position: relative;
    z-index: 1;
}

.zt-shell-mobile-toggle {
    display: none;
    align-items: center;
    gap: 9px;
    width: 100%;
    min-height: 44px;
    margin-bottom: 12px;
    padding: 0 14px;
    border: 1px solid rgba(4, 58, 126, 0.14);
    border-radius: 14px;
    background: #ffffff;
    color: #043a7e;
    font-weight: 800;
    box-shadow: 0 14px 32px rgba(4, 58, 126, 0.09);
}

.zt-shell-main.primary-content {
    min-width: 0;
    padding: clamp(18px, 2.4vw, 28px);
    border: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 26px 70px rgba(4, 58, 126, 0.1);
}

.zt-shell-main.primary-content > .tiles {
    margin-top: 0;
}

.zt-shell-main.primary-content .client-home-panels {
    margin-bottom: 0;
}

.zt-client-sidebar {
    overflow-y: auto;
}

.zt-shell-desktop-collapse i {
    transition: transform 0.2s ease;
}

body.zt-shell-sidebar-collapsed .zt-shell-desktop-collapse i {
    transform: rotate(180deg);
}

body.zt-shell-sidebar-collapsed .zt-shell-mobile-close {
    display: none;
}

@media (max-width: 991.98px) {
    #main-body.zt-client-workspace {
        padding: 16px 0 24px;
    }

    .zt-shell-mobile-toggle {
        display: inline-flex;
    }

    .zt-shell-desktop-collapse {
        display: none;
    }

    .zt-shell-main.primary-content {
        padding: 16px;
        border-radius: 20px;
    }
}

@media (max-width: 575.98px) {
    #main-body.zt-client-workspace {
        padding: 12px 0 20px;
    }

    .zt-shell-main.primary-content {
        padding: 13px;
        border-radius: 16px;
    }
}

/* Phase 3: Account/Profile section */
.zt-account-area {
    display: grid;
    grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
    gap: clamp(18px, 2.4vw, 30px);
    align-items: start;
}

.zt-account-nav {
    position: sticky;
    top: 18px;
    overflow: hidden;
    border: 1px solid rgba(4, 58, 126, 0.1);
    border-radius: 22px;
    background:
        radial-gradient(circle at 0% 0%, rgba(4, 58, 126, 0.07), transparent 12rem),
        #ffffff;
    box-shadow: 0 18px 48px rgba(4, 58, 126, 0.08);
}

.zt-account-nav__header {
    padding: 18px 18px 14px;
    border-bottom: 1px solid rgba(4, 58, 126, 0.08);
}

.zt-account-nav__header span,
.zt-account-content__header span {
    display: block;
    color: #7a6200;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.zt-account-nav__header strong {
    display: block;
    margin-top: 7px;
    color: #043a7e;
    font-size: 1rem;
    font-weight: 850;
}

.zt-account-nav__links {
    display: grid;
    gap: 3px;
    padding: 10px;
}

.zt-account-nav__link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #315171;
    font-size: 0.9rem;
    font-weight: 760;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.zt-account-nav__link::before {
    content: "";
    position: absolute;
    left: 5px;
    width: 3px;
    height: 16px;
    border-radius: 999px;
    background: #dfa408;
    opacity: 0;
    transform: scaleY(0.6);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.zt-account-nav__link i {
    width: 18px;
    flex: 0 0 18px;
    color: #043a7e;
    font-size: 0.9rem;
    text-align: center;
}

.zt-account-nav__link:hover,
.zt-account-nav__link:focus {
    border-color: rgba(4, 58, 126, 0.12);
    background: rgba(4, 58, 126, 0.055);
    color: #043a7e;
    text-decoration: none;
    transform: translateX(2px);
}

.zt-account-nav__link.is-active {
    border-color: rgba(4, 58, 126, 0.16);
    background: linear-gradient(135deg, rgba(4, 58, 126, 0.12), rgba(4, 58, 126, 0.045));
    color: #043a7e;
}

.zt-account-nav__link.is-active::before {
    opacity: 1;
    transform: scaleY(1);
}

.zt-account-content {
    min-width: 0;
}

.zt-account-content__header {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(4, 58, 126, 0.08);
}

.zt-account-content__header h1 {
    margin: 8px 0 0;
    color: #043a7e;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 850;
    line-height: 1.12;
}

.zt-account-content__header p {
    max-width: 720px;
    margin: 9px 0 0;
    color: #4d6882;
    font-size: 1rem;
    line-height: 1.65;
}

.zt-account-overview {
    display: grid;
    grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
    gap: 18px;
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid rgba(4, 58, 126, 0.1);
    border-radius: 20px;
    background:
        radial-gradient(circle at 96% 10%, rgba(223, 164, 8, 0.12), transparent 12rem),
        linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.zt-account-overview__identity {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.zt-account-overview__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 18px;
    background: #043a7e;
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(4, 58, 126, 0.18);
}

.zt-account-overview__identity span,
.zt-account-overview__identity strong,
.zt-account-overview__identity em {
    display: block;
    min-width: 0;
}

.zt-account-overview__identity span {
    color: #7a6200;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.zt-account-overview__identity strong {
    margin-top: 5px;
    color: #0f3458;
    font-size: 1.12rem;
    font-weight: 850;
}

.zt-account-overview__identity em {
    margin-top: 4px;
    color: #58728b;
    font-style: normal;
}

.zt-account-overview__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.zt-account-overview__details div {
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
}

.zt-account-overview__details dt {
    margin: 0 0 4px;
    color: #7a6200;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.zt-account-overview__details dd {
    margin: 0;
    color: #043a7e;
    font-weight: 820;
    overflow-wrap: anywhere;
}

.zt-account-content .card {
    overflow: hidden;
    margin-bottom: 18px;
    border: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 18px;
    box-shadow: none;
}

.zt-account-content .card-body {
    padding: clamp(18px, 2.2vw, 28px);
}

.zt-account-content .card-title {
    margin-bottom: 18px;
    color: #043a7e;
    font-weight: 850;
}

.zt-account-content .form-control,
.zt-account-content .custom-select {
    border-color: rgba(4, 58, 126, 0.16);
    border-radius: 10px;
}

.zt-account-content .form-control:focus,
.zt-account-content .custom-select:focus {
    border-color: #043a7e;
    box-shadow: 0 0 0 0.15rem rgba(4, 58, 126, 0.12);
}

.zt-account-content .table-container,
.zt-account-content table.table {
    border-radius: 16px;
}

.zt-account-content .table-container {
    overflow-x: auto;
}

.zt-account-content .alert-info {
    border-color: rgba(4, 58, 126, 0.12);
    border-radius: 16px;
    background: rgba(4, 58, 126, 0.06);
    color: #315171;
}

@media (max-width: 991.98px) {
    .zt-account-area {
        grid-template-columns: 1fr;
    }

    .zt-account-nav {
        position: static;
    }

    .zt-account-nav__links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zt-account-overview {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .zt-account-nav__links,
    .zt-account-overview__details {
        grid-template-columns: 1fr;
    }

    .zt-account-nav__header,
    .zt-account-content__header {
        text-align: left;
    }

    .zt-account-content__header h1 {
        font-size: 1.55rem;
    }
}

/* Phase 2 final lock: Client Workspace sidebar */
#main-body.zt-client-workspace .zt-client-shell {
    grid-template-columns: 248px minmax(0, 1fr);
    gap: 18px;
}

#main-body.zt-client-workspace .zt-client-sidebar {
    padding: 13px;
    border: 1px solid rgba(4, 58, 126, 0.11);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96)),
        radial-gradient(circle at 0% 0%, rgba(4, 58, 126, 0.065), transparent 14rem);
    box-shadow: 0 20px 48px rgba(4, 58, 126, 0.11);
    scrollbar-width: thin;
    scrollbar-color: rgba(4, 58, 126, 0.2) transparent;
}

#main-body.zt-client-workspace .zt-shell-brand {
    min-height: 38px;
    margin-bottom: 11px;
}

#main-body.zt-client-workspace .zt-shell-logo img {
    max-width: 122px;
    max-height: 34px;
}

#main-body.zt-client-workspace .zt-shell-icon-btn {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 11px;
}

#main-body.zt-client-workspace .zt-support-pin-card {
    gap: 8px;
    margin-bottom: 13px;
    padding: 11px;
    border-color: rgba(223, 164, 8, 0.32);
    border-radius: 17px;
    background:
        radial-gradient(circle at 100% 0%, rgba(223, 164, 8, 0.13), transparent 7rem),
        linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 14px 30px rgba(4, 58, 126, 0.09);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

#main-body.zt-client-workspace .zt-support-pin-card:hover,
#main-body.zt-client-workspace .zt-support-pin-card:focus-within {
    border-color: rgba(223, 164, 8, 0.58);
    box-shadow: 0 18px 36px rgba(4, 58, 126, 0.13);
    transform: translateY(-1px);
}

.zt-support-pin-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

#main-body.zt-client-workspace .zt-support-pin-card__label {
    color: #7a6200;
    font-size: 0.64rem;
    font-weight: 850;
    letter-spacing: 0.14em;
}

.zt-support-pin-card__actions {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.zt-pin-visibility-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.zt-support-pin-card__icon,
#main-body.zt-client-workspace .zt-support-pin-card__copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-height: 28px;
    padding: 0;
    border: 1px solid rgba(4, 58, 126, 0.12);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.82);
    color: #043a7e;
    font-size: 0.78rem;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.zt-support-pin-card__icon:hover,
.zt-support-pin-card__icon:focus,
#main-body.zt-client-workspace .zt-support-pin-card__copy:hover,
#main-body.zt-client-workspace .zt-support-pin-card__copy:focus {
    border-color: rgba(223, 164, 8, 0.58);
    background: #ffffff;
    color: #7a6200;
    box-shadow: 0 10px 20px rgba(4, 58, 126, 0.1);
    transform: translateY(-1px);
}

.zt-pin-eye-hide,
.zt-pin-mask {
    display: none;
}

.zt-pin-visibility-toggle:checked ~ .zt-support-pin-card__top .zt-pin-eye-show,
.zt-pin-visibility-toggle:checked ~ .zt-support-pin-card__value .zt-pin-real {
    display: none;
}

.zt-pin-visibility-toggle:checked ~ .zt-support-pin-card__top .zt-pin-eye-hide,
.zt-pin-visibility-toggle:checked ~ .zt-support-pin-card__value .zt-pin-mask {
    display: inline;
}

#main-body.zt-client-workspace .zt-support-pin-card__value {
    min-height: 29px;
    color: #043a7e;
    font-size: clamp(1.28rem, 1.8vw, 1.62rem);
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.11em;
}

#main-body.zt-client-workspace .zt-support-pin-card__copied {
    right: 11px;
    bottom: -7px;
    padding: 3px 9px;
    color: #043a7e;
    font-size: 0.68rem;
    box-shadow: 0 10px 20px rgba(4, 58, 126, 0.11);
}

#main-body.zt-client-workspace .zt-shell-nav {
    gap: 3px;
    margin: 0 0 12px;
}

#main-body.zt-client-workspace .zt-shell-nav__item {
    min-height: 39px;
    gap: 10px;
    padding: 0 12px 0 13px;
    border-radius: 12px;
    color: #315171;
    font-size: 0.88rem;
    font-weight: 760;
}

#main-body.zt-client-workspace .zt-shell-nav__item::before {
    left: 5px;
    width: 3px;
    height: 17px;
    background: #dfa408;
}

#main-body.zt-client-workspace .zt-shell-nav__item i {
    width: 18px;
    flex-basis: 18px;
    color: #043a7e;
    font-size: 0.88rem;
}

#main-body.zt-client-workspace .zt-shell-nav__item:hover,
#main-body.zt-client-workspace .zt-shell-nav__item:focus {
    border-color: rgba(4, 58, 126, 0.12);
    background: rgba(4, 58, 126, 0.055);
    color: #043a7e;
    transform: translateX(2px);
}

#main-body.zt-client-workspace .zt-shell-nav__item:focus-visible,
#main-body.zt-client-workspace .zt-shell-icon-btn:focus-visible,
.zt-support-pin-card__icon:focus-visible,
#main-body.zt-client-workspace .zt-support-pin-card__copy:focus-visible,
#main-body.zt-client-workspace .zt-shell-status:focus-visible {
    outline: 2px solid rgba(223, 164, 8, 0.8);
    outline-offset: 2px;
}

#main-body.zt-client-workspace .zt-shell-nav__item.is-active {
    border-color: rgba(4, 58, 126, 0.18);
    background:
        linear-gradient(90deg, rgba(4, 58, 126, 0.115), rgba(4, 58, 126, 0.045));
    color: #043a7e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

#main-body.zt-client-workspace .zt-shell-nav__item.is-active i {
    color: #043a7e;
    transform: scale(1.04);
}

#main-body.zt-client-workspace .zt-shell-status {
    gap: 9px;
    min-height: 42px;
    padding: 9px 10px;
    border-color: rgba(4, 58, 126, 0.09);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.62);
}

#main-body.zt-client-workspace .zt-shell-status__dot {
    width: 8px;
    height: 8px;
    flex-basis: 8px;
    background: #2da46b;
    box-shadow: 0 0 0 4px rgba(45, 164, 107, 0.11);
}

#main-body.zt-client-workspace .zt-shell-status strong {
    font-size: 0.78rem;
    font-weight: 820;
}

#main-body.zt-client-workspace .zt-shell-status em {
    color: #58728b;
    font-size: 0.68rem;
    font-weight: 720;
}

body.zt-shell-sidebar-collapsed #main-body.zt-client-workspace .zt-client-shell {
    grid-template-columns: 76px minmax(0, 1fr);
}

body.zt-shell-sidebar-collapsed #main-body.zt-client-workspace .zt-client-sidebar {
    padding: 11px;
}

@media (max-width: 1199.98px) {
    #main-body.zt-client-workspace .zt-client-shell {
        grid-template-columns: 236px minmax(0, 1fr);
        gap: 16px;
    }
}

@media (max-width: 991.98px) {
    #main-body.zt-client-workspace .zt-client-shell {
        display: block;
    }

    #main-body.zt-client-workspace .zt-client-sidebar {
        width: min(290px, calc(100vw - 24px));
        padding: 13px;
    }
}

/* Phase 3: Client Workspace Dashboard content */
.zt-dashboard {
    display: grid;
    gap: clamp(18px, 2.2vw, 26px);
    color: #153457;
}

.zt-dashboard-welcome,
.zt-dashboard-section {
    border: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 48px rgba(4, 58, 126, 0.07);
}

.zt-dashboard-welcome {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: clamp(18px, 2.4vw, 26px);
    background:
        radial-gradient(circle at 100% 0%, rgba(223, 164, 8, 0.1), transparent 18rem),
        linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.zt-dashboard-eyebrow,
.zt-dashboard-section__header span {
    display: block;
    color: #7a6200;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.zt-dashboard-welcome h1,
.zt-dashboard-section__header h2 {
    margin: 8px 0 0;
    color: #043a7e;
    font-weight: 850;
    line-height: 1.15;
}

.zt-dashboard-welcome h1 {
    font-size: clamp(1.45rem, 2.7vw, 2.15rem);
}

.zt-dashboard-welcome p {
    max-width: 720px;
    margin: 9px 0 0;
    color: #4d6882;
    line-height: 1.65;
}

.zt-dashboard-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    padding: 10px 12px;
    border: 1px solid rgba(4, 58, 126, 0.1);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.76);
}

.zt-dashboard-status__dot {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-radius: 50%;
    background: #2da46b;
    box-shadow: 0 0 0 5px rgba(45, 164, 107, 0.1);
}

.zt-dashboard-status strong,
.zt-dashboard-status em {
    display: block;
    font-style: normal;
    line-height: 1.25;
}

.zt-dashboard-status strong {
    color: #043a7e;
    font-size: 0.82rem;
    font-weight: 820;
}

.zt-dashboard-status em {
    color: #58728b;
    font-size: 0.72rem;
    font-weight: 720;
}

.zt-dashboard-section {
    padding: clamp(18px, 2.4vw, 26px);
}

.zt-dashboard-section__header {
    margin-bottom: 16px;
}

.zt-dashboard-section__header h2 {
    font-size: clamp(1.12rem, 2vw, 1.48rem);
}

.zt-dashboard-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.zt-dashboard-metric {
    display: grid;
    gap: 6px;
    min-width: 0;
    min-height: 142px;
    padding: 16px;
    border: 1px solid rgba(4, 58, 126, 0.09);
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0%, rgba(4, 58, 126, 0.045), transparent 10rem),
        #ffffff;
    color: #153457;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.zt-dashboard-metric:hover,
.zt-dashboard-metric:focus {
    border-color: rgba(4, 58, 126, 0.22);
    box-shadow: 0 16px 34px rgba(4, 58, 126, 0.1);
    color: #043a7e;
    text-decoration: none;
    transform: translateY(-2px);
}

.zt-dashboard-metric.is-attention {
    border-color: rgba(223, 164, 8, 0.38);
}

.zt-dashboard-metric__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    background: rgba(4, 58, 126, 0.08);
    color: #043a7e;
}

.zt-dashboard-metric strong {
    color: #043a7e;
    font-size: clamp(1.75rem, 3vw, 2.45rem);
    font-weight: 850;
    line-height: 1;
}

.zt-dashboard-metric em,
.zt-dashboard-metric small {
    display: block;
    font-style: normal;
}

.zt-dashboard-metric em {
    color: #153457;
    font-weight: 820;
}

.zt-dashboard-metric small {
    color: #58728b;
    font-size: 0.78rem;
}

.zt-dashboard-actions {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.zt-dashboard-action {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 14px;
    border: 1px solid rgba(4, 58, 126, 0.1);
    border-radius: 16px;
    background: #ffffff;
    color: #153457;
    font-weight: 800;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.zt-dashboard-action i {
    color: #dfa408;
    font-size: 0.95rem;
}

.zt-dashboard-action:hover,
.zt-dashboard-action:focus {
    border-color: rgba(4, 58, 126, 0.22);
    box-shadow: 0 14px 28px rgba(4, 58, 126, 0.09);
    color: #043a7e;
    text-decoration: none;
    transform: translateY(-2px);
}

.zt-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: clamp(18px, 2.2vw, 26px);
    align-items: start;
}

.zt-dashboard-panels {
    display: grid;
    gap: 14px;
}

.zt-dashboard-panel {
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 18px;
    box-shadow: none;
}

.zt-dashboard-panel .card-header {
    border-bottom: 1px solid rgba(4, 58, 126, 0.08);
    background: #ffffff;
}

.zt-dashboard-panel .card-title {
    color: #043a7e;
    font-size: 1rem;
    font-weight: 850;
}

.zt-dashboard-panel .card-body {
    padding: 16px;
}

.zt-dashboard-panel .list-group-item {
    border-color: rgba(4, 58, 126, 0.07);
    color: #315171;
}

.zt-dashboard-panel .list-group-item:hover,
.zt-dashboard-panel .list-group-item:focus {
    background: rgba(4, 58, 126, 0.045);
    color: #043a7e;
}

.zt-dashboard-empty {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 28px 18px;
    border: 1px dashed rgba(4, 58, 126, 0.18);
    border-radius: 18px;
    background: rgba(248, 251, 255, 0.78);
    color: #58728b;
    text-align: center;
}

.zt-dashboard-empty i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 15px;
    background: rgba(4, 58, 126, 0.08);
    color: #043a7e;
}

.zt-dashboard-empty strong {
    color: #043a7e;
    font-weight: 850;
}

.zt-dashboard-empty span {
    max-width: 320px;
    line-height: 1.55;
}

.zt-dashboard-empty a {
    color: #7a6200;
    font-weight: 800;
}

@media (max-width: 1199.98px) {
    .zt-dashboard-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zt-dashboard-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zt-dashboard-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .zt-dashboard-welcome {
        align-items: flex-start;
        flex-direction: column;
    }

    .zt-dashboard-status {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .zt-dashboard-metrics,
    .zt-dashboard-actions {
        grid-template-columns: 1fr;
    }

    .zt-dashboard-section,
    .zt-dashboard-welcome {
        border-radius: 18px;
        padding: 16px;
    }
}

/* Phase 4: My Services workspace */
.zt-services-workspace {
    display: grid;
    gap: clamp(18px, 2.2vw, 26px);
    color: #153457;
}

.zt-services-header,
.zt-services-list {
    border: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 48px rgba(4, 58, 126, 0.07);
}

.zt-services-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: clamp(18px, 2.4vw, 26px);
    background:
        radial-gradient(circle at 100% 0%, rgba(223, 164, 8, 0.1), transparent 18rem),
        linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.zt-services-eyebrow,
.zt-services-list__header span {
    display: block;
    color: #7a6200;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.zt-services-header h1,
.zt-services-list__header h2 {
    margin: 8px 0 0;
    color: #043a7e;
    font-weight: 850;
    line-height: 1.15;
}

.zt-services-header h1 {
    font-size: clamp(1.45rem, 2.7vw, 2.15rem);
}

.zt-services-header p {
    max-width: 720px;
    margin: 9px 0 0;
    color: #4d6882;
    line-height: 1.65;
}

.zt-services-total {
    display: grid;
    justify-items: center;
    min-width: 132px;
    padding: 12px 16px;
    border: 1px solid rgba(4, 58, 126, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.76);
}

.zt-services-total span {
    color: #043a7e;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 850;
    line-height: 1;
}

.zt-services-total strong {
    margin-top: 5px;
    color: #58728b;
    font-size: 0.76rem;
    font-weight: 800;
}

.zt-services-list {
    padding: clamp(18px, 2.4vw, 26px);
}

.zt-services-list__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.zt-services-list__header h2 {
    font-size: clamp(1.12rem, 2vw, 1.48rem);
}

.zt-services-support,
.zt-service-manage,
.zt-services-empty a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid rgba(4, 58, 126, 0.13);
    border-radius: 999px;
    background: #ffffff;
    color: #043a7e;
    font-size: 0.84rem;
    font-weight: 820;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.zt-services-support i,
.zt-service-manage i {
    color: #dfa408;
    font-size: 0.78rem;
}

.zt-services-support:hover,
.zt-services-support:focus,
.zt-service-manage:hover,
.zt-service-manage:focus,
.zt-services-empty a:hover,
.zt-services-empty a:focus {
    border-color: rgba(223, 164, 8, 0.58);
    box-shadow: 0 12px 24px rgba(4, 58, 126, 0.1);
    color: #043a7e;
    text-decoration: none;
    transform: translateY(-1px);
}

.zt-services-table-wrap {
    overflow-x: auto;
}

.zt-services-table {
    width: 100%;
    min-width: 760px;
    border-collapse: separate;
    border-spacing: 0 12px;
}

.zt-services-table.table-list {
    border: 0;
}

.zt-services-table thead th {
    padding: 0 14px 8px;
    border: 0;
    background: transparent;
    color: #7a6200;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.zt-services-table tbody tr.zt-service-row {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.zt-services-table tbody tr.zt-service-row:hover {
    transform: translateY(-2px);
}

.zt-services-table tbody tr.zt-service-row > td {
    padding: 16px 14px;
    border-top: 1px solid rgba(4, 58, 126, 0.08);
    border-bottom: 1px solid rgba(4, 58, 126, 0.08);
    background: #ffffff;
    vertical-align: middle;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.zt-services-table tbody tr.zt-service-row:hover > td {
    border-color: rgba(4, 58, 126, 0.18);
    box-shadow: 0 16px 34px rgba(4, 58, 126, 0.08);
}

.zt-services-table tbody tr.zt-service-row > td:first-child {
    border-left: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 18px 0 0 18px;
}

.zt-services-table tbody tr.zt-service-row > td:last-child {
    border-right: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 0 18px 18px 0;
}

.zt-service-ssl {
    width: 58px;
    text-align: center;
}

.zt-service-ssl__placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 11px;
    background: rgba(4, 58, 126, 0.08);
    color: #043a7e;
}

.zt-service-title {
    display: grid;
    gap: 5px;
}

.zt-service-title strong {
    color: #043a7e;
    font-size: 1rem;
    font-weight: 850;
}

.zt-service-title a,
.zt-service-title span {
    color: #58728b;
    font-size: 0.86rem;
    line-height: 1.35;
}

.zt-service-title a:hover,
.zt-service-title a:focus {
    color: #043a7e;
}

.zt-service-billing,
.zt-service-date,
.zt-service-status-cell {
    text-align: center;
}

.zt-service-billing span,
.zt-service-date strong {
    display: block;
    color: #153457;
    font-weight: 830;
}

.zt-service-billing small,
.zt-service-date small {
    display: block;
    margin-top: 3px;
    color: #58728b;
    font-size: 0.75rem;
    font-weight: 720;
}

.zt-service-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(4, 58, 126, 0.12);
    border-radius: 999px;
    background: rgba(4, 58, 126, 0.07);
    color: #043a7e;
    font-size: 0.76rem;
    font-weight: 850;
}

.zt-service-status--active {
    border-color: rgba(4, 58, 126, 0.16);
    background: rgba(4, 58, 126, 0.08);
}

.zt-service-status--pending {
    border-color: rgba(223, 164, 8, 0.35);
    background: rgba(223, 164, 8, 0.1);
    color: #7a6200;
}

.zt-service-status--suspended,
.zt-service-status--cancelled,
.zt-service-status--terminated {
    border-color: rgba(122, 98, 0, 0.22);
    background: rgba(122, 98, 0, 0.08);
    color: #7a6200;
}

.zt-service-manage {
    margin-top: 8px;
}

.zt-service-empty-row td {
    padding: 0;
    border: 0;
}

.zt-services-empty {
    display: grid;
    justify-items: center;
    gap: 9px;
    padding: 38px 18px;
    border: 1px dashed rgba(4, 58, 126, 0.18);
    border-radius: 20px;
    background: rgba(248, 251, 255, 0.78);
    color: #58728b;
    text-align: center;
}

.zt-services-empty i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(4, 58, 126, 0.08);
    color: #043a7e;
}

.zt-services-empty strong {
    color: #043a7e;
    font-size: 1.05rem;
    font-weight: 850;
}

.zt-services-empty span {
    max-width: 360px;
    line-height: 1.55;
}

.zt-services-loading {
    padding: 22px;
    color: #58728b;
}

@media (max-width: 767.98px) {
    .zt-services-header,
    .zt-services-list__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .zt-services-total,
    .zt-services-support {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .zt-services-header,
    .zt-services-list {
        border-radius: 18px;
        padding: 16px;
    }
}

/* Phase 5: Billing workspace */
.zt-billing-workspace {
    display: grid;
    gap: clamp(18px, 2.2vw, 26px);
    color: #153457;
}

.zt-billing-header,
.zt-billing-list,
.zt-billing-card {
    border: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 48px rgba(4, 58, 126, 0.07);
}

.zt-billing-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: clamp(18px, 2.4vw, 26px);
    background:
        radial-gradient(circle at 100% 0%, rgba(223, 164, 8, 0.1), transparent 18rem),
        linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.zt-billing-eyebrow,
.zt-billing-list__header span {
    display: block;
    color: #7a6200;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.zt-billing-header h1,
.zt-billing-list__header h2 {
    margin: 8px 0 0;
    color: #043a7e;
    font-weight: 850;
    line-height: 1.15;
}

.zt-billing-header h1 {
    font-size: clamp(1.45rem, 2.7vw, 2.15rem);
}

.zt-billing-header p {
    max-width: 720px;
    margin: 9px 0 0;
    color: #4d6882;
    line-height: 1.65;
}

.zt-billing-header__action,
.zt-billing-row-action,
.zt-billing-empty a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid rgba(4, 58, 126, 0.13);
    border-radius: 999px;
    background: #ffffff;
    color: #043a7e;
    font-size: 0.84rem;
    font-weight: 820;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.zt-billing-header__action i,
.zt-billing-row-action i {
    color: #dfa408;
    font-size: 0.78rem;
}

.zt-billing-header__action:hover,
.zt-billing-header__action:focus,
.zt-billing-row-action:hover,
.zt-billing-row-action:focus,
.zt-billing-empty a:hover,
.zt-billing-empty a:focus {
    border-color: rgba(223, 164, 8, 0.58);
    box-shadow: 0 12px 24px rgba(4, 58, 126, 0.1);
    color: #043a7e;
    text-decoration: none;
    transform: translateY(-1px);
}

.zt-billing-list,
.zt-billing-card {
    padding: clamp(18px, 2.4vw, 26px);
}

.zt-billing-list__header {
    margin-bottom: 16px;
}

.zt-billing-list__header h2 {
    font-size: clamp(1.12rem, 2vw, 1.48rem);
}

.zt-billing-table-wrap {
    overflow-x: auto;
}

.zt-billing-table {
    width: 100%;
    min-width: 760px;
    border-collapse: separate;
    border-spacing: 0 12px;
}

.zt-billing-table.table-list {
    border: 0;
}

.zt-billing-table thead th {
    padding: 0 14px 8px;
    border: 0;
    background: transparent;
    color: #7a6200;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.zt-billing-table tbody tr.zt-billing-row {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.zt-billing-table tbody tr.zt-billing-row:hover {
    transform: translateY(-2px);
}

.zt-billing-table tbody tr.zt-billing-row > td {
    padding: 16px 14px;
    border-top: 1px solid rgba(4, 58, 126, 0.08);
    border-bottom: 1px solid rgba(4, 58, 126, 0.08);
    background: #ffffff;
    vertical-align: middle;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.zt-billing-table tbody tr.zt-billing-row:hover > td {
    border-color: rgba(4, 58, 126, 0.18);
    box-shadow: 0 16px 34px rgba(4, 58, 126, 0.08);
}

.zt-billing-table tbody tr.zt-billing-row > td:first-child {
    border-left: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 18px 0 0 18px;
}

.zt-billing-table tbody tr.zt-billing-row > td:last-child {
    border-right: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 0 18px 18px 0;
}

.zt-billing-table td strong {
    display: block;
    color: #153457;
    font-weight: 830;
}

.zt-billing-primary strong {
    color: #043a7e;
    font-weight: 850;
}

.zt-billing-table td small {
    display: block;
    margin-top: 3px;
    color: #58728b;
    font-size: 0.75rem;
    font-weight: 720;
}

.zt-billing-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(4, 58, 126, 0.12);
    border-radius: 999px;
    background: rgba(4, 58, 126, 0.07);
    color: #043a7e;
    font-size: 0.76rem;
    font-weight: 850;
}

.zt-billing-status--paid,
.zt-billing-status--accepted {
    border-color: rgba(4, 58, 126, 0.16);
    background: rgba(4, 58, 126, 0.08);
}

.zt-billing-status--unpaid,
.zt-billing-status--draft,
.zt-billing-status--delivered,
.zt-billing-status--onhold,
.zt-billing-status--on-hold,
.zt-billing-status--payment-pending {
    border-color: rgba(223, 164, 8, 0.35);
    background: rgba(223, 164, 8, 0.1);
    color: #7a6200;
}

.zt-billing-status--overdue,
.zt-billing-status--cancelled,
.zt-billing-status--refunded,
.zt-billing-status--collections,
.zt-billing-status--lost,
.zt-billing-status--dead {
    border-color: rgba(122, 98, 0, 0.22);
    background: rgba(122, 98, 0, 0.08);
    color: #7a6200;
}

.zt-billing-action-cell {
    text-align: center;
}

.zt-billing-row-action {
    border-radius: 12px;
}

.zt-billing-empty-row td {
    padding: 0;
    border: 0;
}

.zt-billing-empty {
    display: grid;
    justify-items: center;
    gap: 9px;
    padding: 38px 18px;
    border: 1px dashed rgba(4, 58, 126, 0.18);
    border-radius: 20px;
    background: rgba(248, 251, 255, 0.78);
    color: #58728b;
    text-align: center;
}

.zt-billing-empty i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(4, 58, 126, 0.08);
    color: #043a7e;
}

.zt-billing-empty strong {
    color: #043a7e;
    font-size: 1.05rem;
    font-weight: 850;
}

.zt-billing-empty span {
    max-width: 360px;
    line-height: 1.55;
}

.zt-billing-loading {
    padding: 22px;
    color: #58728b;
}

.zt-billing-card {
    overflow: hidden;
    margin-bottom: 18px;
    padding: 0;
}

.zt-billing-card .card-body {
    padding: clamp(16px, 2vw, 22px);
}

.zt-billing-card .card-title {
    color: #043a7e;
    font-weight: 850;
}

.zt-billing-form .table {
    margin-bottom: 0;
}

.zt-billing-form .table th,
.zt-billing-form .table td {
    border-color: rgba(4, 58, 126, 0.08);
}

@media (max-width: 767.98px) {
    .zt-billing-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .zt-billing-header__action {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .zt-billing-header,
    .zt-billing-list,
    .zt-billing-card {
        border-radius: 18px;
        padding: 16px;
    }
}

/* Phase 6 - Support Center */
.zt-support-center {
    position: relative;
    display: grid;
    gap: 22px;
    color: #15345f;
}

.zt-support-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: clamp(18px, 2.5vw, 28px);
    border: 1px solid rgba(4, 58, 126, 0.12);
    border-radius: 24px;
    background:
        radial-gradient(circle at 12% 0%, rgba(4, 58, 126, 0.1), transparent 36%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.9));
    box-shadow: 0 20px 52px rgba(4, 58, 126, 0.09);
}

.zt-support-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #7a6200;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.zt-support-eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background: #dfa408;
}

.zt-support-header h2 {
    margin: 0;
    color: #043a7e;
    font-size: clamp(1.45rem, 2.3vw, 2rem);
    font-weight: 850;
    letter-spacing: 0;
}

.zt-support-header p {
    max-width: 680px;
    margin: 8px 0 0;
    color: #506b88;
    line-height: 1.6;
}

.zt-support-header__action {
    flex: 0 0 auto;
    border-radius: 999px;
    font-weight: 750;
    box-shadow: 0 12px 26px rgba(4, 58, 126, 0.12);
}

.zt-support-action-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.zt-support-action-panel,
.zt-support-department,
.zt-support-resource-card,
.zt-support-list-card,
.zt-support-form-card,
.zt-support-table-card,
.zt-network-status-card,
.zt-network-issue-card,
.zt-kb-article-card {
    border: 1px solid rgba(4, 58, 126, 0.12);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(4, 58, 126, 0.08);
    transition: border-color 280ms ease, box-shadow 280ms ease, transform 280ms ease;
}

.zt-support-action-panel {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px;
    color: #043a7e;
    font-weight: 800;
    text-decoration: none;
}

.zt-support-action-panel i,
.zt-support-department__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: rgba(4, 58, 126, 0.08);
    color: #dfa408;
}

.zt-support-action-panel:hover,
.zt-support-action-panel:focus,
.zt-support-department:hover,
.zt-support-department:focus,
.zt-support-resource-card:hover,
.zt-support-list-card .list-group-item:hover,
.zt-network-issue-card:hover {
    border-color: rgba(4, 58, 126, 0.32);
    box-shadow: 0 22px 54px rgba(4, 58, 126, 0.13);
    transform: translateY(-2px);
    text-decoration: none;
}

.zt-support-department-grid {
    display: grid;
    gap: 14px;
}

.zt-support-department {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 16px;
    color: #15345f;
    text-decoration: none;
}

.zt-support-department__body {
    display: grid;
    gap: 4px;
}

.zt-support-department__body strong {
    color: #043a7e;
    font-size: 1.02rem;
    font-weight: 850;
}

.zt-support-department__body small {
    color: #5b7591;
    line-height: 1.5;
}

.zt-support-department__arrow {
    color: #dfa408;
    transition: transform 280ms ease;
}

.zt-support-department:hover .zt-support-department__arrow {
    transform: translateX(4px);
}

.zt-support-form-card,
.zt-support-table-card,
.zt-support-list-card,
.zt-network-status-card,
.zt-network-issue-card,
.zt-kb-article-card {
    overflow: hidden;
}

.zt-support-form-card .card-body,
.zt-kb-article-card .card-body,
.zt-network-status-card .card-body,
.zt-network-issue-card .card-body {
    padding: clamp(18px, 2.5vw, 30px);
}

.zt-support-form-card .card-title,
.zt-support-list-card .card-title,
.zt-network-status-card h3 {
    color: #043a7e;
    font-weight: 850;
}

.zt-support-search .kb-search,
.zt-support-search.kb-search {
    overflow: hidden;
    border: 1px solid rgba(4, 58, 126, 0.12);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(4, 58, 126, 0.08);
}

.zt-support-search .form-control,
.zt-support-form-card .form-control,
.zt-support-form-card .custom-file-label {
    border-color: rgba(4, 58, 126, 0.14);
    border-radius: 14px;
    color: #15345f;
}

.zt-support-search .form-control:focus,
.zt-support-form-card .form-control:focus {
    border-color: rgba(4, 58, 126, 0.42);
    box-shadow: 0 0 0 0.18rem rgba(4, 58, 126, 0.08);
}

.zt-support-table-card {
    padding: clamp(10px, 1.5vw, 18px);
}

.zt-support-table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.zt-support-table thead th {
    border: 0;
    color: #6d8297;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.zt-support-table tbody tr {
    cursor: pointer;
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(4, 58, 126, 0.05);
    transition: box-shadow 280ms ease, transform 280ms ease;
}

.zt-support-table tbody tr:hover {
    box-shadow: 0 16px 34px rgba(4, 58, 126, 0.1);
    transform: translateY(-2px);
}

.zt-support-table tbody td {
    border-top: 1px solid rgba(4, 58, 126, 0.08);
    border-bottom: 1px solid rgba(4, 58, 126, 0.08);
    background: #ffffff;
    vertical-align: middle;
}

.zt-support-table tbody td:first-child {
    border-left: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 16px 0 0 16px;
}

.zt-support-table tbody td:last-child {
    border-right: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 0 16px 16px 0;
}

.zt-support-table .zt-support-empty-row td:first-child {
    border-radius: 16px;
}

.zt-support-table .zt-support-empty-row td:not(:first-child) {
    display: none;
}

.zt-ticket-subject-link {
    display: grid;
    gap: 3px;
    border-left-color: #dfa408 !important;
    color: #043a7e;
    font-weight: 800;
}

.zt-ticket-subject-link .ticket-number {
    color: #7a6200;
    font-size: 0.75rem;
    font-weight: 850;
}

.zt-ticket-department {
    color: #506b88;
    font-weight: 700;
}

.zt-support-table .label.status,
.zt-ticket-thread .label,
.zt-network-issue-card .badge {
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 0.72rem;
    font-weight: 850;
}

.zt-ticket-thread {
    overflow: hidden;
}

.zt-ticket-thread > .card-body:first-child {
    border-bottom: 1px solid rgba(4, 58, 126, 0.08);
    background: linear-gradient(135deg, rgba(248, 251, 255, 0.96), #ffffff);
}

.zt-ticket-thread .card-title {
    color: #043a7e;
    font-weight: 850;
}

.zt-ticket-reply {
    overflow: hidden;
    border: 1px solid rgba(4, 58, 126, 0.1);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(4, 58, 126, 0.06);
}

.zt-ticket-reply.staff {
    border-color: rgba(223, 164, 8, 0.32);
    background: linear-gradient(135deg, rgba(255, 250, 235, 0.82), #ffffff 55%);
}

.zt-ticket-reply .posted-by {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(4, 58, 126, 0.08);
    color: #5b7591;
    font-size: 0.9rem;
}

.zt-ticket-reply .posted-by-name {
    color: #043a7e;
    font-weight: 850;
}

.zt-ticket-reply .message {
    color: #15345f;
    line-height: 1.7;
}

.zt-ticket-reply .attachments {
    border-top: 1px solid rgba(4, 58, 126, 0.08);
    background: rgba(248, 251, 255, 0.78);
}

.zt-ticket-reply-form {
    margin-top: 20px;
}

.zt-support-resource-card a.card-body,
.zt-support-list-card .list-group-item {
    color: #15345f;
    transition: color 260ms ease, background-color 260ms ease, border-color 260ms ease;
}

.zt-support-resource-card a.card-body:hover,
.zt-support-list-card .list-group-item:hover {
    color: #043a7e;
    background: rgba(248, 251, 255, 0.82);
}

.zt-support-resource-card .h5,
.zt-support-list-card .card-title,
.zt-support-list-card .list-group-item {
    font-weight: 800;
}

.zt-support-list-card .list-group-item {
    display: grid;
    gap: 7px;
    border-color: rgba(4, 58, 126, 0.08);
    padding: 16px 18px;
}

.zt-support-list-card .list-group-item small {
    color: #5b7591;
    line-height: 1.55;
}

.zt-kb-article-card h1 {
    color: #043a7e;
    font-size: clamp(1.55rem, 2.4vw, 2.15rem);
    font-weight: 850;
}

.zt-kb-article-card article {
    color: #15345f;
    line-height: 1.8;
}

.zt-network-status-card .table,
.zt-network-issue-card {
    margin-bottom: 0;
}

.zt-network-status-card .table th {
    border-top: 0;
    color: #6d8297;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.zt-network-status-card .table td {
    border-color: rgba(4, 58, 126, 0.08);
    color: #15345f;
}

.zt-support-empty {
    display: grid;
    justify-items: center;
    gap: 9px;
    padding: 34px 18px;
    border: 1px dashed rgba(4, 58, 126, 0.18);
    border-radius: 20px;
    background: rgba(248, 251, 255, 0.82);
    color: #5b7591;
    text-align: center;
}

.zt-support-empty i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: rgba(4, 58, 126, 0.08);
    color: #dfa408;
}

.zt-support-empty strong {
    color: #043a7e;
    font-weight: 850;
}

.zt-support-loading {
    padding: 20px;
    color: #5b7591;
}

@media (max-width: 991.98px) {
    .zt-support-action-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .zt-support-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .zt-support-header__action {
        width: 100%;
    }

    .zt-support-table,
    .zt-support-table thead,
    .zt-support-table tbody,
    .zt-support-table th,
    .zt-support-table td,
    .zt-support-table tr {
        display: block;
    }

    .zt-support-table thead {
        display: none;
    }

    .zt-support-table tbody tr {
        margin-bottom: 14px;
        border: 1px solid rgba(4, 58, 126, 0.08);
        border-radius: 18px;
        background: #ffffff;
    }

    .zt-support-table tbody td,
    .zt-support-table tbody td:first-child,
    .zt-support-table tbody td:last-child {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        border: 0;
        border-bottom: 1px solid rgba(4, 58, 126, 0.08);
        border-radius: 0;
        text-align: right !important;
    }

    .zt-support-table tbody td:last-child {
        border-bottom: 0;
    }

    .zt-support-table tbody td::before {
        content: attr(data-label);
        color: #6d8297;
        font-size: 0.72rem;
        font-weight: 850;
        letter-spacing: 0.05em;
        text-align: left;
        text-transform: uppercase;
    }
}

@media (max-width: 575.98px) {
    .zt-support-center {
        gap: 16px;
    }

    .zt-support-header,
    .zt-support-form-card .card-body,
    .zt-kb-article-card .card-body,
    .zt-network-status-card .card-body,
    .zt-network-issue-card .card-body {
        border-radius: 18px;
        padding: 16px;
    }

    .zt-support-action-grid {
        grid-template-columns: 1fr;
    }

    .zt-support-department {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .zt-support-department__arrow {
        display: none;
    }
}

/* Phase 7 - Domain Management Workspace */
.zt-domain-workspace {
    display: grid;
    gap: 22px;
    color: #15345f;
}

.zt-domain-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: clamp(18px, 2.5vw, 28px);
    border: 1px solid rgba(4, 58, 126, 0.12);
    border-radius: 24px;
    background:
        radial-gradient(circle at 9% 0%, rgba(4, 58, 126, 0.11), transparent 34%),
        radial-gradient(circle at 96% 10%, rgba(223, 164, 8, 0.1), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.92));
    box-shadow: 0 20px 52px rgba(4, 58, 126, 0.09);
}

.zt-domain-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #7a6200;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.zt-domain-eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background: #dfa408;
}

.zt-domain-header h2 {
    margin: 0;
    color: #043a7e;
    font-size: clamp(1.45rem, 2.3vw, 2rem);
    font-weight: 850;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.zt-domain-header p {
    max-width: 720px;
    margin: 8px 0 0;
    color: #506b88;
    line-height: 1.6;
}

.zt-domain-header__action {
    flex: 0 0 auto;
    border-radius: 999px;
    font-weight: 750;
}

.zt-domain-card,
.zt-domain-table-card {
    overflow: hidden;
    border: 1px solid rgba(4, 58, 126, 0.12);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(4, 58, 126, 0.08);
    transition: border-color 280ms ease, box-shadow 280ms ease, transform 280ms ease;
}

.zt-domain-card:hover,
.zt-domain-table-card:hover {
    border-color: rgba(4, 58, 126, 0.22);
    box-shadow: 0 22px 54px rgba(4, 58, 126, 0.11);
}

.zt-domain-card .card-body {
    padding: clamp(18px, 2.5vw, 30px);
}

.zt-domain-form-card .card-body {
    overflow-x: auto;
}

.zt-domain-card .card-title,
.zt-domain-card h3,
.zt-domain-card h4,
.zt-domain-card h5 {
    color: #043a7e;
    font-weight: 850;
}

.zt-domain-card p,
.zt-domain-card li,
.zt-domain-card .text-muted {
    color: #506b88;
    line-height: 1.6;
}

.zt-domain-info-grid > [class*="col-"] {
    margin-bottom: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 16px;
    background: rgba(248, 251, 255, 0.72);
}

.zt-domain-info-grid h5 {
    margin-bottom: 5px;
    color: #6d8297;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.zt-domain-action-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.zt-domain-action-list li a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 12px 14px;
    border: 1px solid rgba(4, 58, 126, 0.1);
    border-radius: 14px;
    background: #ffffff;
    color: #043a7e;
    font-weight: 800;
    transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.zt-domain-action-list li a:hover,
.zt-domain-action-list li a:focus {
    border-color: rgba(4, 58, 126, 0.32);
    box-shadow: 0 12px 28px rgba(4, 58, 126, 0.1);
    text-decoration: none;
    transform: translateY(-2px);
}

.zt-domain-bulk-actions {
    flex-wrap: wrap;
    gap: 8px;
}

.zt-domain-bulk-actions > .btn,
.zt-domain-bulk-actions > .btn-group > .btn {
    border-radius: 999px !important;
    border-color: rgba(4, 58, 126, 0.14);
    color: #043a7e;
    font-weight: 750;
}

.zt-domain-table-card {
    padding: clamp(10px, 1.5vw, 18px);
}

.zt-domain-table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.zt-domain-table thead th {
    border: 0;
    color: #6d8297;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.zt-domain-table tbody tr {
    cursor: pointer;
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(4, 58, 126, 0.05);
    transition: box-shadow 280ms ease, transform 280ms ease;
}

.zt-domain-table tbody tr:hover {
    box-shadow: 0 16px 34px rgba(4, 58, 126, 0.1);
    transform: translateY(-2px);
}

.zt-domain-table tbody td {
    border-top: 1px solid rgba(4, 58, 126, 0.08);
    border-bottom: 1px solid rgba(4, 58, 126, 0.08);
    background: #ffffff;
    color: #15345f;
    vertical-align: middle;
}

.zt-domain-table tbody td:first-child {
    border-left: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 16px 0 0 16px;
}

.zt-domain-table tbody td:last-child {
    border-right: 1px solid rgba(4, 58, 126, 0.08);
    border-radius: 0 16px 16px 0;
}

.zt-domain-name {
    color: #043a7e;
    font-size: 1.02rem;
    font-weight: 850;
}

.zt-domain-autorenew {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
    color: #506b88;
}

.zt-domain-table .label.status,
.zt-domain-card .label,
.zt-domain-card .badge {
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 0.72rem;
    font-weight: 850;
}

.zt-domain-empty-row td:first-child {
    border-radius: 16px;
}

.zt-domain-empty-row td:not(:first-child) {
    display: none;
}

.zt-domain-empty {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 36px 18px;
    border: 1px dashed rgba(4, 58, 126, 0.18);
    border-radius: 20px;
    background: rgba(248, 251, 255, 0.86);
    color: #5b7591;
    text-align: center;
}

.zt-domain-empty i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(4, 58, 126, 0.08);
    color: #dfa408;
}

.zt-domain-empty strong {
    color: #043a7e;
    font-weight: 850;
}

.zt-domain-loading {
    padding: 20px;
    color: #5b7591;
}

.zt-domain-form-card .form-control,
.zt-domain-form-card .custom-select,
.zt-domain-card .form-control,
.zt-domain-card .custom-select {
    border-color: rgba(4, 58, 126, 0.14);
    border-radius: 14px;
    color: #15345f;
}

.zt-domain-form-card .form-control:focus,
.zt-domain-form-card .custom-select:focus,
.zt-domain-card .form-control:focus,
.zt-domain-card .custom-select:focus {
    border-color: rgba(4, 58, 126, 0.42);
    box-shadow: 0 0 0 0.18rem rgba(4, 58, 126, 0.08);
}

.zt-domain-form-card .table {
    margin-bottom: 20px;
}

.zt-domain-form-card .table th {
    border-top: 0;
    color: #6d8297;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.zt-domain-form-card .table td {
    border-color: rgba(4, 58, 126, 0.08);
    vertical-align: middle;
}

.zt-domain-workspace .list-group-item {
    border-color: rgba(4, 58, 126, 0.08);
    color: #15345f;
}

.zt-domain-workspace .nav-tabs {
    border-bottom-color: rgba(4, 58, 126, 0.12);
}

.zt-domain-workspace .nav-tabs .nav-link {
    border-radius: 14px 14px 0 0;
    color: #506b88;
    font-weight: 800;
}

.zt-domain-workspace .nav-tabs .nav-link.active {
    border-color: rgba(4, 58, 126, 0.14) rgba(4, 58, 126, 0.14) #ffffff;
    color: #043a7e;
}

@media (max-width: 991.98px) {
    .zt-domain-action-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .zt-domain-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .zt-domain-header__action {
        width: 100%;
    }

    .zt-domain-table,
    .zt-domain-table thead,
    .zt-domain-table tbody,
    .zt-domain-table th,
    .zt-domain-table td,
    .zt-domain-table tr {
        display: block;
    }

    .zt-domain-table thead {
        display: none;
    }

    .zt-domain-table tbody tr {
        margin-bottom: 14px;
        border: 1px solid rgba(4, 58, 126, 0.08);
        border-radius: 18px;
        background: #ffffff;
    }

    .zt-domain-table tbody td,
    .zt-domain-table tbody td:first-child,
    .zt-domain-table tbody td:last-child {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        border: 0;
        border-bottom: 1px solid rgba(4, 58, 126, 0.08);
        border-radius: 0;
        text-align: right !important;
    }

    .zt-domain-table tbody td:last-child {
        border-bottom: 0;
    }

    .zt-domain-table tbody td::before {
        content: attr(data-label);
        color: #6d8297;
        font-size: 0.72rem;
        font-weight: 850;
        letter-spacing: 0.05em;
        text-align: left;
        text-transform: uppercase;
    }

    .zt-domain-form-card .table-responsive,
    .zt-domain-form-card .table {
        min-width: 640px;
    }
}

@media (max-width: 575.98px) {
    .zt-domain-workspace {
        gap: 16px;
    }

    .zt-domain-header,
    .zt-domain-card .card-body {
        border-radius: 18px;
        padding: 16px;
    }

    .zt-domain-table-card {
        border-radius: 18px;
        padding: 10px;
    }
}

/* Phase 8 - Downloads & Announcements Workspace */
.zt-resource-workspace {
    display: grid;
    gap: 22px;
    color: #15345f;
}

.zt-resource-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: clamp(18px, 2.5vw, 28px);
    border: 1px solid rgba(4, 58, 126, 0.12);
    border-radius: 24px;
    background:
        radial-gradient(circle at 10% 0%, rgba(4, 58, 126, 0.11), transparent 34%),
        radial-gradient(circle at 94% 8%, rgba(223, 164, 8, 0.1), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.92));
    box-shadow: 0 20px 52px rgba(4, 58, 126, 0.09);
}

.zt-resource-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #7a6200;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.zt-resource-eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background: #dfa408;
}

.zt-resource-header h2 {
    margin: 0;
    color: #043a7e;
    font-size: clamp(1.45rem, 2.3vw, 2rem);
    font-weight: 850;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.zt-resource-header p {
    max-width: 720px;
    margin: 8px 0 0;
    color: #506b88;
    line-height: 1.6;
}

.zt-resource-header__action {
    flex: 0 0 auto;
    border-radius: 999px;
    font-weight: 750;
}

.zt-resource-card,
.zt-resource-list-card,
.zt-resource-form-card,
.zt-resource-article-card {
    overflow: hidden;
    border: 1px solid rgba(4, 58, 126, 0.12);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(4, 58, 126, 0.08);
    transition: border-color 280ms ease, box-shadow 280ms ease, transform 280ms ease;
}

.zt-resource-card:hover,
.zt-resource-list-card:hover,
.zt-resource-form-card:hover,
.zt-resource-article-card:hover,
.zt-announcement-card:hover {
    border-color: rgba(4, 58, 126, 0.26);
    box-shadow: 0 22px 54px rgba(4, 58, 126, 0.12);
}

.zt-resource-card a.card-body {
    display: block;
    color: #15345f;
    text-decoration: none;
}

.zt-resource-card .h5,
.zt-resource-list-card .card-title,
.zt-resource-article-card h1 {
    color: #043a7e;
    font-weight: 850;
}

.zt-resource-card p,
.zt-resource-list-card small,
.zt-resource-article-card,
.zt-announcement-card article {
    color: #506b88;
    line-height: 1.65;
}

.zt-resource-search .kb-search {
    overflow: hidden;
    border: 1px solid rgba(4, 58, 126, 0.12);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(4, 58, 126, 0.08);
}

.zt-resource-search .form-control {
    border-color: rgba(4, 58, 126, 0.14);
    color: #15345f;
}

.zt-resource-search .form-control:focus,
.zt-resource-form-card .form-control:focus {
    border-color: rgba(4, 58, 126, 0.42);
    box-shadow: 0 0 0 0.18rem rgba(4, 58, 126, 0.08);
}

.zt-resource-category-grid {
    row-gap: 6px;
}

.zt-resource-list-card .list-group-item {
    display: grid;
    gap: 7px;
    border-color: rgba(4, 58, 126, 0.08);
    padding: 16px 18px;
    color: #15345f;
    transition: background-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.zt-resource-list-card .list-group-item:hover {
    background: rgba(248, 251, 255, 0.9);
    color: #043a7e;
    transform: translateY(-1px);
}

.zt-resource-download-item strong {
    color: #043a7e;
}

.zt-resource-download-item .label {
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 0.72rem;
    font-weight: 850;
}

.zt-announcement-feed > .card-body,
.zt-resource-form-card .card-body,
.zt-resource-article-card .card-body {
    padding: clamp(18px, 2.5vw, 30px);
}

.zt-announcement-feed .announcements {
    display: grid;
    gap: 18px;
}

.zt-announcement-card {
    padding: clamp(16px, 2.2vw, 24px);
    border: 1px solid rgba(4, 58, 126, 0.1);
    border-radius: 20px;
    background: linear-gradient(135deg, #ffffff, rgba(248, 251, 255, 0.82));
    box-shadow: 0 12px 30px rgba(4, 58, 126, 0.06);
    transition: border-color 280ms ease, box-shadow 280ms ease, transform 280ms ease;
}

.zt-announcement-card:hover {
    transform: translateY(-2px);
}

.zt-announcement-card h1 {
    margin-bottom: 10px;
    font-size: clamp(1.18rem, 1.8vw, 1.55rem);
    font-weight: 850;
    letter-spacing: 0;
}

.zt-announcement-card h1 a,
.zt-resource-article-card h1 {
    color: #043a7e;
}

.zt-announcement-card .list-inline,
.zt-resource-article-card .list-inline {
    margin-bottom: 14px;
    color: #6d8297;
    font-size: 0.92rem;
}

.zt-announcement-card article {
    margin-bottom: 16px;
}

.zt-resource-readmore {
    border-radius: 999px;
    font-weight: 750;
}

.zt-resource-article-card h1 {
    font-size: clamp(1.55rem, 2.5vw, 2.2rem);
    font-weight: 850;
}

.zt-resource-article-card .py-5 {
    padding-top: clamp(22px, 3vw, 40px) !important;
    padding-bottom: clamp(22px, 3vw, 40px) !important;
    color: #15345f;
    line-height: 1.78;
}

.zt-resource-empty {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 36px 18px;
    border: 1px dashed rgba(4, 58, 126, 0.18);
    border-radius: 20px;
    background: rgba(248, 251, 255, 0.86);
    color: #5b7591;
    text-align: center;
}

.zt-resource-empty i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(4, 58, 126, 0.08);
    color: #dfa408;
}

.zt-resource-empty strong {
    color: #043a7e;
    font-weight: 850;
}

@media (max-width: 767.98px) {
    .zt-resource-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .zt-resource-header__action {
        width: 100%;
    }

    .zt-announcement-card .show-on-hover,
    .zt-announcement-card .show-on-card-hover {
        display: inline-flex;
    }
}

@media (max-width: 575.98px) {
    .zt-resource-workspace {
        gap: 16px;
    }

    .zt-resource-header,
    .zt-announcement-feed > .card-body,
    .zt-resource-form-card .card-body,
    .zt-resource-article-card .card-body {
        border-radius: 18px;
        padding: 16px;
    }
}

/* Section 3 complete layout redesign - customer journey only */
.zt-launch-section.zt-launch-section--journey {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(56px, 6vw, 82px) clamp(18px, 4vw, 56px);
    background:
        radial-gradient(circle at 12% 10%, rgba(4, 58, 126, 0.08), transparent 34rem),
        radial-gradient(circle at 88% 92%, rgba(223, 164, 8, 0.06), transparent 28rem),
        linear-gradient(180deg, #fbfdff 0%, #f4f9fc 48%, #ffffff 100%);
}

.zt-launch-section--journey::before,
.zt-launch-section--journey::after {
    display: none;
}

.zt-launch-section--journey .zt-launch-header {
    max-width: 780px;
    margin: 0 auto clamp(28px, 3.4vw, 42px);
    text-align: center;
}

.zt-launch-section--journey .zt-launch-header h2,
.zt-launch-section--journey .zt-service-promo__content h2 {
    margin: 0;
    color: #043a7e;
    font-weight: 850;
    letter-spacing: 0;
}

.zt-launch-section--journey .zt-launch-header h2 {
    font-size: clamp(2rem, 3.4vw, 3rem);
}

.zt-launch-section--journey .zt-launch-header p {
    max-width: 660px;
    margin: 12px auto 0;
    color: #496985;
    font-size: clamp(1rem, 1.25vw, 1.12rem);
    line-height: 1.65;
}

.zt-launch-section--journey .zt-launch-path {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: clamp(16px, 2.4vw, 28px);
    max-width: 1120px;
    min-height: 0;
    margin: 0 auto clamp(24px, 3.2vw, 38px);
    padding: 20px 0 8px;
}

.zt-launch-section--journey .zt-launch-lines {
    position: absolute;
    z-index: 0;
    top: 45px;
    left: calc(12.5% + 14px);
    width: calc(75% - 28px);
    height: 16px;
    overflow: visible;
    pointer-events: none;
}

.zt-launch-section--journey .zt-launch-line {
    fill: none;
    stroke: rgba(4, 58, 126, 0.2);
    stroke-width: 2;
    stroke-linecap: round;
}

.zt-launch-section--journey .zt-launch-line::before {
    content: none;
}

.zt-launch-section--journey .zt-launch-pulse {
    fill: #dfa408;
    filter: drop-shadow(0 0 9px rgba(223, 164, 8, 0.8));
}

.zt-launch-section--journey .zt-launch-step,
.zt-launch-section--journey .zt-launch-step--account,
.zt-launch-section--journey .zt-launch-step--verify,
.zt-launch-section--journey .zt-launch-step--service,
.zt-launch-section--journey .zt-launch-step--manage {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 8px;
    min-width: 0;
    min-height: 0;
    padding: 0 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #17385b;
    text-align: center;
    text-decoration: none;
    transform: none;
    animation: none;
}

.zt-launch-section--journey .zt-launch-step::before,
.zt-launch-section--journey .zt-launch-step::after {
    display: none;
}

.zt-launch-section--journey .zt-launch-step__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 0;
    border: 2px solid rgba(4, 58, 126, 0.15);
    border-radius: 999px;
    background: #ffffff;
    color: #043a7e;
    font-size: 0.9rem;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(4, 58, 126, 0.1);
    animation: zt-journey-step-active 8s ease-in-out infinite;
}

.zt-launch-section--journey .zt-launch-step:nth-of-type(2) .zt-launch-step__count {
    animation-delay: 2s;
}

.zt-launch-section--journey .zt-launch-step:nth-of-type(3) .zt-launch-step__count {
    animation-delay: 4s;
}

.zt-launch-section--journey .zt-launch-step:nth-of-type(4) .zt-launch-step__count {
    animation-delay: 6s;
}

.zt-launch-section--journey .zt-launch-step__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 4px 0 0;
    border-radius: 14px;
    background: rgba(4, 58, 126, 0.07);
    color: #dfa408;
    font-size: 1rem;
    transition: background-color 260ms ease, color 260ms ease, box-shadow 260ms ease;
}

.zt-launch-section--journey .zt-launch-step strong {
    max-width: 180px;
    color: #043a7e;
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.25;
}

.zt-launch-section--journey .zt-launch-step > span:last-child {
    max-width: 210px;
    color: #5a7690;
    font-size: 0.88rem;
    line-height: 1.45;
}

.zt-launch-section--journey .zt-launch-step:hover,
.zt-launch-section--journey .zt-launch-step:focus {
    color: #043a7e;
    text-decoration: none;
}

.zt-launch-section--journey .zt-launch-step:hover .zt-launch-step__count,
.zt-launch-section--journey .zt-launch-step:focus .zt-launch-step__count {
    border-color: rgba(223, 164, 8, 0.55);
    box-shadow: 0 18px 36px rgba(4, 58, 126, 0.13), 0 0 0 6px rgba(223, 164, 8, 0.12);
}

.zt-launch-section--journey .zt-launch-step:hover .zt-launch-step__icon,
.zt-launch-section--journey .zt-launch-step:focus .zt-launch-step__icon {
    background: rgba(223, 164, 8, 0.12);
    box-shadow: 0 12px 24px rgba(223, 164, 8, 0.14);
}

.zt-launch-section--journey .zt-launch-divider {
    width: min(920px, 100%);
    height: 1px;
    margin: 0 auto clamp(22px, 3vw, 34px);
    background: linear-gradient(90deg, transparent, rgba(4, 58, 126, 0.16), transparent);
}

.zt-launch-section--journey .zt-service-promo {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(24px, 4vw, 54px);
    align-items: center;
    max-width: 1120px;
    margin: 0 auto;
    padding: clamp(24px, 4vw, 46px);
    border: 1px solid rgba(4, 58, 126, 0.12);
    border-radius: 28px;
    background:
        radial-gradient(circle at 8% 12%, rgba(4, 58, 126, 0.06), transparent 22rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96));
    box-shadow: 0 24px 70px rgba(4, 58, 126, 0.12);
}

.zt-launch-section--journey .zt-service-promo__content {
    display: grid;
    align-content: center;
    gap: 14px;
    min-height: 100%;
    padding: 0;
    text-align: left;
}

.zt-launch-section--journey .zt-service-promo__content h2 {
    font-size: clamp(1.65rem, 2.4vw, 2.3rem);
}

.zt-launch-section--journey .zt-service-promo__content p {
    max-width: 420px;
    margin: 0;
    color: #496985;
    line-height: 1.7;
}

.zt-launch-section--journey .zt-service-promo__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    gap: 8px;
    min-height: 46px;
    margin-top: 4px;
    padding: 0 18px;
    border: 1px solid rgba(223, 164, 8, 0.45);
    border-radius: 999px;
    background: #dfa408;
    color: #043a7e;
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(223, 164, 8, 0.18);
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.zt-launch-section--journey .zt-service-promo__link:hover,
.zt-launch-section--journey .zt-service-promo__link:focus {
    border-color: rgba(4, 58, 126, 0.34);
    color: #043a7e;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(4, 58, 126, 0.14);
}

.zt-launch-section--journey .zt-service-promo__link span {
    transition: transform 260ms ease;
}

.zt-launch-section--journey .zt-service-promo__link:hover span,
.zt-launch-section--journey .zt-service-promo__link:focus span {
    transform: translateX(3px);
}

.zt-launch-section--journey .zt-service-opportunities {
    min-width: 0;
}

.zt-launch-section--journey .zt-service-opportunities h3 {
    margin: 0 0 16px;
    color: #043a7e;
    font-size: 1.05rem;
    font-weight: 850;
}

.zt-launch-section--journey .zt-service-chips {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 14px;
    min-height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    transform: none;
}

.zt-launch-section--journey .zt-service-chips::before,
.zt-launch-section--journey .zt-service-chips::after {
    display: none;
}

.zt-launch-section--journey .zt-service-chip,
.zt-launch-section--journey .zt-service-chip--one,
.zt-launch-section--journey .zt-service-chip--two,
.zt-launch-section--journey .zt-service-chip--three,
.zt-launch-section--journey .zt-service-chip--four,
.zt-launch-section--journey .zt-service-chip--five,
.zt-launch-section--journey .zt-service-chip--six,
.zt-launch-section--journey .zt-service-chip--seven {
    position: static;
    inset: auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding: 13px 15px;
    border: 1px solid rgba(4, 58, 126, 0.12);
    border-radius: 16px;
    background: #ffffff;
    color: #17385b;
    font-size: 0.94rem;
    font-weight: 820;
    line-height: 1.25;
    white-space: normal;
    box-shadow: 0 12px 28px rgba(4, 58, 126, 0.07);
    transform: none;
    animation: none;
    transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease, color 260ms ease;
}

.zt-launch-section--journey .zt-service-chip--seven {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, calc(50% - 7px));
}

.zt-launch-section--journey .zt-service-chip::after {
    display: none;
}

.zt-launch-section--journey .zt-service-chip i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 11px;
    background: rgba(4, 58, 126, 0.07);
    color: #dfa408;
    font-size: 0.95rem;
    transition: background-color 260ms ease, box-shadow 260ms ease, color 260ms ease;
}

.zt-launch-section--journey .zt-service-chip:hover {
    border-color: rgba(4, 58, 126, 0.36);
    color: #043a7e;
    box-shadow: 0 18px 38px rgba(4, 58, 126, 0.13);
    transform: translateY(-3px);
}

.zt-launch-section--journey .zt-service-chip:hover i {
    background: rgba(223, 164, 8, 0.14);
    box-shadow: 0 10px 20px rgba(223, 164, 8, 0.16);
}

@keyframes zt-journey-step-active {
    0%, 20%, 100% {
        border-color: rgba(4, 58, 126, 0.15);
        color: #043a7e;
        box-shadow: 0 14px 30px rgba(4, 58, 126, 0.1);
        transform: translateY(0);
    }

    8%, 14% {
        border-color: rgba(223, 164, 8, 0.64);
        color: #7a6200;
        box-shadow: 0 18px 36px rgba(4, 58, 126, 0.13), 0 0 0 6px rgba(223, 164, 8, 0.12);
        transform: translateY(-3px);
    }
}

@media (max-width: 991.98px) {
    .zt-launch-section.zt-launch-section--journey {
        padding: 48px 18px;
    }

    .zt-launch-section--journey .zt-launch-path {
        gap: 14px;
    }

    .zt-launch-section--journey .zt-service-promo {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .zt-launch-section--journey .zt-service-promo__content {
        text-align: center;
    }

    .zt-launch-section--journey .zt-service-promo__content p,
    .zt-launch-section--journey .zt-service-promo__link {
        justify-self: center;
    }
}

@media (max-width: 767.98px) {
    .zt-launch-section--journey .zt-launch-path {
        grid-template-columns: 1fr;
        gap: 16px;
        max-width: 520px;
        padding-left: 22px;
    }

    .zt-launch-section--journey .zt-launch-lines {
        display: none;
    }

    .zt-launch-section--journey .zt-launch-path::before {
        content: "";
        position: absolute;
        top: 46px;
        bottom: 54px;
        left: 47px;
        width: 2px;
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(4, 58, 126, 0.18), rgba(223, 164, 8, 0.36), rgba(4, 58, 126, 0.18));
        pointer-events: none;
    }

    .zt-launch-section--journey .zt-launch-step,
    .zt-launch-section--journey .zt-launch-step--account,
    .zt-launch-section--journey .zt-launch-step--verify,
    .zt-launch-section--journey .zt-launch-step--service,
    .zt-launch-section--journey .zt-launch-step--manage {
        grid-template-columns: 52px 38px minmax(0, 1fr);
        justify-items: start;
        column-gap: 12px;
        text-align: left;
    }

    .zt-launch-section--journey .zt-launch-step strong {
        max-width: none;
        align-self: end;
    }

    .zt-launch-section--journey .zt-launch-step > span:last-child {
        grid-column: 3;
        max-width: none;
    }

    .zt-launch-section--journey .zt-service-chips {
        grid-template-columns: 1fr;
    }

    .zt-launch-section--journey .zt-service-chip--seven {
        grid-column: auto;
        width: 100%;
    }
}

@media (max-width: 479.98px) {
    .zt-launch-section.zt-launch-section--journey {
        padding: 42px 14px;
    }

    .zt-launch-section--journey .zt-service-promo {
        padding: 20px;
        border-radius: 22px;
    }
}
