.ivollive-web-platform {
    display: flex;
    flex-direction: column;
    gap: 150px;
    padding: 70px 0;
}

.intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.intro .page-title {
    max-width: 585px;
    margin: 0;
}

.intro .page-subtitle {
    max-width: 475px;
}

.intro .controls {
    display: flex;
    align-items: center;
    gap: 16px;

}

.pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing .section-title {
    margin-bottom: 24px;
}

.tariffs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
}

.time-ranges {
    margin-bottom: 16px;
    padding: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 16px;
}

.tariff {
    position: relative;
    flex: 0 1 380px;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid var(--dark-20);
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-radius: 24px;
    transition: all 0.5s;
    padding: 16px;
}

.tariff-header {
    min-height: 64px;
}

.tariff-title {
    font-size: 20px;
    color: var(--dark-100);
    margin-bottom: 8px;
    font-weight: 600;
}

.tariff-description {
    font-size: 14px;
    font-weight: 400;
    color: var(--dark-80);
}

.tariff-price {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: var(--dark-100);
    font-size: 34px;
    font-weight: 700;
    padding-left: 16px;
}

.currency-sign {
    position: absolute;
    left: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: var(--dark-80);
}

.billing-info {
    color: var(--dark-80);
    font-size: 14px;
    font-weight: 400;
}

.tariff-trial {
    flex: unset;
    padding: 6px 12px;
    font-size: 14px;
}

.tariff-services {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

.service-title {
    flex: 1 1 100%;
    color: var(--dark-80);
    font-size: 14px;
    font-weight: 700;
}

.included-service-icon {
    flex: 0 0 16px;
}

.service-subtitle {
    color: var(--dark-80);
    font-size: 12px;
    font-weight: 400;
}

.service-labels {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 93px;
    gap: 10px;
}

.label {
    background-color: var(--dark-100);
    white-space: nowrap;
    padding: 4px 8px 3px 8px;
    border-radius: 100px;
    font-size: 12px;
    line-height: 12px;
    color: var(--white);
    margin-left: auto;
}

.hint {
    background-color: var(--green);
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 19px;
    height: 19px;
    border-radius: 100%;
    position: relative;
    user-select: none;
    animation: fadeIn 1s;
    cursor: pointer;
    transition: background-color 0.4s ease;
    fill: var(--white);
}

.hint-icon {
    display: inline-block;
    width: 3px;
    height: 16px;
    background: url("./../assets/icons/hint.svg") no-repeat center center / cover;
}

.hint-close-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("./../assets/icons/close_hint.svg") no-repeat center center / cover;
}

.hint .show {
    visibility: visible;
}

.hint-opened .hint-icon {
    display: none !important;
}

.hint-closed .hint-close-icon {
    display: none !important;
}

.service-content {
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    margin: 8px 0;
}

.content-item {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

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

.content-item-title {
    flex: 1 1 0;
    color: var(--dark-80);
    font-size: 14px;
}

.service-hint-text {
    transition: all 0.3s ease-in-out;
    background-color: var(--white);
    color: var(--dark-80);
    font-size: 14px;
    line-height: 17px;
    padding: 16px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    margin: 5px 0;
}

.sublist {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 10px;
}

.service-hint-text ul {
    list-style: disc;
}

.service .hidden {
    transform: translateX(-10000px);
    height: 0 ;
    padding: 0;
}

.included-service-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.included-service-icon {
    background: url("./../assets/icons/included_to_package.svg") no-repeat center center / cover;
}

.non-personal-use {
    max-width: 585px;
    margin: 0 auto 100px auto;
}

.non-personal-use .section-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: var(--dark-100);
    margin-bottom: 16px;
}

.non-personal-use-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: var(--dark-60);
}

.data-download-service,
.pnl-calculator,
.options-scanner-preview,
.ivx-monitor,
.option-chain {
    display: flex;
    gap: 30px;
}

.data-download-service .image,
.pnl-calculator .image,
.options-scanner-preview .image,
.ivx-monitor .image,
.option-chain .image {
    flex: 0 1 790px;
}

.data-download-service .text,
.pnl-calculator .text,
.options-scanner-preview .text,
.ivx-monitor .text,
.option-chain .text {
    flex: 1 1 380px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.data-download-service .text p,
.pnl-calculator .text p,
.options-scanner-preview .text p,
.ivx-monitor .text p,
.option-chain .text p {
    color: var(--dark-80);
    line-height: 140%;
}

.options-scanner {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.options-scanner-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.options-scanner-content .title {
    max-width: 585px;
    color: var(--dark-100);
    font-size: 34px;
    font-weight: 700;
}

.options-scanner-content .content-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px;
    align-items: center;
    align-content: center;
    border-radius: 16px;
    border: 1px solid var(--dark-5);
}

.options-scanner-content .content-list .content-list-item {
    flex: 0 1 calc(25% - 16px);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    color: var(--dark-80);
    font-weight: 600;
    line-height: 140%;
    white-space: nowrap;
}

.options-scanner-content .content-list .content-list-item .content-list-item-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("./../assets/icons/star_shine.svg") center / contain no-repeat;
}

.options-scanner-content .content-description {
    display: flex;
    gap: 30px;
    color: var(--dark-80);
    line-height: 140%;
}

.options-scanner-content .content-description p {
    flex: 1 1 33.333%;
}

.stock-monitor {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.stock-monitor .description {
    display: flex;
    gap: 30px;
    color: var(--dark-80);
    line-height: 140%;
}

.stock-monitor .description p {
    flex: 1 1 50%;
}

.calculators,
.charts,
.sentiment-analyzer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.calculators .section-title,
.charts .section-title,
.sentiment-analyzer .section-title {
    max-width: 585px;
    text-align: center;
}

.calculators .description,
.charts .description,
.sentiment-analyzer .description {
    max-width: 585px;
    color: var(--dark-80);
    text-align: center;
    line-height: 140%;
}

.calculators .images,
.charts .images,
.sentiment-analyzer .images {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.calculators .images .image,
.charts .images .image,
.sentiment-analyzer .images .image {
    flex: 0 1 calc(50% - 15px);
}

.ivx-monitor .images .foreground {
    max-width: 445px;
    transform: translate(10%, -30%);
}

.sentiment-analyzer .description {
    margin-bottom: 64px;
}

.sentiment-analyzer .content-list-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sentiment-analyzer .content-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.sentiment-analyzer .content-list .background-circle {
    position: absolute;
    top: -20%;
    width: 495px;
    height: 495px;
    overflow: visible;
    border-radius: 50%;
    background: var(--green-5);
    z-index: -1;
}

.sentiment-analyzer .content-list .content-list-item {
    flex: 0 1 calc(485px - 30px);
    display: flex;
    padding: 16px;
    gap: 24px;
    border-radius: 16px;
    border: 1px solid var(--dark-5);
    background: var(--white);
}

.sentiment-analyzer .content-list .content-list-item .content-item-number {
    align-self: start;
    padding: 14px 19px;
    color: var(--green);
    background-color: var(--green-10);
    border-radius: 16px;
    font-weight: 600;
}

.sentiment-analyzer .content-list .content-list-item .content-item-description {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sentiment-analyzer .content-list .content-list-item .content-item-description .title {
    color: var(--dark-100);
    font-size: 20px;
    font-weight: 700;
}

.sentiment-analyzer .content-list .content-list-item .content-item-description .text {
    color: var(--dark-80);
    line-height: 140%;
}

.get-started {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    border-radius: 16px;
    background: var(--dark-5);
    padding: 75px 100px 0;
}

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

.get-started .get-started-header .section-title {
    max-width: 445px;
    text-align: center;
}

.get-started .image {
    position: relative;
    width: 100%;
}

.get-started .image .light-button {
    position: absolute;
    left: calc(50% - 125px);
    top: 50%;
    font-family: Inter, sans-serif;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.24px;
}

.get-started .image .light-button .arrow-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("./../assets/icons/arrow_left_green.svg") center / contain no-repeat;
    filter: invert(0%) sepia(9%) saturate(5452%) hue-rotate(57deg) brightness(0%) contrast(50%);
    transform: rotate(180deg);
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.app-wrapper .reveal {
    transition: all 1s ease-out;
    opacity: 0;
    transform: translateY(150px);
}

.app-wrapper .reveal--active {
    opacity: 1;
    transform: translateY(0px);
}

@media (prefers-reduced-motion: reduce) {
    .app-wrapper * {
        scroll-behavior: smooth !important;
    }
}

@media (pointer: fine) {
    .app-wrapper .tariffs .tariff:hover {
        rgba(50, 50, 93, 0.25) 0 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0 30px 60px -30px;
        box-shadow: rgba(255, 255, 255, 0.1) 0 1px 1px 0 inset,
        rgba(50, 50, 93, 0.25) 0 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0 30px 60px -30px;
    }
}

@media screen and (max-width: 1024px) {
    .sentiment-analyzer .content-list .background-circle {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .ivollive-web-platform {
        gap: 100px;
    }

    .intro .controls {
        flex-direction: column;
        width: 100%;
    }

    .intro .controls a {
        width: 100%;
    }

    .non-personal-use {
        max-width: unset;
        margin: unset;
    }

    .data-download-service,
    .pnl-calculator,
    .options-scanner-preview,
    .ivx-monitor,
    .option-chain {
        flex-direction: column;
    }

    .data-download-service .text,
    .pnl-calculator .text,
    .options-scanner-preview .text,
    .ivx-monitor .text,
    .option-chain .text {
        flex: unset;
    }

    .data-download-service .text .section-title,
    .pnl-calculator .text .section-title,
    .options-scanner-preview .text .section-title,
    .ivx-monitor .text .section-title,
    .option-chain .text .section-title {
        max-width: 380px;
    }

    .data-download-service .image,
    .pnl-calculator .image,
    .options-scanner-preview .image,
    .ivx-monitor .image,
    .option-chain .image {
        flex: unset;
        order: 2;
    }

    .options-scanner-content .content-list .content-list-item {
        flex: 0 1 calc(50% - 16px);
    }

    .options-scanner-content .content-description {
        flex-direction: column;
    }

    .stock-monitor .description {
        flex-direction: column;
    }

    .calculators,
    .charts,
    .sentiment-analyzer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .calculators .section-title,
    .charts .section-title,
    .sentiment-analyzer .section-title {
        max-width: 585px;
        text-align: center;
    }

    .calculators .description,
    .charts .description,
    .sentiment-analyzer .description {
        max-width: 585px;
        color: var(--dark-80);
        text-align: center;
        line-height: 140%;
    }

    .calculators .images,
    .charts .images,
    .sentiment-analyzer .images {
        display: flex;
        gap: 30px;
        margin-top: 40px;
    }

    .calculators .images .image,
    .charts .images .image,
    .sentiment-analyzer .images .image {
        flex: 0 1 calc(50% - 15px);
    }

    .calculators .description,
    .charts .description,
    .sentiment-analyzer .description {
        max-width: unset;
    }

    .calculators .images,
    .charts .images,
    .sentiment-analyzer .images {
        gap: 16px;
    }

    .calculators .images .image,
    .charts .images .image,
    .sentiment-analyzer .images .image {
        flex: 0 1 calc(50% - 8px);
    }

    .ivx-monitor .images .foreground {
        max-width: 387px;
        transform: translate(10%, -30%);
    }

    .sentiment-analyzer .description {
        margin-bottom: 32px;
    }

    .sentiment-analyzer .content-list .content-list-item {
        width: 100%;
        flex: unset;
    }

    .get-started {
        padding: 50px 24px 0;
    }
}

@media screen and (max-width: 430px) {
    .ivollive-web-platform {
        gap: 32px;
    }

    .ivx-monitor .images .foreground {
        max-width: 193px;
        transform: translate(10%, -30%);
    }

    .get-started {
        padding: 50px 16px 0;
    }

    .get-started .image .light-button {
        font-size: 12px;
        top: calc(50% - 25px);
        left: calc(50% - 100px);
    }
}
