/*
 * StabilityHost
 * Child Theme of WHMCS Twenty-One.
 *
 * This stylesheet intentionally contains visual rules only. Navigation,
 * forms, modals, the cart and all JavaScript remain supplied by Twenty-One.
 */

/* Mesma família tipográfica carregada pelo site principal. */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300;0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;1,14..32,400&display=swap");

:root {
    --sh-violet: #852bda;
    --sh-violet-dark: #7220c2;
    --sh-violet-soft: #f5ecff;
    --sh-ink: #111827;
    --sh-muted: #6b7280;
    --sh-line: #e5e7eb;
    --sh-canvas: #f8fafc;
    --sh-success: #2fbf76;
}

body,
body.primary-bg-color {
    background: var(--sh-canvas);
    color: var(--sh-ink);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}

.header {
    box-shadow: 0 1px 0 rgba(20, 41, 74, .08);
}

.header .navbar {
    background: #fff;
}

.header .navbar-brand {
    color: var(--sh-violet);
    font-size: 0;
}

.header .navbar-brand:hover {
    color: var(--sh-violet-dark);
}

.header .navbar-brand .logo-img {
    display: none;
}

.header .main-navbar-wrapper {
    border-top: 1px solid var(--sh-line);
    border-bottom: 1px solid var(--sh-line);
}

.header .main-navbar-wrapper .nav-link {
    color: var(--sh-ink);
    font-weight: 600;
}

.header .main-navbar-wrapper .nav-link:hover,
.header .main-navbar-wrapper .nav-item.active > .nav-link {
    color: var(--sh-violet);
}

.header .toolbar .cart-btn {
    color: var(--sh-violet);
}

.header .toolbar .cart-btn .badge {
    background: var(--sh-violet);
}

.master-breadcrumb {
    background: #fff;
    border-bottom: 1px solid var(--sh-line);
}

#main-body {
    min-height: calc(100vh - 300px);
    padding-top: 2.25rem;
    padding-bottom: 3.5rem;
}

.card,
.panel,
.sidebar .list-group {
    border-color: var(--sh-line);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(29, 48, 85, .05);
}

.card-header,
.panel-heading {
    background: #fff;
    border-bottom-color: var(--sh-line);
    color: var(--sh-ink);
    font-weight: 600;
}

.sidebar .list-group-item {
    border-color: var(--sh-line);
}

.sidebar .list-group-item.active,
.sidebar .list-group-item.active:hover {
    background: var(--sh-violet);
    border-color: var(--sh-violet);
}

.btn-primary,
.btn-info {
    background-color: var(--sh-violet);
    border-color: var(--sh-violet);
    font-weight: 600;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-info:hover,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled):active {
    background-color: var(--sh-violet-dark);
    border-color: var(--sh-violet-dark);
}

.btn-outline-primary {
    border-color: var(--sh-violet);
    color: var(--sh-violet);
}

.btn-outline-primary:hover {
    background: var(--sh-violet);
    border-color: var(--sh-violet);
}

a {
    color: var(--sh-violet);
}

a:hover {
    color: var(--sh-violet-dark);
}

.form-control:focus,
.custom-select:focus {
    border-color: #b69aef;
    box-shadow: 0 0 0 .2rem rgba(109, 46, 213, .14);
}

.alert-success {
    background: #eaf9f0;
    border-color: #beeccd;
    color: #167046;
}

#footer {
    background: #fff;
    border-top: 1px solid var(--sh-line);
    color: var(--sh-muted);
}

#footer a,
#footer p {
    color: var(--sh-muted);
}

@media (max-width: 1199.98px) {
    .header .main-navbar-wrapper .navbar-collapse {
        padding: .75rem 0;
    }

    .header .main-navbar-wrapper .nav-link {
        padding: .65rem 0;
    }
}

/* Navegação do site principal: a estrutura continua sendo Bootstrap/Twenty-One;
 * estes seletores apenas reproduzem os cartões e a hierarquia visual do site. */
.header.sh-site-header {
    overflow: visible;
}

.header.sh-site-header .navbar.sh-site-navbar {
    min-height: 68px !important;
    padding: .35rem 0 !important;
    overflow: visible;
}

.header.sh-site-header .sh-site-navbar > .container {
    max-width: 1600px;
    gap: .65rem;
    overflow: visible;
}

.header.sh-site-header .sh-brand {
    width: 176px;
    height: 52px;
    background-image: none;
}

.header.sh-site-header .sh-brand .logo-img {
    width: auto;
    height: 52px;
    max-width: 176px;
    object-fit: contain;
}

.header.sh-site-header .sh-public-nav {
    gap: .08rem;
}

.header.sh-site-header .sh-public-nav > .nav-item > .nav-link {
    gap: .35rem;
    min-height: 2.5rem;
    padding: .45rem .7rem;
    border-radius: .75rem;
    color: #4b5563;
    font-size: .82rem;
    font-weight: 600;
}

.header.sh-site-header .sh-public-nav > .nav-item > .nav-link:hover,
.header.sh-site-header .sh-public-nav > .nav-item.show > .nav-link,
.header.sh-site-header .sh-public-nav > .sh-source-menu-item:hover > .nav-link {
    background: rgba(133, 43, 218, .10);
    color: #852bda;
}

.header.sh-site-header .sh-public-nav .dropdown-toggle::after {
    margin-left: .2rem;
    border-width: .26rem .24rem 0;
}

.header.sh-site-header .sh-nav-trigger-icon {
    width: 1.55rem;
    height: 1.55rem;
    border-radius: .52rem;
    background: rgba(133, 43, 218, .10);
    color: #852bda;
    font-size: .7rem;
}

.header.sh-site-header .sh-header-actions {
    gap: .28rem;
}

.header.sh-site-header .sh-regional {
    min-height: 2.35rem;
    padding: .38rem .55rem;
    border-right: 0;
    border-radius: .65rem;
    color: #4b5563;
    font-size: .78rem;
}

.header.sh-site-header .sh-regional .iti-flag {
    margin-right: .3rem;
}

.header.sh-site-header .cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
    padding: 0 !important;
    border: 0 !important;
    border-radius: .65rem;
    background: #f3f4f6 !important;
    box-shadow: none !important;
    color: #4b5563;
}

.header.sh-site-header .sh-cart-symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: transparent;
    box-shadow: none;
    color: currentColor;
    font-size: 1rem;
}

.header.sh-site-header .cart-btn:hover,
.header.sh-site-header .cart-btn:hover .sh-cart-symbol {
    background: #ececf0 !important;
    color: #852bda;
}

.header.sh-site-header .cart-btn .badge {
    top: -.33rem;
    right: -.33rem;
    min-width: 1.05rem;
    height: 1.05rem;
    border: 2px solid #fff;
    background: #852bda;
    color: #fff;
    font-size: .56rem;
    line-height: .9rem;
}

.header.sh-site-header .sh-panel-selector > .btn {
    display: inline-flex;
    align-items: center;
    gap: .38rem;
    min-height: 2.4rem;
    padding: .4rem .55rem;
    border: 0;
    border-radius: .65rem;
    background: transparent;
    color: #4b5563;
    font-size: .78rem;
    font-weight: 600;
}

.header.sh-site-header .sh-panel-selector > .btn:hover,
.header.sh-site-header .sh-panel-selector.show > .btn {
    background: #f3f4f6;
    color: #852bda;
}

.header.sh-site-header .sh-panel-selector-menu,
.header.sh-site-header .sh-account-menu {
    min-width: 12.5rem;
    margin-top: .55rem;
    padding: .45rem;
    border: 1px solid #ebe7f1;
    border-radius: 1rem;
    box-shadow: 0 18px 44px rgba(17, 24, 39, .13);
}

.header.sh-site-header .sh-panel-selector-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .65rem .7rem;
    border-radius: .65rem;
    color: #4b5563;
    font-size: .78rem;
    font-weight: 600;
}

.header.sh-site-header .sh-panel-selector-menu .dropdown-item i {
    width: 1rem;
    color: #852bda;
    text-align: center;
}

.header.sh-site-header .sh-panel-selector-menu .dropdown-item:hover {
    background: #f7f2fc;
    color: #852bda;
}

.header.sh-site-header .sh-client-login {
    min-height: 2.4rem;
    padding: .4rem .58rem;
    border: 0;
    border-radius: .65rem;
    background: transparent;
    box-shadow: none;
    color: #4b5563;
    font-size: .78rem;
}

.header.sh-site-header .sh-client-login:hover {
    background: #f3f4f6;
    color: #852bda;
}

.header.sh-site-header .sh-client-register {
    min-height: 2.45rem;
    padding: .45rem .85rem;
    border-radius: .62rem;
    background: #852bda;
    box-shadow: none;
    font-size: .78rem;
}

.header.sh-site-header .sh-client-register:hover {
    background: #7220c2;
}

.header.sh-site-header .sh-client-account > .btn {
    min-height: 2.45rem;
    padding: .27rem .48rem .27rem .3rem;
}

.header.sh-site-header .sh-client-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: .62rem;
    background: #0096d6;
}

/* Mega menus iguais ao DesktopNav do projeto baixado. */
.header.sh-site-header .sh-source-menu-item {
    position: relative;
}

.header.sh-site-header .sh-source-menu-item::after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: .65rem;
    content: "";
}

.header.sh-site-header .sh-source-mega {
    position: absolute;
    top: 100%;
    left: 50%;
    display: none;
    grid-template-columns: minmax(0, 1fr) 240px;
    width: 820px;
    min-height: 300px;
    margin-top: .55rem;
    padding: 0;
    overflow: hidden;
    border: 1px solid #edf0f3;
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 20px 60px rgba(17, 24, 39, .14);
    transform: translateX(-50%);
}

.header.sh-site-header .sh-source-menu-item:hover > .sh-source-mega,
.header.sh-site-header .sh-source-menu-item.show > .sh-source-mega {
    display: grid;
}

.header.sh-site-header .sh-source-mega::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 4px;
    background: linear-gradient(90deg, #7c3aed, #852bda, #d946ef);
    content: "";
}

.header.sh-site-header .sh-source-mega-main {
    min-width: 0;
    padding: 1.45rem;
}

.header.sh-site-header .sh-source-mega-aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.65rem 1.4rem 1.4rem;
    border-left: 1px solid #eef0f4;
    background: #fcfdff;
}

.header.sh-site-header .sh-source-mega-aside h5 {
    margin: 0 0 .85rem;
    color: #9aa3b3;
    font-size: .59rem;
    font-weight: 600;
    letter-spacing: .055rem;
    text-transform: uppercase;
}

.header.sh-site-header .sh-source-mega-aside > div > a {
    display: block;
    padding: .4rem .25rem;
    color: #4b5563;
    font-size: .73rem;
    font-weight: 600;
    text-decoration: none;
}

.header.sh-site-header .sh-source-mega-aside > div > a:hover {
    color: #852bda;
}

.header.sh-site-header .sh-source-help-card {
    display: flex;
    flex-direction: column;
    gap: .36rem;
    padding: .9rem;
    border: 1px solid #dcc4ff;
    border-radius: 1rem;
    background: #faf5ff;
}

.header.sh-site-header .sh-source-help-card strong {
    color: #1f2937;
    font-size: .72rem;
}

.header.sh-site-header .sh-source-help-card small {
    color: #737b8b;
    font-size: .63rem;
    line-height: 1.35;
}

.header.sh-site-header .sh-source-help-card a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    margin-top: .25rem;
    padding: .4rem .55rem !important;
    border-radius: .52rem;
    background: #852bda;
    color: #fff !important;
    font-size: .69rem !important;
    font-weight: 600 !important;
    text-decoration: none;
}

.header.sh-site-header .sh-source-help-card a:hover {
    background: #7220c2;
}

.header.sh-site-header .sh-source-games {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) minmax(210px, 1.5fr);
    gap: 1.1rem;
}

.header.sh-site-header .sh-source-game-feature {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 180px;
    padding: 1rem;
    overflow: hidden;
    border: 1px solid rgba(133, 43, 218, .28);
    border-radius: 1rem;
    background-color: #0d0d21;
    background-position: center;
    background-size: cover;
    color: #fff;
    text-decoration: none;
}

.header.sh-site-header .sh-source-game-feature::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 12, 30, .12), rgba(12, 12, 30, .92));
    content: "";
}

.header.sh-site-header .sh-source-game-feature > span {
    position: relative;
    z-index: 1;
}

.header.sh-site-header .sh-source-tag {
    align-self: flex-start;
    padding: .28rem .5rem;
    border: 1px solid rgba(196, 154, 255, .4);
    border-radius: 999px;
    background: rgba(133, 43, 218, .24);
    color: #e7d5ff;
    font-size: .52rem;
    font-weight: 600;
    letter-spacing: .035rem;
    text-transform: uppercase;
}

.header.sh-site-header .sh-source-game-feature-content {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.header.sh-site-header .sh-source-game-feature-content strong {
    color: #fff;
    font-size: .95rem;
}

.header.sh-site-header .sh-source-game-feature-content small {
    color: #d7dae5;
    font-size: .64rem;
    line-height: 1.45;
}

.header.sh-site-header .sh-source-game-feature-content em {
    color: #c4b5fd;
    font-size: .56rem;
    font-style: normal;
    font-weight: 600;
}

.header.sh-site-header .sh-source-game-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .35rem;
    align-content: center;
}

.header.sh-site-header .sh-source-text-card {
    display: grid;
    grid-template-columns: 2rem 1fr;
    column-gap: .5rem;
    padding: .65rem;
    border: 1px solid transparent;
    border-radius: .78rem;
    color: #1f2937;
    text-decoration: none;
}

.header.sh-site-header .sh-source-text-card:hover {
    border-color: rgba(133, 43, 218, .2);
    background: #fafafa;
}

.header.sh-site-header .sh-source-text-card > span,
.header.sh-site-header .sh-source-support-list > a > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: .58rem;
    background: #f3e8ff;
    color: #852bda;
    font-size: .76rem;
}

.header.sh-site-header .sh-source-text-card strong {
    align-self: center;
    color: #1f2937;
    font-size: .75rem;
}

.header.sh-site-header .sh-source-text-card small {
    grid-column: 1 / -1;
    margin-top: .4rem;
    color: #737b8b;
    font-size: .61rem;
    line-height: 1.4;
}

.header.sh-site-header .sh-source-product-grid,
.header.sh-site-header .sh-source-server-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.header.sh-site-header .sh-source-product-card,
.header.sh-site-header .sh-source-server-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    padding: 1.1rem;
    border: 1px solid #edf0f4;
    border-radius: 1.15rem;
    color: #1f2937;
    text-align: center;
    text-decoration: none;
}

.header.sh-site-header .sh-source-product-card:hover,
.header.sh-site-header .sh-source-server-card:hover {
    border-color: rgba(133, 43, 218, .35);
    box-shadow: 0 14px 30px rgba(133, 43, 218, .09);
    color: #852bda;
    text-decoration: none;
    transform: translateY(-2px);
}

.header.sh-site-header .sh-source-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.6rem;
    height: 6.6rem;
    margin-bottom: 1rem;
    border: 1px solid #efe8f9;
    border-radius: 1.15rem;
    background: linear-gradient(135deg, #f5efff, #fff);
}

.header.sh-site-header .sh-source-product-image img {
    width: 5rem;
    height: 5rem;
    object-fit: contain;
}

.header.sh-site-header .sh-source-product-card strong,
.header.sh-site-header .sh-source-server-card strong {
    margin-bottom: .35rem;
    color: #1f2937;
    font-size: .88rem;
}

.header.sh-site-header .sh-source-product-card small,
.header.sh-site-header .sh-source-server-card small {
    color: #737b8b;
    font-size: .66rem;
    line-height: 1.48;
}

.header.sh-site-header .sh-source-server-card {
    align-items: flex-start;
    padding: .8rem;
    text-align: left;
}

.header.sh-site-header .sh-source-server-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 6.1rem;
    margin-bottom: .7rem;
    overflow: hidden;
    border-radius: .85rem;
    background: #22113d;
}

.header.sh-site-header .sh-source-server-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header.sh-site-header .sh-source-server-image-fallback {
    background: linear-gradient(135deg, #241042, #7220c2);
    color: #fff;
    font-size: 1.65rem;
}

.header.sh-site-header .sh-source-server-card em {
    margin: .55rem 0 .65rem;
    color: #737b8b;
    font-size: .56rem;
    font-style: normal;
    line-height: 1.55;
}

.header.sh-site-header .sh-source-server-card em i {
    color: #a855f7;
}

.header.sh-site-header .sh-source-server-card b {
    margin-top: auto;
    color: #852bda;
    font-size: .6rem;
}

.header.sh-site-header .sh-source-app-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

.header.sh-site-header .sh-source-app-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    color: #1f2937;
    text-decoration: none;
}

.header.sh-site-header .sh-source-app-card > span {
    position: relative;
    display: block;
    height: 4.65rem;
    margin-bottom: .6rem;
    overflow: hidden;
    border-radius: 1rem;
    background: linear-gradient(135deg, #e9ddff, #452070);
}

.header.sh-site-header .sh-source-app-card > span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header.sh-site-header .sh-source-app-card > span > i {
    position: absolute;
    bottom: .38rem;
    left: .38rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: .45rem;
    background: rgba(133, 43, 218, .88);
    color: #fff;
    font-size: .65rem;
}

.header.sh-site-header .sh-source-app-card strong {
    color: #1f2937;
    font-size: .69rem;
    line-height: 1.35;
}

.header.sh-site-header .sh-source-app-card small {
    margin-top: .25rem;
    color: #737b8b;
    font-size: .61rem;
    line-height: 1.45;
}

.header.sh-site-header .sh-source-app-card:hover strong {
    color: #852bda;
}

.header.sh-site-header .sh-source-software-image {
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #201039, #f8f5ff) !important;
    color: #fff;
    font-size: 1.5rem;
}

.header.sh-site-header .sh-source-support-list {
    display: grid;
    gap: .18rem;
}

.header.sh-site-header .sh-source-support-list > a {
    display: grid;
    grid-template-columns: 2rem 1fr;
    column-gap: .65rem;
    padding: .42rem .5rem;
    border: 1px solid transparent;
    border-radius: .7rem;
    color: #1f2937;
    text-decoration: none;
}

.header.sh-site-header .sh-source-support-list > a:hover {
    border-color: #f0eef4;
    background: #fafafa;
}

.header.sh-site-header .sh-source-support-list > a > b {
    align-self: end;
    font-size: .7rem;
}

.header.sh-site-header .sh-source-support-list > a > small {
    grid-column: 2;
    color: #737b8b;
    font-size: .59rem;
    line-height: 1.35;
}

.header.sh-site-header .sh-source-system-status {
    display: flex;
    align-items: center;
    gap: .45rem;
    min-height: 3rem;
    padding: .7rem .8rem;
    border: 1px solid rgba(16, 185, 129, .34);
    border-radius: 1rem;
    background: rgba(16, 185, 129, .08);
    color: #059669;
    font-size: .61rem;
    font-weight: 600;
    text-decoration: none;
}

.header.sh-site-header .sh-source-system-status span {
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: #34d399;
}

.header.sh-site-header .sh-source-system-status:hover {
    color: #047857;
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .header.sh-site-header .sh-site-navbar > .container {
        gap: .5rem;
    }

    .header.sh-site-header .sh-brand,
    .header.sh-site-header .sh-brand .logo-img {
        width: 164px;
        height: 42px;
    }

    .header.sh-site-header .sh-source-menu-item::after {
        display: none;
    }

    .header.sh-site-header .sh-source-mega,
    .header.sh-site-header .sh-source-menu-item:hover > .sh-source-mega,
    .header.sh-site-header .sh-source-menu-item.show > .sh-source-mega {
        position: static;
        display: none;
        width: 100%;
        min-height: 0;
        margin: .2rem 0 .5rem;
        transform: none;
    }

    .header.sh-site-header .sh-source-menu-item.show > .sh-source-mega {
        display: block;
    }

    .header.sh-site-header .sh-source-mega-main,
    .header.sh-site-header .sh-source-mega-aside {
        padding: 1rem;
    }

    .header.sh-site-header .sh-source-mega-aside {
        border-top: 1px solid #eef0f4;
        border-left: 0;
    }
}

@media (max-width: 575.98px) {
    .header.sh-site-header .sh-brand,
    .header.sh-site-header .sh-brand .logo-img {
        width: 145px;
        height: 38px;
    }

    .header.sh-site-header .sh-source-games,
    .header.sh-site-header .sh-source-product-grid,
    .header.sh-site-header .sh-source-server-grid,
    .header.sh-site-header .sh-source-app-grid {
        grid-template-columns: 1fr;
    }
}

/* Etapa 2 — rodapé próprio. Apenas apresentação; sem JavaScript ou overlays. */
#footer.sh-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 4.25rem 0 0;
    border-top: 1px solid var(--sh-line);
    background: #fff;
    color: var(--sh-muted);
}

#footer.sh-footer::before {
    position: absolute;
    right: -1.6rem;
    bottom: 2.1rem;
    left: -1.6rem;
    z-index: 0;
    color: #f5f1fc;
    content: "STABILITY";
    font-size: clamp(4.5rem, 18vw, 15rem);
    font-weight: 600;
    letter-spacing: -.11em;
    line-height: .7;
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
}

#footer.sh-footer .container {
    position: relative;
    z-index: 1;
}

.sh-footer-top {
    display: grid;
    grid-template-columns: minmax(180px, .9fr) minmax(240px, 1.3fr) minmax(220px, 1.2fr);
    gap: 2rem;
    align-items: center;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid var(--sh-line);
}

.sh-footer-brand {
    display: inline-flex;
    align-items: center;
    width: 220px;
    max-width: 100%;
    height: 48px;
}

.sh-footer-brand img {
    display: block;
    width: 100%;
    max-height: 48px;
    object-fit: contain;
    object-position: left center;
}

#footer.sh-footer .sh-footer-intro {
    max-width: 31rem;
    margin: 0;
    color: #63708b;
    font-size: .94rem;
    line-height: 1.7;
}

.sh-footer-signals {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .5rem;
}

.sh-footer-signals span {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: .35rem .7rem;
    border: 1px solid #e6ddf8;
    border-radius: .55rem;
    background: rgba(255, 255, 255, .8);
    color: #5c3c99;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .025em;
}

.sh-footer-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1fr 1.25fr;
    gap: 2rem;
    padding: 3rem 0;
}

.sh-footer-column h2 {
    display: inline-block;
    margin: 0 0 1.2rem;
    padding-bottom: .65rem;
    border-bottom: 2px solid var(--sh-violet);
    color: var(--sh-ink);
    font-size: .76rem;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1;
    text-transform: uppercase;
}

.sh-footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sh-footer-column li + li {
    margin-top: .75rem;
}

#footer.sh-footer .sh-footer-column a {
    color: #63708b;
    font-size: .9rem;
    line-height: 1.35;
}

#footer.sh-footer .sh-footer-column a:hover,
#footer.sh-footer .sh-footer-column a:focus {
    color: var(--sh-violet);
    text-decoration: none;
}

#footer.sh-footer .sh-footer-contact p {
    max-width: 17rem;
    margin: 0 0 1.2rem;
    color: #63708b;
    font-size: .9rem;
    line-height: 1.65;
}

#footer.sh-footer .sh-footer-contact-link {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: var(--sh-violet);
    font-size: .9rem;
    font-weight: 600;
}

.sh-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: 1.2rem !important;
}

.sh-footer-social .list-inline-item {
    margin: 0;
}

#footer.sh-footer .sh-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #e6ddf8;
    border-radius: .55rem;
    color: var(--sh-violet);
}

#footer.sh-footer .sh-footer-social a:hover,
#footer.sh-footer .sh-footer-social a:focus {
    border-color: var(--sh-violet);
    background: var(--sh-violet);
    color: #fff;
}

.sh-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4.5rem;
    border-top: 1px solid var(--sh-line);
}

#footer.sh-footer .sh-footer-bottom .copyright {
    color: #77839b;
    font-size: .78rem;
}

.sh-footer-settings {
    display: flex;
    align-items: center;
    gap: 1rem;
}

#footer.sh-footer .sh-footer-settings > a,
#footer.sh-footer .sh-footer-locale {
    color: #63708b;
    font-size: .78rem;
}

#footer.sh-footer .sh-footer-locale {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .35rem 0;
    border: 0;
    background: transparent;
}

#footer.sh-footer .sh-footer-locale:hover,
#footer.sh-footer .sh-footer-locale:focus {
    color: var(--sh-violet);
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .sh-footer-top {
        grid-template-columns: 1fr;
        gap: 1.1rem;
    }

    .sh-footer-signals {
        justify-content: flex-start;
    }

    .sh-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.4rem 1.5rem;
    }
}

@media (max-width: 575.98px) {
    #footer.sh-footer {
        padding-top: 3rem;
    }

    .sh-footer-grid {
        grid-template-columns: 1fr;
        padding: 2.5rem 0;
    }

    .sh-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 1.25rem 0;
    }

    .sh-footer-settings {
        flex-wrap: wrap;
    }
}

/* Etapa 3 — cabeçalho alinhado ao site principal, usando Bootstrap do Twenty-One. */
.header.sh-site-header {
    position: relative;
    z-index: 1020;
    box-shadow: 0 1px 0 rgba(17, 24, 39, .08);
}

.header.sh-site-header .sh-site-navbar {
    min-height: 68px;
    padding: .5rem 0;
    border: 0;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 4px 20px rgba(17, 24, 39, .035);
}

.header.sh-site-header .sh-site-navbar > .container {
    width: 100%;
    max-width: 1500px;
    gap: 1.25rem;
}

.header.sh-site-header .sh-brand {
    flex: 0 0 auto;
    width: 238px;
    height: 52px;
    margin: 0;
    background-size: contain;
}

.header.sh-site-header .sh-public-nav {
    display: flex;
    align-items: center;
    gap: .2rem;
}

.header.sh-site-header .sh-public-nav > .nav-item > .nav-link {
    display: inline-flex;
    align-items: center;
    min-height: 2.5rem;
    padding: .55rem .75rem;
    border-radius: .65rem;
    color: #4b5563;
    font-size: .84rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.header.sh-site-header .sh-public-nav > .nav-item > .nav-link:hover,
.header.sh-site-header .sh-public-nav > .nav-item.show > .nav-link {
    background: rgba(133, 43, 218, .08);
    color: var(--sh-violet);
}

.header.sh-site-header .sh-public-nav .dropdown-toggle::after {
    margin-left: .42rem;
    vertical-align: .12em;
}

.header.sh-site-header .sh-nav-menu,
.header.sh-site-header .sh-account-menu {
    min-width: 15rem;
    margin-top: .6rem;
    padding: .55rem;
    border: 1px solid #ebe7f1;
    border-radius: 1rem;
    box-shadow: 0 18px 44px rgba(17, 24, 39, .13);
}

.header.sh-site-header .sh-nav-menu .dropdown-item,
.header.sh-site-header .sh-account-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: .7rem .8rem;
    border-radius: .65rem;
    color: #4b5563;
    font-size: .84rem;
    font-weight: 600;
}

.header.sh-site-header .sh-nav-menu .dropdown-item i,
.header.sh-site-header .sh-account-menu .dropdown-item i {
    width: 1rem;
    color: var(--sh-violet);
    text-align: center;
}

.header.sh-site-header .sh-nav-menu .dropdown-item:hover,
.header.sh-site-header .sh-account-menu .dropdown-item:hover {
    background: #f7f2fc;
    color: var(--sh-violet);
}

.header.sh-site-header .sh-header-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    gap: .45rem;
}

.header.sh-site-header .sh-regional,
.header.sh-site-header .sh-status,
.header.sh-site-header .sh-notification {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.4rem;
    padding: .45rem .62rem;
    border: 0;
    border-radius: .65rem;
    background: transparent;
    color: #6b7280;
    font-size: .75rem;
    font-weight: 600;
    white-space: nowrap;
}

.header.sh-site-header .sh-regional:hover,
.header.sh-site-header .sh-notification:hover {
    background: #f3f4f6;
    color: var(--sh-violet);
}

.header.sh-site-header .sh-regional .iti-flag {
    margin-right: .35rem;
}

.header.sh-site-header .sh-status {
    gap: .38rem;
    text-decoration: none;
}

.header.sh-site-header .sh-status span {
    width: .52rem;
    height: .52rem;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 0 4px rgba(52, 211, 153, .12);
}

.header.sh-site-header .cart-btn {
    position: relative;
    min-width: 2.55rem;
    min-height: 2.55rem;
    padding: .5rem;
    border: 1px solid #ececf0;
    border-radius: .7rem;
    background: #f3f4f6;
    box-shadow: none;
    color: #4b5563;
}

.header.sh-site-header .cart-btn:hover {
    border-color: #e5d7fb;
    background: #f5ecff;
    color: var(--sh-violet);
}

.header.sh-site-header .cart-btn .badge {
    top: -.32rem;
    right: -.36rem;
    min-width: 1.15rem;
    height: 1.15rem;
    padding: 0 .24rem;
    border: 2px solid #fff;
    background: var(--sh-violet);
    color: #fff;
    font-size: .62rem;
    line-height: .9rem;
}

.header.sh-site-header .sh-notification {
    position: relative;
    width: 2.4rem;
    padding: 0;
}

.header.sh-site-header .sh-alert-count {
    position: absolute;
    top: .24rem;
    right: .22rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: .92rem;
    height: .92rem;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #ef4444;
    color: #fff;
    font-size: .58rem;
    line-height: 1;
}

.header.sh-site-header .sh-client-login {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    min-height: 2.5rem;
    padding: .45rem .9rem;
    border: 0;
    border-radius: .65rem;
    background: var(--sh-violet);
    color: #fff;
    font-size: .8rem;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(133, 43, 218, .2);
}

.header.sh-site-header .sh-client-login:hover {
    background: var(--sh-violet-dark);
    color: #fff;
}

.header.sh-site-header .sh-client-account > .btn {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    min-height: 2.5rem;
    padding: .33rem .6rem .33rem .35rem;
    border: 0;
    border-radius: .7rem;
    background: transparent;
    color: #4b5563;
    font-size: .79rem;
    font-weight: 600;
}

.header.sh-site-header .sh-client-account.show > .btn,
.header.sh-site-header .sh-client-account > .btn:hover {
    background: #f3f4f6;
    color: var(--sh-violet);
}

.header.sh-site-header .sh-client-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: .58rem;
    background: var(--sh-violet);
    color: #fff;
    font-size: .82rem;
}

.header.sh-site-header .sh-mobile-toggle {
    width: 2.55rem;
    height: 2.55rem;
    padding: 0;
    border: 1px solid #e8dbfa;
    border-radius: .7rem;
    background: #fff;
    color: var(--sh-violet);
}

.header.sh-site-header .sh-mobile-toggle:hover,
.header.sh-site-header .sh-mobile-toggle:focus {
    background: #f5ecff;
    box-shadow: none;
}

.header.sh-site-header .sh-mobile-menu {
    width: 100%;
    padding: 1rem 0 .35rem;
    border-top: 1px solid var(--sh-line);
}

.header.sh-site-header .sh-mobile-menu .navbar-nav + .navbar-nav {
    margin-top: .35rem;
}

.header.sh-site-header .sh-mobile-menu .nav-link {
    padding: .72rem .3rem;
    color: #4b5563;
    font-size: .9rem;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .header.sh-site-header .sh-site-navbar {
        min-height: 64px;
    }

    .header.sh-site-header .sh-site-navbar > .container {
        flex-wrap: wrap;
        gap: .75rem;
    }

    .header.sh-site-header .sh-brand {
        width: 190px;
        height: 44px;
    }

    .header.sh-site-header #mainNavbar {
        order: 3;
        width: 100%;
        flex-basis: 100%;
    }

    .header.sh-site-header .sh-header-actions {
        margin-left: auto;
    }
}

@media (max-width: 575.98px) {
    .header.sh-site-header .sh-brand {
        width: 165px;
        height: 40px;
    }

    .header.sh-site-header .sh-header-actions {
        gap: .3rem;
    }

    .header.sh-site-header .cart-btn,
    .header.sh-site-header .sh-mobile-toggle {
        min-width: 2.35rem;
        min-height: 2.35rem;
        width: 2.35rem;
        height: 2.35rem;
    }
}

/* Etapa 3 — rodapé do site principal com atalhos adicionais da central WHMCS. */
#footer.sh-footer {
    padding: 4rem 0 0;
    background: #f8fafc;
}

#footer.sh-footer::before {
    content: none;
}

#footer.sh-footer .container {
    max-width: 1400px;
}

#footer.sh-footer .sh-footer-grid {
    grid-template-columns: minmax(220px, 1.45fr) repeat(4, minmax(135px, 1fr));
    gap: 2.6rem;
    padding: 0 0 3.5rem;
}

.sh-footer-brand-column {
    min-width: 0;
}

.sh-footer-brand-column .sh-footer-brand {
    width: 238px;
    max-width: 100%;
    margin-bottom: 1.4rem;
}

#footer.sh-footer .sh-footer-intro {
    max-width: 23rem;
    color: #6b7280;
    font-size: .84rem;
    line-height: 1.75;
}

#footer.sh-footer .sh-footer-column h2 {
    margin-bottom: 1.05rem;
    padding: 0;
    border: 0;
    color: #374151;
    font-size: .92rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: none;
}

#footer.sh-footer .sh-footer-column li + li {
    margin-top: .62rem;
}

#footer.sh-footer .sh-footer-column a {
    color: #6b7280;
    font-size: .82rem;
}

#footer.sh-footer .sh-footer-column a:hover,
#footer.sh-footer .sh-footer-column a:focus {
    color: var(--sh-violet);
}

#footer.sh-footer .sh-footer-social {
    gap: .55rem;
    margin-top: 1.35rem !important;
}

#footer.sh-footer .sh-footer-social a {
    width: 2.35rem;
    height: 2.35rem;
    border-color: #e5e7eb;
    border-radius: .55rem;
    background: #fff;
    color: #6b7280;
}

#footer.sh-footer .sh-footer-social a:hover,
#footer.sh-footer .sh-footer-social a:focus {
    border-color: var(--sh-violet);
    background: var(--sh-violet);
    color: #fff;
}

#footer.sh-footer .sh-footer-bottom {
    display: grid;
    grid-template-columns: minmax(230px, 1.4fr) max-content max-content auto;
    gap: 1.4rem;
    min-height: 5.4rem;
    padding: 1.15rem 0;
    border-top-color: #e5e7eb;
}

#footer.sh-footer .sh-footer-bottom .copyright {
    color: #6b7280;
    font-size: .69rem;
    line-height: 1.65;
}

#footer.sh-footer .sh-footer-bottom .copyright span {
    color: #9ca3af;
}

#footer.sh-footer .sh-footer-status {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    color: #4b5563;
    font-size: .7rem;
    font-weight: 600;
    white-space: nowrap;
}

#footer.sh-footer .sh-footer-status:hover {
    color: #059669;
    text-decoration: none;
}

.sh-footer-status span {
    width: .52rem;
    height: .52rem;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 0 4px rgba(52, 211, 153, .12);
}

.sh-footer-payments {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .35rem;
}

.sh-footer-payments span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 1.85rem;
    padding: 0 .45rem;
    border: 1px solid #e5e7eb;
    border-radius: .4rem;
    background: rgba(255, 255, 255, .75);
    color: #6b7280;
    font-size: .59rem;
    font-weight: 600;
}

#footer.sh-footer .sh-footer-locale {
    justify-self: end;
    color: #6b7280;
    font-size: .7rem;
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    #footer.sh-footer .sh-footer-grid {
        grid-template-columns: minmax(220px, 1.4fr) repeat(2, minmax(150px, 1fr));
        gap: 2.5rem 2rem;
    }

    #footer.sh-footer .sh-footer-brand-column {
        grid-row: span 2;
    }

    #footer.sh-footer .sh-footer-bottom {
        grid-template-columns: 1fr max-content;
    }

    #footer.sh-footer .sh-footer-status {
        justify-self: end;
    }

    #footer.sh-footer .sh-footer-payments {
        justify-content: flex-start;
    }

    #footer.sh-footer .sh-footer-locale {
        justify-self: end;
    }
}

@media (max-width: 767.98px) {
    #footer.sh-footer .sh-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #footer.sh-footer .sh-footer-brand-column {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    #footer.sh-footer .sh-footer-bottom {
        grid-template-columns: 1fr;
        gap: .8rem;
    }

    #footer.sh-footer .sh-footer-status,
    #footer.sh-footer .sh-footer-locale {
        justify-self: start;
    }

    .sh-footer-payments {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    #footer.sh-footer {
        padding-top: 3rem;
    }

    #footer.sh-footer .sh-footer-grid {
        grid-template-columns: 1fr;
        gap: 2.15rem;
        padding-bottom: 2.5rem;
    }
}

/* Complementos da navegação: site público acima, recursos nativos do WHMCS abaixo. */
.header.sh-site-header .sh-nav-trigger-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    margin-right: .38rem;
    border-radius: .38rem;
    background: rgba(133, 43, 218, .1);
    color: var(--sh-violet);
    font-size: .68rem;
}

.header.sh-site-header .sh-public-nav > .nav-item > .nav-link:hover .sh-nav-trigger-icon,
.header.sh-site-header .sh-public-nav > .nav-item.show > .nav-link .sh-nav-trigger-icon {
    background: rgba(133, 43, 218, .17);
}

.header.sh-site-header .cart-btn {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    width: auto;
    min-width: 2.55rem;
    padding: .36rem .5rem;
}

.header.sh-site-header .sh-cart-symbol {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.45rem;
    height: 1.45rem;
    color: var(--sh-violet);
    font-size: 1rem;
}

.header.sh-site-header .cart-btn .badge {
    top: -.34rem;
    right: -.34rem;
}

.header.sh-site-header .sh-cart-copy,
.header.sh-site-header .sh-client-copy {
    align-items: flex-start;
    flex-direction: column;
    line-height: 1.05;
    text-align: left;
}

.header.sh-site-header .sh-cart-copy small,
.header.sh-site-header .sh-client-copy small {
    color: #9ca3af;
    font-size: .57rem;
    font-weight: 600;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.header.sh-site-header .sh-cart-copy strong,
.header.sh-site-header .sh-client-copy strong {
    color: #374151;
    font-size: .74rem;
    font-weight: 600;
}

.header.sh-site-header .sh-client-login {
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
    color: #374151;
}

.header.sh-site-header .sh-client-login:hover {
    background: #f3f4f6;
    color: var(--sh-violet);
}

.header.sh-site-header .sh-client-register {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    min-height: 2.5rem;
    padding: .45rem .9rem;
    border: 0;
    border-radius: .65rem;
    background: var(--sh-violet);
    box-shadow: 0 8px 18px rgba(133, 43, 218, .2);
    color: #fff;
    font-size: .8rem;
    font-weight: 600;
    white-space: nowrap;
}

.header.sh-site-header .sh-client-register:hover {
    background: var(--sh-violet-dark);
    color: #fff;
}

.header.sh-site-header .sh-client-avatar {
    font-weight: 600;
    text-transform: uppercase;
}

.header.sh-site-header .sh-whmcs-nav-wrapper {
    min-height: 3.1rem;
    padding: 0;
    border-top: 1px solid #f0f1f4;
    border-bottom: 1px solid var(--sh-line);
    background: #fff;
}

.header.sh-site-header .sh-whmcs-nav-wrapper > .container {
    width: 100%;
    max-width: 1500px;
}

.header.sh-site-header .sh-whmcs-nav {
    display: flex;
    align-items: stretch;
    gap: .1rem;
}

.header.sh-site-header .sh-whmcs-nav > li {
    position: relative;
    display: flex;
    align-items: stretch;
}

.header.sh-site-header .sh-whmcs-nav > li > a {
    display: inline-flex;
    align-items: center;
    min-height: 3.05rem;
    padding: 0 .72rem;
    color: #6b7280;
    font-size: .76rem;
    font-weight: 600;
    white-space: nowrap;
}

.header.sh-site-header .sh-whmcs-nav > li > a:hover,
.header.sh-site-header .sh-whmcs-nav > li.active > a {
    color: var(--sh-violet);
    text-decoration: none;
}

.header.sh-site-header .sh-whmcs-nav > li.active > a::after {
    position: absolute;
    right: .72rem;
    bottom: 0;
    left: .72rem;
    height: 2px;
    border-radius: 2px 2px 0 0;
    background: var(--sh-violet);
    content: "";
}

.header.sh-site-header .sh-whmcs-nav .dropdown-menu {
    margin-top: .1rem;
    padding: .5rem;
    border: 1px solid #ebe7f1;
    border-radius: .85rem;
    box-shadow: 0 18px 44px rgba(17, 24, 39, .13);
}

.header.sh-site-header .sh-whmcs-nav .dropdown-item {
    padding: .52rem .7rem !important;
    border-radius: .55rem;
    color: #4b5563;
    font-size: .8rem;
}

.header.sh-site-header .sh-whmcs-nav .dropdown-item:hover {
    background: #f7f2fc;
    color: var(--sh-violet);
}

.header.sh-site-header .sh-whmcs-mobile-toggle {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    min-height: 2.8rem;
    padding: .45rem 0;
    border: 0;
    background: transparent;
    color: #4b5563;
    font-size: .82rem;
    font-weight: 600;
}

.header.sh-site-header .sh-whmcs-mobile-toggle:hover,
.header.sh-site-header .sh-whmcs-mobile-toggle:focus {
    color: var(--sh-violet);
    box-shadow: none;
}

@media (max-width: 1199.98px) {
    .header.sh-site-header .sh-public-nav {
        padding: .75rem 0;
        border-top: 1px solid var(--sh-line);
    }

    .header.sh-site-header .sh-public-nav > .nav-item > .nav-link {
        justify-content: flex-start;
        width: 100%;
        padding: .7rem .25rem;
    }

    .header.sh-site-header .sh-public-nav .dropdown-menu {
        margin: 0 0 .4rem;
        border: 0;
        box-shadow: none;
    }

    .header.sh-site-header .sh-whmcs-nav-wrapper > .container {
        flex-wrap: wrap;
    }

    .header.sh-site-header #whmcsNavbar {
        width: 100%;
        flex-basis: 100%;
    }

    .header.sh-site-header .sh-whmcs-nav,
    .header.sh-site-header .sh-whmcs-secondary-nav {
        padding: .35rem 0 .6rem;
    }

    .header.sh-site-header .sh-whmcs-nav > li,
    .header.sh-site-header .sh-whmcs-secondary-nav > li {
        display: block;
    }

    .header.sh-site-header .sh-whmcs-nav > li > a,
    .header.sh-site-header .sh-whmcs-secondary-nav > li > a {
        min-height: auto;
        padding: .65rem .15rem;
    }
}

@media (max-width: 575.98px) {
    .header.sh-site-header .cart-btn {
        width: 2.35rem;
        padding: 0;
    }
}

/* Ajuste fino do cabeçalho: cartões visuais, carrinho legível e navegação compacta. */
.header.sh-site-header .navbar.sh-site-navbar {
    min-height: 68px !important;
    padding: .45rem 0 !important;
}

.header.sh-site-header .navbar.sh-whmcs-nav-wrapper {
    min-height: 3.05rem !important;
    padding: 0 !important;
}

.header.sh-site-header .navbar.sh-whmcs-nav-wrapper > .container {
    min-height: 3.05rem;
}

.header.sh-site-header .sh-brand {
    width: 238px;
    height: 52px;
}

.header.sh-site-header .sh-mega-menu {
    display: grid;
    grid-template-columns: 230px minmax(220px, 1fr);
    width: 590px;
    min-height: 190px;
    padding: .55rem;
    overflow: hidden;
    border-color: #ebe7f1;
    border-radius: 1rem;
}

.header.sh-site-header .sh-menu-feature {
    position: relative;
    display: flex;
    min-height: 178px;
    overflow: hidden;
    border-radius: .78rem;
    background: #201137;
    color: #fff;
    text-decoration: none;
}

.header.sh-site-header .sh-menu-feature::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 7, 31, .1), rgba(15, 7, 31, .88));
    content: "";
    pointer-events: none;
}

.header.sh-site-header .sh-menu-feature > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .9;
    transition: transform .28s ease;
}

.header.sh-site-header .sh-menu-feature:hover > img {
    transform: scale(1.055);
}

.header.sh-site-header .sh-menu-feature > span {
    position: relative;
    z-index: 1;
    display: flex;
    align-self: flex-end;
    flex-direction: column;
    gap: .28rem;
    width: 100%;
    padding: 1rem;
}

.header.sh-site-header .sh-menu-feature small {
    color: #d8c2ff;
    font-size: .6rem;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.header.sh-site-header .sh-menu-feature strong {
    color: #fff;
    font-size: .94rem;
    line-height: 1.25;
}

.header.sh-site-header .sh-menu-feature em {
    color: #fff;
    font-size: .72rem;
    font-style: normal;
    font-weight: 600;
}

.header.sh-site-header .sh-menu-feature em i {
    margin-left: .2rem;
}

.header.sh-site-header .sh-menu-feature-support {
    background:
        radial-gradient(circle at 82% 12%, rgba(178, 116, 255, .55), transparent 38%),
        linear-gradient(145deg, #1d1035, #4c1d95);
}

.header.sh-site-header .sh-menu-feature-support > span > .fa-headset {
    margin-bottom: auto;
    color: #fff;
    font-size: 1.65rem;
}

.header.sh-site-header .sh-menu-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .18rem;
    padding: .3rem .3rem .3rem .8rem;
}

.header.sh-site-header .sh-menu-links .dropdown-item {
    min-height: 2.45rem;
}

.header.sh-site-header .cart-btn {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    width: auto;
    min-width: 0;
    min-height: 2.7rem;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
}

.header.sh-site-header .sh-cart-symbol {
    flex: 0 0 auto;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: .82rem;
    background: linear-gradient(135deg, #6e25d8, #a855f7);
    box-shadow: 0 9px 18px rgba(133, 43, 218, .25);
    color: #fff;
}

.header.sh-site-header .cart-btn:hover .sh-cart-symbol {
    background: linear-gradient(135deg, #5e1dbf, #8d39e8);
    color: #fff;
}

.header.sh-site-header .cart-btn .badge {
    top: -.18rem;
    right: -.18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.08rem;
    height: 1.08rem;
    padding: 0 .2rem;
    border: 2px solid #fff;
    background: #fff;
    box-shadow: 0 2px 8px rgba(17, 24, 39, .15);
    color: var(--sh-violet);
    font-size: .58rem;
    line-height: 1;
}

.header.sh-site-header .sh-cart-copy {
    min-width: 4.45rem;
}

.header.sh-site-header .sh-cart-copy small {
    color: #8b5fa7;
}

.header.sh-site-header .sh-cart-copy strong {
    color: #2d1749;
}

.header.sh-site-header .sh-regional {
    padding-right: .85rem;
    border-right: 1px solid #e5e7eb;
}

.header.sh-site-header .sh-client-login {
    padding-right: .5rem;
    padding-left: .35rem;
}

.header.sh-site-header .sh-client-register {
    min-height: 2.7rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: .82rem;
}

.header.sh-site-header .sh-whmcs-shortcuts {
    display: flex;
    align-items: stretch;
    gap: .12rem;
}

.header.sh-site-header .sh-whmcs-shortcuts > li {
    position: relative;
    display: flex;
    align-items: stretch;
}

.header.sh-site-header .sh-whmcs-shortcuts > li > a {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    min-height: 3.05rem;
    padding: 0 .7rem;
    color: #64748b;
    font-size: .76rem;
    font-weight: 600;
    white-space: nowrap;
}

.header.sh-site-header .sh-whmcs-shortcuts > li > a i {
    color: #9a7ac7;
    font-size: .72rem;
}

.header.sh-site-header .sh-whmcs-shortcuts > li > a:hover {
    color: var(--sh-violet);
    text-decoration: none;
}

.header.sh-site-header .sh-whmcs-shortcuts > li > a:hover i {
    color: var(--sh-violet);
}

@media (max-width: 1199.98px) {
    .header.sh-site-header .navbar.sh-whmcs-nav-wrapper {
        min-height: 2.85rem !important;
    }

    .header.sh-site-header .sh-mega-menu {
        display: block;
        width: 100%;
        min-height: 0;
    }

    .header.sh-site-header .sh-menu-feature {
        min-height: 150px;
        margin-bottom: .5rem;
    }

    .header.sh-site-header .sh-menu-links {
        padding: .2rem 0;
    }

    .header.sh-site-header .sh-whmcs-shortcuts {
        flex-direction: column;
        padding: .35rem 0 .15rem;
    }

    .header.sh-site-header .sh-whmcs-shortcuts > li > a {
        min-height: auto;
        padding: .65rem .15rem;
    }
}

@media (max-width: 575.98px) {
    .header.sh-site-header .sh-brand {
        width: 165px;
        height: 40px;
    }

    .header.sh-site-header .cart-btn {
        width: 2.55rem;
    }
}

/* Stage 1 — StabilityHost navigation skin. The Twenty-One markup and all
 * interactive behaviour stay untouched; this layer is intentionally visual. */
.header .navbar:not(.main-navbar-wrapper) {
    min-height: 84px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.header .navbar-brand {
    display: inline-flex;
    align-items: center;
    width: 220px;
    height: 48px;
    background: url("../img/stabilityhost-logo.png") left center / contain no-repeat;
}

.header .navbar-brand::before {
    display: none;
}

.header .navbar .search .form-control {
    min-width: 250px;
    border-color: var(--sh-line);
    border-radius: 10px;
    box-shadow: none;
}

.header .navbar .search .btn {
    color: var(--sh-violet);
}

.header .toolbar .cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
    border: 1px solid #ded0fb;
    border-radius: 14px;
    background: var(--sh-violet-soft);
    box-shadow: 0 8px 18px rgba(109, 46, 213, .13);
}

.header .toolbar .cart-btn:hover {
    border-color: var(--sh-violet);
    background: var(--sh-violet);
    color: #fff;
}

.header .toolbar .cart-btn .badge {
    top: -5px;
    right: -8px;
    min-width: 19px;
    border: 2px solid #fff;
    border-radius: 20px;
    line-height: 15px;
}

.header .main-navbar-wrapper {
    background: #fff;
}

.header .main-navbar-wrapper .nav-link {
    position: relative;
    padding: 1.05rem .9rem;
    font-size: .92rem;
}

.header .main-navbar-wrapper .nav-link::after {
    position: absolute;
    right: .9rem;
    bottom: 0;
    left: .9rem;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: var(--sh-violet);
    content: "";
    opacity: 0;
    transform: scaleX(.4);
    transition: opacity .18s ease, transform .18s ease;
}

.header .main-navbar-wrapper .nav-link:hover::after,
.header .main-navbar-wrapper .nav-item.active > .nav-link::after {
    opacity: 1;
    transform: scaleX(1);
}

@media (max-width: 1199.98px) {
    .header .navbar:not(.main-navbar-wrapper) {
        min-height: 72px;
    }

    .header .main-navbar-wrapper .nav-link::after {
        right: auto;
        left: 0;
        width: 34px;
    }
}

/* Precedência final: evita que a folha de testes inicial altere o cabeçalho
 * do site integrado. Não interfere em componentes nem scripts do WHMCS. */
.header.sh-site-header .navbar.sh-site-navbar {
    min-height: 68px !important;
    padding: .35rem 0 !important;
}

.header.sh-site-header .sh-brand {
    width: 176px;
    height: 52px;
    background-image: none;
}

.header.sh-site-header .sh-brand .logo-img {
    display: block !important;
    width: auto;
    height: 52px;
    max-width: 176px;
}

.header.sh-site-header .cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
    padding: 0 !important;
    border: 0 !important;
    border-radius: .65rem;
    background: #f3f4f6 !important;
    box-shadow: none !important;
    color: #4b5563;
}

.header.sh-site-header .sh-cart-symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: transparent;
    box-shadow: none;
    color: currentColor;
}

.header.sh-site-header .cart-btn:hover,
.header.sh-site-header .cart-btn:hover .sh-cart-symbol {
    background: #ececf0 !important;
    color: #852bda;
}

.header.sh-site-header .cart-btn .badge {
    top: -.33rem;
    right: -.33rem;
    min-width: 1.05rem;
    height: 1.05rem;
    border: 2px solid #fff;
    background: #852bda;
    color: #fff;
    font-size: .56rem;
    line-height: .9rem;
}

.header.sh-site-header .sh-client-login {
    min-height: 2.4rem;
    padding: .4rem .58rem;
    border: 0;
    border-radius: .65rem;
    background: transparent;
    box-shadow: none;
    color: #4b5563;
    font-size: .78rem;
}

.header.sh-site-header .sh-client-login:hover {
    background: #f3f4f6;
    color: #852bda;
}

.header.sh-site-header .sh-client-register {
    min-height: 2.45rem;
    padding: .45rem .85rem;
    border-radius: .62rem;
    background: #852bda;
    box-shadow: none;
    font-size: .78rem;
}

.header.sh-site-header .sh-client-register:hover {
    background: #7220c2;
}

@media (max-width: 1199.98px) {
    .header.sh-site-header .navbar.sh-site-navbar {
        min-height: 64px !important;
    }

    .header.sh-site-header .sh-brand,
    .header.sh-site-header .sh-brand .logo-img {
        width: 164px;
        height: 42px;
    }
}

@media (max-width: 575.98px) {
    .header.sh-site-header .sh-brand,
    .header.sh-site-header .sh-brand .logo-img {
        width: 145px;
        height: 38px;
    }
}

/* Barra de ações: o carrinho permanece separado e legível quando visitante. */
.header.sh-site-header .sh-header-actions {
    gap: .5rem;
}

.header.sh-site-header .cart-btn {
    flex: 0 0 2.65rem;
    width: 2.65rem;
    min-width: 2.65rem;
    height: 2.65rem;
    min-height: 2.65rem;
}

/* Resumo do carrinho no padrão da central: compacto no cabeçalho e completo
 * quando aberto, sem substituir as rotas normais do carrinho. */
.header.sh-site-header .sh-cart-dropdown {
    position: relative;
}

.header.sh-site-header .sh-cart-dropdown .cart-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    width: auto;
    padding: .18rem .48rem .18rem .2rem !important;
    border-radius: .85rem;
}

.header.sh-site-header .sh-cart-dropdown .cart-btn::after {
    display: none;
}

.header.sh-site-header .sh-cart-dropdown .sh-cart-symbol {
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: .7rem;
    background: #852bda;
    box-shadow: 0 8px 18px rgba(133, 43, 218, .24);
    color: #fff;
}

.header.sh-site-header .sh-cart-dropdown .cart-btn:hover,
.header.sh-site-header .sh-cart-dropdown .cart-btn:hover .sh-cart-symbol,
.header.sh-site-header .sh-cart-dropdown.show .cart-btn,
.header.sh-site-header .sh-cart-dropdown.show .sh-cart-symbol {
    background: #7220c2 !important;
    color: #fff;
}

.header.sh-site-header .sh-cart-dropdown .cart-btn .badge {
    border-color: #fff;
    background: #852bda;
    color: #fff;
}

.header.sh-site-header .sh-cart-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 3.5rem;
    line-height: 1.05;
}

.header.sh-site-header .sh-cart-copy small {
    color: #7b8797;
    font-size: .58rem;
    font-weight: 600;
    letter-spacing: .035rem;
    text-transform: uppercase;
}

.header.sh-site-header .sh-cart-copy strong {
    margin-top: .14rem;
    color: #1f2937;
    font-size: .72rem;
    font-weight: 600;
}

.header.sh-site-header .sh-cart-dropdown.show .sh-cart-copy small,
.header.sh-site-header .sh-cart-dropdown.show .sh-cart-copy strong {
    color: #fff;
}

.header.sh-site-header .sh-cart-chevron {
    color: #718096;
    font-size: .58rem;
}

.header.sh-site-header .sh-cart-dropdown.show .sh-cart-chevron {
    color: #fff;
    transform: rotate(180deg);
}

.header.sh-site-header .sh-cart-menu {
    width: 24.5rem;
    margin-top: .75rem;
    padding: 0 0 1.25rem;
    overflow: hidden;
    border: 1px solid #e5e9ee;
    border-radius: 1.1rem;
    box-shadow: 0 22px 50px rgba(16, 24, 40, .18);
}

.header.sh-site-header .sh-cart-menu-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.2rem .18rem;
}

.header.sh-site-header .sh-cart-menu-heading strong {
    color: #1f2937;
    font-size: .84rem;
}

.header.sh-site-header .sh-cart-menu-heading b {
    color: #852bda;
    font-size: .9rem;
}

.header.sh-site-header .sh-cart-menu-count {
    padding: 0 1.2rem .9rem;
    border-bottom: 1px solid #edf0f3;
    color: #8490a0;
    font-size: .61rem;
    font-weight: 600;
}

.header.sh-site-header .sh-cart-item-list {
    max-height: 15.5rem;
    overflow-y: auto;
    padding: .45rem .7rem;
}

.header.sh-site-header .sh-cart-item {
    display: flex;
    align-items: center;
    gap: .65rem;
    min-height: 4.2rem;
    padding: .62rem .48rem;
    border-bottom: 1px solid #edf0f3;
    color: inherit;
    text-decoration: none;
}

.header.sh-site-header .sh-cart-item:last-of-type {
    border-bottom: 0;
}

.header.sh-site-header .sh-cart-item:hover {
    border-radius: .65rem;
    background: #faf7ff;
    color: inherit;
    text-decoration: none;
}

.header.sh-site-header .sh-cart-item-icon {
    display: inline-flex;
    flex: 0 0 2.25rem;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: .68rem;
    background: #f1e8ff;
    color: #852bda;
    font-size: .84rem;
}

.header.sh-site-header .sh-cart-item-copy {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    gap: .14rem;
}

.header.sh-site-header .sh-cart-item-copy strong,
.header.sh-site-header .sh-cart-item-price b {
    overflow: hidden;
    color: #1f2937;
    font-size: .78rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header.sh-site-header .sh-cart-item-copy small,
.header.sh-site-header .sh-cart-item-price small {
    overflow: hidden;
    color: #718096;
    font-size: .65rem;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header.sh-site-header .sh-cart-item-price {
    display: flex;
    min-width: 4.65rem;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-end;
    gap: .14rem;
    text-align: right;
}

.header.sh-site-header .sh-cart-addon {
    display: block;
    margin: -.2rem .48rem .5rem 3.38rem;
    color: #718096;
    font-size: .65rem;
}

.header.sh-site-header .sh-cart-addon i {
    color: #852bda;
    font-size: .55rem;
}

.header.sh-site-header .sh-cart-menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.45rem 2rem 1rem;
    text-align: center;
}

.header.sh-site-header .sh-cart-menu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: .72rem;
    border-radius: .9rem;
    background: #f1e8ff;
    color: #852bda;
    font-size: 1.1rem;
}

.header.sh-site-header .sh-cart-menu-content strong {
    color: #1f2937;
    font-size: .84rem;
}

.header.sh-site-header .sh-cart-menu-content small {
    max-width: 16rem;
    margin-top: .38rem;
    color: #718096;
    font-size: .7rem;
    line-height: 1.5;
}

.header.sh-site-header .sh-cart-menu-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    margin: 0 1.2rem;
    border-radius: .5rem;
    background: #852bda;
    color: #fff;
    font-size: .76rem;
    font-weight: 600;
    text-decoration: none;
}

.header.sh-site-header .sh-cart-menu-primary:hover {
    background: #7220c2;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .header.sh-site-header .sh-cart-dropdown .cart-btn {
        width: 2.65rem;
        padding: 0 !important;
    }

    .header.sh-site-header .sh-cart-dropdown .sh-cart-symbol {
        flex-basis: 100%;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 575.98px) {
    .header.sh-site-header .sh-cart-menu {
        position: fixed;
        top: 4.35rem;
        right: .75rem;
        left: .75rem;
        width: auto;
    }
}

/* Login da central: composição visual própria, com os campos e ações nativas. */
.sh-login-form {
    max-width: none !important;
    margin: 2.75rem auto 3.5rem;
}

.sh-login-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: min(100%, 980px);
    min-height: 530px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #dfe5ed;
    border-radius: .95rem;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.sh-login-welcome {
    display: flex;
    align-items: center;
    padding: 3rem;
    background:
        radial-gradient(circle at 104% 5%, rgba(255,255,255,.2), transparent 34%),
        linear-gradient(145deg, #6421c9, #852bda 58%, #a84bff);
    color: #fff;
}

.sh-login-welcome-content {
    width: 100%;
    max-width: 24rem;
    margin: 0 auto;
}

.sh-login-eyebrow {
    display: inline-block;
    margin-bottom: .7rem;
    color: #eadbff;
    font-size: .64rem;
    font-weight: 600;
    letter-spacing: .08rem;
    text-transform: uppercase;
}

.sh-login-welcome h1 {
    margin: 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -.045rem;
}

.sh-login-welcome p {
    margin: .8rem 0 1.85rem;
    color: rgba(255,255,255,.86);
    font-size: .84rem;
    line-height: 1.65;
}

.sh-login-benefits {
    display: grid;
    gap: .8rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sh-login-benefits li {
    color: #fff;
    font-size: .77rem;
    font-weight: 600;
}

.sh-login-benefits i {
    margin-right: .4rem;
    color: #86efac;
}

.sh-login-security {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-top: 1.9rem;
    padding: .85rem .95rem;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: .75rem;
    background: rgba(255,255,255,.1);
}

.sh-login-security > i {
    color: #fff;
    font-size: 1.05rem;
}

.sh-login-security span {
    display: flex;
    flex-direction: column;
    gap: .15rem;
}

.sh-login-security strong {
    color: #fff;
    font-size: .72rem;
}

.sh-login-security small {
    color: rgba(255,255,255,.8);
    font-size: .63rem;
}

.sh-login-panel {
    display: flex;
    align-items: center;
    padding: 2.7rem 2.5rem;
    background: #fff;
}

.sh-login-panel-content {
    width: 100%;
    max-width: 24rem;
    margin: 0 auto;
}

.sh-login-user-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: .9rem;
    border-radius: .8rem;
    background: #f1e8ff;
    color: #852bda;
    font-size: 1rem;
}

.sh-login-heading h2 {
    margin: 0;
    color: #192235;
    font-size: 1.2rem;
    font-weight: 600;
}

.sh-login-heading p {
    margin: .35rem 0 1.5rem;
    color: #728096;
    font-size: .77rem;
}

.sh-login-form .form-group {
    margin-bottom: 1rem;
}

.sh-login-form .form-control-label {
    margin-bottom: .38rem;
    color: #374151;
    font-size: .72rem;
    font-weight: 600;
}

.sh-login-form .input-group-text,
.sh-login-form .form-control,
.sh-login-form .btn-reveal-pw {
    min-height: 2.75rem;
    border-color: #d9e1eb;
    background: #f8fafc;
    box-shadow: none;
}

.sh-login-form .input-group-text {
    width: 2.7rem;
    justify-content: center;
    color: #852bda;
}

.sh-login-form .form-control {
    color: #243046;
    font-size: .8rem;
}

.sh-login-form .form-control:focus {
    border-color: #a855f7;
    background: #fff;
    box-shadow: 0 0 0 .16rem rgba(133, 43, 218, .12);
}

.sh-login-form .btn-reveal-pw {
    border-left: 0;
    color: #7b8797;
}

.sh-login-form .btn-reveal-pw:hover {
    color: #852bda;
}

.sh-login-forgot {
    margin-bottom: .38rem;
    color: #852bda;
    font-size: .66rem;
    font-weight: 600;
}

.sh-login-forgot:hover {
    color: #7220c2;
}

.sh-login-captcha {
    margin-bottom: 1rem;
}

.sh-login-submit-row {
    display: flex;
    flex-direction: column-reverse;
    gap: .85rem;
}

.sh-login-submit-row #login {
    width: 100%;
    min-height: 2.8rem;
    border: 0;
    border-radius: .55rem;
    background: #852bda;
    box-shadow: 0 8px 18px rgba(133, 43, 218, .2);
    font-size: .8rem;
    font-weight: 600;
}

.sh-login-submit-row #login:hover {
    background: #7220c2;
}

.sh-login-submit-row #login i {
    margin-right: .35rem;
}

.sh-login-remember {
    margin: 0;
    color: #627086;
    font-size: .7rem;
}

.sh-login-remember .form-check-input {
    position: static;
    margin: 0 .32rem 0 0;
    vertical-align: -.08rem;
}

.sh-login-register {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e7ecf2;
    color: #7b8797;
    text-align: center;
}

.sh-login-register small,
.sh-login-register a {
    font-size: .7rem;
}

.sh-login-register a {
    margin-left: .22rem;
    color: #852bda;
    font-weight: 600;
}

.sh-login-register a:hover {
    color: #7220c2;
}

@media (max-width: 767.98px) {
    .sh-login-form {
        margin: 1.5rem auto 2.5rem;
    }

    .sh-login-shell {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .sh-login-welcome {
        padding: 2rem 1.5rem;
    }

    .sh-login-welcome h1 {
        font-size: 1.55rem;
    }

    .sh-login-benefits,
    .sh-login-security {
        display: none;
    }

    .sh-login-welcome p {
        margin-bottom: 0;
    }

    .sh-login-panel {
        padding: 2rem 1.5rem;
    }
}

/* A barra secundária é a navegação da central WHMCS, separada do menu
 * comercial que fica acima dela. */
.master-breadcrumb {
    display: none;
}

.header.sh-site-header .sh-whmcs-nav-wrapper {
    min-height: 3rem !important;
    background: #fff;
    box-shadow: 0 5px 14px rgba(15, 23, 42, .025);
}

.header.sh-site-header .sh-whmcs-nav-wrapper > .container {
    justify-content: center;
}

.header.sh-site-header .sh-whmcs-shortcuts {
    flex-wrap: nowrap;
    margin: 0 auto;
}

.header.sh-site-header .sh-whmcs-shortcuts > li > a {
    min-height: 3rem;
    padding: 0 .72rem;
    color: #64748b;
    font-size: .73rem;
}

.header.sh-site-header .sh-whmcs-shortcuts > li > a i {
    color: #9b7aca;
}

.header.sh-site-header .sh-whmcs-shortcuts > li > a:hover {
    background: #faf7ff;
    color: #852bda;
}

.header.sh-site-header .sh-whmcs-shortcuts > li.sh-whmcs-panel-selector {
    display: flex;
}

.header.sh-site-header .sh-whmcs-panel-selector > .btn {
    display: inline-flex;
    align-items: center;
    min-height: 3rem;
    padding: 0 .72rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #64748b;
    font-size: .73rem;
    font-weight: 600;
}

.header.sh-site-header .sh-whmcs-panel-selector > .btn i {
    margin-right: .4rem;
    color: #9b7aca;
}

.header.sh-site-header .sh-whmcs-panel-selector > .btn::after {
    margin-left: .4rem;
}

.header.sh-site-header .sh-whmcs-panel-selector > .btn:hover,
.header.sh-site-header .sh-whmcs-panel-selector.show > .btn {
    background: #faf7ff;
    color: #852bda;
}

.header.sh-site-header .sh-whmcs-panel-selector.show > .btn i {
    color: #852bda;
}

/* Central do cliente — componentes visuais próprios. Os mesmos dados, tabelas
 * e ações nativas continuam sendo renderizados pelos templates do WHMCS. */
body.sh-template-clientareahome,
body.sh-template-clientareaproducts,
body.sh-template-clientareainvoices,
body.sh-template-clientareadomains,
body.sh-template-supportticketslist,
body.sh-template-affiliates {
    background: #f7f8fc;
}

body.sh-template-clientareahome #main-body,
body.sh-template-clientareaproducts #main-body,
body.sh-template-clientareainvoices #main-body,
body.sh-template-clientareadomains #main-body,
body.sh-template-supportticketslist #main-body,
body.sh-template-affiliates #main-body {
    padding-top: 1.6rem;
    padding-bottom: 3.75rem;
}

body.sh-template-clientareahome #main-body .sidebar,
body.sh-template-clientareaproducts #main-body .sidebar,
body.sh-template-clientareainvoices #main-body .sidebar,
body.sh-template-clientareadomains #main-body .sidebar,
body.sh-template-supportticketslist #main-body .sidebar,
body.sh-template-affiliates #main-body .sidebar {
    display: none;
}

body.sh-template-clientareahome #main-body .row > .col-lg-8,
body.sh-template-clientareaproducts #main-body .row > .col-lg-8,
body.sh-template-clientareainvoices #main-body .row > .col-lg-8,
body.sh-template-clientareadomains #main-body .row > .col-lg-8,
body.sh-template-supportticketslist #main-body .row > .col-lg-8,
body.sh-template-affiliates #main-body .row > .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
}

.sh-client-page {
    width: min(100%, 1160px);
    margin: 0 auto;
}

.sh-client-page-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    min-height: 9.25rem;
    padding: 1.7rem 2rem;
    border: 1px solid #e9e4f1;
    border-radius: 1.2rem;
    background:
        radial-gradient(circle at 100% 0, rgba(168, 85, 247, .15), transparent 31%),
        linear-gradient(115deg, #fff 0%, #fbf8ff 100%);
    box-shadow: 0 14px 36px rgba(31, 41, 55, .06);
}

.sh-client-page-kicker {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    color: #852bda;
    font-size: .67rem;
    font-weight: 600;
    letter-spacing: .07rem;
    text-transform: uppercase;
}

.sh-client-page h1 {
    margin: .36rem 0 .32rem;
    color: #18233b;
    font-size: clamp(1.45rem, 2vw, 2rem);
    font-weight: 600;
    letter-spacing: -.045rem;
}

.sh-client-page-hero p {
    max-width: 38rem;
    margin: 0;
    color: #738198;
    font-size: .86rem;
}

.sh-client-page-action {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 2.72rem;
    padding: .55rem 1rem;
    border: 0;
    border-radius: .72rem;
    background: #852bda;
    box-shadow: 0 9px 18px rgba(133, 43, 218, .21);
    color: #fff;
    font-size: .76rem;
    font-weight: 600;
}

.sh-client-page-action:hover,
.sh-client-page-action:focus {
    background: #7220c2;
    color: #fff;
    text-decoration: none;
}

.sh-client-page-content {
    margin-top: 1.15rem;
}

.sh-client-page .tiles {
    overflow: hidden;
    margin-bottom: 1.15rem !important;
    border: 1px solid #e8ebf0;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 12px 30px rgba(31, 41, 55, .045);
}

.sh-client-page .tiles .tile {
    position: relative;
    display: flex;
    min-height: 7.2rem;
    flex-direction: column;
    justify-content: center;
    padding: 1.25rem 1.4rem;
    border: 0;
    border-right: 1px solid #edf0f4;
    background: #fff;
    color: #25324a;
    text-decoration: none;
}

.sh-client-page .tiles .tile:hover {
    background: #fcfaff;
    text-decoration: none;
}

.sh-client-page .tiles .tile > i {
    position: absolute;
    top: 1.15rem;
    right: 1.15rem;
    color: #bfa9df;
    font-size: 1.45rem;
    opacity: .65;
}

.sh-client-page .tiles .tile .stat {
    color: #852bda;
    font-size: 1.65rem;
    font-weight: 600;
    line-height: 1;
}

.sh-client-page .tiles .tile .title {
    margin-top: .45rem;
    color: #66748a;
    font-size: .72rem;
    font-weight: 600;
    text-transform: none;
}

.sh-client-page .tiles .tile .highlight {
    right: 1.2rem;
    bottom: .75rem;
    left: 1.2rem;
    width: auto;
    height: .17rem;
    border-radius: 1rem;
    background: #852bda !important;
}

.sh-client-page .client-home-cards .card,
.sh-client-page .table-container,
.sh-client-page .tab-content {
    overflow: hidden;
    margin-bottom: 1rem;
    border: 1px solid #e8ebf0;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 12px 30px rgba(31, 41, 55, .045);
}

.sh-client-page .client-home-cards .card {
    border-top: 3px solid #852bda;
}

.sh-client-page .client-home-cards .card-header {
    padding: 1rem 1.15rem;
    border-bottom: 1px solid #edf0f4;
    background: #fff;
}

.sh-client-page .client-home-cards .card-title {
    color: #25324a;
    font-size: .9rem;
    font-weight: 600;
}

.sh-client-page .client-home-cards .card-body {
    padding: 1.15rem;
    color: #66748a;
    font-size: .8rem;
}

.sh-client-page .client-home-cards .list-group-item {
    padding: .83rem 1.15rem;
    border-color: #edf0f4;
    color: #59677c;
    font-size: .78rem;
}

.sh-client-page .client-home-cards .list-group-item.active,
.sh-client-page .client-home-cards .list-group-item:hover {
    border-color: #eee5fa;
    background: #faf7ff;
    color: #852bda;
}

.sh-client-page .client-home-cards .card-footer {
    display: none;
}

.sh-client-page .table-container {
    padding: .2rem .8rem .75rem;
}

.sh-client-page table.table-list {
    margin: 0 !important;
    border: 0 !important;
}

.sh-client-page table.table-list thead th {
    padding: .95rem .7rem;
    border: 0;
    border-bottom: 1px solid #e7ebf1;
    background: #fafbfe;
    color: #7a8799;
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .05rem;
    text-transform: uppercase;
}

.sh-client-page table.table-list tbody td {
    padding: 1rem .7rem;
    border-top: 1px solid #edf0f4;
    background: #fff;
    color: #46546a;
    font-size: .79rem;
}

.sh-client-page table.table-list tbody tr:hover td {
    background: #fcfaff;
}

.sh-client-page table.table-list tbody td strong,
.sh-client-page table.table-list tbody td a {
    color: #25324a;
    font-weight: 600;
}

.sh-client-page .label.status {
    padding: .3rem .56rem;
    border-radius: 2rem;
    font-size: .63rem;
    font-weight: 600;
    text-transform: none;
}

.sh-client-page .dataTables_wrapper {
    padding: .25rem 0 .5rem;
    color: #66748a;
    font-size: .76rem;
}

.sh-client-page .dataTables_wrapper .dataTables_filter input,
.sh-client-page .dataTables_wrapper .dataTables_length select {
    min-height: 2.45rem;
    border: 1px solid #dde3eb;
    border-radius: .58rem;
    background-color: #fff;
    box-shadow: none;
}

.sh-client-page .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #e0e5ed !important;
    border-radius: .5rem;
    background: #fff !important;
    color: #64748b !important;
}

.sh-client-page .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.sh-client-page .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-color: #852bda !important;
    background: #852bda !important;
    color: #fff !important;
}

.sh-client-page .btn-group .btn,
.sh-client-page .tab-content > .tab-pane > form > .btn-group .btn {
    min-height: 2.38rem;
    border-color: #dee4ec;
    border-radius: .55rem;
    background: #fff;
    color: #536177;
    font-size: .74rem;
    font-weight: 600;
}

.sh-client-page .btn-group .btn:hover {
    border-color: #dac6f4;
    background: #faf7ff;
    color: #852bda;
}

@media (max-width: 767.98px) {
    .sh-client-page-hero {
        align-items: flex-start;
        min-height: 0;
        flex-direction: column;
        padding: 1.35rem;
    }

    .sh-client-page-action {
        width: 100%;
    }

    .sh-client-page .tiles .tile {
        min-height: 6.2rem;
        border-bottom: 1px solid #edf0f4;
    }

    .sh-client-page .tiles .tile:nth-child(even) {
        border-right: 0;
    }

    .sh-client-page .table-container {
        overflow-x: auto;
        padding-right: .35rem;
        padding-left: .35rem;
    }
}

/* Ações financeiras disponíveis ao cliente na lista de faturas. */
.sh-client-invoices #tableInvoicesList .sh-invoice-actions-heading,
.sh-client-invoices #tableInvoicesList .sh-invoice-actions {
    width: 10.8rem;
    text-align: right;
    white-space: nowrap;
}
.sh-client-invoices .sh-invoice-action-menu { display: inline-flex; }
.sh-client-invoices .sh-invoice-action-menu .btn {
    min-height: 2.18rem;
    border-color: #dfcfef;
    background: #fff;
    color: var(--sh-theme-primary, #852bda);
    font-size: .69rem;
    font-weight: 600;
}
.sh-client-invoices .sh-invoice-manage-action {
    display: inline-flex;
    align-items: center;
    gap: .34rem;
    border-radius: .55rem 0 0 .55rem !important;
}
.sh-client-invoices .sh-invoice-more-action {
    min-width: 2.1rem;
    padding-right: .45rem;
    padding-left: .45rem;
    border-left-color: #eadff5 !important;
    border-radius: 0 .55rem .55rem 0 !important;
}
.sh-client-invoices .sh-invoice-action-menu:hover .btn,
.sh-client-invoices .sh-invoice-action-menu.open .btn {
    border-color: var(--sh-theme-primary, #852bda);
    background: #faf6ff;
    color: var(--sh-theme-primary-dark, #6520b5);
}
.sh-client-invoices .sh-invoice-action-list {
    min-width: 14.4rem;
    margin-top: .42rem;
    padding: .35rem;
    border-color: #e4dcef;
    border-radius: .72rem;
    box-shadow: 0 14px 28px rgba(40, 27, 65, .15);
}
.sh-client-invoices .sh-invoice-action-list > li > a {
    display: flex;
    align-items: center;
    gap: .55rem;
    min-height: 2.35rem;
    padding: .55rem .62rem;
    border-radius: .48rem;
    color: #4b5c76;
    font-size: .73rem;
    font-weight: 600;
}
.sh-client-invoices .sh-invoice-action-list > li > a:hover {
    background: #faf6ff;
    color: var(--sh-theme-primary, #852bda);
    text-decoration: none;
}
.sh-client-invoices .sh-invoice-action-list > li > a > i {
    width: 1rem;
    color: var(--sh-theme-primary, #852bda);
    text-align: center;
}
.sh-client-invoices .sh-invoice-action-list .divider { margin: .28rem 0; }
@media (max-width: 767.98px) {
    .sh-client-invoices #tableInvoicesList .sh-invoice-actions-heading,
    .sh-client-invoices #tableInvoicesList .sh-invoice-actions { width: 9.8rem; }
    .sh-client-invoices .sh-invoice-manage-action { padding-right: .45rem; padding-left: .45rem; }
}

/* Fatura integrada à Central do Cliente. */
.sh-template-viewinvoice { background: #f6f8fc; }
.sh-invoice-page { padding: 2rem 0 3.4rem; }
.sh-invoice-page .container { width: min(calc(100% - 2rem), 72rem); }
.sh-invoice-back-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: .85rem;
    color: #687995;
    font-size: .76rem;
    font-weight: 600;
    text-decoration: none;
}
.sh-invoice-back-link:hover { color: var(--sh-theme-primary, #852bda); text-decoration: none; }
.sh-invoice-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 1rem;
    padding: 1.65rem 1.8rem;
    border: 1px solid #e5dfef;
    border-radius: 1.15rem;
    background: radial-gradient(circle at 94% 0, rgba(171, 93, 246, .18), transparent 30%), linear-gradient(120deg, #fff, #fcfaff);
    box-shadow: 0 15px 34px rgba(34, 38, 66, .06);
}
.sh-invoice-kicker {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    color: var(--sh-theme-primary, #852bda);
    font-size: .64rem;
    font-weight: 600;
    letter-spacing: .085em;
    text-transform: uppercase;
}
.sh-invoice-hero h1 { margin: .38rem 0 .35rem; color: #1f304b; font-size: clamp(1.55rem, 3vw, 2.2rem); font-weight: 600; }
.sh-invoice-hero p { max-width: 38rem; margin: 0; color: #718099; font-size: .82rem; line-height: 1.55; }
.sh-invoice-status-box { display: grid; flex: 0 0 auto; gap: .4rem; min-width: 12.5rem; padding: 1rem; border: 1px solid #e4d6f3; border-radius: .85rem; background: rgba(255, 255, 255, .78); text-align: center; }
.sh-invoice-status { display: inline-flex; align-items: center; justify-content: center; width: max-content; max-width: 100%; margin: 0 auto; padding: .34rem .6rem; border-radius: 999px; font-size: .67rem; font-weight: 600; }
.sh-invoice-status-unpaid, .sh-invoice-status-draft { background: #fff1ef; color: #d54a45; }
.sh-invoice-status-paid { background: #e7f8ed; color: #158651; }
.sh-invoice-status-payment-pending { background: #fff7dd; color: #99730a; }
.sh-invoice-status-refunded, .sh-invoice-status-cancelled, .sh-invoice-status-collections { background: #f1f3f6; color: #69778c; }
.sh-invoice-status-box > strong { color: #4d5e78; font-size: .71rem; font-weight: 600; }
.sh-invoice-pay-area { display: flex; justify-content: center; margin-top: .12rem; }
.sh-invoice-pay-area form { margin: 0; }
.sh-invoice-pay-area .btn, .sh-invoice-pay-area input[type="submit"], .sh-invoice-pay-area button { min-height: 2.35rem; padding: .5rem .8rem; border: 0; border-radius: .58rem; background: var(--sh-theme-primary, #852bda); box-shadow: 0 7px 14px rgba(133, 43, 218, .18); color: #fff; font-size: .72rem; font-weight: 600; }
.sh-invoice-layout { display: grid; grid-template-columns: minmax(0, 1fr) 17.8rem; align-items: start; gap: 1rem; }
.sh-invoice-main { min-width: 0; }
.sh-invoice-parties { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-bottom: 1rem; }
.sh-invoice-party-card, .sh-invoice-card, .sh-invoice-summary-card, .sh-invoice-actions-card, .sh-invoice-credit-card, .sh-invoice-notes { border: 1px solid #e5e9f0; border-radius: .95rem; background: #fff; box-shadow: 0 10px 25px rgba(28, 39, 64, .045); }
.sh-invoice-party-card { min-height: 11rem; padding: 1.15rem; }
.sh-invoice-party-card > span, .sh-invoice-card header span, .sh-invoice-credit-card > div > span { display: inline-flex; align-items: center; gap: .36rem; color: #7b6798; font-size: .61rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.sh-invoice-party-card > span > i, .sh-invoice-card header span > i, .sh-invoice-credit-card > div > span > i { color: var(--sh-theme-primary, #852bda); }
.sh-invoice-party-card > strong { display: block; margin: .52rem 0 .28rem; color: #2d3e59; font-size: .9rem; font-weight: 600; }
.sh-invoice-party-card p { margin: 0; color: #687893; font-size: .76rem; line-height: 1.65; }
.sh-invoice-custom-fields { display: grid; gap: .25rem; margin: .65rem 0 0; padding-top: .6rem; border-top: 1px solid #edf0f4; }
.sh-invoice-custom-fields div { display: flex; gap: .3rem; color: #7b8799; font-size: .68rem; }
.sh-invoice-custom-fields dt { font-weight: 600; }.sh-invoice-custom-fields dd { margin: 0; }
.sh-invoice-credit-card { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; padding: 1rem 1.15rem; border-color: #d9eadd; background: #fbfffc; }
.sh-invoice-credit-card h2 { margin: .3rem 0; color: #29425d; font-size: .92rem; font-weight: 600; }.sh-invoice-credit-card p { max-width: 33rem; margin: 0; color: #63748c; font-size: .74rem; }
.sh-invoice-credit-card form { flex: 0 0 16rem; }.sh-invoice-credit-card label { display: block; margin-bottom: .3rem; color: #65758c; font-size: .67rem; font-weight: 600; }.sh-invoice-credit-card .form-control { border-color: #d8e2db; border-radius: .5rem 0 0 .5rem; font-size: .75rem; }.sh-invoice-credit-card .btn { border-radius: 0 .5rem .5rem 0; background: #208d59; color: #fff; font-size: .7rem; font-weight: 600; }
.sh-invoice-notes { display: flex; gap: .65rem; margin-bottom: 1rem; padding: .9rem 1rem; border-color: #dce8f5; background: #f9fcff; }.sh-invoice-notes > i { margin-top: .1rem; color: #5086bd; }.sh-invoice-notes strong { color: #344c68; font-size: .77rem; }.sh-invoice-notes p { margin: .16rem 0 0; color: #62738b; font-size: .74rem; }
.sh-invoice-card { overflow: hidden; margin-bottom: 1rem; }.sh-invoice-card > header { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.12rem; border-bottom: 1px solid #edf0f4; background: linear-gradient(100deg, #fff, #fbfaff); }.sh-invoice-card header h2 { margin: .18rem 0 0; color: #293b56; font-size: 1rem; font-weight: 600; }.sh-invoice-card > header > strong { color: var(--sh-theme-primary, #852bda); font-size: 1rem; font-weight: 600; }.sh-invoice-card > header > i { color: #b18bd9; font-size: 1.15rem; }
.sh-invoice-table { margin: 0; }.sh-invoice-table thead th { padding: .76rem 1.1rem; border-top: 0; border-bottom: 1px solid #e9edf2; background: #fafbfc; color: #708099; font-size: .64rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }.sh-invoice-table thead th:last-child, .sh-invoice-table tbody td:last-child, .sh-invoice-table tfoot td { text-align: right; }.sh-invoice-table tbody td, .sh-invoice-table tfoot th, .sh-invoice-table tfoot td { padding: .76rem 1.1rem; border-color: #edf0f4; color: #4b5c75; font-size: .76rem; }.sh-invoice-table tfoot th { color: #5c6b82; font-weight: 600; text-align: right; }.sh-invoice-table .sh-invoice-total-row th, .sh-invoice-table .sh-invoice-total-row td { border-top: 1px solid #dce2ea; background: #fbf9fe; color: #542294; font-size: .85rem; font-weight: 600; }.sh-invoice-tax-note { margin: .6rem 1.1rem .8rem; color: #7e8b9e; font-size: .65rem; }
.sh-invoice-empty-row { padding: 1.2rem !important; color: #7d8ba0 !important; text-align: center; }.sh-invoice-empty-row i { margin-right: .35rem; color: #aa90c5; }.sh-invoice-balance-row th, .sh-invoice-balance-row td { border-top: 1px solid #e3e8ee; background: #fbfcfe; color: #334863; font-weight: 600; }
.sh-invoice-sidebar { display: grid; gap: 1rem; }.sh-invoice-summary-card { overflow: hidden; }.sh-invoice-summary-card header { display: grid; gap: .35rem; padding: 1rem; background: linear-gradient(135deg, var(--sh-theme-primary-dark, #6520b5), var(--sh-theme-primary, #852bda)); color: #fff; }.sh-invoice-summary-card header span { font-size: .64rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }.sh-invoice-summary-card header strong { font-size: 1.45rem; font-weight: 600; }.sh-invoice-summary-card dl { margin: 0; padding: .18rem .95rem; }.sh-invoice-summary-card dl > div { display: grid; gap: .2rem; padding: .75rem 0; border-bottom: 1px solid #edf0f4; }.sh-invoice-summary-card dt { color: #8591a2; font-size: .64rem; font-weight: 600; }.sh-invoice-summary-card dd { margin: 0; color: #40516c; font-size: .75rem; font-weight: 600; }.sh-invoice-gateway-form { margin: 0; }.sh-invoice-gateway-form select { width: 100%; min-height: 2.25rem; border-color: #dfe5ed; border-radius: .5rem; background: #fff; color: #44566f; font-size: .72rem; }.sh-invoice-balance { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin: .75rem; padding: .75rem; border-radius: .65rem; background: #f8f5fd; }.sh-invoice-balance span { color: #76849b; font-size: .69rem; font-weight: 600; }.sh-invoice-balance strong { color: #542294; font-size: .9rem; font-weight: 600; }
.sh-invoice-actions-card { padding: .45rem; }.sh-invoice-actions-card h2 { margin: .38rem .45rem .55rem; color: #344660; font-size: .8rem; font-weight: 600; }.sh-invoice-actions-card > a { display: flex; align-items: center; gap: .55rem; min-height: 2.45rem; padding: .55rem .6rem; border-radius: .55rem; color: #586983; font-size: .73rem; font-weight: 600; text-decoration: none; }.sh-invoice-actions-card > a > i { width: 1rem; color: var(--sh-theme-primary, #852bda); text-align: center; }.sh-invoice-actions-card > a:hover { background: #faf6ff; color: var(--sh-theme-primary, #852bda); text-decoration: none; }.sh-invoice-actions-card > a.sh-invoice-pay-link { background: var(--sh-theme-primary, #852bda); color: #fff; box-shadow: 0 7px 15px rgba(133, 43, 218, .18); }.sh-invoice-actions-card > a.sh-invoice-pay-link > i { color: #fff; }.sh-invoice-actions-card > a.sh-invoice-pay-link:hover { background: var(--sh-theme-primary-dark, #6520b5); color: #fff; }
@media (min-width: 992px) { .sh-invoice-sidebar { position: sticky; top: 1.25rem; } }
@media (max-width: 767.98px) { .sh-invoice-page { padding-top: 1.1rem; }.sh-invoice-page .container { width: min(calc(100% - 1.25rem), 72rem); }.sh-invoice-hero { align-items: flex-start; flex-direction: column; padding: 1.3rem; }.sh-invoice-status-box { width: 100%; }.sh-invoice-layout, .sh-invoice-parties { grid-template-columns: 1fr; }.sh-invoice-credit-card { align-items: stretch; flex-direction: column; }.sh-invoice-credit-card form { flex-basis: auto; }.sh-invoice-table thead th, .sh-invoice-table tbody td, .sh-invoice-table tfoot th, .sh-invoice-table tfoot td { padding-right: .75rem; padding-left: .75rem; }.sh-invoice-transactions-table { min-width: 35rem; } }
@media print { .sh-site-header, .sh-site-subnav, .sh-footer, .sh-invoice-back-link, .sh-invoice-actions-card, .sh-invoice-pay-area, .btn-return-to-admin { display: none !important; }.sh-invoice-page { padding: 0; }.sh-invoice-page .container { width: 100%; }.sh-invoice-hero, .sh-invoice-party-card, .sh-invoice-card, .sh-invoice-summary-card { box-shadow: none; }.sh-invoice-layout { grid-template-columns: 1fr; }.sh-invoice-sidebar { position: static; }.sh-invoice-summary-card { display: none; } }

/* Tipografia mais leve: hierarquia sem excesso de negrito. */
body[class*="sh-template-"] { font-synthesis: none; }
body[class*="sh-template-"] strong,
body[class*="sh-template-"] b { font-weight: 600; }

/* Atendimento: composição única para o chamado, sem cartões repetidos ou
 * aparência de mensageria instantânea. */
body.sh-template-viewticket #main-body {
    min-height: 68vh;
    padding-top: 1.7rem;
    padding-bottom: 3.5rem;
    background: #f7f8fb;
}
body.sh-template-viewticket #main-body > .container { max-width: 1120px; }
.sh-ticket-workspace {
    display: grid;
    grid-template-columns: 17.25rem minmax(0, 1fr);
    align-items: start;
    gap: 1.35rem;
}
.sh-ticket-aside { display: grid; gap: .85rem; position: sticky; top: 1.25rem; }
.sh-ticket-summary,
.sh-ticket-help-card,
.sh-ticket-header,
.sh-ticket-history,
.sh-ticket-compose {
    border: 1px solid #e3e7ee;
    border-radius: .9rem;
    background: #fff;
    box-shadow: 0 9px 24px rgba(25, 38, 63, .045);
}
.sh-ticket-summary { overflow: hidden; }
.sh-ticket-summary > header { padding: 1.05rem 1.05rem .82rem; border-bottom: 1px solid #edf0f4; }
.sh-ticket-summary > header > span,
.sh-ticket-eyebrow,
.sh-ticket-history-head > div > span,
.sh-ticket-compose > header > div > span,
.sh-ticket-record-role {
    display: block;
    color: #8252aa;
    font-size: .59rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.sh-ticket-summary > header > span > i { margin-right: .35rem; color: var(--sh-theme-primary, #852bda); }
.sh-ticket-summary h2 { margin: .3rem 0 0; color: #263852; font-size: .92rem; font-weight: 600; }
.sh-ticket-summary-status { display: flex; align-items: center; gap: .6rem; margin: .85rem 1.05rem; padding: .68rem .72rem; border-radius: .6rem; background: #f8fafc; }
.sh-ticket-status-dot { width: .55rem; height: .55rem; border-radius: 50%; background: #42b970; box-shadow: 0 0 0 .22rem rgba(66, 185, 112, .12); }
.sh-ticket-summary-status small { display: block; color: #8a96a7; font-size: .63rem; }.sh-ticket-summary-status strong { display: block; margin-top: .05rem; color: #344862; font-size: .75rem; }
.sh-ticket-assignee { display: flex; align-items: center; gap: .62rem; margin: 0 1.05rem .88rem; padding: .62rem; border: 1px solid #ece4f5; border-radius: .68rem; background: linear-gradient(135deg, #fff, #fbf8ff); }.sh-ticket-assignee-avatar { flex: 0 0 2.2rem; width: 2.2rem; height: 2.2rem; overflow: hidden; border: 2px solid #fff; border-radius: 50%; background: #e9e5ee; box-shadow: 0 2px 6px rgba(48, 37, 69, .14); }.sh-ticket-assignee-avatar img { width: 100%; height: 100%; object-fit: cover; }.sh-ticket-assignee > span:last-child { min-width: 0; }.sh-ticket-assignee small, .sh-ticket-assignee strong, .sh-ticket-assignee em { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.sh-ticket-assignee small { color: #8a779f; font-size: .56rem; }.sh-ticket-assignee strong { margin-top: .08rem; color: #433255; font-size: .72rem; font-weight: 600; }.sh-ticket-assignee em { margin-top: .08rem; color: #8b96a8; font-size: .58rem; font-style: normal; }
.sh-ticket-summary-list { margin: 0; padding: 0 .35rem; }.sh-ticket-summary-list > div { display: grid; gap: .18rem; padding: .62rem .7rem; border-top: 1px solid #eff1f5; }.sh-ticket-summary-list dt { color: #8793a4; font-size: .62rem; font-weight: 500; }.sh-ticket-summary-list dd { margin: 0; overflow-wrap: anywhere; color: #4c5e78; font-size: .72rem; font-weight: 600; }
.sh-ticket-summary-actions { display: grid; gap: .2rem; padding: .8rem; border-top: 1px solid #edf0f4; }.sh-ticket-summary-actions .btn { width: 100%; }.sh-ticket-aside-primary { min-height: 2.55rem; border: 0; border-radius: .58rem; background: var(--sh-theme-primary, #852bda); color: #fff; font-size: .71rem; font-weight: 600; }.sh-ticket-aside-primary:hover { background: var(--sh-theme-primary-dark, #6520b5); color: #fff; }.sh-ticket-aside-link { display: flex; align-items: center; gap: .45rem; min-height: 2.2rem; padding: .35rem .45rem; border-radius: .45rem; color: #65758e; font-size: .69rem; font-weight: 500; text-decoration: none; }.sh-ticket-aside-link:hover { background: #faf7ff; color: var(--sh-theme-primary, #852bda); text-decoration: none; }.sh-ticket-aside-link i { width: .9rem; color: #a273cf; text-align: center; }
.sh-ticket-help-card { display: grid; grid-template-columns: 1.8rem 1fr; column-gap: .58rem; padding: .9rem; background: linear-gradient(135deg, #fff, #fbf8ff); }.sh-ticket-help-card > i { grid-row: span 2; color: #9d6aca; font-size: 1.1rem; }.sh-ticket-help-card strong { color: #3e4f68; font-size: .72rem; }.sh-ticket-help-card span { display: block; margin-top: .14rem; color: #7d8aa0; font-size: .65rem; line-height: 1.45; }.sh-ticket-help-card a { grid-column: 2; margin-top: .55rem; color: var(--sh-theme-primary, #852bda); font-size: .65rem; font-weight: 600; text-decoration: none; }.sh-ticket-help-card a i { margin-left: .2rem; font-size: .55rem; }
.sh-ticket-main { min-width: 0; }.sh-ticket-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; padding: 1.35rem 1.45rem; }.sh-ticket-breadcrumb { display: inline-flex; align-items: center; gap: .35rem; margin-bottom: .7rem; color: #7a879b; font-size: .68rem; font-weight: 500; text-decoration: none; }.sh-ticket-breadcrumb:hover { color: var(--sh-theme-primary, #852bda); text-decoration: none; }.sh-ticket-header h1 { margin: .25rem 0 .24rem; color: #253750; font-size: clamp(1.35rem, 2.6vw, 1.8rem); font-weight: 600; letter-spacing: -.025em; }.sh-ticket-header p { margin: 0; color: #7d8aa0; font-size: .73rem; }.sh-ticket-header p span { margin: 0 .3rem; color: #b2bac7; }.sh-ticket-header-actions { display: flex; align-items: center; gap: .45rem; flex-wrap: wrap; }.sh-ticket-header-actions .btn, .sh-ticket-closed-label { display: inline-flex; align-items: center; justify-content: center; gap: .35rem; min-height: 2.3rem; padding: .45rem .65rem; border-radius: .55rem; font-size: .68rem; font-weight: 600; }.sh-ticket-header-reply { border: 1px solid var(--sh-theme-primary, #852bda); background: var(--sh-theme-primary, #852bda); color: #fff; }.sh-ticket-header-reply:hover { background: var(--sh-theme-primary-dark, #6520b5); color: #fff; }.sh-ticket-header-close { border: 1px solid #f1d5d9; background: #fff; color: #c24c59; }.sh-ticket-header-close:hover { border-color: #e9b7bf; background: #fff5f6; color: #ae3947; }.sh-ticket-closed-label { border: 1px solid #d9e6dd; background: #f4fbf6; color: #39835a; }
.sh-ticket-history { overflow: hidden; }.sh-ticket-history-head { display: flex; align-items: center; justify-content: space-between; gap: .8rem; padding: 1.05rem 1.25rem; border-bottom: 1px solid #edf0f4; }.sh-ticket-history-head h2 { margin: .18rem 0 0; color: #344660; font-size: .96rem; font-weight: 600; }.sh-ticket-record-count { padding: .32rem .52rem; border: 1px solid #e3e8ef; border-radius: .45rem; color: #7e8ca2; font-size: .61rem; font-weight: 500; white-space: nowrap; }.sh-ticket-records { padding: .85rem; background: #fbfcfd; }
.sh-ticket-record { display: flex; align-items: flex-start; gap: .8rem; margin: 0 0 .7rem; padding: .95rem; border: 1px solid #e7ebf0; border-left: 3px solid #b7c5d5; border-radius: .7rem; background: #fff; box-shadow: 0 4px 12px rgba(31, 43, 68, .025); }.sh-ticket-record:last-child { margin-bottom: 0; }.sh-ticket-record.is-staff { border-left-color: var(--sh-theme-primary, #852bda); }.sh-ticket-record-avatar { flex: 0 0 2.55rem; width: 2.55rem; height: 2.55rem; overflow: hidden; border: 2px solid #fff; border-radius: 50%; background: #e8edf3; box-shadow: 0 2px 7px rgba(30, 42, 68, .15); }.sh-ticket-record-avatar img { width: 100%; height: 100%; object-fit: cover; }.sh-ticket-record-content { min-width: 0; flex: 1; }.sh-ticket-record-content > header { display: flex; align-items: flex-start; justify-content: space-between; gap: .75rem; padding-bottom: .58rem; border-bottom: 1px solid #eef1f4; }.sh-ticket-record-role { margin-bottom: .12rem; color: #8692a4; font-size: .55rem; }.is-staff .sh-ticket-record-role { color: #8544bf; }.sh-ticket-record h3 { margin: 0; color: #394b65; font-size: .78rem; font-weight: 600; }.sh-ticket-record time { display: block; margin-top: .14rem; color: #929dae; font-size: .61rem; }.sh-ticket-record-badge { display: inline-flex; align-items: center; gap: .26rem; padding: .28rem .45rem; border-radius: .4rem; background: #f6f8fa; color: #77869d; font-size: .58rem; font-weight: 500; white-space: nowrap; }.is-staff .sh-ticket-record-badge { background: #faf5ff; color: #8043b7; }.sh-ticket-record-message, .is-staff .sh-ticket-record-message { padding: .72rem 0 .1rem; border: 0; border-radius: 0; background: transparent; box-shadow: none; color: #4b5d76; font-size: .75rem; line-height: 1.65; }.sh-ticket-record-message > :last-child { margin-bottom: 0; }.sh-ticket-record-ip { margin-top: .7rem; padding-top: .55rem; border-top: 1px solid #edf0f3; color: #909bad; font-size: .61rem; }.sh-ticket-record-attachments { margin-top: .7rem; padding: .65rem .7rem; border: 1px solid #e9edf2; border-radius: .5rem; background: #fafbfd; }.sh-ticket-record-attachments strong { display: block; color: #63748d; font-size: .64rem; }.sh-ticket-record-attachments small { display: block; margin-top: .25rem; color: #b26e78; font-size: .61rem; }.sh-ticket-record-attachments > div { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .45rem; }.sh-ticket-file { display: inline-flex; align-items: center; gap: .3rem; padding: .28rem .4rem; border: 1px solid #e1e6ee; border-radius: .38rem; background: #fff; color: #5d6f89; font-size: .62rem; text-decoration: none; }.sh-ticket-file:hover { border-color: #d7c3ed; color: var(--sh-theme-primary, #852bda); text-decoration: none; }.sh-ticket-file.is-removed { color: #9c7479; }.sh-ticket-rating { margin-top: .6rem; padding-top: .52rem; border-top: 1px solid #edf0f3; text-align: right; }
.sh-ticket-compose { margin-top: 1rem; padding: 1.2rem; }.sh-ticket-compose > header { display: flex; align-items: center; gap: .65rem; margin-bottom: 1rem; }.sh-ticket-compose > header > span { display: grid; flex: 0 0 2.25rem; width: 2.25rem; height: 2.25rem; place-items: center; border-radius: .55rem; background: #f2e9ff; color: var(--sh-theme-primary, #852bda); }.sh-ticket-compose h2 { margin: .16rem 0; color: #33455f; font-size: .96rem; font-weight: 600; }.sh-ticket-compose header p { margin: 0; color: #8b97a9; font-size: .65rem; }.sh-ticket-compose .form-group label { margin-bottom: .35rem; color: #61728a; font-size: .66rem; font-weight: 500; }.sh-ticket-compose .form-control { min-height: 2.35rem; border-color: #dfe5ec; border-radius: .5rem; background: #fff; color: #465974; font-size: .72rem; box-shadow: none; }.sh-ticket-compose .form-control:focus { border-color: #c9a7e8; box-shadow: 0 0 0 .15rem rgba(133,43,218,.08); }.sh-ticket-compose-message { margin-bottom: .8rem; }.sh-ticket-compose .markdown-editor { border-color: #dfe5ec; border-radius: .5rem; }.sh-ticket-compose-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; padding-top: .8rem; border-top: 1px solid #edf0f3; }.sh-ticket-upload { min-width: 0; flex: 1; }.sh-ticket-upload > label { display: block; margin-bottom: .4rem; color: #60718a; font-size: .67rem; font-weight: 500; }.sh-ticket-upload > label i { margin-right: .3rem; color: #9a70c5; }.sh-ticket-upload .input-group { max-width: 28rem; }.sh-ticket-upload .custom-file-label, .sh-ticket-upload .btn { min-height: 2.25rem; border-color: #dfe5ec; color: #64748b; font-size: .68rem; }.sh-ticket-upload small { display: block; margin-top: .38rem; color: #99a3b2; font-size: .57rem; }.sh-ticket-compose-actions { display: flex; gap: .45rem; white-space: nowrap; }.sh-ticket-compose-actions .btn { min-height: 2.38rem; padding: .45rem .75rem; border-radius: .52rem; font-size: .68rem; font-weight: 600; }.sh-ticket-submit { border: 0; background: var(--sh-theme-primary, #852bda); color: #fff; }.sh-ticket-submit:hover { background: var(--sh-theme-primary-dark, #6520b5); color: #fff; }.sh-ticket-reset { border: 1px solid #dfe5ec; background: #fff; color: #66768c; }.sh-ticket-reset:hover { background: #f8f9fb; color: #53647d; }
@media (max-width: 991.98px) { .sh-ticket-workspace { grid-template-columns: 1fr; }.sh-ticket-aside { position: static; grid-template-columns: minmax(0, 1fr) minmax(14rem, .7fr); align-items: start; }.sh-ticket-help-card { min-height: 100%; } }
@media (max-width: 575.98px) { body.sh-template-viewticket #main-body { padding-top: .9rem; }.sh-ticket-workspace { gap: .8rem; }.sh-ticket-aside { grid-template-columns: 1fr; }.sh-ticket-header { display: block; padding: 1rem; }.sh-ticket-header-actions { margin-top: .8rem; }.sh-ticket-history-head { padding: .9rem; }.sh-ticket-records { padding: .55rem; }.sh-ticket-record { gap: .58rem; padding: .75rem; }.sh-ticket-record-avatar { flex-basis: 2.25rem; width: 2.25rem; height: 2.25rem; }.sh-ticket-record-content > header { display: block; }.sh-ticket-record-badge { margin-top: .45rem; }.sh-ticket-compose { padding: .9rem; }.sh-ticket-compose-footer { align-items: stretch; flex-direction: column; }.sh-ticket-upload .input-group { max-width: none; }.sh-ticket-compose-actions { justify-content: flex-end; } }

/* A navegação da central é a única exibida no celular. Ela permanece em uma
 * faixa horizontal para não repetir o menu padrão do Twenty-One nem ocupar a
 * tela toda como uma lista vertical. */
@media (max-width: 1199.98px) {
    .header.sh-site-header .sh-whmcs-shortcuts {
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        margin: 0;
        padding: .1rem 0;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .header.sh-site-header .sh-whmcs-shortcuts > li,
    .header.sh-site-header .sh-whmcs-shortcuts > li.sh-whmcs-panel-selector {
        display: flex;
        flex: 0 0 auto;
    }

    .header.sh-site-header .sh-whmcs-shortcuts > li > a,
    .header.sh-site-header .sh-whmcs-panel-selector > .btn {
        min-height: 2.85rem;
        padding: 0 .62rem;
    }

    .header.sh-site-header .sh-cart-dropdown .cart-btn {
        width: 2.7rem;
        min-width: 2.7rem;
        height: 2.7rem;
        min-height: 2.7rem;
        gap: 0;
        padding: 0 !important;
        border-radius: .82rem;
        background: #852bda !important;
        box-shadow: 0 9px 18px rgba(133, 43, 218, .25) !important;
    }

    .header.sh-site-header .sh-cart-dropdown .sh-cart-symbol {
        flex: 0 0 100%;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        background: transparent !important;
        box-shadow: none;
    }

    .header.sh-site-header .sh-cart-copy,
    .header.sh-site-header .sh-cart-chevron {
        display: none;
    }

    .header.sh-site-header .sh-cart-dropdown .cart-btn .badge {
        top: -.2rem;
        right: -.2rem;
        border-color: #852bda;
        background: #fff;
        color: #852bda;
    }
}

/* Carrinho: no desktop ele mantém uma superfície clara e legível também
 * quando o menu está aberto; o roxo fica reservado ao ícone e aos destaques. */
@media (min-width: 1200px) {
    .header.sh-site-header .sh-cart-dropdown .cart-btn {
        min-height: 2.72rem;
        padding: .18rem .62rem .18rem .22rem !important;
        border: 1px solid #e8e5ec !important;
        border-radius: .86rem;
        background: #faf9fb !important;
        box-shadow: none !important;
    }

    .header.sh-site-header .sh-cart-dropdown .cart-btn:hover,
    .header.sh-site-header .sh-cart-dropdown.show .cart-btn {
        border-color: #dec9f7 !important;
        background: #faf7ff !important;
        box-shadow: 0 8px 18px rgba(133, 43, 218, .11) !important;
        color: #25324a;
    }

    .header.sh-site-header .sh-cart-dropdown .sh-cart-symbol,
    .header.sh-site-header .sh-cart-dropdown.show .sh-cart-symbol {
        background: linear-gradient(135deg, #6e25d8, #a855f7) !important;
        color: #fff;
    }

    .header.sh-site-header .sh-cart-dropdown .cart-btn .badge {
        border-color: #852bda;
        background: #fff;
        color: #852bda;
    }

    .header.sh-site-header .sh-cart-dropdown.show .sh-cart-copy small,
    .header.sh-site-header .sh-cart-dropdown.show .sh-cart-copy strong,
    .header.sh-site-header .sh-cart-dropdown.show .sh-cart-chevron {
        color: #3d2b55;
    }

    .header.sh-site-header .sh-cart-dropdown.show .sh-cart-chevron {
        color: #852bda;
    }
}

/* Navegação mobile: os dois menus passam a ser painéis independentes. Assim
 * os atalhos da central não ficam em uma faixa estreita nem se confundem com
 * as categorias comerciais. */
@media (max-width: 767.98px) {
    .header.sh-site-header .sh-site-navbar {
        min-height: 4.45rem !important;
        padding: .45rem 0 !important;
    }

    .header.sh-site-header .sh-site-navbar > .container {
        gap: .5rem;
    }

    .header.sh-site-header .sh-brand,
    .header.sh-site-header .sh-brand .logo-img {
        width: 8.7rem;
        height: 2.5rem;
    }

    .header.sh-site-header .sh-header-actions {
        gap: .42rem;
    }

    .header.sh-site-header .sh-cart-dropdown .cart-btn,
    .header.sh-site-header .sh-mobile-toggle {
        width: 2.65rem;
        min-width: 2.65rem;
        height: 2.65rem;
        min-height: 2.65rem;
        border-radius: .82rem;
    }

    .header.sh-site-header #mainNavbar {
        order: 3;
        width: 100%;
        margin-top: .15rem;
    }

    .header.sh-site-header #mainNavbar.show,
    .header.sh-site-header #mainNavbar.collapsing {
        padding: .6rem;
        border: 1px solid #e7e2ee;
        border-radius: .9rem;
        background: #fff;
        box-shadow: 0 .7rem 1.8rem rgba(37, 27, 59, .11);
    }

    .header.sh-site-header #mainNavbar .sh-public-nav {
        gap: .2rem;
        padding: 0;
        border: 0;
    }

    .header.sh-site-header #mainNavbar .sh-public-nav > .nav-item > .nav-link {
        min-height: 2.7rem;
        padding: .62rem .7rem;
        border-radius: .6rem;
        background: #fbfaff;
        color: #475569;
        font-size: .78rem;
        font-weight: 500;
    }

    .header.sh-site-header #mainNavbar .sh-public-nav > .nav-item > .nav-link:hover,
    .header.sh-site-header #mainNavbar .sh-public-nav > .nav-item.show > .nav-link {
        background: #f2e9ff;
        color: var(--sh-theme-primary, #852bda);
    }

    .header.sh-site-header #mainNavbar .sh-source-mega,
    .header.sh-site-header #mainNavbar .sh-source-menu-item.show > .sh-source-mega {
        margin: .35rem 0 .15rem;
        border: 1px solid #eee9f4;
        border-radius: .65rem;
        background: #fff;
    }

    .header.sh-site-header #mainNavbar .sh-source-mega-main,
    .header.sh-site-header #mainNavbar .sh-source-mega-aside {
        padding: .65rem;
    }

    .header.sh-site-header .sh-whmcs-nav-wrapper {
        min-height: auto !important;
        padding: .42rem 0 !important;
        border-top-color: #f0edf4;
        background: #fafaff;
        box-shadow: 0 .3rem .9rem rgba(30, 41, 59, .035);
    }

    .header.sh-site-header .sh-whmcs-nav-wrapper > .container {
        display: block;
        width: calc(100% - 1.25rem);
        padding: 0;
    }

    .header.sh-site-header .sh-whmcs-mobile-toggle {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 2.8rem;
        padding: 0 .8rem;
        border: 1px solid #e5dcf0;
        border-radius: .72rem;
        background: #fff;
        color: #4b3a62;
        font-size: .76rem;
        font-weight: 500;
        text-align: left;
    }

    .header.sh-site-header .sh-whmcs-mobile-toggle > i:first-child {
        display: grid;
        width: 1.72rem;
        height: 1.72rem;
        margin-right: .55rem;
        place-items: center;
        border-radius: .5rem;
        background: #f0e6ff;
        color: var(--sh-theme-primary, #852bda);
        font-size: .7rem;
    }

    .header.sh-site-header .sh-central-toggle-chevron {
        margin-left: auto;
        color: #9672be;
        font-size: .62rem;
        transition: transform .18s ease;
    }

    .header.sh-site-header .sh-whmcs-mobile-toggle[aria-expanded="true"] {
        border-color: #d5bbf2;
        background: #fbf8ff;
        color: var(--sh-theme-primary, #852bda);
    }

    .header.sh-site-header .sh-whmcs-mobile-toggle[aria-expanded="true"] .sh-central-toggle-chevron {
        transform: rotate(180deg);
    }

    .header.sh-site-header #whmcsNavbar {
        width: 100%;
    }

    .header.sh-site-header #whmcsNavbar.show,
    .header.sh-site-header #whmcsNavbar.collapsing {
        margin-top: .45rem;
        padding: .5rem;
        border: 1px solid #e5e9ef;
        border-radius: .8rem;
        background: #fff;
        box-shadow: 0 .65rem 1.45rem rgba(30, 41, 59, .07);
    }

    .header.sh-site-header .sh-whmcs-shortcuts {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .38rem;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: visible;
    }

    .header.sh-site-header .sh-whmcs-shortcuts > li,
    .header.sh-site-header .sh-whmcs-shortcuts > li.sh-whmcs-panel-selector {
        display: block;
        min-width: 0;
    }

    .header.sh-site-header .sh-mobile-client-access {
        grid-column: 1 / -1;
    }

    .header.sh-site-header .sh-whmcs-shortcuts > li.sh-mobile-client-access > a {
        min-height: 3.15rem;
        padding: .42rem .58rem;
        border-color: #e1d0f4;
        background: linear-gradient(105deg, #fcf9ff, #f5edff);
        color: #4d3863;
    }

    .header.sh-site-header .sh-mobile-client-avatar {
        display: grid;
        flex: 0 0 2.2rem;
        width: 2.2rem;
        height: 2.2rem;
        margin-right: .52rem;
        place-items: center;
        overflow: hidden;
        border: 2px solid #fff;
        border-radius: 50%;
        background: #8b44d2;
        color: #fff;
        box-shadow: 0 2px 7px rgba(99, 42, 160, .17);
        font-size: .76rem;
    }

    .header.sh-site-header .sh-mobile-client-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header.sh-site-header .sh-mobile-client-copy {
        display: grid;
        gap: .04rem;
        min-width: 0;
    }

    .header.sh-site-header .sh-mobile-client-copy small {
        color: #8c78a3;
        font-size: .56rem;
    }

    .header.sh-site-header .sh-mobile-client-copy > span {
        overflow: hidden;
        color: #4d3863;
        font-size: .72rem;
        font-weight: 600;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header.sh-site-header .sh-whmcs-shortcuts > li.sh-mobile-client-access > a > .fa-chevron-right {
        flex: 0 0 auto;
        width: auto;
        margin: 0 0 0 auto;
        color: #9c78c2;
        font-size: .58rem;
    }

    .header.sh-site-header .sh-whmcs-shortcuts > li > a,
    .header.sh-site-header .sh-whmcs-panel-selector > .btn {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        min-height: 2.5rem;
        padding: .48rem .56rem;
        border: 1px solid #edf0f4;
        border-radius: .58rem;
        background: #fff;
        color: #5c6b82;
        font-size: .68rem;
        font-weight: 500;
        line-height: 1.2;
        white-space: normal;
    }

    .header.sh-site-header .sh-whmcs-shortcuts > li > a i,
    .header.sh-site-header .sh-whmcs-panel-selector > .btn i {
        flex: 0 0 1rem;
        width: 1rem;
        margin-right: .38rem;
        color: #9a70c5;
        text-align: center;
    }

    .header.sh-site-header .sh-whmcs-shortcuts > li > a:hover,
    .header.sh-site-header .sh-whmcs-panel-selector > .btn:hover,
    .header.sh-site-header .sh-whmcs-panel-selector.show > .btn {
        border-color: #dfcdf4;
        background: #faf7ff;
        color: var(--sh-theme-primary, #852bda);
        text-decoration: none;
    }

    .header.sh-site-header .sh-whmcs-panel-selector .sh-panel-selector-menu {
        position: static;
        width: 100%;
        margin: .35rem 0 0;
        padding: .3rem;
        border: 1px solid #e8e1f1;
        border-radius: .58rem;
        box-shadow: none;
    }

    .header.sh-site-header .sh-whmcs-panel-selector .dropdown-item {
        padding: .5rem;
        border-radius: .42rem;
        font-size: .66rem;
    }
}

@media (max-width: 359.98px) {
    .header.sh-site-header .sh-brand,
    .header.sh-site-header .sh-brand .logo-img {
        width: 7.6rem;
    }

    .header.sh-site-header .sh-whmcs-shortcuts {
        grid-template-columns: 1fr;
    }
}

/* As demais etapas do pedido conservam os formulários nativos, mas recebem a
 * superfície visual da StabilityHost. Isso mantém domínio, checkout e gateway
 * plenamente compatíveis com o WHMCS. */
body[class*="sh-template-"] #order-standard_cart {
    width: min(calc(100% - 2rem), 1160px);
    margin: 1.65rem auto 3.25rem;
    color: #26344b;
}

body[class*="sh-template-"] #order-standard_cart .cart-sidebar,
body[class*="sh-template-"] #order-standard_cart .order-summary,
body[class*="sh-template-"] #order-standard_cart .view-cart-tabs,
body[class*="sh-template-"] #order-standard_cart .cart-body {
    border-color: #e9e6ee;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 14px 30px rgba(31, 41, 55, .055);
}

body[class*="sh-template-"] #order-standard_cart .cart-sidebar h3,
body[class*="sh-template-"] #order-standard_cart .order-summary h2,
body[class*="sh-template-"] #order-standard_cart .sub-heading {
    color: #26344b;
    font-weight: 600;
}

body[class*="sh-template-"] #order-standard_cart .cart-sidebar .list-group-item {
    border-color: #edf0f4;
    color: #637189;
}

body[class*="sh-template-"] #order-standard_cart .cart-sidebar .list-group-item.active,
body[class*="sh-template-"] #order-standard_cart .cart-sidebar .list-group-item:hover {
    border-color: #852bda;
    background: #852bda;
    color: #fff;
}

body[class*="sh-template-"] #order-standard_cart .btn-primary,
body[class*="sh-template-"] #order-standard_cart .btn-checkout,
body[class*="sh-template-"] #order-standard_cart .btn-success {
    border-color: #852bda;
    border-radius: .62rem;
    background: #852bda;
    box-shadow: 0 8px 16px rgba(133, 43, 218, .16);
    font-weight: 600;
}

body[class*="sh-template-"] #order-standard_cart .btn-primary:hover,
body[class*="sh-template-"] #order-standard_cart .btn-checkout:hover,
body[class*="sh-template-"] #order-standard_cart .btn-success:hover {
    border-color: #7220c2;
    background: #7220c2;
}

body[class*="sh-template-"] #order-standard_cart .form-control,
body[class*="sh-template-"] #order-standard_cart .field {
    border-color: #ded8e8;
    border-radius: .58rem;
    background: #fbfaff;
    box-shadow: none;
}

body[class*="sh-template-"] #order-standard_cart .form-control:focus,
body[class*="sh-template-"] #order-standard_cart .field:focus {
    border-color: #a855f7;
    box-shadow: 0 0 0 .16rem rgba(168, 85, 247, .14);
}

body[class*="sh-template-"] #order-standard_cart .order-summary .total-due-today,
body[class*="sh-template-"] #order-standard_cart .summary-totals .amt {
    color: #852bda;
    font-weight: 600;
}

/* Programa de afiliados, usando a proposta e a linguagem do site principal. */
.sh-affiliate-unavailable {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(19rem, .85fr);
    overflow: hidden;
    width: min(100%, 1160px);
    margin: 0 auto;
    border: 1px solid #e8e0f1;
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 16px 36px rgba(31, 41, 55, .06);
}

.sh-affiliate-unavailable-hero {
    padding: 2.5rem;
    background:
        radial-gradient(circle at 100% 0, rgba(255,255,255,.16), transparent 32%),
        linear-gradient(140deg, #431480, #852bda 62%, #a855f7);
    color: #fff;
}

.sh-affiliate-unavailable-hero > span {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    padding: .38rem .65rem;
    border: 1px solid rgba(255,255,255,.27);
    border-radius: 2rem;
    color: #f3e9ff;
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .06rem;
    text-transform: uppercase;
}

.sh-affiliate-unavailable h1 {
    margin: 1.05rem 0 .7rem;
    color: #fff;
    font-size: clamp(1.9rem, 3vw, 2.7rem);
    font-weight: 600;
    letter-spacing: -.055rem;
    line-height: 1.04;
}

.sh-affiliate-unavailable h1 strong {
    color: #e7ceff;
}

.sh-affiliate-unavailable-hero p {
    max-width: 35rem;
    margin: 0;
    color: #f1e9fa;
    font-size: .86rem;
    line-height: 1.6;
}

.sh-affiliate-unavailable-hero .btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-top: 1.4rem;
    padding: .67rem 1rem;
    border-radius: .65rem;
    background: #fff;
    color: #7220c2;
    font-size: .76rem;
    font-weight: 600;
}

.sh-affiliate-unavailable-perks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .9rem;
    padding: 2rem;
}

.sh-affiliate-unavailable-perks > div {
    position: relative;
    padding-left: 3rem;
}

.sh-affiliate-unavailable-perks span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: .67rem;
    background: #f1e8ff;
    color: #852bda;
}

.sh-affiliate-unavailable-perks b,
.sh-affiliate-unavailable-perks small {
    display: block;
}

.sh-affiliate-unavailable-perks b {
    color: #25324a;
    font-size: .79rem;
}

.sh-affiliate-unavailable-perks small {
    margin-top: .16rem;
    color: #738198;
    font-size: .7rem;
    line-height: 1.45;
}

.sh-affiliate-unavailable-note {
    grid-column: 1 / -1;
    padding: .78rem 1.2rem;
    border-top: 1px solid #eeeaf3;
    background: #faf9fc;
    color: #778297;
    font-size: .72rem;
    text-align: center;
}

.sh-affiliate-unavailable-note i { color: #852bda; }

.sh-affiliate-stats,
.sh-affiliate-balance-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    margin-top: 1.15rem;
    border: 1px solid #e8ebf0;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 12px 30px rgba(31, 41, 55, .045);
}

.sh-affiliate-stats > div,
.sh-affiliate-balance-grid > div {
    padding: 1.1rem 1.2rem;
    border-right: 1px solid #edf0f4;
}

.sh-affiliate-stats > div:last-child,
.sh-affiliate-balance-grid > div:last-child { border-right: 0; }

.sh-affiliate-stats small,
.sh-affiliate-balance-grid small,
.sh-affiliate-stats strong,
.sh-affiliate-balance-grid strong { display: block; }

.sh-affiliate-stats small,
.sh-affiliate-balance-grid small { margin-top: .5rem; color: #758196; font-size: .66rem; font-weight: 600; }
.sh-affiliate-stats strong,
.sh-affiliate-balance-grid strong { margin-top: .18rem; color: #26334a; font-size: 1.1rem; font-weight: 600; }

.sh-affiliate-stat-icon { display: inline-flex; align-items: center; justify-content: center; width: 2.1rem; height: 2.1rem; border-radius: .65rem; }
.sh-affiliate-stat-violet { background: #f1e8ff; color: #852bda; }
.sh-affiliate-stat-blue { background: #e8f2ff; color: #2563eb; }
.sh-affiliate-stat-green { background: #e9fbf2; color: #149460; }
.sh-affiliate-stat-gold { background: #fff5df; color: #c8840d; }

.sh-affiliate-link-card,
.sh-affiliate-referrals,
.sh-affiliate-links {
    margin-top: 1.15rem;
    padding: 1.25rem;
    border: 1px solid #e8ebf0;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 12px 30px rgba(31, 41, 55, .045);
}

.sh-affiliate-link-card { display: grid; grid-template-columns: minmax(15rem, .85fr) minmax(20rem, 1.15fr); align-items: center; gap: 1.3rem; }
.sh-affiliate-link-card h2,
.sh-affiliate-section-heading h2,
.sh-affiliate-links h2 { margin: .25rem 0; color: #25324a; font-size: 1.05rem; font-weight: 600; }
.sh-affiliate-link-card p { margin: 0; color: #738198; font-size: .75rem; }
.sh-affiliate-link-input { display: flex; align-items: center; overflow: hidden; border: 1px solid #ded5ea; border-radius: .65rem; background: #faf8fd; }
.sh-affiliate-link-input input { min-width: 0; border: 0; background: transparent; box-shadow: none; color: #536177; font-size: .75rem; }
.sh-affiliate-link-input span { flex: 0 0 auto; padding: .72rem; border-left: 1px solid #e5d9f1; color: #852bda; font-size: .68rem; font-weight: 600; }
.sh-affiliate-balance-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sh-affiliate-withdraw-note { margin: .85rem 0 0; color: #718096; font-size: .72rem; text-align: center; }
.sh-affiliate-withdraw-note i { color: #852bda; }
.sh-affiliate-section-heading { margin-bottom: .9rem; }
.sh-affiliate-referrals .table-container { margin: 0; }
.sh-affiliate-links { color: #637189; font-size: .78rem; }

@media (max-width: 767.98px) {
    .sh-affiliate-unavailable,
    .sh-affiliate-link-card { grid-template-columns: 1fr; }
    .sh-affiliate-unavailable-hero,
    .sh-affiliate-unavailable-perks { padding: 1.45rem; }
    .sh-affiliate-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sh-affiliate-balance-grid { grid-template-columns: 1fr; }
    .sh-affiliate-stats > div:nth-child(2) { border-right: 0; }
    .sh-affiliate-stats > div { border-bottom: 1px solid #edf0f4; }
    .sh-affiliate-stats > div:last-child { border-bottom: 0; }
    .sh-affiliate-balance-grid > div { border-right: 0; border-bottom: 1px solid #edf0f4; }
    .sh-affiliate-balance-grid > div:last-child { border-bottom: 0; }
    .sh-affiliate-link-input { align-items: stretch; flex-direction: column; }
    .sh-affiliate-link-input span { border-top: 1px solid #e5d9f1; border-left: 0; }
}

/* Registro com a mesma linguagem visual do login, sem reescrever os campos,
 * máscaras, CAPTCHA ou scripts do formulário padrão do WHMCS. */
.sh-register-shell {
    display: grid;
    grid-template-columns: minmax(290px, .7fr) minmax(0, 1.3fr);
    gap: 1.25rem;
    width: min(100%, 1120px);
    margin: 2.5rem auto 3.5rem;
}

.sh-register-welcome {
    position: sticky;
    top: 1.5rem;
    min-height: 31rem;
    padding: 2.7rem 2.35rem;
    border-radius: .95rem;
    background:
        radial-gradient(circle at 105% 5%, rgba(255,255,255,.2), transparent 34%),
        linear-gradient(145deg, #6421c9, #852bda 58%, #a84bff);
    color: #fff;
    box-shadow: 0 18px 42px rgba(98, 33, 201, .18);
}

.sh-register-welcome-content {
    max-width: 21rem;
}

.sh-register-eyebrow {
    display: inline-block;
    margin-bottom: .75rem;
    color: #eadbff;
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .08rem;
    text-transform: uppercase;
}

.sh-register-welcome h1 {
    margin: 0;
    color: #fff;
    font-size: 1.85rem;
    font-weight: 600;
    letter-spacing: -.04rem;
}

.sh-register-welcome p {
    margin: .8rem 0 1.8rem;
    color: rgba(255,255,255,.86);
    font-size: .8rem;
    line-height: 1.65;
}

.sh-register-benefits {
    display: grid;
    gap: .8rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sh-register-benefits li {
    color: #fff;
    font-size: .74rem;
    font-weight: 600;
}

.sh-register-benefits i {
    margin-right: .38rem;
    color: #86efac;
}

.sh-register-security {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-top: 1.75rem;
    padding: .8rem .85rem;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: .75rem;
    background: rgba(255,255,255,.1);
}

.sh-register-security > i {
    color: #fff;
    font-size: 1rem;
}

.sh-register-security span {
    display: flex;
    flex-direction: column;
    gap: .14rem;
}

.sh-register-security strong {
    color: #fff;
    font-size: .7rem;
}

.sh-register-security small {
    color: rgba(255,255,255,.8);
    font-size: .61rem;
}

.sh-register-panel {
    min-width: 0;
    padding: 2rem;
    border: 1px solid #dfe5ed;
    border-radius: .95rem;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
}

.sh-register-panel-heading {
    display: flex;
    align-items: center;
    gap: .85rem;
    margin-bottom: 1.55rem;
}

.sh-register-user-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: .75rem;
    background: #f1e8ff;
    color: #852bda;
    font-size: .95rem;
}

.sh-register-panel-heading h2 {
    margin: 0;
    color: #192235;
    font-size: 1.18rem;
    font-weight: 600;
}

.sh-register-panel-heading p {
    margin: .22rem 0 0;
    color: #728096;
    font-size: .72rem;
}

.sh-register-panel #registration {
    margin: 0;
    padding: 0;
}

.sh-register-panel #registration .card {
    margin-bottom: 1rem !important;
    border: 1px solid #e4e9f0;
    border-radius: .75rem;
    box-shadow: none;
}

.sh-register-panel #registration .card-body {
    padding: 1.2rem !important;
}

.sh-register-panel #registration .card-title {
    margin-bottom: 1rem;
    color: #263247;
    font-size: .86rem;
    font-weight: 600;
}

.sh-register-panel #registration .form-group {
    margin-bottom: .75rem;
}

.sh-register-panel #registration .field,
.sh-register-panel #registration .form-control {
    height: 2.7rem;
    border-color: #d9e1eb;
    border-radius: .48rem;
    background: #f8fafc;
    color: #243046;
    font-size: .76rem;
    box-shadow: none;
}

.sh-register-panel #registration .field:focus,
.sh-register-panel #registration .form-control:focus {
    border-color: #a855f7;
    background: #fff;
    box-shadow: 0 0 0 .16rem rgba(133, 43, 218, .12);
}

.sh-register-panel #registration .prepend-icon .field {
    padding-left: 2.7rem;
}

.sh-register-panel #registration .prepend-icon .field-icon {
    width: 2.7rem;
    height: 2.7rem;
    line-height: 2.7rem;
}

.sh-register-panel #registration .field-icon i {
    color: #852bda;
    font-size: .76rem;
}

.sh-register-panel #registration .generate-password {
    min-height: 2.7rem;
    border-color: #d7c6f4;
    border-radius: .48rem;
    color: #852bda;
    font-size: .69rem;
    font-weight: 600;
}

.sh-register-panel #registration .btn-primary {
    min-width: 11rem;
    min-height: 2.8rem;
    border: 0;
    border-radius: .55rem;
    background: #852bda;
    box-shadow: 0 8px 18px rgba(133, 43, 218, .2);
    font-size: .78rem;
    font-weight: 600;
}

.sh-register-panel #registration .btn-primary:hover {
    background: #7220c2;
}

.sh-register-panel #registration a {
    color: #852bda;
}

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

    .sh-register-welcome {
        position: static;
        min-height: 0;
        padding: 2rem;
    }

    .sh-register-benefits,
    .sh-register-security {
        display: none;
    }

    .sh-register-welcome p {
        margin-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .sh-register-shell {
        margin: 1.5rem auto 2.5rem;
    }

    .sh-register-panel {
        padding: 1.25rem;
    }
}

/* Painel principal: composição própria, sem os cards e barras laterais do
 * dashboard padrão. */
.sh-client-dashboard .sh-client-page-hero {
    position: relative;
    overflow: hidden;
    min-height: 12.4rem;
    border-color: #4a197f;
    background:
        radial-gradient(circle at 92% 18%, rgba(255, 255, 255, .2), transparent 0 10%, transparent 10.3%),
        radial-gradient(circle at 88% 14%, rgba(255, 255, 255, .08), transparent 0 23%, transparent 23.4%),
        linear-gradient(125deg, #32105e, #6d20bd 58%, #9a42e9);
    box-shadow: 0 18px 38px rgba(82, 26, 150, .22);
}

.sh-client-dashboard .sh-dashboard-welcome {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.sh-client-dashboard .sh-dashboard-avatar {
    display: grid;
    flex: 0 0 4.35rem;
    width: 4.35rem;
    height: 4.35rem;
    place-items: center;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    box-shadow: 0 8px 20px rgba(25, 4, 52, .24);
    color: #fff;
    font-size: 1.5rem;
}

.sh-client-dashboard .sh-dashboard-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sh-client-dashboard .sh-client-page-kicker {
    padding: .38rem .62rem;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 2rem;
    background: rgba(255, 255, 255, .08);
    color: #f2e7ff;
}

.sh-client-dashboard .sh-client-page h1,
.sh-client-dashboard .sh-client-page-hero h1 {
    color: #fff;
    font-size: clamp(2rem, 3vw, 2.65rem);
}

.sh-client-dashboard .sh-client-page-hero p {
    color: #f0e8fa;
    font-size: .9rem;
}

.sh-client-dashboard .sh-client-page-action {
    position: relative;
    z-index: 1;
    min-height: 2.85rem;
    padding: .65rem 1.05rem;
    background: #fff;
    color: #6f22bd;
    box-shadow: 0 10px 24px rgba(27, 5, 55, .24);
}

.sh-client-dashboard .sh-client-page-action:hover,
.sh-client-dashboard .sh-client-page-action:focus {
    background: #f4ebff;
    color: #5e19ac;
}

.sh-client-dashboard .tiles {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.sh-client-dashboard .tiles .row {
    gap: .85rem;
    margin: 0;
}

.sh-client-dashboard .tiles .col-6 {
    flex: 1 1 0;
    max-width: none;
    padding: 0;
}

.sh-client-dashboard .tiles .tile {
    min-height: 9rem;
    padding: 1.2rem 1.25rem;
    overflow: hidden;
    border: 1px solid #e9e5ee;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 12px 26px rgba(31, 41, 55, .055);
}

.sh-client-dashboard .tiles .tile > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: .78rem;
    background: #f2e8ff;
    color: #852bda;
    font-size: 1rem;
    opacity: 1;
}

.sh-client-dashboard .tiles .tile .stat {
    margin-top: 1.8rem;
    color: #28364d;
    font-size: 1.95rem;
}

.sh-client-dashboard .tiles .tile .title {
    color: #67758a;
    font-size: .75rem;
    font-weight: 600;
}

.sh-client-dashboard .tiles .tile .highlight {
    right: 1.25rem;
    bottom: 0;
    left: 1.25rem;
    height: .2rem;
    border-radius: 1rem 1rem 0 0;
}

.sh-client-dashboard .client-home-cards .card {
    min-height: 10.4rem;
    border-top-width: 0;
}

.sh-client-dashboard .client-home-cards .card::before {
    display: block;
    width: 3rem;
    height: .22rem;
    margin: 0 0 -.22rem 1.15rem;
    border-radius: 0 0 .5rem .5rem;
    background: #852bda;
    content: '';
}

.sh-client-dashboard .client-home-cards .card-header {
    padding-top: 1.2rem;
}

.sh-client-dashboard .client-home-cards .card-header .btn,
.sh-client-dashboard .client-home-cards .card-header .btn-xs,
.sh-client-dashboard .client-home-cards .card-body .btn {
    border-color: #f1e6ff;
    border-radius: .52rem;
    background: #f4ecff !important;
    color: #7625c9 !important;
    font-size: .68rem;
    font-weight: 600;
}

.sh-client-dashboard .client-home-cards .card-body a,
.sh-client-dashboard .client-home-cards .card-body .text-primary {
    color: #852bda !important;
}

@media (max-width: 991.98px) {
    .sh-client-dashboard .tiles .col-6 {
        flex: 0 0 calc(50% - .425rem);
    }
}

@media (max-width: 575.98px) {
    .sh-client-dashboard .sh-client-page-hero {
        min-height: 0;
    }

    .sh-client-dashboard .sh-dashboard-welcome { align-items: flex-start; gap: .75rem; }
    .sh-client-dashboard .sh-dashboard-avatar { flex-basis: 3.35rem; width: 3.35rem; height: 3.35rem; font-size: 1.15rem; }

    .sh-client-dashboard .tiles .row {
        gap: .65rem;
    }

    .sh-client-dashboard .tiles .tile {
        min-height: 8.25rem;
        padding: 1rem;
    }
}

/* Movimento discreto para dar ritmo à central sem depender de JavaScript. */
@media (prefers-reduced-motion: no-preference) {
    @keyframes sh-fade-up {
        from {
            opacity: 0;
            transform: translateY(14px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes sh-soft-in {
        from {
            opacity: 0;
            transform: scale(.985);
        }
        to {
            opacity: 1;
            transform: scale(1);
        }
    }

    .sh-client-page-hero,
    .sh-affiliate-unavailable,
    .sh-register-shell {
        animation: sh-fade-up .46s cubic-bezier(.2, .8, .2, 1) both;
    }

    .sh-client-page .tiles .tile {
        animation: sh-soft-in .38s cubic-bezier(.2, .8, .2, 1) both;
        transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
    }

    .sh-client-page .tiles .col-6:nth-child(1) .tile { animation-delay: .05s; }
    .sh-client-page .tiles .col-6:nth-child(2) .tile { animation-delay: .11s; }
    .sh-client-page .tiles .col-6:nth-child(3) .tile { animation-delay: .17s; }
    .sh-client-page .tiles .col-6:nth-child(4) .tile { animation-delay: .23s; }

    .sh-client-page .tiles .tile:hover {
        transform: translateY(-4px);
        border-color: #ddc6f6;
        box-shadow: 0 18px 32px rgba(85, 29, 151, .14);
    }

    .sh-client-page .client-home-cards .card,
    .sh-client-page .table-container,
    .sh-client-page .tab-content,
    .sh-affiliate-stats,
    .sh-affiliate-link-card,
    .sh-affiliate-balance-grid,
    .sh-affiliate-referrals,
    .sh-affiliate-links {
        animation: sh-fade-up .42s cubic-bezier(.2, .8, .2, 1) both;
        transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .sh-client-page .client-home-cards .row > div:nth-child(1) .card,
    .sh-client-page .client-home-cards .row > div:nth-child(1) .table-container { animation-delay: .12s; }
    .sh-client-page .client-home-cards .row > div:nth-child(2) .card,
    .sh-client-page .client-home-cards .row > div:nth-child(2) .table-container { animation-delay: .19s; }
    .sh-client-page .client-home-cards .row > div:nth-child(3) .card,
    .sh-client-page .client-home-cards .row > div:nth-child(3) .table-container { animation-delay: .26s; }

    .sh-client-page .client-home-cards .card:hover,
    .sh-client-page .table-container:hover,
    .sh-affiliate-link-card:hover,
    .sh-affiliate-referrals:hover {
        transform: translateY(-3px);
        border-color: #decaf5;
        box-shadow: 0 18px 36px rgba(47, 23, 76, .1);
    }

    .sh-client-page-action,
    .sh-order-button,
    .sh-order-cart-link,
    .sh-affiliate-unavailable-hero .btn,
    .header.sh-site-header .sh-cart-dropdown .cart-btn {
        transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
    }

    .sh-client-page-action:hover,
    .sh-order-button:hover,
    .sh-order-cart-link:hover,
    .sh-affiliate-unavailable-hero .btn:hover {
        transform: translateY(-2px);
    }

    .header.sh-site-header .sh-cart-dropdown .cart-btn:hover {
        transform: translateY(-1px);
    }
}

/* Catálogo, carrinho e checkout: superfícies próprias sem alterar os campos,
 * ações ou integrações do formulário nativo. */
#sh-order-catalog .sh-order-product {
    min-height: 15.5rem;
}

#sh-order-catalog .sh-order-product-label {
    display: block;
    margin-bottom: .16rem;
    color: #8a5ab4;
    font-size: .58rem;
    font-weight: 600;
    letter-spacing: .055rem;
    text-transform: uppercase;
}

#sh-order-catalog .sh-order-product > header > div {
    align-items: center;
}

#sh-order-catalog .sh-order-sidebar .panel {
    border-radius: 1rem;
}

#sh-order-catalog .sh-order-sidebar .panel-heading {
    padding: 1.05rem 1rem;
    color: #243149;
    font-size: .82rem;
}

#sh-order-catalog .sh-order-sidebar .panel-heading .panel-title {
    font-weight: 600;
}

.sh-order-flow {
    width: min(calc(100% - 2rem), 1160px) !important;
    margin: 1.75rem auto 3.5rem !important;
    padding: 0 !important;
    color: #26344b;
}

.sh-order-flow-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    margin-bottom: 1.1rem;
    padding: 1.6rem 1.75rem;
    border: 1px solid #e7dcf2;
    border-radius: 1.15rem;
    background:
        radial-gradient(circle at 100% 0, rgba(168, 85, 247, .16), transparent 28%),
        linear-gradient(118deg, #fff, #fbf8ff);
    box-shadow: 0 14px 34px rgba(31, 41, 55, .055);
}

.sh-order-flow-hero .sh-order-kicker {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: #852bda;
    font-size: .66rem;
    font-weight: 600;
    letter-spacing: .065rem;
    text-transform: uppercase;
}

.sh-order-flow-hero h1 {
    margin: .38rem 0 .32rem;
    color: #1f2c43;
    font-size: clamp(1.75rem, 2.7vw, 2.35rem);
    font-weight: 600;
    letter-spacing: -.055rem;
}

.sh-order-flow-hero p {
    margin: 0;
    color: #6f7d91;
    font-size: .82rem;
}

.sh-order-flow-back {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .48rem;
    min-height: 2.6rem;
    padding: .55rem .86rem;
    border: 1px solid #ddc9f5;
    border-radius: .68rem;
    background: #fff;
    color: #7925c8;
    font-size: .73rem;
    font-weight: 600;
    text-decoration: none;
}

.sh-order-flow-back:hover {
    border-color: #852bda;
    background: #f8f1ff;
    color: #6d1db8;
    text-decoration: none;
}

#order-standard_cart.sh-order-flow > .row {
    display: grid;
    grid-template-columns: 15.25rem minmax(0, 1fr);
    gap: 1.1rem;
    margin: 0;
}

#order-standard_cart.sh-order-flow .cart-sidebar,
#order-standard_cart.sh-order-flow .cart-body,
#order-standard_cart.sh-order-flow .secondary-cart-body,
#order-standard_cart.sh-order-flow .secondary-cart-sidebar {
    float: none;
    width: auto;
    min-width: 0;
    padding: 0;
}

#order-standard_cart.sh-order-flow .cart-sidebar .panel {
    overflow: hidden;
    margin: 0 0 .9rem;
    border: 1px solid #e8e5ed;
    border-radius: .95rem;
    background: #fff;
    box-shadow: 0 12px 28px rgba(31, 41, 55, .045);
}

#order-standard_cart.sh-order-flow .cart-sidebar .panel-heading {
    padding: 1rem;
    border: 0;
    background: #fff;
}

#order-standard_cart.sh-order-flow .cart-sidebar .panel-title {
    color: #27344b;
    font-size: .82rem;
    font-weight: 600;
}

#order-standard_cart.sh-order-flow .cart-sidebar .list-group-item {
    padding: .78rem 1rem;
    border-color: #edf0f4;
    color: #68778d;
    font-size: .74rem;
}

#order-standard_cart.sh-order-flow .cart-sidebar .list-group-item.active,
#order-standard_cart.sh-order-flow .cart-sidebar .list-group-item:hover {
    border-color: #852bda;
    background: #852bda;
    color: #fff;
}

#order-standard_cart.sh-order-flow .cart-body {
    padding: 1.2rem;
    border: 1px solid #e9e5ee;
    border-radius: 1.05rem;
    background: #fff;
    box-shadow: 0 14px 34px rgba(31, 41, 55, .055);
}

#order-standard_cart.sh-order-flow .cart-body > .header-lined {
    display: none;
}

#order-standard_cart.sh-order-flow .cart-body > .row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 17.5rem;
    gap: 1rem;
    margin: 0;
}

#order-standard_cart.sh-order-flow .view-cart-items-header {
    margin: 0;
    padding: .78rem 1rem;
    border: 1px solid #eadcf8;
    border-radius: .78rem .78rem 0 0;
    background: #f7f0ff;
    color: #6720b2;
    font-size: .69rem;
    font-weight: 600;
    text-transform: uppercase;
}

#order-standard_cart.sh-order-flow .view-cart-items {
    overflow: hidden;
    border: 1px solid #e7eaf0;
    border-top: 0;
    border-radius: 0 0 .78rem .78rem;
}

#order-standard_cart.sh-order-flow .view-cart-items .item {
    margin: 0;
    padding: .95rem 1rem;
    border-bottom: 1px solid #edf0f4;
    background: #fff;
}

#order-standard_cart.sh-order-flow .view-cart-items .item:last-child {
    border-bottom: 0;
}

#order-standard_cart.sh-order-flow .view-cart-items .item:hover {
    background: #fdfbff;
}

#order-standard_cart.sh-order-flow .view-cart-items .item-title {
    color: #25334b;
    font-size: .9rem;
    font-weight: 600;
}

#order-standard_cart.sh-order-flow .view-cart-items .item-group,
#order-standard_cart.sh-order-flow .view-cart-items .item-domain,
#order-standard_cart.sh-order-flow .view-cart-items .cycle {
    color: #77859a;
    font-size: .7rem;
}

#order-standard_cart.sh-order-flow .view-cart-items .item-price > span:first-child {
    color: #57208d;
    font-size: .9rem;
    font-weight: 600;
}

#order-standard_cart.sh-order-flow .btn-remove-from-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin: 0;
    border: 1px solid #f2ced2;
    border-radius: .55rem;
    background: #fff7f7;
    color: #d34452;
}

#order-standard_cart.sh-order-flow .btn-remove-from-cart:hover {
    border-color: #d34452;
    background: #d34452;
    color: #fff;
}

#order-standard_cart.sh-order-flow .order-summary {
    position: sticky;
    top: 1.25rem;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #e7dcf2;
    border-radius: .95rem;
    background: #fff;
    box-shadow: 0 12px 28px rgba(31, 41, 55, .055);
}

#order-standard_cart.sh-order-flow .order-summary h2 {
    margin: 0;
    padding: 1.05rem 1.15rem;
    border-bottom: 1px solid #eee7f5;
    color: #26334a;
    font-size: 1rem;
    font-weight: 600;
}

#order-standard_cart.sh-order-flow .summary-container {
    padding: 1rem 1.15rem 1.15rem;
}

#order-standard_cart.sh-order-flow .summary-totals {
    padding: .8rem 0;
    border-top: 1px solid #eee9f4;
}

#order-standard_cart.sh-order-flow .total-due-today {
    color: #852bda;
}

#order-standard_cart.sh-order-flow .total-due-today .amt {
    font-size: 1.7rem;
    font-weight: 600;
}

#order-standard_cart.sh-order-flow .btn-checkout {
    width: 100%;
    min-height: 3.35rem;
    margin-top: .35rem;
    border: 0;
    border-radius: .7rem;
    background: linear-gradient(135deg, #6f20ca, #9b32e8);
    box-shadow: 0 10px 20px rgba(125, 37, 207, .2);
    font-size: .95rem;
    font-weight: 600;
}

#order-standard_cart.sh-order-flow .btn-continue-shopping {
    margin-top: .45rem;
    color: #7925c8;
    font-size: .69rem;
    font-weight: 600;
}

#order-standard_cart.sh-order-flow .view-cart-tabs {
    margin-top: 1rem;
    padding: .9rem;
    border: 1px solid #ece7f1;
    border-radius: .8rem;
    background: #fbfaff;
    box-shadow: none;
}

#order-standard_cart.sh-order-flow .view-cart-tabs .nav-tabs {
    border-color: #e4d8f1;
}

#order-standard_cart.sh-order-flow .view-cart-promotion-code .form-control {
    border-color: #dcc8f1;
    background: #fff;
}

#order-standard_cart.sh-order-checkout .already-registered {
    margin: 0 0 1.1rem;
    padding: .85rem 1rem;
    border: 1px solid #e8def3;
    border-radius: .75rem;
    background: #fbf8ff;
}

#order-standard_cart.sh-order-checkout .already-registered p {
    margin: .3rem 0;
    color: #6f7c90;
    font-size: .76rem;
}

#order-standard_cart.sh-order-checkout .sub-heading,
#order-standard_cart.sh-order-checkout .sub-heading-borderless {
    height: auto;
    margin: 1.6rem 0 1rem;
    border: 0;
    text-align: left;
}

#order-standard_cart.sh-order-checkout .sub-heading span,
#order-standard_cart.sh-order-checkout .sub-heading-borderless span {
    top: 0;
    padding: 0;
    color: #27344b;
    font-size: 1rem;
    font-weight: 600;
}

#order-standard_cart.sh-order-checkout .form-group,
#order-standard_cart.sh-order-checkout .field-container {
    margin-bottom: 1rem;
}

#order-standard_cart.sh-order-checkout label {
    color: #536176;
    font-size: .73rem;
    font-weight: 600;
}

#order-standard_cart.sh-order-checkout .form-control,
#order-standard_cart.sh-order-checkout .field {
    min-height: 2.65rem;
    border-color: #ded5e9;
    border-radius: .58rem;
    background: #fcfbff;
}

#order-standard_cart.sh-order-checkout #btnCompleteOrder,
#order-standard_cart.sh-order-checkout .btn-primary {
    min-height: 3.15rem;
    border: 0;
    border-radius: .7rem;
    background: linear-gradient(135deg, #6f20ca, #9b32e8);
    box-shadow: 0 10px 20px rgba(125, 37, 207, .18);
    font-weight: 600;
}

.header.sh-site-header .sh-cart-menu {
    width: min(23rem, calc(100vw - 1.5rem));
    padding: .35rem;
    border: 1px solid #e6dfed;
    border-radius: 1rem;
    box-shadow: 0 18px 38px rgba(31, 41, 55, .16);
}

.header.sh-site-header .sh-cart-item-remove,
.header.sh-site-header .sh-cart-empty-form {
    margin: .35rem .65rem .6rem;
}

.header.sh-site-header .sh-cart-item-remove button,
.header.sh-site-header .sh-cart-empty-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .38rem;
    width: 100%;
    min-height: 2.15rem;
    border: 1px solid #f0ccd1;
    border-radius: .55rem;
    background: #fff8f8;
    color: #c84351;
    font-size: .69rem;
    font-weight: 600;
}

.header.sh-site-header .sh-cart-item-remove button:hover,
.header.sh-site-header .sh-cart-empty-form button:hover {
    border-color: #c84351;
    background: #c84351;
    color: #fff;
}

@media (max-width: 991.98px) {
    #order-standard_cart.sh-order-flow > .row,
    #order-standard_cart.sh-order-flow .cart-body > .row {
        grid-template-columns: 1fr;
    }

    #order-standard_cart.sh-order-flow .cart-sidebar {
        display: none;
    }

    #order-standard_cart.sh-order-flow .order-summary {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .sh-order-flow {
        width: calc(100% - 1.25rem) !important;
        margin: 1rem auto 2.4rem !important;
    }

    .sh-order-flow-hero {
        align-items: flex-start;
        flex-direction: column;
        padding: 1.25rem;
    }

    .sh-order-flow-back {
        width: 100%;
    }

    #order-standard_cart.sh-order-flow .cart-body {
        padding: .8rem;
    }

    #order-standard_cart.sh-order-flow .view-cart-items-header {
        display: none;
    }
}

/* Catálogo inspirado na hierarquia limpa de uma vitrine: uma navegação de
 * categorias e planos em cards, sem os painéis duplicados do formulário base. */
#sh-order-catalog.sh-mvo-catalog {
    width: min(calc(100% - 2rem), 1160px);
    margin: 2.15rem auto 3.8rem;
    color: #26344b;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-catalog-heading {
    margin: 0 0 1.65rem;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .38rem;
    color: #852bda;
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .065rem;
    text-transform: uppercase;
}

#sh-order-catalog.sh-mvo-catalog h1 {
    margin: .38rem 0 .28rem;
    color: #172740;
    font-size: clamp(1.65rem, 2.5vw, 2.2rem);
    font-weight: 600;
    letter-spacing: -.055rem;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-catalog-heading p {
    margin: 0;
    color: #748197;
    font-size: .84rem;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-catalog-layout {
    display: grid;
    grid-template-columns: 17.3rem minmax(0, 1fr);
    gap: 1.35rem;
    align-items: start;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-category-list {
    overflow: hidden;
    border: 1px solid #e3e8f0;
    border-radius: .8rem;
    background: #fff;
    box-shadow: 0 14px 28px rgba(31, 41, 55, .045);
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-category-title {
    padding: 1rem .95rem;
    border-bottom: 1px solid #e8edf3;
    color: #25344b;
    font-size: .75rem;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-category-title > i {
    margin-right: .4rem;
    color: #852bda;
    font-size: .58rem;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-category-list nav a {
    display: flex;
    align-items: center;
    gap: .52rem;
    min-height: 3.25rem;
    padding: .75rem .9rem;
    border-bottom: 1px solid #edf1f5;
    color: #4d6078;
    font-size: .74rem;
    font-weight: 600;
    text-decoration: none;
    transition: background .18s ease, color .18s ease;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-category-list nav a:last-child {
    border-bottom: 0;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-category-list nav a span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-category-list nav a span > i {
    width: 1rem;
    margin-right: .26rem;
    color: #9860ce;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-category-list nav a b {
    min-width: 1.25rem;
    padding: .18rem .35rem;
    border-radius: 2rem;
    background: #f0f2f6;
    color: #77869a;
    font-size: .59rem;
    text-align: center;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-category-list nav a .sh-mvo-category-arrow {
    margin-left: auto;
    color: #a38aba;
    font-size: .58rem;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-category-list nav a:hover,
#sh-order-catalog.sh-mvo-catalog .sh-mvo-category-list nav a.is-active {
    background: #852bda;
    color: #fff;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-category-list nav a:hover span > i,
#sh-order-catalog.sh-mvo-catalog .sh-mvo-category-list nav a.is-active span > i,
#sh-order-catalog.sh-mvo-catalog .sh-mvo-category-list nav a:hover .sh-mvo-category-arrow,
#sh-order-catalog.sh-mvo-catalog .sh-mvo-category-list nav a.is-active .sh-mvo-category-arrow {
    color: #fff;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.05rem;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-product-card {
    display: flex;
    min-height: 21rem;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #dfe6ef;
    border-top: .23rem solid #852bda;
    border-radius: .8rem;
    background: #fff;
    box-shadow: 0 12px 26px rgba(31, 41, 55, .045);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-product-card:hover {
    transform: translateY(-4px);
    border-color: #bf8bef;
    box-shadow: 0 20px 38px rgba(84, 26, 151, .13);
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-product-card > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 3.85rem;
    padding: .85rem 1rem .45rem;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-product-tag {
    display: inline-flex;
    max-width: calc(100% - 2.5rem);
    overflow: hidden;
    padding: .32rem .55rem;
    border-radius: 2rem;
    background: #f2e9ff;
    color: #7425bd;
    font-size: .59rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-product-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: .58rem;
    background: #f2e9ff;
    color: #852bda;
    font-size: .8rem;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-product-content {
    flex: 1 1 auto;
    padding: .25rem 1rem 1rem;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-product-content h2 {
    margin: 0 0 .65rem;
    color: #1e2f47;
    font-size: 1rem;
    font-weight: 600;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-product-content p {
    margin: 0;
    color: #68788e;
    font-size: .72rem;
    line-height: 1.58;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-product-content ul {
    margin: .7rem 0 0;
    padding: 0;
    list-style: none;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-product-content li {
    display: flex;
    justify-content: space-between;
    gap: .5rem;
    margin-top: .35rem;
    color: #718096;
    font-size: .68rem;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-product-content li b {
    color: #35455b;
    font-weight: 600;
    text-align: right;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-product-card > footer {
    padding: .9rem 1rem 1rem;
    border-top: 1px solid #e8edf3;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-price > span {
    display: block;
    color: #8390a3;
    font-size: .6rem;
    font-weight: 600;
    letter-spacing: .04rem;
    text-transform: uppercase;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-price strong {
    color: #1c2e48;
    font-size: 1.45rem;
    font-weight: 500;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-price small {
    color: #65758c;
    font-size: .66rem;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-order-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 2.8rem;
    margin-top: .75rem;
    padding: .55rem .8rem;
    border: 0;
    border-radius: .55rem;
    background: #852bda;
    color: #fff;
    font-size: .72rem;
    font-weight: 600;
    text-decoration: none;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-order-button:hover {
    background: #7020bd;
    color: #fff;
    text-decoration: none;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-empty-products {
    display: flex;
    grid-column: 1 / -1;
    min-height: 13rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    border: 1px dashed #d9cae9;
    border-radius: .8rem;
    background: #fff;
    color: #748197;
    font-size: .75rem;
}

#sh-order-catalog.sh-mvo-catalog .sh-mvo-empty-products > i {
    color: #852bda;
    font-size: 1.7rem;
}

@media (max-width: 991.98px) {
    #sh-order-catalog.sh-mvo-catalog .sh-mvo-catalog-layout {
        grid-template-columns: 1fr;
    }

    #sh-order-catalog.sh-mvo-catalog .sh-mvo-category-list {
        display: none;
    }

    #sh-order-catalog.sh-mvo-catalog .sh-mvo-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    #sh-order-catalog.sh-mvo-catalog {
        width: calc(100% - 1.25rem);
        margin: 1.25rem auto 2.5rem;
    }

    #sh-order-catalog.sh-mvo-catalog .sh-mvo-product-grid {
        grid-template-columns: 1fr;
    }
}

/* Extras do carrinho: mesma vitrine do catálogo, com um estado vazio que
 * explica a situação em vez do alerta padrão do order form. */
#sh-order-catalog.sh-mvo-addons .sh-mvo-addon-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#sh-order-catalog.sh-mvo-addons .sh-mvo-addons-empty {
    min-height: 22.5rem;
    padding: 2rem;
    border-style: solid;
    background:
        radial-gradient(circle at 18% 16%, rgba(133, 43, 218, .10), transparent 32%),
        #fff;
    text-align: center;
}

#sh-order-catalog.sh-mvo-addons .sh-mvo-empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.65rem;
    height: 3.65rem;
    border-radius: 1.1rem;
    background: #f2e9ff;
    color: #852bda;
    font-size: 1.35rem;
}

#sh-order-catalog.sh-mvo-addons .sh-mvo-addons-empty strong {
    color: #20324c;
    font-size: 1rem;
}

#sh-order-catalog.sh-mvo-addons .sh-mvo-addons-empty .sh-mvo-order-button {
    width: auto;
    margin: .7rem 0 0;
    padding-inline: 1rem;
}

#sh-order-catalog.sh-mvo-addons .sh-mvo-addon-card {
    min-height: 23rem;
}

#sh-order-catalog.sh-mvo-addons .sh-mvo-addon-card form {
    display: flex;
    min-height: inherit;
    flex-direction: column;
}

#sh-order-catalog.sh-mvo-addons .sh-mvo-addon-card .sh-mvo-product-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

#sh-order-catalog.sh-mvo-addons .sh-mvo-addon-card label {
    margin: auto 0 .35rem;
    color: #586b83;
    font-size: .67rem;
    font-weight: 600;
}

#sh-order-catalog.sh-mvo-addons .sh-mvo-addon-card select {
    height: 2.45rem;
    border-color: #dce4ee;
    color: #455871;
    font-size: .72rem;
}

#sh-order-catalog.sh-mvo-addons .sh-mvo-addon-card footer {
    margin-top: auto;
}

#sh-order-catalog.sh-mvo-addons .sh-mvo-addon-card button.sh-mvo-order-button {
    display: flex;
    justify-content: space-between;
    border: 0;
}

/* Página de entrada do programa de afiliados, inspirada no conteúdo e na
 * hierarquia da página pública, mas acionando exclusivamente o POST nativo. */
.sh-affiliate-landing {
    width: min(100%, 1120px);
    margin: 2.4rem auto 4rem;
    color: #1e2f47;
}

.sh-affiliate-landing-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(22rem, .92fr);
    gap: 3.75rem;
    align-items: center;
    min-height: 31rem;
    padding: 3.7rem 4rem;
    overflow: hidden;
    border: 1px solid #e9e1f4;
    border-radius: 1.75rem;
    background:
        radial-gradient(circle at 13% 16%, rgba(133, 43, 218, .13), transparent 29%),
        radial-gradient(circle at 90% 82%, rgba(42, 201, 149, .10), transparent 28%),
        #fff;
    box-shadow: 0 22px 52px rgba(31, 41, 55, .07);
}

.sh-affiliate-landing-copy { position: relative; z-index: 1; }

.sh-affiliate-kicker {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    padding: .43rem .72rem;
    border: 1px solid rgba(133, 43, 218, .18);
    border-radius: 2rem;
    background: rgba(133, 43, 218, .08);
    color: #7824c1;
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .055rem;
    text-transform: uppercase;
}

.sh-affiliate-kicker i { font-size: .72rem; }

.sh-affiliate-landing h1 {
    margin: 1.2rem 0 1rem;
    color: #1e2f47;
    font-size: clamp(2.45rem, 4vw, 4.1rem);
    font-weight: 600;
    letter-spacing: -.09rem;
    line-height: 1.02;
}

.sh-affiliate-landing h1 strong {
    color: #852bda;
    font-weight: inherit;
}

.sh-affiliate-landing-copy > p {
    max-width: 32rem;
    margin: 0;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.72;
}

.sh-affiliate-activate-form { display: inline-block; margin: 1.6rem .75rem 0 0; }

.sh-affiliate-primary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    min-height: 3.05rem;
    padding: .7rem 1.2rem;
    border: 0;
    border-radius: .8rem;
    background: #852bda;
    box-shadow: 0 12px 22px rgba(133, 43, 218, .23);
    color: #fff;
    font-size: .78rem;
    font-weight: 600;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.sh-affiliate-primary-action:hover,
.sh-affiliate-primary-action:focus {
    background: #6f1fc0;
    box-shadow: 0 16px 28px rgba(133, 43, 218, .32);
    color: #fff;
    transform: translateY(-2px);
}

.sh-affiliate-secondary-action {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: #4e5e73;
    font-size: .74rem;
    font-weight: 600;
    text-decoration: none;
}

.sh-affiliate-secondary-action:hover { color: #852bda; text-decoration: none; }

.sh-affiliate-proof-points {
    display: flex;
    flex-wrap: wrap;
    gap: 1.35rem;
    margin-top: 2rem;
}

.sh-affiliate-proof-points > div {
    display: grid;
    grid-template-columns: 2.3rem auto;
    column-gap: .55rem;
    align-items: center;
}

.sh-affiliate-proof-points span {
    display: grid;
    grid-row: span 2;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: .75rem;
    background: #eafaf3;
    color: #21a66d;
}

.sh-affiliate-proof-points > div:last-child span { background: #f2e9ff; color: #852bda; }
.sh-affiliate-proof-points small { color: #8390a3; font-size: .58rem; font-weight: 600; }
.sh-affiliate-proof-points b { color: #263850; font-size: .73rem; font-weight: 600; }

.sh-affiliate-preview { position: relative; z-index: 1; min-height: 20rem; padding-top: 1.25rem; }

.sh-affiliate-preview-main {
    position: relative;
    z-index: 1;
    padding: 1.25rem;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 1.25rem;
    background: rgba(255,255,255,.80);
    box-shadow: 0 24px 42px rgba(42, 20, 73, .15);
    backdrop-filter: blur(12px);
}

.sh-affiliate-preview-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid #edf0f4;
}

.sh-affiliate-preview-top small,
.sh-affiliate-preview-row small { display: block; color: #8793a5; font-size: .62rem; }
.sh-affiliate-preview-top b { display: block; margin-top: .16rem; color: #1f3049; font-size: 1.65rem; font-weight: 600; letter-spacing: -.055rem; }

.sh-affiliate-preview-top > span {
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: .85rem;
    background: #eafaf3;
    color: #1ea76c;
    font-size: 1rem;
}

.sh-affiliate-preview-row {
    display: grid;
    grid-template-columns: 2.2rem 1fr auto;
    gap: .65rem;
    align-items: center;
    margin-top: .6rem;
    padding: .7rem;
    border-radius: .75rem;
    background: #f8fafc;
}

.sh-affiliate-preview-row-icon {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #e9f9f1;
    color: #1fa96e;
    font-size: .72rem;
}

.sh-affiliate-preview-row-icon.neutral { background: #edeff3; color: #69798d; }
.sh-affiliate-preview-row b { color: #33445b; font-size: .68rem; }
.sh-affiliate-preview-row > strong { color: #1fa96e; font-size: .68rem; font-weight: 600; white-space: nowrap; }
.sh-affiliate-preview-row > strong.out { color: #69798d; }

.sh-affiliate-preview-toast {
    position: absolute;
    z-index: 2;
    top: 4.75rem;
    right: -2.5rem;
    display: flex;
    gap: .6rem;
    align-items: center;
    padding: .7rem .85rem;
    border: 1px solid #edf0f4;
    border-radius: .8rem;
    background: #fff;
    box-shadow: 0 12px 26px rgba(34, 44, 59, .12);
}

.sh-affiliate-preview-toast > span { display: grid; place-items: center; width: 1.9rem; height: 1.9rem; border-radius: 50%; background: #f2e9ff; color: #852bda; font-size: .66rem; }
.sh-affiliate-preview-toast small { display: block; color: #8d98a7; font-size: .56rem; }
.sh-affiliate-preview-toast b { display: block; color: #34445b; font-size: .62rem; }
.sh-affiliate-preview-caption { display: block; margin: .65rem 0 0 .3rem; color: #8b96a7; font-size: .58rem; }

.sh-affiliate-how,
.sh-affiliate-tiers { margin-top: 4.2rem; }

.sh-affiliate-how > header,
.sh-affiliate-tiers > header { max-width: 38rem; margin: 0 auto 1.8rem; text-align: center; }
.sh-affiliate-how h2,
.sh-affiliate-tiers h2 { margin: .75rem 0 .4rem; color: #20314a; font-size: 1.85rem; font-weight: 600; letter-spacing: -.055rem; }
.sh-affiliate-how header p,
.sh-affiliate-tiers header p { margin: 0; color: #748197; font-size: .83rem; line-height: 1.6; }

.sh-affiliate-steps,
.sh-affiliate-tier-grid,
.sh-affiliate-benefits { display: grid; gap: 1rem; }
.sh-affiliate-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.sh-affiliate-steps article,
.sh-affiliate-benefits > div {
    position: relative;
    padding: 1.5rem;
    overflow: hidden;
    border: 1px solid #e4eaf1;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 11px 24px rgba(31, 41, 55, .035);
    transition: transform .2s ease, box-shadow .2s ease;
}

.sh-affiliate-steps article:hover,
.sh-affiliate-benefits > div:hover { box-shadow: 0 18px 34px rgba(81, 44, 116, .10); transform: translateY(-4px); }
.sh-affiliate-steps article::before { position: absolute; top: 0; right: 0; left: 0; height: .18rem; background: #852bda; content: ''; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.sh-affiliate-steps article:hover::before { transform: scaleX(1); }

.sh-affiliate-step-icon,
.sh-affiliate-tier-icon,
.sh-affiliate-benefits > div > span {
    display: grid;
    place-items: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: .82rem;
    background: #f2e9ff;
    color: #852bda;
    font-size: .9rem;
}

.sh-affiliate-steps em { position: absolute; top: 1.3rem; right: 1.25rem; color: #edf0f5; font-size: 1.85rem; font-style: normal; font-weight: 600; }
.sh-affiliate-steps h3,
.sh-affiliate-benefits h3 { margin: 1rem 0 .45rem; color: #2a3a51; font-size: .95rem; font-weight: 600; }
.sh-affiliate-steps p,
.sh-affiliate-benefits p { margin: 0; color: #728198; font-size: .73rem; line-height: 1.62; }

.sh-affiliate-tiers { padding: 3.5rem 2.2rem; border-radius: 1.75rem; background: linear-gradient(145deg, #f9f7fc, #fff); }
.sh-affiliate-tier-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 55rem; margin: 0 auto; }

.sh-affiliate-tier-grid article {
    position: relative;
    padding: 1.5rem;
    border: 1px solid #e1e7ef;
    border-radius: 1rem;
    background: rgba(255,255,255,.84);
}

.sh-affiliate-tier-grid article.is-featured { border: 2px solid #852bda; box-shadow: 0 17px 34px rgba(133, 43, 218, .14); transform: translateY(-.5rem); }
.sh-affiliate-tier-popular { position: absolute; top: -0.72rem; left: 50%; padding: .3rem .65rem; border-radius: 2rem; background: #852bda; box-shadow: 0 5px 12px rgba(133, 43, 218, .24); color: #fff; font-size: .54rem; font-weight: 600; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
.sh-affiliate-tier-icon.elite { background: #eafaf3; color: #1fa96e; }
.sh-affiliate-tier-grid h3 { margin: .9rem 0 .25rem; color: #26384f; font-size: .95rem; font-weight: 600; }
.sh-affiliate-tier-grid p { min-height: 2rem; margin: 0; color: #77869a; font-size: .66rem; }
.sh-affiliate-tier-grid > article > strong { display: block; margin-top: 1.15rem; color: #852bda; font-size: 2.35rem; font-weight: 600; letter-spacing: -.08rem; }
.sh-affiliate-tier-grid > article > small { display: block; margin-bottom: 1.15rem; color: #7b8799; font-size: .62rem; }
.sh-affiliate-tier-grid dl { margin: 0; }
.sh-affiliate-tier-grid dl > div { display: flex; justify-content: space-between; gap: .5rem; padding: .55rem 0; border-top: 1px solid #edf0f4; font-size: .66rem; }
.sh-affiliate-tier-grid dt { color: #6f7f93; font-weight: 500; }
.sh-affiliate-tier-grid dd { margin: 0; color: #35465e; font-weight: 600; text-align: right; }

.sh-affiliate-benefits { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 1rem; }
.sh-affiliate-benefits > div { padding: 1.25rem; }
.sh-affiliate-benefits > div > span { width: 2.35rem; height: 2.35rem; border-radius: .7rem; font-size: .75rem; }
.sh-affiliate-benefits h3 { margin-top: .8rem; font-size: .78rem; }
.sh-affiliate-benefits p { font-size: .66rem; }

.sh-affiliate-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 3rem;
    padding: 2rem 2.2rem;
    overflow: hidden;
    border-radius: 1.3rem;
    background: radial-gradient(circle at 83% 12%, rgba(193, 135, 255, .3), transparent 29%), #21113b;
    color: #fff;
}

.sh-affiliate-final-cta > div > span { display: grid; place-items: center; width: 2.4rem; height: 2.4rem; margin-bottom: .75rem; border-radius: .75rem; background: rgba(255,255,255,.12); font-size: .8rem; }
.sh-affiliate-final-cta h2 { max-width: 34rem; margin: 0; color: #fff; font-size: 1.35rem; font-weight: 600; letter-spacing: -.04rem; }
.sh-affiliate-final-cta p { max-width: 34rem; margin: .38rem 0 0; color: #d7cae7; font-size: .72rem; line-height: 1.6; }
.sh-affiliate-final-cta .sh-affiliate-primary-action { min-width: 13rem; background: #fff; color: #7020bd; box-shadow: none; }
.sh-affiliate-final-cta .sh-affiliate-primary-action:hover { background: #f1e7fd; color: #5d179e; }

.sh-affiliate-system-offline { display: flex; gap: .8rem; align-items: center; width: min(100%, 760px); margin: 3rem auto; padding: 1rem 1.2rem; border: 1px solid #f1dcab; border-radius: .9rem; background: #fff9e9; color: #86621d; }
.sh-affiliate-system-offline > i { font-size: 1.1rem; }
.sh-affiliate-system-offline strong,
.sh-affiliate-system-offline span { display: block; }
.sh-affiliate-system-offline strong { font-size: .8rem; }
.sh-affiliate-system-offline span { margin-top: .15rem; font-size: .72rem; }

@media (prefers-reduced-motion: no-preference) {
    .sh-affiliate-landing-hero { animation: sh-fade-up .5s ease both; }
    .sh-affiliate-steps article { animation: sh-soft-in .45s ease both; }
    .sh-affiliate-steps article:nth-child(2) { animation-delay: .06s; }
    .sh-affiliate-steps article:nth-child(3) { animation-delay: .12s; }
    .sh-affiliate-preview-toast { animation: sh-affiliate-toast 4s ease-in-out infinite; }
}

@keyframes sh-affiliate-toast { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-.35rem); } }

@media (max-width: 991.98px) {
    .sh-affiliate-landing-hero { grid-template-columns: 1fr; gap: 2.2rem; padding: 2.5rem; }
    .sh-affiliate-preview { max-width: 27rem; margin: 0 auto; width: 100%; }
    .sh-affiliate-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #sh-order-catalog.sh-mvo-addons .sh-mvo-addon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575.98px) {
    .sh-affiliate-landing { width: calc(100% - 1.25rem); margin-top: 1.25rem; }
    .sh-affiliate-landing-hero { min-height: 0; padding: 1.6rem; border-radius: 1.15rem; }
    .sh-affiliate-landing h1 { font-size: 2.35rem; }
    .sh-affiliate-activate-form { display: block; margin-right: 0; }
    .sh-affiliate-primary-action { width: 100%; }
    .sh-affiliate-secondary-action { width: 100%; justify-content: center; margin-top: .85rem; }
    .sh-affiliate-preview-toast { top: -1rem; right: -.3rem; }
    .sh-affiliate-preview-toast b { max-width: 9rem; }
    .sh-affiliate-how,
    .sh-affiliate-tiers { margin-top: 2.5rem; }
    .sh-affiliate-steps,
    .sh-affiliate-tier-grid,
    .sh-affiliate-benefits { grid-template-columns: 1fr; }
    .sh-affiliate-tier-grid article.is-featured { transform: none; }
    .sh-affiliate-tiers { padding: 2.2rem 1rem; border-radius: 1.1rem; }
    .sh-affiliate-final-cta { flex-direction: column; align-items: stretch; padding: 1.6rem; text-align: center; }
    .sh-affiliate-final-cta > div > span { margin-right: auto; margin-left: auto; }
    #sh-order-catalog.sh-mvo-addons .sh-mvo-addon-grid { grid-template-columns: 1fr; }
}

/* Fluxo de compra: configuração, carrinho e checkout usam a mesma leitura
 * linear, sem a navegação lateral herdada do formulário padrão. */
#order-standard_cart.sh-order-flow .sh-order-progress {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 40rem;
    margin: 0 auto 1.55rem;
}

#order-standard_cart.sh-order-flow .sh-order-progress > span {
    position: relative;
    display: grid;
    justify-items: center;
    gap: .36rem;
    color: #9aa7b8;
    font-size: .63rem;
    font-weight: 600;
    text-align: center;
}

#order-standard_cart.sh-order-flow .sh-order-progress > span::before {
    position: absolute;
    z-index: 0;
    top: .83rem;
    right: 50%;
    left: -50%;
    height: 2px;
    background: #dce4ef;
    content: '';
}

#order-standard_cart.sh-order-flow .sh-order-progress > span:first-child::before { display: none; }

#order-standard_cart.sh-order-flow .sh-order-progress b {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 1.68rem;
    height: 1.68rem;
    border: 2px solid #d4dfec;
    border-radius: 50%;
    background: #f8fafc;
    color: #91a0b3;
    font-size: .7rem;
}

#order-standard_cart.sh-order-flow .sh-order-progress .is-active,
#order-standard_cart.sh-order-flow .sh-order-progress .is-complete { color: #7724c2; }
#order-standard_cart.sh-order-flow .sh-order-progress .is-active b { border-color: #852bda; background: #852bda; box-shadow: 0 7px 15px rgba(133,43,218,.24); color: #fff; }
#order-standard_cart.sh-order-flow .sh-order-progress .is-complete::before { background: #b989e6; }
#order-standard_cart.sh-order-flow .sh-order-progress .is-complete b { border-color: #22a66c; background: #22a66c; color: #fff; }

#order-standard_cart.sh-order-configure > .row,
#order-standard_cart.sh-order-domain-configure > .row,
#order-standard_cart.sh-order-cart-review > .row,
#order-standard_cart.sh-order-checkout > .row { grid-template-columns: 1fr; }

#order-standard_cart.sh-order-configure .cart-sidebar,
#order-standard_cart.sh-order-domain-configure .cart-sidebar,
#order-standard_cart.sh-order-cart-review .cart-sidebar,
#order-standard_cart.sh-order-checkout .cart-sidebar { display: none; }

#order-standard_cart.sh-order-configure .cart-body,
#order-standard_cart.sh-order-domain-configure .cart-body,
#order-standard_cart.sh-order-cart-review .cart-body,
#order-standard_cart.sh-order-checkout .cart-body {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

#order-standard_cart.sh-order-configure .cart-body > .header-lined,
#order-standard_cart.sh-order-domain-configure .cart-body > .header-lined,
#order-standard_cart.sh-order-cart-review .cart-body > .header-lined,
#order-standard_cart.sh-order-checkout .cart-body > .header-lined { display: none; }

#order-standard_cart.sh-order-configure .sidebar-collapsed,
#order-standard_cart.sh-order-domain-configure .sidebar-collapsed,
#order-standard_cart.sh-order-cart-review .sidebar-collapsed,
#order-standard_cart.sh-order-checkout .sidebar-collapsed { display: none; }

#order-standard_cart.sh-order-configure .sh-order-configure-heading,
#order-standard_cart.sh-order-domain-configure .sh-order-configure-heading {
    max-width: 57rem;
    margin: 0 auto 1.05rem;
}

#order-standard_cart.sh-order-configure .sh-order-configure-heading h1,
#order-standard_cart.sh-order-domain-configure .sh-order-configure-heading h1 {
    margin: .38rem 0 .3rem;
    color: #1e2f48;
    font-size: clamp(1.65rem, 2.6vw, 2.25rem);
    font-weight: 600;
    letter-spacing: -.065rem;
}

#order-standard_cart.sh-order-configure .sh-order-configure-heading p,
#order-standard_cart.sh-order-domain-configure .sh-order-configure-heading p {
    margin: 0;
    color: #728198;
    font-size: .8rem;
}

#order-standard_cart.sh-order-configure .cart-body > .row {
    grid-template-columns: minmax(0, 1fr) 18.2rem;
    max-width: 57rem;
    margin: 0 auto;
    gap: 1rem;
}

#order-standard_cart.sh-order-configure .sh-order-configure-product-info {
    display: flex;
    gap: .72rem;
    align-items: center;
    margin: 0 0 .85rem;
    padding: .8rem .9rem;
    border: 1px solid #e2e8f0;
    border-radius: .85rem;
    background: #fff;
    box-shadow: 0 9px 21px rgba(31,41,55,.035);
}

#order-standard_cart.sh-order-configure .sh-order-configure-product-info > span {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: .7rem;
    background: #f2e9ff;
    color: #852bda;
    font-size: .82rem;
}

#order-standard_cart.sh-order-configure .sh-order-configure-product-info p { margin: 0; color: #75839a; font-size: .72rem; line-height: 1.45; }
#order-standard_cart.sh-order-configure .sh-order-configure-product-info .product-title { margin-bottom: .12rem; color: #2b3c53; font-size: .84rem; font-weight: 600; }

#order-standard_cart.sh-order-configure .secondary-cart-body > .field-container,
#order-standard_cart.sh-order-configure .product-configurable-options,
#order-standard_cart.sh-order-configure #productAddonsContainer,
#order-standard_cart.sh-order-configure .secondary-cart-body > .alert,
#order-standard_cart.sh-order-domain-configure #frmProductDomain,
#order-standard_cart.sh-order-domain-configure #DomainSearchResults {
    margin: 0 0 .85rem;
    padding: 1.1rem;
    border: 1px solid #e1e8f1;
    border-radius: .9rem;
    background: #fff;
    box-shadow: 0 11px 23px rgba(31,41,55,.04);
}

#order-standard_cart.sh-order-configure .secondary-cart-body .sub-heading {
    height: auto;
    margin: 1rem 0 .65rem;
    border: 0;
    text-align: left;
}

#order-standard_cart.sh-order-configure .secondary-cart-body .sub-heading span {
    position: static;
    padding: 0;
    background: transparent;
    color: #293a52;
    font-size: .85rem;
    font-weight: 600;
}

#order-standard_cart.sh-order-configure .secondary-cart-body .form-group label,
#order-standard_cart.sh-order-domain-configure .domain-selection-options .option > label { color: #43566e; font-size: .72rem; font-weight: 600; }
#order-standard_cart.sh-order-configure .secondary-cart-body .form-control,
#order-standard_cart.sh-order-domain-configure .form-control { min-height: 2.65rem; border-color: #d9e3ef; border-radius: .62rem; background: #fcfdff; box-shadow: none; color: #42536a; font-size: .76rem; }
#order-standard_cart.sh-order-configure .secondary-cart-body .form-control:focus,
#order-standard_cart.sh-order-domain-configure .form-control:focus { border-color: #a960e7; box-shadow: 0 0 0 .15rem rgba(133,43,218,.10); }

#order-standard_cart.sh-order-configure .secondary-cart-sidebar { min-width: 0; }
#order-standard_cart.sh-order-configure .order-summary {
    overflow: hidden;
    border-color: #e0d3ef;
    border-radius: .95rem;
    background: #fff;
}

#order-standard_cart.sh-order-configure .order-summary h2,
#order-standard_cart.sh-order-cart-review .order-summary h2 {
    padding: .92rem 1rem;
    border: 0;
    background: #852bda;
    color: #fff;
    font-size: .82rem;
}

#order-standard_cart.sh-order-configure #orderSummary > .text-center { padding: .7rem 0 0; }
#order-standard_cart.sh-order-configure #btnCompleteProductConfig { width: 100%; min-height: 3rem; border: 0; border-radius: .7rem; background: #852bda; box-shadow: 0 10px 20px rgba(133,43,218,.21); font-size: .8rem; font-weight: 600; }
#order-standard_cart.sh-order-configure #btnCompleteProductConfig:hover { background: #6f1fc0; }

#order-standard_cart.sh-order-domain-configure .cart-body { max-width: 57rem; margin: 0 auto; }
#order-standard_cart.sh-order-domain-configure .domain-selection-options { display: grid; gap: .75rem; }
#order-standard_cart.sh-order-domain-configure .domain-selection-options .option { padding: .95rem; border: 1px solid #e2e8f1; border-radius: .82rem; background: #fff; transition: border-color .18s ease, box-shadow .18s ease; }
#order-standard_cart.sh-order-domain-configure .domain-selection-options .option:hover { border-color: #c89bf0; box-shadow: 0 8px 18px rgba(133,43,218,.08); }
#order-standard_cart.sh-order-domain-configure .domain-selection-options .option > label { display: block; margin: 0 0 .7rem; }
#order-standard_cart.sh-order-domain-configure .domain-selection-options input[type="radio"] { accent-color: #852bda; }
#order-standard_cart.sh-order-domain-configure .domain-input-group { margin: 0; }
#order-standard_cart.sh-order-domain-configure .domain-input-group .btn-primary { min-height: 2.65rem; border: 0; border-radius: .62rem; background: #852bda; font-size: .75rem; font-weight: 600; }

#order-standard_cart.sh-order-cart-review .cart-body > .row { grid-template-columns: minmax(0, 1fr) 19rem; gap: 1rem; }
#order-standard_cart.sh-order-cart-review .view-cart-items-header { border-color: #e4d6f3; border-radius: .88rem .88rem 0 0; background: #852bda; color: #fff; }
#order-standard_cart.sh-order-cart-review .view-cart-items { border-radius: 0 0 .88rem .88rem; box-shadow: 0 11px 23px rgba(31,41,55,.04); }
#order-standard_cart.sh-order-cart-review .order-summary { border-color: #dfd0ee; }
#order-standard_cart.sh-order-cart-review .btn-checkout { background: #852bda; box-shadow: 0 10px 20px rgba(133,43,218,.22); }
#order-standard_cart.sh-order-cart-review .btn-checkout:hover { background: #6f1fc0; }

#order-standard_cart.sh-order-checkout .cart-body { max-width: 57rem; margin: 0 auto; padding: 1.25rem; border: 1px solid #e4eaf1; border-radius: 1rem; background: #fff; box-shadow: 0 14px 30px rgba(31,41,55,.045); }
#order-standard_cart.sh-order-checkout .already-registered { border-color: #e4d6f3; background: #fbf8ff; }
#order-standard_cart.sh-order-checkout #btnCompleteOrder { min-width: 15rem; background: #852bda; }

/* Carrinho no cabeçalho: bloco compacto e previsível; quando há produtos,
 * a remoção aparece junto de cada item, sem criar uma faixa solta. */
@media (min-width: 1200px) {
    .header.sh-site-header .sh-cart-dropdown .cart-btn {
        min-width: 8.85rem;
        min-height: 2.85rem;
        gap: .42rem;
        padding: .18rem .58rem .18rem .2rem !important;
        border-color: #e6eaf0 !important;
        background: #fff !important;
    }

    .header.sh-site-header .sh-cart-dropdown .cart-btn:hover,
    .header.sh-site-header .sh-cart-dropdown.show .cart-btn { border-color: #d9b8f6 !important; background: #fbf8ff !important; }

    .header.sh-site-header .sh-cart-dropdown .sh-cart-symbol {
        width: 2.38rem;
        height: 2.38rem;
        border-radius: .72rem;
        background: #852bda !important;
        box-shadow: 0 7px 14px rgba(133,43,218,.21);
    }

    .header.sh-site-header .sh-cart-dropdown .sh-cart-copy small { color: #8491a2; font-size: .55rem; letter-spacing: .055rem; }
    .header.sh-site-header .sh-cart-dropdown .sh-cart-copy strong { color: #2a3b53; font-size: .72rem; }
    .header.sh-site-header .sh-cart-dropdown .cart-btn .badge { top: -.26rem; right: -.26rem; min-width: 1.05rem; height: 1.05rem; padding: 0; border-color: #fff; background: #f04e5e; color: #fff; font-size: .57rem; line-height: .95rem; }
}

.header.sh-site-header .sh-cart-menu { overflow: hidden; padding: 0; border-color: #e2e7ef; border-radius: .95rem; background: #fff; }
.header.sh-site-header .sh-cart-menu-heading { display: flex; align-items: center; justify-content: space-between; padding: .88rem 1rem; border-bottom: 1px solid #edf0f4; color: #273951; font-size: .78rem; }
.header.sh-site-header .sh-cart-menu-heading b { color: #852bda; font-size: .72rem; }
.header.sh-site-header .sh-cart-menu-count { display: none; }
.header.sh-site-header .sh-cart-item-list { padding: .4rem .55rem .1rem; }
.header.sh-site-header .sh-cart-item-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .3rem; align-items: center; padding: .26rem 0; border-bottom: 1px solid #f0f2f5; }
.header.sh-site-header .sh-cart-item-row:last-of-type { border-bottom: 0; }
.header.sh-site-header .sh-cart-item { min-width: 0; margin: 0; padding: .55rem; border: 1px solid transparent; border-radius: .65rem; }
.header.sh-site-header .sh-cart-item:hover { border-color: #e2d2f2; background: #fbf8ff; }
.header.sh-site-header .sh-cart-item-preview { padding-right: .38rem; }
.header.sh-site-header .sh-cart-preview-link { display: inline-flex; align-items: center; gap: .3rem; flex: 0 0 auto; color: #852bda; font-size: .66rem; font-weight: 600; }
.header.sh-site-header .sh-cart-item-preview:hover .sh-cart-preview-link { color: #6716b4; }
.header.sh-site-header .sh-cart-item-remove { margin: 0; }
.header.sh-site-header .sh-cart-item-remove button { width: 1.9rem; min-width: 1.9rem; min-height: 1.9rem; padding: 0; border-color: transparent; border-radius: .52rem; background: transparent; color: #ac7180; }
.header.sh-site-header .sh-cart-item-remove button span { display: none; }
.header.sh-site-header .sh-cart-item-remove button:hover { border-color: #f0ccd1; background: #fff4f5; color: #d34452; }
.header.sh-site-header .sh-cart-menu-primary { display: flex; align-items: center; justify-content: center; gap: .5rem; min-height: 2.7rem; margin: .55rem .65rem .45rem; border-radius: .65rem; background: #852bda; box-shadow: 0 8px 17px rgba(133,43,218,.18); font-size: .72rem; font-weight: 600; }
.header.sh-site-header .sh-cart-menu-primary:hover { background: #6f1fc0; }
.header.sh-site-header .sh-cart-empty-form { margin: 0 .65rem .55rem; }
.header.sh-site-header .sh-cart-empty-form button { min-height: 1.95rem; border-color: transparent; border-radius: .5rem; background: transparent; color: #a36775; font-size: .63rem; }
.header.sh-site-header .sh-cart-empty-form button:hover { border-color: #f2d0d5; background: #fff5f6; color: #cc4151; }

@media (max-width: 991.98px) {
    #order-standard_cart.sh-order-configure .cart-body > .row,
    #order-standard_cart.sh-order-cart-review .cart-body > .row { grid-template-columns: 1fr; }
    #order-standard_cart.sh-order-configure .order-summary { position: static; }
}

@media (max-width: 575.98px) {
    #order-standard_cart.sh-order-flow .sh-order-progress { margin-bottom: 1rem; }
    #order-standard_cart.sh-order-flow .sh-order-progress small { max-width: 4.3rem; font-size: .55rem; line-height: 1.15; }
    #order-standard_cart.sh-order-configure .sh-order-configure-heading,
    #order-standard_cart.sh-order-domain-configure .sh-order-configure-heading { margin-bottom: .85rem; }
    #order-standard_cart.sh-order-configure .sh-order-configure-heading h1,
    #order-standard_cart.sh-order-domain-configure .sh-order-configure-heading h1 { font-size: 1.55rem; }
    #order-standard_cart.sh-order-configure .secondary-cart-body > .field-container,
    #order-standard_cart.sh-order-configure .product-configurable-options,
    #order-standard_cart.sh-order-configure #productAddonsContainer,
    #order-standard_cart.sh-order-domain-configure #frmProductDomain { padding: .85rem; }
    #order-standard_cart.sh-order-checkout .cart-body { padding: .9rem; border-radius: .8rem; }
}
/* Páginas criadas pelo Gerente de Tema */
.sh-managed-page {
    max-width: 960px;
    min-height: 360px;
    margin: 48px auto 72px;
    padding: 54px clamp(28px, 6vw, 72px);
    border: 1px solid #e8e7f2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(31, 24, 70, .07);
}
.sh-managed-page-empty { text-align: center; max-width: 680px; }
.sh-managed-page h1 { margin: 12px 0 22px; color: #17233f; font-size: clamp(2rem, 4vw, 3.25rem); }
.sh-page-eyebrow { color: #852bda; font-size: .75rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.sh-managed-page-content { color: #52627b; font-size: 1rem; line-height: 1.8; }
.sh-managed-page-content h2, .sh-managed-page-content h3 { color: #17233f; margin: 28px 0 12px; }
.sh-managed-page-content a { color: #852bda; font-weight: 600; }
.sh-page-button { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; padding: 12px 18px; border-radius: 10px; background: #852bda; color: #fff; font-weight: 600; text-decoration: none; }

/* Cabeçalho: carrinho e perfil com hierarquia mais clara. */
.header.sh-site-header .sh-header-actions { align-items: center; }
.header.sh-site-header .sh-cart-dropdown .cart-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start;
}
.header.sh-site-header .sh-cart-dropdown .sh-cart-symbol {
    position: relative;
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
}
.header.sh-site-header .sh-cart-dropdown .sh-cart-symbol > i {
    display: block;
    width: auto;
    margin: 0;
    line-height: 1;
    transform: none;
}
.header.sh-site-header .sh-cart-dropdown .cart-btn .badge {
    position: absolute !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
@media (min-width: 992px) {
    .header.sh-site-header .sh-cart-dropdown .cart-btn { min-width: 9.15rem; }
    .header.sh-site-header .sh-cart-dropdown .sh-cart-symbol { width: 2.38rem; height: 2.38rem; }
}

.header.sh-site-header .sh-client-account > .btn {
    display: inline-flex;
    align-items: center;
    gap: .48rem;
}
.header.sh-site-header .sh-client-avatar,
.header.sh-site-header .sh-account-menu-avatar {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, var(--sh-theme-primary, #852bda), var(--sh-theme-accent, #a855f7));
    color: #fff;
    font-weight: 600;
}
.header.sh-site-header .sh-client-avatar img,
.header.sh-site-header .sh-account-menu-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header.sh-site-header .sh-client-avatar { width: 2.18rem; height: 2.18rem; border-radius: .72rem; }
.header.sh-site-header .sh-account-menu {
    width: min(20.5rem, calc(100vw - 1.5rem));
    max-height: min(72vh, 39rem);
    margin-top: .72rem;
    padding: .5rem;
    overflow-y: auto;
    border-color: #e4e6f0;
    border-radius: 1.05rem;
    box-shadow: 0 20px 45px rgba(31, 41, 55, .16);
}
.header.sh-site-header .sh-account-menu-head {
    display: flex;
    align-items: center;
    gap: .72rem;
    margin: .12rem;
    padding: .78rem;
    border: 1px solid #eee8f6;
    border-radius: .82rem;
    background: linear-gradient(135deg, #fbf9ff, #f7f4ff);
}
.header.sh-site-header .sh-account-menu-avatar { flex: 0 0 2.5rem; width: 2.5rem; height: 2.5rem; border-radius: .76rem; }
.header.sh-site-header .sh-account-menu-head > span:last-child { display: grid; min-width: 0; gap: .1rem; }
.header.sh-site-header .sh-account-menu-head strong { overflow: hidden; color: #26364d; font-size: .8rem; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.header.sh-site-header .sh-account-menu-head small { overflow: hidden; color: #7e8ba0; font-size: .65rem; text-overflow: ellipsis; white-space: nowrap; }
.header.sh-site-header .sh-account-menu-section { padding: .58rem .12rem .22rem; }
.header.sh-site-header .sh-account-menu-section + .sh-account-menu-section { margin-top: .25rem; padding-top: .72rem; border-top: 1px solid #edf0f4; }
.header.sh-site-header .sh-account-menu-section > small { display: block; padding: 0 .58rem .28rem; color: #a18baa; font-size: .57rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.header.sh-site-header .sh-account-menu .dropdown-item { min-height: 2.42rem; padding: .52rem .58rem; font-size: .75rem; }
.header.sh-site-header .sh-account-menu .dropdown-item i { width: 1.16rem; color: var(--sh-theme-primary, #852bda); }
.header.sh-site-header .sh-account-menu .dropdown-item:hover { background: #f7f2fc; color: var(--sh-theme-primary, #852bda); }
.header.sh-site-header .sh-account-external { display: inline-flex; margin-left: auto; }
.header.sh-site-header .sh-account-external i { width: auto !important; font-size: .62rem; color: #9aa5b7 !important; }
.header.sh-site-header .sh-account-menu-quick { padding-bottom: .42rem; }
.header.sh-site-header .sh-account-menu .dropdown-divider { margin: .35rem .15rem; }
.header.sh-site-header .sh-account-menu .sh-account-logout { color: #c84351; }
.header.sh-site-header .sh-account-menu .sh-account-logout i { color: #c84351; }
.header.sh-site-header .sh-account-menu .sh-account-logout:hover { background: #fff4f5; color: #b22f3f; }

/* Product configuration: reserve a true column for the order summary. */
#order-standard_cart.sh-order-configure .sh-configure-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18.75rem;
    align-items: start;
    gap: 1rem;
    width: 100%;
    max-width: 58rem;
    margin: 0 auto;
}
#order-standard_cart.sh-order-configure .sh-configure-layout .secondary-cart-body {
    min-width: 0;
    width: auto;
}
#order-standard_cart.sh-order-configure .sh-configure-layout .secondary-cart-sidebar {
    position: static;
    min-width: 0;
    width: auto;
    margin: 0;
}
#order-standard_cart.sh-order-configure .sh-configure-layout #scrollingPanelContainer {
    position: sticky;
    top: 1.25rem;
    width: 100%;
}
#order-standard_cart.sh-order-configure .sh-configure-layout .order-summary {
    position: static;
    width: 100%;
    margin: 0;
}
#order-standard_cart.sh-order-configure .sh-configure-layout #orderSummary > .text-center {
    margin-top: .7rem;
}
#order-standard_cart.sh-order-configure .sh-configure-layout #btnCompleteProductConfig {
    width: 100%;
}

/* Department selection on submitticket.php */
.sh-ticket-select {
    width: min(100%, 72rem);
    margin: 1.5rem auto 3.5rem;
}
.sh-ticket-select-hero {
    position: relative;
    overflow: hidden;
    padding: 2.25rem 2.45rem;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, var(--sh-theme-primary-dark, #6520b5), var(--sh-theme-primary, #852bda));
    box-shadow: 0 20px 40px rgba(102, 34, 181, .2);
    color: #fff;
}
.sh-ticket-select-hero::after {
    position: absolute;
    right: -2.5rem;
    bottom: -4.75rem;
    width: 16rem;
    height: 16rem;
    border: 2rem solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    content: "";
}
.sh-ticket-select-kicker {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: .5rem;
    color: rgba(255, 255, 255, .76);
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.sh-ticket-select-hero h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 600;
}
.sh-ticket-select-hero p {
    position: relative;
    z-index: 1;
    max-width: 37rem;
    margin: .6rem 0 0;
    color: rgba(255, 255, 255, .84);
}
.sh-ticket-select-hero .sh-ticket-history {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    margin-top: 1.35rem;
    padding: .62rem .85rem;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: .65rem;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: .8rem;
    font-weight: 600;
    text-decoration: none;
}
.sh-ticket-select-hero .sh-ticket-history:hover { background: rgba(255, 255, 255, .18); color: #fff; }
.sh-ticket-department-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}
.sh-ticket-department-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 8.3rem;
    padding: 1.25rem;
    border: 1px solid #e7eaf2;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 12px 26px rgba(28, 38, 69, .055);
    color: #1b2b46;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.sh-ticket-department-card:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--sh-theme-primary, #852bda) 34%, #fff);
    box-shadow: 0 18px 30px rgba(92, 38, 154, .13);
    color: #1b2b46;
    text-decoration: none;
}
.sh-ticket-department-card > span:first-child {
    display: grid;
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border-radius: .9rem;
    background: #f2eaff;
    color: var(--sh-theme-primary, #852bda);
    font-size: 1.1rem;
}
.sh-ticket-department-card h2 {
    margin: 0 0 .28rem;
    color: #21314c;
    font-size: 1rem;
    font-weight: 600;
}
.sh-ticket-department-card p { margin: 0; color: #74829a; font-size: .8rem; line-height: 1.5; }
.sh-ticket-department-card > i { margin-left: auto; color: var(--sh-theme-primary, #852bda); font-size: .85rem; }
.sh-ticket-select .sh-ticket-empty { margin-top: 1rem; border-radius: 1rem; }
@media (max-width: 991px) {
    #order-standard_cart.sh-order-configure .sh-configure-layout { grid-template-columns: 1fr; max-width: 42rem; }
    #order-standard_cart.sh-order-configure .sh-configure-layout #scrollingPanelContainer { position: static; }
}
@media (max-width: 575px) {
    .sh-ticket-select { margin-top: 1rem; }
    .sh-ticket-select-hero { padding: 1.6rem 1.35rem; border-radius: 1rem; }
    .sh-ticket-department-grid { grid-template-columns: 1fr; }
}

/* Tela do chamado: registros de atendimento, não balões de chat. */
.sh-template-viewticket #Primary_Sidebar .panel-sidebar {
    overflow: hidden;
    margin-bottom: .9rem;
    border: 1px solid #e4e8ef;
    border-radius: .9rem;
    background: #fff;
    box-shadow: 0 10px 24px rgba(31, 44, 73, .055);
}
.sh-template-viewticket #Primary_Sidebar .panel-sidebar .panel-heading {
    padding: .82rem .9rem;
    border: 0;
    border-bottom: 1px solid #edf0f5;
    background: #fff;
}
.sh-template-viewticket #Primary_Sidebar .panel-sidebar .panel-title {
    color: #263852;
    font-size: .8rem;
    font-weight: 600;
}
.sh-template-viewticket #Primary_Sidebar .panel-sidebar .panel-title > i {
    color: var(--sh-theme-primary, #852bda);
}
.sh-template-viewticket #Primary_Sidebar .panel-sidebar .list-group-item {
    min-height: 2.55rem;
    padding: .64rem .88rem;
    border-color: #edf0f4;
    color: #54657e;
    font-size: .75rem;
}
.sh-template-viewticket #Primary_Sidebar .panel-sidebar .list-group-item > i {
    width: 1.2rem;
    color: var(--sh-theme-primary, #852bda);
    text-align: center;
}
.sh-template-viewticket #Primary_Sidebar .panel-sidebar .list-group-item:hover {
    background: #faf7ff;
    color: #5d249f;
}
.sh-template-viewticket #Primary_Sidebar .panel-sidebar .panel-footer {
    display: flex;
    gap: .5rem;
    padding: .7rem;
    border-top: 1px solid #edf0f5;
    background: #fbfcfe;
}
.sh-template-viewticket #Primary_Sidebar .panel-sidebar .panel-footer .btn {
    flex: 1 1 0;
    min-height: 2.55rem;
    padding: .42rem;
    border-radius: .58rem;
    font-size: .7rem;
    font-weight: 600;
}
.sh-template-viewticket #Primary_Sidebar .panel-sidebar .panel-footer .btn-success {
    border-color: var(--sh-theme-primary, #852bda);
    background: var(--sh-theme-primary, #852bda);
}
.sh-template-viewticket #Primary_Sidebar .panel-sidebar .panel-footer .btn-success:hover {
    border-color: var(--sh-theme-primary-dark, #6520b5);
    background: var(--sh-theme-primary-dark, #6520b5);
}
.sh-template-viewticket #Primary_Sidebar .panel-sidebar:first-child,
.sh-template-viewticket #Primary_Sidebar .panel-sidebar[menuitemname="Ticket Information"] {
    border-color: #dfd0ee;
}
.sh-template-viewticket #Primary_Sidebar .panel-sidebar:first-child .panel-heading,
.sh-template-viewticket #Primary_Sidebar .panel-sidebar[menuitemname="Ticket Information"] .panel-heading {
    background: linear-gradient(135deg, #fbf8ff, #fff);
}
.sh-template-viewticket #Primary_Sidebar .panel-sidebar:first-child .list-group-item,
.sh-template-viewticket #Primary_Sidebar .panel-sidebar[menuitemname="Ticket Information"] .list-group-item {
    line-height: 1.45;
}
.sh-template-viewticket #Primary_Sidebar .panel-sidebar:first-child .list-group-item:first-letter,
.sh-template-viewticket #Primary_Sidebar .panel-sidebar[menuitemname="Ticket Information"] .list-group-item:first-letter {
    color: var(--sh-theme-primary, #852bda);
}

.sh-ticket-thread {
    padding: 1.35rem;
    background: #f7f8fb;
}
.sh-ticket-thread-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    margin: 0 0 1rem;
    padding: 0 .1rem;
}
.sh-ticket-thread-heading > div > span {
    display: block;
    color: #2b3d58;
    font-size: .88rem;
    font-weight: 600;
}
.sh-ticket-thread-heading p {
    margin: .12rem 0 0;
    color: #8190a6;
    font-size: .7rem;
}
.sh-ticket-thread-count {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .42rem .56rem;
    border: 1px solid #e1e6ee;
    border-radius: .55rem;
    background: #fff;
    color: #71819a;
    font-size: .66rem;
    font-weight: 600;
    white-space: nowrap;
}
.sh-ticket-thread-count i { color: var(--sh-theme-primary, #852bda); }
.sh-ticket-message {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: .9rem;
    max-width: 100%;
    margin: 0 0 .9rem;
    padding: 1rem 1.05rem;
    border: 1px solid #e4e8ef;
    border-left: 4px solid #9aabc2;
    border-radius: .85rem;
    background: #fff;
    box-shadow: 0 7px 16px rgba(28, 41, 70, .035);
}
.sh-ticket-message:last-child { margin-bottom: 0; }
.sh-ticket-message.is-staff {
    flex-direction: row;
    margin-left: 0;
    border-left-color: var(--sh-theme-primary, #852bda);
    background: linear-gradient(90deg, #fcfaff 0, #fff 12rem);
}
.sh-ticket-avatar {
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #eef1f5;
    box-shadow: 0 3px 8px rgba(29, 43, 71, .14);
}
.sh-ticket-message.is-staff .sh-ticket-avatar { box-shadow: 0 3px 9px rgba(117, 43, 194, .25); }
.sh-ticket-message-content { width: calc(100% - 3.9rem); }
.sh-ticket-message-meta {
    align-items: flex-start;
    margin: 0;
    padding-bottom: .62rem;
    border-bottom: 1px solid #edf0f4;
}
.is-staff .sh-ticket-message-meta { margin: 0; text-align: left; }
.sh-ticket-message-role { margin-bottom: .1rem; font-size: .56rem; }
.sh-ticket-message-meta h2 { font-size: .85rem; }
.sh-ticket-message-meta time { display: block; margin-top: .1rem; font-size: .66rem; }
.sh-ticket-message-kind {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    margin-top: .08rem;
    padding: .31rem .48rem;
    border: 1px solid #e5e9ef;
    border-radius: 999px;
    background: #f8fafc;
    color: #73819a;
    font-size: .6rem;
    font-weight: 600;
    white-space: nowrap;
}
.is-staff .sh-ticket-message-kind {
    border-color: #e4d5f4;
    background: #f8f2ff;
    color: #7225bd;
}
.sh-ticket-bubble,
.is-staff .sh-ticket-bubble {
    padding: .85rem 0 .05rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #41526c;
    font-size: .83rem;
    line-height: 1.65;
}
.sh-ticket-ip {
    margin-top: .72rem;
    padding-top: .6rem;
    border-top-color: #e6eaf0;
    color: #77869b;
    opacity: 1;
}
.sh-ticket-attachments {
    margin-top: .8rem;
    padding: .7rem .78rem;
    border: 1px solid #e7ebf1;
    border-radius: .58rem;
    background: #fafbfd;
}
.is-staff .sh-ticket-attachments { border-color: #e5dcf0; }
.sh-ticket-rating {
    margin-top: .65rem;
    padding-top: .65rem;
    border-top: 1px solid #edf0f4;
    text-align: right;
}
.sh-ticket-reply-card > header p { max-width: 42rem; }

@media (min-width: 992px) {
    .sh-template-viewticket #Primary_Sidebar { position: sticky; top: 1.25rem; }
}
@media (max-width: 767px) {
    .sh-ticket-thread { padding: 1rem; }
    .sh-ticket-thread-heading { align-items: flex-start; }
    .sh-ticket-thread-count { margin-top: .12rem; }
    .sh-ticket-message { gap: .7rem; padding: .85rem; }
    .sh-ticket-avatar { flex-basis: 2.55rem; width: 2.55rem; height: 2.55rem; }
    .sh-ticket-message-content { width: calc(100% - 3.25rem); }
    .sh-ticket-message-meta { display: block; }
    .sh-ticket-message-kind { margin-top: .5rem; }
}

/* Support center: confirmation, list, conversation and contextual sidebar. */
.sh-ticket-confirmation {
    width: min(100%, 50rem);
    margin: 2rem auto 3.5rem;
    padding: 3rem 2.25rem;
    border: 1px solid #e8eaf1;
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 22px 45px rgba(29, 39, 66, .08);
    text-align: center;
}
.sh-ticket-confirm-icon { display: grid; width: 4.25rem; height: 4.25rem; margin: 0 auto 1.15rem; place-items: center; border-radius: 1.3rem; background: #ddf8e8; color: #15955a; font-size: 1.65rem; box-shadow: inset 0 0 0 1px #bdeccc; }
.sh-ticket-confirm-kicker, .sh-ticket-view-kicker, .sh-ticket-message-role { display: block; color: var(--sh-theme-primary, #852bda); font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.sh-ticket-confirmation h1 { margin: 0; color: #1f304b; font-size: clamp(1.55rem, 3vw, 2.25rem); font-weight: 600; }
.sh-ticket-confirm-copy { max-width: 38rem; margin: .75rem auto 1.35rem; color: #667791; line-height: 1.65; }
.sh-ticket-confirm-number { display: inline-flex; align-items: center; gap: .55rem; padding: .7rem .9rem; border: 1px solid #e3d3f7; border-radius: .7rem; background: #faf7ff; color: var(--sh-theme-primary, #852bda); font-weight: 600; text-decoration: none; }
.sh-ticket-confirm-actions { display: flex; align-items: center; justify-content: center; gap: .7rem; flex-wrap: wrap; margin-top: 1.5rem; }
.sh-ticket-confirm-primary, .sh-ticket-send-button { border: 1px solid var(--sh-theme-primary, #852bda); border-radius: .7rem; background: var(--sh-theme-primary, #852bda); color: #fff; font-weight: 600; }
.sh-ticket-confirm-primary:hover, .sh-ticket-send-button:hover { background: var(--sh-theme-primary-dark, #6520b5); border-color: var(--sh-theme-primary-dark, #6520b5); color: #fff; }
.sh-ticket-confirm-secondary, .sh-ticket-back, .sh-ticket-cancel-button { border: 1px solid #ded4ea; border-radius: .7rem; background: #fff; color: #4d3e62; font-weight: 600; }
.sh-ticket-confirm-history { color: #667791; font-size: .8rem; font-weight: 600; text-decoration: none; }
.sh-ticket-confirm-note { display: inline-flex; align-items: center; gap: .7rem; margin-top: 1.85rem; padding: .75rem 1rem; border-radius: .8rem; background: #f7f9fc; color: #52627a; text-align: left; }
.sh-ticket-confirm-note i { color: #1b9b60; }.sh-ticket-confirm-note strong,.sh-ticket-confirm-note small { display: block; }.sh-ticket-confirm-note strong { color: #2e405d; font-size: .78rem; }.sh-ticket-confirm-note small { font-size: .69rem; }
.sh-client-tickets .table-container { overflow: visible; border: 1px solid #e6e8f0; border-radius: 1rem; background: #fff; box-shadow: 0 12px 28px rgba(33, 45, 77, .055); }
.sh-client-tickets #tableTicketsList { margin: 0; }.sh-client-tickets #tableTicketsList thead th { padding: 1rem .8rem; border: 0; background: #fafbfe; color: #71819b; font-size: .65rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.sh-client-tickets #tableTicketsList tbody td { padding: 1.05rem .8rem; border-color: #eef0f5; color: #50617c; vertical-align: middle; }.sh-client-tickets #tableTicketsList tbody tr { transition: background .16s ease; }.sh-client-tickets #tableTicketsList tbody tr:hover { background: #fcfaff; }
.sh-client-tickets .ticket-number { color: var(--sh-theme-primary, #852bda); font-weight: 600; }.sh-client-tickets .ticket-subject { color: #23344f; font-weight: 600; }.sh-ticket-open-action { padding: .48rem .7rem; border: 1px solid #dccaf3; border-radius: .6rem; background: #fff; color: var(--sh-theme-primary, #852bda); font-size: .75rem; font-weight: 600; }.sh-ticket-open-action:hover { background: #f8f3ff; color: var(--sh-theme-primary-dark, #6520b5); }
.sh-template-viewticket #Primary_Sidebar .card-sidebar { overflow: hidden; border: 1px solid #e4e7ef; border-radius: 1rem; background: #fff; box-shadow: 0 13px 27px rgba(29, 39, 66, .07); }.sh-template-viewticket #Primary_Sidebar .card-sidebar .card-header { padding: .9rem 1rem; border-bottom: 1px solid #edf0f5; background: linear-gradient(135deg, #fbf9ff, #fff); }.sh-template-viewticket #Primary_Sidebar .card-sidebar .card-title { color: #293a55; font-size: .86rem; font-weight: 600; }.sh-template-viewticket #Primary_Sidebar .card-sidebar .card-title > i { color: var(--sh-theme-primary, #852bda); }.sh-template-viewticket #Primary_Sidebar .card-sidebar .list-group-item { min-height: 2.65rem; padding: .72rem .95rem; border-color: #edf0f5; color: #566883; font-size: .79rem; }.sh-template-viewticket #Primary_Sidebar .card-sidebar .list-group-item i { width: 1.25rem; color: var(--sh-theme-primary, #852bda); }.sh-template-viewticket #Primary_Sidebar .card-sidebar .list-group-item.active { border-color: var(--sh-theme-primary, #852bda); background: var(--sh-theme-primary, #852bda); color: #fff; }.sh-template-viewticket #Primary_Sidebar .card-sidebar .list-group-item.active i { color: #fff; }.sh-template-viewticket #Primary_Sidebar .card-sidebar .card-body { color: #5d6d85; font-size: .8rem; }.sh-template-viewticket #Primary_Sidebar .card-sidebar .btn { border-radius: .6rem; font-size: .76rem; font-weight: 600; }
.sh-ticket-view { overflow: hidden; border: 1px solid #e6e9f0; border-radius: 1.25rem; background: #fff; box-shadow: 0 18px 36px rgba(31, 40, 67, .07); }.sh-ticket-view-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1.25rem; padding: 1.65rem 1.8rem; border-bottom: 1px solid #edf0f4; background: linear-gradient(120deg, #fff, #fbf9ff); }.sh-ticket-view-header h1 { margin: .28rem 0 .35rem; color: #20314c; font-size: 1.6rem; font-weight: 600; }.sh-ticket-view-header p { margin: 0; color: #718099; font-size: .82rem; }.sh-ticket-view-header p span { margin-right: .35rem; color: #41536d; font-weight: 600; }.sh-ticket-view-actions { display: flex; align-items: center; justify-content: flex-end; gap: .5rem; flex-wrap: wrap; }.sh-ticket-view-actions .btn { padding: .55rem .72rem; font-size: .76rem; }.sh-ticket-reply-button { border: 1px solid var(--sh-theme-primary, #852bda); border-radius: .65rem; background: var(--sh-theme-primary, #852bda); color: #fff; font-weight: 600; }.sh-ticket-reply-button:hover { color: #fff; background: var(--sh-theme-primary-dark, #6520b5); }.sh-ticket-close-button { border: 1px solid #f1c5cb; border-radius: .65rem; background: #fff4f5; color: #c33c4d; font-weight: 600; }
.sh-ticket-thread { padding: 1.4rem; background: #f8f9fc; }.sh-ticket-message { display: flex; align-items: flex-start; gap: .85rem; max-width: 94%; margin-bottom: 1.15rem; }.sh-ticket-message.is-staff { flex-direction: row-reverse; margin-left: auto; }.sh-ticket-avatar { display: grid; flex: 0 0 2.85rem; width: 2.85rem; height: 2.85rem; place-items: center; overflow: hidden; border: 1px solid #e0e5ed; border-radius: .9rem; background: #fff; box-shadow: 0 5px 12px rgba(30, 43, 70, .08); }.sh-ticket-avatar > img { width: 100%; height: 100%; object-fit: cover; }.sh-ticket-staff-mark { display: grid; width: 100%; height: 100%; place-items: center; background: linear-gradient(135deg, var(--sh-theme-primary-dark, #6520b5), var(--sh-theme-primary, #852bda)); color: #fff; }.sh-ticket-message-content { min-width: 0; flex: 1; }.sh-ticket-message-meta { display: flex; align-items: center; justify-content: space-between; gap: .7rem; margin: 0 0 .35rem .15rem; }.is-staff .sh-ticket-message-meta { margin: 0 .15rem .35rem 0; text-align: right; }.sh-ticket-message-role { margin-bottom: .12rem; font-size: .58rem; }.sh-ticket-message-meta h2 { margin: 0; color: #2b3d58; font-size: .86rem; font-weight: 600; }.sh-ticket-message-meta time { color: #8793a7; font-size: .68rem; }.sh-ticket-staff-logo { max-width: 7.25rem; max-height: 1.25rem; object-fit: contain; }.sh-ticket-client-mark { display: inline-flex; align-items: center; gap: .3rem; color: #70809a; font-size: .68rem; font-weight: 600; }.sh-ticket-bubble { padding: 1rem 1.1rem; border: 1px solid #e5e9ef; border-radius: .25rem 1rem 1rem 1rem; background: #fff; color: #40516b; font-size: .86rem; line-height: 1.65; box-shadow: 0 8px 18px rgba(30, 40, 65, .04); }.is-staff .sh-ticket-bubble { border-color: transparent; border-radius: 1rem .25rem 1rem 1rem; background: linear-gradient(135deg, var(--sh-theme-primary-dark, #6520b5), var(--sh-theme-primary, #852bda)); color: #fff; }.sh-ticket-bubble > :last-child { margin-bottom: 0; }.sh-ticket-ip { margin-top: .85rem; padding-top: .65rem; border-top: 1px solid rgba(115, 126, 150, .23); color: inherit; font-size: .69rem; opacity: .82; }.sh-ticket-attachments { padding: .75rem 1rem; border: 1px solid #e6e9ef; border-top: 0; border-radius: 0 0 .85rem .85rem; background: #fff; color: #52647f; font-size: .74rem; }.is-staff .sh-ticket-attachments { border-color: #e4d9f2; }.sh-ticket-attachments strong { display: block; color: #40526e; }.sh-ticket-attachments small { color: #bb616c; }.sh-ticket-attachment-list { display: flex; gap: .45rem; flex-wrap: wrap; margin-top: .55rem; }.sh-ticket-attachment { display: inline-flex; align-items: center; gap: .35rem; padding: .35rem .5rem; border: 1px solid #e1e6ee; border-radius: .45rem; background: #f9fafc; color: #52647f; text-decoration: none; }.sh-ticket-attachment:hover { color: var(--sh-theme-primary, #852bda); text-decoration: none; }.sh-ticket-attachment.is-removed { color: #9b6d74; }.sh-ticket-rating { margin-top: .45rem; text-align: right; }.sh-ticket-reply-card { margin-top: 1.2rem; padding: 1.5rem; border: 1px solid #e5e8ef; border-radius: 1.2rem; background: #fff; box-shadow: 0 13px 28px rgba(30, 40, 67, .055); }.sh-ticket-reply-card > header { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.25rem; }.sh-ticket-reply-card > header > span { display: grid; width: 2.6rem; height: 2.6rem; place-items: center; border-radius: .75rem; background: #f0e6ff; color: var(--sh-theme-primary, #852bda); }.sh-ticket-reply-card h2 { margin: 0; color: #293a55; font-size: 1.15rem; font-weight: 600; }.sh-ticket-reply-card header p { margin: .12rem 0 0; color: #78879d; font-size: .78rem; }.sh-ticket-reply-card .form-control { border-color: #dfe5ee; border-radius: .65rem; }.sh-ticket-reply-actions { display: flex; justify-content: flex-end; gap: .6rem; }.sh-ticket-send-button { padding: .65rem 1rem; }.sh-ticket-cancel-button { padding: .65rem 1rem; }
@media (max-width: 767px) { .sh-ticket-confirmation { margin: 1rem auto 2rem; padding: 2.1rem 1.2rem; }.sh-client-tickets #tableTicketsList th:last-child,.sh-client-tickets #tableTicketsList td:last-child { display: none; }.sh-ticket-view-header { display: block; padding: 1.3rem; }.sh-ticket-view-actions { justify-content: flex-start; margin-top: 1rem; }.sh-ticket-thread { padding: .9rem; }.sh-ticket-message { max-width: 100%; gap: .55rem; }.sh-ticket-avatar { flex-basis: 2.35rem; width: 2.35rem; height: 2.35rem; border-radius: .7rem; }.sh-ticket-bubble { padding: .82rem .9rem; }.sh-ticket-staff-logo { display: none; }.sh-ticket-reply-card { padding: 1.05rem; }.sh-ticket-reply-actions { justify-content: flex-start; } }

/* Base de conhecimento, comunicados e status da rede. Os dados e as rotas
 * permanecem do WHMCS; apenas a apresentação é própria da StabilityHost. */
body.sh-template-knowledgebase,
body.sh-template-knowledgebasecat,
body.sh-template-knowledgebasearticle,
body.sh-template-announcements,
body.sh-template-viewannouncement,
body.sh-template-serverstatus { background: #f7f8fc; }
body.sh-template-knowledgebase #main-body,
body.sh-template-knowledgebasecat #main-body,
body.sh-template-knowledgebasearticle #main-body,
body.sh-template-announcements #main-body,
body.sh-template-viewannouncement #main-body,
body.sh-template-serverstatus #main-body { padding-top: 1.6rem; padding-bottom: 3.75rem; }
.sh-support-page { width: min(100%, 74rem); margin: 0 auto; color: #4e5f78; }
.sh-support-hero { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem 1.25rem; padding: 1.75rem; border: 1px solid #e6dff0; border-radius: 1.2rem; background: radial-gradient(circle at 94% 12%, rgba(185, 111, 253, .18), transparent 22rem), linear-gradient(120deg, #3d176c, #7a24d3); box-shadow: 0 17px 34px rgba(48, 26, 83, .12); color: #fff; }
.sh-support-eyebrow { display: inline-flex; align-items: center; gap: .38rem; color: #a665ff; font-size: .65rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.sh-support-hero .sh-support-eyebrow { color: #eadbff; }
.sh-support-hero h1 { margin: .38rem 0 .32rem; color: #fff; font-size: clamp(1.65rem, 3vw, 2.3rem); font-weight: 600; letter-spacing: -.03em; }
.sh-support-hero p { max-width: 39rem; margin: 0; color: rgba(255,255,255,.82); font-size: .86rem; line-height: 1.6; }
.sh-support-hero-link { display: inline-flex; align-items: center; justify-content: center; gap: .43rem; align-self: start; min-height: 2.6rem; padding: .52rem .8rem; border: 1px solid rgba(255,255,255,.32); border-radius: .65rem; background: rgba(255,255,255,.12); color: #fff; font-size: .72rem; font-weight: 500; text-decoration: none; white-space: nowrap; }
.sh-support-hero-link:hover { border-color: #fff; background: #fff; color: #6920be; text-decoration: none; }
.sh-kb-search { position: relative; display: flex; grid-column: 1 / -1; align-items: center; padding: .3rem; border: 1px solid rgba(255,255,255,.27); border-radius: .78rem; background: #fff; box-shadow: 0 8px 18px rgba(29, 12, 52, .12); }
.sh-kb-search > i { width: 2.3rem; color: #9b71bf; text-align: center; font-size: .76rem; }
.sh-kb-search .form-control { height: 2.5rem; padding: .35rem .15rem; border: 0; background: transparent; color: #3f506a; font-size: .8rem; box-shadow: none; }
.sh-kb-search .form-control:focus { box-shadow: none; }
.sh-kb-search .btn { min-height: 2.45rem; padding: .45rem .85rem; border: 0; border-radius: .58rem; background: var(--sh-theme-primary, #852bda); color: #fff; font-size: .74rem; font-weight: 600; }
.sh-kb-search .btn:hover { background: var(--sh-theme-primary-dark, #6520b5); color: #fff; }
.sh-support-section { margin-top: 1.1rem; padding: 1.25rem; border: 1px solid #e6e9f0; border-radius: 1rem; background: #fff; box-shadow: 0 11px 24px rgba(32, 43, 69, .045); }
.sh-support-section-head { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-bottom: 1rem; }
.sh-support-section-head > div > span { display: block; color: #9467bf; font-size: .6rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.sh-support-section-head h1, .sh-support-section-head h2 { margin: .18rem 0 0; color: #2b3c57; font-size: 1.08rem; font-weight: 600; }
.sh-kb-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
.sh-kb-category-card { display: grid; grid-template-columns: 2.3rem minmax(0, 1fr) auto .6rem; gap: .62rem; align-items: center; min-height: 4.55rem; padding: .72rem; border: 1px solid #e8ecf1; border-radius: .75rem; background: #fff; color: #52637c; text-decoration: none; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.sh-kb-category-card:hover { border-color: #d8c4ee; box-shadow: 0 8px 17px rgba(76, 42, 116, .08); color: #5f2299; text-decoration: none; transform: translateY(-1px); }
.sh-kb-category-icon { display: grid; width: 2.3rem; height: 2.3rem; place-items: center; border-radius: .65rem; background: #f2e9ff; color: var(--sh-theme-primary, #852bda); font-size: .82rem; }
.sh-kb-category-copy { min-width: 0; }.sh-kb-category-copy strong, .sh-kb-category-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.sh-kb-category-copy strong { color: #44556e; font-size: .76rem; font-weight: 600; }.sh-kb-category-copy small { margin-top: .2rem; color: #8b97a9; font-size: .63rem; }.sh-kb-category-count { min-width: 1.42rem; padding: .22rem .34rem; border-radius: .38rem; background: #f6f7fa; color: #7a879b; font-size: .61rem; text-align: center; }.sh-kb-category-card > .fa-chevron-right { color: #a47bcc; font-size: .58rem; }
.sh-kb-article-list { overflow: hidden; border: 1px solid #edf0f4; border-radius: .7rem; }
.sh-kb-article-row { display: flex; align-items: center; gap: .65rem; min-height: 3.7rem; padding: .7rem .8rem; border-bottom: 1px solid #edf0f4; background: #fff; color: #596a83; text-decoration: none; }.sh-kb-article-row:last-child { border-bottom: 0; }.sh-kb-article-row:hover { background: #fcfaff; color: #61219b; text-decoration: none; }.sh-kb-article-row > .fa-file-alt { width: 1.55rem; color: #a06dcd; font-size: .85rem; text-align: center; }.sh-kb-article-row > span { min-width: 0; flex: 1; }.sh-kb-article-row strong, .sh-kb-article-row small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.sh-kb-article-row strong { color: #4a5c76; font-size: .74rem; font-weight: 600; }.sh-kb-article-row small { margin-top: .17rem; color: #929dae; font-size: .61rem; }.sh-kb-article-row > .fa-arrow-right { color: #a47bcc; font-size: .62rem; }
.sh-support-empty, .sh-network-empty { display: flex; align-items: center; gap: 1rem; margin-top: 1.1rem; padding: 1.35rem; border: 1px dashed #dccbeb; border-radius: 1rem; background: linear-gradient(135deg, #fff, #fcfaff); }.sh-support-empty > span, .sh-network-empty > span { display: grid; flex: 0 0 2.7rem; width: 2.7rem; height: 2.7rem; place-items: center; border-radius: .75rem; background: #f0e6ff; color: var(--sh-theme-primary, #852bda); }.sh-support-empty h2, .sh-network-empty h2 { margin: 0; color: #465772; font-size: .9rem; font-weight: 600; }.sh-support-empty p, .sh-network-empty p { margin: .25rem 0 0; color: #7f8b9e; font-size: .73rem; line-height: 1.5; }.sh-support-empty .btn { margin-left: auto; }
.sh-support-primary { display: inline-flex; align-items: center; gap: .4rem; min-height: 2.45rem; padding: .45rem .72rem; border: 0; border-radius: .6rem; background: var(--sh-theme-primary, #852bda); color: #fff; font-size: .7rem; font-weight: 600; white-space: nowrap; }.sh-support-primary:hover { background: var(--sh-theme-primary-dark, #6520b5); color: #fff; }
.sh-kb-compact-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }.sh-kb-search-compact { width: min(100%, 31rem); padding: .22rem; border-color: #e3e7ed; box-shadow: 0 7px 15px rgba(32,43,69,.035); }.sh-kb-no-article { padding: 1rem; color: #8692a2; font-size: .74rem; }.sh-kb-no-article i { margin-right: .38rem; color: #a16fcb; }
.sh-support-back { display: inline-flex; align-items: center; gap: .4rem; color: #65758d; font-size: .72rem; font-weight: 500; text-decoration: none; }.sh-support-back:hover { color: var(--sh-theme-primary, #852bda); text-decoration: none; }
.sh-kb-article-card, .sh-announcement-article { position: relative; margin-top: .85rem; overflow: hidden; border: 1px solid #e5e9ef; border-radius: 1rem; background: #fff; box-shadow: 0 13px 28px rgba(31,42,68,.055); }.sh-kb-article-card > header, .sh-announcement-article > header { padding: 1.5rem 1.55rem 1.15rem; border-bottom: 1px solid #edf0f4; background: linear-gradient(120deg, #fff, #fbf9ff); }.sh-kb-article-card h1, .sh-announcement-article h1 { max-width: 51rem; margin: .38rem 0 .48rem; color: #293a55; font-size: clamp(1.35rem, 2.5vw, 1.8rem); font-weight: 600; letter-spacing: -.025em; }.sh-kb-article-meta, .sh-announcement-article header p { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem; margin: 0; color: #8290a3; font-size: .67rem; }.sh-kb-article-meta span { padding: .28rem .42rem; border-radius: .38rem; background: #f6f7fa; }.sh-article-print { position: absolute; top: 1.25rem; right: 1.25rem; min-height: 2.15rem; padding: .4rem .6rem; border: 1px solid #e0e5ec; border-radius: .55rem; background: #fff; color: #607088; font-size: .65rem; }.sh-article-print:hover { border-color: #d5c0ed; background: #fbf8ff; color: var(--sh-theme-primary, #852bda); }.sh-kb-article-body, .sh-announcement-body { padding: 1.55rem; color: #53657f; font-size: .82rem; line-height: 1.75; }.sh-kb-article-body > :last-child, .sh-announcement-body > :last-child { margin-bottom: 0; }
.sh-kb-vote { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.55rem; border-top: 1px solid #edf0f4; background: #fafbfc; }.sh-kb-vote strong, .sh-kb-vote small { display: block; }.sh-kb-vote strong { color: #53647d; font-size: .76rem; font-weight: 600; }.sh-kb-vote small { margin-top: .15rem; color: #929eae; font-size: .62rem; }.sh-kb-vote form { display: flex; gap: .4rem; }.sh-kb-vote .btn { min-height: 2.2rem; padding: .4rem .58rem; border-radius: .5rem; font-size: .66rem; }.sh-kb-vote-yes { border: 1px solid #cdebd9; background: #f2fbf5; color: #278457; }.sh-kb-vote-no { border: 1px solid #e3e7ed; background: #fff; color: #65758c; }
.sh-announcement-list { display: grid; gap: .8rem; margin-top: 1.1rem; }.sh-announcement-card { position: relative; display: grid; grid-template-columns: 6.6rem minmax(0, 1fr); gap: 1.15rem; padding: 1.25rem; border: 1px solid #e5e9ef; border-radius: .95rem; background: #fff; box-shadow: 0 10px 23px rgba(31,42,68,.045); }.sh-announcement-date { display: flex; align-items: flex-start; gap: .38rem; color: #9572ba; font-size: .65rem; }.sh-announcement-date i { color: var(--sh-theme-primary, #852bda); }.sh-announcement-content h2 { margin: 0; font-size: 1.08rem; font-weight: 600; }.sh-announcement-content h2 a { color: #344660; text-decoration: none; }.sh-announcement-content h2 a:hover { color: var(--sh-theme-primary, #852bda); }.sh-announcement-summary { margin: .6rem 0 .75rem; color: #667790; font-size: .76rem; line-height: 1.65; }.sh-announcement-summary > :last-child { margin-bottom: 0; }.sh-announcement-more { display: inline-flex; align-items: center; gap: .36rem; color: var(--sh-theme-primary, #852bda); font-size: .68rem; font-weight: 600; text-decoration: none; }.sh-announcement-more:hover { color: var(--sh-theme-primary-dark, #6520b5); text-decoration: none; }.sh-content-edit { position: absolute; top: .75rem; right: .75rem; display: grid; width: 1.9rem; height: 1.9rem; place-items: center; border: 1px solid #e3e7ed; border-radius: .48rem; color: #8491a3; font-size: .65rem; text-decoration: none; }.sh-content-edit:hover { color: var(--sh-theme-primary, #852bda); text-decoration: none; }.sh-content-edit-link { margin-top: .85rem; border: 1px solid #e2e6ed; border-radius: .55rem; color: #64758d; font-size: .68rem; }.sh-support-pagination { display: flex; gap: .35rem; margin-top: 1rem; }.sh-support-pagination a { min-width: 2.3rem; padding: .48rem .62rem; border: 1px solid #e1e6ed; border-radius: .52rem; background: #fff; color: #607089; font-size: .68rem; text-align: center; text-decoration: none; }.sh-support-pagination a:hover, .sh-support-pagination a.active { border-color: var(--sh-theme-primary, #852bda); background: var(--sh-theme-primary, #852bda); color: #fff; }.sh-support-pagination a.disabled { opacity: .45; pointer-events: none; }
.sh-network-summary { display: flex; align-items: center; gap: .8rem; margin-top: 1.05rem; padding: 1rem 1.15rem; border: 1px solid #caecd9; border-radius: .85rem; background: linear-gradient(120deg, #f6fdf8, #fff); }.sh-network-summary > span { display: grid; flex: 0 0 2.3rem; width: 2.3rem; height: 2.3rem; place-items: center; border-radius: 50%; background: #d9f6e4; color: #21925c; }.sh-network-summary small, .sh-network-summary strong { display: block; }.sh-network-summary small { color: #6d937d; font-size: .59rem; }.sh-network-summary strong { margin-top: .08rem; color: #2b6746; font-size: .78rem; font-weight: 600; }.sh-network-summary p { margin: .1rem 0 0; color: #7a9184; font-size: .64rem; }.sh-network-counts { display: flex; gap: .45rem; margin-left: auto; }.sh-network-counts span { padding: .4rem .52rem; border: 1px solid #e0eee5; border-radius: .48rem; color: #658071; font-size: .59rem; text-align: center; }.sh-network-counts b { display: block; color: #357653; font-size: .78rem; font-weight: 600; }.sh-network-summary.has-issues { border-color: #f1d6ad; background: #fffaf2; }.sh-network-summary.has-issues > span { background: #fff0d9; color: #c47a15; }.sh-network-summary.has-issues strong, .sh-network-summary.has-issues .sh-network-counts b { color: #9a6116; }
.sh-network-servers .table { margin: 0; font-size: .7rem; }.sh-network-servers th { border-top: 0; color: #7b899e; font-size: .6rem; font-weight: 600; letter-spacing: .045em; text-transform: uppercase; }.sh-network-servers td { color: #596a82; vertical-align: middle; }.sh-network-servers td:not(:first-child) { text-align: center; }.sh-network-servers td i { color: #a578cd; }.sh-network-issues { display: grid; gap: .8rem; margin-top: 1.05rem; }.sh-network-issue { padding: 1.25rem; border: 1px solid #e6e9ef; border-radius: .9rem; background: #fff; box-shadow: 0 9px 20px rgba(31,42,68,.04); }.sh-network-issue header { display: flex; align-items: flex-start; gap: .65rem; }.sh-network-priority { display: inline-flex; padding: .27rem .45rem; border-radius: .38rem; background: #eef4ff; color: #5b7fbb; font-size: .58rem; }.sh-network-priority.is-critical, .sh-network-priority.is-high { background: #fff0f1; color: #bb4b59; }.sh-network-priority.is-low { background: #f0fbf4; color: #348459; }.sh-network-issue h2 { margin: 0; color: #43546e; font-size: .9rem; font-weight: 600; }.sh-network-issue header p { margin: .13rem 0 0; color: #8895a6; font-size: .66rem; }.sh-network-issue-meta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: .8rem; color: #8390a2; font-size: .64rem; }.sh-network-issue-meta i, .sh-network-affected i { color: #a274ca; }.sh-network-affected { margin: .75rem 0 0; color: #62728a; font-size: .69rem; }.sh-network-client-affected { display: inline-flex; align-items: center; gap: .3rem; margin-top: .7rem; padding: .35rem .5rem; border-radius: .42rem; background: #fff6e9; color: #a1661a; font-size: .63rem; }.sh-network-description { margin-top: .75rem; color: #63748e; font-size: .74rem; line-height: 1.65; }.sh-network-description > :last-child { margin-bottom: 0; }
@media (max-width: 767.98px) { .sh-support-page { width: calc(100% - 1.25rem); }.sh-support-hero { grid-template-columns: 1fr; padding: 1.35rem; }.sh-support-hero-link { justify-self: start; }.sh-kb-category-grid { grid-template-columns: 1fr; }.sh-support-empty { align-items: flex-start; flex-wrap: wrap; }.sh-support-empty .btn { margin-left: 3.7rem; }.sh-kb-compact-head { align-items: stretch; flex-direction: column; }.sh-kb-search-compact { width: 100%; }.sh-kb-article-card > header, .sh-announcement-article > header, .sh-kb-article-body, .sh-announcement-body { padding: 1.2rem; }.sh-article-print { position: static; margin-top: .8rem; }.sh-kb-vote { align-items: flex-start; flex-direction: column; padding: 1rem 1.2rem; }.sh-announcement-card { grid-template-columns: 1fr; gap: .55rem; padding: 1rem; }.sh-announcement-date { padding-right: 2rem; }.sh-network-summary { align-items: flex-start; flex-wrap: wrap; }.sh-network-counts { width: 100%; margin: .2rem 0 0 3.1rem; }.sh-network-counts span { flex: 1; }.sh-network-servers { overflow: hidden; }.sh-network-servers .table { min-width: 43rem; }.sh-network-issue { padding: 1rem; } }
@media print { .sh-site-header, .sh-footer, .sh-support-back, .sh-article-print, .sh-kb-vote, .sh-content-edit-link { display: none !important; }.sh-support-page { width: 100%; }.sh-kb-article-card, .sh-announcement-article { box-shadow: none; } }

/* Perfil: dados claros, foto identificável e acesso direto ao Gravatar. */
body.sh-template-clientareadetails #main-body { padding-top: 1.7rem; padding-bottom: 3.75rem; }
.sh-profile-details { width: min(100%, 61rem); margin: 0 auto; color: #53647d; }
.sh-profile-details .alert { border-radius: .85rem; }
.sh-profile-hero { display: grid; grid-template-columns: 4.6rem minmax(0, 1fr) auto; gap: 1rem; align-items: center; margin-bottom: 1rem; padding: 1.35rem 1.5rem; border: 1px solid #e4d9ee; border-radius: 1.15rem; background: radial-gradient(circle at 96% 4%, rgba(170, 89, 239, .15), transparent 16rem), linear-gradient(128deg, #fff, #faf7ff); box-shadow: 0 14px 30px rgba(32, 39, 65, .055); }
.sh-profile-avatar { display: grid; width: 4.6rem; height: 4.6rem; place-items: center; overflow: hidden; border: 3px solid #fff; border-radius: 1.3rem; background: #eee6f6; color: var(--sh-theme-primary, #852bda); font-size: 1.4rem; box-shadow: 0 8px 17px rgba(57, 39, 87, .15); }.sh-profile-avatar img { width: 100%; height: 100%; object-fit: cover; }
.sh-profile-hero-copy { min-width: 0; }.sh-profile-kicker { display: inline-flex; align-items: center; gap: .36rem; color: #9568bf; font-size: .62rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }.sh-profile-hero h1 { margin: .27rem 0 .22rem; color: #283950; font-size: clamp(1.35rem, 2.5vw, 1.85rem); font-weight: 600; letter-spacing: -.03em; }.sh-profile-hero p { margin: 0; color: #77859a; font-size: .76rem; line-height: 1.5; }
.sh-profile-gravatar { display: grid; grid-template-columns: 1.65rem minmax(0, 1fr) .55rem; gap: .42rem; align-items: center; min-width: 10.8rem; padding: .58rem .65rem; border: 1px solid #ddc8f1; border-radius: .7rem; background: #fff; color: #6620aa; font-size: .68rem; font-weight: 600; line-height: 1.25; text-decoration: none; }.sh-profile-gravatar:hover { border-color: var(--sh-theme-primary, #852bda); background: #fbf7ff; color: var(--sh-theme-primary-dark, #6520b5); text-decoration: none; }.sh-profile-gravatar > i:first-child { display: grid; width: 1.65rem; height: 1.65rem; place-items: center; border-radius: .5rem; background: #f1e6ff; color: var(--sh-theme-primary, #852bda); }.sh-profile-gravatar span { display: grid; gap: .06rem; }.sh-profile-gravatar small { color: #9a88ac; font-size: .54rem; font-weight: 500; }.sh-profile-gravatar > i:last-child { font-size: .55rem; }
.sh-profile-card { margin-top: 1rem; overflow: hidden; border: 1px solid #e6e9ef; border-radius: 1.05rem; background: #fff; box-shadow: 0 12px 27px rgba(31, 42, 68, .045); }.sh-profile-card > header { display: flex; align-items: center; gap: .68rem; padding: 1.05rem 1.2rem; border-bottom: 1px solid #edf0f4; background: linear-gradient(135deg, #fff, #fbf9ff); }.sh-profile-card > header > span { display: grid; flex: 0 0 2.2rem; width: 2.2rem; height: 2.2rem; place-items: center; border-radius: .65rem; background: #f0e7ff; color: var(--sh-theme-primary, #852bda); }.sh-profile-card > header small { display: block; color: #9677b2; font-size: .57rem; letter-spacing: .075em; text-transform: uppercase; }.sh-profile-card > header h2 { margin: .1rem 0 0; color: #40516b; font-size: .93rem; font-weight: 600; }
.sh-profile-fields, .sh-profile-preferences { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; padding: 1.2rem; }.sh-profile-preferences { padding-top: 0; }.sh-profile-preferences > section { padding-top: 1.1rem; border-top: 1px solid #eef0f4; }.sh-profile-fields h3, .sh-profile-preferences h3 { margin: 0 0 .8rem; color: #64738a; font-size: .68rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }.sh-profile-details .form-group { margin-bottom: .75rem; }.sh-profile-details .form-group label { margin-bottom: .34rem; color: #52637c; font-size: .7rem; font-weight: 500; }.sh-profile-details .form-control, .sh-profile-details .control input, .sh-profile-details .control select { min-height: 2.5rem; border-color: #dfe5ec; border-radius: .58rem; background: #fcfdff; color: #465873; font-size: .75rem; box-shadow: none; }.sh-profile-details .form-control:focus, .sh-profile-details .control input:focus, .sh-profile-details .control select:focus { border-color: #c19be3; box-shadow: 0 0 0 .14rem rgba(133,43,218,.09); }.sh-profile-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }.sh-profile-field-grid .form-group { min-width: 0; }
.sh-profile-empty-note { display: flex; align-items: flex-start; gap: .42rem; margin: 0; padding: .7rem; border: 1px solid #e9edf2; border-radius: .58rem; background: #fafbfc; color: #8490a1; font-size: .66rem; line-height: 1.45; }.sh-profile-empty-note i { margin-top: .05rem; color: #43aa72; }
.sh-profile-email-card > p, .sh-profile-marketing-card > p { margin: .9rem 1.2rem .7rem; color: #77859a; font-size: .73rem; line-height: 1.55; }.sh-profile-email-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .52rem; padding: 0 1.2rem 1.2rem; }.sh-profile-email-options label { display: flex; align-items: flex-start; gap: .45rem; min-height: 3.05rem; padding: .64rem .7rem; border: 1px solid #e7ebf0; border-radius: .62rem; background: #fff; color: #607089; font-size: .67rem; line-height: 1.4; }.sh-profile-email-options label:hover { border-color: #d9c2ef; background: #fcfaff; }.sh-profile-email-options input, .sh-profile-marketing-toggle input { margin-top: .12rem; accent-color: var(--sh-theme-primary, #852bda); }
.sh-profile-marketing-card { padding-bottom: 1.1rem; }.sh-profile-marketing-toggle { display: inline-flex; align-items: center; gap: .48rem; margin: 0 1.2rem; padding: .53rem .7rem; border: 1px solid #e1d4ee; border-radius: .58rem; background: #fcfaff; color: #6f5982; font-size: .7rem; }.sh-profile-actions { display: flex; justify-content: flex-end; gap: .55rem; margin-top: 1rem; }.sh-profile-actions .btn { min-height: 2.6rem; padding: .48rem .82rem; border-radius: .62rem; font-size: .72rem; font-weight: 600; }.sh-profile-save { border: 0; background: var(--sh-theme-primary, #852bda); color: #fff; box-shadow: 0 8px 17px rgba(133,43,218,.19); }.sh-profile-save:hover { background: var(--sh-theme-primary-dark, #6520b5); color: #fff; }.sh-profile-cancel { border: 1px solid #dce2ea; background: #fff; color: #65758c; }.sh-profile-cancel:hover { background: #f8f9fb; color: #52637b; }

/* A área de configuração não pode encostar no limite da tela. */
#order-standard_cart.sh-order-configure .sh-order-configure-heading,
#order-standard_cart.sh-order-domain-configure .sh-order-configure-heading,
#order-standard_cart.sh-order-configure .sh-configure-layout { box-sizing: border-box; width: min(100%, 58rem); }
@media (max-width: 575.98px) { body.sh-template-clientareadetails #main-body { padding-top: 1rem; }.sh-profile-details { width: calc(100% - 1.25rem); }.sh-profile-hero { grid-template-columns: 3.5rem minmax(0, 1fr); gap: .75rem; padding: 1rem; }.sh-profile-avatar { width: 3.5rem; height: 3.5rem; border-radius: 1rem; }.sh-profile-gravatar { grid-column: 1 / -1; width: 100%; }.sh-profile-fields, .sh-profile-preferences, .sh-profile-email-options { grid-template-columns: 1fr; gap: .85rem; padding: 1rem; }.sh-profile-preferences { padding-top: 0; }.sh-profile-field-grid { grid-template-columns: 1fr; gap: 0; }.sh-profile-email-card > p, .sh-profile-marketing-card > p { margin: .8rem 1rem .65rem; }.sh-profile-marketing-toggle { margin: 0 1rem; }.sh-profile-actions { align-items: stretch; flex-direction: column; }.sh-profile-actions .btn { width: 100%; } #order-standard_cart.sh-order-flow { width: calc(100% - 1.25rem) !important; margin: 1rem auto 2.5rem !important; } #order-standard_cart.sh-order-configure .sh-order-configure-heading, #order-standard_cart.sh-order-domain-configure .sh-order-configure-heading, #order-standard_cart.sh-order-configure .sh-configure-layout { width: 100%; max-width: none; padding-right: .15rem; padding-left: .15rem; } }

/* Serviços: cada plano possui um acesso evidente e a tela técnica vira uma área do cliente. */
.sh-client-services #tableServicesList th:last-child,
.sh-client-services #tableServicesList td:last-child { width: 9.2rem; white-space: nowrap; }
.sh-service-access { display: inline-flex; align-items: center; justify-content: center; gap: .38rem; min-height: 2.18rem; padding: .42rem .66rem; border: 1px solid var(--sh-theme-primary, #852bda) !important; border-radius: .58rem; background: var(--sh-theme-primary, #852bda) !important; color: #fff !important; font-size: .67rem; font-weight: 600; line-height: 1; text-decoration: none; text-shadow: none; transition: .18s ease; }
.sh-service-access:hover, .sh-service-access:focus { border-color: var(--sh-theme-primary-dark, #6520b5) !important; background: var(--sh-theme-primary-dark, #6520b5) !important; color: #fff !important; text-decoration: none; box-shadow: 0 8px 17px rgba(133,43,218,.18); }
.sh-service-access i { font-size: .6rem; }
body.sh-template-clientareaproductdetails #main-body { padding-top: 1.8rem; padding-bottom: 3.7rem; }
body.sh-template-clientareaproductdetails .tab-content.margin-bottom { width: min(100%, 64rem); margin: 0 auto 1.2rem; }
body.sh-template-clientareaproductdetails .product-details { overflow: visible; margin: 0; padding: 1.25rem; border: 1px solid #e5e9ef; border-radius: 1.1rem; background: radial-gradient(circle at 96% 4%, rgba(168,91,239,.12), transparent 17rem), #fff; box-shadow: 0 15px 31px rgba(31,42,68,.06); }
body.sh-template-clientareaproductdetails .product-details > .row { display: flex; align-items: stretch; }
body.sh-template-clientareaproductdetails .product-details .product-status { height: auto; overflow: hidden; border: 1px solid #e4e9ef; border-radius: .9rem; background: #fff; box-shadow: none; }
body.sh-template-clientareaproductdetails .product-details .product-icon { min-height: 12.2rem; padding: 2rem 1.35rem 1.35rem; background: linear-gradient(145deg, #faf7ff, #fff); }
body.sh-template-clientareaproductdetails .product-details .product-icon .fa-stack { color: var(--sh-theme-primary, #852bda); font-size: 2.2rem; }
body.sh-template-clientareaproductdetails .product-details .product-icon h3 { margin: 1.05rem 0 .35rem; color: #2e405b; font-size: 1.13rem; font-weight: 600; line-height: 1.35; }
body.sh-template-clientareaproductdetails .product-details .product-icon h4 { margin: 0; color: #8290a4; font-size: .72rem; font-weight: 500; line-height: 1.45; }
body.sh-template-clientareaproductdetails .product-details .product-status-text { padding: .66rem .8rem; border: 0; background: #43ad5a; color: #fff; font-size: .69rem; font-weight: 600; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
body.sh-template-clientareaproductdetails .product-details .btn { min-height: 2.5rem; border-radius: .62rem; font-size: .7rem; font-weight: 600; }
body.sh-template-clientareaproductdetails .product-details .btn-success { border: 0; background: var(--sh-theme-primary, #852bda); box-shadow: 0 8px 16px rgba(133,43,218,.16); }
body.sh-template-clientareaproductdetails .product-details .btn-success:hover { background: var(--sh-theme-primary-dark, #6520b5); }
body.sh-template-clientareaproductdetails .product-details .btn-danger { border: 1px solid #f3cdd2; background: #fffafb; color: #c65463; }
body.sh-template-clientareaproductdetails .product-details .btn-danger:hover { background: #fff2f4; color: #b54655; }
body.sh-template-clientareaproductdetails .product-details > .row > .col-md-6:first-child > .row { margin-top: .8rem; }
body.sh-template-clientareaproductdetails .product-details > .row > .col-md-6:last-child { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: center; gap: .75rem .9rem; padding: 1rem 1.35rem; text-align: left; }
body.sh-template-clientareaproductdetails .product-details > .row > .col-md-6:last-child h4 { grid-column: span 1; align-self: end; margin: 0 0 -.58rem; color: #8995a7; font-size: .59rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
body.sh-template-clientareaproductdetails .product-details > .row > .col-md-6:last-child h4 + * { min-width: 0; color: #3e506b; font-size: .78rem; font-weight: 600; word-break: break-word; }
body.sh-template-clientareaproductdetails .module-client-area { overflow: hidden; margin-top: 1rem; padding: 1.2rem; border: 1px solid #e5e9ef; border-radius: 1rem; background: #fff; box-shadow: 0 11px 24px rgba(31,42,68,.045); }
body.sh-template-clientareaproductdetails .module-client-area a.btn,
body.sh-template-clientareaproductdetails .module-client-area input[type='submit'],
body.sh-template-clientareaproductdetails .module-client-area button { min-height: 2.6rem; padding: .52rem .86rem; border: 0; border-radius: .62rem; background: var(--sh-theme-primary, #852bda); color: #fff; font-size: .7rem; font-weight: 600; box-shadow: 0 8px 17px rgba(133,43,218,.16); }
body.sh-template-clientareaproductdetails .module-client-area a.btn:hover,
body.sh-template-clientareaproductdetails .module-client-area input[type='submit']:hover,
body.sh-template-clientareaproductdetails .module-client-area button:hover { background: var(--sh-theme-primary-dark, #6520b5); color: #fff; }
body.sh-template-clientareaproductdetails .product-details-tab-container { overflow: hidden; margin-top: 1rem; border: 1px solid #e5e9ef; border-radius: 1rem; background: #fff; box-shadow: 0 11px 24px rgba(31,42,68,.04); }
body.sh-template-clientareaproductdetails .product-details-tab-container .tab-pane { padding: 1.2rem; }
body.sh-template-clientareaproductdetails .nav-tabs { margin-top: 1rem; border-bottom: 0; }
body.sh-template-clientareaproductdetails .nav-tabs > li > a { margin-right: .35rem; border: 1px solid #e2e6ed; border-radius: .58rem; color: #687890; font-size: .68rem; }
body.sh-template-clientareaproductdetails .nav-tabs > li.active > a,
body.sh-template-clientareaproductdetails .nav-tabs > li.active > a:hover { border-color: #d7baef; background: #faf6ff; color: var(--sh-theme-primary, #852bda); }
@media (max-width: 767.98px) { .sh-client-services #tableServicesList th:last-child, .sh-client-services #tableServicesList td:last-child { width: auto; } body.sh-template-clientareaproductdetails .tab-content.margin-bottom { width: calc(100% - 1.25rem); } body.sh-template-clientareaproductdetails .product-details { padding: .8rem; } body.sh-template-clientareaproductdetails .product-details > .row { display: block; } body.sh-template-clientareaproductdetails .product-details > .row > .col-md-6:last-child { grid-template-columns: 1fr; padding: 1.1rem .45rem .3rem; } body.sh-template-clientareaproductdetails .product-details > .row > .col-md-6:last-child h4 { margin: .3rem 0 -.48rem; } }

/* Painéis de serviços do painel inicial com as mesmas superfícies e ações do tema. */
.sh-client-dashboard .client-home-cards .card { overflow: hidden; border: 1px solid #e3e7ee; border-top: 0; border-radius: 1rem; box-shadow: 0 13px 28px rgba(35,44,66,.055); }
.sh-client-dashboard .client-home-cards .card-header { display: flex; align-items: center; min-height: 3.75rem; padding: .92rem 1.1rem; border-bottom: 1px solid #edf0f4; background: linear-gradient(115deg, #fff, #fbf9ff); }
.sh-client-dashboard .client-home-cards .card-title { display: flex; align-items: center; width: 100%; gap: .5rem; color: #30415a; font-size: .82rem; font-weight: 600; }
.sh-client-dashboard .client-home-cards .card-title > i { display: grid; width: 1.9rem; height: 1.9rem; place-items: center; border-radius: .55rem; background: #f0e6ff; color: var(--sh-theme-primary, #852bda); font-size: .72rem; }
.sh-client-dashboard .client-home-cards .card-title .float-right { margin-left: auto; }
.sh-client-dashboard .client-home-cards .card-title .float-right .btn,
.sh-client-dashboard .client-home-cards .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 2.12rem; padding: .42rem .64rem; border: 1px solid #dbc4ef; border-radius: .55rem; background: #fff; color: var(--sh-theme-primary, #852bda); font-size: .65rem; font-weight: 600; line-height: 1; text-decoration: none; }
.sh-client-dashboard .client-home-cards .card-title .float-right .btn:hover,
.sh-client-dashboard .client-home-cards .btn:hover { border-color: var(--sh-theme-primary, #852bda); background: var(--sh-theme-primary, #852bda); color: #fff; box-shadow: 0 8px 16px rgba(133,43,218,.16); }
.sh-client-dashboard .client-home-cards .list-group-item { display: flex; align-items: center; gap: .75rem; min-height: 4.1rem; padding: .85rem 1.1rem; background: #fff; }
.sh-client-dashboard .client-home-cards .list-group-item > i { display: grid; flex: 0 0 2rem; width: 2rem; height: 2rem; place-items: center; border-radius: .58rem; background: #f1e7ff; color: var(--sh-theme-primary, #852bda); }
.sh-client-dashboard .client-home-cards .list-group-item .float-right { margin-left: auto; }

/* Detalhes do serviço: uma página própria, ampla e consistente com a central. */
body.sh-template-clientareaproductdetails #main-body { padding-top: 2.2rem; }
body.sh-template-clientareaproductdetails .tab-content.margin-bottom { width: 100%; max-width: 72rem; margin: 0 auto 1.35rem; }
body.sh-template-clientareaproductdetails .sh-service-detail-hero { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.25rem; align-items: center; margin-bottom: 1rem; padding: 1.5rem 1.65rem; overflow: hidden; border: 1px solid #e1d4ef; border-radius: 1.2rem; background: radial-gradient(circle at 90% 8%, rgba(188, 113, 248, .27), transparent 19rem), linear-gradient(132deg, #fff, #faf7ff); box-shadow: 0 16px 34px rgba(31, 42, 68, .07); }
body.sh-template-clientareaproductdetails .sh-service-detail-hero__identity { display: flex; min-width: 0; gap: .9rem; align-items: center; }
body.sh-template-clientareaproductdetails .sh-service-detail-hero__icon { display: grid; flex: 0 0 3.35rem; width: 3.35rem; height: 3.35rem; place-items: center; border-radius: .95rem; background: linear-gradient(145deg, var(--sh-theme-primary, #852bda), #aa57ed); color: #fff; font-size: 1.15rem; box-shadow: 0 9px 19px rgba(133, 43, 218, .22); }
body.sh-template-clientareaproductdetails .sh-service-detail-hero__eyebrow { display: block; margin-bottom: .28rem; color: #966ab7; font-size: .61rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
body.sh-template-clientareaproductdetails .sh-service-detail-hero h1 { margin: 0; color: #263957; font-size: clamp(1.25rem, 2.4vw, 1.85rem); font-weight: 650; letter-spacing: -.03em; line-height: 1.2; }
body.sh-template-clientareaproductdetails .sh-service-detail-hero p { margin: .32rem 0 0; color: #74839a; font-size: .75rem; line-height: 1.45; }
body.sh-template-clientareaproductdetails .sh-service-detail-hero__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .5rem; align-items: center; }
body.sh-template-clientareaproductdetails .sh-service-status { display: inline-flex; align-items: center; gap: .34rem; min-height: 2.3rem; padding: .42rem .68rem; border: 1px solid #bde8cc; border-radius: .65rem; background: #effbf4; color: #23824a; font-size: .67rem; font-weight: 700; }
body.sh-template-clientareaproductdetails .sh-service-status i { font-size: .48rem; }
body.sh-template-clientareaproductdetails .sh-service-status--suspended,
body.sh-template-clientareaproductdetails .sh-service-status--terminated,
body.sh-template-clientareaproductdetails .sh-service-status--cancelled { border-color: #f0c8ce; background: #fff6f7; color: #b94f5c; }
body.sh-template-clientareaproductdetails .sh-service-detail-hero__primary,
body.sh-template-clientareaproductdetails .sh-service-detail-hero__cancel { display: inline-flex; align-items: center; justify-content: center; gap: .38rem; min-height: 2.3rem; padding: .45rem .74rem; border-radius: .65rem; font-size: .68rem; font-weight: 700; line-height: 1; text-decoration: none; }
body.sh-template-clientareaproductdetails .sh-service-detail-hero__primary { border: 1px solid var(--sh-theme-primary, #852bda); background: var(--sh-theme-primary, #852bda); color: #fff !important; box-shadow: 0 8px 16px rgba(133, 43, 218, .18); }
body.sh-template-clientareaproductdetails .sh-service-detail-hero__primary:hover { background: var(--sh-theme-primary-dark, #6520b5); color: #fff !important; }
body.sh-template-clientareaproductdetails .sh-service-detail-hero__cancel { border: 1px solid #f1cfd4; background: #fff; color: #bd5260; }
body.sh-template-clientareaproductdetails .sh-service-detail-hero__cancel:hover { background: #fff5f6; color: #a94451; }
body.sh-template-clientareaproductdetails .sh-service-detail-grid { margin: 0 -.45rem 1rem; }
body.sh-template-clientareaproductdetails .sh-service-detail-grid > [class*='col-'] { padding: 0 .45rem; }
body.sh-template-clientareaproductdetails .sh-service-info-card { min-height: 100%; overflow: hidden; border: 1px solid #e5e9ef; border-radius: 1rem; background: #fff; box-shadow: 0 11px 24px rgba(31, 42, 68, .045); }
body.sh-template-clientareaproductdetails .sh-service-info-card > header { display: flex; align-items: center; gap: .65rem; padding: 1rem 1.12rem .85rem; border-bottom: 1px solid #edf0f4; background: linear-gradient(135deg, #fff, #fcfaff); }
body.sh-template-clientareaproductdetails .sh-service-info-card__icon { display: grid; width: 2.2rem; height: 2.2rem; place-items: center; border-radius: .65rem; background: #f0e6ff; color: var(--sh-theme-primary, #852bda); font-size: .8rem; }
body.sh-template-clientareaproductdetails .sh-service-info-card__eyebrow { display: block; color: #9875b6; font-size: .56rem; font-weight: 650; letter-spacing: .075em; text-transform: uppercase; }
body.sh-template-clientareaproductdetails .sh-service-info-card h2 { margin: .12rem 0 0; color: #3c4d67; font-size: .88rem; font-weight: 650; }
body.sh-template-clientareaproductdetails .sh-service-info-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: .2rem 1.12rem; }
body.sh-template-clientareaproductdetails .sh-service-info-list > div { display: grid; gap: .22rem; min-height: 3.55rem; padding: .78rem 0; border-bottom: 1px solid #eef0f4; }
body.sh-template-clientareaproductdetails .sh-service-info-list > div:nth-last-child(-n+2) { border-bottom: 0; }
body.sh-template-clientareaproductdetails .sh-service-info-list > div:nth-child(odd) { padding-right: .8rem; border-right: 1px solid #eef0f4; }
body.sh-template-clientareaproductdetails .sh-service-info-list > div:nth-child(even) { padding-left: .8rem; }
body.sh-template-clientareaproductdetails .sh-service-info-list span { color: #8996a8; font-size: .61rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
body.sh-template-clientareaproductdetails .sh-service-info-list strong { color: #3f506a; font-size: .76rem; font-weight: 650; overflow-wrap: anywhere; }
body.sh-template-clientareaproductdetails .sh-service-info-card--timeline .sh-service-info-list { grid-template-columns: 1fr; }
body.sh-template-clientareaproductdetails .sh-service-info-card--timeline .sh-service-info-list > div { display: flex; justify-content: space-between; align-items: center; min-height: 2.9rem; padding: .62rem 0; border-right: 0; }
body.sh-template-clientareaproductdetails .sh-service-info-card--timeline .sh-service-info-list > div:last-child { border-bottom: 0; }
body.sh-template-clientareaproductdetails .sh-service-info-card--timeline .sh-service-info-list > div:nth-child(odd) { padding-right: 0; }
body.sh-template-clientareaproductdetails .sh-service-info-card--timeline .sh-service-info-list > div:nth-child(even) { padding-left: 0; }
body.sh-template-clientareaproductdetails .sh-service-detail-grid + div .nav-tabs { margin-top: 0; }
@media (max-width: 767.98px) { body.sh-template-clientareaproductdetails #main-body { padding-top: 1.1rem; } body.sh-template-clientareaproductdetails .sh-service-detail-hero { grid-template-columns: 1fr; padding: 1.1rem; } body.sh-template-clientareaproductdetails .sh-service-detail-hero__actions { justify-content: flex-start; } body.sh-template-clientareaproductdetails .sh-service-detail-grid > [class*='col-'] + [class*='col-'] { margin-top: .9rem; } body.sh-template-clientareaproductdetails .sh-service-info-list { grid-template-columns: 1fr; } body.sh-template-clientareaproductdetails .sh-service-info-list > div, body.sh-template-clientareaproductdetails .sh-service-info-list > div:nth-child(odd), body.sh-template-clientareaproductdetails .sh-service-info-list > div:nth-child(even) { padding-right: 0; padding-left: 0; border-right: 0; border-bottom: 1px solid #eef0f4; } body.sh-template-clientareaproductdetails .sh-service-info-list > div:last-child { border-bottom: 0; } }

/* O botão de fechar fica acima da camada decorativa e sempre recebe o clique. */
.sh-promotion-dialog > .sh-marketing-close,
.sh-comparison-dialog > .sh-marketing-close { position: absolute; z-index: 5; top: .95rem; right: .95rem; left: auto; bottom: auto; }
.sh-promotion-layout-none .sh-promotion-heading { padding-right: 4.6rem; }
