/*
    Mostbet KZ Affiliate Site Styles
    Version: 1.0.3
*/

/* --- Google Fonts --- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap");

/* --- Variables & Base --- */
:root {
  --header-bg: linear-gradient(0deg, #07498f 0%, #002246 100%);
  --main-bg: #07498f;
  --btn-login-bg: #4690e0;
  --btn-register-bg: #fa5000;
  --text-light: #ffffff;
  --text-dark: #1a1a1a;
  --text-accent: #4690e0;
  --border-color: rgba(255, 255, 255, 0.2);
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: var(--main-bg);
  color: var(--text-light);
  margin: 0;
  padding: 0;
  padding-bottom: 80px; /* for sticky widget */
  line-height: 1.7;
}

.container__custom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.block__section {
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border-color);
}

.block__section--highlight {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

h1,
h2,
h3 {
  font-weight: 700;
  color: var(--text-light);
}

a {
  color: var(--text-accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.btn__custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--text-light) !important;
  text-decoration: none !important;
}

.btn__custom--login {
  background-color: var(--btn-login-bg);
}

.btn__custom--register {
  background-color: var(--btn-register-bg);
}

.btn__custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.btn__custom .icon {
  margin-right: 8px;
}

/* --- Header --- */
.header__mostbet {
  background: var(--header-bg);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--border-color);
}

.header__mostbet-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__mostbet-logo img {
  max-height: 40px;
}

.header__mostbet-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 25px;
}

.header__mostbet-nav a {
  color: var(--text-light);
  font-weight: 500;
}

.header__mostbet-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__mostbet-downloads {
  font-size: 14px;
  opacity: 0.8;
}

.burger-menu {
  display: none;
}

/* --- Hero --- */
.hero__mostbet {
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.hero__mostbet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 34, 70, 0.7);
}
.hero__mostbet-content {
  position: relative;
  z-index: 2;
}
.hero__mostbet-promo {
  background: rgba(0, 0, 0, 0.4);
  border: 2px dashed var(--btn-register-bg);
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
  margin-top: 20px;
}
.hero__mostbet-promo-code {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2px;
  background: #fff;
  color: var(--text-dark);
  padding: 5px 10px;
  border-radius: 5px;
}

/* --- Breadcrumbs --- */
.breadcrumbs__mostbet {
  padding: 10px 0;
  font-size: 14px;
}
.breadcrumbs__mostbet a {
  color: #ccc;
}
.breadcrumbs__mostbet span {
  color: #fff;
}

/* --- Advantages --- */
.advantages__mostbet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.advantage__card {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  transition: transform 0.3s;
}
.advantage__card:hover {
  transform: translateY(-5px);
}
.advantage__card-icon {
  font-size: 40px;
  color: var(--btn-register-bg);
  margin-bottom: 15px;
}
.advantage__card h3 {
  margin-top: 0;
  font-size: 18px;
}

/* --- App Info --- */
.app-info__mostbet {
  display: flex;
  gap: 30px;
  align-items: center;
}
.app-info__mostbet-details {
  flex: 2;
}
.app-info__mostbet-phone {
  flex: 1;
  text-align: center;
}
.app-info__mostbet-phone img {
  max-width: 100%;
  height: auto;
}
.app-info__mostbet-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.app-info__mostbet-table th,
.app-info__mostbet-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
}
.app-info__mostbet-table th {
  background-color: rgba(0, 0, 0, 0.2);
}
.app-info__mostbet-buttons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

/* --- Tournaments & Slots --- */
.slider__container {
  position: relative;
}
.slider__wrapper {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}
.slider__wrapper::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.slider__slide {
  flex: 0 0 32%;
  margin-right: 2%;
  scroll-snap-align: start;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 15px;
  border: 1px solid var(--border-color);
}
.tournament__card-timer {
  font-weight: bold;
  color: var(--btn-register-bg);
}
.tournament__card-prize {
  font-size: 22px;
  font-weight: 700;
}
.slot__card {
  text-align: center;
}
.slot__card img {
  border-radius: 10px;
  margin-bottom: 10px;
}

/* --- Content Block --- */
.content-inner__mostbet-kz {
  background: rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 10px;
}
.content-inner__mostbet-kz h3 {
  color: var(--btn-register-bg);
  border-left: 3px solid var(--btn-register-bg);
  padding-left: 10px;
}
.content-inner__mostbet-kz p {
  margin-bottom: 1em;
}
.content-inner__mostbet-kz ol,
.content-inner__mostbet-kz ul {
  padding-left: 20px;
}
.content-inner__mostbet-kz table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.content-inner__mostbet-kz th,
.content-inner__mostbet-kz td {
  border: 1px solid var(--border-color);
  padding: 10px;
  text-align: left;
}
.content-inner__mostbet-kz th {
  background-color: rgba(0, 0, 0, 0.2);
}

/* --- Reviews --- */
.reviews__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.review__card {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.review__card-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.review__card-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.review__card-rating {
  color: #ffc107;
}
.review__form-group {
  margin-bottom: 15px;
}
.review__form-group label {
  display: block;
  margin-bottom: 5px;
}
.review__form-group input,
.review__form-group textarea {
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color);
  border-radius: 5px;
  color: var(--text-light);
}
#review-success-msg {
  display: none;
  color: #28a745;
  background: rgba(40, 167, 69, 0.2);
  padding: 10px;
  border-radius: 5px;
  margin-top: 15px;
}

/* --- Footer --- */
.footer__mostbet {
  background: var(--header-bg);
  padding: 30px 0;
  margin-top: 40px;
  font-size: 14px;
  color: #ccc;
}
.footer__mostbet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.footer__mostbet-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.footer__mostbet-logos img {
  max-height: 25px;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.footer__mostbet-logos img:hover {
  opacity: 1;
}
.footer__mostbet-copyright {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
  font-size: 12px;
  opacity: 0.7;
}

/* --- Sticky Widget --- */
.widget__sticky-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--btn-register-bg);
  padding: 15px;
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
}
.widget__sticky-bottom p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.widget__sticky-bottom a {
  color: var(--text-light);
  text-decoration: none;
}

/* --- Responsive --- */
@media (max-width: 992px) {
  .header__mostbet-nav {
    display: none; /* Hidden, but buttons are visible */
  }
  .burger-menu {
    display: block;
    cursor: pointer;
  }
  .app-info__mostbet {
    flex-direction: column;
  }
  .slider__slide {
    flex: 0 0 48%;
  }
}

@media (max-width: 768px) {
  .header__mostbet-inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header__mostbet-logo {
    order: 1;
  }
  .header__mostbet-actions {
    order: 2;
  }
  .header__mostbet-downloads {
    display: none;
  }
  .slider__slide {
    flex: 0 0 95%;
  }
  .reviews__grid {
    grid-template-columns: 1fr;
  }
  .widget__sticky-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

/* Unused styles for obfuscation */
.elementor-widget-container {
  padding: 10px;
}
.post-edit-link {
  display: none !important;
}
.wp-block-button__link {
  color: #fff;
}
