:root {
  --hg-system-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea,
.elementor-widget,
.elementskit-navbar-nav,
.na-page {
  font-family: var(--hg-system-font) !important;
}

.na-hero::before,
.na-driving-hero::before {
  background:
    linear-gradient(90deg, rgba(5,9,19,.99) 0%, rgba(5,9,19,.89) 45%, rgba(5,9,19,.42) 100%),
    radial-gradient(circle at 78% 22%, rgba(24,184,255,.22), transparent 26rem),
    linear-gradient(180deg, #050913 0%, #071423 52%, #050913 100%) !important;
}

.na-ds7-banner,
.na-ds7-banner img {
  aspect-ratio: 800 / 416;
  min-height: 0;
}

.na-ds7-banner img {
  height: auto;
}

.na-subpage-hero {
  min-height: 0;
  padding: clamp(38px, 5vw, 64px) 0;
}

.na-subpage-hero .na-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  align-items: center;
}

.na-subpage-hero .na-title {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.02;
}

.hg-subpage-banner {
  padding: clamp(28px, 5vw, 52px) 0;
  background:
    radial-gradient(circle at 72% 20%, rgba(24,184,255,.14), transparent 25rem),
    #050913;
}

body:not(.home) .blog-breadcrumb {
  display: none;
}

.hg-subpage-banner .na-ds7-panel {
  margin: 0;
}

.na-muted,
.na-card p,
.na-compare ul,
.na-stat span {
  color: #c7d2e5;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #18b8ff !important;
  outline-offset: 3px !important;
}

.elementskit-navbar-nav > li > a,
.elementskit-menu-hamburger,
.elementskit-menu-close,
.cky-btn-close {
  min-width: 44px;
  min-height: 44px;
}

.elementskit-submenu-indicator.icon-down-arrow1::before {
  content: "\2304";
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  line-height: 1;
}

.na-keyword-pills,
.na-keyword-pills a {
  color: #aebbd0 !important;
}

.na-btn-primary,
.na-footer .na-btn-primary {
  color: #111 !important;
}

.na-seo-links li {
  margin-bottom: 4px;
}

.na-seo-links a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
}

.na-seo-service-index-extra li {
  margin-bottom: 4px;
}

.na-seo-service-index-extra a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
}

.pum-content p {
  color: #555 !important;
}

.pum-close,
.popmake-close {
  background-color: #006f7d !important;
  color: #fff !important;
}

img {
  height: auto;
}

@media (max-width: 900px) {
  .na-hero::before,
  .na-driving-hero::before {
    background:
      linear-gradient(180deg, rgba(5,9,19,.70), rgba(5,9,19,.98)),
      radial-gradient(circle at 74% 18%, rgba(24,184,255,.19), transparent 20rem),
      #050913 !important;
  }

  .na-panel,
  .na-ds7-panel {
    margin-top: 24px;
  }

  .na-subpage-hero {
    padding: 28px 0 42px;
  }

  .na-subpage-hero .na-ds7-panel {
    order: -1;
  }

  .hg-subpage-banner .na-ds7-panel {
    margin-top: 0;
  }

  .na-ds7-banner,
  .na-ds7-banner img {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
