@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700&family=Montserrat:wght@400;700&display=swap');

@font-face {
  font-family: 'Oswald';
  src: url('Fonts/Oswald/static/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url('Fonts/Oswald/static/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'KisahHoror';
  src: url('Fonts/kisah_horor_sobat/KisahHororSobat.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Notepad';
  src: url('Fonts/notepad_2/Notepad-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url('Fonts/Oswald/static/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

.oswald-light {
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Oswald', Arial, sans-serif;
  background: radial-gradient(ellipse at top left, #2e085f 0%, #0d1b2a 100%);
  color: #f0eaff;
  min-height: 100vh;
}

.csg-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #15151a;
  padding: 0 0;
  height: var(--csg-header-height);
}

.csg-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.65rem 2.5rem;
  position: relative;
}

.csg-menu {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.csg-menu-left {
  flex: 1;
  justify-content: flex-start;
  gap: 2rem;
}

.csg-menu-right {
  flex: 1;
  justify-content: flex-end;
  gap: 0.5rem;
}

.csg-menu li a {
  color: #f0eaff;
  text-decoration: none;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 1px;
  padding: 0.5rem 0.8rem;
  border-radius: 6px;
  transition: background 0.2s, box-shadow 0.2s, color 0.2s;
}

.csg-menu li a:hover {
  background: rgba(120, 60, 255, 0.18);
  color: #a7c7ff;
  box-shadow: 14 10 8px 2px #ffffff;
}

.csg-menu-left li a {
  color: #fff;
  text-decoration: none;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 1px;
  padding: 0.45em 1.1em;
  border-radius: 6px;
  transition: background 0.2s, box-shadow 0.2s, color 0.2s;
  display: inline-block;
}

.csg-menu-left li a:hover {
  background: #fff;
  color: #15151a;
  box-shadow: none;
}

.csg-logo-container {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 64px;
  padding-top: 24px;
  padding-bottom: 16px;
}

.csg-logo {
  height: 64px;
  width: auto;
  background: transparent;
  border-radius: 50%;
  padding: 2px;
}

.csg-icon {
  width: 22px;
  height: 22px;
  transition: transform 0.2s, filter 0.2s;
  vertical-align: middle;
  filter: invert(1) brightness(2);
}

.csg-icon:hover {
  filter: invert(0) brightness(0.2);
}

img.csg-icon:hover {
  filter: invert(0) brightness(0.2) !important;
}

.csg-menu-right li a {
  display: inline-block;
  padding: 0.32em 0.7em 0.42em 0.7em;
  border-radius: 6px;
  transition: background 0.2s, box-shadow 0.2s;
}

.csg-menu-right li a:hover {
  background: #fff;
  box-shadow: none;
}

.csg-menu-right li a:hover .csg-icon {
  filter: invert(1);
  transform: scale(1.15) rotate(8deg);
}

.csg-hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 480px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.csg-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}

.csg-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, rgba(21,21,26,0.7) 0%, rgba(21,21,26,0.3) 60%, rgba(21,21,26,0.8) 100%);
  z-index: 2;
}

.csg-hero-logo-container {
  position: absolute;
  top: 10vh;
  left: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
  z-index: 3;
}

.csg-hero-logo {
  max-width: 420px;
  width: 40vw;
  min-width: 180px;
  height: auto;
  filter: drop-shadow(0 8px 32px #000a);
  background: transparent;
  border-radius: 18px;
  padding: 12px 24px;
}

.csg-about-section {
  width: 100vw;
  padding: 80px 0 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}
.csg-about-content {
  max-width: 1100px;
  margin: 0 2rem;
  text-align: center;
  padding: 2.5rem 2rem;
  background: none;
  border-radius: 0;
  box-shadow: none;
}

.csg-about-content h2 {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 2.5rem;
  margin-bottom: 1.2rem;
  letter-spacing: 2px;
  color: #a7c7ff;
  text-shadow: 0 2px 12px #000a;
}

.csg-about-content p {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #fff;
  margin: 0;
  text-shadow: 0 2px 8px #000a;
}

.csg-hero-arrow {
  position: absolute;
  top: 84vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  animation: csg-blink 2.2s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
.csg-hero-arrow img {
  width: 34px;
  height: 19px;
  filter: drop-shadow(0 2px 12px #000a);
}
@keyframes csg-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.25; }
}

.csg-hero-arrow-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.csg-arrow-top,
.csg-arrow-bottom {
  width: 34px;
  height: 19px;
  filter: drop-shadow(0 2px 12px #000a);
  animation: csg-blink 1.9s infinite;
}

.csg-bg-video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  min-width: 100vw;
  min-height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
}
.csg-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
  min-width: 100vw;
  min-height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
}
.csg-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, rgba(21,21,26,0.7) 0%, rgba(21,21,26,0.3) 60%, rgba(21,21,26,0.8) 100%);
  z-index: 1;
}

body, .csg-hero, .csg-about-section, main {
  position: relative;
  z-index: 2;
}

.csg-bg-video-container {
  will-change: transform;
  transition: transform 0.1s linear;
}



.csg-hero-video, .csg-hero-overlay {
  display: none !important;
}

.csg-games-section {
  width: 100vw;
  padding: 80px 0 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.csg-games-content {
  max-width: 1100px;
  margin: 0 2rem;
  width: 100%;
}

.csg-games-content h2 {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  letter-spacing: 2px;
  color: #a7c7ff;
  text-align: center;
  text-shadow: 0 2px 12px #000a;
}

.csg-games-tiles {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.csg-game-tile {
  background: rgba(21, 21, 26, 0.72);
  border-radius: 18px;
  box-shadow: 0 4px 32px #0006;
  overflow: hidden;
  width: 506px;
  max-width: 90vw;
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.18s, box-shadow 0.18s, background 0.18s;
  cursor: pointer;
}
.csg-game-tile:hover, .csg-game-tile:focus {
  background: rgba(21, 21, 26, 0.92);
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 40px #a7c7ff55, 0 2px 16px #000a;
}
.csg-game-img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
}
.csg-game-info {
  padding: 2.2rem 1.1rem 2rem 1.1rem;
  text-align: center;
}
.csg-game-info h3 {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.75rem;
  margin: 0 0 0.7rem 0;
  color: #fff;
  text-shadow: 0 2px 8px #000a;
}
.csg-game-info p {
  font-size: 1.05rem;
  color: #e6e6fa;
  font-weight: 300;
  margin: 0;
  text-shadow: 0 2px 8px #000a;
}

.csg-game-title-cat, .csg-game-title-hallway {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 2rem;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px #000a;
}

.csg-games-section, .csg-games-content, .csg-games-tiles, .csg-game-tile {
  position: relative;
  z-index: 2;
}

.csg-about-content h2,
.csg-games-content h2 {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 5rem;
  margin-bottom: 2.5rem;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 12px #000a;
}

.csg-contact-headline {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 5rem;
  margin-bottom: 2.5rem;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 12px #000a;
}

/* Hamburger menu button */
.csg-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10001;
}
.csg-hamburger span {
  display: block;
  width: 28px;
  height: 4px;
  margin: 4px 0;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}

/* Mobile menu overlay */
.csg-mobile-menu-overlay {
  display: none;
  position: fixed;
  top: calc(var(--csg-header-height) + 1.5rem);
  right: 1.5rem;
  width: 340px;
  max-width: 95vw;
  height: 420px;
  max-height: 90vh;
  background: rgba(21, 21, 26, 0.98);
  z-index: 10000;
  transition: opacity 0.3s;
  border-radius: 18px;
  box-shadow: 0 8px 40px #000a, 0 2px 16px #a7c7ff33;
  opacity: 0;
  pointer-events: none;
}
.csg-mobile-menu-overlay.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.csg-mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  padding: 1rem 2.5rem 2.5rem 2.5rem;
  overflow-y: auto;
  position: relative;
}
.csg-mobile-menu-close {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
  z-index: 10001;
  padding: 0.2em 0.5em;
  line-height: 1;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}
.csg-mobile-menu-close:hover, .csg-mobile-menu-close:focus {
  background: #222;
  color: #a7c7ff;
}
.csg-mobile-menu-links {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem 0;
  width: 100%;
}
.csg-mobile-menu-links li {
  margin-bottom: 1rem;
  text-align: right;
}
.csg-mobile-menu-links a {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  font-family: 'Oswald', Arial, sans-serif;
  letter-spacing: 1px;
  transition: color 0.2s;
}
.csg-mobile-menu-links a:hover {
  color: #a7c7ff;
}
.csg-mobile-socials {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: -0.75rem;
}
.csg-mobile-socials .csg-icon {
  width: 32px;
  height: 32px;
}

.csg-mobile-socials-row {
  display: flex;
  flex-direction: row;
  gap: 0.7rem;
  justify-content: flex-end;
  width: auto;
  margin-bottom: 0.7rem;
}
.csg-mobile-socials-row:last-child {
  margin-bottom: 0;
}

.csg-contact-section {
  width: 100vw;
  padding: 80px 0 200px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  background: none;
}
.csg-contact-headline {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 5rem;
  margin-bottom: 2.5rem;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 12px #000a;
  align-self: center;
}
.csg-contact-content {
  max-width: 600px;
  margin: 0 2rem;
  width: 100%;
  background: rgba(21, 21, 26, 0.72);
  border-radius: 18px;
  box-shadow: 0 4px 32px #0006;
  padding: 2.5rem 2rem;
  text-align: center;
}
.csg-contact-content h2 {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  letter-spacing: 2px;
  color: #a7c7ff;
  text-shadow: 0 2px 12px #000a;
}
.csg-contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: stretch;
}
.csg-contact-form label {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 0.3rem;
  text-align: left;
}
.csg-contact-form input[type="text"],
.csg-contact-form textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  border: 1px solid #a7c7ff44;
  background: #a7c7ff;
  color: #0E0E0E;
  font-size: 1.1rem;
  font-family: 'Oswald', Arial, sans-serif;
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
  box-sizing: border-box;
  transition: border 0.2s, box-shadow 0.2s;
}
.csg-contact-form input[type="text"]:focus,
.csg-contact-form textarea:focus {
  border: 1.5px solid #a7c7ff;
  outline: none;
  box-shadow: 0 0 0 2px #a7c7ff33;
}
.csg-contact-form textarea {
  min-height: 120px;
  resize: vertical;
}
.csg-contact-form textarea::placeholder {
  color: #181828;
  opacity: 1;
}
.csg-contact-form .submit {
  background: linear-gradient(90deg, #a7c7ff 0%, #F1C9D5 100%);
  color: #15151a;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 0.9rem 0;
  cursor: pointer;
  margin-top: 1rem;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px #000a;
}
.csg-contact-form .submit:hover {
  background: linear-gradient(90deg, #F1C9D5 0%, #a7c7ff 100%);
  text-shadow: 0 0 16px #fff, 0 0 32px #a7c7ff, 0 0 8px #F1C9D5;
}

.csg-main-button {
  background: linear-gradient(90deg, #a7c7ff 0%, #F1C9D5 100%);
  color: #15151a;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 0.9rem 2.2rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px #000a;
  display: inline-block;
  text-align: center;
  margin: 0.5rem 0;
}
.csg-main-button:hover {
  background: linear-gradient(90deg, #F1C9D5 0%, #a7c7ff 100%);
  text-shadow: 0 0 16px #fff, 0 0 32px #a7c7ff, 0 0 8px #F1C9D5;
}

.csg-footer {
  width: 100vw;
  background: rgba(21, 21, 26, 0.72);
  color: #fff;
  position: relative;
  z-index: 10;
  padding: 2.5rem 0 1.2rem 0;
  box-shadow: 0 -2px 16px #000a;
}
.csg-footer-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.csg-footer-logo-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
.csg-footer-logo {
  height: 120px;
  width: auto;
  margin-bottom: 0.5rem;
}
.csg-footer-socials {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  justify-content: flex-end;
}
.csg-footer-socials .csg-icon {
  width: 25px;
  height: 25px;
  filter: invert(1) brightness(2);
  transition: filter 0.2s, transform 0.2s;
}
.csg-footer-socials .csg-icon:hover {
  filter: invert(1) brightness(2) drop-shadow(0 2px 8px #a7c7ff) !important;
  transform: scale(1.12);
}
.csg-footer-bottom {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
.csg-footer-imprint {
  color: #a7c7ff ;
  text-decoration: underline;
  font-size: 1.1rem;
  margin-left: 0;
  margin-top: 0.5rem;
  transition: color 0.2s;
}
.csg-footer-imprint:hover {
  color: #fff;
}
.csg-footer-bottom .csg-footer-copyright {
  font-weight: 300;
}

.csg-footer-3col {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  gap: 2rem;
}
.csg-footer-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.csg-footer-col-left {
  align-items: flex-start;
  justify-content: center;
}
.csg-footer-col-center {
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}
.csg-footer-col-right {
  align-items: flex-end;
  justify-content: center;
  width: auto;
}
.csg-footer-imprint {
  margin-left: 0;
  margin-top: 0.5rem;
}

.csg-game-detail-section {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.csg-game-detail-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.csg-game-detail-title {
  position: relative;
  color: white;
  font-family: 'KisahHoror', Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: normal;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  margin: 2rem 0 3rem 0;
  white-space: nowrap;
}

.csg-game-detail-desc {
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 300;
}

.csg-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2.5rem;
  max-width: 1100px;
  margin: 3rem auto 0 auto;
  padding: 0 2rem;
}
.csg-gallery-img-wrapper {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #222;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
}
.csg-gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.2s;
  display: block;
}
.csg-gallery-img:hover {
  transform: scale(1.04);
}
@media (max-width: 700px) {
  .csg-gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .csg-gallery-img-wrapper {
    aspect-ratio: 16/9;
  }
}

@media (max-width: 1200px) {
  .csg-game-detail-title {
    font-size: 3.5rem;
  }
  .csg-nav {
    padding: 1.8rem 1.8rem;
  }
  .csg-menu-left, .csg-menu-right {
    gap: 1rem;
  }
  .csg-logo-container {
    height: 48px;
  }
  .csg-logo {
    height: 56px;
  }
  .csg-games-tiles {
    gap: 1.2rem;
  }
  .csg-game-tile {
    width: 95vw;
    max-width: 420px;
  }
  .csg-game-img {
    height: 140px;
  }
  .csg-menu-left, .csg-menu-right {
    display: none;
  }
  .csg-hamburger {
    display: flex;
  }
  :root {
    --csg-header-height: 64px;
  }
  .csg-header {
    height: var(--csg-header-height);
  }
  .csg-footer-3col {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 0 0.7rem;
  }
  .csg-footer-col-left,
  .csg-footer-col-center,
  .csg-footer-col-right {
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .csg-footer-logo {
    height: 80px;
  }
}

@media (max-width: 700px) {
  .csg-hero-logo {
    max-width: 220px;
    width: 70vw;
    min-width: 100px;
    padding: 6px 10px;
  }
  .csg-hero-logo-container {
    top: 4vh;
  }
  .csg-about-content {
    padding: 1.2rem 0.7rem;
  }
 
  .csg-about-section {
    padding: 40px 0 30px 0;
  }
  .csg-hero-arrow {
    top: 82vh;
  }
  .csg-hero-arrow img {
    width: 32px;
    height: 32px;
  }
  .csg-footer-content {
    padding: 0 0.7rem;
  }
  .csg-footer-logo {
    height: 54px;
  }
  .csg-footer-bottom {
    flex-direction: column;
    gap: 0.7rem;
    font-size: 1rem;
  }
  .csg-quote-section {
    padding: 1.5rem 0.5rem 1.2rem 0.5rem;
  }
  .csg-quote {
    font-size: 1.1rem;
  }
  .csg-quote-attribution {
    font-size: 0.95rem;
  }
} 

@media (max-width: 600px) {
  .csg-game-detail-title {
    font-size: 2.2rem;
  }
  
  .csg-nav {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    padding: 1.8rem 1.8rem;
    height: auto;
  }
  .csg-header {
    height: auto;
  }
  .csg-logo-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .csg-hamburger {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    margin-top: 0;
  }
  .csg-hero-arrow {
    display: none !important;
  }
}

@media (max-width: 400px) {
  .csg-game-detail-title {
    font-size: 1.8rem;
  }
}

.csg-quote-section {
  max-width: 1050px;
  margin: 4rem auto 3rem auto;
  padding: 2.5rem 2rem 2rem 2rem;
  background: linear-gradient(90deg, rgba(241,201,213,0.50) 0%, rgba(167,199,255,0.50) 100%);
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.10);
  text-align: center;
  position: relative;
}
.csg-quote {
  font-size: 1.5rem;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  margin: 0 0 1.2rem 0;
  line-height: 1.4;
}
.csg-quote-attribution {
  font-size: 1.1rem;
  color: #fff;
  font-weight: 500;
}

.csg-imprint-content {
  color: #181818;
  font-size: 1.08rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin-top: 0.5rem;
}
.csg-imprint-content h3 {
  margin-top: 2.2rem;
  margin-bottom: 1rem;
  color: #222;
  font-size: 1.18rem;
}
.csg-imprint-content b {
  color: #222;
}
