/* ===== Nqolobane Technologies - Static Snapshot Styles ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; color: #1a1a1a; background: #f9fafb; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* Header */
.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.95); backdrop-filter: blur(8px); border-bottom: 1px solid #f3f4f6; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.header-bar { height: 4px; background: linear-gradient(90deg, #1e3a8a, #2563eb, #f97316); }
.nav-container { max-width: 1280px; margin: 0 auto; padding: 0 1rem; display: flex; justify-content: space-between; align-items: center; height: 80px; }
.logo img { height: 64px; width: auto; object-fit: contain; }
.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-links a { padding: 8px 16px; border-radius: 8px; font-size: 14px; font-weight: 500; color: #374151; transition: all 0.2s; }
.nav-links a:hover { background: #fff7ed; }
.nav-links a.active { background: #1e3a8a; color: #fff; }
.nav-links a.support { background: #f97316; color: #fff; margin-left: 8px; }
.nav-links a.support:hover { opacity: 0.9; }

/* Hero sections */
.hero { color: #fff; padding: 80px 0; position: relative; overflow: hidden; background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 60%, #1e40af 100%); }
.hero-blue { background: linear-gradient(135deg, #1e3a8a 0%, #0c4a6e 100%); }
.hero-orange { background: linear-gradient(135deg, #f97316 0%, #ea580c 100%); }
.hero-img { height: 500px; display: flex; align-items: center; background-size: cover; background-position: center; }
.hero-content { max-width: 1280px; margin: 0 auto; padding: 0 1rem; width: 100%; position: relative; }
.hero-badge { display: inline-block; padding: 6px 16px; border-radius: 999px; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 20px; }
.badge-orange-dark { background: rgba(249,115,22,0.2); color: #fb923c; }
.badge-orange-light { background: #ffedd5; color: #ea580c; }
.badge-orange-white { background: rgba(249,115,22,0.2); color: #fb923c; }
.hero h1 { font-size: 48px; font-weight: 900; margin-bottom: 24px; line-height: 1.1; }
.hero h1 .accent { color: #fb923c; }
.hero p { font-size: 20px; color: #bfdbfe; max-width: 640px; }
.hero-orange p { color: #fed7aa; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 32px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 32px; border-radius: 12px; font-weight: 600; font-size: 16px; transition: all 0.2s; cursor: pointer; border: none; }
.btn-primary { background: #fff; color: #111827; }
.btn-primary:hover { background: #f3f4f6; }
.btn-outline-white { background: rgba(255,255,255,0.9); border: 2px solid #fff; color: #111827; }
.btn-outline-white:hover { background: rgba(255,255,255,0.1); color: #fff; }
.btn-blue { background: #1e3a8a; color: #fff; }
.btn-blue:hover { opacity: 0.9; }
.btn-orange { background: #f97316; color: #fff; }
.btn-orange:hover { opacity: 0.9; }
.btn-white-orange { background: #fff; color: #f97316; }
.btn-white-blue { background: #fff; color: #1e3a8a; }
.btn-border-white { background: transparent; border: 2px solid #fff; color: #fff; }
.btn-border-orange { background: transparent; border: 2px solid #f97316; color: #f97316; }
.btn-border-blue { background: transparent; border: 2px solid #1e3a8a; color: #1e3a8a; }

/* Sections */
.section { padding: 80px 0; }
.section-sm { padding: 48px 0; }
.section-white { background: #fff; }
.section-gray { background: #f9fafb; }
.section-blue { background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 60%, #1e40af 100%); color: #fff; position: relative; overflow: hidden; }
.section-orange { background: linear-gradient(135deg, #f97316 0%, #ea580c 100%); color: #fff; position: relative; overflow: hidden; }
.section-dark { background: #111827; color: #fff; }
.section-yellow { background: #fffbeb; border-bottom: 1px solid #fde68a; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 1rem; }
.section-header { text-align: center; margin-bottom: 56px; }
.section-badge { display: inline-block; padding: 6px 16px; border-radius: 999px; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 16px; }
.section-title { font-size: 40px; font-weight: 900; color: #111827; line-height: 1.1; }
.section-blue .section-title, .section-orange .section-title { color: #fff; }
.section-title .gradient { background: linear-gradient(90deg, #1e40af, #f97316); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.section-subtitle { font-size: 18px; color: #6b7280; max-width: 640px; margin: 16px auto 0; }
.section-blue .section-subtitle { color: #bfdbfe; }
.section-orange .section-subtitle { color: #fed7aa; }

/* Stats */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat-item { display: flex; flex-direction: column; align-items: center; }
.stat-value { font-size: 36px; font-weight: 900; }
.stat-value-blue { color: #1e3a8a; }
.stat-value-orange { color: #f97316; }
.stat-value-white { color: #fff; }
.stat-label { color: #6b7280; font-size: 14px; }
.section-dark .stat-label { color: #9ca3af; }

/* Cards */
.card { background: #fff; border-radius: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); border: 1px solid #f3f4f6; overflow: hidden; transition: box-shadow 0.3s; }
.card:hover { box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.card-body { padding: 28px; }
.card-bar { height: 6px; }
.bar-blue { background: linear-gradient(90deg, #2563eb, #06b6d4); }
.bar-purple { background: linear-gradient(90deg, #9333ea, #ec4899); }
.bar-amber { background: linear-gradient(90deg, #f59e0b, #f97316); }

/* Service icon */
.service-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.icon-blue { background: #dbeafe; color: #2563eb; }
.icon-purple { background: #f3e8ff; color: #9333ea; }
.icon-amber { background: #fef3c7; color: #d97706; }
.icon-orange-light { background: #fed7aa; color: #f97316; }
.icon-gradient-blue { background: linear-gradient(135deg, #2563eb, #06b6d4); color: #fff; }
.icon-gradient-purple { background: linear-gradient(135deg, #9333ea, #ec4899); color: #fff; }
.icon-gradient-amber { background: linear-gradient(135deg, #f59e0b, #f97316); color: #fff; }
.service-icon svg { width: 24px; height: 24px; }

/* Grids */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.grid-2-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

/* Checkmark list */
.check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #4b5563; margin-bottom: 10px; }
.check-list li::before { content: "✓"; color: #22c55e; font-weight: bold; flex-shrink: 0; }
.check-list-blue li { color: #dbeafe; }
.check-list-blue li::before { color: #fb923c; }

/* Badge pill */
.pill { display: inline-block; padding: 4px 12px; border-radius: 999px; font-size: 12px; font-weight: 600; }
.pill-blue { background: #dbeafe; color: #1e40af; }
.pill-amber { background: #fef3c7; color: #92400e; }
.pill-purple { background: #f3e8ff; color: #7c3aed; }
.pill-green { background: #dcfce7; color: #166534; }
.pill-orange { background: #ffedd5; color: #ea580c; }

/* Partner tag */
.partner-tag { display: inline-block; padding: 8px 24px; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 8px; font-weight: 500; color: #374151; }
.partner-tag-lg { padding: 16px 32px; font-size: 18px; font-weight: 600; background: #fff; }

/* Testimonial */
.testimonial-stars { color: #fb923c; margin-bottom: 16px; font-size: 16px; }
.testimonial-quote { font-size: 32px; color: #ffedd5; margin-bottom: 8px; }
.testimonial-org { font-weight: 700; color: #111827; font-size: 16px; margin-bottom: 4px; }
.testimonial-contact { color: #f97316; font-weight: 600; font-size: 14px; }
.testimonial-designation { color: #9ca3af; font-size: 14px; }
.testimonial-location { display: flex; align-items: center; gap: 8px; margin-top: 16px; padding-top: 16px; border-top: 1px solid #f3f4f6; color: #9ca3af; font-size: 12px; }
.location-dot { width: 8px; height: 8px; background: #4ade80; border-radius: 50%; flex-shrink: 0; }

/* Team / value card */
.team-card { background: #fff; border-radius: 16px; padding: 28px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); border: 1px solid #f3f4f6; transition: box-shadow 0.3s; }
.team-card:hover { box-shadow: 0 12px 24px rgba(0,0,0,0.08); }
.team-avatar { width: 64px; height: 64px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 20px; font-weight: 900; color: #fff; }
.team-name { font-size: 18px; font-weight: 700; color: #111827; margin-bottom: 4px; }
.team-role { font-weight: 600; font-size: 14px; color: #f97316; margin-bottom: 12px; }
.team-qual { color: #9ca3af; font-size: 12px; }

/* Why cards (glass) */
.why-card { background: rgba(255,255,255,0.1); backdrop-filter: blur(4px); border-radius: 16px; padding: 24px; border: 1px solid rgba(255,255,255,0.2); }
.why-card-value { font-size: 30px; font-weight: 900; color: #fff; }
.why-card-label { color: #bfdbfe; font-size: 14px; }

/* Gradient stat card */
.stat-card { border-radius: 16px; padding: 32px; color: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.stat-card-value { font-size: 36px; font-weight: 900; margin-bottom: 8px; }
.stat-card-label { color: rgba(255,255,255,0.8); font-size: 14px; font-weight: 500; }
.grad-blue { background: linear-gradient(135deg, #2563eb, #06b6d4); }
.grad-purple { background: linear-gradient(135deg, #9333ea, #ec4899); }
.grad-green { background: linear-gradient(135deg, #16a34a, #34d399); }
.grad-amber { background: linear-gradient(135deg, #f59e0b, #f97316); }

/* Process step */
.process-step { text-align: center; }
.process-circle { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; color: #fff; font-size: 20px; font-weight: 700; background: #f97316; }

/* Office card */
.office-card { background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); border: 1px solid #f3f4f6; }
.office-card.head { border: 2px solid #2563eb; }
.office-title { display: flex; align-items: center; gap: 8px; font-size: 18px; font-weight: 700; color: #111827; margin-bottom: 16px; }
.office-row { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; font-size: 14px; color: #374151; }
.office-row a { color: #1e3a8a; }
.office-row a:hover { text-decoration: underline; }
.office-head-badge { display: inline-block; padding: 2px 8px; border-radius: 999px; font-size: 12px; background: #fed7aa; color: #c2410c; margin-bottom: 12px; }

/* Form */
.form-group { margin-bottom: 20px; }
.form-label { display: block; font-size: 14px; font-weight: 500; color: #374151; margin-bottom: 8px; }
.form-input, .form-textarea { width: 100%; padding: 10px 14px; border: 1px solid #d1d5db; border-radius: 8px; font-size: 14px; font-family: inherit; }
.form-input:focus, .form-textarea:focus { outline: 2px solid #2563eb; outline-offset: -1px; }
.form-textarea { resize: vertical; min-height: 120px; }

/* Project card */
.project-card { background: #fff; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); border: 1px solid #f3f4f6; overflow: hidden; transition: box-shadow 0.3s; }
.project-card:hover { box-shadow: 0 12px 24px rgba(0,0,0,0.08); }
.project-bar { height: 4px; }
.project-body { padding: 28px; }
.project-avatar { width: 64px; height: 64px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 900; color: #fff; margin-bottom: 16px; }
.project-title { font-size: 20px; font-weight: 900; color: #111827; }
.project-subtitle { font-weight: 600; font-size: 14px; color: #f97316; margin-bottom: 16px; }
.project-period { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 999px; font-size: 12px; font-weight: 600; background: #f3f4f6; color: #4b5563; white-space: nowrap; }
.project-achievements { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
.project-achievements li { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; color: #4b5563; }
.project-achievements li::before { content: "✓"; color: #22c55e; font-weight: bold; flex-shrink: 0; }

/* Case study card */
.cs-card { background: #fff; border-radius: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); border: 1px solid #f3f4f6; overflow: hidden; transition: box-shadow 0.3s; }
.cs-card:hover { box-shadow: 0 12px 24px rgba(0,0,0,0.1); }
.cs-body { padding: 24px; }
.cs-title { font-size: 18px; font-weight: 700; color: #111827; margin-bottom: 8px; }
.cs-client { font-size: 14px; font-weight: 600; color: #f97316; margin-bottom: 12px; }
.cs-desc { font-size: 14px; color: #4b5563; margin-bottom: 16px; }

/* CTA content */
.cta-content { max-width: 896px; margin: 0 auto; text-align: center; padding: 0 1rem; }
.cta-title { font-size: 40px; font-weight: 900; color: #fff; margin-bottom: 20px; line-height: 1.1; }
.cta-text { font-size: 20px; color: #fed7aa; margin-bottom: 32px; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* WhatsApp Button */
.whatsapp-btn { position: fixed; bottom: 24px; right: 24px; z-index: 100; width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, #1e3a8a, #f97316); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,0.2); transition: transform 0.3s; }
.whatsapp-btn:hover { transform: scale(1.1); }
.whatsapp-btn svg { width: 32px; height: 32px; fill: #fff; }

/* Footer */
.footer { background: #111827; color: #d1d5db; padding: 48px 0 0; }
.footer-grid { max-width: 1280px; margin: 0 auto; padding: 0 1rem; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; }
.footer-logo { height: 48px; width: auto; margin-bottom: 16px; }
.footer p { font-size: 14px; margin-bottom: 16px; }
.footer-links li { margin-bottom: 8px; font-size: 14px; }
.footer-links a:hover, .footer a:hover { color: #fb923c; }
.footer h3 { color: #fff; font-weight: 600; margin-bottom: 16px; font-size: 16px; }
.footer-bottom { border-top: 1px solid #1f2937; margin-top: 32px; padding: 32px 0; text-align: center; font-size: 14px; color: #9ca3af; }

/* Map placeholder */
.map-placeholder { width: 100%; min-height: 500px; background: #e5e7eb; border-radius: 16px; display: flex; align-items: center; justify-content: center; color: #6b7280; font-size: 18px; overflow: hidden; }

/* Responsive */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hero h1 { font-size: 32px; }
  .hero p { font-size: 16px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-2, .grid-3, .grid-4, .grid-2-2 { grid-template-columns: 1fr; }
  .section-title, .cta-title { font-size: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .project-achievements { grid-template-columns: 1fr; }
}