:root {
  --gm-ink: #101315;
  --gm-paper: #e2e6e8;
  --gm-panel: #f6f7f8;
  --gm-steel: #252b30;
  --gm-dark-steel: #121619;
  --gm-line: #8d969d;
  --gm-red: #a6232d;
  --gm-gold: #c49a35;
  --gm-blue: #2f6279;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 22px),
    linear-gradient(180deg, #1c2125 0, #0e1113 100%);
  color: var(--gm-ink);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
}

.navbar {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #333a40 0, #171c20 62%, #0c0f11 100%);
  border-bottom: 1px solid #a6adb3;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.42);
}

.navbar .container {
  gap: 12px;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  max-width: 64vw;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.42);
}

.navbar-brand img {
  width: 252px;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  filter: saturate(1.04) contrast(1.05);
}

.navbar .navbar-nav {
  column-gap: 2px;
}

.navbar .nav-link {
  color: #edf1f3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  padding-right: 0.45rem;
  padding-left: 0.45rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #f2c24f;
}

.navbar-toggler {
  border: 1px solid #b8bec3;
  border-radius: 6px;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.gm-slogan {
  max-width: 230px;
  color: #f2c24f;
  font-size: 11px;
  line-height: 15px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gm-hero {
  min-height: 72vh;
  display: flex;
  align-items: center;
  color: #f7f8f9;
  background-size: cover;
  background-position: center;
  border-bottom: 5px solid #0c0f11;
  position: relative;
}

.gm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 13, 15, 0.9), rgba(10, 13, 15, 0.72) 48%, rgba(10, 13, 15, 0.38)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0, rgba(255, 255, 255, 0.045) 1px, transparent 1px, transparent 9px);
}

.gm-hero > .container {
  position: relative;
  z-index: 1;
}

.gm-hero h1 {
  max-width: 920px;
  color: #f7f8f9;
  font-size: 66px;
  line-height: 72px;
  font-weight: 900;
  letter-spacing: 0;
}

.gm-hero .lead {
  max-width: 790px;
  color: #dbe1e5;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.gm-kicker {
  color: #f2c24f;
  font-size: 13px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gm-section {
  padding: 72px 0;
  border-bottom: 1px solid rgba(16, 19, 21, 0.18);
}

.gm-section-sm {
  padding: 48px 0;
}

.gm-section-head {
  margin-bottom: 28px;
}

.gm-cream {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.46)),
    repeating-linear-gradient(90deg, rgba(26, 31, 35, 0.035) 0, rgba(26, 31, 35, 0.035) 1px, transparent 1px, transparent 28px),
    #d8dde0;
}

.gm-dark {
  background:
    linear-gradient(180deg, #242a2f 0, #111518 100%);
  color: #f7f8f9;
}

.gm-steel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.2)),
    linear-gradient(180deg, #cfd5d9 0, #aeb8bf 100%);
}

.gm-dark h1,
.gm-dark h2,
.gm-dark h3,
.gm-dark p {
  color: #f7f8f9;
}

.gm-eyebrow {
  margin-bottom: 10px;
  color: var(--gm-red);
  font-size: 13px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gm-section h1,
.gm-section h2 {
  color: var(--gm-ink);
  font-weight: 900;
  letter-spacing: 0;
}

.gm-section h2 {
  font-size: 42px;
  line-height: 50px;
}

section.gm-dark > .container > h1,
section.gm-dark > .container > h2,
section.gm-dark > .container > .gm-intro,
section.gm-dark > .container > p:not(.gm-eyebrow) {
  color: #f7f8f9 !important;
}

section.gm-dark .gm-eyebrow {
  color: #f2c24f;
}

.gm-intro {
  max-width: 850px;
  color: #293036;
  font-size: 18px;
  line-height: 30px;
}

.gm-dark .gm-intro {
  color: #dbe1e5;
}

.btn-gm {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid #5d151c;
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #bd303b, #7f1a22);
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 3px 0 #151719;
}

.btn-gm:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #343b41, #111518);
  color: #fff;
}

.btn-gm-alt {
  border-color: #8f989f;
  background:
    linear-gradient(180deg, #f9fafb, #b8c0c6);
  color: #101315;
}

.btn-gm-alt:hover {
  color: #fff;
}

.gm-card,
.gm-case,
.gm-step,
.gm-contact-card {
  height: 100%;
  border: 1px solid #89939b;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(217, 223, 227, 0.96)),
    #eef1f3;
  box-shadow: 0 14px 30px rgba(18, 22, 25, 0.18);
}

.gm-card,
.gm-step,
.gm-contact-card {
  padding: 22px;
}

.gm-card h3,
.gm-step h3,
.gm-case h3,
.gm-contact-card h3 {
  color: var(--gm-ink);
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
}

.gm-card p,
.gm-card li,
.gm-step p,
.gm-case p,
.gm-contact-card p {
  color: #30383e;
  font-size: 15px;
  line-height: 24px;
}

.gm-case {
  overflow: hidden;
}

.gm-case img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background:
    linear-gradient(180deg, #f6f8f9, #cbd3d8);
}

.gm-case-body {
  padding: 16px;
}

.gm-stat {
  min-height: 100%;
  padding: 18px;
  border-left: 6px solid var(--gm-red);
  background:
    linear-gradient(180deg, #f7f8f9, #cfd6db);
  box-shadow: inset 0 0 0 1px rgba(93, 104, 112, 0.28);
}

.gm-stat strong {
  display: block;
  color: var(--gm-ink);
  font-size: 25px;
  line-height: 31px;
  font-weight: 900;
}

.gm-stat span {
  color: #30383e;
  font-size: 14px;
  line-height: 20px;
}

.gm-step-number {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background:
    linear-gradient(180deg, #3f7890, #244a5a);
  color: #fff;
  font-weight: 900;
}

.gm-feature-img {
  width: 100%;
  border: 1px solid #89939b;
  border-radius: 8px;
  background:
    linear-gradient(180deg, #f6f8f9, #cbd3d8);
  box-shadow: 0 18px 34px rgba(18, 22, 25, 0.28);
}

.gm-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.gm-list li {
  padding: 13px 15px;
  border: 1px solid rgba(41, 48, 54, 0.22);
  background: rgba(255, 255, 255, 0.72);
  color: #293036;
  font-size: 15px;
  line-height: 23px;
}

.gm-note {
  padding: 16px 18px;
  border-left: 6px solid var(--gm-gold);
  background: #f7f8f9;
  color: #293036;
  font-size: 16px;
  line-height: 26px;
}

.gm-hotspot {
  border: 1px solid #89939b;
  border-radius: 8px;
  background:
    linear-gradient(180deg, #f7f8f9, #dde3e6);
  padding: 22px;
  margin-bottom: 18px;
  box-shadow: 0 12px 26px rgba(18, 22, 25, 0.14);
}

.gm-hotspot,
.gm-news-card,
.gm-archive-card {
  overflow-wrap: anywhere;
}

.gm-news-card,
.gm-archive-card {
  height: 100%;
  border: 1px solid #89939b;
  border-radius: 8px;
  background:
    linear-gradient(180deg, #f7f8f9, #d7dde1);
  padding: 22px;
  box-shadow: 0 12px 26px rgba(18, 22, 25, 0.14);
}

.gm-social-card {
  position: relative;
  overflow: hidden;
}

.gm-social-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background:
    linear-gradient(90deg, var(--gm-red), var(--gm-gold), var(--gm-blue));
}

.gm-source-pill {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-bottom: 12px;
  padding: 4px 10px;
  border: 1px solid #68737b;
  border-radius: 6px;
  background:
    linear-gradient(180deg, #343b41, #111518);
  color: #f2c24f;
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.gm-hotspot h3 {
  color: var(--gm-ink);
  font-size: 22px;
  line-height: 28px;
  font-weight: 900;
}

.gm-news-card h3,
.gm-archive-card h3 {
  color: var(--gm-ink);
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
}

.gm-news-card p,
.gm-archive-card p {
  color: #30383e;
  font-size: 15px;
  line-height: 24px;
}

.gm-archive-card span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-top: 8px;
  padding: 4px 9px;
  border: 1px solid #8f989f;
  border-radius: 6px;
  background: linear-gradient(180deg, #f9fafb, #b8c0c6);
  color: #101315;
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.gm-hotspot-meta {
  color: #5f6b73;
  font-size: 13px;
  line-height: 20px;
  font-weight: 800;
}

.gm-footer {
  background:
    linear-gradient(180deg, #171c20, #080a0c);
  border-top: 1px solid #555f66;
  color: #dbe1e5;
}

.gm-footer a {
  color: #f7f8f9;
}

@media (max-width: 991.98px) {
  .navbar .container {
    gap: 8px;
  }

  .navbar-collapse {
    padding-top: 12px;
  }

  .navbar .nav-link {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .gm-hero h1 {
    font-size: 52px;
    line-height: 58px;
  }

  .gm-section h2 {
    font-size: 34px;
    line-height: 42px;
  }
}

@media (max-width: 575.98px) {
  .gm-section .row {
    --bs-gutter-x: 1.5rem;
  }

  .navbar-brand {
    max-width: 70vw;
  }

  .navbar-brand img {
    width: 190px;
  }

  .gm-hero {
    min-height: 70vh;
  }

  .gm-hero h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .gm-hero .lead,
  .gm-intro {
    font-size: 16px;
    line-height: 26px;
  }

  .gm-section {
    padding: 50px 0;
  }

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