.page-gambling-guides-roulette-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-gambling-guides-roulette-strategy__hero {
  background: linear-gradient(135deg, #0A2463 0%, #334e8c 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-gambling-guides-roulette-strategy__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:roulette,pattern,abstract,dark]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 1;
}

.page-gambling-guides-roulette-strategy__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}

.page-gambling-guides-roulette-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

.page-gambling-guides-roulette-strategy__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
  position: relative;
  z-index: 2;
}

.page-gambling-guides-roulette-strategy__btn--primary {
  background-color: #FFD700;
  color: #0A2463;
  border: 2px solid #FFD700;
}

.page-gambling-guides-roulette-strategy__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-gambling-guides-roulette-strategy__btn--secondary {
  background-color: #0A2463;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-gambling-guides-roulette-strategy__btn--secondary:hover {
  background-color: #1a3a7a;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-gambling-guides-roulette-strategy__btn--outline {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    margin-left: 20px;
}

.page-gambling-guides-roulette-strategy__btn--outline:hover {
    background-color: #FFD700;
    color: #0A2463;
    transform: translateY(-2px);
}

.page-gambling-guides-roulette-strategy__btn--large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-gambling-guides-roulette-strategy__section {
  padding: 60px 0;
  background-color: #f9f9f9;
  color: #333;
}

.page-gambling-guides-roulette-strategy__section:nth-of-type(even) {
  background-color: #eef2f7;
}

.page-gambling-guides-roulette-strategy__section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-gambling-guides-roulette-strategy__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-gambling-guides-roulette-strategy__intro p,
.page-gambling-guides-roulette-strategy__bet-types p,
.page-gambling-guides-roulette-strategy__strategies p,
.page-gambling-guides-roulette-strategy__tips p,
.page-gambling-guides-roulette-strategy__why-thabet p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}

.page-gambling-guides-roulette-strategy__bet-types h3,
.page-gambling-guides-roulette-strategy__strategies h3 {
  color: #0A2463;
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-gambling-guides-roulette-strategy__bet-types ul,
.page-gambling-guides-roulette-strategy__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-gambling-guides-roulette-strategy__bet-types li,
.page-gambling-guides-roulette-strategy__list li {
  background-color: #fff;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  font-size: 1.05em;
}

.page-gambling-guides-roulette-strategy__bet-types li strong,
.page-gambling-guides-roulette-strategy__list li strong {
  color: #0A2463;
}

.page-gambling-guides-roulette-strategy__image-wrapper {
    text-align: center;
    margin: 30px 0;
}

.page-gambling-guides-roulette-strategy__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-gambling-guides-roulette-strategy__strategy-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 30px;
  border-left: 8px solid #0A2463;
}

.page-gambling-guides-roulette-strategy__strategy-card h3 {
  color: #0A2463;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-gambling-guides-roulette-strategy__strategy-card p {
  font-size: 1.05em;
  line-height: 1.7;
  margin-bottom: 15px;
}

.page-gambling-guides-roulette-strategy__subtitle {
    font-size: 2em;
    color: #0A2463;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}

.page-gambling-guides-roulette-strategy__list-icons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-gambling-guides-roulette-strategy__list-icons li {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    border-top: 5px solid #FFD700;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-gambling-guides-roulette-strategy__list-icons li h3 {
    color: #0A2463;
    font-size: 1.5em;
    margin-top: 15px;
    margin-bottom: 10px;
}

.page-gambling-guides-roulette-strategy__list-icons li p {
    font-size: 1em;
    line-height: 1.6;
    text-align: center;
}

.page-gambling-guides-roulette-strategy__icon {
    font-size: 3em;
    color: #FFD700;
    background-color: #0A2463;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-gambling-guides-roulette-strategy__why-thabet {
    background-color: #0A2463;
    color: #fff;
    text-align: center;
}

.page-gambling-guides-roulette-strategy__why-thabet .page-gambling-guides-roulette-strategy__section-title {
    color: #FFD700;
}

.page-gambling-guides-roulette-strategy__why-thabet .page-gambling-guides-roulette-strategy__section-title::after {
    background-color: #FFD700;
}

.page-gambling-guides-roulette-strategy__why-thabet p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-gambling-guides-roulette-strategy__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.page-gambling-guides-roulette-strategy__feature-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-gambling-guides-roulette-strategy__feature-item:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.15);
}

.page-gambling-guides-roulette-strategy__feature-item h3 {
    color: #FFD700;
    font-size: 1.6em;
    margin-top: 15px;
    margin-bottom: 10px;
}

.page-gambling-guides-roulette-strategy__feature-item p {
    color: #f0f0f0;
    font-size: 1em;
    line-height: 1.6;
}

.page-gambling-guides-roulette-strategy__feature-icon {
    width: 60px;
    height: 60px;
    filter: invert(80%) sepia(100%) saturate(1000%) hue-rotate(0deg) brightness(100%) contrast(100%); /* Adjust to make icons gold */
}

.page-gambling-guides-roulette-strategy__responsible-gambling {
    background-color: #f0f0f0;
    padding: 60px 0;
    text-align: center;
    color: #333;
}

.page-gambling-guides-roulette-strategy__responsible-gambling p {
    max-width: 800px;
    margin: 0 auto 20px auto;
    font-size: 1.1em;
    line-height: 1.7;
}

/* Floating Ad Menu */
.page-gambling-guides-roulette-strategy__floating-ad-menu {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.page-gambling-guides-roulette-strategy__floating-btn {
    display: block;
    width: 120px;
    padding: 12px 10px;
    background-color: #FFD700;
    color: #0A2463;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 0.95em;
}

.page-gambling-guides-roulette-strategy__floating-btn:hover {
    background-color: #e6c200;
    transform: translateX(-5px);
}

.page-gambling-guides-roulette-strategy__floating-btn--register {
    background-color: #FFD700;
}
.page-gambling-guides-roulette-strategy__floating-btn--login {
    background-color: #FFD700;
}
.page-gambling-guides-roulette-strategy__floating-btn--download {
    background-color: #FFD700;
}
.page-gambling-guides-roulette-strategy__floating-btn--promo {
    background-color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-gambling-guides-roulette-strategy__hero-title {
    font-size: 2.8em;
  }
  .page-gambling-guides-roulette-strategy__section-title {
    font-size: 2em;
  }
  .page-gambling-guides-roulette-strategy__feature-grid {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-gambling-guides-roulette-strategy__hero {
    padding: 80px 0;
  }
  .page-gambling-guides-roulette-strategy__hero-title {
    font-size: 2.2em;
  }
  .page-gambling-guides-roulette-strategy__hero-description {
    font-size: 1em;
  }
  .page-gambling-guides-roulette-strategy__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-gambling-guides-roulette-strategy__btn--large {
      padding: 15px 30px;
      font-size: 1.1em;
  }
  .page-gambling-guides-roulette-strategy__section {
    padding: 40px 0;
  }
  .page-gambling-guides-roulette-strategy__section-title {
    font-size: 1.8em;
  }
  .page-gambling-guides-roulette-strategy__bet-types h3,
  .page-gambling-guides-roulette-strategy__strategies h3 {
    font-size: 1.5em;
  }
  .page-gambling-guides-roulette-strategy__list-icons {
      grid-template-columns: 1fr;
  }
  .page-gambling-guides-roulette-strategy__floating-ad-menu {
      right: 10px;
      bottom: 10px;
      gap: 8px;
  }
  .page-gambling-guides-roulette-strategy__floating-btn {
      width: 100px;
      padding: 10px 8px;
      font-size: 0.9em;
  }
  .page-gambling-guides-roulette-strategy__btn--outline {
      margin-left: 0;
      margin-top: 15px;
  }
}

@media (max-width: 480px) {
    .page-gambling-guides-roulette-strategy__hero-title {
        font-size: 1.8em;
    }
    .page-gambling-guides-roulette-strategy__btn {
        display: block;
        margin-bottom: 15px;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    .page-gambling-guides-roulette-strategy__btn--outline {
        margin-top: 0;
    }
    .page-gambling-guides-roulette-strategy__section-title {
        font-size: 1.5em;
    }
    .page-gambling-guides-roulette-strategy__floating-ad-menu {
        right: 5px;
        bottom: 5px;
        gap: 5px;
    }
    .page-gambling-guides-roulette-strategy__floating-btn {
        width: 80px;
        padding: 8px 5px;
        font-size: 0.8em;
    }
}