/* TeJobets Premium Styles - Full Reset and Base */
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

:active, :focus { outline: 0; }
a:active, a:focus { outline: 0; }

aside, footer, header, nav { display: block; }

body, html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

button, input, textarea { font-family: inherit; }
input::-ms-clear { display: none; }
input, textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

input::placeholder, textarea::placeholder { color: inherit; }

button {
  cursor: pointer;
  background-color: transparent;
}
button::-moz-focus-inner { padding: 0; border: 0; }

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }

ul li { list-style: none; }

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

/* TeJobets Premium CSS Variables */
:root {
  --tjb-font-primary: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --tjb-font-display: "Playfair Display", Georgia, serif;
  --tjb-container-max: 1280px;
  --tjb-container-padding: 25px;
  --tjb-container-padding-tablet: 18px;
  --tjb-container-padding-mobile: 12px;
  --tjb-container-full: calc(var(--tjb-container-max) + (var(--tjb-container-padding) * 2));
  
  /* Premium Bronze Color Scheme */
  --tjb-page-bg: #0d0a08;
  --tjb-text-primary: #f5f3f0;
  --tjb-text-dark: #1a1612;
  --tjb-text-light: #ffffff;
  --tjb-header-bg: #1a1410;
  --tjb-bronze-primary: #cd7f32;
  --tjb-bronze-light: #e6955a;
  --tjb-bronze-dark: #a0612a;
  --tjb-bronze-accent: #ffa726;
  --tjb-gold-premium: #d4af37;
  --tjb-shadow-bronze: 0 0 20px rgba(205, 127, 50, 0.25);
  --tjb-shadow-card: 0 0 35px rgba(205, 127, 50, 0.2);
  --tjb-bg-card: #1f1c18;
  --tjb-bg-secondary: #141210;
  --tjb-bronze-hover: #e6955a;
  --tjb-bronze-active: #a0612a;
  --tjb-success-bronze: #8d6e2a;
  --tjb-gradient-bronze: linear-gradient(135deg, #cd7f32 0%, #d4af37 50%, #cd7f32 100%);
  --tjb-gradient-card: linear-gradient(145deg, #1f1c18 0%, #2d2822 100%);
  --tjb-gradient-premium: linear-gradient(135deg, #cd7f32 0%, #ffa726 100%);
}

/* TeJobets Container System */
.tjb-container {
  max-width: var(--tjb-container-full);
  margin: 0 auto;
  padding: 0 var(--tjb-container-padding);
}

@media (max-width: 1024px) {
  .tjb-container {
    padding: 0 var(--tjb-container-padding-tablet);
  }
}

@media (max-width: 640px) {
  .tjb-container {
    padding: 0 var(--tjb-container-padding-mobile);
  }
}

/* TeJobets Page Structure */
.tjb-page {
  display: flex;
  flex-direction: column;
  font-family: var(--tjb-font-primary);
  min-height: 100vh;
  overflow: hidden;
  color: var(--tjb-text-primary);
  background: var(--tjb-page-bg);
}

.playfair {
  font-family: var(--tjb-font-display);
}

.tjb-main {
  flex: 1 1 auto;
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .tjb-main {
    margin-bottom: 50px;
  }
}

@media (max-width: 640px) {
  .tjb-main {
    margin-bottom: 40px;
  }
}

a, button {
  color: var(--tjb-text-primary);
}

/* TeJobets Utility Classes */
.tjb-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

/* TeJobets Typography System */
.tjb-tx-main {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 640px) {
  .tjb-tx-main {
    font-size: 15px;
  }
}

.tjb-tx-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}

.tjb-tx-11 {
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
}

.tjb-tx-18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.tjb-tx-48-20 {
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
}

@media (max-width: 1280px) {
  .tjb-tx-48-20 {
    font-size: 38px;
  }
}

@media (max-width: 1024px) {
  .tjb-tx-48-20 {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .tjb-tx-48-20 {
    font-size: 20px;
  }
}

.tjb-tx-22-17 {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
}

@media (max-width: 1024px) {
  .tjb-tx-22-17 {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .tjb-tx-22-17 {
    font-size: 17px;
  }
}

.tjb-tx-22-15 {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
}

@media (max-width: 1024px) {
  .tjb-tx-22-15 {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .tjb-tx-22-15 {
    font-size: 15px;
  }
}

.tjb-tx-17-15 {
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
}

@media (max-width: 640px) {
  .tjb-tx-17-15 {
    font-size: 15px;
  }
}

.tjb-tx-15 {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
}

.tjb-tx-15-11 {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
}

@media (max-width: 1024px) {
  .tjb-tx-15-11 {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .tjb-tx-15-11 {
    font-size: 11px;
  }
}

.tjb-tx-15-9 {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
}

@media (max-width: 1280px) {
  .tjb-tx-15-9 {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .tjb-tx-15-9 {
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  .tjb-tx-15-9 {
    font-size: 9px;
  }
}

.tjb-tx-36-28 {
  font-weight: 400;
  font-size: 36px;
  line-height: 130%;
}

@media (max-width: 1024px) {
  .tjb-tx-36-28 {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  .tjb-tx-36-28 {
    font-size: 28px;
  }
}

.tjb-color-bronze {
  color: var(--tjb-bronze-primary);
}

/* TeJobets Common Elements */
.tjb-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  padding: 10px 18px;
  width: fit-content;
  font-weight: 600;
  font-size: 15px;
  color: var(--tjb-bronze-primary);
  line-height: 1;
  border: 2px solid transparent;
  background: rgba(205, 127, 50, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
}

.tjb-nav-link:hover {
  border-color: var(--tjb-bronze-primary);
  background: rgba(205, 127, 50, 0.15);
  transform: translateY(-3px);
  box-shadow: var(--tjb-shadow-bronze);
}

.tjb-nav-link:focus-visible {
  background-color: var(--tjb-bronze-hover);
}

.tjb-nav-link:active {
  background-color: var(--tjb-bronze-active);
  transition-duration: 0.1s;
}

.tjb-brand {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tjb-bronze-primary);
  transition: all 0.4s ease;
}

@media (max-width: 1024px) {
  .tjb-brand {
    font-size: 16px;
    gap: 12px;
  }
}

@media (max-width: 640px) {
  .tjb-brand {
    font-size: 14px;
    gap: 10px;
  }
}

.tjb-brand:hover {
  color: var(--tjb-bronze-hover);
  transform: scale(1.08);
  filter: drop-shadow(0 4px 8px rgba(205, 127, 50, 0.3));
}

.tjb-brand:focus-visible {
  color: var(--tjb-bronze-hover);
}

.tjb-brand:active {
  color: var(--tjb-bronze-active);
  transition-duration: 0.1s;
}

.tjb-brand span {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1024px) {
  .tjb-brand span {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 640px) {
  .tjb-brand span {
    width: 28px;
    height: 28px;
  }
}

.tjb-premium-gradient {
  border-radius: 25px;
  padding: 18px 32px;
  width: fit-content;
  font-weight: 800;
  font-size: 22px;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--tjb-text-light);
  box-shadow: var(--tjb-shadow-card);
  background: var(--tjb-gradient-premium);
  position: relative;
  overflow: hidden;
}

.tjb-premium-gradient::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.tjb-premium-gradient:hover::before {
  left: 100%;
}

/* TeJobets Spacing System */
.tjb-mb-60-30 {
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .tjb-mb-60-30 {
    margin-bottom: 50px;
  }
}

@media (max-width: 640px) {
  .tjb-mb-60-30 {
    margin-bottom: 30px;
  }
}

.tjb-mb-35-22 {
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  .tjb-mb-35-22 {
    margin-bottom: 28px;
  }
}

@media (max-width: 640px) {
  .tjb-mb-35-22 {
    margin-bottom: 22px;
  }
}

.tjb-mb-25-12 {
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .tjb-mb-25-12 {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .tjb-mb-25-12 {
    margin-bottom: 12px;
  }
}

.tjb-mb-22 {
  margin-bottom: 22px;
}

.tjb-mb-18 {
  margin-bottom: 18px;
}

.tjb-mb-35 {
  margin-bottom: 35px;
}

.tjb-mb-12 {
  margin-bottom: 12px;
}

.tjb-m-auto {
  margin-left: auto;
  margin-right: auto;
}

/* TeJobets Text Alignment */
.tjb-text-center {
  text-align: center;
}

.tjb-uppercase {
  text-transform: uppercase;
}

/* TeJobets Font Weights */
.tjb-fw-400 { font-weight: 400; }
.tjb-fw-600 { font-weight: 600; }
.tjb-fw-700 { font-weight: 700; }
.tjb-fw-800 { font-weight: 800; }

/* TeJobets Header Styles */
.tjb-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(26, 20, 16, 0.95);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(205, 127, 50, 0.2);
  padding: 15px 0;
}

.tjb-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tjb-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  width: 30px;
  height: 30px;
  padding: 5px;
}

.tjb-menu-toggle span {
  display: block;
  height: 2px;
  background: var(--tjb-bronze-primary);
  transition: all 0.3s ease;
}

.tjb-navigation {
  display: flex;
  align-items: center;
}

.tjb-nav__menu {
  display: flex;
  align-items: center;
  gap: 25px;
}

.tjb-navigation__close {
  display: none;
}

/* TeJobets Backdrop */
.tjb-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: -1;
}

/* TeJobets Hero Section */
.tjb-hero {
  padding-top: 120px;
  position: relative;
}

.tjb-hero__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.tjb-hero__heading {
  color: var(--tjb-text-light);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 18px;
}

.tjb-hero__subtitle {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 35px;
}

.tjb-hero__features {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.tjb-hero__feature {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: rgba(205, 127, 50, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(205, 127, 50, 0.3);
  backdrop-filter: blur(10px);
}

.tjb-hero__feature span {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.tjb-timestamp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.tjb-timestamp__icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.tjb-timestamp__content {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* TeJobets Casino Cards */
.tjb-casinos__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.tjb-casino-card {
  background: var(--tjb-gradient-card);
  min-height: 414px;
  border-radius: 20px;
  padding: 25px;
  border: 1px solid rgba(205, 127, 50, 0.3);
  box-shadow: var(--tjb-shadow-card);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.tjb-casino-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(205, 127, 50, 0.05), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.tjb-casino-card:hover::before {
  opacity: 1;
}

.tjb-casino-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 40px rgba(205, 127, 50, 0.3);
}

.tjb-casino-card__primary {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.tjb-casino-card__logo-section {
  position: relative;
}

.tjb-casino-card__badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: var(--tjb-gradient-premium);
  color: var(--tjb-text-light);
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 11px;
  z-index: 2;
}

.tjb-casino-card__logo-link {
  width: 120px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid rgba(205, 127, 50, 0.3);
  transition: all 0.3s ease;
}

.tjb-casino-card__logo-link:hover {
  border-color: var(--tjb-bronze-primary);
  transform: scale(1.05);
}

.tjb-casino-card__details {
  flex: 1;
}

.tjb-casino-card__name {
  display: block;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.tjb-casino-card__name:hover {
  color: var(--tjb-bronze-hover);
}

.tjb-casino-card__rating-box {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.tjb-casino-card__star {
  width: 52px;
  height: 24px;
}

.tjb-casino-card__offer {
  display: block;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.tjb-casino-card__offer:hover {
  color: var(--tjb-bronze-hover);
}

.tjb-casino-card__benefits {
  margin-bottom: 20px;
}

.tjb-casino-card__benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.tjb-casino-card__benefit span {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}

.tjb-casino-card__action-zone {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tjb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  background: var(--tjb-gradient-premium);
  color: var(--tjb-text-light);
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: none;
}

.tjb-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(205, 127, 50, 0.4);
}

.tjb-shine-effect {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.tjb-btn:hover .tjb-shine-effect {
  left: 100%;
}

.tjb-casino-card__payments {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.tjb-casino-card__payment {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  overflow: hidden;
  background: var(--tjb-text-light);
  padding: 2px;
}

/* TeJobets Content Sections */
.tjb-content-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

@media (max-width: 1024px) {
  .tjb-content-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.tjb-section-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 35px;
}

/* TeJobets Accordion */
.tjb-accordion__panel {
  background: var(--tjb-gradient-card);
  border-radius: 15px;
  border: 1px solid rgba(205, 127, 50, 0.2);
  overflow: hidden;
  transition: all 0.3s ease;
}

.tjb-accordion__panel--active {
  box-shadow: var(--tjb-shadow-bronze);
}

.tjb-accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.tjb-accordion__header:hover {
  background: rgba(205, 127, 50, 0.05);
}

.tjb-accordion__toggle {
  width: 20px;
  height: 20px;
  position: relative;
  transition: transform 0.3s ease;
}

.tjb-accordion__toggle::before,
.tjb-accordion__toggle::after {
  content: '';
  position: absolute;
  background: var(--tjb-bronze-primary);
  transition: all 0.3s ease;
}

.tjb-accordion__toggle::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

.tjb-accordion__toggle::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}

.tjb-accordion__toggle--active::after {
  opacity: 0;
}

.tjb-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.tjb-accordion__text {
  padding: 0 20px 20px;
}

/* TeJobets Testimonials */
.tjb-testimonial-card {
  background: var(--tjb-gradient-card);
  border-radius: 15px;
  padding: 25px;
  border: 1px solid rgba(205, 127, 50, 0.2);
  position: relative;
  overflow: hidden;
}

.tjb-testimonial-card::before {
  content: '"';
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 80px;
  color: rgba(205, 127, 50, 0.1);
  font-family: var(--tjb-font-display);
  line-height: 1;
}

.tjb-testimonial-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.tjb-testimonial-card__stars {
  width: 100px;
  height: 20px;
  background-size: auto 100%;
  background-repeat: repeat-x;
}

.tjb-testimonial-card__text {
  font-style: italic;
  line-height: 1.5;
}

/* TeJobets Footer */
.tjb-footer {
  background: var(--tjb-header-bg);
  border-top: 1px solid rgba(205, 127, 50, 0.2);
  padding: 40px 0 20px;
}

.tjb-footer__partners {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.tjb-footer__partner-link {
  width: 130px;
  height: 40px;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.tjb-footer__partner-link:hover {
  opacity: 1;
  transform: scale(1.1);
}

.tjb-footer__info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 22px;
}

@media (max-width: 1024px) {
  .tjb-footer__info-grid {
    grid-template-columns: 1fr;
  }
}

.tjb-footer__subtitle {
  color: var(--tjb-bronze-primary);
}

.tjb-nav__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.tjb-age-warning {
  color: var(--tjb-bronze-primary);
  font-size: 20px;
}

.tjb-nav__footer-link {
  transition: color 0.3s ease;
}

.tjb-nav__footer-link:hover {
  color: var(--tjb-bronze-hover);
}

/* TeJobets Cookie Popup */
.tjb-cookie-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  background: var(--tjb-gradient-card);
  border: 1px solid rgba(205, 127, 50, 0.3);
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: none;
  backdrop-filter: blur(20px);
}

.tjb-cookie-popup--show {
  display: block;
  animation: slideInUp 0.5s ease;
}

@keyframes slideInUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.tjb-cookie-popup__actions {
  display: flex;
  gap: 15px;
  justify-content: center;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
  .tjb-menu-toggle {
    display: flex;
  }
  
  .tjb-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: var(--tjb-header-bg);
    flex-direction: column;
    padding: 80px 30px 30px;
    transition: right 0.4s ease;
    border-left: 1px solid rgba(205, 127, 50, 0.2);
  }
  
  .tjb-navigation--active {
    right: 0;
  }
  
  .tjb-nav__menu {
    flex-direction: column;
    gap: 20px;
  }
  
  .tjb-navigation__close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: var(--tjb-bronze-primary);
    border-radius: 50%;
  }
  
  .tjb-navigation__close::before,
  .tjb-navigation__close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 2px;
    background: var(--tjb-text-light);
  }
  
  .tjb-navigation__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  
  .tjb-navigation__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  
  .tjb-hero__features {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  
  .tjb-casinos__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .tjb-hero {
    padding-top: 100px;
  }
  
  .tjb-cookie-popup {
    right: 10px;
    left: 10px;
    max-width: none;
  }
  
  .tjb-cookie-popup__actions {
    flex-direction: column;
  }
  
  .tjb-footer__partners {
    gap: 15px;
  }
  
  .tjb-nav__menu {
    flex-direction: column;
    gap: 15px;
  }
}

/* Premium Animations */
@keyframes bronzeGlow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(205, 127, 50, 0.3);
  }
  50% {
    box-shadow: 0 0 30px rgba(205, 127, 50, 0.6);
  }
}

.tjb-premium-glow {
  animation: bronzeGlow 2s ease-in-out infinite;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--tjb-bg-secondary);
}

::-webkit-scrollbar-thumb {
  background: var(--tjb-gradient-premium);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--tjb-bronze-hover);
}

/* Focus Styles for Accessibility */
.tjb-btn:focus-visible,
.tjb-nav-link:focus-visible,
.tjb-brand:focus-visible {
  outline: 2px solid var(--tjb-bronze-primary);
  outline-offset: 2px;
}

/* Loading States */
.tjb-loading {
  opacity: 0.7;
  pointer-events: none;
}

.tjb-loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top: 2px solid var(--tjb-bronze-primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}