@import url(https://fonts.googleapis.com/css?family=Manrope:200,300,regular,500,600,700,800);



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #f8fdfa;
    font-family: 'Manrope', 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-ff405485 {
    background: #f8fdfa;
    
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px 0 3px 6px rgba(16, 185, 129, 0.1);
}

.c-ff405485::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 3px;
    background: #10b981;
    width: var(--header-line-width, 0%);
    transform: translateX(-50%);
    transition: width 0.3s ease;
    z-index: 1001;
}

.c-e2021538 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
}

.c-f924c1f1 {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #0f172a;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -0.5px;
    transition: 150ms ease-in-out;
    position: relative;
    z-index: 99999;
}

.c-f924c1f1:hover {
    color: #10b981;
}

.c-73d1e458 {
    font-size: 32px;
    color: #10b981;
    padding: 12px;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 10px;
    transition: 150ms ease-in-out;
}

.c-f924c1f1:hover .c-73d1e458 {
    background: #10b981;
    color: #ffffff;
    transform: rotate(360deg);
}

.c-7534ec6f {
    display: flex;
    align-items: center;
}

.c-66a06548 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.c-5db60cc9 {
    color: #475569;
    font-weight: 600;
    padding: 20px 32px;
    border-radius: 6px;
    transition: 150ms ease-in-out;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.c-5db60cc9::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #10b981;
    transition: 150ms ease-in-out;
    transform: translateX(-50%);
}

.c-5db60cc9:hover {
    color: #10b981;
    background: rgba(59, 130, 246, 0.05);
}

.c-5db60cc9:hover::after {
    width: 80%;
}

.header__menu-link--active {
    color: #10b981;
    background: rgba(59, 130, 246, 0.1);
}

.header__menu-link--active::after {
    width: 80%;
}

.c-ad0ecd34 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 20px;
    z-index: 1001;
    background: #ecfdf5;
    border: 2px solid #d1fae5;
    border-radius: 10px;
    transition: 150ms ease-in-out;
}

.c-ad0ecd34:hover {
    background: #10b981;
    border-color: #10b981;
}

.c-9ec4386e {
    width: 28px;
    height: 3px;
    background: #0f172a;
    margin: 4px 0;
    transition: 150ms ease-in-out;
    border-radius: 2px;
}

.c-ad0ecd34:hover .c-9ec4386e {
    background: #ffffff;
}

.header__burger--active {
    background: #10b981;
    border-color: #10b981;
}

.header__burger--active .c-9ec4386e {
    background: #ffffff;
}

.header__burger--active .c-9ec4386e:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.header__burger--active .c-9ec4386e:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-9ec4386e:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

.c-59bc3b14 {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    height: 100vh;
    background: #f8fdfa;
    border-left: 3px solid #10b981;
    display: flex;
    flex-direction: column;
    padding: 120px 48px 48px;
    gap: 32px;
    transform: translateX(100%);
    transition: 300ms ease-in-out;
    z-index: 1000;
    box-shadow: -5px 0 20px 0 3px 6px rgba(16, 185, 129, 0.1);
}

.header__mobile-menu--active {
    transform: translateX(0);
}

.c-993d1ee7 {
    color: #0f172a;
    font-size: 18px;
    font-weight: 600;
    padding: 32px 48px;
    border-radius: 10px;
    transition: 150ms ease-in-out;
    opacity: 0;
    transform: translateX(30px);
    text-align: left;
    background: #ecfdf5;
    border-left: 4px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.header__mobile-menu--active .c-993d1ee7 {
    opacity: 1;
    transform: translateX(0);
}

.c-993d1ee7:nth-child(1) {
    transition-delay: 0.1s;
}
.c-993d1ee7:nth-child(2) {
    transition-delay: 0.2s;
}
.c-993d1ee7:nth-child(3) {
    transition-delay: 0.3s;
}
.c-993d1ee7:nth-child(4) {
    transition-delay: 0.4s;
}

.c-993d1ee7:hover {
    color: #10b981;
    background: rgba(59, 130, 246, 0.1);
    border-left-color: #10b981;
    transform: translateX(10px);
}

.c-3270f82e {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in-out;
    z-index: 999;
}

.header__overlay--active {
    opacity: 1;
    visibility: visible;
}





.c-73761ccf {
    background-color: #ecfdf5;
    padding: 32px 0;
    border-top: 1px solid #d1fae5;
}

.c-9df0567c {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-1ef12280 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.c-5493a4fa {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #0f172a;
    font-weight: 600;
    font-size: 18px;
}

.c-5493a4fa i {
    color: #10b981;
    font-size: 24px;
}

.c-9367fef9 {
    display: flex;
    gap: 48px;
}

.c-e92452dc {
    color: #475569;
    transition: color 150ms ease-in-out;
}

.c-e92452dc:hover {
    color: #10b981;
}

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

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #d1fae5;
    color: #475569;
    transition: all 150ms ease-in-out;
}

.footer-social-link:hover {
    background-color: #10b981;
    color: #ffffff;
    transform: translateY(-3px);
}

.c-7f635815 {
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid #d1fae5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.c-85e96bce {
    color: #94a3b8;
    font-size: 14px;
}

.c-99370cb2 {
    display: flex;
    gap: 32px;
}

.c-7c802614 {
    color: #94a3b8;
    font-size: 14px;
    transition: color 150ms ease-in-out;
}

.c-7c802614:hover {
    color: #10b981;
}



.c-c8bb654e {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            perspective: 1000px;
            position: relative;
        }

        .c-2ee4078f {
            max-width: 1280px;
            width: 100%;
            padding: 0 32px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 64px;
            align-items: center;
        }

        .c-a1421c78 {
            opacity: 0;
            transform: translateX(-50px);
            animation: isometricSlideIn 1s ease 0.3s forwards;
        }

        .c-c47b0443 {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 12px 20px;
            background: #ecfdf5;
            color: #10b981;
            border-radius: 24px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 32px;
            box-shadow: 0 4px 15px 0 1px 2px rgba(16, 185, 129, 0.05);
        }

        .c-fa66c488 {
            font-size: 3.5rem;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 32px;
            line-height: 1.1;
        }

        .c-c33533a3 {
            background: linear-gradient(135deg, #10b981, #0ea5e9);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 2px 2px 4px 0 3px 6px rgba(16, 185, 129, 0.1);
        }

        .c-6b6684f6 {
            font-size: 18px;
            color: #475569;
            margin-bottom: 48px;
            line-height: 1.6;
        }

        .c-43a05de2 {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-bottom: 48px;
        }

        .c-392c9747 {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 12px;
            background: #f8fdfa;
            color: #0f172a;
            border-radius: 10px;
            box-shadow: 0 2px 10px 0 1px 2px rgba(16, 185, 129, 0.05);
            transition: all 300ms ease-in-out;
        }

        .c-392c9747:hover {
            transform: translateX(10px);
            box-shadow: 0 4px 15px 0 3px 6px rgba(16, 185, 129, 0.1);
        }

        .c-be41d8d3 {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #10b981, #0ea5e9);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-weight: 700;
        }

        .c-86a7726c {
            display: inline-block;
            padding: 20px 48px;
            background: linear-gradient(135deg, #10b981, #0ea5e9);
            color: #ffffff;
            border-radius: 16px;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            transition: all 300ms ease-in-out;
            box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
            transform-style: preserve-3d;
        }

        .c-86a7726c:hover {
            transform: translateY(-3px) rotateX(10deg);
            box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
        }

        .c-5f17b602 {
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transform: translateX(50px);
            animation: isometricSlideIn 1s ease 0.5s forwards;
        }

        .c-130417b9 {
            position: relative;
            width: 400px;
            height: 400px;
            transform-style: preserve-3d;
            animation: isometricRotate 20s linear infinite;
        }

        .c-61a78552 {
            position: absolute;
            width: 80px;
            height: 80px;
            transform-style: preserve-3d;
            animation: isometricFloat 4s ease-in-out infinite;
        }

        .c-bfa44774 {
            top: 50px;
            left: 50px;
            animation-delay: 0s;
        }

        .c-f6160580 {
            top: 100px;
            right: 80px;
            animation-delay: 1s;
        }

        .c-f668cb20 {
            bottom: 100px;
            left: 100px;
            animation-delay: 2s;
        }

        .c-037dc17d {
            bottom: 50px;
            right: 50px;
            animation-delay: 3s;
        }

        .c-7409f173 {
            position: absolute;
            width: 80px;
            height: 80px;
            border: 2px solid #10b981;
            opacity: 0.8;
        }

        .c-9e6239fc {
            background: linear-gradient(135deg, #10b981, #0ea5e9);
            transform: rotateY(0deg) translateZ(40px);
        }

        .c-53ae6a54 {
            background: linear-gradient(135deg, #0ea5e9, #22c55e);
            transform: rotateY(180deg) translateZ(40px);
        }

        .c-c6c22c1b {
            background: linear-gradient(135deg, #22c55e, #eab308);
            transform: rotateY(90deg) translateZ(40px);
        }

        .c-6b92822c {
            background: linear-gradient(135deg, #eab308, #dc2626);
            transform: rotateY(-90deg) translateZ(40px);
        }

        .c-1fe4881a {
            background: linear-gradient(135deg, #dc2626, #10b981);
            transform: rotateX(90deg) translateZ(40px);
        }

        .c-690d2faf {
            background: linear-gradient(135deg, #d1fae5, #0f172a);
            transform: rotateX(-90deg) translateZ(40px);
        }

        .c-8452b991 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: 
                linear-gradient(#10b981 1px, transparent 1px),
                linear-gradient(90deg, #10b981 1px, transparent 1px);
            background-size: 20px 20px;
            opacity: 0.1;
            transform: rotateX(60deg) rotateY(45deg);
        }

        @keyframes isometricSlideIn {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes isometricRotate {
            from {
                transform: rotateY(0deg);
            }
            to {
                transform: rotateY(360deg);
            }
        }

        @keyframes isometricFloat {
            0%, 100% {
                transform: translateY(0) rotateX(0deg) rotateY(0deg);
            }
            25% {
                transform: translateY(-20px) rotateX(15deg) rotateY(90deg);
            }
            50% {
                transform: translateY(0) rotateX(0deg) rotateY(180deg);
            }
            75% {
                transform: translateY(-10px) rotateX(-15deg) rotateY(270deg);
            }
        }

        
.c-9c61d9b9 {
    padding: 64px 32px;
    background: #ecfdf5;
}

.c-8df00289 {
    max-width: 1280px;
    margin: 0 auto;
}

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

.c-bce46b09 {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
}

.c-ba7a733c {
    font-size: 18px;
    color: #475569;
    max-width: 600px;
    margin: 0 auto;
}

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

.c-0542778a {
    background: #f8fdfa;
    border-radius: 16px;
    padding: 48px;
    box-shadow: 0 4px 20px 0 1px 2px rgba(16, 185, 129, 0.05);
    text-align: center;
    transform: translateY(0);
    opacity: 0;
    transition: all 300ms ease-in-out;
}

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

.c-0542778a:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px 0 3px 6px rgba(16, 185, 129, 0.1);
}

.c-d418d2ed {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981, #0ea5e9);
    margin: 0 auto 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.c-908a0149 {
    font-size: 24px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 12px;
}

.c-12a79852 {
    font-size: var(--font-size);
    color: #10b981;
    font-weight: 500;
    margin-bottom: 20px;
}

.c-c87ea34f {
    font-size: 14px;
    color: #475569;
    line-height: 1.5;
}

.c-8563c8e9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 48px;
    text-align: center;
}

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

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

.c-781e09e2 {
    font-size: 32px;
    font-weight: 700;
    color: #10b981;
    margin-bottom: 12px;
}

.c-969a8ccb {
    font-size: var(--font-size);
    color: #475569;
}

.c-47b66c02 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.c-84057470 {
    padding: 48px 0;
    background: #ecfdf5;
}

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

.c-0fc20858 {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
}

.c-7d7a5e4a {
    font-size: 18px;
    color: #475569;
    max-width: 600px;
    margin: 0 auto;
}

.c-14325cfd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 48px;
}

.c-b730cabc {
    background: #f8fdfa;
    padding: 48px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 6px 0 1px 2px rgba(16, 185, 129, 0.05);
    transition: all 300ms ease-in-out;
    border: 1px solid #d1fae5;
    position: relative;
    overflow: hidden;
}

.c-b730cabc::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.c-b730cabc:hover::before {
    left: 100%;
}

.c-b730cabc:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px 0 3px 6px rgba(16, 185, 129, 0.1);
    border-color: #10b981;
}

.c-5e6fa499 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.c-b730cabc:nth-child(1) .c-5e6fa499 {
    background: linear-gradient(135deg, #10b981, #0ea5e9);
}

.c-b730cabc:nth-child(2) .c-5e6fa499 {
    background: linear-gradient(135deg, #22c55e, #10b981);
}

.c-b730cabc:nth-child(3) .c-5e6fa499 {
    background: linear-gradient(135deg, #eab308, #dc2626);
}

.c-b730cabc:nth-child(4) .c-5e6fa499 {
    background: linear-gradient(135deg, #0ea5e9, #22c55e);
}

.c-b730cabc:nth-child(5) .c-5e6fa499 {
    background: linear-gradient(135deg, #dc2626, #eab308);
}

.c-b730cabc:nth-child(6) .c-5e6fa499 {
    background: linear-gradient(135deg, #10b981, #22c55e);
}

.c-e6344f12 {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 20px;
}

.c-3e9aee3a {
    color: #475569;
    line-height: 1.6;
}




.c-f37a5c4a {
    opacity: 0;
    transition: all 500ms ease-in-out;
}

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

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

.benefits-slide-up {
    transform: translateY(50px);
}

.benefits-slide-up.benefits-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-72b30379 {
    transform: scale(0.8);
}

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

.c-811da653 {
    transition-delay: 0.1s;
}

.c-73064fb9 {
    transition-delay: 0.2s;
}

.c-1d0018bf {
    transition-delay: 0.3s;
}

.c-a1053141 {
    transition-delay: 0.4s;
}

.c-977bf6cc {
    transition-delay: 0.5s;
}

.c-2f2ad53c {
    transition-delay: 0.6s;
}

.c-75656e2c {
            padding: 64px 32px;
            background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .c-eec7cb70 {
            max-width: 1280px;
            width: 100%;
            margin: 0 auto;
        }

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

        .c-52a48914 {
            font-size: 32px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .c-76c46fdd {
            font-size: 18px;
            color: #475569;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.5;
        }

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

        .c-6008ca18 {
            background: #f8fdfa;
            border-radius: 24px;
            padding: 48px;
            box-shadow: 0 10px 30px 0 1px 2px rgba(16, 185, 129, 0.05);
            position: relative;
            overflow: hidden;
            transition: all 300ms ease-in-out;
            cursor: pointer;
        }

        .c-6008ca18::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #10b981 0%, #0ea5e9 100%);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 300ms ease-in-out;
        }

        .c-6008ca18:hover::before {
            transform: scaleX(1);
        }

        .c-6008ca18:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px 0 3px 6px rgba(16, 185, 129, 0.1);
        }

        .c-20b7c1ab {
            border: 2px solid #10b981;
            transform: scale(1.05);
        }

        .c-20b7c1ab::before {
            background: linear-gradient(90deg, #22c55e 0%, #10b981 100%);
        }

        .c-14ff93c5::before {
            background: linear-gradient(90deg, #0ea5e9 0%, #dc2626 100%);
        }

        .c-7f97c237 {
            position: absolute;
            top: 32px;
            right: 32px;
            background: linear-gradient(135deg, #10b981 0%, #0ea5e9 100%);
            color: #ffffff;
            padding: 4px 12px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .c-f1ebd96c {
            font-size: 24px;
            font-weight: 600;
            color: #0f172a;
            margin-bottom: 12px;
        }

        .c-29908077 {
            color: #475569;
            font-size: 14px;
            margin-bottom: 32px;
            line-height: 1.4;
        }

        .c-a203b0f6 {
            display: flex;
            align-items: baseline;
            margin-bottom: 32px;
        }

        .c-502f24bf {
            font-size: 48px;
            font-weight: 700;
            color: #0f172a;
            line-height: 1;
        }

        .c-474b1dcb {
            font-size: 18px;
            font-weight: 600;
            color: #475569;
            margin-right: 4px;
        }

        .c-9493e212 {
            font-size: 14px;
            color: #94a3b8;
        }

        .c-34481cc9 {
            list-style: none;
            margin-bottom: 48px;
        }

        .c-f6300f93 {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            font-size: 14px;
            color: #475569;
        }

        .c-f6300f93::before {
            content: '✓';
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
            background: #22c55e;
            color: #ffffff;
            border-radius: 50%;
            margin-right: 12px;
            font-weight: 600;
            font-size: 12px;
        }

        .c-965c1e14 {
            display: flex;
            align-items: center;
            margin-bottom: 20px; 
            font-size: 14px;
            color: #475569;
        }

        .c-965c1e14::before {
            content: '✕';
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
            background: #f44336; 
            color: #fff;
            border-radius: 50%;
            margin-right: 12px;
            font-weight: 600;
            font-size: 12px;
            flex-shrink: 0;
        }



        .c-02d33e39 {
            width: 100%;
            padding: 20px 32px;
            background: linear-gradient(135deg, #10b981 0%, #0ea5e9 100%);
            color: #ffffff;
            border: none;
            border-radius: 10px;
            font-size: var(--font-size);
            font-weight: 600;
            cursor: pointer;
            transition: all 300ms ease-in-out;
            position: relative;
            overflow: hidden;
        }

        .c-02d33e39::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 500ms ease-in-out;
        }

        .c-02d33e39:hover::before {
            left: 100%;
        }

        .c-02d33e39:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px 0 3px 6px rgba(16, 185, 129, 0.1);
        }

        .c-e72f09d4 {
            background: #d1fae5;
            color: #0f172a;
        }

        .c-e72f09d4::before {
            background: linear-gradient(90deg, transparent, 0 1px 2px rgba(16, 185, 129, 0.05), transparent);
        }

        .c-4bf761aa {
            background: linear-gradient(135deg, #0ea5e9 0%, #dc2626 100%);
        }

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

.c-7473cf16 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.c-544abf4d {
    text-align: center;
    z-index: 10;
    position: relative;
}

.c-3ebac45f {
    font-size: clamp(2.5rem, 10vw, 5rem);
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 32px;
    text-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
    animation: cta-glow-pulse 3s ease-in-out infinite alternate;
    line-height: 1;
}

.c-3a8ac41e {
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: #0f172a;
    margin-bottom: 64px;
    opacity: 0.8;
    line-height: 1.4;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.c-3c581d0c {
    display: inline-block;
    background: transparent;
    color: #0f172a;
    padding: 32px 48px;
    border: 2px solid #10b981;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.3);
}

.c-3c581d0c::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #10b981;
    transition: left 300ms ease-in-out;
    z-index: -1;
}

.c-3c581d0c:hover::before {
    left: 0;
}

.c-3c581d0c:hover {
    color: #0f172a;
    box-shadow: 0 0 30px rgba(59, 130, 246, 0.6);
    transform: translateY(-3px);
}

@keyframes cta-glow-pulse {
    0% {
        text-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
    }
    100% {
        text-shadow: 0 0 30px rgba(59, 130, 246, 0.8), 0 0 40px rgba(139, 92, 246, 0.3);
    }
}

.c-918a607f {
    position: fixed;
    bottom: 32px;
    right: 32px;
    background: linear-gradient(135deg, #10b981, #0ea5e9);
    color: #ffffff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 8px 32px 0 6px 12px rgba(16, 185, 129, 0.15);
    max-width: 400px;
    z-index: 1000;
    transform: translateX(120%);
    transition: transform 300ms ease-in-out;
}

.c-918a607f.policy-compact--visible {
    transform: translateX(0);
}

.c-c53a5fd1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.c-2dfdd8b3 {
    font-size: var(--font-size);
    font-weight: 600;
}

.c-c2c5a94e {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 150ms ease-in-out;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-c2c5a94e:hover {
    opacity: 1;
}

.c-6bff30df {
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.c-cfbeec01 {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.c-0ea008b0 {
    color: #ffffff;
    text-decoration: underline;
    font-size: 14px;
    opacity: 0.8;
    transition: opacity 150ms ease-in-out;
}

.c-0ea008b0:hover {
    opacity: 1;
}

.c-47f71fbf {
    background: #ffffff;
    color: #10b981;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 150ms ease-in-out;
}

.c-47f71fbf:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
    .c-7534ec6f {
        display: none;
    }

    .c-ad0ecd34 {
        display: flex;
    }

    .c-59bc3b14 {
        width: 100%;
        padding: 120px 20px 20px;
    }
}
@media (max-width: 480px) {
    .c-993d1ee7 {
        font-size: var(--font-size-md);
        padding: 20px 32px;
    }
}
@media (max-width: 768px) {
    .c-1ef12280 {
        flex-direction: column;
        align-items: flex-start;
    }

    .c-9367fef9 {
        flex-direction: column;
        gap: 20px;
    }

    .c-7f635815 {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
            .c-2ee4078f {
                grid-template-columns: 1fr;
                text-align: center;
            }
            
            .c-fa66c488 {
                font-size: 2.5rem;
            }
            
            .c-130417b9 {
                width: 300px;
                height: 300px;
            }
            
            .c-61a78552 {
                width: 60px;
                height: 60px;
            }
            
            .c-7409f173 {
                width: 60px;
                height: 60px;
            }
        }
@media (max-width: 768px) {
    .c-14325cfd {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .c-0fc20858 {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
            .c-75656e2c {
                padding: 48px 20px;
            }
            
            .c-1278241c {
                grid-template-columns: 1fr;
                gap: 32px;
            }
            
            .c-20b7c1ab {
                transform: none;
            }
            
            .c-52a48914 {
                font-size: 24px;
            }
            
            .c-502f24bf {
                font-size: 36px;
            }
        }
@media (max-width: 480px) {
    .c-918a607f {
        bottom: 20px;
        right: 20px;
        left: 20px;
        max-width: none;
    }
}