/* AIUNITES Webring Bar */
.aiunites-bar { background: linear-gradient(90deg, #0a0a0f 0%, #1a1a2e 100%); border-bottom: 1px solid rgba(99, 102, 241, 0.3); padding: 8px 0; font-size: 12px; font-family: 'Inter', sans-serif; }
.aiunites-bar-content { max-width: 1400px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; gap: 12px; overflow-x: auto; scrollbar-width: none; }
.aiunites-bar-content::-webkit-scrollbar { display: none; }
.aiunites-bar a { color: rgba(255,255,255,0.7); text-decoration: none; white-space: nowrap; transition: color 0.2s; }
.aiunites-bar a:hover { color: #fff; }
.aiunites-bar-brand { color: #6366f1 !important; font-weight: 600; }
.aiunites-bar-brand:hover { color: #818cf8 !important; }
.aiunites-bar-divider { color: rgba(255,255,255,0.2); }

:root {
  --primary: #7c3aed;
  --primary-dark: #6d28d9;
  --dark: #0a0a0f;
  --dark-light: #1a1a2e;
  --white: #ffffff;
  --gray: #94a3b8;
  --gradient: linear-gradient(135deg, #7c3aed, #a855f7);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Crimson Pro', Georgia, serif; background: var(--dark); color: var(--white); line-height: 1.7; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }

/* Navigation */
.nav { position: fixed; top: 36px; left: 0; right: 0; padding: 1rem 0; z-index: 100; background: rgba(10,10,15,0.9); backdrop-filter: blur(10px); }
.nav-container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; display: flex; justify-content: space-between; align-items: center; }
.logo { font-family: 'Inter', sans-serif; font-size: 1.25rem; font-weight: 700; display: flex; align-items: center; gap: 0.5rem; }
.logo span { color: var(--primary); }
.nav-links { display: flex; align-items: center; gap: 2rem; font-family: 'Inter', sans-serif; font-size: 0.9rem; }
.nav-links a { opacity: 0.8; transition: opacity 0.3s; }
.nav-links a:hover { opacity: 1; }
.btn { padding: 0.75rem 1.5rem; border-radius: 8px; font-weight: 600; font-family: 'Inter', sans-serif; transition: all 0.3s; cursor: pointer; border: none; font-size: 0.9rem; }
.btn-primary { background: var(--gradient); color: white; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(124,58,237,0.3); }
.btn-secondary { background: rgba(255,255,255,0.1); color: white; border: 1px solid rgba(255,255,255,0.2); }
.btn-lg { padding: 1rem 2rem; font-size: 1rem; }

/* Hero */
.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 8rem 1.5rem 4rem; background: radial-gradient(ellipse at center, rgba(124,58,237,0.1) 0%, transparent 60%); }
.hero-badge { display: inline-block; padding: 0.5rem 1rem; background: rgba(124,58,237,0.2); border-radius: 50px; font-size: 0.85rem; color: var(--primary); margin-bottom: 1.5rem; font-family: 'Inter', sans-serif; }
.hero h1 { font-size: 3.5rem; font-weight: 700; line-height: 1.2; margin-bottom: 1.5rem; }
.gradient-text { background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: 1.25rem; color: var(--gray); max-width: 600px; margin: 0 auto 2rem; }
.hero-cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3rem; }

/* Features */
.features { padding: 6rem 0; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.feature-card { background: var(--dark-light); padding: 2rem; border-radius: 16px; transition: transform 0.3s, box-shadow 0.3s; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
.feature-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.feature-card h3 { font-size: 1.25rem; margin-bottom: 0.75rem; font-family: 'Inter', sans-serif; }
.feature-card p { color: var(--gray); font-size: 0.95rem; }

/* Section Header */
.section-header { text-align: center; margin-bottom: 3rem; }
.badge { display: inline-block; padding: 0.4rem 1rem; background: rgba(124,58,237,0.2); border-radius: 50px; font-size: 0.8rem; color: var(--primary); margin-bottom: 1rem; font-family: 'Inter', sans-serif; }
.section-header h2 { font-size: 2.5rem; margin-bottom: 0.5rem; }
.section-header p { color: var(--gray); font-family: 'Inter', sans-serif; }

/* Footer */
.footer { padding: 3rem 0; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.footer-links { display: flex; gap: 2rem; font-family: 'Inter', sans-serif; font-size: 0.9rem; }
.footer-links a { color: var(--gray); transition: color 0.3s; }
.footer-links a:hover { color: white; }

/* Feedback Button */
.feature-request-btn { position: fixed; bottom: 24px; right: 24px; padding: 0.75rem 1.25rem; background: var(--gradient); color: white; border-radius: 50px; font-weight: 600; font-size: 0.9rem; box-shadow: 0 4px 20px rgba(124,58,237,0.4); transition: all 0.3s; z-index: 100; font-family: 'Inter', sans-serif; display: flex; align-items: center; gap: 0.5rem; }
.feature-request-btn:hover { transform: translateY(-3px); }

/* Responsive */
@media (max-width: 768px) {
  .nav { top: 32px; }
  
  /* Nav - show below logo on mobile */
  .nav-container {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  
  .nav-links {
    width: 100%;
    justify-content: center;
    gap: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  
  .nav-links a {
    font-size: 0.85rem;
  }
  
  .hero { padding-top: 10rem; }
  .hero h1 { font-size: 2.25rem; }
  .footer-content { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .nav-links {
    gap: 0.5rem;
  }
  
  .nav-links a {
    font-size: 0.8rem;
  }
  
  .logo {
    font-size: 1rem;
  }
}
