.help-return {
    display: block;
    margin: 38px 36px 16px 0;
    color: #fff;
    font-size: 14px;
    text-align: right;
    text-shadow: 0 2px 4px #000;
}

.help-content { position: relative; padding: 0 41px 46px; }

.help-card {
    position: relative;
    min-height: 770px;
    padding: 45px 32px 30px;
    overflow: hidden;
    border-radius: 12px;
    background: url("../images/bg/Black Glass.webp") center/100% 100% no-repeat;
    box-shadow: inset 0 0 34px rgba(114, 35, 255, 0.28);
}

.help-card.main-text { font-size: clamp(14px, 1.45vw, 20px); }
.help-title { width: 380px; max-width: 84%; margin: 0 auto 28px; }

.help-section-title {
    min-height: 43px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/bg/Shape Yellow.webp") center/100% 100% no-repeat;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-shadow: 0 2px 3px #000;
}

.help-subtitle { margin: 0 auto 22px; line-height: 1.25; text-align: center; text-shadow: 0 1px 2px #000; }

.help-content .contact-list { position: relative; margin: 0 auto 35px; max-width: 790px; display: grid; gap: 16px; }

.help-content .contact-link {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.help-content .contact-link.fb { background-image: url("../images/page-help/bg/Shape FB.webp"); }
.help-content .contact-link.wa { background-image: url("../images/page-help/bg/Shape WA.webp"); }
.help-content .contact-link.ml { background-image: url("../images/page-help/bg/Shape ML.webp"); }
.help-content .contact-link img { width: 60px; }

.fairness-title {
    min-height: 43px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/bg/Shape Yellow.webp") center/100% 100% no-repeat;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-shadow: 0 2px 3px #000;
}

.fairness-text { max-width: 820px; margin: 0 auto; line-height: 1.24; text-align: center; text-shadow: 0 1px 2px #000; }
.fairness-text p { margin: 0 auto 22px; }
.fairness-label { margin: 0 auto 8px; color: #00eaff; font-weight: 900; line-height: 1; }

.example-box, .note-box {
    margin: 18px auto 24px;
    padding: 18px 24px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
}

.example-box p:last-child, .note-box p:last-child { margin-bottom: 0; }

.back-wrap { position: relative; width: 330px; max-width: 72%; margin: 44px auto 0; display: block; }
.back-wrap:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -55px;
    width: 510px;
    height: 88px;
    background: url("../images/bg/Shape Yellow.webp") center/100% 100% no-repeat;
    opacity: 0.45;
    transform: translateX(-50%);
    pointer-events: none;
}

.back-button { position: relative; z-index: 1; display: block; }
.back-button img { width: 100%; }

@media (max-width: 767px) {
    .help-return { margin: 23px 21px 12px 0; font-size: 14px; }
    .help-content { padding: 0 13px 25px; }
    .help-card { min-height: 900px; padding: 24px 13px 24px; border-width: 1px; border-radius: 6px; }
    .help-card.main-text { font-size: 14px; }
    .help-title { width: 220px; margin-bottom: 22px; }
    .help-section-title { min-height: 43px; margin: 0 auto 12px; font-size: 15px; }
    .help-subtitle { margin: 0 auto 22px; line-height: 1.25; }
    .help-content .contact-list { gap: 10px; margin-bottom: 26px; }
    .help-content .contact-link { min-height: 60px; }
    .help-content .contact-link img { width: 60px; }
    .fairness-title { min-height: 43px; margin: 0 auto 20px; font-size: 15px; }
    .fairness-text { line-height: 1.18; }
    .fairness-text p { margin-bottom: 16px; }
    .example-box, .note-box { margin: 12px auto 17px; padding: 11px 10px; border-radius: 4px; }
    .back-wrap { width: 164px; margin-top: 21px; }
    .back-wrap:after { top: -30px; width: 250px; height: 47px; }
}
