/* ============================================
   CIVICFIX PRESS KIT V2 - MEDIA HUB STYLES
   ============================================ */

:root {
    --primary: #10b981;
    --primary-dark: #059669;
    --primary-light: rgba(16, 185, 129, 0.15);
    --primary-glow: rgba(16, 185, 129, 0.3);
    --secondary: #6366f1;
    --secondary-light: rgba(99, 102, 241, 0.15);
    --dark: #0a0f1a;
    --dark-secondary: #111827;
    --dark-tertiary: #1e293b;
    --gray-900: #f1f5f9;
    --gray-800: #e2e8f0;
    --gray-700: #cbd5e1;
    --gray-600: #94a3b8;
    --gray-500: #64748b;
    --gray-400: #475569;
    --gray-300: #334155;
    --gray-200: #1e293b;
    --gray-100: #0f172a;
    --gradient: linear-gradient(135deg, #10b981, #6366f1);
    --card-bg: rgba(17, 24, 39, 0.7);
    --card-border: rgba(255, 255, 255, 0.08);
    --glass-border: rgba(255, 255, 255, 0.08);
}

/* BASE */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: 'Inter', sans-serif;
    background: var(--dark);
    color: var(--gray-800);
    line-height: 1.6;
    overflow-x: hidden;
}

.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.gradient-text {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.meta-label {
    display: inline-block;
    color: var(--primary);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    margin-bottom: 16px;
}

/* NAVIGATION */
.nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    padding: 24px 0;
    background: rgba(10, 15, 26, 0.82);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--glass-border);
    transition: all 0.4s ease;
}
.nav.scrolled { padding: 14px 0; background: rgba(10, 15, 26, 0.96); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.nav-brand { display: flex; align-items: center; gap: 12px; font-size: 1.5rem; font-weight: 800; text-decoration: none; color: var(--gray-900); }
.nav-brand img { width: 42px; height: 42px; border-radius: 12px; }
.btn-nav { padding: 10px 24px; background: var(--gradient); color: #fff; border-radius: 50px; font-weight: 700; text-decoration: none; font-size: 0.875rem; }

/* HERO SECTION */
.press-hero {
    padding: 200px 0 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero-glow { position: absolute; width: 600px; height: 600px; background: var(--primary-glow); filter: blur(140px); opacity: 0.15; z-index: -1; }
.glow-1 { top: -200px; right: -100px; }
.glow-2 { bottom: -200px; left: -100px; }

.hero-badge {
    display: inline-block;
    padding: 8px 16px;
    background: var(--primary-light);
    color: var(--primary);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 50px;
    font-size: 0.8125rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 24px;
}
.press-hero h1 { font-size: clamp(3rem, 7vw, 5rem); font-weight: 950; color: var(--gray-900); line-height: 1; margin-bottom: 24px; letter-spacing: -0.04em; }
.press-hero p { font-size: 1.25rem; color: var(--gray-600); max-width: 750px; margin: 0 auto 48px; }

.quick-nav { display: flex; justify-content: center; gap: 40px; }
.quick-nav a { color: var(--gray-400); text-decoration: none; font-weight: 700; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 1px; transition: 0.3s; }
.quick-nav a:hover { color: var(--primary); text-shadow: 0 0 10px var(--primary-glow); }

/* ABOUT & FACT GRID */
.press-about { margin-bottom: 120px; }
.glass-container {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 48px;
    padding: 80px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: center;
}
.press-copy h2 { font-size: 3.5rem; font-weight: 850; color: var(--gray-900); line-height: 1.1; margin-bottom: 32px; }
.press-copy p { font-size: 1.125rem; color: var(--gray-500); margin-bottom: 32px; }
.boilerplate-box { 
    padding: 24px; 
    background: rgba(255, 255, 255, 0.02); 
    border-left: 4px solid var(--primary); 
    border-radius: 0 16px 16px 0; 
}
.boilerplate-box strong { display: block; color: var(--gray-900); font-size: 0.75rem; text-transform: uppercase; margin-bottom: 8px; }
.boilerplate-box p { font-size: 0.9375rem; margin-bottom: 0; }

.fact-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--glass-border);
    padding: 32px;
    border-radius: 24px;
    text-align: center;
}
.fact-label { display: block; color: var(--gray-600); font-size: 0.75rem; text-transform: uppercase; font-weight: 800; margin-bottom: 8px; }
.fact-v { font-size: 1.375rem; font-weight: 800; color: var(--primary); }

/* IDENTITY SECTION */
.identity-section { padding: 120px 0; }
.section-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.color-palette { display: grid; grid-template-columns: 1fr; gap: 20px; margin: 40px 0; }
.color-swatch-item { display: flex; align-items: center; gap: 20px; padding: 16px 24px; background: rgba(255,255,255,0.02); border-radius: 16px; border: 1px solid var(--glass-border); }
.swatch { width: 50px; height: 50px; border-radius: 12px; }
.c-emerald { background: #10B981; }
.c-indigo { background: #6366F1; }
.c-dark { background: #0A0F1A; border: 1px solid #222; }
.swatch-data strong { display: block; color: var(--gray-900); }
.swatch-data span { color: var(--gray-600); font-family: monospace; }
.typography-preview { padding: 24px; background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 20px; }

/* LEADERSHIP SECTION */
.leadership-section { padding: 120px 0; }
.section-header { text-align: center; max-width: 750px; margin: 0 auto 80px; }
.section-header h2 { font-size: 3.5rem; font-weight: 900; color: var(--gray-900); margin-bottom: 24px; }
.solo-founder-grid { display: flex; justify-content: center; }
.team-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 40px; overflow: hidden; max-width: 600px; }
.team-img { height: 500px; width: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; background: #000; }
.founder-photo { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.profile-placeholder { background: none; }
.team-info { padding: 48px; text-align: left; }
.team-info h3 { font-size: 2rem; color: var(--gray-900); margin-bottom: 4px; }
.team-role { display: block; color: var(--primary); font-weight: 700; margin-bottom: 20px; font-size: 1.125rem; }
.team-info p { font-size: 1.05rem; }
.team-social { display: flex; gap: 24px; margin-top: 32px; }
.team-social a { color: var(--gray-500); text-decoration: none; font-weight: 800; font-size: 0.8125rem; text-transform: uppercase; letter-spacing: 1px; transition: 0.3s; }
.team-social a:hover { color: var(--primary); }

/* IMPACT DASHBOARD */
.impact-stats { padding: 120px 0; background: rgba(16, 185, 129, 0.03); }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.metric-card { padding: 48px 32px; background: var(--dark-secondary); border: 1px solid var(--glass-border); border-radius: 32px; text-align: center; }
.m-val { font-size: 3rem; font-weight: 950; color: var(--primary); margin-bottom: 12px; }
.m-lbl { font-size: 0.875rem; color: var(--gray-600); font-weight: 700; text-transform: uppercase; }

/* BRAND ASSETS */
.brand-assets { padding: 120px 0; }
.assets-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.asset-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 32px; overflow: hidden; transition: 0.4s; }
.asset-card:hover { transform: translateY(-10px); border-color: var(--primary); }
.asset-preview { height: 220px; background: #000; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.asset-preview img { width: 100%; height: 100%; object-fit: cover; }
.contain-img { width: 100px !important; height: 100px !important; object-fit: contain !important; }
.btn-download { display: block; width: 100%; text-align: center; padding: 14px; background: var(--primary-light); color: var(--primary); border-radius: 12px; text-decoration: none; font-weight: 700; transition: 0.3s; }
.btn-download:hover { background: var(--primary); color: #fff; }

/* FAQ ACCORDION */
.press-faq { padding: 120px 0; }
.faq-accordion { max-width: 800px; margin: 0 auto; }
.faq-item { background: var(--dark-secondary); border: 1px solid var(--glass-border); border-radius: 20px; padding: 32px; margin-bottom: 20px; transition: 0.3s; }
.faq-q { font-size: 1.125rem; font-weight: 700; color: var(--gray-900); cursor: pointer; }
.faq-a { font-size: 1rem; color: var(--gray-600); margin-top: 16px; }

/* MEDIA CTA */
.press-cta { padding: 120px 0; }
.cta-card { background: var(--gradient); border-radius: 56px; padding: 120px 48px; text-align: center; }
.cta-content h2 { font-size: 4rem; font-weight: 900; color: #fff; margin-bottom: 24px; }
.cta-content p { font-size: 1.35rem; color: rgba(255,255,255,0.9); margin-bottom: 48px; max-width: 850px; margin: 0 auto 48px; }
.cta-btns { display: flex; justify-content: center; gap: 24px; }
.btn-primary-white { padding: 18px 48px; background: #fff; color: var(--primary); border-radius: 50px; font-weight: 800; text-decoration: none; transition: 0.3s; }
.btn-secondary-outline { padding: 18px 48px; background: transparent; border: 2px solid #fff; color: #fff; border-radius: 50px; font-weight: 800; text-decoration: none; transition: 0.3s; }

/* FOOTER */
.footer { background: var(--dark-secondary); padding: 100px 0 40px; border-top: 1px solid var(--glass-border); }
.footer-grid { display: grid; grid-template-columns: 2fr 1.5fr 1fr; gap: 80px; }
.footer-nav-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.footer-col h4 { color: var(--gray-900); margin-bottom: 24px; font-weight: 800; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 12px; }
.footer-col a { color: var(--gray-600); text-decoration: none; transition: 0.3s; }
.footer-col a:hover { color: var(--primary); }
.footer-social { display: flex; gap: 16px; }
.social-icon { width: 44px; height: 44px; background: rgba(255,255,255,0.05); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--gray-600); text-decoration: none; }
.footer-bottom { border-top: 1px solid var(--glass-border); margin-top: 80px; padding-top: 40px; display: flex; justify-content: space-between; align-items: center; color: var(--gray-600); font-size: 0.875rem; }

/* REVEAL ANIMATIONS */
.reveal { opacity: 0; transform: translateY(30px); transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.2s; }
.reveal-delay-2 { transition-delay: 0.4s; }

/* RESPONSIVE */
@media (max-width: 1024px) {
    .glass-container, .section-grid, .team-grid, .metrics-grid, .assets-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .press-hero h1 { font-size: 3rem; }
    .quick-nav { flex-wrap: wrap; gap: 20px; }
    .cta-content h2 { font-size: 2.5rem; }
    .cta-btns { flex-direction: column; }
}
