@charset "UTF-8";
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-ExtraBold.woff2") format("woff2"),
    url("../fonts/Rubik-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"),
    url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Bold.woff2") format("woff2"),
    url("../fonts/Rubik-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"),
    url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("Inter-Bold.woff2") format("woff2"),
    url("Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("Inter-Regular.woff2") format("woff2"),
    url("Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

* {
  box-sizing: border-box;
}
a, a:visited {
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
ul {
  list-style: none;
}
button {
  cursor: pointer;
}
html, body {
  height: 100%;
  width: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  color: #f2f2f3;
  background: #1a1a1b;
  overflow-x: hidden;
  font-family: Inter, system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #202020;
}
body::-webkit-scrollbar-thumb {
  background: #f2d669;
  border-radius: 20px;
  border: 3px solid #202020;
}

:root {
  --accents-white: #fff;
  --accents-gold: #eab308;
  --accents-website-gold-idle: #f1d46a;
}

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  appearance: none;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.15s ease;
}

.btn--gold {
  background: linear-gradient(180deg, #f5da89, #d9bd72);
  color: #1a1a1a;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.btn--gold:hover {
  filter: brightness(0.95);
}

.btn-yellow {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 13px 16px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  color: #262626;
  background: var(--accents-website-gold-idle);
  border: 1px solid #e1ae36;
  transition: 0.3s;
}

.btn-yellow:hover {
  background: #efc255;
  border-color: #efc255;
}

.btn-red {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 13px 16px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: #d93731;
  border: 1px solid #751010;
  transition: 0.3s;
}

.btn-red:hover {
  background: #861717;
  border-color: #861717;
}

.header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(10, 10, 10, 0.82);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 7px 160px;
}

.header__logo {
  width: auto;
  max-height: 40px;
}

.header__btns {
  display: flex;
  gap: 19px;
  align-items: center;
  justify-content: center;
}

.hero {
  position: relative;
  background: #120f11;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: url("../img/svg/Pattern.svg") repeat;
  opacity: 0.7;
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #db161e;
}

.hero-man {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: end;
  min-height: min(80vh, 860px);
}

.hero-art {
  position: relative;
}

.knight {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: min(580px, 55vw);
  filter: drop-shadow(0 6px 30px rgba(0, 0, 0, 0.55));
}

.promo-card {
  position: absolute;
  right: 0;
  bottom: 25%;
  z-index: 3;
  max-width: 560px;
  padding: 30px 28px;
  border-radius: 26px;
  background: linear-gradient(180deg, #0e0e0f, #1a1a1b);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.promo-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 10px;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #ffdcae;
  background: #382a0f;
  border: 1px solid #5a4314;
  border-radius: 999px;
}

.promo-title {
  margin: 0 0 14px;
  font-weight: 900;
  font-size: clamp(28px, 4.6vw, 48px);
  line-height: 1.05;
}

.promo-title .gold {
  color: #f5da89;
}

.promo-sub {
  margin: 0 0 18px;
  color: #b9b9bb;
  font-size: clamp(16px, 2.2vw, 18px);
}

.promo-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.hero-bottom-grad {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  height: 22vh;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #0f0f10 100%);
}

.section {
  padding: 56px 0;
}

.section h2 {
  margin: 0 0 8px;
  text-align: center;
  color: var(--accents-white);
  font: 800 clamp(28px, 5.5vw, 44px) / 1.1 system-ui;
}

.section p.sub {
  margin: 0 0 26px;
  text-align: center;
  color: var(--accents-white);
  font-size: clamp(14px, 2.2vw, 18px);
  line-height: 140%;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #1b1b1d;
  border: 1px solid var(--accents-gold);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.card-media {
  position: relative;
  height: 275px;
  overflow: hidden;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.card:hover .card-media img {
  transform: scale(1.05);
}

.card:hover .overlay-text {
  background: rgba(0, 0, 0, 0.15);
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;  
}

.overlay-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  text-align: center;
  color: #fff;
  font-size: 38px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.65);
}

.card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px;
}

.pill {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  color: #ddd;
  background: #191a1c;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.btn-card {
  padding: 8px 12px;
  border: 0;
  border-radius: 10px;
  font-weight: 800;
  color: #1a1a1a;
  background: linear-gradient(180deg, #f5da89, #d9bd72);
}

.cashback {
  background: #1a1a1b;
  color: #fff;
  padding: 20px 0;
}

.cb-head {
  width: min(1200px, 92vw);
  margin: 0 auto 18px;
  text-align: center;
}

.cb-head h2 {
  margin: 0 0 0.5rem;
  font: 800 clamp(28px, 5.5vw, 44px) / 1.1 system-ui;
}

.cb-head p {
  margin: 0;
  color: #c9c9cf;
  font-size: clamp(14px, 2.2vw, 18px);
}

.cb-figure {
  width: min(1200px, 92vw);
  margin: 20px auto 0;
  position: relative;
  padding: 0 16px;
}

.cb-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
}

.cb-img {
  display: block;
  width: 100%;
  height: clamp(220px, 35vw, 360px);
  object-fit: cover;
  border-radius: inherit;
}

.cb-coin {
  position: absolute;
  z-index: 4;
  width: clamp(54px, 8vw, 88px);
  height: auto;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.45));
  animation: float 6s ease-in-out infinite;
}

.coin-1 {
  width: 80px;
  left: 180px;
  top: 0;
  transform: rotate(-8deg);
  animation-delay: 0.2s;
}

.coin-2 {
  width: 120px;
  right: 10px;
  top: -12px;
  transform: rotate(10deg);
  animation-delay: 0.6s;
}

.coin-3 {
  width: 50px;
  left: 65%;
  top: 0;
  transform: rotate(-12deg);
}

.coin-4 {
  width: 100px;
  left: 20px;
  bottom: 80px;
  transform: rotate(14deg);
  animation-delay: 1s;
}

.coin-5 {
  left: 25%;
  bottom: 0;
  transform: rotate(-6deg);
  animation-delay: 0.4s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(var(--r, 0deg));
  }
  50% {
    transform: translateY(-6px) rotate(calc(var(--r, 0deg) + 4deg));
  }
}

.container_flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.footer-providers {
  padding: 1rem 0;
  position: relative;
}

.footer-providers a {
  width: 5.625rem;
  height: 2.25rem;
  margin: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-providers a svg, .footer-providers a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-bottom {
  position: relative;
}

.footer-bottom-license {
  margin: 0 auto;
  max-width: 43.75rem;
  color: #bdbdbd;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
}

.footer-bottom-license a {
  color: #bdbdbd;
}

.footer-bottom-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  padding: 1.875rem 0;
}

.footer-bottom-row::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0.0625rem;
  background: #bdbdbd;
  width: 100%;
  max-width: 45.25rem;
  margin: 0 auto;
}

.footer-bottom-col p {
  margin: 0;
  color: #e0e00;
  font-size: 0.75rem;
  line-height: 1rem;
}

.footer-bottom-col_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.footer-bottom-col_text {
  margin-bottom: 0.75rem;
}

footer {
  background: #1a1a1a;
}

.joc-icon {
  width: 6.25rem;
  height: 2.5rem;
  display: block;
}

.joc-icon img {
  width: 100%;
  height: 100%;
}

.footer-license {
  text-align: center;
  margin: 0 0.75rem;
}

.footer-age {
  margin: 0 0.75rem;
}

.footer-age img {
  width: 2.25rem;
  height: 2.25rem;
}

.footer-license__icon {
  position: relative;
  width: 2.5rem;
  display: block;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 980px) {
  .hero-inner {
    grid-template-columns: 1fr;
    align-items: center;
    min-height: auto;
    padding: 40px 0 80px;
  }

  .knight {
    position: relative;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 768px) {
  .header {
    background: #000;
    border-bottom: none;
    position: relative;
  }

  .header .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 16px 8px;
    gap: 8px;
  }

  .header__btns {
    width: 100%;
    gap: 10px;
  }

  .btn-yellow, .btn-red {
    flex: 1;
    justify-content: center;
    font-size: 15px;
    padding: 12px 0;
    border-radius: 8px;
  }

  .hero {
    background: #b31217;
    background-color: #120f11;
    overflow: visible;
    height: auto;
    min-height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .hero::after {
    background-size: 36px 36px;
    opacity: 0.6;
  }

  .hero-bg {
    background: #b31217;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
  }

  .hero-man {
    opacity: 0.38;
  }

  .hero-bottom-grad {
    display: none;
  }

  .hero-inner {
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 8px 16px 0;
    gap: 0;
  }

  .promo-card {
    position: relative;
    order: 1;
    margin-top: 0;
    text-align: center;
    max-width: 92vw;
    padding: 28px 20px 30px;
    background: linear-gradient(180deg, #0e0e0f, #1a1a1b);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  }

  .promo-eyebrow {
    padding: 5px 10px;
    font-size: 12px;
    margin-bottom: 12px;
  }

  .promo-title {
    font-size: clamp(26px, 7vw, 36px);
    line-height: 1.15;
    margin: 0 0 10px;
    color: #fff;
  }

  .promo-sub {
    font-size: 15px;
    color: #bcbcbc;
    margin: 0 0 18px;
  }

  .promo-actions {
    justify-content: center;
  }

  .promo-actions .btn {
    width: 100%;
    justify-content: center;
    border-radius: 10px;
    font-weight: 800;
    padding: 14px 20px;
    font-size: 16px;
  }

  .hero-art {
    order: 2;
    margin-bottom: 0;
  }

  .knight {
    position: relative;
    width: min(380px, 90vw);
    margin: 0 auto;
    z-index: 3;
    display: block;
  }

  .section {
    padding: 36px 0;
  }

  .section h2 {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .section p.sub {
    font-size: 14px;
    margin-bottom: 22px;
    color: #c9c9cf;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 0;
  }

  .card {
    border-radius: 18px;
    border: 1px solid #d2a32c;
  }

  .card-media {
    height: 180px;
  }

  .overlay-text {
    font-size: 22px;
    background: rgba(0, 0, 0, 0.55);
  }

  .card-body {
    padding: 10px 12px;
    font-size: 13px;
    flex-direction: column;
    gap: 6px;
  }

  .btn-card {
    display: none;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
  }

  .cb-figure {
    padding: 0 10px;
  }

  .cb-coin {
    width: clamp(40px, 10vw, 64px);
  }

  .coin-1 {
    left: 18px;
    top: -18px;
  }

  .coin-2 {
    right: -10px;
    top: 0;
  }

  .coin-3 {
    left: 40%;
    top: -14px;
  }

  .coin-4 {
    left: -8px;
    bottom: -18px;
  }

  .coin-5 {
    right: 30px;
    bottom: -22px;
  }

  .footer-bottom {
    padding: 0 0.75rem;
  }

  .footer-bottom-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 0;
  }

  .footer-bottom-row:first-child {
    padding: 1.875rem 0;
  }

  .footer-bottom-row::after {
    left: 2.375rem;
    right: 2.375rem;
    width: initial;
    max-width: initial;
  }

  .footer-bottom-col p {
    text-align: center;
  }

  .footer-bottom-license {
    font-size: 11px;
    line-height: 1.4;
    padding: 0 10px;
  }
}
@media (max-width: 380px) {
  

  .card-media {
    height: 196px;
  }

  .overlay-text {
    font-size: 22px;
  }
}

.sticky-cta {
  display: none;
}

@media (max-width: 768px) {
  .sticky-cta {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    justify-content: center;
    align-items: center;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom)) 16px;
    font-weight: 800;
    font-size: 16px;
    color: #1a1a1a;
    text-decoration: none;
    background: linear-gradient(180deg, #f5da89, #d9bd72);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.35);
    transform: translateY(100%) scale(0.96);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.22, 0.8, 0.3, 1),
      opacity 0.35s ease;
    will-change: transform, opacity;
  }

  .sticky-cta.visible {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: auto;
  }

  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }

  @media (prefers-reduced-motion: reduce) {
    .sticky-cta {
      transition: none;
    }
  }
}