* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: #f8f0e5;
    color: #4a3d39;
    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%;
}

.az7k3m-header {
    position: relative;
    z-index: 20;
    background: #f8f0e5;
    border-bottom: 1px solid rgba(125, 90, 72, .14);
}

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

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

.cx9m5p-brand img {
    width: 31px;
    height: 31px;
    border-radius: 9px;
    object-fit: cover;
}

.dw0n6q-navigation {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-left: auto;
    margin-right: 30px;
    color: #7d6c63;
    font-size: 13px;
}

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

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

.dw0n6q-navigation a:hover,
.dw0n6q-navigation a:first-child {
    color: #709ab2;
}

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

.le8w4y-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mf9x5z-header-button,
.xq0i6k-hero-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #89b4c7;
    color: #4a3d39;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 11px 23px rgba(112, 154, 178, .2);
    transition: background .2s ease, transform .2s ease;
}

.mf9x5z-header-button:hover,
.xq0i6k-hero-download:hover {
    background: #709ab2;
    transform: translateY(-2px);
}

.mf9x5z-header-button i,
.xq0i6k-hero-download i {
    font-size: 17px;
}

.ng0y6a-menu-button {
    display: none;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(125, 90, 72, .22);
    border-radius: 12px;
    background: #fffaf1;
    color: #7d5a48;
}

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

.pi2a8c-hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(112, 154, 178, .17) 1px, transparent 1px), linear-gradient(90deg, rgba(112, 154, 178, .17) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, .78), transparent 88%);
}

.qj3b9d-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: 27px 0 0;
    color: #709ab2;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.qj3b9d-hero-topline i {
    font-size: 16px;
}

.rk4c0e-hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .83fr) minmax(530px, 1.17fr);
    gap: 52px;
    align-items: center;
    width: min(1210px, calc(100% - 72px));
    min-height: 540px;
    margin: 0 auto;
    padding: 55px 0 67px;
}

.sl5d1f-hero-copy {
    max-width: 500px;
}

.tm6e2g-hero-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 22px;
    color: #709ab2;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.tm6e2g-hero-kicker i {
    color: #a397b7;
    font-size: 17px;
}

.un7f3h-hero-title {
    margin: 0;
    color: #4a3d39;
    font-size: 64px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
    white-space: nowrap;
}

.un7f3h-hero-title span {
    color: #a397b7;
}

.vo8g4i-hero-description {
    max-width: 465px;
    margin: 28px 0 0;
    color: #806e65;
    font-size: 15px;
    line-height: 2;
}

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

.yr1j7l-hero-more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #7d5a48;
    font-size: 13px;
    font-weight: 700;
}

.yr1j7l-hero-more i {
    color: #c97b62;
    font-size: 17px;
    transition: transform .2s ease;
}

.yr1j7l-hero-more:hover i {
    transform: translateX(4px);
}

.zs2k8m-hero-details {
    display: flex;
    gap: 18px;
    margin-top: 39px;
}

.zs2k8m-hero-details span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #8a776d;
    font-size: 11px;
}

.zs2k8m-hero-details i {
    color: #709ab2;
    font-size: 16px;
}

.zs2k8m-hero-details b {
    font-weight: 600;
}

.at3l9n-relationship-board {
    position: relative;
    min-height: 412px;
    padding: 25px 27px 22px;
    border: 1px solid rgba(125, 90, 72, .2);
    border-radius: 28px;
    background: #7d5a48;
    box-shadow: 17px 18px 0 #a397b7, 0 32px 55px rgba(125, 90, 72, .22);
    transform: rotate(1.5deg);
}

.bu4m0p-board-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff8ed;
}

.bu4m0p-board-heading > div {
    display: grid;
    gap: 5px;
}

.bu4m0p-board-heading small {
    color: #e9d8bf;
    font-size: 9px;
    letter-spacing: 1.8px;
}

.bu4m0p-board-heading strong {
    font-size: 20px;
}

.bu4m0p-board-heading > span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #d8bd73;
    font-size: 11px;
}

.bu4m0p-board-heading > span i {
    font-size: 15px;
}

.cv5n1q-board-main {
    display: grid;
    grid-template-columns: 165px 1fr;
    gap: 16px;
    margin-top: 23px;
}

.dw6o2r-profile-slice {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 288px;
    padding: 22px 12px 15px;
    border-radius: 20px;
    background: #e5e0ec;
    color: #4a3d39;
    text-align: center;
}

.ex7p3s-profile-orbit {
    position: relative;
    display: grid;
    place-items: center;
    width: 100px;
    height: 100px;
    margin-bottom: 17px;
    border: 1px dashed rgba(125, 90, 72, .35);
    border-radius: 50%;
    background: #f8f0e5;
}

.ex7p3s-profile-orbit::after {
    position: absolute;
    inset: 11px;
    border: 1px solid rgba(112, 154, 178, .4);
    border-radius: 50%;
    content: "";
}

.ex7p3s-profile-orbit span {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: #d8bd73;
    color: #7d5a48;
    font-size: 26px;
    font-weight: 800;
}

.ex7p3s-profile-orbit i {
    position: absolute;
    top: 6px;
    right: 9px;
    color: #c97b62;
    font-size: 16px;
}

.dw6o2r-profile-slice > strong {
    font-size: 17px;
}

.dw6o2r-profile-slice > small {
    margin-top: 5px;
    color: #88756b;
    font-size: 10px;
}

.fy8q4t-profile-tags {
    display: flex;
    gap: 6px;
    margin-top: auto;
}

.fy8q4t-profile-tags em {
    padding: 5px 7px;
    border-radius: 999px;
    background: #a6b99f;
    color: #53624f;
    font-size: 9px;
    font-style: normal;
}

.gz9r5u-chat-slice {
    min-height: 288px;
    padding: 17px 15px;
    border-radius: 20px;
    background: #f5eadc;
}

.ha0s6v-chat-date {
    margin: 0 0 18px;
    color: #a38878;
    font-size: 10px;
    text-align: center;
}

.ib1t7w-chat-row {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin-top: 13px;
    color: #4a3d39;
    font-size: 12px;
    line-height: 1.5;
}

.ib1t7w-chat-row span {
    max-width: 85%;
    padding: 10px 12px;
    border-radius: 15px 15px 5px 15px;
}

.ib1t7w-chat-row.user {
    justify-content: flex-end;
}

.ib1t7w-chat-row.user span {
    background: #bdd9e1;
}

.ib1t7w-chat-row.user i {
    order: 2;
    color: #709ab2;
    font-size: 18px;
}

.jc2u8x-chat-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 14px;
    color: #4a3d39;
    font-size: 12px;
    line-height: 1.5;
}

.jc2u8x-chat-row span {
    max-width: 86%;
    padding: 10px 12px;
    border-radius: 15px 15px 15px 5px;
    background: #fffaf1;
}

.jc2u8x-chat-row i {
    color: #c97b62;
    font-size: 16px;
}

.le4w0z-board-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: #fff8ed;
}

.le4w0z-board-footer > div {
    flex: 1;
}

.le4w0z-board-footer > div > span {
    color: #e9d8bf;
    font-size: 9px;
}

.le4w0z-board-footer > div > b {
    margin-left: 6px;
    color: #d8bd73;
    font-size: 12px;
}

.mf5x1a-progress {
    height: 5px;
    margin-top: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 248, 237, .22);
}

.mf5x1a-progress i {
    display: block;
    width: 68%;
    height: 100%;
    border-radius: inherit;
    background: #a6b99f;
}

.le4w0z-board-footer button {
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 248, 237, .3);
    border-radius: 12px;
    background: transparent;
    color: #fff8ed;
    transition: background .2s ease, color .2s ease;
}

.le4w0z-board-footer button:hover {
    background: #d8bd73;
    color: #7d5a48;
}

.ng6y2b-board-note {
    position: absolute;
    right: -32px;
    bottom: 31px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 13px;
    border-radius: 15px;
    background: #eee0c5;
    color: #6a5143;
    font-size: 10px;
    line-height: 1.5;
    box-shadow: 0 12px 20px rgba(125, 90, 72, .15);
}

.ng6y2b-board-note i {
    color: #a397b7;
    font-size: 20px;
}

.ng6y2b-board-note b {
    font-size: 11px;
}

.oh7z3c-hero-index {
    position: absolute;
    right: max(36px, calc((100% - 1210px) / 2));
    bottom: 26px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #a38878;
    font-size: 10px;
    letter-spacing: 1.7px;
}

.oh7z3c-hero-index i {
    display: block;
    width: 67px;
    height: 1px;
    background: #a6b99f;
}

.pi8a4d-showcase,
.ex9p5s-faq {
    padding: 105px 0 112px;
    background: #f8f0e5;
}

.qj9b5e-section-heading,
.fy4q0t-section-heading,
.oh3z9c-section-heading,
.wp1h7k-section-heading,
.fy0q6t-section-heading,
.un5f1i-section-heading {
    width: min(1210px, calc(100% - 72px));
    margin: 0 auto 47px;
    text-align: center;
}

.qj9b5e-section-heading p,
.fy4q0t-section-heading p,
.oh3z9c-section-heading p,
.wp1h7k-section-heading p,
.fy0q6t-section-heading p,
.un5f1i-section-heading p {
    margin: 0 0 13px;
    color: #709ab2;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.qj9b5e-section-heading > div,
.fy4q0t-section-heading > div,
.oh3z9c-section-heading > div,
.wp1h7k-section-heading > div,
.fy0q6t-section-heading > div,
.un5f1i-section-heading > div {
    color: #4a3d39;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
}

.qj9b5e-section-heading > span,
.fy4q0t-section-heading > span,
.oh3z9c-section-heading > span,
.wp1h7k-section-heading > span,
.fy0q6t-section-heading > span,
.un5f1i-section-heading > span {
    display: block;
    margin: 14px auto 0;
    color: #8a776d;
    font-size: 14px;
}

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

.sl1d7g-showcase-card,
.vo4g0j-showcase-card,
.yr7j3m-showcase-card,
.bu0m6p-showcase-card {
    overflow: hidden;
    border: 1px solid rgba(125, 90, 72, .16);
    border-radius: 20px;
    background: #fffaf1;
}

.sl1d7g-showcase-card:nth-child(2) {
    background: #e5e0ec;
}

.yr7j3m-showcase-card:nth-child(3) {
    background: #e1eadf;
}

.bu0m6p-showcase-card:nth-child(4) {
    background: #dcecf0;
}

.tm2e8h-showcase-label,
.wp5h1k-showcase-label,
.zs8k4n-showcase-label,
.cv1n7q-showcase-label {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 16px;
    color: #7d6c63;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.tm2e8h-showcase-label b,
.wp5h1k-showcase-label b,
.zs8k4n-showcase-label b,
.cv1n7q-showcase-label b {
    color: #c97b62;
    font-size: 13px;
}

.tm2e8h-showcase-label i,
.wp5h1k-showcase-label i,
.zs8k4n-showcase-label i,
.cv1n7q-showcase-label i {
    margin-left: auto;
    color: #709ab2;
    font-size: 18px;
}

.sl1d7g-showcase-card img,
.vo4g0j-showcase-card img,
.yr7j3m-showcase-card img,
.bu0m6p-showcase-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top center;
}

.un3f9i-showcase-copy,
.xq6i2l-showcase-copy,
.at9l5o-showcase-copy,
.dw2o8r-showcase-copy {
    padding: 20px 17px 22px;
}

.un3f9i-showcase-copy strong,
.xq6i2l-showcase-copy strong,
.at9l5o-showcase-copy strong,
.dw2o8r-showcase-copy strong {
    color: #4a3d39;
    font-size: 17px;
}

.un3f9i-showcase-copy p,
.xq6i2l-showcase-copy p,
.at9l5o8r-showcase-copy p,
.dw2o8r-showcase-copy p {
    min-height: 44px;
    margin: 9px 0 0;
    color: #806e65;
    font-size: 12px;
    line-height: 1.8;
}

.ex3p9s-benefits,
.tm4e0h-reviews {
    padding: 105px 0 112px;
    background: #e1eadf;
}

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

.ha6s2v-benefit-card,
.ib7t3w-benefit-card,
.jc8u4x-benefit-card,
.kd9v5y-benefit-card,
.le0w6z-benefit-card,
.mf1x7a-benefit-card {
    position: relative;
    min-height: 215px;
    padding: 25px 25px 23px;
    border-radius: 20px;
    background: #f8f0e5;
}

.ib7t3w-benefit-card,
.le0w6z-benefit-card {
    background: #dcecf0;
}

.jc8u4x-benefit-card,
.mf1x7a-benefit-card {
    background: #e5e0ec;
}

.kd9v5y-benefit-card {
    background: #eee0c5;
}

.ha6s2v-benefit-card > span,
.ib7t3w-benefit-card > span,
.jc8u4x-benefit-card > span,
.kd9v5y-benefit-card > span,
.le0w6z-benefit-card > span,
.mf1x7a-benefit-card > span {
    color: #c97b62;
    font-size: 12px;
    font-weight: 800;
}

.ha6s2v-benefit-card i,
.ib7t3w-benefit-card i,
.jc8u4x-benefit-card i,
.kd9v5y-benefit-card i,
.le0w6z-benefit-card i,
.mf1x7a-benefit-card i {
    position: absolute;
    top: 22px;
    right: 23px;
    color: #709ab2;
    font-size: 27px;
}

.ha6s2v-benefit-card strong,
.ib7t3w-benefit-card strong,
.jc8u4x-benefit-card strong,
.kd9v5y-benefit-card strong,
.le0w6z-benefit-card strong,
.mf1x7a-benefit-card strong {
    display: block;
    margin-top: 44px;
    color: #4a3d39;
    font-size: 20px;
}

.ha6s2v-benefit-card p,
.ib7t3w-benefit-card p,
.jc8u4x-benefit-card p,
.kd9v5y-benefit-card p,
.le0w6z-benefit-card p,
.mf1x7a-benefit-card p {
    max-width: 270px;
    margin: 10px 0 0;
    color: #806e65;
    font-size: 12px;
    line-height: 1.8;
}

.ng2y8b-process,
.vo0g6j-news {
    padding: 105px 0 112px;
    background: #dcecf0;
}

.pi4a0d-process-map {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    width: min(1210px, calc(100% - 72px));
    margin: 0 auto;
}

.qj5b1e-process-axis {
    position: absolute;
    top: 27px;
    right: 12%;
    left: 12%;
    height: 1px;
    background: #8db6c5;
}

.qj5b1e-process-axis i {
    position: absolute;
    top: -4px;
    width: 9px;
    height: 9px;
    border: 2px solid #dcecf0;
    border-radius: 50%;
    background: #709ab2;
}

.qj5b1e-process-axis i:nth-child(1) {
    left: 0;
}

.qj5b1e-process-axis i:nth-child(2) {
    left: 33.33%;
}

.qj5b1e-process-axis i:nth-child(3) {
    left: 66.66%;
}

.qj5b1e-process-axis i:nth-child(4) {
    right: 0;
}

.rk6c2f-process-step,
.sl7d3g-process-step,
.tm8e4h-process-step,
.un9f5i-process-step {
    position: relative;
    z-index: 1;
    padding-top: 55px;
    text-align: center;
}

.rk6c2f-process-step > span,
.sl7d3g-process-step > span,
.tm8e4h-process-step > span,
.un9f5i-process-step > span {
    position: absolute;
    top: 0;
    left: calc(50% - 18px);
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid #8db6c5;
    border-radius: 50%;
    background: #f8f0e5;
    color: #709ab2;
    font-size: 11px;
    font-weight: 800;
}

.rk6c2f-process-step > div,
.sl7d3g-process-step > div,
.tm8e4h-process-step > div,
.un9f5i-process-step > div {
    min-height: 158px;
    padding: 23px 17px 20px;
    border-radius: 19px;
    background: #f8f0e5;
}

.sl7d3g-process-step > div {
    background: #e5e0ec;
}

.tm8e4h-process-step > div {
    background: #eee0c5;
}

.un9f5i-process-step > div {
    background: #e1eadf;
}

.rk6c2f-process-step i,
.sl7d3g-process-step i,
.tm8e4h-process-step i,
.un9f5i-process-step i {
    display: block;
    margin-bottom: 13px;
    color: #709ab2;
    font-size: 26px;
}

.rk6c2f-process-step strong,
.sl7d3g-process-step strong,
.tm8e4h-process-step strong,
.un9f5i-process-step strong {
    display: block;
    color: #4a3d39;
    font-size: 16px;
}

.rk6c2f-process-step p,
.sl7d3g-process-step p,
.tm8e4h-process-step p,
.un9f5i-process-step p {
    margin: 9px 0 0;
    color: #806e65;
    font-size: 11px;
    line-height: 1.7;
}

.xq2i8l-news-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 15px;
    width: min(1210px, calc(100% - 72px));
    margin: 0 auto;
}

.yr3j9m-news-feature {
    position: relative;
    min-height: 386px;
    padding: 29px;
    border-radius: 22px;
    background: #7d5a48;
    color: #fff8ed;
}

.yr3j9m-news-feature > div {
    display: flex;
    justify-content: space-between;
    color: #e9d8bf;
    font-size: 10px;
    letter-spacing: 1.5px;
}

.yr3j9m-news-feature > div time {
    letter-spacing: 0;
}

.yr3j9m-news-feature > i {
    position: absolute;
    top: 25px;
    right: 27px;
    color: #d8bd73;
    font-size: 25px;
}

.yr3j9m-news-feature strong {
    display: block;
    max-width: 430px;
    margin-top: 112px;
    color: #fff8ed;
    font-size: 29px;
    line-height: 1.35;
}

.yr3j9m-news-feature p {
    max-width: 440px;
    margin: 16px 0 0;
    color: #f2dfc9;
    font-size: 13px;
    line-height: 1.9;
}

.zs4k0n-news-mark {
    position: absolute;
    right: 27px;
    bottom: 24px;
    color: #d8bd73;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
}

.at5l1o-news-stack {
    display: grid;
    gap: 15px;
}

.bu6m2p-news-item,
.cv7n3q-news-item,
.dw8o4r-news-item {
    position: relative;
    min-height: 118px;
    padding: 20px 55px 18px 22px;
    border-radius: 19px;
    background: #f8f0e5;
}

.cv7n3q-news-item {
    background: #e5e0ec;
}

.dw8o4r-news-item {
    background: #eee0c5;
}

.bu6m2p-news-item > div,
.cv7n3q-news-item > div,
.dw8o4r-news-item > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #709ab2;
    font-size: 9px;
    letter-spacing: 1px;
}

.bu6m2p-news-item time,
.cv7n3q-news-item time,
.dw8o4r-news-item time {
    color: #a38878;
    font-size: 10px;
    letter-spacing: 0;
}

.bu6m2p-news-item strong,
.cv7n3q-news-item strong,
.dw8o4r-news-item strong {
    display: block;
    margin-top: 15px;
    color: #4a3d39;
    font-size: 16px;
}

.bu6m2p-news-item p,
.cv7n3q-news-item p,
.dw8o4r-news-item p {
    margin: 7px 0 0;
    color: #806e65;
    font-size: 11px;
}

.bu6m2p-news-item > i,
.cv7n3q-news-item > i,
.dw8o4r-news-item > i {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #c97b62;
    font-size: 18px;
}

.ex9p5s-faq {
    background: #f8f0e5;
}

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

.ha2s8v-faq-item,
.jc4u0x-faq-item,
.le6w2z-faq-item,
.ng8y4b-faq-item,
.pi0a6d-faq-item,
.rk2c8f-faq-item {
    overflow: hidden;
    border: 1px solid rgba(125, 90, 72, .17);
    border-radius: 15px;
    background: #fffaf1;
}

.jc4u0x-faq-item,
.pi0a6d-faq-item {
    background: #e5e0ec;
}

.le6w2z-faq-item,
.rk2c8f-faq-item {
    background: #e1eadf;
}

.ha2s8v-faq-item button,
.jc4u0x-faq-item button,
.le6w2z-faq-item button,
.ng8y4b-faq-item button,
.pi0a6d-faq-item button,
.rk2c8f-faq-item button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 72px;
    padding: 0 19px;
    background: transparent;
    text-align: left;
}

.ha2s8v-faq-item button span,
.jc4u0x-faq-item button span,
.le6w2z-faq-item button span,
.ng8y4b-faq-item button span,
.pi0a6d-faq-item button span,
.rk2c8f-faq-item button span {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #4a3d39;
    font-size: 14px;
    font-weight: 700;
}

.ha2s8v-faq-item button b,
.jc4u0x-faq-item button b,
.le6w2z-faq-item button b,
.ng8y4b-faq-item button b,
.pi0a6d-faq-item button b,
.rk2c8f-faq-item button b {
    color: #c97b62;
    font-size: 11px;
}

.ha2s8v-faq-item button i,
.jc4u0x-faq-item button i,
.le6w2z-faq-item button i,
.ng8y4b-faq-item button i,
.pi0a6d-faq-item button i,
.rk2c8f-faq-item button i {
    color: #709ab2;
    font-size: 19px;
}

.ib3t9w-faq-answer,
.kd5v1y-faq-answer,
.mf7x3a-faq-answer,
.oh9z5c-faq-answer,
.qj1b7e-faq-answer,
.sl3d9g-faq-answer {
    padding: 0 49px 20px;
    color: #806e65;
    font-size: 12px;
    line-height: 1.8;
}

.tm4e0h-reviews {
    background: #e1eadf;
}

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

.wp7h3k-review-card,
.yr9j5m-review-card,
.at1l7o-review-card,
.cv3n9q-review-card,
.ex5p1s-review-card,
.gz7r3u-review-card {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
    padding: 22px;
    border-radius: 18px;
    background: #f8f0e5;
    color: #4a3d39;
    break-inside: avoid;
}

.yr9j5m-review-card,
.ex5p1s-review-card {
    background: #e5e0ec;
}

.cv3n9q-review-card {
    background: #eee0c5;
}

.gz7r3u-review-card {
    background: #dcecf0;
}

.wp7h3k-review-card > div,
.yr9j5m-review-card > div,
.at1l7o-review-card > div,
.cv3n9q-review-card > div,
.ex5p1s-review-card > div,
.gz7r3u-review-card > div {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #806e65;
    font-size: 12px;
}

.wp7h3k-review-card > div i,
.yr9j5m-review-card > div i,
.at1l7o-review-card > div i,
.cv3n9q-review-card > div i,
.ex5p1s-review-card > div i,
.gz7r3u-review-card > div i {
    margin-left: auto;
    color: #a38878;
}

.xq8i4l-review-avatar,
.zs0k6n-review-avatar,
.bu2m8p-review-avatar,
.dw4o0r-review-avatar,
.fy6q2t-review-avatar,
.ha8s4v-review-avatar {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #a6b99f;
    color: #53624f;
    font-size: 12px;
    font-weight: 800;
}

.wp7h3k-review-card p,
.yr9j5m-review-card p,
.at1l7o-review-card p,
.cv3n9q-review-card p,
.ex5p1s-review-card p,
.gz7r3u-review-card p {
    margin: 17px 0 18px;
    color: #5e4e47;
    font-size: 13px;
    line-height: 1.9;
}

.wp7h3k-review-card small,
.yr9j5m-review-card small,
.at1l7o-review-card small,
.cv3n9q-review-card small,
.ex5p1s-review-card small,
.gz7r3u-review-card small {
    color: #a38878;
    font-size: 10px;
}

.ib9t5w-closing {
    display: grid;
    grid-template-columns: 1fr 270px;
    gap: 40px;
    align-items: center;
    width: min(1210px, calc(100% - 72px));
    min-height: 350px;
    margin: 0 auto;
    padding: 75px 55px;
    background: #b9d4df;
}

.kd1v7y-closing-left > p {
    margin: 0 0 21px;
    color: #709ab2;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
}

.kd1v7y-closing-left > div {
    max-width: 660px;
    color: #4a3d39;
    font-size: 39px;
    font-weight: 800;
    line-height: 1.25;
}

.kd1v7y-closing-left > div span {
    color: #a397b7;
}

.kd1v7y-closing-left > small {
    display: block;
    max-width: 500px;
    margin-top: 15px;
    color: #6f675f;
    font-size: 13px;
    line-height: 1.8;
}

.le2w8z-closing-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 25px;
    padding: 13px 19px;
    border-radius: 999px;
    background: #7d5a48;
    color: #fff8ed;
    font-size: 13px;
    font-weight: 700;
    transition: background .2s ease, transform .2s ease;
}

.le2w8z-closing-button:hover {
    background: #709ab2;
    transform: translateY(-2px);
}

.mf3x9a-closing-stamp {
    display: grid;
    place-items: center;
    width: 210px;
    height: 210px;
    margin-left: auto;
    border: 1px dashed rgba(125, 90, 72, .45);
    border-radius: 50%;
    color: #7d5a48;
    text-align: center;
    transform: rotate(-8deg);
}

.mf3x9a-closing-stamp i {
    margin-bottom: -32px;
    color: #c97b62;
    font-size: 25px;
}

.mf3x9a-closing-stamp strong {
    margin-top: 13px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    line-height: .9;
}

.mf3x9a-closing-stamp span {
    margin-top: -25px;
    font-size: 9px;
    letter-spacing: 1.6px;
}

.ng4y0b-footer {
    padding: 64px 0 25px;
    background: #4a3d39;
    color: #f5eadc;
}

.oh5z1c-footer-top {
    display: grid;
    grid-template-columns: 1.1fr 1.2fr .8fr;
    gap: 45px;
    width: min(1210px, calc(100% - 72px));
    margin: 0 auto;
    padding-bottom: 50px;
}

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

.pi6a2d-footer-brand img {
    width: 31px;
    height: 31px;
    border-radius: 9px;
    object-fit: cover;
}

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

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

.qj7b3e-footer-links nav {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 22px;
    max-width: 390px;
}

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

.qj7b3e-footer-links nav a:hover {
    color: #a397b7;
}

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

.rk8c4f-footer-action a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid #b9d4df;
    border-radius: 999px;
    color: #f5eadc;
    font-size: 12px;
    font-weight: 700;
}

.rk8c4f-footer-action a:hover {
    background: #a397b7;
    color: #4a3d39;
}

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

.sl9d5g-footer-bottom i {
    color: #a6b99f;
    font-size: 17px;
}

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

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

    .dw0n6q-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(125, 90, 72, .16);
        border-radius: 16px;
        background: #fffaf1;
        box-shadow: 0 18px 34px rgba(125, 90, 72, .14);
    }

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

    .dw0n6q-navigation a,
    .dw0n6q-navigation a:first-child {
        padding: 14px 15px;
        color: #7d6c63;
    }

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

    .le8w4y-header-actions {
        gap: 8px;
    }

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

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

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

    .pi2a8c-hero-grid {
        background-size: 54px 54px;
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .75), transparent 88%);
    }

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

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

    .rk4c0e-hero-layout {
        display: flex;
        flex-direction: column;
        gap: 45px;
        align-items: stretch;
        width: calc(100% - 32px);
        min-height: 0;
        padding: 59px 0 76px;
    }

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

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

    .un7f3h-hero-title {
        font-size: 29px;
        line-height: 1.2;
    }

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

    .wp9h5j-hero-actions {
        display: grid;
        gap: 12px;
        margin-top: 24px;
    }

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

    .yr1j7l-hero-more {
        justify-content: center;
        min-height: 32px;
    }

    .zs2k8m-hero-details {
        justify-content: space-between;
        gap: 5px;
        margin-top: 27px;
    }

    .zs2k8m-hero-details span {
        gap: 4px;
        font-size: 9px;
    }

    .zs2k8m-hero-details i {
        font-size: 15px;
    }

    .at3l9n-relationship-board {
        min-height: 395px;
        padding: 19px 15px 17px;
        border-radius: 22px;
        box-shadow: 10px 12px 0 #a397b7, 0 25px 40px rgba(125, 90, 72, .2);
        transform: rotate(0);
    }

    .bu4m0p-board-heading strong {
        font-size: 17px;
    }

    .cv5n1q-board-main {
        grid-template-columns: 106px 1fr;
        gap: 9px;
        margin-top: 17px;
    }

    .dw6o2r-profile-slice {
        min-height: 278px;
        padding: 17px 7px 12px;
    }

    .ex7p3s-profile-orbit {
        width: 76px;
        height: 76px;
        margin-bottom: 13px;
    }

    .ex7p3s-profile-orbit span {
        width: 45px;
        height: 45px;
        border-radius: 14px;
        font-size: 21px;
    }

    .ex7p3s-profile-orbit::after {
        inset: 9px;
    }

    .dw6o2r-profile-slice > strong {
        font-size: 14px;
    }

    .dw6o2r-profile-slice > small {
        font-size: 9px;
    }

    .fy8q4t-profile-tags {
        gap: 3px;
    }

    .fy8q4t-profile-tags em {
        padding: 4px 5px;
        font-size: 8px;
    }

    .gz9r5u-chat-slice {
        min-height: 278px;
        padding: 13px 9px;
    }

    .ha0s6v-chat-date {
        margin-bottom: 14px;
        font-size: 9px;
    }

    .ib1t7w-chat-row,
    .jc2u8x-chat-row {
        gap: 4px;
        margin-top: 11px;
        font-size: 10px;
    }

    .ib1t7w-chat-row span,
    .jc2u8x-chat-row span {
        padding: 8px 9px;
    }

    .le4w0z-board-footer {
        margin-top: 13px;
    }

    .ng6y2b-board-note {
        right: -6px;
        bottom: 23px;
        padding: 9px 10px;
        font-size: 9px;
    }

    .oh7z3c-hero-index {
        right: 16px;
        bottom: 22px;
        gap: 8px;
        font-size: 8px;
        letter-spacing: 1px;
    }

    .oh7z3c-hero-index i {
        width: 35px;
    }

    .pi8a4d-showcase,
    .ex3p9s-benefits,
    .ng2y8b-process,
    .vo0g6j-news,
    .ex9p5s-faq,
    .tm4e0h-reviews {
        padding: 80px 0 86px;
    }

    .qj9b5e-section-heading,
    .fy4q0t-section-heading,
    .oh3z9c-section-heading,
    .wp1h7k-section-heading,
    .fy0q6t-section-heading,
    .un5f1i-section-heading {
        width: calc(100% - 32px);
        margin-bottom: 34px;
    }

    .qj9b5e-section-heading p,
    .fy4q0t-section-heading p,
    .oh3z9c-section-heading p,
    .wp1h7k-section-heading p,
    .fy0q6t-section-heading p,
    .un5f1i-section-heading p {
        font-size: 9px;
    }

    .qj9b5e-section-heading > div,
    .fy4q0t-section-heading > div,
    .oh3z9c-section-heading > div,
    .wp1h7k-section-heading > div,
    .fy0q6t-section-heading > div,
    .un5f1i-section-heading > div {
        font-size: 32px;
    }

    .qj9b5e-section-heading > span,
    .fy4q0t-section-heading > span,
    .oh3z9c-section-heading > span,
    .wp1h7k-section-heading > span,
    .fy0q6t-section-heading > span,
    .un5f1i-section-heading > span {
        font-size: 12px;
        line-height: 1.7;
    }

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

    .sl1d7g-showcase-card,
    .vo4g0j-showcase-card,
    .yr7j3m-showcase-card,
    .bu0m6p-showcase-card {
        flex: 0 0 78vw;
        scroll-snap-align: start;
    }

    .sl1d7g-showcase-card img,
    .vo4g0j-showcase-card img,
    .yr7j3m-showcase-card img,
    .bu0m6p-showcase-card img {
        height: 330px;
    }

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

    .ha6s2v-benefit-card,
    .ib7t3w-benefit-card,
    .jc8u4x-benefit-card,
    .kd9v5y-benefit-card,
    .le0w6z-benefit-card,
    .mf1x7a-benefit-card {
        min-height: 170px;
        padding: 21px;
    }

    .ha6s2v-benefit-card strong,
    .ib7t3w-benefit-card strong,
    .jc8u4x-benefit-card strong,
    .kd9v5y-benefit-card strong,
    .le0w6z-benefit-card strong,
    .mf1x7a-benefit-card strong {
        margin-top: 32px;
        font-size: 18px;
    }

    .ha6s2v-benefit-card p,
    .ib7t3w-benefit-card p,
    .jc8u4x-benefit-card p,
    .kd9v5y-benefit-card p,
    .le0w6z-benefit-card p,
    .mf1x7a-benefit-card p {
        max-width: none;
        font-size: 12px;
    }

    .pi4a0d-process-map {
        grid-template-columns: 1fr;
        gap: 12px;
        width: calc(100% - 32px);
        padding-left: 18px;
    }

    .qj5b1e-process-axis {
        top: 19px;
        right: auto;
        bottom: 19px;
        left: 35px;
        width: 1px;
        height: auto;
    }

    .qj5b1e-process-axis i {
        top: auto;
        left: -4px !important;
        right: auto !important;
    }

    .qj5b1e-process-axis i:nth-child(1) {
        top: 0;
    }

    .qj5b1e-process-axis i:nth-child(2) {
        top: 33.33%;
    }

    .qj5b1e-process-axis i:nth-child(3) {
        top: 66.66%;
    }

    .qj5b1e-process-axis i:nth-child(4) {
        bottom: 0;
    }

    .rk6c2f-process-step,
    .sl7d3g-process-step,
    .tm8e4h-process-step,
    .un9f5i-process-step {
        display: grid;
        grid-template-columns: 45px 1fr;
        gap: 12px;
        align-items: center;
        padding: 0;
        text-align: left;
    }

    .rk6c2f-process-step > span,
    .sl7d3g-process-step > span,
    .tm8e4h-process-step > span,
    .un9f5i-process-step > span {
        position: static;
        width: 36px;
        height: 36px;
    }

    .rk6c2f-process-step > div,
    .sl7d3g-process-step > div,
    .tm8e4h-process-step > div,
    .un9f5i-process-step > div {
        min-height: 0;
        padding: 17px;
    }

    .rk6c2f-process-step i,
    .sl7d3g-process-step i,
    .tm8e4h-process-step i,
    .un9f5i-process-step i {
        display: inline-block;
        margin: 0 8px 0 0;
        vertical-align: middle;
        font-size: 20px;
    }

    .rk6c2f-process-step strong,
    .sl7d3g-process-step strong,
    .tm8e4h-process-step strong,
    .un9f5i-process-step strong {
        display: inline;
        font-size: 15px;
    }

    .rk6c2f-process-step p,
    .sl7d3g-process-step p,
    .tm8e4h-process-step p,
    .un9f5i-process-step p {
        margin-top: 7px;
        font-size: 11px;
    }

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

    .yr3j9m-news-feature {
        min-height: 305px;
        padding: 22px;
    }

    .yr3j9m-news-feature > div {
        display: grid;
        gap: 7px;
    }

    .yr3j9m-news-feature strong {
        margin-top: 78px;
        font-size: 24px;
    }

    .yr3j9m-news-feature p {
        font-size: 12px;
    }

    .yr3j9m-news-feature > i {
        top: 18px;
        right: 20px;
    }

    .zs4k0n-news-mark {
        right: 22px;
        bottom: 18px;
    }

    .at5l1o-news-stack {
        gap: 10px;
    }

    .bu6m2p-news-item,
    .cv7n3q-news-item,
    .dw8o4r-news-item {
        min-height: 124px;
        padding: 17px 45px 16px 17px;
    }

    .bu6m2p-news-item > div,
    .cv7n3q-news-item > div,
    .dw8o4r-news-item > div {
        display: grid;
        gap: 6px;
    }

    .bu6m2p-news-item strong,
    .cv7n3q-news-item strong,
    .dw8o4r-news-item strong {
        margin-top: 13px;
        font-size: 15px;
    }

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

    .ha2s8v-faq-item button,
    .jc4u0x-faq-item button,
    .le6w2z-faq-item button,
    .ng8y4b-faq-item button,
    .pi0a6d-faq-item button,
    .rk2c8f-faq-item button {
        min-height: 66px;
        padding: 0 15px;
    }

    .ha2s8v-faq-item button span,
    .jc4u0x-faq-item button span,
    .le6w2z-faq-item button span,
    .ng8y4b-faq-item button span,
    .pi0a6d-faq-item button span,
    .rk2c8f-faq-item button span {
        gap: 10px;
        font-size: 13px;
    }

    .ib3t9w-faq-answer,
    .kd5v1y-faq-answer,
    .mf7x3a-faq-answer,
    .oh9z5c-faq-answer,
    .qj1b7e-faq-answer,
    .sl3d9g-faq-answer {
        padding: 0 38px 18px 40px;
        font-size: 11px;
    }

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

    .wp7h3k-review-card,
    .yr9j5m-review-card,
    .at1l7o-review-card,
    .cv3n9q-review-card,
    .ex5p1s-review-card,
    .gz7r3u-review-card {
        margin-bottom: 12px;
        padding: 19px;
    }

    .wp7h3k-review-card p,
    .yr9j5m-review-card p,
    .at1l7o-review-card p,
    .cv3n9q-review-card p,
    .ex5p1s-review-card p,
    .gz7r3u-review-card p {
        margin: 14px 0 15px;
        font-size: 12px;
    }

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

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

    .kd1v7y-closing-left > small {
        font-size: 12px;
    }

    .le2w8z-closing-button {
        width: 100%;
        justify-content: center;
    }

    .mf3x9a-closing-stamp {
        width: 150px;
        height: 150px;
        margin: 45px auto 0;
    }

    .mf3x9a-closing-stamp strong {
        font-size: 20px;
    }

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

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

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

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