/*  ==========  INFO  ==========  */
    /* laptop: 1200px */
    /* tablet: 960px */
    /* large-mobile: 640px */
    /* mobile: 480px */
    /* mini-mobile: 320px */
/*  ==========  END INFO  ==========  */






/*  ==========  INDEX STYLES  ==========  */
.background-halftone-dots{
    width: 100%;
    height: 500px;
    background: url('/assets/halftone-dots.png');
    background-size: 60%;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: -1;
    pointer-events: none;
}
#intro .intro-inner{
    display: flex;
    justify-content: center;
}
#intro .text-block{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 672px;
}
#intro .text-block .title{
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}
#intro .text-block .description{
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
}
#intro .text-block .buttons-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
/*  ==========  END INDEX STYLES  ==========  */






/*  ==========  INDEX STYLES  ==========  */
#example .example-inner{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
#example .sigment-picker{
    display: flex;
    flex-wrap: wrap;
    gap:  4px;
    padding: 4px;
    box-sizing: border-box;
    background-color: var(--color-background);
    border-radius: 12px;
}
#example .sigment-picker .option{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
    color: var(--color-text-secondary);
    transition: .5s all;
}
#example .sigment-picker .option.active{
    background-color: #fff;
    color: var(--color-text-title);
}
#example .sigment-wrap{
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 12px;
    border: 2px solid var(--color-border);
    background-color: var(--color-background);
}
#example .sigment-wrap img{
    width: 100%;
    border-radius: 8px;
    max-height: 690px;
    object-fit: cover;
}
#example .sigment-wrap .sigment-slide{
    display: none;
    transition: .5s all;
}
#example .sigment-wrap .sigment-slide.active{
    display: block;
}
/*  ==========  END INDEX STYLES  ==========  */






/*  ==========  VOICE DEMOS STYLES  ==========  */
#voice-demos .voice-demos-inner{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
#voice-demos .item{
    min-height: 87px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 12px 24px;
    box-sizing: border-box;
    background-color: var(--color-background);
    border-radius: 22px;
}
#voice-demos .item .button{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
#voice-demos .item .text{
    font-size: 18px;
    color: var(--color-text-title);
}
#voice-demos .item .text .time{
    font-size: 16px;
    color: var(--color-text-secondary);
}
@media screen and (max-width: 960px){
    #voice-demos .voice-demos-inner{
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}
@media screen and (max-width: 640px){
    #voice-demos .voice-demos-inner{
        grid-template-columns: 1fr;
    }
}
/*  ==========  END VOICE DEMOS STYLES  ==========  */





/*  ==========  ABOUT SECTION  ==========  */
#how-to-start .how-to-start-inner{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
#how-to-start .item{
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom right, rgb(255, 255, 255), rgba(241, 245, 249, .9));
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--color-border);
}
#how-to-start .item:last-child{
    grid-column: 3/4;
    grid-row: 1/3;
}
#how-to-start .typography{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 40px;
    box-sizing: border-box;
}
#how-to-start .typography .title{
    display: flex;
    gap: 12px;
    font-size: 20px;
    font-weight: 600;
}
#how-to-start .typography .title span{
    color: var(--color-text-secondary);
}
#how-to-start .typography .sub-title{
    color: var(--color-text-secondary);
}
#how-to-start .item .image{
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    padding: 40px;
    padding-top: 0;
    box-sizing: border-box;
}
#how-to-start .item:last-child .image{
    height: 100%;
    padding: 0;
    padding-left: 40px;
}
#how-to-start .item:last-child .image .wrap{
    height: inherit;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 12px 0 0 0;
    border-top: 1px solid var(--color-border);
    border-left: 1px solid var(--color-border);
}
#how-to-start .item:last-child .image img{
    height: 100%;
    object-fit: cover;
    object-position: left center;
}
#how-to-start .item .button{
    height: 40px;
}
#how-to-start .item .image .text{
    font-size: 12px;
}
#how-to-start .item .files-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
#how-to-start .item .files-wrap .file{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1px solid var(--color-border);
    background-color: #fff;
}
#how-to-start .item .files-wrap .file .icon{
    width: 20px;
    height: 20px;
    background-image: url('/assets/excel-icon.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#how-to-start .item .functions-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
#how-to-start .item .functions-wrap .function:first-child{
    grid-column: 1/3;
}
#how-to-start .item .functions-wrap .function{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px 12px;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid var(--color-border);
}
#how-to-start .item .functions-wrap .function .top{
    display: flex;
    gap: 7px;
    font-size: 14px;
    font-weight: 500;
}
#how-to-start .item .caller-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
    background-color: var(--color-background);
    border: 1px solid var(--color-border);
    border-radius: 12px;
}
#how-to-start .item .caller-wrap .card{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
#how-to-start .item .caller-wrap .card .avatar{
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 55px;
    border: 1px solid var(--color-border);
}
#how-to-start .item .caller-wrap .card .avatar img{
    border-radius: 55px;
}
@media screen and (max-width: 960px){
    #how-to-start .how-to-start-inner{
        grid-template-columns: 1fr 1fr;
    }
    #how-to-start .item:last-child{
        grid-column: 1/3;
        grid-row: unset;
    }
}
@media screen and (max-width: 640px){
    #how-to-start .typography{
        padding: 20px;
    }
    #how-to-start .typography .title{
        font-size: 16px;
    }
    #how-to-start .typography .sub-title{
        font-size: 14px;
    }
    #how-to-start .item .image{
        padding: 20px;
        padding-top: 0;
    }
    #how-to-start .item .image img{
        width: 45px;
        height: 45px;
    }
    #how-to-start .item:last-child .image img{
        width: 100%;
        object-fit: contain;
    }
}
@media screen and (max-width: 480px){
    #how-to-start .how-to-start-inner{
        display: flex;
        flex-direction: column;
    }
    #how-to-start .typography{
        padding: 32px;
    }
    #how-to-start .item .image{
        padding: 32px;
        padding-top: 0;
    }
}
/*  ==========  END ABOUT SECTION  ==========  */






/*  ==========  LEED PROCESSING STYLES  ==========  */
#lead-processing .lead-processing-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
#lead-processing .table-hero{
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    border: 1px solid var(--color-border);
}
#lead-processing .table-hero .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--color-border);
}
#lead-processing .table-hero .item:last-child{
    border: none;
}

#lead-processing .table-hero .card{
    width: 140px;
    display: flex;
    align-items: center;
    gap: 10px;
}
#lead-processing .table-hero .avatar{
    width: 40px;
    height: 40px;
    padding: 3px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid var(--color-border);
}
#lead-processing .table-hero .name{
    font-size: 12px;
    font-weight: 500;
}
#lead-processing .table-hero .status-wrap{
    display: flex;
    justify-content: center;
    width: 85px;
}
#lead-processing .table-hero .status{
    font-size: 12px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 36px;
    border: 1px solid var(--color-border);
}
#lead-processing .table-hero .status.new{
    color:#0EA5E9;
    border-color: #0EA5E9;
}
#lead-processing .table-hero .status.avialable{
    color:#14B8A6;
    border-color: #14B8A6;
}
@property --percentage {
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
}
#lead-processing .table-hero [role="progressbar"] {
    --percentage: var(--value);
    --size: 35px;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
}
#lead-processing .table-hero [role="progressbar"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(var(--color-accent) calc(var(--percentage) * 1%), var(--color-background) 0);
    mask: radial-gradient(white 55%, transparent 0);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(#0000 55%, #000 0);
    -webkit-mask-mode: alpha;
}
#lead-processing .table-hero [role="progressbar"]::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 4);
}
#lead-processing .table-hero .status-text{
    font-size: 12px;
    font-weight: 500;
}
#lead-processing .table-hero .button-square{
    width: 33px;
    height: 33px;
    border-radius: 50%;
}
@media screen and (max-width: 960px){
    #lead-processing .lead-processing-inner{
        display: flex;
        flex-direction: column-reverse;
        gap: 0;
    }
}
@media screen and (max-width: 480px){
    #lead-processing .table-hero .item{
        padding: 6px 12px;
    }
    #lead-processing .table-hero .card{
        width: 120px;
    }
    #lead-processing .table-hero .status-wrap{
        display: none;
    }
}
/*  ==========  END LEED PROCESSING STYLES  ==========  */






/*  ==========  FAST START STYLES  ==========  */
#fast-start{
    background-color: var(--color-background);
}
#fast-start .heading-group .title,
#fast-start .heading-group .sub-title,
#fast-start .heading-group .description{
    text-align: center;
}
#fast-start .heading-group .button-wrap{
    justify-content: center;
}
#fast-start .fast-start-inner{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
#fast-start .item{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 20px;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1px solid var(--color-border);
    background-color: #fff;
}
#fast-start .item .title{
    font-size: 14px;
    font-weight: 500;
}
#fast-start .item .sub-title{
    font-size: 12px;
    color: var(--color-text-secondary);
}
@media screen and (max-width: 960px){
    #fast-start .fast-start-inner{
        height: 350px;
        overflow: hidden;
        position: relative;
    }
    #fast-start .fast-start-inner::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40%;
        background: linear-gradient(to top, var(--color-background), transparent);
    }
}
@media screen and (max-width: 640px){
    #fast-start .fast-start-inner{
        height: 660px;
    }
    #fast-start .item{
        width: calc((100% - 10px) / 2);
        padding: 8px 12px;
    }
    #fast-start .item .title{
        font-size: 12px;
    }
}
/*  ==========  END FAST START STYLES  ==========  */






/*  ==========  FEATURES STYLES  ==========  */
#features .features-inner{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
    justify-content: space-between;
}
#features .item{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#features .item .icon svg{
    width: 64px;
    height: 64px;
}
#features .item .icon svg path{
    stroke: var(--color-accent);
}
#features .item .title{
    font-size: 20px;
    font-weight: 600;
}
#features .item .description{
    color: var(--color-text-secondary);
    line-height: 1.5;
}
@media screen and (max-width: 960px){
    #features .features-inner{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 640px){
    #features .features-inner{
        gap: 45px;
    }
    #features .item .icon svg{
        width: 48px;
        height: 48px;
    }
    #features .item .title{
        font-size: 16px;
    }
    #features .item .description{
        font-size: 14px;
    }
}
/*  ==========  END FEATURES STYLES  ==========  */






/*  ==========  SUPPORT STYLES  ==========  */
#support{
    background-color: var(--color-background);
}
#support .support-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
}
#support .chat-hero{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
#support .chat-hero .chat-body{
    width: 450px;
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 20px 25px -5px rgba(203 213 225 / 30%);
}
#support .chat-hero .people{
    display: flex;
    justify-content: space-between;
    padding: 40px 50px;
    box-sizing: border-box;
}
#support .chat-hero .people .card{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
#support .chat-hero .people .avatar{
    width: 70px;
    height: 70px;
    padding: 6px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid var(--color-border);
}
#support .chat-hero .people .avatar img{
    width: 100%;
    height: 100%;
}
#support .chat-hero .people .name{
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
#support .chat-hero .messages{
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 40px 50px;
    box-sizing: border-box;
    border-top: 1px solid var(--color-border);
}
#support .chat-hero .messages .message{
    padding: 15px 22px;
    box-sizing: border-box;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 3px 5px rgba(95 125 149 / 11%);
}
#support .chat-hero .messages .message.me{
    align-self: flex-end;
    color: #fff;
    background-color: var(--color-accent);
}
#support .chat-hero .messages .message.him{
    align-self: flex-start;
    background-color: var(--color-background);
}
#support .chat-hero .hint{
    display: flex;
    align-items: center;
    gap: 10px;
}
#support .chat-hero .hint::before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #30BD4B;
}
@media screen and (max-width: 960px){
    #support .support-inner{
        display: flex;
        flex-direction: column;
    }
    #support .chat-hero .messages{
        display: none;
    }
}
@media screen and (max-width: 480px){
    #support .chat-hero{
        width: 100%;
    }
    #support .chat-hero .chat-body{
        width: 100%;
    }
    #support .chat-hero .people{
        padding: 20px 30px;
    }
}
/*  ==========  END SUPPORT STYLES  ==========  */






/*  ==========  BLOG NEWS STYLES  ==========  */
#blog-news .heading-group .title,
#blog-news .heading-group .sub-title{
    text-align: center;
}
#blog-news .blog-news-inner{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
#blog-news .card{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1px solid var(--color-border);
}
#blog-news .card .image img{
    border-radius: 8px;
}
#blog-news .card .content{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#blog-news .card .content .links{
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
#blog-news .card .content .links .badge{
    padding: 4px 8px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid var(--color-accent);
    color: var(--color-accent);
    font-size: 12px;
    font-weight: 500;
}
#blog-news .card .content .links .views{
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    color: var(--color-text-secondary);
}
#blog-news .card .content .title-wrap{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#blog-news .card .content .title{
    width: 100%;
    min-height: 47px;
    max-height: 70px;
    font-size: 20px;
    font-weight: 500;

    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}
#blog-news .card .content .description{
    width: 100%;
    max-height: 52px;
    font-size: 14px;
    color: var(--color-text-secondary);

    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}
.open-all-wrap{
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 960px){
    #blog-news .blog-news-inner{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 960px){
    #blog-news .blog-news-inner{
        grid-template-columns: repeat(1, 1fr);
    }
}
/*  ==========  END BLOG NEWS STYLES  ==========  */






/*  ==========  FAQ STYLES  ==========  */
#faq .faq-inner{
    display: flex;
    gap: 40px;
    user-select: none;
}
#faq .faq-body{
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    overflow: hidden;
}
#faq .faq-body .item{
    display: flex;
    flex-direction: column;
    padding: 24px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--color-border);
    cursor: pointer;
    transition: .4s all;
}
#faq .faq-body .item .top{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 20px;
    font-weight: 600;
}
#faq .faq-body .item .top .icon{
    display: flex;
    align-items: center;
    transition: .4s all;
}
#faq .faq-body .item .content{
    overflow: hidden;
    height: 0;
    transition: .4s all;
}
#faq .faq-body .item.opened .content{
    padding-top: 24px;
    height: auto;
}
#faq .faq-body .item.opened .top .icon{
    transform: rotate(180deg);
}
@media screen and (max-width: 960px){
    #faq .faq-inner{
        flex-direction: column;
        gap: 0;
    }
}
/*  ==========  END FAQ STYLES  ==========  */






/*  ==========  HAVE QUESTION STYLES  ==========  */
#have-question .have-question-inner{
    padding: 80px;
    box-sizing: border-box;
    background-color: var(--color-background);
    border-radius: 22px;
}
#have-question .heading-group .sub-title,
#have-question .heading-group .description{
    text-align: center;
}
#have-question .heading-group .button-wrap{
    justify-content: center;
    margin-top: 40px;
}
@media screen and (max-width: 480px){
    #have-question .have-question-inner{
        padding: 40px;
    }
    #have-question .heading-group .button-wrap{
        margin-top: 20px;
    }
}
/*  ==========  END HAVE QUESTION STYLES  ==========  */






/*  ==========  INDEX STYLES  ==========  */
/*  ==========  END INDEX STYLES  ==========  */