<style>
.slot777-mainbox {
  max-width: 1000px;
  margin: 20px auto;
  padding: 30px;
  background: linear-gradient(135deg, #03362a 0%, #000000 100%);
  border-radius: 20px;
  border: 1px solid #1a5a4c;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
}
.slot777-hero {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.slot777-title-card {
  flex: 1;
  text-align: left;
}

.slot777-badge {
  display: inline-block;
  background: linear-gradient(90deg, #ff7b00 0%, #ffbb00 100%);
  color: #333333;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.slot777-title-card h1 {
  font-size: 32px;
  line-height: 1.3;
  margin: 0 0 15px 0;
  color: #ffffff;
  text-transform: capitalize;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.slot777-divider {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #ff7b00, #ffff00, #00ff00, #00ffff);
  margin-bottom: 20px;
  border-radius: 2px;
}
.slot777-info-panel {
  flex: 1;
  border-radius: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.info-card {
  background: rgba(0, 0, 0, 0.3); 
  padding: 15px;
  border-radius: 10px;
  border: 1px solid rgba(0, 255, 255, 0.1);
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.info-card:hover {
  transform: translateY(-3px);
  border-color: #00ffff;
}
.info-card .label {
  color: #00cccc;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.info-card .value {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.highlight-box {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px 25px;
  border-radius: 15px;
  border-left: 5px solid #00ffff;
  border-left-image: linear-gradient(to bottom, #ff7b00, #ffff00, #00ff00, #00ffff) 1;
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 15px;
  color: #e0e0e0;
}

.highlight-box p {
  margin: 0;
}

.highlight-box a {
  color: #00ffff;
  text-decoration: none;
  font-weight: bold;
}

.highlight-box a:hover {
  text-decoration: underline;
  color: #33ffff;
}
.reviews-section {
  margin-bottom: 50px;
}

.reviews-section h2 {
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.review-card {
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 255, 255, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  border-color: rgba(0, 255, 255, 0.5);
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.2);
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

.review-name {
  font-weight: bold;
  color: #00ffff; 
  font-size: 15px;
}

.review-stars {
  color: #ffd700; 
  font-size: 14px;
}

.review-text {
  font-size: 14px;
  color: #cccccc;
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.review-date {
  font-size: 12px;
  color: #888888;
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  padding: 3px 8px;
  border-radius: 4px;
  margin-top: 10px;
}

.review-card::after {
  content: "““";
  font-size: 60px;
  color: rgba(0, 255, 255, 0.1); 
  position: absolute;
  bottom: 10px;
  right: 15px;
  line-height: 1;
}
.faq-section {
  margin-bottom: 30px;
  text-align: left;
}

.faq-section h2 {
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background: linear-gradient(135deg, #054d3d 0%, #000000 100%); 
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: rgba(0, 255, 255, 0.4);
  box-shadow: 0 6px 15px rgba(0, 255, 255, 0.2);
}

.faq-question {
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #00ffff; 
  cursor: pointer;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: '+';
  font-size: 24px;
  font-weight: bold;
  color: #00ffff; 
  transition: transform 0.3s ease;
}

.faq-item[open] .faq-question::after {
  content: '−';
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 20px 20px 20px;
  color: #d0d0d0; 
  font-size: 15px;
  line-height: 1.6;
}

.faq-item[open] .faq-answer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  padding-top: 15px;
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(-10px); }
  100% { opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .slot777-hero {
    flex-direction: column;
  }
  .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .info-grid {
    grid-template-columns: 1fr;
  }
  .slot777-title-card h1 {
    font-size: 22px;
    text-align: center;
  }
  .slot777-divider {
    margin: 0 auto;
  }
}
</style>