/*
Theme Name: GenCom Global Exact One Page
Theme URI: https://gencom-global.com/
Author: OpenAI
Description: Pixel-matched one-page GenCom Global landing page using the approved design artwork, with the Request Demo button removed.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: gencom-global-exact-onepage
*/

:root {
  --gencom-bg: #000b0f;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: var(--gencom-bg);
}

body {
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.gencom-page {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: var(--gencom-bg);
}

.gencom-artwork {
  display: block;
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
  user-select: none;
  -webkit-user-drag: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

@media (min-width: 1025px) {
  .gencom-artwork {
    width: 1024px;
  }
}
