/* ===== globe-prehide-legacy-chrome-20260522-style ===== */
body header#header,
body #header,
body .header-content-wrapper,
body .menu-box-wrapper,
body .menu-box,
body footer#footer,
body #wrapper-footer,
body .wrapper-footer,
body .footer-signature,
body .footer-widget-area,
body .pattern { display: none !important; }

/* ===== globe-buyer-pages-20260514 ===== */
html.globe-buyer-page-ready body > :not(#wpadminbar):not(#globe-buyer-page) {
  display: none !important;
}

#globe-buyer-page,
#globe-buyer-page * {
  box-sizing: border-box;
}

#globe-buyer-page {
  background: #101010;
  color: #f6f7f8;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  min-height: 100vh;
}

#globe-buyer-page a {
  color: inherit;
}

#globe-buyer-page .gbp-shell {
  margin: 0 auto;
  max-width: 1180px;
  min-height: 100vh;
  background: #151515;
}

#globe-buyer-page .gbp-mast {
  align-items: center;
  background: #050505;
  display: grid;
  gap: 24px;
  grid-template-columns: 260px 1fr auto;
  padding: 28px 30px;
}

#globe-buyer-page .gbp-brand {
  height: auto;
  max-width: 360px;
  width: min(100%, 360px);
}

#globe-buyer-page .gbp-phone {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

#globe-buyer-page .gbp-nav {
  background: #202020;
  border-bottom: 4px solid #7a8796;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

#globe-buyer-page .gbp-nav a {
  align-items: center;
  background: #fff;
  border-right: 1px solid #cfd4da;
  color: #080808;
  display: flex;
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 800;
  justify-content: center;
  min-height: 52px;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
}

#globe-buyer-page .gbp-nav a:hover,
#globe-buyer-page .gbp-nav a:focus-visible {
  background: #064c85;
  color: #fff;
}

#globe-buyer-page .gbp-hero {
  background: linear-gradient(90deg, rgba(8, 8, 8, 0.88), rgba(8, 8, 8, 0.58)), url("https://www.globetrailers.com/wp-content/uploads/2021/05/Web-3.jpg") center / cover no-repeat;
  border-bottom: 1px solid #30363d;
  min-height: 330px;
  padding: clamp(44px, 8vw, 92px) 30px;
}

#globe-buyer-page .gbp-kicker {
  color: #9ec6e8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

#globe-buyer-page h1,
#globe-buyer-page h2,
#globe-buyer-page h3 {
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

#globe-buyer-page h1 {
  font-size: clamp(34px, 5vw, 58px);
  max-width: 820px;
}

#globe-buyer-page .gbp-hero p {
  color: #e5e8eb;
  font-size: clamp(18px, 2vw, 22px);
  max-width: 760px;
}

#globe-buyer-page .gbp-content {
  padding: clamp(28px, 5vw, 56px) 30px;
}

#globe-buyer-page .gbp-section {
  border-top: 1px solid #30363d;
  padding: 34px 0;
}

#globe-buyer-page .gbp-section:first-child {
  border-top: 0;
  padding-top: 0;
}

#globe-buyer-page .gbp-section h2 {
  font-size: clamp(24px, 3vw, 34px);
  margin-bottom: 16px;
}

#globe-buyer-page .gbp-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#globe-buyer-page .gbp-card {
  background: #202020;
  border: 1px solid #333a42;
  border-radius: 6px;
  min-height: 100%;
  padding: 20px;
}

#globe-buyer-page .gbp-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

#globe-buyer-page .gbp-card p,
#globe-buyer-page .gbp-section p,
#globe-buyer-page .gbp-section li {
  color: #d9dde1;
  font-size: 17px;
}

#globe-buyer-page .gbp-card a {
  color: #9ec6e8;
  font-weight: 800;
  text-decoration: none;
}

#globe-buyer-page .gbp-card a:hover,
#globe-buyer-page .gbp-card a:focus-visible {
  text-decoration: underline;
}

#globe-buyer-page .gbp-two {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

#globe-buyer-page .gbp-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

#globe-buyer-page .gbp-cta {
  align-items: center;
  background: #064c85;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-top: 24px;
  padding: 22px;
}

#globe-buyer-page .gbp-button {
  background: #fff;
  border-radius: 4px;
  color: #064c85;
  display: inline-flex;
  font-weight: 900;
  padding: 12px 16px;
  text-decoration: none;
}

#globe-buyer-page .gbp-footer {
  background: #0a0a0a;
  border-top: 1px solid #30363d;
  padding: 28px 30px 34px;
  text-align: center;
}

#globe-buyer-page .gbp-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: center;
  margin-bottom: 22px;
}

#globe-buyer-page .gbp-footer-links a {
  font-weight: 800;
  text-decoration: none;
}

#globe-buyer-page .gbp-signature {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 18px;
}

@media (max-width: 860px) {
  #globe-buyer-page .gbp-mast {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  #globe-buyer-page .gbp-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #globe-buyer-page .gbp-grid,
  #globe-buyer-page .gbp-two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  #globe-buyer-page .gbp-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #globe-buyer-page .gbp-nav a:last-child {
    grid-column: 1 / -1;
  }

  #globe-buyer-page .gbp-content,
  #globe-buyer-page .gbp-hero,
  #globe-buyer-page .gbp-mast,
  #globe-buyer-page .gbp-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

#globe-buyer-page .gbp-phone {
    font-size: 19px;
  }
}

/* ===== globe-quote-guidance-20260514 ===== */
#globe-quote-guidance,
#globe-quote-guidance * {
  box-sizing: border-box;
}

#globe-quote-guidance {
  background: #111;
  border: 1px solid #2e3944;
  border-left: 6px solid #064c85;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  margin: 24px auto 28px;
  max-width: min(1120px, calc(100vw - 32px));
  padding: clamp(22px, 4vw, 36px);
  text-align: left;
}

#globe-quote-guidance .gqg-kicker {
  color: #9ec6e8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

#globe-quote-guidance h2,
#globe-quote-guidance h3 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

#globe-quote-guidance h2 {
  font-size: clamp(26px, 3.6vw, 42px);
  margin-bottom: 14px;
}

#globe-quote-guidance p {
  color: #e4e8ec;
  font-size: 18px;
  margin: 0 0 22px;
  max-width: 860px;
}

#globe-quote-guidance .gqg-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#globe-quote-guidance .gqg-item {
  background: #202020;
  border: 1px solid #333a42;
  border-radius: 6px;
  min-height: 100%;
  padding: 16px;
}

#globe-quote-guidance .gqg-item h3 {
  font-size: 17px;
  margin-bottom: 6px;
}

#globe-quote-guidance .gqg-item span {
  color: #d5dbe1;
  display: block;
  font-size: 15px;
}

#globe-quote-guidance .gqg-note {
  border-top: 1px solid #30363d;
  color: #e4e8ec;
  font-size: 16px;
  margin-top: 22px;
  padding-top: 18px;
}

@media (max-width: 900px) {
  #globe-quote-guidance .gqg-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  #globe-quote-guidance {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100vw - 20px);
  }

#globe-quote-guidance .gqg-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== globe-email-logo-20260514 ===== */
.globe-email-logo-link {
  display: block;
  margin: 24px auto;
  max-width: min(760px, calc(100vw - 32px));
  text-decoration: none;
  width: 100%;
}

.globe-email-logo-link:focus-visible {
  outline: 3px solid #0b7fe8;
  outline-offset: 4px;
}

.globe-email-logo {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

#globe-email-logo-banner {
  background: #f5f5f3;
  padding: clamp(18px, 4vw, 34px);
  text-align: center;
}

/* ===== globe-media-extraction-20260514 ===== */
.globe-sr-only,
#globe-premium-home .gth-slide-caption {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.globe-video-transcript-library,
.globe-video-transcript {
  background: #111;
  border: 1px solid #2e3944;
  border-left: 6px solid #064c85;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  margin: 24px auto;
  max-width: min(1120px, calc(100vw - 32px));
  padding: clamp(20px, 4vw, 32px);
  text-align: left;
}

.globe-video-transcript-library h2,
.globe-video-transcript h3 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 12px;
}

.globe-video-transcript-library p,
.globe-video-transcript p {
  color: #dfe5eb;
  font-size: 16px;
  margin: 0 0 14px;
}

.globe-video-transcript-library ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.globe-video-transcript-library li {
  background: #202020;
  border: 1px solid #333a42;
  border-radius: 6px;
  color: #dfe5eb;
  padding: 14px;
}

.globe-video-transcript-library strong {
  color: #fff;
  display: block;
  margin-bottom: 4px;
}

html.globe-video-gallery-ready .entry-content > :not(#globe-video-transcript-library),
html.globe-video-gallery-ready .page-content > :not(#globe-video-transcript-library),
html.globe-video-gallery-ready .post-content > :not(#globe-video-transcript-library) {
  display: none !important;
}

#globe-video-transcript-library.globe-youtube-video-gallery {
  background: #0f0f0f;
  border: 0;
  border-left: 0;
  box-sizing: border-box;
  color: #f1f1f1;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
  margin: 0 auto;
  max-width: min(1440px, calc(100vw - 16px));
  overflow: hidden;
  padding: clamp(16px, 3vw, 32px) clamp(16px, 4vw, 44px) 48px;
  text-align: left;
  width: auto;
}

#globe-video-transcript-library.globe-youtube-video-gallery *,
#globe-video-transcript-library.globe-youtube-video-gallery *::before,
#globe-video-transcript-library.globe-youtube-video-gallery *::after {
  box-sizing: border-box;
  min-width: 0;
}

.gvg-channel {
  border-bottom: 1px solid #2d2d2d;
  padding-bottom: 18px;
}

.gvg-banner {
  align-items: flex-end;
  background: #1b1b1b;
  background-image: url("https://i.ytimg.com/vi/qRiSIHl7CA0/hqdefault.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  display: flex;
  min-height: clamp(120px, 18vw, 210px);
  overflow: hidden;
  position: relative;
}

.gvg-banner::after {
  background: rgba(0, 0, 0, 0.44);
  content: "";
  inset: 0;
  position: absolute;
}

.gvg-banner span {
  color: #fff;
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: 0;
  padding: clamp(16px, 3vw, 28px);
  position: relative;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.gvg-channel-row {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding-top: 18px;
}

.gvg-avatar {
  align-items: center;
  background: #b11218;
  border: 3px solid #2a2a2a;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 800;
  height: 82px;
  justify-content: center;
  letter-spacing: 0;
  width: 82px;
}

#globe-video-transcript-library .gvg-channel-title {
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
  margin: 0 0 6px;
}

.gvg-channel-meta {
  color: #aaa;
  font-size: 15px;
  margin: 0;
}

.gvg-youtube-link,
.gvg-feature-action {
  align-items: center;
  background: #f1f1f1;
  border-radius: 999px;
  color: #0f0f0f;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  text-decoration: none;
  white-space: nowrap;
}

.gvg-tabs {
  border-bottom: 1px solid #2d2d2d;
  display: flex;
  gap: 24px;
  margin-top: 18px;
  overflow-x: auto;
}

.gvg-tab {
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  color: #aaa;
  cursor: pointer;
  flex: 0 0 auto;
  font: 800 15px/1 Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  padding: 14px 0 12px;
  white-space: nowrap;
}

.gvg-tab[aria-pressed="true"] {
  border-color: #f1f1f1;
  color: #fff;
}

.gvg-toolbar {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 24px 0 18px;
}

.gvg-toolbar-label {
  color: #aaa;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.gvg-sort {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.gvg-sort button {
  background: #272727;
  border: 1px solid #3a3a3a;
  border-radius: 999px;
  color: #f1f1f1;
  cursor: pointer;
  font: 800 13px/1 Arial, Helvetica, sans-serif;
  min-height: 34px;
  padding: 0 14px;
}

.gvg-sort button[aria-pressed="true"] {
  background: #fff;
  border-color: #fff;
  color: #0f0f0f;
}

.gvg-feature {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  margin: 26px 0 32px;
}

.gvg-feature-media,
.gvg-thumb {
  background: #202020;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  position: relative;
}

.gvg-feature-media img,
.gvg-thumb img {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.gvg-play {
  align-items: center;
  background: rgba(0, 0, 0, 0.78);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 26px;
  height: 64px;
  justify-content: center;
  left: 50%;
  line-height: 1;
  padding-left: 4px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
}

.gvg-duration {
  background: rgba(0, 0, 0, 0.82);
  border-radius: 4px;
  bottom: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 5px 6px;
  position: absolute;
  right: 8px;
}

.gvg-feature-copy {
  align-self: center;
}

#globe-video-transcript-library .gvg-feature-copy h3 {
  color: #fff;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.12;
  margin: 0 0 10px;
}

#globe-video-transcript-library .gvg-feature-copy p {
  color: #cfcfcf;
  font-size: 16px;
  margin: 0 0 16px;
}

.gvg-grid {
  display: grid;
  gap: 26px 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gvg-card {
  min-width: 0;
}

.gvg-card[hidden] {
  display: none !important;
}

.gvg-card a {
  color: inherit;
  display: block;
  text-decoration: none;
}

#globe-video-transcript-library .gvg-card h3 {
  color: #fff;
  font-size: 16px;
  line-height: 1.28;
  margin: 10px 0 6px;
}

.gvg-card-meta {
  color: #aaa;
  font-size: 13px;
  margin: 0 0 8px;
}

#globe-video-transcript-library .gvg-card p {
  color: #cfcfcf;
  font-size: 14px;
  margin: 0;
}

.gvg-chip {
  background: #24394e;
  border-radius: 999px;
  color: #dcecff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
  padding: 5px 9px;
}

.gvg-transcript-list {
  border-top: 1px solid #2d2d2d;
  margin-top: 34px;
  padding-top: 18px;
}

.gvg-transcript-list summary {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
}

.gvg-transcript-list ul {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

@media (max-width: 980px) {
  .gvg-feature {
    grid-template-columns: 1fr;
  }

  .gvg-grid,
  .gvg-transcript-list ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  #globe-video-transcript-library.globe-youtube-video-gallery {
    padding: 14px 12px 34px;
  }

  .gvg-channel-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .gvg-youtube-link {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .gvg-avatar {
    height: 58px;
    width: 58px;
  }

  .gvg-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .gvg-sort {
    justify-content: flex-start;
  }

  .gvg-grid,
  .gvg-transcript-list ul {
    grid-template-columns: 1fr;
  }
}

/* ===== globe-social-vector-icons-20260515 ===== */
.gth-socials {
  align-items: center;
}

.gth-social-link[data-globe-social-vector="true"] {
  align-items: center;
  border-radius: 5px;
  display: inline-flex !important;
  flex: 0 0 auto;
  height: 32px;
  justify-content: center;
  overflow: hidden;
  width: 32px;
}

.gth-social-link[data-globe-social-vector="true"] img {
  display: none !important;
}

.gth-social-link[data-globe-social-vector="true"] .gth-social-vector {
  display: block;
  height: 100%;
  width: 100%;
}

@media (max-width: 560px) {
  .gth-social-link[data-globe-social-vector="true"] {
    height: 30px;
    width: 30px;
  }
}

/* ===== globe-footer-bottom-fix-20260515 ===== */
html.globe-footer-bottom-fix-ready,
html.globe-footer-bottom-fix-ready body {
  min-height: 100vh !important;
}

html.globe-footer-bottom-fix-ready body {
  display: flex !important;
  flex-direction: column !important;
}

html.globe-footer-bottom-fix-ready body > #wpadminbar,
html.globe-footer-bottom-fix-ready body > script,
html.globe-footer-bottom-fix-ready body > style,
html.globe-footer-bottom-fix-ready body > link,
html.globe-footer-bottom-fix-ready body > meta,
html.globe-footer-bottom-fix-ready body > title,
html.globe-footer-bottom-fix-ready body > noscript {
  flex: 0 0 auto !important;
}

html.globe-footer-bottom-fix-ready body > #globe-site-header {
  flex: 0 0 auto !important;
  order: 0 !important;
}

html.globe-footer-bottom-fix-ready body > #globe-premium-home,
html.globe-footer-bottom-fix-ready body > #globe-product-line-page,
html.globe-footer-bottom-fix-ready body > #globe-flooring-page,
html.globe-footer-bottom-fix-ready body > #globe-dealer-locator,
html.globe-footer-bottom-fix-ready body > #globe-dealer-locator-page,
html.globe-footer-bottom-fix-ready body > #globe-video-gallery,
html.globe-footer-bottom-fix-ready body > #globe-buyer-page,
html.globe-footer-bottom-fix-ready body > #globe-government-page,
html.globe-footer-bottom-fix-ready body > #globe-military-page,
html.globe-footer-bottom-fix-ready body > #container,
html.globe-footer-bottom-fix-ready body > main {
  flex: 0 0 auto !important;
  order: 10 !important;
}

html.globe-footer-bottom-fix-ready body > #globe-site-footer {
  flex: 0 0 auto !important;
  margin-top: auto !important;
  margin-bottom: 0 !important;
  order: 20 !important;
}

html.globe-footer-bottom-fix-ready body > .pattern {
  pointer-events: none !important;
}

/* ===== globe-about-page-20260515 ===== */
html.globe-about-page-ready,
html.globe-about-page-ready body {
  background: #111 !important;
  margin: 0 !important;
  overflow-x: hidden !important;
}

html.globe-about-page-ready body > :not(#wpadminbar):not(#globe-site-header):not(#globe-about-page):not(#globe-site-footer) {
  display: none !important;
}

#globe-about-page,
#globe-about-page *,
#globe-about-page *::before,
#globe-about-page *::after {
  box-sizing: border-box;
}

#globe-about-page {
  --gap-blue: #076aa5;
  --gap-navy: #071624;
  --gap-ink: #101820;
  --gap-muted: #526679;
  --gap-line: #d8e1ea;
  --gap-panel: #f3f7fb;
  width: min(100%, 1440px);
  margin: 0 auto;
  background: var(--gap-panel);
  color: var(--gap-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

#globe-about-page img,
#globe-about-page iframe {
  display: block;
  max-width: 100%;
}

#globe-about-page a {
  color: inherit;
}

.gap-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  min-height: 470px;
  background: #07111c;
  color: #fff;
}

.gap-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: clamp(34px, 5vw, 72px);
}

.gap-kicker,
.gap-card-kicker {
  margin: 0;
  color: #7bc4f2;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gap-hero h1,
.gap-section h2,
.gap-contact h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: uppercase;
}

.gap-hero h1 {
  max-width: 620px;
  color: #fff;
  font-size: clamp(44px, 6vw, 84px);
}

#globe-about-page .gap-section h2,
#globe-about-page .gap-contact h2 {
  color: #101820 !important;
}

#globe-about-page .gap-section.is-dark h2,
#globe-about-page .gap-section.is-dark .gap-capability h3 {
  color: #fff !important;
}

.gap-hero p {
  max-width: 640px;
  margin: 0;
  color: #dbe8f2;
  font-size: clamp(17px, 1.8vw, 21px);
}

.gap-actions,
.gap-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.gap-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 2px solid #fff;
  background: #fff;
  color: #071624 !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.gap-button.is-outline {
  background: transparent;
  color: #fff !important;
}

.gap-button.is-blue {
  border-color: var(--gap-blue);
  background: var(--gap-blue);
  color: #fff !important;
}

.gap-hero-media {
  position: relative;
  min-height: 360px;
  overflow: hidden;
}

.gap-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.gap-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 17, 28, 0.5), rgba(7, 17, 28, 0.08));
  pointer-events: none;
}

.gap-section {
  padding: clamp(36px, 5vw, 72px) clamp(20px, 5vw, 72px);
}

.gap-section.is-white {
  background: #fff;
}

.gap-section.is-dark {
  background: #071624;
  color: #fff;
}

.gap-section-head {
  max-width: 920px;
  margin-bottom: 28px;
}

.gap-section h2,
.gap-contact h2 {
  margin-bottom: 10px;
  font-size: clamp(31px, 4vw, 54px);
}

.gap-section-head p,
.gap-contact p {
  margin: 0;
  max-width: 860px;
  color: var(--gap-muted);
  font-size: clamp(16px, 1.6vw, 20px);
}

.gap-section.is-dark .gap-section-head p,
.gap-section.is-dark p {
  color: #d4e3ee;
}

.gap-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--gap-line);
  border: 1px solid var(--gap-line);
}

.gap-stat {
  min-height: 124px;
  padding: 24px;
  background: #fff;
}

.gap-stat strong {
  display: block;
  color: #071624;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1;
}

.gap-stat span {
  display: block;
  margin-top: 8px;
  color: #506273;
  font-size: 15px;
  font-weight: 800;
}

.gap-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

.gap-story-copy p {
  margin: 0 0 18px;
  color: #263a4b;
  font-size: 18px;
}

.gap-story-card {
  border-left: 6px solid var(--gap-blue);
  background: #f2f7fb;
  padding: 24px;
}

.gap-story-card h3 {
  margin: 8px 0 10px;
  font-size: 24px;
}

.gap-story-card p {
  margin: 0;
  color: #31495e;
}

.gap-capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gap-capability {
  min-height: 150px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  padding: 22px;
}

.gap-capability h3,
.gap-video-copy h3,
.gap-contact-card h3 {
  margin: 0 0 9px;
  font-size: 22px;
}

.gap-capability p,
.gap-video-copy p,
.gap-contact-card p {
  margin: 0;
  color: #d4e3ee;
}

.gap-video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.gap-video-frame {
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  background: #000;
}

.gap-video-poster {
  display: grid !important;
  width: 100%;
  height: 100%;
  place-items: center;
  background-image: linear-gradient(rgba(7, 22, 36, 0.28), rgba(7, 22, 36, 0.28)), url("https://i.ytimg.com/vi/zwWAoVVEMMQ/hqdefault.jpg");
  background-position: center;
  background-size: cover;
  color: #fff !important;
  text-decoration: none;
}

.gap-play {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: rgba(0, 0, 0, 0.76);
  border: 2px solid #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.gap-play::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
}

.gap-video-frame iframe,
.gap-video-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gap-video-copy p {
  color: #4f6070;
  font-size: 17px;
}

.gap-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: stretch;
  padding: clamp(36px, 5vw, 72px) clamp(20px, 5vw, 72px);
  background: #fff;
}

.gap-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gap-contact-card {
  min-height: 170px;
  border: 1px solid var(--gap-line);
  background: #f8fbfd;
  padding: 20px;
  text-decoration: none;
}

.gap-contact-card h3 {
  color: #071624;
}

.gap-contact-card p {
  color: #536879;
}

.gap-contact-card strong {
  display: block;
  margin-top: 16px;
  color: var(--gap-blue);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .gap-hero,
  .gap-story,
  .gap-video-grid,
  .gap-contact {
    grid-template-columns: 1fr;
  }

  .gap-stat-grid,
  .gap-capabilities,
  .gap-contact-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gap-hero-media {
    order: -1;
  }
}

@media (max-width: 600px) {
  .gap-hero-copy,
  .gap-section,
  .gap-contact {
    padding: 28px 16px;
  }

  .gap-hero h1 {
    font-size: 42px;
  }

  .gap-stat-grid,
  .gap-capabilities,
  .gap-contact-cards {
    grid-template-columns: 1fr;
  }

  .gap-button {
    width: 100%;
  }
}

/* ===== globe-product-priority-menu-20260515 ===== */
:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav {
  align-items: stretch !important;
  background: #2f2f2f !important;
  border-bottom: 4px solid #566575 !important;
  border-top: 1px solid #222 !important;
  display: grid !important;
  grid-template-columns: 0.98fr 1.16fr 0.86fr 1.18fr 1.06fr 1.04fr 1fr 1fr 1.1fr !important;
  gap: 0 !important;
  min-height: 52px !important;
  padding: 0 !important;
}

:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav > .gth-nav-item {
  background: #fff !important;
  border-right: 1px solid #cfd6dd !important;
  display: flex !important;
  min-width: 0 !important;
  position: relative !important;
}

:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav > .gth-nav-item > .gth-nav-link,
:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-subnav-toggle {
  align-items: center !important;
  background: #fff !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  color: #101820 !important;
  display: flex !important;
  justify-content: center !important;
  min-height: 54px !important;
  text-align: center !important;
}

:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav > .gth-nav-item > .gth-nav-link {
  flex: 1 1 auto !important;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(16px, 1.28vw, 25px) !important;
  font-stretch: condensed !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 0.96 !important;
  min-width: 0 !important;
  padding: 0 18px !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: normal !important;
}

:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-subnav-toggle {
  appearance: none !important;
  border-left: 1px solid #c8d4de !important;
  flex: 0 0 34px !important;
  font-size: 13px !important;
  line-height: 1 !important;
  padding: 0 !important;
}

:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav > .gth-nav-item:hover > .gth-nav-link,
:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav > .gth-nav-item:focus-within > .gth-nav-link,
:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav > .gth-nav-item:hover > .gth-subnav-toggle,
:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav > .gth-nav-item:focus-within > .gth-subnav-toggle {
  background: #eef4f9 !important;
  color: #064c85 !important;
  text-decoration: none !important;
}

:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav > .gth-nav-item.gth-videos-direct > .gth-nav-link,
:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav > .gth-nav-item:has(> .gth-nav-link[href="https://www.globetrailers.com/video-gallery/"]) > .gth-nav-link {
  background: #102235 !important;
  color: #fff !important;
}

:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav > .gth-nav-item > .gth-nav-link.is-military,
:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav > .gth-nav-item > .gth-nav-link.is-government {
  border-right: 0 !important;
  color: #fff !important;
}

:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav > .gth-nav-item > .gth-nav-link.is-military,
:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav > .gth-nav-item:hover > .gth-nav-link.is-military,
:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav > .gth-nav-item:focus-within > .gth-nav-link.is-military {
  background: #3b6c38 !important;
}

:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav > .gth-nav-item > .gth-nav-link.is-government,
:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav > .gth-nav-item:hover > .gth-nav-link.is-government,
:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav > .gth-nav-item:focus-within > .gth-nav-link.is-government {
  background: #064c85 !important;
}

:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-subnav {
  background: #fff !important;
  border: 1px solid #cbd6df !important;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.32) !important;
  color: #101820 !important;
  min-width: 270px !important;
  padding: 8px !important;
}

:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav .gth-subnav a {
  background: #fff !important;
  border-left: 3px solid transparent !important;
  border-radius: 0 !important;
  color: #101820 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  padding: 11px 12px !important;
  text-decoration: none !important;
}

:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav .gth-subnav a:hover,
:where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav .gth-subnav a:focus-visible {
  background: #edf4fa !important;
  border-left-color: #064c85 !important;
  color: #064c85 !important;
  text-decoration: none !important;
}

@media (max-width: 980px) {
  :where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  :where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav > .gth-nav-item > .gth-nav-link {
    font-size: 18px !important;
  }
}

@media (max-width: 560px) {
  :where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  :where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav > .gth-nav-item > .gth-nav-link,
  :where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-subnav-toggle {
    min-height: 50px !important;
  }

  :where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-nav > .gth-nav-item > .gth-nav-link {
    font-size: 17px !important;
    padding: 0 12px !important;
  }

  :where(#globe-premium-home, #globe-site-header, #globe-buyer-page .globe-site-chrome) .gth-subnav-toggle {
    flex-basis: 32px !important;
  }
}

/* ===== globe-homepage-edge-image-20260516 ===== */
#globe-premium-home .gth-hero-wrap {
  background: #171717 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

#globe-premium-home .gth-slideshow {
  border: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

#globe-premium-home .gth-slide img {
  display: block !important;
  height: 100% !important;
  margin: 0 !important;
  max-width: none !important;
  object-fit: cover !important;
  width: 100% !important;
}

/* ===== globe-request-model-prefill-20260517 ===== */
.globe-model-prefill-note {
  background: #eef7ff;
  border: 1px solid #b9d8ee;
  color: #0b2a42;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0 0 18px;
  padding: 14px 16px;
}

/* ===== globe-sales-routing-20260516 ===== */
body.page-id-1823 #globe-sales-routing-form,
body.page-id-1823 #globe-sales-routing-form * {
  box-sizing: border-box;
}
body.page-id-1823 #globe-sales-routing-form {
  background: #f3f7fa;
  color: #132d42;
  font-family: Arial, Helvetica, sans-serif;
  padding: clamp(22px, 4vw, 52px);
}
body.page-id-1823 .gsr-inner {
  background: #fff;
  border: 1px solid #cfdde7;
  margin: 0 auto;
  max-width: 980px;
  padding: clamp(20px, 4vw, 42px);
}
body.page-id-1823 .gsr-kicker {
  color: #00548f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  margin: 0 0 9px;
  text-transform: uppercase;
}
body.page-id-1823 #globe-sales-routing-form h1 {
  color: #fff !important;
  font: 900 clamp(34px, 5vw, 62px)/.95 Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0,0,0,.58);
}
body.page-id-1823 #globe-sales-routing-form p {
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 18px;
}
body.page-id-1823 #globe-sales-routing-form a {
  color: #00548f;
  font-weight: 900;
}
body.page-id-1823 .gsr-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}
body.page-id-1823 .gsr-field {
  color: #19384f;
  display: grid;
  font-size: 13px;
  font-weight: 900;
  gap: 6px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
body.page-id-1823 .gsr-field.is-wide {
  grid-column: 1 / -1;
}
body.page-id-1823 .gsr-field input,
body.page-id-1823 .gsr-field select,
body.page-id-1823 .gsr-field textarea {
  background: #fff;
  border: 1px solid #bdd0dd;
  color: #0f273a;
  font: 700 15px Arial, Helvetica, sans-serif;
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}
body.page-id-1823 .gsr-field textarea {
  min-height: 130px;
}
body.page-id-1823 .gsr-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  grid-column: 1 / -1;
  margin-top: 6px;
}
body.page-id-1823 .gsr-submit {
  background: #00548f;
  border: 1px solid #00548f;
  color: #fff;
  cursor: pointer;
  font: 900 14px Arial, Helvetica, sans-serif;
  letter-spacing: .06em;
  min-height: 48px;
  padding: 12px 20px;
  text-transform: uppercase;
}
body.page-id-1823 .gsr-status {
  color: #19384f;
  font-size: 14px;
  font-weight: 800;
}
body.page-id-1823 .gsr-status.is-error {
  color: #9d1c1c;
}
body.page-id-1823 .gsr-status.is-ok {
  color: #166534;
}
@media (max-width: 760px) {
  body.page-id-1823 .gsr-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== globe-header-layout-hotfix-20260606 ===== */
#globe-premium-home .gdl2-command-top,
#globe-site-header.gdl2-shared-site-header .gdl2-command-top {
  align-items: center !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: minmax(220px, 300px) minmax(420px, 1fr) minmax(430px, 560px) !important;
  min-height: 150px !important;
  padding: 24px clamp(28px, 4vw, 72px) !important;
  text-align: left !important;
}
#globe-premium-home .gdl2-command-logo,
#globe-site-header.gdl2-shared-site-header .gdl2-command-logo {
  display: block !important;
  justify-self: start !important;
  max-width: 300px !important;
  min-width: 220px !important;
  width: 18vw !important;
}
#globe-premium-home .gdl2-command-logo img,
#globe-site-header.gdl2-shared-site-header .gdl2-command-logo img {
  display: block !important;
  height: auto !important;
  max-width: 100% !important;
  width: 100% !important;
}
#globe-premium-home .gdl2-command-nav,
#globe-site-header.gdl2-shared-site-header .gdl2-command-nav {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px 16px !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
  width: 100% !important;
}
#globe-premium-home .gdl2-command-nav a,
#globe-site-header.gdl2-shared-site-header .gdl2-command-nav a {
  display: inline-block !important;
  font-size: clamp(13px, .9vw, 17px) !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}
#globe-premium-home .gdl2-command-actions,
#globe-site-header.gdl2-shared-site-header .gdl2-command-actions {
  align-items: stretch !important;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: repeat(3, minmax(132px, 1fr)) !important;
  justify-content: end !important;
  justify-self: end !important;
  max-width: 560px !important;
  width: 100% !important;
}
#globe-premium-home .gdl2-contact-button,
#globe-site-header.gdl2-shared-site-header .gdl2-contact-button {
  box-sizing: border-box !important;
  display: grid !important;
  flex: none !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  min-height: 68px !important;
  min-width: 0 !important;
  overflow: hidden !important;
  padding: 9px 10px !important;
  white-space: normal !important;
  width: 100% !important;
}
#globe-premium-home .gdl2-contact-icon,
#globe-site-header.gdl2-shared-site-header .gdl2-contact-icon {
  flex: none !important;
  width: 34px !important;
}
#globe-premium-home .gdl2-contact-icon svg,
#globe-site-header.gdl2-shared-site-header .gdl2-contact-icon svg {
  height: 30px !important;
  width: 32px !important;
}
#globe-premium-home .gdl2-contact-copy,
#globe-site-header.gdl2-shared-site-header .gdl2-contact-copy {
  min-width: 0 !important;
  overflow: hidden !important;
}
#globe-premium-home .gdl2-contact-title,
#globe-site-header.gdl2-shared-site-header .gdl2-contact-title {
  font-size: 17px !important;
  line-height: 1 !important;
  overflow-wrap: anywhere !important;
}
#globe-premium-home .gdl2-contact-detail,
#globe-site-header.gdl2-shared-site-header .gdl2-contact-detail {
  font-size: 11px !important;
  line-height: 1.1 !important;
  overflow-wrap: anywhere !important;
}
#globe-premium-home .gdl2-contact-note,
#globe-site-header.gdl2-shared-site-header .gdl2-contact-note {
  font-size: 9px !important;
  line-height: 1.12 !important;
  overflow-wrap: anywhere !important;
}
#globe-premium-home .gdl2-command-underbar,
#globe-site-header.gdl2-shared-site-header .gdl2-command-underbar {
  align-items: center !important;
  justify-content: center !important;
  min-height: 64px !important;
  padding: 12px clamp(22px, 4vw, 72px) !important;
}
@media (max-width: 1240px) {
  #globe-premium-home .gdl2-command-top,
  #globe-site-header.gdl2-shared-site-header .gdl2-command-top {
    grid-template-columns: minmax(210px, 280px) 1fr !important;
  }
  #globe-premium-home .gdl2-command-actions,
  #globe-site-header.gdl2-shared-site-header .gdl2-command-actions {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    max-width: 760px !important;
  }
}
@media (max-width: 760px) {
  #globe-premium-home .gdl2-command-top,
  #globe-site-header.gdl2-shared-site-header .gdl2-command-top {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    min-height: 0 !important;
    padding: 20px 16px !important;
    text-align: center !important;
  }
  #globe-premium-home .gdl2-command-logo,
  #globe-site-header.gdl2-shared-site-header .gdl2-command-logo {
    justify-self: center !important;
    width: min(260px, 78vw) !important;
  }
  #globe-premium-home .gdl2-command-nav,
  #globe-site-header.gdl2-shared-site-header .gdl2-command-nav {
    justify-content: center !important;
  }
  #globe-premium-home .gdl2-command-actions,
  #globe-site-header.gdl2-shared-site-header .gdl2-command-actions {
    grid-template-columns: 1fr !important;
    max-width: 360px !important;
  }
}

/* ===== globe-header-remove-cta-20260606 ===== */
#globe-premium-home .gdl2-command-actions,
#globe-site-header.gdl2-shared-site-header .gdl2-command-actions {
  display: none !important;
}
#globe-premium-home .gdl2-command-top,
#globe-site-header.gdl2-shared-site-header .gdl2-command-top {
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr) !important;
  min-height: 132px !important;
}
#globe-premium-home .gdl2-command-nav,
#globe-site-header.gdl2-shared-site-header .gdl2-command-nav {
  justify-content: flex-start !important;
}
@media (max-width: 760px) {
  #globe-premium-home .gdl2-command-top,
  #globe-site-header.gdl2-shared-site-header .gdl2-command-top {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }
  #globe-premium-home .gdl2-command-nav,
  #globe-site-header.gdl2-shared-site-header .gdl2-command-nav {
    justify-content: center !important;
  }
}

/* ===== globe-header-center-nav-20260606 ===== */
#globe-premium-home .gdl2-command-top,
#globe-site-header.gdl2-shared-site-header .gdl2-command-top {
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr) !important;
}
#globe-premium-home .gdl2-command-nav,
#globe-site-header.gdl2-shared-site-header .gdl2-command-nav {
  justify-content: center !important;
  justify-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
@media (max-width: 760px) {
  #globe-premium-home .gdl2-command-top,
  #globe-site-header.gdl2-shared-site-header .gdl2-command-top {
    grid-template-columns: 1fr !important;
  }
}

/* ===== globe-header-expanded-nav-20260606 ===== */
#globe-premium-home .gdl2-command-nav,
#globe-site-header.gdl2-shared-site-header .gdl2-command-nav {
  gap: 10px 18px !important;
  max-width: none !important;
  width: 100% !important;
}
#globe-premium-home .gdl2-command-nav a,
#globe-site-header.gdl2-shared-site-header .gdl2-command-nav a {
  font-size: clamp(12px, .82vw, 15px) !important;
}

/* ===== globe-contact-fab-20260601 ===== */
/* Replace Zoho SalesIQ chat with a Contact Us button: hide all Zoho chat UI */
#zsiq_float,#zsiq_chat_wrap,#siqcollapse,.zsiq_floatmain,.zsiq-float{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;}
/* Floating Contact Us button (bottom-right, brand blue) */
#globe-contact-fab{position:fixed!important;right:24px;bottom:24px;z-index:2147483000;display:inline-flex;align-items:center;gap:9px;padding:14px 22px;border-radius:40px;background:#0a66c2;color:#fff!important;text-decoration:none!important;font-family:inherit;font-size:16px;font-weight:600;line-height:1;box-shadow:0 6px 18px rgba(0,0,0,.28);transition:background .2s ease,transform .2s ease;cursor:pointer;}
#globe-contact-fab:hover,#globe-contact-fab:focus{background:#084d92;color:#fff!important;transform:translateY(-1px);}
#globe-contact-fab svg{width:21px;height:21px;fill:currentColor;flex:0 0 auto;}
@media (max-width:600px){#globe-contact-fab{right:16px;bottom:16px;padding:12px 18px;font-size:15px;}}

/* ===== globe-video-gallery-thumbs-20260607-style ===== */
#globe-video-transcript-library .gvt-grid{list-style:none;margin:0 0 10px;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:18px}
#globe-video-transcript-library .gvt-grid>li.gvt-card{margin:0;padding:0;background:#fff;border:1px solid #d9e3ec;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 2px rgba(7,17,28,.06)}
#globe-video-transcript-library .gvt-thumb{position:relative;display:block;width:100%;aspect-ratio:16/9;background:#000;cursor:pointer}
#globe-video-transcript-library .gvt-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease,opacity .25s ease}
#globe-video-transcript-library .gvt-thumb:hover img,#globe-video-transcript-library .gvt-thumb:focus-visible img{transform:scale(1.04);opacity:.92}
#globe-video-transcript-library .gvt-play{position:absolute;top:50%;left:50%;width:62px;height:44px;transform:translate(-50%,-50%);background:rgba(7,17,28,.78);border-radius:10px;pointer-events:none;transition:background .2s ease}
#globe-video-transcript-library .gvt-play::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-40%,-50%);border-style:solid;border-width:9px 0 9px 16px;border-color:transparent transparent transparent #fff}
#globe-video-transcript-library .gvt-thumb:hover .gvt-play,#globe-video-transcript-library .gvt-thumb:focus-visible .gvt-play{background:#d71920}
#globe-video-transcript-library .gvt-dur{position:absolute;right:8px;bottom:8px;padding:2px 7px;background:rgba(0,0,0,.82);color:#fff;font:700 12px/1.5 Arial,Helvetica,sans-serif;border-radius:4px;letter-spacing:.02em}
#globe-video-transcript-library .gvt-frame{position:relative;width:100%;aspect-ratio:16/9;background:#000}
#globe-video-transcript-library .gvt-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
#globe-video-transcript-library .gvt-title{margin:12px 14px 4px;font:700 16px/1.35 Arial,Helvetica,sans-serif;letter-spacing:0;text-transform:none}
#globe-video-transcript-library .gvt-title a{color:#07111c;text-decoration:none}
#globe-video-transcript-library .gvt-title a:hover{color:#0b5c9a;text-decoration:underline}
#globe-video-transcript-library .gvt-desc{margin:0 14px 14px;color:#4a5f73;font-size:14px;line-height:1.5}

/* ===== globe-design-level2-20260516-style ===== */
:root {
  --gdl2-red: #c81925;
  --gdl2-red-dark: #9f111b;
  --gdl2-ink: #11151c;
  --gdl2-panel: #171d27;
  --gdl2-soft: #f4f6f8;
  --gdl2-line: #d7dde5;
  --gdl2-text: #172231;
  --gdl2-muted: #5d6877;
  --gdl2-wrap: min(100% - 32px, 1180px);
}

body header#header,
body #header,
body .header-content-wrapper,
body .menu-box-wrapper,
body .menu-box,
body footer#footer,
body #wrapper-footer,
body .wrapper-footer,
body .footer-signature,
body .footer-widget-area,
body .pattern,
body > a[href^="tel:+1-800-800-3484"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

html.globe-design2-home-pending,
html.globe-design2-home-pending body {
  background: #0d1016 !important;
}

html.globe-design2-home-pending body > :not(#wpadminbar):not(#globe-ai-assistant) {
  opacity: 0 !important;
  visibility: hidden !important;
}

html.globe-design2-level-pending,
html.globe-design2-level-pending body {
  background: #eef2f6 !important;
}

html.globe-design2-level-pending body > :not(#wpadminbar):not(#globe-ai-assistant):not(#globe-site-header):not(#globe-site-footer):not(#globe-design2-level-page) {
  opacity: 0 !important;
  visibility: hidden !important;
}

html.globe-design2-special-pending,
html.globe-design2-special-pending body {
  background: #eef3f7 !important;
}

html.globe-design2-special-pending body > :not(#wpadminbar):not(#globe-ai-assistant):not(#globe-site-header):not(#globe-site-footer):not(#globe-dealer-inventory-page):not(#globe-dealer-locator):not(#globe-video-transcript-library):not(#globe-about-page):not(#globe-flooring-page):not(#globe-quote-guidance) {
  opacity: 0 !important;
  visibility: hidden !important;
}

html.globe-design2-home-ready body > :not(#wpadminbar):not(#globe-premium-home):not(#globe-ai-assistant) {
  display: none !important;
}

#globe-premium-home.gdl2-home-active,
#globe-premium-home.gdl2-home-active * ,
#globe-design2-level-page,
#globe-design2-level-page *,
#globe-product-line-page .gdl2-intent-band,
#globe-product-line-page .gdl2-intent-band * {
  box-sizing: border-box;
}

#globe-premium-home.gdl2-home-active main {
  background: #0d1016;
  color: #fff;
  overflow: hidden;
}

#globe-premium-home.gdl2-home-active > header,
#globe-premium-home.gdl2-home-active > nav,
#globe-premium-home.gdl2-home-active > footer,
#globe-premium-home.gdl2-home-active header#header,
#globe-premium-home.gdl2-home-active .gth-shell > nav,
#globe-premium-home.gdl2-home-active .gth-shell > header,
#globe-premium-home.gdl2-home-active .gth-shell > footer {
  display: none !important;
}

#globe-premium-home .gdl2-home-photo {
  background: #111;
  height: clamp(380px, 49vw, 700px);
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#globe-premium-home .gdl2-home-slide {
  inset: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 900ms ease;
}

#globe-premium-home .gdl2-home-slide.is-active {
  opacity: 1;
}

#globe-premium-home .gdl2-home-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

#globe-premium-home .gdl2-home-body {
  background:
    radial-gradient(circle at 75% 10%, rgba(200,25,37,.20), transparent 30%),
    linear-gradient(135deg, #171d27 0%, #080a0e 55%, #0d1016 100%);
  border-top: 4px solid var(--gdl2-red);
  padding: clamp(34px, 5vw, 72px) 0;
}

#globe-premium-home .gdl2-home-wrap,
#globe-design2-level-page .gdl2-wrap {
  margin: 0 auto;
  width: var(--gdl2-wrap);
}

#globe-premium-home .gdl2-home-intro {
  align-items: end;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 24px;
}

#globe-premium-home .gdl2-kicker,
#globe-design2-level-page .gdl2-kicker,
#globe-product-line-page .gdl2-intent-kicker {
  color: #ffb4ba;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: uppercase;
}

#globe-premium-home .gdl2-home-intro h1,
#globe-design2-level-page .gdl2-hero h1 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 5.4vw, 68px);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: .94;
  margin: 0;
}

#globe-premium-home .gdl2-home-intro p,
#globe-design2-level-page .gdl2-hero p,
#globe-product-line-page .gdl2-intent-band p {
  color: #d7dde6;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
  margin: 0;
}

#globe-premium-home .gdl2-home-actions,
#globe-design2-level-page .gdl2-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.gdl2-btn {
  align-items: center;
  border: 1px solid rgba(255,255,255,.18);
  color: #fff !important;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  line-height: 1.1;
  min-height: 48px;
  padding: 0 18px;
  text-decoration: none !important;
}

.gdl2-btn.primary {
  background: var(--gdl2-red);
  border-color: var(--gdl2-red);
}

.gdl2-btn.secondary {
  background: rgba(255,255,255,.08);
}

#globe-premium-home .gdl2-platform-grid,
#globe-design2-level-page .gdl2-card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#globe-premium-home .gdl2-platform-card,
#globe-design2-level-page .gdl2-card,
#globe-product-line-page .gdl2-intent-card {
  background: #fff;
  border: 1px solid #e2e7ee;
  color: var(--gdl2-text);
  min-height: 176px;
  overflow: hidden;
  padding: 22px;
  position: relative;
  text-decoration: none !important;
}

#globe-premium-home .gdl2-platform-card::after,
#globe-design2-level-page .gdl2-card::after,
#globe-product-line-page .gdl2-intent-card::after {
  background: rgba(200,25,37,.12);
  border-radius: 999px;
  bottom: -42px;
  content: "";
  height: 118px;
  position: absolute;
  right: -42px;
  width: 118px;
}

#globe-premium-home .gdl2-platform-card small,
#globe-design2-level-page .gdl2-card small,
#globe-product-line-page .gdl2-intent-card small {
  color: var(--gdl2-red);
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  line-height: 1.2;
  margin-bottom: 12px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

#globe-premium-home .gdl2-platform-card h2,
#globe-design2-level-page .gdl2-card h2,
#globe-product-line-page .gdl2-intent-card h3 {
  color: var(--gdl2-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 950;
  letter-spacing: -.035em;
  line-height: 1;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
}

#globe-premium-home .gdl2-platform-card p,
#globe-design2-level-page .gdl2-card p,
#globe-product-line-page .gdl2-intent-card p {
  color: #596573;
  font-size: 15px;
  line-height: 1.48;
  margin: 0;
  position: relative;
  z-index: 1;
}

#globe-premium-home .gdl2-home-strip {
  align-items: center;
  background: var(--gdl2-red);
  color: #fff;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 18px;
  padding: 26px;
}

#globe-premium-home .gdl2-home-strip h2 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 950;
  letter-spacing: -.04em;
  line-height: 1;
  margin: 0 0 6px;
}

#globe-premium-home .gdl2-home-strip p {
  color: #ffe4e7;
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
}

html.globe-design2-level-ready,
html.globe-design2-level-ready body {
  background: #eef2f6 !important;
  overflow-x: hidden !important;
}

html.globe-design2-level-ready body > :not(#wpadminbar):not(#globe-site-header):not(#globe-design2-level-page):not(#globe-site-footer):not(#globe-ai-assistant) {
  display: none !important;
}

html.globe-product-line-page-ready.globe-design2-level-ready body > #globe-design2-level-page,
html.globe-design2-level-ready body > #globe-design2-level-page {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100% !important;
}

html.globe-buyer-page-ready.globe-design2-shared-chrome-ready body > #globe-site-header,
html.globe-buyer-page-ready.globe-design2-shared-chrome-ready body > #globe-site-footer {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#globe-design2-level-page {
  background: #eef2f6;
  color: var(--gdl2-text);
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

#globe-design2-level-page a {
  text-decoration: none;
}

#globe-design2-level-page .gdl2-hero {
  background:
    linear-gradient(90deg, rgba(8,11,16,.92) 0%, rgba(8,11,16,.70) 48%, rgba(8,11,16,.18) 100%),
    var(--gdl2-page-image);
  background-position: center;
  background-size: cover;
  color: #fff;
  min-height: clamp(340px, 39vw, 520px);
  padding: clamp(46px, 7vw, 86px) 0;
}

#globe-design2-level-page .gdl2-hero-copy {
  max-width: 720px;
}

#globe-design2-level-page.gdl2-no-hero-text .gdl2-hero {
  min-height: clamp(220px, 26vw, 360px);
}

#globe-design2-level-page.gdl2-no-hero-text .gdl2-hero-copy {
  display: none;
}

#globe-design2-level-page .gdl2-hero p {
  max-width: 620px;
  padding-top: 16px;
}

#globe-design2-level-page .gdl2-actions {
  justify-content: flex-start;
  margin-top: 22px;
}

#globe-design2-level-page .gdl2-section {
  padding: clamp(36px, 5vw, 66px) 0;
}

#globe-design2-level-page .gdl2-section-head {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  margin-bottom: 22px;
}

#globe-design2-level-page .gdl2-section-head h2 {
  color: var(--gdl2-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(28px, 4vw, 50px);
  font-weight: 950;
  letter-spacing: -.05em;
  line-height: 1;
  margin: 0;
}

#globe-design2-level-page .gdl2-section-head p {
  color: var(--gdl2-muted);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

#globe-design2-level-page .gdl2-card {
  min-height: 190px;
}

#globe-design2-level-page .gdl2-proof {
  background: #0d1016;
  color: #fff;
  padding: clamp(28px, 4vw, 46px) 0;
}

#globe-design2-level-page .gdl2-proof-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}

#globe-design2-level-page .gdl2-proof-item {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  overflow: hidden;
  padding: 22px;
  min-width: 0;
}

#globe-design2-level-page .gdl2-proof-item strong {
  display: block;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 7px;
  overflow-wrap: normal;
  text-overflow: clip;
  white-space: nowrap;
  word-break: normal;
}

#globe-design2-level-page .gdl2-proof-item span {
  color: #c3cad5;
  display: block;
  font-size: 14px;
  line-height: 1.35;
}

#globe-design2-level-page.gdl2-sourcewell-page {
  background: #eef3f7;
}

#globe-design2-level-page.gdl2-sourcewell-page .gdl2-hero {
  min-height: 560px;
}

#globe-design2-level-page .gdl2-sourcewell-contract {
  background: linear-gradient(135deg, #ffffff 0%, #eef6fb 100%);
  border: 1px solid rgba(255,255,255,.78);
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
  color: #0b1724;
  margin-top: 24px;
  max-width: 660px;
  padding: clamp(18px, 3vw, 28px);
}

#globe-design2-level-page .gdl2-sourcewell-contract span {
  color: #c81925;
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .20em;
  text-transform: uppercase;
}

#globe-design2-level-page .gdl2-sourcewell-contract strong {
  display: block;
  font-size: clamp(42px, 7vw, 82px);
  font-weight: 950;
  letter-spacing: -.05em;
  line-height: .92;
  margin: 8px 0;
}

#globe-design2-level-page .gdl2-sourcewell-contract em {
  color: #42556a;
  display: block;
  font-size: 15px;
  font-style: normal;
  line-height: 1.45;
}

#globe-design2-level-page .gdl2-sourcewell-flow,
#globe-design2-level-page .gdl2-sourcewell-docs,
#globe-design2-level-page .gdl2-sourcewell-faq {
  background: #fff;
  color: #142033;
  padding: clamp(34px, 5vw, 64px) 0;
}

#globe-design2-level-page .gdl2-sourcewell-flow {
  border-top: 4px solid #c81925;
}

#globe-design2-level-page .gdl2-sourcewell-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#globe-design2-level-page .gdl2-sourcewell-step,
#globe-design2-level-page .gdl2-sourcewell-doc,
#globe-design2-level-page .gdl2-sourcewell-note,
#globe-design2-level-page .gdl2-sourcewell-faq-card {
  background: #f5f8fb;
  border: 1px solid #d9e3ec;
  color: #142033;
  padding: 20px;
}

#globe-design2-level-page .gdl2-sourcewell-step b {
  align-items: center;
  background: #c81925;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  height: 32px;
  justify-content: center;
  margin-bottom: 14px;
  width: 32px;
}

#globe-design2-level-page .gdl2-sourcewell-step h2,
#globe-design2-level-page .gdl2-sourcewell-doc h3,
#globe-design2-level-page .gdl2-sourcewell-note h3,
#globe-design2-level-page .gdl2-sourcewell-faq-card h3 {
  color: #0b1724;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.035em;
  line-height: 1.05;
  margin: 0 0 10px;
}

#globe-design2-level-page .gdl2-sourcewell-step p,
#globe-design2-level-page .gdl2-sourcewell-doc p,
#globe-design2-level-page .gdl2-sourcewell-note p,
#globe-design2-level-page .gdl2-sourcewell-faq-card p {
  color: #506174;
  font-size: 15px;
  line-height: 1.48;
  margin: 0;
}

#globe-design2-level-page .gdl2-sourcewell-two {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  margin-top: 28px;
}

#globe-design2-level-page .gdl2-sourcewell-checklist {
  background: #0d1016;
  border-top: 4px solid #c81925;
  color: #fff;
  padding: clamp(24px, 4vw, 36px);
}

#globe-design2-level-page .gdl2-sourcewell-checklist h2 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 950;
  letter-spacing: -.05em;
  line-height: .98;
  margin: 0 0 18px;
}

#globe-design2-level-page .gdl2-sourcewell-checklist ul {
  columns: 2;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#globe-design2-level-page .gdl2-sourcewell-checklist li {
  break-inside: avoid;
  color: #d9e3ef;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 12px;
  padding-left: 18px;
  position: relative;
}

#globe-design2-level-page .gdl2-sourcewell-checklist li::before {
  background: #c81925;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: .42em;
  width: 7px;
}

#globe-design2-level-page .gdl2-sourcewell-note {
  background: #eaf2f8;
}

#globe-design2-level-page .gdl2-sourcewell-docs {
  background: #eef3f7;
}

#globe-design2-level-page .gdl2-sourcewell-doc-grid,
#globe-design2-level-page .gdl2-sourcewell-faq-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#globe-design2-level-page .gdl2-sourcewell-doc {
  display: flex;
  flex-direction: column;
  min-height: 178px;
  text-decoration: none !important;
}

#globe-design2-level-page .gdl2-sourcewell-doc small {
  color: #c81925;
  display: block;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .16em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

#globe-design2-level-page .gdl2-sourcewell-doc:hover,
#globe-design2-level-page .gdl2-sourcewell-doc:focus-visible {
  border-color: #c81925;
  box-shadow: 0 16px 38px rgba(11,23,36,.12);
  outline: none;
}

#globe-product-line-page.gdl2-product-page .gdl2-intent-band {
  background:
    radial-gradient(circle at 82% 12%, rgba(200,25,37,.22), transparent 32%),
    linear-gradient(135deg, #171d27 0%, #090d13 58%, #0d1016 100%);
  border: 1px solid rgba(255,255,255,.14);
  border-top: 4px solid var(--gdl2-red);
  box-shadow: 0 20px 54px rgba(7,10,15,.22);
  color: #fff;
  margin: 24px 0 30px;
  overflow: hidden;
  padding: clamp(22px, 3.4vw, 34px);
  position: relative;
}

#globe-product-line-page.gdl2-product-page .gdl2-intent-band::before {
  background: linear-gradient(90deg, rgba(255,255,255,.18), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#globe-product-line-page.gdl2-product-page .gdl2-intent-kicker {
  color: #f0b429;
  letter-spacing: .18em;
}

#globe-product-line-page.gdl2-product-page .gdl2-intent-band > p {
  color: #f4f7fb;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 850;
  letter-spacing: -.02em;
  line-height: 1.25;
  max-width: 860px;
  position: relative;
  z-index: 1;
}

#globe-product-line-page .gdl2-intent-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

#globe-product-line-page .gdl2-intent-card {
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  color: #fff;
  min-height: 150px;
  padding: 18px;
}

#globe-product-line-page .gdl2-intent-card::after {
  background: rgba(200,25,37,.30);
  opacity: .86;
}

#globe-product-line-page .gdl2-intent-card small {
  color: #ffb4ba;
}

#globe-product-line-page .gdl2-intent-card h3 {
  color: #fff;
}

#globe-product-line-page .gdl2-intent-card h3 {
  font-size: 22px;
}

#globe-product-line-page .gdl2-intent-card p {
  color: #cbd5e1;
}

html .gdl2-reviewed-page {
  scroll-margin-top: 24px;
}

body.page-id-2642 .content-headline,
body.page-id-1823 .content-headline,
body.page-id-930 .content-headline,
body.postid-3085 #content > .content-headline,
body.postid-3085 #content > .post-meta,
body.postid-3085 #content > .post-info,
body.postid-3085 #content > .wp-post-image {
  display: none !important;
}

body.page-id-1823 #globe-sales-routing-form h1,
body.page-id-930 #globe-dealer-locator .gdl-hero h1 {
  color: #fff !important;
  text-shadow: 0 3px 18px rgba(0,0,0,.58) !important;
}

body.page-id-930 #globe-dealer-locator .gdl-hero p,
body.page-id-930 #globe-dealer-locator .gdl-hero .gdl-eyebrow {
  color: #f4f8fc !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.42) !important;
}

body.page-id-930 #globe-dealer-locator .gdl-hero .gdl-btn,
body.page-id-930 #globe-dealer-locator .gdl-hero a.gdl-btn {
  color: #fff !important;
}

@media (max-width: 900px) {
  #globe-premium-home .gdl2-home-intro,
  #globe-premium-home .gdl2-home-strip,
  #globe-design2-level-page .gdl2-section-head {
    grid-template-columns: 1fr;
  }

  #globe-premium-home .gdl2-home-actions {
    justify-content: flex-start;
  }

  #globe-premium-home .gdl2-platform-grid,
  #globe-design2-level-page .gdl2-card-grid,
  #globe-design2-level-page .gdl2-proof-grid,
  #globe-product-line-page .gdl2-intent-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  :root {
    --gdl2-wrap: min(100% - 24px, 1180px);
  }

  #globe-premium-home .gdl2-home-photo {
    height: clamp(280px, 72vw, 430px);
  }

  #globe-premium-home .gdl2-platform-grid,
  #globe-design2-level-page .gdl2-card-grid,
  #globe-design2-level-page .gdl2-proof-grid,
  #globe-product-line-page .gdl2-intent-grid {
    grid-template-columns: 1fr;
  }

  #globe-premium-home .gdl2-home-body {
    padding: 30px 0;
  }

  #globe-design2-level-page .gdl2-hero {
    min-height: auto;
  }

  .gdl2-btn {
    width: 100%;
  }
}

/* Command-center homepage inspired by the provided UI reference. */
html.globe-design2-home-ready,
html.globe-design2-home-ready body {
  background: #0c1118 !important;
}

#globe-premium-home.gdl2-home-active .gth-mast,
#globe-premium-home.gdl2-home-active .gth-nav,
#globe-premium-home.gdl2-home-active .gth-site-footer,
#globe-premium-home.gdl2-home-active .gth-footer-links,
#globe-premium-home.gdl2-home-active .gth-footer-signature,
#globe-premium-home.gdl2-home-active .gth-footer-address {
  display: none !important;
}

#globe-premium-home.gdl2-home-active .gth-shell {
  background: #0c1118 !important;
  max-width: none !important;
  width: 100% !important;
}

#globe-premium-home.gdl2-home-active main {
  background: #0c1118;
  color: #f7f9fc;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}

#globe-premium-home .gdl2-command {
  background: #0c1118;
  color: #f7f9fc;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  position: relative;
}

#globe-premium-home .gdl2-command,
#globe-premium-home .gdl2-command * {
  box-sizing: border-box;
  min-width: 0;
}

#globe-premium-home .gdl2-command-bg {
  background: #10151d;
  height: clamp(390px, 54vw, 760px);
  order: 3;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 0;
}

#globe-premium-home .gdl2-command-slide {
  inset: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 900ms ease;
}

#globe-premium-home .gdl2-command-slide.is-active {
  opacity: 1;
}

#globe-premium-home .gdl2-command-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

#globe-premium-home .gdl2-command::before {
  content: none;
}

#globe-premium-home .gdl2-command-top {
  align-items: center;
  background: #070a0f;
  border-bottom: 1px solid rgba(255,255,255,.14);
  display: grid;
  gap: clamp(14px, 1.5vw, 22px);
  grid-template-columns: minmax(170px, 230px) minmax(0, 1fr) auto;
  min-height: 74px;
  order: 1;
  padding: 14px clamp(18px, 3.4vw, 46px);
}

#globe-premium-home .gdl2-command-logo {
  display: block;
  max-width: 230px;
  width: min(230px, 32vw);
}

#globe-premium-home .gdl2-command-logo img {
  display: block;
  height: auto;
  width: 100%;
}

#globe-premium-home .gdl2-command-nav {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(8px, 1vw, 16px);
  justify-content: center;
  min-width: 0;
}

#globe-premium-home .gdl2-command-nav a {
  color: #e7edf7;
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 900;
  letter-spacing: .005em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
}

#globe-premium-home .gdl2-command-nav a:hover,
#globe-premium-home .gdl2-command-nav a:focus-visible {
  color: #fff;
  text-decoration: underline !important;
}

#globe-premium-home .gdl2-command-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  max-width: 632px;
  width: min(632px, 43vw);
}

#globe-premium-home .gdl2-command-phone {
  color: #fff;
  font-size: clamp(16px, 1.35vw, 22px);
  font-weight: 950;
  letter-spacing: .02em;
  text-decoration: none !important;
  white-space: nowrap;
}

#globe-premium-home .gdl2-command-quote {
  align-items: center;
  background: linear-gradient(135deg, #d71920, #9f111b);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}

#globe-premium-home .gdl2-command-underbar {
  align-items: center;
  background: rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
  order: 2;
  padding: 10px clamp(18px, 3.4vw, 46px);
}

#globe-premium-home .gdl2-command-sourcewell {
  align-items: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  min-height: 42px;
  padding: 6px 14px;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}

#globe-premium-home .gdl2-sourcewell-mark {
  align-items: center;
  display: inline-flex;
  gap: 5px;
  line-height: 1;
  text-transform: none;
}

#globe-premium-home .gdl2-sourcewell-word {
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
}

#globe-premium-home .gdl2-sourcewell-mark svg {
  display: block;
  height: 17px;
  width: 28px;
}

#globe-premium-home .gdl2-sourcewell-contract {
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .01em;
}

#globe-premium-home .gdl2-command-title {
  background: #0c1118;
  border-bottom: 1px solid rgba(255,255,255,.10);
  color: #f5f8fc;
  font: 950 clamp(16px, 1.5vw, 22px)/1.15 Arial, Helvetica, sans-serif;
  letter-spacing: .02em;
  margin: 0;
  order: 2;
  padding: 10px clamp(18px, 3.4vw, 46px);
  text-align: center;
  text-transform: uppercase;
}

#globe-premium-home .gdl2-command-socials {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

#globe-premium-home .gdl2-command-social-link {
  align-items: center;
  border-radius: 5px;
  color: #fff !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 950;
  height: 32px;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  text-decoration: none !important;
  width: 32px;
}

#globe-premium-home .gdl2-command-social-link.facebook {
  background: #1877f2;
}

#globe-premium-home .gdl2-command-social-link.linkedin {
  background: #0a66c2;
  font-size: 13px;
}

#globe-premium-home .gdl2-command-social-link.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0 8%, #fd5949 36%, #d6249f 60%, #285aeb 90%);
}

#globe-premium-home .gdl2-command-social-link.xlink {
  background: #000;
  border: 1px solid #343b44;
}

#globe-premium-home .gdl2-command-social-link.youtube {
  background: #f00;
  font-size: 13px;
}

#globe-premium-home .gdl2-command-copy {
  align-items: center;
  display: grid;
  gap: clamp(24px, 4vw, 58px);
  grid-template-columns: minmax(0, 700px) minmax(280px, 390px);
  padding: clamp(34px, 5vw, 72px) clamp(22px, 4.5vw, 74px);
}

#globe-premium-home .gdl2-command-kicker {
  color: #f0b429;
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .22em;
  line-height: 1.25;
  margin: 0 0 12px;
  text-transform: uppercase;
}

#globe-premium-home .gdl2-command-copy h1 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(44px, 6.1vw, 92px);
  font-weight: 950;
  letter-spacing: -.06em;
  line-height: .88;
  margin: 0 0 16px;
  max-width: 780px;
  text-transform: uppercase;
}

#globe-premium-home .gdl2-command-copy p {
  color: #dce4ef;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.42;
  margin: 0;
  max-width: 600px;
}

#globe-premium-home .gdl2-command-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

#globe-premium-home .gdl2-command-btn {
  align-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 950;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none !important;
  white-space: nowrap;
}

#globe-premium-home .gdl2-command-btn.primary {
  background: linear-gradient(135deg, #d71920, #9f111b);
  border-color: transparent;
}

#globe-premium-home .gdl2-command-btn.ghost {
  background: rgba(255,255,255,.10);
}

#globe-premium-home .gdl2-command-panel {
  align-self: center;
  background: rgba(7,10,15,.74);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 22px 70px rgba(0,0,0,.36);
  padding: 22px;
}

#globe-premium-home .gdl2-command-panel h2 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: .03em;
  line-height: 1.15;
  margin: 0 0 14px;
  text-transform: uppercase;
}

#globe-premium-home .gdl2-command-metrics {
  display: grid;
  gap: 10px;
}

#globe-premium-home .gdl2-command-metric {
  border-top: 1px solid rgba(255,255,255,.14);
  display: grid;
  gap: 3px;
  padding-top: 12px;
}

#globe-premium-home .gdl2-command-metric strong {
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}

#globe-premium-home .gdl2-command-metric span {
  color: #b9c2cf;
  font-size: 13px;
  line-height: 1.35;
}

#globe-premium-home .gdl2-command-cats {
  background: rgba(0,0,0,.44);
  border-top: 1px solid rgba(255,255,255,.16);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  order: 4;
  padding: 1px clamp(16px, 2.8vw, 42px) 0;
}

#globe-premium-home .gdl2-command-cat {
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  color: #fff !important;
  display: flex;
  min-height: 126px;
  overflow: hidden;
  padding: 18px;
  position: relative;
  text-decoration: none !important;
}

#globe-premium-home .gdl2-command-cat::before {
  background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.84));
  content: "";
  inset: 0;
  position: absolute;
}

#globe-premium-home .gdl2-command-cat span {
  position: relative;
  z-index: 1;
}

#globe-premium-home .gdl2-command-cat strong {
  display: block;
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 950;
  letter-spacing: -.02em;
  line-height: .95;
  text-transform: uppercase;
}

#globe-premium-home .gdl2-command-cat em {
  color: #d2d8e0;
  display: block;
  font-size: 12px;
  font-style: normal;
  line-height: 1.32;
  margin-top: 6px;
}

#globe-premium-home .gdl2-command-footer {
  align-items: center;
  background: #090d13;
  color: #e8edf4;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: center;
  min-height: 92px;
  order: 5;
  padding: 16px clamp(18px, 3.4vw, 46px);
  text-align: center;
}

#globe-premium-home .gdl2-command-footer strong {
  color: #fff;
  display: block;
  font-weight: 950;
  letter-spacing: .04em;
  line-height: 1.25;
  order: 2;
}

#globe-premium-home .gdl2-command-address {
  color: #b9c2cf;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.35;
  order: 3;
}

#globe-premium-home .gdl2-command-footer nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  order: 1;
}

#globe-premium-home .gdl2-command-footer a {
  color: #e8edf4 !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

#globe-premium-home .gdl2-command-footer a:hover,
#globe-premium-home .gdl2-command-footer a:focus-visible {
  text-decoration: underline !important;
}

#globe-site-header.gdl2-shared-site-header,
#globe-site-footer.gdl2-shared-site-footer,
#globe-site-header.gdl2-shared-site-header *,
#globe-site-footer.gdl2-shared-site-footer * {
  box-sizing: border-box;
  min-width: 0;
}

#globe-site-header.gdl2-shared-site-header {
  background: #070a0f;
  color: #fff;
  display: block;
  position: relative;
  width: 100%;
  z-index: 20;
}

#globe-site-header.gdl2-shared-site-header a,
#globe-site-footer.gdl2-shared-site-footer a {
  text-decoration: none !important;
}

#globe-site-header.gdl2-shared-site-header .gdl2-command-top {
  align-items: center;
  background: #070a0f;
  border-bottom: 1px solid rgba(255,255,255,.14);
  display: grid;
  gap: clamp(12px, 1.3vw, 18px);
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr) auto;
  min-height: 74px;
  padding: 14px clamp(18px, 3.4vw, 46px);
}

#globe-site-header.gdl2-shared-site-header .gdl2-command-logo {
  display: block;
  max-width: 220px;
  width: min(220px, 30vw);
}

#globe-site-header.gdl2-shared-site-header .gdl2-command-logo img {
  display: block;
  height: auto;
  width: 100%;
}

#globe-site-header.gdl2-shared-site-header .gdl2-command-nav {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(6px, .75vw, 12px);
  justify-content: center;
  min-width: 0;
}

#globe-site-header.gdl2-shared-site-header .gdl2-command-nav a {
  color: #e7edf7 !important;
  font-size: clamp(11px, .78vw, 13px);
  font-weight: 900;
  letter-spacing: .01em;
  text-transform: uppercase;
  white-space: nowrap;
}

#globe-site-header.gdl2-shared-site-header .gdl2-command-nav a:hover,
#globe-site-header.gdl2-shared-site-header .gdl2-command-nav a:focus-visible {
  color: #fff !important;
  text-decoration: underline !important;
}

#globe-site-header.gdl2-shared-site-header .gdl2-command-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  max-width: 632px;
  width: min(632px, 43vw);
}

#globe-premium-home .gdl2-contact-button,
#globe-site-header.gdl2-shared-site-header .gdl2-contact-button {
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #f1f1f1);
  border: 1px solid #e0e0dc;
  border-radius: 8px;
  box-shadow: 0 2px 7px rgba(0,0,0,.18);
  color: #25282d !important;
  display: inline-flex;
  flex: 0 0 150px;
  gap: 10px;
  min-height: 58px;
  padding: 8px 10px;
  white-space: nowrap;
}

#globe-premium-home .gdl2-contact-button:hover,
#globe-premium-home .gdl2-contact-button:focus-visible,
#globe-site-header.gdl2-shared-site-header .gdl2-contact-button:hover,
#globe-site-header.gdl2-shared-site-header .gdl2-contact-button:focus-visible {
  border-color: #c8d5e6;
  box-shadow: 0 3px 10px rgba(0,0,0,.24);
  text-decoration: none !important;
}

#globe-premium-home .gdl2-contact-icon,
#globe-site-header.gdl2-shared-site-header .gdl2-contact-icon {
  align-items: center;
  color: #0b75da;
  display: inline-flex;
  flex: 0 0 46px;
  justify-content: center;
}

#globe-premium-home .gdl2-contact-icon svg,
#globe-site-header.gdl2-shared-site-header .gdl2-contact-icon svg {
  display: block;
  height: 42px;
  stroke: currentColor;
  stroke-width: 2.8;
  width: 46px;
}

#globe-premium-home .gdl2-contact-copy,
#globe-site-header.gdl2-shared-site-header .gdl2-contact-copy {
  display: block;
  line-height: 1.05;
  min-width: 0;
}

#globe-premium-home .gdl2-contact-title,
#globe-site-header.gdl2-shared-site-header .gdl2-contact-title {
  color: #2d3035;
  display: block;
  font-size: 20px;
  font-weight: 950;
}

#globe-premium-home .gdl2-contact-detail,
#globe-site-header.gdl2-shared-site-header .gdl2-contact-detail {
  color: #006ee6;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-top: 3px;
}

#globe-premium-home .gdl2-contact-note,
#globe-site-header.gdl2-shared-site-header .gdl2-contact-note {
  color: #2d3035;
  display: block;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2px;
  white-space: normal;
}

#globe-site-header.gdl2-shared-site-header .gdl2-command-underbar {
  align-items: center;
  background: rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: center;
  padding: 10px clamp(18px, 3.4vw, 46px);
}

#globe-site-header.gdl2-shared-site-header .gdl2-command-sourcewell {
  align-items: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  min-height: 42px;
  padding: 6px 14px;
  text-transform: uppercase;
  white-space: nowrap;
}

#globe-site-header.gdl2-shared-site-header .gdl2-sourcewell-mark {
  align-items: center;
  display: inline-flex;
  gap: 5px;
  line-height: 1;
  text-transform: none;
}

#globe-site-header.gdl2-shared-site-header .gdl2-sourcewell-word {
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
}

#globe-site-header.gdl2-shared-site-header .gdl2-sourcewell-mark svg {
  display: block;
  height: 17px;
  width: 28px;
}

#globe-site-header.gdl2-shared-site-header .gdl2-sourcewell-contract {
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .01em;
}

#globe-site-header.gdl2-shared-site-header .gdl2-command-socials {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

#globe-site-header.gdl2-shared-site-header .gdl2-command-social-link {
  align-items: center;
  border-radius: 5px;
  color: #fff !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 950;
  height: 32px;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  width: 32px;
}

#globe-site-header.gdl2-shared-site-header .gdl2-command-social-link.facebook {
  background: #1877f2;
}

#globe-site-header.gdl2-shared-site-header .gdl2-command-social-link.linkedin {
  background: #0a66c2;
  font-size: 13px;
}

#globe-site-header.gdl2-shared-site-header .gdl2-command-social-link.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0 8%, #fd5949 36%, #d6249f 60%, #285aeb 90%);
}

#globe-site-header.gdl2-shared-site-header .gdl2-command-social-link.xlink {
  background: #000;
  border: 1px solid #343b44;
}

#globe-site-header.gdl2-shared-site-header .gdl2-command-social-link.youtube {
  background: #f00;
  font-size: 13px;
}

#globe-site-footer.gdl2-shared-site-footer {
  background: #090d13;
  color: #e8edf4;
  display: block;
  width: 100%;
}

#globe-site-footer.gdl2-shared-site-footer .gdl2-command-footer {
  align-items: center;
  background: #090d13;
  color: #e8edf4;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: center;
  min-height: 92px;
  padding: 16px clamp(18px, 3.4vw, 46px);
  text-align: center;
}

#globe-site-footer.gdl2-shared-site-footer .gdl2-command-footer strong {
  color: #fff;
  display: block;
  font-weight: 950;
  letter-spacing: .04em;
  line-height: 1.25;
  order: 2;
}

#globe-site-footer.gdl2-shared-site-footer .gdl2-command-address {
  color: #b9c2cf;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.35;
  order: 3;
}

#globe-site-footer.gdl2-shared-site-footer .gdl2-command-footer nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  order: 1;
}

#globe-site-footer.gdl2-shared-site-footer .gdl2-command-footer a {
  color: #e8edf4 !important;
  font-size: 13px;
  font-weight: 800;
}

#globe-site-footer.gdl2-shared-site-footer .gdl2-command-footer a:hover,
#globe-site-footer.gdl2-shared-site-footer .gdl2-command-footer a:focus-visible {
  text-decoration: underline !important;
}

@media (max-width: 1180px) {
  #globe-premium-home .gdl2-command-top {
    grid-template-columns: minmax(170px, 230px) 1fr;
  }

  #globe-site-header.gdl2-shared-site-header .gdl2-command-top {
    grid-template-columns: minmax(170px, 230px) 1fr;
  }

  #globe-premium-home .gdl2-command-actions {
    grid-column: 1 / -1;
    justify-content: center;
    max-width: 632px;
    width: 100%;
  }

  #globe-site-header.gdl2-shared-site-header .gdl2-command-actions {
    grid-column: 1 / -1;
    justify-content: center;
    max-width: 632px;
    width: 100%;
  }

  #globe-premium-home .gdl2-command-copy {
    grid-template-columns: 1fr;
  }

  #globe-premium-home .gdl2-command-panel {
    align-self: start;
    max-width: 620px;
  }

  #globe-premium-home .gdl2-command-cats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #globe-design2-level-page .gdl2-sourcewell-grid,
  #globe-design2-level-page .gdl2-sourcewell-doc-grid,
  #globe-design2-level-page .gdl2-sourcewell-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #globe-design2-level-page .gdl2-sourcewell-two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1120px) {
  #globe-site-header.gdl2-shared-site-header .gdl2-command-top {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 20px 16px 16px;
    text-align: center;
  }

  #globe-site-header.gdl2-shared-site-header .gdl2-command-logo {
    max-width: 280px;
    width: min(280px, 78vw);
  }

  #globe-site-header.gdl2-shared-site-header .gdl2-command-nav {
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: center;
    max-width: 620px;
    width: 100%;
  }
}

@media (max-width: 700px) {
  #globe-premium-home .gdl2-command {
    min-height: 100svh;
  }

  #globe-premium-home .gdl2-command-bg {
    height: clamp(270px, 68vw, 430px);
  }

  #globe-premium-home .gdl2-command-underbar {
    padding: 10px 14px;
  }

  #globe-site-header.gdl2-shared-site-header .gdl2-command-underbar {
    padding: 10px 14px;
  }

  #globe-premium-home .gdl2-command-top {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 22px 16px 16px;
    text-align: center;
  }

  #globe-site-header.gdl2-shared-site-header .gdl2-command-top {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 22px 16px 16px;
    text-align: center;
  }

  #globe-premium-home .gdl2-command-logo {
    width: min(260px, 78vw);
  }

  #globe-site-header.gdl2-shared-site-header .gdl2-command-logo {
    width: min(260px, 78vw);
  }

  #globe-premium-home .gdl2-command-nav {
    flex-wrap: wrap;
    gap: 10px 14px;
    max-width: 340px;
    width: 100%;
  }

  #globe-site-header.gdl2-shared-site-header .gdl2-command-nav {
    flex-wrap: wrap;
    gap: 10px 14px;
    max-width: 360px;
    width: 100%;
  }

  #globe-premium-home .gdl2-command-actions {
    flex-direction: column;
    gap: 10px;
    max-width: 340px;
    width: 100%;
  }

  #globe-site-header.gdl2-shared-site-header .gdl2-command-actions {
    flex-direction: column;
    gap: 10px;
    max-width: 340px;
    width: 100%;
  }

  #globe-premium-home .gdl2-contact-button,
  #globe-site-header.gdl2-shared-site-header .gdl2-contact-button {
    flex-basis: auto;
    width: 100%;
  }

  #globe-premium-home .gdl2-command-phone {
    font-size: 21px;
  }

  #globe-site-header.gdl2-shared-site-header .gdl2-command-phone {
    font-size: 21px;
  }

  #globe-premium-home .gdl2-command-kicker {
    font-size: 11px;
    letter-spacing: .14em;
    line-height: 1.45;
    max-width: 100%;
  }

  #globe-premium-home .gdl2-command-cta,
  #globe-premium-home .gdl2-command-actions {
    width: 100%;
  }

  #globe-premium-home .gdl2-command-btn,
  #globe-premium-home .gdl2-command-quote {
    width: 100%;
  }

  #globe-site-header.gdl2-shared-site-header .gdl2-command-quote {
    width: 100%;
  }

  #globe-premium-home .gdl2-command-cats {
    grid-template-columns: 1fr 1fr;
    padding-inline: 10px;
  }

  #globe-premium-home .gdl2-command-cat {
    min-height: 112px;
    padding: 14px;
  }

  #globe-premium-home .gdl2-command-footer {
    justify-content: center;
    text-align: center;
  }

  #globe-site-footer.gdl2-shared-site-footer .gdl2-command-footer {
    justify-content: center;
    text-align: center;
  }

  #globe-design2-level-page .gdl2-sourcewell-contract strong {
    font-size: clamp(38px, 14vw, 58px);
  }

  #globe-design2-level-page .gdl2-sourcewell-grid,
  #globe-design2-level-page .gdl2-sourcewell-doc-grid,
  #globe-design2-level-page .gdl2-sourcewell-faq-grid {
    grid-template-columns: 1fr;
  }

  #globe-design2-level-page .gdl2-sourcewell-checklist ul {
    columns: 1;
  }
}

section.gdl2-section:has(.gdl2-card-grid:empty){display:none!important}

/* ===== globe-military-proof-nowrap-20260608 ===== */
body.page-id-912 #globe-design2-level-page .gdl2-proof-grid,
body.page-id-1015 #globe-design2-level-page .gdl2-proof-grid,
#globe-design2-level-page .gdl2-proof-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)) !important;
}

body.page-id-912 #globe-design2-level-page .gdl2-proof-item,
body.page-id-1015 #globe-design2-level-page .gdl2-proof-item,
#globe-design2-level-page .gdl2-proof-item {
  overflow: hidden !important;
}

body.page-id-912 #globe-design2-level-page .gdl2-proof-item strong,
body.page-id-1015 #globe-design2-level-page .gdl2-proof-item strong,
#globe-design2-level-page .gdl2-proof-item strong {
  display: block !important;
  font-size: clamp(20px, 1.85vw, 30px) !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  max-width: 100% !important;
  overflow-wrap: normal !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
}

@media (max-width: 760px) {
  body.page-id-912 #globe-design2-level-page .gdl2-proof-grid,
  body.page-id-1015 #globe-design2-level-page .gdl2-proof-grid,
  #globe-design2-level-page .gdl2-proof-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ===== globe-cta-bar-modern-20260610-style ===== */
a.glbcta-item{display:flex;align-items:center;gap:14px;width:100%;box-sizing:border-box;padding:18px 20px;background:#fff;border:1px solid #e2e6ea;border-radius:12px;text-decoration:none;box-shadow:0 1px 2px rgba(16,24,40,.05);transition:box-shadow .15s ease,transform .15s ease}a.glbcta-item:hover{box-shadow:0 6px 18px rgba(16,24,40,.14);transform:translateY(-2px);text-decoration:none}.glbcta-icon{flex:0 0 auto;width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1769c4,#0d4f9e)}.glbcta-icon svg{width:24px;height:24px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.glbcta-text{display:flex;flex-direction:column;line-height:1.35;min-width:0}.glbcta-text strong{font-size:17px;color:#15191e;font-weight:700}.glbcta-text em{font-style:normal;font-size:13px;color:#5a646e;overflow-wrap:anywhere}@media(max-width:780px){a.glbcta-item{padding:14px 16px}.glbcta-icon{width:42px;height:42px}}.glbcta-row{display:flex;flex-wrap:wrap;gap:20px}.glbcta-row>.panel-grid-cell{flex:1 1 240px;width:auto!important;margin:0!important;float:none!important}

/* ===== globe-dealer-inventory-page-20260515 ===== */
html.globe-dealer-inventory-page-pending,
html.globe-dealer-inventory-page-pending body {
  background: #eef3f7 !important;
}
html.globe-dealer-inventory-page-pending body > :not(#wpadminbar):not(#globe-ai-assistant):not(#globe-site-header):not(#globe-dealer-inventory-page):not(#globe-site-footer) {
  opacity: 0 !important;
  visibility: hidden !important;
}
html.globe-dealer-inventory-page-ready body > :not(#wpadminbar):not(#globe-site-header):not(#globe-dealer-inventory-page):not(#globe-site-footer) {
  display: none !important;
}
html.globe-dealer-inventory-page-ready,
html.globe-dealer-inventory-page-ready body {
  background: #eef3f7 !important;
}
#globe-dealer-inventory-page,
#globe-dealer-inventory-page * {
  box-sizing: border-box;
}
#globe-dealer-inventory-page {
  --gdi-ink: #081825;
  --gdi-muted: #496273;
  --gdi-blue: #00548f;
  --gdi-blue-dark: #06283d;
  --gdi-line: #d7e2ea;
  --gdi-panel: #ffffff;
  --gdi-soft: #f4f8fb;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--gdi-ink);
  background: #eef3f7;
  width: 100%;
}
#globe-dealer-inventory-page a {
  color: inherit;
}
.gdi-hero {
  background:
    linear-gradient(90deg, rgba(4, 21, 33, .94), rgba(4, 37, 58, .84)),
    url("https://www.globetrailers.com/wp-content/uploads/2021/01/Dealer-Inventory-Thumbnail.jpg") center / cover no-repeat;
  color: #fff;
  padding: 74px max(24px, calc((100vw - 1380px) / 2)) 54px;
}
.gdi-kicker {
  color: #c6e6ff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.gdi-hero h1 {
  color: #fff;
  font-family: Impact, "Arial Black", Arial, sans-serif;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .92;
  margin: 0 0 18px;
  letter-spacing: 0;
  max-width: 850px;
  text-transform: uppercase;
}
.gdi-hero p {
  color: #eef7ff;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.35;
  max-width: 920px;
  margin: 0;
}
.gdi-shell {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 24px 70px;
}
.gdi-stats {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  margin-top: -28px;
}
.gdi-stat {
  background: #fff;
  border: 1px solid var(--gdi-line);
  box-shadow: 0 16px 34px rgba(8, 24, 37, .12);
  padding: 22px;
}
.gdi-stat strong {
  display: block;
  color: var(--gdi-blue);
  font-size: 34px;
  line-height: 1;
  margin-bottom: 8px;
}
.gdi-stat span {
  color: var(--gdi-muted);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.gdi-toolbar {
  background: #fff;
  border: 1px solid var(--gdi-line);
  box-shadow: 0 14px 30px rgba(8, 24, 37, .08);
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(150px, 210px) minmax(150px, 210px) minmax(180px, 260px) minmax(150px, 210px) minmax(150px, 210px) auto;
  gap: 12px;
  margin: 24px 0;
  padding: 18px;
}
.gdi-field {
  display: grid;
  gap: 7px;
}
.gdi-field label {
  color: #163147;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gdi-field input,
.gdi-field select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #c8d7e2;
  border-radius: 0;
  color: #10283b;
  font: 700 15px Arial, Helvetica, sans-serif;
  padding: 10px 12px;
  background: #fff;
}
.gdi-reset {
  align-self: end;
  min-height: 46px;
  border: 0;
  background: var(--gdi-blue-dark);
  color: #fff;
  cursor: pointer;
  font: 900 14px Arial, Helvetica, sans-serif;
  letter-spacing: .08em;
  padding: 0 22px;
  text-transform: uppercase;
}
.gdi-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 26px 0 14px;
}
.gdi-summary h2 {
  font-family: Impact, "Arial Black", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
  margin: 0;
  letter-spacing: 0;
}
.gdi-summary p {
  color: var(--gdi-muted);
  font-weight: 700;
  margin: 0;
}
.gdi-dealer-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.gdi-dealer-pill {
  border: 1px solid #c9d9e5;
  background: #fff;
  color: #123047;
  cursor: pointer;
  font: 900 12px Arial, Helvetica, sans-serif;
  letter-spacing: .04em;
  min-height: 38px;
  padding: 9px 12px;
  text-transform: uppercase;
}
.gdi-dealer-pill span {
  color: var(--gdi-blue);
}
.gdi-grid {
  display: grid;
  gap: 12px;
}
.gdi-card {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  background: var(--gdi-panel);
  border: 1px solid var(--gdi-line);
  color: inherit;
  min-height: 122px;
  padding: 20px;
  text-decoration: none;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.gdi-photo {
  align-items: center;
  background: #dfe9f1;
  border: 1px solid #cbd9e3;
  color: #315067;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  min-height: 104px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}
.gdi-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.gdi-card:hover,
.gdi-card:focus-visible {
  border-color: var(--gdi-blue);
  box-shadow: 0 14px 28px rgba(8, 24, 37, .1);
  outline: 0;
  transform: translateY(-1px);
}
.gdi-card h3 {
  color: #0a1720;
  font-family: Impact, "Arial Black", Arial, sans-serif;
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: 1.05;
  letter-spacing: 0;
  margin: 0 0 9px;
}
.gdi-meta,
.gdi-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gdi-meta {
  margin-bottom: 10px;
}
.gdi-tag {
  background: var(--gdi-soft);
  border: 1px solid #d4e2ec;
  color: #14324a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  padding: 6px 8px;
}
.gdi-tag.is-price {
  background: #e8f5ff;
  color: var(--gdi-blue);
}
.gdi-side {
  display: grid;
  justify-items: end;
  gap: 8px;
  min-width: 150px;
}
.gdi-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.gdi-contact a,
.gdi-contact span {
  background: #fff;
  border: 1px solid #d4e2ec;
  color: #14324a;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  padding: 7px 9px;
  text-decoration: none;
}
.gdi-source {
  color: #486173;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.gdi-cta {
  background: var(--gdi-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  padding: 12px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.gdi-cta:hover,
.gdi-contact a:hover {
  text-decoration: underline;
}
.gdi-empty {
  display: none;
  background: #fff;
  border: 1px solid var(--gdi-line);
  color: var(--gdi-muted);
  font-size: 18px;
  font-weight: 800;
  padding: 28px;
}
@media (max-width: 980px) {
  .gdi-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gdi-toolbar {
    grid-template-columns: 1fr 1fr;
  }
  .gdi-reset {
    grid-column: 1 / -1;
  }
}
@media (max-width: 700px) {
  .gdi-hero {
    padding: 50px 18px 42px;
  }
  .gdi-shell {
    padding: 0 12px 48px;
  }
  .gdi-stats,
  .gdi-toolbar,
  .gdi-card {
    grid-template-columns: 1fr;
  }
  .gdi-photo {
    min-height: 150px;
  }
  .gdi-card {
    align-items: start;
    padding: 16px;
  }
  .gdi-side {
    justify-items: start;
    min-width: 0;
  }
  .gdi-summary {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ===== globe-dealer-locator-20260515 ===== */
html.globe-dealer-locator-ready body > :not(#wpadminbar):not(#globe-site-header):not(#globe-dealer-locator):not(#globe-site-footer) {
  display: none !important;
}

html.globe-dealer-locator-ready,
html.globe-dealer-locator-ready body {
  margin: 0 !important;
  overflow-x: hidden !important;
}

#globe-dealer-locator,
#globe-dealer-locator * {
  box-sizing: border-box;
}

#globe-dealer-locator {
  width: 100%;
  color: #15283a;
  background: #f4f7fa;
  font-family: Arial, Helvetica, sans-serif;
}

#globe-dealer-locator a {
  color: inherit;
}

.gdl-shell {
  width: min(1240px, calc(100vw - 36px));
  margin: 0 auto;
}

.gdl-hero {
  background:
    linear-gradient(105deg, rgba(5, 19, 31, .94), rgba(7, 36, 59, .86)),
    url("https://www.globetrailers.com/wp-content/uploads/2021/05/Web-3.jpg") center/cover no-repeat;
  color: #fff;
  padding: clamp(34px, 5vw, 70px) 0;
}

.gdl-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
  gap: clamp(22px, 4vw, 52px);
  align-items: end;
}

.gdl-kicker {
  margin: 0 0 12px;
  color: #86c7f4;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gdl-hero h1 {
  color: #fff !important;
  margin: 0;
  max-width: 820px;
  font-family: "Oswald", Impact, Arial Narrow, sans-serif;
  font-size: clamp(38px, 6vw, 76px);
  line-height: .98;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0,0,0,.58);
}

.gdl-hero p {
  max-width: 740px;
  margin: 16px 0 0;
  color: #f4f8fc !important;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.45;
  text-shadow: 0 2px 12px rgba(0,0,0,.42);
}

.gdl-hero-card {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  padding: 20px;
  box-shadow: 0 24px 60px rgba(0,0,0,.26);
}

.gdl-hero-card strong {
  display: block;
  font-family: "Oswald", Impact, Arial Narrow, sans-serif;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1;
}

.gdl-hero-card span {
  display: block;
  margin-top: 8px;
  color: #c9d7e2;
  line-height: 1.45;
}

.gdl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.gdl-btn,
.gdl-card a.gdl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid #bfd2e4;
  background: #fff;
  color: #073458;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.gdl-btn.primary {
  border-color: #0068a9;
  background: #0068a9;
  color: #fff;
}

.gdl-btn.dark {
  border-color: #102638;
  background: #102638;
  color: #fff;
}

.gdl-panel {
  margin-top: -28px;
  position: relative;
  z-index: 2;
}

.gdl-filter {
  display: grid;
  grid-template-columns: minmax(230px, 2fr) minmax(160px, 1fr) minmax(190px, 1fr) auto;
  gap: 12px;
  padding: 18px;
  border: 1px solid #d6e0ea;
  background: #fff;
  box-shadow: 0 18px 48px rgba(12, 37, 57, .14);
}

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

.gdl-field label {
  display: block;
  margin: 0 0 6px;
  color: #3e5367;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gdl-field input,
.gdl-field select {
  width: 100%;
  height: 46px;
  border: 1px solid #b9cad8;
  background: #fff;
  color: #102638;
  padding: 0 12px;
  font: 700 15px/1 Arial, Helvetica, sans-serif;
}

.gdl-reset {
  align-self: end;
  height: 46px;
  min-width: 92px;
  border: 1px solid #102638;
  background: #102638;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.gdl-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 16px;
  color: #465c6f;
}

.gdl-summary strong {
  color: #102638;
}

.gdl-summary-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gdl-map-wrap {
  border: 1px solid #cbd9e6;
  background: #fff;
  margin: 0 0 18px;
  box-shadow: 0 16px 38px rgba(12, 37, 57, .1);
}

.gdl-map-head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #d9e4ee;
}

.gdl-map-head h2 {
  margin: 0;
  color: #102638;
  font-family: "Oswald", Impact, Arial Narrow, sans-serif;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1;
  letter-spacing: 0;
}

.gdl-map-status {
  color: #4d6376;
  font-size: 14px;
  font-weight: 800;
}

.gdl-map {
  min-height: 360px;
  height: clamp(360px, 42vw, 560px);
  width: 100%;
  background: #dbe7f1;
}

.gdl-map-loading {
  display: grid;
  place-items: center;
  height: 100%;
  min-height: 360px;
  color: #203a50;
  font-weight: 900;
  text-align: center;
  padding: 20px;
}

.gdl-state-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(56px, 1fr));
  gap: 8px;
  margin: 0 0 18px;
}

.gdl-state-grid button {
  min-height: 36px;
  border: 1px solid #c7d6e3;
  background: #fff;
  color: #244156;
  font-weight: 900;
  cursor: pointer;
}

.gdl-state-grid button.is-active {
  border-color: #0068a9;
  background: #0068a9;
  color: #fff;
}

.gdl-list {
  display: grid;
  gap: 14px;
  padding-bottom: 42px;
}

.gdl-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid #d7e2ec;
  background: #fff;
  padding: 18px;
}

.gdl-card-main {
  min-width: 0;
}

.gdl-card-kicker {
  margin: 0 0 4px;
  color: #687c90;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gdl-card h2 {
  margin: 0;
  font-family: "Oswald", Impact, Arial Narrow, sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
  letter-spacing: 0;
}

.gdl-inventory-count {
  display: inline-flex;
  margin-left: 10px;
  padding: 5px 9px;
  border-radius: 4px;
  background: #e5f0ff;
  color: #0e4a83;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  vertical-align: middle;
}

.gdl-address,
.gdl-note {
  margin: 7px 0 0;
  color: #32495f;
  font-size: 16px;
  line-height: 1.38;
}

.gdl-note {
  color: #5b6f80;
  font-size: 14px;
}

.gdl-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.gdl-tag {
  border: 1px solid #c6d8e8;
  background: #eef6fc;
  color: #073d64;
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gdl-tag.warn {
  border-color: #eed396;
  background: #fff6d9;
  color: #745113;
}

.gdl-card-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
  min-width: 260px;
}

.gdl-empty {
  display: none;
  border: 1px solid #d7e2ec;
  background: #fff;
  padding: 26px;
  color: #334a5e;
}

.gdl-schema {
  display: none;
}

@media (max-width: 900px) {
  .gdl-hero-grid,
  .gdl-filter,
  .gdl-card {
    grid-template-columns: 1fr;
  }

  .gdl-card-actions {
    justify-content: flex-start;
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .gdl-shell {
    width: min(100% - 22px, 1240px);
  }

  .gdl-hero {
    padding: 30px 0 48px;
  }

  .gdl-filter {
    padding: 12px;
  }

  .gdl-map {
    min-height: 320px;
    height: 82vw;
  }

  .gdl-card {
    padding: 14px;
  }

  .gdl-btn,
  .gdl-card a.gdl-btn,
  .gdl-reset {
    width: 100%;
  }
}

/* ===== globe-warranty-form-only-footer-cleanup-20260522-style (footer) ===== */
body.page-id-1801 #globe-design2-level-page,
body.page-id-1801 #globe-ai-assistant {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
html.globe-design2-level-ready body.page-id-1801 > #container#container#container#container#container#container {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* ===== globe-remove-warranty-design-sections-20260522-style (footer) ===== */
body.page-id-1801 main#globe-design2-level-page,
body.page-id-1801 main#globe-design2-level-page > section,
body.page-id-1801 main#globe-design2-level-page .gdl2-proof,
body.page-id-1801 main#globe-design2-level-page .gdl2-section,
body.page-id-1801 main#globe-design2-level-page .gdl2-page-hero {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}
body.page-id-1801 #globe-warranty-registration-content,
body.page-id-1801 #globe-warranty-native-form {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* ===== globe-dealer-locator-map-fallback-20260521-style (footer) ===== */
#gdl-map.gdl-map-fallback{min-height:420px;background:#dce7f0!important;display:block!important;position:relative;overflow:hidden}
#gdl-map .gdl-map-fallback-frame{border:0;width:100%;height:420px;display:block}
#gdl-map .gdl-map-fallback-note{position:absolute;left:12px;bottom:12px;background:rgba(8,18,28,.88);color:#fff;padding:8px 10px;font:800 12px/1.2 Arial,Helvetica,sans-serif;letter-spacing:.03em;text-transform:uppercase}

/* ===== globe-contact-form-restore-20260607-style (footer) ===== */
#globe-design2-level-page .gdl2-contact-form-restored { background: #f4f6f8; padding: 56px 0 64px; }
#globe-design2-level-page .gdl2-contact-form-restored .gdl2-wrap { width: min(100% - 32px, 860px); margin: 0 auto; }
#globe-design2-level-page .gdl2-contact-form-restored #globe-sales-routing-form { background: #ffffff; border: 1px solid #d7dde5; border-radius: 10px; padding: 32px 28px; }
#globe-design2-level-page .gdl2-contact-form-restored #globe-sales-routing-form h2 { color: #11151c; font-size: 28px; margin: 0 0 10px; }
#globe-design2-level-page .gdl2-contact-form-restored #globe-sales-routing-form p { color: #5d6877; }

/* ===== globe-inventory-cta-20260611 ===== */
a.glb-unit-cta{display:block;margin:6px 0 14px;padding:8px 12px;text-align:center;font-size:13.5px;font-weight:600;color:#0d4f9e;background:#eef4fb;border:1px solid #cfe0f3;border-radius:8px;text-decoration:none}
a.glb-unit-cta:hover{background:#0d4f9e;color:#fff;text-decoration:none}
a.glb-unit-cta:after{content:" \2192"}