@import url("https://fonts.googleapis.com/css2?family=BBH+Bogle&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1f2937;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #1f2937;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  line-height: 1.75;
}

a {
  color: #2563eb;
  transition: color 150ms ease-in-out;
}
a:hover {
  color: rgb(18.5714285714, 76.1428571429, 202.4285714286);
}

* {
  box-sizing: border-box;
}

address,
article,
figure,
header,
footer,
section {
  margin: 0;
  padding: 0;
  font-style: normal;
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "BBH Bogle", "Impact", "Arial Black", sans-serif;
  background: #000;
  color: #fff;
  overflow-x: hidden;
}

.game-section {
  width: 100vw;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.section-header-wrapper {
  width: 90%;
  max-width: 1200px;
  z-index: 10;
  padding: 2rem 0 0 0;
  flex-shrink: 0;
}

.section-content {
  width: 90%;
  max-width: 1200px;
  z-index: 5;
  padding: 0 0 2rem 0;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  scrollbar-color: rgba(255, 0, 0, 0.5) rgba(0, 0, 0, 0.3);
}
.section-content::-webkit-scrollbar {
  width: 8px;
}
.section-content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
}
.section-content::-webkit-scrollbar-thumb {
  background: rgba(255, 0, 0, 0.5);
  border-radius: 4px;
}
.section-content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 0, 0, 0.7);
}
.section-content > *:first-child {
  margin-top: 2rem;
}

.scanlines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0px, transparent 1px, transparent 2px, rgba(0, 0, 0, 0.15) 3px);
  pointer-events: none;
  z-index: 10;
}

.menu-screen {
  height: 100vh;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 0, 0, 0.5) rgba(0, 0, 0, 0.3);
}
.menu-screen::-webkit-scrollbar {
  width: 8px;
}
.menu-screen::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
}
.menu-screen::-webkit-scrollbar-thumb {
  background: rgba(255, 0, 0, 0.5);
  border-radius: 4px;
}
.menu-screen::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 0, 0, 0.7);
}
.menu-screen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  animation: backgroundCycle 50s infinite;
  z-index: 1;
}
.menu-screen::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.3) 70%, transparent 100%);
  z-index: 2;
}
.menu-screen .menu-content {
  text-align: left;
  z-index: 3;
  animation: fadeIn 1s ease-in;
  padding: 2rem 5rem;
  max-width: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.menu-screen .menu-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu-screen .game-logo {
  margin-bottom: 4rem;
}
.menu-screen .game-logo .logo-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
.menu-screen .game-logo .logo-title .logo-title-main {
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 0.5rem;
  line-height: 0.85;
  background: linear-gradient(180deg, #ff0000 0%, #cc0000 50%, #990000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 30px rgba(255, 0, 0, 0.5);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.8));
}
.menu-screen .game-logo .logo-title .logo-title-sub {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 1rem;
  margin-top: -1rem;
  color: #fff;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5), 0 4px 8px rgba(0, 0, 0, 0.8);
}
.menu-screen .main-menu {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.menu-screen .main-menu .menu-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1rem 3rem;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.05) 100%);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #ff0000;
  transition: all 0.2s ease;
  position: relative;
}
.menu-screen .main-menu .menu-item .menu-icon {
  font-size: 1.5rem;
  color: #ff0000;
  transition: transform 0.2s ease;
}
.menu-screen .main-menu .menu-item:hover {
  background: linear-gradient(90deg, rgba(255, 0, 0, 0.2) 0%, rgba(255, 0, 0, 0.3) 50%, rgba(255, 0, 0, 0.2) 100%);
  border-color: #ff0000;
  transform: translateX(10px);
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
}
.menu-screen .main-menu .menu-item:hover .menu-icon {
  transform: translateX(5px);
}
.menu-screen .menu-footer {
  margin-top: 4rem;
}
.menu-screen .menu-footer .social-link {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  color: #fff;
  text-decoration: none;
  background: rgba(59, 89, 152, 0.3);
  border: 2px solid rgba(59, 89, 152, 0.5);
  border-left: 4px solid #3b5998;
  transition: all 0.2s ease;
  text-transform: uppercase;
}
.menu-screen .menu-footer .social-link:hover {
  background: rgba(59, 89, 152, 0.5);
  border-color: #3b5998;
  transform: translateX(5px);
  box-shadow: 0 0 15px rgba(59, 89, 152, 0.5);
}
.menu-screen .menu-footer .copyright {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.page-header {
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
}
.page-header .page-header-content {
  width: 90%;
  max-width: 1200px;
  padding: 2rem 0 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.page-header .page-header-title {
  margin: 0;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  line-height: 1;
}
.page-header .page-header-title a {
  text-decoration: none;
  background: linear-gradient(180deg, #ff0000 0%, #cc0000 50%, #990000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(255, 0, 0, 0.5));
  transition: all 0.2s ease;
}
.page-header .page-header-title a:hover {
  filter: drop-shadow(0 0 30px rgba(255, 0, 0, 0.5));
}
.page-header .page-nav {
  display: flex;
  gap: 1.5rem;
}
.page-header .page-nav .page-nav-link {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}
.page-header .page-nav .page-nav-link:hover {
  color: #ff0000;
  border-color: #ff0000;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 3px solid var(--section-color, #ff0000);
}
.section-header .section-title {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0.5rem;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.info-screen {
  background: linear-gradient(135deg, #001a33 0%, #000 50%, #1a0000 100%);
}
.info-screen .info-panel {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.info-screen .team-member {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 2rem;
  align-items: start;
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-left: 4px solid #ff0000;
}
.info-screen .team-member .member-photo {
  width: 100%;
  overflow: hidden;
  border: 3px solid rgba(255, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
}
.info-screen .team-member .member-photo .member-image {
  width: 100%;
  height: auto;
  display: block;
}
.info-screen .team-member .member-info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.info-screen .team-member .member-info .member-name {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.3rem;
  margin: 0;
  color: #ff0000;
  text-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
  text-transform: uppercase;
}
.info-screen .team-member .member-info .member-role {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  text-transform: uppercase;
}
.info-screen .team-member .member-info .member-bio {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 0.5rem 0 0 0;
}
.info-screen .info-block {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-left: 4px solid #ff0000;
}
.info-screen .info-block .info-heading {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.3rem;
  margin: 0 0 1rem 0;
  color: #ff0000;
  text-transform: uppercase;
}
.info-screen .info-block .info-text {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.info-screen .achievements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.info-screen .achievements-grid .achievement-year {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border: 3px solid rgba(255, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.info-screen .achievements-grid .achievement-year .achievement-year-title {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.3rem;
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(255, 0, 0, 0.3);
  color: #ff0000;
  text-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
  text-transform: uppercase;
  text-align: center;
}
.info-screen .achievements-grid .achievement-year .achievement-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.info-screen .achievements-grid .achievement-year .achievement-list .achievement-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.3);
  border-left: 3px solid #ff0000;
}
.info-screen .achievements-grid .achievement-year .achievement-list .achievement-item .achievement-position {
  font-size: 2rem;
  font-weight: 400;
  color: #ff0000;
  text-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
  text-align: center;
}
.info-screen .achievements-grid .achievement-year .achievement-list .achievement-item .achievement-class {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
}

.garage-screen {
  background: linear-gradient(135deg, #1a1a00 0%, #000 50%, #001a1a 100%);
}
.garage-screen .garage-panel {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.garage-screen .vehicle-display {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}
.garage-screen .vehicle-image {
  width: 100%;
  overflow: hidden;
  border: 3px solid rgba(255, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
  grid-row: 1/3;
}
.garage-screen .vehicle-image .vehicle-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.garage-screen .vehicle-details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.garage-screen .vehicle-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border: 3px solid rgba(255, 0, 0, 0.3);
}
.garage-screen .vehicle-card .vehicle-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(255, 0, 0, 0.3);
}
.garage-screen .vehicle-card .vehicle-header .vehicle-name {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.3rem;
  margin: 0;
  color: #ff0000;
  text-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
  text-transform: uppercase;
}
.garage-screen .vehicle-card .vehicle-header .vehicle-class {
  font-size: 1rem;
  letter-spacing: 0.2rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
.garage-screen .vehicle-card .vehicle-stats {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.garage-screen .vehicle-card .vehicle-stats .stat-bar {
  display: grid;
  grid-template-columns: 120px 1fr 50px;
  align-items: center;
  gap: 0.75rem;
}
.garage-screen .vehicle-card .vehicle-stats .stat-bar .stat-name {
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
.garage-screen .vehicle-card .vehicle-stats .stat-bar .bar {
  height: 20px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}
.garage-screen .vehicle-card .vehicle-stats .stat-bar .bar .bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #ff0000 0%, #cc0000 50%, #990000 100%);
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
  transition: width 0.5s ease;
}
.garage-screen .vehicle-card .vehicle-stats .stat-bar .stat-num {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ff0000;
  text-align: right;
}
.garage-screen .garage-info {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-left: 4px solid #ff0000;
}
.garage-screen .garage-info .garage-text {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.contact-screen {
  background: linear-gradient(135deg, #001a00 0%, #000 50%, #1a001a 100%);
}
.contact-screen .contact-panel {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.contact-screen .contact-block {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-left: 4px solid #ff0000;
}
.contact-screen .contact-block .contact-heading {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.3rem;
  margin: 0 0 1rem 0;
  color: #ff0000;
  text-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
  text-transform: uppercase;
}
.contact-screen .contact-block .contact-text {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.contact-screen .facebook-button {
  display: inline-block;
  padding: 1rem 2rem;
  margin-top: 1.5rem;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #3b5998;
  border: 3px solid #3b5998;
  transition: all 0.2s ease;
}
.contact-screen .facebook-button:hover {
  background: #4c6aaf;
  border-color: #4c6aaf;
  box-shadow: 0 0 20px rgba(59, 89, 152, 0.6);
  transform: translateY(-2px);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0.3;
  }
}
@keyframes backgroundCycle {
  0%, 18% {
    background-image: url("/photos/dramatic_finish_line_shot.jpg");
  }
  20%, 38% {
    background-image: url("/photos/dramatic_start_line_shot.jpg");
  }
  40%, 58% {
    background-image: url("/photos/tony_in_vehicle_lineup.jpg");
  }
  60%, 78% {
    background-image: url("/photos/alex_with_tony.jpg");
  }
  80%, 98% {
    background-image: url("/photos/tony_at_lincs_aviation_heritage_museum.jpg");
  }
  100% {
    background-image: url("/photos/dramatic_finish_line_shot.jpg");
  }
}
@media (max-width: 768px) {
  .page-header .page-header-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem 0 1rem 0;
  }
  .page-header .page-header-title {
    font-size: 1.5rem;
  }
  .page-header .page-nav {
    width: 100%;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .page-header .page-nav .page-nav-link {
    font-size: 0.85rem;
    padding: 0.4rem 0.8rem;
  }
  .menu-screen .game-logo .logo-title .logo-title-main {
    font-size: 3rem;
  }
  .menu-screen .game-logo .logo-title .logo-title-sub {
    font-size: 1.8rem;
  }
  .menu-screen .main-menu .menu-item {
    font-size: 1.5rem;
    padding: 0.8rem 2rem;
  }
  .section-header {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start !important;
  }
  .section-header .section-title {
    font-size: 2.5rem !important;
  }
  .team-member {
    grid-template-columns: 1fr !important;
  }
  .team-member .member-photo {
    max-width: 300px;
    margin: 0 auto;
  }
  .achievements-grid {
    grid-template-columns: 1fr !important;
  }
  .garage-panel {
    grid-template-columns: 1fr !important;
  }
  .vehicle-display {
    grid-template-columns: 1fr !important;
  }
  .vehicle-display .vehicle-image {
    grid-row: auto !important;
  }
  .stat-bar {
    grid-template-columns: 100px 1fr 45px !important;
  }
}