/* ===================== WOCOM ENTERPRISE SHARED STYLES ===================== */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
    --purple: #7B2FF2;
    --purple-dark: #5A1FBD;
    --purple-light: #A78BFA;
    --purple-bg: rgba(123,47,242,0.08);
    --green: #22C55E;
    --blue: #3B82F6;
    --amber: #F59E0B;
    --red: #EF4444;
    --text: #1F2937;
    --text-secondary: #6B7280;
    --text-light: #9CA3AF;
    --border: #E5E7EB;
    --bg: #FFFFFF;
    --bg-light: #F9FAFB;
    --bg-dark: #0F0F1A;
    --radius: 16px;
    --shadow: 0 4px 24px rgba(0,0,0,0.08);
    --shadow-lg: 0 12px 40px rgba(0,0,0,0.12);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', -apple-system, sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 100px 0; }
.section-light { background: var(--bg-light); }
.text-center { text-align: center; }
.text-purple { color: var(--purple); }

h1 { font-size: 48px; font-weight: 800; line-height: 1.15; letter-spacing: -1px; }
h2 { font-size: 36px; font-weight: 800; line-height: 1.2; }
h3 { font-size: 22px; font-weight: 700; }
h4 { font-size: 18px; font-weight: 700; }
.subtitle { font-size: 18px; color: var(--text-secondary); line-height: 1.7; max-width: 640px; margin: 16px auto 0; }

.badge { display: inline-block; background: var(--purple-bg); color: var(--purple); font-size: 13px; font-weight: 700; padding: 6px 16px; border-radius: 50px; letter-spacing: 0.5px; margin-bottom: 16px; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 12px; font-family: inherit; font-size: 15px; font-weight: 700; cursor: pointer; transition: all 0.3s; border: none; }
.btn-primary { background: linear-gradient(135deg, var(--purple), var(--purple-dark)); color: #fff; box-shadow: 0 4px 15px rgba(123,47,242,0.25); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(123,47,242,0.35); }
.btn-outline { background: transparent; color: var(--purple); border: 2px solid var(--purple); }
.btn-outline:hover { background: var(--purple); color: #fff; }
.btn-white { background: #fff; color: var(--purple); }
.btn-sm { padding: 10px 20px; font-size: 13px; }

/* Page Header */
.page-header { background: linear-gradient(165deg, #0F0F1A 0%, #1a0e2e 50%, #5A1FBD 100%); padding: 160px 0 80px; text-align: center; color: #fff; }
.page-header h1 { color: #fff; margin-bottom: 16px; }
.page-header p { color: rgba(255,255,255,0.6); font-size: 18px; max-width: 600px; margin: 0 auto; }
.page-header .breadcrumb { font-size: 13px; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.page-header .breadcrumb a { color: rgba(255,255,255,0.6); }
.page-header .breadcrumb a:hover { color: #fff; }

/* Navbar */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 16px 0; background: rgba(15,15,26,0.95); backdrop-filter: blur(20px); box-shadow: 0 1px 20px rgba(0,0,0,0.08); }
.navbar .container { display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo img { height: 36px; }
.nav-logo .ent-badge { background: linear-gradient(135deg, var(--purple), var(--purple-dark)); color: #fff; font-size: 9px; font-weight: 800; padding: 3px 8px; border-radius: 6px; letter-spacing: 1px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.7); transition: color 0.2s; }
.nav-links a:hover { color: var(--purple-light); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-login { font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.7); padding: 8px 16px; }
.nav-login:hover { color: #fff; }
.nav-cta { padding: 10px 24px; font-size: 14px; }

/* Footer */
.footer { background: #080810; color: rgba(255,255,255,0.6); padding: 80px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 60px; }
.footer-brand img { height: 36px; margin-bottom: 16px; }
.footer-brand p { font-size: 14px; line-height: 1.7; max-width: 280px; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social a { width: 36px; height: 36px; border-radius: 10px; background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.4); transition: all 0.2s; font-size: 14px; }
.footer-social a:hover { background: var(--purple); color: #fff; }
.footer-col h4 { color: #fff; font-size: 14px; font-weight: 700; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-col a { display: block; font-size: 14px; padding: 6px 0; transition: color 0.2s; }
.footer-col a:hover { color: var(--purple-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
.footer-bottom a { margin-left: 24px; }
.footer-bottom a:hover { color: var(--purple-light); }
.footer-contact-info { margin-top: 16px; font-size: 13px; line-height: 1.8; }

@media (max-width: 1024px) {
    h1 { font-size: 36px; } h2 { font-size: 28px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    h1 { font-size: 28px; } h2 { font-size: 24px; }
    .section { padding: 60px 0; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
    .nav-links { display: none; }
    .page-header { padding: 120px 0 60px; }
}
