/* 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: 140px;
}

.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;
    font-weight: 500;
}

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
}

.footer {
    background: var(--gradient-cta);
    color: white;
    box-shadow: var(--shadow-cta);
}

.footer-var {
    background: rgb(246 246 246);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: black;
}

.footer__wrapper {
    padding-block: 40px 20px;
}

.footer__bottom {
    text-align: center;
}

.footer__legal {
    margin-top: 15px;
}

.footer__top {
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid currentColor;
    flex-wrap: wrap;
    gap: 20px;

}

.footer__nav {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-size: 20px;
    margin-left: 60px;
    margin-right: auto;
    text-align: center;
}

.footer__button {
    font-size: 20px;
    padding: 10px 20px;
    border: 2px solid currentColor;
    border-radius: 14px;
    display: inline-block;
    margin-bottom: 30px;
}

.footer__contact {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: 20px;
    margin-bottom: 10px;

    a {
        display: flex;
        align-items: center;
        column-gap: 10px;
        justify-content: end;
    }
}

.footer__social {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 7px;
}

/*MODAL*/


.modal__overlay {
    position: fixed;
    inset: 0;
    backdrop-filter: blur(20px);
    background: rgba(58, 57, 57, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.modal__container {
    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;
    border-radius: 20px;
    max-width: 600px;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    position: relative;
    padding: 50px 40px;
}

.modal__close {
    background: transparent;
    border: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #16A34A;
}


.modal__title {
    font-size: 34px;
    margin-bottom: 30px;
    text-align: center;
}

.modal__content {
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}


.modal__form-field {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.modal__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.modal__form-field input {
    padding: 15px 26px;
    border: 2px solid #dddfec;
    border-radius: 10px;
    width: 100%;
    color: #202020;
    transition: border-color .3s ease;
    font-size: clamp(.875rem, .75rem + .25vw, 1rem);
}

.modal__form-field input::placeholder {
    color: #919bb5;
    transition: color .3s ease
}

@media (hover: hover) and (pointer: fine) {
    .modal__form-field input:hover {
        border-color: #16A34A;
    }
}

.modal__privacy {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    width: 100%;
}

.modal__privacy-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.modal__privacy-checkbox {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #dddfec;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    background: #fff;
}

.modal__privacy-input:checked ~ .modal__privacy-checkbox {
    background: var(--gradient-cta);
    box-shadow: var(--shadow-cta);
}

.modal__privacy-icon {
    width: 12px;
    height: 12px;
    color: #fff;
    opacity: 0;
    transform: scale(.5);
    transition: all .2s ease;
}

.modal__privacy-input:checked ~ .modal__privacy-checkbox .modal__privacy-icon {
    opacity: 1;
    transform: scale(1);
}

.modal__privacy-text {
    font-size: 15px;
    line-height: 1.5;
    color: #202020;
}

.modal__privacy-link {
    display: inline;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
    transition: opacity .2s ease;
}

.modal__button {
    background: var(--gradient-cta);
    color: white;
    box-shadow: var(--shadow-cta);
    width: 100%;
    margin-top: 20px;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 20px;
}

/**************************\
 Animation Style
\**************************/
@keyframes show-popup {
    0% {
        transform: translate(-50%, -50%) scale(.7);

        opacity: 0;
    }
    45% {
        transform: translate(-50%, -50%) scale(1.05);

        opacity: 1;
    }
    80% {
        transform: translate(-50%, -50%) scale(.95);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes hide-popup {
    0% {
        transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(.5);

        opacity: 0;
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}


.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: show-popup .3s forwards;
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: hide-popup .3s forwards;
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: auto;
    transform: none !important;
    backface-visibility: visible;
    filter: none;
}

@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%;
    }
}

@media (max-width: 768px) {
    .crm__img {
        margin-block: 30px;
    }

    .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 .landing-container {
        padding: 0;
    }

    .advantages .crm__title {
        padding-inline: 20px;
    }

    .advantages__table {
        width: 100%;
        overflow-x: scroll;
        justify-content: start;
        padding-inline: 20px;
    }

    .advantages__col--main, .advantages__col--features, .advantages__col--others {
        width: 188px;
        flex-shrink: 0;
    }

    .advantages__cell--main, .advantages__cell--others {
        text-align: center;
    }

    .advantages__cell {
        font-size: 14px;
    }

    .advantages__cell {
        height: 90px;
    }

    .integration__app {
        grid-template-columns: 1fr;
        padding: 0;
        background: transparent;
    }

    .ac-header {
        font-size: 15px;

        svg {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
        }
    }

    .footer__nav {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .footer__contact {
        a {
            justify-content: start;
            font-size: 15px;
        }

        svg {
            width: 18px;
            height: 18px;
        }
    }

    .footer__social {
        justify-content: start;
    }

    .footer__nav, .footer__legal {
        font-size: 15px;
    }

    .footer__button {
        font-size: 16px;
    }

    .crm__left {
        display: contents;
    }

    #message .crm__title {
        order: 2;
    }

    #message .crm__desc {
        order: 3;
    }

    #message .crm__right {
        order: 4;
    }

    #message .crm__advantages {
        order: 5;
    }

    #message .crm__left .btn--cta {
        order: 6;
    }
}

@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;
    }
}

/*BLOG*/
.blog {
    padding-top: 60px;
}

.blog__title {
    margin-bottom: 20px;
    max-width: 600px;
    font: 800 38px / 1.08 var(--display);
    letter-spacing: -0.035em;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.post-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    padding-bottom: 10px;
    overflow: hidden;
}

.post-card:hover .post-img {
    transform: scale(1.05);
}

.post-card-img {
    padding-bottom: 56.34%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.post-img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    position: absolute;
    height: 100%;
    inset: 0;
    object-fit: cover;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
    transition-duration: .2s;
}

.post-title {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 10px;
    padding-inline: 10px;
}

.post-date {
    display: block;
    padding-inline: 10px;
    margin-bottom: 10px;
}

.post-desc {
    font-size: 15px;
    line-height: 1.1;
    margin-bottom: 10px;
    flex-grow: 1;
    padding-inline: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-button {
    background: var(--gradient-cta);
    color: white;
    box-shadow: var(--shadow-cta);
    border-radius: 8px;
    padding: 12px 10px;
    text-align: center;
    margin-top: 10px;
    margin-inline: 10px;
}

.post-card:hover .post-button-new span {
    transform: translateX(15px);
}

.post-button-new {

}
.post-bottom {
    margin-top: 10px;
    padding-top: 10px;
    margin-inline: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.post-bottom:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--gradient-brand);
}
.post-read-time {
    font-size: 13px;
    color: var(--color-text-secondary);
    display: flex;
    align-items: center;
    gap: 3px;
}
.post-button-new span {
    transform: translateX(5px);
    position: absolute;
    transition-duration: .2s;
}

/*tags*/
.post-tags, .single-post-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.post-tags {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
}

.tag-link {
    background-color: #f1f5f9;
    color: #475569;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.2s;
}

.tag-badge {
    box-shadow: var(--shadow-sm);
    transition: transform 0.28s cubic-bezier(.2, .8, .2, 1), box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
    border: 1px solid transparent;
    background: var(--gradient-card) padding-box, var(--gradient-border) border-box;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
}

.tag-link:hover {
    background-color: #e2e8f0;
    color: #0f172a;
}

/* //////////////////////      filter blog*/
.blog-filters__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}

.blog-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.filter-btn {
    padding: 8px 16px;
    border-radius: 10px;
    /*background: var(--gradient-cta);*/
    color: black;
    /* box-shadow: var(--shadow-cta);*/
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    box-shadow: var(--shadow-sm);
    transition: transform 0.28s cubic-bezier(.2, .8, .2, 1), box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
    border: 1px solid transparent;
    background: var(--gradient-card) padding-box, var(--gradient-border) border-box;

}

.filter-btn:hover {
    background: #6366F1;
    color: #ffffff;
    border: none;
}

.filter-btn.active {
    background: var(--gradient-cta);
    color: #ffffff;
    border: none;
}

/* //////////////////////      Pagination*/
.pagination-container {
    margin: 30px 0;
}

.margin-block {
    margin-top: 90px;
}

.my-custom-pagination {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;

}

.page-link {
    height: 38px;
    min-width: 38px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    color: #1e293b;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-link:hover:not(.disabled) {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #1e293b;
}

.page-button {
    height: 25px;
    width: 25px;
}

.page-link.active {
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(105deg, #7080ea 0%, #28cbb3 60%, #19bf72 100%);
    box-shadow: 0 12px 30px rgba(61, 179, 159, 0.2);
}

.page-link.disabled {
    color: #94a3b8;
    cursor: not-allowed;
    background-color: #f8fafc;
}

.blog-page__back {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 20px;
}

.detail-info {
    background-color: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 5px 10px #142d8805, 0 1px 5px #142d8805;
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    position: relative;
    margin-bottom: 80px;
}

.detail-info h1:first-child {
    font-size: 43px;
    line-height: 1.1;
    margin-bottom: 15px;
}

.detail-info img {
    border-radius: .25rem;
}

.detail-content a {
    text-decoration: underline;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.detail-content ol:not([class]) {
    padding-left: 20px;
    margin-bottom: 20px;
}

.detail-content ul:not([class]) {
    list-style: none;
    margin-bottom: 20px;
}

.detail-content ul:not([class]) li {
    padding-left: 20px;
    position: relative;
}

.detail-content ul:not([class]) li:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    box-sizing: border-box;
    border-radius: 50%;
    background: linear-gradient(105deg, #7080ea 0%, #28cbb3 60%, #19bf72 100%);
    position: absolute;
    top: 0.5em;
    left: 5px;
}

/*livewrite*/


.search-box-wrapper {
    position: relative;
    width: 100%;
    max-width: 384px;
    margin-bottom: 20px;
}


.search-box-input {
    width: 100%;
    font-size: 16px;
    padding: 16px 24px 16px 44px;
    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;
    border-radius: 10px;
    outline: none;
    box-sizing: border-box;
}

.search-box-input:focus {
    border-color: #3b82f6;
}


.search-box-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
}


.search-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 8px;
    z-index: 50;
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #f3f4f6;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    box-sizing: border-box;
}

.search-dropdown-scroll {
    max-height: 384px;
    overflow-y: auto;
}


.search-result-item {
    display: block;
    padding: 12px 16px;
    border-bottom: 1px solid #f3f4f6;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover {
    background-color: #f9fafb;
}


.search-result-title {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    margin-bottom: 4px;
    line-height: 1.375;
}

.search-result-date {
    font-size: 12px;
    color: #6b7280;
}

.search-result-empty {
    padding: 12px 16px;
    font-size: 14px;
    color: #6b7280;
    text-align: center;
}

.detail-content h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.detail-content h3 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.detail-content p:not(:last-child) {
    margin-bottom: .9rem;
}

@media (max-width: 768px) {
    .detail-info h1:first-child {
        font-size: 26px;
        line-height: 1.1;
        margin-bottom: 15px;
    }

    .blog-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .table-responsive {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 2rem 0;
    }


    .table-responsive table {
        min-width: 600px;
        width: 100%;
        margin: 0 !important;
    }
}


.detail-content table {
    width: 100%;
    border: none;
    margin-block: 20px;
}

.detail-content table ol, .detail-content table ul {
    margin-bottom: 0 !important;
}

.detail-content thead th {
    font-weight: bold;
    text-align: left;
    border: none;
    padding: 10px 15px;
    background: #d8d8d8;
    font-size: 14px;
}

.detail-content thead tr th:first-child {
    border-radius: 8px 0 0 8px;
}

.detail-content thead tr th:last-child {
    border-radius: 0 8px 8px 0;
}

.detail-content tbody td, .detail-content tbody th {
    text-align: left;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: top;
}

.detail-content tbody tr:nth-child(even) {
    background: #28cbb32e;
}

.detail-content tbody tr:nth-child(odd) {
    background: #7080ea36;
}

.detail-content tbody tr:first-child {
    background: linear-gradient(105deg, #7080ea 0%, #28cbb3 60%, #19bf72 100%);
    color: white;
}

.detail-content tbody tr td:first-child, .detail-content tbody tr th:first-child {
    border-radius: 8px 0 0 8px;
}

.detail-content tbody tr td:last-child, .detail-content tbody tr th:last-child {
    border-radius: 0 8px 8px 0;
}

.article-toc {
    padding: 1.25rem;
    background-color: #e9944d1a;
    border-radius: 1rem;
    margin-block: 1.25rem;
}

.article-toc__title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.article-toc__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.article-toc__link {
    transition-duration: .2s;
}

.article-toc__link:hover {
    color: #5B67D8;
}

.detail-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
}

.detail-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    color: #fff;
    border-radius: 11px;
    background: linear-gradient(105deg, #7080ea 0%, #28cbb3 60%, #19bf72 100%);
    box-shadow: 0 12px 30px rgba(61, 179, 159, 0.2);
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tippy-box {
    border-radius: .875rem !important;
}

.tippy-box[data-theme~=light] {
    color: #26323d;
    box-shadow: 0 0 20px 4px #9aa1b126, 0 4px 80px -8px #24282f40, 0 4px 4px -2px #5b5e6926;
    background-color: #fff;
}

.detail-share-menu__item {
    align-items: center;
    background-color: transparent;
    border-radius: .5rem;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    gap: .625rem;
    line-height: 14px;
    padding: .6875rem 1.25rem .6875rem .75rem;
    transition: background-color .2s ease;
}

@media (any-hover: hover) {
    .detail-share-menu__item:hover {
        background-color: #f1f3fb;
    }
}

@media (any-hover: none) {
    .detail-share-menu__item:active {
        background-color: #f1f3fb
    }
}

.detail-share-menu__icon {
    flex-shrink: 0
}

.detail-share-menu__icon--vk {
    color: #07f
}

.detail-share-menu__icon--ok {
    color: #ee8208
}

.detail-share-menu__icon--tg {
    color: #25a0dd
}

.detail-share-menu__icon--max {
    color: #2d085f
}

.detail-share-menu__icon--wa {
    color: #2bb741
}

.detail-wrapper :where([fill]:not([fill=none],[fill^=url])) {
    fill: currentColor
}

.detail-wrapper :where([stroke]:not([stroke=none],[stroke^=url])) {
    stroke: currentColor
}

.detail-wrapper svg * {
    transition-property: fill, stroke
}


.tippy-box {
    border-radius: rem(14) !important;
}
