@charset "utf-8"; /* CSS Document */
html, body {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    color: #5B5B5B;
    min-width: 1000px;
    /*background-color: #fafbfb;*/
    background-color: #F5F5F5;
    font-family: "Helvetica", "微软雅黑", Tohoma, serif;
}

input, textarea, button, select {
    font-family: "Helvetica", "微软雅黑", Tohoma, serif;
}

dl {
    margin: 0;
}

dd {
    margin: 0;
}

.head {
    width: 100%;

    background-color: #5542f7;
}

.wrp {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}

.head_logo {
    width: 180px;
    height: 45px;
    float: left;

    /* background: url("img/login.png") 0 0; */
}

.head_lang {
    float: left;
    cursor: pointer;
    margin-left: 14px;
    margin-top: 25px;
}

.head_lang dd {
    float: left;
}

.head_lang_txt {
    color: white;
}

.head_lang_arrow {
    width: 0;
    margin-top: 10px;
    margin-left: 5px;
    border: 5px solid transparent;
    border-top-color: white;
}

.head_lang_viewer {
    width: 320px;
    line-height: 30px;
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    overflow: hidden;
    border: 1px solid #e9e9e9;
}

.head_lang:hover .head_lang_viewer {
    display: block;
}

.head_lang_item {
    margin: 5px;
    width: 70px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    border: 1px;
    color: #707070;
    text-align: center;
    float: left;
}

.head_lang_item:hover {
    background: orange;
    color: white;
}

.head_east {
    float: right;
    margin: 15px 0 3px;
}

.head_input {
    font-size: 14px;
    height: 23px;
    line-height: 23px \9;
    width: 136px;
    margin-left: 10px;
    vertical-align: middle;
    border-radius: 3px;
    padding: 0 3px;
    border: none;
    outline: none;
    font-family: Helvetica, "Microsoft Yahei", Arial, sans-serif;
}

#pwd {
    /*font-size: 18pt;*/
    font-size: 12pt;
}

.head_input_mask {
    color: #c3c3c3;
}

.head_find {
    color: white;
    float: right;
    cursor: pointer;
    padding-top: 2px;
    text-decoration: none;
    font-size: 14px;
    height: 16px;
}

/*.head_find a{
    text-decoration: none;
}*/
.head_find:hover {
    text-decoration: underline;
}

#head_login {
    font-size: 14px;
    margin-top: 15px;
    float: right;
    height: 23px;
    margin-left: 10px;
    cursor: pointer;
    color: #FFF;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    padding: 0 13px;
    outline-style: none;
    background-color: #FF99CC;
}

#head_login:hover {
    background-color: #D10873;
}

.reg {
    overflow: hidden;
    width: 100%;
    height: 804px;
    /*background: url('img/bg1.jpg') no-repeat center 0; */
    background-size: cover;
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/theme/img/bg1.jpg", sizingMethod="scale");*/

}

.reg_main {
    float: right;
    background: url(../Images/regBg.png);
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

.reg_caption {
    color: white;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

.reg_tip_info {
    border-radius: 3px;
    padding: 2px 5px;
    line-height: 20px;
    color: #3e95e5;
    /*background-color: lightgoldenrodyellow;*/
}

.reg_table {
    font-size: 14px;
    color: white;
}

.reg_table select {
    color: #5D5D5D;
    width: 68px;
    height: 25px;
    margin-right: 10px;
    padding: 2px 0 3px \9;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
}

.reg_table button {
    color: #5D5D5D;
    height: 25px;
    margin-left: 10px;
    padding: 2px 10px;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
}

.reg_table label, #reg_gender1, #reg_gender2 {
    cursor: pointer;
}

.landing_gender_row input[type="radio"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.landing_gender_row label {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
}

.reg_table .input-group {
    position: relative;
}

.reg_table .input-group.mobile-input-group input {
    width: 138px;
}

.reg_table .input-group.sms-captcha-input-group button {
    position: absolute;
    right: 0;
    top: 1px;
}

.reg_td0 {
    min-width: 36px;
    max-width: 70px;
    line-height: 12px;
    padding-right: 15px;
}

.reg_tip {
    position: absolute;
    right: 0;
    margin-top: -5px;
    margin-right: -5px;
    width: 100%;
    display: none;
}

.reg_tip_txt {
    color: white;
    line-height: 16px;
    background: #D35465;
    border-radius: 3px;
    margin-right: 10px;
    padding: 6px 8px;
    min-width: 30px;
    float: right;
    display: inline-block;
}

.reg_tip_arrow {
    margin-top: 8px;
    border: 5px solid transparent;
    border-left-color: #D35465;
    position: absolute;
    right: 0;
}

#reg_gender2 {
    margin-left: 30px;
}

.reg_input {
    color: #5D5D5D;
    width: 220px;
    height: 25px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 25px \9;
    border: 1px solid lightgray;
    border-radius: 3px;
    font-family: Helvetica, "Microsoft Yahei", Arial, sans-serif;
}

#reg_btn {
    margin: 20px auto;
    padding: 5px 0;
    width: 80%;
    display: block;
    font-size: 18px;
    line-height: 25px;
    border-radius: 16px;
    color: white;
    cursor: pointer;
    text-align: center;
    font-weight: bolder;
    border: none;
    background-image: -moz-linear-gradient(bottom, #F742A1, #CD0065);
    background-image: -webkit-linear-gradient(bottom, #F742A1, #CD0065);
    background-image: -ms-linear-gradient(bottom, #F742A1, #CD0065);
    background-color: #F742A1;
}

#reg_btn:hover {
    background-image: -moz-linear-gradient(bottom, #CD0065, #F742A1);
    background-image: -webkit-linear-gradient(bottom, #CD0065, #F742A1);
    background-image: -ms-linear-gradient(bottom, #CD0065, #F742A1);
    background-color: #CD0065;
}

.reg_bar {
    text-align: center;
    padding-top: 16px;
    padding-left: 10px;
    background: url(../Images//line.png) no-repeat center 0;
}

.reg_bar span {
    color: white;
    line-height: 36px;
    display: inline-block;
    float: left;
}

.reg_auth {
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 10px;
    background: url(../Images/login.png) no-repeat;
}

.reg_vk {
    background-position: -146px -53px;
}

.reg_vk:hover {
    background-position: -146px -99px;
}

.reg_fb {
    background-position: -195px -53px;
}

.reg_fb:hover {
    background-position: -195px -99px;
}

.join {
    background: #F7F8F9;
    padding: 60px 0;
}

.join_caption {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 50px;
}

.join_section {
    width: 1000px;
    height: 412px;
    margin: 0 auto;
    /* background: url("img/bg2.jpg") no-repeat center;*/
}

.encounter {
    overflow: hidden;
    width: 100%;
    background: white;
    padding-top: 60px;
}

.encounter_line1 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.encounter_line2 {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.encounter_section {
    overflow: hidden;
    width: 1000px;
    height: 382px;
    /* background: url('img/bg3.jpg') no-repeat #fff;  */
}

.fun {
    color: white;
    background: #4261f7;
}

.fun_wrp {
    height: 505px;
    padding: 70px 0;
    /* background: url('img/bg4.jpg') no-repeat left 70px;*/
}

.fun_table {
    float: right;
}

.fun_table td {
    margin-top: 50px;
}

.fun_icon {
    width: 80px;
    height: 80px;
    background: url(../Images/login.png) no-repeat;
}

.fun_icon1 {
    background-position: 1px -144px;
}

.fun_icon2 {
    background-position: -92px -144px;
}

.fun_icon3 {
    background-position: -186px -144px;
}

.fun_line1 {
    padding: 0 0 50px 13px;
    font-weight: bold;
    font-size: 16px;
}

.fun_line2 {
    padding-top: 10px;
    font-size: 14px;
    line-height: 30px;
    width: 300px;
    margin-right: 50px;
    vertical-align: top;
}

.case {
    background: white;
    padding: 60px 0;
}

.case_line1 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.case_line2 {
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.case_table {
    width: 100%;
}

.case_table td {
    vertical-align: top;
}

.case_icon {
    width: 260px;
    height: 218px;
    position: relative;
    background: no-repeat center;
}

.case_icon1 {
    background-image: url(../Images/story1.png);
}

.case_icon2 {
    margin: 0 auto;
    background-image: url(../Images/story2.png);
}

.case_icon3 {
    background-image: url(../Images/story3.png);
}

.case_txt {
    color: white;
    width: 220px;
    padding: 120px 20px 0;
    margin-top: -109px;
    min-height: 100px;
    font-size: 14px;
}

.case_txt1 {
    float: left;
    background: #FF9999;
}

.case_txt2 {
    margin: -109px auto;
    background: #CC99CC;
}

.case_txt3 {
    background: #F742A1;
}

.phone {
    overflow: hidden;
    width: 100%;
    background: #5abcfd;
}

.phone_wrp {
    height: 666px;
    /*background: url('img/bg5.jpg') repeat 0 0; */
}

.phone_table {
    float: right;
    text-align: center;
    margin-right: 20px;
    margin-top: 60px;
    width: 390px;
}

.phone_caption {
    color: white;
    text-align: left;
    padding-bottom: 60px;
    padding-left: 20px;
}

.phone_line1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 60px;
}

.phone_line2 {
    font-size: 14px;
    line-height: 30px;
}

.phone_app {
    width: 510px;
    float: right;
    text-align: center;
}

.phone_link {
    cursor: pointer;
    width: 175px;
    height: 224px;
    display: inline-block;
    /*  background: url(../Images/app.png) no-repeat center; */
}

.phone_ios {
    background-position: 12px 0;
}

.phone_android {
    background-position: -200px 0;
}

.bottom {
    color: #808181;
    line-height: 20px;
    text-align: center;
    background: #444546;
    padding: 30px 0;
}

.bottom a {
    color: #808181;
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
    text-decoration: none;
}

.bottom a:hover {
    cursor: pointer;
    text-decoration: underline;
}


#head_lang_viewer a {
    text-decoration: none;
}

/*20170625*/
.cap_img_div img {
    width: 100px;
    height: 23px;
}

.ycode {
    /*padding-top: 10px;*/
    display: none;
    vertical-align: top;
}

#vcode {
    /*margin-top: 20px;*/
    vertical-align: top;
    font-size: 14px;

}

.cap_img_div {
    display: inline-block;
    /*margin-top: 5px;*/
    height: 23px;
    width: 136px;
    margin-left: 10px;

}

.short_menu {

    position: fixed;

    right: 20px;

    bottom: 20px;

    z-index: 120;

}


.short_btn {

    height: 40px;

    width: 40px;

    line-height: 40px;

    display: block;

    cursor: pointer;

    border-radius: 8px;

    background-color: #bab7b7;

    margin-top: 10px;

    text-align: center;

}


.short_btn:hover {

    background-color: #8f8b8b;

}


.short_btn > a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.short_btn > a > img {
    margin-top: 5px;
}

.short_top {

    background: url(../Images/icon_0.png) no-repeat #bab7b7;
    background-position: 3px -501px;
}


.short_chat {

    margin-top: 10px;

    background: url(../Images/icon_0.png) no-repeat #bab7b7;
    background-position: -31px -505px;

}


.short_lang {

    margin-top: 10px;
    background: url(../Images/icon_0.png) no-repeat #bab7b7;
    background-position: 100px 100px;

}


#short_txt {

    text-align: center;

    color: #ffffff;

    font-weight: bold;

    font-size: 13pt;

    width: 20px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}


#short_viewer {

    position: absolute;

    width: 320px;

    font-size: 14px;

    line-height: 25px;

    padding: 5px;

    display: none;

    cursor: pointer;

    right: 40px;

    bottom: 0;

    border-radius: 3px;

    background-color: #FFF;

    border: 1px solid #E0E0E0;

    box-shadow: -1px 1px 10px lightgray;

}


.short_lang:hover #short_viewer {

    display: block;

}


.short_code {

    margin: 5px;

    width: 70px;

    font-size: 14px;

    border: 1px;

    color: #707070;

    text-align: center;

    float: left;

    height: 23px;

    line-height: 23px;

}


.short_code:hover {

    border-radius: 3px;

    background-color: #F0F0F0;

}

/* 2026 landing final */
body.index-page {
    color: #2c2a28;
    background: #fff;
}

.index-page .wrp {
    width: min(1180px, calc(100% - 48px));
}

.index-page .landing_head {
    position: fixed;
    top: 0;
    z-index: 20;
    background: linear-gradient(265.96deg, #605da2 -6.85%, #3b387e 40.06%, #141651 100%);
    border-bottom: 0;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
}

.index-page .landing_head_inner {
    width: auto;
    max-width: 1600px;
    min-height: 78px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    overflow: visible;
}

.index-page .head .head_logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin: 0;
    float: none;
    font-style: normal;
}

.index-page .landing_brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: auto;
    gap: 0;
    min-width: auto;
}

.index-page .landing_brand_title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-page .landing_brand_text {
    display: none;
}

.index-page .landing_head_right {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-end;
    gap: 22px;
}

.index-page .landing_signin_trigger,
.index-page .landing_signin_close,
.index-page .landing_signin_backdrop {
    display: none;
}

.index-page .landing_signin_trigger {
    min-width: 92px;
    height: 40px;
    padding: 0 18px;
    border: 1px solid #fff;
    border-radius: 999px;
    background: #fff;
    color: #2e2d6e;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.index-page .landing_signin_trigger:hover {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(255, 255, 255, 0.92);
    color: #23245f;
}

.index-page .head_lang {
    float: none;
    display: flex;
    align-items: center;
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.index-page .head_lang::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 180px;
    height: 12px;
}

.index-page .head_lang_txt {
    color: #fff;
    font-weight: 600;
}

.index-page .head_lang_arrow {
    margin-top: 5px;
    border-top-color: #fff;
}

.index-page .head_lang_viewer {
    top: 100%;
    left: 0;
    margin-top: 12px;
    padding: 10px;
    width: auto;
    min-width: 0;
    height: auto;
    overflow: visible;
    border: none;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(23, 19, 63, 0.18);
    background: #fff;
}

.index-page .head_lang_item {
    display: block;
    float: none;
    clear: both;
    width: auto;
    min-width: 112px;
    height: 34px;
    line-height: 34px;
    margin: 0;
    padding: 0 12px;
    color: #3f395b;
    text-decoration: none;
    border-radius: 16px;
    white-space: nowrap;
}

.index-page .head_lang_item:visited {
    color: #3f395b;
}

.index-page .head_lang_item:hover {
    background: #eee;
    color: #1f56d8;
}

.index-page .landing_signin_shell {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    min-width: 0;
    gap: 18px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.index-page .landing_signin_close {
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(63, 57, 91, 0.14);
    border-radius: 999px;
    background: #fff;
    color: #3f395b;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.index-page .landing_signin_shell .head_east {
    float: none;
    display: flex;
    align-items: flex-end;
    min-width: 0;
    margin: 0;
    gap: 14px;
}

.index-page .landing_signin_fields {
    display: flex;
    align-items: flex-end;
    min-width: 0;
    gap: 14px;
}

.index-page .ycode {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-width: 152px;
    gap: 8px;
}

.index-page .head_input {
    width: 160px;
    min-width: 160px;
    height: 44px;
    margin: 0;
    padding: 0;
    line-height: 44px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: 15px;
}

.index-page .head_input::placeholder,
.index-page .head_input_mask {
    color: #fff;
}

.index-page .head_input:focus,
.index-page .head_input:focus-visible {
    border-bottom-color: #fff;
    outline: none;
}

.index-page .ycode #vcode {
    width: 64px;
    min-width: 64px;
}

.index-page .cap_img_div {
    width: 80px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    box-sizing: border-box;
}

.index-page .cap_img_div img {
    display: block;
    width: 100%;
    height: 32px;
    object-fit: cover;
}

.index-page .landing_signin_actions {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    padding-bottom: 0;
}

.index-page #head_login,
.index-page .landing_signin_help {
    height: 40px;
    margin: 0;
    padding: 0 18px;
    border-radius: 999px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
}

.index-page #head_login {
    min-width: 92px;
    align-self: auto;
    border: 1px solid #fff;
    background: #fff;
    color: #2e2d6e;
    text-align: center;
    box-shadow: none;
}

.index-page #head_login:hover {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(255, 255, 255, 0.92);
    color: #23245f;
}

.index-page .landing_signin_help {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: transparent;
    color: #fff;
}

.index-page .head_find {
    color: #fff;
    text-decoration: none;
    background: transparent;
}

.index-page .head_find:hover {
    color: #fff;
    border-color: #fff;
}

.index-page .landing_hero {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    min-height: 830px;
    height: calc(100vh - 83px);
    max-height: 900px;
    box-sizing: border-box;
    padding: 0;
    background-color: #a78f7f;
}

.index-page .landing_hero_mask {
    position: absolute;
    inset: 0;
    background: rgba(38, 40, 108, 0.48);
}

.index-page .landing_hero_grid {
    position: relative;
    z-index: 1;
    width: min(960px, calc(100% - 56px));
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}

.index-page .landing_signup_panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 396px;
    margin: 0 auto;
}

.index-page .landing_panel_intro {
    max-width: 356px;
    margin: 0 auto 30px;
    text-align: center;
    color: #fff;
}

.index-page .landing_panel_title {
    margin: 0;
    max-width: none;
    font-size: 42px;
    line-height: 0.96;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #fff;
    text-wrap: balance;
}

.index-page .landing_panel_text {
    max-width: 30ch;
    margin: 14px auto 0;
    font-size: 15px;
    line-height: 1.46;
    color: rgba(255, 248, 242, 0.90);
}

.index-page .landing_story,
.index-page .landing_kicker,
.index-page .landing_title,
.index-page .landing_intro,
.index-page .landing_signal_grid {
    display: none;
}

.index-page .landing_form_intro {
    display: none;
}

.index-page .landing_form_brand {
    margin: 0;
    text-align: center;
}

.index-page .landing_form_brand_logo {
    position: relative;
    display: inline-block;
}

.index-page .landing_form_brand_logo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(265.96deg, #605da2 -6.85%, #3b387e 40.06%, #141651 100%);
    -webkit-mask-image: var(--brand-logo);
    mask-image: var(--brand-logo);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.index-page .landing_form_brand_logo img {
    display: block;
    width: auto;
    max-width: 180px;
    height: 42px;
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(21%) sepia(22%) saturate(1746%) hue-rotate(214deg) brightness(91%) contrast(95%);
}

.index-page .landing_form_brand_logo::before {
    display: none;
}

@media (max-width: 1080px) {
    .index-page .landing_hero {
        min-height: 760px;
        padding: 0 0 64px;
    }

    .index-page .landing_hero_grid {
        width: min(100%, calc(100% - 48px));
        justify-content: center;
    }

    .index-page .landing_signup_panel {
        max-width: 396px;
    }

    .index-page .landing_panel_intro {
        max-width: 356px;
        margin-bottom: 42px;
        text-align: center;
    }

    .index-page .landing_panel_title {
        font-size: 39px;
    }

    .index-page .landing_panel_text {
        max-width: 30ch;
        font-size: 14px;
    }

}

@media (max-width: 760px) {
    .index-page .landing_hero {
        min-height: 0;
        padding: 0 0 48px;
    }

    .index-page .landing_hero_grid {
        width: min(100%, calc(100% - 28px));
    }

    .index-page .landing_panel_intro {
        max-width: 330px;
        margin-bottom: 34px;
    }

    .index-page .landing_panel_title {
        font-size: 32px;
        line-height: 1;
    }

    .index-page .landing_panel_text {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.46;
    }

}

.index-page .landing_metrics {
    padding: 22px 0 0;
}

.index-page .landing_metrics_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.index-page .landing_metric_item {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.index-page .landing_metric_item span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #b24d42;
}

.index-page .landing_metric_item strong {
    font-size: 20px;
    color: #2d2925;
}

.index-page .landing_section_head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 44px;
}

.index-page .landing_gallery_shell,
.index-page .landing_feature_card,
.index-page .landing_case_card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.index-page .landing_marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 18px 0;
}

.index-page .landing_marquee img {
    display: block;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 18px 34px rgba(43, 37, 33, 0.12);
}

.index-page .landing_split_grid {
    display: grid;
    grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
    gap: 56px;
    align-items: center;
}

.index-page .landing_split_copy {
    padding: 12px 0;
}

.index-page .landing_split_notes {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin-top: 28px;
}

.index-page .landing_split_notes span {
    padding: 0;
    background: transparent;
    box-shadow: none;
    color: #8b6f5f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.index-page .landing_split_media {
    min-height: 520px;
    border-radius: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index-page .landing_feature_grid,
.index-page .landing_case_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.index-page .landing_feature_card,
.index-page .landing_case_card {
    min-height: 252px;
    padding: 34px 32px 32px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, #fffdfb 0%, #f8f1ea 100%);
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
}

.index-page .landing_feature_card .fun_icon,
.index-page .landing_case_card .case_icon {
    margin: 0 0 26px;
}

.index-page .landing_feature_card .fun_line2,
.index-page .landing_case_card .case_txt {
    width: auto;
    margin: 0;
    padding: 0;
    min-height: 0;
    font-size: 17px;
    line-height: 1.75;
    color: #635248;
    background: transparent;
    text-align: center;
}

.index-page .landing_section_head .encounter_line1,
.index-page .landing_section_head .fun_line1,
.index-page .landing_section_head .case_line1 {
    padding: 0;
    margin: 0;
    font-size: 40px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.035em;
    color: #2f241f;
}

.index-page .landing_section_head .encounter_line2,
.index-page .landing_section_head .case_line2 {
    max-width: 640px;
    margin: 16px auto 0;
    font-size: 18px;
    line-height: 1.76;
    color: #76675d;
}

.index-page .landing_split_copy .encounter_line1,
.index-page .landing_split_copy .encounter_line2 {
    text-align: left;
}

.index-page .landing_split_copy .encounter_line1 {
    font-size: 44px;
    line-height: 1.06;
    letter-spacing: -0.045em;
    color: #2f241f;
}

.index-page .landing_split_copy .encounter_line2 {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.8;
    color: #76675d;
}

.index-page .landing_feature_card .fun_line2 {
    margin-right: 0;
}

.index-page .landing_feature_card {
    background: #fbf5ef;
}

.index-page .landing_case_card {
    padding: 20px 20px 28px;
    background: #fffaf5;
}

.index-page .landing_case_card .case_icon {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.index-page .landing_case_card .case_txt {
    max-width: none;
    padding: 2px 4px 0;
}

.index-page .landing_case_card .case_txt1,
.index-page .landing_case_card .case_txt2,
.index-page .landing_case_card .case_txt3 {
    float: none;
    background: transparent;
}

.index-page .landing_footer {
    width: 100%;
    max-width: none;
    padding: 28px 24px 42px;
    box-sizing: border-box;
    border-top: 1px solid #ece7e0;
    text-align: center;
    color: #84776c;
}

.index-page .fun,
.index-page .case,
.index-page .encounter,
.index-page .bottom {
    background: #fff;
}

/* homepage polish below hero */
.index-page .landing_metrics {
    padding: 34px 0 4px;
}

.index-page .landing_metrics_grid {
    position: relative;
    max-width: 1240px;
    padding: 28px 34px 30px;
    border: 1px solid #ece3d9;
    border-radius: 16px;
    background: linear-gradient(180deg, #fffdfb 0%, #f8f0e8 100%);
    box-shadow: 0 22px 48px rgba(78, 56, 42, 0.08);
    box-sizing: border-box;
    overflow: hidden;
}

.index-page .landing_metrics_grid::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 220px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.index-page .landing_metric_item {
    position: relative;
    padding: 0 20px 0 0;
}

.index-page .landing_metric_item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 6px;
    width: 1px;
    background: linear-gradient(180deg, rgba(184, 159, 136, 0) 0%, rgba(184, 159, 136, 0.45) 18%, rgba(184, 159, 136, 0.45) 82%, rgba(184, 159, 136, 0) 100%);
}

.index-page .landing_metric_item span {
    margin-bottom: 12px;
    color: #b8764a;
}

.index-page .landing_metric_item strong {
    display: block;
    max-width: 12ch;
    font-size: 22px;
    line-height: 1.32;
    letter-spacing: -0.02em;
}

.index-page .landing_gallery,
.index-page .landing_split,
.index-page .landing_features,
.index-page .landing_cases {
    position: relative;
    padding: 120px 0;
}

.index-page .landing_gallery {
    background: #fff;
}

.index-page .landing_split {
    background: linear-gradient(156.78deg, #fff7e6 0%, #f2eef0 68.6%, #e1e1fc 100%);
}

.index-page .landing_features {
    background: #fff;
}

.index-page .landing_cases {
    background: linear-gradient(156.78deg, #fff7e6 0%, #f2eef0 68.6%, #e1e1fc 100%);
}

.index-page .landing_section_head {
    position: relative;
    margin-bottom: 50px;
}

.index-page .landing_section_head .encounter_line2,
.index-page .landing_section_head .case_line2 {
    max-width: 38ch;
    color: #6f645d;
}

.index-page .landing_gallery_shell {
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 239, 231, 0.9) 100%);
    box-shadow: 0 22px 54px rgba(72, 47, 33, 0.08);
    overflow: hidden;
}

.index-page .landing_marquee_track {
    display: flex;
    width: max-content;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.index-page .landing_marquee_group {
    display: flex;
    flex: none;
    gap: 18px;
    padding-left: 18px;
}

.index-page .landing_marquee_item {
    flex: none;
}

.index-page .landing_marquee img {
    border: 1px solid rgba(120, 91, 70, 0.08);
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(43, 37, 33, 0.10);
    backface-visibility: hidden;
    transform: translateZ(0);
}

.index-page .landing_split_grid {
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: transparent;
    box-shadow: none;
    box-sizing: border-box;
}

.index-page .landing_split_copy {
    padding: 8px 0 8px 6px;
}

.index-page .landing_split_copy .encounter_line1 {
}

.index-page .landing_split_copy .encounter_line2 {
    color: #6f645d;
}

.index-page .landing_split_notes {
    gap: 12px 14px;
    margin-top: 30px;
}

.index-page .landing_split_notes span {
    padding: 9px 14px;
    border-radius: 999px;
    background: #fff;
    color: #7a6453;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.index-page .landing_feature_grid,
.index-page .landing_case_grid {
    gap: 24px;
}

.index-page .landing_feature_card,
.index-page .landing_case_card {
    position: relative;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.index-page .landing_feature_card:hover,
.index-page .landing_case_card:hover {
    transform: translateY(-4px);
}

.index-page .landing_feature_card {
    background: linear-gradient(180deg, #fffdfa 0%, #f9f2eb 100%);
}

.index-page .landing_case_card {
    background: #fff;
}

.index-page .landing_feature_card .fun_icon {
    width: 92px;
    height: 92px;
    margin: 0 auto 28px auto;
    border-radius: 16px;
}

.index-page .landing_feature_card .fun_line2,
.index-page .landing_case_card .case_txt {
    font-size: 16px;
    line-height: 1.8;
    color: #5f5148;
}

.index-page .landing_case_card {
    padding: 18px 18px 24px;
}

.index-page .landing_case_card .case_icon {
    margin-bottom: 20px;
}

.index-page .landing_case_card .case_txt {
    padding: 4px 8px 2px;
    color: #635248;
}

.index-page .landing_footer {
    padding: 32px 24px 46px;
    border-top: 1px solid #ece3d9;
    background: linear-gradient(265.96deg, #605da2 -6.85%, #3b387e 40.06%, #141651 100%);
    color: #fff;
    letter-spacing: 0.02em;
}

.index-page .join_section {
    height: auto;
}
