* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: #fff5f7;
    color: #302642;
    font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
}

img {
    display: block;
    max-width: 100%;
}

.qv7m2a-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid rgba(48, 38, 66, .1);
    background: #fff5f7;
}

.rw8n3b-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1210px, calc(100% - 72px));
    min-height: 78px;
    margin: 0 auto;
}

.sx9p4c-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #302642;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 800;
}

.sx9p4c-brand img {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    object-fit: cover;
}

.ty0q5d-navigation {
    display: flex;
    align-items: center;
    gap: 27px;
    margin-left: auto;
    margin-right: 31px;
    color: #88758e;
    font-size: 13px;
}

.ty0q5d-navigation a {
    position: relative;
    padding: 29px 0 27px;
    transition: color .2s ease;
}

.ty0q5d-navigation a::after {
    position: absolute;
    right: 0;
    bottom: 19px;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: #ee3f8b;
    content: "";
    opacity: 0;
    transform: scaleX(0);
    transition: opacity .2s ease, transform .2s ease;
}

.ty0q5d-navigation a:hover,
.ty0q5d-navigation a:first-child {
    color: #d83479;
}

.ty0q5d-navigation a:hover::after,
.ty0q5d-navigation a:first-child::after {
    opacity: 1;
    transform: scaleX(1);
}

.bg8y3l-header-actions {
    display: flex;
    align-items: center;
    gap: 11px;
}

.ch9z4m-header-button,
.ot1l6y-hero-download,
.mr3j8w-closing-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 43px;
    padding: 0 18px;
    border-radius: 999px;
    background: #ee3f8b;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 13px 26px rgba(238, 63, 139, .2);
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.ch9z4m-header-button:hover,
.ot1l6y-hero-download:hover,
.mr3j8w-closing-button:hover {
    background: #cf3278;
    box-shadow: 0 16px 29px rgba(238, 63, 139, .28);
    transform: translateY(-2px);
}

.ch9z4m-header-button i,
.ot1l6y-hero-download i,
.mr3j8w-closing-button i {
    font-size: 16px;
}

.di0a5n-menu-button {
    display: none;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(48, 38, 66, .15);
    border-radius: 12px;
    background: #fff;
    color: #7c5e9d;
}

.ej1b6o-hero {
    position: relative;
    min-height: 690px;
    overflow: hidden;
    background: #fff5f7;
}

.fk2c7p-hero-glow {
    position: absolute;
    top: -170px;
    right: -60px;
    width: 570px;
    height: 570px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(255, 104, 79, .17), rgba(238, 63, 139, .15) 54%, rgba(161, 107, 210, .18));
    filter: blur(8px);
}

.gl3d8q-hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(161, 107, 210, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(161, 107, 210, .1) 1px, transparent 1px);
    background-size: 68px 68px;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, .36), transparent 83%);
}

.hm4e9r-hero-topline {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1210px, calc(100% - 72px));
    margin: 0 auto;
    padding-top: 27px;
    color: #a16bd2;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
}

.hm4e9r-hero-topline i {
    color: #ff684f;
    font-size: 16px;
}

.in5f0s-hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(535px, 1.12fr);
    gap: 55px;
    align-items: center;
    width: min(1210px, calc(100% - 72px));
    min-height: 545px;
    margin: 0 auto;
    padding: 55px 0 67px;
}

.jo6g1t-hero-copy {
    max-width: 510px;
}

.kp7h2u-hero-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 23px;
    color: #a16bd2;
    font-size: 12px;
    font-weight: 800;
}

.kp7h2u-hero-kicker i {
    color: #ff684f;
    font-size: 17px;
}

.lq8i3v-hero-title {
    margin: 0;
    color: #302642;
    font-size: 51px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.12;
    white-space: nowrap;
}

.lq8i3v-hero-title span {
    color: #ee3f8b;
}

.mr9j4w-hero-description {
    max-width: 470px;
    margin: 27px 0 0;
    color: #786b80;
    font-size: 15px;
    line-height: 2;
}

.ns0k5x-hero-actions {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-top: 31px;
}

.pu2m7z-hero-more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #795ba1;
    font-size: 13px;
    font-weight: 800;
}

.pu2m7z-hero-more i {
    color: #ff684f;
    font-size: 17px;
}

.qv3n8a-hero-notes {
    display: flex;
    gap: 19px;
    margin-top: 39px;
}

.qv3n8a-hero-notes span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #927b98;
    font-size: 11px;
}

.qv3n8a-hero-notes i {
    color: #35bfca;
    font-size: 16px;
}

.rw4o9b-character-desk {
    position: relative;
    min-height: 426px;
    padding: 26px 26px 21px;
    border: 1px solid rgba(48, 38, 66, .16);
    border-radius: 25px;
    background: #302642;
    box-shadow: 18px 18px 0 #f2b5cb, 0 30px 65px rgba(48, 38, 66, .19);
    transform: rotate(1deg);
}

.sx5p0c-desk-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.sx5p0c-desk-head > div {
    display: grid;
    gap: 5px;
}

.sx5p0c-desk-head small {
    color: #c9b3d6;
    font-size: 9px;
    letter-spacing: 1.7px;
}

.sx5p0c-desk-head strong {
    font-size: 20px;
}

.sx5p0c-desk-head > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #8de3d1;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}

.sx5p0c-desk-head > span i {
    font-size: 15px;
}

.ty6q1d-desk-search {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 43px;
    margin-top: 23px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    background: rgba(255, 255, 255, .1);
    color: #e8dff1;
    font-size: 12px;
}

.ty6q1d-desk-search i {
    color: #ff9e8b;
    font-size: 17px;
}

.ty6q1d-desk-search b {
    margin-left: auto;
    color: #ae9fc1;
    font-size: 10px;
    font-weight: 600;
}

.uz7r2e-desk-tags {
    display: flex;
    gap: 8px;
    margin-top: 15px;
}

.uz7r2e-desk-tags span {
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #bba9c9;
    font-size: 10px;
}

.uz7r2e-desk-tags span.active {
    border-color: #ff684f;
    background: #ff684f;
    color: #fff;
}

.va8s3f-desk-content {
    display: grid;
    grid-template-columns: 185px 1fr;
    gap: 14px;
    margin-top: 17px;
}

.wb9t4g-feature-role,
.ze2w7j-desk-chat {
    min-height: 237px;
    border-radius: 15px;
}

.wb9t4g-feature-role {
    padding: 17px;
    background: linear-gradient(145deg, #b66ddb, #ee3f8b);
    color: #fff;
}

.xc0u5h-role-art {
    position: relative;
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
}

.xc0u5h-role-art::after {
    position: absolute;
    inset: 8px;
    border: 1px dashed rgba(255, 255, 255, .55);
    border-radius: 50%;
    content: "";
}

.xc0u5h-role-art span {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    border-radius: 14px;
    background: #fff;
    color: #a16bd2;
    font-size: 21px;
    font-weight: 900;
}

.xc0u5h-role-art i {
    position: absolute;
    right: -2px;
    bottom: 1px;
    color: #ffe36e;
    font-size: 16px;
}

.wb9t4g-feature-role > small {
    display: block;
    margin-top: 19px;
    color: #f8d6e7;
    font-size: 8px;
    letter-spacing: 1.2px;
}

.wb9t4g-feature-role > strong {
    display: block;
    margin-top: 8px;
    font-size: 18px;
}

.wb9t4g-feature-role > p {
    margin: 8px 0 0;
    color: #ffe8f0;
    font-size: 10px;
    line-height: 1.6;
}

.yd1v6i-role-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 21px;
    color: #f8d6e7;
    font-size: 9px;
}

.yd1v6i-role-meta i {
    font-size: 16px;
}

.ze2w7j-desk-chat {
    padding: 15px;
    background: #fff;
}

.af3x8k-chat-head {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #302642;
    font-size: 12px;
}

.bg4y9l-chat-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #35bfca;
}

.af3x8k-chat-head small {
    color: #9e8ba1;
    font-size: 9px;
}

.af3x8k-chat-head i {
    margin-left: auto;
    color: #a16bd2;
}

.ch5z0m-chat-body {
    padding-top: 14px;
}

.di6a1n-chat-time {
    margin: 0 0 12px;
    color: #b29eb0;
    font-size: 9px;
    text-align: center;
}

.ej7b2o-chat-bubble,
.fk8c3p-chat-bubble,
.gl9d4q-chat-bubble {
    max-width: 89%;
    margin-top: 9px;
    padding: 9px 11px;
    border-radius: 13px;
    color: #493a56;
    font-size: 10px;
    line-height: 1.6;
}

.ej7b2o-chat-bubble.user {
    margin-left: auto;
    border-radius: 13px 13px 4px 13px;
    background: #dff6f4;
}

.fk8c3p-chat-bubble.ai,
.gl9d4q-chat-bubble.ai {
    display: flex;
    gap: 6px;
    border-radius: 13px 13px 13px 4px;
    background: #f0e7ff;
}

.fk8c3p-chat-bubble.ai i,
.gl9d4q-chat-bubble.ai i {
    color: #ee3f8b;
    font-size: 13px;
}

.hm0e5r-chat-foot {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    color: #a16bd2;
    font-size: 9px;
}

.hm0e5r-chat-foot span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.hm0e5r-chat-foot b {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #35bfca;
}

.in1f6s-desk-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
    color: #c5b6cd;
    font-size: 10px;
}

.in1f6s-desk-footer span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.in1f6s-desk-footer span i {
    color: #ffe36e;
    font-size: 15px;
}

.in1f6s-desk-footer a {
    color: #ff9e8b;
}

.jo2g7t-desk-sticker {
    position: absolute;
    right: -28px;
    bottom: 26px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 13px;
    background: #ffe36e;
    color: #6d4b41;
    font-size: 10px;
    line-height: 1.5;
    box-shadow: 0 12px 22px rgba(48, 38, 66, .15);
}

.jo2g7t-desk-sticker i {
    color: #ee3f8b;
    font-size: 19px;
}

.jo2g7t-desk-sticker b {
    font-size: 11px;
}

.kp3h8u-hero-bottom {
    position: absolute;
    right: max(36px, calc((100% - 1210px) / 2));
    bottom: 25px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #a78eac;
    font-size: 9px;
    letter-spacing: 1.5px;
}

.kp3h8u-hero-bottom i {
    display: block;
    width: 67px;
    height: 1px;
    background: #35bfca;
}

.lq4i9v-showcase,
.gl1d6q-faq {
    padding: 106px 0 112px;
    background: #fff5f7;
}

.mr5j0w-section-heading,
.bg0y5l-section-heading,
.kp9h4u-section-heading,
.af5x0k-section-heading,
.hm2e7r-section-heading,
.wb7t2g-section-heading {
    width: min(1210px, calc(100% - 72px));
    margin: 0 auto 47px;
    text-align: center;
}

.mr5j0w-section-heading p,
.bg0y5l-section-heading p,
.kp9h4u-section-heading p,
.af5x0k-section-heading p,
.hm2e7r-section-heading p,
.wb7t2g-section-heading p {
    margin: 0 0 13px;
    color: #a16bd2;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
}

.mr5j0w-section-heading > div,
.bg0y5l-section-heading > div,
.kp9h4u-section-heading > div,
.af5x0k-section-heading > div,
.hm2e7r-section-heading > div,
.wb7t2g-section-heading > div {
    color: #302642;
    font-size: 42px;
    font-weight: 850;
    line-height: 1.2;
}

.mr5j0w-section-heading > span,
.bg0y5l-section-heading > span,
.kp9h4u-section-heading > span,
.af5x0k-section-heading > span,
.hm2e7r-section-heading > span,
.wb7t2g-section-heading > span {
    display: block;
    margin: 14px auto 0;
    color: #907d95;
    font-size: 14px;
    line-height: 1.7;
}

.ns6k1x-showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    width: min(1210px, calc(100% - 72px));
    margin: 0 auto;
}

.ot7l2y-showcase-card,
.rw0o5b-showcase-card,
.uz3r8e-showcase-card,
.xc6u1h-showcase-card {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 25px rgba(48, 38, 66, .08);
}

.rw0o5b-showcase-card {
    background: #f0e7ff;
}

.uz3r8e-showcase-card {
    background: #dff6f4;
}

.xc6u1h-showcase-card {
    background: #ffe4dc;
}

.pu8m3z-showcase-label,
.sx1p6c-showcase-label,
.va4s9f-showcase-label,
.yd7v2i-showcase-label {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 15px;
    color: #866f8f;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
}

.pu8m3z-showcase-label b,
.sx1p6c-showcase-label b,
.va4s9f-showcase-label b,
.yd7v2i-showcase-label b {
    color: #ee3f8b;
    font-size: 13px;
}

.pu8m3z-showcase-label i,
.sx1p6c-showcase-label i,
.va4s9f-showcase-label i,
.yd7v2i-showcase-label i {
    margin-left: auto;
    color: #35bfca;
    font-size: 18px;
}

.ot7l2y-showcase-card img,
.rw0o5b-showcase-card img,
.uz3r8e-showcase-card img,
.xc6u1h-showcase-card img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    object-position: top center;
}

.qv9n4a-showcase-copy,
.ty2q7d-showcase-copy,
.wb5t0g-showcase-copy,
.ze8w3j-showcase-copy {
    padding: 20px 16px 22px;
}

.qv9n4a-showcase-copy strong,
.ty2q7d-showcase-copy strong,
.wb5t0g-showcase-copy strong,
.ze8w3j-showcase-copy strong {
    color: #302642;
    font-size: 17px;
}

.qv9n4a-showcase-copy p,
.ty2q7d-showcase-copy p,
.wb5t0g-showcase-copy p,
.ze8w3j-showcase-copy p {
    min-height: 44px;
    margin: 9px 0 0;
    color: #786b80;
    font-size: 12px;
    line-height: 1.8;
}

.af9x4k-benefits,
.va6s1f-reviews {
    padding: 106px 0 112px;
    background: #f0e7ff;
}

.ch1z6m-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: min(1210px, calc(100% - 72px));
    margin: 0 auto;
}

.di2a7n-benefit-card,
.ej3b8o-benefit-card,
.fk4c9p-benefit-card,
.gl5d0q-benefit-card,
.hm6e1r-benefit-card,
.in7f2s-benefit-card {
    position: relative;
    min-height: 211px;
    padding: 24px 24px 22px;
    border-radius: 10px;
    background: #fff;
}

.ej3b8o-benefit-card,
.in7f2s-benefit-card {
    background: #dff6f4;
}

.fk4c9p-benefit-card,
.hm6e1r-benefit-card {
    background: #ffe4dc;
}

.gl5d0q-benefit-card {
    background: #fff5f7;
}

.di2a7n-benefit-card > span,
.ej3b8o-benefit-card > span,
.fk4c9p-benefit-card > span,
.gl5d0q-benefit-card > span,
.hm6e1r-benefit-card > span,
.in7f2s-benefit-card > span {
    color: #ee3f8b;
    font-size: 12px;
    font-weight: 900;
}

.di2a7n-benefit-card i,
.ej3b8o-benefit-card i,
.fk4c9p-benefit-card i,
.gl5d0q-benefit-card i,
.hm6e1r-benefit-card i,
.in7f2s-benefit-card i {
    position: absolute;
    top: 21px;
    right: 22px;
    color: #a16bd2;
    font-size: 27px;
}

.di2a7n-benefit-card strong,
.ej3b8o-benefit-card strong,
.fk4c9p-benefit-card strong,
.gl5d0q-benefit-card strong,
.hm6e1r-benefit-card strong,
.in7f2s-benefit-card strong {
    display: block;
    margin-top: 40px;
    color: #302642;
    font-size: 20px;
}

.di2a7n-benefit-card p,
.ej3b8o-benefit-card p,
.fk4c9p-benefit-card p,
.gl5d0q-benefit-card p,
.hm6e1r-benefit-card p,
.in7f2s-benefit-card p {
    max-width: 270px;
    margin: 10px 0 0;
    color: #786b80;
    font-size: 12px;
    line-height: 1.8;
}

.jo8g3t-process,
.ze4w9j-news {
    padding: 106px 0 112px;
    background: #dff6f4;
}

.lq0i5v-process-list {
    position: relative;
    display: grid;
    gap: 12px;
    width: min(950px, calc(100% - 72px));
    margin: 0 auto;
}

.mr1j6w-process-line {
    position: absolute;
    top: 34px;
    bottom: 34px;
    left: 43px;
    width: 1px;
    background: #9bcbd0;
}

.ns2k7x-process-step,
.qv5n0a-process-step,
.ty8q3d-process-step,
.wb1t6g-process-step {
    position: relative;
    display: grid;
    grid-template-columns: 70px 61px 1fr;
    gap: 16px;
    align-items: center;
    min-height: 112px;
}

.ns2k7x-process-step > span,
.qv5n0a-process-step > span,
.ty8q3d-process-step > span,
.wb1t6g-process-step > span {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid #35bfca;
    border-radius: 50%;
    background: #dff6f4;
    color: #6d69b4;
    font-size: 11px;
    font-weight: 900;
}

.ot3l8y-process-icon,
.rw6o1b-process-icon,
.uz9r4e-process-icon,
.xc2u7h-process-icon {
    display: grid;
    place-items: center;
    width: 57px;
    height: 57px;
    border-radius: 17px;
    background: #fff;
    color: #ee3f8b;
    font-size: 24px;
}

.qv5n0a-process-step .rw6o1b-process-icon {
    background: #f0e7ff;
    color: #a16bd2;
}

.ty8q3d-process-step .uz9r4e-process-icon {
    background: #ffe4dc;
    color: #ff684f;
}

.wb1t6g-process-step .xc2u7h-process-icon {
    background: #fff5f7;
    color: #ee3f8b;
}

.pu4m9z-process-copy small,
.sx7p2c-process-copy small,
.va0s5f-process-copy small,
.yd3v8i-process-copy small {
    color: #a16bd2;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.pu4m9z-process-copy strong,
.sx7p2c-process-copy strong,
.va0s5f-process-copy strong,
.yd3v8i-process-copy strong {
    display: block;
    margin-top: 7px;
    color: #302642;
    font-size: 19px;
}

.pu4m9z-process-copy p,
.sx7p2c-process-copy p,
.va0s5f-process-copy p,
.yd3v8i-process-copy p {
    margin: 7px 0 0;
    color: #786b80;
    font-size: 12px;
    line-height: 1.7;
}

.ze4w9j-news {
    background: #fff5f7;
}

.bg6y1l-news-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
    width: min(1100px, calc(100% - 72px));
    margin: 0 auto;
}

.ch7z2m-news-card,
.di8a3n-news-card,
.ej9b4o-news-card,
.fk0c5p-news-card {
    position: relative;
    min-height: 172px;
    padding: 22px;
    border-radius: 10px;
    background: #fff;
}

.ch7z2m-news-card.featured {
    grid-row: span 2;
    min-height: 358px;
    background: linear-gradient(145deg, #ee3f8b, #b66ddb);
    color: #fff;
}

.ej9b4o-news-card {
    background: #dff6f4;
}

.fk0c5p-news-card {
    background: #ffe4dc;
}

.ch7z2m-news-card > div,
.di8a3n-news-card > div,
.ej9b4o-news-card > div,
.fk0c5p-news-card > div {
    display: flex;
    justify-content: space-between;
    gap: 13px;
    color: #a16bd2;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.1px;
}

.ch7z2m-news-card > div {
    color: #ffd4e5;
}

.ch7z2m-news-card time,
.di8a3n-news-card time,
.ej9b4o-news-card time,
.fk0c5p-news-card time {
    color: #b394a7;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0;
}

.ch7z2m-news-card time {
    color: #f8d6e7;
}

.ch7z2m-news-card > i,
.di8a3n-news-card > i,
.ej9b4o-news-card > i,
.fk0c5p-news-card > i {
    position: absolute;
    top: 19px;
    right: 20px;
    color: #ee3f8b;
    font-size: 21px;
}

.ch7z2m-news-card > i {
    color: #ffe36e;
}

.ch7z2m-news-card strong {
    display: block;
    max-width: 360px;
    margin-top: 114px;
    color: #fff;
    font-size: 27px;
    line-height: 1.4;
}

.ch7z2m-news-card p {
    max-width: 405px;
    margin: 15px 0 0;
    color: #ffe8f0;
    font-size: 12px;
    line-height: 1.8;
}

.ch7z2m-news-card > span {
    position: absolute;
    right: 21px;
    bottom: 19px;
    color: #ffd4e5;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.di8a3n-news-card strong,
.ej9b4o-news-card strong,
.fk0c5p-news-card strong {
    display: block;
    margin-top: 31px;
    color: #302642;
    font-size: 17px;
}

.di8a3n-news-card p,
.ej9b4o-news-card p,
.fk0c5p-news-card p {
    margin: 9px 0 0;
    color: #786b80;
    font-size: 11px;
    line-height: 1.7;
}

.gl1d6q-faq {
    background: #f0e7ff;
}

.in3f8s-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    width: min(970px, calc(100% - 72px));
    margin: 0 auto;
}

.jo4g9t-faq-item,
.lq6i1v-faq-item,
.ns8k3x-faq-item,
.pu0m5z-faq-item,
.rw2o7b-faq-item,
.ty4q9d-faq-item {
    overflow: hidden;
    border: 1px solid rgba(48, 38, 66, .12);
    border-radius: 10px;
    background: #fff;
}

.ns8k3x-faq-item,
.ty4q9d-faq-item {
    background: #dff6f4;
}

.pu0m5z-faq-item,
.rw2o7b-faq-item {
    background: #ffe4dc;
}

.jo4g9t-faq-item button,
.lq6i1v-faq-item button,
.ns8k3x-faq-item button,
.pu0m5z-faq-item button,
.rw2o7b-faq-item button,
.ty4q9d-faq-item button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 71px;
    padding: 0 18px;
    background: transparent;
    text-align: left;
}

.jo4g9t-faq-item button span,
.lq6i1v-faq-item button span,
.ns8k3x-faq-item button span,
.pu0m5z-faq-item button span,
.rw2o7b-faq-item button span,
.ty4q9d-faq-item button span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #302642;
    font-size: 14px;
    font-weight: 800;
}

.jo4g9t-faq-item button b,
.lq6i1v-faq-item button b,
.ns8k3x-faq-item button b,
.pu0m5z-faq-item button b,
.rw2o7b-faq-item button b,
.ty4q9d-faq-item button b {
    color: #ee3f8b;
    font-size: 11px;
}

.jo4g9t-faq-item button i,
.lq6i1v-faq-item button i,
.ns8k3x-faq-item button i,
.pu0m5z-faq-item button i,
.rw2o7b-faq-item button i,
.ty4q9d-faq-item button i {
    color: #a16bd2;
    font-size: 18px;
}

.kp5h0u-faq-answer,
.mr7j2w-faq-answer,
.ot9l4y-faq-answer,
.qv1n6a-faq-answer,
.sx3p8c-faq-answer,
.uz5r0e-faq-answer {
    padding: 0 44px 19px;
    color: #786b80;
    font-size: 12px;
    line-height: 1.8;
}

.va6s1f-reviews {
    background: #dff6f4;
}

.xc8u3h-review-wall {
    column-count: 3;
    column-gap: 14px;
    width: min(1010px, calc(100% - 72px));
    margin: 0 auto;
}

.yd9v4i-review-card,
.af1x6k-review-card,
.ch3z8m-review-card,
.ej5b0o-review-card,
.gl7d2q-review-card,
.in9f4s-review-card {
    display: inline-block;
    width: 100%;
    margin: 0 0 14px;
    padding: 21px;
    border-radius: 10px;
    background: #fff;
    break-inside: avoid;
}

.af1x6k-review-card,
.in9f4s-review-card {
    background: #f0e7ff;
}

.ej5b0o-review-card {
    background: #ffe4dc;
}

.gl7d2q-review-card {
    background: #fff5f7;
}

.yd9v4i-review-card > div,
.af1x6k-review-card > div,
.ch3z8m-review-card > div,
.ej5b0o-review-card > div,
.gl7d2q-review-card > div,
.in9f4s-review-card > div {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #7b6882;
    font-size: 12px;
}

.yd9v4i-review-card > div i,
.af1x6k-review-card > div i,
.ch3z8m-review-card > div i,
.ej5b0o-review-card > div i,
.gl7d2q-review-card > div i,
.in9f4s-review-card > div i {
    margin-left: auto;
    color: #a78eac;
}

.ze0w5j-review-avatar,
.bg2y7l-review-avatar,
.di4a9n-review-avatar,
.fk6c1p-review-avatar,
.hm8e3r-review-avatar,
.jo0g5t-review-avatar {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ff9e8b;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.yd9v4i-review-card p,
.af1x6k-review-card p,
.ch3z8m-review-card p,
.ej5b0o-review-card p,
.gl7d2q-review-card p,
.in9f4s-review-card p {
    margin: 17px 0 17px;
    color: #554664;
    font-size: 13px;
    line-height: 1.9;
}

.yd9v4i-review-card small,
.af1x6k-review-card small,
.ch3z8m-review-card small,
.ej5b0o-review-card small,
.gl7d2q-review-card small,
.in9f4s-review-card small {
    color: #a78eac;
    font-size: 10px;
}

.kp1h6u-closing {
    display: grid;
    grid-template-columns: 1fr 250px;
    gap: 55px;
    align-items: center;
    width: min(1210px, calc(100% - 72px));
    min-height: 356px;
    margin: 0 auto;
    padding: 73px 57px;
    background: linear-gradient(120deg, #ff684f, #ee3f8b 55%, #b66ddb);
    color: #fff;
}

.lq2i7v-closing-copy > p {
    margin: 0 0 20px;
    color: #ffd4e5;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
}

.lq2i7v-closing-copy > div {
    max-width: 660px;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.25;
}

.lq2i7v-closing-copy > div span {
    color: #ffe36e;
}

.lq2i7v-closing-copy > small {
    display: block;
    max-width: 500px;
    margin-top: 15px;
    color: #ffe8f0;
    font-size: 13px;
    line-height: 1.8;
}

.mr3j8w-closing-button {
    margin-top: 25px;
    background: #fff;
    color: #d83479;
    box-shadow: 0 13px 25px rgba(48, 38, 66, .15);
}

.mr3j8w-closing-button:hover {
    background: #ffe36e;
    color: #6d4b41;
}

.ns4k9x-closing-mark {
    display: grid;
    place-items: center;
    width: 205px;
    height: 205px;
    margin-left: auto;
    border: 1px dashed rgba(255, 255, 255, .72);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    transform: rotate(9deg);
}

.ns4k9x-closing-mark span {
    display: grid;
    place-items: center;
    width: 47px;
    height: 47px;
    margin-bottom: -30px;
    border-radius: 15px;
    background: #fff;
    color: #ee3f8b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
    font-weight: 900;
}

.ns4k9x-closing-mark strong {
    margin-top: 12px;
    font-size: 19px;
    line-height: 1.2;
}

.ns4k9x-closing-mark i {
    margin-top: -21px;
    color: #ffe36e;
    font-size: 25px;
}

.ot5l0y-footer {
    padding: 63px 0 25px;
    background: #302642;
    color: #fff;
}

.pu6m1z-footer-main {
    display: grid;
    grid-template-columns: 1.05fr 1.3fr .8fr;
    gap: 44px;
    width: min(1210px, calc(100% - 72px));
    margin: 0 auto;
    padding-bottom: 48px;
}

.qv7n2a-footer-brand a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 800;
}

.qv7n2a-footer-brand img {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    object-fit: cover;
}

.qv7n2a-footer-brand p {
    margin: 16px 0 0;
    color: #c9b3d6;
    font-size: 12px;
}

.rw8o3b-footer-links > span,
.sx9p4c-footer-action > span {
    display: block;
    margin-bottom: 18px;
    color: #ffe36e;
    font-size: 9px;
    letter-spacing: 1.8px;
}

.rw8o3b-footer-links nav {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 21px;
    max-width: 410px;
}

.rw8o3b-footer-links nav a {
    color: #f8eaf5;
    font-size: 12px;
}

.rw8o3b-footer-links nav a:hover {
    color: #8de3d1;
}

.sx9p4c-footer-action {
    justify-self: end;
}

.sx9p4c-footer-action a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid #f2b5cb;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.sx9p4c-footer-action a:hover {
    background: #f2b5cb;
    color: #302642;
}

.ty0q5d-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1210px, calc(100% - 72px));
    margin: 0 auto;
    padding-top: 19px;
    border-top: 1px solid rgba(248, 234, 245, .2);
    color: #c9b3d6;
    font-size: 10px;
    letter-spacing: 1px;
}

.ty0q5d-footer-bottom i {
    color: #8de3d1;
    font-size: 17px;
}

@media (max-width: 760px) {
    .rw8n3b-header-inner {
        width: calc(100% - 32px);
        min-height: 68px;
    }

    .sx9p4c-brand {
        font-size: 20px;
    }

    .ty0q5d-navigation {
        position: absolute;
        top: 68px;
        right: 16px;
        left: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        margin: 0;
        padding: 8px;
        border: 1px solid rgba(48, 38, 66, .12);
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 17px 30px rgba(48, 38, 66, .12);
    }

    .ty0q5d-navigation.lv8p3-open {
        display: flex;
    }

    .ty0q5d-navigation a,
    .ty0q5d-navigation a:first-child {
        padding: 14px 15px;
        color: #88758e;
    }

    .ty0q5d-navigation a::after {
        display: none;
    }

    .ch9z4m-header-button {
        display: none;
    }

    .di0a5n-menu-button {
        display: grid;
        place-items: center;
        font-size: 19px;
    }

    .ej1b6o-hero {
        min-height: 0;
    }

    .fk2c7p-hero-glow {
        top: 40px;
        right: -190px;
        width: 420px;
        height: 420px;
    }

    .gl3d8q-hero-grid {
        background-size: 52px 52px;
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .37), transparent 84%);
    }

    .hm4e9r-hero-topline {
        width: calc(100% - 32px);
        padding-top: 20px;
        font-size: 8px;
        letter-spacing: 1px;
    }

    .hm4e9r-hero-topline i {
        font-size: 14px;
    }

    .in5f0s-hero-layout {
        display: flex;
        flex-direction: column;
        gap: 43px;
        align-items: stretch;
        width: calc(100% - 32px);
        min-height: 0;
        padding: 58px 0 73px;
    }

    .jo6g1t-hero-copy {
        max-width: none;
    }

    .kp7h2u-hero-kicker {
        margin-bottom: 18px;
        font-size: 10px;
    }

    .lq8i3v-hero-title {
        font-size: 26px;
        line-height: 1.25;
    }

    .mr9j4w-hero-description {
        margin-top: 19px;
        font-size: 13px;
        line-height: 1.9;
    }

    .ns0k5x-hero-actions {
        display: grid;
        gap: 11px;
        margin-top: 23px;
    }

    .ot1l6y-hero-download {
        width: 100%;
        min-height: 50px;
    }

    .pu2m7z-hero-more {
        justify-content: center;
        min-height: 30px;
    }

    .qv3n8a-hero-notes {
        justify-content: space-between;
        gap: 4px;
        margin-top: 26px;
    }

    .qv3n8a-hero-notes span {
        gap: 4px;
        font-size: 9px;
    }

    .qv3n8a-hero-notes i {
        font-size: 14px;
    }

    .rw4o9b-character-desk {
        min-height: 406px;
        padding: 19px 15px 17px;
        border-radius: 20px;
        box-shadow: 10px 12px 0 #f2b5cb, 0 24px 38px rgba(48, 38, 66, .18);
        transform: none;
    }

    .sx5p0c-desk-head strong {
        font-size: 17px;
    }

    .ty6q1d-desk-search {
        min-height: 40px;
        margin-top: 17px;
        font-size: 10px;
    }

    .uz7r2e-desk-tags {
        gap: 5px;
        margin-top: 11px;
    }

    .uz7r2e-desk-tags span {
        padding: 5px 7px;
        font-size: 8px;
    }

    .va8s3f-desk-content {
        grid-template-columns: 102px 1fr;
        gap: 8px;
        margin-top: 12px;
    }

    .wb9t4g-feature-role,
    .ze2w7j-desk-chat {
        min-height: 239px;
    }

    .wb9t4g-feature-role {
        padding: 13px 9px;
    }

    .xc0u5h-role-art {
        width: 68px;
        height: 68px;
        margin: 0 auto;
    }

    .wb9t4g-feature-role > small {
        margin-top: 15px;
        font-size: 7px;
    }

    .wb9t4g-feature-role > strong {
        font-size: 15px;
    }

    .wb9t4g-feature-role > p {
        font-size: 9px;
    }

    .yd1v6i-role-meta {
        margin-top: 14px;
        font-size: 8px;
    }

    .ze2w7j-desk-chat {
        padding: 11px 9px;
    }

    .af3x8k-chat-head {
        font-size: 10px;
    }

    .ch5z0m-chat-body {
        padding-top: 11px;
    }

    .ej7b2o-chat-bubble,
    .fk8c3p-chat-bubble,
    .gl9d4q-chat-bubble {
        max-width: 95%;
        padding: 8px 8px;
        font-size: 9px;
    }

    .hm0e5r-chat-foot {
        margin-top: 15px;
        font-size: 8px;
    }

    .in1f6s-desk-footer {
        margin-top: 12px;
        font-size: 8px;
    }

    .jo2g7t-desk-sticker {
        right: -7px;
        bottom: 22px;
        padding: 8px 9px;
        font-size: 8px;
    }

    .jo2g7t-desk-sticker b {
        font-size: 9px;
    }

    .kp3h8u-hero-bottom {
        right: 16px;
        bottom: 21px;
        gap: 8px;
        font-size: 8px;
        letter-spacing: 1px;
    }

    .kp3h8u-hero-bottom i {
        width: 35px;
    }

    .lq4i9v-showcase,
    .af9x4k-benefits,
    .jo8g3t-process,
    .ze4w9j-news,
    .gl1d6q-faq,
    .va6s1f-reviews {
        padding: 80px 0 87px;
    }

    .mr5j0w-section-heading,
    .bg0y5l-section-heading,
    .kp9h4u-section-heading,
    .af5x0k-section-heading,
    .hm2e7r-section-heading,
    .wb7t2g-section-heading {
        width: calc(100% - 32px);
        margin-bottom: 34px;
    }

    .mr5j0w-section-heading p,
    .bg0y5l-section-heading p,
    .kp9h4u-section-heading p,
    .af5x0k-section-heading p,
    .hm2e7r-section-heading p,
    .wb7t2g-section-heading p {
        font-size: 9px;
    }

    .mr5j0w-section-heading > div,
    .bg0y5l-section-heading > div,
    .kp9h4u-section-heading > div,
    .af5x0k-section-heading > div,
    .hm2e7r-section-heading > div,
    .wb7t2g-section-heading > div {
        font-size: 32px;
    }

    .mr5j0w-section-heading > span,
    .bg0y5l-section-heading > span,
    .kp9h4u-section-heading > span,
    .af5x0k-section-heading > span,
    .hm2e7r-section-heading > span,
    .wb7t2g-section-heading > span {
        font-size: 12px;
    }

    .ns6k1x-showcase-grid {
        display: flex;
        gap: 11px;
        width: calc(100% - 32px);
        padding-bottom: 7px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .ot7l2y-showcase-card,
    .rw0o5b-showcase-card,
    .uz3r8e-showcase-card,
    .xc6u1h-showcase-card {
        flex: 0 0 78vw;
        scroll-snap-align: start;
    }

    .ot7l2y-showcase-card img,
    .rw0o5b-showcase-card img,
    .uz3r8e-showcase-card img,
    .xc6u1h-showcase-card img {
        height: 330px;
    }

    .ch1z6m-benefit-grid {
        grid-template-columns: 1fr;
        gap: 11px;
        width: calc(100% - 32px);
    }

    .di2a7n-benefit-card,
    .ej3b8o-benefit-card,
    .fk4c9p-benefit-card,
    .gl5d0q-benefit-card,
    .hm6e1r-benefit-card,
    .in7f2s-benefit-card {
        min-height: 165px;
        padding: 20px;
    }

    .di2a7n-benefit-card strong,
    .ej3b8o-benefit-card strong,
    .fk4c9p-benefit-card strong,
    .gl5d0q-benefit-card strong,
    .hm6e1r-benefit-card strong,
    .in7f2s-benefit-card strong {
        margin-top: 30px;
        font-size: 18px;
    }

    .di2a7n-benefit-card p,
    .ej3b8o-benefit-card p,
    .fk4c9p-benefit-card p,
    .gl5d0q-benefit-card p,
    .hm6e1r-benefit-card p,
    .in7f2s-benefit-card p {
        max-width: none;
        font-size: 12px;
    }

    .lq0i5v-process-list {
        width: calc(100% - 32px);
        gap: 10px;
        padding-left: 17px;
    }

    .mr1j6w-process-line {
        top: 28px;
        bottom: 28px;
        left: 34px;
    }

    .ns2k7x-process-step,
    .qv5n0a-process-step,
    .ty8q3d-process-step,
    .wb1t6g-process-step {
        grid-template-columns: 43px 50px 1fr;
        gap: 9px;
        min-height: 105px;
    }

    .ns2k7x-process-step > span,
    .qv5n0a-process-step > span,
    .ty8q3d-process-step > span,
    .wb1t6g-process-step > span {
        width: 36px;
        height: 36px;
        font-size: 10px;
    }

    .ot3l8y-process-icon,
    .rw6o1b-process-icon,
    .uz9r4e-process-icon,
    .xc2u7h-process-icon {
        width: 46px;
        height: 46px;
        border-radius: 13px;
        font-size: 20px;
    }

    .pu4m9z-process-copy small,
    .sx7p2c-process-copy small,
    .va0s5f-process-copy small,
    .yd3v8i-process-copy small {
        font-size: 8px;
    }

    .pu4m9z-process-copy strong,
    .sx7p2c-process-copy strong,
    .va0s5f-process-copy strong,
    .yd3v8i-process-copy strong {
        margin-top: 5px;
        font-size: 15px;
    }

    .pu4m9z-process-copy p,
    .sx7p2c-process-copy p,
    .va0s5f-process-copy p,
    .yd3v8i-process-copy p {
        margin-top: 5px;
        font-size: 10px;
    }

    .bg6y1l-news-grid {
        grid-template-columns: 1fr;
        gap: 11px;
        width: calc(100% - 32px);
    }

    .ch7z2m-news-card.featured {
        grid-row: auto;
        min-height: 302px;
    }

    .ch7z2m-news-card,
    .di8a3n-news-card,
    .ej9b4o-news-card,
    .fk0c5p-news-card {
        min-height: 155px;
        padding: 18px;
    }

    .ch7z2m-news-card > div,
    .di8a3n-news-card > div,
    .ej9b4o-news-card > div,
    .fk0c5p-news-card > div {
        display: grid;
        gap: 6px;
    }

    .ch7z2m-news-card strong {
        margin-top: 75px;
        font-size: 23px;
    }

    .di8a3n-news-card strong,
    .ej9b4o-news-card strong,
    .fk0c5p-news-card strong {
        margin-top: 26px;
        font-size: 16px;
    }

    .in3f8s-faq-list {
        grid-template-columns: 1fr;
        gap: 9px;
        width: calc(100% - 32px);
    }

    .jo4g9t-faq-item button,
    .lq6i1v-faq-item button,
    .ns8k3x-faq-item button,
    .pu0m5z-faq-item button,
    .rw2o7b-faq-item button,
    .ty4q9d-faq-item button {
        min-height: 65px;
        padding: 0 15px;
    }

    .jo4g9t-faq-item button span,
    .lq6i1v-faq-item button span,
    .ns8k3x-faq-item button span,
    .pu0m5z-faq-item button span,
    .rw2o7b-faq-item button span,
    .ty4q9d-faq-item button span {
        gap: 9px;
        font-size: 13px;
    }

    .kp5h0u-faq-answer,
    .mr7j2w-faq-answer,
    .ot9l4y-faq-answer,
    .qv1n6a-faq-answer,
    .sx3p8c-faq-answer,
    .uz5r0e-faq-answer {
        padding: 0 35px 17px 38px;
        font-size: 11px;
    }

    .xc8u3h-review-wall {
        column-count: 1;
        width: calc(100% - 32px);
    }

    .yd9v4i-review-card,
    .af1x6k-review-card,
    .ch3z8m-review-card,
    .ej5b0o-review-card,
    .gl7d2q-review-card,
    .in9f4s-review-card {
        margin-bottom: 11px;
        padding: 18px;
    }

    .yd9v4i-review-card p,
    .af1x6k-review-card p,
    .ch3z8m-review-card p,
    .ej5b0o-review-card p,
    .gl7d2q-review-card p,
    .in9f4s-review-card p {
        margin: 14px 0 15px;
        font-size: 12px;
    }

    .kp1h6u-closing {
        display: block;
        width: 100%;
        min-height: 0;
        padding: 59px 20px 67px;
    }

    .lq2i7v-closing-copy > div {
        font-size: 29px;
        white-space: nowrap;
    }

    .lq2i7v-closing-copy > small {
        font-size: 12px;
    }

    .mr3j8w-closing-button {
        width: 100%;
    }

    .ns4k9x-closing-mark {
        width: 150px;
        height: 150px;
        margin: 43px auto 0;
    }

    .ns4k9x-closing-mark strong {
        font-size: 16px;
    }

    .pu6m1z-footer-main {
        grid-template-columns: 1fr;
        gap: 36px;
        width: calc(100% - 32px);
        padding-bottom: 36px;
    }

    .rw8o3b-footer-links nav {
        gap: 12px 18px;
    }

    .sx9p4c-footer-action {
        justify-self: start;
    }

    .ty0q5d-footer-bottom {
        width: calc(100% - 32px);
        gap: 10px;
        line-height: 1.5;
    }
}
