@import url(https://fonts.googleapis.com/css?family=Kanit: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: #2e1065;
    font-family: 'Kanit', 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-df99889e {
    background: #2e1065;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #6b21a8;
    overflow: hidden;
}

.c-df99889e::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.c-65c1b011 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    position: relative;
}

.c-7729a716 {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #f3e8ff;
    font-weight: 900;
    font-size: 24px;
    position: relative;
    z-index: 9999;
}

.c-9cf1da35 {
    font-size: 32px;
    background: linear-gradient(45deg, #a855f7, #d946ef, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: colorShift 4s ease-in-out infinite;
    filter: drop-shadow(0 2px 4px rgba(59, 130, 246, 0.3));
}

@keyframes colorShift {
    0%,
    100% {
        filter: hue-rotate(0deg) drop-shadow(0 2px 4px rgba(59, 130, 246, 0.3));
    }
    33% {
        filter: hue-rotate(120deg) drop-shadow(0 2px 4px rgba(16, 185, 129, 0.3));
    }
    66% {
        filter: hue-rotate(240deg) drop-shadow(0 2px 4px rgba(139, 92, 246, 0.3));
    }
}

.c-763dfa71 {
    display: flex;
    align-items: center;
    gap: 48px;
}

.c-43dc2626 {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #2e1065;
    backdrop-filter: blur(10px);
    padding: 12px 20px;
    border-radius: 24px;
    border: 1px solid rgba(226, 232, 240, 0.5);
}

.c-6db06259 {
    color: #d8b4fe;
    font-weight: 600;
    padding: 20px 30px;
    border-radius: 16px;
    transition: 160ms ease;
    position: relative;
    overflow: hidden;
}

.c-6db06259::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.2), transparent);
    transition: 300ms ease-in;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.c-6db06259:hover::before {
    width: 200px;
    height: 200px;
}

.c-6db06259:hover {
    color: #a855f7;
    transform: translateY(-2px);
}

.c-52cddc28 {
    background: linear-gradient(135deg, #a855f7, #d946ef);
    color: #2e1065;
    padding: 20px 48px;
    border-radius: 24px;
    font-weight: 700;
    transition: 160ms ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

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

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

.c-52cddc28:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.c-730c7f9f {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 20px;
    z-index: 1001;
    background: linear-gradient(135deg, #a855f7, #d946ef);
    border: none;
    border-radius: 16px;
    transition: 160ms ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.c-730c7f9f:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.c-207cc8aa {
    width: 26px;
    height: 3px;
    background: #2e1065;
    margin: 3px 0;
    transition: 160ms ease;
    border-radius: 3px;
}

.header__burger--active {
    transform: rotate(180deg);
}

.header__burger--active .c-207cc8aa:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.header__burger--active .c-207cc8aa:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.header__burger--active .c-207cc8aa:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.c-00380f79 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #2e1065, #4c1d95);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    transform: scale(0) rotate(180deg);
    opacity: 0;
    transition: 300ms ease-in;
    z-index: 1000;
}

.header__mobile-menu--active {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

.c-4be25e91 {
    color: #f3e8ff;
    font-size: 32px;
    font-weight: 800;
    padding: 12px 30px;
    border-radius: 24px;
    transition: 160ms ease;
    opacity: 0;
    transform: rotateY(90deg);
    text-align: center;
    min-width: 280px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.1));
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
}

.header__mobile-menu--active .c-4be25e91 {
    opacity: 1;
    transform: rotateY(0deg);
}

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

.c-4be25e91::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #a855f7, #d946ef);
    opacity: 0;
    transition: 160ms ease;
    z-index: -1;
}

.c-4be25e91:hover::before {
    opacity: 1;
}

.c-4be25e91:hover {
    color: #2e1065;
    transform: rotateY(0deg) scale(1.1);
    border-color: #a855f7;
}

.c-7c9b38a9 {
    background: linear-gradient(135deg, #a855f7, #d946ef);
    color: #2e1065;
    padding: 12px 48px;
    border-radius: 24px;
    font-weight: 800;
    font-size: 24px;
    margin-top: 30px;
    transition: 160ms ease;
    opacity: 0;
    transform: rotateY(90deg);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.header__mobile-menu--active .c-7c9b38a9 {
    opacity: 1;
    transform: rotateY(0deg);
    transition-delay: 0.6s;
}

.c-7c9b38a9:hover {
    transform: rotateY(0deg) scale(1.15) rotateZ(5deg);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.5);
}



.c-33b9bc02 {
    position: relative;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: #2e1065;
    padding: 48px 0 30px;
    overflow: hidden;
    background: #f3e8ff;
}

.footer-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-size: cover;

    background-repeat: no-repeat;
    transform: translateY(-99%);
}

.c-a0c89aaf {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

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

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

.c-70010ae0 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
}

.c-70010ae0 i {
    font-size: 24px;
}

.c-e8b4c690 {
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 20px;
}

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

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

.footer-social-link:hover {
    background-color: #2e1065;
    color: #a855f7;
    transform: translateY(-5px);
}

.c-19dc7b4f {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

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

.c-36e7d6a6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.c-36e7d6a6::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #2e1065;
}

.c-5a36ce4c {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.c-239f2c85 {
    opacity: 0.8;
    transition: all 160ms ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c-239f2c85:hover {
    opacity: 1;
    transform: translateX(5px);
}

.c-239f2c85 i {
    font-size: 10px;
}

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

.c-ee38da5d {
    line-height: 1.6;
    opacity: 0.8;
}

.c-30ef81c0 {
    position: relative;
    margin-top: 12px;
}

.c-c16b70ce {
    border: 1px solid #2e1065;
    padding: 20px;
    padding-right: 50px;
    border-radius: 10px;
    color: #2e1065;
}

.c-c16b70ce::placeholder {
    color: #2e1065;
}

.c-dc1b1433 {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #2e1065;
    color: #a855f7;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 160ms ease;
}

.c-dc1b1433:hover {
    background-color: #d946ef;
    color: #2e1065;
}

.c-12e753c0 {
    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-64ad04cc {
    opacity: 0.8;
    font-size: 14px;
}

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

.c-e09d9896 {
    opacity: 0.8;
    font-size: 14px;
    transition: opacity 160ms ease;
}

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

.c-d8dffd6a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

.c-98db4759 {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.c-c85c2f14 {
    width: 150px;
    height: 150px;
    top: -50px;
    right: 10%;
}

.c-8e18e30f {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 5%;
}

.c-e0baf1e3 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: 20%;
}



.c-96ff818a {
    padding: 48px 0;
    background: linear-gradient(135deg, #a855f7, #d946ef);
    color: #2e1065;
    position: relative;
    overflow: hidden;
}

.c-a9d6c951 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.c-e2c55aea {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 64px;
    color: #2e1065;
}

.c-c9a5f465 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
}

.c-6594b986 {
    font-size: 24px;
    line-height: 1.5;
    opacity: 0.9;
    margin-bottom: 48px;
}

.c-ed2dd47c {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #2e1065;
    color: #a855f7;
    text-align: center;
    font-weight: 600;
    border-radius: 10px;
    transition: all 160ms ease;
    box-shadow: 0 4px 12px 0 3px 6px rgba(0, 0, 0, 0.08);
}

.c-ed2dd47c:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px 0 3px 6px rgba(0, 0, 0, 0.08);
}

.c-37f88196 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 64px;
}

.c-84fa5e57 {
    background-color: #2e1065;
    border-radius: 16px;
    padding: 48px;
    box-shadow: 0 10px 30px 0 3px 6px rgba(0, 0, 0, 0.08);
    transition: transform 300ms ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.c-84fa5e57:hover {
    transform: translateY(-10px);
}

.c-aa092aef {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background-color: #4c1d95;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.c-fc0fed63 {
    width: 30px;
    height: 30px;
    background-color: #a855f7;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-9a8ec079 {
    font-size: 24px;
    font-weight: 600;
    color: #f3e8ff;
    margin-bottom: 20px;
}

.c-6a7b12da {
    color: #d8b4fe;
    line-height: 1.6;
}

.c-7a744461 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    pointer-events: none;
}

.c-7a744461::before,
.c-7a744461::after {
    content: '';
    position: absolute;
    border-radius: 50%;
}

.c-7a744461::before {
    width: 600px;
    height: 600px;
    background-color: #2e1065;
    top: -300px;
    right: -200px;
}

.c-7a744461::after {
    width: 400px;
    height: 400px;
    background-color: #2e1065;
    bottom: -200px;
    left: -100px;
}



.c-9d1927d1 {
    padding: 64px 30px;
    background: #2e1065;
}

.c-ac834ea0 {
    max-width: 1100px;
    margin: 0 auto;
}

.c-abd6f437 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    margin-bottom: 64px;
}

.c-c8b2fcdf {
    opacity: 0;
    transform: translateX(30px);
    transition: all 480ms ease;
}

.c-c8b2fcdf.animate {
    opacity: 1;
    transform: translateX(0);
}

.c-5cca023f {
    font-size: 32px;
    font-weight: 700;
    color: #f3e8ff;
    margin-bottom: 30px;
}

.c-ada68711 {
    font-size: 18px;
    color: #d8b4fe;
    line-height: 1.7;
    margin-bottom: 30px;
}

.c-ea131dfb {
    font-size: var(--font-size);
    color: #d8b4fe;
    padding: 30px;
    background: #4c1d95;
    border-left: 4px solid #a855f7;
    border-radius: 10px;
}

.c-c0da0198 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    opacity: 0;
    transform: translateX(-30px);
    transition: all 480ms ease;
}

.c-c0da0198.animate {
    opacity: 1;
    transform: translateX(0);
}

.c-407f4102 {
    text-align: center;
    padding: 30px;
    background: linear-gradient(135deg, #4c1d95, #6b21a8);
    border-radius: 16px;
    transition: all 300ms ease-in;
}

.c-407f4102:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px 0 3px 6px rgba(0, 0, 0, 0.08);
}

.c-4bfa1a8c {
    font-size: 32px;
    font-weight: 700;
    color: #a855f7;
    margin-bottom: 12px;
    display: block;
}

.c-9e34a1a1 {
    font-size: 14px;
    color: #d8b4fe;
    font-weight: 500;
}

.c-e96f698b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.c-1c719863 {
    padding: 30px;
    background: #4c1d95;
    border-radius: 16px;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 300ms ease-in;
    position: relative;
    overflow: hidden;
}

.c-1c719863::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #22c55e, #facc15);
    transform: scaleX(0);
    transition: all 480ms ease;
}

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

.c-1c719863.animate::before {
    transform: scaleX(1);
}

.c-1c719863:hover {
    background: #2e1065;
    box-shadow: 0 8px 25px 0 1px 2px rgba(0, 0, 0, 0.05);
}

.c-69be21f0 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #a855f7, #d946ef);
    color: #2e1065;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto 20px;
}

.c-adc05832 {
    font-size: 18px;
    font-weight: 600;
    color: #f3e8ff;
    margin-bottom: 12px;
}

.c-b9e47248 {
    font-size: 14px;
    color: #d8b4fe;
}



.c-69be21f0 img {
    border-radius: 50%;
}

.c-74db1c7d {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
}

.c-6ca2b2d1 {
    padding: 48px 0;
    background: #4c1d95;
}

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

.c-970f7947 {
    font-size: 32px;
    font-weight: 700;
    color: #f3e8ff;
    margin-bottom: 20px;
}

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

.c-a2980cac {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.c-a2980cac::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, #a855f7, #d946ef);
    transform: translateX(-50%);
    border-radius: 6px;
}

.c-41421cc0 {
    position: relative;
    margin-bottom: 64px;
    width: 50%;
}

.c-41421cc0:nth-child(odd) {
    left: 0;
    padding-right: 48px;
}

.c-41421cc0:nth-child(even) {
    left: 50%;
    padding-left: 48px;
}

.c-662e9bcd {
    position: absolute;
    top: 30px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 4px solid #2e1065;
    z-index: 2;
    transition: all 300ms ease-in;
}

.c-41421cc0:nth-child(odd) .c-662e9bcd {
    right: calc(-12px);
    background: #a855f7;
}

.c-41421cc0:nth-child(even) .c-662e9bcd {
    left: calc(-12px);
    background: #d946ef;
}

.c-41421cc0:nth-child(3) .c-662e9bcd {
    background: #22c55e;
}

.c-41421cc0:nth-child(4) .c-662e9bcd {
    background: #facc15;
}

.c-41421cc0:nth-child(5) .c-662e9bcd {
    background: #e11d48;
}

.c-ab6c494c {
    background: #2e1065;
    padding: 48px;
    border-radius: 16px;
    box-shadow: 0 4px 6px 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #6b21a8;
    transition: all 300ms ease-in;
    position: relative;
}

.c-ab6c494c:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px 0 3px 6px rgba(0, 0, 0, 0.08);
}

.c-ab6c494c::before {
    content: '';
    position: absolute;
    top: 30px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
}

.c-41421cc0:nth-child(odd) .c-ab6c494c::before {
    right: -20px;
    border-left-color: #2e1065;
}

.c-41421cc0:nth-child(even) .c-ab6c494c::before {
    left: -20px;
    border-right-color: #2e1065;
}

.c-70b2bd2b {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #a855f7;
    color: #2e1065;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.c-41421cc0:nth-child(2) .c-70b2bd2b {
    background: #d946ef;
}

.c-41421cc0:nth-child(3) .c-70b2bd2b {
    background: #22c55e;
}

.c-41421cc0:nth-child(4) .c-70b2bd2b {
    background: #facc15;
}

.c-41421cc0:nth-child(5) .c-70b2bd2b {
    background: #e11d48;
}

.c-7a56adeb {
    font-size: 18px;
    font-weight: 600;
    color: #f3e8ff;
    margin-bottom: 20px;
}

.c-400e1bfa {
    color: #d8b4fe;
    line-height: 1.6;
    margin-bottom: 20px;
}

.c-8c0045a3 {
    list-style: none;
}

.c-8c0045a3 li {
    color: #d8b4fe;
    font-size: 14px;
    margin-bottom: 4px;
    position: relative;
    padding-left: 30px;
}

.c-8c0045a3 li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #a855f7;
    font-weight: 600;
}




.c-b510d13c {
    opacity: 0;
    transition: all 480ms ease;
}

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

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

.c-4aee5104 {
    transform: translateX(-50px);
}

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

.c-f17b92f6 {
    transform: translateX(50px);
}

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

.benefits-scale-in {
    transform: scale(0.8);
}

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

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

.c-6e31f2fa {
    transition-delay: 0.4s;
}

.c-67d0bde6 {
    transition-delay: 0.6s;
}

.c-8ae5c9b2 {
    transition-delay: 0.8s;
}

.c-ac533b85 {
    transition-delay: 1s;
}

.c-af4ab422 {
            padding: 64px 30px;
            background: radial-gradient(circle at center, #4c1d95, #6b21a8);
            min-height: 100vh;
            display: flex;
            align-items: center;
        }

        .c-cde0475e {
            max-width: 1100px;
            margin: 0 auto;
            width: 100%;
        }

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

        .c-dae70222 {
            font-size: 32px;
            font-weight: 700;
            color: #f3e8ff;
            margin-bottom: 20px;
            opacity: 0;
            transform: translateY(-30px);
        }

        .c-fd87d97d {
            font-size: 18px;
            color: #d8b4fe;
            opacity: 0;
            transform: translateY(-30px);
        }

        .c-173a0355 {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 64px;
        }

        .c-cdebc297 {
            position: relative;
            width: 500px;
            height: 500px;
            border-radius: 50%;
            background: #2e1065;
            box-shadow: 0 20px 60px 0 6px 12px rgba(0, 0, 0, 0.12);
            opacity: 0;
            transform: scale(0.5) rotate(-180deg);
            transition: all 480ms ease;
        }

        .c-082c4f74 {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: linear-gradient(135deg, #a855f7, #d946ef);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #2e1065;
            font-size: 24px;
            font-weight: 700;
            cursor: pointer;
            transition: all 300ms ease-in;
            z-index: 10;
        }

        .c-082c4f74:hover {
            transform: translate(-50%, -50%) scale(1.1);
        }

        .c-c76a0894 {
            position: absolute;
            width: 150px;
            height: 150px;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 300ms ease-in;
            opacity: 0;
            transform: scale(0);
        }

        .c-c76a0894:hover {
            transform: scale(1.15);
            z-index: 5;
        }

        .c-55ffa74b {
            top: 20px;
            left: 50%;
            transform: translateX(-50%) scale(0);
            background: linear-gradient(135deg, #a855f7, #d946ef);
        }

        .c-2e3b7e1f {
            top: 50%;
            right: 20px;
            transform: translateY(-50%) scale(0);
            background: linear-gradient(135deg, #22c55e, #a855f7);
        }

        .c-766d9e32 {
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%) scale(0);
            background: linear-gradient(135deg, #facc15, #e11d48);
        }

        .c-6c2bf6a6 {
            top: 50%;
            left: 20px;
            transform: translateY(-50%) scale(0);
            background: linear-gradient(135deg, #d946ef, #22c55e);
        }

        .c-19a20033 {
            font-size: 24px;
            color: #2e1065;
            margin-bottom: 12px;
        }

        .c-50c8ef96 {
            color: #2e1065;
            font-weight: 600;
            text-align: center;
            font-size: 14px;
        }

        .c-f3863177 {
            flex: 1;
            max-width: 400px;
            background: #2e1065;
            border-radius: 24px;
            padding: 48px;
            box-shadow: 0 10px 30px 0 3px 6px rgba(0, 0, 0, 0.08);
            opacity: 0;
            transform: translateX(50px);
            transition: all 300ms ease-in;
        }

        .c-dd454faa {
            font-size: 24px;
            font-weight: 600;
            color: #f3e8ff;
            margin-bottom: 30px;
        }

        .c-33c780bf {
            color: #d8b4fe;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .c-000f42cc {
            margin-bottom: 30px;
        }

        .c-89d8ccab {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
            color: #d8b4fe;
        }

        .c-89d8ccab::before {
            content: '●';
            color: #a855f7;
            font-weight: bold;
        }

        .c-453d592c {
            font-size: 18px;
            font-weight: 700;
            color: #a855f7;
            margin-bottom: 30px;
        }

        .c-2742ef19 {
            width: 100%;
            padding: 20px;
            background: #a855f7;
            color: #2e1065;
            border-radius: 10px;
            text-align: center;
            cursor: pointer;
            transition: all 300ms ease-in;
            font-weight: 600;
        }

        .c-2742ef19:hover {
            background: #d946ef;
            transform: translateY(-2px);
        }

        .services-wheel__animate {
            opacity: 1;
            transform: translateY(0) translateX(0) scale(1) rotate(0deg);
        }

        .services-wheel__segment--animate {
            opacity: 1;
        }

        .c-55ffa74b.services-wheel__segment--animate {
            transform: translateX(-50%) scale(1);
        }

        .c-2e3b7e1f.services-wheel__segment--animate {
            transform: translateY(-50%) scale(1);
        }

        .c-766d9e32.services-wheel__segment--animate {
            transform: translateX(-50%) scale(1);
        }

        .c-6c2bf6a6.services-wheel__segment--animate {
            transform: translateY(-50%) scale(1);
        }

        
.c-0654de0a {
    background: linear-gradient(135deg, #a855f7, #d946ef);
    padding: 48px;
    border-radius: 24px;
    text-align: center;
    max-width: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px auto;
}

.c-0654de0a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.1) 100%);
    pointer-events: none;
}

.c-e55d3813 {
    position: relative;
    z-index: 1;
}

.c-097005d2 {
    font-size: 32px;
    font-weight: 800;
    color: #2e1065;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.c-65753972 {
    font-size: 18px;
    color: #2e1065;
    margin-bottom: 64px;
    line-height: 1.5;
    opacity: 0.9;
}

.c-ed2dd47c {
    display: inline-block;
    background: #2e1065;
    color: #a855f7;
    padding: 30px 48px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 300ms ease-in;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 2px solid transparent;
}

.c-ed2dd47c:hover {
    background: transparent;
    color: #2e1065;
    border-color: #2e1065;
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.c-ed2dd47c:active {
    transform: translateY(-1px);
}

.c-c6bb3753 {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100vh;
    background: #f3e8ff;
    color: #2e1065;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 300ms ease-in;
    display: flex;
    flex-direction: column;
    box-shadow: -10px 0 30px 0 6px 12px rgba(0, 0, 0, 0.12);
}

.c-c6bb3753.policy-sidebar--visible {
    transform: translateX(0);
}

.c-3b238437 {
    padding: 48px;
    background: linear-gradient(135deg, #f3e8ff, #a855f7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.c-67c51ed6 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-cb5d25d9 {
    opacity: 0.8;
    font-size: 14px;
}

.c-ffb6dde5 {
    flex: 1;
    padding: 48px;
    overflow-y: auto;
}

.c-6a851533 {
    margin-bottom: 48px;
    line-height: 1.6;
    opacity: 0.9;
}

.c-5dca5048 {
    margin-bottom: 48px;
}

.c-b3b63640 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #2e1065;
}

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

.c-85d93612 {
    display: flex;
    align-items: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #2e1065;
    text-decoration: none;
    transition: all 160ms ease;
    border: 1px solid transparent;
}

.c-85d93612:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #a855f7;
    transform: translateX(-4px);
}

.c-a1901ef6 {
    font-size: 20px;
    margin-right: 20px;
    width: 24px;
    text-align: center;
}

.c-5072c9d6 {
    flex: 1;
}

.c-7b9a8b76 {
    font-weight: 600;
    margin-bottom: 2px;
}

.c-9f6489b8 {
    font-size: 14px;
    opacity: 0.7;
}

.c-7e7cf57a {
    padding: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

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

.c-fe4e9428 {
    flex: 1;
    padding: 20px;
    border-radius: 10px;
    font-size: var(--font-size);
    font-weight: 600;
    cursor: pointer;
    transition: all 160ms ease;
    border: 2px solid transparent;
}

.c-0547d131 {
    background: #a855f7;
    color: #2e1065;
}

.c-0547d131:hover {
    background: #d946ef;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.c-3729cc30 {
    background: transparent;
    color: #2e1065;
    border-color: rgba(255, 255, 255, 0.3);
}

.c-3729cc30:hover {
    border-color: #2e1065;
    background: rgba(255, 255, 255, 0.1);
}

.c-e8cd729c {
    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-e8cd729c.policy-sidebar__overlay--visible {
    opacity: 1;
    visibility: visible;
}

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

    .c-730c7f9f {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-77bb78f1 {
        grid-template-columns: 1fr;
    }

    .c-19dc7b4f {
        grid-template-columns: 1fr;
    }

    .c-12e753c0 {
        flex-direction: column;
        text-align: center;
    }

    .c-c650ec25 {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .c-c9a5f465 {
        font-size: 36px;
    }

    .c-6594b986 {
        font-size: 18px;
    }

    .c-37f88196 {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .c-abd6f437 {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .c-c0da0198 {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .c-a2980cac::before {
        left: 20px;
    }

    .c-41421cc0 {
        width: 100%;
        left: 0 !important;
        padding-left: 50px !important;
        padding-right: 0 !important;
    }

    .c-662e9bcd {
        left: 12px !important;
        right: auto !important;
    }

    .c-ab6c494c::before {
        left: -20px !important;
        right: auto !important;
        border-right-color: #2e1065 !important;
        border-left-color: transparent !important;
    }

    .c-970f7947 {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
            .c-173a0355 {
                flex-direction: column;
                gap: 48px;
            }
            
            .c-cdebc297 {
                width: 350px;
                height: 350px;
            }
            
            .c-c76a0894 {
                width: 100px;
                height: 100px;
            }
            
            .c-55ffa74b {
                top: 10px;
            }
            
            .c-2e3b7e1f {
                right: 10px;
            }
            
            .c-766d9e32 {
                bottom: 10px;
            }
            
            .c-6c2bf6a6 {
                left: 10px;
            }
            
            .c-082c4f74 {
                width: 80px;
                height: 80px;
                font-size: 18px;
            }
            
            .c-f3863177 {
                max-width: none;
            }
        }
@media (max-width: 480px) {
    .c-c6bb3753 {
        width: 100%;
    }
}