@font-face {
  font-family: "SF Pro Display";
  src: url("../../assets/fonts/SF-Pro-Display-Regular.woff") format("woff"), url("../../assets/fonts/SF-Pro-Display-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

p {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 18px;
}

h1 {
  font-size: 51px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  h1 {
    font-size: 28px;
    line-height: 1.1;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-top: 18px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 26px;
    line-height: 1.1;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-top: 18px;
}

@media (max-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 1.1;
  }
}

h4 {
  margin-top: 18px;
  font-size: 27px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  h4 {
    font-size: 22px;
    line-height: 1.1;
  }
}

h5 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 18px;
}

@media (max-width: 768px) {
  h5 {
    font-size: 20px;
    line-height: 1.1;
  }
}

h6 {
  margin-top: 18px;
  font-size: 18px;
  line-height: 22px;
}

.wp-block-table {
  margin-top: 18px;
}

ul,
ol {
  padding-left: 16px;
  margin-top: 18px;
}

ul li,
ol li {
  font-size: 18px;
}

a {
  color: #2077b6;
}

.disclaimer-section-title {
  margin-bottom: 10px;
}

.discleimer {
  padding: 30px 0;
  background-color: #f1f1f1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.discleimer p {
  font-size: 12px;
  margin-top: 0;
  color: #555;
}

.discleimer a {
  color: #555;
}

.wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-wrap {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}

.copied-message {
  position: absolute;
  top: 0;
  background: #000;
  color: #fff;
  padding: 4px 8px;
  left: 0;
  border-radius: 4px;
  display: none;
}

.hero {
  padding: 36px 0;
  width: 100vw;
  color: #fff;
  margin-left: calc(50% - 50vw);
}

.hero__image {
  width: 100%;
}

.hero h4 {
  margin-top: 0;
}

.hero-bottom {
  position: sticky;
  top: 0;
  padding-bottom: 0;
  width: 100vw;
  color: #000;
  margin-left: calc(50% - 50vw);
}

.hero-bottom__wrap {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  display: flex;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

@media (max-width: 1024px) {
  .hero-bottom__wrap {
    flex-direction: column;
    text-align: center;
  }
}

.hero-bottom__row {
  display: flex;
  gap: 18px;
}

@media (max-width: 768px) {
  .hero-bottom__row {
    flex-direction: column;
    align-items: center;
  }
}

.hero-bottom__link {
  display: flex;
  font-size: 16px;
  background: red;
  border-radius: 4px;
  padding: 12px 22px;
  font-weight: 700;
  align-items: center;
  text-decoration: none;
  color: #000;
}

.hero-promocode {
  position: relative;
  background: #fff;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  width: fit-content;
  padding: 5px 28px;
}

.hero-promocode span {
  font-size: 20px;
}

.hero-promocode__row {
  display: flex;
}

.hero__left {
  width: 66.66%;
}

@media (max-width: 1024px) {
  .hero__left {
    width: 100%;
  }
}

.hero__right {
  width: 33.33%;
}

@media (max-width: 1024px) {
  .hero__right {
    width: 100%;
  }
}

.hero__wrap {
  display: flex;
  gap: 16px;
}

@media (max-width: 1024px) {
  .hero__wrap {
    flex-direction: column;
  }
}

.hero__top {
  display: flex;
  justify-content: space-between;
}

.hero__gap {
  display: flex;
  font-size: 18px;
}

.hero__rating {
  font-size: 20px;
  font-weight: 600;
}

.hero__logo {
  max-width: 223px;
}

.hero__auto {
  width: 100%;
  margin-top: 20px;
}

.hero__row {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  position: relative;
  padding-bottom: 5px;
}

.hero__row::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.137254902);
  bottom: 0;
  height: 1px;
  width: 100%;
}

.hero__date {
  font-size: 18px;
  margin-top: 24px;
}

.hero-links {
  display: flex;
  border-bottom: 2px solid #c9c9c9;
  background: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 16px;
}

.hero-links__wrap {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  max-width: 1240px;
}

@media (max-width: 768px) {
  .hero-links__wrap {
    flex-direction: column;
  }
}

.hero-links__link {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.showcase-item {
  border-radius: 5px;
  border: 1px solid #C9C9C9;
  min-height: 134px;
  padding: 10px 20px;
  display: flex;
  margin-top: 16px;
  align-items: center;
  display: flex;
}

@media (max-width: 1024px) {
  .showcase-item {
    flex-direction: column;
  }
}

.showcase-item__nubmer {
  font-size: 30px;
  font-weight: 300;
  padding: 0;
  min-width: 56px;
  height: 56px;
  max-width: 56px;
  background: #F1F1F1;
  color: #555555;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .showcase-item__nubmer {
    min-width: 31px;
    height: 31px;
    font-size: 17px;
  }
}

.showcase-item__row {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .showcase-item__row {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 624px) {
  .showcase-item__row {
    flex-direction: column;
    align-items: flex-start;
  }
}

.showcase-item__logo {
  width: 100%;
  max-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.showcase-item__logo img {
  max-width: 100%;
}

.showcase-item__text {
  width: 50%;
  max-width: 220px;
  padding: 15px 20px;
}

@media (max-width: 624px) {
  .showcase-item__text {
    width: 100%;
  }
}

.showcase-item__title {
  font-size: 20px;
  font-weight: 800;
  color: #222;
}

.showcase-item__subtitle {
  font-size: 12px;
  font-weight: 300;
  color: #555555;
}

.showcase-item__subtitle p {
  font-size: 12px;
  font-weight: 300;
  color: #555555;
  margin-top: 8px;
}

.showcase-item__link {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}

.wp-block-image {
  margin-top: 12px;
  margin-bottom: 12px;
}

@media (max-width: 1024px) {
  .showcase-item__link {
    width: 100%;
  }
}

.showcase-item__link a {
  text-decoration: none;
  width: fit-content;
  font-size: 14px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  gap: 8px;
  color: #000;
}

@media (max-width: 1024px) {
  .showcase-item__link a {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

/* casino-hero start  */
.casino-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
  padding: 58px 20px 70px;
  /* background: #020b05; */
  font-family: "Nunito Sans", sans-serif;
  color: #eaf6eb;
}

.casino-hero-bg {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  max-width: 100vw;
  height: 600px;
  background: radial-gradient(circle, #00e87025 0%, transparent 70%);
  pointer-events: none;
}



.casino-hero__container {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.casino-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 20px;
  margin-bottom: 34px;
  border: 1px solid rgba(0, 255, 118, 0.25);
  border-radius: 999px;
  background: rgba(3, 45, 20, 0.42);
  color: #00e66d;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.casino-hero__badge span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00e66d;
  box-shadow: 0 0 16px rgba(0, 230, 109, 0.9);
}

.casino-hero__title {
  max-width: 900px;
  color: #eff9ee;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -3px;
}

.casino-hero__title span {
  color: #00e66d;
}

.casino-hero__text {
  max-width: 830px;
  margin: 0 auto 50px;
  color: rgba(234, 246, 235, 0.66);
  font-size: 22px;
  line-height: 1.55;
  font-weight: 700;
}

.casino-hero__author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  max-width: 610px;
  min-height: 86px;
  margin: 0 auto 36px;
  padding: 18px 30px;
  border: 1px solid rgba(0, 255, 118, 0.25);
  border-radius: 10px;
  background:
    radial-gradient(circle at 25% 50%, rgba(0, 255, 118, 0.11), transparent 32%),
    rgba(6, 38, 16, 0.88);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.25);
}

.casino-hero__avatar {
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  padding: 3px;
  border-radius: 50%;
  background: #00e66d;
}

.casino-hero__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #102315;
}

.casino-hero__author-text {
  color: rgba(234, 246, 235, 0.62);
  font-size: 16px;
  text-decoration: none;
  line-height: 1.35;
  font-weight: 800;
  text-align: left;
}

.casino-hero__author-text a {
  color: #fff;
}

.casino-hero__author-text p {
  margin-top: 0;
}

.casino-hero__author-text a {
  text-decoration: none;
}

.casino-hero__author-text strong {
  color: #eff9ee;
  font-weight: 900;
}

.casino-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 275px;
  min-height: 62px;
  padding: 18px 30px;
  border-radius: 7px;
  background: #00e66d;
  color: #021008;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 0 34px rgba(0, 230, 109, 0.18);
  transition: transform 0.2s ease, background 0.2s ease;
}

.casino-hero__btn:hover {
  transform: translateY(-2px);
  background: #19ff84;
}

.casino-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 72px;
}

.casino-hero__stat strong {
  display: block;
  margin-bottom: 12px;
  color: #00e66d;
  font-family: monospace;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}

.casino-hero__stat span {
  display: block;
  color: rgba(234, 246, 235, 0.46);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

@media (max-width: 900px) {
  .casino-hero {
    min-height: auto;
    padding-top: 44px;
  }

  .casino-hero__title {
    letter-spacing: -2px;
  }

  .casino-hero__text {
    font-size: 19px;
  }

  .casino-hero__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 24px;
  }
}

@media (max-width: 560px) {
  .casino-hero__btn {
    min-height: auto;
    font-size: 14px;
    padding: 16px 20px;
  }

  .casino-hero {
    padding: 34px 16px 50px;
  }

  .casino-hero__badge {
    margin-bottom: 28px;
    font-size: 13px;
  }

  .casino-hero__title {
    font-size: 42px;
    letter-spacing: -1.6px;
  }

  .casino-hero__text {
    margin-bottom: 34px;
    font-size: 17px;
  }

  .casino-hero__author {
    flex-direction: column;
    gap: 12px;
    padding: 20px;
  }

  .casino-hero__author-text {
    text-align: center;
  }

  .casino-hero__btn {
    width: 100%;
    min-width: 0;
  }

  .casino-hero__stats {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }
}

/* casino-hero end  */

/* casino-list start  */

.showcase-list {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
  background: #020b05;
  padding-bottom: 40px;
  padding-top: 20px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 14px;
}

.card {
  display: grid;
  /* grid-template-columns: 44px 230px 1fr 110px 120px 166px; */
  grid-template-columns: 44px 180px 1fr 100px 110px 150px;
  align-items: center;
  gap: 28px;

  min-height: 148px;
  padding: 0 25px;

  background: #082611;
  border: 1px solid rgba(0, 230, 109, 0.35);
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(0, 230, 109, 0.05);
}

.casino-rank {
  width: 42px;
  height: 42px;
  border: 1px solid #00e66d;
  border-radius: 6px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #00e66d;
  font-size: 16px;
  font-weight: 900;
}

.casino-logo img {
  max-width: 150px;
  max-height: 48px;
  display: block;
}

.casino-bonus {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.casino-bonus strong {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
  color: #eef9ef;
}

.casino-bonus span {
  max-width: 370px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  color: rgba(238, 249, 239, 0.6);
}

.casino-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

.stars {
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffd400;
  line-height: 1;
}

.casino-rating strong {
  font-size: 15px;
  font-weight: 900;
  color: #f4fff5;
}

.casino-speed {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

.casino-speed strong {
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1px;
  color: #00e66d;
}

.casino-speed span {
  font-size: 14px;
  font-weight: 700;
  color: rgba(238, 249, 239, 0.55);
}

.casino-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.casino-actions a {
  height: 48px;
  border-radius: 6px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.3px;
}

.btn-play {
  background: #00e66d;
  color: #001d0c;
}

.btn-review {
  border: 1px solid #00e66d;
  color: #00e66d;
  background: transparent;
}

@media (max-width: 1100px) {
  .card {
    grid-template-columns: 44px 180px 1fr 100px 110px 150px;
    gap: 20px;
  }
}

@media (max-width: 900px) {
  .casinos-section {
    padding: 24px 16px;
  }

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

  .card {
    grid-template-columns: 44px 1fr;
    gap: 18px;
    padding: 20px;
  }

  .casino-logo,
  .casino-bonus,
  .casino-rating,
  .casino-speed,
  .casino-actions {
    grid-column: 2 / -1;
  }

  .casino-rating,
  .casino-speed {
    align-items: flex-start;
  }

  .casino-actions {
    max-width: 220px;
  }
}

@media (max-width: 624px) {
  .card {
    grid-template-columns: 1fr;
  }

  .casino-logo,
  .casino-bonus,
  .casino-rating,
  .casino-speed,
  .casino-actions {
    grid-column: auto;
  }

  .casino-actions {
    max-width: none;
  }
}

/* casino-list end  */


.casinos-section {
  padding: 8px 27px 40px;
  background: #020b05;
}

.casinos-section h2 {
  margin: 0 0 42px;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
  color: #f4fff5;
}

.casino-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.casino-card {
  display: grid;
  grid-template-columns: 44px 230px 1fr 110px 120px 166px;
  align-items: center;
  gap: 28px;

  min-height: 148px;
  padding: 0 25px;

  background: #082611;
  border: 1px solid rgba(0, 230, 109, 0.35);
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(0, 230, 109, 0.05);
}

.casino-rank {
  width: 42px;
  height: 42px;
  border: 1px solid #00e66d;
  border-radius: 6px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #00e66d;
  font-size: 16px;
  font-weight: 900;
}

.casino-logo img {
  max-width: 150px;
  max-height: 48px;
  display: block;
}

.casino-bonus {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.casino-bonus strong {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
  color: #eef9ef;
}

.casino-bonus span {
  max-width: 370px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  color: rgba(238, 249, 239, 0.6);
}

.casino-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

.stars {
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffd400;
  line-height: 1;
}

.casino-rating strong {
  font-size: 15px;
  font-weight: 900;
  color: #f4fff5;
}

.casino-speed {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

.casino-speed strong {
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1px;
  color: #00e66d;
}

.casino-speed span {
  font-size: 14px;
  font-weight: 700;
  color: rgba(238, 249, 239, 0.55);
}

.casino-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.casino-actions a {
  height: 48px;
  border-radius: 6px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.3px;
}

.btn-play {
  background: #00e66d;
  color: #001d0c;
}

.btn-review {
  border: 1px solid #00e66d;
  color: #00e66d;
  background: transparent;
}

@media (max-width: 1024px) {
  .casino-card {
    grid-template-columns: 44px 180px 1fr 100px 110px 150px;
    gap: 20px;
  }
}

@media (max-width: 1024px) {



  .card {
    gap: 18px;
    padding: 20px;
  }

  .casino-logo,
  .casino-bonus,
  .casino-rating,
  .casino-speed,
  .casino-actions {
    grid-column: 2 / -1;
  }

  .casino-rating,
  .casino-speed {
    align-items: flex-start;
  }

  .casino-actions {
    max-width: 220px;
  }
}

@media (max-width: 624px) {
  .casino-card {
    grid-template-columns: 1fr;
  }

  .casino-logo,
  .casino-bonus,
  .casino-rating,
  .casino-speed,
  .casino-actions {
    grid-column: auto;
  }

  .casino-actions {
    max-width: none;
  }
}

/* tiles start  */
.tiles {
  display: grid;
  gap: 24px;
  padding: 40px 0;
}

.tile {
  position: relative;
  padding: 52px 38px 38px;
  border: 1px solid rgba(0, 255, 118, 0.14);
  border-left: 4px solid #00f078;
  border-radius: 16px;
  background: #06150a;
  color: #f3fff5;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(0, 255, 118, 0.04),
    inset 0 0 45px rgba(0, 255, 118, 0.025);
}

.tile__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.tile__brand {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.tile__logo {
  width: 145px;
  height: auto;
  object-fit: contain;
  margin-top: 4px;
}

.tile__title {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
  color: #ffffff;
}

.tile__subtitle {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #00f078;
}

.tile__rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 162px;
  padding: 14px 16px;
  border: 1px solid rgba(0, 255, 118, 0.14);
  border-radius: 7px;
  background: rgba(0, 255, 118, 0.035);
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.tile__stars {
  color: #ffd91a;
  letter-spacing: -2px;
}

.tile__description {
  position: relative;
  margin: 0 0 24px;
  max-width: 1080px;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 600;
  color: rgba(243, 255, 245, 0.68);
}



.tile__info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.tile__info-item {
  padding: 22px;
  border: 1px solid rgba(0, 255, 118, 0.14);
  border-radius: 9px;
  background: rgba(0, 255, 118, 0.035);
}

.tile__info-item p {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
}

.tile__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 26px;
}

.tile-box {
  min-height: 193px;
  padding: 24px 22px;
  border: 1px solid rgba(0, 255, 118, 0.14);
  border-radius: 9px;
  background: rgba(0, 255, 118, 0.035);
}

.tile-box__title {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tile-box__title--success {
  color: #00f078;
}

.tile-box__title--danger {
  color: #ff4d5e;
}

.tile-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tile-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: rgba(243, 255, 245, 0.68);
}

.tile-list__icon {
  flex: 0 0 auto;
  width: 14px;
  margin-top: -1px;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

.tile-list__icon--success {
  color: #00f078;
}

.tile-list__icon--danger {
  color: #ff4d5e;
}

.tile__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tile-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 34px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: 0.2s ease;
}

.tile-btn--primary {
  border: 1px solid #00f078;
  background: #00f078;
  color: #021008;
}

.tile-btn--primary:hover {
  background: #00c967;
  border-color: #00c967;
}

.tile-btn--outline {
  border: 1px solid #00f078;
  background: transparent;
  color: #00f078;
}

.tile-btn--outline:hover {
  background: rgba(0, 255, 118, 0.08);
}

@media (max-width: 900px) {
  .tile {
    padding: 32px 20px 24px;
  }

  .tile__header,
  .tile__brand {
    flex-direction: column;
  }

  .tile__rating {
    align-self: flex-start;
  }

  .tile__info,
  .tile__columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .tile {
    border-radius: 12px;
  }

  .tile__logo {
    width: 130px;
  }

  .tile__title {
    font-size: 20px;
  }

  .tile__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tile-btn {
    width: 100%;
  }
}

/* tiles end  */

/* review-hero start  */

.review-hero {
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 90px 0 50px;
  background:
    radial-gradient(circle at 35% 28%, rgba(0, 230, 109, 0.16), transparent 28%),
    #020b05;
  color: #f3fff5;
  font-family: Arial, sans-serif;
}

.review-hero__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.review-hero__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 66px;
}

.review-hero__title {
  margin: 0;
  max-width: 980px;
}

.review-hero__title span {
  color: #00e66d;
}

.review-hero__reviewer {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(0, 230, 109, 0.25);
  border-radius: 14px;
  background: rgba(8, 45, 20, 0.9);
  box-shadow: inset 0 0 40px rgba(0, 230, 109, 0.04);
}

.review-hero__reviewer img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 3px solid #00e66d;
  object-fit: cover;
}

.review-hero__label {
  margin-bottom: 8px;
  color: #00e66d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
}

.review-hero__name {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

.review-hero__role,
.review-hero__date {
  margin-top: 6px;
  color: rgba(243, 255, 245, 0.55);
  font-size: 14px;
  font-weight: 700;
}

.review-hero__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 62px;
  padding: 28px 20px;
  border: 2px solid #00e66d;
  border-radius: 28px;
  background: rgba(7, 38, 16, 0.86);
  box-shadow: 0 0 70px rgba(0, 230, 109, 0.08);
}

.review-hero__casino {
  display: flex;
  align-items: center;
  gap: 44px;
}

.review-hero__logo {
  width: 110px;
  height: 110px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 230, 109, 0.22);
  border-radius: 14px;
  background: rgba(6, 28, 13, 0.75);
}

.review-hero__logo img {
  max-width: 78px;
  max-height: 78px;
}

.review-hero__casino h2 {
  margin: 0 0 26px;
  font-size: 32px;
  font-weight: 900;
}

.review-hero__casino p {
  margin: 0 0 24px;
  color: #00e66d;
  font-size: 22px;
  font-weight: 900;
}

.review-hero__casino ul {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(243, 255, 245, 0.55);
  font-size: 18px;
  font-weight: 700;
}

.review-hero__cta {
  text-align: center;
}



.review-hero__cta p {
  margin: 18px 0 0;
  color: rgba(243, 255, 245, 0.5);
  font-size: 14px;
  font-weight: 600;
}

.review-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.review-hero__stat {
  min-height: 98px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
  border: 1px solid rgba(0, 230, 109, 0.24);
  border-radius: 12px;
  background: rgba(8, 45, 20, 0.8);
}

.review-hero__stat strong {
  color: #00e66d;
  font-family: monospace;
  font-size: 32px;
  font-weight: 900;
}

.review-hero__stat span {
  margin-top: 12px;
  color: rgba(243, 255, 245, 0.48);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 3px;
}

@media (max-width: 1024px) {
  .review-hero {
    padding: 60px 0;
  }

  .review-hero__top,
  .review-hero__card {
    flex-direction: column;
  }

  .review-hero__title {
    font-size: 44px;
  }

  .review-hero__reviewer,
  .review-hero__cta a {
    width: 100%;
    min-width: 0;
  }

  .review-hero__card {
    align-items: stretch;
  }

  .review-hero__casino {
    gap: 24px;
  }

  .review-hero__stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .review-hero__title {
    font-size: 36px;
  }

  .review-hero__casino {
    flex-direction: column;
    align-items: flex-start;
  }

  .review-hero__casino ul {
    flex-direction: column;
    gap: 12px;
  }

  .review-hero__stats {
    grid-template-columns: 1fr;
  }
}

/* review-hero end  */

/* bage start  */
/* ===== BADGE CARD ===== */

.badge-card {
  padding: 24px;
  margin-top: 24px;
  background: #082010;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
}

.badge-card__header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}

.badge-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(0, 230, 109, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.badge-card__icon img,
.badge-card__icon svg {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.badge-card__title {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}



.badge-card__content p,
.badge-card__content {
  margin: 0;
  font-size: 16px;
  color: #8fac94;
  font-weight: 500;
  line-height: 1.8;
}

/* bage end  */