/* SelebMoney - Landing Page Styles */
:root {
  --sm-navy: #0a1628;
  --sm-navy-light: #112240;
  --sm-emerald: #10b981;
  --sm-emerald-dark: #059669;
  --sm-emerald-light: #d1fae5;
  --sm-gold: #f59e0b;
}

* { box-sizing: border-box; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; -webkit-font-smoothing: antialiased; }

/* ===== NAVBAR ===== */
.landing-nav { background: rgba(10,22,40,.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.08); padding: 1rem 0; position: sticky; top: 0; z-index: 1000; }
.landing-nav .navbar-brand { font-weight: 800; font-size: 1.4rem; color: #fff; display: flex; align-items: center; gap: .5rem; }
.landing-nav .brand-icon { width: 32px; height: 32px; background: var(--sm-emerald); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #fff; font-size: .9rem; }
.landing-nav .nav-link { color: rgba(255,255,255,.75) !important; font-weight: 500; font-size: .9rem; transition: color .2s; }
.landing-nav .nav-link:hover { color: #fff !important; }
.btn-nav-login { border: 1px solid rgba(255,255,255,.3); color: #fff !important; border-radius: 8px; padding: .4rem 1.25rem !important; }
.btn-nav-login:hover { background: rgba(255,255,255,.1) !important; }
.btn-nav-cta { background: var(--sm-emerald); color: #fff !important; border-radius: 8px; padding: .4rem 1.25rem !important; font-weight: 600 !important; }
.btn-nav-cta:hover { background: var(--sm-emerald-dark) !important; }

/* ===== HERO ===== */
.hero-section { background: linear-gradient(135deg, var(--sm-navy) 0%, var(--sm-navy-light) 50%, #0d2137 100%); min-height: 92vh; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(16,185,129,.12) 0%, transparent 60%); }
.hero-section::after { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(16,185,129,.06) 0%, transparent 70%); border-radius: 50%; }
.hero-badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(16,185,129,.15); border: 1px solid rgba(16,185,129,.3); color: var(--sm-emerald); padding: .4rem 1rem; border-radius: 20px; font-size: .8rem; font-weight: 600; margin-bottom: 1.5rem; }
.hero-title { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 1.25rem; }
.hero-title .highlight { color: var(--sm-emerald); }
.hero-subtitle { font-size: 1.15rem; color: rgba(255,255,255,.65); line-height: 1.7; margin-bottom: 2rem; max-width: 520px; }
.hero-cta-group { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
.btn-hero-primary { background: var(--sm-emerald); color: #fff; border: none; padding: .875rem 2.25rem; border-radius: 10px; font-weight: 600; font-size: 1rem; transition: all .2s; text-decoration: none; display: inline-flex; align-items: center; gap: .5rem; }
.btn-hero-primary:hover { background: var(--sm-emerald-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(16,185,129,.35); }
.btn-hero-secondary { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.2); padding: .875rem 2.25rem; border-radius: 10px; font-weight: 500; font-size: 1rem; transition: all .2s; text-decoration: none; display: inline-flex; align-items: center; gap: .5rem; }
.btn-hero-secondary:hover { background: rgba(255,255,255,.15); color: #fff; }
.hero-stats { display: flex; gap: 2.5rem; flex-wrap: wrap; }
.hero-stat-value { font-size: 1.75rem; font-weight: 800; color: #fff; line-height: 1; }
.hero-stat-label { font-size: .8rem; color: rgba(255,255,255,.5); margin-top: .2rem; }
.hero-stat-divider { width: 1px; background: rgba(255,255,255,.15); }
.hero-visual { position: relative; }
.hero-dashboard-card { background: rgba(255,255,255,.05); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; padding: 1.5rem; color: #fff; }
.hero-mini-stat { background: rgba(255,255,255,.08); border-radius: 12px; padding: 1rem; }
.hero-mini-stat .value { font-size: 1.25rem; font-weight: 700; color: var(--sm-emerald); }
.hero-mini-stat .label { font-size: .75rem; color: rgba(255,255,255,.5); }
.floating-badge { position: absolute; background: #fff; border-radius: 12px; padding: .75rem 1rem; box-shadow: 0 8px 24px rgba(0,0,0,.2); display: flex; align-items: center; gap: .5rem; font-size: .8rem; font-weight: 600; color: var(--sm-navy); animation: float 3s ease-in-out infinite; }
.floating-badge-1 { top: -20px; right: -20px; animation-delay: 0s; }
.floating-badge-2 { bottom: 20px; left: -30px; animation-delay: 1.5s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ===== SECTIONS ===== */
.section-badge { display: inline-block; background: var(--sm-emerald-light); color: var(--sm-emerald-dark); padding: .3rem .875rem; border-radius: 20px; font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1rem; }
.section-title { font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 800; color: var(--sm-navy); line-height: 1.2; }
.section-subtitle { font-size: 1.05rem; color: #64748b; line-height: 1.7; max-width: 560px; margin: 0 auto; }

/* ===== FEATURES ===== */
.features-section { padding: 6rem 0; background: #fff; }
.feature-card { padding: 2rem; border-radius: 16px; border: 1px solid #e2e8f0; transition: all .2s; height: 100%; }
.feature-card:hover { border-color: var(--sm-emerald); box-shadow: 0 8px 24px rgba(16,185,129,.12); transform: translateY(-3px); }
.feature-icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.25rem; }
.feature-icon-emerald { background: var(--sm-emerald-light); color: var(--sm-emerald-dark); }
.feature-icon-navy { background: #dbeafe; color: #1e40af; }
.feature-icon-gold { background: #fef3c7; color: #92400e; }
.feature-icon-purple { background: #ede9fe; color: #6d28d9; }
.feature-title { font-size: 1.1rem; font-weight: 700; color: var(--sm-navy); margin-bottom: .5rem; }
.feature-desc { font-size: .875rem; color: #64748b; line-height: 1.6; }

/* ===== EARNINGS ===== */
.earnings-section { padding: 6rem 0; background: var(--sm-navy); }
.earnings-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 1.75rem; transition: all .2s; }
.earnings-card:hover { background: rgba(255,255,255,.1); border-color: rgba(16,185,129,.4); }
.earnings-amount { font-size: 1.5rem; font-weight: 800; color: var(--sm-emerald); }
.earnings-label { font-size: .8rem; color: rgba(255,255,255,.5); margin-top: .25rem; }
.earnings-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(16,185,129,.15); display: flex; align-items: center; justify-content: center; font-size: 1.25rem; color: var(--sm-emerald); }

/* ===== AI SECTION ===== */
.ai-section { padding: 6rem 0; background: var(--sm-gray-50, #f8fafc); }
.ai-assistant-card { background: #fff; border-radius: 16px; border: 1px solid #e2e8f0; padding: 1.5rem; transition: all .2s; cursor: pointer; }
.ai-assistant-card:hover { border-color: var(--sm-emerald); box-shadow: 0 8px 24px rgba(16,185,129,.12); }
.ai-assistant-card .ai-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 1rem; }
.ai-badge-label { background: linear-gradient(135deg, var(--sm-navy), var(--sm-navy-light)); color: #fff; padding: .2rem .6rem; border-radius: 20px; font-size: .65rem; font-weight: 600; }

/* ===== PRICING ===== */
.pricing-section { padding: 6rem 0; background: #fff; }
.pricing-card { border-radius: 20px; padding: 2.5rem; border: 2px solid #e2e8f0; transition: all .2s; position: relative; overflow: hidden; }
.pricing-card.featured { border-color: var(--sm-emerald); background: linear-gradient(135deg, var(--sm-navy) 0%, var(--sm-navy-light) 100%); color: #fff; }
.pricing-card.featured .pricing-price { color: var(--sm-emerald); }
.pricing-card.featured .pricing-feature { color: rgba(255,255,255,.8); }
.pricing-badge { position: absolute; top: 1.5rem; right: 1.5rem; background: var(--sm-emerald); color: #fff; padding: .25rem .75rem; border-radius: 20px; font-size: .7rem; font-weight: 600; }
.pricing-price { font-size: 3rem; font-weight: 800; color: var(--sm-navy); line-height: 1; }
.pricing-price span { font-size: 1rem; font-weight: 500; color: #64748b; }
.pricing-feature { display: flex; align-items: center; gap: .625rem; font-size: .875rem; color: #475569; padding: .4rem 0; }
.pricing-feature i { color: var(--sm-emerald); font-size: .9rem; }

/* ===== TESTIMONIALS ===== */
.testimonials-section { padding: 6rem 0; background: var(--sm-gray-50, #f8fafc); }
.testimonial-card { background: #fff; border-radius: 16px; padding: 2rem; border: 1px solid #e2e8f0; height: 100%; }
.testimonial-stars { color: var(--sm-gold); font-size: .9rem; margin-bottom: 1rem; }
.testimonial-text { font-size: .9rem; color: #475569; line-height: 1.7; font-style: italic; margin-bottom: 1.5rem; }
.testimonial-author { display: flex; align-items: center; gap: .75rem; }
.testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--sm-emerald); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: .9rem; }
.testimonial-name { font-weight: 600; font-size: .875rem; color: var(--sm-navy); }
.testimonial-role { font-size: .75rem; color: #94a3b8; }

/* ===== FAQ ===== */
.faq-section { padding: 6rem 0; background: #fff; }
.faq-item { border: 1px solid #e2e8f0; border-radius: 12px; margin-bottom: .75rem; overflow: hidden; }
.faq-question { padding: 1.25rem 1.5rem; font-weight: 600; font-size: .9rem; color: var(--sm-navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; background: #fff; transition: background .2s; }
.faq-question:hover { background: #f8fafc; }
.faq-answer { padding: 0 1.5rem 1.25rem; font-size: .875rem; color: #64748b; line-height: 1.7; display: none; }
.faq-answer.show { display: block; }
.faq-icon { transition: transform .2s; color: var(--sm-emerald); }
.faq-item.open .faq-icon { transform: rotate(45deg); }

/* ===== FOOTER ===== */
.landing-footer { background: var(--sm-navy); color: rgba(255,255,255,.65); padding: 4rem 0 2rem; }
.footer-brand { font-size: 1.3rem; font-weight: 800; color: #fff; margin-bottom: .75rem; }
.footer-tagline { font-size: .875rem; color: rgba(255,255,255,.45); margin-bottom: 1.5rem; }
.footer-heading { font-size: .8rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.4); margin-bottom: 1rem; }
.footer-link { display: block; color: rgba(255,255,255,.6); text-decoration: none; font-size: .875rem; padding: .25rem 0; transition: color .2s; }
.footer-link:hover { color: var(--sm-emerald); }
.footer-divider { border-color: rgba(255,255,255,.1); margin: 2rem 0 1.5rem; }
.footer-bottom { font-size: .8rem; color: rgba(255,255,255,.35); }
.social-link { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,.08); display: inline-flex; align-items: center; justify-content: center; color: rgba(255,255,255,.6); text-decoration: none; transition: all .2s; }
.social-link:hover { background: var(--sm-emerald); color: #fff; }

/* ===== RESPONSIVE ===== */
@media (max-width: 767.98px) {
  .hero-section { min-height: auto; padding: 4rem 0; }
  .hero-cta-group { flex-direction: column; }
  .btn-hero-primary, .btn-hero-secondary { text-align: center; justify-content: center; }
  .hero-stats { gap: 1.5rem; }
  .hero-visual { margin-top: 3rem; }
  .floating-badge { display: none; }
}
