/*
 * Hostget Client Area
 * Tema filho do Twenty-One
 */

:root {
    --hg-navy-950: #020b20;
    --hg-navy-900: #031634;
    --hg-navy-850: #06204a;
    --hg-navy-800: #082a5e;
    --hg-blue-600: #0478f8;
    --hg-blue-500: #0797ff;
    --hg-blue-400: #24b1ff;
    --hg-cyan-400: #23d1ff;
    --hg-red-500: #ff3138;
    --hg-orange-500: #ff7a22;
    --hg-green-500: #16b978;
    --hg-surface: #ffffff;
    --hg-surface-soft: #f5f8fc;
    --hg-border: #e6edf6;
    --hg-text: #101b32;
    --hg-muted: #6d7890;
    --hg-shadow: 0 18px 55px rgba(4, 28, 70, .10);
    --hg-radius-sm: 10px;
    --hg-radius: 16px;
    --hg-radius-lg: 24px;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--hg-surface-soft);
    color: var(--hg-text);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    letter-spacing: -.01em;
}

a {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.btn {
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: -.01em;
    box-shadow: none;
}

.btn-primary {
    border-color: var(--hg-blue-600);
    background: linear-gradient(135deg, var(--hg-blue-500), var(--hg-blue-600));
    box-shadow: 0 9px 24px rgba(4, 120, 248, .22);
}

.btn-primary:hover,
.btn-primary:focus {
    border-color: var(--hg-blue-500);
    background: linear-gradient(135deg, #16a9ff, #056be0);
    box-shadow: 0 13px 30px rgba(4, 120, 248, .30);
    transform: translateY(-1px);
}

.form-control,
.input-group-text,
.custom-select {
    border-color: var(--hg-border);
    border-radius: 10px;
    min-height: 46px;
}

.form-control:focus,
.custom-select:focus {
    border-color: var(--hg-blue-500);
    box-shadow: 0 0 0 3px rgba(7, 151, 255, .12);
}

/* Header global do Twenty-One */
header.header,
#header {
    background: linear-gradient(112deg, var(--hg-navy-950), var(--hg-navy-850));
    border: 0;
    box-shadow: 0 8px 30px rgba(2, 11, 32, .16);
}

header.header .topbar,
header.header .navbar,
header.header .main-navbar-wrapper,
#header .topbar,
#header .navbar,
#header .main-navbar-wrapper {
    background: transparent !important;
}

header.header .logo-img,
#header .logo-img {
    max-height: 45px;
    width: auto;
}

header.header .navbar-nav .nav-link,
#header .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .80);
    font-weight: 600;
}

header.header .navbar-nav .nav-link:hover,
header.header .navbar-nav .active > .nav-link,
#header .navbar-nav .nav-link:hover,
#header .navbar-nav .active > .nav-link {
    color: #fff;
}

header.header .cart-btn,
#header .cart-btn {
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 10px;
}

header.header .dropdown-menu,
#header .dropdown-menu {
    border: 1px solid var(--hg-border);
    border-radius: 12px;
    box-shadow: var(--hg-shadow);
}

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

.master-breadcrumb .breadcrumb {
    font-size: 13px;
}

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

/* Footer global */
footer.footer,
#footer {
    background: var(--hg-navy-950);
    border: 0;
    color: rgba(255,255,255,.66);
    padding-top: 35px;
    padding-bottom: 35px;
}

footer.footer a,
#footer a {
    color: rgba(255,255,255,.82);
}

footer.footer a:hover,
#footer a:hover {
    color: var(--hg-cyan-400);
}

/* Cards, tabelas e sidebar das páginas internas */
.card,
.panel {
    border: 1px solid var(--hg-border);
    border-radius: var(--hg-radius);
    box-shadow: 0 9px 30px rgba(4, 28, 70, .06);
}

.card-header,
.panel-heading {
    border-bottom-color: var(--hg-border);
    background: #fff;
}

.sidebar .card,
.sidebar .panel {
    overflow: hidden;
}

.sidebar .list-group-item {
    border-color: var(--hg-border);
    font-weight: 600;
}

.sidebar .list-group-item.active,
.sidebar .list-group-item:hover {
    color: var(--hg-blue-600);
    background: rgba(7, 151, 255, .07);
}

.table {
    color: var(--hg-text);
}

.table thead th {
    border-bottom: 1px solid var(--hg-border);
    background: #f8fbff;
    color: #63708a;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.table td,
.table th {
    border-top-color: var(--hg-border);
}

/* Login e página inicial */
body:has(.hg-auth-shell) #main-body {
    padding: 0;
}

body:has(.hg-auth-shell) #main-body > .container {
    max-width: none;
    padding: 0;
}

body:has(.hg-auth-shell) .master-breadcrumb {
    display: none;
}

.hg-auth-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(430px, .88fr);
    min-height: 730px;
    background: #fff;
}

.hg-auth-visual {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 730px;
    padding: 80px clamp(42px, 6vw, 110px);
    background:
        radial-gradient(circle at 78% 22%, rgba(0, 163, 255, .30), transparent 25%),
        radial-gradient(circle at 20% 80%, rgba(0, 92, 255, .18), transparent 28%),
        linear-gradient(145deg, #020b20 0%, #031a42 45%, #05387c 100%);
    color: #fff;
}

.hg-auth-visual::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .28;
    background-image:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 45px 45px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent);
}

.hg-auth-visual::after {
    position: absolute;
    right: -120px;
    bottom: -210px;
    width: 520px;
    height: 520px;
    content: "";
    border: 1px solid rgba(35, 209, 255, .22);
    border-radius: 50%;
    box-shadow:
        0 0 0 55px rgba(35, 209, 255, .04),
        0 0 0 110px rgba(35, 209, 255, .025);
}

.hg-auth-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
}

.hg-auth-glow-one {
    top: 15%;
    right: 18%;
    width: 170px;
    height: 170px;
    background: rgba(7, 151, 255, .22);
}

.hg-auth-glow-two {
    bottom: 13%;
    left: 5%;
    width: 210px;
    height: 210px;
    background: rgba(35, 209, 255, .10);
}

.hg-auth-visual-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
}

.hg-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    color: #ccecff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.hg-auth-visual h1 {
    max-width: 620px;
    margin: 25px 0 18px;
    color: #fff;
    font-size: clamp(38px, 4.6vw, 66px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.05em;
}

.hg-auth-visual > div p,
.hg-auth-visual-content > p {
    max-width: 590px;
    color: rgba(226, 241, 255, .76);
    font-size: 18px;
    line-height: 1.7;
}

.hg-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 35px;
}

.hg-benefit {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 17px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 14px;
    background: rgba(255,255,255,.055);
    backdrop-filter: blur(12px);
}

.hg-benefit > span {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: rgba(7, 151, 255, .17);
    color: var(--hg-cyan-400);
}

.hg-benefit strong,
.hg-benefit small {
    display: block;
}

.hg-benefit strong {
    color: #fff;
    font-size: 14px;
}

.hg-benefit small {
    margin-top: 3px;
    color: rgba(226, 241, 255, .60);
    font-size: 12px;
}

.hg-auth-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 30px;
    color: rgba(226, 241, 255, .70);
    font-size: 12px;
    font-weight: 600;
}

.hg-auth-trust i {
    margin-right: 5px;
    color: var(--hg-cyan-400);
}

.hg-auth-panel {
    display: grid;
    align-items: center;
    padding: 55px clamp(30px, 5vw, 95px);
    background:
        radial-gradient(circle at top right, rgba(7,151,255,.08), transparent 35%),
        #fff;
}

.hg-auth-card {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.hg-auth-brand {
    margin-bottom: 42px;
}

.hg-auth-brand img {
    width: 220px;
    max-width: 70%;
    height: auto;
}

.hg-auth-heading > span {
    color: var(--hg-blue-600);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.hg-auth-heading h2 {
    margin: 7px 0 9px;
    color: var(--hg-text);
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -.04em;
}

.hg-auth-heading p {
    margin-bottom: 30px;
    color: var(--hg-muted);
    line-height: 1.65;
}

.hg-login-form .form-control-label {
    color: #33405a;
    font-size: 13px;
    font-weight: 700;
}

.hg-login-form .input-group-text {
    border-right: 0;
    background: #f8fbff;
    color: var(--hg-blue-600);
}

.hg-login-form .input-group-prepend + .form-control {
    border-left: 0;
}

.hg-login-form .input-group-append .btn {
    border-color: var(--hg-border);
    border-left: 0;
    background: #fff;
    color: #74809a;
}

.hg-small-link {
    color: var(--hg-blue-600);
    font-size: 12px;
    font-weight: 700;
}

.hg-login-options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.hg-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--hg-muted);
    font-size: 13px;
    cursor: pointer;
}

.hg-check input {
    accent-color: var(--hg-blue-600);
}

.hg-login-button,
.hg-register-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
}

.hg-login-button {
    justify-content: space-between;
    padding-right: 18px;
    padding-left: 18px;
}

.hg-register-button {
    border-color: #d9e7f7;
    color: var(--hg-blue-600);
}

.hg-register-button:hover {
    border-color: var(--hg-blue-500);
    background: rgba(7,151,255,.06);
    color: var(--hg-blue-600);
}

.hg-auth-divider {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 22px 0;
    color: #a5aec0;
    font-size: 12px;
}

.hg-auth-divider::before,
.hg-auth-divider::after {
    height: 1px;
    content: "";
    background: var(--hg-border);
    flex: 1;
}

.hg-auth-help {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 27px;
    color: var(--hg-muted);
    font-size: 12px;
}

.hg-auth-help i {
    color: var(--hg-blue-600);
}

.hg-auth-help a {
    color: var(--hg-blue-600);
    font-weight: 700;
}

/* Dashboard */
body:has(.hg-dashboard) #main-body {
    padding: 0;
}

body:has(.hg-dashboard) #main-body > .container {
    max-width: none;
    padding: 0;
}

body:has(.hg-dashboard) .master-breadcrumb,
body:has(.hg-dashboard) header.header,
body:has(.hg-dashboard) #header {
    display: none;
}

.hg-dashboard {
    display: grid;
    grid-template-columns: 255px minmax(0, 1fr);
    min-height: 100vh;
    background: #f5f8fc;
}

.hg-dashboard-sidebar {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 28px 18px 22px;
    background:
        radial-gradient(circle at 10% 0%, rgba(7,151,255,.18), transparent 25%),
        linear-gradient(180deg, #020b20, #031a3e 60%, #031633);
    color: #fff;
}

.hg-sidebar-brand {
    padding: 6px 12px 27px;
}

.hg-sidebar-brand img {
    width: 190px;
    max-width: 100%;
    height: auto;
}

.hg-sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hg-sidebar-nav a {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 47px;
    padding: 10px 14px;
    border-radius: 10px;
    color: rgba(236, 246, 255, .76);
    font-size: 14px;
    font-weight: 650;
}

.hg-sidebar-nav a i {
    width: 20px;
    color: #85b8e7;
    text-align: center;
}

.hg-sidebar-nav a:hover {
    background: rgba(255,255,255,.07);
    color: #fff;
    text-decoration: none;
}

.hg-sidebar-nav a.active {
    background: linear-gradient(135deg, var(--hg-blue-500), var(--hg-blue-600));
    color: #fff;
    box-shadow: 0 12px 25px rgba(0, 111, 255, .28);
}

.hg-sidebar-nav a.active i {
    color: #fff;
}

.hg-sidebar-support {
    margin-top: auto;
    padding: 20px 16px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 14px;
    background: rgba(255,255,255,.055);
    text-align: center;
}

.hg-sidebar-support-icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    place-items: center;
    border-radius: 14px;
    background: rgba(7,151,255,.13);
    color: var(--hg-cyan-400);
    font-size: 22px;
}

.hg-sidebar-support strong {
    color: #fff;
    font-size: 14px;
}

.hg-sidebar-support p {
    margin: 6px 0 15px;
    color: rgba(226,241,255,.60);
    font-size: 12px;
    line-height: 1.5;
}

.hg-sidebar-support .btn {
    border-color: rgba(35, 177, 255, .48);
    color: #92d9ff;
}

.hg-dashboard-main {
    min-width: 0;
    padding: 28px clamp(22px, 3vw, 45px) 40px;
}

.hg-dashboard-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 20px;
}

.hg-dashboard-kicker {
    color: var(--hg-blue-600);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.hg-dashboard-top h1 {
    margin: 4px 0 4px;
    color: var(--hg-text);
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -.035em;
}

.hg-dashboard-top p {
    margin: 0;
    color: var(--hg-muted);
    font-size: 13px;
}

.hg-dashboard-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hg-dashboard-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hg-avatar {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border: 4px solid #e6f3ff;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--hg-blue-500), var(--hg-blue-600));
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.hg-avatar:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.hg-hero-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
    overflow: hidden;
    min-height: 315px;
    border-radius: var(--hg-radius-lg);
    background:
        radial-gradient(circle at 80% 25%, rgba(8, 125, 255, .34), transparent 29%),
        linear-gradient(130deg, #020b20 0%, #04235b 58%, #073f90 100%);
    box-shadow: 0 20px 50px rgba(2, 22, 60, .18);
    color: #fff;
}

.hg-hero-card::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .25;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 37px 37px;
    mask-image: linear-gradient(90deg, transparent, #000);
}

.hg-hero-content {
    position: relative;
    z-index: 2;
    align-self: start;
    padding: 39px 38px 88px;
}

.hg-hero-tag {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 999px;
    background: rgba(255,255,255,.055);
    color: #b9dcff;
    font-size: 10px;
    font-weight: 700;
}

.hg-hero-content h2 {
    max-width: 680px;
    margin: 18px 0 12px;
    color: #fff;
    font-size: clamp(28px, 3vw, 43px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.045em;
}

.hg-hero-content h2 em {
    color: var(--hg-blue-400);
    font-style: normal;
}

.hg-hero-content p {
    max-width: 600px;
    margin-bottom: 22px;
    color: rgba(226,241,255,.70);
    font-size: 14px;
    line-height: 1.65;
}

.hg-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hg-hero-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    font-size: 13px;
}

.hg-hero-actions .btn-outline-light {
    border-color: rgba(255,255,255,.18);
    background: rgba(255,255,255,.035);
}

.hg-hero-art {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    min-height: 250px;
}

.hg-cloud {
    position: absolute;
    top: 42px;
    color: #31b7ff;
    font-size: 76px;
    filter: drop-shadow(0 18px 25px rgba(0, 153, 255, .30));
}

.hg-cloud::after {
    position: absolute;
    inset: 15px 8px;
    content: "";
    background: #fff;
    opacity: .35;
    filter: blur(19px);
}

.hg-server-stack {
    position: absolute;
    top: 118px;
    width: 190px;
    transform: perspective(500px) rotateX(3deg) rotateY(-5deg);
}

.hg-server-stack span {
    position: relative;
    display: block;
    height: 47px;
    margin-top: 7px;
    border: 1px solid rgba(52, 180, 255, .44);
    border-radius: 8px;
    background: linear-gradient(180deg, #0c4ca3, #03245d);
    box-shadow: 0 10px 25px rgba(0,0,0,.22);
}

.hg-server-stack span::before {
    position: absolute;
    top: 13px;
    left: 16px;
    width: 50px;
    height: 6px;
    content: "";
    border-radius: 9px;
    background: #1dc8ff;
    box-shadow: 0 12px 0 rgba(29,200,255,.44);
}

.hg-server-stack b {
    position: absolute;
    top: 18px;
    right: 19px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--hg-cyan-400);
    box-shadow: 0 0 12px rgba(35,209,255,.8);
}

.hg-server-stack b:last-child {
    right: 35px;
    background: #65ffbd;
}

.hg-orbit {
    position: absolute;
    border: 1px solid rgba(35, 177, 255, .22);
    border-radius: 50%;
}

.hg-orbit-one {
    width: 285px;
    height: 155px;
    transform: rotate(-12deg);
}

.hg-orbit-two {
    width: 350px;
    height: 205px;
    transform: rotate(16deg);
}

.hg-hero-features {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 15px 24px;
    border-top: 1px solid rgba(255,255,255,.08);
    background: rgba(0, 12, 38, .54);
    backdrop-filter: blur(12px);
}

.hg-hero-features > span {
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: center;
    padding: 0 14px;
    border-right: 1px solid rgba(255,255,255,.07);
}

.hg-hero-features > span:last-child {
    border-right: 0;
}

.hg-hero-features i {
    grid-row: 1 / 3;
    color: var(--hg-blue-400);
}

.hg-hero-features b,
.hg-hero-features small {
    display: block;
}

.hg-hero-features b {
    color: #fff;
    font-size: 12px;
}

.hg-hero-features small {
    color: rgba(226,241,255,.52);
    font-size: 9px;
}

.hg-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    margin: 19px 0;
}

.hg-stat-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 100px;
    padding: 18px;
    border: 1px solid var(--hg-border);
    border-radius: var(--hg-radius);
    background: #fff;
    box-shadow: 0 9px 25px rgba(4,28,70,.05);
    color: var(--hg-text);
}

.hg-stat-card:hover {
    border-color: #cfe5fb;
    color: var(--hg-text);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: var(--hg-shadow);
}

.hg-stat-icon {
    display: grid;
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    place-items: center;
    border-radius: 13px;
    font-size: 17px;
}

.hg-stat-card strong,
.hg-stat-card small {
    display: block;
}

.hg-stat-card strong {
    font-size: 25px;
    line-height: 1;
}

.hg-stat-card small {
    margin-top: 6px;
    color: var(--hg-muted);
    font-size: 11px;
}

.hg-stat-arrow {
    position: absolute;
    right: 14px;
    color: #c4cfdd;
    font-size: 11px;
}

.hg-stat-blue .hg-stat-icon {
    background: rgba(7,151,255,.10);
    color: var(--hg-blue-600);
}

.hg-stat-red .hg-stat-icon {
    background: rgba(255,49,56,.09);
    color: var(--hg-red-500);
}

.hg-stat-orange .hg-stat-icon {
    background: rgba(255,122,34,.10);
    color: var(--hg-orange-500);
}

.hg-stat-green .hg-stat-icon {
    background: rgba(22,185,120,.10);
    color: var(--hg-green-500);
}

.hg-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.hg-panel {
    overflow: hidden;
    border: 1px solid var(--hg-border);
    border-radius: var(--hg-radius);
    background: #fff;
    box-shadow: 0 8px 26px rgba(4,28,70,.045);
}

.hg-panel > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 19px 14px;
    border-bottom: 1px solid var(--hg-border);
}

.hg-panel > header h3 {
    margin: 2px 0 0;
    color: var(--hg-text);
    font-size: 16px;
    font-weight: 800;
}

.hg-panel > header > a {
    color: var(--hg-blue-600);
    font-size: 11px;
    font-weight: 700;
}

.hg-panel-eyebrow {
    color: #98a3b6;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.hg-panel-list {
    padding: 3px 15px 8px;
}

.hg-list-row {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 68px;
    padding: 10px 3px;
    border-bottom: 1px solid #edf2f8;
    color: var(--hg-text);
}

.hg-list-row:last-child {
    border-bottom: 0;
}

.hg-list-row:hover {
    color: var(--hg-text);
    text-decoration: none;
    transform: translateX(2px);
}

.hg-list-icon {
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    background: rgba(7,151,255,.085);
    color: var(--hg-blue-600);
    font-size: 12px;
}

.hg-list-main {
    min-width: 0;
    flex: 1;
}

.hg-list-main strong,
.hg-list-main small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hg-list-main strong {
    color: #243049;
    font-size: 12px;
    font-weight: 750;
}

.hg-list-main small {
    margin-top: 3px;
    color: #8a95aa;
    font-size: 10px;
}

.hg-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
}

.hg-status.is-success {
    background: rgba(22,185,120,.11);
    color: #06945b;
}

.hg-status.is-danger {
    background: rgba(255,49,56,.10);
    color: #e52e37;
}

.hg-status.is-warning {
    background: rgba(255,122,34,.11);
    color: #dd681c;
}

.hg-status.is-neutral {
    background: #eef2f7;
    color: #6f7a8e;
}

.hg-row-arrow {
    color: #ced6e2;
    font-size: 9px;
}

.hg-list-value {
    text-align: right;
}

.hg-list-value b,
.hg-list-value em {
    display: block;
}

.hg-list-value b {
    margin-bottom: 5px;
    color: #243049;
    font-size: 11px;
}

.hg-empty {
    display: grid;
    min-height: 180px;
    place-items: center;
    align-content: center;
    gap: 7px;
    color: #9aa5b7;
    text-align: center;
}

.hg-empty > i {
    font-size: 25px;
    color: #c7d5e6;
}

.hg-empty strong {
    color: #6f7b90;
    font-size: 12px;
}

.hg-empty a {
    color: var(--hg-blue-600);
    font-size: 11px;
    font-weight: 700;
}

.hg-help-strip {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    margin-top: 17px;
    overflow: hidden;
    border-radius: var(--hg-radius);
    background: linear-gradient(120deg, #020b20, #052a63);
    color: #fff;
}

.hg-help-strip > div,
.hg-help-strip > a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 80px;
    padding: 16px 20px;
    border-right: 1px solid rgba(255,255,255,.08);
}

.hg-help-strip > a {
    color: #fff;
}

.hg-help-strip > a:hover {
    background: rgba(255,255,255,.04);
    color: #fff;
    text-decoration: none;
}

.hg-help-strip > div > span,
.hg-help-strip > a > i {
    color: var(--hg-blue-400);
    font-size: 18px;
}

.hg-help-strip strong,
.hg-help-strip small {
    display: block;
}

.hg-help-strip strong {
    font-size: 12px;
}

.hg-help-strip small {
    margin-top: 3px;
    color: rgba(226,241,255,.55);
    font-size: 9px;
}

.hg-help-strip .btn {
    margin-left: auto;
}

.hg-native-panels {
    margin-top: 18px;
}

.hg-native-panels:empty {
    display: none;
}

.hg-addon-output {
    margin-bottom: 16px;
}

/* Carrinho Standard Cart */
#order-standard_cart {
    color: var(--hg-text);
}

#order-standard_cart .products .product,
#order-standard_cart .product-info,
#order-standard_cart .view-cart-items,
#order-standard_cart .summary-container,
#order-standard_cart .domain-selection-options .option {
    border-color: var(--hg-border) !important;
    border-radius: var(--hg-radius) !important;
    box-shadow: 0 8px 28px rgba(4,28,70,.055);
}

#order-standard_cart .products .product header,
#order-standard_cart .view-cart-items-header,
#order-standard_cart .summary-container .summary-header {
    border-radius: var(--hg-radius) var(--hg-radius) 0 0;
    background: linear-gradient(120deg, var(--hg-navy-900), var(--hg-navy-800));
    color: #fff;
}

#order-standard_cart .products .product .btn-success,
#order-standard_cart .btn-primary,
#order-standard_cart .btn-success {
    border-color: var(--hg-blue-600);
    background: linear-gradient(135deg, var(--hg-blue-500), var(--hg-blue-600));
}

#order-standard_cart .order-summary {
    border-color: var(--hg-border);
    border-radius: var(--hg-radius);
}

#order-standard_cart .order-summary .subtotal {
    border-top-color: var(--hg-border);
}

/* Registro, perfil, faturas, tickets e domínios */
.primary-content > .card,
.primary-content > form > .card,
.primary-content .dataTables_wrapper,
.primary-content .domain-pricing {
    border-radius: var(--hg-radius);
}

.page-header h1,
.primary-content h1,
.primary-content h2 {
    color: var(--hg-text);
    font-weight: 800;
    letter-spacing: -.035em;
}

.label,
.badge {
    border-radius: 999px;
}

/* Compatibilidade quando :has() não estiver disponível */
.hg-auth-shell,
.hg-dashboard {
    margin-top: -28px;
    margin-bottom: -45px;
}

@media (max-width: 1199.98px) {
    .hg-auth-shell {
        grid-template-columns: minmax(0, 1fr) 480px;
    }

    .hg-auth-visual {
        padding-right: 45px;
        padding-left: 45px;
    }

    .hg-benefit-grid {
        grid-template-columns: 1fr;
    }

    .hg-dashboard {
        grid-template-columns: 215px minmax(0, 1fr);
    }

    .hg-dashboard-sidebar {
        padding-right: 13px;
        padding-left: 13px;
    }

    .hg-sidebar-nav a {
        padding-right: 10px;
        padding-left: 10px;
    }

    .hg-hero-card {
        grid-template-columns: 1fr 300px;
    }

    .hg-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

    .hg-auth-visual {
        min-height: auto;
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .hg-auth-visual h1 {
        font-size: 45px;
    }

    .hg-auth-panel {
        padding-top: 55px;
        padding-bottom: 70px;
    }

    .hg-dashboard {
        display: block;
    }

    .hg-dashboard-sidebar {
        position: relative;
        z-index: 10;
        display: block;
        width: 100%;
        height: auto;
        padding: 16px 18px;
    }

    .hg-sidebar-brand {
        display: inline-block;
        width: 175px;
        padding: 0;
        vertical-align: middle;
    }

    .hg-sidebar-nav {
        display: flex;
        flex-direction: row;
        gap: 5px;
        margin-top: 13px;
        overflow-x: auto;
        padding-bottom: 3px;
    }

    .hg-sidebar-nav a {
        flex: 0 0 auto;
        min-height: 40px;
        padding: 8px 12px;
    }

    .hg-sidebar-nav a span {
        white-space: nowrap;
    }

    .hg-sidebar-support {
        display: none;
    }

    .hg-dashboard-main {
        padding: 22px 18px 35px;
    }

    .hg-hero-card {
        grid-template-columns: 1fr;
    }

    .hg-hero-art {
        display: none;
    }

    .hg-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .hg-help-strip {
        grid-template-columns: 1fr;
    }

    .hg-help-strip > div,
    .hg-help-strip > a {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }
}

@media (max-width: 767.98px) {
    .hg-auth-visual {
        padding: 45px 24px;
    }

    .hg-auth-visual h1 {
        font-size: 37px;
    }

    .hg-auth-visual-content > p {
        font-size: 15px;
    }

    .hg-benefit-grid,
    .hg-auth-trust {
        display: none;
    }

    .hg-auth-panel {
        padding: 45px 22px 60px;
    }

    .hg-auth-brand {
        margin-bottom: 30px;
    }

    .hg-auth-heading h2 {
        font-size: 29px;
    }

    .hg-dashboard-top {
        align-items: flex-start;
    }

    .hg-dashboard-actions .btn {
        display: none;
    }

    .hg-hero-content {
        padding: 30px 23px 120px;
    }

    .hg-hero-content h2 {
        font-size: 29px;
    }

    .hg-hero-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
        padding: 12px;
    }

    .hg-hero-features > span {
        padding: 5px 8px;
        border-right: 0;
    }

    .hg-stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .hg-stat-card {
        display: block;
        min-height: 125px;
        padding: 15px;
    }

    .hg-stat-card > div {
        margin-top: 12px;
    }

    .hg-stat-arrow {
        top: 23px;
    }

    .hg-list-row {
        gap: 8px;
    }

    .hg-list-icon {
        display: none;
    }

    .hg-help-strip > div {
        flex-wrap: wrap;
    }

    .hg-help-strip .btn {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 479.98px) {
    .hg-sidebar-nav a span {
        display: none;
    }

    .hg-sidebar-nav a {
        justify-content: center;
        width: 42px;
        padding: 8px;
    }

    .hg-sidebar-nav a i {
        width: auto;
    }

    .hg-stats-grid {
        grid-template-columns: 1fr;
    }

    .hg-stat-card {
        display: flex;
        min-height: 86px;
    }

    .hg-stat-card > div {
        margin-top: 0;
    }

    .hg-hero-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

/* =========================================================
   HOTFIX 0.2.0 — Login exclusivo e correções de layout
   ========================================================= */
html.hg-auth-document,
html.hg-auth-document body {
    min-height: 100%;
    margin: 0 !important;
    overflow-x: hidden;
    background: #ffffff !important;
}

/* A autenticação não usa o header, busca de domínio, breadcrumb ou footer públicos. */
html.hg-auth-document header.header,
html.hg-auth-document #header,
html.hg-auth-document .master-breadcrumb,
html.hg-auth-document footer.footer,
html.hg-auth-document #footer {
    display: none !important;
}

html.hg-auth-document #main-body {
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
}

html.hg-auth-document #main-body > .container,
html.hg-auth-document #main-body > .container-fluid {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

html.hg-auth-document #main-body > .container > .row,
html.hg-auth-document #main-body > .container-fluid > .row {
    margin: 0 !important;
}

html.hg-auth-document #main-body > .container > .row > .main-content,
html.hg-auth-document #main-body > .container > .row > .primary-content,
html.hg-auth-document #main-body > .container-fluid > .row > .main-content,
html.hg-auth-document #main-body > .container-fluid > .row > .primary-content {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

html.hg-auth-document .hg-auth-shell {
    width: 100%;
    min-height: 100vh !important;
    margin: 0 !important;
}

html.hg-auth-document .hg-auth-visual,
html.hg-auth-document .hg-auth-panel {
    min-height: 100vh;
}

html.hg-auth-document .hg-auth-visual {
    padding-top: clamp(46px, 6vh, 72px);
    padding-bottom: clamp(46px, 6vh, 72px);
}

html.hg-auth-document .hg-auth-panel {
    padding-top: clamp(34px, 5vh, 60px);
    padding-bottom: clamp(34px, 5vh, 60px);
}

/* Evita que regras nativas do WHMCS deixem o título escuro sobre o fundo azul. */
html.hg-auth-document .hg-auth-visual h1 {
    color: #ffffff !important;
    text-shadow: 0 8px 30px rgba(0, 0, 0, .16);
}

html.hg-auth-document .hg-auth-visual-content > p {
    color: rgba(226, 241, 255, .78) !important;
}

html.hg-auth-document .hg-auth-brand img {
    display: block;
    width: 205px;
    max-width: 72%;
    height: auto;
    object-fit: contain;
}

/* CAPTCHA mais compacto e alinhado ao formulário. */
html.hg-auth-document .hg-captcha {
    padding: 14px 16px;
    border: 1px solid var(--hg-border);
    border-radius: 12px;
    background: #f8fbff;
    text-align: center;
}

html.hg-auth-document .hg-captcha,
html.hg-auth-document .hg-captcha p,
html.hg-auth-document .hg-captcha .text-center,
html.hg-auth-document .hg-captcha label {
    color: #5f6d86 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
}

html.hg-auth-document .hg-captcha p {
    margin-bottom: 10px !important;
}

html.hg-auth-document .hg-captcha img {
    max-width: 150px;
    height: auto;
}

html.hg-auth-document .hg-captcha .form-control,
html.hg-auth-document .hg-captcha input[type="text"] {
    display: inline-block;
    width: 130px;
    max-width: 100%;
    min-height: 44px;
    margin-left: 10px;
    vertical-align: middle;
}

@media (max-width: 991.98px) {
    html.hg-auth-document .hg-auth-visual,
    html.hg-auth-document .hg-auth-panel {
        min-height: auto;
    }

    html.hg-auth-document .hg-auth-shell {
        min-height: 100vh !important;
    }
}

@media (max-width: 575.98px) {
    html.hg-auth-document .hg-auth-visual {
        padding: 36px 22px;
    }

    html.hg-auth-document .hg-auth-panel {
        padding: 38px 20px 48px;
    }

    html.hg-auth-document .hg-captcha .form-control,
    html.hg-auth-document .hg-captcha input[type="text"] {
        display: block;
        width: 100%;
        margin: 10px 0 0;
    }
}



/* ================================================================
   HOTFIX v0.2.4 — isolamento completo da autenticação
   A home do WHMCS continua sendo tecnicamente homepage.tpl, porém a
   interface de autenticação ocupa a janela inteira e esconde a busca
   de domínio/header/footer herdados do Twenty-One.
   ================================================================ */
html.hostget-auth-page,
html.hostget-auth-page body {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #020b20 !important;
}

html.hostget-auth-page .hg-auth-shell {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483000 !important;
    width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    margin: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #fff !important;
}

html.hostget-auth-page header.header,
html.hostget-auth-page #header,
html.hostget-auth-page .master-breadcrumb,
html.hostget-auth-page footer.footer,
html.hostget-auth-page #footer,
html.hostget-auth-page .domain-search,
html.hostget-auth-page .domain-search-container,
html.hostget-auth-page .domain-search-wrapper,
html.hostget-auth-page section#home-banner,
html.hostget-auth-page #home-banner {
    display: none !important;
}


/* ================================================================
   HOTFIX v0.2.5 — refinamento visual da autenticação
   ================================================================ */

/* Desktop: mantém as duas colunas estáveis e evita a faixa branca
   quando somente o painel direito precisa rolar. */
@media (min-width: 992px) {
    html.hostget-auth-page .hg-auth-shell {
        grid-template-columns: minmax(0, 1.08fr) minmax(520px, .92fr) !important;
        overflow: hidden !important;
    }

    html.hostget-auth-page .hg-auth-visual,
    html.hostget-auth-page .hg-auth-panel {
        height: 100vh !important;
        min-height: 0 !important;
    }

    html.hostget-auth-page .hg-auth-panel {
        overflow-x: hidden;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #cbd9e9 transparent;
    }
}

html.hostget-auth-page .hg-auth-visual {
    padding: clamp(34px, 4.8vh, 58px) clamp(42px, 5.5vw, 88px) !important;
}

html.hostget-auth-page .hg-auth-panel {
    padding: clamp(24px, 3.8vh, 44px) clamp(34px, 4.5vw, 76px) !important;
}

html.hostget-auth-page .hg-auth-card {
    max-width: 570px;
}

html.hostget-auth-page .hg-auth-brand {
    margin-bottom: 24px;
}

html.hostget-auth-page .hg-auth-brand img {
    width: 275px !important;
    max-width: 86% !important;
}

html.hostget-auth-page .hg-auth-heading > span {
    font-size: 12px;
    letter-spacing: .14em;
}

html.hostget-auth-page .hg-auth-heading h2 {
    margin: 6px 0 7px;
    font-size: clamp(31px, 2.35vw, 39px);
}

html.hostget-auth-page .hg-auth-heading p {
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 1.55;
}

html.hostget-auth-page .hg-auth-visual h1 {
    max-width: 720px;
    margin: 19px 0 13px;
    font-size: clamp(41px, 4.1vw, 61px);
    line-height: 1.04;
}

html.hostget-auth-page .hg-auth-visual-content > p {
    max-width: 650px;
    font-size: 16px;
    line-height: 1.55;
}

html.hostget-auth-page .hg-benefit-grid {
    gap: 12px;
    margin-top: 24px;
}

html.hostget-auth-page .hg-benefit {
    min-height: 88px;
    padding: 14px 15px;
}

html.hostget-auth-page .hg-auth-trust {
    gap: 18px;
    margin-top: 20px;
}

/* Campos */
html.hostget-auth-page .hg-field-group {
    margin-bottom: 15px !important;
}

html.hostget-auth-page .hg-login-form .form-control-label {
    margin-bottom: 7px;
}

html.hostget-auth-page .hg-login-form .form-control,
html.hostget-auth-page .hg-login-form .input-group-text,
html.hostget-auth-page .hg-login-form .btn-reveal-pw {
    min-height: 50px;
}

html.hostget-auth-page .hg-password-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 7px;
}

html.hostget-auth-page .hg-password-meta .form-control-label {
    margin: 0;
}

html.hostget-auth-page .hg-forgot-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 9px;
    border-radius: 8px;
    background: rgba(7, 151, 255, .07);
    color: var(--hg-blue-600);
    font-size: 11px;
    font-weight: 750;
    white-space: nowrap;
}

html.hostget-auth-page .hg-forgot-link:hover {
    background: rgba(7, 151, 255, .13);
    color: #0569d9;
    text-decoration: none;
}

html.hostget-auth-page .hg-forgot-link i {
    font-size: 10px;
}

/* CAPTCHA / reCAPTCHA */
html.hostget-auth-page .hg-captcha {
    margin: 3px 0 13px !important;
    padding: 12px 14px !important;
    border: 1px solid #dfe9f5;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fbff, #f4f8fd);
}

html.hostget-auth-page .hg-captcha-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-bottom: 7px;
    color: #53637c;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

html.hostget-auth-page .hg-captcha-title i {
    color: var(--hg-blue-600);
}

html.hostget-auth-page .hg-captcha-native,
html.hostget-auth-page .hg-captcha-native > div,
html.hostget-auth-page .hg-captcha-native .form-group,
html.hostget-auth-page .hg-captcha-native .text-center {
    margin-bottom: 0 !important;
}

html.hostget-auth-page .hg-captcha-native p,
html.hostget-auth-page .hg-captcha-native label,
html.hostget-auth-page .hg-captcha-native .text-center {
    max-width: 390px;
    margin-right: auto !important;
    margin-left: auto !important;
    color: #68768c !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
}

html.hostget-auth-page .hg-captcha-native p {
    margin-bottom: 8px !important;
}

html.hostget-auth-page .hg-captcha-native .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

html.hostget-auth-page .hg-captcha-native .row > [class*="col-"] {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

html.hostget-auth-page .hg-captcha img {
    width: auto;
    max-width: 135px !important;
    max-height: 43px;
    object-fit: contain;
}

html.hostget-auth-page .hg-captcha .form-control,
html.hostget-auth-page .hg-captcha input[type="text"] {
    display: inline-block !important;
    width: 118px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 8px 10px;
    text-align: center;
}

html.hostget-auth-page .hg-captcha .g-recaptcha,
html.hostget-auth-page .hg-captcha iframe {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/* Ações */
html.hostget-auth-page .hg-login-options {
    margin-bottom: 11px;
}

html.hostget-auth-page .hg-login-button {
    min-height: 51px;
}

html.hostget-auth-page .hg-auth-divider {
    margin: 16px 0;
}

html.hostget-auth-page .hg-register-button {
    min-height: 48px;
}

/* Bloco de suporte */
html.hostget-auth-page .hg-auth-help {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    padding: 11px 12px;
    border: 1px solid #e2ebf6;
    border-radius: 13px;
    background: #f8fbff;
    text-align: left;
}

html.hostget-auth-page .hg-auth-help-icon {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 11px;
    background: rgba(7, 151, 255, .11);
    color: var(--hg-blue-600);
    font-size: 16px;
}

html.hostget-auth-page .hg-auth-help-copy strong,
html.hostget-auth-page .hg-auth-help-copy small {
    display: block;
}

html.hostget-auth-page .hg-auth-help-copy strong {
    color: #26344e;
    font-size: 12px;
}

html.hostget-auth-page .hg-auth-help-copy small {
    margin-top: 2px;
    color: #7b879b;
    font-size: 10px;
}

html.hostget-auth-page .hg-auth-help-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 10px;
    border-radius: 9px;
    background: #ffffff;
    color: var(--hg-blue-600);
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: inset 0 0 0 1px #d8e8f8;
}

html.hostget-auth-page .hg-auth-help-link:hover {
    background: rgba(7, 151, 255, .07);
    color: #0569d9;
    text-decoration: none;
}

/* Telas menores em altura: compacta sem deformar. */
@media (min-width: 992px) and (max-height: 820px) {
    html.hostget-auth-page .hg-auth-visual {
        padding-top: 27px !important;
        padding-bottom: 27px !important;
    }

    html.hostget-auth-page .hg-auth-panel {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    html.hostget-auth-page .hg-auth-brand {
        margin-bottom: 16px;
    }

    html.hostget-auth-page .hg-auth-brand img {
        width: 245px !important;
    }

    html.hostget-auth-page .hg-auth-heading h2 {
        font-size: 32px;
    }

    html.hostget-auth-page .hg-auth-heading p {
        margin-bottom: 15px;
    }

    html.hostget-auth-page .hg-auth-visual h1 {
        margin-top: 15px;
        font-size: clamp(39px, 3.8vw, 54px);
    }

    html.hostget-auth-page .hg-benefit-grid {
        margin-top: 18px;
    }

    html.hostget-auth-page .hg-benefit {
        min-height: 76px;
        padding: 11px 13px;
    }

    html.hostget-auth-page .hg-auth-trust {
        margin-top: 14px;
    }

    html.hostget-auth-page .hg-field-group {
        margin-bottom: 11px !important;
    }

    html.hostget-auth-page .hg-captcha {
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }

    html.hostget-auth-page .hg-auth-divider {
        margin: 12px 0;
    }

    html.hostget-auth-page .hg-auth-help {
        margin-top: 11px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

@media (max-width: 991.98px) {
    html.hostget-auth-page .hg-auth-shell {
        display: block !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    html.hostget-auth-page .hg-auth-visual,
    html.hostget-auth-page .hg-auth-panel {
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
    }

    html.hostget-auth-page .hg-auth-brand img {
        width: 245px !important;
    }
}

@media (max-width: 575.98px) {
    html.hostget-auth-page .hg-auth-panel {
        padding: 34px 18px 42px !important;
    }

    html.hostget-auth-page .hg-auth-brand img {
        width: 220px !important;
    }

    html.hostget-auth-page .hg-password-meta {
        align-items: flex-start;
    }

    html.hostget-auth-page .hg-forgot-link {
        padding: 4px 7px;
        font-size: 10px;
    }

    html.hostget-auth-page .hg-auth-help {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    html.hostget-auth-page .hg-auth-help-link {
        grid-column: 1 / -1;
        justify-content: center;
    }

    html.hostget-auth-page .hg-captcha .form-control,
    html.hostget-auth-page .hg-captcha input[type="text"] {
        width: 100% !important;
    }
}


/* ================================================================
   HOTFIX v0.2.6 — Dashboard interno em largura total
   ================================================================ */

html.hostget-dashboard-page,
html.hostget-dashboard-page body {
    width: 100%;
    min-height: 100%;
    margin: 0 !important;
    overflow-x: hidden !important;
    background: #f5f8fc !important;
}

/* O dashboard possui seu próprio menu. Remove header, breadcrumb,
   sidebar e footer herdados do Twenty-One somente nesta página. */
html.hostget-dashboard-page header.header,
html.hostget-dashboard-page #header,
html.hostget-dashboard-page .master-breadcrumb,
html.hostget-dashboard-page #main-body .sidebar,
html.hostget-dashboard-page #main-body aside.sidebar,
html.hostget-dashboard-page footer.footer,
html.hostget-dashboard-page #footer {
    display: none !important;
}

html.hostget-dashboard-page #main-body {
    width: 100% !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f5f8fc !important;
}

html.hostget-dashboard-page #main-body > .container,
html.hostget-dashboard-page #main-body > .container-fluid {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

html.hostget-dashboard-page #main-body > .container > .row,
html.hostget-dashboard-page #main-body > .container-fluid > .row {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

html.hostget-dashboard-page #main-body > .container > .row > .main-content,
html.hostget-dashboard-page #main-body > .container > .row > .primary-content,
html.hostget-dashboard-page #main-body > .container-fluid > .row > .main-content,
html.hostget-dashboard-page #main-body > .container-fluid > .row > .primary-content,
html.hostget-dashboard-page #main-body .main-content,
html.hostget-dashboard-page #main-body .primary-content {
    float: none !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove recuos negativos usados como fallback nas versões anteriores. */
html.hostget-dashboard-page .hg-dashboard {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 100vh !important;
    margin: 0 !important;
    grid-template-columns: 260px minmax(0, 1fr);
}

html.hostget-dashboard-page .hg-dashboard-sidebar {
    z-index: 30;
    width: 260px;
    min-width: 260px;
    box-shadow: 18px 0 45px rgba(2, 14, 38, .10);
}

html.hostget-dashboard-page .hg-sidebar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 5px 10px 24px;
}

html.hostget-dashboard-page .hg-sidebar-brand img {
    display: block;
    width: 205px !important;
    max-width: 100% !important;
    height: auto;
    object-fit: contain;
}

html.hostget-dashboard-page .hg-sidebar-nav a,
html.hostget-dashboard-page .hg-sidebar-nav a span,
html.hostget-dashboard-page .hg-sidebar-support strong {
    color: rgba(236, 246, 255, .80) !important;
}

html.hostget-dashboard-page .hg-sidebar-nav a.active,
html.hostget-dashboard-page .hg-sidebar-nav a.active span,
html.hostget-dashboard-page .hg-sidebar-nav a:hover,
html.hostget-dashboard-page .hg-sidebar-nav a:hover span,
html.hostget-dashboard-page .hg-sidebar-support strong {
    color: #ffffff !important;
}

html.hostget-dashboard-page .hg-dashboard-main {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0;
    padding: 28px clamp(22px, 3vw, 46px) 28px;
    overflow: hidden;
}

/* Corrige a regra genérica .primary-content h2, que deixava
   parte do título do banner em cor escura. */
html.hostget-dashboard-page .hg-hero-card,
html.hostget-dashboard-page .hg-hero-content {
    color: #ffffff !important;
}

html.hostget-dashboard-page .hg-hero-content h2 {
    color: #ffffff !important;
    text-shadow: 0 8px 28px rgba(0, 0, 0, .16);
}

html.hostget-dashboard-page .hg-hero-content h2 em {
    color: var(--hg-blue-400) !important;
}

html.hostget-dashboard-page .hg-hero-content p {
    color: rgba(226, 241, 255, .76) !important;
}

html.hostget-dashboard-page .hg-hero-tag {
    color: #b9dcff !important;
}

html.hostget-dashboard-page .hg-hero-features b {
    color: #ffffff !important;
}

html.hostget-dashboard-page .hg-hero-features small {
    color: rgba(226, 241, 255, .58) !important;
}

/* Cards sem estouro horizontal. */
html.hostget-dashboard-page .hg-hero-card,
html.hostget-dashboard-page .hg-stats-grid,
html.hostget-dashboard-page .hg-dashboard-grid,
html.hostget-dashboard-page .hg-help-strip {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

html.hostget-dashboard-page .hg-stat-card,
html.hostget-dashboard-page .hg-panel,
html.hostget-dashboard-page .hg-list-row,
html.hostget-dashboard-page .hg-list-main {
    min-width: 0;
}

/* Os painéis nativos foram retirados do TPL; esta regra impede
   reaparecimento por cache antigo durante a atualização. */
html.hostget-dashboard-page .hg-native-panels {
    display: none !important;
}

/* Rodapé próprio do dashboard. */
html.hostget-dashboard-page .hg-dashboard-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
    padding: 18px 2px 4px;
    border-top: 1px solid #e2eaf4;
    color: #8490a4;
    font-size: 11px;
}

html.hostget-dashboard-page .hg-dashboard-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

html.hostget-dashboard-page .hg-dashboard-footer a {
    color: #66758d;
    font-weight: 650;
}

html.hostget-dashboard-page .hg-dashboard-footer a:hover {
    color: var(--hg-blue-600);
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    html.hostget-dashboard-page .hg-dashboard {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    html.hostget-dashboard-page .hg-dashboard-sidebar {
        width: 220px;
        min-width: 220px;
    }

    html.hostget-dashboard-page .hg-sidebar-brand img {
        width: 180px !important;
    }
}

@media (max-width: 991.98px) {
    html.hostget-dashboard-page .hg-dashboard {
        display: block !important;
    }

    html.hostget-dashboard-page .hg-dashboard-sidebar {
        position: relative;
        width: 100%;
        min-width: 0;
        height: auto;
        box-shadow: 0 12px 30px rgba(2, 14, 38, .12);
    }

    html.hostget-dashboard-page .hg-sidebar-brand {
        justify-content: flex-start;
        min-height: 0;
        padding: 0;
    }

    html.hostget-dashboard-page .hg-sidebar-brand img {
        width: 175px !important;
    }

    html.hostget-dashboard-page .hg-dashboard-main {
        padding: 22px 18px 28px;
    }
}

@media (max-width: 767.98px) {
    html.hostget-dashboard-page .hg-dashboard-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    html.hostget-dashboard-page .hg-dashboard-footer nav {
        gap: 10px 15px;
    }
}



/* Hostget v1.1 - internal pages */
.hg-page-shell{padding:32px;background:#f5f8fc;min-height:100vh}
.hg-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}
.hg-page-header h1{font-size:34px;color:#101b32;margin:0;font-weight:800}
.hg-page-header p{color:#6d7890;margin:5px 0 0}
.hg-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}
.hg-product-card,.hg-finance-card,.hg-ticket-card{background:#fff;border:1px solid #e6edf6;border-radius:22px;padding:24px;box-shadow:0 15px 40px rgba(4,28,70,.06)}
.hg-product-card h3,.hg-finance-card h3,.hg-ticket-card h3{color:#101b32;font-weight:800}
.hg-status{display:inline-block;padding:5px 12px;border-radius:30px;background:#dcfce7;color:#15803d;font-weight:700;font-size:12px}
.hg-table{background:#fff;border-radius:20px;border:1px solid #e6edf6;overflow:hidden}
.hg-table table{width:100%}
.hg-table th{background:#f7faff;padding:18px;color:#53637c}
.hg-table td{padding:18px;border-top:1px solid #eef3f9}
@media(max-width:768px){.hg-page-header{display:block}.hg-page-header .btn{margin-top:15px}}

/* Hostget v1.2 - internal pages */
.hg-page-shell{max-width:1200px;margin:40px auto;padding:0 20px}
.hg-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}
.hg-page-header h1{color:#101b32;font-weight:800}
.hg-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}
.hg-product-card,.hg-ticket-card{background:#fff;border:1px solid #e6edf6;border-radius:20px;padding:25px;box-shadow:0 12px 35px rgba(0,0,0,.05)}
.hg-product-card h3,.hg-ticket-card h3{color:#101b32}
.hg-status{display:inline-block;padding:6px 12px;border-radius:20px;background:#e8f5ff;color:#0478f8}

/* Hostget v3 global layout */
.hg-header{display:flex;justify-content:space-between;align-items:center;padding:25px 40px;background:#061b45;color:#fff}
.hg-header img{max-height:55px}
.hg-footer{padding:25px;background:#061b45;color:#fff;text-align:center}


/* ================================================================
   HOSTGET v2 — Layout unificado das páginas internas
   ================================================================ */
html.hostget-internal-page,
html.hostget-internal-page body {
    width: 100%;
    min-height: 100%;
    margin: 0 !important;
    overflow-x: hidden !important;
    background: #f5f8fc !important;
}

html.hostget-internal-page .hg-internal-dashboard {
    width: 100% !important;
    min-height: 100vh !important;
    margin: 0 !important;
}

html.hostget-internal-page .hg-internal-main {
    min-width: 0;
    overflow: hidden;
}

html.hostget-internal-page .hg-internal-top {
    margin-bottom: 22px;
}

html.hostget-internal-page .hg-internal-top h1 {
    margin: 4px 0 4px;
    color: var(--hg-text) !important;
    font-size: clamp(27px, 2.4vw, 38px);
    font-weight: 800;
    letter-spacing: -.04em;
}

html.hostget-internal-page .hg-internal-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--hg-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 42px rgba(4, 28, 70, .075);
}

html.hostget-internal-page .hg-native-content {
    min-width: 0;
    padding: clamp(18px, 2.5vw, 32px);
}

html.hostget-internal-page .hg-native-content > :first-child {
    margin-top: 0;
}

html.hostget-internal-page .hg-native-content > :last-child {
    margin-bottom: 0;
}

html.hostget-internal-page .hg-native-content .table-container,
html.hostget-internal-page .hg-native-content .dataTables_wrapper,
html.hostget-internal-page .hg-native-content .table-responsive {
    width: 100%;
    min-width: 0;
}

html.hostget-internal-page .hg-native-content .table {
    width: 100% !important;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid var(--hg-border);
    border-radius: 14px;
    background: #fff;
}

html.hostget-internal-page .hg-native-content .table thead th {
    padding: 14px 15px;
    border-top: 0;
    border-bottom: 1px solid var(--hg-border);
    background: #f6f9fd;
    color: #607089;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .055em;
    vertical-align: middle;
}

html.hostget-internal-page .hg-native-content .table tbody td {
    padding: 15px;
    border-top: 1px solid #edf2f8;
    color: #243049;
    font-size: 13px;
    vertical-align: middle;
}

html.hostget-internal-page .hg-native-content .table tbody tr:first-child td {
    border-top: 0;
}

html.hostget-internal-page .hg-native-content .table tbody tr:hover td {
    background: #f8fbff;
}

html.hostget-internal-page .hg-native-content .dataTables_filter input,
html.hostget-internal-page .hg-native-content .dataTables_length select,
html.hostget-internal-page .hg-native-content .form-control,
html.hostget-internal-page .hg-native-content .custom-select {
    border-color: #dfe8f3;
    border-radius: 10px;
    background: #fff;
}

html.hostget-internal-page .hg-native-content .dataTables_filter input:focus,
html.hostget-internal-page .hg-native-content .form-control:focus,
html.hostget-internal-page .hg-native-content .custom-select:focus {
    border-color: var(--hg-blue-500);
    box-shadow: 0 0 0 3px rgba(7,151,255,.11);
}

html.hostget-internal-page .hg-native-content .dataTables_info,
html.hostget-internal-page .hg-native-content .dataTables_length,
html.hostget-internal-page .hg-native-content .dataTables_filter,
html.hostget-internal-page .hg-native-content .dataTables_paginate {
    color: #718096;
    font-size: 12px;
}

html.hostget-internal-page .hg-native-content .page-link {
    border-color: var(--hg-border);
    color: var(--hg-blue-600);
}

html.hostget-internal-page .hg-native-content .page-item.active .page-link {
    border-color: var(--hg-blue-600);
    background: var(--hg-blue-600);
    color: #fff;
}

html.hostget-internal-page .hg-native-content .card,
html.hostget-internal-page .hg-native-content .panel,
html.hostget-internal-page .hg-native-content .list-group,
html.hostget-internal-page .hg-native-content .domain-pricing {
    border-color: var(--hg-border);
    border-radius: 14px;
    box-shadow: none;
}

html.hostget-internal-page .hg-native-content .card-header,
html.hostget-internal-page .hg-native-content .panel-heading {
    border-bottom-color: var(--hg-border);
    background: #f8fbff;
    color: var(--hg-text);
    font-weight: 750;
}

html.hostget-internal-page .hg-native-content h1,
html.hostget-internal-page .hg-native-content h2,
html.hostget-internal-page .hg-native-content h3,
html.hostget-internal-page .hg-native-content h4 {
    color: var(--hg-text);
    font-weight: 800;
    letter-spacing: -.025em;
}

html.hostget-internal-page .hg-native-content .alert {
    border: 0;
    border-radius: 12px;
}

html.hostget-internal-page .hg-native-content .btn-primary,
html.hostget-internal-page .hg-native-content .btn-success {
    border-color: var(--hg-blue-600);
    background: linear-gradient(135deg, var(--hg-blue-500), var(--hg-blue-600));
    color: #fff;
}

html.hostget-internal-page .hg-native-content .label,
html.hostget-internal-page .hg-native-content .badge,
html.hostget-internal-page .hg-native-content .status {
    border-radius: 999px;
}

html.hostget-internal-page .hg-native-content .ticket-reply,
html.hostget-internal-page .hg-native-content .view-ticket .card,
html.hostget-internal-page .hg-native-content .ticket-reply.staff {
    overflow: hidden;
    border: 1px solid var(--hg-border);
    border-radius: 14px;
    box-shadow: none;
}

html.hostget-internal-page .hg-native-content textarea.form-control {
    min-height: 145px;
}

html.hostget-internal-page .hg-internal-footer {
    margin-top: 22px;
}

@media (max-width: 991.98px) {
    html.hostget-internal-page .hg-internal-card {
        border-radius: 16px;
    }

    html.hostget-internal-page .hg-native-content {
        padding: 18px;
    }
}

@media (max-width: 767.98px) {
    html.hostget-internal-page .hg-internal-top {
        align-items: flex-start;
    }

    html.hostget-internal-page .hg-internal-top .hg-dashboard-actions .btn {
        display: none;
    }

    html.hostget-internal-page .hg-native-content {
        padding: 14px;
    }

    html.hostget-internal-page .hg-native-content .table thead th,
    html.hostget-internal-page .hg-native-content .table tbody td {
        padding: 11px 10px;
        font-size: 11px;
    }
}


/* Ajuste do rodapé — versão 2.0 */
html.hostget-dashboard-page .hg-copyright-footer,
html.hostget-internal-page .hg-copyright-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    min-height: 56px;
    margin-top: 18px;
    padding: 17px 14px 8px;
    text-align: center;
}

html.hostget-dashboard-page .hg-copyright-footer span,
html.hostget-internal-page .hg-copyright-footer span {
    color: #7d899d;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -.01em;
}

html.hostget-dashboard-page .hg-copyright-footer b,
html.hostget-internal-page .hg-copyright-footer b {
    margin: 0 7px;
    color: #c4cedb;
    font-weight: 400;
}

/* ================================================================
   HOSTGET v2.1 — Ajustes de navegação, suporte e domínios
   ================================================================ */

/* A sidebar permanece totalmente azul e ganha rolagem própria quando
   o conteúdo ultrapassa a altura útil do navegador. */
html.hostget-dashboard-page .hg-dashboard-sidebar,
html.hostget-internal-page .hg-dashboard-sidebar,
html.hostget-store-page .hg-dashboard-sidebar {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(115, 198, 255, .42) transparent;
}

html.hostget-dashboard-page .hg-dashboard-sidebar::-webkit-scrollbar,
html.hostget-internal-page .hg-dashboard-sidebar::-webkit-scrollbar,
html.hostget-store-page .hg-dashboard-sidebar::-webkit-scrollbar {
    width: 6px;
}

html.hostget-dashboard-page .hg-dashboard-sidebar::-webkit-scrollbar-track,
html.hostget-internal-page .hg-dashboard-sidebar::-webkit-scrollbar-track,
html.hostget-store-page .hg-dashboard-sidebar::-webkit-scrollbar-track {
    background: transparent;
}

html.hostget-dashboard-page .hg-dashboard-sidebar::-webkit-scrollbar-thumb,
html.hostget-internal-page .hg-dashboard-sidebar::-webkit-scrollbar-thumb,
html.hostget-store-page .hg-dashboard-sidebar::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(115, 198, 255, .38);
}

html.hostget-dashboard-page .hg-sidebar-support,
html.hostget-internal-page .hg-sidebar-support,
html.hostget-store-page .hg-sidebar-support {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    width: 100%;
    margin-top: 22px !important;
    border: 1px solid rgba(132, 202, 255, .18) !important;
    background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.045)) !important;
    box-shadow: 0 16px 32px rgba(0, 8, 28, .20);
}

html.hostget-dashboard-page .hg-sidebar-support strong,
html.hostget-internal-page .hg-sidebar-support strong,
html.hostget-store-page .hg-sidebar-support strong {
    color: #fff !important;
}

html.hostget-dashboard-page .hg-sidebar-support p,
html.hostget-internal-page .hg-sidebar-support p,
html.hostget-store-page .hg-sidebar-support p {
    color: rgba(226, 241, 255, .66) !important;
}

html.hostget-dashboard-page .hg-sidebar-support .btn,
html.hostget-internal-page .hg-sidebar-support .btn,
html.hostget-store-page .hg-sidebar-support .btn {
    border-color: rgba(52, 186, 255, .62) !important;
    background: rgba(4, 25, 59, .34) !important;
    color: #9bddff !important;
}

html.hostget-dashboard-page .hg-sidebar-support .btn:hover,
html.hostget-internal-page .hg-sidebar-support .btn:hover,
html.hostget-store-page .hg-sidebar-support .btn:hover {
    border-color: var(--hg-cyan-400) !important;
    background: var(--hg-blue-600) !important;
    color: #fff !important;
}

html.hostget-internal-page .hg-internal-main,
html.hostget-store-page .hg-internal-main {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

html.hostget-internal-page .hg-internal-card,
html.hostget-store-page .hg-internal-card {
    flex: 0 0 auto;
}

html.hostget-internal-page .hg-internal-footer,
html.hostget-store-page .hg-internal-footer {
    flex: 0 0 auto;
}

/* Botões de ações em Meus domínios. */
html.hostget-internal-page .hg-native-content #domainForm > .btn-group,
html.hostget-internal-page .hg-native-content #domainForm > .btn-group.btn-group-sm,
html.hostget-internal-page .hg-native-content #domainForm .btn-group.mb-3 {
    display: flex !important;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 22px !important;
}

html.hostget-internal-page .hg-native-content #domainForm .btn-group > .btn,
html.hostget-internal-page .hg-native-content #domainForm .setBulkAction,
html.hostget-internal-page .hg-native-content #domainForm #btnGroupDrop1 {
    min-height: 42px;
    margin: 0 !important;
    padding: 9px 14px;
    border: 1px solid #d7e6f5 !important;
    border-radius: 11px !important;
    background: #f7fbff !important;
    color: #29405f !important;
    font-size: 12px;
    font-weight: 750;
    box-shadow: none !important;
}

html.hostget-internal-page .hg-native-content #domainForm .btn-group > .btn i,
html.hostget-internal-page .hg-native-content #domainForm .setBulkAction i {
    margin-right: 6px;
    color: var(--hg-blue-600);
}

html.hostget-internal-page .hg-native-content #domainForm .btn-group > .btn:hover,
html.hostget-internal-page .hg-native-content #domainForm .setBulkAction:hover,
html.hostget-internal-page .hg-native-content #domainForm #btnGroupDrop1:hover,
html.hostget-internal-page .hg-native-content #domainForm .btn-group > .btn:focus,
html.hostget-internal-page .hg-native-content #domainForm .setBulkAction:focus,
html.hostget-internal-page .hg-native-content #domainForm #btnGroupDrop1:focus {
    border-color: var(--hg-blue-500) !important;
    background: rgba(7, 151, 255, .10) !important;
    color: var(--hg-blue-600) !important;
}

html.hostget-internal-page .hg-native-content #domainForm .btn-group .btn-group {
    margin: 0 !important;
}

html.hostget-internal-page .hg-native-content #domainForm .dropdown-menu {
    overflow: hidden;
    margin-top: 7px;
    border: 1px solid #dce8f4;
    border-radius: 12px;
    box-shadow: 0 16px 36px rgba(4, 28, 70, .13);
}

html.hostget-internal-page .hg-native-content #domainForm .dropdown-item {
    padding: 10px 14px;
    color: #34445f;
    font-size: 12px;
    font-weight: 650;
}

html.hostget-internal-page .hg-native-content #domainForm .dropdown-item:hover {
    background: #eef7ff;
    color: var(--hg-blue-600);
}

@media (max-width: 767.98px) {
    html.hostget-internal-page .hg-native-content #domainForm > .btn-group,
    html.hostget-internal-page .hg-native-content #domainForm .btn-group.mb-3 {
        align-items: stretch;
        flex-direction: column;
    }

    html.hostget-internal-page .hg-native-content #domainForm .btn-group > .btn,
    html.hostget-internal-page .hg-native-content #domainForm .setBulkAction,
    html.hostget-internal-page .hg-native-content #domainForm #btnGroupDrop1,
    html.hostget-internal-page .hg-native-content #domainForm .btn-group .btn-group {
        width: 100%;
    }
}

/* ================================================================
   HOSTGET Store — usa o mesmo shell visual da Central do Cliente
   ================================================================ */
html.hostget-store-page .hg-store-card {
    overflow: visible;
}

html.hostget-store-page .hg-store-native {
    padding: clamp(16px, 2.3vw, 30px);
}

html.hostget-store-page #order-standard_cart {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    font-family: inherit;
}

html.hostget-store-page #order-standard_cart .cart-sidebar,
html.hostget-store-page #order-standard_cart .sidebar-collapsed {
    border: 1px solid var(--hg-border);
    border-radius: 16px;
    background: #f8fbff;
    box-shadow: none;
}

html.hostget-store-page #order-standard_cart .products .product,
html.hostget-store-page #order-standard_cart .product,
html.hostget-store-page #order-standard_cart .view-cart-items,
html.hostget-store-page #order-standard_cart .summary-container {
    border-color: var(--hg-border) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 12px 30px rgba(4, 28, 70, .06) !important;
}

html.hostget-store-page #order-standard_cart .products .product header,
html.hostget-store-page #order-standard_cart .product header {
    border-radius: 16px 16px 0 0;
    background: linear-gradient(135deg, #061b45, #0b4b9a) !important;
    color: #fff !important;
}

html.hostget-store-page #order-standard_cart .btn-primary,
html.hostget-store-page #order-standard_cart .btn-success {
    border-color: var(--hg-blue-600) !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, var(--hg-blue-500), var(--hg-blue-600)) !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(0, 111, 255, .18);
}

html.hostget-store-page #order-standard_cart .alert {
    border: 0;
    border-radius: 13px;
}

html.hostget-store-page #order-standard_cart h1,
html.hostget-store-page #order-standard_cart h2,
html.hostget-store-page #order-standard_cart h3,
html.hostget-store-page #order-standard_cart h4 {
    color: var(--hg-text);
    font-weight: 800;
}


/* ================================================================
   HOSTGET — botão de logout
   ================================================================ */
html.hostget-dashboard-page .hg-sidebar-nav .hg-sidebar-logout,
html.hostget-internal-page .hg-sidebar-nav .hg-sidebar-logout,
html.hostget-store-page .hg-sidebar-nav .hg-sidebar-logout {
    position: relative;
    margin-top: 10px;
    color: rgba(255, 184, 184, .88) !important;
}

html.hostget-dashboard-page .hg-sidebar-nav .hg-sidebar-logout::before,
html.hostget-internal-page .hg-sidebar-nav .hg-sidebar-logout::before,
html.hostget-store-page .hg-sidebar-nav .hg-sidebar-logout::before {
    position: absolute;
    top: -6px;
    right: 12px;
    left: 12px;
    height: 1px;
    background: rgba(255, 255, 255, .10);
    content: "";
}

html.hostget-dashboard-page .hg-sidebar-nav .hg-sidebar-logout i,
html.hostget-internal-page .hg-sidebar-nav .hg-sidebar-logout i,
html.hostget-store-page .hg-sidebar-nav .hg-sidebar-logout i {
    color: #ff8f8f !important;
}

html.hostget-dashboard-page .hg-sidebar-nav .hg-sidebar-logout:hover,
html.hostget-internal-page .hg-sidebar-nav .hg-sidebar-logout:hover,
html.hostget-store-page .hg-sidebar-nav .hg-sidebar-logout:hover {
    background: rgba(255, 75, 75, .12) !important;
    color: #ffffff !important;
}

html.hostget-dashboard-page .hg-sidebar-nav .hg-sidebar-logout:hover i,
html.hostget-internal-page .hg-sidebar-nav .hg-sidebar-logout:hover i,
html.hostget-store-page .hg-sidebar-nav .hg-sidebar-logout:hover i {
    color: #ffb0b0 !important;
}

html.hostget-dashboard-page .hg-logout-button,
html.hostget-internal-page .hg-logout-button,
html.hostget-store-page .hg-logout-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 15px;
    border: 1px solid #d9e6f4;
    border-radius: 12px;
    background: #ffffff;
    color: #50627d;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none !important;
    box-shadow: 0 9px 22px rgba(4, 28, 70, .07);
    transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

html.hostget-dashboard-page .hg-logout-button:hover,
html.hostget-internal-page .hg-logout-button:hover,
html.hostget-store-page .hg-logout-button:hover {
    border-color: rgba(224, 63, 63, .28);
    background: #fff4f4;
    color: #d93939;
    transform: translateY(-1px);
}

html.hostget-dashboard-page .hg-logout-button i,
html.hostget-internal-page .hg-logout-button i,
html.hostget-store-page .hg-logout-button i {
    font-size: 14px;
}

@media (max-width: 575.98px) {
    html.hostget-dashboard-page .hg-logout-button,
    html.hostget-internal-page .hg-logout-button,
    html.hostget-store-page .hg-logout-button {
        width: 44px;
        padding: 0;
    }

    html.hostget-dashboard-page .hg-logout-button span,
    html.hostget-internal-page .hg-logout-button span,
    html.hostget-store-page .hg-logout-button span {
        display: none;
    }
}


/* ================================================================
   HOSTGET — Página de cadastro
   ================================================================ */

html.hostget-register-page,
html.hostget-register-page body {
    width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #f3f7fc !important;
}

html.hostget-register-page header.header,
html.hostget-register-page #header,
html.hostget-register-page .master-breadcrumb,
html.hostget-register-page footer.footer,
html.hostget-register-page #footer,
html.hostget-register-page .domain-search,
html.hostget-register-page .domain-search-container,
html.hostget-register-page .domain-search-wrapper,
html.hostget-register-page section#home-banner,
html.hostget-register-page #home-banner,
html.hostget-register-page #main-body .sidebar,
html.hostget-register-page #main-body aside.sidebar {
    display: none !important;
}

html.hostget-register-page #main-body {
    width: 100% !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

html.hostget-register-page #main-body > .container,
html.hostget-register-page #main-body > .container-fluid {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

html.hostget-register-page #main-body > .container > .row,
html.hostget-register-page #main-body > .container-fluid > .row {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

html.hostget-register-page #main-body .main-content,
html.hostget-register-page #main-body .primary-content {
    float: none !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

html.hostget-register-page .hg-register-shell {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: grid;
    grid-template-columns: minmax(360px, 38%) minmax(0, 1fr);
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: #f3f7fc;
}

html.hostget-register-page .hg-register-visual {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 20%, rgba(0, 153, 255, .27), transparent 32%),
        linear-gradient(145deg, #020b20 0%, #062452 58%, #084789 100%);
    color: #ffffff;
}

html.hostget-register-page .hg-register-visual::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 42px 42px;
    content: "";
    pointer-events: none;
}

html.hostget-register-page .hg-register-visual::after {
    position: absolute;
    right: -180px;
    bottom: -210px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(45, 186, 255, .24);
    border-radius: 50%;
    box-shadow:
        0 0 0 70px rgba(21, 124, 229, .06),
        0 0 0 140px rgba(21, 124, 229, .035);
    content: "";
}

html.hostget-register-page .hg-register-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(18px);
    pointer-events: none;
}

html.hostget-register-page .hg-register-glow-one {
    top: 8%;
    right: -80px;
    width: 280px;
    height: 280px;
    background: rgba(0, 150, 255, .22);
}

html.hostget-register-page .hg-register-glow-two {
    bottom: 8%;
    left: -80px;
    width: 250px;
    height: 250px;
    background: rgba(0, 211, 255, .12);
}

html.hostget-register-page .hg-register-visual-inner {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 5vw, 76px);
}

html.hostget-register-page .hg-register-brand {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 46px;
}

html.hostget-register-page .hg-register-brand img {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

html.hostget-register-page .hg-register-eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .065);
    color: #bfe8ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

html.hostget-register-page .hg-register-visual h1 {
    max-width: 620px;
    margin: 0;
    color: #ffffff !important;
    font-size: clamp(36px, 4vw, 62px);
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: -.045em;
}

html.hostget-register-page .hg-register-visual-inner > p {
    max-width: 610px;
    margin: 24px 0 32px;
    color: rgba(225, 241, 255, .78);
    font-size: 16px;
    line-height: 1.75;
}

html.hostget-register-page .hg-register-benefits {
    display: grid;
    gap: 12px;
    max-width: 620px;
}

html.hostget-register-page .hg-register-benefit {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 15px;
    background: rgba(255, 255, 255, .055);
    backdrop-filter: blur(9px);
}

html.hostget-register-page .hg-register-benefit > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(0, 155, 255, .16);
    color: #2fc5ff;
    font-size: 16px;
}

html.hostget-register-page .hg-register-benefit strong,
html.hostget-register-page .hg-register-benefit small {
    display: block;
}

html.hostget-register-page .hg-register-benefit strong {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

html.hostget-register-page .hg-register-benefit small {
    margin-top: 3px;
    color: rgba(216, 235, 255, .62);
    font-size: 11px;
    line-height: 1.45;
}

html.hostget-register-page .hg-register-security {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
    color: rgba(207, 235, 255, .72);
    font-size: 11px;
    font-weight: 650;
}

html.hostget-register-page .hg-register-security i {
    color: #2ed6ff;
}

html.hostget-register-page .hg-register-panel {
    min-width: 0;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background:
        radial-gradient(circle at 95% 0%, rgba(39, 154, 255, .09), transparent 27%),
        #f3f7fc;
}

html.hostget-register-page .hg-register-panel-inner {
    width: min(100%, 1080px);
    margin: 0 auto;
    padding: 48px clamp(26px, 5vw, 72px) 34px;
}

html.hostget-register-page .hg-register-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 28px;
}

html.hostget-register-page .hg-register-heading > div > span {
    display: block;
    margin-bottom: 7px;
    color: #0787f6;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

html.hostget-register-page .hg-register-heading h2 {
    margin: 0;
    color: #0d1b36 !important;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 850;
    letter-spacing: -.035em;
}

html.hostget-register-page .hg-register-heading p {
    margin: 8px 0 0;
    color: #71809a;
    font-size: 14px;
}

html.hostget-register-page .hg-register-login-link {
    display: inline-flex;
    min-height: 46px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 16px;
    border: 1px solid #d9e5f2;
    border-radius: 12px;
    background: #ffffff;
    color: #50627e;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(14, 42, 82, .06);
}

html.hostget-register-page .hg-register-login-link:hover {
    border-color: rgba(0, 133, 255, .35);
    color: #087fe5;
    transform: translateY(-1px);
}

html.hostget-register-page .hg-register-form #registration {
    width: 100%;
}

html.hostget-register-page .hg-register-form #registration > form {
    width: 100%;
}

html.hostget-register-page .hg-register-form .card {
    margin-bottom: 18px !important;
    overflow: hidden;
    border: 1px solid #e1eaf4 !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    box-shadow: 0 15px 38px rgba(16, 46, 87, .07) !important;
}

html.hostget-register-page .hg-register-form .card-body {
    padding: clamp(22px, 3vw, 34px) !important;
}

html.hostget-register-page .hg-register-form .card-title {
    margin: 0 0 22px !important;
    color: #101d36 !important;
    font-size: 20px !important;
    font-weight: 830 !important;
    letter-spacing: -.02em;
}

html.hostget-register-page .hg-register-form .card-title small {
    display: inline-block;
    margin-top: 5px;
    color: #8390a4;
    font-size: 11px;
    font-weight: 600;
}

html.hostget-register-page .hg-register-form .row {
    margin-right: -8px;
    margin-left: -8px;
}

html.hostget-register-page .hg-register-form .row > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

html.hostget-register-page .hg-register-form .form-group {
    margin-bottom: 16px;
}

html.hostget-register-page .hg-register-form .form-control,
html.hostget-register-page .hg-register-form input.field,
html.hostget-register-page .hg-register-form select.field,
html.hostget-register-page .hg-register-form textarea.field,
html.hostget-register-page .hg-register-form .intl-tel-input input,
html.hostget-register-page .hg-register-form .iti input {
    width: 100% !important;
    min-height: 52px;
    border: 1px solid #dce6f1 !important;
    border-radius: 12px !important;
    background: #fbfdff !important;
    color: #18263e !important;
    font-size: 13px;
    box-shadow: none !important;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

html.hostget-register-page .hg-register-form textarea.field,
html.hostget-register-page .hg-register-form textarea.form-control {
    min-height: 110px;
    padding-top: 14px;
}

html.hostget-register-page .hg-register-form .form-control:focus,
html.hostget-register-page .hg-register-form input.field:focus,
html.hostget-register-page .hg-register-form select.field:focus,
html.hostget-register-page .hg-register-form textarea.field:focus {
    border-color: #1b94ff !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(0, 137, 255, .10) !important;
}

html.hostget-register-page .hg-register-form .prepend-icon {
    position: relative;
}

html.hostget-register-page .hg-register-form .prepend-icon .field-icon {
    top: 0 !important;
    left: 0 !important;
    display: inline-flex !important;
    width: 50px !important;
    height: 52px !important;
    align-items: center;
    justify-content: center;
    color: #98a7ba !important;
    font-size: 14px;
}

html.hostget-register-page .hg-register-form .prepend-icon .field,
html.hostget-register-page .hg-register-form .prepend-icon .form-control {
    padding-left: 49px !important;
}

html.hostget-register-page .hg-register-form .intl-tel-input,
html.hostget-register-page .hg-register-form .iti {
    width: 100% !important;
}

html.hostget-register-page .hg-register-form label:not(.field-icon) {
    color: #42516a;
    font-size: 12px;
    font-weight: 700;
}

html.hostget-register-page .hg-register-form .field-help-text,
html.hostget-register-page .hg-register-form .text-muted {
    color: #8793a7 !important;
    font-size: 11px;
}

html.hostget-register-page .hg-register-form .generate-password {
    width: 100%;
    min-height: 42px;
    border: 1px solid #cfe0ef;
    border-radius: 11px;
    background: #eef7ff;
    color: #087ee2;
    font-size: 11px;
    font-weight: 750;
}

html.hostget-register-page .hg-register-form .generate-password:hover {
    border-color: #9fcef6;
    background: #e4f3ff;
}

html.hostget-register-page .hg-register-form .password-strength-meter .progress {
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: #edf2f7;
}

html.hostget-register-page .hg-register-form .alert {
    border-radius: 13px;
    font-size: 12px;
}

html.hostget-register-page .hg-register-form .captcha-container,
html.hostget-register-page .hg-register-form .captcha,
html.hostget-register-page .hg-register-form .text-center:has(.g-recaptcha),
html.hostget-register-page .hg-register-form .text-center:has(img[src*="verifyimage"]) {
    margin: 18px 0;
    padding: 20px;
    border: 1px solid #e0e9f3;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(16, 46, 87, .055);
}

html.hostget-register-page .hg-register-form input[type="submit"].btn-primary,
html.hostget-register-page .hg-register-form button[type="submit"].btn-primary {
    min-width: 230px;
    min-height: 56px;
    padding: 0 26px;
    border: 0 !important;
    border-radius: 13px !important;
    background: linear-gradient(135deg, #0b9dff 0%, #0874f3 100%) !important;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 820;
    box-shadow: 0 14px 30px rgba(0, 126, 246, .24);
    transition: transform .18s ease, box-shadow .18s ease;
}

html.hostget-register-page .hg-register-form input[type="submit"].btn-primary:hover,
html.hostget-register-page .hg-register-form button[type="submit"].btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(0, 126, 246, .30);
}

html.hostget-register-page .hg-register-form .form-check {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    color: #61718a;
    font-size: 12px;
    line-height: 1.6;
}

html.hostget-register-page .hg-register-form .form-check-input {
    position: static;
    margin: 4px 0 0;
}

html.hostget-register-page .hg-register-form a {
    color: #087fe5;
}

html.hostget-register-page .hg-register-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 2px 0;
    color: #8995a8;
    font-size: 10px;
}

html.hostget-register-page .hg-register-footer a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #61718a;
    font-weight: 700;
    text-decoration: none;
}

html.hostget-register-page .hg-register-footer a:hover {
    color: #087fe5;
}

@media (max-width: 1100px) {
    html.hostget-register-page .hg-register-shell {
        grid-template-columns: 330px minmax(0, 1fr);
    }

    html.hostget-register-page .hg-register-visual-inner {
        padding: 34px;
    }

    html.hostget-register-page .hg-register-visual h1 {
        font-size: 38px;
    }

    html.hostget-register-page .hg-register-brand {
        margin-bottom: 32px;
    }
}

@media (max-width: 900px) {
    html.hostget-register-page,
    html.hostget-register-page body {
        overflow: auto !important;
    }

    html.hostget-register-page .hg-register-shell {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        min-height: 100vh;
        overflow: visible;
    }

    html.hostget-register-page .hg-register-visual {
        min-height: auto;
    }

    html.hostget-register-page .hg-register-visual-inner {
        min-height: auto;
        padding: 30px 24px;
    }

    html.hostget-register-page .hg-register-brand {
        margin-bottom: 24px;
    }

    html.hostget-register-page .hg-register-brand img {
        width: 165px;
    }

    html.hostget-register-page .hg-register-visual h1 {
        max-width: 680px;
        font-size: 35px;
    }

    html.hostget-register-page .hg-register-visual-inner > p {
        margin: 17px 0 0;
    }

    html.hostget-register-page .hg-register-benefits,
    html.hostget-register-page .hg-register-security {
        display: none;
    }

    html.hostget-register-page .hg-register-panel {
        height: auto;
        overflow: visible;
    }

    html.hostget-register-page .hg-register-panel-inner {
        padding: 28px 20px;
    }
}

@media (max-width: 575.98px) {
    html.hostget-register-page .hg-register-heading {
        display: block;
    }

    html.hostget-register-page .hg-register-login-link {
        margin-top: 16px;
    }

    html.hostget-register-page .hg-register-form .card-body {
        padding: 20px 16px !important;
    }

    html.hostget-register-page .hg-register-form .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    html.hostget-register-page .hg-register-form input[type="submit"].btn-primary,
    html.hostget-register-page .hg-register-form button[type="submit"].btn-primary {
        width: 100%;
        min-width: 0;
    }

    html.hostget-register-page .hg-register-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* ================================================================
   HOSTGET — Ajuste compacto da lateral do cadastro
   ================================================================ */
html.hostget-register-page .hg-register-shell {
    grid-template-columns: minmax(300px, 32%) minmax(0, 1fr);
}

html.hostget-register-page .hg-register-visual {
    overflow-x: hidden;
    overflow-y: auto;
}

html.hostget-register-page .hg-register-visual-inner {
    min-height: 100%;
    justify-content: flex-start;
    padding: 34px clamp(28px, 3.5vw, 54px);
}

html.hostget-register-page .hg-register-brand {
    margin-bottom: 28px;
}

html.hostget-register-page .hg-register-brand img {
    width: 155px;
}

html.hostget-register-page .hg-register-eyebrow {
    margin-bottom: 16px;
    padding: 8px 12px;
    font-size: 10px;
}

html.hostget-register-page .hg-register-visual h1 {
    max-width: 520px;
    font-size: clamp(34px, 3.2vw, 50px);
    line-height: 1.06;
}

html.hostget-register-page .hg-register-visual-inner > p {
    max-width: 520px;
    margin: 18px 0 22px;
    font-size: 14px;
    line-height: 1.62;
}

html.hostget-register-page .hg-register-benefits {
    gap: 9px;
    max-width: 520px;
}

html.hostget-register-page .hg-register-benefit {
    gap: 12px;
    padding: 11px 13px;
    border-radius: 13px;
}

html.hostget-register-page .hg-register-benefit > span {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
}

html.hostget-register-page .hg-register-benefit strong {
    font-size: 12px;
}

html.hostget-register-page .hg-register-benefit small {
    font-size: 10px;
}

html.hostget-register-page .hg-register-security {
    margin-top: 17px;
    padding-bottom: 6px;
}

@media (max-height: 820px) and (min-width: 901px) {
    html.hostget-register-page .hg-register-visual-inner {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    html.hostget-register-page .hg-register-brand {
        margin-bottom: 20px;
    }

    html.hostget-register-page .hg-register-brand img {
        width: 140px;
    }

    html.hostget-register-page .hg-register-eyebrow {
        margin-bottom: 12px;
    }

    html.hostget-register-page .hg-register-visual h1 {
        font-size: clamp(31px, 3vw, 43px);
    }

    html.hostget-register-page .hg-register-visual-inner > p {
        margin: 14px 0 17px;
        font-size: 13px;
        line-height: 1.52;
    }

    html.hostget-register-page .hg-register-benefit {
        padding: 9px 11px;
    }

    html.hostget-register-page .hg-register-benefit > span {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    html.hostget-register-page .hg-register-security {
        margin-top: 12px;
    }
}

@media (max-width: 1100px) and (min-width: 901px) {
    html.hostget-register-page .hg-register-shell {
        grid-template-columns: 300px minmax(0, 1fr);
    }

    html.hostget-register-page .hg-register-visual-inner {
        padding-right: 26px;
        padding-left: 26px;
    }

    html.hostget-register-page .hg-register-visual h1 {
        font-size: 34px;
    }
}


/* ================================================================
   HOSTGET — Logo e campos de e-mail/telefone do cadastro
   ================================================================ */
html.hostget-register-page .hg-register-brand img {
    width: 205px !important;
    max-width: 90% !important;
}

/* Mantém os campos da linha de contato com o mesmo tamanho */
html.hostget-register-page .hg-register-form input[type="email"],
html.hostget-register-page .hg-register-form input[name="email"],
html.hostget-register-page .hg-register-form input[type="tel"],
html.hostget-register-page .hg-register-form input[name="phonenumber"],
html.hostget-register-page .hg-register-form #inputPhone {
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    box-sizing: border-box !important;
    line-height: 1.2 !important;
}

/* Campo de e-mail */
html.hostget-register-page .hg-register-form .prepend-icon input[type="email"],
html.hostget-register-page .hg-register-form .prepend-icon input[name="email"] {
    padding: 0 16px 0 50px !important;
}

/* Campo de telefone: reserva espaço para bandeira, DDI e seta */
html.hostget-register-page .hg-register-form .intl-tel-input,
html.hostget-register-page .hg-register-form .iti {
    position: relative !important;
    display: block !important;
    width: 100% !important;
}

html.hostget-register-page .hg-register-form .intl-tel-input input[type="tel"],
html.hostget-register-page .hg-register-form .iti input[type="tel"],
html.hostget-register-page .hg-register-form input[name="phonenumber"],
html.hostget-register-page .hg-register-form #inputPhone {
    padding: 0 16px 0 112px !important;
    border: 1px solid #dce6f1 !important;
    border-radius: 12px !important;
    background: #fbfdff !important;
    color: #18263e !important;
}

/* Neutraliza o ícone genérico que fica sobre o telefone */
html.hostget-register-page .hg-register-form .prepend-icon:has(.intl-tel-input) > .field-icon,
html.hostget-register-page .hg-register-form .prepend-icon:has(.iti) > .field-icon,
html.hostget-register-page .hg-register-form .prepend-icon:has(input[type="tel"]) > .field-icon {
    display: none !important;
}

/* Área da bandeira e DDI */
html.hostget-register-page .hg-register-form .intl-tel-input .flag-container,
html.hostget-register-page .hg-register-form .intl-tel-input .selected-flag,
html.hostget-register-page .hg-register-form .iti__flag-container,
html.hostget-register-page .hg-register-form .iti__selected-flag {
    height: 52px !important;
}

html.hostget-register-page .hg-register-form .intl-tel-input .selected-flag,
html.hostget-register-page .hg-register-form .iti__selected-flag {
    display: flex !important;
    width: 96px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    padding: 0 10px !important;
    border-right: 1px solid #dce6f1 !important;
    border-radius: 12px 0 0 12px !important;
    background: #eef3f8 !important;
    box-sizing: border-box !important;
}

html.hostget-register-page .hg-register-form .iti__selected-dial-code {
    margin-left: 4px !important;
    color: #1f2f48 !important;
    font-size: 13px !important;
    font-weight: 650 !important;
}

html.hostget-register-page .hg-register-form .intl-tel-input .country-list,
html.hostget-register-page .hg-register-form .iti__country-list {
    z-index: 2147483500 !important;
    max-width: min(360px, 88vw) !important;
    border: 1px solid #dce6f1 !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 34px rgba(16, 46, 87, .16) !important;
}

/* Compatibilidade com versões antigas do plugin de telefone */
html.hostget-register-page .hg-register-form .intl-tel-input.separate-dial-code input,
html.hostget-register-page .hg-register-form .intl-tel-input.allow-dropdown input {
    padding-left: 112px !important;
}

@media (max-width: 1100px) and (min-width: 901px) {
    html.hostget-register-page .hg-register-brand img {
        width: 185px !important;
    }
}

@media (max-height: 820px) and (min-width: 901px) {
    html.hostget-register-page .hg-register-brand img {
        width: 175px !important;
    }
}

@media (max-width: 575.98px) {
    html.hostget-register-page .hg-register-brand img {
        width: 180px !important;
    }

    html.hostget-register-page .hg-register-form .intl-tel-input input[type="tel"],
    html.hostget-register-page .hg-register-form .iti input[type="tel"],
    html.hostget-register-page .hg-register-form input[name="phonenumber"],
    html.hostget-register-page .hg-register-form #inputPhone {
        padding-left: 104px !important;
    }

    html.hostget-register-page .hg-register-form .intl-tel-input .selected-flag,
    html.hostget-register-page .hg-register-form .iti__selected-flag {
        width: 90px !important;
    }
}


/* ================================================================
   HOSTGET — Gerador de senha e lista de e-mails
   ================================================================ */
html.hostget-register-page .hg-register-form .generate-password,
html.hostget-register-page .hg-register-form #btnGeneratePassword,
html.hostget-register-page .hg-register-form [data-action="generate-password"] {
    cursor: pointer !important;
    user-select: none;
}

html.hostget-register-page .hg-register-form .generate-password.hg-password-generated,
html.hostget-register-page .hg-register-form #btnGeneratePassword.hg-password-generated,
html.hostget-register-page .hg-register-form [data-action="generate-password"].hg-password-generated {
    border-color: #84d9ae !important;
    background: #eafaf2 !important;
    color: #138a50 !important;
}

html.hostget-register-page .hg-register-form .hg-marketing-original {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

html.hostget-register-page .hg-register-form .bootstrap-switch.hg-marketing-hidden {
    display: none !important;
}

html.hostget-register-page .hg-marketing-control {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

html.hostget-register-page .hg-marketing-switch {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 12px;
    padding: 7px 13px 7px 8px;
    border: 1px solid #d9e5f0;
    border-radius: 999px;
    background: #f8fbfe;
    color: #60708a;
    font-size: 12px;
    font-weight: 750;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
    transition:
        border-color .18s ease,
        background .18s ease,
        color .18s ease,
        transform .18s ease;
}

html.hostget-register-page .hg-marketing-switch:hover {
    border-color: #b7d5ee;
    background: #f1f8fe;
    color: #1879c9;
    transform: translateY(-1px);
}

html.hostget-register-page .hg-marketing-track {
    position: relative;
    display: inline-flex;
    width: 50px;
    height: 28px;
    flex: 0 0 50px;
    align-items: center;
    border-radius: 999px;
    background: #cbd7e3;
    transition: background .18s ease;
}

html.hostget-register-page .hg-marketing-knob {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 3px 8px rgba(22, 44, 74, .20);
    transition: transform .18s ease;
}

html.hostget-register-page .hg-marketing-switch[aria-checked="true"] {
    border-color: rgba(17, 181, 105, .28);
    background: #effbf5;
    color: #14894f;
}

html.hostget-register-page .hg-marketing-switch[aria-checked="true"] .hg-marketing-track {
    background: #18b56b;
}

html.hostget-register-page .hg-marketing-switch[aria-checked="true"] .hg-marketing-knob {
    transform: translateX(22px);
}

html.hostget-register-page .hg-marketing-label {
    min-width: 92px;
    text-align: left;
}


/* ================================================================
   HOSTGET — Visualização da senha no cadastro
   ================================================================ */
html.hostget-register-page .hg-register-form .hg-password-field-wrap {
    position: relative !important;
}

html.hostget-register-page .hg-register-form .hg-password-field-wrap input[type="password"],
html.hostget-register-page .hg-register-form .hg-password-field-wrap input[type="text"] {
    padding-right: 56px !important;
}

html.hostget-register-page .hg-register-form .hg-password-toggle {
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: 8;
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #8796aa;
    font-size: 15px;
    cursor: pointer;
    transform: translateY(-50%);
    transition:
        background .18s ease,
        color .18s ease,
        transform .18s ease;
}

html.hostget-register-page .hg-register-form .hg-password-toggle:hover {
    background: #eaf4fd;
    color: #087fe5;
}

html.hostget-register-page .hg-register-form .hg-password-toggle:focus-visible {
    outline: 3px solid rgba(8, 127, 229, .18);
    outline-offset: 1px;
}

html.hostget-register-page .hg-register-form .hg-password-toggle[aria-pressed="true"] {
    background: #eaf4fd;
    color: #087fe5;
}

html.hostget-register-page .hg-register-form .hg-password-toggle i {
    pointer-events: none;
}

/* ================================================================
   HOSTGET v2.2 — Catálogo e navegação entre grupos do carrinho
   ================================================================ */
html.hostget-store-page .hg-internal-card {
    overflow: visible !important;
}

html.hostget-store-page .hg-native-content {
    padding: 0 !important;
}

html.hostget-store-page .hg-store-catalog {
    width: 100%;
    margin: 0 !important;
    padding: clamp(22px, 3vw, 38px) !important;
    color: #12203a;
    background: transparent !important;
}

html.hostget-store-page .hg-store-group-browser {
    margin-bottom: 34px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5edf6;
}

html.hostget-store-page .hg-store-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 20px;
}

html.hostget-store-page .hg-store-overline {
    display: block;
    margin-bottom: 7px;
    color: #087fe5;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

html.hostget-store-page .hg-store-section-heading h2 {
    margin: 0 !important;
    color: #101d36 !important;
    font-size: clamp(25px, 2.5vw, 38px) !important;
    font-weight: 850 !important;
    line-height: 1.08;
    letter-spacing: -.04em;
}

html.hostget-store-page .hg-store-section-heading p {
    max-width: 760px;
    margin: 8px 0 0;
    color: #6d7c94;
    font-size: 13px;
    line-height: 1.6;
}

html.hostget-store-page .hg-store-group-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

html.hostget-store-page .hg-store-group-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 86px;
    align-items: center;
    gap: 12px;
    padding: 15px 42px 15px 15px;
    overflow: hidden;
    border: 1px solid #dfe9f3;
    border-radius: 16px;
    background: #fff;
    color: #293b58;
    text-decoration: none !important;
    box-shadow: 0 10px 26px rgba(4, 28, 70, .055);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

html.hostget-store-page .hg-store-group-card:hover {
    border-color: rgba(8, 127, 229, .35);
    background: #f8fcff;
    color: #087fe5;
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(4, 28, 70, .085);
}

html.hostget-store-page .hg-store-group-card.active {
    border-color: #0a91ff;
    background: linear-gradient(135deg, #078cf6, #0871e8);
    color: #fff;
    box-shadow: 0 16px 30px rgba(0, 118, 234, .22);
}

html.hostget-store-page .hg-store-group-icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #edf7ff;
    color: #0787ee;
    font-size: 17px;
}

html.hostget-store-page .hg-store-group-card.active .hg-store-group-icon {
    background: rgba(255, 255, 255, .16);
    color: #fff;
}

html.hostget-store-page .hg-store-group-copy {
    display: block;
    min-width: 0;
}

html.hostget-store-page .hg-store-group-copy strong,
html.hostget-store-page .hg-store-group-copy small {
    display: block;
}

html.hostget-store-page .hg-store-group-copy strong {
    overflow: hidden;
    color: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    text-overflow: ellipsis;
}

html.hostget-store-page .hg-store-group-copy small {
    margin-top: 4px;
    color: #8a97aa;
    font-size: 9px;
    font-weight: 650;
}

html.hostget-store-page .hg-store-group-card.active .hg-store-group-copy small {
    color: rgba(255, 255, 255, .72);
}

html.hostget-store-page .hg-store-group-arrow {
    position: absolute;
    right: 15px;
    color: #a5b4c7;
    font-size: 11px;
}

html.hostget-store-page .hg-store-group-card.active .hg-store-group-arrow,
html.hostget-store-page .hg-store-group-card:hover .hg-store-group-arrow {
    color: currentColor;
}

html.hostget-store-page .hg-store-products-section {
    min-width: 0;
}

html.hostget-store-page .hg-store-current-group {
    margin-bottom: 24px;
}

html.hostget-store-page .hg-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

html.hostget-store-page .hg-plan-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #dfe8f3;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(4, 28, 70, .07);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

html.hostget-store-page .hg-plan-card:hover {
    border-color: rgba(8, 127, 229, .33);
    transform: translateY(-3px);
    box-shadow: 0 20px 42px rgba(4, 28, 70, .11);
}

html.hostget-store-page .hg-plan-card-featured {
    border-color: #0794ff;
    box-shadow: 0 18px 40px rgba(0, 122, 240, .14);
}

html.hostget-store-page .hg-plan-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e91e2f;
    color: #fff;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .02em;
}

html.hostget-store-page .hg-plan-card-header {
    display: flex;
    min-height: 104px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 22px 20px 19px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: linear-gradient(135deg, #041532, #0a3c7a 72%, #0d58ae) !important;
    color: #fff !important;
}

html.hostget-store-page .hg-plan-card-header h3 {
    margin: 5px 0 0 !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 820 !important;
    line-height: 1.15;
    letter-spacing: -.025em;
}

html.hostget-store-page .hg-plan-index {
    color: #54c7ff;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

html.hostget-store-page .hg-plan-stock {
    margin-top: 30px;
    color: rgba(255, 255, 255, .72);
    font-size: 9px;
    white-space: nowrap;
}

html.hostget-store-page .hg-plan-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 20px;
}

html.hostget-store-page .hg-plan-description-source {
    color: #31415c;
    font-size: 12px;
    line-height: 1.55;
}

html.hostget-store-page .hg-plan-summary {
    min-height: 42px;
    margin: 0 0 17px;
    color: #15243d;
    font-size: 12px;
    font-weight: 760;
    line-height: 1.5;
}

html.hostget-store-page .hg-plan-feature-list {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

html.hostget-store-page .hg-plan-native-features {
    margin-top: 11px;
}

html.hostget-store-page .hg-plan-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0;
    color: #41516a;
    font-size: 11px;
    line-height: 1.45;
}

html.hostget-store-page .hg-plan-feature-list li i {
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    border-radius: 50%;
    background: #e8f8ef;
    color: #10a85f;
    font-size: 8px;
}

html.hostget-store-page .hg-plan-card-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 18px 20px 20px;
    border-top: 1px solid #e6edf5;
    background: #fbfdff;
}

html.hostget-store-page .hg-plan-price {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: baseline;
    column-gap: 6px;
    min-width: 0;
}

html.hostget-store-page .hg-plan-price-label {
    grid-column: 1 / -1;
    margin-bottom: 3px;
    color: #8b97aa;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

html.hostget-store-page .hg-plan-price strong {
    min-width: 0;
    color: #101d36;
    font-size: clamp(24px, 2.2vw, 32px);
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.045em;
    overflow-wrap: anywhere;
}

html.hostget-store-page .hg-plan-cycle {
    color: #687892;
    font-size: 10px;
    font-weight: 650;
}

html.hostget-store-page .hg-plan-price small {
    grid-column: 1 / -1;
    margin-top: 5px;
    color: #8b97aa;
    font-size: 9px;
}

html.hostget-store-page .hg-plan-order-button {
    display: inline-flex !important;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 15px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #0a9dff, #0878ef) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    box-shadow: 0 12px 24px rgba(0, 118, 234, .20) !important;
}

html.hostget-store-page .hg-plan-order-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(0, 118, 234, .26) !important;
}

html.hostget-store-page .hg-plan-order-button .fa-arrow-right {
    margin-left: auto;
    font-size: 9px;
}

@media (max-width: 1199.98px) {
    html.hostget-store-page .hg-store-group-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    html.hostget-store-page .hg-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    html.hostget-store-page .hg-store-catalog {
        padding: 18px 14px !important;
    }

    html.hostget-store-page .hg-store-group-grid,
    html.hostget-store-page .hg-plan-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    html.hostget-store-page .hg-store-group-card {
        min-height: 76px;
    }

    html.hostget-store-page .hg-plan-card-header {
        min-height: 94px;
        padding: 19px 17px 17px;
    }

    html.hostget-store-page .hg-plan-card-body,
    html.hostget-store-page .hg-plan-card-footer {
        padding-right: 17px;
        padding-left: 17px;
    }
}


/* ================================================================
   HOSTGET — Jornada completa de tickets
   ================================================================ */
html.hostget-ticket-page .hg-internal-card {
    background:
        radial-gradient(circle at 100% 0%, rgba(19, 151, 255, .055), transparent 28%),
        #ffffff;
}

html.hostget-ticket-page .hg-native-content {
    padding: 32px;
}

html.hostget-ticket-page .hg-ticket-service-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 24px;
    overflow: hidden;
    border: 1px solid #dce8f4;
    border-radius: 18px;
    background: linear-gradient(135deg, #071a3d 0%, #0a326d 100%);
    box-shadow: 0 14px 34px rgba(4, 28, 70, .10);
}

html.hostget-ticket-page .hg-ticket-service-item {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 13px;
    padding: 18px 20px;
    border-right: 1px solid rgba(255,255,255,.10);
}

html.hostget-ticket-page .hg-ticket-service-item:last-child {
    border-right: 0;
}

html.hostget-ticket-page .hg-ticket-service-item > span {
    display: inline-flex;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(15, 158, 255, .16);
    color: #27bdff;
    font-size: 16px;
}

html.hostget-ticket-page .hg-ticket-service-item strong,
html.hostget-ticket-page .hg-ticket-service-item small {
    display: block;
}

html.hostget-ticket-page .hg-ticket-service-item strong {
    color: #ffffff;
    font-size: 12px;
    font-weight: 820;
}

html.hostget-ticket-page .hg-ticket-service-item small {
    margin-top: 4px;
    color: rgba(216, 235, 255, .64);
    font-size: 10px;
    line-height: 1.45;
}

/* Seleção de departamento */
html.hostget-ticket-page .hg-ticket-step-one {
    padding: 0;
}

html.hostget-ticket-page .hg-ticket-step-one > .card,
html.hostget-ticket-page .hg-ticket-step-one > .panel {
    border: 0 !important;
    box-shadow: none !important;
}

html.hostget-ticket-page .hg-ticket-step-one h2,
html.hostget-ticket-page .hg-ticket-step-one h3 {
    margin-bottom: 8px !important;
    font-size: 24px !important;
}

html.hostget-ticket-page .hg-ticket-step-one h2 + p,
html.hostget-ticket-page .hg-ticket-step-one h3 + p {
    margin-bottom: 24px;
    color: #718097;
}

html.hostget-ticket-page .hg-ticket-department-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px !important;
    margin: 0 !important;
}

html.hostget-ticket-page .hg-ticket-department-card {
    position: relative;
    min-width: 0;
    margin: 0 !important;
    padding: 20px 54px 20px 20px !important;
    overflow: hidden;
    border: 1px solid #dce7f3 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 28px rgba(12, 42, 82, .055) !important;
    transition:
        border-color .18s ease,
        box-shadow .18s ease,
        transform .18s ease;
}

html.hostget-ticket-page .hg-ticket-department-card::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: linear-gradient(180deg, #17b7ff, #087cf2);
    content: "";
}

html.hostget-ticket-page .hg-ticket-department-card:hover {
    border-color: rgba(8, 135, 242, .38) !important;
    box-shadow: 0 16px 34px rgba(5, 106, 207, .12) !important;
    transform: translateY(-2px);
}

html.hostget-ticket-page .hg-ticket-department-card i:not(.hg-ticket-department-arrow i) {
    color: #148fe6 !important;
}

html.hostget-ticket-page .hg-ticket-department-link {
    color: #16355f !important;
    font-size: 17px !important;
    font-weight: 820 !important;
    text-decoration: none !important;
}

html.hostget-ticket-page .hg-ticket-department-card p,
html.hostget-ticket-page .hg-ticket-department-card small {
    margin: 7px 0 0 !important;
    color: #718097 !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
}

html.hostget-ticket-page .hg-ticket-department-arrow {
    position: absolute;
    top: 50%;
    right: 18px;
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #edf7ff;
    color: #0787f6;
    transform: translateY(-50%);
}

/* Cabeçalho e formulário de abertura */
html.hostget-ticket-page .hg-ticket-form-heading,
html.hostget-ticket-page .hg-ticket-conversation-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    padding: 18px 20px;
    border: 1px solid #dce8f4;
    border-radius: 16px;
    background: #f7fbff;
}

html.hostget-ticket-page .hg-ticket-form-icon,
html.hostget-ticket-page .hg-ticket-conversation-heading > span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: linear-gradient(135deg, #13a6ff, #0875f3);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(8, 117, 243, .18);
}

html.hostget-ticket-page .hg-ticket-form-heading strong,
html.hostget-ticket-page .hg-ticket-form-heading small,
html.hostget-ticket-page .hg-ticket-conversation-heading strong,
html.hostget-ticket-page .hg-ticket-conversation-heading small {
    display: block;
}

html.hostget-ticket-page .hg-ticket-form-heading strong,
html.hostget-ticket-page .hg-ticket-conversation-heading strong {
    color: #132441;
    font-size: 14px;
    font-weight: 820;
}

html.hostget-ticket-page .hg-ticket-form-heading small,
html.hostget-ticket-page .hg-ticket-conversation-heading small {
    margin-top: 4px;
    color: #7b899e;
    font-size: 11px;
}

html.hostget-ticket-page .hg-ticket-step-two .form-control,
html.hostget-ticket-page .hg-ticket-step-two .custom-select,
html.hostget-ticket-page .hg-ticket-step-two input[type="text"],
html.hostget-ticket-page .hg-ticket-step-two input[type="email"],
html.hostget-ticket-page .hg-ticket-step-two select,
html.hostget-ticket-page .hg-ticket-step-two textarea {
    min-height: 50px;
    border: 1px solid #dce7f2 !important;
    border-radius: 12px !important;
    background: #fbfdff !important;
    color: #1c2d47 !important;
    box-shadow: none !important;
}

html.hostget-ticket-page .hg-ticket-step-two textarea {
    min-height: 170px !important;
    padding: 14px !important;
    line-height: 1.65;
}

html.hostget-ticket-page .hg-ticket-step-two .form-control:focus,
html.hostget-ticket-page .hg-ticket-step-two input:focus,
html.hostget-ticket-page .hg-ticket-step-two select:focus,
html.hostget-ticket-page .hg-ticket-step-two textarea:focus {
    border-color: #168ff4 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(22, 143, 244, .10) !important;
}

html.hostget-ticket-page .hg-ticket-step-two label {
    margin-bottom: 7px;
    color: #34465f;
    font-size: 12px;
    font-weight: 760;
}

html.hostget-ticket-page .hg-ticket-attachment {
    padding: 16px;
    border: 1px dashed #bdd7ec;
    border-radius: 13px;
    background: #f5faff;
}

html.hostget-ticket-page .hg-ticket-submit-button,
html.hostget-ticket-page .hg-ticket-step-two .btn-primary {
    min-height: 48px;
    padding: 0 22px;
    border: 0 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #13a6ff, #0875f3) !important;
    color: #ffffff !important;
    font-weight: 800;
    box-shadow: 0 13px 26px rgba(8, 117, 243, .22);
}

/* Central/listagem */
html.hostget-ticket-page .hg-ticket-overview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
    padding: 18px 20px;
    border: 1px solid #dce8f4;
    border-radius: 16px;
    background: #f7fbff;
}

html.hostget-ticket-page .hg-ticket-overview > div {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    column-gap: 13px;
}

html.hostget-ticket-page .hg-ticket-overview > div > span {
    grid-row: 1 / span 2;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #e6f5ff;
    color: #0787f6;
}

html.hostget-ticket-page .hg-ticket-overview strong,
html.hostget-ticket-page .hg-ticket-overview small {
    display: block;
}

html.hostget-ticket-page .hg-ticket-overview strong {
    color: #162742;
    font-size: 14px;
    font-weight: 820;
}

html.hostget-ticket-page .hg-ticket-overview small {
    margin-top: 3px;
    color: #7a889c;
    font-size: 11px;
}

html.hostget-ticket-page .hg-ticket-overview > a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 8px;
    padding: 0 15px;
    border-radius: 11px;
    background: #087ff1;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

html.hostget-ticket-page .hg-ticket-list-page .table {
    border-radius: 16px !important;
}

html.hostget-ticket-page .hg-ticket-list-page .table thead th {
    background: #eef6fd !important;
    color: #50637e !important;
}

html.hostget-ticket-page .hg-ticket-list-page .table tbody td {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
}

html.hostget-ticket-page .hg-ticket-status-pill {
    padding: 6px 10px !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
}

/* Conversa e respostas */
html.hostget-ticket-page .hg-ticket-message {
    margin-bottom: 16px !important;
    overflow: hidden;
    border: 1px solid #dce7f2 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 9px 24px rgba(12, 42, 82, .055) !important;
}

html.hostget-ticket-page .hg-ticket-message-staff {
    border-left: 4px solid #0787f6 !important;
}

html.hostget-ticket-page .hg-ticket-message-client {
    border-left: 4px solid #78a6ca !important;
}

html.hostget-ticket-page .hg-ticket-view-page textarea,
html.hostget-ticket-page .hg-ticket-reply-field {
    min-height: 155px !important;
    border-radius: 13px !important;
}

/* Confirmação */
html.hostget-ticket-page .hg-ticket-success-banner {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
    padding: 20px;
    border: 1px solid #cdebdc;
    border-radius: 16px;
    background: #f1fcf6;
}

html.hostget-ticket-page .hg-ticket-success-banner > span {
    display: inline-flex;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #19b66d;
    color: #ffffff;
}

html.hostget-ticket-page .hg-ticket-success-banner strong {
    color: #18573b;
    font-size: 15px;
    font-weight: 830;
}

html.hostget-ticket-page .hg-ticket-success-banner p {
    margin: 4px 0 0;
    color: #59806b;
    font-size: 12px;
}

html.hostget-ticket-page .hg-ticket-info-banner {
    border-color: #cfe4f5;
    background: #f4faff;
}

html.hostget-ticket-page .hg-ticket-info-banner > span {
    background: #0787f6;
}

html.hostget-ticket-page .hg-ticket-info-banner strong {
    color: #173d68;
}

html.hostget-ticket-page .hg-ticket-info-banner p {
    color: #69819a;
}

@media (max-width: 991.98px) {
    html.hostget-ticket-page .hg-ticket-service-strip {
        grid-template-columns: 1fr;
    }

    html.hostget-ticket-page .hg-ticket-service-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.10);
    }

    html.hostget-ticket-page .hg-ticket-service-item:last-child {
        border-bottom: 0;
    }

    html.hostget-ticket-page .hg-ticket-department-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    html.hostget-ticket-page .hg-native-content {
        padding: 17px;
    }

    html.hostget-ticket-page .hg-ticket-service-item {
        padding: 15px;
    }

    html.hostget-ticket-page .hg-ticket-overview {
        align-items: stretch;
        flex-direction: column;
    }

    html.hostget-ticket-page .hg-ticket-overview > a {
        justify-content: center;
    }

    html.hostget-ticket-page .hg-ticket-department-card {
        padding: 17px 48px 17px 16px !important;
    }
}


/* ================================================================
   HOSTGET — Página de status dos serviços
   ================================================================ */
html.hostget-status-page .hg-internal-card {
    background:
        radial-gradient(circle at 100% 0%, rgba(20, 155, 255, .055), transparent 30%),
        #ffffff;
}

html.hostget-status-page .hg-native-content {
    padding: 30px;
}

html.hostget-status-page .hg-status-hero {
    display: flex;
    min-height: 154px;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    margin-bottom: 20px;
    padding: 26px 28px;
    overflow: hidden;
    border-radius: 20px;
    background:
        radial-gradient(circle at 88% 22%, rgba(21, 165, 255, .28), transparent 25%),
        linear-gradient(135deg, #04142f 0%, #082c61 62%, #0d4e93 100%);
    box-shadow: 0 18px 40px rgba(4, 30, 74, .14);
}

html.hostget-status-page .hg-status-hero-copy {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 18px;
}

html.hostget-status-page .hg-status-hero-icon {
    display: inline-flex;
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: rgba(17, 157, 255, .16);
    color: #30c1ff;
    font-size: 24px;
}

html.hostget-status-page .hg-status-label {
    display: block;
    margin-bottom: 7px;
    color: #31c1ff;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 1.35px;
}

html.hostget-status-page .hg-status-hero h2 {
    margin: 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: 850;
    line-height: 1.15;
}

html.hostget-status-page .hg-status-hero p {
    max-width: 650px;
    margin: 8px 0 0;
    color: rgba(220, 237, 255, .72);
    font-size: 12px;
    line-height: 1.6;
}

html.hostget-status-page .hg-status-monitoring {
    display: flex;
    min-width: 260px;
    align-items: center;
    gap: 12px;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 15px;
    background: rgba(2, 19, 45, .34);
}

html.hostget-status-page .hg-status-pulse {
    position: relative;
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    border-radius: 50%;
    background: #2be487;
    box-shadow: 0 0 0 5px rgba(43, 228, 135, .12);
}

html.hostget-status-page .hg-status-pulse::after {
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(43, 228, 135, .42);
    border-radius: 50%;
    content: "";
    animation: hgStatusPulse 1.8s infinite ease-out;
}

@keyframes hgStatusPulse {
    0% { opacity: .85; transform: scale(.72); }
    100% { opacity: 0; transform: scale(1.55); }
}

html.hostget-status-page .hg-status-monitoring strong,
html.hostget-status-page .hg-status-monitoring small {
    display: block;
}

html.hostget-status-page .hg-status-monitoring strong {
    color: #ffffff;
    font-size: 12px;
    font-weight: 820;
}

html.hostget-status-page .hg-status-monitoring small {
    margin-top: 4px;
    color: rgba(215, 235, 255, .62);
    font-size: 9.5px;
}

html.hostget-status-page .hg-status-feature-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #dce8f4;
    border-radius: 17px;
    background: #f7fbff;
}

html.hostget-status-page .hg-status-feature-strip > div {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    column-gap: 12px;
    padding: 16px 18px;
    border-right: 1px solid #e2ebf4;
}

html.hostget-status-page .hg-status-feature-strip > div:last-child {
    border-right: 0;
}

html.hostget-status-page .hg-status-feature-strip span {
    grid-row: 1 / span 2;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #e8f6ff;
    color: #0787f6;
}

html.hostget-status-page .hg-status-feature-strip strong,
html.hostget-status-page .hg-status-feature-strip small {
    display: block;
}

html.hostget-status-page .hg-status-feature-strip strong {
    color: #21324d;
    font-size: 11px;
    font-weight: 810;
}

html.hostget-status-page .hg-status-feature-strip small {
    margin-top: 3px;
    color: #78889e;
    font-size: 9.5px;
}

html.hostget-status-page .hg-status-filter-tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 7px;
    overflow-x: auto;
    border: 1px solid #dce7f2;
    border-radius: 14px;
    background: #f7fafc;
    scrollbar-width: thin;
}

html.hostget-status-page .hg-status-filter-link {
    display: inline-flex;
    min-height: 38px;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    padding: 0 13px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #596b84;
    font-size: 10.5px;
    font-weight: 780;
    text-decoration: none;
    transition:
        border-color .18s ease,
        background .18s ease,
        color .18s ease;
}

html.hostget-status-page .hg-status-filter-link:hover,
html.hostget-status-page .hg-status-filter-link.active {
    border-color: #cee4f6;
    background: #ffffff;
    color: #087fe9;
}

html.hostget-status-page .hg-status-filter-link b {
    display: inline-flex;
    min-width: 21px;
    height: 21px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e9f4fc;
    color: #087fe9;
    font-size: 9px;
}

html.hostget-status-page .hg-status-filter-rss {
    margin-left: auto;
}

html.hostget-status-page .hg-status-native {
    color: #20314b;
}

html.hostget-status-page .hg-status-original-sidebar {
    display: none !important;
}

html.hostget-status-page .hg-status-main-column {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

html.hostget-status-page .hg-status-native > .row,
html.hostget-status-page .hg-status-native .row {
    margin-right: 0;
    margin-left: 0;
}

html.hostget-status-page .hg-status-alert {
    display: flex;
    min-height: 68px;
    align-items: center;
    margin-bottom: 18px !important;
    padding: 18px 20px 18px 58px !important;
    border: 1px solid #d8e7f2 !important;
    border-radius: 15px !important;
    background: #f7fbfe !important;
    color: #334961 !important;
    font-size: 13px !important;
    font-weight: 720;
    box-shadow: none !important;
}

html.hostget-status-page .hg-status-alert::before {
    position: absolute;
    left: 20px;
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #dcecf8;
    color: #347aa8;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    content: "\f05a";
}

html.hostget-status-page .hg-status-alert {
    position: relative;
}

html.hostget-status-page .hg-status-alert-operational {
    border-color: #cbead9 !important;
    background: #f0fbf5 !important;
    color: #27724b !important;
}

html.hostget-status-page .hg-status-alert-operational::before {
    background: #d9f5e6;
    color: #16a561;
    content: "\f00c";
}

html.hostget-status-page .hg-status-empty-message {
    margin: 18px 0 !important;
    padding: 24px !important;
    border: 1px dashed #cfe0ee;
    border-radius: 14px;
    background: #fbfdff;
    color: #6f7f94 !important;
    font-size: 13px !important;
    text-align: center;
}

html.hostget-status-page .hg-status-native-card,
html.hostget-status-page .hg-status-native .panel,
html.hostget-status-page .hg-status-native .card {
    overflow: hidden;
    border: 1px solid #dce7f2 !important;
    border-radius: 15px !important;
    box-shadow: 0 9px 26px rgba(12, 42, 82, .05) !important;
}

html.hostget-status-page .hg-status-native .panel-heading,
html.hostget-status-page .hg-status-native .card-header {
    border-bottom: 1px solid #e1eaf3 !important;
    background: #f5f9fc !important;
    color: #253853 !important;
    font-weight: 800;
}

html.hostget-status-page .hg-status-table-wrap,
html.hostget-status-page .hg-status-native .table-responsive {
    overflow: hidden;
    border: 1px solid #dce7f2;
    border-radius: 15px;
}

html.hostget-status-page .hg-status-table {
    margin: 0 !important;
    border: 0 !important;
}

html.hostget-status-page .hg-status-table thead th {
    padding: 14px 15px !important;
    border-bottom: 1px solid #dce7f2 !important;
    background: #eef6fd !important;
    color: #536681 !important;
    font-size: 10px !important;
    font-weight: 850 !important;
    letter-spacing: .25px;
    text-transform: uppercase;
}

html.hostget-status-page .hg-status-table tbody td {
    padding: 15px !important;
    border-color: #e7eef5 !important;
    color: #33465f;
    font-size: 11.5px;
}

html.hostget-status-page .hg-status-native-button,
html.hostget-status-page .hg-status-native .btn {
    min-height: 39px;
    padding: 0 14px;
    border: 1px solid #d6e4ef !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #5e7088 !important;
    font-size: 10.5px;
    font-weight: 760;
    box-shadow: none !important;
}

html.hostget-status-page .hg-status-native-button:hover,
html.hostget-status-page .hg-status-native .btn:hover {
    border-color: #bcdcf4 !important;
    color: #087fe9 !important;
}

html.hostget-status-page .hg-status-pagination {
    gap: 6px;
}

html.hostget-status-page .hg-status-pagination > li > a,
html.hostget-status-page .hg-status-pagination > li > span {
    border-radius: 9px !important;
}

@media (max-width: 991.98px) {
    html.hostget-status-page .hg-status-hero {
        align-items: stretch;
        flex-direction: column;
    }

    html.hostget-status-page .hg-status-monitoring {
        min-width: 0;
    }

    html.hostget-status-page .hg-status-feature-strip {
        grid-template-columns: 1fr;
    }

    html.hostget-status-page .hg-status-feature-strip > div {
        border-right: 0;
        border-bottom: 1px solid #e2ebf4;
    }

    html.hostget-status-page .hg-status-feature-strip > div:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    html.hostget-status-page .hg-native-content {
        padding: 17px;
    }

    html.hostget-status-page .hg-status-hero {
        min-height: 0;
        padding: 20px;
    }

    html.hostget-status-page .hg-status-hero-copy {
        align-items: flex-start;
    }

    html.hostget-status-page .hg-status-hero-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        border-radius: 14px;
        font-size: 18px;
    }

    html.hostget-status-page .hg-status-hero h2 {
        font-size: 20px;
    }

    html.hostget-status-page .hg-status-filter-rss {
        margin-left: 0;
    }
}
