@font-face {
  font-family: "Satoshi";
  src: url("../fonts/satoshi-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

:root,
[data-bs-theme="light"] {
  --bs-font-sans-serif: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-color: #1a1a1a;
  --bs-body-bg: #fafafa;
  --bs-primary: #457bff;
  --bs-primary-rgb: 69, 123, 255;
  --bs-secondary-color: #68687a;
  --bs-border-color: #e9e8f3;
  --bs-border-radius: 12px;
  --bs-border-radius-lg: 18px;
  --hostna-ink: #1a1a1a;
  --hostna-muted: #68687a;
  --hostna-blue: #457bff;
  --hostna-violet: #7c33ff;
  --hostna-border: #e9e8f3;
  --hostna-shadow: 0 24px 70px rgba(42, 35, 101, 0.1);
}

html {
  min-height: 100%;
  background: #fafafa;
}

body.hostna-billing {
  min-height: 100vh;
  color: var(--hostna-ink);
  background:
    radial-gradient(circle at 10% 12%, rgba(124, 51, 255, 0.09), transparent 30rem),
    radial-gradient(circle at 88% 22%, rgba(69, 123, 255, 0.09), transparent 28rem),
    #fafafa;
  font-family: var(--bs-font-sans-serif);
  -webkit-font-smoothing: antialiased;
}

.hostna-billing a {
  text-underline-offset: 0.2em;
}

.hostna-billing-bar {
  min-height: 34px;
  padding: 7px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  background: #050507;
  font-size: 12px;
  letter-spacing: 0.01em;
  text-align: center;
}

.hostna-billing-top {
  width: min(calc(100% - 48px), 1240px);
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.hostna-wordmark,
.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--hostna-ink) !important;
  font-size: 24px;
  font-weight: 780;
  letter-spacing: -0.045em;
  text-decoration: none;
}

.hostna-wordmark::before,
.navbar-brand::before {
  width: 8px;
  height: 27px;
  display: inline-block;
  content: "";
  background: linear-gradient(180deg, #457bff, #6c5cff);
  border-radius: 7px;
  box-shadow:
    10px 5px 0 0 #6b5dff,
    20px -2px 0 0 #7c33ff;
}

.hostna-back-site {
  padding: 9px 14px;
  color: #4f4e60;
  background: #fff;
  border: 1px solid var(--hostna-border);
  border-radius: 9px;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.hostna-back-site:hover {
  color: var(--hostna-violet);
  border-color: rgba(124, 51, 255, 0.32);
}

.hostna-billing > .container {
  width: min(calc(100% - 48px), 1240px);
  max-width: none;
}

.hostna-billing header {
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(233, 232, 243, 0.9);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 12px 34px rgba(42, 35, 101, 0.06);
  backdrop-filter: blur(18px);
}

.hostna-billing .navbar {
  min-height: 78px;
  padding: 14px 22px !important;
}

.hostna-billing .navbar-brand img {
  display: none !important;
}

.hostna-billing .navbar-brand::after {
  content: "Hostna";
}

.hostna-billing .navbar-brand span {
  display: none !important;
}

.hostna-billing .nav-link {
  color: #4f4e60;
  font-weight: 630;
}

.hostna-billing .nav-link:hover,
.hostna-billing .nav-link.active {
  color: var(--hostna-violet);
}

.hostna-billing .form-select,
.hostna-billing .form-control {
  min-height: 46px;
  border-color: var(--hostna-border);
  border-radius: 10px;
  box-shadow: none;
}

.hostna-billing .form-control:focus,
.hostna-billing .form-select:focus {
  border-color: rgba(69, 123, 255, 0.7);
  box-shadow: 0 0 0 4px rgba(69, 123, 255, 0.12);
}

.hostna-billing .btn {
  min-height: 42px;
  padding: 9px 17px;
  border-radius: 9px;
  font-weight: 680;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hostna-billing .btn:hover {
  transform: translateY(-1px);
}

.hostna-billing .btn-primary,
.hostna-billing .bg-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--hostna-blue), #6b5dff) !important;
  border-color: transparent !important;
  box-shadow: 0 12px 26px rgba(69, 123, 255, 0.22);
}

.hostna-billing .btn-dark,
.hostna-billing .bg-dark {
  color: #fff;
  background: var(--hostna-ink) !important;
  border-color: var(--hostna-ink) !important;
}

.hostna-billing .btn-outline-primary {
  color: var(--hostna-blue);
  border-color: rgba(69, 123, 255, 0.42);
}

.hostna-billing .card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--hostna-border);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(42, 35, 101, 0.07);
}

.hostna-billing .card-header {
  min-height: 58px;
  padding: 17px 20px;
  color: var(--hostna-ink);
  background: linear-gradient(135deg, #faf9ff, #f6f8ff);
  border-bottom-color: var(--hostna-border);
  font-weight: 720;
}

.hostna-billing .card-body {
  padding: 22px;
}

.hostna-billing .content-block > .row > [class*="col-"] > .card,
.hostna-billing .row-cards > [class*="col-"] > .card {
  height: 100%;
}

.hostna-billing #sidebarMenu {
  padding: 11px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--hostna-border);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(42, 35, 101, 0.06);
}

.hostna-billing #sidebarMenu .nav-link {
  min-height: 44px;
  margin: 2px 0;
  padding: 10px 12px;
  border-radius: 9px;
}

.hostna-billing #sidebarMenu .nav-link.active,
.hostna-billing #sidebarMenu .offcanvas-item.active .nav-link {
  color: #fff;
  background: linear-gradient(135deg, var(--hostna-blue), #6b5dff);
}

.hostna-billing .breadcrumb {
  padding: 11px 15px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--hostna-border);
  border-radius: 10px;
}

.hostna-billing .table {
  --bs-table-bg: transparent;
  overflow: hidden;
  border-color: var(--hostna-border);
}

.hostna-billing .badge {
  padding: 0.45em 0.7em;
  border-radius: 999px;
  font-weight: 680;
}

.hostna-billing #footer {
  margin-top: 40px !important;
  padding: 20px;
  color: #77768a !important;
  border-top: 1px solid var(--hostna-border);
}

.hostna-billing--public {
  display: flex;
  flex-direction: column;
}

.hostna-billing--public .page {
  flex: 1 0 auto;
  padding: 54px 20px;
}

.hostna-billing--public .container-tight {
  width: min(100%, 460px);
}

.hostna-billing--public .card-md {
  border-radius: 22px;
  box-shadow: var(--hostna-shadow);
}

.hostna-billing--public h1,
.hostna-billing--public h2,
.hostna-billing--public .h1 {
  color: var(--hostna-ink);
  font-weight: 760;
  letter-spacing: -0.035em;
}

.hostna-billing--public .text-secondary {
  color: var(--hostna-muted) !important;
}

.hostna-billing .alert {
  border: 0;
  border-radius: 12px;
}

@media (max-width: 767.98px) {
  .hostna-billing-bar {
    min-height: 32px;
    padding-inline: 16px;
    font-size: 11px;
  }

  .hostna-billing > .container,
  .hostna-billing-top {
    width: min(calc(100% - 28px), 1240px);
  }

  .hostna-billing-top {
    min-height: 68px;
  }

  .hostna-wordmark,
  .navbar-brand {
    font-size: 21px;
  }

  .hostna-billing .navbar {
    min-height: 68px;
    padding-inline: 14px !important;
  }

  .hostna-billing .card-body {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ========================================================================== 
   Hostna Signal System 3.0 - deep-space customer application
   ========================================================================== */

:root,
[data-bs-theme="light"] {
  --bs-body-color: #c5cee2;
  --bs-body-bg: #050711;
  --bs-primary: #3ddcff;
  --bs-primary-rgb: 61, 220, 255;
  --bs-secondary-color: #8794b2;
  --bs-border-color: rgba(147, 177, 255, 0.16);
  --hostna-ink: #f6f8ff;
  --hostna-muted: #8794b2;
  --hostna-blue: #5682ff;
  --hostna-violet: #8d68ff;
  --hostna-cyan: #3ddcff;
  --hostna-green: #4fffb0;
  --hostna-border: rgba(147, 177, 255, 0.16);
  --hostna-surface: #0d1426;
  --hostna-surface-strong: #111a31;
  --hostna-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

html {
  color-scheme: dark;
  background: #050711;
}

body.hostna-billing {
  color: #c5cee2;
  background:
    linear-gradient(rgba(120, 145, 210, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 145, 210, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 9% 10%, rgba(86, 130, 255, 0.14), transparent 30rem),
    radial-gradient(circle at 91% 19%, rgba(141, 104, 255, 0.14), transparent 32rem),
    #050711;
  background-size: 64px 64px, 64px 64px, auto, auto, auto;
}

.hostna-billing h1,
.hostna-billing h2,
.hostna-billing h3,
.hostna-billing h4,
.hostna-billing h5,
.hostna-billing h6,
.hostna-billing strong,
.hostna-billing b,
.hostna-billing .card-title {
  color: #f6f8ff;
}

.hostna-billing p,
.hostna-billing small,
.hostna-billing .text-muted,
.hostna-billing .text-secondary {
  color: #8794b2 !important;
}

.hostna-billing a:not(.btn) {
  color: #9fbaff;
}

.hostna-billing a:not(.btn):hover {
  color: #3ddcff;
}

.hostna-billing :focus-visible {
  outline: 3px solid #3ddcff;
  outline-offset: 3px;
  box-shadow: 0 0 0 7px rgba(61, 220, 255, 0.15) !important;
}

.hostna-billing-bar {
  color: #afbdd8;
  background: #03050b;
  border-bottom: 1px solid rgba(141, 104, 255, 0.18);
}

.hostna-billing-bar::before {
  width: 7px;
  height: 7px;
  margin-right: 9px;
  content: "";
  background: #4fffb0;
  border-radius: 50%;
  box-shadow: 0 0 14px #4fffb0;
}

.hostna-billing header,
.hostna-billing-top {
  color: #c5cee2;
  background: rgba(7, 10, 20, 0.84);
  border-color: rgba(147, 177, 255, 0.16);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(24px) saturate(140%);
}

.hostna-billing-top {
  width: min(calc(100% - 48px), 1320px);
  min-height: 84px;
  padding-inline: 22px;
  border-right: 1px solid rgba(147, 177, 255, 0.16);
  border-bottom: 1px solid rgba(147, 177, 255, 0.16);
  border-left: 1px solid rgba(147, 177, 255, 0.16);
  border-radius: 0 0 18px 18px;
}

.hostna-wordmark,
.navbar-brand,
.hostna-billing .navbar-brand {
  color: #f6f8ff !important;
}

.hostna-wordmark::before,
.navbar-brand::before {
  background: linear-gradient(180deg, #3ddcff, #5682ff);
  box-shadow:
    10px 5px 0 0 #5682ff,
    20px -2px 0 0 #8d68ff,
    0 0 22px rgba(61, 220, 255, 0.28);
}

.hostna-back-site,
.hostna-public-actions__primary,
.hostna-shell-shortcuts a {
  color: #dce5f8 !important;
  background: rgba(13, 20, 38, 0.78);
  border-color: rgba(147, 177, 255, 0.16);
}

.hostna-public-actions__primary {
  color: #06131d !important;
  background: linear-gradient(135deg, #3ddcff, #76a4ff 60%, #9b77ff);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 12px 32px rgba(61, 220, 255, 0.17);
}

.hostna-billing .nav-link,
.hostna-billing .navbar-nav .nav-link {
  color: #9eacc9;
}

.hostna-billing .nav-link:hover,
.hostna-billing .nav-link.active,
.hostna-billing .navbar-nav .nav-link.active {
  color: #3ddcff;
  background: rgba(61, 220, 255, 0.07);
}

.hostna-billing .navbar-toggler {
  min-width: 46px;
  min-height: 46px;
  color: #f6f8ff;
  border-color: rgba(147, 177, 255, 0.2);
}

.hostna-billing .dropdown-menu,
.hostna-billing .offcanvas,
.hostna-billing .modal-content {
  color: #c5cee2;
  background: rgba(9, 13, 26, 0.98);
  border: 1px solid rgba(147, 177, 255, 0.18);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
}

.hostna-billing .dropdown-item { color: #c5cee2; }
.hostna-billing .dropdown-item:hover { color: #f6f8ff; background: rgba(86, 130, 255, 0.11); }

.hostna-billing .form-control,
.hostna-billing .form-select,
.hostna-billing .input-group-text,
.hostna-billing textarea {
  min-height: 48px;
  color: #f6f8ff;
  background: rgba(4, 7, 15, 0.82);
  border-color: rgba(147, 177, 255, 0.2);
}

.hostna-billing .form-control::placeholder,
.hostna-billing textarea::placeholder {
  color: #687694;
}

.hostna-billing .form-control:focus,
.hostna-billing .form-select:focus,
.hostna-billing textarea:focus {
  color: #f6f8ff;
  background: rgba(5, 9, 18, 0.96);
  border-color: rgba(61, 220, 255, 0.78);
  box-shadow: 0 0 0 4px rgba(61, 220, 255, 0.12);
}

.hostna-billing .btn {
  min-height: 44px;
  border-radius: 11px;
}

.hostna-billing .btn-primary {
  color: #06131d;
  background: linear-gradient(135deg, #3ddcff, #75a5ff 58%, #9b77ff);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 32px rgba(61, 220, 255, 0.18);
}

.hostna-billing :is(.btn-light, .btn-dark, .btn-secondary, .btn-outline-secondary, .btn-outline-info) {
  color: #dce5f8;
  background: rgba(13, 20, 38, 0.82);
  border-color: rgba(147, 177, 255, 0.2);
}

.hostna-billing .btn:hover {
  border-color: rgba(61, 220, 255, 0.5);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3);
}

.hostna-billing .card,
.hostna-billing .list-group-item,
.hostna-billing .accordion-item {
  color: #c5cee2;
  background:
    linear-gradient(145deg, rgba(86, 130, 255, 0.04), transparent 56%),
    rgba(13, 20, 38, 0.78);
  border-color: rgba(147, 177, 255, 0.16);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.hostna-billing .card-header,
.hostna-billing .card-footer,
.hostna-billing .modal-header,
.hostna-billing .modal-footer {
  color: #f6f8ff;
  background: rgba(7, 11, 22, 0.46);
  border-color: rgba(147, 177, 255, 0.14);
}

.hostna-billing .table {
  --bs-table-color: #c5cee2;
  --bs-table-bg: transparent;
  --bs-table-striped-color: #c5cee2;
  --bs-table-striped-bg: rgba(86, 130, 255, 0.045);
  --bs-table-hover-color: #f6f8ff;
  --bs-table-hover-bg: rgba(61, 220, 255, 0.07);
  color: #c5cee2;
  border-color: rgba(147, 177, 255, 0.14);
}

.hostna-billing .table thead th {
  color: #f6f8ff;
  background: rgba(86, 130, 255, 0.08);
}

.hostna-billing .badge {
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Public authentication */

.hostna-billing--public .hostna-auth-wrap {
  padding-top: clamp(56px, 8vw, 104px);
  padding-bottom: clamp(64px, 9vw, 120px);
}

.hostna-billing--public .hostna-auth-shell {
  max-width: 1320px;
  background: rgba(8, 12, 24, 0.76);
  border: 1px solid rgba(61, 220, 255, 0.2);
  border-radius: 36px 12px 36px 12px;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(24px);
}

.hostna-billing--public .hostna-auth-story {
  color: #c5cee2;
  background:
    radial-gradient(circle at 30% 24%, rgba(61, 220, 255, 0.18), transparent 20rem),
    radial-gradient(circle at 80% 78%, rgba(141, 104, 255, 0.25), transparent 26rem),
    #080d1b;
  border-radius: 34px 0 0 10px;
}

.hostna-billing--public .hostna-auth-story::before {
  opacity: 0.7;
  border-color: rgba(61, 220, 255, 0.17);
}

.hostna-billing--public .hostna-auth-story h1 {
  color: #f6f8ff;
  font-size: clamp(3.2rem, 5.4vw, 6.4rem);
  line-height: 0.88;
  letter-spacing: -0.07em;
}

.hostna-billing--public .hostna-auth-eyebrow,
.hostna-billing--public .hostna-auth-card__heading > span {
  color: #3ddcff;
  font-family: "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.16em;
}

.hostna-billing--public .hostna-auth-rail {
  background: rgba(4, 7, 15, 0.5);
  border-color: rgba(147, 177, 255, 0.16);
}

.hostna-billing--public .hostna-auth-rail > div {
  border-color: rgba(147, 177, 255, 0.13);
}

.hostna-billing--public .hostna-auth-rail > div.is-active {
  background: linear-gradient(90deg, rgba(61, 220, 255, 0.09), transparent);
}

.hostna-billing--public .hostna-auth-card {
  color: #c5cee2;
  background: rgba(10, 15, 29, 0.88);
  border-radius: 0 10px 34px 0;
}

.hostna-billing--public .hostna-auth-card__heading h2 {
  color: #f6f8ff;
}

.hostna-billing--public .hostna-auth-switch {
  background: rgba(86, 130, 255, 0.07);
  border-color: rgba(147, 177, 255, 0.15);
}

/* Signed-in control center */

.hostna-client-experience .hostna-sidebar-col .offcanvas,
.hostna-client-experience .hostna-sidebar-col > div {
  background: rgba(8, 12, 24, 0.9);
  border: 1px solid rgba(147, 177, 255, 0.15);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.hostna-client-experience .hostna-sidebar-brand {
  background: linear-gradient(145deg, rgba(61, 220, 255, 0.1), rgba(141, 104, 255, 0.08));
  border-color: rgba(61, 220, 255, 0.18);
}

.hostna-client-experience .hostna-sidebar-brand i {
  background: #4fffb0;
  box-shadow: 0 0 16px rgba(79, 255, 176, 0.75);
}

.hostna-control-hero,
.hostna-control-guest,
.hostna-service-console__hero,
.hostna-order-hero {
  color: #c5cee2;
  background:
    linear-gradient(rgba(120, 145, 210, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 145, 210, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 78% 34%, rgba(61, 220, 255, 0.16), transparent 20rem),
    radial-gradient(circle at 86% 78%, rgba(141, 104, 255, 0.2), transparent 24rem),
    #080d1b;
  background-size: 48px 48px, 48px 48px, auto, auto, auto;
  border: 1px solid rgba(61, 220, 255, 0.22);
  box-shadow: 0 28px 84px rgba(0, 0, 0, 0.36);
}

.hostna-control-hero h1,
.hostna-control-guest h1,
.hostna-service-console__hero h2,
.hostna-order-hero h1 {
  color: #f6f8ff;
  letter-spacing: -0.065em;
}

.hostna-control-eyebrow {
  color: #3ddcff;
  font-family: "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.15em;
}

.hostna-control-health,
.hostna-control-preview,
.hostna-service-console__state {
  color: #c5cee2;
  background: rgba(5, 8, 17, 0.7);
  border-color: rgba(147, 177, 255, 0.18);
  backdrop-filter: blur(16px);
}

.hostna-control-health__dot,
.hostna-control-preview__top i,
.hostna-resource-usage__live i {
  background: #4fffb0;
  box-shadow: 0 0 16px rgba(79, 255, 176, 0.76);
}

.hostna-control-stat,
.hostna-control-quick__grid > a,
.hostna-control-panel,
.hostna-control-capabilities__grid article,
.hostna-service-console__grid article,
.hostna-resource-usage,
.hostna-resource-usage__grid article,
.hostna-service-console__workspace,
.hostna-service-details > div,
.hostna-service-form,
.hostna-control-entry {
  color: #c5cee2;
  background:
    linear-gradient(145deg, rgba(86, 130, 255, 0.04), transparent 56%),
    rgba(13, 20, 38, 0.76);
  border-color: rgba(147, 177, 255, 0.16);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
}

.hostna-control-stat:hover,
.hostna-control-quick__grid > a:hover,
.hostna-control-list > a:hover {
  background: rgba(61, 220, 255, 0.07);
  border-color: rgba(61, 220, 255, 0.3);
}

.hostna-control-stat__icon {
  color: #07111c;
  background: #3ddcff;
  box-shadow: 0 0 24px rgba(61, 220, 255, 0.22);
}

.hostna-control-stat__icon--violet { background: #8d68ff; }
.hostna-control-stat__icon--amber { background: #ffc76b; }
.hostna-control-stat__icon--green { background: #4fffb0; }

.hostna-control-list > a,
.hostna-control-quick__grid > a,
.hostna-service-details > div,
.hostna-service-tabs,
.hostna-resource-usage__grid article {
  border-color: rgba(147, 177, 255, 0.13);
}

.hostna-control-list__mark {
  background: #3ddcff;
  box-shadow: 0 0 13px rgba(61, 220, 255, 0.66);
}

.hostna-resource-usage__live {
  color: #4fffb0;
  background: rgba(79, 255, 176, 0.08);
  border-color: rgba(79, 255, 176, 0.2);
}

.hostna-resource-meter {
  background: rgba(147, 177, 255, 0.11);
}

.hostna-resource-meter i {
  background: linear-gradient(90deg, #3ddcff, #5682ff, #8d68ff);
  box-shadow: 0 0 18px rgba(61, 220, 255, 0.28);
}

.hostna-resource-usage__grid article.is-over-limit {
  background: rgba(255, 117, 92, 0.08);
  border-color: rgba(255, 117, 92, 0.35);
}

.hostna-service-tabs .nav-link.active {
  color: #3ddcff;
  border-bottom-color: #3ddcff;
}

.hostna-service-tip {
  color: #b9c6de;
  background: rgba(86, 130, 255, 0.07);
  border-color: rgba(86, 130, 255, 0.2);
}

/* Ticket detail becomes a conversation surface while preserving FOSSBilling forms. */

.hostna-billing.support-ticket .content-block > .row > .d-flex.flex-column {
  gap: 18px !important;
  padding: 24px;
  background: rgba(7, 11, 22, 0.56);
  border: 1px solid rgba(147, 177, 255, 0.13);
  border-radius: 22px;
}

.hostna-billing.support-ticket .content-block > .row > .d-flex.flex-column .card {
  max-width: 88%;
  margin-left: 8%;
  border-radius: 22px 22px 7px 22px;
}

.hostna-billing.support-ticket .content-block > .row > .d-flex.flex-column .card.border-primary {
  margin-right: 8%;
  margin-left: 0;
  background: linear-gradient(145deg, rgba(61, 220, 255, 0.09), rgba(13, 20, 38, 0.86));
  border-color: rgba(61, 220, 255, 0.28) !important;
  border-radius: 22px 22px 22px 7px;
}

.hostna-billing.support-ticket .markdown-body {
  color: #c5cee2 !important;
}

.hostna-billing.support-ticket #reply-to {
  border-color: rgba(61, 220, 255, 0.24);
}

/* Order and general data surfaces */

.hostna-order-progress,
.hostna-billing .pagination .page-link {
  color: #9dabc7;
  background: rgba(13, 20, 38, 0.78);
  border-color: rgba(147, 177, 255, 0.16);
}

.hostna-order-progress .is-active,
.hostna-billing .pagination .active .page-link {
  color: #06131d;
  background: #3ddcff;
  border-color: #3ddcff;
}

.hostna-billing .alert {
  color: #dce5f8;
  background: rgba(13, 20, 38, 0.9);
  border-color: rgba(147, 177, 255, 0.2);
}

.hostna-billing .alert-danger { border-color: rgba(255, 117, 92, 0.36); }
.hostna-billing .alert-success { border-color: rgba(79, 255, 176, 0.32); }
.hostna-billing .alert-info { border-color: rgba(61, 220, 255, 0.3); }

.hostna-billing footer,
.hostna-billing .footer {
  color: #74819d;
  background: #04060d;
  border-color: rgba(147, 177, 255, 0.12);
}

@media (max-width: 991px) {
  .hostna-billing--public .hostna-auth-story,
  .hostna-billing--public .hostna-auth-card {
    border-radius: 0;
  }

  .hostna-billing--public .hostna-auth-story { border-radius: 28px 9px 0 0; }
  .hostna-billing--public .hostna-auth-card { border-radius: 0 0 28px 9px; }
}

@media (max-width: 767px) {
  .hostna-billing-top {
    width: 100%;
    padding-inline: 14px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .hostna-billing--public .hostna-auth-wrap { padding: 28px 12px 64px; }
  .hostna-billing--public .hostna-auth-shell { border-radius: 26px 9px 26px 9px; }
  .hostna-billing--public .hostna-auth-story { padding: 34px 24px; }
  .hostna-billing--public .hostna-auth-story h1 { font-size: clamp(3rem, 14vw, 4.3rem); }
  .hostna-billing--public .hostna-auth-card { padding: 34px 24px; }
  .hostna-billing.support-ticket .content-block > .row > .d-flex.flex-column { padding: 12px; }
  .hostna-billing.support-ticket .content-block > .row > .d-flex.flex-column .card,
  .hostna-billing.support-ticket .content-block > .row > .d-flex.flex-column .card.border-primary {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hostna-billing *,
  .hostna-billing *::before,
  .hostna-billing *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Hostna Control Center 1.2 */

.hostna-control-dashboard .breadcrumb {
  display: none;
}

.hostna-control-dashboard .content-block {
  padding-top: 8px;
}

.hostna-control-dashboard:has(.hostna-control-guest) .container > .row > .col-3.d-none.d-md-block {
  display: none !important;
}

.hostna-control-dashboard:has(.hostna-control-guest) .container > .row > .col-12.col-md-9 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.hostna-control-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #6a62ef;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hostna-control-hero,
.hostna-control-guest {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: 24px;
  padding: clamp(28px, 5vw, 58px);
  color: #fff;
  background:
    radial-gradient(circle at 84% 12%, rgba(129, 99, 255, 0.7), transparent 24rem),
    radial-gradient(circle at 45% 118%, rgba(56, 116, 255, 0.42), transparent 34rem),
    linear-gradient(135deg, #080810 0%, #19133f 52%, #37227b 100%);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  box-shadow: 0 26px 74px rgba(24, 16, 73, 0.2);
}

.hostna-control-hero::before,
.hostna-control-guest::before {
  position: absolute;
  z-index: -1;
  right: -78px;
  bottom: -145px;
  width: 420px;
  height: 420px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(255, 255, 255, 0.025),
    0 0 0 112px rgba(255, 255, 255, 0.018);
}

.hostna-control-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.hostna-control-hero__copy {
  max-width: 710px;
}

.hostna-control-hero .hostna-control-eyebrow,
.hostna-control-guest .hostna-control-eyebrow {
  color: #b9afff;
}

.hostna-control-hero h1,
.hostna-control-guest h1 {
  max-width: 780px;
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 790;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hostna-control-hero p,
.hostna-control-guest__copy > p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.65;
}

.hostna-control-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hostna-control-hero .btn,
.hostna-control-guest .btn {
  min-height: 48px;
  padding: 12px 20px;
}

.hostna-control-hero .btn-primary,
.hostna-control-guest .btn-primary {
  color: #181225;
  background: #fff !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

.hostna-control-hero .btn-light,
.hostna-control-guest .btn-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.hostna-control-health {
  position: relative;
  z-index: 1;
  min-width: 245px;
  padding: 17px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  backdrop-filter: blur(16px);
}

.hostna-control-health__dot {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  background: #50e29a;
  border: 3px solid rgba(80, 226, 154, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(80, 226, 154, 0.12);
}

.hostna-control-health strong,
.hostna-control-health span {
  display: block;
}

.hostna-control-health strong {
  font-size: 13px;
}

.hostna-control-health span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
}

.hostna-control-stats {
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.hostna-control-stat {
  min-width: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--hostna-ink);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--hostna-border);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(42, 35, 101, 0.055);
  text-decoration: none;
}

.hostna-control-stat:hover {
  color: var(--hostna-ink);
  border-color: rgba(99, 84, 246, 0.28);
  box-shadow: 0 18px 40px rgba(42, 35, 101, 0.09);
  transform: translateY(-2px);
}

.hostna-control-stat__icon {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  display: grid;
  place-items: center;
  color: #315de9;
  background: #edf2ff;
  border-radius: 12px;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}

.hostna-control-stat__icon--violet {
  color: #6f38dd;
  background: #f2ebff;
}

.hostna-control-stat__icon--amber {
  color: #ac6200;
  background: #fff3dc;
}

.hostna-control-stat__icon--green {
  color: #0a8b58;
  background: #e5f8ef;
}

.hostna-control-stat > span:last-child {
  min-width: 0;
  display: block;
}

.hostna-control-stat small,
.hostna-control-stat strong,
.hostna-control-stat em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hostna-control-stat small {
  color: var(--hostna-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hostna-control-stat strong {
  margin: 2px 0;
  font-size: 25px;
  letter-spacing: -0.04em;
}

.hostna-control-stat em {
  color: #898799;
  font-size: 11px;
  font-style: normal;
}

.hostna-control-quick {
  margin: 38px 0;
}

.hostna-control-section-heading,
.hostna-control-panel__header {
  margin-bottom: 17px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.hostna-control-section-heading h2,
.hostna-control-panel__header h2,
.hostna-control-profile h2,
.hostna-control-entry h2 {
  margin: 0;
  color: var(--hostna-ink);
  font-size: clamp(22px, 3vw, 31px);
  font-weight: 780;
  letter-spacing: -0.045em;
}

.hostna-control-section-heading > a,
.hostna-control-panel__header > a,
.hostna-control-profile a {
  color: #5c4ee6;
  font-size: 13px;
  font-weight: 730;
  text-decoration: none;
}

.hostna-control-quick__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #16151c;
  border: 1px solid #26232f;
  border-radius: 18px;
}

.hostna-control-quick__grid > a {
  min-width: 0;
  min-height: 170px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  text-decoration: none;
}

.hostna-control-quick__grid > a:last-child {
  border-right: 0;
}

.hostna-control-quick__grid > a:hover {
  color: #fff;
  background: rgba(111, 86, 255, 0.12);
}

.hostna-control-quick__grid span {
  color: #8376f6;
  font-size: 11px;
  font-weight: 800;
}

.hostna-control-quick__grid strong {
  margin: auto 0 7px;
  font-size: 16px;
}

.hostna-control-quick__grid small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.55;
}

.hostna-control-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.8fr);
  gap: 18px;
}

.hostna-control-side {
  display: grid;
  align-content: start;
  gap: 18px;
}

.hostna-control-panel {
  overflow: hidden;
  padding: 23px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--hostna-border);
  border-radius: 18px;
  box-shadow: 0 14px 38px rgba(42, 35, 101, 0.06);
}

.hostna-control-panel__header h2 {
  font-size: 22px;
}

.hostna-control-list {
  margin: 0 -23px -23px;
  border-top: 1px solid var(--hostna-border);
}

.hostna-control-list > a {
  min-height: 74px;
  padding: 15px 19px 15px 23px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 13px;
  color: var(--hostna-ink);
  border-bottom: 1px solid var(--hostna-border);
  text-decoration: none;
}

.hostna-control-list > a:last-child {
  border-bottom: 0;
}

.hostna-control-list > a:hover {
  color: var(--hostna-ink);
  background: #faf9ff;
}

.hostna-control-list__mark {
  width: 9px;
  height: 34px;
  background: linear-gradient(180deg, #457bff, #7c33ff);
  border-radius: 5px;
}

.hostna-control-list__body {
  min-width: 0;
}

.hostna-control-list__body strong,
.hostna-control-list__body small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hostna-control-list__body strong {
  font-size: 13px;
}

.hostna-control-list__body small {
  margin-top: 4px;
  color: #878596;
  font-size: 11px;
}

.hostna-control-list__arrow {
  color: #8d86bc;
  font-size: 18px;
}

.hostna-control-list--compact > a {
  min-height: 66px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.hostna-control-empty {
  min-height: 305px;
  padding: 36px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
}

.hostna-control-empty > span {
  width: 50px;
  height: 50px;
  margin-bottom: 13px;
  display: grid;
  place-items: center;
  color: #6559e6;
  background: #efedff;
  border-radius: 50%;
  font-size: 27px;
  font-weight: 300;
}

.hostna-control-empty h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.hostna-control-empty p,
.hostna-control-mini-empty p {
  max-width: 390px;
  margin: 0 0 16px;
  color: var(--hostna-muted);
  font-size: 13px;
  line-height: 1.6;
}

.hostna-control-mini-empty {
  padding: 8px 0 3px;
}

.hostna-control-mini-empty a {
  color: #5c4ee6;
  font-size: 13px;
  font-weight: 730;
  text-decoration: none;
}

.hostna-control-profile {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hostna-control-profile__avatar {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #457bff, #7c33ff);
  border-radius: 16px;
  font-size: 21px;
  font-weight: 820;
  box-shadow: 0 13px 26px rgba(82, 77, 228, 0.22);
}

.hostna-control-profile h2 {
  font-size: 17px;
}

.hostna-control-profile p {
  max-width: 250px;
  margin: 3px 0 8px;
  overflow: hidden;
  color: var(--hostna-muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hostna-control-notice {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.hostna-control-notice strong,
.hostna-control-notice span {
  display: block;
}

.hostna-control-notice span {
  font-size: 12px;
}

/* Signed-out control center */

.hostna-control-guest {
  min-height: 480px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(36px, 7vw, 92px);
}

.hostna-control-guest h1 {
  max-width: 660px;
  font-size: clamp(39px, 6vw, 70px);
}

.hostna-control-guest__trust {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 650;
}

.hostna-control-preview {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 335px;
  padding: 21px;
  color: #181722;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 19px;
  box-shadow: 0 34px 80px rgba(5, 4, 15, 0.32);
  transform: rotate(1.2deg);
}

.hostna-control-preview__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666375;
  font-size: 11px;
}

.hostna-control-preview__top span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hostna-control-preview__top i {
  width: 8px;
  height: 8px;
  background: #3cd68d;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(60, 214, 141, 0.13);
}

.hostna-control-preview__top b {
  color: #1c1927;
  font-size: 16px;
  letter-spacing: -0.04em;
}

.hostna-control-preview__metric {
  margin: 30px 0 20px;
  padding: 22px;
  color: #fff;
  background: linear-gradient(135deg, #161420, #312060);
  border-radius: 14px;
}

.hostna-control-preview__metric small,
.hostna-control-preview__metric strong {
  display: block;
}

.hostna-control-preview__metric small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 680;
  text-transform: uppercase;
}

.hostna-control-preview__metric strong {
  margin-top: 7px;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.hostna-control-preview__rows {
  display: grid;
  gap: 7px;
}

.hostna-control-preview__rows span {
  min-height: 46px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  color: #494656;
  background: #f7f6fb;
  border: 1px solid #eeecf5;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 650;
}

.hostna-control-preview__rows i {
  width: 8px;
  height: 8px;
  background: #457bff;
  border-radius: 50%;
}

.hostna-control-preview__rows .is-violet {
  background: #7c33ff;
}

.hostna-control-preview__rows .is-green {
  background: #21b979;
}

.hostna-control-preview__rows b {
  color: #7a7297;
}

.hostna-control-capabilities {
  padding: 38px 0 12px;
}

.hostna-control-capabilities__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--hostna-border);
  border-left: 1px solid var(--hostna-border);
}

.hostna-control-capabilities__grid article {
  min-height: 215px;
  padding: 27px;
  background: rgba(255, 255, 255, 0.8);
  border-right: 1px solid var(--hostna-border);
  border-bottom: 1px solid var(--hostna-border);
}

.hostna-control-capabilities__grid article > span {
  color: #7569ed;
  font-size: 11px;
  font-weight: 820;
}

.hostna-control-capabilities__grid h3 {
  margin: 54px 0 9px;
  color: var(--hostna-ink);
  font-size: 17px;
  letter-spacing: -0.025em;
}

.hostna-control-capabilities__grid p {
  margin: 0;
  color: var(--hostna-muted);
  font-size: 12px;
  line-height: 1.65;
}

.hostna-control-entry {
  margin: 32px 0 8px;
  padding: clamp(25px, 4vw, 42px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: #f0efff;
  border: 1px solid #dedaff;
  border-radius: 20px;
}

.hostna-control-entry p {
  max-width: 650px;
  margin: 9px 0 0;
  color: var(--hostna-muted);
  font-size: 13px;
  line-height: 1.65;
}

.hostna-control-entry__actions {
  min-width: 270px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.hostna-control-entry__link {
  width: 100%;
  margin-top: 4px;
  color: #5a4ddd;
  font-size: 12px;
  font-weight: 720;
  text-align: right;
  text-decoration: none;
}

/* Shared hosting service management */

.hostna-service-console {
  margin-top: 12px;
}

.hostna-service-console__hero {
  overflow: hidden;
  min-height: 190px;
  padding: clamp(27px, 5vw, 48px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 7%, rgba(112, 82, 247, 0.7), transparent 23rem),
    linear-gradient(135deg, #0f0e16, #28204f);
  border-radius: 22px 22px 0 0;
}

.hostna-service-console__hero .hostna-control-eyebrow {
  color: #bdb4ff;
}

.hostna-service-console__hero h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 5vw, 50px);
  font-weight: 780;
  letter-spacing: -0.055em;
}

.hostna-service-console__hero p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.hostna-service-console__state {
  display: flex;
  align-items: center;
  gap: 11px;
}

.hostna-service-console__state > span {
  width: 12px;
  height: 12px;
  background: #4ce09a;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(76, 224, 154, 0.13);
}

.hostna-service-console__state strong,
.hostna-service-console__state small {
  display: block;
}

.hostna-service-console__state small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
}

.hostna-service-console__actions {
  padding: 16px 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  background: #fff;
  border: 1px solid var(--hostna-border);
  border-top: 0;
}

.hostna-service-console__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid var(--hostna-border);
}

.hostna-service-console__grid article {
  min-width: 0;
  padding: 22px;
  background: #fff;
  border-right: 1px solid var(--hostna-border);
  border-bottom: 1px solid var(--hostna-border);
}

.hostna-service-console__grid small,
.hostna-service-console__grid strong,
.hostna-service-console__grid span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hostna-service-console__grid small {
  color: #777487;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hostna-service-console__grid strong {
  margin: 10px 0 3px;
  color: var(--hostna-ink);
  font-size: 18px;
  letter-spacing: -0.03em;
}

.hostna-service-console__grid span {
  color: #9693a2;
  font-size: 10px;
}

.hostna-resource-usage {
  margin-top: 18px;
  padding: clamp(22px, 4vw, 34px);
  background: #fff;
  border: 1px solid var(--hostna-border);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(42, 35, 101, 0.06);
}

.hostna-resource-usage__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.hostna-resource-usage__heading h3 {
  margin: 5px 0 7px;
  color: var(--hostna-ink);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 780;
  letter-spacing: -0.045em;
}

.hostna-resource-usage__heading p {
  max-width: 680px;
  margin: 0;
  color: #777487;
  font-size: 12px;
  line-height: 1.7;
}

.hostna-resource-usage__live,
.hostna-resource-usage__pending {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #267c58;
  background: #e9fff4;
  border: 1px solid #c9f2df;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 760;
}

.hostna-resource-usage__pending {
  color: #635b75;
  background: #f4f2f9;
  border-color: #e9e5f2;
}

.hostna-resource-usage__live i {
  width: 8px;
  height: 8px;
  background: #35c883;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(53, 200, 131, 0.13);
}

.hostna-resource-usage__grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hostna-resource-usage__grid article {
  min-width: 0;
  padding: 19px;
  background: linear-gradient(180deg, #fbfaff, #f7f6fb);
  border: 1px solid #ebe8f2;
  border-radius: 14px;
}

.hostna-resource-usage__grid article.is-over-limit {
  background: linear-gradient(180deg, #fff9f5, #fff4ed);
  border-color: #ffd8c1;
}

.hostna-resource-usage__label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.hostna-resource-usage__label span {
  color: #5f5b6c;
  font-size: 11px;
  font-weight: 740;
}

.hostna-resource-usage__label b {
  color: var(--hostna-ink);
  font-size: 17px;
  letter-spacing: -0.035em;
}

.hostna-resource-usage__grid article > strong,
.hostna-resource-usage__grid article > small {
  display: block;
}

.hostna-resource-usage__grid article > strong {
  margin-top: 8px;
  color: #8a8697;
  font-size: 10px;
  font-weight: 680;
}

.hostna-resource-usage__grid article > small {
  margin-top: 8px;
  color: #9995a5;
  font-size: 9px;
}

.hostna-resource-usage__grid article.is-over-limit > small {
  color: #b94e1e;
  font-weight: 760;
}

.hostna-resource-meter {
  height: 7px;
  margin-top: 14px;
  overflow: hidden;
  background: #e5e2ec;
  border-radius: 999px;
}

.hostna-resource-meter i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #5573ff, #7955ee);
  border-radius: inherit;
}

.is-over-limit .hostna-resource-meter i {
  background: linear-gradient(90deg, #ef843f, #d65732);
}

.hostna-resource-usage > .hostna-service-tip {
  margin: 18px 0 0;
}

.hostna-service-console__workspace {
  margin-top: 18px;
  background: #fff;
  border: 1px solid var(--hostna-border);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(42, 35, 101, 0.06);
}

.hostna-service-tabs {
  padding: 10px 14px 0;
  gap: 5px;
  border-bottom-color: var(--hostna-border);
}

.hostna-service-tabs .nav-link {
  min-height: 45px;
  padding: 11px 14px;
  color: #696678;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  font-size: 12px;
  font-weight: 720;
}

.hostna-service-tabs .nav-link.active {
  color: #5d4fe6;
  background: transparent;
  border-bottom-color: #6c5cf0;
}

.hostna-service-tabs__content {
  padding: clamp(20px, 4vw, 34px);
}

.hostna-service-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--hostna-border);
  border: 1px solid var(--hostna-border);
  border-radius: 13px;
}

.hostna-service-details > div {
  min-width: 0;
  padding: 18px;
  background: #fff;
}

.hostna-service-details span,
.hostna-service-details strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hostna-service-details span {
  color: #777487;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.hostna-service-details strong {
  margin-top: 7px;
  color: var(--hostna-ink);
  font-size: 13px;
}

.hostna-service-tip {
  margin-top: 17px;
  padding: 15px 17px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #514d68;
  background: #f3f1ff;
  border: 1px solid #e4dfff;
  border-radius: 11px;
}

.hostna-service-tip > span {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #7061ea;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.hostna-service-tip p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.hostna-service-form {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(300px, 1fr);
  gap: clamp(28px, 6vw, 72px);
}

.hostna-service-form h3 {
  margin: 0 0 8px;
  color: var(--hostna-ink);
  font-size: 24px;
  letter-spacing: -0.035em;
}

.hostna-service-form p {
  margin: 0;
  color: var(--hostna-muted);
  font-size: 12px;
  line-height: 1.7;
}

.hostna-service-form .form-label {
  margin: 0 0 6px;
  color: #514e60;
  font-size: 11px;
  font-weight: 720;
}

.hostna-service-form .form-control {
  margin-bottom: 14px;
}

.hostna-service-form .btn {
  margin-top: 3px;
}

.hostna-service-domain-fields {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(100px, 0.6fr);
  gap: 10px;
}

@media (max-width: 1099.98px) {
  .hostna-control-stats,
  .hostna-control-quick__grid,
  .hostna-service-console__grid,
  .hostna-resource-usage__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hostna-control-quick__grid > a:nth-child(2) {
    border-right: 0;
  }

  .hostna-control-quick__grid > a:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }
}

@media (max-width: 899.98px) {
  .hostna-control-hero,
  .hostna-control-guest {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hostna-control-health {
    width: fit-content;
  }

  .hostna-control-columns {
    grid-template-columns: 1fr;
  }

  .hostna-control-capabilities__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hostna-control-entry {
    align-items: flex-start;
    flex-direction: column;
  }

  .hostna-control-entry__actions {
    min-width: 0;
    justify-content: flex-start;
  }

  .hostna-control-entry__link {
    text-align: left;
  }
}

@media (max-width: 599.98px) {
  .hostna-control-hero,
  .hostna-control-guest {
    margin-inline: -4px;
    padding: 27px 22px;
    border-radius: 18px;
  }

  .hostna-control-hero h1,
  .hostna-control-guest h1 {
    font-size: 38px;
  }

  .hostna-control-guest {
    min-height: 0;
  }

  .hostna-control-preview {
    min-height: 0;
    padding: 16px;
    transform: none;
  }

  .hostna-control-stats,
  .hostna-control-quick__grid,
  .hostna-control-capabilities__grid,
  .hostna-service-console__grid,
  .hostna-resource-usage__grid,
  .hostna-service-details {
    grid-template-columns: 1fr;
  }

  .hostna-resource-usage__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .hostna-control-quick__grid > a {
    min-height: 138px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .hostna-control-quick__grid > a:last-child {
    border-bottom: 0;
  }

  .hostna-control-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .hostna-control-section-heading > a {
    min-height: 44px;
    padding-block: 11px;
    display: inline-flex;
    align-items: center;
  }

  .hostna-control-capabilities__grid article {
    min-height: 178px;
  }

  .hostna-control-capabilities__grid h3 {
    margin-top: 34px;
  }

  .hostna-control-notice {
    align-items: flex-start;
    flex-direction: column;
  }

  .hostna-service-console__hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .hostna-service-console__actions .btn {
    width: 100%;
  }

  .hostna-service-form {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hostna-service-domain-fields {
    grid-template-columns: 1fr;
  }

  .hostna-service-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .hostna-service-tabs .nav-link {
    white-space: nowrap;
  }
}

/* Hostna Client Experience 1.3 */

:root,
[data-bs-theme="light"] {
  --hostna-night: #0b0a1f;
  --hostna-night-soft: #20184d;
  --hostna-cloud: #f7f7fb;
  --hostna-paper: #ffffff;
  --hostna-cobalt: #6170ff;
  --hostna-purple: #7c33ff;
  --hostna-green: #64cf8d;
  --hostna-line: #e7e7f0;
  --hostna-copy: #656575;
  --hostna-shell-shadow: 0 30px 80px rgba(28, 22, 75, 0.13);
}

.hostna-billing {
  --bs-link-color: var(--hostna-cobalt);
  --bs-link-hover-color: var(--hostna-purple);
}

.hostna-billing :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(97, 112, 255, 0.34);
  outline-offset: 3px;
}

.hostna-billing-bar {
  min-height: 33px;
  background: #050506;
}

.hostna-billing-top {
  min-height: 80px;
  padding: 0;
  border-bottom: 1px solid rgba(231, 231, 240, 0.8);
}

.hostna-wordmark {
  min-height: 44px;
}

.hostna-public-nav,
.hostna-shell-shortcuts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 34px);
}

.hostna-public-nav a,
.hostna-shell-shortcuts a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #3f3e4c;
  font-size: 14px;
  font-weight: 620;
  text-decoration: none;
}

.hostna-public-nav a:hover,
.hostna-shell-shortcuts a:hover {
  color: var(--hostna-purple);
}

.hostna-public-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hostna-public-actions a,
.hostna-back-site {
  min-height: 44px;
  padding: 10px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hostna-public-actions__primary {
  color: #fff !important;
  background: var(--hostna-ink);
  border: 1px solid var(--hostna-ink);
  border-radius: 10px;
  text-decoration: none;
}

.hostna-public-actions__primary:hover {
  color: #fff !important;
  background: var(--hostna-night-soft);
}

.hostna-auth-wrap {
  width: min(calc(100% - 48px), 1240px);
  min-height: calc(100vh - 113px);
  margin: 0 auto;
  padding: clamp(38px, 5vw, 72px) 0;
  display: grid;
  place-items: start center;
}

.hostna-auth-shell {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  overflow: hidden;
  background: var(--hostna-paper);
  border: 1px solid rgba(231, 231, 240, 0.95);
  border-radius: 28px;
  box-shadow: var(--hostna-shell-shadow);
}

.hostna-auth-story {
  min-height: 640px;
  padding: clamp(38px, 5vw, 68px);
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 84% 10%, rgba(124, 51, 255, 0.84), transparent 34%),
    radial-gradient(circle at 16% 100%, rgba(97, 112, 255, 0.38), transparent 42%),
    linear-gradient(145deg, #090817 8%, #171137 56%, #2d1768 100%);
}

.hostna-auth-story::before,
.hostna-auth-story::after {
  width: 470px;
  height: 470px;
  position: absolute;
  z-index: -1;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.hostna-auth-story::before {
  right: -260px;
  bottom: -110px;
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.025),
    0 0 0 140px rgba(255, 255, 255, 0.018);
}

.hostna-auth-story::after {
  top: -360px;
  left: -220px;
}

.hostna-auth-eyebrow,
.hostna-auth-card__heading > span {
  color: #aaa5ff;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hostna-auth-story h1 {
  max-width: 600px;
  margin: 18px 0 20px;
  color: #fff;
  font-size: clamp(40px, 4.3vw, 62px);
  font-weight: 760;
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.hostna-auth-story > div:first-child > p {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.7;
}

.hostna-auth-rail {
  margin: 42px 0;
  display: grid;
  background: rgba(5, 5, 13, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
}

.hostna-auth-rail > div {
  min-height: 79px;
  padding: 15px 17px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.hostna-auth-rail > div:last-child {
  border-bottom: 0;
}

.hostna-auth-rail > div > span {
  color: #aaa5ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hostna-auth-rail strong,
.hostna-auth-rail small {
  display: block;
}

.hostna-auth-rail strong {
  color: #fff;
  font-size: 14px;
}

.hostna-auth-rail small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.hostna-auth-rail b {
  color: rgba(255, 255, 255, 0.55);
  font-size: 18px;
}

.hostna-auth-rail i,
.hostna-auth-card__status i,
.hostna-auth-trust i {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: var(--hostna-green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(100, 207, 141, 0.12);
}

.hostna-auth-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.hostna-auth-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hostna-auth-trust i {
  width: 6px;
  height: 6px;
  box-shadow: none;
}

.hostna-auth-plan-link {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  text-decoration: none;
}

.hostna-auth-plan-link span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.hostna-auth-plan-link strong {
  margin-top: 4px;
  font-size: 14px;
}

.hostna-auth-card {
  min-width: 0;
  padding: clamp(36px, 4.3vw, 62px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at 100% 0%, rgba(124, 51, 255, 0.12), transparent 40%);
}

.hostna-auth-card--wide {
  justify-content: flex-start;
}

.hostna-auth-card__status {
  margin-bottom: clamp(36px, 5vw, 62px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--hostna-copy);
  font-size: 12px;
}

.hostna-auth-card__status span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hostna-auth-card__status a,
.hostna-field__top a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #56536c;
  font-weight: 670;
  text-decoration: none;
}

.hostna-auth-card__status a:hover,
.hostna-field__top a:hover {
  color: var(--hostna-purple);
}

.hostna-auth-card__heading h2 {
  margin: 8px 0 10px;
  color: var(--hostna-ink);
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 760;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.hostna-auth-card__heading p {
  max-width: 500px;
  margin: 0;
  color: var(--hostna-copy);
  line-height: 1.6;
}

.hostna-auth-form {
  margin-top: 34px;
  display: grid;
  gap: 20px;
}

.hostna-field {
  min-width: 0;
}

.hostna-field label {
  margin-bottom: 8px;
  color: #2b2a35;
  font-size: 13px;
  font-weight: 700;
}

.hostna-field__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.hostna-field__top a {
  margin-bottom: 8px;
  font-size: 12px;
}

.hostna-auth-form .form-control,
.hostna-auth-form .form-select,
.hostna-auth-form .input-group-text {
  min-height: 52px;
  background: #fafafe;
  border-color: #e5e4ee;
  border-radius: 12px;
}

.hostna-auth-form .form-control,
.hostna-auth-form .form-select {
  padding: 12px 15px;
}

.hostna-auth-form .form-control:hover,
.hostna-auth-form .form-select:hover {
  border-color: #cbc8dc;
}

.hostna-auth-submit {
  min-height: 54px !important;
  padding-inline: 18px !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px !important;
}

.hostna-auth-submit > span:last-child {
  font-size: 19px;
}

.hostna-auth-switch {
  margin-top: 22px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--hostna-line);
  font-size: 13px;
}

.hostna-auth-switch span {
  color: var(--hostna-copy);
}

.hostna-auth-switch a {
  color: var(--hostna-ink);
  font-weight: 720;
  text-decoration: none;
}

.hostna-auth-note {
  margin: 18px 0 0;
  color: #888695;
  font-size: 11px;
  line-height: 1.55;
}

.hostna-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hostna-form-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hostna-honeypot {
  position: absolute !important;
  left: -10000px !important;
}

.hostna-consent {
  padding: 15px 16px 15px 40px;
  background: #f8f8fc;
  border: 1px solid var(--hostna-line);
  border-radius: 12px;
  color: var(--hostna-copy);
  font-size: 12px;
  line-height: 1.55;
}

.hostna-consent .form-check-input {
  margin-top: 0.18em;
}

.hostna-billing:not(.hostna-billing--public) > .container > .container {
  max-width: none;
  padding: 8px 0 0;
}

.hostna-billing:not(.hostna-billing--public) > .container > .container > .row {
  margin-inline: 0;
  align-items: flex-start;
  gap: 24px;
}

.hostna-billing .hostna-sidebar-col {
  width: 250px;
  padding: 0;
  flex: 0 0 250px;
}

.hostna-billing .hostna-main-col {
  width: auto;
  min-width: 0;
  padding: 0;
  flex: 1 1 0;
}

.hostna-billing:not(.hostna-billing--public) header {
  margin-bottom: 20px;
}

.hostna-billing:not(.hostna-billing--public) .navbar {
  padding-inline: 22px !important;
}

.hostna-shell-label {
  margin-left: 14px;
  padding: 7px 11px;
  display: inline-flex;
  align-items: center;
  color: #6259c8;
  background: #f3f1ff;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hostna-shell-shortcuts {
  margin-left: clamp(24px, 3vw, 42px);
  margin-right: auto;
}

.hostna-sidebar-brand {
  margin: 4px 3px 15px;
  padding: 15px 14px 17px;
  display: grid;
  grid-template-columns: 12px 1fr;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hostna-sidebar-brand > i {
  width: 9px;
  height: 9px;
  background: var(--hostna-green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(100, 207, 141, 0.1);
}

.hostna-sidebar-brand small,
.hostna-sidebar-brand strong {
  display: block;
}

.hostna-sidebar-brand small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hostna-sidebar-brand strong {
  margin-top: 3px;
  color: #fff;
  font-size: 14px;
}

.hostna-billing #sidebarMenu {
  padding: 10px;
  position: sticky;
  top: 18px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 110% -10%, rgba(124, 51, 255, 0.78), transparent 36%),
    linear-gradient(155deg, #0b0a1f, #21194d);
  border: 0;
  border-radius: 20px;
  box-shadow: 0 22px 52px rgba(21, 16, 60, 0.2);
}

.hostna-billing #sidebarMenu .nav-link {
  min-height: 46px;
  padding: 11px 12px;
  color: rgba(255, 255, 255, 0.69);
  font-size: 13px;
}

.hostna-billing #sidebarMenu .nav-link .svg-icon {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.hostna-billing #sidebarMenu .nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.hostna-billing #sidebarMenu .nav-link.active,
.hostna-billing #sidebarMenu .offcanvas-item.active .nav-link {
  color: #fff;
  background: linear-gradient(135deg, var(--hostna-cobalt), var(--hostna-purple));
  box-shadow: 0 10px 24px rgba(97, 112, 255, 0.23);
}

.hostna-billing #sidebarMenu .text-secondary,
.hostna-billing #sidebarMenu h5,
.hostna-billing #sidebarMenu h6,
.hostna-billing #sidebarMenu span {
  color: inherit !important;
}

.hostna-billing .content-block {
  min-height: 480px;
}

.hostna-billing .content-block > .card,
.hostna-billing .content-block > .row > [class*="col-"] > .card {
  border-radius: 20px;
}

.hostna-billing .table-responsive {
  border: 1px solid var(--hostna-line);
  border-radius: 14px;
}

.hostna-billing .table > :not(caption) > * > * {
  padding: 13px 14px;
}

.hostna-billing .pagination .page-link {
  min-width: 40px;
  min-height: 40px;
  display: grid;
  place-items: center;
  color: var(--hostna-ink);
  border-color: var(--hostna-line);
}

.hostna-order-hero {
  min-height: 280px;
  margin-bottom: 18px;
  padding: clamp(30px, 4vw, 48px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  align-items: end;
  gap: 40px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 85% 0%, rgba(124, 51, 255, 0.9), transparent 35%),
    linear-gradient(135deg, #0a091b, #21194d 62%, #3d2483);
  border-radius: 22px;
  box-shadow: 0 22px 52px rgba(21, 16, 60, 0.17);
}

.hostna-order-hero::after {
  width: 420px;
  height: 420px;
  position: absolute;
  right: -190px;
  bottom: -290px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.025);
}

.hostna-order-hero .hostna-control-eyebrow {
  color: #aaa5ff;
}

.hostna-order-hero h1 {
  max-width: 720px;
  margin: 10px 0 14px;
  color: #fff;
  font-size: clamp(38px, 4.3vw, 60px);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 1;
}

.hostna-order-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.65;
}

.hostna-order-hero > a {
  padding: 18px;
  display: flex;
  flex-direction: column;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  text-decoration: none;
}

.hostna-order-hero > a small {
  color: rgba(255, 255, 255, 0.58);
}

.hostna-order-hero > a strong {
  margin-top: 5px;
  font-size: 13px;
}

.hostna-order-progress {
  margin-bottom: 18px;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: #fff;
  border: 1px solid var(--hostna-line);
  border-radius: 16px;
}

.hostna-order-progress span {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #777586;
  border-right: 1px solid var(--hostna-line);
  font-size: 12px;
  font-weight: 680;
}

.hostna-order-progress span:last-child {
  border-right: 0;
}

.hostna-order-progress b {
  color: #aaa8b8;
  font-size: 10px;
}

.hostna-order-progress .is-active {
  color: var(--hostna-ink);
}

.hostna-order-progress .is-active b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--hostna-cobalt), var(--hostna-purple));
  border-radius: 50%;
}

.hostna-order-surface {
  padding: clamp(20px, 3vw, 34px);
  background: #fff;
  border: 1px solid var(--hostna-line);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(42, 35, 101, 0.07);
}

.hostna-order-surface > header {
  margin: 0 0 24px;
  padding: 0 0 21px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--hostna-line);
  border-radius: 0;
  box-shadow: none;
}

.hostna-order-surface h2 {
  margin: 5px 0 0;
  color: var(--hostna-ink);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 750;
  letter-spacing: -0.04em;
}

.hostna-order-surface #orderbutton,
.hostna-order-surface #orderbutton > .card-body {
  padding: 0 !important;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hostna-order-surface .accordion {
  border: 1px solid var(--hostna-line);
  border-radius: 16px;
}

.hostna-order-surface .accordion-item {
  overflow: hidden;
  border-color: var(--hostna-line);
}

.hostna-order-surface .accordion-item:first-child,
.hostna-order-surface .accordion-item:first-child .accordion-button {
  border-radius: 15px 15px 0 0;
}

.hostna-order-surface .accordion-item:last-child,
.hostna-order-surface .accordion-item:last-child .accordion-button.collapsed {
  border-radius: 0 0 15px 15px;
}

.hostna-order-surface .accordion-button {
  min-height: 62px;
  padding: 16px 20px;
  color: var(--hostna-ink);
  background: #fff;
  font-weight: 690;
  box-shadow: none;
}

.hostna-order-surface .accordion-button:not(.collapsed) {
  color: var(--hostna-purple);
  background: #f8f7ff;
}

@media (max-width: 991.98px) {
  .hostna-public-nav,
  .hostna-shell-shortcuts,
  .hostna-shell-label {
    display: none;
  }

  .hostna-auth-shell,
  .hostna-auth-shell--signup {
    grid-template-columns: minmax(0, 0.86fr) minmax(390px, 1.14fr);
  }

  .hostna-auth-story,
  .hostna-auth-card {
    padding: 38px;
  }

  .hostna-auth-story h1 {
    font-size: 48px;
  }

  .hostna-order-hero {
    grid-template-columns: 1fr;
  }

  .hostna-order-hero > a {
    max-width: 420px;
  }
}

@media (max-width: 767.98px) {
  .hostna-billing-top {
    width: min(calc(100% - 28px), 1240px);
    min-height: 68px;
  }

  .hostna-public-actions .hostna-back-site {
    display: none;
  }

  .hostna-public-actions__primary {
    padding-inline: 14px !important;
    font-size: 12px;
  }

  .hostna-auth-wrap {
    width: min(calc(100% - 24px), 600px);
    min-height: 0;
    padding: 18px 0 34px;
  }

  .hostna-auth-shell,
  .hostna-auth-shell--signup {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .hostna-auth-story {
    min-height: 0;
    padding: 30px 24px;
  }

  .hostna-auth-story h1 {
    margin: 13px 0 14px;
    font-size: clamp(37px, 11vw, 52px);
  }

  .hostna-auth-story > div:first-child > p {
    font-size: 14px;
  }

  .hostna-auth-rail {
    margin: 28px 0 0;
  }

  .hostna-auth-rail > div {
    min-height: 66px;
    padding: 11px 13px;
  }

  .hostna-auth-trust,
  .hostna-auth-plan-link {
    display: none;
  }

  .hostna-auth-card {
    padding: 30px 24px;
  }

  .hostna-auth-card__status {
    margin-bottom: 30px;
  }

  .hostna-auth-card__heading h2 {
    font-size: 36px;
  }

  .hostna-form-grid,
  .hostna-form-grid--three {
    grid-template-columns: 1fr;
  }

  .hostna-auth-switch {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .hostna-billing .hostna-main-col {
    width: 100%;
    flex-basis: 100%;
  }

  .hostna-billing:not(.hostna-billing--public) > .container > .container > .row {
    display: block;
  }

  .hostna-order-hero {
    min-height: 0;
    padding: 28px 23px;
    border-radius: 18px;
  }

  .hostna-order-hero h1 {
    font-size: 39px;
  }

  .hostna-order-progress {
    padding: 8px;
    grid-template-columns: 1fr;
  }

  .hostna-order-progress span {
    min-height: 44px;
    justify-content: flex-start;
    padding-inline: 10px;
    border-right: 0;
    border-bottom: 1px solid var(--hostna-line);
  }

  .hostna-order-progress span:last-child {
    border-bottom: 0;
  }

  .hostna-order-surface {
    padding: 20px 15px;
    border-radius: 18px;
  }

  .hostna-order-surface > header {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 399.98px) {
  .hostna-auth-card__status {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .hostna-auth-card__heading h2 {
    font-size: 32px;
  }

  .hostna-auth-story h1,
  .hostna-order-hero h1 {
    font-size: 35px;
  }
}
