.heroSection__cta {
    width: 100%;
    max-width: 1080px;
    margin: -54px auto 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 64px 16px 150px;
    min-height: 95vh;
}

@media (max-width: 720px) {
    .heroSection__cta {
        grid-template-columns: 1fr;
        padding: 40px 16px 0px;
        margin: 0px auto 0px;
    }
}

.heroSection__cta__copy,
.heroSection__cta__demo {
    max-width: 100vw;
}

.heroSection__cta__copy {
    display: grid;
    row-gap: 1em;
}

.heroSection__cta__copy header {
    padding-left: 16px;
    color: rgb(39, 97, 245);
    display: flex;
    align-items: flex-end;
    min-height: 200px;
    min-width: calc(100% + 100px);
}

.heroSection__cta__copy header h1 {
    font-family: Platform, sans-serif;
    font-size: 60px;
    letter-spacing: 0px;
    line-height: 90%;
    margin-top: 80px;
}

.heroSection__cta__copy>div,
.heroSection__cta__copy>footer {
    padding: 0px 16px;
}

.heroSection__cta__copy div p {
    font-size: 18px;
    color: rgb(101, 106, 111);
}

.heroSection__cta__copy footer a {
    margin: 0px 16px 16px 0px;
    font-weight: 500;
}

.heroSection__cta__copy footer a svg {
    height: 12px;
    width: 12px;
    transform: rotate(-90deg);
    opacity: 0.7;
    position: relative;
    top: 1px;
}

.heroSection__cta__copy footer a.start-button {
    color: white;
    background: rgb(39, 97, 245);
    border-bottom: 2px solid rgb(10, 29, 198);
    padding: 0.5em 1em 0.5em 1.25em;
    border-radius: 7px;
}

.heroSection__cta__copy footer a.start-button:hover {
    background: rgb(39, 97, 245);
}

.heroSection__cta__copy footer a.start-button svg path {
    fill: white;
}

.heroSection__cta__copy footer a.learn-more-button {
    color: rgb(77, 85, 91);
}

.heroSection__cta__copy footer a.learn-more-button svg path {
    fill: rgb(77, 85, 91);
}

@media (max-width: 720px) {
    .heroSection__cta__copy header {
        padding-left: 0px;
        min-width: 100%;
        max-width: 100%;
    }

    .heroSection__cta__copy header h1 {
        font-size: 40px;
        line-height: 95%;
    }

    .heroSection__cta__copy header,
    .heroSection__cta__copy footer,
    .heroSection__cta__copy>div {
        padding: 0px;
    }

    .heroSection__cta__copy a.learn-more-button {
        display: none;
    }
}

@media (max-width: 720px) {
    .heroSection__cta__demo {
        margin: 4em auto 1em;
    }

    .heroSection__cta__demo figure {
        margin: 0px;
    }
}

.heroSection__scene-front,
.heroSection__scene-back {
    position: absolute;
}

.heroSection__scene-front {
    top: 40px;
    left: 0px;
    right: 0px;
    height: 100vh;
    z-index: -1;
    background: url("https://upsolve.org/images/illustrations/home-cover-front.svg") center bottom / contain no-repeat;
}

.heroSection__scene-back {
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100vh;
    max-width: 960px;
    margin-left: auto;
    z-index: -2;
    background: url("../images/illustrations/home-cover-back.svg") center bottom / contain no-repeat;
    /* background: url("https://upsolve.org/images/illustrations/home-cover-back.svg") center bottom / contain no-repeat; */
    opacity: 0.7;
}

.hp__reviews {
    margin: 3em 0px;
}

.hp__impact {
    width: 100%;
    max-width: 1080px;
    margin: 3em auto 2em;
    overflow: visible;
    text-align: center;
}

.hp__impact .live-updates {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(191, 202, 255);
}

.hp__impact .live-updates svg {
    height: 14px;
    width: 14px;
    margin: 4px 2px 0px 0px;
}

.hp__impact .live-updates svg circle {
    height: 100%;
    width: 100%;
    animation: 0.75s ease 0s infinite alternate none running live-updates-blinker;
}

.hp__impact .debt-relieved {
    color: rgb(39, 97, 245);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0.25em 0px 0px;
}

.hp__impact .debt-relieved .incrementer {
    width: 210px;
    overflow: visible;
    text-align: left;
    margin-left: 8px;
    text-decoration: underline;
}

@media (max-width: 720px) {
    .hp__impact .debt-relieved {
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
}

.valuePropSection {
    width: 100%;
    max-width: 1080px;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    min-height: 85vh;
}

@media (max-width: 720px) {
    .valuePropSection {
        grid-template-columns: 1fr;
        margin: 3em auto;
    }
}

.valuePropSection .valuePropSection__copy {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.valuePropSection .valuePropSection__copy label {
    color: rgb(39, 97, 245);
    font-weight: 500;
    margin-bottom: 0.75em;
}

.valuePropSection .valuePropSection__copy h2 {
    font-family: Platform, sans-serif;
    margin-right: -1em;
}

.valuePropSection .valuePropSection__copy ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 2.5em;
}

.valuePropSection .valuePropSection__copy li {
    display: flex;
    padding-top: 12px;
    margin-top: 12px;
}

.valuePropSection .valuePropSection__copy li:not(:first-of-type) {
    border-top: 1px solid rgb(240, 241, 242);
}

.valuePropSection .valuePropSection__copy li svg,
.valuePropSection .valuePropSection__copy li path {
    fill: rgb(23, 220, 131);
    max-height: 15px;
    max-width: 15px;
    margin: 4px 12px 4px 0px;
}

.valuePropSection .valuePropSection__copy li p {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: 300;
    color: rgb(77, 85, 91);
}

.valuePropSection .valuePropSection__copy li u {
    color: rgb(39, 97, 245);
}

.valuePropSection .valuePropSection__copy li u:hover {
    cursor: pointer;
}

.valuePropSection .valuePropSection__copy a.start-button {
    color: white;
    background: rgb(39, 97, 245);
    border-bottom: 2px solid rgb(10, 29, 198);
    padding: 0.5em 1em 0.5em 1.25em;
    border-radius: 7px;
    margin: 0px 16px 16px 0px;
    font-weight: 500;
}

.valuePropSection .valuePropSection__copy a.start-button svg {
    height: 12px;
    width: 12px;
    transform: rotate(-90deg);
    opacity: 0.7;
    position: relative;
    top: 1px;
}

.valuePropSection .valuePropSection__copy a.start-button:hover {
    background: rgb(39, 97, 245);
}

.valuePropSection .valuePropSection__copy a.start-button svg path {
    fill: white;
}

@media (max-width: 1080px) {
    .valuePropSection .valuePropSection__copy {
        padding: 16px;
    }

    .valuePropSection .valuePropSection__copy h2 {
        margin-right: 0px;
    }

    .valuePropSection .valuePropSection__copy>div {
        display: flex;
        text-align: center;
    }

    .valuePropSection .valuePropSection__copy>div .start-button {
        -webkit-box-flex: 1;
        flex-grow: 1;
    }
}

.valuePropSection .valuePropSection__devices {
    display: grid;
    grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
}

.valuePropSection .valuePropSection__devices figure {
    position: relative;
    margin: 0px auto;
    left: -25%;
}

.valuePropSection .valuePropSection__devices>div {
    height: 540px;
    margin: auto 0px;
    overflow: visible;
}

.valuePropSection .valuePropSection__devices>div.front {
    z-index: 5;
}

.valuePropSection .valuePropSection__devices>div.back {
    z-index: -5;
    transform: scale(0.75);
}

.valuePropSection .valuePropSection__devices>div.back figure {
    left: -55%;
}

@media (max-width: 960px) {
    .valuePropSection .valuePropSection__devices {
        margin: 2em 0px;
        grid-template-columns: 1fr;
    }

    .valuePropSection .valuePropSection__devices figure {
        left: 0px;
        margin: 0px auto;
    }

    .valuePropSection .valuePropSection__devices div.back {
        display: none;
    }
}

/* .valuePropSection {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: url("../images/illustrations/home-cover-back.svg") center center / contain no-repeat;
} */

.valuePropSection__laptop {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: url("../images/illustrations/home-cover-back-laptop.svg") center center / contain no-repeat;
    /* transform: scale(0.7); */
}

.valuePropSection__pad {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: url("../images/illustrations/home-cover-back-pad.svg") center center / contain no-repeat;
    /* transform: scale(0.7); */
}

@media (max-width: 960px) {
    .valuePropSection .valuePropSection__forms {
        overflow: hidden;
        padding: 1em 0px 5em;
    }
}

@media (max-width: 960px) {
    .valuePropSection {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    .valuePropSection.mobile-reverse {
        flex-flow: column-reverse;
    }
}

.faqSection {
    background: rgb(247, 247, 250);
}

.faqSection__header {
    text-align: center;
    padding: 3em 2em 0.5em;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.faqSection__header label {
    color: rgb(39, 97, 245);
}

.faqSection__header small {
    opacity: 0.5;
    margin-top: 0.5em;
}

/* .cdVTXM {
    box-sizing: border-box;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 100%;
    font-weight: 500;
    padding: 0.5em 1em;
    font-size: 0.8em;
    transition: background 250ms ease 0s, border 250ms ease 0s, color 250ms ease 0s, path 250ms ease 0s, fill 250ms ease 0s, opacity 250ms ease 0s;
    background: transparent;
    border: 1px solid rgb(153, 153, 165);
    color: rgb(77, 85, 91);
}

.cdVTXM:disabled {
    border: 1px solid rgba(153, 153, 165, 0.5);
    color: rgba(77, 85, 91, 0.5);
}

.eMsHBU {
    margin: 1.5em 0px;
    border: 1px solid rgb(244, 244, 245);
} */

.actionLink {
    text-decoration: none;
    color: rgb(77, 85, 91);
}

.actionLink,
.actionLink:visited,
.actionLink:active {
    color: rgb(39, 97, 245);
}

.actionLink:hover {
    color: rgb(25, 26, 155);
    text-decoration: none;
    cursor: pointer;
}

.mainHeading {
    font-size: 52px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: -0.5px;
    color: rgb(77, 85, 91);
}

@media screen and (max-width: 45em) {
    .mainHeading {
        font-size: 40px;
        line-height: 140%;
    }
}

/* .efLoqJ {
    font-size: 2em;
    line-height: 45px;
    font-weight: 400;
    color: rgb(77, 85, 91);
}

@media screen and (max-width: 45em) {
    .efLoqJ {
        font-size: 27px;
        line-height: 140%;
    }
} */

.faqTitle {
    font-size: 1.5em;
    line-height: 36px;
    font-weight: 400;
    color: rgb(77, 85, 91);
}

@media screen and (max-width: 45em) {
    .faqTitle {
        font-size: 23px;
        line-height: 140%;
    }
}

.questionText {
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 400;
    color: rgb(77, 85, 91);
}

@media screen and (max-width: 45em) {
    .questionText {
        font-size: 18px;
        line-height: 140%;
    }
}

.sectionLabel {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
    color: rgb(77, 85, 91);
}

@media screen and (max-width: 45em) {
    .sectionLabel {
        font-size: 13px;
        line-height: 140%;
    }
}

.bodyText {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: rgb(77, 85, 91);
}

.faqSubtitle {
    font-size: 13px;
    line-height: 100%;
    padding: 0px 0.25em 0px 0px;
    color: rgb(77, 85, 91);
}

.faqContainer {
    width: 100%;
    max-width: 960px;
    margin: 0px auto;
    padding: 2em 1em;
}

.faq__question {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    margin: 0.5em 0px;
}

.faq__question__header {
    padding: 1.25em 2em;
    border-bottom: 2px solid rgb(240, 241, 242);
    color: rgb(60, 93, 255);
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.faq__question__header label {
    color: rgb(60, 93, 255);
    line-height: 125%;
}

.faq__question__header svg {
    transition: all 250ms ease 0s;
    height: 16px;
    width: 16px;
    min-width: 16px;
    margin-left: 10px;
}

.faq__question__header svg path {
    fill: rgb(60, 93, 255);
}

.faq__question__header.opened svg {
    transform: rotate(180deg);
}

.faq__question__header.opened {
    display: none;
}

.faq__question__header:hover,
.faq__question__header label:hover,
.faq__question__header svg:hover {
    cursor: pointer;
}

@media screen and (max-width: 45em) {
    .faq__question__header {
        padding: 1em;
    }
}

.faq__question__text {
    padding: 0px 2em 1.25em;
    border-bottom: 2px solid rgb(240, 241, 242);
    display: none;
}

.faq__question__text ul,
.faq__question__text ol {
    padding: 0px 0px 0px 2em;
}

.faq__question__text ul {
    list-style-type: initial;
}

@media screen and (max-width: 45em) {
    .faq__question__text {
        padding: 1em;
    }
}

.faq__question__header.selected {
    display: none;
}

.faq__question__header.opened.op_selected {
    display: flex;
}

.faq__question__text.t_selected {
    display: flex;
}

.faqSection {
    background: rgb(247, 247, 250);
}

.faqSection__header {
    text-align: center;
    padding: 3em 2em 0.5em;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.faqSection__header label {
    color: rgb(60, 93, 255);
}

.faqSection__header small {
    opacity: 0.5;
    margin-top: 0.5em;
}

.block {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100px;
}

.one {
    background-color: red;
}

.two {
    background-color: green;
}

/* Телефон */
.iphone-16-demo {
    display: flex;
    justify-content: center;
    padding: 20px;
    transform: rotate(8deg);
    transition: transform 0.5s ease;
}

.iphone-16 {
    position: relative;
    width: 300px;
    height: 620px;
    border-radius: 40px;
    background: #ced3ed;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    padding: 10px;
}

.iphone-screen {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.iphone-notch {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 30px;
    background: #ced3ed;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.camera,
.speaker {
    background: #9b9b9e;
    /* #333 */
    border-radius: 50%;
}

.camera {
    width: 12px;
    height: 12px;
}

.speaker {
    width: 60px;
    height: 6px;
}

.app-header {
    padding: 50px 20px 20px;
    text-align: center;
}

.app-logo {
    width: 120px;
    height: auto;
}

.app-content {
    padding: 0 20px;
}

.checklist-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.checklist-item svg {
    margin-right: 12px;
}

.notification {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 12px;
    margin: 20px 0;
}

.notification-content {
    font-size: 14px;
}

.notification .from {
    font-weight: bold;
    margin-bottom: 4px;
}

.notification .from span {
    color: #888;
    font-weight: normal;
    font-size: 12px;
}

.download-button {
    background: #3C5DFF;
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 12px;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
}

.iphone-home-indicator {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    background: #ced3ed;
    border-radius: 3px;
}

.full-screen-image {
    width: 100%;
    /* Занимает всю ширину */
    height: auto;
    /* Высота автоматически подстраивается */
    object-fit: contain;
    /* Сохраняет пропорции, вписывает по ширине */
    border-radius: 30px;
    position: absolute;
    top: 40px;
    /* Размещаем под notch */
    left: 0;
    z-index: 1;
}

/* Медиа-запрос для уменьшения телефона на маленьких экранах */
@media (max-width: 768px) {
    .iphone-16-demo {
        transform: rotate(8deg) scale(0.85);
        padding: 15px;
    }

    .iphone-16 {
        width: 255px;
        /* 300px * 0.85 */
        height: 527px;
        /* 620px * 0.85 */
        padding: 8px;
    }

    .iphone-notch {
        width: 102px;
        /* 120px * 0.85 */
        height: 25px;
        /* 30px * 0.85 */
        top: 8px;
    }

    .camera {
        width: 10px;
        height: 10px;
    }

    .speaker {
        width: 51px;
        /* 60px * 0.85 */
        height: 5px;
    }

    .iphone-home-indicator {
        width: 85px;
        /* 100px * 0.85 */
        height: 4px;
        bottom: 8px;
    }

    .full-screen-image {
        top: 34px;
        /* 40px * 0.85 */
    }
}

/* Дополнительный медиа-запрос для очень маленьких экранов */
@media (max-width: 480px) {
    .iphone-16-demo {
        transform: rotate(8deg) scale(0.7);
        padding: 10px;
    }

    .iphone-16 {
        width: 210px;
        /* 300px * 0.7 */
        height: 434px;
        /* 620px * 0.7 */
        padding: 7px;
    }

    .iphone-notch {
        width: 84px;
        /* 120px * 0.7 */
        height: 21px;
        /* 30px * 0.7 */
        top: 7px;
    }

    .camera {
        width: 8px;
        height: 8px;
    }

    .speaker {
        width: 42px;
        /* 60px * 0.7 */
        height: 4px;
    }

    .iphone-home-indicator {
        width: 70px;
        /* 100px * 0.7 */
        height: 3px;
        bottom: 7px;
    }

    .full-screen-image {
        top: 28px;
        /* 40px * 0.7 */
    }
}

.laptop-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1200px;
}

.laptop-screen {
    overflow: hidden;
    border-radius: 8px;
    transform-style: preserve-3d;
}

.laptop-image-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: perspective(700px) rotateY(3deg) rotateX(2deg);
    transform-origin: center center;
}

.laptop-full-screen-image {
    width: 60%;
    height: 60%;
    object-fit: cover;
    display: block;
    transform:
        perspective(400px) rotateY(13deg) rotateX(2deg) translateX(-135px) translateY(-50px) skewX(15deg);
    transform-origin: 5% 5%;
    /* border-radius: 4px;
        box-shadow: 
            -8px 0 20px rgba(0, 0, 0, 0.15),
            0 4px 12px rgba(0, 0, 0, 0.1); */
}

.scene {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    transform: rotate(-2deg);
    transition: transform 0.5s ease;
}

@media (max-width: 768px) {
    .scene {
        transform: rotate(-4deg) scale(0.65);
    }

    .laptop-container svg {
        transform: scale(0.8);
    }

    .laptop-full-screen-image {
        width: 55%;
        height: 55%;
        transform:
            perspective(350px) rotateY(10deg) rotateX(1deg) translateX(-130px) translateY(-55px) skewX(12deg);
    }
}

@media (max-width: 480px) {
    .scene {
        transform: rotate(-4deg) scale(0.5);
    }

    .laptop-container svg {
        transform: scale(0.6);
    }

    .laptop-full-screen-image {
        width: 50%;
        height: 50%;
        transform:
            perspective(300px) rotateY(8deg) rotateX(1deg) translateX(-120px) translateY(-55px) skewX(10deg);
    }
}

/* Ipad */
.tablet-demo-container {
    display: flex;
    justify-content: center;
    padding: 40px;
    transform: rotate(-4deg);
    transition: transform 0.5s ease;
}

.tablet-device {
    position: relative;
    width: 500px;
    height: 700px;
    border-radius: 20px;
    background: #ced3ed;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    padding: 15px;
    transform: rotate(-4deg) scale(0.93);
}

.tablet-display {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.tablet-camera-housing {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #9b9b9e;
    border-radius: 50%;
}

.tablet-app-header-section {
    padding: 40px 30px 20px;
    text-align: center;
    margin-top: 20px;
}

.tablet-app-logo {
    width: 180px;
    height: auto;
}

.tablet-app-main-content {
    padding: 0 30px;
    flex: 1;
}

.tablet-checklist-element {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    font-size: 18px;
}

.tablet-checklist-element svg {
    margin-right: 15px;
    width: 28px;
    height: 28px;
}

.tablet-notification-panel {
    background: #f5f5f5;
    border-radius: 15px;
    padding: 20px;
    margin: 30px 0;
}

.tablet-notification-text {
    font-size: 18px;
}

.tablet-notification-sender {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 20px;
}

.tablet-notification-time {
    color: #888;
    font-weight: normal;
    font-size: 16px;
}

.tablet-download-action {
    background: #3C5DFF;
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    font-weight: bold;
    margin-top: 30px;
    cursor: pointer;
    font-size: 20px;
}

.tablet-home-indicator-circle {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: #ced3ed;
    border-radius: 50%;
    border: 4px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .tablet-demo-container {
        transform: rotate(-4deg) scale(0.85);
    }
}