* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
}

body {
  background: #fff8f5;
  color: #1a1a1a;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  font-size: 15px;
}

.bg-icons {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.bg-icon {
  position: absolute;
  font-size: 40px;
  opacity: 0.07;
  animation: float 18s infinite linear;
}
.i1 { top: 10%; left: 5%; color: #ff0000; animation-duration: 22s; }
.i2 { top: 30%; left: 80%; color: #25D366; animation-duration: 18s; }
.i3 { top: 60%; left: 15%; color: #0088cc; animation-duration: 25s; }
.i4 { top: 80%; left: 70%; color: #ff6600; animation-duration: 20s; }
.i5 { top: 20%; left: 50%; color: #cc0000; animation-duration: 24s; }
.i6 { top: 50%; left: 40%; color: #0033cc; animation-duration: 19s; }
.i7 { top: 75%; left: 30%; color: #ff6600; animation-duration: 23s; }
.i8 { top: 15%; left: 90%; color: #25D366; animation-duration: 21s; }
@keyframes float {
  0% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-40px) rotate(180deg); }
  100% { transform: translateY(0) rotate(360deg); }
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 18px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.logo-box { display: flex; flex-direction: column; line-height: 1; }
.logo-top { font-size: 18px; font-weight: 900; color: #0a1d4a; }
.logo-bottom { font-size: 22px; font-weight: 900; color: #ff2d2d; display: flex; align-items: center; }
.big2 {
  font-size: 38px;
  color: #ff6600;
  font-weight: 900;
  font-style: italic;
  margin-right: 2px;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.08);
  line-height: 0.8;
}
.nav-links { display: flex; list-style: none; gap: 20px; }
.nav-links a {
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}
.nav-links a:hover { color: #cc0000; }
.menu-toggle { display: none; flex-direction: column; cursor: pointer; gap: 4px; }
.menu-toggle span { width: 22px; height: 3px; background: #0a1d4a; border-radius: 2px; }

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
  padding: 40px 25px;
  position: relative;
  z-index: 1;
}
.counter-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 2px solid #ffd5b8;
  padding: 7px 14px;
  border-radius: 50px;
  font-weight: 600;
  color: #ff6600;
  font-size: 12px;
  margin-bottom: 18px;
  box-shadow: 0 4px 14px rgba(255,102,0,0.1);
}
.dot {
  width: 8px; height: 8px;
  background: #ff6600;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,102,0,0.6); }
  70% { box-shadow: 0 0 0 10px rgba(255,102,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,102,0,0); }
}
.hero-left h1 {
  font-size: 32px;
  font-weight: 900;
  color: #0a1d4a;
  line-height: 1.15;
  margin-bottom: 14px;
}
.red { color: #ff2d2d; }
.hero-left p { font-size: 14px; color: #555; margin-bottom: 22px; max-width: 480px; }
.hero-buttons { display: flex; gap: 10px; flex-wrap: wrap; }

.btn-red {
  background: #ff2d2d;
  color: #fff;
  padding: 12px 22px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 6px 18px rgba(255,45,45,0.3);
  transition: 0.3s;
  border: none;
  cursor: pointer;
  display: inline-block;
}
.btn-red:hover { transform: translateY(-2px); }
.btn-red.full { width: 100%; padding: 14px; margin-top: 10px; text-align: center; }

.btn-outline {
  background: transparent;
  color: #ff2d2d;
  padding: 10px 20px;
  border: 2px solid #ff2d2d;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}
.btn-outline:hover { background: #ff2d2d; color: #fff; }

.hero-right { position: relative; height: 320px; }
.task-card {
  position: absolute;
  background: #fff;
  padding: 12px 16px;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  animation: floatCard 4s ease-in-out infinite;
}
.card1 { top: 10px; left: 10px; border-left: 4px solid #ff2d2d; }
.card2 { top: 110px; left: 80px; border-left: 4px solid #0a1d4a; animation-delay: 1s; }
.card3 { top: 210px; left: 20px; border-left: 4px solid #ff6600; animation-delay: 2s; }
@keyframes floatCard {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.task-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.task-icon svg { width: 22px; height: 22px; }
.yt { background: #ff0000; }
.wa { background: #25D366; }
.tg { background: #0088cc; }
.task-info h4 { color: #0a1d4a; font-size: 13px; margin-bottom: 2px; }
.task-info p { color: #888; font-size: 11px; }

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  padding: 40px 20px;
  background: linear-gradient(135deg, #fff8f5 0%, #fff 100%);
  position: relative;
  z-index: 1;
}
.feature-card {
  background: #fff;
  padding: 22px 18px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  border-top: 4px solid #0a1d4a;
  transition: 0.3s;
}
.feature-card:hover { transform: translateY(-5px); border-top-color: #ff6600; }
.feature-card .icon { font-size: 32px; color: #ff2d2d; margin-bottom: 10px; }
.feature-card h3 { color: #0a1d4a; margin-bottom: 8px; font-size: 16px; }
.feature-card p { color: #555; font-size: 13px; }

.unlock-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 15px;
  position: relative;
  z-index: 1;
}
.unlock-box {
  background: #fff;
  padding: 30px 22px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
  text-align: center;
  max-width: 400px;
  width: 100%;
  border-top: 4px solid #ff2d2d;
}
.lock-icon { font-size: 44px; color: #ff6600; margin-bottom: 10px; }
.unlock-box h2 { color: #0a1d4a; font-size: 22px; margin-bottom: 8px; }
.unlock-box p { color: #555; margin-bottom: 18px; font-size: 13px; }
.unlock-form input[type="email"] {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #eee;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 12px;
  outline: none;
}
.unlock-form input[type="email"]:focus { border-color: #ff6600; }
.check-box {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #555;
  text-align: left;
  margin-bottom: 5px;
}
.msg { margin-top: 12px; font-weight: 600; font-size: 13px; }
.msg.success { color: #25D366; }
.msg.error { color: #ff2d2d; }

.task-section {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 15px;
  position: relative;
  z-index: 1;
}
.task-header { text-align: center; margin-bottom: 25px; }
.task-header h2 { color: #0a1d4a; font-size: 22px; margin-bottom: 6px; }
.task-header p { color: #555; margin-bottom: 18px; font-size: 13px; }
.progress-wrap {
  width: 100%;
  background: #eee;
  border-radius: 50px;
  height: 12px;
  overflow: hidden;
  margin-bottom: 6px;
}
.progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #ff6600, #ff2d2d);
  transition: width 0.5s ease;
}
.progress-text { font-weight: 700; color: #ff6600; font-size: 13px; }

.empty-tasks {
  text-align: center;
  padding: 50px 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  color: #888;
}
.empty-tasks .icon { font-size: 50px; color: #ff6600; margin-bottom: 15px; }
.empty-tasks h3 { color: #0a1d4a; margin-bottom: 8px; }

.task-list { display: flex; flex-direction: column; gap: 12px; }
.task-item {
  background: #fff;
  padding: 14px 16px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 4px solid #0a1d4a;
  gap: 10px;
}
.task-item.done { border-left-color: #25D366; opacity: 0.85; }
.task-info-left { display: flex; align-items: center; gap: 10px; flex: 1; }
.task-num {
  width: 32px; height: 32px;
  background: #0a1d4a;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}
.task-item.done .task-num { background: #25D366; }
.task-text h4 { color: #0a1d4a; font-size: 13px; }
.task-text p { color: #888; font-size: 11px; }
.task-btn {
  background: #ff2d2d;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  font-size: 13px;
  white-space: nowrap;
}
.task-btn.verifying { background: #ff6600; }
.task-btn.done { background: #25D366; cursor: not-allowed; }

.unlock-final {
  margin-top: 25px;
  background: #fff;
  padding: 22px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  border-top: 4px solid #25D366;
}
.unlock-final h3 { color: #25D366; font-size: 18px; margin-bottom: 8px; }
.unlock-final p { color: #555; margin-bottom: 15px; font-size: 13px; }

/* PAGES (About, Contact, How, FAQ) */
.page-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 15px;
  position: relative;
  z-index: 1;
}
.page-box {
  background: #fff;
  padding: 35px 25px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.page-box h1 {
  color: #0a1d4a;
  font-size: 30px;
  margin-bottom: 8px;
  text-align: center;
}
.page-box .lead {
  text-align: center;
  color: #666;
  margin-bottom: 30px;
  font-size: 15px;
}
.section-title {
  color: #0a1d4a;
  font-size: 22px;
  margin: 30px 0 15px;
  text-align: center;
}

.info-grid, .steps-grid, .contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 25px;
}

.info-card, .step-card, .contact-card {
  background: #fff8f5;
  padding: 22px 18px;
  border-radius: 14px;
  border-left: 4px solid #ff2d2d;
  transition: 0.3s;
}
.info-card:hover, .step-card:hover, .contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.info-icon, .contact-icon {
  font-size: 32px;
  color: #ff6600;
  margin-bottom: 10px;
}
.info-card h3, .step-card h3, .contact-card h3 {
  color: #0a1d4a;
  font-size: 16px;
  margin-bottom: 8px;
}
.info-card p, .step-card p, .contact-card p {
  color: #555;
  font-size: 13px;
  margin-bottom: 10px;
}
.step-num {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #ff2d2d, #ff6600);
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 10px;
}
.contact-link {
  color: #ff2d2d;
  font-weight: 600;
  text-decoration: none;
  font-size: 13px;
  word-break: break-all;
}
.contact-link:hover { text-decoration: underline; }

.contact-form-box {
  background: #fff8f5;
  padding: 25px 20px;
  border-radius: 14px;
  margin-top: 25px;
}
.contact-form-box h3 {
  color: #0a1d4a;
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
}
.contact-form { display: flex; flex-direction: column; gap: 10px; }
.contact-form input, .contact-form textarea {
  padding: 12px 15px;
  border: 2px solid #eee;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  font-family: inherit;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: #ff6600; }

.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  background: #fff8f5;
  border-radius: 12px;
  overflow: hidden;
  border-left: 4px solid #ff2d2d;
  transition: 0.3s;
}
.faq-item:hover { box-shadow: 0 6px 18px rgba(0,0,0,0.06); }
.faq-q {
  padding: 14px 18px;
  font-weight: 700;
  color: #0a1d4a;
  cursor: pointer;
  font-size: 14px;
}
.faq-a {
  padding: 0 18px 14px;
  color: #555;
  font-size: 13px;
  display: none;
}
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-q { color: #ff2d2d; }

.cta-box {
  background: linear-gradient(135deg, #0a1d4a, #ff2d2d);
  color: #fff;
  padding: 30px 20px;
  border-radius: 14px;
  text-align: center;
  margin-top: 30px;
}
.cta-box h3 { font-size: 20px; margin-bottom: 6px; }
.cta-box p { margin-bottom: 15px; font-size: 14px; opacity: 0.95; }
.cta-box .btn-red {
  background: #ff6600;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

/* ADMIN */
.admin-login {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0a1d4a, #ff2d2d);
  padding: 15px;
}
.admin-box {
  background: #fff;
  padding: 30px 22px;
  border-radius: 18px;
  text-align: center;
  max-width: 360px;
  width: 100%;
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}
.admin-box h2 { color: #0a1d4a; margin-bottom: 6px; font-size: 20px; }
.admin-box p { color: #666; margin-bottom: 15px; font-size: 13px; }
.admin-box input {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #eee;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 12px;
  outline: none;
}
.admin-box input:focus { border-color: #ff6600; }
.admin-dash { min-height: 100vh; background: #f5f7fb; }
.admin-nav {
  background: #fff;
  padding: 12px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.admin-tabs {
  display: flex;
  gap: 8px;
  padding: 12px 18px;
  background: #fff;
  border-bottom: 1px solid #eee;
  overflow-x: auto;
}
.tab-btn {
  background: #f0f2f7;
  color: #555;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  font-size: 13px;
}
.tab-btn.active { background: #ff2d2d; color: #fff; }
.tab-content { display: none; padding: 20px 15px; }
.tab-content.active { display: block; }
.tab-content h3 { color: #0a1d4a; margin-bottom: 15px; font-size: 18px; }
.add-task-form {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}
.add-task-form input {
  padding: 10px 13px;
  border: 2px solid #eee;
  border-radius: 8px;
  font-size: 13px;
  outline: none;
}
.add-task-form input:focus { border-color: #ff6600; }
.admin-list { display: flex; flex-direction: column; gap: 10px; }
.admin-item {
  background: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border-left: 4px solid #0a1d4a;
  gap: 10px;
}
.admin-item.creator { border-left-color: #25D366; }
.admin-item-info h4 { color: #0a1d4a; font-size: 13px; }
.admin-item-info p { color: #888; font-size: 11px; word-break: break-all; }
.admin-actions { display: flex; gap: 6px; flex-shrink: 0; }
.btn-mini {
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  border: none;
}
.btn-mini.del { background: #ff2d2d; color: #fff; }
.btn-mini.app { background: #25D366; color: #fff; }
.btn-mini.blk { background: #555; color: #fff; }
#tab-settings input {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #eee;
  border-radius: 10px;
  font-size: 14px;
  margin: 8px 0 12px;
  outline: none;
}
#tab-settings input:focus { border-color: #ff6600; }
#tab-settings label { font-weight: 600; color: #0a1d4a; font-size: 13px; }

footer {
  background: #0a1d4a;
  color: #fff;
  text-align: center;
  padding: 18px;
  font-size: 12px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; padding: 25px 15px; gap: 25px; }
  .hero-left h1 { font-size: 26px; }
  .hero-right { height: 300px; }
  .menu-toggle { display: flex; }
  .nav-links {
    position: absolute;
    top: 60px;
    right: 0;
    background: #fff;
    flex-direction: column;
    width: 200px;
    padding: 15px;
    gap: 14px;
    box-shadow: -2px 4px 12px rgba(0,0,0,0.1);
    display: none;
    border-radius: 0 0 0 12px;
  }
  .nav-links.active { display: flex; }
  .features { padding: 30px 15px; }
  .page-box { padding: 25px 18px; }
  .page-box h1 { font-size: 24px; }
}
@media (max-width: 480px) {
  .hero-left h1 { font-size: 24px; }
  .big2 { font-size: 34px; }
  .task-card { min-width: 160px; padding: 10px 14px; }
  .task-item { flex-wrap: wrap; }
  .logo-top { font-size: 16px; }
  .logo-bottom { font-size: 18px; }
}
