* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: rgba(245, 247, 250, 1);
  overflow-x: hidden;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(26, 38, 51, 1);
  text-align: left;
  padding-bottom: 12px;
  padding-top: 14px;
  border-bottom: 3px solid #3498db;
  margin-bottom: 24px;
}

p, span, li, b, i, td {
  font-size: 18px;
  line-height: 28px;
  color: rgba(26, 38, 51, 1);
}
p {
  padding-bottom: 24px;
}

a {
  font-size: 18px;
  line-height: 24px;
  color: rgba(245, 87, 108, 1);
  text-decoration: none;
  transition: 0.4s;
}
img {
  max-width: 100%;
  display: block;
}
h1 {
  font-size: 28px;
  line-height: 28px;
}
h2 {
  font-size: 24px;
  line-height: 28px;
}
h3 {
  font-size: 22px;
  line-height: 24px;
}
h4 {
  font-size: 20px;
  line-height: 30px;
}
button {
  box-shadow: none;
  border: none;
  cursor: pointer;
  transition: 0.4s;
  background: transparent;
}
button:hover {
  opacity: 0.8;
}
.global-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 32px;
  gap: 0 40px;
}
figure {
	margin-bottom: 20px;
	text-align: center
}
figcaption {
	font-size: 14px;
  color: rgba(26, 38, 51, 1);
  line-height: 20px;
}
.global-image {
  border-radius: 15px;
	max-height: 500px;
	width: auto;
	height: auto;
	margin: 0 auto 10px auto;
}
.global-image.vertical {
	max-height: 500px;
	max-width: 70%
}
.global-image.horizontal {
	max-width: 100%
}
.global-content {
  width: calc(100% - 438px);
  background: rgba(245, 247, 250, 1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 24px;
  order: -1;
  max-width: 1094px;
}
.global-sidebar {width: 366px;}

/* Container */
.header-content { width: calc(100% - 80px); margin: 0 auto; max-width: 1500px;}
.nav-inner {width: calc(100% - 80px); margin: 0 auto; max-width: 1500px;}
.footer-inner {width: calc(100% - 80px); margin: 0 auto; max-width: 1500px;}
.showcase_list {width: calc(100% - 80px); margin: 0 auto; max-width: 1500px;}
@media (max-width: 1150px) {
  .header-content, .nav-inner { width: calc(100% - 36px);}
  .showcase_list {width: calc(100% - 36px);}
  .footer-inner {width: calc(100% - 36px);}
  .global-sidebar {display: none;}
  .global-content {width: calc(100% - 36px); padding: 20px 16px;}
}


ul,
ol {
  margin: 10px 0 20px 0;
  padding-left: 30px;
}
li {
  list-style: none;
}
.global-ul li {
	position: relative;
	padding-bottom: 12px;
	padding-left: 20px;
}
.global-ul li::before {
	content: no-open-quote;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 12px;
  background-color: rgba(245, 87, 108, 1);
  border-radius: 50%;
}
.global-ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  counter-reset: counter-ol;
  position: relative;
  margin-bottom: 20px;
}
.global-ol li {
  counter-increment: counter-ol;
  padding-left: 30px;
  position: relative;
}

.global-ol li::before {
  background: rgba(245, 87, 108, 1);
  color: #fff;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 4px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: counter(counter-ol);
}
.general-table-wrapper {
  overflow-x: hidden;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
}
table,
th,
td {
  border: 1px solid #ddd;
}
th {
  background-color: #1A538F;
  color: white;
  padding: 12px;
  text-align: left;
}
td {
  padding: 8px;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}



@media (max-width: 1150px) {
  .general-table-wrapper {
    overflow-x: scroll;
  }
}
.faq-container .faq-item {
  margin: 0 auto 20px;
  position: relative;
  min-height: 30px;
  border-bottom: 1px solid #ddd;
}
.faq-container .faq-item:last-child {
  border-bottom: none;
}
.faq-container .faq-item:hover .icon::after,
.faq-container .faq-item:hover .icon::before,
.faq-container .toggle:checked ~ .icon::after,
.faq-container .toggle:checked ~ .icon::before {
  background: #1A538F;
}
.faq-container .faq-item:hover {
  border-color: #1A538F;
}
.faq-container .faq-item:hover .faq-question,
.faq-container .toggle:checked ~ .faq-question {
  color: #1A538F;
}
.faq-container .faq-question {
  padding-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  border-bottom: none;
  padding-top: 0;
  margin-bottom: 0;
  padding-right: 34px;
}
.faq-container .faq-answer {
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  transition: 0.4s;
}
.faq-container .icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 10px;
  top: 11px;
  z-index: 2;
}
.faq-container .icon::after,
.faq-container .icon::before {
  background: #1A538F;
  content: no-open-quote;
  height: 4px;
  right: 0;
  position: absolute;
  top: 0;
  width: 18px;
  transition: transform 0.5s;
}
.faq-container .toggle {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 3;
}
.faq-container .toggle:not(:checked) ~ .icon:before {
  transform: rotate(180deg);
}
.faq-container .toggle:not(:checked) ~ .icon:after {
  transform: rotate(90deg);
}
.faq-container .toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
}


.site-header {background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); padding: 10px 0 0 0; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed; top: 0; left: 0; width: 100%; z-index: 10;}
.header-content { display: flex; justify-content: space-between; align-items: center;}
.logo-section { display: flex; align-items: center; gap: 15px;}
.logo-section img {width: 52px; height: 52px;}
.site-title {font-size: 18px; font-weight: bold;color: #fff; max-width: 115px; line-height: 22px;}
.header-btn {background: linear-gradient(90deg, #6B35FB 0%, #F5576C 100%); color: #fff; padding: 16px 30px;
  border-radius: 8px; font-size: 16px; font-weight: bold;}
.nav {background: rgba(26, 38, 51, 1); padding: 16px 0; margin-top: 10px;}
.nav-inner { display: flex;}
.nav-inner a {color: #fff; font-size: 18px; font-weight: bold; padding: 0 16px; border-left: 1px solid rgba(141, 141, 141, 1);}
.nav-inner a.active {color: rgba(107, 53, 251, 1);}
.nav-inner a:hover {color: rgba(245, 87, 108, 1);}
.nav-inner a:first-child {padding: 0 16px 0 0; border-left: none;}
.burger {display: none;}
 
.mobileMenu {  position: fixed;  top: 0; right: 0%; display: block; z-index: 5;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); width: 100%;  max-width: 350px;  min-height: 100vh; padding: 30px 20px;
  transition: right 0.8s;}
.mobileMenu[hidden] {right: -200%;}
.mobileMenu .mobileMenuTop {display: flex; align-items: center; justify-content: space-between; margin-bottom: 75px;}
.mobileMenu .mobileMenuLinks {display: flex;  flex-direction: column; gap: 28px;}
.mobileMenu .mobileMenuLinks a {color: #fff; font-size: 20px; text-align: center; font-weight: 700;line-height: 22px;
  text-transform: uppercase; text-decoration: none;}
.overlay {  position: absolute; top: 0; left: 0; width: 100%;  height: 100vh; background: rgba(0, 0, 0, 0.5); z-index: 1;
  display: block;}
.overlay[hidden] {display: none;}

@media (max-width: 1150px) {
  .nav {display: none;}
  .site-header {padding: 10px 0 10px 0;}
  .burger {display: block; cursor: pointer;}
  .header-btn {padding: 12px 16px;}
  .site-title {font-size: 15px; line-height: 18px;}
  .logo-section {gap: 8px;}
}
@media (max-width: 520px) {
  .header-btn {width: 100%; order: 1; margin-top: 10px;}
  .header-content {flex-wrap: wrap;}
  .logo-section img {width: 38px; height: 38px;}
}

.firstScreen {width: 100%; background: linear-gradient(180deg, #243343 0%, #5A7B9E 100%); order: -1; margin-bottom: 32px; position: relative; 
  margin-top: 128px;}
.firstScreen h1 {border-bottom: none; color: rgba(255, 255, 255, 1);}
.firstScreenInner {width: calc(100% - 80px); margin: 0 auto; max-width: 1500px;}
@media (max-width: 1150px) {
  .firstScreen {margin-top: 72px;}
  .firstScreenInner {width: calc(100% - 36px);}
}
@media (max-width: 520px) {
  .firstScreen {margin-top: 111px;}
}



.footer {background: rgba(2, 33, 66, 1); padding: 32px 0;}
.footer-top {display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(50, 70, 91, 1); padding-bottom: 30px;}
.footer-nav {display: grid; grid-template-columns: 1fr; border-bottom: 1px solid rgba(50, 70, 91, 1); padding: 30px 0;}
.footer-nav-column { display: flex; flex-direction: column; gap: 12px;}
.footer-nav-column a {color: rgba(245, 247, 250, 1); align-self: baseline; }
.footer-nav-column span {display: inline-block; color: rgba(245, 247, 250, 1); font-size: 20px; font-weight: bold; padding-bottom: 8px;
  border-bottom: 1px solid rgba(41, 112, 219, 1);}
.footer-span {margin-bottom: 4px;}
.footer-nav-column a:hover {color: rgba(245, 87, 108, 1);}
.footer-info {display: grid; grid-template-columns: 341px auto; gap: 40px; border-bottom: 1px solid rgba(50, 70, 91, 1); padding: 30px 0;}
.footer-info-left {background: rgba(2, 45, 88, 1); border-radius: 4px;padding: 20px; display: flex; flex-direction: column; gap: 16px; }
.footer-info-span span {display: inline-block; color: rgba(245, 247, 250, 1); font-size: 20px; font-weight: bold; padding-bottom: 8px;
  border-bottom: 1px solid rgba(41, 112, 219, 1);}
.footer-social {display: flex; gap: 8px;}
.footer-info-site span {color: rgba(245, 247, 250, 1); font-size: 18px;}
.footer-info-right {display: flex; flex-direction: column; gap: 16px;}
.footer-info-text p {color: rgba(245, 247, 250, 1); font-size: 16px;}
.footer-info-text p:last-child {padding-bottom: 0;}
.footer-icons {display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;}
.footer-icon {background: rgba(3, 45, 88, 1); border-radius: 4px; display: flex; justify-content: center; align-items: center; padding: 16px 5px;}
.footer-icon img {max-width: 100%; height: auto;}
.footer-copy p {color: rgba(245, 247, 250, 1); font-size: 16px; text-align: center; padding-bottom: 0; padding-top: 30px;}

@media (max-width: 1150px) {
  .footer-nav {grid-template-columns: 1fr; gap: 24px; padding: 20px 0;}
  .footer-nav-column {gap: 8px;}
  .footer-info {grid-template-columns: 1fr;}
  .footer-info-left .footer-info-span, .footer-social, .footer-info-site {width: 48%;}
  .footer-info-left {flex-direction: row; flex-wrap: wrap;}
  .footer-social img {width: 32px; height: 32px;}
  .footer-top {padding-bottom: 20px;}
  .footer-info {padding: 20px 0; gap: 20px;}
  .footer-copy p {padding-top: 20px;}
  .footer-icons {gap: 8px;}
}

@media (max-width: 480px) {
  .footer-nav {grid-template-columns: 1fr;}
  .footer-info-left .footer-info-span, .footer-social, .footer-info-site {width: 100%;}
}


.casino-bonuses {padding: 10px 0px 20px 0;}
.casino-bonuses .bonus-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.casino-bonuses .bonus-card {border: 1px solid #e0e0e0;  border-radius: 12px;  padding: 12px; background: #ffffff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;}
.casino-bonuses .bonus-card:hover {box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transform: translateY(-4px);}
.casino-bonuses .bonus-icon {font-size: 32px;}

@media (max-width: 768px) {
  .casino-bonuses .bonus-grid {grid-template-columns: 1fr; }
}
    

.bonus-main-card {
  text-align: center;
  padding: 30px;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  border-radius: 12px;
  max-width: 100%;
  margin: 0 auto;

  box-shadow:
    0 0 16px rgba(240, 147, 251, 0.55),
    0 0 36px rgba(240, 147, 251, 0.4),
    0 0 70px rgba(240, 147, 251, 0.25);

  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.bonus-main-card:hover {
  box-shadow:
    0 0 22px rgba(240, 147, 251, 0.75),
    0 0 50px rgba(240, 147, 251, 0.55),
    0 0 90px rgba(240, 147, 251, 0.35);
  transform: translateY(-2px);
}

.casino-name {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #f5576c;
  text-shadow:
    0 0 3px rgba(245, 87, 108, 0.45),
    0 0 8px rgba(245, 87, 108, 0.25);
}

.bonus-amount {
  font-size: 32px;
  font-weight: 800;
  color: #f093fb;
  margin-bottom: 16px;
  text-shadow:
    0 0 6px rgba(240, 147, 251, 0.6),
    0 0 14px rgba(240, 147, 251, 0.4);
}

.bonus-amount span {
  font-size: 38px;
  font-weight: 900;
}

.bonus-description {
  font-size: 15px;
  font-weight: 400;
  color: #e0e0e0;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 480px) {
  .bonus-main-card { padding: 22px; }
  .casino-name { font-size: 26px; }
  .bonus-amount { font-size: 26px; }
  .bonus-amount span { font-size: 32px; }
  .bonus-description { font-size: 14px; }
}

@media (max-width: 360px) {
  .bonus-main-card { padding: 18px; }
  .casino-name { font-size: 22px; }
  .bonus-amount { font-size: 22px; }
  .bonus-amount span { font-size: 28px; }
  .bonus-description { font-size: 13px; }
}





.author { background: linear-gradient(90deg, #1A538F 0%, #3F658D 100%);  border-radius: 8px; padding: 32px 24px; display: flex; justify-content: space-between;
  margin-bottom: 20px;gap: 24px; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);}
.author-img { width: 196px; height: 196px; border-radius: 8px;}
.author-text {width: calc(100% - 196px);}
.author-name { font-size: 24px; line-height: 32px; font-weight: bold; color: rgba(245, 247, 250, 1); padding-bottom: 24px;display: block;}
.author-name:hover {color: rgba(245, 87, 108, 1);}
.author-text p{color: rgba(245, 247, 250, 1);}
.author-text p:last-child { padding-bottom: 0;}
@media (max-width: 1150px) {
  .author-name { font-size: 20px; line-height: 22px;}
  .author {padding: 20px 16px;}
}
@media (max-width: 650px) {
  .author {flex-direction: column;align-items: center; }
  .author-text {width: 100%;}
  .author-img {width: 150px; height: 150px;}
  .author-name {text-align: center; padding-bottom: 16px;}
}

.steps {display: flex; flex-direction: column;}
.step { display: flex; align-items: flex-start; gap: 15px; position: relative;}
.step-number {background-color: #3498db; color: rgba(245, 247, 250, 1);  width: 30px; height: 30px;  border-radius: 50%;
  display: flex; justify-content: center; align-items: center; font-weight: bold; flex-shrink: 0; position: relative; z-index: 1;}
.step::after { content: ''; position: absolute; top: 30px;  left: 15px; width: 2px; height: calc(100% - 30px);  background-color: #ccc; z-index: 1;}
.step:last-child::after { display: none; }
.step-content .step-title { font-weight: bold; padding-bottom: 0px;}

.quote{ background: linear-gradient(90deg, #1A538F 0%, #3F658D 100%); border-radius: 8px; padding: 32px 60px 32px 24px;
  margin-bottom: 20px; position: relative;}
.quote p {color: rgba(245, 247, 250, 1);}
.quote p:last-child {padding-bottom: 0;}
.quote:after {content: ''; position: absolute; top: 32px;  right: 22px; width: 24px; height: 25px; background-image: url(/quote-icon.svg);
  background-repeat: no-repeat; background-size: cover; transform: rotate(180deg);}
@media (max-width: 1150px) {
  .quote {padding: 20px 46px 20px 16px;}
  .quote::after {right: 16px; top: 20px;}
}

.advantagesContainer {display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 20px;}
.advantagesItem {background: #1A538F; padding: 24px; border-radius: 8px; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);}
.advantagesItemHeadings span {display: block; text-align: left; font-size: 20px; line-height: 28px; font-weight: bold;
  padding-bottom: 8px; color: #fff;}
.advantagesItem_plus .advantagesItemHeadings {border-bottom: 1px solid #70E00E;}
.advantagesItem_minus .advantagesItemHeadings { border-bottom: 1px solid rgba(232, 0, 0, 1);}
.advantagesContainer ul {padding: 0; padding-top: 20px; margin-top: 0; margin-bottom: 0; list-style: none;}
.advantagesContainer ul li {position: relative; padding-left: 28px; color: #fff; padding-bottom: 10px;}
.advantagesContainer ul li:last-child {padding-bottom: 0;}
.advantagesItem_plus li:before {content: ''; width: 20px; height: 21px; position: absolute; left: 0; top: 2px;
  background: url(/plus.svg)no-repeat; background-size: cover;}
.advantagesItem_minus li:before {content: ''; width: 20px; height: 20px; position: absolute; top: 2px; left: 0;
  background: url(/minus.svg)no-repeat; background-size: cover;}

@media (max-width: 900px) {
  .advantagesContainer { grid-template-columns: repeat(1, 1fr);}
  .advantagesItem {padding: 18px;}
}

.toc {box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);}
.tocHead {background: rgba(107, 53, 251, 1); padding: 16px; border-radius: 8px 8px 0 0;}
.tocHead span {color: rgba(255, 255, 255, 1); font-size: 20px; font-weight: bold;}
.tocInner {padding: 24px 16px;}
.tocItem {padding-bottom: 8px; border-bottom: 1px solid rgba(90, 123, 158, 0.25);}
.tocItem a {font-size: 14px; color: rgba(26, 38, 51, 1); text-decoration: none; width: calc(100% - 22px);}
.tocItem a:hover {color: rgba(107, 53, 251, 1);}
.tocH3wrap { height: 0; opacity: 0; transition: 0.3s; padding-left: 20px;}
.tocH3wrap.open {height: auto; opacity: 1; }
.tocH3wrap a {position: relative; padding-left: 12px;}
.tocH3wrap a:before {content: ''; width: 6px; height: 6px; position: absolute; left: 0; top: 8px;
  background: rgba(26, 38, 51, 1); border-radius: 50%;}
.tocH3wrap .tocItem {border-bottom: none;}
.tocH3wrap {border-bottom: 1px solid rgba(90, 123, 158, 0.25);}
.tocItem.toctoggle {display: flex; justify-content: space-between; gap: 10px; align-items: center;}
.tocItem.toctoggle.border {border-bottom: none;}
.tocIcon {width: 18px; height: 18px; position: relative; cursor: pointer;}
.tocIcon:after, .tocIcon:before {content: ''; background: rgba(107, 53, 251, 1); height: 4px;  position: absolute; top: 50%;right: 0; width: 100%;
  transition: transform 0.5s; border-radius: 5px; }
.tocIcon:after {transform: rotate(90deg);}
.tocIcon.rotate:after {display: none;}
.mobileTocIcon {display: none;}
.mobileToc {position: fixed;  top: 0; right: 0%; display: block; z-index: 5;  width: 100%;  min-height: 100vh; padding: 30px 20px;
  transition: right 0.8s; z-index: 10;}
.mobileToc[hidden] {right: -200%;}
.closeTocWrapper {display: flex; justify-content: flex-end; margin-bottom: 12px;}
.closeToc {background: rgba(107, 53, 251, 1); border-radius: 50px; width: 48px; height: 48px; display: flex; justify-content: center; align-items: center;}
.mobileToc .toc {background: rgba(245, 247, 250, 1); border-radius: 8px;}

@media (max-width: 1150px) {
  p, span, li, b, i, td, a {font-size: 16px; line-height: 24px;}
  p {padding-bottom: 18px;}
  h1, h2, h3, h4, h5, h6 {margin-bottom: 18px;}
  h1 {font-size: 24px; line-height: 28px;}
  h2 {font-size: 20px; line-height: 24px;}
  h3 {font-size: 18px; line-height: 22px;}
  h4 {font-size: 16px; line-height: 20px;}
  .mobileTocIcon {display: block; position: fixed; width: 48px; height: 48px; cursor: pointer; background:#fff; right: 20px; bottom: 20%; z-index: 10;
    border-radius: 50px;}

}

.button-block {background: rgba(217, 228, 244, 1); padding: 20px 0; margin: 20px 0; display: flex; justify-content: center;}
.button-block  .content-btn {background:linear-gradient(90deg, #6B35FB 0%, #F5576C 100%); border-radius: 8px; font-size: 18px; 
  font-weight: bold; color: rgba(255, 255, 255, 1); padding: 20px 45px;}

.breadcrumbs {display: flex; align-items: center; padding-top: 24px; gap: 6px;}
.breadcrumbsItem, .breadcrumbsLink {font-size: 16px; color: rgba(172, 172, 172, 1); line-height: 16px;}
.breadcrumbsIcon {width: 9px; height: 9px; background: url(/breadcrumbsIcon.svg)no-repeat; background-size: cover; position: relative; top: 2px;}
.breadcrumbsLink:hover {color: rgba(245, 87, 108, 1);}
.breadcrumbsLink {text-decoration: none;}
@media (max-width: 1150px) {
  .breadcrumbsItem, .breadcrumbsLink {font-size: 13px;}
  .breadcrumbs {padding-top: 12px;}
}

.showcase {width: 100%; padding-bottom: 16px; order: -1;}
.showcase_item {background: rgba(217, 228, 244, 1); border-radius: 12px; margin-bottom: 16px; padding: 24px; display: grid; grid-template-columns: 305px auto;
  gap: 16px;}
.showcase_img { background: rgba(245, 247, 250, 1); border-radius: 12px; padding: 20px 10px; display: flex; justify-content: center; 
  align-items: center; position: relative;}
.showcase_img .showcase_tags { position: absolute; top: -16px; left: -16px; }
.showcase_img .showcase_tags .showcase_tag { display: flex; align-items: center; margin-bottom: 4px;padding: 4px 8px; border-radius: 4px; }
.showcase_img .showcase_tags .showcase_tag span { margin-left: 4px; color: #fff; font-size: 14px; font-weight: 700; }
.showcase_info {display: grid; grid-template-columns: auto 450px; gap: 20px;}
.showcase_info_bonus_rating {display: flex; flex-direction: column; gap: 12px;}
.showcase_bonus {background: rgba(245, 247, 250, 1); border-radius: 12px; box-shadow: 0px 0px 1px 0px rgba(50, 70, 91, 1); padding: 24px;}
.showcase_bonus p {font-weight: bold; font-size: 24px; text-align: center; padding-bottom: 0;}
.showcase_license_rating {display: grid; grid-template-columns: 145px auto; gap: 12px;}
.showcase_rating {background: rgba(67, 124, 211, 1); }
.showcase_rating, .showcase_license {border-radius: 8px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 0;}
.showcase_license {background: rgba(90, 130, 190, 1);}
.showcase_rating span, .showcase_license span {color: rgba(245, 247, 250, 1); font-size: 18px; font-weight: bold;}
.showcase_info_text ul {margin: 0 0; padding-left: 0;}
.showcase_info_text ul li {position: relative; padding-bottom: 12px; padding-left: 16px; line-height: 24px;}
.showcase_info_text ul li:before {content: no-open-quote; position: absolute; width: 6px; height: 6px; left: 0; top: 12px;
  background-color: rgba(245, 87, 108, 1); border-radius: 50%;}
.showcase_info_text ul li:last-child {padding-bottom: 0;}
.showcase_buttons {display: flex; flex-direction: column; gap: 16px; align-items: center; grid-column: 1/2; grid-row: 2/3;}
.showcase_btn {background: linear-gradient(90deg, #6B35FB 0%, #F5576C 100%); color: #fff; padding: 24px 0px; width: 100%;
  border-radius: 8px; font-size: 16px; font-weight: bold; }
.more_btn {font-size: 16px; text-decoration: underline;}
.more_btn:hover {color: #F5576C;}
.showcase_btn:hover {opacity: 0.8;}

.showcase_points {grid-column: 2/3; grid-row: 2/3; display: grid; grid-template-columns: repeat(4, auto); border-top: 1px solid rgba(90, 123, 158, 0.5);
  padding-top: 24px;}
.showcase_point {border-right: 1px solid rgba(90, 123, 158, 0.5); padding-left: 20px; padding-right: 16px;}
.showcase_point:last-child {border-right: none; padding-right: 0;}
.showcase_point:first-child {padding-left: 0;}
.showcase_point_top {display: flex; align-items: center; gap: 8px; margin-bottom: 12px;}
.showcase_point_top span {font-size: 16px;}
.showcase_point .value {font-weight: bold;}

@media (max-width: 1300px) {
  .showcase_buttons {grid-column: 1/3; grid-row: 3/4;}
  .showcase_points {grid-column: 1/3; grid-row: 2/3;}
  .showcase_btn {max-width: 380px;}
  .showcase_info {grid-template-columns: 1fr; gap: 16px;}
}

@media (max-width: 1150px) {
  .showcase_bonus p {font-size: 20px;}
}
@media (max-width: 950px) { 
  .showcase_item {grid-template-columns: 1fr; padding: 16px;}
  .showcase_img {grid-column: 1/2; grid-row: 1/2;}
  .showcase_info {grid-column: 1/2; grid-row: 2/3;}
  .showcase_buttons {grid-column: 1/2; grid-row: 4/5;}
  .showcase_points {grid-column: 1/2; grid-row: 3/4; padding-top: 16px; grid-template-columns: repeat(2, auto); gap: 16px;}
  .showcase_info_text ul li {padding-bottom: 5px;}
  .showcase_info_text ul li::before {top: 10px;}
  .showcase_point {padding-left: 16px;}
  .showcase_point:nth-child(2) {border-right: none;}
  .showcase_point:nth-child(3) {padding-left: 0;}
  .showcase_img .showcase_tags { top: -6px; left: -6px; display: flex; gap: 6px; }
}

@media (max-width: 500px) { 
  .showcase_points {grid-template-columns: repeat(1, auto); gap: 10px;}
  .showcase_point {display: flex; justify-content: space-between; align-items: flex-start;border-right: none;padding-left: 0; padding-right: 0;}
  .showcase_point:nth-child(4) .value {width: calc(100% - 110px); text-align: right;}
  .showcase_license_rating {grid-template-columns: 105px auto;}
}

@media (max-width: 400px) { 
  .showcase_img .showcase_tags .showcase_tag span {font-size: 12px;}
}