
      * { margin: 0; padding: 0; box-sizing: border-box; }

body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%); color: #e0e0e0; overflow-x: hidden; }

.bg-animation { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0.15; }

.blob { position: absolute; border-radius: 50%; filter: blur(80px); animation: float 15s infinite; }

.blob1 { width: 300px; height: 300px; background: radial-gradient(circle, #00ff88 0%, transparent 70%); top: 10%; left: 10%; }

.blob2 { width: 250px; height: 250px; background: radial-gradient(circle, #00d9ff 0%, transparent 70%); bottom: 20%; right: 10%; animation-delay: -5s; }

.blob3 { width: 280px; height: 280px; background: radial-gradient(circle, #00ff88 0%, transparent 70%); top: 50%; right: 5%; animation-delay: -10s; }

@keyframes float { 0%, 100% { transform: translate(0, 0); } 33% { transform: translate(30px, -50px); } 66% { transform: translate(-20px, 20px); } }

.modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 1000; align-items: center; justify-content: center; backdrop-filter: blur(5px); }

.modal.active { display: flex; }

.modal-content { background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%); border: 1px solid rgba(0, 255, 136, 0.3); border-radius: 15px; padding: 50px; max-width: 500px; width: 90%; text-align: center; box-shadow: 0 20px 60px rgba(0, 255, 136, 0.2); position: relative; }

.modal-title { font-size: 32px; font-weight: 800; color: #fff; margin-bottom: 15px; }

.modal-subtitle { font-size: 14px; color: #a0a0a0; margin-bottom: 40px; text-transform: uppercase; }

.modal-buttons { display: flex; gap: 15px; flex-direction: column; }

.modal-btn { padding: 13px 35px; border: none; border-radius: 6px; font-weight: 700; cursor: pointer; transition: all 0.3s; font-size: 12px; text-transform: uppercase; }

.modal-btn.windows { background: linear-gradient(135deg, #00ff88, #00d9ff); color: #0a0e27; }

.modal-btn.windows:hover { transform: translateY(-2px); box-shadow: 0 15px 40px rgba(0, 255, 136, 0.4); }

.modal-btn.mac { background: rgba(0, 255, 136, 0.1); color: #00ff88; border: 1px solid #00ff88; }

.modal-btn.mac:hover { background: rgba(0, 255, 136, 0.2); transform: translateY(-2px); }

.modal-close { position: absolute; top: 20px; right: 20px; width: 32px; height: 32px; background: rgba(0, 255, 136, 0.1); border: 1px solid rgba(0, 255, 136, 0.3); border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; color: #00ff88; font-size: 20px; transition: all 0.3s; }

.content { position: relative; z-index: 2; }

header { padding: 25px 60px; display: flex; justify-content: space-between; align-items: center; backdrop-filter: blur(10px); border-bottom: 1px solid rgba(0, 255, 136, 0.08); }

.logo { font-size: 26px; font-weight: 800; background: linear-gradient(135deg, #00ff88, #00d9ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: 3px; text-transform: uppercase; }

.nav-wrapper { display: flex; align-items: center; gap: 40px; flex: 1; justify-content: center; margin: 0 60px; }

nav { display: flex; gap: 0; align-items: center; }

nav a { color: #c0c0c0; text-decoration: none; font-size: 12px; text-transform: uppercase; font-weight: 500; position: relative; padding: 10px 20px; transition: all 0.3s; }

nav a:hover { color: #00ff88; }

.header-buttons { display: flex; gap: 12px; margin-left: auto; }

.btn-download { padding: 11px 20px; border: none; border-radius: 6px; font-weight: 700; cursor: pointer; transition: all 0.3s; font-size: 11px; text-transform: uppercase; white-space: nowrap; }

.windows-btn { background: linear-gradient(135deg, #00ff88, #00d9ff); color: #0a0e27; }

.windows-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0, 255, 136, 0.4); }

.mac-btn { background: rgba(0, 255, 136, 0.1); color: #00ff88; border: 1px solid #00ff88; }

.mac-btn:hover { background: rgba(0, 255, 136, 0.2); transform: translateY(-2px); }

.hamburger { display: none; flex-direction: column; cursor: pointer; gap: 5px; padding: 8px; border-radius: 8px; transition: all 0.3s ease; }

.hamburger span { width: 22px; height: 2.5px; background: linear-gradient(90deg, #00ff88, #00d9ff); transition: all 0.3s ease; border-radius: 10px; }

.mobile-menu { display: none; position: fixed; top: 70px; left: 0; width: 100%; background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%); backdrop-filter: blur(20px); flex-direction: column; padding: 30px 20px; gap: 20px; z-index: 999; }

.mobile-menu.active { display: flex; }

.mobile-menu a { color: #c0c0c0; text-decoration: none; font-size: 14px; text-transform: uppercase; font-weight: 500; padding: 12px 0; transition: color 0.3s; }

.mobile-menu a:hover { color: #00ff88; }

.hero { min-height: 90vh; display: flex; align-items: center; justify-content: center; padding: 60px 60px; text-align: center; }

.hero-content h1 { font-size: 68px; font-weight: 900; margin-bottom: 25px; color: #fff; line-height: 1.2; letter-spacing: -1px; }

.hero-content .highlight { background: linear-gradient(135deg, #00ff88, #00d9ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-size: 1.2em; }

.hero-content p { font-size: 26.91px; color: #a0a0a0; margin-bottom: 45px; max-width: 700px; margin-left: auto; margin-right: auto; line-height: 1.7; }

.hero-content p .highlight-text { background: linear-gradient(135deg, #00ff88, #00d9ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-size: 1.3em; font-weight: 800; }

.hero-buttons { display: flex; gap: 25px; justify-content: center; margin-bottom: 20px; }

.hero-download { padding: 13px 35px; font-size: 12px; }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; margin: 100px 60px; padding: 60px 80px; background: rgba(0, 255, 136, 0.04); border: 1px solid rgba(0, 255, 136, 0.12); border-radius: 12px; backdrop-filter: blur(10px); }

.stat-item h3 { font-size: 42px; color: #00ff88; margin-bottom: 12px; font-weight: 800; }

.stat-item p { color: #909090; font-size: 13px; text-transform: uppercase; font-weight: 500; }

.features { padding: 100px 60px; max-width: 1400px; margin: 0 auto; }

.features h2 { font-size: 52px; margin-bottom: 80px; text-align: center; color: #fff; font-weight: 900; letter-spacing: -1px; }

.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; margin-bottom: 0; }

.feature-card { background: rgba(0, 255, 136, 0.04); border: 1px solid rgba(0, 255, 136, 0.2); border-radius: 10px; padding: 45px; transition: all 0.3s; cursor: pointer; }

.feature-card:hover { transform: translateY(-8px); border-color: #00ff88; box-shadow: 0 20px 50px rgba(0, 255, 136, 0.15); background: rgba(0, 255, 136, 0.06); }

.feature-num { font-size: 32px; font-weight: 800; color: #00ff88; margin-bottom: 20px; opacity: 0.6; }

.feature-card h3 { color: #fff; margin-bottom: 15px; font-size: 20px; font-weight: 700; }

.feature-card p { color: #a0a0a0; font-size: 14px; line-height: 1.8; }

.comparison-section { padding: 100px 60px; max-width: 1400px; margin: 0 auto; }

.comparison-header { text-align: center; margin-bottom: 80px; }

.comparison-title { font-size: 56px; font-weight: 900; color: #fff; margin-bottom: 20px; letter-spacing: -1.5px; background: linear-gradient(135deg, #fff 0%, #00ff88 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.comparison-subtitle { font-size: 18px; color: #a0a0a0; max-width: 700px; margin: 0 auto; line-height: 1.7; }

.comparison-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }

.pricing-card { background: linear-gradient(135deg, rgba(10, 14, 39, 0.8) 0%, rgba(26, 31, 58, 0.8) 100%); border: 1px solid rgba(0, 255, 136, 0.15); border-radius: 16px; padding: 40px 30px; transition: all 0.4s; position: relative; overflow: hidden; display: flex; flex-direction: column; backdrop-filter: blur(10px); }

.pricing-card:hover { border-color: rgba(0, 255, 136, 0.4); background: linear-gradient(135deg, rgba(10, 14, 39, 0.95) 0%, rgba(26, 31, 58, 0.95) 100%); transform: translateY(-8px); box-shadow: 0 30px 80px rgba(0, 255, 136, 0.15); }

.pricing-card.featured { border: 2px solid rgba(0, 255, 136, 0.5); background: linear-gradient(135deg, rgba(0, 255, 136, 0.08) 0%, rgba(0, 217, 255, 0.04) 100%); transform: scale(1.03); z-index: 10; }

.pricing-card.featured:hover { border-color: #00ff88; box-shadow: 0 50px 120px rgba(0, 255, 136, 0.25); transform: translateY(-12px) scale(1.03); }

.badge { position: absolute; top: 20px; right: 20px; background: linear-gradient(135deg, #00ff88, #00d9ff); color: #0a0e27; padding: 6px 16px; border-radius: 20px; font-size: 11px; font-weight: 800; text-transform: uppercase; }

.bot-name { font-size: 24px; font-weight: 800; color: #fff; margin-bottom: 8px; }

.pricing-card.featured .bot-name { background: linear-gradient(135deg, #00ff88, #00d9ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.bot-category { font-size: 12px; color: #808080; text-transform: uppercase; margin-bottom: 25px; }

.commission-block { margin-bottom: 30px; padding-bottom: 25px; border-bottom: 1px solid rgba(0, 255, 136, 0.1); }

.commission-label { font-size: 12px; color: #a0a0a0; text-transform: uppercase; margin-bottom: 10px; display: block; }

.commission-value { font-size: 32px; font-weight: 900; color: #00ff88; margin-bottom: 5px; }

.commission-desc { font-size: 12px; color: #707070; }

.features-list { list-style: none; margin-bottom: 30px; flex-grow: 1; }

.features-list li { padding: 12px 0; border-bottom: 1px solid rgba(0, 255, 136, 0.06); font-size: 13px; color: #c0c0c0; display: flex; align-items: center; gap: 12px; }

.features-list li:last-child { border-bottom: none; }

.check-icon { width: 18px; height: 18px; border-radius: 3px; display: flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; font-weight: bold; }

.check-icon.included { background: rgba(0, 255, 136, 0.2); color: #00ff88; }

.check-icon.excluded { background: rgba(128, 128, 128, 0.1); color: #606060; }

.check-icon.limited { background: rgba(255, 184, 0, 0.15); color: #ffb800; }

.pricing-button { padding: 14px 28px; border: 1px solid rgba(0, 255, 136, 0.3); background: rgba(0, 255, 136, 0.08); color: #00ff88; border-radius: 8px; font-weight: 700; cursor: pointer; transition: all 0.3s; font-size: 12px; text-transform: uppercase; width: 100%; }

.pricing-button:hover { background: rgba(0, 255, 136, 0.15); border-color: #00ff88; }

.pricing-card.featured .pricing-button { background: linear-gradient(135deg, #00ff88, #00d9ff); color: #0a0e27; border: none; }

.pricing-card.featured .pricing-button:hover { box-shadow: 0 15px 40px rgba(0, 255, 136, 0.4); transform: translateY(-2px); }

.comparison-note { text-align: center; padding: 30px; background: rgba(0, 255, 136, 0.04); border: 1px solid rgba(0, 255, 136, 0.1); border-radius: 12px; font-size: 14px; color: #a0a0a0; line-height: 1.7; margin: 60px auto; max-width: 900px; }

.comparison-note strong { color: #00ff88; }

.cta { padding: 100px 60px; text-align: center; background: rgba(0, 255, 136, 0.06); border-top: 1px solid rgba(0, 255, 136, 0.15); }

.cta h2 { font-size: 52px; margin-bottom: 25px; color: #fff; font-weight: 900; }

.cta p { font-size: 16px; color: #a0a0a0; margin-bottom: 50px; max-width: 650px; margin-left: auto; margin-right: auto; line-height: 1.8; }

.btn-main { background: linear-gradient(135deg, #00ff88, #00d9ff); color: #0a0e27; padding: 13px 35px; border: none; border-radius: 6px; font-weight: 700; cursor: pointer; transition: all 0.3s; font-size: 12px; text-transform: uppercase; }

.btn-main:hover { transform: translateY(-2px); box-shadow: 0 15px 40px rgba(0, 255, 136, 0.4); }

.faq-section { padding: 100px 60px; max-width: 1400px; margin: 0 auto; }

.faq-container { display: grid; grid-template-columns: 1fr; gap: 80px; align-items: center; }

.faq-content h2 { font-size: 52px; margin-bottom: 50px; color: #fff; font-weight: 900; }

.faq-list { display: flex; flex-direction: column; gap: 25px; }

.faq-item { background: rgba(0, 255, 136, 0.04); border: 1px solid rgba(0, 255, 136, 0.15); border-radius: 10px; padding: 0; overflow: hidden; transition: all 0.3s; cursor: pointer; }

.faq-item:hover { border-color: #00ff88; background: rgba(0, 255, 136, 0.08); }

.faq-question { padding: 25px 30px; display: flex; justify-content: space-between; align-items: center; font-weight: 600; color: #fff; font-size: 15px; }

.faq-toggle { width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; color: #00ff88; font-size: 20px; transition: transform 0.3s; }

.faq-item.active .faq-toggle { transform: rotate(45deg); }

.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; background: rgba(0, 255, 136, 0.02); border-top: 1px solid rgba(0, 255, 136, 0.1); }

.faq-item.active .faq-answer { max-height: 300px; }

.faq-answer-text { padding: 0 30px 25px 30px; color: #a0a0a0; font-size: 14px; line-height: 1.8; }

.faq-bot { display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(0, 255, 136, 0.06); border: 1px solid rgba(0, 255, 136, 0.2); border-radius: 15px; padding: 60px 40px; min-height: 500px; }

.bot-glow { position: absolute; width: 200px; height: 200px; background: radial-gradient(circle, rgba(0, 255, 136, 0.15) 0%, transparent 70%); border-radius: 50%; animation: pulse-bot 3s infinite; }

@keyframes pulse-bot { 0%, 100% { transform: scale(1); opacity: 0.5; } 50% { transform: scale(1.1); opacity: 0.8; } }

.bot-content { position: relative; z-index: 2; text-align: center; }

.bot-title { font-size: 32px; font-weight: 800; color: #00ff88; margin-bottom: 15px; }

.bot-subtitle { font-size: 14px; color: #a0a0a0; margin-bottom: 40px; text-transform: uppercase; }

.bot-button { background: linear-gradient(135deg, #00ff88, #00d9ff); color: #0a0e27; padding: 13px 40px; border: none; border-radius: 6px; font-weight: 700; cursor: pointer; transition: all 0.3s; font-size: 12px; text-transform: uppercase; margin-top: 20px; }

.bot-button:hover { transform: translateY(-2px); box-shadow: 0 15px 40px rgba(0, 255, 136, 0.4); }

footer { padding: 50px 60px; border-top: 1px solid rgba(0, 255, 136, 0.08); text-align: center; color: #707070; font-size: 12px; }

footer a { color: #00ff88; text-decoration: none; transition: color 0.3s; }

footer a:hover { color: #00d9ff; }

@media (max-width: 768px) {
  header { padding: 15px 20px; }
  .logo { font-size: 20px; }
  nav { display: none; }
  .header-buttons { display: none; }
  .hamburger { display: flex; margin-left: auto; }
  .hero { padding: 40px 20px; }
  .hero-content h1 { font-size: 36px; }
  .stats { grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 40px 15px; padding: 25px 15px; }
  .features { padding: 50px 20px; }
  .features h2 { font-size: 36px; margin-bottom: 40px; }
  .comparison-section { padding: 50px 20px; }
  .comparison-container { grid-template-columns: 1fr; }
  .pricing-card.featured { transform: scale(1); }
  .faq-container { grid-template-columns: 1fr; gap: 40px; }
  .cta { padding: 60px 20px; }
}

@media (max-width: 480px) {
  .stats { grid-template-columns: 1fr; }
  .hero-content h1 { font-size: 28px; }
  .hero-content p { font-size: 16px; }
}
