:root {
  font-size: 62.5%;
  --gcc1-bg: #333333;
  --gcc1-panel: #242424;
  --gcc1-panel-soft: #3f3f3f;
  --gcc1-primary: #FFB347;
  --gcc1-cream: #FAFAD2;
  --gcc1-lemon: #FFFACD;
  --gcc1-silver: #CED4DA;
  --gcc1-text: #FFFACD;
  --gcc1-muted: #CED4DA;
  --gcc1-border: rgba(255, 250, 205, .18);
  --gcc1-shadow: 0 1.2rem 3rem rgba(0, 0, 0, .34);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at top left, rgba(255,179,71,.2), transparent 30%), var(--gcc1-bg);
  color: var(--gcc1-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
a { color: var(--gcc1-primary); }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.gcc1-page {
  width: min(100%, 43rem);
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(36,36,36,.96), rgba(51,51,51,.98));
  min-height: 100vh;
  box-shadow: 0 0 5rem rgba(0,0,0,.4);
}
.gcc1-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 43rem);
  z-index: 1000;
  background: rgba(36, 36, 36, .94);
  backdrop-filter: blur(1.4rem);
  border-bottom: .1rem solid var(--gcc1-border);
}
.gcc1-headerbar {
  min-height: 6.2rem;
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: .8rem 1rem;
}
.gcc1-logo {
  display: flex;
  align-items: center;
  gap: .8rem;
  color: var(--gcc1-lemon);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -.03em;
  min-width: 0;
}
.gcc1-logo img { width: 3.2rem; height: 3.2rem; border-radius: .9rem; }
.gcc1-logo span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gcc1-actions { margin-left: auto; display: flex; gap: .6rem; }
.gcc1-btn {
  border: 0;
  border-radius: 99rem;
  min-height: 4.4rem;
  padding: 0 1.2rem;
  background: var(--gcc1-primary);
  color: #2a1a00;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 .6rem 1.4rem rgba(255,179,71,.25);
}
.gcc1-btn:hover, .gcc1-btn:focus { transform: translateY(-.1rem); filter: brightness(1.06); }
.gcc1-btn-alt { background: var(--gcc1-lemon); color: #333333; }
.gcc1-menu-btn {
  width: 4.4rem;
  min-width: 4.4rem;
  height: 4.4rem;
  border: .1rem solid var(--gcc1-border);
  border-radius: 1.4rem;
  background: #3b3b3b;
  color: var(--gcc1-lemon);
  cursor: pointer;
}
.gcc1-menu {
  position: fixed;
  top: 6.2rem;
  right: calc(50% - 21.5rem);
  width: min(32rem, calc(100vw - 2rem));
  max-height: calc(100vh - 8rem);
  overflow: auto;
  transform: translateX(110%);
  transition: transform .26s ease;
  background: #222222;
  border: .1rem solid var(--gcc1-border);
  border-radius: 1.8rem 0 0 1.8rem;
  box-shadow: var(--gcc1-shadow);
  padding: 1rem;
  z-index: 9999;
}
.gcc1-menu-open { transform: translateX(0); }
.gcc1-menu a {
  display: flex;
  align-items: center;
  gap: .8rem;
  min-height: 4.8rem;
  color: var(--gcc1-lemon);
  text-decoration: none;
  border-bottom: .1rem solid var(--gcc1-border);
  font-weight: 800;
}
.gcc1-main { padding: 7.4rem 1rem 2.4rem; }
.gcc1-hero { position: relative; overflow: hidden; border-radius: 2.2rem; border: .1rem solid var(--gcc1-border); }
.gcc1-slide { display: none; cursor: pointer; min-height: 16rem; background: #252525; }
.gcc1-slide-active { display: block; }
.gcc1-slide img { width: 100%; height: 18rem; object-fit: cover; }
.gcc1-slide-label {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  background: rgba(0,0,0,.68);
  border: .1rem solid var(--gcc1-border);
  border-radius: 1.4rem;
  padding: 1rem;
}
.gcc1-dots { display: flex; justify-content: center; gap: .6rem; padding: .8rem 0 0; }
.gcc1-dot { width: .9rem; height: .9rem; border: 0; border-radius: 50%; background: var(--gcc1-silver); opacity: .45; }
.gcc1-dot-active { background: var(--gcc1-primary); opacity: 1; width: 2.2rem; border-radius: 1rem; }
.gcc1-section { margin-top: 1.6rem; padding: 1.4rem; background: rgba(36,36,36,.86); border: .1rem solid var(--gcc1-border); border-radius: 2rem; }
.gcc1-section h1, .gcc1-section h2, .gcc1-section h3 { line-height: 1.12; color: var(--gcc1-lemon); margin: 0 0 1rem; }
.gcc1-section h1 { font-size: 2.6rem; }
.gcc1-section h2 { font-size: 2.1rem; }
.gcc1-section h3 { font-size: 1.7rem; }
.gcc1-section p { line-height: 1.55; color: var(--gcc1-muted); margin: 0 0 1rem; }
.gcc1-kicker { color: var(--gcc1-primary); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: 1.1rem; }
.gcc1-promo-link { color: var(--gcc1-primary); font-weight: 900; text-decoration: underline; cursor: pointer; }
.gcc1-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.gcc1-card { background: #2e2e2e; border: .1rem solid var(--gcc1-border); border-radius: 1.4rem; padding: .8rem; box-shadow: 0 .6rem 1.2rem rgba(0,0,0,.18); }
.gcc1-game { color: var(--gcc1-lemon); text-decoration: none; text-align: center; min-height: 10rem; display: flex; flex-direction: column; gap: .6rem; justify-content: flex-start; }
.gcc1-game img { width: 5.4rem; height: 5.4rem; object-fit: cover; border-radius: 1.2rem; margin: 0 auto; }
.gcc1-game span { font-size: 1.1rem; line-height: 1.2; font-weight: 800; }
.gcc1-badges { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1rem 0; }
.gcc1-badge { padding: .6rem .9rem; border-radius: 99rem; background: rgba(255,179,71,.14); color: var(--gcc1-primary); font-weight: 900; border: .1rem solid rgba(255,179,71,.3); }
.gcc1-split { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.gcc1-stat { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .9rem; border-radius: 1.2rem; background: rgba(255,250,205,.07); }
.gcc1-stat strong { color: var(--gcc1-primary); }
.gcc1-cta { display: grid; gap: .8rem; margin-top: 1rem; }
.gcc1-cta .gcc1-btn { width: 100%; }
.gcc1-list { margin: 0; padding-left: 1.8rem; color: var(--gcc1-muted); line-height: 1.6; }
.gcc1-list li { margin: .7rem 0; }
.gcc1-testimonial { border-left: .4rem solid var(--gcc1-primary); padding-left: 1rem; color: var(--gcc1-muted); }
.gcc1-payments { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.gcc1-pay { text-align: center; padding: 1rem .6rem; border-radius: 1.2rem; background: #373737; color: var(--gcc1-lemon); font-weight: 900; }
.gcc1-footer { padding: 2rem 1rem 9rem; background: #202020; border-top: .1rem solid var(--gcc1-border); }
.gcc1-footer p { color: var(--gcc1-muted); line-height: 1.55; }
.gcc1-footer-links { display: flex; flex-wrap: wrap; gap: .8rem; }
.gcc1-footer-links a { color: var(--gcc1-lemon); text-decoration: none; border: .1rem solid var(--gcc1-border); border-radius: 99rem; padding: .8rem 1rem; font-weight: 800; }
.gcc1-footer-promos { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 1.2rem 0; }
.gcc1-partners { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.2rem 0; }
.gcc1-partner { padding: .6rem .9rem; border-radius: .9rem; background: #373737; color: var(--gcc1-silver); font-size: 1.2rem; font-weight: 800; }
.gcc1-bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(100%, 43rem);
  height: 6.4rem;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #2a2a2a;
  border-top: .1rem solid rgba(255,179,71,.35);
  box-shadow: 0 -1rem 2rem rgba(0,0,0,.28);
}
.gcc1-bottom-item {
  min-width: 6rem;
  min-height: 6rem;
  border: 0;
  background: transparent;
  color: var(--gcc1-silver);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .3rem;
  font-size: 1.1rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, color .18s ease;
}
.gcc1-bottom-item i, .gcc1-bottom-item span[aria-hidden="true"] { font-size: 2.4rem; line-height: 1; }
.gcc1-bottom-item:active { transform: scale(.92); }
.gcc1-bottom-active { color: var(--gcc1-primary); }
.gcc1-bottom-badge { position: absolute; transform: translate(1.3rem, -1.5rem); background: var(--gcc1-primary); color: #2a1a00; border-radius: 99rem; font-size: .9rem; padding: .1rem .4rem; }
.gcc1-note { font-size: 1.3rem; color: var(--gcc1-silver); }
.gcc1-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.2rem; }
.gcc1-table th, .gcc1-table td { padding: .9rem; border-bottom: .1rem solid var(--gcc1-border); text-align: left; color: var(--gcc1-muted); }
.gcc1-table th { color: var(--gcc1-primary); }
@media (min-width: 769px) {
  .gcc1-bottom-nav { display: none; }
  .gcc1-footer { padding-bottom: 2rem; }
}
@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
}
@media (max-width: 370px) {
  .gcc1-grid { grid-template-columns: repeat(3, 1fr); }
  .gcc1-actions .gcc1-btn { padding: 0 .9rem; font-size: 1.3rem; }
  .gcc1-logo span { max-width: 9rem; }
}
