@import url(https://fonts.googleapis.com/css?family=Fira+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #1c1917;
    font-family: 'Fira 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-46d12600 {
    background: linear-gradient(135deg, #ef4444, #f97316);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
}

.c-bf3b1841 {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.c-e8a074ba {
    display: flex;
    align-items: center;
    gap: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 24px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: 140ms ease-in-out;
    position: relative;
    z-index: 99999;
}

.c-e8a074ba:hover {
    transform: translateY(-2px);
}

.c-0a493310 {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.9);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
}

.c-c5607f4a {
    display: flex;
    align-items: center;
    gap: 40px;
}

.c-bb3869e2 {
    display: flex;
    align-items: center;
    gap: 28px;
}

.c-89c2a248 {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    padding: 20px 28px;
    border-radius: 28px;
    transition: 140ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-89c2a248::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-100%);
    transition: 280ms ease-in-out;
}

.c-89c2a248:hover::before {
    transform: translateX(0);
}

.c-89c2a248:hover {
    color: #450a0a;
    backdrop-filter: blur(10px);
}

.c-43880de8 {
    background: rgba(255, 255, 255, 0.2);
    color: #450a0a;
    padding: 20px 40px;
    border-radius: 28px;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: 140ms ease-in-out;
    backdrop-filter: blur(10px);
}

.c-43880de8:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.c-6c8bab5b {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    transition: 140ms ease-in-out;
}

.c-6c8bab5b:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.c-5dc84ea2 {
    width: 24px;
    height: 3px;
    background: #450a0a;
    margin: 3px 0;
    transition: 140ms ease-in-out;
    border-radius: 2px;
}

.header__burger--active .c-5dc84ea2:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.header__burger--active .c-5dc84ea2:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-5dc84ea2:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.c-c0410883 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #ef4444, #f97316);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 56px;
    transform: translateY(-100%);
    transition: 280ms ease-in-out;
    z-index: 1000;
}

.header__mobile-menu--active {
    transform: translateY(0);
}

.c-9bbe7a3d {
    color: #450a0a;
    font-size: 30px;
    font-weight: 700;
    padding: 10px 28px;
    border-radius: 28px;
    transition: 140ms ease-in-out;
    opacity: 0;
    transform: translateY(30px);
    text-align: center;
    min-width: 250px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.header__mobile-menu--active .c-9bbe7a3d {
    opacity: 1;
    transform: translateY(0);
}

.c-9bbe7a3d:nth-child(1) {
    transition-delay: 0.1s;
}
.c-9bbe7a3d:nth-child(2) {
    transition-delay: 0.2s;
}
.c-9bbe7a3d:nth-child(3) {
    transition-delay: 0.3s;
}
.c-9bbe7a3d:nth-child(4) {
    transition-delay: 0.4s;
}
.c-9bbe7a3d:nth-child(5) {
    transition-delay: 0.5s;
}

.c-9bbe7a3d:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.c-0112659c {
    background: rgba(255, 255, 255, 0.9);
    color: #ef4444;
    padding: 10px 28px;
    border-radius: 28px;
    font-weight: 700;
    font-size: 24px;
    margin-top: 40px;
    transition: 140ms ease-in-out;
    opacity: 0;
    transform: translateY(30px);
}

.header__mobile-menu--active .c-0112659c {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.c-0112659c:hover {
    background: #450a0a;
    transform: scale(1.1);
}

.c-f90c5b5a {
    background-color: #1c1917;
    padding: 40px 0;
    border-top: 2px solid #ef4444;
    position: relative;
}

.c-9ad52a44 {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.c-e1c17548 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fef2f2;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 28px;
    transition: transform 280ms ease-in-out;
}

.c-e1c17548:hover {
    transform: scale(1.05);
}

.c-e1c17548 i {
    color: #ef4444;
    font-size: 30px;
}

.c-bf4f55de {
    color: #fecaca;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 40px;
    font-size: 18px;
}

.c-2f9cbf16 {
    margin-bottom: 40px;
}

.c-3b026eb7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-bottom: 28px;
}

.c-cbe57b43 {
    color: #fecaca;
    font-weight: 500;
    position: relative;
    transition: color 140ms ease-in-out;
    padding: 10px 0;
}

.c-cbe57b43::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #ef4444;
    transition: all 280ms ease-in-out;
    transform: translateX(-50%);
}

.c-cbe57b43:hover {
    color: #ef4444;
}

.c-cbe57b43:hover::after {
    width: 100%;
}

.c-15d22364 {
    background-color: #292524;
    border-radius: 18px;
    padding: 28px;
    margin-bottom: 40px;
    display: inline-block;
    min-width: 300px;
}

.c-fc574259 {
    color: #fef2f2;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.c-99e96524 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-74f6afd9 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fecaca;
}

.c-910516e5 {
    color: #ef4444;
    width: 20px;
    text-align: center;
}

.c-01269821 {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ef4444, transparent);
    margin: 28px auto;
}

.c-52f2fc3a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 28px;
}

.c-fe385ae5 {
    color: #fca5a5;
    font-size: 13px;
}

.c-2bc2f197 {
    display: flex;
    gap: 28px;
}

.c-b676ab2b {
    color: #fca5a5;
    font-size: 13px;
    transition: color 140ms ease-in-out;
    position: relative;
}

.c-b676ab2b:hover {
    color: #ef4444;
}

.c-b676ab2b:not(:last-child)::after {
    content: '•';
    position: absolute;
    right: calc(-1 * 28px / 2);
    color: #fca5a5;
}

.c-90dab096 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ef4444, #f97316, #ef4444);
    opacity: 0.8;
}

.c-e5b07c5c {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0a0a0a, #1a0a1a, #0a1a1a);
    position: relative;
    overflow: hidden;
}

.c-5a4cdda1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(59, 130, 246, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(59, 130, 246, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    animation: cyberpunkGridMove 20s linear infinite;
    z-index: 1;
}

.c-310d58ab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cyberpunk__line {
    position: absolute;
    background: linear-gradient(90deg, transparent, #ef4444, transparent);
    height: 2px;
    animation: cyberpunkLineMove 4s ease-in-out infinite;
}

.c-e31c49e6 {
    max-width: 1250px;
    width: 100%;
    padding: 0 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.c-907e74b6 {
    opacity: 0;
    transform: translateX(-50px);
    animation: cyberpunkSlideIn 1s ease 0.3s forwards;
}

.c-d1716962 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: rgba(59, 130, 246, 0.1);
    color: #ef4444;
    border: 1px solid #ef4444;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    animation: cyberpunkGlow 2s ease-in-out infinite;
}

.c-c51b6571 {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 28px;
    color: #fecaca;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
}

.c-eea74b0f {
    background: linear-gradient(135deg, #ef4444, #f97316, #dc2626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 10px #ef4444, 0 0 20px #ef4444, 0 0 40px #ef4444;
    animation: cyberpunkFlicker 3s ease-in-out infinite;
}

.c-9fc28bd4 {
    font-size: 18px;
    color: #fca5a5;
    margin-bottom: 40px;
    line-height: 1.6;
    font-family: monospace;
}

.c-7387ac92 {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #ef4444;
    border-radius: 5px;
    padding: 28px;
    margin-bottom: 40px;
    font-family: monospace;
    position: relative;
    overflow: hidden;
}

.c-7387ac92::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(59, 130, 246, 0.05), transparent);
    animation: cyberpunkScan 3s ease-in-out infinite;
}

.c-23a5ceb9 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: #ef4444;
    font-size: 13px;
}

.c-625c2ae1 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dc2626;
}

.c-625c2ae1:nth-child(2) {
    background: #eab308;
}

.c-625c2ae1:nth-child(3) {
    background: #22c55e;
}

.c-9fccd7cd {
    color: #22c55e;
    margin-bottom: 4px;
    animation: cyberpunkType 4s ease-in-out infinite;
}

.c-981d4bd8 {
    display: inline-block;
    width: 10px;
    height: 16px;
    background: #ef4444;
    animation: cyberpunkBlink 1s infinite;
}

.c-e97c76e8 {
    display: inline-block;
    padding: 20px 40px;
    background: transparent;
    color: #ef4444;
    border: 2px solid #ef4444;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 280ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-e97c76e8::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #ef4444;
    transition: left 280ms ease-in-out;
    z-index: -1;
}

.c-e97c76e8:hover::before {
    left: 0;
}

.c-e97c76e8:hover {
    color: #fef2f2;
    box-shadow: 0 0 20px #ef4444, inset 0 0 20px rgba(59, 130, 246, 0.2);
}

.c-f249cade {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    animation: cyberpunkSlideIn 1s ease 0.5s forwards;
}

.c-7692a8b4 {
    width: 400px;
    height: 400px;
    position: relative;
}

.c-212a40fb {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ef4444;
    border-radius: 50%;
    box-shadow: 0 0 20px #ef4444;
    animation: cyberpunkPulse 2s ease-in-out infinite;
}

.c-a18f377e {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, #ef4444, #f97316);
    box-shadow: 0 0 10px #ef4444;
    animation: cyberpunkFlow 3s ease-in-out infinite;
}

.c-6fc627c8 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    border: 2px solid #f97316;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    animation: cyberpunkRotate 10s linear infinite;
}

.c-e7340002 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.cyberpunk__data {
    position: absolute;
    color: #22c55e;
    font-family: monospace;
    font-size: 12px;
    animation: cyberpunkDataFlow 5s linear infinite;
}

@keyframes cyberpunkSlideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes cyberpunkGridMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 30px);
    }
}

@keyframes cyberpunkLineMove {
    0%,
    100% {
        left: -100%;
        width: 0%;
    }
    50% {
        left: 0%;
        width: 100%;
    }
}

@keyframes cyberpunkGlow {
    0%,
    100% {
        box-shadow: 0 0 5px #ef4444;
    }
    50% {
        box-shadow: 0 0 20px #ef4444, 0 0 30px #ef4444;
    }
}

@keyframes cyberpunkFlicker {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    75% {
        opacity: 1;
    }
    85% {
        opacity: 0.9;
    }
}

@keyframes cyberpunkScan {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes cyberpunkType {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes cyberpunkBlink {
    0%,
    50% {
        opacity: 1;
    }
    51%,
    100% {
        opacity: 0;
    }
}

@keyframes cyberpunkPulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 20px #ef4444;
    }
    50% {
        transform: scale(1.2);
        box-shadow: 0 0 40px #ef4444;
    }
}

@keyframes cyberpunkFlow {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }
    50% {
        opacity: 1;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0);
    }
}

@keyframes cyberpunkRotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes cyberpunkDataFlow {
    0% {
        transform: translateY(100vh);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100px);
        opacity: 0;
    }
}

.c-edb0f499 {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 28px;
}

.c-13773cc1 {
    padding: 40px 0;
}

.c-fabdbb20 {
    text-align: center;
    margin-bottom: 56px;
    background: #292524;
    padding: 56px;
    border-radius: 28px;
}

.c-7120f0e9 {
    font-size: 30px;
    font-weight: 700;
    color: #fef2f2;
    margin-bottom: 20px;
}

.c-3672c20d {
    font-size: 18px;
    color: #fecaca;
    max-width: 700px;
    margin: 0 auto 28px;
}

.c-3a3efec5 {
    color: #fecaca;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

.c-896a48ad {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

.c-aa6f524e {
    background: #1c1917;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 4px 6px 0 1px 2px rgba(255, 255, 255, 0.04);
}

.c-6d5c8594 {
    font-size: 24px;
    font-weight: 600;
    color: #fef2f2;
    margin-bottom: 28px;
    text-align: center;
}

.c-5e97580d {
    list-style: none;
}

.c-2696cdbc {
    display: flex;
    align-items: flex-start;
    margin-bottom: 28px;
    padding: 20px;
    background: #292524;
    border-radius: 10px;
    transition: all 280ms ease-in-out;
}

.c-2696cdbc:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px 0 1px 2px rgba(255, 255, 255, 0.04);
}

.c-1729f719 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ef4444;
    color: #450a0a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    font-size: 18px;
}

.c-76f1501e h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fef2f2;
    margin-bottom: 4px;
}

.c-76f1501e p {
    color: #fecaca;
    font-size: 13px;
    line-height: 1.5;
}

.c-f62a6aee {
    background: #1c1917;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 4px 6px 0 1px 2px rgba(255, 255, 255, 0.04);
}

.c-c2ec571b {
    font-size: 24px;
    font-weight: 600;
    color: #fef2f2;
    margin-bottom: 28px;
    text-align: center;
}

.c-0bcbd6b5 {
    list-style: none;
}

.c-7e13da65 {
    border: 1px solid #3f3f46;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 280ms ease-in-out;
}

.c-7e13da65:hover {
    box-shadow: 0 4px 12px 0 1px 2px rgba(255, 255, 255, 0.04);
}

.c-6f781b30 {
    padding: 28px;
    background: #292524;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 280ms ease-in-out;
}

.c-6f781b30:hover {
    background: #3f3f46;
}

.c-6f781b30.about-active {
    background: #ef4444;
    color: #450a0a;
}

.c-ff22e5bc {
    font-size: var(--font-size);
    color: #fef2f2;
    font-weight: 600;
    margin: 0;
}

.c-10e72c34 {
    font-size: 18px;
    color: #fef2f2;
    transition: transform 280ms ease-in-out;
}

.c-6f781b30.about-active .c-10e72c34 {
    transform: rotate(180deg);
}

.c-791779af {
    max-height: 0;
    overflow: hidden;
    transition: max-height 280ms ease-in-out;
}

.c-791779af.about-active {
    max-height: 200px;
}

.c-fc9903ca {
    padding: 28px;
    color: #fecaca;
    line-height: 1.6;
}

.c-94578150 {
    opacity: 0;
    transition: all 480ms ease-in-out;
}

.c-30549d13 {
    transform: translateY(30px);
}

.c-30549d13.about-visible {
    opacity: 1;
    transform: translateY(0);
}

.about-slide-up {
    transform: translateY(50px);
}

.about-slide-up.about-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-939a0bf8 {
    transform: translateX(-50px);
}

.c-939a0bf8.about-visible {
    opacity: 1;
    transform: translateX(0);
}

.c-98737ac8 {
    transform: translateX(50px);
}

.c-98737ac8.about-visible {
    opacity: 1;
    transform: translateX(0);
}

.c-095d8cf3 {
    transform: scale(0.9);
}

.c-095d8cf3.about-visible {
    opacity: 1;
    transform: scale(1);
}

.c-3c46fef7 {
    transition-delay: 0.1s;
}

.c-5357f292 {
    transition-delay: 0.2s;
}

.c-f931868c {
    transition-delay: 0.3s;
}

.c-0cb6dc15 {
    transition-delay: 0.4s;
}

.c-171a2e45 {
    transition-delay: 0.5s;
}

.c-808cc69c {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 28px;
}

.c-0efd9174 {
    padding: 40px 0;
    background: #292524;
}

.c-593c05bb {
    text-align: center;
    margin-bottom: 56px;
}

.c-d5f03b5b {
    font-size: 30px;
    font-weight: 700;
    color: #fef2f2;
    margin-bottom: 20px;
}

.c-ea798311 {
    font-size: 18px;
    color: #fecaca;
    max-width: 600px;
    margin: 0 auto;
}

.c-70beb153 {
    background: #1c1917;
    border-radius: 28px;
    box-shadow: 0 8px 25px 0 1px 2px rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.c-3699fc7d {
    display: flex;
    background: #3f3f46;
    overflow-x: auto;
}

.c-6e144e0f {
    flex: 1;
    min-width: 150px;
    padding: 28px 40px;
    background: transparent;
    border: none;
    font-size: var(--font-size);
    font-weight: 500;
    color: #fecaca;
    cursor: pointer;
    transition: all 280ms ease-in-out;
    position: relative;
    white-space: nowrap;
}

.c-6e144e0f:hover {
    background: #292524;
    color: #fef2f2;
}

.c-6e144e0f.benefits-active {
    color: #ef4444;
    background: #1c1917;
}

.c-6e144e0f::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ef4444;
    transform: scaleX(0);
    transition: transform 280ms ease-in-out;
}

.c-6e144e0f.benefits-active::after {
    transform: scaleX(1);
}

.c-9f237546 {
    padding: 40px;
    min-height: 500px;
}

.c-323a273d {
    display: none;
    animation: benefitsFadeIn 0.3s ease;
}

.c-323a273d.benefits-active {
    display: block;
}

@keyframes benefitsFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.c-47aafde2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.c-978e53c5 h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fef2f2;
    margin-bottom: 28px;
}

.c-978e53c5 p {
    color: #fecaca;
    line-height: 1.7;
    margin-bottom: 28px;
}

.c-e874858c {
    list-style: none;
}

.c-e874858c li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #fecaca;
}

.c-e874858c li::before {
    content: '✓';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #22c55e;
    color: #450a0a;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 20px;
    flex-shrink: 0;
}

.c-b5eb899d {
    background: #292524;
    border-radius: 18px;
    padding: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.c-2b69020d {
    font-size: 4rem;
    margin-bottom: 28px;
    display: block;
}

.c-64891cd5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 28px;
}

.c-d757f497 {
    background: #1c1917;
    padding: 28px;
    border-radius: 10px;
}

.c-e975f8f2 {
    font-size: 24px;
    font-weight: 700;
    color: #ef4444;
    display: block;
    margin-bottom: 4px;
}

.c-5cc6a327 {
    font-size: 13px;
    color: #fca5a5;
}

.c-1acd4ac0 {
    opacity: 0;
    transition: all 480ms ease-in-out;
}

.c-0822bac8 {
    transform: translateY(30px);
}

.c-0822bac8.benefits-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-ee793d29 {
    transform: scale(0.9);
}

.c-ee793d29.benefits-visible {
    opacity: 1;
    transform: scale(1);
}

.benefits-slide-left {
    transform: translateX(-50px);
}

.benefits-slide-left.benefits-visible {
    opacity: 1;
    transform: translateX(0);
}

.benefits-slide-right {
    transform: translateX(50px);
}

.benefits-slide-right.benefits-visible {
    opacity: 1;
    transform: translateX(0);
}

.c-46802935 {
    padding: 56px 28px;
    background: linear-gradient(135deg, #292524 0%, #3f3f46 100%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.c-d2d23fec {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}

.c-0adfda50 {
    text-align: center;
    margin-bottom: 56px;
}

.c-8f03c623 {
    font-size: 30px;
    font-weight: 700;
    color: #fef2f2;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.c-8f03c623::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #ef4444, #f97316);
    border-radius: 5px;
}

.c-dcb76431 {
    font-size: 18px;
    color: #fecaca;
    font-weight: 300;
}

.c-c88e8033 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 56px;
}

.c-0acd7ba8 {
    background: #1c1917;
    border-radius: 28px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px 0 1px 2px rgba(255, 255, 255, 0.04);
    transition: all 280ms ease-in-out;
    cursor: pointer;
}

.c-0acd7ba8::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ef4444, #f97316);
    transform: scaleX(0);
    transition: transform 280ms ease-in-out;
}

.c-0acd7ba8:hover::before {
    transform: scaleX(1);
}

.c-0acd7ba8:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px 0 2px 4px rgba(255, 255, 255, 0.07);
}

.c-88bcb1bb {
    background: linear-gradient(135deg, #ef4444, #f97316);
    color: #450a0a;
    transform: scale(1.05);
}

.c-88bcb1bb::before {
    background: linear-gradient(90deg, #eab308, #22c55e);
}

.c-88bcb1bb:hover {
    transform: scale(1.05) translateY(-10px);
}

.c-8cc6a1af {
    position: absolute;
    top: 28px;
    right: 28px;
    background: linear-gradient(45deg, #22c55e, #eab308);
    color: #450a0a;
    padding: 4px 10px;
    border-radius: 18px;
    font-size: 13px;
    font-weight: 600;
    transform: rotate(12deg);
}

.c-7a7871c4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fecaca;
}

.c-88bcb1bb .c-7a7871c4 {
    color: #450a0a;
}

.c-0df94ba3 {
    display: flex;
    align-items: baseline;
    margin-bottom: 28px;
}

.c-215f8d90 {
    font-size: 48px;
    font-weight: 800;
    color: #ef4444;
    line-height: 1;
}

.c-88bcb1bb .c-215f8d90 {
    color: #450a0a;
}

.c-7aca98f6 {
    font-size: 18px;
    font-weight: 600;
    margin-right: 4px;
    color: #fecaca;
}

.c-2af51ae0 {
    font-size: var(--font-size);
    color: #fca5a5;
    margin-left: 4px;
}

.c-88bcb1bb .c-2af51ae0 {
    color: rgba(255, 255, 255, 0.8);
}

.c-0b372f17 {
    color: #fecaca;
    margin-bottom: 28px;
    line-height: 1.5;
}

.c-88bcb1bb .c-0b372f17 {
    color: rgba(255, 255, 255, 0.9);
}

.c-b46f9788 {
    margin-bottom: 40px;
}

.c-0afef763 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #fecaca;
    line-height: 1.4;
}

.c-88bcb1bb .c-0afef763 {
    color: rgba(255, 255, 255, 0.9);
}

.c-0afef763::before {
    content: '✓';
    width: 20px;
    height: 20px;
    background: linear-gradient(45deg, #22c55e, #ef4444);
    color: #450a0a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
}

.c-816a97d0 {
    width: 100%;
    padding: 20px 28px;
    background: linear-gradient(45deg, #ef4444, #f97316);
    color: #450a0a;
    border: none;
    border-radius: 18px;
    font-size: var(--font-size);
    font-weight: 600;
    cursor: pointer;
    transition: all 280ms ease-in-out;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.c-816a97d0::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 480ms ease-in-out;
}

.c-816a97d0:hover::before {
    left: 100%;
}

.c-816a97d0:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px 0 2px 4px rgba(255, 255, 255, 0.07);
}

.c-88bcb1bb .c-816a97d0 {
    background: #1c1917;
    color: #ef4444;
}

.c-88bcb1bb .c-816a97d0:hover {
    background: #292524;
}

.c-fc2af90c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.pricing__floating-element {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ef4444;
    border-radius: 50%;
    opacity: 0.3;
}

.c-fad389b5 {
    background: #1c1917;
    padding: 40px;
    border-radius: 28px;
    text-align: center;
    max-width: 550px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 480ms ease-in-out;
    margin: 40px auto;
}

.c-fad389b5::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #ef4444, #f97316, #eab308, #dc2626);
    border-radius: 28px;
    z-index: -1;
    opacity: 0;
    transition: opacity 280ms ease-in-out;
}

.c-fad389b5:hover::before {
    opacity: 1;
    animation: borderGlow 2s ease-in-out infinite alternate;
}

@keyframes borderGlow {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}

.c-fad389b5:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-glow);
}

.c-071f487c {
    font-size: 30px;
    font-weight: 800;
    color: #fef2f2;
    margin-bottom: 20px;
    line-height: 1.2;
    position: relative;
}

.c-071f487c::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #f97316;
    border-radius: 2px;
    transition: width 280ms ease-in-out;
}

.c-fad389b5:hover .c-071f487c::after {
    width: 120px;
}

.c-fb410361 {
    font-size: 18px;
    color: #fecaca;
    margin-bottom: 56px;
    line-height: 1.5;
    margin-top: 28px;
}

.c-68cdbf9f {
    display: inline-block;
    background: #f97316;
    color: #450a0a;
    padding: 28px 40px;
    border-radius: 18px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 280ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-68cdbf9f::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 480ms ease-in-out;
}

.c-68cdbf9f:hover::before {
    left: 100%;
}

.c-68cdbf9f:hover {
    background: #7c3aed;
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
}

.c-68cdbf9f:active {
    transform: scale(0.98);
}

.c-1fbe8749 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.c-2127fd71 {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ef4444;
    border-radius: 50%;
    opacity: 0.3;
    animation: float 6s ease-in-out infinite;
}

.c-2127fd71:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.c-2127fd71:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
    background: #f97316;
}

.c-2127fd71:nth-child(3) {
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
    background: #eab308;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.c-31f170a5 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 280ms ease-in-out;
    padding: 28px;
}

.c-31f170a5.policy-modal--visible {
    opacity: 1;
    visibility: visible;
}

.c-1686f1b6 {
    background: #1c1917;
    border-radius: 28px;
    padding: 40px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px 0 5px 10px rgba(255, 255, 255, 0.1);
    transform: scale(0.8) translateY(50px);
    transition: transform 280ms ease-in-out;
    position: relative;
}

.c-31f170a5.policy-modal--visible .c-1686f1b6 {
    transform: scale(1) translateY(0);
}

.c-dc0705f8 {
    text-align: center;
    margin-bottom: 40px;
}

.c-a5b45343 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ef4444, #f97316);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    font-size: 40px;
}

.c-860cdc57 {
    font-size: 24px;
    font-weight: 700;
    color: #fef2f2;
    margin-bottom: 10px;
}

.c-71456b04 {
    color: #fecaca;
    font-size: var(--font-size);
}

.c-d6f5c503 {
    color: #fecaca;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: center;
}

.c-b1f773a1 {
    background: #292524;
    border-radius: 18px;
    padding: 28px;
    margin-bottom: 40px;
}

.c-e984b8df {
    font-weight: 600;
    color: #fef2f2;
    margin-bottom: 20px;
    text-align: center;
}

.c-44bea21c {
    display: grid;
    gap: 20px;
}

.c-57a85e88 {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #1c1917;
    border-radius: 10px;
    color: #fef2f2;
    text-decoration: none;
    transition: all 140ms ease-in-out;
    border: 2px solid transparent;
}

.c-57a85e88:hover {
    border-color: #ef4444;
    transform: translateX(4px);
}

.c-216ab84f {
    width: 24px;
    height: 24px;
    background: #ef4444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #450a0a;
    font-size: 12px;
}

.c-45b8c7b3 {
    flex: 1;
}

.c-7a786cff {
    font-weight: 600;
    margin-bottom: 2px;
}

.c-4e041d69 {
    font-size: 13px;
    color: #fca5a5;
}

.c-c44eb33d {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.c-c9c2768f {
    padding: 20px 40px;
    border-radius: 10px;
    font-size: var(--font-size);
    font-weight: 600;
    cursor: pointer;
    transition: all 140ms ease-in-out;
    border: 2px solid transparent;
    min-width: 140px;
}

.c-ccbc2309 {
    background: #ef4444;
    color: #450a0a;
}

.c-ccbc2309:hover {
    background: #f97316;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px 0 2px 4px rgba(255, 255, 255, 0.07);
}

@media (max-width: 768px) {
    .c-c5607f4a {
        display: none;
    }

    .c-6c8bab5b {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-3b026eb7 {
        flex-direction: column;
        gap: 20px;
    }

    .c-15d22364 {
        min-width: auto;
        width: 100%;
    }

    .c-52f2fc3a {
        flex-direction: column;
        gap: 20px;
    }

    .c-2bc2f197 {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .c-b676ab2b:not(:last-child)::after {
        display: none;
    }
}
@media (max-width: 768px) {
    .c-e31c49e6 {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .c-c51b6571 {
        font-size: 2.5rem;
    }

    .c-7692a8b4 {
        width: 300px;
        height: 300px;
    }
}
@media (max-width: 768px) {
    .c-896a48ad {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .c-7120f0e9 {
        font-size: 24px;
    }

    .c-fabdbb20 {
        padding: 28px;
    }
}
@media (max-width: 768px) {
    .c-47aafde2 {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .c-9f237546 {
        padding: 28px;
    }

    .c-64891cd5 {
        grid-template-columns: 1fr;
    }

    .c-d5f03b5b {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .c-c88e8033 {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .c-88bcb1bb {
        transform: none;
    }

    .c-88bcb1bb:hover {
        transform: translateY(-10px);
    }
}
@media (max-width: 640px) {
    .c-1686f1b6 {
        padding: 28px;
        margin: 20px;
    }

    .c-c44eb33d {
        flex-direction: column;
    }
}
