.stg-account-help {
    --stg-help-navy: #12356b;
    --stg-help-navy-dark: #092858;
    --stg-help-gold: #f5b900;
    --stg-help-ink: #18345d;
    --stg-help-muted: #66768e;
    --stg-help-border: #dce5f0;
    width: min(960px, calc(100% - 32px));
    margin: 44px auto 72px;
    color: var(--stg-help-ink);
    font-family: "Noto Sans Khmer", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.stg-account-help__hero {
    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
    overflow: hidden;
    padding: 30px 36px;
    border-radius: 22px 22px 0 0;
    color: #fff;
    background: linear-gradient(135deg, var(--stg-help-navy-dark), #244b83);
    box-shadow: 0 18px 45px rgba(10, 39, 83, .14);
}

.stg-account-help__hero::after {
    position: absolute;
    top: -78px;
    right: -52px;
    width: 240px;
    height: 240px;
    border: 36px solid rgba(255, 255, 255, .06);
    border-radius: 50%;
    content: "";
}

.stg-account-help__hero-icon {
    display: grid;
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 18px;
    color: var(--stg-help-gold);
    background: rgba(255, 255, 255, .1);
    font-size: 29px;
}

.stg-account-help__hero h1,
.stg-account-help__hero p,
.stg-account-help__notice h2,
.stg-account-help__notice h3,
.stg-account-help__notice p {
    margin: 0;
}

.stg-account-help__hero h1 {
    position: relative;
    z-index: 1;
    color: #fff !important;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    line-height: 1.55;
    text-shadow: 0 2px 8px rgba(0, 20, 54, .34);
}

.stg-account-help__eyebrow {
    margin-bottom: 5px !important;
    color: var(--stg-help-gold) !important;
    font-size: 13px;
    font-weight: 700;
}

.stg-account-help__office {
    margin-top: 4px !important;
    color: rgba(255, 255, 255, .9) !important;
    font-size: 14px;
    line-height: 1.7;
}

.stg-account-help__notice {
    padding: 32px;
    border: 1px solid var(--stg-help-border);
    border-top: 0;
    border-radius: 0 0 22px 22px;
    background: #f5f8fc;
    box-shadow: 0 18px 45px rgba(10, 39, 83, .1);
}

.stg-account-help__notice-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 22px;
    border-left: 4px solid var(--stg-help-gold);
    border-radius: 0 14px 14px 0;
    background: #fff;
}

.stg-account-help__notice-heading > span {
    color: var(--stg-help-gold);
    font-size: 25px;
}

.stg-account-help__notice-heading p {
    color: #a87500;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
}

.stg-account-help__notice-heading h2 {
    margin-top: 3px;
    color: var(--stg-help-navy);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
}

.stg-account-help__notice-text {
    padding: 24px 10px 10px;
    color: #425674;
    font-size: 15px;
    line-height: 2;
    text-align: center;
}

.stg-account-help__roles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.stg-account-help__role-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 24px;
    border: 1px solid var(--stg-help-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(10, 39, 83, .05);
}

.stg-account-help__role-icon {
    display: grid;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 13px;
    color: var(--stg-help-navy);
    background: #eaf1fb;
    font-size: 21px;
}

.stg-account-help__role-card:nth-child(2) .stg-account-help__role-icon {
    color: #9a6b00;
    background: #fff5d8;
}

.stg-account-help__role-card h3,
.stg-account-help__prepare h3 {
    color: var(--stg-help-navy);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.65;
}

.stg-account-help__role-card p,
.stg-account-help__prepare p {
    margin-top: 6px;
    color: var(--stg-help-muted);
    font-size: 13px;
    line-height: 1.9;
}

.stg-account-help__prepare {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 18px;
    padding: 20px 22px;
    border: 1px dashed #aebed2;
    border-radius: 14px;
    background: #fff;
}

.stg-account-help__prepare > span {
    margin-top: 4px;
    color: var(--stg-help-navy);
    font-size: 20px;
}

.stg-account-help__security-note {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 18px !important;
    padding: 14px 16px;
    border: 1px solid #f2d581;
    border-radius: 12px;
    color: #664d03;
    background: #fff9e7;
    font-size: 12px;
    line-height: 1.8;
}

.stg-account-help__security-note > span:first-child {
    margin-top: 4px;
    color: #c58c00;
}

@media (max-width: 767.98px) {
    .stg-account-help {
        width: min(100% - 22px, 620px);
        margin: 22px auto 46px;
    }

    .stg-account-help__hero {
        gap: 14px;
        padding: 22px 18px;
        border-radius: 17px 17px 0 0;
    }

    .stg-account-help__hero-icon {
        width: 54px;
        height: 54px;
        border-radius: 14px;
        font-size: 22px;
    }

    .stg-account-help__hero h1 {
        font-size: clamp(20px, 6vw, 27px);
    }

    .stg-account-help__eyebrow,
    .stg-account-help__office {
        font-size: 11px;
    }

    .stg-account-help__notice {
        padding: 15px;
        border-radius: 0 0 17px 17px;
    }

    .stg-account-help__notice-heading {
        gap: 11px;
        padding: 16px;
    }

    .stg-account-help__notice-heading h2 {
        font-size: 18px;
    }

    .stg-account-help__notice-text {
        padding: 19px 4px 4px;
        font-size: 13px;
        text-align: left;
    }

    .stg-account-help__roles {
        grid-template-columns: 1fr;
        gap: 13px;
        margin-top: 16px;
    }

    .stg-account-help__role-card {
        padding: 18px 16px;
        border-radius: 14px;
    }

    .stg-account-help__role-icon {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .stg-account-help__role-card h3,
    .stg-account-help__prepare h3 {
        font-size: 15px;
    }

    .stg-account-help__prepare {
        padding: 17px 15px;
    }
}

@media (max-width: 379.98px) {
    .stg-account-help__hero-icon {
        display: none;
    }
}
