* {
      box-sizing: border-box;
      margin: 0;
      padding: 0
    }

    :focus {
      outline: 0
    }

    ::-webkit-scrollbar {
      display: none
    }

    a,
    a:after,
    a:hover,
    a:visited {
      text-decoration: none;
      color: #fff
    }

    html {
      margin: 0 auto;
      background-image: url('https://bosstoto.cn.com/assets/img/bgboss.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-color: #00000060;
    }

    body {
      color: #fff;
      font-family: 'Noto Sans', arial, sans-serif;
      height: 100vh;
    }

    .container {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px
    }
    header {
      display: flex;
      flex-direction: row;
      width: 100%;
      background-color: #000000a3;
      padding: 30px 0;
      text-align: center;
      position: relative;
      border-radius: 200px;
    }
    header img {
      width: 150px;
      height: auto;
    }
    .header-btn {
      display: flex;
      flex-direction: column;
      gap: 10px;
      position: absolute;
      right: 40px;
      top: 10px;
    }
    .header-btn a {
      padding: 10px 20px;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }
    .header-btn a.btn-primary {
      background-color: #fbff00;
      color: #000;
    }
    .header-btn a.btn-primary:hover {
      background-color: #e68900;
    }
    .header-btn a.btn-secondary {
      background-color: #5ef321;
      color: #000;
    }
    .header-btn a.btn-secondary:hover {
      background-color: #1a78d1;
    }
    .marquee {
      position: absolute;
      top: 25px;
      left: 165px;
      width: calc(81% - 165px);
      padding: 10px 0;
      text-align: center;
      font-size: xx-large;
    }
    .marquee marquee {
      color: #ff9800;
      font-weight: bold;
    }
    .btn-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
}

.btn-wrapper .btn {
    display: block;
    position: relative;
    flex-shrink: 1;
    padding: 15px;
    width: 33.33%;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    text-shadow: 0 0 3px #121212;
    transition: all .2s ease-in-out;
    border-radius: 0;
    z-index: 1;
}

.btn-wrapper .btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 100%;
    transition: all .2s ease-in-out;
    z-index: -1;
}

.btn-wrapper .btn.btn-login {
    background-color: #4276ff !important;
    border-radius: 50px 0 0 50px;
}

.btn-wrapper .btn.btn-login::before {
    right: -7px;
    background-color: #4276ff;
    transform: skewX(-15deg);
}

.btn-wrapper .btn.btn-tengah {
    background-color: #00ff63;
    border-radius: 0;
}

.btn-wrapper .btn.btn-tengah::before {
    left: -7px;
    background-color: #00ff63;
    transform: skewX(-15deg);
}

.btn-wrapper .btn.btn-daftar {
    background-color: #ff9800;
    border-radius: 0 50px 50px 0;
}

.btn-wrapper .btn.btn-daftar::before {
    left: -7px;
    background-color: #ff9800;
    transform: skewX(-15deg);
}

.btn-wrapper .btn.btn-login:hover {
    background-color: var(--red-1, #2ecc40);
}
.btn-wrapper .btn.btn-tengah:hover {
    background-color: #e6c200;
}
.btn-wrapper .btn.btn-daftar:hover {
    background-color: var(--gold-1, #4858d1);
}

.image-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.image-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
}


@media screen and (min-width: 500px) {
  .image-container {
    height: 0;
    padding-bottom: 100%;
    max-width: 100%;
  }
  .image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
}


@media (max-width: 600px) {
  .btn-sosmed {
    flex-direction: column;
    background: none;
    box-shadow: none;
    border-radius: 10px;
    overflow: visible;
  }
  .btn-sosmed a {
    border-radius: 10px;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #39ff6f, #6c7cff);
    padding: 15px 0;
  }
}
    main {
      width: 100%;
      padding: 20px;
      text-align: center;
      background-color: #000000a3;
      border-radius: 10px;
      margin-top: 20px;
    }
    main h1 {
      font-size: 2.5em;
      margin-bottom: 20px;
    }
    main p {
      font-size: 1.2em;
      margin-bottom: 20px;
    }
    main a.btn {
      padding: 15px 30px;
      border-radius: 5px;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }
    main a.btn-primary {
      background-color: #ff9800;
      color: #fff;
    }
    main a.btn-primary:hover {
      background-color: #e68900;
    }
    footer {
      width: 100%;
      padding: 20px;
      text-align: center;
      background-color: #000000a3;
      border-radius: 10px;
      margin-top: 20px;
    }
    footer p {
      font-size: 1em;
      color: #fff;
    }
    footer a {
      color: #ff9800;
      text-decoration: none;
    }
    footer a:hover {
      text-decoration: underline;
    }
     @media (max-width: 980px) {
      .marquee {
        left: 140px;
        width: calc(66% - 30px);
      }
     }
    @media (max-width: 768px) {
      header {
        flex-direction: column;
        align-items: center;
        padding: 10px;
      }
      .header-logo img {
        width: 250px;
      }
      .marquee {
        position: relative;
        width: calc(100% - 40px);
        font-size: large;
        left: 0;
        top: 0;
      }
      .header-btn {
        position: static;
        margin-top: 10px;
        width: 69%;
      }
      main h1 {
        font-size: 2em;
      }
      main p {
        font-size: 1em;
      }
    }
    @media (max-width: 480px) {
      header {
        padding: 20px 0;
      }
      .header-logo img {
        width: 100px;
      }
      .marquee {
        font-size: large;
      }
      main h1 {
        font-size: 1.5em;
      }
      main p {
        font-size: 0.9em;
      }
    }
    @media (max-width: 360px) {
      .header-logo img {
        width: 80px;
      }
      .marquee {
        font-size: medium;
      }
      main h1 {
        font-size: 1.2em;
      }
      main p {
        font-size: 0.8em;
      }
    }
    footer {
      font-size: 0.9em;
    }
    footer p {
      margin: 0;
    }
    footer a {
      font-weight: bold;
    }
    footer a:hover {
      color: #e68900;
    }
    footer {
      margin-top: 20px;
      padding: 10px;
      background-color: #000000a3;
      border-radius: 5px;
    }
    footer p {
      margin: 0;
      font-size: 0.8em;
    }
    .content {
      text-align: center;
      padding: 20px;
      border-radius: 10px;
      margin-top: 20px;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
    }
    table th,
    table td {
      padding: 10px;
      text-align: center;
      border: 1px solid #ddd;
    }
    .faq {
  margin-top: 30px;
  border-radius: 16px;
  padding: 24px 18px;
  margin-left: auto;
  margin-right: auto;
}

.faq h2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 1.6em;
  color: #39ff6f;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px #0008;
}

.faq-item {
  margin-bottom: 18px;
  border-radius: 10px;
  background: #23272f;
  box-shadow: 0 1px 4px #0002;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.faq-item.active {
  box-shadow: 0 4px 16px #39ff6f44;
  background: #23272f;
}

.faq-question {
  cursor: pointer;
  user-select: none;
  margin: 0;
  padding: 16px 20px;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(90deg, #39ff6f 0%, #6c7cff 100%);
  background-size: 200% 100%;
  background-position: right;
  border: none;
  outline: none;
  transition: background-position 0.3s, color 0.3s;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 1px 2px #0002;
}

.faq-item.active .faq-question,
.faq-question:hover {
  background-position: left;
  color: #23272f;
}

.faq-answer {
  display: none;
  padding: 0 20px;
  background: #23272f;
  color: #fff;
  font-size: 1em;
  border-top: 1px solid #39ff6f33;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 
    max-height 0.5s cubic-bezier(0.4,0,0.2,1),
    opacity 0.4s cubic-bezier(0.4,0,0.2,1),
    padding 0.4s cubic-bezier(0.4,0,0.2,1);
}

.faq-item.active .faq-answer {
  display: block;
  padding: 16px 20px 12px 20px;
  max-height: 500px;
  opacity: 1;
  animation: fadeInFaq 0.5s;
}

@keyframes fadeInFaq {
  from { opacity: 0; transform: translateY(-16px) scaleY(0.95);}
  to { opacity: 1; transform: translateY(0) scaleY(1);}
}

/* Responsive */
@media (max-width: 600px) {
  .faq {
    padding: 12px 5px;
  }
  .faq-question, .faq-answer {
    padding: 12px 10px;
    font-size: 1em;
  }
}
@media (max-width: 600px) {
  .container, main, header, footer {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-radius: 0 !important;
  }

  .btn-wrapper, .btn-sosmed {
    flex-direction: column !important;
    gap: 10px !important;
    border-radius: 12px !important;
    width: 100% !important;
    overflow: visible !important;
  }
  .btn-wrapper .btn, .btn-sosmed a {
    width: 100% !important;
    border-radius: 10px !important;
    margin-bottom: 8px;
    font-size: 1em;
  }
  .marquee {
    position: static !important;
    width: 100% !important;
    left: 0 !important;
    font-size: 1em !important;
    padding: 8px 0 !important;
  }
  .faq {
    padding: 10px 2px !important;
    max-width: 100% !important;
    border-radius: 10px !important;
  }
  .faq-question, .faq-answer {
    padding: 12px 10px !important;
    font-size: 1em !important;
    border-radius: 8px !important;
    word-break: break-word;
  }
  ol, ul {
    margin-left: 18px !important;
    padding-left: 10px !important;
  }
  .btn-wrapper .btn.btn-login::before{
    display: none !important;
  }
  .btn-wrapper .btn.btn-daftar::before{
    display: none !important;
  }
  .btn-wrapper .btn.btn-tengah::before{
    display: none !important;
  }
}
