/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
  font-weight: 400;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gamesocialch-Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: Unlock;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gamesocialch-Unlock-Regular.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  min-height: 100vh;
  background: #0a0e27;
}
body {
  background: linear-gradient(135deg, #0a0e27 0%, #1a1d3a 100%);
  position: relative;
}
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 50%, rgba(0, 217, 255, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(168, 85, 247, 0.15) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}
body > * {
  position: relative;
  z-index: 1;
}
#root {
  font-family: Initer, sans-serif;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.pad {
  padding: 0 40px;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.pad-top {
  padding-top: 80px;
  padding-bottom: 80px;
}
.gamesocialch-flex {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
h1,
h2 {
  font-size: 38px;
  line-height: 44px;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Unlock, sans-serif;
  letter-spacing: 8px;
  font-weight: 400;
  text-shadow: 0 0 10px rgba(0, 217, 255, 0.5), 0 0 20px rgba(0, 217, 255, 0.3);
}
p,
a,
li,
span,
label,
input {
  margin: 0;
  text-decoration: none;
  color: #e2e8f0;
  font-size: 16px;
  line-height: 19px;
}
.t-24 {
  font-size: 24px;
  line-height: 28px;
  font-family: Unlock, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.t-20 {
  font-size: 20px;
  line-height: 24px;
  font-family: Unlock, sans-serif;
}
.font-unlock {
  font-family: Unlock, sans-serif;
  text-transform: uppercase;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.text-center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.col-black {
  color: #3d312d;
}
.col-white {
  color: #fff;
}
.gamesocialch-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.gamesocialch-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.gamesocialch-grid-3 li {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(0, 217, 255, 0.3);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.gamesocialch-grid-3 li:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 217, 255, 0.6);
  box-shadow: 0 8px 25px rgba(0, 217, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
}
.visualy-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
@media (max-width: 1100px) {
  .pad {
    padding: 0 25px;
  }
  .pad-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .gamesocialch-grid-2 {
    gap: 20px;
  }
}
@media (max-width: 749px) {
  .pad {
    padding: 0 16px;
  }
  .pad-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  p,
  a,
  li,
  span,
  label,
  input {
    font-size: 14px;
    line-height: 16px;
  }
  h1,
  h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 2px;
  }
  .gamesocialch-grid-2,
  .gamesocialch-grid-3 {
    grid-template-columns: 1fr;
  }
  .t-24 {
    font-size: 14px;
    line-height: 18px;
  }
  .gamesocialch-grid-3 .t-24 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 330px) {
  .gamesocialch-privacy h1,
  .gamesocialch-privacy h2 {
    word-break: break-all;
  }
}
.gamesocialch-list-dot-center {
  padding-left: 20px;
  list-style: disc;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gamesocialch-list-dot {
  padding-left: 20px;
  list-style: disc;
}
.gamesocialch-list-dot li,
.gamesocialch-list-dot-center li {
  color: #e2e8f0;
  margin-bottom: 8px;
}
.gamesocialch-middle__img {
  background: url("../images/middle-img-BYWjDBuk.webp") right / cover no-repeat;
  height: 400px;
}
.bg-brown {
  background-color: #3d312d;
}
.gamesocialch-grid-img-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gamesocialch-grid-text-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.gamesocialch-grid-img-part-2 {
  background: url("../images/game-2-kZkTsU3n.webp") center / cover no-repeat;
  border-radius: 20px;
  min-height: 400px;
  border: 1px solid rgba(0, 217, 255, 0.3);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.gamesocialch-grid-img-part-2:hover {
  box-shadow: 0 12px 40px rgba(0, 217, 255, 0.4);
  transform: translateY(-5px);
}
.mg-top {
  margin-top: 16px;
}
.gamesocialch-game__link {
  border: 2px solid #00d9ff;
  color: #00d9ff;
  font-family: Unlock, sans-serif;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  width: 100%;
  max-width: 246px;
  height: 49px;
  cursor: pointer;
  transition: all 0.3s;
  background: rgba(0, 217, 255, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 20px rgba(0, 217, 255, 0.3);
  position: relative;
  overflow: hidden;
}
.gamesocialch-game__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.gamesocialch-game__link:hover::before {
  left: 100%;
}
.gamesocialch-game__link:hover {
  background: rgba(0, 217, 255, 0.2);
  border-color: #00d9ff;
  color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 217, 255, 0.6);
  transform: translateY(-2px);
}
.gamesocialch-about {
  display: flex;
  flex-direction: row-reverse;
  gap: 80px;
}
.gamesocialch-about__img {
  background: url("../images/about-img-DPXf5cDX.webp") center / cover no-repeat;
  width: 296px;
  min-height: 277px;
  flex-shrink: 0;
}
.gamesocialch-about .gamesocialch-flex {
  justify-content: center;
}
@media (max-width: 1100px) {
  .gamesocialch-hero__header {
    font-size: 40px;
    line-height: 50px;
  }
  .gamesocialch-about {
    gap: 20px;
  }
}
@media (max-width: 749px) {
  .gamesocialch-grid-text-part {
    gap: 16px;
  }

  .hero__title {
    font-size: 40px !important;
  }
  .gamesocialch-grid-img-part-2 {
    aspect-ratio: 328 / 250;
    min-height: auto;
  }
  .gamesocialch-game__link {
    align-self: center;
    height: 33px;
    width: 100%;
    max-width: 350px;
  }
  .gamesocialch-about {
    flex-direction: column;
  }
  .gamesocialch-about__img {
    height: 385px;
    width: 100%;
    background-position: left;
  }
  .gamesocialch-middle__img {
    background: url("../images/middle-img-mob-ClLM5fzc.webp") right / cover
      no-repeat;
  }
}
.gamesocialch-hero {
  background: url("../images/main-cover-D4T5v4Kq.webp") center / cover no-repeat;
  padding: 24px 0;
  display: flex;
  align-items: center;
}
.gamesocialch-hero-main {
  min-height: 720px;
  padding-top: 100px;
  align-items: start;
}
.gamesocialch-hero-main .gamesocialch-hero__body {
  max-width: 428px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.gamesocialch-hero__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gamesocialch-hero__header {
  color: #fff;
  letter-spacing: 4px;
  font-size: 72px;
  line-height: 77px;
}
.gamesocialch-hero-main .gamesocialch-hero__header {
  font-size: 48px;
  line-height: 55px;
}
.gamesocialch-hero__text {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 749px) {
  .gamesocialch-hero__header,
  .gamesocialch-hero-main .gamesocialch-hero__header {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 2px;
  }
  .gamesocialch-hero__text {
    font-size: 16px;
    line-height: 18px;
    max-width: 60%;
  }
  .gamesocialch-hero-main {
    min-height: 500px;
    padding-top: 20px;
  }
  .gamesocialch-hero-main .gamesocialch-hero__body {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .gamesocialch-hero-main .gamesocialch-hero__text {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
}
.gamesocialch-header {
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(26, 29, 58, 0.8);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 217, 255, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.gamesocialch-header__body {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.gamesocialch-header__logo {
  width: 193px;
  height: 32px;
  background: url("../images/logo-T2umY4JP.svg") center / contain no-repeat;
}
.gamesocialch-header__links-container {
  display: flex;
  gap: 41px;
  align-items: center;
}
.gamesocialch-header__link {
  font-family: Unlock, sans-serif;
  font-size: 14px;
  color: #e2e8f0;
  transition: all 0.3s;
  position: relative;
}
.gamesocialch-header__link::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #00d9ff;
  transition: width 0.3s;
  box-shadow: 0 0 10px rgba(0, 217, 255, 0.8);
}
.gamesocialch-header__link:hover {
  color: #00d9ff;
}
.gamesocialch-header__link:hover::after {
  width: 100%;
}
.gamesocialch-header__arrow {
  background: url("../images/7e32e6ebff5d3ba900ba6f08147fea8b64cde842.svg")
    center / contain no-repeat;
  width: 24px;
  height: 24px;
}
.gamesocialch-header__lang-container {
  display: flex;
  gap: 15px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  align-items: center;
}
.gamesocialch-header__other-lang {
  background: #fbfbfb;
  width: 75px;
  position: absolute;
  bottom: -54px;
  border-radius: 5px;
  padding: 10px;
  left: -16px;
}
.gamesocialch-header__other-lang button {
  cursor: pointer;
  background: transparent;
  border: none;
  text-transform: uppercase;
  font-family: Unlock, sans-serif;
}
.gamesocialch-header__burger {
  width: 30px;
  height: 15px;
  background: url("../images/7aa223fc95e24dcd4766b8fdf1edafddf3374f28.svg")
    center / contain no-repeat;
  display: none;
  border: none;
  cursor: pointer;
}
.gamesocialch-header__close-btn {
  display: none;
  width: 15px;
  height: 15px;
  background: url("../images/6f326125e15b517b5bfbf421ef0df938a2d71daf.svg")
    center / contain no-repeat;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  border: none;
}
.gamesocialch-header__lang-mob {
  display: none;
}
@media (max-width: 749px) {
  .gamesocialch-header {
    height: 40px;
  }
  .gamesocialch-header__logo:before {
    width: 20px;
    height: 20px;
  }
  .gamesocialch-header__links-container {
    gap: 5px;
  }
  .gamesocialch-header__lang-container {
    display: none;
  }
  .gamesocialch-header__links-container {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(10, 14, 39, 0.98);
    backdrop-filter: blur(20px);
    transition: left 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 9999;
  }
  .gamesocialch-header__links-container.active {
    left: 0;
  }
  .gamesocialch-header__burger,
  .gamesocialch-header__close-btn {
    display: block;
  }
  .gamesocialch-header__lang-mob {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .gamesocialch-header__lang-btn-mob {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 217, 255, 0.3);
    color: #e2e8f0;
    padding: 5px 10px;
    text-transform: uppercase;
    cursor: pointer;
  }
}
.gamesocialch-footer {
  background: rgba(26, 29, 58, 0.9);
  padding: 40px 0;
  border-top: 1px solid rgba(0, 217, 255, 0.3);
}
.gamesocialch-footer p,
.gamesocialch-footer a {
  color: #e2e8f0;
  transition: all 0.3s;
}
.gamesocialch-footer a:hover {
  color: #00d9ff;
}
.gamesocialch-footer .font-unlock {
  text-transform: none;
}
.t-14 {
  font-size: 14px;
  line-height: 16px;
}
.gamesocialch-logos {
  display: flex;
  gap: 100px;
  justify-content: center;
}
.gamesocialch-links {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.gamesocialch-age {
  background: url("../images/124975d94ffab43368ea1bf33acd5355238762a6.svg")
    center / contain no-repeat;
  width: 84px;
  height: 40px;
}
.gamesocialch-footer__part {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gamesocialch-footer__copyright {
  color: #a1a1a1;
}
@media (max-width: 749px) {
  .gamesocialch-logos,
  .gamesocialch-links {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.gamesocialch-frame {
  width: 100%;
  aspect-ratio: 1240 / 720;
}
.pad-40 {
  padding-top: 40px;
}
.gamesocialch-game-page__img {
  aspect-ratio: 800 / 400;
  width: 100%;
  max-width: 800px;
  align-self: center;
}
.gamesocialch-terms__list {
  list-style: disc;
  padding-left: 20px;
}
.gamesocialch-disclaimer__list {
  padding-left: 20px;
  list-style: decimal;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gamesocialch-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  z-index: 10000;
  display: flex;
  padding: 100px 20px;
  justify-content: center;
  align-items: center;
}
.gamesocialch-modal__body {
  background: rgba(26, 29, 58, 0.95);
  backdrop-filter: blur(20px);
  max-width: 400px;
  width: fit-content;
  height: fit-content;
  padding: 40px;
  border: 2px solid rgba(0, 217, 255, 0.5);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 217, 255, 0.3);
}
.gamesocialch-modal__body h2,
.gamesocialch-modal__body p {
  color: #e2e8f0;
}
.gamesocialch-contact__form {
  width: 100%;
  max-width: 820px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 16px auto 0;
}
.gamesocialch-contact__label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gamesocialch-contact__label span {
  color: #00d9ff;
  font-weight: 600;
  text-shadow: 0 0 5px rgba(0, 217, 255, 0.3);
}
.gamesocialch-form__input {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  min-height: 49px;
  border: 1px solid rgba(0, 217, 255, 0.3);
  padding: 10px 20px;
  color: #e2e8f0;
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s;
}
.gamesocialch-form__text {
  min-height: 100px;
}
.gamesocialch-form__input::placeholder {
  color: #999;
  font-size: 16px;
  line-height: 18px;
}
.gamesocialch-form__input:focus {
  outline: none;
  border-color: #00d9ff;
  box-shadow: 0 0 15px rgba(0, 217, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}
.gamesocialch-form__btn {
  background: linear-gradient(135deg, #00d9ff, #0ea5e9);
  width: 246px;
  height: 49px;
  border-radius: 100px;
  cursor: pointer;
  font-family: Unlock, sans-serif;
  color: #fff;
  text-transform: uppercase;
  border: none;
  letter-spacing: 2px;
  box-shadow: 0 4px 15px rgba(0, 217, 255, 0.4);
  transition: all 0.3s;
}
.gamesocialch-form__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 217, 255, 0.6);
  background: linear-gradient(135deg, #0ea5e9, #00d9ff);
}
.ff-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #0a101a;
  padding: 28px 0;
}
.ff-footer__row {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ff-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 360px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e6f0ff;
  font-family: Unlock, sans-serif;
}

.ff-footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ff-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}
.ff-links a {
  color: #9cb3d8;
}
.ff-links a:hover {
  color: #e6f0ff;
}
.ff-footer__meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ff-badge-18 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(79, 209, 255, 0.12);
  border: 1px solid rgba(79, 209, 255, 0.35);
  color: #bff1ff;
  font-weight: 700;
}
@media (max-width: 749px) {
  .ff-footer__row {
    align-items: flex-start;
    gap: 16px;
  }
  .ff-footer__meta {
    width: 100%;
    justify-content: space-between;
  }
}


:root {
  --bg: #0a101a; /* háttér (tengeréj) */
  --bg-soft: #0f1724;
  --card: #111b2b; /* kártya alap */
  --card-2: #0e1623;
  --text: #e6f0ff; /* fő szöveg */
  --muted: #9cb3d8; /* másodlagos */
  --accent: #4fd1ff; /* akcentus: kék-cian */
  --accent-2: #7c5cff; /* akcentus 2: ibolya */
  --success: #39e69b;
  --danger: #ff6c6c;
  --ring: rgba(79, 209, 255, 0.35);
  --shadow-1: 0 10px 30px rgba(0, 0, 0, 0.35);
  --shadow-2: 0 8px 24px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  --radius-s: 10px; /* radii */
  --radius-m: 14px;
  --radius-l: 20px;
  --pad: 20px; /* konténer padding */
  --container: 1200px; /* max tartalom */
  --gap: 20px; /* rács rés */
}

/* Lokális fontok */
@font-face {
  font-family: "GS-Inter";
  src: url("assets/fonts/gamesocialch-Inter-Regular.woff2")
    format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GS-Unlock";
  src: url("assets/fonts/gamesocialch-Unlock-Regular.woff2")
    format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

/* Reset minimálisan, meglévő CSS fölé */
html,
body {
  background: var(--bg);
  color: var(--text);
}
body {
  font-family: "GS-Inter", system-ui, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.6;
}
img {
  border: 0;
  max-width: 100%;
  height: 100%;
  display: block;
}
a {
  color: var(--accent);
  text-decoration: none;
}
a:hover {
  color: #9be6ff;
}

/* Layout helpers */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad);
}
.section {
  padding: 72px 0;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--gap);
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap);
}
@media (max-width: 1000px) {
  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

/* Header */
.ff-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: saturate(1.2) blur(10px);
  background: linear-gradient(
    180deg,
    rgba(10, 16, 26, 0.85),
    rgba(10, 16, 26, 0.35)
  );
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.ff-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.ff-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "GS-Unlock";
  color: var(--text);
}
.ff-logo::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url("assets/images/logo-T2umY4JP.svg") no-repeat
    center/contain;
  filter: drop-shadow(0 2px 6px rgba(79, 209, 255, 0.4));
}
.ff-nav {
  display: flex;
  gap: 20px;
}
.ff-nav a {
  color: var(--muted);
  padding: 10px 12px;
  border-radius: 10px;
}
.ff-nav a:hover {
  background: rgba(79, 209, 255, 0.08);
  color: var(--text);
}
.ff-burger {
  display: none;
}
@media (max-width: 860px) {
  .ff-nav {
    position: fixed;
    inset: 0 0 auto auto;
    top: 64px;
    right: 0;
    height: calc(100dvh - 64px);
    width: min(300px, 90vw);
    background: var(--bg-soft);
    box-shadow: var(--shadow-1);
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    display: none;
    flex-direction: column;
    padding: 16px;
  }
  .ff-nav.active {
    display: flex;
  }
  .ff-burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--card-2);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }
}

/* Hero */
.hero {
  position: relative;
  isolation: isolate;
  background: radial-gradient(
      1200px 600px at 70% 0%,
      rgba(124, 92, 255, 0.18),
      transparent 60%
    ),
    radial-gradient(
      900px 500px at 10% 20%,
      rgba(79, 209, 255, 0.22),
      transparent 55%
    ),
    linear-gradient(180deg, #0b1422, #0a101a);
}
.hero__wrap {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: var(--gap);
  align-items: center;
}
@media (max-width: 1000px) {
  .hero__wrap {
    grid-template-columns: 1fr;
  }
}
.hero__title {
  font-family: "GS-Unlock";
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: 0.4px;
}
.hero__lead {
  color: var(--muted);
  font-size: 18px;
  margin-top: 14px;
}
.hero__cta {
  display: flex;
  gap: 14px;
  margin-top: 22px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  min-height: 48px;
  border-radius: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  box-shadow: var(--shadow-1);
  transition: all 0.2s ease;
}
.btn--primary {
  background: linear-gradient(180deg, var(--accent), #3abbe7);
  color: #02131e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(79, 209, 255, 0.3);
}
.btn--ghost {
  background: rgba(124, 92, 255, 0.12);
  color: #eae4ff;
  border-color: rgba(124, 92, 255, 0.35);
}
.btn--ghost:hover {
  background: rgba(124, 92, 255, 0.2);
}
.hero__art {
  border-radius: var(--radius-l);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow-2);
}

/* Cards */
.card {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow-2);
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
}
.card:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 209, 255, 0.35);
  box-shadow: 0 18px 40px rgba(10, 16, 26, 0.6);
}
.card h3 {
  font-size: 18px;
  margin-bottom: 6px;
}
.kpi {
  display: flex;
  align-items: center;
  gap: 10px;
}
.kpi .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(79, 209, 255, 0.12);
  border: 1px solid rgba(79, 209, 255, 0.35);
  color: #bff1ff;
  font-weight: 700;
}

/* Section headings */
.section h2 {
  font-family: "GS-Unlock";
  font-size: 36px;
  letter-spacing: 0.3px;
}
.muted {
  color: var(--muted);
}

/* Lists / paytable */
.feature-list,
.paytable {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list li,
.paytable li {
  list-style: none;
}

/* Gallery */
.gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap);
}
@media (max-width: 1000px) {
  .gallery {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}
.gallery img {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-1);
}

/* Forms */
.form {
  display: grid;
  gap: 14px;
  max-width: 720px;
}
.label {
  display: grid;
  gap: 6px;
}
.input,
.textarea {
  background: var(--card-2);
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.input:focus,
.textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px var(--ring);
}
.textarea {
  min-height: 120px;
  resize: vertical;
}

/* Footer */
.ff-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #0a101a;
  padding: 28px 0;
}
.ff-footer__row {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ff-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ff-links a {
  color: var(--muted);
}
.ff-links a:hover {
  color: var(--text);
}

/* Modals */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(2, 10, 18, 0.55);
  z-index: 100;
}
.modal__body {
  width: min(560px, 92vw);
  background: linear-gradient(180deg, var(--card), var(--card-2));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow-2);
}
.modal h3 {
  font-family: "GS-Unlock";
  font-size: 22px;
}
.btn-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
