:root {
  --gamed-blue-dark: #153d64;
  --gamed-contact-bg: #fff;
  --gamed-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  font-family: var(--gamed-font);
  color: var(--gamed-blue-dark);
  background: #fff;
}

.gamed-contact {
  overflow-x: hidden;
}

.gamed-contact-content {
  background: var(--gamed-contact-bg);
  padding: 36px 0 34px;
}

.gamed-contact-inner {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding-inline: var(--gamed-container-pad, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 51px;
}

.gamed-contact-head h1 {
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: var(--gamed-blue-dark);
}

.gamed-contact-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

.gamed-contact-section h2 {
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--gamed-blue-dark);
}

.gamed-contact-cards {
  width: min(100%, 1266px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.gamed-contact-cards .gamed-facility-card {
  width: 100%;
}

/* Footer: site-footer.css + site-footer-mobile.css */

@media (max-width: 1200px) {
  .gamed-contact-inner {
    padding-inline: 24px;
  }
}

/* Mobile (≤860px): contact-page-mobile.css (Figma 746:890) */
