:root {
    --green-start: #2ecc71;
    --green-end: #27ae60;
    --green-accent: #3ddc84;
    --orange-accent: #ff6b35;
    --bg-dark: #0a0a0a;
    --bg-card: #232323;
    --bg-card-border: #363636;
    --text-primary: #fff;
    --text-secondary: #aaa;
    --text-muted: #aaa;
    --content-max-width: 1040px
}

.zbanner-sec h3 {
    font-size: 27px;
    margin-bottom: 20px
}

.zbottom-cta p {
    max-width: 720px;
    margin: 0 auto 20px
}

.zw-product-header {
    position: relative;
    z-index: 1
}

.zwc-gradient-clr::before,.zwc-gradient-clr::after {
    content: '';
    position: absolute;
    
}

.zwc-gradient-clr::before {
  width: 80%;
    height: 40%;
    left: 0px;
    border-radius: 0px 400px 400px 0px;
    background: linear-gradient(79deg, rgb(72, 28, 193) 7.94%, rgb(231, 123, 23) 47.04%);
    filter: blur(185px);
    top: 50px;
}
.zprice {
    display: block;
    max-width: max-content;
    margin: 0 auto;
}
.zwc-gradient-clr::after {
     width: 30%;
    height: 40%;
    background: rgb(41, 34, 244);
    filter: blur(215px);
    right: 10%;
    top: 0px;
    border-radius: 400px 0px 0px 400px;
}
.zplus-top {
    position: absolute;
    top: 0;
    left: -30px;
}

.zplus-bottom {
    position: absolute;
    right: -15%;
    bottom: 30%;
    z-index: 3;
}
.zw-template-inner h2 {
    font-size: 46px;
    margin-bottom: 25px;
    color: #fff
}

.zw-template-inner h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #fff
}

.zw-template-inner p {
    color: var(--text-primary);
    margin-bottom: 20px
}

.zw-template-inner .content-wrap {
    max-width: var(--content-max-width);
    text-align: center
}

.zw-template-inner {
    padding-bottom: 160px;
    background: #000;
    color: #fff;
    margin-bottom: 0
}

.zbanner-sec {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-top: -90px;
    padding: 130px 0 80px;
}
.changePrice,.zcurrency-symbol-array {
    display: none;
}


.zprice h1 {
font-size: 200px;
    font-family: var(--secondaryfont-bold);
    line-height: 1;
    background: linear-gradient(76deg, #e25600 15.59%, #feb703 59.77%, #ffde3a 92.56%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -4px;
    text-shadow: 0 14px 14px rgba(0, 0, 0, 0.06);
margin-bottom: 40px;
}

.zbanner-sec h2 {
    font-size: 50px;
    margin-bottom: 20px
}

.zbanner-sec p {
    color: var(--text-primary);
    max-width: 820px;
    margin: 0 auto 30px;
    font-size: 18px;
}

.zbanner-sec p.note {
    margin: 30px auto 0
}

.zwc-bold-grd {
    font-family: var(--secondaryfont-semibold);
}

.zcta-btn a.act-btn.cta-btn {
    display: inline-block;
    align-items: center;
    font-size: 15px;
    font-family: var(--secondaryfont-semibold);
    cursor: pointer;
    transition: opacity .2s ease,transform .2s ease;
    border-radius: 4px;
    background: var(--primary-btn-color);
    color: #fff;
    padding: 16px 56px 16px 32px;
    position: relative;
    text-transform: uppercase
}

.zbanner-sec p.note {
    margin-top: 40px
}

.zbanner-sec p.zwc-bold-grd {
    margin-bottom: 30px
}

.zcta-btn a::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: -1px;
    right: 13%;
    transform: rotate(45deg);
    transition: .4s all ease;
    bottom: 0;
    margin: auto
}

.zcta-btn a:hover:after {
    right: 11%
}

.zbanner-sec .zcta-btn a:last-child::after {
    display: none
}

.zcta-btn a:last-child {
    background: transparent;
    color: #fff;
    display: block;
    max-width: max-content;
    text-align: center;
    margin: 30px auto 0;
    border-bottom: 1px solid #fff
}

.zbanner-sec>.content-wrap>p:last-child {
    font-size: 15px;
    color: var(--text-primary);
    margin-top: 16px
}

.zwc-zeromeans-sec, .zwc-usage-sec, .zwc-simple-sec {
    padding: 80px 0
}

.zwc-zeromeans-sec h2 {
    text-align: center;
    margin-bottom: 40px
}

.zwc-zeromeans-sec h2 span,.zwc-usage-sec h2 span {
    background: linear-gradient(90deg,var(--green-accent),var(--green-start));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.zwc-zeromeans-inner {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    max-width: var(--content-max-width);
    margin: 0 auto
}

.zwc-column1,.zwc-column2,.zwc-column3 {
    background: var(--bg-card);
    border: 1px solid var(--bg-card-border);
    padding: 40px 35px;
    text-align: left;
    background-image: linear-gradient(#000,#000),linear-gradient(to right bottom,#b64040,#312b85);
    background-origin: border-box;
    background-clip: padding-box,border-box;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 10px;
    border: 1px solid #ab5fa4;
    background: linear-gradient(180deg,#97477a 0,#6441a5 100%)
}

.zwc-logo {
    width: 42px;
    height: 40px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/mcp/mcp-pricing-sprite.svg);
    background-size: 120px auto;
    background-repeat: no-repeat
}

.zwc-column1 h3,.zwc-column2 h3,.zwc-column3 h3 {
    font-size: 22px;
    color: #fff
}

.zwc-column1 p,.zwc-column2 p,.zwc-column3 p {
    color: var(--text-primary);
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 0
}

.zwc-usage-sec h2 {
    text-align: center
}

.zwc-usage-sec>.content-wrap>p {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 60px;
    color: var(--text-primary)
}

.zwc-usage-table {
    overflow: hidden;
    margin-bottom: 32px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 10px;
    background-image: linear-gradient(#000,#000),linear-gradient(to bottom right,rgba(255,81,81,1) 0,#363636 50%,rgba(255,81,81,1) 100%);
    background-origin: border-box;
    background-clip: padding-box,border-box;
    border: 1px solid transparent
}

.zwc-usage-table table {
    width: 100%;
    border-collapse: collapse
}

.zwc-zeromeans-sec h2 span.green-text {
    background: linear-gradient(90deg,#ff8c00 0,#ff5151 57.69%,#c524ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.zwc-column2 .zwc-logo {
    background-position: -43px 0
}

.zwc-column3 .zwc-logo {
    background-position: -82px 0
}

.zwc-usage-table thead tr {
    background: #171717;
}

.zwc-usage-table thead th {
    padding: 30px 40px;
    text-align: left;
    font-size: 20px;
    color: var(--text-primary);
    border-bottom: 1px solid var(--bg-card-border);
    font-family: var(--secondaryfont-semibold)
}

.zwc-usage-table thead th p {
    color: var(--text-muted);
    margin: 0;
    font-size: 12.8px
}

.zwc-usage-table tbody tr {
    border-bottom: 1px solid var(--bg-card-border)
}

.zwc-usage-table tbody tr:last-child {
    border-bottom: 0
}

.zwc-usage-table tbody td {
    padding: 30px 40px;
    font-size: 17px;
    vertical-align: middle;
    color: var(--text-secondary);
    text-align: left
}

.zwc-usage-table tbody td:first-child {
    color: #fff;
    font-family: var(--zf-secondary-medium);
    white-space: nowrap;
    width: 200px
}

.zwc-usage-table tbody td:nth-child(2) {
    font-family: var(--secondaryfont-semibold);
    width: 100px;
    color: #ff8c00
}

.zwc-usage-table tbody td:nth-child(3) {
    color: var(--text-primary);
    font-size: 16px;
    line-height: 1.5
}

.zwc-example {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px
}

.zwc-example1,.zwc-example2 {
    background: #171717;
    border: 1px solid #272727;
    border-radius: 10px;
    padding: 40px 30px;
    text-align: left
}

.zwc-gry-clr {
    color: var(--text-primary);
    font-size: 15px;
    font-family: var(--secondaryfont-semibold);
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid var(--text-secondary)
}

.zwc-example1 p:nth-child(2),.zwc-example2 p:nth-child(2) {
    color: var(--text-primary);
    font-size: 15px;
    margin-bottom: 10px
}

.zw-template-inner p.zwc-cmnd-p {
    font-size: 15px;
    margin-bottom: 15px;
    font-family: var(--secondaryfont-semibold);
    letter-spacing: 1.8px;
    color: #ff8c00
}

.zwc-example1 p:nth-child(4),.zwc-example2 p:nth-child(4) {
    background: linear-gradient(90deg,var(--green-accent),var(--green-start));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: var(--secondaryfont-semibold)
}

.pricing-faq {
    padding: 80px 0;
    margin-bottom: 0
}

.pricing-faq h2 {
    text-align: center;
    margin-bottom: 50px
}

.pricing-faq ul {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: var(--content-max-width);
    margin: 0 auto
}

.pricing-faq li {
    border-bottom: 1px solid var(--bg-card-border)
}

.pricing-faq ul li h3 {
    color: #b0b0b0;
    margin: 30px 0;
    padding-right: 60px
}

.pricing-faq p {
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 0 30px;
    padding-right: 60px
}

.zwc-example1 p:last-child,.zwc-example2 p:last-child {
    color: var(--text-muted);
    font-size: 15px;
    margin: 10px 0 0
}

.zwc-example2 ul {
    margin-top: 10px;
    list-style: disc;
    padding-left: 20px;
    color: var(--text-secondary);
    font-size: 15px
}

.zwc-example2 ul li {
    margin: 10px 0 0
}

.pricing-faq h2:after {
    display: none
}

.zbanner-sec p.zwc-bold-grd {
    font-size: 32px;
    color: #ff8c00;
    background: linear-gradient(90deg,#ff8c00 0,#ff5151 57.69%,#c524ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.pricing-faq h3 .arrow {
    position: absolute;
    right: 0;
    left: auto;
    top: 2px;
    transition: all 500ms ease;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 100%
}

.pricing-faq li.zactive h3 .arrow {
    transform: unset;
    transform-origin: center;
    top: 3px
}

.pricing-faq h3 .arrow::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 4px;
    border: 0;
    background: #fff;
    width: 11px;
    height: 2px
}

.pricing-faq h3 .arrow::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 4px;
    border: 0;
    background: #fff;
    width: 11px;
    height: 2px;
    transform: rotate(90deg)
}

.pricing-faq li.zactive h3 .arrow::after {
    display: none
}

.pricing-faq ul li {
    margin-bottom: 0
}

.pricing-faq li.zactive h3,.pricing-faq li.zactive p {
    color: #fff
}

.pricing-faq li.zactive {
    border-bottom: 1px solid #fff
}

.zw-template-inner .pricing-faq .content-wrap {
    max-width: 960px
}

.zbottom-cta h2 {
    max-width: 900px;
    margin: 0 auto 25px
}

.zbottom-cta {
    padding: 80px 0 0
}

.zbottom-cta .zcta-btn a:last-child {
    border: 0
}

.zbottom-cta h4 {
    margin: 30px 0 0;
    background: linear-gradient(90deg,#ff8c00 0,#ff5151 57.69%,#c524ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.zservices-sec {
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.zservices-sec:before {
    content: "";
    display: grid;
    content: "";
    display: grid;
    width: 150px;
    height: 100%;
    background: linear-gradient(90deg, #000000 40%, transparent);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.zservices-sec:after {
    content: "";
    display: grid;
    content: "";
    display: grid;
    width: 150px;
    height: 100%;
    background: linear-gradient(270deg,#000 40%,transparent);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.zservices-slick {
    display: flex;
    gap: 80px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    animation: scroll-section 80s linear infinite alternate both;
    animation-direction: normal;
    background: rgba(255, 255, 255, 0.03);
    padding: 20px 0;
}

@keyframes scroll-section {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-5500px);
        transform: translateX(-5500px)
    }
}

.zservices-slick li {
    width: max-content;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.zh-zohoapps-list {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: var(--product-icons) no-repeat;
    background-size: 800px auto;
    margin: 0 auto 10px;
    transform: scale(0.7)
}

.zservices-slick li>span:last-child {
    font-size: 14px
}

.zh-app-crm.zh-zohoapps-list {
    background-position: var(--zp-crm-bp)
}

.zh-app-desk.zh-zohoapps-list {
    background-position: var(--zp-desk-bp)
}

.zh-app-payroll.zh-zohoapps-list {
    background-position: var(--zp-payroll-bp)
}

.zh-app-creator.zh-zohoapps-list {
    background-position: var(--zp-creator-bp)
}

.zh-app-cliq.zh-zohoapps-list {
    background-position: var(--zp-cliq-bp)
}

.zh-app-invoice.zh-zohoapps-list {
    background-position: var(--zp-invoice-bp)
}

.zh-app-expense.zh-zohoapps-list {
    background-position: var(--zp-expense-bp)
}

.zh-app-projects.zh-zohoapps-list {
    background-position: var(--zp-projects-bp)
}

.zh-app-workdrive.zh-zohoapps-list {
    background-position: var(--zp-workdrive-bp)
}

.zh-app-inventory.zh-zohoapps-list {
    background-position: var(--zp-inventory-bp)
}

.zh-app-books.zh-zohoapps-list {
    background-position: var(--zp-inventory-bp)
}

.zh-app-billing.zh-zohoapps-list {
    background-position: var(--zp-billing-bp)
}

.zh-app-mail.zh-zohoapps-list {
    background-position: var(--zp-mail-bp)
}

.zh-app-calendar.zh-zohoapps-list {
    background-position: var(--zp-calendar-bp)
}

.zh-app-bigin.zh-zohoapps-list {
    background-position: var(--zp-bigin-bp)
}

.zh-app-commerce.zh-zohoapps-list {
    background-position: var(--zp-commerce-bp)
}

.zh-apps-list {
    display: block;
    width: 40px;
 min-height: 45px;
    margin: 0 auto 10px;
    transform: scale(0.7)
}
.zwc-simple-inner {
    border-radius: 10px;
    border: 1px solid #1E1E1E;
    background: rgba(255, 255, 255, 0.05);
    padding: 80px 60px;
    box-sizing: border-box;
}
.zwc-simple-sec {
    padding-top: 120px;
}
.zplus-top,.zplus-bottom {
    transform: rotate(90deg) scale(0);
}
.animated .zplus-top, .animated .zplus-bottom {
    transition: 0.8s ease-in  transform;
    transform: rotate(0deg) scale(1);
    transform-origin: center;
}
.animated .zplus-bottom {
    transition-delay: 0.6s;
}
.zwc-simple-inner p {
    margin: 0 auto;
    max-width: 880px;
}

.zwc-simple-inner h2 {
    background: linear-gradient(90deg, #FF8C00 0%, #FF5151 57.69%, #C524FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zprice, .zbanner-sec h2,.zbanner-sec p {
    z-index: 1;
    position: relative;
}

.zw-template-inner .zbanner-sec .content-wrap{
    max-width: 1400px;
}


        .icon {
            width: 24px;
            height: 24px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .arrow {
            color: #666666;
            font-size: 20px;
        }

        .quote-text {
            font-size: 20px;
            color: #ffffff;
        }

        .api-cost {
            margin-top: 25px;
            padding-top: 25px;
            border-top: 1px solid #2a2a2a;
            font-size: 15px;
            color: #888888;
        }

        .api-cost-highlight {
            color: #ff8c00;
        }

        .simple-flow {
            display: flex;
            align-items: center;
        gap: 15px;
    margin: 0px 0 30px;
    flex-wrap: wrap;
        }
.zwc-example2 .simple-flow {
    gap: 5px;
}
        .simple-box {
            background-color: #1a1a1a;
            border: 1px solid #333333;
       border-radius: 8px;
    padding: 8px 10px;
    font-size: 13px;
        }

        .simple-box.highlight {
            background-color: #2a0f0f;
            border: 1px solid #5a2a2a;
            color: #ff6b6b;
        }

        .simple-box.success {
            background-color: #0f2a0f;
            border: 1px solid #2a5a2a;
            color: #4ade80;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .check-icon {
            width: 16px;
            height: 16px;
            border: 1px solid #4ade80;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
        }

        .consumes-label {
            color: #888888;
            font-size: 14px;
            margin-top: 25px;
            margin-bottom: 10px;
            display: block;
        }

        .description-text {
            color: #aaaaaa;
            font-size: 16px;
            line-height: 1.5;
        }


.example-box {
    background: #000;
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid #272727;
}
@media screen and (max-width: 991px) {
    .zwc-usage-table {
        overflow:auto
    }
.zprice h1 {
    font-size: 120px;
}
    .zwc-usage-table table {
        width: 990px
    }

    .zwc-zeromeans-sec,.zwc-usage-sec,.pricing-faq,.zwc-simple-sec {
        padding: 60px 0
    }

    .zbottom-cta {
        padding: 60px 0 0
    }

    .zw-template-inner {
        padding-bottom: 120px
    }

    .zw-template-inner h2 {
        font-size: 36px
    }

    .zbanner-sec {
        padding: 130px 0 40px
    }

    .zbanner-sec p.zwc-bold-grd {
        font-size: 26px
    }
}

@media(max-width: 767px) {
    .zw-template-inner .zprice h1 {
        font-size:100px
    }

    .zwc-zeromeans-inner {
        grid-template-columns: 1fr
    }

    .zwc-example {
        grid-template-columns: 1fr
    }

    .zw-template-inner h2 {
        font-size: 28px
    }

    .zwc-usage-table tbody td:first-child {
        width: auto
    }

    .zwc-zeromeans-sec,.zwc-usage-sec,.pricing-faq,.zwc-simple-sec {
        padding: 40px 0
    }

    .zbottom-cta {
        padding: 40px 0 0
    }

    .zw-template-inner {
        padding-bottom: 80px
    }

    .zbanner-sec {
        padding: 130px 0 30px
    }

    .pricing-faq ul li,.pricing-faq ul li:nth-child(2n+2) {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        border-bottom: 1px solid var(--bg-card-border)
    }
}
