:root {
    --ztm-blue: #344C98;
    --ztm-blue-dark: #259ed1;
    --ztm-green: #C3D534;
    --ztm-red: #ef4444;
    --ztm-ink: #060b18;
    --ztm-dark: #0a1224;
    --ztm-card: #0f1a30;
    --ztm-muted: #616b7c;
    --ztm-line: #e2e5e9;
}

html {
    scroll-behavior: smooth;
}
.cr-section-eyebrow {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--color-lime);
    margin-bottom: 12px;
}

body.ztm-page {
    margin: 0;
    color: var(--ztm-ink);
    background: var(--ztm-ink);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* Keep campaign and shared page chrome text comfortably readable. */
body.ztm-page .zt__btn,
body.ztm-page .zt__btn-icon,
body.ztm-page .zt-campaign-faq-cta__button,
body.ztm-page .zt-campaign-faq-cta__eyebrow,
body.ztm-page .site-nav__language-label,
body.ztm-page .site-nav__mega-card__desc,
body.ztm-page .site-nav__mega-link,
body.ztm-page .site-nav__mega-sublink,
body.ztm-page .site-nav__drawer-sub-link,
body.ztm-page .site-nav__drawer-subsub-link,
body.ztm-page .srch-bar__submit,
body.ztm-page .footer-col-heading,
body.ztm-page .ft-nl-sub,
body.ztm-page .ft-nl-btn,
body.ztm-page .ft-newsletter .wpcf7-not-valid-tip,
body.ztm-page .ft-newsletter .wpcf7-response-output,
body.ztm-page .ft-copy,
body.ztm-page .ft-legal,
body.ztm-page .ztfb__count,
body.ztm-page .ztfb__tab,
body.ztm-page .ztfb__intro,
body.ztm-page .ztfb__msg,
body.ztm-page .ztfb__item-head,
body.ztm-page .ztfb__item-name,
body.ztm-page .ztfb__item-page,
body.ztm-page .ztfb__item-body,
body.ztm-page .ztfb__link {
    font-size: 16px;
}

body.ztm-page .ztfb__btn {
    font-size: 20px;
}

body.ztm-page .ztfb__send,
body.ztm-page .ztfb__cancel {
    font-size: 17px;
}

.ztm-main *,
.ztm-modal *,
.ztm-main *::before,
.ztm-modal *::before,
.ztm-main *::after,
.ztm-modal *::after {
    box-sizing: border-box;
}


.ztm-main button,
.ztm-modal button {
    appearance: none;
}

.ztm-main h1,
.ztm-main h2,
.ztm-main h3,
.ztm-main p,
.ztm-modal p {
    margin: 0;
}

.ztm-nav {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    height: 78px;
    padding: 0 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(6, 11, 24, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(22px);
}

.ztm-nav__logo {
    display: block;
    width: 155px;
}

.ztm-nav__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.ztm-button {
    min-height: 64px;
    padding: 16px 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    background: var(--ztm-blue);
    border: 0;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.ztm-button:hover,
.ztm-button:focus-visible {
    color: #fff;
    background: var(--ztm-blue-dark);
    transform: translateY(-2px);
    box-shadow: 0 14px 42px rgba(62, 183, 233, .3);
}

.ztm-button svg,
.ztm-download svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ztm-button--small {
    min-height: 40px;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 16px;
}

.ztm-button--ghost {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .16);
}

.ztm-button--ghost:hover,
.ztm-button--ghost:focus-visible {
    color: var(--ztm-blue);
    background: rgba(62, 183, 233, .06);
    border-color: var(--ztm-blue);
    box-shadow: none;
}

.ztm-hero {
    position: relative;
    min-height: 100vh;
    padding: 140px 48px 205px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(180deg, #060d1f 0%, #0a1535 43%, #060b18 100%);
}

#ztm-particles {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ztm-hero__glow {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 700px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(62, 183, 233, .13), rgba(40, 80, 160, .04) 48%, transparent 70%);
    filter: blur(55px);
    transform: translate(-50%, -50%);
    animation: ztm-breathe 9s ease-in-out infinite;
}

@keyframes ztm-breathe {
    50% {
        transform: translate(-50%, -50%) scale(1.12);
        opacity: .75;
    }
}

.ztm-hero__content {
    position: relative;
    z-index: 2;
    width: min(900px, 100%);
}

.ztm-eyebrow,
.ztm-section-label,
.ztm-solution-label {
    color: var(--ztm-blue);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.ztm-eyebrow {
    color: var(--ztm-blue-dark);
    margin-bottom: 30px !important;
    letter-spacing: 5px;
    animation: ztm-rise .7s .15s both;
}

.ztm-hero h1 {
    color: #fff;
    font-size: clamp(43px, 5.2vw, 72px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    animation: ztm-rise .7s .3s both;
}

.ztm-hero h1 span {
    display: block;
    color: var(--ztm-blue);
    background: linear-gradient(135deg, #3eb7e9, #91dbf7 50%, #3eb7e9);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: ztm-shimmer 4s linear infinite;
}

@keyframes ztm-shimmer {
    to {
        background-position: 200% center;
    }
}

@keyframes ztm-rise {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
}

.ztm-hero__copy {
    max-width: 650px;
    margin: 36px auto 44px !important;
    color: #fff;
    font-size: 19px;
    line-height: 1.7;
    animation: ztm-rise .7s .45s both;
}

.ztm-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    animation: ztm-rise .7s .6s both;
}

.zt__btn.section-hero__btn--outline {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.section-hero__btn--outline svg, .section-hero__btn--outline svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.zt__btn.section-hero__btn--outline:hover {
background-color: #00000050;
}

.ztm-hero__stats {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 73px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: ztm-rise .7s .9s both;
}

.ztm-hero__stats div {
    position: relative;
    flex: 0 1 250px;
    min-width: 0;
    padding: 0 34px;
    display: grid;
    gap: 4px;
}

.ztm-hero__stats div+div::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    width: 1px;
    background: rgba(255, 255, 255, .1);
}

.ztm-hero__stats strong {
    color: #fff;
    font-size: 29px;
    font-weight: 800;
    letter-spacing: -.5px;
}

.ztm-hero__stats span {
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.ztm-hero__trust {
    position: absolute;
    z-index: 3;
    inset: auto 0 0;
    height: 58px;
    padding: 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    color: rgba(255, 255, 255, .75);
    background: rgba(6, 11, 24, .42);
    border-top: 1px solid rgba(255, 255, 255, .07);
    font-size: 16px;
    backdrop-filter: blur(12px);
}

.ztm-hero__trust span {
    flex: 0 1 390px;
    padding: 0 35px;
    line-height: 1.4;
}

.ztm-hero__trust span+span {
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.ztm-hero__trust strong {
    color: #fff;
}

.ztm-shell {
    width: min(1200px, 100%);
    margin: 0 auto;
}

.ztm-shell--narrow {
    width: min(1000px, 100%);
}

.ztm-shell--faq {
    width: min(900px, 100%);
}

.ztm-problem {
    position: relative;
    overflow: hidden;
    background: var(--bg-section);
    padding-bottom: calc(var(--padding-section) + 25px);
}

.ztm-problem::after {
    content: "";
    position: absolute;
    top: 0;
    right: -15%;
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(239, 68, 68, .035), transparent 70%);
}

.ztm-section-label {
    position: relative;
    margin-bottom: 20px !important;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ztm-section-title {
    max-width: 650px;
    color: #fff;
    font-size: clamp(34px, 3.3vw, 48px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -.4px;
}

.ztm-problem__intro {
    max-width: 750px;
    margin: 26px 0 70px !important;
    padding-left: 28px;
    color: #fff;
    border-left: 3px solid var(--ztm-blue);
    font-size: clamp(20px, 2.1vw, 27px);
    line-height: 1.5;
}

.ztm-problem__intro strong {
    color: var(--ztm-green);
}

.ztm-problem .section-title.white {
    color: #fff;
    background: none;
    -webkit-text-fill-color: currentColor;
}

.ztm-challenge-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.ztm-challenge-card {
    position: relative;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 100% 0%, rgba(239, 68, 68, .08), transparent 42%), linear-gradient(145deg, #101c34, var(--ztm-card));
    border-radius: 10px;
    border: 1px solid rgb(32 21 71);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .14);
    transition: .35s ease;
}

.ztm-challenge-card::before {
        content: "";
    position: absolute;
    z-index: 2;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, #6FC7EA, #c3d53480);
    transform: scaleX(.35);
    transform-origin: left;
    transition: transform .35s ease;
}

.ztm-challenge-card:hover {
    border-color: #c2d534;
    transform: translateY(-4px);
    box-shadow: 0 0 15px #c2d534;
}

.ztm-challenge-card:hover::before {
    transform: scaleX(1);
}

.ztm-challenge-card__text {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 42px 34px 38px;
}

.ztm-card-number {
    position: absolute;
    top: 24px;
    right: 26px;
    color: rgba(195, 213, 52, .24);
    font-size: 68px;
    font-weight: 800;
    line-height: 1;
    transition: color .35s ease, transform .35s ease;
}

.ztm-challenge-card:hover .ztm-card-number {
    color: rgba(195, 213, 52, .5);
    transform: translateY(-3px);
}

.ztm-card-tag {
    margin-bottom: 12px !important;
    color: var(--color-lime);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ztm-challenge-card h3,
.ztm-solution-card h3 {
    margin-bottom: 13px !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.28;
}

.ztm-challenge-card h3 {
    max-width: 245px;
    margin-top: 52px;
    font-size: 24px;
}

.ztm-challenge-card__text>p:last-child,
.ztm-solution-card__text>p:last-child {
    font-size: 16px;
    line-height: 1.7;
}

.ztm-bridge {
    position: relative;
    height: 160px;
    background: var(--ztm-dark);
}

.ztm-bridge::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    clip-path: ellipse(56% 62% at 50% 100%);
}

.ztm-solution {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: var(--border-section) var(--border-section) 0 0;
    margin-top: -25px;
    z-index: 1;
    padding-bottom: calc(var(--padding-section) + 25px);
}

.ztm-solution__heading {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    padding: 30px 30px 60px;
    text-align: center;
}

.ztm-solution__heading::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -110px;
    left: 50%;
    width: 850px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(16, 185, 129, .055), transparent 68%);
    transform: translateX(-50%);
}

.ztm-solution__heading>* {
    position: relative;
    z-index: 1;
}

.ztm-solution-label {
    margin-bottom: 19px !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ztm-blue-dark);
}

.ztm-solution-label span {
    width: 8px;
    height: 8px;
    background: var(--ztm-blue-dark);
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(37, 158, 209, .1);
}

.ztm-solution__heading h2 {
    margin-bottom: 20px !important;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.6px;
}

.ztm-solution__heading h2 span {
    color: var(--ztm-green);
}

.ztm-solution__heading>p:last-child {
    max-width: 620px;
    margin: 0 auto;
    color: var(--ztm-muted);
    font-size: 18px;
    line-height: 1.7;
}

.ztm-solution-grid {
    width: min(1104px, calc(100% - 96px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ztm-solution-card {
    min-height: 335px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--ztm-line);
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(6, 11, 24, .045);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.ztm-solution-card:hover {
    border-color: rgba(37, 158, 209, .3);
    transform: translateY(-5px);
    box-shadow: 0 22px 60px rgba(6, 11, 24, .08);
}

.ztm-solution-card--wide {
    min-height: 280px;
    grid-column: 1 / -1;
    flex-direction: row;
}

.ztm-solution-card__visual {
    position: relative;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 42%, rgba(37, 158, 209, .1), transparent 48%),
        linear-gradient(145deg, #f8fbfd, #f2f6f9);
    border-bottom: 1px solid var(--ztm-line);
}

.ztm-solution-card--wide .ztm-solution-card__visual {
    flex: 0 0 380px;
    border-right: 1px solid var(--ztm-line);
    border-bottom: 0;
}

.ztm-solution-card__text {
    flex: 1;
    padding: 30px 36px 34px;
}

.ztm-solution-card--wide .ztm-solution-card__text {
    padding: 43px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ztm-solution-card .ztm-card-tag {
    color: var(--ztm-blue-dark);
}

.ztm-solution-card__text>p:last-child {
    color: var(--ztm-muted);
    line-height: 1.65;
}

.ztm-solution-card__visual--shield svg {
    width: 82px;
    height: 105px;
    fill: rgba(37, 158, 209, .05);
    stroke: var(--ztm-blue-dark);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ztm-pulse {
    position: relative;
    width: 120px;
    height: 120px;
}

.ztm-pulse i {
    position: absolute;
    inset: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(37, 158, 209, .24);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ztm-pulse 3s infinite;
}

.ztm-pulse i:nth-child(2) {
    animation-delay: 1s;
}

.ztm-pulse i:nth-child(3) {
    animation-delay: 2s;
}

.ztm-pulse span {
    position: absolute;
    inset: 50%;
    width: 17px;
    height: 17px;
    background: var(--ztm-blue-dark);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 22px rgba(37, 158, 209, .4);
}

@keyframes ztm-pulse {
    from {
        opacity: .8;
        transform: translate(-50%, -50%) scale(.5);
    }

    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(4);
    }
}

.ztm-solution-card__visual--noc img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: ztm-noc 16s infinite;
    animation-delay: calc(var(--ztm-i) * 4s);
}

@keyframes ztm-noc {
    0% {
        opacity: 0;
    }

    4%,
    24% {
        opacity: 1;
    }

    29%,
    100% {
        opacity: 0;
    }
}

.ztm-solution-card__visual--ai i {
    position: absolute;
    width: 78px;
    height: 78px;
    border: 1px solid rgba(37, 158, 209, .22);
    border-radius: 50%;
    animation: ztm-ai 3s ease-in-out infinite;
}

.ztm-solution-card__visual--ai i:nth-child(2) {
    width: 112px;
    height: 112px;
    animation-delay: .5s;
}

.ztm-solution-card__visual--ai span {
    z-index: 1;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    color: var(--ztm-blue);
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(37, 158, 209, .3);
    border-radius: 16px;
    font-weight: 800;
    box-shadow: 0 10px 28px rgba(37, 158, 209, .16);
}

.ztm-solution-card__visual--ai b {
    position: absolute;
    width: 5px;
    height: 5px;
    background: var(--ztm-green);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(195, 213, 52, .14);
}

.ztm-solution-card__visual--ai b:nth-of-type(1) {
    transform: translate(48px, -27px);
}

.ztm-solution-card__visual--ai b:nth-of-type(2) {
    transform: translate(-44px, 31px);
}

.ztm-solution-card__visual--ai b:nth-of-type(3) {
    transform: translate(47px, 42px);
}

@keyframes ztm-ai {
    50% {
        opacity: .3;
        transform: scale(1.1);
    }
}

[dir="rtl"] .ztm-problem__intro {
    padding-right: 28px;
    padding-left: 0;
    border-right: 3px solid var(--ztm-blue);
    border-left: 0;
}

[dir="rtl"] .ztm-eyebrow,
[dir="rtl"] .ztm-section-label,
[dir="rtl"] .ztm-solution-label,
[dir="rtl"] .cr-section-eyebrow,
[dir="rtl"] .ztm-card-tag,
[dir="rtl"] .ztm-hero__stats span,
[dir="rtl"] .ztm-recognition__label {
    letter-spacing: 0;
}

[dir="rtl"] .ztm-challenge-card::before {
    transform-origin: right;
}

[dir="rtl"] .ztm-card-number {
    right: auto;
    left: 26px;
}

[dir="rtl"] .ztm-hero__stats div + div::before {
    right: 0;
    left: auto;
}

[dir="rtl"] .ztm-hero__trust span + span {
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-left: 0;
}

[dir="rtl"] .ztm-solution-card--wide .ztm-solution-card__visual {
    border-right: 0;
    border-left: 1px solid var(--ztm-line);
}

[dir="rtl"] .ztm-table-wrap th:first-child,
[dir="rtl"] .ztm-table-wrap td:first-child {
    text-align: right;
}

[dir="rtl"] .ztm-offerings .section-title,
[dir="rtl"] .ztm-offerings .ztm-section-label {
    text-align: right;
}

[dir="rtl"] .ztm-table-wrap th {
    letter-spacing: 0;
    text-transform: none;
}

.ztm-cloud-logos {
    width: min(320px, calc(100% - 48px));
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    justify-items: center;
    gap: 24px 40px;
}

.ztm-cloud-logos img {
    width: 100px;
    max-height: 40px;
    object-fit: contain;
    filter: grayscale(.15);
    opacity: .9;
}

.ztm-cloud-logos em {
    color: #c74634;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .5px;
}

.ztm-proof {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background:
        radial-gradient(circle at 12% 20%, rgba(52, 76, 152, .28), transparent 32%),
        linear-gradient(135deg, #07101f 0%, #080d1b 52%, #091326 100%);
    border-radius: var(--border-section) var(--border-section) 0 0;
    margin-top: -25px;
    z-index: 1;
    padding-bottom: calc(var(--padding-section) + 25px);
}

.ztm-proof::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .22;
    background-image:
        linear-gradient(rgba(62, 183, 233, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(62, 183, 233, .07) 1px, transparent 1px);
    background-size: 96px 96px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .85), transparent 72%);
}

.ztm-proof::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: auto -12% -340px auto;
    width: 720px;
    height: 720px;
    background: radial-gradient(circle, rgba(195, 213, 52, .08), transparent 68%);
}

.ztm-proof > .container {
    position: relative;
    z-index: 1;
}

.ztm-proof__heading {
    max-width: 780px;
    margin-bottom: 52px;
    text-align: start;
}

.ztm-proof__heading .cr-section-eyebrow {
    margin-bottom: 16px !important;
    color: var(--ztm-green);
}

.ztm-proof__heading .section-title.white {
    max-width: 780px;
    background: none;
    -webkit-text-fill-color: currentColor;
    color: #fff;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;
    text-align: start;
}

.ztm-proof__overview {
    display: grid;
    grid-template-columns: minmax(330px, .88fr) minmax(420px, 1.12fr);
    gap: 24px;
    align-items: stretch;
}

.ztm-proof__impact {
    position: relative;
    min-height: 438px;
    overflow: hidden;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        linear-gradient(145deg, rgba(52, 76, 152, .28), rgba(15, 26, 48, .86)),
        rgba(255, 255, 255, .025);
    border: 1px solid rgba(62, 183, 233, .25);
    border-radius: 24px;
    box-shadow: inset 0 1px rgba(255, 255, 255, .05), 0 30px 80px rgba(0, 0, 0, .18);
}

.ztm-proof__impact::before {
    content: "";
    position: absolute;
    inset: 28px 28px auto auto;
    width: 86px;
    height: 86px;
    border-top: 1px solid rgba(62, 183, 233, .38);
    border-right: 1px solid rgba(62, 183, 233, .38);
    border-radius: 0 18px 0 0;
}

.ztm-proof__impact-glow {
    position: absolute;
    top: -85px;
    inset-inline-start: -70px;
    width: 310px;
    height: 310px;
    background: radial-gradient(circle, rgba(62, 183, 233, .24), transparent 68%);
    pointer-events: none;
}

.ztm-proof__number {
    position: relative;
    display: block;
    color: #43b9e9;
    font-size: clamp(58px, 6.2vw, 92px);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.055em;
    text-align: start;
}

.ztm-proof__impact p {
    position: relative;
    max-width: 370px;
    margin-top: 22px !important;
    color: rgba(255, 255, 255, .72);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
    text-align: start;
}

.ztm-results {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.ztm-result-card {
    min-height: 99px;
    padding: 22px 26px;
    display: flex;
    align-items: center;
    gap: 18px;
    background: linear-gradient(110deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .025));
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    box-shadow: inset 0 1px rgba(255, 255, 255, .025);
    transition: transform .3s ease, border-color .3s ease, background .3s ease, box-shadow .3s ease;
}

.ztm-result-card:hover {
    transform: translateX(5px);
    background: linear-gradient(110deg, rgba(62, 183, 233, .1), rgba(255, 255, 255, .03));
    border-color: rgba(62, 183, 233, .34);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .14);
}

.ztm-result-card__icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #43b9e9;
    background: rgba(62, 183, 233, .12);
    border: 1px solid rgba(62, 183, 233, .16);
    border-radius: 50%;
}

.ztm-result-card__icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ztm-result-card > div {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(62px, auto) 1fr;
    align-items: center;
    gap: 16px;
}

.ztm-result-card strong {
    color: #43b9e9;
    font-size: clamp(19px, 2vw, 25px);
    font-weight: 800;
    line-height: 1.2;
    text-align: start;
}

.ztm-result-card p {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: start;
}

.ztm-recognition {
    margin-top: 76px;
    padding-top: 42px;
}

.ztm-recognition__heading {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.ztm-recognition__label {
    flex: 0 0 auto;
    color: #43b9e9;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    text-align: start;
}

.ztm-recognition__heading > span {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(62, 183, 233, .3), transparent);
}

.ztm-recognition__major {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ztm-recognition__major article {
    min-height: 176px;
    overflow: hidden;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 18px;
    text-align: center;
    transition: transform .3s ease, border-color .3s ease, background .3s ease, box-shadow .3s ease;
}

.ztm-recognition__major article:hover {
    transform: translateY(-4px);
    background: rgba(62, 183, 233, .07);
    border-color: rgba(62, 183, 233, .32);
    box-shadow: 0 24px 55px rgba(0, 0, 0, .16);
}

.ztm-recognition__logo {
    min-height: 42px;
    display: grid;
    place-items: center;
}

.ztm-recognition__major img {
    width: auto;
    max-width: 130px;
    max-height: 38px;
    object-fit: contain;
    filter: none;
    opacity: .92;
}

.ztm-recognition__logo strong {
    color: #43b9e9;
    font-size: 26px;
    font-weight: 800;
}

.ztm-recognition__major article > p {
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.5;
}

.ztm-recognition__minor {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ztm-recognition__minor article {
    min-height: 88px;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.ztm-recognition__minor article:hover {
    transform: translateY(-3px);
    background: rgba(62, 183, 233, .06);
    border-color: rgba(62, 183, 233, .28);
}

.ztm-recognition__minor img {
    flex: 0 0 auto;
    width: 82px;
    max-height: 32px;
    object-fit: contain;
}

.ztm-recognition__minor p {
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.45;
    text-align: start;
}

.ztm-recognition__minor strong {
    color: #fff;
}

.ztm-oracle {
    flex: 0 0 auto;
    color: #f80000;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .5px;
}

.ztm-proof__action {
    margin-top: 34px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.ztm-proof__action > span {
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12));
}

.ztm-proof__action .zt__btn {
    flex: 0 0 auto;
    min-width: 270px;
    justify-content: space-between;
}

[dir="rtl"] .ztm-result-card:hover {
    transform: translateX(-5px);
}

[dir="rtl"] .ztm-proof__impact::before {
    inset: 28px auto auto 28px;
    border-right: 0;
    border-left: 1px solid rgba(62, 183, 233, .38);
    border-radius: 18px 0 0;
}

[dir="rtl"] .ztm-recognition__heading > span {
    background: linear-gradient(-90deg, rgba(62, 183, 233, .3), transparent);
}

[dir="rtl"] .ztm-proof__action > span {
    background: linear-gradient(-90deg, transparent, rgba(255, 255, 255, .12));
}

[dir="rtl"] .ztm-proof__action .zt__btn-icon {
    transform: rotate(180deg);
}

.ztm-offerings,
.ztm-faq {
    background: #f6f8fa;
}
.ztm-offerings {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-section) var(--border-section) 0 0;
    margin-top: -25px;
    z-index: 1;
    padding-bottom: calc(var(--padding-section) + 25px);
}
.ztm-offerings .ztm-section-title,
.ztm-faq .ztm-section-title {
    color: var(--ztm-ink);
}

.ztm-offerings .section-title {
    max-width: 820px;
    color: var(--ztm-ink);
    background: none;
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -.02em;
    -webkit-text-fill-color: currentColor;
}

.ztm-table-wrap {
    margin-top: 50px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--ztm-line);
    border-radius: 14px;
    box-shadow: 0 18px 55px rgba(6, 11, 24, .04);
}

.ztm-table-wrap table {
    width: 100%;
    border-collapse: collapse;
}

.ztm-table-wrap th,
.ztm-table-wrap td {
    height: 72px;
    padding: 20px 30px;
    border-bottom: 1px solid var(--ztm-line);
    font-size: 16px;
    line-height: 1.55;
    text-align: center;
    vertical-align: middle;
}

.ztm-table-wrap th {
    color: #fff;
    background: var(--ztm-dark);
    font-size: 16px;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.ztm-table-wrap th:first-child,
.ztm-table-wrap td:first-child {
    width: 58%;
    text-align: start;
}

.ztm-table-wrap td:first-child {
    color: #313948;
    font-weight: 500;
}

.ztm-table-wrap tbody tr:last-child td {
    border-bottom: 0;
}

.ztm-table-wrap tbody tr:hover {
    background: rgba(62, 183, 233, .035);
}

.ztm-check {
    width: 25px;
    height: 25px;
    display: inline-grid;
    place-items: center;
    color: var(--ztm-blue-dark);
    background: rgba(37, 158, 209, .1);
    border-radius: 50%;
}

.ztm-check svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ztm-table-download {
    position: relative;
    z-index: 2;
    margin-top: -15px;
    padding: 65px 20px 12px;
    text-align: center;
    background: linear-gradient(0deg, #f6f8fa 55%, rgba(246, 248, 250, .96) 68%, rgba(246, 248, 250, 0));
}

.ztm-download {
    min-height: 56px;
    padding: 15px 30px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--ztm-blue-dark);
    background: #fff;
    border: 1px solid var(--ztm-blue);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: color .2s ease, background .2s ease;
}

.ztm-download:hover {
    color: #fff;
    background: var(--ztm-blue);
}

.ztm-faq {
    background: #fff;
    border-top: 1px solid var(--ztm-line);
}

.ztm-faq__list {
    margin-top: 50px;
    border-top: 1px solid var(--ztm-line);
}

.ztm-faq__item {
    border-bottom: 1px solid var(--ztm-line);
}

.ztm-faq__item h3 {
    margin: 0;
    font-size: inherit;
}

.ztm-faq__item button {
    width: 100%;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    color: var(--ztm-ink);
    background: transparent;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
}

.ztm-faq__item button:hover {
    color: var(--ztm-blue-dark);
}

.ztm-faq__item button span {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}

.ztm-faq__item button span::before,
.ztm-faq__item button span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform .25s ease;
}

.ztm-faq__item button span::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.ztm-faq__item button[aria-expanded="true"] span::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.ztm-faq__answer {
    padding: 0 55px 24px 0;
    color: var(--ztm-muted);
    font-size: 16px;
    line-height: 1.75;
}

.ztm-final {
    position: relative;
    min-height: 560px;
    padding: 110px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background: linear-gradient(145deg, #060b18, #0b1635 55%, #071021);
}

.ztm-final::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .24;
    background-image: linear-gradient(rgba(62, 183, 233, .13) 1px, transparent 1px), linear-gradient(90deg, rgba(62, 183, 233, .13) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(circle, #000, transparent 75%);
}

.ztm-final__glow {
    position: absolute;
    width: 650px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(62, 183, 233, .13), transparent 70%);
    filter: blur(35px);
}

.ztm-final__inner {
    position: relative;
    z-index: 1;
    max-width: 850px;
}

.ztm-final h2 {
    margin-bottom: 25px !important;
    font-size: clamp(38px, 4.3vw, 59px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.7px;
}

.ztm-final p {
    max-width: 720px;
    margin: 0 auto 40px !important;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.7;
}

.ztm-footer {
    padding: 25px;
    color: rgba(255, 255, 255, .48);
    background: #040711;
    border-top: 1px solid rgba(255, 255, 255, .06);
    font-size: 16px;
    text-align: center;
}

.ztm-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .65s ease, transform .65s ease;
}

.ztm-reveal.is-visible {
    opacity: 1;
    transform: none;
}

.ztm-modal {
    width: min(760px, calc(100% - 32px));
    height: min(760px, calc(100% - 48px));
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 30px 100px rgba(0, 0, 0, .45);
}

.ztm-modal::backdrop {
    background: rgba(3, 7, 18, .82);
    backdrop-filter: blur(5px);
}

.ztm-modal__bar {
    height: 62px;
    padding: 0 20px 0 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background: var(--ztm-dark);
}

.ztm-modal__bar p {
    font-weight: 700;
}

.ztm-modal__bar button {
    width: 38px;
    height: 38px;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
}

.ztm-modal__loading {
    position: absolute;
    inset: 62px 0 0;
    display: grid;
    place-items: center;
    color: var(--ztm-muted);
}

.ztm-modal iframe {
    position: relative;
    z-index: 1;
    width: 100%;
    height: calc(100% - 62px);
    display: block;
    background: #fff;
    border: 0;
}

@media (max-width: 900px) {
    .ztm-hero {
        padding-bottom: 260px;
    }

    .ztm-hero__stats {
        bottom: 85px;
        flex-wrap: wrap;
        row-gap: 18px;
    }

    .ztm-hero__stats div {
        min-width: 40%;
    }

    .ztm-hero__stats div:nth-child(3)::before {
        display: none;
    }

    .ztm-hero__trust {
        display: none;
    }

    .ztm-proof__overview {
        grid-template-columns: 1fr;
    }

    .ztm-proof__impact {
        min-height: 320px;
    }

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

    .ztm-result-card {
        min-height: 132px;
    }

    .ztm-result-card > div {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .ztm-challenge-grid {
        grid-template-columns: 1fr;
    }

    .ztm-challenge-card {
        min-height: 280px;
    }

    .ztm-challenge-card h3 {
        max-width: 520px;
        margin-top: 36px;
    }
}

@media (min-width: 701px) and (max-height: 780px) {
    .ztm-hero {
        padding-top: 100px;
        align-items: flex-start;
    }

    .ztm-eyebrow {
        margin-bottom: 18px !important;
    }

    .ztm-hero__copy {
        margin: 24px auto 28px !important;
        line-height: 1.55;
    }
}

@media (max-width: 700px) {
    .ztm-nav {
        height: 68px;
        padding: 0 20px;
    }

    .ztm-nav__logo {
        width: 125px;
    }

    .ztm-button--small {
        min-height: 38px;
        padding: 9px 15px;
        font-size: 16px;
    }

    .ztm-hero {
        min-height: 930px;
        padding: 130px 20px 320px;
        align-items: flex-start;
    }

    .ztm-hero h1 {
        font-size: clamp(38px, 12.6vw, 58px);
    }

    .ztm-eyebrow {
        margin-bottom: 22px !important;
        letter-spacing: 3px;
    }

    .ztm-hero__copy {
        margin: 28px auto 34px !important;
        font-size: 17px;
    }

    .ztm-actions {
        flex-direction: column;
    }

    .ztm-button {
        width: 100%;
        min-height: 58px;
        padding: 14px 20px;
    }

    .ztm-nav .ztm-button--small {
        width: auto;
        min-height: 38px;
        padding: 9px 15px;
        white-space: nowrap;
    }

    .ztm-hero__stats {
        bottom: 35px;
        row-gap: 24px;
    }

    .ztm-hero__stats div {
        min-width: 50%;
        padding: 0 10px;
    }

    .ztm-hero__stats div:nth-child(3)::before {
        display: block;
    }

    .ztm-hero__stats div:nth-child(odd)::before {
        display: none;
    }

    .ztm-hero__stats strong {
        font-size: 24px;
    }

    .ztm-hero__stats span {
        font-size: 16px;
    }

    .ztm-problem,
    .ztm-proof,
    .ztm-offerings,
    .ztm-faq {
        padding: 75px 20px;
    }

    .ztm-problem__intro {
        margin-bottom: 45px !important;
        padding-left: 20px;
    }

    .ztm-challenge-grid,
    .ztm-solution-grid {
        grid-template-columns: 1fr;
    }

    .ztm-solution-card--wide {
        grid-column: auto;
        flex-direction: column-reverse;
    }

    .ztm-challenge-card__text {
        padding: 36px 28px 32px;
    }

    .ztm-bridge {
        height: 90px;
    }

    .ztm-solution {
        padding-bottom: 75px;
    }

    .ztm-solution__heading {
        padding: 10px 20px 45px;
    }

    .ztm-solution-grid {
        width: calc(100% - 40px);
    }

    .ztm-solution-card--wide .ztm-solution-card__visual {
        flex: 0 0 185px;
        width: 100%;
        border: 0;
        border-top: 1px solid var(--ztm-line);
    }

    .ztm-solution-card--wide .ztm-solution-card__text {
        padding: 32px 28px;
    }

    .ztm-results {
        grid-template-columns: 1fr;
    }

    .ztm-proof__heading {
        margin-bottom: 36px;
    }

    .ztm-proof__heading .section-title.white {
        font-size: clamp(36px, 11vw, 50px);
    }

    .ztm-proof__impact {
        min-height: 290px;
        padding: 30px 26px;
        border-radius: 20px;
    }

    .ztm-proof__number {
        font-size: clamp(52px, 17vw, 72px);
        text-align: start;
    }

    .ztm-proof__impact p {
        margin-top: 16px !important;
        font-size: 16px;
    }

    .ztm-result-card {
        min-height: 112px;
        padding: 20px;
    }

    .ztm-result-card > div {
        grid-template-columns: minmax(58px, auto) 1fr;
        gap: 12px;
    }

    .ztm-result-card p {
        min-height: 0;
    }

    .ztm-recognition {
        margin-top: 54px;
        padding-top: 32px;
    }

    .ztm-recognition__major,
    .ztm-recognition__minor {
        grid-template-columns: 1fr;
    }

    .ztm-recognition__major article {
        min-height: 155px;
    }

    .ztm-proof__action {
        margin-top: 28px;
    }

    .ztm-proof__action > span {
        display: none;
    }

    .ztm-proof__action .zt__btn {
        width: 100%;
        min-width: 0;
    }

    .ztm-table-wrap {
        overflow-x: auto;
    }

    .ztm-table-wrap table {
        min-width: 620px;
    }

    .ztm-table-download {
        padding-right: 0;
        padding-left: 0;
    }

    .ztm-download {
        width: 100%;
        justify-content: center;
    }

    .ztm-faq__item button {
        font-size: 16px;
    }

    .ztm-final {
        min-height: 600px;
        padding: 80px 20px;
    }

    .ztm-final h2 {
        font-size: 39px;
    }

    .ztm-modal {
        height: calc(100% - 24px);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .ztm-main *,
    .ztm-modal *,
    .ztm-main *::before,
    .ztm-modal *::before,
    .ztm-main *::after,
    .ztm-modal *::after {
        animation-duration: .01ms !important;
        animation-delay: 0s !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .ztm-reveal {
        opacity: 1;
        transform: none;
    }
}
