@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap);

/* ====== BASE RESETS / GLOBAL STYLES ====== */
body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background: #f4f4f4;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.alert-box,
.alert-link-stylish,
.form-group,
h2 {
  text-align: center;
}

.custom-notification a:hover,
.icon:hover {
  color: #0056b3;
}

html .buy-thirdbutton,
html .buy-tiktokfollowers {
  background-color: #dc3545 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 10px 20px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  transition: background-color 0.3s, transform 0.3s !important;
}

html .buy-thirdbutton:hover,
html .buy-tiktokfollowers:hover {
  transform: scale(1.05) !important;
  background-color: #e55039 !important;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1) !important;
}

.service-section {
  width: 100% !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  padding: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ddd !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  flex-direction: column !important;
}

.responsive-img,
.service-image {
  flex-basis: 417px;
  width: 100%;
  max-width: 417px;
  height: auto;
  border-radius: 8px;
  background-size: cover;
}

.form-group,
.price-info {
  padding: 10px;
  border-radius: 4px;
}

@media only screen and (max-width: 1024px) {
  .service-section {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    padding: 20px !important;
    max-width: 1066px !important;
  }
  .service-section > * {
    flex: 1 1 200px !important;
    margin: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .service-section {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    padding: 10px !important;
    max-width: 1066px !important;
  }
  .service-section > * {
    flex: 1 1 150px !important;
    margin: 5px !important;
  }
}

.accordion,
.article-container,
.info-container {
  max-width: 800px;
  margin: 20px auto;
  padding: 15px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .service-section {
    flex-direction: column;
  }
}

@media screen and (min-width: 1025px) {
  .article-container,
  .info-container {
    padding: 25px;
    margin: 20px auto;
  }
}

h2 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
}

.icon {
  font-size: 22px;
  color: #007bff;
  vertical-align: middle;
}
.icon:hover {
  cursor: pointer;
}

.alert .closebtn {
  transition: color 0.3s;
}

.accordion-title {
  transition: background-color 0.3s;
}
.accordion-title:hover {
  background-color: #ddd;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  background: #fff;
  padding: 0 15px;
}
.accordion-item:target .accordion-content {
  max-height: 1000px;
  padding: 15px;
}

.message-container {
  width: 300px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fcc;
  border: 1px solid red;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.message {
  margin-bottom: 10px;
  color: red;
}
.error {
  background-color: #f33;
  color: #fff;
  padding: 15px;
  border: 1px solid #c00;
}

.alert-box {
  background-color: #f09433;
  background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  font-weight: 700;
  margin: 20px 0;
}
.alert-link-stylish {
  background-color: #4caf50;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  border-radius: 5px;
  font-weight: 700;
}
.alert-link-stylish:hover {
  background-color: #45a049;
  color: #fff;
}

.custom-swal-text {
  font-size: 16px;
  color: #ff5733;
  font-weight: 700;
}

.form-group {
  margin-bottom: 15px;
}
.form-group .tiktokfollowers-label {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.tiktokfollowers-display {
  background-color: #f9f9f9;
  border: 2px solid #d1d1d1;
  border-radius: 25px;
  display: inline-block;
  padding: 15px 30px;
  margin-top: 10px;
}
.tiktokfollowers-amount {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
  border-radius: 20px;
  padding: 15px 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border: none;
}

body {
  font-family: 'Open Sans', sans-serif;
}

.free-tiktokfollowers-image-container {
  text-align: center;
  margin: 30px 0;
}
.free-tiktokfollowers-image {
  width: 80%;
  max-width: 500px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.form-group#username-container {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  text-align: left;
}
#username {
  width: 100%;
  padding: 12px 20px;
  border: 2px solid #007bff;
  border-radius: 10px;
  box-sizing: border-box;
  color: #333;
  background-color: #f8f9fa;
}
#username::placeholder {
  color: #999;
  font-style: italic;
}
#username:focus {
  border-color: #28a745;
  box-shadow: 0 0 8px rgba(40,167,69,0.4);
}

.btn {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.3s, transform 0.3s;
  width: 100%;
  padding: 15px 30px;
  font-size: 20px;
}
.free-tiktokfollowers {
  background: #28a745;
}
.free-tiktokfollowers:hover {
  background: #218838;
  transform: scale(1.05);
}

.alert,
.alert-warning,
.tiktok-promo {
  padding: 20px;
  color: #333;
  font-family: Roboto, sans-serif;
}
.alert,
.btn {
  margin-bottom: 10px;
}
.tiktok-promo {
  background-color: #f4f4f4;
  border-left: 5px solid #0095f6;
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.6;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  border-radius: 8px;
}
.custom-notification p,
.tiktok-promo p {
  margin: 0;
}

/* NEW / REVISED ALERT STYLES */
.alert {
  position: relative;
  margin-bottom: 20px;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  width: 100%;
  box-sizing: border-box;
  padding: 20px 50px 20px 60px; /* extra space on left for icon */
  color: #333; /* fallback text color */
  background-color: #fff; /* fallback background */
}

/* INFO ALERT */
.alert-info {
  background-color: #e0f7fa; /* light aqua background */
  color: #004d40; /* deeper text */
}
.alert-info:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' fill='%23004d40' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M256 8C119.03 8 8 119.04 8 256s111.03 248 248 248 248-111.03 248-248S392.97 8 256 8zm0 110c15.46 0 28 12.54 28 28s-12.54 28-28 28-28-12.54-28-28 12.54-28 28-28zm40 316c0 6.62-5.38 12-12 12h-56c-6.62 0-12-5.38-12-12v-24c0-6.62 5.38-12 12-12h8v-92h-8c-6.62 0-12-5.38-12-12v-24c0-6.62 5.38-12 12-12h48c6.62 0 12 5.38 12 12v128h8c6.62 0 12 5.38 12 12v24z'/></svg>");
}

/* WARNING ALERT */
.alert-warning {
  background-color: #fff3cd;
  color: #856404;
}
.alert-warning:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' fill='%23856404' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path d='M569.6 440l-241-416c-12.1-20.9-44.8-20.9-56.9 0l-241 416c-12.2 21.1 2.7 48 28.4 48h482.1c25.7 0 40.6-26.9 28.3-48zM288 392c-13.3 0-24-10.7-24-24 0-13.2 10.7-24 24-24s24 10.8 24 24c0 13.3-10.7 24-24 24zm24-104c0 13.2-10.8 24-24 24-13.3 0-24-10.8-24-24v-112c0-13.2 10.7-24 24-24 13.3 0 24 10.8 24 24v112z'/></svg>");
}

/* Close button in alerts */
.alert .closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  color: inherit;
  font-size: 22px;
  cursor: pointer;
  font-weight: 900;
}
.alert .closebtn:hover {
  transform: scale(1.1);
  color: #333;
}

/* CUSTOM NOTIFICATION BANNER */
.custom-notification {
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 600px;
  padding: 15px 40px 15px 20px;
  background-color: #333;
  color: #fff;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 1000;
  display: none;
  box-sizing: border-box;
}
.custom-notification a {
  color: #007bff;
  text-decoration: none;
  font-weight: 700;
}
.custom-notification .custom-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: 0;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .custom-notification {
    font-size: 14px;
    padding: 10px 35px 10px 15px;
    width: calc(100% - 20px);
  }
  .custom-notification .custom-close-btn {
    top: 5px;
    right: 5px;
    font-size: 16px;
  }
}
.highlighted-link {
  font-weight: 700;
  color: #00f !important;
  text-decoration: underline;
  background-color: #e7f3ff;
  padding: 3px 6px;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
}
.highlighted-link:hover {
  background-color: #cce5ff;
  color: rgba(17,118,235,0.8);
}

/* ===== COUNTDOWN BALLOON STYLES ===== */
.countdown-balloon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #333;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  z-index: 9999;
  display: none;
  width: 280px;
  max-height: 150px;
  overflow-y: auto;
  text-align: center;
}
.countdown-balloon p {
  margin: 0;
  font-size: 16px;
}
.countdown-balloon .close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  background: transparent;
  color: #fff;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

/* Updated price-info (overrides the simple version above) */
.price-info {
  padding: 25px;
  background-color: #f0f4f8;
  border: 1px solid #d6dee1;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 20px 0;
  font-family: 'Roboto', sans-serif;
}

/* Hide .remaining-time and #countdown by default */
.remaining-time {
  display: none;
}
#countdown {
  display: none;
  font-size: 24px;
  color: #333;
  margin: 10px 0;
  text-align: center;
}

/* ---- SERVICE-STATUS STYLES (Moved from inline <style> in index) ---- */
.service-status {
  max-width: 800px;
  margin: 40px auto;
  background: linear-gradient(135deg, #1da1f2, #ff006e);
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  padding: 25px;
  font-family: 'Poppins', Arial, sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  animation: pulseGlow 3s infinite alternate;
}
.service-status h3 {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.9);
  position: relative;
  animation: blinkText 1.5s infinite alternate;
}
.status-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 10px;
  transition: transform 0.3s ease, background 0.3s ease;
}
.status-row:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.02);
}
.status-label {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.status-value {
  font-size: 18px;
  font-weight: 600;
  color: #ffeb3b;
  animation: bounce 1.5s infinite;
}

@media (max-width: 600px) {
  .status-row {
    flex-direction: column;
    text-align: left;
    padding: 10px;
  }
  .status-label,
  .status-value {
    margin-bottom: 5px;
  }
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
  }
}
@keyframes blinkText {
  0% {
    color: #ffeb3b;
  }
  100% {
    color: #fff;
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

/* ---- FAQ STYLES (Integrated from the old faq.php) ---- */
.faq-container {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.faq-title {
  text-align: center;
  color: #27ae60;
  padding-bottom: 20px;
  border-bottom: 2px solid #27ae60;
}
.faq-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.faq-item h2 {
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  background-color: #27ae60;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 5px 5px 0 0;
  margin: 0;
  transition: background-color 0.3s;
}
.faq-item h2:hover {
  background-color: #2ecc71;
}
.faq-item p {
  font-size: 16px;
  background-color: #ffffff;
  padding: 15px;
  border: 1px solid #27ae60;
  border-top: none;
  border-radius: 0 0 5px 5px;
  margin: 0;
  display: none;
  transition: display 0.3s;
}
