@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");

.app-wrapper {
    width: 100%;
}

.hero-wrapper {
    background: url('../../assets/images/data_cloud_api_intro_bg.webp') center 60% / cover no-repeat;
    padding: 100px 0 330px;
    margin-bottom: 64px;
}

.hero-block {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 0;
}

.hero-left {
    flex: 0 1 585px;
}

.hero-logo {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 77px;
    line-height: 94px;
    color: var(--dark-100);
    margin: -16px 0 24px;
}

.hero-desc {
    flex: 0 1 585px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-lead {
    font-weight: 600;
    font-size: 20px;
    color: var(--dark-100);
}

.hero-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--dark-60);
}

.hero-list {
    display: flex;
    flex-wrap: wrap;
    color: var(--dark-80);
    font-weight: 600;
    line-height: 140%;
    list-style-type: none;
    counter-reset: item;
}

.hero-list li {
    margin-bottom: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.hero-list li::before {
    content: counter(item);
    counter-increment: item;
    color: var(--white);
    background-color: var(--dark-100);
    border-radius: 50%;
    padding: 4px 12px;
    margin-right: 8px;
}

.hero-list li::after {
    content: "";
    display: inline-block;
    height: 1.5em;
    width: 2px;
    background-color: #CFCFCF;
    margin: 0 8px;
}

.hero-list li:nth-last-child(1)::after {
    content: none;
}

.hero-buttons {
    display: flex;
    gap: 23px;
}

.doc-button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 17px 24px;
    background: #EDF7F3;
    border-radius: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: var(--green);
    text-decoration: none;
}

.doc-button img {
    width: 20px;
    height: 24px;
}

.features {
    margin-bottom: 150px;
}

.features-header {
    margin-bottom: 64px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: var(--dark-100);
}

.features-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.feature {
    flex: 1 1 380px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    background: #EDF7F3;
    border-radius: 16px;
    min-height: 160px;
}

.feature-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--dark-100);
}

.app-wrapper .cm-s-material-darker.CodeMirror {
    background-color: var(--dark-100);
    width: 100%;
    height: 500px;
    padding-bottom: 32px;
}

.app-wrapper .CodeMirror-scrollbar-filler {
    display: none !important;
}

.app-wrapper div::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: transparent;
}

.app-wrapper div::-webkit-scrollbar-corner {
    background-color: var(--dark-100);
}

.app-wrapper div::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}

.app-wrapper div::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 100px;
    background-color: var(--dark-60);
}

.tariffs-use-switch-wrapper {
    display: flex;
    justify-content: center;
    color: var(--white);
}

.tariffs-use-switch-wrapper.light {
    max-width: 240px;
    color: var(--dark-80);
}

.tariffs-use-switch {
    display: flex;
    gap: 4px;
    background-color: var(--dark-100);
    border-radius: 8px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.10);
    padding: 4px;
}

.tariffs-use-switch-wrapper.light .tariffs-use-switch {
    background-color: var(--dark-10);
}

.tariffs-use-switch .active {
    background-color: var(--green);
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.2s linear;
}

.tariffs-use-switch-wrapper.light .tariffs-use-switch .active{
    color: var(--white);
    background-color: var(--dark-100);
}

.tariffs-use-switch button {
    padding: 5px 8px;
    transition: all 0.2s linear;
}

.ivol-ai-section {
    background-color: var(--dark-100);
    padding: 64px 0;
}

.ivol-ai-section-title {
    max-width: 790px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    line-height: 48px;
    color: var(--white);
    margin: 0 auto 48px auto;
}

.ivol-ai-cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

.ivol-ai-card {
    position: relative;
    grid-column: span 2;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 16px;
    min-height: 450px;
    border: 1px solid transparent;
    background:
        linear-gradient(var(--dark-100), var(--dark-100)) padding-box,
        linear-gradient(135deg, rgba(77, 170, 131, 1) 0%, rgba(31, 68, 52, 0.09) 100%) border-box;
}

.ivol-ai-card--wide {
    grid-column: span 3;
}

.ivol-ai-card--wide .ivol-ai-card-img {
    align-self: center;
}

.ivol-ai-card-img {
    max-width: 348px;
    flex: 1;
    position: relative;
    min-height: 0;
    overflow: hidden;
}

.ivol-ai-card-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ivol-ai-card-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(77, 170, 131, 0.2) 0%, transparent 70%);
    pointer-events: none;
}

.ivol-ai-card-content {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ivol-ai-card-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.218;
    color: var(--white);
    margin: 0;
}

.ivol-ai-card-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #CFCFCF;
    margin: 0;
}

.tutorials {
    display: flex;
    flex-direction: column;
    gap: 150px;
    margin: 150px 0;
}

.tutorial {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tutorial:nth-child(even) .tutorial-content, .tutorial:nth-child(odd) .tutorial-image {
    order: 1;
}

.tutorial:nth-child(odd) .tutorial-content, .tutorial:nth-child(even) .tutorial-image {
    order: 2;
}

.tutorial-title {
    color: var(--dark-100);
    font-size: 34px;
    font-weight: 700;
}

.tutorial-description {
    color: var(--dark-80);
    font-weight: 400;
    line-height: 140%;
}

.tutorial-description a {
    text-decoration: underline;
}

.tutorial-benefits-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.tutorial-benefits-list li {
    background: url('../../assets/icons/rounded_check_green.svg') no-repeat left center;
    background-size: 16px 16px;
    font-size: 16px;
    padding-left: 20px;
}

.tutorial-controls {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tutorial-controls-title {
    color: var(--dark-100);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.tutorial-controls-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.tutorial-controls-item-text {
    color: var(--green);
    line-height: 140%;
}

.tutorial-controls-item-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../../assets/icons/arrow_small_right_black.svg") no-repeat center center / cover;
}

.tutorial-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 483px;
}

.tutorial-image {
    flex: 0 0 581px;
    height: 581px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 64px;
    padding: 125px 0;
    background-size: cover;
    border-radius: 100%;
    transition: all 0.4s ease;
}

.tutorial-future-options-image {
    background-image: url("../../assets/images/future_options.jpg");
    background-position: center;
}

.tutorial-api-options-image {
    background-image: url("../../assets/images/api_options.png");
    background-position: center;
}

.tutorial-earnings-api-image {
    background-image: url("../../assets/images/earnings_api.png");
    background-position: center;
}

.tutorial-image-text {
    max-width: 464px;
    font-weight: 700;
    font-size: 56px;
    line-height: 68px;
    text-align: center;
    color: var(--white);
}

.use-cases {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 86px;
}

.use-cases-header {
    margin-bottom: 64px;
}

.use-case {
    flex: 1 1 calc(33.333% - 20px);
}

.use-case-offers {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--dark-100);
    margin-bottom: 16px;
}

.use-case-header {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--dark-100);
    margin-bottom: 24px;
}

.use-case-list {
    list-style: none;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: var(--dark-60);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.use-case-list-item-green {
    position: relative;
    padding: 4px 8px 4px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    background: var(--green);
    border-radius: 24px;
    color: var(--green-10);
}

.use-case-list-item-green:before {
    position: absolute;
    left: 8px;
    top: 5px;
    content: '';
    display: block;
    background-color: var(--white);
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-top: 6px;
}

.use-case-list-item {
    position: relative;
    padding: 4px 8px 4px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    border-radius: 24px;
    color: var(--dark-60);
}

.use-case-list-item:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    display: block;
    background-color: var(--green);
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-top: 6px;
}

.app-wrapper .implementation {
    width: 100%;
    max-width: 100vw;
    padding: 150px 0;
    background-color: var(--green);
    border-radius: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    transform: translateY(64px);
}

.app-wrapper .implementation__upper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
}

.app-wrapper .implementation__header {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: var(--white);
    margin-bottom: 16px;
}

.app-wrapper .implementation__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #DBEEE6;
}

.app-wrapper .implementation__labels {
    margin: 4px 0 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 1000px;
    justify-content: center;
}

.app-wrapper .implementation__label {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: var(--peach);
    padding: 4px 16px;
    background-color: var(--dark-80);
    border-radius: 40px;
}

.app-wrapper .implementation__see-docs {
    margin-top: 24px;
    display: flex;
    align-items: center;
    padding: 9px 16px;
    background-color: var(--green-10);
    border-radius: 8px;
    border: none;
    text-decoration: none;
    cursor: pointer;
}

.app-wrapper .implementation__button-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: var(--green);
    margin-right: 13px;
}

.vs-code {
    overflow: hidden;
    padding: 214px 120px 150px 120px;
    background: url("../../assets/images/vs-code-bg.webp") center / cover no-repeat;
}

.vs-code-inner-wrapper {
    display: flex;
    flex-direction: column;
    gap: 170px;
}

.vs-code-header {
    scroll-margin-top: 80px;
    max-width: 483px;
}

.vs-code-header-title {
    color: var(--white);
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 16px 0;
}

.vs-code-header-controls {
    display: inline-flex;
    gap: 8px;
}

.vs-code-header-controls .primary-button {
    width: fit-content;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 8px;
}

.vs-code-header-controls .vs-code-link {
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    padding: 10px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    border: 1px solid #3F3F3F;
    border-radius: 8px;
    background: transparent;
    line-height: 1.3333em;
}

.vs-code-header-controls .vs-code-link img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.vs-code-description {
    max-width: 585px;
    align-self: flex-end;
    color: var(--white);
    font-size: 34px;
    line-height: normal;
    margin: 0;
}

.vs-code-description strong {
    color: var(--white);
}

.vs-code-stepper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.vs-code-step {
    flex: 1 1 calc(25% - 30px);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vs-code-step-marker-wrapper {
    position: relative;
    width: 24px;
    height: 24px;
}

.vs-code-step-marker {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    border-radius: 50%;
    background-color: var(--white);
    z-index: 2;
}

.vs-code-step-marker-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200dvw;
    height: 1px;
    background-color: var(--dark-20);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.vs-code-step-title {
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
}

.vs-code-step-description {
    color: var(--dark-20);
    font-size: 14px;
    margin-top: -8px;
}

.app-wrapper .pricing__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}

.app-wrapper .pricing__header_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: var(--dark-100);
}

.app-wrapper .pricing__header_controls {
    display: flex;
    gap: 16px;
    white-space: nowrap;
}

.tariffs-pricing .tariffs-pricing-section-row {
    grid-template-areas: "row-title . . .";
}

.tariffs-pricing-section-cell-price-accent {
    color: var(--red);
    font-weight: 700;
}

.tariffs-pricing-section-row.ai .tariffs-pricing-section-cell-title {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.tariffs-pricing-section-row.ai .tariffs-pricing-section-cell:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.tariffs-pricing {
    --tariffs-pricing-columns: repeat(4, 1fr);
    --tariffs-pricing-columns-gap: 4px;
    --tariffs-pricing-list-item-height: 305px;
    --tariffs-pricing-list-tariff-1-bg: linear-gradient(195deg, rgba(77, 170, 131, 0.10) 0%, rgba(77, 170, 131, 0.02) 50%, rgba(77, 170, 131, 0.06) 100%);
    --tariffs-pricing-list-tariff-2-bg: linear-gradient(180deg, rgba(77, 170, 131, 0.12) 0%, rgba(77, 170, 131, 0.04) 50%, rgba(77, 170, 131, 0.07) 100%);
    --tariffs-pricing-list-tariff-3-bg: linear-gradient(165deg, rgba(77, 170, 131, 0.10) 0%, rgba(77, 170, 131, 0.02) 50%, rgba(77, 170, 131, 0.06) 100%);
    --tariffs-pricing-list-item-padding: 40px 16px;
    --tariffs-pricing-list-item-icon-wrapper-bg: var(--green-40);
    --tariffs-pricing-list-item-icon-wrapper-hover-bg: var(--green);
    --tariffs-pricing-list-item-title-color: var(--dark-100);
    --tariffs-pricing-list-item-title-size: 20px;
    --tariffs-pricing-list-item-price-amount-size: 34px;
    --tariffs-pricing-list-item-price-amount-color: var(--dark-100);
    --tariffs-pricing-list-item-price-period-color: var(--dark-80);
    --tariffs-pricing-list-item-link-color: #61C59B;
    --tariffs-pricing-list-item-link-bg: var(--green-20);
    --tariffs-pricing-list-item-link-hover-color: var(--white);
    --tariffs-pricing-list-item-link-hover-bg: #61C59B;
    --tariffs-pricing-section-content-bg: var(--dark-5);
    --tariffs-pricing-section-cell-color: var(--dark-80);
    --tariffs-pricing-section-cell-border-color: var(--dark-20);
    --tariffs-pricing-section-cell-title-color: var(--dark-100)
}

.app-wrapper .limit-description {
    color: var(--dark-100);
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
}

.app-wrapper .professional-use {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    max-width: 585px;
    margin: 0 auto 150px;
}

.app-wrapper .professional-use-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: var(--dark-100);
}

.app-wrapper .professional-use-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: var(--dark-60);
}

.app-wrapper .professional-use * > a {
    font-weight: 600;
    color: var(--green);
    text-decoration: none;
}

.bottom-wrapper {
    margin-bottom: 100px;
}

.bottom-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 147px;
    background-color: #F3F3F3;
    border-radius: 16px;
    padding: 75px 102px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.bottom-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.bottom-title {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.218em;
    color: var(--dark-100);
    text-align: center;
    margin: 0;
    width: 585px;
}

.bottom-buttons {
    display: flex;
    gap: 16px;
}

.faq-button,
.contact-us-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 128px;
    padding: 10px 8px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    box-sizing: border-box;
}

.faq-button {
    background-color: transparent;
    color: var(--dark-100);
    border: 1px solid #CFCFCF;
}

.contact-us-button {
    background-color: var(--dark-100);
    color: var(--white);
    border: none;
}

.bottom-cards {
    display: flex;
    gap: 30px;
    width: 100%;
}

.bottom-card {
    flex: 1;
    max-width: 483px;
    height: 255px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.bottom-card-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.bottom-card-title {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.218em;
    color: var(--white);
    margin: 0;
    max-width: 214px;
}

.bottom-card-button {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 10px 8px;
    background-color: var(--white);
    color: #272B29;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
}

.bottom-card-dark {
    background-color: #050505;
}

.bottom-card-dark::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(15, 15, 15, 0.6);
    z-index: 1;
}

.bottom-card-green {
    background-color: #4DAA83;
}

.bottom-card-green::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(15, 15, 15, 0.6);
    z-index: 1;
}

.app-wrapper .black-text {
    color: var(--dark-100);
}

.app-wrapper .overflow-hidden {
    overflow: hidden;
}

.excel-integration {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 150px 0;
}

.excel-integration-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.excel-integration-title, .excel-integration-description {
    max-width: 585px;
}

.excel-integration-title {
    color: var(--dark-100);
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;

    @media screen and (max-width: 590px) {
        font-size: 28px;
    }
}

.excel-integration-description {
    color: var(--dark-80);
    text-align: center;
    font-size: 20px;
    line-height: 28px;

    @media screen and (max-width: 590px) {
        font-size: 16px;
    }
}

.excel-integration-guide {
    display: flex;
    gap: 30px;

    @media screen and (max-width: 960px) {
        flex-direction: column;
    }
}

.excel-integration-image {
    flex: 1 1 60%;
}

.excel-integration-steps {
    flex: 1 1 40%;
    padding: 32px;
    border-radius: 24px;
    background: var(--dark-5);
}

.excel-integration-steps-order {
    flex: 1 1 50%;
    position: relative;
    counter-reset: step;
}

.excel-integration-steps-order::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: var(--dark-10);
    top: 0;
    bottom: 0;
    left: 36px;
    margin-left: -3px;
}

@media screen and (max-width: 590px) {
    .excel-integration-steps-order::after {
        left: 6px;
    }
}

.excel-integration-step {
    padding: 20px 35px;
    position: relative;
    background-color: inherit;
    left: 36px;
    color: var(--dark-80);
    font-size: 20px;
    line-height: normal;

    @media screen and (max-width: 590px) {
        font-size: 16px;
        padding-left: 0;
    }

    .features-timeline-item-title {
        color: var(--white);
        font-size: 28px;
        font-weight: 500;
        line-height: normal;
    }

    .features-timeline-item-description {
        color: var(--dark-40);
        line-height: normal;
    }
}

.excel-integration-step::after {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--dark-100);
    content: counter(step);
    counter-increment: step;
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    left: -15px;
    background-color: var(--dark-10);
    border: 4px solid var(--dark-10);
    top: 25px;
    border-radius: 50%;
    z-index: 1;
}

.excel-integration-step:first-child {
    padding-top: 0;
}

.excel-integration-step:first-child::after {
    top: 0;
}

.excel-integration-step:last-child {
    padding-bottom: 0;
}

.excel-integration-step:last-child::after {
    bottom: 0;
    top: unset;
}

@media screen and (max-width: 590px) {
    .excel-integration-step::after {
        left: -44px;
    }
}

@media screen and (max-width: 960px) {
    .hero-wrapper {
        background: url('../../assets/images/data_cloud_api_intro_bg.webp') no-repeat top center / 125% auto;
        padding: 40px 0 60px;
    }

    .hero-block {
        flex-direction: column;
        justify-content: start;
    }

    .hero-left {
        flex-basis: 100%;
    }

    .hero-desc {
        flex-basis: 100%;
    }

    .hero-logo {
        font-size: 56px;
        line-height: 1.25;
    }

    .hero-buttons > * {
        flex: 1 1 45%;
    }

    .features-list {
        justify-content: center;
    }

    .feature {
        flex-basis: 320px;
    }

    .tutorials {
        gap: 100px;
        margin: 100px 0;
    }

    .tutorial-content {
        max-width: unset;
    }

    .tutorial-content-reversed {
        order: 1
    }
}

@media screen and (max-width: 1062px) {
    .tutorial {
        flex-direction: column-reverse;
        gap: 32px;
    }

    .tutorial-image {
        padding: 82px 0;
        flex-basis: 336px;
        width: 336px;
        height: 336px;
        gap: 24px;
    }

    .tutorial-image-text {
        font-size: 34px;
        line-height: 41px;
    }

    .app-wrapper .use-case {
        flex-basis: auto;
    }

    .app-wrapper .professional-use {
        max-width: 623px;
    }

    .bottom-title {
        font-size: 34px;
    }

    .only-desktop-visibility {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .individual-tariffs, .commercial-tariffs {
        gap: 32px 16px;
    }

    .tutorial-image-text {
        max-width: 260px;
    }

    .tariffs-pricing .tariffs-pricing-section-row {
        grid-template-areas:
        "row-title row-title row-title"
        ". . .";
    }

    .tariffs-pricing {
        --tariffs-pricing-columns: repeat(3, 1fr);
        --tariffs-pricing-list-item-height: 228px;
        --tariffs-pricing-list-item-padding: 16px;
        --tariffs-pricing-list-item-title-size: 15px;
        --tariffs-pricing-list-item-price-amount-size: 24px;
    }

    .vs-code {
        padding: 164px 40px 100px 40px;
    }

    .vs-code-inner-wrapper {
        gap: 100px;
    }

    .vs-code-description {
        align-self: flex-start;
    }

    .vs-code-step {
        flex: 1 1 calc(50% - 30px);
    }

    .use-case {
        flex: 1 1 calc(50% - 15px);
    }

    .bottom-banner {
        gap: 60px;
        padding: 48px 40px;
    }

    .bottom-title {
        width: auto;
        font-size: 34px;
    }

    .bottom-cards {
        flex-direction: column;
    }

    .bottom-card {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 591px) and (max-width: 960px) {
    .tariffs-pricing-section-cell.tariff-3 {
        border-bottom-right-radius: 16px;
    }
}

@media screen and (max-width: 767px) {
    .hero-wrapper {
        padding-bottom: 40px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons > * {
        height: 62px;
        width: 100%;
        flex-basis: auto;
    }

    .doc-button {
        display: flex;
        justify-content: center;
    }

    .features {
        margin-bottom: 100px;
    }

    .features-header {
        font-size: 28px;
        line-height: 36px;
    }

    .features .feature {
        flex-basis: 100%;
    }

    .app-wrapper .implementation__see-docs {
        justify-content: center;
        width: 100%;
    }

    .bottom-banner {
        flex-direction: column;
        gap: 32px;
    }

    .bottom-cards {
        flex-direction: column;
    }

    .bottom-card {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 590px) {
    .hero-wrapper {
        background: url('../../assets/images/data_cloud_api_intro_bg.webp') no-repeat top center / 400% auto;
    }

    .individual-tariffs, .commercial-tariffs {
        flex-direction: column;
        gap: 16px 0;
    }

    .tutorial-image-text {
        max-width: 248px;
    }

    .app-wrapper .pricing__header_controls {
        flex-direction: column;
    }

    .tariffs-pricing {
        --tariffs-pricing-columns: repeat(2, 1fr);
        --tariffs-pricing-list-item-height: 119px;
    }

    .tariffs-pricing .tariffs-pricing-section-row {
        grid-template-areas: "row-title .";
    }

    .tariffs-pricing-section-row.ai .tariffs-pricing-section-cell-title {
        border-top-left-radius: 16px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 16px;
    }

    .tariffs-pricing-section-row.ai .tariffs-pricing-section-cell:has(:not(.tariffs-pricing-section-cell-title)) {
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .app-wrapper .implementation__header {
        font-size: 28px;
    }

    .app-wrapper .implementation__labels {
        margin: 16px 0 16px;
    }

    .vs-code {
        padding: 164px 16px 100px 16px;
    }

    .vs-code-header-controls {
        display: flex;
        flex-direction: column;
    }

    .vs-code-header-controls .primary-button {
        width: 100%;
    }

    .vs-code-header-controls .vs-code-link {
        width: 100%;
        justify-content: center;
    }

    .vs-code-step {
        flex: 1 1 calc(100%);
    }

    .use-case {
        flex: 1 1 100%;
    }
}

@media screen and (max-width: 960px) {
    .ivol-ai-section {
        padding: 40px 0;
    }

    .ivol-ai-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .ivol-ai-card,
    .ivol-ai-card--wide {
        grid-column: span 1;
    }
}

@media screen and (max-width: 590px) {
    .ivol-ai-section-title {
        font-size: 24px;
        line-height: 32px;
    }

    .ivol-ai-cards {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 992px) {
    .nav.nav-tabs {
        width: 83.33333333%;
        margin: 0 auto;
    }
}
