:root {
    --inter: "Inter", sans-serif;
    --orbitron: "Orbitron", sans-serif;
    
    --extralight: 200;
    --light: 300;
    --regular: 400;
    --medium: 500;
    --semibold: 600;
    --bold: 700;
    --extrabold: 800;
    --black: 900; 
    
    --accent: #4466B2;
    --accent2: #F0FF97;
    --accent3: #5F7DC1;
    --dark: #272727;
    --light: #FFFFFF;
    --background: #F8F8F8;
    --grey: #B6B6B6;
    --grey-light: #ECECEC;
    --grey-dark: #8b8b97;

    --tr: .4s;

}

body {
    font-family: var(--inter);
    font-weight: var(--extralight);
    background-color: var(--grey-light);
}

a {
    text-decoration: none;
}

h1 {
    margin: 0;
    padding: 0;
}

h3 {
    margin: 0;
    padding: 0;
}

h5 {
    margin: 0;
    padding: 0;
}



.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box; 
}

    .header {
        position: relative;
        display: flex;
        background-color: var(--grey-light);
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        justify-content: space-between;
        max-width: 1440px;
        width: 100%;
        margin: 0 auto;

    }

    
    .header-fixed {
        position: fixed !important;
        background-color: var(--grey-light);
        top: 0;
        left: 0;
        border-bottom: 1px solid var(--dark);
        width: 100%;
        z-index: 1000;
        
        animation: slideDown 0.3s ease forwards;
    }

    @keyframes slideDown {
        from {
            transform: translateY(-100%);
        }
        to {
            transform: translateY(0);
        }
    }

    
    body.header-fixed-padding {
        padding-top: 60px; 
    }

        .logo {           
            display: inline-block;
            
            margin: 0;
            width: 124px;
            height: 24px;
            background-image: url(../images/logo.svg);
            background-repeat: no-repeat;
            background-size: contain;
            
        }


        .central-btn {
            position: absolute;
            left: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            border: none;
            width: 50px;
            height: 50px;
            padding-top: 16px;
            padding-bottom: 16px;
            background-color: transparent;
            cursor: pointer;  
            transform: translateX(-50%);
        }


            .nav-line01 {
            background-color: var(--dark);
            width: 50px;
            height: 2px;
            border: none;
            transition: transform 0.3s ease, opacity 0.3s ease; 
            transform-origin: center center;
            }

            .nav-line02 {
            background-color: var(--dark);
            width: 50px;
            height: 2px;
            border: none;
     
            }

            .nav-line03 {
            background-color: var(--dark);
            width: 50px;
            height: 2px;
            border: none;
            transition: transform 0.3s ease, opacity 0.3s ease; 
            transform-origin: center center;
            }

            @media (hover: hover) {
                .central-btn:hover #nav-line01 {
                    transform: translateY(8px);  
                }
            }

            @media (hover: hover) {
                .central-btn:hover #nav-line03 {
                    transform: translateY(-8px); 
                }
            }

        .buttons {
            display: flex;
        }

        .presentation-btn {
            display: flex;
            font-size: 16px;
            background-color: var(--dark);
            color: white;
            height: 40px;
            width: 200px;
            align-items: center;
            border: none;
            border-radius: 40px;
            padding-left: 20px;
            padding-right: 20px;
            gap: 11px;
            transition: var(--tr);
            cursor: pointer;
            justify-content: center;
        }


        
        @media(hover: hover) {
            .presentation-btn:hover {
                background-color: var(--accent);
            }
        }


        .connect-btn {
            display: flex;          
            justify-content: center; 
            box-sizing: border-box;
            height: 40px;
            width: 169px;
            align-items: center;
            background-color: var(--background);
            color: var(--dark);
            border-radius: 40px;
            margin-left: 20px;
            border: 1px solid var(--dark); 
            transition: var(--tr);
            cursor: pointer;

        }


        @media (hover: hover) {
            .connect-btn:hover {
                background-color: var(--accent);
                color: var(--light);
                border: 1px solid var(--accent);
            }
        }
  



.hero-finaction {
    position: relative;
    box-sizing: border-box; 
    max-width: 1920px;
    height: 100vh;  
    max-height: 740px;
    margin: 0 auto;
    background-color: var(--dark);
    background-size: cover;
    background-position: center center;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;   
    
}



.amorphous-blob {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}


.amorphous-blob::before {
    content: '';
    position: absolute;
    left: -10%;         
    top: 0;
    width: 100%;        
    height: 50%;
    
    
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.6) 20%,
        rgba(255, 255, 255, 0.2) 60%,
        rgba(255, 255, 255, 0) 100%);
    
    filter: blur(40px);      
    transform-origin: left center;
    border-radius: 0 80% 60% 0;  
    
    animation: lightSweep 14s ease-in-out infinite alternate;
}

@keyframes lightSweep {
    0% {
        transform: translateY(0%) rotate(-8deg) scaleX(0.9);
        opacity: 0.4;
    }
    25% {
        transform: translateY(30%) rotate(12deg) scaleX(1.1);
        opacity: 0.8;
    }
    50% {
        transform: translateY(60%) rotate(-5deg) scaleX(1);
        opacity: 0.6;
    }
    75% {
        transform: translateY(15%) rotate(7deg) scaleX(1.2);
        opacity: 0.7;
    }
    100% {
        transform: translateY(45%) rotate(0deg) scaleX(0.95);
        opacity: 0.5;
    }
}

    .hero-text {
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;
        justify-content: space-between;
        
        
        pointer-events: auto;
        padding: 0;
        margin: 0 auto;
        
    }


.title-group {
    margin-right: 120px;
}


        .finaction-name {
            display: block;
            
            
            
            
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: var(--grey-light);
            font-weight: var(--black);
            font-size: 160px;
            margin: 0 auto;
            padding: 0;
            
            padding-top: 40px;
        }

        .finaction-name2 {
            display: block;
            
            
            
            
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: var(--grey-light);
            font-weight: var(--black);
            font-size: 120px;
            margin: 0 auto;
            padding: 0;
            
            padding-top: 40px;
        }


        .left-align {
             display: block;
             text-align: left;     
        }
        .hero-title {
            display: block;
            
            
             
            
            
            
            font-weight: var(--light);
            letter-spacing: 0.06em;
            text-transform: uppercase;
            color: var(--accent2);
            font-size: 40px;
            margin: 0 auto;
            margin-bottom: 40px;         
        }

        
        .terminal-wrapper {
            display: inline-block;  
            white-space: nowrap;
            text-align: left;
        }

        
        .terminal-cursor {
            display: inline-block;
            width: 0.6em;          
            height: 0.8em;
            background-color: var(--grey-light);
            
            margin-left: 4px;
            animation: blink 0.5s step-end infinite;
        }

        
        @keyframes blink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0; }
        }

        .hero-bullit1 {
            position: relative;
            display: flex;
            
            padding-left: 16px;
            padding-right: 16px;
            padding-top: 8px;
            padding-bottom: 8px;
            max-width: 400px;
            opacity: 0;                  
            pointer-events: none;       
            transition: opacity 0.2s;   
        }

        .hero-bullit3 {
            position: relative;
            display: flex;
            
            padding-left: 16px;
            padding-right: 16px;
            padding-top: 8px;
            padding-bottom: 8px;
            max-width: 400px;
            opacity: 0;                  
            pointer-events: none;       
            transition: opacity 0.2s;   
        }

    
    .corner2 {
        position: absolute;
        width: 10px;
        height: 10px;
        pointer-events: none; 
        z-index: 10;
    }

    
    .corner2-tl {
        top: 0px;
        left: 0px;
        border-top: 2px solid var(--background);
        border-left: 2px solid var(--background);
    }

    
    .corner2-tr {
        top: 0px;
        right: 0px;
        border-top: 2px solid var(--background);
        border-right: 2px solid var(--background);
    }

    
    .corner2-bl {
        bottom: 0px;
        left: 0px;
        border-bottom: 2px solid var(--background);
        border-left: 2px solid var(--background);
    }

    
    .corner2-br {
        bottom: 0px;
        right: 0px;
        border-bottom: 2px solid var(--background);
        border-right: 2px solid var(--background);
    }


        .hero-description {
            max-width: 450px;
            font-weight: var(--regular);
            font-size: 16px;
            line-height: 170%;
            letter-spacing: 0.01em;
            text-transform: uppercase;
            color: var(--grey);
            margin: 0;                 
            
        }



        .hero-bullit2 {
            position: relative;
            display: flex;
            text-align: left;
            margin-left: 600px;
            padding-left: 16px;
            padding-right: 16px;
            padding-top: 8px;
            padding-bottom: 8px;
            max-width: 280px;

            opacity: 0;                  
            pointer-events: none;       
            transition: opacity 0.2s;   
        }

        .hero-bullit4 {
            position: relative;
            display: flex;
            text-align: left;
            margin-left: 600px;
            padding-left: 16px;
            padding-right: 16px;
            padding-top: 8px;
            padding-bottom: 8px;
            max-width: 280px;

            opacity: 0;                  
            pointer-events: none;       
            transition: opacity 0.2s;   
        }

        
        .hero-bullit1.animate,
        .hero-bullit2.animate {
            opacity: 1;
            pointer-events: auto;
        }

        .hero-bullit3.animate,
        .hero-bullit4.animate {
            opacity: 1;
            pointer-events: auto;
        }

        
.hero-bullit1 .corner2-tl,
.hero-bullit2 .corner2-tl {
    top: -10px;
    left: -10px;
    transition: top 0.4s ease-out, left 0.4s ease-out;
}

.hero-bullit3 .corner2-tl,
.hero-bullit4 .corner2-tl {
    top: -10px;
    left: -10px;
    transition: top 0.4s ease-out, left 0.4s ease-out;
}


.hero-bullit1 .corner2-tr,
.hero-bullit2 .corner2-tr {
    top: -10px;
    right: -10px;
    transition: top 0.4s ease-out, right 0.4s ease-out;
}

.hero-bullit3 .corner2-tr,
.hero-bullit4 .corner2-tr {
    top: -10px;
    right: -10px;
    transition: top 0.4s ease-out, right 0.4s ease-out;
}

.hero-bullit1 .corner2-bl,
.hero-bullit2 .corner2-bl {
    bottom: -10px;
    left: -10px;
    transition: bottom 0.4s ease-out, left 0.4s ease-out;
}

.hero-bullit3 .corner2-bl,
.hero-bullit4 .corner2-bl {
    bottom: -10px;
    left: -10px;
    transition: bottom 0.4s ease-out, left 0.4s ease-out;
}

.hero-bullit1 .corner2-br,
.hero-bullit2 .corner2-br {
    bottom: -10px;
    right: -10px;
    transition: bottom 0.4s ease-out, right 0.4s ease-out;
}

.hero-bullit3 .corner2-br,
.hero-bullit4 .corner2-br {
    bottom: -10px;
    right: -10px;
    transition: bottom 0.4s ease-out, right 0.4s ease-out;
}


.hero-bullit1.animate .corner2-tl,
.hero-bullit2.animate .corner2-tl {
    top: 0px;
    left: 0px;
}

.hero-bullit3.animate .corner2-tl,
.hero-bullit4.animate .corner2-tl {
    top: 0px;
    left: 0px;
}


.hero-bullit1.animate .corner2-tr,
.hero-bullit2.animate .corner2-tr {
    top: 0px;
    right: 0px;
}

.hero-bullit3.animate .corner2-tr,
.hero-bullit4.animate .corner2-tr {
    top: 0px;
    right: 0px;
}


.hero-bullit1.animate .corner2-bl,
.hero-bullit2.animate .corner2-bl {
    bottom: 0px;
    left: 0px;
}

.hero-bullit3.animate .corner2-bl,
.hero-bullit4.animate .corner2-bl {
    bottom: 0px;
    left: 0px;
}

.hero-bullit1.animate .corner2-br,
.hero-bullit2.animate .corner2-br {
    bottom: 0px;
    right: 0px;
}

.hero-bullit3.animate .corner2-br,
.hero-bullit4.animate .corner2-br {
    bottom: 0px;
    right: 0px;
}


.hero-bullit1 .hero-description,
.hero-bullit2 .hero-description {
    opacity: 0;
    transition: opacity 1s ease;
}

.hero-bullit3 .hero-description,
.hero-bullit4 .hero-description {
    opacity: 0;
    transition: opacity 1s ease;
}

.hero-bullit1.animate .hero-description,
.hero-bullit2.animate .hero-description {
    opacity: 1;
}

.hero-bullit3.animate .hero-description,
.hero-bullit4.animate .hero-description {
    opacity: 1;
}

    
    .arrow {
        position: absolute;
        bottom: 0px;
        left: 50%;
        box-sizing: border-box; 
        background-image: url(../images/finaction/arrow-accent2.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 80px;
        height: 80px;
        
        margin-bottom: 40px;
        transform: translateX(40px) rotate(-90deg);        
        opacity: 0;
        transition: opacity 0.6s ease, transform 0.6s ease;
    }

    
        .arrow.visible {
        opacity: 1;
        transform: translateX(0) rotate(-90deg);
    }
    
            
        @media(hover: hover) {
            .products-btn:hover {
                background-color: var(--accent);
                color: white;
            }
        }



.we-decide {
    display: grid;
    grid-template-columns: 50% 50%;  
    grid-template-rows: auto;
    margin: 0 auto;
    margin-top: 60px; 
    box-sizing: border-box;
    

}
.section-name {
    grid-column: 1;
    display: inline-block;
    text-align: center;
    justify-self: start;  
    align-self: start;     
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: var(--light);
    text-transform: uppercase;
    
    /* background-color: var(--accent3);
    border-radius: 40px; */
    margin: 0;
    
}


.section-title {
    grid-column: 2;
    font-size: 60px;
    letter-spacing: -0.06em;
    line-height: 110%;
    text-transform: uppercase;
    font-weight: var(--regular);
    color: var(--dark);
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    
    
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s cubic-bezier(0.2, 0.9, 0.4, 1.1), transform 0.7s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

    
    .section-title.revealed {
    opacity: 1;
    transform: translateY(0);
    }

.strike-word {
    position: relative;
    display: inline-block;
}

.strike-word::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(var(--strike-percent, 0) * 1%); 
    height: 20px;
    background-color: #272727;
    transition: width 0.1s linear; 
    pointer-events: none;
}




.products-box {
    display: grid;
    max-width: 1440px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    
    gap: 0;
    width: 100%; 
    margin: 0 auto;
    
    box-sizing: border-box;
}


    .products-box > .decision-item:nth-child(odd) {
    margin-right: 30px;
}


.decision-item {
    position: relative;
    display: flex;
    
    flex-direction: column;
    align-items: flex-start;
    min-height: 200px;
    max-height: 800px;
    
    background-color: var(--light);
    border: 1px solid var(--grey);
    padding: 20px 20px;
    
    
    margin-bottom: 30px;



    opacity: 0;
    filter: blur(4px);
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

    
    .decision-item.revealed {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
    }



    .number {
        display: inline-block;
        font-family: var(--orbitron);
        font-weight: 400;
        font-size: 20px;
        line-height: 125%;
        letter-spacing: -0.04em;
        text-transform: uppercase;
        background-color: var(--dark);
        color: var(--grey-light);
        margin: 0 0 10px 0;
        padding: 0;
    }



    .number-add {
        display: inline-block;
        color: var(--grey);
        margin: 0;
        padding: 0;
    }


    .products-name {   
        margin: 0 0 auto 0;
        padding: 0;
        padding-bottom: 60px;
        font-weight: var(--regular);
        font-size: 30px;
        line-height: 110%;
        text-transform: uppercase;
        color: var(--dark);   
        z-index: 1; 
    }


.decision-description {
    color: var(--dark);
    max-width: 600px;
    line-height: 125%;
    margin: auto 0 0 0;
    padding: 0;
    z-index: 1;
}


    .corner3 {
        position: absolute;
        width: 10px;
        height: 10px;
        pointer-events: none; 
        z-index: 1;
        
    }

    
    .corner3-tl {
        top: -1px;
        left: -1px;
        border-top: 3px solid var(--dark);
        border-left: 3px solid var(--dark);
        transition: transform 0.3s ease;
    }

    
    .corner3-tr {
        top: -1px;
        right: -1px;
        border-top: 3px solid var(--dark);
        border-right: 3px solid var(--dark);
        transition: transform 0.3s ease;
    }

    
    .corner3-bl {
        bottom: -1px;
        left: -1px;
        border-bottom: 3px solid var(--dark);
        border-left: 3px solid var(--dark);
        transition: transform 0.3s ease;
    }

    
    .corner3-br {
        bottom: -1px;
        right: -1px;
        border-bottom: 3px solid var(--dark);
        border-right: 3px solid var(--dark);
        transition: transform 0.3s ease;
    }


    @media (hover: hover) {
        .decision-item:hover {
            background-color: white;
            border: 1px solid var(--dark);
        }
    }

        
    @media (hover: hover) {
        .decision-item:hover .corner3-tl {
            transform: translate(-10px, -10px);
        }
    }

    @media (hover: hover) {
        .decision-item:hover .corner3-tr {
            transform: translate(10px, -10px);
        }
    }

    @media (hover: hover) {
        .decision-item:hover .corner3-bl {
            transform: translate(-10px, 10px);
        }
    }

    @media (hover: hover) {
        .decision-item:hover .corner3-br {
            transform: translate(10px, 10px);
        }
    }



        .fa-btn {
            display: flex;          
            justify-content: center; 
            min-height: 40px;
            width: 120px;
            align-items: center;
            background-color: white;
            color: var(--dark);
            margin: 0;
            margin-left: 35px;
            border: 1px solid var(--dark); 
            transition: background-color 0.4s ease, color 0.4s ease;

            margin-top: auto; 
            margin-bottom: 0; 
        }

        @media (hover: hover) {
            .fa-btn:hover {
                background-color: var(--accent);
                color: white;
                border: var(--accent);
            }
        }

 
 
    .details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        max-width: 1300px;
        margin:0;
        padding:0;
        padding-left: 50vw;
        margin-top: 40px; 
        box-sizing: border-box;
    
        
        opacity: 0;
        filter: blur(4px);
        transform: translateY(30px);
        transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                    transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    
    .details.revealed {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
        }


        .arrow2 {
        content: '';
        display: block;       
        margin: 20px 0px;       
        width: 60px;
        height: 60px;
        background-image: url(../images/finaction/arrow-black.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .details-info {
        font-size: 18px;
        line-height: 160%;
        font-weight: var(--light);
        color: var(--dark); 
        margin:0;     
        margin-right: 60px;
        margin-bottom: 80px;
        text-transform: uppercase;
    }

        .highlight {
        background-color: var(--dark);
        color: var(--background);
        padding: 4px 8px;
    }
    


    
    .dashboard {
        opacity: 0;
        filter: blur(4px);
        transform: translateY(30px);
        transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                    transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    
    .dashboard.revealed {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }


.dashboard-name {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: var(--light);
    text-transform: uppercase;
    
    /* background-color: var(--accent3);
    border-radius: 40px; */
    margin: 0;
    margin-bottom: 12px;
    
}

.dashboard-title {
    font-size: 60px;
    letter-spacing: -0.06em;
    line-height: 110%;
    font-weight: var(--regular);
    text-transform: uppercase;
    color: var(--dark);
    margin: 0; 
    padding: 0;
}

.dashboard-text {
    max-width: 500px;
}

.dashboard-video {
    
    width: 100%;
    max-width: 1440px; 
    height: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: var(--grey-light);
}




    .ready {
        max-width: 1920px;
        width: 100%; 
        margin: 0 auto;
        background-color: var(--dark);
        background-size: cover;
        background-position: center center;   
        box-sizing: border-box; 
        
    }
    .ready-items {
        display: flex;              
        max-width: 1440px;
        margin: 0 auto;
        justify-content: space-between;
        flex-direction: column;    
        border-radius: 4px;  
        padding: 60px 60px;
        box-sizing: border-box; 
    }

    .ready-name {     

        font-size: 16px;
        letter-spacing: 0.04em;
        font-weight: var(--regular);
        text-transform: uppercase;


        justify-self: start;  
        align-self: start;     
        letter-spacing: 0.04em;
        color: var(--dark);
        background-color: var(--grey-light);
        
        margin: 0;
        margin-bottom: 12px;
        padding: 4px 8px;
    }


    .ready-title {
        font-size: 60px;
        letter-spacing: -0.06em;
        text-transform: uppercase;
        color: var(--background);
        margin: 0; 
        padding: 0;   
    }

        .highlight2 {
        color: var(--accent);
    }

    .ready-text {
        max-width: 700px;
        color: var(--background);
    }

    .ready-text2 {
        color: var(--background);
    }
    

    .demo-btn {
        height: 40px;
        max-width: 180px;
        align-items: center;
        margin-top: 10px;
        background-color: var(--accent2);
        color: var(--dark);
        border: none;
        border-radius: 40px; 
        transition: background-color 0.4s ease, color 0.4s ease;
        justify-content: center; 
        cursor: pointer;

    }

    @media (hover: hover) {
        .demo-btn:hover {
            background-color: var(--accent3);
            
        }
    }




.footer {
    background-color: var(--grey-light);
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.footer-wrapper {
    display: grid;
    grid-template-columns: 50% 25% 25%; 
    max-width: 1440px; 
    width: 100%; 
    margin: 20px auto; 
    
}
    .logo-footer {
        grid-column: 1;
        display: flex;
        
        text-align: center;
        width: 247px;
        height: 49px;
        background-image: url(../images/logo-footer-dark.png);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 1;
        margin-top: auto;
        margin-bottom: auto;       
    }

    .site {
        grid-column: 1;
        display: block;
        font-weight: var(--light);
        color: var(--grey-light);
    }

    .footer-items {
        grid-column: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0;
        
    }

    .footer-politics {
        grid-column: 2;
        font-weight: var(--light);
        font-size: 16px;
        letter-spacing: -0.04em;
        color: var(--dark);
        max-width: 220px;
        margin: 0;
        transition: var(--tr);
    }

    .footer-politics:hover {
        color: var(--accent);

    }


    .footer-contacts {
        grid-column: 2;
        
        font-weight: var(--dark);
        font-size: 16px;
        letter-spacing: -0.04em;
        color: var(--dark);
        margin: 0;
        

    }

    .footer-contacts-pull {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;   
        gap: 30px;
        margin-top: 20px;
    }

    .contacts-zone {
         display: flex;
         flex-direction: column;
         justify-content: space-between;
    }


    .footer-mail {
        font-weight: var(--medium);
        font-size: 18px;
        text-transform: uppercase;
        text-decoration: none;
        transition: color 0.2s;
        color: var(--dark);
        margin: 0;
    }


    .footer-year {
        grid-column: 3;
        text-transform: uppercase;
        font-weight: var(--light);
        font-size: 14px;
        letter-spacing: -0.04em;
        color: var(--grey-dark);
        text-align: right;  
        align-self: end; 
            
    }


   


.modal-overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay2.active {
    opacity: 1;
    visibility: visible;
}


.modal-container2 {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.modal-content {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 40px;
    background-color: var(--background); 
    border-radius: 0px;
    padding: 48px 60px;
    position: relative;
    color: var(--dark);
    box-sizing: border-box;
}


.modal-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 60px;
}

.modal-logo {
    width: 180px;
    height: 40px;
    background-image: url('../images/logo-footer-dark.png'); 
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

.modal-contacts {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 30px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-header {
    font-size: 16px;
    
    color: var(--grey-dark);
    margin: 0;
}

.contact-email {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark);
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-email:hover {
    color: var(--accent3);
}

.social-icons {
    display: flex;
    gap: 20px;
}

.social-icon {
    display: block;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: var(--tr);
}


.mail-icon {
    background-image: url(../images/finaction/mail-icon.svg); 
    width: 40px;        
    height: 40px;        
    background-repeat: no-repeat;
    background-size: contain; 
    transition: var(--tr);
}

.mail-icon:hover {
    background-image: url(../images/finaction/mail-accent.svg);

}

.tg-icon {
    background-image: url(../images/finaction/tg-icon.svg); 
    width: 40px;        
    height: 40px;        
    background-repeat: no-repeat;
    background-size: contain; 
    transition: var(--tr);
}

.tg-icon:hover {
    background-image: url(../images/finaction/tg-accent.svg);

}



.modal-right {
    position: relative;
    display: flex;
    flex-direction: column;
}

.close-button {
    position: absolute;
    top: -16px;
    right: -20px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    font-size: 24px;
    color: var(--dark);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--tr);
}

.close-button:hover {
    color: var(--grey-light);
    background-color: var(--dark)
}

.modal-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.nav-link {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: var(--regular);
    color: var(--dark);
    text-decoration: none;
    transition: color 0.2s;    
    padding: 0;
    margin: 0;
}

.nav-link:hover {
    color: #5F7DC1;
}

.main-link {
    font-weight: var(--regular);
    text-transform: uppercase;
}

.our-products {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.nav-section {
    font-size: 16px; 
    color: var(--grey-dark);
    margin: 0;
    margin-top: 20px;
    padding: 0;
    font-weight: var(--light);
}

.soon-link {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: var(--regular);
    color: var(--grey);  
    padding: 0;
    margin: 0;
}



.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-container {
    position: relative;
    background: white;
    width: 90%;
    max-width: 560px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 45px 40px 50px;
    box-sizing: border-box;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
}


.corner {
    position: absolute;
    width: 10px;
    height: 10px;
    pointer-events: none; 
    z-index: 1;
}


.corner-tl {
    top: 16px;
    left: 16px;
    border-top: 2px solid #1e1e2a;
    border-left: 2px solid #1e1e2a;
}


.corner-tr {
    top: 16px;
    right: 16px;
    border-top: 2px solid #1e1e2a;
    border-right: 2px solid #1e1e2a;
}


.corner-bl {
    bottom: 16px;
    left: 16px;
    border-bottom: 2px solid #1e1e2a;
    border-left: 2px solid #1e1e2a;
}


.corner-br {
    bottom: 16px;
    right: 16px;
    border-bottom: 2px solid #1e1e2a;
    border-right: 2px solid #1e1e2a;
}


.modal-close {
    position: absolute;
    top: 8px;          
    left: 50%;
    transform: translateX(-50%);
    background: none;
    gap: 8px;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #1e1e2a;
    transition: all 0.2s;
    line-height: 1;
    
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 10;       
    
}


.modal-close:hover {
    color: #fff;
    background-color: #1e1e2a;
}


.modal-form .form-group {
    margin-bottom: 28px;
}

.modal-form input,
.modal-form textarea {
    width: 100%;
    padding: 10px 0 8px 0;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    background: transparent;
    outline: none;
    transition: border-color 0.2s;
    font-family: inherit;
    box-sizing: border-box;
}

.modal-form input:focus,
.modal-form textarea:focus {
    border-bottom-color: #1e1e2a;
}

.modal-form textarea {
    resize: vertical;
    min-height: 60px;
}

.modal-form input::placeholder,
.modal-form textarea::placeholder {
    color: var(--dark);
    font-weight: normal;
    letter-spacing: -0.06em;
}

.politics-item {
    color: var(--accent);
}



.modal-form .checkbox-group {
    margin: 0 0 8px 0;   
}
.modal-form .checkbox-group:last-child {
    margin-bottom: 0;    
}


.checkbox-label {
    display: flex !important;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    font-weight: normal !important;
    font-size: 14px;
    line-height: 1.6;
    color: var(--grey-dark);
    letter-spacing: -0.06em;
}

.checkbox-label input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #1e1e2a;
}


.submit-btn {
    display: block;
    width: 100%;
    background-color: var(--dark);
    color: white;
    border: none;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: var(--regular);
    cursor: pointer;
    transition: background-color 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 20px;
}

.submit-btn:hover {
    background-color: #5F7DC1;
}

body.modal-open {
    overflow: hidden;
}

.alert-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(3px);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10001; 
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .alert-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .alert-container {
        position: relative;
        background: white;
        width: 90%;
        max-width: 380px;
        padding: 45px 32px 36px;
        box-sizing: border-box;
        box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
        text-align: center;
    }

    .alert-icon {
        width: 48px;
        height: 48px;
        margin: 0 auto 18px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: white;
    }

    .alert-icon.success {
        background-color: #1e1e2a;
    }

    .alert-icon.error {
        background-color: #b3475f;
    }

    .alert-message {
        font-size: 15px;
        line-height: 1.6;
        color: var(--grey-dark);
        letter-spacing: -0.02em;
        margin-bottom: 24px;
    }

    .alert-container .submit-btn {
        margin-top: 0;
    }



.cursor-circle {
    position: fixed;      
    top: -3px;
    left: -3px;
    width: 20px;
    height: 20px;
    background-color: var(--dark);
    
    pointer-events: none; 
    z-index: 9999;
    opacity: 0;           
    will-change: transform;
}

    
    @media (hover: none) and (pointer: coarse) {
        .cursor-circle {
            display: none;
        }

}





@media (max-width: 1080px) {

    .presentation-btn {
        width: 180px;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }


    .finaction-name {
        font-size: 120px;
    }

    .finaction-name2 {
        font-size: 100px;
    }

    .hero-title {
        letter-spacing: 0.04em;
        text-transform: uppercase;       
        font-size: 30px;
    }

    .hero-bullit2 {
        margin-top: 40px;
    }

    .hero-bullit4 {
        margin-top: 40px;
    }

    .arrow {
        width: 60px;
        height: 60px;
        margin: 0;
        margin-bottom: 40px;
    }

    .arrow2 {
        width: 40px;
        height: 40px;

    }

    .details {
        margin-top: 0px;       
    }


    .details-info {
        margin-bottom: 60px;
    }


    .connect-btn {
        width: 110px;
    }

    .products-header {
    display: block;
    margin-top: 80px;
    margin-bottom: 40px;    
    }


    .products-title {
        display: block;
        max-width: 460px;
        font-size: 60px;
    }


    .ready-items {
        padding: 30px 30px;
    }


    
    .products-box > .decision-item:nth-child(odd) {
        margin-right: 30px;
    }

    .decision-item {
        margin-right: 30px;
    }


    .full-year {
        font-size: 0;
    }

}



@media (max-width: 980px) {

    .hero-finaction {
        box-sizing: content-box; 
    }

    .finaction-name2 {
        margin-left: 24px;
        padding-left: 60px;
    }

    .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    
    .hero-bullit2 {
        margin-top: 40px;
        margin-left: 480px;
    }

    .hero-bullit3 {
        margin-top: 40px;
        margin-left: 80px;
    }

    .hero-bullit4 {
        margin-top: 40px;
        margin-left: 480px;
    }

    .details-info {     
        font-size: 16px;
    }

}



@media (max-width: 880px) {

    .finaction-name2 {
        padding-left: 120px;
    }
}



@media (max-width: 800px) {

    .hero-description {
        font-size: 14px;
    }

    .finaction-name2 {
        padding-left: 140px;
    }


    .hero-bullit1 {
        max-width: 320px;
    }

    .hero-bullit2 {
        max-width: 240px;
        margin-left: 60%;
    }

    .hero-bullit3 {
        max-width: 320px;
    }

    .hero-bullit4 {
        max-width: 240px;
        margin-left: 60%;
    }

.footer-year {
    grid-column: 1;
    text-align: left;
}

    .full-year {
        font-size: 14px;
    }

}




@media (max-width: 768px) {

    .container {
        padding-left: 24px;
        padding-right: 24px;
    }


    .finaction-name {
        font-size: 100px;
    }

    .finaction-name2 {
        font-size: 80px;
    }

    .hero-title {
        letter-spacing: 0.04em;
        text-transform: uppercase;       
        font-size: 26px;
    }


    .title-group {
        margin-left: 48px;
    }



    .hero-bullit1 {
        max-width: 260px;
    }

    .hero-bullit2 {
        margin-top: 20px;
        margin-left: 50%;
    }

    .hero-bullit3 {
        max-width: 260px;
        margin-left: 120px;
    }

    .hero-bullit4 {
        margin-top: 20px;
        margin-left: 50%;
    }


    .connect-btn {
        display: none; 
    }


    .hero {
    padding-left: 24px;
    }

    .products-header {
        margin-top: 60px;  
    }

    .details-info {     
        font-size: 14px;
        margin-right: 24px;

    }


    .section-title {
        font-size: 40px;
    }

    .ready-title {
        font-size: 40px;
    }

    .dashboard-title {
        font-size: 40px;
    }

    .we-decide {
        margin-top: 40px;
    }


}




@media (max-width: 730px) {

    .finaction-name {
        font-size: 80px;
    }

    .finaction-name2 {
        font-size: 60px;
        padding-left: 40px;
    }

    .hero-title {     
        font-size: 20px;
    }


    .hero-bullit2 {
        margin-top: 40px;       
    }

    .hero-bullit3 {
        margin-left: 40px;       
    }

    .hero-bullit4 {
        margin-top: 40px;       
    }


    .hero-description {
        max-width: 380px;
        font-size: 14px;
    }

    .transition-text {
        font-size: 14px;
        max-width: 460px;
    }


    .products-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        
    }

    .decision-item {
        padding: 15px 15px;
    }

    .products-name {
        padding-bottom: 40px;
        font-size: 20px;
    }

    .decision-description {
        font-size: 14px;
    }

    .footer-politics {
        font-size: 14px;
         max-width: 180px;
    }

    .footer-contacts {
        font-size: 14px;
    }

    .footer-mail {
        font-size: 12px;
    }

    .footer-year {
        font-size: 0;
    }

    .full-year {
        font-size: 0;
    }

    .mail-icon {  
        width: 30px;        
        height: 30px;        
    }

    .tg-icon {  
        width: 30px;        
        height: 30px;        
    }

    .footer-contacts-pull {
        gap: 20px;
    }



.modal-content {
        grid-template-columns: 1fr;
        margin: 0 auto;
        align-items: center;
        padding-top: 60px;
        padding-bottom: 60px;
       
    }

    
    .modal-right {
        order: 1;
    }

    
    .modal-left {
        order: 2;
        gap: 40px;
    }

    .close-button {
        top: -40px;
        left: 50%; 
        transform: translateX(-50%);
    }

    .nav-link {
        font-size: 24px;
    }

    .modal-logo {
        display: none;
    }

    .soon-link {
        font-size: 24px;
    }

}



@media (max-width: 600px) {

    .header {
        padding-top: 16px;
        padding-bottom: 16px;

    }

    .hero-bullit3 {
        margin-left: 60px;       
    }

    .big-number {
        font-size: 60px;
    }

    .fa-btn {
        margin-left: 20px;
        min-height: 30px;
        width: 100px;
        font-size: 12px;
    }
    
    .footer-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .footer-year {
        grid-column: 1;
        display: flex;
        margin: 0;
    }

        
    .products-box > .decision-item:nth-child(odd) {
        margin-right: 24px;
    }

    .decision-item {
        margin-bottom: 24px;
    } 

    .presentation-btn {
        height: 30px;
        width: 140px;
        font-size: 12px;
    }

    .checkbox-label {
        font-size: 12px;
    }

    .strike-word::after {
        height: 8px;
    }
}

@media (max-width: 500px) {

    .header {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .logo {
        width: 62px;
        height: 12px;
    }

    .central-btn {
        width: 25px;           
        height: 25px;          
        padding-top: 6px;      
        padding-bottom: 6px;   
    }

    .nav-line01,
    .nav-line02,
    .nav-line03 {
        width: 25px;           
    }

    
    .central-btn:hover #nav-line01 {
        transform: translateY(4px);  
    }

    .central-btn:hover #nav-line03 {
        transform: translateY(-4px); 
    }

    .presentation-btn {
        width: fit-content;
        font-size: 12px;
        background-color: var(--grey-light);
        color: var(--dark);
        padding: 0;
        border-radius: 0;
        gap: 0;
    }

    .finaction-name {
        font-size: 60px;
    }

    .finaction-name2 {
        font-size: 50px;
    }

    .hero-title {     
        font-size: 16px;
    }

    .hero-text {
        padding-top: 80px;
        
        padding-left: 20px;
    }

    .hero-description {
        max-width: 310px;
        font-size: 12px;
    }

    .decision-description {
        font-size: 12px;
    }

    .products-btn {
        max-width: 140px;
        font-size: 12px;
        padding: 8px 8px;
        margin-top: 0;
    }
   
    .line {
        width: 1px;
        height: 60px;
        bottom: -60px;
    }

    .transition-text {
        font-size: 10px;
        max-width: 260px;
        margin: 40px auto;
    }

    .details-info {     
        font-size: 11px;
         margin-right: 24px;
         margin-bottom: 40px;
    }

    .arrow {
        width: 40px;
        height: 40px;
        margin: 0;
        margin-bottom: 20px;
    }

    .arrow2 {
        width: 30px;
        height: 30px;

    }

    .section-name {
        font-size: 14px;
    }

    .dashboard-name {
        font-size: 14px;
    }

    .dashboard-text {
        font-size: 14px;
    }


    .section-title {
        font-size: 32px;
    }

    .dashboard-title {
        font-size: 32px;
    }

    .ready-title {
        font-size: 32px;
    }


    .number-text {
            font-size: 14px;
    }

    .big-number {
        font-size: 48px;
    }

    .number-description {
        font-size: 12px;
    }

    .products-header {
        margin-top: 40px;  
    }

    .products-title {
        font-size: 48px;
        max-width: 360px;
    }

    .products-box {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    
    .products-box > .decision-item:nth-child(odd) {
        margin-right: 0px;
    }


    .decision-item {
        min-height: 160px;
        max-height: 500px;
        max-width: 500px;
        padding: 20px 20px;
        margin-right: 0px;
        margin-bottom: 0px;
    }


    .logo-footer {
        width: 165px;
        height: 33px;
    }

    .footer-politics {
        font-size: 12px;
    }

    .footer-contacts {
        font-size: 12px;
    }

    .footer-mail{
        font-size: 12px;
    }

    .mail-icon {  
        width: 20px;        
        height: 20px;        
    }

    .tg-icon {  
        width: 20px;        
        height: 20px;        
    }

    .footer-contacts-pull {
        gap: 10px;
    }

    .social-icons {
        gap: 10px;
    }

    .demo-btn {
        width: fit-content;
        height: fit-content;
        font-size: 14px;
        padding: 8px 12px;
        align-items: center;
        
    }

    .form-text {
        font-size: 12px;
    }
}


@media (max-width: 430px) {

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero {
        padding-left: 15px;
    }


    .finaction-name {
        font-size: 50px;
    }

    .finaction-name2 {
        font-size: 40px;
    }

    .hero-title {
        letter-spacing: 0.02em;    
        font-size: 14px;
    }

    .hero-bullit1 {
        max-width: 200px;
    }

    .hero-bullit3 {
        max-width: 200px;
    }


    .hero-text {
        padding-top: 60px;
        
    }

    .hero-description {
        max-width: 260px;
        font-size: 10px;
    }
 
    .products-btn {
    max-width: 140px;
    font-size: 10px;
    padding: 8px 8px;
    margin-top: 0;
    }

    .trust-title {
        font-size: 40px;
    }

    .number-text {
            font-size: 12px;
    }

    .big-number {
        font-size: 40px;
    }

    .number-description {
        font-size: 10px;
    }

    .products-title {
        font-size: 40px;
        max-width: 300px;
    }

    .section-title {
        font-size: 28px;
        
    }

    .dashboard-title {
        font-size: 28px;
    }

    .section-name {
        font-size: 12px;
    }

    .dashboard-name {
        font-size: 12px;
    }

    .ready-name {     
        font-size: 12px;
        
    }

    .ready-title {
        font-size: 28px;
    }

    .ready-text {
        font-size: 12px;
    }

    .ready-text2 {
        font-size: 12px;
    }

    .dashboard-text {
        font-size: 12px;
    }


    .modal-content {
        padding: 48px 30px;
    }

    .modal-contacts {
        gap: 10px;
    }

}


@media (max-width: 360px) {

    .hero-text {
        padding-top: 60px;
        
    }

    .hero-description {
        font-size: 8px;
        max-width: 220px;
    }

    .finaction-name2 {
        font-size: 36px;
    }

    .hero-title {
        font-size: 12px;
    }

    .trust-title {    
        font-size: 40px;
    }

    .products-btn {
        margin-top: 6px;
    }

    .section-title {
        font-size: 20px;
        
    }

    .details-info {
        font-size: 10px;
    }

    .highlight {
        padding: 2px 4px;
    }

}

