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

html,
body,
div,
span,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
i,
ol,
ul,
li,
form,
label,
main,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

footer,
header,
nav,
section,
main {
  display: block;
}

ol,
ul {
  list-style: none;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

input,
textarea,
button,
select {
  font-family: inherit;
}

a {
  text-decoration: none;
}

button {
  border: transparent;
  cursor: pointer;
}

body.page {
  font-family: "Inter", Arial, sans-serif;
  background: #18181b;
  color: #fff;
  margin: 0;
  padding: 0;
}
.header {
  background: #1f2937;
  padding: 0.8rem 0;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 2px 10px #0004;
}
.header__container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.7px;
}
.header__logo img {
  width: 36px;
  height: 36px;
  filter: drop-shadow(0 2px 8px #fff6);
}
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero {
  padding: 100px 0;
  text-align: center;
  margin-bottom: 1.5rem;
  background: url("img/bg.webp") no-repeat center center/cover;
}

.hero__wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1.5rem;
  border-radius: 12px;
}
.hero__title {
  font-size: 1.65rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  background: linear-gradient(90deg, #ffe259 0, #ffa751 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero__subtitle {
  color: #f3e7ce;
  font-size: 1.05rem;
  margin-bottom: 1rem;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.offers__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.offer {
  background: #22252c;
  border-radius: 14px;
  padding: 1.1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 2.5px solid #313236;
  position: relative;
  box-shadow: 0 3px 18px 0 #0003;
  transition: box-shadow 0.24s, transform 0.18s, border 0.24s;
  cursor: pointer;
  overflow: hidden;
}
.offer--animated:hover,
.offer--animated:focus-within {
  box-shadow: 0 0px 8px 0 #fda50066, 0 1px 16px #fffd;
  transform: translateY(-6px);
  z-index: 2;
}
.offer__badge {
  position: absolute;
  top: 10px;
  left: 12px;
  background: linear-gradient(90deg, #ffb300 20%, #ff6e00 90%);
  color: #23272f;
  font-weight: 800;
  padding: 2px 12px;
  border-radius: 12px;
  font-size: 0.82em;
  z-index: 1;
  box-shadow: 0 2px 10px #ffa00a44;
  letter-spacing: 0.7px;
  border: 1.5px solid #fff7;
}
.offer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex: 1;
}
.offer--betsson {
  border: 3px solid #ffb300;
  background: linear-gradient(115deg, #fffbe6 0%, #ffe6c1 100%);
  color: #1a202c;
}
.offer--betsson .offer__name,
.offer--betsson .offer__bonus {
  color: #1a202c;
}
.offer--frame-green {
  border: 2.5px solid #3edc81;
  background: linear-gradient(100deg, #447b47 0%, #76e1a2 100%);
}
.offer--frame-blue {
  border: 2.5px solid #67aaf9;
  background: linear-gradient(100deg, #a3bee9 0%, #c4e1ff 100%);
}
.offer--frame-red {
  border: 2.5px solid #e34a5c;
  background: linear-gradient(100deg, #fdeaea 0%, #ffd5d5 100%);
}
.offer__img {
  flex: 0 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.offer__info {
  flex: 1 1 120px;
  min-width: 0;
}
.offer__name {
  font-size: 1.13rem;
  font-weight: 800;
  margin: 0 0 0.3rem 0;
  letter-spacing: 0.5px;
  color: #1a202c;
}
.offer__bonus {
  font-size: 1.01rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
  color: #1a202c;
}
.offer__payments {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}
.offer__payments li {
  list-style: none;
}
.offer__payments img {
  width: 60px;
  height: 30px;
  border-radius: 3px;
  object-fit: contain;
  background: #23272f;
  box-shadow: 0 1px 4px #0001;
}
.offer__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.3rem;
  min-width: 90px;
}
.btn--main {
  position: relative;
  background: linear-gradient(90deg, #ff512f 0, #dd2476 100%);
  color: #fff;
  border: none;
  padding: 0.78rem 1.3rem;
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
  transition: filter 0.21s, box-shadow 0.22s;
  box-shadow: 0 3px 16px #ff512f2a, 0 1px 10px #fff8;
  overflow: hidden;
  outline: none;
}
.btn--main:active,
.btn--main:focus {
  box-shadow: 0 0 0 3px #ffb30055;
}
.btn--animated span {
  position: absolute;
  display: block;
  background: linear-gradient(90deg, #da2025, #ffb300);
}
.btn--animated span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  animation: animate1 2.2s linear infinite;
}
.btn--animated span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 3px;
  height: 100%;
  animation: animate2 2.2s linear infinite;
  animation-delay: 0.5s;
}
.btn--animated span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 3px;
  animation: animate3 2.2s linear infinite;
  animation-delay: 1.1s;
}
.btn--animated span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 3px;
  height: 100%;
  animation: animate4 2.2s linear infinite;
  animation-delay: 1.6s;
}
@keyframes animate1 {
  0% {
    left: -100%;
  }
  70%,
  100% {
    left: 100%;
  }
}
@keyframes animate2 {
  0% {
    top: -100%;
  }
  70%,
  100% {
    top: 100%;
  }
}
@keyframes animate3 {
  0% {
    right: -100%;
  }
  70%,
  100% {
    right: 100%;
  }
}
@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  70%,
  100% {
    bottom: 100%;
  }
}
.btn--main:hover,
.btn--main:focus {
  filter: brightness(1.12) drop-shadow(0 2px 8px #ffb300aa);
}
.offer__rating {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  font-size: 1.05rem;
  color: #ffb300;
  font-weight: 700;
}
.offer__score {
  color: #1a202c;
  margin-left: 0.2rem;
  font-size: 1em;
  text-shadow: 0 1px 5px #23272f99;
}
.offer__stars {
  letter-spacing: 1px;
}
.reviews {
  margin: 1.7rem 0;
}
.reviews__title {
  font-size: 1.12rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
  text-align: center;
}
.reviews__list {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.review {
  background: #23253a;
  border-radius: 16px;
  padding: 1rem 0.9rem;
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  box-shadow: 0 1px 10px #ffb30024;
  border: 2px solid #ffb30024;
}
.review__avatar {
  background: linear-gradient(90deg, #ffb300 10%, #e34a5c 90%);
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-weight: 900;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 10px #ffb30033;
}
.review__content {
  flex: 1;
}
.review__text {
  margin: 0 0 0.5rem 0;
  color: #f7f3e9;
  font-size: 1rem;
  font-weight: 600;
}
.review__rating {
  color: #ffb300;
  font-size: 1.1rem;
  margin-bottom: 0.18rem;
}
.review__meta {
  color: #a1a1aa;
  font-size: 0.95rem;
}

.disclaimer__wrapper {
  margin: 2.2rem 0 1.5rem 0;
  padding: 1.25rem 1rem 1.2rem 1rem;
  border-radius: 17px;
  background: linear-gradient(120deg, #292d3e 30%, #1e2632 100%);
  box-shadow: 0 2px 10px #0002, 0 0 0 #ffb30000;
  border: 2px solid #ffb30033;
}
.disclaimer__title {
  font-size: 1.13rem;
  font-weight: 900;
  margin-bottom: 0.7rem;
  color: #ffe259;
  letter-spacing: 0.3px;
}
.disclaimer__desc {
  color: #f4e9df;
  font-size: 1rem;
  margin-bottom: 0.7rem;
  font-weight: 600;
}
.disclaimer__list {
  padding-left: 1.1rem;
  margin-bottom: 1rem;
}
.disclaimer__list li {
  margin-bottom: 0.35rem;
  font-size: 0.98rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.disclaimer__list span {
  font-size: 1.15em;
  margin-right: 0.2em;
}
.disclaimer__warn {
  background: linear-gradient(90deg, #e34a5c 30%, #ffb300 100%);
  color: #fff;
  border-radius: 9px;
  padding: 0.7rem 1rem;
  font-size: 0.98em;
  margin-top: 0.7rem;
  font-weight: 700;
  box-shadow: 0 2px 10px #e34a5c66;
}
.disclaimer__warn a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.footer {
  margin-top: 2.2rem;
  padding: 2.1rem 0 1.1rem 0;
  text-align: center;
  background: #23252f;
  border-top: 2.5px solid #ffb30033;
  box-shadow: 0 -2px 12px #ffb30022;
}
.footer__main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1rem 0.7rem 1rem;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-left: 0;
}
.footer__links li {
  list-style: none;
}
.footer__links a {
  color: #ffe259;
  opacity: 0.87;
  font-size: 1em;
  text-decoration: underline;
  transition: opacity 0.2s, color 0.19s;
  font-weight: 700;
}
.footer__links a:hover {
  color: #ff512f;
  opacity: 1;
}
.footer__regulators {
  color: #fff6;
  font-size: 0.95em;
  margin: 0.2rem 0 1rem 0;
  line-height: 1.8;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  justify-content: center;
}
.footer__regulators span {
  color: #fff;
  font-weight: 700;
  margin-right: 0.7em;
}
.footer__regulators a {
  color: #ffe259;
  text-decoration: underline;
  font-weight: 600;
  opacity: 0.85;
  transition: color 0.19s;
}
.footer__regulators a:hover {
  color: #ff512f;
  opacity: 1;
}
.footer__copy {
  color: #ffe259;
  font-size: 0.97em;
  margin-top: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.2px;
}
@media (max-width: 650px) {
  .offers {
    gap: 0.9rem;
  }
  .offer {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    padding: 0.5rem;
  }
  .offer__img {
    margin: 0 auto;
    flex: auto;
  }
  .offer__info {
    flex: auto;
  }
  .offer__payments img {
    width: 100%;
  }
  .offer__bonus {
    margin-bottom: 0;
  }
  .offer__cta {
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0.3rem;
  }
  .btn--main {
    width: 100%;
    font-size: 1.07rem;
    padding: 0.74rem 0.9rem;
    text-align: center;
  }
  .disclaimer__wrapper {
    padding: 1rem;
  }
  .footer__main {
    padding: 0 0.2rem 0.6rem 0.2rem;
  }
}
@media (max-width: 420px) {
  .header__logo span {
    font-size: 15px;
  }
  .hero__title {
    font-size: 1.16rem;
  }
  .review__avatar {
    width: 32px;
    height: 32px;
    font-size: 0.96rem;
  }

  .footer__regulators {
    font-size: 0.93em;
    gap: 0.2rem;
  }
}

.footer {
  background: linear-gradient(110deg, #19171d 60%, #23252f 100%);
  border-top: 4px solid #ffb30060;
  box-shadow: 0 -4px 32px #ff512f18;
  padding: 0;
}
.footer__container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
}
.footer__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 0 1.1rem 0;
  border-bottom: 2px solid #ffe25933;
  gap: 1.5rem;
}
.footer__links {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__links a {
  color: #ffe259;
  font-weight: 700;
  text-decoration: underline;
  font-size: 1.04em;
  transition: color 0.2s;
  letter-spacing: 0.2px;
}
.footer__links a:hover {
  color: #ff512f;
}

.footer__regulators {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.footer__reg-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  box-shadow: 0 2px 8px #ffe25944, 0 0 0 #0000;
  transition: box-shadow 0.18s, transform 0.15s;
  border: 2.5px solid #ffe25977;
  padding: 14px;
}
.footer__reg-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(0) drop-shadow(0 2px 4px #ffe25966);
  transition: filter 0.18s;
}
.footer__reg-logo:hover,
.footer__reg-logo:focus {
  box-shadow: 0 0 0 5px #ffb30044, 0 2px 16px #ff512f44;
  transform: scale(1.07) rotate(-2deg);
}
.footer__brand {
  font-size: 1.22rem;
  font-weight: 900;
  color: #ffe259;
  margin: 2.1rem 0 1.1rem 0;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 18px #ffb30018;
}
.footer__content {
  padding: 1.1rem 0 0.7rem 0;
}
.footer__text {
  color: #fff8;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1.1rem;
  font-weight: 500;
}
.footer__text b {
  color: #ffe259;
  font-weight: 800;
}
.footer__text p {
  margin: 0 0 1.1rem 0;
}
.footer__advices {
  margin: 0 0 1.1rem 0;
  list-style: none;
  padding-left: 0;
}
.footer__advices li {
  margin-bottom: 0.4rem;
  color: #ffb300;
  font-weight: 700;
  font-size: 1em;
  gap: 0.5em;
}
.footer__legal {
  color: #ffe259;
  font-size: 0.98em;
  margin: 1.2rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.footer__legal a {
  color: #e34a5c;
  text-decoration: underline;
  font-weight: 900;
}
@media (max-width: 1080px) {
  .footer__container {
    max-width: 100vw;
  }
}
@media (max-width: 900px) {
  .footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.1rem;
  }
  .footer__brand {
    font-size: 1.09rem;
  }
}
@media (max-width: 600px) {
  .footer__container {
    padding: 0 6px;
  }
  .footer__top {
    padding: 1.1rem 0 0.7rem 0;
  }
  .footer__links {
    gap: 1.1rem;
    font-size: 0.97em;
  }
  .footer__reg-logo {
    width: 72px;
    height: 72px;
  }
  .footer__reg-logo {
    padding: 8px;
  }
  .footer__brand {
    margin: 1.2rem 0 0.7rem 0;
  }
  .footer__content {
    padding: 0.6rem 0 0.1rem 0;
  }
  .footer__regulators {
    justify-content: flex-start;
  }
  .hero {
    padding: 20px 0;
  }
  .hero__wrapper {
    padding: 1rem;
  }
  .offer__badge {
    position: static;
    display: inline-block;
  }
  .offer__inner {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .offer__payments {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 0.2rem;
  }
  .header {
    padding: 0.5rem 0;
  }
  .offers__wrapper {
    gap: 1rem;
  }
  .offer__img img {
    height: 40px;
  }
}

/* --- Legal Pages (BEM) --- */
.legal {
  margin: 0 auto 3rem auto;
  padding: 2.5rem 0 2rem 0;
  background: linear-gradient(110deg, #22242b 60%, #23252f 100%);
  border-radius: 18px;
  box-shadow: 0 4px 28px #ffb30013, 0 1px 12px #0002;
}
.legal .container {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.legal__title {
  font-size: 2rem;
  font-weight: 900;
  color: #ffe259;
  margin-bottom: 1.8rem;
  text-align: center;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 22px #ffb30033;
}
.legal__content {
  color: #fffde7;
  font-size: 1.13rem;
  line-height: 1.7;
  font-weight: 500;
  background: rgba(34, 37, 44, 0.87);
  border-radius: 13px;
  padding: 2rem 1.2rem 1.5rem 1.2rem;
  box-shadow: 0 2px 10px #ffb30011;
}
.legal__content h2 {
  color: #ffb300;
  font-size: 1.25rem;
  font-weight: 800;
  margin: 2.1rem 0 1rem 0;
  letter-spacing: 0.3px;
  text-shadow: 0 1px 8px #ffb30019;
}
.legal__content ul {
  margin: 1.1rem 0 1.1rem 1.3rem;
  padding-left: 0.5rem;
  color: #ffe259;
  font-size: 1.07rem;
  line-height: 1.6;
  list-style: disc;
}
.legal__content li {
  margin-bottom: 0.45rem;
  padding-left: 0.1em;
}
.legal__content a {
  color: #ffb300;
  text-decoration: underline;
  transition: color 0.2s;
  font-weight: 700;
}
.legal__content a:hover {
  color: #ff512f;
}
.legal__alert {
  background: linear-gradient(90deg, #e34a5c 30%, #ffb300 100%);
  color: #fff;
  border-radius: 8px;
  padding: 1rem 1.2rem;
  font-size: 1.08em;
  font-weight: 800;
  margin: 2.1rem 0 0 0;
  box-shadow: 0 2px 18px #e34a5c33;
  letter-spacing: 0.1px;
}
.legal__content b {
  color: #ffe259;
  font-weight: 900;
}

/* Responsive */
@media (max-width: 900px) {
  .legal .container {
    max-width: 98vw;
    padding: 0 0.5rem;
  }
  .legal__content {
    font-size: 1.02rem;
    padding: 1.2rem 0.6rem 1rem 0.6rem;
  }
  .legal__title {
    font-size: 1.25rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 600px) {
  .legal {
    padding: 1.2rem 0 1.1rem 0;
    border-radius: 10px;
  }
  .legal__content {
    font-size: 0.97rem;
    padding: 0.7rem 0.4rem 0.6rem 0.4rem;
  }
  .legal__content h2 {
    font-size: 1.07rem;
    margin: 1.2rem 0 0.7rem 0;
  }
  .legal__alert {
    font-size: 0.97em;
    padding: 0.7rem 0.6rem;
  }
}
