﻿@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter_18pt-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter_28pt-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter_24pt-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter_28pt-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter_18pt-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter_24pt-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter_18pt-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter_24pt-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter_18pt-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter_28pt-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter_24pt-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter_28pt-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

body {
    font-family: 'Inter', sans-serif;
}

.cta-section { 
    background: linear-gradient(93.49deg, rgba(86, 115, 238, 0.05) 0%, rgba(169, 89, 255, 0.05) 50%, rgba(254, 100, 121, 0.05) 100%);
}

.bg-light {
    background: rgba(248, 250, 252, 1);
}

.pricing-section {
    background: linear-gradient(93.49deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 1) 100%);
}

.btn-primary {
    background-color: #7b61ff;
    border: none;
}

.btn-outline-secondary {
    border-color: #d0d0d0;
}

.btn-gradient {  
    color: #ffffff !important;
    /*padding: 9.5px 16px 10.5px;*/
    background: linear-gradient(90deg, #5673EE 0%, #A959FF 50%, #FE6479 100%);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: 0px;
}
    .btn-gradient:hover {
        opacity: 0.9;
    }

.btn-white {
    /*padding: 9.5px 17px 10.5px;*/
    gap: 16px;
    background-color: rgba(248, 250, 252, 1);
    border: 1px solid #E1E7EF;
    border-radius: 10px;
}

.logo {
    height: 32px;
}

.screenshot {   
    box-sizing: border-box;  
    padding: 1px;    
    background: #FFFFFF;
    border: 1px solid #E1E7EF;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

/* toggle UK/UA */
.toggle-switch {
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.toggle-option {
    border: none;
    background-color: transparent;
    color: #6c757d;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .toggle-option.active {
        background-color: white;
        color: #111;
        box-shadow: 0 0 5px rgba(0,0,0,0.05);
    }

.badge {
    background: rgba(86, 115, 238, 0.1);
    color: rgba(86, 115, 238, 1);
    border-radius: 9999px;
    font-weight: 500;
}

.circle-container{
    padding-left: 8px;
}

.circle-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(90deg, #5673EE 0%, #A959FF 100%);    
    color: white;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -8px;
    box-shadow: 0 0 0 2px #f5f6fc;
    font-size: 14px;
}

/* list */
.custom-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #6b7280; /* Тихий серый */
    font-size: 16px;
}

.check-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background-color: #eef2ff; /* Светло-фиолетовый фон */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6366f1; /* Цвет галочки */
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

    .check-icon::before {
        content: "✔";
        font-size: 12px;
        line-height: 1;
    }

/* Cards */

.feature-card .icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
}

.who-card {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.icon-container {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    padding: 8px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Pils with checkbox */
.info-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(248, 250, 252, 1);
    color: #1f2937;
    font-weight: 500;
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 14px;
}

/* Squares */
.floating-square {
    position: absolute;
    
    border-radius: 12px;    
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.top-square {
    background: linear-gradient(135deg, #a78bfa, #ec4899);
    top: -20px;
    right: -10px;
    width: 48px;
    height: 48px;
}

.bottom-square {
    background: linear-gradient(135deg, #5673EE 0%, #A959FF 100%);
    bottom: -30px;
    left: -10px;
    width: 96px;
    height: 96px;
}

@media(min-width: 768px){
    .top-square {        
        top: -20px;
        right: 50px;       
    }

    .bottom-square {       
        bottom: -30px;
        left: 50px;       
    }
}

@media (min-width: 992px) {
    .top-square {
        top: -20px;
        right: -10px;
    }

    .bottom-square {
        bottom: -30px;
        left: -10px;
    }
}

.pricing-section {
    background-color: #f9fafb;
}

/*.plan-card {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    height: 100%;
}*/

.text-purple {
    color: rgba(194, 53, 222, 1);
}

.pricing-card {
    transition: transform .2s;
}

    .pricing-card:hover {
        transform: translateY(-4px);
    }

.pricing-checks li {
    margin: .75rem 0;
}

.pricing-section {
    background: #f8fafc;
}

.pricing-table {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
}

.pricing-features {
    margin: 0;
    padding: 0 0 1rem 0;
    min-width: 220px;
}

    .pricing-features li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        padding: 0.3rem 0;
    }

    @media (min-width: 992px) {
        .pricing-features {
            padding: 10rem 2rem 0 0;            
        }

            .pricing-features li {
                height: 48px;               
            }
    }

    .plan-card {
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 2px 16px 0 rgba(30,34,90,0.06);        
        padding: 0 0 24px 0;
        min-width: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .plan-header {
        min-height: 150px;
        width: 100%;        
        padding: 32px 0 16px 0;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    @media (min-width: 992px) {
        .plan-header {            
            border-bottom: 1px solid #e1e7ef;            
        }
    }

    .plan-features {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .plan-features li {
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .plan-features .svg-icon {
            width: 28px;
            height: 28px;
            display: block;
            margin: 0 auto;
        }


