*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Manrope';
    src: url('../../fix-pc-issues/src/Manrope-VariableFont_wght.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fix-pc-issues/src/Roboto-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-medium';
    src: url('../../fix-pc-issues/src/Roboto-Medium.ttf') format('truetype');
    font-display: swap;
}

body{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
}

h1, h2, h3, h4, h5, h6, a{
    font-family: 'Manrope', sans-serif;
}

a{
    color: #4C67EA;
    text-decoration: unset;
}

img{
    display: block;
    max-width: 100%;
}

.mt {
    margin-top: 16px;
}

.container{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 44px;
}

.header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 44px 12px;
}

.header-left-side{
    display: flex;
    align-items: center;
}

.head-divider{
    width: 1px;
    height: 56px;
    background: #D2D4DA;
    border-radius: 2px;
    margin: 0 40px;
}

.header-left-side a{
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #101322;
}

.header-right-side{
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.button{
    display: inline-block;
    background: #4C67EA;
    border-radius: 8px;
    padding: 16px 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #fff;
}

.button.disabled{
    background: #EBECEF;
    color: #C6C9D1;
    pointer-events: none;
}

.button-full{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    column-gap: 16px;
}

.button.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
  }
  
  .button.loading::after {
    content: '';
    position: absolute;
    margin: auto;
    left: 50%;
    right: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 20px;
    height: 20px;
    border: 5px solid #4C67EA;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin-loading 0.7s linear infinite;
  }
  
  @keyframes spin-loading {
    0%   { transform: translateY(-50%) translateX(-50%) rotate(0deg); }
    100% { transform: translateY(-50%) translateX(-50%) rotate(360deg); }
  }

.container-main{
    padding: 60px 44px;
    margin-bottom: 80px;
}

.main-container{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 4rem;
}

.main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-content .download-info-item {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1{
    font-weight: 800;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -0.02em;
    color: #101322;
}

h2{
    font-weight: 800;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -0.02em;
    color: #101322;
    margin-bottom: 32px;
}


.download-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    background: #F7F7FF;
    margin-bottom: 40px;
}

.download-info-list ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
}

.download-info-list ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #5B5D6A;
    font-size: 20px;
    line-height: 26px;
}

.download-info-list ul li img{

    position: relative;
    top: 3px
}

.download-info-item h3, h3, h4{
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #101322;
    margin-bottom: 8px;
}

.download-info-item p{
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    color: #5B5D6A;
}

.download-info-item p.mb-2{
    margin-bottom: 20px;
}


.download-info-item + .download-info-item{
    margin-top: 40px;
    margin-bottom: 40px;
}

.warning{
    color: red;
}


.divider{
    margin: 24px 0;
    height: 1px;
    background: rgba(76, 103, 234, 0.08);
}

.trustpilot-section{
    padding: 12px 20px;
    text-align: center;
}

.trustpilot-section p{
    font-size: 18px;
    line-height: 26px;
    font-family: 'Roboto-Medium', sans-serif;
}


.stars-trustpilot{
    display: flex;
    justify-content: center;
    column-gap: 9px;
    margin: 8px 0;
}


.trustpilot-reviews {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

.trustpilot-reviews span{
    font-weight: 700;
    text-decoration: underline;
}

.based {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}


.about{
    padding: 24px;
}

.about h4{
    font-family: 'Roboto-medium', sans-serif;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #101322;
    margin-bottom: 12px;
}

.about p{
    font-size: 15px;
    line-height: 24px;
    color: #5B5D6A;
}

.logos{
    display: flex;
    justify-content: center;
    margin-top: 24px;
    align-items: center;
    gap: 45px;
}


.select-button{
    display: flex;
}

.select-button .button{
    font-family: 'Manrope', sans-serif;
    width: 100%;
    text-align: center;
    min-height: 68px;
    min-width: 322px;
    justify-content: center;
    align-items: center;
    display: flex
;
}

.input-wrap {
    display: flex;
    flex-direction: column;
}

.input-content {
    display: flex;
    align-items: center;
    gap: 36px;
}


.text-input {
    border-radius: 8px;
    border: 2px solid #EBECEF;
    background: #FFF;
    padding: 14px;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 34px;
    width: 375px;
    max-width: 90vw;
    min-height: 68px;

}

.text-input ::placeholder {
    color: #7A7D85;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.errord {
    border-color: #DC3545;
}

.error, .error6digit {
    display: none;
    color: #DC3545;
    font-size: 14px;
}

.error6digit {
    position: relative;
    top: -10px;
    margin-left: 50px;
}

.checkbox {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    column-gap: 8px;
    color: #7A7D85;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-width: 70%;
}

.checkbox input {
    width: 24px;
    height: 24px;
    fill: #FFF;
    stroke-width: 2px;
    stroke: #EBECEF;
}

.checkbox label {
    flex: 1;
} 

/* Modal */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex; align-items: center; justify-content: center;
    z-index: 999;
}

.modal.hidden {
display: none;
}

.modal-content {
background: white;
padding: 40px;
border-radius: 8px;
text-align: left;
max-width: 500px;
width: 90%;
position: relative;
}

.modal-content .close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 100;
}

.modal-content h5{
    color: #262836;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.modal-content p{
    color: #44465F;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.modal-content .button{
font-size: 19px;
font-style: normal;
font-weight: 700;
line-height: 24px;
margin: 0 auto;
border: none;
cursor: pointer;
display: flex;
}

.code-inputs {
display: flex;
justify-content: center;
gap: 8px;
margin: 20px 0;
}
.code-inputs input {
width: 50px; 
height: 50px;
text-align: center;
font-size: 24px;
border-radius: 10px;
border: 1px solid rgba(0, 0, 0, 0.44);
}
.resend-wrapper {
margin-top: 16px;
color: #44465F;
text-align: center;
font-size: 16px;
font-weight: 400;
line-height: normal;
}

.resend-wrapper a {
color: #44465F;
text-decoration: none;
}
.resend-wrapper span{
color: #006ED4;
}

#resend-code.disabled {
pointer-events: none;
color: gray;
}

.success{
padding: 14px;
background: #43C98B;
border-radius: 8px;
margin-top: 24px;
width: fit-content;

}

.success h5{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold; 
}

.success p{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.success.hidden{
display: none;
}

/* Spinner loader */
.loader {
    margin: 32px auto 0;
    width: 72px;
    height: 72px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #4a90e2;
    border-radius: 50%;
    animation: spin 0.8s ease-in-out infinite;
    box-shadow: 0 0 10px rgba(74, 144, 226, 0.3);
    transition: all 0.3s ease;
}

.container-footer{
    padding: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer{
    background: #000;
}

.footer-links{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 44px;
}

.footer-links a{
    color: #fff;
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    gap: 44px;
}

.main-trustpilot-section {
    display: none;
}
  

@media screen and (max-width: 992px){
    
    .error6digit {
        position: relative;
        top: -10px;
        margin-left: 1px;
    }
    .select-button .button{
        width: 100%;
        margin: 0;
    }
    
    .header-right-side{
        display: none;
    }
    .download-info-item h3, h3, h4{
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .download-info-item p{
        font-size: 15px;
        line-height: 22px;
    }
    .download-info-item + .download-info-item{
        margin-top: 32px;
        margin-bottom: 32px;
    }
    
    .button{
        padding: 12px;
        width: 100%;
        text-align: center;
        font-size: 13px;
        line-height: 18px;
    }
    
    h1{
        font-size: 36px;
        line-height: 40px;
        text-align: center;
    }

    h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 32px;
        text-align: center;
    }
    .container-main{
        padding: 12px 24px;
    }
    .header-container{
        padding: 30px 24px 12px;
    }
    .main-container{
        flex-direction: column;
        gap: 2rem;
    }
    .container-footer{
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;    }

    .footer-links{
        margin-left: 0;
        flex-direction: column;
        row-gap: 16px;
        align-items: flex-start;
    }

    .input-content {
        flex-direction: column;
        row-gap: 18px;
    }

    .text-input, .text-input::placeholder {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        min-height: 58px;
    }

 .select-button .button {
        font-size: 16px;
        min-height: 54px;
    }

    .checkbox {
        max-width: 100%;
        margin-bottom: 0;
    }

    .checkbox input {
        width: 20px;
        height: 20px;
    }

    .download-info-list {
        margin-top: 24px;
        gap: 18px;
    }

    .download-info-list ul li {
        line-height: 22px;
        font-size: 16px;
    }

    .logos {
        margin-top: 18px;
        gap: 24px;
    }
}

@media screen and (max-width: 768px){
    .main-trustpilot-section {
        display: block;
        padding: 36px 20px 0;
    }
}


@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
    }
    