.transcript-header {
    overflow: hidden;
    position: relative;
}

.hero-img {
    max-width: 875px;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 100px;
}

.transcript-hero-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 105%;
    /*margin-top: 230px;*/
    margin-top: 200px;
    color: #F5F5FA;
    margin-bottom: 0;
    opacity: 0;
    animation: fadeIn 0.8s ease 0.2s forwards;
}

.transcript-process-lms-container {
    background: radial-gradient(98.8% 98.8% at 50% 1.2%, #09090A 0%, #15151A 100%);
}

.action-button-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.transcription-solution-container {
    display: flex;
    flex-direction: column;
    gap: 89px;
    max-width: 98%;
    margin: auto;
}

.transcript-features-card {
    margin-bottom: 0;
}

.transcript-process-lms-shadow {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    inset: -45px;
    background: linear-gradient(90deg, #0000ff6b 0%, #ff22006b 60%);
    border-radius: 52px;
    filter: blur(55px);
    opacity: 0.2;
    z-index: 1;
}

.transcription-process-block {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.transcription-process-title {
    font-weight: 700;
    font-size: 54px;
    line-height: 105%;
    color: #09090A;
    text-align: center;
}

.transcription-solutions-prof {
    max-width: 97%;
    position: relative;
    z-index: 1;
    margin: auto auto 120px;
}

.process-steps_transcription {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
}

.transcript-process-icon-wrapper {
    background: #EBEBF5;
}

.transcript-lms-title {
    font-weight: 700;
    font-size: 54px;
    line-height: 105%;
    text-align: center;
}

.transcript-integrations-item-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    h3 {
        font-weight: 700;
        font-size: 32px;
        line-height: 105%;
        color: #FFFFFF;
    }

    span {
        line-height: 120%;
        color: #6f6f85;
    }
}

.transcript-integrations-item-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
}

.transcript-process-lms-shadow {
    position: absolute;
    top: 210px;
    bottom: 10px;
    background: linear-gradient(90deg, #0000ffb5 0%, #ff2200bf 60%);
    border-radius: 52px;
    opacity: 0.4;
    z-index: 1;
    width: 100%;
    height: 45%;
}

.transcript-process-lms {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 1200px;
    padding-top: 120px;
    margin: auto auto 80px;
    border-radius: 32px;
}

.transcript-integrations-item {
    background: linear-gradient(180deg, #1A1A1F 0%, rgba(25, 25, 31, 0.8) 100%);
    flex: 1;
}

.transcription-process-steps-item-border {
    border-radius: 32px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EBEBF5 100%);
    padding: 0.5px;
}

.transcription-process-steps-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 368px;
    background: linear-gradient(180deg, #F5F5FA 0%, #FFFFFF 100%);
    padding: 24px;
    border-radius: 32px;
    height: 100%;
}

.transcription-process-content-item-title {
    color: #09090A;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
}

.transcription-process-content-desc {
    color: #15151A;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

.features_transcript {
    padding-bottom: 160px;
    margin: auto;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 14.9%, rgba(255, 255, 255, 0) 84.62%, #FFFFFF 100%);
    position: relative;
    max-width: 1300px;
}

.features-card-content-header-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #09090A;
}

.features-card-content-header-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 132%;
    color: #15151A;
}

.how-it-cost-wrapper {
    display: flex;
    gap: 60px;
    margin: 0 auto;
    align-items: center;
}

.how-it-cost-text-block {
    max-width: 370px;
    display: flex;
    gap: 50px;
    flex-direction: column;
}

.tariff-card_trascription {
    max-width: 300px;
    opacity: 1;
    position: relative;
    bottom: 40px;
}

.how-it-cost-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #1C1C1F;
    padding-left: 30px;
}

.faq-answer_list {
    padding-left: 70px;
    margin-top: 0;

    li {
        margin: 0;
        color: #EBEBF5;
        font-family: PT Root UI;
        font-weight: 400;
        font-size: 18px;
        line-height: 132%;
        vertical-align: middle;

    }
}

.process-lms-form-wrapper {
    position: relative;
    z-index: 1;
    max-width: 450px;
    margin: auto auto 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.process-lms-form-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #09090A;
}

.process-lms-form-desc,
.process-lms-form-policy-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #EBEBF5;
}

.process-lms-form-policy-text {
    font-size: 14px;
}

.process-lms-form-link {
    color: #ff2200a1;
}

.process-lms-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 370px;
    margin: auto auto 100px;

    input {
        border-radius: 12px;
        height: 56px;
        border: 1px solid #6F6F85;
        font-weight: 400 !important;
        font-size: 18px !important;
        line-height: 130% !important;
        color: #FFFFFF !important;
        background-color: #15151A;
    }
}

.process-lms-form-button {
    width: 370px;
    height: 60px;
}


@media screen and (max-width: 862px) {
    .hero-content {
        max-width: 95% !important;
    }

    .transcript-hero-title {
        font-size: 36px;
    }

    .hero-img {
        max-width: 93%;
    }

    .hero-subtitle {
        br {
            display: none;
        }
    }

    .process-steps_transcription {
        grid-template-columns: 1fr;
    }

    .features-card {
        padding-left: 16px;
        padding-right: 16px;
    }

    .features_transcript {
        padding-bottom: 110px;
    }

    .transcription-process-title,
    .how-it-work-title,
    .transcript-lms-title,
    .process-title,
    .footer-widget-info-title {
        font-size: 36px;
    }

    .scroll-block {
        overflow-x: hidden;
    }

    .process-steps {
        padding: 0;
        margin-bottom: 100px;
    }

    .transcript-process-lms {
        padding: 16px;
        gap: 30px;
        padding-top: 50px;
    }

    .how-it-cost-wrapper {
        flex-direction: column-reverse;
    }

    .tariffs {
        gap: 0;

        h2 {
            margin-bottom: 30px;
        }
    }

    .faq {
        gap: 30px;
    }

    .process-lms-form-wrapper,
    .transcription-solutions-prof {
        margin: auto auto 100px;
    }
}