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



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #fff8fc;
    font-family: 'Quicksand', 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-4a1dcd72 {
    background: #fff8fc;
    box-shadow: 0 2px 10px 0 2px 4px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: 300ms ease-in-out;
}

.c-0174668b {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.c-f0626982 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2a1a2f;
    font-weight: 600;
    font-size: 18px;
    transition: 140ms ease-in-out;
}

.c-f0626982:hover {
    color: #d65db1;
    transform: translateY(-1px);
}

.c-0dc30db3 {
    font-size: 24px;
    color: #d65db1;
}

.c-45bff137 {
    display: flex;
    align-items: center;
    gap: 48px;
}

.c-ce348aa4 {
    display: flex;
    align-items: center;
    gap: 30px;
}

.c-84f38177 {
    position: relative;
}

.c-67bf1c98 {
    color: #6e4e6e;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 12px;
    transition: 140ms ease-in-out;
    position: relative;
}

.c-67bf1c98:hover {
    color: #d65db1;
    background: #fbe9f2;
}

.c-67bf1c98::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #d65db1;
    transition: 140ms ease-in-out;
    transform: translateX(-50%);
}

.c-67bf1c98:hover::after {
    width: 80%;
}

.c-ec70d0a2 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-5f42f955 {
    padding: 10px 30px;
    border-radius: 12px;
    font-weight: 500;
    transition: 140ms ease-in-out;
    cursor: pointer;
}

.c-903ffcf4 {
    background: #d65db1;
    color: #ffffff;
}

.c-903ffcf4:hover {
    background: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px 0 2px 4px rgba(0, 0, 0, 0.08);
}

.header__btn--secondary {
    color: #6e4e6e;
    border: 1px solid #eed7e6;
}

.header__btn--secondary:hover {
    background: #fbe9f2;
    color: #2a1a2f;
}

.c-e931d5a5 {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 30px;
    height: 24px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.c-e931d5a5 span {
    display: block;
    height: 3px;
    width: 100%;
    background: #2a1a2f;
    border-radius: 2px;
    transition: 0.3s;
}

.c-4a1dcd72.open .c-e931d5a5 span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.c-4a1dcd72.open .c-e931d5a5 span:nth-child(2) {
    opacity: 0;
}
.c-4a1dcd72.open .c-e931d5a5 span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}



.c-29b9196b {
    background-color: #fbe9f2;
    padding: 30px 0;
    border-top: 1px solid #eed7e6;
}

.c-68c0232e {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-d328c219 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.c-3d82504e {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2a1a2f;
    font-weight: 600;
    font-size: 18px;
}

.c-3d82504e i {
    color: #d65db1;
    font-size: 24px;
}

.c-7eafa68f {
    display: flex;
    gap: 48px;
}

.c-d4fe7681 {
    color: #6e4e6e;
    transition: color 140ms ease-in-out;
}

.c-d4fe7681:hover {
    color: #d65db1;
}

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

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

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

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

.c-27b417de {
    color: #bfa3c3;
    font-size: 14px;
}

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

.c-7a1295ae {
    color: #bfa3c3;
    font-size: 14px;
    transition: color 140ms ease-in-out;
}

.c-7a1295ae:hover {
    color: #d65db1;
}



.c-8d159895 {
    position: relative;
    min-height: 100vh;
    background: var(--particles-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    --particles-bg: linear-gradient(135deg, #d65db1 0%, #ff6f91 100%);
}

.c-c836adc1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.c-8e4014cd {
    max-width: 1140px;
    width: 100%;
    padding: 0 30px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 64px;
    align-items: center;
}

.c-74485f16 {
    color: #2a1a2f;
    opacity: 0;
    transform: translateY(30px);
}

.c-897eb4b2 {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #2a1a2f;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
}

.c-8735d749 {
    font-size: clamp(2.5rem, 7vw, 5rem);
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.1;
}

.c-6dc00451 {
    color: #ffffff;
}

.c-3f7a352b {
    font-size: 18px;
    margin-bottom: 64px;
    opacity: 0.9;
    max-width: 500px;
    line-height: 1.6;
}

.c-97ed09a9 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.c-f5dd89b9 {
    padding: 20px 48px;
    border-radius: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    border: none;
    font-size: var(--font-size);
    position: relative;
    overflow: hidden;
}

.c-0439e655 {
    background: #2a1a2f;
    color: #d65db1;
}

.c-0439e655:hover {
    transform: translateY(-2px);
}

.c-99184ece {
    background: transparent;
    color: #2a1a2f;
    backdrop-filter: blur(10px);
}

.c-99184ece:hover {
    border-color: #2a1a2f;
    background: #fff8fc;
}

.c-fbdf4df4 {
    position: relative;
    opacity: 0;
    transform: scale(0.8);
}

.c-4f76c824 {
    position: relative;
    width: 350px;
    height: 350px;
}

.c-22881679 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.c-22881679 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-bb80ac33 {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: #eed7e6;
    border-radius: 50%;
    filter: blur(30px);
    z-index: 1;
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0%,
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}



.c-1819aaba {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
}

.c-01f016b4 {
    padding: 48px 0;
    background: #fbe9f2;
}

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

.c-1d2c3ea0 {
    font-size: 32px;
    font-weight: 700;
    color: #2a1a2f;
    margin-bottom: 20px;
}

.c-9b5d360d {
    font-size: 18px;
    color: #6e4e6e;
    max-width: 600px;
    margin: 0 auto;
}

.c-70c61457 {
    background: #fff8fc;
    border-radius: 28px;
    box-shadow: 0 8px 25px 0 1px 1px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.c-758213f2 {
    display: flex;
    background: #eed7e6;
    border-bottom: 1px solid #eed7e6;
}

.c-4ee2f51b {
    flex: 1;
    padding: 30px 48px;
    background: transparent;
    border: none;
    font-size: var(--font-size);
    font-weight: 500;
    color: #6e4e6e;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    position: relative;
}

.c-4ee2f51b.about-active {
    color: #d65db1;
    background: #fff8fc;
}

.c-4ee2f51b::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #d65db1;
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
}

.c-4ee2f51b.about-active::after {
    transform: scaleX(1);
}

.c-7708aa32 {
    padding: 48px;
}

.c-f9b00cc8 {
    display: none;
}

.c-f9b00cc8.about-active {
    display: block;
}

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

.c-d9f74364 {
    background: #fbe9f2;
    padding: 30px;
    border-radius: 18px;
    text-align: center;
    transition: all 300ms ease-in-out;
}

.c-d9f74364:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px 0 2px 4px rgba(0, 0, 0, 0.08);
}

.c-ee58047e {
    font-size: 2rem;
    margin-bottom: 20px;
}

.c-fbdcd48b {
    font-size: 18px;
    font-weight: 600;
    color: #2a1a2f;
    margin-bottom: 10px;
}

.c-bf69c897 {
    color: #6e4e6e;
    font-size: 14px;
}

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

.c-587fe0e4 {
    text-align: center;
}

.c-73655cd5 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #d65db1;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    margin: 0 auto 20px;
}

.c-f5b2634b {
    font-size: 18px;
    font-weight: 600;
    color: #2a1a2f;
    margin-bottom: 4px;
}

.c-6b87a37e {
    color: #d65db1;
    font-size: 14px;
    margin-bottom: 10px;
}

.c-32da334e {
    color: #6e4e6e;
    font-size: 14px;
    line-height: 1.5;
}

.c-bfe26dcc {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
}

.c-f7981f90 {
    background: #fbe9f2;
    padding: 30px;
    border-radius: 18px;
    border-left: 4px solid #3ecf8e;
}

.c-d6368450 {
    font-size: 18px;
    font-weight: 600;
    color: #2a1a2f;
    margin-bottom: 10px;
}

.c-cb02b668 {
    color: #6e4e6e;
    line-height: 1.6;
}




.c-3e8e091a {
    opacity: 0;
    transition: all 500ms ease;
}

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

.c-71fe69f7.about-visible {
    opacity: 1;
    transform: translateY(0);
}

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

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

.c-ce909ecc {
    transform: scale(0.9);
}

.c-ce909ecc.about-visible {
    opacity: 1;
    transform: scale(1);
}

.about-tab-fade {
    opacity: 0;
    transform: translateX(20px);
    transition: all 300ms ease-in-out;
}

.about-tab-fade.about-active {
    opacity: 1;
    transform: translateX(0);
}

.about-stagger-delay-1 {
    transition-delay: 0.1s;
}

.about-stagger-delay-2 {
    transition-delay: 0.2s;
}

.about-stagger-delay-3 {
    transition-delay: 0.3s;
}

.c-23e3a10a {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
}

.c-5b5a6ece {
    padding: 48px 0;
}

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

.c-3e5fd521 {
    font-size: 32px;
    font-weight: 700;
    color: #2a1a2f;
    margin-bottom: 20px;
}

.c-0d8da284 {
    font-size: 18px;
    color: #6e4e6e;
    max-width: 700px;
    margin: 0 auto;
}

.c-5bda0ca3 {
    background: #fff8fc;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 8px 25px 0 1px 1px rgba(0, 0, 0, 0.03);
    border: 1px solid #eed7e6;
}

.c-19fcd72d {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    background: #eed7e6;
    color: #2a1a2f;
}

.c-562de1d3 {
    padding: 30px 48px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.c-562de1d3:first-child {
    text-align: left;
}

.c-689ae090 {
    display: grid;
    grid-template-columns: 1fr;
}

.c-6de4f62e {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    border-bottom: 1px solid #eed7e6;
    transition: all 300ms ease-in-out;
}

.c-6de4f62e:hover {
    background: #fbe9f2;
}

.c-6de4f62e:last-child {
    border-bottom: none;
}

.c-0e7929ad {
    padding: 30px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.c-0e7929ad:first-child {
    justify-content: flex-start;
    text-align: left;
}

.c-92b1ac98 {
    font-weight: 600;
    color: #2a1a2f;
}

.c-2843ce73 {
    color: #6e4e6e;
    font-size: 14px;
    margin-top: 4px;
}

.c-13b87b98 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #ffffff;
}

.c-13b87b98.c-6b111a49 {
    background: #3ecf8e;
}

.c-13b87b98.c-2f0c587f {
    background: #ff3f34;
}

.c-13b87b98.c-45d5e7f0 {
    background: #ffc75f;
}

.c-65ec4597 {
    background: #fbe9f2;
    padding: 64px;
    border-radius: 28px;
    margin-top: 64px;
    text-align: center;
}

.c-e23b14b8 {
    font-size: 24px;
    font-weight: 600;
    color: #2a1a2f;
    margin-bottom: 30px;
}

.c-4e5f6112 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 48px;
}

.c-04113dea {
    background: #fff8fc;
    padding: 30px;
    border-radius: 18px;
    transition: all 300ms ease-in-out;
}

.c-04113dea:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px 0 2px 4px rgba(0, 0, 0, 0.08);
}

.c-9f6e1e2e {
    font-size: 32px;
    font-weight: 700;
    color: #d65db1;
    display: block;
    margin-bottom: 4px;
}

.c-0cd039a9 {
    color: #6e4e6e;
    font-size: 14px;
}




.c-b0443e05 {
    opacity: 0;
    transition: all 500ms ease;
}

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

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

.c-59a46d44 {
    transform: translateY(50px);
}

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

.c-c389d3b0 {
    transform: scale(0.9);
}

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

.c-6fa16201 {
    transform: translateX(-20px);
}

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

.c-a3cca99b {
    transition-delay: 0.1s;
}

.c-1f5de355 {
    transition-delay: 0.2s;
}

.c-9108ef8b {
    transition-delay: 0.3s;
}

.c-1328d719 {
    transition-delay: 0.4s;
}

.c-676a513b {
    transition-delay: 0.5s;
}

.c-8a32dab0 {
    min-height: 100vh;
    background: radial-gradient(ellipse at top, #fbe9f2, #fff8fc);
    padding: 64px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-b119d5db {
    max-width: 1140px;
    width: 100%;
}

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

.c-5d902d4a {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(45deg, #d65db1, #ff6f91);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}

.c-ca92f429 {
    font-size: 18px;
    color: #6e4e6e;
    font-weight: 300;
}

.c-2504a665 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    max-width: 1000px;
    margin: 0 auto;
}

.c-b03935f5 {
    background: #fff8fc;
    border-radius: 28px;
    padding: 48px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px 0 1px 1px rgba(0, 0, 0, 0.03);
    transition: all 500ms ease;
    border: 2px solid transparent;
}

.c-b03935f5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #d65db1, #ff6f91);
    z-index: -1;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.c-b03935f5:hover::before {
    opacity: 0.1;
}

.c-b03935f5:hover {
    transform: translateY(-20px) rotateX(5deg);
    box-shadow: 0 30px 60px 0 2px 4px rgba(0, 0, 0, 0.08);
    border-color: #d65db1;
}

.c-ce9473f1 {
    background: linear-gradient(135deg, #3d2b47, #d65db1);
    color: #ffffff;
    transform: scale(1.1);
}

.c-ce9473f1:hover {
    transform: scale(1.1) translateY(-20px) rotateX(5deg);
}

.c-ed3be08d {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    background: linear-gradient(45deg, #d65db1, #ff6f91);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.c-ed3be08d::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    50% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
    100% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
}

.c-1a8e4b6d {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #2a1a2f;
}

.c-ce9473f1 .c-1a8e4b6d {
    color: #ffffff;
}

.c-cc4d875d {
    text-align: center;
    margin-bottom: 48px;
}

.c-9536bd4f {
    font-size: 56px;
    font-weight: 900;
    color: #d65db1;
    display: block;
    line-height: 1;
}

.c-ce9473f1 .c-9536bd4f {
    color: #ffffff;
}

.c-3e7c56b1 {
    font-size: var(--font-size);
    color: #bfa3c3;
    margin-top: 10px;
}

.c-f0166ede {
    margin-bottom: 48px;
}

.c-c0cfc897 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #6e4e6e;
    opacity: 0;
    transform: translateX(-20px);
    animation: slideIn 0.6s ease forwards;
}

.c-ce9473f1 .c-c0cfc897 {
    color: rgba(255, 255, 255, 0.9);
}

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

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

.c-6ea9957b {
    width: 24px;
    height: 24px;
    background: linear-gradient(45deg, #3ecf8e, #d65db1);
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

.c-3665d3e3 {
    width: 100%;
    padding: 30px;
    background: linear-gradient(45deg, #d65db1, #ff6f91);
    color: #ffffff;
    border: none;
    border-radius: 18px;
    font-size: var(--font-size);
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}

.c-3665d3e3::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.c-3665d3e3:hover::after {
    width: 300px;
    height: 300px;
}

.c-ce9473f1 .c-3665d3e3 {
    background: #ffffff;
    color: #d65db1;
}



.c-49e3ffd3 {
    background: linear-gradient(135deg, #d65db1, #ff6f91);
    padding: 48px;
    border-radius: 28px;
    text-align: center;
    max-width: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px auto;
}

.c-49e3ffd3::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-cba5076a {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

.c-2c114cc3 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    padding: 30px;
}

.c-2c114cc3.policy-modal--visible {
    opacity: 1;
    visibility: visible;
}

.c-9e8d7f4c {
    background: #fff8fc;
    border-radius: 28px;
    padding: 48px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px 0 6px 12px rgba(0, 0, 0, 0.12);
    transform: scale(0.8) translateY(50px);
    transition: transform 300ms ease-in-out;
    position: relative;
}

.c-2c114cc3.policy-modal--visible .c-9e8d7f4c {
    transform: scale(1) translateY(0);
}

.c-38a5333a {
    text-align: center;
    margin-bottom: 48px;
}

.c-579e5b22 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #d65db1, #ff6f91);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 40px;
}

.c-031c2967 {
    font-size: 24px;
    font-weight: 700;
    color: #2a1a2f;
    margin-bottom: 10px;
}

.c-b0f92c56 {
    color: #6e4e6e;
    font-size: var(--font-size);
}

.c-af327605 {
    color: #6e4e6e;
    line-height: 1.6;
    margin-bottom: 48px;
    text-align: center;
}

.c-78353166 {
    background: #fbe9f2;
    border-radius: 18px;
    padding: 30px;
    margin-bottom: 48px;
}

.c-007540fe {
    font-weight: 600;
    color: #2a1a2f;
    margin-bottom: 20px;
    text-align: center;
}

.c-dc4a65eb {
    display: grid;
    gap: 20px;
}

.c-9115fd21 {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fff8fc;
    border-radius: 12px;
    color: #2a1a2f;
    text-decoration: none;
    transition: all 140ms ease-in-out;
    border: 2px solid transparent;
}

.c-9115fd21:hover {
    border-color: #d65db1;
    transform: translateX(4px);
}

.c-88638925 {
    width: 24px;
    height: 24px;
    background: #d65db1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #ffffff;
    font-size: 12px;
}

.c-41a247c7 {
    flex: 1;
}

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

.c-657db55e {
    font-size: 14px;
    color: #bfa3c3;
}

.c-c7c33d78 {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.c-b0c975c5 {
    padding: 20px 48px;
    border-radius: 12px;
    font-size: var(--font-size);
    font-weight: 600;
    cursor: pointer;
    transition: all 140ms ease-in-out;
    border: 2px solid transparent;
    min-width: 140px;
}

.c-96677a43 {
    background: #d65db1;
    color: #ffffff;
}

.c-96677a43:hover {
    background: #ff6f91;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px 0 2px 4px rgba(0, 0, 0, 0.08);
}

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

    .c-ec70d0a2 {
        gap: 10px;
    }

    .c-5f42f955 {
        padding: 4px 20px;
        font-size: 14px;
    }

    .c-e931d5a5 {
        display: flex;
    }

    .c-ce348aa4 {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: #fff8fc;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        display: none;
    }

    .c-4a1dcd72.open .c-ce348aa4 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-d328c219 {
        flex-direction: column;
        align-items: flex-start;
    }

    .c-7eafa68f {
        flex-direction: column;
        gap: 20px;
    }

    .c-332e4e5c {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .c-8e4014cd {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .c-4f76c824 {
        width: 280px;
        height: 280px;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .c-758213f2 {
        flex-direction: column;
    }

    .c-7708aa32 {
        padding: 30px;
    }

    .c-1d2c3ea0 {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .c-19fcd72d,
    .c-6de4f62e {
        grid-template-columns: 1fr;
    }

    .c-562de1d3,
    .c-0e7929ad {
        text-align: left !important;
        justify-content: flex-start !important;
    }

    .c-562de1d3:not(:first-child) {
        display: none;
    }

    .c-0e7929ad:not(:first-child) {
        padding-left: calc(48px + 20px);
        font-size: 14px;
    }

    .c-0e7929ad:not(:first-child)::before {
        content: attr(data-label) ': ';
        font-weight: 600;
        margin-right: 10px;
    }

    .c-4e5f6112 {
        grid-template-columns: repeat(2, 1fr);
    }

    .c-3e5fd521 {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .c-2504a665 {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .c-ce9473f1 {
        transform: none;
    }
}
@media (max-width: 640px) {
    .c-9e8d7f4c {
        padding: 30px;
        margin: 20px;
    }

    .c-c7c33d78 {
        flex-direction: column;
    }
}