@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);

:root {
    --container-width: 1240px;

    --text-primary: #ffffff;
    --text-secondary: #e0d4df;
    --text-muted: #a89ca9;
    --text-inverse: #000000;

    --bg-primary: #121212;
    --bg-secondary: #1e1e1e;
    --bg-tertiary: #2c2c2c;
    --bg-dark: #ffffff;

    --accent-primary: #e879f9;
    --accent-secondary: #f472b6;
    --accent-success: #34d399;
    --accent-warning: #fde047;
    --accent-danger: #f87171;

    --shadow-light: 0 1px 1px rgba(255, 255, 255, 0.04);
    --shadow-medium: 0 2px 4px rgba(255, 255, 255, 0.08);
    --shadow-strong: 0 6px 10px rgba(255, 255, 255, 0.12);

    --font-family: 'Work Sans', sans-serif;
    --font-size-xs: 13px;
    --font-size-sm: 15px;
    --font-size-base: 17px;
    --font-size-lg: 21px;
    --font-size-xl: 28px;
    --font-size-2xl: 36px;
    --font-size-3xl: 48px;

    --gap-xs: 4px;
    --gap-sm: 10px;
    --gap-md: 20px;
    --gap-lg: 30px;
    --gap-xl: 48px;
    --gap-2xl: 64px;

    --padding-xs: 4px;
    --padding-sm: 10px;
    --padding-md: 20px;
    --padding-lg: 30px;
    --padding-xl: 48px;

    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 32px;
    --radius-full: 9999px;

    --transition-fast: 160ms ease;
    --transition-normal: 300ms ease-in;
    --transition-slow: 500ms ease-out;
}

* {
    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-1b923633 {
    background: #121212;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: 300ms ease-in;
}

.header--scrolled {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.5);
}

.c-219d04e5 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.c-bece0b85 {
    position: absolute;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-weight: 600;
    font-size: 21px;
    transition: 160ms ease;
    z-index: 9999;
}

.c-bece0b85:hover {
    transform: scale(1.05);
}

.c-dec0920b {
    font-size: 28px;
    background: linear-gradient(45deg, #e879f9, #f472b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.c-cde27455 {
    display: flex;
    align-items: center;
}

.c-727f0d83 {
    display: flex;
    align-items: center;
    gap: 48px;
    background: #1e1e1e;
    padding: 10px 30px;
    border-radius: 32px;
    border: 1px solid #2c2c2c;
}

.c-45418268 {
    color: #e0d4df;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 12px;
    transition: 160ms ease;
    position: relative;
    overflow: hidden;
}

.c-45418268::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    transition: 300ms ease-in;
}

.c-45418268:hover::before {
    left: 100%;
}

.c-45418268:hover {
    color: #e879f9;
    background: rgba(59, 130, 246, 0.05);
}

.header__menu-link--active {
    color: #e879f9;
    background: rgba(59, 130, 246, 0.1);
}

.header__theme-toggle {
    position: absolute;
    right: 20px;
    background: #1e1e1e;
    border: 1px solid #2c2c2c;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 160ms ease;
}

.header__theme-toggle:hover {
    background: #e879f9;
    color: #000000;
    transform: rotate(180deg);
}

.c-99cd4efd {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    background: #1e1e1e;
    border: 1px solid #2c2c2c;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    transition: 160ms ease;
    position: absolute;
    right: 20px;
}

.c-99cd4efd:hover {
    background: #e879f9;
    transform: scale(1.05);
}

.c-1cc11050 {
    width: 18px;
    height: 2px;
    background: #ffffff;
    margin: 2px 0;
    transition: 160ms ease;
    border-radius: 2px;
}

.c-99cd4efd:hover .c-1cc11050 {
    background: #000000;
}

.header__burger--active {
    background: #e879f9;
}

.header__burger--active .c-1cc11050 {
    background: #000000;
}

.header__burger--active .c-1cc11050:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

.header__burger--active .c-1cc11050:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-1cc11050:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.c-cf17017b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in;
    z-index: 999;
}

.header__overlay--active {
    opacity: 1;
    visibility: visible;
}

.c-104e9fdf {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #121212;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    transform: scale(0.9) translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in;
    z-index: 1000;
    overflow-y: auto;
    padding: 48px 20px;
}

.header__mobile-menu--active {
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
}

.c-98c2a320 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    padding: 30px 48px;
    border-radius: 32px;
    transition: 160ms ease;
    opacity: 0;
    transform: translateY(30px);
    text-align: center;
    min-width: 250px;
    background: #1e1e1e;
    border: 1px solid #2c2c2c;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
}

.header__mobile-menu--active .c-98c2a320 {
    opacity: 1;
    transform: translateY(0);
}

.c-98c2a320:nth-child(1) {
    transition-delay: 0.1s;
}
.c-98c2a320:nth-child(2) {
    transition-delay: 0.2s;
}
.c-98c2a320:nth-child(3) {
    transition-delay: 0.3s;
}
.c-98c2a320:nth-child(4) {
    transition-delay: 0.4s;
}
.c-98c2a320:nth-child(5) {
    transition-delay: 0.5s;
}

.c-98c2a320::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    transition: 300ms ease-in;
}

.c-98c2a320:hover::before {
    left: 100%;
}

.c-98c2a320:hover {
    color: #e879f9;
    background: rgba(59, 130, 246, 0.05);
    transform: scale(1.05);
    border-color: #e879f9;
}

.header__mobile-menu-link--active {
    color: #e879f9;
    background: rgba(59, 130, 246, 0.1);
    border-color: #e879f9;
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutToRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.c-e831c749 {
    background-color: #ffffff;
    color: #000000;
    padding: 48px 0;
}

.c-ef3120f0 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-f57ce66c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 48px;
    margin-bottom: 48px;
}

.c-d4edb6b5 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-ac7f1de7 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px;
}

.c-ac7f1de7 i {
    color: #e879f9;
    font-size: 28px;
}

.c-90c3baca {
    color: #a89ca9;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c-37dc787a {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.c-37dc787a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #e879f9;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-link {
    color: #a89ca9;
    transition: color 160ms ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.footer-link:hover {
    color: #e879f9;
    transform: translateX(5px);
}

.footer-link i {
    font-size: 10px;
}

.c-2d3aa9df {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.c-925c9f1c {
    color: #e879f9;
    margin-top: 3px;
}

.c-8fcf5057 {
    color: #a89ca9;
    line-height: 1.5;
}

.c-b8a85605 {
    margin-top: 10px;
}

.c-f0b0baa5 {
    color: #a89ca9;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c-9f222a3a {
    display: flex;
    gap: 10px;
}

.c-14b15b96 {
    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-14b15b96::placeholder {
    color: #a89ca9;
}

.c-94316241 {
    background-color: #e879f9;
    color: #000000;
    padding: 10px 20px;
    border-radius: 6px;
    transition: background-color 160ms ease;
}

.c-94316241:hover {
    background-color: #f472b6;
}

.c-8a81fa86 {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.c-c2012cb1 {
    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;
}

.c-c2012cb1:hover {
    background-color: #e879f9;
    color: #000000;
    transform: translateY(-3px);
}

.c-a4f971b0 {
    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-a6992166 {
    color: #a89ca9;
    font-size: 15px;
}

.c-de0e055a {
    display: flex;
    gap: 30px;
}

.c-c0462be7 {
    color: #a89ca9;
    font-size: 15px;
    transition: color 160ms ease;
}

.c-c0462be7:hover {
    color: #e879f9;
}

.c-31b708e8 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #121212;
}

.c-31b708e8::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, var(--hero-accent-light) 0%, transparent 50%), radial-gradient(circle at 80% 20%, var(--hero-accent-light) 0%, transparent 50%);
    pointer-events: none;
}

.c-8cb1fc63 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.c-702994e2 {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: #1e1e1e;
    border: 1px solid var(--hero-border-color);
    border-radius: 32px;
    color: #e0d4df;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 48px;
    opacity: 0;
    transform: translateY(20px);
}

.c-aec47b5d {
    width: 8px;
    height: 8px;
    background: #34d399;
    border-radius: 50%;
    margin-right: 10px;
}

.c-06820af6 {
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.1;
    opacity: 0;
    transform: translateY(30px);
}

.c-77c06cf3 {
    color: #e879f9;
    position: relative;
}

.c-bd5e6aa0 {
    font-size: 28px;
    font-weight: 300;
    color: #e0d4df;
    margin-bottom: 64px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transform: translateY(30px);
}

.c-c4f55065 {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 64px;
    opacity: 0;
    transform: translateY(30px);
}

.c-6fa1b4b6 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 48px;
    border-radius: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: all 300ms ease-in;
    cursor: pointer;
    border: 2px solid transparent;
    font-size: var(--font-size);
    min-width: 160px;
}

.c-246dee5e {
    background: #e879f9;
    color: #000000;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}

.c-246dee5e:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.c-5c39ab8e {
    background: #121212;
    color: #ffffff;
    border-color: #2c2c2c;
    box-shadow: 0 2px 10px 0 1px 1px rgba(255, 255, 255, 0.04);
}

.c-5c39ab8e:hover {
    border-color: #e879f9;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-38f541bb {
    display: flex;
    gap: 64px;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(30px);
}

.c-df2e89f5 {
    text-align: center;
}

.c-021f2a1a {
    font-size: 36px;
    font-weight: 700;
    color: #e879f9;
    display: block;
    margin-bottom: 4px;
}

.c-5fc755a2 {
    font-size: 15px;
    color: #a89ca9;
    font-weight: 500;
}

.c-0d284ad5 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.hero__floating-element {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid var(--hero-border-color);
    border-radius: 20px;
    background: #121212;
}

.c-1113b9eb {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
}

.c-21fad81a {
    padding: 48px 0;
    background: #1e1e1e;
}

.c-79ae099a {
    text-align: center;
    margin-bottom: 64px;
}

.c-332e19aa {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.c-49dae5df {
    font-size: 21px;
    color: #e0d4df;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

.c-37815bdb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 48px;
}

.c-8e6c1cee {
    background: #121212;
    padding: 48px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 4px 6px 0 1px 1px rgba(255, 255, 255, 0.04);
    transition: all 300ms ease-in;
    border: 1px solid #2c2c2c;
}

.c-8e6c1cee:hover {
    transform: var(--card-hover-transform);
    box-shadow: 0 12px 30px 0 2px 4px rgba(255, 255, 255, 0.08);
    border-color: #e879f9;
}

.c-eff398dc {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
    color: #000000;
}

.c-8e6c1cee:nth-child(1) .c-eff398dc {
    background: #e879f9;
}

.c-8e6c1cee:nth-child(2) .c-eff398dc {
    background: #34d399;
}

.c-8e6c1cee:nth-child(3) .c-eff398dc {
    background: #f472b6;
}

.c-8e6c1cee:nth-child(4) .c-eff398dc {
    background: #fde047;
}

.c-7f510e63 {
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

.c-716901d5 {
    font-size: var(--font-size);
    color: #e0d4df;
    line-height: 1.6;
}

.c-45d780ee {
    background: #121212;
    padding: 64px;
    border-radius: 32px;
    text-align: center;
    box-shadow: 0 8px 25px 0 1px 1px rgba(255, 255, 255, 0.04);
    margin-bottom: 64px;
}

.c-eaf22525 {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
}

.c-531d02b9 {
    font-size: 21px;
    color: #e0d4df;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

.c-f9ff8094 {
    color: #e879f9;
    font-weight: 600;
}

.c-9d033f69 {
    opacity: 0;
    transition: all 500ms ease-out;
}

.c-5b5f159f {
    transform: translateY(30px);
}

.c-5b5f159f.about-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-194ac7b9 {
    transform: translateY(50px);
}

.c-194ac7b9.about-visible {
    opacity: 1;
    transform: translateY(0);
}

.about-slide-left {
    transform: translateX(-50px);
}

.about-slide-left.about-visible {
    opacity: 1;
    transform: translateX(0);
}

.about-slide-right {
    transform: translateX(50px);
}

.about-slide-right.about-visible {
    opacity: 1;
    transform: translateX(0);
}

.c-0d25bc3c {
    transform: scale(0.8);
}

.c-0d25bc3c.about-visible {
    opacity: 1;
    transform: scale(1);
}

.about-rotate-in {
    transform: rotateY(90deg);
}

.about-rotate-in.about-visible {
    opacity: 1;
    transform: rotateY(0deg);
}

.c-cbf90035 {
    transition-delay: 0.1s;
}

.c-164eb3ae {
    transition-delay: 0.2s;
}

.c-13987d1f {
    transition-delay: 0.3s;
}

.c-0f538a35 {
    transition-delay: 0.4s;
}

.c-39cee795 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
}

.c-d1b5899a {
    padding: 48px 0;
    background: #1e1e1e;
}

.c-7fba7a0b {
    text-align: center;
    margin-bottom: 64px;
}

.c-6a55ca00 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.c-871f0e8a {
    font-size: 21px;
    color: #e0d4df;
    max-width: 700px;
    margin: 0 auto;
}

.c-7e568a10 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 48px;
}

.c-39bf87d6 {
    background: #1e1e1e;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    height: 300px;
    cursor: pointer;
    transition: all 300ms ease-in;
    border: 1px solid #2c2c2c;
}

.c-39bf87d6:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 40px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-649a4e6c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 300ms ease-in;
    background: #1e1e1e;
}

.c-680b95fd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 300ms ease-in;
    background: linear-gradient(135deg, #e879f9, #f472b6);
    color: #000000;
}

.c-39bf87d6:hover .c-649a4e6c {
    opacity: 0;
    transform: translateY(-20px);
}

.c-39bf87d6:hover .c-680b95fd {
    opacity: 1;
    transform: translateY(0);
}

.c-e520261c {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #e879f9;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.c-39bf87d6:nth-child(2) .c-e520261c {
    background: #34d399;
}

.c-39bf87d6:nth-child(3) .c-e520261c {
    background: #fde047;
}

.c-39bf87d6:nth-child(4) .c-e520261c {
    background: #f472b6;
}

.c-b949fda7 {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

.c-680b95fd .c-b949fda7 {
    color: #000000;
}

.c-ad25be7b {
    color: #e0d4df;
    line-height: 1.6;
}

.c-680b95fd .c-ad25be7b {
    color: #000000;
    opacity: 0.9;
}

.c-b489e11b {
    margin-top: 30px;
}

.c-5f567537 {
    list-style: none;
    text-align: left;
}

.c-5f567537 li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.c-5f567537 li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #000000;
    font-weight: 600;
}

.c-95538378 {
    opacity: 0;
    transition: all 500ms ease-out;
}

.c-15daaddc {
    transform: translateY(30px);
}

.c-15daaddc.benefits-visible {
    opacity: 1;
    transform: translateY(0);
}

.benefits-slide-up {
    transform: translateY(50px);
}

.benefits-slide-up.benefits-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-cfcf3743 {
    transform: rotateY(90deg);
}

.c-cfcf3743.benefits-visible {
    opacity: 1;
    transform: rotateY(0deg);
}

.c-5736dc67 {
    transition-delay: 0.1s;
}

.c-bda50599 {
    transition-delay: 0.2s;
}

.c-885f673c {
    transition-delay: 0.3s;
}

.c-ec041cc3 {
    transition-delay: 0.4s;
}

.c-6042afc1 {
    width: 100vw;
    height: 100vh;
    background: #121212;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-02b356cb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.c-2c12af59 {
    text-align: center;
    z-index: 10;
    position: relative;
    animation: cta-content-float 6s ease-in-out infinite;
}

.c-5e1c47c9 {
    font-size: clamp(2.5rem, 10vw, 5rem);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 30px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    line-height: 1;
    position: relative;
}

.c-5e1c47c9::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #e879f9, #f472b6);
    border-radius: 2px;
    animation: cta-underline-wave 3s ease-in-out infinite;
}

.c-0d35ef20 {
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: #ffffff;
    margin-bottom: 64px;
    opacity: 0.9;
    line-height: 1.4;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.c-fe23a3ba {
    display: inline-block;
    background: linear-gradient(45deg, #e879f9, #f472b6);
    color: #ffffff;
    padding: 30px 48px;
    border-radius: 50px;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease-in;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.c-fe23a3ba::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #f472b6, #e879f9);
    opacity: 0;
    transition: opacity 300ms ease-in;
}

.c-fe23a3ba:hover::before {
    opacity: 1;
}

.c-fe23a3ba:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.4);
}

.c-fe23a3ba span {
    position: relative;
    z-index: 1;
}

@keyframes cta-content-float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes cta-underline-wave {
    0%,
    100% {
        width: 100px;
        transform: translateX(-50%) scaleX(1);
    }
    50% {
        width: 200px;
        transform: translateX(-50%) scaleX(1.2);
    }
}

.c-cd198b51 {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100vh;
    background: #ffffff;
    color: #000000;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 300ms ease-in;
    display: flex;
    flex-direction: column;
    box-shadow: -10px 0 30px 0 6px 10px rgba(255, 255, 255, 0.12);
}

.c-cd198b51.policy-sidebar--visible {
    transform: translateX(0);
}

.c-14afc451 {
    padding: 48px;
    background: linear-gradient(135deg, #ffffff, #e879f9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.c-896d4886 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-c896a504 {
    opacity: 0.8;
    font-size: 15px;
}

.c-65dc9253 {
    flex: 1;
    padding: 48px;
    overflow-y: auto;
}

.c-d2934fba {
    margin-bottom: 48px;
    line-height: 1.6;
    opacity: 0.9;
}

.c-e1388c23 {
    margin-bottom: 48px;
}

.c-24d13c3a {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000000;
}

.c-556de772 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-2a5b2505 {
    display: flex;
    align-items: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #000000;
    text-decoration: none;
    transition: all 160ms ease;
    border: 1px solid transparent;
}

.c-2a5b2505:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #e879f9;
    transform: translateX(-4px);
}

.c-5dd50274 {
    font-size: 20px;
    margin-right: 20px;
    width: 24px;
    text-align: center;
}

.c-c2f6c32f {
    flex: 1;
}

.c-5725bf55 {
    font-weight: 600;
    margin-bottom: 2px;
}

.c-e5df6daf {
    font-size: 15px;
    opacity: 0.7;
}

.c-1edcf090 {
    padding: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.c-fa3a181c {
    display: flex;
    gap: 20px;
}

.c-3713f3ed {
    flex: 1;
    padding: 20px;
    border-radius: 12px;
    font-size: var(--font-size);
    font-weight: 600;
    cursor: pointer;
    transition: all 160ms ease;
    border: 2px solid transparent;
}

.c-b7fc7463 {
    background: #e879f9;
    color: #000000;
}

.c-b7fc7463:hover {
    background: #f472b6;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.c-24a782b5 {
    background: transparent;
    color: #000000;
    border-color: rgba(255, 255, 255, 0.3);
}

.c-24a782b5:hover {
    border-color: #000000;
    background: rgba(255, 255, 255, 0.1);
}

.c-bccbbc6f {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in;
}

.c-bccbbc6f.policy-sidebar__overlay--visible {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .c-727f0d83 {
        gap: 20px;
        padding: 4px 20px;
    }

    .c-45418268 {
        padding: 4px 10px;
        font-size: 15px;
    }

    .c-bece0b85 {
        position: static;
    }

    .header__theme-toggle {
        position: static;
        margin-left: 20px;
    }

    .c-219d04e5 {
        justify-content: space-between;
    }
    .c-cde27455,
    .header__theme-toggle {
        display: none;
    }

    .c-99cd4efd {
        display: flex;
    }

    .c-219d04e5 {
        justify-content: space-between;
        padding: 20px;
    }

    .c-bece0b85 {
        position: static;
        transform: translateX(0);
    }

    .c-727f0d83 {
        display: none;
    }
}
@media (max-width: 480px) {
    .c-98c2a320 {
        font-size: 28px;
        min-width: 200px;
        padding: 20px 30px;
    }

    .c-104e9fdf {
        gap: 30px;
        padding: 30px 10px;
    }
}
@media (max-width: 768px) {
    .c-a4f971b0 {
        flex-direction: column;
    }

    .c-de0e055a {
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 768px) {
    .c-c4f55065 {
        flex-direction: column;
        align-items: center;
    }

    .c-6fa1b4b6 {
        width: 100%;
        max-width: 280px;
    }

    .c-38f541bb {
        gap: 30px;
    }
}
@media (max-width: 768px) {
    .c-21fad81a {
        padding: 60px 0;
    }

    .c-37815bdb {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .c-332e19aa {
        font-size: 28px;
    }

    .c-45d780ee {
        padding: 48px;
    }
}
@media (max-width: 768px) {
    .c-7e568a10 {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .c-39bf87d6 {
        height: 250px;
    }

    .c-6a55ca00 {
        font-size: 28px;
    }
}
@media (max-width: 480px) {
    .c-cd198b51 {
        width: 100%;
    }
}
