:root {
  --brand-primary: #2563eb;
  --brand-primary-text: #ffffff;
  --site-bg: #ffffff;
  --site-surface: #ffffff;
  --site-text: #111827;
  --site-muted: #64748b;
  --site-border: #e5e7eb;
  --brand-bg: var(--site-bg);
  --brand-surface: var(--site-surface);
  --brand-border: var(--site-border);
  --brand-ink: var(--site-text);
  --brand-muted: var(--site-muted);
  --brand-shadow: 0 18px 45px rgba(15, 23, 42, .10);
}

html {
  scroll-padding-top: 76px;
}

body {
  background: var(--site-bg);
  color: var(--brand-ink);
  font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
}

button,
input,
select,
textarea {
  font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
}

a {
  color: var(--brand-primary);
}

.btn-primary,
button[type="submit"],
input[type="submit"],
.bg-gradient,
.bg-primary {
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: var(--brand-primary-text) !important;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .14);
}

.btn-primary:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  filter: brightness(.94);
}

#site-header {
  background: var(--site-surface);
  border-bottom: 1px solid var(--brand-border);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 48px !important;
  position: sticky !important;
  top: 0;
  z-index: 1030;
}

#site-header .navbar {
  min-height: 58px !important;
  height: 58px !important;
  padding: 0 1rem !important;
  align-items: center;
}

#site-header .navbar-brand {
  color: var(--brand-ink) !important;
  display: flex;
  align-items: center;
  gap: .65rem;
  font-weight: 700;
  max-width: 280px;
  white-space: normal;
  line-height: 1.15;
  font-size: .95rem !important;
  padding: 0 !important;
  margin: 0 1rem 0 0;
}

#site-header .navbar-brand img {
  width: 34px !important;
  height: 34px !important;
  max-width: 34px !important;
  border-radius: 8px;
  object-fit: contain;
}

#site-header .navbar-dark .navbar-nav .nav-link,
#site-header .nav-link {
  color: #334155 !important;
  font-weight: 700;
  padding: .45rem .62rem !important;
  border-radius: 8px;
  font-size: .84rem !important;
  line-height: 1.15;
  white-space: nowrap;
}

#site-header .navbar-nav {
  align-items: center;
}

#site-header .dropdown,
#site-header .nav-item {
  display: flex;
  align-items: center;
}

#site-header .btn-primary {
  min-height: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .12);
}

.theme-mode-dark #site-header .nav-link {
  color: #dbeafe !important;
}

.theme-mode-dark #site-header {
  background: #0b1220 !important;
  border-bottom-color: rgba(148, 163, 184, .22) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
}

.theme-mode-dark #site-header .navbar-brand {
  color: #ffffff !important;
}

#site-header .active > .nav-link,
#site-header .nav-link.active,
#site-header .nav-link:hover {
  background: color-mix(in srgb, var(--brand-primary) 12%, transparent);
  color: var(--brand-primary) !important;
}

.theme-mode-dark #site-header .active > .nav-link,
.theme-mode-dark #site-header .nav-link.active,
.theme-mode-dark #site-header .nav-link:hover {
  background: #2563eb !important;
  color: #ffffff !important;
}

#site-header .dropdown-menu {
  background: color-mix(in srgb, var(--site-surface) 96%, transparent) !important;
  border: 1px solid color-mix(in srgb, var(--brand-primary) 14%, var(--site-border)) !important;
  border-radius: 8px !important;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .16) !important;
  margin-top: 14px !important;
  min-width: 280px;
  padding: 10px !important;
  transform: none !important;
  backdrop-filter: blur(16px);
}

.theme-mode-dark #site-header .dropdown-menu {
  background: #0f172a !important;
  border-color: rgba(148, 163, 184, .24) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .34) !important;
}

#site-header .dropdown-menu:before,
#site-header .dropdown-menu:after {
  display: none !important;
}

#site-header .dropdown-menu .list_none {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#site-header .dropdown-menu .list_none li {
  margin: 0;
  padding: 0;
}

#site-header .dropdown-menu .list_none:has(li:nth-child(5)) {
  grid-template-columns: repeat(2, minmax(190px, 1fr));
}

#site-header .dropdown-menu:has(.list_none li:nth-child(5)) {
  min-width: 460px;
}

#site-header .dropdown-item {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px !important;
  color: var(--site-text) !important;
  display: flex;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.25;
  min-height: 44px;
  padding: .62rem .72rem .62rem 1rem !important;
  position: relative;
  white-space: normal;
}

.theme-mode-dark #site-header .dropdown-item {
  color: #e5e7eb !important;
}

#site-header .dropdown-item:before {
  background: var(--brand-primary);
  border-radius: 999px;
  content: "";
  height: 18px;
  left: 0;
  opacity: .55;
  position: absolute;
  width: 3px;
}

#site-header .dropdown-item:after {
  border-right: 2px solid var(--brand-primary);
  border-top: 2px solid var(--brand-primary);
  content: "";
  height: 7px;
  margin-left: auto;
  opacity: 0;
  transform: translateX(-6px) rotate(45deg);
  transition: all .18s ease;
  width: 7px;
}

#site-header .dropdown-item:hover,
#site-header .dropdown-item:focus {
  background: color-mix(in srgb, var(--brand-primary) 10%, var(--site-surface)) !important;
  border-color: color-mix(in srgb, var(--brand-primary) 18%, transparent);
  color: var(--brand-primary) !important;
  transform: translateX(2px);
}

.theme-mode-dark #site-header .dropdown-item:hover,
.theme-mode-dark #site-header .dropdown-item:focus {
  background: #1d4ed8 !important;
  border-color: #2563eb !important;
  color: #ffffff !important;
}

#site-header .dropdown-item:hover:after,
#site-header .dropdown-item:focus:after {
  opacity: 1;
  transform: translateX(0) rotate(45deg);
}

#site-header .dropdown-menu .menu-category {
  align-items: center;
  color: var(--site-muted);
  display: flex;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .04em;
  min-height: 28px;
  padding: .35rem .72rem .1rem 1rem;
  text-transform: uppercase;
}

.theme-mode-dark #site-header .dropdown-menu .menu-category {
  color: #93c5fd;
}

#site-header .dropdown-item.menu-child {
  margin-left: 14px;
  min-height: 40px;
  padding-left: 1.15rem !important;
  width: calc(100% - 14px);
}

#site-header .dropdown-item.menu-child:before {
  height: 12px;
  opacity: .35;
}

#site-header .dropdown-toggle::after {
  border: 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  height: 6px;
  margin-left: .35rem;
  transform: rotate(45deg) translateY(-2px);
  vertical-align: 2px;
  width: 6px;
}

.card,
.pricing,
.price-box,
.plans-item,
.service-grid,
.w3l-pricing .box,
.w3l-services .card,
.box,
.domain-box,
.pricing-box,
.plan,
.plans,
.service-card,
.host-service .box,
.table,
.modal-content {
  background: var(--site-surface) !important;
  border: 1px solid var(--brand-border) !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .08) !important;
  overflow: hidden;
}

.banner,
.inner-banner,
.breadcrumb-bg,
.page-header {
  background: linear-gradient(135deg, #0f172a 0%, #1f2937 54%, color-mix(in srgb, var(--brand-primary) 45%, #0f172a) 100%) !important;
}

.banner .title,
.banner h1,
.inner-banner h1,
.breadcrumb-bg h1 {
  color: #ffffff !important;
  letter-spacing: 0;
}

.box {
  background: linear-gradient(135deg, color-mix(in srgb, var(--brand-primary) 88%, #111827), #0f172a) !important;
}

.input-group {
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
  border-radius: 8px;
}

.form-control,
input,
select,
textarea {
  border-color: #d7dde6 !important;
  border-radius: 8px !important;
  min-height: 44px;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand-primary) !important;
  box-shadow: 0 0 0 .18rem color-mix(in srgb, var(--brand-primary) 18%, transparent) !important;
}

.top-footer {
  background:
    radial-gradient(circle at 90% 0%, color-mix(in srgb, var(--brand-primary) 22%, transparent), transparent 30%),
    linear-gradient(135deg, #06111f 0%, #0f172a 54%, #111827 100%);
  border-top: 4px solid var(--brand-primary);
  color: #cbd5e1;
  padding: 54px 0 38px;
}

.site-footer-modern .container {
  max-width: 1440px;
}

.site-footer-modern .row {
  row-gap: 28px;
}

.top-footer a,
.bottom-footer a {
  color: #cbd5e1;
}

.footer-title {
  color: #ffffff;
  font-size: .98rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 18px;
  position: relative;
}

.footer-title:after {
  background: var(--brand-primary);
  border-radius: 999px;
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
  width: 34px;
}

.bottom-footer {
  background: #050b14;
  border-top: 1px solid rgba(148, 163, 184, .16);
  color: #cbd5e1;
  padding: 16px 0;
}

.site-footer-modern {
  margin-top: 0;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #ffffff;
  font-weight: 900;
}

#site-footer.site-footer-modern .footer-brand,
#site-footer.site-footer-modern .footer-brand strong,
#site-footer.site-footer-modern .footer-payment b {
  color: #ffffff !important;
}

.footer-brand img {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .22);
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 8px;
  padding: 4px;
}

.footer-brand strong {
  font-size: 1.08rem;
  line-height: 1.2;
}

.footer-tagline {
  color: #cbd5e1;
  line-height: 1.65;
  margin-bottom: 22px;
  max-width: 420px;
  text-align: left !important;
}

.footer-payment {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  max-width: 420px;
  padding: 16px;
}

.footer-payment b {
  display: block;
  color: #ffffff;
  font-size: .95rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.footer-payment small {
  color: #cbd5e1;
  display: block;
  font-weight: 700;
}

.payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.payment-icons img {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
  height: 30px;
  object-fit: contain;
  padding: 3px;
  width: 58px;
}

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

.footer-list li {
  margin-bottom: 11px;
}

.footer-list a {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  color: #cbd5e1;
  font-weight: 700;
  line-height: 1.45;
  transition: color .18s ease, transform .18s ease;
}

.footer-list a:hover {
  color: #ffffff;
  text-decoration: none;
  transform: translateX(2px);
}

.footer-contact i {
  width: 18px;
  padding-top: 3px;
  color: var(--brand-primary);
}

#site-footer.site-footer-modern .fa,
#site-footer.site-footer-modern .fas,
#site-footer.site-footer-modern .far,
#site-footer.site-footer-modern .fab {
  color: var(--brand-primary) !important;
}

.copyright {
  color: #cbd5e1;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.theme-mode-dark .top-footer,
.theme-mode-dark .bottom-footer {
  border-color: rgba(148, 163, 184, .18);
  color: #cbd5e1;
}

.theme-mode-dark #site-footer.site-footer-modern .footer-brand,
.theme-mode-dark #site-footer.site-footer-modern .footer-brand strong,
.theme-mode-dark #site-footer.site-footer-modern .footer-title,
.theme-mode-dark #site-footer.site-footer-modern .footer-payment b {
  color: #f8fafc !important;
}

.theme-mode-dark #site-footer.site-footer-modern .footer-tagline,
.theme-mode-dark #site-footer.site-footer-modern .footer-payment small,
.theme-mode-dark #site-footer.site-footer-modern .copyright {
  color: #cbd5e1;
}

.theme-mode-dark #site-footer.site-footer-modern .top-footer a,
.theme-mode-dark #site-footer.site-footer-modern .bottom-footer a {
  color: #cbd5e1;
}

table {
  width: 100%;
}

.table,
table {
  background: #ffffff;
}

th {
  color: #334155;
  white-space: nowrap;
}

.navbar-toggler {
  border-radius: 8px;
  min-height: 42px;
}

@media (max-width: 991.98px) {
  body.noscroll {
    overflow: hidden;
  }

  body.noscroll:before {
    background: rgba(15, 23, 42, .46);
    content: "";
    inset: 0;
    position: fixed;
    z-index: 1028;
  }

  #site-header {
    padding: 0 12px !important;
  }

  #site-header .navbar {
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 !important;
  }

  #site-header .navbar-brand {
    max-width: calc(100% - 64px);
  }

  #site-header .navbar-brand img {
    height: 32px !important;
    max-width: 32px !important;
    width: 32px !important;
  }

  #site-header .navbar-toggler {
    align-items: center;
    background: color-mix(in srgb, var(--brand-primary) 10%, var(--site-surface)) !important;
    border: 1px solid color-mix(in srgb, var(--brand-primary) 18%, var(--site-border));
    box-shadow: none;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    margin-left: auto;
    min-height: 40px;
    padding: 0 !important;
    width: 42px;
  }

  #site-header .navbar-toggler-icon {
    background-image: none !important;
    height: 14px;
    position: relative;
    width: 18px;
  }

  #site-header .navbar-toggler-icon,
  #site-header .navbar-toggler-icon:before,
  #site-header .navbar-toggler-icon:after {
    border-top: 2px solid var(--brand-primary);
    content: "";
    display: block;
  }

  #site-header .navbar-toggler-icon:before,
  #site-header .navbar-toggler-icon:after {
    left: 0;
    position: absolute;
    width: 18px;
  }

  #site-header .navbar-toggler-icon:before {
    top: 5px;
  }

  #site-header .navbar-toggler-icon:after {
    top: 12px;
  }

  body.noscroll #site-header .navbar-toggler {
    position: relative;
    z-index: 1032;
  }

  body.noscroll #site-header .navbar-toggler-icon {
    border-top-color: transparent;
  }

  body.noscroll #site-header .navbar-toggler-icon:before {
    top: 6px;
    transform: rotate(45deg);
  }

  body.noscroll #site-header .navbar-toggler-icon:after {
    top: 6px;
    transform: rotate(-45deg);
  }

  #site-header .navbar-collapse {
    background: var(--site-surface);
    border: 1px solid var(--brand-border);
    border-radius: 8px 0 0 8px;
    box-shadow: -20px 0 60px rgba(15, 23, 42, .2);
    display: block !important;
    height: 100vh !important;
    margin-top: 0;
    max-height: none;
    overflow-y: auto;
    padding: 18px 16px 24px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(104%);
    transition: transform .24s ease;
    width: min(86vw, 360px);
    z-index: 1031;
  }

  .theme-mode-dark #site-header .navbar-collapse {
    background: #0f172a;
    border-color: rgba(148, 163, 184, .24);
  }

  #site-header .navbar-collapse.show,
  #site-header .navbar-collapse.collapsing {
    height: 100vh !important;
    transform: translateX(0);
  }

  #site-header .navbar-collapse:before {
    color: var(--site-muted);
    content: "Menu";
    display: block;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: 0;
    margin: 2px 0 14px;
    text-transform: uppercase;
  }

  .theme-mode-dark #site-header .navbar-collapse:before {
    color: #93c5fd;
  }

  #site-header .navbar-collapse .navbar-nav {
    align-items: stretch;
    gap: 6px;
    margin: 0 !important;
  }

  #site-header .navbar-collapse .nav-item,
  #site-header .navbar-collapse .dropdown {
    display: block;
    width: 100%;
  }

  #site-header .navbar-collapse .nav-link {
    align-items: center;
    border: 1px solid var(--site-border);
    border-radius: 8px;
    display: flex;
    font-size: .95rem !important;
    justify-content: space-between;
    min-height: 44px;
    padding: .72rem .85rem !important;
    width: 100%;
  }

  .theme-mode-dark #site-header .navbar-collapse .nav-link {
    border-color: rgba(148, 163, 184, .22);
    color: #e5e7eb !important;
  }

  #site-header .navbar-collapse .nav-link:hover,
  #site-header .navbar-collapse .nav-link.active,
  #site-header .navbar-collapse .active > .nav-link {
    background: color-mix(in srgb, var(--brand-primary) 10%, var(--site-surface));
    border-color: color-mix(in srgb, var(--brand-primary) 18%, var(--site-border));
  }

  .dropdown-menu {
    box-shadow: none;
    margin: .25rem 0 .5rem;
  }

  #site-header .dropdown-menu,
  #site-header .dropdown-menu:has(.list_none li:nth-child(5)) {
    background: color-mix(in srgb, var(--brand-primary) 5%, var(--site-surface)) !important;
    border-color: color-mix(in srgb, var(--brand-primary) 12%, var(--site-border)) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    margin: 6px 0 10px !important;
    min-width: 100%;
    padding: 8px !important;
    position: static !important;
    transform: none !important;
    width: 100%;
  }

  .theme-mode-dark #site-header .dropdown-menu,
  .theme-mode-dark #site-header .dropdown-menu:has(.list_none li:nth-child(5)) {
    background: #111827 !important;
    border-color: rgba(148, 163, 184, .22) !important;
  }

  #site-header .dropdown-menu .list_none,
  #site-header .dropdown-menu .list_none:has(li:nth-child(5)) {
    grid-template-columns: 1fr;
  }

  #site-header .dropdown-item {
    border-color: transparent;
    font-size: .9rem;
    min-height: 42px;
    padding: .6rem .7rem .6rem 1rem !important;
  }

  #site-header .btn-primary {
    height: 44px;
    justify-content: center;
    margin-top: 8px;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: .95rem;
  }

  h1 {
    font-size: 2rem;
    line-height: 1.15;
  }

  h2 {
    font-size: 1.55rem;
  }

  .container,
  .container-fluid {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .row > [class*="col-"] {
    margin-bottom: 16px;
  }

  .banner {
    padding-top: 96px;
    text-align: center;
  }

  .input-group,
  .input-group-append,
  .input-group-prepend {
    display: block;
    width: 100%;
  }

  .input-group .form-control {
    width: 100%;
    margin-bottom: 10px;
  }

  .table-responsive,
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  input[type="submit"],
  button[type="submit"],
  .btn {
    width: 100%;
    min-height: 44px;
  }
}
