@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/asset-014.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/asset-019.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/asset-024.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/asset-029.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/asset-034.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/asset-039.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("assets/asset-044.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: font-icons;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("assets/asset-045.bin") format("truetype");
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', system-ui, sans-serif;
  font-weight: 400;
  background: #0d1117;
  color: #fff;
  line-height: 1.5;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul, ol { list-style: none; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.font-icons {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: font-icons !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.font-icons--bar:before { content: "\e900"; }
.font-icons--bar-open:before { content: "\e901"; }
.font-icons--search:before { content: "\e902"; }
.font-icons--close:before { content: "\e903"; }
.font-icons--left:before { content: "\e904"; }
.font-icons--right:before { content: "\e905"; }
.font-icons--select:before { content: "\e906"; }
.font-icons--show:before { content: "\e907"; }
.font-icons--check:before { content: "\e908"; }
.font-icons--home:before { content: "\e909"; }
.font-icons--star:before { content: "\e90a"; }
.font-icons--fire:before { content: "\e90b"; }
.font-icons--medal:before { content: "\e90c"; }
.font-icons--promo-five-1:before { content: "\e90d"; }
.font-icons--promo-five-2:before { content: "\e90e"; }
.font-icons--promo-five-3:before { content: "\e90f"; }
.font-icons--promo-five-4:before { content: "\e910"; }
.font-icons--promo-five-5:before { content: "\e911"; }

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #161b22;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  gap: 12px;
}

.header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header__logo img {
  height: 40px;
  width: auto;
}

.header__logo-text {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ff6b35;
  letter-spacing: -0.02em;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: center;
}

.header__nav-link {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  padding: 6px 12px;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
}

.header__nav-link:hover,
.header__nav-link.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.header__burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: #fff;
  font-size: 1.1rem;
  background: rgba(255, 255, 255, 0.08);
  transition: background 0.2s;
}

.header__burger:hover { background: rgba(255, 255, 255, 0.15); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 10px 20px;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s, opacity 0.15s;
  white-space: nowrap;
  border: none;
}

.btn:active { transform: scale(0.97); }

.btn--primary {
  background: linear-gradient(135deg, #ff6b35 0%, #ff4500 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(255, 107, 53, 0.35);
}

.btn--primary:hover {
  box-shadow: 0 6px 24px rgba(255, 107, 53, 0.5);
  opacity: 0.92;
}

.btn--secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn--secondary:hover {
  background: rgba(255, 255, 255, 0.18);
}

.btn--large {
  font-size: 1rem;
  padding: 14px 28px;
}

.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.85);
  flex-direction: column;
}

.mobile-nav.is-open { display: flex; }

.mobile-nav__panel {
  background: #161b22;
  width: min(320px, 85vw);
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  animation: slideInLeft 0.25s ease;
}

@keyframes slideInLeft {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}

.mobile-nav__close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  cursor: pointer;
}

.mobile-nav__link {
  display: block;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  transition: background 0.2s, color 0.2s;
}

.mobile-nav__link:hover {
  background: rgba(255, 107, 53, 0.12);
  color: #ff6b35;
}

.mobile-nav__actions {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero {
  position: relative;
  background: linear-gradient(135deg, #1a0a05 0%, #0d1117 50%, #0a1628 100%);
  padding: 60px 0 80px;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(255, 107, 53, 0.12) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 30%, rgba(255, 69, 0, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 107, 53, 0.15);
  border: 1px solid rgba(255, 107, 53, 0.3);
  color: #ff6b35;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.hero__title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 20px;
}

.hero__title span { color: #ff6b35; }

.hero__desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 32px;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero__image {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(255, 69, 0, 0.05));
}

.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.cat-menu {
  background: #161b22;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.cat-menu::-webkit-scrollbar { display: none; }

.cat-menu__list {
  display: flex;
  gap: 4px;
  padding: 12px 16px;
  min-width: max-content;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .cat-menu { display: flex; justify-content: center; }
  .cat-menu__list { min-width: unset; flex-wrap: wrap; justify-content: center; }
}

.cat-menu__item { flex-shrink: 0; }

.cat-menu__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  font-weight: 500;
  transition: color 0.2s, background 0.2s;
}

.cat-menu__link:hover,
.cat-menu__link.active {
  color: #ff6b35;
  background: rgba(255, 107, 53, 0.1);
}

.cat-menu__icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.section {
  padding: 48px 0;
}

.section--dark { background: #0d1117; }
.section--alt { background: #111820; }

.section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.section__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

.section__see-all {
  font-size: 0.82rem;
  font-weight: 600;
  color: #ff6b35;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
}

.section__see-all:hover { opacity: 0.75; }

.game-slider {
  position: relative;
}

.game-slider__track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.game-slider__track::-webkit-scrollbar { display: none; }

.game-slider__arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(22, 27, 34, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, opacity 0.2s;
  cursor: pointer;
}

.game-slider__arrow:hover { background: rgba(255, 107, 53, 0.3); }
.game-slider__arrow--prev { left: -20px; }
.game-slider__arrow--next { right: -20px; }
.game-slider__arrow:disabled { opacity: 0.3; cursor: default; }

.game-card {
  flex: 0 0 160px;
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
  background: #161b22;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}

.game-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.4);
}

.game-card__img-wrap {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
}

.game-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.game-card:hover .game-card__img { transform: scale(1.05); }

.game-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px;
  opacity: 0;
  transition: opacity 0.2s;
}

.game-card:hover .game-card__overlay { opacity: 1; }

.game-card__play {
  width: 100%;
  padding: 8px;
  background: linear-gradient(135deg, #ff6b35, #ff4500);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 6px;
  text-align: center;
  display: block;
}

.game-card__info {
  padding: 10px 12px;
}

.game-card__name {
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-card__provider {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 2px;
}

.payments-strip {
  background: #111820;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.payments-strip__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.payments-strip__item img {
  height: 28px;
  width: auto;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.payments-strip__item:hover img { opacity: 1; }

.features {
  background: #111820;
  padding: 64px 0;
}

.features__head {
  text-align: center;
  margin-bottom: 48px;
}

.features__title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #fff;
}

.features__title strong { color: #ff6b35; }

.features__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.8);
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  text-decoration: none;
}

.features__item:hover {
  background: rgba(255, 107, 53, 0.08);
  border-color: rgba(255, 107, 53, 0.25);
  transform: translateY(-4px);
  color: #fff;
}

.features__icon {
  font-size: 2rem;
  color: #ff6b35;
  margin-bottom: 16px;
}

.features__item-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.features__item-desc {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
}

.features__label {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #ff6b35;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.vip-banner {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.vip-banner img.vip-banner__bg {
  width: 100%;
  height: auto;
  display: block;
  min-height: 200px;
  object-fit: cover;
}

.vip-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.75) 40%, transparent 100%);
  display: flex;
  align-items: center;
  padding: 40px;
}

.vip-banner__content { max-width: 480px; }

.vip-banner__title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 8px;
}

.vip-banner__desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 24px;
}

.signup-section {
  background: linear-gradient(135deg, #1a0a05 0%, #0d1117 100%);
  padding: 64px 0;
}

.signup-section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.signup-section__heading {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 16px;
}

.signup-section__heading span { color: #ff6b35; }

.signup-section__sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

.signup-form {
  background: #161b22;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px;
}

.signup-form__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form-field {
  margin-bottom: 16px;
}

.form-field input {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 13px 16px;
  color: #fff;
  font-family: inherit;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s;
}

.form-field input::placeholder { color: rgba(255, 255, 255, 0.35); }
.form-field input:focus { border-color: #ff6b35; }

.form-submit {
  width: 100%;
  padding: 14px;
  margin-top: 8px;
}

.form-terms {
  font-size: 0.73rem;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  margin-top: 12px;
  line-height: 1.5;
}

.form-terms a { color: #ff6b35; }

.providers {
  padding: 40px 0;
  background: #161b22;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.providers__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 0;
  align-items: center;
}

.providers__track::-webkit-scrollbar { display: none; }

.providers__item {
  flex: 0 0 auto;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  transition: background 0.2s;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
}

.providers__item:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.seo-block {
  background: #0d1117;
  padding: 64px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.seo-block__inner {
  max-width: 900px;
  margin: 0 auto;
}

.seo-block h1,
.seo-block h2,
.seo-block h3 {
  color: #fff;
  margin-top: 32px;
  margin-bottom: 12px;
  line-height: 1.3;
}

.seo-block h1 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; margin-top: 0; }
.seo-block h2 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); font-weight: 700; }
.seo-block h3 { font-size: 1.1rem; font-weight: 600; }

.seo-block p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 16px;
}

.seo-block ol,
.seo-block ul {
  margin: 0 0 16px 0;
  padding-left: 0;
}

.seo-block ol { counter-reset: seo-counter; }

.seo-block ol li {
  counter-increment: seo-counter;
  position: relative;
  padding-left: 36px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.7;
}

.seo-block ol li::before {
  content: counter(seo-counter);
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: rgba(255, 107, 53, 0.15);
  border: 1px solid rgba(255, 107, 53, 0.3);
  color: #ff6b35;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.seo-block ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}

.seo-block ul li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: #ff6b35;
}

.seo-block a {
  color: #ffa07a;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.seo-block a:hover { color: #ff6b35; }

.seo-block figure { margin: 16px 0; overflow-x: auto; }

.seo-block table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.9rem;
}

.seo-block table td {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
  text-align: left;
}

.seo-block table tr:first-child td {
  background: rgba(255, 107, 53, 0.1);
  color: #fff;
  font-weight: 600;
}

.seo-block table tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.03);
}

.breadcrumbs {
  padding: 12px 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
  background: #161b22;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.breadcrumbs__sep { opacity: 0.4; }

.breadcrumbs__link {
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s;
}

.breadcrumbs__link:hover { color: #ff6b35; }

.breadcrumbs__current { color: rgba(255, 255, 255, 0.75); }

.footer {
  background: #0a0d12;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 48px 0 24px;
}

.footer__inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 48px;
  margin-bottom: 40px;
}

.footer__logo { margin-bottom: 16px; }

.footer__logo img {
  height: 40px;
  width: auto;
}

.footer__logo-text {
  font-size: 1.1rem;
  font-weight: 800;
  color: #ff6b35;
}

.footer__tagline {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
  margin-top: 8px;
}

.footer__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.footer__nav-title {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 12px;
}

.footer__nav-list { display: flex; flex-direction: column; gap: 8px; }

.footer__nav-link {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s;
}

.footer__nav-link:hover { color: #ff6b35; }

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__copyright {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
}

.page-hero {
  background: linear-gradient(135deg, #1a0a05 0%, #0d1117 100%);
  padding: 48px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.page-hero__title {
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
}

.page-hero__desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 700px;
  line-height: 1.7;
}

.page-hero__actions {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .features__grid { grid-template-columns: repeat(3, 1fr); }
  .footer__nav { grid-template-columns: repeat(2, 1fr); }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__image { display: none; }
  .signup-section__inner { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 768px) {
  .header__nav { display: none; }
  .header__burger { display: flex; }
  .features__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__inner { grid-template-columns: 1fr; gap: 32px; }
  .footer__nav { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 32px 0; }
  .game-card { flex: 0 0 140px; }
  .vip-banner__overlay { padding: 24px; }
  .vip-banner__title { font-size: 1.4rem; }
}

@media (max-width: 480px) {
  .features__grid { grid-template-columns: 1fr 1fr; }
  .footer__nav { grid-template-columns: 1fr 1fr; }
  .payments-strip__list { gap: 16px; }
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { width: 100%; text-align: center; justify-content: center; }
  .signup-section__inner { grid-template-columns: 1fr; }
}

.text-accent { color: #ff6b35; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}