:root {
    --hm-navy: #071b2f;
    --hm-navy-soft: #0d2943;
    --hm-green: #00b67a;
    --hm-green-dark: #008f60;
    --hm-mint: #dff8ef;
    --hm-surface: #f5f7f9;
    --hm-line: #e3e8ed;
    --hm-ink: #102333;
    --hm-muted: #637381;
}

body {
    color: var(--hm-ink);
    background: var(--hm-surface);
    letter-spacing: -.01em;
}

.container-custom {
    max-width: 1240px;
}

.pro-navbar {
    background: rgba(7, 27, 47, .98) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .09) !important;
    box-shadow: 0 10px 35px rgba(3, 15, 28, .16);
    backdrop-filter: blur(12px);
}

.pro-navbar .nav-bar-container {
    height: 78px;
}

.pro-navbar .logo img {
    height: 45px;
    width: auto;
}

.pro-navbar .nav-bar-links .link,
.pro-navbar .nav-bar-links .drop-down-btn {
    font-size: 15px;
    font-weight: 600;
}

.pro-navbar .btn-nav-support {
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.pro-navbar .btn-nav-support:hover {
    background: var(--hm-green);
    border-color: var(--hm-green);
    color: #fff;
}

.header.header-image {
    min-height: 590px;
    background-color: var(--hm-navy);
    background-blend-mode: soft-light;
    border: 0;
    overflow: visible;
}

.header.header-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 30%, rgba(0, 182, 122, .22), transparent 34%),
        radial-gradient(circle at 82% 20%, rgba(64, 138, 255, .22), transparent 30%),
        linear-gradient(135deg, rgba(7, 27, 47, .96), rgba(11, 39, 65, .86));
}

.header.header-image .header-inner {
    color: #fff;
    padding-top: 145px;
    padding-bottom: 105px;
    z-index: 2;
}

.header.header-image .header-title {
    font-size: clamp(44px, 5.4vw, 72px);
    line-height: 1.06;
    letter-spacing: -.045em;
    margin-bottom: 22px;
}

.header.header-image .header-text {
    color: rgba(255, 255, 255, .78);
    max-width: 760px;
    margin: 0 auto 38px;
    line-height: 1.65;
}

.home-search .search-input {
    padding: 7px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .28);
}

.home-search .search-input input {
    min-height: 66px;
    border-radius: 12px;
    padding-left: 24px !important;
    font-size: 17px;
}

.home-search .search-input .icon {
    width: 52px;
    height: 52px;
    border-radius: 11px;
    right: 14px;
    background: var(--hm-green);
}

.home-search .search-input .icon:hover {
    background: var(--hm-green-dark);
    opacity: 1;
}

.home-trust-strip {
    position: relative;
    z-index: 101;
    margin-top: -38px;
}

.home-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border: 1px solid var(--hm-line);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(25, 43, 58, .12);
    overflow: hidden;
}

.home-trust-grid > div {
    display: grid;
    grid-template-columns: 38px auto;
    align-items: center;
    gap: 0 12px;
    padding: 24px 26px;
}

.home-trust-grid > div:not(:last-child) {
    border-right: 1px solid var(--hm-line);
}

.home-trust-grid i {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--hm-green-dark);
    background: var(--hm-mint);
    border-radius: 10px;
    font-size: 19px;
}

.home-trust-grid strong {
    font-size: 19px;
    line-height: 1.2;
}

.home-trust-grid span {
    color: var(--hm-muted);
    font-size: 13px;
}

.home-how-section {
    padding: 110px 0 60px;
}

.home-section-heading {
    max-width: 680px;
    margin: 0 auto 44px;
    text-align: center;
}

.home-section-heading > span {
    display: inline-block;
    color: var(--hm-green-dark);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .09em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.home-section-heading h2 {
    font-size: clamp(30px, 4vw, 44px);
    letter-spacing: -.035em;
}

.home-how-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.home-how-card {
    position: relative;
    display: block;
    min-height: 255px;
    padding: 32px;
    color: var(--hm-ink);
    background: #fff;
    border: 1px solid var(--hm-line);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(32, 53, 68, .06);
    transition: .25s ease;
}

.home-how-card:hover {
    color: var(--hm-ink);
    transform: translateY(-6px);
    border-color: rgba(0, 182, 122, .45);
    box-shadow: 0 22px 48px rgba(32, 53, 68, .12);
}

.home-how-card > span {
    position: absolute;
    top: 24px;
    right: 26px;
    color: #c9d2d9;
    font-weight: 800;
}

.home-how-card > i {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    color: #fff;
    background: var(--hm-navy);
    border-radius: 14px;
    font-size: 23px;
    margin-bottom: 26px;
}

.home-how-card h4 {
    margin-bottom: 10px;
}

.home-how-card p {
    color: var(--hm-muted);
    line-height: 1.65;
    margin: 0;
}

.bg-custom,
.section {
    background-color: var(--hm-surface);
}

.header.header-sm {
    min-height: 285px;
    color: #fff;
    background: linear-gradient(135deg, var(--hm-navy), var(--hm-navy-soft));
    border: 0;
}

.header.header-sm .header-inner,
.header.header-sm .header-title,
.header.header-sm a {
    color: #fff;
}

.box {
    border: 1px solid var(--hm-line);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(30, 52, 68, .06);
}

.item.box {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.item.box:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 182, 122, .38);
    box-shadow: 0 18px 40px rgba(30, 52, 68, .12);
}

.btn-primary,
.progress-bar {
    background-color: var(--hm-green) !important;
    border-color: var(--hm-green) !important;
}

.btn-primary:hover {
    background-color: var(--hm-green-dark) !important;
    border-color: var(--hm-green-dark) !important;
}

.btn-outline-primary {
    color: var(--hm-green-dark);
    border-color: var(--hm-green);
}

.btn-outline-primary:hover {
    color: #fff;
    background: var(--hm-green);
    border-color: var(--hm-green);
}

.form-control,
.form-select {
    border-color: #d7dfe5;
    border-radius: 10px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--hm-green);
    box-shadow: 0 0 0 .2rem rgba(0, 182, 122, .12);
}

.trust-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .035em;
}

.trust-label-sm {
    padding: 5px 8px;
    font-size: 9px;
}

.trust-label-trusted { color: #066745; background: #dff8ef; }
.trust-label-verified { color: #1256a0; background: #e3efff; }
.trust-label-review { color: #805b00; background: #fff3cd; }
.trust-label-warning { color: #923b08; background: #ffeadc; }
.trust-label-risk { color: #a21d2c; background: #ffe0e4; }
.trust-label-neutral { color: #44515c; background: #edf1f4; }

.support-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 34px 38px;
    color: #fff;
    background: linear-gradient(135deg, var(--hm-navy), #124565);
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(7, 27, 47, .18);
}

.support-intro h2 { color: #fff; margin: 8px 0; }
.support-intro p { max-width: 720px; color: rgba(255, 255, 255, .76); line-height: 1.6; }
.support-eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: #7ee7bd; }
.support-intro-actions { display: flex; flex-shrink: 0; gap: 10px; }
.support-form-card { padding: 34px; }
.support-card-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--hm-line); }
.support-step { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 48px; color: #fff; background: var(--hm-green); border-radius: 13px; font-size: 20px; font-weight: 800; }
.support-login-notice { display: flex; gap: 14px; padding: 17px 18px; margin-bottom: 24px; color: #684d02; background: #fff7d7; border: 1px solid #f0df9d; border-radius: 12px; }
.support-login-notice > i { font-size: 24px; }
.support-login-notice p { margin-top: 3px; font-size: 13px; color: #806b2a; }
.form-hint { margin-top: 7px; color: var(--hm-muted); font-size: 12px; }
.support-file-input { display: grid; grid-template-columns: 42px 1fr; gap: 6px 12px; align-items: center; padding: 16px; border: 1px dashed #bfcbd4; border-radius: 12px; background: #fbfcfd; }
.support-file-input > i { grid-row: 1 / 3; font-size: 26px; color: var(--hm-green-dark); }
.support-file-input input { padding: 7px; border: 0; background: transparent; }
.support-file-input span { color: var(--hm-muted); font-size: 12px; }
.support-side-card { padding: 26px; }
.support-timeline > div { position: relative; display: flex; gap: 14px; padding: 15px 0; }
.support-timeline > div:not(:last-child)::after { content: ""; position: absolute; left: 15px; top: 44px; bottom: -5px; width: 1px; background: #dce4e9; }
.support-timeline > div > span { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 30px; color: #fff; background: var(--hm-navy); border-radius: 50%; font-size: 12px; font-weight: 800; }
.support-timeline p { display: flex; flex-direction: column; margin: 0; }
.support-timeline small { color: var(--hm-muted); line-height: 1.45; margin-top: 3px; }
.support-list-card .table th { padding: 16px 18px; color: #526370; background: #f6f8fa; border-bottom: 1px solid var(--hm-line); font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.support-list-card .table td { padding: 17px 18px; }

.ticket-thread { display: flex; flex-direction: column; gap: 14px; }
.ticket-message { max-width: 84%; padding: 20px 22px; border: 1px solid var(--hm-line); border-radius: 16px; background: #fff; }
.ticket-message.customer { align-self: flex-end; background: #e8f8f2; border-color: #c3eadb; }
.ticket-message.support { align-self: flex-start; }
.ticket-message-meta { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 10px; font-size: 13px; }
.ticket-message-meta span { color: var(--hm-muted); }
.ticket-message p { margin: 0; line-height: 1.65; }
.ticket-details { display: grid; grid-template-columns: 1fr 1.4fr; gap: 12px; }
.ticket-details dt { color: var(--hm-muted); font-weight: 500; }
.ticket-details dd { margin: 0; text-align: right; font-weight: 700; }

.banned-company-card { padding: 50px; }
.banned-company-icon { display: grid; place-items: center; width: 82px; height: 82px; margin: 0 auto 20px; color: #bd2335; background: #ffe0e4; border-radius: 50%; font-size: 38px; }
.banned-reason { padding: 22px; margin-top: 24px; text-align: left; color: #76202b; background: #fff2f3; border: 1px solid #f3c9ce; border-radius: 12px; }
.banned-reason p { margin-top: 8px; line-height: 1.65; }
.private-review-card { padding: 26px; }

.pro-footer {
    background: #061725;
    border-top: 4px solid var(--hm-green);
}

.pro-footer .footer-upper { padding-block: 62px; }
.footer-brand-row { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding-bottom: 34px; margin-bottom: 42px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.footer-brand-logo { height: 48px; width: auto; margin-bottom: 14px; }
.footer-brand-row p { max-width: 560px; margin: 0; color: rgba(255, 255, 255, .62); }
.footer-trust-links { display: flex; gap: 12px; }
.footer-trust-links a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; color: #fff; border: 1px solid rgba(255, 255, 255, .18); border-radius: 9px; }
.footer-trust-links a:hover { color: #fff; background: rgba(255, 255, 255, .08); }
.footer-links-row .footer-title { color: #fff; }

@media (max-width: 991.98px) {
    .home-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .home-trust-grid > div:nth-child(2) { border-right: 0; }
    .home-trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--hm-line); }
    .home-how-grid { grid-template-columns: 1fr; }
    .support-intro, .footer-brand-row { align-items: flex-start; flex-direction: column; }
    .support-intro-actions { flex-wrap: wrap; }
}

@media (max-width: 767.98px) {
    .pro-navbar .nav-bar-container { height: 68px; }
    .pro-navbar .logo img { height: 36px; }
    .header.header-image { min-height: 525px; }
    .header.header-image .header-inner { padding-top: 120px; padding-bottom: 90px; }
    .header.header-image .header-title { font-size: 42px; }
    .home-trust-strip { margin-top: -24px; }
    .home-trust-grid { grid-template-columns: 1fr; }
    .home-trust-grid > div { padding: 18px 20px; border-right: 0 !important; border-bottom: 1px solid var(--hm-line); }
    .home-trust-grid > div:last-child { border-bottom: 0; }
    .home-how-section { padding-top: 82px; }
    .support-intro { padding: 28px 24px; }
    .support-form-card { padding: 24px 18px; }
    .footer-trust-links { flex-direction: column; width: 100%; }
    .ticket-message { max-width: 96%; }
    .banned-company-card { padding: 34px 20px; }
}

@media (max-width: 1399.98px) {
    .pro-navbar .nav-bar-menu-inner { background: #fff; }
    .pro-navbar .btn-nav-support { color: var(--hm-navy); background: #edf2f5; border-color: #d6e0e6; }
}

/* Keep the complete navigation visible on normal laptop/desktop screens.
   The original theme changes to its drawer below 1400px, which is too early
   for the compact professional header. */
@media (min-width: 1200px) {
    .pro-navbar .nav-bar-actions {
        margin-left: 0;
    }

    .pro-navbar .nav-bar-menu-btn {
        display: none;
    }

    .pro-navbar .nav-bar-menu {
        position: static;
        visibility: visible;
        width: auto;
        height: auto;
        margin-inline-start: 16px;
        opacity: 1;
        z-index: auto;
    }

    .pro-navbar .nav-bar-menu.show .nav-bar-menu-inner {
        right: auto;
    }

    .pro-navbar .nav-bar-menu .overlay,
    .pro-navbar .nav-bar-menu .nav-bar-menu-header {
        display: none;
    }

    .pro-navbar .nav-bar-menu-inner {
        position: static;
        right: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: auto;
        height: auto;
        padding: 0;
        overflow: visible;
        background: transparent;
    }

    .pro-navbar .nav-bar-links,
    .pro-navbar .nav-bar-buttons {
        display: flex;
        align-items: center;
    }

    .pro-navbar .nav-bar-links {
        margin-inline-start: auto;
    }

    .pro-navbar .nav-bar-buttons {
        padding-inline-start: 16px;
    }

    .pro-navbar .link,
    .pro-navbar .drop-down {
        width: auto;
        margin-bottom: 0;
    }

    .pro-navbar .link:not(:last-child),
    .pro-navbar .drop-down:not(:last-child) {
        margin-right: 16px;
    }

    .pro-navbar .link-btn:not(:last-child) {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .pro-navbar .link-btn .btn {
        width: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 14px;
        white-space: nowrap;
    }

    .pro-navbar .drop-down .drop-down-menu {
        width: auto;
        min-width: 190px;
    }

    .pro-navbar.nav-bar-bg .nav-bar-menu .nav-bar-links .link,
    .pro-navbar.nav-bar-bg .nav-bar-menu .nav-bar-links .drop-down .drop-down-btn {
        color: #fff;
    }

    .pro-navbar .btn-nav-support {
        color: #fff;
        background: rgba(255, 255, 255, .08);
        border-color: rgba(255, 255, 255, .25);
    }

    .pro-navbar .user-menu {
        margin-right: 0;
    }

    .pro-navbar .user-menu .user-img {
        width: 38px;
        height: 38px;
    }

    .pro-navbar .user-menu .user-name,
    .pro-navbar .user-menu i {
        display: inline-block;
    }
}

/* Public report decisions */
.support-report-response-row td {
    padding: 0 18px 18px !important;
    border-top: 0;
}

.support-report-response {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 16px 18px;
    color: #314554;
    background: #f1f5f7;
    border: 1px solid #dce5ea;
    border-radius: 12px;
}

.support-report-response-rejected {
    color: #7b2530;
    background: #fff2f3;
    border-color: #f0c8cd;
}

.support-report-response-resolved {
    color: #086243;
    background: #e8f8f2;
    border-color: #bfe8d8;
}

.support-report-response-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    color: currentColor;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    font-size: 17px;
}

.support-report-response strong {
    display: block;
    margin-bottom: 4px;
}

.support-report-response p {
    line-height: 1.55;
}

/* Contrast corrections in dark public headers */
.header.header-sm .tooltip-hover {
    color: var(--hm-ink) !important;
    background: #fff;
    border-color: #dbe3e8;
}

.header.header-sm .item-meta,
.header.header-sm .item-meta span,
.header.header-sm .item-info small {
    color: rgba(255, 255, 255, .72) !important;
}

.header.header-sm .trust-label-trusted { color: #066745 !important; }
.header.header-sm .trust-label-verified { color: #1256a0 !important; }
.header.header-sm .trust-label-review { color: #805b00 !important; }
.header.header-sm .trust-label-warning { color: #923b08 !important; }
.header.header-sm .trust-label-risk { color: #a21d2c !important; }
.header.header-sm .trust-label-neutral { color: #44515c !important; }

.support-intro .btn-outline-light {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .05);
}

.support-intro .btn-outline-light:hover,
.support-intro .btn-outline-light:focus {
    color: var(--hm-navy) !important;
    background: #fff;
    border-color: #fff;
}

/* Customer authentication */
.auth-pro-user .auth-pro-section {
    min-height: 720px;
    padding-top: 122px;
    padding-bottom: 72px;
    background:
        radial-gradient(circle at 12% 16%, rgba(0, 182, 122, .12), transparent 28%),
        radial-gradient(circle at 88% 30%, rgba(28, 112, 223, .10), transparent 26%),
        linear-gradient(180deg, #f7fafb, #eef3f6);
}

.auth-pro-user-sign {
    max-width: 520px;
}

.auth-form-card {
    padding: 40px;
    background: rgba(255, 255, 255, .98);
    border: 1px solid #dfe7ec;
    border-radius: 22px;
    box-shadow: 0 25px 70px rgba(7, 27, 47, .12);
}

.auth-card-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    margin-bottom: 15px;
    color: #087250;
    background: var(--hm-mint);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.auth-form-card .sign-title,
.auth-business-form .sign-title {
    color: var(--hm-navy);
    font-size: 30px;
    letter-spacing: -.035em;
}

.auth-form-card .form-label,
.auth-business-form .form-label {
    color: #253b4a;
    font-weight: 650;
}

.auth-form-card .form-control,
.auth-business-form .form-control {
    min-height: 50px;
    background: #fbfcfd;
    border-color: #cfdae1;
}

.auth-form-card .form-control:focus,
.auth-business-form .form-control:focus {
    background: #fff;
    border-color: var(--hm-green);
}

.auth-submit-btn {
    min-height: 50px;
    border-radius: 11px;
    font-weight: 750;
}

/* Business authentication: no placeholder/background image */
.auth-pro-body {
    min-height: 100vh;
    color: var(--hm-ink);
    background: #eef3f6 !important;
}

.auth-business-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.auth-business-header {
    padding: 17px 0;
    color: #fff;
    background: var(--hm-navy);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.auth-business-logo img {
    display: block;
    width: auto;
    height: 42px;
}

.auth-back-link,
.auth-business-header .languages .drop-down-btn {
    color: rgba(255, 255, 255, .82);
    font-weight: 650;
}

.auth-back-link:hover,
.auth-business-header .languages .drop-down-btn:hover {
    color: #fff;
}

.auth-business-header .languages .drop-down-menu {
    min-width: 180px;
}

.auth-business-main {
    display: grid;
    place-items: center;
    flex: 1;
    padding: 58px 24px;
    background:
        radial-gradient(circle at 8% 22%, rgba(0, 182, 122, .13), transparent 25%),
        radial-gradient(circle at 90% 74%, rgba(25, 104, 194, .12), transparent 28%),
        #eef3f6;
}

.auth-business-shell {
    display: grid;
    grid-template-columns: minmax(290px, 340px) minmax(0, 640px);
    width: 100%;
    max-width: 1020px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfe7ec;
    border-radius: 24px;
    box-shadow: 0 28px 80px rgba(7, 27, 47, .15);
}

.auth-business-copy {
    padding: 52px 38px;
    color: #fff;
    background:
        radial-gradient(circle at 15% 10%, rgba(0, 182, 122, .34), transparent 32%),
        linear-gradient(155deg, #071b2f, #104669);
}

.auth-business-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    color: #86e8c3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.auth-business-copy h2 {
    color: #fff;
    font-size: 35px;
    line-height: 1.12;
    letter-spacing: -.04em;
}

.auth-business-copy p {
    margin: 18px 0 30px;
    color: rgba(255, 255, 255, .7);
    line-height: 1.7;
}

.auth-business-copy ul {
    display: grid;
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.auth-business-copy li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255, 255, 255, .9);
}

.auth-business-copy li i {
    color: #67dfb1;
}

.auth-business-form {
    display: flex;
    align-items: center;
    padding: 48px 50px;
}

.auth-business-form .sign {
    width: 100%;
    max-width: none;
}

.auth-business-footer {
    padding: 17px 20px;
    color: #667783;
    background: #fff;
    border-top: 1px solid #e1e8ec;
    text-align: center;
    font-size: 13px;
}

@media (max-width: 991.98px) {
    .auth-business-shell {
        grid-template-columns: 1fr;
        max-width: 680px;
    }

    .auth-business-copy {
        padding: 34px;
    }

    .auth-business-copy h2 {
        max-width: 470px;
        font-size: 29px;
    }

    .auth-business-copy p {
        margin-bottom: 0;
    }

    .auth-business-copy ul {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .auth-form-card {
        padding: 28px 22px;
        border-radius: 17px;
    }

    .auth-pro-user .auth-pro-section {
        padding-top: 96px;
        padding-bottom: 50px;
    }

    .auth-business-header {
        padding: 13px 0;
    }

    .auth-business-logo img {
        height: 34px;
    }

    .auth-back-link {
        font-size: 0;
    }

    .auth-back-link i {
        margin: 0 !important;
        font-size: 18px;
    }

    .auth-business-main {
        padding: 28px 14px;
    }

    .auth-business-copy {
        padding: 28px 24px;
    }

    .auth-business-copy p {
        font-size: 13px;
    }

    .auth-business-form {
        padding: 32px 22px;
    }

    .auth-form-card .sign-title,
    .auth-business-form .sign-title {
        font-size: 26px;
    }

    .support-report-response {
        padding: 14px;
    }
}
