/* main section */

@media (min-width: 1700px) {
    .crm > .container {
        /* width: min(1600px, calc(100% - 40px));*/
        width: calc((100vw - 176px) * 0.61728395);
    }
}

.crm {
    padding-bottom: 10rem;
}

.hero__badge--variant {
    margin-bottom: 1.25rem;
}

.crm__wrapper {
    display: flex;
    column-gap: 30px;
}

.crm__title {
    font-size: clamp(2rem, 3.8vw, 3.125rem);
    letter-spacing: -0.035em;
    margin-bottom: clamp(14px, 2vh, 20px);
    line-height: 1.08;
}

/*.crm__title span {
    background: #021efb;
    background: linear-gradient(90deg, #021efb, #834cf7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0b2349
}*/

.crm__label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1.25rem;
    border: 1px solid #021EFB;
    font-size: .9375rem;
    padding: .3125rem .625rem;
    border-radius: .75rem
}

.crm__label svg {
    width: 1.5rem;
    height: 1.5rem
}

.crm__desc {
    font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
    line-height: 1.6;
    color: #475569;
    margin-bottom: clamp(12px, 1.8vh, 16px);
}

.crm__advantages {
    display: grid;
    grid-template-columns:repeat(4, minmax(0, 9rem)); /*7.25rem*/
    margin-bottom: clamp(18px, 2.5vh, 24px);
    gap: .7rem
}

.crm__advantages-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .625rem
}

.crm__advantages-icon {
    width: 4.625rem;
    height: 4.625rem;
    padding: .625rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .75rem;
    box-shadow: var(--shadow-sm);
    border: 1px solid transparent;
    background: var(--gradient-card) padding-box, var(--gradient-border) border-box;
}

.crm__advantages-icon img {
    width: 3rem;
    height: 3rem
}

.crm__advantages-content {
    text-align: center
}

.crm__advantages-title {
    font-size: clamp(0.875rem, 1.15vw, 0.9375rem);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
    margin-bottom: .3125rem;
    color: var(--color-black)
}

.crm__advantages-text {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.72;
    color: gray
}

.crm__list-item {
    max-width: 540px;
    display: flex;
    align-items: center;
    column-gap: 14px;
    line-height: 1.2;
}

.integration {
    margin-bottom: 120px;
}

.crm__list-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    box-shadow: var(--shadow-cta);
    color: #fff;
    background: var(--gradient-cta);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crm__list-item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #47556938;
}

.crm__list {
    margin: 40px 0;
}

.crm__button {
    border-radius: .875rem;
    background: #021efb;
    background: linear-gradient(90deg, #021efb, #834cf7);
    font-size: 1.5rem;
    color: #fff;
    padding: .875rem 1.25rem
}

.crm__wrapper--center {
    align-items: center;
}

.crm__right {
    width: 50%;
    flex-shrink: 0;
    /*  display: flex;
      align-items: center*/
}

.crm__right--width {
    width: 60%;
}

/*crm view*/
.app-crm {
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
}

.app-crm__logo {
    font-size: 20px;
    letter-spacing: -0.045em;
    font-weight: 800;
}

.app-crm__avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.12), 0 4px 12px rgba(99, 102, 241, 0.18);
    overflow: hidden;
}

.app-crm__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-crm__left {
    padding: 20px 10px;
    flex-shrink: 0;
    /* background: #e3e4ff;*/
    background: linear-gradient(145deg, #FFFFFF 0%, #F5F7FF 55%, #F0FDF9 100%);
}

.app-crm__menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.app-crm__menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background-color: #ffffff;;
    color: #6070dc;
}

.app-crm__logo {
    font-weight: 400;
    margin-bottom: 20px;
}

.app-crm__menu-item.active {
    background: var(--gradient-icon-1);
    color: white;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.32);
}

.app-crm__panel {
    background: #fff;
    padding: 15px 0 15px 15px;
}

.app-crm__panel, .app-crm__module {
    flex-grow: 1;
}

.app-crm__profile {
    border: 1px solid rgba(211, 218, 233, 0.78);
    padding: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 7px;
}

.app-crm__info {
    font-size: 12px;
    line-height: 1.2;
}

.app-crm__post, .app-crm__company {
    font-size: 11px;
    color: var(--color-text-muted);
}

.app-crm__contacts {
    border: 1px solid rgba(211, 218, 233, 0.78);
    padding: 10px;
    border-radius: 12px;
    list-style: none;
}

.app-crm__contacts-item {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 12px;
}

.app-crm__contacts-icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-muted);
}

.app-crm__button {
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 20px;
    gap: 4px;
    margin-block: 7px;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(90deg, #6070dc, #727be6);
    font-size: 10px;
    font-weight: 600;
}

.app-crm__workspace {
    border-radius: 12px;
    border: 1px solid rgba(211, 218, 233, 0.78);
    padding: 10px;
}

.app-crm__title {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 7px;
}

.app-crm__workspace-textarea {
    border-radius: 10px;
    padding: 10px;
    font-size: 11px;
    height: 80px;
    margin-bottom: 7px;
    color: #637087;
    border: 1px solid rgba(214, 222, 234, 0.62);
    background: rgba(255, 255, 255, 0.46);
    box-shadow: 0 4px 10px rgba(44, 64, 102, 0.035);
}

.app-crm__workspace-buttons {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.app-crm__workspace-button {
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 10px;
    gap: 4px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 500;
    color: #6170d7;
    background: #eef1ff;
}

.app-crm__workspace-file {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 12px;
    border: 1px dashed darkgrey;
    height: 100px;
    font-size: 12px;
}

.app-crm__workspace-fileText {
    max-width: 200px;
    text-align: center;
}

.app-crm__module {
    border-radius: 12px;
    margin: 15px;
    padding: 10px;
    border: 1px solid rgba(214, 222, 234, 0.62);
    background: rgba(255, 255, 255, 0.46);
    box-shadow: 0 4px 10px rgba(44, 64, 102, 0.035);
}

.app-crm__pdf {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: linear-gradient(120deg, rgba(231, 250, 243, 0.92), rgba(218, 247, 239, 0.72));
    padding: 6px;
    border: 1px solid rgba(119, 215, 185, 0.34);
    border-radius: 7px;
}

.app-crm__pdf:not(:last-child) {
    margin-bottom: 7px;
}

.app-crm__pdf-icon {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.app-crm__pdf-text {
    font-size: 11px;
    margin-right: auto;
}

.app-crm__wrapper {
    margin-bottom: 12px;
}

.app-crm__socials {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}

.app-crm__socials-item {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 7px;
    border: 1px solid rgba(214, 222, 234, 0.62);
    background: rgba(255, 255, 255, 0.46);
    box-shadow: 0 4px 10px rgba(44, 64, 102, 0.035);
    border-radius: 7px;
}

.app-crm__socials-text {
    font-size: 12px;
    font-weight: 500;
}

.app-crm__socials-button {
    color: #6170d7;
    background: #eef1ff;
    position: relative;
    overflow: hidden;
    font-size: 12px;
    margin-left: auto;
    border-radius: 7px;
    padding: 3px 7px;
}

.app-crm__socials-button.active {
    background: var(--gradient-cta);
    color: white;
    box-shadow: var(--shadow-cta);
}

/*AI analysis*/

.analysis {
    padding-bottom: 100px;
    overflow: hidden;
}

.analysis .crm__desc {
    margin-bottom: 40px;
    color: black;
}

.analysis__tabs {
    display: flex;
    gap: 20px;
}

.analysis__body {
    display: grid;
    -webkit-box-flex: 1;
    min-width: 0;
    flex: 1 1 0;
}

.analysis__buttons {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    max-width: 320px;
    width: 100%;
    flex-shrink: 0;
}

.analysis__button {
    font-size: clamp(1.125rem, 1.2vw, 1.25rem);
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 10px;
    overflow: hidden;
    text-align: left;
    border: 1px solid rgba(222, 227, 236, 0.92);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 5px 14px rgba(36, 51, 82, 0.04);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.analysis__button:hover,
.analysis__button.is-active {
    z-index: 1;
    border-color: rgba(80, 197, 181, 0.56);
    background: radial-gradient(circle at 92% 10%, rgba(62, 207, 176, 0.1), transparent 34%), rgba(250, 252, 255, 0.92);
    box-shadow: 0 8px 20px rgba(52, 74, 108, 0.08);
}

.analysis__button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--violet), var(--mint));
    transition: width .4s ease;
}

.analysis__button.is-active::before {
    width: 100%;
}

.analysis__button-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    flex-shrink: 0;
    background: var(--gradient-brand);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.analysis__button-icon svg {
    width: 64%;
    height: 64%;
}

.analysis__content {
    min-width: 0;
    display: flex;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(76, 195, 180, 0.52);
    box-shadow: 0 18px 48px rgba(41, 60, 92, 0.11);
    opacity: 0;
    pointer-events: none;
    transform: translateX(16px);
    grid-area: 1 / 1;
    padding: 25px;
    border-radius: 10px;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.analysis__content.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0px);
}

.analysis__content-img {
    border-radius: 25px;
    object-fit: contain;
    width: 70%;
    margin-left: 30px;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: start;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    opacity: 0;
    transform: translateX(20px) scale(0.97);
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.06s, opacity 0.45s 0.06s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.06s;
}

.analysis__content.is-active .analysis__content-img {
    opacity: 1;
    transform: translateX(0px) scale(1);
}

.analysis__content-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    color: #475569;
    font-size: clamp(.9rem, 1.2vw, 1.125rem);
}

.analysis__content-text h3 {
    font-size: clamp(1.125rem, 1.2vw, 2rem);
    line-height: 1.6;
    color: #142033;
    width: 100%;
    margin-bottom: clamp(12px, 1.8vh, 16px);
}

.analysis__content-btn {
    margin-top: auto;
}

.analysis__content-text .trial-button {
    margin-top: 20px;
}

.analysis__content-text ul {
    padding-left: 25px;
    margin-bottom: 10px;
    color: #263248;
    list-style: none;
}

.analysis__content-text li {
    position: relative;
    padding-left: 22px;
}

.analysis__content-text li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #58c3d4;
    box-shadow: 0 0 0 6px rgba(88, 195, 212, 0.1);
}

.analysis__content-text li:not(:last-child) {
    margin-bottom: 7px;
}

.analysis__content-text p {
    margin-bottom: 10px;
}

.analysis__content-illustration {
    width: 50%;
    margin-left: 30px;
    flex-shrink: 0;
}

.analysis__label {
    display: flex;
    justify-content: space-between;
    border-radius: var(--radius-lg);
    overflow: hidden;
    width: 100%;
    box-shadow: var(--shadow-md);
    border: 1px solid transparent;
    background: var(--gradient-card) padding-box, var(--gradient-brand) border-box;
    padding: 20px 16px 12px 20px;
    position: relative;
    gap: 20px;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity .2s ease, transform .4s ease;
}

.analysis__label:nth-child(1) {
    border-color: rgba(197, 34, 34, 1);
    background: linear-gradient(310deg, rgba(197, 34, 34, 0.08) 0%, rgba(185, 16, 16, 0.2) 50%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0 12px 30px rgba(34, 197, 94, 0.05);
}

.analysis__label:nth-child(2) {
    border-color: rgba(245, 158, 11, 1);
    background: linear-gradient(310deg, rgba(245, 158, 11, 0.10) 0%, rgba(251, 191, 36, 0.2) 45%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0 12px 30px rgba(245, 158, 11, 0.05);
}

.analysis__label:nth-child(3) {
    border-color: rgba(34, 197, 94, 1);
    background: linear-gradient(310deg, rgba(34, 197, 94, 0.08) 0%, rgba(16, 185, 129, 0.2) 50%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0 12px 30px rgba(34, 197, 94, 0.05);
}

.analysis__label:nth-child(4) {
    border-color: rgba(60, 114, 251, 1);
    background: linear-gradient(310deg, rgba(60, 114, 251, 0.08) 0%, rgba(16, 30, 185, 0.2) 50%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0 12px 30px rgba(34, 197, 94, 0.05);
}

.analysis__content.is-active .analysis__label {
    opacity: 1;
    transform: translateX(0);
}

.analysis__label:nth-child(2) {
    transition-delay: 0.15s;
}

.analysis__label:nth-child(3) {
    transition-delay: 0.25s;
}

.analysis__label:nth-child(4) {
    transition-delay: 0.30s;
}

.analysis__labels {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.analysis__label-title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 7px;
    line-height: 1.1;
}

.analysis__label-count {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.1;
}

.analysis__label-text {
    color: #475569;
    font-size: 15px;
}

.analysis__label-right {
    font-weight: 700;
    text-align: center;
    padding-left: 20px;
    border-left: 1px solid rgba(71, 85, 105, 0.77);
    align-self: center;

}

.analysis__label-right span {
    display: block;
}

.conclusion {
    background: #fff;
    box-shadow: 0 18px 48px rgba(41, 60, 92, 0.11);
    border-radius: 20px;
    padding: 20px;
}

.conclusion__head {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 15px;
}

.conclusion__head-img {
    flex-shrink: 0;
}

.conclusion__head-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 3px;
}

.conclusion__head p {
    font-size: 13px;
    color: #475569;
    line-height: 1.1;
}

.conclusion__label {
    border: 1px solid rgba(34, 197, 94, 0.12);
    background: linear-gradient(
            310deg,
            rgba(34, 197, 94, 0.08) 0%,
            rgba(16, 185, 129, 0.03) 50%,
            rgba(255, 255, 255, 1) 100%
    );
    box-shadow: 0 12px 30px rgba(34, 197, 94, 0.05);
    color: #10974b;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 5px 10px;
    border-radius: 12px;
    margin-left: auto;
}

.conclusion__label--purple {
    border-color: rgba(99, 102, 241, 0.12);
    background: linear-gradient(
            310deg,
            rgba(99, 102, 241, 0.09) 0%,
            rgba(168, 85, 247, 0.04) 45%,
            rgba(255, 255, 255, 1) 100%
    );
    box-shadow: 0 12px 30px rgba(99, 102, 241, 0.05);
    color: #6f51fc;
}

.conclusion__label-title {
    font-size: 12px;
    line-height: 1.1;
}

.conclusion__label-text {
    font-size: 10px;
    color: #475569;
}

.conclusion__items {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.conclusion__item {
    padding: 15px;
    border-radius: 24px;
    border: 1px solid transparent;
    background: #FFFFFF;
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    column-gap: 10px;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity .2s ease, transform .4s ease;
}

.conclusion__item:nth-child(1) {
    border-color: rgba(34, 197, 94, 0.12);
    background: linear-gradient(
            310deg,
            rgba(34, 197, 94, 0.08) 0%,
            rgba(16, 185, 129, 0.03) 50%,
            rgba(255, 255, 255, 1) 100%
    );
    box-shadow: 0 12px 30px rgba(34, 197, 94, 0.05);
    color: #10974b;
}

.conclusion__item:nth-child(3) {
    border-color: rgba(245, 158, 11, 0.12);
    background: linear-gradient(
            310deg,
            rgba(245, 158, 11, 0.10) 0%,
            rgba(251, 191, 36, 0.04) 45%,
            rgba(255, 255, 255, 1) 100%
    );
    box-shadow: 0 12px 30px rgba(245, 158, 11, 0.05);
    color: #fba91c;
}

.conclusion__item:nth-child(2) {
    border-color: rgba(99, 102, 241, 0.12);
    background: linear-gradient(
            310deg,
            rgba(99, 102, 241, 0.09) 0%,
            rgba(168, 85, 247, 0.04) 45%,
            rgba(255, 255, 255, 1) 100%
    );
    box-shadow: 0 12px 30px rgba(99, 102, 241, 0.05);
    color: #6f51fc;
}

.conclusion__item:nth-child(4) {
    border-color: rgba(60, 114, 251, 0.12);
    background: linear-gradient(310deg, rgba(60, 114, 251, 0.08) 0%, rgba(16, 30, 185, 0.03) 50%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0 12px 30px rgba(34, 197, 94, 0.05);
    color: rgba(60, 114, 251, 1);
}

.analysis__content.is-active .conclusion__item {
    opacity: 1;
    transform: scale(1);
}

.conclusion__item:nth-child(2) {
    transition-delay: 0.15s;
}

.conclusion__item:nth-child(3) {
    transition-delay: 0.25s;
}

.conclusion__item:nth-child(4) {
    transition-delay: 0.30s;
}

.conclusion__item-icon {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .6);
}

.conclusion__item:nth-child(1) .conclusion__item-icon {
    background: rgba(34, 197, 94, 0.18);

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8),
    0 8px 20px rgba(34, 197, 94, .08);
}

.conclusion__item:nth-child(3) .conclusion__item-icon {
    background: rgba(245, 158, 11, 0.18);

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8),
    0 8px 20px rgba(245, 158, 11, .08);
}

.conclusion__item:nth-child(2) .conclusion__item-icon {
    background: rgba(99, 102, 241, 0.18);

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8),
    0 8px 20px rgba(99, 102, 241, .08);
}

.conclusion__item:nth-child(4) .conclusion__item-icon {
    background: rgba(60, 114, 251, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 8px 20px rgba(99, 102, 241, .08);
    color: rgb(60, 114, 251);
}

.conclusion__item-label {
    font-size: 18px;
    color: #000;
}

.conclusion__item-title {
    font-size: 24px;
    font-weight: 700;
}

.conclusion__item-text {
    font-size: 14px;
    color: #475569;
}

.conclusion__head-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background-color: #616bfc;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.conclusion__head-icon::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: -20px;
    right: -20px;
    background: rgba(255, 255, 255, .5);
    filter: blur(20px);
}

.transcript__head {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 14px;
    border: 1px solid rgba(210, 219, 234, 0.72);
    margin-bottom: 15px;
}

.transcript__head-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-color: #616bfc;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    margin-right: 20px;
}

.transcript__head-icon svg {
    position: relative;
    z-index: 1;
}

.transcript__head-icon:before {
    content: '';
    width: 150%;
    height: 150%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(97, 107, 252, 0.34);
    border-radius: 100%;
}

.transcript__head-time {
    color: #475569;
    margin-left: 20px;
    line-height: 1;
}

.waveform-container {
    flex-grow: 1;
    height: 50px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 0 20px;
    overflow: hidden;
}

.waveform-lines {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); /* Градиент для эффекта 'дыхания' */
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.waveform-lines div {
    position: absolute;
    bottom: 0;
    width: 3px;
    border-radius: 4px;
    transform-origin: bottom center;
    top: 50%;
    transform: translateY(-50%);
}


.line-purple {
    background-color: #8b5cf6;
    transition: background-color 0.3s ease-out;
}


.line-gray {
    background-color: #d1d5db;
    opacity: 0.5;
}


.cursor-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #4f46e5;
    z-index: 10;
}

.decoding__items {
    padding: 15px;
    border-radius: 14px;
    border: 1px solid rgba(210, 219, 234, 0.72);
    margin-bottom: 15px;
}

.decoding__items {
    display: flex;
    flex-direction: column;
}

.decoding__item {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.decoding__item:last-child {
    padding-bottom: 0;
}

.decoding__item-timing {
    color: var(--color-text-muted);
    font-size: 12px;
    margin-right: 15px;
    width: 34px;
    flex-shrink: 0;
}

.decoding__item-line {
    width: 1px;
    align-self: stretch;
    background-color: rgba(169, 169, 169, 0.28);
    margin-right: 15px;
    flex-shrink: 0;
    position: relative;
}

.decoding__item-line:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: rgb(106, 115, 250);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.decoding__item.decoding__item--client .decoding__item-line:before {
    background-color: rgb(46, 179, 101);
}

.decoding__item-name {
    display: flex;
    align-self: center;
}

.decoding__item-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(106, 115, 250);
    font-size: 14px;
    line-height: 1;
    margin-right: 10px;
}

.decoding__item.decoding__item--client .decoding__item-icon {
    background-color: rgb(46, 179, 101);
}

.decoding__item-wrapper {
    display: flex;
    align-items: center;
}

.decoding__item-name {
    font-size: 14px;
    color: rgb(106, 115, 250);
    width: 110px;
    margin-right: 10px;
    flex-shrink: 0;
}

.decoding__item.decoding__item--client .decoding__item-name {
    color: rgb(46, 179, 101);
}

.decoding__item-text {
    font-size: 12px;
    padding: 10px;
    border-radius: 14px;
    background-color: rgb(106, 115, 250, 0.18);
}

.decoding__item.decoding__item--client .decoding__item-text {
    background-color: rgba(46, 179, 101, 0.18);
}

.decoding__bottom {
    padding: 15px;
    border-radius: 14px;
    border: 1px solid rgba(210, 219, 234, 0.72);
}

.decoding__bottom-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.decoding__bottom-wrapper {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.decoding__bottom-wrapper:not(:last-child) {
    margin-bottom: 10px;
}

.decoding__bottom-icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1cff00;
}

.decoding__bottom-icon--success {
    background: rgba(34, 197, 94, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 8px 20px rgba(34, 197, 94, .08);
    color: #10974b;
}

.decoding__bottom-icon--danger {
    background: rgba(245, 158, 11, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 8px 20px rgba(245, 158, 11, .08);
    color: #fba91c;
}

.decoding__bottom-icon--purple {
    background: rgba(99, 102, 241, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 8px 20px rgba(99, 102, 241, .08);
    color: #6f51fc;
}

.decoding__bottom-text {
    font-size: 14px;
    font-weight: 600;
}

.decoding__bottom-content p {
    font-size: 12px;
}

.recommendations__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.recommendations__item-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    line-height: 1.1;
}

.recommendations__list {
    margin-bottom: 15px;
}

.recommendations__li {
    font-size: 14px;
    padding-left: 20px;
    display: flex;
    column-gap: 5px;
    line-height: 1.2;
    align-items: center;
}

.recommendations__li:not(:last-child) {
    margin-bottom: 5px;
}

.recommendations__li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 10px;
    flex-shrink: 0;
}

.recommendations__li--success:before {
    background-color: rgba(34, 197, 94, 1);
}

.recommendations__li--warning:before {
    background-color: rgba(245, 158, 11, 1);
}

.recommendations__li--step:before {
    counter-increment: section;
    content: counter(section);
    font-size: 13px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: rgba(99, 102, 241, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
}

.recommendations__item-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    flex-shrink: 0;
}

.recommendations__item:nth-child(1) .recommendations__item-icon {
    background: rgba(34, 197, 94, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 8px 20px rgba(34, 197, 94, .08);
    color: rgba(34, 197, 94, 1);
}

.recommendations__item:nth-child(2) .recommendations__item-icon {
    background: rgba(245, 158, 11, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 8px 20px rgba(245, 158, 11, .08);
    color: rgba(245, 158, 11, 1);
}

.recommendations__item:nth-child(3) .recommendations__item-icon {
    background: rgba(99, 102, 241, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 8px 20px rgba(99, 102, 241, .08);
    color: rgb(131, 106, 250);
}

.recommendations__item:nth-child(4) .recommendations__item-icon {
    background: rgba(60, 114, 251, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 8px 20px rgba(99, 102, 241, .08);
    color: rgb(60, 114, 251);
}

.recommendations__item {
    padding: 15px;
    border-radius: 14px;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    counter-reset: section;
    position: relative;
    transform: translate(150px, -50px);
    opacity: 0;
    transition: opacity .2s ease, transform .4s ease;
}

.analysis__content.is-active .recommendations__item {
    transform: translate(0, 0);
    opacity: 1;
}

.analysis__content.is-active .recommendations__item:nth-child(2) {
    transition-delay: .15s;
}

.analysis__content.is-active .recommendations__item:nth-child(3) {
    transition-delay: .25s;
}

.analysis__content.is-active .recommendations__item:nth-child(4) {
    transition-delay: .35s;
}

.recommendations__item:nth-child(1) {
    border-color: rgba(34, 197, 94, 0.12);
    background: linear-gradient(310deg, rgba(34, 197, 94, 0.08) 0%, rgba(16, 185, 129, 0.03) 50%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0 12px 30px rgba(34, 197, 94, 0.05);
}

.recommendations__item:nth-child(2) {
    border-color: rgba(245, 158, 11, 0.12);
    background: linear-gradient(
            310deg,
            rgba(245, 158, 11, 0.10) 0%,
            rgba(251, 191, 36, 0.04) 45%,
            rgba(255, 255, 255, 1) 100%
    );
    box-shadow: 0 12px 30px rgba(245, 158, 11, 0.05);
}

.recommendations__item:nth-child(3) {
    border-color: rgba(99, 102, 241, 0.12);
    background: linear-gradient(
            310deg,
            rgba(99, 102, 241, 0.09) 0%,
            rgba(168, 85, 247, 0.04) 45%,
            rgba(255, 255, 255, 1) 100%
    );
    box-shadow: 0 12px 30px rgba(99, 102, 241, 0.05);
}

.recommendations__item:nth-child(4) {
    border-color: rgba(60, 114, 251, 0.12);
    background: linear-gradient(
            310deg,
            rgba(60, 114, 251, 0.08) 0%,
            rgba(16, 30, 185, 0.03) 50%,
            rgba(255, 255, 255, 1) 100%
    );
    box-shadow: 0 12px 30px rgba(34, 197, 94, 0.05);
}

.recommendations__button {
    margin-top: auto;
    border: 1px solid transparent;
    color: white;
    text-align: center;
    padding: 3px 10px;
    border-radius: 12px;
}

.recommendations__item:nth-child(1) .recommendations__button {
    border-color: rgba(34, 197, 94, 1);
    background: linear-gradient(310deg, rgba(34, 197, 94, 0.08) 0%, rgba(16, 185, 129, 0.03) 50%, rgba(255, 255, 255, 1) 100%);
    color: #10974b;
}

.recommendations__item:nth-child(2) .recommendations__button {
    border-color: rgba(245, 158, 11, 1);
    background: linear-gradient(
            310deg,
            rgba(245, 158, 11, 0.10) 0%,
            rgba(251, 191, 36, 0.04) 45%,
            rgba(255, 255, 255, 1) 100%
    );
    color: #fba91c;
}

.recommendations__item:nth-child(3) .recommendations__button {
    border-color: rgba(99, 102, 241, 1);
    background: linear-gradient(
            310deg,
            rgba(99, 102, 241, 0.09) 0%,
            rgba(168, 85, 247, 0.04) 45%,
            rgba(255, 255, 255, 1) 100%
    );
    color: #6f51fc;
}

.recommendations__item:nth-child(4) .recommendations__button {
    border-color: rgba(60, 114, 251, 1);
    background: linear-gradient(
            310deg,
            rgba(60, 114, 251, 0.08) 0%,
            rgba(16, 30, 185, 0.03) 50%,
            rgba(255, 255, 255, 1) 100%
    );
    color: rgba(60, 114, 251, 1);
}

.recommendations__text {
    font-size: 13px;
    padding: 10px;
    border: 1px solid rgba(210, 219, 234, 0.72);
    border-radius: 14px;
    margin-bottom: 15px;
}

.recommendations__text-title {
    font-weight: 700;
    margin-bottom: 12px;
    color: rgba(60, 114, 251, 1);
    line-height: 1.2;
    font-size: 15px;
}

/*Tariff*/
.tariff__wrapper {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}

.tariff__item.tariff__item--big {
    width: 40%;
    box-shadow: 0 30px 80px rgba(99, 102, 241, .12), 0 8px 24px rgba(15, 23, 42, .06);
}

.tariff__item {
    flex-shrink: 0;
    padding: 20px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 12px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FCFCFF 100%);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 14px rgba(91, 103, 216, 0.07);
    display: flex;
    flex-direction: column;
    align-items: start;
}

.tariff__item.tariff__items--variant {
    border: 1px solid transparent;
    box-shadow: 0 18px 36px rgba(31, 45, 78, 0.12), 0 10px 24px rgba(31, 199, 164, 0.1);
    background: linear-gradient(145deg, #FFFFFF 0%, #F3FFFC 100%) padding-box, var(--gradient-brand) border-box;
}

/*.tariff__item.tariff__items--green {
    border-color: #10974b;
}
.tariff__item.tariff__items--orange {
    border-color: #fba91c;
}*/

.tariff__badge {
    /*  background-color: #616bfc;*/
    padding: 5px 8px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 15px;
    background: var(--gradient-cta);
    box-shadow: var(--shadow-cta);
}

.tariff__item--big .tariff__head {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.tariff__item--big .tariff__title {
    font-size: 24px;
    font-weight: 700;
}

.tariff__item--big .tariff__text {
    font-size: 14px;
    color: var(--color-text-secondary);
}

.tariff__item--big .tariff__head-price {
    font-size: 34px;
    font-weight: 700;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tariff__item--big .tariff__head-right .tariff__head-price span {
    font-size: 24px;
}

.tariff__head-right {
    flex-shrink: 0;
}

.tariff__item--big .tariff__head-right span {
    font-size: 12px;
    color: var(--color-text-secondary);
}

.tariff__row {
    display: flex;
    column-gap: 10px;
    margin-bottom: 15px;
}

.tariff__row-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.tariff__row-icon svg {
    width: 14px;
    height: 10px;
}

.tariff__row-icon {
    background: linear-gradient(135deg, #6366F1, #14B8A6);
    box-shadow: 0 8px 20px rgba(99, 102, 241, .25);
}

.tariff__button {
    /*background-color: #616bfc;*/
    text-align: center;
    border-radius: 12px;
    color: white;
    padding: 10px;
    display: block;
    margin-top: auto;
    width: 100%;
    background: var(--gradient-cta);
    box-shadow: var(--shadow-cta);
}

.tariff__items-head {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 24px;
    font-weight: 700;
    margin-left: auto;
}

.tariff__items-head:before, .tariff__items-head::after {
    content: '';
    width: auto;
    flex-grow: 1;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
}

.tariff__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    height: calc(100% - 58.39px);
}

.tariff__items--variant .tariff__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.tariff__items--orange .tariff__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 38px;
}

.tariff__head-icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(12px);
}

.tariff__items--green .tariff__head-icon {
    background: var(--gradient-cta);
    box-shadow: var(--shadow-cta);
    color: white;
}

/*
.tariff__items--orange .tariff__head-icon {
    background: rgba(245, 158, 11, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 8px 20px rgba(245, 158, 11, .08);
    color: #fba91c;
}*/

.tariff__items--variant .tariff__badge {
    display: inline-block;
    padding: 3px 5px;
    font-size: 13px;
    border-radius: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

/*.tariff__items--orange .tariff__badge {
    background: rgba(245, 158, 11, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 8px 20px rgba(245, 158, 11, .08);
    color: #fba91c;
}

.tariff__items--green .tariff__badge {
    background: rgba(34, 197, 94, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 8px 20px rgba(34, 197, 94, .08);
    color: #10974b;
}*/

.tariff__items--variant .tariff__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 7px;
}

.tariff__items--variant .tariff__text {
    font-size: 12px;
    line-height: 1.2;
}

.tariff__items--variant .tariff__head-price {
    font-size: 24px;
    font-weight: 700;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/*.tariff__items--green .tariff__head-price {
    color: #10974b;
}

.tariff__items--orange .tariff__head-price {
    color: #fba91c;
}*/

.tariff__items--variant .tariff__body {
    border: 1px solid transparent;
    padding: 12px;
    border-radius: 12px;
    font-size: 13px;
    margin-bottom: 20px;
    width: 100%;
    min-height: 272px;
}

/*.tariff__items--green .tariff__body {
    border-color: #10974b;
    background: rgba(34, 197, 94, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 8px 20px rgba(34, 197, 94, .08);
}
.tariff__items--orange .tariff__body {
    background: rgba(245, 158, 11, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 8px 20px rgba(245, 158, 11, .08);
    border-color: #fba91c;
}
.tariff__items--green .tariff__row-icon {
    background-color: #10974b;
}
.tariff__items--orange .tariff__row-icon {
    background-color: #fba91c;
}*/
.tariff__body-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
}

/*.tariff__items--green .tariff__body-title {
    color: #10974b;
}
.tariff__items--orange .tariff__body-title {
   color: #fba91c;
}*/
.tariff__items--variant .tariff__button {
    padding: 7px 10px;
    text-align: center;
    border: 1px solid transparent;
    width: 100%;
    border-radius: 12px;
    margin-top: auto;
}

/*
.tariff__items--orange .tariff__button {
    border-color: #fba91c;
    color: #fba91c;
}

.tariff__items--green .tariff__button {
    border-color: #10974b;
    color: #10974b;
}*/
.tariff__wrapper-right {
    width: 60%;
}

.tariff {
    margin-bottom: 120px;
}

.tariff__advantages {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 20px;
}

.tariff__advantages-item {
    display: flex;
    align-items: center;
    padding: 20px;
    box-shadow: 0 30px 80px rgba(99, 102, 241, .12), 0 8px 24px rgba(15, 23, 42, .06);
    border-radius: 12px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FCFCFF 100%);
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
}

.tariff__advantages-icon {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: var(--gradient-brand);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}

.advantages {
    margin-bottom: 140px;
}

.advantages__table {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
    margin-top: 80px;
}

.advantages__col-header {
    min-height: 90px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.advantages__brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.advantages__cell {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}


.advantages__cell {
    border: 1px solid transparent;
    height: 60px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.advantages__cell:not(:last-child) {
    margin-bottom: 10px;
}

.advantages__cell--feature {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    background-color: white;
    border-radius: 10px;
    color: rgba(19, 19, 19, 1);
    box-shadow: 0 30px 80px rgba(99, 102, 241, .12), 0 8px 24px rgba(15, 23, 42, .06);
}

.advantages__col--main {
    color: white;
    width: 35%;
}

.advantages__col--others {
    width: 35%;
}

.advantages__col--features {
    flex-shrink: 0;
    width: 30%;
}

.advantages__cell--main {
    box-shadow: var(--shadow-cta);
    color: #fff;
    font-weight: 500;
    border-top-color: rgba(255, 255, 255, .2);
    background: var(--gradient-cta);
    border-radius: 10px;
}

.advantages__cell--others {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 18px 36px rgba(31, 45, 78, 0.12), 0 10px 24px rgba(31, 199, 164, 0.1);
    background: linear-gradient(145deg, #FFFFFF 0%, #F3FFFC 100%) padding-box, var(--gradient-brand) border-box;
}

.advantages__col--main .advantages__col-header {
    background: var(--gradient-cta);
    border-radius: 10px;
    margin-bottom: 10px;
}

.advantages__col--others .advantages__col-header {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    box-shadow: 0 18px 36px rgba(31, 45, 78, 0.12), 0 10px 24px rgba(31, 199, 164, 0.1);
    background: linear-gradient(145deg, #FFFFFF 0%, #F3FFFC 100%) padding-box, var(--gradient-brand) border-box;
}

.advantages__col--main, .advantages__col--others {
    border-radius: 10px;
}

.advantages__brand-name {
    font-size: 28px;
    font-weight: 700;
}

.integration__app {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.integration__chat {
    max-width: 100%;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
    background: linear-gradient(145deg, #FFFFFF 0%, #FAFBFC 45%, #F8F9FC 100%) padding-box, linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(226, 232, 240, 0.55)) border-box;
    overflow: hidden;
}

.integration__chat-head {
    padding: 10px 20px;
    background: rgb(228 228 228 / 63%);
}

.integration__chat-head span {
    font-size: 18px;
    font-weight: 800;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.integration__chat-wrapper {
    padding: 20px;
}

.integration__chat-client {
    padding: 15px;
    border-radius: 14px;
    border: 1px solid rgba(210, 219, 234, 0.72);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.integration__chat-avatar {
    flex-shrink: 0;
}

.integration__chat-name {
    font-size: 15px;
    font-weight: 500;
}

.integration__chat-company, .integration__chat-phone {
    font-size: 13px;
    color: #475569;
}


.integration__chat-badge {
    font-size: 12px;
    margin-left: auto;
    align-self: start;
    border: 1px solid rgb(0, 125, 0, .2);
    padding: 0 5px;
    background: rgb(0, 125, 0, .1);
    color: green;
    border-radius: 8px;
}

.integration__chat-call {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

.integration__chat-icon {
    color: #00d100;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.integration__chat-call span {
    margin-left: auto;
}

.integration__chat-transcript {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.integration__chat-item {
    span {
        font-size: 15px;
        font-weight: 700;
        display: block;
        margin-bottom: 7px;
    }
}

.integration__chat-input {
    border-radius: 5px;
    background: #fff;
    padding: 6px 9px;
    border: 1px solid rgba(217, 224, 236, 0.66);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.7), rgba(239, 244, 252, 0.66));
    box-shadow: 0 4px 10px rgba(49, 65, 99, 0.04);
    font-size: 15px;
    margin-bottom: 10px;
}

.integration__chat-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.integration__chat-text {
    font-size: 12px;
    font-weight: 700;
}

.integration__chat-buttons {
    margin-top: 15px;
}

.integration__chat-button {
    background: var(--gradient-cta);
    color: white;
    box-shadow: var(--shadow-cta);
    border-radius: 8px;
    padding: 5px 10px;
    text-align: center;

    &:not(:last-child) {
        margin-bottom: 14px;
    }
}

.integration__bitrix {
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
    background: linear-gradient(145deg, #FFFFFF 0%, #FAFBFC 45%, #F8F9FC 100%) padding-box, linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(226, 232, 240, 0.55)) border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.integration__ammo-head {
    padding: 10px;
    background-color: #12273c;
}

.integration__bitrix-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.integration__bitrix-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.integration__bitrix-item {
    padding: 15px 0;
    border-bottom: 1px solid rgba(217, 224, 236, 0.73);
}

.steps-container {
    display: flex;
    font-family: sans-serif;
    width: 100%;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 8px 0;
}

.step-item {
    height: 30px;
    background-color: #f4f5f7;
    color: #5e6c84;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    padding: 0 12px 0 24px;
    cursor: pointer;
    transition: all 0.2s ease;
    clip-path: polygon(
            0% 0%,
            calc(100% - 15px) 0%,
            100% 50%,
            calc(100% - 15px) 100%,
            0% 100%,
            20px 50%
    );
}

.step-item.--first {
    border-radius: 6px 0 0 6px;
    clip-path: polygon(
            0% 0%,
            calc(100% - 15px) 0%,
            100% 50%,
            calc(100% - 15px) 100%,
            0% 100%
    );
}

.step-item.--active {
    background: #14b14d;
    color: white;
    border-radius: 0 6px 6px 0;
}

.step-item:hover:not(.--active) {
    background-color: #ebecf0;
}

.integration__bitrix-name {
    font-size: 15px;
    font-weight: 700;
}

.integration__bitrix-company, .integration__bitrix-phone {
    font-size: 14px;
    color: gray;
}

.integration__bitrix-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.integration__bitrix-links {
    display: flex;
    align-items: center;
    gap: 5px;
    color: gray;
}

.integration__bitrix-small {
    color: gray;
    font-size: 14px;
    margin-bottom: 10px;
}

.integration__bitrix-strong {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 7px;
}

.integration__bitrix-responsible {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 700;
}

.integration__bitrix-tasks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: gray;
    border-radius: 5px;
    background: #fff;
    padding: 6px 9px;
    border: 1px solid rgba(217, 224, 236, 0.66);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.7), rgba(239, 244, 252, 0.66));
    box-shadow: 0 4px 10px rgba(49, 65, 99, 0.04);
}

.integration__history {
    display: flex;
    align-items: start;
    gap: 10px;

    &:not(:last-child) {
        margin-bottom: 7px;
    }
}

.integration__history-time {
    font-size: 13px;
    color: gray;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    max-width: 115px;
    width: 100%;
}

.integration__history-time svg {
    color: #2d2dff;
}

.integration__history-title {
    font-size: 13px;
    margin-bottom: 7px;
}

.integration__history-text {
    color: gray;
    font-size: 12px;
}

.integration__history-textarea {
    font-size: 12px;
}

.integration__bitrix-button {
    border-radius: 8px;
    padding: 5px 10px;
    text-align: center;
    color: white;
    background-color: #339cc5;
    margin-top: auto;
}

.integration__chat-select--wv {
    max-width: 179px;
    width: 100%;
}

.faq {
    margin-bottom: 72px;
}
.accordion-container {
    margin-top: 40px;
}
.ac {
    border-radius: var(--radius-lg);
    width: 100%;
    max-width: var(--hero-block-w);
    box-shadow: var(--shadow-md);
    border: 1px solid transparent;
    background: var(--gradient-card) padding-box, var(--gradient-brand) border-box;
    &:not(:last-child) {
        margin-bottom: 10px;
    }
}
.ac.is-active .ac-header{
    border-radius: var(--radius-lg);
    background: var(--gradient-cta);
    color: white;
    box-shadow: var(--shadow-cta);
}
.ac-header {
    padding: 20px;
}
.ac-text {
    padding: 10px 40px 20px;
    font-size: 20px;
}
.ac-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
button.ac-trigger:active {
    transform: scale(1);
}
.ac-header svg {
    transition: transform .2s ease;
}
.ac.is-active .ac-header svg {
    transform: rotate(45deg);
}
.ac .ac-trigger {

}


.ac .ac-panel {
    overflow: hidden;
    transition-property: height, visibility;
    transition-timing-function: ease
}



.ac.js-enabled .ac-panel {
    visibility: hidden
}

.ac.is-active .ac-panel {
    visibility: visible
}

.questions-cta {
    margin-bottom: 72px;
    padding: 8px 0 22px;
}

.questions-cta__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 12px 0;
    text-align: center;
}

.questions-cta h2 {
    margin: 18px 0 8px;
    color: var(--ink);
    font-family: var(--display);
    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.12;
    letter-spacing: 0;
}

.questions-cta__mark {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: #20c56c;
    filter: drop-shadow(8px 10px 0 rgba(0, 0, 0, 0.9));
    transform: rotate(-9deg);
}

.questions-cta__mark svg {
    width: 100%;
    height: 100%;
}

.questions-cta__lead {
    max-width: 650px;
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.4;
}

.questions-cta__button {
    min-height: 54px;
    margin-top: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 30px;
    color: #fff;
    border-radius: 999px;
    background: linear-gradient(105deg, #6f7aea 0%, #26c8bd 54%, #20c56c 100%);
    box-shadow: 0 16px 34px rgba(32, 197, 108, 0.22);
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.questions-cta__button:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 42px rgba(38, 200, 189, 0.28);
}

.questions-cta__button svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.footer {
    background: #14B8A6;
}

.footer__wrapper {
    display: grid;
    grid-template-columns: minmax(260px, 0.78fr) minmax(220px, 0.72fr) minmax(280px, 1.15fr);
    gap: 28px;
    padding-block: 48px 28px;
    color: white;
}

.footer__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.footer .logo-mark {
    width: 92px;
    height: 92px;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.12));
}

.footer__requisites {
    display: grid;
    gap: 7px;
    max-width: 360px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
}

.footer__requisites p {
    margin: 0;
}

.footer__nav {
    display: grid;
    align-content: start;
    gap: 18px;
    font-size: 18px;
    font-weight: 800;
    transform: translateX(-86px);
}

.footer__nav a,
.footer__contact {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer__nav a:hover,
.footer__contact:hover {
    color: #fff;
    transform: translateX(2px);
}

.footer__contacts {
    display: grid;
    justify-items: end;
    align-content: start;
    gap: 17px;
}

.footer__trial {
    min-height: 48px;
    padding: 0 24px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.72);
    border-radius: 12px;
    background: transparent;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.footer__trial:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.footer__contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 19px;
    font-weight: 800;
}

.footer__contact span {
    width: 24px;
    text-align: center;
    font-size: 21px;
}

.footer__socials {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
}

.footer__socials a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.18);
    transition: transform 0.2s ease, background 0.2s ease;
}

.footer__socials a:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.28);
}

.footer__socials img {
    width: 28px;
    height: 28px;
    display: block;
    object-fit: contain;
}

.footer__bottom {
    grid-column: 1 / -1;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
    text-align: center;
}

.footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    margin-top: 12px;
}

.footer_privacy {
    color: rgba(255, 255, 255, 0.76);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer_privacy:hover {
    color: #fff;
}

@media (max-width: 968px) {
    .questions-cta__card {
        width: min(100%, 640px);
    }

    .footer__wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer__contacts {
        justify-items: start;
    }

    .footer__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        transform: none;
    }
}

@media (max-width: 620px) {
    .questions-cta {
        margin-bottom: 56px;
        padding: 0 0 12px;
    }

    .questions-cta__card {
        padding: 0;
    }

    .questions-cta h2 {
        margin-top: 14px;
        font-size: 32px;
    }

    .questions-cta__lead {
        max-width: 330px;
        font-size: 15px;
    }

    .questions-cta__mark {
        width: 50px;
        height: 50px;
    }

    .questions-cta__button {
        width: min(100%, 260px);
        min-height: 50px;
        margin-top: 22px;
        padding-inline: 22px;
        font-size: 16px;
    }

    .footer__wrapper {
        padding-block: 36px 22px;
    }

    .footer .logo-mark {
        width: 78px;
        height: 78px;
    }

    .footer__nav {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .footer__trial {
        width: 100%;
    }

    .footer__contact {
        font-size: 17px;
    }
}

@media (max-width: 1280px) {
    .analysis__tabs {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .analysis__buttons {
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
    }

    .advantages__cell {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
    }

    .advantages__col-header {
        font-size: 18px;
        height: 60px;
    }
}

@media (max-width: 1064px) {
    .tariff__wrapper {
        flex-direction: column;
    }

    .tariff__item.tariff__item--big, .tariff__wrapper-right {
        width: 100%;
    }

}

@media (max-width: 968px) {
    .analysis__content {
        flex-direction: column;
        row-gap: 20px;
    }

    .analysis__content-illustration, .analysis__content-img {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 900px) {
    .crm__wrapper {
        flex-direction: column;
        row-gap: 30px;
    }

    .crm__right {
        width: 100%;
    }

    #message .crm__wrapper {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    #message .crm__left {
        display: contents;
    }

    #message .hero__tags {
        order: 1;
    }

    #message .crm__title {
        order: 2;
    }

    #message .crm__desc {
        order: 3;
    }

    #message .crm__advantages {
        order: 4;
    }

    #message .crm__right {
        order: 5;
    }

    #message .crm__left > .btn--cta {
        order: 6;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .analysis__content {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
        grid-area: auto;
        display: none;
    }

    .analysis__content.is-active {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0px);
        display: block;
    }

    .tariff__items {
        grid-template-columns: 1fr;
        height: auto;
    }

    .tariff__advantages {
        grid-template-columns: 1fr;
    }

    .tariff__item--big .tariff__head {
        gap: 20px;
        flex-wrap: wrap;
    }

    .advantages__col--others {
        display: none;
    }

    .advantages__col--main, .advantages__col--features {
        width: 50%;
    }

    .advantages__cell {
        font-size: 14px;
    }

    .advantages__cell {
        height: 90px;
    }

    .integration__app {
        grid-template-columns: 1fr;
        padding: 0;
        background: transparent;
    }
}

@media (max-width: 500px) {
    .analysis__button {
        width: 100%;
    }

    .crm__advantages {
        grid-template-columns: repeat(2, minmax(0, 9rem));
        justify-content: center;
    }

    .conclusion__label {
        display: none;
    }

    .analysis__label {
        flex-direction: column;
    }

    .analysis__label-right {
        padding-left: 0;
        padding-top: 20px;
        border-left: none;
        border-top: 1px solid rgba(71, 85, 105, 0.77);
    }

    .analysis__label-count {
        font-size: 18px;
    }

    .analysis__label-title {
        font-size: 16px;
    }

    .analysis__label-text {
        font-size: 14px;
    }

    .analysis__content-text ul {
        padding-left: 0;
    }

    .conclusion__item-icon {
        width: 44px;
        height: 44px;
        border-radius: 10px;
    }

    .conclusion__item-icon svg {
        width: 28px;
        height: 28px;
    }

    .conclusion__item-label {
        font-size: 14px;
    }

    .conclusion__item-title {
        font-size: 18px;
    }

    .conclusion__item-text {
        font-size: 12px;
    }

    .decoding__item-wrapper {
        flex-direction: column;
    }

    .decoding__item-name {
        align-self: start;
        margin-bottom: 10px;
    }

    .recommendations__wrapper {
        grid-template-columns: 1fr;
    }
}


