@import url(https://fonts.googleapis.com/css?family=Rubik:300,regular,500,600,700,800,900,300italic,italic,500italic,600italic,700italic,800italic,900italic);

:root {
    --container-width: 1160px;

    --text-primary: #f3f4f6;
    --text-secondary: #d1d5db;
    --text-muted: #9ca3af;
    --text-inverse: #111827;

    --bg-primary: #1f1f2e;
    --bg-secondary: #2c2c3c;
    --bg-tertiary: #3a3a4f;
    --bg-dark: #f3f4f6;

    --accent-primary: #a78bfa;
    --accent-secondary: #f472b6;
    --accent-success: #10b981;
    --accent-warning: #f59e0b;
    --accent-danger: #dc2626;

    --shadow-light: 0 1px 2px rgba(255, 255, 255, 0.04);
    --shadow-medium: 0 3px 6px rgba(255, 255, 255, 0.08);
    --shadow-strong: 0 6px 10px rgba(255, 255, 255, 0.1);

    --font-family: 'Rubik', sans-serif;
    --font-size-xs: 12px;
    --font-size-sm: 14px;
    --font-size-base: 16px;
    --font-size-lg: 19px;
    --font-size-xl: 26px;
    --font-size-2xl: 34px;
    --font-size-3xl: 42px;

    --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: 5px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 9999px;

    --transition-fast: 150ms ease-in-out;
    --transition-normal: 300ms ease-in-out;
    --transition-slow: 500ms ease;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #1f1f2e;
    font-family: 'Rubik', 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-e7f3bc1a {
    background: #1f1f2e;
    box-shadow: 0 2px 10px 0 1px 2px rgba(255, 255, 255, 0.04);
    position: sticky;
    top: 0;
    z-index: 999999;
}

.c-b8bc2bae {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.c-62e20a0f {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    color: #f3f4f6;
    font-weight: 600;
    font-size: 26px;
}

.c-fe34f815 {
    color: #a78bfa;
    font-size: 28px;
}

.c-1f8095a3 {
    display: flex;
    align-items: center;
    gap: 48px;
}

.c-1234222a {
    display: flex;
    list-style: none;
    gap: 30px;
}

.c-660e789c {
    text-decoration: none;
    color: #d1d5db;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 10px;
    transition: all 300ms ease-in-out;
}

.c-660e789c:hover {
    color: #a78bfa;
    background-color: #2c2c3c;
}

.c-c63fbf05 {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #f3f4f6;
    cursor: pointer;
}

.c-586e0579 {
    background: #a78bfa;
    color: #111827;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    transition: all 300ms ease-in-out;
}

.c-586e0579:hover {
    background: #f472b6;
    transform: translateY(-2px);
}

.c-4faa98cf {
    background: linear-gradient(135deg, #2c2c3c 0%, #3a3a4f 100%);
    padding: 48px 0;
    position: relative;
    overflow: hidden;
}

.c-4faa98cf::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #a78bfa, transparent);
}

.c-9cf6ef06 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.c-4cc03a50 {
    text-align: center;
    margin-bottom: 48px;
}

.c-bf49185a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f3f4f6;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}

.c-bf49185a i {
    color: #a78bfa;
    font-size: 34px;
}

.c-a4885b81 {
    color: #d1d5db;
    font-size: 19px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.c-f2756727 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 48px;
}

.c-4898b79d {
    background-color: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 6px var(--card-shadow);
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-4898b79d::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #a78bfa, #f472b6);
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
}

.c-4898b79d:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px 0 3px 6px rgba(255, 255, 255, 0.08);
}

.c-4898b79d:hover::before {
    transform: scaleX(1);
}

.c-acf8d232 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.c-d1a3b855 {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: linear-gradient(135deg, #a78bfa, #f472b6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    font-size: 19px;
}

.c-9c6e2017 {
    color: #f3f4f6;
    font-weight: 600;
    font-size: 19px;
}

.c-b12f614a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-22cc4338 {
    color: #d1d5db;
    transition: all 150ms ease-in-out;
    padding: 4px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
}

.c-22cc4338:hover {
    color: #a78bfa;
    background-color: #2c2c3c;
    padding-left: 10px;
}

.c-22cc4338 i {
    font-size: 12px;
    opacity: 0;
    transition: opacity 150ms ease-in-out;
}

.c-22cc4338:hover i {
    opacity: 1;
}

.c-ff1960c8 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d1d5db;
    padding: 4px 0;
}

.c-d7ea500c {
    color: #a78bfa;
    width: 20px;
    text-align: center;
}

.c-09500767 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.c-07b492c4 {
    background-color: #2c2c3c;
    border: 1px solid var(--card-border);
    padding: 20px;
    border-radius: 5px;
    color: #f3f4f6;
    transition: all 150ms ease-in-out;
}

.c-07b492c4:focus {
    outline: none;
    border-color: #a78bfa;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.c-07b492c4::placeholder {
    color: #9ca3af;
}

.c-64297884 {
    background: linear-gradient(135deg, #a78bfa, #f472b6);
    color: #111827;
    padding: 20px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 150ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-64297884::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 500ms ease;
}

.c-64297884:hover::before {
    left: 100%;
}

.c-64297884:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.c-253e3b26 {
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid var(--card-border);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.c-98855b94 {
    color: #9ca3af;
    font-size: 14px;
}

.c-8154a45e {
    display: flex;
    gap: 30px;
}

.c-4d9fd042 {
    color: #9ca3af;
    font-size: 14px;
    transition: color 150ms ease-in-out;
    position: relative;
}

.c-4d9fd042::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #a78bfa;
    transition: width 150ms ease-in-out;
}

.c-4d9fd042:hover {
    color: #a78bfa;
}

.c-4d9fd042:hover::after {
    width: 100%;
}

.c-a3399aa3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.c-f965cbb8 {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, #a78bfa, #f472b6);
    opacity: 0.03;
}

.c-bf3bfaeb {
    width: 200px;
    height: 200px;
    top: -100px;
    right: -100px;
}

.c-4436f293 {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -75px;
}

.c-1d5f9c9b {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-51534d2c {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(45deg, #2c2c3c, #1f1f2e);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.c-a6d724b8 {
    max-width: 1160px;
    width: 100%;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.c-6007068d {
    opacity: 0;
    transform: translateX(-30px);
}

.c-ee4f847b {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: #3a3a4f;
    color: #d1d5db;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
}

.c-01daff0f {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.c-83bd7770 {
    font-size: clamp(2.5rem, 7vw, 5rem);
    font-weight: 900;
    color: #f3f4f6;
    margin-bottom: 30px;
    line-height: 1.1;
}

.c-5ad89796 {
    display: inline-block;
    opacity: 0;
    transform: translateY(50px);
}

.c-cb344f50 {
    background: linear-gradient(45deg, #a78bfa, #f472b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.c-bc97f6ca {
    font-size: 19px;
    color: #d1d5db;
    margin-bottom: 64px;
    line-height: 1.7;
}

.c-a80c91d5 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 64px;
}

.c-d8064577 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: var(--font-size);
    color: #d1d5db;
    opacity: 0;
    transform: translateX(-20px);
}

.c-1939f249 {
    width: 20px;
    height: 20px;
    background: #10b981;
    border-radius: 50%;
    flex-shrink: 0;
}

.c-df63190f {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.c-bf3f28f7 {
    padding: 20px 48px;
    border-radius: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    font-size: var(--font-size);
    cursor: pointer;
    border: none;
}

.c-69bf93d0 {
    background: #a78bfa;
    color: #111827;
}

.c-69bf93d0:hover {
    background: #f472b6;
    transform: translateY(-2px);
}

.c-461a7530 {
    background: transparent;
    color: #f3f4f6;
    border: 2px solid #3a3a4f;
}

.c-461a7530:hover {
    border-color: #a78bfa;
    color: #a78bfa;
}

.c-951caef2 {
    position: relative;
    height: 500px;
    opacity: 0;
    transform: translateX(30px);
}

.c-d2c6d4ac {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.c-62b12380 {
    position: absolute;
    background: #1f1f2e;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #3a3a4f;
    opacity: 0;
}

.c-4cd8a472 {
    top: 10%;
    left: -10%;
    width: 120px;
}

.c-5a4b19fb {
    bottom: 20%;
    right: -15%;
    width: 140px;
}

.morphing-hero__floating-info--3 {
    top: 60%;
    left: -20%;
    width: 100px;
}

.c-3e7519ce {
    font-size: 14px;
    font-weight: 600;
    color: #f3f4f6;
    margin-bottom: 4px;
}

.c-a501e956 {
    font-size: 26px;
    font-weight: 800;
    color: #a78bfa;
}

.c-9cc0cc7a {
    font-size: 14px;
    color: #9ca3af;
}

.c-6d841413 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px;
}

.c-862454c7 {
    padding: 48px 0;
}

.c-cbe99985 {
    text-align: center;
    margin-bottom: 64px;
    background: #2c2c3c;
    padding: 64px;
    border-radius: 24px;
}

.c-5dc03a7d {
    font-size: 34px;
    font-weight: 700;
    color: #f3f4f6;
    margin-bottom: 20px;
}

.c-5123a7bd {
    font-size: 19px;
    color: #d1d5db;
    max-width: 700px;
    margin: 0 auto 30px;
}

.c-b74f2d2b {
    color: #d1d5db;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

.c-238fce2b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.c-c39117eb {
    background: #1f1f2e;
    padding: 48px;
    border-radius: 16px;
    box-shadow: 0 4px 6px 0 1px 2px rgba(255, 255, 255, 0.04);
}

.c-99afdfe6 {
    font-size: 26px;
    font-weight: 600;
    color: #f3f4f6;
    margin-bottom: 30px;
    text-align: center;
}

.c-e6f588b6 {
    list-style: none;
}

.c-9980ed29 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    background: #2c2c3c;
    border-radius: 10px;
    transition: all 300ms ease-in-out;
}

.c-9980ed29:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px 0 1px 2px rgba(255, 255, 255, 0.04);
}

.c-8ac01205 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #a78bfa;
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    font-size: 19px;
}

.c-d1142e77 h4 {
    font-size: 19px;
    font-weight: 600;
    color: #f3f4f6;
    margin-bottom: 4px;
}

.c-d1142e77 p {
    color: #d1d5db;
    font-size: 14px;
    line-height: 1.5;
}

.c-10ce10e2 {
    background: #1f1f2e;
    padding: 48px;
    border-radius: 16px;
    box-shadow: 0 4px 6px 0 1px 2px rgba(255, 255, 255, 0.04);
}

.c-ab515f1c {
    font-size: 26px;
    font-weight: 600;
    color: #f3f4f6;
    margin-bottom: 30px;
    text-align: center;
}

.c-40808f8b {
    list-style: none;
}

.c-fe2bceac {
    border: 1px solid #3a3a4f;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}

.c-fe2bceac:hover {
    box-shadow: 0 4px 12px 0 1px 2px rgba(255, 255, 255, 0.04);
}

.c-24fbd264 {
    padding: 30px;
    background: #2c2c3c;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 300ms ease-in-out;
}

.c-24fbd264:hover {
    background: #3a3a4f;
}

.c-24fbd264.about-active {
    background: #a78bfa;
    color: #111827;
}

.c-37d919eb {
    font-size: var(--font-size);
    color: #f3f4f6;
    font-weight: 600;
    margin: 0;
}

.c-bc3d70c3 {
    font-size: 19px;
    color: #f3f4f6;
    transition: transform 300ms ease-in-out;
}

.c-24fbd264.about-active .c-bc3d70c3 {
    transform: rotate(180deg);
}

.c-24d51c75 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-in-out;
}

.c-24d51c75.about-active {
    max-height: 200px;
}

.c-70819ee7 {
    padding: 30px;
    color: #d1d5db;
    line-height: 1.6;
}

.c-e28ad1fc {
    opacity: 0;
    transition: all 500ms ease;
}

.c-727545d9 {
    transform: translateY(30px);
}

.c-727545d9.about-visible {
    opacity: 1;
    transform: translateY(0);
}

.about-slide-up {
    transform: translateY(50px);
}

.about-slide-up.about-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-5f29c93d {
    transform: translateX(-50px);
}

.c-5f29c93d.about-visible {
    opacity: 1;
    transform: translateX(0);
}

.c-7497644a {
    transform: translateX(50px);
}

.c-7497644a.about-visible {
    opacity: 1;
    transform: translateX(0);
}

.c-525f9d18 {
    transform: scale(0.9);
}

.c-525f9d18.about-visible {
    opacity: 1;
    transform: scale(1);
}

.c-131b2e9d {
    transition-delay: 0.1s;
}

.c-e3cd6027 {
    transition-delay: 0.2s;
}

.c-a22235e5 {
    transition-delay: 0.3s;
}

.c-a1e95bbe {
    transition-delay: 0.4s;
}

.c-a9875a5d {
    transition-delay: 0.5s;
}

.c-fa09fdbd {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px;
}

.c-639aff02 {
    padding: 48px 0;
}

.c-dcc21b7b {
    text-align: center;
    margin-bottom: 64px;
}

.c-dc6e185a {
    font-size: 34px;
    font-weight: 700;
    color: #f3f4f6;
    margin-bottom: 20px;
}

.c-16ac7c61 {
    font-size: 19px;
    color: #d1d5db;
    max-width: 700px;
    margin: 0 auto;
}

.c-2af31777 {
    background: #1f1f2e;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 25px 0 1px 2px rgba(255, 255, 255, 0.04);
    border: 1px solid #3a3a4f;
}

.c-ad06b612 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    background: #3a3a4f;
    color: #f3f4f6;
}

.c-f22688b0 {
    padding: 30px 48px;
    font-weight: 600;
    font-size: 19px;
    text-align: center;
}

.c-f22688b0:first-child {
    text-align: left;
}

.c-fb28a094 {
    display: grid;
    grid-template-columns: 1fr;
}

.c-e6a6bb75 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    border-bottom: 1px solid #3a3a4f;
    transition: all 300ms ease-in-out;
}

.c-e6a6bb75:hover {
    background: #2c2c3c;
}

.c-e6a6bb75:last-child {
    border-bottom: none;
}

.c-b3e79fed {
    padding: 30px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.c-b3e79fed:first-child {
    justify-content: flex-start;
    text-align: left;
}

.c-692202f0 {
    font-weight: 600;
    color: #f3f4f6;
}

.c-67246a8e {
    color: #d1d5db;
    font-size: 14px;
    margin-top: 4px;
}

.c-f98079cd {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #111827;
}

.c-f98079cd.c-32bc4f80 {
    background: #10b981;
}

.c-f98079cd.c-0fd6a8cf {
    background: #dc2626;
}

.c-f98079cd.c-5763a731 {
    background: #f59e0b;
}

.c-a6345db3 {
    background: #2c2c3c;
    padding: 64px;
    border-radius: 24px;
    margin-top: 64px;
    text-align: center;
}

.c-e8001fde {
    font-size: 26px;
    font-weight: 600;
    color: #f3f4f6;
    margin-bottom: 30px;
}

.c-ddcab475 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 48px;
}

.c-590b6458 {
    background: #1f1f2e;
    padding: 30px;
    border-radius: 16px;
    transition: all 300ms ease-in-out;
}

.c-590b6458:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px 0 3px 6px rgba(255, 255, 255, 0.08);
}

.c-8c0a2f43 {
    font-size: 34px;
    font-weight: 700;
    color: #a78bfa;
    display: block;
    margin-bottom: 4px;
}

.c-3c420636 {
    color: #d1d5db;
    font-size: 14px;
}

.c-8775fa8f {
    opacity: 0;
    transition: all 500ms ease;
}

.c-992d4ba3 {
    transform: translateY(30px);
}

.c-992d4ba3.benefits-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-207b26e4 {
    transform: translateY(50px);
}

.c-207b26e4.benefits-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-0e7e695d {
    transform: scale(0.9);
}

.c-0e7e695d.benefits-visible {
    opacity: 1;
    transform: scale(1);
}

.c-7661e726 {
    transform: translateX(-20px);
}

.c-7661e726.benefits-visible {
    opacity: 1;
    transform: translateX(0);
}

.c-d18c41eb {
    transition-delay: 0.1s;
}

.c-e2476f5b {
    transition-delay: 0.2s;
}

.c-492d9155 {
    transition-delay: 0.3s;
}

.c-05609864 {
    transition-delay: 0.4s;
}

.c-50d7d50c {
    transition-delay: 0.5s;
}

.c-53e641fb {
    min-height: 100vh;
    background: linear-gradient(135deg, #f3f4f6 0%, #a78bfa 100%);
    padding: 64px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
}

.c-973a51fd {
    max-width: 1160px;
    width: 100%;
    padding: 0 30px;
}

.c-da58b790 {
    text-align: center;
    margin-bottom: 64px;
    color: #111827;
}

.c-1175cfbe {
    font-size: 52px;
    font-weight: 900;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.c-0b701f93 {
    font-size: 19px;
    opacity: 0.9;
    font-weight: 300;
}

.c-c80d965f {
    display: flex;
    gap: 48px;
    justify-content: center;
    align-items: stretch;
}

.c-46530894 {
    flex: 1;
    max-width: 350px;
    background: #1f1f2e;
    border-radius: 24px;
    padding: 48px;
    position: relative;
    transform-style: preserve-3d;
    transition: all 500ms ease;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.c-46530894::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #a78bfa, #f472b6, #10b981);
    background-size: 200% 100%;
    animation: gradientMove 3s ease-in-out infinite;
}

@keyframes gradientMove {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.c-46530894:hover {
    transform: rotateY(5deg) rotateX(5deg) translateZ(20px);
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.3);
}

.c-07a7889c {
    background: linear-gradient(135deg, #f472b6, #a78bfa);
    color: #111827;
    transform: scale(1.05) translateZ(10px);
}

.c-07a7889c:hover {
    transform: scale(1.05) rotateY(5deg) rotateX(5deg) translateZ(30px);
}

.c-d8c1d2c0 {
    position: absolute;
    top: 0;
    right: 30px;
    background: linear-gradient(45deg, #f59e0b, #dc2626);
    color: #111827;
    padding: 10px 20px;
    border-radius: 0 0 16px 16px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.c-ddc60a49 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    color: #f3f4f6;
}

.c-07a7889c .c-ddc60a49 {
    color: #111827;
}

.c-7a0e1c07 {
    text-align: center;
    margin-bottom: 48px;
    position: relative;
}

.c-2f567b6b {
    font-size: 64px;
    font-weight: 900;
    color: #a78bfa;
    line-height: 1;
    position: relative;
}

.c-07a7889c .c-2f567b6b {
    color: #111827;
}

.c-4b031c63 {
    font-size: 26px;
    vertical-align: top;
    margin-right: 4px;
}

.c-7f9ba318 {
    font-size: var(--font-size);
    color: #9ca3af;
    margin-top: 10px;
}

.c-07a7889c .c-7f9ba318 {
    color: rgba(255, 255, 255, 0.8);
}

.c-90845cc2 {
    margin-bottom: 48px;
}

.c-f0b228b8 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #d1d5db;
    position: relative;
    padding-left: 48px;
}

.c-07a7889c .c-f0b228b8 {
    color: rgba(255, 255, 255, 0.9);
}

.c-f0b228b8::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: linear-gradient(45deg, #10b981, #a78bfa);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-f0b228b8::after {
    content: '✓';
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: #111827;
    font-size: 12px;
    font-weight: 600;
}

.c-e06794e0 {
    width: 100%;
    padding: 30px;
    background: linear-gradient(45deg, #a78bfa, #f472b6);
    color: #111827;
    border: none;
    border-radius: 16px;
    font-size: var(--font-size);
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.c-e06794e0::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 500ms ease;
}

.c-e06794e0:hover::before {
    left: 100%;
}

.c-e06794e0:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.c-07a7889c .c-e06794e0 {
    background: #111827;
    color: #a78bfa;
}

.c-a2f26b10 {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(45deg, #a78bfa, #f472b6);
    opacity: 0.1;
    top: -50px;
    right: -50px;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.c-509e0923 {
    background: #1f1f2e;
    padding: 48px;
    border-radius: 24px;
    box-shadow: var(--shadow-card);
    text-align: left;
    max-width: 450px;
    width: 100%;
    transition: all 300ms ease-in-out;
    border: 1px solid #3a3a4f;
    margin: 40px auto;
}

.c-509e0923:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-5px);
}

.c-765cc0f3 {
    width: 60px;
    height: 60px;
    background: #a78bfa;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 26px;
}

.c-765cc0f3::before {
    content: '📞';
}

.c-8ef970a9 {
    font-size: 26px;
    font-weight: 700;
    color: #f3f4f6;
    margin-bottom: 10px;
    line-height: 1.3;
}

.c-02c9b30f {
    font-size: var(--font-size);
    color: #d1d5db;
    margin-bottom: 48px;
    line-height: 1.6;
}

.c-e4abab78 {
    list-style: none;
    margin-bottom: 48px;
}

.c-e4abab78 li {
    font-size: 14px;
    color: #9ca3af;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.c-e4abab78 li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #a78bfa;
    font-weight: bold;
}

.c-97886f95 {
    display: inline-flex;
    align-items: center;
    background: #a78bfa;
    color: #111827;
    padding: 20px 30px;
    border-radius: 10px;
    font-size: var(--font-size);
    font-weight: 600;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    gap: 10px;
}

.c-97886f95::after {
    content: '→';
    transition: transform 150ms ease-in-out;
}

.c-97886f95:hover {
    background: #f472b6;
    transform: translateX(2px);
}

.c-97886f95:hover::after {
    transform: translateX(3px);
}

.c-fe270664 {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100vh;
    background: #f3f4f6;
    color: #111827;
    z-index: 1000000;
    transform: translateX(100%);
    transition: transform 300ms ease-in-out;
    display: flex;
    flex-direction: column;
    box-shadow: -10px 0 30px 0 6px 10px rgba(255, 255, 255, 0.1);
}

.c-fe270664.policy-sidebar--visible {
    transform: translateX(0);
}

.c-80aa8108 {
    padding: 48px;
    background: linear-gradient(135deg, #f3f4f6, #a78bfa);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.c-34af15e5 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-c0a9a5a2 {
    opacity: 0.8;
    font-size: 14px;
}

.c-8c9db1b7 {
    flex: 1;
    padding: 48px;
    overflow-y: auto;
}

.c-9a7a4443 {
    margin-bottom: 48px;
    line-height: 1.6;
    opacity: 0.9;
}

.c-c8778776 {
    margin-bottom: 48px;
}

.c-8f34c1e7 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #111827;
}

.c-12e3cd96 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-6acbf7a0 {
    display: flex;
    align-items: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #111827;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    border: 1px solid transparent;
}

.c-6acbf7a0:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #a78bfa;
    transform: translateX(-4px);
}

.c-8d8cf9e7 {
    font-size: 20px;
    margin-right: 20px;
    width: 24px;
    text-align: center;
}

.c-47387088 {
    flex: 1;
}

.c-8ad0677c {
    font-weight: 600;
    margin-bottom: 2px;
}

.c-e3c7fcf4 {
    font-size: 14px;
    opacity: 0.7;
}

.c-b7738676 {
    padding: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.c-94c9a869 {
    display: flex;
    gap: 20px;
}

.c-ad34a65a {
    flex: 1;
    padding: 20px;
    border-radius: 10px;
    font-size: var(--font-size);
    font-weight: 600;
    cursor: pointer;
    transition: all 150ms ease-in-out;
    border: 2px solid transparent;
}

.c-95631727 {
    background: #a78bfa;
    color: #111827;
}

.c-95631727:hover {
    background: #f472b6;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.c-3b0622cd {
    background: transparent;
    color: #111827;
    border-color: rgba(255, 255, 255, 0.3);
}

.c-3b0622cd:hover {
    border-color: #111827;
    background: rgba(255, 255, 255, 0.1);
}

.c-73c70dcb {
    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-out;
}

.c-73c70dcb.policy-sidebar__overlay--visible {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .c-1f8095a3 {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: #1f1f2e;
        flex-direction: column;
        padding: 30px;
        box-shadow: 0 5px 20px 0 3px 6px rgba(255, 255, 255, 0.08);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 300ms ease-in-out;
    }

    .c-1f8095a3.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .c-1234222a {
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .c-660e789c {
        padding: 16px;
        text-align: center;
    }

    .c-c63fbf05 {
        display: block;
    }

    .c-586e0579 {
        margin-top: 20px;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .c-f2756727 {
        grid-template-columns: 1fr;
    }

    .c-253e3b26 {
        flex-direction: column;
        text-align: center;
    }

    .c-8154a45e {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .c-a6d724b8 {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .c-951caef2 {
        height: 400px;
        order: -1;
    }

    .c-62b12380 {
        display: none;
    }
}
@media (max-width: 768px) {
    .c-238fce2b {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .c-5dc03a7d {
        font-size: 26px;
    }

    .c-cbe99985 {
        padding: 30px;
    }
}
@media (max-width: 768px) {
    .c-ad06b612,
    .c-e6a6bb75 {
        grid-template-columns: 1fr;
    }

    .c-f22688b0,
    .c-b3e79fed {
        text-align: left !important;
        justify-content: flex-start !important;
    }

    .c-f22688b0:not(:first-child) {
        display: none;
    }

    .c-b3e79fed:not(:first-child) {
        padding-left: calc(48px + 20px);
        font-size: 14px;
    }

    .c-b3e79fed:not(:first-child)::before {
        content: attr(data-label) ': ';
        font-weight: 600;
        margin-right: 10px;
    }

    .c-ddcab475 {
        grid-template-columns: repeat(2, 1fr);
    }

    .c-dc6e185a {
        font-size: 26px;
    }
}
@media (max-width: 1000px) {
    .c-c80d965f {
        flex-direction: column;
        align-items: center;
    }
    .c-07a7889c {
        transform: none;
    }
}
@media (max-width: 480px) {
    .c-fe270664 {
        width: 100%;
    }
}
