.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-40a092d:#090426;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  --primary: #f33b1a;
  --primary-dark: #c6290e;
  --text-main: #111111;
  --text-muted: #555555;
  --bg-light: #ffffff;
  --bg-grey: #f6f6f6;
}

body {
  background: #050505;
}

/* WRAPPER */
.page-wrapper {
  background: var(--bg-light);
  max-width: 1100px;
  margin: 0 auto;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

/* HERO */
.hero {
  position: relative;
  text-align: center;
  background: #000;
  color: #fff;
}

.hero-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-content {
  padding: 2.5rem 1.5rem 2rem;
}

.hero-kicker {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary-dark);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.hero h1 {
  font-size: 1.9rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.hero h1 span {
  color: var(--primary);
}

.hero p {
  max-width: 650px;
  margin: 0 auto 1.8rem;
  color: var(--text-muted);
}

.btn-primary {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 0.9rem 2.5rem;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  box-shadow: 0 10px 25px rgba(243, 59, 26, 0.35);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(243, 59, 26, 0.5);
}

/* MAIN SECTIONS */
main {
  padding: 2.5rem 1.5rem 2.5rem;
}

section {
  margin-bottom: 2.5rem;
}

section h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.two-column {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr;
  gap: 2rem;
}

/* HOW IT WORKS */
.how-it-works ol {
  list-style: none;
  counter-reset: steps;
}

.how-it-works li {
  counter-increment: steps;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem 1rem;
  margin-bottom: 1.1rem;
  align-items: flex-start;
}

.how-it-works li::before {
  content: counter(steps);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.8rem;
  margin-top: 0.1rem;
}

/* LISTS & TEXT */
ul {
  padding-left: 1.1rem;
}

ul li {
  margin-bottom: 0.45rem;
}

.muted {
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* TRUST */
.highlight-box {
  background: var(--bg-grey);
  border-radius: 12px;
  padding: 1.4rem 1.5rem;
}

.highlight-box h3 {
  margin-bottom: 0.6rem;
  font-size: 1.05rem;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.95rem;
}

.trust-icon {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* FAQ */
.faq-item {
  margin-bottom: 1.1rem;
}

.faq-item strong {
  display: block;
  margin-bottom: 0.2rem;
}

/* FINAL CTA */
.final-cta {
  text-align: center;
  padding: 2rem 1.5rem 2.5rem;
  background: #000;
  color: #fff;
  border-radius: 24px 24px 0 0;
  margin: 0 -1.5rem -2.5rem;
}

.final-cta p {
  margin-bottom: 1.3rem;
  color: #ddd;
}

.footer-text {
  font-size: 0.8rem;
  color: #aaa;
  margin-top: 1rem;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 1.6rem;
  }
  .two-column {
    grid-template-columns: 1fr;
  }
  main {
    padding: 2rem 1.1rem 2.2rem;
  }
  .hero-content {
    padding: 1.8rem 1.2rem 2rem;
  }
.rb-package {
  list-style-type: disc !important;
  padding-left: 20px !important;
  margin-top: 10px;
}

.rb-package li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.5;
}

.rb-package li strong {
  font-weight: 600;
  /* Rooster.bet package bullets */
.rb-package {
  margin: 0;
  padding: 0;
  list-style: none;              /* kill default bullets/numbers */
}

.rb-package li {
  position: relative;
  padding-left: 1.4rem;          /* space for custom bullet */
  margin-bottom: 0.55rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #333;
}

/* custom bullet */
.rb-package li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #f33b1a;          /* same as primary accent */
  box-shadow: 0 0 0 3px rgba(243, 59, 26, 0.18);
  transform: translateY(-50%);
}

.rb-package li strong {
  font-weight: 600;
  color: #111;
}

/* optional: slightly softer colour in dark mode pages */
body.dark-theme .rb-package li {
  color: #f2f2f2;
}
body.dark-theme .rb-package li strong {
  color: #fff;
}
/* --- Rooster.bet Package Section : Premium Styling --- */

section h2 {
  font-size: 1.7rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
  letter-spacing: -0.3px;
  color: #111;
}

.rb-package {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 720px;
}

/* bullet line */
.rb-package li {
  position: relative;
  padding-left: 1.8rem !important;
  margin-bottom: 0.75rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #2b2b2b;
  font-weight: 400;
}

/* custom casino-style bullet */
.rb-package li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f33b1a, #ff9000);
  box-shadow: 0 0 6px rgba(243,59,26,0.4);
  transform: translateY(-50%);
}

/* emphasise key text */
.rb-package li strong {
  color: #000;
  font-weight: 700;
}

/* responsiveness */
@media (max-width: 768px) {
  section h2 {
    font-size: 1.45rem;
  }
  .rb-package li {
    font-size: 0.98rem;
    padding-left: 1.5rem !important;
  }
/* --- Rooster.bet Package Section : Premium Styling --- */

section h2 {
  font-size: 1.7rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
  letter-spacing: -0.3px;
  color: #111;
}

.rb-package {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 720px;
}

/* bullet line */
.rb-package li {
  position: relative;
  padding-left: 1.8rem !important;
  margin-bottom: 0.75rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #2b2b2b;
  font-weight: 400;
}

/* custom casino-style bullet */
.rb-package li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f33b1a, #ff9000);
  box-shadow: 0 0 6px rgba(243,59,26,0.4);
  transform: translateY(-50%);
}

/* emphasise key text */
.rb-package li strong {
  color: #000;
  font-weight: 700;
}

/* responsiveness */
@media (max-width: 768px) {
  section h2 {
    font-size: 1.45rem;
  }
  .rb-package li {
    font-size: 0.98rem;
    padding-left: 1.5rem !important;
  }
}
/* --- Rooster.bet Package Section : Premium Styling --- */

section h2 {
  font-size: 1.7rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
  letter-spacing: -0.3px;
  color: #111;
}

.rb-package {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 720px;
}

/* bullet line */
.rb-package li {
  position: relative;
  padding-left: 1.8rem !important;
  margin-bottom: 0.75rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #2b2b2b;
  font-weight: 400;
}

/* custom casino-style bullet */
.rb-package li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f33b1a, #ff9000);
  box-shadow: 0 0 6px rgba(243,59,26,0.4);
  transform: translateY(-50%);
}

/* emphasise key text */
.rb-package li strong {
  color: #000;
  font-weight: 700;
}

/* responsiveness */
@media (max-width: 768px) {
  section h2 {
    font-size: 1.45rem;
  }
  .rb-package li {
    font-size: 0.98rem;
    padding-left: 1.5rem !important;
  }
}
/* --- Fix H2 headers site-wide for landing pages --- */
section h2 {
  font-size: 1.9rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  margin-top: 40px !important;
  margin-bottom: 20px !important;
  color: #0a0a0a !important;
  letter-spacing: -0.4px !important;
}

/* Tighten text under headers */
section h2 + p,
section h2 + ul,
section h2 + ol {
  margin-top: 10px !important;
}
/* --- Fix H2 headers site-wide for landing pages --- */
section h2 {
  font-size: 1.9rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  margin-top: 40px !important;
  margin-bottom: 20px !important;
  color: #0a0a0a !important;
  letter-spacing: -0.4px !important;
}

/* Tighten text under headers */
section h2 + p,
section h2 + ul,
section h2 + ol {
  margin-top: 10px !important;
}

/* Improve spacing between each bullet line */
.rb-package li {
  margin-bottom: 12px !important;
}

/* Space above & below the entire package container */
.rb-package {
  margin-top: 10px !important;
  margin-bottom: 30px !important;
}
/* Fix header inside the Rooster.bet section */
.rb-section h2 {
  font-size: 2rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin-top: 50px !important;
  margin-bottom: 25px !important;
  color: #000 !important;
  letter-spacing: -0.5px;
}

/* Fix bullet list spacing */
.rb-section .rb-package li {
  margin-bottom: 14px !important;
  font-size: 1.05rem !important;
  line-height: 1.55 !important;
  padding-left: 1.6rem !important;
}

/* Custom bullet */
.rb-section .rb-package li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 9px;
  height: 9px;
  background: #f33b1a;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(243,59,26,0.4);
  transform: translateY(-50%);
}

/* Space below list */
.rb-section .rb-package {
  margin-bottom: 35px !important;
}

/* Proper spacing above the entire section */
.rb-section {
  padding-top: 40px !important;
}/* End custom CSS */