* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #000000;
  color: #e8e8e8;
  line-height: 1.7;
  min-height: 100vh;
}

.wrapper1 {
  max-width: 1400px;
  margin: 0 auto;
  background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 50%, #000000 100%);
  box-shadow: 0 0 60px rgba(255, 140, 0, 0.15);
}

/* Header Styles */
.main-header1 {
  background: linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%);
  border-bottom: 2px solid #ff8c00;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 25px rgba(255, 140, 0, 0.2);
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 45px;
  max-width: 1400px;
  margin: 0 auto;
}

.logo1 a {
  display: flex;
  align-items: center;
}

.logo1 img {
  height: 52px;
  width: auto;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.logo1 img:hover {
  transform: scale(1.08);
  filter: drop-shadow(0 0 15px rgba(255, 140, 0, 0.6));
}

nav .buttons46 {
  display: flex;
  gap: 16px;
}

.btn {
  padding: 13px 32px;
  background: linear-gradient(135deg, #ff8c00 0%, #ffa500 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 35px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(255, 140, 0, 0.35);
  border: 2px solid #ff8c00;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn:hover {
  background: linear-gradient(135deg, #ffa500 0%, #ff8c00 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255, 140, 0, 0.55);
}

.btn span {
  display: inline-block;
}

/* Main Body */
.main-body1 {
  padding: 45px 25px;
}

.main {
  max-width: 1200px;
  margin: 0 auto;
}

/* CTA Button Area */
.starzbet1 {
  text-align: center;
  margin-bottom: 50px;
  padding: 45px 25px;
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.08) 0%, rgba(255, 140, 0, 0.03) 100%);
  border-radius: 25px;
  border: 2px solid rgba(255, 140, 0, 0.25);
}

.transparent-button32 {
  padding: 22px 55px;
  font-size: 26px;
  font-weight: 800;
  background: linear-gradient(135deg, #ff8c00 0%, #ff6600 100%);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 10px 35px rgba(255, 140, 0, 0.45);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.transparent-button32:hover {
  background: linear-gradient(135deg, #ff6600 0%, #ff8c00 100%);
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 15px 45px rgba(255, 140, 0, 0.65);
}

/* Hero Island Section */
.hero-island {
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.12) 0%, rgba(255, 140, 0, 0.05) 100%);
  padding: 50px 45px;
  border-radius: 30px;
  margin-bottom: 70px;
  border: 2px solid rgba(255, 140, 0, 0.3);
  box-shadow: 0 15px 50px rgba(255, 140, 0, 0.2),
              inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.hero-island::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at top right, rgba(255, 140, 0, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.hero-island h1 {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.hero-island p {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1.9;
  color: #e0e0e0;
  text-align: center;
  margin-bottom: 0;
}

/* Content Section */
.content {
  background: rgba(20, 20, 20, 0.7);
  padding: 55px;
  border-radius: 20px;
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 140, 0, 0.15);
}

h1 {
  font-size: 44px;
  color: #ff8c00;
  margin-bottom: 35px;
  text-align: center;
  text-shadow: 0 0 25px rgba(255, 140, 0, 0.4);
  line-height: 1.3;
  font-weight: 800;
}

h2 {
  font-size: 34px;
  color: #ff8c00;
  margin-top: 55px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 3px solid rgba(255, 140, 0, 0.4);
  font-weight: 700;
}

h3 {
  font-size: 27px;
  color: #ffa500;
  margin-top: 38px;
  margin-bottom: 22px;
  font-weight: 700;
}

h4 {
  font-size: 21px;
  color: #ffb84d;
  margin-top: 28px;
  margin-bottom: 18px;
  font-weight: 700;
}

p {
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 22px;
  color: #d5d5d5;
  text-align: justify;
}

/* List Styles with Casino Card Symbols */
ul {
  margin: 22px 0 32px 35px;
  list-style: none;
}

ul li {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 14px;
  color: #c5c5c5;
  position: relative;
  padding-left: 32px;
}

ul li:before {
  content: '♠';
  position: absolute;
  left: 0;
  color: #ff8c00;
  font-size: 18px;
  font-weight: bold;
}

ul li:nth-child(4n+1):before {
  content: '♠';
}

ul li:nth-child(4n+2):before {
  content: '♥';
}

ul li:nth-child(4n+3):before {
  content: '♦';
}

ul li:nth-child(4n+4):before {
  content: '♣';
}

ul li strong {
  color: #ff8c00;
  font-weight: 700;
}

/* FAQ Section */
.faq-container {
  margin-top: 35px;
}

.faq-item {
  background: rgba(30, 30, 30, 0.5);
  border: 1px solid rgba(255, 140, 0, 0.2);
  border-radius: 12px;
  margin-bottom: 18px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: rgba(255, 140, 0, 0.4);
  box-shadow: 0 5px 20px rgba(255, 140, 0, 0.15);
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  color: #ff8c00;
  font-size: 18px;
  font-weight: 700;
  padding: 22px 25px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.faq-question:hover {
  color: #ffa500;
}

.faq-icon {
  font-size: 28px;
  font-weight: 300;
  color: #ff8c00;
  transition: transform 0.3s ease;
  min-width: 30px;
  text-align: center;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background: rgba(20, 20, 20, 0.5);
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 25px 22px 25px;
}

.faq-answer p {
  color: #d5d5d5;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  text-align: left;
}

/* Footer */
.main-footer {
  background: linear-gradient(180deg, #0f0f0f 0%, #1a1a1a 100%);
  padding: 35px 25px;
  text-align: center;
  border-top: 2px solid #ff8c00;
  margin-top: 65px;
}

.footer-text {
  color: #888888;
  font-size: 14px;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .header {
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
    padding: 18px 22px;
  }

  .logo1 {
    order: 1;
  }

  nav {
    order: 2;
  }

  .logo1 img {
    height: 42px;
  }

  .hero-island {
    padding: 35px 25px;
    margin-bottom: 50px;
  }

  .hero-island h1 {
    font-size: 28px;
  }

  .hero-island p {
    font-size: 16px;
  }

  .content {
    padding: 32px 22px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
    margin-top: 38px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 19px;
  }

  p, ul li {
    font-size: 16px;
    text-align: left;
  }

  .transparent-button32 {
    padding: 18px 38px;
    font-size: 20px;
  }

  ul {
    margin-left: 18px;
  }

  .faq-question {
    font-size: 16px;
    padding: 18px 20px;
  }

  .faq-icon {
    font-size: 24px;
  }

  .faq-item.active .faq-answer {
    padding: 0 20px 18px 20px;
  }

  .faq-answer p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .header {
    padding: 12px 18px;
  }

  .logo1 img {
    height: 38px;
  }

  .hero-island {
    padding: 28px 20px;
  }

  .hero-island h1 {
    font-size: 24px;
  }

  .hero-island p {
    font-size: 15px;
  }

  .content {
    padding: 22px 18px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 19px;
  }

  .btn {
    padding: 11px 22px;
    font-size: 15px;
  }

  .transparent-button32 {
    padding: 14px 28px;
    font-size: 18px;
  }

  .faq-question {
    font-size: 15px;
    padding: 16px 18px;
  }

  .faq-answer p {
    font-size: 14px;
  }
}