@import url(https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #121212;
    font-family: 'Work Sans', sans-serif;
    font-size: var(--font-size);
}
body {
    line-height: 1;
    scrollbar-gutter: stable;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
}
input,
textarea {
    width: 100%;
}
label {
    display: inline-block;
}
button,
select,
option {
    cursor: pointer;
}
a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

main {
    overflow-x: hidden;
}





.c-3cbbb2e4 {
    background: #121212;
    padding: 20px 0;
    box-shadow: 0 1px 3px 0 2px 4px rgba(255, 255, 255, 0.08);
    font-family: 'Work Sans', sans-serif;
    position: relative;
    z-index: 99999;
}

.c-561fa040 {
    max-width: 1240px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-e6568881 {
    font-size: 28px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.c-e6568881 i {
    color: #e879f9;
}

.c-b2ccf8a0 {
    display: flex;
    gap: 30px;
}

.c-b2ccf8a0 a {
    color: #e0d4df;
    text-decoration: none;
    font-size: var(--font-size);
    padding-bottom: 2px;
    position: relative;
    transition: color 300ms ease-in;
}

.c-b2ccf8a0 a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 100%;
    background-color: #e879f9;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 160ms ease;
}

.c-b2ccf8a0 a:hover::after,
.c-b2ccf8a0 a.active::after {
    transform: scaleX(1);
}

.c-b2ccf8a0 a:hover {
    color: #e879f9;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    color: #ffffff;
}



.c-647d745d {
    background-color: #ffffff;
    color: #000000;
    padding: 48px 0;
}

.c-01505b63 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-baafbb71 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 48px;
    margin-bottom: 48px;
}

.c-d77cba9a {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-86872442 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px;
}

.c-86872442 i {
    color: #e879f9;
    font-size: 28px;
}

.c-2028bd1f {
    color: #a89ca9;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c-11d85d36 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.c-11d85d36::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #e879f9;
}

.c-2f152e55 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-58b6ed35 {
    color: #a89ca9;
    transition: color 160ms ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c-58b6ed35:hover {
    color: #e879f9;
    transform: translateX(5px);
}

.c-58b6ed35 i {
    font-size: 10px;
}

.c-65433da8 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.c-0295fbf2 {
    color: #e879f9;
    margin-top: 3px;
}

.c-e09aa27b {
    color: #a89ca9;
    line-height: 1.5;
}

.c-4af11595 {
    margin-top: 10px;
}

.c-c6e3dd7a {
    color: #a89ca9;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c-267f3358 {
    display: flex;
    gap: 10px;
}

.c-2ae14225 {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 6px;
    color: #000000;
}

.c-2ae14225::placeholder {
    color: #a89ca9;
}

.c-c8ca423e {
    background-color: #e879f9;
    color: #000000;
    padding: 10px 20px;
    border-radius: 6px;
    transition: background-color 160ms ease;
}

.c-c8ca423e:hover {
    background-color: #f472b6;
}

.footer-social {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #a89ca9;
    transition: all 160ms ease;
}

.footer-social-link:hover {
    background-color: #e879f9;
    color: #000000;
    transform: translateY(-3px);
}

.c-8335d181 {
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.c-fe714424 {
    color: #a89ca9;
    font-size: 15px;
}

.c-e8a3091a {
    display: flex;
    gap: 30px;
}

.c-34810815 {
    color: #a89ca9;
    font-size: 15px;
    transition: color 160ms ease;
}

.c-34810815:hover {
    color: #e879f9;
}



.c-acd293a9 {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(45deg, #1e1e1e, #121212);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 30px 0;
}

.c-31227770 {
    max-width: 1240px;
    width: 100%;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.c-70a4f02e {
    opacity: 0;
    transform: translateX(-30px);
}

.c-eec48f0b {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: #2c2c2c;
    color: #e0d4df;
    border-radius: 32px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
}

.c-50995495 {
    width: 8px;
    height: 8px;
    background: #34d399;
    border-radius: 50%;
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.c-09f4e094 {
    font-size: clamp(2.5rem, 7vw, 5rem);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.1;
}

.c-ec6d2112 {
    display: inline-block;
    opacity: 0;
    transform: translateY(50px);
}

.c-09e1d11e {
    background: linear-gradient(45deg, #e879f9, #f472b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.c-00c79dc5 {
    font-size: 21px;
    color: #e0d4df;
    margin-bottom: 64px;
    line-height: 1.7;
}

.c-cd21b9b4 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 64px;
}

.c-538b8565 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: var(--font-size);
    color: #e0d4df;
    opacity: 0;
    transform: translateX(-20px);
}

.c-4bc45502 {
    width: 20px;
    height: 20px;
    background: #34d399;
    border-radius: 50%;
    flex-shrink: 0;
}

.c-9535d2d6 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.c-14cc5c38 {
    padding: 20px 48px;
    border-radius: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: all 300ms ease-in;
    font-size: var(--font-size);
    cursor: pointer;
    border: none;
}

.c-ff1555b7 {
    background: #e879f9;
    color: #000000;
}

.c-ff1555b7:hover {
    background: #f472b6;
    transform: translateY(-2px);
}

.c-2676aa73 {
    background: transparent;
    color: #ffffff;
    border: 2px solid #2c2c2c;
}

.c-2676aa73:hover {
    border-color: #e879f9;
    color: #e879f9;
}

.c-7dfcd705 {
    position: relative;
    height: 500px;
    opacity: 0;
    transform: translateX(30px);
}

.c-0a0dd51b {
    width: 100%;
    height: 100%;
    border-radius: 32px;
}

.c-3cf81286 {
    position: absolute;
    background: #121212;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #2c2c2c;
    opacity: 0;
}

.c-43921f59 {
    top: 10%;
    left: -10%;
    width: 120px;
}

.c-dbbb01d5 {
    bottom: 20%;
    right: -15%;
    width: 140px;
}

.c-3e588363 {
    top: 60%;
    left: -20%;
    width: 100px;
}

.c-8042eed8 {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 4px;
}

.c-8866f05e {
    font-size: 28px;
    font-weight: 800;
    color: #e879f9;
}

.c-2bfa6601 {
    font-size: 15px;
    color: #a89ca9;
}



.c-b31226e5 {
    padding: 64px 30px;
    background: #1e1e1e;
}

.c-028154ee {
    max-width: 1240px;
    margin: 0 auto;
}

.c-c2f98e1e {
    text-align: center;
    margin-bottom: 64px;
}

.c-4b23930b {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.c-79db5533 {
    font-size: 21px;
    color: #e0d4df;
    max-width: 600px;
    margin: 0 auto;
}

.c-0e042b0e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(28px, 1fr));
    gap: 48px;
}



.c-f51044fb {
    background: #121212;
    border-radius: 20px;
    padding: 48px;
    box-shadow: 0 4px 20px 0 1px 1px rgba(255, 255, 255, 0.04);
    text-align: center;
    transform: translateY(0);
    opacity: 0;
    transition: all 300ms ease-in;
}

.c-f51044fb.animate {
    opacity: 1;
    transform: translateY(0);
}

.c-f51044fb:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-b51a0f11 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e879f9, #f472b6);
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
    color: #000000;
}

.c-80261b9a {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.c-07a4f2b1 {
    font-size: var(--font-size);
    color: #e879f9;
    font-weight: 500;
    margin-bottom: 20px;
}

.c-fd1ff9bd {
    font-size: 15px;
    color: #e0d4df;
    line-height: 1.5;
}

.c-61465d29 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 48px;
    text-align: center;
    margin-bottom: 64px;
}

.c-2dc75464 {
    opacity: 0;
    transform: scale(0.8);
    transition: all 300ms ease-in;
}

.c-2dc75464.animate {
    opacity: 1;
    transform: scale(1);
}

.c-5c8efbe0 {
    font-size: 36px;
    font-weight: 700;
    color: #e879f9;
    margin-bottom: 10px;
}

.c-f3583866 {
    font-size: var(--font-size);
    color: #e0d4df;
}

.c-c2c2873f {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
}

.c-72c3dbe3 {
    padding: 48px 0;
}

.c-0172c5c3 {
    text-align: center;
    margin-bottom: 64px;
}

.c-04248c57 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.c-565a2d41 {
    font-size: 21px;
    color: #e0d4df;
    max-width: 700px;
    margin: 0 auto;
}

.c-4e1419ba {
    background: #121212;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 8px 25px 0 1px 1px rgba(255, 255, 255, 0.04);
    border: 1px solid #2c2c2c;
}

.c-71b6697f {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    background: #2c2c2c;
    color: #ffffff;
}

.c-75a6767e {
    padding: 30px 48px;
    font-weight: 600;
    font-size: 21px;
    text-align: center;
}

.c-75a6767e:first-child {
    text-align: left;
}

.c-8abd12b4 {
    display: grid;
    grid-template-columns: 1fr;
}

.c-49612a45 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    border-bottom: 1px solid #2c2c2c;
    transition: all 300ms ease-in;
}

.c-49612a45:hover {
    background: #1e1e1e;
}

.c-49612a45:last-child {
    border-bottom: none;
}

.c-34bc1c6d {
    padding: 30px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.c-34bc1c6d:first-child {
    justify-content: flex-start;
    text-align: left;
}

.c-3a43cc31 {
    font-weight: 600;
    color: #ffffff;
}

.c-968485e1 {
    color: #e0d4df;
    font-size: 15px;
    margin-top: 4px;
}

.c-ca31fa76 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #000000;
}

.c-ca31fa76.c-e2904ae6 {
    background: #34d399;
}

.c-ca31fa76.c-86157493 {
    background: #f87171;
}

.c-ca31fa76.c-2369067c {
    background: #fde047;
}

.c-e76622e8 {
    background: #1e1e1e;
    padding: 64px;
    border-radius: 32px;
    margin-top: 64px;
    text-align: center;
}

.c-5f71dcc0 {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
}

.c-e92ceba7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 48px;
}

.c-dfa3dfdd {
    background: #121212;
    padding: 30px;
    border-radius: 20px;
    transition: all 300ms ease-in;
}

.c-dfa3dfdd:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-5068d1be {
    font-size: 36px;
    font-weight: 700;
    color: #e879f9;
    display: block;
    margin-bottom: 4px;
}

.c-6318e83a {
    color: #e0d4df;
    font-size: 15px;
}




.c-24e67240 {
    opacity: 0;
    transition: all 500ms ease-out;
}

.c-fd1a5576 {
    transform: translateY(30px);
}

.c-fd1a5576.benefits-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-d0432135 {
    transform: translateY(50px);
}

.c-d0432135.benefits-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-f96a0fc9 {
    transform: scale(0.9);
}

.c-f96a0fc9.benefits-visible {
    opacity: 1;
    transform: scale(1);
}

.c-b087c1a1 {
    transform: translateX(-20px);
}

.c-b087c1a1.benefits-visible {
    opacity: 1;
    transform: translateX(0);
}

.c-fe0b5d0e {
    transition-delay: 0.1s;
}

.c-ff0624da {
    transition-delay: 0.2s;
}

.c-8faa6d2a {
    transition-delay: 0.3s;
}

.c-19e998f3 {
    transition-delay: 0.4s;
}

.c-f6801ca9 {
    transition-delay: 0.5s;
}

.c-141449d7 {
            padding: 64px 0;
            background: #121212;
            position: relative;
        }

        .c-141449d7::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 50%;
            background: linear-gradient(135deg, #e879f9, #f472b6);
            opacity: 0.1;
        }

        .c-eed164ae {
            max-width: 1240px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
        }

        .c-30641519 {
            text-align: center;
            margin-bottom: 64px;
        }

        .c-a158e034 {
            font-size: 36px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 20px;
        }

        .c-7a331f5a {
            font-size: 21px;
            color: #e0d4df;
            margin-bottom: 48px;
        }

        .c-fe904430 {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-bottom: 64px;
        }

        .c-43f9e81f {
            font-size: 21px;
            font-weight: 600;
            color: #e0d4df;
            transition: all 160ms ease;
        }

        .c-f7731c10 {
            color: #e879f9;
        }

        .c-2f5139be {
            width: 60px;
            height: 30px;
            background: #2c2c2c;
            border-radius: 30px;
            position: relative;
            cursor: pointer;
            transition: all 300ms ease-in;
        }

        .pricing-toggle__toggle--active {
            background: #e879f9;
        }

        .c-1668ae72 {
            width: 24px;
            height: 24px;
            background: #121212;
            border-radius: 50%;
            position: absolute;
            top: 3px;
            left: 3px;
            transition: all 300ms ease-in;
            box-shadow: 0 2px 4px 0 2px 4px rgba(255, 255, 255, 0.08);
        }

        .pricing-toggle__toggle--active .c-1668ae72 {
            transform: translateX(30px);
        }

        .c-19211614 {
            background: #34d399;
            color: #000000;
            padding: 4px 10px;
            border-radius: 6px;
            font-size: 15px;
            font-weight: 600;
            margin-left: 10px;
        }

        .c-8e1f5713 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 48px;
        }

        .c-03bedbbe {
            background: #121212;
            border-radius: 32px;
            padding: 48px;
            box-shadow: 0 10px 30px 0 1px 1px rgba(255, 255, 255, 0.04);
            text-align: center;
            transition: all 300ms ease-in;
            position: relative;
            overflow: hidden;
        }

        .c-03bedbbe:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px 0 2px 4px rgba(255, 255, 255, 0.08);
        }

        .c-e6d965dc {
            border: 2px solid #e879f9;
            transform: scale(1.05);
        }

        .c-e6d965dc:hover {
            transform: scale(1.05) translateY(-10px);
        }

        .c-e6d965dc::before {
            content: 'Рекомендуем';
            position: absolute;
            top: 20px;
            right: -20px;
            background: #e879f9;
            color: #000000;
            padding: 4px 30px;
            font-size: 15px;
            font-weight: 600;
            transform: rotate(45deg);
            transform-origin: center;
        }

        .c-975019f1 {
            font-size: 28px;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 20px;
        }

        .c-83eaba00 {
            font-size: 48px;
            font-weight: 700;
            color: #e879f9;
            margin-bottom: 4px;
            transition: all 300ms ease-in;
        }

        .c-0167ea96 {
            font-size: 21px;
            color: #a89ca9;
            text-decoration: line-through;
            margin-bottom: 4px;
            opacity: 0;
            transition: all 300ms ease-in;
        }

        .c-e613096f {
            font-size: 15px;
            color: #a89ca9;
            margin-bottom: 48px;
        }

        .c-58511fd1 {
            margin-bottom: 48px;
            color: #a89ca9;
        }

        .c-1e6a70df {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            font-size: 15px;
        }

        .c-1e6a70df::before {
            content: '✓';
            width: 20px;
            height: 20px;
            background: #34d399;
            color: #000000;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            font-size: 12px;
            font-weight: 600;
            flex-shrink: 0;
        }

        .c-87c8a330 {
            width: 100%;
            padding: 20px;
            border-radius: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: all 160ms ease;
            background: #e879f9;
            color: #000000;
        }

        .c-e6d965dc .c-87c8a330 {
            background: linear-gradient(135deg, #e879f9, #f472b6);
        }

        .c-87c8a330:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px 0 2px 4px rgba(255, 255, 255, 0.08);
        }

        
.c-f4d6af6d {
    width: 100vw;
    height: 100vh;
    background: #121212;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-73427287 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.c-5a5d8bd5 {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, #e879f9, #f472b6);
    opacity: 0.1;
    animation: cta-morph-float 20s ease-in-out infinite;
    filter: blur(1px);
}

.c-5a5d8bd5:nth-child(1) {
    width: 300px;
    height: 300px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.c-5a5d8bd5:nth-child(2) {
    width: 200px;
    height: 200px;
    top: 50%;
    right: 20%;
    animation-delay: 5s;
}

.c-5a5d8bd5:nth-child(3) {
    width: 400px;
    height: 400px;
    bottom: 10%;
    left: 30%;
    animation-delay: 10s;
}

.c-ed7c5037 {
    text-align: center;
    z-index: 10;
    position: relative;
    transform: translateZ(0);
}

.c-4d011a1b {
    font-size: clamp(2rem, 8vw, 4.5rem);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 30px;
    background: linear-gradient(45deg, #e879f9, #f472b6, #fde047);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: cta-gradient-shift 4s ease-in-out infinite;
    line-height: 1.1;
}

.c-66a2afd8 {
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: #ffffff;
    margin-bottom: 64px;
    opacity: 0.9;
    line-height: 1.4;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.c-3ea08df8 {
    display: inline-block;
    background: transparent;
    color: #000000;
    padding: 30px 48px;
    border: 2px solid transparent;
    border-radius: 20px;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease-in;
}

.c-3ea08df8::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #e879f9, #f472b6, #fde047, #e879f9);
    background-size: 300% 300%;
    border-radius: 20px;
    z-index: -2;
    animation: cta-border-flow 3s ease-in-out infinite;
}

.c-3ea08df8::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #ffffff;
    border-radius: calc(20px - 2px);
    z-index: -1;
}

.c-3ea08df8:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.c-3ea08df8:hover::after {
    background: transparent;
}

@keyframes cta-morph-float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg) scale(1);
        border-radius: 50%;
    }
    25% {
        transform: translateY(-30px) rotate(90deg) scale(1.1);
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        transform: translateY(-60px) rotate(180deg) scale(0.9);
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    }
    75% {
        transform: translateY(-30px) rotate(270deg) scale(1.2);
        border-radius: 40% 60% 60% 40% / 60% 40% 40% 60%;
    }
}

@keyframes cta-gradient-shift {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes cta-border-flow {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.c-e5330089 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #121212;
    border-top: 2px solid #e879f9;
    box-shadow: 0 -4px 20px 0 2px 4px rgba(255, 255, 255, 0.08);
    padding: 30px;
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 300ms ease-in;
}

.c-e5330089.policy-agreement--visible {
    transform: translateY(0);
}

.c-3fafc04c {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.c-40fc68b3 {
    flex: 1;
    min-width: 300px;
}

.c-3a6a8995 {
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.c-f2b82e1a {
    color: #e0d4df;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c-e90b320f {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.c-892bc6c1 {
    color: #e879f9;
    text-decoration: underline;
    font-size: 15px;
    transition: color 160ms ease;
}

.c-892bc6c1:hover {
    color: #f472b6;
}

.c-700642b8 {
    display: flex;
    gap: 20px;
    align-items: center;
}

.c-3c16cdd7 {
    background: #e879f9;
    color: #000000;
    border: none;
    padding: 20px 48px;
    border-radius: 12px;
    font-size: var(--font-size);
    font-weight: 500;
    cursor: pointer;
    transition: all 160ms ease;
    white-space: nowrap;
}

.c-3c16cdd7:hover {
    background: #f472b6;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-3c16cdd7:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .c-b2ccf8a0 {
        display: none;
        flex-direction: column;
        gap: 20px;
        position: absolute;
        right: 20px;
        top: 60px;
        background: #1e1e1e;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 4px 8px 0 6px 10px rgba(255, 255, 255, 0.12);
    }

    .c-b2ccf8a0.show {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }
}
@media (max-width: 768px) {
    .c-8335d181 {
        flex-direction: column;
    }

    .c-e8a3091a {
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 768px) {
    .c-31227770 {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .c-7dfcd705 {
        height: 400px;
        order: -1;
    }

    .c-3cf81286 {
        display: none;
    }
}
@media (max-width: 889px){
      .c-0e042b0e {
        display: flex;
        flex-direction: column;
      }
}
@media (max-width: 768px) {
    .c-71b6697f,
    .c-49612a45 {
        grid-template-columns: 1fr;
    }

    .c-75a6767e,
    .c-34bc1c6d {
        text-align: left !important;
        justify-content: flex-start !important;
    }

    .c-75a6767e:not(:first-child) {
        display: none;
    }

    .c-34bc1c6d:not(:first-child) {
        padding-left: calc(48px + 20px);
        font-size: 15px;
    }

    .c-34bc1c6d:not(:first-child)::before {
        content: attr(data-label) ': ';
        font-weight: 600;
        margin-right: 10px;
    }

    .c-e92ceba7 {
        grid-template-columns: repeat(2, 1fr);
    }

    .c-04248c57 {
        font-size: 28px;
    }
}
@media (max-width: 768px) {
            .c-8e1f5713 {
                grid-template-columns: 1fr;
            }
            
            .c-e6d965dc {
                transform: none;
            }
            
            .c-e6d965dc:hover {
                transform: translateY(-10px);
            }
        }
@media (max-width: 768px) {
    .c-3fafc04c {
        flex-direction: column;
        text-align: center;
    }

    .c-40fc68b3 {
        min-width: auto;
    }

    .c-e90b320f {
        justify-content: center;
    }
}