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

body {
  font-family: 'Inter', 'Roboto', 'Segoe UI', sans-serif;
  background-color: #171717;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

ul,
ol {
  list-style: none;
}

.app-container,
.bestslots-app-container {
  max-width: 480px;
  margin: 0 auto;
  background-color: #171717;
  min-height: 100vh;
  overflow-x: hidden;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-section,
.bestslots-hero {
  margin-top: 10px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding: 24px 16px 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 220px;
  background: linear-gradient(to right, #0055A4 0%, #0055A4 33.3%, #FFFFFF 33.3%, #FFFFFF 66.6%, #EF4135 66.6%, #EF4135 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-section::before,
.bestslots-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.hero-date-badge,
.hero-title,
.hero-perks,
.bestslots-hero__badge,
.bestslots-hero__title,
.bestslots-hero__perks {
  position: relative;
  z-index: 2;
}

.hero-date-badge,
.bestslots-hero__badge {
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 14px;
  text-align: center;
}

.hero-title,
.bestslots-hero__title {
  font-size: 33px;
  font-weight: 900;
  text-align: center;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.3px;
  color: #ffffff;
}

.hero-perks,
.bestslots-hero__perks {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
}

.perk-item,
.bestslots-hero__perk {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 12px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #FFFFFF;
  white-space: nowrap;
}

.section-heading,
.bestslots-section-heading {
  margin: 0 0 -5px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cards-container,
.bestslots-cards-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.cards-container>li,
.bestslots-cards-container>li {
  width: 100%;
  display: flex;
}

.card,
.bestslots-card {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 160px;
  height: 160px;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background-color: #0b0726;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.card-ribbon,
.bestslots-card__ribbon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  max-width: 38%;
  box-sizing: border-box;
  padding: 4px 6px;
  font-size: 8px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
  border-radius: 14px 0 10px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.2px;
  text-align: center;
  white-space: normal;
}

.ribbon-green,
.bestslots-card__ribbon--green {
  background-color: #00a624;
}

.ribbon-red,
.bestslots-card__ribbon--red {
  background-color: #EF4135;
}

.card-left,
.bestslots-card__left {
  width: 38% !important;
  position: relative;
  z-index: 5;
  background-color: #1322df;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  padding: 22px 16px 12px 10px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  box-sizing: border-box;
}

.card-left-inner,
.bestslots-card__left-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.brand-logo-wrap,
.bestslots-card__logo-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-height: 72px !important;
  height: 68px !important;
  margin-top: auto;
  margin-bottom: auto;
}

.brand-img,
.bestslots-card__logo {
  transform: scale(1.15);
  transform-origin: center center;
  max-height: 68px !important;
  max-width: 95% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}

.logo-text,
.bestslots-card__logo-text {
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  text-align: left;
  line-height: 1;
  color: #ffffff;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.rating,
.bestslots-card__rating {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  gap: 3px;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
}

.rating-stars,
.bestslots-card__stars {
  display: inline-flex;
  align-items: center;
  color: #FFD700;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.card-right,
.bestslots-card__right {
  width: 62% !important;
  padding: 10px 10px 10px 18px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between !important;
  z-index: 2;
  margin-left: 0 !important;
  box-sizing: border-box;
}

.bonus-block,
.bestslots-card__bonus {
  display: flex;
  flex-direction: column;
}

.bonus-label,
.bestslots-card__bonus-label {
  color: #FFD700;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bonus-value,
.bestslots-card__bonus-value {
  font-size: 12px !important;
  font-weight: 800;
  line-height: 1.2 !important;
  text-transform: uppercase;
  margin-bottom: 6px;
  max-width: 100% !important;
  color: #ffffff;
}

.btn-bonus,
.bestslots-card__btn {
  background-color: #ff1100;
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 9px 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  box-shadow: 0 2px 0 #b30b00;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: transform 0.1s ease, filter 0.1s ease;
}

.btn-bonus:active,
.bestslots-card__btn:active {
  transform: translateY(1px);
  box-shadow: 0 1px 0 #b30b00;
}

.payments,
.bestslots-card__payments {
  margin-top: 6px;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
  flex-wrap: nowrap;
}

.pay-circle,
.bestslots-card__pay-item {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: bold;
  color: white;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.pay-btc {
  background: #f7931a;
}

.pay-visa {
  background: #142787;
  font-size: 6px;
}

.pay-mc {
  background: none;
  overflow: hidden;
  padding: 0px;
}

.pay-skrill {
  background: none;
  overflow: hidden;
  padding: 0px;
}

.pay-net {
  background: none;
  overflow: hidden;
  padding: 0px;
}

.pay-apple {
  background: #000000;
  font-size: 7px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pay-paypal {
  background: none;
  overflow: hidden;
  padding: 0px;
}

.pay-bank {
  background: #555555;
  font-size: 6px;
}

.info-blocks,
.bestslots-info-blocks {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.info-card,
.bestslots-info-card {
  background: #1f1f1f;
  border-radius: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.info-card h2,
.bestslots-info-card h2 {
  color: rgb(96, 165, 250);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 6px;
}

.info-card p,
.bestslots-info-card p {
  color: #a3a3a3;
  font-size: 12px;
  line-height: 1.5;
}

.faq-section,
.bestslots-faq-section {
  margin-top: 20px;
}

.faq-section h2,
.bestslots-faq-section h2 {
  font-size: 18px;
  font-weight: 800;
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.faq-accordion,
.bestslots-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item,
.bestslots-faq-item {
  background: rgb(31, 31, 31);
  border-radius: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

summary {
  color: rgb(96, 165, 250);
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

summary::-webkit-details-marker {
  display: none;
}

.faq-icon,
.bestslots-faq-icon {
  color: rgb(96, 165, 250);
  font-size: 16px;
  font-weight: bold;
  transition: transform 0.2s;
}

.faq-item p,
.bestslots-faq-item p {
  color: rgb(163, 163, 163);
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}

.footer,
.bestslots-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.footer-warning,
.bestslots-footer__warning {
  font-size: 11px;
  line-height: 1.5;
  color: rgb(163, 163, 163);
  text-align: center;
  margin-bottom: 4px;
}

.footer-logos,
.bestslots-footer__badges {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
}

.footer-logos img,
.bestslots-footer__badge-img {
  height: 22px;
  max-height: 24px;
  width: auto;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

.footer-disclaimer,
.bestslots-footer__disclaimer {
  font-size: 10px;
  line-height: 1.5;
  color: rgb(119, 119, 119);
  text-align: justify;
  margin: 0px;
}

.footer-links,
.bestslots-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 16px;
  margin-top: 4px;
}

.footer-links a,
.bestslots-footer__link {
  color: rgb(153, 153, 153);
  font-size: 11px;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover,
.bestslots-footer__link:hover {
  color: #ffffff;
}

.reg-badge,
.bestslots-reg-badge {
  padding: 4px 8px;
  border: 1px solid #666;
  border-radius: 4px;
  font-size: 10px;
  color: #888;
  font-weight: bold;
  text-transform: uppercase;
}

.bestslots-site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #171717;
}

.bestslots-main {
  flex: 1;
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}

.bestslots-legal {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

.bestslots-legal__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #a3a3a3;
}

.bestslots-legal__breadcrumb a {
  color: rgb(96, 165, 250);
  text-decoration: none;
}

.bestslots-legal__header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 16px;
}

.bestslots-legal__title {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 6px;
}

.bestslots-legal__meta {
  font-size: 12px;
  color: #a3a3a3;
}

.bestslots-legal__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  line-height: 1.6;
  color: #d1d5db;
}

.bestslots-legal__article {
  background: #1f1f1f;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
}

.bestslots-legal__article-title {
  color: rgb(96, 165, 250);
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bestslots-legal__article-title-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #1322df;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  flex-shrink: 0;
}

.bestslots-legal__article p {
  font-size: 13px;
  margin-bottom: 10px;
}

.bestslots-legal__article p:last-child {
  margin-bottom: 0;
}

.bestslots-legal__list {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
}

.bestslots-contact-card {
  background: #1f1f1f;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  max-width: 600px;
  width: 100%;
  box-sizing: border-box;
}

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

.bestslots-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bestslots-form-group label {
  font-size: 12px;
  font-weight: 700;
  color: #e5e7eb;
}

.bestslots-form-input,
.bestslots-form-textarea {
  background: #171717;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 10px 12px;
  color: #ffffff;
  font-family: inherit;
  font-size: 13px;
  box-sizing: border-box;
  width: 100%;
}

.bestslots-form-input:focus,
.bestslots-form-textarea:focus {
  outline: none;
  border-color: rgb(96, 165, 250);
}

.bestslots-form-textarea {
  resize: vertical;
  min-height: 100px;
}

.bestslots-btn-submit {
  background-color: #ff1100;
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 12px 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 2px 0 #b30b00;
}

.bestslots-btn-submit:active {
  transform: translateY(1px);
}

.bestslots-legal-footer-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .bestslots-main {
    padding: 0 12px;
  }

  .bestslots-legal {
    padding: 16px 0 32px;
    gap: 16px;
  }

  .bestslots-legal__title {
    font-size: 22px;
  }

  .bestslots-legal__article {
    padding: 16px;
  }

  .bestslots-contact-card {
    padding: 18px;
  }

  .bestslots-legal-footer-wrap {
    padding: 0 12px;
  }
}

@media (min-width: 769px) {

  .app-container,
  .bestslots-app-container {
    max-width: 1080px;
    padding: 24px 20px;
    gap: 24px;
  }

  .hero-section,
  .bestslots-hero {
    min-height: 240px;
    padding: 32px 24px;
  }

  .hero-title,
  .bestslots-hero__title {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .cards-container,
  .bestslots-cards-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }

  .cards-container>li,
  .bestslots-cards-container>li {
    width: calc(50% - 8px);
    display: flex;
  }

  .card-ribbon,
  .bestslots-card__ribbon {
    font-size: 9.5px;
    padding: 4px 8px;
    line-height: 1.2;
    text-align: left;
    max-width: 38%;
  }

  .info-blocks,
  .bestslots-info-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }

  .info-card,
  .bestslots-info-card {
    width: calc(50% - 8px);
    box-sizing: border-box;
  }

  .faq-accordion,
  .bestslots-faq-accordion {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }

  .faq-item,
  .bestslots-faq-item {
    width: calc(50% - 6px);
    box-sizing: border-box;
  }

  .footer,
  .bestslots-footer {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }
}

.bestslots-age-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  box-sizing: border-box;
}

.bestslots-age-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.bestslots-age-modal {
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  max-width: 440px;
  width: 100%;
  padding: 28px 22px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  box-sizing: border-box;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.bestslots-age-overlay.is-visible .bestslots-age-modal {
  transform: scale(1);
}

.bestslots-age-badge {
  height: 52px;
  max-height: 54px;
  width: auto;
  object-fit: contain;
  display: block;
}

.bestslots-age-title {
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.bestslots-age-desc {
  font-size: 12.5px;
  line-height: 1.55;
  color: #a3a3a3;
  text-align: center;
}

.bestslots-age-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 6px;
}

.bestslots-age-btn-accept {
  background-color: #ff1100;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  padding: 12px 16px;
  cursor: pointer;
  box-shadow: 0 2px 0 #b30b00;
  width: 100%;
  letter-spacing: 0.5px;
  transition: transform 0.1s ease, filter 0.1s ease;
  font-family: inherit;
}

.bestslots-age-btn-accept:active {
  transform: translateY(1px);
}

.bestslots-age-btn-reject {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #d1d5db;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-family: inherit;
}

.bestslots-age-btn-reject:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.bestslots-age-footer-note {
  font-size: 10px;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-top: 2px;
}