@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2");
  font-weight: 800;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
}

:root {
  --bg: #0fb6c2;
  --panel: rgba(255, 255, 255, 0.18);
  --panel-strong: rgba(255, 255, 255, 0.24);
  --line: rgba(255, 255, 255, 0.38);
  --line-gold: rgba(255, 184, 0, 0.42);
  --gold: #ffbd23;
  --gold-2: #ffe08a;
  --ink: #ffffff;
  --muted: rgba(255, 255, 255, 0.82);
  --soft: rgba(255, 255, 255, 0.2);
  --teal: #63d5da;
  --green: #42d77d;
  --red: #f55d5d;
  --radius: 8px;
  --shadow: 0 22px 70px rgba(0, 81, 92, 0.22);
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background: linear-gradient(180deg, #10bdc9 0%, #0e818d 46%, #121922 100%);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(9, 177, 190, 0.1) 60%, rgba(15, 141, 152, 0.94) 100%),
    url("../img/main-bg.png") center top / cover no-repeat;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 16px 0;
  transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.header.is-scrolled {
  padding: 10px 0;
  background: rgba(6, 121, 132, 0.78);
  box-shadow: 0 10px 34px rgba(0, 88, 100, 0.2);
  backdrop-filter: blur(14px);
}

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

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

.header__cta,
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.header__cta {
  min-height: 42px;
  padding: 0 22px;
  background: var(--gold);
  color: #17110a;
  font-size: 13px;
  box-shadow: 0 10px 28px rgba(255, 189, 35, 0.28);
}

.header__cta:hover,
.btn:hover {
  transform: translateY(-2px);
}

.btn {
  min-width: 190px;
  padding: 0 28px;
  border: 1px solid transparent;
  font-size: 15px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: translateX(-110%) skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transition: transform 0.55s ease;
}

.btn:hover::after {
  transform: translateX(110%) skewX(-18deg);
}

.btn--primary {
  background: linear-gradient(180deg, #ffe08a 0%, #ffbd23 48%, #d88a00 100%);
  color: #17110a;
  box-shadow: 0 14px 36px rgba(255, 189, 35, 0.34);
}

.btn--ghost {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.btn--ghost:hover {
  border-color: rgba(255, 189, 35, 0.55);
  background: rgba(255, 189, 35, 0.1);
}

.hero {
  min-height: 100svh;
  padding: 92px 0 72px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 89, 99, 0.08) 0%, rgba(9, 89, 99, 0.04) 38%, rgba(255, 255, 255, 0) 74%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(15, 141, 152, 0.35) 100%);
}

.hero__shade {
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  background: linear-gradient(180deg, transparent, rgba(15, 141, 152, 0.82));
}

.hero__inner {
  min-height: calc(100svh - 164px);
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 720px);
  align-items: end;
  gap: 42px;
}

.hero__copy {
  width: min(720px, 100%);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(8, 104, 116, 0.28), rgba(255, 255, 255, 0.12));
  box-shadow: 0 24px 70px rgba(0, 118, 132, 0.16);
  backdrop-filter: blur(5px);
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 224, 138, 0.46);
  border-radius: 8px;
  background: rgba(255, 189, 35, 0.12);
  padding: 7px 11px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  background: var(--gold);
}

.hero h1 {
  max-width: 760px;
  margin-top: 14px;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.94;
  text-transform: uppercase;
}

.hero h1 span,
.hero h1 strong {
  display: block;
}

.hero h1 .hero-title__label {
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.86em;
  font-weight: 700;
}

.hero-title__amount,
.hero-title__spins strong {
  width: fit-content;
  color: var(--gold);
  font-weight: 900;
  line-height: 0.9;
  text-shadow:
    0 8px 26px rgba(255, 189, 35, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.28);
}

.hero-title__amount {
  margin: 8px 0 10px;
  font-size: 1.24em;
}

.hero h1 .hero-title__spins {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1em;
  font-weight: 600;
}

.hero h1 .hero-title__spins strong {
  display: inline-block;
  font-size: 1.42em;
}

.hero h1 .hero-title__spins span {
  display: inline-block;
  width: auto;
  font-size: 0.78em;
  font-weight: 600;
}

.hero h1 strong {
  color: var(--gold);
}

.hero__lead {
  max-width: 660px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 600;
}

.hero__lead strong {
  color: var(--gold-2);
  font-weight: 900;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
}

.hero__actions .btn--primary {
  min-width: 330px;
  min-height: 64px;
  border: 2px solid rgba(255, 244, 190, 0.8);
  background:
    linear-gradient(180deg, #fff3a8 0%, #ffcc34 36%, #ff9f00 100%);
  color: #120b04;
  font-size: 18px;
  box-shadow:
    0 0 0 7px rgba(255, 204, 52, 0.16),
    0 20px 46px rgba(255, 166, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
  animation: ctaPulse 2.4s ease-in-out infinite;
}

.hero__actions .btn--primary:hover {
  box-shadow:
    0 0 0 9px rgba(255, 204, 52, 0.2),
    0 24px 56px rgba(255, 166, 0, 0.54),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.hero__actions .btn--ghost {
  min-width: 180px;
  min-height: 54px;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  opacity: 0.9;
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 16px;
}

.hero__badges span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero__badges span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(255, 189, 35, 0.65);
}

@keyframes ctaPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-1px) scale(1.018);
  }
}

.section {
  padding: 82px 0;
  position: relative;
}

.section--deposits {
  background: linear-gradient(180deg, #0d8a95 0%, #146b76 100%);
}

.section--steps {
  background: #137985;
}

.section--seo {
  background: linear-gradient(180deg, #146b76 0%, #0d1218 100%);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h2 {
  margin-top: 10px;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.section-heading p:not(.eyebrow) {
  margin-top: 14px;
  color: var(--muted);
  font-size: 16px;
}

.deposit-grid,
.steps-grid {
  display: grid;
  gap: 16px;
}

.deposit-card,
.step-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.1));
  box-shadow: 0 16px 44px rgba(0, 77, 89, 0.14);
  backdrop-filter: blur(10px);
}

.deposit-card h3,
.step-card h3 {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

.deposit-card p,
.step-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}

.deposit-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.deposit-card {
  grid-column: span 2;
  min-height: 270px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.deposit-card--wide {
  grid-column: span 2;
}

.deposit-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--gold), var(--green));
}

.deposit-card__step {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.deposit-card strong {
  display: inline-flex;
  margin-top: 18px;
  padding: 8px 10px;
  border-radius: 6px;
  background: rgba(255, 189, 35, 0.12);
  color: var(--gold-2);
  font-size: 13px;
  line-height: 1.35;
}

.bonus-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.bonus-notes p {
  min-height: 58px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.16);
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 800;
}

.steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-card {
  min-height: 210px;
  padding: 24px;
}

.step-card span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--gold);
  color: #15100a;
  font-weight: 900;
}

.seo-panel {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06)),
    rgba(7, 21, 27, 0.28);
  box-shadow: 0 18px 54px rgba(0, 43, 51, 0.24);
  padding: 34px;
  backdrop-filter: blur(10px);
}

.seo-panel__intro {
  max-width: 900px;
}

.seo-panel h2 {
  margin-top: 12px;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 900;
  line-height: 1.06;
  text-transform: uppercase;
}

.seo-panel__intro p:not(.eyebrow),
.seo-grid p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.seo-grid article {
  border-top: 1px solid rgba(255, 189, 35, 0.24);
  padding-top: 18px;
}

.seo-grid h3 {
  color: var(--gold-2);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer {
  background: #0d1218;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__partner {
  opacity: 0.58;
  filter: grayscale(1);
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.footer__partner:hover {
  opacity: 1;
  filter: grayscale(0);
}

.footer__partner img {
  width: auto;
  height: 32px;
}

.footer-providers {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-providers img {
  width: auto;
  height: 26px;
  opacity: 0.7;
}

.footer-menu {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
}

.footer-menu__link {
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  transition: color 0.2s ease;
}

.footer-menu__link:hover {
  color: var(--gold);
}

.footer-bottom {
  padding: 24px 0 30px;
}

.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.footer-bottom-row:last-child {
  margin-bottom: 0;
}

.footer-bottom-col_text p,
.footer-bottom-license {
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
}

.footer-bottom-col_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-age img,
.footer-license img {
  width: auto;
  height: 34px;
}

.footer-bottom-license {
  line-height: 1.7;
  text-align: center;
}

.footer-bottom-license a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: underline;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.08s;
}

.reveal-delay-2 {
  transition-delay: 0.16s;
}

.reveal-delay-3 {
  transition-delay: 0.24s;
}

.reveal-delay-4 {
  transition-delay: 0.32s;
}

.deposit-card,
.step-card {
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.deposit-card:hover,
.step-card:hover {
  transform: translateY(-5px);
  border-color: var(--line-gold);
  background: rgba(28, 37, 46, 0.92);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero__actions .btn--primary {
    animation: none;
  }
}

@media (max-width: 1024px) {
  body::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(9, 177, 190, 0.14) 58%, rgba(15, 141, 152, 0.92) 100%),
      url("../img/main-bg.png") 62% top / cover no-repeat;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }

  .deposit-card,
  .deposit-card--wide {
    grid-column: span 3;
  }

}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 560px);
  }

  body::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(7, 155, 168, 0.04) 44%, rgba(15, 141, 152, 0.88) 86%),
      url("../img/main-bg.png") 65% top / auto 72svh no-repeat;
  }

  .header {
    padding: 12px 0;
  }

  .header__logo img {
    height: 40px;
  }

  .header__cta {
    min-height: 38px;
    padding: 0 14px;
    font-size: 11px;
  }

  .hero {
    min-height: 100svh;
    padding: 24svh 0 28px;
  }

  .hero::before {
    background: linear-gradient(180deg, transparent 0%, rgba(7, 155, 168, 0.04) 35%, rgba(15, 141, 152, 0.64) 76%);
  }

  .hero__copy {
    padding: 12px;
    background: linear-gradient(135deg, rgba(8, 104, 116, 0.32), rgba(255, 255, 255, 0.12));
  }

  .hero__inner {
    min-height: calc(100svh - 24svh - 28px);
    gap: 18px;
  }

  .hero h1 {
    margin-top: 8px;
    font-size: clamp(22px, 7.1vw, 32px);
    line-height: 0.98;
  }

  .hero h1 .hero-title__label {
    font-size: 0.86em;
  }

  .hero-title__amount {
    margin: 6px 0 8px;
    font-size: 1.2em;
  }

  .hero h1 .hero-title__spins {
    gap: 2px 9px;
    font-size: 0.92em;
  }

  .hero h1 .hero-title__spins strong {
    font-size: 1.38em;
  }

  .hero h1 .hero-title__spins span {
    font-size: 0.78em;
  }

  .hero__lead {
    margin-top: 10px;
    font-size: 14px;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 16px;
  }

  .hero__actions .btn--primary {
    grid-column: 1 / -1;
    min-width: 0;
    min-height: 58px;
    font-size: 15px;
  }

  .hero__actions .btn--ghost {
    grid-column: 1 / -1;
    min-width: 0;
    min-height: 44px;
    font-size: 12px;
  }

  .hero__badges {
    gap: 7px 12px;
    margin-top: 12px;
  }

  .hero__badges span {
    font-size: 9px;
    line-height: 1.25;
  }

  .hero__actions .btn {
    min-height: 44px;
    padding: 0 12px;
    font-size: 12px;
  }

  .hero__actions .btn--primary {
    min-height: 58px;
    font-size: 15px;
  }

  .hero__actions .btn--ghost {
    min-height: 44px;
    font-size: 12px;
  }

  .btn {
    width: 100%;
    min-width: 0;
  }

  .section {
    padding: 54px 0;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .section-heading h2 {
    font-size: 30px;
  }

  .section-heading p:not(.eyebrow) {
    font-size: 14px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .deposit-card,
  .step-card {
    min-height: auto;
    padding: 20px;
  }

  .deposit-grid {
    grid-template-columns: 1fr;
  }

  .deposit-card,
  .deposit-card--wide {
    grid-column: auto;
  }

  .deposit-card strong {
    font-size: 12px;
  }

  .bonus-notes {
    grid-template-columns: 1fr;
  }

  .seo-panel {
    padding: 22px;
  }

  .seo-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 22px;
  }

  .seo-panel__intro p:not(.eyebrow),
  .seo-grid p {
    font-size: 14px;
  }

  .footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom-license {
    text-align: left;
  }
}

@media (max-width: 420px) {
  .container {
    width: calc(100% - 24px);
  }

  .header__cta {
    display: none;
  }

  .hero {
    padding-top: 37svh;
  }

  .hero__inner {
    min-height: calc(100svh - 37svh - 28px);
  }

  .eyebrow {
    font-size: 11px;
  }

  .eyebrow::before {
    width: 22px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .section-heading h2 {
    font-size: 26px;
  }
}
