/* Main Layout */
main {
  background: #000000;
  color: #ffffff;
  font-family: 'Arial', sans-serif;
}


.section-title {
  font-size: 1.15rem;
  font-weight: bolder;
  color: #F502FF;
  text-align: center;
  margin-bottom: 15px;
}

.main.bg1 {
  background: url('../images/activity1/slice_bg1.png') no-repeat;
  background-size: 100%;
  padding-bottom: 100px;
}


/* guessing Section */
.guessing-section {
  position: relative;
  overflow: hidden;
  /* padding-top: 60px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.guessing-content {
  max-width: 800px;
  z-index: 2;
  position: relative;
}

.guessing-title {
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 27px;
  line-height: 1.2;
  background: linear-gradient(135deg, rgba(99, 53, 255, 0) 0%, #F601FF 100%);
  animation: fadeInUp 1s ease-out;
}

.guessing-subtitle {
  font-size: 1rem;
  margin-bottom: 18px;
  animation: fadeInUp 1s ease-out 0.2s both;
}

.guessing-description {
  font-size: 1rem;
  margin-bottom: 18px;
  animation: fadeInUp 1s ease-out 0.4s both;
}




@keyframes float {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Features Section */
.features-section {
  margin: 0 20px 20px;
  padding: 15px 0 20px;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

.guessing-offer {
  animation: fadeInUp 1s ease-out 0.6s both;
}

.offer-text {
  font-size: 1.15rem;
  color: #F502FF;
  display: block;
  text-align: center;
  font-weight: bolder;
}

.cta-title {
  margin-bottom: 10px;
}

.guessing-line {
  /* border-radius: 50%; */
  height: 4px;
  background-image: linear-gradient(90deg, rgba(246, 1, 255, 0), rgba(246, 1, 255, 1), rgba(246, 1, 255, 0));
  margin-bottom: 24px;
}

.offer-highlight {
  font-size: 1.15rem;
  color: #F502FF;
  display: block;
  text-align: center;
  margin-bottom: 8px;
  font-weight: bolder;
}

.features-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
}

.feature-item {
  border-radius: 16px;
  position: relative;
  transition: all 0.3s ease;
  position: relative;
}

.feature-number {
  position: absolute;
  width: 32px;
  height: 28px;
  background: linear-gradient(90deg, rgba(255, 159, 27, 0) 0%, rgb(255, 159, 27) 100%);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.feature-title {
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 8px;
  padding-left: 42px;
  padding-right: 12px;
}

.feature-description {
  font-size: 0.9rem;
  color: #b0b0b0;
  line-height: 1.6;
  padding-left: 42px;
  padding-right: 12px;
}

/* Why Different Section */
.why-different-section {
  margin: 0 20px 20px;
  padding: 20px 0 24px;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

.different-content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 10px;
}

.different-icon {
  position: absolute;
  top: -7px;
  left: -25px;
}

.different-description {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
}

.different-method {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.6;
}

.highlight {
  color: #F502FF;
  font-weight: 600;
}

.different-stats {
  margin: 20px 0;
}

.stat-box {
  display: flex;
  align-items: center;

}

.stat-number {
  font-size: 24px;
  font-weight: 700;
  padding: 15px 20px;
  display: inline-block;
  margin-right: 6px;
  background: linear-gradient(90deg, rgba(53, 62, 255, 0) 0%, rgba(104, 65, 209, 0.37) 30%, rgba(245, 2, 255, 0.5) 50%, rgba(245, 2, 255, 0) 100%);
  font-style: italic;
}

.stat-text {
  font-size: 1rem;
  line-height: 1.6;
}

.different-conclusion {
  position: relative;
  font-size: 1rem;
  line-height: 1.6;
}

/* Trusted Section */
.trusted-section {
  padding-bottom: 0;
}

.trusted-content {
  max-width: 800px;
  margin: 0 auto;
}

.trusted-item {
  display: flex;
  margin-bottom: 15px;
}

.trusted-icon {
  margin-left: 10px;
  margin-right: 6px;
}

.trusted-text {
  font-size: 1rem;
  line-height: 1.6;
}

.trusted-bottom {
  text-align: center;
  background: linear-gradient(90deg, rgba(245, 2, 255, 0) 0%, rgba(245, 2, 255, 0.5) 50%, rgba(245, 2, 255, 0) 100%);
  padding: 10px 0px;
}

.trusted-conclusion {
  font-size: 1rem;
  font-weight: 600;
}

/* Seven Days Section */
.seven-days-section {
  padding-bottom: 0;
}

.days-timeline {}

.day-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.day-badge {
  background: linear-gradient(90deg, rgba(255, 159, 27, 0) 0%, rgb(255, 159, 27) 100%);
  font-size: 1.15rem;
  font-weight: bold;
  padding: 2px 5px;
  height: 30px;
  width: 62px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  display: inline-block;
  font-style: italic;
  margin-right: 10px;
}

.day-text {
  font-size: 1rem;
  font-weight: bold;
}

.days-conclusion {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.conclusion-text {
  font-size: 1rem;
  line-height: 1.6;
  background: linear-gradient(90deg, rgba(245, 2, 255, 0) 0%, rgba(245, 2, 255, 0.5) 50%, rgba(245, 2, 255, 0) 100%);
  padding: 10px 0px;
}

/* Limited Offer Section */
.limited-offer-section {}

.offer-content {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.offer-bg {
  position: absolute;
  right: 60px;
  top: 55px;
  z-index: 1;
}

.offer-description {
  font-size: 1rem;
  margin-bottom: 16px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.offer-limit {
  font-size: 1rem;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.offer-warning {
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

/* CTA Section */
.cta-section {
  padding-bottom: 35px;
}


.cta-content {
  max-width: 700px;
  margin: 0 15px;
}

.cta-description {
  font-size: 1rem;
  font-weight: bold;
}

.cta-process {
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.cta-highlights {
  margin: 20px 0;
}

.cta-highlight {
  background: radial-gradient(50% 50% at 50% 50%, #8351F8 0%, rgba(30, 23, 48, 0) 100%);
  height: 44px;
  margin: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.highlight-price {
  font-size: 1rem;
  font-weight: 700;
}

.highlight-features {
  font-size: 1rem;
  font-weight: 700;
}

.highlight-payment {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.cta-button {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  width: 260px;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: auto;
  background: url('../images/activity1/btn.svg') no-repeat;
  background-size: 100%;
  
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(255, 107, 107, 0.4);
}

.header {
  background-color: transparent;
  backdrop-filter: none;
  position: relative;
}

/* FAQ Section */
.faq-section {
  padding-bottom: 24px;
}

.faq-content {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 20px;
  position: relative;
}

.faq-number {
  position: absolute;
  width: 37px;
  height: 24px;
  background: url('../images/activity1/faq_number_bg.png') no-repeat;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
}

.faq-question {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
  padding-left: 42px;
  padding-right: 12px;
  color: #F502FF;
}

.faq-answer {
  font-size: 0.9rem;
  color: #b0b0b0;
  line-height: 1.6;
  padding-left: 42px;
  padding-right: 12px;
}

/* Testimonials Section */
.testimonials-section {
  padding-bottom: 35px;
}

.testimonials-title {
  background: linear-gradient(90deg, #FA00FF 0%, #5076FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

}

.testimonials-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-quote {
  margin-bottom: 18px;
}

.quote-text {
  font-size: 1rem;
  font-weight: 600;
  padding: 15px 0;
  border-radius: 8px;
  padding: 0 15px;
}

.testimonial-message {
  margin-bottom: 10px;
}

.message-text {
  font-size: 1rem;
  font-weight: 600;
  background: radial-gradient(50% 50% at 50% 50%, #8351F8 0%, rgba(30, 23, 48, 0) 100%);
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-cta {
}

.cta-heading {
  font-size: 1rem;
  font-weight: 700;
  color: #F502FF;
}

.cta-subheading {
  font-size: 1rem;
  font-weight: 700;
  color: #F502FF;
  margin-bottom: 30px;
}


.register-section {
  margin-top: 20px;
}

.register-btn {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  width: 260px;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: auto;
  margin-top: 30px;
  background: url('../images/activity1/btn.svg') no-repeat;
  background-size: 100%;
}

.register-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(56, 255, 255, 0.4);
}

.contact-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  background: #1B1D24;
  padding: 18px 12px 34px;
  z-index: 99;
}

.contact-btn {
  color: #ffffff;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  letter-spacing: 1px;
  background-origin: border-box;
  background-clip: content-box, border-box;
  border: 2px solid transparent;
  background-image: var(--gradient-bg),
    linear-gradient(93deg, rgba(56, 255, 255, 1), rgba(171, 86, 249, 1), rgba(8, 30, 208, 1), rgba(3, 226, 251, 1));
}


.download-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  width: 90px;
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 99;
}

.download-btn {
  color: #ffffff;
  border: none;
  height: 50px;
  width: 100px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 04px24px0rgba(0,0,0,0.10), 01.5px6px0rgba(0,0,0,0.08);
  background: transparent;
  border-radius: 91px 91px 91px 91px;
}

.glass-effect {
  position: absolute;
  inset: 0;
  z-index: 0;
  backdrop-filter: blur(5px);
  filter: url(#glass-distortion);
  isolation: isolate;
  border-radius: 91px 91px 91px 91px;
}

.glass-tint {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 91px 91px 91px 91px;
}

.glass-shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 91px 91px 91px 91px;
  box-shadow:
    inset 1px 1px 8px 0 rgba(255, 255, 255, 0.18),
    inset -1px -1px 8px 0 rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.glass-content {
  position: absolute;
  box-shadow: inset 6px 4px 16px 0px #F502FF;
  border-radius: 91px 91px 91px 91px;
  z-index: 3;
  height: 50px;
  width: 100px;
  left: 0;
  top: 0;
  color: white;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}






/* Responsive Design */
@media (max-width: 768px) {
  .mx-contenter {
    padding: 0 20px;
  }

  .header {
    padding: 20px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .days-timeline {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }


  .contact-btn {
    width: 100%;
    max-width: 200px;
    text-align: center;
  }
}