:root {
    --ztm365-cyan: #3eb7e9;
    --ztm365-cyan-deep: #344C98;
    --ztm365-ink: #070a0d;
    --ztm365-muted: #5e6874;
    --ztm365-line: #dce4e9;
    --ztm365-tint: #eefaff;
    --ztm365-soft: #f5f8fa;
    --ztm365-yellow: #ffd900;
}

html {
    scroll-behavior: smooth;
}

body.ztm365-page {
    margin: 0;
    color: var(--ztm365-ink);
    background: #fff;
    overflow-x: hidden;
    padding: 0 !important;
}

.ztm365-campaign *,
.ztm365-modal *,
.ztm365-campaign *::before,
.ztm365-modal *::before,
.ztm365-campaign *::after,
.ztm365-modal *::after {
    box-sizing: border-box;
}

.ztm365-campaign h1,
.ztm365-campaign h2,
.ztm365-campaign h3,
.ztm365-campaign h4,
.ztm365-campaign figure,
.ztm365-modal h2 {
    margin: 0;
}

.ztm365-skip {
    position: fixed;
    z-index: 999;
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    color: #fff;
    background: #000;
    transform: translateY(-150%);
}

.ztm365-skip:focus {
    transform: none;
}

.ztm365-nav {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto;
    height: 72px;
    padding: 0 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, .88);
    border-bottom: 1px solid rgba(11, 37, 50, .1);
    backdrop-filter: blur(18px);
}

.ztm365-nav__logo {
    width: 132px;
    display: block;
}

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

.ztm365-nav__button {
    min-height: 43px;
    padding: 10px 25px;
    color: var(--ztm365-cyan-deep);
    background: transparent;
    border: 1px solid var(--ztm365-cyan);
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .25s ease, background .25s ease;
}

.ztm365-nav__button:hover,
.ztm365-nav__button:focus-visible {
    color: #fff;
    background: var(--ztm365-cyan);
}


.ztm365-grid-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(18, 55, 75, .065) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 55, 75, .065) 1px, transparent 1px);
    background-size: 64px 64px;
}

.ztm365-hero {
    position: relative;
    top: -70px;
    min-height: 1000px;
    height: 100vh;
    padding: 150px 0 90px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #fff 18%, #f7fcfe 55%, #eaf9ff 100%);
        margin-bottom: -70px;
}

.ztm365-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(420px, .82fr);
    align-items: center;
    gap: 80px;
}

.ztm365-hero__copy {
    animation: ztm365-up .8s .15s both;
}

.ztm365-hero h1 {
    font-size: clamp(60px, 5.8vw, 86px);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.ztm365-hero h1 span {
    margin-top: 15px;
    display: block;
    color: var(--ztm365-cyan);
    font-size: .8em;
    line-height: 1.07;
    text-transform: none;
}

.ztm365-hero__copy>p {
    max-width: 650px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.65;
}

.ztm365-actions {
    margin-top: 43px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.ztm365-button {
    min-height: 58px;
    padding: 15px 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 9px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .25px;
    line-height: 1.1;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .25s ease, color .25s ease, background .25s ease, border-color .25s ease;
}

.ztm365-button:hover,
.ztm365-button:focus-visible {
    transform: translateY(-2px);
}
.zt__btn.section-hero__btn--outline {
    background: transparent;
        background: transparent;
    color: #201547;
    border: 1px solid rgb(32 21 71) !important;
}
.zt__btn.section-hero__btn--outline svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

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

.ztm365-button--cyan {
    color: #fff;
    background: var(--ztm365-cyan);
    border: 1px solid var(--ztm365-cyan);
}

.ztm365-button--cyan:hover {
    color: #000;
    background: #fff;
    border-color: #fff;
}

.ztm365-hero__visual {
    position: relative;
    width: 100%;
    max-width: 510px;
    justify-self: end;
    animation: ztm365-up .9s .35s both;
}

.ztm365-hero__visual>i {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(1px);
    animation: ztm365-float 6s ease-in-out infinite;
}

.ztm365-hero__visual>i:first-child {
    top: -70px;
    right: -60px;
    width: 235px;
    height: 235px;
    background: rgba(62, 183, 233, .22);
}

.ztm365-hero__visual>i:nth-child(2) {
    bottom: -60px;
    left: -70px;
    width: 185px;
    height: 185px;
    background: rgba(255, 217, 0, .22);
    animation-delay: 1.5s;
}

.ztm365-hero__card {
    position: relative;
    aspect-ratio: .8;
    overflow: hidden;
    background: #102535;
    border-radius: 26px;
    box-shadow: 0 30px 65px rgba(16, 47, 66, .24);
}

.ztm365-hero__card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@keyframes ztm365-up {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
}

@keyframes ztm365-float {
    50% {
        transform: translate(12px, -10px) scale(1.06);
    }
}

.ztm365-ticker {
    overflow: hidden;
    color: #fff;
    background: #151127;
    margin-bottom: 25px;
}

.ztm365-ticker__track {
    width: max-content;
    height: 100%;
    display: flex;
    align-items: center;
    animation: ztm365-ticker 32s linear infinite;
}

.ztm365-ticker__track p {
    padding: 40px 72px;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: .3px;
        display: flex;
    flex-direction: column;
    align-items: center;
}

.ztm365-ticker__track strong {
    font-family: 'Zain', sans-serif;
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -0.02em;
    white-space: nowrap;
    transition: 0.3s ease;
}

.ztm365-ticker__track>span {
    width: 1px;
    height: 48px;
    background: rgb(255 255 255 / 21%);
    margin: auto 0;
}

@keyframes ztm365-ticker {
    to {
        transform: translateX(-50%);
    }
}

.ztm365-section {
    background: #fff;
    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);
}

.ztm365-section--tint {
    background: var(--ztm365-soft);
}

.ztm365-section--soft {
    background: var(--ztm365-soft);
}

.ztm365-label {
    margin-bottom: 18px !important;
    color: var(--ztm365-cyan-deep);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.ztm365-campaign em {
    color: var(--ztm365-cyan);
    font-style: normal;
}

.ztm365-copy {
    max-width: 760px;
    margin-top: 25px !important;
    color: var(--ztm365-muted);
    font-size: 17px;
    line-height: 1.72;
}

.ztm365-copy.white {
    color: white;
}

.ztm365-challenge__grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
    align-items: center;
    gap: 75px;
}

.ztm365-challenge__grid h2 {
    font-size: clamp(38px, 3.5vw, 52px);
}

.ztm365-challenge__image {
    padding: 17px;
    background: #f3f8fa;
    border: 1px solid var(--ztm365-line);
    border-radius: 18px;
    box-shadow: 0 16px 50px rgba(12, 42, 57, .08);
    height: fit-content;
}

.ztm365-challenge__image img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.ztm365-callout {
    margin-top: 75px;
    padding: 42px 45px;
    display: grid;
    grid-template-columns: 105px 1fr;
    align-items: center;
    gap: 35px;
    color: #fff;
    background: var(--bg-section);
    border-radius: 17px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .16);
}

.ztm365-callout__icon {
    width: 102px;
    height: 102px;
    display: grid;
    place-items: center;
    color: var(--ztm365-cyan);
    background: rgba(62, 183, 233, .11);
    border-radius: 50%;
}

.ztm365-callout__icon svg {
    width: 57px;
    height: 57px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ztm365-callout h3 {
    margin-bottom: 10px !important;
    font-size: 29px;
    line-height: 1.2;
}

.ztm365-callout p {
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.65;
}

.ztm365-value-grid {
    margin-top: 55px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ztm365-value-card {
    position: relative;
    min-height: 275px;
    padding: 33px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--ztm365-line);
    border-radius: 17px;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.ztm365-value-card:hover {
    border-color: rgba(62, 183, 233, .55);
    transform: translateY(-4px);
    box-shadow: 0 18px 48px rgba(19, 83, 110, .09);
}

.ztm365-value-card--wide {
    grid-row: span 2;
    min-height: 568px;
    display: flex;
    flex-direction: column;
}

.ztm365-card-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 26px;
    display: grid;
    place-items: center;
    color: var(--ztm365-cyan);
    background: rgba(62, 183, 233, .11);
    border-radius: 12px;
}

.ztm365-card-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ztm365-value-card h3 {
    margin-bottom: 12px !important;
    font-size: 23px;
    line-height: 1.25;
}

.ztm365-value-card p {
    color: var(--ztm365-muted);
    font-size: 15px;
    line-height: 1.65;
}

.ztm365-chart {
    position: relative;
    height: 220px;
    margin-top: auto;
    padding: 38px 24px 34px;
    display: flex;
    align-items: end;
    gap: 14px;
    border-top: 1px solid var(--ztm365-line);
}

.ztm365-chart::before {
    content: "";
    position: absolute;
    inset: 38px 24px 34px;
    background: repeating-linear-gradient(0deg, rgba(7, 10, 13, .07) 0 1px, transparent 1px 39px);
}

.ztm365-chart b {
    position: relative;
    z-index: 1;
    flex: 1;
    height: var(--v);
    background: linear-gradient(180deg, var(--ztm365-cyan), rgba(62, 183, 233, .18));
    border-radius: 6px 6px 0 0;
}

.ztm365-chart span {
    position: absolute;
    right: 24px;
    bottom: 8px;
    color: var(--ztm365-muted);
    font-size: 10px;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.ztm365-services {
    margin-top: 55px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--ztm365-line);
    border-radius: 18px;
    box-shadow: 0 18px 55px rgba(12, 42, 57, .06);
}

.ztm365-services__tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #f0f5f7;
    border-bottom: 1px solid var(--ztm365-line);
}

.ztm365-services__tabs button {
    position: relative;
    min-height: 145px;
    padding: 24px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #59656e;
    background: transparent;
    border: 0;
    border-right: 1px solid var(--ztm365-line);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.ztm365-services__tabs button:last-child {
    border-right: 0;
}

.ztm365-services__tabs button::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 4px;
    background: var(--ztm365-cyan);
    transform: scaleX(0);
    transition: transform .25s ease;
}

.ztm365-services__tabs button[aria-selected="true"] {
    color: var(--ztm365-ink);
    background: #fff;
}

.ztm365-services__tabs button[aria-selected="true"]::after {
    transform: scaleX(1);
}

.ztm365-services__tabs button span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: var(--ztm365-cyan-deep);
    background: rgba(62, 183, 233, .1);
    border-radius: 50%;
}

.ztm365-services__tabs svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ztm365-services__panels article {
    min-height: 330px;
    padding: 52px 55px;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 75px;
    align-items: center;
    animation: ztm365-panel .35s ease;
}

.ztm365-services__panels article[hidden] {
    display: none;
}

.ztm365-services__panels h3 {
    margin-bottom: 14px !important;
    font-size: 30px;
    line-height: 1.2;
}

.ztm365-services__panels p {
    color: var(--ztm365-muted);
    font-size: 16px;
    line-height: 1.65;
}

.ztm365-services__panels ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ztm365-services__panels li {
    position: relative;
    padding: 14px 0 14px 35px;
    border-bottom: 1px solid var(--ztm365-line);
    font-size: 15px;
}

.ztm365-services__panels li::before {
    content: "✓";
    position: absolute;
    top: 13px;
    left: 0;
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    color: var(--ztm365-cyan-deep);
    background: rgba(62, 183, 233, .12);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
}

@keyframes ztm365-panel {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
}

.ztm365-tier-wrap {
    margin-top: 52px;
    overflow: auto;
    border: 1px solid var(--ztm365-line);
    border-radius: 17px;
    box-shadow: 0 20px 55px rgba(12, 42, 57, .055);
}

.ztm365-tier-wrap table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    background: #fff;
}

.ztm365-tier-wrap th,
.ztm365-tier-wrap td {
    width: 25%;
    padding: 21px 23px;
    border-right: 1px solid var(--ztm365-line);
    border-bottom: 1px solid var(--ztm365-line);
    font-size: 14px;
    line-height: 1.5;
    vertical-align: top;
}

.ztm365-tier-wrap th {
    padding-top: 27px;
    padding-bottom: 27px;
    color: #fff;
    background: #0a0d10;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ztm365-tier-wrap th:nth-child(3) {
    color: #082531;
    background: #b7eafd;
}

.ztm365-tier-wrap th:nth-child(4) {
    color: #fff;
    background: var(--ztm365-cyan-deep);
}

.ztm365-tier-wrap td:first-child {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.ztm365-tier-wrap td.is-advanced {
    background: rgba(62, 183, 233, .065);
}

.ztm365-tier-wrap td.is-dynamic {
    background: rgba(62, 183, 233, .12);
}

.ztm365-tier-wrap tr:last-child td {
    border-bottom: 0;
}

.ztm365-region {
    display: grid;
    grid-template-columns: minmax(390px, .9fr) minmax(0, 1fr);
    align-items: center;
    gap: 90px;
}

.ztm365-region__map {
    position: relative;
    padding: 15px;
}

.ztm365-region__map::before {
    content: "";
    position: absolute;
    inset: 6% 0;
    background: radial-gradient(circle, rgba(62, 183, 233, .2), transparent 67%);
}

.ztm365-region__map img {
    position: relative;
    width: 100%;
    display: block;
}

.ztm365-region .ztm365-copy {
    max-width: none;
}

.ztm365-region__list {
    margin-top: 32px;
    display: grid;
    gap: 12px;
}

.ztm365-region__list article {
    padding: 18px 20px;
    display: grid;
    grid-template-columns: 55px 1fr;
    align-items: center;
    gap: 17px;
    background: #fff;
    border: 1px solid var(--ztm365-line);
    border-radius: 13px;
}

.ztm365-region__list article>span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    padding: 4px;
    color: var(--ztm365-cyan-deep);
    background: rgba(62, 183, 233, .11);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
}

.ztm365-region__list h3 {
    margin-bottom: 3px !important;
    font-size: 17px;
}

.ztm365-region__list p {
    color: var(--ztm365-muted);
    font-size: 14px;
}

.ztm365-advantages {
    margin-top: 55px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ztm365-advantages>article {
    min-height: 425px;
    padding: 36px 32px 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ztm365-line);
    border-radius: 17px;
    transition: transform .3s ease, box-shadow .3s ease;
}

.ztm365-advantages>article:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, .08);
}

.ztm365-advantage-tag {
    margin-bottom: 18px !important;
    color: var(--ztm365-cyan-deep);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ztm365-advantages h3 {
    margin-bottom: 15px !important;
    font-size: 26px;
    line-height: 1.2;
}

.ztm365-advantages>article>p:not(.ztm365-advantage-tag) {
    color: var(--ztm365-muted);
    font-size: 15px;
    line-height: 1.65;
}

.ztm365-advantage-stats {
    margin: auto -32px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #f3f8fa;
    border-top: 1px solid var(--ztm365-line);
}

.ztm365-advantage-stats p {
    min-height: 110px;
    padding: 19px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ztm365-advantage-stats p+p {
    border-left: 1px solid var(--ztm365-line);
}

.ztm365-advantage-stats strong {
    color: var(--ztm365-ink);
    font-size: 22px;
}

.ztm365-advantage-stats span {
    margin-top: 4px;
    color: var(--ztm365-muted);
    font-size: 11px;
    line-height: 1.25;
}

.ztm365-final {
    position: relative;
    min-height: 640px;
    padding: 120px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(145deg, #05080a, #092232);
    text-align: center;
}

.ztm365-final::after {
    content: "";
    position: absolute;
    top: -250px;
    right: -200px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(62, 183, 233, .24), transparent 68%);
}

.ztm365-final .ztm365-grid-bg {
    opacity: .28;
    mask-image: radial-gradient(circle, #000, transparent 75%);
}

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

.ztm365-final .ztm365-label {
    color: var(--ztm365-cyan);
}

.ztm365-final h2 {
    margin: 0 auto;
}

.ztm365-final__inner>p:not(.ztm365-label) {
    max-width: 730px;
    margin: 28px auto 38px;
    color: rgba(255, 255, 255, .72);
    font-size: 18px;
    line-height: 1.7;
}

.ztm365-footer {
    padding: 26px;
    color: rgba(255, 255, 255, .55);
    background: #030506;
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: 13px;
    text-align: center;
}

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

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

.ztm365-modal {
    width: min(720px, calc(100% - 32px));
    max-height: calc(100% - 40px);
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 30px 100px rgba(0, 0, 0, .42);
}

.ztm365-modal::backdrop {
    background: rgba(0, 8, 13, .78);
    backdrop-filter: blur(5px);
}

.ztm365-modal__bar {
    min-height: 67px;
    padding: 0 18px 0 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background: #080c0f;
}

.ztm365-modal__bar h2 {
    font-size: 20px;
}

.ztm365-modal__bar button {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
}

.ztm365-modal__content {
    min-height: 560px;
    padding: 25px;
    overflow-y: auto;
}

@media (max-width: 1000px) {
    .ztm365-hero {
        min-height: 1250px;
        align-items: flex-end
    }

    .ztm365-hero__inner {
                display: flex;
        flex-direction: column-reverse;
    }

    .ztm365-hero__visual {
        max-width: 480px;
        justify-self: center;
    }

    .ztm365-challenge__grid,
    .ztm365-region {
        grid-template-columns: 1fr;
    }

    .ztm365-challenge__image {
        max-width: 720px;
    }

    .ztm365-value-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ztm365-value-card--wide {
        grid-row: span 2;
    }

    .ztm365-services__tabs {
        grid-template-columns: 1fr 1fr;
    }

    .ztm365-services__tabs button:nth-child(2) {
        border-right: 0;
    }

    .ztm365-services__tabs button:nth-child(-n+2) {
        border-bottom: 1px solid var(--ztm365-line);
    }

    .ztm365-services__panels article {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ztm365-region__map {
        width: min(620px, 100%);
        margin: 0 auto;
    }

    .ztm365-advantages {
        grid-template-columns: 1fr;
    }

    .ztm365-advantages>article {
        min-height: 360px;
    }
}

@media (max-width: 680px) {
    .ztm365-nav {
        height: 67px;
        padding: 0 20px;
    }

    .ztm365-nav__logo {
        width: 123px;
    }

    .ztm365-nav__button {
        min-height: 38px;
        padding: 8px 14px;
        font-size: 11px;
    }

    .ztm365-hero {
        min-height: 1150px;
    }

    .ztm365-hero__inner {
        gap: 55px;
    }

    .ztm365-hero h1 {
        font-size: clamp(49px, 14.8vw, 68px);
        letter-spacing: -1.2px;
    }

    .ztm365-hero h1 span {
        font-size: .72em;
    }

    .ztm365-hero__copy>p {
        margin-top: 30px;
        font-size: 17px;
    }

    .ztm365-actions {
        margin-top: 32px;
        flex-direction: column;
    }

    .ztm365-button {
        width: 100%;
    }

    .ztm365-final .ztm365-button {
        width: auto;
    }

    .ztm365-hero__visual {
        max-width: 345px;
    }

    .ztm365-ticker {
        height: 68px;
    }

    .ztm365-challenge__grid {
        gap: 38px;
    }

    .ztm365-callout {
        margin-top: 45px;
        padding: 30px 26px;
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .ztm365-callout__icon {
        width: 74px;
        height: 74px;
    }

    .ztm365-callout__icon svg {
        width: 40px;
    }

    .ztm365-callout h3 {
        font-size: 25px;
    }

    .ztm365-value-grid {
        grid-template-columns: 1fr;
    }

    .ztm365-value-card--wide {
        min-height: 510px;
        grid-row: auto;
    }

    .ztm365-services__tabs {
        grid-template-columns: 1fr;
    }

    .ztm365-services__tabs button {
        min-height: 78px;
        padding: 15px 20px;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        border-right: 0;
        border-bottom: 1px solid var(--ztm365-line);
    }

    .ztm365-services__tabs button:last-child {
        border-bottom: 0;
    }

    .ztm365-services__panels article {
        min-height: 0;
        padding: 35px 25px;
    }

    .ztm365-tier-wrap {
        margin-right: -20px;
        margin-left: -20px;
        border-radius: 0;
    }

    .ztm365-region {
        gap: 45px;
    }

    .ztm365-region__list article {
        grid-template-columns: 48px 1fr;
        padding: 16px;
    }

    .ztm365-region__list article>span {
        width: 42px;
        height: 42px;
    }

    .ztm365-advantages>article {
        min-height: 400px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .ztm365-advantage-stats {
        margin-right: -25px;
        margin-left: -25px;
    }

    .ztm365-final {
        min-height: 620px;
        padding: 85px 20px;
    }

    .ztm365-modal__content {
        min-height: 500px;
        padding: 15px;
    }
}

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

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

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

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