/* Clean light header and homepage hero overrides. */
.cwh-statusbar {
  color: #526273;
  background: #f7fafc;
  border-bottom: 1px solid #e5ebf0;
}

.cwh-top-links a {
  color: #526273;
}

.cwh-top-links a:hover {
  color: #087fad;
}

.cwh-top-links i {
  color: #0ea5d6;
}

.menu-wrap.cwh-header-shell {
  color: #183247;
  background: #fff;
  border-bottom: 1px solid #e4ebf0;
  box-shadow: 0 6px 22px rgba(23, 50, 71, .07);
  min-height: 96px;
}

.cwh-header-shell .cwh-header-inner,
.cwh-header-shell .cwh-desktop-nav > ul > li > a {
  min-height: 96px;
}

.cwh-header-shell .cwh-brand {
  flex-basis: 330px !important;
  width: 330px !important;
  height: 96px !important;
}

.cwh-header-shell .cwh-brand > img.cwh-brand-logo {
  width: 310px !important;
  max-width: 310px !important;
  height: 88px !important;
  max-height: 88px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.cwh-footer-logo {
  width: 310px !important;
  height: 100px !important;
  padding: 5px 8px !important;
  background: #fff;
  border-radius: 8px;
  overflow: hidden !important;
}

.cwh-footer-logo > img.cwh-brand-logo {
  width: 290px !important;
  max-width: 290px !important;
  height: 86px !important;
  max-height: 86px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.cwh-desktop-nav > ul > li > a {
  color: #274156;
}

.cwh-desktop-nav > ul > li > a:hover {
  color: #0786b7;
}

.cwh-desktop-nav > ul > li > a::after {
  background: #0ea5d6;
}

.cwh-nav-dropdown-menu,
.cwh-support-dropdown {
  border-color: #dfe7ed;
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(24, 50, 71, .14);
}

.cwh-nav-dropdown-menu a:hover,
.cwh-support-dropdown a:hover {
  background: #f2f8fb;
}

.cwh-client-btn {
  color: #fff;
  background: #0b94c8;
  border-radius: 7px;
  box-shadow: 0 8px 18px rgba(11, 148, 200, .18);
}

.cwh-client-btn:hover {
  color: #fff;
  background: #087fad;
}

.menu-wrap.mobile.cwh-mobile-header {
  color: #183247;
  background: #fff;
  border-bottom: 1px solid #e4ebf0;
  box-shadow: 0 6px 20px rgba(23, 50, 71, .08);
}

.menu-wrap.mobile .cwh-menu-toggle.menu-toggle {
  position: static !important;
  display: inline-flex !important;
  flex: 0 0 44px;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px;
  padding: 10px 9px !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #183247 !important;
  background: #f7fafc !important;
  border: 1px solid #d8e2e9 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.menu-wrap.mobile .cwh-menu-toggle.menu-toggle .icon {
  position: static !important;
  display: block !important;
  width: 24px !important;
  height: 2px !important;
  margin: 0 !important;
  opacity: 1 !important;
  background: #244156 !important;
  border: 0 !important;
  border-radius: 2px;
  transform: none;
  transition: transform .2s ease, opacity .2s ease;
}

.menu-wrap.mobile .cwh-menu-toggle.menu-toggle .icon::before,
.menu-wrap.mobile .cwh-menu-toggle.menu-toggle .icon::after {
  display: none !important;
  content: none !important;
}

.menu-wrap.mobile .cwh-menu-toggle.menu-toggle.active .icon:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-wrap.mobile .cwh-menu-toggle.menu-toggle.active .icon:nth-child(2) {
  opacity: 0 !important;
}

.menu-wrap.mobile .cwh-menu-toggle.menu-toggle.active .icon:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.cwh-mobile-nav {
  background: #fff;
  border-top-color: #e6edf2;
}

.cwh-mobile-nav > a {
  color: #294256;
  border-bottom-color: #edf2f5;
}

.cwh-mobile-nav > a:hover {
  color: #0786b7;
}

.cwh-mobile-nav .cwh-mobile-client {
  color: #fff;
  background: #0b94c8;
}

.cwh-mobile-nav .cwh-mobile-client i {
  color: #fff;
}

.home-command-hero {
  color: #183247;
  background: #fff;
  border-bottom: 1px solid #e7edf2;
  padding: 86px 0 82px;
}

.home-command-hero::before,
.home-command-glow {
  display: none;
}

.home-command-copy .home-kicker {
  color: #087fad;
  letter-spacing: 1.1px;
  background: #edf8fc;
  border: 1px solid #d2edf7;
  border-radius: 999px;
  padding: 8px 12px;
}

.home-command-copy h1 {
  color: #102d43;
  letter-spacing: -2.2px;
  max-width: 660px;
  margin: 20px 0 20px;
  font-size: 60px;
  line-height: 1.06;
}

.home-command-copy > p {
  color: #5e6f7d;
  max-width: 620px;
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.72;
}

.home-command-actions {
  gap: 12px;
}

.home-primary-btn {
  color: #fff !important;
  background: #0b94c8;
  border: 1px solid #0b94c8;
  border-radius: 7px;
  box-shadow: 0 10px 22px rgba(11, 148, 200, .18);
}

.home-primary-btn:hover {
  color: #fff !important;
  background: #087fad;
  border-color: #087fad;
}

.home-ghost-btn {
  color: #294256 !important;
  background: #fff;
  border: 1px solid #cfdbe3;
  border-radius: 7px;
}

.home-ghost-btn:hover {
  color: #087fad !important;
  background: #f7fbfd;
  border-color: #a9cad9;
}

.home-hero-proof {
  color: #4d6070;
  gap: 12px 20px;
}

.home-hero-proof i {
  color: #16a36a;
}

.home-command-center {
  backdrop-filter: none;
  background: #fff;
  border: 1px solid #dce6ec;
  border-radius: 14px;
  margin-left: 32px;
  padding: 17px;
  transform: none;
  box-shadow: 0 22px 54px rgba(19, 48, 68, .14);
}

.home-command-top {
  border-bottom-color: #e6edf2;
  padding: 2px 2px 15px;
}

.home-command-top b {
  color: #425566;
}

.home-command-top em {
  color: #087a56;
  background: #e8f8f1;
}

.home-cpanel-screen {
  background: #f7f9fb;
  border-color: #edf1f4;
  border-width: 4px;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(27, 50, 67, .10);
}

.home-cpanel-screen-label {
  color: #263f52;
  backdrop-filter: none;
  background: #fff;
  border-color: #dbe5eb;
  border-radius: 7px;
  box-shadow: 0 7px 18px rgba(27, 50, 67, .12);
}

.home-command-speed {
  background: #f7fafc;
  border-color: #e0e8ed;
  border-radius: 10px;
}

.home-command-speed > div:nth-child(2) > span,
.home-command-speed small {
  color: #697b89;
}

.home-command-speed strong {
  color: #149b67;
}

.home-speed-lines i {
  background: #6dbbd8;
}

.home-command-float {
  color: #183247;
  border: 1px solid #dce6ec;
  border-radius: 10px;
  right: -18px;
  bottom: -27px;
  transform: none;
  box-shadow: 0 14px 34px rgba(24, 50, 71, .16);
}

.home-trust-rail {
  background: #fbfdfe;
  box-shadow: none;
}

@media (max-width: 991px) {
  .home-command-hero {
    padding: 66px 0 72px;
  }

  .home-command-center {
    margin: 48px auto 0;
  }

  .cwh-header-shell .cwh-brand {
    flex-basis: 255px !important;
    width: 255px !important;
  }

  .cwh-header-shell .cwh-brand > img.cwh-brand-logo {
    width: 240px !important;
    max-width: 240px !important;
  }
}

@media (max-width: 767px) {
  .cwh-statusbar {
    display: none;
  }

  .home-command-hero {
    padding: 48px 0 58px;
  }

  .home-command-copy h1 {
    letter-spacing: -1.5px;
    font-size: 40px;
  }

  .cwh-mobile-header .cwh-brand {
    flex-basis: 225px !important;
    width: 225px !important;
    height: 74px !important;
  }

  .cwh-mobile-header .cwh-mobile-top {
    min-height: 74px;
  }

  .cwh-mobile-header .cwh-brand > img.cwh-brand-logo {
    width: 215px !important;
    max-width: 215px !important;
    height: 64px !important;
    max-height: 64px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  .home-command-copy > p {
    font-size: 16px;
  }

  .home-command-center {
    margin: 40px -10px 0;
    padding: 13px;
    transform: none;
  }

  .home-command-float {
    right: 4px;
  }
}
