/* Core Dark Theme Base */
* { box-sizing: border-box; margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
body { background-color: #0b0f17; color: #c9d1d9; line-height: 1.6; }

a { color: #10b981; text-decoration: none; }
a:hover { color: #34d399; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

/* Navbar */
.navbar { background-color: #111827; border-bottom: 1px solid #1f2937; position: sticky; top: 0; z-index: 100; }
.nav-wrapper { display: flex; justify-content: space-between; align-items: center; height: 70px; }
.logo { display: flex; align-items: center; gap: 10px; font-size: 1.4rem; font-weight: 800; color: #fff; }
.logo-icon { width: 32px; height: 32px; }

.nav-links { display: flex; list-style: none; gap: 20px; align-items: center; }
.nav-links a { color: #9ca3af; font-size: 0.88rem; font-weight: 500; }
.nav-links a.active, .nav-links a:hover { color: #ffffff; }
.btn-nav { background-color: #10b981; color: #000000 !important; padding: 8px 16px; border-radius: 6px; font-weight: 700 !important; }

/* Hero & Split Sections */
.hero-split { padding: 80px 0; background: radial-gradient(circle at 50% 0%, rgba(16, 185, 129, 0.12) 0%, rgba(11, 15, 23, 0) 70%); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.hero-text h1 { font-size: 2.8rem; color: #fff; font-weight: 800; line-height: 1.15; margin: 15px 0; }

.badge { background: rgba(16, 185, 129, 0.15); color: #10b981; border: 1px solid rgba(16, 185, 129, 0.3); padding: 4px 12px; border-radius: 12px; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; }

.btn { display: inline-block; padding: 12px 24px; border-radius: 6px; font-weight: 700; cursor: pointer; text-align: center; }
.btn-primary { background: #10b981; color: #000; border: none; }
.btn-secondary { background: #1f2937; color: #fff; border: 1px solid #374151; margin-left: 10px; }

/* Stats Bar */
.stats-bar { background: #111827; border-y: 1px solid #1f2937; padding: 30px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); text-align: center; gap: 20px; }
.stat-item h3 { font-size: 1.8rem; color: #10b981; }
.stat-item p { color: #9ca3af; font-size: 0.85rem; }

/* Banners & Cards */
.page-banner { padding: 60px 0; background: #111827; border-bottom: 1px solid #1f2937; text-align: center; }
.page-banner h1 { font-size: 2.4rem; color: #fff; margin-bottom: 8px; }
.page-banner p { color: #9ca3af; font-size: 1.1rem; }
.section-subtitle { text-align: center; color: #9ca3af; max-width: 720px; margin: -15px auto 40px; font-size: 1rem; }

.section { padding: 60px 0; }
.section-title { font-size: 1.8rem; color: #fff; margin-bottom: 30px; text-align: center; }

.card-grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.card { background: #111827; border: 1px solid #1f2937; border-radius: 12px; padding: 28px; transition: border-color 0.2s, transform 0.2s; display: flex; flex-direction: column; }
.card:hover { border-color: #10b981; transform: translateY(-3px); }
.card h3 { color: #fff; font-size: 1.25rem; margin: 16px 0 10px; }
.card p { color: #9ca3af; font-size: 0.92rem; flex-grow: 1; margin-bottom: 18px; }

/* Proper Responsive Sizing for Neon Card Graphics */
.neon-card-graphic { 
  width: 100%; 
  height: auto; 
  max-height: 220px; 
  object-fit: contain; 
  border-radius: 10px; 
  background: #080410;
  border: 1px solid #1f2937;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

/* Job Card Specific Styles */
.job-card { background: #111827; border: 1px solid #1f2937; border-radius: 12px; padding: 28px; }
.job-header { margin-bottom: 12px; }
.job-type-badge { display: inline-block; background: rgba(59, 130, 246, 0.15); color: #60a5fa; border: 1px solid rgba(59, 130, 246, 0.3); padding: 4px 10px; border-radius: 6px; font-size: 0.78rem; font-weight: 600; margin-top: 6px; }
.job-action { margin-top: 20px; padding-top: 15px; border-top: 1px solid #1f2937; }
.job-apply-btn { color: #10b981; font-weight: 700; font-size: 0.9rem; display: inline-block; transition: color 0.2s; }
.job-apply-btn:hover { color: #34d399; text-decoration: underline; }

.email-link-badge { display: inline-block; background: rgba(16, 185, 129, 0.1); border: 1px solid #10b981; color: #3fb950; padding: 8px 18px; border-radius: 20px; font-weight: 600; font-size: 0.95rem; }
.email-link-badge:hover { background: #10b981; color: #000; }

.card-email-btn { display: inline-block; color: #10b981; font-weight: 700; font-size: 0.88rem; margin-top: auto; transition: color 0.2s; }
.card-email-btn:hover { color: #34d399; text-decoration: underline; }

/* Vector & Diagram Component Styling */
.svg-icon { background: rgba(16, 185, 129, 0.1); width: 60px; height: 60px; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.vector-card-hero { width: 100%; height: 140px; border-radius: 8px; border: 1px solid #374151; }

.vector-feature-box { background: #111827; border: 1px solid #1f2937; border-radius: 12px; padding: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
.v-text h2 { color: #fff; font-size: 1.8rem; margin-bottom: 12px; }
.v-text p { color: #9ca3af; font-size: 1rem; }
.svg-diagram { width: 100%; height: auto; }

/* Forms */
.form-wrapper { background: #111827; border: 1px solid #1f2937; border-radius: 12px; padding: 40px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 0.85rem; color: #9ca3af; margin-bottom: 6px; font-weight: 600; }
.form-group input, .form-group textarea { width: 100%; padding: 12px; background: #0b0f17; border: 1px solid #374151; border-radius: 6px; color: #fff; font-size: 0.95rem; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: #10b981; }

/* Red Catena Footer */
.catena-footer { background-color: #ef4444; padding: 24px 0; margin-top: 60px; }
.footer-wrapper { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.footer-left { display: flex; align-items: center; gap: 20px; }
.footer-logo { display: flex; align-items: center; gap: 8px; font-size: 1.5rem; font-weight: 800; color: #ffffff !important; }
.footer-logo .logo-icon { width: 28px; height: 28px; }
.footer-copy { color: rgba(255, 255, 255, 0.8); font-size: 0.85rem; }
.footer-right { display: flex; gap: 28px; align-items: center; }
.footer-right a { color: #ffffff !important; font-size: 0.9rem; font-weight: 500; }
