/*
Theme Name: Bizeeza Pro
Theme URI: https://bizeeza.com
Author: Bizeeza
Description: Modern dark business consultancy theme. Edit all content via Appearance > Customize.
Version: 1.0.3
Requires at least: 5.0
Requires PHP: 7.0
License: GPL v2
Text Domain: bizeeza
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; background: #0a0e1a; color: #e2e8f0; line-height: 1.6; }
a { text-decoration: none; color: inherit; }

/* NAVBAR */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 999; transition: all 0.3s; padding: 0 1.5rem; }
.nav-scrolled { background: rgba(10,14,26,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.05); }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.nav-logo { display: flex; align-items: center; gap: 0.5rem; font-weight: 600; font-size: 1.125rem; color: #fff; }
.nav-logo-b { width: 32px; height: 32px; border-radius: 8px; background: linear-gradient(135deg,#f97316,#ec4899); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 0.875rem; }
.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-links a { font-size: 0.875rem; color: #94a3b8; transition: color 0.2s; cursor: pointer; border: none; background: none; font-family: inherit; }
.nav-links a:hover { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 0.5rem; }
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.625rem 1.25rem; border-radius: 0.625rem; font-size: 0.875rem; font-weight: 500; cursor: pointer; transition: all 0.2s; border: none; font-family: inherit; text-decoration: none; }
.btn:hover { opacity: 0.9; transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg,#f97316,#ec4899); color: #fff; }
.btn-outline { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.2); }
.btn-outline:hover { background: rgba(255,255,255,0.1); }
.btn-ghost { background: transparent; color: #94a3b8; }
.btn-ghost:hover { color: #fff; }
.btn-lg { padding: 1rem 2rem; font-size: 1rem; border-radius: 0.75rem; }
.mobile-btn { display: none; background: none; border: none; color: #94a3b8; cursor: pointer; }

/* HERO */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #0a0e1a; }
.hero-bg { position: absolute; inset: 0; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(80px); }
.hero-orb1 { top: 25%; left: 25%; width: 384px; height: 384px; background: rgba(249,115,22,0.1); }
.hero-orb2 { bottom: 25%; right: 25%; width: 320px; height: 320px; background: rgba(236,72,153,0.1); }
.hero-orb3 { top: 50%; left: 50%; transform: translate(-50%,-50%); width: 600px; height: 600px; background: rgba(168,85,247,0.05); }
.hero-grid { position: absolute; inset: 0; opacity: 0.03; background-image: linear-gradient(rgba(255,255,255,0.1)1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.1)1px,transparent 1px); background-size: 50px 50px; }
.hero-inner { position: relative; z-index: 10; max-width: 1024px; margin: 0 auto; padding: 0 1.5rem; text-align: center; }
.hero-title { font-size: clamp(2.25rem,5vw,4.5rem); font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; }
.hero-title .white { color: #fff; display: block; }
.hero-title .gradient { background: linear-gradient(135deg,#f97316,#ec4899); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: block; }
.hero-desc { margin-top: 1.5rem; font-size: 1.125rem; color: #94a3b8; max-width: 640px; margin-left: auto; margin-right: auto; line-height: 1.7; }
.hero-btns { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1rem; justify-content: center; align-items: center; }
@keyframes pulseGlow { 0%,100%{box-shadow:0 0 20px rgba(249,115,22,0.2)} 50%{box-shadow:0 0 40px rgba(249,115,22,0.5)} }
.btn-glow { animation: pulseGlow 2s ease-in-out infinite; }
.hero-scroll { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); color: #64748b; cursor: pointer; animation: float 3s ease-in-out infinite; background: none; border: none; }
.hero-scroll:hover { color: #fff; }
@keyframes float { 0%,100%{transform:translateX(-50%)translateY(0)} 50%{transform:translateX(-50%)translateY(-10px)} }

/* SECTIONS */
.section { padding: 6rem 1rem; }
.section-alt { background: #0d111f; }
.section-inner { max-width: 1200px; margin: 0 auto; padding: 0 1rem; }
.section-label { color: #fb923c; font-size: 0.875rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; display: block; }
.section-title { margin-top: 0.75rem; font-size: clamp(1.875rem,4vw,3rem); font-weight: 700; color: #fff; }
.section-subtitle { margin-top: 1rem; color: #94a3b8; font-size: 1.125rem; }
.section-header { text-align: center; margin-bottom: 4rem; }
.section-header .section-subtitle { max-width: 640px; margin-left: auto; margin-right: auto; }

/* SERVICES */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 1.5rem; }
.service-card { position: relative; background: #131827; border: 1px solid rgba(255,255,255,0.05); border-radius: 1rem; padding: 1.5rem; transition: all 0.4s; }
.service-card:hover { border-color: rgba(249,115,22,0.3); transform: translateY(-8px); }
.service-icon { width: 48px; height: 48px; border-radius: 0.75rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; color: #fff; transition: transform 0.3s; }
.service-card:hover .service-icon { transform: scale(1.1); }
.service-title { font-size: 1.125rem; font-weight: 600; color: #fff; margin-bottom: 0.75rem; }
.service-desc { font-size: 0.875rem; color: #94a3b8; line-height: 1.6; }

/* STATS */
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 2rem; max-width: 900px; margin: 0 auto; }
.stat-card { text-align: center; padding: 2rem; border-radius: 1rem; background: rgba(19,24,39,0.5); border: 1px solid rgba(255,255,255,0.05); }
.stat-value { font-size: clamp(2rem,4vw,3.5rem); font-weight: 700; background: linear-gradient(135deg,#f97316,#ec4899); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.stat-label { margin-top: 0.5rem; color: #64748b; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; }

/* WHY US */
.why-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
.why-list { margin-top: 2rem; list-style: none; }
.why-list li { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 1rem; color: #cbd5e1; }
.why-list svg { width: 20px; height: 20px; color: #f97316; flex-shrink: 0; margin-top: 2px; }
.why-box { background: #131827; border: 1px solid rgba(255,255,255,0.05); border-radius: 1.5rem; padding: 2rem; }
.why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.why-item { background: #0a0e1a; border-radius: 1rem; padding: 1.25rem; text-align: center; border: 1px solid rgba(255,255,255,0.05); }
.why-item.wide { grid-column: span 2; }
.why-v { font-size: 1.875rem; font-weight: 700; background: linear-gradient(135deg,#f97316,#ec4899); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.why-l { font-size: 0.625rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.1em; margin-top: 0.25rem; }
.why-bar { margin-top: 1.5rem; height: 4px; border-radius: 2px; background: linear-gradient(90deg,#f97316,#ec4899,#a855f7); }

/* CTA */
.cta-wrap { position: relative; overflow: hidden; }
.cta-wrap::before { content:''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 500px; height: 500px; background: linear-gradient(90deg,rgba(249,115,22,0.1),rgba(236,72,153,0.1)); border-radius: 50%; filter: blur(80px); }
.cta-card { position: relative; max-width: 896px; margin: 0 auto; text-align: center; background: rgba(19,24,39,0.5); border: 1px solid rgba(255,255,255,0.05); border-radius: 1.5rem; padding: 3rem 2rem; }
.cta-title { font-size: clamp(1.875rem,4vw,3rem); font-weight: 700; color: #fff; }
.cta-desc { margin-top: 1.25rem; color: #94a3b8; font-size: 1.125rem; max-width: 640px; margin-left: auto; margin-right: auto; }

/* FOOTER */
.footer { background: #080c17; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 3rem 1rem; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 2.5rem; }
.footer-tagline { margin-top: 1rem; color: #64748b; font-size: 0.875rem; line-height: 1.6; }
.footer-heading { font-size: 0.75rem; font-weight: 600; color: #fff; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1rem; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.75rem; color: #64748b; font-size: 0.875rem; }
.footer-links a { color: #64748b; font-size: 0.875rem; transition: color 0.2s; }
.footer-links a:hover { color: #fb923c; }
.footer-contact { display: flex; align-items: center; gap: 0.5rem; color: #64748b; font-size: 0.875rem; margin-bottom: 0.75rem; }
.footer-contact svg { width: 16px; height: 16px; color: #f97316; flex-shrink: 0; }
.footer-socials { display: flex; gap: 0.75rem; margin-top: 1rem; }
.footer-social { width: 32px; height: 32px; border-radius: 8px; background: rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: center; color: #64748b; font-size: 0.75rem; text-transform: capitalize; transition: all 0.2s; }
.footer-social:hover { color: #fb923c; background: rgba(255,255,255,0.1); }
.footer-bottom { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.05); display: flex; flex-direction: column; gap: 1rem; align-items: center; text-align: center; }
.footer-copyright { color: #475569; font-size: 0.875rem; }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { color: #475569; font-size: 0.875rem; }
.footer-legal a:hover { color: #94a3b8; }

/* MODAL */
.modal { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,0.7); backdrop-filter: blur(4px); align-items: center; justify-content: center; padding: 1rem; }
.modal.active { display: flex; }
.modal-box { background: #131827; border: 1px solid rgba(255,255,255,0.05); border-radius: 1rem; max-width: 480px; width: 100%; max-height: 90vh; overflow-y: auto; }
.modal-head { display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
.modal-title { font-size: 1.125rem; font-weight: 600; color: #fff; display: flex; align-items: center; gap: 0.5rem; }
.modal-close { background: none; border: none; color: #64748b; cursor: pointer; font-size: 1.5rem; line-height: 1; }
.modal-close:hover { color: #fff; }
.modal-body { padding: 1.5rem; }
.form-group { margin-bottom: 1rem; }
.form-label { display: flex; align-items: center; gap: 0.375rem; color: #cbd5e1; font-size: 0.875rem; margin-bottom: 0.375rem; }
.form-input, .form-textarea { width: 100%; padding: 0.625rem 0.875rem; background: #0a0e1a; border: 1px solid rgba(255,255,255,0.1); border-radius: 0.5rem; color: #fff; font-size: 0.875rem; font-family: inherit; transition: border-color 0.2s; }
.form-input:focus, .form-textarea:focus { outline: none; border-color: #f97316; }
.form-textarea { resize: vertical; min-height: 100px; }
.form-submit { width: 100%; margin-top: 0.5rem; justify-content: center; }
.form-success { text-align: center; padding: 2.5rem 1rem; }
.form-success svg { width: 48px; height: 48px; color: #34d399; margin: 0 auto 1rem; }
.form-success h3 { color: #fff; font-size: 1.125rem; margin-bottom: 0.5rem; }
.form-success p { color: #94a3b8; font-size: 0.875rem; }
.form-hint { color: #475569; font-size: 0.75rem; text-align: center; margin-top: 0.75rem; }

/* RESPONSIVE */
@media (min-width: 640px) {
  .hero-btns { flex-direction: row; }
  .cta-card { padding: 4rem 3.5rem; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
  .why-grid { grid-template-columns: 1fr 1fr; gap: 4rem; }
}
@media (max-width: 768px) {
  .nav-links, .nav-actions { display: none; }
  .mobile-btn { display: block; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: rgba(10,14,26,0.98); padding: 1rem 1.5rem; gap: 0; border-top: 1px solid rgba(255,255,255,0.05); list-style: none; z-index: 100; }
  .nav-links.open li { border-bottom: 1px solid rgba(255,255,255,0.05); }
  .nav-links.open li:last-child { border-bottom: none; }
  .nav-links.open a { display: block; padding: 0.75rem 0; font-size: 1rem; color: #94a3b8; }
  .nav-links.open .mob-actions { display: flex; flex-direction: column; gap: 0.5rem; padding: 1rem 0 0.5rem; border-top: 1px solid rgba(255,255,255,0.1); margin-top: 0.5rem; }
}
