/* AIUNITES Webring Bar */
.aiunites-bar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: linear-gradient(90deg, #0a0a0f 0%, #1a1a2e 100%); border-bottom: 1px solid rgba(99, 102, 241, 0.3); padding: 8px 0; font-size: 12px; }
.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: #0ea5e9;
  --primary-dark: #0284c7;
  --dark: #0f172a;
  --dark-light: #1e293b;
  --white: #ffffff;
  --gray: #64748b;
  --gray-light: #94a3b8;
  --green: #10b981;
  --gradient: linear-gradient(135deg, #0ea5e9, #6366f1);
  --font: 'Inter', sans-serif;
  --radius: 12px;
}

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

/* Nav */
.nav { position: fixed; top: 36px; left: 0; right: 0; z-index: 100; padding: 1rem 0; background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(0,0,0,0.05); }
.nav-container { display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 1.5rem; font-weight: 700; }
.logo span { color: var(--primary); }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { font-size: 0.9rem; color: var(--gray); transition: color 0.3s; }
.nav-links a:hover { color: var(--dark); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.75rem 1.5rem; border-radius: var(--radius); font-weight: 600; font-size: 0.95rem; border: none; cursor: pointer; transition: all 0.3s; }
.btn-primary { background: var(--gradient); color: var(--white); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(14,165,233,0.3); }
.btn-secondary { background: var(--white); color: var(--dark); border: 1px solid rgba(0,0,0,0.1); }
.btn-secondary:hover { background: var(--dark); color: var(--white); }
.btn-lg { padding: 1rem 2rem; font-size: 1rem; }
.btn-full { width: 100%; }

/* Hero */
.hero { padding: 12rem 0 5rem; text-align: center; background: linear-gradient(180deg, #f0f9ff 0%, #fff 100%); }
.hero-badge { display: inline-block; padding: 0.5rem 1rem; background: rgba(16,185,129,0.1); border: 1px solid rgba(16,185,129,0.3); border-radius: 50px; font-size: 0.85rem; color: var(--green); margin-bottom: 1.5rem; }
.hero h1 { font-size: clamp(2.5rem, 6vw, 3.5rem); font-weight: 800; line-height: 1.1; 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.2rem; color: var(--gray); max-width: 550px; margin: 0 auto 2rem; }
.hero-cta { margin-bottom: 2rem; }
.hero-trust { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; font-size: 0.9rem; color: var(--gray); }
.trust-item { display: flex; align-items: center; gap: 0.5rem; }

/* Sections */
.section-header { text-align: center; margin-bottom: 3rem; }
.badge { display: inline-block; padding: 0.4rem 0.8rem; background: rgba(14,165,233,0.1); border-radius: 50px; font-size: 0.75rem; font-weight: 600; color: var(--primary); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.75rem; }
.section-header h2 { font-size: 2.25rem; font-weight: 700; margin-bottom: 0.5rem; }
.section-header p { color: var(--gray); }

/* Services */
.services { padding: 5rem 0; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.service-card { background: #f8fafc; border: 1px solid rgba(0,0,0,0.05); border-radius: var(--radius); padding: 2rem; transition: all 0.3s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.service-card.featured { background: linear-gradient(135deg, #f0f9ff, #eff6ff); border-color: var(--primary); }
.service-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.service-card h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.service-card p { color: var(--gray); font-size: 0.95rem; }

/* Pricing */
.pricing { padding: 5rem 0; background: #f8fafc; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; max-width: 950px; margin: 0 auto; }
.pricing-card { background: var(--white); border: 1px solid rgba(0,0,0,0.05); border-radius: var(--radius); padding: 2rem; position: relative; transition: all 0.3s; }
.pricing-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.pricing-card.featured { border: 2px solid var(--primary); }
.popular-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gradient); color: var(--white); padding: 0.25rem 1rem; border-radius: 50px; font-size: 0.75rem; font-weight: 600; }
.pricing-header { text-align: center; margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(0,0,0,0.05); }
.pricing-header h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.price { display: flex; align-items: baseline; justify-content: center; gap: 0.25rem; }
.amount { font-size: 2.5rem; font-weight: 700; color: var(--primary); }
.period { font-size: 0.9rem; color: var(--gray); }
.pricing-features { list-style: none; margin-bottom: 1.5rem; }
.pricing-features li { padding: 0.5rem 0; font-size: 0.9rem; color: var(--gray); }

/* How It Works */
.how { padding: 5rem 0; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }
.step { text-align: center; padding: 2rem; }
.step-num { width: 60px; height: 60px; background: var(--gradient); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 700; color: var(--white); margin: 0 auto 1.5rem; }
.step h3 { font-size: 1.2rem; margin-bottom: 0.75rem; }
.step p { color: var(--gray); font-size: 0.95rem; }

/* States */
.states { padding: 4rem 0; background: #f8fafc; text-align: center; }
.states-grid { display: flex; justify-content: center; gap: 0.75rem; flex-wrap: wrap; margin-top: 2rem; }
.state-tag { padding: 0.5rem 1rem; background: var(--white); border: 1px solid rgba(0,0,0,0.1); border-radius: 50px; font-size: 0.9rem; color: var(--gray); }

/* CTA */
.cta-section { padding: 5rem 0; background: var(--gradient); text-align: center; color: var(--white); }
.cta-section h2 { font-size: 2.25rem; margin-bottom: 0.75rem; }
.cta-section p { font-size: 1.1rem; opacity: 0.9; margin-bottom: 2rem; }
.cta-section .btn-primary { background: var(--white); color: var(--primary); }

/* Contact */
.contact { padding: 5rem 0; }
.start-form { display: flex; gap: 1rem; max-width: 450px; margin: 0 auto; }
.start-form input { flex: 1; padding: 1rem; background: #f8fafc; border: 1px solid rgba(0,0,0,0.1); border-radius: var(--radius); font-size: 1rem; }
.start-form input:focus { outline: none; border-color: var(--primary); }

/* Footer */
.footer { padding: 4rem 0 2rem; background: var(--dark); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand p { color: var(--gray); font-size: 0.9rem; margin-top: 0.75rem; }
.footer-links h4 { font-size: 0.9rem; font-weight: 600; margin-bottom: 1rem; color: var(--gray-light); }
.footer-links a { display: block; color: var(--gray); font-size: 0.9rem; padding: 0.3rem 0; transition: color 0.3s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { text-align: center; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-bottom p { color: var(--gray); font-size: 0.85rem; }
.footer-bottom a { color: var(--primary); }
.footer-bottom .disclaimer { background: rgba(251,191,36,0.1); border: 1px solid rgba(251,191,36,0.3); padding: 0.75rem 1rem; border-radius: 8px; color: #fbbf24; font-size: 0.8rem; margin-bottom: 1rem; }

/* Feedback Button */
.feedback-btn { position: fixed; bottom: 24px; right: 24px; padding: 0.75rem 1.25rem; background: linear-gradient(135deg, #8b5cf6, #6d28d9); color: white; border-radius: 50px; font-weight: 600; font-size: 0.9rem; box-shadow: 0 4px 20px rgba(139,92,246,0.4); transition: all 0.3s; z-index: 100; }
.feedback-btn:hover { transform: translateY(-3px); }

/* Responsive */
@media (max-width: 768px) {
  /* 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(0,0,0,0.1);
  }
  
  .nav-links a {
    font-size: 0.85rem;
  }
  
  .hero h1 { font-size: 2rem; }
  .hero-trust { flex-direction: column; gap: 0.75rem; }
  .pricing-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .start-form { flex-direction: column; }
}

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