/* ==========================================================================
   PJOC NIGERIA LIMITED — stylesheet
   ========================================================================== */

:root {
  /* brand palette, drawn from the PJOC logo mark */
  --black-950: #0a0a0c;
  --black-900: #17181b;
  --black-800: #212227;
  --black-700: #2d2f36;
  --black-600: #3a3d45;
  --red-600: #e5202b;
  --red-500: #ff4d4d;
  --red-300: #ffb3ae;
  --blue-600: #1e3af0;
  --blue-500: #3e5cff;
  --blue-300: #a8b8ff;
  --logo-gray: #8a8f98;
  --ink-900: #101820;
  --ink-700: #3a4652;
  --ink-500: #64707c;
  --ink-300: #97a2ab;
  --paper-0: #ffffff;
  --paper-50: #f7f9fb;
  --paper-100: #eef2f5;
  --paper-200: #e2e8ed;
  --shadow-sm: 0 1px 2px rgba(10, 31, 56, 0.06), 0 1px 1px rgba(10, 31, 56, 0.04);
  --shadow-md: 0 8px 24px rgba(10, 31, 56, 0.10);
  --shadow-lg: 0 24px 60px rgba(10, 31, 56, 0.16);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --container: 1180px;
  --nav-h: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink-900);
  background: var(--paper-0);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Poppins', 'Inter', sans-serif;
  color: var(--black-900);
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.01em;
}

p { margin: 0; }
a { text-decoration: none; color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red-600);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--blue-600);
  display: inline-block;
}

.section {
  padding: 104px 0;
  position: relative;
}
.section-tight { padding: 72px 0; }
.section-head {
  max-width: 640px;
  margin-bottom: 56px;
}
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 600; }
.section-head .lead {
  margin-top: 16px;
  color: var(--ink-500);
  font-size: 1.05rem;
}

.bg-paper { background: var(--paper-50); }
.bg-navy {
  background: linear-gradient(160deg, var(--black-950), var(--black-800) 60%, var(--black-700));
  color: var(--paper-100);
}
.bg-navy h2, .bg-navy h3 { color: var(--paper-0); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn-primary {
  background: var(--red-600);
  color: #fff;
  box-shadow: 0 10px 24px rgba(229,32,43,0.32);
}
.btn-primary:hover { background: var(--red-500); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(229,32,43,0.4); }
.btn-ghost {
  background: transparent;
  color: var(--black-900);
  border-color: var(--paper-200);
}
.btn-ghost:hover { border-color: var(--black-700); transform: translateY(-2px); }
.btn-outline-light {
  background: rgba(255,255,255,0.06);
  color: #fff;
  border-color: rgba(255,255,255,0.28);
  backdrop-filter: blur(6px);
}
.btn-outline-light:hover { background: rgba(255,255,255,0.14); transform: translateY(-2px); }
.btn-block { width: 100%; justify-content: center; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  background: rgba(10,10,12,0.0);
  transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}
.site-header.scrolled {
  background: rgba(10,10,12,0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.brand-mark {
  height: 42px;
  padding: 5px 10px;
  border-radius: 11px;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(10,10,12,0.28);
}
.wordmark {
  font-family: 'Baloo 2', 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1;
  display: inline-flex;
  align-items: flex-start;
  letter-spacing: -0.01em;
}
.wordmark .wm-p { color: var(--red-600); }
.wordmark .wm-j { color: var(--black-900); }
.wordmark .wm-o { color: var(--blue-600); }
.wordmark .wm-c { color: var(--logo-gray); }
.wordmark .wm-tm { font-size: 0.5rem; font-weight: 700; color: var(--red-600); margin-left: 1px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { font-family: 'Poppins', sans-serif; font-size: 1.02rem; font-weight: 600; letter-spacing: 0.01em; }
.brand-text span { font-size: 0.66rem; letter-spacing: 0.12em; color: var(--blue-300); text-transform: uppercase; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-links a {
  color: rgba(255,255,255,0.82);
  font-size: 0.92rem;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 100px;
  transition: background 0.2s ease, color 0.2s ease;
}
.nav-links a:hover { background: rgba(255,255,255,0.1); color: #fff; }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle {
  display: none;
  background: none;
  border: none;
  width: 42px; height: 42px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.nav-toggle:hover { background: rgba(255,255,255,0.1); }
.nav-toggle svg { width: 22px; height: 22px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: calc(var(--nav-h) + 96px) 0 120px;
  background: radial-gradient(ellipse 1200px 600px at 80% -10%, rgba(229,32,43,0.18), transparent 60%),
              linear-gradient(165deg, var(--black-950) 0%, var(--black-900) 45%, var(--black-800) 100%);
  color: #fff;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.9), transparent 75%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
}
.hero-copy .eyebrow { color: var(--blue-300); }
.hero h1 {
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  font-weight: 600;
  color: #fff;
  max-width: 620px;
}
.hero .lead {
  margin-top: 22px;
  font-size: 1.12rem;
  color: rgba(255,255,255,0.72);
  max-width: 520px;
}
.hero-actions {
  margin-top: 38px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-stats {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 40px;
}
.hero-stats .stat-num {
  font-family: 'Poppins', sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: #fff;
}
.hero-stats .stat-label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  margin-top: 4px;
}

.hero-panel {
  position: relative;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 32px;
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow-lg);
}
.hero-panel-title {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue-300);
  font-weight: 700;
  margin-bottom: 20px;
}
.hero-panel-list { display: flex; flex-direction: column; gap: 14px; }
.hero-panel-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-sm);
  transition: transform .2s ease, background .2s ease;
}
.hero-panel-item:hover { background: rgba(255,255,255,0.07); transform: translateX(4px); }
.hero-panel-item .icon-badge { flex-shrink: 0; }
.hero-panel-item h4 { color: #fff; font-size: 0.95rem; font-weight: 600; }
.hero-panel-item p { font-size: 0.84rem; color: rgba(255,255,255,0.55); margin-top: 2px; }

/* ---------- Icon badge ---------- */
.icon-badge {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(229,32,43,0.18), rgba(229,32,43,0.06));
  color: var(--red-500);
  border: 1px solid rgba(229,32,43,0.25);
}
.icon-badge svg { width: 22px; height: 22px; }
.icon-badge.gold {
  background: linear-gradient(135deg, rgba(30,58,240,0.18), rgba(30,58,240,0.06));
  color: var(--blue-600);
  border-color: rgba(30,58,240,0.28);
}

/* ---------- Logo strip ---------- */
.logo-strip {
  padding: 34px 0;
  border-top: 1px solid var(--paper-200);
  border-bottom: 1px solid var(--paper-200);
}
.logo-strip .container {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logo-strip-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink-500);
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.logo-strip-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.logo-strip-tags span {
  font-size: 0.82rem;
  color: var(--ink-700);
  background: var(--paper-100);
  border: 1px solid var(--paper-200);
  padding: 7px 14px;
  border-radius: 100px;
  font-weight: 500;
}

/* ---------- Approach ---------- */
.approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.approach-copy p + p { margin-top: 18px; color: var(--ink-500); font-size: 1.02rem; }
.approach-cards {
  display: grid;
  gap: 16px;
}
.approach-card {
  display: flex;
  gap: 16px;
  padding: 22px;
  background: var(--paper-0);
  border: 1px solid var(--paper-200);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: box-shadow .2s ease, transform .2s ease;
}
.approach-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.approach-card h4 { font-size: 1rem; font-weight: 600; margin-bottom: 6px; }
.approach-card p { color: var(--ink-500); font-size: 0.92rem; }

/* ---------- Industries ---------- */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.industry-card {
  padding: 26px 22px;
  background: var(--paper-0);
  border: 1px solid var(--paper-200);
  border-radius: var(--radius-md);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: rgba(229,32,43,0.35);
}
.industry-card .icon-badge { margin-bottom: 16px; }
.industry-card h4 { font-size: 1rem; font-weight: 600; }

/* ---------- Services ---------- */
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.service-card {
  background: var(--paper-0);
  border: 1px solid var(--paper-200);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: box-shadow .2s ease, transform .2s ease;
}
.service-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.service-card .icon-badge { margin-bottom: 20px; }
.service-card h3 { font-size: 1.2rem; font-weight: 600; margin-bottom: 10px; }
.service-card > p { color: var(--ink-500); font-size: 0.96rem; margin-bottom: 18px; }
.service-list { display: flex; flex-direction: column; gap: 10px; }
.service-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  color: var(--ink-700);
  font-weight: 500;
}
.service-list svg { width: 16px; height: 16px; color: var(--red-600); flex-shrink: 0; }
.service-cta {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--red-600);
}
.service-cta svg { width: 15px; height: 15px; transition: transform .2s ease; }
.service-card:hover .service-cta svg { transform: translateX(3px); }

/* ---------- Methodology tabs ---------- */
.method-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.method-tab {
  padding: 12px 22px;
  border-radius: 100px;
  border: 1px solid var(--paper-200);
  background: var(--paper-0);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--ink-500);
  transition: all .2s ease;
}
.method-tab.active {
  background: var(--black-900);
  color: #fff;
  border-color: var(--black-900);
}
.method-panel { display: none; }
.method-panel.active { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.method-panel .icon-badge { margin-bottom: 20px; }
.method-panel h3 { font-size: 1.5rem; font-weight: 600; margin-bottom: 16px; }
.method-panel p { color: var(--ink-500); margin-bottom: 14px; }
.method-visual {
  background: linear-gradient(160deg, var(--black-950), var(--black-800));
  border-radius: var(--radius-lg);
  padding: 40px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  box-shadow: var(--shadow-lg);
}
.flow-step {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 500;
}
.flow-step .dot {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: rgba(229,32,43,0.2);
  border: 1px solid var(--red-500);
  color: var(--blue-300);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  flex-shrink: 0;
}
.flow-connector {
  width: 1px;
  height: 16px;
  background: rgba(255,255,255,0.18);
  margin-left: 15px;
}

/* ---------- Testimonials ---------- */
.testi-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.testi-card {
  background: var(--paper-0);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--paper-200);
}
.testi-stars { color: #f5a623; font-size: 1.1rem; letter-spacing: 3px; margin-bottom: 20px; }
.testi-quote { font-family: 'Poppins', sans-serif; font-size: 1.3rem; font-weight: 500; color: var(--black-900); line-height: 1.5; }
.testi-meta { margin-top: 24px; display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--red-500), var(--black-700));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-family: 'Poppins', sans-serif;
}
.testi-meta strong { display: block; font-size: 0.92rem; }
.testi-meta span { font-size: 0.82rem; color: var(--ink-500); }

.pillars { display: flex; flex-direction: column; gap: 18px; }
.pillar {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 20px;
  border-radius: var(--radius-md);
  background: var(--paper-0);
  border: 1px solid var(--paper-200);
}
.pillar .icon-badge.gold { flex-shrink: 0; }
.pillar p { font-weight: 600; font-size: 0.95rem; color: var(--black-900); }

/* ---------- About ---------- */
.about-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}
.reg-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--paper-100);
  border: 1px solid var(--paper-200);
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-700);
  margin-bottom: 20px;
}
.reg-chip svg { width: 14px; height: 14px; color: var(--red-600); }
.about-copy p { color: var(--ink-500); font-size: 1.02rem; }
.about-copy p + p { margin-top: 16px; }

.vmp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.vmp-card {
  padding: 26px;
  border-radius: var(--radius-md);
  background: var(--paper-50);
  border: 1px solid var(--paper-200);
}
.vmp-card h4 { font-size: 0.98rem; font-weight: 600; margin-bottom: 10px; }
.vmp-card p { font-size: 0.9rem; color: var(--ink-500); }

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 16px;
}
.value-card {
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid var(--paper-200);
  background: var(--paper-0);
}
.value-card .value-tag {
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--red-600);
  margin-bottom: 10px;
  display: block;
}
.value-card p { font-size: 0.9rem; color: var(--ink-500); }

.founder-card {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 26px 30px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--black-950), var(--black-800));
  color: #fff;
  flex-wrap: wrap;
}
.founder-avatar {
  width: 62px; height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red-500), var(--blue-600));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--black-950);
  flex-shrink: 0;
}
.founder-info strong { font-size: 1.05rem; font-family: 'Poppins', sans-serif; font-weight: 600; }
.founder-info span { display: block; font-size: 0.86rem; color: rgba(255,255,255,0.6); margin-top: 2px; }
.founder-card .btn { margin-left: auto; }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
}
.contact-info-card {
  background: linear-gradient(165deg, var(--black-950), var(--black-800));
  border-radius: var(--radius-lg);
  padding: 40px 34px;
  color: #fff;
}
.contact-info-card h3 { color: #fff; font-size: 1.3rem; font-weight: 600; margin-bottom: 10px; }
.contact-info-card > p { color: rgba(255,255,255,0.62); font-size: 0.94rem; margin-bottom: 30px; }
.contact-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.contact-row:first-of-type { border-top: none; }
.contact-row .icon-badge { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.16); color: var(--blue-300); flex-shrink: 0; }
.contact-row h4 { color: #fff; font-size: 0.88rem; font-weight: 600; margin-bottom: 4px; }
.contact-row a, .contact-row span { color: rgba(255,255,255,0.68); font-size: 0.92rem; }
.contact-row a:hover { color: #fff; }
.social-row { display: flex; gap: 10px; margin-top: 28px; }
.social-btn {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.16);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  transition: background .2s ease, transform .2s ease;
}
.social-btn:hover { background: var(--red-600); transform: translateY(-3px); }
.social-btn svg { width: 18px; height: 18px; }

.contact-form {
  background: var(--paper-0);
  border: 1px solid var(--paper-200);
  border-radius: var(--radius-lg);
  padding: 40px 34px;
  box-shadow: var(--shadow-sm);
}
.contact-form h3 { font-size: 1.3rem; font-weight: 600; margin-bottom: 8px; }
.contact-form > p { color: var(--ink-500); font-size: 0.94rem; margin-bottom: 26px; }
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 0.84rem; font-weight: 600; color: var(--ink-700); }
.form-field input, .form-field select, .form-field textarea {
  border: 1px solid var(--paper-200);
  border-radius: 10px;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 0.94rem;
  color: var(--ink-900);
  background: var(--paper-50);
  transition: border-color .2s ease, background .2s ease;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none;
  border-color: var(--red-600);
  background: #fff;
}
.form-field textarea { resize: vertical; min-height: 110px; }
.contact-form .btn { margin-top: 22px; }
.form-note { margin-top: 14px; font-size: 0.82rem; color: var(--ink-300); }

/* ---------- CTA banner ---------- */
.cta-banner {
  border-radius: var(--radius-lg);
  padding: 56px 48px;
  background: linear-gradient(120deg, var(--red-600), var(--black-800) 120%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.cta-banner h3 { color: #fff; font-size: 1.6rem; font-weight: 600; max-width: 480px; }
.cta-banner p { color: rgba(255,255,255,0.82); margin-top: 8px; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--black-950);
  color: rgba(255,255,255,0.6);
  padding: 64px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand p { margin-top: 16px; font-size: 0.9rem; color: rgba(255,255,255,0.5); max-width: 280px; }
.footer-col h4 { color: #fff; font-size: 0.86rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 18px; }
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col a { font-size: 0.9rem; color: rgba(255,255,255,0.55); transition: color .2s ease; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.84rem;
  color: rgba(255,255,255,0.4);
}
.footer-bottom .social-row { margin-top: 0; }

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.in-view { opacity: 1; transform: translateY(0); }

/* ---------- Back to top ---------- */
.to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--black-900);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, background .2s ease;
  z-index: 90;
  border: none;
}
.to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.to-top:hover { background: var(--red-600); }
.to-top svg { width: 20px; height: 20px; }

/* ---------- Mobile nav ---------- */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-cta .btn span { display: none; }
  .nav-cta .btn { padding: 12px; }

  .hero-grid { grid-template-columns: 1fr; }
  .hero-panel { order: -1; }
  .hero-stats { grid-template-columns: repeat(3, auto); gap: 24px; }

  .approach-grid { grid-template-columns: 1fr; gap: 40px; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: 1fr; }
  .method-panel.active { grid-template-columns: 1fr; }
  .testi-wrap { grid-template-columns: 1fr; }
  .about-hero { grid-template-columns: 1fr; }
  .vmp-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-banner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  .section { padding: 72px 0; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: repeat(3, auto); }
  .founder-card { flex-direction: column; align-items: flex-start; }
  .founder-card .btn { margin-left: 0; }
}

/* Mobile menu panel */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--black-950);
  z-index: 200;
  display: flex;
  flex-direction: column;
  padding: 100px 32px 40px;
  transform: translateX(100%);
  transition: transform 0.35s ease;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu a {
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mobile-menu .btn { margin-top: 32px; }
.mobile-close {
  position: absolute;
  top: 24px; right: 24px;
  width: 42px; height: 42px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  border: none;
}
.mobile-close svg { width: 20px; height: 20px; }
