/* ============================================================
   CryptoBytes VIP - Modern High-Converting Landing Theme
   ============================================================ */

:root {
  --bg-dark: #050505;
  --bg-card: rgba(18, 18, 24, 0.7);
  --bg-glass: rgba(255, 255, 255, 0.03);
  --border-glass: rgba(255, 255, 255, 0.08);
  --accent-orange: #ff9800;
  --accent-gold: #ffb300;
  --accent-green: #00d26a;
  --accent-red: #ff3860;
  --text-main: #ffffff;
  --text-muted: #a0a5b5;
  --shadow-glow: 0 0 25px rgba(255, 152, 0, 0.25);
  --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.5);
  --font-family: 'Poppins', sans-serif;
  --border-radius-lg: 24px;
  --border-radius-md: 16px;
}

body {
  background-color: var(--bg-dark);
  background-image: 
    radial-gradient(circle at 15% 15%, rgba(255, 152, 0, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 85% 85%, rgba(255, 179, 0, 0.05) 0%, transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(0, 210, 106, 0.03) 0%, transparent 60%);
  background-attachment: fixed;
  color: var(--text-main);
  font-family: var(--font-family);
  overflow-x: hidden;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #050505;
}
::-webkit-scrollbar-thumb {
  background: #222;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--accent-orange);
}

/* Canvas background */
#particles-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

/* Typography & Helpers */
.text-gradient-orange {
  background: linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-gold {
  background: linear-gradient(135deg, #ffe082 0%, var(--accent-gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-muted-custom {
  color: var(--text-muted);
}
.bg-glass {
  background: var(--bg-card);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border-glass);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-card);
}
.border-glow {
  box-shadow: var(--shadow-glow);
  border-color: rgba(255, 152, 0, 0.3) !important;
}

/* Navbar */
.navbar-custom {
  background: rgba(5, 5, 5, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 15px 0;
  transition: all 0.3s ease;
}
.navbar-brand {
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar-brand i {
  color: var(--accent-orange);
}
.nav-link {
  color: var(--text-muted) !important;
  font-weight: 500;
  margin: 0 8px;
  transition: all 0.3s ease;
}
.nav-link:hover, .nav-link.active {
  color: var(--accent-orange) !important;
}

/* Buttons */
.btn-orange {
  background: linear-gradient(135deg, var(--accent-orange) 0%, #f57c00 100%);
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  border: none;
  box-shadow: 0 4px 15px rgba(255, 152, 0, 0.4);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-orange:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 152, 0, 0.6);
  color: #fff;
}
.btn-outline-custom {
  background: transparent;
  color: #fff;
  border: 1px solid var(--border-glass);
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-outline-custom:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--accent-orange);
  border-color: var(--accent-orange);
}

/* Hero Section */
.hero-section {
  padding: 140px 0 80px 0;
  position: relative;
}
.hero-title {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }
}
.hero-subtitle {
  font-size: 1.15rem;
  color: var(--text-muted);
  margin-bottom: 30px;
  line-height: 1.6;
}
.signal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.signal-tag {
  background: rgba(255, 152, 0, 0.1);
  border: 1px solid rgba(255, 152, 0, 0.3);
  color: var(--accent-gold);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
}

/* Floating Crypto Icons */
.floating-crypto-container {
  position: relative;
  min-height: 380px;
}
.crypto-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(20, 20, 30, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  animation: floatAnim 4s ease-in-out infinite alternate;
}
.crypto-btc { top: 10%; left: 10%; color: #f7931a; animation-delay: 0s; }
.crypto-eth { top: 60%; left: 15%; color: #627eea; animation-delay: 1s; }
.crypto-sol { top: 25%; right: 15%; color: #14f195; animation-delay: 2s; }
.crypto-bnb { top: 75%; right: 25%; color: #f3ba2f; animation-delay: 1.5s; }
.crypto-doge { top: 45%; left: 45%; color: #c2a633; animation-delay: 0.5s; }

@keyframes floatAnim {
  0% { transform: translateY(0px) rotate(0deg); }
  100% { transform: translateY(-18px) rotate(6deg); }
}

/* Offer Card */
.offer-card {
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.offer-badge {
  position: absolute;
  top: 15px;
  right: -30px;
  background: var(--accent-orange);
  color: #000;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 4px 35px;
  transform: rotate(45deg);
  text-transform: uppercase;
}
.price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}
.strike-price {
  text-decoration: line-through;
  color: var(--text-muted);
  font-size: 1.5rem;
  font-weight: 600;
}
.offer-price {
  font-size: 3rem;
  font-weight: 800;
  color: var(--accent-green);
}

/* Countdown Timer */
.timer-container {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 15px;
}
.timer-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 14px;
  border-radius: 12px;
  min-width: 60px;
}
.timer-box .num {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent-orange);
  line-height: 1;
}
.timer-box .unit {
  font-size: 0.7rem;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-top: 4px;
}

/* Live Notification Toast */
.live-notification-toast {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 1040;
  background: rgba(18, 18, 28, 0.9);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 210, 106, 0.3);
  box-shadow: 0 10px 30px rgba(0,0,0,0.6);
  padding: 12px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
  transform: translateY(120px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.live-notification-toast.show {
  transform: translateY(0);
  opacity: 1;
}
.toast-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-orange), var(--accent-gold));
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}
.toast-info {
  font-size: 0.85rem;
}
.toast-info strong {
  color: #fff;
}
.toast-info span {
  color: var(--accent-green);
}

/* Feature Cards */
.feature-card {
  padding: 30px 24px;
  height: 100%;
  transition: all 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 152, 0, 0.4);
  box-shadow: var(--shadow-glow);
}
.feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 152, 0, 0.15) 0%, rgba(255, 179, 0, 0.05) 100%);
  border: 1px solid rgba(255, 152, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--accent-orange);
  margin-bottom: 20px;
}
.feature-card h5 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.feature-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 0;
  line-height: 1.5;
}

/* Testimonials */
.testimonial-card {
  padding: 25px;
  height: 100%;
}
.testimonial-stars {
  color: var(--accent-gold);
  font-size: 1rem;
  margin-bottom: 15px;
}
.testimonial-text {
  font-size: 0.95rem;
  color: #ddd;
  font-style: italic;
  margin-bottom: 15px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.author-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* FAQ Section */
.accordion-item {
  background: var(--bg-card) !important;
  border: 1px solid var(--border-glass) !important;
  border-radius: var(--border-radius-md) !important;
  margin-bottom: 15px;
  overflow: hidden;
}
.accordion-button {
  background: transparent !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 1.05rem;
  box-shadow: none !important;
  padding: 20px 25px;
}
.accordion-button:not(.collapsed) {
  color: var(--accent-orange) !important;
}
.accordion-button::after {
  filter: invert(1);
}
.accordion-body {
  color: var(--text-muted);
  padding: 0 25px 20px 25px;
  line-height: 1.6;
}

/* Footer */
footer {
  border-top: 1px solid var(--border-glass);
  padding: 60px 0 30px 0;
  margin-top: 80px;
  background: rgba(3, 3, 3, 0.9);
}

/* VIP Popup Modal */
.modal-content.bg-glass-modal {
  background: rgba(15, 15, 22, 0.92);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 152, 0, 0.3);
  border-radius: 25px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 30px rgba(255, 152, 0, 0.2);
  color: #fff;
  padding: 10px;
}
.form-control-custom {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff !important;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
.form-control-custom:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--accent-orange);
  box-shadow: 0 0 12px rgba(255, 152, 0, 0.3);
}
.form-control-custom::placeholder {
  color: #777;
}

/* Success / Failed Pages */
.result-card {
  max-width: 550px;
  margin: 100px auto;
  padding: 40px;
  text-align: center;
}
.status-icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  margin: 0 auto 25px auto;
}
.status-icon-circle.success {
  background: rgba(0, 210, 106, 0.15);
  color: var(--accent-green);
  border: 2px solid var(--accent-green);
  box-shadow: 0 0 30px rgba(0, 210, 106, 0.4);
}
.status-icon-circle.failed {
  background: rgba(255, 56, 96, 0.15);
  color: var(--accent-red);
  border: 2px solid var(--accent-red);
  box-shadow: 0 0 30px rgba(255, 56, 96, 0.4);
}

/* Admin Styling */
.admin-sidebar {
  min-height: 100vh;
  background: rgba(12, 12, 18, 0.95);
  border-right: 1px solid var(--border-glass);
  padding: 20px 0;
}
.admin-sidebar .nav-link {
  padding: 12px 25px;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
}
.admin-sidebar .nav-link.active {
  background: rgba(255, 152, 0, 0.15);
  border-left: 4px solid var(--accent-orange);
  color: var(--accent-orange) !important;
}
.stat-card {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stat-card .stat-icon {
  font-size: 2.2rem;
  opacity: 0.8;
}
.table-custom {
  color: #fff;
  border-color: var(--border-glass);
}
.table-custom th {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-muted);
  font-weight: 600;
  border-bottom: 1px solid var(--border-glass);
}
.table-custom td {
  border-bottom: 1px solid var(--border-glass);
  vertical-align: middle;
}
